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
chore(perf): reduce if statement call on " and \ (#695)
With this PR when a `"` or `\` is into the string, the if statement for surrogate check is not called. This is a little performance improvment
Signed-off-by: francesco <francesco.bagnoli.69@gmail.com>
0 commit comments