| 4 | License: BSD-3-Clause |
| 5 | */ |
| 6 | var hljs=function(){"use strict";var e={exports:{}};function t(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((n=>{var i=e[n] |
| 11 | ;"object"!=typeof i||Object.isFrozen(i)||t(i)})),e} |
| 12 | e.exports=t,e.exports.default=t;class n{constructor(e){ |
| 13 | void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1} |
| 14 | ignoreMatch(){this.isMatchIgnored=!0}}function i(e){ |