1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/cli/tests/testdata/check/exclude_option
nokazn a0b6872359
fix(cli): respect exclude option for deno check command (#21779)
This PR fixes #21658.

- `check` subcommand sees `exclude` option in `deno.json`. When some
paths passed with `check` command listed in `exclude`, they are ignored.
- When some files are listed in `exclude` and imported indirectly among
module graph, they are checked.
2024-01-03 20:43:17 -05:00
..
ignored fix(cli): respect exclude option for deno check command (#21779) 2024-01-03 20:43:17 -05:00
deno.exclude_dir.json fix(cli): respect exclude option for deno check command (#21779) 2024-01-03 20:43:17 -05:00
deno.exclude_glob.json fix(cli): respect exclude option for deno check command (#21779) 2024-01-03 20:43:17 -05:00
deno.json fix(cli): respect exclude option for deno check command (#21779) 2024-01-03 20:43:17 -05:00
exclude_option.ts.error.out fix(cli): respect exclude option for deno check command (#21779) 2024-01-03 20:43:17 -05:00
index.ts fix(cli): respect exclude option for deno check command (#21779) 2024-01-03 20:43:17 -05:00