aboutsummaryrefslogtreecommitdiffstats
path: root/src/_node
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2023-12-01 16:47:58 +0900
committerShohei YOSHIDA <syohex@gmail.com>2023-12-01 16:47:58 +0900
commit11e5579d355f6ac8966ba37af2c92e0d221b7e57 (patch)
treee7448cec6bbd1273793956d1638fbf2b1e07ba87 /src/_node
parentMerge pull request #1059 from zsh-users/update-flutter (diff)
downloadzsh-completions-11e5579d355f6ac8966ba37af2c92e0d221b7e57.tar
zsh-completions-11e5579d355f6ac8966ba37af2c92e0d221b7e57.tar.gz
zsh-completions-11e5579d355f6ac8966ba37af2c92e0d221b7e57.tar.bz2
zsh-completions-11e5579d355f6ac8966ba37af2c92e0d221b7e57.tar.lz
zsh-completions-11e5579d355f6ac8966ba37af2c92e0d221b7e57.tar.xz
zsh-completions-11e5579d355f6ac8966ba37af2c92e0d221b7e57.tar.zst
zsh-completions-11e5579d355f6ac8966ba37af2c92e0d221b7e57.zip
Update node.js completion to version 21.3.0
Diffstat (limited to 'src/_node')
-rw-r--r--src/_node3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_node b/src/_node
index 3805d07..8cd0d7f 100644
--- a/src/_node
+++ b/src/_node
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for Node.js v21.2.0 (https://nodejs.org)
+# Completion script for Node.js v21.3.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
@@ -79,6 +79,7 @@ _arguments -C \
'--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 -/' \
'--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]' \
'--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]' \