facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
holey-array-pattern-dce.js
function t(props) { let [, foo, bar] = props; return foo; }