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

Update node.js for version 21.1.0
This commit is contained in:
Shohei YOSHIDA 2023-10-26 11:46:18 +09:00 committed by GitHub
commit a0f027a1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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]' \