main
tsc --init update (#61813)
Deprecate `--module amd`, `umd`, `system`, `none`; `--moduleResolution classic`; change defaults (#62669)
Default `target` to "latest standard", deprecate ES5 (#63067)
Refactor tsserver, tsc and fourslash-server tests so that paths are always watchable (#59844)
Set default `types` array to `[]`; support `"*"` wildcard (#63054)
Also check package name validity in InstallPackageRequest (#63401)
Use explicit extensions for imports within src (#58421)
Fix issues with global typings cache and what gets watches (#59869)
Fix infinite loop (#63581)
Remove no-default-lib (#62435)
Improve Recovery of Unterminated Regular Expressions (#58289)
fix(58584): formatJSDocLink shouldn't introduce a trailing space when non link text. (#58585)
Add regex eslint plugin, fix lints (#59371)
Write path normalization without array allocations (#60812)
Fix parenthesizer rules for manually constructed binary expressions with `??` and `||`/`&&` mix (#62311)
Fix missing lib files in reused programs (#63239)
Use regular imports instead of require where possible (#59017)
Add support for `import defer` proposal (#60757)