1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/cli/tests
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
..
integration fix(cli): respect exclude option for deno check command (#21779) 2024-01-04 20:34:55 +01:00
node_compat chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
testdata fix(cli): respect exclude option for deno check command (#21779) 2024-01-04 20:34:55 +01:00
unit fix(cli): make signals tests more reliable (#21772) 2024-01-04 20:34:54 +01:00
unit_node fix(node/zlib): accept dataview and buffer in zlib bindings (#21756) 2024-01-04 20:34:54 +01:00
integration_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00