vm: expose import phase on SourceTextModule.moduleRequests#58829
vm: expose import phase on SourceTextModule.moduleRequests#58829nodejs-github-bot merged 1 commit intonodejs:mainfrom
Conversation
|
Review requested:
|
7ce592e to
7f1891d
Compare
Codecov Report✅ All 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:
|
joyeecheung
left a comment
There was a problem hiding this comment.
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 |
|
|
PR-URL: nodejs#58829 Refs: nodejs#37648 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
PR-URL: nodejs#58829 Refs: nodejs#37648 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
|
Actually, it is still worthwhile to backport |
Expose import phase on
vm.SourceTextModule.moduleRequests. This deprecatesvm.SourceTextModule.dependencySpecifiersas it does not expose import attributes nor import phase.Refs: #37648