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