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