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
// If the null character is followed by digits, print as a hex escape to prevent the result from parsing as an octal (which is forbidden in strict mode)
2507
+
return"\\x00";
2508
+
}
2509
+
// Otherwise, keep printing a literal \0 for the null character
0 commit comments