You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ES6 is almost finalized and I like to stay ahead. Also promises are so much
nicer with async / await. I should be able to take a look at it this
weekend.
Since I haven't looked through the code yet you have any pointers on where
to start?
On Mar 4, 2015 4:45 PM, "Liam Newman" notifications@github.com wrote:
wow, ES7? PR welcome, but ... ES6 isn't even final yet is it?
—
Reply to this email directly or view it on GitHub #630 (comment)
.
NOTE: testjsbeautifier.py and beautify-javascript-tests.js are generated from test/data/javascript.js. Add tests to the data file and the code will be generated for both python and js implementations.
I have enabled the ES7 style async / await using babeljs and I've noticed that js-beautify doesn't like it too much.
the line
gets 'beautified' into
which breaks compilation.
I haven't looked through the source yet, but is that a way to keep the
async
on the same line?The text was updated successfully, but these errors were encountered: