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
/
lsp
/
testing
/
collectors.rs
Age
Commit message (
Expand
)
Author
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-07-31
perf: update deno_ast to 0.41 (#24819)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-04-20
perf(lsp): only store parsed sources for open documents (#23454)
Nayeem Rahman
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-09-06
feat(test): Add Deno.test.ignore and Deno.test.only (#20365)
Bartek Iwańczuk
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-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix(lsp/testing): fallback name for non-analyzable tests in collector (#17120)
Leo Kettmeir
2022-12-19
chore(lsp/testing): refactor collectors test (#17104)
Leo Kettmeir
2022-12-17
fix(lsp/testing): support not needing to declare first arg function in test d...
Leo Kettmeir
2022-12-16
fix(lsp): handle template literal as first arg in test function (#17076)
Leo Kettmeir
2022-07-15
refactor: allocate IDs for tests (#14729)
Nayeem Rahman
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-04-08
fix: upgrade to swc_ecmascript 0.143 (#14238)
David Sherret
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly