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
Age
Commit message (
Expand
)
Author
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-31
fix(coverage): exclude comment lines from coverage reports (#25939)
Taku Amano
2024-10-26
perf: pass transpiled module to deno_core as known string (#26555)
David Sherret
2024-09-20
fix(coverage): ignore urls from doc testing (#25736)
Yoshiya Hinosawa
2024-08-14
feat(coverage): add breadcrumbs to deno coverage `--html` report (#24860)
Łukasz Czerniawski
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-05
refactor: move `FileCollector` to deno_config (#24433)
David Sherret
2024-06-14
chore: upgrade to rust 1.79 (#24207)
Satya Rohith
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-28
fix(coverage): do not generate script coverage with empty url (#24007)
Yoshiya Hinosawa
2024-05-28
fix(coverage): skip generating coverage json for http(s) scripts (#24008)
Yoshiya Hinosawa
2024-05-28
fix(coverage): handle ignore patterns (#23974)
Yoshiya Hinosawa
2024-05-26
fix(coverage): add tooltip to line count in html report (#23971)
Yoshiya Hinosawa
2024-05-23
refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...
Felipe Baltor
2024-05-21
fix(cli/coverage): invalid line id in html reporter (#23908)
Simon Lecoq
2024-05-13
fix(cli): panic with `deno coverage` (#23353)
Evan
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-04-16
fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...
Satya Rohith
2024-03-27
fix: less aggressive vendor folder ignoring (#23100)
David Sherret
2024-03-15
fix(coverage): Error if no files are included in the report (#22952)
Nathan Whitaker
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-02-15
feat(unstable): single checksum per JSR package in the lockfile (#22421)
David Sherret
2024-02-13
feat: denort binary for `deno compile` (#22205)
Divy Srivastava
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-18
fix(lsp): regression - formatting was broken on windows (#21972)
David Sherret
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-10
chore: bump deno_core (#21832)
Matt Mastracci
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-04
perf(coverage): faster source mapping (#21783)
David Sherret
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-18
fix(coverage): error if no files found (#21615)
Bartek Iwańczuk
2023-12-12
fix(coverage): rename --pretty to --detailed (#21543)
Yoshiya Hinosawa
2023-12-12
feat(coverage): add summary reporter (#21535)
Yoshiya Hinosawa
2023-12-11
fix(coverage): escape source code in html coverage report (#21531)
Yoshiya Hinosawa
2023-12-11
refactor(coverage): separate reporter-related structs (#21528)
Yoshiya Hinosawa
2023-12-08
feat(coverage): add html reporter (#21495)
Yoshiya Hinosawa
2023-11-05
refactor: unify CDP types in a single module (#21094)
Bartek Iwańczuk
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-10-05
chore: update to Rust 1.73 (#20781)
林炳权
2023-10-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-09-11
fix: exclude internal JS files from coverage (#20448)
Marvin Hagemeister
2023-09-08
fix: empty include in config file excludes all (#20404)
Nayeem Rahman
2023-08-26
chore: update to Rust 1.72 (#20258)
林炳权
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-13
chore: update to Rust 1.71 (#19822)
Matt Mastracci
[next]