Skip to content

Commit 349f553

Browse files
authored
Merge pull request #9724 from felher/patch-1
remove outdated difference of match types with typescript's conditional types
2 parents b3f908d + a90f0d1 commit 349f553

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/docs/reference/new-types/match-types.md

-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ main differences here are:
243243

244244
- Conditional types only reduce if both the scrutinee and pattern are ground,
245245
whereas match types also work for type parameters and abstract types.
246-
- Match types can bind variables in type patterns.
247246
- Match types support direct recursion.
248247
- Conditional types distribute through union types.
249248

0 commit comments

Comments
 (0)