Add new flag that introduced at version 26.5

This commit is contained in:
Shohei YOSHIDA 2026-07-09 12:52:19 +09:00
parent 03bae0bf3f
commit a6602a6d08
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# Description
# -----------
#
# Completion script for Node.js v26.4.0 (https://nodejs.org)
# Completion script for Node.js v26.5.0 (https://nodejs.org)
#
# ------------------------------------------------------------------------------
# Authors
@ -145,6 +145,7 @@ _node() {
'--experimental-eventsource[enable experimental EventSource API]' \
'--experimental-ffi[enable experimental node:ffi module]' \
'--experimental-import-meta-resolve[experimental ES Module import.meta.resolve() support]' \
'--experimental-import-text[experimental support for importing source as text with import attributes]' \
'--experimental-inspector-network-resource[experimental load network resources via the inspector]' \
'(--loader --experimental-loader)'{--loader,--experimental-loader}'=[Specify the module of a custom ECMAScript Module loader]: :_files' \
'--experimental-network-inspection[enable experimental network inspection support]' \