mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d243e748d0
NOTE: See background in #1476. Updates BuildHIR to use the new LabelTerminal for LabeledStatements, and adds support for HIR->ReactiveFunction transformation and codegen. Note that we sometimes produce an extraneous block wrapper if it turns out the label wasn't necessary, that seems...fine?