mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Updated API Breaking Changes (markdown)
@@ -1,3 +1,9 @@
|
||||
# TypeScript 4.9
|
||||
|
||||
As part of an optimization on substitution types, `SubstitutionType` objects no longer contain the `substitute` property representing the effective substitution (usually an intersection of the base type and the implicit constraint) - instead, they just contain the `constraint` property.
|
||||
|
||||
For more details, [read more on the original pull request](https://github.com/microsoft/TypeScript/pull/50397).
|
||||
|
||||
# TypeScript 4.8
|
||||
|
||||
## Decorators are placed on `modifiers` on TypeScript's Syntax Trees
|
||||
|
||||
Reference in New Issue
Block a user