-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript Error TS2590: Expression produces a union type that is too complex to represent.
#1034
Comments
PR at #1035. |
This is still happening but for older TypeScript versions: 5.1, 5.2 and 5.3. |
Still happening, but this time with TypeScript 4.8 and earlier... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since Execa 9.0.0, when using TypeScript 5.1 or later, the following type error appears:
Or:
Apparently the error is not emitted when using
tsd
, only when usingtsc
, which is why our type tests did not catch this.The text was updated successfully, but these errors were encountered: