Skip to content

Commit

Permalink
Update changelog for satisfies (#13879)
Browse files Browse the repository at this point in the history
Address review
  • Loading branch information
sosukesuzuki committed Nov 22, 2022
1 parent fd37600 commit 876c297
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions changelog_unreleased/typescript/13764.md
@@ -1,8 +1,4 @@
#### Support TypeScript 4.9 (#13764, #13783, #13872 by @sosukesuzuki)

Support [TypeScript 4.9](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9) features!

##### [`satisfies` operator](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#satisfies)
#### Support TypeScript 4.9 [`satisfies` operator](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#satisfies) (#13764, #13783, #13872 by @sosukesuzuki)

<!-- prettier-ignore -->
```tsx
Expand All @@ -13,6 +9,4 @@ const palette = {
} satisfies Record<Colors, string | RGB>;
```

##### [Auto-Accessors in Classes](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes)

**Auto-Accessors in Classes is not yet supported.**
[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 comments on commit 876c297

Please sign in to comment.