Skip to content

Commit 876c297

Browse files
author
Sosuke Suzuki
authored
Update changelog for satisfies (#13879)
Address review
1 parent fd37600 commit 876c297

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#### Support TypeScript 4.9 (#13764, #13783, #13872 by @sosukesuzuki)
2-
3-
Support [TypeScript 4.9](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9) features!
4-
5-
##### [`satisfies` operator](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#satisfies)
1+
#### Support TypeScript 4.9 [`satisfies` operator](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#satisfies) (#13764, #13783, #13872 by @sosukesuzuki)
62

73
<!-- prettier-ignore -->
84
```tsx
@@ -13,6 +9,4 @@ const palette = {
139
} satisfies Record<Colors, string | RGB>;
1410
```
1511

16-
##### [Auto-Accessors in Classes](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes)
17-
18-
**Auto-Accessors in Classes is not yet supported.**
12+
[Auto-Accessors in Classes](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes) will be supported in an upcoming 2.8 patch release. We have de-scoped them for now to ship `satisfies` operator sooner.

0 commit comments

Comments
 (0)