diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-01-10 17:36:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 17:36:58 +0100 |
commit | a3b3a792b5c8dd2fa3e1b29f7fe5a7f3423f25c0 (patch) | |
tree | 4e7eecd4c33a02ada01094d1ac83ab3162bd1695 /runtime/js.rs | |
parent | d8e96d2742bcbbbc6381b908a68067ec46fc320f (diff) |
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.
Diffstat (limited to 'runtime/js.rs')
0 files changed, 0 insertions, 0 deletions