summaryrefslogtreecommitdiff
path: root/cli/lsp/documents.rs
AgeCommit message (Expand)Author
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-13chore: fix compile error on main (#19489)David Sherret
2023-06-13fix(lsp): don't pre-load documents matched in the config file's "exclude" (#1...David Sherret
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-22feat(lsp): support lockfile and node_modules directory (#19203)David Sherret
2023-05-11fix(lsp): preload documents when `deno.documentPreloadLimit` changes (#19103)David Sherret
2023-05-11feat(lsp): ability to configure document pre-load limit (#19097)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-04-24refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...David Sherret
2023-04-24refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)David Sherret
2023-04-21refactor(node): move most of cli/node to ext/node (#18797)David Sherret
2023-04-17refactor(npm): add CliNodeResolver (#18742)David Sherret
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-13refactor: upgrade to deno_npm 0.3.0 (#18671)David Sherret
2023-04-12fix(npm): cache bust npm specifiers more aggressively (#18636)David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-04-01fix(lsp): add a document preload file system entry limit (#18553)David Sherret
2023-04-01fix(repl): disable language server document preloading in the repl (#18543)David Sherret
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)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-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-03-15fix(lsp): avoid calling client while holding lock (#18197)David Sherret
2023-03-12refactor(npm): push npm struct creation to a higher level (#18139)David Sherret
2023-03-11fix(check): regression where config "types" entries caused type checking erro...David Sherret
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret
2023-02-23fix(npm): support bare specifiers in package.json having a path (#17903)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-21fix(npm): improve peer dependency resolution (#17835)David Sherret
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
2023-02-15refactor: use deno_graph's semver and npm structs (#17791)David Sherret
2023-02-15refactor: make resolver required (#17783)David Sherret
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-03fix(lsp): prevent crash analyzing module (#17642)David Sherret
2023-01-28fix(lsp): update document dependencies on configuration change (#17556)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-26refactor(lsp): fewer clones (#17551)Geert-Jan Zwiers
2023-01-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
2023-01-24refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)David Sherret
2023-01-16refactor(cli): fewer clones (#17450)Geert-Jan Zwiers
2023-01-10fix(npm): allow to read package.json if permissions are granted (#17209)Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
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-13feat(repl): support npm packages (#16770)Bartek Iwańczuk