summaryrefslogtreecommitdiff
path: root/cli/lsp/testing/collectors.rs
AgeCommit message (Expand)Author
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-07-31perf: update deno_ast to 0.41 (#24819)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-04-20perf(lsp): only store parsed sources for open documents (#23454)Nayeem Rahman
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-01-01chore: update to Rust 1.75 (#21731)林炳权
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-24fix: improved using declaration support (#20959)David Sherret
2023-09-06feat(test): Add Deno.test.ignore and Deno.test.only (#20365)Bartek Iwańczuk
2023-08-30refactor(lsp): store test definitions in adjacency list (#20330)Nayeem Rahman
2023-08-27fix(lsp/testing): use full ancestry to compute static id of step (#20297)Nayeem Rahman
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19fix(lsp/testing): fallback name for non-analyzable tests in collector (#17120)Leo Kettmeir
2022-12-19chore(lsp/testing): refactor collectors test (#17104)Leo Kettmeir
2022-12-17fix(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-15refactor: allocate IDs for tests (#14729)Nayeem Rahman
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-04-08fix: upgrade to swc_ecmascript 0.143 (#14238)David Sherret
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly