facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
uninitialized-declaration-in-reactive-scope.js
function Component(props) { let x = mutate(); let y; foo(x); return [y, x]; }