facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
object-literal-spread-element.js
function Component(props) { const x = { ...props.foo }; return x; }