mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
4742d27f9e
Anytime we have a nested `.scope` in code my brain hurts. For example `scope.scope.dependencies`. This PR updates the scope merging pass to use the name `scopeBlock` for a ReactiveScopeBlock and `scope` only for ReactiveScope values, to make things a bit more clear.