facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
error.reassignment-to-global.js
function Component() { // Cannot assign to globals someUnknownGlobal = true; moduleLocal = true; }