mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
I removed fixpoint iteration and all tests pass, which matches my intuition that it's really that we need strictly two passes. Removing to simplify and for performance (avoid unnecessary extra visits of the ast)