Skip to content
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

feat: Add is-core-module replacement #79

Closed
wants to merge 1 commit into from

Conversation

AbhiPrasad
Copy link
Contributor

resolves #72

is-core-module can be replaced the same way is-builtin-module can.

`is-core-module` can be replaced the same way `is-builtin-module` can.

`is-builtin-module` has equivalent functionality built in to node itself.
[`is-builtin-module`](https://www.npmjs.com/package/is-builtin-module), [`builtin-modules`](https://www.npmjs.com/package/builtin-modules), and [`is-core-module`](https://www.npmjs.com/package/is-core-module) has equivalent functionality built in to Node itself for Node versions above `8.10.0`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i wouldn't bother listing them since this list might grow

better to say something like:

is-builtin-module and similar packages have equivalent functionality built into Node itself as of version 8.10.0 and above

@AbhiPrasad AbhiPrasad closed this Sep 9, 2024
@43081j
Copy link
Contributor

43081j commented Sep 9, 2024

@AbhiPrasad did you mean to close this? Any chance you can let me know so I know if we still need to do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

is-core-module
2 participants