facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
do-while-break.js
function Component(props) { do { break; } while (props.cond); return props; }