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 #2703

Merged
merged 1 commit into from May 13, 2024
Merged

Conversation

43081j
Copy link
Contributor

@43081j 43081j commented May 6, 2024

The node versions we support as per our engines constraint already have a built in function for determining if a module is built in.

This removes the dependency and uses the built in function instead.

Pre-merge checklist

  • Does this require an update to the docs?
  • Does this require a changelog entry?

The node versions we support as per our engines constraint already have
a built in function for determining if a module is built in.

This removes the dependency and uses the built in function instead.
@CLAassistant
Copy link

CLAassistant commented May 6, 2024

CLA assistant check
All committers have signed the CLA.

@hassy
Copy link
Member

hassy commented May 7, 2024

thanks @43081j!

@bernardobridge bernardobridge merged commit 2344d60 into artilleryio:main May 13, 2024
21 of 25 checks passed
@43081j 43081j deleted the ibim branch May 13, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants