deno/cli/tests
Bartek Iwańczuk 8ae17026cb
feat: Add "deno check" subcommand for type checking (#14072)
This commit adds new "deno check" subcommand.
Currently it is an alias for "deno cache" with the difference that remote
modules don't emit TS diagnostics by default.

Prints warning for "deno run" subcommand if "--check" flag is not present
and there's no "--no-check" flag. Adds "DENO_FUTURE_CHECK" env
variable that allows to opt into new behavior now.
2022-04-11 01:12:51 +02:00
..
integration feat: Add "deno check" subcommand for type checking (#14072) 2022-04-11 01:12:51 +02:00
testdata feat: Add "deno check" subcommand for type checking (#14072) 2022-04-11 01:12:51 +02:00
unit fix(ext/crypto): check extractable in exportKey (#14222) 2022-04-07 18:28:56 +05:30
integration_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00