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