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