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-11-15
feat(lsp): auto-imports with @deno-types directives (#26821)
Nayeem Rahman
2024-11-15
perf: use available system memory for v8 isolate memory limit (#26868)
Bartek Iwańczuk
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
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
feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting (#26546)
Nayeem Rahman
2024-10-21
feat(lsp): interactive inlay hints (#26382)
Nayeem Rahman
2024-10-15
chore: upgrade to rust 1.81.0 (#26261)
林炳权
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-09-17
feat(lsp): auto-import types with 'import type' (#25662)
Nayeem Rahman
2024-09-14
feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)
David Sherret
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-12
fix(lsp): directly use file referrer when loading document (#24997)
Nayeem Rahman
2024-07-29
chore: upgrade to rust 1.80 (#24778)
Satya Rohith
2024-07-23
fix(lsp): rewrite import for 'infer return type' action (#24685)
Nayeem Rahman
2024-07-19
refactor: update to deno_config 0.25 (#24645)
David Sherret
2024-07-18
fix(lsp): support npm workspaces and fix some resolution issues (#24627)
David Sherret
2024-07-10
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-07-03
fix(lsp): correct scope attribution for injected @types/node (#24404)
Nayeem Rahman
2024-06-28
fix(lsp): don't use global cache paths for scope allocation (#24353)
Nayeem Rahman
2024-06-26
feat(lsp): ts language service scopes (#24345)
Nayeem Rahman
2024-06-17
feat(lsp): multi deno.json resolver scopes (#24206)
Nayeem Rahman
2024-06-14
chore: upgrade to rust 1.79 (#24207)
Satya Rohith
2024-05-29
perf(repl): don't walk workspace in repl language server (#24037)
Nayeem Rahman
2024-05-29
perf(lsp): lock out requests until init is complete (#23998)
Nayeem Rahman
2024-05-23
refactor(lsp): determine file referrer for each document (#23867)
Nayeem Rahman
2024-05-22
fix(lsp): process Fenced Code Block in JSDoc on `completion` correctly (#23822)
Hajime-san
2024-05-21
fix(lsp): Fix display of JSDoc named examples (#23927)
Nathan Whitaker
2024-05-16
fix(lsp): respect types dependencies for tsc roots (#23825)
Nayeem Rahman
2024-05-13
refactor(lsp): reuse CliGraphResolverOptions::sloppy_imports_resolver (#23764)
Nayeem Rahman
2024-05-09
refactor(lsp): Have JS drive TSC event loop in LSP (#23565)
Nathan Whitaker
2024-05-09
refactor(lsp): unify caching into LspCache (#23746)
Nayeem Rahman
2024-05-09
fix(lsp): completions for using decl identifiers (#23748)
David Sherret
2024-05-07
refactor(lsp): reland move resolver fields to LspResolver (#23685)
Nayeem Rahman
2024-05-06
fix(lsp): Pass diagnostic codes to TSC as numbers (#23720)
Nathan Whitaker
2024-05-04
fix(lsp): handle multiline semantic tokens (#23691)
Nayeem Rahman
2024-05-01
fix(lsp): Catch cancellation exceptions thrown by TSC, stop waiting for TS re...
Nathan Whitaker
2024-05-01
Revert "refactor(lsp): move fields from Documents to LspResolver" (#23626)
Divy Srivastava
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
[next]