| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ 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
... and 50 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for working on this!
Sorry, something went wrong.
Sorry, something went wrong.
Commit Queue failednode:internal/modules/esm/resolve:275
throw new ERR_MODULE_NOT_FOUND(
^
https://github.com/nodejs/node/actions/runs/15943184073
|
Sorry, something went wrong.
Commit Queue failed
Is commit queue broken 💀 |
Sorry, something went wrong.
Commit Queue failednode:internal/modules/esm/resolve:275
throw new ERR_MODULE_NOT_FOUND(
^
https://github.com/nodejs/node/actions/runs/15943356431
|
Sorry, something went wrong.
Commit Queue failednode:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
https://github.com/nodejs/node/actions/runs/15945000951
|
Sorry, something went wrong.
|
Trying to backport this to v22.x-staging causes out/Release/node test/parallel/test-vm-module-modulerequests.js to crash with node: bad option: --js-source-phase-imports. Feel free to mark it as dont-land if it's an unsolvable V8 version mismatch |
Sorry, something went wrong.
|
--js-source-phase-imports requires v24. Adding dont-land-on-v22.x on this. |
Sorry, something went wrong.
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 vm.SourceTextModule.moduleRequests: #59962 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Expose import phase on vm.SourceTextModule.moduleRequests. This deprecates vm.SourceTextModule.dependencySpecifiers as it does not expose import attributes nor import phase.
Refs: #37648