facebook/react
compiler/
crates/
react_fixtures/
tests/
fixtures/
destructure-array.js
function Component(a, b) { const [c, , ...d] = a; const [[[e]], ...[f]] = b; return [c, d, e, f]; }