-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
vm: expose import phase on SourceTextModule.moduleRequests #58829
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
Conversation
Review requested:
|
7ce592e
to
7f1891d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58829 +/- ##
==========================================
- Coverage 90.10% 90.08% -0.02%
==========================================
Files 640 640
Lines 188384 188479 +95
Branches 36932 36964 +32
==========================================
+ Hits 169735 169791 +56
- Misses 11356 11402 +46
+ Partials 7293 7286 -7
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
7f1891d
to
f363954
Compare
Commit Queue failednode:internal/modules/esm/resolve:275 throw new ERR_MODULE_NOT_FOUND( ^https://github.com/nodejs/node/actions/runs/15943184073 |
Is commit queue broken 💀 |
Commit Queue failednode:internal/modules/esm/resolve:275 throw new ERR_MODULE_NOT_FOUND( ^https://github.com/nodejs/node/actions/runs/15943356431 |
Commit Queue failednode:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^https://github.com/nodejs/node/actions/runs/15945000951 |
Landed in 0f7e75f |
Trying to backport this to v22.x-staging causes |
Expose import phase on
vm.SourceTextModule.moduleRequests
. This deprecatesvm.SourceTextModule.dependencySpecifiers
as it does not expose import attributes nor import phase.Refs: #37648