mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
70e7a632bb
Expands InferReactiveScopeVariables to update the mutableRange of all identifiers to be the range of its scope. The result is that all identifiers in a given scope will have the same range, whose start is the minimum of the identifiers range starts, and end is the maximum.