@php-wasm/cli 3.1.21 → 3.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/main.js +49 -46
- package/main.js.map +1 -1
- package/package.json +6 -6
package/main.js
CHANGED
|
@@ -1,98 +1,101 @@
|
|
|
1
|
-
import{LatestSupportedPHPVersion as
|
|
2
|
-
|
|
3
|
-
`||e==="\r"}function _n(e,t){const n=t;for(;t<e.length;t++)if(e[t]=="?"||e[t]==" "){const r=e.substr(n,t-n);if(t>5&&r==="xml")return K("InvalidXml","XML declaration allowed only at the start of the document.",te(e,t));if(e[t]=="?"&&e[t+1]==">"){t++;break}else continue}return t}function Ln(e,t){if(e.length>t+5&&e[t+1]==="-"&&e[t+2]==="-"){for(t+=3;t<e.length;t++)if(e[t]==="-"&&e[t+1]==="-"&&e[t+2]===">"){t+=2;break}}else if(e.length>t+8&&e[t+1]==="D"&&e[t+2]==="O"&&e[t+3]==="C"&&e[t+4]==="T"&&e[t+5]==="Y"&&e[t+6]==="P"&&e[t+7]==="E"){let n=1;for(t+=8;t<e.length;t++)if(e[t]==="<")n++;else if(e[t]===">"&&(n--,n===0))break}else if(e.length>t+9&&e[t+1]==="["&&e[t+2]==="C"&&e[t+3]==="D"&&e[t+4]==="A"&&e[t+5]==="T"&&e[t+6]==="A"&&e[t+7]==="["){for(t+=8;t<e.length;t++)if(e[t]==="]"&&e[t+1]==="]"&&e[t+2]===">"){t+=2;break}}return t}const $i='"',Ui="'";function Vi(e,t){let n="",r="",o=!1;for(;t<e.length;t++){if(e[t]===$i||e[t]===Ui)r===""?r=e[t]:r!==e[t]||(r="");else if(e[t]===">"&&r===""){o=!0;break}n+=e[t]}return r!==""?!1:{value:n,index:t,tagClosed:o}}const qi=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function Sn(e,t){const n=jr(e,qi),r={};for(let o=0;o<n.length;o++){if(n[o][1].length===0)return K("InvalidAttr","Attribute '"+n[o][2]+"' has no space in starting.",je(n[o]));if(n[o][3]!==void 0&&n[o][4]===void 0)return K("InvalidAttr","Attribute '"+n[o][2]+"' is without value.",je(n[o]));if(n[o][3]===void 0&&!t.allowBooleanAttributes)return K("InvalidAttr","boolean attribute '"+n[o][2]+"' is not allowed.",je(n[o]));const i=n[o][2];if(!Hi(i))return K("InvalidAttr","Attribute '"+i+"' is an invalid name.",je(n[o]));if(!Object.prototype.hasOwnProperty.call(r,i))r[i]=1;else return K("InvalidAttr","Attribute '"+i+"' is repeated.",je(n[o]))}return!0}function Wi(e,t){let n=/\d/;for(e[t]==="x"&&(t++,n=/[\da-fA-F]/);t<e.length;t++){if(e[t]===";")return t;if(!e[t].match(n))break}return-1}function Gi(e,t){if(t++,e[t]===";")return-1;if(e[t]==="#")return t++,Wi(e,t);let n=0;for(;t<e.length;t++,n++)if(!(e[t].match(/\w/)&&n<20)){if(e[t]===";")break;return-1}return t}function K(e,t,n){return{err:{code:e,msg:t,line:n.line||n,col:n.col}}}function Hi(e){return Je(e)}function Yi(e){return Je(e)}function te(e,t){const n=e.substring(0,t).split(/\r?\n/);return{line:n.length,col:n[n.length-1].length+1}}function je(e){return e.startIndex+e[1].length}const Br=e=>sn.includes(e)?"__"+e:e,zi={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(e,t){return t},attributeValueProcessor:function(e,t){return t},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(e,t,n){return e},captureMetaData:!1,maxNestedTags:100,strictReservedNames:!0,jPath:!0,onDangerousProperty:Br};function Qi(e,t){if(typeof e!="string")return;const n=e.toLowerCase();if(sn.some(r=>n===r.toLowerCase()))throw new Error(`[SECURITY] Invalid ${t}: "${e}" is a reserved JavaScript keyword that could cause prototype pollution`);if(kr.some(r=>n===r.toLowerCase()))throw new Error(`[SECURITY] Invalid ${t}: "${e}" is a reserved JavaScript keyword that could cause prototype pollution`)}function Rr(e){return typeof e=="boolean"?{enabled:e,maxEntitySize:1e4,maxExpansionDepth:10,maxTotalExpansions:1e3,maxExpandedLength:1e5,maxEntityCount:100,allowedTags:null,tagFilter:null}:typeof e=="object"&&e!==null?{enabled:e.enabled!==!1,maxEntitySize:Math.max(1,e.maxEntitySize??1e4),maxExpansionDepth:Math.max(1,e.maxExpansionDepth??1e4),maxTotalExpansions:Math.max(1,e.maxTotalExpansions??1/0),maxExpandedLength:Math.max(1,e.maxExpandedLength??1e5),maxEntityCount:Math.max(1,e.maxEntityCount??1e3),allowedTags:e.allowedTags??null,tagFilter:e.tagFilter??null}:Rr(!0)}const Ki=function(e){const t=Object.assign({},zi,e),n=[{value:t.attributeNamePrefix,name:"attributeNamePrefix"},{value:t.attributesGroupName,name:"attributesGroupName"},{value:t.textNodeName,name:"textNodeName"},{value:t.cdataPropName,name:"cdataPropName"},{value:t.commentPropName,name:"commentPropName"}];for(const{value:r,name:o}of n)r&&Qi(r,o);return t.onDangerousProperty===null&&(t.onDangerousProperty=Br),t.processEntities=Rr(t.processEntities),t.unpairedTagsSet=new Set(t.unpairedTags),t.stopNodes&&Array.isArray(t.stopNodes)&&(t.stopNodes=t.stopNodes.map(r=>typeof r=="string"&&r.startsWith("*.")?".."+r.substring(2):r)),t};let We;typeof Symbol!="function"?We="@@xmlMetadata":We=Symbol("XML Node Metadata");class Ee{constructor(t){this.tagname=t,this.child=[],this[":@"]=Object.create(null)}add(t,n){t==="__proto__"&&(t="#__proto__"),this.child.push({[t]:n})}addChild(t,n){t.tagname==="__proto__"&&(t.tagname="#__proto__"),t[":@"]&&Object.keys(t[":@"]).length>0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child}),n!==void 0&&(this.child[this.child.length-1][We]={startIndex:n})}static getMetaDataSymbol(){return We}}class Ji{constructor(t){this.suppressValidationErr=!t,this.options=t}readDocType(t,n){const r=Object.create(null);let o=0;if(t[n+3]==="O"&&t[n+4]==="C"&&t[n+5]==="T"&&t[n+6]==="Y"&&t[n+7]==="P"&&t[n+8]==="E"){n=n+9;let i=1,s=!1,a=!1,u="";for(;n<t.length;n++)if(t[n]==="<"&&!a){if(s&&Ne(t,"!ENTITY",n)){n+=7;let p,c;if([p,c,n]=this.readEntityExp(t,n+1,this.suppressValidationErr),c.indexOf("&")===-1){if(this.options.enabled!==!1&&this.options.maxEntityCount!=null&&o>=this.options.maxEntityCount)throw new Error(`Entity count (${o+1}) exceeds maximum allowed (${this.options.maxEntityCount})`);const l=p.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");r[p]={regx:RegExp(`&${l};`,"g"),val:c},o++}}else if(s&&Ne(t,"!ELEMENT",n)){n+=8;const{index:p}=this.readElementExp(t,n+1);n=p}else if(s&&Ne(t,"!ATTLIST",n))n+=8;else if(s&&Ne(t,"!NOTATION",n)){n+=9;const{index:p}=this.readNotationExp(t,n+1,this.suppressValidationErr);n=p}else if(Ne(t,"!--",n))a=!0;else throw new Error("Invalid DOCTYPE");i++,u=""}else if(t[n]===">"){if(a?t[n-1]==="-"&&t[n-2]==="-"&&(a=!1,i--):i--,i===0)break}else t[n]==="["?s=!0:u+=t[n];if(i!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:r,i:n}}readEntityExp(t,n){n=ie(t,n);const r=n;for(;n<t.length&&!/\s/.test(t[n])&&t[n]!=='"'&&t[n]!=="'";)n++;let o=t.substring(r,n);if(ke(o),n=ie(t,n),!this.suppressValidationErr){if(t.substring(n,n+6).toUpperCase()==="SYSTEM")throw new Error("External entities are not supported");if(t[n]==="%")throw new Error("Parameter entities are not supported")}let i="";if([n,i]=this.readIdentifierVal(t,n,"entity"),this.options.enabled!==!1&&this.options.maxEntitySize!=null&&i.length>this.options.maxEntitySize)throw new Error(`Entity "${o}" size (${i.length}) exceeds maximum allowed size (${this.options.maxEntitySize})`);return n--,[o,i,n]}readNotationExp(t,n){n=ie(t,n);const r=n;for(;n<t.length&&!/\s/.test(t[n]);)n++;let o=t.substring(r,n);!this.suppressValidationErr&&ke(o),n=ie(t,n);const i=t.substring(n,n+6).toUpperCase();if(!this.suppressValidationErr&&i!=="SYSTEM"&&i!=="PUBLIC")throw new Error(`Expected SYSTEM or PUBLIC, found "${i}"`);n+=i.length,n=ie(t,n);let s=null,a=null;if(i==="PUBLIC")[n,s]=this.readIdentifierVal(t,n,"publicIdentifier"),n=ie(t,n),(t[n]==='"'||t[n]==="'")&&([n,a]=this.readIdentifierVal(t,n,"systemIdentifier"));else if(i==="SYSTEM"&&([n,a]=this.readIdentifierVal(t,n,"systemIdentifier"),!this.suppressValidationErr&&!a))throw new Error("Missing mandatory system identifier for SYSTEM notation");return{notationName:o,publicIdentifier:s,systemIdentifier:a,index:--n}}readIdentifierVal(t,n,r){let o="";const i=t[n];if(i!=='"'&&i!=="'")throw new Error(`Expected quoted string, found "${i}"`);n++;const s=n;for(;n<t.length&&t[n]!==i;)n++;if(o=t.substring(s,n),t[n]!==i)throw new Error(`Unterminated ${r} value`);return n++,[n,o]}readElementExp(t,n){n=ie(t,n);const r=n;for(;n<t.length&&!/\s/.test(t[n]);)n++;let o=t.substring(r,n);if(!this.suppressValidationErr&&!Je(o))throw new Error(`Invalid element name: "${o}"`);n=ie(t,n);let i="";if(t[n]==="E"&&Ne(t,"MPTY",n))n+=4;else if(t[n]==="A"&&Ne(t,"NY",n))n+=2;else if(t[n]==="("){n++;const s=n;for(;n<t.length&&t[n]!==")";)n++;if(i=t.substring(s,n),t[n]!==")")throw new Error("Unterminated content model")}else if(!this.suppressValidationErr)throw new Error(`Invalid Element Expression, found "${t[n]}"`);return{elementName:o,contentModel:i.trim(),index:n}}readAttlistExp(t,n){n=ie(t,n);let r=n;for(;n<t.length&&!/\s/.test(t[n]);)n++;let o=t.substring(r,n);for(ke(o),n=ie(t,n),r=n;n<t.length&&!/\s/.test(t[n]);)n++;let i=t.substring(r,n);if(!ke(i))throw new Error(`Invalid attribute name: "${i}"`);n=ie(t,n);let s="";if(t.substring(n,n+8).toUpperCase()==="NOTATION"){if(s="NOTATION",n+=8,n=ie(t,n),t[n]!=="(")throw new Error(`Expected '(', found "${t[n]}"`);n++;let u=[];for(;n<t.length&&t[n]!==")";){const p=n;for(;n<t.length&&t[n]!=="|"&&t[n]!==")";)n++;let c=t.substring(p,n);if(c=c.trim(),!ke(c))throw new Error(`Invalid notation name: "${c}"`);u.push(c),t[n]==="|"&&(n++,n=ie(t,n))}if(t[n]!==")")throw new Error("Unterminated list of notations");n++,s+=" ("+u.join("|")+")"}else{const u=n;for(;n<t.length&&!/\s/.test(t[n]);)n++;s+=t.substring(u,n);const p=["CDATA","ID","IDREF","IDREFS","ENTITY","ENTITIES","NMTOKEN","NMTOKENS"];if(!this.suppressValidationErr&&!p.includes(s.toUpperCase()))throw new Error(`Invalid attribute type: "${s}"`)}n=ie(t,n);let a="";return t.substring(n,n+8).toUpperCase()==="#REQUIRED"?(a="#REQUIRED",n+=8):t.substring(n,n+7).toUpperCase()==="#IMPLIED"?(a="#IMPLIED",n+=7):[n,a]=this.readIdentifierVal(t,n,"ATTLIST"),{elementName:o,attributeName:i,attributeType:s,defaultValue:a,index:n}}}const ie=(e,t)=>{for(;t<e.length&&/\s/.test(e[t]);)t++;return t};function Ne(e,t,n){for(let r=0;r<t.length;r++)if(t[r]!==e[n+r+1])return!1;return!0}function ke(e){if(Je(e))return e;throw new Error(`Invalid entity name ${e}`)}const Zi=/^[-+]?0x[a-fA-F0-9]+$/,es=/^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/,ts={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0,infinity:"original"};function ns(e,t={}){if(t=Object.assign({},ts,t),!e||typeof e!="string")return e;let n=e.trim();if(n.length===0)return e;if(t.skipLike!==void 0&&t.skipLike.test(n))return e;if(n==="0")return 0;if(t.hex&&Zi.test(n))return os(n,16);if(isFinite(n)){if(n.includes("e")||n.includes("E"))return is(e,n,t);{const r=es.exec(n);if(r){const o=r[1]||"",i=r[2];let s=ss(r[3]);const a=o?e[i.length+1]===".":e[i.length]===".";if(!t.leadingZeros&&(i.length>1||i.length===1&&!a))return e;{const u=Number(n),p=String(u);if(u===0)return u;if(p.search(/[eE]/)!==-1)return t.eNotation?u:e;if(n.indexOf(".")!==-1)return p==="0"||p===s||p===`${o}${s}`?u:e;let c=i?s:n;return i?c===p||o+c===p?u:e:c===p||c===o+p?u:e}}else return e}}else return as(e,Number(n),t)}const rs=/^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;function is(e,t,n){if(!n.eNotation)return e;const r=t.match(rs);if(r){let o=r[1]||"";const i=r[3].indexOf("e")===-1?"E":"e",s=r[2],a=o?e[s.length+1]===i:e[s.length]===i;return s.length>1&&a?e:s.length===1&&(r[3].startsWith(`.${i}`)||r[3][0]===i)?Number(t):s.length>0?n.leadingZeros&&!a?(t=(r[1]||"")+r[3],Number(t)):e:Number(t)}else return e}function ss(e){return e&&e.indexOf(".")!==-1&&(e=e.replace(/0+$/,""),e==="."?e="0":e[0]==="."?e="0"+e:e[e.length-1]==="."&&(e=e.substring(0,e.length-1))),e}function os(e,t){if(parseInt)return parseInt(e,t);if(Number.parseInt)return Number.parseInt(e,t);if(window&&window.parseInt)return window.parseInt(e,t);throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")}function as(e,t,n){const r=t===1/0;switch(n.infinity.toLowerCase()){case"null":return null;case"infinity":return t;case"string":return r?"Infinity":"-Infinity";case"original":default:return e}}function us(e){return typeof e=="function"?e:Array.isArray(e)?t=>{for(const n of e)if(typeof n=="string"&&t===n||n instanceof RegExp&&n.test(t))return!0}:()=>!1}class Ce{constructor(t,n={},r){this.pattern=t,this.separator=n.separator||".",this.segments=this._parse(t),this.data=r,this._hasDeepWildcard=this.segments.some(o=>o.type==="deep-wildcard"),this._hasAttributeCondition=this.segments.some(o=>o.attrName!==void 0),this._hasPositionSelector=this.segments.some(o=>o.position!==void 0)}_parse(t){const n=[];let r=0,o="";for(;r<t.length;)t[r]===this.separator?r+1<t.length&&t[r+1]===this.separator?(o.trim()&&(n.push(this._parseSegment(o.trim())),o=""),n.push({type:"deep-wildcard"}),r+=2):(o.trim()&&n.push(this._parseSegment(o.trim())),o="",r++):(o+=t[r],r++);return o.trim()&&n.push(this._parseSegment(o.trim())),n}_parseSegment(t){const n={type:"tag"};let r=null,o=t;const i=t.match(/^([^\[]+)(\[[^\]]*\])(.*)$/);if(i&&(o=i[1]+i[3],i[2])){const c=i[2].slice(1,-1);c&&(r=c)}let s,a=o;if(o.includes("::")){const c=o.indexOf("::");if(s=o.substring(0,c).trim(),a=o.substring(c+2).trim(),!s)throw new Error(`Invalid namespace in pattern: ${t}`)}let u,p=null;if(a.includes(":")){const c=a.lastIndexOf(":"),l=a.substring(0,c).trim(),f=a.substring(c+1).trim();["first","last","odd","even"].includes(f)||/^nth\(\d+\)$/.test(f)?(u=l,p=f):u=a}else u=a;if(!u)throw new Error(`Invalid segment pattern: ${t}`);if(n.tag=u,s&&(n.namespace=s),r)if(r.includes("=")){const c=r.indexOf("=");n.attrName=r.substring(0,c).trim(),n.attrValue=r.substring(c+1).trim()}else n.attrName=r.trim();if(p){const c=p.match(/^nth\((\d+)\)$/);c?(n.position="nth",n.positionValue=parseInt(c[1],10)):n.position=p}return n}get length(){return this.segments.length}hasDeepWildcard(){return this._hasDeepWildcard}hasAttributeCondition(){return this._hasAttributeCondition}hasPositionSelector(){return this._hasPositionSelector}toString(){return this.pattern}}class cs{constructor(){this._byDepthAndTag=new Map,this._wildcardByDepth=new Map,this._deepWildcards=[],this._patterns=new Set,this._sealed=!1}add(t){if(this._sealed)throw new TypeError("ExpressionSet is sealed. Create a new ExpressionSet to add more expressions.");if(this._patterns.has(t.pattern))return this;if(this._patterns.add(t.pattern),t.hasDeepWildcard())return this._deepWildcards.push(t),this;const n=t.length,o=t.segments[t.segments.length-1]?.tag;if(!o||o==="*")this._wildcardByDepth.has(n)||this._wildcardByDepth.set(n,[]),this._wildcardByDepth.get(n).push(t);else{const i=`${n}:${o}`;this._byDepthAndTag.has(i)||this._byDepthAndTag.set(i,[]),this._byDepthAndTag.get(i).push(t)}return this}addAll(t){for(const n of t)this.add(n);return this}has(t){return this._patterns.has(t.pattern)}get size(){return this._patterns.size}seal(){return this._sealed=!0,this}get isSealed(){return this._sealed}matchesAny(t){return this.findMatch(t)!==null}findMatch(t){const n=t.getDepth(),r=t.getCurrentTag(),o=`${n}:${r}`,i=this._byDepthAndTag.get(o);if(i){for(let a=0;a<i.length;a++)if(t.matches(i[a]))return i[a]}const s=this._wildcardByDepth.get(n);if(s){for(let a=0;a<s.length;a++)if(t.matches(s[a]))return s[a]}for(let a=0;a<this._deepWildcards.length;a++)if(t.matches(this._deepWildcards[a]))return this._deepWildcards[a];return null}}class ls{constructor(t){this._matcher=t}get separator(){return this._matcher.separator}getCurrentTag(){const t=this._matcher.path;return t.length>0?t[t.length-1].tag:void 0}getCurrentNamespace(){const t=this._matcher.path;return t.length>0?t[t.length-1].namespace:void 0}getAttrValue(t){const n=this._matcher.path;if(n.length!==0)return n[n.length-1].values?.[t]}hasAttr(t){const n=this._matcher.path;if(n.length===0)return!1;const r=n[n.length-1];return r.values!==void 0&&t in r.values}getPosition(){const t=this._matcher.path;return t.length===0?-1:t[t.length-1].position??0}getCounter(){const t=this._matcher.path;return t.length===0?-1:t[t.length-1].counter??0}getIndex(){return this.getPosition()}getDepth(){return this._matcher.path.length}toString(t,n=!0){return this._matcher.toString(t,n)}toArray(){return this._matcher.path.map(t=>t.tag)}matches(t){return this._matcher.matches(t)}matchesAny(t){return t.matchesAny(this._matcher)}}class on{constructor(t={}){this.separator=t.separator||".",this.path=[],this.siblingStacks=[],this._pathStringCache=null,this._view=new ls(this)}push(t,n=null,r=null){this._pathStringCache=null,this.path.length>0&&(this.path[this.path.length-1].values=void 0);const o=this.path.length;this.siblingStacks[o]||(this.siblingStacks[o]=new Map);const i=this.siblingStacks[o],s=r?`${r}:${t}`:t,a=i.get(s)||0;let u=0;for(const c of i.values())u+=c;i.set(s,a+1);const p={tag:t,position:u,counter:a};r!=null&&(p.namespace=r),n!=null&&(p.values=n),this.path.push(p)}pop(){if(this.path.length===0)return;this._pathStringCache=null;const t=this.path.pop();return this.siblingStacks.length>this.path.length+1&&(this.siblingStacks.length=this.path.length+1),t}updateCurrent(t){if(this.path.length>0){const n=this.path[this.path.length-1];t!=null&&(n.values=t)}}getCurrentTag(){return this.path.length>0?this.path[this.path.length-1].tag:void 0}getCurrentNamespace(){return this.path.length>0?this.path[this.path.length-1].namespace:void 0}getAttrValue(t){if(this.path.length!==0)return this.path[this.path.length-1].values?.[t]}hasAttr(t){if(this.path.length===0)return!1;const n=this.path[this.path.length-1];return n.values!==void 0&&t in n.values}getPosition(){return this.path.length===0?-1:this.path[this.path.length-1].position??0}getCounter(){return this.path.length===0?-1:this.path[this.path.length-1].counter??0}getIndex(){return this.getPosition()}getDepth(){return this.path.length}toString(t,n=!0){const r=t||this.separator;if(r===this.separator&&n===!0){if(this._pathStringCache!==null)return this._pathStringCache;const i=this.path.map(s=>s.namespace?`${s.namespace}:${s.tag}`:s.tag).join(r);return this._pathStringCache=i,i}return this.path.map(i=>n&&i.namespace?`${i.namespace}:${i.tag}`:i.tag).join(r)}toArray(){return this.path.map(t=>t.tag)}reset(){this._pathStringCache=null,this.path=[],this.siblingStacks=[]}matches(t){const n=t.segments;return n.length===0?!1:t.hasDeepWildcard()?this._matchWithDeepWildcard(n):this._matchSimple(n)}_matchSimple(t){if(this.path.length!==t.length)return!1;for(let n=0;n<t.length;n++)if(!this._matchSegment(t[n],this.path[n],n===this.path.length-1))return!1;return!0}_matchWithDeepWildcard(t){let n=this.path.length-1,r=t.length-1;for(;r>=0&&n>=0;){const o=t[r];if(o.type==="deep-wildcard"){if(r--,r<0)return!0;const i=t[r];let s=!1;for(let a=n;a>=0;a--)if(this._matchSegment(i,this.path[a],a===this.path.length-1)){n=a-1,r--,s=!0;break}if(!s)return!1}else{if(!this._matchSegment(o,this.path[n],n===this.path.length-1))return!1;n--,r--}}return r<0}_matchSegment(t,n,r){if(t.tag!=="*"&&t.tag!==n.tag||t.namespace!==void 0&&t.namespace!=="*"&&t.namespace!==n.namespace||t.attrName!==void 0&&(!r||!n.values||!(t.attrName in n.values)||t.attrValue!==void 0&&String(n.values[t.attrName])!==String(t.attrValue)))return!1;if(t.position!==void 0){if(!r)return!1;const o=n.counter??0;if(t.position==="first"&&o!==0)return!1;if(t.position==="odd"&&o%2!==1)return!1;if(t.position==="even"&&o%2!==0)return!1;if(t.position==="nth"&&o!==t.positionValue)return!1}return!0}matchesAny(t){return t.matchesAny(this)}snapshot(){return{path:this.path.map(t=>({...t})),siblingStacks:this.siblingStacks.map(t=>new Map(t))}}restore(t){this._pathStringCache=null,this.path=t.path.map(n=>({...n})),this.siblingStacks=t.siblingStacks.map(n=>new Map(n))}readOnly(){return this._view}}function fs(e,t){if(!e)return{};const n=t.attributesGroupName?e[t.attributesGroupName]:e;if(!n)return{};const r={};for(const o in n)if(o.startsWith(t.attributeNamePrefix)){const i=o.substring(t.attributeNamePrefix.length);r[i]=n[o]}else r[o]=n[o];return r}function hs(e){if(!e||typeof e!="string")return;const t=e.indexOf(":");if(t!==-1&&t>0){const n=e.substring(0,t);if(n!=="xmlns")return n}}class ps{constructor(t){this.options=t,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(r,o)=>Dn(o,10,"&#")},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(r,o)=>Dn(o,16,"&#x")}},this.addExternalEntities=ds,this.parseXml=ws,this.parseTextData=gs,this.resolveNameSpace=ms,this.buildAttributesMap=bs,this.isItStopNode=Is,this.replaceEntitiesValue=Ts,this.readStopNodeData=xs,this.saveTextToParentTag=Ns,this.addChild=Es,this.ignoreAttributesFn=us(this.options.ignoreAttributes),this.entityExpansionCount=0,this.currentExpandedLength=0,this.matcher=new on,this.readonlyMatcher=this.matcher.readOnly(),this.isCurrentNodeStopNode=!1,this.stopNodeExpressionsSet=new cs;const n=this.options.stopNodes;if(n&&n.length>0){for(let r=0;r<n.length;r++){const o=n[r];typeof o=="string"?this.stopNodeExpressionsSet.add(new Ce(o)):o instanceof Ce&&this.stopNodeExpressionsSet.add(o)}this.stopNodeExpressionsSet.seal()}}}function ds(e){const t=Object.keys(e);for(let n=0;n<t.length;n++){const r=t[n],o=r.replace(/[.\-+*:]/g,"\\.");this.lastEntities[r]={regex:new RegExp("&"+o+";","g"),val:e[r]}}}function gs(e,t,n,r,o,i,s){const a=this.options;if(e!==void 0&&(a.trimValues&&!r&&(e=e.trim()),e.length>0)){s||(e=this.replaceEntitiesValue(e,t,n));const u=a.jPath?n.toString():n,p=a.tagValueProcessor(t,e,u,o,i);return p==null?e:typeof p!=typeof e||p!==e?p:a.trimValues||e.trim()===e?zt(e,a.parseTagValue,a.numberParseOptions):e}}function ms(e){if(this.options.removeNSPrefix){const t=e.split(":"),n=e.charAt(0)==="/"?"/":"";if(t[0]==="xmlns")return"";t.length===2&&(e=n+t[1])}return e}const ys=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function bs(e,t,n){const r=this.options;if(r.ignoreAttributes!==!0&&typeof e=="string"){const o=jr(e,ys),i=o.length,s={},a=new Array(i);let u=!1;const p={};for(let f=0;f<i;f++){const y=this.resolveNameSpace(o[f][1]),E=o[f][4];if(y.length&&E!==void 0){let O=E;r.trimValues&&(O=O.trim()),O=this.replaceEntitiesValue(O,n,this.readonlyMatcher),a[f]=O,p[y]=O,u=!0}}u&&typeof t=="object"&&t.updateCurrent&&t.updateCurrent(p);const c=r.jPath?t.toString():this.readonlyMatcher;let l=!1;for(let f=0;f<i;f++){const y=this.resolveNameSpace(o[f][1]);if(this.ignoreAttributesFn(y,c))continue;let E=r.attributeNamePrefix+y;if(y.length)if(r.transformAttributeName&&(E=r.transformAttributeName(E)),E=Xr(E,r),o[f][4]!==void 0){const O=a[f],w=r.attributeValueProcessor(y,O,c);w==null?s[E]=O:typeof w!=typeof O||w!==O?s[E]=w:s[E]=zt(O,r.parseAttributeValue,r.numberParseOptions),l=!0}else r.allowBooleanAttributes&&(s[E]=!0,l=!0)}if(!l)return;if(r.attributesGroupName){const f={};return f[r.attributesGroupName]=s,f}return s}}const ws=function(e){e=e.replace(/\r\n?/g,`
|
|
4
|
-
`);const t=new Ee("!xml");let n=t,r="";this.matcher.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0,this.docTypeEntitiesKeys=[],this.lastEntitiesKeys=Object.keys(this.lastEntities),this.htmlEntitiesKeys=this.options.htmlEntities?Object.keys(this.htmlEntities):[];const o=this.options,i=new Ji(o.processEntities),s=e.length;for(let a=0;a<s;a++)if(e[a]==="<"){const p=e.charCodeAt(a+1);if(p===47){const c=De(e,">",a,"Closing Tag is not closed.");let l=e.substring(a+2,c).trim();if(o.removeNSPrefix){const y=l.indexOf(":");y!==-1&&(l=l.substr(y+1))}l=st(o.transformTagName,l,"",o).tagName,n&&(r=this.saveTextToParentTag(r,n,this.readonlyMatcher));const f=this.matcher.getCurrentTag();if(l&&o.unpairedTagsSet.has(l))throw new Error(`Unpaired tag can not be used as closing tag: </${l}>`);f&&o.unpairedTagsSet.has(f)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,n=this.tagsNodeStack.pop(),r="",a=c}else if(p===63){let c=Yt(e,a,!1,"?>");if(!c)throw new Error("Pi Tag is not closed.");if(r=this.saveTextToParentTag(r,n,this.readonlyMatcher),!(o.ignoreDeclaration&&c.tagName==="?xml"||o.ignorePiTags)){const l=new Ee(c.tagName);l.add(o.textNodeName,""),c.tagName!==c.tagExp&&c.attrExpPresent&&(l[":@"]=this.buildAttributesMap(c.tagExp,this.matcher,c.tagName)),this.addChild(n,l,this.readonlyMatcher,a)}a=c.closeIndex+1}else if(p===33&&e.charCodeAt(a+2)===45&&e.charCodeAt(a+3)===45){const c=De(e,"-->",a+4,"Comment is not closed.");if(o.commentPropName){const l=e.substring(a+4,c-2);r=this.saveTextToParentTag(r,n,this.readonlyMatcher),n.add(o.commentPropName,[{[o.textNodeName]:l}])}a=c}else if(p===33&&e.charCodeAt(a+2)===68){const c=i.readDocType(e,a);this.docTypeEntities=c.entities,this.docTypeEntitiesKeys=Object.keys(this.docTypeEntities)||[],a=c.i}else if(p===33&&e.charCodeAt(a+2)===91){const c=De(e,"]]>",a,"CDATA is not closed.")-2,l=e.substring(a+9,c);r=this.saveTextToParentTag(r,n,this.readonlyMatcher);let f=this.parseTextData(l,n.tagname,this.readonlyMatcher,!0,!1,!0,!0);f==null&&(f=""),o.cdataPropName?n.add(o.cdataPropName,[{[o.textNodeName]:l}]):n.add(o.textNodeName,f),a=c+2}else{let c=Yt(e,a,o.removeNSPrefix);if(!c){const I=e.substring(Math.max(0,a-50),Math.min(s,a+50));throw new Error(`readTagExp returned undefined at position ${a}. Context: "${I}"`)}let l=c.tagName;const f=c.rawTagName;let y=c.tagExp,E=c.attrExpPresent,O=c.closeIndex;if({tagName:l,tagExp:y}=st(o.transformTagName,l,y,o),o.strictReservedNames&&(l===o.commentPropName||l===o.cdataPropName||l===o.textNodeName||l===o.attributesGroupName))throw new Error(`Invalid tag name: ${l}`);n&&r&&n.tagname!=="!xml"&&(r=this.saveTextToParentTag(r,n,this.readonlyMatcher,!1));const w=n;w&&o.unpairedTagsSet.has(w.tagname)&&(n=this.tagsNodeStack.pop(),this.matcher.pop());let L=!1;y.length>0&&y.lastIndexOf("/")===y.length-1&&(L=!0,l[l.length-1]==="/"?(l=l.substr(0,l.length-1),y=l):y=y.substr(0,y.length-1),E=l!==y);let N=null,d;d=hs(f),l!==t.tagname&&this.matcher.push(l,{},d),l!==y&&E&&(N=this.buildAttributesMap(y,this.matcher,l),N&&fs(N,o)),l!==t.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());const v=a;if(this.isCurrentNodeStopNode){let I="";if(L)a=c.closeIndex;else if(o.unpairedTagsSet.has(l))a=c.closeIndex;else{const _=this.readStopNodeData(e,f,O+1);if(!_)throw new Error(`Unexpected end of ${f}`);a=_.i,I=_.tagContent}const A=new Ee(l);N&&(A[":@"]=N),A.add(o.textNodeName,I),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(n,A,this.readonlyMatcher,v)}else{if(L){({tagName:l,tagExp:y}=st(o.transformTagName,l,y,o));const I=new Ee(l);N&&(I[":@"]=N),this.addChild(n,I,this.readonlyMatcher,v),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(o.unpairedTagsSet.has(l)){const I=new Ee(l);N&&(I[":@"]=N),this.addChild(n,I,this.readonlyMatcher,v),this.matcher.pop(),this.isCurrentNodeStopNode=!1,a=c.closeIndex;continue}else{const I=new Ee(l);if(this.tagsNodeStack.length>o.maxNestedTags)throw new Error("Maximum nested tags exceeded");this.tagsNodeStack.push(n),N&&(I[":@"]=N),this.addChild(n,I,this.readonlyMatcher,v),n=I}r="",a=O}}}else r+=e[a];return t.child};function Es(e,t,n,r){this.options.captureMetaData||(r=void 0);const o=this.options.jPath?n.toString():n,i=this.options.updateTag(t.tagname,o,t[":@"]);i===!1||(typeof i=="string"&&(t.tagname=i),e.addChild(t,r))}function Ts(e,t,n){const r=this.options.processEntities;if(!r||!r.enabled)return e;if(r.allowedTags){const o=this.options.jPath?n.toString():n;if(!(Array.isArray(r.allowedTags)?r.allowedTags.includes(t):r.allowedTags(t,o)))return e}if(r.tagFilter){const o=this.options.jPath?n.toString():n;if(!r.tagFilter(t,o))return e}for(const o of this.docTypeEntitiesKeys){const i=this.docTypeEntities[o],s=e.match(i.regx);if(s){if(this.entityExpansionCount+=s.length,r.maxTotalExpansions&&this.entityExpansionCount>r.maxTotalExpansions)throw new Error(`Entity expansion limit exceeded: ${this.entityExpansionCount} > ${r.maxTotalExpansions}`);const a=e.length;if(e=e.replace(i.regx,i.val),r.maxExpandedLength&&(this.currentExpandedLength+=e.length-a,this.currentExpandedLength>r.maxExpandedLength))throw new Error(`Total expanded content size exceeded: ${this.currentExpandedLength} > ${r.maxExpandedLength}`)}}if(e.indexOf("&")===-1)return e;for(const o of this.lastEntitiesKeys){const i=this.lastEntities[o],s=e.match(i.regex);if(s&&(this.entityExpansionCount+=s.length,r.maxTotalExpansions&&this.entityExpansionCount>r.maxTotalExpansions))throw new Error(`Entity expansion limit exceeded: ${this.entityExpansionCount} > ${r.maxTotalExpansions}`);e=e.replace(i.regex,i.val)}if(e.indexOf("&")===-1)return e;for(const o of this.htmlEntitiesKeys){const i=this.htmlEntities[o],s=e.match(i.regex);if(s&&(this.entityExpansionCount+=s.length,r.maxTotalExpansions&&this.entityExpansionCount>r.maxTotalExpansions))throw new Error(`Entity expansion limit exceeded: ${this.entityExpansionCount} > ${r.maxTotalExpansions}`);e=e.replace(i.regex,i.val)}return e=e.replace(this.ampEntity.regex,this.ampEntity.val),e}function Ns(e,t,n,r){return e&&(r===void 0&&(r=t.child.length===0),e=this.parseTextData(e,t.tagname,n,!1,t[":@"]?Object.keys(t[":@"]).length!==0:!1,r),e!==void 0&&e!==""&&t.add(this.options.textNodeName,e),e=""),e}function Is(){return this.stopNodeExpressionsSet.size===0?!1:this.matcher.matchesAny(this.stopNodeExpressionsSet)}function vs(e,t,n=">"){let r=0;const o=[],i=e.length,s=n.charCodeAt(0),a=n.length>1?n.charCodeAt(1):-1;for(let u=t;u<i;u++){const p=e.charCodeAt(u);if(r)p===r&&(r=0);else if(p===34||p===39)r=p;else if(p===s)if(a!==-1){if(e.charCodeAt(u+1)===a)return{data:String.fromCharCode(...o),index:u}}else return{data:String.fromCharCode(...o),index:u};else if(p===9){o.push(32);continue}o.push(p)}}function De(e,t,n,r){const o=e.indexOf(t,n);if(o===-1)throw new Error(r);return o+t.length-1}function Os(e,t,n,r){const o=e.indexOf(t,n);if(o===-1)throw new Error(r);return o}function Yt(e,t,n,r=">"){const o=vs(e,t+1,r);if(!o)return;let i=o.data;const s=o.index,a=i.search(/\s/);let u=i,p=!0;a!==-1&&(u=i.substring(0,a),i=i.substring(a+1).trimStart());const c=u;if(n){const l=u.indexOf(":");l!==-1&&(u=u.substr(l+1),p=u!==o.data.substr(l+1))}return{tagName:u,tagExp:i,closeIndex:s,attrExpPresent:p,rawTagName:c}}function xs(e,t,n){const r=n;let o=1;const i=e.length;for(;n<i;n++)if(e[n]==="<"){const s=e.charCodeAt(n+1);if(s===47){const a=Os(e,">",n,`${t} is not closed`);if(e.substring(n+2,a).trim()===t&&(o--,o===0))return{tagContent:e.substring(r,n),i:a};n=a}else if(s===63)n=De(e,"?>",n+1,"StopNode is not closed.");else if(s===33&&e.charCodeAt(n+2)===45&&e.charCodeAt(n+3)===45)n=De(e,"-->",n+3,"StopNode is not closed.");else if(s===33&&e.charCodeAt(n+2)===91)n=De(e,"]]>",n,"StopNode is not closed.")-2;else{const a=Yt(e,n,">");a&&((a&&a.tagName)===t&&a.tagExp[a.tagExp.length-1]!=="/"&&o++,n=a.closeIndex)}}}function zt(e,t,n){if(t&&typeof e=="string"){const r=e.trim();return r==="true"?!0:r==="false"?!1:ns(e,n)}else return Bi(e)?e:""}function Dn(e,t,n){const r=Number.parseInt(e,t);return r>=0&&r<=1114111?String.fromCodePoint(r):n+e+";"}function st(e,t,n,r){if(e){const o=e(t);n===t&&(n=o),t=o}return t=Xr(t,r),{tagName:t,tagExp:n}}function Xr(e,t){if(kr.includes(e))throw new Error(`[SECURITY] Invalid name: "${e}" is a reserved JavaScript keyword that could cause prototype pollution`);return sn.includes(e)?t.onDangerousProperty(e):e}const ot=Ee.getMetaDataSymbol();function Ps(e,t){if(!e||typeof e!="object")return{};if(!t)return e;const n={};for(const r in e)if(r.startsWith(t)){const o=r.substring(t.length);n[o]=e[r]}else n[r]=e[r];return n}function As(e,t,n,r){return $r(e,t,n,r)}function $r(e,t,n,r){let o;const i={};for(let s=0;s<e.length;s++){const a=e[s],u=_s(a);if(u!==void 0&&u!==t.textNodeName){const p=Ps(a[":@"]||{},t.attributeNamePrefix);n.push(u,p)}if(u===t.textNodeName)o===void 0?o=a[u]:o+=""+a[u];else{if(u===void 0)continue;if(a[u]){let p=$r(a[u],t,n,r);const c=Ss(p,t);if(a[":@"]?Ls(p,a[":@"],r,t):Object.keys(p).length===1&&p[t.textNodeName]!==void 0&&!t.alwaysCreateTextNode?p=p[t.textNodeName]:Object.keys(p).length===0&&(t.alwaysCreateTextNode?p[t.textNodeName]="":p=""),a[ot]!==void 0&&typeof p=="object"&&p!==null&&(p[ot]=a[ot]),i[u]!==void 0&&Object.prototype.hasOwnProperty.call(i,u))Array.isArray(i[u])||(i[u]=[i[u]]),i[u].push(p);else{const l=t.jPath?r.toString():r;t.isArray(u,l,c)?i[u]=[p]:i[u]=p}u!==void 0&&u!==t.textNodeName&&n.pop()}}}return typeof o=="string"?o.length>0&&(i[t.textNodeName]=o):o!==void 0&&(i[t.textNodeName]=o),i}function _s(e){const t=Object.keys(e);for(let n=0;n<t.length;n++){const r=t[n];if(r!==":@")return r}}function Ls(e,t,n,r){if(t){const o=Object.keys(t),i=o.length;for(let s=0;s<i;s++){const a=o[s],u=a.startsWith(r.attributeNamePrefix)?a.substring(r.attributeNamePrefix.length):a,p=r.jPath?n.toString()+"."+u:n;r.isArray(a,p,!0,!0)?e[a]=[t[a]]:e[a]=t[a]}}}function Ss(e,t){const{textNodeName:n}=t,r=Object.keys(e).length;return!!(r===0||r===1&&(e[n]||typeof e[n]=="boolean"||e[n]===0))}class Ge{constructor(t){this.externalEntities={},this.options=Ki(t)}parse(t,n){if(typeof t!="string"&&t.toString)t=t.toString();else if(typeof t!="string")throw new Error("XML data is accepted in String or Bytes[] form.");if(n){n===!0&&(n={});const i=Xi(t,n);if(i!==!0)throw Error(`${i.err.msg}:${i.err.line}:${i.err.col}`)}const r=new ps(this.options);r.addExternalEntities(this.externalEntities);const o=r.parseXml(t);return this.options.preserveOrder||o===void 0?o:As(o,this.options,r.matcher,r.readonlyMatcher)}addEntity(t,n){if(n.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(t.indexOf("&")!==-1||t.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");if(n==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[t]=n}static getMetaDataSymbol(){return Ee.getMetaDataSymbol()}}const Ds=`
|
|
5
|
-
|
|
1
|
+
import{LatestSupportedPHPVersion as di,SupportedPHPVersionsList as gi,PHP as mi,FileLockManagerInMemory as yi}from"@php-wasm/universal";import{spawn as bi}from"child_process";import z,{readFileSync as nn,writeFile as wi,statSync as Ei,readdirSync as Ti,lstatSync as Ni,existsSync as Ii,writeFileSync as Sr,mkdtempSync as xn,chmodSync as vi}from"fs";import Pn from"os";import{rootCertificates as Oi}from"tls";import ee,{resolve as rn,normalize as xi}from"path";import{loadNodeRuntime as Pi,useHostFilesystem as Ai}from"@php-wasm/node";import{WebSocketServer as _i}from"ws";import Li from"net";import"assert";import{format as Dr}from"util";import{fileURLToPath as Si}from"url";import{createHash as Di}from"crypto";import Mi from"timers";class Ci{constructor(e){this.verbosity=e.verbosity,this.writeStream=e.writeStream||process.stdout}get isTTY(){return!!this.writeStream.isTTY}get isQuiet(){return this.verbosity==="quiet"}bold(e){return this.isTTY?`\x1B[1m${e}\x1B[0m`:e}dim(e){return this.isTTY?`\x1B[2m${e}\x1B[0m`:e}italic(e){return this.isTTY?`\x1B[3m${e}\x1B[0m`:e}red(e){return this.isTTY?`\x1B[31m${e}\x1B[0m`:e}green(e){return this.isTTY?`\x1B[32m${e}\x1B[0m`:e}yellow(e){return this.isTTY?`\x1B[33m${e}\x1B[0m`:e}cyan(e){return this.isTTY?`\x1B[36m${e}\x1B[0m`:e}highlight(e){return this.yellow(e)}print(e){this.isQuiet||this.writeStream.write(`${e}
|
|
2
|
+
`)}printError(e){this.writeStream.write(`${this.red("Error:")} ${e}
|
|
3
|
+
`)}printWarning(e){this.isQuiet||this.writeStream.write(`${this.yellow("Warning:")} ${e}
|
|
4
|
+
`)}}function Mr(t){let e=t.replaceAll("\\","/");const n=e.match(/^([A-Za-z]):\//);return n&&(e="/"+n[1]+e.slice(2)),e}const Cr=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",Fi=Cr+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",ji="["+Cr+"]["+Fi+"]*",ki=new RegExp("^"+ji+"$");function Fr(t,e){const n=[];let r=e.exec(t);for(;r;){const o=[];o.startIndex=e.lastIndex-r[0].length;const i=r.length;for(let s=0;s<i;s++)o.push(r[s]);n.push(o),r=e.exec(t)}return n}const Ze=function(t){const e=ki.exec(t);return!(e===null||typeof e>"u")};function Bi(t){return typeof t<"u"}const sn=["hasOwnProperty","toString","valueOf","__defineGetter__","__defineSetter__","__lookupGetter__","__lookupSetter__"],jr=["__proto__","constructor","prototype"],Ri={allowBooleanAttributes:!1,unpairedTags:[]};function $i(t,e){e=Object.assign({},Ri,e);const n=[];let r=!1,o=!1;t[0]==="\uFEFF"&&(t=t.substr(1));for(let i=0;i<t.length;i++)if(t[i]==="<"&&t[i+1]==="?"){if(i+=2,i=_n(t,i),i.err)return i}else if(t[i]==="<"){let s=i;if(i++,t[i]==="!"){i=Ln(t,i);continue}else{let a=!1;t[i]==="/"&&(a=!0,i++);let u="";for(;i<t.length&&t[i]!==">"&&t[i]!==" "&&t[i]!==" "&&t[i]!==`
|
|
5
|
+
`&&t[i]!=="\r";i++)u+=t[i];if(u=u.trim(),u[u.length-1]==="/"&&(u=u.substring(0,u.length-1),i--),!Yi(u)){let l;return u.trim().length===0?l="Invalid space after '<'.":l="Tag '"+u+"' is an invalid name.",J("InvalidTag",l,ne(t,i))}const p=Vi(t,i);if(p===!1)return J("InvalidAttr","Attributes for '"+u+"' have open quote.",ne(t,i));let c=p.value;if(i=p.index,c[c.length-1]==="/"){const l=i-c.length;c=c.substring(0,c.length-1);const f=Sn(c,e);if(f===!0)r=!0;else return J(f.err.code,f.err.msg,ne(t,l+f.err.line))}else if(a)if(p.tagClosed){if(c.trim().length>0)return J("InvalidTag","Closing tag '"+u+"' can't have attributes or invalid starting.",ne(t,s));if(n.length===0)return J("InvalidTag","Closing tag '"+u+"' has not been opened.",ne(t,s));{const l=n.pop();if(u!==l.tagName){let f=ne(t,l.tagStartPos);return J("InvalidTag","Expected closing tag '"+l.tagName+"' (opened in line "+f.line+", col "+f.col+") instead of closing tag '"+u+"'.",ne(t,s))}n.length==0&&(o=!0)}}else return J("InvalidTag","Closing tag '"+u+"' doesn't have proper closing.",ne(t,i));else{const l=Sn(c,e);if(l!==!0)return J(l.err.code,l.err.msg,ne(t,i-c.length+l.err.line));if(o===!0)return J("InvalidXml","Multiple possible root nodes found.",ne(t,i));e.unpairedTags.indexOf(u)!==-1||n.push({tagName:u,tagStartPos:s}),r=!0}for(i++;i<t.length;i++)if(t[i]==="<")if(t[i+1]==="!"){i++,i=Ln(t,i);continue}else if(t[i+1]==="?"){if(i=_n(t,++i),i.err)return i}else break;else if(t[i]==="&"){const l=Gi(t,i);if(l==-1)return J("InvalidChar","char '&' is not expected.",ne(t,i));i=l}else if(o===!0&&!An(t[i]))return J("InvalidXml","Extra text at the end",ne(t,i));t[i]==="<"&&i--}}else{if(An(t[i]))continue;return J("InvalidChar","char '"+t[i]+"' is not expected.",ne(t,i))}if(r){if(n.length==1)return J("InvalidTag","Unclosed tag '"+n[0].tagName+"'.",ne(t,n[0].tagStartPos));if(n.length>0)return J("InvalidXml","Invalid '"+JSON.stringify(n.map(i=>i.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return J("InvalidXml","Start tag expected.",1);return!0}function An(t){return t===" "||t===" "||t===`
|
|
6
|
+
`||t==="\r"}function _n(t,e){const n=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){const r=t.substr(n,e-n);if(e>5&&r==="xml")return J("InvalidXml","XML declaration allowed only at the start of the document.",ne(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}function Ln(t,e){if(t.length>e+5&&t[e+1]==="-"&&t[e+2]==="-"){for(e+=3;e<t.length;e++)if(t[e]==="-"&&t[e+1]==="-"&&t[e+2]===">"){e+=2;break}}else if(t.length>e+8&&t[e+1]==="D"&&t[e+2]==="O"&&t[e+3]==="C"&&t[e+4]==="T"&&t[e+5]==="Y"&&t[e+6]==="P"&&t[e+7]==="E"){let n=1;for(e+=8;e<t.length;e++)if(t[e]==="<")n++;else if(t[e]===">"&&(n--,n===0))break}else if(t.length>e+9&&t[e+1]==="["&&t[e+2]==="C"&&t[e+3]==="D"&&t[e+4]==="A"&&t[e+5]==="T"&&t[e+6]==="A"&&t[e+7]==="["){for(e+=8;e<t.length;e++)if(t[e]==="]"&&t[e+1]==="]"&&t[e+2]===">"){e+=2;break}}return e}const Xi='"',Ui="'";function Vi(t,e){let n="",r="",o=!1;for(;e<t.length;e++){if(t[e]===Xi||t[e]===Ui)r===""?r=t[e]:r!==t[e]||(r="");else if(t[e]===">"&&r===""){o=!0;break}n+=t[e]}return r!==""?!1:{value:n,index:e,tagClosed:o}}const qi=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function Sn(t,e){const n=Fr(t,qi),r={};for(let o=0;o<n.length;o++){if(n[o][1].length===0)return J("InvalidAttr","Attribute '"+n[o][2]+"' has no space in starting.",je(n[o]));if(n[o][3]!==void 0&&n[o][4]===void 0)return J("InvalidAttr","Attribute '"+n[o][2]+"' is without value.",je(n[o]));if(n[o][3]===void 0&&!e.allowBooleanAttributes)return J("InvalidAttr","boolean attribute '"+n[o][2]+"' is not allowed.",je(n[o]));const i=n[o][2];if(!Hi(i))return J("InvalidAttr","Attribute '"+i+"' is an invalid name.",je(n[o]));if(!Object.prototype.hasOwnProperty.call(r,i))r[i]=1;else return J("InvalidAttr","Attribute '"+i+"' is repeated.",je(n[o]))}return!0}function Wi(t,e){let n=/\d/;for(t[e]==="x"&&(e++,n=/[\da-fA-F]/);e<t.length;e++){if(t[e]===";")return e;if(!t[e].match(n))break}return-1}function Gi(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,Wi(t,e);let n=0;for(;e<t.length;e++,n++)if(!(t[e].match(/\w/)&&n<20)){if(t[e]===";")break;return-1}return e}function J(t,e,n){return{err:{code:t,msg:e,line:n.line||n,col:n.col}}}function Hi(t){return Ze(t)}function Yi(t){return Ze(t)}function ne(t,e){const n=t.substring(0,e).split(/\r?\n/);return{line:n.length,col:n[n.length-1].length+1}}function je(t){return t.startIndex+t[1].length}const kr=t=>sn.includes(t)?"__"+t:t,zi={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,n){return t},captureMetaData:!1,maxNestedTags:100,strictReservedNames:!0,jPath:!0,onDangerousProperty:kr};function Qi(t,e){if(typeof t!="string")return;const n=t.toLowerCase();if(sn.some(r=>n===r.toLowerCase()))throw new Error(`[SECURITY] Invalid ${e}: "${t}" is a reserved JavaScript keyword that could cause prototype pollution`);if(jr.some(r=>n===r.toLowerCase()))throw new Error(`[SECURITY] Invalid ${e}: "${t}" is a reserved JavaScript keyword that could cause prototype pollution`)}function Br(t){return typeof t=="boolean"?{enabled:t,maxEntitySize:1e4,maxExpansionDepth:10,maxTotalExpansions:1e3,maxExpandedLength:1e5,maxEntityCount:100,allowedTags:null,tagFilter:null}:typeof t=="object"&&t!==null?{enabled:t.enabled!==!1,maxEntitySize:Math.max(1,t.maxEntitySize??1e4),maxExpansionDepth:Math.max(1,t.maxExpansionDepth??1e4),maxTotalExpansions:Math.max(1,t.maxTotalExpansions??1/0),maxExpandedLength:Math.max(1,t.maxExpandedLength??1e5),maxEntityCount:Math.max(1,t.maxEntityCount??1e3),allowedTags:t.allowedTags??null,tagFilter:t.tagFilter??null}:Br(!0)}const Ki=function(t){const e=Object.assign({},zi,t),n=[{value:e.attributeNamePrefix,name:"attributeNamePrefix"},{value:e.attributesGroupName,name:"attributesGroupName"},{value:e.textNodeName,name:"textNodeName"},{value:e.cdataPropName,name:"cdataPropName"},{value:e.commentPropName,name:"commentPropName"}];for(const{value:r,name:o}of n)r&&Qi(r,o);return e.onDangerousProperty===null&&(e.onDangerousProperty=kr),e.processEntities=Br(e.processEntities),e.unpairedTagsSet=new Set(e.unpairedTags),e.stopNodes&&Array.isArray(e.stopNodes)&&(e.stopNodes=e.stopNodes.map(r=>typeof r=="string"&&r.startsWith("*.")?".."+r.substring(2):r)),e};let We;typeof Symbol!="function"?We="@@xmlMetadata":We=Symbol("XML Node Metadata");class Te{constructor(e){this.tagname=e,this.child=[],this[":@"]=Object.create(null)}add(e,n){e==="__proto__"&&(e="#__proto__"),this.child.push({[e]:n})}addChild(e,n){e.tagname==="__proto__"&&(e.tagname="#__proto__"),e[":@"]&&Object.keys(e[":@"]).length>0?this.child.push({[e.tagname]:e.child,":@":e[":@"]}):this.child.push({[e.tagname]:e.child}),n!==void 0&&(this.child[this.child.length-1][We]={startIndex:n})}static getMetaDataSymbol(){return We}}class Ji{constructor(e){this.suppressValidationErr=!e,this.options=e}readDocType(e,n){const r=Object.create(null);let o=0;if(e[n+3]==="O"&&e[n+4]==="C"&&e[n+5]==="T"&&e[n+6]==="Y"&&e[n+7]==="P"&&e[n+8]==="E"){n=n+9;let i=1,s=!1,a=!1,u="";for(;n<e.length;n++)if(e[n]==="<"&&!a){if(s&&Ie(e,"!ENTITY",n)){n+=7;let p,c;if([p,c,n]=this.readEntityExp(e,n+1,this.suppressValidationErr),c.indexOf("&")===-1){if(this.options.enabled!==!1&&this.options.maxEntityCount!=null&&o>=this.options.maxEntityCount)throw new Error(`Entity count (${o+1}) exceeds maximum allowed (${this.options.maxEntityCount})`);const l=p.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");r[p]={regx:RegExp(`&${l};`,"g"),val:c},o++}}else if(s&&Ie(e,"!ELEMENT",n)){n+=8;const{index:p}=this.readElementExp(e,n+1);n=p}else if(s&&Ie(e,"!ATTLIST",n))n+=8;else if(s&&Ie(e,"!NOTATION",n)){n+=9;const{index:p}=this.readNotationExp(e,n+1,this.suppressValidationErr);n=p}else if(Ie(e,"!--",n))a=!0;else throw new Error("Invalid DOCTYPE");i++,u=""}else if(e[n]===">"){if(a?e[n-1]==="-"&&e[n-2]==="-"&&(a=!1,i--):i--,i===0)break}else e[n]==="["?s=!0:u+=e[n];if(i!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:r,i:n}}readEntityExp(e,n){n=se(e,n);const r=n;for(;n<e.length&&!/\s/.test(e[n])&&e[n]!=='"'&&e[n]!=="'";)n++;let o=e.substring(r,n);if(ke(o),n=se(e,n),!this.suppressValidationErr){if(e.substring(n,n+6).toUpperCase()==="SYSTEM")throw new Error("External entities are not supported");if(e[n]==="%")throw new Error("Parameter entities are not supported")}let i="";if([n,i]=this.readIdentifierVal(e,n,"entity"),this.options.enabled!==!1&&this.options.maxEntitySize!=null&&i.length>this.options.maxEntitySize)throw new Error(`Entity "${o}" size (${i.length}) exceeds maximum allowed size (${this.options.maxEntitySize})`);return n--,[o,i,n]}readNotationExp(e,n){n=se(e,n);const r=n;for(;n<e.length&&!/\s/.test(e[n]);)n++;let o=e.substring(r,n);!this.suppressValidationErr&&ke(o),n=se(e,n);const i=e.substring(n,n+6).toUpperCase();if(!this.suppressValidationErr&&i!=="SYSTEM"&&i!=="PUBLIC")throw new Error(`Expected SYSTEM or PUBLIC, found "${i}"`);n+=i.length,n=se(e,n);let s=null,a=null;if(i==="PUBLIC")[n,s]=this.readIdentifierVal(e,n,"publicIdentifier"),n=se(e,n),(e[n]==='"'||e[n]==="'")&&([n,a]=this.readIdentifierVal(e,n,"systemIdentifier"));else if(i==="SYSTEM"&&([n,a]=this.readIdentifierVal(e,n,"systemIdentifier"),!this.suppressValidationErr&&!a))throw new Error("Missing mandatory system identifier for SYSTEM notation");return{notationName:o,publicIdentifier:s,systemIdentifier:a,index:--n}}readIdentifierVal(e,n,r){let o="";const i=e[n];if(i!=='"'&&i!=="'")throw new Error(`Expected quoted string, found "${i}"`);n++;const s=n;for(;n<e.length&&e[n]!==i;)n++;if(o=e.substring(s,n),e[n]!==i)throw new Error(`Unterminated ${r} value`);return n++,[n,o]}readElementExp(e,n){n=se(e,n);const r=n;for(;n<e.length&&!/\s/.test(e[n]);)n++;let o=e.substring(r,n);if(!this.suppressValidationErr&&!Ze(o))throw new Error(`Invalid element name: "${o}"`);n=se(e,n);let i="";if(e[n]==="E"&&Ie(e,"MPTY",n))n+=4;else if(e[n]==="A"&&Ie(e,"NY",n))n+=2;else if(e[n]==="("){n++;const s=n;for(;n<e.length&&e[n]!==")";)n++;if(i=e.substring(s,n),e[n]!==")")throw new Error("Unterminated content model")}else if(!this.suppressValidationErr)throw new Error(`Invalid Element Expression, found "${e[n]}"`);return{elementName:o,contentModel:i.trim(),index:n}}readAttlistExp(e,n){n=se(e,n);let r=n;for(;n<e.length&&!/\s/.test(e[n]);)n++;let o=e.substring(r,n);for(ke(o),n=se(e,n),r=n;n<e.length&&!/\s/.test(e[n]);)n++;let i=e.substring(r,n);if(!ke(i))throw new Error(`Invalid attribute name: "${i}"`);n=se(e,n);let s="";if(e.substring(n,n+8).toUpperCase()==="NOTATION"){if(s="NOTATION",n+=8,n=se(e,n),e[n]!=="(")throw new Error(`Expected '(', found "${e[n]}"`);n++;let u=[];for(;n<e.length&&e[n]!==")";){const p=n;for(;n<e.length&&e[n]!=="|"&&e[n]!==")";)n++;let c=e.substring(p,n);if(c=c.trim(),!ke(c))throw new Error(`Invalid notation name: "${c}"`);u.push(c),e[n]==="|"&&(n++,n=se(e,n))}if(e[n]!==")")throw new Error("Unterminated list of notations");n++,s+=" ("+u.join("|")+")"}else{const u=n;for(;n<e.length&&!/\s/.test(e[n]);)n++;s+=e.substring(u,n);const p=["CDATA","ID","IDREF","IDREFS","ENTITY","ENTITIES","NMTOKEN","NMTOKENS"];if(!this.suppressValidationErr&&!p.includes(s.toUpperCase()))throw new Error(`Invalid attribute type: "${s}"`)}n=se(e,n);let a="";return e.substring(n,n+8).toUpperCase()==="#REQUIRED"?(a="#REQUIRED",n+=8):e.substring(n,n+7).toUpperCase()==="#IMPLIED"?(a="#IMPLIED",n+=7):[n,a]=this.readIdentifierVal(e,n,"ATTLIST"),{elementName:o,attributeName:i,attributeType:s,defaultValue:a,index:n}}}const se=(t,e)=>{for(;e<t.length&&/\s/.test(t[e]);)e++;return e};function Ie(t,e,n){for(let r=0;r<e.length;r++)if(e[r]!==t[n+r+1])return!1;return!0}function ke(t){if(Ze(t))return t;throw new Error(`Invalid entity name ${t}`)}const Zi=/^[-+]?0x[a-fA-F0-9]+$/,es=/^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/,ts={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0,infinity:"original"};function ns(t,e={}){if(e=Object.assign({},ts,e),!t||typeof t!="string")return t;let n=t.trim();if(n.length===0)return t;if(e.skipLike!==void 0&&e.skipLike.test(n))return t;if(n==="0")return 0;if(e.hex&&Zi.test(n))return os(n,16);if(isFinite(n)){if(n.includes("e")||n.includes("E"))return is(t,n,e);{const r=es.exec(n);if(r){const o=r[1]||"",i=r[2];let s=ss(r[3]);const a=o?t[i.length+1]===".":t[i.length]===".";if(!e.leadingZeros&&(i.length>1||i.length===1&&!a))return t;{const u=Number(n),p=String(u);if(u===0)return u;if(p.search(/[eE]/)!==-1)return e.eNotation?u:t;if(n.indexOf(".")!==-1)return p==="0"||p===s||p===`${o}${s}`?u:t;let c=i?s:n;return i?c===p||o+c===p?u:t:c===p||c===o+p?u:t}}else return t}}else return as(t,Number(n),e)}const rs=/^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;function is(t,e,n){if(!n.eNotation)return t;const r=e.match(rs);if(r){let o=r[1]||"";const i=r[3].indexOf("e")===-1?"E":"e",s=r[2],a=o?t[s.length+1]===i:t[s.length]===i;return s.length>1&&a?t:s.length===1&&(r[3].startsWith(`.${i}`)||r[3][0]===i)?Number(e):s.length>0?n.leadingZeros&&!a?(e=(r[1]||"")+r[3],Number(e)):t:Number(e)}else return t}function ss(t){return t&&t.indexOf(".")!==-1&&(t=t.replace(/0+$/,""),t==="."?t="0":t[0]==="."?t="0"+t:t[t.length-1]==="."&&(t=t.substring(0,t.length-1))),t}function os(t,e){if(parseInt)return parseInt(t,e);if(Number.parseInt)return Number.parseInt(t,e);if(window&&window.parseInt)return window.parseInt(t,e);throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")}function as(t,e,n){const r=e===1/0;switch(n.infinity.toLowerCase()){case"null":return null;case"infinity":return e;case"string":return r?"Infinity":"-Infinity";case"original":default:return t}}function us(t){return typeof t=="function"?t:Array.isArray(t)?e=>{for(const n of t)if(typeof n=="string"&&e===n||n instanceof RegExp&&n.test(e))return!0}:()=>!1}class Ce{constructor(e,n={},r){this.pattern=e,this.separator=n.separator||".",this.segments=this._parse(e),this.data=r,this._hasDeepWildcard=this.segments.some(o=>o.type==="deep-wildcard"),this._hasAttributeCondition=this.segments.some(o=>o.attrName!==void 0),this._hasPositionSelector=this.segments.some(o=>o.position!==void 0)}_parse(e){const n=[];let r=0,o="";for(;r<e.length;)e[r]===this.separator?r+1<e.length&&e[r+1]===this.separator?(o.trim()&&(n.push(this._parseSegment(o.trim())),o=""),n.push({type:"deep-wildcard"}),r+=2):(o.trim()&&n.push(this._parseSegment(o.trim())),o="",r++):(o+=e[r],r++);return o.trim()&&n.push(this._parseSegment(o.trim())),n}_parseSegment(e){const n={type:"tag"};let r=null,o=e;const i=e.match(/^([^\[]+)(\[[^\]]*\])(.*)$/);if(i&&(o=i[1]+i[3],i[2])){const c=i[2].slice(1,-1);c&&(r=c)}let s,a=o;if(o.includes("::")){const c=o.indexOf("::");if(s=o.substring(0,c).trim(),a=o.substring(c+2).trim(),!s)throw new Error(`Invalid namespace in pattern: ${e}`)}let u,p=null;if(a.includes(":")){const c=a.lastIndexOf(":"),l=a.substring(0,c).trim(),f=a.substring(c+1).trim();["first","last","odd","even"].includes(f)||/^nth\(\d+\)$/.test(f)?(u=l,p=f):u=a}else u=a;if(!u)throw new Error(`Invalid segment pattern: ${e}`);if(n.tag=u,s&&(n.namespace=s),r)if(r.includes("=")){const c=r.indexOf("=");n.attrName=r.substring(0,c).trim(),n.attrValue=r.substring(c+1).trim()}else n.attrName=r.trim();if(p){const c=p.match(/^nth\((\d+)\)$/);c?(n.position="nth",n.positionValue=parseInt(c[1],10)):n.position=p}return n}get length(){return this.segments.length}hasDeepWildcard(){return this._hasDeepWildcard}hasAttributeCondition(){return this._hasAttributeCondition}hasPositionSelector(){return this._hasPositionSelector}toString(){return this.pattern}}class cs{constructor(){this._byDepthAndTag=new Map,this._wildcardByDepth=new Map,this._deepWildcards=[],this._patterns=new Set,this._sealed=!1}add(e){if(this._sealed)throw new TypeError("ExpressionSet is sealed. Create a new ExpressionSet to add more expressions.");if(this._patterns.has(e.pattern))return this;if(this._patterns.add(e.pattern),e.hasDeepWildcard())return this._deepWildcards.push(e),this;const n=e.length,o=e.segments[e.segments.length-1]?.tag;if(!o||o==="*")this._wildcardByDepth.has(n)||this._wildcardByDepth.set(n,[]),this._wildcardByDepth.get(n).push(e);else{const i=`${n}:${o}`;this._byDepthAndTag.has(i)||this._byDepthAndTag.set(i,[]),this._byDepthAndTag.get(i).push(e)}return this}addAll(e){for(const n of e)this.add(n);return this}has(e){return this._patterns.has(e.pattern)}get size(){return this._patterns.size}seal(){return this._sealed=!0,this}get isSealed(){return this._sealed}matchesAny(e){return this.findMatch(e)!==null}findMatch(e){const n=e.getDepth(),r=e.getCurrentTag(),o=`${n}:${r}`,i=this._byDepthAndTag.get(o);if(i){for(let a=0;a<i.length;a++)if(e.matches(i[a]))return i[a]}const s=this._wildcardByDepth.get(n);if(s){for(let a=0;a<s.length;a++)if(e.matches(s[a]))return s[a]}for(let a=0;a<this._deepWildcards.length;a++)if(e.matches(this._deepWildcards[a]))return this._deepWildcards[a];return null}}class ls{constructor(e){this._matcher=e}get separator(){return this._matcher.separator}getCurrentTag(){const e=this._matcher.path;return e.length>0?e[e.length-1].tag:void 0}getCurrentNamespace(){const e=this._matcher.path;return e.length>0?e[e.length-1].namespace:void 0}getAttrValue(e){const n=this._matcher.path;if(n.length!==0)return n[n.length-1].values?.[e]}hasAttr(e){const n=this._matcher.path;if(n.length===0)return!1;const r=n[n.length-1];return r.values!==void 0&&e in r.values}getPosition(){const e=this._matcher.path;return e.length===0?-1:e[e.length-1].position??0}getCounter(){const e=this._matcher.path;return e.length===0?-1:e[e.length-1].counter??0}getIndex(){return this.getPosition()}getDepth(){return this._matcher.path.length}toString(e,n=!0){return this._matcher.toString(e,n)}toArray(){return this._matcher.path.map(e=>e.tag)}matches(e){return this._matcher.matches(e)}matchesAny(e){return e.matchesAny(this._matcher)}}class on{constructor(e={}){this.separator=e.separator||".",this.path=[],this.siblingStacks=[],this._pathStringCache=null,this._view=new ls(this)}push(e,n=null,r=null){this._pathStringCache=null,this.path.length>0&&(this.path[this.path.length-1].values=void 0);const o=this.path.length;this.siblingStacks[o]||(this.siblingStacks[o]=new Map);const i=this.siblingStacks[o],s=r?`${r}:${e}`:e,a=i.get(s)||0;let u=0;for(const c of i.values())u+=c;i.set(s,a+1);const p={tag:e,position:u,counter:a};r!=null&&(p.namespace=r),n!=null&&(p.values=n),this.path.push(p)}pop(){if(this.path.length===0)return;this._pathStringCache=null;const e=this.path.pop();return this.siblingStacks.length>this.path.length+1&&(this.siblingStacks.length=this.path.length+1),e}updateCurrent(e){if(this.path.length>0){const n=this.path[this.path.length-1];e!=null&&(n.values=e)}}getCurrentTag(){return this.path.length>0?this.path[this.path.length-1].tag:void 0}getCurrentNamespace(){return this.path.length>0?this.path[this.path.length-1].namespace:void 0}getAttrValue(e){if(this.path.length!==0)return this.path[this.path.length-1].values?.[e]}hasAttr(e){if(this.path.length===0)return!1;const n=this.path[this.path.length-1];return n.values!==void 0&&e in n.values}getPosition(){return this.path.length===0?-1:this.path[this.path.length-1].position??0}getCounter(){return this.path.length===0?-1:this.path[this.path.length-1].counter??0}getIndex(){return this.getPosition()}getDepth(){return this.path.length}toString(e,n=!0){const r=e||this.separator;if(r===this.separator&&n===!0){if(this._pathStringCache!==null)return this._pathStringCache;const i=this.path.map(s=>s.namespace?`${s.namespace}:${s.tag}`:s.tag).join(r);return this._pathStringCache=i,i}return this.path.map(i=>n&&i.namespace?`${i.namespace}:${i.tag}`:i.tag).join(r)}toArray(){return this.path.map(e=>e.tag)}reset(){this._pathStringCache=null,this.path=[],this.siblingStacks=[]}matches(e){const n=e.segments;return n.length===0?!1:e.hasDeepWildcard()?this._matchWithDeepWildcard(n):this._matchSimple(n)}_matchSimple(e){if(this.path.length!==e.length)return!1;for(let n=0;n<e.length;n++)if(!this._matchSegment(e[n],this.path[n],n===this.path.length-1))return!1;return!0}_matchWithDeepWildcard(e){let n=this.path.length-1,r=e.length-1;for(;r>=0&&n>=0;){const o=e[r];if(o.type==="deep-wildcard"){if(r--,r<0)return!0;const i=e[r];let s=!1;for(let a=n;a>=0;a--)if(this._matchSegment(i,this.path[a],a===this.path.length-1)){n=a-1,r--,s=!0;break}if(!s)return!1}else{if(!this._matchSegment(o,this.path[n],n===this.path.length-1))return!1;n--,r--}}return r<0}_matchSegment(e,n,r){if(e.tag!=="*"&&e.tag!==n.tag||e.namespace!==void 0&&e.namespace!=="*"&&e.namespace!==n.namespace||e.attrName!==void 0&&(!r||!n.values||!(e.attrName in n.values)||e.attrValue!==void 0&&String(n.values[e.attrName])!==String(e.attrValue)))return!1;if(e.position!==void 0){if(!r)return!1;const o=n.counter??0;if(e.position==="first"&&o!==0)return!1;if(e.position==="odd"&&o%2!==1)return!1;if(e.position==="even"&&o%2!==0)return!1;if(e.position==="nth"&&o!==e.positionValue)return!1}return!0}matchesAny(e){return e.matchesAny(this)}snapshot(){return{path:this.path.map(e=>({...e})),siblingStacks:this.siblingStacks.map(e=>new Map(e))}}restore(e){this._pathStringCache=null,this.path=e.path.map(n=>({...n})),this.siblingStacks=e.siblingStacks.map(n=>new Map(n))}readOnly(){return this._view}}function fs(t,e){if(!t)return{};const n=e.attributesGroupName?t[e.attributesGroupName]:t;if(!n)return{};const r={};for(const o in n)if(o.startsWith(e.attributeNamePrefix)){const i=o.substring(e.attributeNamePrefix.length);r[i]=n[o]}else r[o]=n[o];return r}function hs(t){if(!t||typeof t!="string")return;const e=t.indexOf(":");if(e!==-1&&e>0){const n=t.substring(0,e);if(n!=="xmlns")return n}}class ps{constructor(e){this.options=e,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(r,o)=>Dn(o,10,"&#")},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(r,o)=>Dn(o,16,"&#x")}},this.addExternalEntities=ds,this.parseXml=ws,this.parseTextData=gs,this.resolveNameSpace=ms,this.buildAttributesMap=bs,this.isItStopNode=Is,this.replaceEntitiesValue=Ts,this.readStopNodeData=xs,this.saveTextToParentTag=Ns,this.addChild=Es,this.ignoreAttributesFn=us(this.options.ignoreAttributes),this.entityExpansionCount=0,this.currentExpandedLength=0,this.matcher=new on,this.readonlyMatcher=this.matcher.readOnly(),this.isCurrentNodeStopNode=!1,this.stopNodeExpressionsSet=new cs;const n=this.options.stopNodes;if(n&&n.length>0){for(let r=0;r<n.length;r++){const o=n[r];typeof o=="string"?this.stopNodeExpressionsSet.add(new Ce(o)):o instanceof Ce&&this.stopNodeExpressionsSet.add(o)}this.stopNodeExpressionsSet.seal()}}}function ds(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const r=e[n],o=r.replace(/[.\-+*:]/g,"\\.");this.lastEntities[r]={regex:new RegExp("&"+o+";","g"),val:t[r]}}}function gs(t,e,n,r,o,i,s){const a=this.options;if(t!==void 0&&(a.trimValues&&!r&&(t=t.trim()),t.length>0)){s||(t=this.replaceEntitiesValue(t,e,n));const u=a.jPath?n.toString():n,p=a.tagValueProcessor(e,t,u,o,i);return p==null?t:typeof p!=typeof t||p!==t?p:a.trimValues||t.trim()===t?Qt(t,a.parseTagValue,a.numberParseOptions):t}}function ms(t){if(this.options.removeNSPrefix){const e=t.split(":"),n=t.charAt(0)==="/"?"/":"";if(e[0]==="xmlns")return"";e.length===2&&(t=n+e[1])}return t}const ys=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function bs(t,e,n){const r=this.options;if(r.ignoreAttributes!==!0&&typeof t=="string"){const o=Fr(t,ys),i=o.length,s={},a=new Array(i);let u=!1;const p={};for(let f=0;f<i;f++){const y=this.resolveNameSpace(o[f][1]),E=o[f][4];if(y.length&&E!==void 0){let O=E;r.trimValues&&(O=O.trim()),O=this.replaceEntitiesValue(O,n,this.readonlyMatcher),a[f]=O,p[y]=O,u=!0}}u&&typeof e=="object"&&e.updateCurrent&&e.updateCurrent(p);const c=r.jPath?e.toString():this.readonlyMatcher;let l=!1;for(let f=0;f<i;f++){const y=this.resolveNameSpace(o[f][1]);if(this.ignoreAttributesFn(y,c))continue;let E=r.attributeNamePrefix+y;if(y.length)if(r.transformAttributeName&&(E=r.transformAttributeName(E)),E=Rr(E,r),o[f][4]!==void 0){const O=a[f],w=r.attributeValueProcessor(y,O,c);w==null?s[E]=O:typeof w!=typeof O||w!==O?s[E]=w:s[E]=Qt(O,r.parseAttributeValue,r.numberParseOptions),l=!0}else r.allowBooleanAttributes&&(s[E]=!0,l=!0)}if(!l)return;if(r.attributesGroupName){const f={};return f[r.attributesGroupName]=s,f}return s}}const ws=function(t){t=t.replace(/\r\n?/g,`
|
|
7
|
+
`);const e=new Te("!xml");let n=e,r="";this.matcher.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0,this.docTypeEntitiesKeys=[],this.lastEntitiesKeys=Object.keys(this.lastEntities),this.htmlEntitiesKeys=this.options.htmlEntities?Object.keys(this.htmlEntities):[];const o=this.options,i=new Ji(o.processEntities),s=t.length;for(let a=0;a<s;a++)if(t[a]==="<"){const p=t.charCodeAt(a+1);if(p===47){const c=De(t,">",a,"Closing Tag is not closed.");let l=t.substring(a+2,c).trim();if(o.removeNSPrefix){const y=l.indexOf(":");y!==-1&&(l=l.substr(y+1))}l=ot(o.transformTagName,l,"",o).tagName,n&&(r=this.saveTextToParentTag(r,n,this.readonlyMatcher));const f=this.matcher.getCurrentTag();if(l&&o.unpairedTagsSet.has(l))throw new Error(`Unpaired tag can not be used as closing tag: </${l}>`);f&&o.unpairedTagsSet.has(f)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,n=this.tagsNodeStack.pop(),r="",a=c}else if(p===63){let c=zt(t,a,!1,"?>");if(!c)throw new Error("Pi Tag is not closed.");if(r=this.saveTextToParentTag(r,n,this.readonlyMatcher),!(o.ignoreDeclaration&&c.tagName==="?xml"||o.ignorePiTags)){const l=new Te(c.tagName);l.add(o.textNodeName,""),c.tagName!==c.tagExp&&c.attrExpPresent&&(l[":@"]=this.buildAttributesMap(c.tagExp,this.matcher,c.tagName)),this.addChild(n,l,this.readonlyMatcher,a)}a=c.closeIndex+1}else if(p===33&&t.charCodeAt(a+2)===45&&t.charCodeAt(a+3)===45){const c=De(t,"-->",a+4,"Comment is not closed.");if(o.commentPropName){const l=t.substring(a+4,c-2);r=this.saveTextToParentTag(r,n,this.readonlyMatcher),n.add(o.commentPropName,[{[o.textNodeName]:l}])}a=c}else if(p===33&&t.charCodeAt(a+2)===68){const c=i.readDocType(t,a);this.docTypeEntities=c.entities,this.docTypeEntitiesKeys=Object.keys(this.docTypeEntities)||[],a=c.i}else if(p===33&&t.charCodeAt(a+2)===91){const c=De(t,"]]>",a,"CDATA is not closed.")-2,l=t.substring(a+9,c);r=this.saveTextToParentTag(r,n,this.readonlyMatcher);let f=this.parseTextData(l,n.tagname,this.readonlyMatcher,!0,!1,!0,!0);f==null&&(f=""),o.cdataPropName?n.add(o.cdataPropName,[{[o.textNodeName]:l}]):n.add(o.textNodeName,f),a=c+2}else{let c=zt(t,a,o.removeNSPrefix);if(!c){const I=t.substring(Math.max(0,a-50),Math.min(s,a+50));throw new Error(`readTagExp returned undefined at position ${a}. Context: "${I}"`)}let l=c.tagName;const f=c.rawTagName;let y=c.tagExp,E=c.attrExpPresent,O=c.closeIndex;if({tagName:l,tagExp:y}=ot(o.transformTagName,l,y,o),o.strictReservedNames&&(l===o.commentPropName||l===o.cdataPropName||l===o.textNodeName||l===o.attributesGroupName))throw new Error(`Invalid tag name: ${l}`);n&&r&&n.tagname!=="!xml"&&(r=this.saveTextToParentTag(r,n,this.readonlyMatcher,!1));const w=n;w&&o.unpairedTagsSet.has(w.tagname)&&(n=this.tagsNodeStack.pop(),this.matcher.pop());let L=!1;y.length>0&&y.lastIndexOf("/")===y.length-1&&(L=!0,l[l.length-1]==="/"?(l=l.substr(0,l.length-1),y=l):y=y.substr(0,y.length-1),E=l!==y);let N=null,d;d=hs(f),l!==e.tagname&&this.matcher.push(l,{},d),l!==y&&E&&(N=this.buildAttributesMap(y,this.matcher,l),N&&fs(N,o)),l!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());const v=a;if(this.isCurrentNodeStopNode){let I="";if(L)a=c.closeIndex;else if(o.unpairedTagsSet.has(l))a=c.closeIndex;else{const _=this.readStopNodeData(t,f,O+1);if(!_)throw new Error(`Unexpected end of ${f}`);a=_.i,I=_.tagContent}const A=new Te(l);N&&(A[":@"]=N),A.add(o.textNodeName,I),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(n,A,this.readonlyMatcher,v)}else{if(L){({tagName:l,tagExp:y}=ot(o.transformTagName,l,y,o));const I=new Te(l);N&&(I[":@"]=N),this.addChild(n,I,this.readonlyMatcher,v),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(o.unpairedTagsSet.has(l)){const I=new Te(l);N&&(I[":@"]=N),this.addChild(n,I,this.readonlyMatcher,v),this.matcher.pop(),this.isCurrentNodeStopNode=!1,a=c.closeIndex;continue}else{const I=new Te(l);if(this.tagsNodeStack.length>o.maxNestedTags)throw new Error("Maximum nested tags exceeded");this.tagsNodeStack.push(n),N&&(I[":@"]=N),this.addChild(n,I,this.readonlyMatcher,v),n=I}r="",a=O}}}else r+=t[a];return e.child};function Es(t,e,n,r){this.options.captureMetaData||(r=void 0);const o=this.options.jPath?n.toString():n,i=this.options.updateTag(e.tagname,o,e[":@"]);i===!1||(typeof i=="string"&&(e.tagname=i),t.addChild(e,r))}function Ts(t,e,n){const r=this.options.processEntities;if(!r||!r.enabled)return t;if(r.allowedTags){const o=this.options.jPath?n.toString():n;if(!(Array.isArray(r.allowedTags)?r.allowedTags.includes(e):r.allowedTags(e,o)))return t}if(r.tagFilter){const o=this.options.jPath?n.toString():n;if(!r.tagFilter(e,o))return t}for(const o of this.docTypeEntitiesKeys){const i=this.docTypeEntities[o],s=t.match(i.regx);if(s){if(this.entityExpansionCount+=s.length,r.maxTotalExpansions&&this.entityExpansionCount>r.maxTotalExpansions)throw new Error(`Entity expansion limit exceeded: ${this.entityExpansionCount} > ${r.maxTotalExpansions}`);const a=t.length;if(t=t.replace(i.regx,i.val),r.maxExpandedLength&&(this.currentExpandedLength+=t.length-a,this.currentExpandedLength>r.maxExpandedLength))throw new Error(`Total expanded content size exceeded: ${this.currentExpandedLength} > ${r.maxExpandedLength}`)}}if(t.indexOf("&")===-1)return t;for(const o of this.lastEntitiesKeys){const i=this.lastEntities[o],s=t.match(i.regex);if(s&&(this.entityExpansionCount+=s.length,r.maxTotalExpansions&&this.entityExpansionCount>r.maxTotalExpansions))throw new Error(`Entity expansion limit exceeded: ${this.entityExpansionCount} > ${r.maxTotalExpansions}`);t=t.replace(i.regex,i.val)}if(t.indexOf("&")===-1)return t;for(const o of this.htmlEntitiesKeys){const i=this.htmlEntities[o],s=t.match(i.regex);if(s&&(this.entityExpansionCount+=s.length,r.maxTotalExpansions&&this.entityExpansionCount>r.maxTotalExpansions))throw new Error(`Entity expansion limit exceeded: ${this.entityExpansionCount} > ${r.maxTotalExpansions}`);t=t.replace(i.regex,i.val)}return t=t.replace(this.ampEntity.regex,this.ampEntity.val),t}function Ns(t,e,n,r){return t&&(r===void 0&&(r=e.child.length===0),t=this.parseTextData(t,e.tagname,n,!1,e[":@"]?Object.keys(e[":@"]).length!==0:!1,r),t!==void 0&&t!==""&&e.add(this.options.textNodeName,t),t=""),t}function Is(){return this.stopNodeExpressionsSet.size===0?!1:this.matcher.matchesAny(this.stopNodeExpressionsSet)}function vs(t,e,n=">"){let r=0;const o=[],i=t.length,s=n.charCodeAt(0),a=n.length>1?n.charCodeAt(1):-1;for(let u=e;u<i;u++){const p=t.charCodeAt(u);if(r)p===r&&(r=0);else if(p===34||p===39)r=p;else if(p===s)if(a!==-1){if(t.charCodeAt(u+1)===a)return{data:String.fromCharCode(...o),index:u}}else return{data:String.fromCharCode(...o),index:u};else if(p===9){o.push(32);continue}o.push(p)}}function De(t,e,n,r){const o=t.indexOf(e,n);if(o===-1)throw new Error(r);return o+e.length-1}function Os(t,e,n,r){const o=t.indexOf(e,n);if(o===-1)throw new Error(r);return o}function zt(t,e,n,r=">"){const o=vs(t,e+1,r);if(!o)return;let i=o.data;const s=o.index,a=i.search(/\s/);let u=i,p=!0;a!==-1&&(u=i.substring(0,a),i=i.substring(a+1).trimStart());const c=u;if(n){const l=u.indexOf(":");l!==-1&&(u=u.substr(l+1),p=u!==o.data.substr(l+1))}return{tagName:u,tagExp:i,closeIndex:s,attrExpPresent:p,rawTagName:c}}function xs(t,e,n){const r=n;let o=1;const i=t.length;for(;n<i;n++)if(t[n]==="<"){const s=t.charCodeAt(n+1);if(s===47){const a=Os(t,">",n,`${e} is not closed`);if(t.substring(n+2,a).trim()===e&&(o--,o===0))return{tagContent:t.substring(r,n),i:a};n=a}else if(s===63)n=De(t,"?>",n+1,"StopNode is not closed.");else if(s===33&&t.charCodeAt(n+2)===45&&t.charCodeAt(n+3)===45)n=De(t,"-->",n+3,"StopNode is not closed.");else if(s===33&&t.charCodeAt(n+2)===91)n=De(t,"]]>",n,"StopNode is not closed.")-2;else{const a=zt(t,n,">");a&&((a&&a.tagName)===e&&a.tagExp[a.tagExp.length-1]!=="/"&&o++,n=a.closeIndex)}}}function Qt(t,e,n){if(e&&typeof t=="string"){const r=t.trim();return r==="true"?!0:r==="false"?!1:ns(t,n)}else return Bi(t)?t:""}function Dn(t,e,n){const r=Number.parseInt(t,e);return r>=0&&r<=1114111?String.fromCodePoint(r):n+t+";"}function ot(t,e,n,r){if(t){const o=t(e);n===e&&(n=o),e=o}return e=Rr(e,r),{tagName:e,tagExp:n}}function Rr(t,e){if(jr.includes(t))throw new Error(`[SECURITY] Invalid name: "${t}" is a reserved JavaScript keyword that could cause prototype pollution`);return sn.includes(t)?e.onDangerousProperty(t):t}const at=Te.getMetaDataSymbol();function Ps(t,e){if(!t||typeof t!="object")return{};if(!e)return t;const n={};for(const r in t)if(r.startsWith(e)){const o=r.substring(e.length);n[o]=t[r]}else n[r]=t[r];return n}function As(t,e,n,r){return $r(t,e,n,r)}function $r(t,e,n,r){let o;const i={};for(let s=0;s<t.length;s++){const a=t[s],u=_s(a);if(u!==void 0&&u!==e.textNodeName){const p=Ps(a[":@"]||{},e.attributeNamePrefix);n.push(u,p)}if(u===e.textNodeName)o===void 0?o=a[u]:o+=""+a[u];else{if(u===void 0)continue;if(a[u]){let p=$r(a[u],e,n,r);const c=Ss(p,e);if(a[":@"]?Ls(p,a[":@"],r,e):Object.keys(p).length===1&&p[e.textNodeName]!==void 0&&!e.alwaysCreateTextNode?p=p[e.textNodeName]:Object.keys(p).length===0&&(e.alwaysCreateTextNode?p[e.textNodeName]="":p=""),a[at]!==void 0&&typeof p=="object"&&p!==null&&(p[at]=a[at]),i[u]!==void 0&&Object.prototype.hasOwnProperty.call(i,u))Array.isArray(i[u])||(i[u]=[i[u]]),i[u].push(p);else{const l=e.jPath?r.toString():r;e.isArray(u,l,c)?i[u]=[p]:i[u]=p}u!==void 0&&u!==e.textNodeName&&n.pop()}}}return typeof o=="string"?o.length>0&&(i[e.textNodeName]=o):o!==void 0&&(i[e.textNodeName]=o),i}function _s(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const r=e[n];if(r!==":@")return r}}function Ls(t,e,n,r){if(e){const o=Object.keys(e),i=o.length;for(let s=0;s<i;s++){const a=o[s],u=a.startsWith(r.attributeNamePrefix)?a.substring(r.attributeNamePrefix.length):a,p=r.jPath?n.toString()+"."+u:n;r.isArray(a,p,!0,!0)?t[a]=[e[a]]:t[a]=e[a]}}}function Ss(t,e){const{textNodeName:n}=e,r=Object.keys(t).length;return!!(r===0||r===1&&(t[n]||typeof t[n]=="boolean"||t[n]===0))}class Ge{constructor(e){this.externalEntities={},this.options=Ki(e)}parse(e,n){if(typeof e!="string"&&e.toString)e=e.toString();else if(typeof e!="string")throw new Error("XML data is accepted in String or Bytes[] form.");if(n){n===!0&&(n={});const i=$i(e,n);if(i!==!0)throw Error(`${i.err.msg}:${i.err.line}:${i.err.col}`)}const r=new ps(this.options);r.addExternalEntities(this.externalEntities);const o=r.parseXml(e);return this.options.preserveOrder||o===void 0?o:As(o,this.options,r.matcher,r.readonlyMatcher)}addEntity(e,n){if(n.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(e.indexOf("&")!==-1||e.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");if(n==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[e]=n}static getMetaDataSymbol(){return Te.getMetaDataSymbol()}}const Ds=`
|
|
8
|
+
`;function Ms(t,e){let n="";e.format&&e.indentBy.length>0&&(n=Ds);const r=[];if(e.stopNodes&&Array.isArray(e.stopNodes))for(let i=0;i<e.stopNodes.length;i++){const s=e.stopNodes[i];typeof s=="string"?r.push(new Ce(s)):s instanceof Ce&&r.push(s)}const o=new on;return Xr(t,e,n,o,r)}function Xr(t,e,n,r,o){let i="",s=!1;if(e.maxNestedTags&&r.getDepth()>e.maxNestedTags)throw new Error("Maximum nested tags exceeded");if(!Array.isArray(t)){if(t!=null){let a=t.toString();return a=Kt(a,e),a}return""}for(let a=0;a<t.length;a++){const u=t[a],p=Vr(u);if(p===void 0)continue;const c=Cs(u[":@"],e);r.push(p,c);const l=js(r,o);if(p===e.textNodeName){let w=u[p];l||(w=e.tagValueProcessor(p,w),w=Kt(w,e)),s&&(i+=n),i+=w,s=!1,r.pop();continue}else if(p===e.cdataPropName){s&&(i+=n),i+=`<![CDATA[${u[p][0][e.textNodeName]}]]>`,s=!1,r.pop();continue}else if(p===e.commentPropName){i+=n+`<!--${u[p][0][e.textNodeName]}-->`,s=!0,r.pop();continue}else if(p[0]==="?"){const w=Mn(u[":@"],e,l),L=p==="?xml"?"":n;let N=u[p][0][e.textNodeName];N=N.length!==0?" "+N:"",i+=L+`<${p}${N}${w}?>`,s=!0,r.pop();continue}let f=n;f!==""&&(f+=e.indentBy);const y=Mn(u[":@"],e,l),E=n+`<${p}${y}`;let O;l?O=Ur(u[p],e):O=Xr(u[p],e,f,r,o),e.unpairedTags.indexOf(p)!==-1?e.suppressUnpairedNode?i+=E+">":i+=E+"/>":(!O||O.length===0)&&e.suppressEmptyNode?i+=E+"/>":O&&O.endsWith(">")?i+=E+`>${O}${n}</${p}>`:(i+=E+">",O&&n!==""&&(O.includes("/>")||O.includes("</"))?i+=n+e.indentBy+O+n:i+=O,i+=`</${p}>`),s=!0,r.pop()}return i}function Cs(t,e){if(!t||e.ignoreAttributes)return null;const n={};let r=!1;for(let o in t){if(!Object.prototype.hasOwnProperty.call(t,o))continue;const i=o.startsWith(e.attributeNamePrefix)?o.substr(e.attributeNamePrefix.length):o;n[i]=t[o],r=!0}return r?n:null}function Ur(t,e){if(!Array.isArray(t))return t!=null?t.toString():"";let n="";for(let r=0;r<t.length;r++){const o=t[r],i=Vr(o);if(i===e.textNodeName)n+=o[i];else if(i===e.cdataPropName)n+=o[i][0][e.textNodeName];else if(i===e.commentPropName)n+=o[i][0][e.textNodeName];else{if(i&&i[0]==="?")continue;if(i){const s=Fs(o[":@"],e),a=Ur(o[i],e);!a||a.length===0?n+=`<${i}${s}/>`:n+=`<${i}${s}>${a}</${i}>`}}}return n}function Fs(t,e){let n="";if(t&&!e.ignoreAttributes)for(let r in t){if(!Object.prototype.hasOwnProperty.call(t,r))continue;let o=t[r];o===!0&&e.suppressBooleanAttributes?n+=` ${r.substr(e.attributeNamePrefix.length)}`:n+=` ${r.substr(e.attributeNamePrefix.length)}="${o}"`}return n}function Vr(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const r=e[n];if(Object.prototype.hasOwnProperty.call(t,r)&&r!==":@")return r}}function Mn(t,e,n){let r="";if(t&&!e.ignoreAttributes)for(let o in t){if(!Object.prototype.hasOwnProperty.call(t,o))continue;let i;n?i=t[o]:(i=e.attributeValueProcessor(o,t[o]),i=Kt(i,e)),i===!0&&e.suppressBooleanAttributes?r+=` ${o.substr(e.attributeNamePrefix.length)}`:r+=` ${o.substr(e.attributeNamePrefix.length)}="${i}"`}return r}function js(t,e){if(!e||e.length===0)return!1;for(let n=0;n<e.length;n++)if(t.matches(e[n]))return!0;return!1}function Kt(t,e){if(t&&t.length>0&&e.processEntities)for(let n=0;n<e.entities.length;n++){const r=e.entities[n];t=t.replace(r.regex,r.val)}return t}function ks(t){return typeof t=="function"?t:Array.isArray(t)?e=>{for(const n of t)if(typeof n=="string"&&e===n||n instanceof RegExp&&n.test(e))return!0}:()=>!1}const Bs={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1,maxNestedTags:100,jPath:!0};function ie(t){if(this.options=Object.assign({},Bs,t),this.options.stopNodes&&Array.isArray(this.options.stopNodes)&&(this.options.stopNodes=this.options.stopNodes.map(e=>typeof e=="string"&&e.startsWith("*.")?".."+e.substring(2):e)),this.stopNodeExpressions=[],this.options.stopNodes&&Array.isArray(this.options.stopNodes))for(let e=0;e<this.options.stopNodes.length;e++){const n=this.options.stopNodes[e];typeof n=="string"?this.stopNodeExpressions.push(new Ce(n)):n instanceof Ce&&this.stopNodeExpressions.push(n)}this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=ks(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=Xs),this.processTextOrObjNode=Rs,this.options.format?(this.indentate=$s,this.tagEndChar=`>
|
|
6
9
|
`,this.newLine=`
|
|
7
|
-
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}
|
|
8
|
-
`;break;case 114:d+="\r";break;case 116:d+=" ";break;case 117:const _=f(4);_>=0?d+=String.fromCharCode(_):l=4;break;default:l=5}v=r;continue}if(I>=0&&I<=31)if(Be(I)){d+=
|
|
9
|
-
`),a++,p=r,s=14;switch(d){case 123:return r++,s=1;case 125:return r++,s=2;case 91:return r++,s=3;case 93:return r++,s=4;case 58:return r++,s=6;case 44:return r++,s=5;case 34:return r++,o=O(),s=10;case 47:const v=r-1;if(
|
|
10
|
-
`+" ".repeat(
|
|
11
|
-
`+" ".repeat(
|
|
12
|
-
`+" ".repeat(
|
|
13
|
-
`+" ".repeat(
|
|
10
|
+
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}ie.prototype.build=function(t){if(this.options.preserveOrder)return Ms(t,this.options);{Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t});const e=new on;return this.j2x(t,0,e).val}};ie.prototype.j2x=function(t,e,n){let r="",o="";if(this.options.maxNestedTags&&n.getDepth()>=this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");const i=this.options.jPath?n.toString():n,s=this.checkStopNode(n);for(let a in t)if(Object.prototype.hasOwnProperty.call(t,a))if(typeof t[a]>"u")this.isAttribute(a)&&(o+="");else if(t[a]===null)this.isAttribute(a)||a===this.options.cdataPropName?o+="":a[0]==="?"?o+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:o+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if(t[a]instanceof Date)o+=this.buildTextValNode(t[a],a,"",e,n);else if(typeof t[a]!="object"){const u=this.isAttribute(a);if(u&&!this.ignoreAttributesFn(u,i))r+=this.buildAttrPairStr(u,""+t[a],s);else if(!u)if(a===this.options.textNodeName){let p=this.options.tagValueProcessor(a,""+t[a]);o+=this.replaceEntitiesValue(p)}else{n.push(a);const p=this.checkStopNode(n);if(n.pop(),p){const c=""+t[a];c===""?o+=this.indentate(e)+"<"+a+this.closeTag(a)+this.tagEndChar:o+=this.indentate(e)+"<"+a+">"+c+"</"+a+this.tagEndChar}else o+=this.buildTextValNode(t[a],a,"",e,n)}}else if(Array.isArray(t[a])){const u=t[a].length;let p="",c="";for(let l=0;l<u;l++){const f=t[a][l];if(!(typeof f>"u"))if(f===null)a[0]==="?"?o+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:o+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if(typeof f=="object")if(this.options.oneListGroup){n.push(a);const y=this.j2x(f,e+1,n);n.pop(),p+=y.val,this.options.attributesGroupName&&f.hasOwnProperty(this.options.attributesGroupName)&&(c+=y.attrStr)}else p+=this.processTextOrObjNode(f,a,e,n);else if(this.options.oneListGroup){let y=this.options.tagValueProcessor(a,f);y=this.replaceEntitiesValue(y),p+=y}else{n.push(a);const y=this.checkStopNode(n);if(n.pop(),y){const E=""+f;E===""?p+=this.indentate(e)+"<"+a+this.closeTag(a)+this.tagEndChar:p+=this.indentate(e)+"<"+a+">"+E+"</"+a+this.tagEndChar}else p+=this.buildTextValNode(f,a,"",e,n)}}this.options.oneListGroup&&(p=this.buildObjectNode(p,a,c,e)),o+=p}else if(this.options.attributesGroupName&&a===this.options.attributesGroupName){const u=Object.keys(t[a]),p=u.length;for(let c=0;c<p;c++)r+=this.buildAttrPairStr(u[c],""+t[a][u[c]],s)}else o+=this.processTextOrObjNode(t[a],a,e,n);return{attrStr:r,val:o}};ie.prototype.buildAttrPairStr=function(t,e,n){return n||(e=this.options.attributeValueProcessor(t,""+e),e=this.replaceEntitiesValue(e)),this.options.suppressBooleanAttributes&&e==="true"?" "+t:" "+t+'="'+e+'"'};function Rs(t,e,n,r){const o=this.extractAttributes(t);if(r.push(e,o),this.checkStopNode(r)){const a=this.buildRawContent(t),u=this.buildAttributesForStopNode(t);return r.pop(),this.buildObjectNode(a,e,u,n)}const s=this.j2x(t,n+1,r);return r.pop(),t[this.options.textNodeName]!==void 0&&Object.keys(t).length===1?this.buildTextValNode(t[this.options.textNodeName],e,s.attrStr,n,r):this.buildObjectNode(s.val,e,s.attrStr,n)}ie.prototype.extractAttributes=function(t){if(!t||typeof t!="object")return null;const e={};let n=!1;if(this.options.attributesGroupName&&t[this.options.attributesGroupName]){const r=t[this.options.attributesGroupName];for(let o in r){if(!Object.prototype.hasOwnProperty.call(r,o))continue;const i=o.startsWith(this.options.attributeNamePrefix)?o.substring(this.options.attributeNamePrefix.length):o;e[i]=r[o],n=!0}}else for(let r in t){if(!Object.prototype.hasOwnProperty.call(t,r))continue;const o=this.isAttribute(r);o&&(e[o]=t[r],n=!0)}return n?e:null};ie.prototype.buildRawContent=function(t){if(typeof t=="string")return t;if(typeof t!="object"||t===null)return String(t);if(t[this.options.textNodeName]!==void 0)return t[this.options.textNodeName];let e="";for(let n in t){if(!Object.prototype.hasOwnProperty.call(t,n)||this.isAttribute(n)||this.options.attributesGroupName&&n===this.options.attributesGroupName)continue;const r=t[n];if(n===this.options.textNodeName)e+=r;else if(Array.isArray(r)){for(let o of r)if(typeof o=="string"||typeof o=="number")e+=`<${n}>${o}</${n}>`;else if(typeof o=="object"&&o!==null){const i=this.buildRawContent(o),s=this.buildAttributesForStopNode(o);i===""?e+=`<${n}${s}/>`:e+=`<${n}${s}>${i}</${n}>`}}else if(typeof r=="object"&&r!==null){const o=this.buildRawContent(r),i=this.buildAttributesForStopNode(r);o===""?e+=`<${n}${i}/>`:e+=`<${n}${i}>${o}</${n}>`}else e+=`<${n}>${r}</${n}>`}return e};ie.prototype.buildAttributesForStopNode=function(t){if(!t||typeof t!="object")return"";let e="";if(this.options.attributesGroupName&&t[this.options.attributesGroupName]){const n=t[this.options.attributesGroupName];for(let r in n){if(!Object.prototype.hasOwnProperty.call(n,r))continue;const o=r.startsWith(this.options.attributeNamePrefix)?r.substring(this.options.attributeNamePrefix.length):r,i=n[r];i===!0&&this.options.suppressBooleanAttributes?e+=" "+o:e+=" "+o+'="'+i+'"'}}else for(let n in t){if(!Object.prototype.hasOwnProperty.call(t,n))continue;const r=this.isAttribute(n);if(r){const o=t[n];o===!0&&this.options.suppressBooleanAttributes?e+=" "+r:e+=" "+r+'="'+o+'"'}}return e};ie.prototype.buildObjectNode=function(t,e,n,r){if(t==="")return e[0]==="?"?this.indentate(r)+"<"+e+n+"?"+this.tagEndChar:this.indentate(r)+"<"+e+n+this.closeTag(e)+this.tagEndChar;{let o="</"+e+this.tagEndChar,i="";return e[0]==="?"&&(i="?",o=""),(n||n==="")&&t.indexOf("<")===-1?this.indentate(r)+"<"+e+n+i+">"+t+o:this.options.commentPropName!==!1&&e===this.options.commentPropName&&i.length===0?this.indentate(r)+`<!--${t}-->`+this.newLine:this.indentate(r)+"<"+e+n+i+this.tagEndChar+t+this.indentate(r)+o}};ie.prototype.closeTag=function(t){let e="";return this.options.unpairedTags.indexOf(t)!==-1?this.options.suppressUnpairedNode||(e="/"):this.options.suppressEmptyNode?e="/":e=`></${t}`,e};ie.prototype.checkStopNode=function(t){if(!this.stopNodeExpressions||this.stopNodeExpressions.length===0)return!1;for(let e=0;e<this.stopNodeExpressions.length;e++)if(t.matches(this.stopNodeExpressions[e]))return!0;return!1};ie.prototype.buildTextValNode=function(t,e,n,r,o){if(this.options.cdataPropName!==!1&&e===this.options.cdataPropName)return this.indentate(r)+`<![CDATA[${t}]]>`+this.newLine;if(this.options.commentPropName!==!1&&e===this.options.commentPropName)return this.indentate(r)+`<!--${t}-->`+this.newLine;if(e[0]==="?")return this.indentate(r)+"<"+e+n+"?"+this.tagEndChar;{let i=this.options.tagValueProcessor(e,t);return i=this.replaceEntitiesValue(i),i===""?this.indentate(r)+"<"+e+n+this.closeTag(e)+this.tagEndChar:this.indentate(r)+"<"+e+n+">"+i+"</"+e+this.tagEndChar}};ie.prototype.replaceEntitiesValue=function(t){if(t&&t.length>0&&this.options.processEntities)for(let e=0;e<this.options.entities.length;e++){const n=this.options.entities[e];t=t.replace(n.regex,n.val)}return t};function $s(t){return this.options.indentBy.repeat(t)}function Xs(t){return t.startsWith(this.options.attributeNamePrefix)&&t!==this.options.textNodeName?t.substr(this.attrPrefixLen):!1}function qr(t,e=!1){const n=t.length;let r=0,o="",i=0,s=16,a=0,u=0,p=0,c=0,l=0;function f(d,v){let I=0,A=0;for(;I<d;){let _=t.charCodeAt(r);if(_>=48&&_<=57)A=A*16+_-48;else if(_>=65&&_<=70)A=A*16+_-65+10;else if(_>=97&&_<=102)A=A*16+_-97+10;else break;r++,I++}return I<d&&(A=-1),A}function y(d){r=d,o="",i=0,s=16,l=0}function E(){let d=r;if(t.charCodeAt(r)===48)r++;else for(r++;r<t.length&&Ae(t.charCodeAt(r));)r++;if(r<t.length&&t.charCodeAt(r)===46)if(r++,r<t.length&&Ae(t.charCodeAt(r)))for(r++;r<t.length&&Ae(t.charCodeAt(r));)r++;else return l=3,t.substring(d,r);let v=r;if(r<t.length&&(t.charCodeAt(r)===69||t.charCodeAt(r)===101))if(r++,(r<t.length&&t.charCodeAt(r)===43||t.charCodeAt(r)===45)&&r++,r<t.length&&Ae(t.charCodeAt(r))){for(r++;r<t.length&&Ae(t.charCodeAt(r));)r++;v=r}else l=3;return t.substring(d,v)}function O(){let d="",v=r;for(;;){if(r>=n){d+=t.substring(v,r),l=2;break}const I=t.charCodeAt(r);if(I===34){d+=t.substring(v,r),r++;break}if(I===92){if(d+=t.substring(v,r),r++,r>=n){l=2;break}switch(t.charCodeAt(r++)){case 34:d+='"';break;case 92:d+="\\";break;case 47:d+="/";break;case 98:d+="\b";break;case 102:d+="\f";break;case 110:d+=`
|
|
11
|
+
`;break;case 114:d+="\r";break;case 116:d+=" ";break;case 117:const _=f(4);_>=0?d+=String.fromCharCode(_):l=4;break;default:l=5}v=r;continue}if(I>=0&&I<=31)if(Be(I)){d+=t.substring(v,r),l=2;break}else l=6;r++}return d}function w(){if(o="",l=0,i=r,u=a,c=p,r>=n)return i=n,s=17;let d=t.charCodeAt(r);if(ut(d)){do r++,o+=String.fromCharCode(d),d=t.charCodeAt(r);while(ut(d));return s=15}if(Be(d))return r++,o+=String.fromCharCode(d),d===13&&t.charCodeAt(r)===10&&(r++,o+=`
|
|
12
|
+
`),a++,p=r,s=14;switch(d){case 123:return r++,s=1;case 125:return r++,s=2;case 91:return r++,s=3;case 93:return r++,s=4;case 58:return r++,s=6;case 44:return r++,s=5;case 34:return r++,o=O(),s=10;case 47:const v=r-1;if(t.charCodeAt(r+1)===47){for(r+=2;r<n&&!Be(t.charCodeAt(r));)r++;return o=t.substring(v,r),s=12}if(t.charCodeAt(r+1)===42){r+=2;const I=n-1;let A=!1;for(;r<I;){const _=t.charCodeAt(r);if(_===42&&t.charCodeAt(r+1)===47){r+=2,A=!0;break}r++,Be(_)&&(_===13&&t.charCodeAt(r)===10&&r++,a++,p=r)}return A||(r++,l=1),o=t.substring(v,r),s=13}return o+=String.fromCharCode(d),r++,s=16;case 45:if(o+=String.fromCharCode(d),r++,r===n||!Ae(t.charCodeAt(r)))return s=16;case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return o+=E(),s=11;default:for(;r<n&&L(d);)r++,d=t.charCodeAt(r);if(i!==r){switch(o=t.substring(i,r),o){case"true":return s=8;case"false":return s=9;case"null":return s=7}return s=16}return o+=String.fromCharCode(d),r++,s=16}}function L(d){if(ut(d)||Be(d))return!1;switch(d){case 125:case 93:case 123:case 91:case 34:case 58:case 44:case 47:return!1}return!0}function N(){let d;do d=w();while(d>=12&&d<=15);return d}return{setPosition:y,getPosition:()=>r,scan:e?N:w,getToken:()=>s,getTokenValue:()=>o,getTokenOffset:()=>i,getTokenLength:()=>r-i,getTokenStartLine:()=>u,getTokenStartCharacter:()=>i-c,getTokenError:()=>l}}function ut(t){return t===32||t===9}function Be(t){return t===10||t===13}function Ae(t){return t>=48&&t<=57}var Cn;(function(t){t[t.lineFeed=10]="lineFeed",t[t.carriageReturn=13]="carriageReturn",t[t.space=32]="space",t[t._0=48]="_0",t[t._1=49]="_1",t[t._2=50]="_2",t[t._3=51]="_3",t[t._4=52]="_4",t[t._5=53]="_5",t[t._6=54]="_6",t[t._7=55]="_7",t[t._8=56]="_8",t[t._9=57]="_9",t[t.a=97]="a",t[t.b=98]="b",t[t.c=99]="c",t[t.d=100]="d",t[t.e=101]="e",t[t.f=102]="f",t[t.g=103]="g",t[t.h=104]="h",t[t.i=105]="i",t[t.j=106]="j",t[t.k=107]="k",t[t.l=108]="l",t[t.m=109]="m",t[t.n=110]="n",t[t.o=111]="o",t[t.p=112]="p",t[t.q=113]="q",t[t.r=114]="r",t[t.s=115]="s",t[t.t=116]="t",t[t.u=117]="u",t[t.v=118]="v",t[t.w=119]="w",t[t.x=120]="x",t[t.y=121]="y",t[t.z=122]="z",t[t.A=65]="A",t[t.B=66]="B",t[t.C=67]="C",t[t.D=68]="D",t[t.E=69]="E",t[t.F=70]="F",t[t.G=71]="G",t[t.H=72]="H",t[t.I=73]="I",t[t.J=74]="J",t[t.K=75]="K",t[t.L=76]="L",t[t.M=77]="M",t[t.N=78]="N",t[t.O=79]="O",t[t.P=80]="P",t[t.Q=81]="Q",t[t.R=82]="R",t[t.S=83]="S",t[t.T=84]="T",t[t.U=85]="U",t[t.V=86]="V",t[t.W=87]="W",t[t.X=88]="X",t[t.Y=89]="Y",t[t.Z=90]="Z",t[t.asterisk=42]="asterisk",t[t.backslash=92]="backslash",t[t.closeBrace=125]="closeBrace",t[t.closeBracket=93]="closeBracket",t[t.colon=58]="colon",t[t.comma=44]="comma",t[t.dot=46]="dot",t[t.doubleQuote=34]="doubleQuote",t[t.minus=45]="minus",t[t.openBrace=123]="openBrace",t[t.openBracket=91]="openBracket",t[t.plus=43]="plus",t[t.slash=47]="slash",t[t.formFeed=12]="formFeed",t[t.tab=9]="tab"})(Cn||(Cn={}));const oe=new Array(20).fill(0).map((t,e)=>" ".repeat(e)),_e=200,Fn={" ":{"\n":new Array(_e).fill(0).map((t,e)=>`
|
|
13
|
+
`+" ".repeat(e)),"\r":new Array(_e).fill(0).map((t,e)=>"\r"+" ".repeat(e)),"\r\n":new Array(_e).fill(0).map((t,e)=>`\r
|
|
14
|
+
`+" ".repeat(e))}," ":{"\n":new Array(_e).fill(0).map((t,e)=>`
|
|
15
|
+
`+" ".repeat(e)),"\r":new Array(_e).fill(0).map((t,e)=>"\r"+" ".repeat(e)),"\r\n":new Array(_e).fill(0).map((t,e)=>`\r
|
|
16
|
+
`+" ".repeat(e))}},Us=[`
|
|
14
17
|
`,"\r",`\r
|
|
15
|
-
`];function Vs(e,
|
|
18
|
+
`];function Vs(t,e,n){let r,o,i,s,a;if(e){for(s=e.offset,a=s+e.length,i=s;i>0&&!He(t,i-1);)i--;let I=a;for(;I<t.length&&!He(t,I);)I++;o=t.substring(i,I),r=qs(o,n)}else o=t,r=0,i=0,s=0,a=t.length;const u=Ws(n,t),p=Us.includes(u);let c=0,l=0,f;n.insertSpaces?f=oe[n.tabSize||4]??Le(oe[1],n.tabSize||4):f=" ";const y=f===" "?" ":" ";let E=qr(o,!1),O=!1;function w(){if(c>1)return Le(u,c)+Le(f,r+l);const I=f.length*(r+l);return!p||I>Fn[y][u].length?u+Le(f,r+l):I<=0?u:Fn[y][u][I]}function L(){let I=E.scan();for(c=0;I===15||I===14;)I===14&&n.keepLines?c+=1:I===14&&(c=1),I=E.scan();return O=I===16||E.getTokenError()!==0,I}const N=[];function d(I,A,_){!O&&(!e||A<a&&_>s)&&t.substring(A,_)!==I&&N.push({offset:A,length:_-A,content:I})}let v=L();if(n.keepLines&&c>0&&d(Le(u,c),0,0),v!==17){let I=E.getTokenOffset()+i,A=f.length*r<20&&n.insertSpaces?oe[f.length*r]:Le(f,r);d(A,i,I)}for(;v!==17;){let I=E.getTokenOffset()+E.getTokenLength()+i,A=L(),_="",M=!1;for(;c===0&&(A===12||A===13);){let b=E.getTokenOffset()+i;d(oe[1],I,b),I=E.getTokenOffset()+E.getTokenLength()+i,M=A===12,_=M?w():"",A=L()}if(A===2)v!==1&&l--,n.keepLines&&c>0||!n.keepLines&&v!==1?_=w():n.keepLines&&(_=oe[1]);else if(A===4)v!==3&&l--,n.keepLines&&c>0||!n.keepLines&&v!==3?_=w():n.keepLines&&(_=oe[1]);else{switch(v){case 3:case 1:l++,n.keepLines&&c>0||!n.keepLines?_=w():_=oe[1];break;case 5:n.keepLines&&c>0||!n.keepLines?_=w():_=oe[1];break;case 12:_=w();break;case 13:c>0?_=w():M||(_=oe[1]);break;case 6:n.keepLines&&c>0?_=w():M||(_=oe[1]);break;case 10:n.keepLines&&c>0?_=w():A===6&&!M&&(_="");break;case 7:case 8:case 9:case 11:case 2:case 4:n.keepLines&&c>0?_=w():(A===12||A===13)&&!M?_=oe[1]:A!==5&&A!==17&&(O=!0);break;case 16:O=!0;break}c>0&&(A===12||A===13)&&(_=w())}A===17&&(n.keepLines&&c>0?_=w():_=n.insertFinalNewline?u:"");const T=E.getTokenOffset()+i;d(_,I,T),v=A}return N}function Le(t,e){let n="";for(let r=0;r<e;r++)n+=t;return n}function qs(t,e){let n=0,r=0;const o=e.tabSize||4;for(;n<t.length;){let i=t.charAt(n);if(i===oe[1])r++;else if(i===" ")r+=o;else break;n++}return Math.floor(r/o)}function Ws(t,e){for(let n=0;n<e.length;n++){const r=e.charAt(n);if(r==="\r")return n+1<e.length&&e.charAt(n+1)===`
|
|
16
19
|
`?`\r
|
|
17
20
|
`:"\r";if(r===`
|
|
18
21
|
`)return`
|
|
19
|
-
`}return
|
|
20
|
-
`}function He(e
|
|
21
|
-
`.indexOf(e.charAt(t))!==-1}var Ye;(function(e){e.DEFAULT={allowTrailingComma:!1}})(Ye||(Ye={}));function Gr(e,t=[],n=Ye.DEFAULT){let r={type:"array",offset:-1,length:-1,children:[],parent:void 0};function o(u){r.type==="property"&&(r.length=u-r.offset,r=r.parent)}function i(u){return r.children.push(u),u}Gs(e,{onObjectBegin:u=>{r=i({type:"object",offset:u,length:-1,parent:r,children:[]})},onObjectProperty:(u,p,c)=>{r=i({type:"property",offset:p,length:-1,parent:r,children:[]}),r.children.push({type:"string",value:u,offset:p,length:c,parent:r})},onObjectEnd:(u,p)=>{o(u+p),r.length=u+p-r.offset,r=r.parent,o(u+p)},onArrayBegin:(u,p)=>{r=i({type:"array",offset:u,length:-1,parent:r,children:[]})},onArrayEnd:(u,p)=>{r.length=u+p-r.offset,r=r.parent,o(u+p)},onLiteralValue:(u,p,c)=>{i({type:Hs(u),offset:p,length:c,parent:r,value:u}),o(p+c)},onSeparator:(u,p,c)=>{r.type==="property"&&(u===":"?r.colonOffset=p:u===","&&o(p))},onError:(u,p,c)=>{t.push({error:u,offset:p,length:c})}},n);const a=r.children[0];return a&&delete a.parent,a}function Kt(e,t){if(!e)return;let n=e;for(let r of t)if(typeof r=="string"){if(n.type!=="object"||!Array.isArray(n.children))return;let o=!1;for(const i of n.children)if(Array.isArray(i.children)&&i.children[0].value===r&&i.children.length===2){n=i.children[1],o=!0;break}if(!o)return}else{const o=r;if(n.type!=="array"||o<0||!Array.isArray(n.children)||o>=n.children.length)return;n=n.children[o]}return n}function Gs(e,t,n=Ye.DEFAULT){const r=Wr(e,!1),o=[];let i=0;function s(R){return R?()=>i===0&&R(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter()):()=>!0}function a(R){return R?U=>i===0&&R(U,r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter()):()=>!0}function u(R){return R?U=>i===0&&R(U,r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter(),()=>o.slice()):()=>!0}function p(R){return R?()=>{i>0?i++:R(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter(),()=>o.slice())===!1&&(i=1)}:()=>!0}function c(R){return R?()=>{i>0&&i--,i===0&&R(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter())}:()=>!0}const l=p(t.onObjectBegin),f=u(t.onObjectProperty),y=c(t.onObjectEnd),E=p(t.onArrayBegin),O=c(t.onArrayEnd),w=u(t.onLiteralValue),L=a(t.onSeparator),N=s(t.onComment),d=a(t.onError),v=n&&n.disallowComments,I=n&&n.allowTrailingComma;function A(){for(;;){const R=r.scan();switch(r.getTokenError()){case 4:_(14);break;case 5:_(15);break;case 3:_(13);break;case 1:v||_(11);break;case 2:_(12);break;case 6:_(16);break}switch(R){case 12:case 13:v?_(10):N();break;case 16:_(1);break;case 15:case 14:break;default:return R}}}function _(R,U=[],W=[]){if(d(R),U.length+W.length>0){let G=r.getToken();for(;G!==17;){if(U.indexOf(G)!==-1){A();break}else if(W.indexOf(G)!==-1)break;G=A()}}}function M(R){const U=r.getTokenValue();return R?w(U):(f(U),o.push(U)),A(),!0}function T(){switch(r.getToken()){case 11:const R=r.getTokenValue();let U=Number(R);isNaN(U)&&(_(2),U=0),w(U);break;case 7:w(null);break;case 8:w(!0);break;case 9:w(!1);break;default:return!1}return A(),!0}function b(){return r.getToken()!==10?(_(3,[],[2,5]),!1):(M(!1),r.getToken()===6?(L(":"),A(),V()||_(4,[],[2,5])):_(5,[],[2,5]),o.pop(),!0)}function F(){l(),A();let R=!1;for(;r.getToken()!==2&&r.getToken()!==17;){if(r.getToken()===5){if(R||_(4,[],[]),L(","),A(),r.getToken()===2&&I)break}else R&&_(6,[],[]);b()||_(4,[],[2,5]),R=!0}return y(),r.getToken()!==2?_(7,[2],[]):A(),!0}function X(){E(),A();let R=!0,U=!1;for(;r.getToken()!==4&&r.getToken()!==17;){if(r.getToken()===5){if(U||_(4,[],[]),L(","),A(),r.getToken()===4&&I)break}else U&&_(6,[],[]);R?(o.push(0),R=!1):o[o.length-1]++,V()||_(4,[],[4,5]),U=!0}return O(),R||o.pop(),r.getToken()!==4?_(8,[4],[]):A(),!0}function V(){switch(r.getToken()){case 3:return X();case 1:return F();case 10:return M(!0);default:return T()}}return A(),r.getToken()===17?n.allowEmptyContent?!0:(_(4,[],[]),!1):V()?(r.getToken()!==17&&_(9,[],[]),!0):(_(4,[],[]),!1)}function Hs(e){switch(typeof e){case"boolean":return"boolean";case"number":return"number";case"string":return"string";case"object":{if(e){if(Array.isArray(e))return"array"}else return"null";return"object"}default:return"null"}}function Ys(e,t,n,r){const o=t.slice(),s=Gr(e,[]);let a,u;for(;o.length>0&&(u=o.pop(),a=Kt(s,o),a===void 0&&n!==void 0);)typeof u=="string"?n={[u]:n}:n=[n];if(a)if(a.type==="object"&&typeof u=="string"&&Array.isArray(a.children)){const p=Kt(a,[u]);if(p!==void 0)if(n===void 0){if(!p.parent)throw new Error("Malformed AST");const c=a.children.indexOf(p.parent);let l,f=p.parent.offset+p.parent.length;if(c>0){let y=a.children[c-1];l=y.offset+y.length}else l=a.offset+1,a.children.length>1&&(f=a.children[1].offset);return Ie(e,{offset:l,length:f-l,content:""},r)}else return Ie(e,{offset:p.offset,length:p.length,content:JSON.stringify(n)},r);else{if(n===void 0)return[];const c=`${JSON.stringify(u)}: ${JSON.stringify(n)}`,l=r.getInsertionIndex?r.getInsertionIndex(a.children.map(y=>y.children[0].value)):a.children.length;let f;if(l>0){let y=a.children[l-1];f={offset:y.offset+y.length,length:0,content:","+c}}else a.children.length===0?f={offset:a.offset+1,length:0,content:c}:f={offset:a.offset+1,length:0,content:c+","};return Ie(e,f,r)}}else if(a.type==="array"&&typeof u=="number"&&Array.isArray(a.children)){const p=u;if(p===-1){const c=`${JSON.stringify(n)}`;let l;if(a.children.length===0)l={offset:a.offset+1,length:0,content:c};else{const f=a.children[a.children.length-1];l={offset:f.offset+f.length,length:0,content:","+c}}return Ie(e,l,r)}else if(n===void 0&&a.children.length>=0){const c=u,l=a.children[c];let f;if(a.children.length===1)f={offset:a.offset+1,length:a.length-2,content:""};else if(a.children.length-1===c){let y=a.children[c-1],E=y.offset+y.length,O=a.offset+a.length;f={offset:E,length:O-2-E,content:""}}else f={offset:l.offset,length:a.children[c+1].offset-l.offset,content:""};return Ie(e,f,r)}else if(n!==void 0){let c;const l=`${JSON.stringify(n)}`;if(!r.isArrayInsertion&&a.children.length>u){const f=a.children[u];c={offset:f.offset,length:f.length,content:l}}else if(a.children.length===0||u===0)c={offset:a.offset+1,length:0,content:a.children.length===0?l:l+","};else{const f=u>a.children.length?a.children.length:u,y=a.children[f-1];c={offset:y.offset+y.length,length:0,content:","+l}}return Ie(e,c,r)}else throw new Error(`Can not ${n===void 0?"remove":r.isArrayInsertion?"insert":"modify"} Array index ${p} as length is not sufficient`)}else throw new Error(`Can not add ${typeof u!="number"?"index":"property"} to parent of type ${a.type}`);else{if(n===void 0)throw new Error("Can not delete in empty document");return Ie(e,{offset:s?s.offset:0,length:s?s.length:0,content:JSON.stringify(n)},r)}}function Ie(e,t,n){if(!n.formattingOptions)return[t];let r=Jt(e,t),o=t.offset,i=t.offset+t.content.length;if(t.length===0||t.content.length===0){for(;o>0&&!He(r,o-1);)o--;for(;i<r.length&&!He(r,i);)i++}const s=Vs(r,{offset:o,length:i-o},{...n.formattingOptions,keepLines:!1});for(let u=s.length-1;u>=0;u--){const p=s[u];r=Jt(r,p),o=Math.min(o,p.offset),i=Math.max(i,p.offset+p.length),i+=p.content.length-p.length}const a=e.length-(r.length-i)-o;return[{offset:o,length:a,content:r.substring(o,i)}]}function Jt(e,t){return e.substring(0,t.offset)+t.content+e.substring(t.offset+t.length)}var jn;(function(e){e[e.None=0]="None",e[e.UnexpectedEndOfComment=1]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=2]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=3]="UnexpectedEndOfNumber",e[e.InvalidUnicode=4]="InvalidUnicode",e[e.InvalidEscapeCharacter=5]="InvalidEscapeCharacter",e[e.InvalidCharacter=6]="InvalidCharacter"})(jn||(jn={}));var kn;(function(e){e[e.OpenBraceToken=1]="OpenBraceToken",e[e.CloseBraceToken=2]="CloseBraceToken",e[e.OpenBracketToken=3]="OpenBracketToken",e[e.CloseBracketToken=4]="CloseBracketToken",e[e.CommaToken=5]="CommaToken",e[e.ColonToken=6]="ColonToken",e[e.NullKeyword=7]="NullKeyword",e[e.TrueKeyword=8]="TrueKeyword",e[e.FalseKeyword=9]="FalseKeyword",e[e.StringLiteral=10]="StringLiteral",e[e.NumericLiteral=11]="NumericLiteral",e[e.LineCommentTrivia=12]="LineCommentTrivia",e[e.BlockCommentTrivia=13]="BlockCommentTrivia",e[e.LineBreakTrivia=14]="LineBreakTrivia",e[e.Trivia=15]="Trivia",e[e.Unknown=16]="Unknown",e[e.EOF=17]="EOF"})(kn||(kn={}));const ze=Gr,Re=Kt;var Bn;(function(e){e[e.InvalidSymbol=1]="InvalidSymbol",e[e.InvalidNumberFormat=2]="InvalidNumberFormat",e[e.PropertyNameExpected=3]="PropertyNameExpected",e[e.ValueExpected=4]="ValueExpected",e[e.ColonExpected=5]="ColonExpected",e[e.CommaExpected=6]="CommaExpected",e[e.CloseBraceExpected=7]="CloseBraceExpected",e[e.CloseBracketExpected=8]="CloseBracketExpected",e[e.EndOfFileExpected=9]="EndOfFileExpected",e[e.InvalidCommentToken=10]="InvalidCommentToken",e[e.UnexpectedEndOfComment=11]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=12]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=13]="UnexpectedEndOfNumber",e[e.InvalidUnicode=14]="InvalidUnicode",e[e.InvalidEscapeCharacter=15]="InvalidEscapeCharacter",e[e.InvalidCharacter=16]="InvalidCharacter"})(Bn||(Bn={}));function zs(e){switch(e){case 1:return"InvalidSymbol";case 2:return"InvalidNumberFormat";case 3:return"PropertyNameExpected";case 4:return"ValueExpected";case 5:return"ColonExpected";case 6:return"CommaExpected";case 7:return"CloseBraceExpected";case 8:return"CloseBracketExpected";case 9:return"EndOfFileExpected";case 10:return"InvalidCommentToken";case 11:return"UnexpectedEndOfComment";case 12:return"UnexpectedEndOfString";case 13:return"UnexpectedEndOfNumber";case 14:return"InvalidUnicode";case 15:return"InvalidEscapeCharacter";case 16:return"InvalidCharacter"}return"<unknown ParseErrorCode>"}function Zt(e,t,n,r){return Ys(e,t,n,r)}function Hr(e,t){let n=t.slice(0).sort((o,i)=>{const s=o.offset-i.offset;return s===0?o.length-i.length:s}),r=e.length;for(let o=n.length-1;o>=0;o--){let i=n[o];if(i.offset+i.length<=r)e=Jt(e,i);else throw new Error("Overlapping edit");r=i.offset}return e}const Qs="PHPWASMCLI",Rn=["/dev/","/home/","/internal/","/request/","/proc/"];function Yr(e,t){return t.filter(n=>{const r=Z.resolve(n.hostPath),o=Z.join(e,Z.sep);return r===e||r.startsWith(o)})}const pe={ignoreAttributes:!1,attributeNamePrefix:"",preserveOrder:!0,cdataPropName:"__cdata",commentPropName:"__xmlComment",allowBooleanAttributes:!0,trimValues:!0},Qe={ignoreAttributes:pe.ignoreAttributes,attributeNamePrefix:pe.attributeNamePrefix,preserveOrder:pe.preserveOrder,cdataPropName:pe.cdataPropName,commentPropName:pe.commentPropName,suppressBooleanAttributes:!pe.allowBooleanAttributes,format:!0,indentBy:" "},Ke={allowEmptyContent:!0,allowTrailingComma:!0};function Ks(e,t){const{name:n,host:r,port:o,pathMappings:i,ideKey:s}=t,a=new Ge(pe),u=(()=>{try{return a.parse(e,!0)}catch{throw new Error("PhpStorm configuration file is not valid XML.")}})(),p={server:[{}],":@":{name:n,host:`${r}:${o}`,use_path_mappings:"true"}};i&&i.length&&(p.server[0].path_mappings=i.map(N=>({mapping:[],":@":{"local-root":`$PROJECT_DIR$/${Cr(Z.relative(t.projectDir,N.hostPath))}`,"remote-root":N.vfsPath}})));let c=u?.find(N=>!!N?.project);if(c){const N=c[":@"]?.version;if(N===void 0)throw new Error('PhpStorm IDE integration only supports <project version="4"> in workspace.xml, but the <project> configuration has no version number.');if(N!=="4")throw new Error(`PhpStorm IDE integration only supports <project version="4"> in workspace.xml, but we found a <project> configuration with version "${N}".`)}c===void 0&&(c={project:[],":@":{version:"4"}},u.push(c));let l=c.project?.find(N=>!!N?.component&&N?.[":@"]?.name==="PhpServers");l===void 0&&(l={component:[],":@":{name:"PhpServers"}},c.project===void 0&&(c.project=[]),c.project.push(l));let f=l.component?.find(N=>!!N?.servers);f===void 0&&(f={servers:[]},l.component===void 0&&(l.component=[]),l.component.push(f));const y=f.servers?.findIndex(N=>!!N?.server&&N?.[":@"]?.name===n);(y===void 0||y<0)&&(f.servers===void 0&&(f.servers=[]),f.servers.push(p));let E=c.project?.find(N=>!!N?.component&&N?.[":@"]?.name==="RunManager");if(E===void 0&&(E={component:[],":@":{name:"RunManager"}},c.project===void 0&&(c.project=[]),c.project.push(E)),(E.component?.findIndex(N=>!!N?.configuration&&N?.[":@"]?.name===n)??-1)<0){const N={configuration:[{method:[],":@":{v:"2"}}],":@":{name:n,type:"PhpRemoteDebugRunConfigurationType",factoryName:"PHP Remote Debug",filter_connections:"FILTER",server_name:n,session_id:s}};E.component===void 0&&(E.component=[]),E.component.push(N)}const L=new re(Qe).build(u);try{a.parse(L,!0)}catch{throw new Error("The resulting PhpStorm configuration file is not valid XML.")}return L}function Js(e,t){const{pathSkippings:n}=t,r=new Ge(pe),o=(()=>{try{return r.parse(e,!0)}catch{throw new Error("PhpStorm PHP configuration file is not valid XML.")}})();let i=o?.find(c=>!!c?.project);if(i){const c=i[":@"]?.version;if(c===void 0)throw new Error('PhpStorm IDE integration only supports <project version="4"> in php.xml, but the <project> configuration has no version number.');if(c!=="4")throw new Error(`PhpStorm IDE integration only supports <project version="4"> in php.xml, but we found a <project> configuration with version "${c}".`)}i===void 0&&(i={project:[],":@":{version:"4"}},o.push(i));let s=i.project?.find(c=>!!c?.component&&c?.[":@"]?.name==="PhpStepFilterConfiguration");s===void 0&&(s={component:[],":@":{name:"PhpStepFilterConfiguration"}},i.project===void 0&&(i.project=[]),i.project.push(s));let a=s.component?.find(c=>!!c?.skipped_files);if(a===void 0&&(a={skipped_files:[]},s.component===void 0&&(s.component=[]),s.component.push(a)),n&&n.length)for(const c of n){const f=`$PROJECT_DIR$${c.endsWith("/")?c.slice(0,-1):c}`;a.skipped_files?.some(E=>!!E?.skipped_file&&E?.[":@"]?.file===f)||(a.skipped_files===void 0&&(a.skipped_files=[]),a.skipped_files.push({skipped_file:[],":@":{file:f}}))}const p=new re(Qe).build(o);try{r.parse(p,!0)}catch{throw new Error("The resulting PhpStorm PHP configuration file is not valid XML.")}return p}function Zs(e,t){const{name:n,pathMappings:r,pathSkippings:o}=t,i=[];let s=e,a=ze(s,i,Ke);if(a===void 0||i.length)throw new Error("VS Code configuration file is not valid JSON.");let u=Re(a,["configurations"]);if(u===void 0||u.children===void 0){const c=Zt(s,["configurations"],[],{});s=Hr(s,c),a=ze(s,[],Ke),u=Re(a,["configurations"])}const p=u?.children?.findIndex(c=>Re(c,["name"])?.value===n);if(p===void 0||p<0){const c={name:n,type:"php",request:"launch",port:9003};r&&r.length&&(c.pathMappings=r.reduce((y,E)=>(y[E.vfsPath]=`\${workspaceFolder}/${Cr(Z.relative(t.workspaceDir,E.hostPath))}`,y),{})),o&&o.length&&(c.skipFiles=o.map(y=>y.endsWith("/")?`${y}**`:y));const l=u?.children?.length||0,f=Zt(s,["configurations",l],c,{formattingOptions:{insertSpaces:!0,tabSize:4,eol:`
|
|
22
|
-
`}});s=
|
|
22
|
+
`}return t&&t.eol||`
|
|
23
|
+
`}function He(t,e){return`\r
|
|
24
|
+
`.indexOf(t.charAt(e))!==-1}var Ye;(function(t){t.DEFAULT={allowTrailingComma:!1}})(Ye||(Ye={}));function Wr(t,e=[],n=Ye.DEFAULT){let r={type:"array",offset:-1,length:-1,children:[],parent:void 0};function o(u){r.type==="property"&&(r.length=u-r.offset,r=r.parent)}function i(u){return r.children.push(u),u}Gs(t,{onObjectBegin:u=>{r=i({type:"object",offset:u,length:-1,parent:r,children:[]})},onObjectProperty:(u,p,c)=>{r=i({type:"property",offset:p,length:-1,parent:r,children:[]}),r.children.push({type:"string",value:u,offset:p,length:c,parent:r})},onObjectEnd:(u,p)=>{o(u+p),r.length=u+p-r.offset,r=r.parent,o(u+p)},onArrayBegin:(u,p)=>{r=i({type:"array",offset:u,length:-1,parent:r,children:[]})},onArrayEnd:(u,p)=>{r.length=u+p-r.offset,r=r.parent,o(u+p)},onLiteralValue:(u,p,c)=>{i({type:Hs(u),offset:p,length:c,parent:r,value:u}),o(p+c)},onSeparator:(u,p,c)=>{r.type==="property"&&(u===":"?r.colonOffset=p:u===","&&o(p))},onError:(u,p,c)=>{e.push({error:u,offset:p,length:c})}},n);const a=r.children[0];return a&&delete a.parent,a}function Jt(t,e){if(!t)return;let n=t;for(let r of e)if(typeof r=="string"){if(n.type!=="object"||!Array.isArray(n.children))return;let o=!1;for(const i of n.children)if(Array.isArray(i.children)&&i.children[0].value===r&&i.children.length===2){n=i.children[1],o=!0;break}if(!o)return}else{const o=r;if(n.type!=="array"||o<0||!Array.isArray(n.children)||o>=n.children.length)return;n=n.children[o]}return n}function Gs(t,e,n=Ye.DEFAULT){const r=qr(t,!1),o=[];let i=0;function s(R){return R?()=>i===0&&R(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter()):()=>!0}function a(R){return R?U=>i===0&&R(U,r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter()):()=>!0}function u(R){return R?U=>i===0&&R(U,r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter(),()=>o.slice()):()=>!0}function p(R){return R?()=>{i>0?i++:R(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter(),()=>o.slice())===!1&&(i=1)}:()=>!0}function c(R){return R?()=>{i>0&&i--,i===0&&R(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter())}:()=>!0}const l=p(e.onObjectBegin),f=u(e.onObjectProperty),y=c(e.onObjectEnd),E=p(e.onArrayBegin),O=c(e.onArrayEnd),w=u(e.onLiteralValue),L=a(e.onSeparator),N=s(e.onComment),d=a(e.onError),v=n&&n.disallowComments,I=n&&n.allowTrailingComma;function A(){for(;;){const R=r.scan();switch(r.getTokenError()){case 4:_(14);break;case 5:_(15);break;case 3:_(13);break;case 1:v||_(11);break;case 2:_(12);break;case 6:_(16);break}switch(R){case 12:case 13:v?_(10):N();break;case 16:_(1);break;case 15:case 14:break;default:return R}}}function _(R,U=[],W=[]){if(d(R),U.length+W.length>0){let G=r.getToken();for(;G!==17;){if(U.indexOf(G)!==-1){A();break}else if(W.indexOf(G)!==-1)break;G=A()}}}function M(R){const U=r.getTokenValue();return R?w(U):(f(U),o.push(U)),A(),!0}function T(){switch(r.getToken()){case 11:const R=r.getTokenValue();let U=Number(R);isNaN(U)&&(_(2),U=0),w(U);break;case 7:w(null);break;case 8:w(!0);break;case 9:w(!1);break;default:return!1}return A(),!0}function b(){return r.getToken()!==10?(_(3,[],[2,5]),!1):(M(!1),r.getToken()===6?(L(":"),A(),V()||_(4,[],[2,5])):_(5,[],[2,5]),o.pop(),!0)}function F(){l(),A();let R=!1;for(;r.getToken()!==2&&r.getToken()!==17;){if(r.getToken()===5){if(R||_(4,[],[]),L(","),A(),r.getToken()===2&&I)break}else R&&_(6,[],[]);b()||_(4,[],[2,5]),R=!0}return y(),r.getToken()!==2?_(7,[2],[]):A(),!0}function $(){E(),A();let R=!0,U=!1;for(;r.getToken()!==4&&r.getToken()!==17;){if(r.getToken()===5){if(U||_(4,[],[]),L(","),A(),r.getToken()===4&&I)break}else U&&_(6,[],[]);R?(o.push(0),R=!1):o[o.length-1]++,V()||_(4,[],[4,5]),U=!0}return O(),R||o.pop(),r.getToken()!==4?_(8,[4],[]):A(),!0}function V(){switch(r.getToken()){case 3:return $();case 1:return F();case 10:return M(!0);default:return T()}}return A(),r.getToken()===17?n.allowEmptyContent?!0:(_(4,[],[]),!1):V()?(r.getToken()!==17&&_(9,[],[]),!0):(_(4,[],[]),!1)}function Hs(t){switch(typeof t){case"boolean":return"boolean";case"number":return"number";case"string":return"string";case"object":{if(t){if(Array.isArray(t))return"array"}else return"null";return"object"}default:return"null"}}function Ys(t,e,n,r){const o=e.slice(),s=Wr(t,[]);let a,u;for(;o.length>0&&(u=o.pop(),a=Jt(s,o),a===void 0&&n!==void 0);)typeof u=="string"?n={[u]:n}:n=[n];if(a)if(a.type==="object"&&typeof u=="string"&&Array.isArray(a.children)){const p=Jt(a,[u]);if(p!==void 0)if(n===void 0){if(!p.parent)throw new Error("Malformed AST");const c=a.children.indexOf(p.parent);let l,f=p.parent.offset+p.parent.length;if(c>0){let y=a.children[c-1];l=y.offset+y.length}else l=a.offset+1,a.children.length>1&&(f=a.children[1].offset);return ve(t,{offset:l,length:f-l,content:""},r)}else return ve(t,{offset:p.offset,length:p.length,content:JSON.stringify(n)},r);else{if(n===void 0)return[];const c=`${JSON.stringify(u)}: ${JSON.stringify(n)}`,l=r.getInsertionIndex?r.getInsertionIndex(a.children.map(y=>y.children[0].value)):a.children.length;let f;if(l>0){let y=a.children[l-1];f={offset:y.offset+y.length,length:0,content:","+c}}else a.children.length===0?f={offset:a.offset+1,length:0,content:c}:f={offset:a.offset+1,length:0,content:c+","};return ve(t,f,r)}}else if(a.type==="array"&&typeof u=="number"&&Array.isArray(a.children)){const p=u;if(p===-1){const c=`${JSON.stringify(n)}`;let l;if(a.children.length===0)l={offset:a.offset+1,length:0,content:c};else{const f=a.children[a.children.length-1];l={offset:f.offset+f.length,length:0,content:","+c}}return ve(t,l,r)}else if(n===void 0&&a.children.length>=0){const c=u,l=a.children[c];let f;if(a.children.length===1)f={offset:a.offset+1,length:a.length-2,content:""};else if(a.children.length-1===c){let y=a.children[c-1],E=y.offset+y.length,O=a.offset+a.length;f={offset:E,length:O-2-E,content:""}}else f={offset:l.offset,length:a.children[c+1].offset-l.offset,content:""};return ve(t,f,r)}else if(n!==void 0){let c;const l=`${JSON.stringify(n)}`;if(!r.isArrayInsertion&&a.children.length>u){const f=a.children[u];c={offset:f.offset,length:f.length,content:l}}else if(a.children.length===0||u===0)c={offset:a.offset+1,length:0,content:a.children.length===0?l:l+","};else{const f=u>a.children.length?a.children.length:u,y=a.children[f-1];c={offset:y.offset+y.length,length:0,content:","+l}}return ve(t,c,r)}else throw new Error(`Can not ${n===void 0?"remove":r.isArrayInsertion?"insert":"modify"} Array index ${p} as length is not sufficient`)}else throw new Error(`Can not add ${typeof u!="number"?"index":"property"} to parent of type ${a.type}`);else{if(n===void 0)throw new Error("Can not delete in empty document");return ve(t,{offset:s?s.offset:0,length:s?s.length:0,content:JSON.stringify(n)},r)}}function ve(t,e,n){if(!n.formattingOptions)return[e];let r=Zt(t,e),o=e.offset,i=e.offset+e.content.length;if(e.length===0||e.content.length===0){for(;o>0&&!He(r,o-1);)o--;for(;i<r.length&&!He(r,i);)i++}const s=Vs(r,{offset:o,length:i-o},{...n.formattingOptions,keepLines:!1});for(let u=s.length-1;u>=0;u--){const p=s[u];r=Zt(r,p),o=Math.min(o,p.offset),i=Math.max(i,p.offset+p.length),i+=p.content.length-p.length}const a=t.length-(r.length-i)-o;return[{offset:o,length:a,content:r.substring(o,i)}]}function Zt(t,e){return t.substring(0,e.offset)+e.content+t.substring(e.offset+e.length)}var jn;(function(t){t[t.None=0]="None",t[t.UnexpectedEndOfComment=1]="UnexpectedEndOfComment",t[t.UnexpectedEndOfString=2]="UnexpectedEndOfString",t[t.UnexpectedEndOfNumber=3]="UnexpectedEndOfNumber",t[t.InvalidUnicode=4]="InvalidUnicode",t[t.InvalidEscapeCharacter=5]="InvalidEscapeCharacter",t[t.InvalidCharacter=6]="InvalidCharacter"})(jn||(jn={}));var kn;(function(t){t[t.OpenBraceToken=1]="OpenBraceToken",t[t.CloseBraceToken=2]="CloseBraceToken",t[t.OpenBracketToken=3]="OpenBracketToken",t[t.CloseBracketToken=4]="CloseBracketToken",t[t.CommaToken=5]="CommaToken",t[t.ColonToken=6]="ColonToken",t[t.NullKeyword=7]="NullKeyword",t[t.TrueKeyword=8]="TrueKeyword",t[t.FalseKeyword=9]="FalseKeyword",t[t.StringLiteral=10]="StringLiteral",t[t.NumericLiteral=11]="NumericLiteral",t[t.LineCommentTrivia=12]="LineCommentTrivia",t[t.BlockCommentTrivia=13]="BlockCommentTrivia",t[t.LineBreakTrivia=14]="LineBreakTrivia",t[t.Trivia=15]="Trivia",t[t.Unknown=16]="Unknown",t[t.EOF=17]="EOF"})(kn||(kn={}));const ze=Wr,Re=Jt;var Bn;(function(t){t[t.InvalidSymbol=1]="InvalidSymbol",t[t.InvalidNumberFormat=2]="InvalidNumberFormat",t[t.PropertyNameExpected=3]="PropertyNameExpected",t[t.ValueExpected=4]="ValueExpected",t[t.ColonExpected=5]="ColonExpected",t[t.CommaExpected=6]="CommaExpected",t[t.CloseBraceExpected=7]="CloseBraceExpected",t[t.CloseBracketExpected=8]="CloseBracketExpected",t[t.EndOfFileExpected=9]="EndOfFileExpected",t[t.InvalidCommentToken=10]="InvalidCommentToken",t[t.UnexpectedEndOfComment=11]="UnexpectedEndOfComment",t[t.UnexpectedEndOfString=12]="UnexpectedEndOfString",t[t.UnexpectedEndOfNumber=13]="UnexpectedEndOfNumber",t[t.InvalidUnicode=14]="InvalidUnicode",t[t.InvalidEscapeCharacter=15]="InvalidEscapeCharacter",t[t.InvalidCharacter=16]="InvalidCharacter"})(Bn||(Bn={}));function zs(t){switch(t){case 1:return"InvalidSymbol";case 2:return"InvalidNumberFormat";case 3:return"PropertyNameExpected";case 4:return"ValueExpected";case 5:return"ColonExpected";case 6:return"CommaExpected";case 7:return"CloseBraceExpected";case 8:return"CloseBracketExpected";case 9:return"EndOfFileExpected";case 10:return"InvalidCommentToken";case 11:return"UnexpectedEndOfComment";case 12:return"UnexpectedEndOfString";case 13:return"UnexpectedEndOfNumber";case 14:return"InvalidUnicode";case 15:return"InvalidEscapeCharacter";case 16:return"InvalidCharacter"}return"<unknown ParseErrorCode>"}function en(t,e,n,r){return Ys(t,e,n,r)}function Gr(t,e){let n=e.slice(0).sort((o,i)=>{const s=o.offset-i.offset;return s===0?o.length-i.length:s}),r=t.length;for(let o=n.length-1;o>=0;o--){let i=n[o];if(i.offset+i.length<=r)t=Zt(t,i);else throw new Error("Overlapping edit");r=i.offset}return t}const Qs="PHPWASMCLI",Rn=["/dev/","/home/","/internal/","/request/","/proc/"];function Hr(t,e){return e.filter(n=>{const r=ee.resolve(n.hostPath),o=ee.join(t,ee.sep);return r===t||r.startsWith(o)})}const de={ignoreAttributes:!1,attributeNamePrefix:"",preserveOrder:!0,cdataPropName:"__cdata",commentPropName:"__xmlComment",allowBooleanAttributes:!0,trimValues:!0},Qe={ignoreAttributes:de.ignoreAttributes,attributeNamePrefix:de.attributeNamePrefix,preserveOrder:de.preserveOrder,cdataPropName:de.cdataPropName,commentPropName:de.commentPropName,suppressBooleanAttributes:!de.allowBooleanAttributes,format:!0,indentBy:" "},Ke={allowEmptyContent:!0,allowTrailingComma:!0};function Ks(t,e){const{name:n,host:r,port:o,pathMappings:i,ideKey:s}=e,a=new Ge(de),u=(()=>{try{return a.parse(t,!0)}catch{throw new Error("PhpStorm configuration file is not valid XML.")}})(),p={server:[{}],":@":{name:n,host:`${r}:${o}`,use_path_mappings:"true"}};i&&i.length&&(p.server[0].path_mappings=i.map(N=>({mapping:[],":@":{"local-root":`$PROJECT_DIR$/${Mr(ee.relative(e.projectDir,N.hostPath))}`,"remote-root":N.vfsPath}})));let c=u?.find(N=>!!N?.project);if(c){const N=c[":@"]?.version;if(N===void 0)throw new Error('PhpStorm IDE integration only supports <project version="4"> in workspace.xml, but the <project> configuration has no version number.');if(N!=="4")throw new Error(`PhpStorm IDE integration only supports <project version="4"> in workspace.xml, but we found a <project> configuration with version "${N}".`)}c===void 0&&(c={project:[],":@":{version:"4"}},u.push(c));let l=c.project?.find(N=>!!N?.component&&N?.[":@"]?.name==="PhpServers");l===void 0&&(l={component:[],":@":{name:"PhpServers"}},c.project===void 0&&(c.project=[]),c.project.push(l));let f=l.component?.find(N=>!!N?.servers);f===void 0&&(f={servers:[]},l.component===void 0&&(l.component=[]),l.component.push(f));const y=f.servers?.findIndex(N=>!!N?.server&&N?.[":@"]?.name===n);(y===void 0||y<0)&&(f.servers===void 0&&(f.servers=[]),f.servers.push(p));let E=c.project?.find(N=>!!N?.component&&N?.[":@"]?.name==="RunManager");if(E===void 0&&(E={component:[],":@":{name:"RunManager"}},c.project===void 0&&(c.project=[]),c.project.push(E)),(E.component?.findIndex(N=>!!N?.configuration&&N?.[":@"]?.name===n)??-1)<0){const N={configuration:[{method:[],":@":{v:"2"}}],":@":{name:n,type:"PhpRemoteDebugRunConfigurationType",factoryName:"PHP Remote Debug",filter_connections:"FILTER",server_name:n,session_id:s}};E.component===void 0&&(E.component=[]),E.component.push(N)}const L=new ie(Qe).build(u);try{a.parse(L,!0)}catch{throw new Error("The resulting PhpStorm configuration file is not valid XML.")}return L}function Js(t,e){const{pathSkippings:n}=e,r=new Ge(de),o=(()=>{try{return r.parse(t,!0)}catch{throw new Error("PhpStorm PHP configuration file is not valid XML.")}})();let i=o?.find(c=>!!c?.project);if(i){const c=i[":@"]?.version;if(c===void 0)throw new Error('PhpStorm IDE integration only supports <project version="4"> in php.xml, but the <project> configuration has no version number.');if(c!=="4")throw new Error(`PhpStorm IDE integration only supports <project version="4"> in php.xml, but we found a <project> configuration with version "${c}".`)}i===void 0&&(i={project:[],":@":{version:"4"}},o.push(i));let s=i.project?.find(c=>!!c?.component&&c?.[":@"]?.name==="PhpStepFilterConfiguration");s===void 0&&(s={component:[],":@":{name:"PhpStepFilterConfiguration"}},i.project===void 0&&(i.project=[]),i.project.push(s));let a=s.component?.find(c=>!!c?.skipped_files);if(a===void 0&&(a={skipped_files:[]},s.component===void 0&&(s.component=[]),s.component.push(a)),n&&n.length)for(const c of n){const f=`$PROJECT_DIR$${c.endsWith("/")?c.slice(0,-1):c}`;a.skipped_files?.some(E=>!!E?.skipped_file&&E?.[":@"]?.file===f)||(a.skipped_files===void 0&&(a.skipped_files=[]),a.skipped_files.push({skipped_file:[],":@":{file:f}}))}const p=new ie(Qe).build(o);try{r.parse(p,!0)}catch{throw new Error("The resulting PhpStorm PHP configuration file is not valid XML.")}return p}function Zs(t,e){const{name:n,pathMappings:r,pathSkippings:o}=e,i=[];let s=t,a=ze(s,i,Ke);if(a===void 0||i.length)throw new Error("VS Code configuration file is not valid JSON.");let u=Re(a,["configurations"]);if(u===void 0||u.children===void 0){const c=en(s,["configurations"],[],{});s=Gr(s,c),a=ze(s,[],Ke),u=Re(a,["configurations"])}const p=u?.children?.findIndex(c=>Re(c,["name"])?.value===n);if(p===void 0||p<0){const c={name:n,type:"php",request:"launch",port:9003};r&&r.length&&(c.pathMappings=r.reduce((y,E)=>(y[E.vfsPath]=`\${workspaceFolder}/${Mr(ee.relative(e.workspaceDir,E.hostPath))}`,y),{})),o&&o.length&&(c.skipFiles=o.map(y=>y.endsWith("/")?`${y}**`:y));const l=u?.children?.length||0,f=en(s,["configurations",l],c,{formattingOptions:{insertSpaces:!0,tabSize:4,eol:`
|
|
25
|
+
`}});s=Yr(s,f)}return s}async function eo({name:t,ides:e,host:n,port:r,cwd:o,mounts:i,pathSkippings:s,ideKey:a=Qs}){const u=i?Hr(o,i):[],p={};if(e.includes("phpstorm")){const c=".idea/workspace.xml",l=ee.join(o,c);if(!z.existsSync(l)){if(z.existsSync(ee.dirname(l)))z.writeFileSync(l,`<?xml version="1.0" encoding="UTF-8"?>
|
|
23
26
|
<project version="4">
|
|
24
|
-
</project>`);else if(
|
|
27
|
+
</project>`);else if(e.length==1)throw new Error("PhpStorm IDE integration requested, but no '.idea' directory was found in the current working directory.")}if(z.existsSync(l)){const f=z.readFileSync(l,"utf8"),y=Ks(f,{name:t,host:n,port:r,projectDir:o,pathMappings:u,ideKey:a});z.writeFileSync(l,y),p.phpstorm=c}if(s&&s.length){const f=".idea/php.xml",y=ee.join(o,f);if(z.existsSync(y)||z.existsSync(ee.dirname(y))&&z.writeFileSync(y,`<?xml version="1.0" encoding="UTF-8"?>
|
|
25
28
|
<project version="4">
|
|
26
|
-
</project>`),
|
|
29
|
+
</project>`),z.existsSync(y)){const E=z.readFileSync(y,"utf8"),O=Js(E,{pathSkippings:s});z.writeFileSync(y,O),p["phpstorm-php"]=f}}}if(e.includes("vscode")){const c=".vscode/launch.json",l=ee.join(o,c);if(!z.existsSync(l)){if(z.existsSync(ee.dirname(l)))z.writeFileSync(l,`{
|
|
27
30
|
"configurations": []
|
|
28
|
-
}`);else if(
|
|
31
|
+
}`);else if(e.length==1)throw new Error("VS Code IDE integration requested, but no '.vscode' directory was found in the current working directory.")}if(z.existsSync(l)){const f=z.readFileSync(l,"utf-8"),y=Zs(f,{name:t,workspaceDir:o,pathMappings:u,pathSkippings:s});y!==f&&(z.writeFileSync(l,y),p.vscode=c)}}return p}async function to(t,e){const n=ee.join(e,".idea/workspace.xml");if(z.existsSync(n)){const i=z.readFileSync(n,"utf8"),s=new Ge(de),a=(()=>{try{return s.parse(i,!0)}catch{throw new Error("PhpStorm configuration file is not valid XML.")}})(),c=a.find(f=>!!f?.project)?.project?.find(f=>!!f?.component&&f?.[":@"]?.name==="PhpServers")?.component?.find(f=>!!f?.servers),l=c?.servers?.findIndex(f=>!!f?.server&&f?.[":@"]?.name===t);if(l!==void 0&&l>=0){c.servers.splice(l,1);const y=new ie(Qe).build(a);try{s.parse(y,!0)}catch{throw new Error("The resulting PhpStorm configuration file is not valid XML.")}y===`<?xml version="1.0" encoding="UTF-8"?>
|
|
29
32
|
<project version="4">
|
|
30
33
|
<component name="PhpServers">
|
|
31
34
|
<servers></servers>
|
|
32
35
|
</component>
|
|
33
|
-
</project>`?
|
|
36
|
+
</project>`?z.unlinkSync(n):z.writeFileSync(n,y)}}const r=ee.join(e,".idea/php.xml");if(z.existsSync(r)){const i=z.readFileSync(r,"utf8"),s=new Ge(de),a=(()=>{try{return s.parse(i,!0)}catch{throw new Error("PhpStorm PHP configuration file is not valid XML.")}})(),u=a.find(c=>!!c?.project),p=u?.project?.findIndex(c=>!!c?.component&&c?.[":@"]?.name==="PhpStepFilterConfiguration");if(p!==void 0&&p>=0){u.project.splice(p,1);const l=new ie(Qe).build(a);try{s.parse(l,!0)}catch{throw new Error("The resulting PhpStorm PHP configuration file is not valid XML.")}l===`<?xml version="1.0" encoding="UTF-8"?>
|
|
34
37
|
<project version="4">
|
|
35
|
-
</project>`?
|
|
36
|
-
`}}),l=
|
|
38
|
+
</project>`?z.unlinkSync(r):z.writeFileSync(r,l)}}const o=ee.join(e,".vscode/launch.json");if(z.existsSync(o)){const i=[],s=z.readFileSync(o,"utf-8"),a=ze(s,i,Ke);if(a===void 0||i.length)throw new Error("VS Code configuration file is not valid JSON.");const p=Re(a,["configurations"])?.children?.findIndex(c=>Re(c,["name"])?.value===t);if(p!==void 0&&p>=0){const c=en(s,["configurations",p],void 0,{formattingOptions:{insertSpaces:!0,tabSize:4,eol:`
|
|
39
|
+
`}}),l=Yr(s,c);l===`{
|
|
37
40
|
"configurations": []
|
|
38
|
-
}`?
|
|
41
|
+
}`?z.unlinkSync(o):z.writeFileSync(o,l)}}}function no({cwd:t,mounts:e,pathSkippings:n}){return{pathMappings:t&&e?Hr(t,e):void 0,pathSkippings:n}}function Yr(t,e){const n=[],r=Gr(t,e);if(n.length=0,ze(r,n,Ke),n.length){const o=n.map(s=>({message:zs(s.error),offset:s.offset,length:s.length,fragment:r.slice(Math.max(0,s.offset-20),Math.min(r.length,s.offset+s.length+10))})).map(s=>`${s.message} at ${s.offset}:${s.length} (${s.fragment})`),i=e.map(s=>`At ${s.offset}:${s.length} - (${s.content})`);throw new Error(`VS Code configuration file (.vscode/launch.json) is not valid a JSONC after CLI modifications. This is likely a CLI bug. Please report it at https://github.com/WordPress/wordpress-playground/issues and include the contents of your ".vscode/launch.json" file.
|
|
39
42
|
|
|
40
43
|
Applied edits: ${i.join(`
|
|
41
44
|
`)}
|
|
42
45
|
|
|
43
46
|
The errors are: ${o.join(`
|
|
44
|
-
`)}`)}return r}const ro="playground-log",io=(e
|
|
45
|
-
`):JSON.stringify(
|
|
47
|
+
`)}`)}return r}const ro="playground-log",io=(t,...e)=>{fe.dispatchEvent(new CustomEvent(ro,{detail:{log:t,args:e}}))},so=(t,...e)=>{switch(typeof t.message=="string"?Reflect.set(t,"message",tn(t.message)):t.message.message&&typeof t.message.message=="string"&&Reflect.set(t.message,"message",tn(t.message.message)),t.severity){case ae.Debug:console.debug(t.message,...e);break;case ae.Info:console.info(t.message,...e);break;case ae.Warn:console.warn(t.message,...e);break;case ae.Error:console.error(t.message,...e);break;case ae.Fatal:console.error(t.message,...e);break;default:console.log(t.message,...e)}},oo=t=>t instanceof Error?[t.message,t.stack].join(`
|
|
48
|
+
`):JSON.stringify(t,null,2),zr=[],$n=t=>{zr.push(t)},Qr=t=>{if(t.raw===!0)$n(t.message);else{const e=co(typeof t.message=="object"?oo(t.message):t.message,t.severity,t.prefix??Se.JS);$n(e)}},ae={Fatal:{},Error:{name:"error",level:1},Warn:{name:"warn",level:2},Log:{name:"log",level:3},Info:{name:"info",level:4},Debug:{name:"debug",level:5}},Se={JS:"JavaScript"};class ao extends EventTarget{constructor(e=[]){super(),this.fatalErrorEvent="playground-fatal-error",this.severity=ae.Info,this.handlers=e}getLogs(){return this.handlers.includes(Qr)?[...zr]:(this.error(`Logs aren't stored because the logToMemory handler isn't registered.
|
|
46
49
|
If you're using a custom logger instance, make sure to register logToMemory handler.
|
|
47
|
-
`),[])}logMessage(
|
|
50
|
+
`),[])}logMessage(e,...n){const r={...e,severity:e.severity??ae.Log};for(const o of this.handlers)r.severity.level<=this.severity.level&&o(r,...n)}setSeverityFilterLevel(e){this.severity=e}log(e,...n){this.logMessage({message:e,severity:ae.Log,prefix:Se.JS,raw:!1},...n)}debug(e,...n){this.logMessage({message:e,severity:ae.Debug,prefix:Se.JS,raw:!1},...n)}info(e,...n){this.logMessage({message:e,severity:ae.Info,prefix:Se.JS,raw:!1},...n)}warn(e,...n){this.logMessage({message:e,severity:ae.Warn,prefix:Se.JS,raw:!1},...n)}error(e,...n){this.logMessage({message:e,severity:ae.Error,prefix:Se.JS,raw:!1},...n)}}const uo=()=>{try{}catch{}return[Qr,so,io]},fe=new ao(uo()),tn=t=>t.replace(/\t/g,""),co=(t,e,n)=>{const r=new Date,o=new Intl.DateTimeFormat("en-GB",{year:"numeric",month:"short",day:"2-digit",timeZone:"UTC"}).format(r).replace(/ /g,"-"),i=new Intl.DateTimeFormat("en-GB",{hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1,timeZone:"UTC",timeZoneName:"short"}).format(r),s=o+" "+i;return t=tn(t),`[${s}] ${n} ${e.name}: ${t}`};var q=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},an={exports:{}},Me=typeof Reflect=="object"?Reflect:null,Xn=Me&&typeof Me.apply=="function"?Me.apply:function(e,n,r){return Function.prototype.apply.call(e,n,r)},qe;Me&&typeof Me.ownKeys=="function"?qe=Me.ownKeys:Object.getOwnPropertySymbols?qe=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:qe=function(e){return Object.getOwnPropertyNames(e)};function lo(t){console&&console.warn&&console.warn(t)}var Kr=Number.isNaN||function(e){return e!==e};function K(){K.init.call(this)}an.exports=K;an.exports.once=go;K.EventEmitter=K;K.prototype._events=void 0;K.prototype._eventsCount=0;K.prototype._maxListeners=void 0;var Un=10;function et(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(K,"defaultMaxListeners",{enumerable:!0,get:function(){return Un},set:function(t){if(typeof t!="number"||t<0||Kr(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Un=t}});K.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};K.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||Kr(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function Jr(t){return t._maxListeners===void 0?K.defaultMaxListeners:t._maxListeners}K.prototype.getMaxListeners=function(){return Jr(this)};K.prototype.emit=function(e){for(var n=[],r=1;r<arguments.length;r++)n.push(arguments[r]);var o=e==="error",i=this._events;if(i!==void 0)o=o&&i.error===void 0;else if(!o)return!1;if(o){var s;if(n.length>0&&(s=n[0]),s instanceof Error)throw s;var a=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw a.context=s,a}var u=i[e];if(u===void 0)return!1;if(typeof u=="function")Xn(u,this,n);else for(var p=u.length,c=ri(u,p),r=0;r<p;++r)Xn(c[r],this,n);return!0};function Zr(t,e,n,r){var o,i,s;if(et(n),i=t._events,i===void 0?(i=t._events=Object.create(null),t._eventsCount=0):(i.newListener!==void 0&&(t.emit("newListener",e,n.listener?n.listener:n),i=t._events),s=i[e]),s===void 0)s=i[e]=n,++t._eventsCount;else if(typeof s=="function"?s=i[e]=r?[n,s]:[s,n]:r?s.unshift(n):s.push(n),o=Jr(t),o>0&&s.length>o&&!s.warned){s.warned=!0;var a=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");a.name="MaxListenersExceededWarning",a.emitter=t,a.type=e,a.count=s.length,lo(a)}return t}K.prototype.addListener=function(e,n){return Zr(this,e,n,!1)};K.prototype.on=K.prototype.addListener;K.prototype.prependListener=function(e,n){return Zr(this,e,n,!0)};function fo(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function ei(t,e,n){var r={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},o=fo.bind(r);return o.listener=n,r.wrapFn=o,o}K.prototype.once=function(e,n){return et(n),this.on(e,ei(this,e,n)),this};K.prototype.prependOnceListener=function(e,n){return et(n),this.prependListener(e,ei(this,e,n)),this};K.prototype.removeListener=function(e,n){var r,o,i,s,a;if(et(n),o=this._events,o===void 0)return this;if(r=o[e],r===void 0)return this;if(r===n||r.listener===n)--this._eventsCount===0?this._events=Object.create(null):(delete o[e],o.removeListener&&this.emit("removeListener",e,r.listener||n));else if(typeof r!="function"){for(i=-1,s=r.length-1;s>=0;s--)if(r[s]===n||r[s].listener===n){a=r[s].listener,i=s;break}if(i<0)return this;i===0?r.shift():ho(r,i),r.length===1&&(o[e]=r[0]),o.removeListener!==void 0&&this.emit("removeListener",e,a||n)}return this};K.prototype.off=K.prototype.removeListener;K.prototype.removeAllListeners=function(e){var n,r,o;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[e]),this;if(arguments.length===0){var i=Object.keys(r),s;for(o=0;o<i.length;++o)s=i[o],s!=="removeListener"&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(n=r[e],typeof n=="function")this.removeListener(e,n);else if(n!==void 0)for(o=n.length-1;o>=0;o--)this.removeListener(e,n[o]);return this};function ti(t,e,n){var r=t._events;if(r===void 0)return[];var o=r[e];return o===void 0?[]:typeof o=="function"?n?[o.listener||o]:[o]:n?po(o):ri(o,o.length)}K.prototype.listeners=function(e){return ti(this,e,!0)};K.prototype.rawListeners=function(e){return ti(this,e,!1)};K.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):ni.call(t,e)};K.prototype.listenerCount=ni;function ni(t){var e=this._events;if(e!==void 0){var n=e[t];if(typeof n=="function")return 1;if(n!==void 0)return n.length}return 0}K.prototype.eventNames=function(){return this._eventsCount>0?qe(this._events):[]};function ri(t,e){for(var n=new Array(e),r=0;r<e;++r)n[r]=t[r];return n}function ho(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function po(t){for(var e=new Array(t.length),n=0;n<e.length;++n)e[n]=t[n].listener||t[n];return e}function go(t,e){return new Promise(function(n,r){function o(s){t.removeListener(e,i),r(s)}function i(){typeof t.removeListener=="function"&&t.removeListener("error",o),n([].slice.call(arguments))}ii(t,e,i,{once:!0}),e!=="error"&&mo(t,o,{once:!0})})}function mo(t,e,n){typeof t.on=="function"&&ii(t,"error",e,n)}function ii(t,e,n,r){if(typeof t.on=="function")r.once?t.once(e,n):t.on(e,n);else if(typeof t.addEventListener=="function")t.addEventListener(e,function o(i){r.once&&t.removeEventListener(e,o),n(i)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}var un=an.exports;class yo extends un.EventEmitter{constructor(e=9229){super(),this.ws=null,this.connected=!1,this.buffer=[],this.wss=new _i({port:e}),this.wss.on("connection",n=>{if(this.ws){n.close();return}this.ws=n,this.emit("clientConnected"),n.on("message",r=>{fe.debug("\x1B[1;32m[CDP][received]\x1B[0m",r.toString());let o;try{o=JSON.parse(r.toString())}catch{return}this.connected?this.emit("message",o):this.buffer.push(o)}),n.on("close",()=>{this.ws=null,this.emit("clientDisconnected")}),n.on("error",r=>{this.emit("error",r)})}),this.on("newListener",n=>{n==="message"&&process.nextTick(()=>{for(const r of this.buffer)this.emit("message",r);this.buffer=[],this.connected=!0})})}sendMessage(e){if(!this.ws||this.ws.readyState!==this.ws.OPEN)return;const n=JSON.stringify(e);fe.debug("\x1B[1;32m[CDP][send]\x1B[0m",n),this.ws.send(n)}close(){this.wss.close()}}class bo extends un.EventEmitter{constructor(e=9003){super(),this.socket=null,this.buffer="",this.expectedLength=null,this.server=Li.createServer(),this.server.on("connection",n=>{if(this.socket){n.destroy();return}this.socket=n,n.setEncoding("utf8"),this.emit("connected"),n.on("data",r=>this.onData(r.toString())),n.on("close",()=>{this.socket=null,this.emit("disconnected")}),n.on("error",r=>{this.emit("error",r)})}),this.server.listen(e)}onData(e){for(fe.debug("\x1B[1;32m[XDebug][received]]\x1B[0m",e),this.buffer+=e;;){if(this.expectedLength===null){const n=this.buffer.indexOf("\0");if(n===-1)break;const r=this.buffer.substring(0,n),o=parseInt(r,10);if(isNaN(o)){this.buffer="";break}this.expectedLength=o,this.buffer=this.buffer.slice(n+1)}if(this.expectedLength!==null&&this.buffer.length>=this.expectedLength){const n=this.buffer.substring(0,this.expectedLength);this.buffer=this.buffer.slice(this.expectedLength),this.buffer.startsWith("\0")&&(this.buffer=this.buffer.slice(1));const r=n.trim();this.expectedLength=null,this.emit("message",r);continue}break}}sendCommand(e){this.socket&&(fe.debug("\x1B[1;32m[XDebug][send]\x1B[0m",e),this.socket.write(e+"\0"))}close(){this.server.close()}}/**
|
|
48
51
|
* @license
|
|
49
52
|
* Copyright (c) 2016, Contributors
|
|
50
53
|
* SPDX-License-Identifier: ISC
|
|
51
|
-
*/function Ve(
|
|
54
|
+
*/function Ve(t){if(t!==t.toLowerCase()&&t!==t.toUpperCase()||(t=t.toLowerCase()),t.indexOf("-")===-1&&t.indexOf("_")===-1)return t;{let n="",r=!1;const o=t.match(/^-+/);for(let i=o?o[0].length:0;i<t.length;i++){let s=t.charAt(i);r&&(r=!1,s=s.toUpperCase()),i!==0&&(s==="-"||s==="_")?r=!0:s!=="-"&&s!=="_"&&(n+=s)}return n}}function wo(t,e){const n=t.toLowerCase();e=e||"-";let r="";for(let o=0;o<t.length;o++){const i=n.charAt(o),s=t.charAt(o);i!==s&&o>0?r+=`${e}${n.charAt(o)}`:r+=s}return r}function Eo(t){return t==null?!1:typeof t=="number"||/^0x[0-9a-f]+$/i.test(t)?!0:/^0[^.]/.test(t)?!1:/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(t)}/**
|
|
52
55
|
* @license
|
|
53
56
|
* Copyright (c) 2016, Contributors
|
|
54
57
|
* SPDX-License-Identifier: ISC
|
|
55
|
-
*/function To(
|
|
58
|
+
*/function To(t){if(Array.isArray(t))return t.map(s=>typeof s!="string"?s+"":s);t=t.trim();let e=0,n=null,r=null,o=null;const i=[];for(let s=0;s<t.length;s++){if(n=r,r=t.charAt(s),r===" "&&!o){n!==" "&&e++;continue}r===o?o=null:(r==="'"||r==='"')&&!o&&(o=r),i[e]||(i[e]=""),i[e]+=r}return i}/**
|
|
56
59
|
* @license
|
|
57
60
|
* Copyright (c) 2016, Contributors
|
|
58
61
|
* SPDX-License-Identifier: ISC
|
|
59
|
-
*/var
|
|
62
|
+
*/var le;(function(t){t.BOOLEAN="boolean",t.STRING="string",t.NUMBER="number",t.ARRAY="array"})(le||(le={}));/**
|
|
60
63
|
* @license
|
|
61
64
|
* Copyright (c) 2016, Contributors
|
|
62
65
|
* SPDX-License-Identifier: ISC
|
|
63
|
-
*/let ge;class No{constructor(t){ge=t}parse(t,n){const r=Object.assign({alias:void 0,array:void 0,boolean:void 0,config:void 0,configObjects:void 0,configuration:void 0,coerce:void 0,count:void 0,default:void 0,envPrefix:void 0,narg:void 0,normalize:void 0,string:void 0,number:void 0,__:void 0,key:void 0},n),o=To(t),i=typeof t=="string",s=Io(Object.assign(Object.create(null),r.alias)),a=Object.assign({"boolean-negation":!0,"camel-case-expansion":!0,"combine-arrays":!1,"dot-notation":!0,"duplicate-arguments-array":!0,"flatten-duplicate-arrays":!0,"greedy-arrays":!0,"halt-at-non-option":!1,"nargs-eats-options":!1,"negation-prefix":"no-","parse-numbers":!0,"parse-positional-numbers":!0,"populate--":!1,"set-placeholder-key":!1,"short-option-groups":!0,"strip-aliased":!1,"strip-dashed":!1,"unknown-options-as-args":!1},r.configuration),u=Object.assign(Object.create(null),r.default),p=r.configObjects||[],c=r.envPrefix,l=a["populate--"],f=l?"--":"_",y=Object.create(null),E=Object.create(null),O=r.__||ge.format,w={aliases:Object.create(null),arrays:Object.create(null),bools:Object.create(null),strings:Object.create(null),numbers:Object.create(null),counts:Object.create(null),normalize:Object.create(null),configs:Object.create(null),nargs:Object.create(null),coercions:Object.create(null),keys:[]},L=/^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/,N=new RegExp("^--"+a["negation-prefix"]+"(.+)");[].concat(r.array||[]).filter(Boolean).forEach(function(g){const x=typeof g=="object"?g.key:g,C=Object.keys(g).map(function(D){return{boolean:"bools",string:"strings",number:"numbers"}[D]}).filter(Boolean).pop();C&&(w[C][x]=!0),w.arrays[x]=!0,w.keys.push(x)}),[].concat(r.boolean||[]).filter(Boolean).forEach(function(g){w.bools[g]=!0,w.keys.push(g)}),[].concat(r.string||[]).filter(Boolean).forEach(function(g){w.strings[g]=!0,w.keys.push(g)}),[].concat(r.number||[]).filter(Boolean).forEach(function(g){w.numbers[g]=!0,w.keys.push(g)}),[].concat(r.count||[]).filter(Boolean).forEach(function(g){w.counts[g]=!0,w.keys.push(g)}),[].concat(r.normalize||[]).filter(Boolean).forEach(function(g){w.normalize[g]=!0,w.keys.push(g)}),typeof r.narg=="object"&&Object.entries(r.narg).forEach(([g,x])=>{typeof x=="number"&&(w.nargs[g]=x,w.keys.push(g))}),typeof r.coerce=="object"&&Object.entries(r.coerce).forEach(([g,x])=>{typeof x=="function"&&(w.coercions[g]=x,w.keys.push(g))}),typeof r.config<"u"&&(Array.isArray(r.config)||typeof r.config=="string"?[].concat(r.config).filter(Boolean).forEach(function(g){w.configs[g]=!0}):typeof r.config=="object"&&Object.entries(r.config).forEach(([g,x])=>{(typeof x=="boolean"||typeof x=="function")&&(w.configs[g]=x)})),nt(r.key,s,r.default,w.arrays),Object.keys(u).forEach(function(g){(w.aliases[g]||[]).forEach(function(x){u[x]=u[g]})});let d=null;S();let v=[];const I=Object.assign(Object.create(null),{_:[]}),A={};for(let g=0;g<o.length;g++){const x=o[g],C=x.replace(/^-{3,}/,"---");let D,P,k,j,B,z;if(x!=="--"&&/^-/.test(x)&&xe(x))_(x);else if(C.match(/^---+(=|$)/)){_(x);continue}else if(x.match(/^--.+=/)||!a["short-option-groups"]&&x.match(/^-.+=/))j=x.match(/^--?([^=]+)=([\s\S]*)$/),j!==null&&Array.isArray(j)&&j.length>=3&&($(j[1],w.arrays)?g=T(g,j[1],o,j[2]):$(j[1],w.nargs)!==!1?g=M(g,j[1],o,j[2]):b(j[1],j[2],!0));else if(x.match(N)&&a["boolean-negation"])j=x.match(N),j!==null&&Array.isArray(j)&&j.length>=2&&(P=j[1],b(P,$(P,w.arrays)?[!1]:!1));else if(x.match(/^--.+/)||!a["short-option-groups"]&&x.match(/^-[^-]+/))j=x.match(/^--?(.+)/),j!==null&&Array.isArray(j)&&j.length>=2&&(P=j[1],$(P,w.arrays)?g=T(g,P,o):$(P,w.nargs)!==!1?g=M(g,P,o):(B=o[g+1],B!==void 0&&(!B.match(/^-/)||B.match(L))&&!$(P,w.bools)&&!$(P,w.counts)||/^(true|false)$/.test(B)?(b(P,B),g++):b(P,he(P))));else if(x.match(/^-.\..+=/))j=x.match(/^-([^=]+)=([\s\S]*)$/),j!==null&&Array.isArray(j)&&j.length>=3&&b(j[1],j[2]);else if(x.match(/^-.\..+/)&&!x.match(L))B=o[g+1],j=x.match(/^-(.\..+)/),j!==null&&Array.isArray(j)&&j.length>=2&&(P=j[1],B!==void 0&&!B.match(/^-/)&&!$(P,w.bools)&&!$(P,w.counts)?(b(P,B),g++):b(P,he(P)));else if(x.match(/^-[^-]+/)&&!x.match(L)){k=x.slice(1,-1).split(""),D=!1;for(let ee=0;ee<k.length;ee++){if(B=x.slice(ee+2),k[ee+1]&&k[ee+1]==="="){z=x.slice(ee+3),P=k[ee],$(P,w.arrays)?g=T(g,P,o,z):$(P,w.nargs)!==!1?g=M(g,P,o,z):b(P,z),D=!0;break}if(B==="-"){b(k[ee],B);continue}if(/[A-Za-z]/.test(k[ee])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(B)&&$(B,w.bools)===!1){b(k[ee],B),D=!0;break}if(k[ee+1]&&k[ee+1].match(/\W/)){b(k[ee],B),D=!0;break}else b(k[ee],he(k[ee]))}P=x.slice(-1)[0],!D&&P!=="-"&&($(P,w.arrays)?g=T(g,P,o):$(P,w.nargs)!==!1?g=M(g,P,o):(B=o[g+1],B!==void 0&&(!/^(-|--)[^-]/.test(B)||B.match(L))&&!$(P,w.bools)&&!$(P,w.counts)||/^(true|false)$/.test(B)?(b(P,B),g++):b(P,he(P))))}else if(x.match(/^-[0-9]$/)&&x.match(L)&&$(x.slice(1),w.bools))P=x.slice(1),b(P,he(P));else if(x==="--"){v=o.slice(g+1);break}else if(a["halt-at-non-option"]){v=o.slice(g);break}else _(x)}G(I,!0),G(I,!1),R(I),W(),fe(I,w.aliases,u,!0),Te(I),a["set-placeholder-key"]&&$e(I),Object.keys(w.counts).forEach(function(g){we(I,g.split("."))||b(g,0)}),l&&v.length&&(I[f]=[]),v.forEach(function(g){I[f].push(g)}),a["camel-case-expansion"]&&a["strip-dashed"]&&Object.keys(I).filter(g=>g!=="--"&&g.includes("-")).forEach(g=>{delete I[g]}),a["strip-aliased"]&&[].concat(...Object.keys(s).map(g=>s[g])).forEach(g=>{a["camel-case-expansion"]&&g.includes("-")&&delete I[g.split(".").map(x=>Ve(x)).join(".")],delete I[g]});function _(g){const x=V("_",g);(typeof x=="string"||typeof x=="number")&&I._.push(x)}function M(g,x,C,D){let P,k=$(x,w.nargs);if(k=typeof k!="number"||isNaN(k)?1:k,k===0)return h(D)||(d=Error(O("Argument unexpected for: %s",x))),b(x,he(x)),g;let j=h(D)?0:1;if(a["nargs-eats-options"])C.length-(g+1)+j<k&&(d=Error(O("Not enough arguments following: %s",x))),j=k;else{for(P=g+1;P<C.length&&(!C[P].match(/^-[^0-9]/)||C[P].match(L)||xe(C[P]));P++)j++;j<k&&(d=Error(O("Not enough arguments following: %s",x)))}let B=Math.min(j,k);for(!h(D)&&B>0&&(b(x,D),B--),P=g+1;P<B+g+1;P++)b(x,C[P]);return g+B}function T(g,x,C,D){let P=[],k=D||C[g+1];const j=$(x,w.nargs);if($(x,w.bools)&&!/^(true|false)$/.test(k))P.push(!0);else if(h(k)||h(D)&&/^-/.test(k)&&!L.test(k)&&!xe(k)){if(u[x]!==void 0){const B=u[x];P=Array.isArray(B)?B:[B]}}else{h(D)||P.push(X(x,D,!0));for(let B=g+1;B<C.length&&!(!a["greedy-arrays"]&&P.length>0||j&&typeof j=="number"&&P.length>=j||(k=C[B],/^-/.test(k)&&!L.test(k)&&!xe(k)));B++)g=B,P.push(X(x,k,i))}return typeof j=="number"&&(j&&P.length<j||isNaN(j)&&P.length===0)&&(d=Error(O("Not enough arguments following: %s",x))),b(x,P),g}function b(g,x,C=i){if(/-/.test(g)&&a["camel-case-expansion"]){const k=g.split(".").map(function(j){return Ve(j)}).join(".");F(g,k)}const D=X(g,x,C),P=g.split(".");H(I,P,D),w.aliases[g]&&w.aliases[g].forEach(function(k){const j=k.split(".");H(I,j,D)}),P.length>1&&a["dot-notation"]&&(w.aliases[P[0]]||[]).forEach(function(k){let j=k.split(".");const B=[].concat(P);B.shift(),j=j.concat(B),(w.aliases[g]||[]).includes(j.join("."))||H(I,j,D)}),$(g,w.normalize)&&!$(g,w.arrays)&&[g].concat(w.aliases[g]||[]).forEach(function(j){Object.defineProperty(A,j,{enumerable:!0,get(){return x},set(B){x=typeof B=="string"?ge.normalize(B):B}})})}function F(g,x){w.aliases[g]&&w.aliases[g].length||(w.aliases[g]=[x],y[x]=!0),w.aliases[x]&&w.aliases[x].length||F(x,g)}function X(g,x,C){C&&(x=vo(x)),($(g,w.bools)||$(g,w.counts))&&typeof x=="string"&&(x=x==="true");let D=Array.isArray(x)?x.map(function(P){return V(g,P)}):V(g,x);return $(g,w.counts)&&(h(D)||typeof D=="boolean")&&(D=ut()),$(g,w.normalize)&&$(g,w.arrays)&&(Array.isArray(x)?D=x.map(P=>ge.normalize(P)):D=ge.normalize(x)),D}function V(g,x){return!a["parse-positional-numbers"]&&g==="_"||!$(g,w.strings)&&!$(g,w.bools)&&!Array.isArray(x)&&(Eo(x)&&a["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${x}`)))||!h(x)&&$(g,w.numbers))&&(x=Number(x)),x}function R(g){const x=Object.create(null);fe(x,w.aliases,u),Object.keys(w.configs).forEach(function(C){const D=g[C]||x[C];if(D)try{let P=null;const k=ge.resolve(ge.cwd(),D),j=w.configs[C];if(typeof j=="function"){try{P=j(k)}catch(B){P=B}if(P instanceof Error){d=P;return}}else P=ge.require(k);U(P)}catch(P){P.name==="PermissionDenied"?d=P:g[C]&&(d=Error(O("Invalid JSON config file: %s",D)))}})}function U(g,x){Object.keys(g).forEach(function(C){const D=g[C],P=x?x+"."+C:C;typeof D=="object"&&D!==null&&!Array.isArray(D)&&a["dot-notation"]?U(D,P):(!we(I,P.split("."))||$(P,w.arrays)&&a["combine-arrays"])&&b(P,D)})}function W(){typeof p<"u"&&p.forEach(function(g){U(g)})}function G(g,x){if(typeof c>"u")return;const C=typeof c=="string"?c:"",D=ge.env();Object.keys(D).forEach(function(P){if(C===""||P.lastIndexOf(C,0)===0){const k=P.split("__").map(function(j,B){return B===0&&(j=j.substring(C.length)),Ve(j)});(x&&w.configs[k.join(".")]||!x)&&!we(g,k)&&b(k.join("."),D[P])}})}function Te(g){let x;const C=new Set;Object.keys(g).forEach(function(D){if(!C.has(D)&&(x=$(D,w.coercions),typeof x=="function"))try{const P=V(D,x(g[D]));[].concat(w.aliases[D]||[],D).forEach(k=>{C.add(k),g[k]=P})}catch(P){d=P}})}function $e(g){return w.keys.forEach(x=>{~x.indexOf(".")||typeof g[x]>"u"&&(g[x]=void 0)}),g}function fe(g,x,C,D=!1){Object.keys(C).forEach(function(P){we(g,P.split("."))||(H(g,P.split("."),C[P]),D&&(E[P]=!0),(x[P]||[]).forEach(function(k){we(g,k.split("."))||H(g,k.split("."),C[P])}))})}function we(g,x){let C=g;a["dot-notation"]||(x=[x.join(".")]),x.slice(0,-1).forEach(function(P){C=C[P]||{}});const D=x[x.length-1];return typeof C!="object"?!1:D in C}function H(g,x,C){let D=g;a["dot-notation"]||(x=[x.join(".")]),x.slice(0,-1).forEach(function(z){z=Vn(z),typeof D=="object"&&D[z]===void 0&&(D[z]={}),typeof D[z]!="object"||Array.isArray(D[z])?(Array.isArray(D[z])?D[z].push({}):D[z]=[D[z],{}],D=D[z][D[z].length-1]):D=D[z]});const P=Vn(x[x.length-1]),k=$(x.join("."),w.arrays),j=Array.isArray(C);let B=a["duplicate-arguments-array"];!B&&$(P,w.nargs)&&(B=!0,(!h(D[P])&&w.nargs[P]===1||Array.isArray(D[P])&&D[P].length===w.nargs[P])&&(D[P]=void 0)),C===ut()?D[P]=ut(D[P]):Array.isArray(D[P])?B&&k&&j?D[P]=a["flatten-duplicate-arrays"]?D[P].concat(C):(Array.isArray(D[P][0])?D[P]:[D[P]]).concat([C]):!B&&!!k==!!j?D[P]=C:D[P]=D[P].concat([C]):D[P]===void 0&&k?D[P]=j?C:[C]:B&&!(D[P]===void 0||$(P,w.counts)||$(P,w.bools))?D[P]=[D[P],C]:D[P]=C}function nt(...g){g.forEach(function(x){Object.keys(x||{}).forEach(function(C){w.aliases[C]||(w.aliases[C]=[].concat(s[C]||[]),w.aliases[C].concat(C).forEach(function(D){if(/-/.test(D)&&a["camel-case-expansion"]){const P=Ve(D);P!==C&&w.aliases[C].indexOf(P)===-1&&(w.aliases[C].push(P),y[P]=!0)}}),w.aliases[C].concat(C).forEach(function(D){if(D.length>1&&/[A-Z]/.test(D)&&a["camel-case-expansion"]){const P=wo(D,"-");P!==C&&w.aliases[C].indexOf(P)===-1&&(w.aliases[C].push(P),y[P]=!0)}}),w.aliases[C].forEach(function(D){w.aliases[D]=[C].concat(w.aliases[C].filter(function(P){return D!==P}))}))})})}function $(g,x){const C=[].concat(w.aliases[g]||[],g),D=Object.keys(x),P=C.find(k=>D.includes(k));return P?x[P]:!1}function Oe(g){const x=Object.keys(w);return[].concat(x.map(D=>w[D])).some(function(D){return Array.isArray(D)?D.includes(g):D[g]})}function de(g,...x){return[].concat(...x).some(function(D){const P=g.match(D);return P&&Oe(P[1])})}function Fe(g){if(g.match(L)||!g.match(/^-[^-]+/))return!1;let x=!0,C;const D=g.slice(1).split("");for(let P=0;P<D.length;P++){if(C=g.slice(P+2),!Oe(D[P])){x=!1;break}if(D[P+1]&&D[P+1]==="="||C==="-"||/[A-Za-z]/.test(D[P])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(C)||D[P+1]&&D[P+1].match(/\W/))break}return x}function xe(g){return a["unknown-options-as-args"]&&Ue(g)}function Ue(g){return g=g.replace(/^-{3,}/,"--"),g.match(L)||Fe(g)?!1:!de(g,/^-+([^=]+?)=[\s\S]*$/,N,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function he(g){return!$(g,w.bools)&&!$(g,w.counts)&&`${g}`in u?u[g]:rt(m(g))}function rt(g){return{[ce.BOOLEAN]:!0,[ce.STRING]:"",[ce.NUMBER]:void 0,[ce.ARRAY]:[]}[g]}function m(g){let x=ce.BOOLEAN;return $(g,w.strings)?x=ce.STRING:$(g,w.numbers)?x=ce.NUMBER:$(g,w.bools)?x=ce.BOOLEAN:$(g,w.arrays)&&(x=ce.ARRAY),x}function h(g){return g===void 0}function S(){Object.keys(w.counts).find(g=>$(g,w.arrays)?(d=Error(O("Invalid configuration: %s, opts.count excludes opts.array.",g)),!0):$(g,w.nargs)?(d=Error(O("Invalid configuration: %s, opts.count excludes opts.narg.",g)),!0):!1)}return{aliases:Object.assign({},w.aliases),argv:Object.assign(A,I),configuration:a,defaulted:Object.assign({},E),error:d,newAliases:Object.assign({},y)}}}function Io(e){const t=[],n=Object.create(null);let r=!0;for(Object.keys(e).forEach(function(o){t.push([].concat(e[o],o))});r;){r=!1;for(let o=0;o<t.length;o++)for(let i=o+1;i<t.length;i++)if(t[o].filter(function(a){return t[i].indexOf(a)!==-1}).length){t[o]=t[o].concat(t[i]),t.splice(i,1),r=!0;break}}return t.forEach(function(o){o=o.filter(function(s,a,u){return u.indexOf(s)===a});const i=o.pop();i!==void 0&&typeof i=="string"&&(n[i]=o)}),n}function ut(e){return e!==void 0?e+1:1}function Vn(e){return e==="__proto__"?"___proto___":e}function vo(e){return typeof e=="string"&&(e[0]==="'"||e[0]==='"')&&e[e.length-1]===e[0]?e.substring(1,e.length-1):e}/**
|
|
66
|
+
*/let me;class No{constructor(e){me=e}parse(e,n){const r=Object.assign({alias:void 0,array:void 0,boolean:void 0,config:void 0,configObjects:void 0,configuration:void 0,coerce:void 0,count:void 0,default:void 0,envPrefix:void 0,narg:void 0,normalize:void 0,string:void 0,number:void 0,__:void 0,key:void 0},n),o=To(e),i=typeof e=="string",s=Io(Object.assign(Object.create(null),r.alias)),a=Object.assign({"boolean-negation":!0,"camel-case-expansion":!0,"combine-arrays":!1,"dot-notation":!0,"duplicate-arguments-array":!0,"flatten-duplicate-arrays":!0,"greedy-arrays":!0,"halt-at-non-option":!1,"nargs-eats-options":!1,"negation-prefix":"no-","parse-numbers":!0,"parse-positional-numbers":!0,"populate--":!1,"set-placeholder-key":!1,"short-option-groups":!0,"strip-aliased":!1,"strip-dashed":!1,"unknown-options-as-args":!1},r.configuration),u=Object.assign(Object.create(null),r.default),p=r.configObjects||[],c=r.envPrefix,l=a["populate--"],f=l?"--":"_",y=Object.create(null),E=Object.create(null),O=r.__||me.format,w={aliases:Object.create(null),arrays:Object.create(null),bools:Object.create(null),strings:Object.create(null),numbers:Object.create(null),counts:Object.create(null),normalize:Object.create(null),configs:Object.create(null),nargs:Object.create(null),coercions:Object.create(null),keys:[]},L=/^-([0-9]+(\.[0-9]+)?|\.[0-9]+)$/,N=new RegExp("^--"+a["negation-prefix"]+"(.+)");[].concat(r.array||[]).filter(Boolean).forEach(function(g){const x=typeof g=="object"?g.key:g,C=Object.keys(g).map(function(D){return{boolean:"bools",string:"strings",number:"numbers"}[D]}).filter(Boolean).pop();C&&(w[C][x]=!0),w.arrays[x]=!0,w.keys.push(x)}),[].concat(r.boolean||[]).filter(Boolean).forEach(function(g){w.bools[g]=!0,w.keys.push(g)}),[].concat(r.string||[]).filter(Boolean).forEach(function(g){w.strings[g]=!0,w.keys.push(g)}),[].concat(r.number||[]).filter(Boolean).forEach(function(g){w.numbers[g]=!0,w.keys.push(g)}),[].concat(r.count||[]).filter(Boolean).forEach(function(g){w.counts[g]=!0,w.keys.push(g)}),[].concat(r.normalize||[]).filter(Boolean).forEach(function(g){w.normalize[g]=!0,w.keys.push(g)}),typeof r.narg=="object"&&Object.entries(r.narg).forEach(([g,x])=>{typeof x=="number"&&(w.nargs[g]=x,w.keys.push(g))}),typeof r.coerce=="object"&&Object.entries(r.coerce).forEach(([g,x])=>{typeof x=="function"&&(w.coercions[g]=x,w.keys.push(g))}),typeof r.config<"u"&&(Array.isArray(r.config)||typeof r.config=="string"?[].concat(r.config).filter(Boolean).forEach(function(g){w.configs[g]=!0}):typeof r.config=="object"&&Object.entries(r.config).forEach(([g,x])=>{(typeof x=="boolean"||typeof x=="function")&&(w.configs[g]=x)})),rt(r.key,s,r.default,w.arrays),Object.keys(u).forEach(function(g){(w.aliases[g]||[]).forEach(function(x){u[x]=u[g]})});let d=null;S();let v=[];const I=Object.assign(Object.create(null),{_:[]}),A={};for(let g=0;g<o.length;g++){const x=o[g],C=x.replace(/^-{3,}/,"---");let D,P,k,j,B,Q;if(x!=="--"&&/^-/.test(x)&&Pe(x))_(x);else if(C.match(/^---+(=|$)/)){_(x);continue}else if(x.match(/^--.+=/)||!a["short-option-groups"]&&x.match(/^-.+=/))j=x.match(/^--?([^=]+)=([\s\S]*)$/),j!==null&&Array.isArray(j)&&j.length>=3&&(X(j[1],w.arrays)?g=T(g,j[1],o,j[2]):X(j[1],w.nargs)!==!1?g=M(g,j[1],o,j[2]):b(j[1],j[2],!0));else if(x.match(N)&&a["boolean-negation"])j=x.match(N),j!==null&&Array.isArray(j)&&j.length>=2&&(P=j[1],b(P,X(P,w.arrays)?[!1]:!1));else if(x.match(/^--.+/)||!a["short-option-groups"]&&x.match(/^-[^-]+/))j=x.match(/^--?(.+)/),j!==null&&Array.isArray(j)&&j.length>=2&&(P=j[1],X(P,w.arrays)?g=T(g,P,o):X(P,w.nargs)!==!1?g=M(g,P,o):(B=o[g+1],B!==void 0&&(!B.match(/^-/)||B.match(L))&&!X(P,w.bools)&&!X(P,w.counts)||/^(true|false)$/.test(B)?(b(P,B),g++):b(P,pe(P))));else if(x.match(/^-.\..+=/))j=x.match(/^-([^=]+)=([\s\S]*)$/),j!==null&&Array.isArray(j)&&j.length>=3&&b(j[1],j[2]);else if(x.match(/^-.\..+/)&&!x.match(L))B=o[g+1],j=x.match(/^-(.\..+)/),j!==null&&Array.isArray(j)&&j.length>=2&&(P=j[1],B!==void 0&&!B.match(/^-/)&&!X(P,w.bools)&&!X(P,w.counts)?(b(P,B),g++):b(P,pe(P)));else if(x.match(/^-[^-]+/)&&!x.match(L)){k=x.slice(1,-1).split(""),D=!1;for(let te=0;te<k.length;te++){if(B=x.slice(te+2),k[te+1]&&k[te+1]==="="){Q=x.slice(te+3),P=k[te],X(P,w.arrays)?g=T(g,P,o,Q):X(P,w.nargs)!==!1?g=M(g,P,o,Q):b(P,Q),D=!0;break}if(B==="-"){b(k[te],B);continue}if(/[A-Za-z]/.test(k[te])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(B)&&X(B,w.bools)===!1){b(k[te],B),D=!0;break}if(k[te+1]&&k[te+1].match(/\W/)){b(k[te],B),D=!0;break}else b(k[te],pe(k[te]))}P=x.slice(-1)[0],!D&&P!=="-"&&(X(P,w.arrays)?g=T(g,P,o):X(P,w.nargs)!==!1?g=M(g,P,o):(B=o[g+1],B!==void 0&&(!/^(-|--)[^-]/.test(B)||B.match(L))&&!X(P,w.bools)&&!X(P,w.counts)||/^(true|false)$/.test(B)?(b(P,B),g++):b(P,pe(P))))}else if(x.match(/^-[0-9]$/)&&x.match(L)&&X(x.slice(1),w.bools))P=x.slice(1),b(P,pe(P));else if(x==="--"){v=o.slice(g+1);break}else if(a["halt-at-non-option"]){v=o.slice(g);break}else _(x)}G(I,!0),G(I,!1),R(I),W(),he(I,w.aliases,u,!0),Ne(I),a["set-placeholder-key"]&&Xe(I),Object.keys(w.counts).forEach(function(g){Ee(I,g.split("."))||b(g,0)}),l&&v.length&&(I[f]=[]),v.forEach(function(g){I[f].push(g)}),a["camel-case-expansion"]&&a["strip-dashed"]&&Object.keys(I).filter(g=>g!=="--"&&g.includes("-")).forEach(g=>{delete I[g]}),a["strip-aliased"]&&[].concat(...Object.keys(s).map(g=>s[g])).forEach(g=>{a["camel-case-expansion"]&&g.includes("-")&&delete I[g.split(".").map(x=>Ve(x)).join(".")],delete I[g]});function _(g){const x=V("_",g);(typeof x=="string"||typeof x=="number")&&I._.push(x)}function M(g,x,C,D){let P,k=X(x,w.nargs);if(k=typeof k!="number"||isNaN(k)?1:k,k===0)return h(D)||(d=Error(O("Argument unexpected for: %s",x))),b(x,pe(x)),g;let j=h(D)?0:1;if(a["nargs-eats-options"])C.length-(g+1)+j<k&&(d=Error(O("Not enough arguments following: %s",x))),j=k;else{for(P=g+1;P<C.length&&(!C[P].match(/^-[^0-9]/)||C[P].match(L)||Pe(C[P]));P++)j++;j<k&&(d=Error(O("Not enough arguments following: %s",x)))}let B=Math.min(j,k);for(!h(D)&&B>0&&(b(x,D),B--),P=g+1;P<B+g+1;P++)b(x,C[P]);return g+B}function T(g,x,C,D){let P=[],k=D||C[g+1];const j=X(x,w.nargs);if(X(x,w.bools)&&!/^(true|false)$/.test(k))P.push(!0);else if(h(k)||h(D)&&/^-/.test(k)&&!L.test(k)&&!Pe(k)){if(u[x]!==void 0){const B=u[x];P=Array.isArray(B)?B:[B]}}else{h(D)||P.push($(x,D,!0));for(let B=g+1;B<C.length&&!(!a["greedy-arrays"]&&P.length>0||j&&typeof j=="number"&&P.length>=j||(k=C[B],/^-/.test(k)&&!L.test(k)&&!Pe(k)));B++)g=B,P.push($(x,k,i))}return typeof j=="number"&&(j&&P.length<j||isNaN(j)&&P.length===0)&&(d=Error(O("Not enough arguments following: %s",x))),b(x,P),g}function b(g,x,C=i){if(/-/.test(g)&&a["camel-case-expansion"]){const k=g.split(".").map(function(j){return Ve(j)}).join(".");F(g,k)}const D=$(g,x,C),P=g.split(".");H(I,P,D),w.aliases[g]&&w.aliases[g].forEach(function(k){const j=k.split(".");H(I,j,D)}),P.length>1&&a["dot-notation"]&&(w.aliases[P[0]]||[]).forEach(function(k){let j=k.split(".");const B=[].concat(P);B.shift(),j=j.concat(B),(w.aliases[g]||[]).includes(j.join("."))||H(I,j,D)}),X(g,w.normalize)&&!X(g,w.arrays)&&[g].concat(w.aliases[g]||[]).forEach(function(j){Object.defineProperty(A,j,{enumerable:!0,get(){return x},set(B){x=typeof B=="string"?me.normalize(B):B}})})}function F(g,x){w.aliases[g]&&w.aliases[g].length||(w.aliases[g]=[x],y[x]=!0),w.aliases[x]&&w.aliases[x].length||F(x,g)}function $(g,x,C){C&&(x=vo(x)),(X(g,w.bools)||X(g,w.counts))&&typeof x=="string"&&(x=x==="true");let D=Array.isArray(x)?x.map(function(P){return V(g,P)}):V(g,x);return X(g,w.counts)&&(h(D)||typeof D=="boolean")&&(D=ct()),X(g,w.normalize)&&X(g,w.arrays)&&(Array.isArray(x)?D=x.map(P=>me.normalize(P)):D=me.normalize(x)),D}function V(g,x){return!a["parse-positional-numbers"]&&g==="_"||!X(g,w.strings)&&!X(g,w.bools)&&!Array.isArray(x)&&(Eo(x)&&a["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${x}`)))||!h(x)&&X(g,w.numbers))&&(x=Number(x)),x}function R(g){const x=Object.create(null);he(x,w.aliases,u),Object.keys(w.configs).forEach(function(C){const D=g[C]||x[C];if(D)try{let P=null;const k=me.resolve(me.cwd(),D),j=w.configs[C];if(typeof j=="function"){try{P=j(k)}catch(B){P=B}if(P instanceof Error){d=P;return}}else P=me.require(k);U(P)}catch(P){P.name==="PermissionDenied"?d=P:g[C]&&(d=Error(O("Invalid JSON config file: %s",D)))}})}function U(g,x){Object.keys(g).forEach(function(C){const D=g[C],P=x?x+"."+C:C;typeof D=="object"&&D!==null&&!Array.isArray(D)&&a["dot-notation"]?U(D,P):(!Ee(I,P.split("."))||X(P,w.arrays)&&a["combine-arrays"])&&b(P,D)})}function W(){typeof p<"u"&&p.forEach(function(g){U(g)})}function G(g,x){if(typeof c>"u")return;const C=typeof c=="string"?c:"",D=me.env();Object.keys(D).forEach(function(P){if(C===""||P.lastIndexOf(C,0)===0){const k=P.split("__").map(function(j,B){return B===0&&(j=j.substring(C.length)),Ve(j)});(x&&w.configs[k.join(".")]||!x)&&!Ee(g,k)&&b(k.join("."),D[P])}})}function Ne(g){let x;const C=new Set;Object.keys(g).forEach(function(D){if(!C.has(D)&&(x=X(D,w.coercions),typeof x=="function"))try{const P=V(D,x(g[D]));[].concat(w.aliases[D]||[],D).forEach(k=>{C.add(k),g[k]=P})}catch(P){d=P}})}function Xe(g){return w.keys.forEach(x=>{~x.indexOf(".")||typeof g[x]>"u"&&(g[x]=void 0)}),g}function he(g,x,C,D=!1){Object.keys(C).forEach(function(P){Ee(g,P.split("."))||(H(g,P.split("."),C[P]),D&&(E[P]=!0),(x[P]||[]).forEach(function(k){Ee(g,k.split("."))||H(g,k.split("."),C[P])}))})}function Ee(g,x){let C=g;a["dot-notation"]||(x=[x.join(".")]),x.slice(0,-1).forEach(function(P){C=C[P]||{}});const D=x[x.length-1];return typeof C!="object"?!1:D in C}function H(g,x,C){let D=g;a["dot-notation"]||(x=[x.join(".")]),x.slice(0,-1).forEach(function(Q){Q=Vn(Q),typeof D=="object"&&D[Q]===void 0&&(D[Q]={}),typeof D[Q]!="object"||Array.isArray(D[Q])?(Array.isArray(D[Q])?D[Q].push({}):D[Q]=[D[Q],{}],D=D[Q][D[Q].length-1]):D=D[Q]});const P=Vn(x[x.length-1]),k=X(x.join("."),w.arrays),j=Array.isArray(C);let B=a["duplicate-arguments-array"];!B&&X(P,w.nargs)&&(B=!0,(!h(D[P])&&w.nargs[P]===1||Array.isArray(D[P])&&D[P].length===w.nargs[P])&&(D[P]=void 0)),C===ct()?D[P]=ct(D[P]):Array.isArray(D[P])?B&&k&&j?D[P]=a["flatten-duplicate-arrays"]?D[P].concat(C):(Array.isArray(D[P][0])?D[P]:[D[P]]).concat([C]):!B&&!!k==!!j?D[P]=C:D[P]=D[P].concat([C]):D[P]===void 0&&k?D[P]=j?C:[C]:B&&!(D[P]===void 0||X(P,w.counts)||X(P,w.bools))?D[P]=[D[P],C]:D[P]=C}function rt(...g){g.forEach(function(x){Object.keys(x||{}).forEach(function(C){w.aliases[C]||(w.aliases[C]=[].concat(s[C]||[]),w.aliases[C].concat(C).forEach(function(D){if(/-/.test(D)&&a["camel-case-expansion"]){const P=Ve(D);P!==C&&w.aliases[C].indexOf(P)===-1&&(w.aliases[C].push(P),y[P]=!0)}}),w.aliases[C].concat(C).forEach(function(D){if(D.length>1&&/[A-Z]/.test(D)&&a["camel-case-expansion"]){const P=wo(D,"-");P!==C&&w.aliases[C].indexOf(P)===-1&&(w.aliases[C].push(P),y[P]=!0)}}),w.aliases[C].forEach(function(D){w.aliases[D]=[C].concat(w.aliases[C].filter(function(P){return D!==P}))}))})})}function X(g,x){const C=[].concat(w.aliases[g]||[],g),D=Object.keys(x),P=C.find(k=>D.includes(k));return P?x[P]:!1}function xe(g){const x=Object.keys(w);return[].concat(x.map(D=>w[D])).some(function(D){return Array.isArray(D)?D.includes(g):D[g]})}function ge(g,...x){return[].concat(...x).some(function(D){const P=g.match(D);return P&&xe(P[1])})}function Fe(g){if(g.match(L)||!g.match(/^-[^-]+/))return!1;let x=!0,C;const D=g.slice(1).split("");for(let P=0;P<D.length;P++){if(C=g.slice(P+2),!xe(D[P])){x=!1;break}if(D[P+1]&&D[P+1]==="="||C==="-"||/[A-Za-z]/.test(D[P])&&/^-?\d+(\.\d*)?(e-?\d+)?$/.test(C)||D[P+1]&&D[P+1].match(/\W/))break}return x}function Pe(g){return a["unknown-options-as-args"]&&Ue(g)}function Ue(g){return g=g.replace(/^-{3,}/,"--"),g.match(L)||Fe(g)?!1:!ge(g,/^-+([^=]+?)=[\s\S]*$/,N,/^-+([^=]+?)$/,/^-+([^=]+?)-$/,/^-+([^=]+?\d+)$/,/^-+([^=]+?)\W+.*$/)}function pe(g){return!X(g,w.bools)&&!X(g,w.counts)&&`${g}`in u?u[g]:it(m(g))}function it(g){return{[le.BOOLEAN]:!0,[le.STRING]:"",[le.NUMBER]:void 0,[le.ARRAY]:[]}[g]}function m(g){let x=le.BOOLEAN;return X(g,w.strings)?x=le.STRING:X(g,w.numbers)?x=le.NUMBER:X(g,w.bools)?x=le.BOOLEAN:X(g,w.arrays)&&(x=le.ARRAY),x}function h(g){return g===void 0}function S(){Object.keys(w.counts).find(g=>X(g,w.arrays)?(d=Error(O("Invalid configuration: %s, opts.count excludes opts.array.",g)),!0):X(g,w.nargs)?(d=Error(O("Invalid configuration: %s, opts.count excludes opts.narg.",g)),!0):!1)}return{aliases:Object.assign({},w.aliases),argv:Object.assign(A,I),configuration:a,defaulted:Object.assign({},E),error:d,newAliases:Object.assign({},y)}}}function Io(t){const e=[],n=Object.create(null);let r=!0;for(Object.keys(t).forEach(function(o){e.push([].concat(t[o],o))});r;){r=!1;for(let o=0;o<e.length;o++)for(let i=o+1;i<e.length;i++)if(e[o].filter(function(a){return e[i].indexOf(a)!==-1}).length){e[o]=e[o].concat(e[i]),e.splice(i,1),r=!0;break}}return e.forEach(function(o){o=o.filter(function(s,a,u){return u.indexOf(s)===a});const i=o.pop();i!==void 0&&typeof i=="string"&&(n[i]=o)}),n}function ct(t){return t!==void 0?t+1:1}function Vn(t){return t==="__proto__"?"___proto___":t}function vo(t){return typeof t=="string"&&(t[0]==="'"||t[0]==='"')&&t[t.length-1]===t[0]?t.substring(1,t.length-1):t}/**
|
|
64
67
|
* @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
|
|
65
68
|
* CJS and ESM environments.
|
|
66
69
|
*
|
|
67
70
|
* @license
|
|
68
71
|
* Copyright (c) 2016, Contributors
|
|
69
72
|
* SPDX-License-Identifier: ISC
|
|
70
|
-
*/var
|
|
71
|
-
`},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}.call(q)),ht}var pt={},me={},ye={},Hn;function be(){return Hn||(Hn=1,function(){var e,t,n,r,o,i,s,a=[].slice,u={}.hasOwnProperty;e=function(){var p,c,l,f,y,E;if(E=arguments[0],y=2<=arguments.length?a.call(arguments,1):[],o(Object.assign))Object.assign.apply(null,arguments);else for(p=0,l=y.length;p<l;p++)if(f=y[p],f!=null)for(c in f)u.call(f,c)&&(E[c]=f[c]);return E},o=function(p){return!!p&&Object.prototype.toString.call(p)==="[object Function]"},i=function(p){var c;return!!p&&((c=typeof p)=="function"||c==="object")},n=function(p){return o(Array.isArray)?Array.isArray(p):Object.prototype.toString.call(p)==="[object Array]"},r=function(p){var c;if(n(p))return!p.length;for(c in p)if(u.call(p,c))return!1;return!0},s=function(p){var c,l;return i(p)&&(l=Object.getPrototypeOf(p))&&(c=l.constructor)&&typeof c=="function"&&c instanceof c&&Function.prototype.toString.call(c)===Function.prototype.toString.call(Object)},t=function(p){return o(p.valueOf)?p.valueOf():p},ye.assign=e,ye.isFunction=o,ye.isObject=i,ye.isArray=n,ye.isEmpty=r,ye.isPlainObject=s,ye.getValue=t}.call(q)),ye}var dt={exports:{}},Yn;function oi(){return Yn||(Yn=1,function(){dt.exports=function(){function e(){}return e.prototype.hasFeature=function(t,n){return!0},e.prototype.createDocumentType=function(t,n,r){throw new Error("This DOM method is not implemented.")},e.prototype.createDocument=function(t,n,r){throw new Error("This DOM method is not implemented.")},e.prototype.createHTMLDocument=function(t){throw new Error("This DOM method is not implemented.")},e.prototype.getFeature=function(t,n){throw new Error("This DOM method is not implemented.")},e}()}.call(q)),dt.exports}var gt={exports:{}},mt={exports:{}},yt={exports:{}},zn;function So(){return zn||(zn=1,function(){yt.exports=function(){function e(){}return e.prototype.handleError=function(t){throw new Error(t)},e}()}.call(q)),yt.exports}var bt={exports:{}},Qn;function Do(){return Qn||(Qn=1,function(){bt.exports=function(){function e(t){this.arr=t||[]}return Object.defineProperty(e.prototype,"length",{get:function(){return this.arr.length}}),e.prototype.item=function(t){return this.arr[t]||null},e.prototype.contains=function(t){return this.arr.indexOf(t)!==-1},e}()}.call(q)),bt.exports}var Kn;function Mo(){return Kn||(Kn=1,function(){var e,t;e=So(),t=Do(),mt.exports=function(){function n(){this.defaultParams={"canonical-form":!1,"cdata-sections":!1,comments:!1,"datatype-normalization":!1,"element-content-whitespace":!0,entities:!0,"error-handler":new e,infoset:!0,"validate-if-schema":!1,namespaces:!0,"namespace-declarations":!0,"normalize-characters":!1,"schema-location":"","schema-type":"","split-cdata-sections":!0,validate:!1,"well-formed":!0},this.params=Object.create(this.defaultParams)}return Object.defineProperty(n.prototype,"parameterNames",{get:function(){return new t(Object.keys(this.defaultParams))}}),n.prototype.getParameter=function(r){return this.params.hasOwnProperty(r)?this.params[r]:null},n.prototype.canSetParameter=function(r,o){return!0},n.prototype.setParameter=function(r,o){return o!=null?this.params[r]=o:delete this.params[r]},n}()}.call(q)),mt.exports}var wt={exports:{}},Et={exports:{}},Tt={exports:{}},Jn;function J(){return Jn||(Jn=1,function(){Tt.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}.call(q)),Tt.exports}var Nt={exports:{}},Zn;function ai(){return Zn||(Zn=1,function(){var e;e=J(),ae(),Nt.exports=function(){function t(n,r,o){if(this.parent=n,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),r==null)throw new Error("Missing attribute name. "+this.debugInfo(r));this.name=this.stringify.name(r),this.value=this.stringify.attValue(o),this.type=e.Attribute,this.isId=!1,this.schemaTypeInfo=null}return Object.defineProperty(t.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(t.prototype,"ownerElement",{get:function(){return this.parent}}),Object.defineProperty(t.prototype,"textContent",{get:function(){return this.value},set:function(n){return this.value=n||""}}),Object.defineProperty(t.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(t.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(t.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(t.prototype,"specified",{get:function(){return!0}}),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(n){return this.options.writer.attribute(this,this.options.writer.filterOptions(n))},t.prototype.debugInfo=function(n){return n=n||this.name,n==null?"parent: <"+this.parent.name+">":"attribute: {"+n+"}, parent: <"+this.parent.name+">"},t.prototype.isEqualNode=function(n){return!(n.namespaceURI!==this.namespaceURI||n.prefix!==this.prefix||n.localName!==this.localName||n.value!==this.value)},t}()}.call(q)),Nt.exports}var It={exports:{}},er;function ln(){return er||(er=1,function(){It.exports=function(){function e(t){this.nodes=t}return Object.defineProperty(e.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),e.prototype.clone=function(){return this.nodes=null},e.prototype.getNamedItem=function(t){return this.nodes[t]},e.prototype.setNamedItem=function(t){var n;return n=this.nodes[t.nodeName],this.nodes[t.nodeName]=t,n||null},e.prototype.removeNamedItem=function(t){var n;return n=this.nodes[t],delete this.nodes[t],n||null},e.prototype.item=function(t){return this.nodes[Object.keys(this.nodes)[t]]||null},e.prototype.getNamedItemNS=function(t,n){throw new Error("This DOM method is not implemented.")},e.prototype.setNamedItemNS=function(t){throw new Error("This DOM method is not implemented.")},e.prototype.removeNamedItemNS=function(t,n){throw new Error("This DOM method is not implemented.")},e}()}.call(q)),It.exports}var tr;function fn(){return tr||(tr=1,function(){var e,t,n,r,o,i,s,a,u=function(c,l){for(var f in l)p.call(l,f)&&(c[f]=l[f]);function y(){this.constructor=c}return y.prototype=l.prototype,c.prototype=new y,c.__super__=l.prototype,c},p={}.hasOwnProperty;a=be(),s=a.isObject,i=a.isFunction,o=a.getValue,r=ae(),e=J(),t=ai(),n=ln(),Et.exports=function(c){u(l,c);function l(f,y,E){var O,w,L,N;if(l.__super__.constructor.call(this,f),y==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(y),this.type=e.Element,this.attribs={},this.schemaTypeInfo=null,E!=null&&this.attribute(E),f.type===e.Document&&(this.isRoot=!0,this.documentObject=f,f.rootObject=this,f.children)){for(N=f.children,w=0,L=N.length;w<L;w++)if(O=N[w],O.type===e.DocType){O.name=this.name;break}}}return Object.defineProperty(l.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty(l.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(l.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(l.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(l.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(l.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(l.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(l.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new n(this.attribs)),this.attributeMap}}),l.prototype.clone=function(){var f,y,E,O;E=Object.create(this),E.isRoot&&(E.documentObject=null),E.attribs={},O=this.attribs;for(y in O)p.call(O,y)&&(f=O[y],E.attribs[y]=f.clone());return E.children=[],this.children.forEach(function(w){var L;return L=w.clone(),L.parent=E,E.children.push(L)}),E},l.prototype.attribute=function(f,y){var E,O;if(f!=null&&(f=o(f)),s(f))for(E in f)p.call(f,E)&&(O=f[E],this.attribute(E,O));else i(y)&&(y=y.apply()),this.options.keepNullAttributes&&y==null?this.attribs[f]=new t(this,f,""):y!=null&&(this.attribs[f]=new t(this,f,y));return this},l.prototype.removeAttribute=function(f){var y,E,O;if(f==null)throw new Error("Missing attribute name. "+this.debugInfo());if(f=o(f),Array.isArray(f))for(E=0,O=f.length;E<O;E++)y=f[E],delete this.attribs[y];else delete this.attribs[f];return this},l.prototype.toString=function(f){return this.options.writer.element(this,this.options.writer.filterOptions(f))},l.prototype.att=function(f,y){return this.attribute(f,y)},l.prototype.a=function(f,y){return this.attribute(f,y)},l.prototype.getAttribute=function(f){return this.attribs.hasOwnProperty(f)?this.attribs[f].value:null},l.prototype.setAttribute=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getAttributeNode=function(f){return this.attribs.hasOwnProperty(f)?this.attribs[f]:null},l.prototype.setAttributeNode=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.removeAttributeNode=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getElementsByTagName=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getAttributeNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.setAttributeNS=function(f,y,E){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.removeAttributeNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getAttributeNodeNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.setAttributeNodeNS=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getElementsByTagNameNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.hasAttribute=function(f){return this.attribs.hasOwnProperty(f)},l.prototype.hasAttributeNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.setIdAttribute=function(f,y){return this.attribs.hasOwnProperty(f)?this.attribs[f].isId:y},l.prototype.setIdAttributeNS=function(f,y,E){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.setIdAttributeNode=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getElementsByTagName=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getElementsByTagNameNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getElementsByClassName=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.isEqualNode=function(f){var y,E,O;if(!l.__super__.isEqualNode.apply(this,arguments).isEqualNode(f)||f.namespaceURI!==this.namespaceURI||f.prefix!==this.prefix||f.localName!==this.localName||f.attribs.length!==this.attribs.length)return!1;for(y=E=0,O=this.attribs.length-1;0<=O?E<=O:E>=O;y=0<=O?++E:--E)if(!this.attribs[y].isEqualNode(f.attribs[y]))return!1;return!0},l}(r)}.call(q)),Et.exports}var vt={exports:{}},Ot={exports:{}},nr;function et(){return nr||(nr=1,function(){var e,t=function(r,o){for(var i in o)n.call(o,i)&&(r[i]=o[i]);function s(){this.constructor=r}return s.prototype=o.prototype,r.prototype=new s,r.__super__=o.prototype,r},n={}.hasOwnProperty;e=ae(),Ot.exports=function(r){t(o,r);function o(i){o.__super__.constructor.call(this,i),this.value=""}return Object.defineProperty(o.prototype,"data",{get:function(){return this.value},set:function(i){return this.value=i||""}}),Object.defineProperty(o.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(o.prototype,"textContent",{get:function(){return this.value},set:function(i){return this.value=i||""}}),o.prototype.clone=function(){return Object.create(this)},o.prototype.substringData=function(i,s){throw new Error("This DOM method is not implemented."+this.debugInfo())},o.prototype.appendData=function(i){throw new Error("This DOM method is not implemented."+this.debugInfo())},o.prototype.insertData=function(i,s){throw new Error("This DOM method is not implemented."+this.debugInfo())},o.prototype.deleteData=function(i,s){throw new Error("This DOM method is not implemented."+this.debugInfo())},o.prototype.replaceData=function(i,s,a){throw new Error("This DOM method is not implemented."+this.debugInfo())},o.prototype.isEqualNode=function(i){return!(!o.__super__.isEqualNode.apply(this,arguments).isEqualNode(i)||i.data!==this.data)},o}(e)}.call(q)),Ot.exports}var rr;function hn(){return rr||(rr=1,function(){var e,t,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;e=J(),t=et(),vt.exports=function(o){n(i,o);function i(s,a){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=e.CData,this.value=this.stringify.cdata(a)}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return this.options.writer.cdata(this,this.options.writer.filterOptions(s))},i}(t)}.call(q)),vt.exports}var xt={exports:{}},ir;function pn(){return ir||(ir=1,function(){var e,t,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;e=J(),t=et(),xt.exports=function(o){n(i,o);function i(s,a){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=e.Comment,this.value=this.stringify.comment(a)}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return this.options.writer.comment(this,this.options.writer.filterOptions(s))},i}(t)}.call(q)),xt.exports}var Pt={exports:{}},sr;function dn(){return sr||(sr=1,function(){var e,t,n,r=function(i,s){for(var a in s)o.call(s,a)&&(i[a]=s[a]);function u(){this.constructor=i}return u.prototype=s.prototype,i.prototype=new u,i.__super__=s.prototype,i},o={}.hasOwnProperty;n=be().isObject,t=ae(),e=J(),Pt.exports=function(i){r(s,i);function s(a,u,p,c){var l;s.__super__.constructor.call(this,a),n(u)&&(l=u,u=l.version,p=l.encoding,c=l.standalone),u||(u="1.0"),this.type=e.Declaration,this.version=this.stringify.xmlVersion(u),p!=null&&(this.encoding=this.stringify.xmlEncoding(p)),c!=null&&(this.standalone=this.stringify.xmlStandalone(c))}return s.prototype.toString=function(a){return this.options.writer.declaration(this,this.options.writer.filterOptions(a))},s}(t)}.call(q)),Pt.exports}var At={exports:{}},_t={exports:{}},or;function gn(){return or||(or=1,function(){var e,t,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;t=ae(),e=J(),_t.exports=function(o){n(i,o);function i(s,a,u,p,c,l){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(u==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(a));if(!p)throw new Error("Missing DTD attribute type. "+this.debugInfo(a));if(!c)throw new Error("Missing DTD attribute default. "+this.debugInfo(a));if(c.indexOf("#")!==0&&(c="#"+c),!c.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(a));if(l&&!c.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(a));this.elementName=this.stringify.name(a),this.type=e.AttributeDeclaration,this.attributeName=this.stringify.name(u),this.attributeType=this.stringify.dtdAttType(p),l&&(this.defaultValue=this.stringify.dtdAttDefault(l)),this.defaultValueType=c}return i.prototype.toString=function(s){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(s))},i}(t)}.call(q)),_t.exports}var Lt={exports:{}},ar;function mn(){return ar||(ar=1,function(){var e,t,n,r=function(i,s){for(var a in s)o.call(s,a)&&(i[a]=s[a]);function u(){this.constructor=i}return u.prototype=s.prototype,i.prototype=new u,i.__super__=s.prototype,i},o={}.hasOwnProperty;n=be().isObject,t=ae(),e=J(),Lt.exports=function(i){r(s,i);function s(a,u,p,c){if(s.__super__.constructor.call(this,a),p==null)throw new Error("Missing DTD entity name. "+this.debugInfo(p));if(c==null)throw new Error("Missing DTD entity value. "+this.debugInfo(p));if(this.pe=!!u,this.name=this.stringify.name(p),this.type=e.EntityDeclaration,!n(c))this.value=this.stringify.dtdEntityValue(c),this.internal=!0;else{if(!c.pubID&&!c.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(p));if(c.pubID&&!c.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(p));if(this.internal=!1,c.pubID!=null&&(this.pubID=this.stringify.dtdPubID(c.pubID)),c.sysID!=null&&(this.sysID=this.stringify.dtdSysID(c.sysID)),c.nData!=null&&(this.nData=this.stringify.dtdNData(c.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(p))}}return Object.defineProperty(s.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(s.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(s.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(s.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(s.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(s.prototype,"xmlVersion",{get:function(){return null}}),s.prototype.toString=function(a){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(a))},s}(t)}.call(q)),Lt.exports}var St={exports:{}},ur;function yn(){return ur||(ur=1,function(){var e,t,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;t=ae(),e=J(),St.exports=function(o){n(i,o);function i(s,a,u){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing DTD element name. "+this.debugInfo());u||(u="(#PCDATA)"),Array.isArray(u)&&(u="("+u.join(",")+")"),this.name=this.stringify.name(a),this.type=e.ElementDeclaration,this.value=this.stringify.dtdElementValue(u)}return i.prototype.toString=function(s){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(s))},i}(t)}.call(q)),St.exports}var Dt={exports:{}},cr;function bn(){return cr||(cr=1,function(){var e,t,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;t=ae(),e=J(),Dt.exports=function(o){n(i,o);function i(s,a,u){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing DTD notation name. "+this.debugInfo(a));if(!u.pubID&&!u.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(a));this.name=this.stringify.name(a),this.type=e.NotationDeclaration,u.pubID!=null&&(this.pubID=this.stringify.dtdPubID(u.pubID)),u.sysID!=null&&(this.sysID=this.stringify.dtdSysID(u.sysID))}return Object.defineProperty(i.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(i.prototype,"systemId",{get:function(){return this.sysID}}),i.prototype.toString=function(s){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(s))},i}(t)}.call(q)),Dt.exports}var lr;function wn(){return lr||(lr=1,function(){var e,t,n,r,o,i,s,a,u=function(c,l){for(var f in l)p.call(l,f)&&(c[f]=l[f]);function y(){this.constructor=c}return y.prototype=l.prototype,c.prototype=new y,c.__super__=l.prototype,c},p={}.hasOwnProperty;a=be().isObject,s=ae(),e=J(),t=gn(),r=mn(),n=yn(),o=bn(),i=ln(),At.exports=function(c){u(l,c);function l(f,y,E){var O,w,L,N,d,v;if(l.__super__.constructor.call(this,f),this.type=e.DocType,f.children){for(N=f.children,w=0,L=N.length;w<L;w++)if(O=N[w],O.type===e.Element){this.name=O.name;break}}this.documentObject=f,a(y)&&(d=y,y=d.pubID,E=d.sysID),E==null&&(v=[y,E],E=v[0],y=v[1]),y!=null&&(this.pubID=this.stringify.dtdPubID(y)),E!=null&&(this.sysID=this.stringify.dtdSysID(E))}return Object.defineProperty(l.prototype,"entities",{get:function(){var f,y,E,O,w;for(O={},w=this.children,y=0,E=w.length;y<E;y++)f=w[y],f.type===e.EntityDeclaration&&!f.pe&&(O[f.name]=f);return new i(O)}}),Object.defineProperty(l.prototype,"notations",{get:function(){var f,y,E,O,w;for(O={},w=this.children,y=0,E=w.length;y<E;y++)f=w[y],f.type===e.NotationDeclaration&&(O[f.name]=f);return new i(O)}}),Object.defineProperty(l.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(l.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(l.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),l.prototype.element=function(f,y){var E;return E=new n(this,f,y),this.children.push(E),this},l.prototype.attList=function(f,y,E,O,w){var L;return L=new t(this,f,y,E,O,w),this.children.push(L),this},l.prototype.entity=function(f,y){var E;return E=new r(this,!1,f,y),this.children.push(E),this},l.prototype.pEntity=function(f,y){var E;return E=new r(this,!0,f,y),this.children.push(E),this},l.prototype.notation=function(f,y){var E;return E=new o(this,f,y),this.children.push(E),this},l.prototype.toString=function(f){return this.options.writer.docType(this,this.options.writer.filterOptions(f))},l.prototype.ele=function(f,y){return this.element(f,y)},l.prototype.att=function(f,y,E,O,w){return this.attList(f,y,E,O,w)},l.prototype.ent=function(f,y){return this.entity(f,y)},l.prototype.pent=function(f,y){return this.pEntity(f,y)},l.prototype.not=function(f,y){return this.notation(f,y)},l.prototype.up=function(){return this.root()||this.documentObject},l.prototype.isEqualNode=function(f){return!(!l.__super__.isEqualNode.apply(this,arguments).isEqualNode(f)||f.name!==this.name||f.publicId!==this.publicId||f.systemId!==this.systemId)},l}(s)}.call(q)),At.exports}var Mt={exports:{}},fr;function En(){return fr||(fr=1,function(){var e,t,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;e=J(),t=ae(),Mt.exports=function(o){n(i,o);function i(s,a){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing raw text. "+this.debugInfo());this.type=e.Raw,this.value=this.stringify.raw(a)}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return this.options.writer.raw(this,this.options.writer.filterOptions(s))},i}(t)}.call(q)),Mt.exports}var Ct={exports:{}},hr;function Tn(){return hr||(hr=1,function(){var e,t,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;e=J(),t=et(),Ct.exports=function(o){n(i,o);function i(s,a){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing element text. "+this.debugInfo());this.name="#text",this.type=e.Text,this.value=this.stringify.text(a)}return Object.defineProperty(i.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(i.prototype,"wholeText",{get:function(){var s,a,u;for(u="",a=this.previousSibling;a;)u=a.data+u,a=a.previousSibling;for(u+=this.data,s=this.nextSibling;s;)u=u+s.data,s=s.nextSibling;return u}}),i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return this.options.writer.text(this,this.options.writer.filterOptions(s))},i.prototype.splitText=function(s){throw new Error("This DOM method is not implemented."+this.debugInfo())},i.prototype.replaceWholeText=function(s){throw new Error("This DOM method is not implemented."+this.debugInfo())},i}(t)}.call(q)),Ct.exports}var Ft={exports:{}},pr;function Nn(){return pr||(pr=1,function(){var e,t,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;e=J(),t=et(),Ft.exports=function(o){n(i,o);function i(s,a,u){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing instruction target. "+this.debugInfo());this.type=e.ProcessingInstruction,this.target=this.stringify.insTarget(a),this.name=this.target,u&&(this.value=this.stringify.insValue(u))}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions(s))},i.prototype.isEqualNode=function(s){return!(!i.__super__.isEqualNode.apply(this,arguments).isEqualNode(s)||s.target!==this.target)},i}(t)}.call(q)),Ft.exports}var jt={exports:{}},dr;function ui(){return dr||(dr=1,function(){var e,t,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;t=ae(),e=J(),jt.exports=function(o){n(i,o);function i(s){i.__super__.constructor.call(this,s),this.type=e.Dummy}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return""},i}(t)}.call(q)),jt.exports}var kt={exports:{}},gr;function Co(){return gr||(gr=1,function(){kt.exports=function(){function e(t){this.nodes=t}return Object.defineProperty(e.prototype,"length",{get:function(){return this.nodes.length||0}}),e.prototype.clone=function(){return this.nodes=null},e.prototype.item=function(t){return this.nodes[t]||null},e}()}.call(q)),kt.exports}var Bt={exports:{}},mr;function Fo(){return mr||(mr=1,function(){Bt.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}.call(q)),Bt.exports}var yr;function ae(){return yr||(yr=1,function(){var e,t,n,r,o,i,s,a,u,p,c,l,f,y,E,O,w,L={}.hasOwnProperty;w=be(),O=w.isObject,E=w.isFunction,y=w.isEmpty,f=w.getValue,a=null,n=null,r=null,o=null,i=null,c=null,l=null,p=null,s=null,t=null,u=null,e=null,wt.exports=function(){function N(d){this.parent=d,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,a||(a=fn(),n=hn(),r=pn(),o=dn(),i=wn(),c=En(),l=Tn(),p=Nn(),s=ui(),t=J(),u=Co(),ln(),e=Fo())}return Object.defineProperty(N.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(N.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(N.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(N.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(N.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new u(this.children)),this.childNodeList}}),Object.defineProperty(N.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(N.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(N.prototype,"previousSibling",{get:function(){var d;return d=this.parent.children.indexOf(this),this.parent.children[d-1]||null}}),Object.defineProperty(N.prototype,"nextSibling",{get:function(){var d;return d=this.parent.children.indexOf(this),this.parent.children[d+1]||null}}),Object.defineProperty(N.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(N.prototype,"textContent",{get:function(){var d,v,I,A,_;if(this.nodeType===t.Element||this.nodeType===t.DocumentFragment){for(_="",A=this.children,v=0,I=A.length;v<I;v++)d=A[v],d.textContent&&(_+=d.textContent);return _}else return null},set:function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),N.prototype.setParent=function(d){var v,I,A,_,M;for(this.parent=d,d&&(this.options=d.options,this.stringify=d.stringify),_=this.children,M=[],I=0,A=_.length;I<A;I++)v=_[I],M.push(v.setParent(this));return M},N.prototype.element=function(d,v,I){var A,_,M,T,b,F,X,V,R,U,W;if(F=null,v===null&&I==null&&(R=[{},null],v=R[0],I=R[1]),v==null&&(v={}),v=f(v),O(v)||(U=[v,I],I=U[0],v=U[1]),d!=null&&(d=f(d)),Array.isArray(d))for(M=0,X=d.length;M<X;M++)_=d[M],F=this.element(_);else if(E(d))F=this.element(d.apply());else if(O(d)){for(b in d)if(L.call(d,b))if(W=d[b],E(W)&&(W=W.apply()),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&b.indexOf(this.stringify.convertAttKey)===0)F=this.attribute(b.substr(this.stringify.convertAttKey.length),W);else if(!this.options.separateArrayItems&&Array.isArray(W)&&y(W))F=this.dummy();else if(O(W)&&y(W))F=this.element(b);else if(!this.options.keepNullNodes&&W==null)F=this.dummy();else if(!this.options.separateArrayItems&&Array.isArray(W))for(T=0,V=W.length;T<V;T++)_=W[T],A={},A[b]=_,F=this.element(A);else O(W)?!this.options.ignoreDecorators&&this.stringify.convertTextKey&&b.indexOf(this.stringify.convertTextKey)===0?F=this.element(W):(F=this.element(b),F.element(W)):F=this.element(b,W)}else!this.options.keepNullNodes&&I===null?F=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&d.indexOf(this.stringify.convertTextKey)===0?F=this.text(I):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&d.indexOf(this.stringify.convertCDataKey)===0?F=this.cdata(I):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&d.indexOf(this.stringify.convertCommentKey)===0?F=this.comment(I):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&d.indexOf(this.stringify.convertRawKey)===0?F=this.raw(I):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&d.indexOf(this.stringify.convertPIKey)===0?F=this.instruction(d.substr(this.stringify.convertPIKey.length),I):F=this.node(d,v,I);if(F==null)throw new Error("Could not create any elements with: "+d+". "+this.debugInfo());return F},N.prototype.insertBefore=function(d,v,I){var A,_,M,T,b;if(d?.type)return M=d,T=v,M.setParent(this),T?(_=children.indexOf(T),b=children.splice(_),children.push(M),Array.prototype.push.apply(children,b)):children.push(M),M;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(d));return _=this.parent.children.indexOf(this),b=this.parent.children.splice(_),A=this.parent.element(d,v,I),Array.prototype.push.apply(this.parent.children,b),A},N.prototype.insertAfter=function(d,v,I){var A,_,M;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(d));return _=this.parent.children.indexOf(this),M=this.parent.children.splice(_+1),A=this.parent.element(d,v,I),Array.prototype.push.apply(this.parent.children,M),A},N.prototype.remove=function(){var d;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return d=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[d,d-d+1].concat([])),this.parent},N.prototype.node=function(d,v,I){var A,_;return d!=null&&(d=f(d)),v||(v={}),v=f(v),O(v)||(_=[v,I],I=_[0],v=_[1]),A=new a(this,d,v),I!=null&&A.text(I),this.children.push(A),A},N.prototype.text=function(d){var v;return O(d)&&this.element(d),v=new l(this,d),this.children.push(v),this},N.prototype.cdata=function(d){var v;return v=new n(this,d),this.children.push(v),this},N.prototype.comment=function(d){var v;return v=new r(this,d),this.children.push(v),this},N.prototype.commentBefore=function(d){var v,I;return v=this.parent.children.indexOf(this),I=this.parent.children.splice(v),this.parent.comment(d),Array.prototype.push.apply(this.parent.children,I),this},N.prototype.commentAfter=function(d){var v,I;return v=this.parent.children.indexOf(this),I=this.parent.children.splice(v+1),this.parent.comment(d),Array.prototype.push.apply(this.parent.children,I),this},N.prototype.raw=function(d){var v;return v=new c(this,d),this.children.push(v),this},N.prototype.dummy=function(){var d;return d=new s(this),d},N.prototype.instruction=function(d,v){var I,A,_,M,T;if(d!=null&&(d=f(d)),v!=null&&(v=f(v)),Array.isArray(d))for(M=0,T=d.length;M<T;M++)I=d[M],this.instruction(I);else if(O(d))for(I in d)L.call(d,I)&&(A=d[I],this.instruction(I,A));else E(v)&&(v=v.apply()),_=new p(this,d,v),this.children.push(_);return this},N.prototype.instructionBefore=function(d,v){var I,A;return I=this.parent.children.indexOf(this),A=this.parent.children.splice(I),this.parent.instruction(d,v),Array.prototype.push.apply(this.parent.children,A),this},N.prototype.instructionAfter=function(d,v){var I,A;return I=this.parent.children.indexOf(this),A=this.parent.children.splice(I+1),this.parent.instruction(d,v),Array.prototype.push.apply(this.parent.children,A),this},N.prototype.declaration=function(d,v,I){var A,_;return A=this.document(),_=new o(A,d,v,I),A.children.length===0?A.children.unshift(_):A.children[0].type===t.Declaration?A.children[0]=_:A.children.unshift(_),A.root()||A},N.prototype.dtd=function(d,v){var I,A,_,M,T,b,F,X,V,R;for(A=this.document(),_=new i(A,d,v),V=A.children,M=T=0,F=V.length;T<F;M=++T)if(I=V[M],I.type===t.DocType)return A.children[M]=_,_;for(R=A.children,M=b=0,X=R.length;b<X;M=++b)if(I=R[M],I.isRoot)return A.children.splice(M,0,_),_;return A.children.push(_),_},N.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},N.prototype.root=function(){var d;for(d=this;d;){if(d.type===t.Document)return d.rootObject;if(d.isRoot)return d;d=d.parent}},N.prototype.document=function(){var d;for(d=this;d;){if(d.type===t.Document)return d;d=d.parent}},N.prototype.end=function(d){return this.document().end(d)},N.prototype.prev=function(){var d;if(d=this.parent.children.indexOf(this),d<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[d-1]},N.prototype.next=function(){var d;if(d=this.parent.children.indexOf(this),d===-1||d===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[d+1]},N.prototype.importDocument=function(d){var v;return v=d.root().clone(),v.parent=this,v.isRoot=!1,this.children.push(v),this},N.prototype.debugInfo=function(d){var v,I;return d=d||this.name,d==null&&!((v=this.parent)!=null&&v.name)?"":d==null?"parent: <"+this.parent.name+">":(I=this.parent)!=null&&I.name?"node: <"+d+">, parent: <"+this.parent.name+">":"node: <"+d+">"},N.prototype.ele=function(d,v,I){return this.element(d,v,I)},N.prototype.nod=function(d,v,I){return this.node(d,v,I)},N.prototype.txt=function(d){return this.text(d)},N.prototype.dat=function(d){return this.cdata(d)},N.prototype.com=function(d){return this.comment(d)},N.prototype.ins=function(d,v){return this.instruction(d,v)},N.prototype.doc=function(){return this.document()},N.prototype.dec=function(d,v,I){return this.declaration(d,v,I)},N.prototype.e=function(d,v,I){return this.element(d,v,I)},N.prototype.n=function(d,v,I){return this.node(d,v,I)},N.prototype.t=function(d){return this.text(d)},N.prototype.d=function(d){return this.cdata(d)},N.prototype.c=function(d){return this.comment(d)},N.prototype.r=function(d){return this.raw(d)},N.prototype.i=function(d,v){return this.instruction(d,v)},N.prototype.u=function(){return this.up()},N.prototype.importXMLBuilder=function(d){return this.importDocument(d)},N.prototype.replaceChild=function(d,v){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.removeChild=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.appendChild=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.hasChildNodes=function(){return this.children.length!==0},N.prototype.cloneNode=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.isSupported=function(d,v){return!0},N.prototype.hasAttributes=function(){return this.attribs.length!==0},N.prototype.compareDocumentPosition=function(d){var v,I;return v=this,v===d?0:this.document()!==d.document()?(I=e.Disconnected|e.ImplementationSpecific,Math.random()<.5?I|=e.Preceding:I|=e.Following,I):v.isAncestor(d)?e.Contains|e.Preceding:v.isDescendant(d)?e.Contains|e.Following:v.isPreceding(d)?e.Preceding:e.Following},N.prototype.isSameNode=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.lookupPrefix=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.isDefaultNamespace=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.lookupNamespaceURI=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.isEqualNode=function(d){var v,I,A;if(d.nodeType!==this.nodeType||d.children.length!==this.children.length)return!1;for(v=I=0,A=this.children.length-1;0<=A?I<=A:I>=A;v=0<=A?++I:--I)if(!this.children[v].isEqualNode(d.children[v]))return!1;return!0},N.prototype.getFeature=function(d,v){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.setUserData=function(d,v,I){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.getUserData=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.contains=function(d){return d?d===this||this.isDescendant(d):!1},N.prototype.isDescendant=function(d){var v,I,A,_,M;for(M=this.children,A=0,_=M.length;A<_;A++)if(v=M[A],d===v||(I=v.isDescendant(d),I))return!0;return!1},N.prototype.isAncestor=function(d){return d.isDescendant(this)},N.prototype.isPreceding=function(d){var v,I;return v=this.treePosition(d),I=this.treePosition(this),v===-1||I===-1?!1:v<I},N.prototype.isFollowing=function(d){var v,I;return v=this.treePosition(d),I=this.treePosition(this),v===-1||I===-1?!1:v>I},N.prototype.treePosition=function(d){var v,I;return I=0,v=!1,this.foreachTreeNode(this.document(),function(A){if(I++,!v&&A===d)return v=!0}),v?I:-1},N.prototype.foreachTreeNode=function(d,v){var I,A,_,M,T;for(d||(d=this.document()),M=d.children,A=0,_=M.length;A<_;A++){if(I=M[A],T=v(I))return T;if(T=this.foreachTreeNode(I,v),T)return T}},N}()}.call(q)),wt.exports}var Rt={exports:{}},br;function ci(){return br||(br=1,function(){var e=function(n,r){return function(){return n.apply(r,arguments)}},t={}.hasOwnProperty;Rt.exports=function(){function n(r){this.assertLegalName=e(this.assertLegalName,this),this.assertLegalChar=e(this.assertLegalChar,this);var o,i,s;r||(r={}),this.options=r,this.options.version||(this.options.version="1.0"),i=r.stringify||{};for(o in i)t.call(i,o)&&(s=i[o],this[o]=s)}return n.prototype.name=function(r){return this.options.noValidation?r:this.assertLegalName(""+r||"")},n.prototype.text=function(r){return this.options.noValidation?r:this.assertLegalChar(this.textEscape(""+r||""))},n.prototype.cdata=function(r){return this.options.noValidation?r:(r=""+r||"",r=r.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(r))},n.prototype.comment=function(r){if(this.options.noValidation)return r;if(r=""+r||"",r.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+r);return this.assertLegalChar(r)},n.prototype.raw=function(r){return this.options.noValidation?r:""+r||""},n.prototype.attValue=function(r){return this.options.noValidation?r:this.assertLegalChar(this.attEscape(r=""+r||""))},n.prototype.insTarget=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.insValue=function(r){if(this.options.noValidation)return r;if(r=""+r||"",r.match(/\?>/))throw new Error("Invalid processing instruction value: "+r);return this.assertLegalChar(r)},n.prototype.xmlVersion=function(r){if(this.options.noValidation)return r;if(r=""+r||"",!r.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+r);return r},n.prototype.xmlEncoding=function(r){if(this.options.noValidation)return r;if(r=""+r||"",!r.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+r);return this.assertLegalChar(r)},n.prototype.xmlStandalone=function(r){return this.options.noValidation?r:r?"yes":"no"},n.prototype.dtdPubID=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdSysID=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdElementValue=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdAttType=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdAttDefault=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdEntityValue=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdNData=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.convertAttKey="@",n.prototype.convertPIKey="?",n.prototype.convertTextKey="#text",n.prototype.convertCDataKey="#cdata",n.prototype.convertCommentKey="#comment",n.prototype.convertRawKey="#raw",n.prototype.assertLegalChar=function(r){var o,i;if(this.options.noValidation)return r;if(o="",this.options.version==="1.0"){if(o=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,i=r.match(o))throw new Error("Invalid character in string: "+r+" at index "+i.index)}else if(this.options.version==="1.1"&&(o=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,i=r.match(o)))throw new Error("Invalid character in string: "+r+" at index "+i.index);return r},n.prototype.assertLegalName=function(r){var o;if(this.options.noValidation)return r;if(this.assertLegalChar(r),o=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,!r.match(o))throw new Error("Invalid character in name");return r},n.prototype.textEscape=function(r){var o;return this.options.noValidation?r:(o=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,r.replace(o,"&").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
"))},n.prototype.attEscape=function(r){var o;return this.options.noValidation?r:(o=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,r.replace(o,"&").replace(/</g,"<").replace(/"/g,""").replace(/\t/g,"	").replace(/\n/g,"
").replace(/\r/g,"
"))},n}()}.call(q)),Rt.exports}var Xt={exports:{}},$t={exports:{}},Ut={exports:{}},wr;function tt(){return wr||(wr=1,function(){Ut.exports={None:0,OpenTag:1,InsideTag:2,CloseTag:3}}.call(q)),Ut.exports}var Er;function li(){return Er||(Er=1,function(){var e,t,n,r={}.hasOwnProperty;n=be().assign,e=J(),dn(),wn(),hn(),pn(),fn(),En(),Tn(),Nn(),ui(),gn(),yn(),mn(),bn(),t=tt(),$t.exports=function(){function o(i){var s,a,u;i||(i={}),this.options=i,a=i.writer||{};for(s in a)r.call(a,s)&&(u=a[s],this["_"+s]=this[s],this[s]=u)}return o.prototype.filterOptions=function(i){var s,a,u,p,c,l,f,y;return i||(i={}),i=n({},this.options,i),s={writer:this},s.pretty=i.pretty||!1,s.allowEmpty=i.allowEmpty||!1,s.indent=(a=i.indent)!=null?a:" ",s.newline=(u=i.newline)!=null?u:`
|
|
72
|
-
`,s.offset=(p=i.offset)!=null?p:0,s.dontPrettyTextNodes=(c=(l=i.dontPrettyTextNodes)!=null?l:i.dontprettytextnodes)!=null?c:0,s.spaceBeforeSlash=(f=(y=i.spaceBeforeSlash)!=null?y:i.spacebeforeslash)!=null?f:"",s.spaceBeforeSlash===!0&&(s.spaceBeforeSlash=" "),s.suppressPrettyCount=0,s.user={},s.state=t.None,s},o.prototype.indent=function(i,s,a){var u;return!s.pretty||s.suppressPrettyCount?"":s.pretty&&(u=(a||0)+s.offset+1,u>0)?new Array(u).join(s.indent):""},o.prototype.endline=function(i,s,a){return!s.pretty||s.suppressPrettyCount?"":s.newline},o.prototype.attribute=function(i,s,a){var u;return this.openAttribute(i,s,a),u=" "+i.name+'="'+i.value+'"',this.closeAttribute(i,s,a),u},o.prototype.cdata=function(i,s,a){var u;return this.openNode(i,s,a),s.state=t.OpenTag,u=this.indent(i,s,a)+"<![CDATA[",s.state=t.InsideTag,u+=i.value,s.state=t.CloseTag,u+="]]>"+this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),u},o.prototype.comment=function(i,s,a){var u;return this.openNode(i,s,a),s.state=t.OpenTag,u=this.indent(i,s,a)+"<!-- ",s.state=t.InsideTag,u+=i.value,s.state=t.CloseTag,u+=" -->"+this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),u},o.prototype.declaration=function(i,s,a){var u;return this.openNode(i,s,a),s.state=t.OpenTag,u=this.indent(i,s,a)+"<?xml",s.state=t.InsideTag,u+=' version="'+i.version+'"',i.encoding!=null&&(u+=' encoding="'+i.encoding+'"'),i.standalone!=null&&(u+=' standalone="'+i.standalone+'"'),s.state=t.CloseTag,u+=s.spaceBeforeSlash+"?>",u+=this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),u},o.prototype.docType=function(i,s,a){var u,p,c,l,f;if(a||(a=0),this.openNode(i,s,a),s.state=t.OpenTag,l=this.indent(i,s,a),l+="<!DOCTYPE "+i.root().name,i.pubID&&i.sysID?l+=' PUBLIC "'+i.pubID+'" "'+i.sysID+'"':i.sysID&&(l+=' SYSTEM "'+i.sysID+'"'),i.children.length>0){for(l+=" [",l+=this.endline(i,s,a),s.state=t.InsideTag,f=i.children,p=0,c=f.length;p<c;p++)u=f[p],l+=this.writeChildNode(u,s,a+1);s.state=t.CloseTag,l+="]"}return s.state=t.CloseTag,l+=s.spaceBeforeSlash+">",l+=this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),l},o.prototype.element=function(i,s,a){var u,p,c,l,f,y,E,O,w,L,N,d,v,I;a||(a=0),L=!1,N="",this.openNode(i,s,a),s.state=t.OpenTag,N+=this.indent(i,s,a)+"<"+i.name,d=i.attribs;for(w in d)r.call(d,w)&&(u=d[w],N+=this.attribute(u,s,a));if(c=i.children.length,l=c===0?null:i.children[0],c===0||i.children.every(function(A){return(A.type===e.Text||A.type===e.Raw)&&A.value===""}))s.allowEmpty?(N+=">",s.state=t.CloseTag,N+="</"+i.name+">"+this.endline(i,s,a)):(s.state=t.CloseTag,N+=s.spaceBeforeSlash+"/>"+this.endline(i,s,a));else if(s.pretty&&c===1&&(l.type===e.Text||l.type===e.Raw)&&l.value!=null)N+=">",s.state=t.InsideTag,s.suppressPrettyCount++,L=!0,N+=this.writeChildNode(l,s,a+1),s.suppressPrettyCount--,L=!1,s.state=t.CloseTag,N+="</"+i.name+">"+this.endline(i,s,a);else{if(s.dontPrettyTextNodes){for(v=i.children,f=0,E=v.length;f<E;f++)if(p=v[f],(p.type===e.Text||p.type===e.Raw)&&p.value!=null){s.suppressPrettyCount++,L=!0;break}}for(N+=">"+this.endline(i,s,a),s.state=t.InsideTag,I=i.children,y=0,O=I.length;y<O;y++)p=I[y],N+=this.writeChildNode(p,s,a+1);s.state=t.CloseTag,N+=this.indent(i,s,a)+"</"+i.name+">",L&&s.suppressPrettyCount--,N+=this.endline(i,s,a),s.state=t.None}return this.closeNode(i,s,a),N},o.prototype.writeChildNode=function(i,s,a){switch(i.type){case e.CData:return this.cdata(i,s,a);case e.Comment:return this.comment(i,s,a);case e.Element:return this.element(i,s,a);case e.Raw:return this.raw(i,s,a);case e.Text:return this.text(i,s,a);case e.ProcessingInstruction:return this.processingInstruction(i,s,a);case e.Dummy:return"";case e.Declaration:return this.declaration(i,s,a);case e.DocType:return this.docType(i,s,a);case e.AttributeDeclaration:return this.dtdAttList(i,s,a);case e.ElementDeclaration:return this.dtdElement(i,s,a);case e.EntityDeclaration:return this.dtdEntity(i,s,a);case e.NotationDeclaration:return this.dtdNotation(i,s,a);default:throw new Error("Unknown XML node type: "+i.constructor.name)}},o.prototype.processingInstruction=function(i,s,a){var u;return this.openNode(i,s,a),s.state=t.OpenTag,u=this.indent(i,s,a)+"<?",s.state=t.InsideTag,u+=i.target,i.value&&(u+=" "+i.value),s.state=t.CloseTag,u+=s.spaceBeforeSlash+"?>",u+=this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),u},o.prototype.raw=function(i,s,a){var u;return this.openNode(i,s,a),s.state=t.OpenTag,u=this.indent(i,s,a),s.state=t.InsideTag,u+=i.value,s.state=t.CloseTag,u+=this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),u},o.prototype.text=function(i,s,a){var u;return this.openNode(i,s,a),s.state=t.OpenTag,u=this.indent(i,s,a),s.state=t.InsideTag,u+=i.value,s.state=t.CloseTag,u+=this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),u},o.prototype.dtdAttList=function(i,s,a){var u;return this.openNode(i,s,a),s.state=t.OpenTag,u=this.indent(i,s,a)+"<!ATTLIST",s.state=t.InsideTag,u+=" "+i.elementName+" "+i.attributeName+" "+i.attributeType,i.defaultValueType!=="#DEFAULT"&&(u+=" "+i.defaultValueType),i.defaultValue&&(u+=' "'+i.defaultValue+'"'),s.state=t.CloseTag,u+=s.spaceBeforeSlash+">"+this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),u},o.prototype.dtdElement=function(i,s,a){var u;return this.openNode(i,s,a),s.state=t.OpenTag,u=this.indent(i,s,a)+"<!ELEMENT",s.state=t.InsideTag,u+=" "+i.name+" "+i.value,s.state=t.CloseTag,u+=s.spaceBeforeSlash+">"+this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),u},o.prototype.dtdEntity=function(i,s,a){var u;return this.openNode(i,s,a),s.state=t.OpenTag,u=this.indent(i,s,a)+"<!ENTITY",s.state=t.InsideTag,i.pe&&(u+=" %"),u+=" "+i.name,i.value?u+=' "'+i.value+'"':(i.pubID&&i.sysID?u+=' PUBLIC "'+i.pubID+'" "'+i.sysID+'"':i.sysID&&(u+=' SYSTEM "'+i.sysID+'"'),i.nData&&(u+=" NDATA "+i.nData)),s.state=t.CloseTag,u+=s.spaceBeforeSlash+">"+this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),u},o.prototype.dtdNotation=function(i,s,a){var u;return this.openNode(i,s,a),s.state=t.OpenTag,u=this.indent(i,s,a)+"<!NOTATION",s.state=t.InsideTag,u+=" "+i.name,i.pubID&&i.sysID?u+=' PUBLIC "'+i.pubID+'" "'+i.sysID+'"':i.pubID?u+=' PUBLIC "'+i.pubID+'"':i.sysID&&(u+=' SYSTEM "'+i.sysID+'"'),s.state=t.CloseTag,u+=s.spaceBeforeSlash+">"+this.endline(i,s,a),s.state=t.None,this.closeNode(i,s,a),u},o.prototype.openNode=function(i,s,a){},o.prototype.closeNode=function(i,s,a){},o.prototype.openAttribute=function(i,s,a){},o.prototype.closeAttribute=function(i,s,a){},o}()}.call(q)),$t.exports}var Tr;function In(){return Tr||(Tr=1,function(){var e,t=function(r,o){for(var i in o)n.call(o,i)&&(r[i]=o[i]);function s(){this.constructor=r}return s.prototype=o.prototype,r.prototype=new s,r.__super__=o.prototype,r},n={}.hasOwnProperty;e=li(),Xt.exports=function(r){t(o,r);function o(i){o.__super__.constructor.call(this,i)}return o.prototype.document=function(i,s){var a,u,p,c,l;for(s=this.filterOptions(s),c="",l=i.children,u=0,p=l.length;u<p;u++)a=l[u],c+=this.writeChildNode(a,s,0);return s.pretty&&c.slice(-s.newline.length)===s.newline&&(c=c.slice(0,-s.newline.length)),c},o}(e)}.call(q)),Xt.exports}var Nr;function fi(){return Nr||(Nr=1,function(){var e,t,n,r,o,i,s,a=function(p,c){for(var l in c)u.call(c,l)&&(p[l]=c[l]);function f(){this.constructor=p}return f.prototype=c.prototype,p.prototype=new f,p.__super__=c.prototype,p},u={}.hasOwnProperty;s=be().isPlainObject,n=oi(),t=Mo(),r=ae(),e=J(),i=ci(),o=In(),gt.exports=function(p){a(c,p);function c(l){c.__super__.constructor.call(this,null),this.name="#document",this.type=e.Document,this.documentURI=null,this.domConfig=new t,l||(l={}),l.writer||(l.writer=new o),this.options=l,this.stringify=new i(l)}return Object.defineProperty(c.prototype,"implementation",{value:new n}),Object.defineProperty(c.prototype,"doctype",{get:function(){var l,f,y,E;for(E=this.children,f=0,y=E.length;f<y;f++)if(l=E[f],l.type===e.DocType)return l;return null}}),Object.defineProperty(c.prototype,"documentElement",{get:function(){return this.rootObject||null}}),Object.defineProperty(c.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(c.prototype,"strictErrorChecking",{get:function(){return!1}}),Object.defineProperty(c.prototype,"xmlEncoding",{get:function(){return this.children.length!==0&&this.children[0].type===e.Declaration?this.children[0].encoding:null}}),Object.defineProperty(c.prototype,"xmlStandalone",{get:function(){return this.children.length!==0&&this.children[0].type===e.Declaration?this.children[0].standalone==="yes":!1}}),Object.defineProperty(c.prototype,"xmlVersion",{get:function(){return this.children.length!==0&&this.children[0].type===e.Declaration?this.children[0].version:"1.0"}}),Object.defineProperty(c.prototype,"URL",{get:function(){return this.documentURI}}),Object.defineProperty(c.prototype,"origin",{get:function(){return null}}),Object.defineProperty(c.prototype,"compatMode",{get:function(){return null}}),Object.defineProperty(c.prototype,"characterSet",{get:function(){return null}}),Object.defineProperty(c.prototype,"contentType",{get:function(){return null}}),c.prototype.end=function(l){var f;return f={},l?s(l)&&(f=l,l=this.options.writer):l=this.options.writer,l.document(this,l.filterOptions(f))},c.prototype.toString=function(l){return this.options.writer.document(this,this.options.writer.filterOptions(l))},c.prototype.createElement=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createDocumentFragment=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createTextNode=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createComment=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createCDATASection=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createProcessingInstruction=function(l,f){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createAttribute=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createEntityReference=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.getElementsByTagName=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.importNode=function(l,f){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createElementNS=function(l,f){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createAttributeNS=function(l,f){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.getElementsByTagNameNS=function(l,f){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.getElementById=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.adoptNode=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.normalizeDocument=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.renameNode=function(l,f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.getElementsByClassName=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createEvent=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createRange=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createNodeIterator=function(l,f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createTreeWalker=function(l,f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},c}(r)}.call(q)),gt.exports}var Vt={exports:{}},Ir;function jo(){return Ir||(Ir=1,function(){var e,t,n,r,o,i,s,a,u,p,c,l,f,y,E,O,w,L,N,d,v,I,A,_={}.hasOwnProperty;A=be(),v=A.isObject,d=A.isFunction,I=A.isPlainObject,N=A.getValue,e=J(),l=fi(),f=fn(),r=hn(),o=pn(),E=En(),L=Tn(),y=Nn(),p=dn(),c=wn(),i=gn(),a=mn(),s=yn(),u=bn(),n=ai(),w=ci(),O=In(),t=tt(),Vt.exports=function(){function M(T,b,F){var X;this.name="?xml",this.type=e.Document,T||(T={}),X={},T.writer?I(T.writer)&&(X=T.writer,T.writer=new O):T.writer=new O,this.options=T,this.writer=T.writer,this.writerOptions=this.writer.filterOptions(X),this.stringify=new w(T),this.onDataCallback=b||function(){},this.onEndCallback=F||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return M.prototype.createChildNode=function(T){var b,F,X,V,R,U,W,G;switch(T.type){case e.CData:this.cdata(T.value);break;case e.Comment:this.comment(T.value);break;case e.Element:X={},W=T.attribs;for(F in W)_.call(W,F)&&(b=W[F],X[F]=b.value);this.node(T.name,X);break;case e.Dummy:this.dummy();break;case e.Raw:this.raw(T.value);break;case e.Text:this.text(T.value);break;case e.ProcessingInstruction:this.instruction(T.target,T.value);break;default:throw new Error("This XML node type is not supported in a JS object: "+T.constructor.name)}for(G=T.children,R=0,U=G.length;R<U;R++)V=G[R],this.createChildNode(V),V.type===e.Element&&this.up();return this},M.prototype.dummy=function(){return this},M.prototype.node=function(T,b,F){var X;if(T==null)throw new Error("Missing node name.");if(this.root&&this.currentLevel===-1)throw new Error("Document can only have one root node. "+this.debugInfo(T));return this.openCurrent(),T=N(T),b==null&&(b={}),b=N(b),v(b)||(X=[b,F],F=X[0],b=X[1]),this.currentNode=new f(this,T,b),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,F!=null&&this.text(F),this},M.prototype.element=function(T,b,F){var X,V,R,U,W,G;if(this.currentNode&&this.currentNode.type===e.DocType)this.dtdElement.apply(this,arguments);else if(Array.isArray(T)||v(T)||d(T))for(U=this.options.noValidation,this.options.noValidation=!0,G=new l(this.options).element("TEMP_ROOT"),G.element(T),this.options.noValidation=U,W=G.children,V=0,R=W.length;V<R;V++)X=W[V],this.createChildNode(X),X.type===e.Element&&this.up();else this.node(T,b,F);return this},M.prototype.attribute=function(T,b){var F,X;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(T));if(T!=null&&(T=N(T)),v(T))for(F in T)_.call(T,F)&&(X=T[F],this.attribute(F,X));else d(b)&&(b=b.apply()),this.options.keepNullAttributes&&b==null?this.currentNode.attribs[T]=new n(this,T,""):b!=null&&(this.currentNode.attribs[T]=new n(this,T,b));return this},M.prototype.text=function(T){var b;return this.openCurrent(),b=new L(this,T),this.onData(this.writer.text(b,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.cdata=function(T){var b;return this.openCurrent(),b=new r(this,T),this.onData(this.writer.cdata(b,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.comment=function(T){var b;return this.openCurrent(),b=new o(this,T),this.onData(this.writer.comment(b,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.raw=function(T){var b;return this.openCurrent(),b=new E(this,T),this.onData(this.writer.raw(b,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.instruction=function(T,b){var F,X,V,R,U;if(this.openCurrent(),T!=null&&(T=N(T)),b!=null&&(b=N(b)),Array.isArray(T))for(F=0,R=T.length;F<R;F++)X=T[F],this.instruction(X);else if(v(T))for(X in T)_.call(T,X)&&(V=T[X],this.instruction(X,V));else d(b)&&(b=b.apply()),U=new y(this,T,b),this.onData(this.writer.processingInstruction(U,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this},M.prototype.declaration=function(T,b,F){var X;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return X=new p(this,T,b,F),this.onData(this.writer.declaration(X,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.doctype=function(T,b,F){if(this.openCurrent(),T==null)throw new Error("Missing root node name.");if(this.root)throw new Error("dtd() must come before the root node.");return this.currentNode=new c(this,b,F),this.currentNode.rootNodeName=T,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},M.prototype.dtdElement=function(T,b){var F;return this.openCurrent(),F=new s(this,T,b),this.onData(this.writer.dtdElement(F,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.attList=function(T,b,F,X,V){var R;return this.openCurrent(),R=new i(this,T,b,F,X,V),this.onData(this.writer.dtdAttList(R,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.entity=function(T,b){var F;return this.openCurrent(),F=new a(this,!1,T,b),this.onData(this.writer.dtdEntity(F,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.pEntity=function(T,b){var F;return this.openCurrent(),F=new a(this,!0,T,b),this.onData(this.writer.dtdEntity(F,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.notation=function(T,b){var F;return this.openCurrent(),F=new u(this,T,b),this.onData(this.writer.dtdNotation(F,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},M.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},M.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},M.prototype.openNode=function(T){var b,F,X,V;if(!T.isOpen){if(!this.root&&this.currentLevel===0&&T.type===e.Element&&(this.root=T),F="",T.type===e.Element){this.writerOptions.state=t.OpenTag,F=this.writer.indent(T,this.writerOptions,this.currentLevel)+"<"+T.name,V=T.attribs;for(X in V)_.call(V,X)&&(b=V[X],F+=this.writer.attribute(b,this.writerOptions,this.currentLevel));F+=(T.children?">":"/>")+this.writer.endline(T,this.writerOptions,this.currentLevel),this.writerOptions.state=t.InsideTag}else this.writerOptions.state=t.OpenTag,F=this.writer.indent(T,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+T.rootNodeName,T.pubID&&T.sysID?F+=' PUBLIC "'+T.pubID+'" "'+T.sysID+'"':T.sysID&&(F+=' SYSTEM "'+T.sysID+'"'),T.children?(F+=" [",this.writerOptions.state=t.InsideTag):(this.writerOptions.state=t.CloseTag,F+=">"),F+=this.writer.endline(T,this.writerOptions,this.currentLevel);return this.onData(F,this.currentLevel),T.isOpen=!0}},M.prototype.closeNode=function(T){var b;if(!T.isClosed)return b="",this.writerOptions.state=t.CloseTag,T.type===e.Element?b=this.writer.indent(T,this.writerOptions,this.currentLevel)+"</"+T.name+">"+this.writer.endline(T,this.writerOptions,this.currentLevel):b=this.writer.indent(T,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(T,this.writerOptions,this.currentLevel),this.writerOptions.state=t.None,this.onData(b,this.currentLevel),T.isClosed=!0},M.prototype.onData=function(T,b){return this.documentStarted=!0,this.onDataCallback(T,b+1)},M.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},M.prototype.debugInfo=function(T){return T==null?"":"node: <"+T+">"},M.prototype.ele=function(){return this.element.apply(this,arguments)},M.prototype.nod=function(T,b,F){return this.node(T,b,F)},M.prototype.txt=function(T){return this.text(T)},M.prototype.dat=function(T){return this.cdata(T)},M.prototype.com=function(T){return this.comment(T)},M.prototype.ins=function(T,b){return this.instruction(T,b)},M.prototype.dec=function(T,b,F){return this.declaration(T,b,F)},M.prototype.dtd=function(T,b,F){return this.doctype(T,b,F)},M.prototype.e=function(T,b,F){return this.element(T,b,F)},M.prototype.n=function(T,b,F){return this.node(T,b,F)},M.prototype.t=function(T){return this.text(T)},M.prototype.d=function(T){return this.cdata(T)},M.prototype.c=function(T){return this.comment(T)},M.prototype.r=function(T){return this.raw(T)},M.prototype.i=function(T,b){return this.instruction(T,b)},M.prototype.att=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},M.prototype.a=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},M.prototype.ent=function(T,b){return this.entity(T,b)},M.prototype.pent=function(T,b){return this.pEntity(T,b)},M.prototype.not=function(T,b){return this.notation(T,b)},M}()}.call(q)),Vt.exports}var qt={exports:{}},vr;function ko(){return vr||(vr=1,function(){var e,t,n,r=function(i,s){for(var a in s)o.call(s,a)&&(i[a]=s[a]);function u(){this.constructor=i}return u.prototype=s.prototype,i.prototype=new u,i.__super__=s.prototype,i},o={}.hasOwnProperty;e=J(),n=li(),t=tt(),qt.exports=function(i){r(s,i);function s(a,u){this.stream=a,s.__super__.constructor.call(this,u)}return s.prototype.endline=function(a,u,p){return a.isLastRootNode&&u.state===t.CloseTag?"":s.__super__.endline.call(this,a,u,p)},s.prototype.document=function(a,u){var p,c,l,f,y,E,O,w,L;for(O=a.children,c=l=0,y=O.length;l<y;c=++l)p=O[c],p.isLastRootNode=c===a.children.length-1;for(u=this.filterOptions(u),w=a.children,L=[],f=0,E=w.length;f<E;f++)p=w[f],L.push(this.writeChildNode(p,u,0));return L},s.prototype.attribute=function(a,u,p){return this.stream.write(s.__super__.attribute.call(this,a,u,p))},s.prototype.cdata=function(a,u,p){return this.stream.write(s.__super__.cdata.call(this,a,u,p))},s.prototype.comment=function(a,u,p){return this.stream.write(s.__super__.comment.call(this,a,u,p))},s.prototype.declaration=function(a,u,p){return this.stream.write(s.__super__.declaration.call(this,a,u,p))},s.prototype.docType=function(a,u,p){var c,l,f,y;if(p||(p=0),this.openNode(a,u,p),u.state=t.OpenTag,this.stream.write(this.indent(a,u,p)),this.stream.write("<!DOCTYPE "+a.root().name),a.pubID&&a.sysID?this.stream.write(' PUBLIC "'+a.pubID+'" "'+a.sysID+'"'):a.sysID&&this.stream.write(' SYSTEM "'+a.sysID+'"'),a.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(a,u,p)),u.state=t.InsideTag,y=a.children,l=0,f=y.length;l<f;l++)c=y[l],this.writeChildNode(c,u,p+1);u.state=t.CloseTag,this.stream.write("]")}return u.state=t.CloseTag,this.stream.write(u.spaceBeforeSlash+">"),this.stream.write(this.endline(a,u,p)),u.state=t.None,this.closeNode(a,u,p)},s.prototype.element=function(a,u,p){var c,l,f,y,E,O,w,L,N;p||(p=0),this.openNode(a,u,p),u.state=t.OpenTag,this.stream.write(this.indent(a,u,p)+"<"+a.name),L=a.attribs;for(w in L)o.call(L,w)&&(c=L[w],this.attribute(c,u,p));if(f=a.children.length,y=f===0?null:a.children[0],f===0||a.children.every(function(d){return(d.type===e.Text||d.type===e.Raw)&&d.value===""}))u.allowEmpty?(this.stream.write(">"),u.state=t.CloseTag,this.stream.write("</"+a.name+">")):(u.state=t.CloseTag,this.stream.write(u.spaceBeforeSlash+"/>"));else if(u.pretty&&f===1&&(y.type===e.Text||y.type===e.Raw)&&y.value!=null)this.stream.write(">"),u.state=t.InsideTag,u.suppressPrettyCount++,this.writeChildNode(y,u,p+1),u.suppressPrettyCount--,u.state=t.CloseTag,this.stream.write("</"+a.name+">");else{for(this.stream.write(">"+this.endline(a,u,p)),u.state=t.InsideTag,N=a.children,E=0,O=N.length;E<O;E++)l=N[E],this.writeChildNode(l,u,p+1);u.state=t.CloseTag,this.stream.write(this.indent(a,u,p)+"</"+a.name+">")}return this.stream.write(this.endline(a,u,p)),u.state=t.None,this.closeNode(a,u,p)},s.prototype.processingInstruction=function(a,u,p){return this.stream.write(s.__super__.processingInstruction.call(this,a,u,p))},s.prototype.raw=function(a,u,p){return this.stream.write(s.__super__.raw.call(this,a,u,p))},s.prototype.text=function(a,u,p){return this.stream.write(s.__super__.text.call(this,a,u,p))},s.prototype.dtdAttList=function(a,u,p){return this.stream.write(s.__super__.dtdAttList.call(this,a,u,p))},s.prototype.dtdElement=function(a,u,p){return this.stream.write(s.__super__.dtdElement.call(this,a,u,p))},s.prototype.dtdEntity=function(a,u,p){return this.stream.write(s.__super__.dtdEntity.call(this,a,u,p))},s.prototype.dtdNotation=function(a,u,p){return this.stream.write(s.__super__.dtdNotation.call(this,a,u,p))},s}(n)}.call(q)),qt.exports}var Or;function Bo(){return Or||(Or=1,function(){var e,t,n,r,o,i,s,a,u,p;p=be(),a=p.assign,u=p.isFunction,n=oi(),r=fi(),o=jo(),s=In(),i=ko(),e=J(),t=tt(),me.create=function(c,l,f,y){var E,O;if(c==null)throw new Error("Root element needs a name.");return y=a({},l,f,y),E=new r(y),O=E.element(c),y.headless||(E.declaration(y),(y.pubID!=null||y.sysID!=null)&&E.dtd(y)),O},me.begin=function(c,l,f){var y;return u(c)&&(y=[c,l],l=y[0],f=y[1],c={}),l?new o(c,l,f):new r(c)},me.stringWriter=function(c){return new s(c)},me.streamWriter=function(c,l){return new i(c,l)},me.implementation=new n,me.nodeType=e,me.writerState=t}.call(q)),me}var xr;function Ro(){return xr||(xr=1,function(){var e,t,n,r,o,i={}.hasOwnProperty;e=Bo(),t=cn().defaults,r=function(s){return typeof s=="string"&&(s.indexOf("&")>=0||s.indexOf(">")>=0||s.indexOf("<")>=0)},o=function(s){return"<![CDATA["+n(s)+"]]>"},n=function(s){return s.replace("]]>","]]]]><![CDATA[>")},pt.Builder=function(){function s(a){var u,p,c;this.options={},p=t["0.2"];for(u in p)i.call(p,u)&&(c=p[u],this.options[u]=c);for(u in a)i.call(a,u)&&(c=a[u],this.options[u]=c)}return s.prototype.buildObject=function(a){var u,p,c,l,f;return u=this.options.attrkey,p=this.options.charkey,Object.keys(a).length===1&&this.options.rootName===t["0.2"].rootName?(f=Object.keys(a)[0],a=a[f]):f=this.options.rootName,c=function(y){return function(E,O){var w,L,N,d,v,I;if(typeof O!="object")y.options.cdata&&r(O)?E.raw(o(O)):E.txt(O);else if(Array.isArray(O)){for(d in O)if(i.call(O,d)){L=O[d];for(v in L)N=L[v],E=c(E.ele(v),N).up()}}else for(v in O)if(i.call(O,v))if(L=O[v],v===u){if(typeof L=="object")for(w in L)I=L[w],E=E.att(w,I)}else if(v===p)y.options.cdata&&r(L)?E=E.raw(o(L)):E=E.txt(L);else if(Array.isArray(L))for(d in L)i.call(L,d)&&(N=L[d],typeof N=="string"?y.options.cdata&&r(N)?E=E.ele(v).raw(o(N)).up():E=E.ele(v,N).up():E=c(E.ele(v),N).up());else typeof L=="object"?E=c(E.ele(v),L).up():typeof L=="string"&&y.options.cdata&&r(L)?E=E.ele(v).raw(o(L)).up():(L==null&&(L=""),E=E.ele(v,L.toString()).up());return E}}(this),l=e.create(f,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),c(l,a).end(this.options.renderOpts)},s}()}.call(q)),pt}var Wt={},Gt={},Pr;function Xo(){return Pr||(Pr=1,function(e){(function(t){t.parser=function(m,h){return new r(m,h)},t.SAXParser=r,t.SAXStream=l,t.createStream=p,t.MAX_BUFFER_LENGTH=64*1024;var n=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function r(m,h){if(!(this instanceof r))return new r(m,h);var S=this;i(S),S.q=S.c="",S.bufferCheckPosition=t.MAX_BUFFER_LENGTH,S.encoding=null,S.opt=h||{},S.opt.lowercase=S.opt.lowercase||S.opt.lowercasetags,S.looseCase=S.opt.lowercase?"toLowerCase":"toUpperCase",S.opt.maxEntityCount=S.opt.maxEntityCount||512,S.opt.maxEntityDepth=S.opt.maxEntityDepth||4,S.entityCount=S.entityDepth=0,S.tags=[],S.closed=S.closedRoot=S.sawRoot=!1,S.tag=S.error=null,S.strict=!!m,S.noscript=!!(m||S.opt.noscript),S.state=b.BEGIN,S.strictEntities=S.opt.strictEntities,S.ENTITIES=S.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),S.attribList=[],S.opt.xmlns&&(S.ns=Object.create(w)),S.opt.unquotedAttributeValues===void 0&&(S.opt.unquotedAttributeValues=!m),S.trackPosition=S.opt.position!==!1,S.trackPosition&&(S.position=S.line=S.column=0),X(S,"onready")}Object.create||(Object.create=function(m){function h(){}h.prototype=m;var S=new h;return S}),Object.keys||(Object.keys=function(m){var h=[];for(var S in m)m.hasOwnProperty(S)&&h.push(S);return h});function o(m){for(var h=Math.max(t.MAX_BUFFER_LENGTH,10),S=0,g=0,x=n.length;g<x;g++){var C=m[n[g]].length;if(C>h)switch(n[g]){case"textNode":Te(m);break;case"cdata":G(m,"oncdata",m.cdata),m.cdata="";break;case"script":G(m,"onscript",m.script),m.script="";break;default:fe(m,"Max buffer length exceeded: "+n[g])}S=Math.max(S,C)}var D=t.MAX_BUFFER_LENGTH-S;m.bufferCheckPosition=D+m.position}function i(m){for(var h=0,S=n.length;h<S;h++)m[n[h]]=""}function s(m){Te(m),m.cdata!==""&&(G(m,"oncdata",m.cdata),m.cdata=""),m.script!==""&&(G(m,"onscript",m.script),m.script="")}r.prototype={end:function(){we(this)},write:rt,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){s(this)}};var a;try{a=require("stream").Stream}catch{a=function(){}}a||(a=function(){});var u=t.EVENTS.filter(function(m){return m!=="error"&&m!=="end"});function p(m,h){return new l(m,h)}function c(m,h){if(m.length>=2){if(m[0]===255&&m[1]===254)return"utf-16le";if(m[0]===254&&m[1]===255)return"utf-16be"}return m.length>=3&&m[0]===239&&m[1]===187&&m[2]===191?"utf8":m.length>=4?m[0]===60&&m[1]===0&&m[2]===63&&m[3]===0?"utf-16le":m[0]===0&&m[1]===60&&m[2]===0&&m[3]===63?"utf-16be":"utf8":h?"utf8":null}function l(m,h){if(!(this instanceof l))return new l(m,h);a.apply(this),this._parser=new r(m,h),this.writable=!0,this.readable=!0;var S=this;this._parser.onend=function(){S.emit("end")},this._parser.onerror=function(g){S.emit("error",g),S._parser.error=null},this._decoder=null,this._decoderBuffer=null,u.forEach(function(g){Object.defineProperty(S,"on"+g,{get:function(){return S._parser["on"+g]},set:function(x){if(!x)return S.removeAllListeners(g),S._parser["on"+g]=x,x;S.on(g,x)},enumerable:!0,configurable:!1})})}l.prototype=Object.create(a.prototype,{constructor:{value:l}}),l.prototype._decodeBuffer=function(m,h){if(this._decoderBuffer&&(m=Buffer.concat([this._decoderBuffer,m]),this._decoderBuffer=null),!this._decoder){var S=c(m,h);if(!S)return this._decoderBuffer=m,"";this._parser.encoding=S,this._decoder=new TextDecoder(S)}return this._decoder.decode(m,{stream:!h})},l.prototype.write=function(m){if(typeof Buffer=="function"&&typeof Buffer.isBuffer=="function"&&Buffer.isBuffer(m))m=this._decodeBuffer(m,!1);else if(this._decoderBuffer){var h=this._decodeBuffer(Buffer.alloc(0),!0);h&&(this._parser.write(h),this.emit("data",h))}return this._parser.write(m.toString()),this.emit("data",m),!0},l.prototype.end=function(m){if(m&&m.length&&this.write(m),this._decoderBuffer){var h=this._decodeBuffer(Buffer.alloc(0),!0);h&&(this._parser.write(h),this.emit("data",h))}else if(this._decoder){var S=this._decoder.decode();S&&(this._parser.write(S),this.emit("data",S))}return this._parser.end(),!0},l.prototype.on=function(m,h){var S=this;return!S._parser["on"+m]&&u.indexOf(m)!==-1&&(S._parser["on"+m]=function(){var g=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);g.splice(0,0,m),S.emit.apply(S,g)}),a.prototype.on.call(S,m,h)};var f="[CDATA[",y="DOCTYPE",E="http://www.w3.org/XML/1998/namespace",O="http://www.w3.org/2000/xmlns/",w={xml:E,xmlns:O},L=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,N=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,d=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,v=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function I(m){return m===" "||m===`
|
|
73
|
-
`||m==="\r"||m===" "}function A(m){return m==='"'||m==="'"}function _(m){return m===">"||I(m)}function M(m,h){return m.test(h)}function T(m,h){return!M(m,h)}var b=0;
|
|
73
|
+
*/var lt,ft,ht;const qn=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):12,Wn=(ft=(lt=process==null?void 0:process.versions)===null||lt===void 0?void 0:lt.node)!==null&&ft!==void 0?ft:(ht=process==null?void 0:process.version)===null||ht===void 0?void 0:ht.slice(1);if(Wn&&Number(Wn.match(/^([^.]+)/)[1])<qn)throw Error(`yargs parser supports a minimum Node.js version of ${qn}. Read our version support policy: https://github.com/yargs/yargs-parser#supported-nodejs-versions`);const Oo=process?process.env:{};new No({cwd:process.cwd,env:()=>Oo,format:Dr,normalize:xi,resolve:rn,require:t=>{if(typeof require<"u")return require(t);if(t.match(/\.json$/))return JSON.parse(nn(t,"utf8"));throw Error("only .json config files are supported in ESM")}});const xo={fs:{readFileSync:nn,writeFile:wi},format:Dr,resolve:rn,exists:t=>{try{return Ei(t).isFile()}catch{return!1}}};let ce;class Po{constructor(e){e=e||{},this.directory=e.directory||"./locales",this.updateFiles=typeof e.updateFiles=="boolean"?e.updateFiles:!0,this.locale=e.locale||"en",this.fallbackToLanguage=typeof e.fallbackToLanguage=="boolean"?e.fallbackToLanguage:!0,this.cache=Object.create(null),this.writeQueue=[]}__(...e){if(typeof arguments[0]!="string")return this._taggedLiteral(arguments[0],...arguments);const n=e.shift();let r=function(){};return typeof e[e.length-1]=="function"&&(r=e.pop()),r=r||function(){},this.cache[this.locale]||this._readLocaleFile(),!this.cache[this.locale][n]&&this.updateFiles?(this.cache[this.locale][n]=n,this._enqueueWrite({directory:this.directory,locale:this.locale,cb:r})):r(),ce.format.apply(ce.format,[this.cache[this.locale][n]||n].concat(e))}__n(){const e=Array.prototype.slice.call(arguments),n=e.shift(),r=e.shift(),o=e.shift();let i=function(){};typeof e[e.length-1]=="function"&&(i=e.pop()),this.cache[this.locale]||this._readLocaleFile();let s=o===1?n:r;this.cache[this.locale][n]&&(s=this.cache[this.locale][n][o===1?"one":"other"]),!this.cache[this.locale][n]&&this.updateFiles?(this.cache[this.locale][n]={one:n,other:r},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:i})):i();const a=[s];return~s.indexOf("%d")&&a.push(o),ce.format.apply(ce.format,a.concat(e))}setLocale(e){this.locale=e}getLocale(){return this.locale}updateLocale(e){this.cache[this.locale]||this._readLocaleFile();for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&(this.cache[this.locale][n]=e[n])}_taggedLiteral(e,...n){let r="";return e.forEach(function(o,i){const s=n[i+1];r+=o,typeof s<"u"&&(r+="%s")}),this.__.apply(this,[r].concat([].slice.call(n,1)))}_enqueueWrite(e){this.writeQueue.push(e),this.writeQueue.length===1&&this._processWriteQueue()}_processWriteQueue(){const e=this,n=this.writeQueue[0],r=n.directory,o=n.locale,i=n.cb,s=this._resolveLocaleFile(r,o),a=JSON.stringify(this.cache[o],null,2);ce.fs.writeFile(s,a,"utf-8",function(u){e.writeQueue.shift(),e.writeQueue.length>0&&e._processWriteQueue(),i(u)})}_readLocaleFile(){let e={};const n=this._resolveLocaleFile(this.directory,this.locale);try{ce.fs.readFileSync&&(e=JSON.parse(ce.fs.readFileSync(n,"utf-8")))}catch(r){if(r instanceof SyntaxError&&(r.message="syntax error in "+n),r.code==="ENOENT")e={};else throw r}this.cache[this.locale]=e}_resolveLocaleFile(e,n){let r=ce.resolve(e,"./",n+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(r)&&~n.lastIndexOf("_")){const o=ce.resolve(e,"./",n.split("_")[0]+".json");this._fileExistsSync(o)&&(r=o)}return r}_fileExistsSync(e){return ce.exists(e)}}function Ao(t,e){ce=e;const n=new Po(t);return{__:n.__.bind(n),__n:n.__n.bind(n),setLocale:n.setLocale.bind(n),getLocale:n.getLocale.bind(n),updateLocale:n.updateLocale.bind(n),locale:n.locale}}const _o=t=>Ao(t,xo);let $e;try{$e=Si(import.meta.url)}catch{$e=process.cwd()}const Lo=$e.substring(0,$e.lastIndexOf("node_modules"));Lo||process.cwd(),process.cwd,process.exit,process.nextTick,typeof process.stdout.columns<"u"&&process.stdout.columns,_o({directory:rn($e,"../../../locales"),updateFiles:!1});var pt={},Gn;function cn(){return Gn||(Gn=1,function(){pt.defaults={"0.1":{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},"0.2":{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:" ",newline:`
|
|
74
|
+
`},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}.call(q)),pt}var dt={},ye={},be={},Hn;function we(){return Hn||(Hn=1,function(){var t,e,n,r,o,i,s,a=[].slice,u={}.hasOwnProperty;t=function(){var p,c,l,f,y,E;if(E=arguments[0],y=2<=arguments.length?a.call(arguments,1):[],o(Object.assign))Object.assign.apply(null,arguments);else for(p=0,l=y.length;p<l;p++)if(f=y[p],f!=null)for(c in f)u.call(f,c)&&(E[c]=f[c]);return E},o=function(p){return!!p&&Object.prototype.toString.call(p)==="[object Function]"},i=function(p){var c;return!!p&&((c=typeof p)=="function"||c==="object")},n=function(p){return o(Array.isArray)?Array.isArray(p):Object.prototype.toString.call(p)==="[object Array]"},r=function(p){var c;if(n(p))return!p.length;for(c in p)if(u.call(p,c))return!1;return!0},s=function(p){var c,l;return i(p)&&(l=Object.getPrototypeOf(p))&&(c=l.constructor)&&typeof c=="function"&&c instanceof c&&Function.prototype.toString.call(c)===Function.prototype.toString.call(Object)},e=function(p){return o(p.valueOf)?p.valueOf():p},be.assign=t,be.isFunction=o,be.isObject=i,be.isArray=n,be.isEmpty=r,be.isPlainObject=s,be.getValue=e}.call(q)),be}var gt={exports:{}},Yn;function si(){return Yn||(Yn=1,function(){gt.exports=function(){function t(){}return t.prototype.hasFeature=function(e,n){return!0},t.prototype.createDocumentType=function(e,n,r){throw new Error("This DOM method is not implemented.")},t.prototype.createDocument=function(e,n,r){throw new Error("This DOM method is not implemented.")},t.prototype.createHTMLDocument=function(e){throw new Error("This DOM method is not implemented.")},t.prototype.getFeature=function(e,n){throw new Error("This DOM method is not implemented.")},t}()}.call(q)),gt.exports}var mt={exports:{}},yt={exports:{}},bt={exports:{}},zn;function So(){return zn||(zn=1,function(){bt.exports=function(){function t(){}return t.prototype.handleError=function(e){throw new Error(e)},t}()}.call(q)),bt.exports}var wt={exports:{}},Qn;function Do(){return Qn||(Qn=1,function(){wt.exports=function(){function t(e){this.arr=e||[]}return Object.defineProperty(t.prototype,"length",{get:function(){return this.arr.length}}),t.prototype.item=function(e){return this.arr[e]||null},t.prototype.contains=function(e){return this.arr.indexOf(e)!==-1},t}()}.call(q)),wt.exports}var Kn;function Mo(){return Kn||(Kn=1,function(){var t,e;t=So(),e=Do(),yt.exports=function(){function n(){this.defaultParams={"canonical-form":!1,"cdata-sections":!1,comments:!1,"datatype-normalization":!1,"element-content-whitespace":!0,entities:!0,"error-handler":new t,infoset:!0,"validate-if-schema":!1,namespaces:!0,"namespace-declarations":!0,"normalize-characters":!1,"schema-location":"","schema-type":"","split-cdata-sections":!0,validate:!1,"well-formed":!0},this.params=Object.create(this.defaultParams)}return Object.defineProperty(n.prototype,"parameterNames",{get:function(){return new e(Object.keys(this.defaultParams))}}),n.prototype.getParameter=function(r){return this.params.hasOwnProperty(r)?this.params[r]:null},n.prototype.canSetParameter=function(r,o){return!0},n.prototype.setParameter=function(r,o){return o!=null?this.params[r]=o:delete this.params[r]},n}()}.call(q)),yt.exports}var Et={exports:{}},Tt={exports:{}},Nt={exports:{}},Jn;function Z(){return Jn||(Jn=1,function(){Nt.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}.call(q)),Nt.exports}var It={exports:{}},Zn;function oi(){return Zn||(Zn=1,function(){var t;t=Z(),ue(),It.exports=function(){function e(n,r,o){if(this.parent=n,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),r==null)throw new Error("Missing attribute name. "+this.debugInfo(r));this.name=this.stringify.name(r),this.value=this.stringify.attValue(o),this.type=t.Attribute,this.isId=!1,this.schemaTypeInfo=null}return Object.defineProperty(e.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(e.prototype,"ownerElement",{get:function(){return this.parent}}),Object.defineProperty(e.prototype,"textContent",{get:function(){return this.value},set:function(n){return this.value=n||""}}),Object.defineProperty(e.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(e.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(e.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(e.prototype,"specified",{get:function(){return!0}}),e.prototype.clone=function(){return Object.create(this)},e.prototype.toString=function(n){return this.options.writer.attribute(this,this.options.writer.filterOptions(n))},e.prototype.debugInfo=function(n){return n=n||this.name,n==null?"parent: <"+this.parent.name+">":"attribute: {"+n+"}, parent: <"+this.parent.name+">"},e.prototype.isEqualNode=function(n){return!(n.namespaceURI!==this.namespaceURI||n.prefix!==this.prefix||n.localName!==this.localName||n.value!==this.value)},e}()}.call(q)),It.exports}var vt={exports:{}},er;function ln(){return er||(er=1,function(){vt.exports=function(){function t(e){this.nodes=e}return Object.defineProperty(t.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),t.prototype.clone=function(){return this.nodes=null},t.prototype.getNamedItem=function(e){return this.nodes[e]},t.prototype.setNamedItem=function(e){var n;return n=this.nodes[e.nodeName],this.nodes[e.nodeName]=e,n||null},t.prototype.removeNamedItem=function(e){var n;return n=this.nodes[e],delete this.nodes[e],n||null},t.prototype.item=function(e){return this.nodes[Object.keys(this.nodes)[e]]||null},t.prototype.getNamedItemNS=function(e,n){throw new Error("This DOM method is not implemented.")},t.prototype.setNamedItemNS=function(e){throw new Error("This DOM method is not implemented.")},t.prototype.removeNamedItemNS=function(e,n){throw new Error("This DOM method is not implemented.")},t}()}.call(q)),vt.exports}var tr;function fn(){return tr||(tr=1,function(){var t,e,n,r,o,i,s,a,u=function(c,l){for(var f in l)p.call(l,f)&&(c[f]=l[f]);function y(){this.constructor=c}return y.prototype=l.prototype,c.prototype=new y,c.__super__=l.prototype,c},p={}.hasOwnProperty;a=we(),s=a.isObject,i=a.isFunction,o=a.getValue,r=ue(),t=Z(),e=oi(),n=ln(),Tt.exports=function(c){u(l,c);function l(f,y,E){var O,w,L,N;if(l.__super__.constructor.call(this,f),y==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(y),this.type=t.Element,this.attribs={},this.schemaTypeInfo=null,E!=null&&this.attribute(E),f.type===t.Document&&(this.isRoot=!0,this.documentObject=f,f.rootObject=this,f.children)){for(N=f.children,w=0,L=N.length;w<L;w++)if(O=N[w],O.type===t.DocType){O.name=this.name;break}}}return Object.defineProperty(l.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty(l.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(l.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(l.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(l.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(l.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(l.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(l.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new n(this.attribs)),this.attributeMap}}),l.prototype.clone=function(){var f,y,E,O;E=Object.create(this),E.isRoot&&(E.documentObject=null),E.attribs={},O=this.attribs;for(y in O)p.call(O,y)&&(f=O[y],E.attribs[y]=f.clone());return E.children=[],this.children.forEach(function(w){var L;return L=w.clone(),L.parent=E,E.children.push(L)}),E},l.prototype.attribute=function(f,y){var E,O;if(f!=null&&(f=o(f)),s(f))for(E in f)p.call(f,E)&&(O=f[E],this.attribute(E,O));else i(y)&&(y=y.apply()),this.options.keepNullAttributes&&y==null?this.attribs[f]=new e(this,f,""):y!=null&&(this.attribs[f]=new e(this,f,y));return this},l.prototype.removeAttribute=function(f){var y,E,O;if(f==null)throw new Error("Missing attribute name. "+this.debugInfo());if(f=o(f),Array.isArray(f))for(E=0,O=f.length;E<O;E++)y=f[E],delete this.attribs[y];else delete this.attribs[f];return this},l.prototype.toString=function(f){return this.options.writer.element(this,this.options.writer.filterOptions(f))},l.prototype.att=function(f,y){return this.attribute(f,y)},l.prototype.a=function(f,y){return this.attribute(f,y)},l.prototype.getAttribute=function(f){return this.attribs.hasOwnProperty(f)?this.attribs[f].value:null},l.prototype.setAttribute=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getAttributeNode=function(f){return this.attribs.hasOwnProperty(f)?this.attribs[f]:null},l.prototype.setAttributeNode=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.removeAttributeNode=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getElementsByTagName=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getAttributeNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.setAttributeNS=function(f,y,E){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.removeAttributeNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getAttributeNodeNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.setAttributeNodeNS=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getElementsByTagNameNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.hasAttribute=function(f){return this.attribs.hasOwnProperty(f)},l.prototype.hasAttributeNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.setIdAttribute=function(f,y){return this.attribs.hasOwnProperty(f)?this.attribs[f].isId:y},l.prototype.setIdAttributeNS=function(f,y,E){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.setIdAttributeNode=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getElementsByTagName=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getElementsByTagNameNS=function(f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.getElementsByClassName=function(f){throw new Error("This DOM method is not implemented."+this.debugInfo())},l.prototype.isEqualNode=function(f){var y,E,O;if(!l.__super__.isEqualNode.apply(this,arguments).isEqualNode(f)||f.namespaceURI!==this.namespaceURI||f.prefix!==this.prefix||f.localName!==this.localName||f.attribs.length!==this.attribs.length)return!1;for(y=E=0,O=this.attribs.length-1;0<=O?E<=O:E>=O;y=0<=O?++E:--E)if(!this.attribs[y].isEqualNode(f.attribs[y]))return!1;return!0},l}(r)}.call(q)),Tt.exports}var Ot={exports:{}},xt={exports:{}},nr;function tt(){return nr||(nr=1,function(){var t,e=function(r,o){for(var i in o)n.call(o,i)&&(r[i]=o[i]);function s(){this.constructor=r}return s.prototype=o.prototype,r.prototype=new s,r.__super__=o.prototype,r},n={}.hasOwnProperty;t=ue(),xt.exports=function(r){e(o,r);function o(i){o.__super__.constructor.call(this,i),this.value=""}return Object.defineProperty(o.prototype,"data",{get:function(){return this.value},set:function(i){return this.value=i||""}}),Object.defineProperty(o.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(o.prototype,"textContent",{get:function(){return this.value},set:function(i){return this.value=i||""}}),o.prototype.clone=function(){return Object.create(this)},o.prototype.substringData=function(i,s){throw new Error("This DOM method is not implemented."+this.debugInfo())},o.prototype.appendData=function(i){throw new Error("This DOM method is not implemented."+this.debugInfo())},o.prototype.insertData=function(i,s){throw new Error("This DOM method is not implemented."+this.debugInfo())},o.prototype.deleteData=function(i,s){throw new Error("This DOM method is not implemented."+this.debugInfo())},o.prototype.replaceData=function(i,s,a){throw new Error("This DOM method is not implemented."+this.debugInfo())},o.prototype.isEqualNode=function(i){return!(!o.__super__.isEqualNode.apply(this,arguments).isEqualNode(i)||i.data!==this.data)},o}(t)}.call(q)),xt.exports}var rr;function hn(){return rr||(rr=1,function(){var t,e,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;t=Z(),e=tt(),Ot.exports=function(o){n(i,o);function i(s,a){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=t.CData,this.value=this.stringify.cdata(a)}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return this.options.writer.cdata(this,this.options.writer.filterOptions(s))},i}(e)}.call(q)),Ot.exports}var Pt={exports:{}},ir;function pn(){return ir||(ir=1,function(){var t,e,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;t=Z(),e=tt(),Pt.exports=function(o){n(i,o);function i(s,a){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=t.Comment,this.value=this.stringify.comment(a)}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return this.options.writer.comment(this,this.options.writer.filterOptions(s))},i}(e)}.call(q)),Pt.exports}var At={exports:{}},sr;function dn(){return sr||(sr=1,function(){var t,e,n,r=function(i,s){for(var a in s)o.call(s,a)&&(i[a]=s[a]);function u(){this.constructor=i}return u.prototype=s.prototype,i.prototype=new u,i.__super__=s.prototype,i},o={}.hasOwnProperty;n=we().isObject,e=ue(),t=Z(),At.exports=function(i){r(s,i);function s(a,u,p,c){var l;s.__super__.constructor.call(this,a),n(u)&&(l=u,u=l.version,p=l.encoding,c=l.standalone),u||(u="1.0"),this.type=t.Declaration,this.version=this.stringify.xmlVersion(u),p!=null&&(this.encoding=this.stringify.xmlEncoding(p)),c!=null&&(this.standalone=this.stringify.xmlStandalone(c))}return s.prototype.toString=function(a){return this.options.writer.declaration(this,this.options.writer.filterOptions(a))},s}(e)}.call(q)),At.exports}var _t={exports:{}},Lt={exports:{}},or;function gn(){return or||(or=1,function(){var t,e,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;e=ue(),t=Z(),Lt.exports=function(o){n(i,o);function i(s,a,u,p,c,l){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(u==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(a));if(!p)throw new Error("Missing DTD attribute type. "+this.debugInfo(a));if(!c)throw new Error("Missing DTD attribute default. "+this.debugInfo(a));if(c.indexOf("#")!==0&&(c="#"+c),!c.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(a));if(l&&!c.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(a));this.elementName=this.stringify.name(a),this.type=t.AttributeDeclaration,this.attributeName=this.stringify.name(u),this.attributeType=this.stringify.dtdAttType(p),l&&(this.defaultValue=this.stringify.dtdAttDefault(l)),this.defaultValueType=c}return i.prototype.toString=function(s){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(s))},i}(e)}.call(q)),Lt.exports}var St={exports:{}},ar;function mn(){return ar||(ar=1,function(){var t,e,n,r=function(i,s){for(var a in s)o.call(s,a)&&(i[a]=s[a]);function u(){this.constructor=i}return u.prototype=s.prototype,i.prototype=new u,i.__super__=s.prototype,i},o={}.hasOwnProperty;n=we().isObject,e=ue(),t=Z(),St.exports=function(i){r(s,i);function s(a,u,p,c){if(s.__super__.constructor.call(this,a),p==null)throw new Error("Missing DTD entity name. "+this.debugInfo(p));if(c==null)throw new Error("Missing DTD entity value. "+this.debugInfo(p));if(this.pe=!!u,this.name=this.stringify.name(p),this.type=t.EntityDeclaration,!n(c))this.value=this.stringify.dtdEntityValue(c),this.internal=!0;else{if(!c.pubID&&!c.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(p));if(c.pubID&&!c.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(p));if(this.internal=!1,c.pubID!=null&&(this.pubID=this.stringify.dtdPubID(c.pubID)),c.sysID!=null&&(this.sysID=this.stringify.dtdSysID(c.sysID)),c.nData!=null&&(this.nData=this.stringify.dtdNData(c.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(p))}}return Object.defineProperty(s.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(s.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(s.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(s.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(s.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(s.prototype,"xmlVersion",{get:function(){return null}}),s.prototype.toString=function(a){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(a))},s}(e)}.call(q)),St.exports}var Dt={exports:{}},ur;function yn(){return ur||(ur=1,function(){var t,e,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;e=ue(),t=Z(),Dt.exports=function(o){n(i,o);function i(s,a,u){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing DTD element name. "+this.debugInfo());u||(u="(#PCDATA)"),Array.isArray(u)&&(u="("+u.join(",")+")"),this.name=this.stringify.name(a),this.type=t.ElementDeclaration,this.value=this.stringify.dtdElementValue(u)}return i.prototype.toString=function(s){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(s))},i}(e)}.call(q)),Dt.exports}var Mt={exports:{}},cr;function bn(){return cr||(cr=1,function(){var t,e,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;e=ue(),t=Z(),Mt.exports=function(o){n(i,o);function i(s,a,u){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing DTD notation name. "+this.debugInfo(a));if(!u.pubID&&!u.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(a));this.name=this.stringify.name(a),this.type=t.NotationDeclaration,u.pubID!=null&&(this.pubID=this.stringify.dtdPubID(u.pubID)),u.sysID!=null&&(this.sysID=this.stringify.dtdSysID(u.sysID))}return Object.defineProperty(i.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(i.prototype,"systemId",{get:function(){return this.sysID}}),i.prototype.toString=function(s){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(s))},i}(e)}.call(q)),Mt.exports}var lr;function wn(){return lr||(lr=1,function(){var t,e,n,r,o,i,s,a,u=function(c,l){for(var f in l)p.call(l,f)&&(c[f]=l[f]);function y(){this.constructor=c}return y.prototype=l.prototype,c.prototype=new y,c.__super__=l.prototype,c},p={}.hasOwnProperty;a=we().isObject,s=ue(),t=Z(),e=gn(),r=mn(),n=yn(),o=bn(),i=ln(),_t.exports=function(c){u(l,c);function l(f,y,E){var O,w,L,N,d,v;if(l.__super__.constructor.call(this,f),this.type=t.DocType,f.children){for(N=f.children,w=0,L=N.length;w<L;w++)if(O=N[w],O.type===t.Element){this.name=O.name;break}}this.documentObject=f,a(y)&&(d=y,y=d.pubID,E=d.sysID),E==null&&(v=[y,E],E=v[0],y=v[1]),y!=null&&(this.pubID=this.stringify.dtdPubID(y)),E!=null&&(this.sysID=this.stringify.dtdSysID(E))}return Object.defineProperty(l.prototype,"entities",{get:function(){var f,y,E,O,w;for(O={},w=this.children,y=0,E=w.length;y<E;y++)f=w[y],f.type===t.EntityDeclaration&&!f.pe&&(O[f.name]=f);return new i(O)}}),Object.defineProperty(l.prototype,"notations",{get:function(){var f,y,E,O,w;for(O={},w=this.children,y=0,E=w.length;y<E;y++)f=w[y],f.type===t.NotationDeclaration&&(O[f.name]=f);return new i(O)}}),Object.defineProperty(l.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(l.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(l.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),l.prototype.element=function(f,y){var E;return E=new n(this,f,y),this.children.push(E),this},l.prototype.attList=function(f,y,E,O,w){var L;return L=new e(this,f,y,E,O,w),this.children.push(L),this},l.prototype.entity=function(f,y){var E;return E=new r(this,!1,f,y),this.children.push(E),this},l.prototype.pEntity=function(f,y){var E;return E=new r(this,!0,f,y),this.children.push(E),this},l.prototype.notation=function(f,y){var E;return E=new o(this,f,y),this.children.push(E),this},l.prototype.toString=function(f){return this.options.writer.docType(this,this.options.writer.filterOptions(f))},l.prototype.ele=function(f,y){return this.element(f,y)},l.prototype.att=function(f,y,E,O,w){return this.attList(f,y,E,O,w)},l.prototype.ent=function(f,y){return this.entity(f,y)},l.prototype.pent=function(f,y){return this.pEntity(f,y)},l.prototype.not=function(f,y){return this.notation(f,y)},l.prototype.up=function(){return this.root()||this.documentObject},l.prototype.isEqualNode=function(f){return!(!l.__super__.isEqualNode.apply(this,arguments).isEqualNode(f)||f.name!==this.name||f.publicId!==this.publicId||f.systemId!==this.systemId)},l}(s)}.call(q)),_t.exports}var Ct={exports:{}},fr;function En(){return fr||(fr=1,function(){var t,e,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;t=Z(),e=ue(),Ct.exports=function(o){n(i,o);function i(s,a){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing raw text. "+this.debugInfo());this.type=t.Raw,this.value=this.stringify.raw(a)}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return this.options.writer.raw(this,this.options.writer.filterOptions(s))},i}(e)}.call(q)),Ct.exports}var Ft={exports:{}},hr;function Tn(){return hr||(hr=1,function(){var t,e,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;t=Z(),e=tt(),Ft.exports=function(o){n(i,o);function i(s,a){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing element text. "+this.debugInfo());this.name="#text",this.type=t.Text,this.value=this.stringify.text(a)}return Object.defineProperty(i.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(i.prototype,"wholeText",{get:function(){var s,a,u;for(u="",a=this.previousSibling;a;)u=a.data+u,a=a.previousSibling;for(u+=this.data,s=this.nextSibling;s;)u=u+s.data,s=s.nextSibling;return u}}),i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return this.options.writer.text(this,this.options.writer.filterOptions(s))},i.prototype.splitText=function(s){throw new Error("This DOM method is not implemented."+this.debugInfo())},i.prototype.replaceWholeText=function(s){throw new Error("This DOM method is not implemented."+this.debugInfo())},i}(e)}.call(q)),Ft.exports}var jt={exports:{}},pr;function Nn(){return pr||(pr=1,function(){var t,e,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;t=Z(),e=tt(),jt.exports=function(o){n(i,o);function i(s,a,u){if(i.__super__.constructor.call(this,s),a==null)throw new Error("Missing instruction target. "+this.debugInfo());this.type=t.ProcessingInstruction,this.target=this.stringify.insTarget(a),this.name=this.target,u&&(this.value=this.stringify.insValue(u))}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions(s))},i.prototype.isEqualNode=function(s){return!(!i.__super__.isEqualNode.apply(this,arguments).isEqualNode(s)||s.target!==this.target)},i}(e)}.call(q)),jt.exports}var kt={exports:{}},dr;function ai(){return dr||(dr=1,function(){var t,e,n=function(o,i){for(var s in i)r.call(i,s)&&(o[s]=i[s]);function a(){this.constructor=o}return a.prototype=i.prototype,o.prototype=new a,o.__super__=i.prototype,o},r={}.hasOwnProperty;e=ue(),t=Z(),kt.exports=function(o){n(i,o);function i(s){i.__super__.constructor.call(this,s),this.type=t.Dummy}return i.prototype.clone=function(){return Object.create(this)},i.prototype.toString=function(s){return""},i}(e)}.call(q)),kt.exports}var Bt={exports:{}},gr;function Co(){return gr||(gr=1,function(){Bt.exports=function(){function t(e){this.nodes=e}return Object.defineProperty(t.prototype,"length",{get:function(){return this.nodes.length||0}}),t.prototype.clone=function(){return this.nodes=null},t.prototype.item=function(e){return this.nodes[e]||null},t}()}.call(q)),Bt.exports}var Rt={exports:{}},mr;function Fo(){return mr||(mr=1,function(){Rt.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}.call(q)),Rt.exports}var yr;function ue(){return yr||(yr=1,function(){var t,e,n,r,o,i,s,a,u,p,c,l,f,y,E,O,w,L={}.hasOwnProperty;w=we(),O=w.isObject,E=w.isFunction,y=w.isEmpty,f=w.getValue,a=null,n=null,r=null,o=null,i=null,c=null,l=null,p=null,s=null,e=null,u=null,t=null,Et.exports=function(){function N(d){this.parent=d,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,a||(a=fn(),n=hn(),r=pn(),o=dn(),i=wn(),c=En(),l=Tn(),p=Nn(),s=ai(),e=Z(),u=Co(),ln(),t=Fo())}return Object.defineProperty(N.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(N.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(N.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(N.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(N.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new u(this.children)),this.childNodeList}}),Object.defineProperty(N.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(N.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(N.prototype,"previousSibling",{get:function(){var d;return d=this.parent.children.indexOf(this),this.parent.children[d-1]||null}}),Object.defineProperty(N.prototype,"nextSibling",{get:function(){var d;return d=this.parent.children.indexOf(this),this.parent.children[d+1]||null}}),Object.defineProperty(N.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(N.prototype,"textContent",{get:function(){var d,v,I,A,_;if(this.nodeType===e.Element||this.nodeType===e.DocumentFragment){for(_="",A=this.children,v=0,I=A.length;v<I;v++)d=A[v],d.textContent&&(_+=d.textContent);return _}else return null},set:function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),N.prototype.setParent=function(d){var v,I,A,_,M;for(this.parent=d,d&&(this.options=d.options,this.stringify=d.stringify),_=this.children,M=[],I=0,A=_.length;I<A;I++)v=_[I],M.push(v.setParent(this));return M},N.prototype.element=function(d,v,I){var A,_,M,T,b,F,$,V,R,U,W;if(F=null,v===null&&I==null&&(R=[{},null],v=R[0],I=R[1]),v==null&&(v={}),v=f(v),O(v)||(U=[v,I],I=U[0],v=U[1]),d!=null&&(d=f(d)),Array.isArray(d))for(M=0,$=d.length;M<$;M++)_=d[M],F=this.element(_);else if(E(d))F=this.element(d.apply());else if(O(d)){for(b in d)if(L.call(d,b))if(W=d[b],E(W)&&(W=W.apply()),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&b.indexOf(this.stringify.convertAttKey)===0)F=this.attribute(b.substr(this.stringify.convertAttKey.length),W);else if(!this.options.separateArrayItems&&Array.isArray(W)&&y(W))F=this.dummy();else if(O(W)&&y(W))F=this.element(b);else if(!this.options.keepNullNodes&&W==null)F=this.dummy();else if(!this.options.separateArrayItems&&Array.isArray(W))for(T=0,V=W.length;T<V;T++)_=W[T],A={},A[b]=_,F=this.element(A);else O(W)?!this.options.ignoreDecorators&&this.stringify.convertTextKey&&b.indexOf(this.stringify.convertTextKey)===0?F=this.element(W):(F=this.element(b),F.element(W)):F=this.element(b,W)}else!this.options.keepNullNodes&&I===null?F=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&d.indexOf(this.stringify.convertTextKey)===0?F=this.text(I):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&d.indexOf(this.stringify.convertCDataKey)===0?F=this.cdata(I):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&d.indexOf(this.stringify.convertCommentKey)===0?F=this.comment(I):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&d.indexOf(this.stringify.convertRawKey)===0?F=this.raw(I):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&d.indexOf(this.stringify.convertPIKey)===0?F=this.instruction(d.substr(this.stringify.convertPIKey.length),I):F=this.node(d,v,I);if(F==null)throw new Error("Could not create any elements with: "+d+". "+this.debugInfo());return F},N.prototype.insertBefore=function(d,v,I){var A,_,M,T,b;if(d?.type)return M=d,T=v,M.setParent(this),T?(_=children.indexOf(T),b=children.splice(_),children.push(M),Array.prototype.push.apply(children,b)):children.push(M),M;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(d));return _=this.parent.children.indexOf(this),b=this.parent.children.splice(_),A=this.parent.element(d,v,I),Array.prototype.push.apply(this.parent.children,b),A},N.prototype.insertAfter=function(d,v,I){var A,_,M;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(d));return _=this.parent.children.indexOf(this),M=this.parent.children.splice(_+1),A=this.parent.element(d,v,I),Array.prototype.push.apply(this.parent.children,M),A},N.prototype.remove=function(){var d;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return d=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[d,d-d+1].concat([])),this.parent},N.prototype.node=function(d,v,I){var A,_;return d!=null&&(d=f(d)),v||(v={}),v=f(v),O(v)||(_=[v,I],I=_[0],v=_[1]),A=new a(this,d,v),I!=null&&A.text(I),this.children.push(A),A},N.prototype.text=function(d){var v;return O(d)&&this.element(d),v=new l(this,d),this.children.push(v),this},N.prototype.cdata=function(d){var v;return v=new n(this,d),this.children.push(v),this},N.prototype.comment=function(d){var v;return v=new r(this,d),this.children.push(v),this},N.prototype.commentBefore=function(d){var v,I;return v=this.parent.children.indexOf(this),I=this.parent.children.splice(v),this.parent.comment(d),Array.prototype.push.apply(this.parent.children,I),this},N.prototype.commentAfter=function(d){var v,I;return v=this.parent.children.indexOf(this),I=this.parent.children.splice(v+1),this.parent.comment(d),Array.prototype.push.apply(this.parent.children,I),this},N.prototype.raw=function(d){var v;return v=new c(this,d),this.children.push(v),this},N.prototype.dummy=function(){var d;return d=new s(this),d},N.prototype.instruction=function(d,v){var I,A,_,M,T;if(d!=null&&(d=f(d)),v!=null&&(v=f(v)),Array.isArray(d))for(M=0,T=d.length;M<T;M++)I=d[M],this.instruction(I);else if(O(d))for(I in d)L.call(d,I)&&(A=d[I],this.instruction(I,A));else E(v)&&(v=v.apply()),_=new p(this,d,v),this.children.push(_);return this},N.prototype.instructionBefore=function(d,v){var I,A;return I=this.parent.children.indexOf(this),A=this.parent.children.splice(I),this.parent.instruction(d,v),Array.prototype.push.apply(this.parent.children,A),this},N.prototype.instructionAfter=function(d,v){var I,A;return I=this.parent.children.indexOf(this),A=this.parent.children.splice(I+1),this.parent.instruction(d,v),Array.prototype.push.apply(this.parent.children,A),this},N.prototype.declaration=function(d,v,I){var A,_;return A=this.document(),_=new o(A,d,v,I),A.children.length===0?A.children.unshift(_):A.children[0].type===e.Declaration?A.children[0]=_:A.children.unshift(_),A.root()||A},N.prototype.dtd=function(d,v){var I,A,_,M,T,b,F,$,V,R;for(A=this.document(),_=new i(A,d,v),V=A.children,M=T=0,F=V.length;T<F;M=++T)if(I=V[M],I.type===e.DocType)return A.children[M]=_,_;for(R=A.children,M=b=0,$=R.length;b<$;M=++b)if(I=R[M],I.isRoot)return A.children.splice(M,0,_),_;return A.children.push(_),_},N.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},N.prototype.root=function(){var d;for(d=this;d;){if(d.type===e.Document)return d.rootObject;if(d.isRoot)return d;d=d.parent}},N.prototype.document=function(){var d;for(d=this;d;){if(d.type===e.Document)return d;d=d.parent}},N.prototype.end=function(d){return this.document().end(d)},N.prototype.prev=function(){var d;if(d=this.parent.children.indexOf(this),d<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[d-1]},N.prototype.next=function(){var d;if(d=this.parent.children.indexOf(this),d===-1||d===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[d+1]},N.prototype.importDocument=function(d){var v;return v=d.root().clone(),v.parent=this,v.isRoot=!1,this.children.push(v),this},N.prototype.debugInfo=function(d){var v,I;return d=d||this.name,d==null&&!((v=this.parent)!=null&&v.name)?"":d==null?"parent: <"+this.parent.name+">":(I=this.parent)!=null&&I.name?"node: <"+d+">, parent: <"+this.parent.name+">":"node: <"+d+">"},N.prototype.ele=function(d,v,I){return this.element(d,v,I)},N.prototype.nod=function(d,v,I){return this.node(d,v,I)},N.prototype.txt=function(d){return this.text(d)},N.prototype.dat=function(d){return this.cdata(d)},N.prototype.com=function(d){return this.comment(d)},N.prototype.ins=function(d,v){return this.instruction(d,v)},N.prototype.doc=function(){return this.document()},N.prototype.dec=function(d,v,I){return this.declaration(d,v,I)},N.prototype.e=function(d,v,I){return this.element(d,v,I)},N.prototype.n=function(d,v,I){return this.node(d,v,I)},N.prototype.t=function(d){return this.text(d)},N.prototype.d=function(d){return this.cdata(d)},N.prototype.c=function(d){return this.comment(d)},N.prototype.r=function(d){return this.raw(d)},N.prototype.i=function(d,v){return this.instruction(d,v)},N.prototype.u=function(){return this.up()},N.prototype.importXMLBuilder=function(d){return this.importDocument(d)},N.prototype.replaceChild=function(d,v){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.removeChild=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.appendChild=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.hasChildNodes=function(){return this.children.length!==0},N.prototype.cloneNode=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.isSupported=function(d,v){return!0},N.prototype.hasAttributes=function(){return this.attribs.length!==0},N.prototype.compareDocumentPosition=function(d){var v,I;return v=this,v===d?0:this.document()!==d.document()?(I=t.Disconnected|t.ImplementationSpecific,Math.random()<.5?I|=t.Preceding:I|=t.Following,I):v.isAncestor(d)?t.Contains|t.Preceding:v.isDescendant(d)?t.Contains|t.Following:v.isPreceding(d)?t.Preceding:t.Following},N.prototype.isSameNode=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.lookupPrefix=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.isDefaultNamespace=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.lookupNamespaceURI=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.isEqualNode=function(d){var v,I,A;if(d.nodeType!==this.nodeType||d.children.length!==this.children.length)return!1;for(v=I=0,A=this.children.length-1;0<=A?I<=A:I>=A;v=0<=A?++I:--I)if(!this.children[v].isEqualNode(d.children[v]))return!1;return!0},N.prototype.getFeature=function(d,v){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.setUserData=function(d,v,I){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.getUserData=function(d){throw new Error("This DOM method is not implemented."+this.debugInfo())},N.prototype.contains=function(d){return d?d===this||this.isDescendant(d):!1},N.prototype.isDescendant=function(d){var v,I,A,_,M;for(M=this.children,A=0,_=M.length;A<_;A++)if(v=M[A],d===v||(I=v.isDescendant(d),I))return!0;return!1},N.prototype.isAncestor=function(d){return d.isDescendant(this)},N.prototype.isPreceding=function(d){var v,I;return v=this.treePosition(d),I=this.treePosition(this),v===-1||I===-1?!1:v<I},N.prototype.isFollowing=function(d){var v,I;return v=this.treePosition(d),I=this.treePosition(this),v===-1||I===-1?!1:v>I},N.prototype.treePosition=function(d){var v,I;return I=0,v=!1,this.foreachTreeNode(this.document(),function(A){if(I++,!v&&A===d)return v=!0}),v?I:-1},N.prototype.foreachTreeNode=function(d,v){var I,A,_,M,T;for(d||(d=this.document()),M=d.children,A=0,_=M.length;A<_;A++){if(I=M[A],T=v(I))return T;if(T=this.foreachTreeNode(I,v),T)return T}},N}()}.call(q)),Et.exports}var $t={exports:{}},br;function ui(){return br||(br=1,function(){var t=function(n,r){return function(){return n.apply(r,arguments)}},e={}.hasOwnProperty;$t.exports=function(){function n(r){this.assertLegalName=t(this.assertLegalName,this),this.assertLegalChar=t(this.assertLegalChar,this);var o,i,s;r||(r={}),this.options=r,this.options.version||(this.options.version="1.0"),i=r.stringify||{};for(o in i)e.call(i,o)&&(s=i[o],this[o]=s)}return n.prototype.name=function(r){return this.options.noValidation?r:this.assertLegalName(""+r||"")},n.prototype.text=function(r){return this.options.noValidation?r:this.assertLegalChar(this.textEscape(""+r||""))},n.prototype.cdata=function(r){return this.options.noValidation?r:(r=""+r||"",r=r.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(r))},n.prototype.comment=function(r){if(this.options.noValidation)return r;if(r=""+r||"",r.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+r);return this.assertLegalChar(r)},n.prototype.raw=function(r){return this.options.noValidation?r:""+r||""},n.prototype.attValue=function(r){return this.options.noValidation?r:this.assertLegalChar(this.attEscape(r=""+r||""))},n.prototype.insTarget=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.insValue=function(r){if(this.options.noValidation)return r;if(r=""+r||"",r.match(/\?>/))throw new Error("Invalid processing instruction value: "+r);return this.assertLegalChar(r)},n.prototype.xmlVersion=function(r){if(this.options.noValidation)return r;if(r=""+r||"",!r.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+r);return r},n.prototype.xmlEncoding=function(r){if(this.options.noValidation)return r;if(r=""+r||"",!r.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+r);return this.assertLegalChar(r)},n.prototype.xmlStandalone=function(r){return this.options.noValidation?r:r?"yes":"no"},n.prototype.dtdPubID=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdSysID=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdElementValue=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdAttType=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdAttDefault=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdEntityValue=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.dtdNData=function(r){return this.options.noValidation?r:this.assertLegalChar(""+r||"")},n.prototype.convertAttKey="@",n.prototype.convertPIKey="?",n.prototype.convertTextKey="#text",n.prototype.convertCDataKey="#cdata",n.prototype.convertCommentKey="#comment",n.prototype.convertRawKey="#raw",n.prototype.assertLegalChar=function(r){var o,i;if(this.options.noValidation)return r;if(o="",this.options.version==="1.0"){if(o=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,i=r.match(o))throw new Error("Invalid character in string: "+r+" at index "+i.index)}else if(this.options.version==="1.1"&&(o=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,i=r.match(o)))throw new Error("Invalid character in string: "+r+" at index "+i.index);return r},n.prototype.assertLegalName=function(r){var o;if(this.options.noValidation)return r;if(this.assertLegalChar(r),o=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,!r.match(o))throw new Error("Invalid character in name");return r},n.prototype.textEscape=function(r){var o;return this.options.noValidation?r:(o=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,r.replace(o,"&").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
"))},n.prototype.attEscape=function(r){var o;return this.options.noValidation?r:(o=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,r.replace(o,"&").replace(/</g,"<").replace(/"/g,""").replace(/\t/g,"	").replace(/\n/g,"
").replace(/\r/g,"
"))},n}()}.call(q)),$t.exports}var Xt={exports:{}},Ut={exports:{}},Vt={exports:{}},wr;function nt(){return wr||(wr=1,function(){Vt.exports={None:0,OpenTag:1,InsideTag:2,CloseTag:3}}.call(q)),Vt.exports}var Er;function ci(){return Er||(Er=1,function(){var t,e,n,r={}.hasOwnProperty;n=we().assign,t=Z(),dn(),wn(),hn(),pn(),fn(),En(),Tn(),Nn(),ai(),gn(),yn(),mn(),bn(),e=nt(),Ut.exports=function(){function o(i){var s,a,u;i||(i={}),this.options=i,a=i.writer||{};for(s in a)r.call(a,s)&&(u=a[s],this["_"+s]=this[s],this[s]=u)}return o.prototype.filterOptions=function(i){var s,a,u,p,c,l,f,y;return i||(i={}),i=n({},this.options,i),s={writer:this},s.pretty=i.pretty||!1,s.allowEmpty=i.allowEmpty||!1,s.indent=(a=i.indent)!=null?a:" ",s.newline=(u=i.newline)!=null?u:`
|
|
75
|
+
`,s.offset=(p=i.offset)!=null?p:0,s.dontPrettyTextNodes=(c=(l=i.dontPrettyTextNodes)!=null?l:i.dontprettytextnodes)!=null?c:0,s.spaceBeforeSlash=(f=(y=i.spaceBeforeSlash)!=null?y:i.spacebeforeslash)!=null?f:"",s.spaceBeforeSlash===!0&&(s.spaceBeforeSlash=" "),s.suppressPrettyCount=0,s.user={},s.state=e.None,s},o.prototype.indent=function(i,s,a){var u;return!s.pretty||s.suppressPrettyCount?"":s.pretty&&(u=(a||0)+s.offset+1,u>0)?new Array(u).join(s.indent):""},o.prototype.endline=function(i,s,a){return!s.pretty||s.suppressPrettyCount?"":s.newline},o.prototype.attribute=function(i,s,a){var u;return this.openAttribute(i,s,a),u=" "+i.name+'="'+i.value+'"',this.closeAttribute(i,s,a),u},o.prototype.cdata=function(i,s,a){var u;return this.openNode(i,s,a),s.state=e.OpenTag,u=this.indent(i,s,a)+"<![CDATA[",s.state=e.InsideTag,u+=i.value,s.state=e.CloseTag,u+="]]>"+this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),u},o.prototype.comment=function(i,s,a){var u;return this.openNode(i,s,a),s.state=e.OpenTag,u=this.indent(i,s,a)+"<!-- ",s.state=e.InsideTag,u+=i.value,s.state=e.CloseTag,u+=" -->"+this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),u},o.prototype.declaration=function(i,s,a){var u;return this.openNode(i,s,a),s.state=e.OpenTag,u=this.indent(i,s,a)+"<?xml",s.state=e.InsideTag,u+=' version="'+i.version+'"',i.encoding!=null&&(u+=' encoding="'+i.encoding+'"'),i.standalone!=null&&(u+=' standalone="'+i.standalone+'"'),s.state=e.CloseTag,u+=s.spaceBeforeSlash+"?>",u+=this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),u},o.prototype.docType=function(i,s,a){var u,p,c,l,f;if(a||(a=0),this.openNode(i,s,a),s.state=e.OpenTag,l=this.indent(i,s,a),l+="<!DOCTYPE "+i.root().name,i.pubID&&i.sysID?l+=' PUBLIC "'+i.pubID+'" "'+i.sysID+'"':i.sysID&&(l+=' SYSTEM "'+i.sysID+'"'),i.children.length>0){for(l+=" [",l+=this.endline(i,s,a),s.state=e.InsideTag,f=i.children,p=0,c=f.length;p<c;p++)u=f[p],l+=this.writeChildNode(u,s,a+1);s.state=e.CloseTag,l+="]"}return s.state=e.CloseTag,l+=s.spaceBeforeSlash+">",l+=this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),l},o.prototype.element=function(i,s,a){var u,p,c,l,f,y,E,O,w,L,N,d,v,I;a||(a=0),L=!1,N="",this.openNode(i,s,a),s.state=e.OpenTag,N+=this.indent(i,s,a)+"<"+i.name,d=i.attribs;for(w in d)r.call(d,w)&&(u=d[w],N+=this.attribute(u,s,a));if(c=i.children.length,l=c===0?null:i.children[0],c===0||i.children.every(function(A){return(A.type===t.Text||A.type===t.Raw)&&A.value===""}))s.allowEmpty?(N+=">",s.state=e.CloseTag,N+="</"+i.name+">"+this.endline(i,s,a)):(s.state=e.CloseTag,N+=s.spaceBeforeSlash+"/>"+this.endline(i,s,a));else if(s.pretty&&c===1&&(l.type===t.Text||l.type===t.Raw)&&l.value!=null)N+=">",s.state=e.InsideTag,s.suppressPrettyCount++,L=!0,N+=this.writeChildNode(l,s,a+1),s.suppressPrettyCount--,L=!1,s.state=e.CloseTag,N+="</"+i.name+">"+this.endline(i,s,a);else{if(s.dontPrettyTextNodes){for(v=i.children,f=0,E=v.length;f<E;f++)if(p=v[f],(p.type===t.Text||p.type===t.Raw)&&p.value!=null){s.suppressPrettyCount++,L=!0;break}}for(N+=">"+this.endline(i,s,a),s.state=e.InsideTag,I=i.children,y=0,O=I.length;y<O;y++)p=I[y],N+=this.writeChildNode(p,s,a+1);s.state=e.CloseTag,N+=this.indent(i,s,a)+"</"+i.name+">",L&&s.suppressPrettyCount--,N+=this.endline(i,s,a),s.state=e.None}return this.closeNode(i,s,a),N},o.prototype.writeChildNode=function(i,s,a){switch(i.type){case t.CData:return this.cdata(i,s,a);case t.Comment:return this.comment(i,s,a);case t.Element:return this.element(i,s,a);case t.Raw:return this.raw(i,s,a);case t.Text:return this.text(i,s,a);case t.ProcessingInstruction:return this.processingInstruction(i,s,a);case t.Dummy:return"";case t.Declaration:return this.declaration(i,s,a);case t.DocType:return this.docType(i,s,a);case t.AttributeDeclaration:return this.dtdAttList(i,s,a);case t.ElementDeclaration:return this.dtdElement(i,s,a);case t.EntityDeclaration:return this.dtdEntity(i,s,a);case t.NotationDeclaration:return this.dtdNotation(i,s,a);default:throw new Error("Unknown XML node type: "+i.constructor.name)}},o.prototype.processingInstruction=function(i,s,a){var u;return this.openNode(i,s,a),s.state=e.OpenTag,u=this.indent(i,s,a)+"<?",s.state=e.InsideTag,u+=i.target,i.value&&(u+=" "+i.value),s.state=e.CloseTag,u+=s.spaceBeforeSlash+"?>",u+=this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),u},o.prototype.raw=function(i,s,a){var u;return this.openNode(i,s,a),s.state=e.OpenTag,u=this.indent(i,s,a),s.state=e.InsideTag,u+=i.value,s.state=e.CloseTag,u+=this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),u},o.prototype.text=function(i,s,a){var u;return this.openNode(i,s,a),s.state=e.OpenTag,u=this.indent(i,s,a),s.state=e.InsideTag,u+=i.value,s.state=e.CloseTag,u+=this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),u},o.prototype.dtdAttList=function(i,s,a){var u;return this.openNode(i,s,a),s.state=e.OpenTag,u=this.indent(i,s,a)+"<!ATTLIST",s.state=e.InsideTag,u+=" "+i.elementName+" "+i.attributeName+" "+i.attributeType,i.defaultValueType!=="#DEFAULT"&&(u+=" "+i.defaultValueType),i.defaultValue&&(u+=' "'+i.defaultValue+'"'),s.state=e.CloseTag,u+=s.spaceBeforeSlash+">"+this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),u},o.prototype.dtdElement=function(i,s,a){var u;return this.openNode(i,s,a),s.state=e.OpenTag,u=this.indent(i,s,a)+"<!ELEMENT",s.state=e.InsideTag,u+=" "+i.name+" "+i.value,s.state=e.CloseTag,u+=s.spaceBeforeSlash+">"+this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),u},o.prototype.dtdEntity=function(i,s,a){var u;return this.openNode(i,s,a),s.state=e.OpenTag,u=this.indent(i,s,a)+"<!ENTITY",s.state=e.InsideTag,i.pe&&(u+=" %"),u+=" "+i.name,i.value?u+=' "'+i.value+'"':(i.pubID&&i.sysID?u+=' PUBLIC "'+i.pubID+'" "'+i.sysID+'"':i.sysID&&(u+=' SYSTEM "'+i.sysID+'"'),i.nData&&(u+=" NDATA "+i.nData)),s.state=e.CloseTag,u+=s.spaceBeforeSlash+">"+this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),u},o.prototype.dtdNotation=function(i,s,a){var u;return this.openNode(i,s,a),s.state=e.OpenTag,u=this.indent(i,s,a)+"<!NOTATION",s.state=e.InsideTag,u+=" "+i.name,i.pubID&&i.sysID?u+=' PUBLIC "'+i.pubID+'" "'+i.sysID+'"':i.pubID?u+=' PUBLIC "'+i.pubID+'"':i.sysID&&(u+=' SYSTEM "'+i.sysID+'"'),s.state=e.CloseTag,u+=s.spaceBeforeSlash+">"+this.endline(i,s,a),s.state=e.None,this.closeNode(i,s,a),u},o.prototype.openNode=function(i,s,a){},o.prototype.closeNode=function(i,s,a){},o.prototype.openAttribute=function(i,s,a){},o.prototype.closeAttribute=function(i,s,a){},o}()}.call(q)),Ut.exports}var Tr;function In(){return Tr||(Tr=1,function(){var t,e=function(r,o){for(var i in o)n.call(o,i)&&(r[i]=o[i]);function s(){this.constructor=r}return s.prototype=o.prototype,r.prototype=new s,r.__super__=o.prototype,r},n={}.hasOwnProperty;t=ci(),Xt.exports=function(r){e(o,r);function o(i){o.__super__.constructor.call(this,i)}return o.prototype.document=function(i,s){var a,u,p,c,l;for(s=this.filterOptions(s),c="",l=i.children,u=0,p=l.length;u<p;u++)a=l[u],c+=this.writeChildNode(a,s,0);return s.pretty&&c.slice(-s.newline.length)===s.newline&&(c=c.slice(0,-s.newline.length)),c},o}(t)}.call(q)),Xt.exports}var Nr;function li(){return Nr||(Nr=1,function(){var t,e,n,r,o,i,s,a=function(p,c){for(var l in c)u.call(c,l)&&(p[l]=c[l]);function f(){this.constructor=p}return f.prototype=c.prototype,p.prototype=new f,p.__super__=c.prototype,p},u={}.hasOwnProperty;s=we().isPlainObject,n=si(),e=Mo(),r=ue(),t=Z(),i=ui(),o=In(),mt.exports=function(p){a(c,p);function c(l){c.__super__.constructor.call(this,null),this.name="#document",this.type=t.Document,this.documentURI=null,this.domConfig=new e,l||(l={}),l.writer||(l.writer=new o),this.options=l,this.stringify=new i(l)}return Object.defineProperty(c.prototype,"implementation",{value:new n}),Object.defineProperty(c.prototype,"doctype",{get:function(){var l,f,y,E;for(E=this.children,f=0,y=E.length;f<y;f++)if(l=E[f],l.type===t.DocType)return l;return null}}),Object.defineProperty(c.prototype,"documentElement",{get:function(){return this.rootObject||null}}),Object.defineProperty(c.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(c.prototype,"strictErrorChecking",{get:function(){return!1}}),Object.defineProperty(c.prototype,"xmlEncoding",{get:function(){return this.children.length!==0&&this.children[0].type===t.Declaration?this.children[0].encoding:null}}),Object.defineProperty(c.prototype,"xmlStandalone",{get:function(){return this.children.length!==0&&this.children[0].type===t.Declaration?this.children[0].standalone==="yes":!1}}),Object.defineProperty(c.prototype,"xmlVersion",{get:function(){return this.children.length!==0&&this.children[0].type===t.Declaration?this.children[0].version:"1.0"}}),Object.defineProperty(c.prototype,"URL",{get:function(){return this.documentURI}}),Object.defineProperty(c.prototype,"origin",{get:function(){return null}}),Object.defineProperty(c.prototype,"compatMode",{get:function(){return null}}),Object.defineProperty(c.prototype,"characterSet",{get:function(){return null}}),Object.defineProperty(c.prototype,"contentType",{get:function(){return null}}),c.prototype.end=function(l){var f;return f={},l?s(l)&&(f=l,l=this.options.writer):l=this.options.writer,l.document(this,l.filterOptions(f))},c.prototype.toString=function(l){return this.options.writer.document(this,this.options.writer.filterOptions(l))},c.prototype.createElement=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createDocumentFragment=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createTextNode=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createComment=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createCDATASection=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createProcessingInstruction=function(l,f){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createAttribute=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createEntityReference=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.getElementsByTagName=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.importNode=function(l,f){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createElementNS=function(l,f){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createAttributeNS=function(l,f){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.getElementsByTagNameNS=function(l,f){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.getElementById=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.adoptNode=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.normalizeDocument=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.renameNode=function(l,f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.getElementsByClassName=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createEvent=function(l){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createRange=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createNodeIterator=function(l,f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},c.prototype.createTreeWalker=function(l,f,y){throw new Error("This DOM method is not implemented."+this.debugInfo())},c}(r)}.call(q)),mt.exports}var qt={exports:{}},Ir;function jo(){return Ir||(Ir=1,function(){var t,e,n,r,o,i,s,a,u,p,c,l,f,y,E,O,w,L,N,d,v,I,A,_={}.hasOwnProperty;A=we(),v=A.isObject,d=A.isFunction,I=A.isPlainObject,N=A.getValue,t=Z(),l=li(),f=fn(),r=hn(),o=pn(),E=En(),L=Tn(),y=Nn(),p=dn(),c=wn(),i=gn(),a=mn(),s=yn(),u=bn(),n=oi(),w=ui(),O=In(),e=nt(),qt.exports=function(){function M(T,b,F){var $;this.name="?xml",this.type=t.Document,T||(T={}),$={},T.writer?I(T.writer)&&($=T.writer,T.writer=new O):T.writer=new O,this.options=T,this.writer=T.writer,this.writerOptions=this.writer.filterOptions($),this.stringify=new w(T),this.onDataCallback=b||function(){},this.onEndCallback=F||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return M.prototype.createChildNode=function(T){var b,F,$,V,R,U,W,G;switch(T.type){case t.CData:this.cdata(T.value);break;case t.Comment:this.comment(T.value);break;case t.Element:$={},W=T.attribs;for(F in W)_.call(W,F)&&(b=W[F],$[F]=b.value);this.node(T.name,$);break;case t.Dummy:this.dummy();break;case t.Raw:this.raw(T.value);break;case t.Text:this.text(T.value);break;case t.ProcessingInstruction:this.instruction(T.target,T.value);break;default:throw new Error("This XML node type is not supported in a JS object: "+T.constructor.name)}for(G=T.children,R=0,U=G.length;R<U;R++)V=G[R],this.createChildNode(V),V.type===t.Element&&this.up();return this},M.prototype.dummy=function(){return this},M.prototype.node=function(T,b,F){var $;if(T==null)throw new Error("Missing node name.");if(this.root&&this.currentLevel===-1)throw new Error("Document can only have one root node. "+this.debugInfo(T));return this.openCurrent(),T=N(T),b==null&&(b={}),b=N(b),v(b)||($=[b,F],F=$[0],b=$[1]),this.currentNode=new f(this,T,b),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,F!=null&&this.text(F),this},M.prototype.element=function(T,b,F){var $,V,R,U,W,G;if(this.currentNode&&this.currentNode.type===t.DocType)this.dtdElement.apply(this,arguments);else if(Array.isArray(T)||v(T)||d(T))for(U=this.options.noValidation,this.options.noValidation=!0,G=new l(this.options).element("TEMP_ROOT"),G.element(T),this.options.noValidation=U,W=G.children,V=0,R=W.length;V<R;V++)$=W[V],this.createChildNode($),$.type===t.Element&&this.up();else this.node(T,b,F);return this},M.prototype.attribute=function(T,b){var F,$;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(T));if(T!=null&&(T=N(T)),v(T))for(F in T)_.call(T,F)&&($=T[F],this.attribute(F,$));else d(b)&&(b=b.apply()),this.options.keepNullAttributes&&b==null?this.currentNode.attribs[T]=new n(this,T,""):b!=null&&(this.currentNode.attribs[T]=new n(this,T,b));return this},M.prototype.text=function(T){var b;return this.openCurrent(),b=new L(this,T),this.onData(this.writer.text(b,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.cdata=function(T){var b;return this.openCurrent(),b=new r(this,T),this.onData(this.writer.cdata(b,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.comment=function(T){var b;return this.openCurrent(),b=new o(this,T),this.onData(this.writer.comment(b,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.raw=function(T){var b;return this.openCurrent(),b=new E(this,T),this.onData(this.writer.raw(b,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.instruction=function(T,b){var F,$,V,R,U;if(this.openCurrent(),T!=null&&(T=N(T)),b!=null&&(b=N(b)),Array.isArray(T))for(F=0,R=T.length;F<R;F++)$=T[F],this.instruction($);else if(v(T))for($ in T)_.call(T,$)&&(V=T[$],this.instruction($,V));else d(b)&&(b=b.apply()),U=new y(this,T,b),this.onData(this.writer.processingInstruction(U,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this},M.prototype.declaration=function(T,b,F){var $;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return $=new p(this,T,b,F),this.onData(this.writer.declaration($,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.doctype=function(T,b,F){if(this.openCurrent(),T==null)throw new Error("Missing root node name.");if(this.root)throw new Error("dtd() must come before the root node.");return this.currentNode=new c(this,b,F),this.currentNode.rootNodeName=T,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},M.prototype.dtdElement=function(T,b){var F;return this.openCurrent(),F=new s(this,T,b),this.onData(this.writer.dtdElement(F,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.attList=function(T,b,F,$,V){var R;return this.openCurrent(),R=new i(this,T,b,F,$,V),this.onData(this.writer.dtdAttList(R,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.entity=function(T,b){var F;return this.openCurrent(),F=new a(this,!1,T,b),this.onData(this.writer.dtdEntity(F,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.pEntity=function(T,b){var F;return this.openCurrent(),F=new a(this,!0,T,b),this.onData(this.writer.dtdEntity(F,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.notation=function(T,b){var F;return this.openCurrent(),F=new u(this,T,b),this.onData(this.writer.dtdNotation(F,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},M.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},M.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},M.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},M.prototype.openNode=function(T){var b,F,$,V;if(!T.isOpen){if(!this.root&&this.currentLevel===0&&T.type===t.Element&&(this.root=T),F="",T.type===t.Element){this.writerOptions.state=e.OpenTag,F=this.writer.indent(T,this.writerOptions,this.currentLevel)+"<"+T.name,V=T.attribs;for($ in V)_.call(V,$)&&(b=V[$],F+=this.writer.attribute(b,this.writerOptions,this.currentLevel));F+=(T.children?">":"/>")+this.writer.endline(T,this.writerOptions,this.currentLevel),this.writerOptions.state=e.InsideTag}else this.writerOptions.state=e.OpenTag,F=this.writer.indent(T,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+T.rootNodeName,T.pubID&&T.sysID?F+=' PUBLIC "'+T.pubID+'" "'+T.sysID+'"':T.sysID&&(F+=' SYSTEM "'+T.sysID+'"'),T.children?(F+=" [",this.writerOptions.state=e.InsideTag):(this.writerOptions.state=e.CloseTag,F+=">"),F+=this.writer.endline(T,this.writerOptions,this.currentLevel);return this.onData(F,this.currentLevel),T.isOpen=!0}},M.prototype.closeNode=function(T){var b;if(!T.isClosed)return b="",this.writerOptions.state=e.CloseTag,T.type===t.Element?b=this.writer.indent(T,this.writerOptions,this.currentLevel)+"</"+T.name+">"+this.writer.endline(T,this.writerOptions,this.currentLevel):b=this.writer.indent(T,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(T,this.writerOptions,this.currentLevel),this.writerOptions.state=e.None,this.onData(b,this.currentLevel),T.isClosed=!0},M.prototype.onData=function(T,b){return this.documentStarted=!0,this.onDataCallback(T,b+1)},M.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},M.prototype.debugInfo=function(T){return T==null?"":"node: <"+T+">"},M.prototype.ele=function(){return this.element.apply(this,arguments)},M.prototype.nod=function(T,b,F){return this.node(T,b,F)},M.prototype.txt=function(T){return this.text(T)},M.prototype.dat=function(T){return this.cdata(T)},M.prototype.com=function(T){return this.comment(T)},M.prototype.ins=function(T,b){return this.instruction(T,b)},M.prototype.dec=function(T,b,F){return this.declaration(T,b,F)},M.prototype.dtd=function(T,b,F){return this.doctype(T,b,F)},M.prototype.e=function(T,b,F){return this.element(T,b,F)},M.prototype.n=function(T,b,F){return this.node(T,b,F)},M.prototype.t=function(T){return this.text(T)},M.prototype.d=function(T){return this.cdata(T)},M.prototype.c=function(T){return this.comment(T)},M.prototype.r=function(T){return this.raw(T)},M.prototype.i=function(T,b){return this.instruction(T,b)},M.prototype.att=function(){return this.currentNode&&this.currentNode.type===t.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},M.prototype.a=function(){return this.currentNode&&this.currentNode.type===t.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},M.prototype.ent=function(T,b){return this.entity(T,b)},M.prototype.pent=function(T,b){return this.pEntity(T,b)},M.prototype.not=function(T,b){return this.notation(T,b)},M}()}.call(q)),qt.exports}var Wt={exports:{}},vr;function ko(){return vr||(vr=1,function(){var t,e,n,r=function(i,s){for(var a in s)o.call(s,a)&&(i[a]=s[a]);function u(){this.constructor=i}return u.prototype=s.prototype,i.prototype=new u,i.__super__=s.prototype,i},o={}.hasOwnProperty;t=Z(),n=ci(),e=nt(),Wt.exports=function(i){r(s,i);function s(a,u){this.stream=a,s.__super__.constructor.call(this,u)}return s.prototype.endline=function(a,u,p){return a.isLastRootNode&&u.state===e.CloseTag?"":s.__super__.endline.call(this,a,u,p)},s.prototype.document=function(a,u){var p,c,l,f,y,E,O,w,L;for(O=a.children,c=l=0,y=O.length;l<y;c=++l)p=O[c],p.isLastRootNode=c===a.children.length-1;for(u=this.filterOptions(u),w=a.children,L=[],f=0,E=w.length;f<E;f++)p=w[f],L.push(this.writeChildNode(p,u,0));return L},s.prototype.attribute=function(a,u,p){return this.stream.write(s.__super__.attribute.call(this,a,u,p))},s.prototype.cdata=function(a,u,p){return this.stream.write(s.__super__.cdata.call(this,a,u,p))},s.prototype.comment=function(a,u,p){return this.stream.write(s.__super__.comment.call(this,a,u,p))},s.prototype.declaration=function(a,u,p){return this.stream.write(s.__super__.declaration.call(this,a,u,p))},s.prototype.docType=function(a,u,p){var c,l,f,y;if(p||(p=0),this.openNode(a,u,p),u.state=e.OpenTag,this.stream.write(this.indent(a,u,p)),this.stream.write("<!DOCTYPE "+a.root().name),a.pubID&&a.sysID?this.stream.write(' PUBLIC "'+a.pubID+'" "'+a.sysID+'"'):a.sysID&&this.stream.write(' SYSTEM "'+a.sysID+'"'),a.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(a,u,p)),u.state=e.InsideTag,y=a.children,l=0,f=y.length;l<f;l++)c=y[l],this.writeChildNode(c,u,p+1);u.state=e.CloseTag,this.stream.write("]")}return u.state=e.CloseTag,this.stream.write(u.spaceBeforeSlash+">"),this.stream.write(this.endline(a,u,p)),u.state=e.None,this.closeNode(a,u,p)},s.prototype.element=function(a,u,p){var c,l,f,y,E,O,w,L,N;p||(p=0),this.openNode(a,u,p),u.state=e.OpenTag,this.stream.write(this.indent(a,u,p)+"<"+a.name),L=a.attribs;for(w in L)o.call(L,w)&&(c=L[w],this.attribute(c,u,p));if(f=a.children.length,y=f===0?null:a.children[0],f===0||a.children.every(function(d){return(d.type===t.Text||d.type===t.Raw)&&d.value===""}))u.allowEmpty?(this.stream.write(">"),u.state=e.CloseTag,this.stream.write("</"+a.name+">")):(u.state=e.CloseTag,this.stream.write(u.spaceBeforeSlash+"/>"));else if(u.pretty&&f===1&&(y.type===t.Text||y.type===t.Raw)&&y.value!=null)this.stream.write(">"),u.state=e.InsideTag,u.suppressPrettyCount++,this.writeChildNode(y,u,p+1),u.suppressPrettyCount--,u.state=e.CloseTag,this.stream.write("</"+a.name+">");else{for(this.stream.write(">"+this.endline(a,u,p)),u.state=e.InsideTag,N=a.children,E=0,O=N.length;E<O;E++)l=N[E],this.writeChildNode(l,u,p+1);u.state=e.CloseTag,this.stream.write(this.indent(a,u,p)+"</"+a.name+">")}return this.stream.write(this.endline(a,u,p)),u.state=e.None,this.closeNode(a,u,p)},s.prototype.processingInstruction=function(a,u,p){return this.stream.write(s.__super__.processingInstruction.call(this,a,u,p))},s.prototype.raw=function(a,u,p){return this.stream.write(s.__super__.raw.call(this,a,u,p))},s.prototype.text=function(a,u,p){return this.stream.write(s.__super__.text.call(this,a,u,p))},s.prototype.dtdAttList=function(a,u,p){return this.stream.write(s.__super__.dtdAttList.call(this,a,u,p))},s.prototype.dtdElement=function(a,u,p){return this.stream.write(s.__super__.dtdElement.call(this,a,u,p))},s.prototype.dtdEntity=function(a,u,p){return this.stream.write(s.__super__.dtdEntity.call(this,a,u,p))},s.prototype.dtdNotation=function(a,u,p){return this.stream.write(s.__super__.dtdNotation.call(this,a,u,p))},s}(n)}.call(q)),Wt.exports}var Or;function Bo(){return Or||(Or=1,function(){var t,e,n,r,o,i,s,a,u,p;p=we(),a=p.assign,u=p.isFunction,n=si(),r=li(),o=jo(),s=In(),i=ko(),t=Z(),e=nt(),ye.create=function(c,l,f,y){var E,O;if(c==null)throw new Error("Root element needs a name.");return y=a({},l,f,y),E=new r(y),O=E.element(c),y.headless||(E.declaration(y),(y.pubID!=null||y.sysID!=null)&&E.dtd(y)),O},ye.begin=function(c,l,f){var y;return u(c)&&(y=[c,l],l=y[0],f=y[1],c={}),l?new o(c,l,f):new r(c)},ye.stringWriter=function(c){return new s(c)},ye.streamWriter=function(c,l){return new i(c,l)},ye.implementation=new n,ye.nodeType=t,ye.writerState=e}.call(q)),ye}var xr;function Ro(){return xr||(xr=1,function(){var t,e,n,r,o,i={}.hasOwnProperty;t=Bo(),e=cn().defaults,r=function(s){return typeof s=="string"&&(s.indexOf("&")>=0||s.indexOf(">")>=0||s.indexOf("<")>=0)},o=function(s){return"<![CDATA["+n(s)+"]]>"},n=function(s){return s.replace("]]>","]]]]><![CDATA[>")},dt.Builder=function(){function s(a){var u,p,c;this.options={},p=e["0.2"];for(u in p)i.call(p,u)&&(c=p[u],this.options[u]=c);for(u in a)i.call(a,u)&&(c=a[u],this.options[u]=c)}return s.prototype.buildObject=function(a){var u,p,c,l,f;return u=this.options.attrkey,p=this.options.charkey,Object.keys(a).length===1&&this.options.rootName===e["0.2"].rootName?(f=Object.keys(a)[0],a=a[f]):f=this.options.rootName,c=function(y){return function(E,O){var w,L,N,d,v,I;if(typeof O!="object")y.options.cdata&&r(O)?E.raw(o(O)):E.txt(O);else if(Array.isArray(O)){for(d in O)if(i.call(O,d)){L=O[d];for(v in L)N=L[v],E=c(E.ele(v),N).up()}}else for(v in O)if(i.call(O,v))if(L=O[v],v===u){if(typeof L=="object")for(w in L)I=L[w],E=E.att(w,I)}else if(v===p)y.options.cdata&&r(L)?E=E.raw(o(L)):E=E.txt(L);else if(Array.isArray(L))for(d in L)i.call(L,d)&&(N=L[d],typeof N=="string"?y.options.cdata&&r(N)?E=E.ele(v).raw(o(N)).up():E=E.ele(v,N).up():E=c(E.ele(v),N).up());else typeof L=="object"?E=c(E.ele(v),L).up():typeof L=="string"&&y.options.cdata&&r(L)?E=E.ele(v).raw(o(L)).up():(L==null&&(L=""),E=E.ele(v,L.toString()).up());return E}}(this),l=t.create(f,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),c(l,a).end(this.options.renderOpts)},s}()}.call(q)),dt}var Gt={},Ht={},Pr;function $o(){return Pr||(Pr=1,function(t){(function(e){e.parser=function(m,h){return new r(m,h)},e.SAXParser=r,e.SAXStream=l,e.createStream=p,e.MAX_BUFFER_LENGTH=64*1024;var n=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];e.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function r(m,h){if(!(this instanceof r))return new r(m,h);var S=this;i(S),S.q=S.c="",S.bufferCheckPosition=e.MAX_BUFFER_LENGTH,S.encoding=null,S.opt=h||{},S.opt.lowercase=S.opt.lowercase||S.opt.lowercasetags,S.looseCase=S.opt.lowercase?"toLowerCase":"toUpperCase",S.opt.maxEntityCount=S.opt.maxEntityCount||512,S.opt.maxEntityDepth=S.opt.maxEntityDepth||4,S.entityCount=S.entityDepth=0,S.tags=[],S.closed=S.closedRoot=S.sawRoot=!1,S.tag=S.error=null,S.strict=!!m,S.noscript=!!(m||S.opt.noscript),S.state=b.BEGIN,S.strictEntities=S.opt.strictEntities,S.ENTITIES=S.strictEntities?Object.create(e.XML_ENTITIES):Object.create(e.ENTITIES),S.attribList=[],S.opt.xmlns&&(S.ns=Object.create(w)),S.opt.unquotedAttributeValues===void 0&&(S.opt.unquotedAttributeValues=!m),S.trackPosition=S.opt.position!==!1,S.trackPosition&&(S.position=S.line=S.column=0),$(S,"onready")}Object.create||(Object.create=function(m){function h(){}h.prototype=m;var S=new h;return S}),Object.keys||(Object.keys=function(m){var h=[];for(var S in m)m.hasOwnProperty(S)&&h.push(S);return h});function o(m){for(var h=Math.max(e.MAX_BUFFER_LENGTH,10),S=0,g=0,x=n.length;g<x;g++){var C=m[n[g]].length;if(C>h)switch(n[g]){case"textNode":Ne(m);break;case"cdata":G(m,"oncdata",m.cdata),m.cdata="";break;case"script":G(m,"onscript",m.script),m.script="";break;default:he(m,"Max buffer length exceeded: "+n[g])}S=Math.max(S,C)}var D=e.MAX_BUFFER_LENGTH-S;m.bufferCheckPosition=D+m.position}function i(m){for(var h=0,S=n.length;h<S;h++)m[n[h]]=""}function s(m){Ne(m),m.cdata!==""&&(G(m,"oncdata",m.cdata),m.cdata=""),m.script!==""&&(G(m,"onscript",m.script),m.script="")}r.prototype={end:function(){Ee(this)},write:it,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){s(this)}};var a;try{a=require("stream").Stream}catch{a=function(){}}a||(a=function(){});var u=e.EVENTS.filter(function(m){return m!=="error"&&m!=="end"});function p(m,h){return new l(m,h)}function c(m,h){if(m.length>=2){if(m[0]===255&&m[1]===254)return"utf-16le";if(m[0]===254&&m[1]===255)return"utf-16be"}return m.length>=3&&m[0]===239&&m[1]===187&&m[2]===191?"utf8":m.length>=4?m[0]===60&&m[1]===0&&m[2]===63&&m[3]===0?"utf-16le":m[0]===0&&m[1]===60&&m[2]===0&&m[3]===63?"utf-16be":"utf8":h?"utf8":null}function l(m,h){if(!(this instanceof l))return new l(m,h);a.apply(this),this._parser=new r(m,h),this.writable=!0,this.readable=!0;var S=this;this._parser.onend=function(){S.emit("end")},this._parser.onerror=function(g){S.emit("error",g),S._parser.error=null},this._decoder=null,this._decoderBuffer=null,u.forEach(function(g){Object.defineProperty(S,"on"+g,{get:function(){return S._parser["on"+g]},set:function(x){if(!x)return S.removeAllListeners(g),S._parser["on"+g]=x,x;S.on(g,x)},enumerable:!0,configurable:!1})})}l.prototype=Object.create(a.prototype,{constructor:{value:l}}),l.prototype._decodeBuffer=function(m,h){if(this._decoderBuffer&&(m=Buffer.concat([this._decoderBuffer,m]),this._decoderBuffer=null),!this._decoder){var S=c(m,h);if(!S)return this._decoderBuffer=m,"";this._parser.encoding=S,this._decoder=new TextDecoder(S)}return this._decoder.decode(m,{stream:!h})},l.prototype.write=function(m){if(typeof Buffer=="function"&&typeof Buffer.isBuffer=="function"&&Buffer.isBuffer(m))m=this._decodeBuffer(m,!1);else if(this._decoderBuffer){var h=this._decodeBuffer(Buffer.alloc(0),!0);h&&(this._parser.write(h),this.emit("data",h))}return this._parser.write(m.toString()),this.emit("data",m),!0},l.prototype.end=function(m){if(m&&m.length&&this.write(m),this._decoderBuffer){var h=this._decodeBuffer(Buffer.alloc(0),!0);h&&(this._parser.write(h),this.emit("data",h))}else if(this._decoder){var S=this._decoder.decode();S&&(this._parser.write(S),this.emit("data",S))}return this._parser.end(),!0},l.prototype.on=function(m,h){var S=this;return!S._parser["on"+m]&&u.indexOf(m)!==-1&&(S._parser["on"+m]=function(){var g=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);g.splice(0,0,m),S.emit.apply(S,g)}),a.prototype.on.call(S,m,h)};var f="[CDATA[",y="DOCTYPE",E="http://www.w3.org/XML/1998/namespace",O="http://www.w3.org/2000/xmlns/",w={xml:E,xmlns:O},L=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,N=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,d=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,v=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function I(m){return m===" "||m===`
|
|
76
|
+
`||m==="\r"||m===" "}function A(m){return m==='"'||m==="'"}function _(m){return m===">"||I(m)}function M(m,h){return m.test(h)}function T(m,h){return!M(m,h)}var b=0;e.STATE={BEGIN:b++,BEGIN_WHITESPACE:b++,TEXT:b++,TEXT_ENTITY:b++,OPEN_WAKA:b++,SGML_DECL:b++,SGML_DECL_QUOTED:b++,DOCTYPE:b++,DOCTYPE_QUOTED:b++,DOCTYPE_DTD:b++,DOCTYPE_DTD_QUOTED:b++,COMMENT_STARTING:b++,COMMENT:b++,COMMENT_ENDING:b++,COMMENT_ENDED:b++,CDATA:b++,CDATA_ENDING:b++,CDATA_ENDING_2:b++,PROC_INST:b++,PROC_INST_BODY:b++,PROC_INST_ENDING:b++,OPEN_TAG:b++,OPEN_TAG_SLASH:b++,ATTRIB:b++,ATTRIB_NAME:b++,ATTRIB_NAME_SAW_WHITE:b++,ATTRIB_VALUE:b++,ATTRIB_VALUE_QUOTED:b++,ATTRIB_VALUE_CLOSED:b++,ATTRIB_VALUE_UNQUOTED:b++,ATTRIB_VALUE_ENTITY_Q:b++,ATTRIB_VALUE_ENTITY_U:b++,CLOSE_TAG:b++,CLOSE_TAG_SAW_WHITE:b++,SCRIPT:b++,SCRIPT_ENDING:b++},e.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},e.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(e.ENTITIES).forEach(function(m){var h=e.ENTITIES[m],S=typeof h=="number"?String.fromCharCode(h):h;e.ENTITIES[m]=S});for(var F in e.STATE)e.STATE[e.STATE[F]]=F;b=e.STATE;function $(m,h,S){m[h]&&m[h](S)}function V(m){var h=m&&m.match(/(?:^|\s)encoding\s*=\s*(['"])([^'"]+)\1/i);return h?h[2]:null}function R(m){return m?m.toLowerCase().replace(/[^a-z0-9]/g,""):null}function U(m,h){const S=R(m),g=R(h);return!S||!g?!0:g==="utf16"?S==="utf16le"||S==="utf16be":S===g}function W(m,h){if(!(!m.strict||!m.encoding||!h||h.name!=="xml")){var S=V(h.body);S&&!U(m.encoding,S)&&H(m,"XML declaration encoding "+S+" does not match detected stream encoding "+m.encoding.toUpperCase())}}function G(m,h,S){m.textNode&&Ne(m),$(m,h,S)}function Ne(m){m.textNode=Xe(m.opt,m.textNode),m.textNode&&$(m,"ontext",m.textNode),m.textNode=""}function Xe(m,h){return m.trim&&(h=h.trim()),m.normalize&&(h=h.replace(/\s+/g," ")),h}function he(m,h){return Ne(m),m.trackPosition&&(h+=`
|
|
74
77
|
Line: `+m.line+`
|
|
75
78
|
Column: `+m.column+`
|
|
76
|
-
Char: `+m.c),h=new Error(h),m.error=h
|
|
79
|
+
Char: `+m.c),h=new Error(h),m.error=h,$(m,"onerror",h),m}function Ee(m){return m.sawRoot&&!m.closedRoot&&H(m,"Unclosed root tag"),m.state!==b.BEGIN&&m.state!==b.BEGIN_WHITESPACE&&m.state!==b.TEXT&&he(m,"Unexpected end"),Ne(m),m.c="",m.closed=!0,$(m,"onend"),r.call(m,m.strict,m.opt),m}function H(m,h){if(typeof m!="object"||!(m instanceof r))throw new Error("bad call to strictFail");m.strict&&he(m,h)}function rt(m){m.strict||(m.tagName=m.tagName[m.looseCase]());var h=m.tags[m.tags.length-1]||m,S=m.tag={name:m.tagName,attributes:{}};m.opt.xmlns&&(S.ns=h.ns),m.attribList.length=0,G(m,"onopentagstart",S)}function X(m,h){var S=m.indexOf(":"),g=S<0?["",m]:m.split(":"),x=g[0],C=g[1];return h&&m==="xmlns"&&(x="xmlns",C=""),{prefix:x,local:C}}function xe(m){if(m.strict||(m.attribName=m.attribName[m.looseCase]()),m.attribList.indexOf(m.attribName)!==-1||m.tag.attributes.hasOwnProperty(m.attribName)){m.attribName=m.attribValue="";return}if(m.opt.xmlns){var h=X(m.attribName,!0),S=h.prefix,g=h.local;if(S==="xmlns")if(g==="xml"&&m.attribValue!==E)H(m,"xml: prefix must be bound to "+E+`
|
|
77
80
|
Actual: `+m.attribValue);else if(g==="xmlns"&&m.attribValue!==O)H(m,"xmlns: prefix must be bound to "+O+`
|
|
78
|
-
Actual: `+m.attribValue);else{var x=m.tag,C=m.tags[m.tags.length-1]||m;x.ns===C.ns&&(x.ns=Object.create(C.ns)),x.ns[g]=m.attribValue}m.attribList.push([m.attribName,m.attribValue])}else m.tag.attributes[m.attribName]=m.attribValue,G(m,"onattribute",{name:m.attribName,value:m.attribValue});m.attribName=m.attribValue=""}function
|
|
79
|
-
`?(h.line++,h.column=0):h.column++),h.state){case b.BEGIN:if(h.state=b.BEGIN_WHITESPACE,g==="\uFEFF")continue;Ue(h,g);continue;case b.BEGIN_WHITESPACE:Ue(h,g);continue;case b.TEXT:if(h.sawRoot&&!h.closedRoot){for(var C=S-1;g&&g!=="<"&&g!=="&";)g=
|
|
80
|
-
`?(h.line++,h.column=0):h.column++);h.textNode+=m.substring(C,S-1)}g==="<"&&!(h.sawRoot&&h.closedRoot&&!h.strict)?(h.state=b.OPEN_WAKA,h.startTagPosition=h.position):(!I(g)&&(!h.sawRoot||h.closedRoot)&&H(h,"Text data outside of root node."),g==="&"?h.state=b.TEXT_ENTITY:h.textNode+=g);continue;case b.SCRIPT:g==="<"?h.state=b.SCRIPT_ENDING:h.script+=g;continue;case b.SCRIPT_ENDING:g==="/"?h.state=b.CLOSE_TAG:(h.script+="<"+g,h.state=b.SCRIPT);continue;case b.OPEN_WAKA:if(g==="!")h.state=b.SGML_DECL,h.sgmlDecl="";else if(!I(g))if(M(L,g))h.state=b.OPEN_TAG,h.tagName=g;else if(g==="/")h.state=b.CLOSE_TAG,h.tagName="";else if(g==="?")h.state=b.PROC_INST,h.procInstName=h.procInstBody="";else{if(H(h,"Unencoded <"),h.startTagPosition+1<h.position){var x=h.position-h.startTagPosition;g=new Array(x).join(" ")+g}h.textNode+="<"+g,h.state=b.TEXT}continue;case b.SGML_DECL:if(h.sgmlDecl+g==="--"){h.state=b.COMMENT,h.comment="",h.sgmlDecl="";continue}h.doctype&&h.doctype!==!0&&h.sgmlDecl?(h.state=b.DOCTYPE_DTD,h.doctype+="<!"+h.sgmlDecl+g,h.sgmlDecl=""):(h.sgmlDecl+g).toUpperCase()===f?(G(h,"onopencdata"),h.state=b.CDATA,h.sgmlDecl="",h.cdata=""):(h.sgmlDecl+g).toUpperCase()===y?(h.state=b.DOCTYPE,(h.doctype||h.sawRoot)&&H(h,"Inappropriately located doctype declaration"),h.doctype="",h.sgmlDecl=""):g===">"?(G(h,"onsgmldeclaration",h.sgmlDecl),h.sgmlDecl="",h.state=b.TEXT):(A(g)&&(h.state=b.SGML_DECL_QUOTED),h.sgmlDecl+=g);continue;case b.SGML_DECL_QUOTED:g===h.q&&(h.state=b.SGML_DECL,h.q=""),h.sgmlDecl+=g;continue;case b.DOCTYPE:g===">"?(h.state=b.TEXT,G(h,"ondoctype",h.doctype),h.doctype=!0):(h.doctype+=g,g==="["?h.state=b.DOCTYPE_DTD:A(g)&&(h.state=b.DOCTYPE_QUOTED,h.q=g));continue;case b.DOCTYPE_QUOTED:h.doctype+=g,g===h.q&&(h.q="",h.state=b.DOCTYPE);continue;case b.DOCTYPE_DTD:g==="]"?(h.doctype+=g,h.state=b.DOCTYPE):g==="<"?(h.state=b.OPEN_WAKA,h.startTagPosition=h.position):A(g)?(h.doctype+=g,h.state=b.DOCTYPE_DTD_QUOTED,h.q=g):h.doctype+=g;continue;case b.DOCTYPE_DTD_QUOTED:h.doctype+=g,g===h.q&&(h.state=b.DOCTYPE_DTD,h.q="");continue;case b.COMMENT:g==="-"?h.state=b.COMMENT_ENDING:h.comment+=g;continue;case b.COMMENT_ENDING:g==="-"?(h.state=b.COMMENT_ENDED,h.comment
|
|
81
|
-
`?(h.line++,h.column=0):h.column++);h.cdata+=m.substring(C,S-1),g==="]"&&(h.state=b.CDATA_ENDING);continue;case b.CDATA_ENDING:g==="]"?h.state=b.CDATA_ENDING_2:(h.cdata+="]"+g,h.state=b.CDATA);continue;case b.CDATA_ENDING_2:g===">"?(h.cdata&&G(h,"oncdata",h.cdata),G(h,"onclosecdata"),h.cdata="",h.state=b.TEXT):g==="]"?h.cdata+="]":(h.cdata+="]]"+g,h.state=b.CDATA);continue;case b.PROC_INST:g==="?"?h.state=b.PROC_INST_ENDING:I(g)?h.state=b.PROC_INST_BODY:h.procInstName+=g;continue;case b.PROC_INST_BODY:if(!h.procInstBody&&I(g))continue;g==="?"?h.state=b.PROC_INST_ENDING:h.procInstBody+=g;continue;case b.PROC_INST_ENDING:if(g===">"){const j={name:h.procInstName,body:h.procInstBody};W(h,j),G(h,"onprocessinginstruction",j),h.procInstName=h.procInstBody="",h.state=b.TEXT}else h.procInstBody+="?"+g,h.state=b.PROC_INST_BODY;continue;case b.OPEN_TAG:M(N,g)?h.tagName+=g:(nt(h),g===">"?de(h):g==="/"?h.state=b.OPEN_TAG_SLASH:(I(g)||H(h,"Invalid character in tag name"),h.state=b.ATTRIB));continue;case b.OPEN_TAG_SLASH:g===">"?(de(h,!0),Fe(h)):(H(h,"Forward-slash in opening tag not followed by >"),h.state=b.ATTRIB);continue;case b.ATTRIB:if(I(g))continue;g===">"?de(h):g==="/"?h.state=b.OPEN_TAG_SLASH:M(L,g)?(h.attribName=g,h.attribValue="",h.state=b.ATTRIB_NAME):H(h,"Invalid attribute name");continue;case b.ATTRIB_NAME:g==="="?h.state=b.ATTRIB_VALUE:g===">"?(H(h,"Attribute without value"),h.attribValue=h.attribName,Oe(h),de(h)):I(g)?h.state=b.ATTRIB_NAME_SAW_WHITE:M(N,g)?h.attribName+=g:H(h,"Invalid attribute name");continue;case b.ATTRIB_NAME_SAW_WHITE:if(g==="=")h.state=b.ATTRIB_VALUE;else{if(I(g))continue;H(h,"Attribute without value"),h.tag.attributes[h.attribName]="",h.attribValue="",G(h,"onattribute",{name:h.attribName,value:""}),h.attribName="",g===">"?de(h):M(L,g)?(h.attribName=g,h.state=b.ATTRIB_NAME):(H(h,"Invalid attribute name"),h.state=b.ATTRIB)}continue;case b.ATTRIB_VALUE:if(I(g))continue;A(g)?(h.q=g,h.state=b.ATTRIB_VALUE_QUOTED):(h.opt.unquotedAttributeValues||fe(h,"Unquoted attribute value"),h.state=b.ATTRIB_VALUE_UNQUOTED,h.attribValue=g);continue;case b.ATTRIB_VALUE_QUOTED:if(g!==h.q){g==="&"?h.state=b.ATTRIB_VALUE_ENTITY_Q:h.attribValue+=g;continue}Oe(h),h.q="",h.state=b.ATTRIB_VALUE_CLOSED;continue;case b.ATTRIB_VALUE_CLOSED:I(g)?h.state=b.ATTRIB:g===">"?de(h):g==="/"?h.state=b.OPEN_TAG_SLASH:M(L,g)?(H(h,"No whitespace between attributes"),h.attribName=g,h.attribValue="",h.state=b.ATTRIB_NAME):H(h,"Invalid attribute name");continue;case b.ATTRIB_VALUE_UNQUOTED:if(!_(g)){g==="&"?h.state=b.ATTRIB_VALUE_ENTITY_U:h.attribValue+=g;continue}Oe(h),g===">"?de(h):h.state=b.ATTRIB;continue;case b.CLOSE_TAG:if(h.tagName)g===">"?Fe(h):M(N,g)?h.tagName+=g:h.script?(h.script+="</"+h.tagName+g,h.tagName="",h.state=b.SCRIPT):(I(g)||H(h,"Invalid tagname in closing tag"),h.state=b.CLOSE_TAG_SAW_WHITE);else{if(I(g))continue;T(L,g)?h.script?(h.script+="</"+g,h.state=b.SCRIPT):H(h,"Invalid tagname in closing tag."):h.tagName=g}continue;case b.CLOSE_TAG_SAW_WHITE:if(I(g))continue;g===">"?Fe(h):H(h,"Invalid characters in closing tag");continue;case b.TEXT_ENTITY:case b.ATTRIB_VALUE_ENTITY_Q:case b.ATTRIB_VALUE_ENTITY_U:var D,P;switch(h.state){case b.TEXT_ENTITY:D=b.TEXT,P="textNode";break;case b.ATTRIB_VALUE_ENTITY_Q:D=b.ATTRIB_VALUE_QUOTED,P="attribValue";break;case b.ATTRIB_VALUE_ENTITY_U:D=b.ATTRIB_VALUE_UNQUOTED,P="attribValue";break}if(g===";"){var k=xe(h);h.opt.unparsedEntities&&!Object.values(t.XML_ENTITIES).includes(k)?((h.entityCount+=1)>h.opt.maxEntityCount&&fe(h,"Parsed entity count exceeds max entity count"),(h.entityDepth+=1)>h.opt.maxEntityDepth&&fe(h,"Parsed entity depth exceeds max entity depth"),h.entity="",h.state=D,h.write(k),h.entityDepth-=1):(h[P]+=k,h.entity="",h.state=D)}else M(h.entity.length?v:d,g)?h.entity+=g:(H(h,"Invalid character in entity name"),h[P]+="&"+h.entity+g,h.entity="",h.state=D);continue;default:throw new Error(h,"Unknown state: "+h.state)}return h.position>=h.bufferCheckPosition&&o(h),h}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var m=String.fromCharCode,h=Math.floor,S=function(){var g=16384,x=[],C,D,P=-1,k=arguments.length;if(!k)return"";for(var j="";++P<k;){var B=Number(arguments[P]);if(!isFinite(B)||B<0||B>1114111||h(B)!==B)throw RangeError("Invalid code point: "+B);B<=65535?x.push(B):(B-=65536,C=(B>>10)+55296,D=B%1024+56320,x.push(C,D)),(P+1===k||x.length>g)&&(j+=m.apply(null,x),x.length=0)}return j};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:S,configurable:!0,writable:!0}):String.fromCodePoint=S}()})(e)}(Gt)),Gt}var Ht={},Ar;function $o(){return Ar||(Ar=1,function(){Ht.stripBOM=function(e){return e[0]==="\uFEFF"?e.substring(1):e}}.call(q)),Ht}var ve={},_r;function hi(){return _r||(_r=1,function(){var e;e=new RegExp(/(?!xmlns)^.*:/),ve.normalize=function(t){return t.toLowerCase()},ve.firstCharLowerCase=function(t){return t.charAt(0).toLowerCase()+t.slice(1)},ve.stripPrefix=function(t){return t.replace(e,"")},ve.parseNumbers=function(t){return isNaN(t)||(t=t%1===0?parseInt(t,10):parseFloat(t)),t},ve.parseBooleans=function(t){return/^(?:true|false)$/i.test(t)&&(t=t.toLowerCase()==="true"),t}}.call(q)),ve}var Lr;function Uo(){return Lr||(Lr=1,function(e){(function(){var t,n,r,o,i,s,a,u,p,c=function(y,E){return function(){return y.apply(E,arguments)}},l=function(y,E){for(var O in E)f.call(E,O)&&(y[O]=E[O]);function w(){this.constructor=y}return w.prototype=E.prototype,y.prototype=new w,y.__super__=E.prototype,y},f={}.hasOwnProperty;u=Xo(),o=un,t=$o(),a=hi(),p=Ci.setImmediate,n=cn().defaults,i=function(y){return typeof y=="object"&&y!=null&&Object.keys(y).length===0},s=function(y,E,O){var w,L,N;for(w=0,L=y.length;w<L;w++)N=y[w],E=N(E,O);return E},r=function(y,E,O){var w;return w=Object.create(null),w.value=O,w.writable=!0,w.enumerable=!0,w.configurable=!0,Object.defineProperty(y,E,w)},e.Parser=function(y){l(E,y);function E(O){this.parseStringPromise=c(this.parseStringPromise,this),this.parseString=c(this.parseString,this),this.reset=c(this.reset,this),this.assignOrPush=c(this.assignOrPush,this),this.processAsync=c(this.processAsync,this);var w,L,N;if(!(this instanceof e.Parser))return new e.Parser(O);this.options={},L=n["0.2"];for(w in L)f.call(L,w)&&(N=L[w],this.options[w]=N);for(w in O)f.call(O,w)&&(N=O[w],this.options[w]=N);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift(a.normalize)),this.reset()}return E.prototype.processAsync=function(){var O,w;try{return this.remaining.length<=this.options.chunkSize?(O=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(O),this.saxParser.close()):(O=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(O),p(this.processAsync))}catch(L){if(w=L,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(w)}},E.prototype.assignOrPush=function(O,w,L){return w in O?(O[w]instanceof Array||r(O,w,[O[w]]),O[w].push(L)):this.options.explicitArray?r(O,w,[L]):r(O,w,L)},E.prototype.reset=function(){var O,w,L,N;return this.removeAllListeners(),this.saxParser=u.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=function(d){return function(v){if(d.saxParser.resume(),!d.saxParser.errThrown)return d.saxParser.errThrown=!0,d.emit("error",v)}}(this),this.saxParser.onend=function(d){return function(){if(!d.saxParser.ended)return d.saxParser.ended=!0,d.emit("end",d.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,N=[],O=this.options.attrkey,w=this.options.charkey,this.saxParser.onopentag=function(d){return function(v){var I,A,_,M,T;if(_={},_[w]="",!d.options.ignoreAttrs){T=v.attributes;for(I in T)f.call(T,I)&&(!(O in _)&&!d.options.mergeAttrs&&(_[O]={}),A=d.options.attrValueProcessors?s(d.options.attrValueProcessors,v.attributes[I],I):v.attributes[I],M=d.options.attrNameProcessors?s(d.options.attrNameProcessors,I):I,d.options.mergeAttrs?d.assignOrPush(_,M,A):r(_[O],M,A))}return _["#name"]=d.options.tagNameProcessors?s(d.options.tagNameProcessors,v.name):v.name,d.options.xmlns&&(_[d.options.xmlnskey]={uri:v.uri,local:v.local}),N.push(_)}}(this),this.saxParser.onclosetag=function(d){return function(){var v,I,A,_,M,T,b,F,X,V;if(T=N.pop(),M=T["#name"],(!d.options.explicitChildren||!d.options.preserveChildrenOrder)&&delete T["#name"],T.cdata===!0&&(v=T.cdata,delete T.cdata),X=N[N.length-1],T[w].match(/^\s*$/)&&!v?(I=T[w],delete T[w]):(d.options.trim&&(T[w]=T[w].trim()),d.options.normalize&&(T[w]=T[w].replace(/\s{2,}/g," ").trim()),T[w]=d.options.valueProcessors?s(d.options.valueProcessors,T[w],M):T[w],Object.keys(T).length===1&&w in T&&!d.EXPLICIT_CHARKEY&&(T=T[w])),i(T)&&(typeof d.options.emptyTag=="function"?T=d.options.emptyTag():T=d.options.emptyTag!==""?d.options.emptyTag:I),d.options.validator!=null&&(V="/"+function(){var R,U,W;for(W=[],R=0,U=N.length;R<U;R++)_=N[R],W.push(_["#name"]);return W}().concat(M).join("/"),function(){var R;try{return T=d.options.validator(V,X&&X[M],T)}catch(U){return R=U,d.emit("error",R)}}()),d.options.explicitChildren&&!d.options.mergeAttrs&&typeof T=="object"){if(!d.options.preserveChildrenOrder)_={},d.options.attrkey in T&&(_[d.options.attrkey]=T[d.options.attrkey],delete T[d.options.attrkey]),!d.options.charsAsChildren&&d.options.charkey in T&&(_[d.options.charkey]=T[d.options.charkey],delete T[d.options.charkey]),Object.getOwnPropertyNames(T).length>0&&(_[d.options.childkey]=T),T=_;else if(X){X[d.options.childkey]=X[d.options.childkey]||[],b={};for(A in T)f.call(T,A)&&r(b,A,T[A]);X[d.options.childkey].push(b),delete T["#name"],Object.keys(T).length===1&&w in T&&!d.EXPLICIT_CHARKEY&&(T=T[w])}}return N.length>0?d.assignOrPush(X,M,T):(d.options.explicitRoot&&(F=T,T={},r(T,M,F)),d.resultObject=T,d.saxParser.ended=!0,d.emit("end",d.resultObject))}}(this),L=function(d){return function(v){var I,A;if(A=N[N.length-1],A)return A[w]+=v,d.options.explicitChildren&&d.options.preserveChildrenOrder&&d.options.charsAsChildren&&(d.options.includeWhiteChars||v.replace(/\\n/g,"").trim()!=="")&&(A[d.options.childkey]=A[d.options.childkey]||[],I={"#name":"__text__"},I[w]=v,d.options.normalize&&(I[w]=I[w].replace(/\s{2,}/g," ").trim()),A[d.options.childkey].push(I)),A}}(this),this.saxParser.ontext=L,this.saxParser.oncdata=function(d){return function(v){var I;if(I=L(v),I)return I.cdata=!0}}()},E.prototype.parseString=function(O,w){var L;w!=null&&typeof w=="function"&&(this.on("end",function(N){return this.reset(),w(null,N)}),this.on("error",function(N){return this.reset(),w(N)}));try{return O=O.toString(),O.trim()===""?(this.emit("end",null),!0):(O=t.stripBOM(O),this.options.async?(this.remaining=O,p(this.processAsync),this.saxParser):this.saxParser.write(O).close())}catch(N){if(L=N,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw L}else return this.emit("error",L),this.saxParser.errThrown=!0}},E.prototype.parseStringPromise=function(O){return new Promise(function(w){return function(L,N){return w.parseString(O,function(d,v){return d?N(d):L(v)})}}(this))},E}(o),e.parseString=function(y,E,O){var w,L,N;return O!=null?(typeof O=="function"&&(w=O),typeof E=="object"&&(L=E)):(typeof E=="function"&&(w=E),L={}),N=new e.Parser(L),N.parseString(y,w)},e.parseStringPromise=function(y,E){var O,w;return typeof E=="object"&&(O=E),w=new e.Parser(O),w.parseStringPromise(y)}}).call(q)}(Wt)),Wt}var pi;(function(){var e,t,n,r=function(i,s){for(var a in s)o.call(s,a)&&(i[a]=s[a]);function u(){this.constructor=i}return u.prototype=s.prototype,i.prototype=new u,i.__super__=s.prototype,i},o={}.hasOwnProperty;t=cn(),e=Ro(),n=Uo(),hi(),t.defaults,function(i){r(s,i);function s(a){this.message=a}return s}(Error),e.Builder,n.Parser,n.parseString,pi=n.parseStringPromise}).call(q);class Vo{constructor(t,n,r){this.nextTxnId=1,this.pendingCommands=new Map,this.breakpoints=new Map,this.scriptIdByUrl=new Map,this.nextScriptId=1,this.objectHandles=new Map,this.nextObjectId=1,this.callFramesMap=new Map,this.xdebugConnected=!1,this.dbgp=t,this.cdp=n,this.readPHPFile=r.getPHPFile,this.phpRoot=r.phpRoot||"";for(const o of r.knownScriptUrls)this.scriptIdByUrl.set(o,this.getOrCreateScriptId(o));this.breakOnFirstLine=r.breakOnFirstLine||!1}start(){this.dbgp.on("connected",()=>{this.xdebugConnected=!0,this.sendDbgpCommand("stdout","-c 1"),this.sendDbgpCommand("stderr","-c 1")}),this.dbgp.on("message",async t=>{try{const n=await pi(t,{explicitArray:!1});await this.handleDbgpMessage(n)}catch{}}),this.dbgp.on("disconnected",()=>{this.xdebugConnected=!1,this.cdp.sendMessage({method:"Debugger.paused",params:{reason:"terminated",callFrames:[]}})}),this.cdp.on("message",t=>{this.handleCdpMessage(t)}),this.cdp.on("clientDisconnected",()=>{this.xdebugConnected&&this.sendDbgpCommand("detach")}),this.sendInitialScripts().then(()=>{if(!this.breakOnFirstLine){const t=this.scriptIdByUrl.entries().next().value;t&&(this.cdp.sendMessage({method:"Debugger.paused",params:{callFrames:[{location:{scriptId:t[1],lineNumber:0},scopeChain:[],this:{type:"undefined"}}],reason:"other"}}),setTimeout(()=>{this.cdp.sendMessage({method:"Debugger.resumed"})},50))}this.cdp.sendMessage({method:"Log.entryAdded",params:{entry:{source:"other",level:"info",text:`🎉 Welcome to WordPress Playground DevTools! 🎉
|
|
81
|
+
Actual: `+m.attribValue);else{var x=m.tag,C=m.tags[m.tags.length-1]||m;x.ns===C.ns&&(x.ns=Object.create(C.ns)),x.ns[g]=m.attribValue}m.attribList.push([m.attribName,m.attribValue])}else m.tag.attributes[m.attribName]=m.attribValue,G(m,"onattribute",{name:m.attribName,value:m.attribValue});m.attribName=m.attribValue=""}function ge(m,h){if(m.opt.xmlns){var S=m.tag,g=X(m.tagName);S.prefix=g.prefix,S.local=g.local,S.uri=S.ns[g.prefix]||"",S.prefix&&!S.uri&&(H(m,"Unbound namespace prefix: "+JSON.stringify(m.tagName)),S.uri=g.prefix);var x=m.tags[m.tags.length-1]||m;S.ns&&x.ns!==S.ns&&Object.keys(S.ns).forEach(function(On){G(m,"onopennamespace",{prefix:On,uri:S.ns[On]})});for(var C=0,D=m.attribList.length;C<D;C++){var P=m.attribList[C],k=P[0],j=P[1],B=X(k,!0),Q=B.prefix,te=B.local,vn=Q===""?"":S.ns[Q]||"",st={name:k,value:j,prefix:Q,local:te,uri:vn};Q&&Q!=="xmlns"&&!vn&&(H(m,"Unbound namespace prefix: "+JSON.stringify(Q)),st.uri=Q),m.tag.attributes[k]=st,G(m,"onattribute",st)}m.attribList.length=0}m.tag.isSelfClosing=!!h,m.sawRoot=!0,m.tags.push(m.tag),G(m,"onopentag",m.tag),h||(!m.noscript&&m.tagName.toLowerCase()==="script"?m.state=b.SCRIPT:m.state=b.TEXT,m.tag=null,m.tagName=""),m.attribName=m.attribValue="",m.attribList.length=0}function Fe(m){if(!m.tagName){H(m,"Weird empty close tag."),m.textNode+="</>",m.state=b.TEXT;return}if(m.script){if(m.tagName!=="script"){m.script+="</"+m.tagName+">",m.tagName="",m.state=b.SCRIPT;return}G(m,"onscript",m.script),m.script=""}var h=m.tags.length,S=m.tagName;m.strict||(S=S[m.looseCase]());for(var g=S;h--;){var x=m.tags[h];if(x.name!==g)H(m,"Unexpected close tag");else break}if(h<0){H(m,"Unmatched closing tag: "+m.tagName),m.textNode+="</"+m.tagName+">",m.state=b.TEXT;return}m.tagName=S;for(var C=m.tags.length;C-- >h;){var D=m.tag=m.tags.pop();m.tagName=m.tag.name,G(m,"onclosetag",m.tagName);var P={};for(var k in D.ns)P[k]=D.ns[k];var j=m.tags[m.tags.length-1]||m;m.opt.xmlns&&D.ns!==j.ns&&Object.keys(D.ns).forEach(function(B){var Q=D.ns[B];G(m,"onclosenamespace",{prefix:B,uri:Q})})}h===0&&(m.closedRoot=!0),m.tagName=m.attribValue=m.attribName="",m.attribList.length=0,m.state=b.TEXT}function Pe(m){var h=m.entity,S=h.toLowerCase(),g,x="";return m.ENTITIES[h]?m.ENTITIES[h]:m.ENTITIES[S]?m.ENTITIES[S]:(h=S,h.charAt(0)==="#"&&(h.charAt(1)==="x"?(h=h.slice(2),g=parseInt(h,16),x=g.toString(16)):(h=h.slice(1),g=parseInt(h,10),x=g.toString(10))),h=h.replace(/^0+/,""),isNaN(g)||x.toLowerCase()!==h||g<0||g>1114111?(H(m,"Invalid character entity"),"&"+m.entity+";"):String.fromCodePoint(g))}function Ue(m,h){h==="<"?(m.state=b.OPEN_WAKA,m.startTagPosition=m.position):I(h)||(H(m,"Non-whitespace before first tag."),m.textNode=h,m.state=b.TEXT)}function pe(m,h){var S="";return h<m.length&&(S=m.charAt(h)),S}function it(m){var h=this;if(this.error)throw this.error;if(h.closed)return he(h,"Cannot write after close. Assign an onready handler.");if(m===null)return Ee(h);typeof m=="object"&&(m=m.toString());for(var S=0,g="";g=pe(m,S++),h.c=g,!!g;)switch(h.trackPosition&&(h.position++,g===`
|
|
82
|
+
`?(h.line++,h.column=0):h.column++),h.state){case b.BEGIN:if(h.state=b.BEGIN_WHITESPACE,g==="\uFEFF")continue;Ue(h,g);continue;case b.BEGIN_WHITESPACE:Ue(h,g);continue;case b.TEXT:if(h.sawRoot&&!h.closedRoot){for(var C=S-1;g&&g!=="<"&&g!=="&";)g=pe(m,S++),g&&h.trackPosition&&(h.position++,g===`
|
|
83
|
+
`?(h.line++,h.column=0):h.column++);h.textNode+=m.substring(C,S-1)}g==="<"&&!(h.sawRoot&&h.closedRoot&&!h.strict)?(h.state=b.OPEN_WAKA,h.startTagPosition=h.position):(!I(g)&&(!h.sawRoot||h.closedRoot)&&H(h,"Text data outside of root node."),g==="&"?h.state=b.TEXT_ENTITY:h.textNode+=g);continue;case b.SCRIPT:g==="<"?h.state=b.SCRIPT_ENDING:h.script+=g;continue;case b.SCRIPT_ENDING:g==="/"?h.state=b.CLOSE_TAG:(h.script+="<"+g,h.state=b.SCRIPT);continue;case b.OPEN_WAKA:if(g==="!")h.state=b.SGML_DECL,h.sgmlDecl="";else if(!I(g))if(M(L,g))h.state=b.OPEN_TAG,h.tagName=g;else if(g==="/")h.state=b.CLOSE_TAG,h.tagName="";else if(g==="?")h.state=b.PROC_INST,h.procInstName=h.procInstBody="";else{if(H(h,"Unencoded <"),h.startTagPosition+1<h.position){var x=h.position-h.startTagPosition;g=new Array(x).join(" ")+g}h.textNode+="<"+g,h.state=b.TEXT}continue;case b.SGML_DECL:if(h.sgmlDecl+g==="--"){h.state=b.COMMENT,h.comment="",h.sgmlDecl="";continue}h.doctype&&h.doctype!==!0&&h.sgmlDecl?(h.state=b.DOCTYPE_DTD,h.doctype+="<!"+h.sgmlDecl+g,h.sgmlDecl=""):(h.sgmlDecl+g).toUpperCase()===f?(G(h,"onopencdata"),h.state=b.CDATA,h.sgmlDecl="",h.cdata=""):(h.sgmlDecl+g).toUpperCase()===y?(h.state=b.DOCTYPE,(h.doctype||h.sawRoot)&&H(h,"Inappropriately located doctype declaration"),h.doctype="",h.sgmlDecl=""):g===">"?(G(h,"onsgmldeclaration",h.sgmlDecl),h.sgmlDecl="",h.state=b.TEXT):(A(g)&&(h.state=b.SGML_DECL_QUOTED),h.sgmlDecl+=g);continue;case b.SGML_DECL_QUOTED:g===h.q&&(h.state=b.SGML_DECL,h.q=""),h.sgmlDecl+=g;continue;case b.DOCTYPE:g===">"?(h.state=b.TEXT,G(h,"ondoctype",h.doctype),h.doctype=!0):(h.doctype+=g,g==="["?h.state=b.DOCTYPE_DTD:A(g)&&(h.state=b.DOCTYPE_QUOTED,h.q=g));continue;case b.DOCTYPE_QUOTED:h.doctype+=g,g===h.q&&(h.q="",h.state=b.DOCTYPE);continue;case b.DOCTYPE_DTD:g==="]"?(h.doctype+=g,h.state=b.DOCTYPE):g==="<"?(h.state=b.OPEN_WAKA,h.startTagPosition=h.position):A(g)?(h.doctype+=g,h.state=b.DOCTYPE_DTD_QUOTED,h.q=g):h.doctype+=g;continue;case b.DOCTYPE_DTD_QUOTED:h.doctype+=g,g===h.q&&(h.state=b.DOCTYPE_DTD,h.q="");continue;case b.COMMENT:g==="-"?h.state=b.COMMENT_ENDING:h.comment+=g;continue;case b.COMMENT_ENDING:g==="-"?(h.state=b.COMMENT_ENDED,h.comment=Xe(h.opt,h.comment),h.comment&&G(h,"oncomment",h.comment),h.comment=""):(h.comment+="-"+g,h.state=b.COMMENT);continue;case b.COMMENT_ENDED:g!==">"?(H(h,"Malformed comment"),h.comment+="--"+g,h.state=b.COMMENT):h.doctype&&h.doctype!==!0?h.state=b.DOCTYPE_DTD:h.state=b.TEXT;continue;case b.CDATA:for(var C=S-1;g&&g!=="]";)g=pe(m,S++),g&&h.trackPosition&&(h.position++,g===`
|
|
84
|
+
`?(h.line++,h.column=0):h.column++);h.cdata+=m.substring(C,S-1),g==="]"&&(h.state=b.CDATA_ENDING);continue;case b.CDATA_ENDING:g==="]"?h.state=b.CDATA_ENDING_2:(h.cdata+="]"+g,h.state=b.CDATA);continue;case b.CDATA_ENDING_2:g===">"?(h.cdata&&G(h,"oncdata",h.cdata),G(h,"onclosecdata"),h.cdata="",h.state=b.TEXT):g==="]"?h.cdata+="]":(h.cdata+="]]"+g,h.state=b.CDATA);continue;case b.PROC_INST:g==="?"?h.state=b.PROC_INST_ENDING:I(g)?h.state=b.PROC_INST_BODY:h.procInstName+=g;continue;case b.PROC_INST_BODY:if(!h.procInstBody&&I(g))continue;g==="?"?h.state=b.PROC_INST_ENDING:h.procInstBody+=g;continue;case b.PROC_INST_ENDING:if(g===">"){const j={name:h.procInstName,body:h.procInstBody};W(h,j),G(h,"onprocessinginstruction",j),h.procInstName=h.procInstBody="",h.state=b.TEXT}else h.procInstBody+="?"+g,h.state=b.PROC_INST_BODY;continue;case b.OPEN_TAG:M(N,g)?h.tagName+=g:(rt(h),g===">"?ge(h):g==="/"?h.state=b.OPEN_TAG_SLASH:(I(g)||H(h,"Invalid character in tag name"),h.state=b.ATTRIB));continue;case b.OPEN_TAG_SLASH:g===">"?(ge(h,!0),Fe(h)):(H(h,"Forward-slash in opening tag not followed by >"),h.state=b.ATTRIB);continue;case b.ATTRIB:if(I(g))continue;g===">"?ge(h):g==="/"?h.state=b.OPEN_TAG_SLASH:M(L,g)?(h.attribName=g,h.attribValue="",h.state=b.ATTRIB_NAME):H(h,"Invalid attribute name");continue;case b.ATTRIB_NAME:g==="="?h.state=b.ATTRIB_VALUE:g===">"?(H(h,"Attribute without value"),h.attribValue=h.attribName,xe(h),ge(h)):I(g)?h.state=b.ATTRIB_NAME_SAW_WHITE:M(N,g)?h.attribName+=g:H(h,"Invalid attribute name");continue;case b.ATTRIB_NAME_SAW_WHITE:if(g==="=")h.state=b.ATTRIB_VALUE;else{if(I(g))continue;H(h,"Attribute without value"),h.tag.attributes[h.attribName]="",h.attribValue="",G(h,"onattribute",{name:h.attribName,value:""}),h.attribName="",g===">"?ge(h):M(L,g)?(h.attribName=g,h.state=b.ATTRIB_NAME):(H(h,"Invalid attribute name"),h.state=b.ATTRIB)}continue;case b.ATTRIB_VALUE:if(I(g))continue;A(g)?(h.q=g,h.state=b.ATTRIB_VALUE_QUOTED):(h.opt.unquotedAttributeValues||he(h,"Unquoted attribute value"),h.state=b.ATTRIB_VALUE_UNQUOTED,h.attribValue=g);continue;case b.ATTRIB_VALUE_QUOTED:if(g!==h.q){g==="&"?h.state=b.ATTRIB_VALUE_ENTITY_Q:h.attribValue+=g;continue}xe(h),h.q="",h.state=b.ATTRIB_VALUE_CLOSED;continue;case b.ATTRIB_VALUE_CLOSED:I(g)?h.state=b.ATTRIB:g===">"?ge(h):g==="/"?h.state=b.OPEN_TAG_SLASH:M(L,g)?(H(h,"No whitespace between attributes"),h.attribName=g,h.attribValue="",h.state=b.ATTRIB_NAME):H(h,"Invalid attribute name");continue;case b.ATTRIB_VALUE_UNQUOTED:if(!_(g)){g==="&"?h.state=b.ATTRIB_VALUE_ENTITY_U:h.attribValue+=g;continue}xe(h),g===">"?ge(h):h.state=b.ATTRIB;continue;case b.CLOSE_TAG:if(h.tagName)g===">"?Fe(h):M(N,g)?h.tagName+=g:h.script?(h.script+="</"+h.tagName+g,h.tagName="",h.state=b.SCRIPT):(I(g)||H(h,"Invalid tagname in closing tag"),h.state=b.CLOSE_TAG_SAW_WHITE);else{if(I(g))continue;T(L,g)?h.script?(h.script+="</"+g,h.state=b.SCRIPT):H(h,"Invalid tagname in closing tag."):h.tagName=g}continue;case b.CLOSE_TAG_SAW_WHITE:if(I(g))continue;g===">"?Fe(h):H(h,"Invalid characters in closing tag");continue;case b.TEXT_ENTITY:case b.ATTRIB_VALUE_ENTITY_Q:case b.ATTRIB_VALUE_ENTITY_U:var D,P;switch(h.state){case b.TEXT_ENTITY:D=b.TEXT,P="textNode";break;case b.ATTRIB_VALUE_ENTITY_Q:D=b.ATTRIB_VALUE_QUOTED,P="attribValue";break;case b.ATTRIB_VALUE_ENTITY_U:D=b.ATTRIB_VALUE_UNQUOTED,P="attribValue";break}if(g===";"){var k=Pe(h);h.opt.unparsedEntities&&!Object.values(e.XML_ENTITIES).includes(k)?((h.entityCount+=1)>h.opt.maxEntityCount&&he(h,"Parsed entity count exceeds max entity count"),(h.entityDepth+=1)>h.opt.maxEntityDepth&&he(h,"Parsed entity depth exceeds max entity depth"),h.entity="",h.state=D,h.write(k),h.entityDepth-=1):(h[P]+=k,h.entity="",h.state=D)}else M(h.entity.length?v:d,g)?h.entity+=g:(H(h,"Invalid character in entity name"),h[P]+="&"+h.entity+g,h.entity="",h.state=D);continue;default:throw new Error(h,"Unknown state: "+h.state)}return h.position>=h.bufferCheckPosition&&o(h),h}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var m=String.fromCharCode,h=Math.floor,S=function(){var g=16384,x=[],C,D,P=-1,k=arguments.length;if(!k)return"";for(var j="";++P<k;){var B=Number(arguments[P]);if(!isFinite(B)||B<0||B>1114111||h(B)!==B)throw RangeError("Invalid code point: "+B);B<=65535?x.push(B):(B-=65536,C=(B>>10)+55296,D=B%1024+56320,x.push(C,D)),(P+1===k||x.length>g)&&(j+=m.apply(null,x),x.length=0)}return j};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:S,configurable:!0,writable:!0}):String.fromCodePoint=S}()})(t)}(Ht)),Ht}var Yt={},Ar;function Xo(){return Ar||(Ar=1,function(){Yt.stripBOM=function(t){return t[0]==="\uFEFF"?t.substring(1):t}}.call(q)),Yt}var Oe={},_r;function fi(){return _r||(_r=1,function(){var t;t=new RegExp(/(?!xmlns)^.*:/),Oe.normalize=function(e){return e.toLowerCase()},Oe.firstCharLowerCase=function(e){return e.charAt(0).toLowerCase()+e.slice(1)},Oe.stripPrefix=function(e){return e.replace(t,"")},Oe.parseNumbers=function(e){return isNaN(e)||(e=e%1===0?parseInt(e,10):parseFloat(e)),e},Oe.parseBooleans=function(e){return/^(?:true|false)$/i.test(e)&&(e=e.toLowerCase()==="true"),e}}.call(q)),Oe}var Lr;function Uo(){return Lr||(Lr=1,function(t){(function(){var e,n,r,o,i,s,a,u,p,c=function(y,E){return function(){return y.apply(E,arguments)}},l=function(y,E){for(var O in E)f.call(E,O)&&(y[O]=E[O]);function w(){this.constructor=y}return w.prototype=E.prototype,y.prototype=new w,y.__super__=E.prototype,y},f={}.hasOwnProperty;u=$o(),o=un,e=Xo(),a=fi(),p=Mi.setImmediate,n=cn().defaults,i=function(y){return typeof y=="object"&&y!=null&&Object.keys(y).length===0},s=function(y,E,O){var w,L,N;for(w=0,L=y.length;w<L;w++)N=y[w],E=N(E,O);return E},r=function(y,E,O){var w;return w=Object.create(null),w.value=O,w.writable=!0,w.enumerable=!0,w.configurable=!0,Object.defineProperty(y,E,w)},t.Parser=function(y){l(E,y);function E(O){this.parseStringPromise=c(this.parseStringPromise,this),this.parseString=c(this.parseString,this),this.reset=c(this.reset,this),this.assignOrPush=c(this.assignOrPush,this),this.processAsync=c(this.processAsync,this);var w,L,N;if(!(this instanceof t.Parser))return new t.Parser(O);this.options={},L=n["0.2"];for(w in L)f.call(L,w)&&(N=L[w],this.options[w]=N);for(w in O)f.call(O,w)&&(N=O[w],this.options[w]=N);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift(a.normalize)),this.reset()}return E.prototype.processAsync=function(){var O,w;try{return this.remaining.length<=this.options.chunkSize?(O=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(O),this.saxParser.close()):(O=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(O),p(this.processAsync))}catch(L){if(w=L,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(w)}},E.prototype.assignOrPush=function(O,w,L){return w in O?(O[w]instanceof Array||r(O,w,[O[w]]),O[w].push(L)):this.options.explicitArray?r(O,w,[L]):r(O,w,L)},E.prototype.reset=function(){var O,w,L,N;return this.removeAllListeners(),this.saxParser=u.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=function(d){return function(v){if(d.saxParser.resume(),!d.saxParser.errThrown)return d.saxParser.errThrown=!0,d.emit("error",v)}}(this),this.saxParser.onend=function(d){return function(){if(!d.saxParser.ended)return d.saxParser.ended=!0,d.emit("end",d.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,N=[],O=this.options.attrkey,w=this.options.charkey,this.saxParser.onopentag=function(d){return function(v){var I,A,_,M,T;if(_={},_[w]="",!d.options.ignoreAttrs){T=v.attributes;for(I in T)f.call(T,I)&&(!(O in _)&&!d.options.mergeAttrs&&(_[O]={}),A=d.options.attrValueProcessors?s(d.options.attrValueProcessors,v.attributes[I],I):v.attributes[I],M=d.options.attrNameProcessors?s(d.options.attrNameProcessors,I):I,d.options.mergeAttrs?d.assignOrPush(_,M,A):r(_[O],M,A))}return _["#name"]=d.options.tagNameProcessors?s(d.options.tagNameProcessors,v.name):v.name,d.options.xmlns&&(_[d.options.xmlnskey]={uri:v.uri,local:v.local}),N.push(_)}}(this),this.saxParser.onclosetag=function(d){return function(){var v,I,A,_,M,T,b,F,$,V;if(T=N.pop(),M=T["#name"],(!d.options.explicitChildren||!d.options.preserveChildrenOrder)&&delete T["#name"],T.cdata===!0&&(v=T.cdata,delete T.cdata),$=N[N.length-1],T[w].match(/^\s*$/)&&!v?(I=T[w],delete T[w]):(d.options.trim&&(T[w]=T[w].trim()),d.options.normalize&&(T[w]=T[w].replace(/\s{2,}/g," ").trim()),T[w]=d.options.valueProcessors?s(d.options.valueProcessors,T[w],M):T[w],Object.keys(T).length===1&&w in T&&!d.EXPLICIT_CHARKEY&&(T=T[w])),i(T)&&(typeof d.options.emptyTag=="function"?T=d.options.emptyTag():T=d.options.emptyTag!==""?d.options.emptyTag:I),d.options.validator!=null&&(V="/"+function(){var R,U,W;for(W=[],R=0,U=N.length;R<U;R++)_=N[R],W.push(_["#name"]);return W}().concat(M).join("/"),function(){var R;try{return T=d.options.validator(V,$&&$[M],T)}catch(U){return R=U,d.emit("error",R)}}()),d.options.explicitChildren&&!d.options.mergeAttrs&&typeof T=="object"){if(!d.options.preserveChildrenOrder)_={},d.options.attrkey in T&&(_[d.options.attrkey]=T[d.options.attrkey],delete T[d.options.attrkey]),!d.options.charsAsChildren&&d.options.charkey in T&&(_[d.options.charkey]=T[d.options.charkey],delete T[d.options.charkey]),Object.getOwnPropertyNames(T).length>0&&(_[d.options.childkey]=T),T=_;else if($){$[d.options.childkey]=$[d.options.childkey]||[],b={};for(A in T)f.call(T,A)&&r(b,A,T[A]);$[d.options.childkey].push(b),delete T["#name"],Object.keys(T).length===1&&w in T&&!d.EXPLICIT_CHARKEY&&(T=T[w])}}return N.length>0?d.assignOrPush($,M,T):(d.options.explicitRoot&&(F=T,T={},r(T,M,F)),d.resultObject=T,d.saxParser.ended=!0,d.emit("end",d.resultObject))}}(this),L=function(d){return function(v){var I,A;if(A=N[N.length-1],A)return A[w]+=v,d.options.explicitChildren&&d.options.preserveChildrenOrder&&d.options.charsAsChildren&&(d.options.includeWhiteChars||v.replace(/\\n/g,"").trim()!=="")&&(A[d.options.childkey]=A[d.options.childkey]||[],I={"#name":"__text__"},I[w]=v,d.options.normalize&&(I[w]=I[w].replace(/\s{2,}/g," ").trim()),A[d.options.childkey].push(I)),A}}(this),this.saxParser.ontext=L,this.saxParser.oncdata=function(d){return function(v){var I;if(I=L(v),I)return I.cdata=!0}}()},E.prototype.parseString=function(O,w){var L;w!=null&&typeof w=="function"&&(this.on("end",function(N){return this.reset(),w(null,N)}),this.on("error",function(N){return this.reset(),w(N)}));try{return O=O.toString(),O.trim()===""?(this.emit("end",null),!0):(O=e.stripBOM(O),this.options.async?(this.remaining=O,p(this.processAsync),this.saxParser):this.saxParser.write(O).close())}catch(N){if(L=N,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw L}else return this.emit("error",L),this.saxParser.errThrown=!0}},E.prototype.parseStringPromise=function(O){return new Promise(function(w){return function(L,N){return w.parseString(O,function(d,v){return d?N(d):L(v)})}}(this))},E}(o),t.parseString=function(y,E,O){var w,L,N;return O!=null?(typeof O=="function"&&(w=O),typeof E=="object"&&(L=E)):(typeof E=="function"&&(w=E),L={}),N=new t.Parser(L),N.parseString(y,w)},t.parseStringPromise=function(y,E){var O,w;return typeof E=="object"&&(O=E),w=new t.Parser(O),w.parseStringPromise(y)}}).call(q)}(Gt)),Gt}var hi;(function(){var t,e,n,r=function(i,s){for(var a in s)o.call(s,a)&&(i[a]=s[a]);function u(){this.constructor=i}return u.prototype=s.prototype,i.prototype=new u,i.__super__=s.prototype,i},o={}.hasOwnProperty;e=cn(),t=Ro(),n=Uo(),fi(),e.defaults,function(i){r(s,i);function s(a){this.message=a}return s}(Error),t.Builder,n.Parser,n.parseString,hi=n.parseStringPromise}).call(q);class Vo{constructor(e,n,r){this.nextTxnId=1,this.pendingCommands=new Map,this.breakpoints=new Map,this.scriptIdByUrl=new Map,this.nextScriptId=1,this.objectHandles=new Map,this.nextObjectId=1,this.callFramesMap=new Map,this.xdebugConnected=!1,this.dbgp=e,this.cdp=n,this.readPHPFile=r.getPHPFile,this.phpRoot=r.phpRoot||"";for(const o of r.knownScriptUrls)this.scriptIdByUrl.set(o,this.getOrCreateScriptId(o));this.breakOnFirstLine=r.breakOnFirstLine||!1}start(){this.dbgp.on("connected",()=>{this.xdebugConnected=!0,this.sendDbgpCommand("stdout","-c 1"),this.sendDbgpCommand("stderr","-c 1")}),this.dbgp.on("message",async e=>{try{const n=await hi(e,{explicitArray:!1});await this.handleDbgpMessage(n)}catch{}}),this.dbgp.on("disconnected",()=>{this.xdebugConnected=!1,this.cdp.sendMessage({method:"Debugger.paused",params:{reason:"terminated",callFrames:[]}})}),this.cdp.on("message",e=>{this.handleCdpMessage(e)}),this.cdp.on("clientDisconnected",()=>{this.xdebugConnected&&this.sendDbgpCommand("detach")}),this.sendInitialScripts().then(()=>{if(!this.breakOnFirstLine){const e=this.scriptIdByUrl.entries().next().value;e&&(this.cdp.sendMessage({method:"Debugger.paused",params:{callFrames:[{location:{scriptId:e[1],lineNumber:0},scopeChain:[],this:{type:"undefined"}}],reason:"other"}}),setTimeout(()=>{this.cdp.sendMessage({method:"Debugger.resumed"})},50))}this.cdp.sendMessage({method:"Log.entryAdded",params:{entry:{source:"other",level:"info",text:`🎉 Welcome to WordPress Playground DevTools! 🎉
|
|
82
85
|
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
|
83
86
|
|
|
84
87
|
1. Add breakpoints in your files to start step debugging.
|
|
85
88
|
|
|
86
89
|
2. Run your php file, project, plugin or theme using PHP.wasm or Playground CLI.
|
|
87
90
|
|
|
88
|
-
3. Witness the magic break.`,timestamp:Date.now()}}}),this.cdp.sendMessage({method:"Log.entryAdded",params:{entry:{source:"other",level:"info",text:" ",timestamp:Date.now()}}})})}stop(){this.dbgp.close(),this.cdp.close()}async sendInitialScripts(){for(const[
|
|
89
|
-
`),a=s.map((l,f)=>f===0?"AAAA":"AACA").join(";"),u={version:3,file:o,sources:[r],sourcesContent:[i],mappings:a},c=`data:application/json;base64,${Buffer.from(JSON.stringify(u),"utf-8").toString("base64")}`;this.cdp.sendMessage({method:"Debugger.scriptParsed",params:{scriptId:n,url:o,startLine:0,startColumn:0,endLine:s.length,endColumn:0,executionContextId:1,sourceMapURL:c}})}catch(i){this.cdp.sendMessage({method:"Log.entryAdded",params:{entry:{source:"other",level:"warning",text:i.message,timestamp:Date.now()}}})}}getOrCreateScriptId(
|
|
91
|
+
3. Witness the magic break.`,timestamp:Date.now()}}}),this.cdp.sendMessage({method:"Log.entryAdded",params:{entry:{source:"other",level:"info",text:" ",timestamp:Date.now()}}})})}stop(){this.dbgp.close(),this.cdp.close()}async sendInitialScripts(){for(const[e,n]of this.scriptIdByUrl.entries())await this.sendScriptToCDP(e,n)}async sendScriptToCDP(e,n){const r=this.uriFromBridgeToCDPSyntaxHighlight(e),o=this.uriFromBridgeToCDP(e);try{const i=await this.readPHPFile(e),s=i.split(`
|
|
92
|
+
`),a=s.map((l,f)=>f===0?"AAAA":"AACA").join(";"),u={version:3,file:o,sources:[r],sourcesContent:[i],mappings:a},c=`data:application/json;base64,${Buffer.from(JSON.stringify(u),"utf-8").toString("base64")}`;this.cdp.sendMessage({method:"Debugger.scriptParsed",params:{scriptId:n,url:o,startLine:0,startColumn:0,endLine:s.length,endColumn:0,executionContextId:1,sourceMapURL:c}})}catch(i){this.cdp.sendMessage({method:"Log.entryAdded",params:{entry:{source:"other",level:"warning",text:i.message,timestamp:Date.now()}}})}}getOrCreateScriptId(e){let n=this.scriptIdByUrl.get(e);return n||(n=Di("sha256").update(String(this.nextScriptId++)).digest("hex").slice(0,16),this.scriptIdByUrl.set(e,n)),n}formatPropertyFullName(e){let n=!1,r="";for(const o of e)o==='"'||o==="\\"||o==="\0"?(r+="\\"+o,n=!0):o===" "?(r+=o,n=!0):r+=o;return(n||e.includes("'"))&&(r=`"${r}"`),r}sendDbgpCommand(e,n){const o=(this.nextTxnId++).toString();let i=`${e} -i ${o}`;return n!==void 0&&(i+=` ${n}`),this.dbgp.sendCommand(i),o}async handleCdpMessage(e){const{id:n,method:r,params:o}=e;let i={},s=!0;switch(r){case"Debugger.enable":case"Runtime.enable":i={};break;case"Debugger.setBreakpointByUrl":{const{url:a,lineNumber:u}=o;if(!a){s=!1;break}const p=this.uriFromCDPToBridge(a),c=this.uriFromBridgeToDBGP(p),l=(typeof u=="number"?u:0)+1,f=String(this.breakpoints.size+1);if(this.xdebugConnected){const y=`breakpoint_set -t line -f ${this.formatPropertyFullName(c)} -n ${l}`,E=this.sendDbgpCommand(y);this.pendingCommands.set(E,{cdpId:n,cdpMethod:r,params:{breakpointId:f,fileUri:p,lineNumber:l}}),s=!1}else this.breakpoints.set(f,{cdpId:f,xdebugId:null,fileUri:p,lineNumber:l}),i={breakpointId:f,locations:[{scriptId:this.getOrCreateScriptId(p),lineNumber:l-1,columnNumber:0}]};break}case"Debugger.removeBreakpoint":{const{breakpointId:a}=o,u=String(a),p=this.breakpoints.get(u);if(p){if(p.xdebugId&&this.xdebugConnected){const c=`breakpoint_remove -d ${p.xdebugId}`,l=this.sendDbgpCommand(c);this.pendingCommands.set(l,{cdpId:n,cdpMethod:r}),s=!1}this.breakpoints.delete(u)}i={};break}case"Debugger.resume":{this.xdebugConnected&&this.sendDbgpCommand("run"),i={};break}case"Debugger.stepOver":{this.xdebugConnected&&this.sendDbgpCommand("step_over"),i={};break}case"Debugger.stepInto":{this.xdebugConnected&&this.sendDbgpCommand("step_into"),i={};break}case"Debugger.stepOut":{this.xdebugConnected&&this.sendDbgpCommand("step_out"),i={};break}case"Debugger.pause":{this.xdebugConnected&&this.sendDbgpCommand("break"),i={};break}case"Runtime.evaluate":case"Debugger.evaluateOnCallFrame":{const a=o.expression||"",u=o.callFrameId;if(r==="Debugger.evaluateOnCallFrame"){if(u===void 0||!this.callFramesMap.has(u)){this.cdp.sendMessage({id:n,error:{code:-32e3,message:"No such call frame"}});return}if(this.callFramesMap.get(u)!==0){this.cdp.sendMessage({id:n,error:{code:-32e3,message:"Evaluation in this frame not supported"}});return}}if(this.xdebugConnected){const p=Buffer.from(a).toString("base64"),c=this.sendDbgpCommand("eval",`-- ${p}`);this.pendingCommands.set(c,{cdpId:n,cdpMethod:r}),s=!1}else i={result:{type:"undefined",value:void 0}};break}case"Runtime.getProperties":{const{objectId:a}=o,u=this.objectHandles.get(a);if(u&&this.xdebugConnected)if(u.type==="context"){const p=u.contextId??0,l=`context_get -d ${u.depth} -c ${p} -p 0 -m 32`,f=this.sendDbgpCommand(l),y={...u,currentPage:0,aggregatedProps:[]};this.objectHandles.set(a,y),this.pendingCommands.set(f,{cdpId:n,cdpMethod:r,params:{objectId:a}}),s=!1}else if(u.type==="property"){const p=u.depth,c=u.fullname,l=this.formatPropertyFullName(c),f=`property_get -d ${p} -n ${l} -p 0 -m 32`,y=this.sendDbgpCommand(f),E={...u,currentPage:0,aggregatedProps:[]};this.objectHandles.set(a,E),this.pendingCommands.set(y,{cdpId:n,cdpMethod:r,params:{parentObjectId:a}}),s=!1}else i={result:[]};else i={result:[]};break}case"Debugger.getScriptSource":{const a=o.scriptId,u=[...this.scriptIdByUrl.entries()].find(([,c])=>c===a)?.[0],p=[];u&&p.push(`Here's the full path for your convenience:
|
|
90
93
|
`,`${this.uriFromBridgeToCDPSyntaxHighlight(u).replace("file://","")}
|
|
91
94
|
`),i={scriptSource:["`Are you looking for your source code?","Go to PHP.wasm group in the navigator and find it there.",...p,"What is this file, then? It's a placeholder required due to the dev tools limitations.","The XDebug <-> Devtools bridge implement PHP syntax highlighting using source maps,",'and the unfortunate side effect is having a "source" file and a "target" file.',`This is the "source". If you're interested in even more details, see the discussion at:
|
|
92
95
|
`,"https://github.com/WordPress/wordpress-playground/pull/2566`"].join(`
|
|
93
|
-
`)};break}default:i={};break}s&&this.cdp.sendMessage({id:n,result:i})}uriFromBridgeToCDPSyntaxHighlight(
|
|
94
|
-
`),await new Promise(l=>s.on("clientConnected",l)),await new Promise(l=>setTimeout(l,2e3)),
|
|
95
|
-
`));
|
|
96
|
+
`)};break}default:i={};break}s&&this.cdp.sendMessage({id:n,result:i})}uriFromBridgeToCDPSyntaxHighlight(e){return`file://PHP.wasm/${e}`}uriFromBridgeToCDP(e){return e=this.scriptIdByUrl.get(e)??"",`file://placeholders/${e}`}uriFromCDPToBridge(e){const n="file://placeholders/";return[...this.scriptIdByUrl.entries()].find(([,r])=>r===e.slice(n.length))?.[0]??""}uriFromBridgeToDBGP(e){return ee.resolve(process.cwd(),e)}uriFromDBGPToBridge(e){e=e.startsWith("file://")?e.slice(7):e;const n=e.indexOf(this.phpRoot);return n!==-1?e.slice(n):e}async handleDbgpMessage(e){if(e.init){this.breakpoints.forEach(r=>{this.handleCdpMessage({id:r.cdpId,method:"Debugger.setBreakpointByUrl",params:{url:this.uriFromBridgeToCDP(r.fileUri),lineNumber:r.lineNumber-1}})});const n=this.breakOnFirstLine?this.sendDbgpCommand("step_into"):this.sendDbgpCommand("run");this.pendingCommands.set(n,{});return}if(e.response){const n=e.response,r=n.$,o=r.command,i=r.transaction_id,s=this.pendingCommands.get(i);switch(o){case"breakpoint_set":{if(s&&s.cdpId!==void 0&&s.cdpMethod==="Debugger.setBreakpointByUrl"){const a=r.id,u=s.params;if(u){const{breakpointId:p,fileUri:c,lineNumber:l}=u;this.breakpoints.set(p,{cdpId:p,xdebugId:a,fileUri:c,lineNumber:l});const f=this.getOrCreateScriptId(c),y={breakpointId:p,locations:[{scriptId:f,lineNumber:l-1,columnNumber:0}]};this.cdp.sendMessage({id:s.cdpId,result:y})}this.pendingCommands.delete(i)}break}case"breakpoint_remove":{s&&s.cdpId!==void 0&&(this.cdp.sendMessage({id:s.cdpId,result:{}}),this.pendingCommands.delete(i));break}case"run":case"step_into":case"step_over":case"step_out":{const a=r.status;if(n["xdebug:message"]){const u=this.uriFromDBGPToBridge(n["xdebug:message"].$.filename);u&&!this.scriptIdByUrl.has(u)&&await this.sendScriptToCDP(u,this.getOrCreateScriptId(u))}if(a==="break"){const u=this.sendDbgpCommand("stack_get");this.pendingCommands.set(u,{}),this.pendingCommands.delete(i)}else(a==="stopping"||a==="stopped")&&this.cdp.sendMessage({method:"Debugger.resumed",params:{}});break}case"eval":{if(s&&s.cdpId!==void 0){let a;if(n.property){const p=n.property,c=p.$.type,l=p.$.encoding;let f=null;if(Object.prototype.hasOwnProperty.call(p,"_")?f=p._:typeof p.$value<"u"&&(f=p.$value),l==="base64"&&f!==null)try{f=Buffer.from(f,"base64").toString()}catch{}if(c==="string")a={type:"string",value:f??""};else if(c==="int"||c==="float"||c==="bool"||c==="boolen"||c==="integer"||c==="double"){let y=f;c.startsWith("int")||c==="integer"?y=parseInt(f||"0",10):c==="float"||c==="double"?y=parseFloat(f||"0"):c.startsWith("bool")&&(y=f==="1"||f==="true"),a={type:"number",value:y}}else if(c==="array"||c==="object"){const y=p.$.classname||(c==="array"?"Array":"Object"),E=String(this.nextObjectId++),O=p.$.fullname||"";this.objectHandles.set(E,{type:"property",depth:0,contextId:0,fullname:O}),a={type:"object",objectId:E,className:y,description:y}}else c==="null"?a={type:"object",subtype:"null",value:null}:a={type:"undefined",value:void 0}}else a={type:"undefined",value:void 0};const u={result:a};this.cdp.sendMessage({id:s.cdpId,result:u}),this.pendingCommands.delete(i)}break}case"context_get":case"property_get":{if(s&&s.cdpId!==void 0){const a=s.params?.objectId||s.params?.parentObjectId,u=a?this.objectHandles.get(a):null,p=n.property?.property??n.property,c=[];if(p){const l=Array.isArray(p)?p:[p];for(const f of l){const y=f.$.name||f.$.fullname||"";let E=f.$.type||"undefined";const O=f.$.children==="1",w=f.$.encoding;let L=null;if(typeof f._<"u"&&(L=f._),w==="base64"&&L!==null)try{L=Buffer.from(L,"base64").toString()}catch{}if(O){const N=f.$.classname||(E==="array"?"Array":"Object"),d=String(this.nextObjectId++),v=s.cdpMethod==="Runtime.getProperties"&&s.params?.parentObjectId&&this.objectHandles.get(s.params.parentObjectId)?.contextId||0,I=s.cdpMethod==="Runtime.getProperties"&&s.params?.parentObjectId&&this.objectHandles.get(s.params.parentObjectId)?.depth||0;this.objectHandles.set(d,{type:"property",depth:I,contextId:v,fullname:f.$.fullname||y}),c.push({name:f.$.key||y,value:{type:"object",className:N,description:N,objectId:d},writable:!1,configurable:!1,enumerable:!0})}else{let N,d;E==="string"?N=L??"":E==="int"||E==="integer"?N=parseInt(L||"0",10):E==="float"||E==="double"?N=parseFloat(L||"0"):E==="bool"||E==="boolean"?(N=L==="1"||L==="true",E="boolean"):E==="null"?(N=null,d="null"):N=L;const v={type:E==="integer"?"number":E};d&&(v.subtype=d),v.value=N,c.push({name:f.$.key||y,value:v,writable:!1,configurable:!1,enumerable:!0})}}}if(u){const l=(u.aggregatedProps||[]).concat(c),f=32;if(c.length===f){const E=(u.currentPage||0)+1,O={...u,currentPage:E,aggregatedProps:l};this.objectHandles.set(a,O);let w;if(o==="context_get"){const N=u.contextId??0;w=`context_get -d ${u.depth} -c ${N} -p ${E} -m ${f}`}else{const N=u.depth,d=u.fullname,v=this.formatPropertyFullName(d);w=`property_get -d ${N} -n ${v} -p ${E} -m ${f}`}const L=this.sendDbgpCommand(w);this.pendingCommands.set(L,{cdpId:s.cdpId,cdpMethod:s.cdpMethod,params:s.params}),this.pendingCommands.delete(i);return}else{const E={result:l};this.cdp.sendMessage({id:s.cdpId,result:E}),this.pendingCommands.delete(i)}}else{const l={result:c};this.cdp.sendMessage({id:s.cdpId,result:l}),this.pendingCommands.delete(i)}}break}case"stack_get":{if(n.stack){const a=Array.isArray(n.stack)?n.stack:[n.stack],u=[];this.callFramesMap.clear();for(const c of a){const l=this.uriFromDBGPToBridge(c.$.filename),f=this.getOrCreateScriptId(l);this.scriptIdByUrl.has(l)||(this.scriptIdByUrl.set(l,f),await this.sendScriptToCDP(l,f))}for(const c of a){const l=parseInt(c.$.level,10),f=this.uriFromDBGPToBridge(c.$.filename),y=parseInt(c.$.lineno,10),E=c.$.where&&c.$.where!=="{main}"?c.$.where:"(anonymous)",O=`frame:${l}`;this.callFramesMap.set(O,l);const w=[],L=String(this.nextObjectId++);this.objectHandles.set(L,{type:"context",contextId:0,depth:l}),w.push({type:"local",object:{objectId:L,className:"Object",description:"Local"}});const N=String(this.nextObjectId++);this.objectHandles.set(N,{type:"context",contextId:1,depth:l}),w.push({type:"global",object:{objectId:N,className:"Object",description:"Global"}}),u.push({callFrameId:O,functionName:E,location:{scriptId:this.getOrCreateScriptId(f),lineNumber:y-1,columnNumber:0},scopeChain:w,this:{type:"object",className:"Object",description:"Object",objectId:N}})}let p="pause";if(a.length>0){const c=a[0];if(c.$.filename&&c.$.lineno){const l=this.uriFromDBGPToBridge(c.$.filename),f=parseInt(c.$.lineno,10);for(const y of this.breakpoints.values())if(y.fileUri===l&&y.lineNumber===f){p="breakpoint";break}}}this.cdp.sendMessage({method:"Debugger.paused",params:{reason:p,callFrames:u,hitBreakpoints:p==="breakpoint"?[""]:[]}})}this.pendingCommands.delete(i);break}default:{s&&s.cdpId!==void 0&&(this.cdp.sendMessage({id:s.cdpId,result:{}}),this.pendingCommands.delete(i));break}}}else if(e.stream){const n=e.stream,r=n.$.type,o=n.$.encoding||"none";let i=typeof n._=="string"?n._:"";o==="base64"&&(i=Buffer.from(i,"base64").toString()),this.cdp.sendMessage({method:"Log.entryAdded",params:{entry:{source:"other",level:r==="stderr"?"error":"info",text:i,timestamp:Date.now(),stackTrace:{callFrames:[]}}}})}else e.notify}}async function qo(t){const e=t.cdpPort??9229,n=t.dbgpPort??9003,r=t.cdpHost??"127.0.0.1",o=t.phpRoot??process.cwd(),i=t.breakOnFirstLine??!1;fe.log("Starting XDebug Bridge...");const s=new yo(e);fe.log("Connect Chrome DevTools to CDP at:"),fe.log(`devtools://devtools/bundled/inspector.html?ws=${r}:${e}
|
|
97
|
+
`),await new Promise(l=>s.on("clientConnected",l)),await new Promise(l=>setTimeout(l,2e3)),fe.log("Chrome connected! Initializing Xdebug receiver...");const a=new bo(n);fe.log(`XDebug receiver running on port ${n}`),fe.log("Running a PHP script with Xdebug enabled...");async function u(l){const f=[],y=t.phpInstance?await t.phpInstance.listFiles(l):Ti(l);for(const E of y){const O=ee.join(l,E);try{(t.phpInstance?await t.phpInstance.isDir(O):Ni(O).isDirectory())?f.push(...await u(O)):E.endsWith(".php")&&f.push(O)}catch{}}return f}const p=t.phpInstance?l=>t.phpInstance.readFileAsText(l):t.getPHPFile?t.getPHPFile:l=>nn(l,"utf-8"),c=await u(o);return new Vo(a,s,{knownScriptUrls:c,phpRoot:o,getPHPFile:p,breakOnFirstLine:i})}let re=process.argv.slice(2);re.length||(re=["--help"]);const Y=new Ci({verbosity:"normal"}),pi=(import.meta||{}).url,Je=new URL("ca-bundle.crt",pi).pathname;Ii(Je)||Sr(Je,Oi.join(`
|
|
98
|
+
`));re.unshift("-d",`openssl.cafile=${Je}`,"-d",`curl.cainfo=${Je}`);async function Wo(){const t=new URL("php.ini",pi).pathname,e=process.env.PHP||di;if(!gi.includes(e))throw new Error(`Unsupported PHP version ${e}`);const n=re.some(f=>f.startsWith("--xdebug"));n&&(re=re.filter(f=>f!=="--xdebug"));const r=re.some(f=>f.startsWith("--experimental-devtools"));r&&(re=re.filter(f=>f!=="--experimental-devtools"));const o=re.filter(f=>f.startsWith("--experimental-unsafe-ide-integration")).map(f=>{const y=f.split("=")[1];return y===void 0?["vscode","phpstorm"]:y.includes(",")?y.split(","):[y]})[0]??!1;o&&(re=re.filter(f=>!f.startsWith("--experimental-unsafe-ide-integration")));const{TMPDIR:i,...s}=process.env,a=xn(ee.join(Pn.tmpdir(),"php-wasm-bin"));Sr(`${a}/php`,`#!/bin/sh
|
|
96
99
|
${process.argv[0]} ${process.execArgv.join(" ")} ${process.argv[1]}
|
|
97
|
-
`),
|
|
100
|
+
`),vi(`${a}/php`,493);const u=xn(ee.join(Pn.tmpdir(),"php-wasm-sys-tmp")),p=new mi(await Pi(e,{fileLockManager:new yi,emscriptenOptions:{processId:1,ENV:{...s,TMPDIR:u,TERM:"xterm",PATH:`${a}:${s.PATH}`}},extensions:n?[{name:"xdebug",options:no({pathSkippings:[...Rn]})}]:[]}));if(p.setSpawnHandler((f,y)=>bi(f,y,{shell:!0,stdio:["pipe","pipe","pipe"]})),Ai(p),n&&o)try{const f="PHP.wasm CLI - Listen for Xdebug",y=o;await to(f,process.cwd());const E=await eo({name:f,host:"example.com",port:443,ides:y,cwd:process.cwd(),pathSkippings:[...Rn]}),O=y.includes("vscode"),w=y.includes("phpstorm"),L=Object.values(E);Y.print(""),L.length>0?(Y.print(Y.bold("Xdebug configured successfully")),Y.print(Y.highlight("Updated IDE config: ")+L.join(" "))):(Y.print(Y.bold("Xdebug configuration failed.")),Y.print("No IDE-specific project settings directory was found in the current working directory.")),Y.print(""),O&&E.vscode&&(Y.print(Y.bold("VS Code / Cursor instructions:")),Y.print(" 1. Ensure you have installed an IDE extension for PHP Debugging"),Y.print(` (The ${Y.bold("PHP Debug")} extension by ${Y.bold("Xdebug")} has been a solid option)`),Y.print(" 2. Open the Run and Debug panel on the left sidebar"),Y.print(` 3. Select "${Y.italic(f)}" from the dropdown`),Y.print(' 4. Click "start debugging"'),Y.print(" 5. Set a breakpoint."),Y.print(" 6. Run your command with PHP.wasm CLI."),w&&Y.print("")),w&&E.phpstorm&&(Y.print(Y.bold("PhpStorm instructions:")),Y.print(` 1. Choose "${Y.italic(f)}" debug configuration in the toolbar`),Y.print(" 2. Click the debug button (bug icon)"),Y.print(" 3. Set a breakpoint."),Y.print(" 4. Run your command with PHP.wasm CLI.")),Y.print("")}catch(f){throw new Error("Could not configure Xdebug",{cause:f})}n&&r&&(await qo({breakOnFirstLine:!0})).start(),re.some(f=>f.startsWith("-c"))||re.unshift("-c",t);const l=await p.cli(["php",...re]);l.stderr.pipeTo(new WritableStream({write(f){process.stderr.write(f)}})),l.stdout.pipeTo(new WritableStream({write(f){process.stdout.write(f)}})),await l.exitCode.catch(f=>{throw f.name==="ExitStatus"&&process.exit(f.status===void 0?1:f.status),f}).finally(()=>{setTimeout(()=>{process.exit(0)},100)})}Wo();
|
|
98
101
|
//# sourceMappingURL=main.js.map
|