This adds a --build-snapshot runtime option which is currently only supported by the node_mksnapshot binary, and a --node-snapshot-main configure option that makes use it to run a custom script when building the embedded snapshot. The idea is to have this experimental feature in core as a configure-time feature for now, and investigate the renaming V8 bugs before we make it available to more users via making it a runtime option. PR-URL: https://github.com/nodejs/node/pull/42466 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> |
||
|---|---|---|
| .. | ||
| .eslintrc.yaml | ||
| check_syntax.js | ||
| eval_stdin.js | ||
| eval_string.js | ||
| inspect.js | ||
| mksnapshot.js | ||
| print_help.js | ||
| prof_process.js | ||
| repl.js | ||
| run_main_module.js | ||
| worker_thread.js | ||