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
I think we can speed up parsing of strings a bit by modifying unescape_string() so it doesn't reallocate the string if it doesn't contain any escape characters.