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