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
/
tsc
/
99_main_compiler.js
Age
Commit message (
Expand
)
Author
2024-04-24
chore(lsp): revert respect shouldCreateNewSourceFile (#23535)
David Sherret
2024-04-23
fix(lsp): Fix logic for coalescing pending changes + clear script names cache...
Nathan Whitaker
2024-04-23
chore(lsp): respect shouldCreateNewSourceFile parameter (#23515)
David Sherret
2024-04-22
feat: add jsx precompile skip element option (#23457)
Marvin Hagemeister
2024-04-22
perf(lsp): Batch "$projectChanged" notification in with the next JS request (...
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-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-12
perf(lsp): Only deserialize response from `op_respond` once (#23349)
Nathan Whitaker
2024-04-11
perf(lsp): use a stub module in tsc for failed resolutions (#23313)
Nayeem Rahman
2024-04-11
perf(lsp): replace document registry source cache on update (#23311)
Nayeem Rahman
2024-04-10
perf(lsp): Only evict caches on JS side when things actually change (#23293)
Nathan Whitaker
2024-04-08
perf(lsp): cache ts config in isolate until new project version (#23283)
Nayeem Rahman
2024-04-08
perf(lsp): don't pass remote modules as tsc roots (#23259)
Nayeem Rahman
2024-04-08
Revert "perf(lsp): Don't retain `SourceFileObject`s in `sourceFileCache` long...
Nayeem Rahman
2024-04-06
perf(lsp): Don't retain `SourceFileObject`s in `sourceFileCache` longer than ...
Nathan Whitaker
2024-03-29
fix(lsp): implement missing ts server host apis (#23131)
Nayeem Rahman
2024-03-27
fix(check): do not suggest running with `--unstable` (#23092)
David Sherret
2024-03-26
refactor(lsp): unify config file data into ConfigTree (#23032)
Nayeem Rahman
2024-01-22
feat(unstable): remove Deno.upgradeHttp API (#21856)
Bartek Iwańczuk
2024-01-10
fix(lsp): implement host.getGlobalTypingsCacheLocation() (#21882)
Nayeem Rahman
2024-01-08
perf(lsp): use host-owned cache for auto-import completions (#21852)
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-12
perf(lsp): use null types instead of stub modules (#21541)
Nayeem Rahman
2023-12-11
perf(lsp): simplify some of the startup code (#21538)
Bartek Iwańczuk
2023-12-06
feat: TypeScript 5.3 (#21480)
David Sherret
2023-12-03
refactor: faster args for op_load in TSC (#21438)
Bartek Iwańczuk
2023-12-02
perf(lsp): fix redundant serialization of sources (#21435)
Nayeem Rahman
2023-12-01
perf(lsp): better op performance logging (#21423)
Bartek Iwańczuk
2023-11-30
perf(lsp): remove throttling of cancellation token (#21395)
Bartek Iwańczuk
2023-11-01
feat: precompile JSX (#20962)
Bartek Iwańczuk
2023-11-01
feat: disposable Deno resources (#20845)
Luca Casonato
2023-10-02
refactor(lsp): clean up tsc requests (#20743)
Nayeem Rahman
2023-09-18
fix(lsp): pass quote preference to tsc (#20547)
Nayeem Rahman
2023-08-26
feat(lsp): update imports on file rename (#20245)
Nayeem Rahman
2023-08-17
fix(lsp): pass fmt options to completion requests (#20184)
Nayeem Rahman
2023-08-01
fix: deno diagnostic - clarify where to put triple-slash directive (#20009)
David Sherret
2023-07-13
fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)
David Sherret
2023-04-01
perf(check): faster source hashing (#18534)
David Sherret
2023-04-01
fix(check): ensure diagnostics caused by changes in other files get invalidat...
David Sherret
2023-03-30
fix(lsp): `textDocument/references` should respect `includeDeclaration` (#18496)
David Sherret
2023-03-24
chore(types): fix type checking errors in 99_main_compiler.js (#18403)
David Sherret
2023-03-21
perf(check): type check local files only when not using `--all` (#18329)
David Sherret
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-11
fix(check): regression where config "types" entries caused type checking erro...
David Sherret
2023-02-21
chore: remove base64 encoding code from typescript snapshot (#17862)
David Sherret
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-14
refactor(tsc): do not store some typescript declaration file text in multiple...
David Sherret
[next]