summaryrefslogtreecommitdiff
path: root/cli/lsp/tsc.rs
AgeCommit message (Expand)Author
2023-01-14refactor(tsc): do not store some typescript declaration file text in multiple...David Sherret
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-30fix(lsp): less agressive completion triggers (#17225)Bartek Iwańczuk
2022-12-29fix(lsp): completions for private variables (#17220)Bartek Iwańczuk
2022-12-20fix(lsp/format): language formatter used should be based on language id (#17148)David Sherret
2022-12-19perf(lsp): concurrent reads and exclusive writes (#17135)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-07feat: upgrade to TypeScript 4.9.3 (#16973)David Sherret
2022-12-05fix(npm): dependency types were sometimes not being resolved when package had...David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-25refactor(lsp): consolidate relative_specifier (#16780)David Sherret
2022-11-22fix(inspector): ensure console methods provided by inspector are available (#...Bartek Iwańczuk
2022-10-28fix(lsp): correct `parameterNames.suppressWhenArgumentMatchesName` and `varia...David Sherret
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-16feat: support inlay hints (#16287)Kitson Kelly
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith
2022-09-20feat(cli): update to TypeScript 4.8 (#15064)Kitson Kelly
2022-07-25fix(lsp): remove CompletionInfo.flags (#15288)Kitson Kelly
2022-07-12fix(lsp): enable auto imports (#15145)Kitson Kelly
2022-07-05Revert "refactor(snapshots): to their own crate (#14794)" (#15076)Bartek Iwańczuk
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-06-27fix(lsp): restart TS language service when caching dependencies (#14979)Bartek Iwańczuk
2022-06-24refactor(snapshots): to their own crate (#14794)Aaron O'Mullan
2022-06-19chore: use rust 1.61.0 (#14911)Aaron O'Mullan
2022-06-01feat: update to TypeScript 4.7 (#14242)Kitson Kelly
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-05-13chore(runtime): Make some ops in ext and runtime infallible. (#14589)Andreu Botella
2022-04-25refactor(lsp): store all the assets in Rust when initializing (#14367)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-21feat(lsp): support deno.enablePaths setting (#13978)Kitson Kelly
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
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-10feat(lsp): support linking to symbols in JSDoc on hover (#13631)Kitson Kelly
2022-02-07fix(lsp): op_exists handles bad specifiers (#13612)Kitson Kelly
2022-02-02perf(lsp): cancellable TS diagnostics (#13565)David Sherret
2022-01-24perf(lsp): improve some tsc op hot paths (#13473)Kitson Kelly
2022-01-19refactor(lsp): reduce data stored in `StateSnapshot` (#13426)David Sherret
2022-01-19refactor(lsp): store the `LspUrlMap`'s state inside a mutex (#13416)David Sherret
2022-01-18refactor(lsp): store assets behind a mutex (#13414)David Sherret
2022-01-17refactor(lsp): remove `performance` from `StateSnapshot` (#13403)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-29cleanup(cli/lsp): use op Extensions (#13225)Aaron O'Mullan