summaryrefslogtreecommitdiff
path: root/cli/lsp
AgeCommit message (Expand)Author
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-12-05fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956)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-27fix(npm): ensure npm package downloaded once per run when using `--reload` (#...David Sherret
2022-11-26refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)David Sherret
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)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-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-11-18fix(npm): use an http client with connection pool (#16705)David Sherret
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-10feat: remove --unstable flag requirement for npm: specifiers (#16473)Bartek Iwańczuk
2022-11-08feat(unstable/npm): support peer dependencies (#16561)David Sherret
2022-11-02fix(lock): autodiscovery of lockfile (#16498)Bartek Iwańczuk
2022-11-02refactor: Combine ImportMapResolver and JsxResolver (#16508)Bartek Iwańczuk
2022-10-28fix(lsp): correct `parameterNames.suppressWhenArgumentMatchesName` and `varia...David Sherret
2022-10-27fix(lsp): add ServerCapabilities::encoding (#16444)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-10-17fix(lsp): treat empty import map value config as none (#16224)Tomofumi Chiba
2022-10-16feat: support inlay hints (#16287)Kitson Kelly
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-10-01lsp: use deno:/asset instead of deno:asset (#16023)sigmaSd
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith
2022-09-26chore: use Rust 1.64.0 (#16035)Mathias Lafeldt
2022-09-20feat(cli): update to TypeScript 4.8 (#15064)Kitson Kelly
2022-09-09feat: download progress bar (#15814)Bartek Iwańczuk
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-23feat: binary npm commands (#15542)David Sherret
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...David Sherret
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-08-11refactor(cli): consolidate most MainWorker related code to the same place (#1...David Sherret
2022-08-10fix(permissions): ignore empty values (#15447)Leo Kettmeir
2022-08-10fix: update deno_graph to fix importing config as JSON module (#15388)Kitson Kelly
2022-08-04fix(test): output parallel test results independently (#15399)Nayeem Rahman
2022-08-02fix(lsp): use correct commit chars for completions (#15366)Kitson Kelly
2022-08-02fix(lsp): remove excessive line breaks in status page (#15364)Outvi V
2022-07-25fix(lsp): remove CompletionInfo.flags (#15288)Kitson Kelly
2022-07-15refactor: allocate IDs for tests (#14729)Nayeem Rahman
2022-07-15chore: fix Windows specific clippy errors (#15212)David Sherret
2022-07-14feat(lsp): provide import map remapping diags and fixes (#15165)Kitson Kelly
2022-07-12feat(cli/lsp): Sort repl completions (#15171)2shiori17
2022-07-12fix(repl): do not panic for import completions when the import specifier is e...David Sherret
2022-07-12fix(lsp): enable auto imports (#15145)Kitson Kelly
2022-07-11refactor: rename run_basic to run_local (#15068)cuobiezi