diff --git a/css.worker.js b/css.worker.js index a727375724..759e431001 100644 --- a/css.worker.js +++ b/css.worker.js @@ -1,4 +1,4 @@ -(function(Ke){var q={};function Q(P){if(q[P])return q[P].exports;var K=q[P]={i:P,l:!1,exports:{}};return Ke[P].call(K.exports,K,K.exports,Q),K.l=!0,K.exports}return Q.m=Ke,Q.c=q,Q.d=function(P,K,Y){Q.o(P,K)||Object.defineProperty(P,K,{enumerable:!0,get:Y})},Q.r=function(P){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(P,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(P,"__esModule",{value:!0})},Q.t=function(P,K){if(K&1&&(P=Q(P)),K&8)return P;if(K&4&&typeof P=="object"&&P&&P.__esModule)return P;var Y=Object.create(null);if(Q.r(Y),Object.defineProperty(Y,"default",{enumerable:!0,value:P}),K&2&&typeof P!="string")for(var ge in P)Q.d(Y,ge,function(De){return P[De]}.bind(null,ge));return Y},Q.n=function(P){var K=P&&P.__esModule?function(){return P.default}:function(){return P};return Q.d(K,"a",K),K},Q.o=function(P,K){return Object.prototype.hasOwnProperty.call(P,K)},Q.p="/",Q(Q.s="Kt2+")})({"33yf":function(Ke,q,Q){(function(P){function K(S,U){for(var H=0,G=S.length-1;G>=0;G--){var ae=S[G];ae==="."?S.splice(G,1):ae===".."?(S.splice(G,1),H++):H&&(S.splice(G,1),H--)}if(U)for(;H--;H)S.unshift("..");return S}q.resolve=function(){for(var S="",U=!1,H=arguments.length-1;H>=-1&&!U;H--){var G=H>=0?arguments[H]:P.cwd();if(typeof G!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!G)continue;S=G+"/"+S,U=G.charAt(0)==="/"}return S=K(ge(S.split("/"),function(ae){return!!ae}),!U).join("/"),(U?"/":"")+S||"."},q.normalize=function(S){var U=q.isAbsolute(S),H=De(S,-1)==="/";return S=K(ge(S.split("/"),function(G){return!!G}),!U).join("/"),!S&&!U&&(S="."),S&&H&&(S+="/"),(U?"/":"")+S},q.isAbsolute=function(S){return S.charAt(0)==="/"},q.join=function(){var S=Array.prototype.slice.call(arguments,0);return q.normalize(ge(S,function(U,H){if(typeof U!="string")throw new TypeError("Arguments to path.join must be strings");return U}).join("/"))},q.relative=function(S,U){S=q.resolve(S).substr(1),U=q.resolve(U).substr(1);function H(W){for(var X=0;X=0&&!(W[se]!=="");se--);return X>se?[]:W.slice(X,se-X+1)}for(var G=H(S.split("/")),ae=H(U.split("/")),fe=Math.min(G.length,ae.length),we=fe,oe=0;oe=1;--fe)if(U=S.charCodeAt(fe),U===47){if(!ae){G=fe;break}}else ae=!1;return G===-1?H?"/":".":H&&G===1?"/":S.slice(0,G)};function Y(S){typeof S!="string"&&(S=S+"");var U=0,H=-1,G=!0,ae;for(ae=S.length-1;ae>=0;--ae)if(S.charCodeAt(ae)===47){if(!G){U=ae+1;break}}else H===-1&&(G=!1,H=ae+1);return H===-1?"":S.slice(U,H)}q.basename=function(S,U){var H=Y(S);return U&&H.substr(-1*U.length)===U&&(H=H.substr(0,H.length-U.length)),H},q.extname=function(S){typeof S!="string"&&(S=S+"");for(var U=-1,H=0,G=-1,ae=!0,fe=0,we=S.length-1;we>=0;--we){var oe=S.charCodeAt(we);if(oe===47){if(!ae){H=we+1;break}continue}G===-1&&(ae=!1,G=we+1),oe===46?U===-1?U=we:fe!==1&&(fe=1):U!==-1&&(fe=-1)}return U===-1||G===-1||fe===0||fe===1&&U===G-1&&U===H+1?"":S.slice(U,G)};function ge(S,U){if(S.filter)return S.filter(U);for(var H=[],G=0;G=0}function S(_){return 55296<=_&&_<=56319}function U(_){return 56320<=_&&_<=57343}function H(_){return _>=97&&_<=102}function G(_){return _>=97&&_<=122}function ae(_){return _>=65&&_<=90}function fe(_){return G(_)||ae(_)}var we=/^\w[\w\d+.-]*$/,oe=/^\//,D=/^\/\//;function W(_,x){if(!_.scheme&&x)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+_.authority+'", path: "'+_.path+'", query: "'+_.query+'", fragment: "'+_.fragment+'"}');if(_.scheme&&!we.test(_.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(_.path){if(_.authority){if(!oe.test(_.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(D.test(_.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}function X(_,x){return!_&&!x?"file":_}function se(_,x){switch(_){case"https":case"http":case"file":x?x[0]!==Ce&&(x=Ce+x):x=Ce;break}return x}var ee="",Ce="/",Pe=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,ht=function(){function _(x,R,L,ie,$,re){re===void 0&&(re=!1),typeof x=="object"?(this.scheme=x.scheme||ee,this.authority=x.authority||ee,this.path=x.path||ee,this.query=x.query||ee,this.fragment=x.fragment||ee):(this.scheme=X(x,re),this.authority=R||ee,this.path=se(this.scheme,L||ee),this.query=ie||ee,this.fragment=$||ee,W(this,re))}return _.isUri=function(x){return x instanceof _?!0:x?typeof x.authority=="string"&&typeof x.fragment=="string"&&typeof x.path=="string"&&typeof x.query=="string"&&typeof x.scheme=="string"&&typeof x.fsPath=="function"&&typeof x.with=="function"&&typeof x.toString=="function":!1},Object.defineProperty(_.prototype,"fsPath",{get:function(){return Pt(this)},enumerable:!0,configurable:!0}),_.prototype.with=function(x){if(!x)return this;var R=x.scheme,L=x.authority,ie=x.path,$=x.query,re=x.fragment;return R===void 0?R=this.scheme:R===null&&(R=ee),L===void 0?L=this.authority:L===null&&(L=ee),ie===void 0?ie=this.path:ie===null&&(ie=ee),$===void 0?$=this.query:$===null&&($=ee),re===void 0?re=this.fragment:re===null&&(re=ee),R===this.scheme&&L===this.authority&&ie===this.path&&$===this.query&&re===this.fragment?this:new Fe(R,L,ie,$,re)},_.parse=function(x,R){R===void 0&&(R=!1);var L=Pe.exec(x);return L?new Fe(L[2]||ee,decodeURIComponent(L[4]||ee),decodeURIComponent(L[5]||ee),decodeURIComponent(L[7]||ee),decodeURIComponent(L[9]||ee),R):new Fe(ee,ee,ee,ee,ee)},_.file=function(x){var R=ee;if(ge&&(x=x.replace(/\\/g,Ce)),x[0]===Ce&&x[1]===Ce){var L=x.indexOf(Ce,2);L===-1?(R=x.substring(2),x=Ce):(R=x.substring(2,L),x=x.substring(L)||Ce)}return new Fe("file",R,x,ee,ee)},_.from=function(x){return new Fe(x.scheme,x.authority,x.path,x.query,x.fragment)},_.prototype.toString=function(x){return x===void 0&&(x=!1),Ot(this,x)},_.prototype.toJSON=function(){return this},_.revive=function(x){if(x){if(x instanceof _)return x;var R=new Fe(x);return R._formatted=x.external,R._fsPath=x._sep===Ge?x.fsPath:null,R}else return x},_}(),Ge=ge?1:void 0,Fe=function(_){K(x,_);function x(){var R=_!==null&&_.apply(this,arguments)||this;return R._formatted=null,R._fsPath=null,R}return Object.defineProperty(x.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=Pt(this)),this._fsPath},enumerable:!0,configurable:!0}),x.prototype.toString=function(R){return R===void 0&&(R=!1),R?Ot(this,!0):(this._formatted||(this._formatted=Ot(this,!1)),this._formatted)},x.prototype.toJSON=function(){var R={$mid:1};return this._fsPath&&(R.fsPath=this._fsPath,R._sep=Ge),this._formatted&&(R.external=this._formatted),this.path&&(R.path=this.path),this.scheme&&(R.scheme=this.scheme),this.authority&&(R.authority=this.authority),this.query&&(R.query=this.query),this.fragment&&(R.fragment=this.fragment),R},x}(ht),Te=(Y={},Y[58]="%3A",Y[47]="%2F",Y[63]="%3F",Y[35]="%23",Y[91]="%5B",Y[93]="%5D",Y[64]="%40",Y[33]="%21",Y[36]="%24",Y[38]="%26",Y[39]="%27",Y[40]="%28",Y[41]="%29",Y[42]="%2A",Y[43]="%2B",Y[44]="%2C",Y[59]="%3B",Y[61]="%3D",Y[32]="%20",Y);function zt(_,x){for(var R=void 0,L=-1,ie=0;ie<_.length;ie++){var $=_.charCodeAt(ie);if($>=97&&$<=122||$>=65&&$<=90||$>=48&&$<=57||$===45||$===46||$===95||$===126||x&&$===47)L!==-1&&(R+=encodeURIComponent(_.substring(L,ie)),L=-1),R!==void 0&&(R+=_.charAt(ie));else{R===void 0&&(R=_.substr(0,ie));var re=Te[$];re!==void 0?(L!==-1&&(R+=encodeURIComponent(_.substring(L,ie)),L=-1),R+=re):L===-1&&(L=ie)}}return L!==-1&&(R+=encodeURIComponent(_.substring(L))),R!==void 0?R:_}function Oe(_){for(var x=void 0,R=0;R<_.length;R++){var L=_.charCodeAt(R);L===35||L===63?(x===void 0&&(x=_.substr(0,R)),x+=Te[L]):x!==void 0&&(x+=_[R])}return x!==void 0?x:_}function Pt(_){var x;return _.authority&&_.path.length>1&&_.scheme==="file"?x="//"+_.authority+_.path:_.path.charCodeAt(0)===47&&(_.path.charCodeAt(1)>=65&&_.path.charCodeAt(1)<=90||_.path.charCodeAt(1)>=97&&_.path.charCodeAt(1)<=122)&&_.path.charCodeAt(2)===58?x=_.path[1].toLowerCase()+_.path.substr(2):x=_.path,ge&&(x=x.replace(/\//g,"\\")),x}function Ot(_,x){var R=x?Oe:zt,L="",ie=_.scheme,$=_.authority,re=_.path,mt=_.query,Wt=_.fragment;if(ie&&(L+=ie,L+=":"),($||ie==="file")&&(L+=Ce,L+=Ce),$){var Ie=$.indexOf("@");if(Ie!==-1){var nt=$.substr(0,Ie);$=$.substr(Ie+1),Ie=nt.indexOf(":"),Ie===-1?L+=R(nt,!1):(L+=R(nt.substr(0,Ie),!1),L+=":",L+=R(nt.substr(Ie+1),!1)),L+="@"}$=$.toLowerCase(),Ie=$.indexOf(":"),Ie===-1?L+=R($,!1):(L+=R($.substr(0,Ie),!1),L+=$.substr(Ie))}if(re){if(re.length>=3&&re.charCodeAt(0)===47&&re.charCodeAt(2)===58){var He=re.charCodeAt(1);He>=65&&He<=90&&(re="/"+String.fromCharCode(He+32)+":"+re.substr(3))}else if(re.length>=2&&re.charCodeAt(1)===58){var He=re.charCodeAt(0);He>=65&&He<=90&&(re=String.fromCharCode(He+32)+":"+re.substr(2))}L+=R(re,!0)}return mt&&(L+="?",L+=R(mt,!1)),Wt&&(L+="#",L+=x?Wt:zt(Wt,!1)),L}}).call(this,Q("Q2Ig"))},"Kt2+":function(Ke,q,Q){"use strict";Q.r(q);var P=function(){function e(){this.listeners=[],this.unexpectedErrorHandler=function(t){setTimeout(function(){throw t.stack?new Error(t.message+` +(function(Ke){var q={};function Q(P){if(q[P])return q[P].exports;var K=q[P]={i:P,l:!1,exports:{}};return Ke[P].call(K.exports,K,K.exports,Q),K.l=!0,K.exports}return Q.m=Ke,Q.c=q,Q.d=function(P,K,Y){Q.o(P,K)||Object.defineProperty(P,K,{enumerable:!0,get:Y})},Q.r=function(P){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(P,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(P,"__esModule",{value:!0})},Q.t=function(P,K){if(K&1&&(P=Q(P)),K&8)return P;if(K&4&&typeof P=="object"&&P&&P.__esModule)return P;var Y=Object.create(null);if(Q.r(Y),Object.defineProperty(Y,"default",{enumerable:!0,value:P}),K&2&&typeof P!="string")for(var ge in P)Q.d(Y,ge,function(De){return P[De]}.bind(null,ge));return Y},Q.n=function(P){var K=P&&P.__esModule?function(){return P.default}:function(){return P};return Q.d(K,"a",K),K},Q.o=function(P,K){return Object.prototype.hasOwnProperty.call(P,K)},Q.p="/react/build/",Q(Q.s="Kt2+")})({"33yf":function(Ke,q,Q){(function(P){function K(S,U){for(var H=0,G=S.length-1;G>=0;G--){var ae=S[G];ae==="."?S.splice(G,1):ae===".."?(S.splice(G,1),H++):H&&(S.splice(G,1),H--)}if(U)for(;H--;H)S.unshift("..");return S}q.resolve=function(){for(var S="",U=!1,H=arguments.length-1;H>=-1&&!U;H--){var G=H>=0?arguments[H]:P.cwd();if(typeof G!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!G)continue;S=G+"/"+S,U=G.charAt(0)==="/"}return S=K(ge(S.split("/"),function(ae){return!!ae}),!U).join("/"),(U?"/":"")+S||"."},q.normalize=function(S){var U=q.isAbsolute(S),H=De(S,-1)==="/";return S=K(ge(S.split("/"),function(G){return!!G}),!U).join("/"),!S&&!U&&(S="."),S&&H&&(S+="/"),(U?"/":"")+S},q.isAbsolute=function(S){return S.charAt(0)==="/"},q.join=function(){var S=Array.prototype.slice.call(arguments,0);return q.normalize(ge(S,function(U,H){if(typeof U!="string")throw new TypeError("Arguments to path.join must be strings");return U}).join("/"))},q.relative=function(S,U){S=q.resolve(S).substr(1),U=q.resolve(U).substr(1);function H(W){for(var X=0;X=0&&!(W[se]!=="");se--);return X>se?[]:W.slice(X,se-X+1)}for(var G=H(S.split("/")),ae=H(U.split("/")),fe=Math.min(G.length,ae.length),we=fe,oe=0;oe=1;--fe)if(U=S.charCodeAt(fe),U===47){if(!ae){G=fe;break}}else ae=!1;return G===-1?H?"/":".":H&&G===1?"/":S.slice(0,G)};function Y(S){typeof S!="string"&&(S=S+"");var U=0,H=-1,G=!0,ae;for(ae=S.length-1;ae>=0;--ae)if(S.charCodeAt(ae)===47){if(!G){U=ae+1;break}}else H===-1&&(G=!1,H=ae+1);return H===-1?"":S.slice(U,H)}q.basename=function(S,U){var H=Y(S);return U&&H.substr(-1*U.length)===U&&(H=H.substr(0,H.length-U.length)),H},q.extname=function(S){typeof S!="string"&&(S=S+"");for(var U=-1,H=0,G=-1,ae=!0,fe=0,we=S.length-1;we>=0;--we){var oe=S.charCodeAt(we);if(oe===47){if(!ae){H=we+1;break}continue}G===-1&&(ae=!1,G=we+1),oe===46?U===-1?U=we:fe!==1&&(fe=1):U!==-1&&(fe=-1)}return U===-1||G===-1||fe===0||fe===1&&U===G-1&&U===H+1?"":S.slice(U,G)};function ge(S,U){if(S.filter)return S.filter(U);for(var H=[],G=0;G=0}function S(_){return 55296<=_&&_<=56319}function U(_){return 56320<=_&&_<=57343}function H(_){return _>=97&&_<=102}function G(_){return _>=97&&_<=122}function ae(_){return _>=65&&_<=90}function fe(_){return G(_)||ae(_)}var we=/^\w[\w\d+.-]*$/,oe=/^\//,D=/^\/\//;function W(_,x){if(!_.scheme&&x)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+_.authority+'", path: "'+_.path+'", query: "'+_.query+'", fragment: "'+_.fragment+'"}');if(_.scheme&&!we.test(_.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(_.path){if(_.authority){if(!oe.test(_.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(D.test(_.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}function X(_,x){return!_&&!x?"file":_}function se(_,x){switch(_){case"https":case"http":case"file":x?x[0]!==Ce&&(x=Ce+x):x=Ce;break}return x}var ee="",Ce="/",Pe=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,ht=function(){function _(x,R,L,ie,$,re){re===void 0&&(re=!1),typeof x=="object"?(this.scheme=x.scheme||ee,this.authority=x.authority||ee,this.path=x.path||ee,this.query=x.query||ee,this.fragment=x.fragment||ee):(this.scheme=X(x,re),this.authority=R||ee,this.path=se(this.scheme,L||ee),this.query=ie||ee,this.fragment=$||ee,W(this,re))}return _.isUri=function(x){return x instanceof _?!0:x?typeof x.authority=="string"&&typeof x.fragment=="string"&&typeof x.path=="string"&&typeof x.query=="string"&&typeof x.scheme=="string"&&typeof x.fsPath=="function"&&typeof x.with=="function"&&typeof x.toString=="function":!1},Object.defineProperty(_.prototype,"fsPath",{get:function(){return Pt(this)},enumerable:!0,configurable:!0}),_.prototype.with=function(x){if(!x)return this;var R=x.scheme,L=x.authority,ie=x.path,$=x.query,re=x.fragment;return R===void 0?R=this.scheme:R===null&&(R=ee),L===void 0?L=this.authority:L===null&&(L=ee),ie===void 0?ie=this.path:ie===null&&(ie=ee),$===void 0?$=this.query:$===null&&($=ee),re===void 0?re=this.fragment:re===null&&(re=ee),R===this.scheme&&L===this.authority&&ie===this.path&&$===this.query&&re===this.fragment?this:new Fe(R,L,ie,$,re)},_.parse=function(x,R){R===void 0&&(R=!1);var L=Pe.exec(x);return L?new Fe(L[2]||ee,decodeURIComponent(L[4]||ee),decodeURIComponent(L[5]||ee),decodeURIComponent(L[7]||ee),decodeURIComponent(L[9]||ee),R):new Fe(ee,ee,ee,ee,ee)},_.file=function(x){var R=ee;if(ge&&(x=x.replace(/\\/g,Ce)),x[0]===Ce&&x[1]===Ce){var L=x.indexOf(Ce,2);L===-1?(R=x.substring(2),x=Ce):(R=x.substring(2,L),x=x.substring(L)||Ce)}return new Fe("file",R,x,ee,ee)},_.from=function(x){return new Fe(x.scheme,x.authority,x.path,x.query,x.fragment)},_.prototype.toString=function(x){return x===void 0&&(x=!1),Ot(this,x)},_.prototype.toJSON=function(){return this},_.revive=function(x){if(x){if(x instanceof _)return x;var R=new Fe(x);return R._formatted=x.external,R._fsPath=x._sep===Ge?x.fsPath:null,R}else return x},_}(),Ge=ge?1:void 0,Fe=function(_){K(x,_);function x(){var R=_!==null&&_.apply(this,arguments)||this;return R._formatted=null,R._fsPath=null,R}return Object.defineProperty(x.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=Pt(this)),this._fsPath},enumerable:!0,configurable:!0}),x.prototype.toString=function(R){return R===void 0&&(R=!1),R?Ot(this,!0):(this._formatted||(this._formatted=Ot(this,!1)),this._formatted)},x.prototype.toJSON=function(){var R={$mid:1};return this._fsPath&&(R.fsPath=this._fsPath,R._sep=Ge),this._formatted&&(R.external=this._formatted),this.path&&(R.path=this.path),this.scheme&&(R.scheme=this.scheme),this.authority&&(R.authority=this.authority),this.query&&(R.query=this.query),this.fragment&&(R.fragment=this.fragment),R},x}(ht),Te=(Y={},Y[58]="%3A",Y[47]="%2F",Y[63]="%3F",Y[35]="%23",Y[91]="%5B",Y[93]="%5D",Y[64]="%40",Y[33]="%21",Y[36]="%24",Y[38]="%26",Y[39]="%27",Y[40]="%28",Y[41]="%29",Y[42]="%2A",Y[43]="%2B",Y[44]="%2C",Y[59]="%3B",Y[61]="%3D",Y[32]="%20",Y);function zt(_,x){for(var R=void 0,L=-1,ie=0;ie<_.length;ie++){var $=_.charCodeAt(ie);if($>=97&&$<=122||$>=65&&$<=90||$>=48&&$<=57||$===45||$===46||$===95||$===126||x&&$===47)L!==-1&&(R+=encodeURIComponent(_.substring(L,ie)),L=-1),R!==void 0&&(R+=_.charAt(ie));else{R===void 0&&(R=_.substr(0,ie));var re=Te[$];re!==void 0?(L!==-1&&(R+=encodeURIComponent(_.substring(L,ie)),L=-1),R+=re):L===-1&&(L=ie)}}return L!==-1&&(R+=encodeURIComponent(_.substring(L))),R!==void 0?R:_}function Oe(_){for(var x=void 0,R=0;R<_.length;R++){var L=_.charCodeAt(R);L===35||L===63?(x===void 0&&(x=_.substr(0,R)),x+=Te[L]):x!==void 0&&(x+=_[R])}return x!==void 0?x:_}function Pt(_){var x;return _.authority&&_.path.length>1&&_.scheme==="file"?x="//"+_.authority+_.path:_.path.charCodeAt(0)===47&&(_.path.charCodeAt(1)>=65&&_.path.charCodeAt(1)<=90||_.path.charCodeAt(1)>=97&&_.path.charCodeAt(1)<=122)&&_.path.charCodeAt(2)===58?x=_.path[1].toLowerCase()+_.path.substr(2):x=_.path,ge&&(x=x.replace(/\//g,"\\")),x}function Ot(_,x){var R=x?Oe:zt,L="",ie=_.scheme,$=_.authority,re=_.path,mt=_.query,Wt=_.fragment;if(ie&&(L+=ie,L+=":"),($||ie==="file")&&(L+=Ce,L+=Ce),$){var Ie=$.indexOf("@");if(Ie!==-1){var nt=$.substr(0,Ie);$=$.substr(Ie+1),Ie=nt.indexOf(":"),Ie===-1?L+=R(nt,!1):(L+=R(nt.substr(0,Ie),!1),L+=":",L+=R(nt.substr(Ie+1),!1)),L+="@"}$=$.toLowerCase(),Ie=$.indexOf(":"),Ie===-1?L+=R($,!1):(L+=R($.substr(0,Ie),!1),L+=$.substr(Ie))}if(re){if(re.length>=3&&re.charCodeAt(0)===47&&re.charCodeAt(2)===58){var He=re.charCodeAt(1);He>=65&&He<=90&&(re="/"+String.fromCharCode(He+32)+":"+re.substr(3))}else if(re.length>=2&&re.charCodeAt(1)===58){var He=re.charCodeAt(0);He>=65&&He<=90&&(re=String.fromCharCode(He+32)+":"+re.substr(2))}L+=R(re,!0)}return mt&&(L+="?",L+=R(mt,!1)),Wt&&(L+="#",L+=x?Wt:zt(Wt,!1)),L}}).call(this,Q("Q2Ig"))},"Kt2+":function(Ke,q,Q){"use strict";Q.r(q);var P=function(){function e(){this.listeners=[],this.unexpectedErrorHandler=function(t){setTimeout(function(){throw t.stack?new Error(t.message+` `+t.stack):t},0)}}return e.prototype.emit=function(t){this.listeners.forEach(function(n){n(t)})},e.prototype.onUnexpectedError=function(t){this.unexpectedErrorHandler(t),this.emit(t)},e.prototype.onUnexpectedExternalError=function(t){this.unexpectedErrorHandler(t)},e}(),K=new P;function Y(e){U(e)||K.onUnexpectedError(e);return}function ge(e){U(e)||K.onUnexpectedExternalError(e);return}function De(e){if(e instanceof Error){var t=e.name,n=e.message,r=e.stacktrace||e.stack;return{$isError:!0,name:t,message:n,stack:r}}return e}var S="Canceled";function U(e){return e instanceof Error&&e.name===S&&e.message===S}function H(){var e=new Error(S);return e.name=e.message,e}function G(e){return e?new Error("Illegal argument: "+e):new Error("Illegal argument")}function ae(e){return e?new Error("Illegal state: "+e):new Error("Illegal state")}var fe=!1,we="__is_disposable_tracked__";function oe(e){if(!fe)return;if(e&&e!==Pe.None)try{e[we]=!0}catch(t){}}function D(e){if(!fe)return e;var t=new Error("Potentially leaked disposable").stack;return setTimeout(function(){e[we]||console.log(t)},3e3),e}function W(e){return typeof e.dispose=="function"&&e.dispose.length===0}function X(e){return Array.isArray(e)?(e.forEach(function(t){t&&(oe(t),t.dispose())}),[]):e?(oe(e),e.dispose(),e):void 0}function se(){for(var e=[],t=0;t0)i=o-1;else return o}return-(r+1)}function id(e,t){var n=0,r=e.length;if(r===0)return 0;for(;nr?e[c]=o[a++]:a>i?e[c]=o[s++]:t(o[a],o[s])<0?e[c]=o[a++]:e[c]=o[s++]}function Pn(e,t,n,r,i){if(r<=n)return;var o=n+(r-n)/2|0;if(Pn(e,t,n,o,i),Pn(e,t,o+1,r,i),t(e[o],e[o+1])<=0)return;ca(e,t,n,o,r,i)}function od(e,t){for(var n=[],r=void 0,i=0,o=di(e.slice(0),t);i0}function cd(e,t){if(!t)return e.filter(function(r,i){return e.indexOf(r)===i});var n=Object.create(null);return e.filter(function(r){var i=t(r);return n[i]?!1:(n[i]=!0,!0)})}function hd(e){var t=new Set;return e.filter(function(n){return t.has(n)?!1:(t.add(n),!0)})}function dd(e){var t=[];return e.forEach(function(n){return t.push(n)}),t}function ha(e,t){for(var n=0;n0?e[0]:t}function fd(e){var t;return(t=[]).concat.apply(t,e)}function md(e,t){var n=typeof t=="number"?e:0;typeof t=="number"?n=e:(n=0,t=e);var r=[];if(n<=t)for(var i=n;it;i--)r.push(i);return r}function gd(e,t,n){var r=e.slice(0,t),i=e.slice(t);return r.concat(n,i)}function bd(e,t){var n=e.indexOf(t);n>-1&&(e.splice(n,1),e.unshift(t))}function vd(e,t){var n=e.indexOf(t);n>-1&&(e.splice(n,1),e.push(t))}function yd(e,t){for(var n=0;n0||this.m_modifiedCount>0)&&this.m_changes.push(new at(this.m_originalStart,this.m_originalCount,this.m_modifiedStart,this.m_modifiedCount)),this.m_originalCount=0,this.m_modifiedCount=0,this.m_originalStart=1073741824,this.m_modifiedStart=1073741824},e.prototype.AddOriginalElement=function(t,n){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,n),this.m_originalCount++},e.prototype.AddModifiedElement=function(t,n){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,n),this.m_modifiedCount++},e.prototype.getChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes},e.prototype.getReverseChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes},e}(),mi=function(){function e(t,n,r){r===void 0&&(r=null),this.ContinueProcessingPredicate=r;var i=e._getElements(t),o=i[0],s=i[1],a=i[2],c=e._getElements(n),l=c[0],d=c[1],p=c[2];this._hasStrings=a&&p,this._originalStringElements=o,this._originalElementsOrHash=s,this._modifiedStringElements=l,this._modifiedElementsOrHash=d,this.m_forwardHistory=[],this.m_reverseHistory=[]}return e._isStringArray=function(t){return t.length>0&&typeof t[0]=="string"},e._getElements=function(t){var n=t.getElements();if(e._isStringArray(n)){for(var r=new Int32Array(n.length),i=0,o=n.length;i=t&&i>=r&&this.ElementsAreEqual(n,i);)n--,i--;if(t>n||r>i){var s=void 0;return r<=i?(gt.Assert(t===n+1,"originalStart should only be one more than originalEnd"),s=[new at(t,0,r,i-r+1)]):t<=n?(gt.Assert(r===i+1,"modifiedStart should only be one more than modifiedEnd"),s=[new at(t,n-t+1,r,0)]):(gt.Assert(t===n+1,"originalStart should only be one more than originalEnd"),gt.Assert(r===i+1,"modifiedStart should only be one more than modifiedEnd"),s=[]),s}var a=[0],c=[0],l=this.ComputeRecursionPoint(t,n,r,i,a,c,o),d=a[0],p=c[0];if(l!==null)return l;if(!o[0]){var f=this.ComputeDiffRecursive(t,d,r,p,o),m=[];return o[0]?m=[new at(d+1,n-(d+1)+1,p+1,i-(p+1)+1)]:m=this.ComputeDiffRecursive(d+1,n,p+1,i,o),this.ConcatenateChanges(f,m)}return[new at(t,n-t+1,r,i-r+1)]},e.prototype.WALKTRACE=function(t,n,r,i,o,s,a,c,l,d,p,f,m,v,y,k,T,A){var w=null,F=null,E=new fi,I=n,V=r,M=m[0]-k[0]-i,J=-1073741824,ne=this.m_forwardHistory.length-1;do{var N=M+t;N===I||N=0&&(l=this.m_forwardHistory[ne],t=l[0],I=1,V=l.length-1)}while(--ne>=-1);if(w=E.getReverseChanges(),A[0]){var ue=m[0]+1,Re=k[0]+1;if(w!==null&&w.length>0){var Ae=w[w.length-1];ue=Math.max(ue,Ae.getOriginalEnd()),Re=Math.max(Re,Ae.getModifiedEnd())}F=[new at(ue,f-ue+1,Re,y-Re+1)]}else{E=new fi,I=s,V=a,M=m[0]-k[0]-c,J=1073741824,ne=T?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{var N=M+o;N===I||N=d[N+1]?(p=d[N+1]-1,v=p-M-c,p>J&&E.MarkNextChange(),J=p+1,E.AddOriginalElement(p+1,v+1),M=N+1-o):(p=d[N-1],v=p-M-c,p>J&&E.MarkNextChange(),J=p,E.AddModifiedElement(p+1,v+1),M=N-1-o),ne>=0&&(d=this.m_reverseHistory[ne],o=d[0],I=1,V=d.length-1)}while(--ne>=-1);F=E.getChanges()}return this.ConcatenateChanges(w,F)},e.prototype.ComputeRecursionPoint=function(t,n,r,i,o,s,a){var c=0,l=0,d=0,p=0,f=0,m=0;t--,r--,o[0]=0,s[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];var v=n-t+(i-r),y=v+1,k=new Int32Array(y),T=new Int32Array(y),A=i-r,w=n-t,F=t-r,E=n-i,I=w-A,V=I%2===0;k[A]=t,T[w]=n,a[0]=!1;for(var M=1;M<=v/2+1;M++){var J=0,ne=0;d=this.ClipDiagonalBound(A-M,M,A,y),p=this.ClipDiagonalBound(A+M,M,A,y);for(var N=d;N<=p;N+=2){N===d||NJ+ne&&(J=c,ne=l),!V&&Math.abs(N-w)<=M-1&&c>=T[N])return o[0]=c,s[0]=l,ue<=T[N]&&1447>0&&M<=1447+1?this.WALKTRACE(A,d,p,F,w,f,m,E,k,T,c,n,o,l,i,s,V,a):null}var Re=(J-t+(ne-r)-M)/2;if(this.ContinueProcessingPredicate!==null&&!this.ContinueProcessingPredicate(J,Re))return a[0]=!0,o[0]=J,s[0]=ne,Re>0&&1447>0&&M<=1447+1?this.WALKTRACE(A,d,p,F,w,f,m,E,k,T,c,n,o,l,i,s,V,a):(t++,r++,[new at(t,n-t+1,r,i-r+1)]);f=this.ClipDiagonalBound(w-M,M,w,y),m=this.ClipDiagonalBound(w+M,M,w,y);for(var N=f;N<=m;N+=2){N===f||N=T[N+1]?c=T[N+1]-1:c=T[N-1],l=c-(N-w)-E;for(var ue=c;c>t&&l>r&&this.ElementsAreEqual(c,l);)c--,l--;if(T[N]=c,V&&Math.abs(N-A)<=M&&c<=k[N])return o[0]=c,s[0]=l,ue>=k[N]&&1447>0&&M<=1447+1?this.WALKTRACE(A,d,p,F,w,f,m,E,k,T,c,n,o,l,i,s,V,a):null}if(M<=1447){var Ae=new Int32Array(p-d+2);Ae[0]=A-d+1,bt.Copy2(k,d,Ae,1,p-d+1),this.m_forwardHistory.push(Ae),Ae=new Int32Array(m-f+2),Ae[0]=w-f+1,bt.Copy2(T,f,Ae,1,m-f+1),this.m_reverseHistory.push(Ae)}}return this.WALKTRACE(A,d,p,F,w,f,m,E,k,T,c,n,o,l,i,s,V,a)},e.prototype.PrettifyChanges=function(t){for(var n=0;n0,a=r.modifiedLength>0;r.originalStart+r.originalLength=0;n--){var r=t[n],i=0,o=0;if(n>0){var l=t[n-1];l.originalLength>0&&(i=l.originalStart+l.originalLength),l.modifiedLength>0&&(o=l.modifiedStart+l.modifiedLength)}for(var s=r.originalLength>0,a=r.modifiedLength>0,d=0,p=this._boundaryScore(r.originalStart,r.originalLength,r.modifiedStart,r.modifiedLength),f=1;;f++){var m=r.originalStart-f,v=r.modifiedStart-f;if(mp&&(p=y,d=f)}r.originalStart-=d,r.modifiedStart-=d}return t},e.prototype._OriginalIsBoundary=function(t){return t<=0||t>=this._originalElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._originalStringElements[t])},e.prototype._OriginalRegionIsBoundary=function(t,n){if(this._OriginalIsBoundary(t)||this._OriginalIsBoundary(t-1))return!0;if(n>0){var r=t+n;if(this._OriginalIsBoundary(r-1)||this._OriginalIsBoundary(r))return!0}return!1},e.prototype._ModifiedIsBoundary=function(t){return t<=0||t>=this._modifiedElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[t])},e.prototype._ModifiedRegionIsBoundary=function(t,n){if(this._ModifiedIsBoundary(t)||this._ModifiedIsBoundary(t-1))return!0;if(n>0){var r=t+n;if(this._ModifiedIsBoundary(r-1)||this._ModifiedIsBoundary(r))return!0}return!1},e.prototype._boundaryScore=function(t,n,r,i){var o=this._OriginalRegionIsBoundary(t,n)?1:0,s=this._ModifiedRegionIsBoundary(r,i)?1:0;return o+s},e.prototype.ConcatenateChanges=function(t,n){var r=[];if(t.length===0||n.length===0)return n.length>0?n:t;if(this.ChangesOverlap(t[t.length-1],n[0],r)){var i=new Array(t.length+n.length-1);return bt.Copy(t,0,i,0,t.length-1),i[t.length-1]=r[0],bt.Copy(n,1,i,t.length,n.length-1),i}else{var i=new Array(t.length+n.length);return bt.Copy(t,0,i,0,t.length),bt.Copy(n,0,i,t.length,n.length),i}},e.prototype.ChangesOverlap=function(t,n,r){if(gt.Assert(t.originalStart<=n.originalStart,"Left change is not less than or equal to right change"),gt.Assert(t.modifiedStart<=n.modifiedStart,"Left change is not less than or equal to right change"),t.originalStart+t.originalLength>=n.originalStart||t.modifiedStart+t.modifiedLength>=n.modifiedStart){var i=t.originalStart,o=t.originalLength,s=t.modifiedStart,a=t.modifiedLength;return t.originalStart+t.originalLength>=n.originalStart&&(o=n.originalStart+n.originalLength-t.originalStart),t.modifiedStart+t.modifiedLength>=n.modifiedStart&&(a=n.modifiedStart+n.modifiedLength-t.modifiedStart),r[0]=new at(i,o,s,a),!0}else return r[0]=null,!1},e.prototype.ClipDiagonalBound=function(t,n,r,i){if(t>=0&&t=y?it:{done:!1,value:m[v++]}}}}e.fromArray=i;function o(m){return{next:function(){var y=m.next();return y.done?it:{done:!1,value:y.value}}}}e.fromNativeIterator=o;function s(m){return m?Array.isArray(m)?e.fromArray(m):m:e.empty()}e.from=s;function a(m,v){return{next:function(){var k=m.next();return k.done?it:{done:!1,value:v(k.value)}}}}e.map=a;function c(m,v){return{next:function(){for(;;){var k=m.next();if(k.done)return it;if(v(k.value))return{done:!1,value:k.value}}}}}e.filter=c;function l(m,v){for(var y=m.next();!y.done;y=m.next())v(y.value)}e.forEach=l;function d(m,v){v===void 0&&(v=Number.POSITIVE_INFINITY);var y=[];if(v===0)return y;for(var k=0,T=m.next();!T.done&&!(y.push(T.value),++k>=v);T=m.next());return y}e.collect=d;function p(){for(var m=[],v=0;v=m.length)return it;var T=m[y],A=T.next();return A.done?(y++,this.next()):A}}}e.concat=p;function f(m){return new ga(m)}e.chain=f})(an||(an={}));var ga=function(){function e(t){this.it=t}return e.prototype.next=function(){return this.it.next()},e}();function xd(e){return Array.isArray(e)?an.fromArray(e):e||an.empty()}var ba=function(){function e(t,n,r,i){n===void 0&&(n=0),r===void 0&&(r=t.length),i===void 0&&(i=n-1),this.items=t,this.start=n,this.end=r,this.index=i}return e.prototype.first=function(){return this.index=this.start,this.current()},e.prototype.next=function(){return this.index=Math.min(this.index+1,this.end),this.current()},e.prototype.current=function(){return this.index===this.start-1||this.index===this.end?null:this.items[this.index]},e}(),Sd=function(e){ma(t,e);function t(n,r,i,o){return r===void 0&&(r=0),i===void 0&&(i=n.length),o===void 0&&(o=r-1),e.call(this,n,r,i,o)||this}return t.prototype.current=function(){return e.prototype.current.call(this)},t.prototype.previous=function(){return this.index=Math.max(this.index-1,this.start-1),this.current()},t.prototype.first=function(){return this.index=this.start,this.current()},t.prototype.last=function(){return this.index=this.end-1,this.current()},t.prototype.parent=function(){return null},t}(ba),Cd=function(){function e(t,n){this.iterator=t,this.fn=n}return e.prototype.next=function(){return this.fn(this.iterator.next())},e}(),va=function(){var e=function(n,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,o){i.__proto__=o}||function(i,o){for(var s in o)o.hasOwnProperty(s)&&(i[s]=o[s])},e(n,r)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}(),be,ya=/^\w[\w\d+.-]*$/,wa=/^\//,xa=/^\/\//;function Sa(e,t){if(!e.scheme&&t)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+e.authority+'", path: "'+e.path+'", query: "'+e.query+'", fragment: "'+e.fragment+'"}');if(e.scheme&&!ya.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path){if(e.authority){if(!wa.test(e.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(xa.test(e.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}function Ca(e,t){return!e&&!t?"file":e}function ka(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==$e&&(t=$e+t):t=$e;break}return t}var de="",$e="/",_a=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,Wn=function(){function e(t,n,r,i,o,s){s===void 0&&(s=!1),typeof t=="object"?(this.scheme=t.scheme||de,this.authority=t.authority||de,this.path=t.path||de,this.query=t.query||de,this.fragment=t.fragment||de):(this.scheme=Ca(t,s),this.authority=n||de,this.path=ka(this.scheme,r||de),this.query=i||de,this.fragment=o||de,Sa(this,s))}return e.isUri=function(t){return t instanceof e?!0:t?typeof t.authority=="string"&&typeof t.fragment=="string"&&typeof t.path=="string"&&typeof t.query=="string"&&typeof t.scheme=="string"&&typeof t.fsPath=="function"&&typeof t.with=="function"&&typeof t.toString=="function":!1},Object.defineProperty(e.prototype,"fsPath",{get:function(){return yi(this)},enumerable:!0,configurable:!0}),e.prototype.with=function(t){if(!t)return this;var n=t.scheme,r=t.authority,i=t.path,o=t.query,s=t.fragment;return n===void 0?n=this.scheme:n===null&&(n=de),r===void 0?r=this.authority:r===null&&(r=de),i===void 0?i=this.path:i===null&&(i=de),o===void 0?o=this.query:o===null&&(o=de),s===void 0?s=this.fragment:s===null&&(s=de),n===this.scheme&&r===this.authority&&i===this.path&&o===this.query&&s===this.fragment?this:new vt(n,r,i,o,s)},e.parse=function(t,n){n===void 0&&(n=!1);var r=_a.exec(t);return r?new vt(r[2]||de,ln(r[4]||de),ln(r[5]||de),ln(r[7]||de),ln(r[9]||de),n):new vt(de,de,de,de,de)},e.file=function(t){var n=de;if(Fe.c&&(t=t.replace(/\\/g,$e)),t[0]===$e&&t[1]===$e){var r=t.indexOf($e,2);r===-1?(n=t.substring(2),t=$e):(n=t.substring(2,r),t=t.substring(r)||$e)}return new vt("file",n,t,de,de)},e.from=function(t){return new vt(t.scheme,t.authority,t.path,t.query,t.fragment)},e.prototype.toString=function(t){return t===void 0&&(t=!1),Un(this,t)},e.prototype.toJSON=function(){return this},e.revive=function(t){if(t){if(t instanceof e)return t;var n=new vt(t);return n._formatted=t.external,n._fsPath=t._sep===gi?t.fsPath:null,n}else return t},e}(),gi=Fe.c?1:void 0,vt=function(e){va(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n._formatted=null,n._fsPath=null,n}return Object.defineProperty(t.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=yi(this)),this._fsPath},enumerable:!0,configurable:!0}),t.prototype.toString=function(n){return n===void 0&&(n=!1),n?Un(this,!0):(this._formatted||(this._formatted=Un(this,!1)),this._formatted)},t.prototype.toJSON=function(){var n={$mid:1};return this._fsPath&&(n.fsPath=this._fsPath,n._sep=gi),this._formatted&&(n.external=this._formatted),this.path&&(n.path=this.path),this.scheme&&(n.scheme=this.scheme),this.authority&&(n.authority=this.authority),this.query&&(n.query=this.query),this.fragment&&(n.fragment=this.fragment),n},t}(Wn),bi=(be={},be[58]="%3A",be[47]="%2F",be[63]="%3F",be[35]="%23",be[91]="%5B",be[93]="%5D",be[64]="%40",be[33]="%21",be[36]="%24",be[38]="%26",be[39]="%27",be[40]="%28",be[41]="%29",be[42]="%2A",be[43]="%2B",be[44]="%2C",be[59]="%3B",be[61]="%3D",be[32]="%20",be);function vi(e,t){for(var n=void 0,r=-1,i=0;i=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||o===45||o===46||o===95||o===126||t&&o===47)r!==-1&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n!==void 0&&(n+=e.charAt(i));else{n===void 0&&(n=e.substr(0,i));var s=bi[o];s!==void 0?(r!==-1&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n+=s):r===-1&&(r=i)}}return r!==-1&&(n+=encodeURIComponent(e.substring(r))),n!==void 0?n:e}function Fa(e){for(var t=void 0,n=0;n1&&e.scheme==="file"?t="//"+e.authority+e.path:e.path.charCodeAt(0)===47&&(e.path.charCodeAt(1)>=65&&e.path.charCodeAt(1)<=90||e.path.charCodeAt(1)>=97&&e.path.charCodeAt(1)<=122)&&e.path.charCodeAt(2)===58?t=e.path[1].toLowerCase()+e.path.substr(2):t=e.path,Fe.c&&(t=t.replace(/\//g,"\\")),t}function Un(e,t){var n=t?Fa:vi,r="",i=e.scheme,o=e.authority,s=e.path,a=e.query,c=e.fragment;if(i&&(r+=i,r+=":"),(o||i==="file")&&(r+=$e,r+=$e),o){var l=o.indexOf("@");if(l!==-1){var d=o.substr(0,l);o=o.substr(l+1),l=d.indexOf(":"),l===-1?r+=n(d,!1):(r+=n(d.substr(0,l),!1),r+=":",r+=n(d.substr(l+1),!1)),r+="@"}o=o.toLowerCase(),l=o.indexOf(":"),l===-1?r+=n(o,!1):(r+=n(o.substr(0,l),!1),r+=o.substr(l))}if(s){if(s.length>=3&&s.charCodeAt(0)===47&&s.charCodeAt(2)===58){var p=s.charCodeAt(1);p>=65&&p<=90&&(s="/"+String.fromCharCode(p+32)+":"+s.substr(3))}else if(s.length>=2&&s.charCodeAt(1)===58){var p=s.charCodeAt(0);p>=65&&p<=90&&(s=String.fromCharCode(p+32)+":"+s.substr(2))}r+=n(s,!0)}return a&&(r+="?",r+=n(a,!1)),c&&(r+="#",r+=t?c:vi(c,!1)),r}function wi(e){try{return decodeURIComponent(e)}catch(t){return e.length>3?e.substr(0,3)+wi(e.substr(3)):e}}var xi=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function ln(e){return e.match(xi)?e.replace(xi,function(t){return wi(t)}):e}var yt=function(){function e(t,n){this.lineNumber=t,this.column=n}return e.prototype.with=function(t,n){return t===void 0&&(t=this.lineNumber),n===void 0&&(n=this.column),t===this.lineNumber&&n===this.column?this:new e(t,n)},e.prototype.delta=function(t,n){return t===void 0&&(t=0),n===void 0&&(n=0),this.with(this.lineNumber+t,this.column+n)},e.prototype.equals=function(t){return e.equals(this,t)},e.equals=function(t,n){return!t&&!n?!0:!!t&&!!n&&t.lineNumber===n.lineNumber&&t.column===n.column},e.prototype.isBefore=function(t){return e.isBefore(this,t)},e.isBefore=function(t,n){return t.lineNumberr||t===r&&n>i?(this.startLineNumber=r,this.startColumn=i,this.endLineNumber=t,this.endColumn=n):(this.startLineNumber=t,this.startColumn=n,this.endLineNumber=r,this.endColumn=i)}return e.prototype.isEmpty=function(){return e.isEmpty(this)},e.isEmpty=function(t){return t.startLineNumber===t.endLineNumber&&t.startColumn===t.endColumn},e.prototype.containsPosition=function(t){return e.containsPosition(this,t)},e.containsPosition=function(t,n){return n.lineNumbert.endLineNumber||n.lineNumber===t.startLineNumber&&n.columnt.endColumn)},e.prototype.containsRange=function(t){return e.containsRange(this,t)},e.containsRange=function(t,n){return n.startLineNumbert.endLineNumber||n.endLineNumber>t.endLineNumber||n.startLineNumber===t.startLineNumber&&n.startColumnt.endColumn)},e.prototype.strictContainsRange=function(t){return e.strictContainsRange(this,t)},e.strictContainsRange=function(t,n){return n.startLineNumbert.endLineNumber||n.endLineNumber>t.endLineNumber||n.startLineNumber===t.startLineNumber&&n.startColumn<=t.startColumn)?!1:!(n.endLineNumber===t.endLineNumber&&n.endColumn>=t.endColumn)},e.prototype.plusRange=function(t){return e.plusRange(this,t)},e.plusRange=function(t,n){var r,i,o,s;return n.startLineNumbert.endLineNumber?(o=n.endLineNumber,s=n.endColumn):n.endLineNumber===t.endLineNumber?(o=n.endLineNumber,s=Math.max(n.endColumn,t.endColumn)):(o=t.endLineNumber,s=t.endColumn),new e(r,i,o,s)},e.prototype.intersectRanges=function(t){return e.intersectRanges(this,t)},e.intersectRanges=function(t,n){var r=t.startLineNumber,i=t.startColumn,o=t.endLineNumber,s=t.endColumn,a=n.startLineNumber,c=n.startColumn,l=n.endLineNumber,d=n.endColumn;return rl?(o=l,s=d):o===l&&(s=Math.min(s,d)),r>o||r===o&&i>s?null:new e(r,i,o,s)},e.prototype.equalsRange=function(t){return e.equalsRange(this,t)},e.equalsRange=function(t,n){return!!t&&!!n&&t.startLineNumber===n.startLineNumber&&t.startColumn===n.startColumn&&t.endLineNumber===n.endLineNumber&&t.endColumn===n.endColumn},e.prototype.getEndPosition=function(){return new yt(this.endLineNumber,this.endColumn)},e.prototype.getStartPosition=function(){return new yt(this.startLineNumber,this.startColumn)},e.prototype.toString=function(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"},e.prototype.setEndPosition=function(t,n){return new e(this.startLineNumber,this.startColumn,t,n)},e.prototype.setStartPosition=function(t,n){return new e(t,n,this.endLineNumber,this.endColumn)},e.prototype.collapseToStart=function(){return e.collapseToStart(this)},e.collapseToStart=function(t){return new e(t.startLineNumber,t.startColumn,t.startLineNumber,t.startColumn)},e.fromPositions=function(t,n){return n===void 0&&(n=t),new e(t.lineNumber,t.column,n.lineNumber,n.column)},e.lift=function(t){return t?new e(t.startLineNumber,t.startColumn,t.endLineNumber,t.endColumn):null},e.isIRange=function(t){return t&&typeof t.startLineNumber=="number"&&typeof t.startColumn=="number"&&typeof t.endLineNumber=="number"&&typeof t.endColumn=="number"},e.areIntersectingOrTouching=function(t,n){return t.endLineNumbert.startLineNumber},e}();function kd(e){return!e||typeof e!="string"?!0:e.trim().length===0}function _d(e,t,n){n===void 0&&(n="0");for(var r=""+e,i=[r],o=r.length;o=t.length?r:t[o]})}function Ed(e){return e.replace(/[<>&]/g,function(t){switch(t){case"<":return"<";case">":return">";case"&":return"&";default:return t}})}function Da(e){return e.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function Dd(e,t){t===void 0&&(t=" ");var n=Aa(e,t);return Ta(n,t)}function Aa(e,t){if(!e||!t)return e;var n=t.length;if(n===0||e.length===0)return e;for(var r=0;e.indexOf(t,r)===r;)r=r+n;return e.substring(r)}function Ta(e,t){if(!e||!t)return e;var n=t.length,r=e.length;if(n===0||r===0)return e;for(var i=r,o=-1;!(o=e.lastIndexOf(t,i-1),o===-1||o+n!==i);){if(o===0)return"";i=o}return e.substring(0,i)}function Ad(e){return e.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function Td(e,t){if(e.length0?e.indexOf(t,n)===n:n===0?e===t:!1}function Id(e,t,n){if(n===void 0&&(n={}),!e)throw new Error("Cannot create regex from empty string");t||(e=Da(e)),n.wholeWord&&(/\B/.test(e.charAt(0))||(e="\\b"+e),/\B/.test(e.charAt(e.length-1))||(e=e+"\\b"));var r="";return n.global&&(r+="g"),n.matchCase||(r+="i"),n.multiline&&(r+="m"),n.unicode&&(r+="u"),new RegExp(e,r)}function Nd(e){if(e.source==="^"||e.source==="^$"||e.source==="$"||e.source==="^\\s*$")return!1;var t=e.exec("");return!!(t&&e.lastIndex===0)}function Md(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")}function Ra(e){for(var t=0,n=e.length;t=0;n--){var r=e.charCodeAt(n);if(r!==32&&r!==9)return n}return-1}function Na(e,t){return et?1:0}function zd(e,t){for(var n=Math.min(e.length,t.length),r=0;rt.length?1:0}function jn(e){return e>=97&&e<=122}function Bn(e){return e>=65&&e<=90}function Si(e){return jn(e)||Bn(e)}function Pd(e,t){return e.length===t.length&&Ci(e,t)}function Ci(e,t,n){n===void 0&&(n=e.length);for(var r=0;re.length?!1:Ci(e,t,n)}function Wd(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n1){var r=e.charCodeAt(t-2);if(ki(r))return(r-55296<<10)+(n-56320)+65536}return n}function jd(e,t){var n=Vn.getInstance(),r=t,i=e.length,o=Fi(e,i,t);t+=o>=65536?2:1;for(var s=n.getGraphemeBreakType(o);t=65536?2:1,s=c}return t-r}function Bd(e,t){var n=Vn.getInstance(),r=t,i=Ei(e,t);t-=i>=65536?2:1;for(var o=n.getGraphemeBreakType(i);t>0;){var s=Ei(e,t),a=n.getGraphemeBreakType(s);if(Di(a,o))break;t-=s>=65536?2:1,o=a}return r-t}var Ma=/(?:[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u0710\u0712-\u072F\u074D-\u07A5\u07B1-\u07EA\u07F4\u07F5\u07FA-\u0815\u081A\u0824\u0828\u0830-\u0858\u085E-\u08BD\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFD3D\uFD50-\uFDFC\uFE70-\uFEFC]|\uD802[\uDC00-\uDD1B\uDD20-\uDE00\uDE10-\uDE33\uDE40-\uDEE4\uDEEB-\uDF35\uDF40-\uDFFF]|\uD803[\uDC00-\uDCFF]|\uD83A[\uDC00-\uDCCF\uDD00-\uDD43\uDD50-\uDFFF]|\uD83B[\uDC00-\uDEBB])/;function Vd(e){return Ma.test(e)}var La=/(?:[\u231A\u231B\u23F0\u23F3\u2600-\u27BF\u2B50\u2B55]|\uD83C[\uDDE6-\uDDFF\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F\uDE80-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD00-\uDDFF\uDE70-\uDE73\uDE78-\uDE82\uDE90-\uDE95])/;function qd(e){return La.test(e)}var za=/^[\t\n\r\x20-\x7E]*$/;function Gd(e){return za.test(e)}function Hd(e){for(var t=0,n=e.length;t=11904&&e<=55215||e>=63744&&e<=64255||e>=65281&&e<=65374}function $d(e){return e>=127462&&e<=127487||e>=9728&&e<=10175||e>=127744&&e<=128591||e>=128640&&e<=128764||e>=128992&&e<=129003||e>=129280&&e<=129535||e>=129648&&e<=129651||e>=129656&&e<=129666||e>=129680&&e<=129685}var Yd=String.fromCharCode(65279);function Jd(e){return!!(e&&e.length>0&&e.charCodeAt(0)===65279)}function Xd(e){return btoa(encodeURIComponent(e))}function Qd(e,t){for(var n="",r=0;rn[3*i+1])i=2*i+1;else return n[3*i+2];return 0},e._INSTANCE=null,e}();function Oa(){return JSON.parse("[0,0,0,51592,51592,11,44424,44424,11,72251,72254,5,7150,7150,7,48008,48008,11,55176,55176,11,128420,128420,14,3276,3277,5,9979,9980,14,46216,46216,11,49800,49800,11,53384,53384,11,70726,70726,5,122915,122916,5,129320,129327,14,2558,2558,5,5906,5908,5,9762,9763,14,43360,43388,8,45320,45320,11,47112,47112,11,48904,48904,11,50696,50696,11,52488,52488,11,54280,54280,11,70082,70083,1,71350,71350,7,73111,73111,5,127892,127893,14,128726,128727,14,129473,129474,14,2027,2035,5,2901,2902,5,3784,3789,5,6754,6754,5,8418,8420,5,9877,9877,14,11088,11088,14,44008,44008,5,44872,44872,11,45768,45768,11,46664,46664,11,47560,47560,11,48456,48456,11,49352,49352,11,50248,50248,11,51144,51144,11,52040,52040,11,52936,52936,11,53832,53832,11,54728,54728,11,69811,69814,5,70459,70460,5,71096,71099,7,71998,71998,5,72874,72880,5,119149,119149,7,127374,127374,14,128335,128335,14,128482,128482,14,128765,128767,14,129399,129400,14,129680,129685,14,1476,1477,5,2377,2380,7,2759,2760,5,3137,3140,7,3458,3459,7,4153,4154,5,6432,6434,5,6978,6978,5,7675,7679,5,9723,9726,14,9823,9823,14,9919,9923,14,10035,10036,14,42736,42737,5,43596,43596,5,44200,44200,11,44648,44648,11,45096,45096,11,45544,45544,11,45992,45992,11,46440,46440,11,46888,46888,11,47336,47336,11,47784,47784,11,48232,48232,11,48680,48680,11,49128,49128,11,49576,49576,11,50024,50024,11,50472,50472,11,50920,50920,11,51368,51368,11,51816,51816,11,52264,52264,11,52712,52712,11,53160,53160,11,53608,53608,11,54056,54056,11,54504,54504,11,54952,54952,11,68108,68111,5,69933,69940,5,70197,70197,7,70498,70499,7,70845,70845,5,71229,71229,5,71727,71735,5,72154,72155,5,72344,72345,5,73023,73029,5,94095,94098,5,121403,121452,5,126981,127182,14,127538,127546,14,127990,127990,14,128391,128391,14,128445,128449,14,128500,128505,14,128752,128752,14,129160,129167,14,129356,129356,14,129432,129442,14,129648,129651,14,129751,131069,14,173,173,4,1757,1757,1,2274,2274,1,2494,2494,5,2641,2641,5,2876,2876,5,3014,3016,7,3262,3262,7,3393,3396,5,3570,3571,7,3968,3972,5,4228,4228,7,6086,6086,5,6679,6680,5,6912,6915,5,7080,7081,5,7380,7392,5,8252,8252,14,9096,9096,14,9748,9749,14,9784,9786,14,9833,9850,14,9890,9894,14,9938,9938,14,9999,9999,14,10085,10087,14,12349,12349,14,43136,43137,7,43454,43456,7,43755,43755,7,44088,44088,11,44312,44312,11,44536,44536,11,44760,44760,11,44984,44984,11,45208,45208,11,45432,45432,11,45656,45656,11,45880,45880,11,46104,46104,11,46328,46328,11,46552,46552,11,46776,46776,11,47000,47000,11,47224,47224,11,47448,47448,11,47672,47672,11,47896,47896,11,48120,48120,11,48344,48344,11,48568,48568,11,48792,48792,11,49016,49016,11,49240,49240,11,49464,49464,11,49688,49688,11,49912,49912,11,50136,50136,11,50360,50360,11,50584,50584,11,50808,50808,11,51032,51032,11,51256,51256,11,51480,51480,11,51704,51704,11,51928,51928,11,52152,52152,11,52376,52376,11,52600,52600,11,52824,52824,11,53048,53048,11,53272,53272,11,53496,53496,11,53720,53720,11,53944,53944,11,54168,54168,11,54392,54392,11,54616,54616,11,54840,54840,11,55064,55064,11,65438,65439,5,69633,69633,5,69837,69837,1,70018,70018,7,70188,70190,7,70368,70370,7,70465,70468,7,70712,70719,5,70835,70840,5,70850,70851,5,71132,71133,5,71340,71340,7,71458,71461,5,71985,71989,7,72002,72002,7,72193,72202,5,72281,72283,5,72766,72766,7,72885,72886,5,73104,73105,5,92912,92916,5,113824,113827,4,119173,119179,5,121505,121519,5,125136,125142,5,127279,127279,14,127489,127490,14,127570,127743,14,127900,127901,14,128254,128254,14,128369,128370,14,128400,128400,14,128425,128432,14,128468,128475,14,128489,128494,14,128715,128720,14,128745,128745,14,128759,128760,14,129004,129023,14,129296,129304,14,129340,129342,14,129388,129392,14,129404,129407,14,129454,129455,14,129485,129487,14,129659,129663,14,129719,129727,14,917536,917631,5,13,13,2,1160,1161,5,1564,1564,4,1807,1807,1,2085,2087,5,2363,2363,7,2402,2403,5,2507,2508,7,2622,2624,7,2691,2691,7,2786,2787,5,2881,2884,5,3006,3006,5,3072,3072,5,3170,3171,5,3267,3268,7,3330,3331,7,3406,3406,1,3538,3540,5,3655,3662,5,3897,3897,5,4038,4038,5,4184,4185,5,4352,4447,8,6068,6069,5,6155,6157,5,6448,6449,7,6742,6742,5,6783,6783,5,6966,6970,5,7042,7042,7,7143,7143,7,7212,7219,5,7412,7412,5,8206,8207,4,8294,8303,4,8596,8601,14,9410,9410,14,9742,9742,14,9757,9757,14,9770,9770,14,9794,9794,14,9828,9828,14,9855,9855,14,9882,9882,14,9900,9903,14,9929,9933,14,9963,9967,14,9987,9988,14,10006,10006,14,10062,10062,14,10175,10175,14,11744,11775,5,42607,42607,5,43043,43044,7,43263,43263,5,43444,43445,7,43569,43570,5,43698,43700,5,43766,43766,5,44032,44032,11,44144,44144,11,44256,44256,11,44368,44368,11,44480,44480,11,44592,44592,11,44704,44704,11,44816,44816,11,44928,44928,11,45040,45040,11,45152,45152,11,45264,45264,11,45376,45376,11,45488,45488,11,45600,45600,11,45712,45712,11,45824,45824,11,45936,45936,11,46048,46048,11,46160,46160,11,46272,46272,11,46384,46384,11,46496,46496,11,46608,46608,11,46720,46720,11,46832,46832,11,46944,46944,11,47056,47056,11,47168,47168,11,47280,47280,11,47392,47392,11,47504,47504,11,47616,47616,11,47728,47728,11,47840,47840,11,47952,47952,11,48064,48064,11,48176,48176,11,48288,48288,11,48400,48400,11,48512,48512,11,48624,48624,11,48736,48736,11,48848,48848,11,48960,48960,11,49072,49072,11,49184,49184,11,49296,49296,11,49408,49408,11,49520,49520,11,49632,49632,11,49744,49744,11,49856,49856,11,49968,49968,11,50080,50080,11,50192,50192,11,50304,50304,11,50416,50416,11,50528,50528,11,50640,50640,11,50752,50752,11,50864,50864,11,50976,50976,11,51088,51088,11,51200,51200,11,51312,51312,11,51424,51424,11,51536,51536,11,51648,51648,11,51760,51760,11,51872,51872,11,51984,51984,11,52096,52096,11,52208,52208,11,52320,52320,11,52432,52432,11,52544,52544,11,52656,52656,11,52768,52768,11,52880,52880,11,52992,52992,11,53104,53104,11,53216,53216,11,53328,53328,11,53440,53440,11,53552,53552,11,53664,53664,11,53776,53776,11,53888,53888,11,54000,54000,11,54112,54112,11,54224,54224,11,54336,54336,11,54448,54448,11,54560,54560,11,54672,54672,11,54784,54784,11,54896,54896,11,55008,55008,11,55120,55120,11,64286,64286,5,66272,66272,5,68900,68903,5,69762,69762,7,69817,69818,5,69927,69931,5,70003,70003,5,70070,70078,5,70094,70094,7,70194,70195,7,70206,70206,5,70400,70401,5,70463,70463,7,70475,70477,7,70512,70516,5,70722,70724,5,70832,70832,5,70842,70842,5,70847,70848,5,71088,71089,7,71102,71102,7,71219,71226,5,71231,71232,5,71342,71343,7,71453,71455,5,71463,71467,5,71737,71738,5,71995,71996,5,72000,72000,7,72145,72147,7,72160,72160,5,72249,72249,7,72273,72278,5,72330,72342,5,72752,72758,5,72850,72871,5,72882,72883,5,73018,73018,5,73031,73031,5,73109,73109,5,73461,73462,7,94031,94031,5,94192,94193,7,119142,119142,7,119155,119162,4,119362,119364,5,121476,121476,5,122888,122904,5,123184,123190,5,126976,126979,14,127184,127231,14,127344,127345,14,127405,127461,14,127514,127514,14,127561,127567,14,127778,127779,14,127896,127896,14,127985,127986,14,127995,127999,5,128326,128328,14,128360,128366,14,128378,128378,14,128394,128397,14,128405,128406,14,128422,128423,14,128435,128443,14,128453,128464,14,128479,128480,14,128484,128487,14,128496,128498,14,128640,128709,14,128723,128724,14,128736,128741,14,128747,128748,14,128755,128755,14,128762,128762,14,128981,128991,14,129096,129103,14,129292,129292,14,129311,129311,14,129329,129330,14,129344,129349,14,129360,129374,14,129394,129394,14,129402,129402,14,129413,129425,14,129445,129450,14,129466,129471,14,129483,129483,14,129511,129535,14,129653,129655,14,129667,129670,14,129705,129711,14,129731,129743,14,917505,917505,4,917760,917999,5,10,10,3,127,159,4,768,879,5,1471,1471,5,1536,1541,1,1648,1648,5,1767,1768,5,1840,1866,5,2070,2073,5,2137,2139,5,2307,2307,7,2366,2368,7,2382,2383,7,2434,2435,7,2497,2500,5,2519,2519,5,2563,2563,7,2631,2632,5,2677,2677,5,2750,2752,7,2763,2764,7,2817,2817,5,2879,2879,5,2891,2892,7,2914,2915,5,3008,3008,5,3021,3021,5,3076,3076,5,3146,3149,5,3202,3203,7,3264,3265,7,3271,3272,7,3298,3299,5,3390,3390,5,3402,3404,7,3426,3427,5,3535,3535,5,3544,3550,7,3635,3635,7,3763,3763,7,3893,3893,5,3953,3966,5,3981,3991,5,4145,4145,7,4157,4158,5,4209,4212,5,4237,4237,5,4520,4607,10,5970,5971,5,6071,6077,5,6089,6099,5,6277,6278,5,6439,6440,5,6451,6456,7,6683,6683,5,6744,6750,5,6765,6770,7,6846,6846,5,6964,6964,5,6972,6972,5,7019,7027,5,7074,7077,5,7083,7085,5,7146,7148,7,7154,7155,7,7222,7223,5,7394,7400,5,7416,7417,5,8204,8204,5,8233,8233,4,8288,8292,4,8413,8416,5,8482,8482,14,8986,8987,14,9193,9203,14,9654,9654,14,9733,9733,14,9745,9745,14,9752,9752,14,9760,9760,14,9766,9766,14,9774,9775,14,9792,9792,14,9800,9811,14,9825,9826,14,9831,9831,14,9852,9853,14,9872,9873,14,9880,9880,14,9885,9887,14,9896,9897,14,9906,9916,14,9926,9927,14,9936,9936,14,9941,9960,14,9974,9974,14,9982,9985,14,9992,9997,14,10002,10002,14,10017,10017,14,10055,10055,14,10071,10071,14,10145,10145,14,11013,11015,14,11503,11505,5,12334,12335,5,12951,12951,14,42612,42621,5,43014,43014,5,43047,43047,7,43204,43205,5,43335,43345,5,43395,43395,7,43450,43451,7,43561,43566,5,43573,43574,5,43644,43644,5,43710,43711,5,43758,43759,7,44005,44005,5,44012,44012,7,44060,44060,11,44116,44116,11,44172,44172,11,44228,44228,11,44284,44284,11,44340,44340,11,44396,44396,11,44452,44452,11,44508,44508,11,44564,44564,11,44620,44620,11,44676,44676,11,44732,44732,11,44788,44788,11,44844,44844,11,44900,44900,11,44956,44956,11,45012,45012,11,45068,45068,11,45124,45124,11,45180,45180,11,45236,45236,11,45292,45292,11,45348,45348,11,45404,45404,11,45460,45460,11,45516,45516,11,45572,45572,11,45628,45628,11,45684,45684,11,45740,45740,11,45796,45796,11,45852,45852,11,45908,45908,11,45964,45964,11,46020,46020,11,46076,46076,11,46132,46132,11,46188,46188,11,46244,46244,11,46300,46300,11,46356,46356,11,46412,46412,11,46468,46468,11,46524,46524,11,46580,46580,11,46636,46636,11,46692,46692,11,46748,46748,11,46804,46804,11,46860,46860,11,46916,46916,11,46972,46972,11,47028,47028,11,47084,47084,11,47140,47140,11,47196,47196,11,47252,47252,11,47308,47308,11,47364,47364,11,47420,47420,11,47476,47476,11,47532,47532,11,47588,47588,11,47644,47644,11,47700,47700,11,47756,47756,11,47812,47812,11,47868,47868,11,47924,47924,11,47980,47980,11,48036,48036,11,48092,48092,11,48148,48148,11,48204,48204,11,48260,48260,11,48316,48316,11,48372,48372,11,48428,48428,11,48484,48484,11,48540,48540,11,48596,48596,11,48652,48652,11,48708,48708,11,48764,48764,11,48820,48820,11,48876,48876,11,48932,48932,11,48988,48988,11,49044,49044,11,49100,49100,11,49156,49156,11,49212,49212,11,49268,49268,11,49324,49324,11,49380,49380,11,49436,49436,11,49492,49492,11,49548,49548,11,49604,49604,11,49660,49660,11,49716,49716,11,49772,49772,11,49828,49828,11,49884,49884,11,49940,49940,11,49996,49996,11,50052,50052,11,50108,50108,11,50164,50164,11,50220,50220,11,50276,50276,11,50332,50332,11,50388,50388,11,50444,50444,11,50500,50500,11,50556,50556,11,50612,50612,11,50668,50668,11,50724,50724,11,50780,50780,11,50836,50836,11,50892,50892,11,50948,50948,11,51004,51004,11,51060,51060,11,51116,51116,11,51172,51172,11,51228,51228,11,51284,51284,11,51340,51340,11,51396,51396,11,51452,51452,11,51508,51508,11,51564,51564,11,51620,51620,11,51676,51676,11,51732,51732,11,51788,51788,11,51844,51844,11,51900,51900,11,51956,51956,11,52012,52012,11,52068,52068,11,52124,52124,11,52180,52180,11,52236,52236,11,52292,52292,11,52348,52348,11,52404,52404,11,52460,52460,11,52516,52516,11,52572,52572,11,52628,52628,11,52684,52684,11,52740,52740,11,52796,52796,11,52852,52852,11,52908,52908,11,52964,52964,11,53020,53020,11,53076,53076,11,53132,53132,11,53188,53188,11,53244,53244,11,53300,53300,11,53356,53356,11,53412,53412,11,53468,53468,11,53524,53524,11,53580,53580,11,53636,53636,11,53692,53692,11,53748,53748,11,53804,53804,11,53860,53860,11,53916,53916,11,53972,53972,11,54028,54028,11,54084,54084,11,54140,54140,11,54196,54196,11,54252,54252,11,54308,54308,11,54364,54364,11,54420,54420,11,54476,54476,11,54532,54532,11,54588,54588,11,54644,54644,11,54700,54700,11,54756,54756,11,54812,54812,11,54868,54868,11,54924,54924,11,54980,54980,11,55036,55036,11,55092,55092,11,55148,55148,11,55216,55238,9,65056,65071,5,65529,65531,4,68097,68099,5,68159,68159,5,69446,69456,5,69688,69702,5,69808,69810,7,69815,69816,7,69821,69821,1,69888,69890,5,69932,69932,7,69957,69958,7,70016,70017,5,70067,70069,7,70079,70080,7,70089,70092,5,70095,70095,5,70191,70193,5,70196,70196,5,70198,70199,5,70367,70367,5,70371,70378,5,70402,70403,7,70462,70462,5,70464,70464,5,70471,70472,7,70487,70487,5,70502,70508,5,70709,70711,7,70720,70721,7,70725,70725,7,70750,70750,5,70833,70834,7,70841,70841,7,70843,70844,7,70846,70846,7,70849,70849,7,71087,71087,5,71090,71093,5,71100,71101,5,71103,71104,5,71216,71218,7,71227,71228,7,71230,71230,7,71339,71339,5,71341,71341,5,71344,71349,5,71351,71351,5,71456,71457,7,71462,71462,7,71724,71726,7,71736,71736,7,71984,71984,5,71991,71992,7,71997,71997,7,71999,71999,1,72001,72001,1,72003,72003,5,72148,72151,5,72156,72159,7,72164,72164,7,72243,72248,5,72250,72250,1,72263,72263,5,72279,72280,7,72324,72329,1,72343,72343,7,72751,72751,7,72760,72765,5,72767,72767,5,72873,72873,7,72881,72881,7,72884,72884,7,73009,73014,5,73020,73021,5,73030,73030,1,73098,73102,7,73107,73108,7,73110,73110,7,73459,73460,5,78896,78904,4,92976,92982,5,94033,94087,7,94180,94180,5,113821,113822,5,119141,119141,5,119143,119145,5,119150,119154,5,119163,119170,5,119210,119213,5,121344,121398,5,121461,121461,5,121499,121503,5,122880,122886,5,122907,122913,5,122918,122922,5,123628,123631,5,125252,125258,5,126980,126980,14,127183,127183,14,127245,127247,14,127340,127343,14,127358,127359,14,127377,127386,14,127462,127487,6,127491,127503,14,127535,127535,14,127548,127551,14,127568,127569,14,127744,127777,14,127780,127891,14,127894,127895,14,127897,127899,14,127902,127984,14,127987,127989,14,127991,127994,14,128000,128253,14,128255,128317,14,128329,128334,14,128336,128359,14,128367,128368,14,128371,128377,14,128379,128390,14,128392,128393,14,128398,128399,14,128401,128404,14,128407,128419,14,128421,128421,14,128424,128424,14,128433,128434,14,128444,128444,14,128450,128452,14,128465,128467,14,128476,128478,14,128481,128481,14,128483,128483,14,128488,128488,14,128495,128495,14,128499,128499,14,128506,128591,14,128710,128714,14,128721,128722,14,128725,128725,14,128728,128735,14,128742,128744,14,128746,128746,14,128749,128751,14,128753,128754,14,128756,128758,14,128761,128761,14,128763,128764,14,128884,128895,14,128992,129003,14,129036,129039,14,129114,129119,14,129198,129279,14,129293,129295,14,129305,129310,14,129312,129319,14,129328,129328,14,129331,129338,14,129343,129343,14,129351,129355,14,129357,129359,14,129375,129387,14,129393,129393,14,129395,129398,14,129401,129401,14,129403,129403,14,129408,129412,14,129426,129431,14,129443,129444,14,129451,129453,14,129456,129465,14,129472,129472,14,129475,129482,14,129484,129484,14,129488,129510,14,129536,129647,14,129652,129652,14,129656,129658,14,129664,129666,14,129671,129679,14,129686,129704,14,129712,129718,14,129728,129730,14,129744,129750,14,917504,917504,4,917506,917535,4,917632,917759,4,918000,921599,4,0,9,4,11,12,4,14,31,4,169,169,14,174,174,14,1155,1159,5,1425,1469,5,1473,1474,5,1479,1479,5,1552,1562,5,1611,1631,5,1750,1756,5,1759,1764,5,1770,1773,5,1809,1809,5,1958,1968,5,2045,2045,5,2075,2083,5,2089,2093,5,2259,2273,5,2275,2306,5,2362,2362,5,2364,2364,5,2369,2376,5,2381,2381,5,2385,2391,5,2433,2433,5,2492,2492,5,2495,2496,7,2503,2504,7,2509,2509,5,2530,2531,5,2561,2562,5,2620,2620,5,2625,2626,5,2635,2637,5,2672,2673,5,2689,2690,5,2748,2748,5,2753,2757,5,2761,2761,7,2765,2765,5,2810,2815,5,2818,2819,7,2878,2878,5,2880,2880,7,2887,2888,7,2893,2893,5,2903,2903,5,2946,2946,5,3007,3007,7,3009,3010,7,3018,3020,7,3031,3031,5,3073,3075,7,3134,3136,5,3142,3144,5,3157,3158,5,3201,3201,5,3260,3260,5,3263,3263,5,3266,3266,5,3270,3270,5,3274,3275,7,3285,3286,5,3328,3329,5,3387,3388,5,3391,3392,7,3398,3400,7,3405,3405,5,3415,3415,5,3457,3457,5,3530,3530,5,3536,3537,7,3542,3542,5,3551,3551,5,3633,3633,5,3636,3642,5,3761,3761,5,3764,3772,5,3864,3865,5,3895,3895,5,3902,3903,7,3967,3967,7,3974,3975,5,3993,4028,5,4141,4144,5,4146,4151,5,4155,4156,7,4182,4183,7,4190,4192,5,4226,4226,5,4229,4230,5,4253,4253,5,4448,4519,9,4957,4959,5,5938,5940,5,6002,6003,5,6070,6070,7,6078,6085,7,6087,6088,7,6109,6109,5,6158,6158,4,6313,6313,5,6435,6438,7,6441,6443,7,6450,6450,5,6457,6459,5,6681,6682,7,6741,6741,7,6743,6743,7,6752,6752,5,6757,6764,5,6771,6780,5,6832,6845,5,6847,6848,5,6916,6916,7,6965,6965,5,6971,6971,7,6973,6977,7,6979,6980,7,7040,7041,5,7073,7073,7,7078,7079,7,7082,7082,7,7142,7142,5,7144,7145,5,7149,7149,5,7151,7153,5,7204,7211,7,7220,7221,7,7376,7378,5,7393,7393,7,7405,7405,5,7415,7415,7,7616,7673,5,8203,8203,4,8205,8205,13,8232,8232,4,8234,8238,4,8265,8265,14,8293,8293,4,8400,8412,5,8417,8417,5,8421,8432,5,8505,8505,14,8617,8618,14,9000,9000,14,9167,9167,14,9208,9210,14,9642,9643,14,9664,9664,14,9728,9732,14,9735,9741,14,9743,9744,14,9746,9746,14,9750,9751,14,9753,9756,14,9758,9759,14,9761,9761,14,9764,9765,14,9767,9769,14,9771,9773,14,9776,9783,14,9787,9791,14,9793,9793,14,9795,9799,14,9812,9822,14,9824,9824,14,9827,9827,14,9829,9830,14,9832,9832,14,9851,9851,14,9854,9854,14,9856,9861,14,9874,9876,14,9878,9879,14,9881,9881,14,9883,9884,14,9888,9889,14,9895,9895,14,9898,9899,14,9904,9905,14,9917,9918,14,9924,9925,14,9928,9928,14,9934,9935,14,9937,9937,14,9939,9940,14,9961,9962,14,9968,9973,14,9975,9978,14,9981,9981,14,9986,9986,14,9989,9989,14,9998,9998,14,10000,10001,14,10004,10004,14,10013,10013,14,10024,10024,14,10052,10052,14,10060,10060,14,10067,10069,14,10083,10084,14,10133,10135,14,10160,10160,14,10548,10549,14,11035,11036,14,11093,11093,14,11647,11647,5,12330,12333,5,12336,12336,14,12441,12442,5,12953,12953,14,42608,42610,5,42654,42655,5,43010,43010,5,43019,43019,5,43045,43046,5,43052,43052,5,43188,43203,7,43232,43249,5,43302,43309,5,43346,43347,7,43392,43394,5,43443,43443,5,43446,43449,5,43452,43453,5,43493,43493,5,43567,43568,7,43571,43572,7,43587,43587,5,43597,43597,7,43696,43696,5,43703,43704,5,43713,43713,5,43756,43757,5,43765,43765,7,44003,44004,7,44006,44007,7,44009,44010,7,44013,44013,5,44033,44059,12,44061,44087,12,44089,44115,12,44117,44143,12,44145,44171,12,44173,44199,12,44201,44227,12,44229,44255,12,44257,44283,12,44285,44311,12,44313,44339,12,44341,44367,12,44369,44395,12,44397,44423,12,44425,44451,12,44453,44479,12,44481,44507,12,44509,44535,12,44537,44563,12,44565,44591,12,44593,44619,12,44621,44647,12,44649,44675,12,44677,44703,12,44705,44731,12,44733,44759,12,44761,44787,12,44789,44815,12,44817,44843,12,44845,44871,12,44873,44899,12,44901,44927,12,44929,44955,12,44957,44983,12,44985,45011,12,45013,45039,12,45041,45067,12,45069,45095,12,45097,45123,12,45125,45151,12,45153,45179,12,45181,45207,12,45209,45235,12,45237,45263,12,45265,45291,12,45293,45319,12,45321,45347,12,45349,45375,12,45377,45403,12,45405,45431,12,45433,45459,12,45461,45487,12,45489,45515,12,45517,45543,12,45545,45571,12,45573,45599,12,45601,45627,12,45629,45655,12,45657,45683,12,45685,45711,12,45713,45739,12,45741,45767,12,45769,45795,12,45797,45823,12,45825,45851,12,45853,45879,12,45881,45907,12,45909,45935,12,45937,45963,12,45965,45991,12,45993,46019,12,46021,46047,12,46049,46075,12,46077,46103,12,46105,46131,12,46133,46159,12,46161,46187,12,46189,46215,12,46217,46243,12,46245,46271,12,46273,46299,12,46301,46327,12,46329,46355,12,46357,46383,12,46385,46411,12,46413,46439,12,46441,46467,12,46469,46495,12,46497,46523,12,46525,46551,12,46553,46579,12,46581,46607,12,46609,46635,12,46637,46663,12,46665,46691,12,46693,46719,12,46721,46747,12,46749,46775,12,46777,46803,12,46805,46831,12,46833,46859,12,46861,46887,12,46889,46915,12,46917,46943,12,46945,46971,12,46973,46999,12,47001,47027,12,47029,47055,12,47057,47083,12,47085,47111,12,47113,47139,12,47141,47167,12,47169,47195,12,47197,47223,12,47225,47251,12,47253,47279,12,47281,47307,12,47309,47335,12,47337,47363,12,47365,47391,12,47393,47419,12,47421,47447,12,47449,47475,12,47477,47503,12,47505,47531,12,47533,47559,12,47561,47587,12,47589,47615,12,47617,47643,12,47645,47671,12,47673,47699,12,47701,47727,12,47729,47755,12,47757,47783,12,47785,47811,12,47813,47839,12,47841,47867,12,47869,47895,12,47897,47923,12,47925,47951,12,47953,47979,12,47981,48007,12,48009,48035,12,48037,48063,12,48065,48091,12,48093,48119,12,48121,48147,12,48149,48175,12,48177,48203,12,48205,48231,12,48233,48259,12,48261,48287,12,48289,48315,12,48317,48343,12,48345,48371,12,48373,48399,12,48401,48427,12,48429,48455,12,48457,48483,12,48485,48511,12,48513,48539,12,48541,48567,12,48569,48595,12,48597,48623,12,48625,48651,12,48653,48679,12,48681,48707,12,48709,48735,12,48737,48763,12,48765,48791,12,48793,48819,12,48821,48847,12,48849,48875,12,48877,48903,12,48905,48931,12,48933,48959,12,48961,48987,12,48989,49015,12,49017,49043,12,49045,49071,12,49073,49099,12,49101,49127,12,49129,49155,12,49157,49183,12,49185,49211,12,49213,49239,12,49241,49267,12,49269,49295,12,49297,49323,12,49325,49351,12,49353,49379,12,49381,49407,12,49409,49435,12,49437,49463,12,49465,49491,12,49493,49519,12,49521,49547,12,49549,49575,12,49577,49603,12,49605,49631,12,49633,49659,12,49661,49687,12,49689,49715,12,49717,49743,12,49745,49771,12,49773,49799,12,49801,49827,12,49829,49855,12,49857,49883,12,49885,49911,12,49913,49939,12,49941,49967,12,49969,49995,12,49997,50023,12,50025,50051,12,50053,50079,12,50081,50107,12,50109,50135,12,50137,50163,12,50165,50191,12,50193,50219,12,50221,50247,12,50249,50275,12,50277,50303,12,50305,50331,12,50333,50359,12,50361,50387,12,50389,50415,12,50417,50443,12,50445,50471,12,50473,50499,12,50501,50527,12,50529,50555,12,50557,50583,12,50585,50611,12,50613,50639,12,50641,50667,12,50669,50695,12,50697,50723,12,50725,50751,12,50753,50779,12,50781,50807,12,50809,50835,12,50837,50863,12,50865,50891,12,50893,50919,12,50921,50947,12,50949,50975,12,50977,51003,12,51005,51031,12,51033,51059,12,51061,51087,12,51089,51115,12,51117,51143,12,51145,51171,12,51173,51199,12,51201,51227,12,51229,51255,12,51257,51283,12,51285,51311,12,51313,51339,12,51341,51367,12,51369,51395,12,51397,51423,12,51425,51451,12,51453,51479,12,51481,51507,12,51509,51535,12,51537,51563,12,51565,51591,12,51593,51619,12,51621,51647,12,51649,51675,12,51677,51703,12,51705,51731,12,51733,51759,12,51761,51787,12,51789,51815,12,51817,51843,12,51845,51871,12,51873,51899,12,51901,51927,12,51929,51955,12,51957,51983,12,51985,52011,12,52013,52039,12,52041,52067,12,52069,52095,12,52097,52123,12,52125,52151,12,52153,52179,12,52181,52207,12,52209,52235,12,52237,52263,12,52265,52291,12,52293,52319,12,52321,52347,12,52349,52375,12,52377,52403,12,52405,52431,12,52433,52459,12,52461,52487,12,52489,52515,12,52517,52543,12,52545,52571,12,52573,52599,12,52601,52627,12,52629,52655,12,52657,52683,12,52685,52711,12,52713,52739,12,52741,52767,12,52769,52795,12,52797,52823,12,52825,52851,12,52853,52879,12,52881,52907,12,52909,52935,12,52937,52963,12,52965,52991,12,52993,53019,12,53021,53047,12,53049,53075,12,53077,53103,12,53105,53131,12,53133,53159,12,53161,53187,12,53189,53215,12,53217,53243,12,53245,53271,12,53273,53299,12,53301,53327,12,53329,53355,12,53357,53383,12,53385,53411,12,53413,53439,12,53441,53467,12,53469,53495,12,53497,53523,12,53525,53551,12,53553,53579,12,53581,53607,12,53609,53635,12,53637,53663,12,53665,53691,12,53693,53719,12,53721,53747,12,53749,53775,12,53777,53803,12,53805,53831,12,53833,53859,12,53861,53887,12,53889,53915,12,53917,53943,12,53945,53971,12,53973,53999,12,54001,54027,12,54029,54055,12,54057,54083,12,54085,54111,12,54113,54139,12,54141,54167,12,54169,54195,12,54197,54223,12,54225,54251,12,54253,54279,12,54281,54307,12,54309,54335,12,54337,54363,12,54365,54391,12,54393,54419,12,54421,54447,12,54449,54475,12,54477,54503,12,54505,54531,12,54533,54559,12,54561,54587,12,54589,54615,12,54617,54643,12,54645,54671,12,54673,54699,12,54701,54727,12,54729,54755,12,54757,54783,12,54785,54811,12,54813,54839,12,54841,54867,12,54869,54895,12,54897,54923,12,54925,54951,12,54953,54979,12,54981,55007,12,55009,55035,12,55037,55063,12,55065,55091,12,55093,55119,12,55121,55147,12,55149,55175,12,55177,55203,12,55243,55291,10,65024,65039,5,65279,65279,4,65520,65528,4,66045,66045,5,66422,66426,5,68101,68102,5,68152,68154,5,68325,68326,5,69291,69292,5,69632,69632,7,69634,69634,7,69759,69761,5]")}var Wa=3;function Ai(e,t,n,r){var i=new mi(e,t,n);return i.ComputeDiff(r)}var Ti=function(){function e(t){for(var n=[],r=[],i=0,o=t.length;i0&&n.originalLength<20&&n.modifiedLength>0&&n.modifiedLength<20&&o()){var m=r.createCharSequence(t,n.originalStart,n.originalStart+n.originalLength-1),v=i.createCharSequence(t,n.modifiedStart,n.modifiedStart+n.modifiedLength-1),y=Ai(m,v,o,!0).changes;a&&(y=ja(y)),f=[];for(var k=0,T=y.length;k1&&T>1;){var A=v.charCodeAt(k-2),w=y.charCodeAt(T-2);if(A!==w)break;k--,T--}(k>1||T>1)&&this._pushTrimWhitespaceCharChange(a,c+1,1,k,l+1,1,T)}{for(var F=$n(v,1),E=$n(y,1),I=v.length+1,V=y.length+1;F255?255:e|0}function xt(e){return e<0?0:e>4294967295?4294967295:e|0}var Va=function(){function e(t,n){this.index=t,this.remainder=n}return e}(),qa=function(){function e(t){this.values=t,this.prefixSum=new Uint32Array(t.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}return e.prototype.insertValues=function(t,n){t=xt(t);var r=this.values,i=this.prefixSum,o=n.length;return o===0?!1:(this.values=new Uint32Array(r.length+o),this.values.set(r.subarray(0,t),0),this.values.set(r.subarray(t),t+o),this.values.set(n,t),t-1=0&&this.prefixSum.set(i.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.changeValue=function(t,n){return t=xt(t),n=xt(n),this.values[t]===n?!1:(this.values[t]=n,t-1=r.length)return!1;var o=r.length-t;return n>=o&&(n=o),n===0?!1:(this.values=new Uint32Array(r.length-n),this.values.set(r.subarray(0,t),0),this.values.set(r.subarray(t+n),t),this.prefixSum=new Uint32Array(this.values.length),t-1=0&&this.prefixSum.set(i.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.getTotalValue=function(){return this.values.length===0?0:this._getAccumulatedValue(this.values.length-1)},e.prototype.getAccumulatedValue=function(t){return t<0?0:(t=xt(t),this._getAccumulatedValue(t))},e.prototype._getAccumulatedValue=function(t){if(t<=this.prefixSumValidIndex[0])return this.prefixSum[t];var n=this.prefixSumValidIndex[0]+1;n===0&&(this.prefixSum[0]=this.values[0],n++),t>=this.values.length&&(t=this.values.length-1);for(var r=n;r<=t;r++)this.prefixSum[r]=this.prefixSum[r-1]+this.values[r];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],t),this.prefixSum[t]},e.prototype.getIndexOf=function(t){t=Math.floor(t),this.getTotalValue();for(var n=0,r=this.values.length-1,i=0,o=0,s=0;n<=r;)if(i=n+(r-n)/2|0,o=this.prefixSum[i],s=o-this.values[i],t=o)n=i+1;else break;return new Va(i,t-s)},e}(),Ga=function(){function e(t,n,r,i){this._uri=t,this._lines=n,this._eol=r,this._versionId=i,this._lineStarts=null}return e.prototype.dispose=function(){this._lines.length=0},e.prototype.getText=function(){return this._lines.join(this._eol)},e.prototype.onEvents=function(t){t.eol&&t.eol!==this._eol&&(this._eol=t.eol,this._lineStarts=null);for(var n=t.changes,r=0,i=n;r/?";function $a(e){e===void 0&&(e="");for(var t="(-?\\d*\\.\\d\\w*)|([^",n=0,r=Ha;n=0)continue;t+="\\"+i}return t+="\\s]+)",new RegExp(t,"g")}var Ya=$a();function Ja(e){var t=Ya;if(e&&e instanceof RegExp)if(e.global)t=e;else{var n="g";e.ignoreCase&&(n+="i"),e.multiline&&(n+="m"),e.unicode&&(n+="u"),t=new RegExp(e.source,n)}return t.lastIndex=0,t}function Xa(e,t,n,r){var i=e-1-r,o=n.lastIndexOf(" ",i-1)+1;t.lastIndex=o;for(var s;s=t.exec(n);){var a=s.index||0;if(a<=i&&t.lastIndex>=i)return{word:s[0],startColumn:r+1+a,endColumn:r+1+t.lastIndex}}return null}function Qa(e,t,n,r){var i=e-1-r;t.lastIndex=0;for(var o;o=t.exec(n);){var s=o.index||0;if(s>i)return null;if(t.lastIndex>=i)return{word:o[0],startColumn:r+1+s,endColumn:r+1+t.lastIndex}}return null}function Za(e,t,n,r){t.lastIndex=0;var i=t.exec(n);if(!i)return null;var o=i[0].indexOf(" ")>=0?Qa(e,t,n,r):Xa(e,t,n,r);return t.lastIndex=0,o}var Ni=function(){function e(t){var n=Ii(t);this._defaultValue=n,this._asciiMap=e._createAsciiMap(n),this._map=new Map}return e._createAsciiMap=function(t){for(var n=new Uint8Array(256),r=0;r<256;r++)n[r]=t;return n},e.prototype.set=function(t,n){var r=Ii(n);t>=0&&t<256?this._asciiMap[t]=r:this._map.set(t,r)},e.prototype.get=function(t){return t>=0&&t<256?this._asciiMap[t]:this._map.get(t)||this._defaultValue},e}(),tp=function(){function e(){this._actual=new Ni(0)}return e.prototype.add=function(t){this._actual.set(t,1)},e.prototype.has=function(t){return this._actual.get(t)===1},e}(),Ka=function(){function e(t,n,r){for(var i=new Uint8Array(t*n),o=0,s=t*n;on&&(n=c),a>r&&(r=a),l>r&&(r=l)}n++,r++;for(var d=new Ka(r,n,0),i=0,o=t.length;i=this._maxCharCode?0:this._states.get(t,n)},e}(),Yn=null;function tl(){return Yn===null&&(Yn=new el([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),Yn}var Ut=null;function nl(){if(Ut===null){Ut=new Ni(0);for(var e=` <>'"\u3001\u3002\uFF61\uFF64\uFF0C\uFF0E\uFF1A\uFF1B\uFF1F\uFF01\uFF20\uFF03\uFF04\uFF05\uFF06\uFF0A\u2018\u201C\u3008\u300A\u300C\u300E\u3010\u3014\uFF08\uFF3B\uFF5B\uFF62\uFF63\uFF5D\uFF3D\uFF09\u3015\u3011\u300F\u300D\u300B\u3009\u201D\u2019\uFF40\uFF5E\u2026`,t=0;ti);if(i>0){var l=n.charCodeAt(i-1),d=n.charCodeAt(s);(l===40&&d===41||l===91&&d===93||l===123&&d===125)&&s--}return{range:{startLineNumber:r,startColumn:i+1,endLineNumber:r,endColumn:s+2},url:n.substring(i,s+1)}},e.computeLinks=function(t,n){n===void 0&&(n=tl());for(var r=nl(),i=[],o=1,s=t.getLineCount();o<=s;o++){for(var a=t.getLineContent(o),c=a.length,l=0,d=0,p=0,f=1,m=!1,v=!1,y=!1;l=0?(i+=r?1:-1,i<0?i=t.length-1:i%=t.length,t[i]):null},e.INSTANCE=new e,e}(),np=Q("URDS");function sl(e){var t=this,n=!1,r;return function(){return n||(n=!0,r=e.apply(t,arguments)),r}}var ve=function(){function e(t){this.element=t,this.next=e.Undefined,this.prev=e.Undefined}return e.Undefined=new e(void 0),e}(),Jn=function(){function e(){this._first=ve.Undefined,this._last=ve.Undefined,this._size=0}return Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!0,configurable:!0}),e.prototype.isEmpty=function(){return this._first===ve.Undefined},e.prototype.clear=function(){this._first=ve.Undefined,this._last=ve.Undefined,this._size=0},e.prototype.unshift=function(t){return this._insert(t,!1)},e.prototype.push=function(t){return this._insert(t,!0)},e.prototype._insert=function(t,n){var r=this,i=new ve(t);if(this._first===ve.Undefined)this._first=i,this._last=i;else if(n){var o=this._last;this._last=i,i.prev=o,o.next=i}else{var s=this._first;this._first=i,i.next=s,s.prev=i}this._size+=1;var a=!1;return function(){a||(a=!0,r._remove(i))}},e.prototype.shift=function(){if(this._first===ve.Undefined)return;var t=this._first.element;return this._remove(this._first),t},e.prototype.pop=function(){if(this._last===ve.Undefined)return;var t=this._last.element;return this._remove(this._last),t},e.prototype._remove=function(t){if(t.prev!==ve.Undefined&&t.next!==ve.Undefined){var n=t.prev;n.next=t.next,t.next.prev=n}else t.prev===ve.Undefined&&t.next===ve.Undefined?(this._first=ve.Undefined,this._last=ve.Undefined):t.next===ve.Undefined?(this._last=this._last.prev,this._last.next=ve.Undefined):t.prev===ve.Undefined&&(this._first=this._first.next,this._first.prev=ve.Undefined);this._size-=1},e.prototype.iterator=function(){var t,n=this._first;return{next:function(){return n===ve.Undefined?it:(t?t.value=n.element:t={done:!1,value:n.element},n=n.next,t)}}},e.prototype.toArray=function(){for(var t=[],n=this._first;n!==ve.Undefined;n=n.next)t.push(n.element);return t},e}(),al=function(){var e=function(n,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,o){i.__proto__=o}||function(i,o){for(var s in o)o.hasOwnProperty(s)&&(i[s]=o[s])},e(n,r)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}(),cn;(function(e){e.None=function(){return Pe.None};function t(w){return function(F,E,I){E===void 0&&(E=null);var V=!1,M;return M=w(function(J){return V?void 0:(M?M.dispose():V=!0,F.call(E,J))},null,I),V&&M.dispose(),M}}e.once=t;function n(w,F){return c(function(E,I,V){return I===void 0&&(I=null),w(function(M){return E.call(I,F(M))},null,V)})}e.map=n;function r(w,F){return c(function(E,I,V){return I===void 0&&(I=null),w(function(M){F(M),E.call(I,M)},null,V)})}e.forEach=r;function i(w,F){return c(function(E,I,V){return I===void 0&&(I=null),w(function(M){return F(M)&&E.call(I,M)},null,V)})}e.filter=i;function o(w){return w}e.signal=o;function s(){for(var w=[],F=0;F1)&&ue.fire(sn),N=0},E)})},onLastListenerRemove:function(){M.dispose()}});return ue.event}e.debounce=l;function d(w){var F=new Date().getTime();return n(t(w),function(E){return new Date().getTime()-F})}e.stopwatch=d;function p(w){var F=!0,E;return i(w,function(I){var V=F||I!==E;return F=!1,E=I,V})}e.latch=p;function f(w,F,E){F===void 0&&(F=!1),E===void 0&&(E=[]);var I=E.slice(),V=w(function(ne){I?I.push(ne):J.fire(ne)}),M=function(){I&&I.forEach(function(N){return J.fire(N)}),I=null},J=new Ye({onFirstListenerAdd:function(){V||(V=w(function(N){return J.fire(N)}))},onFirstListenerDidAdd:function(){I&&(F?setTimeout(M):M())},onLastListenerRemove:function(){V&&V.dispose(),V=null}});return J.event}e.buffer=f;var m=function(){function w(F){this.event=F}return w.prototype.map=function(F){return new w(n(this.event,F))},w.prototype.forEach=function(F){return new w(r(this.event,F))},w.prototype.filter=function(F){return new w(i(this.event,F))},w.prototype.reduce=function(F,E){return new w(a(this.event,F,E))},w.prototype.latch=function(){return new w(p(this.event))},w.prototype.debounce=function(F,E,I,V){return E===void 0&&(E=100),I===void 0&&(I=!1),new w(l(this.event,F,E,I,V))},w.prototype.on=function(F,E,I){return this.event(F,E,I)},w.prototype.once=function(F,E,I){return t(this.event)(F,E,I)},w}();function v(w){return new m(w)}e.chain=v;function y(w,F,E){E===void 0&&(E=function(N){return N});var I=function(){for(var N=[],ue=0;ue=0;D--){var j=c[D];j==="."?c.splice(D,1):j===".."?(c.splice(D,1),M++):M&&(c.splice(D,1),M--)}if(E)for(;M--;M)c.unshift("..");return c}T.resolve=function(){for(var c="",E=!1,M=arguments.length-1;M>=-1&&!E;M--){var D=M>=0?arguments[M]:L.cwd();if(typeof D!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!D)continue;c=D+"/"+c,E=D.charAt(0)==="/"}return c=P(J(c.split("/"),function(j){return!!j}),!E).join("/"),(E?"/":"")+c||"."},T.normalize=function(c){var E=T.isAbsolute(c),M=X(c,-1)==="/";return c=P(J(c.split("/"),function(D){return!!D}),!E).join("/"),!c&&!E&&(c="."),c&&M&&(c+="/"),(E?"/":"")+c},T.isAbsolute=function(c){return c.charAt(0)==="/"},T.join=function(){var c=Array.prototype.slice.call(arguments,0);return T.normalize(J(c,function(E,M){if(typeof E!="string")throw new TypeError("Arguments to path.join must be strings");return E}).join("/"))},T.relative=function(c,E){c=T.resolve(c).substr(1),E=T.resolve(E).substr(1);function M(N){for(var R=0;R=0&&!(N[B]!=="");B--);return R>B?[]:N.slice(R,B-R+1)}for(var D=M(c.split("/")),j=M(E.split("/")),G=Math.min(D.length,j.length),Q=G,O=0;O=1;--G)if(E=c.charCodeAt(G),E===47){if(!j){D=G;break}}else j=!1;return D===-1?M?"/":".":M&&D===1?"/":c.slice(0,D)};function q(c){typeof c!="string"&&(c=c+"");var E=0,M=-1,D=!0,j;for(j=c.length-1;j>=0;--j)if(c.charCodeAt(j)===47){if(!D){E=j+1;break}}else M===-1&&(D=!1,M=j+1);return M===-1?"":c.slice(E,M)}T.basename=function(c,E){var M=q(c);return E&&M.substr(-1*E.length)===E&&(M=M.substr(0,M.length-E.length)),M},T.extname=function(c){typeof c!="string"&&(c=c+"");for(var E=-1,M=0,D=-1,j=!0,G=0,Q=c.length-1;Q>=0;--Q){var O=c.charCodeAt(Q);if(O===47){if(!j){M=Q+1;break}continue}D===-1&&(j=!1,D=Q+1),O===46?E===-1?E=Q:G!==1&&(G=1):E!==-1&&(G=-1)}return E===-1||D===-1||G===0||G===1&&E===D-1&&E===M+1?"":c.slice(E,D)};function J(c,E){if(c.filter)return c.filter(E);for(var M=[],D=0;D=0;D--){var j=c[D];j==="."?c.splice(D,1):j===".."?(c.splice(D,1),M++):M&&(c.splice(D,1),M--)}if(E)for(;M--;M)c.unshift("..");return c}T.resolve=function(){for(var c="",E=!1,M=arguments.length-1;M>=-1&&!E;M--){var D=M>=0?arguments[M]:L.cwd();if(typeof D!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!D)continue;c=D+"/"+c,E=D.charAt(0)==="/"}return c=P(J(c.split("/"),function(j){return!!j}),!E).join("/"),(E?"/":"")+c||"."},T.normalize=function(c){var E=T.isAbsolute(c),M=X(c,-1)==="/";return c=P(J(c.split("/"),function(D){return!!D}),!E).join("/"),!c&&!E&&(c="."),c&&M&&(c+="/"),(E?"/":"")+c},T.isAbsolute=function(c){return c.charAt(0)==="/"},T.join=function(){var c=Array.prototype.slice.call(arguments,0);return T.normalize(J(c,function(E,M){if(typeof E!="string")throw new TypeError("Arguments to path.join must be strings");return E}).join("/"))},T.relative=function(c,E){c=T.resolve(c).substr(1),E=T.resolve(E).substr(1);function M(N){for(var R=0;R=0&&!(N[B]!=="");B--);return R>B?[]:N.slice(R,B-R+1)}for(var D=M(c.split("/")),j=M(E.split("/")),G=Math.min(D.length,j.length),Q=G,O=0;O=1;--G)if(E=c.charCodeAt(G),E===47){if(!j){D=G;break}}else j=!1;return D===-1?M?"/":".":M&&D===1?"/":c.slice(0,D)};function q(c){typeof c!="string"&&(c=c+"");var E=0,M=-1,D=!0,j;for(j=c.length-1;j>=0;--j)if(c.charCodeAt(j)===47){if(!D){E=j+1;break}}else M===-1&&(D=!1,M=j+1);return M===-1?"":c.slice(E,M)}T.basename=function(c,E){var M=q(c);return E&&M.substr(-1*E.length)===E&&(M=M.substr(0,M.length-E.length)),M},T.extname=function(c){typeof c!="string"&&(c=c+"");for(var E=-1,M=0,D=-1,j=!0,G=0,Q=c.length-1;Q>=0;--Q){var O=c.charCodeAt(Q);if(O===47){if(!j){M=Q+1;break}continue}D===-1&&(j=!1,D=Q+1),O===46?E===-1?E=Q:G!==1&&(G=1):E!==-1&&(G=-1)}return E===-1||D===-1||G===0||G===1&&E===D-1&&E===M+1?"":c.slice(E,D)};function J(c,E){if(c.filter)return c.filter(E);for(var M=[],D=0;D0)i=o-1;else return o}return-(r+1)}function jr(e,t){var n=0,r=e.length;if(r===0)return 0;for(;nr?e[u]=o[l++]:l>i?e[u]=o[s++]:t(o[l],o[s])<0?e[u]=o[l++]:e[u]=o[s++]}function xe(e,t,n,r,i){if(r<=n)return;var o=n+(r-n)/2|0;if(xe(e,t,n,o,i),xe(e,t,o+1,r,i),t(e[o],e[o+1])<=0)return;yn(e,t,n,o,r,i)}function Hr(e,t){for(var n=[],r=void 0,i=0,o=dt(e.slice(0),t);i0}function Vr(e,t){if(!t)return e.filter(function(r,i){return e.indexOf(r)===i});var n=Object.create(null);return e.filter(function(r){var i=t(r);return n[i]?!1:(n[i]=!0,!0)})}function zr(e){var t=new Set;return e.filter(function(n){return t.has(n)?!1:(t.add(n),!0)})}function Qr(e){var t=[];return e.forEach(function(n){return t.push(n)}),t}function Ln(e,t){for(var n=0;n0?e[0]:t}function Zr(e){var t;return(t=[]).concat.apply(t,e)}function $r(e,t){var n=typeof t=="number"?e:0;typeof t=="number"?n=e:(n=0,t=e);var r=[];if(n<=t)for(var i=n;it;i--)r.push(i);return r}function Kr(e,t,n){var r=e.slice(0,t),i=e.slice(t);return r.concat(n,i)}function ei(e,t){var n=e.indexOf(t);n>-1&&(e.splice(n,1),e.unshift(t))}function ti(e,t){var n=e.indexOf(t);n>-1&&(e.splice(n,1),e.push(t))}function ni(e,t){for(var n=0;n0||this.m_modifiedCount>0)&&this.m_changes.push(new ce(this.m_originalStart,this.m_originalCount,this.m_modifiedStart,this.m_modifiedCount)),this.m_originalCount=0,this.m_modifiedCount=0,this.m_originalStart=1073741824,this.m_modifiedStart=1073741824},e.prototype.AddOriginalElement=function(t,n){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,n),this.m_originalCount++},e.prototype.AddModifiedElement=function(t,n){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,n),this.m_modifiedCount++},e.prototype.getChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes},e.prototype.getReverseChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes},e}(),vt=function(){function e(t,n,r){r===void 0&&(r=null),this.ContinueProcessingPredicate=r;var i=e._getElements(t),o=i[0],s=i[1],l=i[2],u=e._getElements(n),a=u[0],h=u[1],f=u[2];this._hasStrings=l&&f,this._originalStringElements=o,this._originalElementsOrHash=s,this._modifiedStringElements=a,this._modifiedElementsOrHash=h,this.m_forwardHistory=[],this.m_reverseHistory=[]}return e._isStringArray=function(t){return t.length>0&&typeof t[0]=="string"},e._getElements=function(t){var n=t.getElements();if(e._isStringArray(n)){for(var r=new Int32Array(n.length),i=0,o=n.length;i=t&&i>=r&&this.ElementsAreEqual(n,i);)n--,i--;if(t>n||r>i){var s=void 0;return r<=i?(pe.Assert(t===n+1,"originalStart should only be one more than originalEnd"),s=[new ce(t,0,r,i-r+1)]):t<=n?(pe.Assert(r===i+1,"modifiedStart should only be one more than modifiedEnd"),s=[new ce(t,n-t+1,r,0)]):(pe.Assert(t===n+1,"originalStart should only be one more than originalEnd"),pe.Assert(r===i+1,"modifiedStart should only be one more than modifiedEnd"),s=[]),s}var l=[0],u=[0],a=this.ComputeRecursionPoint(t,n,r,i,l,u,o),h=l[0],f=u[0];if(a!==null)return a;if(!o[0]){var p=this.ComputeDiffRecursive(t,h,r,f,o),_=[];return o[0]?_=[new ce(h+1,n-(h+1)+1,f+1,i-(f+1)+1)]:_=this.ComputeDiffRecursive(h+1,n,f+1,i,o),this.ConcatenateChanges(p,_)}return[new ce(t,n-t+1,r,i-r+1)]},e.prototype.WALKTRACE=function(t,n,r,i,o,s,l,u,a,h,f,p,_,b,S,F,k,I){var m=null,g=null,v=new gt,w=n,C=r,A=_[0]-F[0]-i,U=-1073741824,W=this.m_forwardHistory.length-1;do{var y=A+t;y===w||y=0&&(a=this.m_forwardHistory[W],t=a[0],w=1,C=a.length-1)}while(--W>=-1);if(m=v.getReverseChanges(),I[0]){var Y=_[0]+1,le=F[0]+1;if(m!==null&&m.length>0){var Z=m[m.length-1];Y=Math.max(Y,Z.getOriginalEnd()),le=Math.max(le,Z.getModifiedEnd())}g=[new ce(Y,p-Y+1,le,S-le+1)]}else{v=new gt,w=s,C=l,A=_[0]-F[0]-u,U=1073741824,W=k?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{var y=A+o;y===w||y=h[y+1]?(f=h[y+1]-1,b=f-A-u,f>U&&v.MarkNextChange(),U=f+1,v.AddOriginalElement(f+1,b+1),A=y+1-o):(f=h[y-1],b=f-A-u,f>U&&v.MarkNextChange(),U=f,v.AddModifiedElement(f+1,b+1),A=y-1-o),W>=0&&(h=this.m_reverseHistory[W],o=h[0],w=1,C=h.length-1)}while(--W>=-1);g=v.getChanges()}return this.ConcatenateChanges(m,g)},e.prototype.ComputeRecursionPoint=function(t,n,r,i,o,s,l){var u=0,a=0,h=0,f=0,p=0,_=0;t--,r--,o[0]=0,s[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];var b=n-t+(i-r),S=b+1,F=new Int32Array(S),k=new Int32Array(S),I=i-r,m=n-t,g=t-r,v=n-i,w=m-I,C=w%2===0;F[I]=t,k[m]=n,l[0]=!1;for(var A=1;A<=b/2+1;A++){var U=0,W=0;h=this.ClipDiagonalBound(I-A,A,I,S),f=this.ClipDiagonalBound(I+A,A,I,S);for(var y=h;y<=f;y+=2){y===h||yU+W&&(U=u,W=a),!C&&Math.abs(y-m)<=A-1&&u>=k[y])return o[0]=u,s[0]=a,Y<=k[y]&&1447>0&&A<=1447+1?this.WALKTRACE(I,h,f,g,m,p,_,v,F,k,u,n,o,a,i,s,C,l):null}var le=(U-t+(W-r)-A)/2;if(this.ContinueProcessingPredicate!==null&&!this.ContinueProcessingPredicate(U,le))return l[0]=!0,o[0]=U,s[0]=W,le>0&&1447>0&&A<=1447+1?this.WALKTRACE(I,h,f,g,m,p,_,v,F,k,u,n,o,a,i,s,C,l):(t++,r++,[new ce(t,n-t+1,r,i-r+1)]);p=this.ClipDiagonalBound(m-A,A,m,S),_=this.ClipDiagonalBound(m+A,A,m,S);for(var y=p;y<=_;y+=2){y===p||y<_&&k[y-1]>=k[y+1]?u=k[y+1]-1:u=k[y-1],a=u-(y-m)-v;for(var Y=u;u>t&&a>r&&this.ElementsAreEqual(u,a);)u--,a--;if(k[y]=u,C&&Math.abs(y-I)<=A&&u<=F[y])return o[0]=u,s[0]=a,Y>=F[y]&&1447>0&&A<=1447+1?this.WALKTRACE(I,h,f,g,m,p,_,v,F,k,u,n,o,a,i,s,C,l):null}if(A<=1447){var Z=new Int32Array(f-h+2);Z[0]=I-h+1,ge.Copy2(F,h,Z,1,f-h+1),this.m_forwardHistory.push(Z),Z=new Int32Array(_-p+2),Z[0]=m-p+1,ge.Copy2(k,p,Z,1,_-p+1),this.m_reverseHistory.push(Z)}}return this.WALKTRACE(I,h,f,g,m,p,_,v,F,k,u,n,o,a,i,s,C,l)},e.prototype.PrettifyChanges=function(t){for(var n=0;n0,l=r.modifiedLength>0;r.originalStart+r.originalLength=0;n--){var r=t[n],i=0,o=0;if(n>0){var a=t[n-1];a.originalLength>0&&(i=a.originalStart+a.originalLength),a.modifiedLength>0&&(o=a.modifiedStart+a.modifiedLength)}for(var s=r.originalLength>0,l=r.modifiedLength>0,h=0,f=this._boundaryScore(r.originalStart,r.originalLength,r.modifiedStart,r.modifiedLength),p=1;;p++){var _=r.originalStart-p,b=r.modifiedStart-p;if(_f&&(f=S,h=p)}r.originalStart-=h,r.modifiedStart-=h}return t},e.prototype._OriginalIsBoundary=function(t){return t<=0||t>=this._originalElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._originalStringElements[t])},e.prototype._OriginalRegionIsBoundary=function(t,n){if(this._OriginalIsBoundary(t)||this._OriginalIsBoundary(t-1))return!0;if(n>0){var r=t+n;if(this._OriginalIsBoundary(r-1)||this._OriginalIsBoundary(r))return!0}return!1},e.prototype._ModifiedIsBoundary=function(t){return t<=0||t>=this._modifiedElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[t])},e.prototype._ModifiedRegionIsBoundary=function(t,n){if(this._ModifiedIsBoundary(t)||this._ModifiedIsBoundary(t-1))return!0;if(n>0){var r=t+n;if(this._ModifiedIsBoundary(r-1)||this._ModifiedIsBoundary(r))return!0}return!1},e.prototype._boundaryScore=function(t,n,r,i){var o=this._OriginalRegionIsBoundary(t,n)?1:0,s=this._ModifiedRegionIsBoundary(r,i)?1:0;return o+s},e.prototype.ConcatenateChanges=function(t,n){var r=[];if(t.length===0||n.length===0)return n.length>0?n:t;if(this.ChangesOverlap(t[t.length-1],n[0],r)){var i=new Array(t.length+n.length-1);return ge.Copy(t,0,i,0,t.length-1),i[t.length-1]=r[0],ge.Copy(n,1,i,t.length,n.length-1),i}else{var i=new Array(t.length+n.length);return ge.Copy(t,0,i,0,t.length),ge.Copy(n,0,i,t.length,n.length),i}},e.prototype.ChangesOverlap=function(t,n,r){if(pe.Assert(t.originalStart<=n.originalStart,"Left change is not less than or equal to right change"),pe.Assert(t.modifiedStart<=n.modifiedStart,"Left change is not less than or equal to right change"),t.originalStart+t.originalLength>=n.originalStart||t.modifiedStart+t.modifiedLength>=n.modifiedStart){var i=t.originalStart,o=t.originalLength,s=t.modifiedStart,l=t.modifiedLength;return t.originalStart+t.originalLength>=n.originalStart&&(o=n.originalStart+n.originalLength-t.originalStart),t.modifiedStart+t.modifiedLength>=n.modifiedStart&&(l=n.modifiedStart+n.modifiedLength-t.modifiedStart),r[0]=new ce(i,o,s,l),!0}else return r[0]=null,!1},e.prototype.ClipDiagonalBound=function(t,n,r,i){if(t>=0&&t=S?ue:{done:!1,value:_[b++]}}}}e.fromArray=i;function o(_){return{next:function(){var S=_.next();return S.done?ue:{done:!1,value:S.value}}}}e.fromNativeIterator=o;function s(_){return _?Array.isArray(_)?e.fromArray(_):_:e.empty()}e.from=s;function l(_,b){return{next:function(){var F=_.next();return F.done?ue:{done:!1,value:b(F.value)}}}}e.map=l;function u(_,b){return{next:function(){for(;;){var F=_.next();if(F.done)return ue;if(b(F.value))return{done:!1,value:F.value}}}}}e.filter=u;function a(_,b){for(var S=_.next();!S.done;S=_.next())b(S.value)}e.forEach=a;function h(_,b){b===void 0&&(b=Number.POSITIVE_INFINITY);var S=[];if(b===0)return S;for(var F=0,k=_.next();!k.done&&!(S.push(k.value),++F>=b);k=_.next());return S}e.collect=h;function f(){for(var _=[],b=0;b=_.length)return ue;var k=_[S],I=k.next();return I.done?(S++,this.next()):I}}}e.concat=f;function p(_){return new Tn(_)}e.chain=p})(Se||(Se={}));var Tn=function(){function e(t){this.it=t}return e.prototype.next=function(){return this.it.next()},e}();function ii(e){return Array.isArray(e)?Se.fromArray(e):e||Se.empty()}var Fn=function(){function e(t,n,r,i){n===void 0&&(n=0),r===void 0&&(r=t.length),i===void 0&&(i=n-1),this.items=t,this.start=n,this.end=r,this.index=i}return e.prototype.first=function(){return this.index=this.start,this.current()},e.prototype.next=function(){return this.index=Math.min(this.index+1,this.end),this.current()},e.prototype.current=function(){return this.index===this.start-1||this.index===this.end?null:this.items[this.index]},e}(),oi=function(e){Cn(t,e);function t(n,r,i,o){return r===void 0&&(r=0),i===void 0&&(i=n.length),o===void 0&&(o=r-1),e.call(this,n,r,i,o)||this}return t.prototype.current=function(){return e.prototype.current.call(this)},t.prototype.previous=function(){return this.index=Math.max(this.index-1,this.start-1),this.current()},t.prototype.first=function(){return this.index=this.start,this.current()},t.prototype.last=function(){return this.index=this.end-1,this.current()},t.prototype.parent=function(){return null},t}(Fn),si=function(){function e(t,n){this.iterator=t,this.fn=n}return e.prototype.next=function(){return this.fn(this.iterator.next())},e}(),Mn=function(){var e=function(n,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,o){i.__proto__=o}||function(i,o){for(var s in o)o.hasOwnProperty(s)&&(i[s]=o[s])},e(n,r)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}(),V,Dn=/^\w[\w\d+.-]*$/,In=/^\//,kn=/^\/\//;function Rn(e,t){if(!e.scheme&&t)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+e.authority+'", path: "'+e.path+'", query: "'+e.query+'", fragment: "'+e.fragment+'"}');if(e.scheme&&!Dn.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path){if(e.authority){if(!In.test(e.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(kn.test(e.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}function xn(e,t){return!e&&!t?"file":e}function Un(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==ee&&(t=ee+t):t=ee;break}return t}var H="",ee="/",Pn=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,Pe=function(){function e(t,n,r,i,o,s){s===void 0&&(s=!1),typeof t=="object"?(this.scheme=t.scheme||H,this.authority=t.authority||H,this.path=t.path||H,this.query=t.query||H,this.fragment=t.fragment||H):(this.scheme=xn(t,s),this.authority=n||H,this.path=Un(this.scheme,r||H),this.query=i||H,this.fragment=o||H,Rn(this,s))}return e.isUri=function(t){return t instanceof e?!0:t?typeof t.authority=="string"&&typeof t.fragment=="string"&&typeof t.path=="string"&&typeof t.query=="string"&&typeof t.scheme=="string"&&typeof t.fsPath=="function"&&typeof t.with=="function"&&typeof t.toString=="function":!1},Object.defineProperty(e.prototype,"fsPath",{get:function(){return yt(this)},enumerable:!0,configurable:!0}),e.prototype.with=function(t){if(!t)return this;var n=t.scheme,r=t.authority,i=t.path,o=t.query,s=t.fragment;return n===void 0?n=this.scheme:n===null&&(n=H),r===void 0?r=this.authority:r===null&&(r=H),i===void 0?i=this.path:i===null&&(i=H),o===void 0?o=this.query:o===null&&(o=H),s===void 0?s=this.fragment:s===null&&(s=H),n===this.scheme&&r===this.authority&&i===this.path&&o===this.query&&s===this.fragment?this:new ve(n,r,i,o,s)},e.parse=function(t,n){n===void 0&&(n=!1);var r=Pn.exec(t);return r?new ve(r[2]||H,Ce(r[4]||H),Ce(r[5]||H),Ce(r[7]||H),Ce(r[9]||H),n):new ve(H,H,H,H,H)},e.file=function(t){var n=H;if(re.c&&(t=t.replace(/\\/g,ee)),t[0]===ee&&t[1]===ee){var r=t.indexOf(ee,2);r===-1?(n=t.substring(2),t=ee):(n=t.substring(2,r),t=t.substring(r)||ee)}return new ve("file",n,t,H,H)},e.from=function(t){return new ve(t.scheme,t.authority,t.path,t.query,t.fragment)},e.prototype.toString=function(t){return t===void 0&&(t=!1),Oe(this,t)},e.prototype.toJSON=function(){return this},e.revive=function(t){if(t){if(t instanceof e)return t;var n=new ve(t);return n._formatted=t.external,n._fsPath=t._sep===_t?t.fsPath:null,n}else return t},e}(),_t=re.c?1:void 0,ve=function(e){Mn(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n._formatted=null,n._fsPath=null,n}return Object.defineProperty(t.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=yt(this)),this._fsPath},enumerable:!0,configurable:!0}),t.prototype.toString=function(n){return n===void 0&&(n=!1),n?Oe(this,!0):(this._formatted||(this._formatted=Oe(this,!1)),this._formatted)},t.prototype.toJSON=function(){var n={$mid:1};return this._fsPath&&(n.fsPath=this._fsPath,n._sep=_t),this._formatted&&(n.external=this._formatted),this.path&&(n.path=this.path),this.scheme&&(n.scheme=this.scheme),this.authority&&(n.authority=this.authority),this.query&&(n.query=this.query),this.fragment&&(n.fragment=this.fragment),n},t}(Pe),wt=(V={},V[58]="%3A",V[47]="%2F",V[63]="%3F",V[35]="%23",V[91]="%5B",V[93]="%5D",V[64]="%40",V[33]="%21",V[36]="%24",V[38]="%26",V[39]="%27",V[40]="%28",V[41]="%29",V[42]="%2A",V[43]="%2B",V[44]="%2C",V[59]="%3B",V[61]="%3D",V[32]="%20",V);function bt(e,t){for(var n=void 0,r=-1,i=0;i=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||o===45||o===46||o===95||o===126||t&&o===47)r!==-1&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n!==void 0&&(n+=e.charAt(i));else{n===void 0&&(n=e.substr(0,i));var s=wt[o];s!==void 0?(r!==-1&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n+=s):r===-1&&(r=i)}}return r!==-1&&(n+=encodeURIComponent(e.substring(r))),n!==void 0?n:e}function On(e){for(var t=void 0,n=0;n1&&e.scheme==="file"?t="//"+e.authority+e.path:e.path.charCodeAt(0)===47&&(e.path.charCodeAt(1)>=65&&e.path.charCodeAt(1)<=90||e.path.charCodeAt(1)>=97&&e.path.charCodeAt(1)<=122)&&e.path.charCodeAt(2)===58?t=e.path[1].toLowerCase()+e.path.substr(2):t=e.path,re.c&&(t=t.replace(/\//g,"\\")),t}function Oe(e,t){var n=t?On:bt,r="",i=e.scheme,o=e.authority,s=e.path,l=e.query,u=e.fragment;if(i&&(r+=i,r+=":"),(o||i==="file")&&(r+=ee,r+=ee),o){var a=o.indexOf("@");if(a!==-1){var h=o.substr(0,a);o=o.substr(a+1),a=h.indexOf(":"),a===-1?r+=n(h,!1):(r+=n(h.substr(0,a),!1),r+=":",r+=n(h.substr(a+1),!1)),r+="@"}o=o.toLowerCase(),a=o.indexOf(":"),a===-1?r+=n(o,!1):(r+=n(o.substr(0,a),!1),r+=o.substr(a))}if(s){if(s.length>=3&&s.charCodeAt(0)===47&&s.charCodeAt(2)===58){var f=s.charCodeAt(1);f>=65&&f<=90&&(s="/"+String.fromCharCode(f+32)+":"+s.substr(3))}else if(s.length>=2&&s.charCodeAt(1)===58){var f=s.charCodeAt(0);f>=65&&f<=90&&(s=String.fromCharCode(f+32)+":"+s.substr(2))}r+=n(s,!0)}return l&&(r+="?",r+=n(l,!1)),u&&(r+="#",r+=t?u:bt(u,!1)),r}function Lt(e){try{return decodeURIComponent(e)}catch(t){return e.length>3?e.substr(0,3)+Lt(e.substr(3)):e}}var Nt=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function Ce(e){return e.match(Nt)?e.replace(Nt,function(t){return Lt(t)}):e}var _e=function(){function e(t,n){this.lineNumber=t,this.column=n}return e.prototype.with=function(t,n){return t===void 0&&(t=this.lineNumber),n===void 0&&(n=this.column),t===this.lineNumber&&n===this.column?this:new e(t,n)},e.prototype.delta=function(t,n){return t===void 0&&(t=0),n===void 0&&(n=0),this.with(this.lineNumber+t,this.column+n)},e.prototype.equals=function(t){return e.equals(this,t)},e.equals=function(t,n){return!t&&!n?!0:!!t&&!!n&&t.lineNumber===n.lineNumber&&t.column===n.column},e.prototype.isBefore=function(t){return e.isBefore(this,t)},e.isBefore=function(t,n){return t.lineNumberr||t===r&&n>i?(this.startLineNumber=r,this.startColumn=i,this.endLineNumber=t,this.endColumn=n):(this.startLineNumber=t,this.startColumn=n,this.endLineNumber=r,this.endColumn=i)}return e.prototype.isEmpty=function(){return e.isEmpty(this)},e.isEmpty=function(t){return t.startLineNumber===t.endLineNumber&&t.startColumn===t.endColumn},e.prototype.containsPosition=function(t){return e.containsPosition(this,t)},e.containsPosition=function(t,n){return n.lineNumbert.endLineNumber||n.lineNumber===t.startLineNumber&&n.columnt.endColumn)},e.prototype.containsRange=function(t){return e.containsRange(this,t)},e.containsRange=function(t,n){return n.startLineNumbert.endLineNumber||n.endLineNumber>t.endLineNumber||n.startLineNumber===t.startLineNumber&&n.startColumnt.endColumn)},e.prototype.strictContainsRange=function(t){return e.strictContainsRange(this,t)},e.strictContainsRange=function(t,n){return n.startLineNumbert.endLineNumber||n.endLineNumber>t.endLineNumber||n.startLineNumber===t.startLineNumber&&n.startColumn<=t.startColumn)?!1:!(n.endLineNumber===t.endLineNumber&&n.endColumn>=t.endColumn)},e.prototype.plusRange=function(t){return e.plusRange(this,t)},e.plusRange=function(t,n){var r,i,o,s;return n.startLineNumbert.endLineNumber?(o=n.endLineNumber,s=n.endColumn):n.endLineNumber===t.endLineNumber?(o=n.endLineNumber,s=Math.max(n.endColumn,t.endColumn)):(o=t.endLineNumber,s=t.endColumn),new e(r,i,o,s)},e.prototype.intersectRanges=function(t){return e.intersectRanges(this,t)},e.intersectRanges=function(t,n){var r=t.startLineNumber,i=t.startColumn,o=t.endLineNumber,s=t.endColumn,l=n.startLineNumber,u=n.startColumn,a=n.endLineNumber,h=n.endColumn;return ra?(o=a,s=h):o===a&&(s=Math.min(s,h)),r>o||r===o&&i>s?null:new e(r,i,o,s)},e.prototype.equalsRange=function(t){return e.equalsRange(this,t)},e.equalsRange=function(t,n){return!!t&&!!n&&t.startLineNumber===n.startLineNumber&&t.startColumn===n.startColumn&&t.endLineNumber===n.endLineNumber&&t.endColumn===n.endColumn},e.prototype.getEndPosition=function(){return new _e(this.endLineNumber,this.endColumn)},e.prototype.getStartPosition=function(){return new _e(this.startLineNumber,this.startColumn)},e.prototype.toString=function(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"},e.prototype.setEndPosition=function(t,n){return new e(this.startLineNumber,this.startColumn,t,n)},e.prototype.setStartPosition=function(t,n){return new e(t,n,this.endLineNumber,this.endColumn)},e.prototype.collapseToStart=function(){return e.collapseToStart(this)},e.collapseToStart=function(t){return new e(t.startLineNumber,t.startColumn,t.startLineNumber,t.startColumn)},e.fromPositions=function(t,n){return n===void 0&&(n=t),new e(t.lineNumber,t.column,n.lineNumber,n.column)},e.lift=function(t){return t?new e(t.startLineNumber,t.startColumn,t.endLineNumber,t.endColumn):null},e.isIRange=function(t){return t&&typeof t.startLineNumber=="number"&&typeof t.startColumn=="number"&&typeof t.endLineNumber=="number"&&typeof t.endColumn=="number"},e.areIntersectingOrTouching=function(t,n){return t.endLineNumbert.startLineNumber},e}();function ai(e){return!e||typeof e!="string"?!0:e.trim().length===0}function ui(e,t,n){n===void 0&&(n="0");for(var r=""+e,i=[r],o=r.length;o=t.length?r:t[o]})}function fi(e){return e.replace(/[<>&]/g,function(t){switch(t){case"<":return"<";case">":return">";case"&":return"&";default:return t}})}function Wn(e){return e.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function hi(e,t){t===void 0&&(t=" ");var n=jn(e,t);return Hn(n,t)}function jn(e,t){if(!e||!t)return e;var n=t.length;if(n===0||e.length===0)return e;for(var r=0;e.indexOf(t,r)===r;)r=r+n;return e.substring(r)}function Hn(e,t){if(!e||!t)return e;var n=t.length,r=e.length;if(n===0||r===0)return e;for(var i=r,o=-1;!(o=e.lastIndexOf(t,i-1),o===-1||o+n!==i);){if(o===0)return"";i=o}return e.substring(0,i)}function ci(e){return e.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function di(e,t){if(e.length0?e.indexOf(t,n)===n:n===0?e===t:!1}function pi(e,t,n){if(n===void 0&&(n={}),!e)throw new Error("Cannot create regex from empty string");t||(e=Wn(e)),n.wholeWord&&(/\B/.test(e.charAt(0))||(e="\\b"+e),/\B/.test(e.charAt(e.length-1))||(e=e+"\\b"));var r="";return n.global&&(r+="g"),n.matchCase||(r+="i"),n.multiline&&(r+="m"),n.unicode&&(r+="u"),new RegExp(e,r)}function gi(e){if(e.source==="^"||e.source==="^$"||e.source==="$"||e.source==="^\\s*$")return!1;var t=e.exec("");return!!(t&&e.lastIndex===0)}function vi(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")}function qn(e){for(var t=0,n=e.length;t=0;n--){var r=e.charCodeAt(n);if(r!==32&&r!==9)return n}return-1}function Yn(e,t){return et?1:0}function wi(e,t){for(var n=Math.min(e.length,t.length),r=0;rt.length?1:0}function Be(e){return e>=97&&e<=122}function We(e){return e>=65&&e<=90}function At(e){return Be(e)||We(e)}function bi(e,t){return e.length===t.length&&Et(e,t)}function Et(e,t,n){n===void 0&&(n=e.length);for(var r=0;re.length?!1:Et(e,t,n)}function Li(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n1){var r=e.charCodeAt(t-2);if(St(r))return(r-55296<<10)+(n-56320)+65536}return n}function Ai(e,t){var n=je.getInstance(),r=t,i=e.length,o=Tt(e,i,t);t+=o>=65536?2:1;for(var s=n.getGraphemeBreakType(o);t=65536?2:1,s=u}return t-r}function Ei(e,t){var n=je.getInstance(),r=t,i=Ft(e,t);t-=i>=65536?2:1;for(var o=n.getGraphemeBreakType(i);t>0;){var s=Ft(e,t),l=n.getGraphemeBreakType(s);if(Mt(l,o))break;t-=s>=65536?2:1,o=l}return r-t}var Vn=/(?:[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u0710\u0712-\u072F\u074D-\u07A5\u07B1-\u07EA\u07F4\u07F5\u07FA-\u0815\u081A\u0824\u0828\u0830-\u0858\u085E-\u08BD\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFD3D\uFD50-\uFDFC\uFE70-\uFEFC]|\uD802[\uDC00-\uDD1B\uDD20-\uDE00\uDE10-\uDE33\uDE40-\uDEE4\uDEEB-\uDF35\uDF40-\uDFFF]|\uD803[\uDC00-\uDCFF]|\uD83A[\uDC00-\uDCCF\uDD00-\uDD43\uDD50-\uDFFF]|\uD83B[\uDC00-\uDEBB])/;function Si(e){return Vn.test(e)}var zn=/(?:[\u231A\u231B\u23F0\u23F3\u2600-\u27BF\u2B50\u2B55]|\uD83C[\uDDE6-\uDDFF\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F\uDE80-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD00-\uDDFF\uDE70-\uDE73\uDE78-\uDE82\uDE90-\uDE95])/;function Ci(e){return zn.test(e)}var Qn=/^[\t\n\r\x20-\x7E]*$/;function Ti(e){return Qn.test(e)}function Fi(e){for(var t=0,n=e.length;t=11904&&e<=55215||e>=63744&&e<=64255||e>=65281&&e<=65374}function Mi(e){return e>=127462&&e<=127487||e>=9728&&e<=10175||e>=127744&&e<=128591||e>=128640&&e<=128764||e>=128992&&e<=129003||e>=129280&&e<=129535||e>=129648&&e<=129651||e>=129656&&e<=129666||e>=129680&&e<=129685}var Di=String.fromCharCode(65279);function Ii(e){return!!(e&&e.length>0&&e.charCodeAt(0)===65279)}function ki(e){return btoa(encodeURIComponent(e))}function Ri(e,t){for(var n="",r=0;rn[3*i+1])i=2*i+1;else return n[3*i+2];return 0},e._INSTANCE=null,e}();function Xn(){return JSON.parse("[0,0,0,51592,51592,11,44424,44424,11,72251,72254,5,7150,7150,7,48008,48008,11,55176,55176,11,128420,128420,14,3276,3277,5,9979,9980,14,46216,46216,11,49800,49800,11,53384,53384,11,70726,70726,5,122915,122916,5,129320,129327,14,2558,2558,5,5906,5908,5,9762,9763,14,43360,43388,8,45320,45320,11,47112,47112,11,48904,48904,11,50696,50696,11,52488,52488,11,54280,54280,11,70082,70083,1,71350,71350,7,73111,73111,5,127892,127893,14,128726,128727,14,129473,129474,14,2027,2035,5,2901,2902,5,3784,3789,5,6754,6754,5,8418,8420,5,9877,9877,14,11088,11088,14,44008,44008,5,44872,44872,11,45768,45768,11,46664,46664,11,47560,47560,11,48456,48456,11,49352,49352,11,50248,50248,11,51144,51144,11,52040,52040,11,52936,52936,11,53832,53832,11,54728,54728,11,69811,69814,5,70459,70460,5,71096,71099,7,71998,71998,5,72874,72880,5,119149,119149,7,127374,127374,14,128335,128335,14,128482,128482,14,128765,128767,14,129399,129400,14,129680,129685,14,1476,1477,5,2377,2380,7,2759,2760,5,3137,3140,7,3458,3459,7,4153,4154,5,6432,6434,5,6978,6978,5,7675,7679,5,9723,9726,14,9823,9823,14,9919,9923,14,10035,10036,14,42736,42737,5,43596,43596,5,44200,44200,11,44648,44648,11,45096,45096,11,45544,45544,11,45992,45992,11,46440,46440,11,46888,46888,11,47336,47336,11,47784,47784,11,48232,48232,11,48680,48680,11,49128,49128,11,49576,49576,11,50024,50024,11,50472,50472,11,50920,50920,11,51368,51368,11,51816,51816,11,52264,52264,11,52712,52712,11,53160,53160,11,53608,53608,11,54056,54056,11,54504,54504,11,54952,54952,11,68108,68111,5,69933,69940,5,70197,70197,7,70498,70499,7,70845,70845,5,71229,71229,5,71727,71735,5,72154,72155,5,72344,72345,5,73023,73029,5,94095,94098,5,121403,121452,5,126981,127182,14,127538,127546,14,127990,127990,14,128391,128391,14,128445,128449,14,128500,128505,14,128752,128752,14,129160,129167,14,129356,129356,14,129432,129442,14,129648,129651,14,129751,131069,14,173,173,4,1757,1757,1,2274,2274,1,2494,2494,5,2641,2641,5,2876,2876,5,3014,3016,7,3262,3262,7,3393,3396,5,3570,3571,7,3968,3972,5,4228,4228,7,6086,6086,5,6679,6680,5,6912,6915,5,7080,7081,5,7380,7392,5,8252,8252,14,9096,9096,14,9748,9749,14,9784,9786,14,9833,9850,14,9890,9894,14,9938,9938,14,9999,9999,14,10085,10087,14,12349,12349,14,43136,43137,7,43454,43456,7,43755,43755,7,44088,44088,11,44312,44312,11,44536,44536,11,44760,44760,11,44984,44984,11,45208,45208,11,45432,45432,11,45656,45656,11,45880,45880,11,46104,46104,11,46328,46328,11,46552,46552,11,46776,46776,11,47000,47000,11,47224,47224,11,47448,47448,11,47672,47672,11,47896,47896,11,48120,48120,11,48344,48344,11,48568,48568,11,48792,48792,11,49016,49016,11,49240,49240,11,49464,49464,11,49688,49688,11,49912,49912,11,50136,50136,11,50360,50360,11,50584,50584,11,50808,50808,11,51032,51032,11,51256,51256,11,51480,51480,11,51704,51704,11,51928,51928,11,52152,52152,11,52376,52376,11,52600,52600,11,52824,52824,11,53048,53048,11,53272,53272,11,53496,53496,11,53720,53720,11,53944,53944,11,54168,54168,11,54392,54392,11,54616,54616,11,54840,54840,11,55064,55064,11,65438,65439,5,69633,69633,5,69837,69837,1,70018,70018,7,70188,70190,7,70368,70370,7,70465,70468,7,70712,70719,5,70835,70840,5,70850,70851,5,71132,71133,5,71340,71340,7,71458,71461,5,71985,71989,7,72002,72002,7,72193,72202,5,72281,72283,5,72766,72766,7,72885,72886,5,73104,73105,5,92912,92916,5,113824,113827,4,119173,119179,5,121505,121519,5,125136,125142,5,127279,127279,14,127489,127490,14,127570,127743,14,127900,127901,14,128254,128254,14,128369,128370,14,128400,128400,14,128425,128432,14,128468,128475,14,128489,128494,14,128715,128720,14,128745,128745,14,128759,128760,14,129004,129023,14,129296,129304,14,129340,129342,14,129388,129392,14,129404,129407,14,129454,129455,14,129485,129487,14,129659,129663,14,129719,129727,14,917536,917631,5,13,13,2,1160,1161,5,1564,1564,4,1807,1807,1,2085,2087,5,2363,2363,7,2402,2403,5,2507,2508,7,2622,2624,7,2691,2691,7,2786,2787,5,2881,2884,5,3006,3006,5,3072,3072,5,3170,3171,5,3267,3268,7,3330,3331,7,3406,3406,1,3538,3540,5,3655,3662,5,3897,3897,5,4038,4038,5,4184,4185,5,4352,4447,8,6068,6069,5,6155,6157,5,6448,6449,7,6742,6742,5,6783,6783,5,6966,6970,5,7042,7042,7,7143,7143,7,7212,7219,5,7412,7412,5,8206,8207,4,8294,8303,4,8596,8601,14,9410,9410,14,9742,9742,14,9757,9757,14,9770,9770,14,9794,9794,14,9828,9828,14,9855,9855,14,9882,9882,14,9900,9903,14,9929,9933,14,9963,9967,14,9987,9988,14,10006,10006,14,10062,10062,14,10175,10175,14,11744,11775,5,42607,42607,5,43043,43044,7,43263,43263,5,43444,43445,7,43569,43570,5,43698,43700,5,43766,43766,5,44032,44032,11,44144,44144,11,44256,44256,11,44368,44368,11,44480,44480,11,44592,44592,11,44704,44704,11,44816,44816,11,44928,44928,11,45040,45040,11,45152,45152,11,45264,45264,11,45376,45376,11,45488,45488,11,45600,45600,11,45712,45712,11,45824,45824,11,45936,45936,11,46048,46048,11,46160,46160,11,46272,46272,11,46384,46384,11,46496,46496,11,46608,46608,11,46720,46720,11,46832,46832,11,46944,46944,11,47056,47056,11,47168,47168,11,47280,47280,11,47392,47392,11,47504,47504,11,47616,47616,11,47728,47728,11,47840,47840,11,47952,47952,11,48064,48064,11,48176,48176,11,48288,48288,11,48400,48400,11,48512,48512,11,48624,48624,11,48736,48736,11,48848,48848,11,48960,48960,11,49072,49072,11,49184,49184,11,49296,49296,11,49408,49408,11,49520,49520,11,49632,49632,11,49744,49744,11,49856,49856,11,49968,49968,11,50080,50080,11,50192,50192,11,50304,50304,11,50416,50416,11,50528,50528,11,50640,50640,11,50752,50752,11,50864,50864,11,50976,50976,11,51088,51088,11,51200,51200,11,51312,51312,11,51424,51424,11,51536,51536,11,51648,51648,11,51760,51760,11,51872,51872,11,51984,51984,11,52096,52096,11,52208,52208,11,52320,52320,11,52432,52432,11,52544,52544,11,52656,52656,11,52768,52768,11,52880,52880,11,52992,52992,11,53104,53104,11,53216,53216,11,53328,53328,11,53440,53440,11,53552,53552,11,53664,53664,11,53776,53776,11,53888,53888,11,54000,54000,11,54112,54112,11,54224,54224,11,54336,54336,11,54448,54448,11,54560,54560,11,54672,54672,11,54784,54784,11,54896,54896,11,55008,55008,11,55120,55120,11,64286,64286,5,66272,66272,5,68900,68903,5,69762,69762,7,69817,69818,5,69927,69931,5,70003,70003,5,70070,70078,5,70094,70094,7,70194,70195,7,70206,70206,5,70400,70401,5,70463,70463,7,70475,70477,7,70512,70516,5,70722,70724,5,70832,70832,5,70842,70842,5,70847,70848,5,71088,71089,7,71102,71102,7,71219,71226,5,71231,71232,5,71342,71343,7,71453,71455,5,71463,71467,5,71737,71738,5,71995,71996,5,72000,72000,7,72145,72147,7,72160,72160,5,72249,72249,7,72273,72278,5,72330,72342,5,72752,72758,5,72850,72871,5,72882,72883,5,73018,73018,5,73031,73031,5,73109,73109,5,73461,73462,7,94031,94031,5,94192,94193,7,119142,119142,7,119155,119162,4,119362,119364,5,121476,121476,5,122888,122904,5,123184,123190,5,126976,126979,14,127184,127231,14,127344,127345,14,127405,127461,14,127514,127514,14,127561,127567,14,127778,127779,14,127896,127896,14,127985,127986,14,127995,127999,5,128326,128328,14,128360,128366,14,128378,128378,14,128394,128397,14,128405,128406,14,128422,128423,14,128435,128443,14,128453,128464,14,128479,128480,14,128484,128487,14,128496,128498,14,128640,128709,14,128723,128724,14,128736,128741,14,128747,128748,14,128755,128755,14,128762,128762,14,128981,128991,14,129096,129103,14,129292,129292,14,129311,129311,14,129329,129330,14,129344,129349,14,129360,129374,14,129394,129394,14,129402,129402,14,129413,129425,14,129445,129450,14,129466,129471,14,129483,129483,14,129511,129535,14,129653,129655,14,129667,129670,14,129705,129711,14,129731,129743,14,917505,917505,4,917760,917999,5,10,10,3,127,159,4,768,879,5,1471,1471,5,1536,1541,1,1648,1648,5,1767,1768,5,1840,1866,5,2070,2073,5,2137,2139,5,2307,2307,7,2366,2368,7,2382,2383,7,2434,2435,7,2497,2500,5,2519,2519,5,2563,2563,7,2631,2632,5,2677,2677,5,2750,2752,7,2763,2764,7,2817,2817,5,2879,2879,5,2891,2892,7,2914,2915,5,3008,3008,5,3021,3021,5,3076,3076,5,3146,3149,5,3202,3203,7,3264,3265,7,3271,3272,7,3298,3299,5,3390,3390,5,3402,3404,7,3426,3427,5,3535,3535,5,3544,3550,7,3635,3635,7,3763,3763,7,3893,3893,5,3953,3966,5,3981,3991,5,4145,4145,7,4157,4158,5,4209,4212,5,4237,4237,5,4520,4607,10,5970,5971,5,6071,6077,5,6089,6099,5,6277,6278,5,6439,6440,5,6451,6456,7,6683,6683,5,6744,6750,5,6765,6770,7,6846,6846,5,6964,6964,5,6972,6972,5,7019,7027,5,7074,7077,5,7083,7085,5,7146,7148,7,7154,7155,7,7222,7223,5,7394,7400,5,7416,7417,5,8204,8204,5,8233,8233,4,8288,8292,4,8413,8416,5,8482,8482,14,8986,8987,14,9193,9203,14,9654,9654,14,9733,9733,14,9745,9745,14,9752,9752,14,9760,9760,14,9766,9766,14,9774,9775,14,9792,9792,14,9800,9811,14,9825,9826,14,9831,9831,14,9852,9853,14,9872,9873,14,9880,9880,14,9885,9887,14,9896,9897,14,9906,9916,14,9926,9927,14,9936,9936,14,9941,9960,14,9974,9974,14,9982,9985,14,9992,9997,14,10002,10002,14,10017,10017,14,10055,10055,14,10071,10071,14,10145,10145,14,11013,11015,14,11503,11505,5,12334,12335,5,12951,12951,14,42612,42621,5,43014,43014,5,43047,43047,7,43204,43205,5,43335,43345,5,43395,43395,7,43450,43451,7,43561,43566,5,43573,43574,5,43644,43644,5,43710,43711,5,43758,43759,7,44005,44005,5,44012,44012,7,44060,44060,11,44116,44116,11,44172,44172,11,44228,44228,11,44284,44284,11,44340,44340,11,44396,44396,11,44452,44452,11,44508,44508,11,44564,44564,11,44620,44620,11,44676,44676,11,44732,44732,11,44788,44788,11,44844,44844,11,44900,44900,11,44956,44956,11,45012,45012,11,45068,45068,11,45124,45124,11,45180,45180,11,45236,45236,11,45292,45292,11,45348,45348,11,45404,45404,11,45460,45460,11,45516,45516,11,45572,45572,11,45628,45628,11,45684,45684,11,45740,45740,11,45796,45796,11,45852,45852,11,45908,45908,11,45964,45964,11,46020,46020,11,46076,46076,11,46132,46132,11,46188,46188,11,46244,46244,11,46300,46300,11,46356,46356,11,46412,46412,11,46468,46468,11,46524,46524,11,46580,46580,11,46636,46636,11,46692,46692,11,46748,46748,11,46804,46804,11,46860,46860,11,46916,46916,11,46972,46972,11,47028,47028,11,47084,47084,11,47140,47140,11,47196,47196,11,47252,47252,11,47308,47308,11,47364,47364,11,47420,47420,11,47476,47476,11,47532,47532,11,47588,47588,11,47644,47644,11,47700,47700,11,47756,47756,11,47812,47812,11,47868,47868,11,47924,47924,11,47980,47980,11,48036,48036,11,48092,48092,11,48148,48148,11,48204,48204,11,48260,48260,11,48316,48316,11,48372,48372,11,48428,48428,11,48484,48484,11,48540,48540,11,48596,48596,11,48652,48652,11,48708,48708,11,48764,48764,11,48820,48820,11,48876,48876,11,48932,48932,11,48988,48988,11,49044,49044,11,49100,49100,11,49156,49156,11,49212,49212,11,49268,49268,11,49324,49324,11,49380,49380,11,49436,49436,11,49492,49492,11,49548,49548,11,49604,49604,11,49660,49660,11,49716,49716,11,49772,49772,11,49828,49828,11,49884,49884,11,49940,49940,11,49996,49996,11,50052,50052,11,50108,50108,11,50164,50164,11,50220,50220,11,50276,50276,11,50332,50332,11,50388,50388,11,50444,50444,11,50500,50500,11,50556,50556,11,50612,50612,11,50668,50668,11,50724,50724,11,50780,50780,11,50836,50836,11,50892,50892,11,50948,50948,11,51004,51004,11,51060,51060,11,51116,51116,11,51172,51172,11,51228,51228,11,51284,51284,11,51340,51340,11,51396,51396,11,51452,51452,11,51508,51508,11,51564,51564,11,51620,51620,11,51676,51676,11,51732,51732,11,51788,51788,11,51844,51844,11,51900,51900,11,51956,51956,11,52012,52012,11,52068,52068,11,52124,52124,11,52180,52180,11,52236,52236,11,52292,52292,11,52348,52348,11,52404,52404,11,52460,52460,11,52516,52516,11,52572,52572,11,52628,52628,11,52684,52684,11,52740,52740,11,52796,52796,11,52852,52852,11,52908,52908,11,52964,52964,11,53020,53020,11,53076,53076,11,53132,53132,11,53188,53188,11,53244,53244,11,53300,53300,11,53356,53356,11,53412,53412,11,53468,53468,11,53524,53524,11,53580,53580,11,53636,53636,11,53692,53692,11,53748,53748,11,53804,53804,11,53860,53860,11,53916,53916,11,53972,53972,11,54028,54028,11,54084,54084,11,54140,54140,11,54196,54196,11,54252,54252,11,54308,54308,11,54364,54364,11,54420,54420,11,54476,54476,11,54532,54532,11,54588,54588,11,54644,54644,11,54700,54700,11,54756,54756,11,54812,54812,11,54868,54868,11,54924,54924,11,54980,54980,11,55036,55036,11,55092,55092,11,55148,55148,11,55216,55238,9,65056,65071,5,65529,65531,4,68097,68099,5,68159,68159,5,69446,69456,5,69688,69702,5,69808,69810,7,69815,69816,7,69821,69821,1,69888,69890,5,69932,69932,7,69957,69958,7,70016,70017,5,70067,70069,7,70079,70080,7,70089,70092,5,70095,70095,5,70191,70193,5,70196,70196,5,70198,70199,5,70367,70367,5,70371,70378,5,70402,70403,7,70462,70462,5,70464,70464,5,70471,70472,7,70487,70487,5,70502,70508,5,70709,70711,7,70720,70721,7,70725,70725,7,70750,70750,5,70833,70834,7,70841,70841,7,70843,70844,7,70846,70846,7,70849,70849,7,71087,71087,5,71090,71093,5,71100,71101,5,71103,71104,5,71216,71218,7,71227,71228,7,71230,71230,7,71339,71339,5,71341,71341,5,71344,71349,5,71351,71351,5,71456,71457,7,71462,71462,7,71724,71726,7,71736,71736,7,71984,71984,5,71991,71992,7,71997,71997,7,71999,71999,1,72001,72001,1,72003,72003,5,72148,72151,5,72156,72159,7,72164,72164,7,72243,72248,5,72250,72250,1,72263,72263,5,72279,72280,7,72324,72329,1,72343,72343,7,72751,72751,7,72760,72765,5,72767,72767,5,72873,72873,7,72881,72881,7,72884,72884,7,73009,73014,5,73020,73021,5,73030,73030,1,73098,73102,7,73107,73108,7,73110,73110,7,73459,73460,5,78896,78904,4,92976,92982,5,94033,94087,7,94180,94180,5,113821,113822,5,119141,119141,5,119143,119145,5,119150,119154,5,119163,119170,5,119210,119213,5,121344,121398,5,121461,121461,5,121499,121503,5,122880,122886,5,122907,122913,5,122918,122922,5,123628,123631,5,125252,125258,5,126980,126980,14,127183,127183,14,127245,127247,14,127340,127343,14,127358,127359,14,127377,127386,14,127462,127487,6,127491,127503,14,127535,127535,14,127548,127551,14,127568,127569,14,127744,127777,14,127780,127891,14,127894,127895,14,127897,127899,14,127902,127984,14,127987,127989,14,127991,127994,14,128000,128253,14,128255,128317,14,128329,128334,14,128336,128359,14,128367,128368,14,128371,128377,14,128379,128390,14,128392,128393,14,128398,128399,14,128401,128404,14,128407,128419,14,128421,128421,14,128424,128424,14,128433,128434,14,128444,128444,14,128450,128452,14,128465,128467,14,128476,128478,14,128481,128481,14,128483,128483,14,128488,128488,14,128495,128495,14,128499,128499,14,128506,128591,14,128710,128714,14,128721,128722,14,128725,128725,14,128728,128735,14,128742,128744,14,128746,128746,14,128749,128751,14,128753,128754,14,128756,128758,14,128761,128761,14,128763,128764,14,128884,128895,14,128992,129003,14,129036,129039,14,129114,129119,14,129198,129279,14,129293,129295,14,129305,129310,14,129312,129319,14,129328,129328,14,129331,129338,14,129343,129343,14,129351,129355,14,129357,129359,14,129375,129387,14,129393,129393,14,129395,129398,14,129401,129401,14,129403,129403,14,129408,129412,14,129426,129431,14,129443,129444,14,129451,129453,14,129456,129465,14,129472,129472,14,129475,129482,14,129484,129484,14,129488,129510,14,129536,129647,14,129652,129652,14,129656,129658,14,129664,129666,14,129671,129679,14,129686,129704,14,129712,129718,14,129728,129730,14,129744,129750,14,917504,917504,4,917506,917535,4,917632,917759,4,918000,921599,4,0,9,4,11,12,4,14,31,4,169,169,14,174,174,14,1155,1159,5,1425,1469,5,1473,1474,5,1479,1479,5,1552,1562,5,1611,1631,5,1750,1756,5,1759,1764,5,1770,1773,5,1809,1809,5,1958,1968,5,2045,2045,5,2075,2083,5,2089,2093,5,2259,2273,5,2275,2306,5,2362,2362,5,2364,2364,5,2369,2376,5,2381,2381,5,2385,2391,5,2433,2433,5,2492,2492,5,2495,2496,7,2503,2504,7,2509,2509,5,2530,2531,5,2561,2562,5,2620,2620,5,2625,2626,5,2635,2637,5,2672,2673,5,2689,2690,5,2748,2748,5,2753,2757,5,2761,2761,7,2765,2765,5,2810,2815,5,2818,2819,7,2878,2878,5,2880,2880,7,2887,2888,7,2893,2893,5,2903,2903,5,2946,2946,5,3007,3007,7,3009,3010,7,3018,3020,7,3031,3031,5,3073,3075,7,3134,3136,5,3142,3144,5,3157,3158,5,3201,3201,5,3260,3260,5,3263,3263,5,3266,3266,5,3270,3270,5,3274,3275,7,3285,3286,5,3328,3329,5,3387,3388,5,3391,3392,7,3398,3400,7,3405,3405,5,3415,3415,5,3457,3457,5,3530,3530,5,3536,3537,7,3542,3542,5,3551,3551,5,3633,3633,5,3636,3642,5,3761,3761,5,3764,3772,5,3864,3865,5,3895,3895,5,3902,3903,7,3967,3967,7,3974,3975,5,3993,4028,5,4141,4144,5,4146,4151,5,4155,4156,7,4182,4183,7,4190,4192,5,4226,4226,5,4229,4230,5,4253,4253,5,4448,4519,9,4957,4959,5,5938,5940,5,6002,6003,5,6070,6070,7,6078,6085,7,6087,6088,7,6109,6109,5,6158,6158,4,6313,6313,5,6435,6438,7,6441,6443,7,6450,6450,5,6457,6459,5,6681,6682,7,6741,6741,7,6743,6743,7,6752,6752,5,6757,6764,5,6771,6780,5,6832,6845,5,6847,6848,5,6916,6916,7,6965,6965,5,6971,6971,7,6973,6977,7,6979,6980,7,7040,7041,5,7073,7073,7,7078,7079,7,7082,7082,7,7142,7142,5,7144,7145,5,7149,7149,5,7151,7153,5,7204,7211,7,7220,7221,7,7376,7378,5,7393,7393,7,7405,7405,5,7415,7415,7,7616,7673,5,8203,8203,4,8205,8205,13,8232,8232,4,8234,8238,4,8265,8265,14,8293,8293,4,8400,8412,5,8417,8417,5,8421,8432,5,8505,8505,14,8617,8618,14,9000,9000,14,9167,9167,14,9208,9210,14,9642,9643,14,9664,9664,14,9728,9732,14,9735,9741,14,9743,9744,14,9746,9746,14,9750,9751,14,9753,9756,14,9758,9759,14,9761,9761,14,9764,9765,14,9767,9769,14,9771,9773,14,9776,9783,14,9787,9791,14,9793,9793,14,9795,9799,14,9812,9822,14,9824,9824,14,9827,9827,14,9829,9830,14,9832,9832,14,9851,9851,14,9854,9854,14,9856,9861,14,9874,9876,14,9878,9879,14,9881,9881,14,9883,9884,14,9888,9889,14,9895,9895,14,9898,9899,14,9904,9905,14,9917,9918,14,9924,9925,14,9928,9928,14,9934,9935,14,9937,9937,14,9939,9940,14,9961,9962,14,9968,9973,14,9975,9978,14,9981,9981,14,9986,9986,14,9989,9989,14,9998,9998,14,10000,10001,14,10004,10004,14,10013,10013,14,10024,10024,14,10052,10052,14,10060,10060,14,10067,10069,14,10083,10084,14,10133,10135,14,10160,10160,14,10548,10549,14,11035,11036,14,11093,11093,14,11647,11647,5,12330,12333,5,12336,12336,14,12441,12442,5,12953,12953,14,42608,42610,5,42654,42655,5,43010,43010,5,43019,43019,5,43045,43046,5,43052,43052,5,43188,43203,7,43232,43249,5,43302,43309,5,43346,43347,7,43392,43394,5,43443,43443,5,43446,43449,5,43452,43453,5,43493,43493,5,43567,43568,7,43571,43572,7,43587,43587,5,43597,43597,7,43696,43696,5,43703,43704,5,43713,43713,5,43756,43757,5,43765,43765,7,44003,44004,7,44006,44007,7,44009,44010,7,44013,44013,5,44033,44059,12,44061,44087,12,44089,44115,12,44117,44143,12,44145,44171,12,44173,44199,12,44201,44227,12,44229,44255,12,44257,44283,12,44285,44311,12,44313,44339,12,44341,44367,12,44369,44395,12,44397,44423,12,44425,44451,12,44453,44479,12,44481,44507,12,44509,44535,12,44537,44563,12,44565,44591,12,44593,44619,12,44621,44647,12,44649,44675,12,44677,44703,12,44705,44731,12,44733,44759,12,44761,44787,12,44789,44815,12,44817,44843,12,44845,44871,12,44873,44899,12,44901,44927,12,44929,44955,12,44957,44983,12,44985,45011,12,45013,45039,12,45041,45067,12,45069,45095,12,45097,45123,12,45125,45151,12,45153,45179,12,45181,45207,12,45209,45235,12,45237,45263,12,45265,45291,12,45293,45319,12,45321,45347,12,45349,45375,12,45377,45403,12,45405,45431,12,45433,45459,12,45461,45487,12,45489,45515,12,45517,45543,12,45545,45571,12,45573,45599,12,45601,45627,12,45629,45655,12,45657,45683,12,45685,45711,12,45713,45739,12,45741,45767,12,45769,45795,12,45797,45823,12,45825,45851,12,45853,45879,12,45881,45907,12,45909,45935,12,45937,45963,12,45965,45991,12,45993,46019,12,46021,46047,12,46049,46075,12,46077,46103,12,46105,46131,12,46133,46159,12,46161,46187,12,46189,46215,12,46217,46243,12,46245,46271,12,46273,46299,12,46301,46327,12,46329,46355,12,46357,46383,12,46385,46411,12,46413,46439,12,46441,46467,12,46469,46495,12,46497,46523,12,46525,46551,12,46553,46579,12,46581,46607,12,46609,46635,12,46637,46663,12,46665,46691,12,46693,46719,12,46721,46747,12,46749,46775,12,46777,46803,12,46805,46831,12,46833,46859,12,46861,46887,12,46889,46915,12,46917,46943,12,46945,46971,12,46973,46999,12,47001,47027,12,47029,47055,12,47057,47083,12,47085,47111,12,47113,47139,12,47141,47167,12,47169,47195,12,47197,47223,12,47225,47251,12,47253,47279,12,47281,47307,12,47309,47335,12,47337,47363,12,47365,47391,12,47393,47419,12,47421,47447,12,47449,47475,12,47477,47503,12,47505,47531,12,47533,47559,12,47561,47587,12,47589,47615,12,47617,47643,12,47645,47671,12,47673,47699,12,47701,47727,12,47729,47755,12,47757,47783,12,47785,47811,12,47813,47839,12,47841,47867,12,47869,47895,12,47897,47923,12,47925,47951,12,47953,47979,12,47981,48007,12,48009,48035,12,48037,48063,12,48065,48091,12,48093,48119,12,48121,48147,12,48149,48175,12,48177,48203,12,48205,48231,12,48233,48259,12,48261,48287,12,48289,48315,12,48317,48343,12,48345,48371,12,48373,48399,12,48401,48427,12,48429,48455,12,48457,48483,12,48485,48511,12,48513,48539,12,48541,48567,12,48569,48595,12,48597,48623,12,48625,48651,12,48653,48679,12,48681,48707,12,48709,48735,12,48737,48763,12,48765,48791,12,48793,48819,12,48821,48847,12,48849,48875,12,48877,48903,12,48905,48931,12,48933,48959,12,48961,48987,12,48989,49015,12,49017,49043,12,49045,49071,12,49073,49099,12,49101,49127,12,49129,49155,12,49157,49183,12,49185,49211,12,49213,49239,12,49241,49267,12,49269,49295,12,49297,49323,12,49325,49351,12,49353,49379,12,49381,49407,12,49409,49435,12,49437,49463,12,49465,49491,12,49493,49519,12,49521,49547,12,49549,49575,12,49577,49603,12,49605,49631,12,49633,49659,12,49661,49687,12,49689,49715,12,49717,49743,12,49745,49771,12,49773,49799,12,49801,49827,12,49829,49855,12,49857,49883,12,49885,49911,12,49913,49939,12,49941,49967,12,49969,49995,12,49997,50023,12,50025,50051,12,50053,50079,12,50081,50107,12,50109,50135,12,50137,50163,12,50165,50191,12,50193,50219,12,50221,50247,12,50249,50275,12,50277,50303,12,50305,50331,12,50333,50359,12,50361,50387,12,50389,50415,12,50417,50443,12,50445,50471,12,50473,50499,12,50501,50527,12,50529,50555,12,50557,50583,12,50585,50611,12,50613,50639,12,50641,50667,12,50669,50695,12,50697,50723,12,50725,50751,12,50753,50779,12,50781,50807,12,50809,50835,12,50837,50863,12,50865,50891,12,50893,50919,12,50921,50947,12,50949,50975,12,50977,51003,12,51005,51031,12,51033,51059,12,51061,51087,12,51089,51115,12,51117,51143,12,51145,51171,12,51173,51199,12,51201,51227,12,51229,51255,12,51257,51283,12,51285,51311,12,51313,51339,12,51341,51367,12,51369,51395,12,51397,51423,12,51425,51451,12,51453,51479,12,51481,51507,12,51509,51535,12,51537,51563,12,51565,51591,12,51593,51619,12,51621,51647,12,51649,51675,12,51677,51703,12,51705,51731,12,51733,51759,12,51761,51787,12,51789,51815,12,51817,51843,12,51845,51871,12,51873,51899,12,51901,51927,12,51929,51955,12,51957,51983,12,51985,52011,12,52013,52039,12,52041,52067,12,52069,52095,12,52097,52123,12,52125,52151,12,52153,52179,12,52181,52207,12,52209,52235,12,52237,52263,12,52265,52291,12,52293,52319,12,52321,52347,12,52349,52375,12,52377,52403,12,52405,52431,12,52433,52459,12,52461,52487,12,52489,52515,12,52517,52543,12,52545,52571,12,52573,52599,12,52601,52627,12,52629,52655,12,52657,52683,12,52685,52711,12,52713,52739,12,52741,52767,12,52769,52795,12,52797,52823,12,52825,52851,12,52853,52879,12,52881,52907,12,52909,52935,12,52937,52963,12,52965,52991,12,52993,53019,12,53021,53047,12,53049,53075,12,53077,53103,12,53105,53131,12,53133,53159,12,53161,53187,12,53189,53215,12,53217,53243,12,53245,53271,12,53273,53299,12,53301,53327,12,53329,53355,12,53357,53383,12,53385,53411,12,53413,53439,12,53441,53467,12,53469,53495,12,53497,53523,12,53525,53551,12,53553,53579,12,53581,53607,12,53609,53635,12,53637,53663,12,53665,53691,12,53693,53719,12,53721,53747,12,53749,53775,12,53777,53803,12,53805,53831,12,53833,53859,12,53861,53887,12,53889,53915,12,53917,53943,12,53945,53971,12,53973,53999,12,54001,54027,12,54029,54055,12,54057,54083,12,54085,54111,12,54113,54139,12,54141,54167,12,54169,54195,12,54197,54223,12,54225,54251,12,54253,54279,12,54281,54307,12,54309,54335,12,54337,54363,12,54365,54391,12,54393,54419,12,54421,54447,12,54449,54475,12,54477,54503,12,54505,54531,12,54533,54559,12,54561,54587,12,54589,54615,12,54617,54643,12,54645,54671,12,54673,54699,12,54701,54727,12,54729,54755,12,54757,54783,12,54785,54811,12,54813,54839,12,54841,54867,12,54869,54895,12,54897,54923,12,54925,54951,12,54953,54979,12,54981,55007,12,55009,55035,12,55037,55063,12,55065,55091,12,55093,55119,12,55121,55147,12,55149,55175,12,55177,55203,12,55243,55291,10,65024,65039,5,65279,65279,4,65520,65528,4,66045,66045,5,66422,66426,5,68101,68102,5,68152,68154,5,68325,68326,5,69291,69292,5,69632,69632,7,69634,69634,7,69759,69761,5]")}var Zn=3;function Dt(e,t,n,r){var i=new vt(e,t,n);return i.ComputeDiff(r)}var It=function(){function e(t){for(var n=[],r=[],i=0,o=t.length;i0&&n.originalLength<20&&n.modifiedLength>0&&n.modifiedLength<20&&o()){var _=r.createCharSequence(t,n.originalStart,n.originalStart+n.originalLength-1),b=i.createCharSequence(t,n.modifiedStart,n.modifiedStart+n.modifiedLength-1),S=Dt(_,b,o,!0).changes;l&&(S=Kn(S)),p=[];for(var F=0,k=S.length;F1&&k>1;){var I=b.charCodeAt(F-2),m=S.charCodeAt(k-2);if(I!==m)break;F--,k--}(F>1||k>1)&&this._pushTrimWhitespaceCharChange(l,u+1,1,F,a+1,1,k)}{for(var g=Ye(b,1),v=Ye(S,1),w=b.length+1,C=S.length+1;g255?255:e|0}function be(e){return e<0?0:e>4294967295?4294967295:e|0}var tr=function(){function e(t,n){this.index=t,this.remainder=n}return e}(),nr=function(){function e(t){this.values=t,this.prefixSum=new Uint32Array(t.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}return e.prototype.insertValues=function(t,n){t=be(t);var r=this.values,i=this.prefixSum,o=n.length;return o===0?!1:(this.values=new Uint32Array(r.length+o),this.values.set(r.subarray(0,t),0),this.values.set(r.subarray(t),t+o),this.values.set(n,t),t-1=0&&this.prefixSum.set(i.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.changeValue=function(t,n){return t=be(t),n=be(n),this.values[t]===n?!1:(this.values[t]=n,t-1=r.length)return!1;var o=r.length-t;return n>=o&&(n=o),n===0?!1:(this.values=new Uint32Array(r.length-n),this.values.set(r.subarray(0,t),0),this.values.set(r.subarray(t+n),t),this.prefixSum=new Uint32Array(this.values.length),t-1=0&&this.prefixSum.set(i.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.getTotalValue=function(){return this.values.length===0?0:this._getAccumulatedValue(this.values.length-1)},e.prototype.getAccumulatedValue=function(t){return t<0?0:(t=be(t),this._getAccumulatedValue(t))},e.prototype._getAccumulatedValue=function(t){if(t<=this.prefixSumValidIndex[0])return this.prefixSum[t];var n=this.prefixSumValidIndex[0]+1;n===0&&(this.prefixSum[0]=this.values[0],n++),t>=this.values.length&&(t=this.values.length-1);for(var r=n;r<=t;r++)this.prefixSum[r]=this.prefixSum[r-1]+this.values[r];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],t),this.prefixSum[t]},e.prototype.getIndexOf=function(t){t=Math.floor(t),this.getTotalValue();for(var n=0,r=this.values.length-1,i=0,o=0,s=0;n<=r;)if(i=n+(r-n)/2|0,o=this.prefixSum[i],s=o-this.values[i],t=o)n=i+1;else break;return new tr(i,t-s)},e}(),rr=function(){function e(t,n,r,i){this._uri=t,this._lines=n,this._eol=r,this._versionId=i,this._lineStarts=null}return e.prototype.dispose=function(){this._lines.length=0},e.prototype.getText=function(){return this._lines.join(this._eol)},e.prototype.onEvents=function(t){t.eol&&t.eol!==this._eol&&(this._eol=t.eol,this._lineStarts=null);for(var n=t.changes,r=0,i=n;r/?";function or(e){e===void 0&&(e="");for(var t="(-?\\d*\\.\\d\\w*)|([^",n=0,r=ir;n=0)continue;t+="\\"+i}return t+="\\s]+)",new RegExp(t,"g")}var sr=or();function ar(e){var t=sr;if(e&&e instanceof RegExp)if(e.global)t=e;else{var n="g";e.ignoreCase&&(n+="i"),e.multiline&&(n+="m"),e.unicode&&(n+="u"),t=new RegExp(e.source,n)}return t.lastIndex=0,t}function ur(e,t,n,r){var i=e-1-r,o=n.lastIndexOf(" ",i-1)+1;t.lastIndex=o;for(var s;s=t.exec(n);){var l=s.index||0;if(l<=i&&t.lastIndex>=i)return{word:s[0],startColumn:r+1+l,endColumn:r+1+t.lastIndex}}return null}function lr(e,t,n,r){var i=e-1-r;t.lastIndex=0;for(var o;o=t.exec(n);){var s=o.index||0;if(s>i)return null;if(t.lastIndex>=i)return{word:o[0],startColumn:r+1+s,endColumn:r+1+t.lastIndex}}return null}function fr(e,t,n,r){t.lastIndex=0;var i=t.exec(n);if(!i)return null;var o=i[0].indexOf(" ")>=0?lr(e,t,n,r):ur(e,t,n,r);return t.lastIndex=0,o}var xt=function(){function e(t){var n=Rt(t);this._defaultValue=n,this._asciiMap=e._createAsciiMap(n),this._map=new Map}return e._createAsciiMap=function(t){for(var n=new Uint8Array(256),r=0;r<256;r++)n[r]=t;return n},e.prototype.set=function(t,n){var r=Rt(n);t>=0&&t<256?this._asciiMap[t]=r:this._map.set(t,r)},e.prototype.get=function(t){return t>=0&&t<256?this._asciiMap[t]:this._map.get(t)||this._defaultValue},e}(),Oi=function(){function e(){this._actual=new xt(0)}return e.prototype.add=function(t){this._actual.set(t,1)},e.prototype.has=function(t){return this._actual.get(t)===1},e}(),hr=function(){function e(t,n,r){for(var i=new Uint8Array(t*n),o=0,s=t*n;on&&(n=u),l>r&&(r=l),a>r&&(r=a)}n++,r++;for(var h=new hr(r,n,0),i=0,o=t.length;i=this._maxCharCode?0:this._states.get(t,n)},e}(),Ve=null;function dr(){return Ve===null&&(Ve=new cr([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),Ve}var Ne=null;function mr(){if(Ne===null){Ne=new xt(0);for(var e=` <>'"\u3001\u3002\uFF61\uFF64\uFF0C\uFF0E\uFF1A\uFF1B\uFF1F\uFF01\uFF20\uFF03\uFF04\uFF05\uFF06\uFF0A\u2018\u201C\u3008\u300A\u300C\u300E\u3010\u3014\uFF08\uFF3B\uFF5B\uFF62\uFF63\uFF5D\uFF3D\uFF09\u3015\u3011\u300F\u300D\u300B\u3009\u201D\u2019\uFF40\uFF5E\u2026`,t=0;ti);if(i>0){var a=n.charCodeAt(i-1),h=n.charCodeAt(s);(a===40&&h===41||a===91&&h===93||a===123&&h===125)&&s--}return{range:{startLineNumber:r,startColumn:i+1,endLineNumber:r,endColumn:s+2},url:n.substring(i,s+1)}},e.computeLinks=function(t,n){n===void 0&&(n=dr());for(var r=mr(),i=[],o=1,s=t.getLineCount();o<=s;o++){for(var l=t.getLineContent(o),u=l.length,a=0,h=0,f=0,p=1,_=!1,b=!1,S=!1;a=0?(i+=r?1:-1,i<0?i=t.length-1:i%=t.length,t[i]):null},e.INSTANCE=new e,e}(),Bi=x("URDS");function _r(e){var t=this,n=!1,r;return function(){return n||(n=!0,r=e.apply(t,arguments)),r}}var z=function(){function e(t){this.element=t,this.next=e.Undefined,this.prev=e.Undefined}return e.Undefined=new e(void 0),e}(),ze=function(){function e(){this._first=z.Undefined,this._last=z.Undefined,this._size=0}return Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!0,configurable:!0}),e.prototype.isEmpty=function(){return this._first===z.Undefined},e.prototype.clear=function(){this._first=z.Undefined,this._last=z.Undefined,this._size=0},e.prototype.unshift=function(t){return this._insert(t,!1)},e.prototype.push=function(t){return this._insert(t,!0)},e.prototype._insert=function(t,n){var r=this,i=new z(t);if(this._first===z.Undefined)this._first=i,this._last=i;else if(n){var o=this._last;this._last=i,i.prev=o,o.next=i}else{var s=this._first;this._first=i,i.next=s,s.prev=i}this._size+=1;var l=!1;return function(){l||(l=!0,r._remove(i))}},e.prototype.shift=function(){if(this._first===z.Undefined)return;var t=this._first.element;return this._remove(this._first),t},e.prototype.pop=function(){if(this._last===z.Undefined)return;var t=this._last.element;return this._remove(this._last),t},e.prototype._remove=function(t){if(t.prev!==z.Undefined&&t.next!==z.Undefined){var n=t.prev;n.next=t.next,t.next.prev=n}else t.prev===z.Undefined&&t.next===z.Undefined?(this._first=z.Undefined,this._last=z.Undefined):t.next===z.Undefined?(this._last=this._last.prev,this._last.next=z.Undefined):t.prev===z.Undefined&&(this._first=this._first.next,this._first.prev=z.Undefined);this._size-=1},e.prototype.iterator=function(){var t,n=this._first;return{next:function(){return n===z.Undefined?ue:(t?t.value=n.element:t={done:!1,value:n.element},n=n.next,t)}}},e.prototype.toArray=function(){for(var t=[],n=this._first;n!==z.Undefined;n=n.next)t.push(n.element);return t},e}(),wr=function(){var e=function(n,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,o){i.__proto__=o}||function(i,o){for(var s in o)o.hasOwnProperty(s)&&(i[s]=o[s])},e(n,r)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}(),Te;(function(e){e.None=function(){return ne.None};function t(m){return function(g,v,w){v===void 0&&(v=null);var C=!1,A;return A=m(function(U){return C?void 0:(A?A.dispose():C=!0,g.call(v,U))},null,w),C&&A.dispose(),A}}e.once=t;function n(m,g){return u(function(v,w,C){return w===void 0&&(w=null),m(function(A){return v.call(w,g(A))},null,C)})}e.map=n;function r(m,g){return u(function(v,w,C){return w===void 0&&(w=null),m(function(A){g(A),v.call(w,A)},null,C)})}e.forEach=r;function i(m,g){return u(function(v,w,C){return w===void 0&&(w=null),m(function(A){return g(A)&&v.call(w,A)},null,C)})}e.filter=i;function o(m){return m}e.signal=o;function s(){for(var m=[],g=0;g1)&&Y.fire(Dr),y=0},v)})},onLastListenerRemove:function(){A.dispose()}});return Y.event}e.debounce=a;function h(m){var g=new Date().getTime();return n(t(m),function(v){return new Date().getTime()-g})}e.stopwatch=h;function f(m){var g=!0,v;return i(m,function(w){var C=g||w!==v;return g=!1,v=w,C})}e.latch=f;function p(m,g,v){g===void 0&&(g=!1),v===void 0&&(v=[]);var w=v.slice(),C=m(function(W){w?w.push(W):U.fire(W)}),A=function(){w&&w.forEach(function(y){return U.fire(y)}),w=null},U=new te({onFirstListenerAdd:function(){C||(C=m(function(y){return U.fire(y)}))},onFirstListenerDidAdd:function(){w&&(g?setTimeout(A):A())},onLastListenerRemove:function(){C&&C.dispose(),C=null}});return U.event}e.buffer=p;var _=function(){function m(g){this.event=g}return m.prototype.map=function(g){return new m(n(this.event,g))},m.prototype.forEach=function(g){return new m(r(this.event,g))},m.prototype.filter=function(g){return new m(i(this.event,g))},m.prototype.reduce=function(g,v){return new m(l(this.event,g,v))},m.prototype.latch=function(){return new m(f(this.event))},m.prototype.debounce=function(g,v,w,C){return v===void 0&&(v=100),w===void 0&&(w=!1),new m(a(this.event,g,v,w,C))},m.prototype.on=function(g,v,w){return this.event(g,v,w)},m.prototype.once=function(g,v,w){return t(this.event)(g,v,w)},m}();function b(m){return new _(m)}e.chain=b;function S(m,g,v){v===void 0&&(v=function(y){return y});var w=function(){for(var y=[],Y=0;Y=0;P--){var ne=E[P];ne==="."?E.splice(P,1):ne===".."?(E.splice(P,1),z++):z&&(E.splice(P,1),z--)}if(F)for(;z--;z)E.unshift("..");return E}W.resolve=function(){for(var E="",F=!1,z=arguments.length-1;z>=-1&&!F;z--){var P=z>=0?arguments[z]:H.cwd();if(typeof P!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!P)continue;E=P+"/"+E,F=P.charAt(0)==="/"}return E=Q(ce(E.split("/"),function(ne){return!!ne}),!F).join("/"),(F?"/":"")+E||"."},W.normalize=function(E){var F=W.isAbsolute(E),z=Te(E,-1)==="/";return E=Q(ce(E.split("/"),function(P){return!!P}),!F).join("/"),!E&&!F&&(E="."),E&&z&&(E+="/"),(F?"/":"")+E},W.isAbsolute=function(E){return E.charAt(0)==="/"},W.join=function(){var E=Array.prototype.slice.call(arguments,0);return W.normalize(ce(E,function(F,z){if(typeof F!="string")throw new TypeError("Arguments to path.join must be strings");return F}).join("/"))},W.relative=function(E,F){E=W.resolve(E).substr(1),F=W.resolve(F).substr(1);function z(U){for(var Y=0;Y=0&&!(U[te]!=="");te--);return Y>te?[]:U.slice(Y,te-Y+1)}for(var P=z(E.split("/")),ne=z(F.split("/")),ue=Math.min(P.length,ne.length),ge=ue,ee=0;ee=1;--ue)if(F=E.charCodeAt(ue),F===47){if(!ne){P=ue;break}}else ne=!1;return P===-1?z?"/":".":z&&P===1?"/":E.slice(0,P)};function q(E){typeof E!="string"&&(E=E+"");var F=0,z=-1,P=!0,ne;for(ne=E.length-1;ne>=0;--ne)if(E.charCodeAt(ne)===47){if(!P){F=ne+1;break}}else z===-1&&(P=!1,z=ne+1);return z===-1?"":E.slice(F,z)}W.basename=function(E,F){var z=q(E);return F&&z.substr(-1*F.length)===F&&(z=z.substr(0,z.length-F.length)),z},W.extname=function(E){typeof E!="string"&&(E=E+"");for(var F=-1,z=0,P=-1,ne=!0,ue=0,ge=E.length-1;ge>=0;--ge){var ee=E.charCodeAt(ge);if(ee===47){if(!ne){z=ge+1;break}continue}P===-1&&(ne=!1,P=ge+1),ee===46?F===-1?F=ge:ue!==1&&(ue=1):F!==-1&&(ue=-1)}return F===-1||P===-1||ue===0||ue===1&&F===P-1&&F===z+1?"":E.slice(F,P)};function ce(E,F){if(E.filter)return E.filter(F);for(var z=[],P=0;P=0,Te=ee.indexOf("Macintosh")>=0,P=ee.indexOf("Macintosh")>=0&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,E=ee.indexOf("Linux")>=0,z=!0,ne=navigator.language,ue=ne;else if(typeof H=="object"){ce=H.platform==="win32",Te=H.platform==="darwin",E=H.platform==="linux",ne=q,ue=q;var U=Object({NODE_ENV:"production"}).VSCODE_NLS_CONFIG;if(U)try{var Y=JSON.parse(U),te=Y.availableLanguages["*"];ne=Y.locale,ue=te||q,ge=Y._translationsConfigFile}catch(L){}F=!0}var $=0;Te?$=1:ce?$=3:E&&($=2);var ve=ce,Le=Te,Je=E,xe=F,be=z,Se=P,ht=typeof self=="object"?self:typeof Q=="object"?Q:{},Ie=ht,ct=function(){if(Ie.setImmediate)return Ie.setImmediate.bind(Ie);if(typeof Ie.postMessage=="function"&&!Ie.importScripts){var S=[];Ie.addEventListener("message",function(K){if(K.data&&K.data.vscodeSetImmediateId)for(var B=0,Z=S.length;B=0}function E(L){return 55296<=L&&L<=56319}function F(L){return 56320<=L&&L<=57343}function z(L){return L>=97&&L<=102}function P(L){return L>=97&&L<=122}function ne(L){return L>=65&&L<=90}function ue(L){return P(L)||ne(L)}var ge=/^\w[\w\d+.-]*$/,ee=/^\//,D=/^\/\//;function U(L,S){if(!L.scheme&&S)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+L.authority+'", path: "'+L.path+'", query: "'+L.query+'", fragment: "'+L.fragment+'"}');if(L.scheme&&!ge.test(L.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(L.path){if(L.authority){if(!ee.test(L.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(D.test(L.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}function Y(L,S){return!L&&!S?"file":L}function te(L,S){switch(L){case"https":case"http":case"file":S?S[0]!==ve&&(S=ve+S):S=ve;break}return S}var $="",ve="/",Le=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,Je=function(){function L(S,x,O,K,B,Z){Z===void 0&&(Z=!1),typeof S=="object"?(this.scheme=S.scheme||$,this.authority=S.authority||$,this.path=S.path||$,this.query=S.query||$,this.fragment=S.fragment||$):(this.scheme=Y(S,Z),this.authority=x||$,this.path=te(this.scheme,O||$),this.query=K||$,this.fragment=B||$,U(this,Z))}return L.isUri=function(S){return S instanceof L?!0:S?typeof S.authority=="string"&&typeof S.fragment=="string"&&typeof S.path=="string"&&typeof S.query=="string"&&typeof S.scheme=="string"&&typeof S.fsPath=="function"&&typeof S.with=="function"&&typeof S.toString=="function":!1},Object.defineProperty(L.prototype,"fsPath",{get:function(){return ct(this)},enumerable:!0,configurable:!0}),L.prototype.with=function(S){if(!S)return this;var x=S.scheme,O=S.authority,K=S.path,B=S.query,Z=S.fragment;return x===void 0?x=this.scheme:x===null&&(x=$),O===void 0?O=this.authority:O===null&&(O=$),K===void 0?K=this.path:K===null&&(K=$),B===void 0?B=this.query:B===null&&(B=$),Z===void 0?Z=this.fragment:Z===null&&(Z=$),x===this.scheme&&O===this.authority&&K===this.path&&B===this.query&&Z===this.fragment?this:new be(x,O,K,B,Z)},L.parse=function(S,x){x===void 0&&(x=!1);var O=Le.exec(S);return O?new be(O[2]||$,decodeURIComponent(O[4]||$),decodeURIComponent(O[5]||$),decodeURIComponent(O[7]||$),decodeURIComponent(O[9]||$),x):new be($,$,$,$,$)},L.file=function(S){var x=$;if(ce&&(S=S.replace(/\\/g,ve)),S[0]===ve&&S[1]===ve){var O=S.indexOf(ve,2);O===-1?(x=S.substring(2),S=ve):(x=S.substring(2,O),S=S.substring(O)||ve)}return new be("file",x,S,$,$)},L.from=function(S){return new be(S.scheme,S.authority,S.path,S.query,S.fragment)},L.prototype.toString=function(S){return S===void 0&&(S=!1),dt(this,S)},L.prototype.toJSON=function(){return this},L.revive=function(S){if(S){if(S instanceof L)return S;var x=new be(S);return x._formatted=S.external,x._fsPath=S._sep===xe?S.fsPath:null,x}else return S},L}(),xe=ce?1:void 0,be=function(L){Q(S,L);function S(){var x=L!==null&&L.apply(this,arguments)||this;return x._formatted=null,x._fsPath=null,x}return Object.defineProperty(S.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=ct(this)),this._fsPath},enumerable:!0,configurable:!0}),S.prototype.toString=function(x){return x===void 0&&(x=!1),x?dt(this,!0):(this._formatted||(this._formatted=dt(this,!1)),this._formatted)},S.prototype.toJSON=function(){var x={$mid:1};return this._fsPath&&(x.fsPath=this._fsPath,x._sep=xe),this._formatted&&(x.external=this._formatted),this.path&&(x.path=this.path),this.scheme&&(x.scheme=this.scheme),this.authority&&(x.authority=this.authority),this.query&&(x.query=this.query),this.fragment&&(x.fragment=this.fragment),x},S}(Je),Se=(q={},q[58]="%3A",q[47]="%2F",q[63]="%3F",q[35]="%23",q[91]="%5B",q[93]="%5D",q[64]="%40",q[33]="%21",q[36]="%24",q[38]="%26",q[39]="%27",q[40]="%28",q[41]="%29",q[42]="%2A",q[43]="%2B",q[44]="%2C",q[59]="%3B",q[61]="%3D",q[32]="%20",q);function ht(L,S){for(var x=void 0,O=-1,K=0;K=97&&B<=122||B>=65&&B<=90||B>=48&&B<=57||B===45||B===46||B===95||B===126||S&&B===47)O!==-1&&(x+=encodeURIComponent(L.substring(O,K)),O=-1),x!==void 0&&(x+=L.charAt(K));else{x===void 0&&(x=L.substr(0,K));var Z=Se[B];Z!==void 0?(O!==-1&&(x+=encodeURIComponent(L.substring(O,K)),O=-1),x+=Z):O===-1&&(O=K)}}return O!==-1&&(x+=encodeURIComponent(L.substring(O))),x!==void 0?x:L}function Ie(L){for(var S=void 0,x=0;x1&&L.scheme==="file"?S="//"+L.authority+L.path:L.path.charCodeAt(0)===47&&(L.path.charCodeAt(1)>=65&&L.path.charCodeAt(1)<=90||L.path.charCodeAt(1)>=97&&L.path.charCodeAt(1)<=122)&&L.path.charCodeAt(2)===58?S=L.path[1].toLowerCase()+L.path.substr(2):S=L.path,ce&&(S=S.replace(/\//g,"\\")),S}function dt(L,S){var x=S?Ie:ht,O="",K=L.scheme,B=L.authority,Z=L.path,Ze=L.query,ft=L.fragment;if(K&&(O+=K,O+=":"),(B||K==="file")&&(O+=ve,O+=ve),B){var ke=B.indexOf("@");if(ke!==-1){var qe=B.substr(0,ke);B=B.substr(ke+1),ke=qe.indexOf(":"),ke===-1?O+=x(qe,!1):(O+=x(qe.substr(0,ke),!1),O+=":",O+=x(qe.substr(ke+1),!1)),O+="@"}B=B.toLowerCase(),ke=B.indexOf(":"),ke===-1?O+=x(B,!1):(O+=x(B.substr(0,ke),!1),O+=B.substr(ke))}if(Z){if(Z.length>=3&&Z.charCodeAt(0)===47&&Z.charCodeAt(2)===58){var Me=Z.charCodeAt(1);Me>=65&&Me<=90&&(Z="/"+String.fromCharCode(Me+32)+":"+Z.substr(3))}else if(Z.length>=2&&Z.charCodeAt(1)===58){var Me=Z.charCodeAt(0);Me>=65&&Me<=90&&(Z=String.fromCharCode(Me+32)+":"+Z.substr(2))}O+=x(Z,!0)}return Ze&&(O+="?",O+=x(Ze,!1)),ft&&(O+="#",O+=S?ft:ht(ft,!1)),O}}).call(this,J("Q2Ig"))},Q2Ig:function(Pe,W,J){W.nextTick=function(Q){var q=Array.prototype.slice.call(arguments);q.shift(),setTimeout(function(){Q.apply(null,q)},0)},W.platform=W.arch=W.execPath=W.title="browser",W.pid=1,W.browser=!0,W.env={},W.argv=[],W.binding=function(H){throw new Error("No such module. (Possibly not yet loaded)")},function(){var H="/",Q;W.cwd=function(){return H},W.chdir=function(q){Q||(Q=J("33yf")),H=Q.resolve(q,H)}}(),W.exit=W.kill=W.umask=W.dlopen=W.uptime=W.memoryUsage=W.uvCounters=function(){},W.features={}},URDS:function(Pe,W,J){(function(H){/*! +(function(Pe){var W={};function J(H){if(W[H])return W[H].exports;var Q=W[H]={i:H,l:!1,exports:{}};return Pe[H].call(Q.exports,Q,Q.exports,J),Q.l=!0,Q.exports}return J.m=Pe,J.c=W,J.d=function(H,Q,q){J.o(H,Q)||Object.defineProperty(H,Q,{enumerable:!0,get:q})},J.r=function(H){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(H,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(H,"__esModule",{value:!0})},J.t=function(H,Q){if(Q&1&&(H=J(H)),Q&8)return H;if(Q&4&&typeof H=="object"&&H&&H.__esModule)return H;var q=Object.create(null);if(J.r(q),Object.defineProperty(q,"default",{enumerable:!0,value:H}),Q&2&&typeof H!="string")for(var ce in H)J.d(q,ce,function(Te){return H[Te]}.bind(null,ce));return q},J.n=function(H){var Q=H&&H.__esModule?function(){return H.default}:function(){return H};return J.d(Q,"a",Q),Q},J.o=function(H,Q){return Object.prototype.hasOwnProperty.call(H,Q)},J.p="/react/build/",J(J.s="ZUp1")})({"33yf":function(Pe,W,J){(function(H){function Q(E,F){for(var z=0,P=E.length-1;P>=0;P--){var ne=E[P];ne==="."?E.splice(P,1):ne===".."?(E.splice(P,1),z++):z&&(E.splice(P,1),z--)}if(F)for(;z--;z)E.unshift("..");return E}W.resolve=function(){for(var E="",F=!1,z=arguments.length-1;z>=-1&&!F;z--){var P=z>=0?arguments[z]:H.cwd();if(typeof P!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!P)continue;E=P+"/"+E,F=P.charAt(0)==="/"}return E=Q(ce(E.split("/"),function(ne){return!!ne}),!F).join("/"),(F?"/":"")+E||"."},W.normalize=function(E){var F=W.isAbsolute(E),z=Te(E,-1)==="/";return E=Q(ce(E.split("/"),function(P){return!!P}),!F).join("/"),!E&&!F&&(E="."),E&&z&&(E+="/"),(F?"/":"")+E},W.isAbsolute=function(E){return E.charAt(0)==="/"},W.join=function(){var E=Array.prototype.slice.call(arguments,0);return W.normalize(ce(E,function(F,z){if(typeof F!="string")throw new TypeError("Arguments to path.join must be strings");return F}).join("/"))},W.relative=function(E,F){E=W.resolve(E).substr(1),F=W.resolve(F).substr(1);function z(U){for(var Y=0;Y=0&&!(U[te]!=="");te--);return Y>te?[]:U.slice(Y,te-Y+1)}for(var P=z(E.split("/")),ne=z(F.split("/")),ue=Math.min(P.length,ne.length),ge=ue,ee=0;ee=1;--ue)if(F=E.charCodeAt(ue),F===47){if(!ne){P=ue;break}}else ne=!1;return P===-1?z?"/":".":z&&P===1?"/":E.slice(0,P)};function q(E){typeof E!="string"&&(E=E+"");var F=0,z=-1,P=!0,ne;for(ne=E.length-1;ne>=0;--ne)if(E.charCodeAt(ne)===47){if(!P){F=ne+1;break}}else z===-1&&(P=!1,z=ne+1);return z===-1?"":E.slice(F,z)}W.basename=function(E,F){var z=q(E);return F&&z.substr(-1*F.length)===F&&(z=z.substr(0,z.length-F.length)),z},W.extname=function(E){typeof E!="string"&&(E=E+"");for(var F=-1,z=0,P=-1,ne=!0,ue=0,ge=E.length-1;ge>=0;--ge){var ee=E.charCodeAt(ge);if(ee===47){if(!ne){z=ge+1;break}continue}P===-1&&(ne=!1,P=ge+1),ee===46?F===-1?F=ge:ue!==1&&(ue=1):F!==-1&&(ue=-1)}return F===-1||P===-1||ue===0||ue===1&&F===P-1&&F===z+1?"":E.slice(F,P)};function ce(E,F){if(E.filter)return E.filter(F);for(var z=[],P=0;P=0,Te=ee.indexOf("Macintosh")>=0,P=ee.indexOf("Macintosh")>=0&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,E=ee.indexOf("Linux")>=0,z=!0,ne=navigator.language,ue=ne;else if(typeof H=="object"){ce=H.platform==="win32",Te=H.platform==="darwin",E=H.platform==="linux",ne=q,ue=q;var U=Object({NODE_ENV:"production"}).VSCODE_NLS_CONFIG;if(U)try{var Y=JSON.parse(U),te=Y.availableLanguages["*"];ne=Y.locale,ue=te||q,ge=Y._translationsConfigFile}catch(L){}F=!0}var $=0;Te?$=1:ce?$=3:E&&($=2);var ve=ce,Le=Te,Je=E,xe=F,be=z,Se=P,ht=typeof self=="object"?self:typeof Q=="object"?Q:{},Ie=ht,ct=function(){if(Ie.setImmediate)return Ie.setImmediate.bind(Ie);if(typeof Ie.postMessage=="function"&&!Ie.importScripts){var S=[];Ie.addEventListener("message",function(K){if(K.data&&K.data.vscodeSetImmediateId)for(var B=0,Z=S.length;B=0}function E(L){return 55296<=L&&L<=56319}function F(L){return 56320<=L&&L<=57343}function z(L){return L>=97&&L<=102}function P(L){return L>=97&&L<=122}function ne(L){return L>=65&&L<=90}function ue(L){return P(L)||ne(L)}var ge=/^\w[\w\d+.-]*$/,ee=/^\//,D=/^\/\//;function U(L,S){if(!L.scheme&&S)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+L.authority+'", path: "'+L.path+'", query: "'+L.query+'", fragment: "'+L.fragment+'"}');if(L.scheme&&!ge.test(L.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(L.path){if(L.authority){if(!ee.test(L.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(D.test(L.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}function Y(L,S){return!L&&!S?"file":L}function te(L,S){switch(L){case"https":case"http":case"file":S?S[0]!==ve&&(S=ve+S):S=ve;break}return S}var $="",ve="/",Le=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,Je=function(){function L(S,x,O,K,B,Z){Z===void 0&&(Z=!1),typeof S=="object"?(this.scheme=S.scheme||$,this.authority=S.authority||$,this.path=S.path||$,this.query=S.query||$,this.fragment=S.fragment||$):(this.scheme=Y(S,Z),this.authority=x||$,this.path=te(this.scheme,O||$),this.query=K||$,this.fragment=B||$,U(this,Z))}return L.isUri=function(S){return S instanceof L?!0:S?typeof S.authority=="string"&&typeof S.fragment=="string"&&typeof S.path=="string"&&typeof S.query=="string"&&typeof S.scheme=="string"&&typeof S.fsPath=="function"&&typeof S.with=="function"&&typeof S.toString=="function":!1},Object.defineProperty(L.prototype,"fsPath",{get:function(){return ct(this)},enumerable:!0,configurable:!0}),L.prototype.with=function(S){if(!S)return this;var x=S.scheme,O=S.authority,K=S.path,B=S.query,Z=S.fragment;return x===void 0?x=this.scheme:x===null&&(x=$),O===void 0?O=this.authority:O===null&&(O=$),K===void 0?K=this.path:K===null&&(K=$),B===void 0?B=this.query:B===null&&(B=$),Z===void 0?Z=this.fragment:Z===null&&(Z=$),x===this.scheme&&O===this.authority&&K===this.path&&B===this.query&&Z===this.fragment?this:new be(x,O,K,B,Z)},L.parse=function(S,x){x===void 0&&(x=!1);var O=Le.exec(S);return O?new be(O[2]||$,decodeURIComponent(O[4]||$),decodeURIComponent(O[5]||$),decodeURIComponent(O[7]||$),decodeURIComponent(O[9]||$),x):new be($,$,$,$,$)},L.file=function(S){var x=$;if(ce&&(S=S.replace(/\\/g,ve)),S[0]===ve&&S[1]===ve){var O=S.indexOf(ve,2);O===-1?(x=S.substring(2),S=ve):(x=S.substring(2,O),S=S.substring(O)||ve)}return new be("file",x,S,$,$)},L.from=function(S){return new be(S.scheme,S.authority,S.path,S.query,S.fragment)},L.prototype.toString=function(S){return S===void 0&&(S=!1),dt(this,S)},L.prototype.toJSON=function(){return this},L.revive=function(S){if(S){if(S instanceof L)return S;var x=new be(S);return x._formatted=S.external,x._fsPath=S._sep===xe?S.fsPath:null,x}else return S},L}(),xe=ce?1:void 0,be=function(L){Q(S,L);function S(){var x=L!==null&&L.apply(this,arguments)||this;return x._formatted=null,x._fsPath=null,x}return Object.defineProperty(S.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=ct(this)),this._fsPath},enumerable:!0,configurable:!0}),S.prototype.toString=function(x){return x===void 0&&(x=!1),x?dt(this,!0):(this._formatted||(this._formatted=dt(this,!1)),this._formatted)},S.prototype.toJSON=function(){var x={$mid:1};return this._fsPath&&(x.fsPath=this._fsPath,x._sep=xe),this._formatted&&(x.external=this._formatted),this.path&&(x.path=this.path),this.scheme&&(x.scheme=this.scheme),this.authority&&(x.authority=this.authority),this.query&&(x.query=this.query),this.fragment&&(x.fragment=this.fragment),x},S}(Je),Se=(q={},q[58]="%3A",q[47]="%2F",q[63]="%3F",q[35]="%23",q[91]="%5B",q[93]="%5D",q[64]="%40",q[33]="%21",q[36]="%24",q[38]="%26",q[39]="%27",q[40]="%28",q[41]="%29",q[42]="%2A",q[43]="%2B",q[44]="%2C",q[59]="%3B",q[61]="%3D",q[32]="%20",q);function ht(L,S){for(var x=void 0,O=-1,K=0;K=97&&B<=122||B>=65&&B<=90||B>=48&&B<=57||B===45||B===46||B===95||B===126||S&&B===47)O!==-1&&(x+=encodeURIComponent(L.substring(O,K)),O=-1),x!==void 0&&(x+=L.charAt(K));else{x===void 0&&(x=L.substr(0,K));var Z=Se[B];Z!==void 0?(O!==-1&&(x+=encodeURIComponent(L.substring(O,K)),O=-1),x+=Z):O===-1&&(O=K)}}return O!==-1&&(x+=encodeURIComponent(L.substring(O))),x!==void 0?x:L}function Ie(L){for(var S=void 0,x=0;x1&&L.scheme==="file"?S="//"+L.authority+L.path:L.path.charCodeAt(0)===47&&(L.path.charCodeAt(1)>=65&&L.path.charCodeAt(1)<=90||L.path.charCodeAt(1)>=97&&L.path.charCodeAt(1)<=122)&&L.path.charCodeAt(2)===58?S=L.path[1].toLowerCase()+L.path.substr(2):S=L.path,ce&&(S=S.replace(/\//g,"\\")),S}function dt(L,S){var x=S?Ie:ht,O="",K=L.scheme,B=L.authority,Z=L.path,Ze=L.query,ft=L.fragment;if(K&&(O+=K,O+=":"),(B||K==="file")&&(O+=ve,O+=ve),B){var ke=B.indexOf("@");if(ke!==-1){var qe=B.substr(0,ke);B=B.substr(ke+1),ke=qe.indexOf(":"),ke===-1?O+=x(qe,!1):(O+=x(qe.substr(0,ke),!1),O+=":",O+=x(qe.substr(ke+1),!1)),O+="@"}B=B.toLowerCase(),ke=B.indexOf(":"),ke===-1?O+=x(B,!1):(O+=x(B.substr(0,ke),!1),O+=B.substr(ke))}if(Z){if(Z.length>=3&&Z.charCodeAt(0)===47&&Z.charCodeAt(2)===58){var Me=Z.charCodeAt(1);Me>=65&&Me<=90&&(Z="/"+String.fromCharCode(Me+32)+":"+Z.substr(3))}else if(Z.length>=2&&Z.charCodeAt(1)===58){var Me=Z.charCodeAt(0);Me>=65&&Me<=90&&(Z=String.fromCharCode(Me+32)+":"+Z.substr(2))}O+=x(Z,!0)}return Ze&&(O+="?",O+=x(Ze,!1)),ft&&(O+="#",O+=S?ft:ht(ft,!1)),O}}).call(this,J("Q2Ig"))},Q2Ig:function(Pe,W,J){W.nextTick=function(Q){var q=Array.prototype.slice.call(arguments);q.shift(),setTimeout(function(){Q.apply(null,q)},0)},W.platform=W.arch=W.execPath=W.title="browser",W.pid=1,W.browser=!0,W.env={},W.argv=[],W.binding=function(H){throw new Error("No such module. (Possibly not yet loaded)")},function(){var H="/",Q;W.cwd=function(){return H},W.chdir=function(q){Q||(Q=J("33yf")),H=Q.resolve(q,H)}}(),W.exit=W.kill=W.umask=W.dlopen=W.uptime=W.memoryUsage=W.uvCounters=function(){},W.features={}},URDS:function(Pe,W,J){(function(H){/*! Copyright (c) 2014 Taylor Hakes Copyright (c) 2014 Forbes Lindesay */(function(Q,q){q()})(this,function(){"use strict";function Q(D){var U=this.constructor;return this.then(function(Y){return U.resolve(D()).then(function(){return Y})},function(Y){return U.resolve(D()).then(function(){return U.reject(Y)})})}var q=setTimeout;function ce(){}function Te(D,U){return function(){D.apply(U,arguments)}}function E(D){if(!(this instanceof E))throw new TypeError("Promises must be constructed via new");if(typeof D!="function")throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],ge(D,this)}function F(D,U){for(;D._state===3;)D=D._value;if(D._state===0){D._deferreds.push(U);return}D._handled=!0,E._immediateFn(function(){var Y=D._state===1?U.onFulfilled:U.onRejected;if(Y===null){(D._state===1?z:P)(U.promise,D._value);return}var te;try{te=Y(D._value)}catch($){P(U.promise,$);return}z(U.promise,te)})}function z(D,U){try{if(U===D)throw new TypeError("A promise cannot be resolved with itself.");if(U&&(typeof U=="object"||typeof U=="function")){var Y=U.then;if(U instanceof E){D._state=3,D._value=U,ne(D);return}else if(typeof Y=="function"){ge(Te(Y,U),D);return}}D._state=1,D._value=U,ne(D)}catch(te){P(D,te)}}function P(D,U){D._state=2,D._value=U,ne(D)}function ne(D){D._state===2&&D._deferreds.length===0&&E._immediateFn(function(){D._handled||E._unhandledRejectionFn(D._value)});for(var U=0,Y=D._deferreds.length;U window.ENV = "newTest"; - + @@ -46,6 +46,6 @@
- + diff --git a/json.worker.js b/json.worker.js index 8a42ce0f69..3db21be990 100644 --- a/json.worker.js +++ b/json.worker.js @@ -1,4 +1,4 @@ -(function(De){var W={};function z(j){if(W[j])return W[j].exports;var Q=W[j]={i:j,l:!1,exports:{}};return De[j].call(Q.exports,Q,Q.exports,z),Q.l=!0,Q.exports}return z.m=De,z.c=W,z.d=function(j,Q,G){z.o(j,Q)||Object.defineProperty(j,Q,{enumerable:!0,get:G})},z.r=function(j){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(j,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(j,"__esModule",{value:!0})},z.t=function(j,Q){if(Q&1&&(j=z(j)),Q&8)return j;if(Q&4&&typeof j=="object"&&j&&j.__esModule)return j;var G=Object.create(null);if(z.r(G),Object.defineProperty(G,"default",{enumerable:!0,value:j}),Q&2&&typeof j!="string")for(var fe in j)z.d(G,fe,function(be){return j[be]}.bind(null,fe));return G},z.n=function(j){var Q=j&&j.__esModule?function(){return j.default}:function(){return j};return z.d(Q,"a",Q),Q},z.o=function(j,Q){return Object.prototype.hasOwnProperty.call(j,Q)},z.p="/",z(z.s="8Z8O")})({"33yf":function(De,W,z){(function(j){function Q(x,R){for(var q=0,V=x.length-1;V>=0;V--){var ie=x[V];ie==="."?x.splice(V,1):ie===".."?(x.splice(V,1),q++):q&&(x.splice(V,1),q--)}if(R)for(;q--;q)x.unshift("..");return x}W.resolve=function(){for(var x="",R=!1,q=arguments.length-1;q>=-1&&!R;q--){var V=q>=0?arguments[q]:j.cwd();if(typeof V!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!V)continue;x=V+"/"+x,R=V.charAt(0)==="/"}return x=Q(fe(x.split("/"),function(ie){return!!ie}),!R).join("/"),(R?"/":"")+x||"."},W.normalize=function(x){var R=W.isAbsolute(x),q=be(x,-1)==="/";return x=Q(fe(x.split("/"),function(V){return!!V}),!R).join("/"),!x&&!R&&(x="."),x&&q&&(x+="/"),(R?"/":"")+x},W.isAbsolute=function(x){return x.charAt(0)==="/"},W.join=function(){var x=Array.prototype.slice.call(arguments,0);return W.normalize(fe(x,function(R,q){if(typeof R!="string")throw new TypeError("Arguments to path.join must be strings");return R}).join("/"))},W.relative=function(x,R){x=W.resolve(x).substr(1),R=W.resolve(R).substr(1);function q(U){for(var J=0;J=0&&!(U[re]!=="");re--);return J>re?[]:U.slice(J,re-J+1)}for(var V=q(x.split("/")),ie=q(R.split("/")),le=Math.min(V.length,ie.length),me=le,te=0;te=1;--le)if(R=x.charCodeAt(le),R===47){if(!ie){V=le;break}}else ie=!1;return V===-1?q?"/":".":q&&V===1?"/":x.slice(0,V)};function G(x){typeof x!="string"&&(x=x+"");var R=0,q=-1,V=!0,ie;for(ie=x.length-1;ie>=0;--ie)if(x.charCodeAt(ie)===47){if(!V){R=ie+1;break}}else q===-1&&(V=!1,q=ie+1);return q===-1?"":x.slice(R,q)}W.basename=function(x,R){var q=G(x);return R&&q.substr(-1*R.length)===R&&(q=q.substr(0,q.length-R.length)),q},W.extname=function(x){typeof x!="string"&&(x=x+"");for(var R=-1,q=0,V=-1,ie=!0,le=0,me=x.length-1;me>=0;--me){var te=x.charCodeAt(me);if(te===47){if(!ie){q=me+1;break}continue}V===-1&&(ie=!1,V=me+1),te===46?R===-1?R=me:le!==1&&(le=1):R!==-1&&(le=-1)}return R===-1||V===-1||le===0||le===1&&R===V-1&&R===q+1?"":x.slice(R,V)};function fe(x,R){if(x.filter)return x.filter(R);for(var q=[],V=0;V=0;V--){var ie=x[V];ie==="."?x.splice(V,1):ie===".."?(x.splice(V,1),q++):q&&(x.splice(V,1),q--)}if(R)for(;q--;q)x.unshift("..");return x}W.resolve=function(){for(var x="",R=!1,q=arguments.length-1;q>=-1&&!R;q--){var V=q>=0?arguments[q]:j.cwd();if(typeof V!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!V)continue;x=V+"/"+x,R=V.charAt(0)==="/"}return x=Q(fe(x.split("/"),function(ie){return!!ie}),!R).join("/"),(R?"/":"")+x||"."},W.normalize=function(x){var R=W.isAbsolute(x),q=be(x,-1)==="/";return x=Q(fe(x.split("/"),function(V){return!!V}),!R).join("/"),!x&&!R&&(x="."),x&&q&&(x+="/"),(R?"/":"")+x},W.isAbsolute=function(x){return x.charAt(0)==="/"},W.join=function(){var x=Array.prototype.slice.call(arguments,0);return W.normalize(fe(x,function(R,q){if(typeof R!="string")throw new TypeError("Arguments to path.join must be strings");return R}).join("/"))},W.relative=function(x,R){x=W.resolve(x).substr(1),R=W.resolve(R).substr(1);function q(U){for(var J=0;J=0&&!(U[re]!=="");re--);return J>re?[]:U.slice(J,re-J+1)}for(var V=q(x.split("/")),ie=q(R.split("/")),le=Math.min(V.length,ie.length),me=le,te=0;te=1;--le)if(R=x.charCodeAt(le),R===47){if(!ie){V=le;break}}else ie=!1;return V===-1?q?"/":".":q&&V===1?"/":x.slice(0,V)};function G(x){typeof x!="string"&&(x=x+"");var R=0,q=-1,V=!0,ie;for(ie=x.length-1;ie>=0;--ie)if(x.charCodeAt(ie)===47){if(!V){R=ie+1;break}}else q===-1&&(V=!1,q=ie+1);return q===-1?"":x.slice(R,q)}W.basename=function(x,R){var q=G(x);return R&&q.substr(-1*R.length)===R&&(q=q.substr(0,q.length-R.length)),q},W.extname=function(x){typeof x!="string"&&(x=x+"");for(var R=-1,q=0,V=-1,ie=!0,le=0,me=x.length-1;me>=0;--me){var te=x.charCodeAt(me);if(te===47){if(!ie){q=me+1;break}continue}V===-1&&(ie=!1,V=me+1),te===46?R===-1?R=me:le!==1&&(le=1):R!==-1&&(le=-1)}return R===-1||V===-1||le===0||le===1&&R===V-1&&R===q+1?"":x.slice(R,V)};function fe(x,R){if(x.filter)return x.filter(R);for(var q=[],V=0;V0)i=o-1;else return o}return-(n+1)}function ps(e,t){var r=0,n=e.length;if(n===0)return 0;for(;rn?e[l]=o[f++]:f>i?e[l]=o[a++]:t(o[f],o[a])<0?e[l]=o[f++]:e[l]=o[a++]}function Jt(e,t,r,n,i){if(n<=r)return;var o=r+(n-r)/2|0;if(Jt(e,t,r,o,i),Jt(e,t,o+1,n,i),t(e[o],e[o+1])<=0)return;Xi(e,t,r,o,n,i)}function gs(e,t){for(var r=[],n=void 0,i=0,o=Jr(e.slice(0),t);i0}function ws(e,t){if(!t)return e.filter(function(n,i){return e.indexOf(n)===i});var r=Object.create(null);return e.filter(function(n){var i=t(n);return r[i]?!1:(r[i]=!0,!0)})}function _s(e){var t=new Set;return e.filter(function(r){return t.has(r)?!1:(t.add(r),!0)})}function Ts(e){var t=[];return e.forEach(function(r){return t.push(r)}),t}function Ki(e,t){for(var r=0;r0?e[0]:t}function Ss(e){var t;return(t=[]).concat.apply(t,e)}function Ls(e,t){var r=typeof t=="number"?e:0;typeof t=="number"?r=e:(r=0,t=e);var n=[];if(r<=t)for(var i=r;it;i--)n.push(i);return n}function Es(e,t,r){var n=e.slice(0,t),i=e.slice(t);return n.concat(r,i)}function ks(e,t){var r=e.indexOf(t);r>-1&&(e.splice(r,1),e.unshift(t))}function Ns(e,t){var r=e.indexOf(t);r>-1&&(e.splice(r,1),e.push(t))}function xs(e,t){for(var r=0;r0||this.m_modifiedCount>0)&&this.m_changes.push(new Ye(this.m_originalStart,this.m_originalCount,this.m_modifiedStart,this.m_modifiedCount)),this.m_originalCount=0,this.m_modifiedCount=0,this.m_originalStart=1073741824,this.m_modifiedStart=1073741824},e.prototype.AddOriginalElement=function(t,r){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,r),this.m_originalCount++},e.prototype.AddModifiedElement=function(t,r){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,r),this.m_modifiedCount++},e.prototype.getChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes},e.prototype.getReverseChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes},e}(),Xr=function(){function e(t,r,n){n===void 0&&(n=null),this.ContinueProcessingPredicate=n;var i=e._getElements(t),o=i[0],a=i[1],f=i[2],l=e._getElements(r),s=l[0],u=l[1],c=l[2];this._hasStrings=f&&c,this._originalStringElements=o,this._originalElementsOrHash=a,this._modifiedStringElements=s,this._modifiedElementsOrHash=u,this.m_forwardHistory=[],this.m_reverseHistory=[]}return e._isStringArray=function(t){return t.length>0&&typeof t[0]=="string"},e._getElements=function(t){var r=t.getElements();if(e._isStringArray(r)){for(var n=new Int32Array(r.length),i=0,o=r.length;i=t&&i>=n&&this.ElementsAreEqual(r,i);)r--,i--;if(t>r||n>i){var a=void 0;return n<=i?(rt.Assert(t===r+1,"originalStart should only be one more than originalEnd"),a=[new Ye(t,0,n,i-n+1)]):t<=r?(rt.Assert(n===i+1,"modifiedStart should only be one more than modifiedEnd"),a=[new Ye(t,r-t+1,n,0)]):(rt.Assert(t===r+1,"originalStart should only be one more than originalEnd"),rt.Assert(n===i+1,"modifiedStart should only be one more than modifiedEnd"),a=[]),a}var f=[0],l=[0],s=this.ComputeRecursionPoint(t,r,n,i,f,l,o),u=f[0],c=l[0];if(s!==null)return s;if(!o[0]){var d=this.ComputeDiffRecursive(t,u,n,c,o),m=[];return o[0]?m=[new Ye(u+1,r-(u+1)+1,c+1,i-(c+1)+1)]:m=this.ComputeDiffRecursive(u+1,r,c+1,i,o),this.ConcatenateChanges(d,m)}return[new Ye(t,r-t+1,n,i-n+1)]},e.prototype.WALKTRACE=function(t,r,n,i,o,a,f,l,s,u,c,d,m,p,g,C,_,b){var h=null,w=null,v=new Zr,T=r,A=n,S=m[0]-C[0]-i,L=-1073741824,N=this.m_forwardHistory.length-1;do{var y=S+t;y===T||y=0&&(s=this.m_forwardHistory[N],t=s[0],T=1,A=s.length-1)}while(--N>=-1);if(h=v.getReverseChanges(),b[0]){var M=m[0]+1,B=C[0]+1;if(h!==null&&h.length>0){var Y=h[h.length-1];M=Math.max(M,Y.getOriginalEnd()),B=Math.max(B,Y.getModifiedEnd())}w=[new Ye(M,d-M+1,B,g-B+1)]}else{v=new Zr,T=a,A=f,S=m[0]-C[0]-l,L=1073741824,N=_?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{var y=S+o;y===T||y=u[y+1]?(c=u[y+1]-1,p=c-S-l,c>L&&v.MarkNextChange(),L=c+1,v.AddOriginalElement(c+1,p+1),S=y+1-o):(c=u[y-1],p=c-S-l,c>L&&v.MarkNextChange(),L=c,v.AddModifiedElement(c+1,p+1),S=y-1-o),N>=0&&(u=this.m_reverseHistory[N],o=u[0],T=1,A=u.length-1)}while(--N>=-1);w=v.getChanges()}return this.ConcatenateChanges(h,w)},e.prototype.ComputeRecursionPoint=function(t,r,n,i,o,a,f){var l=0,s=0,u=0,c=0,d=0,m=0;t--,n--,o[0]=0,a[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];var p=r-t+(i-n),g=p+1,C=new Int32Array(g),_=new Int32Array(g),b=i-n,h=r-t,w=t-n,v=r-i,T=h-b,A=T%2===0;C[b]=t,_[h]=r,f[0]=!1;for(var S=1;S<=p/2+1;S++){var L=0,N=0;u=this.ClipDiagonalBound(b-S,S,b,g),c=this.ClipDiagonalBound(b+S,S,b,g);for(var y=u;y<=c;y+=2){y===u||yL+N&&(L=l,N=s),!A&&Math.abs(y-h)<=S-1&&l>=_[y])return o[0]=l,a[0]=s,M<=_[y]&&1447>0&&S<=1447+1?this.WALKTRACE(b,u,c,w,h,d,m,v,C,_,l,r,o,s,i,a,A,f):null}var B=(L-t+(N-n)-S)/2;if(this.ContinueProcessingPredicate!==null&&!this.ContinueProcessingPredicate(L,B))return f[0]=!0,o[0]=L,a[0]=N,B>0&&1447>0&&S<=1447+1?this.WALKTRACE(b,u,c,w,h,d,m,v,C,_,l,r,o,s,i,a,A,f):(t++,n++,[new Ye(t,r-t+1,n,i-n+1)]);d=this.ClipDiagonalBound(h-S,S,h,g),m=this.ClipDiagonalBound(h+S,S,h,g);for(var y=d;y<=m;y+=2){y===d||y=_[y+1]?l=_[y+1]-1:l=_[y-1],s=l-(y-h)-v;for(var M=l;l>t&&s>n&&this.ElementsAreEqual(l,s);)l--,s--;if(_[y]=l,A&&Math.abs(y-b)<=S&&l<=C[y])return o[0]=l,a[0]=s,M>=C[y]&&1447>0&&S<=1447+1?this.WALKTRACE(b,u,c,w,h,d,m,v,C,_,l,r,o,s,i,a,A,f):null}if(S<=1447){var Y=new Int32Array(c-u+2);Y[0]=b-u+1,nt.Copy2(C,u,Y,1,c-u+1),this.m_forwardHistory.push(Y),Y=new Int32Array(m-d+2),Y[0]=h-d+1,nt.Copy2(_,d,Y,1,m-d+1),this.m_reverseHistory.push(Y)}}return this.WALKTRACE(b,u,c,w,h,d,m,v,C,_,l,r,o,s,i,a,A,f)},e.prototype.PrettifyChanges=function(t){for(var r=0;r0,f=n.modifiedLength>0;n.originalStart+n.originalLength=0;r--){var n=t[r],i=0,o=0;if(r>0){var s=t[r-1];s.originalLength>0&&(i=s.originalStart+s.originalLength),s.modifiedLength>0&&(o=s.modifiedStart+s.modifiedLength)}for(var a=n.originalLength>0,f=n.modifiedLength>0,u=0,c=this._boundaryScore(n.originalStart,n.originalLength,n.modifiedStart,n.modifiedLength),d=1;;d++){var m=n.originalStart-d,p=n.modifiedStart-d;if(mc&&(c=g,u=d)}n.originalStart-=u,n.modifiedStart-=u}return t},e.prototype._OriginalIsBoundary=function(t){return t<=0||t>=this._originalElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._originalStringElements[t])},e.prototype._OriginalRegionIsBoundary=function(t,r){if(this._OriginalIsBoundary(t)||this._OriginalIsBoundary(t-1))return!0;if(r>0){var n=t+r;if(this._OriginalIsBoundary(n-1)||this._OriginalIsBoundary(n))return!0}return!1},e.prototype._ModifiedIsBoundary=function(t){return t<=0||t>=this._modifiedElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[t])},e.prototype._ModifiedRegionIsBoundary=function(t,r){if(this._ModifiedIsBoundary(t)||this._ModifiedIsBoundary(t-1))return!0;if(r>0){var n=t+r;if(this._ModifiedIsBoundary(n-1)||this._ModifiedIsBoundary(n))return!0}return!1},e.prototype._boundaryScore=function(t,r,n,i){var o=this._OriginalRegionIsBoundary(t,r)?1:0,a=this._ModifiedRegionIsBoundary(n,i)?1:0;return o+a},e.prototype.ConcatenateChanges=function(t,r){var n=[];if(t.length===0||r.length===0)return r.length>0?r:t;if(this.ChangesOverlap(t[t.length-1],r[0],n)){var i=new Array(t.length+r.length-1);return nt.Copy(t,0,i,0,t.length-1),i[t.length-1]=n[0],nt.Copy(r,1,i,t.length,r.length-1),i}else{var i=new Array(t.length+r.length);return nt.Copy(t,0,i,0,t.length),nt.Copy(r,0,i,t.length,r.length),i}},e.prototype.ChangesOverlap=function(t,r,n){if(rt.Assert(t.originalStart<=r.originalStart,"Left change is not less than or equal to right change"),rt.Assert(t.modifiedStart<=r.modifiedStart,"Left change is not less than or equal to right change"),t.originalStart+t.originalLength>=r.originalStart||t.modifiedStart+t.modifiedLength>=r.modifiedStart){var i=t.originalStart,o=t.originalLength,a=t.modifiedStart,f=t.modifiedLength;return t.originalStart+t.originalLength>=r.originalStart&&(o=r.originalStart+r.originalLength-t.originalStart),t.modifiedStart+t.modifiedLength>=r.modifiedStart&&(f=r.modifiedStart+r.modifiedLength-t.modifiedStart),n[0]=new Ye(i,o,a,f),!0}else return n[0]=null,!1},e.prototype.ClipDiagonalBound=function(t,r,n,i){if(t>=0&&t=g?Ve:{done:!1,value:m[p++]}}}}e.fromArray=i;function o(m){return{next:function(){var g=m.next();return g.done?Ve:{done:!1,value:g.value}}}}e.fromNativeIterator=o;function a(m){return m?Array.isArray(m)?e.fromArray(m):m:e.empty()}e.from=a;function f(m,p){return{next:function(){var C=m.next();return C.done?Ve:{done:!1,value:p(C.value)}}}}e.map=f;function l(m,p){return{next:function(){for(;;){var C=m.next();if(C.done)return Ve;if(p(C.value))return{done:!1,value:C.value}}}}}e.filter=l;function s(m,p){for(var g=m.next();!g.done;g=m.next())p(g.value)}e.forEach=s;function u(m,p){p===void 0&&(p=Number.POSITIVE_INFINITY);var g=[];if(p===0)return g;for(var C=0,_=m.next();!_.done&&!(g.push(_.value),++C>=p);_=m.next());return g}e.collect=u;function c(){for(var m=[],p=0;p=m.length)return Ve;var _=m[g],b=_.next();return b.done?(g++,this.next()):b}}}e.concat=c;function d(m){return new oo(m)}e.chain=d})(kt||(kt={}));var oo=function(){function e(t){this.it=t}return e.prototype.next=function(){return this.it.next()},e}();function Ms(e){return Array.isArray(e)?kt.fromArray(e):e||kt.empty()}var ao=function(){function e(t,r,n,i){r===void 0&&(r=0),n===void 0&&(n=t.length),i===void 0&&(i=r-1),this.items=t,this.start=r,this.end=n,this.index=i}return e.prototype.first=function(){return this.index=this.start,this.current()},e.prototype.next=function(){return this.index=Math.min(this.index+1,this.end),this.current()},e.prototype.current=function(){return this.index===this.start-1||this.index===this.end?null:this.items[this.index]},e}(),Fs=function(e){io(t,e);function t(r,n,i,o){return n===void 0&&(n=0),i===void 0&&(i=r.length),o===void 0&&(o=n-1),e.call(this,r,n,i,o)||this}return t.prototype.current=function(){return e.prototype.current.call(this)},t.prototype.previous=function(){return this.index=Math.max(this.index-1,this.start-1),this.current()},t.prototype.first=function(){return this.index=this.start,this.current()},t.prototype.last=function(){return this.index=this.end-1,this.current()},t.prototype.parent=function(){return null},t}(ao),Os=function(){function e(t,r){this.iterator=t,this.fn=r}return e.prototype.next=function(){return this.fn(this.iterator.next())},e}(),so=function(){var e=function(r,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,o){i.__proto__=o}||function(i,o){for(var a in o)o.hasOwnProperty(a)&&(i[a]=o[a])},e(r,n)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),ce,uo=/^\w[\w\d+.-]*$/,lo=/^\//,fo=/^\/\//;function co(e,t){if(!e.scheme&&t)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+e.authority+'", path: "'+e.path+'", query: "'+e.query+'", fragment: "'+e.fragment+'"}');if(e.scheme&&!uo.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path){if(e.authority){if(!lo.test(e.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(fo.test(e.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}function ho(e,t){return!e&&!t?"file":e}function mo(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==Fe&&(t=Fe+t):t=Fe;break}return t}var oe="",Fe="/",po=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,Qt=function(){function e(t,r,n,i,o,a){a===void 0&&(a=!1),typeof t=="object"?(this.scheme=t.scheme||oe,this.authority=t.authority||oe,this.path=t.path||oe,this.query=t.query||oe,this.fragment=t.fragment||oe):(this.scheme=ho(t,a),this.authority=r||oe,this.path=mo(this.scheme,n||oe),this.query=i||oe,this.fragment=o||oe,co(this,a))}return e.isUri=function(t){return t instanceof e?!0:t?typeof t.authority=="string"&&typeof t.fragment=="string"&&typeof t.path=="string"&&typeof t.query=="string"&&typeof t.scheme=="string"&&typeof t.fsPath=="function"&&typeof t.with=="function"&&typeof t.toString=="function":!1},Object.defineProperty(e.prototype,"fsPath",{get:function(){return rn(this)},enumerable:!0,configurable:!0}),e.prototype.with=function(t){if(!t)return this;var r=t.scheme,n=t.authority,i=t.path,o=t.query,a=t.fragment;return r===void 0?r=this.scheme:r===null&&(r=oe),n===void 0?n=this.authority:n===null&&(n=oe),i===void 0?i=this.path:i===null&&(i=oe),o===void 0?o=this.query:o===null&&(o=oe),a===void 0?a=this.fragment:a===null&&(a=oe),r===this.scheme&&n===this.authority&&i===this.path&&o===this.query&&a===this.fragment?this:new it(r,n,i,o,a)},e.parse=function(t,r){r===void 0&&(r=!1);var n=po.exec(t);return n?new it(n[2]||oe,Nt(n[4]||oe),Nt(n[5]||oe),Nt(n[7]||oe),Nt(n[9]||oe),r):new it(oe,oe,oe,oe,oe)},e.file=function(t){var r=oe;if(ve.c&&(t=t.replace(/\\/g,Fe)),t[0]===Fe&&t[1]===Fe){var n=t.indexOf(Fe,2);n===-1?(r=t.substring(2),t=Fe):(r=t.substring(2,n),t=t.substring(n)||Fe)}return new it("file",r,t,oe,oe)},e.from=function(t){return new it(t.scheme,t.authority,t.path,t.query,t.fragment)},e.prototype.toString=function(t){return t===void 0&&(t=!1),Zt(this,t)},e.prototype.toJSON=function(){return this},e.revive=function(t){if(t){if(t instanceof e)return t;var r=new it(t);return r._formatted=t.external,r._fsPath=t._sep===Kr?t.fsPath:null,r}else return t},e}(),Kr=ve.c?1:void 0,it=function(e){so(t,e);function t(){var r=e!==null&&e.apply(this,arguments)||this;return r._formatted=null,r._fsPath=null,r}return Object.defineProperty(t.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=rn(this)),this._fsPath},enumerable:!0,configurable:!0}),t.prototype.toString=function(r){return r===void 0&&(r=!1),r?Zt(this,!0):(this._formatted||(this._formatted=Zt(this,!1)),this._formatted)},t.prototype.toJSON=function(){var r={$mid:1};return this._fsPath&&(r.fsPath=this._fsPath,r._sep=Kr),this._formatted&&(r.external=this._formatted),this.path&&(r.path=this.path),this.scheme&&(r.scheme=this.scheme),this.authority&&(r.authority=this.authority),this.query&&(r.query=this.query),this.fragment&&(r.fragment=this.fragment),r},t}(Qt),en=(ce={},ce[58]="%3A",ce[47]="%2F",ce[63]="%3F",ce[35]="%23",ce[91]="%5B",ce[93]="%5D",ce[64]="%40",ce[33]="%21",ce[36]="%24",ce[38]="%26",ce[39]="%27",ce[40]="%28",ce[41]="%29",ce[42]="%2A",ce[43]="%2B",ce[44]="%2C",ce[59]="%3B",ce[61]="%3D",ce[32]="%20",ce);function tn(e,t){for(var r=void 0,n=-1,i=0;i=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||o===45||o===46||o===95||o===126||t&&o===47)n!==-1&&(r+=encodeURIComponent(e.substring(n,i)),n=-1),r!==void 0&&(r+=e.charAt(i));else{r===void 0&&(r=e.substr(0,i));var a=en[o];a!==void 0?(n!==-1&&(r+=encodeURIComponent(e.substring(n,i)),n=-1),r+=a):n===-1&&(n=i)}}return n!==-1&&(r+=encodeURIComponent(e.substring(n))),r!==void 0?r:e}function go(e){for(var t=void 0,r=0;r1&&e.scheme==="file"?t="//"+e.authority+e.path:e.path.charCodeAt(0)===47&&(e.path.charCodeAt(1)>=65&&e.path.charCodeAt(1)<=90||e.path.charCodeAt(1)>=97&&e.path.charCodeAt(1)<=122)&&e.path.charCodeAt(2)===58?t=e.path[1].toLowerCase()+e.path.substr(2):t=e.path,ve.c&&(t=t.replace(/\//g,"\\")),t}function Zt(e,t){var r=t?go:tn,n="",i=e.scheme,o=e.authority,a=e.path,f=e.query,l=e.fragment;if(i&&(n+=i,n+=":"),(o||i==="file")&&(n+=Fe,n+=Fe),o){var s=o.indexOf("@");if(s!==-1){var u=o.substr(0,s);o=o.substr(s+1),s=u.indexOf(":"),s===-1?n+=r(u,!1):(n+=r(u.substr(0,s),!1),n+=":",n+=r(u.substr(s+1),!1)),n+="@"}o=o.toLowerCase(),s=o.indexOf(":"),s===-1?n+=r(o,!1):(n+=r(o.substr(0,s),!1),n+=o.substr(s))}if(a){if(a.length>=3&&a.charCodeAt(0)===47&&a.charCodeAt(2)===58){var c=a.charCodeAt(1);c>=65&&c<=90&&(a="/"+String.fromCharCode(c+32)+":"+a.substr(3))}else if(a.length>=2&&a.charCodeAt(1)===58){var c=a.charCodeAt(0);c>=65&&c<=90&&(a=String.fromCharCode(c+32)+":"+a.substr(2))}n+=r(a,!0)}return f&&(n+="?",n+=r(f,!1)),l&&(n+="#",n+=t?l:tn(l,!1)),n}function nn(e){try{return decodeURIComponent(e)}catch(t){return e.length>3?e.substr(0,3)+nn(e.substr(3)):e}}var on=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function Nt(e){return e.match(on)?e.replace(on,function(t){return nn(t)}):e}var ot=function(){function e(t,r){this.lineNumber=t,this.column=r}return e.prototype.with=function(t,r){return t===void 0&&(t=this.lineNumber),r===void 0&&(r=this.column),t===this.lineNumber&&r===this.column?this:new e(t,r)},e.prototype.delta=function(t,r){return t===void 0&&(t=0),r===void 0&&(r=0),this.with(this.lineNumber+t,this.column+r)},e.prototype.equals=function(t){return e.equals(this,t)},e.equals=function(t,r){return!t&&!r?!0:!!t&&!!r&&t.lineNumber===r.lineNumber&&t.column===r.column},e.prototype.isBefore=function(t){return e.isBefore(this,t)},e.isBefore=function(t,r){return t.lineNumbern||t===n&&r>i?(this.startLineNumber=n,this.startColumn=i,this.endLineNumber=t,this.endColumn=r):(this.startLineNumber=t,this.startColumn=r,this.endLineNumber=n,this.endColumn=i)}return e.prototype.isEmpty=function(){return e.isEmpty(this)},e.isEmpty=function(t){return t.startLineNumber===t.endLineNumber&&t.startColumn===t.endColumn},e.prototype.containsPosition=function(t){return e.containsPosition(this,t)},e.containsPosition=function(t,r){return r.lineNumbert.endLineNumber||r.lineNumber===t.startLineNumber&&r.columnt.endColumn)},e.prototype.containsRange=function(t){return e.containsRange(this,t)},e.containsRange=function(t,r){return r.startLineNumbert.endLineNumber||r.endLineNumber>t.endLineNumber||r.startLineNumber===t.startLineNumber&&r.startColumnt.endColumn)},e.prototype.strictContainsRange=function(t){return e.strictContainsRange(this,t)},e.strictContainsRange=function(t,r){return r.startLineNumbert.endLineNumber||r.endLineNumber>t.endLineNumber||r.startLineNumber===t.startLineNumber&&r.startColumn<=t.startColumn)?!1:!(r.endLineNumber===t.endLineNumber&&r.endColumn>=t.endColumn)},e.prototype.plusRange=function(t){return e.plusRange(this,t)},e.plusRange=function(t,r){var n,i,o,a;return r.startLineNumbert.endLineNumber?(o=r.endLineNumber,a=r.endColumn):r.endLineNumber===t.endLineNumber?(o=r.endLineNumber,a=Math.max(r.endColumn,t.endColumn)):(o=t.endLineNumber,a=t.endColumn),new e(n,i,o,a)},e.prototype.intersectRanges=function(t){return e.intersectRanges(this,t)},e.intersectRanges=function(t,r){var n=t.startLineNumber,i=t.startColumn,o=t.endLineNumber,a=t.endColumn,f=r.startLineNumber,l=r.startColumn,s=r.endLineNumber,u=r.endColumn;return ns?(o=s,a=u):o===s&&(a=Math.min(a,u)),n>o||n===o&&i>a?null:new e(n,i,o,a)},e.prototype.equalsRange=function(t){return e.equalsRange(this,t)},e.equalsRange=function(t,r){return!!t&&!!r&&t.startLineNumber===r.startLineNumber&&t.startColumn===r.startColumn&&t.endLineNumber===r.endLineNumber&&t.endColumn===r.endColumn},e.prototype.getEndPosition=function(){return new ot(this.endLineNumber,this.endColumn)},e.prototype.getStartPosition=function(){return new ot(this.startLineNumber,this.startColumn)},e.prototype.toString=function(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"},e.prototype.setEndPosition=function(t,r){return new e(this.startLineNumber,this.startColumn,t,r)},e.prototype.setStartPosition=function(t,r){return new e(t,r,this.endLineNumber,this.endColumn)},e.prototype.collapseToStart=function(){return e.collapseToStart(this)},e.collapseToStart=function(t){return new e(t.startLineNumber,t.startColumn,t.startLineNumber,t.startColumn)},e.fromPositions=function(t,r){return r===void 0&&(r=t),new e(t.lineNumber,t.column,r.lineNumber,r.column)},e.lift=function(t){return t?new e(t.startLineNumber,t.startColumn,t.endLineNumber,t.endColumn):null},e.isIRange=function(t){return t&&typeof t.startLineNumber=="number"&&typeof t.startColumn=="number"&&typeof t.endLineNumber=="number"&&typeof t.endColumn=="number"},e.areIntersectingOrTouching=function(t,r){return t.endLineNumbert.startLineNumber},e}();function Ps(e){return!e||typeof e!="string"?!0:e.trim().length===0}function Ds(e,t,r){r===void 0&&(r="0");for(var n=""+e,i=[n],o=n.length;o=t.length?n:t[o]})}function Us(e){return e.replace(/[<>&]/g,function(t){switch(t){case"<":return"<";case">":return">";case"&":return"&";default:return t}})}function yo(e){return e.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function Rs(e,t){t===void 0&&(t=" ");var r=bo(e,t);return wo(r,t)}function bo(e,t){if(!e||!t)return e;var r=t.length;if(r===0||e.length===0)return e;for(var n=0;e.indexOf(t,n)===n;)n=n+r;return e.substring(n)}function wo(e,t){if(!e||!t)return e;var r=t.length,n=e.length;if(r===0||n===0)return e;for(var i=n,o=-1;!(o=e.lastIndexOf(t,i-1),o===-1||o+r!==i);){if(o===0)return"";i=o}return e.substring(0,i)}function Bs(e){return e.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function Ws(e,t){if(e.length0?e.indexOf(t,r)===r:r===0?e===t:!1}function qs(e,t,r){if(r===void 0&&(r={}),!e)throw new Error("Cannot create regex from empty string");t||(e=yo(e)),r.wholeWord&&(/\B/.test(e.charAt(0))||(e="\\b"+e),/\B/.test(e.charAt(e.length-1))||(e=e+"\\b"));var n="";return r.global&&(n+="g"),r.matchCase||(n+="i"),r.multiline&&(n+="m"),r.unicode&&(n+="u"),new RegExp(e,n)}function Hs(e){if(e.source==="^"||e.source==="^$"||e.source==="$"||e.source==="^\\s*$")return!1;var t=e.exec("");return!!(t&&e.lastIndex===0)}function Gs(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")}function _o(e){for(var t=0,r=e.length;t=0;r--){var n=e.charCodeAt(r);if(n!==32&&n!==9)return r}return-1}function Co(e,t){return et?1:0}function Ys(e,t){for(var r=Math.min(e.length,t.length),n=0;nt.length?1:0}function Xt(e){return e>=97&&e<=122}function Kt(e){return e>=65&&e<=90}function an(e){return Xt(e)||Kt(e)}function Js(e,t){return e.length===t.length&&sn(e,t)}function sn(e,t,r){r===void 0&&(r=e.length);for(var n=0;ne.length?!1:sn(e,t,r)}function Qs(e,t){var r,n=Math.min(e.length,t.length);for(r=0;r1){var n=e.charCodeAt(t-2);if(un(n))return(n-55296<<10)+(r-56320)+65536}return r}function Xs(e,t){var r=er.getInstance(),n=t,i=e.length,o=fn(e,i,t);t+=o>=65536?2:1;for(var a=r.getGraphemeBreakType(o);t=65536?2:1,a=l}return t-n}function Ks(e,t){var r=er.getInstance(),n=t,i=cn(e,t);t-=i>=65536?2:1;for(var o=r.getGraphemeBreakType(i);t>0;){var a=cn(e,t),f=r.getGraphemeBreakType(a);if(hn(f,o))break;t-=a>=65536?2:1,o=f}return n-t}var Ao=/(?:[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u0710\u0712-\u072F\u074D-\u07A5\u07B1-\u07EA\u07F4\u07F5\u07FA-\u0815\u081A\u0824\u0828\u0830-\u0858\u085E-\u08BD\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFD3D\uFD50-\uFDFC\uFE70-\uFEFC]|\uD802[\uDC00-\uDD1B\uDD20-\uDE00\uDE10-\uDE33\uDE40-\uDEE4\uDEEB-\uDF35\uDF40-\uDFFF]|\uD803[\uDC00-\uDCFF]|\uD83A[\uDC00-\uDCCF\uDD00-\uDD43\uDD50-\uDFFF]|\uD83B[\uDC00-\uDEBB])/;function eu(e){return Ao.test(e)}var So=/(?:[\u231A\u231B\u23F0\u23F3\u2600-\u27BF\u2B50\u2B55]|\uD83C[\uDDE6-\uDDFF\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F\uDE80-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD00-\uDDFF\uDE70-\uDE73\uDE78-\uDE82\uDE90-\uDE95])/;function tu(e){return So.test(e)}var Lo=/^[\t\n\r\x20-\x7E]*$/;function ru(e){return Lo.test(e)}function nu(e){for(var t=0,r=e.length;t=11904&&e<=55215||e>=63744&&e<=64255||e>=65281&&e<=65374}function iu(e){return e>=127462&&e<=127487||e>=9728&&e<=10175||e>=127744&&e<=128591||e>=128640&&e<=128764||e>=128992&&e<=129003||e>=129280&&e<=129535||e>=129648&&e<=129651||e>=129656&&e<=129666||e>=129680&&e<=129685}var ou=String.fromCharCode(65279);function au(e){return!!(e&&e.length>0&&e.charCodeAt(0)===65279)}function su(e){return btoa(encodeURIComponent(e))}function uu(e,t){for(var r="",n=0;nr[3*i+1])i=2*i+1;else return r[3*i+2];return 0},e._INSTANCE=null,e}();function ko(){return JSON.parse("[0,0,0,51592,51592,11,44424,44424,11,72251,72254,5,7150,7150,7,48008,48008,11,55176,55176,11,128420,128420,14,3276,3277,5,9979,9980,14,46216,46216,11,49800,49800,11,53384,53384,11,70726,70726,5,122915,122916,5,129320,129327,14,2558,2558,5,5906,5908,5,9762,9763,14,43360,43388,8,45320,45320,11,47112,47112,11,48904,48904,11,50696,50696,11,52488,52488,11,54280,54280,11,70082,70083,1,71350,71350,7,73111,73111,5,127892,127893,14,128726,128727,14,129473,129474,14,2027,2035,5,2901,2902,5,3784,3789,5,6754,6754,5,8418,8420,5,9877,9877,14,11088,11088,14,44008,44008,5,44872,44872,11,45768,45768,11,46664,46664,11,47560,47560,11,48456,48456,11,49352,49352,11,50248,50248,11,51144,51144,11,52040,52040,11,52936,52936,11,53832,53832,11,54728,54728,11,69811,69814,5,70459,70460,5,71096,71099,7,71998,71998,5,72874,72880,5,119149,119149,7,127374,127374,14,128335,128335,14,128482,128482,14,128765,128767,14,129399,129400,14,129680,129685,14,1476,1477,5,2377,2380,7,2759,2760,5,3137,3140,7,3458,3459,7,4153,4154,5,6432,6434,5,6978,6978,5,7675,7679,5,9723,9726,14,9823,9823,14,9919,9923,14,10035,10036,14,42736,42737,5,43596,43596,5,44200,44200,11,44648,44648,11,45096,45096,11,45544,45544,11,45992,45992,11,46440,46440,11,46888,46888,11,47336,47336,11,47784,47784,11,48232,48232,11,48680,48680,11,49128,49128,11,49576,49576,11,50024,50024,11,50472,50472,11,50920,50920,11,51368,51368,11,51816,51816,11,52264,52264,11,52712,52712,11,53160,53160,11,53608,53608,11,54056,54056,11,54504,54504,11,54952,54952,11,68108,68111,5,69933,69940,5,70197,70197,7,70498,70499,7,70845,70845,5,71229,71229,5,71727,71735,5,72154,72155,5,72344,72345,5,73023,73029,5,94095,94098,5,121403,121452,5,126981,127182,14,127538,127546,14,127990,127990,14,128391,128391,14,128445,128449,14,128500,128505,14,128752,128752,14,129160,129167,14,129356,129356,14,129432,129442,14,129648,129651,14,129751,131069,14,173,173,4,1757,1757,1,2274,2274,1,2494,2494,5,2641,2641,5,2876,2876,5,3014,3016,7,3262,3262,7,3393,3396,5,3570,3571,7,3968,3972,5,4228,4228,7,6086,6086,5,6679,6680,5,6912,6915,5,7080,7081,5,7380,7392,5,8252,8252,14,9096,9096,14,9748,9749,14,9784,9786,14,9833,9850,14,9890,9894,14,9938,9938,14,9999,9999,14,10085,10087,14,12349,12349,14,43136,43137,7,43454,43456,7,43755,43755,7,44088,44088,11,44312,44312,11,44536,44536,11,44760,44760,11,44984,44984,11,45208,45208,11,45432,45432,11,45656,45656,11,45880,45880,11,46104,46104,11,46328,46328,11,46552,46552,11,46776,46776,11,47000,47000,11,47224,47224,11,47448,47448,11,47672,47672,11,47896,47896,11,48120,48120,11,48344,48344,11,48568,48568,11,48792,48792,11,49016,49016,11,49240,49240,11,49464,49464,11,49688,49688,11,49912,49912,11,50136,50136,11,50360,50360,11,50584,50584,11,50808,50808,11,51032,51032,11,51256,51256,11,51480,51480,11,51704,51704,11,51928,51928,11,52152,52152,11,52376,52376,11,52600,52600,11,52824,52824,11,53048,53048,11,53272,53272,11,53496,53496,11,53720,53720,11,53944,53944,11,54168,54168,11,54392,54392,11,54616,54616,11,54840,54840,11,55064,55064,11,65438,65439,5,69633,69633,5,69837,69837,1,70018,70018,7,70188,70190,7,70368,70370,7,70465,70468,7,70712,70719,5,70835,70840,5,70850,70851,5,71132,71133,5,71340,71340,7,71458,71461,5,71985,71989,7,72002,72002,7,72193,72202,5,72281,72283,5,72766,72766,7,72885,72886,5,73104,73105,5,92912,92916,5,113824,113827,4,119173,119179,5,121505,121519,5,125136,125142,5,127279,127279,14,127489,127490,14,127570,127743,14,127900,127901,14,128254,128254,14,128369,128370,14,128400,128400,14,128425,128432,14,128468,128475,14,128489,128494,14,128715,128720,14,128745,128745,14,128759,128760,14,129004,129023,14,129296,129304,14,129340,129342,14,129388,129392,14,129404,129407,14,129454,129455,14,129485,129487,14,129659,129663,14,129719,129727,14,917536,917631,5,13,13,2,1160,1161,5,1564,1564,4,1807,1807,1,2085,2087,5,2363,2363,7,2402,2403,5,2507,2508,7,2622,2624,7,2691,2691,7,2786,2787,5,2881,2884,5,3006,3006,5,3072,3072,5,3170,3171,5,3267,3268,7,3330,3331,7,3406,3406,1,3538,3540,5,3655,3662,5,3897,3897,5,4038,4038,5,4184,4185,5,4352,4447,8,6068,6069,5,6155,6157,5,6448,6449,7,6742,6742,5,6783,6783,5,6966,6970,5,7042,7042,7,7143,7143,7,7212,7219,5,7412,7412,5,8206,8207,4,8294,8303,4,8596,8601,14,9410,9410,14,9742,9742,14,9757,9757,14,9770,9770,14,9794,9794,14,9828,9828,14,9855,9855,14,9882,9882,14,9900,9903,14,9929,9933,14,9963,9967,14,9987,9988,14,10006,10006,14,10062,10062,14,10175,10175,14,11744,11775,5,42607,42607,5,43043,43044,7,43263,43263,5,43444,43445,7,43569,43570,5,43698,43700,5,43766,43766,5,44032,44032,11,44144,44144,11,44256,44256,11,44368,44368,11,44480,44480,11,44592,44592,11,44704,44704,11,44816,44816,11,44928,44928,11,45040,45040,11,45152,45152,11,45264,45264,11,45376,45376,11,45488,45488,11,45600,45600,11,45712,45712,11,45824,45824,11,45936,45936,11,46048,46048,11,46160,46160,11,46272,46272,11,46384,46384,11,46496,46496,11,46608,46608,11,46720,46720,11,46832,46832,11,46944,46944,11,47056,47056,11,47168,47168,11,47280,47280,11,47392,47392,11,47504,47504,11,47616,47616,11,47728,47728,11,47840,47840,11,47952,47952,11,48064,48064,11,48176,48176,11,48288,48288,11,48400,48400,11,48512,48512,11,48624,48624,11,48736,48736,11,48848,48848,11,48960,48960,11,49072,49072,11,49184,49184,11,49296,49296,11,49408,49408,11,49520,49520,11,49632,49632,11,49744,49744,11,49856,49856,11,49968,49968,11,50080,50080,11,50192,50192,11,50304,50304,11,50416,50416,11,50528,50528,11,50640,50640,11,50752,50752,11,50864,50864,11,50976,50976,11,51088,51088,11,51200,51200,11,51312,51312,11,51424,51424,11,51536,51536,11,51648,51648,11,51760,51760,11,51872,51872,11,51984,51984,11,52096,52096,11,52208,52208,11,52320,52320,11,52432,52432,11,52544,52544,11,52656,52656,11,52768,52768,11,52880,52880,11,52992,52992,11,53104,53104,11,53216,53216,11,53328,53328,11,53440,53440,11,53552,53552,11,53664,53664,11,53776,53776,11,53888,53888,11,54000,54000,11,54112,54112,11,54224,54224,11,54336,54336,11,54448,54448,11,54560,54560,11,54672,54672,11,54784,54784,11,54896,54896,11,55008,55008,11,55120,55120,11,64286,64286,5,66272,66272,5,68900,68903,5,69762,69762,7,69817,69818,5,69927,69931,5,70003,70003,5,70070,70078,5,70094,70094,7,70194,70195,7,70206,70206,5,70400,70401,5,70463,70463,7,70475,70477,7,70512,70516,5,70722,70724,5,70832,70832,5,70842,70842,5,70847,70848,5,71088,71089,7,71102,71102,7,71219,71226,5,71231,71232,5,71342,71343,7,71453,71455,5,71463,71467,5,71737,71738,5,71995,71996,5,72000,72000,7,72145,72147,7,72160,72160,5,72249,72249,7,72273,72278,5,72330,72342,5,72752,72758,5,72850,72871,5,72882,72883,5,73018,73018,5,73031,73031,5,73109,73109,5,73461,73462,7,94031,94031,5,94192,94193,7,119142,119142,7,119155,119162,4,119362,119364,5,121476,121476,5,122888,122904,5,123184,123190,5,126976,126979,14,127184,127231,14,127344,127345,14,127405,127461,14,127514,127514,14,127561,127567,14,127778,127779,14,127896,127896,14,127985,127986,14,127995,127999,5,128326,128328,14,128360,128366,14,128378,128378,14,128394,128397,14,128405,128406,14,128422,128423,14,128435,128443,14,128453,128464,14,128479,128480,14,128484,128487,14,128496,128498,14,128640,128709,14,128723,128724,14,128736,128741,14,128747,128748,14,128755,128755,14,128762,128762,14,128981,128991,14,129096,129103,14,129292,129292,14,129311,129311,14,129329,129330,14,129344,129349,14,129360,129374,14,129394,129394,14,129402,129402,14,129413,129425,14,129445,129450,14,129466,129471,14,129483,129483,14,129511,129535,14,129653,129655,14,129667,129670,14,129705,129711,14,129731,129743,14,917505,917505,4,917760,917999,5,10,10,3,127,159,4,768,879,5,1471,1471,5,1536,1541,1,1648,1648,5,1767,1768,5,1840,1866,5,2070,2073,5,2137,2139,5,2307,2307,7,2366,2368,7,2382,2383,7,2434,2435,7,2497,2500,5,2519,2519,5,2563,2563,7,2631,2632,5,2677,2677,5,2750,2752,7,2763,2764,7,2817,2817,5,2879,2879,5,2891,2892,7,2914,2915,5,3008,3008,5,3021,3021,5,3076,3076,5,3146,3149,5,3202,3203,7,3264,3265,7,3271,3272,7,3298,3299,5,3390,3390,5,3402,3404,7,3426,3427,5,3535,3535,5,3544,3550,7,3635,3635,7,3763,3763,7,3893,3893,5,3953,3966,5,3981,3991,5,4145,4145,7,4157,4158,5,4209,4212,5,4237,4237,5,4520,4607,10,5970,5971,5,6071,6077,5,6089,6099,5,6277,6278,5,6439,6440,5,6451,6456,7,6683,6683,5,6744,6750,5,6765,6770,7,6846,6846,5,6964,6964,5,6972,6972,5,7019,7027,5,7074,7077,5,7083,7085,5,7146,7148,7,7154,7155,7,7222,7223,5,7394,7400,5,7416,7417,5,8204,8204,5,8233,8233,4,8288,8292,4,8413,8416,5,8482,8482,14,8986,8987,14,9193,9203,14,9654,9654,14,9733,9733,14,9745,9745,14,9752,9752,14,9760,9760,14,9766,9766,14,9774,9775,14,9792,9792,14,9800,9811,14,9825,9826,14,9831,9831,14,9852,9853,14,9872,9873,14,9880,9880,14,9885,9887,14,9896,9897,14,9906,9916,14,9926,9927,14,9936,9936,14,9941,9960,14,9974,9974,14,9982,9985,14,9992,9997,14,10002,10002,14,10017,10017,14,10055,10055,14,10071,10071,14,10145,10145,14,11013,11015,14,11503,11505,5,12334,12335,5,12951,12951,14,42612,42621,5,43014,43014,5,43047,43047,7,43204,43205,5,43335,43345,5,43395,43395,7,43450,43451,7,43561,43566,5,43573,43574,5,43644,43644,5,43710,43711,5,43758,43759,7,44005,44005,5,44012,44012,7,44060,44060,11,44116,44116,11,44172,44172,11,44228,44228,11,44284,44284,11,44340,44340,11,44396,44396,11,44452,44452,11,44508,44508,11,44564,44564,11,44620,44620,11,44676,44676,11,44732,44732,11,44788,44788,11,44844,44844,11,44900,44900,11,44956,44956,11,45012,45012,11,45068,45068,11,45124,45124,11,45180,45180,11,45236,45236,11,45292,45292,11,45348,45348,11,45404,45404,11,45460,45460,11,45516,45516,11,45572,45572,11,45628,45628,11,45684,45684,11,45740,45740,11,45796,45796,11,45852,45852,11,45908,45908,11,45964,45964,11,46020,46020,11,46076,46076,11,46132,46132,11,46188,46188,11,46244,46244,11,46300,46300,11,46356,46356,11,46412,46412,11,46468,46468,11,46524,46524,11,46580,46580,11,46636,46636,11,46692,46692,11,46748,46748,11,46804,46804,11,46860,46860,11,46916,46916,11,46972,46972,11,47028,47028,11,47084,47084,11,47140,47140,11,47196,47196,11,47252,47252,11,47308,47308,11,47364,47364,11,47420,47420,11,47476,47476,11,47532,47532,11,47588,47588,11,47644,47644,11,47700,47700,11,47756,47756,11,47812,47812,11,47868,47868,11,47924,47924,11,47980,47980,11,48036,48036,11,48092,48092,11,48148,48148,11,48204,48204,11,48260,48260,11,48316,48316,11,48372,48372,11,48428,48428,11,48484,48484,11,48540,48540,11,48596,48596,11,48652,48652,11,48708,48708,11,48764,48764,11,48820,48820,11,48876,48876,11,48932,48932,11,48988,48988,11,49044,49044,11,49100,49100,11,49156,49156,11,49212,49212,11,49268,49268,11,49324,49324,11,49380,49380,11,49436,49436,11,49492,49492,11,49548,49548,11,49604,49604,11,49660,49660,11,49716,49716,11,49772,49772,11,49828,49828,11,49884,49884,11,49940,49940,11,49996,49996,11,50052,50052,11,50108,50108,11,50164,50164,11,50220,50220,11,50276,50276,11,50332,50332,11,50388,50388,11,50444,50444,11,50500,50500,11,50556,50556,11,50612,50612,11,50668,50668,11,50724,50724,11,50780,50780,11,50836,50836,11,50892,50892,11,50948,50948,11,51004,51004,11,51060,51060,11,51116,51116,11,51172,51172,11,51228,51228,11,51284,51284,11,51340,51340,11,51396,51396,11,51452,51452,11,51508,51508,11,51564,51564,11,51620,51620,11,51676,51676,11,51732,51732,11,51788,51788,11,51844,51844,11,51900,51900,11,51956,51956,11,52012,52012,11,52068,52068,11,52124,52124,11,52180,52180,11,52236,52236,11,52292,52292,11,52348,52348,11,52404,52404,11,52460,52460,11,52516,52516,11,52572,52572,11,52628,52628,11,52684,52684,11,52740,52740,11,52796,52796,11,52852,52852,11,52908,52908,11,52964,52964,11,53020,53020,11,53076,53076,11,53132,53132,11,53188,53188,11,53244,53244,11,53300,53300,11,53356,53356,11,53412,53412,11,53468,53468,11,53524,53524,11,53580,53580,11,53636,53636,11,53692,53692,11,53748,53748,11,53804,53804,11,53860,53860,11,53916,53916,11,53972,53972,11,54028,54028,11,54084,54084,11,54140,54140,11,54196,54196,11,54252,54252,11,54308,54308,11,54364,54364,11,54420,54420,11,54476,54476,11,54532,54532,11,54588,54588,11,54644,54644,11,54700,54700,11,54756,54756,11,54812,54812,11,54868,54868,11,54924,54924,11,54980,54980,11,55036,55036,11,55092,55092,11,55148,55148,11,55216,55238,9,65056,65071,5,65529,65531,4,68097,68099,5,68159,68159,5,69446,69456,5,69688,69702,5,69808,69810,7,69815,69816,7,69821,69821,1,69888,69890,5,69932,69932,7,69957,69958,7,70016,70017,5,70067,70069,7,70079,70080,7,70089,70092,5,70095,70095,5,70191,70193,5,70196,70196,5,70198,70199,5,70367,70367,5,70371,70378,5,70402,70403,7,70462,70462,5,70464,70464,5,70471,70472,7,70487,70487,5,70502,70508,5,70709,70711,7,70720,70721,7,70725,70725,7,70750,70750,5,70833,70834,7,70841,70841,7,70843,70844,7,70846,70846,7,70849,70849,7,71087,71087,5,71090,71093,5,71100,71101,5,71103,71104,5,71216,71218,7,71227,71228,7,71230,71230,7,71339,71339,5,71341,71341,5,71344,71349,5,71351,71351,5,71456,71457,7,71462,71462,7,71724,71726,7,71736,71736,7,71984,71984,5,71991,71992,7,71997,71997,7,71999,71999,1,72001,72001,1,72003,72003,5,72148,72151,5,72156,72159,7,72164,72164,7,72243,72248,5,72250,72250,1,72263,72263,5,72279,72280,7,72324,72329,1,72343,72343,7,72751,72751,7,72760,72765,5,72767,72767,5,72873,72873,7,72881,72881,7,72884,72884,7,73009,73014,5,73020,73021,5,73030,73030,1,73098,73102,7,73107,73108,7,73110,73110,7,73459,73460,5,78896,78904,4,92976,92982,5,94033,94087,7,94180,94180,5,113821,113822,5,119141,119141,5,119143,119145,5,119150,119154,5,119163,119170,5,119210,119213,5,121344,121398,5,121461,121461,5,121499,121503,5,122880,122886,5,122907,122913,5,122918,122922,5,123628,123631,5,125252,125258,5,126980,126980,14,127183,127183,14,127245,127247,14,127340,127343,14,127358,127359,14,127377,127386,14,127462,127487,6,127491,127503,14,127535,127535,14,127548,127551,14,127568,127569,14,127744,127777,14,127780,127891,14,127894,127895,14,127897,127899,14,127902,127984,14,127987,127989,14,127991,127994,14,128000,128253,14,128255,128317,14,128329,128334,14,128336,128359,14,128367,128368,14,128371,128377,14,128379,128390,14,128392,128393,14,128398,128399,14,128401,128404,14,128407,128419,14,128421,128421,14,128424,128424,14,128433,128434,14,128444,128444,14,128450,128452,14,128465,128467,14,128476,128478,14,128481,128481,14,128483,128483,14,128488,128488,14,128495,128495,14,128499,128499,14,128506,128591,14,128710,128714,14,128721,128722,14,128725,128725,14,128728,128735,14,128742,128744,14,128746,128746,14,128749,128751,14,128753,128754,14,128756,128758,14,128761,128761,14,128763,128764,14,128884,128895,14,128992,129003,14,129036,129039,14,129114,129119,14,129198,129279,14,129293,129295,14,129305,129310,14,129312,129319,14,129328,129328,14,129331,129338,14,129343,129343,14,129351,129355,14,129357,129359,14,129375,129387,14,129393,129393,14,129395,129398,14,129401,129401,14,129403,129403,14,129408,129412,14,129426,129431,14,129443,129444,14,129451,129453,14,129456,129465,14,129472,129472,14,129475,129482,14,129484,129484,14,129488,129510,14,129536,129647,14,129652,129652,14,129656,129658,14,129664,129666,14,129671,129679,14,129686,129704,14,129712,129718,14,129728,129730,14,129744,129750,14,917504,917504,4,917506,917535,4,917632,917759,4,918000,921599,4,0,9,4,11,12,4,14,31,4,169,169,14,174,174,14,1155,1159,5,1425,1469,5,1473,1474,5,1479,1479,5,1552,1562,5,1611,1631,5,1750,1756,5,1759,1764,5,1770,1773,5,1809,1809,5,1958,1968,5,2045,2045,5,2075,2083,5,2089,2093,5,2259,2273,5,2275,2306,5,2362,2362,5,2364,2364,5,2369,2376,5,2381,2381,5,2385,2391,5,2433,2433,5,2492,2492,5,2495,2496,7,2503,2504,7,2509,2509,5,2530,2531,5,2561,2562,5,2620,2620,5,2625,2626,5,2635,2637,5,2672,2673,5,2689,2690,5,2748,2748,5,2753,2757,5,2761,2761,7,2765,2765,5,2810,2815,5,2818,2819,7,2878,2878,5,2880,2880,7,2887,2888,7,2893,2893,5,2903,2903,5,2946,2946,5,3007,3007,7,3009,3010,7,3018,3020,7,3031,3031,5,3073,3075,7,3134,3136,5,3142,3144,5,3157,3158,5,3201,3201,5,3260,3260,5,3263,3263,5,3266,3266,5,3270,3270,5,3274,3275,7,3285,3286,5,3328,3329,5,3387,3388,5,3391,3392,7,3398,3400,7,3405,3405,5,3415,3415,5,3457,3457,5,3530,3530,5,3536,3537,7,3542,3542,5,3551,3551,5,3633,3633,5,3636,3642,5,3761,3761,5,3764,3772,5,3864,3865,5,3895,3895,5,3902,3903,7,3967,3967,7,3974,3975,5,3993,4028,5,4141,4144,5,4146,4151,5,4155,4156,7,4182,4183,7,4190,4192,5,4226,4226,5,4229,4230,5,4253,4253,5,4448,4519,9,4957,4959,5,5938,5940,5,6002,6003,5,6070,6070,7,6078,6085,7,6087,6088,7,6109,6109,5,6158,6158,4,6313,6313,5,6435,6438,7,6441,6443,7,6450,6450,5,6457,6459,5,6681,6682,7,6741,6741,7,6743,6743,7,6752,6752,5,6757,6764,5,6771,6780,5,6832,6845,5,6847,6848,5,6916,6916,7,6965,6965,5,6971,6971,7,6973,6977,7,6979,6980,7,7040,7041,5,7073,7073,7,7078,7079,7,7082,7082,7,7142,7142,5,7144,7145,5,7149,7149,5,7151,7153,5,7204,7211,7,7220,7221,7,7376,7378,5,7393,7393,7,7405,7405,5,7415,7415,7,7616,7673,5,8203,8203,4,8205,8205,13,8232,8232,4,8234,8238,4,8265,8265,14,8293,8293,4,8400,8412,5,8417,8417,5,8421,8432,5,8505,8505,14,8617,8618,14,9000,9000,14,9167,9167,14,9208,9210,14,9642,9643,14,9664,9664,14,9728,9732,14,9735,9741,14,9743,9744,14,9746,9746,14,9750,9751,14,9753,9756,14,9758,9759,14,9761,9761,14,9764,9765,14,9767,9769,14,9771,9773,14,9776,9783,14,9787,9791,14,9793,9793,14,9795,9799,14,9812,9822,14,9824,9824,14,9827,9827,14,9829,9830,14,9832,9832,14,9851,9851,14,9854,9854,14,9856,9861,14,9874,9876,14,9878,9879,14,9881,9881,14,9883,9884,14,9888,9889,14,9895,9895,14,9898,9899,14,9904,9905,14,9917,9918,14,9924,9925,14,9928,9928,14,9934,9935,14,9937,9937,14,9939,9940,14,9961,9962,14,9968,9973,14,9975,9978,14,9981,9981,14,9986,9986,14,9989,9989,14,9998,9998,14,10000,10001,14,10004,10004,14,10013,10013,14,10024,10024,14,10052,10052,14,10060,10060,14,10067,10069,14,10083,10084,14,10133,10135,14,10160,10160,14,10548,10549,14,11035,11036,14,11093,11093,14,11647,11647,5,12330,12333,5,12336,12336,14,12441,12442,5,12953,12953,14,42608,42610,5,42654,42655,5,43010,43010,5,43019,43019,5,43045,43046,5,43052,43052,5,43188,43203,7,43232,43249,5,43302,43309,5,43346,43347,7,43392,43394,5,43443,43443,5,43446,43449,5,43452,43453,5,43493,43493,5,43567,43568,7,43571,43572,7,43587,43587,5,43597,43597,7,43696,43696,5,43703,43704,5,43713,43713,5,43756,43757,5,43765,43765,7,44003,44004,7,44006,44007,7,44009,44010,7,44013,44013,5,44033,44059,12,44061,44087,12,44089,44115,12,44117,44143,12,44145,44171,12,44173,44199,12,44201,44227,12,44229,44255,12,44257,44283,12,44285,44311,12,44313,44339,12,44341,44367,12,44369,44395,12,44397,44423,12,44425,44451,12,44453,44479,12,44481,44507,12,44509,44535,12,44537,44563,12,44565,44591,12,44593,44619,12,44621,44647,12,44649,44675,12,44677,44703,12,44705,44731,12,44733,44759,12,44761,44787,12,44789,44815,12,44817,44843,12,44845,44871,12,44873,44899,12,44901,44927,12,44929,44955,12,44957,44983,12,44985,45011,12,45013,45039,12,45041,45067,12,45069,45095,12,45097,45123,12,45125,45151,12,45153,45179,12,45181,45207,12,45209,45235,12,45237,45263,12,45265,45291,12,45293,45319,12,45321,45347,12,45349,45375,12,45377,45403,12,45405,45431,12,45433,45459,12,45461,45487,12,45489,45515,12,45517,45543,12,45545,45571,12,45573,45599,12,45601,45627,12,45629,45655,12,45657,45683,12,45685,45711,12,45713,45739,12,45741,45767,12,45769,45795,12,45797,45823,12,45825,45851,12,45853,45879,12,45881,45907,12,45909,45935,12,45937,45963,12,45965,45991,12,45993,46019,12,46021,46047,12,46049,46075,12,46077,46103,12,46105,46131,12,46133,46159,12,46161,46187,12,46189,46215,12,46217,46243,12,46245,46271,12,46273,46299,12,46301,46327,12,46329,46355,12,46357,46383,12,46385,46411,12,46413,46439,12,46441,46467,12,46469,46495,12,46497,46523,12,46525,46551,12,46553,46579,12,46581,46607,12,46609,46635,12,46637,46663,12,46665,46691,12,46693,46719,12,46721,46747,12,46749,46775,12,46777,46803,12,46805,46831,12,46833,46859,12,46861,46887,12,46889,46915,12,46917,46943,12,46945,46971,12,46973,46999,12,47001,47027,12,47029,47055,12,47057,47083,12,47085,47111,12,47113,47139,12,47141,47167,12,47169,47195,12,47197,47223,12,47225,47251,12,47253,47279,12,47281,47307,12,47309,47335,12,47337,47363,12,47365,47391,12,47393,47419,12,47421,47447,12,47449,47475,12,47477,47503,12,47505,47531,12,47533,47559,12,47561,47587,12,47589,47615,12,47617,47643,12,47645,47671,12,47673,47699,12,47701,47727,12,47729,47755,12,47757,47783,12,47785,47811,12,47813,47839,12,47841,47867,12,47869,47895,12,47897,47923,12,47925,47951,12,47953,47979,12,47981,48007,12,48009,48035,12,48037,48063,12,48065,48091,12,48093,48119,12,48121,48147,12,48149,48175,12,48177,48203,12,48205,48231,12,48233,48259,12,48261,48287,12,48289,48315,12,48317,48343,12,48345,48371,12,48373,48399,12,48401,48427,12,48429,48455,12,48457,48483,12,48485,48511,12,48513,48539,12,48541,48567,12,48569,48595,12,48597,48623,12,48625,48651,12,48653,48679,12,48681,48707,12,48709,48735,12,48737,48763,12,48765,48791,12,48793,48819,12,48821,48847,12,48849,48875,12,48877,48903,12,48905,48931,12,48933,48959,12,48961,48987,12,48989,49015,12,49017,49043,12,49045,49071,12,49073,49099,12,49101,49127,12,49129,49155,12,49157,49183,12,49185,49211,12,49213,49239,12,49241,49267,12,49269,49295,12,49297,49323,12,49325,49351,12,49353,49379,12,49381,49407,12,49409,49435,12,49437,49463,12,49465,49491,12,49493,49519,12,49521,49547,12,49549,49575,12,49577,49603,12,49605,49631,12,49633,49659,12,49661,49687,12,49689,49715,12,49717,49743,12,49745,49771,12,49773,49799,12,49801,49827,12,49829,49855,12,49857,49883,12,49885,49911,12,49913,49939,12,49941,49967,12,49969,49995,12,49997,50023,12,50025,50051,12,50053,50079,12,50081,50107,12,50109,50135,12,50137,50163,12,50165,50191,12,50193,50219,12,50221,50247,12,50249,50275,12,50277,50303,12,50305,50331,12,50333,50359,12,50361,50387,12,50389,50415,12,50417,50443,12,50445,50471,12,50473,50499,12,50501,50527,12,50529,50555,12,50557,50583,12,50585,50611,12,50613,50639,12,50641,50667,12,50669,50695,12,50697,50723,12,50725,50751,12,50753,50779,12,50781,50807,12,50809,50835,12,50837,50863,12,50865,50891,12,50893,50919,12,50921,50947,12,50949,50975,12,50977,51003,12,51005,51031,12,51033,51059,12,51061,51087,12,51089,51115,12,51117,51143,12,51145,51171,12,51173,51199,12,51201,51227,12,51229,51255,12,51257,51283,12,51285,51311,12,51313,51339,12,51341,51367,12,51369,51395,12,51397,51423,12,51425,51451,12,51453,51479,12,51481,51507,12,51509,51535,12,51537,51563,12,51565,51591,12,51593,51619,12,51621,51647,12,51649,51675,12,51677,51703,12,51705,51731,12,51733,51759,12,51761,51787,12,51789,51815,12,51817,51843,12,51845,51871,12,51873,51899,12,51901,51927,12,51929,51955,12,51957,51983,12,51985,52011,12,52013,52039,12,52041,52067,12,52069,52095,12,52097,52123,12,52125,52151,12,52153,52179,12,52181,52207,12,52209,52235,12,52237,52263,12,52265,52291,12,52293,52319,12,52321,52347,12,52349,52375,12,52377,52403,12,52405,52431,12,52433,52459,12,52461,52487,12,52489,52515,12,52517,52543,12,52545,52571,12,52573,52599,12,52601,52627,12,52629,52655,12,52657,52683,12,52685,52711,12,52713,52739,12,52741,52767,12,52769,52795,12,52797,52823,12,52825,52851,12,52853,52879,12,52881,52907,12,52909,52935,12,52937,52963,12,52965,52991,12,52993,53019,12,53021,53047,12,53049,53075,12,53077,53103,12,53105,53131,12,53133,53159,12,53161,53187,12,53189,53215,12,53217,53243,12,53245,53271,12,53273,53299,12,53301,53327,12,53329,53355,12,53357,53383,12,53385,53411,12,53413,53439,12,53441,53467,12,53469,53495,12,53497,53523,12,53525,53551,12,53553,53579,12,53581,53607,12,53609,53635,12,53637,53663,12,53665,53691,12,53693,53719,12,53721,53747,12,53749,53775,12,53777,53803,12,53805,53831,12,53833,53859,12,53861,53887,12,53889,53915,12,53917,53943,12,53945,53971,12,53973,53999,12,54001,54027,12,54029,54055,12,54057,54083,12,54085,54111,12,54113,54139,12,54141,54167,12,54169,54195,12,54197,54223,12,54225,54251,12,54253,54279,12,54281,54307,12,54309,54335,12,54337,54363,12,54365,54391,12,54393,54419,12,54421,54447,12,54449,54475,12,54477,54503,12,54505,54531,12,54533,54559,12,54561,54587,12,54589,54615,12,54617,54643,12,54645,54671,12,54673,54699,12,54701,54727,12,54729,54755,12,54757,54783,12,54785,54811,12,54813,54839,12,54841,54867,12,54869,54895,12,54897,54923,12,54925,54951,12,54953,54979,12,54981,55007,12,55009,55035,12,55037,55063,12,55065,55091,12,55093,55119,12,55121,55147,12,55149,55175,12,55177,55203,12,55243,55291,10,65024,65039,5,65279,65279,4,65520,65528,4,66045,66045,5,66422,66426,5,68101,68102,5,68152,68154,5,68325,68326,5,69291,69292,5,69632,69632,7,69634,69634,7,69759,69761,5]")}var No=3;function dn(e,t,r,n){var i=new Xr(e,t,r);return i.ComputeDiff(n)}var mn=function(){function e(t){for(var r=[],n=[],i=0,o=t.length;i0&&r.originalLength<20&&r.modifiedLength>0&&r.modifiedLength<20&&o()){var m=n.createCharSequence(t,r.originalStart,r.originalStart+r.originalLength-1),p=i.createCharSequence(t,r.modifiedStart,r.modifiedStart+r.modifiedLength-1),g=dn(m,p,o,!0).changes;f&&(g=Io(g)),d=[];for(var C=0,_=g.length;C<_;C++)d.push(tr.createFromDiffChange(g[C],m,p))}return new e(l,s,u,c,d)},e}(),Mo=function(){function e(t,r,n){this.shouldComputeCharChanges=n.shouldComputeCharChanges,this.shouldPostProcessCharChanges=n.shouldPostProcessCharChanges,this.shouldIgnoreTrimWhitespace=n.shouldIgnoreTrimWhitespace,this.shouldMakePrettyDiff=n.shouldMakePrettyDiff,this.originalLines=t,this.modifiedLines=r,this.original=new mn(t),this.modified=new mn(r),this.continueLineDiff=pn(n.maxComputationTime),this.continueCharDiff=pn(n.maxComputationTime===0?0:Math.min(n.maxComputationTime,5e3))}return e.prototype.computeDiff=function(){if(this.original.lines.length===1&&this.original.lines[0].length===0)return{quitEarly:!1,changes:[{originalStartLineNumber:1,originalEndLineNumber:1,modifiedStartLineNumber:1,modifiedEndLineNumber:this.modified.lines.length,charChanges:[{modifiedEndColumn:0,modifiedEndLineNumber:0,modifiedStartColumn:0,modifiedStartLineNumber:0,originalEndColumn:0,originalEndLineNumber:0,originalStartColumn:0,originalStartLineNumber:0}]}]};if(this.modified.lines.length===1&&this.modified.lines[0].length===0)return{quitEarly:!1,changes:[{originalStartLineNumber:1,originalEndLineNumber:this.original.lines.length,modifiedStartLineNumber:1,modifiedEndLineNumber:1,charChanges:[{modifiedEndColumn:0,modifiedEndLineNumber:0,modifiedStartColumn:0,modifiedStartLineNumber:0,originalEndColumn:0,originalEndLineNumber:0,originalStartColumn:0,originalStartLineNumber:0}]}]};var t=dn(this.original,this.modified,this.continueLineDiff,this.shouldMakePrettyDiff),r=t.changes,n=t.quitEarly;if(this.shouldIgnoreTrimWhitespace){for(var i=[],o=0,a=r.length;o1&&_>1;){var b=p.charCodeAt(C-2),h=g.charCodeAt(_-2);if(b!==h)break;C--,_--}(C>1||_>1)&&this._pushTrimWhitespaceCharChange(f,l+1,1,C,s+1,1,_)}{for(var w=ir(p,1),v=ir(g,1),T=p.length+1,A=g.length+1;w255?255:e|0}function st(e){return e<0?0:e>4294967295?4294967295:e|0}var Fo=function(){function e(t,r){this.index=t,this.remainder=r}return e}(),Oo=function(){function e(t){this.values=t,this.prefixSum=new Uint32Array(t.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}return e.prototype.insertValues=function(t,r){t=st(t);var n=this.values,i=this.prefixSum,o=r.length;return o===0?!1:(this.values=new Uint32Array(n.length+o),this.values.set(n.subarray(0,t),0),this.values.set(n.subarray(t),t+o),this.values.set(r,t),t-1=0&&this.prefixSum.set(i.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.changeValue=function(t,r){return t=st(t),r=st(r),this.values[t]===r?!1:(this.values[t]=r,t-1=n.length)return!1;var o=n.length-t;return r>=o&&(r=o),r===0?!1:(this.values=new Uint32Array(n.length-r),this.values.set(n.subarray(0,t),0),this.values.set(n.subarray(t+r),t),this.prefixSum=new Uint32Array(this.values.length),t-1=0&&this.prefixSum.set(i.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.getTotalValue=function(){return this.values.length===0?0:this._getAccumulatedValue(this.values.length-1)},e.prototype.getAccumulatedValue=function(t){return t<0?0:(t=st(t),this._getAccumulatedValue(t))},e.prototype._getAccumulatedValue=function(t){if(t<=this.prefixSumValidIndex[0])return this.prefixSum[t];var r=this.prefixSumValidIndex[0]+1;r===0&&(this.prefixSum[0]=this.values[0],r++),t>=this.values.length&&(t=this.values.length-1);for(var n=r;n<=t;n++)this.prefixSum[n]=this.prefixSum[n-1]+this.values[n];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],t),this.prefixSum[t]},e.prototype.getIndexOf=function(t){t=Math.floor(t),this.getTotalValue();for(var r=0,n=this.values.length-1,i=0,o=0,a=0;r<=n;)if(i=r+(n-r)/2|0,o=this.prefixSum[i],a=o-this.values[i],t=o)r=i+1;else break;return new Fo(i,t-a)},e}(),Po=function(){function e(t,r,n,i){this._uri=t,this._lines=r,this._eol=n,this._versionId=i,this._lineStarts=null}return e.prototype.dispose=function(){this._lines.length=0},e.prototype.getText=function(){return this._lines.join(this._eol)},e.prototype.onEvents=function(t){t.eol&&t.eol!==this._eol&&(this._eol=t.eol,this._lineStarts=null);for(var r=t.changes,n=0,i=r;n/?";function jo(e){e===void 0&&(e="");for(var t="(-?\\d*\\.\\d\\w*)|([^",r=0,n=Do;r=0)continue;t+="\\"+i}return t+="\\s]+)",new RegExp(t,"g")}var Uo=jo();function Ro(e){var t=Uo;if(e&&e instanceof RegExp)if(e.global)t=e;else{var r="g";e.ignoreCase&&(r+="i"),e.multiline&&(r+="m"),e.unicode&&(r+="u"),t=new RegExp(e.source,r)}return t.lastIndex=0,t}function Bo(e,t,r,n){var i=e-1-n,o=r.lastIndexOf(" ",i-1)+1;t.lastIndex=o;for(var a;a=t.exec(r);){var f=a.index||0;if(f<=i&&t.lastIndex>=i)return{word:a[0],startColumn:n+1+f,endColumn:n+1+t.lastIndex}}return null}function Wo(e,t,r,n){var i=e-1-n;t.lastIndex=0;for(var o;o=t.exec(r);){var a=o.index||0;if(a>i)return null;if(t.lastIndex>=i)return{word:o[0],startColumn:n+1+a,endColumn:n+1+t.lastIndex}}return null}function Vo(e,t,r,n){t.lastIndex=0;var i=t.exec(r);if(!i)return null;var o=i[0].indexOf(" ")>=0?Wo(e,t,r,n):Bo(e,t,r,n);return t.lastIndex=0,o}var vn=function(){function e(t){var r=gn(t);this._defaultValue=r,this._asciiMap=e._createAsciiMap(r),this._map=new Map}return e._createAsciiMap=function(t){for(var r=new Uint8Array(256),n=0;n<256;n++)r[n]=t;return r},e.prototype.set=function(t,r){var n=gn(r);t>=0&&t<256?this._asciiMap[t]=n:this._map.set(t,n)},e.prototype.get=function(t){return t>=0&&t<256?this._asciiMap[t]:this._map.get(t)||this._defaultValue},e}(),hu=function(){function e(){this._actual=new vn(0)}return e.prototype.add=function(t){this._actual.set(t,1)},e.prototype.has=function(t){return this._actual.get(t)===1},e}(),qo=function(){function e(t,r,n){for(var i=new Uint8Array(t*r),o=0,a=t*r;or&&(r=l),f>n&&(n=f),s>n&&(n=s)}r++,n++;for(var u=new qo(n,r,0),i=0,o=t.length;i=this._maxCharCode?0:this._states.get(t,r)},e}(),or=null;function Go(){return or===null&&(or=new Ho([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),or}var bt=null;function $o(){if(bt===null){bt=new vn(0);for(var e=` <>'"\u3001\u3002\uFF61\uFF64\uFF0C\uFF0E\uFF1A\uFF1B\uFF1F\uFF01\uFF20\uFF03\uFF04\uFF05\uFF06\uFF0A\u2018\u201C\u3008\u300A\u300C\u300E\u3010\u3014\uFF08\uFF3B\uFF5B\uFF62\uFF63\uFF5D\uFF3D\uFF09\u3015\u3011\u300F\u300D\u300B\u3009\u201D\u2019\uFF40\uFF5E\u2026`,t=0;ti);if(i>0){var s=r.charCodeAt(i-1),u=r.charCodeAt(a);(s===40&&u===41||s===91&&u===93||s===123&&u===125)&&a--}return{range:{startLineNumber:n,startColumn:i+1,endLineNumber:n,endColumn:a+2},url:r.substring(i,a+1)}},e.computeLinks=function(t,r){r===void 0&&(r=Go());for(var n=$o(),i=[],o=1,a=t.getLineCount();o<=a;o++){for(var f=t.getLineContent(o),l=f.length,s=0,u=0,c=0,d=1,m=!1,p=!1,g=!1;s=0?(i+=n?1:-1,i<0?i=t.length-1:i%=t.length,t[i]):null},e.INSTANCE=new e,e}(),du=z("URDS");function Qo(e){var t=this,r=!1,n;return function(){return r||(r=!0,n=e.apply(t,arguments)),n}}var he=function(){function e(t){this.element=t,this.next=e.Undefined,this.prev=e.Undefined}return e.Undefined=new e(void 0),e}(),ar=function(){function e(){this._first=he.Undefined,this._last=he.Undefined,this._size=0}return Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!0,configurable:!0}),e.prototype.isEmpty=function(){return this._first===he.Undefined},e.prototype.clear=function(){this._first=he.Undefined,this._last=he.Undefined,this._size=0},e.prototype.unshift=function(t){return this._insert(t,!1)},e.prototype.push=function(t){return this._insert(t,!0)},e.prototype._insert=function(t,r){var n=this,i=new he(t);if(this._first===he.Undefined)this._first=i,this._last=i;else if(r){var o=this._last;this._last=i,i.prev=o,o.next=i}else{var a=this._first;this._first=i,i.next=a,a.prev=i}this._size+=1;var f=!1;return function(){f||(f=!0,n._remove(i))}},e.prototype.shift=function(){if(this._first===he.Undefined)return;var t=this._first.element;return this._remove(this._first),t},e.prototype.pop=function(){if(this._last===he.Undefined)return;var t=this._last.element;return this._remove(this._last),t},e.prototype._remove=function(t){if(t.prev!==he.Undefined&&t.next!==he.Undefined){var r=t.prev;r.next=t.next,t.next.prev=r}else t.prev===he.Undefined&&t.next===he.Undefined?(this._first=he.Undefined,this._last=he.Undefined):t.next===he.Undefined?(this._last=this._last.prev,this._last.next=he.Undefined):t.prev===he.Undefined&&(this._first=this._first.next,this._first.prev=he.Undefined);this._size-=1},e.prototype.iterator=function(){var t,r=this._first;return{next:function(){return r===he.Undefined?Ve:(t?t.value=r.element:t={done:!1,value:r.element},r=r.next,t)}}},e.prototype.toArray=function(){for(var t=[],r=this._first;r!==he.Undefined;r=r.next)t.push(r.element);return t},e}(),Zo=function(){var e=function(r,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,o){i.__proto__=o}||function(i,o){for(var a in o)o.hasOwnProperty(a)&&(i[a]=o[a])},e(r,n)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),xt;(function(e){e.None=function(){return Ee.None};function t(h){return function(w,v,T){v===void 0&&(v=null);var A=!1,S;return S=h(function(L){return A?void 0:(S?S.dispose():A=!0,w.call(v,L))},null,T),A&&S.dispose(),S}}e.once=t;function r(h,w){return l(function(v,T,A){return T===void 0&&(T=null),h(function(S){return v.call(T,w(S))},null,A)})}e.map=r;function n(h,w){return l(function(v,T,A){return T===void 0&&(T=null),h(function(S){w(S),v.call(T,S)},null,A)})}e.forEach=n;function i(h,w){return l(function(v,T,A){return T===void 0&&(T=null),h(function(S){return w(S)&&v.call(T,S)},null,A)})}e.filter=i;function o(h){return h}e.signal=o;function a(){for(var h=[],w=0;w1)&&M.fire(se),y=0},v)})},onLastListenerRemove:function(){S.dispose()}});return M.event}e.debounce=s;function u(h){var w=new Date().getTime();return r(t(h),function(v){return new Date().getTime()-w})}e.stopwatch=u;function c(h){var w=!0,v;return i(h,function(T){var A=w||T!==v;return w=!1,v=T,A})}e.latch=c;function d(h,w,v){w===void 0&&(w=!1),v===void 0&&(v=[]);var T=v.slice(),A=h(function(N){T?T.push(N):L.fire(N)}),S=function(){T&&T.forEach(function(y){return L.fire(y)}),T=null},L=new Oe({onFirstListenerAdd:function(){A||(A=h(function(y){return L.fire(y)}))},onFirstListenerDidAdd:function(){T&&(w?setTimeout(S):S())},onLastListenerRemove:function(){A&&A.dispose(),A=null}});return L.event}e.buffer=d;var m=function(){function h(w){this.event=w}return h.prototype.map=function(w){return new h(r(this.event,w))},h.prototype.forEach=function(w){return new h(n(this.event,w))},h.prototype.filter=function(w){return new h(i(this.event,w))},h.prototype.reduce=function(w,v){return new h(f(this.event,w,v))},h.prototype.latch=function(){return new h(c(this.event))},h.prototype.debounce=function(w,v,T,A){return v===void 0&&(v=100),T===void 0&&(T=!1),new h(s(this.event,w,v,T,A))},h.prototype.on=function(w,v,T){return this.event(w,v,T)},h.prototype.once=function(w,v,T){return t(this.event)(w,v,T)},h}();function p(h){return new m(h)}e.chain=p;function g(h,w,v){v===void 0&&(v=function(y){return y});var T=function(){for(var y=[],M=0;M0)on=fn-1;else return fn}return-(Me+1)}function L(l,E){var M=0,Me=l.length;if(Me===0)return 0;for(;MMe?l[Ft]=fn[Dt++]:Dt>on?l[Ft]=fn[Wn++]:E(fn[Dt],fn[Wn])<0?l[Ft]=fn[Dt++]:l[Ft]=fn[Wn++]}function b(l,E,M,Me,on){if(Me<=M)return;var fn=M+(Me-M)/2|0;if(b(l,E,M,fn,on),b(l,E,fn+1,Me,on),E(l[fn],l[fn+1])<=0)return;_(l,E,M,fn,Me,on)}function D(l,E){for(var M=[],Me=void 0,on=0,fn=C(l.slice(0),E);on0}function X(l,E){if(!E)return l.filter(function(Me,on){return l.indexOf(Me)===on});var M=Object.create(null);return l.filter(function(Me){var on=E(Me);return M[on]?!1:(M[on]=!0,!0)})}function pe(l){var E=new Set;return l.filter(function(M){return E.has(M)?!1:(E.add(M),!0)})}function S(l){var E=[];return l.forEach(function(M){return E.push(M)}),E}function v(l,E){for(var M=0;M0?l[0]:E}function Ce(l){var E;return(E=[]).concat.apply(E,l)}function Z(l,E){var M=typeof E=="number"?l:0;typeof E=="number"?M=l:(M=0,E=l);var Me=[];if(M<=E)for(var on=M;onE;on--)Me.push(on);return Me}function Re(l,E,M){var Me=l.slice(0,E),on=l.slice(E);return Me.concat(M,on)}function Ae(l,E){var M=l.indexOf(E);M>-1&&(l.splice(M,1),l.unshift(E))}function We(l,E){var M=l.indexOf(E);M>-1&&(l.splice(M,1),l.push(E))}function be(l,E){for(var M=0;M0||this.m_modifiedCount>0)&&this.m_changes.push(new x(this.m_originalStart,this.m_originalCount,this.m_modifiedStart,this.m_modifiedCount)),this.m_originalCount=0,this.m_modifiedCount=0,this.m_originalStart=1073741824,this.m_modifiedStart=1073741824},l.prototype.AddOriginalElement=function(E,M){this.m_originalStart=Math.min(this.m_originalStart,E),this.m_modifiedStart=Math.min(this.m_modifiedStart,M),this.m_originalCount++},l.prototype.AddModifiedElement=function(E,M){this.m_originalStart=Math.min(this.m_originalStart,E),this.m_modifiedStart=Math.min(this.m_modifiedStart,M),this.m_modifiedCount++},l.prototype.getChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes},l.prototype.getReverseChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes},l}(),Ue=function(){function l(E,M,Me){Me===void 0&&(Me=null),this.ContinueProcessingPredicate=Me;var on=l._getElements(E),fn=on[0],Wn=on[1],Dt=on[2],Ft=l._getElements(M),Lt=Ft[0],mr=Ft[1],fr=Ft[2];this._hasStrings=Dt&&fr,this._originalStringElements=fn,this._originalElementsOrHash=Wn,this._modifiedStringElements=Lt,this._modifiedElementsOrHash=mr,this.m_forwardHistory=[],this.m_reverseHistory=[]}return l._isStringArray=function(E){return E.length>0&&typeof E[0]=="string"},l._getElements=function(E){var M=E.getElements();if(l._isStringArray(M)){for(var Me=new Int32Array(M.length),on=0,fn=M.length;on=E&&on>=Me&&this.ElementsAreEqual(M,on);)M--,on--;if(E>M||Me>on){var Wn=void 0;return Me<=on?(Le.Assert(E===M+1,"originalStart should only be one more than originalEnd"),Wn=[new x(E,0,Me,on-Me+1)]):E<=M?(Le.Assert(Me===on+1,"modifiedStart should only be one more than modifiedEnd"),Wn=[new x(E,M-E+1,Me,0)]):(Le.Assert(E===M+1,"originalStart should only be one more than originalEnd"),Le.Assert(Me===on+1,"modifiedStart should only be one more than modifiedEnd"),Wn=[]),Wn}var Dt=[0],Ft=[0],Lt=this.ComputeRecursionPoint(E,M,Me,on,Dt,Ft,fn),mr=Dt[0],fr=Ft[0];if(Lt!==null)return Lt;if(!fn[0]){var Hr=this.ComputeDiffRecursive(E,mr,Me,fr,fn),ha=[];return fn[0]?ha=[new x(mr+1,M-(mr+1)+1,fr+1,on-(fr+1)+1)]:ha=this.ComputeDiffRecursive(mr+1,M,fr+1,on,fn),this.ConcatenateChanges(Hr,ha)}return[new x(E,M-E+1,Me,on-Me+1)]},l.prototype.WALKTRACE=function(E,M,Me,on,fn,Wn,Dt,Ft,Lt,mr,fr,Hr,ha,ia,Ka,ci,ti,yi){var Xr=null,aa=null,oa=new Ze,ta=M,La=Me,qa=ha[0]-ci[0]-on,ri=-1073741824,ro=this.m_forwardHistory.length-1;do{var Ja=qa+E;Ja===ta||Ja=0&&(Lt=this.m_forwardHistory[ro],E=Lt[0],ta=1,La=Lt.length-1)}while(--ro>=-1);if(Xr=oa.getReverseChanges(),yi[0]){var Ko=ha[0]+1,zr=ci[0]+1;if(Xr!==null&&Xr.length>0){var Yt=Xr[Xr.length-1];Ko=Math.max(Ko,Yt.getOriginalEnd()),zr=Math.max(zr,Yt.getModifiedEnd())}aa=[new x(Ko,Hr-Ko+1,zr,Ka-zr+1)]}else{oa=new Ze,ta=Wn,La=Dt,qa=ha[0]-ci[0]-Ft,ri=1073741824,ro=ti?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{var Ja=qa+fn;Ja===ta||Ja=mr[Ja+1]?(fr=mr[Ja+1]-1,ia=fr-qa-Ft,fr>ri&&oa.MarkNextChange(),ri=fr+1,oa.AddOriginalElement(fr+1,ia+1),qa=Ja+1-fn):(fr=mr[Ja-1],ia=fr-qa-Ft,fr>ri&&oa.MarkNextChange(),ri=fr,oa.AddModifiedElement(fr+1,ia+1),qa=Ja-1-fn),ro>=0&&(mr=this.m_reverseHistory[ro],fn=mr[0],ta=1,La=mr.length-1)}while(--ro>=-1);aa=oa.getChanges()}return this.ConcatenateChanges(Xr,aa)},l.prototype.ComputeRecursionPoint=function(E,M,Me,on,fn,Wn,Dt){var Ft=0,Lt=0,mr=0,fr=0,Hr=0,ha=0;E--,Me--,fn[0]=0,Wn[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];var ia=M-E+(on-Me),Ka=ia+1,ci=new Int32Array(Ka),ti=new Int32Array(Ka),yi=on-Me,Xr=M-E,aa=E-Me,oa=M-on,ta=Xr-yi,La=ta%2===0;ci[yi]=E,ti[Xr]=M,Dt[0]=!1;for(var qa=1;qa<=ia/2+1;qa++){var ri=0,ro=0;mr=this.ClipDiagonalBound(yi-qa,qa,yi,Ka),fr=this.ClipDiagonalBound(yi+qa,qa,yi,Ka);for(var Ja=mr;Ja<=fr;Ja+=2){Ja===mr||Jari+ro&&(ri=Ft,ro=Lt),!La&&Math.abs(Ja-Xr)<=qa-1&&Ft>=ti[Ja])return fn[0]=Ft,Wn[0]=Lt,Ko<=ti[Ja]&&1447>0&&qa<=1447+1?this.WALKTRACE(yi,mr,fr,aa,Xr,Hr,ha,oa,ci,ti,Ft,M,fn,Lt,on,Wn,La,Dt):null}var zr=(ri-E+(ro-Me)-qa)/2;if(this.ContinueProcessingPredicate!==null&&!this.ContinueProcessingPredicate(ri,zr))return Dt[0]=!0,fn[0]=ri,Wn[0]=ro,zr>0&&1447>0&&qa<=1447+1?this.WALKTRACE(yi,mr,fr,aa,Xr,Hr,ha,oa,ci,ti,Ft,M,fn,Lt,on,Wn,La,Dt):(E++,Me++,[new x(E,M-E+1,Me,on-Me+1)]);Hr=this.ClipDiagonalBound(Xr-qa,qa,Xr,Ka),ha=this.ClipDiagonalBound(Xr+qa,qa,Xr,Ka);for(var Ja=Hr;Ja<=ha;Ja+=2){Ja===Hr||Ja=ti[Ja+1]?Ft=ti[Ja+1]-1:Ft=ti[Ja-1],Lt=Ft-(Ja-Xr)-oa;for(var Ko=Ft;Ft>E&&Lt>Me&&this.ElementsAreEqual(Ft,Lt);)Ft--,Lt--;if(ti[Ja]=Ft,La&&Math.abs(Ja-yi)<=qa&&Ft<=ci[Ja])return fn[0]=Ft,Wn[0]=Lt,Ko>=ci[Ja]&&1447>0&&qa<=1447+1?this.WALKTRACE(yi,mr,fr,aa,Xr,Hr,ha,oa,ci,ti,Ft,M,fn,Lt,on,Wn,La,Dt):null}if(qa<=1447){var Yt=new Int32Array(fr-mr+2);Yt[0]=yi-mr+1,Je.Copy2(ci,mr,Yt,1,fr-mr+1),this.m_forwardHistory.push(Yt),Yt=new Int32Array(ha-Hr+2),Yt[0]=Xr-Hr+1,Je.Copy2(ti,Hr,Yt,1,ha-Hr+1),this.m_reverseHistory.push(Yt)}}return this.WALKTRACE(yi,mr,fr,aa,Xr,Hr,ha,oa,ci,ti,Ft,M,fn,Lt,on,Wn,La,Dt)},l.prototype.PrettifyChanges=function(E){for(var M=0;M0,Dt=Me.modifiedLength>0;Me.originalStart+Me.originalLength=0;M--){var Me=E[M],on=0,fn=0;if(M>0){var Lt=E[M-1];Lt.originalLength>0&&(on=Lt.originalStart+Lt.originalLength),Lt.modifiedLength>0&&(fn=Lt.modifiedStart+Lt.modifiedLength)}for(var Wn=Me.originalLength>0,Dt=Me.modifiedLength>0,mr=0,fr=this._boundaryScore(Me.originalStart,Me.originalLength,Me.modifiedStart,Me.modifiedLength),Hr=1;;Hr++){var ha=Me.originalStart-Hr,ia=Me.modifiedStart-Hr;if(hafr&&(fr=Ka,mr=Hr)}Me.originalStart-=mr,Me.modifiedStart-=mr}return E},l.prototype._OriginalIsBoundary=function(E){return E<=0||E>=this._originalElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._originalStringElements[E])},l.prototype._OriginalRegionIsBoundary=function(E,M){if(this._OriginalIsBoundary(E)||this._OriginalIsBoundary(E-1))return!0;if(M>0){var Me=E+M;if(this._OriginalIsBoundary(Me-1)||this._OriginalIsBoundary(Me))return!0}return!1},l.prototype._ModifiedIsBoundary=function(E){return E<=0||E>=this._modifiedElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[E])},l.prototype._ModifiedRegionIsBoundary=function(E,M){if(this._ModifiedIsBoundary(E)||this._ModifiedIsBoundary(E-1))return!0;if(M>0){var Me=E+M;if(this._ModifiedIsBoundary(Me-1)||this._ModifiedIsBoundary(Me))return!0}return!1},l.prototype._boundaryScore=function(E,M,Me,on){var fn=this._OriginalRegionIsBoundary(E,M)?1:0,Wn=this._ModifiedRegionIsBoundary(Me,on)?1:0;return fn+Wn},l.prototype.ConcatenateChanges=function(E,M){var Me=[];if(E.length===0||M.length===0)return M.length>0?M:E;if(this.ChangesOverlap(E[E.length-1],M[0],Me)){var on=new Array(E.length+M.length-1);return Je.Copy(E,0,on,0,E.length-1),on[E.length-1]=Me[0],Je.Copy(M,1,on,E.length,M.length-1),on}else{var on=new Array(E.length+M.length);return Je.Copy(E,0,on,0,E.length),Je.Copy(M,0,on,E.length,M.length),on}},l.prototype.ChangesOverlap=function(E,M,Me){if(Le.Assert(E.originalStart<=M.originalStart,"Left change is not less than or equal to right change"),Le.Assert(E.modifiedStart<=M.modifiedStart,"Left change is not less than or equal to right change"),E.originalStart+E.originalLength>=M.originalStart||E.modifiedStart+E.modifiedLength>=M.modifiedStart){var on=E.originalStart,fn=E.originalLength,Wn=E.modifiedStart,Dt=E.modifiedLength;return E.originalStart+E.originalLength>=M.originalStart&&(fn=M.originalStart+M.originalLength-E.originalStart),E.modifiedStart+E.modifiedLength>=M.modifiedStart&&(Dt=M.modifiedStart+M.modifiedLength-E.modifiedStart),Me[0]=new x(on,fn,Wn,Dt),!0}else return Me[0]=null,!1},l.prototype.ClipDiagonalBound=function(E,M,Me,on){if(E>=0&&E=Ka?$e:{done:!1,value:ha[ia++]}}}}l.fromArray=on;function fn(ha){return{next:function(){var Ka=ha.next();return Ka.done?$e:{done:!1,value:Ka.value}}}}l.fromNativeIterator=fn;function Wn(ha){return ha?Array.isArray(ha)?l.fromArray(ha):ha:l.empty()}l.from=Wn;function Dt(ha,ia){return{next:function(){var ci=ha.next();return ci.done?$e:{done:!1,value:ia(ci.value)}}}}l.map=Dt;function Ft(ha,ia){return{next:function(){for(;;){var ci=ha.next();if(ci.done)return $e;if(ia(ci.value))return{done:!1,value:ci.value}}}}}l.filter=Ft;function Lt(ha,ia){for(var Ka=ha.next();!Ka.done;Ka=ha.next())ia(Ka.value)}l.forEach=Lt;function mr(ha,ia){ia===void 0&&(ia=Number.POSITIVE_INFINITY);var Ka=[];if(ia===0)return Ka;for(var ci=0,ti=ha.next();!ti.done&&!(Ka.push(ti.value),++ci>=ia);ti=ha.next());return Ka}l.collect=mr;function fr(){for(var ha=[],ia=0;ia=ha.length)return $e;var ti=ha[Ka],yi=ti.next();return yi.done?(Ka++,this.next()):yi}}}l.concat=fr;function Hr(ha){return new he(ha)}l.chain=Hr})(sn||(sn={}));var he=function(){function l(E){this.it=E}return l.prototype.next=function(){return this.it.next()},l}();function ke(l){return Array.isArray(l)?sn.fromArray(l):l||sn.empty()}var G=function(){function l(E,M,Me,on){M===void 0&&(M=0),Me===void 0&&(Me=E.length),on===void 0&&(on=M-1),this.items=E,this.start=M,this.end=Me,this.index=on}return l.prototype.first=function(){return this.index=this.start,this.current()},l.prototype.next=function(){return this.index=Math.min(this.index+1,this.end),this.current()},l.prototype.current=function(){return this.index===this.start-1||this.index===this.end?null:this.items[this.index]},l}(),c=function(l){cn(E,l);function E(M,Me,on,fn){return Me===void 0&&(Me=0),on===void 0&&(on=M.length),fn===void 0&&(fn=Me-1),l.call(this,M,Me,on,fn)||this}return E.prototype.current=function(){return l.prototype.current.call(this)},E.prototype.previous=function(){return this.index=Math.max(this.index-1,this.start-1),this.current()},E.prototype.first=function(){return this.index=this.start,this.current()},E.prototype.last=function(){return this.index=this.end-1,this.current()},E.prototype.parent=function(){return null},E}(G),O=function(){function l(E,M){this.iterator=E,this.fn=M}return l.prototype.next=function(){return this.fn(this.iterator.next())},l}(),ee=function(){var l=function(M,Me){return l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(on,fn){on.__proto__=fn}||function(on,fn){for(var Wn in fn)fn.hasOwnProperty(Wn)&&(on[Wn]=fn[Wn])},l(M,Me)};return function(E,M){l(E,M);function Me(){this.constructor=E}E.prototype=M===null?Object.create(M):(Me.prototype=M.prototype,new Me)}}(),Te,Ne=/^\w[\w\d+.-]*$/,ze=/^\//,bn=/^\/\//;function Sn(l,E){if(!l.scheme&&E)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+l.authority+'", path: "'+l.path+'", query: "'+l.query+'", fragment: "'+l.fragment+'"}');if(l.scheme&&!Ne.test(l.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(l.path){if(l.authority){if(!ze.test(l.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(bn.test(l.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}function Kn(l,E){return!l&&!E?"file":l}function Xe(l,E){switch(l){case"https":case"http":case"file":E?E[0]!==le&&(E=le+E):E=le;break}return E}var pn="",le="/",oe=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,kn=function(){function l(E,M,Me,on,fn,Wn){Wn===void 0&&(Wn=!1),typeof E=="object"?(this.scheme=E.scheme||pn,this.authority=E.authority||pn,this.path=E.path||pn,this.query=E.query||pn,this.fragment=E.fragment||pn):(this.scheme=Kn(E,Wn),this.authority=M||pn,this.path=Xe(this.scheme,Me||pn),this.query=on||pn,this.fragment=fn||pn,Sn(this,Wn))}return l.isUri=function(E){return E instanceof l?!0:E?typeof E.authority=="string"&&typeof E.fragment=="string"&&typeof E.path=="string"&&typeof E.query=="string"&&typeof E.scheme=="string"&&typeof E.fsPath=="function"&&typeof E.with=="function"&&typeof E.toString=="function":!1},Object.defineProperty(l.prototype,"fsPath",{get:function(){return tt(this)},enumerable:!0,configurable:!0}),l.prototype.with=function(E){if(!E)return this;var M=E.scheme,Me=E.authority,on=E.path,fn=E.query,Wn=E.fragment;return M===void 0?M=this.scheme:M===null&&(M=pn),Me===void 0?Me=this.authority:Me===null&&(Me=pn),on===void 0?on=this.path:on===null&&(on=pn),fn===void 0?fn=this.query:fn===null&&(fn=pn),Wn===void 0?Wn=this.fragment:Wn===null&&(Wn=pn),M===this.scheme&&Me===this.authority&&on===this.path&&fn===this.query&&Wn===this.fragment?this:new ye(M,Me,on,fn,Wn)},l.parse=function(E,M){M===void 0&&(M=!1);var Me=oe.exec(E);return Me?new ye(Me[2]||pn,ot(Me[4]||pn),ot(Me[5]||pn),ot(Me[7]||pn),ot(Me[9]||pn),M):new ye(pn,pn,pn,pn,pn)},l.file=function(E){var M=pn;if(o.c&&(E=E.replace(/\\/g,le)),E[0]===le&&E[1]===le){var Me=E.indexOf(le,2);Me===-1?(M=E.substring(2),E=le):(M=E.substring(2,Me),E=E.substring(Me)||le)}return new ye("file",M,E,pn,pn)},l.from=function(E){return new ye(E.scheme,E.authority,E.path,E.query,E.fragment)},l.prototype.toString=function(E){return E===void 0&&(E=!1),Vn(this,E)},l.prototype.toJSON=function(){return this},l.revive=function(E){if(E){if(E instanceof l)return E;var M=new ye(E);return M._formatted=E.external,M._fsPath=E._sep===yn?E.fsPath:null,M}else return E},l}(),yn=o.c?1:void 0,ye=function(l){ee(E,l);function E(){var M=l!==null&&l.apply(this,arguments)||this;return M._formatted=null,M._fsPath=null,M}return Object.defineProperty(E.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=tt(this)),this._fsPath},enumerable:!0,configurable:!0}),E.prototype.toString=function(M){return M===void 0&&(M=!1),M?Vn(this,!0):(this._formatted||(this._formatted=Vn(this,!1)),this._formatted)},E.prototype.toJSON=function(){var M={$mid:1};return this._fsPath&&(M.fsPath=this._fsPath,M._sep=yn),this._formatted&&(M.external=this._formatted),this.path&&(M.path=this.path),this.scheme&&(M.scheme=this.scheme),this.authority&&(M.authority=this.authority),this.query&&(M.query=this.query),this.fragment&&(M.fragment=this.fragment),M},E}(kn),mn=(Te={},Te[58]="%3A",Te[47]="%2F",Te[63]="%3F",Te[35]="%23",Te[91]="%5B",Te[93]="%5D",Te[64]="%40",Te[33]="%21",Te[36]="%24",Te[38]="%26",Te[39]="%27",Te[40]="%28",Te[41]="%29",Te[42]="%2A",Te[43]="%2B",Te[44]="%2C",Te[59]="%3B",Te[61]="%3D",Te[32]="%20",Te);function un(l,E){for(var M=void 0,Me=-1,on=0;on=97&&fn<=122||fn>=65&&fn<=90||fn>=48&&fn<=57||fn===45||fn===46||fn===95||fn===126||E&&fn===47)Me!==-1&&(M+=encodeURIComponent(l.substring(Me,on)),Me=-1),M!==void 0&&(M+=l.charAt(on));else{M===void 0&&(M=l.substr(0,on));var Wn=mn[fn];Wn!==void 0?(Me!==-1&&(M+=encodeURIComponent(l.substring(Me,on)),Me=-1),M+=Wn):Me===-1&&(Me=on)}}return Me!==-1&&(M+=encodeURIComponent(l.substring(Me))),M!==void 0?M:l}function Mn(l){for(var E=void 0,M=0;M1&&l.scheme==="file"?E="//"+l.authority+l.path:l.path.charCodeAt(0)===47&&(l.path.charCodeAt(1)>=65&&l.path.charCodeAt(1)<=90||l.path.charCodeAt(1)>=97&&l.path.charCodeAt(1)<=122)&&l.path.charCodeAt(2)===58?E=l.path[1].toLowerCase()+l.path.substr(2):E=l.path,o.c&&(E=E.replace(/\//g,"\\")),E}function Vn(l,E){var M=E?Mn:un,Me="",on=l.scheme,fn=l.authority,Wn=l.path,Dt=l.query,Ft=l.fragment;if(on&&(Me+=on,Me+=":"),(fn||on==="file")&&(Me+=le,Me+=le),fn){var Lt=fn.indexOf("@");if(Lt!==-1){var mr=fn.substr(0,Lt);fn=fn.substr(Lt+1),Lt=mr.indexOf(":"),Lt===-1?Me+=M(mr,!1):(Me+=M(mr.substr(0,Lt),!1),Me+=":",Me+=M(mr.substr(Lt+1),!1)),Me+="@"}fn=fn.toLowerCase(),Lt=fn.indexOf(":"),Lt===-1?Me+=M(fn,!1):(Me+=M(fn.substr(0,Lt),!1),Me+=fn.substr(Lt))}if(Wn){if(Wn.length>=3&&Wn.charCodeAt(0)===47&&Wn.charCodeAt(2)===58){var fr=Wn.charCodeAt(1);fr>=65&&fr<=90&&(Wn="/"+String.fromCharCode(fr+32)+":"+Wn.substr(3))}else if(Wn.length>=2&&Wn.charCodeAt(1)===58){var fr=Wn.charCodeAt(0);fr>=65&&fr<=90&&(Wn=String.fromCharCode(fr+32)+":"+Wn.substr(2))}Me+=M(Wn,!0)}return Dt&&(Me+="?",Me+=M(Dt,!1)),Ft&&(Me+="#",Me+=E?Ft:un(Ft,!1)),Me}function ut(l){try{return decodeURIComponent(l)}catch(E){return l.length>3?l.substr(0,3)+ut(l.substr(3)):l}}var dt=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function ot(l){return l.match(dt)?l.replace(dt,function(E){return ut(E)}):l}var ct=function(){function l(E,M){this.lineNumber=E,this.column=M}return l.prototype.with=function(E,M){return E===void 0&&(E=this.lineNumber),M===void 0&&(M=this.column),E===this.lineNumber&&M===this.column?this:new l(E,M)},l.prototype.delta=function(E,M){return E===void 0&&(E=0),M===void 0&&(M=0),this.with(this.lineNumber+E,this.column+M)},l.prototype.equals=function(E){return l.equals(this,E)},l.equals=function(E,M){return!E&&!M?!0:!!E&&!!M&&E.lineNumber===M.lineNumber&&E.column===M.column},l.prototype.isBefore=function(E){return l.isBefore(this,E)},l.isBefore=function(E,M){return E.lineNumberMe||E===Me&&M>on?(this.startLineNumber=Me,this.startColumn=on,this.endLineNumber=E,this.endColumn=M):(this.startLineNumber=E,this.startColumn=M,this.endLineNumber=Me,this.endColumn=on)}return l.prototype.isEmpty=function(){return l.isEmpty(this)},l.isEmpty=function(E){return E.startLineNumber===E.endLineNumber&&E.startColumn===E.endColumn},l.prototype.containsPosition=function(E){return l.containsPosition(this,E)},l.containsPosition=function(E,M){return M.lineNumberE.endLineNumber||M.lineNumber===E.startLineNumber&&M.columnE.endColumn)},l.prototype.containsRange=function(E){return l.containsRange(this,E)},l.containsRange=function(E,M){return M.startLineNumberE.endLineNumber||M.endLineNumber>E.endLineNumber||M.startLineNumber===E.startLineNumber&&M.startColumnE.endColumn)},l.prototype.strictContainsRange=function(E){return l.strictContainsRange(this,E)},l.strictContainsRange=function(E,M){return M.startLineNumberE.endLineNumber||M.endLineNumber>E.endLineNumber||M.startLineNumber===E.startLineNumber&&M.startColumn<=E.startColumn)?!1:!(M.endLineNumber===E.endLineNumber&&M.endColumn>=E.endColumn)},l.prototype.plusRange=function(E){return l.plusRange(this,E)},l.plusRange=function(E,M){var Me,on,fn,Wn;return M.startLineNumberE.endLineNumber?(fn=M.endLineNumber,Wn=M.endColumn):M.endLineNumber===E.endLineNumber?(fn=M.endLineNumber,Wn=Math.max(M.endColumn,E.endColumn)):(fn=E.endLineNumber,Wn=E.endColumn),new l(Me,on,fn,Wn)},l.prototype.intersectRanges=function(E){return l.intersectRanges(this,E)},l.intersectRanges=function(E,M){var Me=E.startLineNumber,on=E.startColumn,fn=E.endLineNumber,Wn=E.endColumn,Dt=M.startLineNumber,Ft=M.startColumn,Lt=M.endLineNumber,mr=M.endColumn;return MeLt?(fn=Lt,Wn=mr):fn===Lt&&(Wn=Math.min(Wn,mr)),Me>fn||Me===fn&&on>Wn?null:new l(Me,on,fn,Wn)},l.prototype.equalsRange=function(E){return l.equalsRange(this,E)},l.equalsRange=function(E,M){return!!E&&!!M&&E.startLineNumber===M.startLineNumber&&E.startColumn===M.startColumn&&E.endLineNumber===M.endLineNumber&&E.endColumn===M.endColumn},l.prototype.getEndPosition=function(){return new ct(this.endLineNumber,this.endColumn)},l.prototype.getStartPosition=function(){return new ct(this.startLineNumber,this.startColumn)},l.prototype.toString=function(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"},l.prototype.setEndPosition=function(E,M){return new l(this.startLineNumber,this.startColumn,E,M)},l.prototype.setStartPosition=function(E,M){return new l(E,M,this.endLineNumber,this.endColumn)},l.prototype.collapseToStart=function(){return l.collapseToStart(this)},l.collapseToStart=function(E){return new l(E.startLineNumber,E.startColumn,E.startLineNumber,E.startColumn)},l.fromPositions=function(E,M){return M===void 0&&(M=E),new l(E.lineNumber,E.column,M.lineNumber,M.column)},l.lift=function(E){return E?new l(E.startLineNumber,E.startColumn,E.endLineNumber,E.endColumn):null},l.isIRange=function(E){return E&&typeof E.startLineNumber=="number"&&typeof E.startColumn=="number"&&typeof E.endLineNumber=="number"&&typeof E.endColumn=="number"},l.areIntersectingOrTouching=function(E,M){return E.endLineNumberE.startLineNumber},l}();function st(l){return!l||typeof l!="string"?!0:l.trim().length===0}function qn(l,E,M){M===void 0&&(M="0");for(var Me=""+l,on=[Me],fn=Me.length;fn=E.length?Me:E[fn]})}function _n(l){return l.replace(/[<>&]/g,function(E){switch(E){case"<":return"<";case">":return">";case"&":return"&";default:return E}})}function _t(l){return l.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function It(l,E){E===void 0&&(E=" ");var M=Ht(l,E);return nr(M,E)}function Ht(l,E){if(!l||!E)return l;var M=E.length;if(M===0||l.length===0)return l;for(var Me=0;l.indexOf(E,Me)===Me;)Me=Me+M;return l.substring(Me)}function nr(l,E){if(!l||!E)return l;var M=E.length,Me=l.length;if(M===0||Me===0)return l;for(var on=Me,fn=-1;!(fn=l.lastIndexOf(E,on-1),fn===-1||fn+M!==on);){if(fn===0)return"";on=fn}return l.substring(0,on)}function vr(l){return l.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function Qr(l,E){if(l.length0?l.indexOf(E,M)===M:M===0?l===E:!1}function gt(l,E,M){if(M===void 0&&(M={}),!l)throw new Error("Cannot create regex from empty string");E||(l=_t(l)),M.wholeWord&&(/\B/.test(l.charAt(0))||(l="\\b"+l),/\B/.test(l.charAt(l.length-1))||(l=l+"\\b"));var Me="";return M.global&&(Me+="g"),M.matchCase||(Me+="i"),M.multiline&&(Me+="m"),M.unicode&&(Me+="u"),new RegExp(l,Me)}function ba(l){if(l.source==="^"||l.source==="^$"||l.source==="$"||l.source==="^\\s*$")return!1;var E=l.exec("");return!!(E&&l.lastIndex===0)}function kt(l){return(l.global?"g":"")+(l.ignoreCase?"i":"")+(l.multiline?"m":"")+(l.unicode?"u":"")}function jn(l){for(var E=0,M=l.length;E=0;M--){var Me=l.charCodeAt(M);if(Me!==32&&Me!==9)return M}return-1}function Tt(l,E){return lE?1:0}function yt(l,E){for(var M=Math.min(l.length,E.length),Me=0;MeE.length?1:0}function vt(l){return l>=97&&l<=122}function Ke(l){return l>=65&&l<=90}function Rn(l){return vt(l)||Ke(l)}function nt(l,E){return l.length===E.length&&tr(l,E)}function tr(l,E,M){M===void 0&&(M=l.length);for(var Me=0;Mel.length?!1:tr(l,E,M)}function Ba(l,E){var M,Me=Math.min(l.length,E.length);for(M=0;M1){var Me=l.charCodeAt(E-2);if(wi(Me))return(Me-55296<<10)+(M-56320)+65536}return M}function Xa(l,E){var M=va.getInstance(),Me=E,on=l.length,fn=Ei(l,on,E);E+=fn>=65536?2:1;for(var Wn=M.getGraphemeBreakType(fn);E=65536?2:1,Wn=Ft}return E-Me}function Ia(l,E){var M=va.getInstance(),Me=E,on=Pi(l,E);E-=on>=65536?2:1;for(var fn=M.getGraphemeBreakType(on);E>0;){var Wn=Pi(l,E),Dt=M.getGraphemeBreakType(Wn);if(Jr(Dt,fn))break;E-=Wn>=65536?2:1,fn=Dt}return Me-E}var ca=/(?:[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u0710\u0712-\u072F\u074D-\u07A5\u07B1-\u07EA\u07F4\u07F5\u07FA-\u0815\u081A\u0824\u0828\u0830-\u0858\u085E-\u08BD\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFD3D\uFD50-\uFDFC\uFE70-\uFEFC]|\uD802[\uDC00-\uDD1B\uDD20-\uDE00\uDE10-\uDE33\uDE40-\uDEE4\uDEEB-\uDF35\uDF40-\uDFFF]|\uD803[\uDC00-\uDCFF]|\uD83A[\uDC00-\uDCCF\uDD00-\uDD43\uDD50-\uDFFF]|\uD83B[\uDC00-\uDEBB])/;function Ti(l){return ca.test(l)}var Vo=/(?:[\u231A\u231B\u23F0\u23F3\u2600-\u27BF\u2B50\u2B55]|\uD83C[\uDDE6-\uDDFF\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F\uDE80-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD00-\uDDFF\uDE70-\uDE73\uDE78-\uDE82\uDE90-\uDE95])/;function mo(l){return Vo.test(l)}var Ro=/^[\t\n\r\x20-\x7E]*$/;function uo(l){return Ro.test(l)}function ui(l){for(var E=0,M=l.length;E=11904&&l<=55215||l>=63744&&l<=64255||l>=65281&&l<=65374}function ji(l){return l>=127462&&l<=127487||l>=9728&&l<=10175||l>=127744&&l<=128591||l>=128640&&l<=128764||l>=128992&&l<=129003||l>=129280&&l<=129535||l>=129648&&l<=129651||l>=129656&&l<=129666||l>=129680&&l<=129685}var Fo=String.fromCharCode(65279);function ko(l){return!!(l&&l.length>0&&l.charCodeAt(0)===65279)}function bo(l){return btoa(encodeURIComponent(l))}function Ri(l,E){for(var M="",Me=0;MeM[3*on+1])on=2*on+1;else return M[3*on+2];return 0},l._INSTANCE=null,l}();function Na(){return JSON.parse("[0,0,0,51592,51592,11,44424,44424,11,72251,72254,5,7150,7150,7,48008,48008,11,55176,55176,11,128420,128420,14,3276,3277,5,9979,9980,14,46216,46216,11,49800,49800,11,53384,53384,11,70726,70726,5,122915,122916,5,129320,129327,14,2558,2558,5,5906,5908,5,9762,9763,14,43360,43388,8,45320,45320,11,47112,47112,11,48904,48904,11,50696,50696,11,52488,52488,11,54280,54280,11,70082,70083,1,71350,71350,7,73111,73111,5,127892,127893,14,128726,128727,14,129473,129474,14,2027,2035,5,2901,2902,5,3784,3789,5,6754,6754,5,8418,8420,5,9877,9877,14,11088,11088,14,44008,44008,5,44872,44872,11,45768,45768,11,46664,46664,11,47560,47560,11,48456,48456,11,49352,49352,11,50248,50248,11,51144,51144,11,52040,52040,11,52936,52936,11,53832,53832,11,54728,54728,11,69811,69814,5,70459,70460,5,71096,71099,7,71998,71998,5,72874,72880,5,119149,119149,7,127374,127374,14,128335,128335,14,128482,128482,14,128765,128767,14,129399,129400,14,129680,129685,14,1476,1477,5,2377,2380,7,2759,2760,5,3137,3140,7,3458,3459,7,4153,4154,5,6432,6434,5,6978,6978,5,7675,7679,5,9723,9726,14,9823,9823,14,9919,9923,14,10035,10036,14,42736,42737,5,43596,43596,5,44200,44200,11,44648,44648,11,45096,45096,11,45544,45544,11,45992,45992,11,46440,46440,11,46888,46888,11,47336,47336,11,47784,47784,11,48232,48232,11,48680,48680,11,49128,49128,11,49576,49576,11,50024,50024,11,50472,50472,11,50920,50920,11,51368,51368,11,51816,51816,11,52264,52264,11,52712,52712,11,53160,53160,11,53608,53608,11,54056,54056,11,54504,54504,11,54952,54952,11,68108,68111,5,69933,69940,5,70197,70197,7,70498,70499,7,70845,70845,5,71229,71229,5,71727,71735,5,72154,72155,5,72344,72345,5,73023,73029,5,94095,94098,5,121403,121452,5,126981,127182,14,127538,127546,14,127990,127990,14,128391,128391,14,128445,128449,14,128500,128505,14,128752,128752,14,129160,129167,14,129356,129356,14,129432,129442,14,129648,129651,14,129751,131069,14,173,173,4,1757,1757,1,2274,2274,1,2494,2494,5,2641,2641,5,2876,2876,5,3014,3016,7,3262,3262,7,3393,3396,5,3570,3571,7,3968,3972,5,4228,4228,7,6086,6086,5,6679,6680,5,6912,6915,5,7080,7081,5,7380,7392,5,8252,8252,14,9096,9096,14,9748,9749,14,9784,9786,14,9833,9850,14,9890,9894,14,9938,9938,14,9999,9999,14,10085,10087,14,12349,12349,14,43136,43137,7,43454,43456,7,43755,43755,7,44088,44088,11,44312,44312,11,44536,44536,11,44760,44760,11,44984,44984,11,45208,45208,11,45432,45432,11,45656,45656,11,45880,45880,11,46104,46104,11,46328,46328,11,46552,46552,11,46776,46776,11,47000,47000,11,47224,47224,11,47448,47448,11,47672,47672,11,47896,47896,11,48120,48120,11,48344,48344,11,48568,48568,11,48792,48792,11,49016,49016,11,49240,49240,11,49464,49464,11,49688,49688,11,49912,49912,11,50136,50136,11,50360,50360,11,50584,50584,11,50808,50808,11,51032,51032,11,51256,51256,11,51480,51480,11,51704,51704,11,51928,51928,11,52152,52152,11,52376,52376,11,52600,52600,11,52824,52824,11,53048,53048,11,53272,53272,11,53496,53496,11,53720,53720,11,53944,53944,11,54168,54168,11,54392,54392,11,54616,54616,11,54840,54840,11,55064,55064,11,65438,65439,5,69633,69633,5,69837,69837,1,70018,70018,7,70188,70190,7,70368,70370,7,70465,70468,7,70712,70719,5,70835,70840,5,70850,70851,5,71132,71133,5,71340,71340,7,71458,71461,5,71985,71989,7,72002,72002,7,72193,72202,5,72281,72283,5,72766,72766,7,72885,72886,5,73104,73105,5,92912,92916,5,113824,113827,4,119173,119179,5,121505,121519,5,125136,125142,5,127279,127279,14,127489,127490,14,127570,127743,14,127900,127901,14,128254,128254,14,128369,128370,14,128400,128400,14,128425,128432,14,128468,128475,14,128489,128494,14,128715,128720,14,128745,128745,14,128759,128760,14,129004,129023,14,129296,129304,14,129340,129342,14,129388,129392,14,129404,129407,14,129454,129455,14,129485,129487,14,129659,129663,14,129719,129727,14,917536,917631,5,13,13,2,1160,1161,5,1564,1564,4,1807,1807,1,2085,2087,5,2363,2363,7,2402,2403,5,2507,2508,7,2622,2624,7,2691,2691,7,2786,2787,5,2881,2884,5,3006,3006,5,3072,3072,5,3170,3171,5,3267,3268,7,3330,3331,7,3406,3406,1,3538,3540,5,3655,3662,5,3897,3897,5,4038,4038,5,4184,4185,5,4352,4447,8,6068,6069,5,6155,6157,5,6448,6449,7,6742,6742,5,6783,6783,5,6966,6970,5,7042,7042,7,7143,7143,7,7212,7219,5,7412,7412,5,8206,8207,4,8294,8303,4,8596,8601,14,9410,9410,14,9742,9742,14,9757,9757,14,9770,9770,14,9794,9794,14,9828,9828,14,9855,9855,14,9882,9882,14,9900,9903,14,9929,9933,14,9963,9967,14,9987,9988,14,10006,10006,14,10062,10062,14,10175,10175,14,11744,11775,5,42607,42607,5,43043,43044,7,43263,43263,5,43444,43445,7,43569,43570,5,43698,43700,5,43766,43766,5,44032,44032,11,44144,44144,11,44256,44256,11,44368,44368,11,44480,44480,11,44592,44592,11,44704,44704,11,44816,44816,11,44928,44928,11,45040,45040,11,45152,45152,11,45264,45264,11,45376,45376,11,45488,45488,11,45600,45600,11,45712,45712,11,45824,45824,11,45936,45936,11,46048,46048,11,46160,46160,11,46272,46272,11,46384,46384,11,46496,46496,11,46608,46608,11,46720,46720,11,46832,46832,11,46944,46944,11,47056,47056,11,47168,47168,11,47280,47280,11,47392,47392,11,47504,47504,11,47616,47616,11,47728,47728,11,47840,47840,11,47952,47952,11,48064,48064,11,48176,48176,11,48288,48288,11,48400,48400,11,48512,48512,11,48624,48624,11,48736,48736,11,48848,48848,11,48960,48960,11,49072,49072,11,49184,49184,11,49296,49296,11,49408,49408,11,49520,49520,11,49632,49632,11,49744,49744,11,49856,49856,11,49968,49968,11,50080,50080,11,50192,50192,11,50304,50304,11,50416,50416,11,50528,50528,11,50640,50640,11,50752,50752,11,50864,50864,11,50976,50976,11,51088,51088,11,51200,51200,11,51312,51312,11,51424,51424,11,51536,51536,11,51648,51648,11,51760,51760,11,51872,51872,11,51984,51984,11,52096,52096,11,52208,52208,11,52320,52320,11,52432,52432,11,52544,52544,11,52656,52656,11,52768,52768,11,52880,52880,11,52992,52992,11,53104,53104,11,53216,53216,11,53328,53328,11,53440,53440,11,53552,53552,11,53664,53664,11,53776,53776,11,53888,53888,11,54000,54000,11,54112,54112,11,54224,54224,11,54336,54336,11,54448,54448,11,54560,54560,11,54672,54672,11,54784,54784,11,54896,54896,11,55008,55008,11,55120,55120,11,64286,64286,5,66272,66272,5,68900,68903,5,69762,69762,7,69817,69818,5,69927,69931,5,70003,70003,5,70070,70078,5,70094,70094,7,70194,70195,7,70206,70206,5,70400,70401,5,70463,70463,7,70475,70477,7,70512,70516,5,70722,70724,5,70832,70832,5,70842,70842,5,70847,70848,5,71088,71089,7,71102,71102,7,71219,71226,5,71231,71232,5,71342,71343,7,71453,71455,5,71463,71467,5,71737,71738,5,71995,71996,5,72000,72000,7,72145,72147,7,72160,72160,5,72249,72249,7,72273,72278,5,72330,72342,5,72752,72758,5,72850,72871,5,72882,72883,5,73018,73018,5,73031,73031,5,73109,73109,5,73461,73462,7,94031,94031,5,94192,94193,7,119142,119142,7,119155,119162,4,119362,119364,5,121476,121476,5,122888,122904,5,123184,123190,5,126976,126979,14,127184,127231,14,127344,127345,14,127405,127461,14,127514,127514,14,127561,127567,14,127778,127779,14,127896,127896,14,127985,127986,14,127995,127999,5,128326,128328,14,128360,128366,14,128378,128378,14,128394,128397,14,128405,128406,14,128422,128423,14,128435,128443,14,128453,128464,14,128479,128480,14,128484,128487,14,128496,128498,14,128640,128709,14,128723,128724,14,128736,128741,14,128747,128748,14,128755,128755,14,128762,128762,14,128981,128991,14,129096,129103,14,129292,129292,14,129311,129311,14,129329,129330,14,129344,129349,14,129360,129374,14,129394,129394,14,129402,129402,14,129413,129425,14,129445,129450,14,129466,129471,14,129483,129483,14,129511,129535,14,129653,129655,14,129667,129670,14,129705,129711,14,129731,129743,14,917505,917505,4,917760,917999,5,10,10,3,127,159,4,768,879,5,1471,1471,5,1536,1541,1,1648,1648,5,1767,1768,5,1840,1866,5,2070,2073,5,2137,2139,5,2307,2307,7,2366,2368,7,2382,2383,7,2434,2435,7,2497,2500,5,2519,2519,5,2563,2563,7,2631,2632,5,2677,2677,5,2750,2752,7,2763,2764,7,2817,2817,5,2879,2879,5,2891,2892,7,2914,2915,5,3008,3008,5,3021,3021,5,3076,3076,5,3146,3149,5,3202,3203,7,3264,3265,7,3271,3272,7,3298,3299,5,3390,3390,5,3402,3404,7,3426,3427,5,3535,3535,5,3544,3550,7,3635,3635,7,3763,3763,7,3893,3893,5,3953,3966,5,3981,3991,5,4145,4145,7,4157,4158,5,4209,4212,5,4237,4237,5,4520,4607,10,5970,5971,5,6071,6077,5,6089,6099,5,6277,6278,5,6439,6440,5,6451,6456,7,6683,6683,5,6744,6750,5,6765,6770,7,6846,6846,5,6964,6964,5,6972,6972,5,7019,7027,5,7074,7077,5,7083,7085,5,7146,7148,7,7154,7155,7,7222,7223,5,7394,7400,5,7416,7417,5,8204,8204,5,8233,8233,4,8288,8292,4,8413,8416,5,8482,8482,14,8986,8987,14,9193,9203,14,9654,9654,14,9733,9733,14,9745,9745,14,9752,9752,14,9760,9760,14,9766,9766,14,9774,9775,14,9792,9792,14,9800,9811,14,9825,9826,14,9831,9831,14,9852,9853,14,9872,9873,14,9880,9880,14,9885,9887,14,9896,9897,14,9906,9916,14,9926,9927,14,9936,9936,14,9941,9960,14,9974,9974,14,9982,9985,14,9992,9997,14,10002,10002,14,10017,10017,14,10055,10055,14,10071,10071,14,10145,10145,14,11013,11015,14,11503,11505,5,12334,12335,5,12951,12951,14,42612,42621,5,43014,43014,5,43047,43047,7,43204,43205,5,43335,43345,5,43395,43395,7,43450,43451,7,43561,43566,5,43573,43574,5,43644,43644,5,43710,43711,5,43758,43759,7,44005,44005,5,44012,44012,7,44060,44060,11,44116,44116,11,44172,44172,11,44228,44228,11,44284,44284,11,44340,44340,11,44396,44396,11,44452,44452,11,44508,44508,11,44564,44564,11,44620,44620,11,44676,44676,11,44732,44732,11,44788,44788,11,44844,44844,11,44900,44900,11,44956,44956,11,45012,45012,11,45068,45068,11,45124,45124,11,45180,45180,11,45236,45236,11,45292,45292,11,45348,45348,11,45404,45404,11,45460,45460,11,45516,45516,11,45572,45572,11,45628,45628,11,45684,45684,11,45740,45740,11,45796,45796,11,45852,45852,11,45908,45908,11,45964,45964,11,46020,46020,11,46076,46076,11,46132,46132,11,46188,46188,11,46244,46244,11,46300,46300,11,46356,46356,11,46412,46412,11,46468,46468,11,46524,46524,11,46580,46580,11,46636,46636,11,46692,46692,11,46748,46748,11,46804,46804,11,46860,46860,11,46916,46916,11,46972,46972,11,47028,47028,11,47084,47084,11,47140,47140,11,47196,47196,11,47252,47252,11,47308,47308,11,47364,47364,11,47420,47420,11,47476,47476,11,47532,47532,11,47588,47588,11,47644,47644,11,47700,47700,11,47756,47756,11,47812,47812,11,47868,47868,11,47924,47924,11,47980,47980,11,48036,48036,11,48092,48092,11,48148,48148,11,48204,48204,11,48260,48260,11,48316,48316,11,48372,48372,11,48428,48428,11,48484,48484,11,48540,48540,11,48596,48596,11,48652,48652,11,48708,48708,11,48764,48764,11,48820,48820,11,48876,48876,11,48932,48932,11,48988,48988,11,49044,49044,11,49100,49100,11,49156,49156,11,49212,49212,11,49268,49268,11,49324,49324,11,49380,49380,11,49436,49436,11,49492,49492,11,49548,49548,11,49604,49604,11,49660,49660,11,49716,49716,11,49772,49772,11,49828,49828,11,49884,49884,11,49940,49940,11,49996,49996,11,50052,50052,11,50108,50108,11,50164,50164,11,50220,50220,11,50276,50276,11,50332,50332,11,50388,50388,11,50444,50444,11,50500,50500,11,50556,50556,11,50612,50612,11,50668,50668,11,50724,50724,11,50780,50780,11,50836,50836,11,50892,50892,11,50948,50948,11,51004,51004,11,51060,51060,11,51116,51116,11,51172,51172,11,51228,51228,11,51284,51284,11,51340,51340,11,51396,51396,11,51452,51452,11,51508,51508,11,51564,51564,11,51620,51620,11,51676,51676,11,51732,51732,11,51788,51788,11,51844,51844,11,51900,51900,11,51956,51956,11,52012,52012,11,52068,52068,11,52124,52124,11,52180,52180,11,52236,52236,11,52292,52292,11,52348,52348,11,52404,52404,11,52460,52460,11,52516,52516,11,52572,52572,11,52628,52628,11,52684,52684,11,52740,52740,11,52796,52796,11,52852,52852,11,52908,52908,11,52964,52964,11,53020,53020,11,53076,53076,11,53132,53132,11,53188,53188,11,53244,53244,11,53300,53300,11,53356,53356,11,53412,53412,11,53468,53468,11,53524,53524,11,53580,53580,11,53636,53636,11,53692,53692,11,53748,53748,11,53804,53804,11,53860,53860,11,53916,53916,11,53972,53972,11,54028,54028,11,54084,54084,11,54140,54140,11,54196,54196,11,54252,54252,11,54308,54308,11,54364,54364,11,54420,54420,11,54476,54476,11,54532,54532,11,54588,54588,11,54644,54644,11,54700,54700,11,54756,54756,11,54812,54812,11,54868,54868,11,54924,54924,11,54980,54980,11,55036,55036,11,55092,55092,11,55148,55148,11,55216,55238,9,65056,65071,5,65529,65531,4,68097,68099,5,68159,68159,5,69446,69456,5,69688,69702,5,69808,69810,7,69815,69816,7,69821,69821,1,69888,69890,5,69932,69932,7,69957,69958,7,70016,70017,5,70067,70069,7,70079,70080,7,70089,70092,5,70095,70095,5,70191,70193,5,70196,70196,5,70198,70199,5,70367,70367,5,70371,70378,5,70402,70403,7,70462,70462,5,70464,70464,5,70471,70472,7,70487,70487,5,70502,70508,5,70709,70711,7,70720,70721,7,70725,70725,7,70750,70750,5,70833,70834,7,70841,70841,7,70843,70844,7,70846,70846,7,70849,70849,7,71087,71087,5,71090,71093,5,71100,71101,5,71103,71104,5,71216,71218,7,71227,71228,7,71230,71230,7,71339,71339,5,71341,71341,5,71344,71349,5,71351,71351,5,71456,71457,7,71462,71462,7,71724,71726,7,71736,71736,7,71984,71984,5,71991,71992,7,71997,71997,7,71999,71999,1,72001,72001,1,72003,72003,5,72148,72151,5,72156,72159,7,72164,72164,7,72243,72248,5,72250,72250,1,72263,72263,5,72279,72280,7,72324,72329,1,72343,72343,7,72751,72751,7,72760,72765,5,72767,72767,5,72873,72873,7,72881,72881,7,72884,72884,7,73009,73014,5,73020,73021,5,73030,73030,1,73098,73102,7,73107,73108,7,73110,73110,7,73459,73460,5,78896,78904,4,92976,92982,5,94033,94087,7,94180,94180,5,113821,113822,5,119141,119141,5,119143,119145,5,119150,119154,5,119163,119170,5,119210,119213,5,121344,121398,5,121461,121461,5,121499,121503,5,122880,122886,5,122907,122913,5,122918,122922,5,123628,123631,5,125252,125258,5,126980,126980,14,127183,127183,14,127245,127247,14,127340,127343,14,127358,127359,14,127377,127386,14,127462,127487,6,127491,127503,14,127535,127535,14,127548,127551,14,127568,127569,14,127744,127777,14,127780,127891,14,127894,127895,14,127897,127899,14,127902,127984,14,127987,127989,14,127991,127994,14,128000,128253,14,128255,128317,14,128329,128334,14,128336,128359,14,128367,128368,14,128371,128377,14,128379,128390,14,128392,128393,14,128398,128399,14,128401,128404,14,128407,128419,14,128421,128421,14,128424,128424,14,128433,128434,14,128444,128444,14,128450,128452,14,128465,128467,14,128476,128478,14,128481,128481,14,128483,128483,14,128488,128488,14,128495,128495,14,128499,128499,14,128506,128591,14,128710,128714,14,128721,128722,14,128725,128725,14,128728,128735,14,128742,128744,14,128746,128746,14,128749,128751,14,128753,128754,14,128756,128758,14,128761,128761,14,128763,128764,14,128884,128895,14,128992,129003,14,129036,129039,14,129114,129119,14,129198,129279,14,129293,129295,14,129305,129310,14,129312,129319,14,129328,129328,14,129331,129338,14,129343,129343,14,129351,129355,14,129357,129359,14,129375,129387,14,129393,129393,14,129395,129398,14,129401,129401,14,129403,129403,14,129408,129412,14,129426,129431,14,129443,129444,14,129451,129453,14,129456,129465,14,129472,129472,14,129475,129482,14,129484,129484,14,129488,129510,14,129536,129647,14,129652,129652,14,129656,129658,14,129664,129666,14,129671,129679,14,129686,129704,14,129712,129718,14,129728,129730,14,129744,129750,14,917504,917504,4,917506,917535,4,917632,917759,4,918000,921599,4,0,9,4,11,12,4,14,31,4,169,169,14,174,174,14,1155,1159,5,1425,1469,5,1473,1474,5,1479,1479,5,1552,1562,5,1611,1631,5,1750,1756,5,1759,1764,5,1770,1773,5,1809,1809,5,1958,1968,5,2045,2045,5,2075,2083,5,2089,2093,5,2259,2273,5,2275,2306,5,2362,2362,5,2364,2364,5,2369,2376,5,2381,2381,5,2385,2391,5,2433,2433,5,2492,2492,5,2495,2496,7,2503,2504,7,2509,2509,5,2530,2531,5,2561,2562,5,2620,2620,5,2625,2626,5,2635,2637,5,2672,2673,5,2689,2690,5,2748,2748,5,2753,2757,5,2761,2761,7,2765,2765,5,2810,2815,5,2818,2819,7,2878,2878,5,2880,2880,7,2887,2888,7,2893,2893,5,2903,2903,5,2946,2946,5,3007,3007,7,3009,3010,7,3018,3020,7,3031,3031,5,3073,3075,7,3134,3136,5,3142,3144,5,3157,3158,5,3201,3201,5,3260,3260,5,3263,3263,5,3266,3266,5,3270,3270,5,3274,3275,7,3285,3286,5,3328,3329,5,3387,3388,5,3391,3392,7,3398,3400,7,3405,3405,5,3415,3415,5,3457,3457,5,3530,3530,5,3536,3537,7,3542,3542,5,3551,3551,5,3633,3633,5,3636,3642,5,3761,3761,5,3764,3772,5,3864,3865,5,3895,3895,5,3902,3903,7,3967,3967,7,3974,3975,5,3993,4028,5,4141,4144,5,4146,4151,5,4155,4156,7,4182,4183,7,4190,4192,5,4226,4226,5,4229,4230,5,4253,4253,5,4448,4519,9,4957,4959,5,5938,5940,5,6002,6003,5,6070,6070,7,6078,6085,7,6087,6088,7,6109,6109,5,6158,6158,4,6313,6313,5,6435,6438,7,6441,6443,7,6450,6450,5,6457,6459,5,6681,6682,7,6741,6741,7,6743,6743,7,6752,6752,5,6757,6764,5,6771,6780,5,6832,6845,5,6847,6848,5,6916,6916,7,6965,6965,5,6971,6971,7,6973,6977,7,6979,6980,7,7040,7041,5,7073,7073,7,7078,7079,7,7082,7082,7,7142,7142,5,7144,7145,5,7149,7149,5,7151,7153,5,7204,7211,7,7220,7221,7,7376,7378,5,7393,7393,7,7405,7405,5,7415,7415,7,7616,7673,5,8203,8203,4,8205,8205,13,8232,8232,4,8234,8238,4,8265,8265,14,8293,8293,4,8400,8412,5,8417,8417,5,8421,8432,5,8505,8505,14,8617,8618,14,9000,9000,14,9167,9167,14,9208,9210,14,9642,9643,14,9664,9664,14,9728,9732,14,9735,9741,14,9743,9744,14,9746,9746,14,9750,9751,14,9753,9756,14,9758,9759,14,9761,9761,14,9764,9765,14,9767,9769,14,9771,9773,14,9776,9783,14,9787,9791,14,9793,9793,14,9795,9799,14,9812,9822,14,9824,9824,14,9827,9827,14,9829,9830,14,9832,9832,14,9851,9851,14,9854,9854,14,9856,9861,14,9874,9876,14,9878,9879,14,9881,9881,14,9883,9884,14,9888,9889,14,9895,9895,14,9898,9899,14,9904,9905,14,9917,9918,14,9924,9925,14,9928,9928,14,9934,9935,14,9937,9937,14,9939,9940,14,9961,9962,14,9968,9973,14,9975,9978,14,9981,9981,14,9986,9986,14,9989,9989,14,9998,9998,14,10000,10001,14,10004,10004,14,10013,10013,14,10024,10024,14,10052,10052,14,10060,10060,14,10067,10069,14,10083,10084,14,10133,10135,14,10160,10160,14,10548,10549,14,11035,11036,14,11093,11093,14,11647,11647,5,12330,12333,5,12336,12336,14,12441,12442,5,12953,12953,14,42608,42610,5,42654,42655,5,43010,43010,5,43019,43019,5,43045,43046,5,43052,43052,5,43188,43203,7,43232,43249,5,43302,43309,5,43346,43347,7,43392,43394,5,43443,43443,5,43446,43449,5,43452,43453,5,43493,43493,5,43567,43568,7,43571,43572,7,43587,43587,5,43597,43597,7,43696,43696,5,43703,43704,5,43713,43713,5,43756,43757,5,43765,43765,7,44003,44004,7,44006,44007,7,44009,44010,7,44013,44013,5,44033,44059,12,44061,44087,12,44089,44115,12,44117,44143,12,44145,44171,12,44173,44199,12,44201,44227,12,44229,44255,12,44257,44283,12,44285,44311,12,44313,44339,12,44341,44367,12,44369,44395,12,44397,44423,12,44425,44451,12,44453,44479,12,44481,44507,12,44509,44535,12,44537,44563,12,44565,44591,12,44593,44619,12,44621,44647,12,44649,44675,12,44677,44703,12,44705,44731,12,44733,44759,12,44761,44787,12,44789,44815,12,44817,44843,12,44845,44871,12,44873,44899,12,44901,44927,12,44929,44955,12,44957,44983,12,44985,45011,12,45013,45039,12,45041,45067,12,45069,45095,12,45097,45123,12,45125,45151,12,45153,45179,12,45181,45207,12,45209,45235,12,45237,45263,12,45265,45291,12,45293,45319,12,45321,45347,12,45349,45375,12,45377,45403,12,45405,45431,12,45433,45459,12,45461,45487,12,45489,45515,12,45517,45543,12,45545,45571,12,45573,45599,12,45601,45627,12,45629,45655,12,45657,45683,12,45685,45711,12,45713,45739,12,45741,45767,12,45769,45795,12,45797,45823,12,45825,45851,12,45853,45879,12,45881,45907,12,45909,45935,12,45937,45963,12,45965,45991,12,45993,46019,12,46021,46047,12,46049,46075,12,46077,46103,12,46105,46131,12,46133,46159,12,46161,46187,12,46189,46215,12,46217,46243,12,46245,46271,12,46273,46299,12,46301,46327,12,46329,46355,12,46357,46383,12,46385,46411,12,46413,46439,12,46441,46467,12,46469,46495,12,46497,46523,12,46525,46551,12,46553,46579,12,46581,46607,12,46609,46635,12,46637,46663,12,46665,46691,12,46693,46719,12,46721,46747,12,46749,46775,12,46777,46803,12,46805,46831,12,46833,46859,12,46861,46887,12,46889,46915,12,46917,46943,12,46945,46971,12,46973,46999,12,47001,47027,12,47029,47055,12,47057,47083,12,47085,47111,12,47113,47139,12,47141,47167,12,47169,47195,12,47197,47223,12,47225,47251,12,47253,47279,12,47281,47307,12,47309,47335,12,47337,47363,12,47365,47391,12,47393,47419,12,47421,47447,12,47449,47475,12,47477,47503,12,47505,47531,12,47533,47559,12,47561,47587,12,47589,47615,12,47617,47643,12,47645,47671,12,47673,47699,12,47701,47727,12,47729,47755,12,47757,47783,12,47785,47811,12,47813,47839,12,47841,47867,12,47869,47895,12,47897,47923,12,47925,47951,12,47953,47979,12,47981,48007,12,48009,48035,12,48037,48063,12,48065,48091,12,48093,48119,12,48121,48147,12,48149,48175,12,48177,48203,12,48205,48231,12,48233,48259,12,48261,48287,12,48289,48315,12,48317,48343,12,48345,48371,12,48373,48399,12,48401,48427,12,48429,48455,12,48457,48483,12,48485,48511,12,48513,48539,12,48541,48567,12,48569,48595,12,48597,48623,12,48625,48651,12,48653,48679,12,48681,48707,12,48709,48735,12,48737,48763,12,48765,48791,12,48793,48819,12,48821,48847,12,48849,48875,12,48877,48903,12,48905,48931,12,48933,48959,12,48961,48987,12,48989,49015,12,49017,49043,12,49045,49071,12,49073,49099,12,49101,49127,12,49129,49155,12,49157,49183,12,49185,49211,12,49213,49239,12,49241,49267,12,49269,49295,12,49297,49323,12,49325,49351,12,49353,49379,12,49381,49407,12,49409,49435,12,49437,49463,12,49465,49491,12,49493,49519,12,49521,49547,12,49549,49575,12,49577,49603,12,49605,49631,12,49633,49659,12,49661,49687,12,49689,49715,12,49717,49743,12,49745,49771,12,49773,49799,12,49801,49827,12,49829,49855,12,49857,49883,12,49885,49911,12,49913,49939,12,49941,49967,12,49969,49995,12,49997,50023,12,50025,50051,12,50053,50079,12,50081,50107,12,50109,50135,12,50137,50163,12,50165,50191,12,50193,50219,12,50221,50247,12,50249,50275,12,50277,50303,12,50305,50331,12,50333,50359,12,50361,50387,12,50389,50415,12,50417,50443,12,50445,50471,12,50473,50499,12,50501,50527,12,50529,50555,12,50557,50583,12,50585,50611,12,50613,50639,12,50641,50667,12,50669,50695,12,50697,50723,12,50725,50751,12,50753,50779,12,50781,50807,12,50809,50835,12,50837,50863,12,50865,50891,12,50893,50919,12,50921,50947,12,50949,50975,12,50977,51003,12,51005,51031,12,51033,51059,12,51061,51087,12,51089,51115,12,51117,51143,12,51145,51171,12,51173,51199,12,51201,51227,12,51229,51255,12,51257,51283,12,51285,51311,12,51313,51339,12,51341,51367,12,51369,51395,12,51397,51423,12,51425,51451,12,51453,51479,12,51481,51507,12,51509,51535,12,51537,51563,12,51565,51591,12,51593,51619,12,51621,51647,12,51649,51675,12,51677,51703,12,51705,51731,12,51733,51759,12,51761,51787,12,51789,51815,12,51817,51843,12,51845,51871,12,51873,51899,12,51901,51927,12,51929,51955,12,51957,51983,12,51985,52011,12,52013,52039,12,52041,52067,12,52069,52095,12,52097,52123,12,52125,52151,12,52153,52179,12,52181,52207,12,52209,52235,12,52237,52263,12,52265,52291,12,52293,52319,12,52321,52347,12,52349,52375,12,52377,52403,12,52405,52431,12,52433,52459,12,52461,52487,12,52489,52515,12,52517,52543,12,52545,52571,12,52573,52599,12,52601,52627,12,52629,52655,12,52657,52683,12,52685,52711,12,52713,52739,12,52741,52767,12,52769,52795,12,52797,52823,12,52825,52851,12,52853,52879,12,52881,52907,12,52909,52935,12,52937,52963,12,52965,52991,12,52993,53019,12,53021,53047,12,53049,53075,12,53077,53103,12,53105,53131,12,53133,53159,12,53161,53187,12,53189,53215,12,53217,53243,12,53245,53271,12,53273,53299,12,53301,53327,12,53329,53355,12,53357,53383,12,53385,53411,12,53413,53439,12,53441,53467,12,53469,53495,12,53497,53523,12,53525,53551,12,53553,53579,12,53581,53607,12,53609,53635,12,53637,53663,12,53665,53691,12,53693,53719,12,53721,53747,12,53749,53775,12,53777,53803,12,53805,53831,12,53833,53859,12,53861,53887,12,53889,53915,12,53917,53943,12,53945,53971,12,53973,53999,12,54001,54027,12,54029,54055,12,54057,54083,12,54085,54111,12,54113,54139,12,54141,54167,12,54169,54195,12,54197,54223,12,54225,54251,12,54253,54279,12,54281,54307,12,54309,54335,12,54337,54363,12,54365,54391,12,54393,54419,12,54421,54447,12,54449,54475,12,54477,54503,12,54505,54531,12,54533,54559,12,54561,54587,12,54589,54615,12,54617,54643,12,54645,54671,12,54673,54699,12,54701,54727,12,54729,54755,12,54757,54783,12,54785,54811,12,54813,54839,12,54841,54867,12,54869,54895,12,54897,54923,12,54925,54951,12,54953,54979,12,54981,55007,12,55009,55035,12,55037,55063,12,55065,55091,12,55093,55119,12,55121,55147,12,55149,55175,12,55177,55203,12,55243,55291,10,65024,65039,5,65279,65279,4,65520,65528,4,66045,66045,5,66422,66426,5,68101,68102,5,68152,68154,5,68325,68326,5,69291,69292,5,69632,69632,7,69634,69634,7,69759,69761,5]")}var qr=3;function hi(l,E,M,Me){var on=new Ue(l,E,M);return on.ComputeDiff(Me)}var Ii=function(){function l(E){for(var M=[],Me=[],on=0,fn=E.length;on0&&M.originalLength<20&&M.modifiedLength>0&&M.modifiedLength<20&&fn()){var ha=Me.createCharSequence(E,M.originalStart,M.originalStart+M.originalLength-1),ia=on.createCharSequence(E,M.modifiedStart,M.modifiedStart+M.modifiedLength-1),Ka=hi(ha,ia,fn,!0).changes;Dt&&(Ka=tn(Ka)),Hr=[];for(var ci=0,ti=Ka.length;ci1&&ti>1;){var yi=ia.charCodeAt(ci-2),Xr=Ka.charCodeAt(ti-2);if(yi!==Xr)break;ci--,ti--}(ci>1||ti>1)&&this._pushTrimWhitespaceCharChange(Dt,Ft+1,1,ci,Lt+1,1,ti)}{for(var aa=Pt(ia,1),oa=Pt(Ka,1),ta=ia.length+1,La=Ka.length+1;aa255?255:l|0}function Cr(l){return l<0?0:l>4294967295?4294967295:l|0}var Ya=function(){function l(E,M){this.index=E,this.remainder=M}return l}(),Oa=function(){function l(E){this.values=E,this.prefixSum=new Uint32Array(E.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}return l.prototype.insertValues=function(E,M){E=Cr(E);var Me=this.values,on=this.prefixSum,fn=M.length;return fn===0?!1:(this.values=new Uint32Array(Me.length+fn),this.values.set(Me.subarray(0,E),0),this.values.set(Me.subarray(E),E+fn),this.values.set(M,E),E-1=0&&this.prefixSum.set(on.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},l.prototype.changeValue=function(E,M){return E=Cr(E),M=Cr(M),this.values[E]===M?!1:(this.values[E]=M,E-1=Me.length)return!1;var fn=Me.length-E;return M>=fn&&(M=fn),M===0?!1:(this.values=new Uint32Array(Me.length-M),this.values.set(Me.subarray(0,E),0),this.values.set(Me.subarray(E+M),E),this.prefixSum=new Uint32Array(this.values.length),E-1=0&&this.prefixSum.set(on.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},l.prototype.getTotalValue=function(){return this.values.length===0?0:this._getAccumulatedValue(this.values.length-1)},l.prototype.getAccumulatedValue=function(E){return E<0?0:(E=Cr(E),this._getAccumulatedValue(E))},l.prototype._getAccumulatedValue=function(E){if(E<=this.prefixSumValidIndex[0])return this.prefixSum[E];var M=this.prefixSumValidIndex[0]+1;M===0&&(this.prefixSum[0]=this.values[0],M++),E>=this.values.length&&(E=this.values.length-1);for(var Me=M;Me<=E;Me++)this.prefixSum[Me]=this.prefixSum[Me-1]+this.values[Me];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],E),this.prefixSum[E]},l.prototype.getIndexOf=function(E){E=Math.floor(E),this.getTotalValue();for(var M=0,Me=this.values.length-1,on=0,fn=0,Wn=0;M<=Me;)if(on=M+(Me-M)/2|0,fn=this.prefixSum[on],Wn=fn-this.values[on],E=fn)M=on+1;else break;return new Ya(on,E-Wn)},l}(),Ni=function(){function l(E,M,Me,on){this._uri=E,this._lines=M,this._eol=Me,this._versionId=on,this._lineStarts=null}return l.prototype.dispose=function(){this._lines.length=0},l.prototype.getText=function(){return this._lines.join(this._eol)},l.prototype.onEvents=function(E){E.eol&&E.eol!==this._eol&&(this._eol=E.eol,this._lineStarts=null);for(var M=E.changes,Me=0,on=M;Me/?";function _i(l){l===void 0&&(l="");for(var E="(-?\\d*\\.\\d\\w*)|([^",M=0,Me=ii;M=0)continue;E+="\\"+on}return E+="\\s]+)",new RegExp(E,"g")}var Ye=_i();function zn(l){var E=Ye;if(l&&l instanceof RegExp)if(l.global)E=l;else{var M="g";l.ignoreCase&&(M+="i"),l.multiline&&(M+="m"),l.unicode&&(M+="u"),E=new RegExp(l.source,M)}return E.lastIndex=0,E}function ge(l,E,M,Me){var on=l-1-Me,fn=M.lastIndexOf(" ",on-1)+1;E.lastIndex=fn;for(var Wn;Wn=E.exec(M);){var Dt=Wn.index||0;if(Dt<=on&&E.lastIndex>=on)return{word:Wn[0],startColumn:Me+1+Dt,endColumn:Me+1+E.lastIndex}}return null}function hn(l,E,M,Me){var on=l-1-Me;E.lastIndex=0;for(var fn;fn=E.exec(M);){var Wn=fn.index||0;if(Wn>on)return null;if(E.lastIndex>=on)return{word:fn[0],startColumn:Me+1+Wn,endColumn:Me+1+E.lastIndex}}return null}function Jn(l,E,M,Me){E.lastIndex=0;var on=E.exec(M);if(!on)return null;var fn=on[0].indexOf(" ")>=0?hn(l,E,M,Me):ge(l,E,M,Me);return E.lastIndex=0,fn}var ue=function(){function l(E){var M=cr(E);this._defaultValue=M,this._asciiMap=l._createAsciiMap(M),this._map=new Map}return l._createAsciiMap=function(E){for(var M=new Uint8Array(256),Me=0;Me<256;Me++)M[Me]=E;return M},l.prototype.set=function(E,M){var Me=cr(M);E>=0&&E<256?this._asciiMap[E]=Me:this._map.set(E,Me)},l.prototype.get=function(E){return E>=0&&E<256?this._asciiMap[E]:this._map.get(E)||this._defaultValue},l}(),rn=function(){function l(){this._actual=new ue(0)}return l.prototype.add=function(E){this._actual.set(E,1)},l.prototype.has=function(E){return this._actual.get(E)===1},l}(),Cn=function(){function l(E,M,Me){for(var on=new Uint8Array(E*M),fn=0,Wn=E*M;fnM&&(M=Ft),Dt>Me&&(Me=Dt),Lt>Me&&(Me=Lt)}M++,Me++;for(var mr=new Cn(Me,M,0),on=0,fn=E.length;on=this._maxCharCode?0:this._states.get(E,M)},l}(),lt=null;function Rt(){return lt===null&&(lt=new Zn([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),lt}var an=null;function Dr(){if(an===null){an=new ue(0);for(var l=` <>'"\u3001\u3002\uFF61\uFF64\uFF0C\uFF0E\uFF1A\uFF1B\uFF1F\uFF01\uFF20\uFF03\uFF04\uFF05\uFF06\uFF0A\u2018\u201C\u3008\u300A\u300C\u300E\u3010\u3014\uFF08\uFF3B\uFF5B\uFF62\uFF63\uFF5D\uFF3D\uFF09\u3015\u3011\u300F\u300D\u300B\u3009\u201D\u2019\uFF40\uFF5E\u2026`,E=0;Eon);if(on>0){var Lt=M.charCodeAt(on-1),mr=M.charCodeAt(Wn);(Lt===40&&mr===41||Lt===91&&mr===93||Lt===123&&mr===125)&&Wn--}return{range:{startLineNumber:Me,startColumn:on+1,endLineNumber:Me,endColumn:Wn+2},url:M.substring(on,Wn+1)}},l.computeLinks=function(E,M){M===void 0&&(M=Rt());for(var Me=Dr(),on=[],fn=1,Wn=E.getLineCount();fn<=Wn;fn++){for(var Dt=E.getLineContent(fn),Ft=Dt.length,Lt=0,mr=0,fr=0,Hr=1,ha=!1,ia=!1,Ka=!1;Lt=0?(on+=Me?1:-1,on<0?on=E.length-1:on%=E.length,E[on]):null},l.INSTANCE=new l,l}(),ga=Yi("URDS");function Yo(l){var E=this,M=!1,Me;return function(){return M||(M=!0,Me=l.apply(E,arguments)),Me}}var Co=function(){function l(E){this.element=E,this.next=l.Undefined,this.prev=l.Undefined}return l.Undefined=new l(void 0),l}(),Rs=function(){function l(){this._first=Co.Undefined,this._last=Co.Undefined,this._size=0}return Object.defineProperty(l.prototype,"size",{get:function(){return this._size},enumerable:!0,configurable:!0}),l.prototype.isEmpty=function(){return this._first===Co.Undefined},l.prototype.clear=function(){this._first=Co.Undefined,this._last=Co.Undefined,this._size=0},l.prototype.unshift=function(E){return this._insert(E,!1)},l.prototype.push=function(E){return this._insert(E,!0)},l.prototype._insert=function(E,M){var Me=this,on=new Co(E);if(this._first===Co.Undefined)this._first=on,this._last=on;else if(M){var fn=this._last;this._last=on,on.prev=fn,fn.next=on}else{var Wn=this._first;this._first=on,on.next=Wn,Wn.prev=on}this._size+=1;var Dt=!1;return function(){Dt||(Dt=!0,Me._remove(on))}},l.prototype.shift=function(){if(this._first===Co.Undefined)return;var E=this._first.element;return this._remove(this._first),E},l.prototype.pop=function(){if(this._last===Co.Undefined)return;var E=this._last.element;return this._remove(this._last),E},l.prototype._remove=function(E){if(E.prev!==Co.Undefined&&E.next!==Co.Undefined){var M=E.prev;M.next=E.next,E.next.prev=M}else E.prev===Co.Undefined&&E.next===Co.Undefined?(this._first=Co.Undefined,this._last=Co.Undefined):E.next===Co.Undefined?(this._last=this._last.prev,this._last.next=Co.Undefined):E.prev===Co.Undefined&&(this._first=this._first.next,this._first.prev=Co.Undefined);this._size-=1},l.prototype.iterator=function(){var E,M=this._first;return{next:function(){return M===Co.Undefined?$e:(E?E.value=M.element:E={done:!1,value:M.element},M=M.next,E)}}},l.prototype.toArray=function(){for(var E=[],M=this._first;M!==Co.Undefined;M=M.next)E.push(M.element);return E},l}(),vs=function(){var l=function(M,Me){return l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(on,fn){on.__proto__=fn}||function(on,fn){for(var Wn in fn)fn.hasOwnProperty(Wn)&&(on[Wn]=fn[Wn])},l(M,Me)};return function(E,M){l(E,M);function Me(){this.constructor=E}E.prototype=M===null?Object.create(M):(Me.prototype=M.prototype,new Me)}}(),ml;(function(l){l.None=function(){return Lu.None};function E(Xr){return function(aa,oa,ta){oa===void 0&&(oa=null);var La=!1,qa;return qa=Xr(function(ri){return La?void 0:(qa?qa.dispose():La=!0,aa.call(oa,ri))},null,ta),La&&qa.dispose(),qa}}l.once=E;function M(Xr,aa){return Ft(function(oa,ta,La){return ta===void 0&&(ta=null),Xr(function(qa){return oa.call(ta,aa(qa))},null,La)})}l.map=M;function Me(Xr,aa){return Ft(function(oa,ta,La){return ta===void 0&&(ta=null),Xr(function(qa){aa(qa),oa.call(ta,qa)},null,La)})}l.forEach=Me;function on(Xr,aa){return Ft(function(oa,ta,La){return ta===void 0&&(ta=null),Xr(function(qa){return aa(qa)&&oa.call(ta,qa)},null,La)})}l.filter=on;function fn(Xr){return Xr}l.signal=fn;function Wn(){for(var Xr=[],aa=0;aa1)&&Ko.fire(xs),Ja=0},oa)})},onLastListenerRemove:function(){qa.dispose()}});return Ko.event}l.debounce=Lt;function mr(Xr){var aa=new Date().getTime();return M(E(Xr),function(oa){return new Date().getTime()-aa})}l.stopwatch=mr;function fr(Xr){var aa=!0,oa;return on(Xr,function(ta){var La=aa||ta!==oa;return aa=!1,oa=ta,La})}l.latch=fr;function Hr(Xr,aa,oa){aa===void 0&&(aa=!1),oa===void 0&&(oa=[]);var ta=oa.slice(),La=Xr(function(ro){ta?ta.push(ro):ri.fire(ro)}),qa=function(){ta&&ta.forEach(function(Ja){return ri.fire(Ja)}),ta=null},ri=new es({onFirstListenerAdd:function(){La||(La=Xr(function(Ja){return ri.fire(Ja)}))},onFirstListenerDidAdd:function(){ta&&(aa?setTimeout(qa):qa())},onLastListenerRemove:function(){La&&La.dispose(),La=null}});return ri.event}l.buffer=Hr;var ha=function(){function Xr(aa){this.event=aa}return Xr.prototype.map=function(aa){return new Xr(M(this.event,aa))},Xr.prototype.forEach=function(aa){return new Xr(Me(this.event,aa))},Xr.prototype.filter=function(aa){return new Xr(on(this.event,aa))},Xr.prototype.reduce=function(aa,oa){return new Xr(Dt(this.event,aa,oa))},Xr.prototype.latch=function(){return new Xr(fr(this.event))},Xr.prototype.debounce=function(aa,oa,ta,La){return oa===void 0&&(oa=100),ta===void 0&&(ta=!1),new Xr(Lt(this.event,aa,oa,ta,La))},Xr.prototype.on=function(aa,oa,ta){return this.event(aa,oa,ta)},Xr.prototype.once=function(aa,oa,ta){return E(this.event)(aa,oa,ta)},Xr}();function ia(Xr){return new ha(Xr)}l.chain=ia;function Ka(Xr,aa,oa){oa===void 0&&(oa=function(Ja){return Ja});var ta=function(){for(var Ja=[],Ko=0;Ko * * Copyright (c) 2014-2017, Jon Schlinkert.