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