Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
three: Fix ConstructorUnion's distributivity (#62011)
Typescript 4.9 [optimises substitution types](https://github.com/microsoft/TypeScript/pull/50397a), but this exposes that ConstructorUnion isn't correctly distributive. I used the [fix suggested by Anders Hejslberg](microsoft/TypeScript#50397 (comment)) on the same PR.
- Loading branch information