-
Notifications
You must be signed in to change notification settings - Fork 5
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
ES Modules #220
ES Modules #220
Conversation
Bumping to support esmodule conversion BREAKING CHANGE: bumped minimum node version to 12.0.0
updated `module` to `esnext`, removed `lib` BREAKING CHANGE: postdfm is now in ESM rather than CommonJS fix #219
4a70e31
to
1090470
Compare
Codecov Report
@@ Coverage Diff @@
## main #220 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 37 33 -4
Lines 412 309 -103
Branches 51 56 +5
==========================================
- Hits 412 309 -103
Continue to review full report at Codecov.
|
Running into sporadic test failures between two sets of tests using dynamic imports. |
Appear to have addressed the sporadic test failure: jestjs/jest#10944 (comment) |
🎉 This PR is included in version 7.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What issues is this pull request related to?
#219
What changes were made in this pull request?
module
toesnext
lib
BREAKING CHANGES