aboutsummaryrefslogtreecommitdiffstats
path: root/src/_node
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2024-05-16 12:46:30 +0900
committerShohei YOSHIDA <syohex@gmail.com>2024-05-16 12:46:30 +0900
commitfce3599932aa9556c15dfd1ac55ef177a40a2472 (patch)
tree6304cee0a521aabb04ef85748677638fa48ff9ad /src/_node
parentMerge pull request #1081 from zsh-users/update-node (diff)
downloadzsh-completions-fce3599932aa9556c15dfd1ac55ef177a40a2472.tar
zsh-completions-fce3599932aa9556c15dfd1ac55ef177a40a2472.tar.gz
zsh-completions-fce3599932aa9556c15dfd1ac55ef177a40a2472.tar.bz2
zsh-completions-fce3599932aa9556c15dfd1ac55ef177a40a2472.tar.lz
zsh-completions-fce3599932aa9556c15dfd1ac55ef177a40a2472.tar.xz
zsh-completions-fce3599932aa9556c15dfd1ac55ef177a40a2472.tar.zst
zsh-completions-fce3599932aa9556c15dfd1ac55ef177a40a2472.zip
Update node completion for version 22.2.0
Diffstat (limited to 'src/_node')
-rw-r--r--src/_node10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/_node b/src/_node
index 883602a..5134213 100644
--- a/src/_node
+++ b/src/_node
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for Node.js v22.0.0 (https://nodejs.org)
+# Completion script for Node.js v22.2.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
@@ -120,10 +120,11 @@ _arguments -C \
'--icu-data-dir=[set ICU data load path to dir (overrides NODE_ICU_DATA) note: linked-in ICU data is present]: :_directories' \
'--input-type=[set module type for string input]:module type :(commonjs module)' \
'--insecure-http-parser[Use an insecure HTTP parser that accepts invalid HTTP headers]' \
- '--inspect-brk=-[activate inspector on host:port and break at start of user script]:[host\:]port' \
- '(--debug-port --inspect-port)'{--debug-port,--inspect-port}'=[set host:port for inspector]:[host\:]port' \
- '--inspect=-[activate inspector on host:port (default: 127.0.0.1:9229)]:[host\:]port' \
+ '--inspect-brk=-[activate inspector on host:port and break at start of user script]:host_port' \
+ '(--debug-port --inspect-port)'{--debug-port,--inspect-port}'=[set host:port for inspector]:host_port' \
+ '--inspect=-[activate inspector on host:port (default: 127.0.0.1:9229)]:host_port' \
'--inspect-publish-uid=[comma separated list of destinations for inspector uid]' \
+ '--inspect-wait=-[activate inspector on host:port and wait for debugger to be attached]::host_port' \
'--interpreted-frames-native-stack[help system profilers to translate JavaScript interpreted frames]' \
'--jitless[Disable runtime allocation of executable memory]' \
'--max-http-header-size=[set the maximum size of HTTP headers]: :number' \
@@ -171,6 +172,7 @@ _arguments -C \
'*--test-reporter=[report test output using the given reporter]:reporter:(tap spec dot)' \
'*--test-reporter-destination=[report given reporter to the given destination]:destination:_files' \
'--test-shard=[run test at specific shard]:shard' \
+ '--test-skip-pattern=[run tests whose name do not match this regular expression]' \
'--test-timeout=[specify test runner timeout]' \
'--throw-deprecation[throw an exception on deprecations]' \
'--title=[the process title to use on startup]:process title' \