Replies: 2 comments 3 replies
-
ESM is still not well supported on Node.js: https://nodejs.org/docs/latest-v14.x/api/esm.html#esm_modules_ecmascript_modules |
Beta Was this translation helpful? Give feedback.
1 reply
-
Works fine |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to add ESM support for the Geckos.io library?
As JavaScript world is (slowly) moving towards ES Modules, it would be nice to be able to import the library in such a way. ESM support can be easily checked with the following command
npx is-esm "@geckos.io/server" 2.0.0-dev.2
.Beta Was this translation helpful? Give feedback.
All reactions