mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
a3b3a792b5
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. |
||
---|---|---|
.. | ||
repl | ||
coverage.rs | ||
doc.rs | ||
fmt.rs | ||
installer.rs | ||
lint.rs | ||
mod.rs | ||
standalone.rs | ||
test.rs | ||
upgrade.rs |