mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
5f3dc0b6c7
We can't independently memoize values created within a loop, so this pass flattens scopes within loops. Right now this just flattens the scope away without propagating any dependency (or output) information, follow-ups will extend it to do that.