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
Currently, we do a major workaround to get sort of unique types per scope and this is really hacky and does not work well with parallel parsing / passes. Instead, we just have one Type object per usage, this should be faster in the front-end but might incur a small performance penalty when resolving them.
The text was updated successfully, but these errors were encountered:
Currently, we do a major workaround to get sort of unique types per scope and this is really hacky and does not work well with parallel parsing / passes. Instead, we just have one
Type
object per usage, this should be faster in the front-end but might incur a small performance penalty when resolving them.The text was updated successfully, but these errors were encountered: