Closed
Description
What is the problem this feature will solve?
I'm currently using nodejs with require
and commonjs,
I cannot require an .js
file 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 node
and make a node2
binary that supports ESM ?
What alternatives have you considered?
Add the ability to require an ESM module.