You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: facebookexperimental#1704
It appears that TypeScript can produce inconsistent ordering for union types across versions while `$ExpectType` requires a consistent ordering. (microsoft/TypeScript#17944) This can cause our TypeScript tests to break when run across multiple TypeScript versions.
Update the tests to be more robust to work across versions.
Differential Revision: D35266493
fbshipit-source-id: 5a0e602657998d988bfa1b88d57e456561d6bc2e
0 commit comments