standard-things / esm

Tomorrow's ECMAScript modules today!
Other
5.26k stars 147 forks source link

Is this repo still alive? #919

Open mattiamalonni opened 1 year ago

Saiv46 commented 1 year ago

Looks like this repo becomes useless, since Node 16 LTS supports ES modules by default.

OverSoft commented 1 year ago

It's definitely not useless, since Electron still doesn't support ES modules.

TheDirigible commented 1 year ago

It's not useless, Node's support of ES modules is a train wreck. Interoperability of code shared between node and browser is super fragile. This repo would be a good workaround if they would update it.