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
Filing for discoverability. Discovered while working on #25487 that we don't parse either of these correctly:
constx=<divx={p,p}/>consty=<div>{p,p}</div>
In both cases, we should parse a JSXExpression whose expression is a BinaryExpression with a CommaToken as the operator. Both Flow and Babel treat this as valid syntax (they call the expression a "SequenceExpression").