Uh oh!
There was an error while loading. Please reload this page.
vm: expose import phase on SourceTextModule.moduleRequests - #58829
Conversation
nodejs-github-bot
commented
Jun 25, 2025
Review requested:
|
7ce592e to
7f1891dCompareCodecov 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!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
7f1891d to
f363954Comparenodejs-github-bot
commented
Jun 27, 2025
nodejs-github-bot
commented
Jun 28, 2025
Commit Queue failednode:internal/modules/esm/resolve:275 throw new ERR_MODULE_NOT_FOUND( ^https://github.com/nodejs/node/actions/runs/15943184073 |
marco-ippolito
commented
Jun 28, 2025
Is commit queue broken 💀 |
nodejs-github-bot
commented
Jun 28, 2025
Commit Queue failednode:internal/modules/esm/resolve:275 throw new ERR_MODULE_NOT_FOUND( ^https://github.com/nodejs/node/actions/runs/15943356431 |
nodejs-github-bot
commented
Jun 28, 2025
Commit Queue failednode:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^https://github.com/nodejs/node/actions/runs/15945000951 |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jun 28, 2025
Landed in 0f7e75f |
aduh95
commented
Jul 21, 2025
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>
legendecas
commented
Sep 21, 2025
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