-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Migrate to ESM #284
Comments
Hi @nikeee , so sorry to answer just now. I am not sure I understand where the problem is and how to fix it. If you have a solution PRs are welcome, thank you 🙏🏻 |
Can this package help us? |
We have two options:
Regardless of the solution taken, migrating to ESM might be worth it from a long-term perspective. |
Did a PR: #319 |
Thank you @nikeee , I have to be honest, I feel reluctant to migrate to ESM now because I still see a lot of commonJS projects and I like having support for both module systems. I'll have to make a decision though otherwise this will never happen. |
The TS types state that the module is an ES Module, while it is actually a CommonJS module.
Is this open for fixes?
The text was updated successfully, but these errors were encountered: