-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: add ESM support #1701
Comments
ThatOneCalculator
added a commit
to ThatOneCalculator/megalodon
that referenced
this issue
Sep 22, 2023
BREAKING: NodeJS 16 minimum Closes h3poteto#1701
Will be closed by #1963 |
Looks like that auto-close didn't happen 😿 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we are using cjs modules, but it's not friendly to some modern tool chains, see.
This lib is currently compiled with
tsc
, but it can't compile into ESM perfectly, see. It may needs to introduce bundler like Rollup and SWC.The text was updated successfully, but these errors were encountered: