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