You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename scopeKey() to getScopeKey()
* Move auto-creating getScopeInfo to getOrCreateScopeInfo
* Use null coalesce to shorten getScopeInfo
* Move auto-creating getVariableInfo to getOrCreateVariableInfo
* Remove redundant comment
* Remove useless return value in markVariableReadAndWarnIfUndefined
* Remove assignments inside conditions
* Remove unnecessary comments
* Extract the loop in processScopeClose to its own function
* Remove old third arg to getVariableInfo
* Remove null coalesce
0 commit comments