-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore: use @babel/register
instead of esm
#16
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## eslint-8 #16 +/- ##
===========================================
Coverage ? 96.01%
===========================================
Files ? 13
Lines ? 653
Branches ? 0
===========================================
Hits ? 627
Misses ? 26
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Hmm. It doesn't seem to work. It seems to hang on Node v12. |
@babel/register
instead of esm.
@babel/register
instead of esm.@babel/register
instead of esm
I changed to use |
* chore: use esbuild-register instead of esm. * chore: add esbuild to deps * chore: use @babel/register instead of esbuild-register
* feat: support ESLint 8.x * chore: use `@babel/register` instead of `esm` (#16) * chore: use esbuild-register instead of esm. * chore: add esbuild to deps * chore: use @babel/register instead of esbuild-register Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
This PR is a PR to the eslint-8 branch.
This PR uses
esbuild-register
@babel/register
instead of theesm
package. Theesm
package doesn't seem to work when mixed with real ESM modules.mochajs/mocha#4671