summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-02-03 11:47:26 +0800
committerRuben Bridgewater <ruben@bridgewater.de>2019-12-25 22:15:41 +0100
commit403c84a1cf964a24608a79c2952230270b6d1ca8 (patch)
tree419783e0944b6f7a61940765589d114d1a75769f /node.gyp
parent486ffa2abcee3be1210044a1654df2fb50eaa42f (diff)
downloadnode-new-403c84a1cf964a24608a79c2952230270b6d1ca8.tar.gz
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>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 6569f1826b..781dcee81a 100644
--- a/node.gyp
+++ b/node.gyp
@@ -145,7 +145,6 @@
'lib/internal/main/eval_string.js',
'lib/internal/main/eval_stdin.js',
'lib/internal/main/inspect.js',
- 'lib/internal/main/print_bash_completion.js',
'lib/internal/main/print_help.js',
'lib/internal/main/prof_process.js',
'lib/internal/main/repl.js',