@plugjs/cov8-html 0.1.127 → 0.1.129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.html +3 -3
- package/package.json +5 -5
package/dist/index.html
CHANGED
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
window.Prism = window.Prism || {};
|
|
7
7
|
window.Prism.manual = true;
|
|
8
8
|
</script>
|
|
9
|
-
<script type="module" crossorigin>(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))r(s);new MutationObserver(s=>{for(const i of s)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(s){const i={};return s.integrity&&(i.integrity=s.integrity),s.referrerPolicy&&(i.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?i.credentials="include":s.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(s){if(s.ep)return;s.ep=!0;const i=n(s);fetch(s.href,i)}})();var xr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},An={exports:{}},wr;function bi(){return wr||(wr=1,function(e){var t=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};/**
|
|
9
|
+
<script type="module" crossorigin>(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))r(s);new MutationObserver(s=>{for(const i of s)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(s){const i={};return s.integrity&&(i.integrity=s.integrity),s.referrerPolicy&&(i.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?i.credentials="include":s.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(s){if(s.ep)return;s.ep=!0;const i=n(s);fetch(s.href,i)}})();var xr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},An={exports:{}},wr;function bi(){return wr||(wr=1,(function(e){var t=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};/**
|
|
10
10
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
11
11
|
*
|
|
12
12
|
* @license MIT <https://opensource.org/licenses/MIT>
|
|
13
13
|
* @author Lea Verou <https://lea.verou.me>
|
|
14
14
|
* @namespace
|
|
15
15
|
* @public
|
|
16
|
-
*/var n=function(r){var s=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,o={},l={manual:r.Prism&&r.Prism.manual,disableWorkerMessageHandler:r.Prism&&r.Prism.disableWorkerMessageHandler,util:{encode:function v(m){return m instanceof c?new c(m.type,v(m.content),m.alias):Array.isArray(m)?m.map(v):m.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(v){return Object.prototype.toString.call(v).slice(8,-1)},objId:function(v){return v.__id||Object.defineProperty(v,"__id",{value:++i}),v.__id},clone:function v(m,g){g=g||{};var A,S;switch(l.util.type(m)){case"Object":if(S=l.util.objId(m),g[S])return g[S];A={},g[S]=A;for(var T in m)m.hasOwnProperty(T)&&(A[T]=v(m[T],g));return A;case"Array":return S=l.util.objId(m),g[S]?g[S]:(A=[],g[S]=A,m.forEach(function(z,$){A[$]=v(z,g)}),A);default:return m}},getLanguage:function(v){for(;v;){var m=s.exec(v.className);if(m)return m[1].toLowerCase();v=v.parentElement}return"none"},setLanguage:function(v,m){v.className=v.className.replace(RegExp(s,"gi"),""),v.classList.add("language-"+m)},currentScript:function(){if(typeof document>"u")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(A){var v=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(A.stack)||[])[1];if(v){var m=document.getElementsByTagName("script");for(var g in m)if(m[g].src==v)return m[g]}return null}},isActive:function(v,m,g){for(var A="no-"+m;v;){var S=v.classList;if(S.contains(m))return!0;if(S.contains(A))return!1;v=v.parentElement}return!!g}},languages:{plain:o,plaintext:o,text:o,txt:o,extend:function(v,m){var g=l.util.clone(l.languages[v]);for(var A in m)g[A]=m[A];return g},insertBefore:function(v,m,g,A){A=A||l.languages;var S=A[v],T={};for(var z in S)if(S.hasOwnProperty(z)){if(z==m)for(var $ in g)g.hasOwnProperty($)&&(T[$]=g[$]);g.hasOwnProperty(z)||(T[z]=S[z])}var X=A[v];return A[v]=T,l.languages.DFS(l.languages,function(te,xe){xe===X&&te!=v&&(this[te]=T)}),T},DFS:function v(m,g,A,S){S=S||{};var T=l.util.objId;for(var z in m)if(m.hasOwnProperty(z)){g.call(m,z,m[z],A||z);var $=m[z],X=l.util.type($);X==="Object"&&!S[T($)]?(S[T($)]=!0,v($,g,null,S)):X==="Array"&&!S[T($)]&&(S[T($)]=!0,v($,g,z,S))}}},plugins:{},highlightAll:function(v,m){l.highlightAllUnder(document,v,m)},highlightAllUnder:function(v,m,g){var A={callback:g,container:v,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};l.hooks.run("before-highlightall",A),A.elements=Array.prototype.slice.apply(A.container.querySelectorAll(A.selector)),l.hooks.run("before-all-elements-highlight",A);for(var S=0,T;T=A.elements[S++];)l.highlightElement(T,m===!0,A.callback)},highlightElement:function(v,m,g){var A=l.util.getLanguage(v),S=l.languages[A];l.util.setLanguage(v,A);var T=v.parentElement;T&&T.nodeName.toLowerCase()==="pre"&&l.util.setLanguage(T,A);var z=v.textContent,$={element:v,language:A,grammar:S,code:z};function X(xe){$.highlightedCode=xe,l.hooks.run("before-insert",$),$.element.innerHTML=$.highlightedCode,l.hooks.run("after-highlight",$),l.hooks.run("complete",$),g&&g.call($.element)}if(l.hooks.run("before-sanity-check",$),T=$.element.parentElement,T&&T.nodeName.toLowerCase()==="pre"&&!T.hasAttribute("tabindex")&&T.setAttribute("tabindex","0"),!$.code){l.hooks.run("complete",$),g&&g.call($.element);return}if(l.hooks.run("before-highlight",$),!$.grammar){X(l.util.encode($.code));return}if(m&&r.Worker){var te=new Worker(l.filename);te.onmessage=function(xe){X(xe.data)},te.postMessage(JSON.stringify({language:$.language,code:$.code,immediateClose:!0}))}else X(l.highlight($.code,$.grammar,$.language))},highlight:function(v,m,g){var A={code:v,grammar:m,language:g};if(l.hooks.run("before-tokenize",A),!A.grammar)throw new Error('The language "'+A.language+'" has no grammar.');return A.tokens=l.tokenize(A.code,A.grammar),l.hooks.run("after-tokenize",A),c.stringify(l.util.encode(A.tokens),A.language)},tokenize:function(v,m){var g=m.rest;if(g){for(var A in g)m[A]=g[A];delete m.rest}var S=new h;return b(S,S.head,v),f(v,S,m,S.head,0),L(S)},hooks:{all:{},add:function(v,m){var g=l.hooks.all;g[v]=g[v]||[],g[v].push(m)},run:function(v,m){var g=l.hooks.all[v];if(!(!g||!g.length))for(var A=0,S;S=g[A++];)S(m)}},Token:c};r.Prism=l;function c(v,m,g,A){this.type=v,this.content=m,this.alias=g,this.length=(A||"").length|0}c.stringify=function v(m,g){if(typeof m=="string")return m;if(Array.isArray(m)){var A="";return m.forEach(function(X){A+=v(X,g)}),A}var S={type:m.type,content:v(m.content,g),tag:"span",classes:["token",m.type],attributes:{},language:g},T=m.alias;T&&(Array.isArray(T)?Array.prototype.push.apply(S.classes,T):S.classes.push(T)),l.hooks.run("wrap",S);var z="";for(var $ in S.attributes)z+=" "+$+'="'+(S.attributes[$]||"").replace(/"/g,""")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+z+">"+S.content+"</"+S.tag+">"};function d(v,m,g,A){v.lastIndex=m;var S=v.exec(g);if(S&&A&&S[1]){var T=S[1].length;S.index+=T,S[0]=S[0].slice(T)}return S}function f(v,m,g,A,S,T){for(var z in g)if(!(!g.hasOwnProperty(z)||!g[z])){var $=g[z];$=Array.isArray($)?$:[$];for(var X=0;X<$.length;++X){if(T&&T.cause==z+","+X)return;var te=$[X],xe=te.inside,st=!!te.lookbehind,pt=!!te.greedy,Wt=te.alias;if(pt&&!te.pattern.global){var oe=te.pattern.toString().match(/[imsuy]*$/)[0];te.pattern=RegExp(te.pattern.source,oe+"g")}for(var q=te.pattern||te,H=A.next,se=S;H!==m.tail&&!(T&&se>=T.reach);se+=H.value.length,H=H.next){var Pe=H.value;if(m.length>v.length)return;if(!(Pe instanceof c)){var Fe=1,ne;if(pt){if(ne=d(q,se,v,st),!ne||ne.index>=v.length)break;var Me=ne.index,Jt=ne.index+ne[0].length,Ie=se;for(Ie+=H.value.length;Me>=Ie;)H=H.next,Ie+=H.value.length;if(Ie-=H.value.length,se=Ie,H.value instanceof c)continue;for(var it=H;it!==m.tail&&(Ie<Jt||typeof it.value=="string");it=it.next)Fe++,Ie+=it.value.length;Fe--,Pe=v.slice(se,Ie),ne.index-=se}else if(ne=d(q,0,Pe,st),!ne)continue;var Me=ne.index,Be=ne[0],ot=Pe.slice(0,Me),Ct=Pe.slice(Me+Be.length),Ke=se+Pe.length;T&&Ke>T.reach&&(T.reach=Ke);var Ft=H.prev;ot&&(Ft=b(m,Ft,ot),se+=ot.length),C(m,Ft,Fe);var u=new c(z,xe?l.tokenize(Be,xe):Be,Wt,Be);if(H=b(m,Ft,u),Ct&&b(m,H,Ct),Fe>1){var a={cause:z+","+X,reach:Ke};f(v,m,g,H.prev,se,a),T&&a.reach>T.reach&&(T.reach=a.reach)}}}}}}function h(){var v={value:null,prev:null,next:null},m={value:null,prev:v,next:null};v.next=m,this.head=v,this.tail=m,this.length=0}function b(v,m,g){var A=m.next,S={value:g,prev:m,next:A};return m.next=S,A.prev=S,v.length++,S}function C(v,m,g){for(var A=m.next,S=0;S<g&&A!==v.tail;S++)A=A.next;m.next=A,A.prev=m,v.length-=S}function L(v){for(var m=[],g=v.head.next;g!==v.tail;)m.push(g.value),g=g.next;return m}if(!r.document)return r.addEventListener&&(l.disableWorkerMessageHandler||r.addEventListener("message",function(v){var m=JSON.parse(v.data),g=m.language,A=m.code,S=m.immediateClose;r.postMessage(l.highlight(A,l.languages[g],g)),S&&r.close()},!1)),l;var k=l.util.currentScript();k&&(l.filename=k.src,k.hasAttribute("data-manual")&&(l.manual=!0));function Y(){l.manual||l.highlightAll()}if(!l.manual){var D=document.readyState;D==="loading"||D==="interactive"&&k&&k.defer?document.addEventListener("DOMContentLoaded",Y):window.requestAnimationFrame?window.requestAnimationFrame(Y):window.setTimeout(Y,16)}return l}(t);e.exports&&(e.exports=n),typeof xr<"u"&&(xr.Prism=n)}(An)),An.exports}bi();Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/};Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript"));Prism.languages.js=Prism.languages.javascript;var Ar={},Cr;function yi(){return Cr||(Cr=1,function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Prism)),Ar}yi();var Fr={},Er;function _i(){return Er||(Er=1,function(){if(typeof Prism>"u"||typeof document>"u")return;var e="line-numbers",t=/\n(?!$)/g,n=Prism.plugins.lineNumbers={getLine:function(o,l){if(!(o.tagName!=="PRE"||!o.classList.contains(e))){var c=o.querySelector(".line-numbers-rows");if(c){var d=parseInt(o.getAttribute("data-start"),10)||1,f=d+(c.children.length-1);l<d&&(l=d),l>f&&(l=f);var h=l-d;return c.children[h]}}},resize:function(o){r([o])},assumeViewportIndependence:!0};function r(o){if(o=o.filter(function(c){var d=s(c),f=d["white-space"];return f==="pre-wrap"||f==="pre-line"}),o.length!=0){var l=o.map(function(c){var d=c.querySelector("code"),f=c.querySelector(".line-numbers-rows");if(!(!d||!f)){var h=c.querySelector(".line-numbers-sizer"),b=d.textContent.split(t);h||(h=document.createElement("span"),h.className="line-numbers-sizer",d.appendChild(h)),h.innerHTML="0",h.style.display="block";var C=h.getBoundingClientRect().height;return h.innerHTML="",{element:c,lines:b,lineHeights:[],oneLinerHeight:C,sizer:h}}}).filter(Boolean);l.forEach(function(c){var d=c.sizer,f=c.lines,h=c.lineHeights,b=c.oneLinerHeight;h[f.length-1]=void 0,f.forEach(function(C,L){if(C&&C.length>1){var k=d.appendChild(document.createElement("span"));k.style.display="block",k.textContent=C}else h[L]=b})}),l.forEach(function(c){for(var d=c.sizer,f=c.lineHeights,h=0,b=0;b<f.length;b++)f[b]===void 0&&(f[b]=d.children[h++].getBoundingClientRect().height)}),l.forEach(function(c){var d=c.sizer,f=c.element.querySelector(".line-numbers-rows");d.style.display="none",d.innerHTML="",c.lineHeights.forEach(function(h,b){f.children[b].style.height=h+"px"})})}}function s(o){return o?window.getComputedStyle?getComputedStyle(o):o.currentStyle||null:null}var i=void 0;window.addEventListener("resize",function(){n.assumeViewportIndependence&&i===window.innerWidth||(i=window.innerWidth,r(Array.prototype.slice.call(document.querySelectorAll("pre."+e))))}),Prism.hooks.add("complete",function(o){if(o.code){var l=o.element,c=l.parentNode;if(!(!c||!/pre/i.test(c.nodeName))&&!l.querySelector(".line-numbers-rows")&&Prism.util.isActive(l,e)){l.classList.remove(e),c.classList.add(e);var d=o.code.match(t),f=d?d.length+1:1,h,b=new Array(f+1).join("<span></span>");h=document.createElement("span"),h.setAttribute("aria-hidden","true"),h.className="line-numbers-rows",h.innerHTML=b,c.hasAttribute("data-start")&&(c.style.counterReset="linenumber "+(parseInt(c.getAttribute("data-start"),10)-1)),o.element.appendChild(h),r([c]),Prism.hooks.run("line-numbers",o)}}}),Prism.hooks.add("line-numbers",function(o){o.plugins=o.plugins||{},o.plugins.lineNumbers=!0})}()),Fr}_i();(function(){typeof Prism>"u"||typeof document>"u"||!document.createRange||(Prism.plugins.KeepMarkup=!0,Prism.hooks.add("before-highlight",function(e){if(!e.element.children.length||!Prism.util.isActive(e.element,"keep-markup",!0))return;var t=Prism.util.isActive(e.element,"drop-tokens",!1);function n(l){return!(t&&l.nodeName.toLowerCase()==="span"&&l.classList.contains("token"))}var r=0,s=[];function i(l){if(!n(l)){o(l);return}var c={element:l,posOpen:r};s.push(c),o(l),c.posClose=r}function o(l){for(var c=0,d=l.childNodes.length;c<d;c++){var f=l.childNodes[c];f.nodeType===1?i(f):f.nodeType===3&&(r+=f.data.length)}}o(e.element),s.length&&(e.keepMarkup=s)}),Prism.hooks.add("after-highlight",function(e){if(e.keepMarkup&&e.keepMarkup.length){var t=function(n,r){for(var s=0,i=n.childNodes.length;s<i;s++){var o=n.childNodes[s];if(o.nodeType===1){if(!t(o,r))return!1}else o.nodeType===3&&(!r.nodeStart&&r.pos+o.data.length>r.node.posOpen&&(r.nodeStart=o,r.nodeStartPos=r.node.posOpen-r.pos),r.nodeStart&&r.pos+o.data.length>=r.node.posClose&&(r.nodeEnd=o,r.nodeEndPos=r.node.posClose-r.pos),r.pos+=o.data.length);if(r.nodeStart&&r.nodeEnd){var l=document.createRange();return l.setStart(r.nodeStart,r.nodeStartPos),l.setEnd(r.nodeEnd,r.nodeEndPos),r.node.element.innerHTML="",r.node.element.appendChild(l.extractContents()),l.insertNode(r.node.element),l.detach(),!1}}return!0};e.keepMarkup.forEach(function(n){t(e.element,{node:n,pos:0})}),e.highlightedCode=e.element.innerHTML}}))})();/**
|
|
16
|
+
*/var n=(function(r){var s=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,o={},l={manual:r.Prism&&r.Prism.manual,disableWorkerMessageHandler:r.Prism&&r.Prism.disableWorkerMessageHandler,util:{encode:function v(m){return m instanceof c?new c(m.type,v(m.content),m.alias):Array.isArray(m)?m.map(v):m.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(v){return Object.prototype.toString.call(v).slice(8,-1)},objId:function(v){return v.__id||Object.defineProperty(v,"__id",{value:++i}),v.__id},clone:function v(m,g){g=g||{};var A,S;switch(l.util.type(m)){case"Object":if(S=l.util.objId(m),g[S])return g[S];A={},g[S]=A;for(var T in m)m.hasOwnProperty(T)&&(A[T]=v(m[T],g));return A;case"Array":return S=l.util.objId(m),g[S]?g[S]:(A=[],g[S]=A,m.forEach(function(z,$){A[$]=v(z,g)}),A);default:return m}},getLanguage:function(v){for(;v;){var m=s.exec(v.className);if(m)return m[1].toLowerCase();v=v.parentElement}return"none"},setLanguage:function(v,m){v.className=v.className.replace(RegExp(s,"gi"),""),v.classList.add("language-"+m)},currentScript:function(){if(typeof document>"u")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(A){var v=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(A.stack)||[])[1];if(v){var m=document.getElementsByTagName("script");for(var g in m)if(m[g].src==v)return m[g]}return null}},isActive:function(v,m,g){for(var A="no-"+m;v;){var S=v.classList;if(S.contains(m))return!0;if(S.contains(A))return!1;v=v.parentElement}return!!g}},languages:{plain:o,plaintext:o,text:o,txt:o,extend:function(v,m){var g=l.util.clone(l.languages[v]);for(var A in m)g[A]=m[A];return g},insertBefore:function(v,m,g,A){A=A||l.languages;var S=A[v],T={};for(var z in S)if(S.hasOwnProperty(z)){if(z==m)for(var $ in g)g.hasOwnProperty($)&&(T[$]=g[$]);g.hasOwnProperty(z)||(T[z]=S[z])}var X=A[v];return A[v]=T,l.languages.DFS(l.languages,function(te,xe){xe===X&&te!=v&&(this[te]=T)}),T},DFS:function v(m,g,A,S){S=S||{};var T=l.util.objId;for(var z in m)if(m.hasOwnProperty(z)){g.call(m,z,m[z],A||z);var $=m[z],X=l.util.type($);X==="Object"&&!S[T($)]?(S[T($)]=!0,v($,g,null,S)):X==="Array"&&!S[T($)]&&(S[T($)]=!0,v($,g,z,S))}}},plugins:{},highlightAll:function(v,m){l.highlightAllUnder(document,v,m)},highlightAllUnder:function(v,m,g){var A={callback:g,container:v,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};l.hooks.run("before-highlightall",A),A.elements=Array.prototype.slice.apply(A.container.querySelectorAll(A.selector)),l.hooks.run("before-all-elements-highlight",A);for(var S=0,T;T=A.elements[S++];)l.highlightElement(T,m===!0,A.callback)},highlightElement:function(v,m,g){var A=l.util.getLanguage(v),S=l.languages[A];l.util.setLanguage(v,A);var T=v.parentElement;T&&T.nodeName.toLowerCase()==="pre"&&l.util.setLanguage(T,A);var z=v.textContent,$={element:v,language:A,grammar:S,code:z};function X(xe){$.highlightedCode=xe,l.hooks.run("before-insert",$),$.element.innerHTML=$.highlightedCode,l.hooks.run("after-highlight",$),l.hooks.run("complete",$),g&&g.call($.element)}if(l.hooks.run("before-sanity-check",$),T=$.element.parentElement,T&&T.nodeName.toLowerCase()==="pre"&&!T.hasAttribute("tabindex")&&T.setAttribute("tabindex","0"),!$.code){l.hooks.run("complete",$),g&&g.call($.element);return}if(l.hooks.run("before-highlight",$),!$.grammar){X(l.util.encode($.code));return}if(m&&r.Worker){var te=new Worker(l.filename);te.onmessage=function(xe){X(xe.data)},te.postMessage(JSON.stringify({language:$.language,code:$.code,immediateClose:!0}))}else X(l.highlight($.code,$.grammar,$.language))},highlight:function(v,m,g){var A={code:v,grammar:m,language:g};if(l.hooks.run("before-tokenize",A),!A.grammar)throw new Error('The language "'+A.language+'" has no grammar.');return A.tokens=l.tokenize(A.code,A.grammar),l.hooks.run("after-tokenize",A),c.stringify(l.util.encode(A.tokens),A.language)},tokenize:function(v,m){var g=m.rest;if(g){for(var A in g)m[A]=g[A];delete m.rest}var S=new h;return b(S,S.head,v),f(v,S,m,S.head,0),L(S)},hooks:{all:{},add:function(v,m){var g=l.hooks.all;g[v]=g[v]||[],g[v].push(m)},run:function(v,m){var g=l.hooks.all[v];if(!(!g||!g.length))for(var A=0,S;S=g[A++];)S(m)}},Token:c};r.Prism=l;function c(v,m,g,A){this.type=v,this.content=m,this.alias=g,this.length=(A||"").length|0}c.stringify=function v(m,g){if(typeof m=="string")return m;if(Array.isArray(m)){var A="";return m.forEach(function(X){A+=v(X,g)}),A}var S={type:m.type,content:v(m.content,g),tag:"span",classes:["token",m.type],attributes:{},language:g},T=m.alias;T&&(Array.isArray(T)?Array.prototype.push.apply(S.classes,T):S.classes.push(T)),l.hooks.run("wrap",S);var z="";for(var $ in S.attributes)z+=" "+$+'="'+(S.attributes[$]||"").replace(/"/g,""")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+z+">"+S.content+"</"+S.tag+">"};function d(v,m,g,A){v.lastIndex=m;var S=v.exec(g);if(S&&A&&S[1]){var T=S[1].length;S.index+=T,S[0]=S[0].slice(T)}return S}function f(v,m,g,A,S,T){for(var z in g)if(!(!g.hasOwnProperty(z)||!g[z])){var $=g[z];$=Array.isArray($)?$:[$];for(var X=0;X<$.length;++X){if(T&&T.cause==z+","+X)return;var te=$[X],xe=te.inside,st=!!te.lookbehind,pt=!!te.greedy,Wt=te.alias;if(pt&&!te.pattern.global){var oe=te.pattern.toString().match(/[imsuy]*$/)[0];te.pattern=RegExp(te.pattern.source,oe+"g")}for(var q=te.pattern||te,H=A.next,se=S;H!==m.tail&&!(T&&se>=T.reach);se+=H.value.length,H=H.next){var Pe=H.value;if(m.length>v.length)return;if(!(Pe instanceof c)){var Fe=1,ne;if(pt){if(ne=d(q,se,v,st),!ne||ne.index>=v.length)break;var Me=ne.index,Jt=ne.index+ne[0].length,Ie=se;for(Ie+=H.value.length;Me>=Ie;)H=H.next,Ie+=H.value.length;if(Ie-=H.value.length,se=Ie,H.value instanceof c)continue;for(var it=H;it!==m.tail&&(Ie<Jt||typeof it.value=="string");it=it.next)Fe++,Ie+=it.value.length;Fe--,Pe=v.slice(se,Ie),ne.index-=se}else if(ne=d(q,0,Pe,st),!ne)continue;var Me=ne.index,Be=ne[0],ot=Pe.slice(0,Me),Ct=Pe.slice(Me+Be.length),Ke=se+Pe.length;T&&Ke>T.reach&&(T.reach=Ke);var Ft=H.prev;ot&&(Ft=b(m,Ft,ot),se+=ot.length),C(m,Ft,Fe);var u=new c(z,xe?l.tokenize(Be,xe):Be,Wt,Be);if(H=b(m,Ft,u),Ct&&b(m,H,Ct),Fe>1){var a={cause:z+","+X,reach:Ke};f(v,m,g,H.prev,se,a),T&&a.reach>T.reach&&(T.reach=a.reach)}}}}}}function h(){var v={value:null,prev:null,next:null},m={value:null,prev:v,next:null};v.next=m,this.head=v,this.tail=m,this.length=0}function b(v,m,g){var A=m.next,S={value:g,prev:m,next:A};return m.next=S,A.prev=S,v.length++,S}function C(v,m,g){for(var A=m.next,S=0;S<g&&A!==v.tail;S++)A=A.next;m.next=A,A.prev=m,v.length-=S}function L(v){for(var m=[],g=v.head.next;g!==v.tail;)m.push(g.value),g=g.next;return m}if(!r.document)return r.addEventListener&&(l.disableWorkerMessageHandler||r.addEventListener("message",function(v){var m=JSON.parse(v.data),g=m.language,A=m.code,S=m.immediateClose;r.postMessage(l.highlight(A,l.languages[g],g)),S&&r.close()},!1)),l;var k=l.util.currentScript();k&&(l.filename=k.src,k.hasAttribute("data-manual")&&(l.manual=!0));function Y(){l.manual||l.highlightAll()}if(!l.manual){var D=document.readyState;D==="loading"||D==="interactive"&&k&&k.defer?document.addEventListener("DOMContentLoaded",Y):window.requestAnimationFrame?window.requestAnimationFrame(Y):window.setTimeout(Y,16)}return l})(t);e.exports&&(e.exports=n),typeof xr<"u"&&(xr.Prism=n)})(An)),An.exports}bi();Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/};Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript"));Prism.languages.js=Prism.languages.javascript;var Ar={},Cr;function yi(){return Cr||(Cr=1,(function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript})(Prism)),Ar}yi();var Fr={},Er;function _i(){return Er||(Er=1,(function(){if(typeof Prism>"u"||typeof document>"u")return;var e="line-numbers",t=/\n(?!$)/g,n=Prism.plugins.lineNumbers={getLine:function(o,l){if(!(o.tagName!=="PRE"||!o.classList.contains(e))){var c=o.querySelector(".line-numbers-rows");if(c){var d=parseInt(o.getAttribute("data-start"),10)||1,f=d+(c.children.length-1);l<d&&(l=d),l>f&&(l=f);var h=l-d;return c.children[h]}}},resize:function(o){r([o])},assumeViewportIndependence:!0};function r(o){if(o=o.filter(function(c){var d=s(c),f=d["white-space"];return f==="pre-wrap"||f==="pre-line"}),o.length!=0){var l=o.map(function(c){var d=c.querySelector("code"),f=c.querySelector(".line-numbers-rows");if(!(!d||!f)){var h=c.querySelector(".line-numbers-sizer"),b=d.textContent.split(t);h||(h=document.createElement("span"),h.className="line-numbers-sizer",d.appendChild(h)),h.innerHTML="0",h.style.display="block";var C=h.getBoundingClientRect().height;return h.innerHTML="",{element:c,lines:b,lineHeights:[],oneLinerHeight:C,sizer:h}}}).filter(Boolean);l.forEach(function(c){var d=c.sizer,f=c.lines,h=c.lineHeights,b=c.oneLinerHeight;h[f.length-1]=void 0,f.forEach(function(C,L){if(C&&C.length>1){var k=d.appendChild(document.createElement("span"));k.style.display="block",k.textContent=C}else h[L]=b})}),l.forEach(function(c){for(var d=c.sizer,f=c.lineHeights,h=0,b=0;b<f.length;b++)f[b]===void 0&&(f[b]=d.children[h++].getBoundingClientRect().height)}),l.forEach(function(c){var d=c.sizer,f=c.element.querySelector(".line-numbers-rows");d.style.display="none",d.innerHTML="",c.lineHeights.forEach(function(h,b){f.children[b].style.height=h+"px"})})}}function s(o){return o?window.getComputedStyle?getComputedStyle(o):o.currentStyle||null:null}var i=void 0;window.addEventListener("resize",function(){n.assumeViewportIndependence&&i===window.innerWidth||(i=window.innerWidth,r(Array.prototype.slice.call(document.querySelectorAll("pre."+e))))}),Prism.hooks.add("complete",function(o){if(o.code){var l=o.element,c=l.parentNode;if(!(!c||!/pre/i.test(c.nodeName))&&!l.querySelector(".line-numbers-rows")&&Prism.util.isActive(l,e)){l.classList.remove(e),c.classList.add(e);var d=o.code.match(t),f=d?d.length+1:1,h,b=new Array(f+1).join("<span></span>");h=document.createElement("span"),h.setAttribute("aria-hidden","true"),h.className="line-numbers-rows",h.innerHTML=b,c.hasAttribute("data-start")&&(c.style.counterReset="linenumber "+(parseInt(c.getAttribute("data-start"),10)-1)),o.element.appendChild(h),r([c]),Prism.hooks.run("line-numbers",o)}}}),Prism.hooks.add("line-numbers",function(o){o.plugins=o.plugins||{},o.plugins.lineNumbers=!0})})()),Fr}_i();(function(){typeof Prism>"u"||typeof document>"u"||!document.createRange||(Prism.plugins.KeepMarkup=!0,Prism.hooks.add("before-highlight",function(e){if(!e.element.children.length||!Prism.util.isActive(e.element,"keep-markup",!0))return;var t=Prism.util.isActive(e.element,"drop-tokens",!1);function n(l){return!(t&&l.nodeName.toLowerCase()==="span"&&l.classList.contains("token"))}var r=0,s=[];function i(l){if(!n(l)){o(l);return}var c={element:l,posOpen:r};s.push(c),o(l),c.posClose=r}function o(l){for(var c=0,d=l.childNodes.length;c<d;c++){var f=l.childNodes[c];f.nodeType===1?i(f):f.nodeType===3&&(r+=f.data.length)}}o(e.element),s.length&&(e.keepMarkup=s)}),Prism.hooks.add("after-highlight",function(e){if(e.keepMarkup&&e.keepMarkup.length){var t=function(n,r){for(var s=0,i=n.childNodes.length;s<i;s++){var o=n.childNodes[s];if(o.nodeType===1){if(!t(o,r))return!1}else o.nodeType===3&&(!r.nodeStart&&r.pos+o.data.length>r.node.posOpen&&(r.nodeStart=o,r.nodeStartPos=r.node.posOpen-r.pos),r.nodeStart&&r.pos+o.data.length>=r.node.posClose&&(r.nodeEnd=o,r.nodeEndPos=r.node.posClose-r.pos),r.pos+=o.data.length);if(r.nodeStart&&r.nodeEnd){var l=document.createRange();return l.setStart(r.nodeStart,r.nodeStartPos),l.setEnd(r.nodeEnd,r.nodeEndPos),r.node.element.innerHTML="",r.node.element.appendChild(l.extractContents()),l.insertNode(r.node.element),l.detach(),!1}}return!0};e.keepMarkup.forEach(function(n){t(e.element,{node:n,pos:0})}),e.highlightedCode=e.element.innerHTML}}))})();/**
|
|
17
17
|
* @vue/shared v3.5.18
|
|
18
18
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
19
19
|
* @license MIT
|
|
@@ -40,7 +40,7 @@ ${s}
|
|
|
40
40
|
`);return}l=hi(l),c!=null&&o.push(` ${l}${cc(c)}`)}),e&&o.push("}"),o.join(`
|
|
41
41
|
`)}function Zn(e,t,n){e&&e.forEach(r=>{if(Array.isArray(r))Zn(r,t,n);else if(typeof r=="function"){const s=r(t);Array.isArray(s)?Zn(s,t,n):s&&n(s)}else r&&n(r)})}function pi(e,t,n,r,s,i){const o=e.$;!o||typeof o=="string"?t.push(o):typeof o=="function"?t.push(o({context:r.context,props:s})):(o.before&&o.before(r.context),!o.$||typeof o.$=="string"?t.push(o.$):o.$&&t.push(o.$({context:r.context,props:s})));const l=oc(t),c=is(l,e.props,r,s);i&&c&&i.insertRule(c),!i&&c.length&&n.push(c),e.children&&Zn(e.children,{context:r.context,props:s},d=>{if(typeof d=="string"){const f=is(l,{raw:d},r,s);i?i.insertRule(f):n.push(f)}else pi(d,t,n,r,s,i)}),t.pop(),o&&o.after&&o.after(r.context)}function gi(e,t,n,r=!1){const s=[];return pi(e,[],s,t,n,r?e.instance.__styleSheet:void 0),r?"":s.join(`
|
|
42
42
|
|
|
43
|
-
`)}function fc(e){for(var t=0,n,r=0,s=e.length;s>=4;++r,s-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(s){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}function Ln(e){if(!e)return;const t=e.parentElement;t&&t.removeChild(e)}function mr(e){return document.querySelector(`style[cssr-id="${e}"]`)}function ac(e){const t=document.createElement("style");return t.setAttribute("cssr-id",e),t}window&&(window.__cssrContext={});function mi(e){const t=e.getAttribute("mount-count");return t===null?null:Number(t)}function Qn(e,t){e.setAttribute("mount-count",String(t))}function os(e,t,n,r){const{els:s}=t;if(n===void 0)s.forEach(Ln),t.els=[];else{const i=mr(n);if(i&&s.includes(i)){const o=mi(i);r?o===null?console.error(`[css-render/unmount]: The style with target='${n}' is mounted in count mode.`):o<=1?(Ln(i),t.els=s.filter(l=>l!==i)):Qn(i,o-1):o!==null?console.error(`[css-render/unmount]: The style with target='${n}' is mounted in no-count mode.`):(Ln(i),t.els=s.filter(l=>l!==i))}}}function dc(e,t){e.push(t)}function hc(e,t,n,r,s,i,o,l,c){if(o&&!c){if(n===void 0){console.error("[css-render/mount]: `id` is required in `boost` mode.");return}const C=window.__cssrContext;C[n]||(C[n]=!0,gi(t,e,r,o));return}let d;const{els:f}=t;let h;if(n===void 0&&(h=t.render(r),n=fc(h)),c){c(n,h??t.render(r));return}const b=mr(n);if(l||b===null){if(d=b===null?ac(n):b,h===void 0&&(h=t.render(r)),d.textContent=h,b!==null)return;if(s){const C=document.head.getElementsByTagName("style")[0]||null;document.head.insertBefore(d,C)}else document.head.appendChild(d);i&&Qn(d,1),dc(f,d)}else{const C=mi(b);i?C===null?console.error(`[css-render/mount]: The style with id='${n}' has been mounted in no-count mode.`):Qn(b,C+1):C!==null&&console.error(`[css-render/mount]: The style with id='${n}' has been mounted in count mode.`)}return b??d}function pc(e){return gi(this,this.instance,e)}function gc(e={}){const{target:t,id:n,ssr:r,props:s,count:i=!1,head:o=!1,boost:l=!1,force:c=!1}=e;return hc(this.instance,this,n??t,s,o,i,l,c,r)}function mc(e={}){const{id:t,target:n,delay:r=0,count:s=!1}=e;r===0?os(this.instance,this,t??n,s):setTimeout(()=>os(this.instance,this,t??n,s),r)}const Xt=function(e,t,n,r){return{instance:e,$:t,props:n,children:r,els:[],render:pc,mount:gc,unmount:mc}},vc=function(e,t,n,r){return Array.isArray(t)?Xt(e,{$:null},null,t):Array.isArray(n)?Xt(e,t,null,n):Array.isArray(r)?Xt(e,t,n,r):Xt(e,t,n,null)};function bc(e={}){let t=null;const n={c:(...r)=>vc(n,...r),use:(r,...s)=>r.install(n,...s),find:mr,context:{},config:e,get __styleSheet(){if(!t){const r=document.createElement("style");return document.head.appendChild(r),t=document.styleSheets[document.styleSheets.length-1],t}return t}};return n}const{c:kn}=bc(),yc=kn(".xicon",{width:"1em",height:"1em",display:"inline-flex"},[kn("svg",{width:"1em",height:"1em"}),kn("svg:not([fill])",{fill:"currentColor"})]),_c=()=>{yc.mount({id:"xicons-icon"})},xc={size:[String,Number],color:String,tag:String},wc=Symbol("IconConfigInjection"),Ac="span",vi=et({name:"Icon",props:xc,setup(e,{slots:t}){const n=$t(wc,null),r=nn(()=>{var o;const l=(o=e.size)!==null&&o!==void 0?o:n?.size;if(l!==void 0)return typeof l=="number"||/^\d+$/.test(l)?`${l}px`:l}),s=nn(()=>{const{color:o}=e;return o===void 0?n?n.color:void 0:o}),i=nn(()=>{var o;const{tag:l}=e;return l===void 0?(o=n?.tag)!==null&&o!==void 0?o:Ac:l});return Hs(()=>{_c()}),()=>yl(i.value,{class:"xicon",style:{color:s.value,fontSize:r.value}},[Ro(t,"default")])}}),Cc=et({name:"TreeComponent",components:{Icon:vi,FolderAdd24Regular:tc,Folder24Regular:Xl,DocumentText24Regular:Ql},props:{report:{type:Object,required:!0},tree:{type:Object,required:!0}},data(){return{collapsed:{}}},methods:{coverage(e){if(typeof e!="string")return[];const t=this.report.results[e];if(!t)return[];const n=t.nodeCoverage.coverage,r=n===null?"coverage-unavailable":n<this.report.thresholds.minimumFileCoverage?"coverage-error":n<this.report.thresholds.optimalFileCoverage?"coverage-warning":"coverage-ok",s=n==null?"N/A":`${n}%`,i=t.nodeCoverage.ignoredNodes>0&&t.nodeCoverage.totalNodes?`${Math.ceil(t.nodeCoverage.ignoredNodes/t.nodeCoverage.totalNodes*100)}%`:void 0;return[{percentage:s,percentageIgnored:i,clazz:r}]},isFile(e){return typeof this.tree[e]=="string"},isTree(e){return typeof e!="string"},isOpen(e){return this.isFile(e)?!1:!this.collapsed[e]},click(e){const t=this.tree[e];typeof t=="string"?window.location.hash=t:this.collapsed[e]=!this.collapsed[e]}}}),vr=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n},Fc=["onClick"],Ec={key:0,class:"coverage coverage-warning"};function Sc(e,t,n,r,s,i){const o=je("document-text24-regular"),l=je("folder24-regular"),c=je("folder-add24-regular"),d=je("icon"),f=je("tree-component");return ee(),_e("ul",null,[(ee(!0),_e(ue,null,Mr(e.tree,(h,b)=>(ee(),_e("li",{key:b,class:ze(e.isFile(b)?"file":"tree")},[M("span",{class:"pointer",onClick:C=>e.click(b)},[ie(d,null,{default:ar(()=>[e.isFile(b)?(ee(),Ze(o,{key:0})):e.isOpen(b)?(ee(),Ze(l,{key:1})):(ee(),Ze(c,{key:2}))]),_:2},1024),be(" "+Ee(b)+" ",1),(ee(!0),_e(ue,null,Mr(e.coverage(h),(C,L)=>(ee(),_e("span",{key:L,class:"coverage-group"},[M("span",{class:ze(["coverage",C.clazz])},Ee(C.percentage),3),C.percentageIgnored?(ee(),_e("span",Ec,Ee(C.percentageIgnored),1)):Jn("",!0)]))),128))],8,Fc),e.isTree(h)?(ee(),Ze(f,{key:0,class:ze({open:e.isOpen(b)}),tree:h,report:e.report},null,8,["class","tree","report"])):Jn("",!0)],2))),128))])}const Pc=vr(Cc,[["render",Sc],["__scopeId","data-v-7340bffc"]]),Rc=et({name:"HighlightComponent",props:{result:{type:Object,default:void 0,required:!1}},data:()=>({highlightCovered:!1,highlightMissing:!0,highlightIgnored:!0,highlightSkipped:!1}),watch:{highlightCovered(){this.savePreferences()},highlightMissing(){this.savePreferences()},highlightIgnored(){this.savePreferences()},highlightSkipped(){this.savePreferences()},result(e){const t=this.$refs.code;for(;t.firstChild;)t.lastChild?.remove();if(!e)return;const{code:n,codeCoverage:r}=e,s=[],i=new Set,o=new Set;let l=r[0],c=0;for(let f=1;f<r.length;f++){const h=r[f];if(h==l)continue;const b=l<=-2?"coverage-skipped":l==-1?"coverage-ignored":l==0?"coverage-missing":"coverage-covered",C=document.createElement("span"),L=document.createTextNode(n.substring(c,f));if(l===0){const k=n.substring(0,c).split(`
|
|
43
|
+
`)}function fc(e){for(var t=0,n,r=0,s=e.length;s>=4;++r,s-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(s){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}function Ln(e){if(!e)return;const t=e.parentElement;t&&t.removeChild(e)}function mr(e){return document.querySelector(`style[cssr-id="${e}"]`)}function ac(e){const t=document.createElement("style");return t.setAttribute("cssr-id",e),t}window&&(window.__cssrContext={});function mi(e){const t=e.getAttribute("mount-count");return t===null?null:Number(t)}function Qn(e,t){e.setAttribute("mount-count",String(t))}function os(e,t,n,r){const{els:s}=t;if(n===void 0)s.forEach(Ln),t.els=[];else{const i=mr(n);if(i&&s.includes(i)){const o=mi(i);r?o===null?console.error(`[css-render/unmount]: The style with target='${n}' is mounted in count mode.`):o<=1?(Ln(i),t.els=s.filter(l=>l!==i)):Qn(i,o-1):o!==null?console.error(`[css-render/unmount]: The style with target='${n}' is mounted in no-count mode.`):(Ln(i),t.els=s.filter(l=>l!==i))}}}function dc(e,t){e.push(t)}function hc(e,t,n,r,s,i,o,l,c){if(o&&!c){if(n===void 0){console.error("[css-render/mount]: `id` is required in `boost` mode.");return}const C=window.__cssrContext;C[n]||(C[n]=!0,gi(t,e,r,o));return}let d;const{els:f}=t;let h;if(n===void 0&&(h=t.render(r),n=fc(h)),c){c(n,h??t.render(r));return}const b=mr(n);if(l||b===null){if(d=b===null?ac(n):b,h===void 0&&(h=t.render(r)),d.textContent=h,b!==null)return;if(s){const C=document.head.getElementsByTagName("style")[0]||null;document.head.insertBefore(d,C)}else document.head.appendChild(d);i&&Qn(d,1),dc(f,d)}else{const C=mi(b);i?C===null?console.error(`[css-render/mount]: The style with id='${n}' has been mounted in no-count mode.`):Qn(b,C+1):C!==null&&console.error(`[css-render/mount]: The style with id='${n}' has been mounted in count mode.`)}return b??d}function pc(e){return gi(this,this.instance,e)}function gc(e={}){const{target:t,id:n,ssr:r,props:s,count:i=!1,head:o=!1,boost:l=!1,force:c=!1}=e;return hc(this.instance,this,n??t,s,o,i,l,c,r)}function mc(e={}){const{id:t,target:n,delay:r=0,count:s=!1}=e;r===0?os(this.instance,this,t??n,s):setTimeout(()=>os(this.instance,this,t??n,s),r)}const Xt=function(e,t,n,r){return{instance:e,$:t,props:n,children:r,els:[],render:pc,mount:gc,unmount:mc}},vc=function(e,t,n,r){return Array.isArray(t)?Xt(e,{$:null},null,t):Array.isArray(n)?Xt(e,t,null,n):Array.isArray(r)?Xt(e,t,n,r):Xt(e,t,n,null)};function bc(e={}){let t=null;const n={c:((...r)=>vc(n,...r)),use:(r,...s)=>r.install(n,...s),find:mr,context:{},config:e,get __styleSheet(){if(!t){const r=document.createElement("style");return document.head.appendChild(r),t=document.styleSheets[document.styleSheets.length-1],t}return t}};return n}const{c:kn}=bc(),yc=kn(".xicon",{width:"1em",height:"1em",display:"inline-flex"},[kn("svg",{width:"1em",height:"1em"}),kn("svg:not([fill])",{fill:"currentColor"})]),_c=()=>{yc.mount({id:"xicons-icon"})},xc={size:[String,Number],color:String,tag:String},wc=Symbol("IconConfigInjection"),Ac="span",vi=et({name:"Icon",props:xc,setup(e,{slots:t}){const n=$t(wc,null),r=nn(()=>{var o;const l=(o=e.size)!==null&&o!==void 0?o:n?.size;if(l!==void 0)return typeof l=="number"||/^\d+$/.test(l)?`${l}px`:l}),s=nn(()=>{const{color:o}=e;return o===void 0?n?n.color:void 0:o}),i=nn(()=>{var o;const{tag:l}=e;return l===void 0?(o=n?.tag)!==null&&o!==void 0?o:Ac:l});return Hs(()=>{_c()}),()=>yl(i.value,{class:"xicon",style:{color:s.value,fontSize:r.value}},[Ro(t,"default")])}}),Cc=et({name:"TreeComponent",components:{Icon:vi,FolderAdd24Regular:tc,Folder24Regular:Xl,DocumentText24Regular:Ql},props:{report:{type:Object,required:!0},tree:{type:Object,required:!0}},data(){return{collapsed:{}}},methods:{coverage(e){if(typeof e!="string")return[];const t=this.report.results[e];if(!t)return[];const n=t.nodeCoverage.coverage,r=n===null?"coverage-unavailable":n<this.report.thresholds.minimumFileCoverage?"coverage-error":n<this.report.thresholds.optimalFileCoverage?"coverage-warning":"coverage-ok",s=n==null?"N/A":`${n}%`,i=t.nodeCoverage.ignoredNodes>0&&t.nodeCoverage.totalNodes?`${Math.ceil(t.nodeCoverage.ignoredNodes/t.nodeCoverage.totalNodes*100)}%`:void 0;return[{percentage:s,percentageIgnored:i,clazz:r}]},isFile(e){return typeof this.tree[e]=="string"},isTree(e){return typeof e!="string"},isOpen(e){return this.isFile(e)?!1:!this.collapsed[e]},click(e){const t=this.tree[e];typeof t=="string"?window.location.hash=t:this.collapsed[e]=!this.collapsed[e]}}}),vr=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n},Fc=["onClick"],Ec={key:0,class:"coverage coverage-warning"};function Sc(e,t,n,r,s,i){const o=je("document-text24-regular"),l=je("folder24-regular"),c=je("folder-add24-regular"),d=je("icon"),f=je("tree-component");return ee(),_e("ul",null,[(ee(!0),_e(ue,null,Mr(e.tree,(h,b)=>(ee(),_e("li",{key:b,class:ze(e.isFile(b)?"file":"tree")},[M("span",{class:"pointer",onClick:C=>e.click(b)},[ie(d,null,{default:ar(()=>[e.isFile(b)?(ee(),Ze(o,{key:0})):e.isOpen(b)?(ee(),Ze(l,{key:1})):(ee(),Ze(c,{key:2}))]),_:2},1024),be(" "+Ee(b)+" ",1),(ee(!0),_e(ue,null,Mr(e.coverage(h),(C,L)=>(ee(),_e("span",{key:L,class:"coverage-group"},[M("span",{class:ze(["coverage",C.clazz])},Ee(C.percentage),3),C.percentageIgnored?(ee(),_e("span",Ec,Ee(C.percentageIgnored),1)):Jn("",!0)]))),128))],8,Fc),e.isTree(h)?(ee(),Ze(f,{key:0,class:ze({open:e.isOpen(b)}),tree:h,report:e.report},null,8,["class","tree","report"])):Jn("",!0)],2))),128))])}const Pc=vr(Cc,[["render",Sc],["__scopeId","data-v-7340bffc"]]),Rc=et({name:"HighlightComponent",props:{result:{type:Object,default:void 0,required:!1}},data:()=>({highlightCovered:!1,highlightMissing:!0,highlightIgnored:!0,highlightSkipped:!1}),watch:{highlightCovered(){this.savePreferences()},highlightMissing(){this.savePreferences()},highlightIgnored(){this.savePreferences()},highlightSkipped(){this.savePreferences()},result(e){const t=this.$refs.code;for(;t.firstChild;)t.lastChild?.remove();if(!e)return;const{code:n,codeCoverage:r}=e,s=[],i=new Set,o=new Set;let l=r[0],c=0;for(let f=1;f<r.length;f++){const h=r[f];if(h==l)continue;const b=l<=-2?"coverage-skipped":l==-1?"coverage-ignored":l==0?"coverage-missing":"coverage-covered",C=document.createElement("span"),L=document.createTextNode(n.substring(c,f));if(l===0){const k=n.substring(0,c).split(`
|
|
44
44
|
`).length,Y=n.substring(0,f).split(`
|
|
45
45
|
`).length;for(let D=k;D<=Y;D++)i.add(D)}else if(l===-1){const k=n.substring(0,c).split(`
|
|
46
46
|
`).length,Y=n.substring(0,f).split(`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plugjs/cov8-html",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.129",
|
|
4
4
|
"description": "Single-page-app to browse Cov8 reports",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"module": "./index.mjs",
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
"lint": "eslint"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@plugjs/eslint-plugin": "^0.3.
|
|
30
|
+
"@plugjs/eslint-plugin": "^0.3.38",
|
|
31
31
|
"@vicons/fluent": "^0.13.0",
|
|
32
32
|
"@vicons/utils": "^0.1.4",
|
|
33
33
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
34
34
|
"autoprefixer": "^10.4.21",
|
|
35
|
-
"eslint": "^9.
|
|
35
|
+
"eslint": "^9.33.0",
|
|
36
36
|
"eslint-plugin-vue": "^10.4.0",
|
|
37
37
|
"postcss-import": "^16.1.1",
|
|
38
38
|
"postcss-nested": "^7.0.2",
|
|
39
39
|
"prismjs": "^1.30.0",
|
|
40
40
|
"typescript": "<5.7",
|
|
41
|
-
"vite": "^7.
|
|
41
|
+
"vite": "^7.1.2",
|
|
42
42
|
"vite-plugin-singlefile": "^2.3.0",
|
|
43
43
|
"vue": "^3.5.18",
|
|
44
|
-
"vue-tsc": "^3.0.
|
|
44
|
+
"vue-tsc": "^3.0.5"
|
|
45
45
|
},
|
|
46
46
|
"files": [
|
|
47
47
|
"*.md",
|