Skip to content

Commit

Permalink
Merge pull request #1044 from zsh-users/update-node
Browse files Browse the repository at this point in the history
Update node.js completion
  • Loading branch information
syohex committed Sep 19, 2023
2 parents bed209c + b57558b commit c0fe16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_node
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Description
# -----------
#
# Completion script for Node.js v20.6.0 (https://nodejs.org)
# Completion script for Node.js v20.7.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
Expand Down Expand Up @@ -85,7 +85,7 @@ _arguments -C \
'--enable-fips[enable FIPS crypto at startup]' \
'--enable-network-family-autoselection[enable network address family autosetection algorithm]' \
'--enable-source-maps[source map support]' \
'--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)' \
'--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' \
Expand Down

0 comments on commit c0fe16f

Please sign in to comment.