1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/args
nokazn 7f9d870cc0
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-04 20:34:55 +01:00
..
flags.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
flags_net.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
import_map.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
lockfile.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
mod.rs fix(cli): respect exclude option for deno check command (#21779) 2024-01-04 20:34:55 +01:00
package_json.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00