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