Merge pull request #1042 from zsh-users/update-node

Update node completion to v20.6.0
This commit is contained in:
Shohei YOSHIDA 2023-09-05 23:00:54 +09:00 committed by GitHub
commit 35b2bfe90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# Description
# -----------
#
# Completion script for Node.js v20.0.0 (https://nodejs.org)
# Completion script for Node.js v20.6.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
@ -85,6 +85,7 @@ _arguments -C \
'--enable-fips[enable FIPS crypto at startup]' \
'--enable-network-family-autoselection[enable network address family autosetection algorithm]' \
'--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-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' \
@ -102,6 +103,7 @@ _arguments -C \
'--heap-prof-dir=[Directory where the V8 profiles generated by --heap-prof]: :_files -/' \
'--heap-prof-interval=[sampling interval in bytes for the V8 heap profile]: :number' \
'--heap-prof-name=[file name of the V8 heap profile generated]: :_files' \
'--heapsnapshot-near-heap-limit=[Generate heapsnapshots whenever V8 is approaching the heap limit]:limit' \
'--heapsnapshot-signal=[Generate heap snapshot on specified signal]:signals:_signals -s' \
'--huge-max-old-generation-size[increase default maximum heap size with 16GB or more]' \
'--icu-data-dir=[set ICU data load path to dir (overrides NODE_ICU_DATA) note: linked-in ICU data is present]: :_directories' \
@ -151,6 +153,7 @@ _arguments -C \
'--test-only[run tests with "only" option set]' \
'*--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' \
'--throw-deprecation[throw an exception on deprecations]' \
'--title=[the process title to use on startup]:process title' \
'--tls-cipher-list=[use an alternative default TLS cipher list]:cipher list string' \