mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d221c0f565
import, export, and TS namespace statements can only be used at the top-level of a module, which is enforced by parsers already. Here we add a backup validation of that. As of this PR, we now have only major statement type (class declarations) listed as a todo.