aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-01-27 17:00:56 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-01-27 17:00:56 +0900
commitad47c4a28f2b6c6e0a960416bad0e8fd1aea106a (patch)
treecac9a02247c33b9da635afc6ed974da45b021253
parentMerge pull request #1219 from SyrupyTasty/master (diff)
downloadzsh-completions-update-node.tar
zsh-completions-update-node.tar.gz
zsh-completions-update-node.tar.bz2
zsh-completions-update-node.tar.lz
zsh-completions-update-node.tar.xz
zsh-completions-update-node.tar.zst
zsh-completions-update-node.zip
Update node.js completion to version v25.5update-node
-rw-r--r--src/_node3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_node b/src/_node
index 5589118..543538e 100644
--- a/src/_node
+++ b/src/_node
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for Node.js v25.4.0 (https://nodejs.org)
+# Completion script for Node.js v25.5.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
@@ -84,6 +84,7 @@ _node() {
'--allow-net[allow use of network when any permissions are set]' \
'--allow-wasi[allow wasi when any permissions are set]' \
'--allow-worker[allow worker threads when any permissions are set]' \
+ '--build-sea=[Build a Node.js single executable application]:sea_config:_files -g "*.json"' \
'--build-snapshot[generate a snapshot blob when the process exits]' \
'--build-snapshot-config=[generate a snapshot blob when the process exits using a JSON configuration in the specified path]:path:_files' \
{-c,--check}'[syntax check script without executing]' \