mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
3df04725bd
Adds semantic analysis support for normal `for` statements and for JSX. The main catch with JSX is that there are a bunch of identifiers that we have to ignore since they aren't variable references: jsx attribute names, namespace names, jsx member expression properties, and closing elements.