Files
node/test/parallel/test-internal-module-wrap.js
Joyee Cheung 657428ab52 esm: use index-based resolution callbacks
This makes use of a new module resolution V8 API that passes in
an index to the module request array to identify the module
request, which simplifies the module linking process.

PR-URL: https://github.com/nodejs/node/pull/59396
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/6804466
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2025-10-15 11:41:54 +00:00

3.7 KiB