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