facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
function-declaration-simple.js
function component(a) { let t = { a }; function x(p) { p.foo(); } x(t); return t; }