summaryrefslogtreecommitdiff
path: root/cli/lsp/documents.rs
AgeCommit message (Expand)Author
2022-12-05fix(npm): dependency types were sometimes not being resolved when package had...David Sherret
2022-11-30fix(npm): improve package.json exports support for types (#16880)David Sherret
2022-11-30chore: remove unnecessary lifetimes (#16878)David Sherret
2022-11-30fix(lsp): analyze fs dependencies of dependencies to find npm package require...David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-02refactor: Combine ImportMapResolver and JsxResolver (#16508)Bartek IwaƄczuk
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-20fix(lsp): allow caching deps in non-saved files (#16353)David Sherret
2022-09-07fix: upgrade deno_ast to 0.19 (#15808)David Sherret
2022-08-24fix: resolve `jsxImportSource` relative to module (#15561)Luca Casonato
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...David Sherret
2022-08-10fix: update deno_graph to fix importing config as JSON module (#15388)Kitson Kelly
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-05-15fix(lsp): correct positions in some scenarios (#14359)David Sherret
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-03-03chore(lsp): log more for "unexpected positions" lsp error (#13815)David Sherret
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-24refactor: remove dead code from lsp (#13743)Kitson Kelly
2022-02-02fix(lsp): properly display x-deno-warning with redirects (#13554)Kitson Kelly
2022-02-01refactor: integrate deno_graph breaking changes (#13495)Kitson Kelly
2022-01-25refactor(lsp): Documents - combine duplicate exists methods (#13479)David Sherret
2022-01-24perf(lsp): improve some tsc op hot paths (#13473)Kitson Kelly
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-07feat(lsp): provide registry details on hover if present (#13294)Kitson Kelly
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-12-15chore: updates to support deno_graph API changes (#13080)Kitson Kelly
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
2021-11-23fix(cli): config file should resolve paths relative to the config file (#12867)David Sherret
2021-11-18refactor(lsp): remove `Documents` mutex and require `Documents` to be mutated...David Sherret
2021-11-17fix(lsp): retain module dependencies when parse is invalid (#12782)Kitson Kelly
2021-11-12refactor(lsp): prefer using document instead of documents collection (#12720)David Sherret
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-11-08fix(lsp): display module types only dependencies on hover (#12683)Kitson Kelly
2021-11-01chore: upgrade deno_ast to 0.5.0 (#12595)David Sherret
2021-10-29refactor(lsp): use deno_graph and single document struct (#12535)Kitson Kelly
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-08-19fix(lsp): better handling of languageId (#11755)Kitson Kelly
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-25fix(lsp): handle importmaps properly (#11496)Kitson Kelly
2021-06-25feat(lsp): dependency hover information (#11090)Kitson Kelly
2021-06-21feat(lsp): quick fix actions to ignore lint errors (#10627)Satya Rohith
2021-06-05fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)Kitson Kelly
2021-06-03fix(#10775): diagnostics update on dependency changes (#10817)Kitson Kelly
2021-06-02fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)Kitson Kelly
2021-04-20fix(#10125): remove documents when closed in the lsp (#10254)Kitson Kelly
2021-04-20feat(lsp): improve diagnostic status page (#10253)Kitson Kelly