facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
error.invalid-destructure-to-local-global-variables.js
function Component(props) { let a; [a, b] = props.value; return [a, b]; }