facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
error.hooks-with-React-namespace.js
function Foo() { const [x, setX] = React.useState(1); return x; }