aboutsummaryrefslogtreecommitdiffstats
path: root/src/_node
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2023-10-18 11:05:11 +0900
committerShohei YOSHIDA <syohex@gmail.com>2023-10-18 11:05:11 +0900
commitbd6f7d8c5b4f5c49a2b592f7f190563584056573 (patch)
tree8d24d1c45716d5cf850fcce01df4cea552a76740 /src/_node
parentMerge pull request #1051 from zsh-users/do-release-upgrade (diff)
downloadzsh-completions-bd6f7d8c5b4f5c49a2b592f7f190563584056573.tar
zsh-completions-bd6f7d8c5b4f5c49a2b592f7f190563584056573.tar.gz
zsh-completions-bd6f7d8c5b4f5c49a2b592f7f190563584056573.tar.bz2
zsh-completions-bd6f7d8c5b4f5c49a2b592f7f190563584056573.tar.lz
zsh-completions-bd6f7d8c5b4f5c49a2b592f7f190563584056573.tar.xz
zsh-completions-bd6f7d8c5b4f5c49a2b592f7f190563584056573.tar.zst
zsh-completions-bd6f7d8c5b4f5c49a2b592f7f190563584056573.zip
Update node completion for version 21.0.0
Diffstat (limited to 'src/_node')
-rw-r--r--src/_node4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/_node b/src/_node
index 02a5f84..d488e34 100644
--- a/src/_node
+++ b/src/_node
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for Node.js v20.7.0 (https://nodejs.org)
+# Completion script for Node.js v21.0.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
@@ -87,6 +87,7 @@ _arguments -C \
'--enable-source-maps[source map support]' \
'*--env-file=[set environment variables from supplied file]:envfile:_files' \
'--es-module-specifier-resolution=[extension resolution algorithm for es modules]:resolution algorithm:(explicit none)' \
+ '--experimental-default-type=[set module system to use by default]:module system:(commonjs module)' \
'--experimental-import-meta-resolve[experimental ES Module import.meta.resolve() support]' \
'(--loader --experimental-loader)'{--loader,--experimental-loader}'=[Specify the module of a custom ECMAScript Module loader]: :_files' \
'--experimental-network-imports[experimental https support for the ES Module loader]' \
@@ -149,6 +150,7 @@ _arguments -C \
'--secure-heap-min=[minimum allocation size from the OpenSSL secure heap]' \
'--snapshot-blob=[path to the snapshot blob that is used to restore the application state]:snapshot:_files' \
'--test[launch test runner on startup]' \
+ '--test-concurrency=[specify test runner concurrency]:concurrency' \
'--test-name-pattern=[run tests whose name matches this regular expression]:pattern' \
'--test-only[run tests with "only" option set]' \
'*--test-reporter=[report test output using the given reporter]:reporter:(tap spec dot)' \