update ts-node

This commit is contained in:
Shohei YOSHIDA 2025-10-14 12:04:39 +09:00
parent 26e54f9772
commit 1cbda7f841
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@
# Description # Description
# ----------- # -----------
# #
# Completion script for ts-node v10.9.1. (https://github.com/TypeStrong/ts-node) # Completion script for ts-node v10.9.2. (https://github.com/TypeStrong/ts-node)
# #
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Authors # Authors
@ -41,6 +41,7 @@ _arguments \
'(-e --eval)'{-e,--eval}'[Evaluate code]:code' \ '(-e --eval)'{-e,--eval}'[Evaluate code]:code' \
'(-p --print)'{-p,--print}'[Print result of "--eval"]' \ '(-p --print)'{-p,--print}'[Print result of "--eval"]' \
'*'{-r,--require}'[Require a node module before execution]:path:_files' \ '*'{-r,--require}'[Require a node module before execution]:path:_files' \
'(-i --interactive)'{-i,--interactive}'[Open the REPL even if stdin does not appear to be a terminal]' \
'--esm[Bootstrap with the ESM loader, enabling full ESM support]' \ '--esm[Bootstrap with the ESM loader, enabling full ESM support]' \
'--swc[Use the faster swc transpiler]' \ '--swc[Use the faster swc transpiler]' \
'(- *)--showConfig[Print resolved configuration and exit]' \ '(- *)--showConfig[Print resolved configuration and exit]' \