facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
destructuring-array-default.js
function Component(props) { const [[x] = ["default"]] = props.y; return x; }