-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: use proper ESM #109
fix: use proper ESM #109
Conversation
tACK
|
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.
utACK
@@ -1,3 +1,5 @@ | |||
const fs = require('node:fs') |
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.
can't use import
here? is that a workspace limitation?
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.
we have to make the entire workspace a module in that case or change the extension of the file to .mjs
. But I am not sure if eslint 8 supports esm configs (eslint 9 does)
Makes keychain and key-identifier of type module.
Some of the dependencies are still faultyTestplan