facebook/react
compiler/
crates/
react_fixtures/
tests/
fixtures/
if-statement.js
function foo(a, b, c, d) { if (a) { return b; } else { c; } d; }