Node.js ES Modules
Discussions center on ES6/ESM module support in Node.js, including frustrations with implementation, comparisons to CommonJS, transpilation needs, and browser compatibility.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Node support for ES6 modules has been out for years...
Still no ES module support that doesn’t require special flags or weird file extensions? Come on
I wish Node supported ES6 modules without transpilation as well
Forget about browsers, have you read the clusterfuck that Node.js is aiming for with ES6 Modules?https://medium.com/the-node-js-collection/an-update-on-es6-m...
Ignoring ESM seems to avoid a lot of headaches
because ES6 modules are not yet well-supported?
I wouldn't worry about that. Node is moving to ECMAScript modules.
Obligatory "ES6 is supported but not ES6 modules."
Standardization isn't enough. No browser implements ES6 modules thus the webpacks and co.
Says "superseded by ES modules". Not really the same thing, right?