facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
prop-capturing-function-1.js
function component(a, b) { let z = { a, b }; let x = function () { console.log(z); }; return x; }