main
Skip `verifyCompilerOptions` when possible on program updates (#60754)
Default `target` to "latest standard", deprecate ES5 (#63067)
Adds the symbol name to the error message for TS2742 (#63200)
Mark class property initializers as outside of CFA containers (#63310)
Remove no-default-lib (#62435)
`tsc -b` removes silent `noEmitOnError` and emits files even if there are errors (#58838)
Initialize the map for dts to reference and source to reference when parsing project reference as its always needed (#61746)
Use explicit extensions for imports within src (#58421)
Port anyFunctionType subtype fix and JSX children NonInferrableType propagation from typescript-go (#63163)
Add lib.esnext.temporal (#62628)
Add --stableTypeOrdering for TS7 ordering compat (#63084)
Bump version to 6.0 (#62162)
Enable `--isolatedDeclarations` on TS codebase (#59635)
Fix redundant leading apostrophe in TS1344 diagnostic message (#63341)
Remove ES5 references, misc cleanup (#63075)
Fixed a printer crash caused by empty parameter modifiers (#60537)
Set default `types` array to `[]`; support `"*"` wildcard (#63054)
Fixed a crash when parsing invalid decorator on await expression (#62659)
Write path normalization without array allocations (#60812)
Fix missing lib files in reused programs (#63239)
Fix infinite loop (#63581)
Simplify statSync (#59276)
Add `--module node20` (#61805)
Add option --stopBuildOnErrors to tsbuild to get previous behavior of not building downstream projects if upstream has errors (#59433)
Dont open composite projects to determine if script info is part of project (#59688)
Run dprint on json (#55602)
Introduce ES2025 target & Add missing ScriptTargetFeatures (#63046)
Add support for `import defer` proposal (#60757)