| 4 | License: BSD-3-Clause |
| 5 | */ |
| 6 | var hljs=function(){"use strict";function e(n){ |
| 7 | return n instanceof Map?n.clear=n.delete=n.set=()=>{ |
| 8 | throw Error("map is read-only")}:n instanceof Set&&(n.add=n.clear=n.delete=()=>{ |
| 9 | throw Error("set is read-only") |
| 10 | }),Object.freeze(n),Object.getOwnPropertyNames(n).forEach((t=>{ |
| 11 | const a=n[t],i=typeof a;"object"!==i&&"function"!==i||Object.isFrozen(a)||e(a) |
| 12 | })),n}class n{constructor(e){ |
| 13 | void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1} |
| 14 | ignoreMatch(){this.isMatchIgnored=!0}}function t(e){ |
| 15 | return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'") |