mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
9a85a95c43
This commit changes default mode of type-checking to "local" and adds "--check" flag to following subcommands: - deno bench - deno bundle - deno cache - deno compile - deno eval - deno install - deno test
4 lines
147 B
Text
4 lines
147 B
Text
error: TS2322 [ERROR]: Type '12' is not assignable to type '"b"'.
|
|
const b: "b" = 12;
|
|
^
|
|
at [WILDCARD]bench/check_local_by_default2.ts:3:7
|