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: support module.createRequire #459

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

maxam2017
Copy link
Contributor

Description

Added support for tracing dependencies loaded via module.createRequire.

Fixes #430

@maxam2017 maxam2017 requested review from ijjk, styfle and a team as code owners December 25, 2024 18:04
@maxam2017 maxam2017 changed the title feat: support module.createRequire detection feat: support module.createRequire Dec 25, 2024
Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

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

This makes sense to me to support, thanks for the PR!

Copy link
Member

@styfle styfle left a comment

Choose a reason for hiding this comment

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

Great, thanks! 🎉

@styfle styfle merged commit fc710ff into vercel:main Jan 2, 2025
13 checks passed
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.

Does not resolve dependencies loaded via module.createRequire
3 participants