Update node.js for version 21.1.0
This commit is contained in:
parent
ac96055f0c
commit
e097ee8b0c
|
@ -28,7 +28,7 @@
|
|||
# Description
|
||||
# -----------
|
||||
#
|
||||
# Completion script for Node.js v21.0.0 (https://nodejs.org)
|
||||
# Completion script for Node.js v21.1.0 (https://nodejs.org)
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
# Authors
|
||||
|
@ -88,6 +88,7 @@ _arguments -C \
|
|||
'*--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-detect-module[try again to evaluate modules as ES modules, when they fail to evaluate]' \
|
||||
'--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]' \
|
||||
|
|
Loading…
Reference in New Issue