-
Notifications
You must be signed in to change notification settings - Fork 2
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!: migrate to ESM #672
Conversation
BREAKING CHANGES: ESM and node 18 minimum
package.json
Outdated
@@ -38,25 +36,26 @@ | |||
"husky": "^7.0.4", | |||
"mocha": "^9.1.3", | |||
"nyc": "^15.1.0", | |||
"oclif": "^3.17.2", | |||
"oclif": "^4.0.3", | |||
"prettier": "^2.8.8", | |||
"pretty-quick": "^3.1.0", | |||
"shx": "0.3.4", | |||
"sinon": "10.0.0", | |||
"swc": "^1.0.11", |
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.
since bin/dev is way different now, does that mean we don't need swc
anymore?
QA: commands seem to work fine via bin/dev and bin/run When I open the new outside of this PR's changes: PR to this PR to fix those #673 |
* feat: finish sf-ification * chore: github cleanup
What does this PR do?
Migrate to ESM
What issues does this PR fix or reference?
@W-14374756@