Y
Hacker News
new
|
ask
|
show
|
jobs
by
pas
1685 days ago
But it doesn't matter for Node, since async ESM is a superset of sync CommonJS. Simply putting await before every ESM import gives the Node semantics.
So, isn't adding ESM to Node is strictly a new feature? What am I missing?