-
Notifications
You must be signed in to change notification settings - Fork 16
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
Alert end-users to features that were added to Node.js core when using a package/shim/etc #116
Comments
If the node runtime is going to do this (it probably should be an eslint plugin instead), it must:
|
We discussed this in the tooling meeting today and had the idea of creating a small standalone package you could run in a project that would scan your code and dependencies and generate a list of recommendations for moving from third-party packages to built in functionality. We're going to build a prototype of this and see how it works. We're still open to other ideas as well though. |
We've started incorporating some third-party packages like mkdirp and rimraf into Node core. We should figure out a way to flag this to users if they're using the package in their code. In some cases the npm packages provide additional functionality, for example rimraf also provides binlinks so we probably only want to flag certain usages.
Related: #110
The text was updated successfully, but these errors were encountered: