-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Correct ESM and CJS support, move to microbundle. #764
Conversation
Damn it, this gave me so much trouble I'm thinking in writing a article to talk about it... |
Warnings are being thrown in the console because of swc: swc-project/swc-node#743 |
Should this be a major version? CDN links kept the same... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #764 +/- ##
==========================================
- Coverage 99.58% 99.29% -0.30%
==========================================
Files 19 19
Lines 2390 2395 +5
Branches 213 211 -2
==========================================
- Hits 2380 2378 -2
- Misses 9 16 +7
Partials 1 1 ☔ View full report in Codecov by Sentry. |
closes #757
closes #746
closes #759