facebook/react
compiler/
packages/
babel-plugin-react-compiler/
src/
__tests__/
fixtures/
store-via-new.js
function Foo() { const x = {}; const y = new Foo(x); y.mutate(); return x; }