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
/
test
Age
Commit message (
Expand
)
Author
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-27
Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)
Bartek Iwańczuk
2024-01-26
refactor(cli): use new sanitizer for resources (#22125)
Matt Mastracci
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-13
refactor(cli): update to new deno_core promise/call methods (#21519)
Matt Mastracci
2023-12-08
feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...
David Sherret
2023-12-07
feat: add suggestions to module not found error messages for file urls (#21498)
David Sherret
2023-12-05
refactor(cli): refactor bench/test for future module changes (#21460)
Matt Mastracci
2023-11-22
fix: 'Promise was collected' error in REPL/jupyter (#21272)
Bartek Iwańczuk
2023-11-01
fix(test): --junit-path should handle when the dir doesn't exist (#21044)
David Sherret
2023-10-31
feat: deno run --unstable-hmr (#20876)
Bartek Iwańczuk
2023-10-19
refactor: add WatcherCommunicator helper struct (#20927)
Bartek Iwańczuk
2023-10-05
feat(jupyter): support Deno.test() (#20778)
Nayeem Rahman
2023-10-05
refactor(test): support custom writer in PrettyTestReporter (#20783)
Nayeem Rahman
2023-09-27
fix(cli): panic with __runtime_js_sources (#20704)
Luca Casonato
2023-09-17
fix(lsp): include JSON modules in local import completions (#20536)
Nayeem Rahman
2023-09-15
fix(test): share fail fast tracker between threads (#20515)
Nayeem Rahman
2023-09-14
fix: output traces for op sanitizer in more cases (#20494)
Luca Casonato
2023-09-08
fix: empty include in config file excludes all (#20404)
Nayeem Rahman
2023-09-06
fix(test): apply filter before checking for "only" (#20389)
Nayeem Rahman
2023-09-06
fix: don't show filtered test suites as running (#20385)
Marvin Hagemeister
2023-08-30
refactor(lsp): store test definitions in adjacency list (#20330)
Nayeem Rahman
2023-08-27
fix(lsp/testing): use full ancestry to compute static id of step (#20297)
Nayeem Rahman
2023-08-26
feat(cli/tools): add TAP test reporter (#14390) (#20073)
Valentin Anger
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-17
fix(test): JUnit reporter includes file, line and column attributes (#20174)
Alexander Michaud
2023-08-02
refactor: use '--reporter' and '--junit-path' flags for 'deno test' (#20031)
Bartek Iwańczuk
2023-08-02
feat(cli): Add dot test reporter (#19804)
Bartek Iwańczuk
2023-07-27
refactor(cli/test): move reporters to a separate directory (#19957)
Bartek Iwańczuk