0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal/main
Joyee Cheung 403c84a1cf
src: port --bash-completion to C++
So that it gets handle earlier and faster during the bootstrap
process.

Drive-by fixes:

- Remove `[has_eval_string]` and `[ssl_openssl_cert_store]` from
  the completion output
- Set `kProfProcess` execution mode for `--prof-process` instead
  of `kPrintBashProcess` which is removed in this patch.
- Append new line to the end of the output of --bash-completion

PR-URL: https://github.com/nodejs/node/pull/25901
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-12-25 22:15:41 +01:00
..
.eslintrc.yaml
check_syntax.js esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
eval_stdin.js lib: use getOptionValue instead of process underscore aliases 2019-04-20 00:20:37 +08:00
eval_string.js lib: use getOptionValue instead of process underscore aliases 2019-04-20 00:20:37 +08:00
inspect.js
print_help.js doc: add line for inspect host:port invocation 2019-07-11 20:40:08 -07:00
prof_process.js
repl.js repl: check for NODE_REPL_EXTERNAL_MODULE 2019-10-11 12:33:40 -07:00
run_main_module.js module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00
run_third_party_main.js
worker_thread.js lib: delay access to CLI option to pre-execution 2019-12-05 10:31:44 -08:00