index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
coverage
/
mod.rs
Age
Commit message (
Expand
)
Author
2022-07-20
fix(coverage): do not verify emit source hash for coverage (#15260)
David Sherret
2022-07-19
feat: emit files on demand and fix racy emit (#15220)
David Sherret
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-07-11
fix(coverage): better handling of multi-byte characters (#15159)
David Sherret
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-05-22
fix(coverage): do not report transpiled files with no lines (#14699)
Colin Ihrig
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-04
fix(coverage): exclude .snap files (#14480)
Geert-Jan Zwiers
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-03-29
chore: upgrade dprint-core to 0.54.1 (#14146)
David Sherret
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-15
feat(coverage): add "--output" flag (#13289)
VishnuJin
2022-02-11
refactor: use `Arc` instead of making copies of `Flags` struct (#13610)
Maxim
2022-02-07
refactor: factor out CDP message types (#13551)
Leo Kettmeir
2022-01-31
Revert "refactor: factor out CDP message types (#13501)" (#13540)
Bartek Iwańczuk
2022-01-27
refactor: factor out CDP message types (#13501)
Leo Kettmeir
2022-01-11
fix(coverage): merge coverage ranges (#13334)
Bartek Iwańczuk