-
Notifications
You must be signed in to change notification settings - Fork 133
Gh857 add run support for es modules #858
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
Gh857 add run support for es modules #858
Conversation
Note: pr #856 should happen before this one |
8ec56c7
to
c8c8cbd
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.
Just a small note about the changelog, but otherwise this is great!
CHANGELOG.md
Outdated
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
Bugfixes | |||
- Make `spago run` work when `node-args` includes flag-like value (#856) | |||
Features: | |||
- Make `spago run` use es modules for projects >= v0.15 |
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.
This version has already been released. Could you move this to the unreleased section?
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.
Done
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.
This is great, thank you!
Description of the change
This adds support for es modules to
spago run
, using es modules for versions >= v0.15Solves #857
Checklist:
README
P.S.: the above checks are not compulsory to get a change merged, so you may skip them. However, taking care of them will result in less work for the maintainers and will be much appreciated 😊