nodent icon indicating copy to clipboard operation
nodent copied to clipboard

Asynchronous Javascript language extensions

Results 3 nodent issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/8429360/57746833-8451b580-7705-11e9-9536-c0777801ebfb.png)...

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...