-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Currently, we are handling only ExpressionStatement's for debug macro replacement. Unfortunately, the following do not get processed (since they do not include an ExpressionStatement):
function foo() {
return assert(false, 'derp'); // ReturnStatement
}
let qux = () => assert(false, 'herp'); // ArrowFunctionExpressionThis is the underlying issue in emberjs/ember-cli-babel#168.
Metadata
Metadata
Assignees
Labels
No labels