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
/
analysis.rs
Age
Commit message (
Expand
)
Author
2024-11-14
refactor(resolver): move more resolution code into deno_resolver (#26873)
David Sherret
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-12
fix(lsp): skip code action edits that can't be converted (#26831)
Nayeem Rahman
2024-11-06
feat(lsp): auto-import completions from byonm dependencies (#26680)
Nayeem Rahman
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-25
fix(lsp): make missing import action fix infallible (#26539)
Nayeem Rahman
2024-10-08
refactor: remove usage of full_range (#26065)
David Sherret
2024-10-07
fix(lsp): exclude missing import quick fixes with bad resolutions (#26025)
Nayeem Rahman
2024-10-01
feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)
Nayeem Rahman
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-18
fix: do not panic running invalid file specifier (#25530)
Yazan AbdAl-Rahman
2024-08-28
fix(lsp): panic on url_to_uri() (#25238)
Nayeem Rahman
2024-08-24
refactor(lsp): changes for lsp_types 0.97.0 (#25169)
Nayeem Rahman
2024-08-14
fix(lsp): import map lookup for jsr subpath auto import (#25025)
Nayeem Rahman
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-23
fix(lsp): rewrite import for 'infer return type' action (#24685)
Nayeem Rahman
2024-06-12
fix(lsp): strip .js before probing for valid import fix (#24188)
Nayeem Rahman
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-30
feat(lint): add `no-boolean-literal-for-arguments` rule and enable `no-unused...
Luca Casonato
2024-05-23
refactor(lsp): determine file referrer for each document (#23867)
Nayeem Rahman
2024-05-21
fix(lsp): apply import fix to missing declaration code action (#23924)
Nayeem Rahman
2024-05-07
refactor(lsp): reland move resolver fields to LspResolver (#23685)
Nayeem Rahman
2024-05-01
Revert "refactor(lsp): move fields from Documents to LspResolver" (#23626)
Divy Srivastava
2024-04-30
refactor(lsp): move fields from Documents to LspResolver (#23585)
Nayeem Rahman
2024-04-26
refactor(lsp): unify resolver types into LspResolver (#23514)
Nayeem Rahman
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-16
fix(lsp): slice strings by byte index in code actions (#23387)
Nayeem Rahman
2024-04-02
feat(lsp): respect nested deno.json for fmt and lint config (#23159)
Nayeem Rahman
2024-03-27
fix(lsp): prefer cache over tsc quick fixes (#23093)
Nayeem Rahman
2024-03-26
refactor(lsp): unify config file data into ConfigTree (#23032)
Nayeem Rahman
2024-03-21
feat(lint): `deno lint --fix` and lsp quick fixes (#22615)
David Sherret
2024-03-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-02-21
feat(lsp): auto-import completions for jsr specifiers (#22462)
Nayeem Rahman
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-01-21
fix(lsp): improved npm specifier to import map entry mapping (#22016)
David Sherret
2024-01-09
fix: update deno_lint and swc (#21718)
Bartek Iwańczuk
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-04
fix(node): use closest package.json to resolve package.json imports (#21075)
David Sherret
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret
2023-10-02
refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` inte...
David Sherret
2023-09-30
refactor(npm): create `cli::npm::managed` module (#20740)
David Sherret
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-09-28
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
David Sherret
2023-09-26
chore: slight cleanup in npm resolvers (#20692)
David Sherret
2023-09-24
feat(lsp): cache all dependencies quick fix (#20665)
Nayeem Rahman
2023-09-18
fix(lsp): restore tsc's quick fix ordering (#20545)
Nayeem Rahman
2023-09-17
fix(lsp): sort quickfix actions (#17221)
Bartek Iwańczuk
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
[next]