facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
globals-Boolean.js
function Component(props) { const x = {}; const y = Boolean(x); return [x, y]; }