We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#57117
Improve constraints of conditional types applied to constrained type variables #56004
Allow non-generic return types to be read from single generic call signatures #54477
couldContainTypeVariables
Reduce intersections of constrained type variables and primitive types #56515
<U, extends Equals<T, U>>
Equals
<U extends T>(u: U & Equals<T, U>) => {}
Feelings?
#57133
export =
The text was updated successfully, but these errors were encountered:
No branches or pull requests
5.4 Breaking Changes
#57117
Improve constraints of conditional types applied to constrained type variables #56004
Allow non-generic return types to be read from single generic call signatures #54477
couldContainTypeVariables
observable (which is purely for performance).Reduce intersections of constrained type variables and primitive types #56515
<U, extends Equals<T, U>>
in react-redux type helpers.Equals
out of the constraint, and rewrite it as an intersection.<U extends T>(u: U & Equals<T, U>) => {}
Equals
constraint into an intersection type. reduxjs/react-redux#2123Feelings?
Supporting Named ESM Imports from the TypeScript API
#57133
export =
, we emit stuff that is not friendly to cjs-module-lexer?The text was updated successfully, but these errors were encountered: