facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
destructuring-array-param-default.js
function Component([a = 2]) { return a; }