Tuesday 24 October 2017

Babel still needed for Node v8.7.0, if I want to write in the latest ECMAscript style without missing anything important?

I'm using ESM modules with the --experimental-modules flag. There's async/await support for a long time now. Do I still have to use Babel in Node.js v8.7.0 if I want to write in the latest ECMAscript style? What can I miss?

Submitted October 24, 2017 at 11:26AM by DJviolin

No comments:

Post a Comment