facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
while-logical.js
function foo(props) { let x = 0; while (x > props.min && x < props.max) { x *= 2; } return x; }