-
-
Notifications
You must be signed in to change notification settings - Fork 5
fix: enable dynamicImport #21
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
Conversation
I tried the v2 version and think we're missing a lot of plugins to support a wide range of code, for example, my code requires maybe we need to have a way to exclude only flow/flow-commeents |
@KagamiChan there's an option https://github.com/egoist/konan#parse so you can add custom plugins, |
🎉 This PR is included in version 2.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@@ -11,27 +11,18 @@ | |||
"index.js" | |||
], | |||
"scripts": { | |||
"test": "jest && npm run lint", | |||
"lint": "xo index.js __test__/*.test.js" | |||
"test": "node test/test.js" |
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.
Any particular reason you chose this over uvu test -i fixture
?
Or uvu -r esm test -i fixture
for that matter (since esm
is already here)
because we need to detect dynamic imports