Skip to content
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

Open
mashirozx opened this issue May 4, 2023 · 2 comments
Open

Feature request: add ESM support #1701

mashirozx opened this issue May 4, 2023 · 2 comments

Comments

@mashirozx
Copy link

mashirozx commented May 4, 2023

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.

@ThatOneCalculator
Copy link
Contributor

ThatOneCalculator commented Sep 22, 2023

Related: #1923

Setting it to ESModules (see b73a654) doesn't work properly, a lot of files end up as export {};

ThatOneCalculator added a commit to ThatOneCalculator/megalodon that referenced this issue Sep 22, 2023
BREAKING: NodeJS 16 minimum

Closes h3poteto#1701
@ThatOneCalculator
Copy link
Contributor

Will be closed by #1963

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants