facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
ssa-throw.js
function foo() { let x = 1; if (x === 1) { x = 2; } throw x; }