Merge pull request #1042 from zsh-users/update-node
Update node completion to v20.6.0
This commit is contained in:
commit
35b2bfe90c
|
@ -28,7 +28,7 @@
|
||||||
# Description
|
# Description
|
||||||
# -----------
|
# -----------
|
||||||
#
|
#
|
||||||
# Completion script for Node.js v20.0.0 (https://nodejs.org)
|
# Completion script for Node.js v20.6.0 (https://nodejs.org)
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Authors
|
# Authors
|
||||||
|
@ -85,6 +85,7 @@ _arguments -C \
|
||||||
'--enable-fips[enable FIPS crypto at startup]' \
|
'--enable-fips[enable FIPS crypto at startup]' \
|
||||||
'--enable-network-family-autoselection[enable network address family autosetection algorithm]' \
|
'--enable-network-family-autoselection[enable network address family autosetection algorithm]' \
|
||||||
'--enable-source-maps[source map support]' \
|
'--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)' \
|
'--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]' \
|
'--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' \
|
'(--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-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-interval=[sampling interval in bytes for the V8 heap profile]: :number' \
|
||||||
'--heap-prof-name=[file name of the V8 heap profile generated]: :_files' \
|
'--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' \
|
'--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]' \
|
'--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' \
|
'--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-only[run tests with "only" option set]' \
|
||||||
'*--test-reporter=[report test output using the given reporter]:reporter:(tap spec dot)' \
|
'*--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-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]' \
|
'--throw-deprecation[throw an exception on deprecations]' \
|
||||||
'--title=[the process title to use on startup]:process title' \
|
'--title=[the process title to use on startup]:process title' \
|
||||||
'--tls-cipher-list=[use an alternative default TLS cipher list]:cipher list string' \
|
'--tls-cipher-list=[use an alternative default TLS cipher list]:cipher list string' \
|
||||||
|
|
Loading…
Reference in New Issue