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
/
definitions.rs
Age
Commit message (
Expand
)
Author
2024-08-28
fix(lsp): panic on url_to_uri() (#25238)
Nayeem Rahman
2024-08-24
refactor(lsp): changes for lsp_types 0.97.0 (#25169)
Nayeem Rahman
2024-04-20
perf(lsp): only store parsed sources for open documents (#23454)
Nayeem Rahman
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
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-25
fix(lsp/testing): don't queue modules without tests (#20277)
Nayeem Rahman
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
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-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly