-
Notifications
You must be signed in to change notification settings - Fork 10
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
Upgrade project codebase to ESM #532
Closed
1 of 5 tasks
Labels
Milestone
Comments
This was referenced Apr 11, 2021
12 tasks
Make sure we checkin / checkup on Stackblitz support whenever we start on this |
5 tasks
thescientist13
changed the title
Upgrade to Node v14 default (and convert to ESM?)
Upgrade project codebase to ESM
Aug 29, 2021
This was referenced Aug 31, 2021
This was referenced Dec 4, 2021
This was referenced Dec 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type of Change
Summary
Currently the base version of NodeJS is v12, but is also tested against v14. It would be good to cutover to v14 for 1.0 release and re-write all our packages/ code to use ESM.
Additionally, Mocha v7 supports
import
too.Details
This will also allows us to "merge" these two versions of the same common code.
The text was updated successfully, but these errors were encountered: