Skip to content

Commit 63d6cc1

Browse files
marco-ippolitotargos
authored andcommitted
doc: correct typescript stdin support
PR-URL: #54036 Fixes: #54035 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent ea9b320 commit 63d6cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/typescript.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ import { fn, FnParams } from './fn.ts';
123123

124124
### Non-file forms of input
125125

126-
Type stripping can be enabled for `--eval` and STDIN input. The module system
126+
Type stripping can be enabled for `--eval`. The module system
127127
will be determined by `--input-type`, as it is for JavaScript.
128128

129-
TypeScript syntax is unsupported in the REPL, `--print`, `--check`, and
129+
TypeScript syntax is unsupported in the REPL, STDIN input, `--print`, `--check`, and
130130
`inspect`.
131131

132132
### Source maps

0 commit comments

Comments
 (0)