node/lib/internal/bootstrap
Joyee Cheung 28efa4fe95 lib: delay access to CLI option to pre-execution
CLI options should not be added through the config binding, instead
they are already available in the JS land via
`require('internal/options')`. Also CLI options in principle should
be processed in pre-execution instead of bootstrap scripts.

PR-URL: https://github.com/nodejs/node/pull/30778
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2019-12-05 10:31:44 -08:00
..
environment.js process: run RunBootstrapping in CreateEnvironment 2019-04-03 08:46:03 +08:00
loaders.js lib: delay access to CLI option to pre-execution 2019-12-05 10:31:44 -08:00
node.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
pre_execution.js lib: delay access to CLI option to pre-execution 2019-12-05 10:31:44 -08:00