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
/
tsc.rs
Age
Commit message (
Expand
)
Author
2024-04-30
docs: fix some typos in comments (#23520)
findmyhappy
2024-04-30
refactor(lsp): move fields from Documents to LspResolver (#23585)
Nayeem Rahman
2024-04-27
chore(lsp): remove ConfigSnapshot (#23579)
Nayeem Rahman
2024-04-26
refactor(lsp): unify resolver types into LspResolver (#23514)
Nayeem Rahman
2024-04-24
chore(lsp): Print out stack trace if exception occurs in TS request (#23543)
Nathan Whitaker
2024-04-23
fix(lsp): Fix logic for coalescing pending changes + clear script names cache...
Nathan Whitaker
2024-04-23
perf(lsp): Call `serverRequest` via V8 instead of via `executeScript` (#23409)
Nathan Whitaker
2024-04-22
perf(lsp): Batch "$projectChanged" notification in with the next JS request (...
Nathan Whitaker
2024-04-20
perf(lsp): Pass code action trigger kind to TSC (#23466)
Nathan Whitaker
2024-04-19
perf(lsp): Avoid passing struct into op_resolve (#23452)
Nathan Whitaker
2024-04-17
perf(lsp): release unused documents (#23398)
Nayeem Rahman
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-15
fix(lsp): improved cjs tracking (#23374)
David Sherret
2024-04-15
fix(lsp): ensure project version is incremented when config changes (#23366)
David Sherret
2024-04-14
refactor(lsp): use fallback resolution in op_resolve() (#23329)
Nayeem Rahman
2024-04-12
perf(lsp): Only deserialize response from `op_respond` once (#23349)
Nathan Whitaker
2024-04-12
chore: upgrade deno_core to 0.274.0 (#23344)
Divy Srivastava
2024-04-12
fix(inspector): don't panic if port is not free (#22745)
Bartek Iwańczuk
2024-04-11
perf(lsp): use a stub module in tsc for failed resolutions (#23313)
Nayeem Rahman
2024-04-11
fix(lsp): Denormalize specifiers before calling `$projectChanged` (#23322)
Nathan Whitaker
2024-04-10
perf(lsp): Only evict caches on JS side when things actually change (#23293)
Nathan Whitaker
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-02
feat(lsp): respect nested deno.json for fmt and lint config (#23159)
Nayeem Rahman
2024-03-27
feat(task): Task description in the form of comments (#23101)
Nathan Whitaker
2024-03-27
fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582)
Hajime-san
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-21
refactor(lsp): factor out workspace walk from resolver update (#22937)
Nayeem Rahman
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-07
fix(lsp): don't apply renames to remote modules (#22765)
Nayeem Rahman
2024-03-05
chore: upgrade deno_core (#22699)
Bartek Iwańczuk
2024-02-21
feat(lsp): auto-import completions for jsr specifiers (#22462)
Nayeem Rahman
2024-01-26
feat(lsp): complete parameters as tab stops and placeholders (#22126)
Nayeem Rahman
2024-01-11
refactor(lsp): store project version on documents (#21892)
Nayeem Rahman
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-28
perf(lsp): use LanguageServiceHost::getProjectVersion() (#21719)
Nayeem Rahman
2023-12-22
feat(lsp): allow to connect V8 inspector (#21482)
Bartek Iwańczuk
2023-12-15
fix(lsp): apply specifier rewrite to CompletionItem::text_edit (#21564)
Nayeem Rahman
2023-12-12
perf(lsp): use null types instead of stub modules (#21541)
Nayeem Rahman
2023-12-11
perf(lsp): instrument all ops with performance marks (#21536)
Bartek Iwańczuk
2023-12-11
perf(lsp): simplify some of the startup code (#21538)
Bartek Iwańczuk
2023-12-07
feat(unstable): ability to resolve specifiers with no extension, specifiers f...
David Sherret
2023-12-03
perf(lsp): check tsc request cancellation before execution (#21447)
Nayeem Rahman
2023-12-03
perf(lsp): fix redundant clones for ts responses (#21445)
Nayeem Rahman
2023-12-03
refactor: faster args for op_load in TSC (#21438)
Bartek Iwańczuk
2023-12-01
perf(lsp): better op performance logging (#21423)
Bartek Iwańczuk
2023-12-01
refactor(lsp): log names (#21413)
Bartek Iwańczuk
2023-11-30
perf(lsp): cancel ts requests on future drop (#21387)
Nayeem Rahman
2023-11-29
perf(lsp): add performance marks for TSC requests (#21383)
Bartek Iwańczuk
[next]