facebook/react
compiler/
crates/
react_fixtures/
tests/
fixtures/
simple-ssa.js
function Component(props) { let a; if (props) { a = 1; } else { a = 2; } return a; }