main
Use explicit extensions for imports within src (#58421)
Add TReturn/TNext to Iterable et al (#58243)
Fix error message for type-only import of ES module from CJS (#59711)
Fix `--showConfig` to show transitively implied options that vary from the default config (#60240)
Fix incorrect usage of getResolvedTypeReferenceDirectives and some refactoring (#58527)
Add support for `import defer` proposal (#60757)
Add regex eslint plugin, fix lints (#59371)
Fixed crash when getting a definition for a class member with a computed name and an `override` modifier (#60631)
Refactored node builder flags and tests (#59440)
Set default `types` array to `[]`; support `"*"` wildcard (#63054)
Fix grammar issue in TS9025 diagnostic message (#60136)
Add `--module node20` (#61805)
Fixed "Delete all unused declarations" to delete self-referential functions (#60888)
Fix quick fix for isolatedDeclarations to keep trailing unknown in generics (#61227)
Port "Improve type discrimination algorithm" from tsgo (#61828)