facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
error.invalid-destructure-assignment-to-global.js
function useFoo(props) { [x] = props; return { x }; }