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