Repo closure notice added
README now points contributors to the original TypeScript repo and announces this staging repo will be archived.
Read the issue →README now points contributors to the original TypeScript repo and announces this staging repo will be archived.
Read the issue →Generated the TS API from Go sources, shipped content mappers, and fixed crashes, comment preservation, and JSX go-to-definition edges.
Read the issue →Several parser/checker fixes landed, including ES2025 regex gating, crash/diagnostic fixes, and enum declaration emit preservation.
Read the issue →
August 17th, 2026 · 13 commits
+4
Added symbol and file-scoped diagnostics APIs, plus fixes for JSDoc parsing, tuple optionality, and extension TSDK resolution.
Read the issue →
August 14th, 2026 · 16 commits
+3
Completion snippets, richer hovers, safer parsing, regex diagnostics, and several rename/declaration-emit fixes shipped today.
Read the issue →
August 13th, 2026 · 11 commits
Native preview gains config parsing and symbol-scope APIs, while compiler and language server fixes improve emit, diagnostics, and stability.
Read the issue →Typescript-go fixes a contextual property memory regression and tightens diagnostic deduping and lookup behavior.
Read the issue →New transpile/declaration APIs, a heritage-clause AST split, and macOS signing/realpath fixes headline a busy day.
Read the issue →Several user-facing fixes landed for watch mode, nested emits, namespace await handling, and extensionless files.
Read the issue →Adds workspace/symbol scoping to the active document and fixes a watcher close race that could panic during file watch reconciliation.
Read the issue →TypeScript Go updates variance inference to track work by associated symbol, improving circular generic analysis and related tests.
Read the issue →A targeted compiler fix prevents physical dependencies from being misclassified as symlinks, correcting JS declaration emit in JSDoc import cases.
Read the issue →A small checker optimization avoids building temporary composite mappers during type instantiation, reducing allocation overhead.
Read the issue →TypeScript-Go got faster narrowing, safer symbol resolution, and a fix for config diagnostics after watched file edits.
Read the issue →
July 29th, 2026 · 12 commits
+1
A medium-sized day of performance work plus several user-facing bug fixes across build watch, language service, and emit paths.
Read the issue →Adds an experimental init flag for flaky diagnostic tracking and trims redundant watch-triggered refreshes.
Read the issue →A mix of compiler correctness fixes, formatting stability work, faster file rename handling, and AST/parser refactors.
Read the issue →New emit/config APIs landed, tuple variance got a panic fix, and VSIX build/release packaging was overhauled.
Read the issue →A batch rebuild bug fix and a new custom lint rule both aim to keep TypeScript diagnostics and incremental output consistent.
Read the issue →Organize imports now respects editor formatting, the checker keeps destructuring narrowing through re-entrant analysis, and link storage got a paging overhaul.
Read the issue →Major checker correctness and API surface updates, plus a handful of LSP/JSX fixes.
Read the issue →New native-preview APIs expose type parameter constraints/defaults, while language service smart-selection and a diagnostic fix land.
Read the issue →Fixed a declaration-emit import specifier bug, reduced false diagnostics in checker paths, and updated baseline triage grouping.
Read the issue →A new Visual Studio-style hover mode ships alongside two stability fixes for type expansion and signature help.
Read the issue →Added temporary snapshot updates and fixed several checker/JSX/declaration emit bugs, alongside a watch-loop optimization.
Read the issue →A TypeScript-Go checker fix broadens ancestor checks to avoid resolving nodes that normal checking skips, eliminating several false diagnostics.
Read the issue →New IPC and API plumbing lets clients request import edits for symbols, with async/sync surfaces and tests updated.
Read the issue →TypeScript-Go now rejects invalid project reference fields and fixes a concurrent auto-import cache access race.
Read the issue →TypeScript-Go fixes nullable API returns, improves declaration emit for late-visible expando functions, and flips main to 7.1 nightlies.
Read the issue →Adds a notification toggle, speeds remote node iteration, and fixes namespaced JSX completions/hover while prepping nightly extension output.
Read the issue →