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
Add support for \u-----based character escapes. The parser and stringifier already support the other backslash characters, so I think I forgot that these are another one to look out for.
Add support for
\u-----based character escapes. The parser and stringifier already support the other backslash characters, so I think I forgot that these are another one to look out for.