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
Haven't been able to narrow down the exact segment of code that is causing the browser to crash, but when attempting to paste the attached snippet into the prism test page as Javascript, it causes the page to become unresponsive and have to manually force quit the tab.
Hi! Thanks for reporting. I tracked the performance issue down to the / char in the string "Mismatched closing tag (expected </". Prism was checking for a regexp starting from this point and had a really hard time backtracking. It should be fixed now.
Haven't been able to narrow down the exact segment of code that is causing the browser to crash, but when attempting to paste the attached snippet into the prism test page as Javascript, it causes the page to become unresponsive and have to manually force quit the tab.
broken_snippet.txt
The text was updated successfully, but these errors were encountered: