-
Notifications
You must be signed in to change notification settings - Fork 44
feat!: convert all modules running in loader thread to ESM #210
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
feat!: convert all modules running in loader thread to ESM #210
Conversation
8bbd087 to
9d748c2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@bengl did you want to make this a new semver major?
If so, we need the PR name to start with feat!: so release-please sees this as a breaking change.
|
@timfish done ✅ |
|
We should probably merge #211 before we cut a major! |
|
@bengl unfortunately there are conflicts after that other PR! |
This is a second attempt at fixing the double-loader issue in nodejs#205. The tests from that commit are included.
a16088b to
1040ab4
Compare
This is a second attempt at fixing the double-loader issue in #205. The tests from that commit are included.