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

detecting builtins #1048

Closed
jimmywarting opened this issue Nov 21, 2021 · 4 comments
Closed

detecting builtins #1048

jimmywarting opened this issue Nov 21, 2021 · 4 comments

Comments

@jimmywarting
Copy link

const importeeIsBuiltin = builtins.has(importee);

i see that you are using sindres builtin-modules package to detect if something is builtin

One thing it dose not handle is sub modules and the node protocol, that's what his other related package: is-builtin-module is for... it handles things like node:fs, fs/promises and node:fs/promises

Maybe you want to use is-builtin-module instead?

@shellscape
Copy link
Collaborator

If you are sure this is a bug or documentation issue, please take the time to refile this issue using the issue template.

Hey there, thanks for opening an issue - Unfortunately you missed (or may have disregarded) the message about issue templates being required. Because our issue template was removed, we assume that this is a support request, and that's not something we offer here. Also, if you refile, please don't ignore Issue sections. They're in the template because they're useful to the maintainers of this project.

@jimmywarting
Copy link
Author

yea, missed it cuz i used "references in a new issue"...

@shellscape
Copy link
Collaborator

That's the second time that's bit us. Major GitHub fail there. Do me a solid and plop an appropriate template in there.

@shellscape shellscape reopened this Nov 21, 2021
@stale stale bot added the x⁷ ⋅ stale label Jan 20, 2022
@stale
Copy link

stale bot commented Jan 21, 2022

Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it.

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

No branches or pull requests

2 participants