node/lib/internal/modules/esm
Antoine du Hamel 50cfc6ca63
esm: avoid import.meta setup costs for unused properties
PR-URL: https://github.com/nodejs/node/pull/57286
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
2025-04-29 22:55:33 +02:00
..
assert.js lib,doc: replace references to import assertions 2024-05-17 08:07:48 +00:00
create_dynamic_module.js module: centralize SourceTextModule compilation for builtin loader 2024-04-03 23:31:48 +00:00
formats.js esm: add experimental support for addon modules 2024-12-20 11:59:08 +00:00
get_format.js module: remove --experimental-default-type 2024-12-02 22:43:55 +00:00
hooks.js esm: fix inconsistency with importAssertion in resolve hook 2024-10-15 21:02:07 +02:00
initialize_import_meta.js esm: avoid import.meta setup costs for unused properties 2025-04-29 22:55:33 +02:00
load.js esm: add experimental support for addon modules 2024-12-20 11:59:08 +00:00
loader.js module: fix incorrect formatting in require(esm) cycle error message 2025-04-09 11:47:58 +00:00
module_job.js lib: limit split function calls to prevent excessive array length 2025-03-18 15:52:50 +00:00
module_map.js lib,doc: replace references to import assertions 2024-05-17 08:07:48 +00:00
resolve.js src: fix internalModuleStat v8 fast path 2025-04-29 17:53:12 +00:00
shared_constants.js esm: move hook execution to separate thread 2023-04-13 09:35:17 +02:00
translators.js esm: fix module.exports export on CJS modules 2025-03-09 13:51:04 -07:00
utils.js esm: support source phase imports for WebAssembly 2025-02-28 09:52:47 -08:00
worker.js module: prevent main thread exiting before esm worker ends 2024-12-10 23:52:29 +00:00