diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-17 23:53:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-17 23:53:42 +0200 |
| commit | 9a85a95c435968e5bdf6e71192be3ed239fd2205 (patch) | |
| tree | 7c51e96bd0f6f7a2565f688bef85de82b5fdf790 /cli/tests/testdata/eval/check_local_by_default.out | |
| parent | 330c820ae8d7826dfe3d88c01ba07728121fa021 (diff) | |
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
Diffstat (limited to 'cli/tests/testdata/eval/check_local_by_default.out')
| -rw-r--r-- | cli/tests/testdata/eval/check_local_by_default.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/eval/check_local_by_default.out b/cli/tests/testdata/eval/check_local_by_default.out new file mode 100644 index 000000000..e3e1c694f --- /dev/null +++ b/cli/tests/testdata/eval/check_local_by_default.out @@ -0,0 +1 @@ +Module { a: 12 } |
