facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
store-via-call.js
function foo() { const x = {}; const y = foo(x); y.mutate(); return x; }