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: remove "is-builtin-module" dependency (fixes #232) #227

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

scagood
Copy link

@scagood scagood commented Apr 8, 2024

Now we support node >=18.18.0 we can remove is-builtin-module (sindresorhus/is-builtin-module#12)

Comment on lines +39 to +42
{
filename: fixture("test.js"),
code: "require('node:test');",
},
Copy link
Author

Choose a reason for hiding this comment

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

Added node:test as it's new enough that is-builtin-module does not have it 👀

@aladdin-add
Copy link

seems it can fix #232. 👍

@aladdin-add aladdin-add changed the title feat: remove "is-builtin-module" dependency feat: remove "is-builtin-module" dependency (fixes #232) Apr 9, 2024
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.

Bug: node:test is not found
2 participants