facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
escape-analysis-not-conditional-test.js
function Component(props) { const x = [props.a]; const y = x ? props.b : props.c; return y; }