facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
array-pattern-params.js
function component([a, b]) { let y = { a }; let z = { b }; return [y, z]; }