pub fn escape_js_string(s: &str, quote: char) -> String
Escape a JavaScript string literal (single or double quoted) SIMD-optimized with memchr for bulk scanning