Rename binary that supports ESM to node2 #42469
Labels
esm
Issues and PRs related to the ECMAScript Modules implementation.
feature request
Issues that request new features to be added to Node.js.
What is the problem this feature will solve?
I'm currently using nodejs with
requireand commonjs,I cannot require an
.jsfile that uses ESM and it's a terrible user experience.What is the feature you are proposing to solve the problem?
Can we remove ESM support from
nodeand make anode2binary that supports ESM ?What alternatives have you considered?
Add the ability to require an ESM module.
The text was updated successfully, but these errors were encountered: