File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -198,11 +198,11 @@ argument to deno run:
198
198
> deno run --check main.ts
199
199
` ` `
200
200
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` .)
206
206
207
207
| Subcommand | Type checking mode |
208
208
| -------------- | ------------------ |
You can’t perform that action at this time.
0 commit comments