mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Uses an enum for Identifier.name to distinguish originally named identifiers vs promoted temporaries. An opaque type for the named identifier variant makes it hard to accidentally create that type.