facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
object-properties.js
function foo(a, b, c) { const x = a.x; const y = { ...b.c.d }; y.z = c.d.e; foo(a.b.c); [a.b.c]; }