diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2023-11-15 13:36:50 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2023-11-15 13:36:50 +0900 |
| commit | e12430589cd4eae264d1d7497c3215c61e4fb116 (patch) | |
| tree | 6f6cd3b450330c16ea69b48b94a5ab09b806ed18 /src/_node | |
| parent | Merge pull request #1057 from jeremy-rifkin/patch-1 (diff) | |
| download | zsh-completions-e12430589cd4eae264d1d7497c3215c61e4fb116.tar zsh-completions-e12430589cd4eae264d1d7497c3215c61e4fb116.tar.gz zsh-completions-e12430589cd4eae264d1d7497c3215c61e4fb116.tar.bz2 zsh-completions-e12430589cd4eae264d1d7497c3215c61e4fb116.tar.lz zsh-completions-e12430589cd4eae264d1d7497c3215c61e4fb116.tar.xz zsh-completions-e12430589cd4eae264d1d7497c3215c61e4fb116.tar.zst zsh-completions-e12430589cd4eae264d1d7497c3215c61e4fb116.zip | |
Update node completion v21.2.0
Diffstat (limited to 'src/_node')
| -rw-r--r-- | src/_node | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -28,7 +28,7 @@ # Description # ----------- # -# Completion script for Node.js v21.1.0 (https://nodejs.org) +# Completion script for Node.js v21.2.0 (https://nodejs.org) # # ------------------------------------------------------------------------------ # Authors @@ -123,8 +123,10 @@ _arguments -C \ '--no-deprecation[silence deprecation warnings]' \ '--no-experimental-fetch[disable experimental Fetch API]' \ '--no-experimental-global-customevent[expose experimental CustomEvent on the global scope]' \ + '--no-experimental-global-navigator[expose experimental Navigator API on the global scope]' \ '--no-experimental-global-webcrypto[expose experimental Web Crypto API on the global scope]' \ '--no-experimental-repl-await[disable experimental await keyword support in REPL]' \ + '--no-experimental-websocket[experimental WebSocket API (currently set)]' \ '--no-extra-info-on-fatal-exception[hide extra information on fatal exception that causes exit]' \ '--no-force-async-hooks-checks[disable checks for async_hooks]' \ '--no-global-search-paths[disable global module search paths]' \ |
