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