mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
aa2b152ea8
They're fairly related, but I figured it's worth keeping more examples. - For the `while` example we need to codegen into a single expression. - For the expression with contained assignment we need to either keep the SSA ids around or re-create a similar expression during codegen.