(e, t)
| 230 | ee = /[+~]/, |
| 231 | te = new RegExp("\\\\[\\da-fA-F]{1,6}" + M + "?|\\\\([^\\r\\n\\f])", "g"), |
| 232 | ne = function (e, t) { |
| 233 | var n = "0x" + e.slice(1) - 65536; |
| 234 | return t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode(n >> 10 | 55296, 1023 & n | 56320)) |
| 235 | }, |
| 236 | re = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, |
| 237 | ie = function (e, t) { |
| 238 | return t ? "\0" === e ? "\ufffd" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e |
nothing calls this directly
no outgoing calls
no test coverage detected