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
Improves the inference of union types by preserving the
union when there is a type ascription with an union.
If the term has not been explicity ascribed with an union then
the existing semantics of joining the orType is maintained.
To determine whether an explicit union ascription exists, a lexical
check on the untyped tree is performed.
0 commit comments