aboutsummaryrefslogtreecommitdiffstats
path: root/src/_node
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2025-01-10 14:54:58 +0900
committerShohei YOSHIDA <syohex@gmail.com>2025-01-10 14:55:27 +0900
commit4201e3ca770367d616f897269b090edfd5afc6f4 (patch)
treec438e805d4501f7081c035dfe6ef2dee8e22d3c7 /src/_node
parentMerge pull request #1116 from Mic92/typos (diff)
downloadzsh-completions-4201e3ca770367d616f897269b090edfd5afc6f4.tar
zsh-completions-4201e3ca770367d616f897269b090edfd5afc6f4.tar.gz
zsh-completions-4201e3ca770367d616f897269b090edfd5afc6f4.tar.bz2
zsh-completions-4201e3ca770367d616f897269b090edfd5afc6f4.tar.lz
zsh-completions-4201e3ca770367d616f897269b090edfd5afc6f4.tar.xz
zsh-completions-4201e3ca770367d616f897269b090edfd5afc6f4.tar.zst
zsh-completions-4201e3ca770367d616f897269b090edfd5afc6f4.zip
Update node completion to 23.6.0
Diffstat (limited to 'src/_node')
-rw-r--r--src/_node14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/_node b/src/_node
index 0efb7c7..3f6a148 100644
--- a/src/_node
+++ b/src/_node
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for Node.js v23.4.0 (https://nodejs.org)
+# Completion script for Node.js v23.6.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
@@ -81,7 +81,7 @@ _arguments -C \
'--allow-fs-read=[allow permissions to read the filesystem]: :_files' \
'--allow-fs-write=[allow permissions to write in the filesystem]:_files' \
'--allow-wasi[allow wasi when any permissions are set]' \
- '--allow-worker[allow worker threads thwn any permissions are set]' \
+ '--allow-worker[allow worker threads when any permissions are set]' \
'--build-snapshot[generate a snapshot blob when the process exits]' \
'--build-snapshot-config=[generate a snapshot blob when the process exits using a JSON configuration in the specified path]:path:_files' \
{-c,--check}'[syntax check script without executing]' \
@@ -99,26 +99,21 @@ _arguments -C \
'--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-fips[enable FIPS crypto at startup]' \
- '--enable-source-maps[source map support]' \
+ '--enable-source-maps[source map support for stack traces]' \
'--entry-url[treat the entrypoint as a URL]' \
'*--env-file=[set environment variables from supplied file]:envfile:_files' \
'*--env-file-if-exists=[set environment variables from supplied file if exists]:envfile:_files' \
'(- 1 *)'{-e,--eval}'[evaluate script]:inline JavaScript' \
+ '--experimental-addon-modules[enable experimental import support for addons]' \
'--experimental-async-context-frame[improve AsyncLocalStorage performance with AsyncContextFrame]' \
- '--experimental-default-type=[set module system to use by default]:module system:(commonjs module)' \
'--experimental-eventsource[enable experimental EventSource API]' \
'--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-inspection[enable experimental network inspection support]' \
- '--experimental-permission[enable the permission system]' \
'--experimental-print-required-tla[print pending top-level await]' \
'--experimental-sea-config=[generate a blob that can be embedded into the single executable application]: :_files' \
- '--experimental-sqlite[experimental node:sqlite module]' \
- '--experimental-strip-types[experimental type-stripping for TypeScript files]' \
'--experimental-test-coverage[enable code coverage in the test runner]' \
- '--experimental-test-isolation=[configures the type of test isolation used in the test runner]:isolation' \
'--experimental-test-module-mocks[enable module mocking in the test runner]' \
- '--experimental-test-snapshots[enable snapshot testing in the test runner]' \
'--experimental-transform-types[enable transformation of TypeScript-onlysyntax into JavaScript code]' \
'--experimental-vm-modules[experimental ES Module support in vm module]' \
'--experimental-wasm-modules[experimental ES module support for webassembly modules]' \
@@ -192,6 +187,7 @@ _arguments -C \
'--test-coverage-include=[include files from coverage report that match this glob pattern]:pattern' \
'--test-coverage-lines=[the line coverage minimum threshold]:threshold' \
'--test-force-exit[force test runner to exit upon completion]' \
+ '--test-isolation=[configurations the type of test isolation used in the test runner]:isolation' \
'--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)' \