facebook/react
compiler/
crates/
react_semantic_analysis/
tests/
fixtures/
let-const-hoisting.js
function Component() { function foo() { a; b; } let a; const b = true; }