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
/
documents.rs
Age
Commit message (
Expand
)
Author
2022-09-07
fix: upgrade deno_ast to 0.19 (#15808)
David Sherret
2022-08-24
fix: resolve `jsxImportSource` relative to module (#15561)
Luca Casonato
2022-08-22
perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...
David Sherret
2022-08-10
fix: update deno_graph to fix importing config as JSON module (#15388)
Kitson Kelly
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-15
fix(lsp): correct positions in some scenarios (#14359)
David Sherret
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-03-03
chore(lsp): log more for "unexpected positions" lsp error (#13815)
David Sherret
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-24
refactor: remove dead code from lsp (#13743)
Kitson Kelly
2022-02-02
fix(lsp): properly display x-deno-warning with redirects (#13554)
Kitson Kelly
2022-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-25
refactor(lsp): Documents - combine duplicate exists methods (#13479)
David Sherret
2022-01-24
perf(lsp): improve some tsc op hot paths (#13473)
Kitson Kelly
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-07
feat(lsp): provide registry details on hover if present (#13294)
Kitson Kelly
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-15
chore: updates to support deno_graph API changes (#13080)
Kitson Kelly
2021-12-10
feat(cli): update to TypeScript 4.5 (#12410)
Kitson Kelly
2021-11-23
fix(cli): config file should resolve paths relative to the config file (#12867)
David Sherret
2021-11-18
refactor(lsp): remove `Documents` mutex and require `Documents` to be mutated...
David Sherret
2021-11-17
fix(lsp): retain module dependencies when parse is invalid (#12782)
Kitson Kelly
2021-11-12
refactor(lsp): prefer using document instead of documents collection (#12720)
David Sherret
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-11-08
fix(lsp): display module types only dependencies on hover (#12683)
Kitson Kelly
2021-11-01
chore: upgrade deno_ast to 0.5.0 (#12595)
David Sherret
2021-10-29
refactor(lsp): use deno_graph and single document struct (#12535)
Kitson Kelly
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-08-19
fix(lsp): better handling of languageId (#11755)
Kitson Kelly
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-25
fix(lsp): handle importmaps properly (#11496)
Kitson Kelly
2021-06-25
feat(lsp): dependency hover information (#11090)
Kitson Kelly
2021-06-21
feat(lsp): quick fix actions to ignore lint errors (#10627)
Satya Rohith
2021-06-05
fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)
Kitson Kelly
2021-06-03
fix(#10775): diagnostics update on dependency changes (#10817)
Kitson Kelly
2021-06-02
fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)
Kitson Kelly
2021-04-20
fix(#10125): remove documents when closed in the lsp (#10254)
Kitson Kelly
2021-04-20
feat(lsp): improve diagnostic status page (#10253)
Kitson Kelly
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-03-25
feat(lsp): add import completions (#9821)
Kitson Kelly
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-12
fix(lsp): properly handle static assets (#9476)
Kitson Kelly
2021-02-10
fix(lsp): handle type deps properly (#9436)
Kitson Kelly
2021-02-09
fix(lsp): handle code lenses for non-documents (#9454)
Kitson Kelly
2021-02-01
feat(lsp): add references code lens (#9316)
Kitson Kelly
2021-01-29
Update lspower dependency (#9179)
hvithrafn
[next]