deno/cli/tools
Casper Beyer 5cf194380b
fix(coverage): use source maps when printing pretty reports (#9278)
This commits makes use of source maps and the original source 
when printing lacking line coverage in the pretty printer.

Only the executable lines are checked as before (as non-executable 
lines will always be ignored anyways). The lines then mapped to the 
appropriate source line when a source map is present.
2021-01-28 15:11:38 +01:00
..
coverage.rs fix(coverage): use source maps when printing pretty reports (#9278) 2021-01-28 15:11:38 +01:00
fmt.rs feat: add markdown support to deno fmt (#8887) 2021-01-19 18:39:35 +01:00
installer.rs fix(installer): pass cached-only to executable_args (#9169) 2021-01-19 13:46:08 +01:00
lint.rs chore: fix typo in lint.rs (#9281) 2021-01-27 14:41:48 +11:00
mod.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
repl.rs Remove unnecessary boxing of tokio::time::Sleep (#9105) 2021-01-13 10:55:28 -08:00
standalone.rs fix(compile): fix panic when cross-compiling between windows and unix (#9203) 2021-01-24 02:40:13 +09:00
test_runner.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
upgrade.rs fix(compile): fix panic when cross-compiling between windows and unix (#9203) 2021-01-24 02:40:13 +09:00