facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
call-args-assignment.js
function Component(props) { let x = makeObject(); x.foo((x = makeObject())); return x; }