summaryrefslogtreecommitdiff
path: root/cli/lsp
AgeCommit message (Expand)Author
2023-03-30test: fix test_check_origin_not_supported (#18504)Bartek Iwańczuk
2023-03-29refactor(lsp): remove boolean parameters on `documents.documents(...)` (#18493)David Sherret
2023-03-25feat(test): print pending tests on sigint (#18246)Nayeem Rahman
2023-03-23refactor(lsp): add `LspClientUrl` (#18376)David Sherret
2023-03-23fix(lsp): ensure `enablePaths` works when clients do not provide a trailing s...David Sherret
2023-03-21perf(core) Reduce script name and script code copies (#18298)Matt Mastracci
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
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-15fix(lsp): avoid calling client while holding lock (#18197)David Sherret
2023-03-13fix(npm): show a progress bar when initializing the node_modules folder (#18136)David Sherret
2023-03-13refactor(core): pass cwd explicitly to resolve_path (#18092)Bartek Iwańczuk
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-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
2023-03-05refactor(runtime): factor out deno_io extension crate (#18001)Bartek Iwańczuk
2023-03-04refactor: simplify to string calls (#18011)Geert-Jan Zwiers
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-03-02chore(cli): update deno_lint to 0.41.0 (#17997)Yusuke Tanaka
2023-02-25fix: regression remapping remote specifier to local file (#17935)David Sherret
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret
2023-02-23fix(npm): allow resolving from package.json when an import map exists (#17905)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-22fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...David Sherret
2023-02-22feat: support bare specifier resolution with package.json (#17864)Bartek Iwańczuk
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-06fix: revert lsp related internal specifiers (#17673)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
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-27fix: ensure "fs" -> "node:fs" error/quick fix works when user has import map ...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-25fix: support import map specified as data uri (#17531)David Sherret
2023-01-25feat: embed import map in the config file (#17478)Bartek Iwańczuk
2023-01-24feat: suggest adding a "node:" prefix for bare specifiers that look like buil...David Sherret
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-18refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419)Andreu Botella
2023-01-16refactor(cli): fewer clones (#17450)Geert-Jan Zwiers