June 30th, 2026 · 9 commits
+1
A mix of API additions, completion/language-service fixes, and compiler correctness patches, plus a few smaller regressions addressed.
Read the issue →
June 29th, 2026 · 6 commits
Conditional type recursion is capped, build up-to-date checks now track package.jsons, and AST traversal/signature help bugs were fixed.
Read the issue →
June 27th, 2026 · 1 commits
Release scripts, packaging, and CI were updated to support publishing the native preview package in more flexible ways.
Read the issue →
June 26th, 2026 · 9 commits
Declaration emit, watch behavior, API typing, and LSP parsing all saw meaningful fixes; dependencies were also refreshed.
Read the issue →
June 25th, 2026 · 1 commits
@typescript/native-preview now exposes a CommonJS `.` entrypoint for version data, improving package compatibility for CJS consumers.
Read the issue →
June 24th, 2026 · 13 commits
Several new checker/program APIs landed alongside organize-imports sorting, rename behavior fixes, and a few correctness patches.
Read the issue →
June 23rd, 2026 · 7 commits
Project/file lifecycle handling was overhauled, new program diagnostics were exposed, and the native preview got a performance cache.
Read the issue →
June 22nd, 2026 · 8 commits
Big reliability and API cleanup day: tsconfig diagnostics, symlinked watches, safer config parsing, and richer literal type APIs.
Read the issue →
June 19th, 2026 · 1 commits
A nil-pointer panic when extending an empty config file was fixed, with regression coverage added.
Read the issue →
June 18th, 2026 · 2 commits
Two declaration-emit fixes landed: nested CommonJS export assignments are allowed again, and this-assigned methods now dedupe correctly.
Read the issue →
June 17th, 2026 · 2 commits
Build mode was reworked around fswatch, and native preview packages now ship NOTICE.txt correctly.
Read the issue →
June 16th, 2026 · 4 commits
Adds signature support and client-side caching, fixes declaration emit undefined wrapping, and closes an auto-import crash.
Read the issue →
June 15th, 2026 · 7 commits
Adds native preview import commands, fixes declaration emit and auto-import cleanup, and pins casing tables to generated Unicode data.
Read the issue →
June 13th, 2026 · 4 commits
Fixes declaration emit diagnostics, UTF-16 diagnostic positions, and a checker bug around instantiated symbols.
Read the issue →
June 12th, 2026 · 6 commits
Major LSP/watch infrastructure changes plus several crash fixes in the checker and module helper handling.
Read the issue →
June 11th, 2026 · 13 commits
Added completions API and broader language-service fixes, plus parser/emit correctness fixes and scanner performance work.
Read the issue →
June 10th, 2026 · 4 commits
Big Unicode correctness work plus improved declaration emit for expando properties and better tsconfig error reporting.
Read the issue →
June 9th, 2026 · 8 commits
New language-service APIs land alongside fixes for declaration emit, top-level await reparsing, missing tsconfig files, and more.
Read the issue →
June 8th, 2026 · 6 commits
Renames no longer crash on solution configs, JSX/type-argument errors skip trivia correctly, and arenas can now be released after type printing.
Read the issue →
June 7th, 2026 · 2 commits
Improved diagnostics for exact optional properties and computed-name inheritance errors, with updated baseline coverage.
Read the issue →
June 6th, 2026 · 2 commits
Improved spelling suggestions for Unicode identifiers and fixed JSDoc modifiers being misparsed on constructors.
Read the issue →
June 5th, 2026 · 3 commits
Adds native-preview APIs for WebStorm, fixes go-to-implementation on typed object literals, and preserves param comments in generated d.ts.
Read the issue →
June 4th, 2026 · 6 commits
Parser now blocks uneraseable `as`/`satisfies` forms, while native-preview and project handling fix crashes and parent lookup bugs.
Read the issue →
June 3rd, 2026 · 22 commits
Major API and LSP protocol changes landed alongside fixes for declaration emit, parser edge cases, and several compiler panics.
Read the issue →
June 2nd, 2026 · 21 commits
Major fswatch addition and a cluster of compiler/emit fixes across JSX, async super, metadata, and tsconfig parsing.
Read the issue →
June 1st, 2026 · 13 commits
+2
Dynamic queueing for LSP messages plus fixes in tsdk selection, declaration emit, JSDoc parsing, and module resolution.
Read the issue →