We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
no-nodejs-modules
When no-nodejs-modules errors out, it would be nice if the error message included the name of the builtin module being imported/required.
The text was updated successfully, but these errors were encountered:
Sounds good to me.
Do not import Node.js builtin modules --> Do not import Node.js builtin module "path"?
Do not import Node.js builtin modules
Do not import Node.js builtin module "path"
Sorry, something went wrong.
Modified error message to include the module's name (fixes #453)
3682394
bdec254
Modified error message to include the module's name (fixes #453) (#461)
30e55b6
🎉
published with 1.13.0 to npm
jfmengels
Successfully merging a pull request may close this issue.
When
no-nodejs-modules
errors out, it would be nice if the error message included the name of the builtin module being imported/required.The text was updated successfully, but these errors were encountered: