-
Notifications
You must be signed in to change notification settings - Fork 40
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
Types are CJS, but implementation is ESM #307
Comments
Upgrade to https://github.com/denoland/dnt/releases/tag/0.36.0 or set I'm not sure about the node 10 issues, but node < 16 no longer has LTS so people should be upgrading anyway https://nodejs.dev/en/about/releases/ |
Ahh! I should have looked at releases, thanks so much! |
No worries! It's good to have an issue for this. |
neurosnap
added a commit
to thefrontside/effection
that referenced
this issue
May 28, 2023
neurosnap
added a commit
to thefrontside/effection
that referenced
this issue
May 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Greetings! This project is awesome, thanks for all the work that has gone into it!
I recently stumbled across a project that attempts to scan an npm package for typescript type issues. Since I'm using
dnt
to generate thenpm
package for me, I was wondering if you had any guidance on how to fix these issues:dnt
script for project: https://github.com/neurosnap/starfx/blob/main/npm.tsI'm mostly concerned about
node16
(Masquerading as CJS). It looks like we need to have specific esm types.d.mts
in ourpackage.exports
.From the github: https://github.com/arethetypeswrong/arethetypeswrong.github.io
Thanks again!
The text was updated successfully, but these errors were encountered: