mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
This PR ensures (via a static assertion function) that all terminal variants have a SourceLocation, and adds locations to the variants which didn't have it before. This also adds a static assertion that terminals have an InstructionId, though we already relied on that so it was checked via usage.