mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
This is a precursor to validating that all identifiers are defined - we need to know about gobals and module declarations, so this PR adds the ability to configure a Set<string> of defined globals. The default list is inspired by the globals that prepack defines, which just comes from the spec definition.