facebook/react
compiler/
packages/
babel-plugin-react-compiler/
src/
__tests__/
fixtures/
call-args-assignment.js
function Component(props) { let x = makeObject(); x.foo((x = makeObject())); return x; }