sammy
↵
Issues
Merge requests
dillon1000/react
compiler
packages
babel-plugin-react-compiler
src
__tests__
fixtures
compiler
store-via-call.js
store-via-call.js
7 lines
main
Raw
function foo() { const x = {}; const y = foo(x); y.mutate(); return x; }
Loading syntax highlighting…