diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2023-10-25 12:30:10 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2023-10-25 12:30:10 +0900 |
| commit | e097ee8b0c633f2bd11247b88a955a8ec3c4d7f6 (patch) | |
| tree | 17fba2144866af4beee4ef2f7061cf5f83b07f55 /src/_node | |
| parent | Merge pull request #1054 from aoyama-val/add-jest (diff) | |
| download | zsh-completions-e097ee8b0c633f2bd11247b88a955a8ec3c4d7f6.tar zsh-completions-e097ee8b0c633f2bd11247b88a955a8ec3c4d7f6.tar.gz zsh-completions-e097ee8b0c633f2bd11247b88a955a8ec3c4d7f6.tar.bz2 zsh-completions-e097ee8b0c633f2bd11247b88a955a8ec3c4d7f6.tar.lz zsh-completions-e097ee8b0c633f2bd11247b88a955a8ec3c4d7f6.tar.xz zsh-completions-e097ee8b0c633f2bd11247b88a955a8ec3c4d7f6.tar.zst zsh-completions-e097ee8b0c633f2bd11247b88a955a8ec3c4d7f6.zip | |
Update node.js for version 21.1.0
Diffstat (limited to 'src/_node')
| -rw-r--r-- | src/_node | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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]' \ |
