mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
feat: no type-check by default (#14691)
This commit changes default default behavior of type checking for several subcommands. Instead of type checking and reporting type errors only for local files, the type checking is skipped entirely. Type checking can still be enabled using the "--check" flag. Following subcomands are affected: - deno cache - deno install - deno eval - deno run
This commit is contained in:
parent
24571a3952
commit
4a0a412d7c
15 changed files with 92 additions and 269 deletions
|
@ -77,5 +77,4 @@ itest!(check_local_by_default2 {
|
|||
args: "eval --quiet import('./eval/check_local_by_default2.ts').then(console.log);",
|
||||
output: "eval/check_local_by_default2.out",
|
||||
http_server: true,
|
||||
exit_code: 1,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue