|
|
|
|
|
by forty
1684 days ago
|
|
I have been doing nodejs backend development for the past 10 years and I have no idea why ES module are needed and who is using them. I assume this is a front end thing. We are using typescript which is using "import" syntax, but as far as I know, it's still transpiling to good old "require". |
|
ES modules are part of the Ecmascript spec. DENO uses them. Node.js modules aren't part of the ES spec.