node/lib/internal/modules/esm
Marco 6f7b948a49
module: fix coverage of mocked CJS modules imported from ESM
Signed-off-by: marcopiraccini <marco.piraccini@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/62133
Fixes: https://github.com/nodejs/node/issues/61709
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
2026-03-17 16:02:55 +00:00
..
assert.js meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
create_dynamic_module.js src: support import() and import.meta in embedder-run modules 2026-02-09 12:31:24 +00:00
get_format.js lib: remove top-level getOptionValue() calls in lib/internal/modules 2026-02-19 12:52:23 +00:00
hooks.js src: move import.meta initializer to native land 2025-11-08 16:33:34 +00:00
load.js module: handle null source from async loader hooks in sync hooks 2025-10-14 16:28:22 +00:00
loader.js module: run require.resolve through module.registerHooks() 2026-03-02 18:28:25 +00:00
module_job.js esm: improve error messages for ambiguous module syntax 2025-12-05 23:51:23 +00:00
module_map.js lib: revert to using default derived class constructors 2025-08-30 14:28:10 +00:00
resolve.js esm: fix path normalization in finalizeResolution 2026-03-16 18:39:56 +00:00
shared_constants.js esm: move hook execution to separate thread 2023-04-13 09:35:17 +02:00
translators.js module: fix coverage of mocked CJS modules imported from ESM 2026-03-17 16:02:55 +00:00
utils.js src: support import() and import.meta in embedder-run modules 2026-02-09 12:31:24 +00:00
worker.js module: refactor and clarify async loader hook customizations 2025-10-23 13:42:23 +00:00