main
Adding preparePasteEdits method to check if smart copy/paste should be applied (#60053)
Set default `types` array to `[]`; support `"*"` wildcard (#63054)
fix(60887): Incorrect Formatting on if (a) try {} finally {} (#60898)
Add support for `import defer` proposal (#60757)
Enable `--isolatedDeclarations` on TS codebase (#59635)
Use explicit extensions for imports within src (#58421)
Add regex eslint plugin, fix lints (#59371)
Make go to definition go to the constraint's properties for object literals in argument positions (#62361)
Don't crash when observing invalid `export`s in any kind of container (#59376)
fix autoimports crash: generate namespace and other module symbol imports (#60333)
fix(61258): Renaming namespace with const enum doesn't update enum references (#61263)
Fix incorrect usage of getResolvedTypeReferenceDirectives and some refactoring (#58527)
Fixed crash when finding all references when `JSDocImportTag`s are involved (#59207)
Add missing whitespace after type parameter's modifiers in interactive inlay hints (#62246)
Add custom eslint rule 'no-array-mutating-method-expressions' (#59526)
Remove no-default-lib (#62435)
Handle more child types when generating navigation tree items for `export default` (#62620)
Just add a trailing call to `visitNode` instead of creating a new array when collecting outlining spans (#61987)
fix paste edits range: include all completely selected identifiers (#60339)
Default `target` to "latest standard", deprecate ES5 (#63067)
Update to TS 5.5.2 (#58947)
Allow signature help argument count to be equal to argument index (#58203)
Fix ContextFlags compile error (#62855)
fix(61167): Incorrect "Import may be converted to a default import" autofix for import export (#61171)
Don't return `tags` when returning quick info for JSDoc nodes (#59816)
Add build via esbuild
Revert PR 61928 (#62423)