index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
lsp
Age
Commit message (
Expand
)
Author
2024-04-08
perf(lsp): don't pass remote modules as tsc roots (#23259)
Nayeem Rahman
2024-04-06
refactor(lsp): remove DocumentInner (#23251)
Nayeem Rahman
2024-04-05
perf(lsp): use lockfile to reduce npm pkg resolution time (#23247)
David Sherret
2024-04-05
fix(lsp): respect DENO_FUTURE for BYONM config (#23207)
Nayeem Rahman
2024-04-04
perf(lsp): don't keep remote module ast's in memory (#23230)
Nayeem Rahman
2024-04-02
fix(lsp): Remove client-facing format failure warning (#23196)
Nathan Whitaker
2024-04-02
feat(lsp): respect nested deno.json for fmt and lint config (#23159)
Nayeem Rahman
2024-03-31
fix(lsp): don't apply preload limit to workspace walk (#23123)
Nayeem Rahman
2024-03-31
chore(lsp): remove recursion in recurse_dependents (#23153)
David Sherret
2024-03-27
feat(task): Task description in the form of comments (#23101)
Nathan Whitaker
2024-03-27
fix(lsp): use registry cache for completion search (#23094)
Nayeem Rahman
2024-03-27
fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582)
Hajime-san
2024-03-27
fix(lsp): prefer cache over tsc quick fixes (#23093)
Nayeem Rahman
2024-03-26
feat: TypeScript 5.4 (#23086)
David Sherret
2024-03-26
refactor(lsp): unify config file data into ConfigTree (#23032)
Nayeem Rahman
2024-03-22
perf(cli): use args_os (#23039)
Matt Mastracci
2024-03-21
feat(lint): `deno lint --fix` and lsp quick fixes (#22615)
David Sherret
2024-03-21
refactor(lsp): factor out workspace walk from resolver update (#22937)
Nayeem Rahman
2024-03-13
chore(lsp): remove enablePaths compat path (#22895)
Nayeem Rahman
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-03-07
fix(lsp): don't apply renames to remote modules (#22765)
Nayeem Rahman
2024-03-07
fix(cli): limit test parallelism on Windows to avoid pipe error (#22776)
Matt Mastracci
2024-03-06
feat(unstable/pm): support npm packages in 'deno add' (#22715)
Nayeem Rahman
2024-03-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-03-05
chore: upgrade deno_core (#22699)
Bartek Iwańczuk
2024-03-04
fix(lsp): do not warn about local file "redirects" from .js to .d.ts files (#...
David Sherret
2024-03-04
fix(lsp): ignore code errors when type passes for non-`@deno-types` reolution...
David Sherret
2024-03-04
feat(lsp): include registry url in jsr import hover text (#22676)
Nayeem Rahman
2024-03-01
fix(lsp): output more information on error (#22665)
David Sherret
2024-03-01
fix(lsp): regression - caching in lsp broken when config with imports has com...
David Sherret
2024-03-01
feat(unstable/pm): support version contraints in 'deno add' (#22646)
Nayeem Rahman
2024-02-29
feat(unstable): `deno add` subcommand (#22520)
Bartek Iwańczuk
2024-02-29
feat(lsp): jsr specifier completions (#22612)
Nayeem Rahman
2024-02-28
fix(cli): ensure that pre- and post-test output is flushed at the appropriate...
Matt Mastracci
2024-02-28
chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)
Matt Mastracci
2024-02-27
perf(cli): reduce overhead in test registration (#22552)
Matt Mastracci
2024-02-27
fix(unstable): sloppy imports should resolve .d.ts files during types resolut...
David Sherret
2024-02-27
feat(publish): discover jsr.json and jsr.jsonc files (#22587)
Bartek Iwańczuk
2024-02-24
fix(lsp): import map expansion (#22553)
David Sherret
2024-02-23
refactor(cli): clean up test runner channels (#22422)
Matt Mastracci
2024-02-21
feat(lsp): auto-import completions for jsr specifiers (#22462)
Nayeem Rahman
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-19
feat(unstable/lint): no-slow-types for JSR packages (#22430)
David Sherret
2024-02-15
feat(unstable): single checksum per JSR package in the lockfile (#22421)
David Sherret
2024-02-14
feat(lsp): jsr support with cache probing (#22418)
Nayeem Rahman
2024-02-14
chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)
Nayeem Rahman
2024-02-12
feat(lsp): jsr support first pass (#22382)
Nayeem Rahman
2024-02-10
fix(lsp): complete npm specifier versions correctly (#22332)
Nayeem Rahman
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
[next]