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