mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 06:54:07 -05:00
![nokazn](/assets/img/avatar_default.png)
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.
1 line
20 B
TypeScript
1 line
20 B
TypeScript
export { nothing };
|