facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
function-declaration-redeclare.js
function component() { function x(a) { a.foo(); } function x() {} return x; }