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
Use declared property type instead of scope-narrowed type when inferring generic new expression types (#5467), #11844, thanks @VincentLanglet and @staabm!
Performance ποΈ
Use pairwise TypeCombinator::intersect folding for conditional expression holders to avoid exponential union distribution (#5482), #14475