standard-things / esm

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

Is this repo still alive? #919

Open mattiamalonni opened 2 years ago

Saiv46 commented 2 years ago

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

OverSoft commented 2 years ago

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

TheDirigible commented 2 years 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.

xeoshow commented 4 months ago

Strongly still need it, especially you have import and require in the same files ...