mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7ca3b004ae
It's starting to get complex just with a couple of extra passes — we either need to substantially extend the HIR or (as i've done so far) pass information from early passes to later ones. This PR changes things so that very early in the babel plugin we fork into a separate mode. Forest has its own `compileProgram()` equivalent, its own pipeline, its own codegen, etc.