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
It does not depend on the language;
It depends on the complexity of the source code -> deepness of the UAST.
It's more likely to occur when the clicked token is really deep in the UAST.
as reported by @vmarkovtsev vía Slack:
Diagnostic:
There is a performance error when clicking in some tokens, that causes a browser tab freeze.
given the following python sourcecode:
click in the last
return
-> small freezeclick in
FizzBuzz
-> looooong freezeThe text was updated successfully, but these errors were encountered: