Skip to content

Commit 7e3ef83

Browse files
Remove deno repl as a command affected by type checking flag (#1499)
Co-authored-by: Jo Franchetti <jofranchetti@gmail.com>
1 parent d840e0d commit 7e3ef83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

runtime/getting_started/command_line_interface.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ argument to deno run:
198198
> deno run --check main.ts
199199
```
200200
201-
This flag affects `deno run`, `deno eval`, `deno repl`. The following table
202-
describes the type-checking behavior of various subcommands. Here "Local" means
203-
that only errors from local code will induce type-errors, modules imported from
204-
https URLs (remote) may have type errors that are not reported. (To turn on
205-
type-checking for all modules, use `--check=all`.)
201+
This flag affects `deno run` and `deno eval`. The following table describes the
202+
type-checking behavior of various subcommands. Here "Local" means that only
203+
errors from local code will induce type-errors, modules imported from https URLs
204+
(remote) may have type errors that are not reported. (To turn on type-checking
205+
for all modules, use `--check=all`.)
206206
207207
| Subcommand | Type checking mode |
208208
| -------------- | ------------------ |

0 commit comments

Comments
 (0)