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
The scopeManager.resolveReference function is part of the old symbol resolver and should not be used anymore. However, it is still used in every call of handleReference in the SymbolResolver
The text was updated successfully, but these errors were encountered:
Unfortunatly, this cannot really be split into smaller pieces. It basically does the following:
- Move all inference related functions out of the symbol resolve
- Try to restrict / remove calls to the legacy `resolveReference` function
Fixes#1769Fixes#1771
Unfortunatly, this cannot really be split into smaller pieces. It basically does the following:
- Move all inference related functions out of the symbol resolve
- Try to restrict / remove calls to the legacy `resolveReference` function
Fixes#1769Fixes#1771
The
scopeManager.resolveReference
function is part of the old symbol resolver and should not be used anymore. However, it is still used in every call ofhandleReference
in theSymbolResolver
The text was updated successfully, but these errors were encountered: