Since the ESM loader is captured in the snapshot now, there's no need to lazy load the helpers. Load them eagerly to capture them into the snapshot. This also reduces the noise coming out of --print-bytecode since we no longer compile the helper functions at run time. Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com> PR-URL: https://github.com/nodejs/node/pull/63550 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> |
||
|---|---|---|
| .. | ||
| assert.js | ||
| create_dynamic_module.js | ||
| get_format.js | ||
| hooks.js | ||
| initialize_import_meta.js | ||
| load.js | ||
| loader.js | ||
| module_job.js | ||
| module_map.js | ||
| resolve.js | ||
| shared_constants.js | ||
| translators.js | ||
| utils.js | ||
| worker.js | ||