facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
overlapping-scopes-interleaved-by-terminal.js
function foo(a, b, c) { const x = []; const y = []; if (x) { } y.push(a); x.push(b); }