1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tools
Bartek Iwańczuk a3b3a792b5
fix(coverage): don't type check (#13324)
This commit changes "deno coverage" command not to type check.

Instead of relying on infrastructure for module loading in "deno run";
the code now directly reaches into cache for original and transpiled
sources. In case sources are not available the error is returned to the
user, suggesting to first run "deno test --coverage" command.
2022-01-10 17:36:58 +01:00
..
repl chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
coverage.rs fix(coverage): don't type check (#13324) 2022-01-10 17:36:58 +01:00
doc.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
fmt.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
installer.rs fix: install shim with --allow-all should not output each permission individually (#13325) 2022-01-10 09:22:03 -05:00
lint.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
mod.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
standalone.rs fix: install shim with --allow-all should not output each permission individually (#13325) 2022-01-10 09:22:03 -05:00
test.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
upgrade.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00