Update node.js completion to version 21.3.0
This commit is contained in:
parent
9da7488c11
commit
11e5579d35
|
@ -28,7 +28,7 @@
|
||||||
# Description
|
# Description
|
||||||
# -----------
|
# -----------
|
||||||
#
|
#
|
||||||
# Completion script for Node.js v21.2.0 (https://nodejs.org)
|
# Completion script for Node.js v21.3.0 (https://nodejs.org)
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Authors
|
# Authors
|
||||||
|
@ -79,6 +79,7 @@ _arguments -C \
|
||||||
'--cpu-prof-interval=[sampling interval in microseconds for the V8 CPU profiler]:number' \
|
'--cpu-prof-interval=[sampling interval in microseconds for the V8 CPU profiler]:number' \
|
||||||
'--diagnostic-dir=[set dir for all output files(default: current working directory)]:dir:_files -/' \
|
'--diagnostic-dir=[set dir for all output files(default: current working directory)]:dir:_files -/' \
|
||||||
'--disable-proto=[disable Object.prototype.__proto__]:mode:(delete throw)' \
|
'--disable-proto=[disable Object.prototype.__proto__]:mode:(delete throw)' \
|
||||||
|
'*--disable-warning=[silence specific process warnings]:warn type' \
|
||||||
'--disallow-code-generation-from-strings[disallow eval and friends]' \
|
'--disallow-code-generation-from-strings[disallow eval and friends]' \
|
||||||
'--dns-result-order=[set default value of verbatim in dns.lookup]: :(ipv4first verbatim)' \
|
'--dns-result-order=[set default value of verbatim in dns.lookup]: :(ipv4first verbatim)' \
|
||||||
'--enable-etw-stack-walking[provides heap data to ETW Windows native tracing]' \
|
'--enable-etw-stack-walking[provides heap data to ETW Windows native tracing]' \
|
||||||
|
|
Loading…
Reference in New Issue