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