summaryrefslogtreecommitdiff
path: root/cli/lsp/tsc.rs
AgeCommit message (Expand)Author
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-26Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...Bartek Iwańczuk
2023-06-25Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)Nayeem Rahman
2023-06-13Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...Bartek Iwańczuk
2023-06-13refactor(core): cleanup feature flags for js source inclusion (#19463)Nayeem Rahman
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-03refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...Nayeem Rahman
2023-05-12refactor(lsp): make `RequestMethod` private (#19114)David Sherret
2023-05-11feat(lsp): ability to configure document pre-load limit (#19097)David Sherret
2023-04-17refactor(npm): add CliNodeResolver (#18742)David Sherret
2023-04-13refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)Yiyu Lin
2023-04-04refactor(core): Improve ergonomics of managing ASCII strings (#18498)Matt Mastracci
2023-04-01fix(repl): disable language server document preloading in the repl (#18543)David Sherret
2023-03-31fix(lsp): better handling of `data:` urls (#18527)David Sherret
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)David Sherret
2023-03-30fix(lsp): `textDocument/references` should respect `includeDeclaration` (#18496)David Sherret
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
2023-03-29refactor(lsp): remove boolean parameters on `documents.documents(...)` (#18493)David Sherret
2023-03-23refactor(lsp): add `LspClientUrl` (#18376)David Sherret
2023-03-21perf(core) Reduce script name and script code copies (#18298)Matt Mastracci
2023-03-18Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)Bartek Iwańczuk
2023-03-18Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)Bartek Iwańczuk
2023-03-18perf(core): preserve ops between snapshots (#18080)Bartek Iwańczuk
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-03-11fix(check): regression where config "types" entries caused type checking erro...David Sherret
2023-03-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
2023-02-06fix: revert lsp related internal specifiers (#17673)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
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