deno/cli/tools
Casper Beyer f8df9938c5
fix(coverage): do not store source inline in raw reports (#9025)
When we were doing single process in-memory reports getting the source
from the runtime was practical, but now that we're writing to disk this
conflicts with the format tools taking raw v8 coverage dumps expect.
2021-01-07 05:53:57 -05:00
..
coverage.rs fix(coverage): do not store source inline in raw reports (#9025) 2021-01-07 05:53:57 -05:00
fmt.rs feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276) 2020-11-22 21:45:44 +01:00
installer.rs feat(installer): Add support for MSYS on Windows (#8932) 2021-01-04 08:52:43 -08: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