From 9a85a95c435968e5bdf6e71192be3ed239fd2205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 17 May 2022 23:53:42 +0200 Subject: feat: subcommands type-check only local files by default (#14623) 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 --- cli/tests/testdata/bench/check_local_by_default.out | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cli/tests/testdata/bench/check_local_by_default.out (limited to 'cli/tests/testdata/bench/check_local_by_default.out') diff --git a/cli/tests/testdata/bench/check_local_by_default.out b/cli/tests/testdata/bench/check_local_by_default.out new file mode 100644 index 000000000..971c098bd --- /dev/null +++ b/cli/tests/testdata/bench/check_local_by_default.out @@ -0,0 +1,5 @@ +[WILDCARD] + +[WILDCARD]/bench/check_local_by_default.ts +benchmark time (avg) (min … max) p75 p99 p995 +------------------------------------------------- ----------------------------- -- cgit v1.2.3