nodent
nodent copied to clipboard
Asynchronous Javascript language extensions
Hello there, seems like async switch cases with curly brackets report false-positives fall-throughs at `[email protected]`. ```js // index.js // ❌ (async () => { switch (true) { case true: {...
Original issue submitted by @wrbing728 in https://github.com/babel/babel/issues/9980 ## Bug Report **Current Behavior** Just see the nodent below, async/await was transformed to block-scope function, which is not supported in iOS9.x ...
I'm running code in Meteor, and I get ``` Uncaught SyntaxError: Unexpected token ) ``` from the `processIncludes` function. This is because Meteor appends a commented line number to all...