facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
call-spread.js
function Component(props) { const x = foo(...props.a, null, ...props.b); return x; }