update ts-node
This commit is contained in:
parent
26e54f9772
commit
1cbda7f841
|
|
@ -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]' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue