1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tools
Casper Beyer 4ca77ad84c
fix(coverage): merge duplicate reports (#8942)
Merging multiple runs isn't quite right because we 
rely on a 0 count to signal that a block hasn't been called.

Other tools like c8 expect this to be true as-well so we 
need to do our best to merge coverage files rather 
than duplicating them.
2021-01-04 17:01:21 +01:00
..
coverage.rs fix(coverage): merge duplicate reports (#8942) 2021-01-04 17:01:21 +01:00
fmt.rs feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276) 2020-11-22 21:45:44 +01:00
installer.rs refactor(cli/flags): change allow_read/write/net types from bool to Option<Vec<T>> (#8896) 2020-12-29 19:34:35 +01:00
lint.rs feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
mod.rs refactor(cli): move tooling to cli/tools/ (#8424) 2020-11-19 19:19:34 +01:00
repl.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
test_runner.rs feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276) 2020-11-22 21:45:44 +01:00
upgrade.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00