Update node.js for version 21.1.0

This commit is contained in:
Shohei YOSHIDA 2023-10-25 12:30:10 +09:00
parent ac96055f0c
commit e097ee8b0c
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# Description # Description
# ----------- # -----------
# #
# Completion script for Node.js v21.0.0 (https://nodejs.org) # Completion script for Node.js v21.1.0 (https://nodejs.org)
# #
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Authors # Authors
@ -88,6 +88,7 @@ _arguments -C \
'*--env-file=[set environment variables from supplied file]:envfile:_files' \ '*--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-default-type=[set module system to use by default]:module system:(commonjs module)' \ '--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]' \ '--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' \
'--experimental-network-imports[experimental https support for the ES Module loader]' \ '--experimental-network-imports[experimental https support for the ES Module loader]' \