Open
Description
Flow version: 0.157.0
Expected behavior
Succeeds in parsing the following code
(a ? (b = c) : d => e);
Actual behavior
Failed to parse the above code
- Link to Try-Flow or Github repo: https://flow.org/try/#0BQQwBA-GwEZgvGAxgSjALjAEwQPjAKYoDcQA
Additional Info
@babel/parser
can parse the above code since 7.15.3 (ref: babel/babel#13655 )
Activity