diff --git a/lib/platform-bible-utils/dist/index.cjs b/lib/platform-bible-utils/dist/index.cjs index 6147c2c04b..5fbcc088f6 100644 --- a/lib/platform-bible-utils/dist/index.cjs +++ b/lib/platform-bible-utils/dist/index.cjs @@ -1,7 +1,7 @@ -"use strict";var Nu=Object.defineProperty;var bu=(e,t,r)=>t in e?Nu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var S=(e,t,r)=>bu(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const yu=require("async-mutex"),mr=require("jsonpath-plus");class Cu{constructor(t,r=1e4){S(this,"variableName");S(this,"promiseToValue");S(this,"resolver");S(this,"rejecter");this.variableName=t,this.promiseToValue=new Promise((n,u)=>{this.resolver=n,this.rejecter=u}),r>0&&setTimeout(()=>{this.rejecter&&(this.rejecter(`Timeout reached when waiting for ${this.variableName} to settle`),this.complete())},r),Object.seal(this)}get promise(){return this.promiseToValue}get hasSettled(){return Object.isFrozen(this)}resolveToValue(t,r=!1){if(this.resolver)console.debug(`${this.variableName} is being resolved now`),this.resolver(t),this.complete();else{if(r)throw Error(`${this.variableName} was already settled`);console.debug(`Ignoring subsequent resolution of ${this.variableName}`)}}rejectWithReason(t,r=!1){if(this.rejecter)console.debug(`${this.variableName} is being rejected now`),this.rejecter(t),this.complete();else{if(r)throw Error(`${this.variableName} was already settled`);console.debug(`Ignoring subsequent rejection of ${this.variableName}`)}}complete(){this.resolver=void 0,this.rejecter=void 0,Object.freeze(this)}}class Tu{constructor(t,r){S(this,"collator");this.collator=new Intl.Collator(t,r)}compare(t,r){return this.collator.compare(t,r)}resolvedOptions(){return this.collator.resolvedOptions()}}class Wr{constructor(t,r){S(this,"dateTimeFormatter");this.dateTimeFormatter=new Intl.DateTimeFormat(t,r)}format(t){return this.dateTimeFormatter.format(t)}formatRange(t,r){return this.dateTimeFormatter.formatRange(t,r)}formatRangeToParts(t,r){return this.dateTimeFormatter.formatRangeToParts(t,r)}formatToParts(t){return this.dateTimeFormatter.formatToParts(t)}resolvedOptions(){return this.dateTimeFormatter.resolvedOptions()}}class Qr{constructor(){S(this,"subscribe",this.event);S(this,"subscriptions");S(this,"lazyEvent");S(this,"isDisposed",!1);S(this,"dispose",()=>this.disposeFn());S(this,"emit",t=>{this.emitFn(t)})}get event(){return this.assertNotDisposed(),this.lazyEvent||(this.lazyEvent=t=>{if(!t||typeof t!="function")throw new Error("Event handler callback must be a function!");return this.subscriptions||(this.subscriptions=[]),this.subscriptions.push(t),()=>{if(!this.subscriptions)return!1;const r=this.subscriptions.indexOf(t);return r<0?!1:(this.subscriptions.splice(r,1),!0)}}),this.lazyEvent}emitFn(t){this.assertNotDisposed(),[...this.subscriptions??[]].forEach(n=>n(t))}assertNotDisposed(){if(this.isDisposed)throw new Error("Emitter is disposed")}disposeFn(){return this.assertNotDisposed(),this.isDisposed=!0,this.subscriptions=void 0,this.lazyEvent=void 0,Promise.resolve(!0)}}function wu(){return"00-0-4-1-000".replace(/[^-]/g,e=>((Math.random()+~~e)*65536>>e).toString(16).padStart(4,"0"))}function We(e){return typeof e=="string"||e instanceof String}function Oe(e){return JSON.parse(JSON.stringify(e))}function Su(e,t=300){if(We(e))throw new Error("Tried to debounce a string! Could be XSS");let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>e(...n),t)}}function Ou(e,t,r){const n=new Map;return e.forEach(u=>{const i=t(u),a=n.get(i),o=r?r(u,i):u;a?a.push(o):n.set(i,[o])}),n}function Iu(e){return typeof e=="object"&&e!==null&&"message"in e&&typeof e.message=="string"}function Ru(e){if(Iu(e))return e;try{return new Error(JSON.stringify(e))}catch{return new Error(String(e))}}function Bu(e){return Ru(e).message}function Zr(e){return new Promise(t=>setTimeout(t,e))}function xu(e,t){const r=Zr(t).then(()=>{});return Promise.any([r,e()])}function Mu(e,t="obj"){const r=new Set;Object.getOwnPropertyNames(e).forEach(u=>{try{typeof e[u]=="function"&&r.add(u)}catch{}});let n=Object.getPrototypeOf(e);for(;n&&Object.getPrototypeOf(n);)Object.getOwnPropertyNames(n).forEach(u=>{try{typeof e[u]=="function"&&r.add(u)}catch{}}),n=Object.getPrototypeOf(n);return r}function _u(e,t={}){return new Proxy(t,{get(r,n){return n in r?r[n]:async(...u)=>(await e())[n](...u)}})}class en{constructor(t,r){S(this,"baseDocument");S(this,"contributions",new Map);S(this,"latestOutput");S(this,"options");S(this,"onDidRebuildEmitter",new Qr);S(this,"onDidRebuild",this.onDidRebuildEmitter.subscribe);this.baseDocument=t,this.options=r,this.updateBaseDocument(t)}updateBaseDocument(t){return this.validateBaseDocument(t),this.baseDocument=this.options.copyDocuments?Oe(t):t,this.baseDocument=this.transformBaseDocumentAfterValidation(this.baseDocument),this.rebuild()}addOrUpdateContribution(t,r){this.validateContribution(t,r);const n=this.contributions.get(t);let u=this.options.copyDocuments&&r?Oe(r):r;u=this.transformContributionAfterValidation(t,u),this.contributions.set(t,u);try{return this.rebuild()}catch(i){throw n?this.contributions.set(t,n):this.contributions.delete(t),new Error(`Error when setting the document named ${t}: ${i}`)}}deleteContribution(t){const r=this.contributions.get(t);if(!r)throw new Error(`${t} does not exist`);this.contributions.delete(t);try{return this.rebuild()}catch(n){throw this.contributions.set(t,r),new Error(`Error when deleting the document named ${t}: ${n}`)}}deleteAllContributions(){if(this.contributions.size<=0)return this.latestOutput;const t=[...this.contributions.entries()];t.forEach(([r])=>this.contributions.delete(r));try{return this.rebuild()}catch(r){throw t.forEach(([n,u])=>this.contributions.set(n,u)),new Error(`Error when deleting all contributions: ${r}`)}}rebuild(){if(this.contributions.size===0){let r=Oe(this.baseDocument);return r=this.transformFinalOutputBeforeValidation(r),this.validateOutput(r),this.latestOutput=r,this.onDidRebuildEmitter.emit(void 0),this.latestOutput}let t=this.baseDocument;return this.contributions.forEach(r=>{t=Fu(t,r,this.options.ignoreDuplicateProperties),this.validateOutput(t)}),t=this.transformFinalOutputBeforeValidation(t),this.validateOutput(t),this.latestOutput=t,this.onDidRebuildEmitter.emit(void 0),this.latestOutput}transformBaseDocumentAfterValidation(t){return t}transformContributionAfterValidation(t,r){return r}validateBaseDocument(t){}validateContribution(t,r){}validateOutput(t){}transformFinalOutputBeforeValidation(t){return t}}function Er(...e){let t=!0;return e.forEach(r=>{(!r||typeof r!="object"||Array.isArray(r))&&(t=!1)}),t}function gr(...e){let t=!0;return e.forEach(r=>{(!r||typeof r!="object"||!Array.isArray(r))&&(t=!1)}),t}function Fu(e,t,r){const n=Oe(e);return t?tn(n,Oe(t),r):n}function tn(e,t,r){if(!t)return e;if(Er(e,t)){const n=e,u=t;Object.keys(u).forEach(i=>{if(Object.hasOwn(n,i)){if(Er(n[i],u[i]))n[i]=tn(n[i],u[i],r);else if(gr(n[i],u[i]))n[i]=n[i].concat(u[i]);else if(!r)throw new Error(`Cannot merge objects: key "${i}" already exists in the target object`)}else n[i]=u[i]})}else gr(e,t)&&e.push(...t);return e}class rn extends yu.Mutex{}class Lu{constructor(){S(this,"mutexesByID",new Map)}get(t){let r=this.mutexesByID.get(t);return r||(r=new rn,this.mutexesByID.set(t,r),r)}}class Pu extends en{constructor(t,r){super(t,r)}get output(){return this.latestOutput}}class nn{constructor(t,r){S(this,"numberFormatter");this.numberFormatter=new Intl.NumberFormat(t,r)}format(t){return this.numberFormatter.format(t)}formatRange(t,r){return this.numberFormatter.formatRange(t,r)}formatRangeToParts(t,r){return this.numberFormatter.formatRangeToParts(t,r)}formatToParts(t){return this.numberFormatter.formatToParts(t)}resolvedOptions(){return this.numberFormatter.resolvedOptions()}}class ku{constructor(t="Anonymous"){S(this,"unsubscribers",new Set);this.name=t}add(...t){t.forEach(r=>{"dispose"in r?this.unsubscribers.add(r.dispose):this.unsubscribers.add(r)})}async runAllUnsubscribers(){const t=[...this.unsubscribers].map(n=>n()),r=await Promise.all(t);return this.unsubscribers.clear(),r.every((n,u)=>(n||console.error(`UnsubscriberAsyncList ${this.name}: Unsubscriber at index ${u} failed!`),n))}}var qu=Object.defineProperty,$u=(e,t,r)=>t in e?qu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,D=(e,t,r)=>$u(e,typeof t!="symbol"?t+"":t,r);const me=["GEN","EXO","LEV","NUM","DEU","JOS","JDG","RUT","1SA","2SA","1KI","2KI","1CH","2CH","EZR","NEH","EST","JOB","PSA","PRO","ECC","SNG","ISA","JER","LAM","EZK","DAN","HOS","JOL","AMO","OBA","JON","MIC","NAM","HAB","ZEP","HAG","ZEC","MAL","MAT","MRK","LUK","JHN","ACT","ROM","1CO","2CO","GAL","EPH","PHP","COL","1TH","2TH","1TI","2TI","TIT","PHM","HEB","JAS","1PE","2PE","1JN","2JN","3JN","JUD","REV","TOB","JDT","ESG","WIS","SIR","BAR","LJE","S3Y","SUS","BEL","1MA","2MA","3MA","4MA","1ES","2ES","MAN","PS2","ODA","PSS","JSA","JDB","TBS","SST","DNT","BLT","XXA","XXB","XXC","XXD","XXE","XXF","XXG","FRT","BAK","OTH","3ES","EZA","5EZ","6EZ","INT","CNC","GLO","TDX","NDX","DAG","PS3","2BA","LBA","JUB","ENO","1MQ","2MQ","3MQ","REP","4BA","LAO"],Jt=["XXA","XXB","XXC","XXD","XXE","XXF","XXG","FRT","BAK","OTH","INT","CNC","GLO","TDX","NDX"],un=["Genesis","Exodus","Leviticus","Numbers","Deuteronomy","Joshua","Judges","Ruth","1 Samuel","2 Samuel","1 Kings","2 Kings","1 Chronicles","2 Chronicles","Ezra","Nehemiah","Esther (Hebrew)","Job","Psalms","Proverbs","Ecclesiastes","Song of Songs","Isaiah","Jeremiah","Lamentations","Ezekiel","Daniel (Hebrew)","Hosea","Joel","Amos","Obadiah","Jonah","Micah","Nahum","Habakkuk","Zephaniah","Haggai","Zechariah","Malachi","Matthew","Mark","Luke","John","Acts","Romans","1 Corinthians","2 Corinthians","Galatians","Ephesians","Philippians","Colossians","1 Thessalonians","2 Thessalonians","1 Timothy","2 Timothy","Titus","Philemon","Hebrews","James","1 Peter","2 Peter","1 John","2 John","3 John","Jude","Revelation","Tobit","Judith","Esther Greek","Wisdom of Solomon","Sirach (Ecclesiasticus)","Baruch","Letter of Jeremiah","Song of 3 Young Men","Susanna","Bel and the Dragon","1 Maccabees","2 Maccabees","3 Maccabees","4 Maccabees","1 Esdras (Greek)","2 Esdras (Latin)","Prayer of Manasseh","Psalm 151","Odes","Psalms of Solomon","Joshua A. *obsolete*","Judges B. *obsolete*","Tobit S. *obsolete*","Susanna Th. *obsolete*","Daniel Th. *obsolete*","Bel Th. *obsolete*","Extra A","Extra B","Extra C","Extra D","Extra E","Extra F","Extra G","Front Matter","Back Matter","Other Matter","3 Ezra *obsolete*","Apocalypse of Ezra","5 Ezra (Latin Prologue)","6 Ezra (Latin Epilogue)","Introduction","Concordance ","Glossary ","Topical Index","Names Index","Daniel Greek","Psalms 152-155","2 Baruch (Apocalypse)","Letter of Baruch","Jubilees","Enoch","1 Meqabyan","2 Meqabyan","3 Meqabyan","Reproof (Proverbs 25-31)","4 Baruch (Rest of Baruch)","Laodiceans"],Dr=Ku();function _e(e,t=!0){return t&&(e=e.toUpperCase()),e in Dr?Dr[e]:0}function Xt(e){return _e(e)>0}function ju(e){const t=typeof e=="string"?_e(e):e;return t>=40&&t<=66}function Uu(e){return(typeof e=="string"?_e(e):e)<=39}function on(e){return e<=66}function Vu(e){const t=typeof e=="string"?_e(e):e;return cn(t)&&!on(t)}function*Hu(){for(let e=1;e<=me.length;e++)yield e}const Gu=1,an=me.length;function zu(){return["XXA","XXB","XXC","XXD","XXE","XXF","XXG"]}function Yt(e,t="***"){const r=e-1;return r<0||r>=me.length?t:me[r]}function sn(e){return e<=0||e>an?"******":un[e-1]}function Ju(e){return sn(_e(e))}function cn(e){const t=typeof e=="number"?Yt(e):e;return Xt(t)&&!Jt.includes(t)}function Xu(e){const t=typeof e=="number"?Yt(e):e;return Xt(t)&&Jt.includes(t)}function Yu(e){return un[e-1].includes("*obsolete*")}function Ku(){const e={};for(let t=0;t(e[e.Unknown=0]="Unknown",e[e.Original=1]="Original",e[e.Septuagint=2]="Septuagint",e[e.Vulgate=3]="Vulgate",e[e.English=4]="English",e[e.RussianProtestant=5]="RussianProtestant",e[e.RussianOrthodox=6]="RussianOrthodox",e))(Z||{});const G=class{constructor(t){if(D(this,"name"),D(this,"fullPath"),D(this,"isPresent"),D(this,"hasVerseSegments"),D(this,"isCustomized"),D(this,"baseVersification"),D(this,"scriptureBooks"),D(this,"_type"),t==null)throw new Error("Argument undefined");typeof t=="string"?(this.name=t,this._type=Z[t]):(this._type=t,this.name=Z[t])}get type(){return this._type}equals(t){return!t.type||!this.type?!1:t.type===this.type}};D(G,"Original",new G(Z.Original)),D(G,"Septuagint",new G(Z.Septuagint)),D(G,"Vulgate",new G(Z.Vulgate)),D(G,"English",new G(Z.English)),D(G,"RussianProtestant",new G(Z.RussianProtestant)),D(G,"RussianOrthodox",new G(Z.RussianOrthodox));let oe=G;function vr(e,t){const r=t[0];for(let n=1;n(e[e.Valid=0]="Valid",e[e.UnknownVersification=1]="UnknownVersification",e[e.OutOfRange=2]="OutOfRange",e[e.VerseOutOfOrder=3]="VerseOutOfOrder",e[e.VerseRepeated=4]="VerseRepeated",e))(ln||{});const P=class N{constructor(t,r,n,u){if(D(this,"firstChapter"),D(this,"lastChapter"),D(this,"lastVerse"),D(this,"hasSegmentsDefined"),D(this,"text"),D(this,"BBBCCCVVVS"),D(this,"longHashCode"),D(this,"versification"),D(this,"rtlMark","‏"),D(this,"_bookNum",0),D(this,"_chapterNum",0),D(this,"_verseNum",0),D(this,"_verse"),n==null&&u==null)if(t!=null&&typeof t=="string"){const i=t,a=r!=null&&r instanceof oe?r:void 0;this.setEmpty(a),this.parse(i)}else if(t!=null&&typeof t=="number"){const i=r!=null&&r instanceof oe?r:void 0;this.setEmpty(i),this._verseNum=t%N.chapterDigitShifter,this._chapterNum=Math.floor(t%N.bookDigitShifter/N.chapterDigitShifter),this._bookNum=Math.floor(t/N.bookDigitShifter)}else if(r==null)if(t!=null&&t instanceof N){const i=t;this._bookNum=i.bookNum,this._chapterNum=i.chapterNum,this._verseNum=i.verseNum,this._verse=i.verse,this.versification=i.versification}else{if(t==null)return;const i=t instanceof oe?t:N.defaultVersification;this.setEmpty(i)}else throw new Error("VerseRef constructor not supported.");else if(t!=null&&r!=null&&n!=null)if(typeof t=="string"&&typeof r=="string"&&typeof n=="string")this.setEmpty(u),this.updateInternal(t,r,n);else if(typeof t=="number"&&typeof r=="number"&&typeof n=="number")this._bookNum=t,this._chapterNum=r,this._verseNum=n,this.versification=u??N.defaultVersification;else throw new Error("VerseRef constructor not supported.");else throw new Error("VerseRef constructor not supported.")}static isVerseParseable(t){return t.length>0&&"0123456789".includes(t[0])&&!t.endsWith(this.verseRangeSeparator)&&!t.endsWith(this.verseSequenceIndicator)}static tryParse(t){let r;try{return r=new N(t),{success:!0,verseRef:r}}catch(n){if(n instanceof Ve)return r=new N,{success:!1,verseRef:r};throw n}}static getBBBCCCVVV(t,r,n){return t%N.bcvMaxValue*N.bookDigitShifter+(r>=0?r%N.bcvMaxValue*N.chapterDigitShifter:0)+(n>=0?n%N.bcvMaxValue:0)}static fromJSON(t){const{book:r,chapterNum:n,verseNum:u,verse:i,versificationStr:a}=t,o=i||u.toString();let s;return a&&(s=new oe(a)),r?new N(r,n.toString(),o,s):new N}static tryGetVerseNum(t){let r;if(!t)return r=-1,{success:!0,vNum:r};r=0;let n;for(let u=0;u"9")return u===0&&(r=-1),{success:!1,vNum:r};if(r=r*10+ +n-0,r>N.bcvMaxValue)return r=-1,{success:!1,vNum:r}}return{success:!0,vNum:r}}get isDefault(){return this.bookNum===0&&this.chapterNum===0&&this.verseNum===0&&this.versification==null}get hasMultiple(){return this._verse!=null&&(this._verse.includes(N.verseRangeSeparator)||this._verse.includes(N.verseSequenceIndicator))}get book(){return W.bookNumberToId(this.bookNum,"")}set book(t){this.bookNum=W.bookIdToNumber(t)}get chapter(){return this.isDefault||this._chapterNum<0?"":this._chapterNum.toString()}set chapter(t){const r=+t;this._chapterNum=Number.isInteger(r)?r:-1}get verse(){return this._verse!=null?this._verse:this.isDefault||this._verseNum<0?"":this._verseNum.toString()}set verse(t){const{success:r,vNum:n}=N.tryGetVerseNum(t);this._verse=r?void 0:t.replace(this.rtlMark,""),this._verseNum=n,!(this._verseNum>=0)&&({vNum:this._verseNum}=N.tryGetVerseNum(this._verse))}get bookNum(){return this._bookNum}set bookNum(t){if(t<=0||t>W.lastBook)throw new Ve("BookNum must be greater than zero and less than or equal to last book");this._bookNum=t}get chapterNum(){return this._chapterNum}set chapterNum(t){this.chapterNum=t}get verseNum(){return this._verseNum}set verseNum(t){this._verseNum=t}get versificationStr(){var t;return(t=this.versification)==null?void 0:t.name}set versificationStr(t){this.versification=this.versification!=null?new oe(t):void 0}get valid(){return this.validStatus===0}get validStatus(){return this.validateVerse(N.verseRangeSeparators,N.verseSequenceIndicators)}get BBBCCC(){return N.getBBBCCCVVV(this._bookNum,this._chapterNum,0)}get BBBCCCVVV(){return N.getBBBCCCVVV(this._bookNum,this._chapterNum,this._verseNum)}get isExcluded(){return!1}parse(t){if(t=t.replace(this.rtlMark,""),t.includes("/")){const i=t.split("/");if(t=i[0],i.length>1)try{const a=+i[1].trim();this.versification=new oe(Z[a])}catch{throw new Ve("Invalid reference : "+t)}}const r=t.trim().split(" ");if(r.length!==2)throw new Ve("Invalid reference : "+t);const n=r[1].split(":"),u=+n[0];if(n.length!==2||W.bookIdToNumber(r[0])===0||!Number.isInteger(u)||u<0||!N.isVerseParseable(n[1]))throw new Ve("Invalid reference : "+t);this.updateInternal(r[0],n[0],n[1])}simplify(){this._verse=void 0}clone(){return new N(this)}toString(){const t=this.book;return t===""?"":`${t} ${this.chapter}:${this.verse}`}toJSON(){let t=this.verse;(t===""||t===this.verseNum.toString())&&(t=void 0);const r={book:this.book,chapterNum:this.chapterNum,verseNum:this.verseNum,verse:t,versificationStr:this.versificationStr};return t||delete r.verse,r}equals(t){return t instanceof N?t._bookNum===this._bookNum&&t._chapterNum===this._chapterNum&&t._verseNum===this._verseNum&&t.verse===this.verse&&(t.versification==null&&this.versification==null||t.versification!=null&&this.versification!=null&&t.versification.equals(this.versification)):!1}allVerses(t=!1,r=N.verseRangeSeparators,n=N.verseSequenceIndicators){if(this._verse==null||this.chapterNum<=0)return[this.clone()];const u=[],i=vr(this._verse,n);for(const a of i.map(o=>vr(o,r))){const o=this.clone();o.verse=a[0];const s=o.verseNum;if(u.push(o),a.length>1){const c=this.clone();if(c.verse=a[1],!t)for(let l=s+1;la)return 3;if(n===a)return 4;n=a}return 0}get internalValid(){return this.versification==null?1:this._bookNum<=0||this._bookNum>W.lastBook?2:(W.isCanonical(this._bookNum),0)}setEmpty(t=N.defaultVersification){this._bookNum=0,this._chapterNum=-1,this._verse=void 0,this.versification=t}updateInternal(t,r,n){this.bookNum=W.bookIdToNumber(t),this.chapter=r,this.verse=n}};D(P,"defaultVersification",oe.English),D(P,"verseRangeSeparator","-"),D(P,"verseSequenceIndicator",","),D(P,"verseRangeSeparators",[P.verseRangeSeparator]),D(P,"verseSequenceIndicators",[P.verseSequenceIndicator]),D(P,"chapterDigitShifter",1e3),D(P,"bookDigitShifter",P.chapterDigitShifter*P.chapterDigitShifter),D(P,"bcvMaxValue",P.chapterDigitShifter-1),D(P,"ValidStatusType",ln);let Kt=P;class Ve extends Error{}var Ar=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},ve={},Wu=()=>{const e="\\ud800-\\udfff",a="\\u0300-\\u036f"+"\\ufe20-\\ufe2f"+"\\u20d0-\\u20ff"+"\\u1ab0-\\u1aff"+"\\u1dc0-\\u1dff",o="\\ufe0e\\ufe0f",s="\\uD83D\\uDC69\\uD83C\\uDFFB\\u200D\\uD83C\\uDF93",c=`[${e}]`,l=`[${a}]`,f="\\ud83c[\\udffb-\\udfff]",p=`(?:${l}|${f})`,m=`[^${e}]`,b="(?:\\uD83C[\\uDDE6-\\uDDFF]){2}",T="[\\ud800-\\udbff][\\udc00-\\udfff]",w="\\u200d",I="(?:\\ud83c\\udff4\\udb40\\udc67\\udb40\\udc62\\udb40(?:\\udc65|\\udc73|\\udc77)\\udb40(?:\\udc6e|\\udc63|\\udc6c)\\udb40(?:\\udc67|\\udc74|\\udc73)\\udb40\\udc7f)",re=`[${s}]`,R=`${p}?`,K=`[${o}]?`,U=`(?:${w}(?:${[m,b,T].join("|")})${K+R})*`,je=K+R+U,Mt=`(?:${[`${m}${l}?`,l,b,T,c,re].join("|")})`;return new RegExp(`${I}|${f}(?=${f})|${Mt+je}`,"g")},Qu=Ar&&Ar.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ve,"__esModule",{value:!0});var Nt=Qu(Wu);function jt(e){if(typeof e!="string")throw new Error("A string is expected as input");return e.match(Nt.default())||[]}var Zu=ve.toArray=jt;function Wt(e){if(typeof e!="string")throw new Error("Input must be a string");var t=e.match(Nt.default());return t===null?0:t.length}var ei=ve.length=Wt;function fn(e,t,r){if(t===void 0&&(t=0),typeof e!="string")throw new Error("Input must be a string");(typeof t!="number"||t<0)&&(t=0),typeof r=="number"&&r<0&&(r=0);var n=e.match(Nt.default());return n?n.slice(t,r).join(""):""}var ti=ve.substring=fn;function ri(e,t,r){if(t===void 0&&(t=0),typeof e!="string")throw new Error("Input must be a string");var n=Wt(e);if(typeof t!="number"&&(t=parseInt(t,10)),t>=n)return"";t<0&&(t+=n);var u;typeof r>"u"?u=n:(typeof r!="number"&&(r=parseInt(r,10)),u=r>=0?r+t:t);var i=e.match(Nt.default());return i?i.slice(t,u).join(""):""}var ni=ve.substr=ri;function ui(e,t,r,n){if(t===void 0&&(t=16),r===void 0&&(r="#"),n===void 0&&(n="right"),typeof e!="string"||typeof t!="number")throw new Error("Invalid arguments specified");if(["left","right"].indexOf(n)===-1)throw new Error("Pad position should be either left or right");typeof r!="string"&&(r=String(r));var u=Wt(e);if(u>t)return fn(e,0,t);if(u=n.length)return t===""?n.length:-1;if(t==="")return r;var u=jt(t),i=!1,a;for(a=r;a_(e)||t<-_(e)))return bt(e,t,1)}function he(e,t){return t<0||t>_(e)-1?"":bt(e,t,1)}function si(e,t){if(!(t<0||t>_(e)-1))return bt(e,t,1).codePointAt(0)}function hn(e,t,r=_(e)){const n=En(e,t);return!(n===-1||n+_(t)!==r)}function ci(e,t,r){if(t<0)return-1;if(r){if(he(e,t)==="}"&&he(e,t-1)==="\\")return t;const i=Ie(e,"\\}",t);return i>=0?i+1:i}let n=t;const u=_(e);for(;n=u?-1:n}function dn(e,t){const r=[];let n=0,u=0;function i(o,s,c){const l=ae(e,u,s),f=r.length>0&&We(r[r.length-1])?`${r.pop()}${l}`:l;We(o)?r.push(`${f}${o}`):(f&&r.push(f),r.push(o)),u=s+c}const a=_(e);for(;n=0){const s=ae(e,n+1,o),c=s in t?t[s]:s;i(c,n,o+1-n),n=o,u=o+1}}else i("{",n-1,2);break;case"}":he(e,n-1)!=="\\"||i("}",n-1,2);break}n+=1}if(u0&&We(r[r.length-1])?`${r.pop()}${o}`:o)}return r}function li(e,t){return dn(e,t).map(r=>`${r}`).join("")}function mn(e,t,r=0){const n=ae(e,r);return Ie(n,t)!==-1}function Ie(e,t,r=0){return oi(e,t,r)}function En(e,t,r){let n=r===void 0?_(e):r;n<0?n=0:n>=_(e)&&(n=_(e)-1);for(let u=n;u>=0;u--)if(bt(e,u,_(t))===t)return u;return-1}function _(e){return ei(e)}function fi(e,t){const r=t.toUpperCase();return r==="NONE"?e:e.normalize(r)}function pi(e,t,r){return e.localeCompare(t,"en",r)}function hi(e,t,r=" "){return t<=_(e)?e:pn(e,t,r,"right")}function di(e,t,r=" "){return t<=_(e)?e:pn(e,t,r,"left")}function Nr(e,t){return t>e?e:t<-e?0:t<0?t+e:t}function mi(e,t,r){const n=_(e);if(t>n||r&&(t>r&&!(t>=0&&t-n)||r<-n))return"";const u=Nr(n,t),i=r?Nr(n,r):void 0;return ae(e,u,i)}function Ut(e,t,r){const n=[];if(r!==void 0&&r<=0)return[e];if(t==="")return gn(e).slice(0,r);let u=t;(typeof t=="string"||t instanceof RegExp&&!mn(t.flags,"g"))&&(u=new RegExp(t,"g"));const i=e.match(u);let a=0;if(!i)return[e];for(let o=0;o<(r?r-1:i.length);o++){const s=Ie(e,i[o],a),c=_(i[o]);if(n.push(ae(e,a,s)),a=s+c,r!==void 0&&n.length===r)break}return n.push(ae(e,a)),n}function Zt(e,t,r=0){return Ie(e,t,r)===r}function bt(e,t=0,r=_(e)-t){return ni(e,t,r)}function ae(e,t,r=_(e)){return ti(e,t,r)}function gn(e){return Zu(e)}function Ei(e){return Zt(e,"%")&&hn(e,"%")}function gi(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Di(e){return e?Qt(e).map(n=>Array.isArray(n)?n.map(u=>new RegExp(u)):new RegExp(n)):[]}function vi(e){return e?Qt(e).map(n=>new RegExp(n)):[]}const Dn=[{shortName:"ERR",fullNames:["ERROR"],chapters:-1},{shortName:"GEN",fullNames:["Genesis"],chapters:50},{shortName:"EXO",fullNames:["Exodus"],chapters:40},{shortName:"LEV",fullNames:["Leviticus"],chapters:27},{shortName:"NUM",fullNames:["Numbers"],chapters:36},{shortName:"DEU",fullNames:["Deuteronomy"],chapters:34},{shortName:"JOS",fullNames:["Joshua"],chapters:24},{shortName:"JDG",fullNames:["Judges"],chapters:21},{shortName:"RUT",fullNames:["Ruth"],chapters:4},{shortName:"1SA",fullNames:["1 Samuel"],chapters:31},{shortName:"2SA",fullNames:["2 Samuel"],chapters:24},{shortName:"1KI",fullNames:["1 Kings"],chapters:22},{shortName:"2KI",fullNames:["2 Kings"],chapters:25},{shortName:"1CH",fullNames:["1 Chronicles"],chapters:29},{shortName:"2CH",fullNames:["2 Chronicles"],chapters:36},{shortName:"EZR",fullNames:["Ezra"],chapters:10},{shortName:"NEH",fullNames:["Nehemiah"],chapters:13},{shortName:"EST",fullNames:["Esther"],chapters:10},{shortName:"JOB",fullNames:["Job"],chapters:42},{shortName:"PSA",fullNames:["Psalm","Psalms"],chapters:150},{shortName:"PRO",fullNames:["Proverbs"],chapters:31},{shortName:"ECC",fullNames:["Ecclesiastes"],chapters:12},{shortName:"SNG",fullNames:["Song of Solomon","Song of Songs"],chapters:8},{shortName:"ISA",fullNames:["Isaiah"],chapters:66},{shortName:"JER",fullNames:["Jeremiah"],chapters:52},{shortName:"LAM",fullNames:["Lamentations"],chapters:5},{shortName:"EZK",fullNames:["Ezekiel"],chapters:48},{shortName:"DAN",fullNames:["Daniel"],chapters:12},{shortName:"HOS",fullNames:["Hosea"],chapters:14},{shortName:"JOL",fullNames:["Joel"],chapters:3},{shortName:"AMO",fullNames:["Amos"],chapters:9},{shortName:"OBA",fullNames:["Obadiah"],chapters:1},{shortName:"JON",fullNames:["Jonah"],chapters:4},{shortName:"MIC",fullNames:["Micah"],chapters:7},{shortName:"NAM",fullNames:["Nahum"],chapters:3},{shortName:"HAB",fullNames:["Habakkuk"],chapters:3},{shortName:"ZEP",fullNames:["Zephaniah"],chapters:3},{shortName:"HAG",fullNames:["Haggai"],chapters:2},{shortName:"ZEC",fullNames:["Zechariah"],chapters:14},{shortName:"MAL",fullNames:["Malachi"],chapters:4},{shortName:"MAT",fullNames:["Matthew"],chapters:28},{shortName:"MRK",fullNames:["Mark"],chapters:16},{shortName:"LUK",fullNames:["Luke"],chapters:24},{shortName:"JHN",fullNames:["John"],chapters:21},{shortName:"ACT",fullNames:["Acts"],chapters:28},{shortName:"ROM",fullNames:["Romans"],chapters:16},{shortName:"1CO",fullNames:["1 Corinthians"],chapters:16},{shortName:"2CO",fullNames:["2 Corinthians"],chapters:13},{shortName:"GAL",fullNames:["Galatians"],chapters:6},{shortName:"EPH",fullNames:["Ephesians"],chapters:6},{shortName:"PHP",fullNames:["Philippians"],chapters:4},{shortName:"COL",fullNames:["Colossians"],chapters:4},{shortName:"1TH",fullNames:["1 Thessalonians"],chapters:5},{shortName:"2TH",fullNames:["2 Thessalonians"],chapters:3},{shortName:"1TI",fullNames:["1 Timothy"],chapters:6},{shortName:"2TI",fullNames:["2 Timothy"],chapters:4},{shortName:"TIT",fullNames:["Titus"],chapters:3},{shortName:"PHM",fullNames:["Philemon"],chapters:1},{shortName:"HEB",fullNames:["Hebrews"],chapters:13},{shortName:"JAS",fullNames:["James"],chapters:5},{shortName:"1PE",fullNames:["1 Peter"],chapters:5},{shortName:"2PE",fullNames:["2 Peter"],chapters:3},{shortName:"1JN",fullNames:["1 John"],chapters:5},{shortName:"2JN",fullNames:["2 John"],chapters:1},{shortName:"3JN",fullNames:["3 John"],chapters:1},{shortName:"JUD",fullNames:["Jude"],chapters:1},{shortName:"REV",fullNames:["Revelation"],chapters:22}],vn=1,An=Dn.length-1,Nn=1,bn=1,Ai={bookNum:1,chapterNum:1,verseNum:1},yn=e=>{var t;return((t=Dn[e])==null?void 0:t.chapters)??-1},Ni=(e,t)=>({bookNum:Math.max(vn,Math.min(e.bookNum+t,An)),chapterNum:1,verseNum:1}),bi=(e,t)=>({...e,chapterNum:Math.min(Math.max(Nn,e.chapterNum+t),yn(e.bookNum)),verseNum:1}),yi=(e,t)=>({...e,verseNum:Math.max(bn,e.verseNum+t)});async function Ci(e,t,r){const n=W.bookNumberToId(e);if(!Zt(Intl.getCanonicalLocales(t)[0],"zh"))return r({localizeKey:`LocalizedId.${n}`,languagesToSearch:[t]});const u=await r({localizeKey:`Book.${n}`,languagesToSearch:[t]}),i=Ut(u,"-");return Ut(i[0],"ÿ08")[0].trim()}function Vt(e){return new Kt(e.bookNum,e.chapterNum,e.verseNum).BBBCCCVVV}function Ti(e,t){return Vt(e)-Vt(t)}function Cn(e){return`%scrollGroup_${e}%`}function wi(e){return e.map(t=>Cn(t))}function Si(e,t,r,n){let u;switch(t??"id"){case"English":u=W.bookNumberToEnglishName(e.bookNum);break;case"id":u=W.bookNumberToId(e.bookNum);break;default:u=t??"";break}return`${u}${n??" "}${e.chapterNum}${r??":"}${e.verseNum}`}const Oi=e=>(...t)=>e.map(n=>n(...t)).every(n=>n),Ii=e=>async(...t)=>{const r=e.map(async n=>n(...t));return(await Promise.all(r)).every(n=>n)},Xe="chapter",Ye="verse";var Ri=Object.getOwnPropertyNames,Bi=Object.getOwnPropertySymbols,xi=Object.prototype.hasOwnProperty;function br(e,t){return function(n,u,i){return e(n,u,i)&&t(n,u,i)}}function mt(e){return function(r,n,u){if(!r||!n||typeof r!="object"||typeof n!="object")return e(r,n,u);var i=u.cache,a=i.get(r),o=i.get(n);if(a&&o)return a===n&&o===r;i.set(r,n),i.set(n,r);var s=e(r,n,u);return i.delete(r),i.delete(n),s}}function yr(e){return Ri(e).concat(Bi(e))}var Tn=Object.hasOwn||function(e,t){return xi.call(e,t)};function Fe(e,t){return e||t?e===t:e===t||e!==e&&t!==t}var wn="_owner",Cr=Object.getOwnPropertyDescriptor,Tr=Object.keys;function Mi(e,t,r){var n=e.length;if(t.length!==n)return!1;for(;n-- >0;)if(!r.equals(e[n],t[n],n,n,e,t,r))return!1;return!0}function _i(e,t){return Fe(e.getTime(),t.getTime())}function wr(e,t,r){if(e.size!==t.size)return!1;for(var n={},u=e.entries(),i=0,a,o;(a=u.next())&&!a.done;){for(var s=t.entries(),c=!1,l=0;(o=s.next())&&!o.done;){var f=a.value,p=f[0],m=f[1],b=o.value,T=b[0],w=b[1];!c&&!n[l]&&(c=r.equals(p,T,i,l,e,t,r)&&r.equals(m,w,p,T,e,t,r))&&(n[l]=!0),l++}if(!c)return!1;i++}return!0}function Fi(e,t,r){var n=Tr(e),u=n.length;if(Tr(t).length!==u)return!1;for(var i;u-- >0;)if(i=n[u],i===wn&&(e.$$typeof||t.$$typeof)&&e.$$typeof!==t.$$typeof||!Tn(t,i)||!r.equals(e[i],t[i],i,i,e,t,r))return!1;return!0}function He(e,t,r){var n=yr(e),u=n.length;if(yr(t).length!==u)return!1;for(var i,a,o;u-- >0;)if(i=n[u],i===wn&&(e.$$typeof||t.$$typeof)&&e.$$typeof!==t.$$typeof||!Tn(t,i)||!r.equals(e[i],t[i],i,i,e,t,r)||(a=Cr(e,i),o=Cr(t,i),(a||o)&&(!a||!o||a.configurable!==o.configurable||a.enumerable!==o.enumerable||a.writable!==o.writable)))return!1;return!0}function Li(e,t){return Fe(e.valueOf(),t.valueOf())}function Pi(e,t){return e.source===t.source&&e.flags===t.flags}function Sr(e,t,r){if(e.size!==t.size)return!1;for(var n={},u=e.values(),i,a;(i=u.next())&&!i.done;){for(var o=t.values(),s=!1,c=0;(a=o.next())&&!a.done;)!s&&!n[c]&&(s=r.equals(i.value,a.value,i.value,a.value,e,t,r))&&(n[c]=!0),c++;if(!s)return!1}return!0}function ki(e,t){var r=e.length;if(t.length!==r)return!1;for(;r-- >0;)if(e[r]!==t[r])return!1;return!0}var qi="[object Arguments]",$i="[object Boolean]",ji="[object Date]",Ui="[object Map]",Vi="[object Number]",Hi="[object Object]",Gi="[object RegExp]",zi="[object Set]",Ji="[object String]",Xi=Array.isArray,Or=typeof ArrayBuffer=="function"&&ArrayBuffer.isView?ArrayBuffer.isView:null,Ir=Object.assign,Yi=Object.prototype.toString.call.bind(Object.prototype.toString);function Ki(e){var t=e.areArraysEqual,r=e.areDatesEqual,n=e.areMapsEqual,u=e.areObjectsEqual,i=e.arePrimitiveWrappersEqual,a=e.areRegExpsEqual,o=e.areSetsEqual,s=e.areTypedArraysEqual;return function(l,f,p){if(l===f)return!0;if(l==null||f==null||typeof l!="object"||typeof f!="object")return l!==l&&f!==f;var m=l.constructor;if(m!==f.constructor)return!1;if(m===Object)return u(l,f,p);if(Xi(l))return t(l,f,p);if(Or!=null&&Or(l))return s(l,f,p);if(m===Date)return r(l,f,p);if(m===RegExp)return a(l,f,p);if(m===Map)return n(l,f,p);if(m===Set)return o(l,f,p);var b=Yi(l);return b===ji?r(l,f,p):b===Gi?a(l,f,p):b===Ui?n(l,f,p):b===zi?o(l,f,p):b===Hi?typeof l.then!="function"&&typeof f.then!="function"&&u(l,f,p):b===qi?u(l,f,p):b===$i||b===Vi||b===Ji?i(l,f,p):!1}}function Wi(e){var t=e.circular,r=e.createCustomConfig,n=e.strict,u={areArraysEqual:n?He:Mi,areDatesEqual:_i,areMapsEqual:n?br(wr,He):wr,areObjectsEqual:n?He:Fi,arePrimitiveWrappersEqual:Li,areRegExpsEqual:Pi,areSetsEqual:n?br(Sr,He):Sr,areTypedArraysEqual:n?He:ki};if(r&&(u=Ir({},u,r(u))),t){var i=mt(u.areArraysEqual),a=mt(u.areMapsEqual),o=mt(u.areObjectsEqual),s=mt(u.areSetsEqual);u=Ir({},u,{areArraysEqual:i,areMapsEqual:a,areObjectsEqual:o,areSetsEqual:s})}return u}function Qi(e){return function(t,r,n,u,i,a,o){return e(t,r,o)}}function Zi(e){var t=e.circular,r=e.comparator,n=e.createState,u=e.equals,i=e.strict;if(n)return function(s,c){var l=n(),f=l.cache,p=f===void 0?t?new WeakMap:void 0:f,m=l.meta;return r(s,c,{cache:p,equals:u,meta:m,strict:i})};if(t)return function(s,c){return r(s,c,{cache:new WeakMap,equals:u,meta:void 0,strict:i})};var a={cache:void 0,equals:u,meta:void 0,strict:i};return function(s,c){return r(s,c,a)}}var eo=pe();pe({strict:!0});pe({circular:!0});pe({circular:!0,strict:!0});pe({createInternalComparator:function(){return Fe}});pe({strict:!0,createInternalComparator:function(){return Fe}});pe({circular:!0,createInternalComparator:function(){return Fe}});pe({circular:!0,createInternalComparator:function(){return Fe},strict:!0});function pe(e){e===void 0&&(e={});var t=e.circular,r=t===void 0?!1:t,n=e.createInternalComparator,u=e.createState,i=e.strict,a=i===void 0?!1:i,o=Wi(e),s=Ki(o),c=n?n(s):Qi(s);return Zi({circular:r,comparator:s,createState:u,equals:c,strict:a})}function Sn(e,t){return eo(e,t)}function On(e,t){if(typeof e!=typeof t)return!1;if(!e&&!t)return!0;if(Array.isArray(e)){const i=t,a=e;return i.length===0?!0:i.every(o=>a.includes(o))}if(typeof e!="object")return Sn(e,t);const r=t,n=e;let u=!0;return Object.keys(r).forEach(i=>{u&&(Object.hasOwn(n,i)&&On(n[i],r[i])||(u=!1))}),u}function Ht(e,t,r){return JSON.stringify(e,(u,i)=>{let a=i;return t&&(a=t(u,a)),a===void 0&&(a=null),a},r)}function In(e,t){function r(a){return Object.keys(a).forEach(o=>{a[o]===null?a[o]=void 0:typeof a[o]=="object"&&(a[o]=r(a[o]))}),a}function n(a,o){if(o&&typeof o=="object"&&"book"in o&&typeof o.book=="string"&&"chapterNum"in o&&typeof o.chapterNum=="number"&&"verseNum"in o&&typeof o.verseNum=="number"&&Object.keys(o).every(s=>["book","chapterNum","verseNum","verse","versificationStr"].includes(s))){const s=o.chapterNum.toString(10),c="verse"in o&&typeof o.verse=="string"?o.verse:o.verseNum.toString(10),l="versificationStr"in o&&typeof o.versificationStr=="string"?new oe(o.versificationStr):void 0;return new Kt(o.book,s,c,l)}return o}function u(a,o){return n(a,t?t.call(this,a,o):o)}const i=JSON.parse(e,u);if(i!==null)return typeof i=="object"?r(i):i}function to(e){try{const t=Ht(e);return t===Ht(In(t))}catch{return!1}}const ro=e=>e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/");function no(){return typeof navigator<"u"&&navigator.languages?navigator.languages[0]:new Wr().resolvedOptions().locale}function uo(e,t=2){if(e===0)return"0 Bytes";const r=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],n=Math.floor(Math.log(e)/Math.log(1024)),u=r[n];return`${new nn("en",{style:"decimal",maximumFractionDigits:t,minimumFractionDigits:0}).format(e/1024**n)} ${u}`}const er={projectSettingsContribution:{description:"The data an extension provides to inform Platform.Bible of the project settings it provides",anyOf:[{$ref:"#/$defs/projectSettingsGroup"},{type:"array",items:{$ref:"#/$defs/projectSettingsGroup"}}]},projectSettingsGroup:{description:"Group of related settings definitions",type:"object",properties:{label:{description:"localizeKey that displays in the project settings dialog as the group name",$ref:"#/$defs/localizeKey"},description:{description:"localizeKey that displays in the project settings dialog to describe the group",$ref:"#/$defs/localizeKey"},properties:{$ref:"#/$defs/projectSettingProperties"}},required:["label","properties"]},projectSettingProperties:{description:"Object whose keys are setting IDs and whose values are settings objects",type:"object",patternProperties:{"^[\\w\\-]+\\.[\\w\\-]+$":{$ref:"#/$defs/projectSetting"}},additionalProperties:!1},projectSetting:{description:"A description of an extension's setting entry",anyOf:[{$ref:"#/$defs/extensionControlledProjectSetting"}]},extensionControlledProjectSetting:{description:"Setting definition that is validated by the extension.",allOf:[{$ref:"#/$defs/projectSettingBase"},{$ref:"#/$defs/modifierExtensionControlled"}]},projectSettingBase:{description:"Base information needed to describe a project setting entry",allOf:[{$ref:"#/$defs/settingBase"},{$ref:"#/$defs/modifierProject"}]},modifierProject:{description:"Modifies setting type to be project setting",type:"object",properties:{includeProjectInterfaces:{description:"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should be included.\n\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to pass):\n\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition\n\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\n\nDefaults to all {@link ProjectInterfaces}, so all projects that do not match `excludeProjectInterfaces` will be included\n\n@example\n\n```typescript\nincludeProjectInterfaces: ['one', ['two', 'three']];\n```\n\nThis filter condition will succeed on projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\n\n- Include `one`\n- Include both `two` and `three`.",anyOf:[{type:"null"},{type:"string"},{type:"array",items:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]}}]},excludeProjectInterfaces:{description:"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should absolutely not be included even if they match with `includeProjectInterfaces`.\n\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to exclude the project):\n\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition and exclude the project\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition and exclude the project\n\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\n\nDefaults to no {@link ProjectInterfaces}, so all projects that match `includeProjectInterfaces` will be included\n\n@example\n\n```typescript\nexcludeProjectInterfaces: ['one', ['two', 'three']];\n```\n\nThis filter condition will succeed and exclude projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\n\n- Include `one`\n- Include both `two` and `three`.",anyOf:[{type:"null"},{type:"string"},{type:"array",items:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]}}]},includePdpFactoryIds:{description:"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should be included.\n\nDefaults to all Project Data Provider Factory Ids, so all projects that do not match `excludePdpFactoryIds` will be included",anyOf:[{type:"null"},{type:"string"},{type:"array",items:{type:"string"}}]},excludePdpFactoryIds:{description:"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should absolutely not be included even if they match with `includeProjectInterfaces`.\n\nDefaults to none, so all projects that match `includePdpFactoryIds` will be included",anyOf:[{type:"null"},{type:"string"},{type:"array",items:{type:"string"}}]}}},settingsContribution:{description:"The data an extension provides to inform Platform.Bible of the settings it provides",anyOf:[{$ref:"#/$defs/settingsGroup"},{type:"array",items:{$ref:"#/$defs/settingsGroup"}}]},settingsGroup:{description:"Group of related settings definitions",type:"object",properties:{label:{description:"localizeKey that displays in the settings dialog as the group name",$ref:"#/$defs/localizeKey"},description:{description:"localizeKey that displays in the settings dialog to describe the group",$ref:"#/$defs/localizeKey"},properties:{$ref:"#/$defs/settingProperties"}},required:["label","properties"]},settingProperties:{description:"Object whose keys are setting IDs and whose values are settings objects",type:"object",patternProperties:{"^[\\w-]+\\.[\\w-]+$":{$ref:"#/$defs/setting"}},additionalProperties:!1},setting:{description:"A description of an extension's setting entry",anyOf:[{$ref:"#/$defs/extensionControlledSetting"}]},extensionControlledSetting:{description:"Setting definition that is validated by the extension.",allOf:[{$ref:"#/$defs/settingBase"},{$ref:"#/$defs/modifierExtensionControlled"}]},settingBase:{description:"Base information needed to describe a setting entry",allOf:[{$ref:"#/$defs/stateBase"},{type:"object",properties:{label:{description:"localizeKey that displays in the settings dialog as the setting name",$ref:"#/$defs/localizeKey"},description:{description:"localizeKey that displays in the settings dialog to describe the setting",$ref:"#/$defs/localizeKey"}},required:["label"]}]},projectStateContribution:{description:"The data an extension provides to inform Platform.Bible of the project state it provides",$ref:"#/$defs/userStateProperties"},userStateContribution:{description:"The data an extension provides to inform Platform.Bible of the user state it provides",$ref:"#/$defs/userStateProperties"},userStateProperties:{description:"Object whose keys are state IDs and whose values are state objects",type:"object",patternProperties:{"^[\\w\\-]+\\.[\\w\\-]+$":{$ref:"#/$defs/userState"}},additionalProperties:!1},userState:{description:"A description of an extension's user state entry",anyOf:[{$ref:"#/$defs/extensionControlledState"}]},extensionControlledState:{description:"State definition that is validated by the extension.",allOf:[{$ref:"#/$defs/stateBase"},{$ref:"#/$defs/modifierExtensionControlled"}]},modifierExtensionControlled:{description:'Modifies state/setting type to be extension-controlled. "Extension-controlled" means the extension provides the component and the validator for the state/setting, so the state/setting is controlled by the extension.',not:{anyOf:[{type:"object",required:["platformType"]},{type:"object",required:["type"]}]}},stateBase:{description:"Base information needed to describe a state entry",type:"object",properties:{default:{description:"default value for the state/setting",type:"any"},derivesFrom:{description:"a state/setting ID whose value to set to this state/setting's starting value the first time this state/setting is loaded",$ref:"#/$defs/id"}},required:["default"]},localizeKey:{description:"Identifier for a string that will be localized based on the user's UI language",type:"string",pattern:"^%[\\w\\-\\.]+%$",tsType:"LocalizeKey"},id:{description:"",type:"string",pattern:"^[\\w\\-]+\\.[\\w\\-]+$",tsType:"Id"}};function tr(e){e&&Object.values(e).forEach(t=>{if(t.type){if("tsType"in t&&delete t.tsType,t.type==="any"){delete t.type;return}t.type==="object"&&tr(t.properties)}})}tr(er);const Rn={$schema:"https://json-schema.org/draft/2020-12/schema",title:"Project Settings Contribution",description:"The data an extension provides to inform Platform.Bible of the project settings it provides",anyOf:[{$ref:"#/$defs/projectSettingsGroup"},{type:"array",items:{$ref:"#/$defs/projectSettingsGroup"}}],$defs:er};Object.freeze(Rn);const Bn={$schema:"https://json-schema.org/draft/2020-12/schema",title:"Settings Contribution",description:"The data an extension provides to inform Platform.Bible of the settings it provides",anyOf:[{$ref:"#/$defs/settingsGroup"},{type:"array",items:{$ref:"#/$defs/settingsGroup"}}],$defs:er};Object.freeze(Bn);const xn={languageStrings:{description:"Map whose keys are localized string keys and whose values provide information about how to localize strings for the localized string key",type:"object",patternProperties:{"^%[\\w\\-\\.]+%$":{$ref:"#/$defs/localizedStringValue"}},additionalProperties:!1},localizedStringValue:{description:"Localized string value associated with this key",type:"string"},stringsMetadata:{description:"Map whose keys are localized string keys and whose values provide additional non-locale-specific information about the localized string key",type:"object",patternProperties:{"^%[\\w\\-\\.]+%$":{$ref:"#/$defs/stringMetadata"}},additionalProperties:!1},stringMetadata:{description:"Additional non-locale-specific information about a localized string key",type:"object",properties:{fallbackKey:{description:"Localized string key from which to get this value if one does not exist in the specified language. If a new key/value pair needs to be made to replace an existing one, this could help smooth over the transition if the meanings are close enough.\nYou can use Paratext 9 Localized String Keys here. Be sure to escape any % signs with a backslash `\\`.",type:"string",pattern:"^%[\\w\\-\\.;&,' (){}#:/\\\\?%⋮|[\\]“”‘’!~* +=•`…​↑↓]+%$",tsType:"LocalizeKey"},notes:{description:"Additional information provided by developers in English to help the translator to know how to translate this localized string accurately",type:"string"}}},localizeKey:{description:"Identifier for a string that will be localized based on the user's UI language",type:"string",pattern:"^%[\\w\\-\\.]+%$",tsType:"LocalizeKey"}};tr(xn);const Mn={$schema:"https://json-schema.org/draft/2020-12/schema",title:"Localized String Data Contribution",description:"The data an extension provides to inform Platform.Bible of the localized strings it provides.",type:"object",properties:{metadata:{$ref:"#/$defs/stringsMetadata"},localizedStrings:{type:"object",additionalProperties:{$ref:"#/$defs/languageStrings"}}},$defs:xn};Object.freeze(Mn);const _n={title:"Platform.Bible menus",type:"object",properties:{mainMenu:{description:"Top level menu for the application",$ref:"#/$defs/multiColumnMenu"},defaultWebViewTopMenu:{description:"Default top menu for web views that don't specify their own",$ref:"#/$defs/multiColumnMenu"},defaultWebViewContextMenu:{description:"Default context menu for web views that don't specify their own",$ref:"#/$defs/singleColumnMenu"},webViewMenus:{description:"Menus that apply per web view in the application",type:"object",patternProperties:{"^[\\w\\-]+\\.[\\w\\-]+$":{$ref:"#/$defs/menusForOneWebView"}},additionalProperties:!1}},required:["mainMenu","defaultWebViewTopMenu","defaultWebViewContextMenu","webViewMenus"],additionalProperties:!1,$defs:{localizeKey:{description:"Identifier for a string that will be localized in a menu based on the user's UI language",type:"string",pattern:"^%[\\w\\-\\.]+%$"},referencedItem:{description:"Name of some UI element (i.e., tab, column, group, menu item) or some PAPI object (i.e., command)",type:"string",pattern:"^[\\w\\-]+\\.[\\w\\-]+$"},columnsWithHeaders:{description:"Group of columns that can be combined with other columns to form a multi-column menu",type:"object",patternProperties:{"^[\\w\\-]+\\.[\\w\\-]+$":{description:"Single column with a header string",type:"object",properties:{label:{description:"Header text for this this column in the UI",$ref:"#/$defs/localizeKey"},localizeNotes:{description:"Additional information provided by developers to help people who perform localization",type:"string"},order:{description:"Relative order of this column compared to other columns (sorted ascending)",type:"number"},isExtensible:{description:"Defines whether contributions are allowed to add menu groups to this column",type:"boolean"}},required:["label","order"],additionalProperties:!1}},properties:{isExtensible:{description:"Defines whether contributions are allowed to add columns to this multi-column menu",type:"boolean"}}},menuGroups:{description:"Group of menu items that can be combined with other groups to form a single menu/submenu. Groups are separated using a line within the menu/submenu.",type:"object",patternProperties:{"^[\\w\\-]+\\.[\\w\\-]+$":{description:"Single group that contains menu items",type:"object",oneOf:[{properties:{column:{description:"Column where this group belongs, not required for single column menus",$ref:"#/$defs/referencedItem"},order:{description:"Relative order of this group compared to other groups in the same column or submenu (sorted ascending)",type:"number"},isExtensible:{description:"Defines whether contributions are allowed to add menu items to this menu group",type:"boolean"}},required:["order"],additionalProperties:!1},{properties:{menuItem:{description:"Menu item that anchors the submenu where this group belongs",$ref:"#/$defs/referencedItem"},order:{description:"Relative order of this group compared to other groups in the same column or submenu (sorted ascending)",type:"number"},isExtensible:{description:"Defines whether contributions are allowed to add menu items to this menu group",type:"boolean"}},required:["menuItem","order"],additionalProperties:!1}]}},additionalProperties:!1},menuItem:{description:"Single item in a menu that can be clicked on to take an action or can be the parent of a submenu",type:"object",oneOf:[{properties:{id:{description:"ID for this menu item that holds a submenu",$ref:"#/$defs/referencedItem"}},required:["id"]},{properties:{command:{description:"Name of the PAPI command to run when this menu item is selected.",$ref:"#/$defs/referencedItem"},iconPathBefore:{description:"Uri path to the icon to display before the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`",type:"string"},iconPathAfter:{description:"Uri path to the icon to display after the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`",type:"string"}},required:["command"]}],properties:{label:{description:"Key that represents the text of this menu item to display",$ref:"#/$defs/localizeKey"},tooltip:{description:"Key that represents the text to display if a mouse pointer hovers over the menu item",$ref:"#/$defs/localizeKey"},searchTerms:{description:"Key that represents additional words the platform should reference when users are searching for menu items",$ref:"#/$defs/localizeKey"},localizeNotes:{description:"Additional information provided by developers to help people who perform localization",type:"string"},group:{description:"Group to which this menu item belongs",$ref:"#/$defs/referencedItem"},order:{description:"Relative order of this menu item compared to other menu items in the same group (sorted ascending)",type:"number"}},required:["label","group","order"],unevaluatedProperties:!1},groupsAndItems:{description:"Core schema for a column",type:"object",properties:{groups:{description:"Groups that belong in this menu",$ref:"#/$defs/menuGroups"},items:{description:"List of menu items that belong in this menu",type:"array",items:{$ref:"#/$defs/menuItem"},uniqueItems:!0}},required:["groups","items"]},singleColumnMenu:{description:"Menu that contains a column without a header",type:"object",allOf:[{$ref:"#/$defs/groupsAndItems"}],unevaluatedProperties:!1},multiColumnMenu:{description:"Menu that can contain multiple columns with headers",type:"object",allOf:[{$ref:"#/$defs/groupsAndItems"},{properties:{columns:{description:"Columns that belong in this menu",$ref:"#/$defs/columnsWithHeaders"}},required:["columns"]}],unevaluatedProperties:!1},menusForOneWebView:{description:"Set of menus that are associated with a single tab",type:"object",properties:{includeDefaults:{description:"Indicates whether the platform default menus should be included for this webview",type:"boolean"},topMenu:{description:"Menu that opens when you click on the top left corner of a tab",$ref:"#/$defs/multiColumnMenu"},contextMenu:{description:"Menu that opens when you right click on the main body/area of a tab",$ref:"#/$defs/singleColumnMenu"}},additionalProperties:!1}}};Object.freeze(_n);var B={};function io(e,t,r){if(r===void 0&&(r=Array.prototype),e&&typeof r.find=="function")return r.find.call(e,t);for(var n=0;n-1}var mo=Le({HTML:"http://www.w3.org/1999/xhtml",SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});B.assign=oo;B.find=io;B.freeze=Le;B.HTML_BOOLEAN_ATTRIBUTES=Fn;B.HTML_RAW_TEXT_ELEMENTS=Ze;B.HTML_VOID_ELEMENTS=Ln;B.hasDefaultHTMLNamespace=fo;B.hasOwn=Ae;B.isHTMLBooleanAttribute=ao;B.isHTMLRawTextElement=co;B.isHTMLEscapableRawTextElement=lo;B.isHTMLMimeType=Pn;B.isHTMLVoidElement=so;B.isValidMimeType=ho;B.MIME_TYPE=et;B.NAMESPACE=mo;var Ne={},Eo=B;function kn(e,t){e.prototype=Object.create(Error.prototype,{constructor:{value:e},name:{value:e.name,enumerable:!0,writable:t}})}var tt=Eo.freeze({Error:"Error",IndexSizeError:"IndexSizeError",DomstringSizeError:"DomstringSizeError",HierarchyRequestError:"HierarchyRequestError",WrongDocumentError:"WrongDocumentError",InvalidCharacterError:"InvalidCharacterError",NoDataAllowedError:"NoDataAllowedError",NoModificationAllowedError:"NoModificationAllowedError",NotFoundError:"NotFoundError",NotSupportedError:"NotSupportedError",InUseAttributeError:"InUseAttributeError",InvalidStateError:"InvalidStateError",SyntaxError:"SyntaxError",InvalidModificationError:"InvalidModificationError",NamespaceError:"NamespaceError",InvalidAccessError:"InvalidAccessError",ValidationError:"ValidationError",TypeMismatchError:"TypeMismatchError",SecurityError:"SecurityError",NetworkError:"NetworkError",AbortError:"AbortError",URLMismatchError:"URLMismatchError",QuotaExceededError:"QuotaExceededError",TimeoutError:"TimeoutError",InvalidNodeTypeError:"InvalidNodeTypeError",DataCloneError:"DataCloneError",EncodingError:"EncodingError",NotReadableError:"NotReadableError",UnknownError:"UnknownError",ConstraintError:"ConstraintError",DataError:"DataError",TransactionInactiveError:"TransactionInactiveError",ReadOnlyError:"ReadOnlyError",VersionError:"VersionError",OperationError:"OperationError",NotAllowedError:"NotAllowedError",OptOutError:"OptOutError"}),qn=Object.keys(tt);function $n(e){return typeof e=="number"&&e>=1&&e<=25}function go(e){return typeof e=="string"&&e.substring(e.length-tt.Error.length)===tt.Error}function st(e,t){$n(e)?(this.name=qn[e],this.message=t||""):(this.message=e,this.name=go(t)?t:tt.Error),Error.captureStackTrace&&Error.captureStackTrace(this,st)}kn(st,!0);Object.defineProperties(st.prototype,{code:{enumerable:!0,get:function(){var e=qn.indexOf(this.name);return $n(e)?e:0}}});var jn={INDEX_SIZE_ERR:1,DOMSTRING_SIZE_ERR:2,HIERARCHY_REQUEST_ERR:3,WRONG_DOCUMENT_ERR:4,INVALID_CHARACTER_ERR:5,NO_DATA_ALLOWED_ERR:6,NO_MODIFICATION_ALLOWED_ERR:7,NOT_FOUND_ERR:8,NOT_SUPPORTED_ERR:9,INUSE_ATTRIBUTE_ERR:10,INVALID_STATE_ERR:11,SYNTAX_ERR:12,INVALID_MODIFICATION_ERR:13,NAMESPACE_ERR:14,INVALID_ACCESS_ERR:15,VALIDATION_ERR:16,TYPE_MISMATCH_ERR:17,SECURITY_ERR:18,NETWORK_ERR:19,ABORT_ERR:20,URL_MISMATCH_ERR:21,QUOTA_EXCEEDED_ERR:22,TIMEOUT_ERR:23,INVALID_NODE_TYPE_ERR:24,DATA_CLONE_ERR:25},kt=Object.entries(jn);for(var Et=0;Et/),xr=/[\x20\x0D\x0Aa-zA-Z0-9-'()+,./:=?;!*#@$_%]/,yt=d('"',xr,'*"',"|","'",Re(xr,"'"),"*'"),Vn="",Ro=g(Vn,d(Re(ge,"-"),"|",g("-",Re(ge,"-"))),"*",Hn),Mr="#PCDATA",Bo=d(g(/\(/,O,Mr,d(O,/\|/,O,lt),"*",O,/\)\*/),"|",g(/\(/,O,Mr,O,/\)/)),xo=/[?*+]?/,Mo=g(/\([^>]+\)/,xo),_o=d("EMPTY","|","ANY","|",Bo,"|",Mo),Fo=""),Po=g("NOTATION",C,/\(/,O,X,d(O,/\|/,O,X),"*",O,/\)/),ko=g(/\(/,O,Rr,d(O,/\|/,O,Rr),"*",O,/\)/),qo=d(Po,"|",ko),$o=d(/CDATA|ID|IDREF|IDREFS|ENTITY|ENTITIES|NMTOKEN|NMTOKENS/,"|",qo),jo=d(/#REQUIRED|#IMPLIED/,"|",d(d("#FIXED",C),"?",Co)),Uo=d(C,X,C,$o,C,jo),Vo=""),or="SYSTEM",Ct="PUBLIC",Tt=d(d(or,C,it),"|",d(Ct,C,yt,C,it)),Go=g("^",d(d(or,C,"(?",it,")"),"|",d(Ct,C,"(?",yt,")",C,"(?",it,")"))),zo=d(C,"NDATA",C,X),Jo=d(ir,"|",d(Tt,zo,"?")),Gn=""),Yo=d(ir,"|",Tt),Ko=g(Gn,C,"%",C,X,C,Yo,O,">"),Wo=d(Xo,"|",Ko),Qo=g(Ct,C,yt),Zo=g(""),ar=g(O,"=",O),_r=/1[.]\d+/,ea=g(C,"version",ar,d("'",_r,"'","|",'"',_r,'"')),Fr=/[A-Za-z][-A-Za-z0-9._]*/,ta=d(C,"encoding",ar,d('"',Fr,'"',"|","'",Fr,"'")),ra=d(C,"standalone",ar,d("'",d("yes","|","no"),"'","|",'"',d("yes","|","no"),'"')),na=g(/^<\?xml/,ea,ta,"?",ra,"?",O,/\?>/),ua="",aa=//,ca=g(ge,"*?",sa),la=g(aa,ca);E.chars=Ee;E.chars_without=Re;E.detectUnicodeSupport=Un;E.reg=g;E.regg=d;E.AttlistDecl=Ho;E.CDATA_START=ia;E.CDATA_END=oa;E.CDSect=la;E.Char=ge;E.Comment=Ro;E.COMMENT_START=Vn;E.COMMENT_END=Hn;E.DOCTYPE_DECL_START=ua;E.elementdecl=Lo;E.EntityDecl=Wo;E.EntityValue=ir;E.ExternalID=Tt;E.ExternalID_match=Go;E.Name=X;E.NotationDecl=Zo;E.Reference=nt;E.PEReference=ut;E.PI=Io;E.PUBLIC=Ct;E.PubidLiteral=yt;E.QName=lt;E.QName_exact=So;E.QName_group=Oo;E.S=C;E.SChar_s=Ao;E.S_OPT=O;E.SYSTEM=or;E.SystemLiteral=it;E.UNICODE_REPLACEMENT_CHARACTER=vo;E.UNICODE_SUPPORT=ct;E.XMLDecl=na;var J=B,ee=J.find,fa=J.hasDefaultHTMLNamespace,Be=J.hasOwn,pa=J.isHTMLMimeType,ha=J.isHTMLRawTextElement,da=J.isHTMLVoidElement,Ke=J.MIME_TYPE,te=J.NAMESPACE,k=Symbol(),zn=Ne,h=zn.DOMException,ma=zn.DOMExceptionName,Q=E;function q(e){if(e!==k)throw new TypeError("Illegal constructor")}function Ea(e){return e!==""}function ga(e){return e?e.split(/[\t\n\f\r ]+/).filter(Ea):[]}function Da(e,t){return Be(e,t)||(e[t]=!0),e}function Lr(e){if(!e)return[];var t=ga(e);return Object.keys(t.reduce(Da,{}))}function va(e){return function(t){return e&&e.indexOf(t)!==-1}}function Jn(e){if(!Q.QName_exact.test(e))throw new h(h.INVALID_CHARACTER_ERR,'invalid character in qualified name "'+e+'"')}function Gt(e,t){Jn(t),e=e||null;var r=null,n=t;if(t.indexOf(":")>=0){var u=t.split(":");r=u[0],n=u[1]}if(r!==null&&e===null)throw new h(h.NAMESPACE_ERR,"prefix is non-null and namespace is null");if(r==="xml"&&e!==J.NAMESPACE.XML)throw new h(h.NAMESPACE_ERR,'prefix is "xml" and namespace is not the XML namespace');if((r==="xmlns"||t==="xmlns")&&e!==J.NAMESPACE.XMLNS)throw new h(h.NAMESPACE_ERR,'either qualifiedName or prefix is "xmlns" and namespace is not the XMLNS namespace');if(e===J.NAMESPACE.XMLNS&&r!=="xmlns"&&t!=="xmlns")throw new h(h.NAMESPACE_ERR,'namespace is the XMLNS namespace and neither qualifiedName nor prefix is "xmlns"');return[e,r,n]}function Pe(e,t){for(var r in e)Be(e,r)&&(t[r]=e[r])}function $(e,t){var r=e.prototype;if(!(r instanceof t)){let n=function(){};n.prototype=t.prototype,n=new n,Pe(r,n),e.prototype=r=n}r.constructor!=e&&(typeof e!="function"&&console.error("unknown Class:"+e),r.constructor=e)}var j={},Y=j.ELEMENT_NODE=1,xe=j.ATTRIBUTE_NODE=2,vt=j.TEXT_NODE=3,Xn=j.CDATA_SECTION_NODE=4,Yn=j.ENTITY_REFERENCE_NODE=5,Aa=j.ENTITY_NODE=6,Kn=j.PROCESSING_INSTRUCTION_NODE=7,Wn=j.COMMENT_NODE=8,ot=j.DOCUMENT_NODE=9,Qn=j.DOCUMENT_TYPE_NODE=10,se=j.DOCUMENT_FRAGMENT_NODE=11,Na=j.NOTATION_NODE=12,F=J.freeze({DOCUMENT_POSITION_DISCONNECTED:1,DOCUMENT_POSITION_PRECEDING:2,DOCUMENT_POSITION_FOLLOWING:4,DOCUMENT_POSITION_CONTAINS:8,DOCUMENT_POSITION_CONTAINED_BY:16,DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:32});function Pr(e){for(var t=[];e.parentNode||e.ownerElement;)e=e.parentNode||e.ownerElement,t.unshift(e);return t}function Zn(e,t){if(t.length=0&&e=0){for(var u=t.length-1;n<=u;)t[n]=t[++n];if(t.length=u,e){var i=e.ownerDocument;i&&nu(i,e,r),r.ownerElement=null}}}Me.prototype={length:0,item:M.prototype.item,getNamedItem:function(e){this._ownerElement&&this._ownerElement._isInHTMLDocumentAndNamespace()&&(e=e.toLowerCase());for(var t=0;tkr(t.ownerDocument)?F.DOCUMENT_POSITION_FOLLOWING:F.DOCUMENT_POSITION_PRECEDING);var o=Pr(t),s=Pr(r);if(!n&&s.indexOf(t)>=0||u&&t===r)return F.DOCUMENT_POSITION_CONTAINS+F.DOCUMENT_POSITION_PRECEDING;if(!u&&o.indexOf(r)>=0||n&&t===r)return F.DOCUMENT_POSITION_CONTAINED_BY+F.DOCUMENT_POSITION_FOLLOWING;var c=Zn(s,o);for(var l in c.childNodes){var f=c.childNodes[l];if(f===r)return F.DOCUMENT_POSITION_FOLLOWING;if(f===t)return F.DOCUMENT_POSITION_PRECEDING;if(s.indexOf(f)>=0)return F.DOCUMENT_POSITION_FOLLOWING;if(o.indexOf(f)>=0)return F.DOCUMENT_POSITION_PRECEDING}return 0}};function ru(e){return e=="<"&&"<"||e==">"&&">"||e=="&"&&"&"||e=='"'&&"""||"&#"+e.charCodeAt()+";"}Pe(j,A);Pe(j,A.prototype);Pe(F,A);Pe(F,A.prototype);function Qe(e,t){if(t(e))return!0;if(e=e.firstChild)do if(Qe(e,t))return!0;while(e=e.nextSibling)}function ce(e,t){q(e);var r=t||{};this.ownerDocument=this,this.contentType=r.contentType||Ke.XML_APPLICATION,this.type=pa(this.contentType)?"html":"xml"}function ya(e,t,r){e&&e._inc++;var n=r.namespaceURI;n===te.XMLNS&&(t._nsMap[r.prefix?r.localName:""]=r.value)}function nu(e,t,r,n){e&&e._inc++;var u=r.namespaceURI;u===te.XMLNS&&delete t._nsMap[r.prefix?r.localName:""]}function uu(e,t,r){if(e&&e._inc){e._inc++;var n=t.childNodes;if(r&&!r.nextSibling)n[n.length++]=r;else{for(var u=t.firstChild,i=0;u;)n[i++]=u,u=u.nextSibling;n.length=i,delete n[n.length]}}}function iu(e,t){if(e!==t.parentNode)throw new h(h.NOT_FOUND_ERR,"child's parent is not parent");var r=t.previousSibling,n=t.nextSibling;return r?r.nextSibling=n:e.firstChild=n,n?n.previousSibling=r:e.lastChild=r,uu(e.ownerDocument,e),t.parentNode=null,t.previousSibling=null,t.nextSibling=null,t}function Ca(e){return e&&(e.nodeType===A.DOCUMENT_NODE||e.nodeType===A.DOCUMENT_FRAGMENT_NODE||e.nodeType===A.ELEMENT_NODE)}function Ta(e){return e&&(e.nodeType===A.CDATA_SECTION_NODE||e.nodeType===A.COMMENT_NODE||e.nodeType===A.DOCUMENT_FRAGMENT_NODE||e.nodeType===A.DOCUMENT_TYPE_NODE||e.nodeType===A.ELEMENT_NODE||e.nodeType===A.PROCESSING_INSTRUCTION_NODE||e.nodeType===A.TEXT_NODE)}function le(e){return e&&e.nodeType===A.DOCUMENT_TYPE_NODE}function ue(e){return e&&e.nodeType===A.ELEMENT_NODE}function ou(e){return e&&e.nodeType===A.TEXT_NODE}function $r(e,t){var r=e.childNodes||[];if(ee(r,ue)||le(t))return!1;var n=ee(r,le);return!(t&&n&&r.indexOf(n)>r.indexOf(t))}function jr(e,t){var r=e.childNodes||[];function n(i){return ue(i)&&i!==t}if(ee(r,n))return!1;var u=ee(r,le);return!(t&&u&&r.indexOf(u)>r.indexOf(t))}function wa(e,t,r){if(!Ca(e))throw new h(h.HIERARCHY_REQUEST_ERR,"Unexpected parent node type "+e.nodeType);if(r&&r.parentNode!==e)throw new h(h.NOT_FOUND_ERR,"child not in parent");if(!Ta(t)||le(t)&&e.nodeType!==A.DOCUMENT_NODE)throw new h(h.HIERARCHY_REQUEST_ERR,"Unexpected node type "+t.nodeType+" for parent node type "+e.nodeType)}function Sa(e,t,r){var n=e.childNodes||[],u=t.childNodes||[];if(t.nodeType===A.DOCUMENT_FRAGMENT_NODE){var i=u.filter(ue);if(i.length>1||ee(u,ou))throw new h(h.HIERARCHY_REQUEST_ERR,"More than one element or text in fragment");if(i.length===1&&!$r(e,r))throw new h(h.HIERARCHY_REQUEST_ERR,"Element in fragment can not be inserted before doctype")}if(ue(t)&&!$r(e,r))throw new h(h.HIERARCHY_REQUEST_ERR,"Only one element can be added and only after doctype");if(le(t)){if(ee(n,le))throw new h(h.HIERARCHY_REQUEST_ERR,"Only one doctype is allowed");var a=ee(n,ue);if(r&&n.indexOf(a)1||ee(u,ou))throw new h(h.HIERARCHY_REQUEST_ERR,"More than one element or text in fragment");if(i.length===1&&!jr(e,r))throw new h(h.HIERARCHY_REQUEST_ERR,"Element in fragment can not be inserted before doctype")}if(ue(t)&&!jr(e,r))throw new h(h.HIERARCHY_REQUEST_ERR,"Only one element can be added and only after doctype");if(le(t)){if(ee(n,function(s){return le(s)&&s!==r}))throw new h(h.HIERARCHY_REQUEST_ERR,"Only one doctype is allowed");var a=ee(n,ue);if(r&&n.indexOf(a)0&&Qe(r,function(u){if(u!==r&&u.nodeType===Y){var i=u.getAttribute("class");if(i){var a=e===i;if(!a){var o=Lr(i);a=t.every(va(o))}a&&n.push(u)}}}),n})},getElementsByTagName:function(e){var t=(this.nodeType===ot?this:this.ownerDocument).type==="html",r=e.toLowerCase();return new de(this,function(n){var u=[];return Qe(n,function(i){if(!(i===n||i.nodeType!==Y))if(e==="*")u.push(i);else{var a=i.getQualifiedName(),o=t&&i.namespaceURI===te.HTML?r:e;a===o&&u.push(i)}}),u})},getElementsByTagNameNS:function(e,t){return new de(this,function(r){var n=[];return Qe(r,function(u){u!==r&&u.nodeType===Y&&(e==="*"||u.namespaceURI===e)&&(t==="*"||u.localName==t)&&n.push(u)}),n})}};ce.prototype.getElementsByClassName=fe.prototype.getElementsByClassName;ce.prototype.getElementsByTagName=fe.prototype.getElementsByTagName;ce.prototype.getElementsByTagNameNS=fe.prototype.getElementsByTagNameNS;$(fe,A);function De(e){q(e),this.namespaceURI=null,this.prefix=null,this.ownerElement=null}De.prototype.nodeType=xe;$(De,A);function ke(e){q(e)}ke.prototype={data:"",substringData:function(e,t){return this.data.substring(e,e+t)},appendData:function(e){e=this.data+e,this.nodeValue=this.data=e,this.length=e.length},insertData:function(e,t){this.replaceData(e,0,t)},deleteData:function(e,t){this.replaceData(e,t,"")},replaceData:function(e,t,r){var n=this.data.substring(0,e),u=this.data.substring(e+t);r=n+r+u,this.nodeValue=this.data=r,this.length=r.length}};$(ke,A);function ft(e){q(e)}ft.prototype={nodeName:"#text",nodeType:vt,splitText:function(e){var t=this.data,r=t.substring(e);t=t.substring(0,e),this.data=this.nodeValue=t,this.length=t.length;var n=this.ownerDocument.createTextNode(r);return this.parentNode&&this.parentNode.insertBefore(n,this.nextSibling),n}};$(ft,ke);function St(e){q(e)}St.prototype={nodeName:"#comment",nodeType:Wn};$(St,ke);function Ot(e){q(e)}Ot.prototype={nodeName:"#cdata-section",nodeType:Xn};$(Ot,ft);function It(e){q(e)}It.prototype.nodeType=Qn;$(It,A);function sr(e){q(e)}sr.prototype.nodeType=Na;$(sr,A);function cr(e){q(e)}cr.prototype.nodeType=Aa;$(cr,A);function Rt(e){q(e)}Rt.prototype.nodeType=Yn;$(Rt,A);function pt(e){q(e)}pt.prototype.nodeName="#document-fragment";pt.prototype.nodeType=se;$(pt,A);function Bt(e){q(e)}Bt.prototype.nodeType=Kn;$(Bt,ke);function su(){}su.prototype.serializeToString=function(e,t){return cu.call(e,t)};A.prototype.toString=cu;function cu(e){var t=[],r=this.nodeType===ot&&this.documentElement||this,n=r.prefix,u=r.namespaceURI;if(u&&n==null){var n=r.lookupPrefix(u);if(n==null)var i=[{namespace:u,prefix:null}]}return Se(this,t,e,i),t.join("")}function Ur(e,t,r){var n=e.prefix||"",u=e.namespaceURI;if(!u||n==="xml"&&u===te.XML||u===te.XMLNS)return!1;for(var i=r.length;i--;){var a=r[i];if(a.prefix===n)return a.namespace!==u}return!0}function qt(e,t,r){e.push(" ",t,'="',r.replace(/[<>&"\t\n\r]/g,ru),'"')}function Se(e,t,r,n){n||(n=[]);var u=e.nodeType===ot?e:e.ownerDocument,i=u.type==="html";if(r)if(e=r(e),e){if(typeof e=="string"){t.push(e);return}}else return;switch(e.nodeType){case Y:var a=e.attributes,o=a.length,R=e.firstChild,s=e.tagName,c=s;if(!i&&!e.prefix&&e.namespaceURI){for(var l,f=0;f=0;p--){var m=n[p];if(m.prefix===""&&m.namespace===e.namespaceURI){l=m.namespace;break}}if(l!==e.namespaceURI)for(var p=n.length-1;p>=0;p--){var m=n[p];if(m.namespace===e.namespaceURI){m.prefix&&(c=m.prefix+":"+s);break}}}t.push("<",c);for(var b=0;b");else{if(t.push(">"),i&&ha(s))for(;R;)R.data?t.push(R.data):Se(R,t,r,n.slice()),R=R.nextSibling;else for(;R;)Se(R,t,r,n.slice()),R=R.nextSibling;t.push("")}return;case ot:case se:for(var R=e.firstChild;R;)Se(R,t,r,n.slice()),R=R.nextSibling;return;case xe:return qt(t,e.name,e.value);case vt:return t.push(e.data.replace(/[<&>]/g,ru));case Xn:return t.push(Q.CDATA_START,e.data,Q.CDATA_END);case Wn:return t.push(Q.COMMENT_START,e.data,Q.COMMENT_END);case Qn:var K=e.publicId,U=e.systemId;t.push(Q.DOCTYPE_DECL_START," ",e.name),K?(t.push(" ",Q.PUBLIC," ",K),U&&U!=="."&&t.push(" ",U)):U&&U!=="."&&t.push(" ",Q.SYSTEM," ",U),e.internalSubset&&t.push(" [",e.internalSubset,"]"),t.push(">");return;case Kn:return t.push("");case Yn:return t.push("&",e.nodeName,";");default:t.push("??",e.nodeName)}}function lu(e,t,r){var n;switch(t.nodeType){case Y:n=t.cloneNode(!1),n.ownerDocument=e;case se:break;case xe:r=!0;break}if(n||(n=t.cloneNode(!1)),n.ownerDocument=e,n.parentNode=null,r)for(var u=t.firstChild;u;)n.appendChild(lu(e,u,r)),u=u.nextSibling;return n}function zt(e,t,r){var n=new t.constructor(k);for(var u in t)if(Be(t,u)){var i=t[u];typeof i!="object"&&i!=n[u]&&(n[u]=i)}switch(t.childNodes&&(n.childNodes=new M),n.ownerDocument=e,n.nodeType){case Y:var a=t.attributes,o=n.attributes=new Me,s=a.length;o._ownerElement=n;for(var c=0;c",lt:"<",quot:'"'}),e.HTML_ENTITIES=t({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:` -`,nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"}),e.entityMap=e.HTML_ENTITIES})(pu);var xt={},qe=B,v=E,hu=Ne,Oa=qe.isHTMLEscapableRawTextElement,Ia=qe.isHTMLMimeType,Ra=qe.isHTMLRawTextElement,at=qe.hasOwn,Vr=qe.NAMESPACE,Hr=hu.ParseError,Ba=hu.DOMException,Ge=0,ie=1,ye=2,ze=3,Ce=4,Te=5,Je=6,gt=7;function du(){}du.prototype={parse:function(e,t,r){var n=this.domBuilder;n.startDocument(),mu(t,t=Object.create(null)),xa(e,t,r,n,this.errorHandler),n.endDocument()}};var lr=/&#?\w+;?/g;function xa(e,t,r,n,u){var i=Ia(n.mimeType);if(e.indexOf(v.UNICODE_REPLACEMENT_CHARACTER)>=0)return u.fatalError("Unicode replacement character detected, source encoding issues?");function a(y){if(y>65535){y-=65536;var z=55296+(y>>10),ht=56320+(y&1023);return String.fromCharCode(z,ht)}else return String.fromCharCode(y)}function o(y){var z=y[y.length-1]===";"?y:y+";";if(!i&&z!==y)return u.error("EntityRef: expecting ;"),y;var ht=v.Reference.exec(z);if(!ht||ht[0].length!==z.length)return u.error("entity not matching Reference production: "+y),y;var dt=z.slice(1,-1);return at(r,dt)?r[dt]:dt.charAt(0)==="#"?a(parseInt(dt.substr(1).replace("x","0x"))):(u.error("entity not found:"+y),y)}function s(y){if(y>w){var z=e.substring(w,y).replace(lr,o);m&&c(w),n.characters(z,0,y-w),w=y}}function c(y,z){for(;y>=f&&(z=p.exec(e));)l=z.index,f=l+z[0].length,m.lineNumber++;m.columnNumber=y-l+1}for(var l=0,f=0,p=/.*(?:\r\n?|\n)|.*$/g,m=n.locator,b=[{currentNSMap:t}],T=[],w=0;;){try{var I=e.indexOf("<",w);if(I<0){if(!i&&T.length>0)return u.fatalError("unclosed xml tag(s): "+T.join(", "));if(!e.substring(w).match(/^\s*$/)){var re=n.doc,R=re.createTextNode(e.substr(w));if(re.documentElement)return u.error("Extra content at the end of the document");re.appendChild(R),n.currentElement=R}return}if(I>w){var K=e.substring(w,I);!i&&T.length===0&&(K=K.replace(new RegExp(v.S_OPT.source,"g"),""),K&&u.error("Unexpected content outside root element: '"+K+"'")),s(I)}switch(e.charAt(I+1)){case"/":var H=e.indexOf(">",I+2),U=e.substring(I+2,H>0?H:void 0);if(!U)return u.fatalError("end tag name missing");var je=H>0&&v.reg("^",v.QName_group,v.S_OPT,"$").exec(U);if(!je)return u.fatalError('end tag name contains invalid characters: "'+U+'"');if(!n.currentElement&&!n.doc.documentElement)return;var Ue=T[T.length-1]||n.currentElement.tagName||n.doc.documentElement.tagName||"";if(Ue!==je[1]){var Mt=je[1].toLowerCase();if(!i||Ue.toLowerCase()!==Mt)return u.fatalError('Opening and ending tag mismatch: "'+Ue+'" != "'+U+'"')}var _t=b.pop();T.pop();var Ft=_t.localNSMap;if(n.endElement(_t.uri,_t.localName,Ue),Ft)for(var pr in Ft)at(Ft,pr)&&n.endPrefixMapping(pr);H++;break;case"?":m&&c(I),H=La(e,I,n,u);break;case"!":m&&c(I),H=gu(e,I,n,u,i);break;default:m&&c(I);var V=new Du,Lt=b[b.length-1].currentNSMap,H=Ma(e,I,V,Lt,o,u,i),hr=V.length;if(V.closed||(i&&qe.isHTMLVoidElement(V.tagName)?V.closed=!0:T.push(V.tagName)),m&&hr){for(var Au=Gr(m,{}),Pt=0;Ptw?w=H:s(Math.max(I,w)+1)}}function Gr(e,t){return t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber,t}function Ma(e,t,r,n,u,i,a){function o(m,b,T){if(at(r.attributeNames,m))return i.fatalError("Attribute "+m+" redefined");if(!a&&b.indexOf("<")>=0)return i.fatalError("Unescaped '<' not allowed in attributes values");r.addValue(m,b.replace(/[\t\n\r]/g," ").replace(lr,u),T)}for(var s,c,l=++t,f=Ge;;){var p=e.charAt(l);switch(p){case"=":if(f===ie)s=e.slice(t,l),f=ze;else if(f===ye)f=ze;else throw new Error("attribute equal must after attrName");break;case"'":case'"':if(f===ze||f===ie)if(f===ie&&(i.warning('attribute value must after "="'),s=e.slice(t,l)),t=l+1,l=e.indexOf(p,t),l>0)c=e.slice(t,l),o(s,c,t-1),f=Te;else throw new Error("attribute value no end '"+p+"' match");else if(f==Ce)c=e.slice(t,l),o(s,c,t),i.warning('attribute "'+s+'" missed start quot('+p+")!!"),t=l+1,f=Te;else throw new Error('attribute value must after "="');break;case"/":switch(f){case Ge:r.setTagName(e.slice(t,l));case Te:case Je:case gt:f=gt,r.closed=!0;case Ce:case ie:break;case ye:r.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return i.error("unexpected end of input"),f==Ge&&r.setTagName(e.slice(t,l)),l;case">":switch(f){case Ge:r.setTagName(e.slice(t,l));case Te:case Je:case gt:break;case Ce:case ie:c=e.slice(t,l),c.slice(-1)==="/"&&(r.closed=!0,c=c.slice(0,-1));case ye:f===ye&&(c=s),f==Ce?(i.warning('attribute "'+c+'" missed quot(")!'),o(s,c,t)):(a||i.warning('attribute "'+c+'" missed value!! "'+c+'" instead!!'),o(c,c,t));break;case ze:if(!a)return i.fatalError(`AttValue: ' or " expected`)}return l;case"€":p=" ";default:if(p<=" ")switch(f){case Ge:r.setTagName(e.slice(t,l)),f=Je;break;case ie:s=e.slice(t,l),f=ye;break;case Ce:var c=e.slice(t,l);i.warning('attribute "'+c+'" missed quot(")!!'),o(s,c,t);case Te:f=Je;break}else switch(f){case ye:a||i.warning('attribute "'+s+'" missed value!! "'+s+'" instead2!!'),o(s,s,t),t=l,f=ie;break;case Te:i.warning('attribute space is required"'+s+'"!!');case Je:f=ie,t=l;break;case ze:f=Ce,t=l;break;case gt:throw new Error("elements closed character '/' and '>' must be connected to")}}l++}}function zr(e,t,r){for(var n=e.tagName,u=null,f=e.length;f--;){var i=e[f],a=i.qName,o=i.value,p=a.indexOf(":");if(p>0)var s=i.prefix=a.slice(0,p),c=a.slice(p+1),l=s==="xmlns"&&c;else c=a,s=null,l=a==="xmlns"&&"";i.localName=c,l!==!1&&(u==null&&(u=Object.create(null),mu(r,r=Object.create(null))),r[l]=u[l]=o,i.uri=Vr.XMLNS,t.startPrefixMapping(l,o))}for(var f=e.length;f--;)i=e[f],i.prefix&&(i.prefix==="xml"&&(i.uri=Vr.XML),i.prefix!=="xmlns"&&(i.uri=r[i.prefix]));var p=n.indexOf(":");p>0?(s=e.prefix=n.slice(0,p),c=e.localName=n.slice(p+1)):(s=null,c=e.localName=n);var m=e.uri=r[s||""];if(t.startElement(m,c,n,e),e.closed){if(t.endElement(m,c,n),u)for(s in u)at(u,s)&&t.endPrefixMapping(s)}else return e.currentNSMap=r,e.localNSMap=u,!0}function _a(e,t,r,n,u){var i=Oa(r);if(i||Ra(r)){var a=e.indexOf("",t),o=e.substring(t+1,a);return i&&(o=o.replace(lr,n)),u.characters(o,0,o.length),a}return t+1}function mu(e,t){for(var r in e)at(e,r)&&(t[r]=e[r])}function Eu(e,t){var r=t;function n(c){return c=c||0,e.charAt(r+c)}function u(c){c=c||1,r+=c}function i(){for(var c=0;r"?n.fatalError("doctype not terminated with > at position "+i.getIndex()):(i.skip(1),r.startDTD(s.name,s.publicId,s.systemId,s.internalSubset),r.endDTD(),i.getIndex())}default:return n.fatalError('Not well-formed XML starting with "0)return n.fatalError("processing instruction at position "+t+" is an xml declaration which is only at the start of the document");if(!v.XMLDecl.test(e.substring(t)))return n.fatalError("xml declaration is not well-formed")}return r.processingInstruction(u[1],u[2]),t+u[0].length}function Du(){this.attributeNames=Object.create(null)}Du.prototype={setTagName:function(e){if(!v.QName_exact.test(e))throw new Error("invalid tagName:"+e);this.tagName=e},addValue:function(e,t,r){if(!v.QName_exact.test(e))throw new Error("invalid attribute:"+e);this.attributeNames[e]=this.length,this[this.length++]={qName:e,value:t,offset:r}},length:0,getLocalName:function(e){return this[e].localName},getLocator:function(e){return this[e].locator},getQName:function(e){return this[e].qName},getURI:function(e){return this[e].uri},getValue:function(e){return this[e].value}};xt.XMLReader=du;xt.parseUtils=Eu;xt.parseDoctypeCommentOrCData=gu;var be=B,Pa=x,ka=Ne,Jr=pu,qa=xt,$a=Pa.DOMImplementation,ja=be.hasDefaultHTMLNamespace,Ua=be.isHTMLMimeType,Va=be.isValidMimeType,vu=be.MIME_TYPE,$t=be.NAMESPACE,Xr=ka.ParseError,Ha=qa.XMLReader;function Ga(e){return e.replace(/\r[\n\u0085]/g,` +"use strict";var Nu=Object.defineProperty;var bu=(e,t,r)=>t in e?Nu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var w=(e,t,r)=>bu(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const yu=require("async-mutex"),mr=require("jsonpath-plus");class Cu{constructor(t,r=1e4){w(this,"variableName");w(this,"promiseToValue");w(this,"resolver");w(this,"rejecter");this.variableName=t,this.promiseToValue=new Promise((n,u)=>{this.resolver=n,this.rejecter=u}),r>0&&setTimeout(()=>{this.rejecter&&(this.rejecter(`Timeout reached when waiting for ${this.variableName} to settle`),this.complete())},r),Object.seal(this)}get promise(){return this.promiseToValue}get hasSettled(){return Object.isFrozen(this)}resolveToValue(t,r=!1){if(this.resolver)console.debug(`${this.variableName} is being resolved now`),this.resolver(t),this.complete();else{if(r)throw Error(`${this.variableName} was already settled`);console.debug(`Ignoring subsequent resolution of ${this.variableName}`)}}rejectWithReason(t,r=!1){if(this.rejecter)console.debug(`${this.variableName} is being rejected now`),this.rejecter(t),this.complete();else{if(r)throw Error(`${this.variableName} was already settled`);console.debug(`Ignoring subsequent rejection of ${this.variableName}`)}}complete(){this.resolver=void 0,this.rejecter=void 0,Object.freeze(this)}}class Tu{constructor(t,r){w(this,"collator");this.collator=new Intl.Collator(t,r)}compare(t,r){return this.collator.compare(t,r)}resolvedOptions(){return this.collator.resolvedOptions()}}class Wr{constructor(t,r){w(this,"dateTimeFormatter");this.dateTimeFormatter=new Intl.DateTimeFormat(t,r)}format(t){return this.dateTimeFormatter.format(t)}formatRange(t,r){return this.dateTimeFormatter.formatRange(t,r)}formatRangeToParts(t,r){return this.dateTimeFormatter.formatRangeToParts(t,r)}formatToParts(t){return this.dateTimeFormatter.formatToParts(t)}resolvedOptions(){return this.dateTimeFormatter.resolvedOptions()}}class Qr{constructor(){w(this,"subscribe",this.event);w(this,"subscriptions");w(this,"lazyEvent");w(this,"isDisposed",!1);w(this,"dispose",()=>this.disposeFn());w(this,"emit",t=>{this.emitFn(t)})}get event(){return this.assertNotDisposed(),this.lazyEvent||(this.lazyEvent=t=>{if(!t||typeof t!="function")throw new Error("Event handler callback must be a function!");return this.subscriptions||(this.subscriptions=[]),this.subscriptions.push(t),()=>{if(!this.subscriptions)return!1;const r=this.subscriptions.indexOf(t);return r<0?!1:(this.subscriptions.splice(r,1),!0)}}),this.lazyEvent}emitFn(t){this.assertNotDisposed(),[...this.subscriptions??[]].forEach(n=>n(t))}assertNotDisposed(){if(this.isDisposed)throw new Error("Emitter is disposed")}disposeFn(){return this.assertNotDisposed(),this.isDisposed=!0,this.subscriptions=void 0,this.lazyEvent=void 0,Promise.resolve(!0)}}function wu(){return"00-0-4-1-000".replace(/[^-]/g,e=>((Math.random()+~~e)*65536>>e).toString(16).padStart(4,"0"))}function We(e){return typeof e=="string"||e instanceof String}function Oe(e){return JSON.parse(JSON.stringify(e))}function Su(e,t=300){if(We(e))throw new Error("Tried to debounce a string! Could be XSS");let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>e(...n),t)}}function Ou(e,t,r){const n=new Map;return e.forEach(u=>{const i=t(u),a=n.get(i),o=r?r(u,i):u;a?a.push(o):n.set(i,[o])}),n}function Iu(e){return typeof e=="object"&&e!==null&&"message"in e&&typeof e.message=="string"}function Ru(e){if(Iu(e))return e;try{return new Error(JSON.stringify(e))}catch{return new Error(String(e))}}function Bu(e){return Ru(e).message}function Zr(e){return new Promise(t=>setTimeout(t,e))}function xu(e,t){const r=Zr(t).then(()=>{});return Promise.any([r,e()])}function Mu(e,t="obj"){const r=new Set;Object.getOwnPropertyNames(e).forEach(u=>{try{typeof e[u]=="function"&&r.add(u)}catch{}});let n=Object.getPrototypeOf(e);for(;n&&Object.getPrototypeOf(n);)Object.getOwnPropertyNames(n).forEach(u=>{try{typeof e[u]=="function"&&r.add(u)}catch{}}),n=Object.getPrototypeOf(n);return r}function _u(e,t={}){return new Proxy(t,{get(r,n){return n in r?r[n]:async(...u)=>(await e())[n](...u)}})}class en{constructor(t,r){w(this,"baseDocument");w(this,"contributions",new Map);w(this,"latestOutput");w(this,"options");w(this,"onDidRebuildEmitter",new Qr);w(this,"onDidRebuild",this.onDidRebuildEmitter.subscribe);this.baseDocument=t,this.options=r,this.updateBaseDocument(t)}updateBaseDocument(t){return this.validateBaseDocument(t),this.baseDocument=this.options.copyDocuments?Oe(t):t,this.baseDocument=this.transformBaseDocumentAfterValidation(this.baseDocument),this.rebuild()}addOrUpdateContribution(t,r){this.validateContribution(t,r);const n=this.contributions.get(t);let u=this.options.copyDocuments&&r?Oe(r):r;u=this.transformContributionAfterValidation(t,u),this.contributions.set(t,u);try{return this.rebuild()}catch(i){throw n?this.contributions.set(t,n):this.contributions.delete(t),new Error(`Error when setting the document named ${t}: ${i}`)}}deleteContribution(t){const r=this.contributions.get(t);if(!r)throw new Error(`${t} does not exist`);this.contributions.delete(t);try{return this.rebuild()}catch(n){throw this.contributions.set(t,r),new Error(`Error when deleting the document named ${t}: ${n}`)}}deleteAllContributions(){if(this.contributions.size<=0)return this.latestOutput;const t=[...this.contributions.entries()];t.forEach(([r])=>this.contributions.delete(r));try{return this.rebuild()}catch(r){throw t.forEach(([n,u])=>this.contributions.set(n,u)),new Error(`Error when deleting all contributions: ${r}`)}}rebuild(){if(this.contributions.size===0){let r=Oe(this.baseDocument);return r=this.transformFinalOutputBeforeValidation(r),this.validateOutput(r),this.latestOutput=r,this.onDidRebuildEmitter.emit(void 0),this.latestOutput}let t=this.baseDocument;return this.contributions.forEach(r=>{t=Fu(t,r,this.options.ignoreDuplicateProperties),this.validateOutput(t)}),t=this.transformFinalOutputBeforeValidation(t),this.validateOutput(t),this.latestOutput=t,this.onDidRebuildEmitter.emit(void 0),this.latestOutput}transformBaseDocumentAfterValidation(t){return t}transformContributionAfterValidation(t,r){return r}validateBaseDocument(t){}validateContribution(t,r){}validateOutput(t){}transformFinalOutputBeforeValidation(t){return t}}function Er(...e){let t=!0;return e.forEach(r=>{(!r||typeof r!="object"||Array.isArray(r))&&(t=!1)}),t}function gr(...e){let t=!0;return e.forEach(r=>{(!r||typeof r!="object"||!Array.isArray(r))&&(t=!1)}),t}function Fu(e,t,r){const n=Oe(e);return t?tn(n,Oe(t),r):n}function tn(e,t,r){if(!t)return e;if(Er(e,t)){const n=e,u=t;Object.keys(u).forEach(i=>{if(Object.hasOwn(n,i)){if(Er(n[i],u[i]))n[i]=tn(n[i],u[i],r);else if(gr(n[i],u[i]))n[i]=n[i].concat(u[i]);else if(!r)throw new Error(`Cannot merge objects: key "${i}" already exists in the target object`)}else n[i]=u[i]})}else gr(e,t)&&e.push(...t);return e}class rn extends yu.Mutex{}class Pu{constructor(){w(this,"mutexesByID",new Map)}get(t){let r=this.mutexesByID.get(t);return r||(r=new rn,this.mutexesByID.set(t,r),r)}}class Lu extends en{constructor(t,r){super(t,r)}get output(){return this.latestOutput}}class nn{constructor(t,r){w(this,"numberFormatter");this.numberFormatter=new Intl.NumberFormat(t,r)}format(t){return this.numberFormatter.format(t)}formatRange(t,r){return this.numberFormatter.formatRange(t,r)}formatRangeToParts(t,r){return this.numberFormatter.formatRangeToParts(t,r)}formatToParts(t){return this.numberFormatter.formatToParts(t)}resolvedOptions(){return this.numberFormatter.resolvedOptions()}}const ku=Promise.resolve();class qu{constructor(t=console){w(this,"map",new Map);w(this,"logger");this.logger=t}addPromise(t,r){const n=this.map.get(t);this.map.set(t,n?n.then(r):r()),this.cleanupPromiseChain(t)}get(t){return this.map.get(t)}cleanupPromiseChain(t){const r=this.map.get(t);if(!r)return;const n={promise:ku},u=r.catch(i=>this.logger.warn(`Error in promise for ${t}: ${i.message}`)).finally(()=>{this.map.get(t)===n.promise&&this.map.delete(t)});n.promise=u,this.map.set(t,u)}}class $u{constructor(t="Anonymous"){w(this,"unsubscribers",new Set);this.name=t}add(...t){t.forEach(r=>{"dispose"in r?this.unsubscribers.add(r.dispose):this.unsubscribers.add(r)})}async runAllUnsubscribers(){const t=[...this.unsubscribers].map(n=>n()),r=await Promise.all(t);return this.unsubscribers.clear(),r.every((n,u)=>(n||console.error(`UnsubscriberAsyncList ${this.name}: Unsubscriber at index ${u} failed!`),n))}}var ju=Object.defineProperty,Uu=(e,t,r)=>t in e?ju(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,D=(e,t,r)=>Uu(e,typeof t!="symbol"?t+"":t,r);const me=["GEN","EXO","LEV","NUM","DEU","JOS","JDG","RUT","1SA","2SA","1KI","2KI","1CH","2CH","EZR","NEH","EST","JOB","PSA","PRO","ECC","SNG","ISA","JER","LAM","EZK","DAN","HOS","JOL","AMO","OBA","JON","MIC","NAM","HAB","ZEP","HAG","ZEC","MAL","MAT","MRK","LUK","JHN","ACT","ROM","1CO","2CO","GAL","EPH","PHP","COL","1TH","2TH","1TI","2TI","TIT","PHM","HEB","JAS","1PE","2PE","1JN","2JN","3JN","JUD","REV","TOB","JDT","ESG","WIS","SIR","BAR","LJE","S3Y","SUS","BEL","1MA","2MA","3MA","4MA","1ES","2ES","MAN","PS2","ODA","PSS","JSA","JDB","TBS","SST","DNT","BLT","XXA","XXB","XXC","XXD","XXE","XXF","XXG","FRT","BAK","OTH","3ES","EZA","5EZ","6EZ","INT","CNC","GLO","TDX","NDX","DAG","PS3","2BA","LBA","JUB","ENO","1MQ","2MQ","3MQ","REP","4BA","LAO"],Jt=["XXA","XXB","XXC","XXD","XXE","XXF","XXG","FRT","BAK","OTH","INT","CNC","GLO","TDX","NDX"],un=["Genesis","Exodus","Leviticus","Numbers","Deuteronomy","Joshua","Judges","Ruth","1 Samuel","2 Samuel","1 Kings","2 Kings","1 Chronicles","2 Chronicles","Ezra","Nehemiah","Esther (Hebrew)","Job","Psalms","Proverbs","Ecclesiastes","Song of Songs","Isaiah","Jeremiah","Lamentations","Ezekiel","Daniel (Hebrew)","Hosea","Joel","Amos","Obadiah","Jonah","Micah","Nahum","Habakkuk","Zephaniah","Haggai","Zechariah","Malachi","Matthew","Mark","Luke","John","Acts","Romans","1 Corinthians","2 Corinthians","Galatians","Ephesians","Philippians","Colossians","1 Thessalonians","2 Thessalonians","1 Timothy","2 Timothy","Titus","Philemon","Hebrews","James","1 Peter","2 Peter","1 John","2 John","3 John","Jude","Revelation","Tobit","Judith","Esther Greek","Wisdom of Solomon","Sirach (Ecclesiasticus)","Baruch","Letter of Jeremiah","Song of 3 Young Men","Susanna","Bel and the Dragon","1 Maccabees","2 Maccabees","3 Maccabees","4 Maccabees","1 Esdras (Greek)","2 Esdras (Latin)","Prayer of Manasseh","Psalm 151","Odes","Psalms of Solomon","Joshua A. *obsolete*","Judges B. *obsolete*","Tobit S. *obsolete*","Susanna Th. *obsolete*","Daniel Th. *obsolete*","Bel Th. *obsolete*","Extra A","Extra B","Extra C","Extra D","Extra E","Extra F","Extra G","Front Matter","Back Matter","Other Matter","3 Ezra *obsolete*","Apocalypse of Ezra","5 Ezra (Latin Prologue)","6 Ezra (Latin Epilogue)","Introduction","Concordance ","Glossary ","Topical Index","Names Index","Daniel Greek","Psalms 152-155","2 Baruch (Apocalypse)","Letter of Baruch","Jubilees","Enoch","1 Meqabyan","2 Meqabyan","3 Meqabyan","Reproof (Proverbs 25-31)","4 Baruch (Rest of Baruch)","Laodiceans"],Dr=Qu();function _e(e,t=!0){return t&&(e=e.toUpperCase()),e in Dr?Dr[e]:0}function Xt(e){return _e(e)>0}function Vu(e){const t=typeof e=="string"?_e(e):e;return t>=40&&t<=66}function Hu(e){return(typeof e=="string"?_e(e):e)<=39}function on(e){return e<=66}function Gu(e){const t=typeof e=="string"?_e(e):e;return cn(t)&&!on(t)}function*zu(){for(let e=1;e<=me.length;e++)yield e}const Ju=1,an=me.length;function Xu(){return["XXA","XXB","XXC","XXD","XXE","XXF","XXG"]}function Yt(e,t="***"){const r=e-1;return r<0||r>=me.length?t:me[r]}function sn(e){return e<=0||e>an?"******":un[e-1]}function Yu(e){return sn(_e(e))}function cn(e){const t=typeof e=="number"?Yt(e):e;return Xt(t)&&!Jt.includes(t)}function Ku(e){const t=typeof e=="number"?Yt(e):e;return Xt(t)&&Jt.includes(t)}function Wu(e){return un[e-1].includes("*obsolete*")}function Qu(){const e={};for(let t=0;t(e[e.Unknown=0]="Unknown",e[e.Original=1]="Original",e[e.Septuagint=2]="Septuagint",e[e.Vulgate=3]="Vulgate",e[e.English=4]="English",e[e.RussianProtestant=5]="RussianProtestant",e[e.RussianOrthodox=6]="RussianOrthodox",e))(Z||{});const G=class{constructor(t){if(D(this,"name"),D(this,"fullPath"),D(this,"isPresent"),D(this,"hasVerseSegments"),D(this,"isCustomized"),D(this,"baseVersification"),D(this,"scriptureBooks"),D(this,"_type"),t==null)throw new Error("Argument undefined");typeof t=="string"?(this.name=t,this._type=Z[t]):(this._type=t,this.name=Z[t])}get type(){return this._type}equals(t){return!t.type||!this.type?!1:t.type===this.type}};D(G,"Original",new G(Z.Original)),D(G,"Septuagint",new G(Z.Septuagint)),D(G,"Vulgate",new G(Z.Vulgate)),D(G,"English",new G(Z.English)),D(G,"RussianProtestant",new G(Z.RussianProtestant)),D(G,"RussianOrthodox",new G(Z.RussianOrthodox));let oe=G;function vr(e,t){const r=t[0];for(let n=1;n(e[e.Valid=0]="Valid",e[e.UnknownVersification=1]="UnknownVersification",e[e.OutOfRange=2]="OutOfRange",e[e.VerseOutOfOrder=3]="VerseOutOfOrder",e[e.VerseRepeated=4]="VerseRepeated",e))(ln||{});const L=class N{constructor(t,r,n,u){if(D(this,"firstChapter"),D(this,"lastChapter"),D(this,"lastVerse"),D(this,"hasSegmentsDefined"),D(this,"text"),D(this,"BBBCCCVVVS"),D(this,"longHashCode"),D(this,"versification"),D(this,"rtlMark","‏"),D(this,"_bookNum",0),D(this,"_chapterNum",0),D(this,"_verseNum",0),D(this,"_verse"),n==null&&u==null)if(t!=null&&typeof t=="string"){const i=t,a=r!=null&&r instanceof oe?r:void 0;this.setEmpty(a),this.parse(i)}else if(t!=null&&typeof t=="number"){const i=r!=null&&r instanceof oe?r:void 0;this.setEmpty(i),this._verseNum=t%N.chapterDigitShifter,this._chapterNum=Math.floor(t%N.bookDigitShifter/N.chapterDigitShifter),this._bookNum=Math.floor(t/N.bookDigitShifter)}else if(r==null)if(t!=null&&t instanceof N){const i=t;this._bookNum=i.bookNum,this._chapterNum=i.chapterNum,this._verseNum=i.verseNum,this._verse=i.verse,this.versification=i.versification}else{if(t==null)return;const i=t instanceof oe?t:N.defaultVersification;this.setEmpty(i)}else throw new Error("VerseRef constructor not supported.");else if(t!=null&&r!=null&&n!=null)if(typeof t=="string"&&typeof r=="string"&&typeof n=="string")this.setEmpty(u),this.updateInternal(t,r,n);else if(typeof t=="number"&&typeof r=="number"&&typeof n=="number")this._bookNum=t,this._chapterNum=r,this._verseNum=n,this.versification=u??N.defaultVersification;else throw new Error("VerseRef constructor not supported.");else throw new Error("VerseRef constructor not supported.")}static isVerseParseable(t){return t.length>0&&"0123456789".includes(t[0])&&!t.endsWith(this.verseRangeSeparator)&&!t.endsWith(this.verseSequenceIndicator)}static tryParse(t){let r;try{return r=new N(t),{success:!0,verseRef:r}}catch(n){if(n instanceof Ve)return r=new N,{success:!1,verseRef:r};throw n}}static getBBBCCCVVV(t,r,n){return t%N.bcvMaxValue*N.bookDigitShifter+(r>=0?r%N.bcvMaxValue*N.chapterDigitShifter:0)+(n>=0?n%N.bcvMaxValue:0)}static fromJSON(t){const{book:r,chapterNum:n,verseNum:u,verse:i,versificationStr:a}=t,o=i||u.toString();let s;return a&&(s=new oe(a)),r?new N(r,n.toString(),o,s):new N}static tryGetVerseNum(t){let r;if(!t)return r=-1,{success:!0,vNum:r};r=0;let n;for(let u=0;u"9")return u===0&&(r=-1),{success:!1,vNum:r};if(r=r*10+ +n-0,r>N.bcvMaxValue)return r=-1,{success:!1,vNum:r}}return{success:!0,vNum:r}}get isDefault(){return this.bookNum===0&&this.chapterNum===0&&this.verseNum===0&&this.versification==null}get hasMultiple(){return this._verse!=null&&(this._verse.includes(N.verseRangeSeparator)||this._verse.includes(N.verseSequenceIndicator))}get book(){return W.bookNumberToId(this.bookNum,"")}set book(t){this.bookNum=W.bookIdToNumber(t)}get chapter(){return this.isDefault||this._chapterNum<0?"":this._chapterNum.toString()}set chapter(t){const r=+t;this._chapterNum=Number.isInteger(r)?r:-1}get verse(){return this._verse!=null?this._verse:this.isDefault||this._verseNum<0?"":this._verseNum.toString()}set verse(t){const{success:r,vNum:n}=N.tryGetVerseNum(t);this._verse=r?void 0:t.replace(this.rtlMark,""),this._verseNum=n,!(this._verseNum>=0)&&({vNum:this._verseNum}=N.tryGetVerseNum(this._verse))}get bookNum(){return this._bookNum}set bookNum(t){if(t<=0||t>W.lastBook)throw new Ve("BookNum must be greater than zero and less than or equal to last book");this._bookNum=t}get chapterNum(){return this._chapterNum}set chapterNum(t){this.chapterNum=t}get verseNum(){return this._verseNum}set verseNum(t){this._verseNum=t}get versificationStr(){var t;return(t=this.versification)==null?void 0:t.name}set versificationStr(t){this.versification=this.versification!=null?new oe(t):void 0}get valid(){return this.validStatus===0}get validStatus(){return this.validateVerse(N.verseRangeSeparators,N.verseSequenceIndicators)}get BBBCCC(){return N.getBBBCCCVVV(this._bookNum,this._chapterNum,0)}get BBBCCCVVV(){return N.getBBBCCCVVV(this._bookNum,this._chapterNum,this._verseNum)}get isExcluded(){return!1}parse(t){if(t=t.replace(this.rtlMark,""),t.includes("/")){const i=t.split("/");if(t=i[0],i.length>1)try{const a=+i[1].trim();this.versification=new oe(Z[a])}catch{throw new Ve("Invalid reference : "+t)}}const r=t.trim().split(" ");if(r.length!==2)throw new Ve("Invalid reference : "+t);const n=r[1].split(":"),u=+n[0];if(n.length!==2||W.bookIdToNumber(r[0])===0||!Number.isInteger(u)||u<0||!N.isVerseParseable(n[1]))throw new Ve("Invalid reference : "+t);this.updateInternal(r[0],n[0],n[1])}simplify(){this._verse=void 0}clone(){return new N(this)}toString(){const t=this.book;return t===""?"":`${t} ${this.chapter}:${this.verse}`}toJSON(){let t=this.verse;(t===""||t===this.verseNum.toString())&&(t=void 0);const r={book:this.book,chapterNum:this.chapterNum,verseNum:this.verseNum,verse:t,versificationStr:this.versificationStr};return t||delete r.verse,r}equals(t){return t instanceof N?t._bookNum===this._bookNum&&t._chapterNum===this._chapterNum&&t._verseNum===this._verseNum&&t.verse===this.verse&&(t.versification==null&&this.versification==null||t.versification!=null&&this.versification!=null&&t.versification.equals(this.versification)):!1}allVerses(t=!1,r=N.verseRangeSeparators,n=N.verseSequenceIndicators){if(this._verse==null||this.chapterNum<=0)return[this.clone()];const u=[],i=vr(this._verse,n);for(const a of i.map(o=>vr(o,r))){const o=this.clone();o.verse=a[0];const s=o.verseNum;if(u.push(o),a.length>1){const c=this.clone();if(c.verse=a[1],!t)for(let l=s+1;la)return 3;if(n===a)return 4;n=a}return 0}get internalValid(){return this.versification==null?1:this._bookNum<=0||this._bookNum>W.lastBook?2:(W.isCanonical(this._bookNum),0)}setEmpty(t=N.defaultVersification){this._bookNum=0,this._chapterNum=-1,this._verse=void 0,this.versification=t}updateInternal(t,r,n){this.bookNum=W.bookIdToNumber(t),this.chapter=r,this.verse=n}};D(L,"defaultVersification",oe.English),D(L,"verseRangeSeparator","-"),D(L,"verseSequenceIndicator",","),D(L,"verseRangeSeparators",[L.verseRangeSeparator]),D(L,"verseSequenceIndicators",[L.verseSequenceIndicator]),D(L,"chapterDigitShifter",1e3),D(L,"bookDigitShifter",L.chapterDigitShifter*L.chapterDigitShifter),D(L,"bcvMaxValue",L.chapterDigitShifter-1),D(L,"ValidStatusType",ln);let Kt=L;class Ve extends Error{}var Ar=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},ve={},Zu=()=>{const e="\\ud800-\\udfff",a="\\u0300-\\u036f"+"\\ufe20-\\ufe2f"+"\\u20d0-\\u20ff"+"\\u1ab0-\\u1aff"+"\\u1dc0-\\u1dff",o="\\ufe0e\\ufe0f",s="\\uD83D\\uDC69\\uD83C\\uDFFB\\u200D\\uD83C\\uDF93",c=`[${e}]`,l=`[${a}]`,f="\\ud83c[\\udffb-\\udfff]",p=`(?:${l}|${f})`,m=`[^${e}]`,b="(?:\\uD83C[\\uDDE6-\\uDDFF]){2}",T="[\\ud800-\\udbff][\\udc00-\\udfff]",S="\\u200d",I="(?:\\ud83c\\udff4\\udb40\\udc67\\udb40\\udc62\\udb40(?:\\udc65|\\udc73|\\udc77)\\udb40(?:\\udc6e|\\udc63|\\udc6c)\\udb40(?:\\udc67|\\udc74|\\udc73)\\udb40\\udc7f)",re=`[${s}]`,R=`${p}?`,K=`[${o}]?`,U=`(?:${S}(?:${[m,b,T].join("|")})${K+R})*`,je=K+R+U,Mt=`(?:${[`${m}${l}?`,l,b,T,c,re].join("|")})`;return new RegExp(`${I}|${f}(?=${f})|${Mt+je}`,"g")},ei=Ar&&Ar.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ve,"__esModule",{value:!0});var Nt=ei(Zu);function jt(e){if(typeof e!="string")throw new Error("A string is expected as input");return e.match(Nt.default())||[]}var ti=ve.toArray=jt;function Wt(e){if(typeof e!="string")throw new Error("Input must be a string");var t=e.match(Nt.default());return t===null?0:t.length}var ri=ve.length=Wt;function fn(e,t,r){if(t===void 0&&(t=0),typeof e!="string")throw new Error("Input must be a string");(typeof t!="number"||t<0)&&(t=0),typeof r=="number"&&r<0&&(r=0);var n=e.match(Nt.default());return n?n.slice(t,r).join(""):""}var ni=ve.substring=fn;function ui(e,t,r){if(t===void 0&&(t=0),typeof e!="string")throw new Error("Input must be a string");var n=Wt(e);if(typeof t!="number"&&(t=parseInt(t,10)),t>=n)return"";t<0&&(t+=n);var u;typeof r>"u"?u=n:(typeof r!="number"&&(r=parseInt(r,10)),u=r>=0?r+t:t);var i=e.match(Nt.default());return i?i.slice(t,u).join(""):""}var ii=ve.substr=ui;function oi(e,t,r,n){if(t===void 0&&(t=16),r===void 0&&(r="#"),n===void 0&&(n="right"),typeof e!="string"||typeof t!="number")throw new Error("Invalid arguments specified");if(["left","right"].indexOf(n)===-1)throw new Error("Pad position should be either left or right");typeof r!="string"&&(r=String(r));var u=Wt(e);if(u>t)return fn(e,0,t);if(u=n.length)return t===""?n.length:-1;if(t==="")return r;var u=jt(t),i=!1,a;for(a=r;a_(e)||t<-_(e)))return bt(e,t,1)}function he(e,t){return t<0||t>_(e)-1?"":bt(e,t,1)}function li(e,t){if(!(t<0||t>_(e)-1))return bt(e,t,1).codePointAt(0)}function hn(e,t,r=_(e)){const n=En(e,t);return!(n===-1||n+_(t)!==r)}function fi(e,t,r){if(t<0)return-1;if(r){if(he(e,t)==="}"&&he(e,t-1)==="\\")return t;const i=Ie(e,"\\}",t);return i>=0?i+1:i}let n=t;const u=_(e);for(;n=u?-1:n}function dn(e,t){const r=[];let n=0,u=0;function i(o,s,c){const l=ae(e,u,s),f=r.length>0&&We(r[r.length-1])?`${r.pop()}${l}`:l;We(o)?r.push(`${f}${o}`):(f&&r.push(f),r.push(o)),u=s+c}const a=_(e);for(;n=0){const s=ae(e,n+1,o),c=s in t?t[s]:s;i(c,n,o+1-n),n=o,u=o+1}}else i("{",n-1,2);break;case"}":he(e,n-1)!=="\\"||i("}",n-1,2);break}n+=1}if(u0&&We(r[r.length-1])?`${r.pop()}${o}`:o)}return r}function pi(e,t){return dn(e,t).map(r=>`${r}`).join("")}function mn(e,t,r=0){const n=ae(e,r);return Ie(n,t)!==-1}function Ie(e,t,r=0){return si(e,t,r)}function En(e,t,r){let n=r===void 0?_(e):r;n<0?n=0:n>=_(e)&&(n=_(e)-1);for(let u=n;u>=0;u--)if(bt(e,u,_(t))===t)return u;return-1}function _(e){return ri(e)}function hi(e,t){const r=t.toUpperCase();return r==="NONE"?e:e.normalize(r)}function di(e,t,r){return e.localeCompare(t,"en",r)}function mi(e,t,r=" "){return t<=_(e)?e:pn(e,t,r,"right")}function Ei(e,t,r=" "){return t<=_(e)?e:pn(e,t,r,"left")}function Nr(e,t){return t>e?e:t<-e?0:t<0?t+e:t}function gi(e,t,r){const n=_(e);if(t>n||r&&(t>r&&!(t>=0&&t-n)||r<-n))return"";const u=Nr(n,t),i=r?Nr(n,r):void 0;return ae(e,u,i)}function Ut(e,t,r){const n=[];if(r!==void 0&&r<=0)return[e];if(t==="")return gn(e).slice(0,r);let u=t;(typeof t=="string"||t instanceof RegExp&&!mn(t.flags,"g"))&&(u=new RegExp(t,"g"));const i=e.match(u);let a=0;if(!i)return[e];for(let o=0;o<(r?r-1:i.length);o++){const s=Ie(e,i[o],a),c=_(i[o]);if(n.push(ae(e,a,s)),a=s+c,r!==void 0&&n.length===r)break}return n.push(ae(e,a)),n}function Zt(e,t,r=0){return Ie(e,t,r)===r}function bt(e,t=0,r=_(e)-t){return ii(e,t,r)}function ae(e,t,r=_(e)){return ni(e,t,r)}function gn(e){return ti(e)}function Di(e){return Zt(e,"%")&&hn(e,"%")}function vi(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Ai(e){return e?Qt(e).map(n=>Array.isArray(n)?n.map(u=>new RegExp(u)):new RegExp(n)):[]}function Ni(e){return e?Qt(e).map(n=>new RegExp(n)):[]}const Dn=[{shortName:"ERR",fullNames:["ERROR"],chapters:-1},{shortName:"GEN",fullNames:["Genesis"],chapters:50},{shortName:"EXO",fullNames:["Exodus"],chapters:40},{shortName:"LEV",fullNames:["Leviticus"],chapters:27},{shortName:"NUM",fullNames:["Numbers"],chapters:36},{shortName:"DEU",fullNames:["Deuteronomy"],chapters:34},{shortName:"JOS",fullNames:["Joshua"],chapters:24},{shortName:"JDG",fullNames:["Judges"],chapters:21},{shortName:"RUT",fullNames:["Ruth"],chapters:4},{shortName:"1SA",fullNames:["1 Samuel"],chapters:31},{shortName:"2SA",fullNames:["2 Samuel"],chapters:24},{shortName:"1KI",fullNames:["1 Kings"],chapters:22},{shortName:"2KI",fullNames:["2 Kings"],chapters:25},{shortName:"1CH",fullNames:["1 Chronicles"],chapters:29},{shortName:"2CH",fullNames:["2 Chronicles"],chapters:36},{shortName:"EZR",fullNames:["Ezra"],chapters:10},{shortName:"NEH",fullNames:["Nehemiah"],chapters:13},{shortName:"EST",fullNames:["Esther"],chapters:10},{shortName:"JOB",fullNames:["Job"],chapters:42},{shortName:"PSA",fullNames:["Psalm","Psalms"],chapters:150},{shortName:"PRO",fullNames:["Proverbs"],chapters:31},{shortName:"ECC",fullNames:["Ecclesiastes"],chapters:12},{shortName:"SNG",fullNames:["Song of Solomon","Song of Songs"],chapters:8},{shortName:"ISA",fullNames:["Isaiah"],chapters:66},{shortName:"JER",fullNames:["Jeremiah"],chapters:52},{shortName:"LAM",fullNames:["Lamentations"],chapters:5},{shortName:"EZK",fullNames:["Ezekiel"],chapters:48},{shortName:"DAN",fullNames:["Daniel"],chapters:12},{shortName:"HOS",fullNames:["Hosea"],chapters:14},{shortName:"JOL",fullNames:["Joel"],chapters:3},{shortName:"AMO",fullNames:["Amos"],chapters:9},{shortName:"OBA",fullNames:["Obadiah"],chapters:1},{shortName:"JON",fullNames:["Jonah"],chapters:4},{shortName:"MIC",fullNames:["Micah"],chapters:7},{shortName:"NAM",fullNames:["Nahum"],chapters:3},{shortName:"HAB",fullNames:["Habakkuk"],chapters:3},{shortName:"ZEP",fullNames:["Zephaniah"],chapters:3},{shortName:"HAG",fullNames:["Haggai"],chapters:2},{shortName:"ZEC",fullNames:["Zechariah"],chapters:14},{shortName:"MAL",fullNames:["Malachi"],chapters:4},{shortName:"MAT",fullNames:["Matthew"],chapters:28},{shortName:"MRK",fullNames:["Mark"],chapters:16},{shortName:"LUK",fullNames:["Luke"],chapters:24},{shortName:"JHN",fullNames:["John"],chapters:21},{shortName:"ACT",fullNames:["Acts"],chapters:28},{shortName:"ROM",fullNames:["Romans"],chapters:16},{shortName:"1CO",fullNames:["1 Corinthians"],chapters:16},{shortName:"2CO",fullNames:["2 Corinthians"],chapters:13},{shortName:"GAL",fullNames:["Galatians"],chapters:6},{shortName:"EPH",fullNames:["Ephesians"],chapters:6},{shortName:"PHP",fullNames:["Philippians"],chapters:4},{shortName:"COL",fullNames:["Colossians"],chapters:4},{shortName:"1TH",fullNames:["1 Thessalonians"],chapters:5},{shortName:"2TH",fullNames:["2 Thessalonians"],chapters:3},{shortName:"1TI",fullNames:["1 Timothy"],chapters:6},{shortName:"2TI",fullNames:["2 Timothy"],chapters:4},{shortName:"TIT",fullNames:["Titus"],chapters:3},{shortName:"PHM",fullNames:["Philemon"],chapters:1},{shortName:"HEB",fullNames:["Hebrews"],chapters:13},{shortName:"JAS",fullNames:["James"],chapters:5},{shortName:"1PE",fullNames:["1 Peter"],chapters:5},{shortName:"2PE",fullNames:["2 Peter"],chapters:3},{shortName:"1JN",fullNames:["1 John"],chapters:5},{shortName:"2JN",fullNames:["2 John"],chapters:1},{shortName:"3JN",fullNames:["3 John"],chapters:1},{shortName:"JUD",fullNames:["Jude"],chapters:1},{shortName:"REV",fullNames:["Revelation"],chapters:22}],vn=1,An=Dn.length-1,Nn=1,bn=1,bi={bookNum:1,chapterNum:1,verseNum:1},yn=e=>{var t;return((t=Dn[e])==null?void 0:t.chapters)??-1},yi=(e,t)=>({bookNum:Math.max(vn,Math.min(e.bookNum+t,An)),chapterNum:1,verseNum:1}),Ci=(e,t)=>({...e,chapterNum:Math.min(Math.max(Nn,e.chapterNum+t),yn(e.bookNum)),verseNum:1}),Ti=(e,t)=>({...e,verseNum:Math.max(bn,e.verseNum+t)});async function wi(e,t,r){const n=W.bookNumberToId(e);if(!Zt(Intl.getCanonicalLocales(t)[0],"zh"))return r({localizeKey:`LocalizedId.${n}`,languagesToSearch:[t]});const u=await r({localizeKey:`Book.${n}`,languagesToSearch:[t]}),i=Ut(u,"-");return Ut(i[0],"ÿ08")[0].trim()}function Vt(e){return new Kt(e.bookNum,e.chapterNum,e.verseNum).BBBCCCVVV}function Si(e,t){return Vt(e)-Vt(t)}function Cn(e){return`%scrollGroup_${e}%`}function Oi(e){return e.map(t=>Cn(t))}function Ii(e,t,r,n){let u;switch(t??"id"){case"English":u=W.bookNumberToEnglishName(e.bookNum);break;case"id":u=W.bookNumberToId(e.bookNum);break;default:u=t??"";break}return`${u}${n??" "}${e.chapterNum}${r??":"}${e.verseNum}`}const Ri=e=>(...t)=>e.map(n=>n(...t)).every(n=>n),Bi=e=>async(...t)=>{const r=e.map(async n=>n(...t));return(await Promise.all(r)).every(n=>n)},Xe="chapter",Ye="verse";var xi=Object.getOwnPropertyNames,Mi=Object.getOwnPropertySymbols,_i=Object.prototype.hasOwnProperty;function br(e,t){return function(n,u,i){return e(n,u,i)&&t(n,u,i)}}function mt(e){return function(r,n,u){if(!r||!n||typeof r!="object"||typeof n!="object")return e(r,n,u);var i=u.cache,a=i.get(r),o=i.get(n);if(a&&o)return a===n&&o===r;i.set(r,n),i.set(n,r);var s=e(r,n,u);return i.delete(r),i.delete(n),s}}function yr(e){return xi(e).concat(Mi(e))}var Tn=Object.hasOwn||function(e,t){return _i.call(e,t)};function Fe(e,t){return e||t?e===t:e===t||e!==e&&t!==t}var wn="_owner",Cr=Object.getOwnPropertyDescriptor,Tr=Object.keys;function Fi(e,t,r){var n=e.length;if(t.length!==n)return!1;for(;n-- >0;)if(!r.equals(e[n],t[n],n,n,e,t,r))return!1;return!0}function Pi(e,t){return Fe(e.getTime(),t.getTime())}function wr(e,t,r){if(e.size!==t.size)return!1;for(var n={},u=e.entries(),i=0,a,o;(a=u.next())&&!a.done;){for(var s=t.entries(),c=!1,l=0;(o=s.next())&&!o.done;){var f=a.value,p=f[0],m=f[1],b=o.value,T=b[0],S=b[1];!c&&!n[l]&&(c=r.equals(p,T,i,l,e,t,r)&&r.equals(m,S,p,T,e,t,r))&&(n[l]=!0),l++}if(!c)return!1;i++}return!0}function Li(e,t,r){var n=Tr(e),u=n.length;if(Tr(t).length!==u)return!1;for(var i;u-- >0;)if(i=n[u],i===wn&&(e.$$typeof||t.$$typeof)&&e.$$typeof!==t.$$typeof||!Tn(t,i)||!r.equals(e[i],t[i],i,i,e,t,r))return!1;return!0}function He(e,t,r){var n=yr(e),u=n.length;if(yr(t).length!==u)return!1;for(var i,a,o;u-- >0;)if(i=n[u],i===wn&&(e.$$typeof||t.$$typeof)&&e.$$typeof!==t.$$typeof||!Tn(t,i)||!r.equals(e[i],t[i],i,i,e,t,r)||(a=Cr(e,i),o=Cr(t,i),(a||o)&&(!a||!o||a.configurable!==o.configurable||a.enumerable!==o.enumerable||a.writable!==o.writable)))return!1;return!0}function ki(e,t){return Fe(e.valueOf(),t.valueOf())}function qi(e,t){return e.source===t.source&&e.flags===t.flags}function Sr(e,t,r){if(e.size!==t.size)return!1;for(var n={},u=e.values(),i,a;(i=u.next())&&!i.done;){for(var o=t.values(),s=!1,c=0;(a=o.next())&&!a.done;)!s&&!n[c]&&(s=r.equals(i.value,a.value,i.value,a.value,e,t,r))&&(n[c]=!0),c++;if(!s)return!1}return!0}function $i(e,t){var r=e.length;if(t.length!==r)return!1;for(;r-- >0;)if(e[r]!==t[r])return!1;return!0}var ji="[object Arguments]",Ui="[object Boolean]",Vi="[object Date]",Hi="[object Map]",Gi="[object Number]",zi="[object Object]",Ji="[object RegExp]",Xi="[object Set]",Yi="[object String]",Ki=Array.isArray,Or=typeof ArrayBuffer=="function"&&ArrayBuffer.isView?ArrayBuffer.isView:null,Ir=Object.assign,Wi=Object.prototype.toString.call.bind(Object.prototype.toString);function Qi(e){var t=e.areArraysEqual,r=e.areDatesEqual,n=e.areMapsEqual,u=e.areObjectsEqual,i=e.arePrimitiveWrappersEqual,a=e.areRegExpsEqual,o=e.areSetsEqual,s=e.areTypedArraysEqual;return function(l,f,p){if(l===f)return!0;if(l==null||f==null||typeof l!="object"||typeof f!="object")return l!==l&&f!==f;var m=l.constructor;if(m!==f.constructor)return!1;if(m===Object)return u(l,f,p);if(Ki(l))return t(l,f,p);if(Or!=null&&Or(l))return s(l,f,p);if(m===Date)return r(l,f,p);if(m===RegExp)return a(l,f,p);if(m===Map)return n(l,f,p);if(m===Set)return o(l,f,p);var b=Wi(l);return b===Vi?r(l,f,p):b===Ji?a(l,f,p):b===Hi?n(l,f,p):b===Xi?o(l,f,p):b===zi?typeof l.then!="function"&&typeof f.then!="function"&&u(l,f,p):b===ji?u(l,f,p):b===Ui||b===Gi||b===Yi?i(l,f,p):!1}}function Zi(e){var t=e.circular,r=e.createCustomConfig,n=e.strict,u={areArraysEqual:n?He:Fi,areDatesEqual:Pi,areMapsEqual:n?br(wr,He):wr,areObjectsEqual:n?He:Li,arePrimitiveWrappersEqual:ki,areRegExpsEqual:qi,areSetsEqual:n?br(Sr,He):Sr,areTypedArraysEqual:n?He:$i};if(r&&(u=Ir({},u,r(u))),t){var i=mt(u.areArraysEqual),a=mt(u.areMapsEqual),o=mt(u.areObjectsEqual),s=mt(u.areSetsEqual);u=Ir({},u,{areArraysEqual:i,areMapsEqual:a,areObjectsEqual:o,areSetsEqual:s})}return u}function eo(e){return function(t,r,n,u,i,a,o){return e(t,r,o)}}function to(e){var t=e.circular,r=e.comparator,n=e.createState,u=e.equals,i=e.strict;if(n)return function(s,c){var l=n(),f=l.cache,p=f===void 0?t?new WeakMap:void 0:f,m=l.meta;return r(s,c,{cache:p,equals:u,meta:m,strict:i})};if(t)return function(s,c){return r(s,c,{cache:new WeakMap,equals:u,meta:void 0,strict:i})};var a={cache:void 0,equals:u,meta:void 0,strict:i};return function(s,c){return r(s,c,a)}}var ro=pe();pe({strict:!0});pe({circular:!0});pe({circular:!0,strict:!0});pe({createInternalComparator:function(){return Fe}});pe({strict:!0,createInternalComparator:function(){return Fe}});pe({circular:!0,createInternalComparator:function(){return Fe}});pe({circular:!0,createInternalComparator:function(){return Fe},strict:!0});function pe(e){e===void 0&&(e={});var t=e.circular,r=t===void 0?!1:t,n=e.createInternalComparator,u=e.createState,i=e.strict,a=i===void 0?!1:i,o=Zi(e),s=Qi(o),c=n?n(s):eo(s);return to({circular:r,comparator:s,createState:u,equals:c,strict:a})}function Sn(e,t){return ro(e,t)}function On(e,t){if(typeof e!=typeof t)return!1;if(!e&&!t)return!0;if(Array.isArray(e)){const i=t,a=e;return i.length===0?!0:i.every(o=>a.includes(o))}if(typeof e!="object")return Sn(e,t);const r=t,n=e;let u=!0;return Object.keys(r).forEach(i=>{u&&(Object.hasOwn(n,i)&&On(n[i],r[i])||(u=!1))}),u}function Ht(e,t,r){return JSON.stringify(e,(u,i)=>{let a=i;return t&&(a=t(u,a)),a===void 0&&(a=null),a},r)}function In(e,t){function r(a){return Object.keys(a).forEach(o=>{a[o]===null?a[o]=void 0:typeof a[o]=="object"&&(a[o]=r(a[o]))}),a}function n(a,o){if(o&&typeof o=="object"&&"book"in o&&typeof o.book=="string"&&"chapterNum"in o&&typeof o.chapterNum=="number"&&"verseNum"in o&&typeof o.verseNum=="number"&&Object.keys(o).every(s=>["book","chapterNum","verseNum","verse","versificationStr"].includes(s))){const s=o.chapterNum.toString(10),c="verse"in o&&typeof o.verse=="string"?o.verse:o.verseNum.toString(10),l="versificationStr"in o&&typeof o.versificationStr=="string"?new oe(o.versificationStr):void 0;return new Kt(o.book,s,c,l)}return o}function u(a,o){return n(a,t?t.call(this,a,o):o)}const i=JSON.parse(e,u);if(i!==null)return typeof i=="object"?r(i):i}function no(e){try{const t=Ht(e);return t===Ht(In(t))}catch{return!1}}const uo=e=>e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/");function io(){return typeof navigator<"u"&&navigator.languages?navigator.languages[0]:new Wr().resolvedOptions().locale}function oo(e,t=2){if(e===0)return"0 Bytes";const r=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],n=Math.floor(Math.log(e)/Math.log(1024)),u=r[n];return`${new nn("en",{style:"decimal",maximumFractionDigits:t,minimumFractionDigits:0}).format(e/1024**n)} ${u}`}const er={projectSettingsContribution:{description:"The data an extension provides to inform Platform.Bible of the project settings it provides",anyOf:[{$ref:"#/$defs/projectSettingsGroup"},{type:"array",items:{$ref:"#/$defs/projectSettingsGroup"}}]},projectSettingsGroup:{description:"Group of related settings definitions",type:"object",properties:{label:{description:"localizeKey that displays in the project settings dialog as the group name",$ref:"#/$defs/localizeKey"},description:{description:"localizeKey that displays in the project settings dialog to describe the group",$ref:"#/$defs/localizeKey"},properties:{$ref:"#/$defs/projectSettingProperties"}},required:["label","properties"]},projectSettingProperties:{description:"Object whose keys are setting IDs and whose values are settings objects",type:"object",patternProperties:{"^[\\w\\-]+\\.[\\w\\-]+$":{$ref:"#/$defs/projectSetting"}},additionalProperties:!1},projectSetting:{description:"A description of an extension's setting entry",anyOf:[{$ref:"#/$defs/extensionControlledProjectSetting"}]},extensionControlledProjectSetting:{description:"Setting definition that is validated by the extension.",allOf:[{$ref:"#/$defs/projectSettingBase"},{$ref:"#/$defs/modifierExtensionControlled"}]},projectSettingBase:{description:"Base information needed to describe a project setting entry",allOf:[{$ref:"#/$defs/settingBase"},{$ref:"#/$defs/modifierProject"}]},modifierProject:{description:"Modifies setting type to be project setting",type:"object",properties:{includeProjectInterfaces:{description:"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should be included.\n\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to pass):\n\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition\n\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\n\nDefaults to all {@link ProjectInterfaces}, so all projects that do not match `excludeProjectInterfaces` will be included\n\n@example\n\n```typescript\nincludeProjectInterfaces: ['one', ['two', 'three']];\n```\n\nThis filter condition will succeed on projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\n\n- Include `one`\n- Include both `two` and `three`.",anyOf:[{type:"null"},{type:"string"},{type:"array",items:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]}}]},excludeProjectInterfaces:{description:"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should absolutely not be included even if they match with `includeProjectInterfaces`.\n\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to exclude the project):\n\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition and exclude the project\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition and exclude the project\n\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\n\nDefaults to no {@link ProjectInterfaces}, so all projects that match `includeProjectInterfaces` will be included\n\n@example\n\n```typescript\nexcludeProjectInterfaces: ['one', ['two', 'three']];\n```\n\nThis filter condition will succeed and exclude projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\n\n- Include `one`\n- Include both `two` and `three`.",anyOf:[{type:"null"},{type:"string"},{type:"array",items:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]}}]},includePdpFactoryIds:{description:"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should be included.\n\nDefaults to all Project Data Provider Factory Ids, so all projects that do not match `excludePdpFactoryIds` will be included",anyOf:[{type:"null"},{type:"string"},{type:"array",items:{type:"string"}}]},excludePdpFactoryIds:{description:"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should absolutely not be included even if they match with `includeProjectInterfaces`.\n\nDefaults to none, so all projects that match `includePdpFactoryIds` will be included",anyOf:[{type:"null"},{type:"string"},{type:"array",items:{type:"string"}}]}}},settingsContribution:{description:"The data an extension provides to inform Platform.Bible of the settings it provides",anyOf:[{$ref:"#/$defs/settingsGroup"},{type:"array",items:{$ref:"#/$defs/settingsGroup"}}]},settingsGroup:{description:"Group of related settings definitions",type:"object",properties:{label:{description:"localizeKey that displays in the settings dialog as the group name",$ref:"#/$defs/localizeKey"},description:{description:"localizeKey that displays in the settings dialog to describe the group",$ref:"#/$defs/localizeKey"},properties:{$ref:"#/$defs/settingProperties"}},required:["label","properties"]},settingProperties:{description:"Object whose keys are setting IDs and whose values are settings objects",type:"object",patternProperties:{"^[\\w-]+\\.[\\w-]+$":{$ref:"#/$defs/setting"}},additionalProperties:!1},setting:{description:"A description of an extension's setting entry",anyOf:[{$ref:"#/$defs/extensionControlledSetting"}]},extensionControlledSetting:{description:"Setting definition that is validated by the extension.",allOf:[{$ref:"#/$defs/settingBase"},{$ref:"#/$defs/modifierExtensionControlled"}]},settingBase:{description:"Base information needed to describe a setting entry",allOf:[{$ref:"#/$defs/stateBase"},{type:"object",properties:{label:{description:"localizeKey that displays in the settings dialog as the setting name",$ref:"#/$defs/localizeKey"},description:{description:"localizeKey that displays in the settings dialog to describe the setting",$ref:"#/$defs/localizeKey"}},required:["label"]}]},projectStateContribution:{description:"The data an extension provides to inform Platform.Bible of the project state it provides",$ref:"#/$defs/userStateProperties"},userStateContribution:{description:"The data an extension provides to inform Platform.Bible of the user state it provides",$ref:"#/$defs/userStateProperties"},userStateProperties:{description:"Object whose keys are state IDs and whose values are state objects",type:"object",patternProperties:{"^[\\w\\-]+\\.[\\w\\-]+$":{$ref:"#/$defs/userState"}},additionalProperties:!1},userState:{description:"A description of an extension's user state entry",anyOf:[{$ref:"#/$defs/extensionControlledState"}]},extensionControlledState:{description:"State definition that is validated by the extension.",allOf:[{$ref:"#/$defs/stateBase"},{$ref:"#/$defs/modifierExtensionControlled"}]},modifierExtensionControlled:{description:'Modifies state/setting type to be extension-controlled. "Extension-controlled" means the extension provides the component and the validator for the state/setting, so the state/setting is controlled by the extension.',not:{anyOf:[{type:"object",required:["platformType"]},{type:"object",required:["type"]}]}},stateBase:{description:"Base information needed to describe a state entry",type:"object",properties:{default:{description:"default value for the state/setting",type:"any"},derivesFrom:{description:"a state/setting ID whose value to set to this state/setting's starting value the first time this state/setting is loaded",$ref:"#/$defs/id"}},required:["default"]},localizeKey:{description:"Identifier for a string that will be localized based on the user's UI language",type:"string",pattern:"^%[\\w\\-\\.]+%$",tsType:"LocalizeKey"},id:{description:"",type:"string",pattern:"^[\\w\\-]+\\.[\\w\\-]+$",tsType:"Id"}};function tr(e){e&&Object.values(e).forEach(t=>{if(t.type){if("tsType"in t&&delete t.tsType,t.type==="any"){delete t.type;return}t.type==="object"&&tr(t.properties)}})}tr(er);const Rn={$schema:"https://json-schema.org/draft/2020-12/schema",title:"Project Settings Contribution",description:"The data an extension provides to inform Platform.Bible of the project settings it provides",anyOf:[{$ref:"#/$defs/projectSettingsGroup"},{type:"array",items:{$ref:"#/$defs/projectSettingsGroup"}}],$defs:er};Object.freeze(Rn);const Bn={$schema:"https://json-schema.org/draft/2020-12/schema",title:"Settings Contribution",description:"The data an extension provides to inform Platform.Bible of the settings it provides",anyOf:[{$ref:"#/$defs/settingsGroup"},{type:"array",items:{$ref:"#/$defs/settingsGroup"}}],$defs:er};Object.freeze(Bn);const xn={languageStrings:{description:"Map whose keys are localized string keys and whose values provide information about how to localize strings for the localized string key",type:"object",patternProperties:{"^%[\\w\\-\\.]+%$":{$ref:"#/$defs/localizedStringValue"}},additionalProperties:!1},localizedStringValue:{description:"Localized string value associated with this key",type:"string"},stringsMetadata:{description:"Map whose keys are localized string keys and whose values provide additional non-locale-specific information about the localized string key",type:"object",patternProperties:{"^%[\\w\\-\\.]+%$":{$ref:"#/$defs/stringMetadata"}},additionalProperties:!1},stringMetadata:{description:"Additional non-locale-specific information about a localized string key",type:"object",properties:{fallbackKey:{description:"Localized string key from which to get this value if one does not exist in the specified language. If a new key/value pair needs to be made to replace an existing one, this could help smooth over the transition if the meanings are close enough.\nYou can use Paratext 9 Localized String Keys here. Be sure to escape any % signs with a backslash `\\`.",type:"string",pattern:"^%[\\w\\-\\.;&,' (){}#:/\\\\?%⋮|[\\]“”‘’!~* +=•`…​↑↓]+%$",tsType:"LocalizeKey"},notes:{description:"Additional information provided by developers in English to help the translator to know how to translate this localized string accurately",type:"string"}}},localizeKey:{description:"Identifier for a string that will be localized based on the user's UI language",type:"string",pattern:"^%[\\w\\-\\.]+%$",tsType:"LocalizeKey"}};tr(xn);const Mn={$schema:"https://json-schema.org/draft/2020-12/schema",title:"Localized String Data Contribution",description:"The data an extension provides to inform Platform.Bible of the localized strings it provides.",type:"object",properties:{metadata:{$ref:"#/$defs/stringsMetadata"},localizedStrings:{type:"object",additionalProperties:{$ref:"#/$defs/languageStrings"}}},$defs:xn};Object.freeze(Mn);const _n={title:"Platform.Bible menus",type:"object",properties:{mainMenu:{description:"Top level menu for the application",$ref:"#/$defs/multiColumnMenu"},defaultWebViewTopMenu:{description:"Default top menu for web views that don't specify their own",$ref:"#/$defs/multiColumnMenu"},defaultWebViewContextMenu:{description:"Default context menu for web views that don't specify their own",$ref:"#/$defs/singleColumnMenu"},webViewMenus:{description:"Menus that apply per web view in the application",type:"object",patternProperties:{"^[\\w\\-]+\\.[\\w\\-]+$":{$ref:"#/$defs/menusForOneWebView"}},additionalProperties:!1}},required:["mainMenu","defaultWebViewTopMenu","defaultWebViewContextMenu","webViewMenus"],additionalProperties:!1,$defs:{localizeKey:{description:"Identifier for a string that will be localized in a menu based on the user's UI language",type:"string",pattern:"^%[\\w\\-\\.]+%$"},referencedItem:{description:"Name of some UI element (i.e., tab, column, group, menu item) or some PAPI object (i.e., command)",type:"string",pattern:"^[\\w\\-]+\\.[\\w\\-]+$"},columnsWithHeaders:{description:"Group of columns that can be combined with other columns to form a multi-column menu",type:"object",patternProperties:{"^[\\w\\-]+\\.[\\w\\-]+$":{description:"Single column with a header string",type:"object",properties:{label:{description:"Header text for this this column in the UI",$ref:"#/$defs/localizeKey"},localizeNotes:{description:"Additional information provided by developers to help people who perform localization",type:"string"},order:{description:"Relative order of this column compared to other columns (sorted ascending)",type:"number"},isExtensible:{description:"Defines whether contributions are allowed to add menu groups to this column",type:"boolean"}},required:["label","order"],additionalProperties:!1}},properties:{isExtensible:{description:"Defines whether contributions are allowed to add columns to this multi-column menu",type:"boolean"}}},menuGroups:{description:"Group of menu items that can be combined with other groups to form a single menu/submenu. Groups are separated using a line within the menu/submenu.",type:"object",patternProperties:{"^[\\w\\-]+\\.[\\w\\-]+$":{description:"Single group that contains menu items",type:"object",oneOf:[{properties:{column:{description:"Column where this group belongs, not required for single column menus",$ref:"#/$defs/referencedItem"},order:{description:"Relative order of this group compared to other groups in the same column or submenu (sorted ascending)",type:"number"},isExtensible:{description:"Defines whether contributions are allowed to add menu items to this menu group",type:"boolean"}},required:["order"],additionalProperties:!1},{properties:{menuItem:{description:"Menu item that anchors the submenu where this group belongs",$ref:"#/$defs/referencedItem"},order:{description:"Relative order of this group compared to other groups in the same column or submenu (sorted ascending)",type:"number"},isExtensible:{description:"Defines whether contributions are allowed to add menu items to this menu group",type:"boolean"}},required:["menuItem","order"],additionalProperties:!1}]}},additionalProperties:!1},menuItem:{description:"Single item in a menu that can be clicked on to take an action or can be the parent of a submenu",type:"object",oneOf:[{properties:{id:{description:"ID for this menu item that holds a submenu",$ref:"#/$defs/referencedItem"}},required:["id"]},{properties:{command:{description:"Name of the PAPI command to run when this menu item is selected.",$ref:"#/$defs/referencedItem"},iconPathBefore:{description:"Uri path to the icon to display before the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`",type:"string"},iconPathAfter:{description:"Uri path to the icon to display after the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`",type:"string"}},required:["command"]}],properties:{label:{description:"Key that represents the text of this menu item to display",$ref:"#/$defs/localizeKey"},tooltip:{description:"Key that represents the text to display if a mouse pointer hovers over the menu item",$ref:"#/$defs/localizeKey"},searchTerms:{description:"Key that represents additional words the platform should reference when users are searching for menu items",$ref:"#/$defs/localizeKey"},localizeNotes:{description:"Additional information provided by developers to help people who perform localization",type:"string"},group:{description:"Group to which this menu item belongs",$ref:"#/$defs/referencedItem"},order:{description:"Relative order of this menu item compared to other menu items in the same group (sorted ascending)",type:"number"}},required:["label","group","order"],unevaluatedProperties:!1},groupsAndItems:{description:"Core schema for a column",type:"object",properties:{groups:{description:"Groups that belong in this menu",$ref:"#/$defs/menuGroups"},items:{description:"List of menu items that belong in this menu",type:"array",items:{$ref:"#/$defs/menuItem"},uniqueItems:!0}},required:["groups","items"]},singleColumnMenu:{description:"Menu that contains a column without a header",type:"object",allOf:[{$ref:"#/$defs/groupsAndItems"}],unevaluatedProperties:!1},multiColumnMenu:{description:"Menu that can contain multiple columns with headers",type:"object",allOf:[{$ref:"#/$defs/groupsAndItems"},{properties:{columns:{description:"Columns that belong in this menu",$ref:"#/$defs/columnsWithHeaders"}},required:["columns"]}],unevaluatedProperties:!1},menusForOneWebView:{description:"Set of menus that are associated with a single tab",type:"object",properties:{includeDefaults:{description:"Indicates whether the platform default menus should be included for this webview",type:"boolean"},topMenu:{description:"Menu that opens when you click on the top left corner of a tab",$ref:"#/$defs/multiColumnMenu"},contextMenu:{description:"Menu that opens when you right click on the main body/area of a tab",$ref:"#/$defs/singleColumnMenu"}},additionalProperties:!1}}};Object.freeze(_n);var B={};function ao(e,t,r){if(r===void 0&&(r=Array.prototype),e&&typeof r.find=="function")return r.find.call(e,t);for(var n=0;n-1}var go=Pe({HTML:"http://www.w3.org/1999/xhtml",SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});B.assign=so;B.find=ao;B.freeze=Pe;B.HTML_BOOLEAN_ATTRIBUTES=Fn;B.HTML_RAW_TEXT_ELEMENTS=Ze;B.HTML_VOID_ELEMENTS=Pn;B.hasDefaultHTMLNamespace=ho;B.hasOwn=Ae;B.isHTMLBooleanAttribute=co;B.isHTMLRawTextElement=fo;B.isHTMLEscapableRawTextElement=po;B.isHTMLMimeType=Ln;B.isHTMLVoidElement=lo;B.isValidMimeType=Eo;B.MIME_TYPE=et;B.NAMESPACE=go;var Ne={},Do=B;function kn(e,t){e.prototype=Object.create(Error.prototype,{constructor:{value:e},name:{value:e.name,enumerable:!0,writable:t}})}var tt=Do.freeze({Error:"Error",IndexSizeError:"IndexSizeError",DomstringSizeError:"DomstringSizeError",HierarchyRequestError:"HierarchyRequestError",WrongDocumentError:"WrongDocumentError",InvalidCharacterError:"InvalidCharacterError",NoDataAllowedError:"NoDataAllowedError",NoModificationAllowedError:"NoModificationAllowedError",NotFoundError:"NotFoundError",NotSupportedError:"NotSupportedError",InUseAttributeError:"InUseAttributeError",InvalidStateError:"InvalidStateError",SyntaxError:"SyntaxError",InvalidModificationError:"InvalidModificationError",NamespaceError:"NamespaceError",InvalidAccessError:"InvalidAccessError",ValidationError:"ValidationError",TypeMismatchError:"TypeMismatchError",SecurityError:"SecurityError",NetworkError:"NetworkError",AbortError:"AbortError",URLMismatchError:"URLMismatchError",QuotaExceededError:"QuotaExceededError",TimeoutError:"TimeoutError",InvalidNodeTypeError:"InvalidNodeTypeError",DataCloneError:"DataCloneError",EncodingError:"EncodingError",NotReadableError:"NotReadableError",UnknownError:"UnknownError",ConstraintError:"ConstraintError",DataError:"DataError",TransactionInactiveError:"TransactionInactiveError",ReadOnlyError:"ReadOnlyError",VersionError:"VersionError",OperationError:"OperationError",NotAllowedError:"NotAllowedError",OptOutError:"OptOutError"}),qn=Object.keys(tt);function $n(e){return typeof e=="number"&&e>=1&&e<=25}function vo(e){return typeof e=="string"&&e.substring(e.length-tt.Error.length)===tt.Error}function st(e,t){$n(e)?(this.name=qn[e],this.message=t||""):(this.message=e,this.name=vo(t)?t:tt.Error),Error.captureStackTrace&&Error.captureStackTrace(this,st)}kn(st,!0);Object.defineProperties(st.prototype,{code:{enumerable:!0,get:function(){var e=qn.indexOf(this.name);return $n(e)?e:0}}});var jn={INDEX_SIZE_ERR:1,DOMSTRING_SIZE_ERR:2,HIERARCHY_REQUEST_ERR:3,WRONG_DOCUMENT_ERR:4,INVALID_CHARACTER_ERR:5,NO_DATA_ALLOWED_ERR:6,NO_MODIFICATION_ALLOWED_ERR:7,NOT_FOUND_ERR:8,NOT_SUPPORTED_ERR:9,INUSE_ATTRIBUTE_ERR:10,INVALID_STATE_ERR:11,SYNTAX_ERR:12,INVALID_MODIFICATION_ERR:13,NAMESPACE_ERR:14,INVALID_ACCESS_ERR:15,VALIDATION_ERR:16,TYPE_MISMATCH_ERR:17,SECURITY_ERR:18,NETWORK_ERR:19,ABORT_ERR:20,URL_MISMATCH_ERR:21,QUOTA_EXCEEDED_ERR:22,TIMEOUT_ERR:23,INVALID_NODE_TYPE_ERR:24,DATA_CLONE_ERR:25},kt=Object.entries(jn);for(var Et=0;Et/),xr=/[\x20\x0D\x0Aa-zA-Z0-9-'()+,./:=?;!*#@$_%]/,yt=d('"',xr,'*"',"|","'",Re(xr,"'"),"*'"),Vn="",xo=g(Vn,d(Re(ge,"-"),"|",g("-",Re(ge,"-"))),"*",Hn),Mr="#PCDATA",Mo=d(g(/\(/,O,Mr,d(O,/\|/,O,lt),"*",O,/\)\*/),"|",g(/\(/,O,Mr,O,/\)/)),_o=/[?*+]?/,Fo=g(/\([^>]+\)/,_o),Po=d("EMPTY","|","ANY","|",Mo,"|",Fo),Lo=""),qo=g("NOTATION",C,/\(/,O,X,d(O,/\|/,O,X),"*",O,/\)/),$o=g(/\(/,O,Rr,d(O,/\|/,O,Rr),"*",O,/\)/),jo=d(qo,"|",$o),Uo=d(/CDATA|ID|IDREF|IDREFS|ENTITY|ENTITIES|NMTOKEN|NMTOKENS/,"|",jo),Vo=d(/#REQUIRED|#IMPLIED/,"|",d(d("#FIXED",C),"?",wo)),Ho=d(C,X,C,Uo,C,Vo),Go=""),or="SYSTEM",Ct="PUBLIC",Tt=d(d(or,C,it),"|",d(Ct,C,yt,C,it)),Jo=g("^",d(d(or,C,"(?",it,")"),"|",d(Ct,C,"(?",yt,")",C,"(?",it,")"))),Xo=d(C,"NDATA",C,X),Yo=d(ir,"|",d(Tt,Xo,"?")),Gn=""),Wo=d(ir,"|",Tt),Qo=g(Gn,C,"%",C,X,C,Wo,O,">"),Zo=d(Ko,"|",Qo),ea=g(Ct,C,yt),ta=g(""),ar=g(O,"=",O),_r=/1[.]\d+/,ra=g(C,"version",ar,d("'",_r,"'","|",'"',_r,'"')),Fr=/[A-Za-z][-A-Za-z0-9._]*/,na=d(C,"encoding",ar,d('"',Fr,'"',"|","'",Fr,"'")),ua=d(C,"standalone",ar,d("'",d("yes","|","no"),"'","|",'"',d("yes","|","no"),'"')),ia=g(/^<\?xml/,ra,na,"?",ua,"?",O,/\?>/),oa="",ca=//,fa=g(ge,"*?",la),pa=g(ca,fa);E.chars=Ee;E.chars_without=Re;E.detectUnicodeSupport=Un;E.reg=g;E.regg=d;E.AttlistDecl=zo;E.CDATA_START=aa;E.CDATA_END=sa;E.CDSect=pa;E.Char=ge;E.Comment=xo;E.COMMENT_START=Vn;E.COMMENT_END=Hn;E.DOCTYPE_DECL_START=oa;E.elementdecl=ko;E.EntityDecl=Zo;E.EntityValue=ir;E.ExternalID=Tt;E.ExternalID_match=Jo;E.Name=X;E.NotationDecl=ta;E.Reference=nt;E.PEReference=ut;E.PI=Bo;E.PUBLIC=Ct;E.PubidLiteral=yt;E.QName=lt;E.QName_exact=Io;E.QName_group=Ro;E.S=C;E.SChar_s=bo;E.S_OPT=O;E.SYSTEM=or;E.SystemLiteral=it;E.UNICODE_REPLACEMENT_CHARACTER=No;E.UNICODE_SUPPORT=ct;E.XMLDecl=ia;var J=B,ee=J.find,ha=J.hasDefaultHTMLNamespace,Be=J.hasOwn,da=J.isHTMLMimeType,ma=J.isHTMLRawTextElement,Ea=J.isHTMLVoidElement,Ke=J.MIME_TYPE,te=J.NAMESPACE,k=Symbol(),zn=Ne,h=zn.DOMException,ga=zn.DOMExceptionName,Q=E;function q(e){if(e!==k)throw new TypeError("Illegal constructor")}function Da(e){return e!==""}function va(e){return e?e.split(/[\t\n\f\r ]+/).filter(Da):[]}function Aa(e,t){return Be(e,t)||(e[t]=!0),e}function Pr(e){if(!e)return[];var t=va(e);return Object.keys(t.reduce(Aa,{}))}function Na(e){return function(t){return e&&e.indexOf(t)!==-1}}function Jn(e){if(!Q.QName_exact.test(e))throw new h(h.INVALID_CHARACTER_ERR,'invalid character in qualified name "'+e+'"')}function Gt(e,t){Jn(t),e=e||null;var r=null,n=t;if(t.indexOf(":")>=0){var u=t.split(":");r=u[0],n=u[1]}if(r!==null&&e===null)throw new h(h.NAMESPACE_ERR,"prefix is non-null and namespace is null");if(r==="xml"&&e!==J.NAMESPACE.XML)throw new h(h.NAMESPACE_ERR,'prefix is "xml" and namespace is not the XML namespace');if((r==="xmlns"||t==="xmlns")&&e!==J.NAMESPACE.XMLNS)throw new h(h.NAMESPACE_ERR,'either qualifiedName or prefix is "xmlns" and namespace is not the XMLNS namespace');if(e===J.NAMESPACE.XMLNS&&r!=="xmlns"&&t!=="xmlns")throw new h(h.NAMESPACE_ERR,'namespace is the XMLNS namespace and neither qualifiedName nor prefix is "xmlns"');return[e,r,n]}function Le(e,t){for(var r in e)Be(e,r)&&(t[r]=e[r])}function $(e,t){var r=e.prototype;if(!(r instanceof t)){let n=function(){};n.prototype=t.prototype,n=new n,Le(r,n),e.prototype=r=n}r.constructor!=e&&(typeof e!="function"&&console.error("unknown Class:"+e),r.constructor=e)}var j={},Y=j.ELEMENT_NODE=1,xe=j.ATTRIBUTE_NODE=2,vt=j.TEXT_NODE=3,Xn=j.CDATA_SECTION_NODE=4,Yn=j.ENTITY_REFERENCE_NODE=5,ba=j.ENTITY_NODE=6,Kn=j.PROCESSING_INSTRUCTION_NODE=7,Wn=j.COMMENT_NODE=8,ot=j.DOCUMENT_NODE=9,Qn=j.DOCUMENT_TYPE_NODE=10,se=j.DOCUMENT_FRAGMENT_NODE=11,ya=j.NOTATION_NODE=12,F=J.freeze({DOCUMENT_POSITION_DISCONNECTED:1,DOCUMENT_POSITION_PRECEDING:2,DOCUMENT_POSITION_FOLLOWING:4,DOCUMENT_POSITION_CONTAINS:8,DOCUMENT_POSITION_CONTAINED_BY:16,DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:32});function Lr(e){for(var t=[];e.parentNode||e.ownerElement;)e=e.parentNode||e.ownerElement,t.unshift(e);return t}function Zn(e,t){if(t.length=0&&e=0){for(var u=t.length-1;n<=u;)t[n]=t[++n];if(t.length=u,e){var i=e.ownerDocument;i&&nu(i,e,r),r.ownerElement=null}}}Me.prototype={length:0,item:M.prototype.item,getNamedItem:function(e){this._ownerElement&&this._ownerElement._isInHTMLDocumentAndNamespace()&&(e=e.toLowerCase());for(var t=0;tkr(t.ownerDocument)?F.DOCUMENT_POSITION_FOLLOWING:F.DOCUMENT_POSITION_PRECEDING);var o=Lr(t),s=Lr(r);if(!n&&s.indexOf(t)>=0||u&&t===r)return F.DOCUMENT_POSITION_CONTAINS+F.DOCUMENT_POSITION_PRECEDING;if(!u&&o.indexOf(r)>=0||n&&t===r)return F.DOCUMENT_POSITION_CONTAINED_BY+F.DOCUMENT_POSITION_FOLLOWING;var c=Zn(s,o);for(var l in c.childNodes){var f=c.childNodes[l];if(f===r)return F.DOCUMENT_POSITION_FOLLOWING;if(f===t)return F.DOCUMENT_POSITION_PRECEDING;if(s.indexOf(f)>=0)return F.DOCUMENT_POSITION_FOLLOWING;if(o.indexOf(f)>=0)return F.DOCUMENT_POSITION_PRECEDING}return 0}};function ru(e){return e=="<"&&"<"||e==">"&&">"||e=="&"&&"&"||e=='"'&&"""||"&#"+e.charCodeAt()+";"}Le(j,A);Le(j,A.prototype);Le(F,A);Le(F,A.prototype);function Qe(e,t){if(t(e))return!0;if(e=e.firstChild)do if(Qe(e,t))return!0;while(e=e.nextSibling)}function ce(e,t){q(e);var r=t||{};this.ownerDocument=this,this.contentType=r.contentType||Ke.XML_APPLICATION,this.type=da(this.contentType)?"html":"xml"}function Ta(e,t,r){e&&e._inc++;var n=r.namespaceURI;n===te.XMLNS&&(t._nsMap[r.prefix?r.localName:""]=r.value)}function nu(e,t,r,n){e&&e._inc++;var u=r.namespaceURI;u===te.XMLNS&&delete t._nsMap[r.prefix?r.localName:""]}function uu(e,t,r){if(e&&e._inc){e._inc++;var n=t.childNodes;if(r&&!r.nextSibling)n[n.length++]=r;else{for(var u=t.firstChild,i=0;u;)n[i++]=u,u=u.nextSibling;n.length=i,delete n[n.length]}}}function iu(e,t){if(e!==t.parentNode)throw new h(h.NOT_FOUND_ERR,"child's parent is not parent");var r=t.previousSibling,n=t.nextSibling;return r?r.nextSibling=n:e.firstChild=n,n?n.previousSibling=r:e.lastChild=r,uu(e.ownerDocument,e),t.parentNode=null,t.previousSibling=null,t.nextSibling=null,t}function wa(e){return e&&(e.nodeType===A.DOCUMENT_NODE||e.nodeType===A.DOCUMENT_FRAGMENT_NODE||e.nodeType===A.ELEMENT_NODE)}function Sa(e){return e&&(e.nodeType===A.CDATA_SECTION_NODE||e.nodeType===A.COMMENT_NODE||e.nodeType===A.DOCUMENT_FRAGMENT_NODE||e.nodeType===A.DOCUMENT_TYPE_NODE||e.nodeType===A.ELEMENT_NODE||e.nodeType===A.PROCESSING_INSTRUCTION_NODE||e.nodeType===A.TEXT_NODE)}function le(e){return e&&e.nodeType===A.DOCUMENT_TYPE_NODE}function ue(e){return e&&e.nodeType===A.ELEMENT_NODE}function ou(e){return e&&e.nodeType===A.TEXT_NODE}function $r(e,t){var r=e.childNodes||[];if(ee(r,ue)||le(t))return!1;var n=ee(r,le);return!(t&&n&&r.indexOf(n)>r.indexOf(t))}function jr(e,t){var r=e.childNodes||[];function n(i){return ue(i)&&i!==t}if(ee(r,n))return!1;var u=ee(r,le);return!(t&&u&&r.indexOf(u)>r.indexOf(t))}function Oa(e,t,r){if(!wa(e))throw new h(h.HIERARCHY_REQUEST_ERR,"Unexpected parent node type "+e.nodeType);if(r&&r.parentNode!==e)throw new h(h.NOT_FOUND_ERR,"child not in parent");if(!Sa(t)||le(t)&&e.nodeType!==A.DOCUMENT_NODE)throw new h(h.HIERARCHY_REQUEST_ERR,"Unexpected node type "+t.nodeType+" for parent node type "+e.nodeType)}function Ia(e,t,r){var n=e.childNodes||[],u=t.childNodes||[];if(t.nodeType===A.DOCUMENT_FRAGMENT_NODE){var i=u.filter(ue);if(i.length>1||ee(u,ou))throw new h(h.HIERARCHY_REQUEST_ERR,"More than one element or text in fragment");if(i.length===1&&!$r(e,r))throw new h(h.HIERARCHY_REQUEST_ERR,"Element in fragment can not be inserted before doctype")}if(ue(t)&&!$r(e,r))throw new h(h.HIERARCHY_REQUEST_ERR,"Only one element can be added and only after doctype");if(le(t)){if(ee(n,le))throw new h(h.HIERARCHY_REQUEST_ERR,"Only one doctype is allowed");var a=ee(n,ue);if(r&&n.indexOf(a)1||ee(u,ou))throw new h(h.HIERARCHY_REQUEST_ERR,"More than one element or text in fragment");if(i.length===1&&!jr(e,r))throw new h(h.HIERARCHY_REQUEST_ERR,"Element in fragment can not be inserted before doctype")}if(ue(t)&&!jr(e,r))throw new h(h.HIERARCHY_REQUEST_ERR,"Only one element can be added and only after doctype");if(le(t)){if(ee(n,function(s){return le(s)&&s!==r}))throw new h(h.HIERARCHY_REQUEST_ERR,"Only one doctype is allowed");var a=ee(n,ue);if(r&&n.indexOf(a)0&&Qe(r,function(u){if(u!==r&&u.nodeType===Y){var i=u.getAttribute("class");if(i){var a=e===i;if(!a){var o=Pr(i);a=t.every(Na(o))}a&&n.push(u)}}}),n})},getElementsByTagName:function(e){var t=(this.nodeType===ot?this:this.ownerDocument).type==="html",r=e.toLowerCase();return new de(this,function(n){var u=[];return Qe(n,function(i){if(!(i===n||i.nodeType!==Y))if(e==="*")u.push(i);else{var a=i.getQualifiedName(),o=t&&i.namespaceURI===te.HTML?r:e;a===o&&u.push(i)}}),u})},getElementsByTagNameNS:function(e,t){return new de(this,function(r){var n=[];return Qe(r,function(u){u!==r&&u.nodeType===Y&&(e==="*"||u.namespaceURI===e)&&(t==="*"||u.localName==t)&&n.push(u)}),n})}};ce.prototype.getElementsByClassName=fe.prototype.getElementsByClassName;ce.prototype.getElementsByTagName=fe.prototype.getElementsByTagName;ce.prototype.getElementsByTagNameNS=fe.prototype.getElementsByTagNameNS;$(fe,A);function De(e){q(e),this.namespaceURI=null,this.prefix=null,this.ownerElement=null}De.prototype.nodeType=xe;$(De,A);function ke(e){q(e)}ke.prototype={data:"",substringData:function(e,t){return this.data.substring(e,e+t)},appendData:function(e){e=this.data+e,this.nodeValue=this.data=e,this.length=e.length},insertData:function(e,t){this.replaceData(e,0,t)},deleteData:function(e,t){this.replaceData(e,t,"")},replaceData:function(e,t,r){var n=this.data.substring(0,e),u=this.data.substring(e+t);r=n+r+u,this.nodeValue=this.data=r,this.length=r.length}};$(ke,A);function ft(e){q(e)}ft.prototype={nodeName:"#text",nodeType:vt,splitText:function(e){var t=this.data,r=t.substring(e);t=t.substring(0,e),this.data=this.nodeValue=t,this.length=t.length;var n=this.ownerDocument.createTextNode(r);return this.parentNode&&this.parentNode.insertBefore(n,this.nextSibling),n}};$(ft,ke);function St(e){q(e)}St.prototype={nodeName:"#comment",nodeType:Wn};$(St,ke);function Ot(e){q(e)}Ot.prototype={nodeName:"#cdata-section",nodeType:Xn};$(Ot,ft);function It(e){q(e)}It.prototype.nodeType=Qn;$(It,A);function sr(e){q(e)}sr.prototype.nodeType=ya;$(sr,A);function cr(e){q(e)}cr.prototype.nodeType=ba;$(cr,A);function Rt(e){q(e)}Rt.prototype.nodeType=Yn;$(Rt,A);function pt(e){q(e)}pt.prototype.nodeName="#document-fragment";pt.prototype.nodeType=se;$(pt,A);function Bt(e){q(e)}Bt.prototype.nodeType=Kn;$(Bt,ke);function su(){}su.prototype.serializeToString=function(e,t){return cu.call(e,t)};A.prototype.toString=cu;function cu(e){var t=[],r=this.nodeType===ot&&this.documentElement||this,n=r.prefix,u=r.namespaceURI;if(u&&n==null){var n=r.lookupPrefix(u);if(n==null)var i=[{namespace:u,prefix:null}]}return Se(this,t,e,i),t.join("")}function Ur(e,t,r){var n=e.prefix||"",u=e.namespaceURI;if(!u||n==="xml"&&u===te.XML||u===te.XMLNS)return!1;for(var i=r.length;i--;){var a=r[i];if(a.prefix===n)return a.namespace!==u}return!0}function qt(e,t,r){e.push(" ",t,'="',r.replace(/[<>&"\t\n\r]/g,ru),'"')}function Se(e,t,r,n){n||(n=[]);var u=e.nodeType===ot?e:e.ownerDocument,i=u.type==="html";if(r)if(e=r(e),e){if(typeof e=="string"){t.push(e);return}}else return;switch(e.nodeType){case Y:var a=e.attributes,o=a.length,R=e.firstChild,s=e.tagName,c=s;if(!i&&!e.prefix&&e.namespaceURI){for(var l,f=0;f=0;p--){var m=n[p];if(m.prefix===""&&m.namespace===e.namespaceURI){l=m.namespace;break}}if(l!==e.namespaceURI)for(var p=n.length-1;p>=0;p--){var m=n[p];if(m.namespace===e.namespaceURI){m.prefix&&(c=m.prefix+":"+s);break}}}t.push("<",c);for(var b=0;b");else{if(t.push(">"),i&&ma(s))for(;R;)R.data?t.push(R.data):Se(R,t,r,n.slice()),R=R.nextSibling;else for(;R;)Se(R,t,r,n.slice()),R=R.nextSibling;t.push("")}return;case ot:case se:for(var R=e.firstChild;R;)Se(R,t,r,n.slice()),R=R.nextSibling;return;case xe:return qt(t,e.name,e.value);case vt:return t.push(e.data.replace(/[<&>]/g,ru));case Xn:return t.push(Q.CDATA_START,e.data,Q.CDATA_END);case Wn:return t.push(Q.COMMENT_START,e.data,Q.COMMENT_END);case Qn:var K=e.publicId,U=e.systemId;t.push(Q.DOCTYPE_DECL_START," ",e.name),K?(t.push(" ",Q.PUBLIC," ",K),U&&U!=="."&&t.push(" ",U)):U&&U!=="."&&t.push(" ",Q.SYSTEM," ",U),e.internalSubset&&t.push(" [",e.internalSubset,"]"),t.push(">");return;case Kn:return t.push("");case Yn:return t.push("&",e.nodeName,";");default:t.push("??",e.nodeName)}}function lu(e,t,r){var n;switch(t.nodeType){case Y:n=t.cloneNode(!1),n.ownerDocument=e;case se:break;case xe:r=!0;break}if(n||(n=t.cloneNode(!1)),n.ownerDocument=e,n.parentNode=null,r)for(var u=t.firstChild;u;)n.appendChild(lu(e,u,r)),u=u.nextSibling;return n}function zt(e,t,r){var n=new t.constructor(k);for(var u in t)if(Be(t,u)){var i=t[u];typeof i!="object"&&i!=n[u]&&(n[u]=i)}switch(t.childNodes&&(n.childNodes=new M),n.ownerDocument=e,n.nodeType){case Y:var a=t.attributes,o=n.attributes=new Me,s=a.length;o._ownerElement=n;for(var c=0;c",lt:"<",quot:'"'}),e.HTML_ENTITIES=t({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:` +`,nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"}),e.entityMap=e.HTML_ENTITIES})(pu);var xt={},qe=B,v=E,hu=Ne,Ra=qe.isHTMLEscapableRawTextElement,Ba=qe.isHTMLMimeType,xa=qe.isHTMLRawTextElement,at=qe.hasOwn,Vr=qe.NAMESPACE,Hr=hu.ParseError,Ma=hu.DOMException,Ge=0,ie=1,ye=2,ze=3,Ce=4,Te=5,Je=6,gt=7;function du(){}du.prototype={parse:function(e,t,r){var n=this.domBuilder;n.startDocument(),mu(t,t=Object.create(null)),_a(e,t,r,n,this.errorHandler),n.endDocument()}};var lr=/&#?\w+;?/g;function _a(e,t,r,n,u){var i=Ba(n.mimeType);if(e.indexOf(v.UNICODE_REPLACEMENT_CHARACTER)>=0)return u.fatalError("Unicode replacement character detected, source encoding issues?");function a(y){if(y>65535){y-=65536;var z=55296+(y>>10),ht=56320+(y&1023);return String.fromCharCode(z,ht)}else return String.fromCharCode(y)}function o(y){var z=y[y.length-1]===";"?y:y+";";if(!i&&z!==y)return u.error("EntityRef: expecting ;"),y;var ht=v.Reference.exec(z);if(!ht||ht[0].length!==z.length)return u.error("entity not matching Reference production: "+y),y;var dt=z.slice(1,-1);return at(r,dt)?r[dt]:dt.charAt(0)==="#"?a(parseInt(dt.substr(1).replace("x","0x"))):(u.error("entity not found:"+y),y)}function s(y){if(y>S){var z=e.substring(S,y).replace(lr,o);m&&c(S),n.characters(z,0,y-S),S=y}}function c(y,z){for(;y>=f&&(z=p.exec(e));)l=z.index,f=l+z[0].length,m.lineNumber++;m.columnNumber=y-l+1}for(var l=0,f=0,p=/.*(?:\r\n?|\n)|.*$/g,m=n.locator,b=[{currentNSMap:t}],T=[],S=0;;){try{var I=e.indexOf("<",S);if(I<0){if(!i&&T.length>0)return u.fatalError("unclosed xml tag(s): "+T.join(", "));if(!e.substring(S).match(/^\s*$/)){var re=n.doc,R=re.createTextNode(e.substr(S));if(re.documentElement)return u.error("Extra content at the end of the document");re.appendChild(R),n.currentElement=R}return}if(I>S){var K=e.substring(S,I);!i&&T.length===0&&(K=K.replace(new RegExp(v.S_OPT.source,"g"),""),K&&u.error("Unexpected content outside root element: '"+K+"'")),s(I)}switch(e.charAt(I+1)){case"/":var H=e.indexOf(">",I+2),U=e.substring(I+2,H>0?H:void 0);if(!U)return u.fatalError("end tag name missing");var je=H>0&&v.reg("^",v.QName_group,v.S_OPT,"$").exec(U);if(!je)return u.fatalError('end tag name contains invalid characters: "'+U+'"');if(!n.currentElement&&!n.doc.documentElement)return;var Ue=T[T.length-1]||n.currentElement.tagName||n.doc.documentElement.tagName||"";if(Ue!==je[1]){var Mt=je[1].toLowerCase();if(!i||Ue.toLowerCase()!==Mt)return u.fatalError('Opening and ending tag mismatch: "'+Ue+'" != "'+U+'"')}var _t=b.pop();T.pop();var Ft=_t.localNSMap;if(n.endElement(_t.uri,_t.localName,Ue),Ft)for(var pr in Ft)at(Ft,pr)&&n.endPrefixMapping(pr);H++;break;case"?":m&&c(I),H=ka(e,I,n,u);break;case"!":m&&c(I),H=gu(e,I,n,u,i);break;default:m&&c(I);var V=new Du,Pt=b[b.length-1].currentNSMap,H=Fa(e,I,V,Pt,o,u,i),hr=V.length;if(V.closed||(i&&qe.isHTMLVoidElement(V.tagName)?V.closed=!0:T.push(V.tagName)),m&&hr){for(var Au=Gr(m,{}),Lt=0;LtS?S=H:s(Math.max(I,S)+1)}}function Gr(e,t){return t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber,t}function Fa(e,t,r,n,u,i,a){function o(m,b,T){if(at(r.attributeNames,m))return i.fatalError("Attribute "+m+" redefined");if(!a&&b.indexOf("<")>=0)return i.fatalError("Unescaped '<' not allowed in attributes values");r.addValue(m,b.replace(/[\t\n\r]/g," ").replace(lr,u),T)}for(var s,c,l=++t,f=Ge;;){var p=e.charAt(l);switch(p){case"=":if(f===ie)s=e.slice(t,l),f=ze;else if(f===ye)f=ze;else throw new Error("attribute equal must after attrName");break;case"'":case'"':if(f===ze||f===ie)if(f===ie&&(i.warning('attribute value must after "="'),s=e.slice(t,l)),t=l+1,l=e.indexOf(p,t),l>0)c=e.slice(t,l),o(s,c,t-1),f=Te;else throw new Error("attribute value no end '"+p+"' match");else if(f==Ce)c=e.slice(t,l),o(s,c,t),i.warning('attribute "'+s+'" missed start quot('+p+")!!"),t=l+1,f=Te;else throw new Error('attribute value must after "="');break;case"/":switch(f){case Ge:r.setTagName(e.slice(t,l));case Te:case Je:case gt:f=gt,r.closed=!0;case Ce:case ie:break;case ye:r.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return i.error("unexpected end of input"),f==Ge&&r.setTagName(e.slice(t,l)),l;case">":switch(f){case Ge:r.setTagName(e.slice(t,l));case Te:case Je:case gt:break;case Ce:case ie:c=e.slice(t,l),c.slice(-1)==="/"&&(r.closed=!0,c=c.slice(0,-1));case ye:f===ye&&(c=s),f==Ce?(i.warning('attribute "'+c+'" missed quot(")!'),o(s,c,t)):(a||i.warning('attribute "'+c+'" missed value!! "'+c+'" instead!!'),o(c,c,t));break;case ze:if(!a)return i.fatalError(`AttValue: ' or " expected`)}return l;case"€":p=" ";default:if(p<=" ")switch(f){case Ge:r.setTagName(e.slice(t,l)),f=Je;break;case ie:s=e.slice(t,l),f=ye;break;case Ce:var c=e.slice(t,l);i.warning('attribute "'+c+'" missed quot(")!!'),o(s,c,t);case Te:f=Je;break}else switch(f){case ye:a||i.warning('attribute "'+s+'" missed value!! "'+s+'" instead2!!'),o(s,s,t),t=l,f=ie;break;case Te:i.warning('attribute space is required"'+s+'"!!');case Je:f=ie,t=l;break;case ze:f=Ce,t=l;break;case gt:throw new Error("elements closed character '/' and '>' must be connected to")}}l++}}function zr(e,t,r){for(var n=e.tagName,u=null,f=e.length;f--;){var i=e[f],a=i.qName,o=i.value,p=a.indexOf(":");if(p>0)var s=i.prefix=a.slice(0,p),c=a.slice(p+1),l=s==="xmlns"&&c;else c=a,s=null,l=a==="xmlns"&&"";i.localName=c,l!==!1&&(u==null&&(u=Object.create(null),mu(r,r=Object.create(null))),r[l]=u[l]=o,i.uri=Vr.XMLNS,t.startPrefixMapping(l,o))}for(var f=e.length;f--;)i=e[f],i.prefix&&(i.prefix==="xml"&&(i.uri=Vr.XML),i.prefix!=="xmlns"&&(i.uri=r[i.prefix]));var p=n.indexOf(":");p>0?(s=e.prefix=n.slice(0,p),c=e.localName=n.slice(p+1)):(s=null,c=e.localName=n);var m=e.uri=r[s||""];if(t.startElement(m,c,n,e),e.closed){if(t.endElement(m,c,n),u)for(s in u)at(u,s)&&t.endPrefixMapping(s)}else return e.currentNSMap=r,e.localNSMap=u,!0}function Pa(e,t,r,n,u){var i=Ra(r);if(i||xa(r)){var a=e.indexOf("",t),o=e.substring(t+1,a);return i&&(o=o.replace(lr,n)),u.characters(o,0,o.length),a}return t+1}function mu(e,t){for(var r in e)at(e,r)&&(t[r]=e[r])}function Eu(e,t){var r=t;function n(c){return c=c||0,e.charAt(r+c)}function u(c){c=c||1,r+=c}function i(){for(var c=0;r"?n.fatalError("doctype not terminated with > at position "+i.getIndex()):(i.skip(1),r.startDTD(s.name,s.publicId,s.systemId,s.internalSubset),r.endDTD(),i.getIndex())}default:return n.fatalError('Not well-formed XML starting with "0)return n.fatalError("processing instruction at position "+t+" is an xml declaration which is only at the start of the document");if(!v.XMLDecl.test(e.substring(t)))return n.fatalError("xml declaration is not well-formed")}return r.processingInstruction(u[1],u[2]),t+u[0].length}function Du(){this.attributeNames=Object.create(null)}Du.prototype={setTagName:function(e){if(!v.QName_exact.test(e))throw new Error("invalid tagName:"+e);this.tagName=e},addValue:function(e,t,r){if(!v.QName_exact.test(e))throw new Error("invalid attribute:"+e);this.attributeNames[e]=this.length,this[this.length++]={qName:e,value:t,offset:r}},length:0,getLocalName:function(e){return this[e].localName},getLocator:function(e){return this[e].locator},getQName:function(e){return this[e].qName},getURI:function(e){return this[e].uri},getValue:function(e){return this[e].value}};xt.XMLReader=du;xt.parseUtils=Eu;xt.parseDoctypeCommentOrCData=gu;var be=B,qa=x,$a=Ne,Jr=pu,ja=xt,Ua=qa.DOMImplementation,Va=be.hasDefaultHTMLNamespace,Ha=be.isHTMLMimeType,Ga=be.isValidMimeType,vu=be.MIME_TYPE,$t=be.NAMESPACE,Xr=$a.ParseError,za=ja.XMLReader;function Ja(e){return e.replace(/\r[\n\u0085]/g,` `).replace(/[\r\u0085\u2028]/g,` -`)}function za(e){if(e=e||{locator:!0},this.assign=e.assign||be.assign,this.domHandler=e.domHandler||fr,this.onError=e.onError||e.errorHandler,e.errorHandler&&typeof e.errorHandler!="function")throw new TypeError("errorHandler object is no longer supported, switch to onError!");e.errorHandler&&e.errorHandler("warning","The `errorHandler` option has been deprecated, use `onError` instead!",this),this.normalizeLineEndings=e.normalizeLineEndings||Ga,this.locator=!!e.locator,this.xmlns=this.assign(Object.create(null),e.xmlns)}za.prototype.parseFromString=function(e,t){if(!Va(t))throw new TypeError('DOMParser.parseFromString: the provided mimeType "'+t+'" is not valid.');var r=this.assign(Object.create(null),this.xmlns),n=Jr.XML_ENTITIES,u=r[""]||null;ja(t)?(n=Jr.HTML_ENTITIES,u=$t.HTML):t===vu.XML_SVG_IMAGE&&(u=$t.SVG),r[""]=u,r.xml=r.xml||$t.XML;var i=new this.domHandler({mimeType:t,defaultNamespace:u,onError:this.onError}),a=this.locator?{}:void 0;this.locator&&i.setDocumentLocator(a);var o=new Ha;o.errorHandler=i,o.domBuilder=i;var s=!be.isHTMLMimeType(t);return s&&typeof e!="string"&&o.errorHandler.fatalError("source is not a string"),o.parse(this.normalizeLineEndings(String(e)),r,n),i.doc.documentElement||o.errorHandler.fatalError("missing root element"),i.doc};function fr(e){var t=e||{};this.mimeType=t.mimeType||vu.XML_APPLICATION,this.defaultNamespace=t.defaultNamespace||null,this.cdata=!1,this.currentElement=void 0,this.doc=void 0,this.locator=void 0,this.onError=t.onError}function we(e,t){t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber}fr.prototype={startDocument:function(){var e=new $a;this.doc=Ua(this.mimeType)?e.createHTMLDocument(!1):e.createDocument(this.defaultNamespace,"")},startElement:function(e,t,r,n){var u=this.doc,i=u.createElementNS(e,r||t),a=n.length;Dt(this,i),this.currentElement=i,this.locator&&we(this.locator,i);for(var o=0;o=t+r||t?new java.lang.String(e,t,r)+"":e}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(e){fr.prototype[e]=function(){return null}});function Dt(e,t){e.currentElement?e.currentElement.appendChild(t):e.doc.appendChild(t)}var $e=B;$e.assign;$e.hasDefaultHTMLNamespace;$e.isHTMLMimeType;$e.isValidMimeType;$e.MIME_TYPE;$e.NAMESPACE;const Kr="USJ",ne=["figure","note","sidebar","table"];Object.freeze(ne);class L{constructor(t){S(this,"usj");S(this,"parentMapInternal");this.usj=t}usjChanged(){this.parentMapInternal=void 0}findSingleValue(t){const r=mr.JSONPath({path:t,json:this.usj,wrap:!0});if(r===void 0||r.length===0)return;if(!Array.isArray(r[0]))return r[0];const n=mr.JSONPath({path:t,json:this.usj,wrap:!1});return n.length===1&&Array.isArray(n[0])?n[0]:n}findParent(t){return this.findSingleValue(`${t}^`)}findBookId(){return this.findSingleValue('$.content[?(@.type=="book" && @.marker=="id")].code')}findChapterNode(t){const r=`$..content[?(@.type=="chapter" && @.number=="${t}")]`;return this.findSingleValue(r)}static createParentMapInternal(t,r,n){var u;n.set(t,r),t.content&&n.set(t.content,t),(u=t.content)==null||u.forEach(i=>{typeof i=="object"&&L.createParentMapInternal(i,t,n)})}createUsjParentMap(){const t=new Map;return this.usj.content&&t.set(this.usj.content,this.usj),this.usj.content.forEach(r=>{typeof r=="object"&&L.createParentMapInternal(r,this.usj,t)}),t}get parentMap(){return this.parentMapInternal?this.parentMapInternal:(this.parentMapInternal=this.createUsjParentMap(),this.parentMapInternal)}createWorkingStack(t){const r=[],{parentMap:n}=this;let u=t,i=n.get(u);for(;i!==void 0;){if(!i.content)throw new Error("Invalid parentMap: all parents should have content");if(!i.content.find((a,o)=>{if(a!==u)return!1;if(!i)throw new Error('undefined "tempParent" should not be possible');return r.unshift({parent:i,index:o}),!0}))throw new Error(`Unable to find correct parent node of ${JSON.stringify(u)}`);if(i.type===Kr)break;u=i,i=n.get(i)}return r}static convertWorkingStackToJsonPath(t){let r="$";return t.forEach(n=>{r=`${r}.content[${n.index}]`}),r}convertJsonPathToWorkingStack(t){const r=[],n=t.match(/content\[(\d+)\]/g);if(!n)throw new Error(`Malformed or unexpected jsonPath: ${t}`);let u=this.usj;return n.forEach((i,a)=>{const o=/(\d+)/.exec(i);if(!o)throw new Error(`Malformed or unexpected jsonPath: ${t}`);const s=parseInt(o[0],10);if(r.push({parent:u,index:s}),a+1=0;u--){const i=t.content[u];if(typeof i=="object"&&!n.includes(i.type))return i.content?this.findRightMostDescendantMarkerObject(i,t,n):{node:i,parent:t}}return{node:t,parent:r}}static findNextMatchingNodeUsingWorkingStack(t,r,n,u){var a;let i=t;for(;i!==void 0;){const o=typeof i=="object"&&n.includes(i.type);if(!o&&u(i,r))return i;if(!o&&typeof i=="object"&&(((a=i.content)==null?void 0:a.length)??0)>0)r.push({parent:i,index:0}),[i]=i.content;else for(i=void 0;r.length>0;){const s=r.pop();if(s&&s.index+1=0&&typeof r.content[i]!="object";)i-=1;if(i<0){if(r.type===Kr)return n.chapterNum===void 0&&(n.chapterNum=1,n.verseNum=0,n.startingContentNode=void 0),n;const s=r,c=this.parentMap.get(s);if(!c)throw new Error(`No parent found for ${JSON.stringify(r)}`);return this.findVerseRefForNode(s,c,n)}const a=r.content[i],o=L.findRightMostDescendantMarkerObject(a,r,ne);return this.findVerseRefForNode(o.node,o.parent,n)}nodeToVerseRefAndOffset(t,r,n){if(typeof r=="string"&&n===void 0)throw new Error('If "node" is a string, then "nodeParent" cannot be undefined');let u;if(n===void 0?u=this.parentMap.get(r):u=Array.isArray(n)?this.parentMap.get(n):n,u===void 0)throw new Error(`Cannot find parent for ${JSON.stringify(n)}`);const i=this.findVerseRefForNode(r,u);if(!i)return;if(!i.chapterNum)throw new Error(`Could not determine chapter number for ${JSON.stringify(r)}`);const a=new Kt(t,i.chapterNum.toString(),i.verseNum?i.verseNum.toString():"0");let o=0;return i.startingContentNode!==void 0&&this.findNextMatchingNode(i.startingContentNode,[],(s,c)=>{var l,f;return s===r?!0:c.find(p=>ne.includes(p.parent.type))?!1:typeof s=="string"?(o+=s.length,!1):s.type===Xe&&s.number!==((l=i.chapterNum)==null?void 0:l.toString())||s.type===Ye&&s.number!==((f=i.verseNum)==null?void 0:f.toString())?(o=0,!0):!1}),{verseRef:a,offset:o}}jsonPathToVerseRefAndOffset(t,r){const n=r??this.findBookId();if(!n)throw new Error("Not able to determine the book ID");const u=this.findSingleValue(t);if(!u)throw new Error(`No result found for JSONPath query: ${t}`);const i=this.findParent(t);if(!i)throw new Error(`Could not determine parent for ${t}`);const a=this.nodeToVerseRefAndOffset(n,u,i);if(!a)throw new Error(`Could not determine VerseRef that corresponds to ${t}`);return a}verseRefToUsjContentLocation(t,r=0){if(r<0)throw new Error("offset must be >= 0");const n=this.findBookId()??t.book;if(!n)throw new Error("Not able to determine the book ID");if(n!==t.book)throw new Error(`Book IDs don't match: USJ=${n}, VerseRef=${t.book}`);const u=this.findChapterNode(t.chapterNum);if(u===void 0)throw new Error(`Could not find ${n} chapter ${t.chapterNum}`);let i=!1,a="";const o=t.verse,s=this.findNextMatchingNode(u,ne,(p,m)=>p===u?t.verseNum===0?(a=L.convertWorkingStackToJsonPath(m),!0):!1:typeof p!="object"?!1:p.type===Xe?(i=!0,!0):p.type===Ye&&p.number!==void 0&&p.number===o?(a=L.convertWorkingStackToJsonPath(m),!0):!1);if(i||s===void 0||typeof s=="string")throw new Error(`Verse ${o} not found in ${n} ${t.chapterNum}`);if(r===0)return{node:s,offset:0,jsonPath:a};let c=0,l=0,f;return this.findNextMatchingNode(s,ne,(p,m)=>{if(p===s)return!1;if(typeof p=="string"){if(c+=p.length,c>r)return a=L.convertWorkingStackToJsonPath(m),l=r-c+p.length,f=p,!0}else if(p.type===Xe||p.type===Ye)return!0;return!1}),{node:f??s,offset:l,jsonPath:a}}findNextLocationOfMatchingText(t,r,n=1e3){let u="",i=0,a=0,o=0;if(L.findNextMatchingNodeUsingWorkingStack(t.node,this.convertJsonPathToWorkingStack(t.jsonPath),ne,f=>{if(typeof f!="string")return!1;i+=f.length,u=`${u}${f}`;const p=u.indexOf(r);return p<0?(a+=u.length,u.length>r.length&&(u=u.substring(u.length-r.length)),a-=u.length,i>n):(o=a+p,!0)}),o<=0)return;i=0;let s=0,c=[];const l=L.findNextMatchingNodeUsingWorkingStack(t.node,this.convertJsonPathToWorkingStack(t.jsonPath),ne,(f,p)=>typeof f!="string"||(i+=f.length,i{if(typeof a!="string")return!1;if(u>=a.length)return u-=a.length,!1;let o=a;if(u>0&&(o=o.substring(u),u=0),i+o.lengthi===r.node&&(typeof i=="object"||r.jsonPath===L.convertWorkingStackToJsonPath(a))?!0:typeof i!="string"?!1:(u=`${u}${i}`,u.length>n&&(u=u.substring(0,n)),u.length>=n)),u}static removeContentNodesFromArray(t,r){let n=0;for(let u=t.length-1;u>=0;u--){const i=t[u];r(i)?(t.splice(u,1),n+=1):typeof i!="string"&&i.content&&(n+=this.removeContentNodesFromArray(i.content,r))}return n}removeContentNodes(t){const r=L.removeContentNodesFromArray(this.usj.content,t);return this.usjChanged(),r}}exports.AsyncVariable=Cu;exports.CHAPTER_TYPE=Xe;exports.Collator=Tu;exports.DateTimeFormat=Wr;exports.DocumentCombiner=en;exports.FIRST_SCR_BOOK_NUM=vn;exports.FIRST_SCR_CHAPTER_NUM=Nn;exports.FIRST_SCR_VERSE_NUM=bn;exports.LAST_SCR_BOOK_NUM=An;exports.Mutex=rn;exports.MutexMap=Lu;exports.NonValidatingDocumentCombiner=Pu;exports.NumberFormat=nn;exports.PlatformEventEmitter=Qr;exports.UnsubscriberAsyncList=ku;exports.UsjReaderWriter=L;exports.VERSE_TYPE=Ye;exports.aggregateUnsubscriberAsyncs=Ii;exports.aggregateUnsubscribers=Oi;exports.at=ai;exports.charAt=he;exports.codePointAt=si;exports.compareScrRefs=Ti;exports.createSyncProxyForAsyncObject=_u;exports.debounce=Su;exports.deepClone=Oe;exports.deepEqual=Sn;exports.defaultScrRef=Ai;exports.deserialize=In;exports.endsWith=hn;exports.ensureArray=Qt;exports.escapeStringRegexp=gi;exports.formatBytes=uo;exports.formatReplacementString=li;exports.formatReplacementStringToArray=dn;exports.formatScrRef=Si;exports.getAllObjectFunctionNames=Mu;exports.getChaptersForBook=yn;exports.getCurrentLocale=no;exports.getErrorMessage=Bu;exports.getLocalizeKeyForScrollGroupId=Cn;exports.getLocalizeKeysForScrollGroupIds=wi;exports.getLocalizedIdFromBookNumber=Ci;exports.groupBy=Ou;exports.htmlEncode=ro;exports.includes=mn;exports.indexOf=Ie;exports.isLocalizeKey=Ei;exports.isSerializable=to;exports.isString=We;exports.isSubset=On;exports.lastIndexOf=En;exports.localizedStringsDocumentSchema=Mn;exports.menuDocumentSchema=_n;exports.newGuid=wu;exports.normalize=fi;exports.offsetBook=Ni;exports.offsetChapter=bi;exports.offsetVerse=yi;exports.ordinalCompare=pi;exports.padEnd=hi;exports.padStart=di;exports.projectSettingsDocumentSchema=Rn;exports.scrRefToBBBCCCVVV=Vt;exports.serialize=Ht;exports.settingsDocumentSchema=Bn;exports.slice=mi;exports.split=Ut;exports.startsWith=Zt;exports.stringLength=_;exports.substring=ae;exports.toArray=gn;exports.transformAndEnsureRegExpArray=vi;exports.transformAndEnsureRegExpRegExpArray=Di;exports.wait=Zr;exports.waitForDuration=xu; +`)}function Xa(e){if(e=e||{locator:!0},this.assign=e.assign||be.assign,this.domHandler=e.domHandler||fr,this.onError=e.onError||e.errorHandler,e.errorHandler&&typeof e.errorHandler!="function")throw new TypeError("errorHandler object is no longer supported, switch to onError!");e.errorHandler&&e.errorHandler("warning","The `errorHandler` option has been deprecated, use `onError` instead!",this),this.normalizeLineEndings=e.normalizeLineEndings||Ja,this.locator=!!e.locator,this.xmlns=this.assign(Object.create(null),e.xmlns)}Xa.prototype.parseFromString=function(e,t){if(!Ga(t))throw new TypeError('DOMParser.parseFromString: the provided mimeType "'+t+'" is not valid.');var r=this.assign(Object.create(null),this.xmlns),n=Jr.XML_ENTITIES,u=r[""]||null;Va(t)?(n=Jr.HTML_ENTITIES,u=$t.HTML):t===vu.XML_SVG_IMAGE&&(u=$t.SVG),r[""]=u,r.xml=r.xml||$t.XML;var i=new this.domHandler({mimeType:t,defaultNamespace:u,onError:this.onError}),a=this.locator?{}:void 0;this.locator&&i.setDocumentLocator(a);var o=new za;o.errorHandler=i,o.domBuilder=i;var s=!be.isHTMLMimeType(t);return s&&typeof e!="string"&&o.errorHandler.fatalError("source is not a string"),o.parse(this.normalizeLineEndings(String(e)),r,n),i.doc.documentElement||o.errorHandler.fatalError("missing root element"),i.doc};function fr(e){var t=e||{};this.mimeType=t.mimeType||vu.XML_APPLICATION,this.defaultNamespace=t.defaultNamespace||null,this.cdata=!1,this.currentElement=void 0,this.doc=void 0,this.locator=void 0,this.onError=t.onError}function we(e,t){t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber}fr.prototype={startDocument:function(){var e=new Ua;this.doc=Ha(this.mimeType)?e.createHTMLDocument(!1):e.createDocument(this.defaultNamespace,"")},startElement:function(e,t,r,n){var u=this.doc,i=u.createElementNS(e,r||t),a=n.length;Dt(this,i),this.currentElement=i,this.locator&&we(this.locator,i);for(var o=0;o=t+r||t?new java.lang.String(e,t,r)+"":e}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(e){fr.prototype[e]=function(){return null}});function Dt(e,t){e.currentElement?e.currentElement.appendChild(t):e.doc.appendChild(t)}var $e=B;$e.assign;$e.hasDefaultHTMLNamespace;$e.isHTMLMimeType;$e.isValidMimeType;$e.MIME_TYPE;$e.NAMESPACE;const Kr="USJ",ne=["figure","note","sidebar","table"];Object.freeze(ne);class P{constructor(t){w(this,"usj");w(this,"parentMapInternal");this.usj=t}usjChanged(){this.parentMapInternal=void 0}findSingleValue(t){const r=mr.JSONPath({path:t,json:this.usj,wrap:!0});if(r===void 0||r.length===0)return;if(!Array.isArray(r[0]))return r[0];const n=mr.JSONPath({path:t,json:this.usj,wrap:!1});return n.length===1&&Array.isArray(n[0])?n[0]:n}findParent(t){return this.findSingleValue(`${t}^`)}findBookId(){return this.findSingleValue('$.content[?(@.type=="book" && @.marker=="id")].code')}findChapterNode(t){const r=`$..content[?(@.type=="chapter" && @.number=="${t}")]`;return this.findSingleValue(r)}static createParentMapInternal(t,r,n){var u;n.set(t,r),t.content&&n.set(t.content,t),(u=t.content)==null||u.forEach(i=>{typeof i=="object"&&P.createParentMapInternal(i,t,n)})}createUsjParentMap(){const t=new Map;return this.usj.content&&t.set(this.usj.content,this.usj),this.usj.content.forEach(r=>{typeof r=="object"&&P.createParentMapInternal(r,this.usj,t)}),t}get parentMap(){return this.parentMapInternal?this.parentMapInternal:(this.parentMapInternal=this.createUsjParentMap(),this.parentMapInternal)}createWorkingStack(t){const r=[],{parentMap:n}=this;let u=t,i=n.get(u);for(;i!==void 0;){if(!i.content)throw new Error("Invalid parentMap: all parents should have content");if(!i.content.find((a,o)=>{if(a!==u)return!1;if(!i)throw new Error('undefined "tempParent" should not be possible');return r.unshift({parent:i,index:o}),!0}))throw new Error(`Unable to find correct parent node of ${JSON.stringify(u)}`);if(i.type===Kr)break;u=i,i=n.get(i)}return r}static convertWorkingStackToJsonPath(t){let r="$";return t.forEach(n=>{r=`${r}.content[${n.index}]`}),r}convertJsonPathToWorkingStack(t){const r=[],n=t.match(/content\[(\d+)\]/g);if(!n)throw new Error(`Malformed or unexpected jsonPath: ${t}`);let u=this.usj;return n.forEach((i,a)=>{const o=/(\d+)/.exec(i);if(!o)throw new Error(`Malformed or unexpected jsonPath: ${t}`);const s=parseInt(o[0],10);if(r.push({parent:u,index:s}),a+1=0;u--){const i=t.content[u];if(typeof i=="object"&&!n.includes(i.type))return i.content?this.findRightMostDescendantMarkerObject(i,t,n):{node:i,parent:t}}return{node:t,parent:r}}static findNextMatchingNodeUsingWorkingStack(t,r,n,u){var a;let i=t;for(;i!==void 0;){const o=typeof i=="object"&&n.includes(i.type);if(!o&&u(i,r))return i;if(!o&&typeof i=="object"&&(((a=i.content)==null?void 0:a.length)??0)>0)r.push({parent:i,index:0}),[i]=i.content;else for(i=void 0;r.length>0;){const s=r.pop();if(s&&s.index+1=0&&typeof r.content[i]!="object";)i-=1;if(i<0){if(r.type===Kr)return n.chapterNum===void 0&&(n.chapterNum=1,n.verseNum=0,n.startingContentNode=void 0),n;const s=r,c=this.parentMap.get(s);if(!c)throw new Error(`No parent found for ${JSON.stringify(r)}`);return this.findVerseRefForNode(s,c,n)}const a=r.content[i],o=P.findRightMostDescendantMarkerObject(a,r,ne);return this.findVerseRefForNode(o.node,o.parent,n)}nodeToVerseRefAndOffset(t,r,n){if(typeof r=="string"&&n===void 0)throw new Error('If "node" is a string, then "nodeParent" cannot be undefined');let u;if(n===void 0?u=this.parentMap.get(r):u=Array.isArray(n)?this.parentMap.get(n):n,u===void 0)throw new Error(`Cannot find parent for ${JSON.stringify(n)}`);const i=this.findVerseRefForNode(r,u);if(!i)return;if(!i.chapterNum)throw new Error(`Could not determine chapter number for ${JSON.stringify(r)}`);const a=new Kt(t,i.chapterNum.toString(),i.verseNum?i.verseNum.toString():"0");let o=0;return i.startingContentNode!==void 0&&this.findNextMatchingNode(i.startingContentNode,[],(s,c)=>{var l,f;return s===r?!0:c.find(p=>ne.includes(p.parent.type))?!1:typeof s=="string"?(o+=s.length,!1):s.type===Xe&&s.number!==((l=i.chapterNum)==null?void 0:l.toString())||s.type===Ye&&s.number!==((f=i.verseNum)==null?void 0:f.toString())?(o=0,!0):!1}),{verseRef:a,offset:o}}jsonPathToVerseRefAndOffset(t,r){const n=r??this.findBookId();if(!n)throw new Error("Not able to determine the book ID");const u=this.findSingleValue(t);if(!u)throw new Error(`No result found for JSONPath query: ${t}`);const i=this.findParent(t);if(!i)throw new Error(`Could not determine parent for ${t}`);const a=this.nodeToVerseRefAndOffset(n,u,i);if(!a)throw new Error(`Could not determine VerseRef that corresponds to ${t}`);return a}verseRefToUsjContentLocation(t,r=0){if(r<0)throw new Error("offset must be >= 0");const n=this.findBookId()??t.book;if(!n)throw new Error("Not able to determine the book ID");if(n!==t.book)throw new Error(`Book IDs don't match: USJ=${n}, VerseRef=${t.book}`);const u=this.findChapterNode(t.chapterNum);if(u===void 0)throw new Error(`Could not find ${n} chapter ${t.chapterNum}`);let i=!1,a="";const o=t.verse,s=this.findNextMatchingNode(u,ne,(p,m)=>p===u?t.verseNum===0?(a=P.convertWorkingStackToJsonPath(m),!0):!1:typeof p!="object"?!1:p.type===Xe?(i=!0,!0):p.type===Ye&&p.number!==void 0&&p.number===o?(a=P.convertWorkingStackToJsonPath(m),!0):!1);if(i||s===void 0||typeof s=="string")throw new Error(`Verse ${o} not found in ${n} ${t.chapterNum}`);if(r===0)return{node:s,offset:0,jsonPath:a};let c=0,l=0,f;return this.findNextMatchingNode(s,ne,(p,m)=>{if(p===s)return!1;if(typeof p=="string"){if(c+=p.length,c>r)return a=P.convertWorkingStackToJsonPath(m),l=r-c+p.length,f=p,!0}else if(p.type===Xe||p.type===Ye)return!0;return!1}),{node:f??s,offset:l,jsonPath:a}}findNextLocationOfMatchingText(t,r,n=1e3){let u="",i=0,a=0,o=0;if(P.findNextMatchingNodeUsingWorkingStack(t.node,this.convertJsonPathToWorkingStack(t.jsonPath),ne,f=>{if(typeof f!="string")return!1;i+=f.length,u=`${u}${f}`;const p=u.indexOf(r);return p<0?(a+=u.length,u.length>r.length&&(u=u.substring(u.length-r.length)),a-=u.length,i>n):(o=a+p,!0)}),o<=0)return;i=0;let s=0,c=[];const l=P.findNextMatchingNodeUsingWorkingStack(t.node,this.convertJsonPathToWorkingStack(t.jsonPath),ne,(f,p)=>typeof f!="string"||(i+=f.length,i{if(typeof a!="string")return!1;if(u>=a.length)return u-=a.length,!1;let o=a;if(u>0&&(o=o.substring(u),u=0),i+o.lengthi===r.node&&(typeof i=="object"||r.jsonPath===P.convertWorkingStackToJsonPath(a))?!0:typeof i!="string"?!1:(u=`${u}${i}`,u.length>n&&(u=u.substring(0,n)),u.length>=n)),u}static removeContentNodesFromArray(t,r){let n=0;for(let u=t.length-1;u>=0;u--){const i=t[u];r(i)?(t.splice(u,1),n+=1):typeof i!="string"&&i.content&&(n+=this.removeContentNodesFromArray(i.content,r))}return n}removeContentNodes(t){const r=P.removeContentNodesFromArray(this.usj.content,t);return this.usjChanged(),r}}exports.AsyncVariable=Cu;exports.CHAPTER_TYPE=Xe;exports.Collator=Tu;exports.DateTimeFormat=Wr;exports.DocumentCombiner=en;exports.FIRST_SCR_BOOK_NUM=vn;exports.FIRST_SCR_CHAPTER_NUM=Nn;exports.FIRST_SCR_VERSE_NUM=bn;exports.LAST_SCR_BOOK_NUM=An;exports.Mutex=rn;exports.MutexMap=Pu;exports.NonValidatingDocumentCombiner=Lu;exports.NumberFormat=nn;exports.PlatformEventEmitter=Qr;exports.PromiseChainingMap=qu;exports.UnsubscriberAsyncList=$u;exports.UsjReaderWriter=P;exports.VERSE_TYPE=Ye;exports.aggregateUnsubscriberAsyncs=Bi;exports.aggregateUnsubscribers=Ri;exports.at=ci;exports.charAt=he;exports.codePointAt=li;exports.compareScrRefs=Si;exports.createSyncProxyForAsyncObject=_u;exports.debounce=Su;exports.deepClone=Oe;exports.deepEqual=Sn;exports.defaultScrRef=bi;exports.deserialize=In;exports.endsWith=hn;exports.ensureArray=Qt;exports.escapeStringRegexp=vi;exports.formatBytes=oo;exports.formatReplacementString=pi;exports.formatReplacementStringToArray=dn;exports.formatScrRef=Ii;exports.getAllObjectFunctionNames=Mu;exports.getChaptersForBook=yn;exports.getCurrentLocale=io;exports.getErrorMessage=Bu;exports.getLocalizeKeyForScrollGroupId=Cn;exports.getLocalizeKeysForScrollGroupIds=Oi;exports.getLocalizedIdFromBookNumber=wi;exports.groupBy=Ou;exports.htmlEncode=uo;exports.includes=mn;exports.indexOf=Ie;exports.isLocalizeKey=Di;exports.isSerializable=no;exports.isString=We;exports.isSubset=On;exports.lastIndexOf=En;exports.localizedStringsDocumentSchema=Mn;exports.menuDocumentSchema=_n;exports.newGuid=wu;exports.normalize=hi;exports.offsetBook=yi;exports.offsetChapter=Ci;exports.offsetVerse=Ti;exports.ordinalCompare=di;exports.padEnd=mi;exports.padStart=Ei;exports.projectSettingsDocumentSchema=Rn;exports.scrRefToBBBCCCVVV=Vt;exports.serialize=Ht;exports.settingsDocumentSchema=Bn;exports.slice=gi;exports.split=Ut;exports.startsWith=Zt;exports.stringLength=_;exports.substring=ae;exports.toArray=gn;exports.transformAndEnsureRegExpArray=Ni;exports.transformAndEnsureRegExpRegExpArray=Ai;exports.wait=Zr;exports.waitForDuration=xu; //# sourceMappingURL=index.cjs.map diff --git a/lib/platform-bible-utils/dist/index.cjs.map b/lib/platform-bible-utils/dist/index.cjs.map index e8431f6a3e..a5f0bd0716 100644 --- a/lib/platform-bible-utils/dist/index.cjs.map +++ b/lib/platform-bible-utils/dist/index.cjs.map @@ -1 +1 @@ -{"version":3,"file":"index.cjs","sources":["../src/async-variable.ts","../src/intl-collator.ts","../src/intl-date-time-format.ts","../src/platform-event-emitter.model.ts","../src/util.ts","../src/document-combiner.ts","../src/mutex.ts","../src/mutex-map.ts","../src/non-validating-document-combiner.ts","../src/intl-number-format.ts","../src/unsubscriber-async-list.ts","../../../node_modules/@sillsdev/scripture/dist/index.es.js","../../../node_modules/char-regex/index.js","../../../node_modules/stringz/dist/index.js","../src/array-util.ts","../src/string-util.ts","../src/scripture-util.ts","../src/unsubscriber.ts","../src/usj-reader-writer.model.ts","../../../node_modules/fast-equals/dist/esm/index.mjs","../src/equality-checking.ts","../src/subset-checking.ts","../src/serialization.ts","../src/intl-util.ts","../src/number-utils.ts","../src/settings.model.ts","../src/localized-strings.model.ts","../src/menus.model.ts","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/conventions.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/errors.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/grammar.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/dom.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/entities.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/sax.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/dom-parser.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/index.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/dist/index.js","../src/usj-reader-writer.ts"],"sourcesContent":["/** This class provides a convenient way for one task to wait on a variable that another task sets. */\nexport default class AsyncVariable {\n private readonly variableName: string;\n private readonly promiseToValue: Promise;\n private resolver: ((value: T) => void) | undefined;\n private rejecter: ((reason: string | undefined) => void) | undefined;\n\n /**\n * Creates an instance of the class\n *\n * @param variableName Name to use when logging about this variable\n * @param rejectIfNotSettledWithinMS Milliseconds to wait before verifying if the promise was\n * settled (resolved or rejected); will reject if it has not settled by that time. Use -1 if you\n * do not want a timeout at all. Defaults to 10000 ms\n */\n constructor(variableName: string, rejectIfNotSettledWithinMS: number = 10000) {\n this.variableName = variableName;\n this.promiseToValue = new Promise((resolve, reject) => {\n this.resolver = resolve;\n this.rejecter = reject;\n });\n if (rejectIfNotSettledWithinMS > 0) {\n setTimeout(() => {\n if (this.rejecter) {\n this.rejecter(`Timeout reached when waiting for ${this.variableName} to settle`);\n this.complete();\n }\n }, rejectIfNotSettledWithinMS);\n }\n Object.seal(this);\n }\n\n /**\n * Get this variable's promise to a value. This always returns the same promise even after the\n * value has been resolved or rejected.\n *\n * @returns The promise for the value to be set\n */\n get promise(): Promise {\n return this.promiseToValue;\n }\n\n /**\n * A simple way to see if this variable's promise was resolved or rejected already\n *\n * @returns Whether the variable was already resolved or rejected\n */\n get hasSettled(): boolean {\n return Object.isFrozen(this);\n }\n\n /**\n * Resolve this variable's promise to the given value\n *\n * @param value This variable's promise will resolve to this value\n * @param throwIfAlreadySettled Determines whether to throw if the variable was already resolved\n * or rejected. Defaults to `false`\n */\n resolveToValue(value: T, throwIfAlreadySettled: boolean = false): void {\n if (this.resolver) {\n console.debug(`${this.variableName} is being resolved now`);\n this.resolver(value);\n this.complete();\n } else {\n if (throwIfAlreadySettled) throw Error(`${this.variableName} was already settled`);\n console.debug(`Ignoring subsequent resolution of ${this.variableName}`);\n }\n }\n\n /**\n * Reject this variable's promise for the value with the given reason\n *\n * @param reason This variable's promise will be rejected with this reason\n * @param throwIfAlreadySettled Determines whether to throw if the variable was already resolved\n * or rejected. Defaults to `false`\n */\n rejectWithReason(reason: string, throwIfAlreadySettled: boolean = false): void {\n if (this.rejecter) {\n console.debug(`${this.variableName} is being rejected now`);\n this.rejecter(reason);\n this.complete();\n } else {\n if (throwIfAlreadySettled) throw Error(`${this.variableName} was already settled`);\n console.debug(`Ignoring subsequent rejection of ${this.variableName}`);\n }\n }\n\n /** Prevent any further updates to this variable */\n private complete(): void {\n this.resolver = undefined;\n this.rejecter = undefined;\n Object.freeze(this);\n }\n}\n","/** Enables language-sensitive string comparison. Wraps Intl.Collator */\nexport default class Collator {\n private collator: Intl.Collator;\n\n constructor(locales?: string | string[], options?: Intl.CollatorOptions) {\n this.collator = new Intl.Collator(locales, options);\n }\n\n /**\n * Compares two strings according to the sort order of this Collator object\n *\n * @param string1 String to compare\n * @param string2 String to compare\n * @returns A number indicating how string1 and string2 compare to each other according to the\n * sort order of this Collator object. Negative value if string1 comes before string2. Positive\n * value if string1 comes after string2. 0 if they are considered equal.\n */\n compare(string1: string, string2: string): number {\n return this.collator.compare(string1, string2);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and collation options computed\n * during initialization of this collator object.\n *\n * @returns ResolvedCollatorOptions object\n */\n resolvedOptions(): Intl.ResolvedCollatorOptions {\n return this.collator.resolvedOptions();\n }\n}\n","/** Enables language-sensitive data and time formatting. Wraps Intl.DateTimeFormat */\nexport default class DateTimeFormat {\n private dateTimeFormatter: Intl.DateTimeFormat;\n\n constructor(locales?: string | string[], options?: Intl.DateTimeFormatOptions) {\n this.dateTimeFormatter = new Intl.DateTimeFormat(locales, options);\n }\n\n /**\n * Formats a date according to the locale and formatting option for this DateTimeFormat object\n *\n * @param date The date to format\n * @returns String representing the given date formatted according to the locale and formatting\n * options of this DateTimeFormat object\n */\n format(date: Date): string {\n return this.dateTimeFormatter.format(date);\n }\n\n /**\n * Formats a date range in the most concise way based on the locales and options provided when\n * instantiating this DateTimeFormat object\n *\n * @param startDate Date object representing start of the date range\n * @param endDate Date object representing the end of the date range\n * @returns String representing the given date range formatted according to the locale and\n * formatting options of this DateTimeFormat object\n */\n formatRange(startDate: Date, endDate: Date): string {\n return this.dateTimeFormatter.formatRange(startDate, endDate);\n }\n\n /**\n * Returns an array of locale-specific tokens representing each part of the formatted date range\n * produced by this DateTimeFormat object\n *\n * @param startDate Date object representing start of the date range\n * @param endDate Date object representing the end of the date range\n * @returns Array of DateTimeRangeFormatPart objects\n */\n formatRangeToParts(startDate: Date, endDate: Date): Intl.DateTimeRangeFormatPart[] {\n return this.dateTimeFormatter.formatRangeToParts(startDate, endDate);\n }\n\n /**\n * Allows locale-aware formatting of strings produced by this DateTimeFormat object\n *\n * @param date The date to format\n * @returns Array of DateTimeFormatPart objects\n */\n formatToParts(date: Date): Intl.DateTimeFormatPart[] {\n return this.dateTimeFormatter.formatToParts(date);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and date and time formatting options\n * computed during initialization of this DateTimeFormat object\n *\n * @returns ResolvedDateTimeFormatOptions object\n */\n resolvedOptions(): Intl.ResolvedDateTimeFormatOptions {\n return this.dateTimeFormatter.resolvedOptions();\n }\n}\n","/** Interfaces, classes, and functions related to events and event emitters */\n\nimport { Dispose } from './disposal.model';\nimport { PlatformEvent, PlatformEventHandler } from './platform-event';\n\n/**\n * Event manager - accepts subscriptions to an event and runs the subscription callbacks when the\n * event is emitted Use eventEmitter.event(callback) to subscribe to the event. Use\n * eventEmitter.emit(event) to run the subscriptions. Generally, this EventEmitter should be\n * private, and its event should be public. That way, the emitter is not publicized, but anyone can\n * subscribe to the event.\n */\nexport default class PlatformEventEmitter implements Dispose {\n /**\n * Subscribes a function to run when this event is emitted.\n *\n * @param callback Function to run with the event when it is emitted\n * @returns Unsubscriber function to run to stop calling the passed-in function when the event is\n * emitted\n * @alias event\n */\n subscribe = this.event;\n\n /** All callback functions that will run when this event is emitted. Lazy loaded */\n private subscriptions?: PlatformEventHandler[];\n /** Event for listeners to subscribe to. Lazy loaded */\n private lazyEvent?: PlatformEvent;\n /** Whether this emitter has been disposed */\n private isDisposed = false;\n\n /**\n * Event for listeners to subscribe to. Subscribes a function to run when this event is emitted.\n * Use like `const unsubscriber = event(callback)`\n *\n * @param callback Function to run with the event when it is emitted\n * @returns Unsubscriber function to run to stop calling the passed-in function when the event is\n * emitted\n */\n get event(): PlatformEvent {\n this.assertNotDisposed();\n\n if (!this.lazyEvent) {\n this.lazyEvent = (callback) => {\n if (!callback || typeof callback !== 'function')\n throw new Error(`Event handler callback must be a function!`);\n\n // Initialize this.subscriptions if it does not exist\n if (!this.subscriptions) this.subscriptions = [];\n\n this.subscriptions.push(callback);\n\n return () => {\n if (!this.subscriptions) return false; // Did not find any subscribed callbacks\n\n const callbackIndex = this.subscriptions.indexOf(callback);\n\n if (callbackIndex < 0) return false; // Did not find this callback in the subscriptions\n\n // Remove the callback\n this.subscriptions.splice(callbackIndex, 1);\n\n return true;\n };\n };\n }\n return this.lazyEvent;\n }\n\n /** Disposes of this event, preparing it to release from memory */\n dispose = () => {\n return this.disposeFn();\n };\n\n /**\n * Runs the subscriptions for the event\n *\n * @param event Event data to provide to subscribed callbacks\n */\n emit = (event: T) => {\n // Do not do anything other than emitFn here. This emit is just binding `this` to emitFn\n this.emitFn(event);\n };\n\n /**\n * Function that runs the subscriptions for the event. Added here so children can override emit\n * and still call the base functionality. See NetworkEventEmitter.emit for example\n */\n protected emitFn(event: T) {\n this.assertNotDisposed();\n\n // Clone the subscriptions array before iterating over the callbacks so the callback index\n // doesn't get messed up if someone subscribes or unsubscribes inside one of the callbacks\n const emitCallbacks = [...(this.subscriptions ?? [])];\n emitCallbacks.forEach((callback) => callback(event));\n }\n\n /** Check to make sure this emitter is not disposed. Throw if it is */\n protected assertNotDisposed() {\n if (this.isDisposed) throw new Error('Emitter is disposed');\n }\n\n /**\n * Disposes of this event, preparing it to release from memory. Added here so children can\n * override emit and still call the base functionality.\n */\n protected disposeFn() {\n this.assertNotDisposed();\n\n this.isDisposed = true;\n this.subscriptions = undefined;\n this.lazyEvent = undefined;\n return Promise.resolve(true);\n }\n}\n","/** Collection of functions, objects, and types that are used as helpers in other services. */\n\n// Thanks to blubberdiblub at https://stackoverflow.com/a/68141099/217579\nexport function newGuid(): string {\n return '00-0-4-1-000'.replace(/[^-]/g, (s) =>\n // @ts-expect-error ts(2363) this works fine\n // eslint-disable-next-line no-bitwise\n (((Math.random() + ~~s) * 0x10000) >> s).toString(16).padStart(4, '0'),\n );\n}\n\n// thanks to DRAX at https://stackoverflow.com/a/9436948\n/**\n * Determine whether the object is a string\n *\n * @param o Object to determine if it is a string\n * @returns True if the object is a string; false otherwise\n */\nexport function isString(o: unknown): o is string {\n return typeof o === 'string' || o instanceof String;\n}\n\n/**\n * If deepClone isn't used when copying properties between objects, you may be left with dangling\n * references between the source and target of property copying operations.\n *\n * @param obj Object to clone\n * @returns Duplicate copy of `obj` without any references back to the original one\n */\nexport function deepClone(obj: T): T {\n // Assert the return type matches what is expected\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return JSON.parse(JSON.stringify(obj)) as T;\n}\n\n/**\n * Get a function that reduces calls to the function passed in\n *\n * @param fn The function to debounce\n * @param delay How much delay in milliseconds after the most recent call to the debounced function\n * to call the function\n * @returns Function that, when called, only calls the function passed in at maximum every delay ms\n */\n// We don't know the parameter types since this function can be anything\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function debounce void>(fn: T, delay = 300): T {\n if (isString(fn)) throw new Error('Tried to debounce a string! Could be XSS');\n let timeout: ReturnType;\n // Ensure the right return type.\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return ((...args) => {\n clearTimeout(timeout);\n timeout = setTimeout(() => fn(...args), delay);\n }) as T;\n}\n\n/**\n * Groups each item in the array of items into a map according to the keySelector\n *\n * @param items Array of items to group by\n * @param keySelector Function to run on each item to get the key for the group to which it belongs\n * @param valueSelector Function to run on each item to get the value it should have in the group\n * (like map function). If not provided, uses the item itself\n * @returns Map of keys to groups of values corresponding to each item\n */\nexport function groupBy(items: T[], keySelector: (item: T) => K): Map>;\nexport function groupBy(\n items: T[],\n keySelector: (item: T) => K,\n valueSelector: (item: T, key: K) => V,\n): Map>;\nexport function groupBy(\n items: T[],\n keySelector: (item: T) => K,\n valueSelector?: (item: T, key: K) => V,\n): Map> {\n const map = new Map>();\n items.forEach((item) => {\n const key = keySelector(item);\n const group = map.get(key);\n const value = valueSelector ? valueSelector(item, key) : item;\n if (group) group.push(value);\n else map.set(key, [value]);\n });\n return map;\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\ntype ErrorWithMessage = {\n message: string;\n};\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\nfunction isErrorWithMessage(error: unknown): error is ErrorWithMessage {\n return (\n typeof error === 'object' &&\n // We're potentially dealing with objects we didn't create, so they might contain `null`\n // eslint-disable-next-line no-null/no-null\n error !== null &&\n 'message' in error &&\n // Type assert `error` to check it's `message`.\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n typeof (error as Record).message === 'string'\n );\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\n/**\n * Function to get an error from the object (useful for getting an error in a catch block)\n *\n * @param error Error object whose message to get\n * @returns Message of the error - if object has message, returns message. Otherwise tries to\n * stringify\n */\nfunction toErrorWithMessage(maybeError: unknown): ErrorWithMessage {\n if (isErrorWithMessage(maybeError)) return maybeError;\n\n try {\n return new Error(JSON.stringify(maybeError));\n } catch {\n // fallback in case there's an error stringifying the maybeError\n // like with circular references for example.\n return new Error(String(maybeError));\n }\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\n/**\n * Function to get an error message from the object (useful for getting error message in a catch\n * block)\n *\n * @example `try {...} catch (e) { logger.info(getErrorMessage(e)) }`\n *\n * @param error Error object whose message to get\n * @returns Message of the error - if object has message, returns message. Otherwise tries to\n * stringify\n */\nexport function getErrorMessage(error: unknown) {\n return toErrorWithMessage(error).message;\n}\n\n/** Asynchronously waits for the specified number of milliseconds. (wraps setTimeout in a promise) */\nexport function wait(ms: number) {\n // eslint-disable-next-line no-promise-executor-return\n return new Promise((resolve) => setTimeout(resolve, ms));\n}\n\n/**\n * Runs the specified function and will timeout if it takes longer than the specified wait time\n *\n * @param fn The function to run\n * @param maxWaitTimeInMS The maximum amount of time to wait for the function to resolve\n * @returns Promise that resolves to the resolved value of the function or undefined if it ran\n * longer than the specified wait time\n */\nexport function waitForDuration(fn: () => Promise, maxWaitTimeInMS: number) {\n const timeout = wait(maxWaitTimeInMS).then(() => undefined);\n return Promise.any([timeout, fn()]);\n}\n\n/**\n * Get all functions on an object and its prototype chain (so we don't miss any class methods or any\n * object methods). Note that the functions on the final item in the prototype chain (i.e., Object)\n * are skipped to avoid including functions like `__defineGetter__`, `__defineSetter__`, `toString`,\n * etc.\n *\n * @param obj Object whose functions to get\n * @param _objId Optional ID of the object to use for debug logging\n * @returns Array of all function names on an object\n */\n// Note: lodash has something that MIGHT do the same thing as this. Investigate for https://github.com/paranext/paranext-core/issues/134\nexport function getAllObjectFunctionNames(\n obj: { [property: string]: unknown },\n // Leaving it here for debugging\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n _objId: string = 'obj',\n): Set {\n const objectFunctionNames = new Set();\n\n // Get all function properties directly defined on the object\n Object.getOwnPropertyNames(obj).forEach((property) => {\n try {\n if (typeof obj[property] === 'function') objectFunctionNames.add(property);\n } catch (error) {\n // Too noisy - only reenable if you need more details\n // console.trace(`Skipping ${property} on ${objId} due to error: ${error}`);\n }\n });\n\n // Walk up the prototype chain and get additional function properties, skipping the functions\n // provided by the final (Object) prototype\n let objectPrototype = Object.getPrototypeOf(obj);\n while (objectPrototype && Object.getPrototypeOf(objectPrototype)) {\n Object.getOwnPropertyNames(objectPrototype).forEach((property) => {\n try {\n if (typeof obj[property] === 'function') objectFunctionNames.add(property);\n } catch (error) {\n // Too noisy - only reenable if you need more details\n // console.trace(`Skipping ${property} on ${objId}'s prototype due to error: ${error}`);\n }\n });\n objectPrototype = Object.getPrototypeOf(objectPrototype);\n }\n\n return objectFunctionNames;\n}\n\n/**\n * Creates a synchronous proxy for an asynchronous object. The proxy allows calling methods on an\n * object that is asynchronously fetched using a provided asynchronous function.\n *\n * @param getObject - A function that returns a promise resolving to the object whose asynchronous\n * methods to call.\n * @param objectToProxy - An optional object that is the object that is proxied. If a property is\n * accessed that does exist on this object, it will be returned. If a property is accessed that\n * does not exist on this object, it will be considered to be an asynchronous method called on the\n * object returned from getObject.\n * @returns A synchronous proxy for the asynchronous object.\n */\nexport function createSyncProxyForAsyncObject(\n getObject: (args?: unknown[]) => Promise,\n objectToProxy: Partial = {},\n): T {\n // objectToProxy will have only the synchronously accessed properties of T on it, and this proxy\n // makes the async methods that do not exist yet available synchronously so we have all of T\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return new Proxy(objectToProxy as T, {\n get(target, prop) {\n // We don't have any type information for T, so we assume methodName exists on it and will let JavaScript throw if it doesn't exist\n // @ts-expect-error 7053\n if (prop in target) return target[prop];\n return async (...args: unknown[]) => {\n // 7053: We don't have any type information for T, so we assume methodName exists on it and will let JavaScript throw if it doesn't exist\n // 2556: The args here are the parameters for the method specified\n // @ts-expect-error 7053 2556\n return (await getObject())[prop](...args);\n };\n },\n });\n}\n\n/** Within type T, recursively change all properties to be optional */\nexport type DeepPartial = T extends object ? { [P in keyof T]?: DeepPartial } : T;\n\n/** Within type T, recursively change properties that were of type A to be of type B */\nexport type ReplaceType = T extends A\n ? B\n : T extends object\n ? { [K in keyof T]: ReplaceType }\n : T;\n\n// Thanks to jcalz at https://stackoverflow.com/a/50375286\n/**\n * Converts a union type to an intersection type (`|` to `&`).\n *\n * Note: this utility type is for use on object types. It may fail on other types.\n *\n * @example\n *\n * ```typescript\n * type TypeOne = { one: string };\n * type TypeTwo = { two: number };\n * type TypeThree = { three: string };\n *\n * type TypeNums = { one: TypeOne; two: TypeTwo; three: TypeThree };\n * const numNames = ['one', 'two'] as const;\n * type TypeNumNames = typeof numNames;\n *\n * // Same as `TypeOne | TypeTwo`\n * // `{ one: string } | { two: number }`\n * type TypeOneTwoUnion = TypeNums[TypeNumNames[number]];\n *\n * // Same as `TypeOne & TypeTwo`\n * // `{ one: string; two: number }`\n * type TypeOneTwoIntersection = UnionToIntersection;\n * ```\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport type UnionToIntersection = (U extends any ? (x: U) => void : never) extends (\n x: infer I,\n) => void\n ? I\n : never;\n","import PlatformEventEmitter from './platform-event-emitter.model';\nimport { deepClone } from './util';\n\ntype JsonObjectLike = { [key: string]: unknown };\ntype JsonArrayLike = unknown[];\n\nexport type JsonDocumentLike = JsonObjectLike | JsonArrayLike;\n\n/**\n * Options for DocumentCombiner objects\n *\n * - `copyDocuments`: If true, this instance will perform a deep copy of all provided documents before\n * composing the output. If false, then changes made to provided documents after they are\n * contributed will be reflected in the next time output is composed.\n * - `ignoreDuplicateProperties`: If true, then duplicate properties are skipped if they are seen in\n * contributed documents. If false, then throw when duplicate properties are seen in contributed\n * documents.\n */\nexport type DocumentCombinerOptions = {\n copyDocuments: boolean;\n ignoreDuplicateProperties: boolean;\n};\n\n/**\n * Base class for any code that wants to compose JSON documents (primarily in the form of JS objects\n * or arrays) together into a single output document.\n */\nexport default class DocumentCombiner {\n protected baseDocument: JsonDocumentLike;\n protected readonly contributions = new Map();\n protected latestOutput: JsonDocumentLike | undefined;\n protected readonly options: DocumentCombinerOptions;\n private readonly onDidRebuildEmitter = new PlatformEventEmitter();\n /** Event that emits to announce that the document has been rebuilt and the output has been updated */\n // Need `onDidRebuildEmitter` to be instantiated before this line\n // eslint-disable-next-line @typescript-eslint/member-ordering\n readonly onDidRebuild = this.onDidRebuildEmitter.subscribe;\n\n /**\n * Create a DocumentCombiner instance\n *\n * @param baseDocument This is the first document that will be used when composing the output\n * @param options Options used by this object when combining documents\n */\n protected constructor(baseDocument: JsonDocumentLike, options: DocumentCombinerOptions) {\n // Setting baseDocument redundantly because TS doesn't understand that updateBaseDocument does it\n this.baseDocument = baseDocument;\n this.options = options;\n this.updateBaseDocument(baseDocument);\n }\n\n /**\n * Update the starting document for composition process\n *\n * @param baseDocument Base JSON document/JS object that all other documents are added to\n * @returns Recalculated output document given the new starting state and existing other documents\n */\n updateBaseDocument(baseDocument: JsonDocumentLike): JsonDocumentLike | undefined {\n this.validateBaseDocument(baseDocument);\n this.baseDocument = this.options.copyDocuments ? deepClone(baseDocument) : baseDocument;\n this.baseDocument = this.transformBaseDocumentAfterValidation(this.baseDocument);\n return this.rebuild();\n }\n\n /**\n * Add or update one of the contribution documents for the composition process\n *\n * Note: the order in which contribution documents are added can be considered indeterminate as it\n * depends on the order in which `Map.forEach` iterates over the contributions. However, the order\n * matters when merging two arrays into one. Also, when `options.ignoreDuplicateProperties` is is\n * `true`, the order also matters when adding the same property to an object that is already\n * provided previously. Please let us know if you have trouble because of indeterminate\n * contribution ordering.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine\n * @returns Recalculated output document given the new or updated contribution and existing other\n * documents\n */\n addOrUpdateContribution(\n documentName: string,\n document: JsonDocumentLike,\n ): JsonDocumentLike | undefined {\n this.validateContribution(documentName, document);\n const previousDocumentVersion = this.contributions.get(documentName);\n let documentToSet = this.options.copyDocuments && !!document ? deepClone(document) : document;\n documentToSet = this.transformContributionAfterValidation(documentName, documentToSet);\n this.contributions.set(documentName, documentToSet);\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after adding/updating the contribution, put it back how it was\n if (previousDocumentVersion) this.contributions.set(documentName, previousDocumentVersion);\n else this.contributions.delete(documentName);\n throw new Error(`Error when setting the document named ${documentName}: ${error}`);\n }\n }\n\n /**\n * Delete one of the contribution documents for the composition process\n *\n * @param documentName Name of the contributed document to delete\n * @returns Recalculated output document given the remaining other documents\n */\n deleteContribution(documentName: string): JsonDocumentLike | undefined {\n const document = this.contributions.get(documentName);\n if (!document) throw new Error(`${documentName} does not exist`);\n this.contributions.delete(documentName);\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after deleting the contribution, put it back and rethrow\n this.contributions.set(documentName, document);\n throw new Error(`Error when deleting the document named ${documentName}: ${error}`);\n }\n }\n\n /**\n * Delete all present contribution documents for the composition process and return to the base\n * document\n *\n * @returns Recalculated output document consisting only of the base document\n */\n deleteAllContributions(): JsonDocumentLike | undefined {\n if (this.contributions.size <= 0) return this.latestOutput;\n\n // Save out all contributions\n const contributions = [...this.contributions.entries()];\n\n // Delete all contributions\n contributions.forEach(([contributionName]) => this.contributions.delete(contributionName));\n\n // Rebuild with no contributions\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after deleting all contributions, put them back and rethrow\n contributions.forEach(([contributionName, document]) =>\n this.contributions.set(contributionName, document),\n );\n throw new Error(`Error when deleting all contributions: ${error}`);\n }\n }\n\n /**\n * Run the document composition process given the starting document and all contributions. Throws\n * if the output document fails to validate properly.\n *\n * @returns Recalculated output document given the starting and contributed documents\n */\n rebuild(): JsonDocumentLike | undefined {\n // The starting document is the output if there are no other contributions\n if (this.contributions.size === 0) {\n let potentialOutput = deepClone(this.baseDocument);\n potentialOutput = this.transformFinalOutputBeforeValidation(potentialOutput);\n this.validateOutput(potentialOutput);\n this.latestOutput = potentialOutput;\n this.onDidRebuildEmitter.emit(undefined);\n return this.latestOutput;\n }\n\n // Compose the output by validating each document one at a time to pinpoint errors better\n let outputIteration = this.baseDocument;\n this.contributions.forEach((contribution: JsonDocumentLike) => {\n outputIteration = mergeObjects(\n outputIteration,\n contribution,\n this.options.ignoreDuplicateProperties,\n );\n this.validateOutput(outputIteration);\n });\n outputIteration = this.transformFinalOutputBeforeValidation(outputIteration);\n this.validateOutput(outputIteration);\n this.latestOutput = outputIteration;\n this.onDidRebuildEmitter.emit(undefined);\n return this.latestOutput;\n }\n\n /**\n * Transform the starting document that is given to the combiner. This transformation occurs after\n * validating the base document and before combining any contributions.\n *\n * WARNING: If you do not create the combiner with option `copyDocuments: true` or clone inside\n * this method, this method will directly modify the `baseDocument` passed in.\n *\n * @param baseDocument Initial input document. Already validated via `validateBaseDocument`\n * @returns Transformed base document\n */\n // We just don't need `this` here. This is basically a no-op function that is available to child\n // classes to override\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformBaseDocumentAfterValidation(baseDocument: JsonDocumentLike): JsonDocumentLike {\n return baseDocument;\n }\n\n /**\n * Transform the contributed document associated with `documentName`. This transformation occurs\n * after validating the contributed document and before combining with other documents.\n *\n * WARNING: If you do not create the combiner with option `copyDocuments: true` or clone inside\n * this method, this method will directly modify the contributed `document` passed in.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine. Already validated via\n * `validateContribution`\n * @returns Transformed contributed document\n */\n // We just don't need `this` here. This is basically a no-op function that is available to child\n // classes to override\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformContributionAfterValidation(\n // @ts-expect-error this parameter is unused but may be used in child classes\n documentName: string,\n document: JsonDocumentLike,\n ): JsonDocumentLike {\n return document;\n }\n\n /**\n * Throw an error if the provided document is not a valid starting document.\n *\n * @param baseDocument Base JSON document/JS object that all other documents are added to\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateBaseDocument(baseDocument: JsonDocumentLike): void {}\n\n /**\n * Throw an error if the provided document is not a valid contribution document.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateContribution(documentName: string, document: JsonDocumentLike): void {}\n\n /**\n * Throw an error if the provided output is not valid.\n *\n * @param output Output document that could potentially be returned to callers\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateOutput(output: JsonDocumentLike): void {}\n\n /**\n * Transform the document that is the composition of the base document and all contribution\n * documents. This is the last step that will be run prior to validation via `validateOutput`\n * before `this.latestOutput` is updated to the new output.\n *\n * @param finalOutput Final output document that could potentially be returned to callers. \"Final\"\n * means no further contribution documents will be merged.\n */\n // no-op intended to be overridden by child classes. Can't be static\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformFinalOutputBeforeValidation(finalOutput: JsonDocumentLike): JsonDocumentLike {\n return finalOutput;\n }\n}\n\n// #region Helper functions\n\n/**\n * Determines if the input values are objects but not arrays\n *\n * @param values Objects to check\n * @returns True if all the values are objects but not arrays\n */\nfunction areNonArrayObjects(...values: unknown[]): boolean {\n let allMatch = true;\n values.forEach((value: unknown) => {\n if (!value || typeof value !== 'object' || Array.isArray(value)) allMatch = false;\n });\n return allMatch;\n}\n\n/**\n * Determines if the input values are arrays\n *\n * @param value Objects to check\n * @returns True if the values are arrays\n */\nfunction areArrayObjects(...values: unknown[]): boolean {\n let allMatch = true;\n values.forEach((value: unknown) => {\n if (!value || typeof value !== 'object' || !Array.isArray(value)) allMatch = false;\n });\n return allMatch;\n}\n\n/**\n * Deep clone and recursively merge the properties of one object (copyFrom) into another\n * (startingPoint). Throws if copyFrom would overwrite values already existing in startingPoint.\n *\n * Does not modify the objects passed in.\n *\n * @param startingPoint Object that is the starting point for the return value\n * @param copyFrom Object whose values are copied into the return value\n * @param ignoreDuplicateProperties Whether to ignore object properties that are present in\n * `copyFrom` that are already present in `startingPoint`. If `false`, throws when an object\n * property in `copyFrom` is already present in `startingPoint`\n * @returns Object that is the combination of the two documents\n */\nfunction mergeObjects(\n startingPoint: JsonDocumentLike,\n copyFrom: JsonDocumentLike,\n ignoreDuplicateProperties: boolean,\n): JsonDocumentLike {\n const retVal = deepClone(startingPoint);\n\n if (!copyFrom) return retVal;\n\n return mergeObjectsInternal(retVal, deepClone(copyFrom), ignoreDuplicateProperties);\n}\n\n/**\n * Recursively merge the properties of one object (copyFrom) into another (startingPoint). Throws if\n * copyFrom would overwrite values already existing in startingPoint.\n *\n * WARNING: Modifies the argument objects in some way. Recommended to use `mergeObjects`\n *\n * @param startingPoint Object that is the starting point for the return value\n * @param copyFrom Object whose values are copied into the return value\n * @param ignoreDuplicateProperties Whether to ignore object properties that are present in\n * `copyFrom` that are already present in `startingPoint`. If `false`, throws when an object\n * property in `copyFrom` is already present in `startingPoint`\n * @returns Object that is the combination of the two documents\n */\nfunction mergeObjectsInternal(\n startingPoint: JsonDocumentLike,\n copyFrom: JsonDocumentLike,\n ignoreDuplicateProperties: boolean,\n): JsonDocumentLike {\n if (!copyFrom) return startingPoint;\n\n if (areNonArrayObjects(startingPoint, copyFrom)) {\n // Merge properties since they are both objects\n\n // We know these are objects from the `if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n const startingPointObj = startingPoint as JsonObjectLike;\n const copyFromObj = copyFrom as JsonObjectLike;\n /* eslint-enable no-type-assertion/no-type-assertion */\n Object.keys(copyFromObj).forEach((key: string | number) => {\n if (Object.hasOwn(startingPointObj, key)) {\n if (areNonArrayObjects(startingPointObj[key], copyFromObj[key])) {\n startingPointObj[key] = mergeObjectsInternal(\n // We know these are objects from the `if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n startingPointObj[key] as JsonObjectLike,\n copyFromObj[key] as JsonObjectLike,\n ignoreDuplicateProperties,\n /* eslint-enable no-type-assertion/no-type-assertion */\n );\n } else if (areArrayObjects(startingPointObj[key], copyFromObj[key])) {\n // Concat the arrays since they are both arrays\n\n // We know these are arrays from the `else if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n startingPointObj[key] = (startingPointObj[key] as JsonArrayLike).concat(\n copyFromObj[key] as JsonArrayLike,\n );\n /* eslint-enable no-type-assertion/no-type-assertion */\n } else if (!ignoreDuplicateProperties)\n throw new Error(`Cannot merge objects: key \"${key}\" already exists in the target object`);\n // Note that the first non-object non-array value that gets placed in a property stays.\n // New values do not override existing ones\n } else {\n startingPointObj[key] = copyFromObj[key];\n }\n });\n } else if (areArrayObjects(startingPoint, copyFrom)) {\n // Concat the arrays since they are both arrays\n\n // Push the contents of copyFrom into startingPoint since it is a const and was already deep cloned\n // We know these are objects from the `else if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n (startingPoint as JsonArrayLike).push(...(copyFrom as JsonArrayLike));\n /* eslint-enable no-type-assertion/no-type-assertion */\n }\n\n // Note that nothing happens if `startingPoint` is not an object or an array or if `startingPoint`\n // and `copyFrom` are not both object or both arrays. Should we throw? Should we push `copyFrom`'s\n // values into the array? Other? Maybe one day we can add some options to decide what to do in\n // this situation, but YAGNI for now\n\n return startingPoint;\n}\n\n// #endregion\n","import { Mutex as AsyncMutex } from 'async-mutex';\n\n// Extending Mutex from async-mutex so we can add JSDoc\n\n/**\n * Class that allows calling asynchronous functions multiple times at once while only running one at\n * a time.\n *\n * @example\n *\n * ```typescript\n * const mutex = new Mutex();\n *\n * mutex.runExclusive(async () => {\n * // Do some asynchronous stuff\n * console.log('These run one-at-a-time');\n * });\n *\n * mutex.runExclusive(async () => {\n * // Do some asynchronous stuff\n * console.log('These run one-at-a-time');\n * });\n * ```\n *\n * See [`async-mutex`](https://www.npmjs.com/package/async-mutex) for more information.\n */\nclass Mutex extends AsyncMutex {}\n\nexport default Mutex;\n","import Mutex from './mutex';\n\n/** Map of {@link Mutex}es that automatically (lazily) generates a new {@link Mutex} for any new key */\nclass MutexMap {\n private mutexesByID = new Map();\n\n get(mutexID: string): Mutex {\n let retVal = this.mutexesByID.get(mutexID);\n if (retVal) return retVal;\n\n retVal = new Mutex();\n this.mutexesByID.set(mutexID, retVal);\n return retVal;\n }\n}\n\nexport default MutexMap;\n","import DocumentCombiner, { DocumentCombinerOptions, JsonDocumentLike } from './document-combiner';\n\nexport default class NonValidatingDocumentCombiner extends DocumentCombiner {\n // Making the protected base constructor public\n // eslint-disable-next-line @typescript-eslint/no-useless-constructor\n constructor(baseDocument: JsonDocumentLike, options: DocumentCombinerOptions) {\n super(baseDocument, options);\n }\n\n get output(): JsonDocumentLike | undefined {\n return this.latestOutput;\n }\n}\n","/** Enables language-sensitive number formatting. Wraps Intl.NumberFormat */\nexport default class NumberFormat {\n private numberFormatter: Intl.NumberFormat;\n\n constructor(locales?: string | string[], options?: Intl.NumberFormatOptions) {\n this.numberFormatter = new Intl.NumberFormat(locales, options);\n }\n\n /**\n * Formats a number according to the locale and formatting options of this NumberFormat object\n *\n * @param value Number or BigInt to format\n * @returns String representing the given number formatted according to the locale and formatting\n * options of this NumberFormat object\n */\n format(value: number | bigint): string {\n return this.numberFormatter.format(value);\n }\n\n /**\n * Formats a range of numbers according to the locale and formatting options of this NumberFormat\n * object\n *\n * @param startRange Number or bigint representing the start of the range\n * @param endRange Number or bigint representing the end of the range\n * @returns String representing the given range of numbers formatted according to the locale and\n * formatting options of this NumberFormat object\n */\n formatRange(startRange: number | bigint, endRange: number | bigint): string {\n return this.numberFormatter.formatRange(startRange, endRange);\n }\n\n /**\n * Returns an array of objects containing the locale-specific tokens from which it is possible to\n * build custom strings while preserving the locale-specific parts.\n *\n * @param startRange Number or bigint representing start of the range\n * @param endRange Number or bigint representing end of the range\n * @returns Array of NumberRangeFormatPart objects containing the formatted range of numbers in\n * parts\n */\n formatRangeToParts(\n startRange: number | bigint,\n endRange: number | bigint,\n ): Intl.NumberRangeFormatPart[] {\n return this.numberFormatter.formatRangeToParts(startRange, endRange);\n }\n\n /**\n * Allows locale-aware formatting of strings produced by this NumberFormat object\n *\n * @param value Number or bigint to format\n * @returns Array of NumberFormatPart objects containing the formatted number in parts\n */\n formatToParts(value: number | bigint): Intl.NumberFormatPart[] {\n return this.numberFormatter.formatToParts(value);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and number formatting options\n * computed during initialization of this NumberFormat object\n *\n * @returns ResolvedNumberFormatOptions object\n */\n resolvedOptions(): Intl.ResolvedNumberFormatOptions {\n return this.numberFormatter.resolvedOptions();\n }\n}\n","import { Dispose } from './disposal.model';\nimport { Unsubscriber, UnsubscriberAsync } from './unsubscriber';\n\n/** Simple collection for UnsubscriberAsync objects that also provides an easy way to run them. */\nexport default class UnsubscriberAsyncList {\n readonly unsubscribers = new Set();\n\n constructor(private name = 'Anonymous') {}\n\n /**\n * Add unsubscribers to the list. Note that duplicates are not added twice.\n *\n * @param unsubscribers - Objects that were returned from a registration process.\n */\n add(...unsubscribers: (UnsubscriberAsync | Unsubscriber | Dispose)[]) {\n unsubscribers.forEach((unsubscriber) => {\n if ('dispose' in unsubscriber) this.unsubscribers.add(unsubscriber.dispose);\n else this.unsubscribers.add(unsubscriber);\n });\n }\n\n /**\n * Run all unsubscribers added to this list and then clear the list.\n *\n * @returns `true` if all unsubscribers succeeded, `false` otherwise.\n */\n async runAllUnsubscribers(): Promise {\n const unsubs = [...this.unsubscribers].map((unsubscriber) => unsubscriber());\n const results = await Promise.all(unsubs);\n this.unsubscribers.clear();\n return results.every((unsubscriberSucceeded, index) => {\n if (!unsubscriberSucceeded)\n console.error(`UnsubscriberAsyncList ${this.name}: Unsubscriber at index ${index} failed!`);\n\n return unsubscriberSucceeded;\n });\n }\n}\n","var P = Object.defineProperty;\nvar R = (t, e, s) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;\nvar n = (t, e, s) => R(t, typeof e != \"symbol\" ? e + \"\" : e, s);\nclass _ {\n constructor() {\n n(this, \"books\");\n n(this, \"firstSelectedBookNum\");\n n(this, \"lastSelectedBookNum\");\n n(this, \"count\");\n n(this, \"selectedBookNumbers\");\n n(this, \"selectedBookIds\");\n }\n}\nconst N = [\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n // 10\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n // 20\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n // 30\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n \"MAT\",\n // 40\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n // 50\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n // 60\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n // 70\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n // 80\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"JSA\",\n // actual variant text for JOS, now in LXA text\n \"JDB\",\n // actual variant text for JDG, now in LXA text\n \"TBS\",\n // actual variant text for TOB, now in LXA text\n \"SST\",\n // actual variant text for SUS, now in LXA text // 90\n \"DNT\",\n // actual variant text for DAN, now in LXA text\n \"BLT\",\n // actual variant text for BEL, now in LXA text\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n // 100\n \"BAK\",\n \"OTH\",\n \"3ES\",\n // Used previously but really should be 2ES\n \"EZA\",\n // Used to be called 4ES, but not actually in any known project\n \"5EZ\",\n // Used to be called 5ES, but not actually in any known project\n \"6EZ\",\n // Used to be called 6ES, but not actually in any known project\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n // 110\n \"NDX\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n // 120\n \"REP\",\n \"4BA\",\n \"LAO\"\n], B = [\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\"\n], O = [\n \"Genesis\",\n \"Exodus\",\n \"Leviticus\",\n \"Numbers\",\n \"Deuteronomy\",\n \"Joshua\",\n \"Judges\",\n \"Ruth\",\n \"1 Samuel\",\n \"2 Samuel\",\n \"1 Kings\",\n \"2 Kings\",\n \"1 Chronicles\",\n \"2 Chronicles\",\n \"Ezra\",\n \"Nehemiah\",\n \"Esther (Hebrew)\",\n \"Job\",\n \"Psalms\",\n \"Proverbs\",\n \"Ecclesiastes\",\n \"Song of Songs\",\n \"Isaiah\",\n \"Jeremiah\",\n \"Lamentations\",\n \"Ezekiel\",\n \"Daniel (Hebrew)\",\n \"Hosea\",\n \"Joel\",\n \"Amos\",\n \"Obadiah\",\n \"Jonah\",\n \"Micah\",\n \"Nahum\",\n \"Habakkuk\",\n \"Zephaniah\",\n \"Haggai\",\n \"Zechariah\",\n \"Malachi\",\n \"Matthew\",\n \"Mark\",\n \"Luke\",\n \"John\",\n \"Acts\",\n \"Romans\",\n \"1 Corinthians\",\n \"2 Corinthians\",\n \"Galatians\",\n \"Ephesians\",\n \"Philippians\",\n \"Colossians\",\n \"1 Thessalonians\",\n \"2 Thessalonians\",\n \"1 Timothy\",\n \"2 Timothy\",\n \"Titus\",\n \"Philemon\",\n \"Hebrews\",\n \"James\",\n \"1 Peter\",\n \"2 Peter\",\n \"1 John\",\n \"2 John\",\n \"3 John\",\n \"Jude\",\n \"Revelation\",\n \"Tobit\",\n \"Judith\",\n \"Esther Greek\",\n \"Wisdom of Solomon\",\n \"Sirach (Ecclesiasticus)\",\n \"Baruch\",\n \"Letter of Jeremiah\",\n \"Song of 3 Young Men\",\n \"Susanna\",\n \"Bel and the Dragon\",\n \"1 Maccabees\",\n \"2 Maccabees\",\n \"3 Maccabees\",\n \"4 Maccabees\",\n \"1 Esdras (Greek)\",\n \"2 Esdras (Latin)\",\n \"Prayer of Manasseh\",\n \"Psalm 151\",\n \"Odes\",\n \"Psalms of Solomon\",\n // WARNING, if you change the spelling of the *obsolete* tag be sure to update\n // IsObsolete routine\n \"Joshua A. *obsolete*\",\n \"Judges B. *obsolete*\",\n \"Tobit S. *obsolete*\",\n \"Susanna Th. *obsolete*\",\n \"Daniel Th. *obsolete*\",\n \"Bel Th. *obsolete*\",\n \"Extra A\",\n \"Extra B\",\n \"Extra C\",\n \"Extra D\",\n \"Extra E\",\n \"Extra F\",\n \"Extra G\",\n \"Front Matter\",\n \"Back Matter\",\n \"Other Matter\",\n \"3 Ezra *obsolete*\",\n \"Apocalypse of Ezra\",\n \"5 Ezra (Latin Prologue)\",\n \"6 Ezra (Latin Epilogue)\",\n \"Introduction\",\n \"Concordance \",\n \"Glossary \",\n \"Topical Index\",\n \"Names Index\",\n \"Daniel Greek\",\n \"Psalms 152-155\",\n \"2 Baruch (Apocalypse)\",\n \"Letter of Baruch\",\n \"Jubilees\",\n \"Enoch\",\n \"1 Meqabyan\",\n \"2 Meqabyan\",\n \"3 Meqabyan\",\n \"Reproof (Proverbs 25-31)\",\n \"4 Baruch (Rest of Baruch)\",\n \"Laodiceans\"\n], S = K();\nfunction g(t, e = !0) {\n return e && (t = t.toUpperCase()), t in S ? S[t] : 0;\n}\nfunction k(t) {\n return g(t) > 0;\n}\nfunction x(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return e >= 40 && e <= 66;\n}\nfunction T(t) {\n return (typeof t == \"string\" ? g(t) : t) <= 39;\n}\nfunction X(t) {\n return t <= 66;\n}\nfunction V(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return w(e) && !X(e);\n}\nfunction* L() {\n for (let t = 1; t <= N.length; t++) yield t;\n}\nconst G = 1, A = N.length;\nfunction H() {\n return [\"XXA\", \"XXB\", \"XXC\", \"XXD\", \"XXE\", \"XXF\", \"XXG\"];\n}\nfunction C(t, e = \"***\") {\n const s = t - 1;\n return s < 0 || s >= N.length ? e : N[s];\n}\nfunction I(t) {\n return t <= 0 || t > A ? \"******\" : O[t - 1];\n}\nfunction y(t) {\n return I(g(t));\n}\nfunction w(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && !B.includes(e);\n}\nfunction q(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && B.includes(e);\n}\nfunction U(t) {\n return O[t - 1].includes(\"*obsolete*\");\n}\nfunction K() {\n const t = {};\n for (let e = 0; e < N.length; e++)\n t[N[e]] = e + 1;\n return t;\n}\nconst m = {\n allBookIds: N,\n nonCanonicalIds: B,\n bookIdToNumber: g,\n isBookIdValid: k,\n isBookNT: x,\n isBookOT: T,\n isBookOTNT: X,\n isBookDC: V,\n allBookNumbers: L,\n firstBook: G,\n lastBook: A,\n extraBooks: H,\n bookNumberToId: C,\n bookNumberToEnglishName: I,\n bookIdToEnglishName: y,\n isCanonical: w,\n isExtraMaterial: q,\n isObsolete: U\n};\nvar l = /* @__PURE__ */ ((t) => (t[t.Unknown = 0] = \"Unknown\", t[t.Original = 1] = \"Original\", t[t.Septuagint = 2] = \"Septuagint\", t[t.Vulgate = 3] = \"Vulgate\", t[t.English = 4] = \"English\", t[t.RussianProtestant = 5] = \"RussianProtestant\", t[t.RussianOrthodox = 6] = \"RussianOrthodox\", t))(l || {});\nconst h = class h {\n // private versInfo: Versification;\n constructor(e) {\n n(this, \"name\");\n n(this, \"fullPath\");\n n(this, \"isPresent\");\n n(this, \"hasVerseSegments\");\n n(this, \"isCustomized\");\n n(this, \"baseVersification\");\n n(this, \"scriptureBooks\");\n n(this, \"_type\");\n if (e == null)\n throw new Error(\"Argument undefined\");\n typeof e == \"string\" ? (this.name = e, this._type = l[e]) : (this._type = e, this.name = l[e]);\n }\n get type() {\n return this._type;\n }\n equals(e) {\n return !e.type || !this.type ? !1 : e.type === this.type;\n }\n};\nn(h, \"Original\", new h(l.Original)), n(h, \"Septuagint\", new h(l.Septuagint)), n(h, \"Vulgate\", new h(l.Vulgate)), n(h, \"English\", new h(l.English)), n(h, \"RussianProtestant\", new h(l.RussianProtestant)), n(h, \"RussianOrthodox\", new h(l.RussianOrthodox));\nlet c = h;\nfunction E(t, e) {\n const s = e[0];\n for (let r = 1; r < e.length; r++)\n t = t.split(e[r]).join(s);\n return t.split(s);\n}\nvar D = /* @__PURE__ */ ((t) => (t[t.Valid = 0] = \"Valid\", t[t.UnknownVersification = 1] = \"UnknownVersification\", t[t.OutOfRange = 2] = \"OutOfRange\", t[t.VerseOutOfOrder = 3] = \"VerseOutOfOrder\", t[t.VerseRepeated = 4] = \"VerseRepeated\", t))(D || {});\nconst i = class i {\n constructor(e, s, r, a) {\n /** Not yet implemented. */\n n(this, \"firstChapter\");\n /** Not yet implemented. */\n n(this, \"lastChapter\");\n /** Not yet implemented. */\n n(this, \"lastVerse\");\n /** Not yet implemented. */\n n(this, \"hasSegmentsDefined\");\n /** Not yet implemented. */\n n(this, \"text\");\n /** Not yet implemented. */\n n(this, \"BBBCCCVVVS\");\n /** Not yet implemented. */\n n(this, \"longHashCode\");\n /** The versification of the reference. */\n n(this, \"versification\");\n n(this, \"rtlMark\", \"‏\");\n n(this, \"_bookNum\", 0);\n n(this, \"_chapterNum\", 0);\n n(this, \"_verseNum\", 0);\n n(this, \"_verse\");\n if (r == null && a == null)\n if (e != null && typeof e == \"string\") {\n const o = e, u = s != null && s instanceof c ? s : void 0;\n this.setEmpty(u), this.parse(o);\n } else if (e != null && typeof e == \"number\") {\n const o = s != null && s instanceof c ? s : void 0;\n this.setEmpty(o), this._verseNum = e % i.chapterDigitShifter, this._chapterNum = Math.floor(\n e % i.bookDigitShifter / i.chapterDigitShifter\n ), this._bookNum = Math.floor(e / i.bookDigitShifter);\n } else if (s == null)\n if (e != null && e instanceof i) {\n const o = e;\n this._bookNum = o.bookNum, this._chapterNum = o.chapterNum, this._verseNum = o.verseNum, this._verse = o.verse, this.versification = o.versification;\n } else {\n if (e == null) return;\n const o = e instanceof c ? e : i.defaultVersification;\n this.setEmpty(o);\n }\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else if (e != null && s != null && r != null)\n if (typeof e == \"string\" && typeof s == \"string\" && typeof r == \"string\")\n this.setEmpty(a), this.updateInternal(e, s, r);\n else if (typeof e == \"number\" && typeof s == \"number\" && typeof r == \"number\")\n this._bookNum = e, this._chapterNum = s, this._verseNum = r, this.versification = a ?? i.defaultVersification;\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else\n throw new Error(\"VerseRef constructor not supported.\");\n }\n /**\n * Determines if the verse string is in a valid format (does not consider versification).\n */\n static isVerseParseable(e) {\n return e.length > 0 && \"0123456789\".includes(e[0]) && !e.endsWith(this.verseRangeSeparator) && !e.endsWith(this.verseSequenceIndicator);\n }\n /**\n * Tries to parse the specified string into a verse reference.\n * @param str - The string to attempt to parse.\n * @returns success: `true` if the specified string was successfully parsed, `false` otherwise.\n * @returns verseRef: The result of the parse if successful, or empty VerseRef if it failed\n */\n static tryParse(e) {\n let s;\n try {\n return s = new i(e), { success: !0, verseRef: s };\n } catch (r) {\n if (r instanceof v)\n return s = new i(), { success: !1, verseRef: s };\n throw r;\n }\n }\n /**\n * Gets the reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n * @param bookNum - Book number (this is 1-based, not an index).\n * @param chapterNum - Chapter number.\n * @param verseNum - Verse number.\n * @returns The reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n */\n static getBBBCCCVVV(e, s, r) {\n return e % i.bcvMaxValue * i.bookDigitShifter + (s >= 0 ? s % i.bcvMaxValue * i.chapterDigitShifter : 0) + (r >= 0 ? r % i.bcvMaxValue : 0);\n }\n /**\n * Deserializes a serialized VerseRef.\n * @param serializedVerseRef - Serialized VerseRef to create from.\n * @returns the deserialized VerseRef.\n */\n static fromJSON(e) {\n const { book: s, chapterNum: r, verseNum: a, verse: o, versificationStr: u } = e, f = o || a.toString();\n let d;\n return u && (d = new c(u)), s ? new i(s, r.toString(), f, d) : new i();\n }\n /**\n * Parses a verse string and gets the leading numeric portion as a number.\n * @param verseStr - verse string to parse\n * @returns true if the entire string could be parsed as a single, simple verse number (1-999);\n * false if the verse string represented a verse bridge, contained segment letters, or was invalid\n */\n static tryGetVerseNum(e) {\n let s;\n if (!e)\n return s = -1, { success: !0, vNum: s };\n s = 0;\n let r;\n for (let a = 0; a < e.length; a++) {\n if (r = e[a], r < \"0\" || r > \"9\")\n return a === 0 && (s = -1), { success: !1, vNum: s };\n if (s = s * 10 + +r - 0, s > i.bcvMaxValue)\n return s = -1, { success: !1, vNum: s };\n }\n return { success: !0, vNum: s };\n }\n /**\n * Checks to see if a VerseRef hasn't been set - all values are the default.\n */\n get isDefault() {\n return this.bookNum === 0 && this.chapterNum === 0 && this.verseNum === 0 && this.versification == null;\n }\n /**\n * Gets whether the verse contains multiple verses.\n */\n get hasMultiple() {\n return this._verse != null && (this._verse.includes(i.verseRangeSeparator) || this._verse.includes(i.verseSequenceIndicator));\n }\n /**\n * Gets or sets the book of the reference. Book is the 3-letter abbreviation in capital letters,\n * e.g. `'MAT'`.\n */\n get book() {\n return m.bookNumberToId(this.bookNum, \"\");\n }\n set book(e) {\n this.bookNum = m.bookIdToNumber(e);\n }\n /**\n * Gets or sets the chapter of the reference,. e.g. `'3'`.\n */\n get chapter() {\n return this.isDefault || this._chapterNum < 0 ? \"\" : this._chapterNum.toString();\n }\n set chapter(e) {\n const s = +e;\n this._chapterNum = Number.isInteger(s) ? s : -1;\n }\n /**\n * Gets or sets the verse of the reference, including range, segments, and sequences, e.g. `'4'`,\n * or `'4b-5a, 7'`.\n */\n get verse() {\n return this._verse != null ? this._verse : this.isDefault || this._verseNum < 0 ? \"\" : this._verseNum.toString();\n }\n set verse(e) {\n const { success: s, vNum: r } = i.tryGetVerseNum(e);\n this._verse = s ? void 0 : e.replace(this.rtlMark, \"\"), this._verseNum = r, !(this._verseNum >= 0) && ({ vNum: this._verseNum } = i.tryGetVerseNum(this._verse));\n }\n /**\n * Get or set Book based on book number, e.g. `42`.\n */\n get bookNum() {\n return this._bookNum;\n }\n set bookNum(e) {\n if (e <= 0 || e > m.lastBook)\n throw new v(\n \"BookNum must be greater than zero and less than or equal to last book\"\n );\n this._bookNum = e;\n }\n /**\n * Gets or sets the chapter number, e.g. `3`. `-1` if not valid.\n */\n get chapterNum() {\n return this._chapterNum;\n }\n set chapterNum(e) {\n this.chapterNum = e;\n }\n /**\n * Gets or sets verse start number, e.g. `4`. `-1` if not valid.\n */\n get verseNum() {\n return this._verseNum;\n }\n set verseNum(e) {\n this._verseNum = e;\n }\n /**\n * String representing the versification (should ONLY be used for serialization/deserialization).\n *\n * @remarks This is for backwards compatibility when ScrVers was an enumeration.\n */\n get versificationStr() {\n var e;\n return (e = this.versification) == null ? void 0 : e.name;\n }\n set versificationStr(e) {\n this.versification = this.versification != null ? new c(e) : void 0;\n }\n /**\n * Determines if the reference is valid.\n */\n get valid() {\n return this.validStatus === 0;\n }\n /**\n * Get the valid status for this reference.\n */\n get validStatus() {\n return this.validateVerse(i.verseRangeSeparators, i.verseSequenceIndicators);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits and the verse is 0.\n */\n get BBBCCC() {\n return i.getBBBCCCVVV(this._bookNum, this._chapterNum, 0);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits. If verse is not null\n * (i.e., this reference represents a complex reference with verse\n * segments or bridge) this cannot be used for an exact comparison.\n */\n get BBBCCCVVV() {\n return i.getBBBCCCVVV(this._bookNum, this._chapterNum, this._verseNum);\n }\n /**\n * Gets whether the verse is defined as an excluded verse in the versification.\n * Does not handle verse ranges.\n */\n // eslint-disable-next-line @typescript-eslint/class-literal-property-style\n get isExcluded() {\n return !1;\n }\n /**\n * Parses the reference in the specified string.\n * Optionally versification can follow reference as in GEN 3:11/4\n * Throw an exception if\n * - invalid book name\n * - chapter number is missing or not a number\n * - verse number is missing or does not start with a number\n * - versification is invalid\n * @param verseStr - string to parse e.g. 'MAT 3:11'\n */\n parse(e) {\n if (e = e.replace(this.rtlMark, \"\"), e.includes(\"/\")) {\n const o = e.split(\"/\");\n if (e = o[0], o.length > 1)\n try {\n const u = +o[1].trim();\n this.versification = new c(l[u]);\n } catch {\n throw new v(\"Invalid reference : \" + e);\n }\n }\n const s = e.trim().split(\" \");\n if (s.length !== 2)\n throw new v(\"Invalid reference : \" + e);\n const r = s[1].split(\":\"), a = +r[0];\n if (r.length !== 2 || m.bookIdToNumber(s[0]) === 0 || !Number.isInteger(a) || a < 0 || !i.isVerseParseable(r[1]))\n throw new v(\"Invalid reference : \" + e);\n this.updateInternal(s[0], r[0], r[1]);\n }\n /**\n * Simplifies this verse ref so that it has no bridging of verses or\n * verse segments like `'1a'`.\n */\n simplify() {\n this._verse = void 0;\n }\n /**\n * Makes a clone of the reference.\n *\n * @returns The cloned VerseRef.\n */\n clone() {\n return new i(this);\n }\n toString() {\n const e = this.book;\n return e === \"\" ? \"\" : `${e} ${this.chapter}:${this.verse}`;\n }\n toJSON() {\n let e = this.verse;\n (e === \"\" || e === this.verseNum.toString()) && (e = void 0);\n const s = {\n book: this.book,\n chapterNum: this.chapterNum,\n verseNum: this.verseNum,\n verse: e,\n versificationStr: this.versificationStr\n };\n return e || delete s.verse, s;\n }\n /**\n * Compares this `VerseRef` with supplied one.\n * @param verseRef - object to compare this one to.\n * @returns `true` if this `VerseRef` is equal to the supplied one, `false` otherwise.\n */\n equals(e) {\n return e instanceof i ? e._bookNum === this._bookNum && e._chapterNum === this._chapterNum && e._verseNum === this._verseNum && e.verse === this.verse && (e.versification == null && this.versification == null || e.versification != null && this.versification != null && e.versification.equals(this.versification)) : !1;\n }\n /**\n * Enumerate all individual verses contained in a VerseRef.\n * Verse ranges are indicated by \"-\" and consecutive verses by \",\"s.\n * Examples:\n * GEN 1:2 returns GEN 1:2\n * GEN 1:1a-3b,5 returns GEN 1:1a, GEN 1:2, GEN 1:3b, GEN 1:5\n * GEN 1:2a-2c returns //! ??????\n *\n * @param specifiedVersesOnly - if set to true return only verses that are\n * explicitly specified only, not verses within a range. Defaults to `false`.\n * @param verseRangeSeparators - Verse range separators.\n * Defaults to `VerseRef.verseRangeSeparators`.\n * @param verseSequenceSeparators - Verse sequence separators.\n * Defaults to `VerseRef.verseSequenceIndicators`.\n * @returns An array of all single verse references in this VerseRef.\n */\n allVerses(e = !1, s = i.verseRangeSeparators, r = i.verseSequenceIndicators) {\n if (this._verse == null || this.chapterNum <= 0)\n return [this.clone()];\n const a = [], o = E(this._verse, r);\n for (const u of o.map((f) => E(f, s))) {\n const f = this.clone();\n f.verse = u[0];\n const d = f.verseNum;\n if (a.push(f), u.length > 1) {\n const b = this.clone();\n if (b.verse = u[1], !e)\n for (let p = d + 1; p < b.verseNum; p++) {\n const J = new i(\n this._bookNum,\n this._chapterNum,\n p,\n this.versification\n );\n this.isExcluded || a.push(J);\n }\n a.push(b);\n }\n }\n return a;\n }\n /**\n * Validates a verse number using the supplied separators rather than the defaults.\n */\n validateVerse(e, s) {\n if (!this.verse)\n return this.internalValid;\n let r = 0;\n for (const a of this.allVerses(!0, e, s)) {\n const o = a.internalValid;\n if (o !== 0)\n return o;\n const u = a.BBBCCCVVV;\n if (r > u)\n return 3;\n if (r === u)\n return 4;\n r = u;\n }\n return 0;\n }\n /**\n * Gets whether a single verse reference is valid.\n */\n get internalValid() {\n return this.versification == null ? 1 : this._bookNum <= 0 || this._bookNum > m.lastBook ? 2 : (m.isCanonical(this._bookNum), 0);\n }\n setEmpty(e = i.defaultVersification) {\n this._bookNum = 0, this._chapterNum = -1, this._verse = void 0, this.versification = e;\n }\n updateInternal(e, s, r) {\n this.bookNum = m.bookIdToNumber(e), this.chapter = s, this.verse = r;\n }\n};\nn(i, \"defaultVersification\", c.English), n(i, \"verseRangeSeparator\", \"-\"), n(i, \"verseSequenceIndicator\", \",\"), n(i, \"verseRangeSeparators\", [i.verseRangeSeparator]), n(i, \"verseSequenceIndicators\", [i.verseSequenceIndicator]), n(i, \"chapterDigitShifter\", 1e3), n(i, \"bookDigitShifter\", i.chapterDigitShifter * i.chapterDigitShifter), n(i, \"bcvMaxValue\", i.chapterDigitShifter - 1), /**\n * The valid status of the VerseRef.\n */\nn(i, \"ValidStatusType\", D);\nlet M = i;\nclass v extends Error {\n}\nexport {\n _ as BookSet,\n m as Canon,\n c as ScrVers,\n l as ScrVersType,\n M as VerseRef,\n v as VerseRefException\n};\n//# sourceMappingURL=index.es.js.map\n","\"use strict\"\r\n\r\n// Based on: https://github.com/lodash/lodash/blob/6018350ac10d5ce6a5b7db625140b82aeab804df/.internal/unicodeSize.js\r\n\r\nmodule.exports = () => {\r\n\t// Used to compose unicode character classes.\r\n\tconst astralRange = \"\\\\ud800-\\\\udfff\"\r\n\tconst comboMarksRange = \"\\\\u0300-\\\\u036f\"\r\n\tconst comboHalfMarksRange = \"\\\\ufe20-\\\\ufe2f\"\r\n\tconst comboSymbolsRange = \"\\\\u20d0-\\\\u20ff\"\r\n\tconst comboMarksExtendedRange = \"\\\\u1ab0-\\\\u1aff\"\r\n\tconst comboMarksSupplementRange = \"\\\\u1dc0-\\\\u1dff\"\r\n\tconst comboRange = comboMarksRange + comboHalfMarksRange + comboSymbolsRange + comboMarksExtendedRange + comboMarksSupplementRange\r\n\tconst varRange = \"\\\\ufe0e\\\\ufe0f\"\r\n\tconst familyRange = \"\\\\uD83D\\\\uDC69\\\\uD83C\\\\uDFFB\\\\u200D\\\\uD83C\\\\uDF93\"\r\n\r\n\t// Used to compose unicode capture groups.\r\n\tconst astral = `[${astralRange}]`\r\n\tconst combo = `[${comboRange}]`\r\n\tconst fitz = \"\\\\ud83c[\\\\udffb-\\\\udfff]\"\r\n\tconst modifier = `(?:${combo}|${fitz})`\r\n\tconst nonAstral = `[^${astralRange}]`\r\n\tconst regional = \"(?:\\\\uD83C[\\\\uDDE6-\\\\uDDFF]){2}\"\r\n\tconst surrogatePair = \"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\"\r\n\tconst zwj = \"\\\\u200d\"\r\n\tconst blackFlag = \"(?:\\\\ud83c\\\\udff4\\\\udb40\\\\udc67\\\\udb40\\\\udc62\\\\udb40(?:\\\\udc65|\\\\udc73|\\\\udc77)\\\\udb40(?:\\\\udc6e|\\\\udc63|\\\\udc6c)\\\\udb40(?:\\\\udc67|\\\\udc74|\\\\udc73)\\\\udb40\\\\udc7f)\"\r\n\tconst family = `[${familyRange}]`\r\n\r\n\t// Used to compose unicode regexes.\r\n\tconst optModifier = `${modifier}?`\r\n\tconst optVar = `[${varRange}]?`\r\n\tconst optJoin = `(?:${zwj}(?:${[nonAstral, regional, surrogatePair].join(\"|\")})${optVar + optModifier})*`\r\n\tconst seq = optVar + optModifier + optJoin\r\n\tconst nonAstralCombo = `${nonAstral}${combo}?`\r\n\tconst symbol = `(?:${[nonAstralCombo, combo, regional, surrogatePair, astral, family].join(\"|\")})`\r\n\r\n\t// Used to match [String symbols](https://mathiasbynens.be/notes/javascript-unicode).\r\n\treturn new RegExp(`${blackFlag}|${fitz}(?=${fitz})|${symbol + seq}`, \"g\")\r\n}\r\n","\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// @ts-ignore\nvar char_regex_1 = __importDefault(require(\"char-regex\"));\n/**\n * Converts a string to an array of string chars\n * @param {string} str The string to turn into array\n * @returns {string[]}\n */\nfunction toArray(str) {\n if (typeof str !== 'string') {\n throw new Error('A string is expected as input');\n }\n return str.match(char_regex_1.default()) || [];\n}\nexports.toArray = toArray;\n/**\n * Returns the length of a string\n *\n * @export\n * @param {string} str\n * @returns {number}\n */\nfunction length(str) {\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n var match = str.match(char_regex_1.default());\n return match === null ? 0 : match.length;\n}\nexports.length = length;\n/**\n * Returns a substring by providing start and end position\n *\n * @export\n * @param {string} str\n * @param {number} [begin=0] Starting position\n * @param {number} end End position\n * @returns {string}\n */\nfunction substring(str, begin, end) {\n if (begin === void 0) { begin = 0; }\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n // Even though negative numbers work here, theyre not in the spec\n if (typeof begin !== 'number' || begin < 0) {\n begin = 0;\n }\n if (typeof end === 'number' && end < 0) {\n end = 0;\n }\n var match = str.match(char_regex_1.default());\n if (!match)\n return '';\n return match.slice(begin, end).join('');\n}\nexports.substring = substring;\n/**\n * Returns a substring by providing start position and length\n *\n * @export\n * @param {string} str\n * @param {number} [begin=0] Starting position\n * @param {number} len Desired length\n * @returns {string}\n */\nfunction substr(str, begin, len) {\n if (begin === void 0) { begin = 0; }\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n var strLength = length(str);\n // Fix type\n if (typeof begin !== 'number') {\n begin = parseInt(begin, 10);\n }\n // Return zero-length string if got oversize number.\n if (begin >= strLength) {\n return '';\n }\n // Calculating postive version of negative value.\n if (begin < 0) {\n begin += strLength;\n }\n var end;\n if (typeof len === 'undefined') {\n end = strLength;\n }\n else {\n // Fix type\n if (typeof len !== 'number') {\n len = parseInt(len, 10);\n }\n end = len >= 0 ? len + begin : begin;\n }\n var match = str.match(char_regex_1.default());\n if (!match)\n return '';\n return match.slice(begin, end).join('');\n}\nexports.substr = substr;\n/**\n * Enforces a string to be a certain length by\n * adding or removing characters\n *\n * @export\n * @param {string} str\n * @param {number} [limit=16] Limit\n * @param {string} [padString='#'] The Pad String\n * @param {string} [padPosition='right'] The Pad Position\n * @returns {string}\n */\nfunction limit(str, limit, padString, padPosition) {\n if (limit === void 0) { limit = 16; }\n if (padString === void 0) { padString = '#'; }\n if (padPosition === void 0) { padPosition = 'right'; }\n // Input should be a string, limit should be a number\n if (typeof str !== 'string' || typeof limit !== 'number') {\n throw new Error('Invalid arguments specified');\n }\n // Pad position should be either left or right\n if (['left', 'right'].indexOf(padPosition) === -1) {\n throw new Error('Pad position should be either left or right');\n }\n // Pad string can be anything, we convert it to string\n if (typeof padString !== 'string') {\n padString = String(padString);\n }\n // Calculate string length considering astral code points\n var strLength = length(str);\n if (strLength > limit) {\n return substring(str, 0, limit);\n }\n else if (strLength < limit) {\n var padRepeats = padString.repeat(limit - strLength);\n return padPosition === 'left' ? padRepeats + str : str + padRepeats;\n }\n return str;\n}\nexports.limit = limit;\n/**\n * Returns the index of the first occurrence of a given string\n *\n * @export\n * @param {string} str\n * @param {string} [searchStr] the string to search\n * @param {number} [pos] starting position\n * @returns {number}\n */\nfunction indexOf(str, searchStr, pos) {\n if (pos === void 0) { pos = 0; }\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n if (str === '') {\n if (searchStr === '') {\n return 0;\n }\n return -1;\n }\n // fix type\n pos = Number(pos);\n pos = isNaN(pos) ? 0 : pos;\n searchStr = String(searchStr);\n var strArr = toArray(str);\n if (pos >= strArr.length) {\n if (searchStr === '') {\n return strArr.length;\n }\n return -1;\n }\n if (searchStr === '') {\n return pos;\n }\n var searchArr = toArray(searchStr);\n var finded = false;\n var index;\n for (index = pos; index < strArr.length; index += 1) {\n var searchIndex = 0;\n while (searchIndex < searchArr.length &&\n searchArr[searchIndex] === strArr[index + searchIndex]) {\n searchIndex += 1;\n }\n if (searchIndex === searchArr.length &&\n searchArr[searchIndex - 1] === strArr[index + searchIndex - 1]) {\n finded = true;\n break;\n }\n }\n return finded ? index : -1;\n}\nexports.indexOf = indexOf;\n","/**\n * Ensures that the given input is returned as an array.\n *\n * This function takes a value that might be a single item, an array, or `undefined` and returns it\n * as an array:\n *\n * - If the input is `undefined`, an empty array is returned.\n * - If the input is already an array, it is returned as-is.\n * - If the input is a single item, it is wrapped in an array.\n *\n * @typeParam T - The type of the elements in the array.\n * @param maybeArray - The value that may be a single item, an array, or `undefined`.\n * @returns An array containing the input value(s). If the input is `undefined`, an empty array is\n * returned.\n */\nexport default function ensureArray(maybeArray: T | T[] | undefined): T[] {\n if (!maybeArray) return [];\n\n return Array.isArray(maybeArray) ? maybeArray : [maybeArray];\n}\n","import { LocalizeKey } from 'menus.model';\nimport {\n indexOf as stringzIndexOf,\n substring as stringzSubstring,\n length as stringzLength,\n toArray as stringzToArray,\n limit as stringzLimit,\n substr as stringzSubstr,\n} from 'stringz';\nimport ensureArray from './array-util';\nimport { isString } from './util';\n\n/**\n * This function mirrors the `at` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Finds the Unicode code point at the given index.\n *\n * @param string String to index\n * @param index Position of the character to be returned in range of -length(string) to\n * length(string)\n * @returns New string consisting of the Unicode code point located at the specified offset,\n * undefined if index is out of bounds\n */\nexport function at(string: string, index: number): string | undefined {\n if (index > stringLength(string) || index < -stringLength(string)) return undefined;\n return substr(string, index, 1);\n}\n\n/**\n * This function mirrors the `charAt` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a new string consisting of the single unicode code point at the given index.\n *\n * @param string String to index\n * @param index Position of the string character to be returned, in the range of 0 to\n * length(string)-1\n * @returns New string consisting of the Unicode code point located at the specified offset, empty\n * string if index is out of bounds\n */\nexport function charAt(string: string, index: number): string {\n if (index < 0 || index > stringLength(string) - 1) return '';\n return substr(string, index, 1);\n}\n\n/**\n * This function mirrors the `codePointAt` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a non-negative integer that is the Unicode code point value of the character starting at\n * the given index.\n *\n * @param string String to index\n * @param index Position of the string character to be returned, in the range of 0 to\n * length(string)-1\n * @returns Non-negative integer representing the code point value of the character at the given\n * index, or undefined if there is no element at that position\n */\nexport function codePointAt(string: string, index: number): number | undefined {\n if (index < 0 || index > stringLength(string) - 1) return undefined;\n return substr(string, index, 1).codePointAt(0);\n}\n\n/**\n * This function mirrors the `endsWith` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Determines whether a string ends with the characters of this string.\n *\n * @param string String to search through\n * @param searchString Characters to search for at the end of the string\n * @param endPosition End position where searchString is expected to be found. Default is\n * `length(string)`\n * @returns True if it ends with searchString, false if it does not\n */\nexport function endsWith(\n string: string,\n searchString: string,\n endPosition: number = stringLength(string),\n): boolean {\n const lastIndexOfSearchString = lastIndexOf(string, searchString);\n if (lastIndexOfSearchString === -1) return false;\n if (lastIndexOfSearchString + stringLength(searchString) !== endPosition) return false;\n return true;\n}\n\n/**\n * Get the index of the closest closing curly brace in a string.\n *\n * Note: when escaped, gets the index of the curly brace, not the backslash before it.\n *\n * @param str String to search\n * @param index Index at which to start searching. Inclusive of this index\n * @param escaped Whether to search for an escaped or an unescaped closing curly brace\n * @returns Index of closest closing curly brace or -1 if not found\n */\nfunction indexOfClosestClosingCurlyBrace(str: string, index: number, escaped: boolean) {\n if (index < 0) return -1;\n if (escaped) {\n if (charAt(str, index) === '}' && charAt(str, index - 1) === '\\\\') return index;\n const closeCurlyBraceIndex = indexOf(str, '\\\\}', index);\n return closeCurlyBraceIndex >= 0 ? closeCurlyBraceIndex + 1 : closeCurlyBraceIndex;\n }\n\n let i = index;\n const strLength = stringLength(str);\n while (i < strLength) {\n i = indexOf(str, '}', i);\n\n if (i === -1 || charAt(str, i - 1) !== '\\\\') break;\n\n // Didn't find an un-escaped close brace, so keep looking\n i += 1;\n }\n\n return i >= strLength ? -1 : i;\n}\n\n/**\n * Formats a string into an array of objects (adjacent strings are concatenated in one array entry),\n * replacing `{replacer key}` with the value in the `replacers` at that replacer key (or multiple\n * replacer values if there are multiple in the string). Will also remove \\ before curly braces if\n * curly braces are escaped with a backslash in order to preserve the curly braces. E.g. 'Hi, this\n * is {name}! I like `\\{curly braces\\}`! would become Hi, this is Jim! I like {curly braces}!\n *\n * If the key in unescaped braces is not found, returns the key without the braces. Empty unescaped\n * curly braces will just return a string without the braces e.g. ('I am {Nemo}', { 'name': 'Jim'})\n * would return 'I am Nemo'.\n *\n * Note: React elements can be used as replacer values.\n *\n * @example\n *\n * ```tsx\n *

\n * {formatReplacementStringToArray('Hi {other}! I am {name}.', {\n * other: 'Billy',\n * name: Jim,\n * })}\n *

\n * ```\n *\n * @example\n *\n * ```typescript\n * formatReplacementStringToArray(\n * 'Hi, this is {name}! I like \\{curly braces\\}! I have a {carInfo} car. My favorite food is {food}.',\n * { name: ['Bill'], carInfo: { year: 2015, color: 'blue' } }\n * );\n *\n * =>\n *\n * ['Hi, this is ', ['Bill'], '! I like {curly braces}! I have a ', { year: 2015, color: 'blue' }, ' car. My favorite food is food.']\n * ```\n *\n * @param str String to format and break out into an array of objects\n * @param replacers Object whose keys are replacer keys and whose values are the values with which\n * to replace `{replacer key}`s found in the string to format. If the replacer value is a string,\n * it will be concatenated into existing strings in the array. Otherwise, the replacer value will\n * be added as a new entry in the array\n * @returns Array of formatted strings and replaced objects\n */\nexport function formatReplacementStringToArray(\n str: string,\n replacers: { [key: string | number]: T } | object,\n): (string | T)[] {\n /** The compiled list of contents with replacers replaced appropriately */\n const contents: (string | T)[] = [];\n\n // current index in the string as we go through it\n let i = 0;\n // first index of characters to include in the next plain string added to the content\n let nextIntermediateStartIndex = 0;\n\n /**\n * Adds some content to the array of contents that is being built and also add the intermediate\n * string between the last added content and this added content\n *\n * @param newContent Content to add\n * @param newContentIndex Position in string where newContent starts\n * @param newContentLength Length in the string of the representation of this newContent\n */\n function addToContents(\n newContent: string | T,\n newContentIndex: number,\n newContentLength: number,\n ) {\n // Get the string content between the last new content and this new content\n const intermediateContent = substring(str, nextIntermediateStartIndex, newContentIndex);\n\n // If the last item in contents is a string, pull it out and add intermediateContent to\n // it. Otherwise stick with just intermediateContent\n const baseSubstring =\n contents.length > 0 && isString(contents[contents.length - 1])\n ? `${contents.pop()}${intermediateContent}`\n : intermediateContent;\n\n if (isString(newContent)) {\n // If the new content is a string, add it all together\n contents.push(`${baseSubstring}${newContent}`);\n } else {\n // New content is not a string. Add the base string if it exists (don't add an\n // empty string between added contents), then add the new content separately\n if (baseSubstring) contents.push(baseSubstring);\n contents.push(newContent);\n }\n\n // Set the intermediate start index to right after the new content so whatever\n // string content is between replacers gets added\n nextIntermediateStartIndex = newContentIndex + newContentLength;\n }\n\n const strLength = stringLength(str);\n while (i < strLength) {\n switch (charAt(str, i)) {\n case '{':\n if (charAt(str, i - 1) !== '\\\\') {\n // This character is an un-escaped open curly brace. Try to match and replace\n const closeCurlyBraceIndex = indexOfClosestClosingCurlyBrace(str, i, false);\n if (closeCurlyBraceIndex >= 0) {\n // We have matching open and close indices. Try to replace the contents\n const replacerKey = substring(str, i + 1, closeCurlyBraceIndex);\n\n // Replace with the replacer or just remove the curly braces\n const replacerContent =\n replacerKey in replacers\n ? // Just checked that the key is in the object\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n replacers[replacerKey as keyof typeof replacers]\n : replacerKey;\n\n addToContents(replacerContent, i, closeCurlyBraceIndex + 1 - i);\n\n // Put our index at the closing brace to keep processing the string after it\n i = closeCurlyBraceIndex;\n // Set the intermediate start index to right after our closing curly brace so whatever\n // string content is between replacers gets added\n nextIntermediateStartIndex = closeCurlyBraceIndex + 1;\n } else {\n // This is an unexpected un-escaped open curly brace with no matching closing curly\n // brace. Just ignore, I guess\n }\n } else {\n // This character is an escaped open curly brace. Add the curly brace but skip over the\n // escape backslash\n addToContents('{', i - 1, 2);\n }\n break;\n case '}':\n if (charAt(str, i - 1) !== '\\\\') {\n // This character is an un-escaped closing curly brace with no matching open curly\n // brace. Just ignore, I guess\n } else {\n // This character is an escaped closing curly brace. Add the curly brace but skip over\n // the escape backslash\n addToContents('}', i - 1, 2);\n }\n break;\n default:\n // No need to do anything with other characters at this point\n break;\n }\n\n i += 1;\n }\n\n // Now we are through the whole string and need to add the string content after all replacers if\n // there is anything left\n if (nextIntermediateStartIndex < strLength) {\n // Get the string content between the last new content and this new content\n const endContent = substring(str, nextIntermediateStartIndex);\n\n // If the last item in contents is a string, pull it out and add endContent to\n // it. Then put it in the contents array\n contents.push(\n contents.length > 0 && isString(contents[contents.length - 1])\n ? `${contents.pop()}${endContent}`\n : endContent,\n );\n }\n\n return contents;\n}\n\n/**\n * Formats a string, replacing `{replacer key}` with the value in the `replacers` at that replacer\n * key (or multiple replacer values if there are multiple in the string). Will also remove \\ before\n * curly braces if curly braces are escaped with a backslash in order to preserve the curly braces.\n * E.g. 'Hi, this is {name}! I like `\\{curly braces\\}`! would become Hi, this is Jim! I like {curly\n * braces}!\n *\n * If the key in unescaped braces is not found, returns the key without the braces. Empty unescaped\n * curly braces will just return a string without the braces e.g. ('I am {Nemo}', { 'name': 'Jim'})\n * would return 'I am Nemo'.\n *\n * @example\n *\n * ```typescript\n * formatReplacementString(\n * 'Hi, this is {name}! I like \\{curly braces\\}! I have a {carColor} car. My favorite food is {food}.',\n * { name: 'Bill', carColor: 'blue' }\n * );\n *\n * =>\n *\n * 'Hi, this is Bill! I like {curly braces}! I have a blue car. My favorite food is food.'\n * ```\n *\n * @param str String to format\n * @param replacers Object whose keys are replacer keys and whose values are the values with which\n * to replace `{replacer key}`s found in the string to format. Will be coerced to strings using\n * `${replacerValue}`\n * @returns Formatted string\n */\nexport function formatReplacementString(\n str: string,\n replacers: { [key: string | number]: string | unknown } | object,\n): string {\n return formatReplacementStringToArray(str, replacers)\n .map((content) => `${content}`)\n .join('');\n}\n\n/**\n * This function mirrors the `includes` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Performs a case-sensitive search to determine if searchString is found in string.\n *\n * @param string String to search through\n * @param searchString String to search for\n * @param position Position within the string to start searching for searchString. Default is `0`\n * @returns True if search string is found, false if it is not\n */\nexport function includes(string: string, searchString: string, position: number = 0): boolean {\n const partialString = substring(string, position);\n const indexOfSearchString = indexOf(partialString, searchString);\n if (indexOfSearchString === -1) return false;\n return true;\n}\n\n/**\n * This function mirrors the `indexOf` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns the index of the first occurrence of a given string.\n *\n * @param string String to search through\n * @param searchString The string to search for\n * @param position Start of searching. Default is `0`\n * @returns Index of the first occurrence of a given string\n */\nexport function indexOf(\n string: string,\n searchString: string,\n position: number | undefined = 0,\n): number {\n return stringzIndexOf(string, searchString, position);\n}\n\n/**\n * This function mirrors the `lastIndexOf` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Searches this string and returns the index of the last occurrence of the specified substring.\n *\n * @param string String to search through\n * @param searchString Substring to search for\n * @param position The index at which to begin searching. If omitted, the search begins at the end\n * of the string. Default is `undefined`\n * @returns Index of the last occurrence of searchString found, or -1 if not found.\n */\nexport function lastIndexOf(string: string, searchString: string, position?: number): number {\n let validatedPosition = position === undefined ? stringLength(string) : position;\n\n if (validatedPosition < 0) {\n validatedPosition = 0;\n } else if (validatedPosition >= stringLength(string)) {\n validatedPosition = stringLength(string) - 1;\n }\n\n for (let index = validatedPosition; index >= 0; index--) {\n if (substr(string, index, stringLength(searchString)) === searchString) {\n return index;\n }\n }\n\n return -1;\n}\n\n/**\n * This function mirrors the `length` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes. Since `length` appears to be a\n * reserved keyword, the function was renamed to `stringLength`\n *\n * Returns the length of a string.\n *\n * @param string String to return the length for\n * @returns Number that is length of the starting string\n */\nexport function stringLength(string: string): number {\n return stringzLength(string);\n}\n\n/**\n * This function mirrors the `normalize` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns the Unicode Normalization Form of this string.\n *\n * @param string The starting string\n * @param form Form specifying the Unicode Normalization Form. Default is `'NFC'`\n * @returns A string containing the Unicode Normalization Form of the given string.\n */\nexport function normalize(string: string, form: 'NFC' | 'NFD' | 'NFKC' | 'NFKD' | 'none'): string {\n const upperCaseForm = form.toUpperCase();\n if (upperCaseForm === 'NONE') {\n return string;\n }\n return string.normalize(upperCaseForm);\n}\n\n/**\n * Compares two strings using an ordinal comparison approach based on the specified collation\n * options. This function uses the built-in `localeCompare` method with the 'en' locale and the\n * provided collation options to compare the strings.\n *\n * @param string1 The first string to compare.\n * @param string2 The second string to compare.\n * @param options Optional. The collation options used for comparison.\n * @returns A number indicating the result of the comparison: - Negative value if string1 precedes\n * string2 in sorting order. - Zero if string1 and string2 are equivalent in sorting order. -\n * Positive value if string1 follows string2 in sorting order.\n */\nexport function ordinalCompare(\n string1: string,\n string2: string,\n options?: Intl.CollatorOptions,\n): number {\n return string1.localeCompare(string2, 'en', options);\n}\n\n/**\n * This function mirrors the `padEnd` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Pads this string with another string (multiple times, if needed) until the resulting string\n * reaches the given length. The padding is applied from the end of this string.\n *\n * @param string String to add padding too\n * @param targetLength The length of the resulting string once the starting string has been padded.\n * If value is less than or equal to length(string), then string is returned as is.\n * @param padString The string to pad the current string with. If padString is too long to stay\n * within targetLength, it will be truncated. Default is `\" \"`\n * @returns String with appropriate padding at the end\n */\n// Note: Limit with padString only works when length(padString) = 1, will be fixed with https://github.com/sallar/stringz/pull/59\nexport function padEnd(string: string, targetLength: number, padString: string = ' '): string {\n if (targetLength <= stringLength(string)) return string;\n return stringzLimit(string, targetLength, padString, 'right');\n}\n\n/**\n * This function mirrors the `padStart` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Pads this string with another string (multiple times, if needed) until the resulting string\n * reaches the given length. The padding is applied from the start of this string.\n *\n * @param string String to add padding too\n * @param targetLength The length of the resulting string once the starting string has been padded.\n * If value is less than or equal to length(string), then string is returned as is.\n * @param padString The string to pad the current string with. If padString is too long to stay\n * within the targetLength, it will be truncated from the end. Default is `\" \"`\n * @returns String with of specified targetLength with padString applied from the start\n */\n// Note: Limit with padString only works when length(padString) = 1, will be fixed with https://github.com/sallar/stringz/pull/59\nexport function padStart(string: string, targetLength: number, padString: string = ' '): string {\n if (targetLength <= stringLength(string)) return string;\n return stringzLimit(string, targetLength, padString, 'left');\n}\n\n// This is a helper function that performs a correction on the slice index to make sure it\n// cannot go out of bounds\nfunction correctSliceIndex(length: number, index: number) {\n if (index > length) return length;\n if (index < -length) return 0;\n if (index < 0) return index + length;\n return index;\n}\n\n/**\n * This function mirrors the `slice` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Extracts a section of this string and returns it as a new string, without modifying the original\n * string.\n *\n * @param string The starting string\n * @param indexStart The index of the first character to include in the returned substring.\n * @param indexEnd The index of the first character to exclude from the returned substring.\n * @returns A new string containing the extracted section of the string.\n */\nexport function slice(string: string, indexStart: number, indexEnd?: number): string {\n const length: number = stringLength(string);\n if (\n indexStart > length ||\n (indexEnd &&\n ((indexStart > indexEnd &&\n !(indexStart >= 0 && indexStart < length && indexEnd < 0 && indexEnd > -length)) ||\n indexEnd < -length))\n )\n return '';\n\n const newStart = correctSliceIndex(length, indexStart);\n const newEnd = indexEnd ? correctSliceIndex(length, indexEnd) : undefined;\n\n return substring(string, newStart, newEnd);\n}\n\n/**\n * This function mirrors the `split` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Takes a pattern and divides the string into an ordered list of substrings by searching for the\n * pattern, puts these substrings into an array, and returns the array.\n *\n * @param string The string to split\n * @param separator The pattern describing where each split should occur\n * @param splitLimit Limit on the number of substrings to be included in the array. Splits the\n * string at each occurrence of specified separator, but stops when limit entries have been placed\n * in the array.\n * @returns An array of strings, split at each point where separator occurs in the starting string.\n * Returns undefined if separator is not found in string.\n */\nexport function split(string: string, separator: string | RegExp, splitLimit?: number): string[] {\n const result: string[] = [];\n\n if (splitLimit !== undefined && splitLimit <= 0) {\n return [string];\n }\n\n if (separator === '') return toArray(string).slice(0, splitLimit);\n\n let regexSeparator = separator;\n if (\n typeof separator === 'string' ||\n (separator instanceof RegExp && !includes(separator.flags, 'g'))\n ) {\n regexSeparator = new RegExp(separator, 'g');\n }\n\n const matches: RegExpMatchArray | null = string.match(regexSeparator);\n\n let currentIndex = 0;\n\n if (!matches) return [string];\n\n for (let index = 0; index < (splitLimit ? splitLimit - 1 : matches.length); index++) {\n const matchIndex = indexOf(string, matches[index], currentIndex);\n const matchLength = stringLength(matches[index]);\n\n result.push(substring(string, currentIndex, matchIndex));\n currentIndex = matchIndex + matchLength;\n\n if (splitLimit !== undefined && result.length === splitLimit) {\n break;\n }\n }\n\n result.push(substring(string, currentIndex));\n\n return result;\n}\n\n/**\n * This function mirrors the `startsWith` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Determines whether the string begins with the characters of a specified string, returning true or\n * false as appropriate.\n *\n * @param string String to search through\n * @param searchString The characters to be searched for at the start of this string.\n * @param position The start position at which searchString is expected to be found (the index of\n * searchString's first character). Default is `0`\n * @returns True if the given characters are found at the beginning of the string, including when\n * searchString is an empty string; otherwise, false.\n */\nexport function startsWith(string: string, searchString: string, position: number = 0): boolean {\n const indexOfSearchString = indexOf(string, searchString, position);\n if (indexOfSearchString !== position) return false;\n return true;\n}\n\n/**\n * This function mirrors the `substr` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a substring by providing start and length. This function is not exported because it is\n * considered deprecated, however it is still useful as a local helper function.\n *\n * @param string String to be divided\n * @param begin Start position. Default is `Start of string`\n * @param len Length of result. Default is `String length minus start parameter`. Default is `String\n * length minus start parameter`\n * @returns Substring from starting string\n */\nfunction substr(\n string: string,\n begin: number = 0,\n len: number = stringLength(string) - begin,\n): string {\n return stringzSubstr(string, begin, len);\n}\n\n/**\n * This function mirrors the `substring` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a substring by providing start and end position.\n *\n * @param string String to be divided\n * @param begin Start position\n * @param end End position. Default is `End of string`\n * @returns Substring from starting string\n */\nexport function substring(\n string: string,\n begin: number,\n end: number = stringLength(string),\n): string {\n return stringzSubstring(string, begin, end);\n}\n\n/**\n * This function mirrors the `toArray` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Converts a string to an array of string characters.\n *\n * @param string String to convert to array\n * @returns An array of characters from the starting string\n */\nexport function toArray(string: string): string[] {\n return stringzToArray(string);\n}\n\n/** Determine whether the string is a `LocalizeKey` meant to be localized in Platform.Bible. */\nexport function isLocalizeKey(str: string): str is LocalizeKey {\n return startsWith(str, '%') && endsWith(str, '%');\n}\n\n/**\n * Escape RegExp special characters.\n *\n * You can also use this to escape a string that is inserted into the middle of a regex, for\n * example, into a character class.\n *\n * All credit to [`escape-string-regexp`](https://www.npmjs.com/package/escape-string-regexp) - this\n * function is simply copied directly from there to allow a common js export\n *\n * @example\n *\n * import escapeStringRegexp from 'platform-bible-utils';\n *\n * const escapedString = escapeStringRegexp('How much $ for a 🦄?');\n * //=> 'How much \\\\$ for a 🦄\\\\?'\n *\n * new RegExp(escapedString);\n */\nexport function escapeStringRegexp(string: string): string {\n if (typeof string !== 'string') {\n throw new TypeError('Expected a string');\n }\n\n // Escape characters with special meaning either inside or outside character sets.\n // Use a simple backslash escape when it’s always valid, and a `\\xnn` escape when the simpler form would be disallowed by Unicode patterns’ stricter grammar.\n return string.replace(/[|\\\\{}()[\\]^$+*?.]/g, '\\\\$&').replace(/-/g, '\\\\x2d');\n}\n\n/**\n * Transforms a string or an array of strings into an array of regular expressions, ensuring that\n * the result is always an array.\n *\n * This function accepts a value that may be a single string, an array of strings, or `undefined`.\n * It then:\n *\n * - Converts each string into a `RegExp` object.\n * - If the input is an array containing nested arrays, it converts each string in the nested arrays\n * into `RegExp` objects.\n * - Ensures that the result is always an array of `RegExp` objects or arrays of `RegExp` objects.\n *\n * @param stringStringMaybeArray - The value to be transformed, which can be a single string, an\n * array of strings or arrays of strings, or `undefined`.\n * @returns An array of `RegExp` objects or arrays of `RegExp` objects. If the input is `undefined`,\n * an empty array is returned.\n */\nexport function transformAndEnsureRegExpRegExpArray(\n stringStringMaybeArray: string | (string | string[])[] | undefined,\n): (RegExp | RegExp[])[] {\n if (!stringStringMaybeArray) return [];\n\n const stringStringArray = ensureArray(stringStringMaybeArray);\n\n const regExpRegExpArray = stringStringArray.map((stringMaybeStringArray: string | string[]) =>\n Array.isArray(stringMaybeStringArray)\n ? stringMaybeStringArray.map((str) => new RegExp(str))\n : new RegExp(stringMaybeStringArray),\n );\n\n return regExpRegExpArray;\n}\n\n/**\n * Transforms a string or an array of strings into an array of regular expressions.\n *\n * This function accepts a value that may be a single string, an array of strings, or `undefined`.\n * It then:\n *\n * - Converts each string into a `RegExp` object.\n * - Ensures that the result is always an array of `RegExp` objects.\n *\n * @param stringMaybeArray - The value to be transformed, which can be a single string, an array of\n * strings, or `undefined`.\n * @returns An array of `RegExp` objects. If the input is `undefined`, an empty array is returned.\n */\nexport function transformAndEnsureRegExpArray(\n stringMaybeArray: string | string[] | undefined,\n): RegExp[] {\n if (!stringMaybeArray) return [];\n\n const stringArray = ensureArray(stringMaybeArray);\n\n const regExpArray = stringArray.map((str: string) => new RegExp(str));\n\n return regExpArray;\n}\n\n/** This is an internal-only export for testing purposes and should not be used in development */\nexport const testingStringUtils = {\n indexOfClosestClosingCurlyBrace,\n};\n","import { Canon, VerseRef } from '@sillsdev/scripture';\nimport { BookInfo, ScriptureReference, ScrollGroupId } from './scripture.model';\nimport { split, startsWith } from './string-util';\nimport { LocalizeKey } from './menus.model';\n\nconst scrBookData: BookInfo[] = [\n { shortName: 'ERR', fullNames: ['ERROR'], chapters: -1 },\n { shortName: 'GEN', fullNames: ['Genesis'], chapters: 50 },\n { shortName: 'EXO', fullNames: ['Exodus'], chapters: 40 },\n { shortName: 'LEV', fullNames: ['Leviticus'], chapters: 27 },\n { shortName: 'NUM', fullNames: ['Numbers'], chapters: 36 },\n { shortName: 'DEU', fullNames: ['Deuteronomy'], chapters: 34 },\n { shortName: 'JOS', fullNames: ['Joshua'], chapters: 24 },\n { shortName: 'JDG', fullNames: ['Judges'], chapters: 21 },\n { shortName: 'RUT', fullNames: ['Ruth'], chapters: 4 },\n { shortName: '1SA', fullNames: ['1 Samuel'], chapters: 31 },\n { shortName: '2SA', fullNames: ['2 Samuel'], chapters: 24 },\n { shortName: '1KI', fullNames: ['1 Kings'], chapters: 22 },\n { shortName: '2KI', fullNames: ['2 Kings'], chapters: 25 },\n { shortName: '1CH', fullNames: ['1 Chronicles'], chapters: 29 },\n { shortName: '2CH', fullNames: ['2 Chronicles'], chapters: 36 },\n { shortName: 'EZR', fullNames: ['Ezra'], chapters: 10 },\n { shortName: 'NEH', fullNames: ['Nehemiah'], chapters: 13 },\n { shortName: 'EST', fullNames: ['Esther'], chapters: 10 },\n { shortName: 'JOB', fullNames: ['Job'], chapters: 42 },\n { shortName: 'PSA', fullNames: ['Psalm', 'Psalms'], chapters: 150 },\n { shortName: 'PRO', fullNames: ['Proverbs'], chapters: 31 },\n { shortName: 'ECC', fullNames: ['Ecclesiastes'], chapters: 12 },\n { shortName: 'SNG', fullNames: ['Song of Solomon', 'Song of Songs'], chapters: 8 },\n { shortName: 'ISA', fullNames: ['Isaiah'], chapters: 66 },\n { shortName: 'JER', fullNames: ['Jeremiah'], chapters: 52 },\n { shortName: 'LAM', fullNames: ['Lamentations'], chapters: 5 },\n { shortName: 'EZK', fullNames: ['Ezekiel'], chapters: 48 },\n { shortName: 'DAN', fullNames: ['Daniel'], chapters: 12 },\n { shortName: 'HOS', fullNames: ['Hosea'], chapters: 14 },\n { shortName: 'JOL', fullNames: ['Joel'], chapters: 3 },\n { shortName: 'AMO', fullNames: ['Amos'], chapters: 9 },\n { shortName: 'OBA', fullNames: ['Obadiah'], chapters: 1 },\n { shortName: 'JON', fullNames: ['Jonah'], chapters: 4 },\n { shortName: 'MIC', fullNames: ['Micah'], chapters: 7 },\n { shortName: 'NAM', fullNames: ['Nahum'], chapters: 3 },\n { shortName: 'HAB', fullNames: ['Habakkuk'], chapters: 3 },\n { shortName: 'ZEP', fullNames: ['Zephaniah'], chapters: 3 },\n { shortName: 'HAG', fullNames: ['Haggai'], chapters: 2 },\n { shortName: 'ZEC', fullNames: ['Zechariah'], chapters: 14 },\n { shortName: 'MAL', fullNames: ['Malachi'], chapters: 4 },\n { shortName: 'MAT', fullNames: ['Matthew'], chapters: 28 },\n { shortName: 'MRK', fullNames: ['Mark'], chapters: 16 },\n { shortName: 'LUK', fullNames: ['Luke'], chapters: 24 },\n { shortName: 'JHN', fullNames: ['John'], chapters: 21 },\n { shortName: 'ACT', fullNames: ['Acts'], chapters: 28 },\n { shortName: 'ROM', fullNames: ['Romans'], chapters: 16 },\n { shortName: '1CO', fullNames: ['1 Corinthians'], chapters: 16 },\n { shortName: '2CO', fullNames: ['2 Corinthians'], chapters: 13 },\n { shortName: 'GAL', fullNames: ['Galatians'], chapters: 6 },\n { shortName: 'EPH', fullNames: ['Ephesians'], chapters: 6 },\n { shortName: 'PHP', fullNames: ['Philippians'], chapters: 4 },\n { shortName: 'COL', fullNames: ['Colossians'], chapters: 4 },\n { shortName: '1TH', fullNames: ['1 Thessalonians'], chapters: 5 },\n { shortName: '2TH', fullNames: ['2 Thessalonians'], chapters: 3 },\n { shortName: '1TI', fullNames: ['1 Timothy'], chapters: 6 },\n { shortName: '2TI', fullNames: ['2 Timothy'], chapters: 4 },\n { shortName: 'TIT', fullNames: ['Titus'], chapters: 3 },\n { shortName: 'PHM', fullNames: ['Philemon'], chapters: 1 },\n { shortName: 'HEB', fullNames: ['Hebrews'], chapters: 13 },\n { shortName: 'JAS', fullNames: ['James'], chapters: 5 },\n { shortName: '1PE', fullNames: ['1 Peter'], chapters: 5 },\n { shortName: '2PE', fullNames: ['2 Peter'], chapters: 3 },\n { shortName: '1JN', fullNames: ['1 John'], chapters: 5 },\n { shortName: '2JN', fullNames: ['2 John'], chapters: 1 },\n { shortName: '3JN', fullNames: ['3 John'], chapters: 1 },\n { shortName: 'JUD', fullNames: ['Jude'], chapters: 1 },\n { shortName: 'REV', fullNames: ['Revelation'], chapters: 22 },\n];\n\nexport const FIRST_SCR_BOOK_NUM = 1;\nexport const LAST_SCR_BOOK_NUM = scrBookData.length - 1;\nexport const FIRST_SCR_CHAPTER_NUM = 1;\nexport const FIRST_SCR_VERSE_NUM = 1;\n\nexport const defaultScrRef: ScriptureReference = {\n bookNum: 1,\n chapterNum: 1,\n verseNum: 1,\n};\n\nexport const getChaptersForBook = (bookNum: number): number => {\n return scrBookData[bookNum]?.chapters ?? -1;\n};\n\nexport const offsetBook = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n bookNum: Math.max(FIRST_SCR_BOOK_NUM, Math.min(scrRef.bookNum + offset, LAST_SCR_BOOK_NUM)),\n chapterNum: 1,\n verseNum: 1,\n});\n\nexport const offsetChapter = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n chapterNum: Math.min(\n Math.max(FIRST_SCR_CHAPTER_NUM, scrRef.chapterNum + offset),\n getChaptersForBook(scrRef.bookNum),\n ),\n verseNum: 1,\n});\n\nexport const offsetVerse = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n verseNum: Math.max(FIRST_SCR_VERSE_NUM, scrRef.verseNum + offset),\n});\n\n/**\n * https://github.com/ubsicap/Paratext/blob/master/ParatextData/SILScriptureExtensions.cs#L72\n *\n * Convert book number to a localized Id (a short description of the book). This should be used\n * whenever a book ID (short code) is shown to the user. It is primarily needed for people who do\n * not read Roman script well and need to have books identified in a alternate script (e.g. Chinese\n * or Russian)\n *\n * @param bookNumber\n * @param localizationLanguage In BCP 47 format\n * @param getLocalizedString Function that provides the localized versions of the book ids and names\n * asynchronously.\n * @returns\n */\nexport async function getLocalizedIdFromBookNumber(\n bookNumber: number,\n localizationLanguage: string,\n getLocalizedString: (item: {\n localizeKey: string;\n languagesToSearch?: string[];\n }) => Promise,\n) {\n const id = Canon.bookNumberToId(bookNumber);\n\n if (!startsWith(Intl.getCanonicalLocales(localizationLanguage)[0], 'zh'))\n return getLocalizedString({\n localizeKey: `LocalizedId.${id}`,\n languagesToSearch: [localizationLanguage],\n });\n\n // For Chinese the normal book name is already fairly short.\n const bookName = await getLocalizedString({\n localizeKey: `Book.${id}`,\n languagesToSearch: [localizationLanguage],\n });\n const parts = split(bookName, '-');\n // some entries had a second name inside ideographic parenthesis\n const parts2 = split(parts[0], '\\xff08');\n const retVal = parts2[0].trim();\n return retVal;\n}\n\n/**\n * Get the Scripture reference as an easily comparable/sortable integer.\n *\n * @param scrRef The Scripture reference.\n * @returns An integer where the first three digits represent the book, the next three represent the\n * chapter and the last three represent the verse.\n */\nexport function scrRefToBBBCCCVVV(scrRef: ScriptureReference): number {\n return new VerseRef(scrRef.bookNum, scrRef.chapterNum, scrRef.verseNum).BBBCCCVVV;\n}\n\n/**\n * Compares two Scripture references canonically.\n *\n * @param scrRef1 The first Scripture reference to compare.\n * @param scrRef2 The second Scripture reference to compare.\n * @returns A number indicating the result of the comparison: - Negative value if scrRef1 precedes\n * scrRef2 in sorting order. - Zero if scrRef1 and scrRef2 are equivalent in sorting order. -\n * Positive value if scrRef1 follows scrRef2 in sorting order.\n */\nexport function compareScrRefs(scrRef1: ScriptureReference, scrRef2: ScriptureReference): number {\n // TODO: consider edge cases for invalid references (current implementation should suffice for\n // all but the most extreme cases)\n return scrRefToBBBCCCVVV(scrRef1) - scrRefToBBBCCCVVV(scrRef2);\n}\n\n/** Get the localized string key for a given scroll group Id (or no scroll group if `undefined`) */\nexport function getLocalizeKeyForScrollGroupId(\n scrollGroupId: ScrollGroupId | undefined | 'undefined',\n): LocalizeKey {\n return `%scrollGroup_${scrollGroupId}%`;\n}\n\n/**\n * Gets a list of localized string keys for provided scroll group Ids. Uses\n * {@link getLocalizeKeyForScrollGroupId} internally\n *\n * @example\n *\n * ```typescript\n * getLocalizeKeysForScrollGroupIds([undefined, 0, 1, 2, 3, 4]);\n * // Gives localized string keys for the provided scroll group ids in an array\n * ```\n *\n * @param scrollGroupIds Scroll group ids to include\n * @returns List of localized string keys for scroll group Ids\n */\nexport function getLocalizeKeysForScrollGroupIds(scrollGroupIds: (ScrollGroupId | undefined)[]) {\n return scrollGroupIds.map((scrollGroupId) => getLocalizeKeyForScrollGroupId(scrollGroupId));\n}\n\n/**\n * Formats a Scripture reference.\n *\n * @param scrRef The Scripture reference to format.\n * @param optionOrLocalizedBookName Either 'id' (the default) to format using the \"standard\" (as\n * defined by SIL/UBS) 3-letter book ID, 'English' to format using the English book name spelled\n * out, or some other string (e.g., a localized book name, vernacular abbreviation, FCBH book id,\n * etc.) to use.\n * @param chapterVerseSeparator The character used to separate the chapter number from the verse\n * number. Default is a colon (:). Note: More than one character is allowed.\n * @param bookChapterSeparator The character used to separate the book from the chapter number.\n * Default is a single space. Note: More than one character is allowed.\n * @returns The formatted reference.\n */\nexport function formatScrRef(\n scrRef: ScriptureReference,\n optionOrLocalizedBookName?: 'id' | 'English' | string,\n chapterVerseSeparator?: string,\n bookChapterSeparator?: string,\n): string {\n let book: string;\n switch (optionOrLocalizedBookName ?? 'id') {\n case 'English':\n book = Canon.bookNumberToEnglishName(scrRef.bookNum);\n break;\n case 'id':\n book = Canon.bookNumberToId(scrRef.bookNum);\n break;\n default:\n // We already dealt with undefined about in the switch, but TS is getting confused.\n book = optionOrLocalizedBookName ?? '';\n break;\n }\n return `${book}${bookChapterSeparator ?? ' '}${scrRef.chapterNum}${chapterVerseSeparator ?? ':'}${scrRef.verseNum}`;\n}\n","/** Function to run to dispose of something. Returns true if successfully unsubscribed */\nexport type Unsubscriber = () => boolean;\n\n/**\n * Returns an Unsubscriber function that combines all the unsubscribers passed in.\n *\n * @param unsubscribers All unsubscribers to aggregate into one unsubscriber\n * @returns Function that unsubscribes from all passed in unsubscribers when run\n */\nexport const aggregateUnsubscribers = (unsubscribers: Unsubscriber[]): Unsubscriber => {\n return (...args) => {\n // Run the unsubscriber for each handler\n const unsubs = unsubscribers.map((unsubscriber) => unsubscriber(...args));\n\n // If all the unsubscribers resolve to truthiness, we succeed\n return unsubs.every((success) => success);\n };\n};\n\n/**\n * Function to run to dispose of something that runs asynchronously. The promise resolves to true if\n * successfully unsubscribed\n */\nexport type UnsubscriberAsync = () => Promise;\n\n/**\n * Returns an UnsubscriberAsync function that combines all the unsubscribers passed in.\n *\n * @param unsubscribers - All unsubscribers to aggregate into one unsubscriber.\n * @returns Function that unsubscribes from all passed in unsubscribers when run\n */\nexport const aggregateUnsubscriberAsyncs = (\n unsubscribers: (UnsubscriberAsync | Unsubscriber)[],\n): UnsubscriberAsync => {\n return async (...args) => {\n // Run the unsubscriber for each handler\n const unsubPromises = unsubscribers.map(async (unsubscriber) => unsubscriber(...args));\n\n // If all the unsubscribers resolve to truthiness, we succeed\n return (await Promise.all(unsubPromises)).every((success) => success);\n };\n};\n","import { type MarkerContent, type MarkerObject } from '@biblionexus-foundation/scripture-utilities';\nimport { VerseRef } from '@sillsdev/scripture';\n\n/** USJ content node type for a chapter */\nexport const CHAPTER_TYPE = 'chapter';\n\n/** USJ content node type for a verse */\nexport const VERSE_TYPE = 'verse';\n\n/** Represents a book, chapter, verse, and offset */\nexport type VerseRefOffset = {\n verseRef: VerseRef;\n offset: number;\n};\n\n/** This could actually have more content clauses at the end, but TS types are limited */\nexport type ContentJsonPath =\n | ''\n | `$`\n | `$.content[${number}]`\n | `$.content[${number}].content[${number}]`\n | `$.content[${number}].content[${number}].content[${number}]`\n | `$.content[${number}].content[${number}].content[${number}].content[${number}]`;\n\n/** Node within a USJ object, an offset within that node, and a JSONPath query to the node */\nexport type UsjContentLocation = {\n node: MarkerContent;\n offset: number;\n jsonPath: ContentJsonPath;\n};\n\n/** Utilities for reading from and writing to `Usj` objects */\nexport interface IUsjReaderWriter {\n /**\n * Return a copy of text following a given starting point\n *\n * @param start Point where text extraction will start\n * @param desiredLength Length of text to extract from this USJ data\n */\n extractText(start: UsjContentLocation, desiredLength: number): string;\n /**\n * Return a copy of text between two points\n *\n * @param start Point where text extraction will start\n * @param end Point where text extraction will end\n * @param maxLength Maximum length of string to return (defaults to 100)\n * @returns Text between the two points, capped at length `maxLength`\n */\n extractTextBetweenPoints(\n start: UsjContentLocation,\n end: UsjContentLocation,\n maxLength: number,\n ): string;\n /**\n * Given a starting point, find the next location in this USJ data that matches the given text\n *\n * @param start Point where the search for `text` will start\n * @param text Text to find\n * @param maxTextLengthToSearch Maximum length of text to search before stopping (default is 1000)\n * @returns Object containing the USJ node where `text` begins (it might be split across nodes),\n * offset within that node that indicates where `text` begins, and a JSONPath string that\n * indicates the location of the of USJ node within `usj`. Note that if the USJ node returned is\n * an object, it is the same object that is within this USJ data. So if you change it, you are\n * changing this USJ data.\n */\n findNextLocationOfMatchingText(\n start: UsjContentLocation,\n text: string,\n maxTextLengthToSearch: number,\n ): UsjContentLocation | undefined;\n /** Find the first value matching the given JSONPath query within this USJ data */\n findSingleValue(jsonPathQuery: string): T | undefined;\n /** Find the parent of the first value matching the given JSONPath query within this USJ data */\n findParent(jsonPathQuery: string): T | undefined;\n /**\n * Convert a JSONPath query into a VerseRef and offset\n *\n * @param jsonPathQuery JSONPath search expression that indicates a node within this USJ data. If\n * the expression matches more than one node, then only the first node found is considered.\n * @param bookId 3 letter ID of the book being searched (must be defined in this USJ data if not\n * provided here)\n * @returns VerseRef and offset that represents the location within this USJ data indicated by\n * `jsonPathQuery`\n */\n jsonPathToVerseRefAndOffset(jsonPathQuery: string, bookId?: string): VerseRefOffset;\n /** Build a JSONPath query that uniquely identifies the given node with this USJ data. */\n nodeToJsonPath(node: MarkerObject): ContentJsonPath;\n /**\n * Determine the VerseRef and offset that correspond to the location of a node somewhere within\n * this USJ data\n *\n * @param bookId ID of the book represented by this USJ data\n * @param node JSON object representing the location of the VerseRef and offset\n * @param nodeParent JSON object that owns the `content` array that includes `node`. If\n * 'undefined' is provided then the `UsjReaderWriter` will attempt to lookup the parent of\n * `node`. The lookup will always fail and throw an error if `node` is a string.\n * @returns VerseRef and offset representing the location of `node`, if one could be found\n */\n nodeToVerseRefAndOffset(\n bookId: string,\n node: MarkerContent,\n nodeParent: MarkerObject | MarkerContent[] | undefined,\n ): { verseRef: VerseRef; offset: number } | undefined;\n /**\n * Remove all nodes from this USJ data that match a given search function.\n *\n * @param searchFunction Function that returns `true` if the given node should be removed\n * @returns Number of nodes removed\n */\n removeContentNodes(searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean): number;\n /**\n * Inform this UsjReaderWriter that the underlying USJ object changed. This is needed to clear\n * caches used when querying.\n */\n usjChanged(): void;\n /**\n * Convert a verse ref + offset into a node + offset within this USJ data and a JSONPath query\n *\n * @param verseRef Indicates the book, chapter, and verse of interest to find\n * @param verseRefOffset Specific location within verse text (defaults to 0)\n * @returns Object containing the USJ node indicated by `verseRef` and `verseRefOffset`, offset\n * within that node that matches the `verseRefOffset`, and a JSONPath string that indicates the\n * location of the of USJ node within this USJ data. Note that if the USJ node returned is an\n * object, it is the same object that is within this USJ data. So if you change it, you are\n * changing this USJ data.\n */\n verseRefToUsjContentLocation(verseRef: VerseRef, verseRefOffset: number): UsjContentLocation;\n}\n","var getOwnPropertyNames = Object.getOwnPropertyNames, getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n/**\n * Combine two comparators into a single comparators.\n */\nfunction combineComparators(comparatorA, comparatorB) {\n return function isEqual(a, b, state) {\n return comparatorA(a, b, state) && comparatorB(a, b, state);\n };\n}\n/**\n * Wrap the provided `areItemsEqual` method to manage the circular state, allowing\n * for circular references to be safely included in the comparison without creating\n * stack overflows.\n */\nfunction createIsCircular(areItemsEqual) {\n return function isCircular(a, b, state) {\n if (!a || !b || typeof a !== 'object' || typeof b !== 'object') {\n return areItemsEqual(a, b, state);\n }\n var cache = state.cache;\n var cachedA = cache.get(a);\n var cachedB = cache.get(b);\n if (cachedA && cachedB) {\n return cachedA === b && cachedB === a;\n }\n cache.set(a, b);\n cache.set(b, a);\n var result = areItemsEqual(a, b, state);\n cache.delete(a);\n cache.delete(b);\n return result;\n };\n}\n/**\n * Get the properties to strictly examine, which include both own properties that are\n * not enumerable and symbol properties.\n */\nfunction getStrictProperties(object) {\n return getOwnPropertyNames(object).concat(getOwnPropertySymbols(object));\n}\n/**\n * Whether the object contains the property passed as an own property.\n */\nvar hasOwn = Object.hasOwn ||\n (function (object, property) {\n return hasOwnProperty.call(object, property);\n });\n/**\n * Whether the values passed are strictly equal or both NaN.\n */\nfunction sameValueZeroEqual(a, b) {\n return a || b ? a === b : a === b || (a !== a && b !== b);\n}\n\nvar OWNER = '_owner';\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor, keys = Object.keys;\n/**\n * Whether the arrays are equal in value.\n */\nfunction areArraysEqual(a, b, state) {\n var index = a.length;\n if (b.length !== index) {\n return false;\n }\n while (index-- > 0) {\n if (!state.equals(a[index], b[index], index, index, a, b, state)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the dates passed are equal in value.\n */\nfunction areDatesEqual(a, b) {\n return sameValueZeroEqual(a.getTime(), b.getTime());\n}\n/**\n * Whether the `Map`s are equal in value.\n */\nfunction areMapsEqual(a, b, state) {\n if (a.size !== b.size) {\n return false;\n }\n var matchedIndices = {};\n var aIterable = a.entries();\n var index = 0;\n var aResult;\n var bResult;\n while ((aResult = aIterable.next())) {\n if (aResult.done) {\n break;\n }\n var bIterable = b.entries();\n var hasMatch = false;\n var matchIndex = 0;\n while ((bResult = bIterable.next())) {\n if (bResult.done) {\n break;\n }\n var _a = aResult.value, aKey = _a[0], aValue = _a[1];\n var _b = bResult.value, bKey = _b[0], bValue = _b[1];\n if (!hasMatch &&\n !matchedIndices[matchIndex] &&\n (hasMatch =\n state.equals(aKey, bKey, index, matchIndex, a, b, state) &&\n state.equals(aValue, bValue, aKey, bKey, a, b, state))) {\n matchedIndices[matchIndex] = true;\n }\n matchIndex++;\n }\n if (!hasMatch) {\n return false;\n }\n index++;\n }\n return true;\n}\n/**\n * Whether the objects are equal in value.\n */\nfunction areObjectsEqual(a, b, state) {\n var properties = keys(a);\n var index = properties.length;\n if (keys(b).length !== index) {\n return false;\n }\n var property;\n // Decrementing `while` showed faster results than either incrementing or\n // decrementing `for` loop and than an incrementing `while` loop. Declarative\n // methods like `some` / `every` were not used to avoid incurring the garbage\n // cost of anonymous callbacks.\n while (index-- > 0) {\n property = properties[index];\n if (property === OWNER &&\n (a.$$typeof || b.$$typeof) &&\n a.$$typeof !== b.$$typeof) {\n return false;\n }\n if (!hasOwn(b, property) ||\n !state.equals(a[property], b[property], property, property, a, b, state)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the objects are equal in value with strict property checking.\n */\nfunction areObjectsEqualStrict(a, b, state) {\n var properties = getStrictProperties(a);\n var index = properties.length;\n if (getStrictProperties(b).length !== index) {\n return false;\n }\n var property;\n var descriptorA;\n var descriptorB;\n // Decrementing `while` showed faster results than either incrementing or\n // decrementing `for` loop and than an incrementing `while` loop. Declarative\n // methods like `some` / `every` were not used to avoid incurring the garbage\n // cost of anonymous callbacks.\n while (index-- > 0) {\n property = properties[index];\n if (property === OWNER &&\n (a.$$typeof || b.$$typeof) &&\n a.$$typeof !== b.$$typeof) {\n return false;\n }\n if (!hasOwn(b, property)) {\n return false;\n }\n if (!state.equals(a[property], b[property], property, property, a, b, state)) {\n return false;\n }\n descriptorA = getOwnPropertyDescriptor(a, property);\n descriptorB = getOwnPropertyDescriptor(b, property);\n if ((descriptorA || descriptorB) &&\n (!descriptorA ||\n !descriptorB ||\n descriptorA.configurable !== descriptorB.configurable ||\n descriptorA.enumerable !== descriptorB.enumerable ||\n descriptorA.writable !== descriptorB.writable)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the primitive wrappers passed are equal in value.\n */\nfunction arePrimitiveWrappersEqual(a, b) {\n return sameValueZeroEqual(a.valueOf(), b.valueOf());\n}\n/**\n * Whether the regexps passed are equal in value.\n */\nfunction areRegExpsEqual(a, b) {\n return a.source === b.source && a.flags === b.flags;\n}\n/**\n * Whether the `Set`s are equal in value.\n */\nfunction areSetsEqual(a, b, state) {\n if (a.size !== b.size) {\n return false;\n }\n var matchedIndices = {};\n var aIterable = a.values();\n var aResult;\n var bResult;\n while ((aResult = aIterable.next())) {\n if (aResult.done) {\n break;\n }\n var bIterable = b.values();\n var hasMatch = false;\n var matchIndex = 0;\n while ((bResult = bIterable.next())) {\n if (bResult.done) {\n break;\n }\n if (!hasMatch &&\n !matchedIndices[matchIndex] &&\n (hasMatch = state.equals(aResult.value, bResult.value, aResult.value, bResult.value, a, b, state))) {\n matchedIndices[matchIndex] = true;\n }\n matchIndex++;\n }\n if (!hasMatch) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the TypedArray instances are equal in value.\n */\nfunction areTypedArraysEqual(a, b) {\n var index = a.length;\n if (b.length !== index) {\n return false;\n }\n while (index-- > 0) {\n if (a[index] !== b[index]) {\n return false;\n }\n }\n return true;\n}\n\nvar ARGUMENTS_TAG = '[object Arguments]';\nvar BOOLEAN_TAG = '[object Boolean]';\nvar DATE_TAG = '[object Date]';\nvar MAP_TAG = '[object Map]';\nvar NUMBER_TAG = '[object Number]';\nvar OBJECT_TAG = '[object Object]';\nvar REG_EXP_TAG = '[object RegExp]';\nvar SET_TAG = '[object Set]';\nvar STRING_TAG = '[object String]';\nvar isArray = Array.isArray;\nvar isTypedArray = typeof ArrayBuffer === 'function' && ArrayBuffer.isView\n ? ArrayBuffer.isView\n : null;\nvar assign = Object.assign;\nvar getTag = Object.prototype.toString.call.bind(Object.prototype.toString);\n/**\n * Create a comparator method based on the type-specific equality comparators passed.\n */\nfunction createEqualityComparator(_a) {\n var areArraysEqual = _a.areArraysEqual, areDatesEqual = _a.areDatesEqual, areMapsEqual = _a.areMapsEqual, areObjectsEqual = _a.areObjectsEqual, arePrimitiveWrappersEqual = _a.arePrimitiveWrappersEqual, areRegExpsEqual = _a.areRegExpsEqual, areSetsEqual = _a.areSetsEqual, areTypedArraysEqual = _a.areTypedArraysEqual;\n /**\n * compare the value of the two objects and return true if they are equivalent in values\n */\n return function comparator(a, b, state) {\n // If the items are strictly equal, no need to do a value comparison.\n if (a === b) {\n return true;\n }\n // If the items are not non-nullish objects, then the only possibility\n // of them being equal but not strictly is if they are both `NaN`. Since\n // `NaN` is uniquely not equal to itself, we can use self-comparison of\n // both objects, which is faster than `isNaN()`.\n if (a == null ||\n b == null ||\n typeof a !== 'object' ||\n typeof b !== 'object') {\n return a !== a && b !== b;\n }\n var constructor = a.constructor;\n // Checks are listed in order of commonality of use-case:\n // 1. Common complex object types (plain object, array)\n // 2. Common data values (date, regexp)\n // 3. Less-common complex object types (map, set)\n // 4. Less-common data values (promise, primitive wrappers)\n // Inherently this is both subjective and assumptive, however\n // when reviewing comparable libraries in the wild this order\n // appears to be generally consistent.\n // Constructors should match, otherwise there is potential for false positives\n // between class and subclass or custom object and POJO.\n if (constructor !== b.constructor) {\n return false;\n }\n // `isPlainObject` only checks against the object's own realm. Cross-realm\n // comparisons are rare, and will be handled in the ultimate fallback, so\n // we can avoid capturing the string tag.\n if (constructor === Object) {\n return areObjectsEqual(a, b, state);\n }\n // `isArray()` works on subclasses and is cross-realm, so we can avoid capturing\n // the string tag or doing an `instanceof` check.\n if (isArray(a)) {\n return areArraysEqual(a, b, state);\n }\n // `isTypedArray()` works on all possible TypedArray classes, so we can avoid\n // capturing the string tag or comparing against all possible constructors.\n if (isTypedArray != null && isTypedArray(a)) {\n return areTypedArraysEqual(a, b, state);\n }\n // Try to fast-path equality checks for other complex object types in the\n // same realm to avoid capturing the string tag. Strict equality is used\n // instead of `instanceof` because it is more performant for the common\n // use-case. If someone is subclassing a native class, it will be handled\n // with the string tag comparison.\n if (constructor === Date) {\n return areDatesEqual(a, b, state);\n }\n if (constructor === RegExp) {\n return areRegExpsEqual(a, b, state);\n }\n if (constructor === Map) {\n return areMapsEqual(a, b, state);\n }\n if (constructor === Set) {\n return areSetsEqual(a, b, state);\n }\n // Since this is a custom object, capture the string tag to determing its type.\n // This is reasonably performant in modern environments like v8 and SpiderMonkey.\n var tag = getTag(a);\n if (tag === DATE_TAG) {\n return areDatesEqual(a, b, state);\n }\n if (tag === REG_EXP_TAG) {\n return areRegExpsEqual(a, b, state);\n }\n if (tag === MAP_TAG) {\n return areMapsEqual(a, b, state);\n }\n if (tag === SET_TAG) {\n return areSetsEqual(a, b, state);\n }\n if (tag === OBJECT_TAG) {\n // The exception for value comparison is custom `Promise`-like class instances. These should\n // be treated the same as standard `Promise` objects, which means strict equality, and if\n // it reaches this point then that strict equality comparison has already failed.\n return (typeof a.then !== 'function' &&\n typeof b.then !== 'function' &&\n areObjectsEqual(a, b, state));\n }\n // If an arguments tag, it should be treated as a standard object.\n if (tag === ARGUMENTS_TAG) {\n return areObjectsEqual(a, b, state);\n }\n // As the penultimate fallback, check if the values passed are primitive wrappers. This\n // is very rare in modern JS, which is why it is deprioritized compared to all other object\n // types.\n if (tag === BOOLEAN_TAG || tag === NUMBER_TAG || tag === STRING_TAG) {\n return arePrimitiveWrappersEqual(a, b, state);\n }\n // If not matching any tags that require a specific type of comparison, then we hard-code false because\n // the only thing remaining is strict equality, which has already been compared. This is for a few reasons:\n // - Certain types that cannot be introspected (e.g., `WeakMap`). For these types, this is the only\n // comparison that can be made.\n // - For types that can be introspected, but rarely have requirements to be compared\n // (`ArrayBuffer`, `DataView`, etc.), the cost is avoided to prioritize the common\n // use-cases (may be included in a future release, if requested enough).\n // - For types that can be introspected but do not have an objective definition of what\n // equality is (`Error`, etc.), the subjective decision is to be conservative and strictly compare.\n // In all cases, these decisions should be reevaluated based on changes to the language and\n // common development practices.\n return false;\n };\n}\n/**\n * Create the configuration object used for building comparators.\n */\nfunction createEqualityComparatorConfig(_a) {\n var circular = _a.circular, createCustomConfig = _a.createCustomConfig, strict = _a.strict;\n var config = {\n areArraysEqual: strict\n ? areObjectsEqualStrict\n : areArraysEqual,\n areDatesEqual: areDatesEqual,\n areMapsEqual: strict\n ? combineComparators(areMapsEqual, areObjectsEqualStrict)\n : areMapsEqual,\n areObjectsEqual: strict\n ? areObjectsEqualStrict\n : areObjectsEqual,\n arePrimitiveWrappersEqual: arePrimitiveWrappersEqual,\n areRegExpsEqual: areRegExpsEqual,\n areSetsEqual: strict\n ? combineComparators(areSetsEqual, areObjectsEqualStrict)\n : areSetsEqual,\n areTypedArraysEqual: strict\n ? areObjectsEqualStrict\n : areTypedArraysEqual,\n };\n if (createCustomConfig) {\n config = assign({}, config, createCustomConfig(config));\n }\n if (circular) {\n var areArraysEqual$1 = createIsCircular(config.areArraysEqual);\n var areMapsEqual$1 = createIsCircular(config.areMapsEqual);\n var areObjectsEqual$1 = createIsCircular(config.areObjectsEqual);\n var areSetsEqual$1 = createIsCircular(config.areSetsEqual);\n config = assign({}, config, {\n areArraysEqual: areArraysEqual$1,\n areMapsEqual: areMapsEqual$1,\n areObjectsEqual: areObjectsEqual$1,\n areSetsEqual: areSetsEqual$1,\n });\n }\n return config;\n}\n/**\n * Default equality comparator pass-through, used as the standard `isEqual` creator for\n * use inside the built comparator.\n */\nfunction createInternalEqualityComparator(compare) {\n return function (a, b, _indexOrKeyA, _indexOrKeyB, _parentA, _parentB, state) {\n return compare(a, b, state);\n };\n}\n/**\n * Create the `isEqual` function used by the consuming application.\n */\nfunction createIsEqual(_a) {\n var circular = _a.circular, comparator = _a.comparator, createState = _a.createState, equals = _a.equals, strict = _a.strict;\n if (createState) {\n return function isEqual(a, b) {\n var _a = createState(), _b = _a.cache, cache = _b === void 0 ? circular ? new WeakMap() : undefined : _b, meta = _a.meta;\n return comparator(a, b, {\n cache: cache,\n equals: equals,\n meta: meta,\n strict: strict,\n });\n };\n }\n if (circular) {\n return function isEqual(a, b) {\n return comparator(a, b, {\n cache: new WeakMap(),\n equals: equals,\n meta: undefined,\n strict: strict,\n });\n };\n }\n var state = {\n cache: undefined,\n equals: equals,\n meta: undefined,\n strict: strict,\n };\n return function isEqual(a, b) {\n return comparator(a, b, state);\n };\n}\n\n/**\n * Whether the items passed are deeply-equal in value.\n */\nvar deepEqual = createCustomEqual();\n/**\n * Whether the items passed are deeply-equal in value based on strict comparison.\n */\nvar strictDeepEqual = createCustomEqual({ strict: true });\n/**\n * Whether the items passed are deeply-equal in value, including circular references.\n */\nvar circularDeepEqual = createCustomEqual({ circular: true });\n/**\n * Whether the items passed are deeply-equal in value, including circular references,\n * based on strict comparison.\n */\nvar strictCircularDeepEqual = createCustomEqual({\n circular: true,\n strict: true,\n});\n/**\n * Whether the items passed are shallowly-equal in value.\n */\nvar shallowEqual = createCustomEqual({\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value based on strict comparison\n */\nvar strictShallowEqual = createCustomEqual({\n strict: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value, including circular references.\n */\nvar circularShallowEqual = createCustomEqual({\n circular: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value, including circular references,\n * based on strict comparison.\n */\nvar strictCircularShallowEqual = createCustomEqual({\n circular: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n strict: true,\n});\n/**\n * Create a custom equality comparison method.\n *\n * This can be done to create very targeted comparisons in extreme hot-path scenarios\n * where the standard methods are not performant enough, but can also be used to provide\n * support for legacy environments that do not support expected features like\n * `RegExp.prototype.flags` out of the box.\n */\nfunction createCustomEqual(options) {\n if (options === void 0) { options = {}; }\n var _a = options.circular, circular = _a === void 0 ? false : _a, createCustomInternalComparator = options.createInternalComparator, createState = options.createState, _b = options.strict, strict = _b === void 0 ? false : _b;\n var config = createEqualityComparatorConfig(options);\n var comparator = createEqualityComparator(config);\n var equals = createCustomInternalComparator\n ? createCustomInternalComparator(comparator)\n : createInternalEqualityComparator(comparator);\n return createIsEqual({ circular: circular, comparator: comparator, createState: createState, equals: equals, strict: strict });\n}\n\nexport { circularDeepEqual, circularShallowEqual, createCustomEqual, deepEqual, sameValueZeroEqual, shallowEqual, strictCircularDeepEqual, strictCircularShallowEqual, strictDeepEqual, strictShallowEqual };\n//# sourceMappingURL=index.mjs.map\n","// There is a circular version https://www.npmjs.com/package/fast-equals#circulardeepequal that I\n// think allows comparing React refs (which have circular references in particular places that this\n// library would ignore). Maybe we can change to that version sometime if needed.\nimport { deepEqual as isEqualDeep } from 'fast-equals';\n\n/**\n * Check that two objects are deeply equal, comparing members of each object and such\n *\n * @param a The first object to compare\n * @param b The second object to compare\n *\n * WARNING: Objects like arrays from different iframes have different constructor function\n * references even if they do the same thing, so this deep equality comparison fails objects that\n * look the same but have different constructors because different constructors could produce\n * false positives in [a few specific\n * situations](https://github.com/planttheidea/fast-equals/blob/a41afc0a240ad5a472e47b53791e9be017f52281/src/comparator.ts#L96).\n * This means that two objects like arrays from different iframes that look the same will fail\n * this check. Please use some other means to check deep equality in those situations.\n *\n * Note: This deep equality check considers `undefined` values on keys of objects NOT to be equal to\n * not specifying the key at all. For example, `{ stuff: 3, things: undefined }` and `{ stuff: 3\n * }` are not considered equal in this case\n *\n * - For more information and examples, see [this\n * CodeSandbox](https://codesandbox.io/s/deepequallibrarycomparison-4g4kk4?file=/src/index.mjs).\n *\n * @returns True if a and b are deeply equal; false otherwise\n */\nexport default function deepEqual(a: unknown, b: unknown) {\n return isEqualDeep(a, b);\n}\n","import deepEqual from './equality-checking';\n\n/**\n * Check if one object is a subset of the other object. \"Subset\" means that all properties of one\n * object are present in the other object, and if they are present that all values of those\n * properties are deeply equal. Sub-objects are also checked to be subsets of the corresponding\n * sub-object in the other object.\n *\n * @example ObjB is a subset of objA given these objects:\n *\n * ```ts\n * objA = { name: 'Alice', age: 30, address: { city: 'Seattle', state: 'Washington' } };\n * objB = { name: 'Alice', address: { city: 'Seattle' } };\n * ```\n *\n * It is important to note that only arrays of primitives (i.e., booleans, numbers, strings) are\n * supported. In particular, objects in arrays will not be checked for deep equality. Also, presence\n * in an array is all this checks, not the number of times that an item appears in an array. `[1,\n * 1]` is a subset of `[1]`.\n *\n * @param objectWithAllProperties Object to be checked if it is a superset of\n * `objectWithPartialProperties`\n * @param objectWithPartialProperties Object to be checked if it is a subset of\n * `objectWithAllProperties`\n * @returns True if `objectWithAllProperties` contains all the properties of\n * `objectWithPartialProperties` and all values of those properties are deeply equal\n */\nexport default function isSubset(\n objectWithAllProperties: unknown,\n objectWithPartialProperties: unknown,\n): boolean {\n if (typeof objectWithAllProperties !== typeof objectWithPartialProperties) return false;\n\n // For this function we're saying that all falsy things of the same type are equal to each other\n if (!objectWithAllProperties && !objectWithPartialProperties) return true;\n\n if (Array.isArray(objectWithAllProperties)) {\n // We know these are arrays from the line above\n /* eslint-disable no-type-assertion/no-type-assertion */\n const partialArray = objectWithPartialProperties as Array;\n const allArray = objectWithAllProperties as Array;\n /* eslint-enable no-type-assertion/no-type-assertion */\n\n if (partialArray.length === 0) return true;\n\n // This only works with arrays of primitives.\n // If someone cares about checking arrays of objects this needs updating.\n return partialArray.every((item) => allArray.includes(item));\n }\n\n if (typeof objectWithAllProperties !== 'object')\n return deepEqual(objectWithAllProperties, objectWithPartialProperties);\n\n // We know these are objects that potentially have properties because of the earlier checks\n /* eslint-disable no-type-assertion/no-type-assertion */\n const partialObj = objectWithPartialProperties as Record;\n const allObj = objectWithAllProperties as Record;\n /* eslint-enable no-type-assertion/no-type-assertion */\n\n let retVal = true;\n Object.keys(partialObj).forEach((key) => {\n if (!retVal) return;\n if (!Object.hasOwn(allObj, key)) retVal = false;\n else if (!isSubset(allObj[key], partialObj[key])) retVal = false;\n });\n return retVal;\n}\n","import { ScrVers, VerseRef } from '@sillsdev/scripture';\n\n/**\n * Converts a JavaScript value to a JSON string, changing `undefined` properties in the JavaScript\n * object to `null` properties in the JSON string.\n *\n * WARNING: `null` values will become `undefined` values after passing through {@link serialize} then\n * {@link deserialize}. For example, `{ a: 1, b: undefined, c: null }` will become `{ a: 1, b:\n * undefined, c: undefined }`. If you are passing around user data that needs to retain `null`\n * values, you should wrap them yourself in a string before using this function. Alternatively, you\n * can write your own replacer that will preserve `null` in a way that you can recover later.\n *\n * @param value A JavaScript value, usually an object or array, to be converted.\n * @param replacer A function that transforms the results. Note that all `undefined` values returned\n * by the replacer will be further transformed into `null` in the JSON string.\n * @param space Adds indentation, white space, and line break characters to the return-value JSON\n * text to make it easier to read. See the `space` parameter of `JSON.stringify` for more\n * details.\n */\nexport function serialize(\n value: unknown,\n replacer?: (this: unknown, key: string, value: unknown) => unknown,\n space?: string | number,\n): string {\n const undefinedReplacer = (replacerKey: string, replacerValue: unknown) => {\n let newValue = replacerValue;\n if (replacer) newValue = replacer(replacerKey, newValue);\n // All `undefined` values become `null` on the way from JS objects into JSON strings\n // eslint-disable-next-line no-null/no-null\n if (newValue === undefined) newValue = null;\n return newValue;\n };\n return JSON.stringify(value, undefinedReplacer, space);\n}\n\n/**\n * Converts a JSON string into a value, converting all `null` properties from JSON into `undefined`\n * in the returned JavaScript value/object.\n *\n * WARNING: `null` values will become `undefined` values after passing through {@link serialize} then\n * {@link deserialize}. For example, `{ a: 1, b: undefined, c: null }` will become `{ a: 1, b:\n * undefined, c: undefined }`. If you are passing around user data that needs to retain `null`\n * values, you should wrap them yourself in a string before using this function. Alternatively, you\n * can write your own replacer that will preserve `null` in a way that you can recover later.\n *\n * @param value A valid JSON string.\n * @param reviver A function that transforms the results. This function is called for each member of\n * the object. If a member contains nested objects, the nested objects are transformed before the\n * parent object is. Note that `null` values are converted into `undefined` values after the\n * reviver has run.\n */\nexport function deserialize(\n value: string,\n reviver?: (this: unknown, key: string, value: unknown) => unknown,\n // Need to use `any` instead of `unknown` here to match the signature of JSON.parse\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n): any {\n // Helper function to replace `null` with `undefined` on a per property basis. This can't be done\n // with our own reviver because `JSON.parse` removes `undefined` properties from the return value.\n function replaceNull(obj: Record): Record {\n Object.keys(obj).forEach((key: string | number) => {\n // We only want to replace `null`, not other falsy values\n // eslint-disable-next-line no-null/no-null\n if (obj[key] === null) obj[key] = undefined;\n // If the property is an object, recursively call the helper function on it\n else if (typeof obj[key] === 'object')\n // Since the object came from a string, we know the keys will not be symbols\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n obj[key] = replaceNull(obj[key] as Record);\n });\n return obj;\n }\n\n // Helper function to create a VerseRef from a SerializedVerseRef object\n function verseRefReviver(_vrefKey: string, vrefValue: unknown): unknown {\n if (\n vrefValue &&\n typeof vrefValue === 'object' &&\n 'book' in vrefValue &&\n typeof vrefValue.book === 'string' &&\n 'chapterNum' in vrefValue &&\n typeof vrefValue.chapterNum === 'number' &&\n 'verseNum' in vrefValue &&\n typeof vrefValue.verseNum === 'number' &&\n Object.keys(vrefValue).every((key) =>\n ['book', 'chapterNum', 'verseNum', 'verse', 'versificationStr'].includes(key),\n )\n ) {\n const chapter = vrefValue.chapterNum.toString(10);\n const verse =\n 'verse' in vrefValue && typeof vrefValue.verse === 'string'\n ? vrefValue.verse\n : vrefValue.verseNum.toString(10);\n const versification =\n 'versificationStr' in vrefValue && typeof vrefValue.versificationStr === 'string'\n ? new ScrVers(vrefValue.versificationStr)\n : undefined;\n return new VerseRef(vrefValue.book, chapter, verse, versification);\n }\n return vrefValue;\n }\n\n // Helper function to call the provided reviver and the VerseRef reviver\n function combinedReviver(this: unknown, reviverKey: string, reviverVal: unknown) {\n return verseRefReviver(\n reviverKey,\n reviver ? reviver.call(this, reviverKey, reviverVal) : reviverVal,\n );\n }\n\n const parsedObject = JSON.parse(value, combinedReviver);\n // Explicitly convert the value 'null' that isn't stored as a property on an object to 'undefined'\n // eslint-disable-next-line no-null/no-null\n if (parsedObject === null) return undefined;\n if (typeof parsedObject === 'object') return replaceNull(parsedObject);\n return parsedObject;\n}\n\n/**\n * Check to see if the value is serializable without losing information\n *\n * @param value Value to test\n * @returns True if serializable; false otherwise\n *\n * Note: the values `undefined` and `null` are serializable (on their own or in an array), but\n * `null` values get transformed into `undefined` when serializing/deserializing.\n *\n * WARNING: This is inefficient right now as it stringifies, parses, stringifies, and === the value.\n * Please only use this if you need to\n *\n * DISCLAIMER: this does not successfully detect that values are not serializable in some cases:\n *\n * - Losses of removed properties like functions and `Map`s\n * - Class instances (not deserializable into class instances without special code)\n *\n * We intend to improve this in the future if it becomes important to do so. See [`JSON.stringify`\n * documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#description)\n * for more information.\n */\nexport function isSerializable(value: unknown): boolean {\n try {\n const serializedValue = serialize(value);\n return serializedValue === serialize(deserialize(serializedValue));\n } catch (e) {\n return false;\n }\n}\n\n/**\n * HTML Encodes the provided string. Thanks to ChatGPT\n *\n * @param str String to HTML encode\n * @returns HTML-encoded string\n */\nexport const htmlEncode = (str: string): string =>\n str\n .replace(/&/g, '&')\n .replace(//g, '>')\n .replace(/\"/g, '"')\n .replace(/'/g, ''')\n .replace(/\\//g, '/');\n","import DateTimeFormat from './intl-date-time-format';\n\n/**\n * Retrieves the current locale of the user's environment.\n *\n * @returns A string representing the current locale. If the locale cannot be determined, the\n * function returns an empty string.\n */\nexport default function getCurrentLocale(): string {\n // Use navigator when available\n if (typeof navigator !== 'undefined' && navigator.languages) {\n return navigator.languages[0];\n }\n // For Node.js\n return new DateTimeFormat().resolvedOptions().locale;\n}\n","import NumberFormat from './intl-number-format';\n\n/**\n * Formats a number according to the locale and formatting options of this NumberFormat object\n *\n * @example FormatBytes(1024) => \"1 KB\"\n *\n * @example FormatBytes(1024, 0) => \"1 KB\"\n *\n * @param fileSize Number to format\n * @param decimals Number of decimal places to round to\n * @returns String representing the given number formatted according to the locale and formatting\n * options of this NumberFormat object\n */\nexport default function formatBytes(fileSize: number, decimals: number = 2): string {\n if (fileSize === 0) return '0 Bytes';\n const sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];\n const i = Math.floor(Math.log(fileSize) / Math.log(1024));\n const sizeToUse = sizes[i];\n const formattingFileSize = new NumberFormat('en', {\n style: 'decimal',\n maximumFractionDigits: decimals,\n minimumFractionDigits: 0,\n }).format(fileSize / 1024 ** i);\n return `${formattingFileSize} ${sizeToUse}`;\n}\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { LocalizeKey, ReferencedItem } from 'menus.model';\n\n/** The data an extension provides to inform Platform.Bible of the settings it provides */\nexport type SettingsContribution = SettingsGroup | SettingsGroup[];\n/** A description of an extension's setting entry */\nexport type Setting = ExtensionControlledSetting;\n/** Setting definition that is validated by the extension. */\nexport type ExtensionControlledSetting = SettingBase & ModifierExtensionControlled;\n/** Base information needed to describe a setting entry */\nexport type SettingBase = StateBase & {\n [k: string]: unknown;\n /** LocalizeKey that displays in the settings dialog as the setting name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the settings dialog to describe the setting */\n description?: LocalizeKey;\n};\n/** The data an extension provides to inform Platform.Bible of the project settings it provides */\nexport type ProjectSettingsContribution = ProjectSettingsGroup | ProjectSettingsGroup[];\n/** A description of an extension's setting entry */\nexport type ProjectSetting = ExtensionControlledProjectSetting;\n/** Setting definition that is validated by the extension. */\nexport type ExtensionControlledProjectSetting = ProjectSettingBase & ModifierExtensionControlled;\n/** Base information needed to describe a project setting entry */\nexport type ProjectSettingBase = SettingBase & ModifierProject;\n/** A description of an extension's user state entry */\nexport type UserState = ExtensionControlledState;\n/** State definition that is validated by the extension. */\nexport type ExtensionControlledState = StateBase & ModifierExtensionControlled;\n/** Group of related settings definitions */\nexport interface SettingsGroup {\n [k: string]: unknown;\n /** LocalizeKey that displays in the settings dialog as the group name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the settings dialog to describe the group */\n description?: LocalizeKey;\n properties: SettingProperties;\n}\n/** Object whose keys are setting IDs and whose values are settings objects */\nexport interface SettingProperties {\n [k: ReferencedItem]: Setting;\n}\n/** Base information needed to describe a state entry */\nexport interface StateBase {\n [k: string]: unknown;\n /** Default value for the state/setting */\n default: unknown;\n /**\n * A state/setting ID whose value to set to this state/setting's starting value the first time\n * this state/setting is loaded\n */\n derivesFrom?: ReferencedItem;\n}\n/**\n * Modifies state/setting type to be extension-controlled. \"Extension-controlled\" means the\n * extension provides the component and the validator for the state/setting, so the state/setting is\n * controlled by the extension.\n */\nexport interface ModifierExtensionControlled {\n [k: string]: unknown;\n platformType?: undefined;\n type?: undefined;\n}\n/** Group of related settings definitions */\nexport interface ProjectSettingsGroup {\n [k: string]: unknown;\n /** LocalizeKey that displays in the project settings dialog as the group name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the project settings dialog to describe the group */\n description?: LocalizeKey;\n properties: ProjectSettingProperties;\n}\n/** Object whose keys are setting IDs and whose values are settings objects */\nexport interface ProjectSettingProperties {\n [k: ReferencedItem]: ProjectSetting;\n}\n\n// Note: we removed the index signature on ModifierProject to avoid having it on\n// `ProjectMetadataFilterOptions`. Unfortunately adding \"additionalProperties\": false on the json\n// schema messes up validation. Please remove the index signature again in the future if you\n// regenerate types\nexport interface ModifierProject {\n /**\n * String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s\n * (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if they should be included.\n *\n * If this is one string, it will be matched against `projectInterface`s. If this is an array,\n * each entry is handled based on its type (at least one entry must match for this filter\n * condition to pass):\n *\n * - If the entry is a string, it will be matched against each `projectInterface`. If any match, the\n * project will pass this filter condition\n * - If the entry is an array of strings, each will be matched against each `projectInterface`. If\n * every string matches against at least one `projectInterface`, the project will pass this\n * filter condition\n *\n * In other words, each entry in the first-level array is `OR`'ed together. Each entry in\n * second-level arrays (arrays within the first-level array) are `AND`'ed together.\n *\n * Defaults to all {@link ProjectInterfaces}, so all projects that do not match\n * `excludeProjectInterfaces` will be included\n *\n * @example\n *\n * ```typescript\n * includeProjectInterfaces: ['one', ['two', 'three']];\n * ```\n *\n * This filter condition will succeed on projects whose `projectInterface`s fulfill at least one\n * of the following conditions (At least one entry in the array must match):\n *\n * - Include `one`\n * - Include both `two` and `three`.\n */\n includeProjectInterfaces?: undefined | string | (string | string[])[];\n /**\n * String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s\n * (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if they should absolutely not be included even if they match with\n * `includeProjectInterfaces`.\n *\n * If this is one string, it will be matched against `projectInterface`s. If this is an array,\n * each entry is handled based on its type (at least one entry must match for this filter\n * condition to exclude the project):\n *\n * - If the entry is a string, it will be matched against each `projectInterface`. If any match, the\n * project will pass this filter condition and exclude the project\n * - If the entry is an array of strings, each will be matched against each `projectInterface`. If\n * every string matches against at least one `projectInterface`, the project will pass this\n * filter condition and exclude the project\n *\n * In other words, each entry in the first-level array is `OR`'ed together. Each entry in\n * second-level arrays (arrays within the first-level array) are `AND`'ed together.\n *\n * Defaults to no {@link ProjectInterfaces}, so all projects that match `includeProjectInterfaces`\n * will be included\n *\n * @example\n *\n * ```typescript\n * excludeProjectInterfaces: ['one', ['two', 'three']];\n * ```\n *\n * This filter condition will succeed and exclude projects whose `projectInterface`s fulfill at\n * least one of the following conditions (At least one entry in the array must match):\n *\n * - Include `one`\n * - Include both `two` and `three`.\n */\n excludeProjectInterfaces?: undefined | string | (string | string[])[];\n /**\n * String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory\n * Ids that provided each project's metadata (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if the projects should be included.\n *\n * Defaults to all Project Data Provider Factory Ids, so all projects that do not match\n * `excludePdpFactoryIds` will be included\n */\n includePdpFactoryIds?: undefined | string | string[];\n /**\n * String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory\n * Ids that provided each project's metadata (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if the projects should absolutely not be included even if they match\n * with `includeProjectInterfaces`.\n *\n * Defaults to none, so all projects that match `includePdpFactoryIds` will be included\n */\n excludePdpFactoryIds?: undefined | string | string[];\n}\n\n/** The data an extension provides to inform Platform.Bible of the user state it provides */\nexport interface UserStateContribution {\n [k: ReferencedItem]: UserState;\n}\n/** The data an extension provides to inform Platform.Bible of the project state it provides */\nexport interface ProjectStateContribution {\n [k: ReferencedItem]: UserState;\n}\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\nconst settingsDefs = {\n projectSettingsContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the project settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/projectSettingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/projectSettingsGroup',\n },\n },\n ],\n },\n projectSettingsGroup: {\n description: 'Group of related settings definitions',\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the project settings dialog as the group name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description:\n 'localizeKey that displays in the project settings dialog to describe the group',\n $ref: '#/$defs/localizeKey',\n },\n properties: {\n $ref: '#/$defs/projectSettingProperties',\n },\n },\n required: ['label', 'properties'],\n },\n projectSettingProperties: {\n description: 'Object whose keys are setting IDs and whose values are settings objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/projectSetting',\n },\n },\n additionalProperties: false,\n },\n projectSetting: {\n description: \"A description of an extension's setting entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledProjectSetting',\n },\n ],\n },\n extensionControlledProjectSetting: {\n description: 'Setting definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/projectSettingBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n projectSettingBase: {\n description: 'Base information needed to describe a project setting entry',\n allOf: [\n {\n $ref: '#/$defs/settingBase',\n },\n {\n $ref: '#/$defs/modifierProject',\n },\n ],\n },\n modifierProject: {\n description: 'Modifies setting type to be project setting',\n type: 'object',\n properties: {\n includeProjectInterfaces: {\n description:\n \"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should be included.\\n\\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to pass):\\n\\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition\\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition\\n\\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\\n\\nDefaults to all {@link ProjectInterfaces}, so all projects that do not match `excludeProjectInterfaces` will be included\\n\\n@example\\n\\n```typescript\\nincludeProjectInterfaces: ['one', ['two', 'three']];\\n```\\n\\nThis filter condition will succeed on projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\\n\\n- Include `one`\\n- Include both `two` and `three`.\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: {\n anyOf: [\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n ],\n },\n excludeProjectInterfaces: {\n description:\n \"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should absolutely not be included even if they match with `includeProjectInterfaces`.\\n\\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to exclude the project):\\n\\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition and exclude the project\\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition and exclude the project\\n\\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\\n\\nDefaults to no {@link ProjectInterfaces}, so all projects that match `includeProjectInterfaces` will be included\\n\\n@example\\n\\n```typescript\\nexcludeProjectInterfaces: ['one', ['two', 'three']];\\n```\\n\\nThis filter condition will succeed and exclude projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\\n\\n- Include `one`\\n- Include both `two` and `three`.\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: {\n anyOf: [\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n ],\n },\n includePdpFactoryIds: {\n description:\n \"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should be included.\\n\\nDefaults to all Project Data Provider Factory Ids, so all projects that do not match `excludePdpFactoryIds` will be included\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n excludePdpFactoryIds: {\n description:\n \"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should absolutely not be included even if they match with `includeProjectInterfaces`.\\n\\nDefaults to none, so all projects that match `includePdpFactoryIds` will be included\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n },\n settingsContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/settingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/settingsGroup',\n },\n },\n ],\n },\n settingsGroup: {\n description: 'Group of related settings definitions',\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the settings dialog as the group name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description: 'localizeKey that displays in the settings dialog to describe the group',\n $ref: '#/$defs/localizeKey',\n },\n properties: {\n $ref: '#/$defs/settingProperties',\n },\n },\n required: ['label', 'properties'],\n },\n settingProperties: {\n description: 'Object whose keys are setting IDs and whose values are settings objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w-]+\\\\.[\\\\w-]+$': {\n $ref: '#/$defs/setting',\n },\n },\n additionalProperties: false,\n },\n setting: {\n description: \"A description of an extension's setting entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledSetting',\n },\n ],\n },\n extensionControlledSetting: {\n description: 'Setting definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/settingBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n settingBase: {\n description: 'Base information needed to describe a setting entry',\n allOf: [\n {\n $ref: '#/$defs/stateBase',\n },\n {\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the settings dialog as the setting name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description: 'localizeKey that displays in the settings dialog to describe the setting',\n $ref: '#/$defs/localizeKey',\n },\n },\n required: ['label'],\n },\n ],\n },\n projectStateContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the project state it provides',\n $ref: '#/$defs/userStateProperties',\n },\n userStateContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the user state it provides',\n $ref: '#/$defs/userStateProperties',\n },\n userStateProperties: {\n description: 'Object whose keys are state IDs and whose values are state objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/userState',\n },\n },\n additionalProperties: false,\n },\n userState: {\n description: \"A description of an extension's user state entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledState',\n },\n ],\n },\n extensionControlledState: {\n description: 'State definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/stateBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n modifierExtensionControlled: {\n description:\n 'Modifies state/setting type to be extension-controlled. \"Extension-controlled\" means the extension provides the component and the validator for the state/setting, so the state/setting is controlled by the extension.',\n not: {\n anyOf: [\n {\n type: 'object',\n required: ['platformType'],\n },\n {\n type: 'object',\n required: ['type'],\n },\n ],\n },\n },\n stateBase: {\n description: 'Base information needed to describe a state entry',\n type: 'object',\n properties: {\n default: {\n description: 'default value for the state/setting',\n type: 'any',\n },\n derivesFrom: {\n description:\n \"a state/setting ID whose value to set to this state/setting's starting value the first time this state/setting is loaded\",\n $ref: '#/$defs/id',\n },\n },\n required: ['default'],\n },\n localizeKey: {\n description: \"Identifier for a string that will be localized based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n tsType: 'LocalizeKey',\n },\n id: {\n description: '',\n type: 'string',\n pattern: '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$',\n tsType: 'Id',\n },\n};\n\n/**\n * Json-schema-to-typescript has some added stuff that isn't actually compatible with JSON schema,\n * so we remove them here\n *\n * @param defs The `$defs` property of a JSON schema (will be modified in place)\n */\n// JSON schema types are weird, so we'll just be careful\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function removeJsonToTypeScriptTypesStuff(defs: any) {\n if (!defs) return;\n\n // JSON schema types are weird, so we'll just be careful\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n Object.values(defs).forEach((def: any) => {\n if (!def.type) return;\n\n if ('tsType' in def) delete def.tsType;\n\n if (def.type === 'any') {\n delete def.type;\n return;\n }\n\n if (def.type === 'object') {\n removeJsonToTypeScriptTypesStuff(def.properties);\n }\n });\n}\n\nremoveJsonToTypeScriptTypesStuff(settingsDefs);\n\n/** JSON schema object that aligns with the ProjectSettingsContribution type */\nexport const projectSettingsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Project Settings Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the project settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/projectSettingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/projectSettingsGroup',\n },\n },\n ],\n\n $defs: settingsDefs,\n};\n\nObject.freeze(projectSettingsDocumentSchema);\n\n/** JSON schema object that aligns with the {@link SettingsContribution} type */\nexport const settingsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Settings Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/settingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/settingsGroup',\n },\n },\n ],\n\n $defs: settingsDefs,\n};\n\nObject.freeze(settingsDocumentSchema);\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { LocalizeKey } from 'menus.model';\nimport { removeJsonToTypeScriptTypesStuff } from './settings.model';\n\n/** Localized string value associated with this key */\nexport type LocalizedStringValue = string;\n\n/** The data an extension provides to inform Platform.Bible of the localized strings it provides. */\nexport interface LocalizedStringDataContribution {\n [k: string]: unknown;\n metadata?: StringsMetadata;\n localizedStrings?: {\n [k: string]: LanguageStrings;\n };\n}\n/**\n * Map whose keys are localized string keys and whose values provide additional non-locale-specific\n * information about the localized string key\n */\nexport interface StringsMetadata {\n [k: LocalizeKey]: StringMetadata;\n}\n/** Additional non-locale-specific information about a localized string key */\nexport interface StringMetadata {\n [k: string]: unknown;\n /**\n * Localized string key from which to get this value if one does not exist in the specified\n * language. If a new key/value pair needs to be made to replace an existing one, this could help\n * smooth over the transition if the meanings are close enough\n *\n * You can use Paratext 9 Localized String Keys here. Be sure to escape any % signs with a\n * backslash `\\`.\n */\n fallbackKey?: LocalizeKey;\n /**\n * Additional information provided by developers in English to help the translator to know how to\n * translate this localized string accurately\n */\n notes?: string;\n}\n/**\n * Map whose keys are localized string keys and whose values provide information about how to\n * localize strings for the localized string key\n */\nexport interface LanguageStrings {\n [k: LocalizeKey]: LocalizedStringValue;\n}\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\n\nconst localizedStringsDefs = {\n languageStrings: {\n description:\n 'Map whose keys are localized string keys and whose values provide information about how to localize strings for the localized string key',\n type: 'object',\n patternProperties: {\n '^%[\\\\w\\\\-\\\\.]+%$': {\n $ref: '#/$defs/localizedStringValue',\n },\n },\n additionalProperties: false,\n },\n localizedStringValue: {\n description: 'Localized string value associated with this key',\n type: 'string',\n },\n stringsMetadata: {\n description:\n 'Map whose keys are localized string keys and whose values provide additional non-locale-specific information about the localized string key',\n type: 'object',\n patternProperties: {\n '^%[\\\\w\\\\-\\\\.]+%$': {\n $ref: '#/$defs/stringMetadata',\n },\n },\n additionalProperties: false,\n },\n stringMetadata: {\n description: 'Additional non-locale-specific information about a localized string key',\n type: 'object',\n properties: {\n fallbackKey: {\n description:\n 'Localized string key from which to get this value if one does not exist in the specified language. If a new key/value pair needs to be made to replace an existing one, this could help smooth over the transition if the meanings are close enough.\\nYou can use Paratext 9 Localized String Keys here. Be sure to escape any % signs with a backslash `\\\\`.',\n type: 'string',\n pattern: \"^%[\\\\w\\\\-\\\\.;&,' (){}#:/\\\\\\\\?%⋮|[\\\\]“”‘’!~*\\u00A0+=•`…\\u200B↑↓]+%$\",\n tsType: 'LocalizeKey',\n },\n notes: {\n description:\n 'Additional information provided by developers in English to help the translator to know how to translate this localized string accurately',\n type: 'string',\n },\n },\n },\n localizeKey: {\n description: \"Identifier for a string that will be localized based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n tsType: 'LocalizeKey',\n },\n};\n\nremoveJsonToTypeScriptTypesStuff(localizedStringsDefs);\n\n/** JSON schema object that aligns with the LocalizedStringDataContribution type */\nexport const localizedStringsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Localized String Data Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the localized strings it provides.',\n type: 'object',\n properties: {\n metadata: {\n $ref: '#/$defs/stringsMetadata',\n },\n localizedStrings: {\n type: 'object',\n additionalProperties: {\n $ref: '#/$defs/languageStrings',\n },\n },\n },\n $defs: localizedStringsDefs,\n};\n\nObject.freeze(localizedStringsDocumentSchema);\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { ReplaceType } from './util';\n\n/** Identifier for a string that will be localized in a menu based on the user's UI language */\nexport type LocalizeKey = `%${string}%`;\n\n/** Name of some UI element (i.e., tab, column, group, menu item) or some PAPI object (i.e., command) */\nexport type ReferencedItem = `${string}.${string}`;\n\nexport type OrderedItem = {\n /** Relative order of this item compared to other items in the same parent/scope (sorted ascending) */\n order: number;\n};\n\nexport type OrderedExtensibleContainer = OrderedItem & {\n /** Determines whether other items can be added to this after it has been defined */\n isExtensible?: boolean;\n};\n\n/** Group of menu items that belongs in a column */\nexport type MenuGroupDetailsInColumn = OrderedExtensibleContainer & {\n /** ID of column in which this group resides */\n column: ReferencedItem;\n};\n\n/** Group of menu items that belongs in a submenu */\nexport type MenuGroupDetailsInSubMenu = OrderedExtensibleContainer & {\n /** ID of menu item hosting the submenu in which this group resides */\n menuItem: ReferencedItem;\n};\n\n/** Column that includes header text in a menu */\nexport type MenuColumnWithHeader = OrderedExtensibleContainer & {\n /** Key that represents the text of the header text of the column */\n label: LocalizeKey;\n};\n\nexport type MenuItemBase = OrderedItem & {\n /** Menu group to which this menu item belongs */\n group: ReferencedItem;\n /** Key that represents the text of this menu item to display */\n label: LocalizeKey;\n /** Key that represents words the platform should reference when users are searching for menu items */\n searchTerms?: LocalizeKey;\n /** Key that represents the text to display if a mouse pointer hovers over the menu item */\n tooltip?: LocalizeKey;\n /** Additional information provided by developers to help people who perform localization */\n localizeNotes: string;\n};\n\n/** Menu item that hosts a submenu */\nexport type MenuItemContainingSubmenu = MenuItemBase & {\n /** ID for this menu item that holds a submenu */\n id: ReferencedItem;\n};\n\n/** Menu item that runs a command */\nexport type MenuItemContainingCommand = MenuItemBase & {\n /** Name of the PAPI command to run when this menu item is selected. */\n command: ReferencedItem;\n /**\n * Uri path to the icon to display after the menu text. Ex:\n * `papi-extension://helloWorld/assets/icon.png`\n */\n iconPathAfter?: string;\n /**\n * Uri path to the icon to display before the menu text. Ex:\n * `papi-extension://helloWorld/assets/icon.png`\n */\n iconPathBefore?: string;\n};\n\n/**\n * Group of menu items that can be combined with other groups to form a single context menu/submenu.\n * Groups are separated using a line within the menu/submenu.\n */\nexport type GroupsInSingleColumnMenu = {\n /** Named menu group */\n [property: ReferencedItem]: OrderedExtensibleContainer | MenuGroupDetailsInSubMenu;\n};\n\n/**\n * Group of menu items that can be combined with other groups to form a single menu/submenu within a\n * multi-column menu. Groups are separated using a line within the menu/submenu.\n */\nexport type GroupsInMultiColumnMenu = {\n /** Named menu group */\n [property: ReferencedItem]: MenuGroupDetailsInColumn | MenuGroupDetailsInSubMenu;\n};\n\n/** Group of columns that can be combined with other columns to form a multi-column menu */\nexport type ColumnsWithHeaders = {\n /** Named column of a menu */\n [property: ReferencedItem]: MenuColumnWithHeader;\n /** Defines whether columns can be added to this multi-column menu */\n isExtensible?: boolean;\n};\n\n/** Menu that contains a column without a header */\nexport type SingleColumnMenu = {\n /** Groups that belong in this menu */\n groups: GroupsInSingleColumnMenu;\n /** List of menu items that belong in this menu */\n items: (MenuItemContainingCommand | MenuItemContainingSubmenu)[];\n};\n\n/** Menu that contains multiple columns with headers */\nexport type MultiColumnMenu = {\n /** Columns that belong in this menu */\n columns: ColumnsWithHeaders;\n /** Groups that belong in this menu */\n groups: GroupsInMultiColumnMenu;\n /** List of menu items that belong in this menu */\n items: (MenuItemContainingCommand | MenuItemContainingSubmenu)[];\n};\n\n/** Menus for one single web view */\nexport type WebViewMenu = {\n /** Indicates whether the platform default menus should be included for this webview */\n includeDefaults: boolean | undefined;\n /** Menu that opens when you click on the top left corner of a tab */\n topMenu: MultiColumnMenu | undefined;\n /** Menu that opens when you right click on the main body/area of a tab */\n contextMenu: SingleColumnMenu | undefined;\n};\n\n/** Menus for all web views */\nexport type WebViewMenus = {\n /** Named web view */\n [property: ReferencedItem]: WebViewMenu;\n};\n\n/** Platform.Bible menus before they are localized */\nexport type PlatformMenus = {\n /** Top level menu for the application */\n mainMenu: MultiColumnMenu;\n /** Menus that apply per web view in the application */\n webViewMenus: WebViewMenus;\n /** Default context menu for web views that don't specify their own */\n defaultWebViewContextMenu: SingleColumnMenu;\n /** Default top menu for web views that don't specify their own */\n defaultWebViewTopMenu: MultiColumnMenu;\n};\n\n/**\n * Type that converts any menu type before it is localized to what it is after it is localized. This\n * can be applied to any menu type as needed.\n */\nexport type Localized = ReplaceType, ReferencedItem, string>;\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\n/** JSON schema object that aligns with the PlatformMenus type */\nexport const menuDocumentSchema = {\n title: 'Platform.Bible menus',\n type: 'object',\n properties: {\n mainMenu: {\n description: 'Top level menu for the application',\n $ref: '#/$defs/multiColumnMenu',\n },\n defaultWebViewTopMenu: {\n description: \"Default top menu for web views that don't specify their own\",\n $ref: '#/$defs/multiColumnMenu',\n },\n defaultWebViewContextMenu: {\n description: \"Default context menu for web views that don't specify their own\",\n $ref: '#/$defs/singleColumnMenu',\n },\n webViewMenus: {\n description: 'Menus that apply per web view in the application',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/menusForOneWebView',\n },\n },\n additionalProperties: false,\n },\n },\n required: ['mainMenu', 'defaultWebViewTopMenu', 'defaultWebViewContextMenu', 'webViewMenus'],\n additionalProperties: false,\n $defs: {\n localizeKey: {\n description:\n \"Identifier for a string that will be localized in a menu based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n },\n referencedItem: {\n description:\n 'Name of some UI element (i.e., tab, column, group, menu item) or some PAPI object (i.e., command)',\n type: 'string',\n pattern: '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$',\n },\n columnsWithHeaders: {\n description:\n 'Group of columns that can be combined with other columns to form a multi-column menu',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n description: 'Single column with a header string',\n type: 'object',\n properties: {\n label: {\n description: 'Header text for this this column in the UI',\n $ref: '#/$defs/localizeKey',\n },\n localizeNotes: {\n description:\n 'Additional information provided by developers to help people who perform localization',\n type: 'string',\n },\n order: {\n description:\n 'Relative order of this column compared to other columns (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu groups to this column',\n type: 'boolean',\n },\n },\n required: ['label', 'order'],\n additionalProperties: false,\n },\n },\n properties: {\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add columns to this multi-column menu',\n type: 'boolean',\n },\n },\n },\n menuGroups: {\n description:\n 'Group of menu items that can be combined with other groups to form a single menu/submenu. Groups are separated using a line within the menu/submenu.',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n description: 'Single group that contains menu items',\n type: 'object',\n oneOf: [\n {\n properties: {\n column: {\n description:\n 'Column where this group belongs, not required for single column menus',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this group compared to other groups in the same column or submenu (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu items to this menu group',\n type: 'boolean',\n },\n },\n required: ['order'],\n additionalProperties: false,\n },\n {\n properties: {\n menuItem: {\n description: 'Menu item that anchors the submenu where this group belongs',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this group compared to other groups in the same column or submenu (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu items to this menu group',\n type: 'boolean',\n },\n },\n required: ['menuItem', 'order'],\n additionalProperties: false,\n },\n ],\n },\n },\n additionalProperties: false,\n },\n menuItem: {\n description:\n 'Single item in a menu that can be clicked on to take an action or can be the parent of a submenu',\n type: 'object',\n oneOf: [\n {\n properties: {\n id: {\n description: 'ID for this menu item that holds a submenu',\n $ref: '#/$defs/referencedItem',\n },\n },\n required: ['id'],\n },\n {\n properties: {\n command: {\n description: 'Name of the PAPI command to run when this menu item is selected.',\n $ref: '#/$defs/referencedItem',\n },\n iconPathBefore: {\n description:\n 'Uri path to the icon to display before the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`',\n type: 'string',\n },\n iconPathAfter: {\n description:\n 'Uri path to the icon to display after the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`',\n type: 'string',\n },\n },\n required: ['command'],\n },\n ],\n properties: {\n label: {\n description: 'Key that represents the text of this menu item to display',\n $ref: '#/$defs/localizeKey',\n },\n tooltip: {\n description:\n 'Key that represents the text to display if a mouse pointer hovers over the menu item',\n $ref: '#/$defs/localizeKey',\n },\n searchTerms: {\n description:\n 'Key that represents additional words the platform should reference when users are searching for menu items',\n $ref: '#/$defs/localizeKey',\n },\n localizeNotes: {\n description:\n 'Additional information provided by developers to help people who perform localization',\n type: 'string',\n },\n group: {\n description: 'Group to which this menu item belongs',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this menu item compared to other menu items in the same group (sorted ascending)',\n type: 'number',\n },\n },\n required: ['label', 'group', 'order'],\n unevaluatedProperties: false,\n },\n groupsAndItems: {\n description: 'Core schema for a column',\n type: 'object',\n properties: {\n groups: {\n description: 'Groups that belong in this menu',\n $ref: '#/$defs/menuGroups',\n },\n items: {\n description: 'List of menu items that belong in this menu',\n type: 'array',\n items: { $ref: '#/$defs/menuItem' },\n uniqueItems: true,\n },\n },\n required: ['groups', 'items'],\n },\n singleColumnMenu: {\n description: 'Menu that contains a column without a header',\n type: 'object',\n allOf: [{ $ref: '#/$defs/groupsAndItems' }],\n unevaluatedProperties: false,\n },\n multiColumnMenu: {\n description: 'Menu that can contain multiple columns with headers',\n type: 'object',\n allOf: [\n { $ref: '#/$defs/groupsAndItems' },\n {\n properties: {\n columns: {\n description: 'Columns that belong in this menu',\n $ref: '#/$defs/columnsWithHeaders',\n },\n },\n required: ['columns'],\n },\n ],\n unevaluatedProperties: false,\n },\n menusForOneWebView: {\n description: 'Set of menus that are associated with a single tab',\n type: 'object',\n properties: {\n includeDefaults: {\n description:\n 'Indicates whether the platform default menus should be included for this webview',\n type: 'boolean',\n },\n topMenu: {\n description: 'Menu that opens when you click on the top left corner of a tab',\n $ref: '#/$defs/multiColumnMenu',\n },\n contextMenu: {\n description: 'Menu that opens when you right click on the main body/area of a tab',\n $ref: '#/$defs/singleColumnMenu',\n },\n },\n additionalProperties: false,\n },\n },\n};\n\nObject.freeze(menuDocumentSchema);\n","'use strict';\n\n/**\n * Ponyfill for `Array.prototype.find` which is only available in ES6 runtimes.\n *\n * Works with anything that has a `length` property and index access properties,\n * including NodeList.\n *\n * @param {T[] | { length: number; [number]: T }} list\n * @param {function (item: T, index: number, list:T[]):boolean} predicate\n * @param {Partial>?} ac\n * Allows injecting a custom implementation in tests (`Array.prototype` by default).\n * @returns {T | undefined}\n * @template {unknown} T\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find\n * @see https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find\n */\nfunction find(list, predicate, ac) {\n\tif (ac === undefined) {\n\t\tac = Array.prototype;\n\t}\n\tif (list && typeof ac.find === 'function') {\n\t\treturn ac.find.call(list, predicate);\n\t}\n\tfor (var i = 0; i < list.length; i++) {\n\t\tif (hasOwn(list, i)) {\n\t\t\tvar item = list[i];\n\t\t\tif (predicate.call(undefined, item, i, list)) {\n\t\t\t\treturn item;\n\t\t\t}\n\t\t}\n\t}\n}\n\n/**\n * \"Shallow freezes\" an object to render it immutable.\n * Uses `Object.freeze` if available,\n * otherwise the immutability is only in the type.\n *\n * Is used to create \"enum like\" objects.\n *\n * If `Object.getOwnPropertyDescriptors` is available,\n * a new object with all properties of object but without any prototype is created and returned\n * after freezing it.\n *\n * @param {T} object\n * The object to freeze.\n * @param {Pick} [oc=Object]\n * `Object` by default,\n * allows to inject custom object constructor for tests.\n * @returns {Readonly}\n * @template {Object} T\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze\n * @prettierignore\n */\nfunction freeze(object, oc) {\n\tif (oc === undefined) {\n\t\toc = Object;\n\t}\n\tif (oc && typeof oc.getOwnPropertyDescriptors === 'function') {\n\t\tobject = oc.create(null, oc.getOwnPropertyDescriptors(object));\n\t}\n\treturn oc && typeof oc.freeze === 'function' ? oc.freeze(object) : object;\n}\n\n/**\n * Implementation for `Object.hasOwn` but ES5 compatible.\n *\n * @param {any} object\n * @param {string | number} key\n * @returns {boolean}\n */\nfunction hasOwn(object, key) {\n\treturn Object.prototype.hasOwnProperty.call(object, key);\n}\n\n/**\n * Since xmldom can not rely on `Object.assign`,\n * it uses/provides a simplified version that is sufficient for its needs.\n *\n * @param {Object} target\n * @param {Object | null | undefined} source\n * @returns {Object}\n * The target with the merged/overridden properties.\n * @throws {TypeError}\n * If target is not an object.\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign\n * @see https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign\n */\nfunction assign(target, source) {\n\tif (target === null || typeof target !== 'object') {\n\t\tthrow new TypeError('target is not an object');\n\t}\n\tfor (var key in source) {\n\t\tif (hasOwn(source, key)) {\n\t\t\ttarget[key] = source[key];\n\t\t}\n\t}\n\treturn target;\n}\n\n/**\n * A number of attributes are boolean attributes.\n * The presence of a boolean attribute on an element represents the `true` value,\n * and the absence of the attribute represents the `false` value.\n *\n * If the attribute is present, its value must either be the empty string, or a value that is\n * an ASCII case-insensitive match for the attribute's canonical name,\n * with no leading or trailing whitespace.\n *\n * Note: The values `\"true\"` and `\"false\"` are not allowed on boolean attributes.\n * To represent a `false` value, the attribute has to be omitted altogether.\n *\n * @see https://html.spec.whatwg.org/#boolean-attributes\n * @see https://html.spec.whatwg.org/#attributes-3\n */\nvar HTML_BOOLEAN_ATTRIBUTES = freeze({\n\tallowfullscreen: true,\n\tasync: true,\n\tautofocus: true,\n\tautoplay: true,\n\tchecked: true,\n\tcontrols: true,\n\tdefault: true,\n\tdefer: true,\n\tdisabled: true,\n\tformnovalidate: true,\n\thidden: true,\n\tismap: true,\n\titemscope: true,\n\tloop: true,\n\tmultiple: true,\n\tmuted: true,\n\tnomodule: true,\n\tnovalidate: true,\n\topen: true,\n\tplaysinline: true,\n\treadonly: true,\n\trequired: true,\n\treversed: true,\n\tselected: true,\n});\n\n/**\n * Check if `name` is matching one of the HTML boolean attribute names.\n * This method doesn't check if such attributes are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} name\n * @returns {boolean}\n * @see {@link HTML_BOOLEAN_ATTRIBUTES}\n * @see https://html.spec.whatwg.org/#boolean-attributes\n * @see https://html.spec.whatwg.org/#attributes-3\n */\nfunction isHTMLBooleanAttribute(name) {\n\treturn hasOwn(HTML_BOOLEAN_ATTRIBUTES, name.toLowerCase());\n}\n\n/**\n * Void elements only have a start tag; end tags must not be specified for void elements.\n * These elements should be written as self-closing like this: ``.\n * This should not be confused with optional tags that HTML allows to omit the end tag for\n * (like `li`, `tr` and others), which can have content after them,\n * so they can not be written as self-closing.\n * xmldom does not have any logic for optional end tags cases,\n * and will report them as a warning.\n * Content that would go into the unopened element,\n * will instead be added as a sibling text node.\n *\n * @type {Readonly<{\n * \tarea: boolean;\n * \tcol: boolean;\n * \timg: boolean;\n * \twbr: boolean;\n * \tlink: boolean;\n * \thr: boolean;\n * \tsource: boolean;\n * \tbr: boolean;\n * \tinput: boolean;\n * \tparam: boolean;\n * \tmeta: boolean;\n * \tembed: boolean;\n * \ttrack: boolean;\n * \tbase: boolean;\n * }>}\n * @see https://html.spec.whatwg.org/#void-elements\n * @see https://html.spec.whatwg.org/#optional-tags\n */\nvar HTML_VOID_ELEMENTS = freeze({\n\tarea: true,\n\tbase: true,\n\tbr: true,\n\tcol: true,\n\tembed: true,\n\thr: true,\n\timg: true,\n\tinput: true,\n\tlink: true,\n\tmeta: true,\n\tparam: true,\n\tsource: true,\n\ttrack: true,\n\twbr: true,\n});\n\n/**\n * Check if `tagName` is matching one of the HTML void element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link HTML_VOID_ELEMENTS}\n * @see https://html.spec.whatwg.org/#void-elements\n */\nfunction isHTMLVoidElement(tagName) {\n\treturn hasOwn(HTML_VOID_ELEMENTS, tagName.toLowerCase());\n}\n\n/**\n * Tag names that are raw text elements according to HTML spec.\n * The value denotes whether they are escapable or not.\n *\n * @see {@link isHTMLEscapableRawTextElement}\n * @see {@link isHTMLRawTextElement}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nvar HTML_RAW_TEXT_ELEMENTS = freeze({\n\tscript: false,\n\tstyle: false,\n\ttextarea: true,\n\ttitle: true,\n});\n\n/**\n * Check if `tagName` is matching one of the HTML raw text element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link isHTMLEscapableRawTextElement}\n * @see {@link HTML_RAW_TEXT_ELEMENTS}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nfunction isHTMLRawTextElement(tagName) {\n\tvar key = tagName.toLowerCase();\n\treturn hasOwn(HTML_RAW_TEXT_ELEMENTS, key) && !HTML_RAW_TEXT_ELEMENTS[key];\n}\n/**\n * Check if `tagName` is matching one of the HTML escapable raw text element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link isHTMLRawTextElement}\n * @see {@link HTML_RAW_TEXT_ELEMENTS}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nfunction isHTMLEscapableRawTextElement(tagName) {\n\tvar key = tagName.toLowerCase();\n\treturn hasOwn(HTML_RAW_TEXT_ELEMENTS, key) && HTML_RAW_TEXT_ELEMENTS[key];\n}\n/**\n * Only returns true if `value` matches MIME_TYPE.HTML, which indicates an HTML document.\n *\n * @param {string} mimeType\n * @returns {mimeType is 'text/html'}\n * @see https://www.iana.org/assignments/media-types/text/html\n * @see https://en.wikipedia.org/wiki/HTML\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring\n */\nfunction isHTMLMimeType(mimeType) {\n\treturn mimeType === MIME_TYPE.HTML;\n}\n/**\n * For both the `text/html` and the `application/xhtml+xml` namespace the spec defines that the\n * HTML namespace is provided as the default.\n *\n * @param {string} mimeType\n * @returns {boolean}\n * @see https://dom.spec.whatwg.org/#dom-document-createelement\n * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument\n * @see https://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument\n */\nfunction hasDefaultHTMLNamespace(mimeType) {\n\treturn isHTMLMimeType(mimeType) || mimeType === MIME_TYPE.XML_XHTML_APPLICATION;\n}\n\n/**\n * All mime types that are allowed as input to `DOMParser.parseFromString`\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString#Argument02\n * MDN\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#domparsersupportedtype\n * WHATWG HTML Spec\n * @see {@link DOMParser.prototype.parseFromString}\n */\nvar MIME_TYPE = freeze({\n\t/**\n\t * `text/html`, the only mime type that triggers treating an XML document as HTML.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/text/html IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/HTML Wikipedia\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString MDN\n\t * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring\n\t * WHATWG HTML Spec\n\t */\n\tHTML: 'text/html',\n\n\t/**\n\t * `application/xml`, the standard mime type for XML documents.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/application/xml IANA MimeType\n\t * registration\n\t * @see https://tools.ietf.org/html/rfc7303#section-9.1 RFC 7303\n\t * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia\n\t */\n\tXML_APPLICATION: 'application/xml',\n\n\t/**\n\t * `text/html`, an alias for `application/xml`.\n\t *\n\t * @see https://tools.ietf.org/html/rfc7303#section-9.2 RFC 7303\n\t * @see https://www.iana.org/assignments/media-types/text/xml IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia\n\t */\n\tXML_TEXT: 'text/xml',\n\n\t/**\n\t * `application/xhtml+xml`, indicates an XML document that has the default HTML namespace,\n\t * but is parsed as an XML document.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/application/xhtml+xml IANA MimeType\n\t * registration\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument WHATWG DOM Spec\n\t * @see https://en.wikipedia.org/wiki/XHTML Wikipedia\n\t */\n\tXML_XHTML_APPLICATION: 'application/xhtml+xml',\n\n\t/**\n\t * `image/svg+xml`,\n\t *\n\t * @see https://www.iana.org/assignments/media-types/image/svg+xml IANA MimeType registration\n\t * @see https://www.w3.org/TR/SVG11/ W3C SVG 1.1\n\t * @see https://en.wikipedia.org/wiki/Scalable_Vector_Graphics Wikipedia\n\t */\n\tXML_SVG_IMAGE: 'image/svg+xml',\n});\n/**\n * @typedef {'application/xhtml+xml' | 'application/xml' | 'image/svg+xml' | 'text/html' | 'text/xml'}\n * MimeType\n */\n/**\n * @type {MimeType[]}\n * @private\n * Basically `Object.values`, which is not available in ES5.\n */\nvar _MIME_TYPES = Object.keys(MIME_TYPE).map(function (key) {\n\treturn MIME_TYPE[key];\n});\n\n/**\n * Only returns true if `mimeType` is one of the allowed values for\n * `DOMParser.parseFromString`.\n *\n * @param {string} mimeType\n * @returns {mimeType is 'application/xhtml+xml' | 'application/xml' | 'image/svg+xml' | 'text/html' | 'text/xml'}\n *\n */\nfunction isValidMimeType(mimeType) {\n\treturn _MIME_TYPES.indexOf(mimeType) > -1;\n}\n/**\n * Namespaces that are used in this code base.\n *\n * @see http://www.w3.org/TR/REC-xml-names\n */\nvar NAMESPACE = freeze({\n\t/**\n\t * The XHTML namespace.\n\t *\n\t * @see http://www.w3.org/1999/xhtml\n\t */\n\tHTML: 'http://www.w3.org/1999/xhtml',\n\n\t/**\n\t * The SVG namespace.\n\t *\n\t * @see http://www.w3.org/2000/svg\n\t */\n\tSVG: 'http://www.w3.org/2000/svg',\n\n\t/**\n\t * The `xml:` namespace.\n\t *\n\t * @see http://www.w3.org/XML/1998/namespace\n\t */\n\tXML: 'http://www.w3.org/XML/1998/namespace',\n\n\t/**\n\t * The `xmlns:` namespace.\n\t *\n\t * @see https://www.w3.org/2000/xmlns/\n\t */\n\tXMLNS: 'http://www.w3.org/2000/xmlns/',\n});\n\nexports.assign = assign;\nexports.find = find;\nexports.freeze = freeze;\nexports.HTML_BOOLEAN_ATTRIBUTES = HTML_BOOLEAN_ATTRIBUTES;\nexports.HTML_RAW_TEXT_ELEMENTS = HTML_RAW_TEXT_ELEMENTS;\nexports.HTML_VOID_ELEMENTS = HTML_VOID_ELEMENTS;\nexports.hasDefaultHTMLNamespace = hasDefaultHTMLNamespace;\nexports.hasOwn = hasOwn;\nexports.isHTMLBooleanAttribute = isHTMLBooleanAttribute;\nexports.isHTMLRawTextElement = isHTMLRawTextElement;\nexports.isHTMLEscapableRawTextElement = isHTMLEscapableRawTextElement;\nexports.isHTMLMimeType = isHTMLMimeType;\nexports.isHTMLVoidElement = isHTMLVoidElement;\nexports.isValidMimeType = isValidMimeType;\nexports.MIME_TYPE = MIME_TYPE;\nexports.NAMESPACE = NAMESPACE;\n","'use strict';\n\nvar conventions = require('./conventions');\n\nfunction extendError(constructor, writableName) {\n\tconstructor.prototype = Object.create(Error.prototype, {\n\t\tconstructor: { value: constructor },\n\t\tname: { value: constructor.name, enumerable: true, writable: writableName },\n\t});\n}\n\nvar DOMExceptionName = conventions.freeze({\n\t/**\n\t * the default value as defined by the spec\n\t */\n\tError: 'Error',\n\t/**\n\t * @deprecated\n\t * Use RangeError instead.\n\t */\n\tIndexSizeError: 'IndexSizeError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tDomstringSizeError: 'DomstringSizeError',\n\tHierarchyRequestError: 'HierarchyRequestError',\n\tWrongDocumentError: 'WrongDocumentError',\n\tInvalidCharacterError: 'InvalidCharacterError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tNoDataAllowedError: 'NoDataAllowedError',\n\tNoModificationAllowedError: 'NoModificationAllowedError',\n\tNotFoundError: 'NotFoundError',\n\tNotSupportedError: 'NotSupportedError',\n\tInUseAttributeError: 'InUseAttributeError',\n\tInvalidStateError: 'InvalidStateError',\n\tSyntaxError: 'SyntaxError',\n\tInvalidModificationError: 'InvalidModificationError',\n\tNamespaceError: 'NamespaceError',\n\t/**\n\t * @deprecated\n\t * Use TypeError for invalid arguments,\n\t * \"NotSupportedError\" DOMException for unsupported operations,\n\t * and \"NotAllowedError\" DOMException for denied requests instead.\n\t */\n\tInvalidAccessError: 'InvalidAccessError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tValidationError: 'ValidationError',\n\t/**\n\t * @deprecated\n\t * Use TypeError instead.\n\t */\n\tTypeMismatchError: 'TypeMismatchError',\n\tSecurityError: 'SecurityError',\n\tNetworkError: 'NetworkError',\n\tAbortError: 'AbortError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tURLMismatchError: 'URLMismatchError',\n\tQuotaExceededError: 'QuotaExceededError',\n\tTimeoutError: 'TimeoutError',\n\tInvalidNodeTypeError: 'InvalidNodeTypeError',\n\tDataCloneError: 'DataCloneError',\n\tEncodingError: 'EncodingError',\n\tNotReadableError: 'NotReadableError',\n\tUnknownError: 'UnknownError',\n\tConstraintError: 'ConstraintError',\n\tDataError: 'DataError',\n\tTransactionInactiveError: 'TransactionInactiveError',\n\tReadOnlyError: 'ReadOnlyError',\n\tVersionError: 'VersionError',\n\tOperationError: 'OperationError',\n\tNotAllowedError: 'NotAllowedError',\n\tOptOutError: 'OptOutError',\n});\nvar DOMExceptionNames = Object.keys(DOMExceptionName);\n\nfunction isValidDomExceptionCode(value) {\n\treturn typeof value === 'number' && value >= 1 && value <= 25;\n}\nfunction endsWithError(value) {\n\treturn typeof value === 'string' && value.substring(value.length - DOMExceptionName.Error.length) === DOMExceptionName.Error;\n}\n/**\n * DOM operations only raise exceptions in \"exceptional\" circumstances, i.e., when an operation\n * is impossible to perform (either for logical reasons, because data is lost, or because the\n * implementation has become unstable). In general, DOM methods return specific error values in\n * ordinary processing situations, such as out-of-bound errors when using NodeList.\n *\n * Implementations should raise other exceptions under other circumstances. For example,\n * implementations should raise an implementation-dependent exception if a null argument is\n * passed when null was not expected.\n *\n * This implementation supports the following usages:\n * 1. according to the living standard (both arguments are optional):\n * ```\n * new DOMException(\"message (can be empty)\", DOMExceptionNames.HierarchyRequestError)\n * ```\n * 2. according to previous xmldom implementation (only the first argument is required):\n * ```\n * new DOMException(DOMException.HIERARCHY_REQUEST_ERR, \"optional message\")\n * ```\n * both result in the proper name being set.\n *\n * @class DOMException\n * @param {number | string} messageOrCode\n * The reason why an operation is not acceptable.\n * If it is a number, it is used to determine the `name`, see\n * {@link https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-258A00AF ExceptionCode}\n * @param {string | keyof typeof DOMExceptionName | Error} [nameOrMessage]\n * The `name` to use for the error.\n * If `messageOrCode` is a number, this arguments is used as the `message` instead.\n * @augments Error\n * @see https://webidl.spec.whatwg.org/#idl-DOMException\n * @see https://webidl.spec.whatwg.org/#dfn-error-names-table\n * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html\n * @see http://www.w3.org/TR/REC-DOM-Level-1/ecma-script-language-binding.html\n */\nfunction DOMException(messageOrCode, nameOrMessage) {\n\t// support old way of passing arguments: first argument is a valid number\n\tif (isValidDomExceptionCode(messageOrCode)) {\n\t\tthis.name = DOMExceptionNames[messageOrCode];\n\t\tthis.message = nameOrMessage || '';\n\t} else {\n\t\tthis.message = messageOrCode;\n\t\tthis.name = endsWithError(nameOrMessage) ? nameOrMessage : DOMExceptionName.Error;\n\t}\n\tif (Error.captureStackTrace) Error.captureStackTrace(this, DOMException);\n}\nextendError(DOMException, true);\nObject.defineProperties(DOMException.prototype, {\n\tcode: {\n\t\tenumerable: true,\n\t\tget: function () {\n\t\t\tvar code = DOMExceptionNames.indexOf(this.name);\n\t\t\tif (isValidDomExceptionCode(code)) return code;\n\t\t\treturn 0;\n\t\t},\n\t},\n});\n\nvar ExceptionCode = {\n\tINDEX_SIZE_ERR: 1,\n\tDOMSTRING_SIZE_ERR: 2,\n\tHIERARCHY_REQUEST_ERR: 3,\n\tWRONG_DOCUMENT_ERR: 4,\n\tINVALID_CHARACTER_ERR: 5,\n\tNO_DATA_ALLOWED_ERR: 6,\n\tNO_MODIFICATION_ALLOWED_ERR: 7,\n\tNOT_FOUND_ERR: 8,\n\tNOT_SUPPORTED_ERR: 9,\n\tINUSE_ATTRIBUTE_ERR: 10,\n\tINVALID_STATE_ERR: 11,\n\tSYNTAX_ERR: 12,\n\tINVALID_MODIFICATION_ERR: 13,\n\tNAMESPACE_ERR: 14,\n\tINVALID_ACCESS_ERR: 15,\n\tVALIDATION_ERR: 16,\n\tTYPE_MISMATCH_ERR: 17,\n\tSECURITY_ERR: 18,\n\tNETWORK_ERR: 19,\n\tABORT_ERR: 20,\n\tURL_MISMATCH_ERR: 21,\n\tQUOTA_EXCEEDED_ERR: 22,\n\tTIMEOUT_ERR: 23,\n\tINVALID_NODE_TYPE_ERR: 24,\n\tDATA_CLONE_ERR: 25,\n};\n\nvar entries = Object.entries(ExceptionCode);\nfor (var i = 0; i < entries.length; i++) {\n\tvar key = entries[i][0];\n\tDOMException[key] = entries[i][1];\n}\n\n/**\n * Creates an error that will not be caught by XMLReader aka the SAX parser.\n *\n * @class\n * @param {string} message\n * @param {any} [locator]\n */\nfunction ParseError(message, locator) {\n\tthis.message = message;\n\tthis.locator = locator;\n\tif (Error.captureStackTrace) Error.captureStackTrace(this, ParseError);\n}\nextendError(ParseError);\n\nexports.DOMException = DOMException;\nexports.DOMExceptionName = DOMExceptionName;\nexports.ExceptionCode = ExceptionCode;\nexports.ParseError = ParseError;\n","'use strict';\n\n/**\n * Detects relevant unicode support for regular expressions in the runtime.\n * Should the runtime not accepts the flag `u` or unicode ranges,\n * character classes without unicode handling will be used.\n *\n * @param {typeof RegExp} [RegExpImpl=RegExp]\n * For testing: the RegExp class.\n * @returns {boolean}\n * @see https://node.green/#ES2015-syntax-RegExp--y--and--u--flags\n */\nfunction detectUnicodeSupport(RegExpImpl) {\n\ttry {\n\t\tif (typeof RegExpImpl !== 'function') {\n\t\t\tRegExpImpl = RegExp;\n\t\t}\n\t\t// eslint-disable-next-line es5/no-unicode-regex,es5/no-unicode-code-point-escape\n\t\tvar match = new RegExpImpl('\\u{1d306}', 'u').exec('𝌆');\n\t\treturn !!match && match[0].length === 2;\n\t} catch (error) {}\n\treturn false;\n}\nvar UNICODE_SUPPORT = detectUnicodeSupport();\n\n/**\n * Removes `[`, `]` and any trailing quantifiers from the source of a RegExp.\n *\n * @param {RegExp} regexp\n */\nfunction chars(regexp) {\n\tif (regexp.source[0] !== '[') {\n\t\tthrow new Error(regexp + ' can not be used with chars');\n\t}\n\treturn regexp.source.slice(1, regexp.source.lastIndexOf(']'));\n}\n\n/**\n * Creates a new character list regular expression,\n * by removing `search` from the source of `regexp`.\n *\n * @param {RegExp} regexp\n * @param {string} search\n * The character(s) to remove.\n * @returns {RegExp}\n */\nfunction chars_without(regexp, search) {\n\tif (regexp.source[0] !== '[') {\n\t\tthrow new Error('/' + regexp.source + '/ can not be used with chars_without');\n\t}\n\tif (!search || typeof search !== 'string') {\n\t\tthrow new Error(JSON.stringify(search) + ' is not a valid search');\n\t}\n\tif (regexp.source.indexOf(search) === -1) {\n\t\tthrow new Error('\"' + search + '\" is not is /' + regexp.source + '/');\n\t}\n\tif (search === '-' && regexp.source.indexOf(search) !== 1) {\n\t\tthrow new Error('\"' + search + '\" is not at the first postion of /' + regexp.source + '/');\n\t}\n\treturn new RegExp(regexp.source.replace(search, ''), UNICODE_SUPPORT ? 'u' : '');\n}\n\n/**\n * Combines and Regular expressions correctly by using `RegExp.source`.\n *\n * @param {...(RegExp | string)[]} args\n * @returns {RegExp}\n */\nfunction reg(args) {\n\tvar self = this;\n\treturn new RegExp(\n\t\tArray.prototype.slice\n\t\t\t.call(arguments)\n\t\t\t.map(function (part) {\n\t\t\t\tvar isStr = typeof part === 'string';\n\t\t\t\tif (isStr && self === undefined && part === '|') {\n\t\t\t\t\tthrow new Error('use regg instead of reg to wrap expressions with `|`!');\n\t\t\t\t}\n\t\t\t\treturn isStr ? part : part.source;\n\t\t\t})\n\t\t\t.join(''),\n\t\tUNICODE_SUPPORT ? 'mu' : 'm'\n\t);\n}\n\n/**\n * Like `reg` but wraps the expression in `(?:`,`)` to create a non tracking group.\n *\n * @param {...(RegExp | string)[]} args\n * @returns {RegExp}\n */\nfunction regg(args) {\n\tif (arguments.length === 0) {\n\t\tthrow new Error('no parameters provided');\n\t}\n\treturn reg.apply(regg, ['(?:'].concat(Array.prototype.slice.call(arguments), [')']));\n}\n\n// /**\n// * Append ^ to the beginning of the expression.\n// * @param {...(RegExp | string)[]} args\n// * @returns {RegExp}\n// */\n// function reg_start(args) {\n// \tif (arguments.length === 0) {\n// \t\tthrow new Error('no parameters provided');\n// \t}\n// \treturn reg.apply(reg_start, ['^'].concat(Array.prototype.slice.call(arguments)));\n// }\n\n// https://www.w3.org/TR/xml/#document\n// `[1] document ::= prolog element Misc*`\n// https://www.w3.org/TR/xml11/#NT-document\n// `[1] document ::= ( prolog element Misc* ) - ( Char* RestrictedChar Char* )`\n\n/**\n * A character usually appearing in wrongly converted strings.\n *\n * @type {string}\n * @see https://en.wikipedia.org/wiki/Specials_(Unicode_block)#Replacement_character\n * @see https://nodejs.dev/en/api/v18/buffer/#buffers-and-character-encodings\n * @see https://www.unicode.org/faq/utf_bom.html#BOM\n * @readonly\n */\nvar UNICODE_REPLACEMENT_CHARACTER = '\\uFFFD';\n// https://www.w3.org/TR/xml/#NT-Char\n// any Unicode character, excluding the surrogate blocks, FFFE, and FFFF.\n// `[2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]`\n// https://www.w3.org/TR/xml11/#NT-Char\n// `[2] Char ::= [#x1-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]`\n// https://www.w3.org/TR/xml11/#NT-RestrictedChar\n// `[2a] RestrictedChar ::= [#x1-#x8] | [#xB-#xC] | [#xE-#x1F] | [#x7F-#x84] | [#x86-#x9F]`\n// https://www.w3.org/TR/xml11/#charsets\nvar Char = /[-\\x09\\x0A\\x0D\\x20-\\x2C\\x2E-\\uD7FF\\uE000-\\uFFFD]/; // without \\u10000-\\uEFFFF\nif (UNICODE_SUPPORT) {\n\t// eslint-disable-next-line es5/no-unicode-code-point-escape\n\tChar = reg('[', chars(Char), '\\\\u{10000}-\\\\u{10FFFF}', ']');\n}\n\nvar _SChar = /[\\x20\\x09\\x0D\\x0A]/;\nvar SChar_s = chars(_SChar);\n// https://www.w3.org/TR/xml11/#NT-S\n// `[3] S ::= (#x20 | #x9 | #xD | #xA)+`\nvar S = reg(_SChar, '+');\n// optional whitespace described as `S?` in the grammar,\n// simplified to 0-n occurrences of the character class\n// instead of 0-1 occurrences of a non-capturing group around S\nvar S_OPT = reg(_SChar, '*');\n\n// https://www.w3.org/TR/xml11/#NT-NameStartChar\n// `[4] NameStartChar ::= \":\" | [A-Z] | \"_\" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]`\nvar NameStartChar =\n\t/[:_a-zA-Z\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02FF\\u0370-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/; // without \\u10000-\\uEFFFF\nif (UNICODE_SUPPORT) {\n\t// eslint-disable-next-line es5/no-unicode-code-point-escape\n\tNameStartChar = reg('[', chars(NameStartChar), '\\\\u{10000}-\\\\u{10FFFF}', ']');\n}\nvar NameStartChar_s = chars(NameStartChar);\n\n// https://www.w3.org/TR/xml11/#NT-NameChar\n// `[4a] NameChar ::= NameStartChar | \"-\" | \".\" | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]`\nvar NameChar = reg('[', NameStartChar_s, chars(/[-.0-9\\xB7]/), chars(/[\\u0300-\\u036F\\u203F-\\u2040]/), ']');\n// https://www.w3.org/TR/xml11/#NT-Name\n// `[5] Name ::= NameStartChar (NameChar)*`\nvar Name = reg(NameStartChar, NameChar, '*');\n/*\nhttps://www.w3.org/TR/xml11/#NT-Names\n`[6] Names ::= Name (#x20 Name)*`\n*/\n\n// https://www.w3.org/TR/xml11/#NT-Nmtoken\n// `[7] Nmtoken ::= (NameChar)+`\nvar Nmtoken = reg(NameChar, '+');\n/*\nhttps://www.w3.org/TR/xml11/#NT-Nmtokens\n`[8] Nmtokens ::= Nmtoken (#x20 Nmtoken)*`\nvar Nmtokens = reg(Nmtoken, regg(/\\x20/, Nmtoken), '*');\n*/\n\n// https://www.w3.org/TR/xml11/#NT-EntityRef\n// `[68] EntityRef ::= '&' Name ';'` [WFC: Entity Declared] [VC: Entity Declared] [WFC: Parsed Entity] [WFC: No Recursion]\nvar EntityRef = reg('&', Name, ';');\n// https://www.w3.org/TR/xml11/#NT-CharRef\n// `[66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';'` [WFC: Legal Character]\nvar CharRef = regg(/&#[0-9]+;|&#x[0-9a-fA-F]+;/);\n\n/*\nhttps://www.w3.org/TR/xml11/#NT-Reference\n- `[67] Reference ::= EntityRef | CharRef`\n- `[66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';'` [WFC: Legal Character]\n- `[68] EntityRef ::= '&' Name ';'` [WFC: Entity Declared] [VC: Entity Declared] [WFC: Parsed Entity] [WFC: No Recursion]\n*/\nvar Reference = regg(EntityRef, '|', CharRef);\n\n// https://www.w3.org/TR/xml11/#NT-PEReference\n// `[69] PEReference ::= '%' Name ';'`\n// [VC: Entity Declared] [WFC: No Recursion] [WFC: In DTD]\nvar PEReference = reg('%', Name, ';');\n\n// https://www.w3.org/TR/xml11/#NT-EntityValue\n// `[9] EntityValue ::= '\"' ([^%&\"] | PEReference | Reference)* '\"' | \"'\" ([^%&'] | PEReference | Reference)* \"'\"`\nvar EntityValue = regg(\n\treg('\"', regg(/[^%&\"]/, '|', PEReference, '|', Reference), '*', '\"'),\n\t'|',\n\treg(\"'\", regg(/[^%&']/, '|', PEReference, '|', Reference), '*', \"'\")\n);\n\n// https://www.w3.org/TR/xml11/#NT-AttValue\n// `[10] AttValue ::= '\"' ([^<&\"] | Reference)* '\"' | \"'\" ([^<&'] | Reference)* \"'\"`\nvar AttValue = regg('\"', regg(/[^<&\"]/, '|', Reference), '*', '\"', '|', \"'\", regg(/[^<&']/, '|', Reference), '*', \"'\");\n\n// https://www.w3.org/TR/xml-names/#ns-decl\n// https://www.w3.org/TR/xml-names/#ns-qualnames\n// NameStartChar without \":\"\nvar NCNameStartChar = chars_without(NameStartChar, ':');\n// https://www.w3.org/TR/xml-names/#orphans\n// `[5] NCNameChar ::= NameChar - ':'`\n// An XML NameChar, minus the \":\"\nvar NCNameChar = chars_without(NameChar, ':');\n// https://www.w3.org/TR/xml-names/#NT-NCName\n// `[4] NCName ::= Name - (Char* ':' Char*)`\n// An XML Name, minus the \":\"\nvar NCName = reg(NCNameStartChar, NCNameChar, '*');\n\n/**\nhttps://www.w3.org/TR/xml-names/#ns-qualnames\n\n```\n[7] QName ::= PrefixedName | UnprefixedName\n\t\t\t\t === (NCName ':' NCName) | NCName\n\t\t\t\t === NCName (':' NCName)?\n[8] PrefixedName ::= Prefix ':' LocalPart\n\t\t\t\t\t\t\t\t === NCName ':' NCName\n[9] UnprefixedName ::= LocalPart\n\t\t\t\t\t\t\t\t\t === NCName\n[10] Prefix ::= NCName\n[11] LocalPart ::= NCName\n```\n*/\nvar QName = reg(NCName, regg(':', NCName), '?');\nvar QName_exact = reg('^', QName, '$');\nvar QName_group = reg('(', QName, ')');\n\n// https://www.w3.org/TR/xml11/#NT-SystemLiteral\n// `[11] SystemLiteral ::= ('\"' [^\"]* '\"') | (\"'\" [^']* \"'\")`\nvar SystemLiteral = regg(/\"[^\"]*\"|'[^']*'/);\n\n/*\n https://www.w3.org/TR/xml11/#NT-PI\n ```\n [17] PITarget ::= Name - (('X' | 'x') ('M' | 'm') ('L' | 'l'))\n [16] PI ::= '' Char*)))? '?>'\n ```\n target /xml/i is not excluded!\n*/\nvar PI = reg(/^<\\?/, '(', Name, ')', regg(S, '(', Char, '*?)'), '?', /\\?>/);\n\n// https://www.w3.org/TR/xml11/#NT-PubidChar\n// `[13] PubidChar ::= #x20 | #xD | #xA | [a-zA-Z0-9] | [-'()+,./:=?;!*#@$_%]`\nvar PubidChar = /[\\x20\\x0D\\x0Aa-zA-Z0-9-'()+,./:=?;!*#@$_%]/;\n\n// https://www.w3.org/TR/xml11/#NT-PubidLiteral\n// `[12] PubidLiteral ::= '\"' PubidChar* '\"' | \"'\" (PubidChar - \"'\")* \"'\"`\nvar PubidLiteral = regg('\"', PubidChar, '*\"', '|', \"'\", chars_without(PubidChar, \"'\"), \"*'\");\n\n// https://www.w3.org/TR/xml11/#NT-CharData\n// `[14] CharData ::= [^<&]* - ([^<&]* ']]>' [^<&]*)`\n\nvar COMMENT_START = '';\n// https://www.w3.org/TR/xml11/#NT-Comment\n// `[15] Comment ::= ''`\nvar Comment = reg(COMMENT_START, regg(chars_without(Char, '-'), '|', reg('-', chars_without(Char, '-'))), '*', COMMENT_END);\n\nvar PCDATA = '#PCDATA';\n// https://www.w3.org/TR/xml11/#NT-Mixed\n// `[51] Mixed ::= '(' S? '#PCDATA' (S? '|' S? Name)* S? ')*' | '(' S? '#PCDATA' S? ')'`\n// https://www.w3.org/TR/xml-names/#NT-Mixed\n// `[51] Mixed ::= '(' S? '#PCDATA' (S? '|' S? QName)* S? ')*' | '(' S? '#PCDATA' S? ')'`\n// [VC: Proper Group/PE Nesting] [VC: No Duplicate Types]\nvar Mixed = regg(\n\treg(/\\(/, S_OPT, PCDATA, regg(S_OPT, /\\|/, S_OPT, QName), '*', S_OPT, /\\)\\*/),\n\t'|',\n\treg(/\\(/, S_OPT, PCDATA, S_OPT, /\\)/)\n);\n\nvar _children_quantity = /[?*+]?/;\n/*\n `[49] choice ::= '(' S? cp ( S? '|' S? cp )+ S? ')'` [VC: Proper Group/PE Nesting]\n `[50] seq ::= '(' S? cp ( S? ',' S? cp )* S? ')'` [VC: Proper Group/PE Nesting]\n simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\n var _choice_or_seq = reg('[', NameChar_s, SChar_s, chars(_children_quantity), '()|,]*');\n ```\n [48] cp ::= (Name | choice | seq) ('?' | '*' | '+')?\n === (Name | '(' S? cp ( S? '|' S? cp )+ S? ')' | '(' S? cp ( S? ',' S? cp )* S? ')') ('?' | '*' | '+')?\n !== (Name | [_choice_or_seq]*) ('?' | '*' | '+')?\n ```\n simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\n var cp = reg(regg(Name, '|', _choice_or_seq), _children_quantity);\n*/\n/*\nInefficient regular expression (High)\nThis part of the regular expression may cause exponential backtracking on strings starting with '(|' and containing many repetitions of '|'.\nhttps://github.com/xmldom/xmldom/security/code-scanning/91\nvar choice = regg(/\\(/, S_OPT, cp, regg(S_OPT, /\\|/, S_OPT, cp), '+', S_OPT, /\\)/);\n*/\n/*\nInefficient regular expression (High)\nThis part of the regular expression may cause exponential backtracking on strings starting with '(,' and containing many repetitions of ','.\nhttps://github.com/xmldom/xmldom/security/code-scanning/92\nvar seq = regg(/\\(/, S_OPT, cp, regg(S_OPT, /,/, S_OPT, cp), '*', S_OPT, /\\)/);\n*/\n\n// `[47] children ::= (choice | seq) ('?' | '*' | '+')?`\n// simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\nvar children = reg(/\\([^>]+\\)/, _children_quantity /*regg(choice, '|', seq), _children_quantity*/);\n\n// https://www.w3.org/TR/xml11/#NT-contentspec\n// `[46] contentspec ::= 'EMPTY' | 'ANY' | Mixed | children`\nvar contentspec = regg('EMPTY', '|', 'ANY', '|', Mixed, '|', children);\n\nvar ELEMENTDECL_START = ''`\n// https://www.w3.org/TR/xml-names/#NT-elementdecl\n// `[17] elementdecl ::= ''`\n// because of https://www.w3.org/TR/xml11/#NT-PEReference\n// since xmldom is not supporting replacements of PEReferences in the DTD\n// this also supports PEReference in the possible places\nvar elementdecl = reg(ELEMENTDECL_START, S, regg(QName, '|', PEReference), S, regg(contentspec, '|', PEReference), S_OPT, '>');\n\n// https://www.w3.org/TR/xml11/#NT-NotationType\n// `[58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'`\n// [VC: Notation Attributes] [VC: One Notation Per Element Type] [VC: No Notation on Empty Element] [VC: No Duplicate Tokens]\nvar NotationType = reg('NOTATION', S, /\\(/, S_OPT, Name, regg(S_OPT, /\\|/, S_OPT, Name), '*', S_OPT, /\\)/);\n// https://www.w3.org/TR/xml11/#NT-Enumeration\n// `[59] Enumeration ::= '(' S? Nmtoken (S? '|' S? Nmtoken)* S? ')'`\n// [VC: Enumeration] [VC: No Duplicate Tokens]\nvar Enumeration = reg(/\\(/, S_OPT, Nmtoken, regg(S_OPT, /\\|/, S_OPT, Nmtoken), '*', S_OPT, /\\)/);\n\n// https://www.w3.org/TR/xml11/#NT-EnumeratedType\n// `[57] EnumeratedType ::= NotationType | Enumeration`\nvar EnumeratedType = regg(NotationType, '|', Enumeration);\n\n/*\n```\n[55] StringType ::= 'CDATA'\n[56] TokenizedType ::= 'ID' [VC: ID] [VC: One ID per Element Type] [VC: ID Attribute Default]\n | 'IDREF' [VC: IDREF]\n | 'IDREFS' [VC: IDREF]\n\t | 'ENTITY' [VC: Entity Name]\n\t | 'ENTITIES' [VC: Entity Name]\n\t | 'NMTOKEN' [VC: Name Token]\n\t | 'NMTOKENS' [VC: Name Token]\n [54] AttType ::= StringType | TokenizedType | EnumeratedType\n```*/\nvar AttType = regg(/CDATA|ID|IDREF|IDREFS|ENTITY|ENTITIES|NMTOKEN|NMTOKENS/, '|', EnumeratedType);\n\n// `[60] DefaultDecl ::= '#REQUIRED' | '#IMPLIED' | (('#FIXED' S)? AttValue)`\n// [WFC: No < in Attribute Values] [WFC: No External Entity References]\n// [VC: Fixed Attribute Default] [VC: Required Attribute] [VC: Attribute Default Value Syntactically Correct]\nvar DefaultDecl = regg(/#REQUIRED|#IMPLIED/, '|', regg(regg('#FIXED', S), '?', AttValue));\n\n// https://www.w3.org/TR/xml11/#NT-AttDef\n// [53] AttDef ::= S Name S AttType S DefaultDecl\n// https://www.w3.org/TR/xml-names/#NT-AttDef\n// [1] NSAttName ::= PrefixedAttName | DefaultAttName\n// [2] PrefixedAttName ::= 'xmlns:' NCName [NSC: Reserved Prefixes and Namespace Names]\n// [3] DefaultAttName ::= 'xmlns'\n// [21] AttDef ::= S (QName | NSAttName) S AttType S DefaultDecl\n// \t\t\t\t\t\t === S Name S AttType S DefaultDecl\n// xmldom is not distinguishing between QName and NSAttName on this level\n// to support XML without namespaces in DTD we can not restrict it to QName\nvar AttDef = regg(S, Name, S, AttType, S, DefaultDecl);\n\nvar ATTLIST_DECL_START = ''`\n// https://www.w3.org/TR/xml-names/#NT-AttlistDecl\n// `[20] AttlistDecl ::= ''`\n// to support XML without namespaces in DTD we can not restrict it to QName\nvar AttlistDecl = reg(ATTLIST_DECL_START, S, Name, AttDef, '*', S_OPT, '>');\n\nvar SYSTEM = 'SYSTEM';\nvar PUBLIC = 'PUBLIC';\n// https://www.w3.org/TR/xml11/#NT-ExternalID\n// `[75] ExternalID ::= 'SYSTEM' S SystemLiteral | 'PUBLIC' S PubidLiteral S SystemLiteral`\nvar ExternalID = regg(regg(SYSTEM, S, SystemLiteral), '|', regg(PUBLIC, S, PubidLiteral, S, SystemLiteral));\nvar ExternalID_match = reg(\n\t'^',\n\tregg(\n\t\tregg(SYSTEM, S, '(?', SystemLiteral, ')'),\n\t\t'|',\n\t\tregg(PUBLIC, S, '(?', PubidLiteral, ')', S, '(?', SystemLiteral, ')')\n\t)\n);\n\n// https://www.w3.org/TR/xml11/#NT-NDataDecl\n// `[76] NDataDecl ::= S 'NDATA' S Name` [VC: Notation Declared]\nvar NDataDecl = regg(S, 'NDATA', S, Name);\n\n// https://www.w3.org/TR/xml11/#NT-EntityDef\n// `[73] EntityDef ::= EntityValue | (ExternalID NDataDecl?)`\nvar EntityDef = regg(EntityValue, '|', regg(ExternalID, NDataDecl, '?'));\n\nvar ENTITY_DECL_START = ''`\nvar GEDecl = reg(ENTITY_DECL_START, S, Name, S, EntityDef, S_OPT, '>');\n// https://www.w3.org/TR/xml11/#NT-PEDef\n// `[74] PEDef ::= EntityValue | ExternalID`\nvar PEDef = regg(EntityValue, '|', ExternalID);\n// https://www.w3.org/TR/xml11/#NT-PEDecl\n// `[72] PEDecl ::= ''`\nvar PEDecl = reg(ENTITY_DECL_START, S, '%', S, Name, S, PEDef, S_OPT, '>');\n// https://www.w3.org/TR/xml11/#NT-EntityDecl\n// `[70] EntityDecl ::= GEDecl | PEDecl`\nvar EntityDecl = regg(GEDecl, '|', PEDecl);\n\n// https://www.w3.org/TR/xml11/#NT-PublicID\n// `[83] PublicID ::= 'PUBLIC' S PubidLiteral`\nvar PublicID = reg(PUBLIC, S, PubidLiteral);\n// https://www.w3.org/TR/xml11/#NT-NotationDecl\n// `[82] NotationDecl ::= ''` [VC: Unique Notation Name]\nvar NotationDecl = reg('');\n\n// https://www.w3.org/TR/xml11/#NT-Eq\n// `[25] Eq ::= S? '=' S?`\nvar Eq = reg(S_OPT, '=', S_OPT);\n// https://www.w3.org/TR/xml/#NT-VersionNum\n// `[26] VersionNum ::= '1.' [0-9]+`\n// https://www.w3.org/TR/xml11/#NT-VersionNum\n// `[26] VersionNum ::= '1.1'`\nvar VersionNum = /1[.]\\d+/;\n// https://www.w3.org/TR/xml11/#NT-VersionInfo\n// `[24] VersionInfo ::= S 'version' Eq (\"'\" VersionNum \"'\" | '\"' VersionNum '\"')`\nvar VersionInfo = reg(S, 'version', Eq, regg(\"'\", VersionNum, \"'\", '|', '\"', VersionNum, '\"'));\n// https://www.w3.org/TR/xml11/#NT-EncName\n// `[81] EncName ::= [A-Za-z] ([A-Za-z0-9._] | '-')*`\nvar EncName = /[A-Za-z][-A-Za-z0-9._]*/;\n// https://www.w3.org/TR/xml11/#NT-EncDecl\n// `[80] EncodingDecl ::= S 'encoding' Eq ('\"' EncName '\"' | \"'\" EncName \"'\" )`\nvar EncodingDecl = regg(S, 'encoding', Eq, regg('\"', EncName, '\"', '|', \"'\", EncName, \"'\"));\n// https://www.w3.org/TR/xml11/#NT-SDDecl\n// `[32] SDDecl ::= S 'standalone' Eq ((\"'\" ('yes' | 'no') \"'\") | ('\"' ('yes' | 'no') '\"'))`\nvar SDDecl = regg(S, 'standalone', Eq, regg(\"'\", regg('yes', '|', 'no'), \"'\", '|', '\"', regg('yes', '|', 'no'), '\"'));\n// https://www.w3.org/TR/xml11/#NT-XMLDecl\n// [23] XMLDecl ::= ''\nvar XMLDecl = reg(/^<\\?xml/, VersionInfo, EncodingDecl, '?', SDDecl, '?', S_OPT, /\\?>/);\n\n/*\n https://www.w3.org/TR/xml/#NT-markupdecl\n https://www.w3.org/TR/xml11/#NT-markupdecl\n `[29] markupdecl ::= elementdecl | AttlistDecl | EntityDecl | NotationDecl | PI | Comment`\n var markupdecl = regg(elementdecl, '|', AttlistDecl, '|', EntityDecl, '|', NotationDecl, '|', PI_unsafe, '|', Comment);\n*/\n/*\n https://www.w3.org/TR/xml-names/#NT-doctypedecl\n`[28a] DeclSep ::= PEReference | S`\n https://www.w3.org/TR/xml11/#NT-intSubset\n```\n [28b] intSubset ::= (markupdecl | DeclSep)*\n === (markupdecl | PEReference | S)*\n```\n [WFC: PE Between Declarations]\n var intSubset = reg(regg(markupdecl, '|', PEReference, '|', S), '*');\n*/\nvar DOCTYPE_DECL_START = ''`\n https://www.afterwardsw3.org/TR/xml-names/#NT-doctypedecl\n `[16] doctypedecl ::= ''`\n var doctypedecl = reg('');\n*/\n\nvar CDATA_START = '';\nvar CDStart = //;\nvar CData = reg(Char, '*?', CDEnd);\n/*\n https://www.w3.org/TR/xml/#dt-cdsection\n `[18] \tCDSect\t ::= \tCDStart CData CDEnd`\n `[19] \tCDStart\t ::= \t'' Char*))`\n `[21] \tCDEnd\t ::= \t']]>'`\n*/\nvar CDSect = reg(CDStart, CData);\n\n// unit tested\nexports.chars = chars;\nexports.chars_without = chars_without;\nexports.detectUnicodeSupport = detectUnicodeSupport;\nexports.reg = reg;\nexports.regg = regg;\nexports.AttlistDecl = AttlistDecl;\nexports.CDATA_START = CDATA_START;\nexports.CDATA_END = CDATA_END;\nexports.CDSect = CDSect;\nexports.Char = Char;\nexports.Comment = Comment;\nexports.COMMENT_START = COMMENT_START;\nexports.COMMENT_END = COMMENT_END;\nexports.DOCTYPE_DECL_START = DOCTYPE_DECL_START;\nexports.elementdecl = elementdecl;\nexports.EntityDecl = EntityDecl;\nexports.EntityValue = EntityValue;\nexports.ExternalID = ExternalID;\nexports.ExternalID_match = ExternalID_match;\nexports.Name = Name;\nexports.NotationDecl = NotationDecl;\nexports.Reference = Reference;\nexports.PEReference = PEReference;\nexports.PI = PI;\nexports.PUBLIC = PUBLIC;\nexports.PubidLiteral = PubidLiteral;\nexports.QName = QName;\nexports.QName_exact = QName_exact;\nexports.QName_group = QName_group;\nexports.S = S;\nexports.SChar_s = SChar_s;\nexports.S_OPT = S_OPT;\nexports.SYSTEM = SYSTEM;\nexports.SystemLiteral = SystemLiteral;\nexports.UNICODE_REPLACEMENT_CHARACTER = UNICODE_REPLACEMENT_CHARACTER;\nexports.UNICODE_SUPPORT = UNICODE_SUPPORT;\nexports.XMLDecl = XMLDecl;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar find = conventions.find;\nvar hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nvar hasOwn = conventions.hasOwn;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isHTMLRawTextElement = conventions.isHTMLRawTextElement;\nvar isHTMLVoidElement = conventions.isHTMLVoidElement;\nvar MIME_TYPE = conventions.MIME_TYPE;\nvar NAMESPACE = conventions.NAMESPACE;\n\n/**\n * Private DOM Constructor symbol\n *\n * Internal symbol used for construction of all classes whose constructors should be private.\n * Currently used for checks in `Node`, `Document`, `Element`, `Attr`, `CharacterData`, `Text`, `Comment`,\n * `CDATASection`, `DocumentType`, `Notation`, `Entity`, `EntityReference`, `DocumentFragment`, `ProcessingInstruction`\n * so the constructor can't be used from outside the module.\n */\nvar PDC = Symbol();\n\nvar errors = require('./errors');\nvar DOMException = errors.DOMException;\nvar DOMExceptionName = errors.DOMExceptionName;\n\nvar g = require('./grammar');\n\n/**\n * Checks if the given symbol equals the Private DOM Constructor symbol (PDC)\n * and throws an Illegal constructor exception when the symbols don't match.\n * This ensures that the constructor remains private and can't be used outside this module.\n */\nfunction checkSymbol(symbol) {\n\tif (symbol !== PDC) {\n\t\tthrow new TypeError('Illegal constructor');\n\t}\n}\n\n/**\n * A prerequisite for `[].filter`, to drop elements that are empty.\n *\n * @param {string} input\n * The string to be checked.\n * @returns {boolean}\n * Returns `true` if the input string is not empty, `false` otherwise.\n */\nfunction notEmptyString(input) {\n\treturn input !== '';\n}\n/**\n * Splits a string on ASCII whitespace characters (U+0009 TAB, U+000A LF, U+000C FF, U+000D CR,\n * U+0020 SPACE).\n * It follows the definition from the infra specification from WHATWG.\n *\n * @param {string} input\n * The string to be split.\n * @returns {string[]}\n * An array of the split strings. The array can be empty if the input string is empty or only\n * contains whitespace characters.\n * @see {@link https://infra.spec.whatwg.org/#split-on-ascii-whitespace}\n * @see {@link https://infra.spec.whatwg.org/#ascii-whitespace}\n */\nfunction splitOnASCIIWhitespace(input) {\n\t// U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, U+0020 SPACE\n\treturn input ? input.split(/[\\t\\n\\f\\r ]+/).filter(notEmptyString) : [];\n}\n\n/**\n * Adds element as a key to current if it is not already present.\n *\n * @param {Record} current\n * The current record object to which the element will be added as a key.\n * The object's keys are string types and values are either boolean or undefined.\n * @param {string} element\n * The string to be added as a key to the current record.\n * @returns {Record}\n * The updated record object after the addition of the new element.\n */\nfunction orderedSetReducer(current, element) {\n\tif (!hasOwn(current, element)) {\n\t\tcurrent[element] = true;\n\t}\n\treturn current;\n}\n\n/**\n * Converts a string into an ordered set by splitting the input on ASCII whitespace and\n * ensuring uniqueness of elements.\n * This follows the definition of an ordered set from the infra specification by WHATWG.\n *\n * @param {string} input\n * The input string to be transformed into an ordered set.\n * @returns {string[]}\n * An array of unique strings obtained from the input, preserving the original order.\n * The array can be empty if the input string is empty or only contains whitespace characters.\n * @see {@link https://infra.spec.whatwg.org/#ordered-set}\n */\nfunction toOrderedSet(input) {\n\tif (!input) return [];\n\tvar list = splitOnASCIIWhitespace(input);\n\treturn Object.keys(list.reduce(orderedSetReducer, {}));\n}\n\n/**\n * Uses `list.indexOf` to implement a function that behaves like `Array.prototype.includes`.\n * This function is used in environments where `Array.prototype.includes` may not be available.\n *\n * @param {any[]} list\n * The array in which to search for the element.\n * @returns {function(any): boolean}\n * A function that accepts an element and returns a boolean indicating whether the element is\n * included in the provided list.\n */\nfunction arrayIncludes(list) {\n\treturn function (element) {\n\t\treturn list && list.indexOf(element) !== -1;\n\t};\n}\n\n/**\n * Validates a qualified name based on the criteria provided in the DOM specification by\n * WHATWG.\n *\n * @param {string} qualifiedName\n * The qualified name to be validated.\n * @throws {DOMException}\n * With code {@link DOMException.INVALID_CHARACTER_ERR} if the qualified name contains an\n * invalid character.\n * @see {@link https://dom.spec.whatwg.org/#validate}\n */\nfunction validateQualifiedName(qualifiedName) {\n\tif (!g.QName_exact.test(qualifiedName)) {\n\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'invalid character in qualified name \"' + qualifiedName + '\"');\n\t}\n}\n\n/**\n * Validates a qualified name and the namespace associated with it,\n * based on the criteria provided in the DOM specification by WHATWG.\n *\n * @param {string | null} namespace\n * The namespace to be validated. It can be a string or null.\n * @param {string} qualifiedName\n * The qualified name to be validated.\n * @returns {[namespace: string | null, prefix: string | null, localName: string]}\n * Returns a tuple with the namespace,\n * prefix and local name of the qualified name.\n * @throws {DOMException}\n * Throws a DOMException if the qualified name or the namespace is not valid.\n * @see {@link https://dom.spec.whatwg.org/#validate-and-extract}\n */\nfunction validateAndExtract(namespace, qualifiedName) {\n\tvalidateQualifiedName(qualifiedName);\n\tnamespace = namespace || null;\n\t/**\n\t * @type {string | null}\n\t */\n\tvar prefix = null;\n\tvar localName = qualifiedName;\n\tif (qualifiedName.indexOf(':') >= 0) {\n\t\tvar splitResult = qualifiedName.split(':');\n\t\tprefix = splitResult[0];\n\t\tlocalName = splitResult[1];\n\t}\n\tif (prefix !== null && namespace === null) {\n\t\tthrow new DOMException(DOMException.NAMESPACE_ERR, 'prefix is non-null and namespace is null');\n\t}\n\tif (prefix === 'xml' && namespace !== conventions.NAMESPACE.XML) {\n\t\tthrow new DOMException(DOMException.NAMESPACE_ERR, 'prefix is \"xml\" and namespace is not the XML namespace');\n\t}\n\tif ((prefix === 'xmlns' || qualifiedName === 'xmlns') && namespace !== conventions.NAMESPACE.XMLNS) {\n\t\tthrow new DOMException(\n\t\t\tDOMException.NAMESPACE_ERR,\n\t\t\t'either qualifiedName or prefix is \"xmlns\" and namespace is not the XMLNS namespace'\n\t\t);\n\t}\n\tif (namespace === conventions.NAMESPACE.XMLNS && prefix !== 'xmlns' && qualifiedName !== 'xmlns') {\n\t\tthrow new DOMException(\n\t\t\tDOMException.NAMESPACE_ERR,\n\t\t\t'namespace is the XMLNS namespace and neither qualifiedName nor prefix is \"xmlns\"'\n\t\t);\n\t}\n\treturn [namespace, prefix, localName];\n}\n\n/**\n * Copies properties from one object to another.\n * It only copies the object's own (not inherited) properties.\n *\n * @param {Object} src\n * The source object from which properties are copied.\n * @param {Object} dest\n * The destination object to which properties are copied.\n */\nfunction copy(src, dest) {\n\tfor (var p in src) {\n\t\tif (hasOwn(src, p)) {\n\t\t\tdest[p] = src[p];\n\t\t}\n\t}\n}\n\n/**\n * Extends a class with the properties and methods of a super class.\n * It uses a form of prototypal inheritance, and establishes the `constructor` property\n * correctly(?).\n *\n * It is not clear to the current maintainers if this implementation is making sense,\n * since it creates an intermediate prototype function,\n * which all properties of `Super` are copied onto using `_copy`.\n *\n * @param {Object} Class\n * The class that is to be extended.\n * @param {Object} Super\n * The super class from which properties and methods are inherited.\n * @private\n */\nfunction _extends(Class, Super) {\n\tvar pt = Class.prototype;\n\tif (!(pt instanceof Super)) {\n\t\tfunction t() {}\n\t\tt.prototype = Super.prototype;\n\t\tt = new t();\n\t\tcopy(pt, t);\n\t\tClass.prototype = pt = t;\n\t}\n\tif (pt.constructor != Class) {\n\t\tif (typeof Class != 'function') {\n\t\t\tconsole.error('unknown Class:' + Class);\n\t\t}\n\t\tpt.constructor = Class;\n\t}\n}\n\nvar NodeType = {};\nvar ELEMENT_NODE = (NodeType.ELEMENT_NODE = 1);\nvar ATTRIBUTE_NODE = (NodeType.ATTRIBUTE_NODE = 2);\nvar TEXT_NODE = (NodeType.TEXT_NODE = 3);\nvar CDATA_SECTION_NODE = (NodeType.CDATA_SECTION_NODE = 4);\nvar ENTITY_REFERENCE_NODE = (NodeType.ENTITY_REFERENCE_NODE = 5);\nvar ENTITY_NODE = (NodeType.ENTITY_NODE = 6);\nvar PROCESSING_INSTRUCTION_NODE = (NodeType.PROCESSING_INSTRUCTION_NODE = 7);\nvar COMMENT_NODE = (NodeType.COMMENT_NODE = 8);\nvar DOCUMENT_NODE = (NodeType.DOCUMENT_NODE = 9);\nvar DOCUMENT_TYPE_NODE = (NodeType.DOCUMENT_TYPE_NODE = 10);\nvar DOCUMENT_FRAGMENT_NODE = (NodeType.DOCUMENT_FRAGMENT_NODE = 11);\nvar NOTATION_NODE = (NodeType.NOTATION_NODE = 12);\n\nvar DocumentPosition = conventions.freeze({\n\tDOCUMENT_POSITION_DISCONNECTED: 1,\n\tDOCUMENT_POSITION_PRECEDING: 2,\n\tDOCUMENT_POSITION_FOLLOWING: 4,\n\tDOCUMENT_POSITION_CONTAINS: 8,\n\tDOCUMENT_POSITION_CONTAINED_BY: 16,\n\tDOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32,\n});\n\n//helper functions for compareDocumentPosition\n/**\n * Constructs a parent chain for a node.\n *\n * @param {Node} node\n * The start node from which the parent chain will be constructed.\n * @returns {Node[]}\n * The array of nodes representing the parent chain from the root to the specified node.\n */\nfunction parentChain(node) {\n\tvar chain = [];\n\twhile (node.parentNode || node.ownerElement) {\n\t\tnode = node.parentNode || node.ownerElement;\n\t\tchain.unshift(node);\n\t}\n\treturn chain;\n}\n\n/**\n * Finds the common ancestor in two parent chains.\n *\n * @param {Node[]} a\n * The first parent chain.\n * @param {Node[]} b\n * The second parent chain.\n * @returns {Node}\n * The common ancestor node if it exists. If there is no common ancestor, the function will\n * return `null`.\n */\nfunction commonAncestor(a, b) {\n\tif (b.length < a.length) return commonAncestor(b, a);\n\tvar c = null;\n\tfor (var n in a) {\n\t\tif (a[n] !== b[n]) return c;\n\t\tc = a[n];\n\t}\n\treturn c;\n}\n\n/**\n * Assigns a unique identifier to a document to ensure consistency while comparing unrelated\n * nodes.\n *\n * @param {Document} doc\n * The document to which a unique identifier is to be assigned.\n * @returns {string}\n * The unique identifier of the document. If the document already had a unique identifier, the\n * function will return the existing one.\n */\nfunction docGUID(doc) {\n\tif (!doc.guid) doc.guid = Math.random();\n\treturn doc.guid;\n}\n//-- end of helper functions\n\n/**\n * The NodeList interface provides the abstraction of an ordered collection of nodes,\n * without defining or constraining how this collection is implemented.\n * NodeList objects in the DOM are live.\n * The items in the NodeList are accessible via an integral index, starting from 0.\n * You can also access the items of the NodeList with a `for...of` loop.\n *\n * @class NodeList\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-536297177\n * @constructs NodeList\n */\nfunction NodeList() {}\nNodeList.prototype = {\n\t/**\n\t * The number of nodes in the list. The range of valid child node indices is 0 to length-1\n\t * inclusive.\n\t *\n\t * @type {number}\n\t */\n\tlength: 0,\n\t/**\n\t * Returns the item at `index`. If index is greater than or equal to the number of nodes in\n\t * the list, this returns null.\n\t *\n\t * @param index\n\t * Unsigned long Index into the collection.\n\t * @returns {Node | null}\n\t * The node at position `index` in the NodeList,\n\t * or null if that is not a valid index.\n\t */\n\titem: function (index) {\n\t\treturn index >= 0 && index < this.length ? this[index] : null;\n\t},\n\t/**\n\t * Returns a string representation of the NodeList.\n\t *\n\t * @param {unknown} nodeFilter\n\t * __A filter function? Not implemented according to the spec?__.\n\t * @returns {string}\n\t * A string representation of the NodeList.\n\t */\n\ttoString: function (nodeFilter) {\n\t\tfor (var buf = [], i = 0; i < this.length; i++) {\n\t\t\tserializeToString(this[i], buf, nodeFilter);\n\t\t}\n\t\treturn buf.join('');\n\t},\n\t/**\n\t * Filters the NodeList based on a predicate.\n\t *\n\t * @param {function(Node): boolean} predicate\n\t * - A predicate function to filter the NodeList.\n\t * @returns {Node[]}\n\t * An array of nodes that satisfy the predicate.\n\t * @private\n\t */\n\tfilter: function (predicate) {\n\t\treturn Array.prototype.filter.call(this, predicate);\n\t},\n\t/**\n\t * Returns the first index at which a given node can be found in the NodeList, or -1 if it is\n\t * not present.\n\t *\n\t * @param {Node} item\n\t * - The Node item to locate in the NodeList.\n\t * @returns {number}\n\t * The first index of the node in the NodeList; -1 if not found.\n\t * @private\n\t */\n\tindexOf: function (item) {\n\t\treturn Array.prototype.indexOf.call(this, item);\n\t},\n};\nNodeList.prototype[Symbol.iterator] = function () {\n\tvar me = this;\n\tvar index = 0;\n\n\treturn {\n\t\tnext: function () {\n\t\t\tif (index < me.length) {\n\t\t\t\treturn {\n\t\t\t\t\tvalue: me[index++],\n\t\t\t\t\tdone: false,\n\t\t\t\t};\n\t\t\t} else {\n\t\t\t\treturn {\n\t\t\t\t\tdone: true,\n\t\t\t\t};\n\t\t\t}\n\t\t},\n\t\treturn: function () {\n\t\t\treturn {\n\t\t\t\tdone: true,\n\t\t\t};\n\t\t},\n\t};\n};\n\n/**\n * Represents a live collection of nodes that is automatically updated when its associated\n * document changes.\n *\n * @class LiveNodeList\n * @param {Node} node\n * The associated node.\n * @param {function} refresh\n * The function to refresh the live node list.\n * @augments NodeList\n * @constructs LiveNodeList\n */\nfunction LiveNodeList(node, refresh) {\n\tthis._node = node;\n\tthis._refresh = refresh;\n\t_updateLiveList(this);\n}\n/**\n * Updates the live node list.\n *\n * @param {LiveNodeList} list\n * The live node list to update.\n * @private\n */\nfunction _updateLiveList(list) {\n\tvar inc = list._node._inc || list._node.ownerDocument._inc;\n\tif (list._inc !== inc) {\n\t\tvar ls = list._refresh(list._node);\n\t\t__set__(list, 'length', ls.length);\n\t\tif (!list.$$length || ls.length < list.$$length) {\n\t\t\tfor (var i = ls.length; i in list; i++) {\n\t\t\t\tif (hasOwn(list, i)) {\n\t\t\t\t\tdelete list[i];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tcopy(ls, list);\n\t\tlist._inc = inc;\n\t}\n}\n/**\n * Returns the node at position `index` in the LiveNodeList, or null if that is not a valid\n * index.\n *\n * @param {number} i\n * Index into the collection.\n * @returns {Node | null}\n * The node at position `index` in the LiveNodeList, or null if that is not a valid index.\n */\nLiveNodeList.prototype.item = function (i) {\n\t_updateLiveList(this);\n\treturn this[i] || null;\n};\n\n_extends(LiveNodeList, NodeList);\n\n/**\n * Objects implementing the NamedNodeMap interface are used to represent collections of nodes\n * that can be accessed by name.\n * Note that NamedNodeMap does not inherit from NodeList;\n * NamedNodeMaps are not maintained in any particular order.\n * Objects contained in an object implementing NamedNodeMap may also be accessed by an ordinal\n * index,\n * but this is simply to allow convenient enumeration of the contents of a NamedNodeMap,\n * and does not imply that the DOM specifies an order to these Nodes.\n * NamedNodeMap objects in the DOM are live.\n * used for attributes or DocumentType entities\n *\n * This implementation only supports property indices, but does not support named properties,\n * as specified in the living standard.\n *\n * @class NamedNodeMap\n * @see https://dom.spec.whatwg.org/#interface-namednodemap\n * @see https://webidl.spec.whatwg.org/#dfn-supported-property-names\n * @constructs NamedNodeMap\n */\nfunction NamedNodeMap() {}\n/**\n * Returns the index of a node within the list.\n *\n * @param {Array} list\n * The list of nodes.\n * @param {Node} node\n * The node to find.\n * @returns {number}\n * The index of the node within the list, or -1 if not found.\n * @private\n */\nfunction _findNodeIndex(list, node) {\n\tvar i = 0;\n\twhile (i < list.length) {\n\t\tif (list[i] === node) {\n\t\t\treturn i;\n\t\t}\n\t\ti++;\n\t}\n}\n/**\n * Adds a new attribute to the list and updates the owner element of the attribute.\n *\n * @param {Element} el\n * The element which will become the owner of the new attribute.\n * @param {NamedNodeMap} list\n * The list to which the new attribute will be added.\n * @param {Attr} newAttr\n * The new attribute to be added.\n * @param {Attr} oldAttr\n * The old attribute to be replaced, or null if no attribute is to be replaced.\n * @returns {void}\n * @private\n */\nfunction _addNamedNode(el, list, newAttr, oldAttr) {\n\tif (oldAttr) {\n\t\tlist[_findNodeIndex(list, oldAttr)] = newAttr;\n\t} else {\n\t\tlist[list.length] = newAttr;\n\t\tlist.length++;\n\t}\n\tif (el) {\n\t\tnewAttr.ownerElement = el;\n\t\tvar doc = el.ownerDocument;\n\t\tif (doc) {\n\t\t\toldAttr && _onRemoveAttribute(doc, el, oldAttr);\n\t\t\t_onAddAttribute(doc, el, newAttr);\n\t\t}\n\t}\n}\n/**\n * Removes an attribute from the list and updates the owner element of the attribute.\n *\n * @param {Element} el\n * The element which is the current owner of the attribute.\n * @param {NamedNodeMap} list\n * The list from which the attribute will be removed.\n * @param {Attr} attr\n * The attribute to be removed.\n * @returns {void}\n * @private\n */\nfunction _removeNamedNode(el, list, attr) {\n\t//console.log('remove attr:'+attr)\n\tvar i = _findNodeIndex(list, attr);\n\tif (i >= 0) {\n\t\tvar lastIndex = list.length - 1;\n\t\twhile (i <= lastIndex) {\n\t\t\tlist[i] = list[++i];\n\t\t}\n\t\tlist.length = lastIndex;\n\t\tif (el) {\n\t\t\tvar doc = el.ownerDocument;\n\t\t\tif (doc) {\n\t\t\t\t_onRemoveAttribute(doc, el, attr);\n\t\t\t}\n\t\t\tattr.ownerElement = null;\n\t\t}\n\t}\n}\nNamedNodeMap.prototype = {\n\tlength: 0,\n\titem: NodeList.prototype.item,\n\n\t/**\n\t * Get an attribute by name. Note: Name is in lower case in case of HTML namespace and\n\t * document.\n\t *\n\t * @param {string} localName\n\t * The local name of the attribute.\n\t * @returns {Attr | null}\n\t * The attribute with the given local name, or null if no such attribute exists.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-get-by-name\n\t */\n\tgetNamedItem: function (localName) {\n\t\tif (this._ownerElement && this._ownerElement._isInHTMLDocumentAndNamespace()) {\n\t\t\tlocalName = localName.toLowerCase();\n\t\t}\n\t\tvar i = 0;\n\t\twhile (i < this.length) {\n\t\t\tvar attr = this[i];\n\t\t\tif (attr.nodeName === localName) {\n\t\t\t\treturn attr;\n\t\t\t}\n\t\t\ti++;\n\t\t}\n\t\treturn null;\n\t},\n\n\t/**\n\t * Set an attribute.\n\t *\n\t * @param {Attr} attr\n\t * The attribute to set.\n\t * @returns {Attr | null}\n\t * The old attribute with the same local name and namespace URI as the new one, or null if no\n\t * such attribute exists.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link INUSE_ATTRIBUTE_ERR} - If the attribute is already an attribute of another\n\t * element.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-set\n\t */\n\tsetNamedItem: function (attr) {\n\t\tvar el = attr.ownerElement;\n\t\tif (el && el !== this._ownerElement) {\n\t\t\tthrow new DOMException(DOMException.INUSE_ATTRIBUTE_ERR);\n\t\t}\n\t\tvar oldAttr = this.getNamedItemNS(attr.namespaceURI, attr.localName);\n\t\tif (oldAttr === attr) {\n\t\t\treturn attr;\n\t\t}\n\t\t_addNamedNode(this._ownerElement, this, attr, oldAttr);\n\t\treturn oldAttr;\n\t},\n\n\t/**\n\t * Set an attribute, replacing an existing attribute with the same local name and namespace\n\t * URI if one exists.\n\t *\n\t * @param {Attr} attr\n\t * The attribute to set.\n\t * @returns {Attr | null}\n\t * The old attribute with the same local name and namespace URI as the new one, or null if no\n\t * such attribute exists.\n\t * @throws {DOMException}\n\t * Throws a DOMException with the name \"InUseAttributeError\" if the attribute is already an\n\t * attribute of another element.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-set\n\t */\n\tsetNamedItemNS: function (attr) {\n\t\treturn this.setNamedItem(attr);\n\t},\n\n\t/**\n\t * Removes an attribute specified by the local name.\n\t *\n\t * @param {string} localName\n\t * The local name of the attribute to be removed.\n\t * @returns {Attr}\n\t * The attribute node that was removed.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link DOMException.NOT_FOUND_ERR} if no attribute with the given name is found.\n\t * @see https://dom.spec.whatwg.org/#dom-namednodemap-removenameditem\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-name\n\t */\n\tremoveNamedItem: function (localName) {\n\t\tvar attr = this.getNamedItem(localName);\n\t\tif (!attr) {\n\t\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, localName);\n\t\t}\n\t\t_removeNamedNode(this._ownerElement, this, attr);\n\t\treturn attr;\n\t},\n\n\t/**\n\t * Removes an attribute specified by the namespace and local name.\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI of the attribute to be removed.\n\t * @param {string} localName\n\t * The local name of the attribute to be removed.\n\t * @returns {Attr}\n\t * The attribute node that was removed.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link DOMException.NOT_FOUND_ERR} if no attribute with the given namespace URI and local\n\t * name is found.\n\t * @see https://dom.spec.whatwg.org/#dom-namednodemap-removenameditemns\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-namespace\n\t */\n\tremoveNamedItemNS: function (namespaceURI, localName) {\n\t\tvar attr = this.getNamedItemNS(namespaceURI, localName);\n\t\tif (!attr) {\n\t\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, namespaceURI ? namespaceURI + ' : ' + localName : localName);\n\t\t}\n\t\t_removeNamedNode(this._ownerElement, this, attr);\n\t\treturn attr;\n\t},\n\n\t/**\n\t * Get an attribute by namespace and local name.\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI of the attribute.\n\t * @param {string} localName\n\t * The local name of the attribute.\n\t * @returns {Attr | null}\n\t * The attribute with the given namespace URI and local name, or null if no such attribute\n\t * exists.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-get-by-namespace\n\t */\n\tgetNamedItemNS: function (namespaceURI, localName) {\n\t\tif (!namespaceURI) {\n\t\t\tnamespaceURI = null;\n\t\t}\n\t\tvar i = 0;\n\t\twhile (i < this.length) {\n\t\t\tvar node = this[i];\n\t\t\tif (node.localName === localName && node.namespaceURI === namespaceURI) {\n\t\t\t\treturn node;\n\t\t\t}\n\t\t\ti++;\n\t\t}\n\t\treturn null;\n\t},\n};\nNamedNodeMap.prototype[Symbol.iterator] = function () {\n\tvar me = this;\n\tvar index = 0;\n\n\treturn {\n\t\tnext: function () {\n\t\t\tif (index < me.length) {\n\t\t\t\treturn {\n\t\t\t\t\tvalue: me[index++],\n\t\t\t\t\tdone: false,\n\t\t\t\t};\n\t\t\t} else {\n\t\t\t\treturn {\n\t\t\t\t\tdone: true,\n\t\t\t\t};\n\t\t\t}\n\t\t},\n\t\treturn: function () {\n\t\t\treturn {\n\t\t\t\tdone: true,\n\t\t\t};\n\t\t},\n\t};\n};\n\n/**\n * The DOMImplementation interface provides a number of methods for performing operations that\n * are independent of any particular instance of the document object model.\n *\n * The DOMImplementation interface represents an object providing methods which are not\n * dependent on any particular document.\n * Such an object is returned by the `Document.implementation` property.\n *\n * **The individual methods describe the differences compared to the specs**.\n *\n * @class DOMImplementation\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation MDN\n * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-102161490 DOM Level 1 Core\n * (Initial)\n * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-102161490 DOM Level 2 Core\n * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490 DOM Level 3 Core\n * @see https://dom.spec.whatwg.org/#domimplementation DOM Living Standard\n * @constructs DOMImplementation\n */\nfunction DOMImplementation() {}\n\nDOMImplementation.prototype = {\n\t/**\n\t * Test if the DOM implementation implements a specific feature and version, as specified in\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMFeatures DOM Features}.\n\t *\n\t * The DOMImplementation.hasFeature() method returns a Boolean flag indicating if a given\n\t * feature is supported. The different implementations fairly diverged in what kind of\n\t * features were reported. The latest version of the spec settled to force this method to\n\t * always return true, where the functionality was accurate and in use.\n\t *\n\t * @deprecated\n\t * It is deprecated and modern browsers return true in all cases.\n\t * @function DOMImplementation#hasFeature\n\t * @param {string} feature\n\t * The name of the feature to test.\n\t * @param {string} [version]\n\t * This is the version number of the feature to test.\n\t * @returns {boolean}\n\t * Always returns true.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/hasFeature MDN\n\t * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-5CED94D7 DOM Level 1 Core\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature DOM Living Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-5CED94D7 DOM Level 3 Core\n\t */\n\thasFeature: function (feature, version) {\n\t\treturn true;\n\t},\n\t/**\n\t * Creates a DOM Document object of the specified type with its document element. Note that\n\t * based on the {@link DocumentType}\n\t * given to create the document, the implementation may instantiate specialized\n\t * {@link Document} objects that support additional features than the \"Core\", such as \"HTML\"\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#DOM2HTML DOM Level 2 HTML}.\n\t * On the other hand, setting the {@link DocumentType} after the document was created makes\n\t * this very unlikely to happen. Alternatively, specialized {@link Document} creation methods,\n\t * such as createHTMLDocument\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#DOM2HTML DOM Level 2 HTML},\n\t * can be used to obtain specific types of {@link Document} objects.\n\t *\n\t * __It behaves slightly different from the description in the living standard__:\n\t * - There is no interface/class `XMLDocument`, it returns a `Document`\n\t * instance (with it's `type` set to `'xml'`).\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t *\n\t * @function DOMImplementation.createDocument\n\t * @param {string | null} namespaceURI\n\t * The\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-namespaceURI namespace URI}\n\t * of the document element to create or null.\n\t * @param {string | null} qualifiedName\n\t * The\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-qualifiedname qualified name}\n\t * of the document element to be created or null.\n\t * @param {DocumentType | null} [doctype=null]\n\t * The type of document to be created or null. When doctype is not null, its\n\t * {@link Node#ownerDocument} attribute is set to the document being created. Default is\n\t * `null`\n\t * @returns {Document}\n\t * A new {@link Document} object with its document element. If the NamespaceURI,\n\t * qualifiedName, and doctype are null, the returned {@link Document} is empty with no\n\t * document element.\n\t * @throws {DOMException}\n\t * With code:\n\t *\n\t * - `INVALID_CHARACTER_ERR`: Raised if the specified qualified name is not an XML name\n\t * according to {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#XML XML 1.0}.\n\t * - `NAMESPACE_ERR`: Raised if the qualifiedName is malformed, if the qualifiedName has a\n\t * prefix and the namespaceURI is null, or if the qualifiedName is null and the namespaceURI\n\t * is different from null, or if the qualifiedName has a prefix that is \"xml\" and the\n\t * namespaceURI is different from \"{@link http://www.w3.org/XML/1998/namespace}\"\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#Namespaces XML Namespaces},\n\t * or if the DOM implementation does not support the \"XML\" feature but a non-null namespace\n\t * URI was provided, since namespaces were defined by XML.\n\t * - `WRONG_DOCUMENT_ERR`: Raised if doctype has already been used with a different document\n\t * or was created from a different implementation.\n\t * - `NOT_SUPPORTED_ERR`: May be raised if the implementation does not support the feature\n\t * \"XML\" and the language exposed through the Document does not support XML Namespaces (such\n\t * as {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#HTML40 HTML 4.01}).\n\t * @since DOM Level 2.\n\t * @see {@link #createHTMLDocument}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocument MDN\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument DOM Living Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-2-Core-DOM-createDocument DOM\n\t * Level 3 Core\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocument DOM\n\t * Level 2 Core (initial)\n\t */\n\tcreateDocument: function (namespaceURI, qualifiedName, doctype) {\n\t\tvar contentType = MIME_TYPE.XML_APPLICATION;\n\t\tif (namespaceURI === NAMESPACE.HTML) {\n\t\t\tcontentType = MIME_TYPE.XML_XHTML_APPLICATION;\n\t\t} else if (namespaceURI === NAMESPACE.SVG) {\n\t\t\tcontentType = MIME_TYPE.XML_SVG_IMAGE;\n\t\t}\n\t\tvar doc = new Document(PDC, { contentType: contentType });\n\t\tdoc.implementation = this;\n\t\tdoc.childNodes = new NodeList();\n\t\tdoc.doctype = doctype || null;\n\t\tif (doctype) {\n\t\t\tdoc.appendChild(doctype);\n\t\t}\n\t\tif (qualifiedName) {\n\t\t\tvar root = doc.createElementNS(namespaceURI, qualifiedName);\n\t\t\tdoc.appendChild(root);\n\t\t}\n\t\treturn doc;\n\t},\n\t/**\n\t * Creates an empty DocumentType node. Entity declarations and notations are not made\n\t * available. Entity reference expansions and default attribute additions do not occur.\n\t *\n\t * **This behavior is slightly different from the one in the specs**:\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t * - `publicId` and `systemId` contain the raw data including any possible quotes,\n\t * so they can always be serialized back to the original value\n\t * - `internalSubset` contains the raw string between `[` and `]` if present,\n\t * but is not parsed or validated in any form.\n\t *\n\t * @function DOMImplementation#createDocumentType\n\t * @param {string} qualifiedName\n\t * The {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-qualifiedname qualified\n\t * name} of the document type to be created.\n\t * @param {string} [publicId]\n\t * The external subset public identifier.\n\t * @param {string} [systemId]\n\t * The external subset system identifier.\n\t * @param {string} [internalSubset]\n\t * the internal subset or an empty string if it is not present\n\t * @returns {DocumentType}\n\t * A new {@link DocumentType} node with {@link Node#ownerDocument} set to null.\n\t * @throws {DOMException}\n\t * With code:\n\t *\n\t * - `INVALID_CHARACTER_ERR`: Raised if the specified qualified name is not an XML name\n\t * according to {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#XML XML 1.0}.\n\t * - `NAMESPACE_ERR`: Raised if the qualifiedName is malformed.\n\t * - `NOT_SUPPORTED_ERR`: May be raised if the implementation does not support the feature\n\t * \"XML\" and the language exposed through the Document does not support XML Namespaces (such\n\t * as {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#HTML40 HTML 4.01}).\n\t * @since DOM Level 2.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocumentType\n\t * MDN\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype DOM Living\n\t * Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-3-Core-DOM-createDocType DOM\n\t * Level 3 Core\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocType DOM\n\t * Level 2 Core\n\t * @see https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md#050\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/#core-ID-Core-DocType-internalSubset\n\t * @prettierignore\n\t */\n\tcreateDocumentType: function (qualifiedName, publicId, systemId, internalSubset) {\n\t\tvalidateQualifiedName(qualifiedName);\n\t\tvar node = new DocumentType(PDC);\n\t\tnode.name = qualifiedName;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.publicId = publicId || '';\n\t\tnode.systemId = systemId || '';\n\t\tnode.internalSubset = internalSubset || '';\n\t\tnode.childNodes = new NodeList();\n\n\t\treturn node;\n\t},\n\t/**\n\t * Returns an HTML document, that might already have a basic DOM structure.\n\t *\n\t * __It behaves slightly different from the description in the living standard__:\n\t * - If the first argument is `false` no initial nodes are added (steps 3-7 in the specs are\n\t * omitted)\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t *\n\t * @param {string | false} [title]\n\t * A string containing the title to give the new HTML document.\n\t * @returns {Document}\n\t * The HTML document.\n\t * @since WHATWG Living Standard.\n\t * @see {@link #createDocument}\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument\n\t * @see https://dom.spec.whatwg.org/#html-document\n\t */\n\tcreateHTMLDocument: function (title) {\n\t\tvar doc = new Document(PDC, { contentType: MIME_TYPE.HTML });\n\t\tdoc.implementation = this;\n\t\tdoc.childNodes = new NodeList();\n\t\tif (title !== false) {\n\t\t\tdoc.doctype = this.createDocumentType('html');\n\t\t\tdoc.doctype.ownerDocument = doc;\n\t\t\tdoc.appendChild(doc.doctype);\n\t\t\tvar htmlNode = doc.createElement('html');\n\t\t\tdoc.appendChild(htmlNode);\n\t\t\tvar headNode = doc.createElement('head');\n\t\t\thtmlNode.appendChild(headNode);\n\t\t\tif (typeof title === 'string') {\n\t\t\t\tvar titleNode = doc.createElement('title');\n\t\t\t\ttitleNode.appendChild(doc.createTextNode(title));\n\t\t\t\theadNode.appendChild(titleNode);\n\t\t\t}\n\t\t\thtmlNode.appendChild(doc.createElement('body'));\n\t\t}\n\t\treturn doc;\n\t},\n};\n\n/**\n * The DOM Node interface is an abstract base class upon which many other DOM API objects are\n * based, thus letting those object types to be used similarly and often interchangeably. As an\n * abstract class, there is no such thing as a plain Node object. All objects that implement\n * Node functionality are based on one of its subclasses. Most notable are Document, Element,\n * and DocumentFragment.\n *\n * In addition, every kind of DOM node is represented by an interface based on Node. These\n * include Attr, CharacterData (which Text, Comment, CDATASection and ProcessingInstruction are\n * all based on), and DocumentType.\n *\n * In some cases, a particular feature of the base Node interface may not apply to one of its\n * child interfaces; in that case, the inheriting node may return null or throw an exception,\n * depending on circumstances. For example, attempting to add children to a node type that\n * cannot have children will throw an exception.\n *\n * **This behavior is slightly different from the in the specs**:\n * - unimplemented interfaces: `EventTarget`\n *\n * @class\n * @abstract\n * @param {Symbol} symbol\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1950641247\n * @see https://dom.spec.whatwg.org/#node\n * @prettierignore\n */\nfunction Node(symbol) {\n\tcheckSymbol(symbol);\n}\n\nNode.prototype = {\n\t/**\n\t * The first child of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tfirstChild: null,\n\t/**\n\t * The last child of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tlastChild: null,\n\t/**\n\t * The previous sibling of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tpreviousSibling: null,\n\t/**\n\t * The next sibling of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tnextSibling: null,\n\t/**\n\t * The parent node of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tparentNode: null,\n\t/**\n\t * The parent element of this node.\n\t *\n\t * @type {Element | null}\n\t */\n\tget parentElement() {\n\t\treturn this.parentNode && this.parentNode.nodeType === this.ELEMENT_NODE ? this.parentNode : null;\n\t},\n\t/**\n\t * The child nodes of this node.\n\t *\n\t * @type {NodeList}\n\t */\n\tchildNodes: null,\n\t/**\n\t * The document object associated with this node.\n\t *\n\t * @type {Document | null}\n\t */\n\townerDocument: null,\n\t/**\n\t * The value of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tnodeValue: null,\n\t/**\n\t * The namespace URI of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tnamespaceURI: null,\n\t/**\n\t * The prefix of the namespace for this node.\n\t *\n\t * @type {string | null}\n\t */\n\tprefix: null,\n\t/**\n\t * The local part of the qualified name of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tlocalName: null,\n\t/**\n\t * The baseURI is currently always `about:blank`,\n\t * since that's what happens when you create a document from scratch.\n\t *\n\t * @type {'about:blank'}\n\t */\n\tbaseURI: 'about:blank',\n\t/**\n\t * Is true if this node is part of a document.\n\t *\n\t * @type {boolean}\n\t */\n\tget isConnected() {\n\t\tvar rootNode = this.getRootNode();\n\t\treturn rootNode && rootNode.nodeType === rootNode.DOCUMENT_NODE;\n\t},\n\t/**\n\t * Checks whether `other` is an inclusive descendant of this node.\n\t *\n\t * @param {Node | null | undefined} other\n\t * The node to check.\n\t * @returns {boolean}\n\t * True if `other` is an inclusive descendant of this node; false otherwise.\n\t * @see https://dom.spec.whatwg.org/#dom-node-contains\n\t */\n\tcontains: function (other) {\n\t\tif (!other) return false;\n\t\tvar parent = other;\n\t\tdo {\n\t\t\tif (this === parent) return true;\n\t\t\tparent = other.parentNode;\n\t\t} while (parent);\n\t\treturn false;\n\t},\n\t/**\n\t * @typedef GetRootNodeOptions\n\t * @property {boolean} [composed=false]\n\t */\n\t/**\n\t * Searches for the root node of this node.\n\t *\n\t * **This behavior is slightly different from the in the specs**:\n\t * - ignores `options.composed`, since `ShadowRoot`s are unsupported, always returns root.\n\t *\n\t * @param {GetRootNodeOptions} [options]\n\t * @returns {Node}\n\t * Root node.\n\t * @see https://dom.spec.whatwg.org/#dom-node-getrootnode\n\t * @see https://dom.spec.whatwg.org/#concept-shadow-including-root\n\t */\n\tgetRootNode: function (options) {\n\t\tvar parent = this;\n\t\tdo {\n\t\t\tif (!parent.parentNode) {\n\t\t\t\treturn parent;\n\t\t\t}\n\t\t\tparent = parent.parentNode;\n\t\t} while (parent);\n\t},\n\t/**\n\t * Checks whether the given node is equal to this node.\n\t *\n\t * @param {Node} [otherNode]\n\t * @see https://dom.spec.whatwg.org/#concept-node-equals\n\t */\n\tisEqualNode: function (otherNode) {\n\t\tif (!otherNode) return false;\n\n\t\tif (this.nodeType !== otherNode.nodeType) return false;\n\n\t\tswitch (this.nodeType) {\n\t\t\tcase this.DOCUMENT_TYPE_NODE:\n\t\t\t\tif (this.name !== otherNode.name) return false;\n\t\t\t\tif (this.publicId !== otherNode.publicId) return false;\n\t\t\t\tif (this.systemId !== otherNode.systemId) return false;\n\t\t\t\tbreak;\n\t\t\tcase this.ELEMENT_NODE:\n\t\t\t\tif (this.namespaceURI !== otherNode.namespaceURI) return false;\n\t\t\t\tif (this.prefix !== otherNode.prefix) return false;\n\t\t\t\tif (this.localName !== otherNode.localName) return false;\n\t\t\t\tif (this.attributes.length !== otherNode.attributes.length) return false;\n\t\t\t\tfor (var i = 0; i < this.attributes.length; i++) {\n\t\t\t\t\tvar attr = this.attributes.item(i);\n\t\t\t\t\tif (!attr.isEqualNode(otherNode.getAttributeNodeNS(attr.namespaceURI, attr.localName))) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase this.ATTRIBUTE_NODE:\n\t\t\t\tif (this.namespaceURI !== otherNode.namespaceURI) return false;\n\t\t\t\tif (this.localName !== otherNode.localName) return false;\n\t\t\t\tif (this.value !== otherNode.value) return false;\n\n\t\t\t\tbreak;\n\t\t\tcase this.PROCESSING_INSTRUCTION_NODE:\n\t\t\t\tif (this.target !== otherNode.target || this.data !== otherNode.data) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase this.TEXT_NODE:\n\t\t\tcase this.COMMENT_NODE:\n\t\t\t\tif (this.data !== otherNode.data) return false;\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif (this.childNodes.length !== otherNode.childNodes.length) {\n\t\t\treturn false;\n\t\t}\n\n\t\tfor (var i = 0; i < this.childNodes.length; i++) {\n\t\t\tif (!this.childNodes[i].isEqualNode(otherNode.childNodes[i])) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\n\t\treturn true;\n\t},\n\t/**\n\t * Checks whether or not the given node is this node.\n\t *\n\t * @param {Node} [otherNode]\n\t */\n\tisSameNode: function (otherNode) {\n\t\treturn this === otherNode;\n\t},\n\t/**\n\t * Inserts a node before a reference node as a child of this node.\n\t *\n\t * @param {Node} newChild\n\t * The new child node to be inserted.\n\t * @param {Node | null} refChild\n\t * The reference node before which newChild will be inserted.\n\t * @returns {Node}\n\t * The new child node successfully inserted.\n\t * @throws {DOMException}\n\t * Throws a DOMException if inserting the node would result in a DOM tree that is not\n\t * well-formed, or if `child` is provided but is not a child of `parent`.\n\t * See {@link _insertBefore} for more details.\n\t * @since Modified in DOM L2\n\t */\n\tinsertBefore: function (newChild, refChild) {\n\t\treturn _insertBefore(this, newChild, refChild);\n\t},\n\t/**\n\t * Replaces an old child node with a new child node within this node.\n\t *\n\t * @param {Node} newChild\n\t * The new node that is to replace the old node.\n\t * If it already exists in the DOM, it is removed from its original position.\n\t * @param {Node} oldChild\n\t * The existing child node to be replaced.\n\t * @returns {Node}\n\t * Returns the replaced child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if replacing the node would result in a DOM tree that is not\n\t * well-formed, or if `oldChild` is not a child of `this`.\n\t * This can also occur if the pre-replacement validity assertion fails.\n\t * See {@link _insertBefore}, {@link Node.removeChild}, and\n\t * {@link assertPreReplacementValidityInDocument} for more details.\n\t * @see https://dom.spec.whatwg.org/#concept-node-replace\n\t */\n\treplaceChild: function (newChild, oldChild) {\n\t\t_insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);\n\t\tif (oldChild) {\n\t\t\tthis.removeChild(oldChild);\n\t\t}\n\t},\n\t/**\n\t * Removes an existing child node from this node.\n\t *\n\t * @param {Node} oldChild\n\t * The child node to be removed.\n\t * @returns {Node}\n\t * Returns the removed child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if `oldChild` is not a child of `this`.\n\t * See {@link _removeChild} for more details.\n\t */\n\tremoveChild: function (oldChild) {\n\t\treturn _removeChild(this, oldChild);\n\t},\n\t/**\n\t * Appends a child node to this node.\n\t *\n\t * @param {Node} newChild\n\t * The child node to be appended to this node.\n\t * If it already exists in the DOM, it is removed from its original position.\n\t * @returns {Node}\n\t * Returns the appended child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if appending the node would result in a DOM tree that is not\n\t * well-formed, or if `newChild` is not a valid Node.\n\t * See {@link insertBefore} for more details.\n\t */\n\tappendChild: function (newChild) {\n\t\treturn this.insertBefore(newChild, null);\n\t},\n\t/**\n\t * Determines whether this node has any child nodes.\n\t *\n\t * @returns {boolean}\n\t * Returns true if this node has any child nodes, and false otherwise.\n\t */\n\thasChildNodes: function () {\n\t\treturn this.firstChild != null;\n\t},\n\t/**\n\t * Creates a copy of the calling node.\n\t *\n\t * @param {boolean} deep\n\t * If true, the contents of the node are recursively copied.\n\t * If false, only the node itself (and its attributes, if it is an element) are copied.\n\t * @returns {Node}\n\t * Returns the newly created copy of the node.\n\t * @throws {DOMException}\n\t * May throw a DOMException if operations within {@link Element#setAttributeNode} or\n\t * {@link Node#appendChild} (which are potentially invoked in this method) do not meet their\n\t * specific constraints.\n\t * @see {@link cloneNode}\n\t */\n\tcloneNode: function (deep) {\n\t\treturn cloneNode(this.ownerDocument || this, this, deep);\n\t},\n\t/**\n\t * Puts the specified node and all of its subtree into a \"normalized\" form. In a normalized\n\t * subtree, no text nodes in the subtree are empty and there are no adjacent text nodes.\n\t *\n\t * Specifically, this method merges any adjacent text nodes (i.e., nodes for which `nodeType`\n\t * is `TEXT_NODE`) into a single node with the combined data. It also removes any empty text\n\t * nodes.\n\t *\n\t * This method operates recursively, so it also normalizes any and all descendent nodes within\n\t * the subtree.\n\t *\n\t * @throws {DOMException}\n\t * May throw a DOMException if operations within removeChild or appendData (which are\n\t * potentially invoked in this method) do not meet their specific constraints.\n\t * @since Modified in DOM Level 2\n\t * @see {@link Node.removeChild}\n\t * @see {@link CharacterData.appendData}\n\t */\n\tnormalize: function () {\n\t\tvar child = this.firstChild;\n\t\twhile (child) {\n\t\t\tvar next = child.nextSibling;\n\t\t\tif (next && next.nodeType == TEXT_NODE && child.nodeType == TEXT_NODE) {\n\t\t\t\tthis.removeChild(next);\n\t\t\t\tchild.appendData(next.data);\n\t\t\t} else {\n\t\t\t\tchild.normalize();\n\t\t\t\tchild = next;\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Checks whether the DOM implementation implements a specific feature and its version.\n\t *\n\t * @deprecated\n\t * Since `DOMImplementation.hasFeature` is deprecated and always returns true.\n\t * @param {string} feature\n\t * The package name of the feature to test. This is the same name that can be passed to the\n\t * method `hasFeature` on `DOMImplementation`.\n\t * @param {string} version\n\t * This is the version number of the package name to test.\n\t * @returns {boolean}\n\t * Returns true in all cases in the current implementation.\n\t * @since Introduced in DOM Level 2\n\t * @see {@link DOMImplementation.hasFeature}\n\t */\n\tisSupported: function (feature, version) {\n\t\treturn this.ownerDocument.implementation.hasFeature(feature, version);\n\t},\n\t/**\n\t * Look up the prefix associated to the given namespace URI, starting from this node.\n\t * **The default namespace declarations are ignored by this method.**\n\t * See Namespace Prefix Lookup for details on the algorithm used by this method.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI for which to find the associated prefix.\n\t * @returns {string | null}\n\t * The associated prefix, if found; otherwise, null.\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespacePrefix\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/namespaces-algorithms.html#lookupNamespacePrefixAlgo\n\t * @see https://dom.spec.whatwg.org/#dom-node-lookupprefix\n\t * @see https://github.com/xmldom/xmldom/issues/322\n\t * @prettierignore\n\t */\n\tlookupPrefix: function (namespaceURI) {\n\t\tvar el = this;\n\t\twhile (el) {\n\t\t\tvar map = el._nsMap;\n\t\t\t//console.dir(map)\n\t\t\tif (map) {\n\t\t\t\tfor (var n in map) {\n\t\t\t\t\tif (hasOwn(map, n) && map[n] === namespaceURI) {\n\t\t\t\t\t\treturn n;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tel = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;\n\t\t}\n\t\treturn null;\n\t},\n\t/**\n\t * This function is used to look up the namespace URI associated with the given prefix,\n\t * starting from this node.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} prefix\n\t * The prefix for which to find the associated namespace URI.\n\t * @returns {string | null}\n\t * The associated namespace URI, if found; otherwise, null.\n\t * @since DOM Level 3\n\t * @see https://dom.spec.whatwg.org/#dom-node-lookupnamespaceuri\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespaceURI\n\t * @prettierignore\n\t */\n\tlookupNamespaceURI: function (prefix) {\n\t\tvar el = this;\n\t\twhile (el) {\n\t\t\tvar map = el._nsMap;\n\t\t\t//console.dir(map)\n\t\t\tif (map) {\n\t\t\t\tif (hasOwn(map, prefix)) {\n\t\t\t\t\treturn map[prefix];\n\t\t\t\t}\n\t\t\t}\n\t\t\tel = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;\n\t\t}\n\t\treturn null;\n\t},\n\t/**\n\t * Determines whether the given namespace URI is the default namespace.\n\t *\n\t * The function works by looking up the prefix associated with the given namespace URI. If no\n\t * prefix is found (i.e., the namespace URI is not registered in the namespace map of this\n\t * node or any of its ancestors), it returns `true`, implying the namespace URI is considered\n\t * the default.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI to be checked.\n\t * @returns {boolean}\n\t * Returns true if the given namespace URI is the default namespace, false otherwise.\n\t * @since DOM Level 3\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isDefaultNamespace\n\t * @see https://dom.spec.whatwg.org/#dom-node-isdefaultnamespace\n\t * @prettierignore\n\t */\n\tisDefaultNamespace: function (namespaceURI) {\n\t\tvar prefix = this.lookupPrefix(namespaceURI);\n\t\treturn prefix == null;\n\t},\n\t/**\n\t * Compares the reference node with a node with regard to their position in the document and\n\t * according to the document order.\n\t *\n\t * @param {Node} other\n\t * The node to compare the reference node to.\n\t * @returns {number}\n\t * Returns how the node is positioned relatively to the reference node according to the\n\t * bitmask. 0 if reference node and given node are the same.\n\t * @since DOM Level 3\n\t * @see https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#Node3-compare\n\t * @see https://dom.spec.whatwg.org/#dom-node-comparedocumentposition\n\t */\n\tcompareDocumentPosition: function (other) {\n\t\tif (this === other) return 0;\n\t\tvar node1 = other;\n\t\tvar node2 = this;\n\t\tvar attr1 = null;\n\t\tvar attr2 = null;\n\t\tif (node1 instanceof Attr) {\n\t\t\tattr1 = node1;\n\t\t\tnode1 = attr1.ownerElement;\n\t\t}\n\t\tif (node2 instanceof Attr) {\n\t\t\tattr2 = node2;\n\t\t\tnode2 = attr2.ownerElement;\n\t\t\tif (attr1 && node1 && node2 === node1) {\n\t\t\t\tfor (var i = 0, attr; (attr = node2.attributes[i]); i++) {\n\t\t\t\t\tif (attr === attr1)\n\t\t\t\t\t\treturn DocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t\t\t\tif (attr === attr2)\n\t\t\t\t\t\treturn DocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (!node1 || !node2 || node2.ownerDocument !== node1.ownerDocument) {\n\t\t\treturn (\n\t\t\t\tDocumentPosition.DOCUMENT_POSITION_DISCONNECTED +\n\t\t\t\tDocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC +\n\t\t\t\t(docGUID(node2.ownerDocument) > docGUID(node1.ownerDocument)\n\t\t\t\t\t? DocumentPosition.DOCUMENT_POSITION_FOLLOWING\n\t\t\t\t\t: DocumentPosition.DOCUMENT_POSITION_PRECEDING)\n\t\t\t);\n\t\t}\n\t\tvar chain1 = parentChain(node1);\n\t\tvar chain2 = parentChain(node2);\n\t\tif ((!attr1 && chain2.indexOf(node1) >= 0) || (attr2 && node1 === node2)) {\n\t\t\treturn DocumentPosition.DOCUMENT_POSITION_CONTAINS + DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t}\n\t\tif ((!attr2 && chain1.indexOf(node2) >= 0) || (attr1 && node1 === node2)) {\n\t\t\treturn DocumentPosition.DOCUMENT_POSITION_CONTAINED_BY + DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t}\n\t\tvar ca = commonAncestor(chain2, chain1);\n\t\tfor (var n in ca.childNodes) {\n\t\t\tvar child = ca.childNodes[n];\n\t\t\tif (child === node2) return DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\tif (child === node1) return DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t\tif (chain2.indexOf(child) >= 0) return DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\tif (chain1.indexOf(child) >= 0) return DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t}\n\t\treturn 0;\n\t},\n};\n\n/**\n * Encodes special XML characters to their corresponding entities.\n *\n * @param {string} c\n * The character to be encoded.\n * @returns {string}\n * The encoded character.\n * @private\n */\nfunction _xmlEncoder(c) {\n\treturn (\n\t\t(c == '<' && '<') || (c == '>' && '>') || (c == '&' && '&') || (c == '\"' && '"') || '&#' + c.charCodeAt() + ';'\n\t);\n}\n\ncopy(NodeType, Node);\ncopy(NodeType, Node.prototype);\ncopy(DocumentPosition, Node);\ncopy(DocumentPosition, Node.prototype);\n\n/**\n * @param callback\n * Return true for continue,false for break.\n * @returns\n * boolean true: break visit;\n */\nfunction _visitNode(node, callback) {\n\tif (callback(node)) {\n\t\treturn true;\n\t}\n\tif ((node = node.firstChild)) {\n\t\tdo {\n\t\t\tif (_visitNode(node, callback)) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t} while ((node = node.nextSibling));\n\t}\n}\n\n/**\n * @typedef DocumentOptions\n * @property {string} [contentType=MIME_TYPE.XML_APPLICATION]\n */\n/**\n * The Document interface describes the common properties and methods for any kind of document.\n *\n * It should usually be created using `new DOMImplementation().createDocument(...)`\n * or `new DOMImplementation().createHTMLDocument(...)`.\n *\n * The constructor is considered a private API and offers to initially set the `contentType`\n * property via it's options parameter.\n *\n * @class\n * @param {Symbol} symbol\n * @param {DocumentOptions} [options]\n * @augments Node\n * @private\n * @see https://developer.mozilla.org/en-US/docs/Web/API/Document\n * @see https://dom.spec.whatwg.org/#interface-document\n */\nfunction Document(symbol, options) {\n\tcheckSymbol(symbol);\n\n\tvar opt = options || {};\n\tthis.ownerDocument = this;\n\t/**\n\t * The mime type of the document is determined at creation time and can not be modified.\n\t *\n\t * @type {string}\n\t * @see https://dom.spec.whatwg.org/#concept-document-content-type\n\t * @see {@link DOMImplementation}\n\t * @see {@link MIME_TYPE}\n\t * @readonly\n\t */\n\tthis.contentType = opt.contentType || MIME_TYPE.XML_APPLICATION;\n\t/**\n\t * @type {'html' | 'xml'}\n\t * @see https://dom.spec.whatwg.org/#concept-document-type\n\t * @see {@link DOMImplementation}\n\t * @readonly\n\t */\n\tthis.type = isHTMLMimeType(this.contentType) ? 'html' : 'xml';\n}\n\n/**\n * Updates the namespace mapping of an element when a new attribute is added.\n *\n * @param {Document} doc\n * The document that the element belongs to.\n * @param {Element} el\n * The element to which the attribute is being added.\n * @param {Attr} newAttr\n * The new attribute being added.\n * @private\n */\nfunction _onAddAttribute(doc, el, newAttr) {\n\tdoc && doc._inc++;\n\tvar ns = newAttr.namespaceURI;\n\tif (ns === NAMESPACE.XMLNS) {\n\t\t//update namespace\n\t\tel._nsMap[newAttr.prefix ? newAttr.localName : ''] = newAttr.value;\n\t}\n}\n\n/**\n * Updates the namespace mapping of an element when an attribute is removed.\n *\n * @param {Document} doc\n * The document that the element belongs to.\n * @param {Element} el\n * The element from which the attribute is being removed.\n * @param {Attr} newAttr\n * The attribute being removed.\n * @param {boolean} remove\n * Indicates whether the attribute is to be removed.\n * @private\n */\nfunction _onRemoveAttribute(doc, el, newAttr, remove) {\n\tdoc && doc._inc++;\n\tvar ns = newAttr.namespaceURI;\n\tif (ns === NAMESPACE.XMLNS) {\n\t\t//update namespace\n\t\tdelete el._nsMap[newAttr.prefix ? newAttr.localName : ''];\n\t}\n}\n\n/**\n * Updates `parent.childNodes`, adjusting the indexed items and its `length`.\n * If `newChild` is provided and has no nextSibling, it will be appended.\n * Otherwise, it's assumed that an item has been removed or inserted,\n * and `parent.firstNode` and its `.nextSibling` to re-indexing all child nodes of `parent`.\n *\n * @param {Document} doc\n * The parent document of `el`.\n * @param {Node} parent\n * The parent node whose childNodes list needs to be updated.\n * @param {Node} [newChild]\n * The new child node to be appended. If not provided, the function assumes a node has been\n * removed.\n * @private\n */\nfunction _onUpdateChild(doc, parent, newChild) {\n\tif (doc && doc._inc) {\n\t\tdoc._inc++;\n\t\tvar childNodes = parent.childNodes;\n\t\t// assumes nextSibling and previousSibling were already configured upfront\n\t\tif (newChild && !newChild.nextSibling) {\n\t\t\t// if an item has been appended, we only need to update the last index and the length\n\t\t\tchildNodes[childNodes.length++] = newChild;\n\t\t} else {\n\t\t\t// otherwise we need to reindex all items,\n\t\t\t// which can take a while when processing nodes with a lot of children\n\t\t\tvar child = parent.firstChild;\n\t\t\tvar i = 0;\n\t\t\twhile (child) {\n\t\t\t\tchildNodes[i++] = child;\n\t\t\t\tchild = child.nextSibling;\n\t\t\t}\n\t\t\tchildNodes.length = i;\n\t\t\tdelete childNodes[childNodes.length];\n\t\t}\n\t}\n}\n\n/**\n * Removes the connections between `parentNode` and `child`\n * and any existing `child.previousSibling` or `child.nextSibling`.\n *\n * @param {Node} parentNode\n * The parent node from which the child node is to be removed.\n * @param {Node} child\n * The child node to be removed from the parentNode.\n * @returns {Node}\n * Returns the child node that was removed.\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.NOT_FOUND_ERR} If the parentNode is not the parent of the child node.\n * @private\n * @see https://github.com/xmldom/xmldom/issues/135\n * @see https://github.com/xmldom/xmldom/issues/145\n */\nfunction _removeChild(parentNode, child) {\n\tif (parentNode !== child.parentNode) {\n\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, \"child's parent is not parent\");\n\t}\n\tvar oldPreviousSibling = child.previousSibling;\n\tvar oldNextSibling = child.nextSibling;\n\tif (oldPreviousSibling) {\n\t\toldPreviousSibling.nextSibling = oldNextSibling;\n\t} else {\n\t\tparentNode.firstChild = oldNextSibling;\n\t}\n\tif (oldNextSibling) {\n\t\toldNextSibling.previousSibling = oldPreviousSibling;\n\t} else {\n\t\tparentNode.lastChild = oldPreviousSibling;\n\t}\n\t_onUpdateChild(parentNode.ownerDocument, parentNode);\n\tchild.parentNode = null;\n\tchild.previousSibling = null;\n\tchild.nextSibling = null;\n\treturn child;\n}\n\n/**\n * Returns `true` if `node` can be a parent for insertion.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction hasValidParentNodeType(node) {\n\treturn (\n\t\tnode &&\n\t\t(node.nodeType === Node.DOCUMENT_NODE || node.nodeType === Node.DOCUMENT_FRAGMENT_NODE || node.nodeType === Node.ELEMENT_NODE)\n\t);\n}\n\n/**\n * Returns `true` if `node` can be inserted according to it's `nodeType`.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction hasInsertableNodeType(node) {\n\treturn (\n\t\tnode &&\n\t\t(node.nodeType === Node.CDATA_SECTION_NODE ||\n\t\t\tnode.nodeType === Node.COMMENT_NODE ||\n\t\t\tnode.nodeType === Node.DOCUMENT_FRAGMENT_NODE ||\n\t\t\tnode.nodeType === Node.DOCUMENT_TYPE_NODE ||\n\t\t\tnode.nodeType === Node.ELEMENT_NODE ||\n\t\t\tnode.nodeType === Node.PROCESSING_INSTRUCTION_NODE ||\n\t\t\tnode.nodeType === Node.TEXT_NODE)\n\t);\n}\n\n/**\n * Returns true if `node` is a DOCTYPE node.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isDocTypeNode(node) {\n\treturn node && node.nodeType === Node.DOCUMENT_TYPE_NODE;\n}\n\n/**\n * Returns true if the node is an element.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isElementNode(node) {\n\treturn node && node.nodeType === Node.ELEMENT_NODE;\n}\n/**\n * Returns true if `node` is a text node.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isTextNode(node) {\n\treturn node && node.nodeType === Node.TEXT_NODE;\n}\n\n/**\n * Check if en element node can be inserted before `child`, or at the end if child is falsy,\n * according to the presence and position of a doctype node on the same level.\n *\n * @param {Document} doc\n * The document node.\n * @param {Node} child\n * The node that would become the nextSibling if the element would be inserted.\n * @returns {boolean}\n * `true` if an element can be inserted before child.\n * @private\n */\nfunction isElementInsertionPossible(doc, child) {\n\tvar parentChildNodes = doc.childNodes || [];\n\tif (find(parentChildNodes, isElementNode) || isDocTypeNode(child)) {\n\t\treturn false;\n\t}\n\tvar docTypeNode = find(parentChildNodes, isDocTypeNode);\n\treturn !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));\n}\n\n/**\n * Check if en element node can be inserted before `child`, or at the end if child is falsy,\n * according to the presence and position of a doctype node on the same level.\n *\n * @param {Node} doc\n * The document node.\n * @param {Node} child\n * The node that would become the nextSibling if the element would be inserted.\n * @returns {boolean}\n * `true` if an element can be inserted before child.\n * @private\n */\nfunction isElementReplacementPossible(doc, child) {\n\tvar parentChildNodes = doc.childNodes || [];\n\n\tfunction hasElementChildThatIsNotChild(node) {\n\t\treturn isElementNode(node) && node !== child;\n\t}\n\n\tif (find(parentChildNodes, hasElementChildThatIsNotChild)) {\n\t\treturn false;\n\t}\n\tvar docTypeNode = find(parentChildNodes, isDocTypeNode);\n\treturn !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));\n}\n\n/**\n * Asserts pre-insertion validity of a node into a parent before a child.\n * Throws errors for invalid node combinations that would result in an ill-formed DOM.\n *\n * @param {Node} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | null} child\n * The node that should become the `nextSibling` of `node`. If null, no sibling is considered.\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `parent` is not a Document,\n * DocumentFragment, or Element node.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a host-including inclusive\n * ancestor of `parent`. (Currently not implemented)\n * - {@link DOMException.NOT_FOUND_ERR} If `child` is non-null and its `parent` is not\n * `parent`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is not a DocumentFragment,\n * DocumentType, Element, or CharacterData node.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If either `node` is a Text node and `parent` is\n * a document, or if `node` is a doctype and `parent` is not a document.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreInsertionValidity1to5(parent, node, child) {\n\t// 1. If `parent` is not a Document, DocumentFragment, or Element node, then throw a \"HierarchyRequestError\" DOMException.\n\tif (!hasValidParentNodeType(parent)) {\n\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Unexpected parent node type ' + parent.nodeType);\n\t}\n\t// 2. If `node` is a host-including inclusive ancestor of `parent`, then throw a \"HierarchyRequestError\" DOMException.\n\t// not implemented!\n\t// 3. If `child` is non-null and its parent is not `parent`, then throw a \"NotFoundError\" DOMException.\n\tif (child && child.parentNode !== parent) {\n\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, 'child not in parent');\n\t}\n\tif (\n\t\t// 4. If `node` is not a DocumentFragment, DocumentType, Element, or CharacterData node, then throw a \"HierarchyRequestError\" DOMException.\n\t\t!hasInsertableNodeType(node) ||\n\t\t// 5. If either `node` is a Text node and `parent` is a document,\n\t\t// the sax parser currently adds top level text nodes, this will be fixed in 0.9.0\n\t\t// || (node.nodeType === Node.TEXT_NODE && parent.nodeType === Node.DOCUMENT_NODE)\n\t\t// or `node` is a doctype and `parent` is not a document, then throw a \"HierarchyRequestError\" DOMException.\n\t\t(isDocTypeNode(node) && parent.nodeType !== Node.DOCUMENT_NODE)\n\t) {\n\t\tthrow new DOMException(\n\t\t\tDOMException.HIERARCHY_REQUEST_ERR,\n\t\t\t'Unexpected node type ' + node.nodeType + ' for parent node type ' + parent.nodeType\n\t\t);\n\t}\n}\n\n/**\n * Asserts pre-insertion validity of a node into a document before a child.\n * Throws errors for invalid node combinations that would result in an ill-formed DOM.\n *\n * @param {Document} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | undefined} child\n * The node that should become the `nextSibling` of `node`. If undefined, no sibling is\n * considered.\n * @returns {Node}\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentFragment with more than\n * one element child or has a Text node child.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentFragment with one\n * element child and either `parent` has an element child, `child` is a doctype, or `child` is\n * non-null and a doctype is following `child`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is an Element and `parent` has an\n * element child, `child` is a doctype, or `child` is non-null and a doctype is following\n * `child`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentType and `parent` has a\n * doctype child, `child` is non-null and an element is preceding `child`, or `child` is null\n * and `parent` has an element child.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreInsertionValidityInDocument(parent, node, child) {\n\tvar parentChildNodes = parent.childNodes || [];\n\tvar nodeChildNodes = node.childNodes || [];\n\n\t// DocumentFragment\n\tif (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {\n\t\tvar nodeChildElements = nodeChildNodes.filter(isElementNode);\n\t\t// If node has more than one element child or has a Text node child.\n\t\tif (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');\n\t\t}\n\t\t// Otherwise, if `node` has one element child and either `parent` has an element child,\n\t\t// `child` is a doctype, or `child` is non-null and a doctype is following `child`.\n\t\tif (nodeChildElements.length === 1 && !isElementInsertionPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');\n\t\t}\n\t}\n\t// Element\n\tif (isElementNode(node)) {\n\t\t// `parent` has an element child, `child` is a doctype,\n\t\t// or `child` is non-null and a doctype is following `child`.\n\t\tif (!isElementInsertionPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');\n\t\t}\n\t}\n\t// DocumentType\n\tif (isDocTypeNode(node)) {\n\t\t// `parent` has a doctype child,\n\t\tif (find(parentChildNodes, isDocTypeNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');\n\t\t}\n\t\tvar parentElementChild = find(parentChildNodes, isElementNode);\n\t\t// `child` is non-null and an element is preceding `child`,\n\t\tif (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');\n\t\t}\n\t\t// or `child` is null and `parent` has an element child.\n\t\tif (!child && parentElementChild) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can not be appended since element is present');\n\t\t}\n\t}\n}\n\n/**\n * @param {Document} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | undefined} child\n * the node that should become the `nextSibling` of `node`\n * @returns {Node}\n * @throws {DOMException}\n * For several node combinations that would create a DOM that is not well-formed.\n * @throws {DOMException}\n * If `child` is provided but is not a child of `parent`.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreReplacementValidityInDocument(parent, node, child) {\n\tvar parentChildNodes = parent.childNodes || [];\n\tvar nodeChildNodes = node.childNodes || [];\n\n\t// DocumentFragment\n\tif (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {\n\t\tvar nodeChildElements = nodeChildNodes.filter(isElementNode);\n\t\t// If `node` has more than one element child or has a Text node child.\n\t\tif (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');\n\t\t}\n\t\t// Otherwise, if `node` has one element child and either `parent` has an element child that is not `child` or a doctype is following `child`.\n\t\tif (nodeChildElements.length === 1 && !isElementReplacementPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');\n\t\t}\n\t}\n\t// Element\n\tif (isElementNode(node)) {\n\t\t// `parent` has an element child that is not `child` or a doctype is following `child`.\n\t\tif (!isElementReplacementPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');\n\t\t}\n\t}\n\t// DocumentType\n\tif (isDocTypeNode(node)) {\n\t\tfunction hasDoctypeChildThatIsNotChild(node) {\n\t\t\treturn isDocTypeNode(node) && node !== child;\n\t\t}\n\n\t\t// `parent` has a doctype child that is not `child`,\n\t\tif (find(parentChildNodes, hasDoctypeChildThatIsNotChild)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');\n\t\t}\n\t\tvar parentElementChild = find(parentChildNodes, isElementNode);\n\t\t// or an element is preceding `child`.\n\t\tif (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');\n\t\t}\n\t}\n}\n\n/**\n * Inserts a node into a parent node before a child node.\n *\n * @param {Node} parent\n * The parent node to insert the node into.\n * @param {Node} node\n * The node to insert into the parent.\n * @param {Node | null} child\n * The node that should become the next sibling of the node.\n * If null, the function inserts the node at the end of the children of the parent node.\n * @param {Function} [_inDocumentAssertion]\n * An optional function to check pre-insertion validity if parent is a document node.\n * Defaults to {@link assertPreInsertionValidityInDocument}\n * @returns {Node}\n * Returns the inserted node.\n * @throws {DOMException}\n * Throws a DOMException if inserting the node would result in a DOM tree that is not\n * well-formed. See {@link assertPreInsertionValidity1to5},\n * {@link assertPreInsertionValidityInDocument}.\n * @throws {DOMException}\n * Throws a DOMException if child is provided but is not a child of the parent. See\n * {@link Node.removeChild}\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n */\nfunction _insertBefore(parent, node, child, _inDocumentAssertion) {\n\t// To ensure pre-insertion validity of a node into a parent before a child, run these steps:\n\tassertPreInsertionValidity1to5(parent, node, child);\n\n\t// If parent is a document, and any of the statements below, switched on the interface node implements,\n\t// are true, then throw a \"HierarchyRequestError\" DOMException.\n\tif (parent.nodeType === Node.DOCUMENT_NODE) {\n\t\t(_inDocumentAssertion || assertPreInsertionValidityInDocument)(parent, node, child);\n\t}\n\n\tvar cp = node.parentNode;\n\tif (cp) {\n\t\tcp.removeChild(node); //remove and update\n\t}\n\tif (node.nodeType === DOCUMENT_FRAGMENT_NODE) {\n\t\tvar newFirst = node.firstChild;\n\t\tif (newFirst == null) {\n\t\t\treturn node;\n\t\t}\n\t\tvar newLast = node.lastChild;\n\t} else {\n\t\tnewFirst = newLast = node;\n\t}\n\tvar pre = child ? child.previousSibling : parent.lastChild;\n\n\tnewFirst.previousSibling = pre;\n\tnewLast.nextSibling = child;\n\n\tif (pre) {\n\t\tpre.nextSibling = newFirst;\n\t} else {\n\t\tparent.firstChild = newFirst;\n\t}\n\tif (child == null) {\n\t\tparent.lastChild = newLast;\n\t} else {\n\t\tchild.previousSibling = newLast;\n\t}\n\tdo {\n\t\tnewFirst.parentNode = parent;\n\t} while (newFirst !== newLast && (newFirst = newFirst.nextSibling));\n\t_onUpdateChild(parent.ownerDocument || parent, parent, node);\n\tif (node.nodeType == DOCUMENT_FRAGMENT_NODE) {\n\t\tnode.firstChild = node.lastChild = null;\n\t}\n\n\treturn node;\n}\n\nDocument.prototype = {\n\t/**\n\t * The implementation that created this document.\n\t *\n\t * @type DOMImplementation\n\t * @readonly\n\t */\n\timplementation: null,\n\tnodeName: '#document',\n\tnodeType: DOCUMENT_NODE,\n\t/**\n\t * The DocumentType node of the document.\n\t *\n\t * @type DocumentType\n\t * @readonly\n\t */\n\tdoctype: null,\n\tdocumentElement: null,\n\t_inc: 1,\n\n\tinsertBefore: function (newChild, refChild) {\n\t\t//raises\n\t\tif (newChild.nodeType === DOCUMENT_FRAGMENT_NODE) {\n\t\t\tvar child = newChild.firstChild;\n\t\t\twhile (child) {\n\t\t\t\tvar next = child.nextSibling;\n\t\t\t\tthis.insertBefore(child, refChild);\n\t\t\t\tchild = next;\n\t\t\t}\n\t\t\treturn newChild;\n\t\t}\n\t\t_insertBefore(this, newChild, refChild);\n\t\tnewChild.ownerDocument = this;\n\t\tif (this.documentElement === null && newChild.nodeType === ELEMENT_NODE) {\n\t\t\tthis.documentElement = newChild;\n\t\t}\n\n\t\treturn newChild;\n\t},\n\tremoveChild: function (oldChild) {\n\t\tvar removed = _removeChild(this, oldChild);\n\t\tif (removed === this.documentElement) {\n\t\t\tthis.documentElement = null;\n\t\t}\n\t\treturn removed;\n\t},\n\treplaceChild: function (newChild, oldChild) {\n\t\t//raises\n\t\t_insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);\n\t\tnewChild.ownerDocument = this;\n\t\tif (oldChild) {\n\t\t\tthis.removeChild(oldChild);\n\t\t}\n\t\tif (isElementNode(newChild)) {\n\t\t\tthis.documentElement = newChild;\n\t\t}\n\t},\n\t// Introduced in DOM Level 2:\n\timportNode: function (importedNode, deep) {\n\t\treturn importNode(this, importedNode, deep);\n\t},\n\t// Introduced in DOM Level 2:\n\tgetElementById: function (id) {\n\t\tvar rtv = null;\n\t\t_visitNode(this.documentElement, function (node) {\n\t\t\tif (node.nodeType == ELEMENT_NODE) {\n\t\t\t\tif (node.getAttribute('id') == id) {\n\t\t\t\t\trtv = node;\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\treturn rtv;\n\t},\n\n\t/**\n\t * Creates a new `Element` that is owned by this `Document`.\n\t * In HTML Documents `localName` is the lower cased `tagName`,\n\t * otherwise no transformation is being applied.\n\t * When `contentType` implies the HTML namespace, it will be set as `namespaceURI`.\n\t *\n\t * __This implementation differs from the specification:__ - The provided name is not checked\n\t * against the `Name` production,\n\t * so no related error will be thrown.\n\t * - There is no interface `HTMLElement`, it is always an `Element`.\n\t * - There is no support for a second argument to indicate using custom elements.\n\t *\n\t * @param {string} tagName\n\t * @returns {Element}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement\n\t * @see https://dom.spec.whatwg.org/#dom-document-createelement\n\t * @see https://dom.spec.whatwg.org/#concept-create-element\n\t */\n\tcreateElement: function (tagName) {\n\t\tvar node = new Element(PDC);\n\t\tnode.ownerDocument = this;\n\t\tif (this.type === 'html') {\n\t\t\ttagName = tagName.toLowerCase();\n\t\t}\n\t\tif (hasDefaultHTMLNamespace(this.contentType)) {\n\t\t\tnode.namespaceURI = NAMESPACE.HTML;\n\t\t}\n\t\tnode.nodeName = tagName;\n\t\tnode.tagName = tagName;\n\t\tnode.localName = tagName;\n\t\tnode.childNodes = new NodeList();\n\t\tvar attrs = (node.attributes = new NamedNodeMap());\n\t\tattrs._ownerElement = node;\n\t\treturn node;\n\t},\n\t/**\n\t * @returns {DocumentFragment}\n\t */\n\tcreateDocumentFragment: function () {\n\t\tvar node = new DocumentFragment(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {Text}\n\t */\n\tcreateTextNode: function (data) {\n\t\tvar node = new Text(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {Comment}\n\t */\n\tcreateComment: function (data) {\n\t\tvar node = new Comment(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {CDATASection}\n\t */\n\tcreateCDATASection: function (data) {\n\t\tvar node = new CDATASection(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} target\n\t * @param {string} data\n\t * @returns {ProcessingInstruction}\n\t */\n\tcreateProcessingInstruction: function (target, data) {\n\t\tvar node = new ProcessingInstruction(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = node.target = target;\n\t\tnode.nodeValue = node.data = data;\n\t\treturn node;\n\t},\n\t/**\n\t * Creates an `Attr` node that is owned by this document.\n\t * In HTML Documents `localName` is the lower cased `name`,\n\t * otherwise no transformation is being applied.\n\t *\n\t * __This implementation differs from the specification:__ - The provided name is not checked\n\t * against the `Name` production,\n\t * so no related error will be thrown.\n\t *\n\t * @param {string} name\n\t * @returns {Attr}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/createAttribute\n\t * @see https://dom.spec.whatwg.org/#dom-document-createattribute\n\t */\n\tcreateAttribute: function (name) {\n\t\tif (!g.QName_exact.test(name)) {\n\t\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'invalid character in name \"' + name + '\"');\n\t\t}\n\t\tif (this.type === 'html') {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\treturn this._createAttribute(name);\n\t},\n\t_createAttribute: function (name) {\n\t\tvar node = new Attr(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.name = name;\n\t\tnode.nodeName = name;\n\t\tnode.localName = name;\n\t\tnode.specified = true;\n\t\treturn node;\n\t},\n\t/**\n\t * Creates an EntityReference object.\n\t * The current implementation does not fill the `childNodes` with those of the corresponding\n\t * `Entity`\n\t *\n\t * @deprecated\n\t * In DOM Level 4.\n\t * @param {string} name\n\t * The name of the entity to reference. No namespace well-formedness checks are performed.\n\t * @returns {EntityReference}\n\t * @throws {DOMException}\n\t * With code `INVALID_CHARACTER_ERR` when `name` is not valid.\n\t * @throws {DOMException}\n\t * with code `NOT_SUPPORTED_ERR` when the document is of type `html`\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-392B75AE\n\t */\n\tcreateEntityReference: function (name) {\n\t\tif (!g.Name.test(name)) {\n\t\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'not a valid xml name \"' + name + '\"');\n\t\t}\n\t\tif (this.type === 'html') {\n\t\t\tthrow new DOMException('document is an html document', DOMExceptionName.NotSupportedError);\n\t\t}\n\n\t\tvar node = new EntityReference(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = name;\n\t\treturn node;\n\t},\n\t// Introduced in DOM Level 2:\n\t/**\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @returns {Element}\n\t */\n\tcreateElementNS: function (namespaceURI, qualifiedName) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar node = new Element(PDC);\n\t\tvar attrs = (node.attributes = new NamedNodeMap());\n\t\tnode.childNodes = new NodeList();\n\t\tnode.ownerDocument = this;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.tagName = qualifiedName;\n\t\tnode.namespaceURI = validated[0];\n\t\tnode.prefix = validated[1];\n\t\tnode.localName = validated[2];\n\t\tattrs._ownerElement = node;\n\t\treturn node;\n\t},\n\t// Introduced in DOM Level 2:\n\t/**\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @returns {Attr}\n\t */\n\tcreateAttributeNS: function (namespaceURI, qualifiedName) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar node = new Attr(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.name = qualifiedName;\n\t\tnode.specified = true;\n\t\tnode.namespaceURI = validated[0];\n\t\tnode.prefix = validated[1];\n\t\tnode.localName = validated[2];\n\t\treturn node;\n\t},\n};\n_extends(Document, Node);\n\nfunction Element(symbol) {\n\tcheckSymbol(symbol);\n\n\tthis._nsMap = Object.create(null);\n}\nElement.prototype = {\n\tnodeType: ELEMENT_NODE,\n\t/**\n\t * The attributes of this element.\n\t *\n\t * @type {NamedNodeMap | null}\n\t */\n\tattributes: null,\n\tgetQualifiedName: function () {\n\t\treturn this.prefix ? this.prefix + ':' + this.localName : this.localName;\n\t},\n\t_isInHTMLDocumentAndNamespace: function () {\n\t\treturn this.ownerDocument.type === 'html' && this.namespaceURI === NAMESPACE.HTML;\n\t},\n\thasAttribute: function (name) {\n\t\treturn !!this.getAttributeNode(name);\n\t},\n\t/**\n\t * Returns element’s first attribute whose qualified name is `name`, and `null`\n\t * if there is no such attribute.\n\t *\n\t * @param {string} name\n\t * @returns {string | null}\n\t */\n\tgetAttribute: function (name) {\n\t\tvar attr = this.getAttributeNode(name);\n\t\treturn attr ? attr.value : null;\n\t},\n\tgetAttributeNode: function (name) {\n\t\tif (this._isInHTMLDocumentAndNamespace()) {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\treturn this.attributes.getNamedItem(name);\n\t},\n\t/**\n\t * Sets the value of element’s first attribute whose qualified name is qualifiedName to value.\n\t *\n\t * @param {string} name\n\t * @param {string} value\n\t */\n\tsetAttribute: function (name, value) {\n\t\tif (this._isInHTMLDocumentAndNamespace()) {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\tvar attr = this.getAttributeNode(name);\n\t\tif (attr) {\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t} else {\n\t\t\tattr = this.ownerDocument._createAttribute(name);\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t\tthis.setAttributeNode(attr);\n\t\t}\n\t},\n\tremoveAttribute: function (name) {\n\t\tvar attr = this.getAttributeNode(name);\n\t\tattr && this.removeAttributeNode(attr);\n\t},\n\tsetAttributeNode: function (newAttr) {\n\t\treturn this.attributes.setNamedItem(newAttr);\n\t},\n\tsetAttributeNodeNS: function (newAttr) {\n\t\treturn this.attributes.setNamedItemNS(newAttr);\n\t},\n\tremoveAttributeNode: function (oldAttr) {\n\t\t//console.log(this == oldAttr.ownerElement)\n\t\treturn this.attributes.removeNamedItem(oldAttr.nodeName);\n\t},\n\t//get real attribute name,and remove it by removeAttributeNode\n\tremoveAttributeNS: function (namespaceURI, localName) {\n\t\tvar old = this.getAttributeNodeNS(namespaceURI, localName);\n\t\told && this.removeAttributeNode(old);\n\t},\n\n\thasAttributeNS: function (namespaceURI, localName) {\n\t\treturn this.getAttributeNodeNS(namespaceURI, localName) != null;\n\t},\n\t/**\n\t * Returns element’s attribute whose namespace is `namespaceURI` and local name is\n\t * `localName`,\n\t * or `null` if there is no such attribute.\n\t *\n\t * @param {string} namespaceURI\n\t * @param {string} localName\n\t * @returns {string | null}\n\t */\n\tgetAttributeNS: function (namespaceURI, localName) {\n\t\tvar attr = this.getAttributeNodeNS(namespaceURI, localName);\n\t\treturn attr ? attr.value : null;\n\t},\n\t/**\n\t * Sets the value of element’s attribute whose namespace is `namespaceURI` and local name is\n\t * `localName` to value.\n\t *\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @param {string} value\n\t * @see https://dom.spec.whatwg.org/#dom-element-setattributens\n\t */\n\tsetAttributeNS: function (namespaceURI, qualifiedName, value) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar localName = validated[2];\n\t\tvar attr = this.getAttributeNodeNS(namespaceURI, localName);\n\t\tif (attr) {\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t} else {\n\t\t\tattr = this.ownerDocument.createAttributeNS(namespaceURI, qualifiedName);\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t\tthis.setAttributeNode(attr);\n\t\t}\n\t},\n\tgetAttributeNodeNS: function (namespaceURI, localName) {\n\t\treturn this.attributes.getNamedItemNS(namespaceURI, localName);\n\t},\n\n\t/**\n\t * Returns a LiveNodeList of all child elements which have **all** of the given class name(s).\n\t *\n\t * Returns an empty list if `classNames` is an empty string or only contains HTML white space\n\t * characters.\n\t *\n\t * Warning: This returns a live LiveNodeList.\n\t * Changes in the DOM will reflect in the array as the changes occur.\n\t * If an element selected by this array no longer qualifies for the selector,\n\t * it will automatically be removed. Be aware of this for iteration purposes.\n\t *\n\t * @param {string} classNames\n\t * Is a string representing the class name(s) to match; multiple class names are separated by\n\t * (ASCII-)whitespace.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByClassName\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName\n\t * @see https://dom.spec.whatwg.org/#concept-getelementsbyclassname\n\t */\n\tgetElementsByClassName: function (classNames) {\n\t\tvar classNamesSet = toOrderedSet(classNames);\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\tif (classNamesSet.length > 0) {\n\t\t\t\t_visitNode(base, function (node) {\n\t\t\t\t\tif (node !== base && node.nodeType === ELEMENT_NODE) {\n\t\t\t\t\t\tvar nodeClassNames = node.getAttribute('class');\n\t\t\t\t\t\t// can be null if the attribute does not exist\n\t\t\t\t\t\tif (nodeClassNames) {\n\t\t\t\t\t\t\t// before splitting and iterating just compare them for the most common case\n\t\t\t\t\t\t\tvar matches = classNames === nodeClassNames;\n\t\t\t\t\t\t\tif (!matches) {\n\t\t\t\t\t\t\t\tvar nodeClassNamesSet = toOrderedSet(nodeClassNames);\n\t\t\t\t\t\t\t\tmatches = classNamesSet.every(arrayIncludes(nodeClassNamesSet));\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (matches) {\n\t\t\t\t\t\t\t\tls.push(node);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn ls;\n\t\t});\n\t},\n\n\t/**\n\t * Returns a LiveNodeList of elements with the given qualifiedName.\n\t * Searching for all descendants can be done by passing `*` as `qualifiedName`.\n\t *\n\t * All descendants of the specified element are searched, but not the element itself.\n\t * The returned list is live, which means it updates itself with the DOM tree automatically.\n\t * Therefore, there is no need to call `Element.getElementsByTagName()`\n\t * with the same element and arguments repeatedly if the DOM changes in between calls.\n\t *\n\t * When called on an HTML element in an HTML document,\n\t * `getElementsByTagName` lower-cases the argument before searching for it.\n\t * This is undesirable when trying to match camel-cased SVG elements (such as\n\t * ``) in an HTML document.\n\t * Instead, use `Element.getElementsByTagNameNS()`,\n\t * which preserves the capitalization of the tag name.\n\t *\n\t * `Element.getElementsByTagName` is similar to `Document.getElementsByTagName()`,\n\t * except that it only searches for elements that are descendants of the specified element.\n\t *\n\t * @param {string} qualifiedName\n\t * @returns {LiveNodeList}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByTagName\n\t * @see https://dom.spec.whatwg.org/#concept-getelementsbytagname\n\t */\n\tgetElementsByTagName: function (qualifiedName) {\n\t\tvar isHTMLDocument = (this.nodeType === DOCUMENT_NODE ? this : this.ownerDocument).type === 'html';\n\t\tvar lowerQualifiedName = qualifiedName.toLowerCase();\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\t_visitNode(base, function (node) {\n\t\t\t\tif (node === base || node.nodeType !== ELEMENT_NODE) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (qualifiedName === '*') {\n\t\t\t\t\tls.push(node);\n\t\t\t\t} else {\n\t\t\t\t\tvar nodeQualifiedName = node.getQualifiedName();\n\t\t\t\t\tvar matchingQName = isHTMLDocument && node.namespaceURI === NAMESPACE.HTML ? lowerQualifiedName : qualifiedName;\n\t\t\t\t\tif (nodeQualifiedName === matchingQName) {\n\t\t\t\t\t\tls.push(node);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn ls;\n\t\t});\n\t},\n\tgetElementsByTagNameNS: function (namespaceURI, localName) {\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\t_visitNode(base, function (node) {\n\t\t\t\tif (\n\t\t\t\t\tnode !== base &&\n\t\t\t\t\tnode.nodeType === ELEMENT_NODE &&\n\t\t\t\t\t(namespaceURI === '*' || node.namespaceURI === namespaceURI) &&\n\t\t\t\t\t(localName === '*' || node.localName == localName)\n\t\t\t\t) {\n\t\t\t\t\tls.push(node);\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn ls;\n\t\t});\n\t},\n};\nDocument.prototype.getElementsByClassName = Element.prototype.getElementsByClassName;\nDocument.prototype.getElementsByTagName = Element.prototype.getElementsByTagName;\nDocument.prototype.getElementsByTagNameNS = Element.prototype.getElementsByTagNameNS;\n\n_extends(Element, Node);\nfunction Attr(symbol) {\n\tcheckSymbol(symbol);\n\n\tthis.namespaceURI = null;\n\tthis.prefix = null;\n\tthis.ownerElement = null;\n}\nAttr.prototype.nodeType = ATTRIBUTE_NODE;\n_extends(Attr, Node);\n\nfunction CharacterData(symbol) {\n\tcheckSymbol(symbol);\n}\nCharacterData.prototype = {\n\tdata: '',\n\tsubstringData: function (offset, count) {\n\t\treturn this.data.substring(offset, offset + count);\n\t},\n\tappendData: function (text) {\n\t\ttext = this.data + text;\n\t\tthis.nodeValue = this.data = text;\n\t\tthis.length = text.length;\n\t},\n\tinsertData: function (offset, text) {\n\t\tthis.replaceData(offset, 0, text);\n\t},\n\tdeleteData: function (offset, count) {\n\t\tthis.replaceData(offset, count, '');\n\t},\n\treplaceData: function (offset, count, text) {\n\t\tvar start = this.data.substring(0, offset);\n\t\tvar end = this.data.substring(offset + count);\n\t\ttext = start + text + end;\n\t\tthis.nodeValue = this.data = text;\n\t\tthis.length = text.length;\n\t},\n};\n_extends(CharacterData, Node);\nfunction Text(symbol) {\n\tcheckSymbol(symbol);\n}\nText.prototype = {\n\tnodeName: '#text',\n\tnodeType: TEXT_NODE,\n\tsplitText: function (offset) {\n\t\tvar text = this.data;\n\t\tvar newText = text.substring(offset);\n\t\ttext = text.substring(0, offset);\n\t\tthis.data = this.nodeValue = text;\n\t\tthis.length = text.length;\n\t\tvar newNode = this.ownerDocument.createTextNode(newText);\n\t\tif (this.parentNode) {\n\t\t\tthis.parentNode.insertBefore(newNode, this.nextSibling);\n\t\t}\n\t\treturn newNode;\n\t},\n};\n_extends(Text, CharacterData);\nfunction Comment(symbol) {\n\tcheckSymbol(symbol);\n}\nComment.prototype = {\n\tnodeName: '#comment',\n\tnodeType: COMMENT_NODE,\n};\n_extends(Comment, CharacterData);\n\nfunction CDATASection(symbol) {\n\tcheckSymbol(symbol);\n}\nCDATASection.prototype = {\n\tnodeName: '#cdata-section',\n\tnodeType: CDATA_SECTION_NODE,\n};\n_extends(CDATASection, Text);\n\nfunction DocumentType(symbol) {\n\tcheckSymbol(symbol);\n}\nDocumentType.prototype.nodeType = DOCUMENT_TYPE_NODE;\n_extends(DocumentType, Node);\n\nfunction Notation(symbol) {\n\tcheckSymbol(symbol);\n}\nNotation.prototype.nodeType = NOTATION_NODE;\n_extends(Notation, Node);\n\nfunction Entity(symbol) {\n\tcheckSymbol(symbol);\n}\nEntity.prototype.nodeType = ENTITY_NODE;\n_extends(Entity, Node);\n\nfunction EntityReference(symbol) {\n\tcheckSymbol(symbol);\n}\nEntityReference.prototype.nodeType = ENTITY_REFERENCE_NODE;\n_extends(EntityReference, Node);\n\nfunction DocumentFragment(symbol) {\n\tcheckSymbol(symbol);\n}\nDocumentFragment.prototype.nodeName = '#document-fragment';\nDocumentFragment.prototype.nodeType = DOCUMENT_FRAGMENT_NODE;\n_extends(DocumentFragment, Node);\n\nfunction ProcessingInstruction(symbol) {\n\tcheckSymbol(symbol);\n}\nProcessingInstruction.prototype.nodeType = PROCESSING_INSTRUCTION_NODE;\n_extends(ProcessingInstruction, CharacterData);\nfunction XMLSerializer() {}\nXMLSerializer.prototype.serializeToString = function (node, nodeFilter) {\n\treturn nodeSerializeToString.call(node, nodeFilter);\n};\nNode.prototype.toString = nodeSerializeToString;\nfunction nodeSerializeToString(nodeFilter) {\n\tvar buf = [];\n\tvar refNode = (this.nodeType === DOCUMENT_NODE && this.documentElement) || this;\n\tvar prefix = refNode.prefix;\n\tvar uri = refNode.namespaceURI;\n\n\tif (uri && prefix == null) {\n\t\tvar prefix = refNode.lookupPrefix(uri);\n\t\tif (prefix == null) {\n\t\t\tvar visibleNamespaces = [\n\t\t\t\t{ namespace: uri, prefix: null },\n\t\t\t\t//{namespace:uri,prefix:''}\n\t\t\t];\n\t\t}\n\t}\n\tserializeToString(this, buf, nodeFilter, visibleNamespaces);\n\treturn buf.join('');\n}\n\nfunction needNamespaceDefine(node, isHTML, visibleNamespaces) {\n\tvar prefix = node.prefix || '';\n\tvar uri = node.namespaceURI;\n\t// According to [Namespaces in XML 1.0](https://www.w3.org/TR/REC-xml-names/#ns-using) ,\n\t// and more specifically https://www.w3.org/TR/REC-xml-names/#nsc-NoPrefixUndecl :\n\t// > In a namespace declaration for a prefix [...], the attribute value MUST NOT be empty.\n\t// in a similar manner [Namespaces in XML 1.1](https://www.w3.org/TR/xml-names11/#ns-using)\n\t// and more specifically https://www.w3.org/TR/xml-names11/#nsc-NSDeclared :\n\t// > [...] Furthermore, the attribute value [...] must not be an empty string.\n\t// so serializing empty namespace value like xmlns:ds=\"\" would produce an invalid XML document.\n\tif (!uri) {\n\t\treturn false;\n\t}\n\tif ((prefix === 'xml' && uri === NAMESPACE.XML) || uri === NAMESPACE.XMLNS) {\n\t\treturn false;\n\t}\n\n\tvar i = visibleNamespaces.length;\n\twhile (i--) {\n\t\tvar ns = visibleNamespaces[i];\n\t\t// get namespace prefix\n\t\tif (ns.prefix === prefix) {\n\t\t\treturn ns.namespace !== uri;\n\t\t}\n\t}\n\treturn true;\n}\n/**\n * Literal whitespace other than space that appear in attribute values are serialized as\n * their entity references, so they will be preserved.\n * (In contrast to whitespace literals in the input which are normalized to spaces).\n *\n * Well-formed constraint: No < in Attribute Values:\n * > The replacement text of any entity referred to directly or indirectly\n * > in an attribute value must not contain a <.\n *\n * @see https://www.w3.org/TR/xml11/#CleanAttrVals\n * @see https://www.w3.org/TR/xml11/#NT-AttValue\n * @see https://www.w3.org/TR/xml11/#AVNormalize\n * @see https://w3c.github.io/DOM-Parsing/#serializing-an-element-s-attributes\n * @prettierignore\n */\nfunction addSerializedAttribute(buf, qualifiedName, value) {\n\tbuf.push(' ', qualifiedName, '=\"', value.replace(/[<>&\"\\t\\n\\r]/g, _xmlEncoder), '\"');\n}\n\nfunction serializeToString(node, buf, nodeFilter, visibleNamespaces) {\n\tif (!visibleNamespaces) {\n\t\tvisibleNamespaces = [];\n\t}\n\tvar doc = node.nodeType === DOCUMENT_NODE ? node : node.ownerDocument;\n\tvar isHTML = doc.type === 'html';\n\n\tif (nodeFilter) {\n\t\tnode = nodeFilter(node);\n\t\tif (node) {\n\t\t\tif (typeof node == 'string') {\n\t\t\t\tbuf.push(node);\n\t\t\t\treturn;\n\t\t\t}\n\t\t} else {\n\t\t\treturn;\n\t\t}\n\t\t//buf.sort.apply(attrs, attributeSorter);\n\t}\n\n\tswitch (node.nodeType) {\n\t\tcase ELEMENT_NODE:\n\t\t\tvar attrs = node.attributes;\n\t\t\tvar len = attrs.length;\n\t\t\tvar child = node.firstChild;\n\t\t\tvar nodeName = node.tagName;\n\n\t\t\tvar prefixedNodeName = nodeName;\n\t\t\tif (!isHTML && !node.prefix && node.namespaceURI) {\n\t\t\t\tvar defaultNS;\n\t\t\t\t// lookup current default ns from `xmlns` attribute\n\t\t\t\tfor (var ai = 0; ai < attrs.length; ai++) {\n\t\t\t\t\tif (attrs.item(ai).name === 'xmlns') {\n\t\t\t\t\t\tdefaultNS = attrs.item(ai).value;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (!defaultNS) {\n\t\t\t\t\t// lookup current default ns in visibleNamespaces\n\t\t\t\t\tfor (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {\n\t\t\t\t\t\tvar namespace = visibleNamespaces[nsi];\n\t\t\t\t\t\tif (namespace.prefix === '' && namespace.namespace === node.namespaceURI) {\n\t\t\t\t\t\t\tdefaultNS = namespace.namespace;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (defaultNS !== node.namespaceURI) {\n\t\t\t\t\tfor (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {\n\t\t\t\t\t\tvar namespace = visibleNamespaces[nsi];\n\t\t\t\t\t\tif (namespace.namespace === node.namespaceURI) {\n\t\t\t\t\t\t\tif (namespace.prefix) {\n\t\t\t\t\t\t\t\tprefixedNodeName = namespace.prefix + ':' + nodeName;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tbuf.push('<', prefixedNodeName);\n\n\t\t\tfor (var i = 0; i < len; i++) {\n\t\t\t\t// add namespaces for attributes\n\t\t\t\tvar attr = attrs.item(i);\n\t\t\t\tif (attr.prefix == 'xmlns') {\n\t\t\t\t\tvisibleNamespaces.push({\n\t\t\t\t\t\tprefix: attr.localName,\n\t\t\t\t\t\tnamespace: attr.value,\n\t\t\t\t\t});\n\t\t\t\t} else if (attr.nodeName == 'xmlns') {\n\t\t\t\t\tvisibleNamespaces.push({ prefix: '', namespace: attr.value });\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor (var i = 0; i < len; i++) {\n\t\t\t\tvar attr = attrs.item(i);\n\t\t\t\tif (needNamespaceDefine(attr, isHTML, visibleNamespaces)) {\n\t\t\t\t\tvar prefix = attr.prefix || '';\n\t\t\t\t\tvar uri = attr.namespaceURI;\n\t\t\t\t\taddSerializedAttribute(buf, prefix ? 'xmlns:' + prefix : 'xmlns', uri);\n\t\t\t\t\tvisibleNamespaces.push({ prefix: prefix, namespace: uri });\n\t\t\t\t}\n\t\t\t\tserializeToString(attr, buf, nodeFilter, visibleNamespaces);\n\t\t\t}\n\n\t\t\t// add namespace for current node\n\t\t\tif (nodeName === prefixedNodeName && needNamespaceDefine(node, isHTML, visibleNamespaces)) {\n\t\t\t\tvar prefix = node.prefix || '';\n\t\t\t\tvar uri = node.namespaceURI;\n\t\t\t\taddSerializedAttribute(buf, prefix ? 'xmlns:' + prefix : 'xmlns', uri);\n\t\t\t\tvisibleNamespaces.push({ prefix: prefix, namespace: uri });\n\t\t\t}\n\t\t\t// in XML elements can be closed when they have no children\n\t\t\tvar canCloseTag = !child;\n\t\t\tif (canCloseTag && (isHTML || node.namespaceURI === NAMESPACE.HTML)) {\n\t\t\t\t// in HTML (doc or ns) only void elements can be closed right away\n\t\t\t\tcanCloseTag = isHTMLVoidElement(nodeName);\n\t\t\t}\n\t\t\tif (canCloseTag) {\n\t\t\t\tbuf.push('/>');\n\t\t\t} else {\n\t\t\t\tbuf.push('>');\n\t\t\t\t//if is cdata child node\n\t\t\t\tif (isHTML && isHTMLRawTextElement(nodeName)) {\n\t\t\t\t\twhile (child) {\n\t\t\t\t\t\tif (child.data) {\n\t\t\t\t\t\t\tbuf.push(child.data);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\t\t\t}\n\t\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\twhile (child) {\n\t\t\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbuf.push('');\n\t\t\t}\n\t\t\t// remove added visible namespaces\n\t\t\t//visibleNamespaces.length = startVisibleNamespaces;\n\t\t\treturn;\n\t\tcase DOCUMENT_NODE:\n\t\tcase DOCUMENT_FRAGMENT_NODE:\n\t\t\tvar child = node.firstChild;\n\t\t\twhile (child) {\n\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\tchild = child.nextSibling;\n\t\t\t}\n\t\t\treturn;\n\t\tcase ATTRIBUTE_NODE:\n\t\t\treturn addSerializedAttribute(buf, node.name, node.value);\n\t\tcase TEXT_NODE:\n\t\t\t/*\n\t\t\t * The ampersand character (&) and the left angle bracket (<) must not appear in their literal form,\n\t\t\t * except when used as markup delimiters, or within a comment, a processing instruction,\n\t\t\t * or a CDATA section.\n\t\t\t * If they are needed elsewhere, they must be escaped using either numeric character\n\t\t\t * references or the strings `&` and `<` respectively.\n\t\t\t * The right angle bracket (>) may be represented using the string \" > \",\n\t\t\t * and must, for compatibility, be escaped using either `>`,\n\t\t\t * or a character reference when it appears in the string `]]>` in content,\n\t\t\t * when that string is not marking the end of a CDATA section.\n\t\t\t *\n\t\t\t * In the content of elements, character data is any string of characters which does not\n\t\t\t * contain the start-delimiter of any markup and does not include the CDATA-section-close\n\t\t\t * delimiter, `]]>`.\n\t\t\t *\n\t\t\t * @see https://www.w3.org/TR/xml/#NT-CharData\n\t\t\t * @see https://w3c.github.io/DOM-Parsing/#xml-serializing-a-text-node\n\t\t\t */\n\t\t\treturn buf.push(node.data.replace(/[<&>]/g, _xmlEncoder));\n\t\tcase CDATA_SECTION_NODE:\n\t\t\treturn buf.push(g.CDATA_START, node.data, g.CDATA_END);\n\t\tcase COMMENT_NODE:\n\t\t\treturn buf.push(g.COMMENT_START, node.data, g.COMMENT_END);\n\t\tcase DOCUMENT_TYPE_NODE:\n\t\t\tvar pubid = node.publicId;\n\t\t\tvar sysid = node.systemId;\n\t\t\tbuf.push(g.DOCTYPE_DECL_START, ' ', node.name);\n\t\t\tif (pubid) {\n\t\t\t\tbuf.push(' ', g.PUBLIC, ' ', pubid);\n\t\t\t\tif (sysid && sysid !== '.') {\n\t\t\t\t\tbuf.push(' ', sysid);\n\t\t\t\t}\n\t\t\t} else if (sysid && sysid !== '.') {\n\t\t\t\tbuf.push(' ', g.SYSTEM, ' ', sysid);\n\t\t\t}\n\t\t\tif (node.internalSubset) {\n\t\t\t\tbuf.push(' [', node.internalSubset, ']');\n\t\t\t}\n\t\t\tbuf.push('>');\n\t\t\treturn;\n\t\tcase PROCESSING_INSTRUCTION_NODE:\n\t\t\treturn buf.push('');\n\t\tcase ENTITY_REFERENCE_NODE:\n\t\t\treturn buf.push('&', node.nodeName, ';');\n\t\t//case ENTITY_NODE:\n\t\t//case NOTATION_NODE:\n\t\tdefault:\n\t\t\tbuf.push('??', node.nodeName);\n\t}\n}\nfunction importNode(doc, node, deep) {\n\tvar node2;\n\tswitch (node.nodeType) {\n\t\tcase ELEMENT_NODE:\n\t\t\tnode2 = node.cloneNode(false);\n\t\t\tnode2.ownerDocument = doc;\n\t\t//var attrs = node2.attributes;\n\t\t//var len = attrs.length;\n\t\t//for(var i=0;i',\n\tlt: '<',\n\tquot: '\"',\n});\n\n/**\n * A map of all entities that are detected in an HTML document.\n * They contain all entries from `XML_ENTITIES`.\n *\n * @see {@link XML_ENTITIES}\n * @see {@link DOMParser.parseFromString}\n * @see {@link DOMImplementation.prototype.createHTMLDocument}\n * @see https://html.spec.whatwg.org/#named-character-references WHATWG HTML(5)\n * Spec\n * @see https://html.spec.whatwg.org/entities.json JSON\n * @see https://www.w3.org/TR/xml-entity-names/ W3C XML Entity Names\n * @see https://www.w3.org/TR/html4/sgml/entities.html W3C HTML4/SGML\n * @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Character_entity_references_in_HTML\n * Wikipedia (HTML)\n * @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Entities_representing_special_characters_in_XHTML\n * Wikpedia (XHTML)\n */\nexports.HTML_ENTITIES = freeze({\n\tAacute: '\\u00C1',\n\taacute: '\\u00E1',\n\tAbreve: '\\u0102',\n\tabreve: '\\u0103',\n\tac: '\\u223E',\n\tacd: '\\u223F',\n\tacE: '\\u223E\\u0333',\n\tAcirc: '\\u00C2',\n\tacirc: '\\u00E2',\n\tacute: '\\u00B4',\n\tAcy: '\\u0410',\n\tacy: '\\u0430',\n\tAElig: '\\u00C6',\n\taelig: '\\u00E6',\n\taf: '\\u2061',\n\tAfr: '\\uD835\\uDD04',\n\tafr: '\\uD835\\uDD1E',\n\tAgrave: '\\u00C0',\n\tagrave: '\\u00E0',\n\talefsym: '\\u2135',\n\taleph: '\\u2135',\n\tAlpha: '\\u0391',\n\talpha: '\\u03B1',\n\tAmacr: '\\u0100',\n\tamacr: '\\u0101',\n\tamalg: '\\u2A3F',\n\tAMP: '\\u0026',\n\tamp: '\\u0026',\n\tAnd: '\\u2A53',\n\tand: '\\u2227',\n\tandand: '\\u2A55',\n\tandd: '\\u2A5C',\n\tandslope: '\\u2A58',\n\tandv: '\\u2A5A',\n\tang: '\\u2220',\n\tange: '\\u29A4',\n\tangle: '\\u2220',\n\tangmsd: '\\u2221',\n\tangmsdaa: '\\u29A8',\n\tangmsdab: '\\u29A9',\n\tangmsdac: '\\u29AA',\n\tangmsdad: '\\u29AB',\n\tangmsdae: '\\u29AC',\n\tangmsdaf: '\\u29AD',\n\tangmsdag: '\\u29AE',\n\tangmsdah: '\\u29AF',\n\tangrt: '\\u221F',\n\tangrtvb: '\\u22BE',\n\tangrtvbd: '\\u299D',\n\tangsph: '\\u2222',\n\tangst: '\\u00C5',\n\tangzarr: '\\u237C',\n\tAogon: '\\u0104',\n\taogon: '\\u0105',\n\tAopf: '\\uD835\\uDD38',\n\taopf: '\\uD835\\uDD52',\n\tap: '\\u2248',\n\tapacir: '\\u2A6F',\n\tapE: '\\u2A70',\n\tape: '\\u224A',\n\tapid: '\\u224B',\n\tapos: '\\u0027',\n\tApplyFunction: '\\u2061',\n\tapprox: '\\u2248',\n\tapproxeq: '\\u224A',\n\tAring: '\\u00C5',\n\taring: '\\u00E5',\n\tAscr: '\\uD835\\uDC9C',\n\tascr: '\\uD835\\uDCB6',\n\tAssign: '\\u2254',\n\tast: '\\u002A',\n\tasymp: '\\u2248',\n\tasympeq: '\\u224D',\n\tAtilde: '\\u00C3',\n\tatilde: '\\u00E3',\n\tAuml: '\\u00C4',\n\tauml: '\\u00E4',\n\tawconint: '\\u2233',\n\tawint: '\\u2A11',\n\tbackcong: '\\u224C',\n\tbackepsilon: '\\u03F6',\n\tbackprime: '\\u2035',\n\tbacksim: '\\u223D',\n\tbacksimeq: '\\u22CD',\n\tBackslash: '\\u2216',\n\tBarv: '\\u2AE7',\n\tbarvee: '\\u22BD',\n\tBarwed: '\\u2306',\n\tbarwed: '\\u2305',\n\tbarwedge: '\\u2305',\n\tbbrk: '\\u23B5',\n\tbbrktbrk: '\\u23B6',\n\tbcong: '\\u224C',\n\tBcy: '\\u0411',\n\tbcy: '\\u0431',\n\tbdquo: '\\u201E',\n\tbecaus: '\\u2235',\n\tBecause: '\\u2235',\n\tbecause: '\\u2235',\n\tbemptyv: '\\u29B0',\n\tbepsi: '\\u03F6',\n\tbernou: '\\u212C',\n\tBernoullis: '\\u212C',\n\tBeta: '\\u0392',\n\tbeta: '\\u03B2',\n\tbeth: '\\u2136',\n\tbetween: '\\u226C',\n\tBfr: '\\uD835\\uDD05',\n\tbfr: '\\uD835\\uDD1F',\n\tbigcap: '\\u22C2',\n\tbigcirc: '\\u25EF',\n\tbigcup: '\\u22C3',\n\tbigodot: '\\u2A00',\n\tbigoplus: '\\u2A01',\n\tbigotimes: '\\u2A02',\n\tbigsqcup: '\\u2A06',\n\tbigstar: '\\u2605',\n\tbigtriangledown: '\\u25BD',\n\tbigtriangleup: '\\u25B3',\n\tbiguplus: '\\u2A04',\n\tbigvee: '\\u22C1',\n\tbigwedge: '\\u22C0',\n\tbkarow: '\\u290D',\n\tblacklozenge: '\\u29EB',\n\tblacksquare: '\\u25AA',\n\tblacktriangle: '\\u25B4',\n\tblacktriangledown: '\\u25BE',\n\tblacktriangleleft: '\\u25C2',\n\tblacktriangleright: '\\u25B8',\n\tblank: '\\u2423',\n\tblk12: '\\u2592',\n\tblk14: '\\u2591',\n\tblk34: '\\u2593',\n\tblock: '\\u2588',\n\tbne: '\\u003D\\u20E5',\n\tbnequiv: '\\u2261\\u20E5',\n\tbNot: '\\u2AED',\n\tbnot: '\\u2310',\n\tBopf: '\\uD835\\uDD39',\n\tbopf: '\\uD835\\uDD53',\n\tbot: '\\u22A5',\n\tbottom: '\\u22A5',\n\tbowtie: '\\u22C8',\n\tboxbox: '\\u29C9',\n\tboxDL: '\\u2557',\n\tboxDl: '\\u2556',\n\tboxdL: '\\u2555',\n\tboxdl: '\\u2510',\n\tboxDR: '\\u2554',\n\tboxDr: '\\u2553',\n\tboxdR: '\\u2552',\n\tboxdr: '\\u250C',\n\tboxH: '\\u2550',\n\tboxh: '\\u2500',\n\tboxHD: '\\u2566',\n\tboxHd: '\\u2564',\n\tboxhD: '\\u2565',\n\tboxhd: '\\u252C',\n\tboxHU: '\\u2569',\n\tboxHu: '\\u2567',\n\tboxhU: '\\u2568',\n\tboxhu: '\\u2534',\n\tboxminus: '\\u229F',\n\tboxplus: '\\u229E',\n\tboxtimes: '\\u22A0',\n\tboxUL: '\\u255D',\n\tboxUl: '\\u255C',\n\tboxuL: '\\u255B',\n\tboxul: '\\u2518',\n\tboxUR: '\\u255A',\n\tboxUr: '\\u2559',\n\tboxuR: '\\u2558',\n\tboxur: '\\u2514',\n\tboxV: '\\u2551',\n\tboxv: '\\u2502',\n\tboxVH: '\\u256C',\n\tboxVh: '\\u256B',\n\tboxvH: '\\u256A',\n\tboxvh: '\\u253C',\n\tboxVL: '\\u2563',\n\tboxVl: '\\u2562',\n\tboxvL: '\\u2561',\n\tboxvl: '\\u2524',\n\tboxVR: '\\u2560',\n\tboxVr: '\\u255F',\n\tboxvR: '\\u255E',\n\tboxvr: '\\u251C',\n\tbprime: '\\u2035',\n\tBreve: '\\u02D8',\n\tbreve: '\\u02D8',\n\tbrvbar: '\\u00A6',\n\tBscr: '\\u212C',\n\tbscr: '\\uD835\\uDCB7',\n\tbsemi: '\\u204F',\n\tbsim: '\\u223D',\n\tbsime: '\\u22CD',\n\tbsol: '\\u005C',\n\tbsolb: '\\u29C5',\n\tbsolhsub: '\\u27C8',\n\tbull: '\\u2022',\n\tbullet: '\\u2022',\n\tbump: '\\u224E',\n\tbumpE: '\\u2AAE',\n\tbumpe: '\\u224F',\n\tBumpeq: '\\u224E',\n\tbumpeq: '\\u224F',\n\tCacute: '\\u0106',\n\tcacute: '\\u0107',\n\tCap: '\\u22D2',\n\tcap: '\\u2229',\n\tcapand: '\\u2A44',\n\tcapbrcup: '\\u2A49',\n\tcapcap: '\\u2A4B',\n\tcapcup: '\\u2A47',\n\tcapdot: '\\u2A40',\n\tCapitalDifferentialD: '\\u2145',\n\tcaps: '\\u2229\\uFE00',\n\tcaret: '\\u2041',\n\tcaron: '\\u02C7',\n\tCayleys: '\\u212D',\n\tccaps: '\\u2A4D',\n\tCcaron: '\\u010C',\n\tccaron: '\\u010D',\n\tCcedil: '\\u00C7',\n\tccedil: '\\u00E7',\n\tCcirc: '\\u0108',\n\tccirc: '\\u0109',\n\tCconint: '\\u2230',\n\tccups: '\\u2A4C',\n\tccupssm: '\\u2A50',\n\tCdot: '\\u010A',\n\tcdot: '\\u010B',\n\tcedil: '\\u00B8',\n\tCedilla: '\\u00B8',\n\tcemptyv: '\\u29B2',\n\tcent: '\\u00A2',\n\tCenterDot: '\\u00B7',\n\tcenterdot: '\\u00B7',\n\tCfr: '\\u212D',\n\tcfr: '\\uD835\\uDD20',\n\tCHcy: '\\u0427',\n\tchcy: '\\u0447',\n\tcheck: '\\u2713',\n\tcheckmark: '\\u2713',\n\tChi: '\\u03A7',\n\tchi: '\\u03C7',\n\tcir: '\\u25CB',\n\tcirc: '\\u02C6',\n\tcirceq: '\\u2257',\n\tcirclearrowleft: '\\u21BA',\n\tcirclearrowright: '\\u21BB',\n\tcircledast: '\\u229B',\n\tcircledcirc: '\\u229A',\n\tcircleddash: '\\u229D',\n\tCircleDot: '\\u2299',\n\tcircledR: '\\u00AE',\n\tcircledS: '\\u24C8',\n\tCircleMinus: '\\u2296',\n\tCirclePlus: '\\u2295',\n\tCircleTimes: '\\u2297',\n\tcirE: '\\u29C3',\n\tcire: '\\u2257',\n\tcirfnint: '\\u2A10',\n\tcirmid: '\\u2AEF',\n\tcirscir: '\\u29C2',\n\tClockwiseContourIntegral: '\\u2232',\n\tCloseCurlyDoubleQuote: '\\u201D',\n\tCloseCurlyQuote: '\\u2019',\n\tclubs: '\\u2663',\n\tclubsuit: '\\u2663',\n\tColon: '\\u2237',\n\tcolon: '\\u003A',\n\tColone: '\\u2A74',\n\tcolone: '\\u2254',\n\tcoloneq: '\\u2254',\n\tcomma: '\\u002C',\n\tcommat: '\\u0040',\n\tcomp: '\\u2201',\n\tcompfn: '\\u2218',\n\tcomplement: '\\u2201',\n\tcomplexes: '\\u2102',\n\tcong: '\\u2245',\n\tcongdot: '\\u2A6D',\n\tCongruent: '\\u2261',\n\tConint: '\\u222F',\n\tconint: '\\u222E',\n\tContourIntegral: '\\u222E',\n\tCopf: '\\u2102',\n\tcopf: '\\uD835\\uDD54',\n\tcoprod: '\\u2210',\n\tCoproduct: '\\u2210',\n\tCOPY: '\\u00A9',\n\tcopy: '\\u00A9',\n\tcopysr: '\\u2117',\n\tCounterClockwiseContourIntegral: '\\u2233',\n\tcrarr: '\\u21B5',\n\tCross: '\\u2A2F',\n\tcross: '\\u2717',\n\tCscr: '\\uD835\\uDC9E',\n\tcscr: '\\uD835\\uDCB8',\n\tcsub: '\\u2ACF',\n\tcsube: '\\u2AD1',\n\tcsup: '\\u2AD0',\n\tcsupe: '\\u2AD2',\n\tctdot: '\\u22EF',\n\tcudarrl: '\\u2938',\n\tcudarrr: '\\u2935',\n\tcuepr: '\\u22DE',\n\tcuesc: '\\u22DF',\n\tcularr: '\\u21B6',\n\tcularrp: '\\u293D',\n\tCup: '\\u22D3',\n\tcup: '\\u222A',\n\tcupbrcap: '\\u2A48',\n\tCupCap: '\\u224D',\n\tcupcap: '\\u2A46',\n\tcupcup: '\\u2A4A',\n\tcupdot: '\\u228D',\n\tcupor: '\\u2A45',\n\tcups: '\\u222A\\uFE00',\n\tcurarr: '\\u21B7',\n\tcurarrm: '\\u293C',\n\tcurlyeqprec: '\\u22DE',\n\tcurlyeqsucc: '\\u22DF',\n\tcurlyvee: '\\u22CE',\n\tcurlywedge: '\\u22CF',\n\tcurren: '\\u00A4',\n\tcurvearrowleft: '\\u21B6',\n\tcurvearrowright: '\\u21B7',\n\tcuvee: '\\u22CE',\n\tcuwed: '\\u22CF',\n\tcwconint: '\\u2232',\n\tcwint: '\\u2231',\n\tcylcty: '\\u232D',\n\tDagger: '\\u2021',\n\tdagger: '\\u2020',\n\tdaleth: '\\u2138',\n\tDarr: '\\u21A1',\n\tdArr: '\\u21D3',\n\tdarr: '\\u2193',\n\tdash: '\\u2010',\n\tDashv: '\\u2AE4',\n\tdashv: '\\u22A3',\n\tdbkarow: '\\u290F',\n\tdblac: '\\u02DD',\n\tDcaron: '\\u010E',\n\tdcaron: '\\u010F',\n\tDcy: '\\u0414',\n\tdcy: '\\u0434',\n\tDD: '\\u2145',\n\tdd: '\\u2146',\n\tddagger: '\\u2021',\n\tddarr: '\\u21CA',\n\tDDotrahd: '\\u2911',\n\tddotseq: '\\u2A77',\n\tdeg: '\\u00B0',\n\tDel: '\\u2207',\n\tDelta: '\\u0394',\n\tdelta: '\\u03B4',\n\tdemptyv: '\\u29B1',\n\tdfisht: '\\u297F',\n\tDfr: '\\uD835\\uDD07',\n\tdfr: '\\uD835\\uDD21',\n\tdHar: '\\u2965',\n\tdharl: '\\u21C3',\n\tdharr: '\\u21C2',\n\tDiacriticalAcute: '\\u00B4',\n\tDiacriticalDot: '\\u02D9',\n\tDiacriticalDoubleAcute: '\\u02DD',\n\tDiacriticalGrave: '\\u0060',\n\tDiacriticalTilde: '\\u02DC',\n\tdiam: '\\u22C4',\n\tDiamond: '\\u22C4',\n\tdiamond: '\\u22C4',\n\tdiamondsuit: '\\u2666',\n\tdiams: '\\u2666',\n\tdie: '\\u00A8',\n\tDifferentialD: '\\u2146',\n\tdigamma: '\\u03DD',\n\tdisin: '\\u22F2',\n\tdiv: '\\u00F7',\n\tdivide: '\\u00F7',\n\tdivideontimes: '\\u22C7',\n\tdivonx: '\\u22C7',\n\tDJcy: '\\u0402',\n\tdjcy: '\\u0452',\n\tdlcorn: '\\u231E',\n\tdlcrop: '\\u230D',\n\tdollar: '\\u0024',\n\tDopf: '\\uD835\\uDD3B',\n\tdopf: '\\uD835\\uDD55',\n\tDot: '\\u00A8',\n\tdot: '\\u02D9',\n\tDotDot: '\\u20DC',\n\tdoteq: '\\u2250',\n\tdoteqdot: '\\u2251',\n\tDotEqual: '\\u2250',\n\tdotminus: '\\u2238',\n\tdotplus: '\\u2214',\n\tdotsquare: '\\u22A1',\n\tdoublebarwedge: '\\u2306',\n\tDoubleContourIntegral: '\\u222F',\n\tDoubleDot: '\\u00A8',\n\tDoubleDownArrow: '\\u21D3',\n\tDoubleLeftArrow: '\\u21D0',\n\tDoubleLeftRightArrow: '\\u21D4',\n\tDoubleLeftTee: '\\u2AE4',\n\tDoubleLongLeftArrow: '\\u27F8',\n\tDoubleLongLeftRightArrow: '\\u27FA',\n\tDoubleLongRightArrow: '\\u27F9',\n\tDoubleRightArrow: '\\u21D2',\n\tDoubleRightTee: '\\u22A8',\n\tDoubleUpArrow: '\\u21D1',\n\tDoubleUpDownArrow: '\\u21D5',\n\tDoubleVerticalBar: '\\u2225',\n\tDownArrow: '\\u2193',\n\tDownarrow: '\\u21D3',\n\tdownarrow: '\\u2193',\n\tDownArrowBar: '\\u2913',\n\tDownArrowUpArrow: '\\u21F5',\n\tDownBreve: '\\u0311',\n\tdowndownarrows: '\\u21CA',\n\tdownharpoonleft: '\\u21C3',\n\tdownharpoonright: '\\u21C2',\n\tDownLeftRightVector: '\\u2950',\n\tDownLeftTeeVector: '\\u295E',\n\tDownLeftVector: '\\u21BD',\n\tDownLeftVectorBar: '\\u2956',\n\tDownRightTeeVector: '\\u295F',\n\tDownRightVector: '\\u21C1',\n\tDownRightVectorBar: '\\u2957',\n\tDownTee: '\\u22A4',\n\tDownTeeArrow: '\\u21A7',\n\tdrbkarow: '\\u2910',\n\tdrcorn: '\\u231F',\n\tdrcrop: '\\u230C',\n\tDscr: '\\uD835\\uDC9F',\n\tdscr: '\\uD835\\uDCB9',\n\tDScy: '\\u0405',\n\tdscy: '\\u0455',\n\tdsol: '\\u29F6',\n\tDstrok: '\\u0110',\n\tdstrok: '\\u0111',\n\tdtdot: '\\u22F1',\n\tdtri: '\\u25BF',\n\tdtrif: '\\u25BE',\n\tduarr: '\\u21F5',\n\tduhar: '\\u296F',\n\tdwangle: '\\u29A6',\n\tDZcy: '\\u040F',\n\tdzcy: '\\u045F',\n\tdzigrarr: '\\u27FF',\n\tEacute: '\\u00C9',\n\teacute: '\\u00E9',\n\teaster: '\\u2A6E',\n\tEcaron: '\\u011A',\n\tecaron: '\\u011B',\n\tecir: '\\u2256',\n\tEcirc: '\\u00CA',\n\tecirc: '\\u00EA',\n\tecolon: '\\u2255',\n\tEcy: '\\u042D',\n\tecy: '\\u044D',\n\teDDot: '\\u2A77',\n\tEdot: '\\u0116',\n\teDot: '\\u2251',\n\tedot: '\\u0117',\n\tee: '\\u2147',\n\tefDot: '\\u2252',\n\tEfr: '\\uD835\\uDD08',\n\tefr: '\\uD835\\uDD22',\n\teg: '\\u2A9A',\n\tEgrave: '\\u00C8',\n\tegrave: '\\u00E8',\n\tegs: '\\u2A96',\n\tegsdot: '\\u2A98',\n\tel: '\\u2A99',\n\tElement: '\\u2208',\n\telinters: '\\u23E7',\n\tell: '\\u2113',\n\tels: '\\u2A95',\n\telsdot: '\\u2A97',\n\tEmacr: '\\u0112',\n\temacr: '\\u0113',\n\tempty: '\\u2205',\n\temptyset: '\\u2205',\n\tEmptySmallSquare: '\\u25FB',\n\temptyv: '\\u2205',\n\tEmptyVerySmallSquare: '\\u25AB',\n\temsp: '\\u2003',\n\temsp13: '\\u2004',\n\temsp14: '\\u2005',\n\tENG: '\\u014A',\n\teng: '\\u014B',\n\tensp: '\\u2002',\n\tEogon: '\\u0118',\n\teogon: '\\u0119',\n\tEopf: '\\uD835\\uDD3C',\n\teopf: '\\uD835\\uDD56',\n\tepar: '\\u22D5',\n\teparsl: '\\u29E3',\n\teplus: '\\u2A71',\n\tepsi: '\\u03B5',\n\tEpsilon: '\\u0395',\n\tepsilon: '\\u03B5',\n\tepsiv: '\\u03F5',\n\teqcirc: '\\u2256',\n\teqcolon: '\\u2255',\n\teqsim: '\\u2242',\n\teqslantgtr: '\\u2A96',\n\teqslantless: '\\u2A95',\n\tEqual: '\\u2A75',\n\tequals: '\\u003D',\n\tEqualTilde: '\\u2242',\n\tequest: '\\u225F',\n\tEquilibrium: '\\u21CC',\n\tequiv: '\\u2261',\n\tequivDD: '\\u2A78',\n\teqvparsl: '\\u29E5',\n\terarr: '\\u2971',\n\terDot: '\\u2253',\n\tEscr: '\\u2130',\n\tescr: '\\u212F',\n\tesdot: '\\u2250',\n\tEsim: '\\u2A73',\n\tesim: '\\u2242',\n\tEta: '\\u0397',\n\teta: '\\u03B7',\n\tETH: '\\u00D0',\n\teth: '\\u00F0',\n\tEuml: '\\u00CB',\n\teuml: '\\u00EB',\n\teuro: '\\u20AC',\n\texcl: '\\u0021',\n\texist: '\\u2203',\n\tExists: '\\u2203',\n\texpectation: '\\u2130',\n\tExponentialE: '\\u2147',\n\texponentiale: '\\u2147',\n\tfallingdotseq: '\\u2252',\n\tFcy: '\\u0424',\n\tfcy: '\\u0444',\n\tfemale: '\\u2640',\n\tffilig: '\\uFB03',\n\tfflig: '\\uFB00',\n\tffllig: '\\uFB04',\n\tFfr: '\\uD835\\uDD09',\n\tffr: '\\uD835\\uDD23',\n\tfilig: '\\uFB01',\n\tFilledSmallSquare: '\\u25FC',\n\tFilledVerySmallSquare: '\\u25AA',\n\tfjlig: '\\u0066\\u006A',\n\tflat: '\\u266D',\n\tfllig: '\\uFB02',\n\tfltns: '\\u25B1',\n\tfnof: '\\u0192',\n\tFopf: '\\uD835\\uDD3D',\n\tfopf: '\\uD835\\uDD57',\n\tForAll: '\\u2200',\n\tforall: '\\u2200',\n\tfork: '\\u22D4',\n\tforkv: '\\u2AD9',\n\tFouriertrf: '\\u2131',\n\tfpartint: '\\u2A0D',\n\tfrac12: '\\u00BD',\n\tfrac13: '\\u2153',\n\tfrac14: '\\u00BC',\n\tfrac15: '\\u2155',\n\tfrac16: '\\u2159',\n\tfrac18: '\\u215B',\n\tfrac23: '\\u2154',\n\tfrac25: '\\u2156',\n\tfrac34: '\\u00BE',\n\tfrac35: '\\u2157',\n\tfrac38: '\\u215C',\n\tfrac45: '\\u2158',\n\tfrac56: '\\u215A',\n\tfrac58: '\\u215D',\n\tfrac78: '\\u215E',\n\tfrasl: '\\u2044',\n\tfrown: '\\u2322',\n\tFscr: '\\u2131',\n\tfscr: '\\uD835\\uDCBB',\n\tgacute: '\\u01F5',\n\tGamma: '\\u0393',\n\tgamma: '\\u03B3',\n\tGammad: '\\u03DC',\n\tgammad: '\\u03DD',\n\tgap: '\\u2A86',\n\tGbreve: '\\u011E',\n\tgbreve: '\\u011F',\n\tGcedil: '\\u0122',\n\tGcirc: '\\u011C',\n\tgcirc: '\\u011D',\n\tGcy: '\\u0413',\n\tgcy: '\\u0433',\n\tGdot: '\\u0120',\n\tgdot: '\\u0121',\n\tgE: '\\u2267',\n\tge: '\\u2265',\n\tgEl: '\\u2A8C',\n\tgel: '\\u22DB',\n\tgeq: '\\u2265',\n\tgeqq: '\\u2267',\n\tgeqslant: '\\u2A7E',\n\tges: '\\u2A7E',\n\tgescc: '\\u2AA9',\n\tgesdot: '\\u2A80',\n\tgesdoto: '\\u2A82',\n\tgesdotol: '\\u2A84',\n\tgesl: '\\u22DB\\uFE00',\n\tgesles: '\\u2A94',\n\tGfr: '\\uD835\\uDD0A',\n\tgfr: '\\uD835\\uDD24',\n\tGg: '\\u22D9',\n\tgg: '\\u226B',\n\tggg: '\\u22D9',\n\tgimel: '\\u2137',\n\tGJcy: '\\u0403',\n\tgjcy: '\\u0453',\n\tgl: '\\u2277',\n\tgla: '\\u2AA5',\n\tglE: '\\u2A92',\n\tglj: '\\u2AA4',\n\tgnap: '\\u2A8A',\n\tgnapprox: '\\u2A8A',\n\tgnE: '\\u2269',\n\tgne: '\\u2A88',\n\tgneq: '\\u2A88',\n\tgneqq: '\\u2269',\n\tgnsim: '\\u22E7',\n\tGopf: '\\uD835\\uDD3E',\n\tgopf: '\\uD835\\uDD58',\n\tgrave: '\\u0060',\n\tGreaterEqual: '\\u2265',\n\tGreaterEqualLess: '\\u22DB',\n\tGreaterFullEqual: '\\u2267',\n\tGreaterGreater: '\\u2AA2',\n\tGreaterLess: '\\u2277',\n\tGreaterSlantEqual: '\\u2A7E',\n\tGreaterTilde: '\\u2273',\n\tGscr: '\\uD835\\uDCA2',\n\tgscr: '\\u210A',\n\tgsim: '\\u2273',\n\tgsime: '\\u2A8E',\n\tgsiml: '\\u2A90',\n\tGt: '\\u226B',\n\tGT: '\\u003E',\n\tgt: '\\u003E',\n\tgtcc: '\\u2AA7',\n\tgtcir: '\\u2A7A',\n\tgtdot: '\\u22D7',\n\tgtlPar: '\\u2995',\n\tgtquest: '\\u2A7C',\n\tgtrapprox: '\\u2A86',\n\tgtrarr: '\\u2978',\n\tgtrdot: '\\u22D7',\n\tgtreqless: '\\u22DB',\n\tgtreqqless: '\\u2A8C',\n\tgtrless: '\\u2277',\n\tgtrsim: '\\u2273',\n\tgvertneqq: '\\u2269\\uFE00',\n\tgvnE: '\\u2269\\uFE00',\n\tHacek: '\\u02C7',\n\thairsp: '\\u200A',\n\thalf: '\\u00BD',\n\thamilt: '\\u210B',\n\tHARDcy: '\\u042A',\n\thardcy: '\\u044A',\n\thArr: '\\u21D4',\n\tharr: '\\u2194',\n\tharrcir: '\\u2948',\n\tharrw: '\\u21AD',\n\tHat: '\\u005E',\n\thbar: '\\u210F',\n\tHcirc: '\\u0124',\n\thcirc: '\\u0125',\n\thearts: '\\u2665',\n\theartsuit: '\\u2665',\n\thellip: '\\u2026',\n\thercon: '\\u22B9',\n\tHfr: '\\u210C',\n\thfr: '\\uD835\\uDD25',\n\tHilbertSpace: '\\u210B',\n\thksearow: '\\u2925',\n\thkswarow: '\\u2926',\n\thoarr: '\\u21FF',\n\thomtht: '\\u223B',\n\thookleftarrow: '\\u21A9',\n\thookrightarrow: '\\u21AA',\n\tHopf: '\\u210D',\n\thopf: '\\uD835\\uDD59',\n\thorbar: '\\u2015',\n\tHorizontalLine: '\\u2500',\n\tHscr: '\\u210B',\n\thscr: '\\uD835\\uDCBD',\n\thslash: '\\u210F',\n\tHstrok: '\\u0126',\n\thstrok: '\\u0127',\n\tHumpDownHump: '\\u224E',\n\tHumpEqual: '\\u224F',\n\thybull: '\\u2043',\n\thyphen: '\\u2010',\n\tIacute: '\\u00CD',\n\tiacute: '\\u00ED',\n\tic: '\\u2063',\n\tIcirc: '\\u00CE',\n\ticirc: '\\u00EE',\n\tIcy: '\\u0418',\n\ticy: '\\u0438',\n\tIdot: '\\u0130',\n\tIEcy: '\\u0415',\n\tiecy: '\\u0435',\n\tiexcl: '\\u00A1',\n\tiff: '\\u21D4',\n\tIfr: '\\u2111',\n\tifr: '\\uD835\\uDD26',\n\tIgrave: '\\u00CC',\n\tigrave: '\\u00EC',\n\tii: '\\u2148',\n\tiiiint: '\\u2A0C',\n\tiiint: '\\u222D',\n\tiinfin: '\\u29DC',\n\tiiota: '\\u2129',\n\tIJlig: '\\u0132',\n\tijlig: '\\u0133',\n\tIm: '\\u2111',\n\tImacr: '\\u012A',\n\timacr: '\\u012B',\n\timage: '\\u2111',\n\tImaginaryI: '\\u2148',\n\timagline: '\\u2110',\n\timagpart: '\\u2111',\n\timath: '\\u0131',\n\timof: '\\u22B7',\n\timped: '\\u01B5',\n\tImplies: '\\u21D2',\n\tin: '\\u2208',\n\tincare: '\\u2105',\n\tinfin: '\\u221E',\n\tinfintie: '\\u29DD',\n\tinodot: '\\u0131',\n\tInt: '\\u222C',\n\tint: '\\u222B',\n\tintcal: '\\u22BA',\n\tintegers: '\\u2124',\n\tIntegral: '\\u222B',\n\tintercal: '\\u22BA',\n\tIntersection: '\\u22C2',\n\tintlarhk: '\\u2A17',\n\tintprod: '\\u2A3C',\n\tInvisibleComma: '\\u2063',\n\tInvisibleTimes: '\\u2062',\n\tIOcy: '\\u0401',\n\tiocy: '\\u0451',\n\tIogon: '\\u012E',\n\tiogon: '\\u012F',\n\tIopf: '\\uD835\\uDD40',\n\tiopf: '\\uD835\\uDD5A',\n\tIota: '\\u0399',\n\tiota: '\\u03B9',\n\tiprod: '\\u2A3C',\n\tiquest: '\\u00BF',\n\tIscr: '\\u2110',\n\tiscr: '\\uD835\\uDCBE',\n\tisin: '\\u2208',\n\tisindot: '\\u22F5',\n\tisinE: '\\u22F9',\n\tisins: '\\u22F4',\n\tisinsv: '\\u22F3',\n\tisinv: '\\u2208',\n\tit: '\\u2062',\n\tItilde: '\\u0128',\n\titilde: '\\u0129',\n\tIukcy: '\\u0406',\n\tiukcy: '\\u0456',\n\tIuml: '\\u00CF',\n\tiuml: '\\u00EF',\n\tJcirc: '\\u0134',\n\tjcirc: '\\u0135',\n\tJcy: '\\u0419',\n\tjcy: '\\u0439',\n\tJfr: '\\uD835\\uDD0D',\n\tjfr: '\\uD835\\uDD27',\n\tjmath: '\\u0237',\n\tJopf: '\\uD835\\uDD41',\n\tjopf: '\\uD835\\uDD5B',\n\tJscr: '\\uD835\\uDCA5',\n\tjscr: '\\uD835\\uDCBF',\n\tJsercy: '\\u0408',\n\tjsercy: '\\u0458',\n\tJukcy: '\\u0404',\n\tjukcy: '\\u0454',\n\tKappa: '\\u039A',\n\tkappa: '\\u03BA',\n\tkappav: '\\u03F0',\n\tKcedil: '\\u0136',\n\tkcedil: '\\u0137',\n\tKcy: '\\u041A',\n\tkcy: '\\u043A',\n\tKfr: '\\uD835\\uDD0E',\n\tkfr: '\\uD835\\uDD28',\n\tkgreen: '\\u0138',\n\tKHcy: '\\u0425',\n\tkhcy: '\\u0445',\n\tKJcy: '\\u040C',\n\tkjcy: '\\u045C',\n\tKopf: '\\uD835\\uDD42',\n\tkopf: '\\uD835\\uDD5C',\n\tKscr: '\\uD835\\uDCA6',\n\tkscr: '\\uD835\\uDCC0',\n\tlAarr: '\\u21DA',\n\tLacute: '\\u0139',\n\tlacute: '\\u013A',\n\tlaemptyv: '\\u29B4',\n\tlagran: '\\u2112',\n\tLambda: '\\u039B',\n\tlambda: '\\u03BB',\n\tLang: '\\u27EA',\n\tlang: '\\u27E8',\n\tlangd: '\\u2991',\n\tlangle: '\\u27E8',\n\tlap: '\\u2A85',\n\tLaplacetrf: '\\u2112',\n\tlaquo: '\\u00AB',\n\tLarr: '\\u219E',\n\tlArr: '\\u21D0',\n\tlarr: '\\u2190',\n\tlarrb: '\\u21E4',\n\tlarrbfs: '\\u291F',\n\tlarrfs: '\\u291D',\n\tlarrhk: '\\u21A9',\n\tlarrlp: '\\u21AB',\n\tlarrpl: '\\u2939',\n\tlarrsim: '\\u2973',\n\tlarrtl: '\\u21A2',\n\tlat: '\\u2AAB',\n\tlAtail: '\\u291B',\n\tlatail: '\\u2919',\n\tlate: '\\u2AAD',\n\tlates: '\\u2AAD\\uFE00',\n\tlBarr: '\\u290E',\n\tlbarr: '\\u290C',\n\tlbbrk: '\\u2772',\n\tlbrace: '\\u007B',\n\tlbrack: '\\u005B',\n\tlbrke: '\\u298B',\n\tlbrksld: '\\u298F',\n\tlbrkslu: '\\u298D',\n\tLcaron: '\\u013D',\n\tlcaron: '\\u013E',\n\tLcedil: '\\u013B',\n\tlcedil: '\\u013C',\n\tlceil: '\\u2308',\n\tlcub: '\\u007B',\n\tLcy: '\\u041B',\n\tlcy: '\\u043B',\n\tldca: '\\u2936',\n\tldquo: '\\u201C',\n\tldquor: '\\u201E',\n\tldrdhar: '\\u2967',\n\tldrushar: '\\u294B',\n\tldsh: '\\u21B2',\n\tlE: '\\u2266',\n\tle: '\\u2264',\n\tLeftAngleBracket: '\\u27E8',\n\tLeftArrow: '\\u2190',\n\tLeftarrow: '\\u21D0',\n\tleftarrow: '\\u2190',\n\tLeftArrowBar: '\\u21E4',\n\tLeftArrowRightArrow: '\\u21C6',\n\tleftarrowtail: '\\u21A2',\n\tLeftCeiling: '\\u2308',\n\tLeftDoubleBracket: '\\u27E6',\n\tLeftDownTeeVector: '\\u2961',\n\tLeftDownVector: '\\u21C3',\n\tLeftDownVectorBar: '\\u2959',\n\tLeftFloor: '\\u230A',\n\tleftharpoondown: '\\u21BD',\n\tleftharpoonup: '\\u21BC',\n\tleftleftarrows: '\\u21C7',\n\tLeftRightArrow: '\\u2194',\n\tLeftrightarrow: '\\u21D4',\n\tleftrightarrow: '\\u2194',\n\tleftrightarrows: '\\u21C6',\n\tleftrightharpoons: '\\u21CB',\n\tleftrightsquigarrow: '\\u21AD',\n\tLeftRightVector: '\\u294E',\n\tLeftTee: '\\u22A3',\n\tLeftTeeArrow: '\\u21A4',\n\tLeftTeeVector: '\\u295A',\n\tleftthreetimes: '\\u22CB',\n\tLeftTriangle: '\\u22B2',\n\tLeftTriangleBar: '\\u29CF',\n\tLeftTriangleEqual: '\\u22B4',\n\tLeftUpDownVector: '\\u2951',\n\tLeftUpTeeVector: '\\u2960',\n\tLeftUpVector: '\\u21BF',\n\tLeftUpVectorBar: '\\u2958',\n\tLeftVector: '\\u21BC',\n\tLeftVectorBar: '\\u2952',\n\tlEg: '\\u2A8B',\n\tleg: '\\u22DA',\n\tleq: '\\u2264',\n\tleqq: '\\u2266',\n\tleqslant: '\\u2A7D',\n\tles: '\\u2A7D',\n\tlescc: '\\u2AA8',\n\tlesdot: '\\u2A7F',\n\tlesdoto: '\\u2A81',\n\tlesdotor: '\\u2A83',\n\tlesg: '\\u22DA\\uFE00',\n\tlesges: '\\u2A93',\n\tlessapprox: '\\u2A85',\n\tlessdot: '\\u22D6',\n\tlesseqgtr: '\\u22DA',\n\tlesseqqgtr: '\\u2A8B',\n\tLessEqualGreater: '\\u22DA',\n\tLessFullEqual: '\\u2266',\n\tLessGreater: '\\u2276',\n\tlessgtr: '\\u2276',\n\tLessLess: '\\u2AA1',\n\tlesssim: '\\u2272',\n\tLessSlantEqual: '\\u2A7D',\n\tLessTilde: '\\u2272',\n\tlfisht: '\\u297C',\n\tlfloor: '\\u230A',\n\tLfr: '\\uD835\\uDD0F',\n\tlfr: '\\uD835\\uDD29',\n\tlg: '\\u2276',\n\tlgE: '\\u2A91',\n\tlHar: '\\u2962',\n\tlhard: '\\u21BD',\n\tlharu: '\\u21BC',\n\tlharul: '\\u296A',\n\tlhblk: '\\u2584',\n\tLJcy: '\\u0409',\n\tljcy: '\\u0459',\n\tLl: '\\u22D8',\n\tll: '\\u226A',\n\tllarr: '\\u21C7',\n\tllcorner: '\\u231E',\n\tLleftarrow: '\\u21DA',\n\tllhard: '\\u296B',\n\tlltri: '\\u25FA',\n\tLmidot: '\\u013F',\n\tlmidot: '\\u0140',\n\tlmoust: '\\u23B0',\n\tlmoustache: '\\u23B0',\n\tlnap: '\\u2A89',\n\tlnapprox: '\\u2A89',\n\tlnE: '\\u2268',\n\tlne: '\\u2A87',\n\tlneq: '\\u2A87',\n\tlneqq: '\\u2268',\n\tlnsim: '\\u22E6',\n\tloang: '\\u27EC',\n\tloarr: '\\u21FD',\n\tlobrk: '\\u27E6',\n\tLongLeftArrow: '\\u27F5',\n\tLongleftarrow: '\\u27F8',\n\tlongleftarrow: '\\u27F5',\n\tLongLeftRightArrow: '\\u27F7',\n\tLongleftrightarrow: '\\u27FA',\n\tlongleftrightarrow: '\\u27F7',\n\tlongmapsto: '\\u27FC',\n\tLongRightArrow: '\\u27F6',\n\tLongrightarrow: '\\u27F9',\n\tlongrightarrow: '\\u27F6',\n\tlooparrowleft: '\\u21AB',\n\tlooparrowright: '\\u21AC',\n\tlopar: '\\u2985',\n\tLopf: '\\uD835\\uDD43',\n\tlopf: '\\uD835\\uDD5D',\n\tloplus: '\\u2A2D',\n\tlotimes: '\\u2A34',\n\tlowast: '\\u2217',\n\tlowbar: '\\u005F',\n\tLowerLeftArrow: '\\u2199',\n\tLowerRightArrow: '\\u2198',\n\tloz: '\\u25CA',\n\tlozenge: '\\u25CA',\n\tlozf: '\\u29EB',\n\tlpar: '\\u0028',\n\tlparlt: '\\u2993',\n\tlrarr: '\\u21C6',\n\tlrcorner: '\\u231F',\n\tlrhar: '\\u21CB',\n\tlrhard: '\\u296D',\n\tlrm: '\\u200E',\n\tlrtri: '\\u22BF',\n\tlsaquo: '\\u2039',\n\tLscr: '\\u2112',\n\tlscr: '\\uD835\\uDCC1',\n\tLsh: '\\u21B0',\n\tlsh: '\\u21B0',\n\tlsim: '\\u2272',\n\tlsime: '\\u2A8D',\n\tlsimg: '\\u2A8F',\n\tlsqb: '\\u005B',\n\tlsquo: '\\u2018',\n\tlsquor: '\\u201A',\n\tLstrok: '\\u0141',\n\tlstrok: '\\u0142',\n\tLt: '\\u226A',\n\tLT: '\\u003C',\n\tlt: '\\u003C',\n\tltcc: '\\u2AA6',\n\tltcir: '\\u2A79',\n\tltdot: '\\u22D6',\n\tlthree: '\\u22CB',\n\tltimes: '\\u22C9',\n\tltlarr: '\\u2976',\n\tltquest: '\\u2A7B',\n\tltri: '\\u25C3',\n\tltrie: '\\u22B4',\n\tltrif: '\\u25C2',\n\tltrPar: '\\u2996',\n\tlurdshar: '\\u294A',\n\tluruhar: '\\u2966',\n\tlvertneqq: '\\u2268\\uFE00',\n\tlvnE: '\\u2268\\uFE00',\n\tmacr: '\\u00AF',\n\tmale: '\\u2642',\n\tmalt: '\\u2720',\n\tmaltese: '\\u2720',\n\tMap: '\\u2905',\n\tmap: '\\u21A6',\n\tmapsto: '\\u21A6',\n\tmapstodown: '\\u21A7',\n\tmapstoleft: '\\u21A4',\n\tmapstoup: '\\u21A5',\n\tmarker: '\\u25AE',\n\tmcomma: '\\u2A29',\n\tMcy: '\\u041C',\n\tmcy: '\\u043C',\n\tmdash: '\\u2014',\n\tmDDot: '\\u223A',\n\tmeasuredangle: '\\u2221',\n\tMediumSpace: '\\u205F',\n\tMellintrf: '\\u2133',\n\tMfr: '\\uD835\\uDD10',\n\tmfr: '\\uD835\\uDD2A',\n\tmho: '\\u2127',\n\tmicro: '\\u00B5',\n\tmid: '\\u2223',\n\tmidast: '\\u002A',\n\tmidcir: '\\u2AF0',\n\tmiddot: '\\u00B7',\n\tminus: '\\u2212',\n\tminusb: '\\u229F',\n\tminusd: '\\u2238',\n\tminusdu: '\\u2A2A',\n\tMinusPlus: '\\u2213',\n\tmlcp: '\\u2ADB',\n\tmldr: '\\u2026',\n\tmnplus: '\\u2213',\n\tmodels: '\\u22A7',\n\tMopf: '\\uD835\\uDD44',\n\tmopf: '\\uD835\\uDD5E',\n\tmp: '\\u2213',\n\tMscr: '\\u2133',\n\tmscr: '\\uD835\\uDCC2',\n\tmstpos: '\\u223E',\n\tMu: '\\u039C',\n\tmu: '\\u03BC',\n\tmultimap: '\\u22B8',\n\tmumap: '\\u22B8',\n\tnabla: '\\u2207',\n\tNacute: '\\u0143',\n\tnacute: '\\u0144',\n\tnang: '\\u2220\\u20D2',\n\tnap: '\\u2249',\n\tnapE: '\\u2A70\\u0338',\n\tnapid: '\\u224B\\u0338',\n\tnapos: '\\u0149',\n\tnapprox: '\\u2249',\n\tnatur: '\\u266E',\n\tnatural: '\\u266E',\n\tnaturals: '\\u2115',\n\tnbsp: '\\u00A0',\n\tnbump: '\\u224E\\u0338',\n\tnbumpe: '\\u224F\\u0338',\n\tncap: '\\u2A43',\n\tNcaron: '\\u0147',\n\tncaron: '\\u0148',\n\tNcedil: '\\u0145',\n\tncedil: '\\u0146',\n\tncong: '\\u2247',\n\tncongdot: '\\u2A6D\\u0338',\n\tncup: '\\u2A42',\n\tNcy: '\\u041D',\n\tncy: '\\u043D',\n\tndash: '\\u2013',\n\tne: '\\u2260',\n\tnearhk: '\\u2924',\n\tneArr: '\\u21D7',\n\tnearr: '\\u2197',\n\tnearrow: '\\u2197',\n\tnedot: '\\u2250\\u0338',\n\tNegativeMediumSpace: '\\u200B',\n\tNegativeThickSpace: '\\u200B',\n\tNegativeThinSpace: '\\u200B',\n\tNegativeVeryThinSpace: '\\u200B',\n\tnequiv: '\\u2262',\n\tnesear: '\\u2928',\n\tnesim: '\\u2242\\u0338',\n\tNestedGreaterGreater: '\\u226B',\n\tNestedLessLess: '\\u226A',\n\tNewLine: '\\u000A',\n\tnexist: '\\u2204',\n\tnexists: '\\u2204',\n\tNfr: '\\uD835\\uDD11',\n\tnfr: '\\uD835\\uDD2B',\n\tngE: '\\u2267\\u0338',\n\tnge: '\\u2271',\n\tngeq: '\\u2271',\n\tngeqq: '\\u2267\\u0338',\n\tngeqslant: '\\u2A7E\\u0338',\n\tnges: '\\u2A7E\\u0338',\n\tnGg: '\\u22D9\\u0338',\n\tngsim: '\\u2275',\n\tnGt: '\\u226B\\u20D2',\n\tngt: '\\u226F',\n\tngtr: '\\u226F',\n\tnGtv: '\\u226B\\u0338',\n\tnhArr: '\\u21CE',\n\tnharr: '\\u21AE',\n\tnhpar: '\\u2AF2',\n\tni: '\\u220B',\n\tnis: '\\u22FC',\n\tnisd: '\\u22FA',\n\tniv: '\\u220B',\n\tNJcy: '\\u040A',\n\tnjcy: '\\u045A',\n\tnlArr: '\\u21CD',\n\tnlarr: '\\u219A',\n\tnldr: '\\u2025',\n\tnlE: '\\u2266\\u0338',\n\tnle: '\\u2270',\n\tnLeftarrow: '\\u21CD',\n\tnleftarrow: '\\u219A',\n\tnLeftrightarrow: '\\u21CE',\n\tnleftrightarrow: '\\u21AE',\n\tnleq: '\\u2270',\n\tnleqq: '\\u2266\\u0338',\n\tnleqslant: '\\u2A7D\\u0338',\n\tnles: '\\u2A7D\\u0338',\n\tnless: '\\u226E',\n\tnLl: '\\u22D8\\u0338',\n\tnlsim: '\\u2274',\n\tnLt: '\\u226A\\u20D2',\n\tnlt: '\\u226E',\n\tnltri: '\\u22EA',\n\tnltrie: '\\u22EC',\n\tnLtv: '\\u226A\\u0338',\n\tnmid: '\\u2224',\n\tNoBreak: '\\u2060',\n\tNonBreakingSpace: '\\u00A0',\n\tNopf: '\\u2115',\n\tnopf: '\\uD835\\uDD5F',\n\tNot: '\\u2AEC',\n\tnot: '\\u00AC',\n\tNotCongruent: '\\u2262',\n\tNotCupCap: '\\u226D',\n\tNotDoubleVerticalBar: '\\u2226',\n\tNotElement: '\\u2209',\n\tNotEqual: '\\u2260',\n\tNotEqualTilde: '\\u2242\\u0338',\n\tNotExists: '\\u2204',\n\tNotGreater: '\\u226F',\n\tNotGreaterEqual: '\\u2271',\n\tNotGreaterFullEqual: '\\u2267\\u0338',\n\tNotGreaterGreater: '\\u226B\\u0338',\n\tNotGreaterLess: '\\u2279',\n\tNotGreaterSlantEqual: '\\u2A7E\\u0338',\n\tNotGreaterTilde: '\\u2275',\n\tNotHumpDownHump: '\\u224E\\u0338',\n\tNotHumpEqual: '\\u224F\\u0338',\n\tnotin: '\\u2209',\n\tnotindot: '\\u22F5\\u0338',\n\tnotinE: '\\u22F9\\u0338',\n\tnotinva: '\\u2209',\n\tnotinvb: '\\u22F7',\n\tnotinvc: '\\u22F6',\n\tNotLeftTriangle: '\\u22EA',\n\tNotLeftTriangleBar: '\\u29CF\\u0338',\n\tNotLeftTriangleEqual: '\\u22EC',\n\tNotLess: '\\u226E',\n\tNotLessEqual: '\\u2270',\n\tNotLessGreater: '\\u2278',\n\tNotLessLess: '\\u226A\\u0338',\n\tNotLessSlantEqual: '\\u2A7D\\u0338',\n\tNotLessTilde: '\\u2274',\n\tNotNestedGreaterGreater: '\\u2AA2\\u0338',\n\tNotNestedLessLess: '\\u2AA1\\u0338',\n\tnotni: '\\u220C',\n\tnotniva: '\\u220C',\n\tnotnivb: '\\u22FE',\n\tnotnivc: '\\u22FD',\n\tNotPrecedes: '\\u2280',\n\tNotPrecedesEqual: '\\u2AAF\\u0338',\n\tNotPrecedesSlantEqual: '\\u22E0',\n\tNotReverseElement: '\\u220C',\n\tNotRightTriangle: '\\u22EB',\n\tNotRightTriangleBar: '\\u29D0\\u0338',\n\tNotRightTriangleEqual: '\\u22ED',\n\tNotSquareSubset: '\\u228F\\u0338',\n\tNotSquareSubsetEqual: '\\u22E2',\n\tNotSquareSuperset: '\\u2290\\u0338',\n\tNotSquareSupersetEqual: '\\u22E3',\n\tNotSubset: '\\u2282\\u20D2',\n\tNotSubsetEqual: '\\u2288',\n\tNotSucceeds: '\\u2281',\n\tNotSucceedsEqual: '\\u2AB0\\u0338',\n\tNotSucceedsSlantEqual: '\\u22E1',\n\tNotSucceedsTilde: '\\u227F\\u0338',\n\tNotSuperset: '\\u2283\\u20D2',\n\tNotSupersetEqual: '\\u2289',\n\tNotTilde: '\\u2241',\n\tNotTildeEqual: '\\u2244',\n\tNotTildeFullEqual: '\\u2247',\n\tNotTildeTilde: '\\u2249',\n\tNotVerticalBar: '\\u2224',\n\tnpar: '\\u2226',\n\tnparallel: '\\u2226',\n\tnparsl: '\\u2AFD\\u20E5',\n\tnpart: '\\u2202\\u0338',\n\tnpolint: '\\u2A14',\n\tnpr: '\\u2280',\n\tnprcue: '\\u22E0',\n\tnpre: '\\u2AAF\\u0338',\n\tnprec: '\\u2280',\n\tnpreceq: '\\u2AAF\\u0338',\n\tnrArr: '\\u21CF',\n\tnrarr: '\\u219B',\n\tnrarrc: '\\u2933\\u0338',\n\tnrarrw: '\\u219D\\u0338',\n\tnRightarrow: '\\u21CF',\n\tnrightarrow: '\\u219B',\n\tnrtri: '\\u22EB',\n\tnrtrie: '\\u22ED',\n\tnsc: '\\u2281',\n\tnsccue: '\\u22E1',\n\tnsce: '\\u2AB0\\u0338',\n\tNscr: '\\uD835\\uDCA9',\n\tnscr: '\\uD835\\uDCC3',\n\tnshortmid: '\\u2224',\n\tnshortparallel: '\\u2226',\n\tnsim: '\\u2241',\n\tnsime: '\\u2244',\n\tnsimeq: '\\u2244',\n\tnsmid: '\\u2224',\n\tnspar: '\\u2226',\n\tnsqsube: '\\u22E2',\n\tnsqsupe: '\\u22E3',\n\tnsub: '\\u2284',\n\tnsubE: '\\u2AC5\\u0338',\n\tnsube: '\\u2288',\n\tnsubset: '\\u2282\\u20D2',\n\tnsubseteq: '\\u2288',\n\tnsubseteqq: '\\u2AC5\\u0338',\n\tnsucc: '\\u2281',\n\tnsucceq: '\\u2AB0\\u0338',\n\tnsup: '\\u2285',\n\tnsupE: '\\u2AC6\\u0338',\n\tnsupe: '\\u2289',\n\tnsupset: '\\u2283\\u20D2',\n\tnsupseteq: '\\u2289',\n\tnsupseteqq: '\\u2AC6\\u0338',\n\tntgl: '\\u2279',\n\tNtilde: '\\u00D1',\n\tntilde: '\\u00F1',\n\tntlg: '\\u2278',\n\tntriangleleft: '\\u22EA',\n\tntrianglelefteq: '\\u22EC',\n\tntriangleright: '\\u22EB',\n\tntrianglerighteq: '\\u22ED',\n\tNu: '\\u039D',\n\tnu: '\\u03BD',\n\tnum: '\\u0023',\n\tnumero: '\\u2116',\n\tnumsp: '\\u2007',\n\tnvap: '\\u224D\\u20D2',\n\tnVDash: '\\u22AF',\n\tnVdash: '\\u22AE',\n\tnvDash: '\\u22AD',\n\tnvdash: '\\u22AC',\n\tnvge: '\\u2265\\u20D2',\n\tnvgt: '\\u003E\\u20D2',\n\tnvHarr: '\\u2904',\n\tnvinfin: '\\u29DE',\n\tnvlArr: '\\u2902',\n\tnvle: '\\u2264\\u20D2',\n\tnvlt: '\\u003C\\u20D2',\n\tnvltrie: '\\u22B4\\u20D2',\n\tnvrArr: '\\u2903',\n\tnvrtrie: '\\u22B5\\u20D2',\n\tnvsim: '\\u223C\\u20D2',\n\tnwarhk: '\\u2923',\n\tnwArr: '\\u21D6',\n\tnwarr: '\\u2196',\n\tnwarrow: '\\u2196',\n\tnwnear: '\\u2927',\n\tOacute: '\\u00D3',\n\toacute: '\\u00F3',\n\toast: '\\u229B',\n\tocir: '\\u229A',\n\tOcirc: '\\u00D4',\n\tocirc: '\\u00F4',\n\tOcy: '\\u041E',\n\tocy: '\\u043E',\n\todash: '\\u229D',\n\tOdblac: '\\u0150',\n\todblac: '\\u0151',\n\todiv: '\\u2A38',\n\todot: '\\u2299',\n\todsold: '\\u29BC',\n\tOElig: '\\u0152',\n\toelig: '\\u0153',\n\tofcir: '\\u29BF',\n\tOfr: '\\uD835\\uDD12',\n\tofr: '\\uD835\\uDD2C',\n\togon: '\\u02DB',\n\tOgrave: '\\u00D2',\n\tograve: '\\u00F2',\n\togt: '\\u29C1',\n\tohbar: '\\u29B5',\n\tohm: '\\u03A9',\n\toint: '\\u222E',\n\tolarr: '\\u21BA',\n\tolcir: '\\u29BE',\n\tolcross: '\\u29BB',\n\toline: '\\u203E',\n\tolt: '\\u29C0',\n\tOmacr: '\\u014C',\n\tomacr: '\\u014D',\n\tOmega: '\\u03A9',\n\tomega: '\\u03C9',\n\tOmicron: '\\u039F',\n\tomicron: '\\u03BF',\n\tomid: '\\u29B6',\n\tominus: '\\u2296',\n\tOopf: '\\uD835\\uDD46',\n\toopf: '\\uD835\\uDD60',\n\topar: '\\u29B7',\n\tOpenCurlyDoubleQuote: '\\u201C',\n\tOpenCurlyQuote: '\\u2018',\n\toperp: '\\u29B9',\n\toplus: '\\u2295',\n\tOr: '\\u2A54',\n\tor: '\\u2228',\n\torarr: '\\u21BB',\n\tord: '\\u2A5D',\n\torder: '\\u2134',\n\torderof: '\\u2134',\n\tordf: '\\u00AA',\n\tordm: '\\u00BA',\n\torigof: '\\u22B6',\n\toror: '\\u2A56',\n\torslope: '\\u2A57',\n\torv: '\\u2A5B',\n\toS: '\\u24C8',\n\tOscr: '\\uD835\\uDCAA',\n\toscr: '\\u2134',\n\tOslash: '\\u00D8',\n\toslash: '\\u00F8',\n\tosol: '\\u2298',\n\tOtilde: '\\u00D5',\n\totilde: '\\u00F5',\n\tOtimes: '\\u2A37',\n\totimes: '\\u2297',\n\totimesas: '\\u2A36',\n\tOuml: '\\u00D6',\n\touml: '\\u00F6',\n\tovbar: '\\u233D',\n\tOverBar: '\\u203E',\n\tOverBrace: '\\u23DE',\n\tOverBracket: '\\u23B4',\n\tOverParenthesis: '\\u23DC',\n\tpar: '\\u2225',\n\tpara: '\\u00B6',\n\tparallel: '\\u2225',\n\tparsim: '\\u2AF3',\n\tparsl: '\\u2AFD',\n\tpart: '\\u2202',\n\tPartialD: '\\u2202',\n\tPcy: '\\u041F',\n\tpcy: '\\u043F',\n\tpercnt: '\\u0025',\n\tperiod: '\\u002E',\n\tpermil: '\\u2030',\n\tperp: '\\u22A5',\n\tpertenk: '\\u2031',\n\tPfr: '\\uD835\\uDD13',\n\tpfr: '\\uD835\\uDD2D',\n\tPhi: '\\u03A6',\n\tphi: '\\u03C6',\n\tphiv: '\\u03D5',\n\tphmmat: '\\u2133',\n\tphone: '\\u260E',\n\tPi: '\\u03A0',\n\tpi: '\\u03C0',\n\tpitchfork: '\\u22D4',\n\tpiv: '\\u03D6',\n\tplanck: '\\u210F',\n\tplanckh: '\\u210E',\n\tplankv: '\\u210F',\n\tplus: '\\u002B',\n\tplusacir: '\\u2A23',\n\tplusb: '\\u229E',\n\tpluscir: '\\u2A22',\n\tplusdo: '\\u2214',\n\tplusdu: '\\u2A25',\n\tpluse: '\\u2A72',\n\tPlusMinus: '\\u00B1',\n\tplusmn: '\\u00B1',\n\tplussim: '\\u2A26',\n\tplustwo: '\\u2A27',\n\tpm: '\\u00B1',\n\tPoincareplane: '\\u210C',\n\tpointint: '\\u2A15',\n\tPopf: '\\u2119',\n\tpopf: '\\uD835\\uDD61',\n\tpound: '\\u00A3',\n\tPr: '\\u2ABB',\n\tpr: '\\u227A',\n\tprap: '\\u2AB7',\n\tprcue: '\\u227C',\n\tprE: '\\u2AB3',\n\tpre: '\\u2AAF',\n\tprec: '\\u227A',\n\tprecapprox: '\\u2AB7',\n\tpreccurlyeq: '\\u227C',\n\tPrecedes: '\\u227A',\n\tPrecedesEqual: '\\u2AAF',\n\tPrecedesSlantEqual: '\\u227C',\n\tPrecedesTilde: '\\u227E',\n\tpreceq: '\\u2AAF',\n\tprecnapprox: '\\u2AB9',\n\tprecneqq: '\\u2AB5',\n\tprecnsim: '\\u22E8',\n\tprecsim: '\\u227E',\n\tPrime: '\\u2033',\n\tprime: '\\u2032',\n\tprimes: '\\u2119',\n\tprnap: '\\u2AB9',\n\tprnE: '\\u2AB5',\n\tprnsim: '\\u22E8',\n\tprod: '\\u220F',\n\tProduct: '\\u220F',\n\tprofalar: '\\u232E',\n\tprofline: '\\u2312',\n\tprofsurf: '\\u2313',\n\tprop: '\\u221D',\n\tProportion: '\\u2237',\n\tProportional: '\\u221D',\n\tpropto: '\\u221D',\n\tprsim: '\\u227E',\n\tprurel: '\\u22B0',\n\tPscr: '\\uD835\\uDCAB',\n\tpscr: '\\uD835\\uDCC5',\n\tPsi: '\\u03A8',\n\tpsi: '\\u03C8',\n\tpuncsp: '\\u2008',\n\tQfr: '\\uD835\\uDD14',\n\tqfr: '\\uD835\\uDD2E',\n\tqint: '\\u2A0C',\n\tQopf: '\\u211A',\n\tqopf: '\\uD835\\uDD62',\n\tqprime: '\\u2057',\n\tQscr: '\\uD835\\uDCAC',\n\tqscr: '\\uD835\\uDCC6',\n\tquaternions: '\\u210D',\n\tquatint: '\\u2A16',\n\tquest: '\\u003F',\n\tquesteq: '\\u225F',\n\tQUOT: '\\u0022',\n\tquot: '\\u0022',\n\trAarr: '\\u21DB',\n\trace: '\\u223D\\u0331',\n\tRacute: '\\u0154',\n\tracute: '\\u0155',\n\tradic: '\\u221A',\n\traemptyv: '\\u29B3',\n\tRang: '\\u27EB',\n\trang: '\\u27E9',\n\trangd: '\\u2992',\n\trange: '\\u29A5',\n\trangle: '\\u27E9',\n\traquo: '\\u00BB',\n\tRarr: '\\u21A0',\n\trArr: '\\u21D2',\n\trarr: '\\u2192',\n\trarrap: '\\u2975',\n\trarrb: '\\u21E5',\n\trarrbfs: '\\u2920',\n\trarrc: '\\u2933',\n\trarrfs: '\\u291E',\n\trarrhk: '\\u21AA',\n\trarrlp: '\\u21AC',\n\trarrpl: '\\u2945',\n\trarrsim: '\\u2974',\n\tRarrtl: '\\u2916',\n\trarrtl: '\\u21A3',\n\trarrw: '\\u219D',\n\trAtail: '\\u291C',\n\tratail: '\\u291A',\n\tratio: '\\u2236',\n\trationals: '\\u211A',\n\tRBarr: '\\u2910',\n\trBarr: '\\u290F',\n\trbarr: '\\u290D',\n\trbbrk: '\\u2773',\n\trbrace: '\\u007D',\n\trbrack: '\\u005D',\n\trbrke: '\\u298C',\n\trbrksld: '\\u298E',\n\trbrkslu: '\\u2990',\n\tRcaron: '\\u0158',\n\trcaron: '\\u0159',\n\tRcedil: '\\u0156',\n\trcedil: '\\u0157',\n\trceil: '\\u2309',\n\trcub: '\\u007D',\n\tRcy: '\\u0420',\n\trcy: '\\u0440',\n\trdca: '\\u2937',\n\trdldhar: '\\u2969',\n\trdquo: '\\u201D',\n\trdquor: '\\u201D',\n\trdsh: '\\u21B3',\n\tRe: '\\u211C',\n\treal: '\\u211C',\n\trealine: '\\u211B',\n\trealpart: '\\u211C',\n\treals: '\\u211D',\n\trect: '\\u25AD',\n\tREG: '\\u00AE',\n\treg: '\\u00AE',\n\tReverseElement: '\\u220B',\n\tReverseEquilibrium: '\\u21CB',\n\tReverseUpEquilibrium: '\\u296F',\n\trfisht: '\\u297D',\n\trfloor: '\\u230B',\n\tRfr: '\\u211C',\n\trfr: '\\uD835\\uDD2F',\n\trHar: '\\u2964',\n\trhard: '\\u21C1',\n\trharu: '\\u21C0',\n\trharul: '\\u296C',\n\tRho: '\\u03A1',\n\trho: '\\u03C1',\n\trhov: '\\u03F1',\n\tRightAngleBracket: '\\u27E9',\n\tRightArrow: '\\u2192',\n\tRightarrow: '\\u21D2',\n\trightarrow: '\\u2192',\n\tRightArrowBar: '\\u21E5',\n\tRightArrowLeftArrow: '\\u21C4',\n\trightarrowtail: '\\u21A3',\n\tRightCeiling: '\\u2309',\n\tRightDoubleBracket: '\\u27E7',\n\tRightDownTeeVector: '\\u295D',\n\tRightDownVector: '\\u21C2',\n\tRightDownVectorBar: '\\u2955',\n\tRightFloor: '\\u230B',\n\trightharpoondown: '\\u21C1',\n\trightharpoonup: '\\u21C0',\n\trightleftarrows: '\\u21C4',\n\trightleftharpoons: '\\u21CC',\n\trightrightarrows: '\\u21C9',\n\trightsquigarrow: '\\u219D',\n\tRightTee: '\\u22A2',\n\tRightTeeArrow: '\\u21A6',\n\tRightTeeVector: '\\u295B',\n\trightthreetimes: '\\u22CC',\n\tRightTriangle: '\\u22B3',\n\tRightTriangleBar: '\\u29D0',\n\tRightTriangleEqual: '\\u22B5',\n\tRightUpDownVector: '\\u294F',\n\tRightUpTeeVector: '\\u295C',\n\tRightUpVector: '\\u21BE',\n\tRightUpVectorBar: '\\u2954',\n\tRightVector: '\\u21C0',\n\tRightVectorBar: '\\u2953',\n\tring: '\\u02DA',\n\trisingdotseq: '\\u2253',\n\trlarr: '\\u21C4',\n\trlhar: '\\u21CC',\n\trlm: '\\u200F',\n\trmoust: '\\u23B1',\n\trmoustache: '\\u23B1',\n\trnmid: '\\u2AEE',\n\troang: '\\u27ED',\n\troarr: '\\u21FE',\n\trobrk: '\\u27E7',\n\tropar: '\\u2986',\n\tRopf: '\\u211D',\n\tropf: '\\uD835\\uDD63',\n\troplus: '\\u2A2E',\n\trotimes: '\\u2A35',\n\tRoundImplies: '\\u2970',\n\trpar: '\\u0029',\n\trpargt: '\\u2994',\n\trppolint: '\\u2A12',\n\trrarr: '\\u21C9',\n\tRrightarrow: '\\u21DB',\n\trsaquo: '\\u203A',\n\tRscr: '\\u211B',\n\trscr: '\\uD835\\uDCC7',\n\tRsh: '\\u21B1',\n\trsh: '\\u21B1',\n\trsqb: '\\u005D',\n\trsquo: '\\u2019',\n\trsquor: '\\u2019',\n\trthree: '\\u22CC',\n\trtimes: '\\u22CA',\n\trtri: '\\u25B9',\n\trtrie: '\\u22B5',\n\trtrif: '\\u25B8',\n\trtriltri: '\\u29CE',\n\tRuleDelayed: '\\u29F4',\n\truluhar: '\\u2968',\n\trx: '\\u211E',\n\tSacute: '\\u015A',\n\tsacute: '\\u015B',\n\tsbquo: '\\u201A',\n\tSc: '\\u2ABC',\n\tsc: '\\u227B',\n\tscap: '\\u2AB8',\n\tScaron: '\\u0160',\n\tscaron: '\\u0161',\n\tsccue: '\\u227D',\n\tscE: '\\u2AB4',\n\tsce: '\\u2AB0',\n\tScedil: '\\u015E',\n\tscedil: '\\u015F',\n\tScirc: '\\u015C',\n\tscirc: '\\u015D',\n\tscnap: '\\u2ABA',\n\tscnE: '\\u2AB6',\n\tscnsim: '\\u22E9',\n\tscpolint: '\\u2A13',\n\tscsim: '\\u227F',\n\tScy: '\\u0421',\n\tscy: '\\u0441',\n\tsdot: '\\u22C5',\n\tsdotb: '\\u22A1',\n\tsdote: '\\u2A66',\n\tsearhk: '\\u2925',\n\tseArr: '\\u21D8',\n\tsearr: '\\u2198',\n\tsearrow: '\\u2198',\n\tsect: '\\u00A7',\n\tsemi: '\\u003B',\n\tseswar: '\\u2929',\n\tsetminus: '\\u2216',\n\tsetmn: '\\u2216',\n\tsext: '\\u2736',\n\tSfr: '\\uD835\\uDD16',\n\tsfr: '\\uD835\\uDD30',\n\tsfrown: '\\u2322',\n\tsharp: '\\u266F',\n\tSHCHcy: '\\u0429',\n\tshchcy: '\\u0449',\n\tSHcy: '\\u0428',\n\tshcy: '\\u0448',\n\tShortDownArrow: '\\u2193',\n\tShortLeftArrow: '\\u2190',\n\tshortmid: '\\u2223',\n\tshortparallel: '\\u2225',\n\tShortRightArrow: '\\u2192',\n\tShortUpArrow: '\\u2191',\n\tshy: '\\u00AD',\n\tSigma: '\\u03A3',\n\tsigma: '\\u03C3',\n\tsigmaf: '\\u03C2',\n\tsigmav: '\\u03C2',\n\tsim: '\\u223C',\n\tsimdot: '\\u2A6A',\n\tsime: '\\u2243',\n\tsimeq: '\\u2243',\n\tsimg: '\\u2A9E',\n\tsimgE: '\\u2AA0',\n\tsiml: '\\u2A9D',\n\tsimlE: '\\u2A9F',\n\tsimne: '\\u2246',\n\tsimplus: '\\u2A24',\n\tsimrarr: '\\u2972',\n\tslarr: '\\u2190',\n\tSmallCircle: '\\u2218',\n\tsmallsetminus: '\\u2216',\n\tsmashp: '\\u2A33',\n\tsmeparsl: '\\u29E4',\n\tsmid: '\\u2223',\n\tsmile: '\\u2323',\n\tsmt: '\\u2AAA',\n\tsmte: '\\u2AAC',\n\tsmtes: '\\u2AAC\\uFE00',\n\tSOFTcy: '\\u042C',\n\tsoftcy: '\\u044C',\n\tsol: '\\u002F',\n\tsolb: '\\u29C4',\n\tsolbar: '\\u233F',\n\tSopf: '\\uD835\\uDD4A',\n\tsopf: '\\uD835\\uDD64',\n\tspades: '\\u2660',\n\tspadesuit: '\\u2660',\n\tspar: '\\u2225',\n\tsqcap: '\\u2293',\n\tsqcaps: '\\u2293\\uFE00',\n\tsqcup: '\\u2294',\n\tsqcups: '\\u2294\\uFE00',\n\tSqrt: '\\u221A',\n\tsqsub: '\\u228F',\n\tsqsube: '\\u2291',\n\tsqsubset: '\\u228F',\n\tsqsubseteq: '\\u2291',\n\tsqsup: '\\u2290',\n\tsqsupe: '\\u2292',\n\tsqsupset: '\\u2290',\n\tsqsupseteq: '\\u2292',\n\tsqu: '\\u25A1',\n\tSquare: '\\u25A1',\n\tsquare: '\\u25A1',\n\tSquareIntersection: '\\u2293',\n\tSquareSubset: '\\u228F',\n\tSquareSubsetEqual: '\\u2291',\n\tSquareSuperset: '\\u2290',\n\tSquareSupersetEqual: '\\u2292',\n\tSquareUnion: '\\u2294',\n\tsquarf: '\\u25AA',\n\tsquf: '\\u25AA',\n\tsrarr: '\\u2192',\n\tSscr: '\\uD835\\uDCAE',\n\tsscr: '\\uD835\\uDCC8',\n\tssetmn: '\\u2216',\n\tssmile: '\\u2323',\n\tsstarf: '\\u22C6',\n\tStar: '\\u22C6',\n\tstar: '\\u2606',\n\tstarf: '\\u2605',\n\tstraightepsilon: '\\u03F5',\n\tstraightphi: '\\u03D5',\n\tstrns: '\\u00AF',\n\tSub: '\\u22D0',\n\tsub: '\\u2282',\n\tsubdot: '\\u2ABD',\n\tsubE: '\\u2AC5',\n\tsube: '\\u2286',\n\tsubedot: '\\u2AC3',\n\tsubmult: '\\u2AC1',\n\tsubnE: '\\u2ACB',\n\tsubne: '\\u228A',\n\tsubplus: '\\u2ABF',\n\tsubrarr: '\\u2979',\n\tSubset: '\\u22D0',\n\tsubset: '\\u2282',\n\tsubseteq: '\\u2286',\n\tsubseteqq: '\\u2AC5',\n\tSubsetEqual: '\\u2286',\n\tsubsetneq: '\\u228A',\n\tsubsetneqq: '\\u2ACB',\n\tsubsim: '\\u2AC7',\n\tsubsub: '\\u2AD5',\n\tsubsup: '\\u2AD3',\n\tsucc: '\\u227B',\n\tsuccapprox: '\\u2AB8',\n\tsucccurlyeq: '\\u227D',\n\tSucceeds: '\\u227B',\n\tSucceedsEqual: '\\u2AB0',\n\tSucceedsSlantEqual: '\\u227D',\n\tSucceedsTilde: '\\u227F',\n\tsucceq: '\\u2AB0',\n\tsuccnapprox: '\\u2ABA',\n\tsuccneqq: '\\u2AB6',\n\tsuccnsim: '\\u22E9',\n\tsuccsim: '\\u227F',\n\tSuchThat: '\\u220B',\n\tSum: '\\u2211',\n\tsum: '\\u2211',\n\tsung: '\\u266A',\n\tSup: '\\u22D1',\n\tsup: '\\u2283',\n\tsup1: '\\u00B9',\n\tsup2: '\\u00B2',\n\tsup3: '\\u00B3',\n\tsupdot: '\\u2ABE',\n\tsupdsub: '\\u2AD8',\n\tsupE: '\\u2AC6',\n\tsupe: '\\u2287',\n\tsupedot: '\\u2AC4',\n\tSuperset: '\\u2283',\n\tSupersetEqual: '\\u2287',\n\tsuphsol: '\\u27C9',\n\tsuphsub: '\\u2AD7',\n\tsuplarr: '\\u297B',\n\tsupmult: '\\u2AC2',\n\tsupnE: '\\u2ACC',\n\tsupne: '\\u228B',\n\tsupplus: '\\u2AC0',\n\tSupset: '\\u22D1',\n\tsupset: '\\u2283',\n\tsupseteq: '\\u2287',\n\tsupseteqq: '\\u2AC6',\n\tsupsetneq: '\\u228B',\n\tsupsetneqq: '\\u2ACC',\n\tsupsim: '\\u2AC8',\n\tsupsub: '\\u2AD4',\n\tsupsup: '\\u2AD6',\n\tswarhk: '\\u2926',\n\tswArr: '\\u21D9',\n\tswarr: '\\u2199',\n\tswarrow: '\\u2199',\n\tswnwar: '\\u292A',\n\tszlig: '\\u00DF',\n\tTab: '\\u0009',\n\ttarget: '\\u2316',\n\tTau: '\\u03A4',\n\ttau: '\\u03C4',\n\ttbrk: '\\u23B4',\n\tTcaron: '\\u0164',\n\ttcaron: '\\u0165',\n\tTcedil: '\\u0162',\n\ttcedil: '\\u0163',\n\tTcy: '\\u0422',\n\ttcy: '\\u0442',\n\ttdot: '\\u20DB',\n\ttelrec: '\\u2315',\n\tTfr: '\\uD835\\uDD17',\n\ttfr: '\\uD835\\uDD31',\n\tthere4: '\\u2234',\n\tTherefore: '\\u2234',\n\ttherefore: '\\u2234',\n\tTheta: '\\u0398',\n\ttheta: '\\u03B8',\n\tthetasym: '\\u03D1',\n\tthetav: '\\u03D1',\n\tthickapprox: '\\u2248',\n\tthicksim: '\\u223C',\n\tThickSpace: '\\u205F\\u200A',\n\tthinsp: '\\u2009',\n\tThinSpace: '\\u2009',\n\tthkap: '\\u2248',\n\tthksim: '\\u223C',\n\tTHORN: '\\u00DE',\n\tthorn: '\\u00FE',\n\tTilde: '\\u223C',\n\ttilde: '\\u02DC',\n\tTildeEqual: '\\u2243',\n\tTildeFullEqual: '\\u2245',\n\tTildeTilde: '\\u2248',\n\ttimes: '\\u00D7',\n\ttimesb: '\\u22A0',\n\ttimesbar: '\\u2A31',\n\ttimesd: '\\u2A30',\n\ttint: '\\u222D',\n\ttoea: '\\u2928',\n\ttop: '\\u22A4',\n\ttopbot: '\\u2336',\n\ttopcir: '\\u2AF1',\n\tTopf: '\\uD835\\uDD4B',\n\ttopf: '\\uD835\\uDD65',\n\ttopfork: '\\u2ADA',\n\ttosa: '\\u2929',\n\ttprime: '\\u2034',\n\tTRADE: '\\u2122',\n\ttrade: '\\u2122',\n\ttriangle: '\\u25B5',\n\ttriangledown: '\\u25BF',\n\ttriangleleft: '\\u25C3',\n\ttrianglelefteq: '\\u22B4',\n\ttriangleq: '\\u225C',\n\ttriangleright: '\\u25B9',\n\ttrianglerighteq: '\\u22B5',\n\ttridot: '\\u25EC',\n\ttrie: '\\u225C',\n\ttriminus: '\\u2A3A',\n\tTripleDot: '\\u20DB',\n\ttriplus: '\\u2A39',\n\ttrisb: '\\u29CD',\n\ttritime: '\\u2A3B',\n\ttrpezium: '\\u23E2',\n\tTscr: '\\uD835\\uDCAF',\n\ttscr: '\\uD835\\uDCC9',\n\tTScy: '\\u0426',\n\ttscy: '\\u0446',\n\tTSHcy: '\\u040B',\n\ttshcy: '\\u045B',\n\tTstrok: '\\u0166',\n\ttstrok: '\\u0167',\n\ttwixt: '\\u226C',\n\ttwoheadleftarrow: '\\u219E',\n\ttwoheadrightarrow: '\\u21A0',\n\tUacute: '\\u00DA',\n\tuacute: '\\u00FA',\n\tUarr: '\\u219F',\n\tuArr: '\\u21D1',\n\tuarr: '\\u2191',\n\tUarrocir: '\\u2949',\n\tUbrcy: '\\u040E',\n\tubrcy: '\\u045E',\n\tUbreve: '\\u016C',\n\tubreve: '\\u016D',\n\tUcirc: '\\u00DB',\n\tucirc: '\\u00FB',\n\tUcy: '\\u0423',\n\tucy: '\\u0443',\n\tudarr: '\\u21C5',\n\tUdblac: '\\u0170',\n\tudblac: '\\u0171',\n\tudhar: '\\u296E',\n\tufisht: '\\u297E',\n\tUfr: '\\uD835\\uDD18',\n\tufr: '\\uD835\\uDD32',\n\tUgrave: '\\u00D9',\n\tugrave: '\\u00F9',\n\tuHar: '\\u2963',\n\tuharl: '\\u21BF',\n\tuharr: '\\u21BE',\n\tuhblk: '\\u2580',\n\tulcorn: '\\u231C',\n\tulcorner: '\\u231C',\n\tulcrop: '\\u230F',\n\tultri: '\\u25F8',\n\tUmacr: '\\u016A',\n\tumacr: '\\u016B',\n\tuml: '\\u00A8',\n\tUnderBar: '\\u005F',\n\tUnderBrace: '\\u23DF',\n\tUnderBracket: '\\u23B5',\n\tUnderParenthesis: '\\u23DD',\n\tUnion: '\\u22C3',\n\tUnionPlus: '\\u228E',\n\tUogon: '\\u0172',\n\tuogon: '\\u0173',\n\tUopf: '\\uD835\\uDD4C',\n\tuopf: '\\uD835\\uDD66',\n\tUpArrow: '\\u2191',\n\tUparrow: '\\u21D1',\n\tuparrow: '\\u2191',\n\tUpArrowBar: '\\u2912',\n\tUpArrowDownArrow: '\\u21C5',\n\tUpDownArrow: '\\u2195',\n\tUpdownarrow: '\\u21D5',\n\tupdownarrow: '\\u2195',\n\tUpEquilibrium: '\\u296E',\n\tupharpoonleft: '\\u21BF',\n\tupharpoonright: '\\u21BE',\n\tuplus: '\\u228E',\n\tUpperLeftArrow: '\\u2196',\n\tUpperRightArrow: '\\u2197',\n\tUpsi: '\\u03D2',\n\tupsi: '\\u03C5',\n\tupsih: '\\u03D2',\n\tUpsilon: '\\u03A5',\n\tupsilon: '\\u03C5',\n\tUpTee: '\\u22A5',\n\tUpTeeArrow: '\\u21A5',\n\tupuparrows: '\\u21C8',\n\turcorn: '\\u231D',\n\turcorner: '\\u231D',\n\turcrop: '\\u230E',\n\tUring: '\\u016E',\n\turing: '\\u016F',\n\turtri: '\\u25F9',\n\tUscr: '\\uD835\\uDCB0',\n\tuscr: '\\uD835\\uDCCA',\n\tutdot: '\\u22F0',\n\tUtilde: '\\u0168',\n\tutilde: '\\u0169',\n\tutri: '\\u25B5',\n\tutrif: '\\u25B4',\n\tuuarr: '\\u21C8',\n\tUuml: '\\u00DC',\n\tuuml: '\\u00FC',\n\tuwangle: '\\u29A7',\n\tvangrt: '\\u299C',\n\tvarepsilon: '\\u03F5',\n\tvarkappa: '\\u03F0',\n\tvarnothing: '\\u2205',\n\tvarphi: '\\u03D5',\n\tvarpi: '\\u03D6',\n\tvarpropto: '\\u221D',\n\tvArr: '\\u21D5',\n\tvarr: '\\u2195',\n\tvarrho: '\\u03F1',\n\tvarsigma: '\\u03C2',\n\tvarsubsetneq: '\\u228A\\uFE00',\n\tvarsubsetneqq: '\\u2ACB\\uFE00',\n\tvarsupsetneq: '\\u228B\\uFE00',\n\tvarsupsetneqq: '\\u2ACC\\uFE00',\n\tvartheta: '\\u03D1',\n\tvartriangleleft: '\\u22B2',\n\tvartriangleright: '\\u22B3',\n\tVbar: '\\u2AEB',\n\tvBar: '\\u2AE8',\n\tvBarv: '\\u2AE9',\n\tVcy: '\\u0412',\n\tvcy: '\\u0432',\n\tVDash: '\\u22AB',\n\tVdash: '\\u22A9',\n\tvDash: '\\u22A8',\n\tvdash: '\\u22A2',\n\tVdashl: '\\u2AE6',\n\tVee: '\\u22C1',\n\tvee: '\\u2228',\n\tveebar: '\\u22BB',\n\tveeeq: '\\u225A',\n\tvellip: '\\u22EE',\n\tVerbar: '\\u2016',\n\tverbar: '\\u007C',\n\tVert: '\\u2016',\n\tvert: '\\u007C',\n\tVerticalBar: '\\u2223',\n\tVerticalLine: '\\u007C',\n\tVerticalSeparator: '\\u2758',\n\tVerticalTilde: '\\u2240',\n\tVeryThinSpace: '\\u200A',\n\tVfr: '\\uD835\\uDD19',\n\tvfr: '\\uD835\\uDD33',\n\tvltri: '\\u22B2',\n\tvnsub: '\\u2282\\u20D2',\n\tvnsup: '\\u2283\\u20D2',\n\tVopf: '\\uD835\\uDD4D',\n\tvopf: '\\uD835\\uDD67',\n\tvprop: '\\u221D',\n\tvrtri: '\\u22B3',\n\tVscr: '\\uD835\\uDCB1',\n\tvscr: '\\uD835\\uDCCB',\n\tvsubnE: '\\u2ACB\\uFE00',\n\tvsubne: '\\u228A\\uFE00',\n\tvsupnE: '\\u2ACC\\uFE00',\n\tvsupne: '\\u228B\\uFE00',\n\tVvdash: '\\u22AA',\n\tvzigzag: '\\u299A',\n\tWcirc: '\\u0174',\n\twcirc: '\\u0175',\n\twedbar: '\\u2A5F',\n\tWedge: '\\u22C0',\n\twedge: '\\u2227',\n\twedgeq: '\\u2259',\n\tweierp: '\\u2118',\n\tWfr: '\\uD835\\uDD1A',\n\twfr: '\\uD835\\uDD34',\n\tWopf: '\\uD835\\uDD4E',\n\twopf: '\\uD835\\uDD68',\n\twp: '\\u2118',\n\twr: '\\u2240',\n\twreath: '\\u2240',\n\tWscr: '\\uD835\\uDCB2',\n\twscr: '\\uD835\\uDCCC',\n\txcap: '\\u22C2',\n\txcirc: '\\u25EF',\n\txcup: '\\u22C3',\n\txdtri: '\\u25BD',\n\tXfr: '\\uD835\\uDD1B',\n\txfr: '\\uD835\\uDD35',\n\txhArr: '\\u27FA',\n\txharr: '\\u27F7',\n\tXi: '\\u039E',\n\txi: '\\u03BE',\n\txlArr: '\\u27F8',\n\txlarr: '\\u27F5',\n\txmap: '\\u27FC',\n\txnis: '\\u22FB',\n\txodot: '\\u2A00',\n\tXopf: '\\uD835\\uDD4F',\n\txopf: '\\uD835\\uDD69',\n\txoplus: '\\u2A01',\n\txotime: '\\u2A02',\n\txrArr: '\\u27F9',\n\txrarr: '\\u27F6',\n\tXscr: '\\uD835\\uDCB3',\n\txscr: '\\uD835\\uDCCD',\n\txsqcup: '\\u2A06',\n\txuplus: '\\u2A04',\n\txutri: '\\u25B3',\n\txvee: '\\u22C1',\n\txwedge: '\\u22C0',\n\tYacute: '\\u00DD',\n\tyacute: '\\u00FD',\n\tYAcy: '\\u042F',\n\tyacy: '\\u044F',\n\tYcirc: '\\u0176',\n\tycirc: '\\u0177',\n\tYcy: '\\u042B',\n\tycy: '\\u044B',\n\tyen: '\\u00A5',\n\tYfr: '\\uD835\\uDD1C',\n\tyfr: '\\uD835\\uDD36',\n\tYIcy: '\\u0407',\n\tyicy: '\\u0457',\n\tYopf: '\\uD835\\uDD50',\n\tyopf: '\\uD835\\uDD6A',\n\tYscr: '\\uD835\\uDCB4',\n\tyscr: '\\uD835\\uDCCE',\n\tYUcy: '\\u042E',\n\tyucy: '\\u044E',\n\tYuml: '\\u0178',\n\tyuml: '\\u00FF',\n\tZacute: '\\u0179',\n\tzacute: '\\u017A',\n\tZcaron: '\\u017D',\n\tzcaron: '\\u017E',\n\tZcy: '\\u0417',\n\tzcy: '\\u0437',\n\tZdot: '\\u017B',\n\tzdot: '\\u017C',\n\tzeetrf: '\\u2128',\n\tZeroWidthSpace: '\\u200B',\n\tZeta: '\\u0396',\n\tzeta: '\\u03B6',\n\tZfr: '\\u2128',\n\tzfr: '\\uD835\\uDD37',\n\tZHcy: '\\u0416',\n\tzhcy: '\\u0436',\n\tzigrarr: '\\u21DD',\n\tZopf: '\\u2124',\n\tzopf: '\\uD835\\uDD6B',\n\tZscr: '\\uD835\\uDCB5',\n\tzscr: '\\uD835\\uDCCF',\n\tzwj: '\\u200D',\n\tzwnj: '\\u200C',\n});\n\n/**\n * @deprecated\n * Use `HTML_ENTITIES` instead.\n * @see {@link HTML_ENTITIES}\n */\nexports.entityMap = exports.HTML_ENTITIES;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar g = require('./grammar');\nvar errors = require('./errors');\n\nvar isHTMLEscapableRawTextElement = conventions.isHTMLEscapableRawTextElement;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isHTMLRawTextElement = conventions.isHTMLRawTextElement;\nvar hasOwn = conventions.hasOwn;\nvar NAMESPACE = conventions.NAMESPACE;\nvar ParseError = errors.ParseError;\nvar DOMException = errors.DOMException;\n\n//var handlers = 'resolveEntity,getExternalSubset,characters,endDocument,endElement,endPrefixMapping,ignorableWhitespace,processingInstruction,setDocumentLocator,skippedEntity,startDocument,startElement,startPrefixMapping,notationDecl,unparsedEntityDecl,error,fatalError,warning,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,comment,endCDATA,endDTD,endEntity,startCDATA,startDTD,startEntity'.split(',')\n\n//S_TAG,\tS_ATTR,\tS_EQ,\tS_ATTR_NOQUOT_VALUE\n//S_ATTR_SPACE,\tS_ATTR_END,\tS_TAG_SPACE, S_TAG_CLOSE\nvar S_TAG = 0; //tag name offerring\nvar S_ATTR = 1; //attr name offerring\nvar S_ATTR_SPACE = 2; //attr name end and space offer\nvar S_EQ = 3; //=space?\nvar S_ATTR_NOQUOT_VALUE = 4; //attr value(no quot value only)\nvar S_ATTR_END = 5; //attr value end and no space(quot end)\nvar S_TAG_SPACE = 6; //(attr value end || tag end ) && (space offer)\nvar S_TAG_CLOSE = 7; //closed el\n\nfunction XMLReader() {}\n\nXMLReader.prototype = {\n\tparse: function (source, defaultNSMap, entityMap) {\n\t\tvar domBuilder = this.domBuilder;\n\t\tdomBuilder.startDocument();\n\t\t_copy(defaultNSMap, (defaultNSMap = Object.create(null)));\n\t\tparse(source, defaultNSMap, entityMap, domBuilder, this.errorHandler);\n\t\tdomBuilder.endDocument();\n\t},\n};\n\n/**\n * Detecting everything that might be a reference,\n * including those without ending `;`, since those are allowed in HTML.\n * The entityReplacer takes care of verifying and transforming each occurrence,\n * and reports to the errorHandler on those that are not OK,\n * depending on the context.\n */\nvar ENTITY_REG = /&#?\\w+;?/g;\n\nfunction parse(source, defaultNSMapCopy, entityMap, domBuilder, errorHandler) {\n\tvar isHTML = isHTMLMimeType(domBuilder.mimeType);\n\tif (source.indexOf(g.UNICODE_REPLACEMENT_CHARACTER) >= 0) {\n\t\treturn errorHandler.fatalError('Unicode replacement character detected, source encoding issues?');\n\t}\n\n\tfunction fixedFromCharCode(code) {\n\t\t// String.prototype.fromCharCode does not supports\n\t\t// > 2 bytes unicode chars directly\n\t\tif (code > 0xffff) {\n\t\t\tcode -= 0x10000;\n\t\t\tvar surrogate1 = 0xd800 + (code >> 10),\n\t\t\t\tsurrogate2 = 0xdc00 + (code & 0x3ff);\n\n\t\t\treturn String.fromCharCode(surrogate1, surrogate2);\n\t\t} else {\n\t\t\treturn String.fromCharCode(code);\n\t\t}\n\t}\n\n\tfunction entityReplacer(a) {\n\t\tvar complete = a[a.length - 1] === ';' ? a : a + ';';\n\t\tif (!isHTML && complete !== a) {\n\t\t\terrorHandler.error('EntityRef: expecting ;');\n\t\t\treturn a;\n\t\t}\n\t\tvar match = g.Reference.exec(complete);\n\t\tif (!match || match[0].length !== complete.length) {\n\t\t\terrorHandler.error('entity not matching Reference production: ' + a);\n\t\t\treturn a;\n\t\t}\n\t\tvar k = complete.slice(1, -1);\n\t\tif (hasOwn(entityMap, k)) {\n\t\t\treturn entityMap[k];\n\t\t} else if (k.charAt(0) === '#') {\n\t\t\treturn fixedFromCharCode(parseInt(k.substr(1).replace('x', '0x')));\n\t\t} else {\n\t\t\terrorHandler.error('entity not found:' + a);\n\t\t\treturn a;\n\t\t}\n\t}\n\n\tfunction appendText(end) {\n\t\t//has some bugs\n\t\tif (end > start) {\n\t\t\tvar xt = source.substring(start, end).replace(ENTITY_REG, entityReplacer);\n\t\t\tlocator && position(start);\n\t\t\tdomBuilder.characters(xt, 0, end - start);\n\t\t\tstart = end;\n\t\t}\n\t}\n\n\tfunction position(p, m) {\n\t\twhile (p >= lineEnd && (m = linePattern.exec(source))) {\n\t\t\tlineStart = m.index;\n\t\t\tlineEnd = lineStart + m[0].length;\n\t\t\tlocator.lineNumber++;\n\t\t}\n\t\tlocator.columnNumber = p - lineStart + 1;\n\t}\n\n\tvar lineStart = 0;\n\tvar lineEnd = 0;\n\tvar linePattern = /.*(?:\\r\\n?|\\n)|.*$/g;\n\tvar locator = domBuilder.locator;\n\n\tvar parseStack = [{ currentNSMap: defaultNSMapCopy }];\n\tvar unclosedTags = [];\n\tvar start = 0;\n\twhile (true) {\n\t\ttry {\n\t\t\tvar tagStart = source.indexOf('<', start);\n\t\t\tif (tagStart < 0) {\n\t\t\t\tif (!isHTML && unclosedTags.length > 0) {\n\t\t\t\t\treturn errorHandler.fatalError('unclosed xml tag(s): ' + unclosedTags.join(', '));\n\t\t\t\t}\n\t\t\t\tif (!source.substring(start).match(/^\\s*$/)) {\n\t\t\t\t\tvar doc = domBuilder.doc;\n\t\t\t\t\tvar text = doc.createTextNode(source.substr(start));\n\t\t\t\t\tif (doc.documentElement) {\n\t\t\t\t\t\treturn errorHandler.error('Extra content at the end of the document');\n\t\t\t\t\t}\n\t\t\t\t\tdoc.appendChild(text);\n\t\t\t\t\tdomBuilder.currentElement = text;\n\t\t\t\t}\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (tagStart > start) {\n\t\t\t\tvar fromSource = source.substring(start, tagStart);\n\t\t\t\tif (!isHTML && unclosedTags.length === 0) {\n\t\t\t\t\tfromSource = fromSource.replace(new RegExp(g.S_OPT.source, 'g'), '');\n\t\t\t\t\tfromSource && errorHandler.error(\"Unexpected content outside root element: '\" + fromSource + \"'\");\n\t\t\t\t}\n\t\t\t\tappendText(tagStart);\n\t\t\t}\n\t\t\tswitch (source.charAt(tagStart + 1)) {\n\t\t\t\tcase '/':\n\t\t\t\t\tvar end = source.indexOf('>', tagStart + 2);\n\t\t\t\t\tvar tagNameRaw = source.substring(tagStart + 2, end > 0 ? end : undefined);\n\t\t\t\t\tif (!tagNameRaw) {\n\t\t\t\t\t\treturn errorHandler.fatalError('end tag name missing');\n\t\t\t\t\t}\n\t\t\t\t\tvar tagNameMatch = end > 0 && g.reg('^', g.QName_group, g.S_OPT, '$').exec(tagNameRaw);\n\t\t\t\t\tif (!tagNameMatch) {\n\t\t\t\t\t\treturn errorHandler.fatalError('end tag name contains invalid characters: \"' + tagNameRaw + '\"');\n\t\t\t\t\t}\n\t\t\t\t\tif (!domBuilder.currentElement && !domBuilder.doc.documentElement) {\n\t\t\t\t\t\t// not enough information to provide a helpful error message,\n\t\t\t\t\t\t// but parsing will throw since there is no root element\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tvar currentTagName =\n\t\t\t\t\t\tunclosedTags[unclosedTags.length - 1] ||\n\t\t\t\t\t\tdomBuilder.currentElement.tagName ||\n\t\t\t\t\t\tdomBuilder.doc.documentElement.tagName ||\n\t\t\t\t\t\t'';\n\t\t\t\t\tif (currentTagName !== tagNameMatch[1]) {\n\t\t\t\t\t\tvar tagNameLower = tagNameMatch[1].toLowerCase();\n\t\t\t\t\t\tif (!isHTML || currentTagName.toLowerCase() !== tagNameLower) {\n\t\t\t\t\t\t\treturn errorHandler.fatalError('Opening and ending tag mismatch: \"' + currentTagName + '\" != \"' + tagNameRaw + '\"');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvar config = parseStack.pop();\n\t\t\t\t\tunclosedTags.pop();\n\t\t\t\t\tvar localNSMap = config.localNSMap;\n\t\t\t\t\tdomBuilder.endElement(config.uri, config.localName, currentTagName);\n\t\t\t\t\tif (localNSMap) {\n\t\t\t\t\t\tfor (var prefix in localNSMap) {\n\t\t\t\t\t\t\tif (hasOwn(localNSMap, prefix)) {\n\t\t\t\t\t\t\t\tdomBuilder.endPrefixMapping(prefix);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tend++;\n\t\t\t\t\tbreak;\n\t\t\t\t// end element\n\t\t\t\tcase '?': // \n\t\t\t\t\tlocator && position(tagStart);\n\t\t\t\t\tend = parseProcessingInstruction(source, tagStart, domBuilder, errorHandler);\n\t\t\t\t\tbreak;\n\t\t\t\tcase '!': // start) {\n\t\t\tstart = end;\n\t\t} else {\n\t\t\t//Possible sax fallback here, risk of positional error\n\t\t\tappendText(Math.max(tagStart, start) + 1);\n\t\t}\n\t}\n}\n\nfunction copyLocator(f, t) {\n\tt.lineNumber = f.lineNumber;\n\tt.columnNumber = f.columnNumber;\n\treturn t;\n}\n\n/**\n * @returns\n * end of the elementStartPart(end of elementEndPart for selfClosed el)\n * @see {@link #appendElement}\n */\nfunction parseElementStartPart(source, start, el, currentNSMap, entityReplacer, errorHandler, isHTML) {\n\t/**\n\t * @param {string} qname\n\t * @param {string} value\n\t * @param {number} startIndex\n\t */\n\tfunction addAttribute(qname, value, startIndex) {\n\t\tif (hasOwn(el.attributeNames, qname)) {\n\t\t\treturn errorHandler.fatalError('Attribute ' + qname + ' redefined');\n\t\t}\n\t\tif (!isHTML && value.indexOf('<') >= 0) {\n\t\t\treturn errorHandler.fatalError(\"Unescaped '<' not allowed in attributes values\");\n\t\t}\n\t\tel.addValue(\n\t\t\tqname,\n\t\t\t// @see https://www.w3.org/TR/xml/#AVNormalize\n\t\t\t// since the xmldom sax parser does not \"interpret\" DTD the following is not implemented:\n\t\t\t// - recursive replacement of (DTD) entity references\n\t\t\t// - trimming and collapsing multiple spaces into a single one for attributes that are not of type CDATA\n\t\t\tvalue.replace(/[\\t\\n\\r]/g, ' ').replace(ENTITY_REG, entityReplacer),\n\t\t\tstartIndex\n\t\t);\n\t}\n\n\tvar attrName;\n\tvar value;\n\tvar p = ++start;\n\tvar s = S_TAG; //status\n\twhile (true) {\n\t\tvar c = source.charAt(p);\n\t\tswitch (c) {\n\t\t\tcase '=':\n\t\t\t\tif (s === S_ATTR) {\n\t\t\t\t\t//attrName\n\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\ts = S_EQ;\n\t\t\t\t} else if (s === S_ATTR_SPACE) {\n\t\t\t\t\ts = S_EQ;\n\t\t\t\t} else {\n\t\t\t\t\t//fatalError: equal must after attrName or space after attrName\n\t\t\t\t\tthrow new Error('attribute equal must after attrName'); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase \"'\":\n\t\t\tcase '\"':\n\t\t\t\tif (\n\t\t\t\t\ts === S_EQ ||\n\t\t\t\t\ts === S_ATTR //|| s == S_ATTR_SPACE\n\t\t\t\t) {\n\t\t\t\t\t//equal\n\t\t\t\t\tif (s === S_ATTR) {\n\t\t\t\t\t\terrorHandler.warning('attribute value must after \"=\"');\n\t\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\t}\n\t\t\t\t\tstart = p + 1;\n\t\t\t\t\tp = source.indexOf(c, start);\n\t\t\t\t\tif (p > 0) {\n\t\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\t\taddAttribute(attrName, value, start - 1);\n\t\t\t\t\t\ts = S_ATTR_END;\n\t\t\t\t\t} else {\n\t\t\t\t\t\t//fatalError: no end quot match\n\t\t\t\t\t\tthrow new Error(\"attribute value no end '\" + c + \"' match\");\n\t\t\t\t\t}\n\t\t\t\t} else if (s == S_ATTR_NOQUOT_VALUE) {\n\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\terrorHandler.warning('attribute \"' + attrName + '\" missed start quot(' + c + ')!!');\n\t\t\t\t\tstart = p + 1;\n\t\t\t\t\ts = S_ATTR_END;\n\t\t\t\t} else {\n\t\t\t\t\t//fatalError: no equal before\n\t\t\t\t\tthrow new Error('attribute value must after \"=\"'); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase '/':\n\t\t\t\tswitch (s) {\n\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\ts = S_TAG_CLOSE;\n\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE:\n\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t//case S_EQ:\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tthrow new Error(\"attribute invalid close char('/')\"); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase '': //end document\n\t\t\t\terrorHandler.error('unexpected end of input');\n\t\t\t\tif (s == S_TAG) {\n\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t}\n\t\t\t\treturn p;\n\t\t\tcase '>':\n\t\t\t\tswitch (s) {\n\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\tbreak; //normal\n\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE: //Compatible state\n\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\t\tif (value.slice(-1) === '/') {\n\t\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\t\t\tvalue = value.slice(0, -1);\n\t\t\t\t\t\t}\n\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\tif (s === S_ATTR_SPACE) {\n\t\t\t\t\t\t\tvalue = attrName;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (s == S_ATTR_NOQUOT_VALUE) {\n\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed quot(\")!');\n\t\t\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed value!! \"' + value + '\" instead!!');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\taddAttribute(value, value, start);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase S_EQ:\n\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\treturn errorHandler.fatalError('AttValue: \\' or \" expected');\n\t\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn p;\n\t\t\t/*xml space '\\x20' | #x9 | #xD | #xA; */\n\t\t\tcase '\\u0080':\n\t\t\t\tc = ' ';\n\t\t\tdefault:\n\t\t\t\tif (c <= ' ') {\n\t\t\t\t\t//space\n\t\t\t\t\tswitch (s) {\n\t\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\t\tel.setTagName(source.slice(start, p)); //tagName\n\t\t\t\t\t\t\ts = S_TAG_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\t\t\ts = S_ATTR_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE:\n\t\t\t\t\t\t\tvar value = source.slice(start, p);\n\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed quot(\")!!');\n\t\t\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\t\t\ts = S_TAG_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t//case S_TAG_SPACE:\n\t\t\t\t\t\t//case S_EQ:\n\t\t\t\t\t\t//case S_ATTR_SPACE:\n\t\t\t\t\t\t//\tvoid();break;\n\t\t\t\t\t\t//case S_TAG_CLOSE:\n\t\t\t\t\t\t//ignore warning\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t//not space\n\t\t\t\t\t//S_TAG,\tS_ATTR,\tS_EQ,\tS_ATTR_NOQUOT_VALUE\n\t\t\t\t\t//S_ATTR_SPACE,\tS_ATTR_END,\tS_TAG_SPACE, S_TAG_CLOSE\n\t\t\t\t\tswitch (s) {\n\t\t\t\t\t\t//case S_TAG:void();break;\n\t\t\t\t\t\t//case S_ATTR:void();break;\n\t\t\t\t\t\t//case S_ATTR_NOQUOT_VALUE:void();break;\n\t\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + attrName + '\" missed value!! \"' + attrName + '\" instead2!!');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\taddAttribute(attrName, attrName, start);\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\ts = S_ATTR;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\t\t\terrorHandler.warning('attribute space is required\"' + attrName + '\"!!');\n\t\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\t\t\ts = S_ATTR;\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_EQ:\n\t\t\t\t\t\t\ts = S_ATTR_NOQUOT_VALUE;\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\t\tthrow new Error(\"elements closed character '/' and '>' must be connected to\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t} //end outer switch\n\t\tp++;\n\t}\n}\n\n/**\n * @returns\n * `true` if a new namespace has been defined.\n */\nfunction appendElement(el, domBuilder, currentNSMap) {\n\tvar tagName = el.tagName;\n\tvar localNSMap = null;\n\tvar i = el.length;\n\twhile (i--) {\n\t\tvar a = el[i];\n\t\tvar qName = a.qName;\n\t\tvar value = a.value;\n\t\tvar nsp = qName.indexOf(':');\n\t\tif (nsp > 0) {\n\t\t\tvar prefix = (a.prefix = qName.slice(0, nsp));\n\t\t\tvar localName = qName.slice(nsp + 1);\n\t\t\tvar nsPrefix = prefix === 'xmlns' && localName;\n\t\t} else {\n\t\t\tlocalName = qName;\n\t\t\tprefix = null;\n\t\t\tnsPrefix = qName === 'xmlns' && '';\n\t\t}\n\t\t//can not set prefix,because prefix !== ''\n\t\ta.localName = localName;\n\t\t//prefix == null for no ns prefix attribute\n\t\tif (nsPrefix !== false) {\n\t\t\t//hack!!\n\t\t\tif (localNSMap == null) {\n\t\t\t\tlocalNSMap = Object.create(null);\n\t\t\t\t_copy(currentNSMap, (currentNSMap = Object.create(null)));\n\t\t\t}\n\t\t\tcurrentNSMap[nsPrefix] = localNSMap[nsPrefix] = value;\n\t\t\ta.uri = NAMESPACE.XMLNS;\n\t\t\tdomBuilder.startPrefixMapping(nsPrefix, value);\n\t\t}\n\t}\n\tvar i = el.length;\n\twhile (i--) {\n\t\ta = el[i];\n\t\tif (a.prefix) {\n\t\t\t//no prefix attribute has no namespace\n\t\t\tif (a.prefix === 'xml') {\n\t\t\t\ta.uri = NAMESPACE.XML;\n\t\t\t}\n\t\t\tif (a.prefix !== 'xmlns') {\n\t\t\t\ta.uri = currentNSMap[a.prefix];\n\t\t\t}\n\t\t}\n\t}\n\tvar nsp = tagName.indexOf(':');\n\tif (nsp > 0) {\n\t\tprefix = el.prefix = tagName.slice(0, nsp);\n\t\tlocalName = el.localName = tagName.slice(nsp + 1);\n\t} else {\n\t\tprefix = null; //important!!\n\t\tlocalName = el.localName = tagName;\n\t}\n\t//no prefix element has default namespace\n\tvar ns = (el.uri = currentNSMap[prefix || '']);\n\tdomBuilder.startElement(ns, localName, tagName, el);\n\t//endPrefixMapping and startPrefixMapping have not any help for dom builder\n\t//localNSMap = null\n\tif (el.closed) {\n\t\tdomBuilder.endElement(ns, localName, tagName);\n\t\tif (localNSMap) {\n\t\t\tfor (prefix in localNSMap) {\n\t\t\t\tif (hasOwn(localNSMap, prefix)) {\n\t\t\t\t\tdomBuilder.endPrefixMapping(prefix);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} else {\n\t\tel.currentNSMap = currentNSMap;\n\t\tel.localNSMap = localNSMap;\n\t\t//parseStack.push(el);\n\t\treturn true;\n\t}\n}\n\nfunction parseHtmlSpecialContent(source, elStartEnd, tagName, entityReplacer, domBuilder) {\n\t// https://html.spec.whatwg.org/#raw-text-elements\n\t// https://html.spec.whatwg.org/#escapable-raw-text-elements\n\t// https://html.spec.whatwg.org/#cdata-rcdata-restrictions:raw-text-elements\n\t// TODO: https://html.spec.whatwg.org/#cdata-rcdata-restrictions\n\tvar isEscapableRaw = isHTMLEscapableRawTextElement(tagName);\n\tif (isEscapableRaw || isHTMLRawTextElement(tagName)) {\n\t\tvar elEndStart = source.indexOf('', elStartEnd);\n\t\tvar text = source.substring(elStartEnd + 1, elEndStart);\n\n\t\tif (isEscapableRaw) {\n\t\t\ttext = text.replace(ENTITY_REG, entityReplacer);\n\t\t}\n\t\tdomBuilder.characters(text, 0, text.length);\n\t\treturn elEndStart;\n\t}\n\treturn elStartEnd + 1;\n}\n\nfunction _copy(source, target) {\n\tfor (var n in source) {\n\t\tif (hasOwn(source, n)) {\n\t\t\ttarget[n] = source[n];\n\t\t}\n\t}\n}\n\n/**\n * @typedef ParseUtils\n * @property {function(relativeIndex: number?): string | undefined} char\n * Provides look ahead access to a singe character relative to the current index.\n * @property {function(): number} getIndex\n * Provides read-only access to the current index.\n * @property {function(reg: RegExp): string | null} getMatch\n * Applies the provided regular expression enforcing that it starts at the current index and\n * returns the complete matching string,\n * and moves the current index by the length of the matching string.\n * @property {function(): string} getSource\n * Provides read-only access to the complete source.\n * @property {function(places: number?): void} skip\n * moves the current index by places (defaults to 1)\n * @property {function(): number} skipBlanks\n * Moves the current index by the amount of white space that directly follows the current index\n * and returns the amount of whitespace chars skipped (0..n),\n * or -1 if the end of the source was reached.\n * @property {function(): string} substringFromIndex\n * creates a substring from the current index to the end of `source`\n * @property {function(compareWith: string): boolean} substringStartsWith\n * Checks if source contains `compareWith`,\n * starting from the current index.\n * @see {@link parseUtils}\n */\n\n/**\n * A temporary scope for parsing and look ahead operations in `source`,\n * starting from index `start`.\n *\n * Some operations move the current index by a number of positions,\n * after which `getIndex` returns the new index.\n *\n * @param {string} source\n * @param {number} start\n * @returns {ParseUtils}\n */\nfunction parseUtils(source, start) {\n\tvar index = start;\n\n\tfunction char(n) {\n\t\tn = n || 0;\n\t\treturn source.charAt(index + n);\n\t}\n\n\tfunction skip(n) {\n\t\tn = n || 1;\n\t\tindex += n;\n\t}\n\n\tfunction skipBlanks() {\n\t\tvar blanks = 0;\n\t\twhile (index < source.length) {\n\t\t\tvar c = char();\n\t\t\tif (c !== ' ' && c !== '\\n' && c !== '\\t' && c !== '\\r') {\n\t\t\t\treturn blanks;\n\t\t\t}\n\t\t\tblanks++;\n\t\t\tskip();\n\t\t}\n\t\treturn -1;\n\t}\n\tfunction substringFromIndex() {\n\t\treturn source.substring(index);\n\t}\n\tfunction substringStartsWith(text) {\n\t\treturn source.substring(index, index + text.length) === text;\n\t}\n\n\tfunction getMatch(args) {\n\t\tvar expr = g.reg('^', args);\n\t\tvar match = expr.exec(substringFromIndex());\n\t\tif (match) {\n\t\t\tskip(match[0].length);\n\t\t\treturn match[0];\n\t\t}\n\t\treturn null;\n\t}\n\treturn {\n\t\tchar: char,\n\t\tgetIndex: function () {\n\t\t\treturn index;\n\t\t},\n\t\tgetMatch: getMatch,\n\t\tgetSource: function () {\n\t\t\treturn source;\n\t\t},\n\t\tskip: skip,\n\t\tskipBlanks: skipBlanks,\n\t\tsubstringFromIndex: substringFromIndex,\n\t\tsubstringStartsWith: substringStartsWith,\n\t};\n}\n\n/**\n * @param {ParseUtils} p\n * @param {DOMHandler} errorHandler\n * @returns {string}\n */\nfunction parseDoctypeInternalSubset(p, errorHandler) {\n\t/**\n\t * @param {ParseUtils} p\n\t * @param {DOMHandler} errorHandler\n\t * @returns {string}\n\t */\n\tfunction parsePI(p, errorHandler) {\n\t\tvar match = g.PI.exec(p.substringFromIndex());\n\t\tif (!match) {\n\t\t\treturn errorHandler.fatalError('processing instruction is not well-formed at position ' + p.getIndex());\n\t\t}\n\t\tif (match[1].toLowerCase() === 'xml') {\n\t\t\treturn errorHandler.fatalError(\n\t\t\t\t'xml declaration is only allowed at the start of the document, but found at position ' + p.getIndex()\n\t\t\t);\n\t\t}\n\t\tp.skip(match[0].length);\n\t\treturn match[0];\n\t}\n\t// Parse internal subset\n\tvar source = p.getSource();\n\tif (p.char() === '[') {\n\t\tp.skip(1);\n\t\tvar intSubsetStart = p.getIndex();\n\t\twhile (p.getIndex() < source.length) {\n\t\t\tp.skipBlanks();\n\t\t\tif (p.char() === ']') {\n\t\t\t\tvar internalSubset = source.substring(intSubsetStart, p.getIndex());\n\t\t\t\tp.skip(1);\n\t\t\t\treturn internalSubset;\n\t\t\t}\n\t\t\tvar current = null;\n\t\t\t// Only in external subset\n\t\t\t// if (char() === '<' && char(1) === '!' && char(2) === '[') {\n\t\t\t// \tparseConditionalSections(p, errorHandler);\n\t\t\t// } else\n\t\t\tif (p.char() === '<' && p.char(1) === '!') {\n\t\t\t\tswitch (p.char(2)) {\n\t\t\t\t\tcase 'E': // ELEMENT | ENTITY\n\t\t\t\t\t\tif (p.char(3) === 'L') {\n\t\t\t\t\t\t\tcurrent = p.getMatch(g.elementdecl);\n\t\t\t\t\t\t} else if (p.char(3) === 'N') {\n\t\t\t\t\t\t\tcurrent = p.getMatch(g.EntityDecl);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'A': // ATTRIBUTE\n\t\t\t\t\t\tcurrent = p.getMatch(g.AttlistDecl);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'N': // NOTATION\n\t\t\t\t\t\tcurrent = p.getMatch(g.NotationDecl);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase '-': // COMMENT\n\t\t\t\t\t\tcurrent = p.getMatch(g.Comment);\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else if (p.char() === '<' && p.char(1) === '?') {\n\t\t\t\tcurrent = parsePI(p, errorHandler);\n\t\t\t} else if (p.char() === '%') {\n\t\t\t\tcurrent = p.getMatch(g.PEReference);\n\t\t\t} else {\n\t\t\t\treturn errorHandler.fatalError('Error detected in Markup declaration');\n\t\t\t}\n\t\t\tif (!current) {\n\t\t\t\treturn errorHandler.fatalError('Error in internal subset at position ' + p.getIndex());\n\t\t\t}\n\t\t}\n\t\treturn errorHandler.fatalError('doctype internal subset is not well-formed, missing ]');\n\t}\n}\n\n/**\n * Called when the parser encounters an element starting with '') {\n\t\t\t\treturn errorHandler.fatalError('doctype not terminated with > at position ' + p.getIndex());\n\t\t\t}\n\t\t\tp.skip(1);\n\t\t\tdomBuilder.startDTD(doctype.name, doctype.publicId, doctype.systemId, doctype.internalSubset);\n\t\t\tdomBuilder.endDTD();\n\t\t\treturn p.getIndex();\n\t\t}\n\t\tdefault:\n\t\t\treturn errorHandler.fatalError('Not well-formed XML starting with \" 0) {\n\t\t\treturn errorHandler.fatalError(\n\t\t\t\t'processing instruction at position ' + start + ' is an xml declaration which is only at the start of the document'\n\t\t\t);\n\t\t}\n\t\tif (!g.XMLDecl.test(source.substring(start))) {\n\t\t\treturn errorHandler.fatalError('xml declaration is not well-formed');\n\t\t}\n\t}\n\tdomBuilder.processingInstruction(match[1], match[2]);\n\treturn start + match[0].length;\n}\n\nfunction ElementAttributes() {\n\tthis.attributeNames = Object.create(null);\n}\n\nElementAttributes.prototype = {\n\tsetTagName: function (tagName) {\n\t\tif (!g.QName_exact.test(tagName)) {\n\t\t\tthrow new Error('invalid tagName:' + tagName);\n\t\t}\n\t\tthis.tagName = tagName;\n\t},\n\taddValue: function (qName, value, offset) {\n\t\tif (!g.QName_exact.test(qName)) {\n\t\t\tthrow new Error('invalid attribute:' + qName);\n\t\t}\n\t\tthis.attributeNames[qName] = this.length;\n\t\tthis[this.length++] = { qName: qName, value: value, offset: offset };\n\t},\n\tlength: 0,\n\tgetLocalName: function (i) {\n\t\treturn this[i].localName;\n\t},\n\tgetLocator: function (i) {\n\t\treturn this[i].locator;\n\t},\n\tgetQName: function (i) {\n\t\treturn this[i].qName;\n\t},\n\tgetURI: function (i) {\n\t\treturn this[i].uri;\n\t},\n\tgetValue: function (i) {\n\t\treturn this[i].value;\n\t},\n\t//\t,getIndex:function(uri, localName)){\n\t//\t\tif(localName){\n\t//\n\t//\t\t}else{\n\t//\t\t\tvar qName = uri\n\t//\t\t}\n\t//\t},\n\t//\tgetValue:function(){return this.getValue(this.getIndex.apply(this,arguments))},\n\t//\tgetType:function(uri,localName){}\n\t//\tgetType:function(i){},\n};\n\nexports.XMLReader = XMLReader;\nexports.parseUtils = parseUtils;\nexports.parseDoctypeCommentOrCData = parseDoctypeCommentOrCData;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar dom = require('./dom');\nvar errors = require('./errors');\nvar entities = require('./entities');\nvar sax = require('./sax');\n\nvar DOMImplementation = dom.DOMImplementation;\n\nvar hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isValidMimeType = conventions.isValidMimeType;\nvar MIME_TYPE = conventions.MIME_TYPE;\nvar NAMESPACE = conventions.NAMESPACE;\nvar ParseError = errors.ParseError;\n\nvar XMLReader = sax.XMLReader;\n\n/**\n * Normalizes line ending according to :\n *\n * > XML parsed entities are often stored in computer files which,\n * > for editing convenience, are organized into lines.\n * > These lines are typically separated by some combination\n * > of the characters CARRIAGE RETURN (#xD) and LINE FEED (#xA).\n * >\n * > To simplify the tasks of applications, the XML processor must behave\n * > as if it normalized all line breaks in external parsed entities (including the document entity)\n * > on input, before parsing, by translating all of the following to a single #xA character:\n * >\n * > 1. the two-character sequence #xD #xA,\n * > 2. the two-character sequence #xD #x85,\n * > 3. the single character #x85,\n * > 4. the single character #x2028,\n * > 5. any #xD character that is not immediately followed by #xA or #x85.\n *\n * @param {string} input\n * @returns {string}\n * @prettierignore\n */\nfunction normalizeLineEndings(input) {\n\treturn input.replace(/\\r[\\n\\u0085]/g, '\\n').replace(/[\\r\\u0085\\u2028]/g, '\\n');\n}\n\n/**\n * @typedef Locator\n * @property {number} [columnNumber]\n * @property {number} [lineNumber]\n */\n\n/**\n * @typedef DOMParserOptions\n * @property {typeof assign} [assign]\n * The method to use instead of `conventions.assign`, which is used to copy values from\n * `options` before they are used for parsing.\n * @property {typeof DOMHandler} [domHandler]\n * For internal testing: The class for creating an instance for handling events from the SAX\n * parser.\n * *****Warning: By configuring a faulty implementation, the specified behavior can completely\n * be broken.*****.\n * @property {Function} [errorHandler]\n * DEPRECATED! use `onError` instead.\n * @property {function(level:ErrorLevel, message:string, context: DOMHandler):void}\n * [onError]\n * A function that is invoked for every error that occurs during parsing.\n *\n * If it is not provided, all errors are reported to `console.error`\n * and only `fatalError`s are thrown as a `ParseError`,\n * which prevents any further processing.\n * If the provided method throws, a `ParserError` is thrown,\n * which prevents any further processing.\n *\n * Be aware that many `warning`s are considered an error that prevents further processing in\n * most implementations.\n * @property {boolean} [locator=true]\n * Configures if the nodes created during parsing will have a `lineNumber` and a `columnNumber`\n * attribute describing their location in the XML string.\n * Default is true.\n * @property {(string) => string} [normalizeLineEndings]\n * used to replace line endings before parsing, defaults to `normalizeLineEndings`\n * @property {Object} [xmlns]\n * The XML namespaces that should be assumed when parsing.\n * The default namespace can be provided by the key that is the empty string.\n * When the `mimeType` for HTML, XHTML or SVG are passed to `parseFromString`,\n * the default namespace that will be used,\n * will be overridden according to the specification.\n * @see {@link normalizeLineEndings}\n */\n\n/**\n * The DOMParser interface provides the ability to parse XML or HTML source code from a string\n * into a DOM `Document`.\n *\n * ***xmldom is different from the spec in that it allows an `options` parameter,\n * to control the behavior***.\n *\n * @class\n * @param {DOMParserOptions} [options]\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization\n */\nfunction DOMParser(options) {\n\toptions = options || { locator: true };\n\n\t/**\n\t * The method to use instead of `conventions.assign`, which is used to copy values from\n\t * `options`\n\t * before they are used for parsing.\n\t *\n\t * @type {conventions.assign}\n\t * @private\n\t * @see {@link conventions.assign}\n\t * @readonly\n\t */\n\tthis.assign = options.assign || conventions.assign;\n\n\t/**\n\t * For internal testing: The class for creating an instance for handling events from the SAX\n\t * parser.\n\t * *****Warning: By configuring a faulty implementation, the specified behavior can completely\n\t * be broken*****.\n\t *\n\t * @type {typeof DOMHandler}\n\t * @private\n\t * @readonly\n\t */\n\tthis.domHandler = options.domHandler || DOMHandler;\n\n\t/**\n\t * A function that is invoked for every error that occurs during parsing.\n\t *\n\t * If it is not provided, all errors are reported to `console.error`\n\t * and only `fatalError`s are thrown as a `ParseError`,\n\t * which prevents any further processing.\n\t * If the provided method throws, a `ParserError` is thrown,\n\t * which prevents any further processing.\n\t *\n\t * Be aware that many `warning`s are considered an error that prevents further processing in\n\t * most implementations.\n\t *\n\t * @type {function(level:ErrorLevel, message:string, context: DOMHandler):void}\n\t * @see {@link onErrorStopParsing}\n\t * @see {@link onWarningStopParsing}\n\t */\n\tthis.onError = options.onError || options.errorHandler;\n\tif (options.errorHandler && typeof options.errorHandler !== 'function') {\n\t\tthrow new TypeError('errorHandler object is no longer supported, switch to onError!');\n\t} else if (options.errorHandler) {\n\t\toptions.errorHandler('warning', 'The `errorHandler` option has been deprecated, use `onError` instead!', this);\n\t}\n\n\t/**\n\t * used to replace line endings before parsing, defaults to `normalizeLineEndings`\n\t *\n\t * @type {(string) => string}\n\t * @readonly\n\t */\n\tthis.normalizeLineEndings = options.normalizeLineEndings || normalizeLineEndings;\n\n\t/**\n\t * Configures if the nodes created during parsing will have a `lineNumber` and a\n\t * `columnNumber`\n\t * attribute describing their location in the XML string.\n\t * Default is true.\n\t *\n\t * @type {boolean}\n\t * @readonly\n\t */\n\tthis.locator = !!options.locator;\n\n\t/**\n\t * The default namespace can be provided by the key that is the empty string.\n\t * When the `mimeType` for HTML, XHTML or SVG are passed to `parseFromString`,\n\t * the default namespace that will be used,\n\t * will be overridden according to the specification.\n\t *\n\t * @type {Readonly}\n\t * @readonly\n\t */\n\tthis.xmlns = this.assign(Object.create(null), options.xmlns);\n}\n\n/**\n * Parses `source` using the options in the way configured by the `DOMParserOptions` of `this`\n * `DOMParser`. If `mimeType` is `text/html` an HTML `Document` is created,\n * otherwise an XML `Document` is created.\n *\n * __It behaves different from the description in the living standard__:\n * - Uses the `options` passed to the `DOMParser` constructor to modify the behavior.\n * - Any unexpected input is reported to `onError` with either a `warning`,\n * `error` or `fatalError` level.\n * - Any `fatalError` throws a `ParseError` which prevents further processing.\n * - Any error thrown by `onError` is converted to a `ParseError` which prevents further\n * processing - If no `Document` was created during parsing it is reported as a `fatalError`.\n * *****Warning: By configuring a faulty DOMHandler implementation,\n * the specified behavior can completely be broken*****.\n *\n * @param {string} source\n * The XML mime type only allows string input!\n * @param {string} [mimeType='application/xml']\n * the mimeType or contentType of the document to be created determines the `type` of document\n * created (XML or HTML)\n * @returns {Document}\n * The `Document` node.\n * @throws {ParseError}\n * for any `fatalError` or anything that is thrown by `onError`\n * @throws {TypeError}\n * for any invalid `mimeType`\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n * @see https://html.spec.whatwg.org/#dom-domparser-parsefromstring-dev\n */\nDOMParser.prototype.parseFromString = function (source, mimeType) {\n\tif (!isValidMimeType(mimeType)) {\n\t\tthrow new TypeError('DOMParser.parseFromString: the provided mimeType \"' + mimeType + '\" is not valid.');\n\t}\n\tvar defaultNSMap = this.assign(Object.create(null), this.xmlns);\n\tvar entityMap = entities.XML_ENTITIES;\n\tvar defaultNamespace = defaultNSMap[''] || null;\n\tif (hasDefaultHTMLNamespace(mimeType)) {\n\t\tentityMap = entities.HTML_ENTITIES;\n\t\tdefaultNamespace = NAMESPACE.HTML;\n\t} else if (mimeType === MIME_TYPE.XML_SVG_IMAGE) {\n\t\tdefaultNamespace = NAMESPACE.SVG;\n\t}\n\tdefaultNSMap[''] = defaultNamespace;\n\tdefaultNSMap.xml = defaultNSMap.xml || NAMESPACE.XML;\n\n\tvar domBuilder = new this.domHandler({\n\t\tmimeType: mimeType,\n\t\tdefaultNamespace: defaultNamespace,\n\t\tonError: this.onError,\n\t});\n\tvar locator = this.locator ? {} : undefined;\n\tif (this.locator) {\n\t\tdomBuilder.setDocumentLocator(locator);\n\t}\n\n\tvar sax = new XMLReader();\n\tsax.errorHandler = domBuilder;\n\tsax.domBuilder = domBuilder;\n\tvar isXml = !conventions.isHTMLMimeType(mimeType);\n\tif (isXml && typeof source !== 'string') {\n\t\tsax.errorHandler.fatalError('source is not a string');\n\t}\n\tsax.parse(this.normalizeLineEndings(String(source)), defaultNSMap, entityMap);\n\tif (!domBuilder.doc.documentElement) {\n\t\tsax.errorHandler.fatalError('missing root element');\n\t}\n\treturn domBuilder.doc;\n};\n\n/**\n * @typedef DOMHandlerOptions\n * @property {string} [mimeType=MIME_TYPE.XML_APPLICATION]\n * @property {string | null} [defaultNamespace=null]\n */\n/**\n * The class that is used to handle events from the SAX parser to create the related DOM\n * elements.\n *\n * Some methods are only implemented as an empty function,\n * since they are (at least currently) not relevant for xmldom.\n *\n * @class\n * @param {DOMHandlerOptions} [options]\n * @see http://www.saxproject.org/apidoc/org/xml/sax/ext/DefaultHandler2.html\n */\nfunction DOMHandler(options) {\n\tvar opt = options || {};\n\t/**\n\t * The mime type is used to determine if the DOM handler will create an XML or HTML document.\n\t * Only if it is set to `text/html` it will create an HTML document.\n\t * It defaults to MIME_TYPE.XML_APPLICATION.\n\t *\n\t * @type {string}\n\t * @see {@link MIME_TYPE}\n\t * @readonly\n\t */\n\tthis.mimeType = opt.mimeType || MIME_TYPE.XML_APPLICATION;\n\n\t/**\n\t * The namespace to use to create an XML document.\n\t * For the following reasons this is required:\n\t * - The SAX API for `startDocument` doesn't offer any way to pass a namespace,\n\t * since at that point there is no way for the parser to know what the default namespace from\n\t * the document will be.\n\t * - When creating using `DOMImplementation.createDocument` it is required to pass a\n\t * namespace,\n\t * to determine the correct `Document.contentType`, which should match `this.mimeType`.\n\t * - When parsing an XML document with the `application/xhtml+xml` mimeType,\n\t * the HTML namespace needs to be the default namespace.\n\t *\n\t * @type {string | null}\n\t * @private\n\t * @readonly\n\t */\n\tthis.defaultNamespace = opt.defaultNamespace || null;\n\n\t/**\n\t * @type {boolean}\n\t * @private\n\t */\n\tthis.cdata = false;\n\n\t/**\n\t * The last `Element` that was created by `startElement`.\n\t * `endElement` sets it to the `currentElement.parentNode`.\n\t *\n\t * Note: The sax parser currently sets it to white space text nodes between tags.\n\t *\n\t * @type {Element | Node | undefined}\n\t * @private\n\t */\n\tthis.currentElement = undefined;\n\n\t/**\n\t * The Document that is created as part of `startDocument`,\n\t * and returned by `DOMParser.parseFromString`.\n\t *\n\t * @type {Document | undefined}\n\t * @readonly\n\t */\n\tthis.doc = undefined;\n\n\t/**\n\t * The locator is stored as part of setDocumentLocator.\n\t * It is controlled and mutated by the SAX parser to store the current parsing position.\n\t * It is used by DOMHandler to set `columnNumber` and `lineNumber`\n\t * on the DOM nodes.\n\t *\n\t * @type {Readonly | undefined}\n\t * @private\n\t * @readonly (the\n\t * sax parser currently sometimes set's it)\n\t */\n\tthis.locator = undefined;\n\t/**\n\t * @type {function (level:ErrorLevel ,message:string, context:DOMHandler):void}\n\t * @readonly\n\t */\n\tthis.onError = opt.onError;\n}\n\nfunction position(locator, node) {\n\tnode.lineNumber = locator.lineNumber;\n\tnode.columnNumber = locator.columnNumber;\n}\n\nDOMHandler.prototype = {\n\t/**\n\t * Either creates an XML or an HTML document and stores it under `this.doc`.\n\t * If it is an XML document, `this.defaultNamespace` is used to create it,\n\t * and it will not contain any `childNodes`.\n\t * If it is an HTML document, it will be created without any `childNodes`.\n\t *\n\t * @see http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html\n\t */\n\tstartDocument: function () {\n\t\tvar impl = new DOMImplementation();\n\t\tthis.doc = isHTMLMimeType(this.mimeType) ? impl.createHTMLDocument(false) : impl.createDocument(this.defaultNamespace, '');\n\t},\n\tstartElement: function (namespaceURI, localName, qName, attrs) {\n\t\tvar doc = this.doc;\n\t\tvar el = doc.createElementNS(namespaceURI, qName || localName);\n\t\tvar len = attrs.length;\n\t\tappendElement(this, el);\n\t\tthis.currentElement = el;\n\n\t\tthis.locator && position(this.locator, el);\n\t\tfor (var i = 0; i < len; i++) {\n\t\t\tvar namespaceURI = attrs.getURI(i);\n\t\t\tvar value = attrs.getValue(i);\n\t\t\tvar qName = attrs.getQName(i);\n\t\t\tvar attr = doc.createAttributeNS(namespaceURI, qName);\n\t\t\tthis.locator && position(attrs.getLocator(i), attr);\n\t\t\tattr.value = attr.nodeValue = value;\n\t\t\tel.setAttributeNode(attr);\n\t\t}\n\t},\n\tendElement: function (namespaceURI, localName, qName) {\n\t\tthis.currentElement = this.currentElement.parentNode;\n\t},\n\tstartPrefixMapping: function (prefix, uri) {},\n\tendPrefixMapping: function (prefix) {},\n\tprocessingInstruction: function (target, data) {\n\t\tvar ins = this.doc.createProcessingInstruction(target, data);\n\t\tthis.locator && position(this.locator, ins);\n\t\tappendElement(this, ins);\n\t},\n\tignorableWhitespace: function (ch, start, length) {},\n\tcharacters: function (chars, start, length) {\n\t\tchars = _toString.apply(this, arguments);\n\t\t//console.log(chars)\n\t\tif (chars) {\n\t\t\tif (this.cdata) {\n\t\t\t\tvar charNode = this.doc.createCDATASection(chars);\n\t\t\t} else {\n\t\t\t\tvar charNode = this.doc.createTextNode(chars);\n\t\t\t}\n\t\t\tif (this.currentElement) {\n\t\t\t\tthis.currentElement.appendChild(charNode);\n\t\t\t} else if (/^\\s*$/.test(chars)) {\n\t\t\t\tthis.doc.appendChild(charNode);\n\t\t\t\t//process xml\n\t\t\t}\n\t\t\tthis.locator && position(this.locator, charNode);\n\t\t}\n\t},\n\tskippedEntity: function (name) {},\n\tendDocument: function () {\n\t\tthis.doc.normalize();\n\t},\n\t/**\n\t * Stores the locator to be able to set the `columnNumber` and `lineNumber`\n\t * on the created DOM nodes.\n\t *\n\t * @param {Locator} locator\n\t */\n\tsetDocumentLocator: function (locator) {\n\t\tif (locator) {\n\t\t\tlocator.lineNumber = 0;\n\t\t}\n\t\tthis.locator = locator;\n\t},\n\t//LexicalHandler\n\tcomment: function (chars, start, length) {\n\t\tchars = _toString.apply(this, arguments);\n\t\tvar comm = this.doc.createComment(chars);\n\t\tthis.locator && position(this.locator, comm);\n\t\tappendElement(this, comm);\n\t},\n\n\tstartCDATA: function () {\n\t\t//used in characters() methods\n\t\tthis.cdata = true;\n\t},\n\tendCDATA: function () {\n\t\tthis.cdata = false;\n\t},\n\n\tstartDTD: function (name, publicId, systemId, internalSubset) {\n\t\tvar impl = this.doc.implementation;\n\t\tif (impl && impl.createDocumentType) {\n\t\t\tvar dt = impl.createDocumentType(name, publicId, systemId, internalSubset);\n\t\t\tthis.locator && position(this.locator, dt);\n\t\t\tappendElement(this, dt);\n\t\t\tthis.doc.doctype = dt;\n\t\t}\n\t},\n\treportError: function (level, message) {\n\t\tif (typeof this.onError === 'function') {\n\t\t\ttry {\n\t\t\t\tthis.onError(level, message, this);\n\t\t\t} catch (e) {\n\t\t\t\tthrow new ParseError('Reporting ' + level + ' \"' + message + '\" caused ' + e, this.locator);\n\t\t\t}\n\t\t} else {\n\t\t\tconsole.error('[xmldom ' + level + ']\\t' + message, _locator(this.locator));\n\t\t}\n\t},\n\t/**\n\t * @see http://www.saxproject.org/apidoc/org/xml/sax/ErrorHandler.html\n\t */\n\twarning: function (message) {\n\t\tthis.reportError('warning', message);\n\t},\n\terror: function (message) {\n\t\tthis.reportError('error', message);\n\t},\n\t/**\n\t * This function reports a fatal error and throws a ParseError.\n\t *\n\t * @param {string} message\n\t * - The message to be used for reporting and throwing the error.\n\t * @returns {never}\n\t * This function always throws an error and never returns a value.\n\t * @throws {ParseError}\n\t * Always throws a ParseError with the provided message.\n\t */\n\tfatalError: function (message) {\n\t\tthis.reportError('fatalError', message);\n\t\tthrow new ParseError(message, this.locator);\n\t},\n};\n\nfunction _locator(l) {\n\tif (l) {\n\t\treturn '\\n@#[line:' + l.lineNumber + ',col:' + l.columnNumber + ']';\n\t}\n}\n\nfunction _toString(chars, start, length) {\n\tif (typeof chars == 'string') {\n\t\treturn chars.substr(start, length);\n\t} else {\n\t\t//java sax connect width xmldom on rhino(what about: \"? && !(chars instanceof String)\")\n\t\tif (chars.length >= start + length || start) {\n\t\t\treturn new java.lang.String(chars, start, length) + '';\n\t\t}\n\t\treturn chars;\n\t}\n}\n\n/*\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/LexicalHandler.html\n * used method of org.xml.sax.ext.LexicalHandler:\n * #comment(chars, start, length)\n * #startCDATA()\n * #endCDATA()\n * #startDTD(name, publicId, systemId)\n *\n *\n * IGNORED method of org.xml.sax.ext.LexicalHandler:\n * #endDTD()\n * #startEntity(name)\n * #endEntity(name)\n *\n *\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/DeclHandler.html\n * IGNORED method of org.xml.sax.ext.DeclHandler\n * \t#attributeDecl(eName, aName, type, mode, value)\n * #elementDecl(name, model)\n * #externalEntityDecl(name, publicId, systemId)\n * #internalEntityDecl(name, value)\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/EntityResolver2.html\n * IGNORED method of org.xml.sax.EntityResolver2\n * #resolveEntity(String name,String publicId,String baseURI,String systemId)\n * #resolveEntity(publicId, systemId)\n * #getExternalSubset(name, baseURI)\n * @link http://www.saxproject.org/apidoc/org/xml/sax/DTDHandler.html\n * IGNORED method of org.xml.sax.DTDHandler\n * #notationDecl(name, publicId, systemId) {};\n * #unparsedEntityDecl(name, publicId, systemId, notationName) {};\n */\n'endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl'.replace(\n\t/\\w+/g,\n\tfunction (key) {\n\t\tDOMHandler.prototype[key] = function () {\n\t\t\treturn null;\n\t\t};\n\t}\n);\n\n/* Private static helpers treated below as private instance methods, so don't need to add these to the public API; we might use a Relator to also get rid of non-standard public properties */\nfunction appendElement(handler, node) {\n\tif (!handler.currentElement) {\n\t\thandler.doc.appendChild(node);\n\t} else {\n\t\thandler.currentElement.appendChild(node);\n\t}\n}\n\n/**\n * A method that prevents any further parsing when an `error`\n * with level `error` is reported during parsing.\n *\n * @see {@link DOMParserOptions.onError}\n * @see {@link onWarningStopParsing}\n */\nfunction onErrorStopParsing(level) {\n\tif (level === 'error') throw 'onErrorStopParsing';\n}\n\n/**\n * A method that prevents any further parsing when any `error` is reported during parsing.\n *\n * @see {@link DOMParserOptions.onError}\n * @see {@link onErrorStopParsing}\n */\nfunction onWarningStopParsing() {\n\tthrow 'onWarningStopParsing';\n}\n\nexports.__DOMHandler = DOMHandler;\nexports.DOMParser = DOMParser;\nexports.normalizeLineEndings = normalizeLineEndings;\nexports.onErrorStopParsing = onErrorStopParsing;\nexports.onWarningStopParsing = onWarningStopParsing;\n","'use strict';\nvar conventions = require('./conventions');\nexports.assign = conventions.assign;\nexports.hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nexports.isHTMLMimeType = conventions.isHTMLMimeType;\nexports.isValidMimeType = conventions.isValidMimeType;\nexports.MIME_TYPE = conventions.MIME_TYPE;\nexports.NAMESPACE = conventions.NAMESPACE;\n\nvar errors = require('./errors');\nexports.DOMException = errors.DOMException;\nexports.DOMExceptionName = errors.DOMExceptionName;\nexports.ExceptionCode = errors.ExceptionCode;\nexports.ParseError = errors.ParseError;\n\nvar dom = require('./dom');\nexports.Attr = dom.Attr;\nexports.CDATASection = dom.CDATASection;\nexports.CharacterData = dom.CharacterData;\nexports.Comment = dom.Comment;\nexports.Document = dom.Document;\nexports.DocumentFragment = dom.DocumentFragment;\nexports.DocumentType = dom.DocumentType;\nexports.DOMImplementation = dom.DOMImplementation;\nexports.Element = dom.Element;\nexports.Entity = dom.Entity;\nexports.EntityReference = dom.EntityReference;\nexports.LiveNodeList = dom.LiveNodeList;\nexports.NamedNodeMap = dom.NamedNodeMap;\nexports.Node = dom.Node;\nexports.NodeList = dom.NodeList;\nexports.Notation = dom.Notation;\nexports.ProcessingInstruction = dom.ProcessingInstruction;\nexports.Text = dom.Text;\nexports.XMLSerializer = dom.XMLSerializer;\n\nvar domParser = require('./dom-parser');\nexports.DOMParser = domParser.DOMParser;\nexports.onErrorStopParsing = domParser.onErrorStopParsing;\nexports.onWarningStopParsing = domParser.onWarningStopParsing;\n","import { DOMParser as O, DOMImplementation as T } from \"@xmldom/xmldom\";\nconst b = \"USJ\", N = \"3.1\", m = [\n \"type\",\n \"marker\",\n \"content\",\n \"sid\",\n \"eid\",\n \"number\",\n \"code\",\n \"altnumber\",\n \"pubnumber\",\n \"caller\",\n \"align\",\n \"category\"\n];\nfunction P(e) {\n return g.includes(e);\n}\nconst g = [\n // Old Testament\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n // New Testament\n \"MAT\",\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n // Deuterocanon\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"EZA\",\n \"5EZ\",\n \"6EZ\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n \"REP\",\n \"4BA\",\n \"LAO\",\n // Non scripture\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\",\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\"\n], u = \"usx\", v = \"3.1\";\nfunction S(e) {\n const t = {};\n let i = e.tagName, o, r, d = \"append\";\n if ([\"row\", \"cell\"].includes(i) && (i = \"table:\" + i), e.attributes)\n for (let c = 0; c < e.attributes.length; c++) {\n const s = e.attributes[c];\n t[s.name] = s.value;\n }\n t.style && (o = t.style, delete t.style), t.vid && delete t.vid, t.closed && delete t.closed, t.status && delete t.status;\n let n = { type: i };\n o && (n.marker = o), n = { ...n, ...t }, e.firstChild && e.firstChild.nodeType === e.firstChild.TEXT_NODE && e.firstChild.nodeValue && e.firstChild.nodeValue.trim() !== \"\" && (r = e.firstChild.nodeValue);\n const f = Array.from(e.childNodes);\n n.content = [], r && n.content.push(r);\n for (const c of f) {\n if (c.tagName === void 0)\n continue;\n const [s, h] = S(c);\n switch (h) {\n case \"append\":\n n.content.push(s);\n break;\n case \"merge\":\n n.content = n.content.concat(s);\n break;\n }\n c.nextSibling && c.nextSibling.nodeType === c.nextSibling.TEXT_NODE && c.nextSibling.nodeValue && (c.nextSibling.nodeValue.trim() !== \"\" || c.nextSibling.nodeValue === \" \") && n.content.push(c.nextSibling.nodeValue);\n }\n return (n.content.length === 0 && n.type !== u || [\"chapter\", \"verse\", \"optbreak\", \"ms\"].includes(i) || o && [\"va\", \"ca\", \"b\"].includes(o)) && delete n.content, \"eid\" in n && [\"verse\", \"chapter\"].includes(i) && (d = \"ignore\"), [n, d];\n}\nfunction M(e) {\n const [t] = e ? S(e) : [{ content: [] }];\n return t.type = b, t.version = N, t;\n}\nfunction R(e) {\n const i = new O().parseFromString(e, \"text/xml\");\n return M(i.documentElement);\n}\nlet l, a;\nfunction A(e, t) {\n const i = e.createElement(\"verse\");\n return i.setAttribute(\"eid\", t), i;\n}\nfunction E(e, t) {\n const i = e.createElement(\"chapter\");\n return i.setAttribute(\"eid\", t), i;\n}\nfunction X(e, t) {\n t.type === \"unmatched\" ? e.setAttribute(\"marker\", t.marker) : e.setAttribute(\"style\", t.marker);\n for (const [i, o] of Object.entries(t))\n o && ![\"type\", \"marker\", \"content\"].includes(i) && e.setAttribute(i, o);\n}\nfunction p(e, t, i, o) {\n let r, d, n;\n if (typeof e == \"string\") r = i.createTextNode(e);\n else if (d = e.type.replace(\"table:\", \"\"), r = i.createElement(d), X(r, e), e.content)\n for (const [f, c] of e.content.entries()) {\n const s = f === e.content.length - 1;\n p(c, r, i, s);\n }\n a && (d === \"verse\" || t.tagName === \"para\" && o) && (n = A(i, a), a = void 0), d === \"verse\" && typeof e != \"string\" && e.sid !== void 0 && (a = e.sid), l && (d === \"chapter\" || d === \"para\" && o) && (n = E(i, l), l = void 0), d === \"chapter\" && typeof e != \"string\" && e.sid !== void 0 && (l = e.sid), n && !o && t.appendChild(n), t.appendChild(r), n && o && t.appendChild(n), o && t.nodeName === u && (a && t.appendChild(A(i, a)), l && t.appendChild(E(i, l)), a = void 0, l = void 0);\n}\nfunction y(e, t) {\n if (t.documentElement) {\n for (const [i, o] of e.content.entries()) {\n const r = i === e.content.length - 1;\n p(o, t.documentElement, t, r);\n }\n return t.documentElement ?? void 0;\n }\n}\nfunction B(e) {\n const t = new T().createDocument(\"\", u);\n return t.documentElement && (t.documentElement.setAttribute(\"version\", v), y(e, t)), t.toString();\n}\nexport {\n m as MARKER_OBJECT_PROPS,\n b as USJ_TYPE,\n N as USJ_VERSION,\n P as isValidBookCode,\n B as usjToUsxString,\n R as usxStringToUsj\n};\n//# sourceMappingURL=index.js.map\n","// This was disabled so class functions that are similar in purpose can be grouped together\n/* eslint-disable @typescript-eslint/member-ordering */\nimport {\n USJ_TYPE,\n type MarkerContent,\n type MarkerObject,\n type Usj,\n} from '@biblionexus-foundation/scripture-utilities';\nimport { VerseRef } from '@sillsdev/scripture';\nimport { JSONPath } from 'jsonpath-plus';\nimport {\n CHAPTER_TYPE,\n ContentJsonPath,\n IUsjReaderWriter,\n UsjContentLocation,\n VERSE_TYPE,\n VerseRefOffset,\n} from './usj-reader-writer.model';\n\nconst NODE_TYPES_NOT_CONTAINING_VERSE_TEXT = ['figure', 'note', 'sidebar', 'table'];\nObject.freeze(NODE_TYPES_NOT_CONTAINING_VERSE_TEXT);\n\n/** Map of USJ content arrays and objects inside content arrays to the content array owner */\ntype UsjParentMap = Map;\n\n/**\n * Represents information about where a USJ node resides in the `content` array of its parent.\n * `parent` is a reference to the node's parent, and `index` represents the numeric index inside of\n * `parent`'s content array.\n */\ntype StackItem = { parent: MarkerObject | Usj; index: number };\n\n/**\n * Stack of levels inside a USJ tree relative to a specific node. The top of the stack should always\n * be the root Usj object.\n */\ntype WorkingStack = StackItem[];\n\n/**\n * Chapter and verse numbers along with the node within a USJ object that represents the start of\n * that chapter + verse\n */\ntype ChapterVerseNode = {\n chapterNum: number | undefined;\n verseNum: number | undefined;\n /**\n * All text following this node belongs to the given chapter and verse until another chapter or\n * verse node is found\n */\n startingContentNode: MarkerObject | undefined;\n};\n\n/** Represents USJ formatted scripture with helpful utilities for working with it */\nexport default class UsjReaderWriter implements IUsjReaderWriter {\n private readonly usj: Usj;\n private parentMapInternal: UsjParentMap | undefined;\n\n constructor(usj: Usj) {\n this.usj = usj;\n }\n\n // If new variables are created to speed up queries, they should be reset here\n usjChanged(): void {\n this.parentMapInternal = undefined;\n }\n\n // #region Directly using the JSONPath package to perform JSONPath query -> USJ node\n\n findSingleValue(jsonPathQuery: string): T | undefined {\n const wrappedResults = JSONPath({ path: jsonPathQuery, json: this.usj, wrap: true });\n if (wrappedResults === undefined || wrappedResults.length === 0) return undefined;\n if (!Array.isArray(wrappedResults[0])) return wrappedResults[0];\n\n // There is no way to tell the difference between a query that returns a single result that is an\n // array and a query that returns multiple results wrapped in an array when `wrap` is false.\n // However, if `wrap` is true then a single result that is an array will be a different array\n // object than the array object within `usj`. So we need to run with `wrap` as true and false to\n // get the original array object back for a query that returns a single array.\n const unwrappedResults = JSONPath({ path: jsonPathQuery, json: this.usj, wrap: false });\n if (unwrappedResults.length === 1 && Array.isArray(unwrappedResults[0]))\n // I have no idea why eslint is mad about casting from `any` to `T`, but it doesn't like it\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return unwrappedResults[0] as T;\n return unwrappedResults;\n }\n\n findParent(jsonPathQuery: string): T | undefined {\n // Note that \"resultType: 'parent'\" does not work for queries\n // The \"jsonpath-plus\" package allows putting a carat at the end of a query to get a parent\n return this.findSingleValue(`${jsonPathQuery}^`);\n }\n\n private findBookId(): string | undefined {\n return this.findSingleValue('$.content[?(@.type==\"book\" && @.marker==\"id\")].code');\n }\n\n private findChapterNode(chapterNumber: number): MarkerObject | undefined {\n const chapterQuery = `$..content[?(@.type==\"chapter\" && @.number==\"${chapterNumber}\")]`;\n return this.findSingleValue(chapterQuery);\n }\n\n // #endregion\n\n // #region Parent Maps\n\n private static createParentMapInternal(\n obj: MarkerObject,\n parent: MarkerObject | Usj,\n parentMap: UsjParentMap,\n ): void {\n parentMap.set(obj, parent);\n // USJ queries may return pointers to content arrays, not just objects\n if (obj.content) parentMap.set(obj.content, obj);\n obj.content?.forEach((child) => {\n if (typeof child === 'object') UsjReaderWriter.createParentMapInternal(child, obj, parentMap);\n });\n }\n\n /** Viewing a Usj object as a tree, build a map to walk up the tree */\n private createUsjParentMap(): UsjParentMap {\n const parentMap = new Map();\n if (this.usj.content) parentMap.set(this.usj.content, this.usj);\n this.usj.content.forEach((content) => {\n if (typeof content === 'object')\n UsjReaderWriter.createParentMapInternal(content, this.usj, parentMap);\n });\n return parentMap;\n }\n\n /** Create the parent map if it doesn't already exist and return it */\n private get parentMap(): UsjParentMap {\n if (this.parentMapInternal) return this.parentMapInternal;\n this.parentMapInternal = this.createUsjParentMap();\n return this.parentMapInternal;\n }\n\n // #endregion\n\n // #region Working Stacks\n\n /** Return the working stack applicable to the given node */\n private createWorkingStack(node: MarkerObject): WorkingStack {\n // Represents levels in the USJ node tree that are above the current node (i.e., ancestors)\n // Levels in the tree are represented as a stack, so the last item in the stack is node's parent\n const workingStack: WorkingStack = [];\n\n // Grab a reference so we don't keep checking if it exists\n const { parentMap } = this;\n\n // `node` might be in the middle of the USJ tree, so build up the stack before walking the tree\n let tempNode: MarkerObject | Usj = node;\n let tempParent = parentMap.get(tempNode);\n while (tempParent !== undefined) {\n if (!tempParent.content)\n throw new Error('Invalid parentMap: all parents should have content');\n\n if (\n // Referencing tempNode and tempParent is OK in the loop since 'let' is used instead of 'var'\n // eslint-disable-next-line no-loop-func\n !tempParent.content.find((tempChild, index) => {\n if (tempChild !== tempNode) return false;\n if (!tempParent) throw new Error('undefined \"tempParent\" should not be possible');\n workingStack.unshift({ parent: tempParent, index });\n return true;\n })\n )\n throw new Error(`Unable to find correct parent node of ${JSON.stringify(tempNode)}`);\n\n if (tempParent.type === USJ_TYPE) break;\n tempNode = tempParent;\n // TS doesn't understand that only Usj objects have type == USJ_TYPE\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n tempParent = parentMap.get(tempParent as MarkerObject);\n }\n\n return workingStack;\n }\n\n private static convertWorkingStackToJsonPath(stack: WorkingStack): ContentJsonPath {\n let jsonPath = '$';\n stack.forEach((stackLevel) => {\n jsonPath = `${jsonPath}.content[${stackLevel.index}]`;\n });\n // The JSONPath string construction above conforms to the ContentJsonPath type\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return jsonPath as ContentJsonPath;\n }\n\n private convertJsonPathToWorkingStack(jsonPath: ContentJsonPath): WorkingStack {\n const retVal: WorkingStack = [];\n\n const levels = jsonPath.match(/content\\[(\\d+)\\]/g);\n if (!levels) throw new Error(`Malformed or unexpected jsonPath: ${jsonPath}`);\n\n let onNode: Usj | MarkerObject = this.usj;\n\n levels.forEach((level, onLevel) => {\n const indexString = /(\\d+)/.exec(level);\n if (!indexString) throw new Error(`Malformed or unexpected jsonPath: ${jsonPath}`);\n const index = parseInt(indexString[0], 10);\n retVal.push({ parent: onNode, index });\n if (onLevel + 1 < levels.length) {\n if (typeof onNode === 'string' || !onNode.content)\n throw new Error(`jsonPath points to node without children: ${JSON.stringify(onNode)}`);\n const nextNode = onNode.content[index];\n if (typeof nextNode === 'string')\n throw new Error(`jsonPath points to node without children: ${JSON.stringify(nextNode)}`);\n onNode = nextNode;\n }\n });\n\n return retVal;\n }\n\n // #endregion\n\n // #region Walk the node tree\n\n /**\n * Given the starting point of a tree to consider (`node`), find the rightmost MarkerObject from\n * the array of `content`. In the following example, this would be \"J\".\n *\n * A <- Consider \"A\" to be `node`\n * / / | \\ \\\n * B C D E F <- Consider these to be MarkerObjects inside the `content` array owned by \"A\"\n * | / \\ |\n * G H I J <- Consider these to be MarkerObjects inside their parents `content` arrays\n *\n * If \"F\" did not exist in this example, then \"E\" would be returned. If \"E\" and \"F\" didn't exist,\n * then \"I\" would be returned.\n *\n * The general idea here is that we are looking for the MarkerObject in Usj that is immediately\n * adjacent to whatever `node`'s next sibling is in `parent`'s `content` array.\n */\n private static findRightMostDescendantMarkerObject(\n node: MarkerObject,\n parent: MarkerObject | Usj,\n skipTypes: string[] = [],\n ): { node: MarkerObject; parent: MarkerObject | Usj } {\n // There are no descendants, so this is as deep as it goes\n if (!node.content) return { node, parent };\n\n for (let index = node.content.length - 1; index >= 0; index--) {\n const candidate = node.content[index];\n if (typeof candidate === 'object' && !skipTypes.includes(candidate.type)) {\n if (candidate.content)\n return this.findRightMostDescendantMarkerObject(candidate, node, skipTypes);\n return { node: candidate, parent: node };\n }\n }\n\n // All descendants were strings which aren't MarkerObjects\n return { node, parent };\n }\n\n private static findNextMatchingNodeUsingWorkingStack(\n node: MarkerContent,\n workingStack: WorkingStack,\n skipTypes: string[],\n searchFunction: (potentiallyMatchingNode: MarkerContent, workingStack: WorkingStack) => boolean,\n ): MarkerContent | undefined {\n // Walk the nodes in a depth-first, left-to-right manner until the search function returns true\n let nextNode: MarkerContent | undefined = node;\n while (nextNode !== undefined) {\n const skipNextNode = typeof nextNode === 'object' && skipTypes.includes(nextNode.type);\n\n // If we found the node we're looking for, we're done\n if (!skipNextNode && searchFunction(nextNode, workingStack)) return nextNode;\n\n // Look at the node's children\n if (!skipNextNode && typeof nextNode === 'object' && (nextNode.content?.length ?? 0) > 0) {\n workingStack.push({ parent: nextNode, index: 0 });\n // Same as `nextNode = nextNode.content[0];` without triggering 2 different eslint errors\n [nextNode] = nextNode.content;\n }\n // The node has no children, so look at the next sibling, or the parent's next sibling, etc. up the stack\n else {\n nextNode = undefined;\n while (workingStack.length > 0) {\n const nextLevel = workingStack.pop();\n // We know that `content` exists due to its presence in this data structure\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n if (nextLevel && nextLevel.index + 1 < nextLevel.parent.content!.length) {\n nextLevel.index += 1;\n workingStack.push(nextLevel);\n // We know that `content` exists due to its presence in this data structure\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n nextNode = nextLevel.parent.content![nextLevel.index];\n break;\n }\n }\n }\n }\n\n // We've looked everywhere, so there must not be an appropriate node anywhere\n return undefined;\n }\n\n /**\n * Walk through a USJ node tree depth-first, left-to-right to find the first node that matches\n * criteria specified by `searchFunction` (i.e., the first node where `searchFunction` returns\n * `true`)\n */\n private findNextMatchingNode(\n node: MarkerObject,\n skipTypes: string[],\n searchFunction: (potentiallyMatchingNode: MarkerContent, workingStack: WorkingStack) => boolean,\n ): MarkerContent | undefined {\n // Represents levels in the USJ node tree that are above the current node (i.e., ancestors)\n // Levels in the tree are represented as a stack, so the last item is the current node's parent\n const workingStack = this.createWorkingStack(node);\n\n return UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n node,\n workingStack,\n skipTypes,\n searchFunction,\n );\n }\n\n // #endregion\n\n // #region Node -> JSONPath\n\n nodeToJsonPath(node: MarkerObject): ContentJsonPath {\n return UsjReaderWriter.convertWorkingStackToJsonPath(this.createWorkingStack(node));\n }\n\n // #endregion\n\n // #region USJ + node -> VerseRef + offset\n\n /** Find the chapter and verse that apply to a given USJ node */\n private findVerseRefForNode(\n node: MarkerContent,\n nodeParent: MarkerObject | Usj,\n retVal: ChapterVerseNode = {\n chapterNum: undefined,\n verseNum: undefined,\n startingContentNode: undefined,\n },\n ): ChapterVerseNode {\n // If we already have the data, we're done\n if (retVal.verseNum !== undefined && retVal.chapterNum !== undefined) return retVal;\n\n // See if this node gives us the data\n if (typeof node === 'object' && node.number !== undefined) {\n const nodeNumber = Number.parseInt(node.number, 10);\n if (node.type === CHAPTER_TYPE) {\n retVal.chapterNum = nodeNumber;\n retVal.verseNum = retVal.verseNum ?? 0;\n retVal.startingContentNode = retVal.startingContentNode ?? node;\n return retVal;\n }\n if (node.type === VERSE_TYPE && !retVal.verseNum) {\n retVal.verseNum = nodeNumber;\n retVal.startingContentNode = node;\n }\n }\n\n // Prepare to look for siblings of this node in the parent\n if (!nodeParent.content)\n throw new Error(`\"content\" array not found: ${JSON.stringify(nodeParent)}`);\n\n // Find the position of this node in the parent's content\n let nodeIndex = 0;\n for (let index = 0; index < nodeParent.content.length; index++) {\n if (nodeParent.content[index] === node) {\n nodeIndex = index;\n break;\n }\n }\n\n // Find the first, previous sibling of this node that is an object\n let previousNodeIndex = nodeIndex - 1;\n while (previousNodeIndex >= 0 && typeof nodeParent.content[previousNodeIndex] !== 'object')\n previousNodeIndex -= 1;\n\n // There are no more siblings to inspect from this parent, so walk up a level\n if (previousNodeIndex < 0) {\n // We can't walk up a level if we're at the top level Usj node, so we're done\n if (nodeParent.type === USJ_TYPE) {\n if (retVal.chapterNum === undefined) {\n retVal.chapterNum = 1;\n retVal.verseNum = 0;\n retVal.startingContentNode = undefined;\n }\n return retVal;\n }\n\n // TS doesn't understand that only Usj objects have type == USJ_TYPE\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n const nodeParentMarkerObject = nodeParent as MarkerObject;\n\n const grandparent = this.parentMap.get(nodeParentMarkerObject);\n if (!grandparent) throw new Error(`No parent found for ${JSON.stringify(nodeParent)}`);\n return this.findVerseRefForNode(nodeParentMarkerObject, grandparent, retVal);\n }\n\n // Walk down the sibling's children as far as we can\n // This is a MarkerObject based on the while loop a few lines above\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n const previousNode = nodeParent.content[previousNodeIndex] as MarkerObject;\n const descendant = UsjReaderWriter.findRightMostDescendantMarkerObject(\n previousNode,\n nodeParent,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n );\n return this.findVerseRefForNode(descendant.node, descendant.parent, retVal);\n }\n\n nodeToVerseRefAndOffset(\n bookId: string,\n node: MarkerContent,\n nodeParent: MarkerObject | MarkerContent[] | undefined,\n ): { verseRef: VerseRef; offset: number } | undefined {\n if (typeof node === 'string' && nodeParent === undefined)\n throw new Error(`If \"node\" is a string, then \"nodeParent\" cannot be undefined`);\n\n let realParent: MarkerObject | Usj | undefined;\n // \"node\" cannot be a string if \"nodeParent\" is undefined\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n if (nodeParent === undefined) realParent = this.parentMap.get(node as MarkerObject);\n else realParent = Array.isArray(nodeParent) ? this.parentMap.get(nodeParent) : nodeParent;\n if (realParent === undefined)\n throw new Error(`Cannot find parent for ${JSON.stringify(nodeParent)}`);\n\n const chapterVerseContent = this.findVerseRefForNode(node, realParent);\n if (!chapterVerseContent) return undefined;\n\n if (!chapterVerseContent.chapterNum)\n throw new Error(`Could not determine chapter number for ${JSON.stringify(node)}`);\n\n const verseRef = new VerseRef(\n bookId,\n chapterVerseContent.chapterNum.toString(),\n chapterVerseContent.verseNum ? chapterVerseContent.verseNum.toString() : '0',\n );\n\n let offset = 0;\n // Walk forward through the USJ nodes until `node` is found, incrementing `offset` along the way\n if (chapterVerseContent.startingContentNode !== undefined) {\n this.findNextMatchingNode(chapterVerseContent.startingContentNode, [], (n, stack) => {\n if (n === node) return true;\n if (stack.find((level) => NODE_TYPES_NOT_CONTAINING_VERSE_TEXT.includes(level.parent.type)))\n return false;\n if (typeof n === 'string') {\n offset += n.length;\n return false;\n }\n if (\n (n.type === CHAPTER_TYPE && n.number !== chapterVerseContent.chapterNum?.toString()) ||\n (n.type === VERSE_TYPE && n.number !== chapterVerseContent.verseNum?.toString())\n ) {\n offset = 0;\n return true;\n }\n return false;\n });\n }\n\n return { verseRef, offset };\n }\n\n // #endregion\n\n // #region JSONPath -> VerseRef + offset\n\n jsonPathToVerseRefAndOffset(jsonPathQuery: string, bookId?: string): VerseRefOffset {\n const effectiveBookId = bookId ?? this.findBookId();\n if (!effectiveBookId) throw new Error('Not able to determine the book ID');\n\n const target: MarkerContent | undefined = this.findSingleValue(jsonPathQuery);\n if (!target) throw new Error(`No result found for JSONPath query: ${jsonPathQuery}`);\n\n const parent: MarkerObject | MarkerContent[] | undefined = this.findParent(jsonPathQuery);\n if (!parent) throw new Error(`Could not determine parent for ${jsonPathQuery}`);\n\n const verseRefAndOffset = this.nodeToVerseRefAndOffset(effectiveBookId, target, parent);\n if (!verseRefAndOffset)\n throw new Error(`Could not determine VerseRef that corresponds to ${jsonPathQuery}`);\n\n return verseRefAndOffset;\n }\n\n // #endregion\n\n // #region VerseRef + offset -> Node + JSONPath + offset\n\n verseRefToUsjContentLocation(verseRef: VerseRef, verseRefOffset: number = 0): UsjContentLocation {\n if (verseRefOffset < 0) throw new Error('offset must be >= 0');\n\n // Prefer getting the book ID from the USJ itself, but it might not be available\n const bookId = this.findBookId() ?? verseRef.book;\n if (!bookId) throw new Error('Not able to determine the book ID');\n if (bookId !== verseRef.book)\n throw new Error(`Book IDs don't match: USJ=${bookId}, VerseRef=${verseRef.book}`);\n\n const chapterNode = this.findChapterNode(verseRef.chapterNum);\n if (chapterNode === undefined)\n throw new Error(`Could not find ${bookId} chapter ${verseRef.chapterNum}`);\n\n let foundAnotherChapter = false;\n let jsonPath: ContentJsonPath = '';\n const expectedVerse = verseRef.verse;\n const verseNode: MarkerContent | undefined = this.findNextMatchingNode(\n chapterNode,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, workingStack) => {\n if (node === chapterNode) {\n if (verseRef.verseNum === 0) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n return true;\n }\n return false;\n }\n if (typeof node !== 'object') return false;\n if (node.type === CHAPTER_TYPE) {\n foundAnotherChapter = true;\n return true;\n }\n if (\n node.type === VERSE_TYPE &&\n node.number !== undefined &&\n node.number === expectedVerse\n ) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n return true;\n }\n return false;\n },\n );\n\n if (foundAnotherChapter || verseNode === undefined || typeof verseNode === 'string')\n throw new Error(`Verse ${expectedVerse} not found in ${bookId} ${verseRef.chapterNum}`);\n\n if (verseRefOffset === 0) return { node: verseNode, offset: 0, jsonPath };\n\n let cumulativeVerseLengthSeen = 0;\n let usjNodeOffset = 0;\n let foundNode: MarkerContent | undefined;\n this.findNextMatchingNode(\n verseNode,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, workingStack) => {\n if (node === verseNode) return false;\n if (typeof node === 'string') {\n cumulativeVerseLengthSeen += node.length;\n if (cumulativeVerseLengthSeen > verseRefOffset) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n usjNodeOffset = verseRefOffset - cumulativeVerseLengthSeen + node.length;\n foundNode = node;\n return true;\n }\n }\n // If we found another verse or chapter, then the offset was larger than the verse length\n // Just return the original verse node in that case\n else if (node.type === CHAPTER_TYPE || node.type === VERSE_TYPE) return true;\n return false;\n },\n );\n\n return { node: foundNode ?? verseNode, offset: usjNodeOffset, jsonPath };\n }\n\n // #endregion\n\n // #region Search for text from a node + JSONPath + offset\n\n findNextLocationOfMatchingText(\n startingPoint: UsjContentLocation,\n text: string,\n maxTextLengthToSearch: number = 1000,\n ): UsjContentLocation | undefined {\n let textScanned = '';\n let lengthScanned = 0;\n let lengthTrimmed = 0;\n let foundStartingAtOffset = 0;\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n startingPoint.node,\n this.convertJsonPathToWorkingStack(startingPoint.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node) => {\n if (typeof node !== 'string') return false;\n\n lengthScanned += node.length;\n textScanned = `${textScanned}${node}`;\n const textIndex = textScanned.indexOf(text);\n if (textIndex < 0) {\n // Keep the string we're keeping around from going too large\n lengthTrimmed += textScanned.length;\n if (textScanned.length > text.length)\n textScanned = textScanned.substring(textScanned.length - text.length);\n lengthTrimmed -= textScanned.length;\n\n // Stop looking if we haven't found it after scanning a lot of text\n return lengthScanned > maxTextLengthToSearch;\n }\n\n // We found it!\n foundStartingAtOffset = lengthTrimmed + textIndex;\n return true;\n },\n );\n\n // We never found what we wanted\n if (foundStartingAtOffset <= 0) return undefined;\n\n // The text might have been split between nodes, so we have to go through it one more time\n lengthScanned = 0;\n let finalOffset = 0;\n let finalStack: WorkingStack = [];\n const finalNode = UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n startingPoint.node,\n this.convertJsonPathToWorkingStack(startingPoint.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, stack) => {\n if (typeof node !== 'string') return false;\n\n lengthScanned += node.length;\n if (lengthScanned < foundStartingAtOffset + 1) return false;\n\n finalOffset = foundStartingAtOffset - lengthScanned + node.length;\n finalStack = stack;\n return true;\n },\n );\n if (!finalNode) throw new Error('Internal error: inconsistent search results');\n\n return {\n node: finalNode,\n offset: finalOffset,\n jsonPath: UsjReaderWriter.convertWorkingStackToJsonPath(finalStack),\n };\n }\n\n // #endregion\n\n // #region Extract text from a node + JSONPath + offset\n\n extractText(start: UsjContentLocation, desiredLength: number): string {\n let retVal = '';\n let offsetRemaining = start.offset;\n let lengthRecorded = 0;\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n start.node,\n this.convertJsonPathToWorkingStack(start.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node) => {\n if (typeof node !== 'string') return false;\n if (offsetRemaining >= node.length) {\n offsetRemaining -= node.length;\n return false;\n }\n let remainingNode = node;\n if (offsetRemaining > 0) {\n remainingNode = remainingNode.substring(offsetRemaining);\n offsetRemaining = 0;\n }\n if (lengthRecorded + remainingNode.length < desiredLength) {\n lengthRecorded += remainingNode.length;\n retVal = `${retVal}${remainingNode}`;\n return false;\n }\n const lengthToCopy = desiredLength - lengthRecorded;\n retVal = `${retVal}${remainingNode.substring(0, lengthToCopy - 1)}`;\n return true;\n },\n );\n return retVal;\n }\n\n extractTextBetweenPoints(\n start: UsjContentLocation,\n end: UsjContentLocation,\n maxLength: number = 100,\n ): string {\n let retVal = '';\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n start.node,\n this.convertJsonPathToWorkingStack(start.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, currentStack) => {\n // `node` and `end.node` are both `MarkerContent` which might be strings or objects\n if (node === end.node) {\n // If both objects are the same, then we definitely found `end`\n if (typeof node === 'object') return true;\n\n // If both strings are the same, we need to verify that we're at the same place in `usj`\n if (end.jsonPath === UsjReaderWriter.convertWorkingStackToJsonPath(currentStack))\n return true;\n }\n if (typeof node !== 'string') return false;\n retVal = `${retVal}${node}`;\n if (retVal.length > maxLength) retVal = retVal.substring(0, maxLength);\n return retVal.length >= maxLength;\n },\n );\n return retVal;\n }\n\n // #endregion\n\n // #region Edit this USJ data\n\n private static removeContentNodesFromArray(\n contentArray: MarkerContent[],\n searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean,\n ) {\n let removedCount = 0;\n for (let i = contentArray.length - 1; i >= 0; i--) {\n const node = contentArray[i];\n if (searchFunction(node)) {\n contentArray.splice(i, 1);\n removedCount += 1;\n } else if (typeof node !== 'string' && node.content)\n removedCount += this.removeContentNodesFromArray(node.content, searchFunction);\n }\n return removedCount;\n }\n\n removeContentNodes(searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean): number {\n const retVal = UsjReaderWriter.removeContentNodesFromArray(this.usj.content, searchFunction);\n this.usjChanged();\n return retVal;\n }\n\n // #endregion\n}\n"],"names":["AsyncVariable","variableName","rejectIfNotSettledWithinMS","__publicField","resolve","reject","value","throwIfAlreadySettled","reason","Collator","locales","options","string1","string2","DateTimeFormat","date","startDate","endDate","PlatformEventEmitter","event","callback","callbackIndex","newGuid","s","isString","o","deepClone","obj","debounce","fn","delay","timeout","args","groupBy","items","keySelector","valueSelector","map","item","key","group","isErrorWithMessage","error","toErrorWithMessage","maybeError","getErrorMessage","wait","ms","waitForDuration","maxWaitTimeInMS","getAllObjectFunctionNames","_objId","objectFunctionNames","property","objectPrototype","createSyncProxyForAsyncObject","getObject","objectToProxy","target","prop","DocumentCombiner","baseDocument","documentName","document","previousDocumentVersion","documentToSet","contributions","contributionName","potentialOutput","outputIteration","contribution","mergeObjects","output","finalOutput","areNonArrayObjects","values","allMatch","areArrayObjects","startingPoint","copyFrom","ignoreDuplicateProperties","retVal","mergeObjectsInternal","startingPointObj","copyFromObj","Mutex","AsyncMutex","MutexMap","mutexID","NonValidatingDocumentCombiner","NumberFormat","startRange","endRange","UnsubscriberAsyncList","name","unsubscribers","unsubscriber","unsubs","results","unsubscriberSucceeded","index","P","R","t","e","n","N","B","O","S","K","g","k","x","T","X","V","w","L","G","A","H","C","I","y","q","U","m","l","h","c","E","r","D","i","a","u","v","f","d","b","p","J","M","charRegex","astralRange","comboRange","varRange","familyRange","astral","combo","fitz","modifier","nonAstral","regional","surrogatePair","zwj","blackFlag","family","optModifier","optVar","optJoin","seq","symbol","__importDefault","this","mod","dist","char_regex_1","require$$0","toArray","str","toArray_1","length","match","length_1","substring","begin","end","substring_1","substr","len","strLength","substr_1","limit","padString","padPosition","padRepeats","limit_1","indexOf","searchStr","pos","strArr","searchArr","finded","searchIndex","indexOf_1","ensureArray","maybeArray","at","string","stringLength","charAt","codePointAt","endsWith","searchString","endPosition","lastIndexOfSearchString","lastIndexOf","indexOfClosestClosingCurlyBrace","escaped","closeCurlyBraceIndex","formatReplacementStringToArray","replacers","contents","nextIntermediateStartIndex","addToContents","newContent","newContentIndex","newContentLength","intermediateContent","baseSubstring","replacerKey","replacerContent","endContent","formatReplacementString","content","includes","position","partialString","stringzIndexOf","validatedPosition","stringzLength","normalize","form","upperCaseForm","ordinalCompare","padEnd","targetLength","stringzLimit","padStart","correctSliceIndex","slice","indexStart","indexEnd","newStart","newEnd","split","separator","splitLimit","result","regexSeparator","matches","currentIndex","matchIndex","matchLength","startsWith","stringzSubstr","stringzSubstring","stringzToArray","isLocalizeKey","escapeStringRegexp","transformAndEnsureRegExpRegExpArray","stringStringMaybeArray","stringMaybeStringArray","transformAndEnsureRegExpArray","stringMaybeArray","scrBookData","FIRST_SCR_BOOK_NUM","LAST_SCR_BOOK_NUM","FIRST_SCR_CHAPTER_NUM","FIRST_SCR_VERSE_NUM","defaultScrRef","getChaptersForBook","bookNum","_a","offsetBook","scrRef","offset","offsetChapter","offsetVerse","getLocalizedIdFromBookNumber","bookNumber","localizationLanguage","getLocalizedString","id","Canon","bookName","parts","scrRefToBBBCCCVVV","VerseRef","compareScrRefs","scrRef1","scrRef2","getLocalizeKeyForScrollGroupId","scrollGroupId","getLocalizeKeysForScrollGroupIds","scrollGroupIds","formatScrRef","optionOrLocalizedBookName","chapterVerseSeparator","bookChapterSeparator","book","aggregateUnsubscribers","success","aggregateUnsubscriberAsyncs","unsubPromises","CHAPTER_TYPE","VERSE_TYPE","getOwnPropertyNames","getOwnPropertySymbols","hasOwnProperty","combineComparators","comparatorA","comparatorB","state","createIsCircular","areItemsEqual","cache","cachedA","cachedB","getStrictProperties","object","hasOwn","sameValueZeroEqual","OWNER","getOwnPropertyDescriptor","keys","areArraysEqual","areDatesEqual","areMapsEqual","matchedIndices","aIterable","aResult","bResult","bIterable","hasMatch","aKey","aValue","_b","bKey","bValue","areObjectsEqual","properties","areObjectsEqualStrict","descriptorA","descriptorB","arePrimitiveWrappersEqual","areRegExpsEqual","areSetsEqual","areTypedArraysEqual","ARGUMENTS_TAG","BOOLEAN_TAG","DATE_TAG","MAP_TAG","NUMBER_TAG","OBJECT_TAG","REG_EXP_TAG","SET_TAG","STRING_TAG","isArray","isTypedArray","assign","getTag","createEqualityComparator","constructor","tag","createEqualityComparatorConfig","circular","createCustomConfig","strict","config","areArraysEqual$1","areMapsEqual$1","areObjectsEqual$1","areSetsEqual$1","createInternalEqualityComparator","compare","_indexOrKeyA","_indexOrKeyB","_parentA","_parentB","createIsEqual","comparator","createState","equals","meta","deepEqual","createCustomEqual","createCustomInternalComparator","isEqualDeep","isSubset","objectWithAllProperties","objectWithPartialProperties","partialArray","allArray","partialObj","allObj","serialize","replacer","space","replacerValue","newValue","deserialize","reviver","replaceNull","verseRefReviver","_vrefKey","vrefValue","chapter","verse","versification","ScrVers","combinedReviver","reviverKey","reviverVal","parsedObject","isSerializable","serializedValue","htmlEncode","getCurrentLocale","formatBytes","fileSize","decimals","sizes","sizeToUse","settingsDefs","removeJsonToTypeScriptTypesStuff","defs","def","projectSettingsDocumentSchema","settingsDocumentSchema","localizedStringsDefs","localizedStringsDocumentSchema","menuDocumentSchema","find","list","predicate","ac","freeze","oc","source","HTML_BOOLEAN_ATTRIBUTES","isHTMLBooleanAttribute","HTML_VOID_ELEMENTS","isHTMLVoidElement","tagName","HTML_RAW_TEXT_ELEMENTS","isHTMLRawTextElement","isHTMLEscapableRawTextElement","isHTMLMimeType","mimeType","MIME_TYPE","hasDefaultHTMLNamespace","_MIME_TYPES","isValidMimeType","NAMESPACE","conventions","extendError","writableName","DOMExceptionName","DOMExceptionNames","isValidDomExceptionCode","endsWithError","DOMException","messageOrCode","nameOrMessage","code","ExceptionCode","entries","ParseError","message","locator","errors","detectUnicodeSupport","RegExpImpl","UNICODE_SUPPORT","chars","regexp","chars_without","search","reg","self","part","isStr","regg","UNICODE_REPLACEMENT_CHARACTER","Char","_SChar","SChar_s","S_OPT","NameStartChar","NameStartChar_s","NameChar","Name","Nmtoken","EntityRef","CharRef","Reference","PEReference","EntityValue","AttValue","NCNameStartChar","NCNameChar","NCName","QName","QName_exact","QName_group","SystemLiteral","PI","PubidChar","PubidLiteral","COMMENT_START","COMMENT_END","Comment","PCDATA","Mixed","_children_quantity","children","contentspec","ELEMENTDECL_START","elementdecl","NotationType","Enumeration","EnumeratedType","AttType","DefaultDecl","AttDef","ATTLIST_DECL_START","AttlistDecl","SYSTEM","PUBLIC","ExternalID","ExternalID_match","NDataDecl","EntityDef","ENTITY_DECL_START","GEDecl","PEDef","PEDecl","EntityDecl","PublicID","NotationDecl","Eq","VersionNum","VersionInfo","EncName","EncodingDecl","SDDecl","XMLDecl","DOCTYPE_DECL_START","CDATA_START","CDATA_END","CDStart","CDEnd","CData","CDSect","grammar","PDC","require$$1","require$$2","checkSymbol","notEmptyString","input","splitOnASCIIWhitespace","orderedSetReducer","current","element","toOrderedSet","arrayIncludes","validateQualifiedName","qualifiedName","validateAndExtract","namespace","prefix","localName","splitResult","copy","src","dest","_extends","Class","Super","pt","NodeType","ELEMENT_NODE","ATTRIBUTE_NODE","TEXT_NODE","CDATA_SECTION_NODE","ENTITY_REFERENCE_NODE","ENTITY_NODE","PROCESSING_INSTRUCTION_NODE","COMMENT_NODE","DOCUMENT_NODE","DOCUMENT_TYPE_NODE","DOCUMENT_FRAGMENT_NODE","NOTATION_NODE","DocumentPosition","parentChain","node","chain","commonAncestor","docGUID","doc","NodeList","nodeFilter","buf","serializeToString","me","LiveNodeList","refresh","_updateLiveList","inc","ls","__set__","NamedNodeMap","_findNodeIndex","_addNamedNode","el","newAttr","oldAttr","_onRemoveAttribute","_onAddAttribute","_removeNamedNode","attr","lastIndex","namespaceURI","DOMImplementation","feature","version","doctype","contentType","Document","root","publicId","systemId","internalSubset","DocumentType","title","htmlNode","headNode","titleNode","Node","rootNode","other","parent","otherNode","newChild","refChild","_insertBefore","oldChild","assertPreReplacementValidityInDocument","_removeChild","deep","cloneNode","child","next","node1","node2","attr1","attr2","Attr","chain1","chain2","ca","_xmlEncoder","_visitNode","opt","ns","remove","_onUpdateChild","childNodes","parentNode","oldPreviousSibling","oldNextSibling","hasValidParentNodeType","hasInsertableNodeType","isDocTypeNode","isElementNode","isTextNode","isElementInsertionPossible","parentChildNodes","docTypeNode","isElementReplacementPossible","hasElementChildThatIsNotChild","assertPreInsertionValidity1to5","assertPreInsertionValidityInDocument","nodeChildNodes","nodeChildElements","parentElementChild","_inDocumentAssertion","cp","newFirst","newLast","pre","removed","importedNode","importNode","rtv","Element","attrs","DocumentFragment","data","Text","CDATASection","ProcessingInstruction","EntityReference","validated","old","classNames","classNamesSet","base","nodeClassNames","nodeClassNamesSet","isHTMLDocument","lowerQualifiedName","nodeQualifiedName","matchingQName","CharacterData","count","text","start","newText","newNode","Notation","Entity","XMLSerializer","nodeSerializeToString","refNode","uri","visibleNamespaces","needNamespaceDefine","isHTML","addSerializedAttribute","nodeName","prefixedNodeName","defaultNS","ai","nsi","canCloseTag","pubid","sysid","attrs2","getTextContent","dom","exports","S_TAG","S_ATTR","S_ATTR_SPACE","S_EQ","S_ATTR_NOQUOT_VALUE","S_ATTR_END","S_TAG_SPACE","S_TAG_CLOSE","XMLReader","defaultNSMap","entityMap","domBuilder","_copy","parse","ENTITY_REG","defaultNSMapCopy","errorHandler","fixedFromCharCode","surrogate1","surrogate2","entityReplacer","complete","appendText","xt","lineEnd","linePattern","lineStart","parseStack","unclosedTags","tagStart","fromSource","tagNameRaw","tagNameMatch","currentTagName","tagNameLower","localNSMap","parseProcessingInstruction","parseDoctypeCommentOrCData","ElementAttributes","currentNSMap","parseElementStartPart","locator2","copyLocator","appendElement","parseHtmlSpecialContent","addAttribute","qname","startIndex","attrName","qName","nsp","nsPrefix","elStartEnd","isEscapableRaw","elEndStart","parseUtils","char","skip","skipBlanks","blanks","substringFromIndex","substringStartsWith","getMatch","expr","parseDoctypeInternalSubset","parsePI","intSubsetStart","comment","cdata","sax","entities","require$$3","require$$4","normalizeLineEndings","DOMParser","DOMHandler","defaultNamespace","isXml","impl","ins","ch","_toString","charNode","comm","dt","level","_locator","handler","NODE_TYPES_NOT_CONTAINING_VERSE_TEXT","UsjReaderWriter","usj","jsonPathQuery","wrappedResults","JSONPath","unwrappedResults","chapterNumber","chapterQuery","parentMap","workingStack","tempNode","tempParent","tempChild","USJ_TYPE","stack","jsonPath","stackLevel","levels","onNode","onLevel","indexString","nextNode","skipTypes","candidate","searchFunction","skipNextNode","nextLevel","nodeParent","nodeNumber","nodeIndex","previousNodeIndex","nodeParentMarkerObject","grandparent","previousNode","descendant","bookId","realParent","chapterVerseContent","verseRef","effectiveBookId","verseRefAndOffset","verseRefOffset","chapterNode","foundAnotherChapter","expectedVerse","verseNode","cumulativeVerseLengthSeen","usjNodeOffset","foundNode","maxTextLengthToSearch","textScanned","lengthScanned","lengthTrimmed","foundStartingAtOffset","textIndex","finalOffset","finalStack","finalNode","desiredLength","offsetRemaining","lengthRecorded","remainingNode","lengthToCopy","maxLength","currentStack","contentArray","removedCount"],"mappings":"oTACA,MAAqBA,EAAiB,CAcpC,YAAYC,EAAsBC,EAAqC,IAAO,CAb7DC,EAAA,qBACAA,EAAA,uBACTA,EAAA,iBACAA,EAAA,iBAWN,KAAK,aAAeF,EACpB,KAAK,eAAiB,IAAI,QAAW,CAACG,EAASC,IAAW,CACxD,KAAK,SAAWD,EAChB,KAAK,SAAWC,CAAA,CACjB,EACGH,EAA6B,GAC/B,WAAW,IAAM,CACX,KAAK,WACP,KAAK,SAAS,oCAAoC,KAAK,YAAY,YAAY,EAC/E,KAAK,SAAS,IAEfA,CAA0B,EAE/B,OAAO,KAAK,IAAI,CAClB,CAQA,IAAI,SAAsB,CACxB,OAAO,KAAK,cACd,CAOA,IAAI,YAAsB,CACjB,OAAA,OAAO,SAAS,IAAI,CAC7B,CASA,eAAeI,EAAUC,EAAiC,GAAa,CACrE,GAAI,KAAK,SACP,QAAQ,MAAM,GAAG,KAAK,YAAY,wBAAwB,EAC1D,KAAK,SAASD,CAAK,EACnB,KAAK,SAAS,MACT,CACL,GAAIC,EAA6B,MAAA,MAAM,GAAG,KAAK,YAAY,sBAAsB,EACjF,QAAQ,MAAM,qCAAqC,KAAK,YAAY,EAAE,CACxE,CACF,CASA,iBAAiBC,EAAgBD,EAAiC,GAAa,CAC7E,GAAI,KAAK,SACP,QAAQ,MAAM,GAAG,KAAK,YAAY,wBAAwB,EAC1D,KAAK,SAASC,CAAM,EACpB,KAAK,SAAS,MACT,CACL,GAAID,EAA6B,MAAA,MAAM,GAAG,KAAK,YAAY,sBAAsB,EACjF,QAAQ,MAAM,oCAAoC,KAAK,YAAY,EAAE,CACvE,CACF,CAGQ,UAAiB,CACvB,KAAK,SAAW,OAChB,KAAK,SAAW,OAChB,OAAO,OAAO,IAAI,CACpB,CACF,CC5FA,MAAqBE,EAAS,CAG5B,YAAYC,EAA6BC,EAAgC,CAFjER,EAAA,iBAGN,KAAK,SAAW,IAAI,KAAK,SAASO,EAASC,CAAO,CACpD,CAWA,QAAQC,EAAiBC,EAAyB,CAChD,OAAO,KAAK,SAAS,QAAQD,EAASC,CAAO,CAC/C,CAQA,iBAAgD,CACvC,OAAA,KAAK,SAAS,iBACvB,CACF,CC7BA,MAAqBC,EAAe,CAGlC,YAAYJ,EAA6BC,EAAsC,CAFvER,EAAA,0BAGN,KAAK,kBAAoB,IAAI,KAAK,eAAeO,EAASC,CAAO,CACnE,CASA,OAAOI,EAAoB,CAClB,OAAA,KAAK,kBAAkB,OAAOA,CAAI,CAC3C,CAWA,YAAYC,EAAiBC,EAAuB,CAClD,OAAO,KAAK,kBAAkB,YAAYD,EAAWC,CAAO,CAC9D,CAUA,mBAAmBD,EAAiBC,EAA+C,CACjF,OAAO,KAAK,kBAAkB,mBAAmBD,EAAWC,CAAO,CACrE,CAQA,cAAcF,EAAuC,CAC5C,OAAA,KAAK,kBAAkB,cAAcA,CAAI,CAClD,CAQA,iBAAsD,CAC7C,OAAA,KAAK,kBAAkB,iBAChC,CACF,CCnDA,MAAqBG,EAA2C,CAAhE,cASEf,EAAA,iBAAY,KAAK,OAGTA,EAAA,sBAEAA,EAAA,kBAEAA,EAAA,kBAAa,IAyCrBA,EAAA,eAAU,IACD,KAAK,aAQdA,EAAA,YAAQgB,GAAa,CAEnB,KAAK,OAAOA,CAAK,CAAA,GA1CnB,IAAI,OAA0B,CAC5B,YAAK,kBAAkB,EAElB,KAAK,YACH,KAAA,UAAaC,GAAa,CACzB,GAAA,CAACA,GAAY,OAAOA,GAAa,WAC7B,MAAA,IAAI,MAAM,4CAA4C,EAG9D,OAAK,KAAK,gBAAe,KAAK,cAAgB,CAAA,GAEzC,KAAA,cAAc,KAAKA,CAAQ,EAEzB,IAAM,CACP,GAAA,CAAC,KAAK,cAAsB,MAAA,GAEhC,MAAMC,EAAgB,KAAK,cAAc,QAAQD,CAAQ,EAErD,OAAAC,EAAgB,EAAU,IAGzB,KAAA,cAAc,OAAOA,EAAe,CAAC,EAEnC,GAAA,CACT,GAGG,KAAK,SACd,CAqBU,OAAOF,EAAU,CACzB,KAAK,kBAAkB,EAID,CAAC,GAAI,KAAK,eAAiB,CAAG,CAAA,EACtC,QAASC,GAAaA,EAASD,CAAK,CAAC,CACrD,CAGU,mBAAoB,CAC5B,GAAI,KAAK,WAAkB,MAAA,IAAI,MAAM,qBAAqB,CAC5D,CAMU,WAAY,CACpB,YAAK,kBAAkB,EAEvB,KAAK,WAAa,GAClB,KAAK,cAAgB,OACrB,KAAK,UAAY,OACV,QAAQ,QAAQ,EAAI,CAC7B,CACF,CC9GO,SAASG,IAAkB,CAChC,MAAO,eAAe,QAAQ,QAAUC,KAGnC,KAAK,SAAW,CAAC,CAACA,GAAK,OAAYA,GAAG,SAAS,EAAE,EAAE,SAAS,EAAG,GAAG,CAAA,CAEzE,CASO,SAASC,GAASC,EAAyB,CACzC,OAAA,OAAOA,GAAM,UAAYA,aAAa,MAC/C,CASO,SAASC,GAAaC,EAAW,CAGtC,OAAO,KAAK,MAAM,KAAK,UAAUA,CAAG,CAAC,CACvC,CAYgB,SAAAC,GAA6CC,EAAOC,EAAQ,IAAQ,CAClF,GAAIN,GAASK,CAAE,EAAS,MAAA,IAAI,MAAM,0CAA0C,EACxE,IAAAE,EAGJ,MAAQ,IAAIC,IAAS,CACnB,aAAaD,CAAO,EACpBA,EAAU,WAAW,IAAMF,EAAG,GAAGG,CAAI,EAAGF,CAAK,CAAA,CAEjD,CAiBgB,SAAAG,GACdC,EACAC,EACAC,EACsB,CAChB,MAAAC,MAAU,IACV,OAAAH,EAAA,QAASI,GAAS,CAChB,MAAAC,EAAMJ,EAAYG,CAAI,EACtBE,EAAQH,EAAI,IAAIE,CAAG,EACnBjC,EAAQ8B,EAAgBA,EAAcE,EAAMC,CAAG,EAAID,EACrDE,EAAaA,EAAA,KAAKlC,CAAK,EAClB+B,EAAA,IAAIE,EAAK,CAACjC,CAAK,CAAC,CAAA,CAC1B,EACM+B,CACT,CAQA,SAASI,GAAmBC,EAA2C,CACrE,OACE,OAAOA,GAAU,UAGjBA,IAAU,MACV,YAAaA,GAGb,OAAQA,EAAkC,SAAY,QAE1D,CAUA,SAASC,GAAmBC,EAAuC,CAC7D,GAAAH,GAAmBG,CAAU,EAAU,OAAAA,EAEvC,GAAA,CACF,OAAO,IAAI,MAAM,KAAK,UAAUA,CAAU,CAAC,CAAA,MACrC,CAGN,OAAO,IAAI,MAAM,OAAOA,CAAU,CAAC,CACrC,CACF,CAaO,SAASC,GAAgBH,EAAgB,CACvC,OAAAC,GAAmBD,CAAK,EAAE,OACnC,CAGO,SAASI,GAAKC,EAAY,CAE/B,OAAO,IAAI,QAAe3C,GAAY,WAAWA,EAAS2C,CAAE,CAAC,CAC/D,CAUgB,SAAAC,GAAyBnB,EAA4BoB,EAAyB,CAC5F,MAAMlB,EAAUe,GAAKG,CAAe,EAAE,KAAK,IAAA,EAAe,EAC1D,OAAO,QAAQ,IAAI,CAAClB,EAASF,EAAA,CAAI,CAAC,CACpC,CAagB,SAAAqB,GACdvB,EAGAwB,EAAiB,MACJ,CACP,MAAAC,MAA0B,IAGhC,OAAO,oBAAoBzB,CAAG,EAAE,QAAS0B,GAAa,CAChD,GAAA,CACE,OAAO1B,EAAI0B,CAAQ,GAAM,YAAYD,EAAoB,IAAIC,CAAQ,OAC3D,CAGhB,CAAA,CACD,EAIG,IAAAC,EAAkB,OAAO,eAAe3B,CAAG,EAC/C,KAAO2B,GAAmB,OAAO,eAAeA,CAAe,GAC7D,OAAO,oBAAoBA,CAAe,EAAE,QAASD,GAAa,CAC5D,GAAA,CACE,OAAO1B,EAAI0B,CAAQ,GAAM,YAAYD,EAAoB,IAAIC,CAAQ,OAC3D,CAGhB,CAAA,CACD,EACiBC,EAAA,OAAO,eAAeA,CAAe,EAGlD,OAAAF,CACT,CAcO,SAASG,GACdC,EACAC,EAA4B,GACzB,CAII,OAAA,IAAI,MAAMA,EAAoB,CACnC,IAAIC,EAAQC,EAAM,CAGhB,OAAIA,KAAQD,EAAeA,EAAOC,CAAI,EAC/B,SAAU3B,KAIP,MAAMwB,EAAU,GAAGG,CAAI,EAAE,GAAG3B,CAAI,CAE5C,CAAA,CACD,CACH,CCpNA,MAAqB4B,EAAiB,CAiB1B,YAAYC,EAAgClD,EAAkC,CAhB9ER,EAAA,qBACSA,EAAA,yBAAoB,KAC7BA,EAAA,qBACSA,EAAA,gBACFA,EAAA,2BAAsB,IAAIe,IAIlCf,EAAA,oBAAe,KAAK,oBAAoB,WAU/C,KAAK,aAAe0D,EACpB,KAAK,QAAUlD,EACf,KAAK,mBAAmBkD,CAAY,CACtC,CAQA,mBAAmBA,EAA8D,CAC/E,YAAK,qBAAqBA,CAAY,EACtC,KAAK,aAAe,KAAK,QAAQ,cAAgBnC,GAAUmC,CAAY,EAAIA,EAC3E,KAAK,aAAe,KAAK,qCAAqC,KAAK,YAAY,EACxE,KAAK,SACd,CAiBA,wBACEC,EACAC,EAC8B,CACzB,KAAA,qBAAqBD,EAAcC,CAAQ,EAChD,MAAMC,EAA0B,KAAK,cAAc,IAAIF,CAAY,EAC/D,IAAAG,EAAgB,KAAK,QAAQ,eAAmBF,EAAWrC,GAAUqC,CAAQ,EAAIA,EACrEE,EAAA,KAAK,qCAAqCH,EAAcG,CAAa,EAChF,KAAA,cAAc,IAAIH,EAAcG,CAAa,EAC9C,GAAA,CACF,OAAO,KAAK,gBACLvB,EAAO,CAEd,MAAIsB,EAAyB,KAAK,cAAc,IAAIF,EAAcE,CAAuB,EACpF,KAAK,cAAc,OAAOF,CAAY,EACrC,IAAI,MAAM,yCAAyCA,CAAY,KAAKpB,CAAK,EAAE,CACnF,CACF,CAQA,mBAAmBoB,EAAoD,CACrE,MAAMC,EAAW,KAAK,cAAc,IAAID,CAAY,EACpD,GAAI,CAACC,EAAU,MAAM,IAAI,MAAM,GAAGD,CAAY,iBAAiB,EAC1D,KAAA,cAAc,OAAOA,CAAY,EAClC,GAAA,CACF,OAAO,KAAK,gBACLpB,EAAO,CAET,WAAA,cAAc,IAAIoB,EAAcC,CAAQ,EACvC,IAAI,MAAM,0CAA0CD,CAAY,KAAKpB,CAAK,EAAE,CACpF,CACF,CAQA,wBAAuD,CACrD,GAAI,KAAK,cAAc,MAAQ,SAAU,KAAK,aAG9C,MAAMwB,EAAgB,CAAC,GAAG,KAAK,cAAc,QAAS,CAAA,EAGxCA,EAAA,QAAQ,CAAC,CAACC,CAAgB,IAAM,KAAK,cAAc,OAAOA,CAAgB,CAAC,EAGrF,GAAA,CACF,OAAO,KAAK,gBACLzB,EAAO,CAEA,MAAAwB,EAAA,QAAQ,CAAC,CAACC,EAAkBJ,CAAQ,IAChD,KAAK,cAAc,IAAII,EAAkBJ,CAAQ,CAAA,EAE7C,IAAI,MAAM,0CAA0CrB,CAAK,EAAE,CACnE,CACF,CAQA,SAAwC,CAElC,GAAA,KAAK,cAAc,OAAS,EAAG,CAC7B,IAAA0B,EAAkB1C,GAAU,KAAK,YAAY,EAC/B,OAAA0C,EAAA,KAAK,qCAAqCA,CAAe,EAC3E,KAAK,eAAeA,CAAe,EACnC,KAAK,aAAeA,EACf,KAAA,oBAAoB,KAAK,MAAS,EAChC,KAAK,YACd,CAGA,IAAIC,EAAkB,KAAK,aACtB,YAAA,cAAc,QAASC,GAAmC,CAC3CD,EAAAE,GAChBF,EACAC,EACA,KAAK,QAAQ,yBAAA,EAEf,KAAK,eAAeD,CAAe,CAAA,CACpC,EACiBA,EAAA,KAAK,qCAAqCA,CAAe,EAC3E,KAAK,eAAeA,CAAe,EACnC,KAAK,aAAeA,EACf,KAAA,oBAAoB,KAAK,MAAS,EAChC,KAAK,YACd,CAeU,qCAAqCR,EAAkD,CACxF,OAAAA,CACT,CAiBU,qCAERC,EACAC,EACkB,CACX,OAAAA,CACT,CAUU,qBAAqBF,EAAsC,CAAC,CAW5D,qBAAqBC,EAAsBC,EAAkC,CAAC,CAU9E,eAAeS,EAAgC,CAAC,CAYhD,qCAAqCC,EAAiD,CACvF,OAAAA,CACT,CACF,CAUA,SAASC,MAAsBC,EAA4B,CACzD,IAAIC,EAAW,GACR,OAAAD,EAAA,QAASrE,GAAmB,EAC7B,CAACA,GAAS,OAAOA,GAAU,UAAY,MAAM,QAAQA,CAAK,KAAcsE,EAAA,GAAA,CAC7E,EACMA,CACT,CAQA,SAASC,MAAmBF,EAA4B,CACtD,IAAIC,EAAW,GACR,OAAAD,EAAA,QAASrE,GAAmB,EAC7B,CAACA,GAAS,OAAOA,GAAU,UAAY,CAAC,MAAM,QAAQA,CAAK,KAAcsE,EAAA,GAAA,CAC9E,EACMA,CACT,CAeA,SAASL,GACPO,EACAC,EACAC,EACkB,CACZ,MAAAC,EAASvD,GAAUoD,CAAa,EAElC,OAACC,EAEEG,GAAqBD,EAAQvD,GAAUqD,CAAQ,EAAGC,CAAyB,EAF5DC,CAGxB,CAeA,SAASC,GACPJ,EACAC,EACAC,EACkB,CACd,GAAA,CAACD,EAAiB,OAAAD,EAElB,GAAAJ,GAAmBI,EAAeC,CAAQ,EAAG,CAK/C,MAAMI,EAAmBL,EACnBM,EAAcL,EAEpB,OAAO,KAAKK,CAAW,EAAE,QAAS7C,GAAyB,CACzD,GAAI,OAAO,OAAO4C,EAAkB5C,CAAG,GACrC,GAAImC,GAAmBS,EAAiB5C,CAAG,EAAG6C,EAAY7C,CAAG,CAAC,EAC5D4C,EAAiB5C,CAAG,EAAI2C,GAGtBC,EAAiB5C,CAAG,EACpB6C,EAAY7C,CAAG,EACfyC,CAAA,UAGOH,GAAgBM,EAAiB5C,CAAG,EAAG6C,EAAY7C,CAAG,CAAC,EAKhE4C,EAAiB5C,CAAG,EAAK4C,EAAiB5C,CAAG,EAAoB,OAC/D6C,EAAY7C,CAAG,CAAA,UAGR,CAACyC,EACV,MAAM,IAAI,MAAM,8BAA8BzC,CAAG,uCAAuC,OAIzE4C,EAAA5C,CAAG,EAAI6C,EAAY7C,CAAG,CACzC,CACD,CACQ,MAAAsC,GAAgBC,EAAeC,CAAQ,GAM/CD,EAAgC,KAAK,GAAIC,CAA0B,EAS/D,OAAAD,CACT,CC7WA,MAAMO,WAAcC,GAAAA,KAAW,CAAC,CCvBhC,MAAMC,EAAS,CAAf,cACUpF,EAAA,uBAAkB,KAE1B,IAAIqF,EAAwB,CAC1B,IAAIP,EAAS,KAAK,YAAY,IAAIO,CAAO,EACzC,OAAIP,IAEJA,EAAS,IAAII,GACR,KAAA,YAAY,IAAIG,EAASP,CAAM,EAC7BA,EACT,CACF,CCZA,MAAqBQ,WAAsC7B,EAAiB,CAG1E,YAAYC,EAAgClD,EAAkC,CAC5E,MAAMkD,EAAclD,CAAO,CAC7B,CAEA,IAAI,QAAuC,CACzC,OAAO,KAAK,YACd,CACF,CCXA,MAAqB+E,EAAa,CAGhC,YAAYhF,EAA6BC,EAAoC,CAFrER,EAAA,wBAGN,KAAK,gBAAkB,IAAI,KAAK,aAAaO,EAASC,CAAO,CAC/D,CASA,OAAOL,EAAgC,CAC9B,OAAA,KAAK,gBAAgB,OAAOA,CAAK,CAC1C,CAWA,YAAYqF,EAA6BC,EAAmC,CAC1E,OAAO,KAAK,gBAAgB,YAAYD,EAAYC,CAAQ,CAC9D,CAWA,mBACED,EACAC,EAC8B,CAC9B,OAAO,KAAK,gBAAgB,mBAAmBD,EAAYC,CAAQ,CACrE,CAQA,cAActF,EAAiD,CACtD,OAAA,KAAK,gBAAgB,cAAcA,CAAK,CACjD,CAQA,iBAAoD,CAC3C,OAAA,KAAK,gBAAgB,iBAC9B,CACF,CC/DA,MAAqBuF,EAAsB,CAGzC,YAAoBC,EAAO,YAAa,CAF/B3F,EAAA,yBAAoB,KAET,KAAA,KAAA2F,CAAqB,CAOzC,OAAOC,EAA+D,CACtDA,EAAA,QAASC,GAAiB,CAClC,YAAaA,EAAc,KAAK,cAAc,IAAIA,EAAa,OAAO,EACrE,KAAK,cAAc,IAAIA,CAAY,CAAA,CACzC,CACH,CAOA,MAAM,qBAAwC,CACtC,MAAAC,EAAS,CAAC,GAAG,KAAK,aAAa,EAAE,IAAKD,GAAiBA,EAAA,CAAc,EACrEE,EAAU,MAAM,QAAQ,IAAID,CAAM,EACxC,YAAK,cAAc,QACZC,EAAQ,MAAM,CAACC,EAAuBC,KACtCD,GACH,QAAQ,MAAM,yBAAyB,KAAK,IAAI,2BAA2BC,CAAK,UAAU,EAErFD,EACR,CACH,CACF,CCrCA,IAAIE,GAAI,OAAO,eACXC,GAAI,CAACC,EAAGC,EAAGjF,IAAMiF,KAAKD,EAAIF,GAAEE,EAAGC,EAAG,CAAE,WAAY,GAAI,aAAc,GAAI,SAAU,GAAI,MAAOjF,CAAC,CAAE,EAAIgF,EAAEC,CAAC,EAAIjF,EACzGkF,EAAI,CAACF,EAAGC,EAAGjF,IAAM+E,GAAEC,EAAG,OAAOC,GAAK,SAAWA,EAAI,GAAKA,EAAGjF,CAAC,EAW9D,MAAMmF,GAAI,CACR,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MAEA,MAEA,MAEA,MAEA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MAEA,MAEA,MAEA,MAEA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,KACF,EAAGC,GAAI,CACL,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,KACF,EAAGC,GAAI,CACL,UACA,SACA,YACA,UACA,cACA,SACA,SACA,OACA,WACA,WACA,UACA,UACA,eACA,eACA,OACA,WACA,kBACA,MACA,SACA,WACA,eACA,gBACA,SACA,WACA,eACA,UACA,kBACA,QACA,OACA,OACA,UACA,QACA,QACA,QACA,WACA,YACA,SACA,YACA,UACA,UACA,OACA,OACA,OACA,OACA,SACA,gBACA,gBACA,YACA,YACA,cACA,aACA,kBACA,kBACA,YACA,YACA,QACA,WACA,UACA,QACA,UACA,UACA,SACA,SACA,SACA,OACA,aACA,QACA,SACA,eACA,oBACA,0BACA,SACA,qBACA,sBACA,UACA,qBACA,cACA,cACA,cACA,cACA,mBACA,mBACA,qBACA,YACA,OACA,oBAGA,uBACA,uBACA,sBACA,yBACA,wBACA,qBACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,eACA,cACA,eACA,oBACA,qBACA,0BACA,0BACA,eACA,eACA,YACA,gBACA,cACA,eACA,iBACA,wBACA,mBACA,WACA,QACA,aACA,aACA,aACA,2BACA,4BACA,YACF,EAAGC,GAAIC,KACP,SAASC,GAAER,EAAGC,EAAI,GAAI,CACpB,OAAOA,IAAMD,EAAIA,EAAE,YAAa,GAAGA,KAAKM,GAAIA,GAAEN,CAAC,EAAI,CACrD,CACA,SAASS,GAAET,EAAG,CACZ,OAAOQ,GAAER,CAAC,EAAI,CAChB,CACA,SAASU,GAAEV,EAAG,CACZ,MAAMC,EAAI,OAAOD,GAAK,SAAWQ,GAAER,CAAC,EAAIA,EACxC,OAAOC,GAAK,IAAMA,GAAK,EACzB,CACA,SAASU,GAAEX,EAAG,CACZ,OAAQ,OAAOA,GAAK,SAAWQ,GAAER,CAAC,EAAIA,IAAM,EAC9C,CACA,SAASY,GAAEZ,EAAG,CACZ,OAAOA,GAAK,EACd,CACA,SAASa,GAAEb,EAAG,CACZ,MAAMC,EAAI,OAAOD,GAAK,SAAWQ,GAAER,CAAC,EAAIA,EACxC,OAAOc,GAAEb,CAAC,GAAK,CAACW,GAAEX,CAAC,CACrB,CACA,SAAUc,IAAI,CACZ,QAASf,EAAI,EAAGA,GAAKG,GAAE,OAAQH,IAAK,MAAM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KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,IAAI,EAChElS,EAAI,KAAK,MAAM,KAAK,IAAIgS,CAAQ,EAAI,KAAK,IAAI,IAAI,CAAC,EAClDG,EAAYD,EAAMlS,CAAC,EAMlB,MAAA,GALoB,IAAI5C,GAAa,KAAM,CAChD,MAAO,UACP,sBAAuB6U,EACvB,sBAAuB,CACxB,CAAA,EAAE,OAAOD,EAAW,MAAQhS,CAAC,CACF,IAAImS,CAAS,EAC3C,CCsKA,MAAMC,GAAe,CACnB,4BAA6B,CAC3B,YACE,8FACF,MAAO,CACL,CACE,KAAM,8BACR,EACA,CACE,KAAM,QACN,MAAO,CACL,KAAM,8BACR,CACF,CACF,CACF,EACA,qBAAsB,CACpB,YAAa,wCACb,KAAM,SACN,WAAY,CACV,MAAO,CACL,YAAa,6EACb,KAAM,qBACR,EACA,YAAa,CACX,YACE,iFACF,KAAM,qBACR,EACA,WAAY,CACV,KAAM,kCACR,CACF,EACA,SAAU,CAAC,QAAS,YAAY,CAClC,EACA,yBAA0B,CACxB,YAAa,0EACb,KAAM,SACN,kBAAmB,CACjB,0BAA2B,CACzB,KAAM,wBACR,CACF,EACA,qBAAsB,EACxB,EACA,eAAgB,CACd,YAAa,gDACb,MAAO,CACL,CACE,KAAM,2CACR,CACF,CACF,EACA,kCAAmC,CACjC,YAAa,yDACb,MAAO,CACL,CACE,KAAM,4BACR,EACA,CACE,KAAM,qCACR,CACF,CACF,EACA,mBAAoB,CAClB,YAAa,8DACb,MAAO,CACL,CACE,KAAM,qBACR,EACA,CACE,KAAM,yBACR,CACF,CACF,EACA,gBAAiB,CACf,YAAa,8CACb,KAAM,SACN,WAAY,CACV,yBAA0B,CACxB,YACE,q4CACF,MAAO,CACL,CACE,KAAM,MACR,EACA,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CACL,MAAO,CACL,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CAAE,KAAM,QAAS,CAC1B,CACF,CACF,CACF,CACF,CACF,EACA,yBAA0B,CACxB,YACE,ugDACF,MAAO,CACL,CACE,KAAM,MACR,EACA,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CACL,MAAO,CACL,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CAAE,KAAM,QAAS,CAC1B,CACF,CACF,CACF,CACF,CACF,EACA,qBAAsB,CACpB,YACE,ybACF,MAAO,CACL,CACE,KAAM,MACR,EACA,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CAAE,KAAM,QAAS,CAC1B,CACF,CACF,EACA,qBAAsB,CACpB,YACE,mdACF,MAAO,CACL,CACE,KAAM,MACR,EACA,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CAAE,KAAM,QAAS,CAC1B,CACF,CACF,CACF,CACF,EACA,qBAAsB,CACpB,YACE,sFACF,MAAO,CACL,CACE,KAAM,uBACR,EACA,CACE,KAAM,QACN,MAAO,CACL,KAAM,uBACR,CACF,CACF,CACF,EACA,cAAe,CACb,YAAa,wCACb,KAAM,SACN,WAAY,CACV,MAAO,CACL,YAAa,qEACb,KAAM,qBACR,EACA,YAAa,CACX,YAAa,yEACb,KAAM,qBACR,EACA,WAAY,CACV,KAAM,2BACR,CACF,EACA,SAAU,CAAC,QAAS,YAAY,CAClC,EACA,kBAAmB,CACjB,YAAa,0EACb,KAAM,SACN,kBAAmB,CACjB,sBAAuB,CACrB,KAAM,iBACR,CACF,EACA,qBAAsB,EACxB,EACA,QAAS,CACP,YAAa,gDACb,MAAO,CACL,CACE,KAAM,oCACR,CACF,CACF,EACA,2BAA4B,CAC1B,YAAa,yDACb,MAAO,CACL,CACE,KAAM,qBACR,EACA,CACE,KAAM,qCACR,CACF,CACF,EACA,YAAa,CACX,YAAa,sDACb,MAAO,CACL,CACE,KAAM,mBACR,EACA,CACE,KAAM,SACN,WAAY,CACV,MAAO,CACL,YAAa,uEACb,KAAM,qBACR,EACA,YAAa,CACX,YAAa,2EACb,KAAM,qBACR,CACF,EACA,SAAU,CAAC,OAAO,CACpB,CACF,CACF,EACA,yBAA0B,CACxB,YACE,2FACF,KAAM,6BACR,EACA,sBAAuB,CACrB,YACE,wFACF,KAAM,6BACR,EACA,oBAAqB,CACnB,YAAa,qEACb,KAAM,SACN,kBAAmB,CACjB,0BAA2B,CACzB,KAAM,mBACR,CACF,EACA,qBAAsB,EACxB,EACA,UAAW,CACT,YAAa,mDACb,MAAO,CACL,CACE,KAAM,kCACR,CACF,CACF,EACA,yBAA0B,CACxB,YAAa,uDACb,MAAO,CACL,CACE,KAAM,mBACR,EACA,CACE,KAAM,qCACR,CACF,CACF,EACA,4BAA6B,CAC3B,YACE,0NACF,IAAK,CACH,MAAO,CACL,CACE,KAAM,SACN,SAAU,CAAC,cAAc,CAC3B,EACA,CACE,KAAM,SACN,SAAU,CAAC,MAAM,CACnB,CACF,CACF,CACF,EACA,UAAW,CACT,YAAa,oDACb,KAAM,SACN,WAAY,CACV,QAAS,CACP,YAAa,sCACb,KAAM,KACR,EACA,YAAa,CACX,YACE,2HACF,KAAM,YACR,CACF,EACA,SAAU,CAAC,SAAS,CACtB,EACA,YAAa,CACX,YAAa,iFACb,KAAM,SACN,QAAS,mBACT,OAAQ,aACV,EACA,GAAI,CACF,YAAa,GACb,KAAM,SACN,QAAS,0BACT,OAAQ,IACV,CACF,EAUO,SAASC,GAAiCC,EAAW,CACrDA,GAIL,OAAO,OAAOA,CAAI,EAAE,QAASC,GAAa,CACpC,GAACA,EAAI,KAIL,IAFA,WAAYA,GAAK,OAAOA,EAAI,OAE5BA,EAAI,OAAS,MAAO,CACtB,OAAOA,EAAI,KACX,MACF,CAEIA,EAAI,OAAS,UACfF,GAAiCE,EAAI,UAAU,EACjD,CACD,CACH,CAEAF,GAAiCD,EAAY,EAGtC,MAAMI,GAAgC,CAC3C,QAAS,+CACT,MAAO,gCACP,YACE,8FACF,MAAO,CACL,CACE,KAAM,8BACR,EACA,CACE,KAAM,QACN,MAAO,CACL,KAAM,8BACR,CACF,CACF,EAEA,MAAOJ,EACT,EAEA,OAAO,OAAOI,EAA6B,EAGpC,MAAMC,GAAyB,CACpC,QAAS,+CACT,MAAO,wBACP,YACE,sFACF,MAAO,CACL,CACE,KAAM,uBACR,EACA,CACE,KAAM,QACN,MAAO,CACL,KAAM,uBACR,CACF,CACF,EAEA,MAAOL,EACT,EAEA,OAAO,OAAOK,EAAsB,EChiBpC,MAAMC,GAAuB,CAC3B,gBAAiB,CACf,YACE,2IACF,KAAM,SACN,kBAAmB,CACjB,mBAAoB,CAClB,KAAM,8BACR,CACF,EACA,qBAAsB,EACxB,EACA,qBAAsB,CACpB,YAAa,kDACb,KAAM,QACR,EACA,gBAAiB,CACf,YACE,8IACF,KAAM,SACN,kBAAmB,CACjB,mBAAoB,CAClB,KAAM,wBACR,CACF,EACA,qBAAsB,EACxB,EACA,eAAgB,CACd,YAAa,0EACb,KAAM,SACN,WAAY,CACV,YAAa,CACX,YACE,gWACF,KAAM,SACN,QAAS,2DACT,OAAQ,aACV,EACA,MAAO,CACL,YACE,4IACF,KAAM,QACR,CACF,CACF,EACA,YAAa,CACX,YAAa,iFACb,KAAM,SACN,QAAS,mBACT,OAAQ,aACV,CACF,EAEAL,GAAiCK,EAAoB,EAG9C,MAAMC,GAAiC,CAC5C,QAAS,+CACT,MAAO,qCACP,YACE,gGACF,KAAM,SACN,WAAY,CACV,SAAU,CACR,KAAM,yBACR,EACA,iBAAkB,CAChB,KAAM,SACN,qBAAsB,CACpB,KAAM,yBACR,CACF,CACF,EACA,MAAOD,EACT,EAEA,OAAO,OAAOC,EAA8B,EC0BrC,MAAMC,GAAqB,CAChC,MAAO,uBACP,KAAM,SACN,WAAY,CACV,SAAU,CACR,YAAa,qCACb,KAAM,yBACR,EACA,sBAAuB,CACrB,YAAa,8DACb,KAAM,yBACR,EACA,0BAA2B,CACzB,YAAa,kEACb,KAAM,0BACR,EACA,aAAc,CACZ,YAAa,mDACb,KAAM,SACN,kBAAmB,CACjB,0BAA2B,CACzB,KAAM,4BACR,CACF,EACA,qBAAsB,EACxB,CACF,EACA,SAAU,CAAC,WAAY,wBAAyB,4BAA6B,cAAc,EAC3F,qBAAsB,GACtB,MAAO,CACL,YAAa,CACX,YACE,2FACF,KAAM,SACN,QAAS,kBACX,EACA,eAAgB,CACd,YACE,oGACF,KAAM,SACN,QAAS,yBACX,EACA,mBAAoB,CAClB,YACE,uFACF,KAAM,SACN,kBAAmB,CACjB,0BAA2B,CACzB,YAAa,qCACb,KAAM,SACN,WAAY,CACV,MAAO,CACL,YAAa,6CACb,KAAM,qBACR,EACA,cAAe,CACb,YACE,wFACF,KAAM,QACR,EACA,MAAO,CACL,YACE,6EACF,KAAM,QACR,EACA,aAAc,CACZ,YACE,8EACF,KAAM,SACR,CACF,EACA,SAAU,CAAC,QAAS,OAAO,EAC3B,qBAAsB,EACxB,CACF,EACA,WAAY,CACV,aAAc,CACZ,YACE,qFACF,KAAM,SACR,CACF,CACF,EACA,WAAY,CACV,YACE,uJACF,KAAM,SACN,kBAAmB,CACjB,0BAA2B,CACzB,YAAa,wCACb,KAAM,SACN,MAAO,CACL,CACE,WAAY,CACV,OAAQ,CACN,YACE,wEACF,KAAM,wBACR,EACA,MAAO,CACL,YACE,yGACF,KAAM,QACR,EACA,aAAc,CACZ,YACE,iFACF,KAAM,SACR,CACF,EACA,SAAU,CAAC,OAAO,EAClB,qBAAsB,EACxB,EACA,CACE,WAAY,CACV,SAAU,CACR,YAAa,8DACb,KAAM,wBACR,EACA,MAAO,CACL,YACE,yGACF,KAAM,QACR,EACA,aAAc,CACZ,YACE,iFACF,KAAM,SACR,CACF,EACA,SAAU,CAAC,WAAY,OAAO,EAC9B,qBAAsB,EACxB,CACF,CACF,CACF,EACA,qBAAsB,EACxB,EACA,SAAU,CACR,YACE,mGACF,KAAM,SACN,MAAO,CACL,CACE,WAAY,CACV,GAAI,CACF,YAAa,6CACb,KAAM,wBACR,CACF,EACA,SAAU,CAAC,IAAI,CACjB,EACA,CACE,WAAY,CACV,QAAS,CACP,YAAa,mEACb,KAAM,wBACR,EACA,eAAgB,CACd,YACE,0GACF,KAAM,QACR,EACA,cAAe,CACb,YACE,yGACF,KAAM,QACR,CACF,EACA,SAAU,CAAC,SAAS,CACtB,CACF,EACA,WAAY,CACV,MAAO,CACL,YAAa,4DACb,KAAM,qBACR,EACA,QAAS,CACP,YACE,uFACF,KAAM,qBACR,EACA,YAAa,CACX,YACE,6GACF,KAAM,qBACR,EACA,cAAe,CACb,YAC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","x_google_ignoreList":[11,12,13,19,28,29,30,31,32,33,34,35,36]} \ No newline at end of file +{"version":3,"file":"index.cjs","sources":["../src/async-variable.ts","../src/intl-collator.ts","../src/intl-date-time-format.ts","../src/platform-event-emitter.model.ts","../src/util.ts","../src/document-combiner.ts","../src/mutex.ts","../src/mutex-map.ts","../src/non-validating-document-combiner.ts","../src/intl-number-format.ts","../src/promise-chaining-map.ts","../src/unsubscriber-async-list.ts","../../../node_modules/@sillsdev/scripture/dist/index.es.js","../../../node_modules/char-regex/index.js","../../../node_modules/stringz/dist/index.js","../src/array-util.ts","../src/string-util.ts","../src/scripture-util.ts","../src/unsubscriber.ts","../src/usj-reader-writer.model.ts","../../../node_modules/fast-equals/dist/esm/index.mjs","../src/equality-checking.ts","../src/subset-checking.ts","../src/serialization.ts","../src/intl-util.ts","../src/number-utils.ts","../src/settings.model.ts","../src/localized-strings.model.ts","../src/menus.model.ts","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/conventions.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/errors.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/grammar.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/dom.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/entities.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/sax.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/dom-parser.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/index.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/dist/index.js","../src/usj-reader-writer.ts"],"sourcesContent":["/** This class provides a convenient way for one task to wait on a variable that another task sets. */\nexport default class AsyncVariable {\n private readonly variableName: string;\n private readonly promiseToValue: Promise;\n private resolver: ((value: T) => void) | undefined;\n private rejecter: ((reason: string | undefined) => void) | undefined;\n\n /**\n * Creates an instance of the class\n *\n * @param variableName Name to use when logging about this variable\n * @param rejectIfNotSettledWithinMS Milliseconds to wait before verifying if the promise was\n * settled (resolved or rejected); will reject if it has not settled by that time. Use -1 if you\n * do not want a timeout at all. Defaults to 10000 ms\n */\n constructor(variableName: string, rejectIfNotSettledWithinMS: number = 10000) {\n this.variableName = variableName;\n this.promiseToValue = new Promise((resolve, reject) => {\n this.resolver = resolve;\n this.rejecter = reject;\n });\n if (rejectIfNotSettledWithinMS > 0) {\n setTimeout(() => {\n if (this.rejecter) {\n this.rejecter(`Timeout reached when waiting for ${this.variableName} to settle`);\n this.complete();\n }\n }, rejectIfNotSettledWithinMS);\n }\n Object.seal(this);\n }\n\n /**\n * Get this variable's promise to a value. This always returns the same promise even after the\n * value has been resolved or rejected.\n *\n * @returns The promise for the value to be set\n */\n get promise(): Promise {\n return this.promiseToValue;\n }\n\n /**\n * A simple way to see if this variable's promise was resolved or rejected already\n *\n * @returns Whether the variable was already resolved or rejected\n */\n get hasSettled(): boolean {\n return Object.isFrozen(this);\n }\n\n /**\n * Resolve this variable's promise to the given value\n *\n * @param value This variable's promise will resolve to this value\n * @param throwIfAlreadySettled Determines whether to throw if the variable was already resolved\n * or rejected. Defaults to `false`\n */\n resolveToValue(value: T, throwIfAlreadySettled: boolean = false): void {\n if (this.resolver) {\n console.debug(`${this.variableName} is being resolved now`);\n this.resolver(value);\n this.complete();\n } else {\n if (throwIfAlreadySettled) throw Error(`${this.variableName} was already settled`);\n console.debug(`Ignoring subsequent resolution of ${this.variableName}`);\n }\n }\n\n /**\n * Reject this variable's promise for the value with the given reason\n *\n * @param reason This variable's promise will be rejected with this reason\n * @param throwIfAlreadySettled Determines whether to throw if the variable was already resolved\n * or rejected. Defaults to `false`\n */\n rejectWithReason(reason: string, throwIfAlreadySettled: boolean = false): void {\n if (this.rejecter) {\n console.debug(`${this.variableName} is being rejected now`);\n this.rejecter(reason);\n this.complete();\n } else {\n if (throwIfAlreadySettled) throw Error(`${this.variableName} was already settled`);\n console.debug(`Ignoring subsequent rejection of ${this.variableName}`);\n }\n }\n\n /** Prevent any further updates to this variable */\n private complete(): void {\n this.resolver = undefined;\n this.rejecter = undefined;\n Object.freeze(this);\n }\n}\n","/** Enables language-sensitive string comparison. Wraps Intl.Collator */\nexport default class Collator {\n private collator: Intl.Collator;\n\n constructor(locales?: string | string[], options?: Intl.CollatorOptions) {\n this.collator = new Intl.Collator(locales, options);\n }\n\n /**\n * Compares two strings according to the sort order of this Collator object\n *\n * @param string1 String to compare\n * @param string2 String to compare\n * @returns A number indicating how string1 and string2 compare to each other according to the\n * sort order of this Collator object. Negative value if string1 comes before string2. Positive\n * value if string1 comes after string2. 0 if they are considered equal.\n */\n compare(string1: string, string2: string): number {\n return this.collator.compare(string1, string2);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and collation options computed\n * during initialization of this collator object.\n *\n * @returns ResolvedCollatorOptions object\n */\n resolvedOptions(): Intl.ResolvedCollatorOptions {\n return this.collator.resolvedOptions();\n }\n}\n","/** Enables language-sensitive data and time formatting. Wraps Intl.DateTimeFormat */\nexport default class DateTimeFormat {\n private dateTimeFormatter: Intl.DateTimeFormat;\n\n constructor(locales?: string | string[], options?: Intl.DateTimeFormatOptions) {\n this.dateTimeFormatter = new Intl.DateTimeFormat(locales, options);\n }\n\n /**\n * Formats a date according to the locale and formatting option for this DateTimeFormat object\n *\n * @param date The date to format\n * @returns String representing the given date formatted according to the locale and formatting\n * options of this DateTimeFormat object\n */\n format(date: Date): string {\n return this.dateTimeFormatter.format(date);\n }\n\n /**\n * Formats a date range in the most concise way based on the locales and options provided when\n * instantiating this DateTimeFormat object\n *\n * @param startDate Date object representing start of the date range\n * @param endDate Date object representing the end of the date range\n * @returns String representing the given date range formatted according to the locale and\n * formatting options of this DateTimeFormat object\n */\n formatRange(startDate: Date, endDate: Date): string {\n return this.dateTimeFormatter.formatRange(startDate, endDate);\n }\n\n /**\n * Returns an array of locale-specific tokens representing each part of the formatted date range\n * produced by this DateTimeFormat object\n *\n * @param startDate Date object representing start of the date range\n * @param endDate Date object representing the end of the date range\n * @returns Array of DateTimeRangeFormatPart objects\n */\n formatRangeToParts(startDate: Date, endDate: Date): Intl.DateTimeRangeFormatPart[] {\n return this.dateTimeFormatter.formatRangeToParts(startDate, endDate);\n }\n\n /**\n * Allows locale-aware formatting of strings produced by this DateTimeFormat object\n *\n * @param date The date to format\n * @returns Array of DateTimeFormatPart objects\n */\n formatToParts(date: Date): Intl.DateTimeFormatPart[] {\n return this.dateTimeFormatter.formatToParts(date);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and date and time formatting options\n * computed during initialization of this DateTimeFormat object\n *\n * @returns ResolvedDateTimeFormatOptions object\n */\n resolvedOptions(): Intl.ResolvedDateTimeFormatOptions {\n return this.dateTimeFormatter.resolvedOptions();\n }\n}\n","/** Interfaces, classes, and functions related to events and event emitters */\n\nimport { Dispose } from './disposal.model';\nimport { PlatformEvent, PlatformEventHandler } from './platform-event';\n\n/**\n * Event manager - accepts subscriptions to an event and runs the subscription callbacks when the\n * event is emitted Use eventEmitter.event(callback) to subscribe to the event. Use\n * eventEmitter.emit(event) to run the subscriptions. Generally, this EventEmitter should be\n * private, and its event should be public. That way, the emitter is not publicized, but anyone can\n * subscribe to the event.\n */\nexport default class PlatformEventEmitter implements Dispose {\n /**\n * Subscribes a function to run when this event is emitted.\n *\n * @param callback Function to run with the event when it is emitted\n * @returns Unsubscriber function to run to stop calling the passed-in function when the event is\n * emitted\n * @alias event\n */\n subscribe = this.event;\n\n /** All callback functions that will run when this event is emitted. Lazy loaded */\n private subscriptions?: PlatformEventHandler[];\n /** Event for listeners to subscribe to. Lazy loaded */\n private lazyEvent?: PlatformEvent;\n /** Whether this emitter has been disposed */\n private isDisposed = false;\n\n /**\n * Event for listeners to subscribe to. Subscribes a function to run when this event is emitted.\n * Use like `const unsubscriber = event(callback)`\n *\n * @param callback Function to run with the event when it is emitted\n * @returns Unsubscriber function to run to stop calling the passed-in function when the event is\n * emitted\n */\n get event(): PlatformEvent {\n this.assertNotDisposed();\n\n if (!this.lazyEvent) {\n this.lazyEvent = (callback) => {\n if (!callback || typeof callback !== 'function')\n throw new Error(`Event handler callback must be a function!`);\n\n // Initialize this.subscriptions if it does not exist\n if (!this.subscriptions) this.subscriptions = [];\n\n this.subscriptions.push(callback);\n\n return () => {\n if (!this.subscriptions) return false; // Did not find any subscribed callbacks\n\n const callbackIndex = this.subscriptions.indexOf(callback);\n\n if (callbackIndex < 0) return false; // Did not find this callback in the subscriptions\n\n // Remove the callback\n this.subscriptions.splice(callbackIndex, 1);\n\n return true;\n };\n };\n }\n return this.lazyEvent;\n }\n\n /** Disposes of this event, preparing it to release from memory */\n dispose = () => {\n return this.disposeFn();\n };\n\n /**\n * Runs the subscriptions for the event\n *\n * @param event Event data to provide to subscribed callbacks\n */\n emit = (event: T) => {\n // Do not do anything other than emitFn here. This emit is just binding `this` to emitFn\n this.emitFn(event);\n };\n\n /**\n * Function that runs the subscriptions for the event. Added here so children can override emit\n * and still call the base functionality. See NetworkEventEmitter.emit for example\n */\n protected emitFn(event: T) {\n this.assertNotDisposed();\n\n // Clone the subscriptions array before iterating over the callbacks so the callback index\n // doesn't get messed up if someone subscribes or unsubscribes inside one of the callbacks\n const emitCallbacks = [...(this.subscriptions ?? [])];\n emitCallbacks.forEach((callback) => callback(event));\n }\n\n /** Check to make sure this emitter is not disposed. Throw if it is */\n protected assertNotDisposed() {\n if (this.isDisposed) throw new Error('Emitter is disposed');\n }\n\n /**\n * Disposes of this event, preparing it to release from memory. Added here so children can\n * override emit and still call the base functionality.\n */\n protected disposeFn() {\n this.assertNotDisposed();\n\n this.isDisposed = true;\n this.subscriptions = undefined;\n this.lazyEvent = undefined;\n return Promise.resolve(true);\n }\n}\n","/** Collection of functions, objects, and types that are used as helpers in other services. */\n\n// Thanks to blubberdiblub at https://stackoverflow.com/a/68141099/217579\nexport function newGuid(): string {\n return '00-0-4-1-000'.replace(/[^-]/g, (s) =>\n // @ts-expect-error ts(2363) this works fine\n // eslint-disable-next-line no-bitwise\n (((Math.random() + ~~s) * 0x10000) >> s).toString(16).padStart(4, '0'),\n );\n}\n\n// thanks to DRAX at https://stackoverflow.com/a/9436948\n/**\n * Determine whether the object is a string\n *\n * @param o Object to determine if it is a string\n * @returns True if the object is a string; false otherwise\n */\nexport function isString(o: unknown): o is string {\n return typeof o === 'string' || o instanceof String;\n}\n\n/**\n * If deepClone isn't used when copying properties between objects, you may be left with dangling\n * references between the source and target of property copying operations.\n *\n * @param obj Object to clone\n * @returns Duplicate copy of `obj` without any references back to the original one\n */\nexport function deepClone(obj: T): T {\n // Assert the return type matches what is expected\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return JSON.parse(JSON.stringify(obj)) as T;\n}\n\n/**\n * Get a function that reduces calls to the function passed in\n *\n * @param fn The function to debounce\n * @param delay How much delay in milliseconds after the most recent call to the debounced function\n * to call the function\n * @returns Function that, when called, only calls the function passed in at maximum every delay ms\n */\n// We don't know the parameter types since this function can be anything\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function debounce void>(fn: T, delay = 300): T {\n if (isString(fn)) throw new Error('Tried to debounce a string! Could be XSS');\n let timeout: ReturnType;\n // Ensure the right return type.\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return ((...args) => {\n clearTimeout(timeout);\n timeout = setTimeout(() => fn(...args), delay);\n }) as T;\n}\n\n/**\n * Groups each item in the array of items into a map according to the keySelector\n *\n * @param items Array of items to group by\n * @param keySelector Function to run on each item to get the key for the group to which it belongs\n * @param valueSelector Function to run on each item to get the value it should have in the group\n * (like map function). If not provided, uses the item itself\n * @returns Map of keys to groups of values corresponding to each item\n */\nexport function groupBy(items: T[], keySelector: (item: T) => K): Map>;\nexport function groupBy(\n items: T[],\n keySelector: (item: T) => K,\n valueSelector: (item: T, key: K) => V,\n): Map>;\nexport function groupBy(\n items: T[],\n keySelector: (item: T) => K,\n valueSelector?: (item: T, key: K) => V,\n): Map> {\n const map = new Map>();\n items.forEach((item) => {\n const key = keySelector(item);\n const group = map.get(key);\n const value = valueSelector ? valueSelector(item, key) : item;\n if (group) group.push(value);\n else map.set(key, [value]);\n });\n return map;\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\ntype ErrorWithMessage = {\n message: string;\n};\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\nfunction isErrorWithMessage(error: unknown): error is ErrorWithMessage {\n return (\n typeof error === 'object' &&\n // We're potentially dealing with objects we didn't create, so they might contain `null`\n // eslint-disable-next-line no-null/no-null\n error !== null &&\n 'message' in error &&\n // Type assert `error` to check it's `message`.\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n typeof (error as Record).message === 'string'\n );\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\n/**\n * Function to get an error from the object (useful for getting an error in a catch block)\n *\n * @param error Error object whose message to get\n * @returns Message of the error - if object has message, returns message. Otherwise tries to\n * stringify\n */\nfunction toErrorWithMessage(maybeError: unknown): ErrorWithMessage {\n if (isErrorWithMessage(maybeError)) return maybeError;\n\n try {\n return new Error(JSON.stringify(maybeError));\n } catch {\n // fallback in case there's an error stringifying the maybeError\n // like with circular references for example.\n return new Error(String(maybeError));\n }\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\n/**\n * Function to get an error message from the object (useful for getting error message in a catch\n * block)\n *\n * @example `try {...} catch (e) { logger.info(getErrorMessage(e)) }`\n *\n * @param error Error object whose message to get\n * @returns Message of the error - if object has message, returns message. Otherwise tries to\n * stringify\n */\nexport function getErrorMessage(error: unknown) {\n return toErrorWithMessage(error).message;\n}\n\n/** Asynchronously waits for the specified number of milliseconds. (wraps setTimeout in a promise) */\nexport function wait(ms: number) {\n // eslint-disable-next-line no-promise-executor-return\n return new Promise((resolve) => setTimeout(resolve, ms));\n}\n\n/**\n * Runs the specified function and will timeout if it takes longer than the specified wait time\n *\n * @param fn The function to run\n * @param maxWaitTimeInMS The maximum amount of time to wait for the function to resolve\n * @returns Promise that resolves to the resolved value of the function or undefined if it ran\n * longer than the specified wait time\n */\nexport function waitForDuration(fn: () => Promise, maxWaitTimeInMS: number) {\n const timeout = wait(maxWaitTimeInMS).then(() => undefined);\n return Promise.any([timeout, fn()]);\n}\n\n/**\n * Get all functions on an object and its prototype chain (so we don't miss any class methods or any\n * object methods). Note that the functions on the final item in the prototype chain (i.e., Object)\n * are skipped to avoid including functions like `__defineGetter__`, `__defineSetter__`, `toString`,\n * etc.\n *\n * @param obj Object whose functions to get\n * @param _objId Optional ID of the object to use for debug logging\n * @returns Array of all function names on an object\n */\n// Note: lodash has something that MIGHT do the same thing as this. Investigate for https://github.com/paranext/paranext-core/issues/134\nexport function getAllObjectFunctionNames(\n obj: { [property: string]: unknown },\n // Leaving it here for debugging\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n _objId: string = 'obj',\n): Set {\n const objectFunctionNames = new Set();\n\n // Get all function properties directly defined on the object\n Object.getOwnPropertyNames(obj).forEach((property) => {\n try {\n if (typeof obj[property] === 'function') objectFunctionNames.add(property);\n } catch (error) {\n // Too noisy - only reenable if you need more details\n // console.trace(`Skipping ${property} on ${objId} due to error: ${error}`);\n }\n });\n\n // Walk up the prototype chain and get additional function properties, skipping the functions\n // provided by the final (Object) prototype\n let objectPrototype = Object.getPrototypeOf(obj);\n while (objectPrototype && Object.getPrototypeOf(objectPrototype)) {\n Object.getOwnPropertyNames(objectPrototype).forEach((property) => {\n try {\n if (typeof obj[property] === 'function') objectFunctionNames.add(property);\n } catch (error) {\n // Too noisy - only reenable if you need more details\n // console.trace(`Skipping ${property} on ${objId}'s prototype due to error: ${error}`);\n }\n });\n objectPrototype = Object.getPrototypeOf(objectPrototype);\n }\n\n return objectFunctionNames;\n}\n\n/**\n * Creates a synchronous proxy for an asynchronous object. The proxy allows calling methods on an\n * object that is asynchronously fetched using a provided asynchronous function.\n *\n * @param getObject - A function that returns a promise resolving to the object whose asynchronous\n * methods to call.\n * @param objectToProxy - An optional object that is the object that is proxied. If a property is\n * accessed that does exist on this object, it will be returned. If a property is accessed that\n * does not exist on this object, it will be considered to be an asynchronous method called on the\n * object returned from getObject.\n * @returns A synchronous proxy for the asynchronous object.\n */\nexport function createSyncProxyForAsyncObject(\n getObject: (args?: unknown[]) => Promise,\n objectToProxy: Partial = {},\n): T {\n // objectToProxy will have only the synchronously accessed properties of T on it, and this proxy\n // makes the async methods that do not exist yet available synchronously so we have all of T\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return new Proxy(objectToProxy as T, {\n get(target, prop) {\n // We don't have any type information for T, so we assume methodName exists on it and will let JavaScript throw if it doesn't exist\n // @ts-expect-error 7053\n if (prop in target) return target[prop];\n return async (...args: unknown[]) => {\n // 7053: We don't have any type information for T, so we assume methodName exists on it and will let JavaScript throw if it doesn't exist\n // 2556: The args here are the parameters for the method specified\n // @ts-expect-error 7053 2556\n return (await getObject())[prop](...args);\n };\n },\n });\n}\n\n/** Within type T, recursively change all properties to be optional */\nexport type DeepPartial = T extends object ? { [P in keyof T]?: DeepPartial } : T;\n\n/** Within type T, recursively change properties that were of type A to be of type B */\nexport type ReplaceType = T extends A\n ? B\n : T extends object\n ? { [K in keyof T]: ReplaceType }\n : T;\n\n// Thanks to jcalz at https://stackoverflow.com/a/50375286\n/**\n * Converts a union type to an intersection type (`|` to `&`).\n *\n * Note: this utility type is for use on object types. It may fail on other types.\n *\n * @example\n *\n * ```typescript\n * type TypeOne = { one: string };\n * type TypeTwo = { two: number };\n * type TypeThree = { three: string };\n *\n * type TypeNums = { one: TypeOne; two: TypeTwo; three: TypeThree };\n * const numNames = ['one', 'two'] as const;\n * type TypeNumNames = typeof numNames;\n *\n * // Same as `TypeOne | TypeTwo`\n * // `{ one: string } | { two: number }`\n * type TypeOneTwoUnion = TypeNums[TypeNumNames[number]];\n *\n * // Same as `TypeOne & TypeTwo`\n * // `{ one: string; two: number }`\n * type TypeOneTwoIntersection = UnionToIntersection;\n * ```\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport type UnionToIntersection = (U extends any ? (x: U) => void : never) extends (\n x: infer I,\n) => void\n ? I\n : never;\n","import PlatformEventEmitter from './platform-event-emitter.model';\nimport { deepClone } from './util';\n\ntype JsonObjectLike = { [key: string]: unknown };\ntype JsonArrayLike = unknown[];\n\nexport type JsonDocumentLike = JsonObjectLike | JsonArrayLike;\n\n/**\n * Options for DocumentCombiner objects\n *\n * - `copyDocuments`: If true, this instance will perform a deep copy of all provided documents before\n * composing the output. If false, then changes made to provided documents after they are\n * contributed will be reflected in the next time output is composed.\n * - `ignoreDuplicateProperties`: If true, then duplicate properties are skipped if they are seen in\n * contributed documents. If false, then throw when duplicate properties are seen in contributed\n * documents.\n */\nexport type DocumentCombinerOptions = {\n copyDocuments: boolean;\n ignoreDuplicateProperties: boolean;\n};\n\n/**\n * Base class for any code that wants to compose JSON documents (primarily in the form of JS objects\n * or arrays) together into a single output document.\n */\nexport default class DocumentCombiner {\n protected baseDocument: JsonDocumentLike;\n protected readonly contributions = new Map();\n protected latestOutput: JsonDocumentLike | undefined;\n protected readonly options: DocumentCombinerOptions;\n private readonly onDidRebuildEmitter = new PlatformEventEmitter();\n /** Event that emits to announce that the document has been rebuilt and the output has been updated */\n // Need `onDidRebuildEmitter` to be instantiated before this line\n // eslint-disable-next-line @typescript-eslint/member-ordering\n readonly onDidRebuild = this.onDidRebuildEmitter.subscribe;\n\n /**\n * Create a DocumentCombiner instance\n *\n * @param baseDocument This is the first document that will be used when composing the output\n * @param options Options used by this object when combining documents\n */\n protected constructor(baseDocument: JsonDocumentLike, options: DocumentCombinerOptions) {\n // Setting baseDocument redundantly because TS doesn't understand that updateBaseDocument does it\n this.baseDocument = baseDocument;\n this.options = options;\n this.updateBaseDocument(baseDocument);\n }\n\n /**\n * Update the starting document for composition process\n *\n * @param baseDocument Base JSON document/JS object that all other documents are added to\n * @returns Recalculated output document given the new starting state and existing other documents\n */\n updateBaseDocument(baseDocument: JsonDocumentLike): JsonDocumentLike | undefined {\n this.validateBaseDocument(baseDocument);\n this.baseDocument = this.options.copyDocuments ? deepClone(baseDocument) : baseDocument;\n this.baseDocument = this.transformBaseDocumentAfterValidation(this.baseDocument);\n return this.rebuild();\n }\n\n /**\n * Add or update one of the contribution documents for the composition process\n *\n * Note: the order in which contribution documents are added can be considered indeterminate as it\n * depends on the order in which `Map.forEach` iterates over the contributions. However, the order\n * matters when merging two arrays into one. Also, when `options.ignoreDuplicateProperties` is is\n * `true`, the order also matters when adding the same property to an object that is already\n * provided previously. Please let us know if you have trouble because of indeterminate\n * contribution ordering.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine\n * @returns Recalculated output document given the new or updated contribution and existing other\n * documents\n */\n addOrUpdateContribution(\n documentName: string,\n document: JsonDocumentLike,\n ): JsonDocumentLike | undefined {\n this.validateContribution(documentName, document);\n const previousDocumentVersion = this.contributions.get(documentName);\n let documentToSet = this.options.copyDocuments && !!document ? deepClone(document) : document;\n documentToSet = this.transformContributionAfterValidation(documentName, documentToSet);\n this.contributions.set(documentName, documentToSet);\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after adding/updating the contribution, put it back how it was\n if (previousDocumentVersion) this.contributions.set(documentName, previousDocumentVersion);\n else this.contributions.delete(documentName);\n throw new Error(`Error when setting the document named ${documentName}: ${error}`);\n }\n }\n\n /**\n * Delete one of the contribution documents for the composition process\n *\n * @param documentName Name of the contributed document to delete\n * @returns Recalculated output document given the remaining other documents\n */\n deleteContribution(documentName: string): JsonDocumentLike | undefined {\n const document = this.contributions.get(documentName);\n if (!document) throw new Error(`${documentName} does not exist`);\n this.contributions.delete(documentName);\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after deleting the contribution, put it back and rethrow\n this.contributions.set(documentName, document);\n throw new Error(`Error when deleting the document named ${documentName}: ${error}`);\n }\n }\n\n /**\n * Delete all present contribution documents for the composition process and return to the base\n * document\n *\n * @returns Recalculated output document consisting only of the base document\n */\n deleteAllContributions(): JsonDocumentLike | undefined {\n if (this.contributions.size <= 0) return this.latestOutput;\n\n // Save out all contributions\n const contributions = [...this.contributions.entries()];\n\n // Delete all contributions\n contributions.forEach(([contributionName]) => this.contributions.delete(contributionName));\n\n // Rebuild with no contributions\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after deleting all contributions, put them back and rethrow\n contributions.forEach(([contributionName, document]) =>\n this.contributions.set(contributionName, document),\n );\n throw new Error(`Error when deleting all contributions: ${error}`);\n }\n }\n\n /**\n * Run the document composition process given the starting document and all contributions. Throws\n * if the output document fails to validate properly.\n *\n * @returns Recalculated output document given the starting and contributed documents\n */\n rebuild(): JsonDocumentLike | undefined {\n // The starting document is the output if there are no other contributions\n if (this.contributions.size === 0) {\n let potentialOutput = deepClone(this.baseDocument);\n potentialOutput = this.transformFinalOutputBeforeValidation(potentialOutput);\n this.validateOutput(potentialOutput);\n this.latestOutput = potentialOutput;\n this.onDidRebuildEmitter.emit(undefined);\n return this.latestOutput;\n }\n\n // Compose the output by validating each document one at a time to pinpoint errors better\n let outputIteration = this.baseDocument;\n this.contributions.forEach((contribution: JsonDocumentLike) => {\n outputIteration = mergeObjects(\n outputIteration,\n contribution,\n this.options.ignoreDuplicateProperties,\n );\n this.validateOutput(outputIteration);\n });\n outputIteration = this.transformFinalOutputBeforeValidation(outputIteration);\n this.validateOutput(outputIteration);\n this.latestOutput = outputIteration;\n this.onDidRebuildEmitter.emit(undefined);\n return this.latestOutput;\n }\n\n /**\n * Transform the starting document that is given to the combiner. This transformation occurs after\n * validating the base document and before combining any contributions.\n *\n * WARNING: If you do not create the combiner with option `copyDocuments: true` or clone inside\n * this method, this method will directly modify the `baseDocument` passed in.\n *\n * @param baseDocument Initial input document. Already validated via `validateBaseDocument`\n * @returns Transformed base document\n */\n // We just don't need `this` here. This is basically a no-op function that is available to child\n // classes to override\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformBaseDocumentAfterValidation(baseDocument: JsonDocumentLike): JsonDocumentLike {\n return baseDocument;\n }\n\n /**\n * Transform the contributed document associated with `documentName`. This transformation occurs\n * after validating the contributed document and before combining with other documents.\n *\n * WARNING: If you do not create the combiner with option `copyDocuments: true` or clone inside\n * this method, this method will directly modify the contributed `document` passed in.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine. Already validated via\n * `validateContribution`\n * @returns Transformed contributed document\n */\n // We just don't need `this` here. This is basically a no-op function that is available to child\n // classes to override\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformContributionAfterValidation(\n // @ts-expect-error this parameter is unused but may be used in child classes\n documentName: string,\n document: JsonDocumentLike,\n ): JsonDocumentLike {\n return document;\n }\n\n /**\n * Throw an error if the provided document is not a valid starting document.\n *\n * @param baseDocument Base JSON document/JS object that all other documents are added to\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateBaseDocument(baseDocument: JsonDocumentLike): void {}\n\n /**\n * Throw an error if the provided document is not a valid contribution document.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateContribution(documentName: string, document: JsonDocumentLike): void {}\n\n /**\n * Throw an error if the provided output is not valid.\n *\n * @param output Output document that could potentially be returned to callers\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateOutput(output: JsonDocumentLike): void {}\n\n /**\n * Transform the document that is the composition of the base document and all contribution\n * documents. This is the last step that will be run prior to validation via `validateOutput`\n * before `this.latestOutput` is updated to the new output.\n *\n * @param finalOutput Final output document that could potentially be returned to callers. \"Final\"\n * means no further contribution documents will be merged.\n */\n // no-op intended to be overridden by child classes. Can't be static\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformFinalOutputBeforeValidation(finalOutput: JsonDocumentLike): JsonDocumentLike {\n return finalOutput;\n }\n}\n\n// #region Helper functions\n\n/**\n * Determines if the input values are objects but not arrays\n *\n * @param values Objects to check\n * @returns True if all the values are objects but not arrays\n */\nfunction areNonArrayObjects(...values: unknown[]): boolean {\n let allMatch = true;\n values.forEach((value: unknown) => {\n if (!value || typeof value !== 'object' || Array.isArray(value)) allMatch = false;\n });\n return allMatch;\n}\n\n/**\n * Determines if the input values are arrays\n *\n * @param value Objects to check\n * @returns True if the values are arrays\n */\nfunction areArrayObjects(...values: unknown[]): boolean {\n let allMatch = true;\n values.forEach((value: unknown) => {\n if (!value || typeof value !== 'object' || !Array.isArray(value)) allMatch = false;\n });\n return allMatch;\n}\n\n/**\n * Deep clone and recursively merge the properties of one object (copyFrom) into another\n * (startingPoint). Throws if copyFrom would overwrite values already existing in startingPoint.\n *\n * Does not modify the objects passed in.\n *\n * @param startingPoint Object that is the starting point for the return value\n * @param copyFrom Object whose values are copied into the return value\n * @param ignoreDuplicateProperties Whether to ignore object properties that are present in\n * `copyFrom` that are already present in `startingPoint`. If `false`, throws when an object\n * property in `copyFrom` is already present in `startingPoint`\n * @returns Object that is the combination of the two documents\n */\nfunction mergeObjects(\n startingPoint: JsonDocumentLike,\n copyFrom: JsonDocumentLike,\n ignoreDuplicateProperties: boolean,\n): JsonDocumentLike {\n const retVal = deepClone(startingPoint);\n\n if (!copyFrom) return retVal;\n\n return mergeObjectsInternal(retVal, deepClone(copyFrom), ignoreDuplicateProperties);\n}\n\n/**\n * Recursively merge the properties of one object (copyFrom) into another (startingPoint). Throws if\n * copyFrom would overwrite values already existing in startingPoint.\n *\n * WARNING: Modifies the argument objects in some way. Recommended to use `mergeObjects`\n *\n * @param startingPoint Object that is the starting point for the return value\n * @param copyFrom Object whose values are copied into the return value\n * @param ignoreDuplicateProperties Whether to ignore object properties that are present in\n * `copyFrom` that are already present in `startingPoint`. If `false`, throws when an object\n * property in `copyFrom` is already present in `startingPoint`\n * @returns Object that is the combination of the two documents\n */\nfunction mergeObjectsInternal(\n startingPoint: JsonDocumentLike,\n copyFrom: JsonDocumentLike,\n ignoreDuplicateProperties: boolean,\n): JsonDocumentLike {\n if (!copyFrom) return startingPoint;\n\n if (areNonArrayObjects(startingPoint, copyFrom)) {\n // Merge properties since they are both objects\n\n // We know these are objects from the `if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n const startingPointObj = startingPoint as JsonObjectLike;\n const copyFromObj = copyFrom as JsonObjectLike;\n /* eslint-enable no-type-assertion/no-type-assertion */\n Object.keys(copyFromObj).forEach((key: string | number) => {\n if (Object.hasOwn(startingPointObj, key)) {\n if (areNonArrayObjects(startingPointObj[key], copyFromObj[key])) {\n startingPointObj[key] = mergeObjectsInternal(\n // We know these are objects from the `if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n startingPointObj[key] as JsonObjectLike,\n copyFromObj[key] as JsonObjectLike,\n ignoreDuplicateProperties,\n /* eslint-enable no-type-assertion/no-type-assertion */\n );\n } else if (areArrayObjects(startingPointObj[key], copyFromObj[key])) {\n // Concat the arrays since they are both arrays\n\n // We know these are arrays from the `else if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n startingPointObj[key] = (startingPointObj[key] as JsonArrayLike).concat(\n copyFromObj[key] as JsonArrayLike,\n );\n /* eslint-enable no-type-assertion/no-type-assertion */\n } else if (!ignoreDuplicateProperties)\n throw new Error(`Cannot merge objects: key \"${key}\" already exists in the target object`);\n // Note that the first non-object non-array value that gets placed in a property stays.\n // New values do not override existing ones\n } else {\n startingPointObj[key] = copyFromObj[key];\n }\n });\n } else if (areArrayObjects(startingPoint, copyFrom)) {\n // Concat the arrays since they are both arrays\n\n // Push the contents of copyFrom into startingPoint since it is a const and was already deep cloned\n // We know these are objects from the `else if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n (startingPoint as JsonArrayLike).push(...(copyFrom as JsonArrayLike));\n /* eslint-enable no-type-assertion/no-type-assertion */\n }\n\n // Note that nothing happens if `startingPoint` is not an object or an array or if `startingPoint`\n // and `copyFrom` are not both object or both arrays. Should we throw? Should we push `copyFrom`'s\n // values into the array? Other? Maybe one day we can add some options to decide what to do in\n // this situation, but YAGNI for now\n\n return startingPoint;\n}\n\n// #endregion\n","import { Mutex as AsyncMutex } from 'async-mutex';\n\n// Extending Mutex from async-mutex so we can add JSDoc\n\n/**\n * Class that allows calling asynchronous functions multiple times at once while only running one at\n * a time.\n *\n * @example\n *\n * ```typescript\n * const mutex = new Mutex();\n *\n * mutex.runExclusive(async () => {\n * // Do some asynchronous stuff\n * console.log('These run one-at-a-time');\n * });\n *\n * mutex.runExclusive(async () => {\n * // Do some asynchronous stuff\n * console.log('These run one-at-a-time');\n * });\n * ```\n *\n * See [`async-mutex`](https://www.npmjs.com/package/async-mutex) for more information.\n */\nclass Mutex extends AsyncMutex {}\n\nexport default Mutex;\n","import Mutex from './mutex';\n\n/** Map of {@link Mutex}es that automatically (lazily) generates a new {@link Mutex} for any new key */\nclass MutexMap {\n private mutexesByID = new Map();\n\n get(mutexID: string): Mutex {\n let retVal = this.mutexesByID.get(mutexID);\n if (retVal) return retVal;\n\n retVal = new Mutex();\n this.mutexesByID.set(mutexID, retVal);\n return retVal;\n }\n}\n\nexport default MutexMap;\n","import DocumentCombiner, { DocumentCombinerOptions, JsonDocumentLike } from './document-combiner';\n\nexport default class NonValidatingDocumentCombiner extends DocumentCombiner {\n // Making the protected base constructor public\n // eslint-disable-next-line @typescript-eslint/no-useless-constructor\n constructor(baseDocument: JsonDocumentLike, options: DocumentCombinerOptions) {\n super(baseDocument, options);\n }\n\n get output(): JsonDocumentLike | undefined {\n return this.latestOutput;\n }\n}\n","/** Enables language-sensitive number formatting. Wraps Intl.NumberFormat */\nexport default class NumberFormat {\n private numberFormatter: Intl.NumberFormat;\n\n constructor(locales?: string | string[], options?: Intl.NumberFormatOptions) {\n this.numberFormatter = new Intl.NumberFormat(locales, options);\n }\n\n /**\n * Formats a number according to the locale and formatting options of this NumberFormat object\n *\n * @param value Number or BigInt to format\n * @returns String representing the given number formatted according to the locale and formatting\n * options of this NumberFormat object\n */\n format(value: number | bigint): string {\n return this.numberFormatter.format(value);\n }\n\n /**\n * Formats a range of numbers according to the locale and formatting options of this NumberFormat\n * object\n *\n * @param startRange Number or bigint representing the start of the range\n * @param endRange Number or bigint representing the end of the range\n * @returns String representing the given range of numbers formatted according to the locale and\n * formatting options of this NumberFormat object\n */\n formatRange(startRange: number | bigint, endRange: number | bigint): string {\n return this.numberFormatter.formatRange(startRange, endRange);\n }\n\n /**\n * Returns an array of objects containing the locale-specific tokens from which it is possible to\n * build custom strings while preserving the locale-specific parts.\n *\n * @param startRange Number or bigint representing start of the range\n * @param endRange Number or bigint representing end of the range\n * @returns Array of NumberRangeFormatPart objects containing the formatted range of numbers in\n * parts\n */\n formatRangeToParts(\n startRange: number | bigint,\n endRange: number | bigint,\n ): Intl.NumberRangeFormatPart[] {\n return this.numberFormatter.formatRangeToParts(startRange, endRange);\n }\n\n /**\n * Allows locale-aware formatting of strings produced by this NumberFormat object\n *\n * @param value Number or bigint to format\n * @returns Array of NumberFormatPart objects containing the formatted number in parts\n */\n formatToParts(value: number | bigint): Intl.NumberFormatPart[] {\n return this.numberFormatter.formatToParts(value);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and number formatting options\n * computed during initialization of this NumberFormat object\n *\n * @returns ResolvedNumberFormatOptions object\n */\n resolvedOptions(): Intl.ResolvedNumberFormatOptions {\n return this.numberFormatter.resolvedOptions();\n }\n}\n","const defaultPromise = Promise.resolve();\n\n/**\n * Class that allows you to chain promises for a given key. This is useful when:\n *\n * 1. You need to run promises from synchronous code and don't need to look at the results.\n * 2. The promises to run, or at least precisely when to run them, are not known in advance.\n * 3. The promises need to be run sequentially, waiting for the previous one to finish.\n *\n * An example of when this can be helpful is inside of React components. Component code is mostly\n * synchronous, but you may need to run some asynchronous code. You can't use `await` inside of\n * React component code in many situations, so you can use this class to chain promises together.\n *\n * When promises are added to the map with a key, they will run in the order they were added to the\n * map for that key. If a promise rejects, a warning will be logged and the chain will continue. If\n * a promise is added while another promise in the map for that key is running, the new promise will\n * be chained to the existing one.\n */\nexport default class PromiseChainingMap {\n private readonly map = new Map>();\n private readonly logger: { warn: (message: string) => void };\n\n /**\n * Creates a new PromiseChainingMap\n *\n * @param logger Object with a `warn` method that will be called when a promise rejects\n */\n constructor(logger: { warn: (message: string) => void } = console) {\n this.logger = logger;\n }\n\n /**\n * Adds a promise to the map for a given key. If a promise is already running for the key, the new\n * promise will be chained to the existing one. Once all promises for a key have settled, the map\n * will be cleared for that key.\n *\n * @param key Unique key to identify a distinct promise chain\n * @param promiseFunction Function that returns a promise to add to the chain\n */\n addPromise(key: TKey, promiseFunction: () => Promise): void {\n const currentPromise = this.map.get(key);\n this.map.set(key, currentPromise ? currentPromise.then(promiseFunction) : promiseFunction());\n this.cleanupPromiseChain(key);\n }\n\n /**\n * Gets the current promise chain for the given key. This is mostly useful for testing. Normally\n * you should just call {@link addPromise} and let the map handle the rest.\n *\n * @param key Unique key to identify a distinct promise chain\n * @returns The current promise chain for the key\n */\n get(key: TKey): Promise | undefined {\n return this.map.get(key);\n }\n\n /**\n * Configures a promise chain to be removed from the map for the given key after all the promises\n * have settled\n *\n * @param key Unique key to identify a distinct promise chain\n */\n private cleanupPromiseChain(key: TKey): void {\n const currentPromise = this.map.get(key);\n if (!currentPromise) return;\n\n const promiseHolder: { promise: Promise } = { promise: defaultPromise };\n const newPromise = currentPromise\n .catch((e) => this.logger.warn(`Error in promise for ${key}: ${e.message}`))\n .finally(() => {\n if (this.map.get(key) === promiseHolder.promise) this.map.delete(key);\n });\n promiseHolder.promise = newPromise;\n this.map.set(key, newPromise);\n }\n}\n","import { Dispose } from './disposal.model';\nimport { Unsubscriber, UnsubscriberAsync } from './unsubscriber';\n\n/** Simple collection for UnsubscriberAsync objects that also provides an easy way to run them. */\nexport default class UnsubscriberAsyncList {\n readonly unsubscribers = new Set();\n\n constructor(private name = 'Anonymous') {}\n\n /**\n * Add unsubscribers to the list. Note that duplicates are not added twice.\n *\n * @param unsubscribers - Objects that were returned from a registration process.\n */\n add(...unsubscribers: (UnsubscriberAsync | Unsubscriber | Dispose)[]) {\n unsubscribers.forEach((unsubscriber) => {\n if ('dispose' in unsubscriber) this.unsubscribers.add(unsubscriber.dispose);\n else this.unsubscribers.add(unsubscriber);\n });\n }\n\n /**\n * Run all unsubscribers added to this list and then clear the list.\n *\n * @returns `true` if all unsubscribers succeeded, `false` otherwise.\n */\n async runAllUnsubscribers(): Promise {\n const unsubs = [...this.unsubscribers].map((unsubscriber) => unsubscriber());\n const results = await Promise.all(unsubs);\n this.unsubscribers.clear();\n return results.every((unsubscriberSucceeded, index) => {\n if (!unsubscriberSucceeded)\n console.error(`UnsubscriberAsyncList ${this.name}: Unsubscriber at index ${index} failed!`);\n\n return unsubscriberSucceeded;\n });\n }\n}\n","var P = Object.defineProperty;\nvar R = (t, e, s) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;\nvar n = (t, e, s) => R(t, typeof e != \"symbol\" ? e + \"\" : e, s);\nclass _ {\n constructor() {\n n(this, \"books\");\n n(this, \"firstSelectedBookNum\");\n n(this, \"lastSelectedBookNum\");\n n(this, \"count\");\n n(this, \"selectedBookNumbers\");\n n(this, \"selectedBookIds\");\n }\n}\nconst N = [\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n // 10\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n // 20\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n // 30\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n \"MAT\",\n // 40\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n // 50\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n // 60\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n // 70\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n // 80\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"JSA\",\n // actual variant text for JOS, now in LXA text\n \"JDB\",\n // actual variant text for JDG, now in LXA text\n \"TBS\",\n // actual variant text for TOB, now in LXA text\n \"SST\",\n // actual variant text for SUS, now in LXA text // 90\n \"DNT\",\n // actual variant text for DAN, now in LXA text\n \"BLT\",\n // actual variant text for BEL, now in LXA text\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n // 100\n \"BAK\",\n \"OTH\",\n \"3ES\",\n // Used previously but really should be 2ES\n \"EZA\",\n // Used to be called 4ES, but not actually in any known project\n \"5EZ\",\n // Used to be called 5ES, but not actually in any known project\n \"6EZ\",\n // Used to be called 6ES, but not actually in any known project\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n // 110\n \"NDX\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n // 120\n \"REP\",\n \"4BA\",\n \"LAO\"\n], B = [\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\"\n], O = [\n \"Genesis\",\n \"Exodus\",\n \"Leviticus\",\n \"Numbers\",\n \"Deuteronomy\",\n \"Joshua\",\n \"Judges\",\n \"Ruth\",\n \"1 Samuel\",\n \"2 Samuel\",\n \"1 Kings\",\n \"2 Kings\",\n \"1 Chronicles\",\n \"2 Chronicles\",\n \"Ezra\",\n \"Nehemiah\",\n \"Esther (Hebrew)\",\n \"Job\",\n \"Psalms\",\n \"Proverbs\",\n \"Ecclesiastes\",\n \"Song of Songs\",\n \"Isaiah\",\n \"Jeremiah\",\n \"Lamentations\",\n \"Ezekiel\",\n \"Daniel (Hebrew)\",\n \"Hosea\",\n \"Joel\",\n \"Amos\",\n \"Obadiah\",\n \"Jonah\",\n \"Micah\",\n \"Nahum\",\n \"Habakkuk\",\n \"Zephaniah\",\n \"Haggai\",\n \"Zechariah\",\n \"Malachi\",\n \"Matthew\",\n \"Mark\",\n \"Luke\",\n \"John\",\n \"Acts\",\n \"Romans\",\n \"1 Corinthians\",\n \"2 Corinthians\",\n \"Galatians\",\n \"Ephesians\",\n \"Philippians\",\n \"Colossians\",\n \"1 Thessalonians\",\n \"2 Thessalonians\",\n \"1 Timothy\",\n \"2 Timothy\",\n \"Titus\",\n \"Philemon\",\n \"Hebrews\",\n \"James\",\n \"1 Peter\",\n \"2 Peter\",\n \"1 John\",\n \"2 John\",\n \"3 John\",\n \"Jude\",\n \"Revelation\",\n \"Tobit\",\n \"Judith\",\n \"Esther Greek\",\n \"Wisdom of Solomon\",\n \"Sirach (Ecclesiasticus)\",\n \"Baruch\",\n \"Letter of Jeremiah\",\n \"Song of 3 Young Men\",\n \"Susanna\",\n \"Bel and the Dragon\",\n \"1 Maccabees\",\n \"2 Maccabees\",\n \"3 Maccabees\",\n \"4 Maccabees\",\n \"1 Esdras (Greek)\",\n \"2 Esdras (Latin)\",\n \"Prayer of Manasseh\",\n \"Psalm 151\",\n \"Odes\",\n \"Psalms of Solomon\",\n // WARNING, if you change the spelling of the *obsolete* tag be sure to update\n // IsObsolete routine\n \"Joshua A. *obsolete*\",\n \"Judges B. *obsolete*\",\n \"Tobit S. *obsolete*\",\n \"Susanna Th. *obsolete*\",\n \"Daniel Th. *obsolete*\",\n \"Bel Th. *obsolete*\",\n \"Extra A\",\n \"Extra B\",\n \"Extra C\",\n \"Extra D\",\n \"Extra E\",\n \"Extra F\",\n \"Extra G\",\n \"Front Matter\",\n \"Back Matter\",\n \"Other Matter\",\n \"3 Ezra *obsolete*\",\n \"Apocalypse of Ezra\",\n \"5 Ezra (Latin Prologue)\",\n \"6 Ezra (Latin Epilogue)\",\n \"Introduction\",\n \"Concordance \",\n \"Glossary \",\n \"Topical Index\",\n \"Names Index\",\n \"Daniel Greek\",\n \"Psalms 152-155\",\n \"2 Baruch (Apocalypse)\",\n \"Letter of Baruch\",\n \"Jubilees\",\n \"Enoch\",\n \"1 Meqabyan\",\n \"2 Meqabyan\",\n \"3 Meqabyan\",\n \"Reproof (Proverbs 25-31)\",\n \"4 Baruch (Rest of Baruch)\",\n \"Laodiceans\"\n], S = K();\nfunction g(t, e = !0) {\n return e && (t = t.toUpperCase()), t in S ? S[t] : 0;\n}\nfunction k(t) {\n return g(t) > 0;\n}\nfunction x(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return e >= 40 && e <= 66;\n}\nfunction T(t) {\n return (typeof t == \"string\" ? g(t) : t) <= 39;\n}\nfunction X(t) {\n return t <= 66;\n}\nfunction V(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return w(e) && !X(e);\n}\nfunction* L() {\n for (let t = 1; t <= N.length; t++) yield t;\n}\nconst G = 1, A = N.length;\nfunction H() {\n return [\"XXA\", \"XXB\", \"XXC\", \"XXD\", \"XXE\", \"XXF\", \"XXG\"];\n}\nfunction C(t, e = \"***\") {\n const s = t - 1;\n return s < 0 || s >= N.length ? e : N[s];\n}\nfunction I(t) {\n return t <= 0 || t > A ? \"******\" : O[t - 1];\n}\nfunction y(t) {\n return I(g(t));\n}\nfunction w(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && !B.includes(e);\n}\nfunction q(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && B.includes(e);\n}\nfunction U(t) {\n return O[t - 1].includes(\"*obsolete*\");\n}\nfunction K() {\n const t = {};\n for (let e = 0; e < N.length; e++)\n t[N[e]] = e + 1;\n return t;\n}\nconst m = {\n allBookIds: N,\n nonCanonicalIds: B,\n bookIdToNumber: g,\n isBookIdValid: k,\n isBookNT: x,\n isBookOT: T,\n isBookOTNT: X,\n isBookDC: V,\n allBookNumbers: L,\n firstBook: G,\n lastBook: A,\n extraBooks: H,\n bookNumberToId: C,\n bookNumberToEnglishName: I,\n bookIdToEnglishName: y,\n isCanonical: w,\n isExtraMaterial: q,\n isObsolete: U\n};\nvar l = /* @__PURE__ */ ((t) => (t[t.Unknown = 0] = \"Unknown\", t[t.Original = 1] = \"Original\", t[t.Septuagint = 2] = \"Septuagint\", t[t.Vulgate = 3] = \"Vulgate\", t[t.English = 4] = \"English\", t[t.RussianProtestant = 5] = \"RussianProtestant\", t[t.RussianOrthodox = 6] = \"RussianOrthodox\", t))(l || {});\nconst h = class h {\n // private versInfo: Versification;\n constructor(e) {\n n(this, \"name\");\n n(this, \"fullPath\");\n n(this, \"isPresent\");\n n(this, \"hasVerseSegments\");\n n(this, \"isCustomized\");\n n(this, \"baseVersification\");\n n(this, \"scriptureBooks\");\n n(this, \"_type\");\n if (e == null)\n throw new Error(\"Argument undefined\");\n typeof e == \"string\" ? (this.name = e, this._type = l[e]) : (this._type = e, this.name = l[e]);\n }\n get type() {\n return this._type;\n }\n equals(e) {\n return !e.type || !this.type ? !1 : e.type === this.type;\n }\n};\nn(h, \"Original\", new h(l.Original)), n(h, \"Septuagint\", new h(l.Septuagint)), n(h, \"Vulgate\", new h(l.Vulgate)), n(h, \"English\", new h(l.English)), n(h, \"RussianProtestant\", new h(l.RussianProtestant)), n(h, \"RussianOrthodox\", new h(l.RussianOrthodox));\nlet c = h;\nfunction E(t, e) {\n const s = e[0];\n for (let r = 1; r < e.length; r++)\n t = t.split(e[r]).join(s);\n return t.split(s);\n}\nvar D = /* @__PURE__ */ ((t) => (t[t.Valid = 0] = \"Valid\", t[t.UnknownVersification = 1] = \"UnknownVersification\", t[t.OutOfRange = 2] = \"OutOfRange\", t[t.VerseOutOfOrder = 3] = \"VerseOutOfOrder\", t[t.VerseRepeated = 4] = \"VerseRepeated\", t))(D || {});\nconst i = class i {\n constructor(e, s, r, a) {\n /** Not yet implemented. */\n n(this, \"firstChapter\");\n /** Not yet implemented. */\n n(this, \"lastChapter\");\n /** Not yet implemented. */\n n(this, \"lastVerse\");\n /** Not yet implemented. */\n n(this, \"hasSegmentsDefined\");\n /** Not yet implemented. */\n n(this, \"text\");\n /** Not yet implemented. */\n n(this, \"BBBCCCVVVS\");\n /** Not yet implemented. */\n n(this, \"longHashCode\");\n /** The versification of the reference. */\n n(this, \"versification\");\n n(this, \"rtlMark\", \"‏\");\n n(this, \"_bookNum\", 0);\n n(this, \"_chapterNum\", 0);\n n(this, \"_verseNum\", 0);\n n(this, \"_verse\");\n if (r == null && a == null)\n if (e != null && typeof e == \"string\") {\n const o = e, u = s != null && s instanceof c ? s : void 0;\n this.setEmpty(u), this.parse(o);\n } else if (e != null && typeof e == \"number\") {\n const o = s != null && s instanceof c ? s : void 0;\n this.setEmpty(o), this._verseNum = e % i.chapterDigitShifter, this._chapterNum = Math.floor(\n e % i.bookDigitShifter / i.chapterDigitShifter\n ), this._bookNum = Math.floor(e / i.bookDigitShifter);\n } else if (s == null)\n if (e != null && e instanceof i) {\n const o = e;\n this._bookNum = o.bookNum, this._chapterNum = o.chapterNum, this._verseNum = o.verseNum, this._verse = o.verse, this.versification = o.versification;\n } else {\n if (e == null) return;\n const o = e instanceof c ? e : i.defaultVersification;\n this.setEmpty(o);\n }\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else if (e != null && s != null && r != null)\n if (typeof e == \"string\" && typeof s == \"string\" && typeof r == \"string\")\n this.setEmpty(a), this.updateInternal(e, s, r);\n else if (typeof e == \"number\" && typeof s == \"number\" && typeof r == \"number\")\n this._bookNum = e, this._chapterNum = s, this._verseNum = r, this.versification = a ?? i.defaultVersification;\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else\n throw new Error(\"VerseRef constructor not supported.\");\n }\n /**\n * Determines if the verse string is in a valid format (does not consider versification).\n */\n static isVerseParseable(e) {\n return e.length > 0 && \"0123456789\".includes(e[0]) && !e.endsWith(this.verseRangeSeparator) && !e.endsWith(this.verseSequenceIndicator);\n }\n /**\n * Tries to parse the specified string into a verse reference.\n * @param str - The string to attempt to parse.\n * @returns success: `true` if the specified string was successfully parsed, `false` otherwise.\n * @returns verseRef: The result of the parse if successful, or empty VerseRef if it failed\n */\n static tryParse(e) {\n let s;\n try {\n return s = new i(e), { success: !0, verseRef: s };\n } catch (r) {\n if (r instanceof v)\n return s = new i(), { success: !1, verseRef: s };\n throw r;\n }\n }\n /**\n * Gets the reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n * @param bookNum - Book number (this is 1-based, not an index).\n * @param chapterNum - Chapter number.\n * @param verseNum - Verse number.\n * @returns The reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n */\n static getBBBCCCVVV(e, s, r) {\n return e % i.bcvMaxValue * i.bookDigitShifter + (s >= 0 ? s % i.bcvMaxValue * i.chapterDigitShifter : 0) + (r >= 0 ? r % i.bcvMaxValue : 0);\n }\n /**\n * Deserializes a serialized VerseRef.\n * @param serializedVerseRef - Serialized VerseRef to create from.\n * @returns the deserialized VerseRef.\n */\n static fromJSON(e) {\n const { book: s, chapterNum: r, verseNum: a, verse: o, versificationStr: u } = e, f = o || a.toString();\n let d;\n return u && (d = new c(u)), s ? new i(s, r.toString(), f, d) : new i();\n }\n /**\n * Parses a verse string and gets the leading numeric portion as a number.\n * @param verseStr - verse string to parse\n * @returns true if the entire string could be parsed as a single, simple verse number (1-999);\n * false if the verse string represented a verse bridge, contained segment letters, or was invalid\n */\n static tryGetVerseNum(e) {\n let s;\n if (!e)\n return s = -1, { success: !0, vNum: s };\n s = 0;\n let r;\n for (let a = 0; a < e.length; a++) {\n if (r = e[a], r < \"0\" || r > \"9\")\n return a === 0 && (s = -1), { success: !1, vNum: s };\n if (s = s * 10 + +r - 0, s > i.bcvMaxValue)\n return s = -1, { success: !1, vNum: s };\n }\n return { success: !0, vNum: s };\n }\n /**\n * Checks to see if a VerseRef hasn't been set - all values are the default.\n */\n get isDefault() {\n return this.bookNum === 0 && this.chapterNum === 0 && this.verseNum === 0 && this.versification == null;\n }\n /**\n * Gets whether the verse contains multiple verses.\n */\n get hasMultiple() {\n return this._verse != null && (this._verse.includes(i.verseRangeSeparator) || this._verse.includes(i.verseSequenceIndicator));\n }\n /**\n * Gets or sets the book of the reference. Book is the 3-letter abbreviation in capital letters,\n * e.g. `'MAT'`.\n */\n get book() {\n return m.bookNumberToId(this.bookNum, \"\");\n }\n set book(e) {\n this.bookNum = m.bookIdToNumber(e);\n }\n /**\n * Gets or sets the chapter of the reference,. e.g. `'3'`.\n */\n get chapter() {\n return this.isDefault || this._chapterNum < 0 ? \"\" : this._chapterNum.toString();\n }\n set chapter(e) {\n const s = +e;\n this._chapterNum = Number.isInteger(s) ? s : -1;\n }\n /**\n * Gets or sets the verse of the reference, including range, segments, and sequences, e.g. `'4'`,\n * or `'4b-5a, 7'`.\n */\n get verse() {\n return this._verse != null ? this._verse : this.isDefault || this._verseNum < 0 ? \"\" : this._verseNum.toString();\n }\n set verse(e) {\n const { success: s, vNum: r } = i.tryGetVerseNum(e);\n this._verse = s ? void 0 : e.replace(this.rtlMark, \"\"), this._verseNum = r, !(this._verseNum >= 0) && ({ vNum: this._verseNum } = i.tryGetVerseNum(this._verse));\n }\n /**\n * Get or set Book based on book number, e.g. `42`.\n */\n get bookNum() {\n return this._bookNum;\n }\n set bookNum(e) {\n if (e <= 0 || e > m.lastBook)\n throw new v(\n \"BookNum must be greater than zero and less than or equal to last book\"\n );\n this._bookNum = e;\n }\n /**\n * Gets or sets the chapter number, e.g. `3`. `-1` if not valid.\n */\n get chapterNum() {\n return this._chapterNum;\n }\n set chapterNum(e) {\n this.chapterNum = e;\n }\n /**\n * Gets or sets verse start number, e.g. `4`. `-1` if not valid.\n */\n get verseNum() {\n return this._verseNum;\n }\n set verseNum(e) {\n this._verseNum = e;\n }\n /**\n * String representing the versification (should ONLY be used for serialization/deserialization).\n *\n * @remarks This is for backwards compatibility when ScrVers was an enumeration.\n */\n get versificationStr() {\n var e;\n return (e = this.versification) == null ? void 0 : e.name;\n }\n set versificationStr(e) {\n this.versification = this.versification != null ? new c(e) : void 0;\n }\n /**\n * Determines if the reference is valid.\n */\n get valid() {\n return this.validStatus === 0;\n }\n /**\n * Get the valid status for this reference.\n */\n get validStatus() {\n return this.validateVerse(i.verseRangeSeparators, i.verseSequenceIndicators);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits and the verse is 0.\n */\n get BBBCCC() {\n return i.getBBBCCCVVV(this._bookNum, this._chapterNum, 0);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits. If verse is not null\n * (i.e., this reference represents a complex reference with verse\n * segments or bridge) this cannot be used for an exact comparison.\n */\n get BBBCCCVVV() {\n return i.getBBBCCCVVV(this._bookNum, this._chapterNum, this._verseNum);\n }\n /**\n * Gets whether the verse is defined as an excluded verse in the versification.\n * Does not handle verse ranges.\n */\n // eslint-disable-next-line @typescript-eslint/class-literal-property-style\n get isExcluded() {\n return !1;\n }\n /**\n * Parses the reference in the specified string.\n * Optionally versification can follow reference as in GEN 3:11/4\n * Throw an exception if\n * - invalid book name\n * - chapter number is missing or not a number\n * - verse number is missing or does not start with a number\n * - versification is invalid\n * @param verseStr - string to parse e.g. 'MAT 3:11'\n */\n parse(e) {\n if (e = e.replace(this.rtlMark, \"\"), e.includes(\"/\")) {\n const o = e.split(\"/\");\n if (e = o[0], o.length > 1)\n try {\n const u = +o[1].trim();\n this.versification = new c(l[u]);\n } catch {\n throw new v(\"Invalid reference : \" + e);\n }\n }\n const s = e.trim().split(\" \");\n if (s.length !== 2)\n throw new v(\"Invalid reference : \" + e);\n const r = s[1].split(\":\"), a = +r[0];\n if (r.length !== 2 || m.bookIdToNumber(s[0]) === 0 || !Number.isInteger(a) || a < 0 || !i.isVerseParseable(r[1]))\n throw new v(\"Invalid reference : \" + e);\n this.updateInternal(s[0], r[0], r[1]);\n }\n /**\n * Simplifies this verse ref so that it has no bridging of verses or\n * verse segments like `'1a'`.\n */\n simplify() {\n this._verse = void 0;\n }\n /**\n * Makes a clone of the reference.\n *\n * @returns The cloned VerseRef.\n */\n clone() {\n return new i(this);\n }\n toString() {\n const e = this.book;\n return e === \"\" ? \"\" : `${e} ${this.chapter}:${this.verse}`;\n }\n toJSON() {\n let e = this.verse;\n (e === \"\" || e === this.verseNum.toString()) && (e = void 0);\n const s = {\n book: this.book,\n chapterNum: this.chapterNum,\n verseNum: this.verseNum,\n verse: e,\n versificationStr: this.versificationStr\n };\n return e || delete s.verse, s;\n }\n /**\n * Compares this `VerseRef` with supplied one.\n * @param verseRef - object to compare this one to.\n * @returns `true` if this `VerseRef` is equal to the supplied one, `false` otherwise.\n */\n equals(e) {\n return e instanceof i ? e._bookNum === this._bookNum && e._chapterNum === this._chapterNum && e._verseNum === this._verseNum && e.verse === this.verse && (e.versification == null && this.versification == null || e.versification != null && this.versification != null && e.versification.equals(this.versification)) : !1;\n }\n /**\n * Enumerate all individual verses contained in a VerseRef.\n * Verse ranges are indicated by \"-\" and consecutive verses by \",\"s.\n * Examples:\n * GEN 1:2 returns GEN 1:2\n * GEN 1:1a-3b,5 returns GEN 1:1a, GEN 1:2, GEN 1:3b, GEN 1:5\n * GEN 1:2a-2c returns //! ??????\n *\n * @param specifiedVersesOnly - if set to true return only verses that are\n * explicitly specified only, not verses within a range. Defaults to `false`.\n * @param verseRangeSeparators - Verse range separators.\n * Defaults to `VerseRef.verseRangeSeparators`.\n * @param verseSequenceSeparators - Verse sequence separators.\n * Defaults to `VerseRef.verseSequenceIndicators`.\n * @returns An array of all single verse references in this VerseRef.\n */\n allVerses(e = !1, s = i.verseRangeSeparators, r = i.verseSequenceIndicators) {\n if (this._verse == null || this.chapterNum <= 0)\n return [this.clone()];\n const a = [], o = E(this._verse, r);\n for (const u of o.map((f) => E(f, s))) {\n const f = this.clone();\n f.verse = u[0];\n const d = f.verseNum;\n if (a.push(f), u.length > 1) {\n const b = this.clone();\n if (b.verse = u[1], !e)\n for (let p = d + 1; p < b.verseNum; p++) {\n const J = new i(\n this._bookNum,\n this._chapterNum,\n p,\n this.versification\n );\n this.isExcluded || a.push(J);\n }\n a.push(b);\n }\n }\n return a;\n }\n /**\n * Validates a verse number using the supplied separators rather than the defaults.\n */\n validateVerse(e, s) {\n if (!this.verse)\n return this.internalValid;\n let r = 0;\n for (const a of this.allVerses(!0, e, s)) {\n const o = a.internalValid;\n if (o !== 0)\n return o;\n const u = a.BBBCCCVVV;\n if (r > u)\n return 3;\n if (r === u)\n return 4;\n r = u;\n }\n return 0;\n }\n /**\n * Gets whether a single verse reference is valid.\n */\n get internalValid() {\n return this.versification == null ? 1 : this._bookNum <= 0 || this._bookNum > m.lastBook ? 2 : (m.isCanonical(this._bookNum), 0);\n }\n setEmpty(e = i.defaultVersification) {\n this._bookNum = 0, this._chapterNum = -1, this._verse = void 0, this.versification = e;\n }\n updateInternal(e, s, r) {\n this.bookNum = m.bookIdToNumber(e), this.chapter = s, this.verse = r;\n }\n};\nn(i, \"defaultVersification\", c.English), n(i, \"verseRangeSeparator\", \"-\"), n(i, \"verseSequenceIndicator\", \",\"), n(i, \"verseRangeSeparators\", [i.verseRangeSeparator]), n(i, \"verseSequenceIndicators\", [i.verseSequenceIndicator]), n(i, \"chapterDigitShifter\", 1e3), n(i, \"bookDigitShifter\", i.chapterDigitShifter * i.chapterDigitShifter), n(i, \"bcvMaxValue\", i.chapterDigitShifter - 1), /**\n * The valid status of the VerseRef.\n */\nn(i, \"ValidStatusType\", D);\nlet M = i;\nclass v extends Error {\n}\nexport {\n _ as BookSet,\n m as Canon,\n c as ScrVers,\n l as ScrVersType,\n M as VerseRef,\n v as VerseRefException\n};\n//# sourceMappingURL=index.es.js.map\n","\"use strict\"\r\n\r\n// Based on: https://github.com/lodash/lodash/blob/6018350ac10d5ce6a5b7db625140b82aeab804df/.internal/unicodeSize.js\r\n\r\nmodule.exports = () => {\r\n\t// Used to compose unicode character classes.\r\n\tconst astralRange = \"\\\\ud800-\\\\udfff\"\r\n\tconst comboMarksRange = \"\\\\u0300-\\\\u036f\"\r\n\tconst comboHalfMarksRange = \"\\\\ufe20-\\\\ufe2f\"\r\n\tconst comboSymbolsRange = \"\\\\u20d0-\\\\u20ff\"\r\n\tconst comboMarksExtendedRange = \"\\\\u1ab0-\\\\u1aff\"\r\n\tconst comboMarksSupplementRange = \"\\\\u1dc0-\\\\u1dff\"\r\n\tconst comboRange = comboMarksRange + comboHalfMarksRange + comboSymbolsRange + comboMarksExtendedRange + comboMarksSupplementRange\r\n\tconst varRange = \"\\\\ufe0e\\\\ufe0f\"\r\n\tconst familyRange = \"\\\\uD83D\\\\uDC69\\\\uD83C\\\\uDFFB\\\\u200D\\\\uD83C\\\\uDF93\"\r\n\r\n\t// Used to compose unicode capture groups.\r\n\tconst astral = `[${astralRange}]`\r\n\tconst combo = `[${comboRange}]`\r\n\tconst fitz = \"\\\\ud83c[\\\\udffb-\\\\udfff]\"\r\n\tconst modifier = `(?:${combo}|${fitz})`\r\n\tconst nonAstral = `[^${astralRange}]`\r\n\tconst regional = \"(?:\\\\uD83C[\\\\uDDE6-\\\\uDDFF]){2}\"\r\n\tconst surrogatePair = \"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\"\r\n\tconst zwj = \"\\\\u200d\"\r\n\tconst blackFlag = \"(?:\\\\ud83c\\\\udff4\\\\udb40\\\\udc67\\\\udb40\\\\udc62\\\\udb40(?:\\\\udc65|\\\\udc73|\\\\udc77)\\\\udb40(?:\\\\udc6e|\\\\udc63|\\\\udc6c)\\\\udb40(?:\\\\udc67|\\\\udc74|\\\\udc73)\\\\udb40\\\\udc7f)\"\r\n\tconst family = `[${familyRange}]`\r\n\r\n\t// Used to compose unicode regexes.\r\n\tconst optModifier = `${modifier}?`\r\n\tconst optVar = `[${varRange}]?`\r\n\tconst optJoin = `(?:${zwj}(?:${[nonAstral, regional, surrogatePair].join(\"|\")})${optVar + optModifier})*`\r\n\tconst seq = optVar + optModifier + optJoin\r\n\tconst nonAstralCombo = `${nonAstral}${combo}?`\r\n\tconst symbol = `(?:${[nonAstralCombo, combo, regional, surrogatePair, astral, family].join(\"|\")})`\r\n\r\n\t// Used to match [String symbols](https://mathiasbynens.be/notes/javascript-unicode).\r\n\treturn new RegExp(`${blackFlag}|${fitz}(?=${fitz})|${symbol + seq}`, \"g\")\r\n}\r\n","\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// @ts-ignore\nvar char_regex_1 = __importDefault(require(\"char-regex\"));\n/**\n * Converts a string to an array of string chars\n * @param {string} str The string to turn into array\n * @returns {string[]}\n */\nfunction toArray(str) {\n if (typeof str !== 'string') {\n throw new Error('A string is expected as input');\n }\n return str.match(char_regex_1.default()) || [];\n}\nexports.toArray = toArray;\n/**\n * Returns the length of a string\n *\n * @export\n * @param {string} str\n * @returns {number}\n */\nfunction length(str) {\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n var match = str.match(char_regex_1.default());\n return match === null ? 0 : match.length;\n}\nexports.length = length;\n/**\n * Returns a substring by providing start and end position\n *\n * @export\n * @param {string} str\n * @param {number} [begin=0] Starting position\n * @param {number} end End position\n * @returns {string}\n */\nfunction substring(str, begin, end) {\n if (begin === void 0) { begin = 0; }\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n // Even though negative numbers work here, theyre not in the spec\n if (typeof begin !== 'number' || begin < 0) {\n begin = 0;\n }\n if (typeof end === 'number' && end < 0) {\n end = 0;\n }\n var match = str.match(char_regex_1.default());\n if (!match)\n return '';\n return match.slice(begin, end).join('');\n}\nexports.substring = substring;\n/**\n * Returns a substring by providing start position and length\n *\n * @export\n * @param {string} str\n * @param {number} [begin=0] Starting position\n * @param {number} len Desired length\n * @returns {string}\n */\nfunction substr(str, begin, len) {\n if (begin === void 0) { begin = 0; }\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n var strLength = length(str);\n // Fix type\n if (typeof begin !== 'number') {\n begin = parseInt(begin, 10);\n }\n // Return zero-length string if got oversize number.\n if (begin >= strLength) {\n return '';\n }\n // Calculating postive version of negative value.\n if (begin < 0) {\n begin += strLength;\n }\n var end;\n if (typeof len === 'undefined') {\n end = strLength;\n }\n else {\n // Fix type\n if (typeof len !== 'number') {\n len = parseInt(len, 10);\n }\n end = len >= 0 ? len + begin : begin;\n }\n var match = str.match(char_regex_1.default());\n if (!match)\n return '';\n return match.slice(begin, end).join('');\n}\nexports.substr = substr;\n/**\n * Enforces a string to be a certain length by\n * adding or removing characters\n *\n * @export\n * @param {string} str\n * @param {number} [limit=16] Limit\n * @param {string} [padString='#'] The Pad String\n * @param {string} [padPosition='right'] The Pad Position\n * @returns {string}\n */\nfunction limit(str, limit, padString, padPosition) {\n if (limit === void 0) { limit = 16; }\n if (padString === void 0) { padString = '#'; }\n if (padPosition === void 0) { padPosition = 'right'; }\n // Input should be a string, limit should be a number\n if (typeof str !== 'string' || typeof limit !== 'number') {\n throw new Error('Invalid arguments specified');\n }\n // Pad position should be either left or right\n if (['left', 'right'].indexOf(padPosition) === -1) {\n throw new Error('Pad position should be either left or right');\n }\n // Pad string can be anything, we convert it to string\n if (typeof padString !== 'string') {\n padString = String(padString);\n }\n // Calculate string length considering astral code points\n var strLength = length(str);\n if (strLength > limit) {\n return substring(str, 0, limit);\n }\n else if (strLength < limit) {\n var padRepeats = padString.repeat(limit - strLength);\n return padPosition === 'left' ? padRepeats + str : str + padRepeats;\n }\n return str;\n}\nexports.limit = limit;\n/**\n * Returns the index of the first occurrence of a given string\n *\n * @export\n * @param {string} str\n * @param {string} [searchStr] the string to search\n * @param {number} [pos] starting position\n * @returns {number}\n */\nfunction indexOf(str, searchStr, pos) {\n if (pos === void 0) { pos = 0; }\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n if (str === '') {\n if (searchStr === '') {\n return 0;\n }\n return -1;\n }\n // fix type\n pos = Number(pos);\n pos = isNaN(pos) ? 0 : pos;\n searchStr = String(searchStr);\n var strArr = toArray(str);\n if (pos >= strArr.length) {\n if (searchStr === '') {\n return strArr.length;\n }\n return -1;\n }\n if (searchStr === '') {\n return pos;\n }\n var searchArr = toArray(searchStr);\n var finded = false;\n var index;\n for (index = pos; index < strArr.length; index += 1) {\n var searchIndex = 0;\n while (searchIndex < searchArr.length &&\n searchArr[searchIndex] === strArr[index + searchIndex]) {\n searchIndex += 1;\n }\n if (searchIndex === searchArr.length &&\n searchArr[searchIndex - 1] === strArr[index + searchIndex - 1]) {\n finded = true;\n break;\n }\n }\n return finded ? index : -1;\n}\nexports.indexOf = indexOf;\n","/**\n * Ensures that the given input is returned as an array.\n *\n * This function takes a value that might be a single item, an array, or `undefined` and returns it\n * as an array:\n *\n * - If the input is `undefined`, an empty array is returned.\n * - If the input is already an array, it is returned as-is.\n * - If the input is a single item, it is wrapped in an array.\n *\n * @typeParam T - The type of the elements in the array.\n * @param maybeArray - The value that may be a single item, an array, or `undefined`.\n * @returns An array containing the input value(s). If the input is `undefined`, an empty array is\n * returned.\n */\nexport default function ensureArray(maybeArray: T | T[] | undefined): T[] {\n if (!maybeArray) return [];\n\n return Array.isArray(maybeArray) ? maybeArray : [maybeArray];\n}\n","import { LocalizeKey } from 'menus.model';\nimport {\n indexOf as stringzIndexOf,\n substring as stringzSubstring,\n length as stringzLength,\n toArray as stringzToArray,\n limit as stringzLimit,\n substr as stringzSubstr,\n} from 'stringz';\nimport ensureArray from './array-util';\nimport { isString } from './util';\n\n/**\n * This function mirrors the `at` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Finds the Unicode code point at the given index.\n *\n * @param string String to index\n * @param index Position of the character to be returned in range of -length(string) to\n * length(string)\n * @returns New string consisting of the Unicode code point located at the specified offset,\n * undefined if index is out of bounds\n */\nexport function at(string: string, index: number): string | undefined {\n if (index > stringLength(string) || index < -stringLength(string)) return undefined;\n return substr(string, index, 1);\n}\n\n/**\n * This function mirrors the `charAt` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a new string consisting of the single unicode code point at the given index.\n *\n * @param string String to index\n * @param index Position of the string character to be returned, in the range of 0 to\n * length(string)-1\n * @returns New string consisting of the Unicode code point located at the specified offset, empty\n * string if index is out of bounds\n */\nexport function charAt(string: string, index: number): string {\n if (index < 0 || index > stringLength(string) - 1) return '';\n return substr(string, index, 1);\n}\n\n/**\n * This function mirrors the `codePointAt` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a non-negative integer that is the Unicode code point value of the character starting at\n * the given index.\n *\n * @param string String to index\n * @param index Position of the string character to be returned, in the range of 0 to\n * length(string)-1\n * @returns Non-negative integer representing the code point value of the character at the given\n * index, or undefined if there is no element at that position\n */\nexport function codePointAt(string: string, index: number): number | undefined {\n if (index < 0 || index > stringLength(string) - 1) return undefined;\n return substr(string, index, 1).codePointAt(0);\n}\n\n/**\n * This function mirrors the `endsWith` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Determines whether a string ends with the characters of this string.\n *\n * @param string String to search through\n * @param searchString Characters to search for at the end of the string\n * @param endPosition End position where searchString is expected to be found. Default is\n * `length(string)`\n * @returns True if it ends with searchString, false if it does not\n */\nexport function endsWith(\n string: string,\n searchString: string,\n endPosition: number = stringLength(string),\n): boolean {\n const lastIndexOfSearchString = lastIndexOf(string, searchString);\n if (lastIndexOfSearchString === -1) return false;\n if (lastIndexOfSearchString + stringLength(searchString) !== endPosition) return false;\n return true;\n}\n\n/**\n * Get the index of the closest closing curly brace in a string.\n *\n * Note: when escaped, gets the index of the curly brace, not the backslash before it.\n *\n * @param str String to search\n * @param index Index at which to start searching. Inclusive of this index\n * @param escaped Whether to search for an escaped or an unescaped closing curly brace\n * @returns Index of closest closing curly brace or -1 if not found\n */\nfunction indexOfClosestClosingCurlyBrace(str: string, index: number, escaped: boolean) {\n if (index < 0) return -1;\n if (escaped) {\n if (charAt(str, index) === '}' && charAt(str, index - 1) === '\\\\') return index;\n const closeCurlyBraceIndex = indexOf(str, '\\\\}', index);\n return closeCurlyBraceIndex >= 0 ? closeCurlyBraceIndex + 1 : closeCurlyBraceIndex;\n }\n\n let i = index;\n const strLength = stringLength(str);\n while (i < strLength) {\n i = indexOf(str, '}', i);\n\n if (i === -1 || charAt(str, i - 1) !== '\\\\') break;\n\n // Didn't find an un-escaped close brace, so keep looking\n i += 1;\n }\n\n return i >= strLength ? -1 : i;\n}\n\n/**\n * Formats a string into an array of objects (adjacent strings are concatenated in one array entry),\n * replacing `{replacer key}` with the value in the `replacers` at that replacer key (or multiple\n * replacer values if there are multiple in the string). Will also remove \\ before curly braces if\n * curly braces are escaped with a backslash in order to preserve the curly braces. E.g. 'Hi, this\n * is {name}! I like `\\{curly braces\\}`! would become Hi, this is Jim! I like {curly braces}!\n *\n * If the key in unescaped braces is not found, returns the key without the braces. Empty unescaped\n * curly braces will just return a string without the braces e.g. ('I am {Nemo}', { 'name': 'Jim'})\n * would return 'I am Nemo'.\n *\n * Note: React elements can be used as replacer values.\n *\n * @example\n *\n * ```tsx\n *

\n * {formatReplacementStringToArray('Hi {other}! I am {name}.', {\n * other: 'Billy',\n * name: Jim,\n * })}\n *

\n * ```\n *\n * @example\n *\n * ```typescript\n * formatReplacementStringToArray(\n * 'Hi, this is {name}! I like \\{curly braces\\}! I have a {carInfo} car. My favorite food is {food}.',\n * { name: ['Bill'], carInfo: { year: 2015, color: 'blue' } }\n * );\n *\n * =>\n *\n * ['Hi, this is ', ['Bill'], '! I like {curly braces}! I have a ', { year: 2015, color: 'blue' }, ' car. My favorite food is food.']\n * ```\n *\n * @param str String to format and break out into an array of objects\n * @param replacers Object whose keys are replacer keys and whose values are the values with which\n * to replace `{replacer key}`s found in the string to format. If the replacer value is a string,\n * it will be concatenated into existing strings in the array. Otherwise, the replacer value will\n * be added as a new entry in the array\n * @returns Array of formatted strings and replaced objects\n */\nexport function formatReplacementStringToArray(\n str: string,\n replacers: { [key: string | number]: T } | object,\n): (string | T)[] {\n /** The compiled list of contents with replacers replaced appropriately */\n const contents: (string | T)[] = [];\n\n // current index in the string as we go through it\n let i = 0;\n // first index of characters to include in the next plain string added to the content\n let nextIntermediateStartIndex = 0;\n\n /**\n * Adds some content to the array of contents that is being built and also add the intermediate\n * string between the last added content and this added content\n *\n * @param newContent Content to add\n * @param newContentIndex Position in string where newContent starts\n * @param newContentLength Length in the string of the representation of this newContent\n */\n function addToContents(\n newContent: string | T,\n newContentIndex: number,\n newContentLength: number,\n ) {\n // Get the string content between the last new content and this new content\n const intermediateContent = substring(str, nextIntermediateStartIndex, newContentIndex);\n\n // If the last item in contents is a string, pull it out and add intermediateContent to\n // it. Otherwise stick with just intermediateContent\n const baseSubstring =\n contents.length > 0 && isString(contents[contents.length - 1])\n ? `${contents.pop()}${intermediateContent}`\n : intermediateContent;\n\n if (isString(newContent)) {\n // If the new content is a string, add it all together\n contents.push(`${baseSubstring}${newContent}`);\n } else {\n // New content is not a string. Add the base string if it exists (don't add an\n // empty string between added contents), then add the new content separately\n if (baseSubstring) contents.push(baseSubstring);\n contents.push(newContent);\n }\n\n // Set the intermediate start index to right after the new content so whatever\n // string content is between replacers gets added\n nextIntermediateStartIndex = newContentIndex + newContentLength;\n }\n\n const strLength = stringLength(str);\n while (i < strLength) {\n switch (charAt(str, i)) {\n case '{':\n if (charAt(str, i - 1) !== '\\\\') {\n // This character is an un-escaped open curly brace. Try to match and replace\n const closeCurlyBraceIndex = indexOfClosestClosingCurlyBrace(str, i, false);\n if (closeCurlyBraceIndex >= 0) {\n // We have matching open and close indices. Try to replace the contents\n const replacerKey = substring(str, i + 1, closeCurlyBraceIndex);\n\n // Replace with the replacer or just remove the curly braces\n const replacerContent =\n replacerKey in replacers\n ? // Just checked that the key is in the object\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n replacers[replacerKey as keyof typeof replacers]\n : replacerKey;\n\n addToContents(replacerContent, i, closeCurlyBraceIndex + 1 - i);\n\n // Put our index at the closing brace to keep processing the string after it\n i = closeCurlyBraceIndex;\n // Set the intermediate start index to right after our closing curly brace so whatever\n // string content is between replacers gets added\n nextIntermediateStartIndex = closeCurlyBraceIndex + 1;\n } else {\n // This is an unexpected un-escaped open curly brace with no matching closing curly\n // brace. Just ignore, I guess\n }\n } else {\n // This character is an escaped open curly brace. Add the curly brace but skip over the\n // escape backslash\n addToContents('{', i - 1, 2);\n }\n break;\n case '}':\n if (charAt(str, i - 1) !== '\\\\') {\n // This character is an un-escaped closing curly brace with no matching open curly\n // brace. Just ignore, I guess\n } else {\n // This character is an escaped closing curly brace. Add the curly brace but skip over\n // the escape backslash\n addToContents('}', i - 1, 2);\n }\n break;\n default:\n // No need to do anything with other characters at this point\n break;\n }\n\n i += 1;\n }\n\n // Now we are through the whole string and need to add the string content after all replacers if\n // there is anything left\n if (nextIntermediateStartIndex < strLength) {\n // Get the string content between the last new content and this new content\n const endContent = substring(str, nextIntermediateStartIndex);\n\n // If the last item in contents is a string, pull it out and add endContent to\n // it. Then put it in the contents array\n contents.push(\n contents.length > 0 && isString(contents[contents.length - 1])\n ? `${contents.pop()}${endContent}`\n : endContent,\n );\n }\n\n return contents;\n}\n\n/**\n * Formats a string, replacing `{replacer key}` with the value in the `replacers` at that replacer\n * key (or multiple replacer values if there are multiple in the string). Will also remove \\ before\n * curly braces if curly braces are escaped with a backslash in order to preserve the curly braces.\n * E.g. 'Hi, this is {name}! I like `\\{curly braces\\}`! would become Hi, this is Jim! I like {curly\n * braces}!\n *\n * If the key in unescaped braces is not found, returns the key without the braces. Empty unescaped\n * curly braces will just return a string without the braces e.g. ('I am {Nemo}', { 'name': 'Jim'})\n * would return 'I am Nemo'.\n *\n * @example\n *\n * ```typescript\n * formatReplacementString(\n * 'Hi, this is {name}! I like \\{curly braces\\}! I have a {carColor} car. My favorite food is {food}.',\n * { name: 'Bill', carColor: 'blue' }\n * );\n *\n * =>\n *\n * 'Hi, this is Bill! I like {curly braces}! I have a blue car. My favorite food is food.'\n * ```\n *\n * @param str String to format\n * @param replacers Object whose keys are replacer keys and whose values are the values with which\n * to replace `{replacer key}`s found in the string to format. Will be coerced to strings using\n * `${replacerValue}`\n * @returns Formatted string\n */\nexport function formatReplacementString(\n str: string,\n replacers: { [key: string | number]: string | unknown } | object,\n): string {\n return formatReplacementStringToArray(str, replacers)\n .map((content) => `${content}`)\n .join('');\n}\n\n/**\n * This function mirrors the `includes` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Performs a case-sensitive search to determine if searchString is found in string.\n *\n * @param string String to search through\n * @param searchString String to search for\n * @param position Position within the string to start searching for searchString. Default is `0`\n * @returns True if search string is found, false if it is not\n */\nexport function includes(string: string, searchString: string, position: number = 0): boolean {\n const partialString = substring(string, position);\n const indexOfSearchString = indexOf(partialString, searchString);\n if (indexOfSearchString === -1) return false;\n return true;\n}\n\n/**\n * This function mirrors the `indexOf` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns the index of the first occurrence of a given string.\n *\n * @param string String to search through\n * @param searchString The string to search for\n * @param position Start of searching. Default is `0`\n * @returns Index of the first occurrence of a given string\n */\nexport function indexOf(\n string: string,\n searchString: string,\n position: number | undefined = 0,\n): number {\n return stringzIndexOf(string, searchString, position);\n}\n\n/**\n * This function mirrors the `lastIndexOf` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Searches this string and returns the index of the last occurrence of the specified substring.\n *\n * @param string String to search through\n * @param searchString Substring to search for\n * @param position The index at which to begin searching. If omitted, the search begins at the end\n * of the string. Default is `undefined`\n * @returns Index of the last occurrence of searchString found, or -1 if not found.\n */\nexport function lastIndexOf(string: string, searchString: string, position?: number): number {\n let validatedPosition = position === undefined ? stringLength(string) : position;\n\n if (validatedPosition < 0) {\n validatedPosition = 0;\n } else if (validatedPosition >= stringLength(string)) {\n validatedPosition = stringLength(string) - 1;\n }\n\n for (let index = validatedPosition; index >= 0; index--) {\n if (substr(string, index, stringLength(searchString)) === searchString) {\n return index;\n }\n }\n\n return -1;\n}\n\n/**\n * This function mirrors the `length` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes. Since `length` appears to be a\n * reserved keyword, the function was renamed to `stringLength`\n *\n * Returns the length of a string.\n *\n * @param string String to return the length for\n * @returns Number that is length of the starting string\n */\nexport function stringLength(string: string): number {\n return stringzLength(string);\n}\n\n/**\n * This function mirrors the `normalize` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns the Unicode Normalization Form of this string.\n *\n * @param string The starting string\n * @param form Form specifying the Unicode Normalization Form. Default is `'NFC'`\n * @returns A string containing the Unicode Normalization Form of the given string.\n */\nexport function normalize(string: string, form: 'NFC' | 'NFD' | 'NFKC' | 'NFKD' | 'none'): string {\n const upperCaseForm = form.toUpperCase();\n if (upperCaseForm === 'NONE') {\n return string;\n }\n return string.normalize(upperCaseForm);\n}\n\n/**\n * Compares two strings using an ordinal comparison approach based on the specified collation\n * options. This function uses the built-in `localeCompare` method with the 'en' locale and the\n * provided collation options to compare the strings.\n *\n * @param string1 The first string to compare.\n * @param string2 The second string to compare.\n * @param options Optional. The collation options used for comparison.\n * @returns A number indicating the result of the comparison: - Negative value if string1 precedes\n * string2 in sorting order. - Zero if string1 and string2 are equivalent in sorting order. -\n * Positive value if string1 follows string2 in sorting order.\n */\nexport function ordinalCompare(\n string1: string,\n string2: string,\n options?: Intl.CollatorOptions,\n): number {\n return string1.localeCompare(string2, 'en', options);\n}\n\n/**\n * This function mirrors the `padEnd` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Pads this string with another string (multiple times, if needed) until the resulting string\n * reaches the given length. The padding is applied from the end of this string.\n *\n * @param string String to add padding too\n * @param targetLength The length of the resulting string once the starting string has been padded.\n * If value is less than or equal to length(string), then string is returned as is.\n * @param padString The string to pad the current string with. If padString is too long to stay\n * within targetLength, it will be truncated. Default is `\" \"`\n * @returns String with appropriate padding at the end\n */\n// Note: Limit with padString only works when length(padString) = 1, will be fixed with https://github.com/sallar/stringz/pull/59\nexport function padEnd(string: string, targetLength: number, padString: string = ' '): string {\n if (targetLength <= stringLength(string)) return string;\n return stringzLimit(string, targetLength, padString, 'right');\n}\n\n/**\n * This function mirrors the `padStart` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Pads this string with another string (multiple times, if needed) until the resulting string\n * reaches the given length. The padding is applied from the start of this string.\n *\n * @param string String to add padding too\n * @param targetLength The length of the resulting string once the starting string has been padded.\n * If value is less than or equal to length(string), then string is returned as is.\n * @param padString The string to pad the current string with. If padString is too long to stay\n * within the targetLength, it will be truncated from the end. Default is `\" \"`\n * @returns String with of specified targetLength with padString applied from the start\n */\n// Note: Limit with padString only works when length(padString) = 1, will be fixed with https://github.com/sallar/stringz/pull/59\nexport function padStart(string: string, targetLength: number, padString: string = ' '): string {\n if (targetLength <= stringLength(string)) return string;\n return stringzLimit(string, targetLength, padString, 'left');\n}\n\n// This is a helper function that performs a correction on the slice index to make sure it\n// cannot go out of bounds\nfunction correctSliceIndex(length: number, index: number) {\n if (index > length) return length;\n if (index < -length) return 0;\n if (index < 0) return index + length;\n return index;\n}\n\n/**\n * This function mirrors the `slice` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Extracts a section of this string and returns it as a new string, without modifying the original\n * string.\n *\n * @param string The starting string\n * @param indexStart The index of the first character to include in the returned substring.\n * @param indexEnd The index of the first character to exclude from the returned substring.\n * @returns A new string containing the extracted section of the string.\n */\nexport function slice(string: string, indexStart: number, indexEnd?: number): string {\n const length: number = stringLength(string);\n if (\n indexStart > length ||\n (indexEnd &&\n ((indexStart > indexEnd &&\n !(indexStart >= 0 && indexStart < length && indexEnd < 0 && indexEnd > -length)) ||\n indexEnd < -length))\n )\n return '';\n\n const newStart = correctSliceIndex(length, indexStart);\n const newEnd = indexEnd ? correctSliceIndex(length, indexEnd) : undefined;\n\n return substring(string, newStart, newEnd);\n}\n\n/**\n * This function mirrors the `split` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Takes a pattern and divides the string into an ordered list of substrings by searching for the\n * pattern, puts these substrings into an array, and returns the array.\n *\n * @param string The string to split\n * @param separator The pattern describing where each split should occur\n * @param splitLimit Limit on the number of substrings to be included in the array. Splits the\n * string at each occurrence of specified separator, but stops when limit entries have been placed\n * in the array.\n * @returns An array of strings, split at each point where separator occurs in the starting string.\n * Returns undefined if separator is not found in string.\n */\nexport function split(string: string, separator: string | RegExp, splitLimit?: number): string[] {\n const result: string[] = [];\n\n if (splitLimit !== undefined && splitLimit <= 0) {\n return [string];\n }\n\n if (separator === '') return toArray(string).slice(0, splitLimit);\n\n let regexSeparator = separator;\n if (\n typeof separator === 'string' ||\n (separator instanceof RegExp && !includes(separator.flags, 'g'))\n ) {\n regexSeparator = new RegExp(separator, 'g');\n }\n\n const matches: RegExpMatchArray | null = string.match(regexSeparator);\n\n let currentIndex = 0;\n\n if (!matches) return [string];\n\n for (let index = 0; index < (splitLimit ? splitLimit - 1 : matches.length); index++) {\n const matchIndex = indexOf(string, matches[index], currentIndex);\n const matchLength = stringLength(matches[index]);\n\n result.push(substring(string, currentIndex, matchIndex));\n currentIndex = matchIndex + matchLength;\n\n if (splitLimit !== undefined && result.length === splitLimit) {\n break;\n }\n }\n\n result.push(substring(string, currentIndex));\n\n return result;\n}\n\n/**\n * This function mirrors the `startsWith` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Determines whether the string begins with the characters of a specified string, returning true or\n * false as appropriate.\n *\n * @param string String to search through\n * @param searchString The characters to be searched for at the start of this string.\n * @param position The start position at which searchString is expected to be found (the index of\n * searchString's first character). Default is `0`\n * @returns True if the given characters are found at the beginning of the string, including when\n * searchString is an empty string; otherwise, false.\n */\nexport function startsWith(string: string, searchString: string, position: number = 0): boolean {\n const indexOfSearchString = indexOf(string, searchString, position);\n if (indexOfSearchString !== position) return false;\n return true;\n}\n\n/**\n * This function mirrors the `substr` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a substring by providing start and length. This function is not exported because it is\n * considered deprecated, however it is still useful as a local helper function.\n *\n * @param string String to be divided\n * @param begin Start position. Default is `Start of string`\n * @param len Length of result. Default is `String length minus start parameter`. Default is `String\n * length minus start parameter`\n * @returns Substring from starting string\n */\nfunction substr(\n string: string,\n begin: number = 0,\n len: number = stringLength(string) - begin,\n): string {\n return stringzSubstr(string, begin, len);\n}\n\n/**\n * This function mirrors the `substring` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a substring by providing start and end position.\n *\n * @param string String to be divided\n * @param begin Start position\n * @param end End position. Default is `End of string`\n * @returns Substring from starting string\n */\nexport function substring(\n string: string,\n begin: number,\n end: number = stringLength(string),\n): string {\n return stringzSubstring(string, begin, end);\n}\n\n/**\n * This function mirrors the `toArray` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Converts a string to an array of string characters.\n *\n * @param string String to convert to array\n * @returns An array of characters from the starting string\n */\nexport function toArray(string: string): string[] {\n return stringzToArray(string);\n}\n\n/** Determine whether the string is a `LocalizeKey` meant to be localized in Platform.Bible. */\nexport function isLocalizeKey(str: string): str is LocalizeKey {\n return startsWith(str, '%') && endsWith(str, '%');\n}\n\n/**\n * Escape RegExp special characters.\n *\n * You can also use this to escape a string that is inserted into the middle of a regex, for\n * example, into a character class.\n *\n * All credit to [`escape-string-regexp`](https://www.npmjs.com/package/escape-string-regexp) - this\n * function is simply copied directly from there to allow a common js export\n *\n * @example\n *\n * import escapeStringRegexp from 'platform-bible-utils';\n *\n * const escapedString = escapeStringRegexp('How much $ for a 🦄?');\n * //=> 'How much \\\\$ for a 🦄\\\\?'\n *\n * new RegExp(escapedString);\n */\nexport function escapeStringRegexp(string: string): string {\n if (typeof string !== 'string') {\n throw new TypeError('Expected a string');\n }\n\n // Escape characters with special meaning either inside or outside character sets.\n // Use a simple backslash escape when it’s always valid, and a `\\xnn` escape when the simpler form would be disallowed by Unicode patterns’ stricter grammar.\n return string.replace(/[|\\\\{}()[\\]^$+*?.]/g, '\\\\$&').replace(/-/g, '\\\\x2d');\n}\n\n/**\n * Transforms a string or an array of strings into an array of regular expressions, ensuring that\n * the result is always an array.\n *\n * This function accepts a value that may be a single string, an array of strings, or `undefined`.\n * It then:\n *\n * - Converts each string into a `RegExp` object.\n * - If the input is an array containing nested arrays, it converts each string in the nested arrays\n * into `RegExp` objects.\n * - Ensures that the result is always an array of `RegExp` objects or arrays of `RegExp` objects.\n *\n * @param stringStringMaybeArray - The value to be transformed, which can be a single string, an\n * array of strings or arrays of strings, or `undefined`.\n * @returns An array of `RegExp` objects or arrays of `RegExp` objects. If the input is `undefined`,\n * an empty array is returned.\n */\nexport function transformAndEnsureRegExpRegExpArray(\n stringStringMaybeArray: string | (string | string[])[] | undefined,\n): (RegExp | RegExp[])[] {\n if (!stringStringMaybeArray) return [];\n\n const stringStringArray = ensureArray(stringStringMaybeArray);\n\n const regExpRegExpArray = stringStringArray.map((stringMaybeStringArray: string | string[]) =>\n Array.isArray(stringMaybeStringArray)\n ? stringMaybeStringArray.map((str) => new RegExp(str))\n : new RegExp(stringMaybeStringArray),\n );\n\n return regExpRegExpArray;\n}\n\n/**\n * Transforms a string or an array of strings into an array of regular expressions.\n *\n * This function accepts a value that may be a single string, an array of strings, or `undefined`.\n * It then:\n *\n * - Converts each string into a `RegExp` object.\n * - Ensures that the result is always an array of `RegExp` objects.\n *\n * @param stringMaybeArray - The value to be transformed, which can be a single string, an array of\n * strings, or `undefined`.\n * @returns An array of `RegExp` objects. If the input is `undefined`, an empty array is returned.\n */\nexport function transformAndEnsureRegExpArray(\n stringMaybeArray: string | string[] | undefined,\n): RegExp[] {\n if (!stringMaybeArray) return [];\n\n const stringArray = ensureArray(stringMaybeArray);\n\n const regExpArray = stringArray.map((str: string) => new RegExp(str));\n\n return regExpArray;\n}\n\n/** This is an internal-only export for testing purposes and should not be used in development */\nexport const testingStringUtils = {\n indexOfClosestClosingCurlyBrace,\n};\n","import { Canon, VerseRef } from '@sillsdev/scripture';\nimport { BookInfo, ScriptureReference, ScrollGroupId } from './scripture.model';\nimport { split, startsWith } from './string-util';\nimport { LocalizeKey } from './menus.model';\n\nconst scrBookData: BookInfo[] = [\n { shortName: 'ERR', fullNames: ['ERROR'], chapters: -1 },\n { shortName: 'GEN', fullNames: ['Genesis'], chapters: 50 },\n { shortName: 'EXO', fullNames: ['Exodus'], chapters: 40 },\n { shortName: 'LEV', fullNames: ['Leviticus'], chapters: 27 },\n { shortName: 'NUM', fullNames: ['Numbers'], chapters: 36 },\n { shortName: 'DEU', fullNames: ['Deuteronomy'], chapters: 34 },\n { shortName: 'JOS', fullNames: ['Joshua'], chapters: 24 },\n { shortName: 'JDG', fullNames: ['Judges'], chapters: 21 },\n { shortName: 'RUT', fullNames: ['Ruth'], chapters: 4 },\n { shortName: '1SA', fullNames: ['1 Samuel'], chapters: 31 },\n { shortName: '2SA', fullNames: ['2 Samuel'], chapters: 24 },\n { shortName: '1KI', fullNames: ['1 Kings'], chapters: 22 },\n { shortName: '2KI', fullNames: ['2 Kings'], chapters: 25 },\n { shortName: '1CH', fullNames: ['1 Chronicles'], chapters: 29 },\n { shortName: '2CH', fullNames: ['2 Chronicles'], chapters: 36 },\n { shortName: 'EZR', fullNames: ['Ezra'], chapters: 10 },\n { shortName: 'NEH', fullNames: ['Nehemiah'], chapters: 13 },\n { shortName: 'EST', fullNames: ['Esther'], chapters: 10 },\n { shortName: 'JOB', fullNames: ['Job'], chapters: 42 },\n { shortName: 'PSA', fullNames: ['Psalm', 'Psalms'], chapters: 150 },\n { shortName: 'PRO', fullNames: ['Proverbs'], chapters: 31 },\n { shortName: 'ECC', fullNames: ['Ecclesiastes'], chapters: 12 },\n { shortName: 'SNG', fullNames: ['Song of Solomon', 'Song of Songs'], chapters: 8 },\n { shortName: 'ISA', fullNames: ['Isaiah'], chapters: 66 },\n { shortName: 'JER', fullNames: ['Jeremiah'], chapters: 52 },\n { shortName: 'LAM', fullNames: ['Lamentations'], chapters: 5 },\n { shortName: 'EZK', fullNames: ['Ezekiel'], chapters: 48 },\n { shortName: 'DAN', fullNames: ['Daniel'], chapters: 12 },\n { shortName: 'HOS', fullNames: ['Hosea'], chapters: 14 },\n { shortName: 'JOL', fullNames: ['Joel'], chapters: 3 },\n { shortName: 'AMO', fullNames: ['Amos'], chapters: 9 },\n { shortName: 'OBA', fullNames: ['Obadiah'], chapters: 1 },\n { shortName: 'JON', fullNames: ['Jonah'], chapters: 4 },\n { shortName: 'MIC', fullNames: ['Micah'], chapters: 7 },\n { shortName: 'NAM', fullNames: ['Nahum'], chapters: 3 },\n { shortName: 'HAB', fullNames: ['Habakkuk'], chapters: 3 },\n { shortName: 'ZEP', fullNames: ['Zephaniah'], chapters: 3 },\n { shortName: 'HAG', fullNames: ['Haggai'], chapters: 2 },\n { shortName: 'ZEC', fullNames: ['Zechariah'], chapters: 14 },\n { shortName: 'MAL', fullNames: ['Malachi'], chapters: 4 },\n { shortName: 'MAT', fullNames: ['Matthew'], chapters: 28 },\n { shortName: 'MRK', fullNames: ['Mark'], chapters: 16 },\n { shortName: 'LUK', fullNames: ['Luke'], chapters: 24 },\n { shortName: 'JHN', fullNames: ['John'], chapters: 21 },\n { shortName: 'ACT', fullNames: ['Acts'], chapters: 28 },\n { shortName: 'ROM', fullNames: ['Romans'], chapters: 16 },\n { shortName: '1CO', fullNames: ['1 Corinthians'], chapters: 16 },\n { shortName: '2CO', fullNames: ['2 Corinthians'], chapters: 13 },\n { shortName: 'GAL', fullNames: ['Galatians'], chapters: 6 },\n { shortName: 'EPH', fullNames: ['Ephesians'], chapters: 6 },\n { shortName: 'PHP', fullNames: ['Philippians'], chapters: 4 },\n { shortName: 'COL', fullNames: ['Colossians'], chapters: 4 },\n { shortName: '1TH', fullNames: ['1 Thessalonians'], chapters: 5 },\n { shortName: '2TH', fullNames: ['2 Thessalonians'], chapters: 3 },\n { shortName: '1TI', fullNames: ['1 Timothy'], chapters: 6 },\n { shortName: '2TI', fullNames: ['2 Timothy'], chapters: 4 },\n { shortName: 'TIT', fullNames: ['Titus'], chapters: 3 },\n { shortName: 'PHM', fullNames: ['Philemon'], chapters: 1 },\n { shortName: 'HEB', fullNames: ['Hebrews'], chapters: 13 },\n { shortName: 'JAS', fullNames: ['James'], chapters: 5 },\n { shortName: '1PE', fullNames: ['1 Peter'], chapters: 5 },\n { shortName: '2PE', fullNames: ['2 Peter'], chapters: 3 },\n { shortName: '1JN', fullNames: ['1 John'], chapters: 5 },\n { shortName: '2JN', fullNames: ['2 John'], chapters: 1 },\n { shortName: '3JN', fullNames: ['3 John'], chapters: 1 },\n { shortName: 'JUD', fullNames: ['Jude'], chapters: 1 },\n { shortName: 'REV', fullNames: ['Revelation'], chapters: 22 },\n];\n\nexport const FIRST_SCR_BOOK_NUM = 1;\nexport const LAST_SCR_BOOK_NUM = scrBookData.length - 1;\nexport const FIRST_SCR_CHAPTER_NUM = 1;\nexport const FIRST_SCR_VERSE_NUM = 1;\n\nexport const defaultScrRef: ScriptureReference = {\n bookNum: 1,\n chapterNum: 1,\n verseNum: 1,\n};\n\nexport const getChaptersForBook = (bookNum: number): number => {\n return scrBookData[bookNum]?.chapters ?? -1;\n};\n\nexport const offsetBook = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n bookNum: Math.max(FIRST_SCR_BOOK_NUM, Math.min(scrRef.bookNum + offset, LAST_SCR_BOOK_NUM)),\n chapterNum: 1,\n verseNum: 1,\n});\n\nexport const offsetChapter = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n chapterNum: Math.min(\n Math.max(FIRST_SCR_CHAPTER_NUM, scrRef.chapterNum + offset),\n getChaptersForBook(scrRef.bookNum),\n ),\n verseNum: 1,\n});\n\nexport const offsetVerse = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n verseNum: Math.max(FIRST_SCR_VERSE_NUM, scrRef.verseNum + offset),\n});\n\n/**\n * https://github.com/ubsicap/Paratext/blob/master/ParatextData/SILScriptureExtensions.cs#L72\n *\n * Convert book number to a localized Id (a short description of the book). This should be used\n * whenever a book ID (short code) is shown to the user. It is primarily needed for people who do\n * not read Roman script well and need to have books identified in a alternate script (e.g. Chinese\n * or Russian)\n *\n * @param bookNumber\n * @param localizationLanguage In BCP 47 format\n * @param getLocalizedString Function that provides the localized versions of the book ids and names\n * asynchronously.\n * @returns\n */\nexport async function getLocalizedIdFromBookNumber(\n bookNumber: number,\n localizationLanguage: string,\n getLocalizedString: (item: {\n localizeKey: string;\n languagesToSearch?: string[];\n }) => Promise,\n) {\n const id = Canon.bookNumberToId(bookNumber);\n\n if (!startsWith(Intl.getCanonicalLocales(localizationLanguage)[0], 'zh'))\n return getLocalizedString({\n localizeKey: `LocalizedId.${id}`,\n languagesToSearch: [localizationLanguage],\n });\n\n // For Chinese the normal book name is already fairly short.\n const bookName = await getLocalizedString({\n localizeKey: `Book.${id}`,\n languagesToSearch: [localizationLanguage],\n });\n const parts = split(bookName, '-');\n // some entries had a second name inside ideographic parenthesis\n const parts2 = split(parts[0], '\\xff08');\n const retVal = parts2[0].trim();\n return retVal;\n}\n\n/**\n * Get the Scripture reference as an easily comparable/sortable integer.\n *\n * @param scrRef The Scripture reference.\n * @returns An integer where the first three digits represent the book, the next three represent the\n * chapter and the last three represent the verse.\n */\nexport function scrRefToBBBCCCVVV(scrRef: ScriptureReference): number {\n return new VerseRef(scrRef.bookNum, scrRef.chapterNum, scrRef.verseNum).BBBCCCVVV;\n}\n\n/**\n * Compares two Scripture references canonically.\n *\n * @param scrRef1 The first Scripture reference to compare.\n * @param scrRef2 The second Scripture reference to compare.\n * @returns A number indicating the result of the comparison: - Negative value if scrRef1 precedes\n * scrRef2 in sorting order. - Zero if scrRef1 and scrRef2 are equivalent in sorting order. -\n * Positive value if scrRef1 follows scrRef2 in sorting order.\n */\nexport function compareScrRefs(scrRef1: ScriptureReference, scrRef2: ScriptureReference): number {\n // TODO: consider edge cases for invalid references (current implementation should suffice for\n // all but the most extreme cases)\n return scrRefToBBBCCCVVV(scrRef1) - scrRefToBBBCCCVVV(scrRef2);\n}\n\n/** Get the localized string key for a given scroll group Id (or no scroll group if `undefined`) */\nexport function getLocalizeKeyForScrollGroupId(\n scrollGroupId: ScrollGroupId | undefined | 'undefined',\n): LocalizeKey {\n return `%scrollGroup_${scrollGroupId}%`;\n}\n\n/**\n * Gets a list of localized string keys for provided scroll group Ids. Uses\n * {@link getLocalizeKeyForScrollGroupId} internally\n *\n * @example\n *\n * ```typescript\n * getLocalizeKeysForScrollGroupIds([undefined, 0, 1, 2, 3, 4]);\n * // Gives localized string keys for the provided scroll group ids in an array\n * ```\n *\n * @param scrollGroupIds Scroll group ids to include\n * @returns List of localized string keys for scroll group Ids\n */\nexport function getLocalizeKeysForScrollGroupIds(scrollGroupIds: (ScrollGroupId | undefined)[]) {\n return scrollGroupIds.map((scrollGroupId) => getLocalizeKeyForScrollGroupId(scrollGroupId));\n}\n\n/**\n * Formats a Scripture reference.\n *\n * @param scrRef The Scripture reference to format.\n * @param optionOrLocalizedBookName Either 'id' (the default) to format using the \"standard\" (as\n * defined by SIL/UBS) 3-letter book ID, 'English' to format using the English book name spelled\n * out, or some other string (e.g., a localized book name, vernacular abbreviation, FCBH book id,\n * etc.) to use.\n * @param chapterVerseSeparator The character used to separate the chapter number from the verse\n * number. Default is a colon (:). Note: More than one character is allowed.\n * @param bookChapterSeparator The character used to separate the book from the chapter number.\n * Default is a single space. Note: More than one character is allowed.\n * @returns The formatted reference.\n */\nexport function formatScrRef(\n scrRef: ScriptureReference,\n optionOrLocalizedBookName?: 'id' | 'English' | string,\n chapterVerseSeparator?: string,\n bookChapterSeparator?: string,\n): string {\n let book: string;\n switch (optionOrLocalizedBookName ?? 'id') {\n case 'English':\n book = Canon.bookNumberToEnglishName(scrRef.bookNum);\n break;\n case 'id':\n book = Canon.bookNumberToId(scrRef.bookNum);\n break;\n default:\n // We already dealt with undefined about in the switch, but TS is getting confused.\n book = optionOrLocalizedBookName ?? '';\n break;\n }\n return `${book}${bookChapterSeparator ?? ' '}${scrRef.chapterNum}${chapterVerseSeparator ?? ':'}${scrRef.verseNum}`;\n}\n","/** Function to run to dispose of something. Returns true if successfully unsubscribed */\nexport type Unsubscriber = () => boolean;\n\n/**\n * Returns an Unsubscriber function that combines all the unsubscribers passed in.\n *\n * @param unsubscribers All unsubscribers to aggregate into one unsubscriber\n * @returns Function that unsubscribes from all passed in unsubscribers when run\n */\nexport const aggregateUnsubscribers = (unsubscribers: Unsubscriber[]): Unsubscriber => {\n return (...args) => {\n // Run the unsubscriber for each handler\n const unsubs = unsubscribers.map((unsubscriber) => unsubscriber(...args));\n\n // If all the unsubscribers resolve to truthiness, we succeed\n return unsubs.every((success) => success);\n };\n};\n\n/**\n * Function to run to dispose of something that runs asynchronously. The promise resolves to true if\n * successfully unsubscribed\n */\nexport type UnsubscriberAsync = () => Promise;\n\n/**\n * Returns an UnsubscriberAsync function that combines all the unsubscribers passed in.\n *\n * @param unsubscribers - All unsubscribers to aggregate into one unsubscriber.\n * @returns Function that unsubscribes from all passed in unsubscribers when run\n */\nexport const aggregateUnsubscriberAsyncs = (\n unsubscribers: (UnsubscriberAsync | Unsubscriber)[],\n): UnsubscriberAsync => {\n return async (...args) => {\n // Run the unsubscriber for each handler\n const unsubPromises = unsubscribers.map(async (unsubscriber) => unsubscriber(...args));\n\n // If all the unsubscribers resolve to truthiness, we succeed\n return (await Promise.all(unsubPromises)).every((success) => success);\n };\n};\n","import { type MarkerContent, type MarkerObject } from '@biblionexus-foundation/scripture-utilities';\nimport { VerseRef } from '@sillsdev/scripture';\n\n/** USJ content node type for a chapter */\nexport const CHAPTER_TYPE = 'chapter';\n\n/** USJ content node type for a verse */\nexport const VERSE_TYPE = 'verse';\n\n/** Represents a book, chapter, verse, and offset */\nexport type VerseRefOffset = {\n verseRef: VerseRef;\n offset: number;\n};\n\n/** This could actually have more content clauses at the end, but TS types are limited */\nexport type ContentJsonPath =\n | ''\n | `$`\n | `$.content[${number}]`\n | `$.content[${number}].content[${number}]`\n | `$.content[${number}].content[${number}].content[${number}]`\n | `$.content[${number}].content[${number}].content[${number}].content[${number}]`;\n\n/** Node within a USJ object, an offset within that node, and a JSONPath query to the node */\nexport type UsjContentLocation = {\n node: MarkerContent;\n offset: number;\n jsonPath: ContentJsonPath;\n};\n\n/** Utilities for reading from and writing to `Usj` objects */\nexport interface IUsjReaderWriter {\n /**\n * Return a copy of text following a given starting point\n *\n * @param start Point where text extraction will start\n * @param desiredLength Length of text to extract from this USJ data\n */\n extractText(start: UsjContentLocation, desiredLength: number): string;\n /**\n * Return a copy of text between two points\n *\n * @param start Point where text extraction will start\n * @param end Point where text extraction will end\n * @param maxLength Maximum length of string to return (defaults to 100)\n * @returns Text between the two points, capped at length `maxLength`\n */\n extractTextBetweenPoints(\n start: UsjContentLocation,\n end: UsjContentLocation,\n maxLength: number,\n ): string;\n /**\n * Given a starting point, find the next location in this USJ data that matches the given text\n *\n * @param start Point where the search for `text` will start\n * @param text Text to find\n * @param maxTextLengthToSearch Maximum length of text to search before stopping (default is 1000)\n * @returns Object containing the USJ node where `text` begins (it might be split across nodes),\n * offset within that node that indicates where `text` begins, and a JSONPath string that\n * indicates the location of the of USJ node within `usj`. Note that if the USJ node returned is\n * an object, it is the same object that is within this USJ data. So if you change it, you are\n * changing this USJ data.\n */\n findNextLocationOfMatchingText(\n start: UsjContentLocation,\n text: string,\n maxTextLengthToSearch: number,\n ): UsjContentLocation | undefined;\n /** Find the first value matching the given JSONPath query within this USJ data */\n findSingleValue(jsonPathQuery: string): T | undefined;\n /** Find the parent of the first value matching the given JSONPath query within this USJ data */\n findParent(jsonPathQuery: string): T | undefined;\n /**\n * Convert a JSONPath query into a VerseRef and offset\n *\n * @param jsonPathQuery JSONPath search expression that indicates a node within this USJ data. If\n * the expression matches more than one node, then only the first node found is considered.\n * @param bookId 3 letter ID of the book being searched (must be defined in this USJ data if not\n * provided here)\n * @returns VerseRef and offset that represents the location within this USJ data indicated by\n * `jsonPathQuery`\n */\n jsonPathToVerseRefAndOffset(jsonPathQuery: string, bookId?: string): VerseRefOffset;\n /** Build a JSONPath query that uniquely identifies the given node with this USJ data. */\n nodeToJsonPath(node: MarkerObject): ContentJsonPath;\n /**\n * Determine the VerseRef and offset that correspond to the location of a node somewhere within\n * this USJ data\n *\n * @param bookId ID of the book represented by this USJ data\n * @param node JSON object representing the location of the VerseRef and offset\n * @param nodeParent JSON object that owns the `content` array that includes `node`. If\n * 'undefined' is provided then the `UsjReaderWriter` will attempt to lookup the parent of\n * `node`. The lookup will always fail and throw an error if `node` is a string.\n * @returns VerseRef and offset representing the location of `node`, if one could be found\n */\n nodeToVerseRefAndOffset(\n bookId: string,\n node: MarkerContent,\n nodeParent: MarkerObject | MarkerContent[] | undefined,\n ): { verseRef: VerseRef; offset: number } | undefined;\n /**\n * Remove all nodes from this USJ data that match a given search function.\n *\n * @param searchFunction Function that returns `true` if the given node should be removed\n * @returns Number of nodes removed\n */\n removeContentNodes(searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean): number;\n /**\n * Inform this UsjReaderWriter that the underlying USJ object changed. This is needed to clear\n * caches used when querying.\n */\n usjChanged(): void;\n /**\n * Convert a verse ref + offset into a node + offset within this USJ data and a JSONPath query\n *\n * @param verseRef Indicates the book, chapter, and verse of interest to find\n * @param verseRefOffset Specific location within verse text (defaults to 0)\n * @returns Object containing the USJ node indicated by `verseRef` and `verseRefOffset`, offset\n * within that node that matches the `verseRefOffset`, and a JSONPath string that indicates the\n * location of the of USJ node within this USJ data. Note that if the USJ node returned is an\n * object, it is the same object that is within this USJ data. So if you change it, you are\n * changing this USJ data.\n */\n verseRefToUsjContentLocation(verseRef: VerseRef, verseRefOffset: number): UsjContentLocation;\n}\n","var getOwnPropertyNames = Object.getOwnPropertyNames, getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n/**\n * Combine two comparators into a single comparators.\n */\nfunction combineComparators(comparatorA, comparatorB) {\n return function isEqual(a, b, state) {\n return comparatorA(a, b, state) && comparatorB(a, b, state);\n };\n}\n/**\n * Wrap the provided `areItemsEqual` method to manage the circular state, allowing\n * for circular references to be safely included in the comparison without creating\n * stack overflows.\n */\nfunction createIsCircular(areItemsEqual) {\n return function isCircular(a, b, state) {\n if (!a || !b || typeof a !== 'object' || typeof b !== 'object') {\n return areItemsEqual(a, b, state);\n }\n var cache = state.cache;\n var cachedA = cache.get(a);\n var cachedB = cache.get(b);\n if (cachedA && cachedB) {\n return cachedA === b && cachedB === a;\n }\n cache.set(a, b);\n cache.set(b, a);\n var result = areItemsEqual(a, b, state);\n cache.delete(a);\n cache.delete(b);\n return result;\n };\n}\n/**\n * Get the properties to strictly examine, which include both own properties that are\n * not enumerable and symbol properties.\n */\nfunction getStrictProperties(object) {\n return getOwnPropertyNames(object).concat(getOwnPropertySymbols(object));\n}\n/**\n * Whether the object contains the property passed as an own property.\n */\nvar hasOwn = Object.hasOwn ||\n (function (object, property) {\n return hasOwnProperty.call(object, property);\n });\n/**\n * Whether the values passed are strictly equal or both NaN.\n */\nfunction sameValueZeroEqual(a, b) {\n return a || b ? a === b : a === b || (a !== a && b !== b);\n}\n\nvar OWNER = '_owner';\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor, keys = Object.keys;\n/**\n * Whether the arrays are equal in value.\n */\nfunction areArraysEqual(a, b, state) {\n var index = a.length;\n if (b.length !== index) {\n return false;\n }\n while (index-- > 0) {\n if (!state.equals(a[index], b[index], index, index, a, b, state)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the dates passed are equal in value.\n */\nfunction areDatesEqual(a, b) {\n return sameValueZeroEqual(a.getTime(), b.getTime());\n}\n/**\n * Whether the `Map`s are equal in value.\n */\nfunction areMapsEqual(a, b, state) {\n if (a.size !== b.size) {\n return false;\n }\n var matchedIndices = {};\n var aIterable = a.entries();\n var index = 0;\n var aResult;\n var bResult;\n while ((aResult = aIterable.next())) {\n if (aResult.done) {\n break;\n }\n var bIterable = b.entries();\n var hasMatch = false;\n var matchIndex = 0;\n while ((bResult = bIterable.next())) {\n if (bResult.done) {\n break;\n }\n var _a = aResult.value, aKey = _a[0], aValue = _a[1];\n var _b = bResult.value, bKey = _b[0], bValue = _b[1];\n if (!hasMatch &&\n !matchedIndices[matchIndex] &&\n (hasMatch =\n state.equals(aKey, bKey, index, matchIndex, a, b, state) &&\n state.equals(aValue, bValue, aKey, bKey, a, b, state))) {\n matchedIndices[matchIndex] = true;\n }\n matchIndex++;\n }\n if (!hasMatch) {\n return false;\n }\n index++;\n }\n return true;\n}\n/**\n * Whether the objects are equal in value.\n */\nfunction areObjectsEqual(a, b, state) {\n var properties = keys(a);\n var index = properties.length;\n if (keys(b).length !== index) {\n return false;\n }\n var property;\n // Decrementing `while` showed faster results than either incrementing or\n // decrementing `for` loop and than an incrementing `while` loop. Declarative\n // methods like `some` / `every` were not used to avoid incurring the garbage\n // cost of anonymous callbacks.\n while (index-- > 0) {\n property = properties[index];\n if (property === OWNER &&\n (a.$$typeof || b.$$typeof) &&\n a.$$typeof !== b.$$typeof) {\n return false;\n }\n if (!hasOwn(b, property) ||\n !state.equals(a[property], b[property], property, property, a, b, state)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the objects are equal in value with strict property checking.\n */\nfunction areObjectsEqualStrict(a, b, state) {\n var properties = getStrictProperties(a);\n var index = properties.length;\n if (getStrictProperties(b).length !== index) {\n return false;\n }\n var property;\n var descriptorA;\n var descriptorB;\n // Decrementing `while` showed faster results than either incrementing or\n // decrementing `for` loop and than an incrementing `while` loop. Declarative\n // methods like `some` / `every` were not used to avoid incurring the garbage\n // cost of anonymous callbacks.\n while (index-- > 0) {\n property = properties[index];\n if (property === OWNER &&\n (a.$$typeof || b.$$typeof) &&\n a.$$typeof !== b.$$typeof) {\n return false;\n }\n if (!hasOwn(b, property)) {\n return false;\n }\n if (!state.equals(a[property], b[property], property, property, a, b, state)) {\n return false;\n }\n descriptorA = getOwnPropertyDescriptor(a, property);\n descriptorB = getOwnPropertyDescriptor(b, property);\n if ((descriptorA || descriptorB) &&\n (!descriptorA ||\n !descriptorB ||\n descriptorA.configurable !== descriptorB.configurable ||\n descriptorA.enumerable !== descriptorB.enumerable ||\n descriptorA.writable !== descriptorB.writable)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the primitive wrappers passed are equal in value.\n */\nfunction arePrimitiveWrappersEqual(a, b) {\n return sameValueZeroEqual(a.valueOf(), b.valueOf());\n}\n/**\n * Whether the regexps passed are equal in value.\n */\nfunction areRegExpsEqual(a, b) {\n return a.source === b.source && a.flags === b.flags;\n}\n/**\n * Whether the `Set`s are equal in value.\n */\nfunction areSetsEqual(a, b, state) {\n if (a.size !== b.size) {\n return false;\n }\n var matchedIndices = {};\n var aIterable = a.values();\n var aResult;\n var bResult;\n while ((aResult = aIterable.next())) {\n if (aResult.done) {\n break;\n }\n var bIterable = b.values();\n var hasMatch = false;\n var matchIndex = 0;\n while ((bResult = bIterable.next())) {\n if (bResult.done) {\n break;\n }\n if (!hasMatch &&\n !matchedIndices[matchIndex] &&\n (hasMatch = state.equals(aResult.value, bResult.value, aResult.value, bResult.value, a, b, state))) {\n matchedIndices[matchIndex] = true;\n }\n matchIndex++;\n }\n if (!hasMatch) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the TypedArray instances are equal in value.\n */\nfunction areTypedArraysEqual(a, b) {\n var index = a.length;\n if (b.length !== index) {\n return false;\n }\n while (index-- > 0) {\n if (a[index] !== b[index]) {\n return false;\n }\n }\n return true;\n}\n\nvar ARGUMENTS_TAG = '[object Arguments]';\nvar BOOLEAN_TAG = '[object Boolean]';\nvar DATE_TAG = '[object Date]';\nvar MAP_TAG = '[object Map]';\nvar NUMBER_TAG = '[object Number]';\nvar OBJECT_TAG = '[object Object]';\nvar REG_EXP_TAG = '[object RegExp]';\nvar SET_TAG = '[object Set]';\nvar STRING_TAG = '[object String]';\nvar isArray = Array.isArray;\nvar isTypedArray = typeof ArrayBuffer === 'function' && ArrayBuffer.isView\n ? ArrayBuffer.isView\n : null;\nvar assign = Object.assign;\nvar getTag = Object.prototype.toString.call.bind(Object.prototype.toString);\n/**\n * Create a comparator method based on the type-specific equality comparators passed.\n */\nfunction createEqualityComparator(_a) {\n var areArraysEqual = _a.areArraysEqual, areDatesEqual = _a.areDatesEqual, areMapsEqual = _a.areMapsEqual, areObjectsEqual = _a.areObjectsEqual, arePrimitiveWrappersEqual = _a.arePrimitiveWrappersEqual, areRegExpsEqual = _a.areRegExpsEqual, areSetsEqual = _a.areSetsEqual, areTypedArraysEqual = _a.areTypedArraysEqual;\n /**\n * compare the value of the two objects and return true if they are equivalent in values\n */\n return function comparator(a, b, state) {\n // If the items are strictly equal, no need to do a value comparison.\n if (a === b) {\n return true;\n }\n // If the items are not non-nullish objects, then the only possibility\n // of them being equal but not strictly is if they are both `NaN`. Since\n // `NaN` is uniquely not equal to itself, we can use self-comparison of\n // both objects, which is faster than `isNaN()`.\n if (a == null ||\n b == null ||\n typeof a !== 'object' ||\n typeof b !== 'object') {\n return a !== a && b !== b;\n }\n var constructor = a.constructor;\n // Checks are listed in order of commonality of use-case:\n // 1. Common complex object types (plain object, array)\n // 2. Common data values (date, regexp)\n // 3. Less-common complex object types (map, set)\n // 4. Less-common data values (promise, primitive wrappers)\n // Inherently this is both subjective and assumptive, however\n // when reviewing comparable libraries in the wild this order\n // appears to be generally consistent.\n // Constructors should match, otherwise there is potential for false positives\n // between class and subclass or custom object and POJO.\n if (constructor !== b.constructor) {\n return false;\n }\n // `isPlainObject` only checks against the object's own realm. Cross-realm\n // comparisons are rare, and will be handled in the ultimate fallback, so\n // we can avoid capturing the string tag.\n if (constructor === Object) {\n return areObjectsEqual(a, b, state);\n }\n // `isArray()` works on subclasses and is cross-realm, so we can avoid capturing\n // the string tag or doing an `instanceof` check.\n if (isArray(a)) {\n return areArraysEqual(a, b, state);\n }\n // `isTypedArray()` works on all possible TypedArray classes, so we can avoid\n // capturing the string tag or comparing against all possible constructors.\n if (isTypedArray != null && isTypedArray(a)) {\n return areTypedArraysEqual(a, b, state);\n }\n // Try to fast-path equality checks for other complex object types in the\n // same realm to avoid capturing the string tag. Strict equality is used\n // instead of `instanceof` because it is more performant for the common\n // use-case. If someone is subclassing a native class, it will be handled\n // with the string tag comparison.\n if (constructor === Date) {\n return areDatesEqual(a, b, state);\n }\n if (constructor === RegExp) {\n return areRegExpsEqual(a, b, state);\n }\n if (constructor === Map) {\n return areMapsEqual(a, b, state);\n }\n if (constructor === Set) {\n return areSetsEqual(a, b, state);\n }\n // Since this is a custom object, capture the string tag to determing its type.\n // This is reasonably performant in modern environments like v8 and SpiderMonkey.\n var tag = getTag(a);\n if (tag === DATE_TAG) {\n return areDatesEqual(a, b, state);\n }\n if (tag === REG_EXP_TAG) {\n return areRegExpsEqual(a, b, state);\n }\n if (tag === MAP_TAG) {\n return areMapsEqual(a, b, state);\n }\n if (tag === SET_TAG) {\n return areSetsEqual(a, b, state);\n }\n if (tag === OBJECT_TAG) {\n // The exception for value comparison is custom `Promise`-like class instances. These should\n // be treated the same as standard `Promise` objects, which means strict equality, and if\n // it reaches this point then that strict equality comparison has already failed.\n return (typeof a.then !== 'function' &&\n typeof b.then !== 'function' &&\n areObjectsEqual(a, b, state));\n }\n // If an arguments tag, it should be treated as a standard object.\n if (tag === ARGUMENTS_TAG) {\n return areObjectsEqual(a, b, state);\n }\n // As the penultimate fallback, check if the values passed are primitive wrappers. This\n // is very rare in modern JS, which is why it is deprioritized compared to all other object\n // types.\n if (tag === BOOLEAN_TAG || tag === NUMBER_TAG || tag === STRING_TAG) {\n return arePrimitiveWrappersEqual(a, b, state);\n }\n // If not matching any tags that require a specific type of comparison, then we hard-code false because\n // the only thing remaining is strict equality, which has already been compared. This is for a few reasons:\n // - Certain types that cannot be introspected (e.g., `WeakMap`). For these types, this is the only\n // comparison that can be made.\n // - For types that can be introspected, but rarely have requirements to be compared\n // (`ArrayBuffer`, `DataView`, etc.), the cost is avoided to prioritize the common\n // use-cases (may be included in a future release, if requested enough).\n // - For types that can be introspected but do not have an objective definition of what\n // equality is (`Error`, etc.), the subjective decision is to be conservative and strictly compare.\n // In all cases, these decisions should be reevaluated based on changes to the language and\n // common development practices.\n return false;\n };\n}\n/**\n * Create the configuration object used for building comparators.\n */\nfunction createEqualityComparatorConfig(_a) {\n var circular = _a.circular, createCustomConfig = _a.createCustomConfig, strict = _a.strict;\n var config = {\n areArraysEqual: strict\n ? areObjectsEqualStrict\n : areArraysEqual,\n areDatesEqual: areDatesEqual,\n areMapsEqual: strict\n ? combineComparators(areMapsEqual, areObjectsEqualStrict)\n : areMapsEqual,\n areObjectsEqual: strict\n ? areObjectsEqualStrict\n : areObjectsEqual,\n arePrimitiveWrappersEqual: arePrimitiveWrappersEqual,\n areRegExpsEqual: areRegExpsEqual,\n areSetsEqual: strict\n ? combineComparators(areSetsEqual, areObjectsEqualStrict)\n : areSetsEqual,\n areTypedArraysEqual: strict\n ? areObjectsEqualStrict\n : areTypedArraysEqual,\n };\n if (createCustomConfig) {\n config = assign({}, config, createCustomConfig(config));\n }\n if (circular) {\n var areArraysEqual$1 = createIsCircular(config.areArraysEqual);\n var areMapsEqual$1 = createIsCircular(config.areMapsEqual);\n var areObjectsEqual$1 = createIsCircular(config.areObjectsEqual);\n var areSetsEqual$1 = createIsCircular(config.areSetsEqual);\n config = assign({}, config, {\n areArraysEqual: areArraysEqual$1,\n areMapsEqual: areMapsEqual$1,\n areObjectsEqual: areObjectsEqual$1,\n areSetsEqual: areSetsEqual$1,\n });\n }\n return config;\n}\n/**\n * Default equality comparator pass-through, used as the standard `isEqual` creator for\n * use inside the built comparator.\n */\nfunction createInternalEqualityComparator(compare) {\n return function (a, b, _indexOrKeyA, _indexOrKeyB, _parentA, _parentB, state) {\n return compare(a, b, state);\n };\n}\n/**\n * Create the `isEqual` function used by the consuming application.\n */\nfunction createIsEqual(_a) {\n var circular = _a.circular, comparator = _a.comparator, createState = _a.createState, equals = _a.equals, strict = _a.strict;\n if (createState) {\n return function isEqual(a, b) {\n var _a = createState(), _b = _a.cache, cache = _b === void 0 ? circular ? new WeakMap() : undefined : _b, meta = _a.meta;\n return comparator(a, b, {\n cache: cache,\n equals: equals,\n meta: meta,\n strict: strict,\n });\n };\n }\n if (circular) {\n return function isEqual(a, b) {\n return comparator(a, b, {\n cache: new WeakMap(),\n equals: equals,\n meta: undefined,\n strict: strict,\n });\n };\n }\n var state = {\n cache: undefined,\n equals: equals,\n meta: undefined,\n strict: strict,\n };\n return function isEqual(a, b) {\n return comparator(a, b, state);\n };\n}\n\n/**\n * Whether the items passed are deeply-equal in value.\n */\nvar deepEqual = createCustomEqual();\n/**\n * Whether the items passed are deeply-equal in value based on strict comparison.\n */\nvar strictDeepEqual = createCustomEqual({ strict: true });\n/**\n * Whether the items passed are deeply-equal in value, including circular references.\n */\nvar circularDeepEqual = createCustomEqual({ circular: true });\n/**\n * Whether the items passed are deeply-equal in value, including circular references,\n * based on strict comparison.\n */\nvar strictCircularDeepEqual = createCustomEqual({\n circular: true,\n strict: true,\n});\n/**\n * Whether the items passed are shallowly-equal in value.\n */\nvar shallowEqual = createCustomEqual({\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value based on strict comparison\n */\nvar strictShallowEqual = createCustomEqual({\n strict: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value, including circular references.\n */\nvar circularShallowEqual = createCustomEqual({\n circular: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value, including circular references,\n * based on strict comparison.\n */\nvar strictCircularShallowEqual = createCustomEqual({\n circular: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n strict: true,\n});\n/**\n * Create a custom equality comparison method.\n *\n * This can be done to create very targeted comparisons in extreme hot-path scenarios\n * where the standard methods are not performant enough, but can also be used to provide\n * support for legacy environments that do not support expected features like\n * `RegExp.prototype.flags` out of the box.\n */\nfunction createCustomEqual(options) {\n if (options === void 0) { options = {}; }\n var _a = options.circular, circular = _a === void 0 ? false : _a, createCustomInternalComparator = options.createInternalComparator, createState = options.createState, _b = options.strict, strict = _b === void 0 ? false : _b;\n var config = createEqualityComparatorConfig(options);\n var comparator = createEqualityComparator(config);\n var equals = createCustomInternalComparator\n ? createCustomInternalComparator(comparator)\n : createInternalEqualityComparator(comparator);\n return createIsEqual({ circular: circular, comparator: comparator, createState: createState, equals: equals, strict: strict });\n}\n\nexport { circularDeepEqual, circularShallowEqual, createCustomEqual, deepEqual, sameValueZeroEqual, shallowEqual, strictCircularDeepEqual, strictCircularShallowEqual, strictDeepEqual, strictShallowEqual };\n//# sourceMappingURL=index.mjs.map\n","// There is a circular version https://www.npmjs.com/package/fast-equals#circulardeepequal that I\n// think allows comparing React refs (which have circular references in particular places that this\n// library would ignore). Maybe we can change to that version sometime if needed.\nimport { deepEqual as isEqualDeep } from 'fast-equals';\n\n/**\n * Check that two objects are deeply equal, comparing members of each object and such\n *\n * @param a The first object to compare\n * @param b The second object to compare\n *\n * WARNING: Objects like arrays from different iframes have different constructor function\n * references even if they do the same thing, so this deep equality comparison fails objects that\n * look the same but have different constructors because different constructors could produce\n * false positives in [a few specific\n * situations](https://github.com/planttheidea/fast-equals/blob/a41afc0a240ad5a472e47b53791e9be017f52281/src/comparator.ts#L96).\n * This means that two objects like arrays from different iframes that look the same will fail\n * this check. Please use some other means to check deep equality in those situations.\n *\n * Note: This deep equality check considers `undefined` values on keys of objects NOT to be equal to\n * not specifying the key at all. For example, `{ stuff: 3, things: undefined }` and `{ stuff: 3\n * }` are not considered equal in this case\n *\n * - For more information and examples, see [this\n * CodeSandbox](https://codesandbox.io/s/deepequallibrarycomparison-4g4kk4?file=/src/index.mjs).\n *\n * @returns True if a and b are deeply equal; false otherwise\n */\nexport default function deepEqual(a: unknown, b: unknown) {\n return isEqualDeep(a, b);\n}\n","import deepEqual from './equality-checking';\n\n/**\n * Check if one object is a subset of the other object. \"Subset\" means that all properties of one\n * object are present in the other object, and if they are present that all values of those\n * properties are deeply equal. Sub-objects are also checked to be subsets of the corresponding\n * sub-object in the other object.\n *\n * @example ObjB is a subset of objA given these objects:\n *\n * ```ts\n * objA = { name: 'Alice', age: 30, address: { city: 'Seattle', state: 'Washington' } };\n * objB = { name: 'Alice', address: { city: 'Seattle' } };\n * ```\n *\n * It is important to note that only arrays of primitives (i.e., booleans, numbers, strings) are\n * supported. In particular, objects in arrays will not be checked for deep equality. Also, presence\n * in an array is all this checks, not the number of times that an item appears in an array. `[1,\n * 1]` is a subset of `[1]`.\n *\n * @param objectWithAllProperties Object to be checked if it is a superset of\n * `objectWithPartialProperties`\n * @param objectWithPartialProperties Object to be checked if it is a subset of\n * `objectWithAllProperties`\n * @returns True if `objectWithAllProperties` contains all the properties of\n * `objectWithPartialProperties` and all values of those properties are deeply equal\n */\nexport default function isSubset(\n objectWithAllProperties: unknown,\n objectWithPartialProperties: unknown,\n): boolean {\n if (typeof objectWithAllProperties !== typeof objectWithPartialProperties) return false;\n\n // For this function we're saying that all falsy things of the same type are equal to each other\n if (!objectWithAllProperties && !objectWithPartialProperties) return true;\n\n if (Array.isArray(objectWithAllProperties)) {\n // We know these are arrays from the line above\n /* eslint-disable no-type-assertion/no-type-assertion */\n const partialArray = objectWithPartialProperties as Array;\n const allArray = objectWithAllProperties as Array;\n /* eslint-enable no-type-assertion/no-type-assertion */\n\n if (partialArray.length === 0) return true;\n\n // This only works with arrays of primitives.\n // If someone cares about checking arrays of objects this needs updating.\n return partialArray.every((item) => allArray.includes(item));\n }\n\n if (typeof objectWithAllProperties !== 'object')\n return deepEqual(objectWithAllProperties, objectWithPartialProperties);\n\n // We know these are objects that potentially have properties because of the earlier checks\n /* eslint-disable no-type-assertion/no-type-assertion */\n const partialObj = objectWithPartialProperties as Record;\n const allObj = objectWithAllProperties as Record;\n /* eslint-enable no-type-assertion/no-type-assertion */\n\n let retVal = true;\n Object.keys(partialObj).forEach((key) => {\n if (!retVal) return;\n if (!Object.hasOwn(allObj, key)) retVal = false;\n else if (!isSubset(allObj[key], partialObj[key])) retVal = false;\n });\n return retVal;\n}\n","import { ScrVers, VerseRef } from '@sillsdev/scripture';\n\n/**\n * Converts a JavaScript value to a JSON string, changing `undefined` properties in the JavaScript\n * object to `null` properties in the JSON string.\n *\n * WARNING: `null` values will become `undefined` values after passing through {@link serialize} then\n * {@link deserialize}. For example, `{ a: 1, b: undefined, c: null }` will become `{ a: 1, b:\n * undefined, c: undefined }`. If you are passing around user data that needs to retain `null`\n * values, you should wrap them yourself in a string before using this function. Alternatively, you\n * can write your own replacer that will preserve `null` in a way that you can recover later.\n *\n * @param value A JavaScript value, usually an object or array, to be converted.\n * @param replacer A function that transforms the results. Note that all `undefined` values returned\n * by the replacer will be further transformed into `null` in the JSON string.\n * @param space Adds indentation, white space, and line break characters to the return-value JSON\n * text to make it easier to read. See the `space` parameter of `JSON.stringify` for more\n * details.\n */\nexport function serialize(\n value: unknown,\n replacer?: (this: unknown, key: string, value: unknown) => unknown,\n space?: string | number,\n): string {\n const undefinedReplacer = (replacerKey: string, replacerValue: unknown) => {\n let newValue = replacerValue;\n if (replacer) newValue = replacer(replacerKey, newValue);\n // All `undefined` values become `null` on the way from JS objects into JSON strings\n // eslint-disable-next-line no-null/no-null\n if (newValue === undefined) newValue = null;\n return newValue;\n };\n return JSON.stringify(value, undefinedReplacer, space);\n}\n\n/**\n * Converts a JSON string into a value, converting all `null` properties from JSON into `undefined`\n * in the returned JavaScript value/object.\n *\n * WARNING: `null` values will become `undefined` values after passing through {@link serialize} then\n * {@link deserialize}. For example, `{ a: 1, b: undefined, c: null }` will become `{ a: 1, b:\n * undefined, c: undefined }`. If you are passing around user data that needs to retain `null`\n * values, you should wrap them yourself in a string before using this function. Alternatively, you\n * can write your own replacer that will preserve `null` in a way that you can recover later.\n *\n * @param value A valid JSON string.\n * @param reviver A function that transforms the results. This function is called for each member of\n * the object. If a member contains nested objects, the nested objects are transformed before the\n * parent object is. Note that `null` values are converted into `undefined` values after the\n * reviver has run.\n */\nexport function deserialize(\n value: string,\n reviver?: (this: unknown, key: string, value: unknown) => unknown,\n // Need to use `any` instead of `unknown` here to match the signature of JSON.parse\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n): any {\n // Helper function to replace `null` with `undefined` on a per property basis. This can't be done\n // with our own reviver because `JSON.parse` removes `undefined` properties from the return value.\n function replaceNull(obj: Record): Record {\n Object.keys(obj).forEach((key: string | number) => {\n // We only want to replace `null`, not other falsy values\n // eslint-disable-next-line no-null/no-null\n if (obj[key] === null) obj[key] = undefined;\n // If the property is an object, recursively call the helper function on it\n else if (typeof obj[key] === 'object')\n // Since the object came from a string, we know the keys will not be symbols\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n obj[key] = replaceNull(obj[key] as Record);\n });\n return obj;\n }\n\n // Helper function to create a VerseRef from a SerializedVerseRef object\n function verseRefReviver(_vrefKey: string, vrefValue: unknown): unknown {\n if (\n vrefValue &&\n typeof vrefValue === 'object' &&\n 'book' in vrefValue &&\n typeof vrefValue.book === 'string' &&\n 'chapterNum' in vrefValue &&\n typeof vrefValue.chapterNum === 'number' &&\n 'verseNum' in vrefValue &&\n typeof vrefValue.verseNum === 'number' &&\n Object.keys(vrefValue).every((key) =>\n ['book', 'chapterNum', 'verseNum', 'verse', 'versificationStr'].includes(key),\n )\n ) {\n const chapter = vrefValue.chapterNum.toString(10);\n const verse =\n 'verse' in vrefValue && typeof vrefValue.verse === 'string'\n ? vrefValue.verse\n : vrefValue.verseNum.toString(10);\n const versification =\n 'versificationStr' in vrefValue && typeof vrefValue.versificationStr === 'string'\n ? new ScrVers(vrefValue.versificationStr)\n : undefined;\n return new VerseRef(vrefValue.book, chapter, verse, versification);\n }\n return vrefValue;\n }\n\n // Helper function to call the provided reviver and the VerseRef reviver\n function combinedReviver(this: unknown, reviverKey: string, reviverVal: unknown) {\n return verseRefReviver(\n reviverKey,\n reviver ? reviver.call(this, reviverKey, reviverVal) : reviverVal,\n );\n }\n\n const parsedObject = JSON.parse(value, combinedReviver);\n // Explicitly convert the value 'null' that isn't stored as a property on an object to 'undefined'\n // eslint-disable-next-line no-null/no-null\n if (parsedObject === null) return undefined;\n if (typeof parsedObject === 'object') return replaceNull(parsedObject);\n return parsedObject;\n}\n\n/**\n * Check to see if the value is serializable without losing information\n *\n * @param value Value to test\n * @returns True if serializable; false otherwise\n *\n * Note: the values `undefined` and `null` are serializable (on their own or in an array), but\n * `null` values get transformed into `undefined` when serializing/deserializing.\n *\n * WARNING: This is inefficient right now as it stringifies, parses, stringifies, and === the value.\n * Please only use this if you need to\n *\n * DISCLAIMER: this does not successfully detect that values are not serializable in some cases:\n *\n * - Losses of removed properties like functions and `Map`s\n * - Class instances (not deserializable into class instances without special code)\n *\n * We intend to improve this in the future if it becomes important to do so. See [`JSON.stringify`\n * documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#description)\n * for more information.\n */\nexport function isSerializable(value: unknown): boolean {\n try {\n const serializedValue = serialize(value);\n return serializedValue === serialize(deserialize(serializedValue));\n } catch (e) {\n return false;\n }\n}\n\n/**\n * HTML Encodes the provided string. Thanks to ChatGPT\n *\n * @param str String to HTML encode\n * @returns HTML-encoded string\n */\nexport const htmlEncode = (str: string): string =>\n str\n .replace(/&/g, '&')\n .replace(//g, '>')\n .replace(/\"/g, '"')\n .replace(/'/g, ''')\n .replace(/\\//g, '/');\n","import DateTimeFormat from './intl-date-time-format';\n\n/**\n * Retrieves the current locale of the user's environment.\n *\n * @returns A string representing the current locale. If the locale cannot be determined, the\n * function returns an empty string.\n */\nexport default function getCurrentLocale(): string {\n // Use navigator when available\n if (typeof navigator !== 'undefined' && navigator.languages) {\n return navigator.languages[0];\n }\n // For Node.js\n return new DateTimeFormat().resolvedOptions().locale;\n}\n","import NumberFormat from './intl-number-format';\n\n/**\n * Formats a number according to the locale and formatting options of this NumberFormat object\n *\n * @example FormatBytes(1024) => \"1 KB\"\n *\n * @example FormatBytes(1024, 0) => \"1 KB\"\n *\n * @param fileSize Number to format\n * @param decimals Number of decimal places to round to\n * @returns String representing the given number formatted according to the locale and formatting\n * options of this NumberFormat object\n */\nexport default function formatBytes(fileSize: number, decimals: number = 2): string {\n if (fileSize === 0) return '0 Bytes';\n const sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];\n const i = Math.floor(Math.log(fileSize) / Math.log(1024));\n const sizeToUse = sizes[i];\n const formattingFileSize = new NumberFormat('en', {\n style: 'decimal',\n maximumFractionDigits: decimals,\n minimumFractionDigits: 0,\n }).format(fileSize / 1024 ** i);\n return `${formattingFileSize} ${sizeToUse}`;\n}\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { LocalizeKey, ReferencedItem } from 'menus.model';\n\n/** The data an extension provides to inform Platform.Bible of the settings it provides */\nexport type SettingsContribution = SettingsGroup | SettingsGroup[];\n/** A description of an extension's setting entry */\nexport type Setting = ExtensionControlledSetting;\n/** Setting definition that is validated by the extension. */\nexport type ExtensionControlledSetting = SettingBase & ModifierExtensionControlled;\n/** Base information needed to describe a setting entry */\nexport type SettingBase = StateBase & {\n [k: string]: unknown;\n /** LocalizeKey that displays in the settings dialog as the setting name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the settings dialog to describe the setting */\n description?: LocalizeKey;\n};\n/** The data an extension provides to inform Platform.Bible of the project settings it provides */\nexport type ProjectSettingsContribution = ProjectSettingsGroup | ProjectSettingsGroup[];\n/** A description of an extension's setting entry */\nexport type ProjectSetting = ExtensionControlledProjectSetting;\n/** Setting definition that is validated by the extension. */\nexport type ExtensionControlledProjectSetting = ProjectSettingBase & ModifierExtensionControlled;\n/** Base information needed to describe a project setting entry */\nexport type ProjectSettingBase = SettingBase & ModifierProject;\n/** A description of an extension's user state entry */\nexport type UserState = ExtensionControlledState;\n/** State definition that is validated by the extension. */\nexport type ExtensionControlledState = StateBase & ModifierExtensionControlled;\n/** Group of related settings definitions */\nexport interface SettingsGroup {\n [k: string]: unknown;\n /** LocalizeKey that displays in the settings dialog as the group name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the settings dialog to describe the group */\n description?: LocalizeKey;\n properties: SettingProperties;\n}\n/** Object whose keys are setting IDs and whose values are settings objects */\nexport interface SettingProperties {\n [k: ReferencedItem]: Setting;\n}\n/** Base information needed to describe a state entry */\nexport interface StateBase {\n [k: string]: unknown;\n /** Default value for the state/setting */\n default: unknown;\n /**\n * A state/setting ID whose value to set to this state/setting's starting value the first time\n * this state/setting is loaded\n */\n derivesFrom?: ReferencedItem;\n}\n/**\n * Modifies state/setting type to be extension-controlled. \"Extension-controlled\" means the\n * extension provides the component and the validator for the state/setting, so the state/setting is\n * controlled by the extension.\n */\nexport interface ModifierExtensionControlled {\n [k: string]: unknown;\n platformType?: undefined;\n type?: undefined;\n}\n/** Group of related settings definitions */\nexport interface ProjectSettingsGroup {\n [k: string]: unknown;\n /** LocalizeKey that displays in the project settings dialog as the group name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the project settings dialog to describe the group */\n description?: LocalizeKey;\n properties: ProjectSettingProperties;\n}\n/** Object whose keys are setting IDs and whose values are settings objects */\nexport interface ProjectSettingProperties {\n [k: ReferencedItem]: ProjectSetting;\n}\n\n// Note: we removed the index signature on ModifierProject to avoid having it on\n// `ProjectMetadataFilterOptions`. Unfortunately adding \"additionalProperties\": false on the json\n// schema messes up validation. Please remove the index signature again in the future if you\n// regenerate types\nexport interface ModifierProject {\n /**\n * String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s\n * (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if they should be included.\n *\n * If this is one string, it will be matched against `projectInterface`s. If this is an array,\n * each entry is handled based on its type (at least one entry must match for this filter\n * condition to pass):\n *\n * - If the entry is a string, it will be matched against each `projectInterface`. If any match, the\n * project will pass this filter condition\n * - If the entry is an array of strings, each will be matched against each `projectInterface`. If\n * every string matches against at least one `projectInterface`, the project will pass this\n * filter condition\n *\n * In other words, each entry in the first-level array is `OR`'ed together. Each entry in\n * second-level arrays (arrays within the first-level array) are `AND`'ed together.\n *\n * Defaults to all {@link ProjectInterfaces}, so all projects that do not match\n * `excludeProjectInterfaces` will be included\n *\n * @example\n *\n * ```typescript\n * includeProjectInterfaces: ['one', ['two', 'three']];\n * ```\n *\n * This filter condition will succeed on projects whose `projectInterface`s fulfill at least one\n * of the following conditions (At least one entry in the array must match):\n *\n * - Include `one`\n * - Include both `two` and `three`.\n */\n includeProjectInterfaces?: undefined | string | (string | string[])[];\n /**\n * String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s\n * (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if they should absolutely not be included even if they match with\n * `includeProjectInterfaces`.\n *\n * If this is one string, it will be matched against `projectInterface`s. If this is an array,\n * each entry is handled based on its type (at least one entry must match for this filter\n * condition to exclude the project):\n *\n * - If the entry is a string, it will be matched against each `projectInterface`. If any match, the\n * project will pass this filter condition and exclude the project\n * - If the entry is an array of strings, each will be matched against each `projectInterface`. If\n * every string matches against at least one `projectInterface`, the project will pass this\n * filter condition and exclude the project\n *\n * In other words, each entry in the first-level array is `OR`'ed together. Each entry in\n * second-level arrays (arrays within the first-level array) are `AND`'ed together.\n *\n * Defaults to no {@link ProjectInterfaces}, so all projects that match `includeProjectInterfaces`\n * will be included\n *\n * @example\n *\n * ```typescript\n * excludeProjectInterfaces: ['one', ['two', 'three']];\n * ```\n *\n * This filter condition will succeed and exclude projects whose `projectInterface`s fulfill at\n * least one of the following conditions (At least one entry in the array must match):\n *\n * - Include `one`\n * - Include both `two` and `three`.\n */\n excludeProjectInterfaces?: undefined | string | (string | string[])[];\n /**\n * String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory\n * Ids that provided each project's metadata (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if the projects should be included.\n *\n * Defaults to all Project Data Provider Factory Ids, so all projects that do not match\n * `excludePdpFactoryIds` will be included\n */\n includePdpFactoryIds?: undefined | string | string[];\n /**\n * String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory\n * Ids that provided each project's metadata (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if the projects should absolutely not be included even if they match\n * with `includeProjectInterfaces`.\n *\n * Defaults to none, so all projects that match `includePdpFactoryIds` will be included\n */\n excludePdpFactoryIds?: undefined | string | string[];\n}\n\n/** The data an extension provides to inform Platform.Bible of the user state it provides */\nexport interface UserStateContribution {\n [k: ReferencedItem]: UserState;\n}\n/** The data an extension provides to inform Platform.Bible of the project state it provides */\nexport interface ProjectStateContribution {\n [k: ReferencedItem]: UserState;\n}\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\nconst settingsDefs = {\n projectSettingsContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the project settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/projectSettingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/projectSettingsGroup',\n },\n },\n ],\n },\n projectSettingsGroup: {\n description: 'Group of related settings definitions',\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the project settings dialog as the group name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description:\n 'localizeKey that displays in the project settings dialog to describe the group',\n $ref: '#/$defs/localizeKey',\n },\n properties: {\n $ref: '#/$defs/projectSettingProperties',\n },\n },\n required: ['label', 'properties'],\n },\n projectSettingProperties: {\n description: 'Object whose keys are setting IDs and whose values are settings objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/projectSetting',\n },\n },\n additionalProperties: false,\n },\n projectSetting: {\n description: \"A description of an extension's setting entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledProjectSetting',\n },\n ],\n },\n extensionControlledProjectSetting: {\n description: 'Setting definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/projectSettingBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n projectSettingBase: {\n description: 'Base information needed to describe a project setting entry',\n allOf: [\n {\n $ref: '#/$defs/settingBase',\n },\n {\n $ref: '#/$defs/modifierProject',\n },\n ],\n },\n modifierProject: {\n description: 'Modifies setting type to be project setting',\n type: 'object',\n properties: {\n includeProjectInterfaces: {\n description:\n \"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should be included.\\n\\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to pass):\\n\\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition\\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition\\n\\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\\n\\nDefaults to all {@link ProjectInterfaces}, so all projects that do not match `excludeProjectInterfaces` will be included\\n\\n@example\\n\\n```typescript\\nincludeProjectInterfaces: ['one', ['two', 'three']];\\n```\\n\\nThis filter condition will succeed on projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\\n\\n- Include `one`\\n- Include both `two` and `three`.\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: {\n anyOf: [\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n ],\n },\n excludeProjectInterfaces: {\n description:\n \"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should absolutely not be included even if they match with `includeProjectInterfaces`.\\n\\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to exclude the project):\\n\\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition and exclude the project\\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition and exclude the project\\n\\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\\n\\nDefaults to no {@link ProjectInterfaces}, so all projects that match `includeProjectInterfaces` will be included\\n\\n@example\\n\\n```typescript\\nexcludeProjectInterfaces: ['one', ['two', 'three']];\\n```\\n\\nThis filter condition will succeed and exclude projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\\n\\n- Include `one`\\n- Include both `two` and `three`.\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: {\n anyOf: [\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n ],\n },\n includePdpFactoryIds: {\n description:\n \"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should be included.\\n\\nDefaults to all Project Data Provider Factory Ids, so all projects that do not match `excludePdpFactoryIds` will be included\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n excludePdpFactoryIds: {\n description:\n \"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should absolutely not be included even if they match with `includeProjectInterfaces`.\\n\\nDefaults to none, so all projects that match `includePdpFactoryIds` will be included\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n },\n settingsContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/settingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/settingsGroup',\n },\n },\n ],\n },\n settingsGroup: {\n description: 'Group of related settings definitions',\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the settings dialog as the group name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description: 'localizeKey that displays in the settings dialog to describe the group',\n $ref: '#/$defs/localizeKey',\n },\n properties: {\n $ref: '#/$defs/settingProperties',\n },\n },\n required: ['label', 'properties'],\n },\n settingProperties: {\n description: 'Object whose keys are setting IDs and whose values are settings objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w-]+\\\\.[\\\\w-]+$': {\n $ref: '#/$defs/setting',\n },\n },\n additionalProperties: false,\n },\n setting: {\n description: \"A description of an extension's setting entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledSetting',\n },\n ],\n },\n extensionControlledSetting: {\n description: 'Setting definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/settingBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n settingBase: {\n description: 'Base information needed to describe a setting entry',\n allOf: [\n {\n $ref: '#/$defs/stateBase',\n },\n {\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the settings dialog as the setting name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description: 'localizeKey that displays in the settings dialog to describe the setting',\n $ref: '#/$defs/localizeKey',\n },\n },\n required: ['label'],\n },\n ],\n },\n projectStateContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the project state it provides',\n $ref: '#/$defs/userStateProperties',\n },\n userStateContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the user state it provides',\n $ref: '#/$defs/userStateProperties',\n },\n userStateProperties: {\n description: 'Object whose keys are state IDs and whose values are state objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/userState',\n },\n },\n additionalProperties: false,\n },\n userState: {\n description: \"A description of an extension's user state entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledState',\n },\n ],\n },\n extensionControlledState: {\n description: 'State definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/stateBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n modifierExtensionControlled: {\n description:\n 'Modifies state/setting type to be extension-controlled. \"Extension-controlled\" means the extension provides the component and the validator for the state/setting, so the state/setting is controlled by the extension.',\n not: {\n anyOf: [\n {\n type: 'object',\n required: ['platformType'],\n },\n {\n type: 'object',\n required: ['type'],\n },\n ],\n },\n },\n stateBase: {\n description: 'Base information needed to describe a state entry',\n type: 'object',\n properties: {\n default: {\n description: 'default value for the state/setting',\n type: 'any',\n },\n derivesFrom: {\n description:\n \"a state/setting ID whose value to set to this state/setting's starting value the first time this state/setting is loaded\",\n $ref: '#/$defs/id',\n },\n },\n required: ['default'],\n },\n localizeKey: {\n description: \"Identifier for a string that will be localized based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n tsType: 'LocalizeKey',\n },\n id: {\n description: '',\n type: 'string',\n pattern: '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$',\n tsType: 'Id',\n },\n};\n\n/**\n * Json-schema-to-typescript has some added stuff that isn't actually compatible with JSON schema,\n * so we remove them here\n *\n * @param defs The `$defs` property of a JSON schema (will be modified in place)\n */\n// JSON schema types are weird, so we'll just be careful\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function removeJsonToTypeScriptTypesStuff(defs: any) {\n if (!defs) return;\n\n // JSON schema types are weird, so we'll just be careful\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n Object.values(defs).forEach((def: any) => {\n if (!def.type) return;\n\n if ('tsType' in def) delete def.tsType;\n\n if (def.type === 'any') {\n delete def.type;\n return;\n }\n\n if (def.type === 'object') {\n removeJsonToTypeScriptTypesStuff(def.properties);\n }\n });\n}\n\nremoveJsonToTypeScriptTypesStuff(settingsDefs);\n\n/** JSON schema object that aligns with the ProjectSettingsContribution type */\nexport const projectSettingsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Project Settings Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the project settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/projectSettingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/projectSettingsGroup',\n },\n },\n ],\n\n $defs: settingsDefs,\n};\n\nObject.freeze(projectSettingsDocumentSchema);\n\n/** JSON schema object that aligns with the {@link SettingsContribution} type */\nexport const settingsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Settings Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/settingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/settingsGroup',\n },\n },\n ],\n\n $defs: settingsDefs,\n};\n\nObject.freeze(settingsDocumentSchema);\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { LocalizeKey } from 'menus.model';\nimport { removeJsonToTypeScriptTypesStuff } from './settings.model';\n\n/** Localized string value associated with this key */\nexport type LocalizedStringValue = string;\n\n/** The data an extension provides to inform Platform.Bible of the localized strings it provides. */\nexport interface LocalizedStringDataContribution {\n [k: string]: unknown;\n metadata?: StringsMetadata;\n localizedStrings?: {\n [k: string]: LanguageStrings;\n };\n}\n/**\n * Map whose keys are localized string keys and whose values provide additional non-locale-specific\n * information about the localized string key\n */\nexport interface StringsMetadata {\n [k: LocalizeKey]: StringMetadata;\n}\n/** Additional non-locale-specific information about a localized string key */\nexport interface StringMetadata {\n [k: string]: unknown;\n /**\n * Localized string key from which to get this value if one does not exist in the specified\n * language. If a new key/value pair needs to be made to replace an existing one, this could help\n * smooth over the transition if the meanings are close enough\n *\n * You can use Paratext 9 Localized String Keys here. Be sure to escape any % signs with a\n * backslash `\\`.\n */\n fallbackKey?: LocalizeKey;\n /**\n * Additional information provided by developers in English to help the translator to know how to\n * translate this localized string accurately\n */\n notes?: string;\n}\n/**\n * Map whose keys are localized string keys and whose values provide information about how to\n * localize strings for the localized string key\n */\nexport interface LanguageStrings {\n [k: LocalizeKey]: LocalizedStringValue;\n}\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\n\nconst localizedStringsDefs = {\n languageStrings: {\n description:\n 'Map whose keys are localized string keys and whose values provide information about how to localize strings for the localized string key',\n type: 'object',\n patternProperties: {\n '^%[\\\\w\\\\-\\\\.]+%$': {\n $ref: '#/$defs/localizedStringValue',\n },\n },\n additionalProperties: false,\n },\n localizedStringValue: {\n description: 'Localized string value associated with this key',\n type: 'string',\n },\n stringsMetadata: {\n description:\n 'Map whose keys are localized string keys and whose values provide additional non-locale-specific information about the localized string key',\n type: 'object',\n patternProperties: {\n '^%[\\\\w\\\\-\\\\.]+%$': {\n $ref: '#/$defs/stringMetadata',\n },\n },\n additionalProperties: false,\n },\n stringMetadata: {\n description: 'Additional non-locale-specific information about a localized string key',\n type: 'object',\n properties: {\n fallbackKey: {\n description:\n 'Localized string key from which to get this value if one does not exist in the specified language. If a new key/value pair needs to be made to replace an existing one, this could help smooth over the transition if the meanings are close enough.\\nYou can use Paratext 9 Localized String Keys here. Be sure to escape any % signs with a backslash `\\\\`.',\n type: 'string',\n pattern: \"^%[\\\\w\\\\-\\\\.;&,' (){}#:/\\\\\\\\?%⋮|[\\\\]“”‘’!~*\\u00A0+=•`…\\u200B↑↓]+%$\",\n tsType: 'LocalizeKey',\n },\n notes: {\n description:\n 'Additional information provided by developers in English to help the translator to know how to translate this localized string accurately',\n type: 'string',\n },\n },\n },\n localizeKey: {\n description: \"Identifier for a string that will be localized based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n tsType: 'LocalizeKey',\n },\n};\n\nremoveJsonToTypeScriptTypesStuff(localizedStringsDefs);\n\n/** JSON schema object that aligns with the LocalizedStringDataContribution type */\nexport const localizedStringsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Localized String Data Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the localized strings it provides.',\n type: 'object',\n properties: {\n metadata: {\n $ref: '#/$defs/stringsMetadata',\n },\n localizedStrings: {\n type: 'object',\n additionalProperties: {\n $ref: '#/$defs/languageStrings',\n },\n },\n },\n $defs: localizedStringsDefs,\n};\n\nObject.freeze(localizedStringsDocumentSchema);\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { ReplaceType } from './util';\n\n/** Identifier for a string that will be localized in a menu based on the user's UI language */\nexport type LocalizeKey = `%${string}%`;\n\n/** Name of some UI element (i.e., tab, column, group, menu item) or some PAPI object (i.e., command) */\nexport type ReferencedItem = `${string}.${string}`;\n\nexport type OrderedItem = {\n /** Relative order of this item compared to other items in the same parent/scope (sorted ascending) */\n order: number;\n};\n\nexport type OrderedExtensibleContainer = OrderedItem & {\n /** Determines whether other items can be added to this after it has been defined */\n isExtensible?: boolean;\n};\n\n/** Group of menu items that belongs in a column */\nexport type MenuGroupDetailsInColumn = OrderedExtensibleContainer & {\n /** ID of column in which this group resides */\n column: ReferencedItem;\n};\n\n/** Group of menu items that belongs in a submenu */\nexport type MenuGroupDetailsInSubMenu = OrderedExtensibleContainer & {\n /** ID of menu item hosting the submenu in which this group resides */\n menuItem: ReferencedItem;\n};\n\n/** Column that includes header text in a menu */\nexport type MenuColumnWithHeader = OrderedExtensibleContainer & {\n /** Key that represents the text of the header text of the column */\n label: LocalizeKey;\n};\n\nexport type MenuItemBase = OrderedItem & {\n /** Menu group to which this menu item belongs */\n group: ReferencedItem;\n /** Key that represents the text of this menu item to display */\n label: LocalizeKey;\n /** Key that represents words the platform should reference when users are searching for menu items */\n searchTerms?: LocalizeKey;\n /** Key that represents the text to display if a mouse pointer hovers over the menu item */\n tooltip?: LocalizeKey;\n /** Additional information provided by developers to help people who perform localization */\n localizeNotes: string;\n};\n\n/** Menu item that hosts a submenu */\nexport type MenuItemContainingSubmenu = MenuItemBase & {\n /** ID for this menu item that holds a submenu */\n id: ReferencedItem;\n};\n\n/** Menu item that runs a command */\nexport type MenuItemContainingCommand = MenuItemBase & {\n /** Name of the PAPI command to run when this menu item is selected. */\n command: ReferencedItem;\n /**\n * Uri path to the icon to display after the menu text. Ex:\n * `papi-extension://helloWorld/assets/icon.png`\n */\n iconPathAfter?: string;\n /**\n * Uri path to the icon to display before the menu text. Ex:\n * `papi-extension://helloWorld/assets/icon.png`\n */\n iconPathBefore?: string;\n};\n\n/**\n * Group of menu items that can be combined with other groups to form a single context menu/submenu.\n * Groups are separated using a line within the menu/submenu.\n */\nexport type GroupsInSingleColumnMenu = {\n /** Named menu group */\n [property: ReferencedItem]: OrderedExtensibleContainer | MenuGroupDetailsInSubMenu;\n};\n\n/**\n * Group of menu items that can be combined with other groups to form a single menu/submenu within a\n * multi-column menu. Groups are separated using a line within the menu/submenu.\n */\nexport type GroupsInMultiColumnMenu = {\n /** Named menu group */\n [property: ReferencedItem]: MenuGroupDetailsInColumn | MenuGroupDetailsInSubMenu;\n};\n\n/** Group of columns that can be combined with other columns to form a multi-column menu */\nexport type ColumnsWithHeaders = {\n /** Named column of a menu */\n [property: ReferencedItem]: MenuColumnWithHeader;\n /** Defines whether columns can be added to this multi-column menu */\n isExtensible?: boolean;\n};\n\n/** Menu that contains a column without a header */\nexport type SingleColumnMenu = {\n /** Groups that belong in this menu */\n groups: GroupsInSingleColumnMenu;\n /** List of menu items that belong in this menu */\n items: (MenuItemContainingCommand | MenuItemContainingSubmenu)[];\n};\n\n/** Menu that contains multiple columns with headers */\nexport type MultiColumnMenu = {\n /** Columns that belong in this menu */\n columns: ColumnsWithHeaders;\n /** Groups that belong in this menu */\n groups: GroupsInMultiColumnMenu;\n /** List of menu items that belong in this menu */\n items: (MenuItemContainingCommand | MenuItemContainingSubmenu)[];\n};\n\n/** Menus for one single web view */\nexport type WebViewMenu = {\n /** Indicates whether the platform default menus should be included for this webview */\n includeDefaults: boolean | undefined;\n /** Menu that opens when you click on the top left corner of a tab */\n topMenu: MultiColumnMenu | undefined;\n /** Menu that opens when you right click on the main body/area of a tab */\n contextMenu: SingleColumnMenu | undefined;\n};\n\n/** Menus for all web views */\nexport type WebViewMenus = {\n /** Named web view */\n [property: ReferencedItem]: WebViewMenu;\n};\n\n/** Platform.Bible menus before they are localized */\nexport type PlatformMenus = {\n /** Top level menu for the application */\n mainMenu: MultiColumnMenu;\n /** Menus that apply per web view in the application */\n webViewMenus: WebViewMenus;\n /** Default context menu for web views that don't specify their own */\n defaultWebViewContextMenu: SingleColumnMenu;\n /** Default top menu for web views that don't specify their own */\n defaultWebViewTopMenu: MultiColumnMenu;\n};\n\n/**\n * Type that converts any menu type before it is localized to what it is after it is localized. This\n * can be applied to any menu type as needed.\n */\nexport type Localized = ReplaceType, ReferencedItem, string>;\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\n/** JSON schema object that aligns with the PlatformMenus type */\nexport const menuDocumentSchema = {\n title: 'Platform.Bible menus',\n type: 'object',\n properties: {\n mainMenu: {\n description: 'Top level menu for the application',\n $ref: '#/$defs/multiColumnMenu',\n },\n defaultWebViewTopMenu: {\n description: \"Default top menu for web views that don't specify their own\",\n $ref: '#/$defs/multiColumnMenu',\n },\n defaultWebViewContextMenu: {\n description: \"Default context menu for web views that don't specify their own\",\n $ref: '#/$defs/singleColumnMenu',\n },\n webViewMenus: {\n description: 'Menus that apply per web view in the application',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/menusForOneWebView',\n },\n },\n additionalProperties: false,\n },\n },\n required: ['mainMenu', 'defaultWebViewTopMenu', 'defaultWebViewContextMenu', 'webViewMenus'],\n additionalProperties: false,\n $defs: {\n localizeKey: {\n description:\n \"Identifier for a string that will be localized in a menu based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n },\n referencedItem: {\n description:\n 'Name of some UI element (i.e., tab, column, group, menu item) or some PAPI object (i.e., command)',\n type: 'string',\n pattern: '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$',\n },\n columnsWithHeaders: {\n description:\n 'Group of columns that can be combined with other columns to form a multi-column menu',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n description: 'Single column with a header string',\n type: 'object',\n properties: {\n label: {\n description: 'Header text for this this column in the UI',\n $ref: '#/$defs/localizeKey',\n },\n localizeNotes: {\n description:\n 'Additional information provided by developers to help people who perform localization',\n type: 'string',\n },\n order: {\n description:\n 'Relative order of this column compared to other columns (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu groups to this column',\n type: 'boolean',\n },\n },\n required: ['label', 'order'],\n additionalProperties: false,\n },\n },\n properties: {\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add columns to this multi-column menu',\n type: 'boolean',\n },\n },\n },\n menuGroups: {\n description:\n 'Group of menu items that can be combined with other groups to form a single menu/submenu. Groups are separated using a line within the menu/submenu.',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n description: 'Single group that contains menu items',\n type: 'object',\n oneOf: [\n {\n properties: {\n column: {\n description:\n 'Column where this group belongs, not required for single column menus',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this group compared to other groups in the same column or submenu (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu items to this menu group',\n type: 'boolean',\n },\n },\n required: ['order'],\n additionalProperties: false,\n },\n {\n properties: {\n menuItem: {\n description: 'Menu item that anchors the submenu where this group belongs',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this group compared to other groups in the same column or submenu (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu items to this menu group',\n type: 'boolean',\n },\n },\n required: ['menuItem', 'order'],\n additionalProperties: false,\n },\n ],\n },\n },\n additionalProperties: false,\n },\n menuItem: {\n description:\n 'Single item in a menu that can be clicked on to take an action or can be the parent of a submenu',\n type: 'object',\n oneOf: [\n {\n properties: {\n id: {\n description: 'ID for this menu item that holds a submenu',\n $ref: '#/$defs/referencedItem',\n },\n },\n required: ['id'],\n },\n {\n properties: {\n command: {\n description: 'Name of the PAPI command to run when this menu item is selected.',\n $ref: '#/$defs/referencedItem',\n },\n iconPathBefore: {\n description:\n 'Uri path to the icon to display before the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`',\n type: 'string',\n },\n iconPathAfter: {\n description:\n 'Uri path to the icon to display after the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`',\n type: 'string',\n },\n },\n required: ['command'],\n },\n ],\n properties: {\n label: {\n description: 'Key that represents the text of this menu item to display',\n $ref: '#/$defs/localizeKey',\n },\n tooltip: {\n description:\n 'Key that represents the text to display if a mouse pointer hovers over the menu item',\n $ref: '#/$defs/localizeKey',\n },\n searchTerms: {\n description:\n 'Key that represents additional words the platform should reference when users are searching for menu items',\n $ref: '#/$defs/localizeKey',\n },\n localizeNotes: {\n description:\n 'Additional information provided by developers to help people who perform localization',\n type: 'string',\n },\n group: {\n description: 'Group to which this menu item belongs',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this menu item compared to other menu items in the same group (sorted ascending)',\n type: 'number',\n },\n },\n required: ['label', 'group', 'order'],\n unevaluatedProperties: false,\n },\n groupsAndItems: {\n description: 'Core schema for a column',\n type: 'object',\n properties: {\n groups: {\n description: 'Groups that belong in this menu',\n $ref: '#/$defs/menuGroups',\n },\n items: {\n description: 'List of menu items that belong in this menu',\n type: 'array',\n items: { $ref: '#/$defs/menuItem' },\n uniqueItems: true,\n },\n },\n required: ['groups', 'items'],\n },\n singleColumnMenu: {\n description: 'Menu that contains a column without a header',\n type: 'object',\n allOf: [{ $ref: '#/$defs/groupsAndItems' }],\n unevaluatedProperties: false,\n },\n multiColumnMenu: {\n description: 'Menu that can contain multiple columns with headers',\n type: 'object',\n allOf: [\n { $ref: '#/$defs/groupsAndItems' },\n {\n properties: {\n columns: {\n description: 'Columns that belong in this menu',\n $ref: '#/$defs/columnsWithHeaders',\n },\n },\n required: ['columns'],\n },\n ],\n unevaluatedProperties: false,\n },\n menusForOneWebView: {\n description: 'Set of menus that are associated with a single tab',\n type: 'object',\n properties: {\n includeDefaults: {\n description:\n 'Indicates whether the platform default menus should be included for this webview',\n type: 'boolean',\n },\n topMenu: {\n description: 'Menu that opens when you click on the top left corner of a tab',\n $ref: '#/$defs/multiColumnMenu',\n },\n contextMenu: {\n description: 'Menu that opens when you right click on the main body/area of a tab',\n $ref: '#/$defs/singleColumnMenu',\n },\n },\n additionalProperties: false,\n },\n },\n};\n\nObject.freeze(menuDocumentSchema);\n","'use strict';\n\n/**\n * Ponyfill for `Array.prototype.find` which is only available in ES6 runtimes.\n *\n * Works with anything that has a `length` property and index access properties,\n * including NodeList.\n *\n * @param {T[] | { length: number; [number]: T }} list\n * @param {function (item: T, index: number, list:T[]):boolean} predicate\n * @param {Partial>?} ac\n * Allows injecting a custom implementation in tests (`Array.prototype` by default).\n * @returns {T | undefined}\n * @template {unknown} T\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find\n * @see https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find\n */\nfunction find(list, predicate, ac) {\n\tif (ac === undefined) {\n\t\tac = Array.prototype;\n\t}\n\tif (list && typeof ac.find === 'function') {\n\t\treturn ac.find.call(list, predicate);\n\t}\n\tfor (var i = 0; i < list.length; i++) {\n\t\tif (hasOwn(list, i)) {\n\t\t\tvar item = list[i];\n\t\t\tif (predicate.call(undefined, item, i, list)) {\n\t\t\t\treturn item;\n\t\t\t}\n\t\t}\n\t}\n}\n\n/**\n * \"Shallow freezes\" an object to render it immutable.\n * Uses `Object.freeze` if available,\n * otherwise the immutability is only in the type.\n *\n * Is used to create \"enum like\" objects.\n *\n * If `Object.getOwnPropertyDescriptors` is available,\n * a new object with all properties of object but without any prototype is created and returned\n * after freezing it.\n *\n * @param {T} object\n * The object to freeze.\n * @param {Pick} [oc=Object]\n * `Object` by default,\n * allows to inject custom object constructor for tests.\n * @returns {Readonly}\n * @template {Object} T\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze\n * @prettierignore\n */\nfunction freeze(object, oc) {\n\tif (oc === undefined) {\n\t\toc = Object;\n\t}\n\tif (oc && typeof oc.getOwnPropertyDescriptors === 'function') {\n\t\tobject = oc.create(null, oc.getOwnPropertyDescriptors(object));\n\t}\n\treturn oc && typeof oc.freeze === 'function' ? oc.freeze(object) : object;\n}\n\n/**\n * Implementation for `Object.hasOwn` but ES5 compatible.\n *\n * @param {any} object\n * @param {string | number} key\n * @returns {boolean}\n */\nfunction hasOwn(object, key) {\n\treturn Object.prototype.hasOwnProperty.call(object, key);\n}\n\n/**\n * Since xmldom can not rely on `Object.assign`,\n * it uses/provides a simplified version that is sufficient for its needs.\n *\n * @param {Object} target\n * @param {Object | null | undefined} source\n * @returns {Object}\n * The target with the merged/overridden properties.\n * @throws {TypeError}\n * If target is not an object.\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign\n * @see https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign\n */\nfunction assign(target, source) {\n\tif (target === null || typeof target !== 'object') {\n\t\tthrow new TypeError('target is not an object');\n\t}\n\tfor (var key in source) {\n\t\tif (hasOwn(source, key)) {\n\t\t\ttarget[key] = source[key];\n\t\t}\n\t}\n\treturn target;\n}\n\n/**\n * A number of attributes are boolean attributes.\n * The presence of a boolean attribute on an element represents the `true` value,\n * and the absence of the attribute represents the `false` value.\n *\n * If the attribute is present, its value must either be the empty string, or a value that is\n * an ASCII case-insensitive match for the attribute's canonical name,\n * with no leading or trailing whitespace.\n *\n * Note: The values `\"true\"` and `\"false\"` are not allowed on boolean attributes.\n * To represent a `false` value, the attribute has to be omitted altogether.\n *\n * @see https://html.spec.whatwg.org/#boolean-attributes\n * @see https://html.spec.whatwg.org/#attributes-3\n */\nvar HTML_BOOLEAN_ATTRIBUTES = freeze({\n\tallowfullscreen: true,\n\tasync: true,\n\tautofocus: true,\n\tautoplay: true,\n\tchecked: true,\n\tcontrols: true,\n\tdefault: true,\n\tdefer: true,\n\tdisabled: true,\n\tformnovalidate: true,\n\thidden: true,\n\tismap: true,\n\titemscope: true,\n\tloop: true,\n\tmultiple: true,\n\tmuted: true,\n\tnomodule: true,\n\tnovalidate: true,\n\topen: true,\n\tplaysinline: true,\n\treadonly: true,\n\trequired: true,\n\treversed: true,\n\tselected: true,\n});\n\n/**\n * Check if `name` is matching one of the HTML boolean attribute names.\n * This method doesn't check if such attributes are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} name\n * @returns {boolean}\n * @see {@link HTML_BOOLEAN_ATTRIBUTES}\n * @see https://html.spec.whatwg.org/#boolean-attributes\n * @see https://html.spec.whatwg.org/#attributes-3\n */\nfunction isHTMLBooleanAttribute(name) {\n\treturn hasOwn(HTML_BOOLEAN_ATTRIBUTES, name.toLowerCase());\n}\n\n/**\n * Void elements only have a start tag; end tags must not be specified for void elements.\n * These elements should be written as self-closing like this: ``.\n * This should not be confused with optional tags that HTML allows to omit the end tag for\n * (like `li`, `tr` and others), which can have content after them,\n * so they can not be written as self-closing.\n * xmldom does not have any logic for optional end tags cases,\n * and will report them as a warning.\n * Content that would go into the unopened element,\n * will instead be added as a sibling text node.\n *\n * @type {Readonly<{\n * \tarea: boolean;\n * \tcol: boolean;\n * \timg: boolean;\n * \twbr: boolean;\n * \tlink: boolean;\n * \thr: boolean;\n * \tsource: boolean;\n * \tbr: boolean;\n * \tinput: boolean;\n * \tparam: boolean;\n * \tmeta: boolean;\n * \tembed: boolean;\n * \ttrack: boolean;\n * \tbase: boolean;\n * }>}\n * @see https://html.spec.whatwg.org/#void-elements\n * @see https://html.spec.whatwg.org/#optional-tags\n */\nvar HTML_VOID_ELEMENTS = freeze({\n\tarea: true,\n\tbase: true,\n\tbr: true,\n\tcol: true,\n\tembed: true,\n\thr: true,\n\timg: true,\n\tinput: true,\n\tlink: true,\n\tmeta: true,\n\tparam: true,\n\tsource: true,\n\ttrack: true,\n\twbr: true,\n});\n\n/**\n * Check if `tagName` is matching one of the HTML void element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link HTML_VOID_ELEMENTS}\n * @see https://html.spec.whatwg.org/#void-elements\n */\nfunction isHTMLVoidElement(tagName) {\n\treturn hasOwn(HTML_VOID_ELEMENTS, tagName.toLowerCase());\n}\n\n/**\n * Tag names that are raw text elements according to HTML spec.\n * The value denotes whether they are escapable or not.\n *\n * @see {@link isHTMLEscapableRawTextElement}\n * @see {@link isHTMLRawTextElement}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nvar HTML_RAW_TEXT_ELEMENTS = freeze({\n\tscript: false,\n\tstyle: false,\n\ttextarea: true,\n\ttitle: true,\n});\n\n/**\n * Check if `tagName` is matching one of the HTML raw text element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link isHTMLEscapableRawTextElement}\n * @see {@link HTML_RAW_TEXT_ELEMENTS}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nfunction isHTMLRawTextElement(tagName) {\n\tvar key = tagName.toLowerCase();\n\treturn hasOwn(HTML_RAW_TEXT_ELEMENTS, key) && !HTML_RAW_TEXT_ELEMENTS[key];\n}\n/**\n * Check if `tagName` is matching one of the HTML escapable raw text element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link isHTMLRawTextElement}\n * @see {@link HTML_RAW_TEXT_ELEMENTS}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nfunction isHTMLEscapableRawTextElement(tagName) {\n\tvar key = tagName.toLowerCase();\n\treturn hasOwn(HTML_RAW_TEXT_ELEMENTS, key) && HTML_RAW_TEXT_ELEMENTS[key];\n}\n/**\n * Only returns true if `value` matches MIME_TYPE.HTML, which indicates an HTML document.\n *\n * @param {string} mimeType\n * @returns {mimeType is 'text/html'}\n * @see https://www.iana.org/assignments/media-types/text/html\n * @see https://en.wikipedia.org/wiki/HTML\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring\n */\nfunction isHTMLMimeType(mimeType) {\n\treturn mimeType === MIME_TYPE.HTML;\n}\n/**\n * For both the `text/html` and the `application/xhtml+xml` namespace the spec defines that the\n * HTML namespace is provided as the default.\n *\n * @param {string} mimeType\n * @returns {boolean}\n * @see https://dom.spec.whatwg.org/#dom-document-createelement\n * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument\n * @see https://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument\n */\nfunction hasDefaultHTMLNamespace(mimeType) {\n\treturn isHTMLMimeType(mimeType) || mimeType === MIME_TYPE.XML_XHTML_APPLICATION;\n}\n\n/**\n * All mime types that are allowed as input to `DOMParser.parseFromString`\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString#Argument02\n * MDN\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#domparsersupportedtype\n * WHATWG HTML Spec\n * @see {@link DOMParser.prototype.parseFromString}\n */\nvar MIME_TYPE = freeze({\n\t/**\n\t * `text/html`, the only mime type that triggers treating an XML document as HTML.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/text/html IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/HTML Wikipedia\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString MDN\n\t * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring\n\t * WHATWG HTML Spec\n\t */\n\tHTML: 'text/html',\n\n\t/**\n\t * `application/xml`, the standard mime type for XML documents.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/application/xml IANA MimeType\n\t * registration\n\t * @see https://tools.ietf.org/html/rfc7303#section-9.1 RFC 7303\n\t * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia\n\t */\n\tXML_APPLICATION: 'application/xml',\n\n\t/**\n\t * `text/html`, an alias for `application/xml`.\n\t *\n\t * @see https://tools.ietf.org/html/rfc7303#section-9.2 RFC 7303\n\t * @see https://www.iana.org/assignments/media-types/text/xml IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia\n\t */\n\tXML_TEXT: 'text/xml',\n\n\t/**\n\t * `application/xhtml+xml`, indicates an XML document that has the default HTML namespace,\n\t * but is parsed as an XML document.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/application/xhtml+xml IANA MimeType\n\t * registration\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument WHATWG DOM Spec\n\t * @see https://en.wikipedia.org/wiki/XHTML Wikipedia\n\t */\n\tXML_XHTML_APPLICATION: 'application/xhtml+xml',\n\n\t/**\n\t * `image/svg+xml`,\n\t *\n\t * @see https://www.iana.org/assignments/media-types/image/svg+xml IANA MimeType registration\n\t * @see https://www.w3.org/TR/SVG11/ W3C SVG 1.1\n\t * @see https://en.wikipedia.org/wiki/Scalable_Vector_Graphics Wikipedia\n\t */\n\tXML_SVG_IMAGE: 'image/svg+xml',\n});\n/**\n * @typedef {'application/xhtml+xml' | 'application/xml' | 'image/svg+xml' | 'text/html' | 'text/xml'}\n * MimeType\n */\n/**\n * @type {MimeType[]}\n * @private\n * Basically `Object.values`, which is not available in ES5.\n */\nvar _MIME_TYPES = Object.keys(MIME_TYPE).map(function (key) {\n\treturn MIME_TYPE[key];\n});\n\n/**\n * Only returns true if `mimeType` is one of the allowed values for\n * `DOMParser.parseFromString`.\n *\n * @param {string} mimeType\n * @returns {mimeType is 'application/xhtml+xml' | 'application/xml' | 'image/svg+xml' | 'text/html' | 'text/xml'}\n *\n */\nfunction isValidMimeType(mimeType) {\n\treturn _MIME_TYPES.indexOf(mimeType) > -1;\n}\n/**\n * Namespaces that are used in this code base.\n *\n * @see http://www.w3.org/TR/REC-xml-names\n */\nvar NAMESPACE = freeze({\n\t/**\n\t * The XHTML namespace.\n\t *\n\t * @see http://www.w3.org/1999/xhtml\n\t */\n\tHTML: 'http://www.w3.org/1999/xhtml',\n\n\t/**\n\t * The SVG namespace.\n\t *\n\t * @see http://www.w3.org/2000/svg\n\t */\n\tSVG: 'http://www.w3.org/2000/svg',\n\n\t/**\n\t * The `xml:` namespace.\n\t *\n\t * @see http://www.w3.org/XML/1998/namespace\n\t */\n\tXML: 'http://www.w3.org/XML/1998/namespace',\n\n\t/**\n\t * The `xmlns:` namespace.\n\t *\n\t * @see https://www.w3.org/2000/xmlns/\n\t */\n\tXMLNS: 'http://www.w3.org/2000/xmlns/',\n});\n\nexports.assign = assign;\nexports.find = find;\nexports.freeze = freeze;\nexports.HTML_BOOLEAN_ATTRIBUTES = HTML_BOOLEAN_ATTRIBUTES;\nexports.HTML_RAW_TEXT_ELEMENTS = HTML_RAW_TEXT_ELEMENTS;\nexports.HTML_VOID_ELEMENTS = HTML_VOID_ELEMENTS;\nexports.hasDefaultHTMLNamespace = hasDefaultHTMLNamespace;\nexports.hasOwn = hasOwn;\nexports.isHTMLBooleanAttribute = isHTMLBooleanAttribute;\nexports.isHTMLRawTextElement = isHTMLRawTextElement;\nexports.isHTMLEscapableRawTextElement = isHTMLEscapableRawTextElement;\nexports.isHTMLMimeType = isHTMLMimeType;\nexports.isHTMLVoidElement = isHTMLVoidElement;\nexports.isValidMimeType = isValidMimeType;\nexports.MIME_TYPE = MIME_TYPE;\nexports.NAMESPACE = NAMESPACE;\n","'use strict';\n\nvar conventions = require('./conventions');\n\nfunction extendError(constructor, writableName) {\n\tconstructor.prototype = Object.create(Error.prototype, {\n\t\tconstructor: { value: constructor },\n\t\tname: { value: constructor.name, enumerable: true, writable: writableName },\n\t});\n}\n\nvar DOMExceptionName = conventions.freeze({\n\t/**\n\t * the default value as defined by the spec\n\t */\n\tError: 'Error',\n\t/**\n\t * @deprecated\n\t * Use RangeError instead.\n\t */\n\tIndexSizeError: 'IndexSizeError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tDomstringSizeError: 'DomstringSizeError',\n\tHierarchyRequestError: 'HierarchyRequestError',\n\tWrongDocumentError: 'WrongDocumentError',\n\tInvalidCharacterError: 'InvalidCharacterError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tNoDataAllowedError: 'NoDataAllowedError',\n\tNoModificationAllowedError: 'NoModificationAllowedError',\n\tNotFoundError: 'NotFoundError',\n\tNotSupportedError: 'NotSupportedError',\n\tInUseAttributeError: 'InUseAttributeError',\n\tInvalidStateError: 'InvalidStateError',\n\tSyntaxError: 'SyntaxError',\n\tInvalidModificationError: 'InvalidModificationError',\n\tNamespaceError: 'NamespaceError',\n\t/**\n\t * @deprecated\n\t * Use TypeError for invalid arguments,\n\t * \"NotSupportedError\" DOMException for unsupported operations,\n\t * and \"NotAllowedError\" DOMException for denied requests instead.\n\t */\n\tInvalidAccessError: 'InvalidAccessError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tValidationError: 'ValidationError',\n\t/**\n\t * @deprecated\n\t * Use TypeError instead.\n\t */\n\tTypeMismatchError: 'TypeMismatchError',\n\tSecurityError: 'SecurityError',\n\tNetworkError: 'NetworkError',\n\tAbortError: 'AbortError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tURLMismatchError: 'URLMismatchError',\n\tQuotaExceededError: 'QuotaExceededError',\n\tTimeoutError: 'TimeoutError',\n\tInvalidNodeTypeError: 'InvalidNodeTypeError',\n\tDataCloneError: 'DataCloneError',\n\tEncodingError: 'EncodingError',\n\tNotReadableError: 'NotReadableError',\n\tUnknownError: 'UnknownError',\n\tConstraintError: 'ConstraintError',\n\tDataError: 'DataError',\n\tTransactionInactiveError: 'TransactionInactiveError',\n\tReadOnlyError: 'ReadOnlyError',\n\tVersionError: 'VersionError',\n\tOperationError: 'OperationError',\n\tNotAllowedError: 'NotAllowedError',\n\tOptOutError: 'OptOutError',\n});\nvar DOMExceptionNames = Object.keys(DOMExceptionName);\n\nfunction isValidDomExceptionCode(value) {\n\treturn typeof value === 'number' && value >= 1 && value <= 25;\n}\nfunction endsWithError(value) {\n\treturn typeof value === 'string' && value.substring(value.length - DOMExceptionName.Error.length) === DOMExceptionName.Error;\n}\n/**\n * DOM operations only raise exceptions in \"exceptional\" circumstances, i.e., when an operation\n * is impossible to perform (either for logical reasons, because data is lost, or because the\n * implementation has become unstable). In general, DOM methods return specific error values in\n * ordinary processing situations, such as out-of-bound errors when using NodeList.\n *\n * Implementations should raise other exceptions under other circumstances. For example,\n * implementations should raise an implementation-dependent exception if a null argument is\n * passed when null was not expected.\n *\n * This implementation supports the following usages:\n * 1. according to the living standard (both arguments are optional):\n * ```\n * new DOMException(\"message (can be empty)\", DOMExceptionNames.HierarchyRequestError)\n * ```\n * 2. according to previous xmldom implementation (only the first argument is required):\n * ```\n * new DOMException(DOMException.HIERARCHY_REQUEST_ERR, \"optional message\")\n * ```\n * both result in the proper name being set.\n *\n * @class DOMException\n * @param {number | string} messageOrCode\n * The reason why an operation is not acceptable.\n * If it is a number, it is used to determine the `name`, see\n * {@link https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-258A00AF ExceptionCode}\n * @param {string | keyof typeof DOMExceptionName | Error} [nameOrMessage]\n * The `name` to use for the error.\n * If `messageOrCode` is a number, this arguments is used as the `message` instead.\n * @augments Error\n * @see https://webidl.spec.whatwg.org/#idl-DOMException\n * @see https://webidl.spec.whatwg.org/#dfn-error-names-table\n * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html\n * @see http://www.w3.org/TR/REC-DOM-Level-1/ecma-script-language-binding.html\n */\nfunction DOMException(messageOrCode, nameOrMessage) {\n\t// support old way of passing arguments: first argument is a valid number\n\tif (isValidDomExceptionCode(messageOrCode)) {\n\t\tthis.name = DOMExceptionNames[messageOrCode];\n\t\tthis.message = nameOrMessage || '';\n\t} else {\n\t\tthis.message = messageOrCode;\n\t\tthis.name = endsWithError(nameOrMessage) ? nameOrMessage : DOMExceptionName.Error;\n\t}\n\tif (Error.captureStackTrace) Error.captureStackTrace(this, DOMException);\n}\nextendError(DOMException, true);\nObject.defineProperties(DOMException.prototype, {\n\tcode: {\n\t\tenumerable: true,\n\t\tget: function () {\n\t\t\tvar code = DOMExceptionNames.indexOf(this.name);\n\t\t\tif (isValidDomExceptionCode(code)) return code;\n\t\t\treturn 0;\n\t\t},\n\t},\n});\n\nvar ExceptionCode = {\n\tINDEX_SIZE_ERR: 1,\n\tDOMSTRING_SIZE_ERR: 2,\n\tHIERARCHY_REQUEST_ERR: 3,\n\tWRONG_DOCUMENT_ERR: 4,\n\tINVALID_CHARACTER_ERR: 5,\n\tNO_DATA_ALLOWED_ERR: 6,\n\tNO_MODIFICATION_ALLOWED_ERR: 7,\n\tNOT_FOUND_ERR: 8,\n\tNOT_SUPPORTED_ERR: 9,\n\tINUSE_ATTRIBUTE_ERR: 10,\n\tINVALID_STATE_ERR: 11,\n\tSYNTAX_ERR: 12,\n\tINVALID_MODIFICATION_ERR: 13,\n\tNAMESPACE_ERR: 14,\n\tINVALID_ACCESS_ERR: 15,\n\tVALIDATION_ERR: 16,\n\tTYPE_MISMATCH_ERR: 17,\n\tSECURITY_ERR: 18,\n\tNETWORK_ERR: 19,\n\tABORT_ERR: 20,\n\tURL_MISMATCH_ERR: 21,\n\tQUOTA_EXCEEDED_ERR: 22,\n\tTIMEOUT_ERR: 23,\n\tINVALID_NODE_TYPE_ERR: 24,\n\tDATA_CLONE_ERR: 25,\n};\n\nvar entries = Object.entries(ExceptionCode);\nfor (var i = 0; i < entries.length; i++) {\n\tvar key = entries[i][0];\n\tDOMException[key] = entries[i][1];\n}\n\n/**\n * Creates an error that will not be caught by XMLReader aka the SAX parser.\n *\n * @class\n * @param {string} message\n * @param {any} [locator]\n */\nfunction ParseError(message, locator) {\n\tthis.message = message;\n\tthis.locator = locator;\n\tif (Error.captureStackTrace) Error.captureStackTrace(this, ParseError);\n}\nextendError(ParseError);\n\nexports.DOMException = DOMException;\nexports.DOMExceptionName = DOMExceptionName;\nexports.ExceptionCode = ExceptionCode;\nexports.ParseError = ParseError;\n","'use strict';\n\n/**\n * Detects relevant unicode support for regular expressions in the runtime.\n * Should the runtime not accepts the flag `u` or unicode ranges,\n * character classes without unicode handling will be used.\n *\n * @param {typeof RegExp} [RegExpImpl=RegExp]\n * For testing: the RegExp class.\n * @returns {boolean}\n * @see https://node.green/#ES2015-syntax-RegExp--y--and--u--flags\n */\nfunction detectUnicodeSupport(RegExpImpl) {\n\ttry {\n\t\tif (typeof RegExpImpl !== 'function') {\n\t\t\tRegExpImpl = RegExp;\n\t\t}\n\t\t// eslint-disable-next-line es5/no-unicode-regex,es5/no-unicode-code-point-escape\n\t\tvar match = new RegExpImpl('\\u{1d306}', 'u').exec('𝌆');\n\t\treturn !!match && match[0].length === 2;\n\t} catch (error) {}\n\treturn false;\n}\nvar UNICODE_SUPPORT = detectUnicodeSupport();\n\n/**\n * Removes `[`, `]` and any trailing quantifiers from the source of a RegExp.\n *\n * @param {RegExp} regexp\n */\nfunction chars(regexp) {\n\tif (regexp.source[0] !== '[') {\n\t\tthrow new Error(regexp + ' can not be used with chars');\n\t}\n\treturn regexp.source.slice(1, regexp.source.lastIndexOf(']'));\n}\n\n/**\n * Creates a new character list regular expression,\n * by removing `search` from the source of `regexp`.\n *\n * @param {RegExp} regexp\n * @param {string} search\n * The character(s) to remove.\n * @returns {RegExp}\n */\nfunction chars_without(regexp, search) {\n\tif (regexp.source[0] !== '[') {\n\t\tthrow new Error('/' + regexp.source + '/ can not be used with chars_without');\n\t}\n\tif (!search || typeof search !== 'string') {\n\t\tthrow new Error(JSON.stringify(search) + ' is not a valid search');\n\t}\n\tif (regexp.source.indexOf(search) === -1) {\n\t\tthrow new Error('\"' + search + '\" is not is /' + regexp.source + '/');\n\t}\n\tif (search === '-' && regexp.source.indexOf(search) !== 1) {\n\t\tthrow new Error('\"' + search + '\" is not at the first postion of /' + regexp.source + '/');\n\t}\n\treturn new RegExp(regexp.source.replace(search, ''), UNICODE_SUPPORT ? 'u' : '');\n}\n\n/**\n * Combines and Regular expressions correctly by using `RegExp.source`.\n *\n * @param {...(RegExp | string)[]} args\n * @returns {RegExp}\n */\nfunction reg(args) {\n\tvar self = this;\n\treturn new RegExp(\n\t\tArray.prototype.slice\n\t\t\t.call(arguments)\n\t\t\t.map(function (part) {\n\t\t\t\tvar isStr = typeof part === 'string';\n\t\t\t\tif (isStr && self === undefined && part === '|') {\n\t\t\t\t\tthrow new Error('use regg instead of reg to wrap expressions with `|`!');\n\t\t\t\t}\n\t\t\t\treturn isStr ? part : part.source;\n\t\t\t})\n\t\t\t.join(''),\n\t\tUNICODE_SUPPORT ? 'mu' : 'm'\n\t);\n}\n\n/**\n * Like `reg` but wraps the expression in `(?:`,`)` to create a non tracking group.\n *\n * @param {...(RegExp | string)[]} args\n * @returns {RegExp}\n */\nfunction regg(args) {\n\tif (arguments.length === 0) {\n\t\tthrow new Error('no parameters provided');\n\t}\n\treturn reg.apply(regg, ['(?:'].concat(Array.prototype.slice.call(arguments), [')']));\n}\n\n// /**\n// * Append ^ to the beginning of the expression.\n// * @param {...(RegExp | string)[]} args\n// * @returns {RegExp}\n// */\n// function reg_start(args) {\n// \tif (arguments.length === 0) {\n// \t\tthrow new Error('no parameters provided');\n// \t}\n// \treturn reg.apply(reg_start, ['^'].concat(Array.prototype.slice.call(arguments)));\n// }\n\n// https://www.w3.org/TR/xml/#document\n// `[1] document ::= prolog element Misc*`\n// https://www.w3.org/TR/xml11/#NT-document\n// `[1] document ::= ( prolog element Misc* ) - ( Char* RestrictedChar Char* )`\n\n/**\n * A character usually appearing in wrongly converted strings.\n *\n * @type {string}\n * @see https://en.wikipedia.org/wiki/Specials_(Unicode_block)#Replacement_character\n * @see https://nodejs.dev/en/api/v18/buffer/#buffers-and-character-encodings\n * @see https://www.unicode.org/faq/utf_bom.html#BOM\n * @readonly\n */\nvar UNICODE_REPLACEMENT_CHARACTER = '\\uFFFD';\n// https://www.w3.org/TR/xml/#NT-Char\n// any Unicode character, excluding the surrogate blocks, FFFE, and FFFF.\n// `[2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]`\n// https://www.w3.org/TR/xml11/#NT-Char\n// `[2] Char ::= [#x1-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]`\n// https://www.w3.org/TR/xml11/#NT-RestrictedChar\n// `[2a] RestrictedChar ::= [#x1-#x8] | [#xB-#xC] | [#xE-#x1F] | [#x7F-#x84] | [#x86-#x9F]`\n// https://www.w3.org/TR/xml11/#charsets\nvar Char = /[-\\x09\\x0A\\x0D\\x20-\\x2C\\x2E-\\uD7FF\\uE000-\\uFFFD]/; // without \\u10000-\\uEFFFF\nif (UNICODE_SUPPORT) {\n\t// eslint-disable-next-line es5/no-unicode-code-point-escape\n\tChar = reg('[', chars(Char), '\\\\u{10000}-\\\\u{10FFFF}', ']');\n}\n\nvar _SChar = /[\\x20\\x09\\x0D\\x0A]/;\nvar SChar_s = chars(_SChar);\n// https://www.w3.org/TR/xml11/#NT-S\n// `[3] S ::= (#x20 | #x9 | #xD | #xA)+`\nvar S = reg(_SChar, '+');\n// optional whitespace described as `S?` in the grammar,\n// simplified to 0-n occurrences of the character class\n// instead of 0-1 occurrences of a non-capturing group around S\nvar S_OPT = reg(_SChar, '*');\n\n// https://www.w3.org/TR/xml11/#NT-NameStartChar\n// `[4] NameStartChar ::= \":\" | [A-Z] | \"_\" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]`\nvar NameStartChar =\n\t/[:_a-zA-Z\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02FF\\u0370-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/; // without \\u10000-\\uEFFFF\nif (UNICODE_SUPPORT) {\n\t// eslint-disable-next-line es5/no-unicode-code-point-escape\n\tNameStartChar = reg('[', chars(NameStartChar), '\\\\u{10000}-\\\\u{10FFFF}', ']');\n}\nvar NameStartChar_s = chars(NameStartChar);\n\n// https://www.w3.org/TR/xml11/#NT-NameChar\n// `[4a] NameChar ::= NameStartChar | \"-\" | \".\" | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]`\nvar NameChar = reg('[', NameStartChar_s, chars(/[-.0-9\\xB7]/), chars(/[\\u0300-\\u036F\\u203F-\\u2040]/), ']');\n// https://www.w3.org/TR/xml11/#NT-Name\n// `[5] Name ::= NameStartChar (NameChar)*`\nvar Name = reg(NameStartChar, NameChar, '*');\n/*\nhttps://www.w3.org/TR/xml11/#NT-Names\n`[6] Names ::= Name (#x20 Name)*`\n*/\n\n// https://www.w3.org/TR/xml11/#NT-Nmtoken\n// `[7] Nmtoken ::= (NameChar)+`\nvar Nmtoken = reg(NameChar, '+');\n/*\nhttps://www.w3.org/TR/xml11/#NT-Nmtokens\n`[8] Nmtokens ::= Nmtoken (#x20 Nmtoken)*`\nvar Nmtokens = reg(Nmtoken, regg(/\\x20/, Nmtoken), '*');\n*/\n\n// https://www.w3.org/TR/xml11/#NT-EntityRef\n// `[68] EntityRef ::= '&' Name ';'` [WFC: Entity Declared] [VC: Entity Declared] [WFC: Parsed Entity] [WFC: No Recursion]\nvar EntityRef = reg('&', Name, ';');\n// https://www.w3.org/TR/xml11/#NT-CharRef\n// `[66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';'` [WFC: Legal Character]\nvar CharRef = regg(/&#[0-9]+;|&#x[0-9a-fA-F]+;/);\n\n/*\nhttps://www.w3.org/TR/xml11/#NT-Reference\n- `[67] Reference ::= EntityRef | CharRef`\n- `[66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';'` [WFC: Legal Character]\n- `[68] EntityRef ::= '&' Name ';'` [WFC: Entity Declared] [VC: Entity Declared] [WFC: Parsed Entity] [WFC: No Recursion]\n*/\nvar Reference = regg(EntityRef, '|', CharRef);\n\n// https://www.w3.org/TR/xml11/#NT-PEReference\n// `[69] PEReference ::= '%' Name ';'`\n// [VC: Entity Declared] [WFC: No Recursion] [WFC: In DTD]\nvar PEReference = reg('%', Name, ';');\n\n// https://www.w3.org/TR/xml11/#NT-EntityValue\n// `[9] EntityValue ::= '\"' ([^%&\"] | PEReference | Reference)* '\"' | \"'\" ([^%&'] | PEReference | Reference)* \"'\"`\nvar EntityValue = regg(\n\treg('\"', regg(/[^%&\"]/, '|', PEReference, '|', Reference), '*', '\"'),\n\t'|',\n\treg(\"'\", regg(/[^%&']/, '|', PEReference, '|', Reference), '*', \"'\")\n);\n\n// https://www.w3.org/TR/xml11/#NT-AttValue\n// `[10] AttValue ::= '\"' ([^<&\"] | Reference)* '\"' | \"'\" ([^<&'] | Reference)* \"'\"`\nvar AttValue = regg('\"', regg(/[^<&\"]/, '|', Reference), '*', '\"', '|', \"'\", regg(/[^<&']/, '|', Reference), '*', \"'\");\n\n// https://www.w3.org/TR/xml-names/#ns-decl\n// https://www.w3.org/TR/xml-names/#ns-qualnames\n// NameStartChar without \":\"\nvar NCNameStartChar = chars_without(NameStartChar, ':');\n// https://www.w3.org/TR/xml-names/#orphans\n// `[5] NCNameChar ::= NameChar - ':'`\n// An XML NameChar, minus the \":\"\nvar NCNameChar = chars_without(NameChar, ':');\n// https://www.w3.org/TR/xml-names/#NT-NCName\n// `[4] NCName ::= Name - (Char* ':' Char*)`\n// An XML Name, minus the \":\"\nvar NCName = reg(NCNameStartChar, NCNameChar, '*');\n\n/**\nhttps://www.w3.org/TR/xml-names/#ns-qualnames\n\n```\n[7] QName ::= PrefixedName | UnprefixedName\n\t\t\t\t === (NCName ':' NCName) | NCName\n\t\t\t\t === NCName (':' NCName)?\n[8] PrefixedName ::= Prefix ':' LocalPart\n\t\t\t\t\t\t\t\t === NCName ':' NCName\n[9] UnprefixedName ::= LocalPart\n\t\t\t\t\t\t\t\t\t === NCName\n[10] Prefix ::= NCName\n[11] LocalPart ::= NCName\n```\n*/\nvar QName = reg(NCName, regg(':', NCName), '?');\nvar QName_exact = reg('^', QName, '$');\nvar QName_group = reg('(', QName, ')');\n\n// https://www.w3.org/TR/xml11/#NT-SystemLiteral\n// `[11] SystemLiteral ::= ('\"' [^\"]* '\"') | (\"'\" [^']* \"'\")`\nvar SystemLiteral = regg(/\"[^\"]*\"|'[^']*'/);\n\n/*\n https://www.w3.org/TR/xml11/#NT-PI\n ```\n [17] PITarget ::= Name - (('X' | 'x') ('M' | 'm') ('L' | 'l'))\n [16] PI ::= '' Char*)))? '?>'\n ```\n target /xml/i is not excluded!\n*/\nvar PI = reg(/^<\\?/, '(', Name, ')', regg(S, '(', Char, '*?)'), '?', /\\?>/);\n\n// https://www.w3.org/TR/xml11/#NT-PubidChar\n// `[13] PubidChar ::= #x20 | #xD | #xA | [a-zA-Z0-9] | [-'()+,./:=?;!*#@$_%]`\nvar PubidChar = /[\\x20\\x0D\\x0Aa-zA-Z0-9-'()+,./:=?;!*#@$_%]/;\n\n// https://www.w3.org/TR/xml11/#NT-PubidLiteral\n// `[12] PubidLiteral ::= '\"' PubidChar* '\"' | \"'\" (PubidChar - \"'\")* \"'\"`\nvar PubidLiteral = regg('\"', PubidChar, '*\"', '|', \"'\", chars_without(PubidChar, \"'\"), \"*'\");\n\n// https://www.w3.org/TR/xml11/#NT-CharData\n// `[14] CharData ::= [^<&]* - ([^<&]* ']]>' [^<&]*)`\n\nvar COMMENT_START = '';\n// https://www.w3.org/TR/xml11/#NT-Comment\n// `[15] Comment ::= ''`\nvar Comment = reg(COMMENT_START, regg(chars_without(Char, '-'), '|', reg('-', chars_without(Char, '-'))), '*', COMMENT_END);\n\nvar PCDATA = '#PCDATA';\n// https://www.w3.org/TR/xml11/#NT-Mixed\n// `[51] Mixed ::= '(' S? '#PCDATA' (S? '|' S? Name)* S? ')*' | '(' S? '#PCDATA' S? ')'`\n// https://www.w3.org/TR/xml-names/#NT-Mixed\n// `[51] Mixed ::= '(' S? '#PCDATA' (S? '|' S? QName)* S? ')*' | '(' S? '#PCDATA' S? ')'`\n// [VC: Proper Group/PE Nesting] [VC: No Duplicate Types]\nvar Mixed = regg(\n\treg(/\\(/, S_OPT, PCDATA, regg(S_OPT, /\\|/, S_OPT, QName), '*', S_OPT, /\\)\\*/),\n\t'|',\n\treg(/\\(/, S_OPT, PCDATA, S_OPT, /\\)/)\n);\n\nvar _children_quantity = /[?*+]?/;\n/*\n `[49] choice ::= '(' S? cp ( S? '|' S? cp )+ S? ')'` [VC: Proper Group/PE Nesting]\n `[50] seq ::= '(' S? cp ( S? ',' S? cp )* S? ')'` [VC: Proper Group/PE Nesting]\n simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\n var _choice_or_seq = reg('[', NameChar_s, SChar_s, chars(_children_quantity), '()|,]*');\n ```\n [48] cp ::= (Name | choice | seq) ('?' | '*' | '+')?\n === (Name | '(' S? cp ( S? '|' S? cp )+ S? ')' | '(' S? cp ( S? ',' S? cp )* S? ')') ('?' | '*' | '+')?\n !== (Name | [_choice_or_seq]*) ('?' | '*' | '+')?\n ```\n simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\n var cp = reg(regg(Name, '|', _choice_or_seq), _children_quantity);\n*/\n/*\nInefficient regular expression (High)\nThis part of the regular expression may cause exponential backtracking on strings starting with '(|' and containing many repetitions of '|'.\nhttps://github.com/xmldom/xmldom/security/code-scanning/91\nvar choice = regg(/\\(/, S_OPT, cp, regg(S_OPT, /\\|/, S_OPT, cp), '+', S_OPT, /\\)/);\n*/\n/*\nInefficient regular expression (High)\nThis part of the regular expression may cause exponential backtracking on strings starting with '(,' and containing many repetitions of ','.\nhttps://github.com/xmldom/xmldom/security/code-scanning/92\nvar seq = regg(/\\(/, S_OPT, cp, regg(S_OPT, /,/, S_OPT, cp), '*', S_OPT, /\\)/);\n*/\n\n// `[47] children ::= (choice | seq) ('?' | '*' | '+')?`\n// simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\nvar children = reg(/\\([^>]+\\)/, _children_quantity /*regg(choice, '|', seq), _children_quantity*/);\n\n// https://www.w3.org/TR/xml11/#NT-contentspec\n// `[46] contentspec ::= 'EMPTY' | 'ANY' | Mixed | children`\nvar contentspec = regg('EMPTY', '|', 'ANY', '|', Mixed, '|', children);\n\nvar ELEMENTDECL_START = ''`\n// https://www.w3.org/TR/xml-names/#NT-elementdecl\n// `[17] elementdecl ::= ''`\n// because of https://www.w3.org/TR/xml11/#NT-PEReference\n// since xmldom is not supporting replacements of PEReferences in the DTD\n// this also supports PEReference in the possible places\nvar elementdecl = reg(ELEMENTDECL_START, S, regg(QName, '|', PEReference), S, regg(contentspec, '|', PEReference), S_OPT, '>');\n\n// https://www.w3.org/TR/xml11/#NT-NotationType\n// `[58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'`\n// [VC: Notation Attributes] [VC: One Notation Per Element Type] [VC: No Notation on Empty Element] [VC: No Duplicate Tokens]\nvar NotationType = reg('NOTATION', S, /\\(/, S_OPT, Name, regg(S_OPT, /\\|/, S_OPT, Name), '*', S_OPT, /\\)/);\n// https://www.w3.org/TR/xml11/#NT-Enumeration\n// `[59] Enumeration ::= '(' S? Nmtoken (S? '|' S? Nmtoken)* S? ')'`\n// [VC: Enumeration] [VC: No Duplicate Tokens]\nvar Enumeration = reg(/\\(/, S_OPT, Nmtoken, regg(S_OPT, /\\|/, S_OPT, Nmtoken), '*', S_OPT, /\\)/);\n\n// https://www.w3.org/TR/xml11/#NT-EnumeratedType\n// `[57] EnumeratedType ::= NotationType | Enumeration`\nvar EnumeratedType = regg(NotationType, '|', Enumeration);\n\n/*\n```\n[55] StringType ::= 'CDATA'\n[56] TokenizedType ::= 'ID' [VC: ID] [VC: One ID per Element Type] [VC: ID Attribute Default]\n | 'IDREF' [VC: IDREF]\n | 'IDREFS' [VC: IDREF]\n\t | 'ENTITY' [VC: Entity Name]\n\t | 'ENTITIES' [VC: Entity Name]\n\t | 'NMTOKEN' [VC: Name Token]\n\t | 'NMTOKENS' [VC: Name Token]\n [54] AttType ::= StringType | TokenizedType | EnumeratedType\n```*/\nvar AttType = regg(/CDATA|ID|IDREF|IDREFS|ENTITY|ENTITIES|NMTOKEN|NMTOKENS/, '|', EnumeratedType);\n\n// `[60] DefaultDecl ::= '#REQUIRED' | '#IMPLIED' | (('#FIXED' S)? AttValue)`\n// [WFC: No < in Attribute Values] [WFC: No External Entity References]\n// [VC: Fixed Attribute Default] [VC: Required Attribute] [VC: Attribute Default Value Syntactically Correct]\nvar DefaultDecl = regg(/#REQUIRED|#IMPLIED/, '|', regg(regg('#FIXED', S), '?', AttValue));\n\n// https://www.w3.org/TR/xml11/#NT-AttDef\n// [53] AttDef ::= S Name S AttType S DefaultDecl\n// https://www.w3.org/TR/xml-names/#NT-AttDef\n// [1] NSAttName ::= PrefixedAttName | DefaultAttName\n// [2] PrefixedAttName ::= 'xmlns:' NCName [NSC: Reserved Prefixes and Namespace Names]\n// [3] DefaultAttName ::= 'xmlns'\n// [21] AttDef ::= S (QName | NSAttName) S AttType S DefaultDecl\n// \t\t\t\t\t\t === S Name S AttType S DefaultDecl\n// xmldom is not distinguishing between QName and NSAttName on this level\n// to support XML without namespaces in DTD we can not restrict it to QName\nvar AttDef = regg(S, Name, S, AttType, S, DefaultDecl);\n\nvar ATTLIST_DECL_START = ''`\n// https://www.w3.org/TR/xml-names/#NT-AttlistDecl\n// `[20] AttlistDecl ::= ''`\n// to support XML without namespaces in DTD we can not restrict it to QName\nvar AttlistDecl = reg(ATTLIST_DECL_START, S, Name, AttDef, '*', S_OPT, '>');\n\nvar SYSTEM = 'SYSTEM';\nvar PUBLIC = 'PUBLIC';\n// https://www.w3.org/TR/xml11/#NT-ExternalID\n// `[75] ExternalID ::= 'SYSTEM' S SystemLiteral | 'PUBLIC' S PubidLiteral S SystemLiteral`\nvar ExternalID = regg(regg(SYSTEM, S, SystemLiteral), '|', regg(PUBLIC, S, PubidLiteral, S, SystemLiteral));\nvar ExternalID_match = reg(\n\t'^',\n\tregg(\n\t\tregg(SYSTEM, S, '(?', SystemLiteral, ')'),\n\t\t'|',\n\t\tregg(PUBLIC, S, '(?', PubidLiteral, ')', S, '(?', SystemLiteral, ')')\n\t)\n);\n\n// https://www.w3.org/TR/xml11/#NT-NDataDecl\n// `[76] NDataDecl ::= S 'NDATA' S Name` [VC: Notation Declared]\nvar NDataDecl = regg(S, 'NDATA', S, Name);\n\n// https://www.w3.org/TR/xml11/#NT-EntityDef\n// `[73] EntityDef ::= EntityValue | (ExternalID NDataDecl?)`\nvar EntityDef = regg(EntityValue, '|', regg(ExternalID, NDataDecl, '?'));\n\nvar ENTITY_DECL_START = ''`\nvar GEDecl = reg(ENTITY_DECL_START, S, Name, S, EntityDef, S_OPT, '>');\n// https://www.w3.org/TR/xml11/#NT-PEDef\n// `[74] PEDef ::= EntityValue | ExternalID`\nvar PEDef = regg(EntityValue, '|', ExternalID);\n// https://www.w3.org/TR/xml11/#NT-PEDecl\n// `[72] PEDecl ::= ''`\nvar PEDecl = reg(ENTITY_DECL_START, S, '%', S, Name, S, PEDef, S_OPT, '>');\n// https://www.w3.org/TR/xml11/#NT-EntityDecl\n// `[70] EntityDecl ::= GEDecl | PEDecl`\nvar EntityDecl = regg(GEDecl, '|', PEDecl);\n\n// https://www.w3.org/TR/xml11/#NT-PublicID\n// `[83] PublicID ::= 'PUBLIC' S PubidLiteral`\nvar PublicID = reg(PUBLIC, S, PubidLiteral);\n// https://www.w3.org/TR/xml11/#NT-NotationDecl\n// `[82] NotationDecl ::= ''` [VC: Unique Notation Name]\nvar NotationDecl = reg('');\n\n// https://www.w3.org/TR/xml11/#NT-Eq\n// `[25] Eq ::= S? '=' S?`\nvar Eq = reg(S_OPT, '=', S_OPT);\n// https://www.w3.org/TR/xml/#NT-VersionNum\n// `[26] VersionNum ::= '1.' [0-9]+`\n// https://www.w3.org/TR/xml11/#NT-VersionNum\n// `[26] VersionNum ::= '1.1'`\nvar VersionNum = /1[.]\\d+/;\n// https://www.w3.org/TR/xml11/#NT-VersionInfo\n// `[24] VersionInfo ::= S 'version' Eq (\"'\" VersionNum \"'\" | '\"' VersionNum '\"')`\nvar VersionInfo = reg(S, 'version', Eq, regg(\"'\", VersionNum, \"'\", '|', '\"', VersionNum, '\"'));\n// https://www.w3.org/TR/xml11/#NT-EncName\n// `[81] EncName ::= [A-Za-z] ([A-Za-z0-9._] | '-')*`\nvar EncName = /[A-Za-z][-A-Za-z0-9._]*/;\n// https://www.w3.org/TR/xml11/#NT-EncDecl\n// `[80] EncodingDecl ::= S 'encoding' Eq ('\"' EncName '\"' | \"'\" EncName \"'\" )`\nvar EncodingDecl = regg(S, 'encoding', Eq, regg('\"', EncName, '\"', '|', \"'\", EncName, \"'\"));\n// https://www.w3.org/TR/xml11/#NT-SDDecl\n// `[32] SDDecl ::= S 'standalone' Eq ((\"'\" ('yes' | 'no') \"'\") | ('\"' ('yes' | 'no') '\"'))`\nvar SDDecl = regg(S, 'standalone', Eq, regg(\"'\", regg('yes', '|', 'no'), \"'\", '|', '\"', regg('yes', '|', 'no'), '\"'));\n// https://www.w3.org/TR/xml11/#NT-XMLDecl\n// [23] XMLDecl ::= ''\nvar XMLDecl = reg(/^<\\?xml/, VersionInfo, EncodingDecl, '?', SDDecl, '?', S_OPT, /\\?>/);\n\n/*\n https://www.w3.org/TR/xml/#NT-markupdecl\n https://www.w3.org/TR/xml11/#NT-markupdecl\n `[29] markupdecl ::= elementdecl | AttlistDecl | EntityDecl | NotationDecl | PI | Comment`\n var markupdecl = regg(elementdecl, '|', AttlistDecl, '|', EntityDecl, '|', NotationDecl, '|', PI_unsafe, '|', Comment);\n*/\n/*\n https://www.w3.org/TR/xml-names/#NT-doctypedecl\n`[28a] DeclSep ::= PEReference | S`\n https://www.w3.org/TR/xml11/#NT-intSubset\n```\n [28b] intSubset ::= (markupdecl | DeclSep)*\n === (markupdecl | PEReference | S)*\n```\n [WFC: PE Between Declarations]\n var intSubset = reg(regg(markupdecl, '|', PEReference, '|', S), '*');\n*/\nvar DOCTYPE_DECL_START = ''`\n https://www.afterwardsw3.org/TR/xml-names/#NT-doctypedecl\n `[16] doctypedecl ::= ''`\n var doctypedecl = reg('');\n*/\n\nvar CDATA_START = '';\nvar CDStart = //;\nvar CData = reg(Char, '*?', CDEnd);\n/*\n https://www.w3.org/TR/xml/#dt-cdsection\n `[18] \tCDSect\t ::= \tCDStart CData CDEnd`\n `[19] \tCDStart\t ::= \t'' Char*))`\n `[21] \tCDEnd\t ::= \t']]>'`\n*/\nvar CDSect = reg(CDStart, CData);\n\n// unit tested\nexports.chars = chars;\nexports.chars_without = chars_without;\nexports.detectUnicodeSupport = detectUnicodeSupport;\nexports.reg = reg;\nexports.regg = regg;\nexports.AttlistDecl = AttlistDecl;\nexports.CDATA_START = CDATA_START;\nexports.CDATA_END = CDATA_END;\nexports.CDSect = CDSect;\nexports.Char = Char;\nexports.Comment = Comment;\nexports.COMMENT_START = COMMENT_START;\nexports.COMMENT_END = COMMENT_END;\nexports.DOCTYPE_DECL_START = DOCTYPE_DECL_START;\nexports.elementdecl = elementdecl;\nexports.EntityDecl = EntityDecl;\nexports.EntityValue = EntityValue;\nexports.ExternalID = ExternalID;\nexports.ExternalID_match = ExternalID_match;\nexports.Name = Name;\nexports.NotationDecl = NotationDecl;\nexports.Reference = Reference;\nexports.PEReference = PEReference;\nexports.PI = PI;\nexports.PUBLIC = PUBLIC;\nexports.PubidLiteral = PubidLiteral;\nexports.QName = QName;\nexports.QName_exact = QName_exact;\nexports.QName_group = QName_group;\nexports.S = S;\nexports.SChar_s = SChar_s;\nexports.S_OPT = S_OPT;\nexports.SYSTEM = SYSTEM;\nexports.SystemLiteral = SystemLiteral;\nexports.UNICODE_REPLACEMENT_CHARACTER = UNICODE_REPLACEMENT_CHARACTER;\nexports.UNICODE_SUPPORT = UNICODE_SUPPORT;\nexports.XMLDecl = XMLDecl;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar find = conventions.find;\nvar hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nvar hasOwn = conventions.hasOwn;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isHTMLRawTextElement = conventions.isHTMLRawTextElement;\nvar isHTMLVoidElement = conventions.isHTMLVoidElement;\nvar MIME_TYPE = conventions.MIME_TYPE;\nvar NAMESPACE = conventions.NAMESPACE;\n\n/**\n * Private DOM Constructor symbol\n *\n * Internal symbol used for construction of all classes whose constructors should be private.\n * Currently used for checks in `Node`, `Document`, `Element`, `Attr`, `CharacterData`, `Text`, `Comment`,\n * `CDATASection`, `DocumentType`, `Notation`, `Entity`, `EntityReference`, `DocumentFragment`, `ProcessingInstruction`\n * so the constructor can't be used from outside the module.\n */\nvar PDC = Symbol();\n\nvar errors = require('./errors');\nvar DOMException = errors.DOMException;\nvar DOMExceptionName = errors.DOMExceptionName;\n\nvar g = require('./grammar');\n\n/**\n * Checks if the given symbol equals the Private DOM Constructor symbol (PDC)\n * and throws an Illegal constructor exception when the symbols don't match.\n * This ensures that the constructor remains private and can't be used outside this module.\n */\nfunction checkSymbol(symbol) {\n\tif (symbol !== PDC) {\n\t\tthrow new TypeError('Illegal constructor');\n\t}\n}\n\n/**\n * A prerequisite for `[].filter`, to drop elements that are empty.\n *\n * @param {string} input\n * The string to be checked.\n * @returns {boolean}\n * Returns `true` if the input string is not empty, `false` otherwise.\n */\nfunction notEmptyString(input) {\n\treturn input !== '';\n}\n/**\n * Splits a string on ASCII whitespace characters (U+0009 TAB, U+000A LF, U+000C FF, U+000D CR,\n * U+0020 SPACE).\n * It follows the definition from the infra specification from WHATWG.\n *\n * @param {string} input\n * The string to be split.\n * @returns {string[]}\n * An array of the split strings. The array can be empty if the input string is empty or only\n * contains whitespace characters.\n * @see {@link https://infra.spec.whatwg.org/#split-on-ascii-whitespace}\n * @see {@link https://infra.spec.whatwg.org/#ascii-whitespace}\n */\nfunction splitOnASCIIWhitespace(input) {\n\t// U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, U+0020 SPACE\n\treturn input ? input.split(/[\\t\\n\\f\\r ]+/).filter(notEmptyString) : [];\n}\n\n/**\n * Adds element as a key to current if it is not already present.\n *\n * @param {Record} current\n * The current record object to which the element will be added as a key.\n * The object's keys are string types and values are either boolean or undefined.\n * @param {string} element\n * The string to be added as a key to the current record.\n * @returns {Record}\n * The updated record object after the addition of the new element.\n */\nfunction orderedSetReducer(current, element) {\n\tif (!hasOwn(current, element)) {\n\t\tcurrent[element] = true;\n\t}\n\treturn current;\n}\n\n/**\n * Converts a string into an ordered set by splitting the input on ASCII whitespace and\n * ensuring uniqueness of elements.\n * This follows the definition of an ordered set from the infra specification by WHATWG.\n *\n * @param {string} input\n * The input string to be transformed into an ordered set.\n * @returns {string[]}\n * An array of unique strings obtained from the input, preserving the original order.\n * The array can be empty if the input string is empty or only contains whitespace characters.\n * @see {@link https://infra.spec.whatwg.org/#ordered-set}\n */\nfunction toOrderedSet(input) {\n\tif (!input) return [];\n\tvar list = splitOnASCIIWhitespace(input);\n\treturn Object.keys(list.reduce(orderedSetReducer, {}));\n}\n\n/**\n * Uses `list.indexOf` to implement a function that behaves like `Array.prototype.includes`.\n * This function is used in environments where `Array.prototype.includes` may not be available.\n *\n * @param {any[]} list\n * The array in which to search for the element.\n * @returns {function(any): boolean}\n * A function that accepts an element and returns a boolean indicating whether the element is\n * included in the provided list.\n */\nfunction arrayIncludes(list) {\n\treturn function (element) {\n\t\treturn list && list.indexOf(element) !== -1;\n\t};\n}\n\n/**\n * Validates a qualified name based on the criteria provided in the DOM specification by\n * WHATWG.\n *\n * @param {string} qualifiedName\n * The qualified name to be validated.\n * @throws {DOMException}\n * With code {@link DOMException.INVALID_CHARACTER_ERR} if the qualified name contains an\n * invalid character.\n * @see {@link https://dom.spec.whatwg.org/#validate}\n */\nfunction validateQualifiedName(qualifiedName) {\n\tif (!g.QName_exact.test(qualifiedName)) {\n\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'invalid character in qualified name \"' + qualifiedName + '\"');\n\t}\n}\n\n/**\n * Validates a qualified name and the namespace associated with it,\n * based on the criteria provided in the DOM specification by WHATWG.\n *\n * @param {string | null} namespace\n * The namespace to be validated. It can be a string or null.\n * @param {string} qualifiedName\n * The qualified name to be validated.\n * @returns {[namespace: string | null, prefix: string | null, localName: string]}\n * Returns a tuple with the namespace,\n * prefix and local name of the qualified name.\n * @throws {DOMException}\n * Throws a DOMException if the qualified name or the namespace is not valid.\n * @see {@link https://dom.spec.whatwg.org/#validate-and-extract}\n */\nfunction validateAndExtract(namespace, qualifiedName) {\n\tvalidateQualifiedName(qualifiedName);\n\tnamespace = namespace || null;\n\t/**\n\t * @type {string | null}\n\t */\n\tvar prefix = null;\n\tvar localName = qualifiedName;\n\tif (qualifiedName.indexOf(':') >= 0) {\n\t\tvar splitResult = qualifiedName.split(':');\n\t\tprefix = splitResult[0];\n\t\tlocalName = splitResult[1];\n\t}\n\tif (prefix !== null && namespace === null) {\n\t\tthrow new DOMException(DOMException.NAMESPACE_ERR, 'prefix is non-null and namespace is null');\n\t}\n\tif (prefix === 'xml' && namespace !== conventions.NAMESPACE.XML) {\n\t\tthrow new DOMException(DOMException.NAMESPACE_ERR, 'prefix is \"xml\" and namespace is not the XML namespace');\n\t}\n\tif ((prefix === 'xmlns' || qualifiedName === 'xmlns') && namespace !== conventions.NAMESPACE.XMLNS) {\n\t\tthrow new DOMException(\n\t\t\tDOMException.NAMESPACE_ERR,\n\t\t\t'either qualifiedName or prefix is \"xmlns\" and namespace is not the XMLNS namespace'\n\t\t);\n\t}\n\tif (namespace === conventions.NAMESPACE.XMLNS && prefix !== 'xmlns' && qualifiedName !== 'xmlns') {\n\t\tthrow new DOMException(\n\t\t\tDOMException.NAMESPACE_ERR,\n\t\t\t'namespace is the XMLNS namespace and neither qualifiedName nor prefix is \"xmlns\"'\n\t\t);\n\t}\n\treturn [namespace, prefix, localName];\n}\n\n/**\n * Copies properties from one object to another.\n * It only copies the object's own (not inherited) properties.\n *\n * @param {Object} src\n * The source object from which properties are copied.\n * @param {Object} dest\n * The destination object to which properties are copied.\n */\nfunction copy(src, dest) {\n\tfor (var p in src) {\n\t\tif (hasOwn(src, p)) {\n\t\t\tdest[p] = src[p];\n\t\t}\n\t}\n}\n\n/**\n * Extends a class with the properties and methods of a super class.\n * It uses a form of prototypal inheritance, and establishes the `constructor` property\n * correctly(?).\n *\n * It is not clear to the current maintainers if this implementation is making sense,\n * since it creates an intermediate prototype function,\n * which all properties of `Super` are copied onto using `_copy`.\n *\n * @param {Object} Class\n * The class that is to be extended.\n * @param {Object} Super\n * The super class from which properties and methods are inherited.\n * @private\n */\nfunction _extends(Class, Super) {\n\tvar pt = Class.prototype;\n\tif (!(pt instanceof Super)) {\n\t\tfunction t() {}\n\t\tt.prototype = Super.prototype;\n\t\tt = new t();\n\t\tcopy(pt, t);\n\t\tClass.prototype = pt = t;\n\t}\n\tif (pt.constructor != Class) {\n\t\tif (typeof Class != 'function') {\n\t\t\tconsole.error('unknown Class:' + Class);\n\t\t}\n\t\tpt.constructor = Class;\n\t}\n}\n\nvar NodeType = {};\nvar ELEMENT_NODE = (NodeType.ELEMENT_NODE = 1);\nvar ATTRIBUTE_NODE = (NodeType.ATTRIBUTE_NODE = 2);\nvar TEXT_NODE = (NodeType.TEXT_NODE = 3);\nvar CDATA_SECTION_NODE = (NodeType.CDATA_SECTION_NODE = 4);\nvar ENTITY_REFERENCE_NODE = (NodeType.ENTITY_REFERENCE_NODE = 5);\nvar ENTITY_NODE = (NodeType.ENTITY_NODE = 6);\nvar PROCESSING_INSTRUCTION_NODE = (NodeType.PROCESSING_INSTRUCTION_NODE = 7);\nvar COMMENT_NODE = (NodeType.COMMENT_NODE = 8);\nvar DOCUMENT_NODE = (NodeType.DOCUMENT_NODE = 9);\nvar DOCUMENT_TYPE_NODE = (NodeType.DOCUMENT_TYPE_NODE = 10);\nvar DOCUMENT_FRAGMENT_NODE = (NodeType.DOCUMENT_FRAGMENT_NODE = 11);\nvar NOTATION_NODE = (NodeType.NOTATION_NODE = 12);\n\nvar DocumentPosition = conventions.freeze({\n\tDOCUMENT_POSITION_DISCONNECTED: 1,\n\tDOCUMENT_POSITION_PRECEDING: 2,\n\tDOCUMENT_POSITION_FOLLOWING: 4,\n\tDOCUMENT_POSITION_CONTAINS: 8,\n\tDOCUMENT_POSITION_CONTAINED_BY: 16,\n\tDOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32,\n});\n\n//helper functions for compareDocumentPosition\n/**\n * Constructs a parent chain for a node.\n *\n * @param {Node} node\n * The start node from which the parent chain will be constructed.\n * @returns {Node[]}\n * The array of nodes representing the parent chain from the root to the specified node.\n */\nfunction parentChain(node) {\n\tvar chain = [];\n\twhile (node.parentNode || node.ownerElement) {\n\t\tnode = node.parentNode || node.ownerElement;\n\t\tchain.unshift(node);\n\t}\n\treturn chain;\n}\n\n/**\n * Finds the common ancestor in two parent chains.\n *\n * @param {Node[]} a\n * The first parent chain.\n * @param {Node[]} b\n * The second parent chain.\n * @returns {Node}\n * The common ancestor node if it exists. If there is no common ancestor, the function will\n * return `null`.\n */\nfunction commonAncestor(a, b) {\n\tif (b.length < a.length) return commonAncestor(b, a);\n\tvar c = null;\n\tfor (var n in a) {\n\t\tif (a[n] !== b[n]) return c;\n\t\tc = a[n];\n\t}\n\treturn c;\n}\n\n/**\n * Assigns a unique identifier to a document to ensure consistency while comparing unrelated\n * nodes.\n *\n * @param {Document} doc\n * The document to which a unique identifier is to be assigned.\n * @returns {string}\n * The unique identifier of the document. If the document already had a unique identifier, the\n * function will return the existing one.\n */\nfunction docGUID(doc) {\n\tif (!doc.guid) doc.guid = Math.random();\n\treturn doc.guid;\n}\n//-- end of helper functions\n\n/**\n * The NodeList interface provides the abstraction of an ordered collection of nodes,\n * without defining or constraining how this collection is implemented.\n * NodeList objects in the DOM are live.\n * The items in the NodeList are accessible via an integral index, starting from 0.\n * You can also access the items of the NodeList with a `for...of` loop.\n *\n * @class NodeList\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-536297177\n * @constructs NodeList\n */\nfunction NodeList() {}\nNodeList.prototype = {\n\t/**\n\t * The number of nodes in the list. The range of valid child node indices is 0 to length-1\n\t * inclusive.\n\t *\n\t * @type {number}\n\t */\n\tlength: 0,\n\t/**\n\t * Returns the item at `index`. If index is greater than or equal to the number of nodes in\n\t * the list, this returns null.\n\t *\n\t * @param index\n\t * Unsigned long Index into the collection.\n\t * @returns {Node | null}\n\t * The node at position `index` in the NodeList,\n\t * or null if that is not a valid index.\n\t */\n\titem: function (index) {\n\t\treturn index >= 0 && index < this.length ? this[index] : null;\n\t},\n\t/**\n\t * Returns a string representation of the NodeList.\n\t *\n\t * @param {unknown} nodeFilter\n\t * __A filter function? Not implemented according to the spec?__.\n\t * @returns {string}\n\t * A string representation of the NodeList.\n\t */\n\ttoString: function (nodeFilter) {\n\t\tfor (var buf = [], i = 0; i < this.length; i++) {\n\t\t\tserializeToString(this[i], buf, nodeFilter);\n\t\t}\n\t\treturn buf.join('');\n\t},\n\t/**\n\t * Filters the NodeList based on a predicate.\n\t *\n\t * @param {function(Node): boolean} predicate\n\t * - A predicate function to filter the NodeList.\n\t * @returns {Node[]}\n\t * An array of nodes that satisfy the predicate.\n\t * @private\n\t */\n\tfilter: function (predicate) {\n\t\treturn Array.prototype.filter.call(this, predicate);\n\t},\n\t/**\n\t * Returns the first index at which a given node can be found in the NodeList, or -1 if it is\n\t * not present.\n\t *\n\t * @param {Node} item\n\t * - The Node item to locate in the NodeList.\n\t * @returns {number}\n\t * The first index of the node in the NodeList; -1 if not found.\n\t * @private\n\t */\n\tindexOf: function (item) {\n\t\treturn Array.prototype.indexOf.call(this, item);\n\t},\n};\nNodeList.prototype[Symbol.iterator] = function () {\n\tvar me = this;\n\tvar index = 0;\n\n\treturn {\n\t\tnext: function () {\n\t\t\tif (index < me.length) {\n\t\t\t\treturn {\n\t\t\t\t\tvalue: me[index++],\n\t\t\t\t\tdone: false,\n\t\t\t\t};\n\t\t\t} else {\n\t\t\t\treturn {\n\t\t\t\t\tdone: true,\n\t\t\t\t};\n\t\t\t}\n\t\t},\n\t\treturn: function () {\n\t\t\treturn {\n\t\t\t\tdone: true,\n\t\t\t};\n\t\t},\n\t};\n};\n\n/**\n * Represents a live collection of nodes that is automatically updated when its associated\n * document changes.\n *\n * @class LiveNodeList\n * @param {Node} node\n * The associated node.\n * @param {function} refresh\n * The function to refresh the live node list.\n * @augments NodeList\n * @constructs LiveNodeList\n */\nfunction LiveNodeList(node, refresh) {\n\tthis._node = node;\n\tthis._refresh = refresh;\n\t_updateLiveList(this);\n}\n/**\n * Updates the live node list.\n *\n * @param {LiveNodeList} list\n * The live node list to update.\n * @private\n */\nfunction _updateLiveList(list) {\n\tvar inc = list._node._inc || list._node.ownerDocument._inc;\n\tif (list._inc !== inc) {\n\t\tvar ls = list._refresh(list._node);\n\t\t__set__(list, 'length', ls.length);\n\t\tif (!list.$$length || ls.length < list.$$length) {\n\t\t\tfor (var i = ls.length; i in list; i++) {\n\t\t\t\tif (hasOwn(list, i)) {\n\t\t\t\t\tdelete list[i];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tcopy(ls, list);\n\t\tlist._inc = inc;\n\t}\n}\n/**\n * Returns the node at position `index` in the LiveNodeList, or null if that is not a valid\n * index.\n *\n * @param {number} i\n * Index into the collection.\n * @returns {Node | null}\n * The node at position `index` in the LiveNodeList, or null if that is not a valid index.\n */\nLiveNodeList.prototype.item = function (i) {\n\t_updateLiveList(this);\n\treturn this[i] || null;\n};\n\n_extends(LiveNodeList, NodeList);\n\n/**\n * Objects implementing the NamedNodeMap interface are used to represent collections of nodes\n * that can be accessed by name.\n * Note that NamedNodeMap does not inherit from NodeList;\n * NamedNodeMaps are not maintained in any particular order.\n * Objects contained in an object implementing NamedNodeMap may also be accessed by an ordinal\n * index,\n * but this is simply to allow convenient enumeration of the contents of a NamedNodeMap,\n * and does not imply that the DOM specifies an order to these Nodes.\n * NamedNodeMap objects in the DOM are live.\n * used for attributes or DocumentType entities\n *\n * This implementation only supports property indices, but does not support named properties,\n * as specified in the living standard.\n *\n * @class NamedNodeMap\n * @see https://dom.spec.whatwg.org/#interface-namednodemap\n * @see https://webidl.spec.whatwg.org/#dfn-supported-property-names\n * @constructs NamedNodeMap\n */\nfunction NamedNodeMap() {}\n/**\n * Returns the index of a node within the list.\n *\n * @param {Array} list\n * The list of nodes.\n * @param {Node} node\n * The node to find.\n * @returns {number}\n * The index of the node within the list, or -1 if not found.\n * @private\n */\nfunction _findNodeIndex(list, node) {\n\tvar i = 0;\n\twhile (i < list.length) {\n\t\tif (list[i] === node) {\n\t\t\treturn i;\n\t\t}\n\t\ti++;\n\t}\n}\n/**\n * Adds a new attribute to the list and updates the owner element of the attribute.\n *\n * @param {Element} el\n * The element which will become the owner of the new attribute.\n * @param {NamedNodeMap} list\n * The list to which the new attribute will be added.\n * @param {Attr} newAttr\n * The new attribute to be added.\n * @param {Attr} oldAttr\n * The old attribute to be replaced, or null if no attribute is to be replaced.\n * @returns {void}\n * @private\n */\nfunction _addNamedNode(el, list, newAttr, oldAttr) {\n\tif (oldAttr) {\n\t\tlist[_findNodeIndex(list, oldAttr)] = newAttr;\n\t} else {\n\t\tlist[list.length] = newAttr;\n\t\tlist.length++;\n\t}\n\tif (el) {\n\t\tnewAttr.ownerElement = el;\n\t\tvar doc = el.ownerDocument;\n\t\tif (doc) {\n\t\t\toldAttr && _onRemoveAttribute(doc, el, oldAttr);\n\t\t\t_onAddAttribute(doc, el, newAttr);\n\t\t}\n\t}\n}\n/**\n * Removes an attribute from the list and updates the owner element of the attribute.\n *\n * @param {Element} el\n * The element which is the current owner of the attribute.\n * @param {NamedNodeMap} list\n * The list from which the attribute will be removed.\n * @param {Attr} attr\n * The attribute to be removed.\n * @returns {void}\n * @private\n */\nfunction _removeNamedNode(el, list, attr) {\n\t//console.log('remove attr:'+attr)\n\tvar i = _findNodeIndex(list, attr);\n\tif (i >= 0) {\n\t\tvar lastIndex = list.length - 1;\n\t\twhile (i <= lastIndex) {\n\t\t\tlist[i] = list[++i];\n\t\t}\n\t\tlist.length = lastIndex;\n\t\tif (el) {\n\t\t\tvar doc = el.ownerDocument;\n\t\t\tif (doc) {\n\t\t\t\t_onRemoveAttribute(doc, el, attr);\n\t\t\t}\n\t\t\tattr.ownerElement = null;\n\t\t}\n\t}\n}\nNamedNodeMap.prototype = {\n\tlength: 0,\n\titem: NodeList.prototype.item,\n\n\t/**\n\t * Get an attribute by name. Note: Name is in lower case in case of HTML namespace and\n\t * document.\n\t *\n\t * @param {string} localName\n\t * The local name of the attribute.\n\t * @returns {Attr | null}\n\t * The attribute with the given local name, or null if no such attribute exists.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-get-by-name\n\t */\n\tgetNamedItem: function (localName) {\n\t\tif (this._ownerElement && this._ownerElement._isInHTMLDocumentAndNamespace()) {\n\t\t\tlocalName = localName.toLowerCase();\n\t\t}\n\t\tvar i = 0;\n\t\twhile (i < this.length) {\n\t\t\tvar attr = this[i];\n\t\t\tif (attr.nodeName === localName) {\n\t\t\t\treturn attr;\n\t\t\t}\n\t\t\ti++;\n\t\t}\n\t\treturn null;\n\t},\n\n\t/**\n\t * Set an attribute.\n\t *\n\t * @param {Attr} attr\n\t * The attribute to set.\n\t * @returns {Attr | null}\n\t * The old attribute with the same local name and namespace URI as the new one, or null if no\n\t * such attribute exists.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link INUSE_ATTRIBUTE_ERR} - If the attribute is already an attribute of another\n\t * element.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-set\n\t */\n\tsetNamedItem: function (attr) {\n\t\tvar el = attr.ownerElement;\n\t\tif (el && el !== this._ownerElement) {\n\t\t\tthrow new DOMException(DOMException.INUSE_ATTRIBUTE_ERR);\n\t\t}\n\t\tvar oldAttr = this.getNamedItemNS(attr.namespaceURI, attr.localName);\n\t\tif (oldAttr === attr) {\n\t\t\treturn attr;\n\t\t}\n\t\t_addNamedNode(this._ownerElement, this, attr, oldAttr);\n\t\treturn oldAttr;\n\t},\n\n\t/**\n\t * Set an attribute, replacing an existing attribute with the same local name and namespace\n\t * URI if one exists.\n\t *\n\t * @param {Attr} attr\n\t * The attribute to set.\n\t * @returns {Attr | null}\n\t * The old attribute with the same local name and namespace URI as the new one, or null if no\n\t * such attribute exists.\n\t * @throws {DOMException}\n\t * Throws a DOMException with the name \"InUseAttributeError\" if the attribute is already an\n\t * attribute of another element.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-set\n\t */\n\tsetNamedItemNS: function (attr) {\n\t\treturn this.setNamedItem(attr);\n\t},\n\n\t/**\n\t * Removes an attribute specified by the local name.\n\t *\n\t * @param {string} localName\n\t * The local name of the attribute to be removed.\n\t * @returns {Attr}\n\t * The attribute node that was removed.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link DOMException.NOT_FOUND_ERR} if no attribute with the given name is found.\n\t * @see https://dom.spec.whatwg.org/#dom-namednodemap-removenameditem\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-name\n\t */\n\tremoveNamedItem: function (localName) {\n\t\tvar attr = this.getNamedItem(localName);\n\t\tif (!attr) {\n\t\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, localName);\n\t\t}\n\t\t_removeNamedNode(this._ownerElement, this, attr);\n\t\treturn attr;\n\t},\n\n\t/**\n\t * Removes an attribute specified by the namespace and local name.\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI of the attribute to be removed.\n\t * @param {string} localName\n\t * The local name of the attribute to be removed.\n\t * @returns {Attr}\n\t * The attribute node that was removed.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link DOMException.NOT_FOUND_ERR} if no attribute with the given namespace URI and local\n\t * name is found.\n\t * @see https://dom.spec.whatwg.org/#dom-namednodemap-removenameditemns\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-namespace\n\t */\n\tremoveNamedItemNS: function (namespaceURI, localName) {\n\t\tvar attr = this.getNamedItemNS(namespaceURI, localName);\n\t\tif (!attr) {\n\t\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, namespaceURI ? namespaceURI + ' : ' + localName : localName);\n\t\t}\n\t\t_removeNamedNode(this._ownerElement, this, attr);\n\t\treturn attr;\n\t},\n\n\t/**\n\t * Get an attribute by namespace and local name.\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI of the attribute.\n\t * @param {string} localName\n\t * The local name of the attribute.\n\t * @returns {Attr | null}\n\t * The attribute with the given namespace URI and local name, or null if no such attribute\n\t * exists.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-get-by-namespace\n\t */\n\tgetNamedItemNS: function (namespaceURI, localName) {\n\t\tif (!namespaceURI) {\n\t\t\tnamespaceURI = null;\n\t\t}\n\t\tvar i = 0;\n\t\twhile (i < this.length) {\n\t\t\tvar node = this[i];\n\t\t\tif (node.localName === localName && node.namespaceURI === namespaceURI) {\n\t\t\t\treturn node;\n\t\t\t}\n\t\t\ti++;\n\t\t}\n\t\treturn null;\n\t},\n};\nNamedNodeMap.prototype[Symbol.iterator] = function () {\n\tvar me = this;\n\tvar index = 0;\n\n\treturn {\n\t\tnext: function () {\n\t\t\tif (index < me.length) {\n\t\t\t\treturn {\n\t\t\t\t\tvalue: me[index++],\n\t\t\t\t\tdone: false,\n\t\t\t\t};\n\t\t\t} else {\n\t\t\t\treturn {\n\t\t\t\t\tdone: true,\n\t\t\t\t};\n\t\t\t}\n\t\t},\n\t\treturn: function () {\n\t\t\treturn {\n\t\t\t\tdone: true,\n\t\t\t};\n\t\t},\n\t};\n};\n\n/**\n * The DOMImplementation interface provides a number of methods for performing operations that\n * are independent of any particular instance of the document object model.\n *\n * The DOMImplementation interface represents an object providing methods which are not\n * dependent on any particular document.\n * Such an object is returned by the `Document.implementation` property.\n *\n * **The individual methods describe the differences compared to the specs**.\n *\n * @class DOMImplementation\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation MDN\n * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-102161490 DOM Level 1 Core\n * (Initial)\n * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-102161490 DOM Level 2 Core\n * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490 DOM Level 3 Core\n * @see https://dom.spec.whatwg.org/#domimplementation DOM Living Standard\n * @constructs DOMImplementation\n */\nfunction DOMImplementation() {}\n\nDOMImplementation.prototype = {\n\t/**\n\t * Test if the DOM implementation implements a specific feature and version, as specified in\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMFeatures DOM Features}.\n\t *\n\t * The DOMImplementation.hasFeature() method returns a Boolean flag indicating if a given\n\t * feature is supported. The different implementations fairly diverged in what kind of\n\t * features were reported. The latest version of the spec settled to force this method to\n\t * always return true, where the functionality was accurate and in use.\n\t *\n\t * @deprecated\n\t * It is deprecated and modern browsers return true in all cases.\n\t * @function DOMImplementation#hasFeature\n\t * @param {string} feature\n\t * The name of the feature to test.\n\t * @param {string} [version]\n\t * This is the version number of the feature to test.\n\t * @returns {boolean}\n\t * Always returns true.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/hasFeature MDN\n\t * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-5CED94D7 DOM Level 1 Core\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature DOM Living Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-5CED94D7 DOM Level 3 Core\n\t */\n\thasFeature: function (feature, version) {\n\t\treturn true;\n\t},\n\t/**\n\t * Creates a DOM Document object of the specified type with its document element. Note that\n\t * based on the {@link DocumentType}\n\t * given to create the document, the implementation may instantiate specialized\n\t * {@link Document} objects that support additional features than the \"Core\", such as \"HTML\"\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#DOM2HTML DOM Level 2 HTML}.\n\t * On the other hand, setting the {@link DocumentType} after the document was created makes\n\t * this very unlikely to happen. Alternatively, specialized {@link Document} creation methods,\n\t * such as createHTMLDocument\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#DOM2HTML DOM Level 2 HTML},\n\t * can be used to obtain specific types of {@link Document} objects.\n\t *\n\t * __It behaves slightly different from the description in the living standard__:\n\t * - There is no interface/class `XMLDocument`, it returns a `Document`\n\t * instance (with it's `type` set to `'xml'`).\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t *\n\t * @function DOMImplementation.createDocument\n\t * @param {string | null} namespaceURI\n\t * The\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-namespaceURI namespace URI}\n\t * of the document element to create or null.\n\t * @param {string | null} qualifiedName\n\t * The\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-qualifiedname qualified name}\n\t * of the document element to be created or null.\n\t * @param {DocumentType | null} [doctype=null]\n\t * The type of document to be created or null. When doctype is not null, its\n\t * {@link Node#ownerDocument} attribute is set to the document being created. Default is\n\t * `null`\n\t * @returns {Document}\n\t * A new {@link Document} object with its document element. If the NamespaceURI,\n\t * qualifiedName, and doctype are null, the returned {@link Document} is empty with no\n\t * document element.\n\t * @throws {DOMException}\n\t * With code:\n\t *\n\t * - `INVALID_CHARACTER_ERR`: Raised if the specified qualified name is not an XML name\n\t * according to {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#XML XML 1.0}.\n\t * - `NAMESPACE_ERR`: Raised if the qualifiedName is malformed, if the qualifiedName has a\n\t * prefix and the namespaceURI is null, or if the qualifiedName is null and the namespaceURI\n\t * is different from null, or if the qualifiedName has a prefix that is \"xml\" and the\n\t * namespaceURI is different from \"{@link http://www.w3.org/XML/1998/namespace}\"\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#Namespaces XML Namespaces},\n\t * or if the DOM implementation does not support the \"XML\" feature but a non-null namespace\n\t * URI was provided, since namespaces were defined by XML.\n\t * - `WRONG_DOCUMENT_ERR`: Raised if doctype has already been used with a different document\n\t * or was created from a different implementation.\n\t * - `NOT_SUPPORTED_ERR`: May be raised if the implementation does not support the feature\n\t * \"XML\" and the language exposed through the Document does not support XML Namespaces (such\n\t * as {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#HTML40 HTML 4.01}).\n\t * @since DOM Level 2.\n\t * @see {@link #createHTMLDocument}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocument MDN\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument DOM Living Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-2-Core-DOM-createDocument DOM\n\t * Level 3 Core\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocument DOM\n\t * Level 2 Core (initial)\n\t */\n\tcreateDocument: function (namespaceURI, qualifiedName, doctype) {\n\t\tvar contentType = MIME_TYPE.XML_APPLICATION;\n\t\tif (namespaceURI === NAMESPACE.HTML) {\n\t\t\tcontentType = MIME_TYPE.XML_XHTML_APPLICATION;\n\t\t} else if (namespaceURI === NAMESPACE.SVG) {\n\t\t\tcontentType = MIME_TYPE.XML_SVG_IMAGE;\n\t\t}\n\t\tvar doc = new Document(PDC, { contentType: contentType });\n\t\tdoc.implementation = this;\n\t\tdoc.childNodes = new NodeList();\n\t\tdoc.doctype = doctype || null;\n\t\tif (doctype) {\n\t\t\tdoc.appendChild(doctype);\n\t\t}\n\t\tif (qualifiedName) {\n\t\t\tvar root = doc.createElementNS(namespaceURI, qualifiedName);\n\t\t\tdoc.appendChild(root);\n\t\t}\n\t\treturn doc;\n\t},\n\t/**\n\t * Creates an empty DocumentType node. Entity declarations and notations are not made\n\t * available. Entity reference expansions and default attribute additions do not occur.\n\t *\n\t * **This behavior is slightly different from the one in the specs**:\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t * - `publicId` and `systemId` contain the raw data including any possible quotes,\n\t * so they can always be serialized back to the original value\n\t * - `internalSubset` contains the raw string between `[` and `]` if present,\n\t * but is not parsed or validated in any form.\n\t *\n\t * @function DOMImplementation#createDocumentType\n\t * @param {string} qualifiedName\n\t * The {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-qualifiedname qualified\n\t * name} of the document type to be created.\n\t * @param {string} [publicId]\n\t * The external subset public identifier.\n\t * @param {string} [systemId]\n\t * The external subset system identifier.\n\t * @param {string} [internalSubset]\n\t * the internal subset or an empty string if it is not present\n\t * @returns {DocumentType}\n\t * A new {@link DocumentType} node with {@link Node#ownerDocument} set to null.\n\t * @throws {DOMException}\n\t * With code:\n\t *\n\t * - `INVALID_CHARACTER_ERR`: Raised if the specified qualified name is not an XML name\n\t * according to {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#XML XML 1.0}.\n\t * - `NAMESPACE_ERR`: Raised if the qualifiedName is malformed.\n\t * - `NOT_SUPPORTED_ERR`: May be raised if the implementation does not support the feature\n\t * \"XML\" and the language exposed through the Document does not support XML Namespaces (such\n\t * as {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#HTML40 HTML 4.01}).\n\t * @since DOM Level 2.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocumentType\n\t * MDN\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype DOM Living\n\t * Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-3-Core-DOM-createDocType DOM\n\t * Level 3 Core\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocType DOM\n\t * Level 2 Core\n\t * @see https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md#050\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/#core-ID-Core-DocType-internalSubset\n\t * @prettierignore\n\t */\n\tcreateDocumentType: function (qualifiedName, publicId, systemId, internalSubset) {\n\t\tvalidateQualifiedName(qualifiedName);\n\t\tvar node = new DocumentType(PDC);\n\t\tnode.name = qualifiedName;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.publicId = publicId || '';\n\t\tnode.systemId = systemId || '';\n\t\tnode.internalSubset = internalSubset || '';\n\t\tnode.childNodes = new NodeList();\n\n\t\treturn node;\n\t},\n\t/**\n\t * Returns an HTML document, that might already have a basic DOM structure.\n\t *\n\t * __It behaves slightly different from the description in the living standard__:\n\t * - If the first argument is `false` no initial nodes are added (steps 3-7 in the specs are\n\t * omitted)\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t *\n\t * @param {string | false} [title]\n\t * A string containing the title to give the new HTML document.\n\t * @returns {Document}\n\t * The HTML document.\n\t * @since WHATWG Living Standard.\n\t * @see {@link #createDocument}\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument\n\t * @see https://dom.spec.whatwg.org/#html-document\n\t */\n\tcreateHTMLDocument: function (title) {\n\t\tvar doc = new Document(PDC, { contentType: MIME_TYPE.HTML });\n\t\tdoc.implementation = this;\n\t\tdoc.childNodes = new NodeList();\n\t\tif (title !== false) {\n\t\t\tdoc.doctype = this.createDocumentType('html');\n\t\t\tdoc.doctype.ownerDocument = doc;\n\t\t\tdoc.appendChild(doc.doctype);\n\t\t\tvar htmlNode = doc.createElement('html');\n\t\t\tdoc.appendChild(htmlNode);\n\t\t\tvar headNode = doc.createElement('head');\n\t\t\thtmlNode.appendChild(headNode);\n\t\t\tif (typeof title === 'string') {\n\t\t\t\tvar titleNode = doc.createElement('title');\n\t\t\t\ttitleNode.appendChild(doc.createTextNode(title));\n\t\t\t\theadNode.appendChild(titleNode);\n\t\t\t}\n\t\t\thtmlNode.appendChild(doc.createElement('body'));\n\t\t}\n\t\treturn doc;\n\t},\n};\n\n/**\n * The DOM Node interface is an abstract base class upon which many other DOM API objects are\n * based, thus letting those object types to be used similarly and often interchangeably. As an\n * abstract class, there is no such thing as a plain Node object. All objects that implement\n * Node functionality are based on one of its subclasses. Most notable are Document, Element,\n * and DocumentFragment.\n *\n * In addition, every kind of DOM node is represented by an interface based on Node. These\n * include Attr, CharacterData (which Text, Comment, CDATASection and ProcessingInstruction are\n * all based on), and DocumentType.\n *\n * In some cases, a particular feature of the base Node interface may not apply to one of its\n * child interfaces; in that case, the inheriting node may return null or throw an exception,\n * depending on circumstances. For example, attempting to add children to a node type that\n * cannot have children will throw an exception.\n *\n * **This behavior is slightly different from the in the specs**:\n * - unimplemented interfaces: `EventTarget`\n *\n * @class\n * @abstract\n * @param {Symbol} symbol\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1950641247\n * @see https://dom.spec.whatwg.org/#node\n * @prettierignore\n */\nfunction Node(symbol) {\n\tcheckSymbol(symbol);\n}\n\nNode.prototype = {\n\t/**\n\t * The first child of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tfirstChild: null,\n\t/**\n\t * The last child of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tlastChild: null,\n\t/**\n\t * The previous sibling of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tpreviousSibling: null,\n\t/**\n\t * The next sibling of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tnextSibling: null,\n\t/**\n\t * The parent node of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tparentNode: null,\n\t/**\n\t * The parent element of this node.\n\t *\n\t * @type {Element | null}\n\t */\n\tget parentElement() {\n\t\treturn this.parentNode && this.parentNode.nodeType === this.ELEMENT_NODE ? this.parentNode : null;\n\t},\n\t/**\n\t * The child nodes of this node.\n\t *\n\t * @type {NodeList}\n\t */\n\tchildNodes: null,\n\t/**\n\t * The document object associated with this node.\n\t *\n\t * @type {Document | null}\n\t */\n\townerDocument: null,\n\t/**\n\t * The value of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tnodeValue: null,\n\t/**\n\t * The namespace URI of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tnamespaceURI: null,\n\t/**\n\t * The prefix of the namespace for this node.\n\t *\n\t * @type {string | null}\n\t */\n\tprefix: null,\n\t/**\n\t * The local part of the qualified name of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tlocalName: null,\n\t/**\n\t * The baseURI is currently always `about:blank`,\n\t * since that's what happens when you create a document from scratch.\n\t *\n\t * @type {'about:blank'}\n\t */\n\tbaseURI: 'about:blank',\n\t/**\n\t * Is true if this node is part of a document.\n\t *\n\t * @type {boolean}\n\t */\n\tget isConnected() {\n\t\tvar rootNode = this.getRootNode();\n\t\treturn rootNode && rootNode.nodeType === rootNode.DOCUMENT_NODE;\n\t},\n\t/**\n\t * Checks whether `other` is an inclusive descendant of this node.\n\t *\n\t * @param {Node | null | undefined} other\n\t * The node to check.\n\t * @returns {boolean}\n\t * True if `other` is an inclusive descendant of this node; false otherwise.\n\t * @see https://dom.spec.whatwg.org/#dom-node-contains\n\t */\n\tcontains: function (other) {\n\t\tif (!other) return false;\n\t\tvar parent = other;\n\t\tdo {\n\t\t\tif (this === parent) return true;\n\t\t\tparent = other.parentNode;\n\t\t} while (parent);\n\t\treturn false;\n\t},\n\t/**\n\t * @typedef GetRootNodeOptions\n\t * @property {boolean} [composed=false]\n\t */\n\t/**\n\t * Searches for the root node of this node.\n\t *\n\t * **This behavior is slightly different from the in the specs**:\n\t * - ignores `options.composed`, since `ShadowRoot`s are unsupported, always returns root.\n\t *\n\t * @param {GetRootNodeOptions} [options]\n\t * @returns {Node}\n\t * Root node.\n\t * @see https://dom.spec.whatwg.org/#dom-node-getrootnode\n\t * @see https://dom.spec.whatwg.org/#concept-shadow-including-root\n\t */\n\tgetRootNode: function (options) {\n\t\tvar parent = this;\n\t\tdo {\n\t\t\tif (!parent.parentNode) {\n\t\t\t\treturn parent;\n\t\t\t}\n\t\t\tparent = parent.parentNode;\n\t\t} while (parent);\n\t},\n\t/**\n\t * Checks whether the given node is equal to this node.\n\t *\n\t * @param {Node} [otherNode]\n\t * @see https://dom.spec.whatwg.org/#concept-node-equals\n\t */\n\tisEqualNode: function (otherNode) {\n\t\tif (!otherNode) return false;\n\n\t\tif (this.nodeType !== otherNode.nodeType) return false;\n\n\t\tswitch (this.nodeType) {\n\t\t\tcase this.DOCUMENT_TYPE_NODE:\n\t\t\t\tif (this.name !== otherNode.name) return false;\n\t\t\t\tif (this.publicId !== otherNode.publicId) return false;\n\t\t\t\tif (this.systemId !== otherNode.systemId) return false;\n\t\t\t\tbreak;\n\t\t\tcase this.ELEMENT_NODE:\n\t\t\t\tif (this.namespaceURI !== otherNode.namespaceURI) return false;\n\t\t\t\tif (this.prefix !== otherNode.prefix) return false;\n\t\t\t\tif (this.localName !== otherNode.localName) return false;\n\t\t\t\tif (this.attributes.length !== otherNode.attributes.length) return false;\n\t\t\t\tfor (var i = 0; i < this.attributes.length; i++) {\n\t\t\t\t\tvar attr = this.attributes.item(i);\n\t\t\t\t\tif (!attr.isEqualNode(otherNode.getAttributeNodeNS(attr.namespaceURI, attr.localName))) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase this.ATTRIBUTE_NODE:\n\t\t\t\tif (this.namespaceURI !== otherNode.namespaceURI) return false;\n\t\t\t\tif (this.localName !== otherNode.localName) return false;\n\t\t\t\tif (this.value !== otherNode.value) return false;\n\n\t\t\t\tbreak;\n\t\t\tcase this.PROCESSING_INSTRUCTION_NODE:\n\t\t\t\tif (this.target !== otherNode.target || this.data !== otherNode.data) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase this.TEXT_NODE:\n\t\t\tcase this.COMMENT_NODE:\n\t\t\t\tif (this.data !== otherNode.data) return false;\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif (this.childNodes.length !== otherNode.childNodes.length) {\n\t\t\treturn false;\n\t\t}\n\n\t\tfor (var i = 0; i < this.childNodes.length; i++) {\n\t\t\tif (!this.childNodes[i].isEqualNode(otherNode.childNodes[i])) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\n\t\treturn true;\n\t},\n\t/**\n\t * Checks whether or not the given node is this node.\n\t *\n\t * @param {Node} [otherNode]\n\t */\n\tisSameNode: function (otherNode) {\n\t\treturn this === otherNode;\n\t},\n\t/**\n\t * Inserts a node before a reference node as a child of this node.\n\t *\n\t * @param {Node} newChild\n\t * The new child node to be inserted.\n\t * @param {Node | null} refChild\n\t * The reference node before which newChild will be inserted.\n\t * @returns {Node}\n\t * The new child node successfully inserted.\n\t * @throws {DOMException}\n\t * Throws a DOMException if inserting the node would result in a DOM tree that is not\n\t * well-formed, or if `child` is provided but is not a child of `parent`.\n\t * See {@link _insertBefore} for more details.\n\t * @since Modified in DOM L2\n\t */\n\tinsertBefore: function (newChild, refChild) {\n\t\treturn _insertBefore(this, newChild, refChild);\n\t},\n\t/**\n\t * Replaces an old child node with a new child node within this node.\n\t *\n\t * @param {Node} newChild\n\t * The new node that is to replace the old node.\n\t * If it already exists in the DOM, it is removed from its original position.\n\t * @param {Node} oldChild\n\t * The existing child node to be replaced.\n\t * @returns {Node}\n\t * Returns the replaced child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if replacing the node would result in a DOM tree that is not\n\t * well-formed, or if `oldChild` is not a child of `this`.\n\t * This can also occur if the pre-replacement validity assertion fails.\n\t * See {@link _insertBefore}, {@link Node.removeChild}, and\n\t * {@link assertPreReplacementValidityInDocument} for more details.\n\t * @see https://dom.spec.whatwg.org/#concept-node-replace\n\t */\n\treplaceChild: function (newChild, oldChild) {\n\t\t_insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);\n\t\tif (oldChild) {\n\t\t\tthis.removeChild(oldChild);\n\t\t}\n\t},\n\t/**\n\t * Removes an existing child node from this node.\n\t *\n\t * @param {Node} oldChild\n\t * The child node to be removed.\n\t * @returns {Node}\n\t * Returns the removed child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if `oldChild` is not a child of `this`.\n\t * See {@link _removeChild} for more details.\n\t */\n\tremoveChild: function (oldChild) {\n\t\treturn _removeChild(this, oldChild);\n\t},\n\t/**\n\t * Appends a child node to this node.\n\t *\n\t * @param {Node} newChild\n\t * The child node to be appended to this node.\n\t * If it already exists in the DOM, it is removed from its original position.\n\t * @returns {Node}\n\t * Returns the appended child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if appending the node would result in a DOM tree that is not\n\t * well-formed, or if `newChild` is not a valid Node.\n\t * See {@link insertBefore} for more details.\n\t */\n\tappendChild: function (newChild) {\n\t\treturn this.insertBefore(newChild, null);\n\t},\n\t/**\n\t * Determines whether this node has any child nodes.\n\t *\n\t * @returns {boolean}\n\t * Returns true if this node has any child nodes, and false otherwise.\n\t */\n\thasChildNodes: function () {\n\t\treturn this.firstChild != null;\n\t},\n\t/**\n\t * Creates a copy of the calling node.\n\t *\n\t * @param {boolean} deep\n\t * If true, the contents of the node are recursively copied.\n\t * If false, only the node itself (and its attributes, if it is an element) are copied.\n\t * @returns {Node}\n\t * Returns the newly created copy of the node.\n\t * @throws {DOMException}\n\t * May throw a DOMException if operations within {@link Element#setAttributeNode} or\n\t * {@link Node#appendChild} (which are potentially invoked in this method) do not meet their\n\t * specific constraints.\n\t * @see {@link cloneNode}\n\t */\n\tcloneNode: function (deep) {\n\t\treturn cloneNode(this.ownerDocument || this, this, deep);\n\t},\n\t/**\n\t * Puts the specified node and all of its subtree into a \"normalized\" form. In a normalized\n\t * subtree, no text nodes in the subtree are empty and there are no adjacent text nodes.\n\t *\n\t * Specifically, this method merges any adjacent text nodes (i.e., nodes for which `nodeType`\n\t * is `TEXT_NODE`) into a single node with the combined data. It also removes any empty text\n\t * nodes.\n\t *\n\t * This method operates recursively, so it also normalizes any and all descendent nodes within\n\t * the subtree.\n\t *\n\t * @throws {DOMException}\n\t * May throw a DOMException if operations within removeChild or appendData (which are\n\t * potentially invoked in this method) do not meet their specific constraints.\n\t * @since Modified in DOM Level 2\n\t * @see {@link Node.removeChild}\n\t * @see {@link CharacterData.appendData}\n\t */\n\tnormalize: function () {\n\t\tvar child = this.firstChild;\n\t\twhile (child) {\n\t\t\tvar next = child.nextSibling;\n\t\t\tif (next && next.nodeType == TEXT_NODE && child.nodeType == TEXT_NODE) {\n\t\t\t\tthis.removeChild(next);\n\t\t\t\tchild.appendData(next.data);\n\t\t\t} else {\n\t\t\t\tchild.normalize();\n\t\t\t\tchild = next;\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Checks whether the DOM implementation implements a specific feature and its version.\n\t *\n\t * @deprecated\n\t * Since `DOMImplementation.hasFeature` is deprecated and always returns true.\n\t * @param {string} feature\n\t * The package name of the feature to test. This is the same name that can be passed to the\n\t * method `hasFeature` on `DOMImplementation`.\n\t * @param {string} version\n\t * This is the version number of the package name to test.\n\t * @returns {boolean}\n\t * Returns true in all cases in the current implementation.\n\t * @since Introduced in DOM Level 2\n\t * @see {@link DOMImplementation.hasFeature}\n\t */\n\tisSupported: function (feature, version) {\n\t\treturn this.ownerDocument.implementation.hasFeature(feature, version);\n\t},\n\t/**\n\t * Look up the prefix associated to the given namespace URI, starting from this node.\n\t * **The default namespace declarations are ignored by this method.**\n\t * See Namespace Prefix Lookup for details on the algorithm used by this method.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI for which to find the associated prefix.\n\t * @returns {string | null}\n\t * The associated prefix, if found; otherwise, null.\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespacePrefix\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/namespaces-algorithms.html#lookupNamespacePrefixAlgo\n\t * @see https://dom.spec.whatwg.org/#dom-node-lookupprefix\n\t * @see https://github.com/xmldom/xmldom/issues/322\n\t * @prettierignore\n\t */\n\tlookupPrefix: function (namespaceURI) {\n\t\tvar el = this;\n\t\twhile (el) {\n\t\t\tvar map = el._nsMap;\n\t\t\t//console.dir(map)\n\t\t\tif (map) {\n\t\t\t\tfor (var n in map) {\n\t\t\t\t\tif (hasOwn(map, n) && map[n] === namespaceURI) {\n\t\t\t\t\t\treturn n;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tel = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;\n\t\t}\n\t\treturn null;\n\t},\n\t/**\n\t * This function is used to look up the namespace URI associated with the given prefix,\n\t * starting from this node.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} prefix\n\t * The prefix for which to find the associated namespace URI.\n\t * @returns {string | null}\n\t * The associated namespace URI, if found; otherwise, null.\n\t * @since DOM Level 3\n\t * @see https://dom.spec.whatwg.org/#dom-node-lookupnamespaceuri\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespaceURI\n\t * @prettierignore\n\t */\n\tlookupNamespaceURI: function (prefix) {\n\t\tvar el = this;\n\t\twhile (el) {\n\t\t\tvar map = el._nsMap;\n\t\t\t//console.dir(map)\n\t\t\tif (map) {\n\t\t\t\tif (hasOwn(map, prefix)) {\n\t\t\t\t\treturn map[prefix];\n\t\t\t\t}\n\t\t\t}\n\t\t\tel = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;\n\t\t}\n\t\treturn null;\n\t},\n\t/**\n\t * Determines whether the given namespace URI is the default namespace.\n\t *\n\t * The function works by looking up the prefix associated with the given namespace URI. If no\n\t * prefix is found (i.e., the namespace URI is not registered in the namespace map of this\n\t * node or any of its ancestors), it returns `true`, implying the namespace URI is considered\n\t * the default.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI to be checked.\n\t * @returns {boolean}\n\t * Returns true if the given namespace URI is the default namespace, false otherwise.\n\t * @since DOM Level 3\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isDefaultNamespace\n\t * @see https://dom.spec.whatwg.org/#dom-node-isdefaultnamespace\n\t * @prettierignore\n\t */\n\tisDefaultNamespace: function (namespaceURI) {\n\t\tvar prefix = this.lookupPrefix(namespaceURI);\n\t\treturn prefix == null;\n\t},\n\t/**\n\t * Compares the reference node with a node with regard to their position in the document and\n\t * according to the document order.\n\t *\n\t * @param {Node} other\n\t * The node to compare the reference node to.\n\t * @returns {number}\n\t * Returns how the node is positioned relatively to the reference node according to the\n\t * bitmask. 0 if reference node and given node are the same.\n\t * @since DOM Level 3\n\t * @see https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#Node3-compare\n\t * @see https://dom.spec.whatwg.org/#dom-node-comparedocumentposition\n\t */\n\tcompareDocumentPosition: function (other) {\n\t\tif (this === other) return 0;\n\t\tvar node1 = other;\n\t\tvar node2 = this;\n\t\tvar attr1 = null;\n\t\tvar attr2 = null;\n\t\tif (node1 instanceof Attr) {\n\t\t\tattr1 = node1;\n\t\t\tnode1 = attr1.ownerElement;\n\t\t}\n\t\tif (node2 instanceof Attr) {\n\t\t\tattr2 = node2;\n\t\t\tnode2 = attr2.ownerElement;\n\t\t\tif (attr1 && node1 && node2 === node1) {\n\t\t\t\tfor (var i = 0, attr; (attr = node2.attributes[i]); i++) {\n\t\t\t\t\tif (attr === attr1)\n\t\t\t\t\t\treturn DocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t\t\t\tif (attr === attr2)\n\t\t\t\t\t\treturn DocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (!node1 || !node2 || node2.ownerDocument !== node1.ownerDocument) {\n\t\t\treturn (\n\t\t\t\tDocumentPosition.DOCUMENT_POSITION_DISCONNECTED +\n\t\t\t\tDocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC +\n\t\t\t\t(docGUID(node2.ownerDocument) > docGUID(node1.ownerDocument)\n\t\t\t\t\t? DocumentPosition.DOCUMENT_POSITION_FOLLOWING\n\t\t\t\t\t: DocumentPosition.DOCUMENT_POSITION_PRECEDING)\n\t\t\t);\n\t\t}\n\t\tvar chain1 = parentChain(node1);\n\t\tvar chain2 = parentChain(node2);\n\t\tif ((!attr1 && chain2.indexOf(node1) >= 0) || (attr2 && node1 === node2)) {\n\t\t\treturn DocumentPosition.DOCUMENT_POSITION_CONTAINS + DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t}\n\t\tif ((!attr2 && chain1.indexOf(node2) >= 0) || (attr1 && node1 === node2)) {\n\t\t\treturn DocumentPosition.DOCUMENT_POSITION_CONTAINED_BY + DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t}\n\t\tvar ca = commonAncestor(chain2, chain1);\n\t\tfor (var n in ca.childNodes) {\n\t\t\tvar child = ca.childNodes[n];\n\t\t\tif (child === node2) return DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\tif (child === node1) return DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t\tif (chain2.indexOf(child) >= 0) return DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\tif (chain1.indexOf(child) >= 0) return DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t}\n\t\treturn 0;\n\t},\n};\n\n/**\n * Encodes special XML characters to their corresponding entities.\n *\n * @param {string} c\n * The character to be encoded.\n * @returns {string}\n * The encoded character.\n * @private\n */\nfunction _xmlEncoder(c) {\n\treturn (\n\t\t(c == '<' && '<') || (c == '>' && '>') || (c == '&' && '&') || (c == '\"' && '"') || '&#' + c.charCodeAt() + ';'\n\t);\n}\n\ncopy(NodeType, Node);\ncopy(NodeType, Node.prototype);\ncopy(DocumentPosition, Node);\ncopy(DocumentPosition, Node.prototype);\n\n/**\n * @param callback\n * Return true for continue,false for break.\n * @returns\n * boolean true: break visit;\n */\nfunction _visitNode(node, callback) {\n\tif (callback(node)) {\n\t\treturn true;\n\t}\n\tif ((node = node.firstChild)) {\n\t\tdo {\n\t\t\tif (_visitNode(node, callback)) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t} while ((node = node.nextSibling));\n\t}\n}\n\n/**\n * @typedef DocumentOptions\n * @property {string} [contentType=MIME_TYPE.XML_APPLICATION]\n */\n/**\n * The Document interface describes the common properties and methods for any kind of document.\n *\n * It should usually be created using `new DOMImplementation().createDocument(...)`\n * or `new DOMImplementation().createHTMLDocument(...)`.\n *\n * The constructor is considered a private API and offers to initially set the `contentType`\n * property via it's options parameter.\n *\n * @class\n * @param {Symbol} symbol\n * @param {DocumentOptions} [options]\n * @augments Node\n * @private\n * @see https://developer.mozilla.org/en-US/docs/Web/API/Document\n * @see https://dom.spec.whatwg.org/#interface-document\n */\nfunction Document(symbol, options) {\n\tcheckSymbol(symbol);\n\n\tvar opt = options || {};\n\tthis.ownerDocument = this;\n\t/**\n\t * The mime type of the document is determined at creation time and can not be modified.\n\t *\n\t * @type {string}\n\t * @see https://dom.spec.whatwg.org/#concept-document-content-type\n\t * @see {@link DOMImplementation}\n\t * @see {@link MIME_TYPE}\n\t * @readonly\n\t */\n\tthis.contentType = opt.contentType || MIME_TYPE.XML_APPLICATION;\n\t/**\n\t * @type {'html' | 'xml'}\n\t * @see https://dom.spec.whatwg.org/#concept-document-type\n\t * @see {@link DOMImplementation}\n\t * @readonly\n\t */\n\tthis.type = isHTMLMimeType(this.contentType) ? 'html' : 'xml';\n}\n\n/**\n * Updates the namespace mapping of an element when a new attribute is added.\n *\n * @param {Document} doc\n * The document that the element belongs to.\n * @param {Element} el\n * The element to which the attribute is being added.\n * @param {Attr} newAttr\n * The new attribute being added.\n * @private\n */\nfunction _onAddAttribute(doc, el, newAttr) {\n\tdoc && doc._inc++;\n\tvar ns = newAttr.namespaceURI;\n\tif (ns === NAMESPACE.XMLNS) {\n\t\t//update namespace\n\t\tel._nsMap[newAttr.prefix ? newAttr.localName : ''] = newAttr.value;\n\t}\n}\n\n/**\n * Updates the namespace mapping of an element when an attribute is removed.\n *\n * @param {Document} doc\n * The document that the element belongs to.\n * @param {Element} el\n * The element from which the attribute is being removed.\n * @param {Attr} newAttr\n * The attribute being removed.\n * @param {boolean} remove\n * Indicates whether the attribute is to be removed.\n * @private\n */\nfunction _onRemoveAttribute(doc, el, newAttr, remove) {\n\tdoc && doc._inc++;\n\tvar ns = newAttr.namespaceURI;\n\tif (ns === NAMESPACE.XMLNS) {\n\t\t//update namespace\n\t\tdelete el._nsMap[newAttr.prefix ? newAttr.localName : ''];\n\t}\n}\n\n/**\n * Updates `parent.childNodes`, adjusting the indexed items and its `length`.\n * If `newChild` is provided and has no nextSibling, it will be appended.\n * Otherwise, it's assumed that an item has been removed or inserted,\n * and `parent.firstNode` and its `.nextSibling` to re-indexing all child nodes of `parent`.\n *\n * @param {Document} doc\n * The parent document of `el`.\n * @param {Node} parent\n * The parent node whose childNodes list needs to be updated.\n * @param {Node} [newChild]\n * The new child node to be appended. If not provided, the function assumes a node has been\n * removed.\n * @private\n */\nfunction _onUpdateChild(doc, parent, newChild) {\n\tif (doc && doc._inc) {\n\t\tdoc._inc++;\n\t\tvar childNodes = parent.childNodes;\n\t\t// assumes nextSibling and previousSibling were already configured upfront\n\t\tif (newChild && !newChild.nextSibling) {\n\t\t\t// if an item has been appended, we only need to update the last index and the length\n\t\t\tchildNodes[childNodes.length++] = newChild;\n\t\t} else {\n\t\t\t// otherwise we need to reindex all items,\n\t\t\t// which can take a while when processing nodes with a lot of children\n\t\t\tvar child = parent.firstChild;\n\t\t\tvar i = 0;\n\t\t\twhile (child) {\n\t\t\t\tchildNodes[i++] = child;\n\t\t\t\tchild = child.nextSibling;\n\t\t\t}\n\t\t\tchildNodes.length = i;\n\t\t\tdelete childNodes[childNodes.length];\n\t\t}\n\t}\n}\n\n/**\n * Removes the connections between `parentNode` and `child`\n * and any existing `child.previousSibling` or `child.nextSibling`.\n *\n * @param {Node} parentNode\n * The parent node from which the child node is to be removed.\n * @param {Node} child\n * The child node to be removed from the parentNode.\n * @returns {Node}\n * Returns the child node that was removed.\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.NOT_FOUND_ERR} If the parentNode is not the parent of the child node.\n * @private\n * @see https://github.com/xmldom/xmldom/issues/135\n * @see https://github.com/xmldom/xmldom/issues/145\n */\nfunction _removeChild(parentNode, child) {\n\tif (parentNode !== child.parentNode) {\n\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, \"child's parent is not parent\");\n\t}\n\tvar oldPreviousSibling = child.previousSibling;\n\tvar oldNextSibling = child.nextSibling;\n\tif (oldPreviousSibling) {\n\t\toldPreviousSibling.nextSibling = oldNextSibling;\n\t} else {\n\t\tparentNode.firstChild = oldNextSibling;\n\t}\n\tif (oldNextSibling) {\n\t\toldNextSibling.previousSibling = oldPreviousSibling;\n\t} else {\n\t\tparentNode.lastChild = oldPreviousSibling;\n\t}\n\t_onUpdateChild(parentNode.ownerDocument, parentNode);\n\tchild.parentNode = null;\n\tchild.previousSibling = null;\n\tchild.nextSibling = null;\n\treturn child;\n}\n\n/**\n * Returns `true` if `node` can be a parent for insertion.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction hasValidParentNodeType(node) {\n\treturn (\n\t\tnode &&\n\t\t(node.nodeType === Node.DOCUMENT_NODE || node.nodeType === Node.DOCUMENT_FRAGMENT_NODE || node.nodeType === Node.ELEMENT_NODE)\n\t);\n}\n\n/**\n * Returns `true` if `node` can be inserted according to it's `nodeType`.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction hasInsertableNodeType(node) {\n\treturn (\n\t\tnode &&\n\t\t(node.nodeType === Node.CDATA_SECTION_NODE ||\n\t\t\tnode.nodeType === Node.COMMENT_NODE ||\n\t\t\tnode.nodeType === Node.DOCUMENT_FRAGMENT_NODE ||\n\t\t\tnode.nodeType === Node.DOCUMENT_TYPE_NODE ||\n\t\t\tnode.nodeType === Node.ELEMENT_NODE ||\n\t\t\tnode.nodeType === Node.PROCESSING_INSTRUCTION_NODE ||\n\t\t\tnode.nodeType === Node.TEXT_NODE)\n\t);\n}\n\n/**\n * Returns true if `node` is a DOCTYPE node.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isDocTypeNode(node) {\n\treturn node && node.nodeType === Node.DOCUMENT_TYPE_NODE;\n}\n\n/**\n * Returns true if the node is an element.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isElementNode(node) {\n\treturn node && node.nodeType === Node.ELEMENT_NODE;\n}\n/**\n * Returns true if `node` is a text node.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isTextNode(node) {\n\treturn node && node.nodeType === Node.TEXT_NODE;\n}\n\n/**\n * Check if en element node can be inserted before `child`, or at the end if child is falsy,\n * according to the presence and position of a doctype node on the same level.\n *\n * @param {Document} doc\n * The document node.\n * @param {Node} child\n * The node that would become the nextSibling if the element would be inserted.\n * @returns {boolean}\n * `true` if an element can be inserted before child.\n * @private\n */\nfunction isElementInsertionPossible(doc, child) {\n\tvar parentChildNodes = doc.childNodes || [];\n\tif (find(parentChildNodes, isElementNode) || isDocTypeNode(child)) {\n\t\treturn false;\n\t}\n\tvar docTypeNode = find(parentChildNodes, isDocTypeNode);\n\treturn !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));\n}\n\n/**\n * Check if en element node can be inserted before `child`, or at the end if child is falsy,\n * according to the presence and position of a doctype node on the same level.\n *\n * @param {Node} doc\n * The document node.\n * @param {Node} child\n * The node that would become the nextSibling if the element would be inserted.\n * @returns {boolean}\n * `true` if an element can be inserted before child.\n * @private\n */\nfunction isElementReplacementPossible(doc, child) {\n\tvar parentChildNodes = doc.childNodes || [];\n\n\tfunction hasElementChildThatIsNotChild(node) {\n\t\treturn isElementNode(node) && node !== child;\n\t}\n\n\tif (find(parentChildNodes, hasElementChildThatIsNotChild)) {\n\t\treturn false;\n\t}\n\tvar docTypeNode = find(parentChildNodes, isDocTypeNode);\n\treturn !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));\n}\n\n/**\n * Asserts pre-insertion validity of a node into a parent before a child.\n * Throws errors for invalid node combinations that would result in an ill-formed DOM.\n *\n * @param {Node} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | null} child\n * The node that should become the `nextSibling` of `node`. If null, no sibling is considered.\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `parent` is not a Document,\n * DocumentFragment, or Element node.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a host-including inclusive\n * ancestor of `parent`. (Currently not implemented)\n * - {@link DOMException.NOT_FOUND_ERR} If `child` is non-null and its `parent` is not\n * `parent`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is not a DocumentFragment,\n * DocumentType, Element, or CharacterData node.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If either `node` is a Text node and `parent` is\n * a document, or if `node` is a doctype and `parent` is not a document.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreInsertionValidity1to5(parent, node, child) {\n\t// 1. If `parent` is not a Document, DocumentFragment, or Element node, then throw a \"HierarchyRequestError\" DOMException.\n\tif (!hasValidParentNodeType(parent)) {\n\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Unexpected parent node type ' + parent.nodeType);\n\t}\n\t// 2. If `node` is a host-including inclusive ancestor of `parent`, then throw a \"HierarchyRequestError\" DOMException.\n\t// not implemented!\n\t// 3. If `child` is non-null and its parent is not `parent`, then throw a \"NotFoundError\" DOMException.\n\tif (child && child.parentNode !== parent) {\n\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, 'child not in parent');\n\t}\n\tif (\n\t\t// 4. If `node` is not a DocumentFragment, DocumentType, Element, or CharacterData node, then throw a \"HierarchyRequestError\" DOMException.\n\t\t!hasInsertableNodeType(node) ||\n\t\t// 5. If either `node` is a Text node and `parent` is a document,\n\t\t// the sax parser currently adds top level text nodes, this will be fixed in 0.9.0\n\t\t// || (node.nodeType === Node.TEXT_NODE && parent.nodeType === Node.DOCUMENT_NODE)\n\t\t// or `node` is a doctype and `parent` is not a document, then throw a \"HierarchyRequestError\" DOMException.\n\t\t(isDocTypeNode(node) && parent.nodeType !== Node.DOCUMENT_NODE)\n\t) {\n\t\tthrow new DOMException(\n\t\t\tDOMException.HIERARCHY_REQUEST_ERR,\n\t\t\t'Unexpected node type ' + node.nodeType + ' for parent node type ' + parent.nodeType\n\t\t);\n\t}\n}\n\n/**\n * Asserts pre-insertion validity of a node into a document before a child.\n * Throws errors for invalid node combinations that would result in an ill-formed DOM.\n *\n * @param {Document} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | undefined} child\n * The node that should become the `nextSibling` of `node`. If undefined, no sibling is\n * considered.\n * @returns {Node}\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentFragment with more than\n * one element child or has a Text node child.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentFragment with one\n * element child and either `parent` has an element child, `child` is a doctype, or `child` is\n * non-null and a doctype is following `child`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is an Element and `parent` has an\n * element child, `child` is a doctype, or `child` is non-null and a doctype is following\n * `child`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentType and `parent` has a\n * doctype child, `child` is non-null and an element is preceding `child`, or `child` is null\n * and `parent` has an element child.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreInsertionValidityInDocument(parent, node, child) {\n\tvar parentChildNodes = parent.childNodes || [];\n\tvar nodeChildNodes = node.childNodes || [];\n\n\t// DocumentFragment\n\tif (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {\n\t\tvar nodeChildElements = nodeChildNodes.filter(isElementNode);\n\t\t// If node has more than one element child or has a Text node child.\n\t\tif (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');\n\t\t}\n\t\t// Otherwise, if `node` has one element child and either `parent` has an element child,\n\t\t// `child` is a doctype, or `child` is non-null and a doctype is following `child`.\n\t\tif (nodeChildElements.length === 1 && !isElementInsertionPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');\n\t\t}\n\t}\n\t// Element\n\tif (isElementNode(node)) {\n\t\t// `parent` has an element child, `child` is a doctype,\n\t\t// or `child` is non-null and a doctype is following `child`.\n\t\tif (!isElementInsertionPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');\n\t\t}\n\t}\n\t// DocumentType\n\tif (isDocTypeNode(node)) {\n\t\t// `parent` has a doctype child,\n\t\tif (find(parentChildNodes, isDocTypeNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');\n\t\t}\n\t\tvar parentElementChild = find(parentChildNodes, isElementNode);\n\t\t// `child` is non-null and an element is preceding `child`,\n\t\tif (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');\n\t\t}\n\t\t// or `child` is null and `parent` has an element child.\n\t\tif (!child && parentElementChild) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can not be appended since element is present');\n\t\t}\n\t}\n}\n\n/**\n * @param {Document} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | undefined} child\n * the node that should become the `nextSibling` of `node`\n * @returns {Node}\n * @throws {DOMException}\n * For several node combinations that would create a DOM that is not well-formed.\n * @throws {DOMException}\n * If `child` is provided but is not a child of `parent`.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreReplacementValidityInDocument(parent, node, child) {\n\tvar parentChildNodes = parent.childNodes || [];\n\tvar nodeChildNodes = node.childNodes || [];\n\n\t// DocumentFragment\n\tif (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {\n\t\tvar nodeChildElements = nodeChildNodes.filter(isElementNode);\n\t\t// If `node` has more than one element child or has a Text node child.\n\t\tif (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');\n\t\t}\n\t\t// Otherwise, if `node` has one element child and either `parent` has an element child that is not `child` or a doctype is following `child`.\n\t\tif (nodeChildElements.length === 1 && !isElementReplacementPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');\n\t\t}\n\t}\n\t// Element\n\tif (isElementNode(node)) {\n\t\t// `parent` has an element child that is not `child` or a doctype is following `child`.\n\t\tif (!isElementReplacementPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');\n\t\t}\n\t}\n\t// DocumentType\n\tif (isDocTypeNode(node)) {\n\t\tfunction hasDoctypeChildThatIsNotChild(node) {\n\t\t\treturn isDocTypeNode(node) && node !== child;\n\t\t}\n\n\t\t// `parent` has a doctype child that is not `child`,\n\t\tif (find(parentChildNodes, hasDoctypeChildThatIsNotChild)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');\n\t\t}\n\t\tvar parentElementChild = find(parentChildNodes, isElementNode);\n\t\t// or an element is preceding `child`.\n\t\tif (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');\n\t\t}\n\t}\n}\n\n/**\n * Inserts a node into a parent node before a child node.\n *\n * @param {Node} parent\n * The parent node to insert the node into.\n * @param {Node} node\n * The node to insert into the parent.\n * @param {Node | null} child\n * The node that should become the next sibling of the node.\n * If null, the function inserts the node at the end of the children of the parent node.\n * @param {Function} [_inDocumentAssertion]\n * An optional function to check pre-insertion validity if parent is a document node.\n * Defaults to {@link assertPreInsertionValidityInDocument}\n * @returns {Node}\n * Returns the inserted node.\n * @throws {DOMException}\n * Throws a DOMException if inserting the node would result in a DOM tree that is not\n * well-formed. See {@link assertPreInsertionValidity1to5},\n * {@link assertPreInsertionValidityInDocument}.\n * @throws {DOMException}\n * Throws a DOMException if child is provided but is not a child of the parent. See\n * {@link Node.removeChild}\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n */\nfunction _insertBefore(parent, node, child, _inDocumentAssertion) {\n\t// To ensure pre-insertion validity of a node into a parent before a child, run these steps:\n\tassertPreInsertionValidity1to5(parent, node, child);\n\n\t// If parent is a document, and any of the statements below, switched on the interface node implements,\n\t// are true, then throw a \"HierarchyRequestError\" DOMException.\n\tif (parent.nodeType === Node.DOCUMENT_NODE) {\n\t\t(_inDocumentAssertion || assertPreInsertionValidityInDocument)(parent, node, child);\n\t}\n\n\tvar cp = node.parentNode;\n\tif (cp) {\n\t\tcp.removeChild(node); //remove and update\n\t}\n\tif (node.nodeType === DOCUMENT_FRAGMENT_NODE) {\n\t\tvar newFirst = node.firstChild;\n\t\tif (newFirst == null) {\n\t\t\treturn node;\n\t\t}\n\t\tvar newLast = node.lastChild;\n\t} else {\n\t\tnewFirst = newLast = node;\n\t}\n\tvar pre = child ? child.previousSibling : parent.lastChild;\n\n\tnewFirst.previousSibling = pre;\n\tnewLast.nextSibling = child;\n\n\tif (pre) {\n\t\tpre.nextSibling = newFirst;\n\t} else {\n\t\tparent.firstChild = newFirst;\n\t}\n\tif (child == null) {\n\t\tparent.lastChild = newLast;\n\t} else {\n\t\tchild.previousSibling = newLast;\n\t}\n\tdo {\n\t\tnewFirst.parentNode = parent;\n\t} while (newFirst !== newLast && (newFirst = newFirst.nextSibling));\n\t_onUpdateChild(parent.ownerDocument || parent, parent, node);\n\tif (node.nodeType == DOCUMENT_FRAGMENT_NODE) {\n\t\tnode.firstChild = node.lastChild = null;\n\t}\n\n\treturn node;\n}\n\nDocument.prototype = {\n\t/**\n\t * The implementation that created this document.\n\t *\n\t * @type DOMImplementation\n\t * @readonly\n\t */\n\timplementation: null,\n\tnodeName: '#document',\n\tnodeType: DOCUMENT_NODE,\n\t/**\n\t * The DocumentType node of the document.\n\t *\n\t * @type DocumentType\n\t * @readonly\n\t */\n\tdoctype: null,\n\tdocumentElement: null,\n\t_inc: 1,\n\n\tinsertBefore: function (newChild, refChild) {\n\t\t//raises\n\t\tif (newChild.nodeType === DOCUMENT_FRAGMENT_NODE) {\n\t\t\tvar child = newChild.firstChild;\n\t\t\twhile (child) {\n\t\t\t\tvar next = child.nextSibling;\n\t\t\t\tthis.insertBefore(child, refChild);\n\t\t\t\tchild = next;\n\t\t\t}\n\t\t\treturn newChild;\n\t\t}\n\t\t_insertBefore(this, newChild, refChild);\n\t\tnewChild.ownerDocument = this;\n\t\tif (this.documentElement === null && newChild.nodeType === ELEMENT_NODE) {\n\t\t\tthis.documentElement = newChild;\n\t\t}\n\n\t\treturn newChild;\n\t},\n\tremoveChild: function (oldChild) {\n\t\tvar removed = _removeChild(this, oldChild);\n\t\tif (removed === this.documentElement) {\n\t\t\tthis.documentElement = null;\n\t\t}\n\t\treturn removed;\n\t},\n\treplaceChild: function (newChild, oldChild) {\n\t\t//raises\n\t\t_insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);\n\t\tnewChild.ownerDocument = this;\n\t\tif (oldChild) {\n\t\t\tthis.removeChild(oldChild);\n\t\t}\n\t\tif (isElementNode(newChild)) {\n\t\t\tthis.documentElement = newChild;\n\t\t}\n\t},\n\t// Introduced in DOM Level 2:\n\timportNode: function (importedNode, deep) {\n\t\treturn importNode(this, importedNode, deep);\n\t},\n\t// Introduced in DOM Level 2:\n\tgetElementById: function (id) {\n\t\tvar rtv = null;\n\t\t_visitNode(this.documentElement, function (node) {\n\t\t\tif (node.nodeType == ELEMENT_NODE) {\n\t\t\t\tif (node.getAttribute('id') == id) {\n\t\t\t\t\trtv = node;\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\treturn rtv;\n\t},\n\n\t/**\n\t * Creates a new `Element` that is owned by this `Document`.\n\t * In HTML Documents `localName` is the lower cased `tagName`,\n\t * otherwise no transformation is being applied.\n\t * When `contentType` implies the HTML namespace, it will be set as `namespaceURI`.\n\t *\n\t * __This implementation differs from the specification:__ - The provided name is not checked\n\t * against the `Name` production,\n\t * so no related error will be thrown.\n\t * - There is no interface `HTMLElement`, it is always an `Element`.\n\t * - There is no support for a second argument to indicate using custom elements.\n\t *\n\t * @param {string} tagName\n\t * @returns {Element}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement\n\t * @see https://dom.spec.whatwg.org/#dom-document-createelement\n\t * @see https://dom.spec.whatwg.org/#concept-create-element\n\t */\n\tcreateElement: function (tagName) {\n\t\tvar node = new Element(PDC);\n\t\tnode.ownerDocument = this;\n\t\tif (this.type === 'html') {\n\t\t\ttagName = tagName.toLowerCase();\n\t\t}\n\t\tif (hasDefaultHTMLNamespace(this.contentType)) {\n\t\t\tnode.namespaceURI = NAMESPACE.HTML;\n\t\t}\n\t\tnode.nodeName = tagName;\n\t\tnode.tagName = tagName;\n\t\tnode.localName = tagName;\n\t\tnode.childNodes = new NodeList();\n\t\tvar attrs = (node.attributes = new NamedNodeMap());\n\t\tattrs._ownerElement = node;\n\t\treturn node;\n\t},\n\t/**\n\t * @returns {DocumentFragment}\n\t */\n\tcreateDocumentFragment: function () {\n\t\tvar node = new DocumentFragment(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {Text}\n\t */\n\tcreateTextNode: function (data) {\n\t\tvar node = new Text(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {Comment}\n\t */\n\tcreateComment: function (data) {\n\t\tvar node = new Comment(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {CDATASection}\n\t */\n\tcreateCDATASection: function (data) {\n\t\tvar node = new CDATASection(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} target\n\t * @param {string} data\n\t * @returns {ProcessingInstruction}\n\t */\n\tcreateProcessingInstruction: function (target, data) {\n\t\tvar node = new ProcessingInstruction(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = node.target = target;\n\t\tnode.nodeValue = node.data = data;\n\t\treturn node;\n\t},\n\t/**\n\t * Creates an `Attr` node that is owned by this document.\n\t * In HTML Documents `localName` is the lower cased `name`,\n\t * otherwise no transformation is being applied.\n\t *\n\t * __This implementation differs from the specification:__ - The provided name is not checked\n\t * against the `Name` production,\n\t * so no related error will be thrown.\n\t *\n\t * @param {string} name\n\t * @returns {Attr}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/createAttribute\n\t * @see https://dom.spec.whatwg.org/#dom-document-createattribute\n\t */\n\tcreateAttribute: function (name) {\n\t\tif (!g.QName_exact.test(name)) {\n\t\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'invalid character in name \"' + name + '\"');\n\t\t}\n\t\tif (this.type === 'html') {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\treturn this._createAttribute(name);\n\t},\n\t_createAttribute: function (name) {\n\t\tvar node = new Attr(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.name = name;\n\t\tnode.nodeName = name;\n\t\tnode.localName = name;\n\t\tnode.specified = true;\n\t\treturn node;\n\t},\n\t/**\n\t * Creates an EntityReference object.\n\t * The current implementation does not fill the `childNodes` with those of the corresponding\n\t * `Entity`\n\t *\n\t * @deprecated\n\t * In DOM Level 4.\n\t * @param {string} name\n\t * The name of the entity to reference. No namespace well-formedness checks are performed.\n\t * @returns {EntityReference}\n\t * @throws {DOMException}\n\t * With code `INVALID_CHARACTER_ERR` when `name` is not valid.\n\t * @throws {DOMException}\n\t * with code `NOT_SUPPORTED_ERR` when the document is of type `html`\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-392B75AE\n\t */\n\tcreateEntityReference: function (name) {\n\t\tif (!g.Name.test(name)) {\n\t\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'not a valid xml name \"' + name + '\"');\n\t\t}\n\t\tif (this.type === 'html') {\n\t\t\tthrow new DOMException('document is an html document', DOMExceptionName.NotSupportedError);\n\t\t}\n\n\t\tvar node = new EntityReference(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = name;\n\t\treturn node;\n\t},\n\t// Introduced in DOM Level 2:\n\t/**\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @returns {Element}\n\t */\n\tcreateElementNS: function (namespaceURI, qualifiedName) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar node = new Element(PDC);\n\t\tvar attrs = (node.attributes = new NamedNodeMap());\n\t\tnode.childNodes = new NodeList();\n\t\tnode.ownerDocument = this;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.tagName = qualifiedName;\n\t\tnode.namespaceURI = validated[0];\n\t\tnode.prefix = validated[1];\n\t\tnode.localName = validated[2];\n\t\tattrs._ownerElement = node;\n\t\treturn node;\n\t},\n\t// Introduced in DOM Level 2:\n\t/**\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @returns {Attr}\n\t */\n\tcreateAttributeNS: function (namespaceURI, qualifiedName) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar node = new Attr(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.name = qualifiedName;\n\t\tnode.specified = true;\n\t\tnode.namespaceURI = validated[0];\n\t\tnode.prefix = validated[1];\n\t\tnode.localName = validated[2];\n\t\treturn node;\n\t},\n};\n_extends(Document, Node);\n\nfunction Element(symbol) {\n\tcheckSymbol(symbol);\n\n\tthis._nsMap = Object.create(null);\n}\nElement.prototype = {\n\tnodeType: ELEMENT_NODE,\n\t/**\n\t * The attributes of this element.\n\t *\n\t * @type {NamedNodeMap | null}\n\t */\n\tattributes: null,\n\tgetQualifiedName: function () {\n\t\treturn this.prefix ? this.prefix + ':' + this.localName : this.localName;\n\t},\n\t_isInHTMLDocumentAndNamespace: function () {\n\t\treturn this.ownerDocument.type === 'html' && this.namespaceURI === NAMESPACE.HTML;\n\t},\n\thasAttribute: function (name) {\n\t\treturn !!this.getAttributeNode(name);\n\t},\n\t/**\n\t * Returns element’s first attribute whose qualified name is `name`, and `null`\n\t * if there is no such attribute.\n\t *\n\t * @param {string} name\n\t * @returns {string | null}\n\t */\n\tgetAttribute: function (name) {\n\t\tvar attr = this.getAttributeNode(name);\n\t\treturn attr ? attr.value : null;\n\t},\n\tgetAttributeNode: function (name) {\n\t\tif (this._isInHTMLDocumentAndNamespace()) {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\treturn this.attributes.getNamedItem(name);\n\t},\n\t/**\n\t * Sets the value of element’s first attribute whose qualified name is qualifiedName to value.\n\t *\n\t * @param {string} name\n\t * @param {string} value\n\t */\n\tsetAttribute: function (name, value) {\n\t\tif (this._isInHTMLDocumentAndNamespace()) {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\tvar attr = this.getAttributeNode(name);\n\t\tif (attr) {\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t} else {\n\t\t\tattr = this.ownerDocument._createAttribute(name);\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t\tthis.setAttributeNode(attr);\n\t\t}\n\t},\n\tremoveAttribute: function (name) {\n\t\tvar attr = this.getAttributeNode(name);\n\t\tattr && this.removeAttributeNode(attr);\n\t},\n\tsetAttributeNode: function (newAttr) {\n\t\treturn this.attributes.setNamedItem(newAttr);\n\t},\n\tsetAttributeNodeNS: function (newAttr) {\n\t\treturn this.attributes.setNamedItemNS(newAttr);\n\t},\n\tremoveAttributeNode: function (oldAttr) {\n\t\t//console.log(this == oldAttr.ownerElement)\n\t\treturn this.attributes.removeNamedItem(oldAttr.nodeName);\n\t},\n\t//get real attribute name,and remove it by removeAttributeNode\n\tremoveAttributeNS: function (namespaceURI, localName) {\n\t\tvar old = this.getAttributeNodeNS(namespaceURI, localName);\n\t\told && this.removeAttributeNode(old);\n\t},\n\n\thasAttributeNS: function (namespaceURI, localName) {\n\t\treturn this.getAttributeNodeNS(namespaceURI, localName) != null;\n\t},\n\t/**\n\t * Returns element’s attribute whose namespace is `namespaceURI` and local name is\n\t * `localName`,\n\t * or `null` if there is no such attribute.\n\t *\n\t * @param {string} namespaceURI\n\t * @param {string} localName\n\t * @returns {string | null}\n\t */\n\tgetAttributeNS: function (namespaceURI, localName) {\n\t\tvar attr = this.getAttributeNodeNS(namespaceURI, localName);\n\t\treturn attr ? attr.value : null;\n\t},\n\t/**\n\t * Sets the value of element’s attribute whose namespace is `namespaceURI` and local name is\n\t * `localName` to value.\n\t *\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @param {string} value\n\t * @see https://dom.spec.whatwg.org/#dom-element-setattributens\n\t */\n\tsetAttributeNS: function (namespaceURI, qualifiedName, value) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar localName = validated[2];\n\t\tvar attr = this.getAttributeNodeNS(namespaceURI, localName);\n\t\tif (attr) {\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t} else {\n\t\t\tattr = this.ownerDocument.createAttributeNS(namespaceURI, qualifiedName);\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t\tthis.setAttributeNode(attr);\n\t\t}\n\t},\n\tgetAttributeNodeNS: function (namespaceURI, localName) {\n\t\treturn this.attributes.getNamedItemNS(namespaceURI, localName);\n\t},\n\n\t/**\n\t * Returns a LiveNodeList of all child elements which have **all** of the given class name(s).\n\t *\n\t * Returns an empty list if `classNames` is an empty string or only contains HTML white space\n\t * characters.\n\t *\n\t * Warning: This returns a live LiveNodeList.\n\t * Changes in the DOM will reflect in the array as the changes occur.\n\t * If an element selected by this array no longer qualifies for the selector,\n\t * it will automatically be removed. Be aware of this for iteration purposes.\n\t *\n\t * @param {string} classNames\n\t * Is a string representing the class name(s) to match; multiple class names are separated by\n\t * (ASCII-)whitespace.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByClassName\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName\n\t * @see https://dom.spec.whatwg.org/#concept-getelementsbyclassname\n\t */\n\tgetElementsByClassName: function (classNames) {\n\t\tvar classNamesSet = toOrderedSet(classNames);\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\tif (classNamesSet.length > 0) {\n\t\t\t\t_visitNode(base, function (node) {\n\t\t\t\t\tif (node !== base && node.nodeType === ELEMENT_NODE) {\n\t\t\t\t\t\tvar nodeClassNames = node.getAttribute('class');\n\t\t\t\t\t\t// can be null if the attribute does not exist\n\t\t\t\t\t\tif (nodeClassNames) {\n\t\t\t\t\t\t\t// before splitting and iterating just compare them for the most common case\n\t\t\t\t\t\t\tvar matches = classNames === nodeClassNames;\n\t\t\t\t\t\t\tif (!matches) {\n\t\t\t\t\t\t\t\tvar nodeClassNamesSet = toOrderedSet(nodeClassNames);\n\t\t\t\t\t\t\t\tmatches = classNamesSet.every(arrayIncludes(nodeClassNamesSet));\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (matches) {\n\t\t\t\t\t\t\t\tls.push(node);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn ls;\n\t\t});\n\t},\n\n\t/**\n\t * Returns a LiveNodeList of elements with the given qualifiedName.\n\t * Searching for all descendants can be done by passing `*` as `qualifiedName`.\n\t *\n\t * All descendants of the specified element are searched, but not the element itself.\n\t * The returned list is live, which means it updates itself with the DOM tree automatically.\n\t * Therefore, there is no need to call `Element.getElementsByTagName()`\n\t * with the same element and arguments repeatedly if the DOM changes in between calls.\n\t *\n\t * When called on an HTML element in an HTML document,\n\t * `getElementsByTagName` lower-cases the argument before searching for it.\n\t * This is undesirable when trying to match camel-cased SVG elements (such as\n\t * ``) in an HTML document.\n\t * Instead, use `Element.getElementsByTagNameNS()`,\n\t * which preserves the capitalization of the tag name.\n\t *\n\t * `Element.getElementsByTagName` is similar to `Document.getElementsByTagName()`,\n\t * except that it only searches for elements that are descendants of the specified element.\n\t *\n\t * @param {string} qualifiedName\n\t * @returns {LiveNodeList}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByTagName\n\t * @see https://dom.spec.whatwg.org/#concept-getelementsbytagname\n\t */\n\tgetElementsByTagName: function (qualifiedName) {\n\t\tvar isHTMLDocument = (this.nodeType === DOCUMENT_NODE ? this : this.ownerDocument).type === 'html';\n\t\tvar lowerQualifiedName = qualifiedName.toLowerCase();\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\t_visitNode(base, function (node) {\n\t\t\t\tif (node === base || node.nodeType !== ELEMENT_NODE) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (qualifiedName === '*') {\n\t\t\t\t\tls.push(node);\n\t\t\t\t} else {\n\t\t\t\t\tvar nodeQualifiedName = node.getQualifiedName();\n\t\t\t\t\tvar matchingQName = isHTMLDocument && node.namespaceURI === NAMESPACE.HTML ? lowerQualifiedName : qualifiedName;\n\t\t\t\t\tif (nodeQualifiedName === matchingQName) {\n\t\t\t\t\t\tls.push(node);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn ls;\n\t\t});\n\t},\n\tgetElementsByTagNameNS: function (namespaceURI, localName) {\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\t_visitNode(base, function (node) {\n\t\t\t\tif (\n\t\t\t\t\tnode !== base &&\n\t\t\t\t\tnode.nodeType === ELEMENT_NODE &&\n\t\t\t\t\t(namespaceURI === '*' || node.namespaceURI === namespaceURI) &&\n\t\t\t\t\t(localName === '*' || node.localName == localName)\n\t\t\t\t) {\n\t\t\t\t\tls.push(node);\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn ls;\n\t\t});\n\t},\n};\nDocument.prototype.getElementsByClassName = Element.prototype.getElementsByClassName;\nDocument.prototype.getElementsByTagName = Element.prototype.getElementsByTagName;\nDocument.prototype.getElementsByTagNameNS = Element.prototype.getElementsByTagNameNS;\n\n_extends(Element, Node);\nfunction Attr(symbol) {\n\tcheckSymbol(symbol);\n\n\tthis.namespaceURI = null;\n\tthis.prefix = null;\n\tthis.ownerElement = null;\n}\nAttr.prototype.nodeType = ATTRIBUTE_NODE;\n_extends(Attr, Node);\n\nfunction CharacterData(symbol) {\n\tcheckSymbol(symbol);\n}\nCharacterData.prototype = {\n\tdata: '',\n\tsubstringData: function (offset, count) {\n\t\treturn this.data.substring(offset, offset + count);\n\t},\n\tappendData: function (text) {\n\t\ttext = this.data + text;\n\t\tthis.nodeValue = this.data = text;\n\t\tthis.length = text.length;\n\t},\n\tinsertData: function (offset, text) {\n\t\tthis.replaceData(offset, 0, text);\n\t},\n\tdeleteData: function (offset, count) {\n\t\tthis.replaceData(offset, count, '');\n\t},\n\treplaceData: function (offset, count, text) {\n\t\tvar start = this.data.substring(0, offset);\n\t\tvar end = this.data.substring(offset + count);\n\t\ttext = start + text + end;\n\t\tthis.nodeValue = this.data = text;\n\t\tthis.length = text.length;\n\t},\n};\n_extends(CharacterData, Node);\nfunction Text(symbol) {\n\tcheckSymbol(symbol);\n}\nText.prototype = {\n\tnodeName: '#text',\n\tnodeType: TEXT_NODE,\n\tsplitText: function (offset) {\n\t\tvar text = this.data;\n\t\tvar newText = text.substring(offset);\n\t\ttext = text.substring(0, offset);\n\t\tthis.data = this.nodeValue = text;\n\t\tthis.length = text.length;\n\t\tvar newNode = this.ownerDocument.createTextNode(newText);\n\t\tif (this.parentNode) {\n\t\t\tthis.parentNode.insertBefore(newNode, this.nextSibling);\n\t\t}\n\t\treturn newNode;\n\t},\n};\n_extends(Text, CharacterData);\nfunction Comment(symbol) {\n\tcheckSymbol(symbol);\n}\nComment.prototype = {\n\tnodeName: '#comment',\n\tnodeType: COMMENT_NODE,\n};\n_extends(Comment, CharacterData);\n\nfunction CDATASection(symbol) {\n\tcheckSymbol(symbol);\n}\nCDATASection.prototype = {\n\tnodeName: '#cdata-section',\n\tnodeType: CDATA_SECTION_NODE,\n};\n_extends(CDATASection, Text);\n\nfunction DocumentType(symbol) {\n\tcheckSymbol(symbol);\n}\nDocumentType.prototype.nodeType = DOCUMENT_TYPE_NODE;\n_extends(DocumentType, Node);\n\nfunction Notation(symbol) {\n\tcheckSymbol(symbol);\n}\nNotation.prototype.nodeType = NOTATION_NODE;\n_extends(Notation, Node);\n\nfunction Entity(symbol) {\n\tcheckSymbol(symbol);\n}\nEntity.prototype.nodeType = ENTITY_NODE;\n_extends(Entity, Node);\n\nfunction EntityReference(symbol) {\n\tcheckSymbol(symbol);\n}\nEntityReference.prototype.nodeType = ENTITY_REFERENCE_NODE;\n_extends(EntityReference, Node);\n\nfunction DocumentFragment(symbol) {\n\tcheckSymbol(symbol);\n}\nDocumentFragment.prototype.nodeName = '#document-fragment';\nDocumentFragment.prototype.nodeType = DOCUMENT_FRAGMENT_NODE;\n_extends(DocumentFragment, Node);\n\nfunction ProcessingInstruction(symbol) {\n\tcheckSymbol(symbol);\n}\nProcessingInstruction.prototype.nodeType = PROCESSING_INSTRUCTION_NODE;\n_extends(ProcessingInstruction, CharacterData);\nfunction XMLSerializer() {}\nXMLSerializer.prototype.serializeToString = function (node, nodeFilter) {\n\treturn nodeSerializeToString.call(node, nodeFilter);\n};\nNode.prototype.toString = nodeSerializeToString;\nfunction nodeSerializeToString(nodeFilter) {\n\tvar buf = [];\n\tvar refNode = (this.nodeType === DOCUMENT_NODE && this.documentElement) || this;\n\tvar prefix = refNode.prefix;\n\tvar uri = refNode.namespaceURI;\n\n\tif (uri && prefix == null) {\n\t\tvar prefix = refNode.lookupPrefix(uri);\n\t\tif (prefix == null) {\n\t\t\tvar visibleNamespaces = [\n\t\t\t\t{ namespace: uri, prefix: null },\n\t\t\t\t//{namespace:uri,prefix:''}\n\t\t\t];\n\t\t}\n\t}\n\tserializeToString(this, buf, nodeFilter, visibleNamespaces);\n\treturn buf.join('');\n}\n\nfunction needNamespaceDefine(node, isHTML, visibleNamespaces) {\n\tvar prefix = node.prefix || '';\n\tvar uri = node.namespaceURI;\n\t// According to [Namespaces in XML 1.0](https://www.w3.org/TR/REC-xml-names/#ns-using) ,\n\t// and more specifically https://www.w3.org/TR/REC-xml-names/#nsc-NoPrefixUndecl :\n\t// > In a namespace declaration for a prefix [...], the attribute value MUST NOT be empty.\n\t// in a similar manner [Namespaces in XML 1.1](https://www.w3.org/TR/xml-names11/#ns-using)\n\t// and more specifically https://www.w3.org/TR/xml-names11/#nsc-NSDeclared :\n\t// > [...] Furthermore, the attribute value [...] must not be an empty string.\n\t// so serializing empty namespace value like xmlns:ds=\"\" would produce an invalid XML document.\n\tif (!uri) {\n\t\treturn false;\n\t}\n\tif ((prefix === 'xml' && uri === NAMESPACE.XML) || uri === NAMESPACE.XMLNS) {\n\t\treturn false;\n\t}\n\n\tvar i = visibleNamespaces.length;\n\twhile (i--) {\n\t\tvar ns = visibleNamespaces[i];\n\t\t// get namespace prefix\n\t\tif (ns.prefix === prefix) {\n\t\t\treturn ns.namespace !== uri;\n\t\t}\n\t}\n\treturn true;\n}\n/**\n * Literal whitespace other than space that appear in attribute values are serialized as\n * their entity references, so they will be preserved.\n * (In contrast to whitespace literals in the input which are normalized to spaces).\n *\n * Well-formed constraint: No < in Attribute Values:\n * > The replacement text of any entity referred to directly or indirectly\n * > in an attribute value must not contain a <.\n *\n * @see https://www.w3.org/TR/xml11/#CleanAttrVals\n * @see https://www.w3.org/TR/xml11/#NT-AttValue\n * @see https://www.w3.org/TR/xml11/#AVNormalize\n * @see https://w3c.github.io/DOM-Parsing/#serializing-an-element-s-attributes\n * @prettierignore\n */\nfunction addSerializedAttribute(buf, qualifiedName, value) {\n\tbuf.push(' ', qualifiedName, '=\"', value.replace(/[<>&\"\\t\\n\\r]/g, _xmlEncoder), '\"');\n}\n\nfunction serializeToString(node, buf, nodeFilter, visibleNamespaces) {\n\tif (!visibleNamespaces) {\n\t\tvisibleNamespaces = [];\n\t}\n\tvar doc = node.nodeType === DOCUMENT_NODE ? node : node.ownerDocument;\n\tvar isHTML = doc.type === 'html';\n\n\tif (nodeFilter) {\n\t\tnode = nodeFilter(node);\n\t\tif (node) {\n\t\t\tif (typeof node == 'string') {\n\t\t\t\tbuf.push(node);\n\t\t\t\treturn;\n\t\t\t}\n\t\t} else {\n\t\t\treturn;\n\t\t}\n\t\t//buf.sort.apply(attrs, attributeSorter);\n\t}\n\n\tswitch (node.nodeType) {\n\t\tcase ELEMENT_NODE:\n\t\t\tvar attrs = node.attributes;\n\t\t\tvar len = attrs.length;\n\t\t\tvar child = node.firstChild;\n\t\t\tvar nodeName = node.tagName;\n\n\t\t\tvar prefixedNodeName = nodeName;\n\t\t\tif (!isHTML && !node.prefix && node.namespaceURI) {\n\t\t\t\tvar defaultNS;\n\t\t\t\t// lookup current default ns from `xmlns` attribute\n\t\t\t\tfor (var ai = 0; ai < attrs.length; ai++) {\n\t\t\t\t\tif (attrs.item(ai).name === 'xmlns') {\n\t\t\t\t\t\tdefaultNS = attrs.item(ai).value;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (!defaultNS) {\n\t\t\t\t\t// lookup current default ns in visibleNamespaces\n\t\t\t\t\tfor (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {\n\t\t\t\t\t\tvar namespace = visibleNamespaces[nsi];\n\t\t\t\t\t\tif (namespace.prefix === '' && namespace.namespace === node.namespaceURI) {\n\t\t\t\t\t\t\tdefaultNS = namespace.namespace;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (defaultNS !== node.namespaceURI) {\n\t\t\t\t\tfor (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {\n\t\t\t\t\t\tvar namespace = visibleNamespaces[nsi];\n\t\t\t\t\t\tif (namespace.namespace === node.namespaceURI) {\n\t\t\t\t\t\t\tif (namespace.prefix) {\n\t\t\t\t\t\t\t\tprefixedNodeName = namespace.prefix + ':' + nodeName;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tbuf.push('<', prefixedNodeName);\n\n\t\t\tfor (var i = 0; i < len; i++) {\n\t\t\t\t// add namespaces for attributes\n\t\t\t\tvar attr = attrs.item(i);\n\t\t\t\tif (attr.prefix == 'xmlns') {\n\t\t\t\t\tvisibleNamespaces.push({\n\t\t\t\t\t\tprefix: attr.localName,\n\t\t\t\t\t\tnamespace: attr.value,\n\t\t\t\t\t});\n\t\t\t\t} else if (attr.nodeName == 'xmlns') {\n\t\t\t\t\tvisibleNamespaces.push({ prefix: '', namespace: attr.value });\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor (var i = 0; i < len; i++) {\n\t\t\t\tvar attr = attrs.item(i);\n\t\t\t\tif (needNamespaceDefine(attr, isHTML, visibleNamespaces)) {\n\t\t\t\t\tvar prefix = attr.prefix || '';\n\t\t\t\t\tvar uri = attr.namespaceURI;\n\t\t\t\t\taddSerializedAttribute(buf, prefix ? 'xmlns:' + prefix : 'xmlns', uri);\n\t\t\t\t\tvisibleNamespaces.push({ prefix: prefix, namespace: uri });\n\t\t\t\t}\n\t\t\t\tserializeToString(attr, buf, nodeFilter, visibleNamespaces);\n\t\t\t}\n\n\t\t\t// add namespace for current node\n\t\t\tif (nodeName === prefixedNodeName && needNamespaceDefine(node, isHTML, visibleNamespaces)) {\n\t\t\t\tvar prefix = node.prefix || '';\n\t\t\t\tvar uri = node.namespaceURI;\n\t\t\t\taddSerializedAttribute(buf, prefix ? 'xmlns:' + prefix : 'xmlns', uri);\n\t\t\t\tvisibleNamespaces.push({ prefix: prefix, namespace: uri });\n\t\t\t}\n\t\t\t// in XML elements can be closed when they have no children\n\t\t\tvar canCloseTag = !child;\n\t\t\tif (canCloseTag && (isHTML || node.namespaceURI === NAMESPACE.HTML)) {\n\t\t\t\t// in HTML (doc or ns) only void elements can be closed right away\n\t\t\t\tcanCloseTag = isHTMLVoidElement(nodeName);\n\t\t\t}\n\t\t\tif (canCloseTag) {\n\t\t\t\tbuf.push('/>');\n\t\t\t} else {\n\t\t\t\tbuf.push('>');\n\t\t\t\t//if is cdata child node\n\t\t\t\tif (isHTML && isHTMLRawTextElement(nodeName)) {\n\t\t\t\t\twhile (child) {\n\t\t\t\t\t\tif (child.data) {\n\t\t\t\t\t\t\tbuf.push(child.data);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\t\t\t}\n\t\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\twhile (child) {\n\t\t\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbuf.push('');\n\t\t\t}\n\t\t\t// remove added visible namespaces\n\t\t\t//visibleNamespaces.length = startVisibleNamespaces;\n\t\t\treturn;\n\t\tcase DOCUMENT_NODE:\n\t\tcase DOCUMENT_FRAGMENT_NODE:\n\t\t\tvar child = node.firstChild;\n\t\t\twhile (child) {\n\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\tchild = child.nextSibling;\n\t\t\t}\n\t\t\treturn;\n\t\tcase ATTRIBUTE_NODE:\n\t\t\treturn addSerializedAttribute(buf, node.name, node.value);\n\t\tcase TEXT_NODE:\n\t\t\t/*\n\t\t\t * The ampersand character (&) and the left angle bracket (<) must not appear in their literal form,\n\t\t\t * except when used as markup delimiters, or within a comment, a processing instruction,\n\t\t\t * or a CDATA section.\n\t\t\t * If they are needed elsewhere, they must be escaped using either numeric character\n\t\t\t * references or the strings `&` and `<` respectively.\n\t\t\t * The right angle bracket (>) may be represented using the string \" > \",\n\t\t\t * and must, for compatibility, be escaped using either `>`,\n\t\t\t * or a character reference when it appears in the string `]]>` in content,\n\t\t\t * when that string is not marking the end of a CDATA section.\n\t\t\t *\n\t\t\t * In the content of elements, character data is any string of characters which does not\n\t\t\t * contain the start-delimiter of any markup and does not include the CDATA-section-close\n\t\t\t * delimiter, `]]>`.\n\t\t\t *\n\t\t\t * @see https://www.w3.org/TR/xml/#NT-CharData\n\t\t\t * @see https://w3c.github.io/DOM-Parsing/#xml-serializing-a-text-node\n\t\t\t */\n\t\t\treturn buf.push(node.data.replace(/[<&>]/g, _xmlEncoder));\n\t\tcase CDATA_SECTION_NODE:\n\t\t\treturn buf.push(g.CDATA_START, node.data, g.CDATA_END);\n\t\tcase COMMENT_NODE:\n\t\t\treturn buf.push(g.COMMENT_START, node.data, g.COMMENT_END);\n\t\tcase DOCUMENT_TYPE_NODE:\n\t\t\tvar pubid = node.publicId;\n\t\t\tvar sysid = node.systemId;\n\t\t\tbuf.push(g.DOCTYPE_DECL_START, ' ', node.name);\n\t\t\tif (pubid) {\n\t\t\t\tbuf.push(' ', g.PUBLIC, ' ', pubid);\n\t\t\t\tif (sysid && sysid !== '.') {\n\t\t\t\t\tbuf.push(' ', sysid);\n\t\t\t\t}\n\t\t\t} else if (sysid && sysid !== '.') {\n\t\t\t\tbuf.push(' ', g.SYSTEM, ' ', sysid);\n\t\t\t}\n\t\t\tif (node.internalSubset) {\n\t\t\t\tbuf.push(' [', node.internalSubset, ']');\n\t\t\t}\n\t\t\tbuf.push('>');\n\t\t\treturn;\n\t\tcase PROCESSING_INSTRUCTION_NODE:\n\t\t\treturn buf.push('');\n\t\tcase ENTITY_REFERENCE_NODE:\n\t\t\treturn buf.push('&', node.nodeName, ';');\n\t\t//case ENTITY_NODE:\n\t\t//case NOTATION_NODE:\n\t\tdefault:\n\t\t\tbuf.push('??', node.nodeName);\n\t}\n}\nfunction importNode(doc, node, deep) {\n\tvar node2;\n\tswitch (node.nodeType) {\n\t\tcase ELEMENT_NODE:\n\t\t\tnode2 = node.cloneNode(false);\n\t\t\tnode2.ownerDocument = doc;\n\t\t//var attrs = node2.attributes;\n\t\t//var len = attrs.length;\n\t\t//for(var i=0;i',\n\tlt: '<',\n\tquot: '\"',\n});\n\n/**\n * A map of all entities that are detected in an HTML document.\n * They contain all entries from `XML_ENTITIES`.\n *\n * @see {@link XML_ENTITIES}\n * @see {@link DOMParser.parseFromString}\n * @see {@link DOMImplementation.prototype.createHTMLDocument}\n * @see https://html.spec.whatwg.org/#named-character-references WHATWG HTML(5)\n * Spec\n * @see https://html.spec.whatwg.org/entities.json JSON\n * @see https://www.w3.org/TR/xml-entity-names/ W3C XML Entity Names\n * @see https://www.w3.org/TR/html4/sgml/entities.html W3C HTML4/SGML\n * @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Character_entity_references_in_HTML\n * Wikipedia (HTML)\n * @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Entities_representing_special_characters_in_XHTML\n * Wikpedia (XHTML)\n */\nexports.HTML_ENTITIES = freeze({\n\tAacute: '\\u00C1',\n\taacute: '\\u00E1',\n\tAbreve: '\\u0102',\n\tabreve: '\\u0103',\n\tac: '\\u223E',\n\tacd: '\\u223F',\n\tacE: '\\u223E\\u0333',\n\tAcirc: '\\u00C2',\n\tacirc: '\\u00E2',\n\tacute: '\\u00B4',\n\tAcy: '\\u0410',\n\tacy: '\\u0430',\n\tAElig: '\\u00C6',\n\taelig: '\\u00E6',\n\taf: '\\u2061',\n\tAfr: '\\uD835\\uDD04',\n\tafr: '\\uD835\\uDD1E',\n\tAgrave: '\\u00C0',\n\tagrave: '\\u00E0',\n\talefsym: '\\u2135',\n\taleph: '\\u2135',\n\tAlpha: '\\u0391',\n\talpha: '\\u03B1',\n\tAmacr: '\\u0100',\n\tamacr: '\\u0101',\n\tamalg: '\\u2A3F',\n\tAMP: '\\u0026',\n\tamp: '\\u0026',\n\tAnd: '\\u2A53',\n\tand: '\\u2227',\n\tandand: '\\u2A55',\n\tandd: '\\u2A5C',\n\tandslope: '\\u2A58',\n\tandv: '\\u2A5A',\n\tang: '\\u2220',\n\tange: '\\u29A4',\n\tangle: '\\u2220',\n\tangmsd: '\\u2221',\n\tangmsdaa: '\\u29A8',\n\tangmsdab: '\\u29A9',\n\tangmsdac: '\\u29AA',\n\tangmsdad: '\\u29AB',\n\tangmsdae: '\\u29AC',\n\tangmsdaf: '\\u29AD',\n\tangmsdag: '\\u29AE',\n\tangmsdah: '\\u29AF',\n\tangrt: '\\u221F',\n\tangrtvb: '\\u22BE',\n\tangrtvbd: '\\u299D',\n\tangsph: '\\u2222',\n\tangst: '\\u00C5',\n\tangzarr: '\\u237C',\n\tAogon: '\\u0104',\n\taogon: '\\u0105',\n\tAopf: '\\uD835\\uDD38',\n\taopf: '\\uD835\\uDD52',\n\tap: '\\u2248',\n\tapacir: '\\u2A6F',\n\tapE: '\\u2A70',\n\tape: '\\u224A',\n\tapid: '\\u224B',\n\tapos: '\\u0027',\n\tApplyFunction: '\\u2061',\n\tapprox: '\\u2248',\n\tapproxeq: '\\u224A',\n\tAring: '\\u00C5',\n\taring: '\\u00E5',\n\tAscr: '\\uD835\\uDC9C',\n\tascr: '\\uD835\\uDCB6',\n\tAssign: '\\u2254',\n\tast: '\\u002A',\n\tasymp: '\\u2248',\n\tasympeq: '\\u224D',\n\tAtilde: '\\u00C3',\n\tatilde: '\\u00E3',\n\tAuml: '\\u00C4',\n\tauml: '\\u00E4',\n\tawconint: '\\u2233',\n\tawint: '\\u2A11',\n\tbackcong: '\\u224C',\n\tbackepsilon: '\\u03F6',\n\tbackprime: '\\u2035',\n\tbacksim: '\\u223D',\n\tbacksimeq: '\\u22CD',\n\tBackslash: '\\u2216',\n\tBarv: '\\u2AE7',\n\tbarvee: '\\u22BD',\n\tBarwed: '\\u2306',\n\tbarwed: '\\u2305',\n\tbarwedge: '\\u2305',\n\tbbrk: '\\u23B5',\n\tbbrktbrk: '\\u23B6',\n\tbcong: '\\u224C',\n\tBcy: '\\u0411',\n\tbcy: '\\u0431',\n\tbdquo: '\\u201E',\n\tbecaus: '\\u2235',\n\tBecause: '\\u2235',\n\tbecause: '\\u2235',\n\tbemptyv: '\\u29B0',\n\tbepsi: '\\u03F6',\n\tbernou: '\\u212C',\n\tBernoullis: '\\u212C',\n\tBeta: '\\u0392',\n\tbeta: '\\u03B2',\n\tbeth: '\\u2136',\n\tbetween: '\\u226C',\n\tBfr: '\\uD835\\uDD05',\n\tbfr: '\\uD835\\uDD1F',\n\tbigcap: '\\u22C2',\n\tbigcirc: '\\u25EF',\n\tbigcup: '\\u22C3',\n\tbigodot: '\\u2A00',\n\tbigoplus: '\\u2A01',\n\tbigotimes: '\\u2A02',\n\tbigsqcup: '\\u2A06',\n\tbigstar: '\\u2605',\n\tbigtriangledown: '\\u25BD',\n\tbigtriangleup: '\\u25B3',\n\tbiguplus: '\\u2A04',\n\tbigvee: '\\u22C1',\n\tbigwedge: '\\u22C0',\n\tbkarow: '\\u290D',\n\tblacklozenge: '\\u29EB',\n\tblacksquare: '\\u25AA',\n\tblacktriangle: '\\u25B4',\n\tblacktriangledown: '\\u25BE',\n\tblacktriangleleft: '\\u25C2',\n\tblacktriangleright: '\\u25B8',\n\tblank: '\\u2423',\n\tblk12: '\\u2592',\n\tblk14: '\\u2591',\n\tblk34: '\\u2593',\n\tblock: '\\u2588',\n\tbne: '\\u003D\\u20E5',\n\tbnequiv: '\\u2261\\u20E5',\n\tbNot: '\\u2AED',\n\tbnot: '\\u2310',\n\tBopf: '\\uD835\\uDD39',\n\tbopf: '\\uD835\\uDD53',\n\tbot: '\\u22A5',\n\tbottom: '\\u22A5',\n\tbowtie: '\\u22C8',\n\tboxbox: '\\u29C9',\n\tboxDL: '\\u2557',\n\tboxDl: '\\u2556',\n\tboxdL: '\\u2555',\n\tboxdl: '\\u2510',\n\tboxDR: '\\u2554',\n\tboxDr: '\\u2553',\n\tboxdR: '\\u2552',\n\tboxdr: '\\u250C',\n\tboxH: '\\u2550',\n\tboxh: '\\u2500',\n\tboxHD: '\\u2566',\n\tboxHd: '\\u2564',\n\tboxhD: '\\u2565',\n\tboxhd: '\\u252C',\n\tboxHU: '\\u2569',\n\tboxHu: '\\u2567',\n\tboxhU: '\\u2568',\n\tboxhu: '\\u2534',\n\tboxminus: '\\u229F',\n\tboxplus: '\\u229E',\n\tboxtimes: '\\u22A0',\n\tboxUL: '\\u255D',\n\tboxUl: '\\u255C',\n\tboxuL: '\\u255B',\n\tboxul: '\\u2518',\n\tboxUR: '\\u255A',\n\tboxUr: '\\u2559',\n\tboxuR: '\\u2558',\n\tboxur: '\\u2514',\n\tboxV: '\\u2551',\n\tboxv: '\\u2502',\n\tboxVH: '\\u256C',\n\tboxVh: '\\u256B',\n\tboxvH: '\\u256A',\n\tboxvh: '\\u253C',\n\tboxVL: '\\u2563',\n\tboxVl: '\\u2562',\n\tboxvL: '\\u2561',\n\tboxvl: '\\u2524',\n\tboxVR: '\\u2560',\n\tboxVr: '\\u255F',\n\tboxvR: '\\u255E',\n\tboxvr: '\\u251C',\n\tbprime: '\\u2035',\n\tBreve: '\\u02D8',\n\tbreve: '\\u02D8',\n\tbrvbar: '\\u00A6',\n\tBscr: '\\u212C',\n\tbscr: '\\uD835\\uDCB7',\n\tbsemi: '\\u204F',\n\tbsim: '\\u223D',\n\tbsime: '\\u22CD',\n\tbsol: '\\u005C',\n\tbsolb: '\\u29C5',\n\tbsolhsub: '\\u27C8',\n\tbull: '\\u2022',\n\tbullet: '\\u2022',\n\tbump: '\\u224E',\n\tbumpE: '\\u2AAE',\n\tbumpe: '\\u224F',\n\tBumpeq: '\\u224E',\n\tbumpeq: '\\u224F',\n\tCacute: '\\u0106',\n\tcacute: '\\u0107',\n\tCap: '\\u22D2',\n\tcap: '\\u2229',\n\tcapand: '\\u2A44',\n\tcapbrcup: '\\u2A49',\n\tcapcap: '\\u2A4B',\n\tcapcup: '\\u2A47',\n\tcapdot: '\\u2A40',\n\tCapitalDifferentialD: '\\u2145',\n\tcaps: '\\u2229\\uFE00',\n\tcaret: '\\u2041',\n\tcaron: '\\u02C7',\n\tCayleys: '\\u212D',\n\tccaps: '\\u2A4D',\n\tCcaron: '\\u010C',\n\tccaron: '\\u010D',\n\tCcedil: '\\u00C7',\n\tccedil: '\\u00E7',\n\tCcirc: '\\u0108',\n\tccirc: '\\u0109',\n\tCconint: '\\u2230',\n\tccups: '\\u2A4C',\n\tccupssm: '\\u2A50',\n\tCdot: '\\u010A',\n\tcdot: '\\u010B',\n\tcedil: '\\u00B8',\n\tCedilla: '\\u00B8',\n\tcemptyv: '\\u29B2',\n\tcent: '\\u00A2',\n\tCenterDot: '\\u00B7',\n\tcenterdot: '\\u00B7',\n\tCfr: '\\u212D',\n\tcfr: '\\uD835\\uDD20',\n\tCHcy: '\\u0427',\n\tchcy: '\\u0447',\n\tcheck: '\\u2713',\n\tcheckmark: '\\u2713',\n\tChi: '\\u03A7',\n\tchi: '\\u03C7',\n\tcir: '\\u25CB',\n\tcirc: '\\u02C6',\n\tcirceq: '\\u2257',\n\tcirclearrowleft: '\\u21BA',\n\tcirclearrowright: '\\u21BB',\n\tcircledast: '\\u229B',\n\tcircledcirc: '\\u229A',\n\tcircleddash: '\\u229D',\n\tCircleDot: '\\u2299',\n\tcircledR: '\\u00AE',\n\tcircledS: '\\u24C8',\n\tCircleMinus: '\\u2296',\n\tCirclePlus: '\\u2295',\n\tCircleTimes: '\\u2297',\n\tcirE: '\\u29C3',\n\tcire: '\\u2257',\n\tcirfnint: '\\u2A10',\n\tcirmid: '\\u2AEF',\n\tcirscir: '\\u29C2',\n\tClockwiseContourIntegral: '\\u2232',\n\tCloseCurlyDoubleQuote: '\\u201D',\n\tCloseCurlyQuote: '\\u2019',\n\tclubs: '\\u2663',\n\tclubsuit: '\\u2663',\n\tColon: '\\u2237',\n\tcolon: '\\u003A',\n\tColone: '\\u2A74',\n\tcolone: '\\u2254',\n\tcoloneq: '\\u2254',\n\tcomma: '\\u002C',\n\tcommat: '\\u0040',\n\tcomp: '\\u2201',\n\tcompfn: '\\u2218',\n\tcomplement: '\\u2201',\n\tcomplexes: '\\u2102',\n\tcong: '\\u2245',\n\tcongdot: '\\u2A6D',\n\tCongruent: '\\u2261',\n\tConint: '\\u222F',\n\tconint: '\\u222E',\n\tContourIntegral: '\\u222E',\n\tCopf: '\\u2102',\n\tcopf: '\\uD835\\uDD54',\n\tcoprod: '\\u2210',\n\tCoproduct: '\\u2210',\n\tCOPY: '\\u00A9',\n\tcopy: '\\u00A9',\n\tcopysr: '\\u2117',\n\tCounterClockwiseContourIntegral: '\\u2233',\n\tcrarr: '\\u21B5',\n\tCross: '\\u2A2F',\n\tcross: '\\u2717',\n\tCscr: '\\uD835\\uDC9E',\n\tcscr: '\\uD835\\uDCB8',\n\tcsub: '\\u2ACF',\n\tcsube: '\\u2AD1',\n\tcsup: '\\u2AD0',\n\tcsupe: '\\u2AD2',\n\tctdot: '\\u22EF',\n\tcudarrl: '\\u2938',\n\tcudarrr: '\\u2935',\n\tcuepr: '\\u22DE',\n\tcuesc: '\\u22DF',\n\tcularr: '\\u21B6',\n\tcularrp: '\\u293D',\n\tCup: '\\u22D3',\n\tcup: '\\u222A',\n\tcupbrcap: '\\u2A48',\n\tCupCap: '\\u224D',\n\tcupcap: '\\u2A46',\n\tcupcup: '\\u2A4A',\n\tcupdot: '\\u228D',\n\tcupor: '\\u2A45',\n\tcups: '\\u222A\\uFE00',\n\tcurarr: '\\u21B7',\n\tcurarrm: '\\u293C',\n\tcurlyeqprec: '\\u22DE',\n\tcurlyeqsucc: '\\u22DF',\n\tcurlyvee: '\\u22CE',\n\tcurlywedge: '\\u22CF',\n\tcurren: '\\u00A4',\n\tcurvearrowleft: '\\u21B6',\n\tcurvearrowright: '\\u21B7',\n\tcuvee: '\\u22CE',\n\tcuwed: '\\u22CF',\n\tcwconint: '\\u2232',\n\tcwint: '\\u2231',\n\tcylcty: '\\u232D',\n\tDagger: '\\u2021',\n\tdagger: '\\u2020',\n\tdaleth: '\\u2138',\n\tDarr: '\\u21A1',\n\tdArr: '\\u21D3',\n\tdarr: '\\u2193',\n\tdash: '\\u2010',\n\tDashv: '\\u2AE4',\n\tdashv: '\\u22A3',\n\tdbkarow: '\\u290F',\n\tdblac: '\\u02DD',\n\tDcaron: '\\u010E',\n\tdcaron: '\\u010F',\n\tDcy: '\\u0414',\n\tdcy: '\\u0434',\n\tDD: '\\u2145',\n\tdd: '\\u2146',\n\tddagger: '\\u2021',\n\tddarr: '\\u21CA',\n\tDDotrahd: '\\u2911',\n\tddotseq: '\\u2A77',\n\tdeg: '\\u00B0',\n\tDel: '\\u2207',\n\tDelta: '\\u0394',\n\tdelta: '\\u03B4',\n\tdemptyv: '\\u29B1',\n\tdfisht: '\\u297F',\n\tDfr: '\\uD835\\uDD07',\n\tdfr: '\\uD835\\uDD21',\n\tdHar: '\\u2965',\n\tdharl: '\\u21C3',\n\tdharr: '\\u21C2',\n\tDiacriticalAcute: '\\u00B4',\n\tDiacriticalDot: '\\u02D9',\n\tDiacriticalDoubleAcute: '\\u02DD',\n\tDiacriticalGrave: '\\u0060',\n\tDiacriticalTilde: '\\u02DC',\n\tdiam: '\\u22C4',\n\tDiamond: '\\u22C4',\n\tdiamond: '\\u22C4',\n\tdiamondsuit: '\\u2666',\n\tdiams: '\\u2666',\n\tdie: '\\u00A8',\n\tDifferentialD: '\\u2146',\n\tdigamma: '\\u03DD',\n\tdisin: '\\u22F2',\n\tdiv: '\\u00F7',\n\tdivide: '\\u00F7',\n\tdivideontimes: '\\u22C7',\n\tdivonx: '\\u22C7',\n\tDJcy: '\\u0402',\n\tdjcy: '\\u0452',\n\tdlcorn: '\\u231E',\n\tdlcrop: '\\u230D',\n\tdollar: '\\u0024',\n\tDopf: '\\uD835\\uDD3B',\n\tdopf: '\\uD835\\uDD55',\n\tDot: '\\u00A8',\n\tdot: '\\u02D9',\n\tDotDot: '\\u20DC',\n\tdoteq: '\\u2250',\n\tdoteqdot: '\\u2251',\n\tDotEqual: '\\u2250',\n\tdotminus: '\\u2238',\n\tdotplus: '\\u2214',\n\tdotsquare: '\\u22A1',\n\tdoublebarwedge: '\\u2306',\n\tDoubleContourIntegral: '\\u222F',\n\tDoubleDot: '\\u00A8',\n\tDoubleDownArrow: '\\u21D3',\n\tDoubleLeftArrow: '\\u21D0',\n\tDoubleLeftRightArrow: '\\u21D4',\n\tDoubleLeftTee: '\\u2AE4',\n\tDoubleLongLeftArrow: '\\u27F8',\n\tDoubleLongLeftRightArrow: '\\u27FA',\n\tDoubleLongRightArrow: '\\u27F9',\n\tDoubleRightArrow: '\\u21D2',\n\tDoubleRightTee: '\\u22A8',\n\tDoubleUpArrow: '\\u21D1',\n\tDoubleUpDownArrow: '\\u21D5',\n\tDoubleVerticalBar: '\\u2225',\n\tDownArrow: '\\u2193',\n\tDownarrow: '\\u21D3',\n\tdownarrow: '\\u2193',\n\tDownArrowBar: '\\u2913',\n\tDownArrowUpArrow: '\\u21F5',\n\tDownBreve: '\\u0311',\n\tdowndownarrows: '\\u21CA',\n\tdownharpoonleft: '\\u21C3',\n\tdownharpoonright: '\\u21C2',\n\tDownLeftRightVector: '\\u2950',\n\tDownLeftTeeVector: '\\u295E',\n\tDownLeftVector: '\\u21BD',\n\tDownLeftVectorBar: '\\u2956',\n\tDownRightTeeVector: '\\u295F',\n\tDownRightVector: '\\u21C1',\n\tDownRightVectorBar: '\\u2957',\n\tDownTee: '\\u22A4',\n\tDownTeeArrow: '\\u21A7',\n\tdrbkarow: '\\u2910',\n\tdrcorn: '\\u231F',\n\tdrcrop: '\\u230C',\n\tDscr: '\\uD835\\uDC9F',\n\tdscr: '\\uD835\\uDCB9',\n\tDScy: '\\u0405',\n\tdscy: '\\u0455',\n\tdsol: '\\u29F6',\n\tDstrok: '\\u0110',\n\tdstrok: '\\u0111',\n\tdtdot: '\\u22F1',\n\tdtri: '\\u25BF',\n\tdtrif: '\\u25BE',\n\tduarr: '\\u21F5',\n\tduhar: '\\u296F',\n\tdwangle: '\\u29A6',\n\tDZcy: '\\u040F',\n\tdzcy: '\\u045F',\n\tdzigrarr: '\\u27FF',\n\tEacute: '\\u00C9',\n\teacute: '\\u00E9',\n\teaster: '\\u2A6E',\n\tEcaron: '\\u011A',\n\tecaron: '\\u011B',\n\tecir: '\\u2256',\n\tEcirc: '\\u00CA',\n\tecirc: '\\u00EA',\n\tecolon: '\\u2255',\n\tEcy: '\\u042D',\n\tecy: '\\u044D',\n\teDDot: '\\u2A77',\n\tEdot: '\\u0116',\n\teDot: '\\u2251',\n\tedot: '\\u0117',\n\tee: '\\u2147',\n\tefDot: '\\u2252',\n\tEfr: '\\uD835\\uDD08',\n\tefr: '\\uD835\\uDD22',\n\teg: '\\u2A9A',\n\tEgrave: '\\u00C8',\n\tegrave: '\\u00E8',\n\tegs: '\\u2A96',\n\tegsdot: '\\u2A98',\n\tel: '\\u2A99',\n\tElement: '\\u2208',\n\telinters: '\\u23E7',\n\tell: '\\u2113',\n\tels: '\\u2A95',\n\telsdot: '\\u2A97',\n\tEmacr: '\\u0112',\n\temacr: '\\u0113',\n\tempty: '\\u2205',\n\temptyset: '\\u2205',\n\tEmptySmallSquare: '\\u25FB',\n\temptyv: '\\u2205',\n\tEmptyVerySmallSquare: '\\u25AB',\n\temsp: '\\u2003',\n\temsp13: '\\u2004',\n\temsp14: '\\u2005',\n\tENG: '\\u014A',\n\teng: '\\u014B',\n\tensp: '\\u2002',\n\tEogon: '\\u0118',\n\teogon: '\\u0119',\n\tEopf: '\\uD835\\uDD3C',\n\teopf: '\\uD835\\uDD56',\n\tepar: '\\u22D5',\n\teparsl: '\\u29E3',\n\teplus: '\\u2A71',\n\tepsi: '\\u03B5',\n\tEpsilon: '\\u0395',\n\tepsilon: '\\u03B5',\n\tepsiv: '\\u03F5',\n\teqcirc: '\\u2256',\n\teqcolon: '\\u2255',\n\teqsim: '\\u2242',\n\teqslantgtr: '\\u2A96',\n\teqslantless: '\\u2A95',\n\tEqual: '\\u2A75',\n\tequals: '\\u003D',\n\tEqualTilde: '\\u2242',\n\tequest: '\\u225F',\n\tEquilibrium: '\\u21CC',\n\tequiv: '\\u2261',\n\tequivDD: '\\u2A78',\n\teqvparsl: '\\u29E5',\n\terarr: '\\u2971',\n\terDot: '\\u2253',\n\tEscr: '\\u2130',\n\tescr: '\\u212F',\n\tesdot: '\\u2250',\n\tEsim: '\\u2A73',\n\tesim: '\\u2242',\n\tEta: '\\u0397',\n\teta: '\\u03B7',\n\tETH: '\\u00D0',\n\teth: '\\u00F0',\n\tEuml: '\\u00CB',\n\teuml: '\\u00EB',\n\teuro: '\\u20AC',\n\texcl: '\\u0021',\n\texist: '\\u2203',\n\tExists: '\\u2203',\n\texpectation: '\\u2130',\n\tExponentialE: '\\u2147',\n\texponentiale: '\\u2147',\n\tfallingdotseq: '\\u2252',\n\tFcy: '\\u0424',\n\tfcy: '\\u0444',\n\tfemale: '\\u2640',\n\tffilig: '\\uFB03',\n\tfflig: '\\uFB00',\n\tffllig: '\\uFB04',\n\tFfr: '\\uD835\\uDD09',\n\tffr: '\\uD835\\uDD23',\n\tfilig: '\\uFB01',\n\tFilledSmallSquare: '\\u25FC',\n\tFilledVerySmallSquare: '\\u25AA',\n\tfjlig: '\\u0066\\u006A',\n\tflat: '\\u266D',\n\tfllig: '\\uFB02',\n\tfltns: '\\u25B1',\n\tfnof: '\\u0192',\n\tFopf: '\\uD835\\uDD3D',\n\tfopf: '\\uD835\\uDD57',\n\tForAll: '\\u2200',\n\tforall: '\\u2200',\n\tfork: '\\u22D4',\n\tforkv: '\\u2AD9',\n\tFouriertrf: '\\u2131',\n\tfpartint: '\\u2A0D',\n\tfrac12: '\\u00BD',\n\tfrac13: '\\u2153',\n\tfrac14: '\\u00BC',\n\tfrac15: '\\u2155',\n\tfrac16: '\\u2159',\n\tfrac18: '\\u215B',\n\tfrac23: '\\u2154',\n\tfrac25: '\\u2156',\n\tfrac34: '\\u00BE',\n\tfrac35: '\\u2157',\n\tfrac38: '\\u215C',\n\tfrac45: '\\u2158',\n\tfrac56: '\\u215A',\n\tfrac58: '\\u215D',\n\tfrac78: '\\u215E',\n\tfrasl: '\\u2044',\n\tfrown: '\\u2322',\n\tFscr: '\\u2131',\n\tfscr: '\\uD835\\uDCBB',\n\tgacute: '\\u01F5',\n\tGamma: '\\u0393',\n\tgamma: '\\u03B3',\n\tGammad: '\\u03DC',\n\tgammad: '\\u03DD',\n\tgap: '\\u2A86',\n\tGbreve: '\\u011E',\n\tgbreve: '\\u011F',\n\tGcedil: '\\u0122',\n\tGcirc: '\\u011C',\n\tgcirc: '\\u011D',\n\tGcy: '\\u0413',\n\tgcy: '\\u0433',\n\tGdot: '\\u0120',\n\tgdot: '\\u0121',\n\tgE: '\\u2267',\n\tge: '\\u2265',\n\tgEl: '\\u2A8C',\n\tgel: '\\u22DB',\n\tgeq: '\\u2265',\n\tgeqq: '\\u2267',\n\tgeqslant: '\\u2A7E',\n\tges: '\\u2A7E',\n\tgescc: '\\u2AA9',\n\tgesdot: '\\u2A80',\n\tgesdoto: '\\u2A82',\n\tgesdotol: '\\u2A84',\n\tgesl: '\\u22DB\\uFE00',\n\tgesles: '\\u2A94',\n\tGfr: '\\uD835\\uDD0A',\n\tgfr: '\\uD835\\uDD24',\n\tGg: '\\u22D9',\n\tgg: '\\u226B',\n\tggg: '\\u22D9',\n\tgimel: '\\u2137',\n\tGJcy: '\\u0403',\n\tgjcy: '\\u0453',\n\tgl: '\\u2277',\n\tgla: '\\u2AA5',\n\tglE: '\\u2A92',\n\tglj: '\\u2AA4',\n\tgnap: '\\u2A8A',\n\tgnapprox: '\\u2A8A',\n\tgnE: '\\u2269',\n\tgne: '\\u2A88',\n\tgneq: '\\u2A88',\n\tgneqq: '\\u2269',\n\tgnsim: '\\u22E7',\n\tGopf: '\\uD835\\uDD3E',\n\tgopf: '\\uD835\\uDD58',\n\tgrave: '\\u0060',\n\tGreaterEqual: '\\u2265',\n\tGreaterEqualLess: '\\u22DB',\n\tGreaterFullEqual: '\\u2267',\n\tGreaterGreater: '\\u2AA2',\n\tGreaterLess: '\\u2277',\n\tGreaterSlantEqual: '\\u2A7E',\n\tGreaterTilde: '\\u2273',\n\tGscr: '\\uD835\\uDCA2',\n\tgscr: '\\u210A',\n\tgsim: '\\u2273',\n\tgsime: '\\u2A8E',\n\tgsiml: '\\u2A90',\n\tGt: '\\u226B',\n\tGT: '\\u003E',\n\tgt: '\\u003E',\n\tgtcc: '\\u2AA7',\n\tgtcir: '\\u2A7A',\n\tgtdot: '\\u22D7',\n\tgtlPar: '\\u2995',\n\tgtquest: '\\u2A7C',\n\tgtrapprox: '\\u2A86',\n\tgtrarr: '\\u2978',\n\tgtrdot: '\\u22D7',\n\tgtreqless: '\\u22DB',\n\tgtreqqless: '\\u2A8C',\n\tgtrless: '\\u2277',\n\tgtrsim: '\\u2273',\n\tgvertneqq: '\\u2269\\uFE00',\n\tgvnE: '\\u2269\\uFE00',\n\tHacek: '\\u02C7',\n\thairsp: '\\u200A',\n\thalf: '\\u00BD',\n\thamilt: '\\u210B',\n\tHARDcy: '\\u042A',\n\thardcy: '\\u044A',\n\thArr: '\\u21D4',\n\tharr: '\\u2194',\n\tharrcir: '\\u2948',\n\tharrw: '\\u21AD',\n\tHat: '\\u005E',\n\thbar: '\\u210F',\n\tHcirc: '\\u0124',\n\thcirc: '\\u0125',\n\thearts: '\\u2665',\n\theartsuit: '\\u2665',\n\thellip: '\\u2026',\n\thercon: '\\u22B9',\n\tHfr: '\\u210C',\n\thfr: '\\uD835\\uDD25',\n\tHilbertSpace: '\\u210B',\n\thksearow: '\\u2925',\n\thkswarow: '\\u2926',\n\thoarr: '\\u21FF',\n\thomtht: '\\u223B',\n\thookleftarrow: '\\u21A9',\n\thookrightarrow: '\\u21AA',\n\tHopf: '\\u210D',\n\thopf: '\\uD835\\uDD59',\n\thorbar: '\\u2015',\n\tHorizontalLine: '\\u2500',\n\tHscr: '\\u210B',\n\thscr: '\\uD835\\uDCBD',\n\thslash: '\\u210F',\n\tHstrok: '\\u0126',\n\thstrok: '\\u0127',\n\tHumpDownHump: '\\u224E',\n\tHumpEqual: '\\u224F',\n\thybull: '\\u2043',\n\thyphen: '\\u2010',\n\tIacute: '\\u00CD',\n\tiacute: '\\u00ED',\n\tic: '\\u2063',\n\tIcirc: '\\u00CE',\n\ticirc: '\\u00EE',\n\tIcy: '\\u0418',\n\ticy: '\\u0438',\n\tIdot: '\\u0130',\n\tIEcy: '\\u0415',\n\tiecy: '\\u0435',\n\tiexcl: '\\u00A1',\n\tiff: '\\u21D4',\n\tIfr: '\\u2111',\n\tifr: '\\uD835\\uDD26',\n\tIgrave: '\\u00CC',\n\tigrave: '\\u00EC',\n\tii: '\\u2148',\n\tiiiint: '\\u2A0C',\n\tiiint: '\\u222D',\n\tiinfin: '\\u29DC',\n\tiiota: '\\u2129',\n\tIJlig: '\\u0132',\n\tijlig: '\\u0133',\n\tIm: '\\u2111',\n\tImacr: '\\u012A',\n\timacr: '\\u012B',\n\timage: '\\u2111',\n\tImaginaryI: '\\u2148',\n\timagline: '\\u2110',\n\timagpart: '\\u2111',\n\timath: '\\u0131',\n\timof: '\\u22B7',\n\timped: '\\u01B5',\n\tImplies: '\\u21D2',\n\tin: '\\u2208',\n\tincare: '\\u2105',\n\tinfin: '\\u221E',\n\tinfintie: '\\u29DD',\n\tinodot: '\\u0131',\n\tInt: '\\u222C',\n\tint: '\\u222B',\n\tintcal: '\\u22BA',\n\tintegers: '\\u2124',\n\tIntegral: '\\u222B',\n\tintercal: '\\u22BA',\n\tIntersection: '\\u22C2',\n\tintlarhk: '\\u2A17',\n\tintprod: '\\u2A3C',\n\tInvisibleComma: '\\u2063',\n\tInvisibleTimes: '\\u2062',\n\tIOcy: '\\u0401',\n\tiocy: '\\u0451',\n\tIogon: '\\u012E',\n\tiogon: '\\u012F',\n\tIopf: '\\uD835\\uDD40',\n\tiopf: '\\uD835\\uDD5A',\n\tIota: '\\u0399',\n\tiota: '\\u03B9',\n\tiprod: '\\u2A3C',\n\tiquest: '\\u00BF',\n\tIscr: '\\u2110',\n\tiscr: '\\uD835\\uDCBE',\n\tisin: '\\u2208',\n\tisindot: '\\u22F5',\n\tisinE: '\\u22F9',\n\tisins: '\\u22F4',\n\tisinsv: '\\u22F3',\n\tisinv: '\\u2208',\n\tit: '\\u2062',\n\tItilde: '\\u0128',\n\titilde: '\\u0129',\n\tIukcy: '\\u0406',\n\tiukcy: '\\u0456',\n\tIuml: '\\u00CF',\n\tiuml: '\\u00EF',\n\tJcirc: '\\u0134',\n\tjcirc: '\\u0135',\n\tJcy: '\\u0419',\n\tjcy: '\\u0439',\n\tJfr: '\\uD835\\uDD0D',\n\tjfr: '\\uD835\\uDD27',\n\tjmath: '\\u0237',\n\tJopf: '\\uD835\\uDD41',\n\tjopf: '\\uD835\\uDD5B',\n\tJscr: '\\uD835\\uDCA5',\n\tjscr: '\\uD835\\uDCBF',\n\tJsercy: '\\u0408',\n\tjsercy: '\\u0458',\n\tJukcy: '\\u0404',\n\tjukcy: '\\u0454',\n\tKappa: '\\u039A',\n\tkappa: '\\u03BA',\n\tkappav: '\\u03F0',\n\tKcedil: '\\u0136',\n\tkcedil: '\\u0137',\n\tKcy: '\\u041A',\n\tkcy: '\\u043A',\n\tKfr: '\\uD835\\uDD0E',\n\tkfr: '\\uD835\\uDD28',\n\tkgreen: '\\u0138',\n\tKHcy: '\\u0425',\n\tkhcy: '\\u0445',\n\tKJcy: '\\u040C',\n\tkjcy: '\\u045C',\n\tKopf: '\\uD835\\uDD42',\n\tkopf: '\\uD835\\uDD5C',\n\tKscr: '\\uD835\\uDCA6',\n\tkscr: '\\uD835\\uDCC0',\n\tlAarr: '\\u21DA',\n\tLacute: '\\u0139',\n\tlacute: '\\u013A',\n\tlaemptyv: '\\u29B4',\n\tlagran: '\\u2112',\n\tLambda: '\\u039B',\n\tlambda: '\\u03BB',\n\tLang: '\\u27EA',\n\tlang: '\\u27E8',\n\tlangd: '\\u2991',\n\tlangle: '\\u27E8',\n\tlap: '\\u2A85',\n\tLaplacetrf: '\\u2112',\n\tlaquo: '\\u00AB',\n\tLarr: '\\u219E',\n\tlArr: '\\u21D0',\n\tlarr: '\\u2190',\n\tlarrb: '\\u21E4',\n\tlarrbfs: '\\u291F',\n\tlarrfs: '\\u291D',\n\tlarrhk: '\\u21A9',\n\tlarrlp: '\\u21AB',\n\tlarrpl: '\\u2939',\n\tlarrsim: '\\u2973',\n\tlarrtl: '\\u21A2',\n\tlat: '\\u2AAB',\n\tlAtail: '\\u291B',\n\tlatail: '\\u2919',\n\tlate: '\\u2AAD',\n\tlates: '\\u2AAD\\uFE00',\n\tlBarr: '\\u290E',\n\tlbarr: '\\u290C',\n\tlbbrk: '\\u2772',\n\tlbrace: '\\u007B',\n\tlbrack: '\\u005B',\n\tlbrke: '\\u298B',\n\tlbrksld: '\\u298F',\n\tlbrkslu: '\\u298D',\n\tLcaron: '\\u013D',\n\tlcaron: '\\u013E',\n\tLcedil: '\\u013B',\n\tlcedil: '\\u013C',\n\tlceil: '\\u2308',\n\tlcub: '\\u007B',\n\tLcy: '\\u041B',\n\tlcy: '\\u043B',\n\tldca: '\\u2936',\n\tldquo: '\\u201C',\n\tldquor: '\\u201E',\n\tldrdhar: '\\u2967',\n\tldrushar: '\\u294B',\n\tldsh: '\\u21B2',\n\tlE: '\\u2266',\n\tle: '\\u2264',\n\tLeftAngleBracket: '\\u27E8',\n\tLeftArrow: '\\u2190',\n\tLeftarrow: '\\u21D0',\n\tleftarrow: '\\u2190',\n\tLeftArrowBar: '\\u21E4',\n\tLeftArrowRightArrow: '\\u21C6',\n\tleftarrowtail: '\\u21A2',\n\tLeftCeiling: '\\u2308',\n\tLeftDoubleBracket: '\\u27E6',\n\tLeftDownTeeVector: '\\u2961',\n\tLeftDownVector: '\\u21C3',\n\tLeftDownVectorBar: '\\u2959',\n\tLeftFloor: '\\u230A',\n\tleftharpoondown: '\\u21BD',\n\tleftharpoonup: '\\u21BC',\n\tleftleftarrows: '\\u21C7',\n\tLeftRightArrow: '\\u2194',\n\tLeftrightarrow: '\\u21D4',\n\tleftrightarrow: '\\u2194',\n\tleftrightarrows: '\\u21C6',\n\tleftrightharpoons: '\\u21CB',\n\tleftrightsquigarrow: '\\u21AD',\n\tLeftRightVector: '\\u294E',\n\tLeftTee: '\\u22A3',\n\tLeftTeeArrow: '\\u21A4',\n\tLeftTeeVector: '\\u295A',\n\tleftthreetimes: '\\u22CB',\n\tLeftTriangle: '\\u22B2',\n\tLeftTriangleBar: '\\u29CF',\n\tLeftTriangleEqual: '\\u22B4',\n\tLeftUpDownVector: '\\u2951',\n\tLeftUpTeeVector: '\\u2960',\n\tLeftUpVector: '\\u21BF',\n\tLeftUpVectorBar: '\\u2958',\n\tLeftVector: '\\u21BC',\n\tLeftVectorBar: '\\u2952',\n\tlEg: '\\u2A8B',\n\tleg: '\\u22DA',\n\tleq: '\\u2264',\n\tleqq: '\\u2266',\n\tleqslant: '\\u2A7D',\n\tles: '\\u2A7D',\n\tlescc: '\\u2AA8',\n\tlesdot: '\\u2A7F',\n\tlesdoto: '\\u2A81',\n\tlesdotor: '\\u2A83',\n\tlesg: '\\u22DA\\uFE00',\n\tlesges: '\\u2A93',\n\tlessapprox: '\\u2A85',\n\tlessdot: '\\u22D6',\n\tlesseqgtr: '\\u22DA',\n\tlesseqqgtr: '\\u2A8B',\n\tLessEqualGreater: '\\u22DA',\n\tLessFullEqual: '\\u2266',\n\tLessGreater: '\\u2276',\n\tlessgtr: '\\u2276',\n\tLessLess: '\\u2AA1',\n\tlesssim: '\\u2272',\n\tLessSlantEqual: '\\u2A7D',\n\tLessTilde: '\\u2272',\n\tlfisht: '\\u297C',\n\tlfloor: '\\u230A',\n\tLfr: '\\uD835\\uDD0F',\n\tlfr: '\\uD835\\uDD29',\n\tlg: '\\u2276',\n\tlgE: '\\u2A91',\n\tlHar: '\\u2962',\n\tlhard: '\\u21BD',\n\tlharu: '\\u21BC',\n\tlharul: '\\u296A',\n\tlhblk: '\\u2584',\n\tLJcy: '\\u0409',\n\tljcy: '\\u0459',\n\tLl: '\\u22D8',\n\tll: '\\u226A',\n\tllarr: '\\u21C7',\n\tllcorner: '\\u231E',\n\tLleftarrow: '\\u21DA',\n\tllhard: '\\u296B',\n\tlltri: '\\u25FA',\n\tLmidot: '\\u013F',\n\tlmidot: '\\u0140',\n\tlmoust: '\\u23B0',\n\tlmoustache: '\\u23B0',\n\tlnap: '\\u2A89',\n\tlnapprox: '\\u2A89',\n\tlnE: '\\u2268',\n\tlne: '\\u2A87',\n\tlneq: '\\u2A87',\n\tlneqq: '\\u2268',\n\tlnsim: '\\u22E6',\n\tloang: '\\u27EC',\n\tloarr: '\\u21FD',\n\tlobrk: '\\u27E6',\n\tLongLeftArrow: '\\u27F5',\n\tLongleftarrow: '\\u27F8',\n\tlongleftarrow: '\\u27F5',\n\tLongLeftRightArrow: '\\u27F7',\n\tLongleftrightarrow: '\\u27FA',\n\tlongleftrightarrow: '\\u27F7',\n\tlongmapsto: '\\u27FC',\n\tLongRightArrow: '\\u27F6',\n\tLongrightarrow: '\\u27F9',\n\tlongrightarrow: '\\u27F6',\n\tlooparrowleft: '\\u21AB',\n\tlooparrowright: '\\u21AC',\n\tlopar: '\\u2985',\n\tLopf: '\\uD835\\uDD43',\n\tlopf: '\\uD835\\uDD5D',\n\tloplus: '\\u2A2D',\n\tlotimes: '\\u2A34',\n\tlowast: '\\u2217',\n\tlowbar: '\\u005F',\n\tLowerLeftArrow: '\\u2199',\n\tLowerRightArrow: '\\u2198',\n\tloz: '\\u25CA',\n\tlozenge: '\\u25CA',\n\tlozf: '\\u29EB',\n\tlpar: '\\u0028',\n\tlparlt: '\\u2993',\n\tlrarr: '\\u21C6',\n\tlrcorner: '\\u231F',\n\tlrhar: '\\u21CB',\n\tlrhard: '\\u296D',\n\tlrm: '\\u200E',\n\tlrtri: '\\u22BF',\n\tlsaquo: '\\u2039',\n\tLscr: '\\u2112',\n\tlscr: '\\uD835\\uDCC1',\n\tLsh: '\\u21B0',\n\tlsh: '\\u21B0',\n\tlsim: '\\u2272',\n\tlsime: '\\u2A8D',\n\tlsimg: '\\u2A8F',\n\tlsqb: '\\u005B',\n\tlsquo: '\\u2018',\n\tlsquor: '\\u201A',\n\tLstrok: '\\u0141',\n\tlstrok: '\\u0142',\n\tLt: '\\u226A',\n\tLT: '\\u003C',\n\tlt: '\\u003C',\n\tltcc: '\\u2AA6',\n\tltcir: '\\u2A79',\n\tltdot: '\\u22D6',\n\tlthree: '\\u22CB',\n\tltimes: '\\u22C9',\n\tltlarr: '\\u2976',\n\tltquest: '\\u2A7B',\n\tltri: '\\u25C3',\n\tltrie: '\\u22B4',\n\tltrif: '\\u25C2',\n\tltrPar: '\\u2996',\n\tlurdshar: '\\u294A',\n\tluruhar: '\\u2966',\n\tlvertneqq: '\\u2268\\uFE00',\n\tlvnE: '\\u2268\\uFE00',\n\tmacr: '\\u00AF',\n\tmale: '\\u2642',\n\tmalt: '\\u2720',\n\tmaltese: '\\u2720',\n\tMap: '\\u2905',\n\tmap: '\\u21A6',\n\tmapsto: '\\u21A6',\n\tmapstodown: '\\u21A7',\n\tmapstoleft: '\\u21A4',\n\tmapstoup: '\\u21A5',\n\tmarker: '\\u25AE',\n\tmcomma: '\\u2A29',\n\tMcy: '\\u041C',\n\tmcy: '\\u043C',\n\tmdash: '\\u2014',\n\tmDDot: '\\u223A',\n\tmeasuredangle: '\\u2221',\n\tMediumSpace: '\\u205F',\n\tMellintrf: '\\u2133',\n\tMfr: '\\uD835\\uDD10',\n\tmfr: '\\uD835\\uDD2A',\n\tmho: '\\u2127',\n\tmicro: '\\u00B5',\n\tmid: '\\u2223',\n\tmidast: '\\u002A',\n\tmidcir: '\\u2AF0',\n\tmiddot: '\\u00B7',\n\tminus: '\\u2212',\n\tminusb: '\\u229F',\n\tminusd: '\\u2238',\n\tminusdu: '\\u2A2A',\n\tMinusPlus: '\\u2213',\n\tmlcp: '\\u2ADB',\n\tmldr: '\\u2026',\n\tmnplus: '\\u2213',\n\tmodels: '\\u22A7',\n\tMopf: '\\uD835\\uDD44',\n\tmopf: '\\uD835\\uDD5E',\n\tmp: '\\u2213',\n\tMscr: '\\u2133',\n\tmscr: '\\uD835\\uDCC2',\n\tmstpos: '\\u223E',\n\tMu: '\\u039C',\n\tmu: '\\u03BC',\n\tmultimap: '\\u22B8',\n\tmumap: '\\u22B8',\n\tnabla: '\\u2207',\n\tNacute: '\\u0143',\n\tnacute: '\\u0144',\n\tnang: '\\u2220\\u20D2',\n\tnap: '\\u2249',\n\tnapE: '\\u2A70\\u0338',\n\tnapid: '\\u224B\\u0338',\n\tnapos: '\\u0149',\n\tnapprox: '\\u2249',\n\tnatur: '\\u266E',\n\tnatural: '\\u266E',\n\tnaturals: '\\u2115',\n\tnbsp: '\\u00A0',\n\tnbump: '\\u224E\\u0338',\n\tnbumpe: '\\u224F\\u0338',\n\tncap: '\\u2A43',\n\tNcaron: '\\u0147',\n\tncaron: '\\u0148',\n\tNcedil: '\\u0145',\n\tncedil: '\\u0146',\n\tncong: '\\u2247',\n\tncongdot: '\\u2A6D\\u0338',\n\tncup: '\\u2A42',\n\tNcy: '\\u041D',\n\tncy: '\\u043D',\n\tndash: '\\u2013',\n\tne: '\\u2260',\n\tnearhk: '\\u2924',\n\tneArr: '\\u21D7',\n\tnearr: '\\u2197',\n\tnearrow: '\\u2197',\n\tnedot: '\\u2250\\u0338',\n\tNegativeMediumSpace: '\\u200B',\n\tNegativeThickSpace: '\\u200B',\n\tNegativeThinSpace: '\\u200B',\n\tNegativeVeryThinSpace: '\\u200B',\n\tnequiv: '\\u2262',\n\tnesear: '\\u2928',\n\tnesim: '\\u2242\\u0338',\n\tNestedGreaterGreater: '\\u226B',\n\tNestedLessLess: '\\u226A',\n\tNewLine: '\\u000A',\n\tnexist: '\\u2204',\n\tnexists: '\\u2204',\n\tNfr: '\\uD835\\uDD11',\n\tnfr: '\\uD835\\uDD2B',\n\tngE: '\\u2267\\u0338',\n\tnge: '\\u2271',\n\tngeq: '\\u2271',\n\tngeqq: '\\u2267\\u0338',\n\tngeqslant: '\\u2A7E\\u0338',\n\tnges: '\\u2A7E\\u0338',\n\tnGg: '\\u22D9\\u0338',\n\tngsim: '\\u2275',\n\tnGt: '\\u226B\\u20D2',\n\tngt: '\\u226F',\n\tngtr: '\\u226F',\n\tnGtv: '\\u226B\\u0338',\n\tnhArr: '\\u21CE',\n\tnharr: '\\u21AE',\n\tnhpar: '\\u2AF2',\n\tni: '\\u220B',\n\tnis: '\\u22FC',\n\tnisd: '\\u22FA',\n\tniv: '\\u220B',\n\tNJcy: '\\u040A',\n\tnjcy: '\\u045A',\n\tnlArr: '\\u21CD',\n\tnlarr: '\\u219A',\n\tnldr: '\\u2025',\n\tnlE: '\\u2266\\u0338',\n\tnle: '\\u2270',\n\tnLeftarrow: '\\u21CD',\n\tnleftarrow: '\\u219A',\n\tnLeftrightarrow: '\\u21CE',\n\tnleftrightarrow: '\\u21AE',\n\tnleq: '\\u2270',\n\tnleqq: '\\u2266\\u0338',\n\tnleqslant: '\\u2A7D\\u0338',\n\tnles: '\\u2A7D\\u0338',\n\tnless: '\\u226E',\n\tnLl: '\\u22D8\\u0338',\n\tnlsim: '\\u2274',\n\tnLt: '\\u226A\\u20D2',\n\tnlt: '\\u226E',\n\tnltri: '\\u22EA',\n\tnltrie: '\\u22EC',\n\tnLtv: '\\u226A\\u0338',\n\tnmid: '\\u2224',\n\tNoBreak: '\\u2060',\n\tNonBreakingSpace: '\\u00A0',\n\tNopf: '\\u2115',\n\tnopf: '\\uD835\\uDD5F',\n\tNot: '\\u2AEC',\n\tnot: '\\u00AC',\n\tNotCongruent: '\\u2262',\n\tNotCupCap: '\\u226D',\n\tNotDoubleVerticalBar: '\\u2226',\n\tNotElement: '\\u2209',\n\tNotEqual: '\\u2260',\n\tNotEqualTilde: '\\u2242\\u0338',\n\tNotExists: '\\u2204',\n\tNotGreater: '\\u226F',\n\tNotGreaterEqual: '\\u2271',\n\tNotGreaterFullEqual: '\\u2267\\u0338',\n\tNotGreaterGreater: '\\u226B\\u0338',\n\tNotGreaterLess: '\\u2279',\n\tNotGreaterSlantEqual: '\\u2A7E\\u0338',\n\tNotGreaterTilde: '\\u2275',\n\tNotHumpDownHump: '\\u224E\\u0338',\n\tNotHumpEqual: '\\u224F\\u0338',\n\tnotin: '\\u2209',\n\tnotindot: '\\u22F5\\u0338',\n\tnotinE: '\\u22F9\\u0338',\n\tnotinva: '\\u2209',\n\tnotinvb: '\\u22F7',\n\tnotinvc: '\\u22F6',\n\tNotLeftTriangle: '\\u22EA',\n\tNotLeftTriangleBar: '\\u29CF\\u0338',\n\tNotLeftTriangleEqual: '\\u22EC',\n\tNotLess: '\\u226E',\n\tNotLessEqual: '\\u2270',\n\tNotLessGreater: '\\u2278',\n\tNotLessLess: '\\u226A\\u0338',\n\tNotLessSlantEqual: '\\u2A7D\\u0338',\n\tNotLessTilde: '\\u2274',\n\tNotNestedGreaterGreater: '\\u2AA2\\u0338',\n\tNotNestedLessLess: '\\u2AA1\\u0338',\n\tnotni: '\\u220C',\n\tnotniva: '\\u220C',\n\tnotnivb: '\\u22FE',\n\tnotnivc: '\\u22FD',\n\tNotPrecedes: '\\u2280',\n\tNotPrecedesEqual: '\\u2AAF\\u0338',\n\tNotPrecedesSlantEqual: '\\u22E0',\n\tNotReverseElement: '\\u220C',\n\tNotRightTriangle: '\\u22EB',\n\tNotRightTriangleBar: '\\u29D0\\u0338',\n\tNotRightTriangleEqual: '\\u22ED',\n\tNotSquareSubset: '\\u228F\\u0338',\n\tNotSquareSubsetEqual: '\\u22E2',\n\tNotSquareSuperset: '\\u2290\\u0338',\n\tNotSquareSupersetEqual: '\\u22E3',\n\tNotSubset: '\\u2282\\u20D2',\n\tNotSubsetEqual: '\\u2288',\n\tNotSucceeds: '\\u2281',\n\tNotSucceedsEqual: '\\u2AB0\\u0338',\n\tNotSucceedsSlantEqual: '\\u22E1',\n\tNotSucceedsTilde: '\\u227F\\u0338',\n\tNotSuperset: '\\u2283\\u20D2',\n\tNotSupersetEqual: '\\u2289',\n\tNotTilde: '\\u2241',\n\tNotTildeEqual: '\\u2244',\n\tNotTildeFullEqual: '\\u2247',\n\tNotTildeTilde: '\\u2249',\n\tNotVerticalBar: '\\u2224',\n\tnpar: '\\u2226',\n\tnparallel: '\\u2226',\n\tnparsl: '\\u2AFD\\u20E5',\n\tnpart: '\\u2202\\u0338',\n\tnpolint: '\\u2A14',\n\tnpr: '\\u2280',\n\tnprcue: '\\u22E0',\n\tnpre: '\\u2AAF\\u0338',\n\tnprec: '\\u2280',\n\tnpreceq: '\\u2AAF\\u0338',\n\tnrArr: '\\u21CF',\n\tnrarr: '\\u219B',\n\tnrarrc: '\\u2933\\u0338',\n\tnrarrw: '\\u219D\\u0338',\n\tnRightarrow: '\\u21CF',\n\tnrightarrow: '\\u219B',\n\tnrtri: '\\u22EB',\n\tnrtrie: '\\u22ED',\n\tnsc: '\\u2281',\n\tnsccue: '\\u22E1',\n\tnsce: '\\u2AB0\\u0338',\n\tNscr: '\\uD835\\uDCA9',\n\tnscr: '\\uD835\\uDCC3',\n\tnshortmid: '\\u2224',\n\tnshortparallel: '\\u2226',\n\tnsim: '\\u2241',\n\tnsime: '\\u2244',\n\tnsimeq: '\\u2244',\n\tnsmid: '\\u2224',\n\tnspar: '\\u2226',\n\tnsqsube: '\\u22E2',\n\tnsqsupe: '\\u22E3',\n\tnsub: '\\u2284',\n\tnsubE: '\\u2AC5\\u0338',\n\tnsube: '\\u2288',\n\tnsubset: '\\u2282\\u20D2',\n\tnsubseteq: '\\u2288',\n\tnsubseteqq: '\\u2AC5\\u0338',\n\tnsucc: '\\u2281',\n\tnsucceq: '\\u2AB0\\u0338',\n\tnsup: '\\u2285',\n\tnsupE: '\\u2AC6\\u0338',\n\tnsupe: '\\u2289',\n\tnsupset: '\\u2283\\u20D2',\n\tnsupseteq: '\\u2289',\n\tnsupseteqq: '\\u2AC6\\u0338',\n\tntgl: '\\u2279',\n\tNtilde: '\\u00D1',\n\tntilde: '\\u00F1',\n\tntlg: '\\u2278',\n\tntriangleleft: '\\u22EA',\n\tntrianglelefteq: '\\u22EC',\n\tntriangleright: '\\u22EB',\n\tntrianglerighteq: '\\u22ED',\n\tNu: '\\u039D',\n\tnu: '\\u03BD',\n\tnum: '\\u0023',\n\tnumero: '\\u2116',\n\tnumsp: '\\u2007',\n\tnvap: '\\u224D\\u20D2',\n\tnVDash: '\\u22AF',\n\tnVdash: '\\u22AE',\n\tnvDash: '\\u22AD',\n\tnvdash: '\\u22AC',\n\tnvge: '\\u2265\\u20D2',\n\tnvgt: '\\u003E\\u20D2',\n\tnvHarr: '\\u2904',\n\tnvinfin: '\\u29DE',\n\tnvlArr: '\\u2902',\n\tnvle: '\\u2264\\u20D2',\n\tnvlt: '\\u003C\\u20D2',\n\tnvltrie: '\\u22B4\\u20D2',\n\tnvrArr: '\\u2903',\n\tnvrtrie: '\\u22B5\\u20D2',\n\tnvsim: '\\u223C\\u20D2',\n\tnwarhk: '\\u2923',\n\tnwArr: '\\u21D6',\n\tnwarr: '\\u2196',\n\tnwarrow: '\\u2196',\n\tnwnear: '\\u2927',\n\tOacute: '\\u00D3',\n\toacute: '\\u00F3',\n\toast: '\\u229B',\n\tocir: '\\u229A',\n\tOcirc: '\\u00D4',\n\tocirc: '\\u00F4',\n\tOcy: '\\u041E',\n\tocy: '\\u043E',\n\todash: '\\u229D',\n\tOdblac: '\\u0150',\n\todblac: '\\u0151',\n\todiv: '\\u2A38',\n\todot: '\\u2299',\n\todsold: '\\u29BC',\n\tOElig: '\\u0152',\n\toelig: '\\u0153',\n\tofcir: '\\u29BF',\n\tOfr: '\\uD835\\uDD12',\n\tofr: '\\uD835\\uDD2C',\n\togon: '\\u02DB',\n\tOgrave: '\\u00D2',\n\tograve: '\\u00F2',\n\togt: '\\u29C1',\n\tohbar: '\\u29B5',\n\tohm: '\\u03A9',\n\toint: '\\u222E',\n\tolarr: '\\u21BA',\n\tolcir: '\\u29BE',\n\tolcross: '\\u29BB',\n\toline: '\\u203E',\n\tolt: '\\u29C0',\n\tOmacr: '\\u014C',\n\tomacr: '\\u014D',\n\tOmega: '\\u03A9',\n\tomega: '\\u03C9',\n\tOmicron: '\\u039F',\n\tomicron: '\\u03BF',\n\tomid: '\\u29B6',\n\tominus: '\\u2296',\n\tOopf: '\\uD835\\uDD46',\n\toopf: '\\uD835\\uDD60',\n\topar: '\\u29B7',\n\tOpenCurlyDoubleQuote: '\\u201C',\n\tOpenCurlyQuote: '\\u2018',\n\toperp: '\\u29B9',\n\toplus: '\\u2295',\n\tOr: '\\u2A54',\n\tor: '\\u2228',\n\torarr: '\\u21BB',\n\tord: '\\u2A5D',\n\torder: '\\u2134',\n\torderof: '\\u2134',\n\tordf: '\\u00AA',\n\tordm: '\\u00BA',\n\torigof: '\\u22B6',\n\toror: '\\u2A56',\n\torslope: '\\u2A57',\n\torv: '\\u2A5B',\n\toS: '\\u24C8',\n\tOscr: '\\uD835\\uDCAA',\n\toscr: '\\u2134',\n\tOslash: '\\u00D8',\n\toslash: '\\u00F8',\n\tosol: '\\u2298',\n\tOtilde: '\\u00D5',\n\totilde: '\\u00F5',\n\tOtimes: '\\u2A37',\n\totimes: '\\u2297',\n\totimesas: '\\u2A36',\n\tOuml: '\\u00D6',\n\touml: '\\u00F6',\n\tovbar: '\\u233D',\n\tOverBar: '\\u203E',\n\tOverBrace: '\\u23DE',\n\tOverBracket: '\\u23B4',\n\tOverParenthesis: '\\u23DC',\n\tpar: '\\u2225',\n\tpara: '\\u00B6',\n\tparallel: '\\u2225',\n\tparsim: '\\u2AF3',\n\tparsl: '\\u2AFD',\n\tpart: '\\u2202',\n\tPartialD: '\\u2202',\n\tPcy: '\\u041F',\n\tpcy: '\\u043F',\n\tpercnt: '\\u0025',\n\tperiod: '\\u002E',\n\tpermil: '\\u2030',\n\tperp: '\\u22A5',\n\tpertenk: '\\u2031',\n\tPfr: '\\uD835\\uDD13',\n\tpfr: '\\uD835\\uDD2D',\n\tPhi: '\\u03A6',\n\tphi: '\\u03C6',\n\tphiv: '\\u03D5',\n\tphmmat: '\\u2133',\n\tphone: '\\u260E',\n\tPi: '\\u03A0',\n\tpi: '\\u03C0',\n\tpitchfork: '\\u22D4',\n\tpiv: '\\u03D6',\n\tplanck: '\\u210F',\n\tplanckh: '\\u210E',\n\tplankv: '\\u210F',\n\tplus: '\\u002B',\n\tplusacir: '\\u2A23',\n\tplusb: '\\u229E',\n\tpluscir: '\\u2A22',\n\tplusdo: '\\u2214',\n\tplusdu: '\\u2A25',\n\tpluse: '\\u2A72',\n\tPlusMinus: '\\u00B1',\n\tplusmn: '\\u00B1',\n\tplussim: '\\u2A26',\n\tplustwo: '\\u2A27',\n\tpm: '\\u00B1',\n\tPoincareplane: '\\u210C',\n\tpointint: '\\u2A15',\n\tPopf: '\\u2119',\n\tpopf: '\\uD835\\uDD61',\n\tpound: '\\u00A3',\n\tPr: '\\u2ABB',\n\tpr: '\\u227A',\n\tprap: '\\u2AB7',\n\tprcue: '\\u227C',\n\tprE: '\\u2AB3',\n\tpre: '\\u2AAF',\n\tprec: '\\u227A',\n\tprecapprox: '\\u2AB7',\n\tpreccurlyeq: '\\u227C',\n\tPrecedes: '\\u227A',\n\tPrecedesEqual: '\\u2AAF',\n\tPrecedesSlantEqual: '\\u227C',\n\tPrecedesTilde: '\\u227E',\n\tpreceq: '\\u2AAF',\n\tprecnapprox: '\\u2AB9',\n\tprecneqq: '\\u2AB5',\n\tprecnsim: '\\u22E8',\n\tprecsim: '\\u227E',\n\tPrime: '\\u2033',\n\tprime: '\\u2032',\n\tprimes: '\\u2119',\n\tprnap: '\\u2AB9',\n\tprnE: '\\u2AB5',\n\tprnsim: '\\u22E8',\n\tprod: '\\u220F',\n\tProduct: '\\u220F',\n\tprofalar: '\\u232E',\n\tprofline: '\\u2312',\n\tprofsurf: '\\u2313',\n\tprop: '\\u221D',\n\tProportion: '\\u2237',\n\tProportional: '\\u221D',\n\tpropto: '\\u221D',\n\tprsim: '\\u227E',\n\tprurel: '\\u22B0',\n\tPscr: '\\uD835\\uDCAB',\n\tpscr: '\\uD835\\uDCC5',\n\tPsi: '\\u03A8',\n\tpsi: '\\u03C8',\n\tpuncsp: '\\u2008',\n\tQfr: '\\uD835\\uDD14',\n\tqfr: '\\uD835\\uDD2E',\n\tqint: '\\u2A0C',\n\tQopf: '\\u211A',\n\tqopf: '\\uD835\\uDD62',\n\tqprime: '\\u2057',\n\tQscr: '\\uD835\\uDCAC',\n\tqscr: '\\uD835\\uDCC6',\n\tquaternions: '\\u210D',\n\tquatint: '\\u2A16',\n\tquest: '\\u003F',\n\tquesteq: '\\u225F',\n\tQUOT: '\\u0022',\n\tquot: '\\u0022',\n\trAarr: '\\u21DB',\n\trace: '\\u223D\\u0331',\n\tRacute: '\\u0154',\n\tracute: '\\u0155',\n\tradic: '\\u221A',\n\traemptyv: '\\u29B3',\n\tRang: '\\u27EB',\n\trang: '\\u27E9',\n\trangd: '\\u2992',\n\trange: '\\u29A5',\n\trangle: '\\u27E9',\n\traquo: '\\u00BB',\n\tRarr: '\\u21A0',\n\trArr: '\\u21D2',\n\trarr: '\\u2192',\n\trarrap: '\\u2975',\n\trarrb: '\\u21E5',\n\trarrbfs: '\\u2920',\n\trarrc: '\\u2933',\n\trarrfs: '\\u291E',\n\trarrhk: '\\u21AA',\n\trarrlp: '\\u21AC',\n\trarrpl: '\\u2945',\n\trarrsim: '\\u2974',\n\tRarrtl: '\\u2916',\n\trarrtl: '\\u21A3',\n\trarrw: '\\u219D',\n\trAtail: '\\u291C',\n\tratail: '\\u291A',\n\tratio: '\\u2236',\n\trationals: '\\u211A',\n\tRBarr: '\\u2910',\n\trBarr: '\\u290F',\n\trbarr: '\\u290D',\n\trbbrk: '\\u2773',\n\trbrace: '\\u007D',\n\trbrack: '\\u005D',\n\trbrke: '\\u298C',\n\trbrksld: '\\u298E',\n\trbrkslu: '\\u2990',\n\tRcaron: '\\u0158',\n\trcaron: '\\u0159',\n\tRcedil: '\\u0156',\n\trcedil: '\\u0157',\n\trceil: '\\u2309',\n\trcub: '\\u007D',\n\tRcy: '\\u0420',\n\trcy: '\\u0440',\n\trdca: '\\u2937',\n\trdldhar: '\\u2969',\n\trdquo: '\\u201D',\n\trdquor: '\\u201D',\n\trdsh: '\\u21B3',\n\tRe: '\\u211C',\n\treal: '\\u211C',\n\trealine: '\\u211B',\n\trealpart: '\\u211C',\n\treals: '\\u211D',\n\trect: '\\u25AD',\n\tREG: '\\u00AE',\n\treg: '\\u00AE',\n\tReverseElement: '\\u220B',\n\tReverseEquilibrium: '\\u21CB',\n\tReverseUpEquilibrium: '\\u296F',\n\trfisht: '\\u297D',\n\trfloor: '\\u230B',\n\tRfr: '\\u211C',\n\trfr: '\\uD835\\uDD2F',\n\trHar: '\\u2964',\n\trhard: '\\u21C1',\n\trharu: '\\u21C0',\n\trharul: '\\u296C',\n\tRho: '\\u03A1',\n\trho: '\\u03C1',\n\trhov: '\\u03F1',\n\tRightAngleBracket: '\\u27E9',\n\tRightArrow: '\\u2192',\n\tRightarrow: '\\u21D2',\n\trightarrow: '\\u2192',\n\tRightArrowBar: '\\u21E5',\n\tRightArrowLeftArrow: '\\u21C4',\n\trightarrowtail: '\\u21A3',\n\tRightCeiling: '\\u2309',\n\tRightDoubleBracket: '\\u27E7',\n\tRightDownTeeVector: '\\u295D',\n\tRightDownVector: '\\u21C2',\n\tRightDownVectorBar: '\\u2955',\n\tRightFloor: '\\u230B',\n\trightharpoondown: '\\u21C1',\n\trightharpoonup: '\\u21C0',\n\trightleftarrows: '\\u21C4',\n\trightleftharpoons: '\\u21CC',\n\trightrightarrows: '\\u21C9',\n\trightsquigarrow: '\\u219D',\n\tRightTee: '\\u22A2',\n\tRightTeeArrow: '\\u21A6',\n\tRightTeeVector: '\\u295B',\n\trightthreetimes: '\\u22CC',\n\tRightTriangle: '\\u22B3',\n\tRightTriangleBar: '\\u29D0',\n\tRightTriangleEqual: '\\u22B5',\n\tRightUpDownVector: '\\u294F',\n\tRightUpTeeVector: '\\u295C',\n\tRightUpVector: '\\u21BE',\n\tRightUpVectorBar: '\\u2954',\n\tRightVector: '\\u21C0',\n\tRightVectorBar: '\\u2953',\n\tring: '\\u02DA',\n\trisingdotseq: '\\u2253',\n\trlarr: '\\u21C4',\n\trlhar: '\\u21CC',\n\trlm: '\\u200F',\n\trmoust: '\\u23B1',\n\trmoustache: '\\u23B1',\n\trnmid: '\\u2AEE',\n\troang: '\\u27ED',\n\troarr: '\\u21FE',\n\trobrk: '\\u27E7',\n\tropar: '\\u2986',\n\tRopf: '\\u211D',\n\tropf: '\\uD835\\uDD63',\n\troplus: '\\u2A2E',\n\trotimes: '\\u2A35',\n\tRoundImplies: '\\u2970',\n\trpar: '\\u0029',\n\trpargt: '\\u2994',\n\trppolint: '\\u2A12',\n\trrarr: '\\u21C9',\n\tRrightarrow: '\\u21DB',\n\trsaquo: '\\u203A',\n\tRscr: '\\u211B',\n\trscr: '\\uD835\\uDCC7',\n\tRsh: '\\u21B1',\n\trsh: '\\u21B1',\n\trsqb: '\\u005D',\n\trsquo: '\\u2019',\n\trsquor: '\\u2019',\n\trthree: '\\u22CC',\n\trtimes: '\\u22CA',\n\trtri: '\\u25B9',\n\trtrie: '\\u22B5',\n\trtrif: '\\u25B8',\n\trtriltri: '\\u29CE',\n\tRuleDelayed: '\\u29F4',\n\truluhar: '\\u2968',\n\trx: '\\u211E',\n\tSacute: '\\u015A',\n\tsacute: '\\u015B',\n\tsbquo: '\\u201A',\n\tSc: '\\u2ABC',\n\tsc: '\\u227B',\n\tscap: '\\u2AB8',\n\tScaron: '\\u0160',\n\tscaron: '\\u0161',\n\tsccue: '\\u227D',\n\tscE: '\\u2AB4',\n\tsce: '\\u2AB0',\n\tScedil: '\\u015E',\n\tscedil: '\\u015F',\n\tScirc: '\\u015C',\n\tscirc: '\\u015D',\n\tscnap: '\\u2ABA',\n\tscnE: '\\u2AB6',\n\tscnsim: '\\u22E9',\n\tscpolint: '\\u2A13',\n\tscsim: '\\u227F',\n\tScy: '\\u0421',\n\tscy: '\\u0441',\n\tsdot: '\\u22C5',\n\tsdotb: '\\u22A1',\n\tsdote: '\\u2A66',\n\tsearhk: '\\u2925',\n\tseArr: '\\u21D8',\n\tsearr: '\\u2198',\n\tsearrow: '\\u2198',\n\tsect: '\\u00A7',\n\tsemi: '\\u003B',\n\tseswar: '\\u2929',\n\tsetminus: '\\u2216',\n\tsetmn: '\\u2216',\n\tsext: '\\u2736',\n\tSfr: '\\uD835\\uDD16',\n\tsfr: '\\uD835\\uDD30',\n\tsfrown: '\\u2322',\n\tsharp: '\\u266F',\n\tSHCHcy: '\\u0429',\n\tshchcy: '\\u0449',\n\tSHcy: '\\u0428',\n\tshcy: '\\u0448',\n\tShortDownArrow: '\\u2193',\n\tShortLeftArrow: '\\u2190',\n\tshortmid: '\\u2223',\n\tshortparallel: '\\u2225',\n\tShortRightArrow: '\\u2192',\n\tShortUpArrow: '\\u2191',\n\tshy: '\\u00AD',\n\tSigma: '\\u03A3',\n\tsigma: '\\u03C3',\n\tsigmaf: '\\u03C2',\n\tsigmav: '\\u03C2',\n\tsim: '\\u223C',\n\tsimdot: '\\u2A6A',\n\tsime: '\\u2243',\n\tsimeq: '\\u2243',\n\tsimg: '\\u2A9E',\n\tsimgE: '\\u2AA0',\n\tsiml: '\\u2A9D',\n\tsimlE: '\\u2A9F',\n\tsimne: '\\u2246',\n\tsimplus: '\\u2A24',\n\tsimrarr: '\\u2972',\n\tslarr: '\\u2190',\n\tSmallCircle: '\\u2218',\n\tsmallsetminus: '\\u2216',\n\tsmashp: '\\u2A33',\n\tsmeparsl: '\\u29E4',\n\tsmid: '\\u2223',\n\tsmile: '\\u2323',\n\tsmt: '\\u2AAA',\n\tsmte: '\\u2AAC',\n\tsmtes: '\\u2AAC\\uFE00',\n\tSOFTcy: '\\u042C',\n\tsoftcy: '\\u044C',\n\tsol: '\\u002F',\n\tsolb: '\\u29C4',\n\tsolbar: '\\u233F',\n\tSopf: '\\uD835\\uDD4A',\n\tsopf: '\\uD835\\uDD64',\n\tspades: '\\u2660',\n\tspadesuit: '\\u2660',\n\tspar: '\\u2225',\n\tsqcap: '\\u2293',\n\tsqcaps: '\\u2293\\uFE00',\n\tsqcup: '\\u2294',\n\tsqcups: '\\u2294\\uFE00',\n\tSqrt: '\\u221A',\n\tsqsub: '\\u228F',\n\tsqsube: '\\u2291',\n\tsqsubset: '\\u228F',\n\tsqsubseteq: '\\u2291',\n\tsqsup: '\\u2290',\n\tsqsupe: '\\u2292',\n\tsqsupset: '\\u2290',\n\tsqsupseteq: '\\u2292',\n\tsqu: '\\u25A1',\n\tSquare: '\\u25A1',\n\tsquare: '\\u25A1',\n\tSquareIntersection: '\\u2293',\n\tSquareSubset: '\\u228F',\n\tSquareSubsetEqual: '\\u2291',\n\tSquareSuperset: '\\u2290',\n\tSquareSupersetEqual: '\\u2292',\n\tSquareUnion: '\\u2294',\n\tsquarf: '\\u25AA',\n\tsquf: '\\u25AA',\n\tsrarr: '\\u2192',\n\tSscr: '\\uD835\\uDCAE',\n\tsscr: '\\uD835\\uDCC8',\n\tssetmn: '\\u2216',\n\tssmile: '\\u2323',\n\tsstarf: '\\u22C6',\n\tStar: '\\u22C6',\n\tstar: '\\u2606',\n\tstarf: '\\u2605',\n\tstraightepsilon: '\\u03F5',\n\tstraightphi: '\\u03D5',\n\tstrns: '\\u00AF',\n\tSub: '\\u22D0',\n\tsub: '\\u2282',\n\tsubdot: '\\u2ABD',\n\tsubE: '\\u2AC5',\n\tsube: '\\u2286',\n\tsubedot: '\\u2AC3',\n\tsubmult: '\\u2AC1',\n\tsubnE: '\\u2ACB',\n\tsubne: '\\u228A',\n\tsubplus: '\\u2ABF',\n\tsubrarr: '\\u2979',\n\tSubset: '\\u22D0',\n\tsubset: '\\u2282',\n\tsubseteq: '\\u2286',\n\tsubseteqq: '\\u2AC5',\n\tSubsetEqual: '\\u2286',\n\tsubsetneq: '\\u228A',\n\tsubsetneqq: '\\u2ACB',\n\tsubsim: '\\u2AC7',\n\tsubsub: '\\u2AD5',\n\tsubsup: '\\u2AD3',\n\tsucc: '\\u227B',\n\tsuccapprox: '\\u2AB8',\n\tsucccurlyeq: '\\u227D',\n\tSucceeds: '\\u227B',\n\tSucceedsEqual: '\\u2AB0',\n\tSucceedsSlantEqual: '\\u227D',\n\tSucceedsTilde: '\\u227F',\n\tsucceq: '\\u2AB0',\n\tsuccnapprox: '\\u2ABA',\n\tsuccneqq: '\\u2AB6',\n\tsuccnsim: '\\u22E9',\n\tsuccsim: '\\u227F',\n\tSuchThat: '\\u220B',\n\tSum: '\\u2211',\n\tsum: '\\u2211',\n\tsung: '\\u266A',\n\tSup: '\\u22D1',\n\tsup: '\\u2283',\n\tsup1: '\\u00B9',\n\tsup2: '\\u00B2',\n\tsup3: '\\u00B3',\n\tsupdot: '\\u2ABE',\n\tsupdsub: '\\u2AD8',\n\tsupE: '\\u2AC6',\n\tsupe: '\\u2287',\n\tsupedot: '\\u2AC4',\n\tSuperset: '\\u2283',\n\tSupersetEqual: '\\u2287',\n\tsuphsol: '\\u27C9',\n\tsuphsub: '\\u2AD7',\n\tsuplarr: '\\u297B',\n\tsupmult: '\\u2AC2',\n\tsupnE: '\\u2ACC',\n\tsupne: '\\u228B',\n\tsupplus: '\\u2AC0',\n\tSupset: '\\u22D1',\n\tsupset: '\\u2283',\n\tsupseteq: '\\u2287',\n\tsupseteqq: '\\u2AC6',\n\tsupsetneq: '\\u228B',\n\tsupsetneqq: '\\u2ACC',\n\tsupsim: '\\u2AC8',\n\tsupsub: '\\u2AD4',\n\tsupsup: '\\u2AD6',\n\tswarhk: '\\u2926',\n\tswArr: '\\u21D9',\n\tswarr: '\\u2199',\n\tswarrow: '\\u2199',\n\tswnwar: '\\u292A',\n\tszlig: '\\u00DF',\n\tTab: '\\u0009',\n\ttarget: '\\u2316',\n\tTau: '\\u03A4',\n\ttau: '\\u03C4',\n\ttbrk: '\\u23B4',\n\tTcaron: '\\u0164',\n\ttcaron: '\\u0165',\n\tTcedil: '\\u0162',\n\ttcedil: '\\u0163',\n\tTcy: '\\u0422',\n\ttcy: '\\u0442',\n\ttdot: '\\u20DB',\n\ttelrec: '\\u2315',\n\tTfr: '\\uD835\\uDD17',\n\ttfr: '\\uD835\\uDD31',\n\tthere4: '\\u2234',\n\tTherefore: '\\u2234',\n\ttherefore: '\\u2234',\n\tTheta: '\\u0398',\n\ttheta: '\\u03B8',\n\tthetasym: '\\u03D1',\n\tthetav: '\\u03D1',\n\tthickapprox: '\\u2248',\n\tthicksim: '\\u223C',\n\tThickSpace: '\\u205F\\u200A',\n\tthinsp: '\\u2009',\n\tThinSpace: '\\u2009',\n\tthkap: '\\u2248',\n\tthksim: '\\u223C',\n\tTHORN: '\\u00DE',\n\tthorn: '\\u00FE',\n\tTilde: '\\u223C',\n\ttilde: '\\u02DC',\n\tTildeEqual: '\\u2243',\n\tTildeFullEqual: '\\u2245',\n\tTildeTilde: '\\u2248',\n\ttimes: '\\u00D7',\n\ttimesb: '\\u22A0',\n\ttimesbar: '\\u2A31',\n\ttimesd: '\\u2A30',\n\ttint: '\\u222D',\n\ttoea: '\\u2928',\n\ttop: '\\u22A4',\n\ttopbot: '\\u2336',\n\ttopcir: '\\u2AF1',\n\tTopf: '\\uD835\\uDD4B',\n\ttopf: '\\uD835\\uDD65',\n\ttopfork: '\\u2ADA',\n\ttosa: '\\u2929',\n\ttprime: '\\u2034',\n\tTRADE: '\\u2122',\n\ttrade: '\\u2122',\n\ttriangle: '\\u25B5',\n\ttriangledown: '\\u25BF',\n\ttriangleleft: '\\u25C3',\n\ttrianglelefteq: '\\u22B4',\n\ttriangleq: '\\u225C',\n\ttriangleright: '\\u25B9',\n\ttrianglerighteq: '\\u22B5',\n\ttridot: '\\u25EC',\n\ttrie: '\\u225C',\n\ttriminus: '\\u2A3A',\n\tTripleDot: '\\u20DB',\n\ttriplus: '\\u2A39',\n\ttrisb: '\\u29CD',\n\ttritime: '\\u2A3B',\n\ttrpezium: '\\u23E2',\n\tTscr: '\\uD835\\uDCAF',\n\ttscr: '\\uD835\\uDCC9',\n\tTScy: '\\u0426',\n\ttscy: '\\u0446',\n\tTSHcy: '\\u040B',\n\ttshcy: '\\u045B',\n\tTstrok: '\\u0166',\n\ttstrok: '\\u0167',\n\ttwixt: '\\u226C',\n\ttwoheadleftarrow: '\\u219E',\n\ttwoheadrightarrow: '\\u21A0',\n\tUacute: '\\u00DA',\n\tuacute: '\\u00FA',\n\tUarr: '\\u219F',\n\tuArr: '\\u21D1',\n\tuarr: '\\u2191',\n\tUarrocir: '\\u2949',\n\tUbrcy: '\\u040E',\n\tubrcy: '\\u045E',\n\tUbreve: '\\u016C',\n\tubreve: '\\u016D',\n\tUcirc: '\\u00DB',\n\tucirc: '\\u00FB',\n\tUcy: '\\u0423',\n\tucy: '\\u0443',\n\tudarr: '\\u21C5',\n\tUdblac: '\\u0170',\n\tudblac: '\\u0171',\n\tudhar: '\\u296E',\n\tufisht: '\\u297E',\n\tUfr: '\\uD835\\uDD18',\n\tufr: '\\uD835\\uDD32',\n\tUgrave: '\\u00D9',\n\tugrave: '\\u00F9',\n\tuHar: '\\u2963',\n\tuharl: '\\u21BF',\n\tuharr: '\\u21BE',\n\tuhblk: '\\u2580',\n\tulcorn: '\\u231C',\n\tulcorner: '\\u231C',\n\tulcrop: '\\u230F',\n\tultri: '\\u25F8',\n\tUmacr: '\\u016A',\n\tumacr: '\\u016B',\n\tuml: '\\u00A8',\n\tUnderBar: '\\u005F',\n\tUnderBrace: '\\u23DF',\n\tUnderBracket: '\\u23B5',\n\tUnderParenthesis: '\\u23DD',\n\tUnion: '\\u22C3',\n\tUnionPlus: '\\u228E',\n\tUogon: '\\u0172',\n\tuogon: '\\u0173',\n\tUopf: '\\uD835\\uDD4C',\n\tuopf: '\\uD835\\uDD66',\n\tUpArrow: '\\u2191',\n\tUparrow: '\\u21D1',\n\tuparrow: '\\u2191',\n\tUpArrowBar: '\\u2912',\n\tUpArrowDownArrow: '\\u21C5',\n\tUpDownArrow: '\\u2195',\n\tUpdownarrow: '\\u21D5',\n\tupdownarrow: '\\u2195',\n\tUpEquilibrium: '\\u296E',\n\tupharpoonleft: '\\u21BF',\n\tupharpoonright: '\\u21BE',\n\tuplus: '\\u228E',\n\tUpperLeftArrow: '\\u2196',\n\tUpperRightArrow: '\\u2197',\n\tUpsi: '\\u03D2',\n\tupsi: '\\u03C5',\n\tupsih: '\\u03D2',\n\tUpsilon: '\\u03A5',\n\tupsilon: '\\u03C5',\n\tUpTee: '\\u22A5',\n\tUpTeeArrow: '\\u21A5',\n\tupuparrows: '\\u21C8',\n\turcorn: '\\u231D',\n\turcorner: '\\u231D',\n\turcrop: '\\u230E',\n\tUring: '\\u016E',\n\turing: '\\u016F',\n\turtri: '\\u25F9',\n\tUscr: '\\uD835\\uDCB0',\n\tuscr: '\\uD835\\uDCCA',\n\tutdot: '\\u22F0',\n\tUtilde: '\\u0168',\n\tutilde: '\\u0169',\n\tutri: '\\u25B5',\n\tutrif: '\\u25B4',\n\tuuarr: '\\u21C8',\n\tUuml: '\\u00DC',\n\tuuml: '\\u00FC',\n\tuwangle: '\\u29A7',\n\tvangrt: '\\u299C',\n\tvarepsilon: '\\u03F5',\n\tvarkappa: '\\u03F0',\n\tvarnothing: '\\u2205',\n\tvarphi: '\\u03D5',\n\tvarpi: '\\u03D6',\n\tvarpropto: '\\u221D',\n\tvArr: '\\u21D5',\n\tvarr: '\\u2195',\n\tvarrho: '\\u03F1',\n\tvarsigma: '\\u03C2',\n\tvarsubsetneq: '\\u228A\\uFE00',\n\tvarsubsetneqq: '\\u2ACB\\uFE00',\n\tvarsupsetneq: '\\u228B\\uFE00',\n\tvarsupsetneqq: '\\u2ACC\\uFE00',\n\tvartheta: '\\u03D1',\n\tvartriangleleft: '\\u22B2',\n\tvartriangleright: '\\u22B3',\n\tVbar: '\\u2AEB',\n\tvBar: '\\u2AE8',\n\tvBarv: '\\u2AE9',\n\tVcy: '\\u0412',\n\tvcy: '\\u0432',\n\tVDash: '\\u22AB',\n\tVdash: '\\u22A9',\n\tvDash: '\\u22A8',\n\tvdash: '\\u22A2',\n\tVdashl: '\\u2AE6',\n\tVee: '\\u22C1',\n\tvee: '\\u2228',\n\tveebar: '\\u22BB',\n\tveeeq: '\\u225A',\n\tvellip: '\\u22EE',\n\tVerbar: '\\u2016',\n\tverbar: '\\u007C',\n\tVert: '\\u2016',\n\tvert: '\\u007C',\n\tVerticalBar: '\\u2223',\n\tVerticalLine: '\\u007C',\n\tVerticalSeparator: '\\u2758',\n\tVerticalTilde: '\\u2240',\n\tVeryThinSpace: '\\u200A',\n\tVfr: '\\uD835\\uDD19',\n\tvfr: '\\uD835\\uDD33',\n\tvltri: '\\u22B2',\n\tvnsub: '\\u2282\\u20D2',\n\tvnsup: '\\u2283\\u20D2',\n\tVopf: '\\uD835\\uDD4D',\n\tvopf: '\\uD835\\uDD67',\n\tvprop: '\\u221D',\n\tvrtri: '\\u22B3',\n\tVscr: '\\uD835\\uDCB1',\n\tvscr: '\\uD835\\uDCCB',\n\tvsubnE: '\\u2ACB\\uFE00',\n\tvsubne: '\\u228A\\uFE00',\n\tvsupnE: '\\u2ACC\\uFE00',\n\tvsupne: '\\u228B\\uFE00',\n\tVvdash: '\\u22AA',\n\tvzigzag: '\\u299A',\n\tWcirc: '\\u0174',\n\twcirc: '\\u0175',\n\twedbar: '\\u2A5F',\n\tWedge: '\\u22C0',\n\twedge: '\\u2227',\n\twedgeq: '\\u2259',\n\tweierp: '\\u2118',\n\tWfr: '\\uD835\\uDD1A',\n\twfr: '\\uD835\\uDD34',\n\tWopf: '\\uD835\\uDD4E',\n\twopf: '\\uD835\\uDD68',\n\twp: '\\u2118',\n\twr: '\\u2240',\n\twreath: '\\u2240',\n\tWscr: '\\uD835\\uDCB2',\n\twscr: '\\uD835\\uDCCC',\n\txcap: '\\u22C2',\n\txcirc: '\\u25EF',\n\txcup: '\\u22C3',\n\txdtri: '\\u25BD',\n\tXfr: '\\uD835\\uDD1B',\n\txfr: '\\uD835\\uDD35',\n\txhArr: '\\u27FA',\n\txharr: '\\u27F7',\n\tXi: '\\u039E',\n\txi: '\\u03BE',\n\txlArr: '\\u27F8',\n\txlarr: '\\u27F5',\n\txmap: '\\u27FC',\n\txnis: '\\u22FB',\n\txodot: '\\u2A00',\n\tXopf: '\\uD835\\uDD4F',\n\txopf: '\\uD835\\uDD69',\n\txoplus: '\\u2A01',\n\txotime: '\\u2A02',\n\txrArr: '\\u27F9',\n\txrarr: '\\u27F6',\n\tXscr: '\\uD835\\uDCB3',\n\txscr: '\\uD835\\uDCCD',\n\txsqcup: '\\u2A06',\n\txuplus: '\\u2A04',\n\txutri: '\\u25B3',\n\txvee: '\\u22C1',\n\txwedge: '\\u22C0',\n\tYacute: '\\u00DD',\n\tyacute: '\\u00FD',\n\tYAcy: '\\u042F',\n\tyacy: '\\u044F',\n\tYcirc: '\\u0176',\n\tycirc: '\\u0177',\n\tYcy: '\\u042B',\n\tycy: '\\u044B',\n\tyen: '\\u00A5',\n\tYfr: '\\uD835\\uDD1C',\n\tyfr: '\\uD835\\uDD36',\n\tYIcy: '\\u0407',\n\tyicy: '\\u0457',\n\tYopf: '\\uD835\\uDD50',\n\tyopf: '\\uD835\\uDD6A',\n\tYscr: '\\uD835\\uDCB4',\n\tyscr: '\\uD835\\uDCCE',\n\tYUcy: '\\u042E',\n\tyucy: '\\u044E',\n\tYuml: '\\u0178',\n\tyuml: '\\u00FF',\n\tZacute: '\\u0179',\n\tzacute: '\\u017A',\n\tZcaron: '\\u017D',\n\tzcaron: '\\u017E',\n\tZcy: '\\u0417',\n\tzcy: '\\u0437',\n\tZdot: '\\u017B',\n\tzdot: '\\u017C',\n\tzeetrf: '\\u2128',\n\tZeroWidthSpace: '\\u200B',\n\tZeta: '\\u0396',\n\tzeta: '\\u03B6',\n\tZfr: '\\u2128',\n\tzfr: '\\uD835\\uDD37',\n\tZHcy: '\\u0416',\n\tzhcy: '\\u0436',\n\tzigrarr: '\\u21DD',\n\tZopf: '\\u2124',\n\tzopf: '\\uD835\\uDD6B',\n\tZscr: '\\uD835\\uDCB5',\n\tzscr: '\\uD835\\uDCCF',\n\tzwj: '\\u200D',\n\tzwnj: '\\u200C',\n});\n\n/**\n * @deprecated\n * Use `HTML_ENTITIES` instead.\n * @see {@link HTML_ENTITIES}\n */\nexports.entityMap = exports.HTML_ENTITIES;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar g = require('./grammar');\nvar errors = require('./errors');\n\nvar isHTMLEscapableRawTextElement = conventions.isHTMLEscapableRawTextElement;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isHTMLRawTextElement = conventions.isHTMLRawTextElement;\nvar hasOwn = conventions.hasOwn;\nvar NAMESPACE = conventions.NAMESPACE;\nvar ParseError = errors.ParseError;\nvar DOMException = errors.DOMException;\n\n//var handlers = 'resolveEntity,getExternalSubset,characters,endDocument,endElement,endPrefixMapping,ignorableWhitespace,processingInstruction,setDocumentLocator,skippedEntity,startDocument,startElement,startPrefixMapping,notationDecl,unparsedEntityDecl,error,fatalError,warning,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,comment,endCDATA,endDTD,endEntity,startCDATA,startDTD,startEntity'.split(',')\n\n//S_TAG,\tS_ATTR,\tS_EQ,\tS_ATTR_NOQUOT_VALUE\n//S_ATTR_SPACE,\tS_ATTR_END,\tS_TAG_SPACE, S_TAG_CLOSE\nvar S_TAG = 0; //tag name offerring\nvar S_ATTR = 1; //attr name offerring\nvar S_ATTR_SPACE = 2; //attr name end and space offer\nvar S_EQ = 3; //=space?\nvar S_ATTR_NOQUOT_VALUE = 4; //attr value(no quot value only)\nvar S_ATTR_END = 5; //attr value end and no space(quot end)\nvar S_TAG_SPACE = 6; //(attr value end || tag end ) && (space offer)\nvar S_TAG_CLOSE = 7; //closed el\n\nfunction XMLReader() {}\n\nXMLReader.prototype = {\n\tparse: function (source, defaultNSMap, entityMap) {\n\t\tvar domBuilder = this.domBuilder;\n\t\tdomBuilder.startDocument();\n\t\t_copy(defaultNSMap, (defaultNSMap = Object.create(null)));\n\t\tparse(source, defaultNSMap, entityMap, domBuilder, this.errorHandler);\n\t\tdomBuilder.endDocument();\n\t},\n};\n\n/**\n * Detecting everything that might be a reference,\n * including those without ending `;`, since those are allowed in HTML.\n * The entityReplacer takes care of verifying and transforming each occurrence,\n * and reports to the errorHandler on those that are not OK,\n * depending on the context.\n */\nvar ENTITY_REG = /&#?\\w+;?/g;\n\nfunction parse(source, defaultNSMapCopy, entityMap, domBuilder, errorHandler) {\n\tvar isHTML = isHTMLMimeType(domBuilder.mimeType);\n\tif (source.indexOf(g.UNICODE_REPLACEMENT_CHARACTER) >= 0) {\n\t\treturn errorHandler.fatalError('Unicode replacement character detected, source encoding issues?');\n\t}\n\n\tfunction fixedFromCharCode(code) {\n\t\t// String.prototype.fromCharCode does not supports\n\t\t// > 2 bytes unicode chars directly\n\t\tif (code > 0xffff) {\n\t\t\tcode -= 0x10000;\n\t\t\tvar surrogate1 = 0xd800 + (code >> 10),\n\t\t\t\tsurrogate2 = 0xdc00 + (code & 0x3ff);\n\n\t\t\treturn String.fromCharCode(surrogate1, surrogate2);\n\t\t} else {\n\t\t\treturn String.fromCharCode(code);\n\t\t}\n\t}\n\n\tfunction entityReplacer(a) {\n\t\tvar complete = a[a.length - 1] === ';' ? a : a + ';';\n\t\tif (!isHTML && complete !== a) {\n\t\t\terrorHandler.error('EntityRef: expecting ;');\n\t\t\treturn a;\n\t\t}\n\t\tvar match = g.Reference.exec(complete);\n\t\tif (!match || match[0].length !== complete.length) {\n\t\t\terrorHandler.error('entity not matching Reference production: ' + a);\n\t\t\treturn a;\n\t\t}\n\t\tvar k = complete.slice(1, -1);\n\t\tif (hasOwn(entityMap, k)) {\n\t\t\treturn entityMap[k];\n\t\t} else if (k.charAt(0) === '#') {\n\t\t\treturn fixedFromCharCode(parseInt(k.substr(1).replace('x', '0x')));\n\t\t} else {\n\t\t\terrorHandler.error('entity not found:' + a);\n\t\t\treturn a;\n\t\t}\n\t}\n\n\tfunction appendText(end) {\n\t\t//has some bugs\n\t\tif (end > start) {\n\t\t\tvar xt = source.substring(start, end).replace(ENTITY_REG, entityReplacer);\n\t\t\tlocator && position(start);\n\t\t\tdomBuilder.characters(xt, 0, end - start);\n\t\t\tstart = end;\n\t\t}\n\t}\n\n\tfunction position(p, m) {\n\t\twhile (p >= lineEnd && (m = linePattern.exec(source))) {\n\t\t\tlineStart = m.index;\n\t\t\tlineEnd = lineStart + m[0].length;\n\t\t\tlocator.lineNumber++;\n\t\t}\n\t\tlocator.columnNumber = p - lineStart + 1;\n\t}\n\n\tvar lineStart = 0;\n\tvar lineEnd = 0;\n\tvar linePattern = /.*(?:\\r\\n?|\\n)|.*$/g;\n\tvar locator = domBuilder.locator;\n\n\tvar parseStack = [{ currentNSMap: defaultNSMapCopy }];\n\tvar unclosedTags = [];\n\tvar start = 0;\n\twhile (true) {\n\t\ttry {\n\t\t\tvar tagStart = source.indexOf('<', start);\n\t\t\tif (tagStart < 0) {\n\t\t\t\tif (!isHTML && unclosedTags.length > 0) {\n\t\t\t\t\treturn errorHandler.fatalError('unclosed xml tag(s): ' + unclosedTags.join(', '));\n\t\t\t\t}\n\t\t\t\tif (!source.substring(start).match(/^\\s*$/)) {\n\t\t\t\t\tvar doc = domBuilder.doc;\n\t\t\t\t\tvar text = doc.createTextNode(source.substr(start));\n\t\t\t\t\tif (doc.documentElement) {\n\t\t\t\t\t\treturn errorHandler.error('Extra content at the end of the document');\n\t\t\t\t\t}\n\t\t\t\t\tdoc.appendChild(text);\n\t\t\t\t\tdomBuilder.currentElement = text;\n\t\t\t\t}\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (tagStart > start) {\n\t\t\t\tvar fromSource = source.substring(start, tagStart);\n\t\t\t\tif (!isHTML && unclosedTags.length === 0) {\n\t\t\t\t\tfromSource = fromSource.replace(new RegExp(g.S_OPT.source, 'g'), '');\n\t\t\t\t\tfromSource && errorHandler.error(\"Unexpected content outside root element: '\" + fromSource + \"'\");\n\t\t\t\t}\n\t\t\t\tappendText(tagStart);\n\t\t\t}\n\t\t\tswitch (source.charAt(tagStart + 1)) {\n\t\t\t\tcase '/':\n\t\t\t\t\tvar end = source.indexOf('>', tagStart + 2);\n\t\t\t\t\tvar tagNameRaw = source.substring(tagStart + 2, end > 0 ? end : undefined);\n\t\t\t\t\tif (!tagNameRaw) {\n\t\t\t\t\t\treturn errorHandler.fatalError('end tag name missing');\n\t\t\t\t\t}\n\t\t\t\t\tvar tagNameMatch = end > 0 && g.reg('^', g.QName_group, g.S_OPT, '$').exec(tagNameRaw);\n\t\t\t\t\tif (!tagNameMatch) {\n\t\t\t\t\t\treturn errorHandler.fatalError('end tag name contains invalid characters: \"' + tagNameRaw + '\"');\n\t\t\t\t\t}\n\t\t\t\t\tif (!domBuilder.currentElement && !domBuilder.doc.documentElement) {\n\t\t\t\t\t\t// not enough information to provide a helpful error message,\n\t\t\t\t\t\t// but parsing will throw since there is no root element\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tvar currentTagName =\n\t\t\t\t\t\tunclosedTags[unclosedTags.length - 1] ||\n\t\t\t\t\t\tdomBuilder.currentElement.tagName ||\n\t\t\t\t\t\tdomBuilder.doc.documentElement.tagName ||\n\t\t\t\t\t\t'';\n\t\t\t\t\tif (currentTagName !== tagNameMatch[1]) {\n\t\t\t\t\t\tvar tagNameLower = tagNameMatch[1].toLowerCase();\n\t\t\t\t\t\tif (!isHTML || currentTagName.toLowerCase() !== tagNameLower) {\n\t\t\t\t\t\t\treturn errorHandler.fatalError('Opening and ending tag mismatch: \"' + currentTagName + '\" != \"' + tagNameRaw + '\"');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvar config = parseStack.pop();\n\t\t\t\t\tunclosedTags.pop();\n\t\t\t\t\tvar localNSMap = config.localNSMap;\n\t\t\t\t\tdomBuilder.endElement(config.uri, config.localName, currentTagName);\n\t\t\t\t\tif (localNSMap) {\n\t\t\t\t\t\tfor (var prefix in localNSMap) {\n\t\t\t\t\t\t\tif (hasOwn(localNSMap, prefix)) {\n\t\t\t\t\t\t\t\tdomBuilder.endPrefixMapping(prefix);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tend++;\n\t\t\t\t\tbreak;\n\t\t\t\t// end element\n\t\t\t\tcase '?': // \n\t\t\t\t\tlocator && position(tagStart);\n\t\t\t\t\tend = parseProcessingInstruction(source, tagStart, domBuilder, errorHandler);\n\t\t\t\t\tbreak;\n\t\t\t\tcase '!': // start) {\n\t\t\tstart = end;\n\t\t} else {\n\t\t\t//Possible sax fallback here, risk of positional error\n\t\t\tappendText(Math.max(tagStart, start) + 1);\n\t\t}\n\t}\n}\n\nfunction copyLocator(f, t) {\n\tt.lineNumber = f.lineNumber;\n\tt.columnNumber = f.columnNumber;\n\treturn t;\n}\n\n/**\n * @returns\n * end of the elementStartPart(end of elementEndPart for selfClosed el)\n * @see {@link #appendElement}\n */\nfunction parseElementStartPart(source, start, el, currentNSMap, entityReplacer, errorHandler, isHTML) {\n\t/**\n\t * @param {string} qname\n\t * @param {string} value\n\t * @param {number} startIndex\n\t */\n\tfunction addAttribute(qname, value, startIndex) {\n\t\tif (hasOwn(el.attributeNames, qname)) {\n\t\t\treturn errorHandler.fatalError('Attribute ' + qname + ' redefined');\n\t\t}\n\t\tif (!isHTML && value.indexOf('<') >= 0) {\n\t\t\treturn errorHandler.fatalError(\"Unescaped '<' not allowed in attributes values\");\n\t\t}\n\t\tel.addValue(\n\t\t\tqname,\n\t\t\t// @see https://www.w3.org/TR/xml/#AVNormalize\n\t\t\t// since the xmldom sax parser does not \"interpret\" DTD the following is not implemented:\n\t\t\t// - recursive replacement of (DTD) entity references\n\t\t\t// - trimming and collapsing multiple spaces into a single one for attributes that are not of type CDATA\n\t\t\tvalue.replace(/[\\t\\n\\r]/g, ' ').replace(ENTITY_REG, entityReplacer),\n\t\t\tstartIndex\n\t\t);\n\t}\n\n\tvar attrName;\n\tvar value;\n\tvar p = ++start;\n\tvar s = S_TAG; //status\n\twhile (true) {\n\t\tvar c = source.charAt(p);\n\t\tswitch (c) {\n\t\t\tcase '=':\n\t\t\t\tif (s === S_ATTR) {\n\t\t\t\t\t//attrName\n\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\ts = S_EQ;\n\t\t\t\t} else if (s === S_ATTR_SPACE) {\n\t\t\t\t\ts = S_EQ;\n\t\t\t\t} else {\n\t\t\t\t\t//fatalError: equal must after attrName or space after attrName\n\t\t\t\t\tthrow new Error('attribute equal must after attrName'); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase \"'\":\n\t\t\tcase '\"':\n\t\t\t\tif (\n\t\t\t\t\ts === S_EQ ||\n\t\t\t\t\ts === S_ATTR //|| s == S_ATTR_SPACE\n\t\t\t\t) {\n\t\t\t\t\t//equal\n\t\t\t\t\tif (s === S_ATTR) {\n\t\t\t\t\t\terrorHandler.warning('attribute value must after \"=\"');\n\t\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\t}\n\t\t\t\t\tstart = p + 1;\n\t\t\t\t\tp = source.indexOf(c, start);\n\t\t\t\t\tif (p > 0) {\n\t\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\t\taddAttribute(attrName, value, start - 1);\n\t\t\t\t\t\ts = S_ATTR_END;\n\t\t\t\t\t} else {\n\t\t\t\t\t\t//fatalError: no end quot match\n\t\t\t\t\t\tthrow new Error(\"attribute value no end '\" + c + \"' match\");\n\t\t\t\t\t}\n\t\t\t\t} else if (s == S_ATTR_NOQUOT_VALUE) {\n\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\terrorHandler.warning('attribute \"' + attrName + '\" missed start quot(' + c + ')!!');\n\t\t\t\t\tstart = p + 1;\n\t\t\t\t\ts = S_ATTR_END;\n\t\t\t\t} else {\n\t\t\t\t\t//fatalError: no equal before\n\t\t\t\t\tthrow new Error('attribute value must after \"=\"'); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase '/':\n\t\t\t\tswitch (s) {\n\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\ts = S_TAG_CLOSE;\n\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE:\n\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t//case S_EQ:\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tthrow new Error(\"attribute invalid close char('/')\"); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase '': //end document\n\t\t\t\terrorHandler.error('unexpected end of input');\n\t\t\t\tif (s == S_TAG) {\n\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t}\n\t\t\t\treturn p;\n\t\t\tcase '>':\n\t\t\t\tswitch (s) {\n\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\tbreak; //normal\n\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE: //Compatible state\n\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\t\tif (value.slice(-1) === '/') {\n\t\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\t\t\tvalue = value.slice(0, -1);\n\t\t\t\t\t\t}\n\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\tif (s === S_ATTR_SPACE) {\n\t\t\t\t\t\t\tvalue = attrName;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (s == S_ATTR_NOQUOT_VALUE) {\n\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed quot(\")!');\n\t\t\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed value!! \"' + value + '\" instead!!');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\taddAttribute(value, value, start);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase S_EQ:\n\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\treturn errorHandler.fatalError('AttValue: \\' or \" expected');\n\t\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn p;\n\t\t\t/*xml space '\\x20' | #x9 | #xD | #xA; */\n\t\t\tcase '\\u0080':\n\t\t\t\tc = ' ';\n\t\t\tdefault:\n\t\t\t\tif (c <= ' ') {\n\t\t\t\t\t//space\n\t\t\t\t\tswitch (s) {\n\t\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\t\tel.setTagName(source.slice(start, p)); //tagName\n\t\t\t\t\t\t\ts = S_TAG_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\t\t\ts = S_ATTR_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE:\n\t\t\t\t\t\t\tvar value = source.slice(start, p);\n\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed quot(\")!!');\n\t\t\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\t\t\ts = S_TAG_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t//case S_TAG_SPACE:\n\t\t\t\t\t\t//case S_EQ:\n\t\t\t\t\t\t//case S_ATTR_SPACE:\n\t\t\t\t\t\t//\tvoid();break;\n\t\t\t\t\t\t//case S_TAG_CLOSE:\n\t\t\t\t\t\t//ignore warning\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t//not space\n\t\t\t\t\t//S_TAG,\tS_ATTR,\tS_EQ,\tS_ATTR_NOQUOT_VALUE\n\t\t\t\t\t//S_ATTR_SPACE,\tS_ATTR_END,\tS_TAG_SPACE, S_TAG_CLOSE\n\t\t\t\t\tswitch (s) {\n\t\t\t\t\t\t//case S_TAG:void();break;\n\t\t\t\t\t\t//case S_ATTR:void();break;\n\t\t\t\t\t\t//case S_ATTR_NOQUOT_VALUE:void();break;\n\t\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + attrName + '\" missed value!! \"' + attrName + '\" instead2!!');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\taddAttribute(attrName, attrName, start);\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\ts = S_ATTR;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\t\t\terrorHandler.warning('attribute space is required\"' + attrName + '\"!!');\n\t\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\t\t\ts = S_ATTR;\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_EQ:\n\t\t\t\t\t\t\ts = S_ATTR_NOQUOT_VALUE;\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\t\tthrow new Error(\"elements closed character '/' and '>' must be connected to\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t} //end outer switch\n\t\tp++;\n\t}\n}\n\n/**\n * @returns\n * `true` if a new namespace has been defined.\n */\nfunction appendElement(el, domBuilder, currentNSMap) {\n\tvar tagName = el.tagName;\n\tvar localNSMap = null;\n\tvar i = el.length;\n\twhile (i--) {\n\t\tvar a = el[i];\n\t\tvar qName = a.qName;\n\t\tvar value = a.value;\n\t\tvar nsp = qName.indexOf(':');\n\t\tif (nsp > 0) {\n\t\t\tvar prefix = (a.prefix = qName.slice(0, nsp));\n\t\t\tvar localName = qName.slice(nsp + 1);\n\t\t\tvar nsPrefix = prefix === 'xmlns' && localName;\n\t\t} else {\n\t\t\tlocalName = qName;\n\t\t\tprefix = null;\n\t\t\tnsPrefix = qName === 'xmlns' && '';\n\t\t}\n\t\t//can not set prefix,because prefix !== ''\n\t\ta.localName = localName;\n\t\t//prefix == null for no ns prefix attribute\n\t\tif (nsPrefix !== false) {\n\t\t\t//hack!!\n\t\t\tif (localNSMap == null) {\n\t\t\t\tlocalNSMap = Object.create(null);\n\t\t\t\t_copy(currentNSMap, (currentNSMap = Object.create(null)));\n\t\t\t}\n\t\t\tcurrentNSMap[nsPrefix] = localNSMap[nsPrefix] = value;\n\t\t\ta.uri = NAMESPACE.XMLNS;\n\t\t\tdomBuilder.startPrefixMapping(nsPrefix, value);\n\t\t}\n\t}\n\tvar i = el.length;\n\twhile (i--) {\n\t\ta = el[i];\n\t\tif (a.prefix) {\n\t\t\t//no prefix attribute has no namespace\n\t\t\tif (a.prefix === 'xml') {\n\t\t\t\ta.uri = NAMESPACE.XML;\n\t\t\t}\n\t\t\tif (a.prefix !== 'xmlns') {\n\t\t\t\ta.uri = currentNSMap[a.prefix];\n\t\t\t}\n\t\t}\n\t}\n\tvar nsp = tagName.indexOf(':');\n\tif (nsp > 0) {\n\t\tprefix = el.prefix = tagName.slice(0, nsp);\n\t\tlocalName = el.localName = tagName.slice(nsp + 1);\n\t} else {\n\t\tprefix = null; //important!!\n\t\tlocalName = el.localName = tagName;\n\t}\n\t//no prefix element has default namespace\n\tvar ns = (el.uri = currentNSMap[prefix || '']);\n\tdomBuilder.startElement(ns, localName, tagName, el);\n\t//endPrefixMapping and startPrefixMapping have not any help for dom builder\n\t//localNSMap = null\n\tif (el.closed) {\n\t\tdomBuilder.endElement(ns, localName, tagName);\n\t\tif (localNSMap) {\n\t\t\tfor (prefix in localNSMap) {\n\t\t\t\tif (hasOwn(localNSMap, prefix)) {\n\t\t\t\t\tdomBuilder.endPrefixMapping(prefix);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} else {\n\t\tel.currentNSMap = currentNSMap;\n\t\tel.localNSMap = localNSMap;\n\t\t//parseStack.push(el);\n\t\treturn true;\n\t}\n}\n\nfunction parseHtmlSpecialContent(source, elStartEnd, tagName, entityReplacer, domBuilder) {\n\t// https://html.spec.whatwg.org/#raw-text-elements\n\t// https://html.spec.whatwg.org/#escapable-raw-text-elements\n\t// https://html.spec.whatwg.org/#cdata-rcdata-restrictions:raw-text-elements\n\t// TODO: https://html.spec.whatwg.org/#cdata-rcdata-restrictions\n\tvar isEscapableRaw = isHTMLEscapableRawTextElement(tagName);\n\tif (isEscapableRaw || isHTMLRawTextElement(tagName)) {\n\t\tvar elEndStart = source.indexOf('', elStartEnd);\n\t\tvar text = source.substring(elStartEnd + 1, elEndStart);\n\n\t\tif (isEscapableRaw) {\n\t\t\ttext = text.replace(ENTITY_REG, entityReplacer);\n\t\t}\n\t\tdomBuilder.characters(text, 0, text.length);\n\t\treturn elEndStart;\n\t}\n\treturn elStartEnd + 1;\n}\n\nfunction _copy(source, target) {\n\tfor (var n in source) {\n\t\tif (hasOwn(source, n)) {\n\t\t\ttarget[n] = source[n];\n\t\t}\n\t}\n}\n\n/**\n * @typedef ParseUtils\n * @property {function(relativeIndex: number?): string | undefined} char\n * Provides look ahead access to a singe character relative to the current index.\n * @property {function(): number} getIndex\n * Provides read-only access to the current index.\n * @property {function(reg: RegExp): string | null} getMatch\n * Applies the provided regular expression enforcing that it starts at the current index and\n * returns the complete matching string,\n * and moves the current index by the length of the matching string.\n * @property {function(): string} getSource\n * Provides read-only access to the complete source.\n * @property {function(places: number?): void} skip\n * moves the current index by places (defaults to 1)\n * @property {function(): number} skipBlanks\n * Moves the current index by the amount of white space that directly follows the current index\n * and returns the amount of whitespace chars skipped (0..n),\n * or -1 if the end of the source was reached.\n * @property {function(): string} substringFromIndex\n * creates a substring from the current index to the end of `source`\n * @property {function(compareWith: string): boolean} substringStartsWith\n * Checks if source contains `compareWith`,\n * starting from the current index.\n * @see {@link parseUtils}\n */\n\n/**\n * A temporary scope for parsing and look ahead operations in `source`,\n * starting from index `start`.\n *\n * Some operations move the current index by a number of positions,\n * after which `getIndex` returns the new index.\n *\n * @param {string} source\n * @param {number} start\n * @returns {ParseUtils}\n */\nfunction parseUtils(source, start) {\n\tvar index = start;\n\n\tfunction char(n) {\n\t\tn = n || 0;\n\t\treturn source.charAt(index + n);\n\t}\n\n\tfunction skip(n) {\n\t\tn = n || 1;\n\t\tindex += n;\n\t}\n\n\tfunction skipBlanks() {\n\t\tvar blanks = 0;\n\t\twhile (index < source.length) {\n\t\t\tvar c = char();\n\t\t\tif (c !== ' ' && c !== '\\n' && c !== '\\t' && c !== '\\r') {\n\t\t\t\treturn blanks;\n\t\t\t}\n\t\t\tblanks++;\n\t\t\tskip();\n\t\t}\n\t\treturn -1;\n\t}\n\tfunction substringFromIndex() {\n\t\treturn source.substring(index);\n\t}\n\tfunction substringStartsWith(text) {\n\t\treturn source.substring(index, index + text.length) === text;\n\t}\n\n\tfunction getMatch(args) {\n\t\tvar expr = g.reg('^', args);\n\t\tvar match = expr.exec(substringFromIndex());\n\t\tif (match) {\n\t\t\tskip(match[0].length);\n\t\t\treturn match[0];\n\t\t}\n\t\treturn null;\n\t}\n\treturn {\n\t\tchar: char,\n\t\tgetIndex: function () {\n\t\t\treturn index;\n\t\t},\n\t\tgetMatch: getMatch,\n\t\tgetSource: function () {\n\t\t\treturn source;\n\t\t},\n\t\tskip: skip,\n\t\tskipBlanks: skipBlanks,\n\t\tsubstringFromIndex: substringFromIndex,\n\t\tsubstringStartsWith: substringStartsWith,\n\t};\n}\n\n/**\n * @param {ParseUtils} p\n * @param {DOMHandler} errorHandler\n * @returns {string}\n */\nfunction parseDoctypeInternalSubset(p, errorHandler) {\n\t/**\n\t * @param {ParseUtils} p\n\t * @param {DOMHandler} errorHandler\n\t * @returns {string}\n\t */\n\tfunction parsePI(p, errorHandler) {\n\t\tvar match = g.PI.exec(p.substringFromIndex());\n\t\tif (!match) {\n\t\t\treturn errorHandler.fatalError('processing instruction is not well-formed at position ' + p.getIndex());\n\t\t}\n\t\tif (match[1].toLowerCase() === 'xml') {\n\t\t\treturn errorHandler.fatalError(\n\t\t\t\t'xml declaration is only allowed at the start of the document, but found at position ' + p.getIndex()\n\t\t\t);\n\t\t}\n\t\tp.skip(match[0].length);\n\t\treturn match[0];\n\t}\n\t// Parse internal subset\n\tvar source = p.getSource();\n\tif (p.char() === '[') {\n\t\tp.skip(1);\n\t\tvar intSubsetStart = p.getIndex();\n\t\twhile (p.getIndex() < source.length) {\n\t\t\tp.skipBlanks();\n\t\t\tif (p.char() === ']') {\n\t\t\t\tvar internalSubset = source.substring(intSubsetStart, p.getIndex());\n\t\t\t\tp.skip(1);\n\t\t\t\treturn internalSubset;\n\t\t\t}\n\t\t\tvar current = null;\n\t\t\t// Only in external subset\n\t\t\t// if (char() === '<' && char(1) === '!' && char(2) === '[') {\n\t\t\t// \tparseConditionalSections(p, errorHandler);\n\t\t\t// } else\n\t\t\tif (p.char() === '<' && p.char(1) === '!') {\n\t\t\t\tswitch (p.char(2)) {\n\t\t\t\t\tcase 'E': // ELEMENT | ENTITY\n\t\t\t\t\t\tif (p.char(3) === 'L') {\n\t\t\t\t\t\t\tcurrent = p.getMatch(g.elementdecl);\n\t\t\t\t\t\t} else if (p.char(3) === 'N') {\n\t\t\t\t\t\t\tcurrent = p.getMatch(g.EntityDecl);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'A': // ATTRIBUTE\n\t\t\t\t\t\tcurrent = p.getMatch(g.AttlistDecl);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'N': // NOTATION\n\t\t\t\t\t\tcurrent = p.getMatch(g.NotationDecl);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase '-': // COMMENT\n\t\t\t\t\t\tcurrent = p.getMatch(g.Comment);\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else if (p.char() === '<' && p.char(1) === '?') {\n\t\t\t\tcurrent = parsePI(p, errorHandler);\n\t\t\t} else if (p.char() === '%') {\n\t\t\t\tcurrent = p.getMatch(g.PEReference);\n\t\t\t} else {\n\t\t\t\treturn errorHandler.fatalError('Error detected in Markup declaration');\n\t\t\t}\n\t\t\tif (!current) {\n\t\t\t\treturn errorHandler.fatalError('Error in internal subset at position ' + p.getIndex());\n\t\t\t}\n\t\t}\n\t\treturn errorHandler.fatalError('doctype internal subset is not well-formed, missing ]');\n\t}\n}\n\n/**\n * Called when the parser encounters an element starting with '') {\n\t\t\t\treturn errorHandler.fatalError('doctype not terminated with > at position ' + p.getIndex());\n\t\t\t}\n\t\t\tp.skip(1);\n\t\t\tdomBuilder.startDTD(doctype.name, doctype.publicId, doctype.systemId, doctype.internalSubset);\n\t\t\tdomBuilder.endDTD();\n\t\t\treturn p.getIndex();\n\t\t}\n\t\tdefault:\n\t\t\treturn errorHandler.fatalError('Not well-formed XML starting with \" 0) {\n\t\t\treturn errorHandler.fatalError(\n\t\t\t\t'processing instruction at position ' + start + ' is an xml declaration which is only at the start of the document'\n\t\t\t);\n\t\t}\n\t\tif (!g.XMLDecl.test(source.substring(start))) {\n\t\t\treturn errorHandler.fatalError('xml declaration is not well-formed');\n\t\t}\n\t}\n\tdomBuilder.processingInstruction(match[1], match[2]);\n\treturn start + match[0].length;\n}\n\nfunction ElementAttributes() {\n\tthis.attributeNames = Object.create(null);\n}\n\nElementAttributes.prototype = {\n\tsetTagName: function (tagName) {\n\t\tif (!g.QName_exact.test(tagName)) {\n\t\t\tthrow new Error('invalid tagName:' + tagName);\n\t\t}\n\t\tthis.tagName = tagName;\n\t},\n\taddValue: function (qName, value, offset) {\n\t\tif (!g.QName_exact.test(qName)) {\n\t\t\tthrow new Error('invalid attribute:' + qName);\n\t\t}\n\t\tthis.attributeNames[qName] = this.length;\n\t\tthis[this.length++] = { qName: qName, value: value, offset: offset };\n\t},\n\tlength: 0,\n\tgetLocalName: function (i) {\n\t\treturn this[i].localName;\n\t},\n\tgetLocator: function (i) {\n\t\treturn this[i].locator;\n\t},\n\tgetQName: function (i) {\n\t\treturn this[i].qName;\n\t},\n\tgetURI: function (i) {\n\t\treturn this[i].uri;\n\t},\n\tgetValue: function (i) {\n\t\treturn this[i].value;\n\t},\n\t//\t,getIndex:function(uri, localName)){\n\t//\t\tif(localName){\n\t//\n\t//\t\t}else{\n\t//\t\t\tvar qName = uri\n\t//\t\t}\n\t//\t},\n\t//\tgetValue:function(){return this.getValue(this.getIndex.apply(this,arguments))},\n\t//\tgetType:function(uri,localName){}\n\t//\tgetType:function(i){},\n};\n\nexports.XMLReader = XMLReader;\nexports.parseUtils = parseUtils;\nexports.parseDoctypeCommentOrCData = parseDoctypeCommentOrCData;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar dom = require('./dom');\nvar errors = require('./errors');\nvar entities = require('./entities');\nvar sax = require('./sax');\n\nvar DOMImplementation = dom.DOMImplementation;\n\nvar hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isValidMimeType = conventions.isValidMimeType;\nvar MIME_TYPE = conventions.MIME_TYPE;\nvar NAMESPACE = conventions.NAMESPACE;\nvar ParseError = errors.ParseError;\n\nvar XMLReader = sax.XMLReader;\n\n/**\n * Normalizes line ending according to :\n *\n * > XML parsed entities are often stored in computer files which,\n * > for editing convenience, are organized into lines.\n * > These lines are typically separated by some combination\n * > of the characters CARRIAGE RETURN (#xD) and LINE FEED (#xA).\n * >\n * > To simplify the tasks of applications, the XML processor must behave\n * > as if it normalized all line breaks in external parsed entities (including the document entity)\n * > on input, before parsing, by translating all of the following to a single #xA character:\n * >\n * > 1. the two-character sequence #xD #xA,\n * > 2. the two-character sequence #xD #x85,\n * > 3. the single character #x85,\n * > 4. the single character #x2028,\n * > 5. any #xD character that is not immediately followed by #xA or #x85.\n *\n * @param {string} input\n * @returns {string}\n * @prettierignore\n */\nfunction normalizeLineEndings(input) {\n\treturn input.replace(/\\r[\\n\\u0085]/g, '\\n').replace(/[\\r\\u0085\\u2028]/g, '\\n');\n}\n\n/**\n * @typedef Locator\n * @property {number} [columnNumber]\n * @property {number} [lineNumber]\n */\n\n/**\n * @typedef DOMParserOptions\n * @property {typeof assign} [assign]\n * The method to use instead of `conventions.assign`, which is used to copy values from\n * `options` before they are used for parsing.\n * @property {typeof DOMHandler} [domHandler]\n * For internal testing: The class for creating an instance for handling events from the SAX\n * parser.\n * *****Warning: By configuring a faulty implementation, the specified behavior can completely\n * be broken.*****.\n * @property {Function} [errorHandler]\n * DEPRECATED! use `onError` instead.\n * @property {function(level:ErrorLevel, message:string, context: DOMHandler):void}\n * [onError]\n * A function that is invoked for every error that occurs during parsing.\n *\n * If it is not provided, all errors are reported to `console.error`\n * and only `fatalError`s are thrown as a `ParseError`,\n * which prevents any further processing.\n * If the provided method throws, a `ParserError` is thrown,\n * which prevents any further processing.\n *\n * Be aware that many `warning`s are considered an error that prevents further processing in\n * most implementations.\n * @property {boolean} [locator=true]\n * Configures if the nodes created during parsing will have a `lineNumber` and a `columnNumber`\n * attribute describing their location in the XML string.\n * Default is true.\n * @property {(string) => string} [normalizeLineEndings]\n * used to replace line endings before parsing, defaults to `normalizeLineEndings`\n * @property {Object} [xmlns]\n * The XML namespaces that should be assumed when parsing.\n * The default namespace can be provided by the key that is the empty string.\n * When the `mimeType` for HTML, XHTML or SVG are passed to `parseFromString`,\n * the default namespace that will be used,\n * will be overridden according to the specification.\n * @see {@link normalizeLineEndings}\n */\n\n/**\n * The DOMParser interface provides the ability to parse XML or HTML source code from a string\n * into a DOM `Document`.\n *\n * ***xmldom is different from the spec in that it allows an `options` parameter,\n * to control the behavior***.\n *\n * @class\n * @param {DOMParserOptions} [options]\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization\n */\nfunction DOMParser(options) {\n\toptions = options || { locator: true };\n\n\t/**\n\t * The method to use instead of `conventions.assign`, which is used to copy values from\n\t * `options`\n\t * before they are used for parsing.\n\t *\n\t * @type {conventions.assign}\n\t * @private\n\t * @see {@link conventions.assign}\n\t * @readonly\n\t */\n\tthis.assign = options.assign || conventions.assign;\n\n\t/**\n\t * For internal testing: The class for creating an instance for handling events from the SAX\n\t * parser.\n\t * *****Warning: By configuring a faulty implementation, the specified behavior can completely\n\t * be broken*****.\n\t *\n\t * @type {typeof DOMHandler}\n\t * @private\n\t * @readonly\n\t */\n\tthis.domHandler = options.domHandler || DOMHandler;\n\n\t/**\n\t * A function that is invoked for every error that occurs during parsing.\n\t *\n\t * If it is not provided, all errors are reported to `console.error`\n\t * and only `fatalError`s are thrown as a `ParseError`,\n\t * which prevents any further processing.\n\t * If the provided method throws, a `ParserError` is thrown,\n\t * which prevents any further processing.\n\t *\n\t * Be aware that many `warning`s are considered an error that prevents further processing in\n\t * most implementations.\n\t *\n\t * @type {function(level:ErrorLevel, message:string, context: DOMHandler):void}\n\t * @see {@link onErrorStopParsing}\n\t * @see {@link onWarningStopParsing}\n\t */\n\tthis.onError = options.onError || options.errorHandler;\n\tif (options.errorHandler && typeof options.errorHandler !== 'function') {\n\t\tthrow new TypeError('errorHandler object is no longer supported, switch to onError!');\n\t} else if (options.errorHandler) {\n\t\toptions.errorHandler('warning', 'The `errorHandler` option has been deprecated, use `onError` instead!', this);\n\t}\n\n\t/**\n\t * used to replace line endings before parsing, defaults to `normalizeLineEndings`\n\t *\n\t * @type {(string) => string}\n\t * @readonly\n\t */\n\tthis.normalizeLineEndings = options.normalizeLineEndings || normalizeLineEndings;\n\n\t/**\n\t * Configures if the nodes created during parsing will have a `lineNumber` and a\n\t * `columnNumber`\n\t * attribute describing their location in the XML string.\n\t * Default is true.\n\t *\n\t * @type {boolean}\n\t * @readonly\n\t */\n\tthis.locator = !!options.locator;\n\n\t/**\n\t * The default namespace can be provided by the key that is the empty string.\n\t * When the `mimeType` for HTML, XHTML or SVG are passed to `parseFromString`,\n\t * the default namespace that will be used,\n\t * will be overridden according to the specification.\n\t *\n\t * @type {Readonly}\n\t * @readonly\n\t */\n\tthis.xmlns = this.assign(Object.create(null), options.xmlns);\n}\n\n/**\n * Parses `source` using the options in the way configured by the `DOMParserOptions` of `this`\n * `DOMParser`. If `mimeType` is `text/html` an HTML `Document` is created,\n * otherwise an XML `Document` is created.\n *\n * __It behaves different from the description in the living standard__:\n * - Uses the `options` passed to the `DOMParser` constructor to modify the behavior.\n * - Any unexpected input is reported to `onError` with either a `warning`,\n * `error` or `fatalError` level.\n * - Any `fatalError` throws a `ParseError` which prevents further processing.\n * - Any error thrown by `onError` is converted to a `ParseError` which prevents further\n * processing - If no `Document` was created during parsing it is reported as a `fatalError`.\n * *****Warning: By configuring a faulty DOMHandler implementation,\n * the specified behavior can completely be broken*****.\n *\n * @param {string} source\n * The XML mime type only allows string input!\n * @param {string} [mimeType='application/xml']\n * the mimeType or contentType of the document to be created determines the `type` of document\n * created (XML or HTML)\n * @returns {Document}\n * The `Document` node.\n * @throws {ParseError}\n * for any `fatalError` or anything that is thrown by `onError`\n * @throws {TypeError}\n * for any invalid `mimeType`\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n * @see https://html.spec.whatwg.org/#dom-domparser-parsefromstring-dev\n */\nDOMParser.prototype.parseFromString = function (source, mimeType) {\n\tif (!isValidMimeType(mimeType)) {\n\t\tthrow new TypeError('DOMParser.parseFromString: the provided mimeType \"' + mimeType + '\" is not valid.');\n\t}\n\tvar defaultNSMap = this.assign(Object.create(null), this.xmlns);\n\tvar entityMap = entities.XML_ENTITIES;\n\tvar defaultNamespace = defaultNSMap[''] || null;\n\tif (hasDefaultHTMLNamespace(mimeType)) {\n\t\tentityMap = entities.HTML_ENTITIES;\n\t\tdefaultNamespace = NAMESPACE.HTML;\n\t} else if (mimeType === MIME_TYPE.XML_SVG_IMAGE) {\n\t\tdefaultNamespace = NAMESPACE.SVG;\n\t}\n\tdefaultNSMap[''] = defaultNamespace;\n\tdefaultNSMap.xml = defaultNSMap.xml || NAMESPACE.XML;\n\n\tvar domBuilder = new this.domHandler({\n\t\tmimeType: mimeType,\n\t\tdefaultNamespace: defaultNamespace,\n\t\tonError: this.onError,\n\t});\n\tvar locator = this.locator ? {} : undefined;\n\tif (this.locator) {\n\t\tdomBuilder.setDocumentLocator(locator);\n\t}\n\n\tvar sax = new XMLReader();\n\tsax.errorHandler = domBuilder;\n\tsax.domBuilder = domBuilder;\n\tvar isXml = !conventions.isHTMLMimeType(mimeType);\n\tif (isXml && typeof source !== 'string') {\n\t\tsax.errorHandler.fatalError('source is not a string');\n\t}\n\tsax.parse(this.normalizeLineEndings(String(source)), defaultNSMap, entityMap);\n\tif (!domBuilder.doc.documentElement) {\n\t\tsax.errorHandler.fatalError('missing root element');\n\t}\n\treturn domBuilder.doc;\n};\n\n/**\n * @typedef DOMHandlerOptions\n * @property {string} [mimeType=MIME_TYPE.XML_APPLICATION]\n * @property {string | null} [defaultNamespace=null]\n */\n/**\n * The class that is used to handle events from the SAX parser to create the related DOM\n * elements.\n *\n * Some methods are only implemented as an empty function,\n * since they are (at least currently) not relevant for xmldom.\n *\n * @class\n * @param {DOMHandlerOptions} [options]\n * @see http://www.saxproject.org/apidoc/org/xml/sax/ext/DefaultHandler2.html\n */\nfunction DOMHandler(options) {\n\tvar opt = options || {};\n\t/**\n\t * The mime type is used to determine if the DOM handler will create an XML or HTML document.\n\t * Only if it is set to `text/html` it will create an HTML document.\n\t * It defaults to MIME_TYPE.XML_APPLICATION.\n\t *\n\t * @type {string}\n\t * @see {@link MIME_TYPE}\n\t * @readonly\n\t */\n\tthis.mimeType = opt.mimeType || MIME_TYPE.XML_APPLICATION;\n\n\t/**\n\t * The namespace to use to create an XML document.\n\t * For the following reasons this is required:\n\t * - The SAX API for `startDocument` doesn't offer any way to pass a namespace,\n\t * since at that point there is no way for the parser to know what the default namespace from\n\t * the document will be.\n\t * - When creating using `DOMImplementation.createDocument` it is required to pass a\n\t * namespace,\n\t * to determine the correct `Document.contentType`, which should match `this.mimeType`.\n\t * - When parsing an XML document with the `application/xhtml+xml` mimeType,\n\t * the HTML namespace needs to be the default namespace.\n\t *\n\t * @type {string | null}\n\t * @private\n\t * @readonly\n\t */\n\tthis.defaultNamespace = opt.defaultNamespace || null;\n\n\t/**\n\t * @type {boolean}\n\t * @private\n\t */\n\tthis.cdata = false;\n\n\t/**\n\t * The last `Element` that was created by `startElement`.\n\t * `endElement` sets it to the `currentElement.parentNode`.\n\t *\n\t * Note: The sax parser currently sets it to white space text nodes between tags.\n\t *\n\t * @type {Element | Node | undefined}\n\t * @private\n\t */\n\tthis.currentElement = undefined;\n\n\t/**\n\t * The Document that is created as part of `startDocument`,\n\t * and returned by `DOMParser.parseFromString`.\n\t *\n\t * @type {Document | undefined}\n\t * @readonly\n\t */\n\tthis.doc = undefined;\n\n\t/**\n\t * The locator is stored as part of setDocumentLocator.\n\t * It is controlled and mutated by the SAX parser to store the current parsing position.\n\t * It is used by DOMHandler to set `columnNumber` and `lineNumber`\n\t * on the DOM nodes.\n\t *\n\t * @type {Readonly | undefined}\n\t * @private\n\t * @readonly (the\n\t * sax parser currently sometimes set's it)\n\t */\n\tthis.locator = undefined;\n\t/**\n\t * @type {function (level:ErrorLevel ,message:string, context:DOMHandler):void}\n\t * @readonly\n\t */\n\tthis.onError = opt.onError;\n}\n\nfunction position(locator, node) {\n\tnode.lineNumber = locator.lineNumber;\n\tnode.columnNumber = locator.columnNumber;\n}\n\nDOMHandler.prototype = {\n\t/**\n\t * Either creates an XML or an HTML document and stores it under `this.doc`.\n\t * If it is an XML document, `this.defaultNamespace` is used to create it,\n\t * and it will not contain any `childNodes`.\n\t * If it is an HTML document, it will be created without any `childNodes`.\n\t *\n\t * @see http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html\n\t */\n\tstartDocument: function () {\n\t\tvar impl = new DOMImplementation();\n\t\tthis.doc = isHTMLMimeType(this.mimeType) ? impl.createHTMLDocument(false) : impl.createDocument(this.defaultNamespace, '');\n\t},\n\tstartElement: function (namespaceURI, localName, qName, attrs) {\n\t\tvar doc = this.doc;\n\t\tvar el = doc.createElementNS(namespaceURI, qName || localName);\n\t\tvar len = attrs.length;\n\t\tappendElement(this, el);\n\t\tthis.currentElement = el;\n\n\t\tthis.locator && position(this.locator, el);\n\t\tfor (var i = 0; i < len; i++) {\n\t\t\tvar namespaceURI = attrs.getURI(i);\n\t\t\tvar value = attrs.getValue(i);\n\t\t\tvar qName = attrs.getQName(i);\n\t\t\tvar attr = doc.createAttributeNS(namespaceURI, qName);\n\t\t\tthis.locator && position(attrs.getLocator(i), attr);\n\t\t\tattr.value = attr.nodeValue = value;\n\t\t\tel.setAttributeNode(attr);\n\t\t}\n\t},\n\tendElement: function (namespaceURI, localName, qName) {\n\t\tthis.currentElement = this.currentElement.parentNode;\n\t},\n\tstartPrefixMapping: function (prefix, uri) {},\n\tendPrefixMapping: function (prefix) {},\n\tprocessingInstruction: function (target, data) {\n\t\tvar ins = this.doc.createProcessingInstruction(target, data);\n\t\tthis.locator && position(this.locator, ins);\n\t\tappendElement(this, ins);\n\t},\n\tignorableWhitespace: function (ch, start, length) {},\n\tcharacters: function (chars, start, length) {\n\t\tchars = _toString.apply(this, arguments);\n\t\t//console.log(chars)\n\t\tif (chars) {\n\t\t\tif (this.cdata) {\n\t\t\t\tvar charNode = this.doc.createCDATASection(chars);\n\t\t\t} else {\n\t\t\t\tvar charNode = this.doc.createTextNode(chars);\n\t\t\t}\n\t\t\tif (this.currentElement) {\n\t\t\t\tthis.currentElement.appendChild(charNode);\n\t\t\t} else if (/^\\s*$/.test(chars)) {\n\t\t\t\tthis.doc.appendChild(charNode);\n\t\t\t\t//process xml\n\t\t\t}\n\t\t\tthis.locator && position(this.locator, charNode);\n\t\t}\n\t},\n\tskippedEntity: function (name) {},\n\tendDocument: function () {\n\t\tthis.doc.normalize();\n\t},\n\t/**\n\t * Stores the locator to be able to set the `columnNumber` and `lineNumber`\n\t * on the created DOM nodes.\n\t *\n\t * @param {Locator} locator\n\t */\n\tsetDocumentLocator: function (locator) {\n\t\tif (locator) {\n\t\t\tlocator.lineNumber = 0;\n\t\t}\n\t\tthis.locator = locator;\n\t},\n\t//LexicalHandler\n\tcomment: function (chars, start, length) {\n\t\tchars = _toString.apply(this, arguments);\n\t\tvar comm = this.doc.createComment(chars);\n\t\tthis.locator && position(this.locator, comm);\n\t\tappendElement(this, comm);\n\t},\n\n\tstartCDATA: function () {\n\t\t//used in characters() methods\n\t\tthis.cdata = true;\n\t},\n\tendCDATA: function () {\n\t\tthis.cdata = false;\n\t},\n\n\tstartDTD: function (name, publicId, systemId, internalSubset) {\n\t\tvar impl = this.doc.implementation;\n\t\tif (impl && impl.createDocumentType) {\n\t\t\tvar dt = impl.createDocumentType(name, publicId, systemId, internalSubset);\n\t\t\tthis.locator && position(this.locator, dt);\n\t\t\tappendElement(this, dt);\n\t\t\tthis.doc.doctype = dt;\n\t\t}\n\t},\n\treportError: function (level, message) {\n\t\tif (typeof this.onError === 'function') {\n\t\t\ttry {\n\t\t\t\tthis.onError(level, message, this);\n\t\t\t} catch (e) {\n\t\t\t\tthrow new ParseError('Reporting ' + level + ' \"' + message + '\" caused ' + e, this.locator);\n\t\t\t}\n\t\t} else {\n\t\t\tconsole.error('[xmldom ' + level + ']\\t' + message, _locator(this.locator));\n\t\t}\n\t},\n\t/**\n\t * @see http://www.saxproject.org/apidoc/org/xml/sax/ErrorHandler.html\n\t */\n\twarning: function (message) {\n\t\tthis.reportError('warning', message);\n\t},\n\terror: function (message) {\n\t\tthis.reportError('error', message);\n\t},\n\t/**\n\t * This function reports a fatal error and throws a ParseError.\n\t *\n\t * @param {string} message\n\t * - The message to be used for reporting and throwing the error.\n\t * @returns {never}\n\t * This function always throws an error and never returns a value.\n\t * @throws {ParseError}\n\t * Always throws a ParseError with the provided message.\n\t */\n\tfatalError: function (message) {\n\t\tthis.reportError('fatalError', message);\n\t\tthrow new ParseError(message, this.locator);\n\t},\n};\n\nfunction _locator(l) {\n\tif (l) {\n\t\treturn '\\n@#[line:' + l.lineNumber + ',col:' + l.columnNumber + ']';\n\t}\n}\n\nfunction _toString(chars, start, length) {\n\tif (typeof chars == 'string') {\n\t\treturn chars.substr(start, length);\n\t} else {\n\t\t//java sax connect width xmldom on rhino(what about: \"? && !(chars instanceof String)\")\n\t\tif (chars.length >= start + length || start) {\n\t\t\treturn new java.lang.String(chars, start, length) + '';\n\t\t}\n\t\treturn chars;\n\t}\n}\n\n/*\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/LexicalHandler.html\n * used method of org.xml.sax.ext.LexicalHandler:\n * #comment(chars, start, length)\n * #startCDATA()\n * #endCDATA()\n * #startDTD(name, publicId, systemId)\n *\n *\n * IGNORED method of org.xml.sax.ext.LexicalHandler:\n * #endDTD()\n * #startEntity(name)\n * #endEntity(name)\n *\n *\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/DeclHandler.html\n * IGNORED method of org.xml.sax.ext.DeclHandler\n * \t#attributeDecl(eName, aName, type, mode, value)\n * #elementDecl(name, model)\n * #externalEntityDecl(name, publicId, systemId)\n * #internalEntityDecl(name, value)\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/EntityResolver2.html\n * IGNORED method of org.xml.sax.EntityResolver2\n * #resolveEntity(String name,String publicId,String baseURI,String systemId)\n * #resolveEntity(publicId, systemId)\n * #getExternalSubset(name, baseURI)\n * @link http://www.saxproject.org/apidoc/org/xml/sax/DTDHandler.html\n * IGNORED method of org.xml.sax.DTDHandler\n * #notationDecl(name, publicId, systemId) {};\n * #unparsedEntityDecl(name, publicId, systemId, notationName) {};\n */\n'endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl'.replace(\n\t/\\w+/g,\n\tfunction (key) {\n\t\tDOMHandler.prototype[key] = function () {\n\t\t\treturn null;\n\t\t};\n\t}\n);\n\n/* Private static helpers treated below as private instance methods, so don't need to add these to the public API; we might use a Relator to also get rid of non-standard public properties */\nfunction appendElement(handler, node) {\n\tif (!handler.currentElement) {\n\t\thandler.doc.appendChild(node);\n\t} else {\n\t\thandler.currentElement.appendChild(node);\n\t}\n}\n\n/**\n * A method that prevents any further parsing when an `error`\n * with level `error` is reported during parsing.\n *\n * @see {@link DOMParserOptions.onError}\n * @see {@link onWarningStopParsing}\n */\nfunction onErrorStopParsing(level) {\n\tif (level === 'error') throw 'onErrorStopParsing';\n}\n\n/**\n * A method that prevents any further parsing when any `error` is reported during parsing.\n *\n * @see {@link DOMParserOptions.onError}\n * @see {@link onErrorStopParsing}\n */\nfunction onWarningStopParsing() {\n\tthrow 'onWarningStopParsing';\n}\n\nexports.__DOMHandler = DOMHandler;\nexports.DOMParser = DOMParser;\nexports.normalizeLineEndings = normalizeLineEndings;\nexports.onErrorStopParsing = onErrorStopParsing;\nexports.onWarningStopParsing = onWarningStopParsing;\n","'use strict';\nvar conventions = require('./conventions');\nexports.assign = conventions.assign;\nexports.hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nexports.isHTMLMimeType = conventions.isHTMLMimeType;\nexports.isValidMimeType = conventions.isValidMimeType;\nexports.MIME_TYPE = conventions.MIME_TYPE;\nexports.NAMESPACE = conventions.NAMESPACE;\n\nvar errors = require('./errors');\nexports.DOMException = errors.DOMException;\nexports.DOMExceptionName = errors.DOMExceptionName;\nexports.ExceptionCode = errors.ExceptionCode;\nexports.ParseError = errors.ParseError;\n\nvar dom = require('./dom');\nexports.Attr = dom.Attr;\nexports.CDATASection = dom.CDATASection;\nexports.CharacterData = dom.CharacterData;\nexports.Comment = dom.Comment;\nexports.Document = dom.Document;\nexports.DocumentFragment = dom.DocumentFragment;\nexports.DocumentType = dom.DocumentType;\nexports.DOMImplementation = dom.DOMImplementation;\nexports.Element = dom.Element;\nexports.Entity = dom.Entity;\nexports.EntityReference = dom.EntityReference;\nexports.LiveNodeList = dom.LiveNodeList;\nexports.NamedNodeMap = dom.NamedNodeMap;\nexports.Node = dom.Node;\nexports.NodeList = dom.NodeList;\nexports.Notation = dom.Notation;\nexports.ProcessingInstruction = dom.ProcessingInstruction;\nexports.Text = dom.Text;\nexports.XMLSerializer = dom.XMLSerializer;\n\nvar domParser = require('./dom-parser');\nexports.DOMParser = domParser.DOMParser;\nexports.onErrorStopParsing = domParser.onErrorStopParsing;\nexports.onWarningStopParsing = domParser.onWarningStopParsing;\n","import { DOMParser as O, DOMImplementation as T } from \"@xmldom/xmldom\";\nconst b = \"USJ\", N = \"3.1\", m = [\n \"type\",\n \"marker\",\n \"content\",\n \"sid\",\n \"eid\",\n \"number\",\n \"code\",\n \"altnumber\",\n \"pubnumber\",\n \"caller\",\n \"align\",\n \"category\"\n];\nfunction P(e) {\n return g.includes(e);\n}\nconst g = [\n // Old Testament\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n // New Testament\n \"MAT\",\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n // Deuterocanon\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"EZA\",\n \"5EZ\",\n \"6EZ\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n \"REP\",\n \"4BA\",\n \"LAO\",\n // Non scripture\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\",\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\"\n], u = \"usx\", v = \"3.1\";\nfunction S(e) {\n const t = {};\n let i = e.tagName, o, r, d = \"append\";\n if ([\"row\", \"cell\"].includes(i) && (i = \"table:\" + i), e.attributes)\n for (let c = 0; c < e.attributes.length; c++) {\n const s = e.attributes[c];\n t[s.name] = s.value;\n }\n t.style && (o = t.style, delete t.style), t.vid && delete t.vid, t.closed && delete t.closed, t.status && delete t.status;\n let n = { type: i };\n o && (n.marker = o), n = { ...n, ...t }, e.firstChild && e.firstChild.nodeType === e.firstChild.TEXT_NODE && e.firstChild.nodeValue && e.firstChild.nodeValue.trim() !== \"\" && (r = e.firstChild.nodeValue);\n const f = Array.from(e.childNodes);\n n.content = [], r && n.content.push(r);\n for (const c of f) {\n if (c.tagName === void 0)\n continue;\n const [s, h] = S(c);\n switch (h) {\n case \"append\":\n n.content.push(s);\n break;\n case \"merge\":\n n.content = n.content.concat(s);\n break;\n }\n c.nextSibling && c.nextSibling.nodeType === c.nextSibling.TEXT_NODE && c.nextSibling.nodeValue && (c.nextSibling.nodeValue.trim() !== \"\" || c.nextSibling.nodeValue === \" \") && n.content.push(c.nextSibling.nodeValue);\n }\n return (n.content.length === 0 && n.type !== u || [\"chapter\", \"verse\", \"optbreak\", \"ms\"].includes(i) || o && [\"va\", \"ca\", \"b\"].includes(o)) && delete n.content, \"eid\" in n && [\"verse\", \"chapter\"].includes(i) && (d = \"ignore\"), [n, d];\n}\nfunction M(e) {\n const [t] = e ? S(e) : [{ content: [] }];\n return t.type = b, t.version = N, t;\n}\nfunction R(e) {\n const i = new O().parseFromString(e, \"text/xml\");\n return M(i.documentElement);\n}\nlet l, a;\nfunction A(e, t) {\n const i = e.createElement(\"verse\");\n return i.setAttribute(\"eid\", t), i;\n}\nfunction E(e, t) {\n const i = e.createElement(\"chapter\");\n return i.setAttribute(\"eid\", t), i;\n}\nfunction X(e, t) {\n t.type === \"unmatched\" ? e.setAttribute(\"marker\", t.marker) : e.setAttribute(\"style\", t.marker);\n for (const [i, o] of Object.entries(t))\n o && ![\"type\", \"marker\", \"content\"].includes(i) && e.setAttribute(i, o);\n}\nfunction p(e, t, i, o) {\n let r, d, n;\n if (typeof e == \"string\") r = i.createTextNode(e);\n else if (d = e.type.replace(\"table:\", \"\"), r = i.createElement(d), X(r, e), e.content)\n for (const [f, c] of e.content.entries()) {\n const s = f === e.content.length - 1;\n p(c, r, i, s);\n }\n a && (d === \"verse\" || t.tagName === \"para\" && o) && (n = A(i, a), a = void 0), d === \"verse\" && typeof e != \"string\" && e.sid !== void 0 && (a = e.sid), l && (d === \"chapter\" || d === \"para\" && o) && (n = E(i, l), l = void 0), d === \"chapter\" && typeof e != \"string\" && e.sid !== void 0 && (l = e.sid), n && !o && t.appendChild(n), t.appendChild(r), n && o && t.appendChild(n), o && t.nodeName === u && (a && t.appendChild(A(i, a)), l && t.appendChild(E(i, l)), a = void 0, l = void 0);\n}\nfunction y(e, t) {\n if (t.documentElement) {\n for (const [i, o] of e.content.entries()) {\n const r = i === e.content.length - 1;\n p(o, t.documentElement, t, r);\n }\n return t.documentElement ?? void 0;\n }\n}\nfunction B(e) {\n const t = new T().createDocument(\"\", u);\n return t.documentElement && (t.documentElement.setAttribute(\"version\", v), y(e, t)), t.toString();\n}\nexport {\n m as MARKER_OBJECT_PROPS,\n b as USJ_TYPE,\n N as USJ_VERSION,\n P as isValidBookCode,\n B as usjToUsxString,\n R as usxStringToUsj\n};\n//# sourceMappingURL=index.js.map\n","// This was disabled so class functions that are similar in purpose can be grouped together\n/* eslint-disable @typescript-eslint/member-ordering */\nimport {\n USJ_TYPE,\n type MarkerContent,\n type MarkerObject,\n type Usj,\n} from '@biblionexus-foundation/scripture-utilities';\nimport { VerseRef } from '@sillsdev/scripture';\nimport { JSONPath } from 'jsonpath-plus';\nimport {\n CHAPTER_TYPE,\n ContentJsonPath,\n IUsjReaderWriter,\n UsjContentLocation,\n VERSE_TYPE,\n VerseRefOffset,\n} from './usj-reader-writer.model';\n\nconst NODE_TYPES_NOT_CONTAINING_VERSE_TEXT = ['figure', 'note', 'sidebar', 'table'];\nObject.freeze(NODE_TYPES_NOT_CONTAINING_VERSE_TEXT);\n\n/** Map of USJ content arrays and objects inside content arrays to the content array owner */\ntype UsjParentMap = Map;\n\n/**\n * Represents information about where a USJ node resides in the `content` array of its parent.\n * `parent` is a reference to the node's parent, and `index` represents the numeric index inside of\n * `parent`'s content array.\n */\ntype StackItem = { parent: MarkerObject | Usj; index: number };\n\n/**\n * Stack of levels inside a USJ tree relative to a specific node. The top of the stack should always\n * be the root Usj object.\n */\ntype WorkingStack = StackItem[];\n\n/**\n * Chapter and verse numbers along with the node within a USJ object that represents the start of\n * that chapter + verse\n */\ntype ChapterVerseNode = {\n chapterNum: number | undefined;\n verseNum: number | undefined;\n /**\n * All text following this node belongs to the given chapter and verse until another chapter or\n * verse node is found\n */\n startingContentNode: MarkerObject | undefined;\n};\n\n/** Represents USJ formatted scripture with helpful utilities for working with it */\nexport default class UsjReaderWriter implements IUsjReaderWriter {\n private readonly usj: Usj;\n private parentMapInternal: UsjParentMap | undefined;\n\n constructor(usj: Usj) {\n this.usj = usj;\n }\n\n // If new variables are created to speed up queries, they should be reset here\n usjChanged(): void {\n this.parentMapInternal = undefined;\n }\n\n // #region Directly using the JSONPath package to perform JSONPath query -> USJ node\n\n findSingleValue(jsonPathQuery: string): T | undefined {\n const wrappedResults = JSONPath({ path: jsonPathQuery, json: this.usj, wrap: true });\n if (wrappedResults === undefined || wrappedResults.length === 0) return undefined;\n if (!Array.isArray(wrappedResults[0])) return wrappedResults[0];\n\n // There is no way to tell the difference between a query that returns a single result that is an\n // array and a query that returns multiple results wrapped in an array when `wrap` is false.\n // However, if `wrap` is true then a single result that is an array will be a different array\n // object than the array object within `usj`. So we need to run with `wrap` as true and false to\n // get the original array object back for a query that returns a single array.\n const unwrappedResults = JSONPath({ path: jsonPathQuery, json: this.usj, wrap: false });\n if (unwrappedResults.length === 1 && Array.isArray(unwrappedResults[0]))\n // I have no idea why eslint is mad about casting from `any` to `T`, but it doesn't like it\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return unwrappedResults[0] as T;\n return unwrappedResults;\n }\n\n findParent(jsonPathQuery: string): T | undefined {\n // Note that \"resultType: 'parent'\" does not work for queries\n // The \"jsonpath-plus\" package allows putting a carat at the end of a query to get a parent\n return this.findSingleValue(`${jsonPathQuery}^`);\n }\n\n private findBookId(): string | undefined {\n return this.findSingleValue('$.content[?(@.type==\"book\" && @.marker==\"id\")].code');\n }\n\n private findChapterNode(chapterNumber: number): MarkerObject | undefined {\n const chapterQuery = `$..content[?(@.type==\"chapter\" && @.number==\"${chapterNumber}\")]`;\n return this.findSingleValue(chapterQuery);\n }\n\n // #endregion\n\n // #region Parent Maps\n\n private static createParentMapInternal(\n obj: MarkerObject,\n parent: MarkerObject | Usj,\n parentMap: UsjParentMap,\n ): void {\n parentMap.set(obj, parent);\n // USJ queries may return pointers to content arrays, not just objects\n if (obj.content) parentMap.set(obj.content, obj);\n obj.content?.forEach((child) => {\n if (typeof child === 'object') UsjReaderWriter.createParentMapInternal(child, obj, parentMap);\n });\n }\n\n /** Viewing a Usj object as a tree, build a map to walk up the tree */\n private createUsjParentMap(): UsjParentMap {\n const parentMap = new Map();\n if (this.usj.content) parentMap.set(this.usj.content, this.usj);\n this.usj.content.forEach((content) => {\n if (typeof content === 'object')\n UsjReaderWriter.createParentMapInternal(content, this.usj, parentMap);\n });\n return parentMap;\n }\n\n /** Create the parent map if it doesn't already exist and return it */\n private get parentMap(): UsjParentMap {\n if (this.parentMapInternal) return this.parentMapInternal;\n this.parentMapInternal = this.createUsjParentMap();\n return this.parentMapInternal;\n }\n\n // #endregion\n\n // #region Working Stacks\n\n /** Return the working stack applicable to the given node */\n private createWorkingStack(node: MarkerObject): WorkingStack {\n // Represents levels in the USJ node tree that are above the current node (i.e., ancestors)\n // Levels in the tree are represented as a stack, so the last item in the stack is node's parent\n const workingStack: WorkingStack = [];\n\n // Grab a reference so we don't keep checking if it exists\n const { parentMap } = this;\n\n // `node` might be in the middle of the USJ tree, so build up the stack before walking the tree\n let tempNode: MarkerObject | Usj = node;\n let tempParent = parentMap.get(tempNode);\n while (tempParent !== undefined) {\n if (!tempParent.content)\n throw new Error('Invalid parentMap: all parents should have content');\n\n if (\n // Referencing tempNode and tempParent is OK in the loop since 'let' is used instead of 'var'\n // eslint-disable-next-line no-loop-func\n !tempParent.content.find((tempChild, index) => {\n if (tempChild !== tempNode) return false;\n if (!tempParent) throw new Error('undefined \"tempParent\" should not be possible');\n workingStack.unshift({ parent: tempParent, index });\n return true;\n })\n )\n throw new Error(`Unable to find correct parent node of ${JSON.stringify(tempNode)}`);\n\n if (tempParent.type === USJ_TYPE) break;\n tempNode = tempParent;\n // TS doesn't understand that only Usj objects have type == USJ_TYPE\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n tempParent = parentMap.get(tempParent as MarkerObject);\n }\n\n return workingStack;\n }\n\n private static convertWorkingStackToJsonPath(stack: WorkingStack): ContentJsonPath {\n let jsonPath = '$';\n stack.forEach((stackLevel) => {\n jsonPath = `${jsonPath}.content[${stackLevel.index}]`;\n });\n // The JSONPath string construction above conforms to the ContentJsonPath type\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return jsonPath as ContentJsonPath;\n }\n\n private convertJsonPathToWorkingStack(jsonPath: ContentJsonPath): WorkingStack {\n const retVal: WorkingStack = [];\n\n const levels = jsonPath.match(/content\\[(\\d+)\\]/g);\n if (!levels) throw new Error(`Malformed or unexpected jsonPath: ${jsonPath}`);\n\n let onNode: Usj | MarkerObject = this.usj;\n\n levels.forEach((level, onLevel) => {\n const indexString = /(\\d+)/.exec(level);\n if (!indexString) throw new Error(`Malformed or unexpected jsonPath: ${jsonPath}`);\n const index = parseInt(indexString[0], 10);\n retVal.push({ parent: onNode, index });\n if (onLevel + 1 < levels.length) {\n if (typeof onNode === 'string' || !onNode.content)\n throw new Error(`jsonPath points to node without children: ${JSON.stringify(onNode)}`);\n const nextNode = onNode.content[index];\n if (typeof nextNode === 'string')\n throw new Error(`jsonPath points to node without children: ${JSON.stringify(nextNode)}`);\n onNode = nextNode;\n }\n });\n\n return retVal;\n }\n\n // #endregion\n\n // #region Walk the node tree\n\n /**\n * Given the starting point of a tree to consider (`node`), find the rightmost MarkerObject from\n * the array of `content`. In the following example, this would be \"J\".\n *\n * A <- Consider \"A\" to be `node`\n * / / | \\ \\\n * B C D E F <- Consider these to be MarkerObjects inside the `content` array owned by \"A\"\n * | / \\ |\n * G H I J <- Consider these to be MarkerObjects inside their parents `content` arrays\n *\n * If \"F\" did not exist in this example, then \"E\" would be returned. If \"E\" and \"F\" didn't exist,\n * then \"I\" would be returned.\n *\n * The general idea here is that we are looking for the MarkerObject in Usj that is immediately\n * adjacent to whatever `node`'s next sibling is in `parent`'s `content` array.\n */\n private static findRightMostDescendantMarkerObject(\n node: MarkerObject,\n parent: MarkerObject | Usj,\n skipTypes: string[] = [],\n ): { node: MarkerObject; parent: MarkerObject | Usj } {\n // There are no descendants, so this is as deep as it goes\n if (!node.content) return { node, parent };\n\n for (let index = node.content.length - 1; index >= 0; index--) {\n const candidate = node.content[index];\n if (typeof candidate === 'object' && !skipTypes.includes(candidate.type)) {\n if (candidate.content)\n return this.findRightMostDescendantMarkerObject(candidate, node, skipTypes);\n return { node: candidate, parent: node };\n }\n }\n\n // All descendants were strings which aren't MarkerObjects\n return { node, parent };\n }\n\n private static findNextMatchingNodeUsingWorkingStack(\n node: MarkerContent,\n workingStack: WorkingStack,\n skipTypes: string[],\n searchFunction: (potentiallyMatchingNode: MarkerContent, workingStack: WorkingStack) => boolean,\n ): MarkerContent | undefined {\n // Walk the nodes in a depth-first, left-to-right manner until the search function returns true\n let nextNode: MarkerContent | undefined = node;\n while (nextNode !== undefined) {\n const skipNextNode = typeof nextNode === 'object' && skipTypes.includes(nextNode.type);\n\n // If we found the node we're looking for, we're done\n if (!skipNextNode && searchFunction(nextNode, workingStack)) return nextNode;\n\n // Look at the node's children\n if (!skipNextNode && typeof nextNode === 'object' && (nextNode.content?.length ?? 0) > 0) {\n workingStack.push({ parent: nextNode, index: 0 });\n // Same as `nextNode = nextNode.content[0];` without triggering 2 different eslint errors\n [nextNode] = nextNode.content;\n }\n // The node has no children, so look at the next sibling, or the parent's next sibling, etc. up the stack\n else {\n nextNode = undefined;\n while (workingStack.length > 0) {\n const nextLevel = workingStack.pop();\n // We know that `content` exists due to its presence in this data structure\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n if (nextLevel && nextLevel.index + 1 < nextLevel.parent.content!.length) {\n nextLevel.index += 1;\n workingStack.push(nextLevel);\n // We know that `content` exists due to its presence in this data structure\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n nextNode = nextLevel.parent.content![nextLevel.index];\n break;\n }\n }\n }\n }\n\n // We've looked everywhere, so there must not be an appropriate node anywhere\n return undefined;\n }\n\n /**\n * Walk through a USJ node tree depth-first, left-to-right to find the first node that matches\n * criteria specified by `searchFunction` (i.e., the first node where `searchFunction` returns\n * `true`)\n */\n private findNextMatchingNode(\n node: MarkerObject,\n skipTypes: string[],\n searchFunction: (potentiallyMatchingNode: MarkerContent, workingStack: WorkingStack) => boolean,\n ): MarkerContent | undefined {\n // Represents levels in the USJ node tree that are above the current node (i.e., ancestors)\n // Levels in the tree are represented as a stack, so the last item is the current node's parent\n const workingStack = this.createWorkingStack(node);\n\n return UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n node,\n workingStack,\n skipTypes,\n searchFunction,\n );\n }\n\n // #endregion\n\n // #region Node -> JSONPath\n\n nodeToJsonPath(node: MarkerObject): ContentJsonPath {\n return UsjReaderWriter.convertWorkingStackToJsonPath(this.createWorkingStack(node));\n }\n\n // #endregion\n\n // #region USJ + node -> VerseRef + offset\n\n /** Find the chapter and verse that apply to a given USJ node */\n private findVerseRefForNode(\n node: MarkerContent,\n nodeParent: MarkerObject | Usj,\n retVal: ChapterVerseNode = {\n chapterNum: undefined,\n verseNum: undefined,\n startingContentNode: undefined,\n },\n ): ChapterVerseNode {\n // If we already have the data, we're done\n if (retVal.verseNum !== undefined && retVal.chapterNum !== undefined) return retVal;\n\n // See if this node gives us the data\n if (typeof node === 'object' && node.number !== undefined) {\n const nodeNumber = Number.parseInt(node.number, 10);\n if (node.type === CHAPTER_TYPE) {\n retVal.chapterNum = nodeNumber;\n retVal.verseNum = retVal.verseNum ?? 0;\n retVal.startingContentNode = retVal.startingContentNode ?? node;\n return retVal;\n }\n if (node.type === VERSE_TYPE && !retVal.verseNum) {\n retVal.verseNum = nodeNumber;\n retVal.startingContentNode = node;\n }\n }\n\n // Prepare to look for siblings of this node in the parent\n if (!nodeParent.content)\n throw new Error(`\"content\" array not found: ${JSON.stringify(nodeParent)}`);\n\n // Find the position of this node in the parent's content\n let nodeIndex = 0;\n for (let index = 0; index < nodeParent.content.length; index++) {\n if (nodeParent.content[index] === node) {\n nodeIndex = index;\n break;\n }\n }\n\n // Find the first, previous sibling of this node that is an object\n let previousNodeIndex = nodeIndex - 1;\n while (previousNodeIndex >= 0 && typeof nodeParent.content[previousNodeIndex] !== 'object')\n previousNodeIndex -= 1;\n\n // There are no more siblings to inspect from this parent, so walk up a level\n if (previousNodeIndex < 0) {\n // We can't walk up a level if we're at the top level Usj node, so we're done\n if (nodeParent.type === USJ_TYPE) {\n if (retVal.chapterNum === undefined) {\n retVal.chapterNum = 1;\n retVal.verseNum = 0;\n retVal.startingContentNode = undefined;\n }\n return retVal;\n }\n\n // TS doesn't understand that only Usj objects have type == USJ_TYPE\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n const nodeParentMarkerObject = nodeParent as MarkerObject;\n\n const grandparent = this.parentMap.get(nodeParentMarkerObject);\n if (!grandparent) throw new Error(`No parent found for ${JSON.stringify(nodeParent)}`);\n return this.findVerseRefForNode(nodeParentMarkerObject, grandparent, retVal);\n }\n\n // Walk down the sibling's children as far as we can\n // This is a MarkerObject based on the while loop a few lines above\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n const previousNode = nodeParent.content[previousNodeIndex] as MarkerObject;\n const descendant = UsjReaderWriter.findRightMostDescendantMarkerObject(\n previousNode,\n nodeParent,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n );\n return this.findVerseRefForNode(descendant.node, descendant.parent, retVal);\n }\n\n nodeToVerseRefAndOffset(\n bookId: string,\n node: MarkerContent,\n nodeParent: MarkerObject | MarkerContent[] | undefined,\n ): { verseRef: VerseRef; offset: number } | undefined {\n if (typeof node === 'string' && nodeParent === undefined)\n throw new Error(`If \"node\" is a string, then \"nodeParent\" cannot be undefined`);\n\n let realParent: MarkerObject | Usj | undefined;\n // \"node\" cannot be a string if \"nodeParent\" is undefined\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n if (nodeParent === undefined) realParent = this.parentMap.get(node as MarkerObject);\n else realParent = Array.isArray(nodeParent) ? this.parentMap.get(nodeParent) : nodeParent;\n if (realParent === undefined)\n throw new Error(`Cannot find parent for ${JSON.stringify(nodeParent)}`);\n\n const chapterVerseContent = this.findVerseRefForNode(node, realParent);\n if (!chapterVerseContent) return undefined;\n\n if (!chapterVerseContent.chapterNum)\n throw new Error(`Could not determine chapter number for ${JSON.stringify(node)}`);\n\n const verseRef = new VerseRef(\n bookId,\n chapterVerseContent.chapterNum.toString(),\n chapterVerseContent.verseNum ? chapterVerseContent.verseNum.toString() : '0',\n );\n\n let offset = 0;\n // Walk forward through the USJ nodes until `node` is found, incrementing `offset` along the way\n if (chapterVerseContent.startingContentNode !== undefined) {\n this.findNextMatchingNode(chapterVerseContent.startingContentNode, [], (n, stack) => {\n if (n === node) return true;\n if (stack.find((level) => NODE_TYPES_NOT_CONTAINING_VERSE_TEXT.includes(level.parent.type)))\n return false;\n if (typeof n === 'string') {\n offset += n.length;\n return false;\n }\n if (\n (n.type === CHAPTER_TYPE && n.number !== chapterVerseContent.chapterNum?.toString()) ||\n (n.type === VERSE_TYPE && n.number !== chapterVerseContent.verseNum?.toString())\n ) {\n offset = 0;\n return true;\n }\n return false;\n });\n }\n\n return { verseRef, offset };\n }\n\n // #endregion\n\n // #region JSONPath -> VerseRef + offset\n\n jsonPathToVerseRefAndOffset(jsonPathQuery: string, bookId?: string): VerseRefOffset {\n const effectiveBookId = bookId ?? this.findBookId();\n if (!effectiveBookId) throw new Error('Not able to determine the book ID');\n\n const target: MarkerContent | undefined = this.findSingleValue(jsonPathQuery);\n if (!target) throw new Error(`No result found for JSONPath query: ${jsonPathQuery}`);\n\n const parent: MarkerObject | MarkerContent[] | undefined = this.findParent(jsonPathQuery);\n if (!parent) throw new Error(`Could not determine parent for ${jsonPathQuery}`);\n\n const verseRefAndOffset = this.nodeToVerseRefAndOffset(effectiveBookId, target, parent);\n if (!verseRefAndOffset)\n throw new Error(`Could not determine VerseRef that corresponds to ${jsonPathQuery}`);\n\n return verseRefAndOffset;\n }\n\n // #endregion\n\n // #region VerseRef + offset -> Node + JSONPath + offset\n\n verseRefToUsjContentLocation(verseRef: VerseRef, verseRefOffset: number = 0): UsjContentLocation {\n if (verseRefOffset < 0) throw new Error('offset must be >= 0');\n\n // Prefer getting the book ID from the USJ itself, but it might not be available\n const bookId = this.findBookId() ?? verseRef.book;\n if (!bookId) throw new Error('Not able to determine the book ID');\n if (bookId !== verseRef.book)\n throw new Error(`Book IDs don't match: USJ=${bookId}, VerseRef=${verseRef.book}`);\n\n const chapterNode = this.findChapterNode(verseRef.chapterNum);\n if (chapterNode === undefined)\n throw new Error(`Could not find ${bookId} chapter ${verseRef.chapterNum}`);\n\n let foundAnotherChapter = false;\n let jsonPath: ContentJsonPath = '';\n const expectedVerse = verseRef.verse;\n const verseNode: MarkerContent | undefined = this.findNextMatchingNode(\n chapterNode,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, workingStack) => {\n if (node === chapterNode) {\n if (verseRef.verseNum === 0) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n return true;\n }\n return false;\n }\n if (typeof node !== 'object') return false;\n if (node.type === CHAPTER_TYPE) {\n foundAnotherChapter = true;\n return true;\n }\n if (\n node.type === VERSE_TYPE &&\n node.number !== undefined &&\n node.number === expectedVerse\n ) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n return true;\n }\n return false;\n },\n );\n\n if (foundAnotherChapter || verseNode === undefined || typeof verseNode === 'string')\n throw new Error(`Verse ${expectedVerse} not found in ${bookId} ${verseRef.chapterNum}`);\n\n if (verseRefOffset === 0) return { node: verseNode, offset: 0, jsonPath };\n\n let cumulativeVerseLengthSeen = 0;\n let usjNodeOffset = 0;\n let foundNode: MarkerContent | undefined;\n this.findNextMatchingNode(\n verseNode,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, workingStack) => {\n if (node === verseNode) return false;\n if (typeof node === 'string') {\n cumulativeVerseLengthSeen += node.length;\n if (cumulativeVerseLengthSeen > verseRefOffset) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n usjNodeOffset = verseRefOffset - cumulativeVerseLengthSeen + node.length;\n foundNode = node;\n return true;\n }\n }\n // If we found another verse or chapter, then the offset was larger than the verse length\n // Just return the original verse node in that case\n else if (node.type === CHAPTER_TYPE || node.type === VERSE_TYPE) return true;\n return false;\n },\n );\n\n return { node: foundNode ?? verseNode, offset: usjNodeOffset, jsonPath };\n }\n\n // #endregion\n\n // #region Search for text from a node + JSONPath + offset\n\n findNextLocationOfMatchingText(\n startingPoint: UsjContentLocation,\n text: string,\n maxTextLengthToSearch: number = 1000,\n ): UsjContentLocation | undefined {\n let textScanned = '';\n let lengthScanned = 0;\n let lengthTrimmed = 0;\n let foundStartingAtOffset = 0;\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n startingPoint.node,\n this.convertJsonPathToWorkingStack(startingPoint.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node) => {\n if (typeof node !== 'string') return false;\n\n lengthScanned += node.length;\n textScanned = `${textScanned}${node}`;\n const textIndex = textScanned.indexOf(text);\n if (textIndex < 0) {\n // Keep the string we're keeping around from going too large\n lengthTrimmed += textScanned.length;\n if (textScanned.length > text.length)\n textScanned = textScanned.substring(textScanned.length - text.length);\n lengthTrimmed -= textScanned.length;\n\n // Stop looking if we haven't found it after scanning a lot of text\n return lengthScanned > maxTextLengthToSearch;\n }\n\n // We found it!\n foundStartingAtOffset = lengthTrimmed + textIndex;\n return true;\n },\n );\n\n // We never found what we wanted\n if (foundStartingAtOffset <= 0) return undefined;\n\n // The text might have been split between nodes, so we have to go through it one more time\n lengthScanned = 0;\n let finalOffset = 0;\n let finalStack: WorkingStack = [];\n const finalNode = UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n startingPoint.node,\n this.convertJsonPathToWorkingStack(startingPoint.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, stack) => {\n if (typeof node !== 'string') return false;\n\n lengthScanned += node.length;\n if (lengthScanned < foundStartingAtOffset + 1) return false;\n\n finalOffset = foundStartingAtOffset - lengthScanned + node.length;\n finalStack = stack;\n return true;\n },\n );\n if (!finalNode) throw new Error('Internal error: inconsistent search results');\n\n return {\n node: finalNode,\n offset: finalOffset,\n jsonPath: UsjReaderWriter.convertWorkingStackToJsonPath(finalStack),\n };\n }\n\n // #endregion\n\n // #region Extract text from a node + JSONPath + offset\n\n extractText(start: UsjContentLocation, desiredLength: number): string {\n let retVal = '';\n let offsetRemaining = start.offset;\n let lengthRecorded = 0;\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n start.node,\n this.convertJsonPathToWorkingStack(start.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node) => {\n if (typeof node !== 'string') return false;\n if (offsetRemaining >= node.length) {\n offsetRemaining -= node.length;\n return false;\n }\n let remainingNode = node;\n if (offsetRemaining > 0) {\n remainingNode = remainingNode.substring(offsetRemaining);\n offsetRemaining = 0;\n }\n if (lengthRecorded + remainingNode.length < desiredLength) {\n lengthRecorded += remainingNode.length;\n retVal = `${retVal}${remainingNode}`;\n return false;\n }\n const lengthToCopy = desiredLength - lengthRecorded;\n retVal = `${retVal}${remainingNode.substring(0, lengthToCopy - 1)}`;\n return true;\n },\n );\n return retVal;\n }\n\n extractTextBetweenPoints(\n start: UsjContentLocation,\n end: UsjContentLocation,\n maxLength: number = 100,\n ): string {\n let retVal = '';\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n start.node,\n this.convertJsonPathToWorkingStack(start.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, currentStack) => {\n // `node` and `end.node` are both `MarkerContent` which might be strings or objects\n if (node === end.node) {\n // If both objects are the same, then we definitely found `end`\n if (typeof node === 'object') return true;\n\n // If both strings are the same, we need to verify that we're at the same place in `usj`\n if (end.jsonPath === UsjReaderWriter.convertWorkingStackToJsonPath(currentStack))\n return true;\n }\n if (typeof node !== 'string') return false;\n retVal = `${retVal}${node}`;\n if (retVal.length > maxLength) retVal = retVal.substring(0, maxLength);\n return retVal.length >= maxLength;\n },\n );\n return retVal;\n }\n\n // #endregion\n\n // #region Edit this USJ data\n\n private static removeContentNodesFromArray(\n contentArray: MarkerContent[],\n searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean,\n ) {\n let removedCount = 0;\n for (let i = contentArray.length - 1; i >= 0; i--) {\n const node = contentArray[i];\n if (searchFunction(node)) {\n contentArray.splice(i, 1);\n removedCount += 1;\n } else if (typeof node !== 'string' && node.content)\n removedCount += this.removeContentNodesFromArray(node.content, searchFunction);\n }\n return removedCount;\n }\n\n removeContentNodes(searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean): number {\n const retVal = UsjReaderWriter.removeContentNodesFromArray(this.usj.content, searchFunction);\n this.usjChanged();\n return retVal;\n }\n\n // #endregion\n}\n"],"names":["AsyncVariable","variableName","rejectIfNotSettledWithinMS","__publicField","resolve","reject","value","throwIfAlreadySettled","reason","Collator","locales","options","string1","string2","DateTimeFormat","date","startDate","endDate","PlatformEventEmitter","event","callback","callbackIndex","newGuid","s","isString","o","deepClone","obj","debounce","fn","delay","timeout","args","groupBy","items","keySelector","valueSelector","map","item","key","group","isErrorWithMessage","error","toErrorWithMessage","maybeError","getErrorMessage","wait","ms","waitForDuration","maxWaitTimeInMS","getAllObjectFunctionNames","_objId","objectFunctionNames","property","objectPrototype","createSyncProxyForAsyncObject","getObject","objectToProxy","target","prop","DocumentCombiner","baseDocument","documentName","document","previousDocumentVersion","documentToSet","contributions","contributionName","potentialOutput","outputIteration","contribution","mergeObjects","output","finalOutput","areNonArrayObjects","values","allMatch","areArrayObjects","startingPoint","copyFrom","ignoreDuplicateProperties","retVal","mergeObjectsInternal","startingPointObj","copyFromObj","Mutex","AsyncMutex","MutexMap","mutexID","NonValidatingDocumentCombiner","NumberFormat","startRange","endRange","defaultPromise","PromiseChainingMap","logger","promiseFunction","currentPromise","promiseHolder","newPromise","e","UnsubscriberAsyncList","name","unsubscribers","unsubscriber","unsubs","results","unsubscriberSucceeded","index","P","R","t","n","N","B","O","S","K","g","k","x","T","X","V","w","L","G","A","H","C","I","y","q","U","m","l","h","c","E","r","D","i","a","u","v","f","d","b","p","J","M","charRegex","astralRange","comboRange","varRange","familyRange","astral","combo","fitz","modifier","nonAstral","regional","surrogatePair","zwj","blackFlag","family","optModifier","optVar","optJoin","seq","symbol","__importDefault","this","mod","dist","char_regex_1","require$$0","toArray","str","toArray_1","length","match","length_1","substring","begin","end","substring_1","substr","len","strLength","substr_1","limit","padString","padPosition","padRepeats","limit_1","indexOf","searchStr","pos","strArr","searchArr","finded","searchIndex","indexOf_1","ensureArray","maybeArray","at","string","stringLength","charAt","codePointAt","endsWith","searchString","endPosition","lastIndexOfSearchString","lastIndexOf","indexOfClosestClosingCurlyBrace","escaped","closeCurlyBraceIndex","formatReplacementStringToArray","replacers","contents","nextIntermediateStartIndex","addToContents","newContent","newContentIndex","newContentLength","intermediateContent","baseSubstring","replacerKey","replacerContent","endContent","formatReplacementString","content","includes","position","partialString","stringzIndexOf","validatedPosition","stringzLength","normalize","form","upperCaseForm","ordinalCompare","padEnd","targetLength","stringzLimit","padStart","correctSliceIndex","slice","indexStart","indexEnd","newStart","newEnd","split","separator","splitLimit","result","regexSeparator","matches","currentIndex","matchIndex","matchLength","startsWith","stringzSubstr","stringzSubstring","stringzToArray","isLocalizeKey","escapeStringRegexp","transformAndEnsureRegExpRegExpArray","stringStringMaybeArray","stringMaybeStringArray","transformAndEnsureRegExpArray","stringMaybeArray","scrBookData","FIRST_SCR_BOOK_NUM","LAST_SCR_BOOK_NUM","FIRST_SCR_CHAPTER_NUM","FIRST_SCR_VERSE_NUM","defaultScrRef","getChaptersForBook","bookNum","_a","offsetBook","scrRef","offset","offsetChapter","offsetVerse","getLocalizedIdFromBookNumber","bookNumber","localizationLanguage","getLocalizedString","id","Canon","bookName","parts","scrRefToBBBCCCVVV","VerseRef","compareScrRefs","scrRef1","scrRef2","getLocalizeKeyForScrollGroupId","scrollGroupId","getLocalizeKeysForScrollGroupIds","scrollGroupIds","formatScrRef","optionOrLocalizedBookName","chapterVerseSeparator","bookChapterSeparator","book","aggregateUnsubscribers","success","aggregateUnsubscriberAsyncs","unsubPromises","CHAPTER_TYPE","VERSE_TYPE","getOwnPropertyNames","getOwnPropertySymbols","hasOwnProperty","combineComparators","comparatorA","comparatorB","state","createIsCircular","areItemsEqual","cache","cachedA","cachedB","getStrictProperties","object","hasOwn","sameValueZeroEqual","OWNER","getOwnPropertyDescriptor","keys","areArraysEqual","areDatesEqual","areMapsEqual","matchedIndices","aIterable","aResult","bResult","bIterable","hasMatch","aKey","aValue","_b","bKey","bValue","areObjectsEqual","properties","areObjectsEqualStrict","descriptorA","descriptorB","arePrimitiveWrappersEqual","areRegExpsEqual","areSetsEqual","areTypedArraysEqual","ARGUMENTS_TAG","BOOLEAN_TAG","DATE_TAG","MAP_TAG","NUMBER_TAG","OBJECT_TAG","REG_EXP_TAG","SET_TAG","STRING_TAG","isArray","isTypedArray","assign","getTag","createEqualityComparator","constructor","tag","createEqualityComparatorConfig","circular","createCustomConfig","strict","config","areArraysEqual$1","areMapsEqual$1","areObjectsEqual$1","areSetsEqual$1","createInternalEqualityComparator","compare","_indexOrKeyA","_indexOrKeyB","_parentA","_parentB","createIsEqual","comparator","createState","equals","meta","deepEqual","createCustomEqual","createCustomInternalComparator","isEqualDeep","isSubset","objectWithAllProperties","objectWithPartialProperties","partialArray","allArray","partialObj","allObj","serialize","replacer","space","replacerValue","newValue","deserialize","reviver","replaceNull","verseRefReviver","_vrefKey","vrefValue","chapter","verse","versification","ScrVers","combinedReviver","reviverKey","reviverVal","parsedObject","isSerializable","serializedValue","htmlEncode","getCurrentLocale","formatBytes","fileSize","decimals","sizes","sizeToUse","settingsDefs","removeJsonToTypeScriptTypesStuff","defs","def","projectSettingsDocumentSchema","settingsDocumentSchema","localizedStringsDefs","localizedStringsDocumentSchema","menuDocumentSchema","find","list","predicate","ac","freeze","oc","source","HTML_BOOLEAN_ATTRIBUTES","isHTMLBooleanAttribute","HTML_VOID_ELEMENTS","isHTMLVoidElement","tagName","HTML_RAW_TEXT_ELEMENTS","isHTMLRawTextElement","isHTMLEscapableRawTextElement","isHTMLMimeType","mimeType","MIME_TYPE","hasDefaultHTMLNamespace","_MIME_TYPES","isValidMimeType","NAMESPACE","conventions","extendError","writableName","DOMExceptionName","DOMExceptionNames","isValidDomExceptionCode","endsWithError","DOMException","messageOrCode","nameOrMessage","code","ExceptionCode","entries","ParseError","message","locator","errors","detectUnicodeSupport","RegExpImpl","UNICODE_SUPPORT","chars","regexp","chars_without","search","reg","self","part","isStr","regg","UNICODE_REPLACEMENT_CHARACTER","Char","_SChar","SChar_s","S_OPT","NameStartChar","NameStartChar_s","NameChar","Name","Nmtoken","EntityRef","CharRef","Reference","PEReference","EntityValue","AttValue","NCNameStartChar","NCNameChar","NCName","QName","QName_exact","QName_group","SystemLiteral","PI","PubidChar","PubidLiteral","COMMENT_START","COMMENT_END","Comment","PCDATA","Mixed","_children_quantity","children","contentspec","ELEMENTDECL_START","elementdecl","NotationType","Enumeration","EnumeratedType","AttType","DefaultDecl","AttDef","ATTLIST_DECL_START","AttlistDecl","SYSTEM","PUBLIC","ExternalID","ExternalID_match","NDataDecl","EntityDef","ENTITY_DECL_START","GEDecl","PEDef","PEDecl","EntityDecl","PublicID","NotationDecl","Eq","VersionNum","VersionInfo","EncName","EncodingDecl","SDDecl","XMLDecl","DOCTYPE_DECL_START","CDATA_START","CDATA_END","CDStart","CDEnd","CData","CDSect","grammar","PDC","require$$1","require$$2","checkSymbol","notEmptyString","input","splitOnASCIIWhitespace","orderedSetReducer","current","element","toOrderedSet","arrayIncludes","validateQualifiedName","qualifiedName","validateAndExtract","namespace","prefix","localName","splitResult","copy","src","dest","_extends","Class","Super","pt","NodeType","ELEMENT_NODE","ATTRIBUTE_NODE","TEXT_NODE","CDATA_SECTION_NODE","ENTITY_REFERENCE_NODE","ENTITY_NODE","PROCESSING_INSTRUCTION_NODE","COMMENT_NODE","DOCUMENT_NODE","DOCUMENT_TYPE_NODE","DOCUMENT_FRAGMENT_NODE","NOTATION_NODE","DocumentPosition","parentChain","node","chain","commonAncestor","docGUID","doc","NodeList","nodeFilter","buf","serializeToString","me","LiveNodeList","refresh","_updateLiveList","inc","ls","__set__","NamedNodeMap","_findNodeIndex","_addNamedNode","el","newAttr","oldAttr","_onRemoveAttribute","_onAddAttribute","_removeNamedNode","attr","lastIndex","namespaceURI","DOMImplementation","feature","version","doctype","contentType","Document","root","publicId","systemId","internalSubset","DocumentType","title","htmlNode","headNode","titleNode","Node","rootNode","other","parent","otherNode","newChild","refChild","_insertBefore","oldChild","assertPreReplacementValidityInDocument","_removeChild","deep","cloneNode","child","next","node1","node2","attr1","attr2","Attr","chain1","chain2","ca","_xmlEncoder","_visitNode","opt","ns","remove","_onUpdateChild","childNodes","parentNode","oldPreviousSibling","oldNextSibling","hasValidParentNodeType","hasInsertableNodeType","isDocTypeNode","isElementNode","isTextNode","isElementInsertionPossible","parentChildNodes","docTypeNode","isElementReplacementPossible","hasElementChildThatIsNotChild","assertPreInsertionValidity1to5","assertPreInsertionValidityInDocument","nodeChildNodes","nodeChildElements","parentElementChild","_inDocumentAssertion","cp","newFirst","newLast","pre","removed","importedNode","importNode","rtv","Element","attrs","DocumentFragment","data","Text","CDATASection","ProcessingInstruction","EntityReference","validated","old","classNames","classNamesSet","base","nodeClassNames","nodeClassNamesSet","isHTMLDocument","lowerQualifiedName","nodeQualifiedName","matchingQName","CharacterData","count","text","start","newText","newNode","Notation","Entity","XMLSerializer","nodeSerializeToString","refNode","uri","visibleNamespaces","needNamespaceDefine","isHTML","addSerializedAttribute","nodeName","prefixedNodeName","defaultNS","ai","nsi","canCloseTag","pubid","sysid","attrs2","getTextContent","dom","exports","S_TAG","S_ATTR","S_ATTR_SPACE","S_EQ","S_ATTR_NOQUOT_VALUE","S_ATTR_END","S_TAG_SPACE","S_TAG_CLOSE","XMLReader","defaultNSMap","entityMap","domBuilder","_copy","parse","ENTITY_REG","defaultNSMapCopy","errorHandler","fixedFromCharCode","surrogate1","surrogate2","entityReplacer","complete","appendText","xt","lineEnd","linePattern","lineStart","parseStack","unclosedTags","tagStart","fromSource","tagNameRaw","tagNameMatch","currentTagName","tagNameLower","localNSMap","parseProcessingInstruction","parseDoctypeCommentOrCData","ElementAttributes","currentNSMap","parseElementStartPart","locator2","copyLocator","appendElement","parseHtmlSpecialContent","addAttribute","qname","startIndex","attrName","qName","nsp","nsPrefix","elStartEnd","isEscapableRaw","elEndStart","parseUtils","char","skip","skipBlanks","blanks","substringFromIndex","substringStartsWith","getMatch","expr","parseDoctypeInternalSubset","parsePI","intSubsetStart","comment","cdata","sax","entities","require$$3","require$$4","normalizeLineEndings","DOMParser","DOMHandler","defaultNamespace","isXml","impl","ins","ch","_toString","charNode","comm","dt","level","_locator","handler","NODE_TYPES_NOT_CONTAINING_VERSE_TEXT","UsjReaderWriter","usj","jsonPathQuery","wrappedResults","JSONPath","unwrappedResults","chapterNumber","chapterQuery","parentMap","workingStack","tempNode","tempParent","tempChild","USJ_TYPE","stack","jsonPath","stackLevel","levels","onNode","onLevel","indexString","nextNode","skipTypes","candidate","searchFunction","skipNextNode","nextLevel","nodeParent","nodeNumber","nodeIndex","previousNodeIndex","nodeParentMarkerObject","grandparent","previousNode","descendant","bookId","realParent","chapterVerseContent","verseRef","effectiveBookId","verseRefAndOffset","verseRefOffset","chapterNode","foundAnotherChapter","expectedVerse","verseNode","cumulativeVerseLengthSeen","usjNodeOffset","foundNode","maxTextLengthToSearch","textScanned","lengthScanned","lengthTrimmed","foundStartingAtOffset","textIndex","finalOffset","finalStack","finalNode","desiredLength","offsetRemaining","lengthRecorded","remainingNode","lengthToCopy","maxLength","currentStack","contentArray","removedCount"],"mappings":"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A,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MAEA,MAEA,MAEA,MAEA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MAEA,MAEA,MAEA,MAEA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,KACF,EAAGC,GAAI,CACL,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,KACF,EAAGC,GAAI,CACL,UACA,SACA,YACA,UACA,cACA,SACA,SACA,OACA,WACA,WACA,UACA,UACA,eACA,eACA,OACA,WACA,kBACA,MACA,SACA,WACA,eACA,gBACA,SACA,WACA,eACA,UACA,kBACA,QACA,OACA,OACA,UACA,QACA,QACA,QACA,WACA,YACA,SACA,YACA,UACA,UACA,OACA,OACA,OACA,OACA,SACA,gBACA,gBACA,YACA,YACA,cACA,aACA,kBACA,kBACA,YACA,YACA,QACA,WACA,UACA,QACA,UACA,UACA,SACA,SACA,SACA,OACA,aACA,QACA,SACA,eACA,oBACA,0BACA,SACA,qBACA,sBACA,UACA,qBACA,cACA,cACA,cACA,cACA,mBACA,mBACA,qBACA,YACA,OACA,oBAGA,uBACA,uBACA,sBACA,yBACA,wBACA,qBACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,eACA,cACA,eACA,oBACA,qBA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AAM,qBACR,EACA,WAAY,CACV,KAAM,kCACR,CACF,EACA,SAAU,CAAC,QAAS,YAAY,CAClC,EACA,yBAA0B,CACxB,YAAa,0EACb,KAAM,SACN,kBAAmB,CACjB,0BAA2B,CACzB,KAAM,wBACR,CACF,EACA,qBAAsB,EACxB,EACA,eAAgB,CACd,YAAa,gDACb,MAAO,CACL,CACE,KAAM,2CACR,CACF,CACF,EACA,kCAAmC,CACjC,YAAa,yDACb,MAAO,CACL,CACE,KAAM,4BACR,EACA,CACE,KAAM,qCACR,CACF,CACF,EACA,mBAAoB,CAClB,YAAa,8DACb,MAAO,CACL,CACE,KAAM,qBACR,EACA,CACE,KAAM,yBACR,CACF,CACF,EACA,gBAAiB,CACf,YAAa,8CACb,KAAM,SACN,WAAY,CACV,yBAA0B,CACxB,YACE,q4CACF,MAAO,CACL,CACE,KAAM,MACR,EACA,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CACL,MAAO,CACL,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CAAE,KAAM,QAAS,CAC1B,CACF,CACF,CACF,CACF,CACF,EACA,yBAA0B,CACxB,YACE,ugDACF,MAAO,CACL,CACE,KAAM,MACR,EACA,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CACL,MAAO,CACL,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CAAE,KAAM,QAAS,CAC1B,CACF,CACF,CACF,CACF,CACF,EACA,qBAAsB,CACpB,YACE,ybACF,MAAO,CACL,CACE,KAAM,MACR,EACA,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CAAE,KAAM,QAAS,CAC1B,CACF,CACF,EACA,qBAAsB,CACpB,YACE,mdACF,MAAO,CACL,CACE,KAAM,MACR,EACA,CACE,KAAM,QACR,EACA,CACE,KAAM,QACN,MAAO,CAAE,KAAM,QAAS,CAC1B,CACF,CACF,CACF,CACF,EACA,qBAAsB,CACpB,YACE,sFACF,MAAO,CACL,CACE,KAAM,uBACR,EACA,CACE,KAAM,QACN,MAAO,CACL,KAAM,uBACR,CACF,CACF,CACF,EACA,cAAe,CACb,YAAa,wCACb,KAAM,SACN,WAAY,CACV,MAAO,CACL,YAAa,qEACb,KAAM,qBACR,EACA,YAAa,CACX,YAAa,yEACb,KAAM,qBACR,EACA,WAAY,CACV,KAAM,2BACR,CACF,EACA,SAAU,CAAC,QAAS,YAAY,CAClC,EACA,kBAAmB,CACjB,YAAa,0EACb,KAAM,SACN,kBAAmB,CACjB,sBAAuB,CACrB,KAAM,iBACR,CACF,EACA,qBAAsB,EACxB,EACA,QAAS,CACP,YAAa,gDACb,MAAO,CACL,CACE,KAAM,oCACR,CACF,CACF,EACA,2BAA4B,CAC1B,YAAa,yDACb,MAAO,CACL,CACE,KAAM,qBACR,EACA,CACE,KAAM,qCACR,CACF,CACF,EACA,YAAa,CACX,YAAa,sDACb,MAAO,CACL,CACE,KAAM,mBACR,EACA,CACE,KAAM,SACN,WAAY,CACV,MAAO,CACL,YAAa,uEACb,KAAM,qBACR,EACA,YAAa,CACX,YAAa,2EACb,KAAM,qBACR,CACF,EACA,SAAU,CAAC,OAAO,CACpB,CACF,CACF,EACA,yBAA0B,CACxB,YACE,2FACF,KAAM,6BACR,EACA,sBAAuB,CACrB,YACE,wFACF,KAAM,6BACR,EACA,oBAAqB,CACnB,YAAa,qEACb,KAAM,SACN,kBAAmB,CACjB,0BAA2B,CACzB,KAAM,mBACR,CACF,EACA,qBAAsB,EACxB,EACA,UAAW,CACT,YAAa,mDACb,MAAO,CACL,CACE,KAAM,kCACR,CACF,CACF,EACA,yBAA0B,CACxB,YAAa,uDACb,MAAO,CACL,CACE,KAAM,mBACR,EACA,CACE,KAAM,qCACR,CACF,CACF,EACA,4BAA6B,CAC3B,YACE,0NACF,IAAK,CACH,MAAO,CACL,CACE,KAAM,SACN,SAAU,CAAC,cAAc,CAC3B,EACA,CACE,KAAM,SACN,SAAU,CAAC,MAAM,CACnB,CACF,CACF,CACF,EACA,UAAW,CACT,YAAa,oDACb,KAAM,SACN,WAAY,CACV,QAAS,CACP,YAAa,sCACb,KAAM,KACR,EACA,YAAa,CACX,YACE,2HACF,KAAM,YACR,CACF,EACA,SAAU,CAAC,SAAS,CACtB,EACA,YAAa,CACX,YAAa,iFACb,KAAM,SACN,QAAS,mBACT,OAAQ,aACV,EACA,GAAI,CACF,YAAa,GACb,KAAM,SACN,QAAS,0BACT,OAAQ,IACV,CACF,EAUO,SAASC,GAAiCC,EAAW,CACrDA,GAIL,OAAO,OAAOA,CAAI,EAAE,QAASC,GAAa,CACpC,GAACA,EAAI,KAIL,IAFA,WAAYA,GAAK,OAAOA,EAAI,OAE5BA,EAAI,OAAS,MAAO,CACtB,OAAOA,EAAI,KACX,MACF,CAEIA,EAAI,OAAS,UACfF,GAAiCE,EAAI,UAAU,EACjD,CACD,CACH,CAEAF,GAAiCD,EAAY,EAGtC,MAAMI,GAAgC,CAC3C,QAAS,+CACT,MAAO,gCACP,YACE,8FACF,MAAO,CACL,CACE,KAAM,8BACR,EACA,CACE,KAAM,QACN,MAAO,CACL,KAAM,8BACR,CACF,CACF,EAEA,MAAOJ,EACT,EAEA,OAAO,OAAOI,EAA6B,EAGpC,MAAMC,GAAyB,CACpC,QAAS,+CACT,MAAO,wBACP,YACE,sFACF,MAAO,CACL,CACE,KAAM,uBACR,EACA,CACE,KAAM,QACN,MAAO,CACL,KAAM,uBACR,CACF,CACF,EAEA,MAAOL,EACT,EAEA,OAAO,OAAOK,EAAsB,EChiBpC,MAAMC,GAAuB,CAC3B,gBAAiB,CACf,YACE,2IACF,KAAM,SACN,kBAAmB,CACjB,mBAAoB,CAClB,KAAM,8BACR,CACF,EACA,qBAAsB,EACxB,EACA,qBAAsB,CACpB,YAAa,kDACb,KAAM,QACR,EACA,gBAAiB,CACf,YACE,8IACF,KAAM,SACN,kBAAmB,CACjB,mBAAoB,CAClB,KAAM,wBACR,CACF,EACA,qBAAsB,EACxB,EACA,eAAgB,CACd,YAAa,0EACb,KAAM,SACN,WAAY,CACV,YAAa,CACX,YACE,gWACF,KAAM,SACN,QAAS,2DACT,OAAQ,aACV,EACA,MAAO,CACL,YACE,4IACF,KAAM,QACR,CACF,CACF,EACA,YAAa,CACX,YAAa,iFACb,KAAM,SACN,QAAS,mBACT,OAAQ,aACV,CACF,EAEAL,GAAiCK,EAAoB,EAG9C,MAAMC,GAAiC,CAC5C,QAAS,+CACT,MAAO,qCACP,YACE,gGACF,KAAM,SACN,WAAY,CACV,SAAU,CACR,KAAM,yBACR,EACA,iBAAkB,CAChB,KAAM,SACN,qBAAsB,CACpB,KAAM,yBACR,CACF,CACF,EACA,MAAOD,EACT,EAEA,OAAO,OAAOC,EAA8B,EC0BrC,MAAMC,GAAqB,CAChC,MAAO,uBACP,KAAM,SACN,WAAY,CACV,SAAU,CACR,YAAa,qCACb,KAAM,yBACR,EACA,sBAAuB,CACrB,YAAa,8DACb,KAAM,yBACR,EACA,0BAA2B,CACzB,YAAa,kEACb,KAAM,0BACR,EACA,aAAc,CACZ,YAAa,mDACb,KAAM,SACN,kBAAmB,CACjB,0BAA2B,CACzB,KAAM,4BACR,CACF,EACA,qBAAsB,EACxB,CACF,EACA,SAAU,CAAC,WAAY,wBAAyB,4BAA6B,cAAc,EAC3F,qBAAsB,GACtB,MAAO,CACL,YAAa,CACX,YACE,2FACF,KAAM,SACN,QAAS,kBACX,EACA,eAAgB,CACd,YACE,oGACF,KAAM,SACN,QAAS,yBACX,EACA,mBAAoB,CAClB,YACE,uFACF,KAAM,SACN,kBAAmB,CACjB,0BAA2B,CACzB,YAAa,qCACb,KAAM,SACN,WAAY,CACV,MAAO,CACL,YAAa,6CACb,KAAM,qBACR,EACA,cAAe,CACb,YACE,wFACF,KAAM,QACR,EACA,MAAO,CACL,YACE,6EACF,KAAM,QACR,EACA,aAAc,CACZ,YACE,8EACF,KAAM,SACR,CACF,EACA,SAAU,CAAC,QAAS,OAAO,EAC3B,qBAAsB,EACxB,CACF,EACA,WAAY,CACV,aAAc,CACZ,YACE,qFACF,KAAM,SACR,CACF,CACF,EACA,WAAY,CACV,YACE,uJACF,KAAM,SACN,kBAAmB,CACjB,0BAA2B,CACzB,YAAa,wCACb,KAAM,SACN,MAAO,CACL,CACE,WAAY,CACV,OAAQ,CACN,YACE,wEACF,KAAM,wBACR,EACA,MAAO,CACL,YACE,yGACF,KAAM,QACR,EACA,aAAc,CACZ,YACE,iFACF,KAAM,SACR,CACF,EACA,SAAU,CAAC,OAAO,EAClB,qBAAsB,EACxB,EACA,CACE,WAAY,CACV,SAAU,CACR,YAAa,8DACb,KAAM,wBACR,EACA,MAAO,CACL,YACE,yGACF,KAAM,QACR,EACA,aAAc,CACZ,YACE,iFACF,KAAM,SACR,CACF,EACA,SAAU,CAAC,WAAY,OAAO,EAC9B,qBAAsB,EACxB,CACF,CACF,CACF,EACA,qBAAsB,EACxB,EACA,SAAU,CACR,YACE,mGACF,KAAM,SACN,MAAO,CACL,CACE,WAAY,CACV,GAAI,CACF,YAAa,6CACb,KAAM,wBACR,CACF,EACA,SAAU,CAAC,IAAI,CACjB,EACA,CACE,WAAY,CACV,QAAS,CACP,YAAa,mEACb,KAAM,wBACR,EACA,eAAgB,CACd,YACE,0GACF,KAAM,QACR,EACA,cAAe,CACb,YACE,yGACF,KAAM,QACR,CACF,EACA,SAAU,CAAC,SAAS,CACtB,CACF,EACA,WAAY,CACV,MAAO,CACL,YAAa,4DACb,KAAM,qBACR,EACA,QAAS,CACP,YACE,uFACF,KAAM,qBACR,EACA,YAAa,CACX,YACE,6GACF,KAAM,qBACR,EACA,cAAe,CACb,YACE,wFACF,KAAM,QACR,EACA,MAAO,CACL,YAAa,wCACb,KAAM,wBACR,EACA,MAAO,CACL,YACE,qGACF,KAAM,QACR,CACF,EACA,SAAU,CAAC,QAAS,QAAS,OAAO,EACpC,sBAAuB,EACzB,EACA,eAAgB,CACd,YAAa,2BACb,KAAM,SACN,WAAY,CACV,OAAQ,CACN,YAAa,kCACb,KAAM,oBACR,EACA,MAAO,CACL,YAAa,8CACb,KAAM,QACN,MAAO,CAAE,KAAM,kBAAmB,EAClC,YAAa,EACf,CACF,EACA,SAAU,CAAC,SAAU,OAAO,CAC9B,EACA,iBAAkB,CAChB,YAAa,+CACb,KAAM,SACN,MAAO,CAAC,CAAE,KAAM,yBAA0B,EAC1C,sBAAuB,EACzB,EACA,gBAAiB,CACf,YAAa,sDACb,KAAM,SACN,MAAO,CACL,CAAE,KAAM,wBAAyB,EACjC,CACE,WAAY,C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","x_google_ignoreList":[12,13,14,20,29,30,31,32,33,34,35,36,37]} \ No newline at end of file diff --git a/lib/platform-bible-utils/dist/index.d.ts b/lib/platform-bible-utils/dist/index.d.ts index 891824e0e5..497038a1bf 100644 --- a/lib/platform-bible-utils/dist/index.d.ts +++ b/lib/platform-bible-utils/dist/index.d.ts @@ -446,6 +446,58 @@ export declare class PlatformEventEmitter implements Dispose { */ protected disposeFn(): Promise; } +/** + * Class that allows you to chain promises for a given key. This is useful when: + * + * 1. You need to run promises from synchronous code and don't need to look at the results. + * 2. The promises to run, or at least precisely when to run them, are not known in advance. + * 3. The promises need to be run sequentially, waiting for the previous one to finish. + * + * An example of when this can be helpful is inside of React components. Component code is mostly + * synchronous, but you may need to run some asynchronous code. You can't use `await` inside of + * React component code in many situations, so you can use this class to chain promises together. + * + * When promises are added to the map with a key, they will run in the order they were added to the + * map for that key. If a promise rejects, a warning will be logged and the chain will continue. If + * a promise is added while another promise in the map for that key is running, the new promise will + * be chained to the existing one. + */ +export declare class PromiseChainingMap { + private readonly map; + private readonly logger; + /** + * Creates a new PromiseChainingMap + * + * @param logger Object with a `warn` method that will be called when a promise rejects + */ + constructor(logger?: { + warn: (message: string) => void; + }); + /** + * Adds a promise to the map for a given key. If a promise is already running for the key, the new + * promise will be chained to the existing one. Once all promises for a key have settled, the map + * will be cleared for that key. + * + * @param key Unique key to identify a distinct promise chain + * @param promiseFunction Function that returns a promise to add to the chain + */ + addPromise(key: TKey, promiseFunction: () => Promise): void; + /** + * Gets the current promise chain for the given key. This is mostly useful for testing. Normally + * you should just call {@link addPromise} and let the map handle the rest. + * + * @param key Unique key to identify a distinct promise chain + * @returns The current promise chain for the key + */ + get(key: TKey): Promise | undefined; + /** + * Configures a promise chain to be removed from the map for the given key after all the promises + * have settled + * + * @param key Unique key to identify a distinct promise chain + */ + private cleanupPromiseChain; +} /** Simple collection for UnsubscriberAsync objects that also provides an easy way to run them. */ export declare class UnsubscriberAsyncList { private name; diff --git a/lib/platform-bible-utils/dist/index.js b/lib/platform-bible-utils/dist/index.js index 2df67cc1b5..a8bb4f89bc 100644 --- a/lib/platform-bible-utils/dist/index.js +++ b/lib/platform-bible-utils/dist/index.js @@ -1,9 +1,9 @@ var Wn = Object.defineProperty; var Qn = (e, t, r) => t in e ? Wn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r; -var S = (e, t, r) => Qn(e, typeof t != "symbol" ? t + "" : t, r); +var w = (e, t, r) => Qn(e, typeof t != "symbol" ? t + "" : t, r); import { Mutex as Zn } from "async-mutex"; import { JSONPath as lr } from "jsonpath-plus"; -class ha { +class da { /** * Creates an instance of the class * @@ -13,10 +13,10 @@ class ha { * do not want a timeout at all. Defaults to 10000 ms */ constructor(t, r = 1e4) { - S(this, "variableName"); - S(this, "promiseToValue"); - S(this, "resolver"); - S(this, "rejecter"); + w(this, "variableName"); + w(this, "promiseToValue"); + w(this, "resolver"); + w(this, "rejecter"); this.variableName = t, this.promiseToValue = new Promise((n, u) => { this.resolver = n, this.rejecter = u; }), r > 0 && setTimeout(() => { @@ -75,9 +75,9 @@ class ha { this.resolver = void 0, this.rejecter = void 0, Object.freeze(this); } } -class da { +class ma { constructor(t, r) { - S(this, "collator"); + w(this, "collator"); this.collator = new Intl.Collator(t, r); } /** @@ -104,7 +104,7 @@ class da { } class eu { constructor(t, r) { - S(this, "dateTimeFormatter"); + w(this, "dateTimeFormatter"); this.dateTimeFormatter = new Intl.DateTimeFormat(t, r); } /** @@ -169,21 +169,21 @@ class tu { * emitted * @alias event */ - S(this, "subscribe", this.event); + w(this, "subscribe", this.event); /** All callback functions that will run when this event is emitted. Lazy loaded */ - S(this, "subscriptions"); + w(this, "subscriptions"); /** Event for listeners to subscribe to. Lazy loaded */ - S(this, "lazyEvent"); + w(this, "lazyEvent"); /** Whether this emitter has been disposed */ - S(this, "isDisposed", !1); + w(this, "isDisposed", !1); /** Disposes of this event, preparing it to release from memory */ - S(this, "dispose", () => this.disposeFn()); + w(this, "dispose", () => this.disposeFn()); /** * Runs the subscriptions for the event * * @param event Event data to provide to subscribed callbacks */ - S(this, "emit", (t) => { + w(this, "emit", (t) => { this.emitFn(t); }); } @@ -225,7 +225,7 @@ class tu { return this.assertNotDisposed(), this.isDisposed = !0, this.subscriptions = void 0, this.lazyEvent = void 0, Promise.resolve(!0); } } -function ma() { +function Ea() { return "00-0-4-1-000".replace( /[^-]/g, (e) => ( @@ -241,14 +241,14 @@ function Dt(e) { function Je(e) { return JSON.parse(JSON.stringify(e)); } -function Ea(e, t = 300) { +function ga(e, t = 300) { if (Dt(e)) throw new Error("Tried to debounce a string! Could be XSS"); let r; return (...n) => { clearTimeout(r), r = setTimeout(() => e(...n), t); }; } -function ga(e, t, r) { +function Da(e, t, r) { const n = /* @__PURE__ */ new Map(); return e.forEach((u) => { const i = t(u), a = n.get(i), o = r ? r(u, i) : u; @@ -270,18 +270,18 @@ function nu(e) { return new Error(String(e)); } } -function Da(e) { +function va(e) { return nu(e).message; } function uu(e) { return new Promise((t) => setTimeout(t, e)); } -function va(e, t) { +function Aa(e, t) { const r = uu(t).then(() => { }); return Promise.any([r, e()]); } -function Aa(e, t = "obj") { +function Na(e, t = "obj") { const r = /* @__PURE__ */ new Set(); Object.getOwnPropertyNames(e).forEach((u) => { try { @@ -299,7 +299,7 @@ function Aa(e, t = "obj") { }), n = Object.getPrototypeOf(n); return r; } -function Na(e, t = {}) { +function ba(e, t = {}) { return new Proxy(t, { get(r, n) { return n in r ? r[n] : async (...u) => (await e())[n](...u); @@ -314,15 +314,15 @@ class iu { * @param options Options used by this object when combining documents */ constructor(t, r) { - S(this, "baseDocument"); - S(this, "contributions", /* @__PURE__ */ new Map()); - S(this, "latestOutput"); - S(this, "options"); - S(this, "onDidRebuildEmitter", new tu()); + w(this, "baseDocument"); + w(this, "contributions", /* @__PURE__ */ new Map()); + w(this, "latestOutput"); + w(this, "options"); + w(this, "onDidRebuildEmitter", new tu()); /** Event that emits to announce that the document has been rebuilt and the output has been updated */ // Need `onDidRebuildEmitter` to be instantiated before this line // eslint-disable-next-line @typescript-eslint/member-ordering - S(this, "onDidRebuild", this.onDidRebuildEmitter.subscribe); + w(this, "onDidRebuild", this.onDidRebuildEmitter.subscribe); this.baseDocument = t, this.options = r, this.updateBaseDocument(t); } /** @@ -538,16 +538,16 @@ function Yr(e, t, r) { } class au extends Zn { } -class ba { +class ya { constructor() { - S(this, "mutexesByID", /* @__PURE__ */ new Map()); + w(this, "mutexesByID", /* @__PURE__ */ new Map()); } get(t) { let r = this.mutexesByID.get(t); return r || (r = new au(), this.mutexesByID.set(t, r), r); } } -class ya extends iu { +class Ca extends iu { // Making the protected base constructor public // eslint-disable-next-line @typescript-eslint/no-useless-constructor constructor(t, r) { @@ -559,7 +559,7 @@ class ya extends iu { } class su { constructor(t, r) { - S(this, "numberFormatter"); + w(this, "numberFormatter"); this.numberFormatter = new Intl.NumberFormat(t, r); } /** @@ -615,9 +615,58 @@ class su { return this.numberFormatter.resolvedOptions(); } } -class Ca { +const cu = Promise.resolve(); +class Ta { + /** + * Creates a new PromiseChainingMap + * + * @param logger Object with a `warn` method that will be called when a promise rejects + */ + constructor(t = console) { + w(this, "map", /* @__PURE__ */ new Map()); + w(this, "logger"); + this.logger = t; + } + /** + * Adds a promise to the map for a given key. If a promise is already running for the key, the new + * promise will be chained to the existing one. Once all promises for a key have settled, the map + * will be cleared for that key. + * + * @param key Unique key to identify a distinct promise chain + * @param promiseFunction Function that returns a promise to add to the chain + */ + addPromise(t, r) { + const n = this.map.get(t); + this.map.set(t, n ? n.then(r) : r()), this.cleanupPromiseChain(t); + } + /** + * Gets the current promise chain for the given key. This is mostly useful for testing. Normally + * you should just call {@link addPromise} and let the map handle the rest. + * + * @param key Unique key to identify a distinct promise chain + * @returns The current promise chain for the key + */ + get(t) { + return this.map.get(t); + } + /** + * Configures a promise chain to be removed from the map for the given key after all the promises + * have settled + * + * @param key Unique key to identify a distinct promise chain + */ + cleanupPromiseChain(t) { + const r = this.map.get(t); + if (!r) return; + const n = { promise: cu }, u = r.catch((i) => this.logger.warn(`Error in promise for ${t}: ${i.message}`)).finally(() => { + this.map.get(t) === n.promise && this.map.delete(t); + }); + n.promise = u, this.map.set(t, u); + } +} +class wa { constructor(t = "Anonymous") { - S(this, "unsubscribers", /* @__PURE__ */ new Set()); + w(this, "unsubscribers", /* @__PURE__ */ new Set()); this.name = t; } /** @@ -640,7 +689,7 @@ class Ca { return this.unsubscribers.clear(), r.every((n, u) => (n || console.error(`UnsubscriberAsyncList ${this.name}: Unsubscriber at index ${u} failed!`), n)); } } -var cu = Object.defineProperty, lu = (e, t, r) => t in e ? cu(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, D = (e, t, r) => lu(e, typeof t != "symbol" ? t + "" : t, r); +var lu = Object.defineProperty, fu = (e, t, r) => t in e ? lu(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, D = (e, t, r) => fu(e, typeof t != "symbol" ? t + "" : t, r); const de = [ "GEN", "EXO", @@ -928,32 +977,32 @@ const de = [ "Reproof (Proverbs 25-31)", "4 Baruch (Rest of Baruch)", "Laodiceans" -], hr = Au(); +], hr = Nu(); function Re(e, t = !0) { return t && (e = e.toUpperCase()), e in hr ? hr[e] : 0; } function Gt(e) { return Re(e) > 0; } -function fu(e) { +function pu(e) { const t = typeof e == "string" ? Re(e) : e; return t >= 40 && t <= 66; } -function pu(e) { +function hu(e) { return (typeof e == "string" ? Re(e) : e) <= 39; } function Wr(e) { return e <= 66; } -function hu(e) { +function du(e) { const t = typeof e == "string" ? Re(e) : e; return en(t) && !Wr(t); } -function* du() { +function* mu() { for (let e = 1; e <= de.length; e++) yield e; } -const mu = 1, Qr = de.length; -function Eu() { +const Eu = 1, Qr = de.length; +function gu() { return ["XXA", "XXB", "XXC", "XXD", "XXE", "XXF", "XXG"]; } function zt(e, t = "***") { @@ -963,21 +1012,21 @@ function zt(e, t = "***") { function Zr(e) { return e <= 0 || e > Qr ? "******" : Kr[e - 1]; } -function gu(e) { +function Du(e) { return Zr(Re(e)); } function en(e) { const t = typeof e == "number" ? zt(e) : e; return Gt(t) && !Ht.includes(t); } -function Du(e) { +function vu(e) { const t = typeof e == "number" ? zt(e) : e; return Gt(t) && Ht.includes(t); } -function vu(e) { +function Au(e) { return Kr[e - 1].includes("*obsolete*"); } -function Au() { +function Nu() { const e = {}; for (let t = 0; t < de.length; t++) e[de[t]] = t + 1; @@ -988,20 +1037,20 @@ const W = { nonCanonicalIds: Ht, bookIdToNumber: Re, isBookIdValid: Gt, - isBookNT: fu, - isBookOT: pu, + isBookNT: pu, + isBookOT: hu, isBookOTNT: Wr, - isBookDC: hu, - allBookNumbers: du, - firstBook: mu, + isBookDC: du, + allBookNumbers: mu, + firstBook: Eu, lastBook: Qr, - extraBooks: Eu, + extraBooks: gu, bookNumberToId: zt, bookNumberToEnglishName: Zr, - bookIdToEnglishName: gu, + bookIdToEnglishName: Du, isCanonical: en, - isExtraMaterial: Du, - isObsolete: vu + isExtraMaterial: vu, + isObsolete: Au }; var Z = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.Original = 1] = "Original", e[e.Septuagint = 2] = "Septuagint", e[e.Vulgate = 3] = "Vulgate", e[e.English = 4] = "English", e[e.RussianProtestant = 5] = "RussianProtestant", e[e.RussianOrthodox = 6] = "RussianOrthodox", e))(Z || {}); const G = class { @@ -1027,7 +1076,7 @@ function dr(e, t) { return e.split(r); } var tn = /* @__PURE__ */ ((e) => (e[e.Valid = 0] = "Valid", e[e.UnknownVersification = 1] = "UnknownVersification", e[e.OutOfRange = 2] = "OutOfRange", e[e.VerseOutOfOrder = 3] = "VerseOutOfOrder", e[e.VerseRepeated = 4] = "VerseRepeated", e))(tn || {}); -const k = class N { +const L = class N { constructor(t, r, n, u) { if (D(this, "firstChapter"), D(this, "lastChapter"), D(this, "lastVerse"), D(this, "hasSegmentsDefined"), D(this, "text"), D(this, "BBBCCCVVVS"), D(this, "longHashCode"), D(this, "versification"), D(this, "rtlMark", "‏"), D(this, "_bookNum", 0), D(this, "_chapterNum", 0), D(this, "_verseNum", 0), D(this, "_verse"), n == null && u == null) if (t != null && typeof t == "string") { @@ -1387,34 +1436,34 @@ const k = class N { this.bookNum = W.bookIdToNumber(t), this.chapter = r, this.verse = n; } }; -D(k, "defaultVersification", oe.English), D(k, "verseRangeSeparator", "-"), D(k, "verseSequenceIndicator", ","), D(k, "verseRangeSeparators", [k.verseRangeSeparator]), D(k, "verseSequenceIndicators", [k.verseSequenceIndicator]), D(k, "chapterDigitShifter", 1e3), D(k, "bookDigitShifter", k.chapterDigitShifter * k.chapterDigitShifter), D(k, "bcvMaxValue", k.chapterDigitShifter - 1), /** +D(L, "defaultVersification", oe.English), D(L, "verseRangeSeparator", "-"), D(L, "verseSequenceIndicator", ","), D(L, "verseRangeSeparators", [L.verseRangeSeparator]), D(L, "verseSequenceIndicators", [L.verseSequenceIndicator]), D(L, "chapterDigitShifter", 1e3), D(L, "bookDigitShifter", L.chapterDigitShifter * L.chapterDigitShifter), D(L, "bcvMaxValue", L.chapterDigitShifter - 1), /** * The valid status of the VerseRef. */ -D(k, "ValidStatusType", tn); -let Jt = k; +D(L, "ValidStatusType", tn); +let Jt = L; class je extends Error { } -var mr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, De = {}, Nu = () => { - const e = "\\ud800-\\udfff", a = "\\u0300-\\u036f" + "\\ufe20-\\ufe2f" + "\\u20d0-\\u20ff" + "\\u1ab0-\\u1aff" + "\\u1dc0-\\u1dff", o = "\\ufe0e\\ufe0f", s = "\\uD83D\\uDC69\\uD83C\\uDFFB\\u200D\\uD83C\\uDF93", c = `[${e}]`, l = `[${a}]`, f = "\\ud83c[\\udffb-\\udfff]", p = `(?:${l}|${f})`, m = `[^${e}]`, b = "(?:\\uD83C[\\uDDE6-\\uDDFF]){2}", T = "[\\ud800-\\udbff][\\udc00-\\udfff]", w = "\\u200d", I = "(?:\\ud83c\\udff4\\udb40\\udc67\\udb40\\udc62\\udb40(?:\\udc65|\\udc73|\\udc77)\\udb40(?:\\udc6e|\\udc63|\\udc6c)\\udb40(?:\\udc67|\\udc74|\\udc73)\\udb40\\udc7f)", re = `[${s}]`, B = `${p}?`, K = `[${o}]?`, U = `(?:${w}(?:${[m, b, T].join("|")})${K + B})*`, qe = K + B + U, Mt = `(?:${[`${m}${l}?`, l, b, T, c, re].join("|")})`; +var mr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, De = {}, bu = () => { + const e = "\\ud800-\\udfff", a = "\\u0300-\\u036f" + "\\ufe20-\\ufe2f" + "\\u20d0-\\u20ff" + "\\u1ab0-\\u1aff" + "\\u1dc0-\\u1dff", o = "\\ufe0e\\ufe0f", s = "\\uD83D\\uDC69\\uD83C\\uDFFB\\u200D\\uD83C\\uDF93", c = `[${e}]`, l = `[${a}]`, f = "\\ud83c[\\udffb-\\udfff]", p = `(?:${l}|${f})`, m = `[^${e}]`, b = "(?:\\uD83C[\\uDDE6-\\uDDFF]){2}", T = "[\\ud800-\\udbff][\\udc00-\\udfff]", S = "\\u200d", I = "(?:\\ud83c\\udff4\\udb40\\udc67\\udb40\\udc62\\udb40(?:\\udc65|\\udc73|\\udc77)\\udb40(?:\\udc6e|\\udc63|\\udc6c)\\udb40(?:\\udc67|\\udc74|\\udc73)\\udb40\\udc7f)", re = `[${s}]`, B = `${p}?`, K = `[${o}]?`, U = `(?:${S}(?:${[m, b, T].join("|")})${K + B})*`, qe = K + B + U, Mt = `(?:${[`${m}${l}?`, l, b, T, c, re].join("|")})`; return new RegExp(`${I}|${f}(?=${f})|${Mt + qe}`, "g"); -}, bu = mr && mr.__importDefault || function(e) { +}, yu = mr && mr.__importDefault || function(e) { return e && e.__esModule ? e : { default: e }; }; Object.defineProperty(De, "__esModule", { value: !0 }); -var Nt = bu(Nu); +var Nt = yu(bu); function jt(e) { if (typeof e != "string") throw new Error("A string is expected as input"); return e.match(Nt.default()) || []; } -var yu = De.toArray = jt; +var Cu = De.toArray = jt; function Xt(e) { if (typeof e != "string") throw new Error("Input must be a string"); var t = e.match(Nt.default()); return t === null ? 0 : t.length; } -var Cu = De.length = Xt; +var Tu = De.length = Xt; function rn(e, t, r) { if (t === void 0 && (t = 0), typeof e != "string") throw new Error("Input must be a string"); @@ -1422,8 +1471,8 @@ function rn(e, t, r) { var n = e.match(Nt.default()); return n ? n.slice(t, r).join("") : ""; } -var Tu = De.substring = rn; -function wu(e, t, r) { +var wu = De.substring = rn; +function Su(e, t, r) { if (t === void 0 && (t = 0), typeof e != "string") throw new Error("Input must be a string"); var n = Xt(e); @@ -1435,8 +1484,8 @@ function wu(e, t, r) { var i = e.match(Nt.default()); return i ? i.slice(t, u).join("") : ""; } -var Su = De.substr = wu; -function Ou(e, t, r, n) { +var Ou = De.substr = Su; +function Iu(e, t, r, n) { if (t === void 0 && (t = 16), r === void 0 && (r = "#"), n === void 0 && (n = "right"), typeof e != "string" || typeof t != "number") throw new Error("Invalid arguments specified"); if (["left", "right"].indexOf(n) === -1) @@ -1451,8 +1500,8 @@ function Ou(e, t, r, n) { } return e; } -var nn = De.limit = Ou; -function Iu(e, t, r) { +var nn = De.limit = Iu; +function Bu(e, t, r) { if (r === void 0 && (r = 0), typeof e != "string") throw new Error("Input must be a string"); if (e === "") @@ -1474,26 +1523,26 @@ function Iu(e, t, r) { } return i ? a : -1; } -var Bu = De.indexOf = Iu; +var xu = De.indexOf = Bu; function un(e) { return e ? Array.isArray(e) ? e : [e] : []; } -function wa(e, t) { +function Oa(e, t) { if (!(t > F(e) || t < -F(e))) return bt(e, t, 1); } function Se(e, t) { return t < 0 || t > F(e) - 1 ? "" : bt(e, t, 1); } -function Sa(e, t) { +function Ia(e, t) { if (!(t < 0 || t > F(e) - 1)) return bt(e, t, 1).codePointAt(0); } -function xu(e, t, r = F(e)) { - const n = Fu(e, t); +function Ru(e, t, r = F(e)) { + const n = Pu(e, t); return !(n === -1 || n + F(t) !== r); } -function Ru(e, t, r) { +function Mu(e, t, r) { if (t < 0) return -1; if (r) { if (Se(e, t) === "}" && Se(e, t - 1) === "\\") return t; @@ -1506,7 +1555,7 @@ function Ru(e, t, r) { n += 1; return n >= u ? -1 : n; } -function Mu(e, t) { +function _u(e, t) { const r = []; let n = 0, u = 0; function i(o, s, c) { @@ -1518,7 +1567,7 @@ function Mu(e, t) { switch (Se(e, n)) { case "{": if (Se(e, n - 1) !== "\\") { - const o = Ru(e, n, !1); + const o = Mu(e, n, !1); if (o >= 0) { const s = pe(e, n + 1, o), c = s in t ? ( // Just checked that the key is in the object @@ -1544,17 +1593,17 @@ function Mu(e, t) { } return r; } -function Oa(e, t) { - return Mu(e, t).map((r) => `${r}`).join(""); +function Ba(e, t) { + return _u(e, t).map((r) => `${r}`).join(""); } -function _u(e, t, r = 0) { +function Fu(e, t, r = 0) { const n = pe(e, r); return Ye(n, t) !== -1; } function Ye(e, t, r = 0) { - return Bu(e, t, r); + return xu(e, t, r); } -function Fu(e, t, r) { +function Pu(e, t, r) { let n = r === void 0 ? F(e) : r; n < 0 ? n = 0 : n >= F(e) && (n = F(e) - 1); for (let u = n; u >= 0; u--) @@ -1563,25 +1612,25 @@ function Fu(e, t, r) { return -1; } function F(e) { - return Cu(e); + return Tu(e); } -function Ia(e, t) { +function xa(e, t) { const r = t.toUpperCase(); return r === "NONE" ? e : e.normalize(r); } -function Ba(e, t, r) { +function Ra(e, t, r) { return e.localeCompare(t, "en", r); } -function xa(e, t, r = " ") { +function Ma(e, t, r = " ") { return t <= F(e) ? e : nn(e, t, r, "right"); } -function Ra(e, t, r = " ") { +function _a(e, t, r = " ") { return t <= F(e) ? e : nn(e, t, r, "left"); } function Er(e, t) { return t > e ? e : t < -e ? 0 : t < 0 ? t + e : t; } -function Ma(e, t, r) { +function Fa(e, t, r) { const n = F(e); if (t > n || r && (t > r && !(t >= 0 && t < n && r < 0 && r > -n) || r < -n)) return ""; @@ -1594,7 +1643,7 @@ function gr(e, t, r) { return [e]; if (t === "") return Lu(e).slice(0, r); let u = t; - (typeof t == "string" || t instanceof RegExp && !_u(t.flags, "g")) && (u = new RegExp(t, "g")); + (typeof t == "string" || t instanceof RegExp && !Fu(t.flags, "g")) && (u = new RegExp(t, "g")); const i = e.match(u); let a = 0; if (!i) return [e]; @@ -1609,28 +1658,28 @@ function on(e, t, r = 0) { return Ye(e, t, r) === r; } function bt(e, t = 0, r = F(e) - t) { - return Su(e, t, r); + return Ou(e, t, r); } function pe(e, t, r = F(e)) { - return Tu(e, t, r); + return wu(e, t, r); } function Lu(e) { - return yu(e); + return Cu(e); } -function _a(e) { - return on(e, "%") && xu(e, "%"); +function Pa(e) { + return on(e, "%") && Ru(e, "%"); } -function Fa(e) { +function La(e) { if (typeof e != "string") throw new TypeError("Expected a string"); return e.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d"); } -function La(e) { +function ka(e) { return e ? un(e).map( (n) => Array.isArray(n) ? n.map((u) => new RegExp(u)) : new RegExp(n) ) : []; } -function ka(e) { +function qa(e) { return e ? un(e).map((n) => new RegExp(n)) : []; } const an = [ @@ -1701,29 +1750,29 @@ const an = [ { shortName: "3JN", fullNames: ["3 John"], chapters: 1 }, { shortName: "JUD", fullNames: ["Jude"], chapters: 1 }, { shortName: "REV", fullNames: ["Revelation"], chapters: 22 } -], ku = 1, Pu = an.length - 1, qu = 1, $u = 1, Pa = { +], ku = 1, qu = an.length - 1, $u = 1, ju = 1, $a = { bookNum: 1, chapterNum: 1, verseNum: 1 -}, ju = (e) => { +}, Uu = (e) => { var t; return ((t = an[e]) == null ? void 0 : t.chapters) ?? -1; -}, qa = (e, t) => ({ - bookNum: Math.max(ku, Math.min(e.bookNum + t, Pu)), +}, ja = (e, t) => ({ + bookNum: Math.max(ku, Math.min(e.bookNum + t, qu)), chapterNum: 1, verseNum: 1 -}), $a = (e, t) => ({ +}), Ua = (e, t) => ({ ...e, chapterNum: Math.min( - Math.max(qu, e.chapterNum + t), - ju(e.bookNum) + Math.max($u, e.chapterNum + t), + Uu(e.bookNum) ), verseNum: 1 -}), ja = (e, t) => ({ +}), Va = (e, t) => ({ ...e, - verseNum: Math.max($u, e.verseNum + t) + verseNum: Math.max(ju, e.verseNum + t) }); -async function Ua(e, t, r) { +async function Ha(e, t, r) { const n = W.bookNumberToId(e); if (!on(Intl.getCanonicalLocales(t)[0], "zh")) return r({ @@ -1739,16 +1788,16 @@ async function Ua(e, t, r) { function Dr(e) { return new Jt(e.bookNum, e.chapterNum, e.verseNum).BBBCCCVVV; } -function Va(e, t) { +function Ga(e, t) { return Dr(e) - Dr(t); } -function Uu(e) { +function Vu(e) { return `%scrollGroup_${e}%`; } -function Ha(e) { - return e.map((t) => Uu(t)); +function za(e) { + return e.map((t) => Vu(t)); } -function Ga(e, t, r, n) { +function Ja(e, t, r, n) { let u; switch (t ?? "id") { case "English": @@ -1763,11 +1812,11 @@ function Ga(e, t, r, n) { } return `${u}${n ?? " "}${e.chapterNum}${r ?? ":"}${e.verseNum}`; } -const za = (e) => (...t) => e.map((n) => n(...t)).every((n) => n), Ja = (e) => async (...t) => { +const Xa = (e) => (...t) => e.map((n) => n(...t)).every((n) => n), Ya = (e) => async (...t) => { const r = e.map(async (n) => n(...t)); return (await Promise.all(r)).every((n) => n); }, pt = "chapter", ht = "verse"; -var Vu = Object.getOwnPropertyNames, Hu = Object.getOwnPropertySymbols, Gu = Object.prototype.hasOwnProperty; +var Hu = Object.getOwnPropertyNames, Gu = Object.getOwnPropertySymbols, zu = Object.prototype.hasOwnProperty; function vr(e, t) { return function(n, u, i) { return e(n, u, i) && t(n, u, i); @@ -1786,16 +1835,16 @@ function dt(e) { }; } function Ar(e) { - return Vu(e).concat(Hu(e)); + return Hu(e).concat(Gu(e)); } var sn = Object.hasOwn || function(e, t) { - return Gu.call(e, t); + return zu.call(e, t); }; function Me(e, t) { return e || t ? e === t : e === t || e !== e && t !== t; } var cn = "_owner", Nr = Object.getOwnPropertyDescriptor, br = Object.keys; -function zu(e, t, r) { +function Ju(e, t, r) { var n = e.length; if (t.length !== n) return !1; @@ -1804,7 +1853,7 @@ function zu(e, t, r) { return !1; return !0; } -function Ju(e, t) { +function Xu(e, t) { return Me(e.getTime(), t.getTime()); } function yr(e, t, r) { @@ -1812,8 +1861,8 @@ function yr(e, t, r) { return !1; for (var n = {}, u = e.entries(), i = 0, a, o; (a = u.next()) && !a.done; ) { for (var s = t.entries(), c = !1, l = 0; (o = s.next()) && !o.done; ) { - var f = a.value, p = f[0], m = f[1], b = o.value, T = b[0], w = b[1]; - !c && !n[l] && (c = r.equals(p, T, i, l, e, t, r) && r.equals(m, w, p, T, e, t, r)) && (n[l] = !0), l++; + var f = a.value, p = f[0], m = f[1], b = o.value, T = b[0], S = b[1]; + !c && !n[l] && (c = r.equals(p, T, i, l, e, t, r) && r.equals(m, S, p, T, e, t, r)) && (n[l] = !0), l++; } if (!c) return !1; @@ -1821,7 +1870,7 @@ function yr(e, t, r) { } return !0; } -function Xu(e, t, r) { +function Yu(e, t, r) { var n = br(e), u = n.length; if (br(t).length !== u) return !1; @@ -1839,10 +1888,10 @@ function Ue(e, t, r) { return !1; return !0; } -function Yu(e, t) { +function Ku(e, t) { return Me(e.valueOf(), t.valueOf()); } -function Ku(e, t) { +function Wu(e, t) { return e.source === t.source && e.flags === t.flags; } function Cr(e, t, r) { @@ -1856,7 +1905,7 @@ function Cr(e, t, r) { } return !0; } -function Wu(e, t) { +function Qu(e, t) { var r = e.length; if (t.length !== r) return !1; @@ -1865,8 +1914,8 @@ function Wu(e, t) { return !1; return !0; } -var Qu = "[object Arguments]", Zu = "[object Boolean]", ei = "[object Date]", ti = "[object Map]", ri = "[object Number]", ni = "[object Object]", ui = "[object RegExp]", ii = "[object Set]", oi = "[object String]", ai = Array.isArray, Tr = typeof ArrayBuffer == "function" && ArrayBuffer.isView ? ArrayBuffer.isView : null, wr = Object.assign, si = Object.prototype.toString.call.bind(Object.prototype.toString); -function ci(e) { +var Zu = "[object Arguments]", ei = "[object Boolean]", ti = "[object Date]", ri = "[object Map]", ni = "[object Number]", ui = "[object Object]", ii = "[object RegExp]", oi = "[object Set]", ai = "[object String]", si = Array.isArray, Tr = typeof ArrayBuffer == "function" && ArrayBuffer.isView ? ArrayBuffer.isView : null, wr = Object.assign, ci = Object.prototype.toString.call.bind(Object.prototype.toString); +function li(e) { var t = e.areArraysEqual, r = e.areDatesEqual, n = e.areMapsEqual, u = e.areObjectsEqual, i = e.arePrimitiveWrappersEqual, a = e.areRegExpsEqual, o = e.areSetsEqual, s = e.areTypedArraysEqual; return function(l, f, p) { if (l === f) @@ -1878,7 +1927,7 @@ function ci(e) { return !1; if (m === Object) return u(l, f, p); - if (ai(l)) + if (si(l)) return t(l, f, p); if (Tr != null && Tr(l)) return s(l, f, p); @@ -1890,20 +1939,20 @@ function ci(e) { return n(l, f, p); if (m === Set) return o(l, f, p); - var b = si(l); - return b === ei ? r(l, f, p) : b === ui ? a(l, f, p) : b === ti ? n(l, f, p) : b === ii ? o(l, f, p) : b === ni ? typeof l.then != "function" && typeof f.then != "function" && u(l, f, p) : b === Qu ? u(l, f, p) : b === Zu || b === ri || b === oi ? i(l, f, p) : !1; + var b = ci(l); + return b === ti ? r(l, f, p) : b === ii ? a(l, f, p) : b === ri ? n(l, f, p) : b === oi ? o(l, f, p) : b === ui ? typeof l.then != "function" && typeof f.then != "function" && u(l, f, p) : b === Zu ? u(l, f, p) : b === ei || b === ni || b === ai ? i(l, f, p) : !1; }; } -function li(e) { +function fi(e) { var t = e.circular, r = e.createCustomConfig, n = e.strict, u = { - areArraysEqual: n ? Ue : zu, - areDatesEqual: Ju, + areArraysEqual: n ? Ue : Ju, + areDatesEqual: Xu, areMapsEqual: n ? vr(yr, Ue) : yr, - areObjectsEqual: n ? Ue : Xu, - arePrimitiveWrappersEqual: Yu, - areRegExpsEqual: Ku, + areObjectsEqual: n ? Ue : Yu, + arePrimitiveWrappersEqual: Ku, + areRegExpsEqual: Wu, areSetsEqual: n ? vr(Cr, Ue) : Cr, - areTypedArraysEqual: n ? Ue : Wu + areTypedArraysEqual: n ? Ue : Qu }; if (r && (u = wr({}, u, r(u))), t) { var i = dt(u.areArraysEqual), a = dt(u.areMapsEqual), o = dt(u.areObjectsEqual), s = dt(u.areSetsEqual); @@ -1916,12 +1965,12 @@ function li(e) { } return u; } -function fi(e) { +function pi(e) { return function(t, r, n, u, i, a, o) { return e(t, r, o); }; } -function pi(e) { +function hi(e) { var t = e.circular, r = e.comparator, n = e.createState, u = e.equals, i = e.strict; if (n) return function(s, c) { @@ -1952,7 +2001,7 @@ function pi(e) { return r(s, c, a); }; } -var hi = fe(); +var di = fe(); fe({ strict: !0 }); fe({ circular: !0 }); fe({ @@ -1985,13 +2034,13 @@ fe({ }); function fe(e) { e === void 0 && (e = {}); - var t = e.circular, r = t === void 0 ? !1 : t, n = e.createInternalComparator, u = e.createState, i = e.strict, a = i === void 0 ? !1 : i, o = li(e), s = ci(o), c = n ? n(s) : fi(s); - return pi({ circular: r, comparator: s, createState: u, equals: c, strict: a }); -} -function di(e, t) { - return hi(e, t); + var t = e.circular, r = t === void 0 ? !1 : t, n = e.createInternalComparator, u = e.createState, i = e.strict, a = i === void 0 ? !1 : i, o = fi(e), s = li(o), c = n ? n(s) : pi(s); + return hi({ circular: r, comparator: s, createState: u, equals: c, strict: a }); } function mi(e, t) { + return di(e, t); +} +function Ei(e, t) { if (typeof e != typeof t) return !1; if (!e && !t) return !0; if (Array.isArray(e)) { @@ -1999,11 +2048,11 @@ function mi(e, t) { return i.length === 0 ? !0 : i.every((o) => a.includes(o)); } if (typeof e != "object") - return di(e, t); + return mi(e, t); const r = t, n = e; let u = !0; return Object.keys(r).forEach((i) => { - u && (Object.hasOwn(n, i) && mi(n[i], r[i]) || (u = !1)); + u && (Object.hasOwn(n, i) && Ei(n[i], r[i]) || (u = !1)); }), u; } function Sr(e, t, r) { @@ -2012,7 +2061,7 @@ function Sr(e, t, r) { return t && (a = t(u, a)), a === void 0 && (a = null), a; }, r); } -function Ei(e, t) { +function gi(e, t) { function r(a) { return Object.keys(a).forEach((o) => { a[o] === null ? a[o] = void 0 : typeof a[o] == "object" && (a[o] = r(a[o])); @@ -2037,19 +2086,19 @@ function Ei(e, t) { if (i !== null) return typeof i == "object" ? r(i) : i; } -function Xa(e) { +function Ka(e) { try { const t = Sr(e); - return t === Sr(Ei(t)); + return t === Sr(gi(t)); } catch { return !1; } } -const Ya = (e) => e.replace(/&/g, "&").replace(//g, ">").replace(/"/g, """).replace(/'/g, "'").replace(/\//g, "/"); -function Ka() { +const Wa = (e) => e.replace(/&/g, "&").replace(//g, ">").replace(/"/g, """).replace(/'/g, "'").replace(/\//g, "/"); +function Qa() { return typeof navigator < "u" && navigator.languages ? navigator.languages[0] : new eu().resolvedOptions().locale; } -function Wa(e, t = 2) { +function Za(e, t = 2) { if (e === 0) return "0 Bytes"; const r = ["Bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"], n = Math.floor(Math.log(e) / Math.log(1024)), u = r[n]; return `${new su("en", { @@ -2392,7 +2441,7 @@ function Kt(e) { }); } Kt(Yt); -const gi = { +const Di = { $schema: "https://json-schema.org/draft/2020-12/schema", title: "Project Settings Contribution", description: "The data an extension provides to inform Platform.Bible of the project settings it provides", @@ -2409,8 +2458,8 @@ const gi = { ], $defs: Yt }; -Object.freeze(gi); -const Di = { +Object.freeze(Di); +const vi = { $schema: "https://json-schema.org/draft/2020-12/schema", title: "Settings Contribution", description: "The data an extension provides to inform Platform.Bible of the settings it provides", @@ -2427,7 +2476,7 @@ const Di = { ], $defs: Yt }; -Object.freeze(Di); +Object.freeze(vi); const ln = { languageStrings: { description: "Map whose keys are localized string keys and whose values provide information about how to localize strings for the localized string key", @@ -2477,7 +2526,7 @@ const ln = { } }; Kt(ln); -const vi = { +const Ai = { $schema: "https://json-schema.org/draft/2020-12/schema", title: "Localized String Data Contribution", description: "The data an extension provides to inform Platform.Bible of the localized strings it provides.", @@ -2495,8 +2544,8 @@ const vi = { }, $defs: ln }; -Object.freeze(vi); -const Ai = { +Object.freeze(Ai); +const Ni = { title: "Platform.Bible menus", type: "object", properties: { @@ -2742,9 +2791,9 @@ const Ai = { } } }; -Object.freeze(Ai); +Object.freeze(Ni); var x = {}; -function Ni(e, t, r) { +function bi(e, t, r) { if (r === void 0 && (r = Array.prototype), e && typeof r.find == "function") return r.find.call(e, t); for (var n = 0; n < e.length; n++) @@ -2760,7 +2809,7 @@ function _e(e, t) { function ve(e, t) { return Object.prototype.hasOwnProperty.call(e, t); } -function bi(e, t) { +function yi(e, t) { if (e === null || typeof e != "object") throw new TypeError("target is not an object"); for (var r in t) @@ -2793,7 +2842,7 @@ var fn = _e({ reversed: !0, selected: !0 }); -function yi(e) { +function Ci(e) { return ve(fn, e.toLowerCase()); } var pn = _e({ @@ -2812,7 +2861,7 @@ var pn = _e({ track: !0, wbr: !0 }); -function Ci(e) { +function Ti(e) { return ve(pn, e.toLowerCase()); } var Ke = _e({ @@ -2821,18 +2870,18 @@ var Ke = _e({ textarea: !0, title: !0 }); -function Ti(e) { +function wi(e) { var t = e.toLowerCase(); return ve(Ke, t) && !Ke[t]; } -function wi(e) { +function Si(e) { var t = e.toLowerCase(); return ve(Ke, t) && Ke[t]; } function hn(e) { return e === We.HTML; } -function Si(e) { +function Oi(e) { return hn(e) || e === We.XML_XHTML_APPLICATION; } var We = _e({ @@ -2881,13 +2930,13 @@ var We = _e({ * @see https://en.wikipedia.org/wiki/Scalable_Vector_Graphics Wikipedia */ XML_SVG_IMAGE: "image/svg+xml" -}), Oi = Object.keys(We).map(function(e) { +}), Ii = Object.keys(We).map(function(e) { return We[e]; }); -function Ii(e) { - return Oi.indexOf(e) > -1; +function Bi(e) { + return Ii.indexOf(e) > -1; } -var Bi = _e({ +var xi = _e({ /** * The XHTML namespace. * @@ -2913,30 +2962,30 @@ var Bi = _e({ */ XMLNS: "http://www.w3.org/2000/xmlns/" }); -x.assign = bi; -x.find = Ni; +x.assign = yi; +x.find = bi; x.freeze = _e; x.HTML_BOOLEAN_ATTRIBUTES = fn; x.HTML_RAW_TEXT_ELEMENTS = Ke; x.HTML_VOID_ELEMENTS = pn; -x.hasDefaultHTMLNamespace = Si; +x.hasDefaultHTMLNamespace = Oi; x.hasOwn = ve; -x.isHTMLBooleanAttribute = yi; -x.isHTMLRawTextElement = Ti; -x.isHTMLEscapableRawTextElement = wi; +x.isHTMLBooleanAttribute = Ci; +x.isHTMLRawTextElement = wi; +x.isHTMLEscapableRawTextElement = Si; x.isHTMLMimeType = hn; -x.isHTMLVoidElement = Ci; -x.isValidMimeType = Ii; +x.isHTMLVoidElement = Ti; +x.isValidMimeType = Bi; x.MIME_TYPE = We; -x.NAMESPACE = Bi; -var Ae = {}, xi = x; +x.NAMESPACE = xi; +var Ae = {}, Ri = x; function dn(e, t) { e.prototype = Object.create(Error.prototype, { constructor: { value: e }, name: { value: e.name, enumerable: !0, writable: t } }); } -var Qe = xi.freeze({ +var Qe = Ri.freeze({ /** * the default value as defined by the spec */ @@ -3011,11 +3060,11 @@ var Qe = xi.freeze({ function En(e) { return typeof e == "number" && e >= 1 && e <= 25; } -function Ri(e) { +function Mi(e) { return typeof e == "string" && e.substring(e.length - Qe.Error.length) === Qe.Error; } function it(e, t) { - En(e) ? (this.name = mn[e], this.message = t || "") : (this.message = e, this.name = Ri(t) ? t : Qe.Error), Error.captureStackTrace && Error.captureStackTrace(this, it); + En(e) ? (this.name = mn[e], this.message = t || "") : (this.message = e, this.name = Mi(t) ? t : Qe.Error), Error.captureStackTrace && Error.captureStackTrace(this, it); } dn(it, !0); Object.defineProperties(it.prototype, { @@ -3053,10 +3102,10 @@ var gn = { TIMEOUT_ERR: 23, INVALID_NODE_TYPE_ERR: 24, DATA_CLONE_ERR: 25 -}, Pt = Object.entries(gn); -for (var mt = 0; mt < Pt.length; mt++) { - var Mi = Pt[mt][0]; - it[Mi] = Pt[mt][1]; +}, kt = Object.entries(gn); +for (var mt = 0; mt < kt.length; mt++) { + var _i = kt[mt][0]; + it[_i] = kt[mt][1]; } function Wt(e, t) { this.message = e, this.locator = t, Error.captureStackTrace && Error.captureStackTrace(this, Wt); @@ -3110,87 +3159,87 @@ function d(e) { throw new Error("no parameters provided"); return g.apply(d, ["(?:"].concat(Array.prototype.slice.call(arguments), [")"])); } -var _i = "�", Ee = /[-\x09\x0A\x0D\x20-\x2C\x2E-\uD7FF\uE000-\uFFFD]/; +var Fi = "�", Ee = /[-\x09\x0A\x0D\x20-\x2C\x2E-\uD7FF\uE000-\uFFFD]/; ot && (Ee = g("[", me(Ee), "\\u{10000}-\\u{10FFFF}", "]")); -var Qt = /[\x20\x09\x0D\x0A]/, Fi = me(Qt), C = g(Qt, "+"), O = g(Qt, "*"), Ze = /[:_a-zA-Z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/; +var Qt = /[\x20\x09\x0D\x0A]/, Pi = me(Qt), C = g(Qt, "+"), O = g(Qt, "*"), Ze = /[:_a-zA-Z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/; ot && (Ze = g("[", me(Ze), "\\u{10000}-\\u{10FFFF}", "]")); -var Li = me(Ze), Zt = g("[", Li, me(/[-.0-9\xB7]/), me(/[\u0300-\u036F\u203F-\u2040]/), "]"), X = g(Ze, Zt, "*"), Or = g(Zt, "+"), ki = g("&", X, ";"), Pi = d(/&#[0-9]+;|&#x[0-9a-fA-F]+;/), et = d(ki, "|", Pi), tt = g("%", X, ";"), er = d( +var Li = me(Ze), Zt = g("[", Li, me(/[-.0-9\xB7]/), me(/[\u0300-\u036F\u203F-\u2040]/), "]"), X = g(Ze, Zt, "*"), Or = g(Zt, "+"), ki = g("&", X, ";"), qi = d(/&#[0-9]+;|&#x[0-9a-fA-F]+;/), et = d(ki, "|", qi), tt = g("%", X, ";"), er = d( g('"', d(/[^%&"]/, "|", tt, "|", et), "*", '"'), "|", g("'", d(/[^%&']/, "|", tt, "|", et), "*", "'") -), qi = d('"', d(/[^<&"]/, "|", et), "*", '"', "|", "'", d(/[^<&']/, "|", et), "*", "'"), $i = Oe(Ze, ":"), ji = Oe(Zt, ":"), Ir = g($i, ji, "*"), at = g(Ir, d(":", Ir), "?"), Ui = g("^", at, "$"), Vi = g("(", at, ")"), rt = d(/"[^"]*"|'[^']*'/), Hi = g(/^<\?/, "(", X, ")", d(C, "(", Ee, "*?)"), "?", /\?>/), Br = /[\x20\x0D\x0Aa-zA-Z0-9-'()+,./:=?;!*#@$_%]/, yt = d('"', Br, '*"', "|", "'", Oe(Br, "'"), "*'"), vn = "", Gi = g(vn, d(Oe(Ee, "-"), "|", g("-", Oe(Ee, "-"))), "*", An), xr = "#PCDATA", zi = d( +), $i = d('"', d(/[^<&"]/, "|", et), "*", '"', "|", "'", d(/[^<&']/, "|", et), "*", "'"), ji = Oe(Ze, ":"), Ui = Oe(Zt, ":"), Ir = g(ji, Ui, "*"), at = g(Ir, d(":", Ir), "?"), Vi = g("^", at, "$"), Hi = g("(", at, ")"), rt = d(/"[^"]*"|'[^']*'/), Gi = g(/^<\?/, "(", X, ")", d(C, "(", Ee, "*?)"), "?", /\?>/), Br = /[\x20\x0D\x0Aa-zA-Z0-9-'()+,./:=?;!*#@$_%]/, yt = d('"', Br, '*"', "|", "'", Oe(Br, "'"), "*'"), vn = "", zi = g(vn, d(Oe(Ee, "-"), "|", g("-", Oe(Ee, "-"))), "*", An), xr = "#PCDATA", Ji = d( g(/\(/, O, xr, d(O, /\|/, O, at), "*", O, /\)\*/), "|", g(/\(/, O, xr, O, /\)/) -), Ji = /[?*+]?/, Xi = g( +), Xi = /[?*+]?/, Yi = g( /\([^>]+\)/, - Ji + Xi /*regg(choice, '|', seq), _children_quantity*/ -), Yi = d("EMPTY", "|", "ANY", "|", zi, "|", Xi), Ki = ""), Qi = g("NOTATION", C, /\(/, O, X, d(O, /\|/, O, X), "*", O, /\)/), Zi = g(/\(/, O, Or, d(O, /\|/, O, Or), "*", O, /\)/), eo = d(Qi, "|", Zi), to = d(/CDATA|ID|IDREF|IDREFS|ENTITY|ENTITIES|NMTOKEN|NMTOKENS/, "|", eo), ro = d(/#REQUIRED|#IMPLIED/, "|", d(d("#FIXED", C), "?", qi)), no = d(C, X, C, to, C, ro), uo = ""), tr = "SYSTEM", Ct = "PUBLIC", Tt = d(d(tr, C, rt), "|", d(Ct, C, yt, C, rt)), oo = g( +), Ki = d("EMPTY", "|", "ANY", "|", Ji, "|", Yi), Wi = ""), Zi = g("NOTATION", C, /\(/, O, X, d(O, /\|/, O, X), "*", O, /\)/), eo = g(/\(/, O, Or, d(O, /\|/, O, Or), "*", O, /\)/), to = d(Zi, "|", eo), ro = d(/CDATA|ID|IDREF|IDREFS|ENTITY|ENTITIES|NMTOKEN|NMTOKENS/, "|", to), no = d(/#REQUIRED|#IMPLIED/, "|", d(d("#FIXED", C), "?", $i)), uo = d(C, X, C, ro, C, no), io = ""), tr = "SYSTEM", Ct = "PUBLIC", Tt = d(d(tr, C, rt), "|", d(Ct, C, yt, C, rt)), ao = g( "^", d( d(tr, C, "(?", rt, ")"), "|", d(Ct, C, "(?", yt, ")", C, "(?", rt, ")") ) -), ao = d(C, "NDATA", C, X), so = d(er, "|", d(Tt, ao, "?")), Nn = ""), lo = d(er, "|", Tt), fo = g(Nn, C, "%", C, X, C, lo, O, ">"), po = d(co, "|", fo), ho = g(Ct, C, yt), mo = g(""), rr = g(O, "=", O), Rr = /1[.]\d+/, Eo = g(C, "version", rr, d("'", Rr, "'", "|", '"', Rr, '"')), Mr = /[A-Za-z][-A-Za-z0-9._]*/, go = d(C, "encoding", rr, d('"', Mr, '"', "|", "'", Mr, "'")), Do = d(C, "standalone", rr, d("'", d("yes", "|", "no"), "'", "|", '"', d("yes", "|", "no"), '"')), vo = g(/^<\?xml/, Eo, go, "?", Do, "?", O, /\?>/), Ao = "", yo = //, To = g(Ee, "*?", Co), wo = g(yo, To); +), so = d(C, "NDATA", C, X), co = d(er, "|", d(Tt, so, "?")), Nn = ""), fo = d(er, "|", Tt), po = g(Nn, C, "%", C, X, C, fo, O, ">"), ho = d(lo, "|", po), mo = g(Ct, C, yt), Eo = g(""), rr = g(O, "=", O), Rr = /1[.]\d+/, go = g(C, "version", rr, d("'", Rr, "'", "|", '"', Rr, '"')), Mr = /[A-Za-z][-A-Za-z0-9._]*/, Do = d(C, "encoding", rr, d('"', Mr, '"', "|", "'", Mr, "'")), vo = d(C, "standalone", rr, d("'", d("yes", "|", "no"), "'", "|", '"', d("yes", "|", "no"), '"')), Ao = g(/^<\?xml/, go, Do, "?", vo, "?", O, /\?>/), No = "", Co = //, wo = g(Ee, "*?", To), So = g(Co, wo); E.chars = me; E.chars_without = Oe; E.detectUnicodeSupport = Dn; E.reg = g; E.regg = d; -E.AttlistDecl = io; -E.CDATA_START = No; -E.CDATA_END = bo; -E.CDSect = wo; +E.AttlistDecl = oo; +E.CDATA_START = bo; +E.CDATA_END = yo; +E.CDSect = So; E.Char = Ee; -E.Comment = Gi; +E.Comment = zi; E.COMMENT_START = vn; E.COMMENT_END = An; -E.DOCTYPE_DECL_START = Ao; -E.elementdecl = Wi; -E.EntityDecl = po; +E.DOCTYPE_DECL_START = No; +E.elementdecl = Qi; +E.EntityDecl = ho; E.EntityValue = er; E.ExternalID = Tt; -E.ExternalID_match = oo; +E.ExternalID_match = ao; E.Name = X; -E.NotationDecl = mo; +E.NotationDecl = Eo; E.Reference = et; E.PEReference = tt; -E.PI = Hi; +E.PI = Gi; E.PUBLIC = Ct; E.PubidLiteral = yt; E.QName = at; -E.QName_exact = Ui; -E.QName_group = Vi; +E.QName_exact = Vi; +E.QName_group = Hi; E.S = C; -E.SChar_s = Fi; +E.SChar_s = Pi; E.S_OPT = O; E.SYSTEM = tr; E.SystemLiteral = rt; -E.UNICODE_REPLACEMENT_CHARACTER = _i; +E.UNICODE_REPLACEMENT_CHARACTER = Fi; E.UNICODE_SUPPORT = ot; -E.XMLDecl = vo; -var J = x, ee = J.find, So = J.hasDefaultHTMLNamespace, Ie = J.hasOwn, Oo = J.isHTMLMimeType, Io = J.isHTMLRawTextElement, Bo = J.isHTMLVoidElement, ze = J.MIME_TYPE, te = J.NAMESPACE, P = Symbol(), bn = Ae, h = bn.DOMException, xo = bn.DOMExceptionName, Q = E; +E.XMLDecl = Ao; +var J = x, ee = J.find, Oo = J.hasDefaultHTMLNamespace, Ie = J.hasOwn, Io = J.isHTMLMimeType, Bo = J.isHTMLRawTextElement, xo = J.isHTMLVoidElement, ze = J.MIME_TYPE, te = J.NAMESPACE, k = Symbol(), bn = Ae, h = bn.DOMException, Ro = bn.DOMExceptionName, Q = E; function q(e) { - if (e !== P) + if (e !== k) throw new TypeError("Illegal constructor"); } -function Ro(e) { +function Mo(e) { return e !== ""; } -function Mo(e) { - return e ? e.split(/[\t\n\f\r ]+/).filter(Ro) : []; +function _o(e) { + return e ? e.split(/[\t\n\f\r ]+/).filter(Mo) : []; } -function _o(e, t) { +function Fo(e, t) { return Ie(e, t) || (e[t] = !0), e; } function _r(e) { if (!e) return []; - var t = Mo(e); - return Object.keys(t.reduce(_o, {})); + var t = _o(e); + return Object.keys(t.reduce(Fo, {})); } -function Fo(e) { +function Po(e) { return function(t) { return e && e.indexOf(t) !== -1; }; @@ -3257,7 +3306,7 @@ function In(e, t) { } return r; } -function Lr(e) { +function Pr(e) { return e.guid || (e.guid = Math.random()), e.guid; } function M() { @@ -3366,14 +3415,14 @@ function Bn(e, t) { r++; } } -function Po(e, t, r, n) { +function qo(e, t, r, n) { if (n ? t[Bn(t, n)] = r : (t[t.length] = r, t.length++), e) { r.ownerElement = e; var u = e.ownerDocument; - u && (n && Mn(u, e, n), qo(u, e, r)); + u && (n && Mn(u, e, n), $o(u, e, r)); } } -function kr(e, t, r) { +function Lr(e, t, r) { var n = Bn(t, r); if (n >= 0) { for (var u = t.length - 1; n <= u; ) @@ -3426,7 +3475,7 @@ xe.prototype = { if (t && t !== this._ownerElement) throw new h(h.INUSE_ATTRIBUTE_ERR); var r = this.getNamedItemNS(e.namespaceURI, e.localName); - return r === e ? e : (Po(this._ownerElement, this, e, r), r); + return r === e ? e : (qo(this._ownerElement, this, e, r), r); }, /** * Set an attribute, replacing an existing attribute with the same local name and namespace @@ -3462,7 +3511,7 @@ xe.prototype = { var t = this.getNamedItem(e); if (!t) throw new h(h.NOT_FOUND_ERR, e); - return kr(this._ownerElement, this, t), t; + return Lr(this._ownerElement, this, t), t; }, /** * Removes an attribute specified by the namespace and local name. @@ -3484,7 +3533,7 @@ xe.prototype = { var r = this.getNamedItemNS(e, t); if (!r) throw new h(h.NOT_FOUND_ERR, e ? e + " : " + t : t); - return kr(this._ownerElement, this, r), r; + return Lr(this._ownerElement, this, r), r; }, /** * Get an attribute by namespace and local name. @@ -3619,7 +3668,7 @@ xn.prototype = { createDocument: function(e, t, r) { var n = ze.XML_APPLICATION; e === te.HTML ? n = ze.XML_XHTML_APPLICATION : e === te.SVG && (n = ze.XML_SVG_IMAGE); - var u = new se(P, { contentType: n }); + var u = new se(k, { contentType: n }); if (u.implementation = this, u.childNodes = new M(), u.doctype = r || null, r && u.appendChild(r), t) { var i = u.createElementNS(e, t); u.appendChild(i); @@ -3673,7 +3722,7 @@ xn.prototype = { */ createDocumentType: function(e, t, r, n) { yn(e); - var u = new It(P); + var u = new It(k); return u.name = e, u.nodeName = e, u.publicId = t || "", u.systemId = r || "", u.internalSubset = n || "", u.childNodes = new M(), u; }, /** @@ -3694,7 +3743,7 @@ xn.prototype = { * @see https://dom.spec.whatwg.org/#html-document */ createHTMLDocument: function(e) { - var t = new se(P, { contentType: ze.HTML }); + var t = new se(k, { contentType: ze.HTML }); if (t.implementation = this, t.childNodes = new M(), e !== !1) { t.doctype = this.createDocumentType("html"), t.doctype.ownerDocument = t, t.appendChild(t.doctype); var r = t.createElement("html"); @@ -3929,7 +3978,7 @@ A.prototype = { * @see https://dom.spec.whatwg.org/#concept-node-replace */ replaceChild: function(e, t) { - At(this, e, t, kn), t && this.removeChild(t); + At(this, e, t, Ln), t && this.removeChild(t); }, /** * Removes an existing child node from this node. @@ -4135,7 +4184,7 @@ A.prototype = { return _.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + _.DOCUMENT_POSITION_FOLLOWING; } if (!t || !r || r.ownerDocument !== t.ownerDocument) - return _.DOCUMENT_POSITION_DISCONNECTED + _.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + (Lr(r.ownerDocument) > Lr(t.ownerDocument) ? _.DOCUMENT_POSITION_FOLLOWING : _.DOCUMENT_POSITION_PRECEDING); + return _.DOCUMENT_POSITION_DISCONNECTED + _.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + (Pr(r.ownerDocument) > Pr(t.ownerDocument) ? _.DOCUMENT_POSITION_FOLLOWING : _.DOCUMENT_POSITION_PRECEDING); var o = Fr(t), s = Fr(r); if (!n && s.indexOf(t) >= 0 || u && t === r) return _.DOCUMENT_POSITION_CONTAINS + _.DOCUMENT_POSITION_PRECEDING; @@ -4171,9 +4220,9 @@ function Xe(e, t) { function se(e, t) { q(e); var r = t || {}; - this.ownerDocument = this, this.contentType = r.contentType || ze.XML_APPLICATION, this.type = Oo(this.contentType) ? "html" : "xml"; + this.ownerDocument = this, this.contentType = r.contentType || ze.XML_APPLICATION, this.type = Io(this.contentType) ? "html" : "xml"; } -function qo(e, t, r) { +function $o(e, t, r) { e && e._inc++; var n = r.namespaceURI; n === te.XMLNS && (t._nsMap[r.prefix ? r.localName : ""] = r.value); @@ -4202,10 +4251,10 @@ function Fn(e, t) { var r = t.previousSibling, n = t.nextSibling; return r ? r.nextSibling = n : e.firstChild = n, n ? n.previousSibling = r : e.lastChild = r, _n(e.ownerDocument, e), t.parentNode = null, t.previousSibling = null, t.nextSibling = null, t; } -function $o(e) { +function jo(e) { return e && (e.nodeType === A.DOCUMENT_NODE || e.nodeType === A.DOCUMENT_FRAGMENT_NODE || e.nodeType === A.ELEMENT_NODE); } -function jo(e) { +function Uo(e) { return e && (e.nodeType === A.CDATA_SECTION_NODE || e.nodeType === A.COMMENT_NODE || e.nodeType === A.DOCUMENT_FRAGMENT_NODE || e.nodeType === A.DOCUMENT_TYPE_NODE || e.nodeType === A.ELEMENT_NODE || e.nodeType === A.PROCESSING_INSTRUCTION_NODE || e.nodeType === A.TEXT_NODE); } function ce(e) { @@ -4214,10 +4263,10 @@ function ce(e) { function ue(e) { return e && e.nodeType === A.ELEMENT_NODE; } -function Ln(e) { +function Pn(e) { return e && e.nodeType === A.TEXT_NODE; } -function Pr(e, t) { +function kr(e, t) { var r = e.childNodes || []; if (ee(r, ue) || ce(t)) return !1; @@ -4234,14 +4283,14 @@ function qr(e, t) { var u = ee(r, ce); return !(t && u && r.indexOf(u) > r.indexOf(t)); } -function Uo(e, t, r) { - if (!$o(e)) +function Vo(e, t, r) { + if (!jo(e)) throw new h(h.HIERARCHY_REQUEST_ERR, "Unexpected parent node type " + e.nodeType); if (r && r.parentNode !== e) throw new h(h.NOT_FOUND_ERR, "child not in parent"); if ( // 4. If `node` is not a DocumentFragment, DocumentType, Element, or CharacterData node, then throw a "HierarchyRequestError" DOMException. - !jo(t) || // 5. If either `node` is a Text node and `parent` is a document, + !Uo(t) || // 5. If either `node` is a Text node and `parent` is a document, // the sax parser currently adds top level text nodes, this will be fixed in 0.9.0 // || (node.nodeType === Node.TEXT_NODE && parent.nodeType === Node.DOCUMENT_NODE) // or `node` is a doctype and `parent` is not a document, then throw a "HierarchyRequestError" DOMException. @@ -4252,16 +4301,16 @@ function Uo(e, t, r) { "Unexpected node type " + t.nodeType + " for parent node type " + e.nodeType ); } -function Vo(e, t, r) { +function Ho(e, t, r) { var n = e.childNodes || [], u = t.childNodes || []; if (t.nodeType === A.DOCUMENT_FRAGMENT_NODE) { var i = u.filter(ue); - if (i.length > 1 || ee(u, Ln)) + if (i.length > 1 || ee(u, Pn)) throw new h(h.HIERARCHY_REQUEST_ERR, "More than one element or text in fragment"); - if (i.length === 1 && !Pr(e, r)) + if (i.length === 1 && !kr(e, r)) throw new h(h.HIERARCHY_REQUEST_ERR, "Element in fragment can not be inserted before doctype"); } - if (ue(t) && !Pr(e, r)) + if (ue(t) && !kr(e, r)) throw new h(h.HIERARCHY_REQUEST_ERR, "Only one element can be added and only after doctype"); if (ce(t)) { if (ee(n, ce)) @@ -4273,11 +4322,11 @@ function Vo(e, t, r) { throw new h(h.HIERARCHY_REQUEST_ERR, "Doctype can not be appended since element is present"); } } -function kn(e, t, r) { +function Ln(e, t, r) { var n = e.childNodes || [], u = t.childNodes || []; if (t.nodeType === A.DOCUMENT_FRAGMENT_NODE) { var i = u.filter(ue); - if (i.length > 1 || ee(u, Ln)) + if (i.length > 1 || ee(u, Pn)) throw new h(h.HIERARCHY_REQUEST_ERR, "More than one element or text in fragment"); if (i.length === 1 && !qr(e, r)) throw new h(h.HIERARCHY_REQUEST_ERR, "Element in fragment can not be inserted before doctype"); @@ -4295,7 +4344,7 @@ function kn(e, t, r) { } } function At(e, t, r, n) { - Uo(e, t, r), e.nodeType === A.DOCUMENT_NODE && (n || Vo)(e, t, r); + Vo(e, t, r), e.nodeType === A.DOCUMENT_NODE && (n || Ho)(e, t, r); var u = t.parentNode; if (u && u.removeChild(t), t.nodeType === ae) { var i = t.firstChild; @@ -4345,7 +4394,7 @@ se.prototype = { return t === this.documentElement && (this.documentElement = null), t; }, replaceChild: function(e, t) { - At(this, e, t, kn), e.ownerDocument = this, t && this.removeChild(t), ue(e) && (this.documentElement = e); + At(this, e, t, Ln), e.ownerDocument = this, t && this.removeChild(t), ue(e) && (this.documentElement = e); }, // Introduced in DOM Level 2: importNode: function(e, t) { @@ -4378,8 +4427,8 @@ se.prototype = { * @see https://dom.spec.whatwg.org/#concept-create-element */ createElement: function(e) { - var t = new le(P); - t.ownerDocument = this, this.type === "html" && (e = e.toLowerCase()), So(this.contentType) && (t.namespaceURI = te.HTML), t.nodeName = e, t.tagName = e, t.localName = e, t.childNodes = new M(); + var t = new le(k); + t.ownerDocument = this, this.type === "html" && (e = e.toLowerCase()), Oo(this.contentType) && (t.namespaceURI = te.HTML), t.nodeName = e, t.tagName = e, t.localName = e, t.childNodes = new M(); var r = t.attributes = new xe(); return r._ownerElement = t, t; }, @@ -4387,7 +4436,7 @@ se.prototype = { * @returns {DocumentFragment} */ createDocumentFragment: function() { - var e = new ct(P); + var e = new ct(k); return e.ownerDocument = this, e.childNodes = new M(), e; }, /** @@ -4395,7 +4444,7 @@ se.prototype = { * @returns {Text} */ createTextNode: function(e) { - var t = new st(P); + var t = new st(k); return t.ownerDocument = this, t.childNodes = new M(), t.appendData(e), t; }, /** @@ -4403,7 +4452,7 @@ se.prototype = { * @returns {Comment} */ createComment: function(e) { - var t = new St(P); + var t = new St(k); return t.ownerDocument = this, t.childNodes = new M(), t.appendData(e), t; }, /** @@ -4411,7 +4460,7 @@ se.prototype = { * @returns {CDATASection} */ createCDATASection: function(e) { - var t = new Ot(P); + var t = new Ot(k); return t.ownerDocument = this, t.childNodes = new M(), t.appendData(e), t; }, /** @@ -4420,7 +4469,7 @@ se.prototype = { * @returns {ProcessingInstruction} */ createProcessingInstruction: function(e, t) { - var r = new xt(P); + var r = new xt(k); return r.ownerDocument = this, r.childNodes = new M(), r.nodeName = r.target = e, r.nodeValue = r.data = t, r; }, /** @@ -4443,7 +4492,7 @@ se.prototype = { return this.type === "html" && (e = e.toLowerCase()), this._createAttribute(e); }, _createAttribute: function(e) { - var t = new ge(P); + var t = new ge(k); return t.ownerDocument = this, t.childNodes = new M(), t.name = e, t.nodeName = e, t.localName = e, t.specified = !0, t; }, /** @@ -4466,8 +4515,8 @@ se.prototype = { if (!Q.Name.test(e)) throw new h(h.INVALID_CHARACTER_ERR, 'not a valid xml name "' + e + '"'); if (this.type === "html") - throw new h("document is an html document", xo.NotSupportedError); - var t = new Bt(P); + throw new h("document is an html document", Ro.NotSupportedError); + var t = new Bt(k); return t.ownerDocument = this, t.childNodes = new M(), t.nodeName = e, t; }, // Introduced in DOM Level 2: @@ -4477,7 +4526,7 @@ se.prototype = { * @returns {Element} */ createElementNS: function(e, t) { - var r = Ut(e, t), n = new le(P), u = n.attributes = new xe(); + var r = Ut(e, t), n = new le(k), u = n.attributes = new xe(); return n.childNodes = new M(), n.ownerDocument = this, n.nodeName = t, n.tagName = t, n.namespaceURI = r[0], n.prefix = r[1], n.localName = r[2], u._ownerElement = n, n; }, // Introduced in DOM Level 2: @@ -4487,7 +4536,7 @@ se.prototype = { * @returns {Attr} */ createAttributeNS: function(e, t) { - var r = Ut(e, t), n = new ge(P); + var r = Ut(e, t), n = new ge(k); return n.ownerDocument = this, n.childNodes = new M(), n.nodeName = t, n.name = t, n.specified = !0, n.namespaceURI = r[0], n.prefix = r[1], n.localName = r[2], n; } }; @@ -4616,7 +4665,7 @@ le.prototype = { var a = e === i; if (!a) { var o = _r(i); - a = t.every(Fo(o)); + a = t.every(Po(o)); } a && n.push(u); } @@ -4681,10 +4730,10 @@ function ge(e) { } ge.prototype.nodeType = Be; $(ge, A); -function Le(e) { +function Pe(e) { q(e); } -Le.prototype = { +Pe.prototype = { data: "", substringData: function(e, t) { return this.data.substring(e, e + t); @@ -4703,7 +4752,7 @@ Le.prototype = { r = n + r + u, this.nodeValue = this.data = r, this.length = r.length; } }; -$(Le, A); +$(Pe, A); function st(e) { q(e); } @@ -4717,7 +4766,7 @@ st.prototype = { return this.parentNode && this.parentNode.insertBefore(n, this.nextSibling), n; } }; -$(st, Le); +$(st, Pe); function St(e) { q(e); } @@ -4725,7 +4774,7 @@ St.prototype = { nodeName: "#comment", nodeType: Sn }; -$(St, Le); +$(St, Pe); function Ot(e) { q(e); } @@ -4764,10 +4813,10 @@ function xt(e) { q(e); } xt.prototype.nodeType = wn; -$(xt, Le); -function Pn() { +$(xt, Pe); +function kn() { } -Pn.prototype.serializeToString = function(e, t) { +kn.prototype.serializeToString = function(e, t) { return qn.call(e, t); }; A.prototype.toString = qn; @@ -4845,20 +4894,20 @@ function we(e, t, r, n) { for (var b = 0; b < o; b++) { var T = a.item(b); if ($r(T, i, n)) { - var w = T.prefix || "", I = T.namespaceURI; - qt(t, w ? "xmlns:" + w : "xmlns", I), n.push({ prefix: w, namespace: I }); + var S = T.prefix || "", I = T.namespaceURI; + qt(t, S ? "xmlns:" + S : "xmlns", I), n.push({ prefix: S, namespace: I }); } we(T, t, r, n); } if (s === c && $r(e, i, n)) { - var w = e.prefix || "", I = e.namespaceURI; - qt(t, w ? "xmlns:" + w : "xmlns", I), n.push({ prefix: w, namespace: I }); + var S = e.prefix || "", I = e.namespaceURI; + qt(t, S ? "xmlns:" + S : "xmlns", I), n.push({ prefix: S, namespace: I }); } var re = !B; - if (re && (i || e.namespaceURI === te.HTML) && (re = Bo(s)), re) + if (re && (i || e.namespaceURI === te.HTML) && (re = xo(s)), re) t.push("/>"); else { - if (t.push(">"), i && Io(s)) + if (t.push(">"), i && Bo(s)) for (; B; ) B.data ? t.push(B.data) : we(B, t, r, n.slice()), B = B.nextSibling; else @@ -4909,7 +4958,7 @@ function $n(e, t, r) { return n; } function Vt(e, t, r) { - var n = new t.constructor(P); + var n = new t.constructor(k); for (var u in t) if (Ie(t, u)) { var i = t[u]; @@ -4976,7 +5025,7 @@ try { R._updateLiveList = wt; R.Attr = ge; R.CDATASection = Ot; -R.CharacterData = Le; +R.CharacterData = Pe; R.Comment = St; R.Document = se; R.DocumentFragment = ct; @@ -4992,7 +5041,7 @@ R.NodeList = M; R.Notation = nr; R.Text = st; R.ProcessingInstruction = xt; -R.XMLSerializer = Pn; +R.XMLSerializer = kn; var Un = {}; (function(e) { var t = x.freeze; @@ -7131,18 +7180,18 @@ var Un = {}; zwnj: "‌" }), e.entityMap = e.HTML_ENTITIES; })(Un); -var Rt = {}, ke = x, v = E, Vn = Ae, Ho = ke.isHTMLEscapableRawTextElement, Go = ke.isHTMLMimeType, zo = ke.isHTMLRawTextElement, ut = ke.hasOwn, jr = ke.NAMESPACE, Ur = Vn.ParseError, Jo = Vn.DOMException, Ve = 0, ie = 1, be = 2, He = 3, ye = 4, Ce = 5, Ge = 6, Et = 7; +var Rt = {}, Le = x, v = E, Vn = Ae, Go = Le.isHTMLEscapableRawTextElement, zo = Le.isHTMLMimeType, Jo = Le.isHTMLRawTextElement, ut = Le.hasOwn, jr = Le.NAMESPACE, Ur = Vn.ParseError, Xo = Vn.DOMException, Ve = 0, ie = 1, be = 2, He = 3, ye = 4, Ce = 5, Ge = 6, Et = 7; function Hn() { } Hn.prototype = { parse: function(e, t, r) { var n = this.domBuilder; - n.startDocument(), Gn(t, t = /* @__PURE__ */ Object.create(null)), Xo(e, t, r, n, this.errorHandler), n.endDocument(); + n.startDocument(), Gn(t, t = /* @__PURE__ */ Object.create(null)), Yo(e, t, r, n, this.errorHandler), n.endDocument(); } }; var ir = /&#?\w+;?/g; -function Xo(e, t, r, n, u) { - var i = Go(n.mimeType); +function Yo(e, t, r, n, u) { + var i = zo(n.mimeType); if (e.indexOf(v.UNICODE_REPLACEMENT_CHARACTER) >= 0) return u.fatalError("Unicode replacement character detected, source encoding issues?"); function a(y) { @@ -7164,9 +7213,9 @@ function Xo(e, t, r, n, u) { return ut(r, ft) ? r[ft] : ft.charAt(0) === "#" ? a(parseInt(ft.substr(1).replace("x", "0x"))) : (u.error("entity not found:" + y), y); } function s(y) { - if (y > w) { - var z = e.substring(w, y).replace(ir, o); - m && c(w), n.characters(z, 0, y - w), w = y; + if (y > S) { + var z = e.substring(S, y).replace(ir, o); + m && c(S), n.characters(z, 0, y - S), S = y; } } function c(y, z) { @@ -7174,22 +7223,22 @@ function Xo(e, t, r, n, u) { l = z.index, f = l + z[0].length, m.lineNumber++; m.columnNumber = y - l + 1; } - for (var l = 0, f = 0, p = /.*(?:\r\n?|\n)|.*$/g, m = n.locator, b = [{ currentNSMap: t }], T = [], w = 0; ; ) { + for (var l = 0, f = 0, p = /.*(?:\r\n?|\n)|.*$/g, m = n.locator, b = [{ currentNSMap: t }], T = [], S = 0; ; ) { try { - var I = e.indexOf("<", w); + var I = e.indexOf("<", S); if (I < 0) { if (!i && T.length > 0) return u.fatalError("unclosed xml tag(s): " + T.join(", ")); - if (!e.substring(w).match(/^\s*$/)) { - var re = n.doc, B = re.createTextNode(e.substr(w)); + if (!e.substring(S).match(/^\s*$/)) { + var re = n.doc, B = re.createTextNode(e.substr(S)); if (re.documentElement) return u.error("Extra content at the end of the document"); re.appendChild(B), n.currentElement = B; } return; } - if (I > w) { - var K = e.substring(w, I); + if (I > S) { + var K = e.substring(S, I); !i && T.length === 0 && (K = K.replace(new RegExp(v.S_OPT.source, "g"), ""), K && u.error("Unexpected content outside root element: '" + K + "'")), s(I); } switch (e.charAt(I + 1)) { @@ -7217,38 +7266,38 @@ function Xo(e, t, r, n, u) { H++; break; case "?": - m && c(I), H = Qo(e, I, n, u); + m && c(I), H = Zo(e, I, n, u); break; case "!": m && c(I), H = Jn(e, I, n, u, i); break; default: m && c(I); - var V = new Xn(), Lt = b[b.length - 1].currentNSMap, H = Yo(e, I, V, Lt, o, u, i), sr = V.length; - if (V.closed || (i && ke.isHTMLVoidElement(V.tagName) ? V.closed = !0 : T.push(V.tagName)), m && sr) { - for (var Kn = Vr(m, {}), kt = 0; kt < sr; kt++) { - var cr = V[kt]; + var V = new Xn(), Pt = b[b.length - 1].currentNSMap, H = Ko(e, I, V, Pt, o, u, i), sr = V.length; + if (V.closed || (i && Le.isHTMLVoidElement(V.tagName) ? V.closed = !0 : T.push(V.tagName)), m && sr) { + for (var Kn = Vr(m, {}), Lt = 0; Lt < sr; Lt++) { + var cr = V[Lt]; c(cr.offset), cr.locator = Vr(m, {}); } - n.locator = Kn, Hr(V, n, Lt) && b.push(V), n.locator = m; + n.locator = Kn, Hr(V, n, Pt) && b.push(V), n.locator = m; } else - Hr(V, n, Lt) && b.push(V); - i && !V.closed ? H = Ko(e, H, V.tagName, o, n) : H++; + Hr(V, n, Pt) && b.push(V); + i && !V.closed ? H = Wo(e, H, V.tagName, o, n) : H++; } } catch (y) { if (y instanceof Ur) throw y; - if (y instanceof Jo) + if (y instanceof Xo) throw new Ur(y.name + ": " + y.message, n.locator, y); u.error("element parse error: " + y), H = -1; } - H > w ? w = H : s(Math.max(I, w) + 1); + H > S ? S = H : s(Math.max(I, S) + 1); } } function Vr(e, t) { return t.lineNumber = e.lineNumber, t.columnNumber = e.columnNumber, t; } -function Yo(e, t, r, n, u, i, a) { +function Ko(e, t, r, n, u, i, a) { function o(m, b, T) { if (ut(r.attributeNames, m)) return i.fatalError("Attribute " + m + " redefined"); @@ -7385,9 +7434,9 @@ function Hr(e, t, r) { } else return e.currentNSMap = r, e.localNSMap = u, !0; } -function Ko(e, t, r, n, u) { - var i = Ho(r); - if (i || zo(r)) { +function Wo(e, t, r, n, u) { + var i = Go(r); + if (i || Jo(r)) { var a = e.indexOf("", t), o = e.substring(t + 1, a); return i && (o = o.replace(ir, n)), u.characters(o, 0, o.length), a; } @@ -7440,7 +7489,7 @@ function zn(e, t) { substringStartsWith: o }; } -function Wo(e, t) { +function Qo(e, t) { function r(o, s) { var c = v.PI.exec(o.substringFromIndex()); return c ? c[1].toLowerCase() === "xml" ? s.fatalError( @@ -7513,13 +7562,13 @@ function Jn(e, t, r, n, u) { return n.fatalError("doctype external id is not well-formed at position " + i.getIndex()); c.groups.SystemLiteralOnly !== void 0 ? s.systemId = c.groups.SystemLiteralOnly : (s.systemId = c.groups.SystemLiteral, s.publicId = c.groups.PubidLiteral), i.skip(c[0].length); } - return i.skipBlanks(), s.internalSubset = Wo(i, n), i.skipBlanks(), i.char() !== ">" ? n.fatalError("doctype not terminated with > at position " + i.getIndex()) : (i.skip(1), r.startDTD(s.name, s.publicId, s.systemId, s.internalSubset), r.endDTD(), i.getIndex()); + return i.skipBlanks(), s.internalSubset = Qo(i, n), i.skipBlanks(), i.char() !== ">" ? n.fatalError("doctype not terminated with > at position " + i.getIndex()) : (i.skip(1), r.startDTD(s.name, s.publicId, s.systemId, s.internalSubset), r.endDTD(), i.getIndex()); } default: return n.fatalError('Not well-formed XML starting with " { - typeof i == "object" && L.createParentMapInternal(i, t, n); + typeof i == "object" && P.createParentMapInternal(i, t, n); }); } /** Viewing a Usj object as a tree, build a map to walk up the tree */ createUsjParentMap() { const t = /* @__PURE__ */ new Map(); return this.usj.content && t.set(this.usj.content, this.usj), this.usj.content.forEach((r) => { - typeof r == "object" && L.createParentMapInternal(r, this.usj, t); + typeof r == "object" && P.createParentMapInternal(r, this.usj, t); }), t; } /** Create the parent map if it doesn't already exist and return it */ @@ -7895,7 +7944,7 @@ class L { */ findNextMatchingNode(t, r, n) { const u = this.createWorkingStack(t); - return L.findNextMatchingNodeUsingWorkingStack( + return P.findNextMatchingNodeUsingWorkingStack( t, u, r, @@ -7905,7 +7954,7 @@ class L { // #endregion // #region Node -> JSONPath nodeToJsonPath(t) { - return L.convertWorkingStackToJsonPath(this.createWorkingStack(t)); + return P.convertWorkingStackToJsonPath(this.createWorkingStack(t)); } // #endregion // #region USJ + node -> VerseRef + offset @@ -7940,7 +7989,7 @@ class L { if (!c) throw new Error(`No parent found for ${JSON.stringify(r)}`); return this.findVerseRefForNode(s, c, n); } - const a = r.content[i], o = L.findRightMostDescendantMarkerObject( + const a = r.content[i], o = P.findRightMostDescendantMarkerObject( a, r, ne @@ -7997,7 +8046,7 @@ class L { const o = t.verse, s = this.findNextMatchingNode( u, ne, - (p, m) => p === u ? t.verseNum === 0 ? (a = L.convertWorkingStackToJsonPath(m), !0) : !1 : typeof p != "object" ? !1 : p.type === pt ? (i = !0, !0) : p.type === ht && p.number !== void 0 && p.number === o ? (a = L.convertWorkingStackToJsonPath(m), !0) : !1 + (p, m) => p === u ? t.verseNum === 0 ? (a = P.convertWorkingStackToJsonPath(m), !0) : !1 : typeof p != "object" ? !1 : p.type === pt ? (i = !0, !0) : p.type === ht && p.number !== void 0 && p.number === o ? (a = P.convertWorkingStackToJsonPath(m), !0) : !1 ); if (i || s === void 0 || typeof s == "string") throw new Error(`Verse ${o} not found in ${n} ${t.chapterNum}`); @@ -8010,7 +8059,7 @@ class L { if (p === s) return !1; if (typeof p == "string") { if (c += p.length, c > r) - return a = L.convertWorkingStackToJsonPath(m), l = r - c + p.length, f = p, !0; + return a = P.convertWorkingStackToJsonPath(m), l = r - c + p.length, f = p, !0; } else if (p.type === pt || p.type === ht) return !0; return !1; } @@ -8020,7 +8069,7 @@ class L { // #region Search for text from a node + JSONPath + offset findNextLocationOfMatchingText(t, r, n = 1e3) { let u = "", i = 0, a = 0, o = 0; - if (L.findNextMatchingNodeUsingWorkingStack( + if (P.findNextMatchingNodeUsingWorkingStack( t.node, this.convertJsonPathToWorkingStack(t.jsonPath), ne, @@ -8033,7 +8082,7 @@ class L { ), o <= 0) return; i = 0; let s = 0, c = []; - const l = L.findNextMatchingNodeUsingWorkingStack( + const l = P.findNextMatchingNodeUsingWorkingStack( t.node, this.convertJsonPathToWorkingStack(t.jsonPath), ne, @@ -8043,14 +8092,14 @@ class L { return { node: l, offset: s, - jsonPath: L.convertWorkingStackToJsonPath(c) + jsonPath: P.convertWorkingStackToJsonPath(c) }; } // #endregion // #region Extract text from a node + JSONPath + offset extractText(t, r) { let n = "", u = t.offset, i = 0; - return L.findNextMatchingNodeUsingWorkingStack( + return P.findNextMatchingNodeUsingWorkingStack( t.node, this.convertJsonPathToWorkingStack(t.jsonPath), ne, @@ -8068,11 +8117,11 @@ class L { } extractTextBetweenPoints(t, r, n = 100) { let u = ""; - return L.findNextMatchingNodeUsingWorkingStack( + return P.findNextMatchingNodeUsingWorkingStack( t.node, this.convertJsonPathToWorkingStack(t.jsonPath), ne, - (i, a) => i === r.node && (typeof i == "object" || r.jsonPath === L.convertWorkingStackToJsonPath(a)) ? !0 : typeof i != "string" ? !1 : (u = `${u}${i}`, u.length > n && (u = u.substring(0, n)), u.length >= n) + (i, a) => i === r.node && (typeof i == "object" || r.jsonPath === P.convertWorkingStackToJsonPath(a)) ? !0 : typeof i != "string" ? !1 : (u = `${u}${i}`, u.length > n && (u = u.substring(0, n)), u.length >= n) ), u; } // #endregion @@ -8086,87 +8135,88 @@ class L { return n; } removeContentNodes(t) { - const r = L.removeContentNodesFromArray(this.usj.content, t); + const r = P.removeContentNodesFromArray(this.usj.content, t); return this.usjChanged(), r; } // #endregion } export { - ha as AsyncVariable, + da as AsyncVariable, pt as CHAPTER_TYPE, - da as Collator, + ma as Collator, eu as DateTimeFormat, iu as DocumentCombiner, ku as FIRST_SCR_BOOK_NUM, - qu as FIRST_SCR_CHAPTER_NUM, - $u as FIRST_SCR_VERSE_NUM, - Pu as LAST_SCR_BOOK_NUM, + $u as FIRST_SCR_CHAPTER_NUM, + ju as FIRST_SCR_VERSE_NUM, + qu as LAST_SCR_BOOK_NUM, au as Mutex, - ba as MutexMap, - ya as NonValidatingDocumentCombiner, + ya as MutexMap, + Ca as NonValidatingDocumentCombiner, su as NumberFormat, tu as PlatformEventEmitter, - Ca as UnsubscriberAsyncList, - L as UsjReaderWriter, + Ta as PromiseChainingMap, + wa as UnsubscriberAsyncList, + P as UsjReaderWriter, ht as VERSE_TYPE, - Ja as aggregateUnsubscriberAsyncs, - za as aggregateUnsubscribers, - wa as at, + Ya as aggregateUnsubscriberAsyncs, + Xa as aggregateUnsubscribers, + Oa as at, Se as charAt, - Sa as codePointAt, - Va as compareScrRefs, - Na as createSyncProxyForAsyncObject, - Ea as debounce, + Ia as codePointAt, + Ga as compareScrRefs, + ba as createSyncProxyForAsyncObject, + ga as debounce, Je as deepClone, - di as deepEqual, - Pa as defaultScrRef, - Ei as deserialize, - xu as endsWith, + mi as deepEqual, + $a as defaultScrRef, + gi as deserialize, + Ru as endsWith, un as ensureArray, - Fa as escapeStringRegexp, - Wa as formatBytes, - Oa as formatReplacementString, - Mu as formatReplacementStringToArray, - Ga as formatScrRef, - Aa as getAllObjectFunctionNames, - ju as getChaptersForBook, - Ka as getCurrentLocale, - Da as getErrorMessage, - Uu as getLocalizeKeyForScrollGroupId, - Ha as getLocalizeKeysForScrollGroupIds, - Ua as getLocalizedIdFromBookNumber, - ga as groupBy, - Ya as htmlEncode, - _u as includes, + La as escapeStringRegexp, + Za as formatBytes, + Ba as formatReplacementString, + _u as formatReplacementStringToArray, + Ja as formatScrRef, + Na as getAllObjectFunctionNames, + Uu as getChaptersForBook, + Qa as getCurrentLocale, + va as getErrorMessage, + Vu as getLocalizeKeyForScrollGroupId, + za as getLocalizeKeysForScrollGroupIds, + Ha as getLocalizedIdFromBookNumber, + Da as groupBy, + Wa as htmlEncode, + Fu as includes, Ye as indexOf, - _a as isLocalizeKey, - Xa as isSerializable, + Pa as isLocalizeKey, + Ka as isSerializable, Dt as isString, - mi as isSubset, - Fu as lastIndexOf, - vi as localizedStringsDocumentSchema, - Ai as menuDocumentSchema, - ma as newGuid, - Ia as normalize, - qa as offsetBook, - $a as offsetChapter, - ja as offsetVerse, - Ba as ordinalCompare, - xa as padEnd, - Ra as padStart, - gi as projectSettingsDocumentSchema, + Ei as isSubset, + Pu as lastIndexOf, + Ai as localizedStringsDocumentSchema, + Ni as menuDocumentSchema, + Ea as newGuid, + xa as normalize, + ja as offsetBook, + Ua as offsetChapter, + Va as offsetVerse, + Ra as ordinalCompare, + Ma as padEnd, + _a as padStart, + Di as projectSettingsDocumentSchema, Dr as scrRefToBBBCCCVVV, Sr as serialize, - Di as settingsDocumentSchema, - Ma as slice, + vi as settingsDocumentSchema, + Fa as slice, gr as split, on as startsWith, F as stringLength, pe as substring, Lu as toArray, - ka as transformAndEnsureRegExpArray, - La as transformAndEnsureRegExpRegExpArray, + qa as transformAndEnsureRegExpArray, + ka as transformAndEnsureRegExpRegExpArray, uu as wait, - va as waitForDuration + Aa as waitForDuration }; //# sourceMappingURL=index.js.map diff --git a/lib/platform-bible-utils/dist/index.js.map b/lib/platform-bible-utils/dist/index.js.map index bd9f76673b..99e672fd9a 100644 --- a/lib/platform-bible-utils/dist/index.js.map +++ b/lib/platform-bible-utils/dist/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sources":["../src/async-variable.ts","../src/intl-collator.ts","../src/intl-date-time-format.ts","../src/platform-event-emitter.model.ts","../src/util.ts","../src/document-combiner.ts","../src/mutex.ts","../src/mutex-map.ts","../src/non-validating-document-combiner.ts","../src/intl-number-format.ts","../src/unsubscriber-async-list.ts","../../../node_modules/@sillsdev/scripture/dist/index.es.js","../../../node_modules/char-regex/index.js","../../../node_modules/stringz/dist/index.js","../src/array-util.ts","../src/string-util.ts","../src/scripture-util.ts","../src/unsubscriber.ts","../src/usj-reader-writer.model.ts","../../../node_modules/fast-equals/dist/esm/index.mjs","../src/equality-checking.ts","../src/subset-checking.ts","../src/serialization.ts","../src/intl-util.ts","../src/number-utils.ts","../src/settings.model.ts","../src/localized-strings.model.ts","../src/menus.model.ts","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/conventions.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/errors.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/grammar.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/dom.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/entities.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/sax.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/dom-parser.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/index.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/dist/index.js","../src/usj-reader-writer.ts"],"sourcesContent":["/** This class provides a convenient way for one task to wait on a variable that another task sets. */\nexport default class AsyncVariable {\n private readonly variableName: string;\n private readonly promiseToValue: Promise;\n private resolver: ((value: T) => void) | undefined;\n private rejecter: ((reason: string | undefined) => void) | undefined;\n\n /**\n * Creates an instance of the class\n *\n * @param variableName Name to use when logging about this variable\n * @param rejectIfNotSettledWithinMS Milliseconds to wait before verifying if the promise was\n * settled (resolved or rejected); will reject if it has not settled by that time. Use -1 if you\n * do not want a timeout at all. Defaults to 10000 ms\n */\n constructor(variableName: string, rejectIfNotSettledWithinMS: number = 10000) {\n this.variableName = variableName;\n this.promiseToValue = new Promise((resolve, reject) => {\n this.resolver = resolve;\n this.rejecter = reject;\n });\n if (rejectIfNotSettledWithinMS > 0) {\n setTimeout(() => {\n if (this.rejecter) {\n this.rejecter(`Timeout reached when waiting for ${this.variableName} to settle`);\n this.complete();\n }\n }, rejectIfNotSettledWithinMS);\n }\n Object.seal(this);\n }\n\n /**\n * Get this variable's promise to a value. This always returns the same promise even after the\n * value has been resolved or rejected.\n *\n * @returns The promise for the value to be set\n */\n get promise(): Promise {\n return this.promiseToValue;\n }\n\n /**\n * A simple way to see if this variable's promise was resolved or rejected already\n *\n * @returns Whether the variable was already resolved or rejected\n */\n get hasSettled(): boolean {\n return Object.isFrozen(this);\n }\n\n /**\n * Resolve this variable's promise to the given value\n *\n * @param value This variable's promise will resolve to this value\n * @param throwIfAlreadySettled Determines whether to throw if the variable was already resolved\n * or rejected. Defaults to `false`\n */\n resolveToValue(value: T, throwIfAlreadySettled: boolean = false): void {\n if (this.resolver) {\n console.debug(`${this.variableName} is being resolved now`);\n this.resolver(value);\n this.complete();\n } else {\n if (throwIfAlreadySettled) throw Error(`${this.variableName} was already settled`);\n console.debug(`Ignoring subsequent resolution of ${this.variableName}`);\n }\n }\n\n /**\n * Reject this variable's promise for the value with the given reason\n *\n * @param reason This variable's promise will be rejected with this reason\n * @param throwIfAlreadySettled Determines whether to throw if the variable was already resolved\n * or rejected. Defaults to `false`\n */\n rejectWithReason(reason: string, throwIfAlreadySettled: boolean = false): void {\n if (this.rejecter) {\n console.debug(`${this.variableName} is being rejected now`);\n this.rejecter(reason);\n this.complete();\n } else {\n if (throwIfAlreadySettled) throw Error(`${this.variableName} was already settled`);\n console.debug(`Ignoring subsequent rejection of ${this.variableName}`);\n }\n }\n\n /** Prevent any further updates to this variable */\n private complete(): void {\n this.resolver = undefined;\n this.rejecter = undefined;\n Object.freeze(this);\n }\n}\n","/** Enables language-sensitive string comparison. Wraps Intl.Collator */\nexport default class Collator {\n private collator: Intl.Collator;\n\n constructor(locales?: string | string[], options?: Intl.CollatorOptions) {\n this.collator = new Intl.Collator(locales, options);\n }\n\n /**\n * Compares two strings according to the sort order of this Collator object\n *\n * @param string1 String to compare\n * @param string2 String to compare\n * @returns A number indicating how string1 and string2 compare to each other according to the\n * sort order of this Collator object. Negative value if string1 comes before string2. Positive\n * value if string1 comes after string2. 0 if they are considered equal.\n */\n compare(string1: string, string2: string): number {\n return this.collator.compare(string1, string2);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and collation options computed\n * during initialization of this collator object.\n *\n * @returns ResolvedCollatorOptions object\n */\n resolvedOptions(): Intl.ResolvedCollatorOptions {\n return this.collator.resolvedOptions();\n }\n}\n","/** Enables language-sensitive data and time formatting. Wraps Intl.DateTimeFormat */\nexport default class DateTimeFormat {\n private dateTimeFormatter: Intl.DateTimeFormat;\n\n constructor(locales?: string | string[], options?: Intl.DateTimeFormatOptions) {\n this.dateTimeFormatter = new Intl.DateTimeFormat(locales, options);\n }\n\n /**\n * Formats a date according to the locale and formatting option for this DateTimeFormat object\n *\n * @param date The date to format\n * @returns String representing the given date formatted according to the locale and formatting\n * options of this DateTimeFormat object\n */\n format(date: Date): string {\n return this.dateTimeFormatter.format(date);\n }\n\n /**\n * Formats a date range in the most concise way based on the locales and options provided when\n * instantiating this DateTimeFormat object\n *\n * @param startDate Date object representing start of the date range\n * @param endDate Date object representing the end of the date range\n * @returns String representing the given date range formatted according to the locale and\n * formatting options of this DateTimeFormat object\n */\n formatRange(startDate: Date, endDate: Date): string {\n return this.dateTimeFormatter.formatRange(startDate, endDate);\n }\n\n /**\n * Returns an array of locale-specific tokens representing each part of the formatted date range\n * produced by this DateTimeFormat object\n *\n * @param startDate Date object representing start of the date range\n * @param endDate Date object representing the end of the date range\n * @returns Array of DateTimeRangeFormatPart objects\n */\n formatRangeToParts(startDate: Date, endDate: Date): Intl.DateTimeRangeFormatPart[] {\n return this.dateTimeFormatter.formatRangeToParts(startDate, endDate);\n }\n\n /**\n * Allows locale-aware formatting of strings produced by this DateTimeFormat object\n *\n * @param date The date to format\n * @returns Array of DateTimeFormatPart objects\n */\n formatToParts(date: Date): Intl.DateTimeFormatPart[] {\n return this.dateTimeFormatter.formatToParts(date);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and date and time formatting options\n * computed during initialization of this DateTimeFormat object\n *\n * @returns ResolvedDateTimeFormatOptions object\n */\n resolvedOptions(): Intl.ResolvedDateTimeFormatOptions {\n return this.dateTimeFormatter.resolvedOptions();\n }\n}\n","/** Interfaces, classes, and functions related to events and event emitters */\n\nimport { Dispose } from './disposal.model';\nimport { PlatformEvent, PlatformEventHandler } from './platform-event';\n\n/**\n * Event manager - accepts subscriptions to an event and runs the subscription callbacks when the\n * event is emitted Use eventEmitter.event(callback) to subscribe to the event. Use\n * eventEmitter.emit(event) to run the subscriptions. Generally, this EventEmitter should be\n * private, and its event should be public. That way, the emitter is not publicized, but anyone can\n * subscribe to the event.\n */\nexport default class PlatformEventEmitter implements Dispose {\n /**\n * Subscribes a function to run when this event is emitted.\n *\n * @param callback Function to run with the event when it is emitted\n * @returns Unsubscriber function to run to stop calling the passed-in function when the event is\n * emitted\n * @alias event\n */\n subscribe = this.event;\n\n /** All callback functions that will run when this event is emitted. Lazy loaded */\n private subscriptions?: PlatformEventHandler[];\n /** Event for listeners to subscribe to. Lazy loaded */\n private lazyEvent?: PlatformEvent;\n /** Whether this emitter has been disposed */\n private isDisposed = false;\n\n /**\n * Event for listeners to subscribe to. Subscribes a function to run when this event is emitted.\n * Use like `const unsubscriber = event(callback)`\n *\n * @param callback Function to run with the event when it is emitted\n * @returns Unsubscriber function to run to stop calling the passed-in function when the event is\n * emitted\n */\n get event(): PlatformEvent {\n this.assertNotDisposed();\n\n if (!this.lazyEvent) {\n this.lazyEvent = (callback) => {\n if (!callback || typeof callback !== 'function')\n throw new Error(`Event handler callback must be a function!`);\n\n // Initialize this.subscriptions if it does not exist\n if (!this.subscriptions) this.subscriptions = [];\n\n this.subscriptions.push(callback);\n\n return () => {\n if (!this.subscriptions) return false; // Did not find any subscribed callbacks\n\n const callbackIndex = this.subscriptions.indexOf(callback);\n\n if (callbackIndex < 0) return false; // Did not find this callback in the subscriptions\n\n // Remove the callback\n this.subscriptions.splice(callbackIndex, 1);\n\n return true;\n };\n };\n }\n return this.lazyEvent;\n }\n\n /** Disposes of this event, preparing it to release from memory */\n dispose = () => {\n return this.disposeFn();\n };\n\n /**\n * Runs the subscriptions for the event\n *\n * @param event Event data to provide to subscribed callbacks\n */\n emit = (event: T) => {\n // Do not do anything other than emitFn here. This emit is just binding `this` to emitFn\n this.emitFn(event);\n };\n\n /**\n * Function that runs the subscriptions for the event. Added here so children can override emit\n * and still call the base functionality. See NetworkEventEmitter.emit for example\n */\n protected emitFn(event: T) {\n this.assertNotDisposed();\n\n // Clone the subscriptions array before iterating over the callbacks so the callback index\n // doesn't get messed up if someone subscribes or unsubscribes inside one of the callbacks\n const emitCallbacks = [...(this.subscriptions ?? [])];\n emitCallbacks.forEach((callback) => callback(event));\n }\n\n /** Check to make sure this emitter is not disposed. Throw if it is */\n protected assertNotDisposed() {\n if (this.isDisposed) throw new Error('Emitter is disposed');\n }\n\n /**\n * Disposes of this event, preparing it to release from memory. Added here so children can\n * override emit and still call the base functionality.\n */\n protected disposeFn() {\n this.assertNotDisposed();\n\n this.isDisposed = true;\n this.subscriptions = undefined;\n this.lazyEvent = undefined;\n return Promise.resolve(true);\n }\n}\n","/** Collection of functions, objects, and types that are used as helpers in other services. */\n\n// Thanks to blubberdiblub at https://stackoverflow.com/a/68141099/217579\nexport function newGuid(): string {\n return '00-0-4-1-000'.replace(/[^-]/g, (s) =>\n // @ts-expect-error ts(2363) this works fine\n // eslint-disable-next-line no-bitwise\n (((Math.random() + ~~s) * 0x10000) >> s).toString(16).padStart(4, '0'),\n );\n}\n\n// thanks to DRAX at https://stackoverflow.com/a/9436948\n/**\n * Determine whether the object is a string\n *\n * @param o Object to determine if it is a string\n * @returns True if the object is a string; false otherwise\n */\nexport function isString(o: unknown): o is string {\n return typeof o === 'string' || o instanceof String;\n}\n\n/**\n * If deepClone isn't used when copying properties between objects, you may be left with dangling\n * references between the source and target of property copying operations.\n *\n * @param obj Object to clone\n * @returns Duplicate copy of `obj` without any references back to the original one\n */\nexport function deepClone(obj: T): T {\n // Assert the return type matches what is expected\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return JSON.parse(JSON.stringify(obj)) as T;\n}\n\n/**\n * Get a function that reduces calls to the function passed in\n *\n * @param fn The function to debounce\n * @param delay How much delay in milliseconds after the most recent call to the debounced function\n * to call the function\n * @returns Function that, when called, only calls the function passed in at maximum every delay ms\n */\n// We don't know the parameter types since this function can be anything\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function debounce void>(fn: T, delay = 300): T {\n if (isString(fn)) throw new Error('Tried to debounce a string! Could be XSS');\n let timeout: ReturnType;\n // Ensure the right return type.\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return ((...args) => {\n clearTimeout(timeout);\n timeout = setTimeout(() => fn(...args), delay);\n }) as T;\n}\n\n/**\n * Groups each item in the array of items into a map according to the keySelector\n *\n * @param items Array of items to group by\n * @param keySelector Function to run on each item to get the key for the group to which it belongs\n * @param valueSelector Function to run on each item to get the value it should have in the group\n * (like map function). If not provided, uses the item itself\n * @returns Map of keys to groups of values corresponding to each item\n */\nexport function groupBy(items: T[], keySelector: (item: T) => K): Map>;\nexport function groupBy(\n items: T[],\n keySelector: (item: T) => K,\n valueSelector: (item: T, key: K) => V,\n): Map>;\nexport function groupBy(\n items: T[],\n keySelector: (item: T) => K,\n valueSelector?: (item: T, key: K) => V,\n): Map> {\n const map = new Map>();\n items.forEach((item) => {\n const key = keySelector(item);\n const group = map.get(key);\n const value = valueSelector ? valueSelector(item, key) : item;\n if (group) group.push(value);\n else map.set(key, [value]);\n });\n return map;\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\ntype ErrorWithMessage = {\n message: string;\n};\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\nfunction isErrorWithMessage(error: unknown): error is ErrorWithMessage {\n return (\n typeof error === 'object' &&\n // We're potentially dealing with objects we didn't create, so they might contain `null`\n // eslint-disable-next-line no-null/no-null\n error !== null &&\n 'message' in error &&\n // Type assert `error` to check it's `message`.\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n typeof (error as Record).message === 'string'\n );\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\n/**\n * Function to get an error from the object (useful for getting an error in a catch block)\n *\n * @param error Error object whose message to get\n * @returns Message of the error - if object has message, returns message. Otherwise tries to\n * stringify\n */\nfunction toErrorWithMessage(maybeError: unknown): ErrorWithMessage {\n if (isErrorWithMessage(maybeError)) return maybeError;\n\n try {\n return new Error(JSON.stringify(maybeError));\n } catch {\n // fallback in case there's an error stringifying the maybeError\n // like with circular references for example.\n return new Error(String(maybeError));\n }\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\n/**\n * Function to get an error message from the object (useful for getting error message in a catch\n * block)\n *\n * @example `try {...} catch (e) { logger.info(getErrorMessage(e)) }`\n *\n * @param error Error object whose message to get\n * @returns Message of the error - if object has message, returns message. Otherwise tries to\n * stringify\n */\nexport function getErrorMessage(error: unknown) {\n return toErrorWithMessage(error).message;\n}\n\n/** Asynchronously waits for the specified number of milliseconds. (wraps setTimeout in a promise) */\nexport function wait(ms: number) {\n // eslint-disable-next-line no-promise-executor-return\n return new Promise((resolve) => setTimeout(resolve, ms));\n}\n\n/**\n * Runs the specified function and will timeout if it takes longer than the specified wait time\n *\n * @param fn The function to run\n * @param maxWaitTimeInMS The maximum amount of time to wait for the function to resolve\n * @returns Promise that resolves to the resolved value of the function or undefined if it ran\n * longer than the specified wait time\n */\nexport function waitForDuration(fn: () => Promise, maxWaitTimeInMS: number) {\n const timeout = wait(maxWaitTimeInMS).then(() => undefined);\n return Promise.any([timeout, fn()]);\n}\n\n/**\n * Get all functions on an object and its prototype chain (so we don't miss any class methods or any\n * object methods). Note that the functions on the final item in the prototype chain (i.e., Object)\n * are skipped to avoid including functions like `__defineGetter__`, `__defineSetter__`, `toString`,\n * etc.\n *\n * @param obj Object whose functions to get\n * @param _objId Optional ID of the object to use for debug logging\n * @returns Array of all function names on an object\n */\n// Note: lodash has something that MIGHT do the same thing as this. Investigate for https://github.com/paranext/paranext-core/issues/134\nexport function getAllObjectFunctionNames(\n obj: { [property: string]: unknown },\n // Leaving it here for debugging\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n _objId: string = 'obj',\n): Set {\n const objectFunctionNames = new Set();\n\n // Get all function properties directly defined on the object\n Object.getOwnPropertyNames(obj).forEach((property) => {\n try {\n if (typeof obj[property] === 'function') objectFunctionNames.add(property);\n } catch (error) {\n // Too noisy - only reenable if you need more details\n // console.trace(`Skipping ${property} on ${objId} due to error: ${error}`);\n }\n });\n\n // Walk up the prototype chain and get additional function properties, skipping the functions\n // provided by the final (Object) prototype\n let objectPrototype = Object.getPrototypeOf(obj);\n while (objectPrototype && Object.getPrototypeOf(objectPrototype)) {\n Object.getOwnPropertyNames(objectPrototype).forEach((property) => {\n try {\n if (typeof obj[property] === 'function') objectFunctionNames.add(property);\n } catch (error) {\n // Too noisy - only reenable if you need more details\n // console.trace(`Skipping ${property} on ${objId}'s prototype due to error: ${error}`);\n }\n });\n objectPrototype = Object.getPrototypeOf(objectPrototype);\n }\n\n return objectFunctionNames;\n}\n\n/**\n * Creates a synchronous proxy for an asynchronous object. The proxy allows calling methods on an\n * object that is asynchronously fetched using a provided asynchronous function.\n *\n * @param getObject - A function that returns a promise resolving to the object whose asynchronous\n * methods to call.\n * @param objectToProxy - An optional object that is the object that is proxied. If a property is\n * accessed that does exist on this object, it will be returned. If a property is accessed that\n * does not exist on this object, it will be considered to be an asynchronous method called on the\n * object returned from getObject.\n * @returns A synchronous proxy for the asynchronous object.\n */\nexport function createSyncProxyForAsyncObject(\n getObject: (args?: unknown[]) => Promise,\n objectToProxy: Partial = {},\n): T {\n // objectToProxy will have only the synchronously accessed properties of T on it, and this proxy\n // makes the async methods that do not exist yet available synchronously so we have all of T\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return new Proxy(objectToProxy as T, {\n get(target, prop) {\n // We don't have any type information for T, so we assume methodName exists on it and will let JavaScript throw if it doesn't exist\n // @ts-expect-error 7053\n if (prop in target) return target[prop];\n return async (...args: unknown[]) => {\n // 7053: We don't have any type information for T, so we assume methodName exists on it and will let JavaScript throw if it doesn't exist\n // 2556: The args here are the parameters for the method specified\n // @ts-expect-error 7053 2556\n return (await getObject())[prop](...args);\n };\n },\n });\n}\n\n/** Within type T, recursively change all properties to be optional */\nexport type DeepPartial = T extends object ? { [P in keyof T]?: DeepPartial } : T;\n\n/** Within type T, recursively change properties that were of type A to be of type B */\nexport type ReplaceType = T extends A\n ? B\n : T extends object\n ? { [K in keyof T]: ReplaceType }\n : T;\n\n// Thanks to jcalz at https://stackoverflow.com/a/50375286\n/**\n * Converts a union type to an intersection type (`|` to `&`).\n *\n * Note: this utility type is for use on object types. It may fail on other types.\n *\n * @example\n *\n * ```typescript\n * type TypeOne = { one: string };\n * type TypeTwo = { two: number };\n * type TypeThree = { three: string };\n *\n * type TypeNums = { one: TypeOne; two: TypeTwo; three: TypeThree };\n * const numNames = ['one', 'two'] as const;\n * type TypeNumNames = typeof numNames;\n *\n * // Same as `TypeOne | TypeTwo`\n * // `{ one: string } | { two: number }`\n * type TypeOneTwoUnion = TypeNums[TypeNumNames[number]];\n *\n * // Same as `TypeOne & TypeTwo`\n * // `{ one: string; two: number }`\n * type TypeOneTwoIntersection = UnionToIntersection;\n * ```\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport type UnionToIntersection = (U extends any ? (x: U) => void : never) extends (\n x: infer I,\n) => void\n ? I\n : never;\n","import PlatformEventEmitter from './platform-event-emitter.model';\nimport { deepClone } from './util';\n\ntype JsonObjectLike = { [key: string]: unknown };\ntype JsonArrayLike = unknown[];\n\nexport type JsonDocumentLike = JsonObjectLike | JsonArrayLike;\n\n/**\n * Options for DocumentCombiner objects\n *\n * - `copyDocuments`: If true, this instance will perform a deep copy of all provided documents before\n * composing the output. If false, then changes made to provided documents after they are\n * contributed will be reflected in the next time output is composed.\n * - `ignoreDuplicateProperties`: If true, then duplicate properties are skipped if they are seen in\n * contributed documents. If false, then throw when duplicate properties are seen in contributed\n * documents.\n */\nexport type DocumentCombinerOptions = {\n copyDocuments: boolean;\n ignoreDuplicateProperties: boolean;\n};\n\n/**\n * Base class for any code that wants to compose JSON documents (primarily in the form of JS objects\n * or arrays) together into a single output document.\n */\nexport default class DocumentCombiner {\n protected baseDocument: JsonDocumentLike;\n protected readonly contributions = new Map();\n protected latestOutput: JsonDocumentLike | undefined;\n protected readonly options: DocumentCombinerOptions;\n private readonly onDidRebuildEmitter = new PlatformEventEmitter();\n /** Event that emits to announce that the document has been rebuilt and the output has been updated */\n // Need `onDidRebuildEmitter` to be instantiated before this line\n // eslint-disable-next-line @typescript-eslint/member-ordering\n readonly onDidRebuild = this.onDidRebuildEmitter.subscribe;\n\n /**\n * Create a DocumentCombiner instance\n *\n * @param baseDocument This is the first document that will be used when composing the output\n * @param options Options used by this object when combining documents\n */\n protected constructor(baseDocument: JsonDocumentLike, options: DocumentCombinerOptions) {\n // Setting baseDocument redundantly because TS doesn't understand that updateBaseDocument does it\n this.baseDocument = baseDocument;\n this.options = options;\n this.updateBaseDocument(baseDocument);\n }\n\n /**\n * Update the starting document for composition process\n *\n * @param baseDocument Base JSON document/JS object that all other documents are added to\n * @returns Recalculated output document given the new starting state and existing other documents\n */\n updateBaseDocument(baseDocument: JsonDocumentLike): JsonDocumentLike | undefined {\n this.validateBaseDocument(baseDocument);\n this.baseDocument = this.options.copyDocuments ? deepClone(baseDocument) : baseDocument;\n this.baseDocument = this.transformBaseDocumentAfterValidation(this.baseDocument);\n return this.rebuild();\n }\n\n /**\n * Add or update one of the contribution documents for the composition process\n *\n * Note: the order in which contribution documents are added can be considered indeterminate as it\n * depends on the order in which `Map.forEach` iterates over the contributions. However, the order\n * matters when merging two arrays into one. Also, when `options.ignoreDuplicateProperties` is is\n * `true`, the order also matters when adding the same property to an object that is already\n * provided previously. Please let us know if you have trouble because of indeterminate\n * contribution ordering.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine\n * @returns Recalculated output document given the new or updated contribution and existing other\n * documents\n */\n addOrUpdateContribution(\n documentName: string,\n document: JsonDocumentLike,\n ): JsonDocumentLike | undefined {\n this.validateContribution(documentName, document);\n const previousDocumentVersion = this.contributions.get(documentName);\n let documentToSet = this.options.copyDocuments && !!document ? deepClone(document) : document;\n documentToSet = this.transformContributionAfterValidation(documentName, documentToSet);\n this.contributions.set(documentName, documentToSet);\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after adding/updating the contribution, put it back how it was\n if (previousDocumentVersion) this.contributions.set(documentName, previousDocumentVersion);\n else this.contributions.delete(documentName);\n throw new Error(`Error when setting the document named ${documentName}: ${error}`);\n }\n }\n\n /**\n * Delete one of the contribution documents for the composition process\n *\n * @param documentName Name of the contributed document to delete\n * @returns Recalculated output document given the remaining other documents\n */\n deleteContribution(documentName: string): JsonDocumentLike | undefined {\n const document = this.contributions.get(documentName);\n if (!document) throw new Error(`${documentName} does not exist`);\n this.contributions.delete(documentName);\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after deleting the contribution, put it back and rethrow\n this.contributions.set(documentName, document);\n throw new Error(`Error when deleting the document named ${documentName}: ${error}`);\n }\n }\n\n /**\n * Delete all present contribution documents for the composition process and return to the base\n * document\n *\n * @returns Recalculated output document consisting only of the base document\n */\n deleteAllContributions(): JsonDocumentLike | undefined {\n if (this.contributions.size <= 0) return this.latestOutput;\n\n // Save out all contributions\n const contributions = [...this.contributions.entries()];\n\n // Delete all contributions\n contributions.forEach(([contributionName]) => this.contributions.delete(contributionName));\n\n // Rebuild with no contributions\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after deleting all contributions, put them back and rethrow\n contributions.forEach(([contributionName, document]) =>\n this.contributions.set(contributionName, document),\n );\n throw new Error(`Error when deleting all contributions: ${error}`);\n }\n }\n\n /**\n * Run the document composition process given the starting document and all contributions. Throws\n * if the output document fails to validate properly.\n *\n * @returns Recalculated output document given the starting and contributed documents\n */\n rebuild(): JsonDocumentLike | undefined {\n // The starting document is the output if there are no other contributions\n if (this.contributions.size === 0) {\n let potentialOutput = deepClone(this.baseDocument);\n potentialOutput = this.transformFinalOutputBeforeValidation(potentialOutput);\n this.validateOutput(potentialOutput);\n this.latestOutput = potentialOutput;\n this.onDidRebuildEmitter.emit(undefined);\n return this.latestOutput;\n }\n\n // Compose the output by validating each document one at a time to pinpoint errors better\n let outputIteration = this.baseDocument;\n this.contributions.forEach((contribution: JsonDocumentLike) => {\n outputIteration = mergeObjects(\n outputIteration,\n contribution,\n this.options.ignoreDuplicateProperties,\n );\n this.validateOutput(outputIteration);\n });\n outputIteration = this.transformFinalOutputBeforeValidation(outputIteration);\n this.validateOutput(outputIteration);\n this.latestOutput = outputIteration;\n this.onDidRebuildEmitter.emit(undefined);\n return this.latestOutput;\n }\n\n /**\n * Transform the starting document that is given to the combiner. This transformation occurs after\n * validating the base document and before combining any contributions.\n *\n * WARNING: If you do not create the combiner with option `copyDocuments: true` or clone inside\n * this method, this method will directly modify the `baseDocument` passed in.\n *\n * @param baseDocument Initial input document. Already validated via `validateBaseDocument`\n * @returns Transformed base document\n */\n // We just don't need `this` here. This is basically a no-op function that is available to child\n // classes to override\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformBaseDocumentAfterValidation(baseDocument: JsonDocumentLike): JsonDocumentLike {\n return baseDocument;\n }\n\n /**\n * Transform the contributed document associated with `documentName`. This transformation occurs\n * after validating the contributed document and before combining with other documents.\n *\n * WARNING: If you do not create the combiner with option `copyDocuments: true` or clone inside\n * this method, this method will directly modify the contributed `document` passed in.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine. Already validated via\n * `validateContribution`\n * @returns Transformed contributed document\n */\n // We just don't need `this` here. This is basically a no-op function that is available to child\n // classes to override\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformContributionAfterValidation(\n // @ts-expect-error this parameter is unused but may be used in child classes\n documentName: string,\n document: JsonDocumentLike,\n ): JsonDocumentLike {\n return document;\n }\n\n /**\n * Throw an error if the provided document is not a valid starting document.\n *\n * @param baseDocument Base JSON document/JS object that all other documents are added to\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateBaseDocument(baseDocument: JsonDocumentLike): void {}\n\n /**\n * Throw an error if the provided document is not a valid contribution document.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateContribution(documentName: string, document: JsonDocumentLike): void {}\n\n /**\n * Throw an error if the provided output is not valid.\n *\n * @param output Output document that could potentially be returned to callers\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateOutput(output: JsonDocumentLike): void {}\n\n /**\n * Transform the document that is the composition of the base document and all contribution\n * documents. This is the last step that will be run prior to validation via `validateOutput`\n * before `this.latestOutput` is updated to the new output.\n *\n * @param finalOutput Final output document that could potentially be returned to callers. \"Final\"\n * means no further contribution documents will be merged.\n */\n // no-op intended to be overridden by child classes. Can't be static\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformFinalOutputBeforeValidation(finalOutput: JsonDocumentLike): JsonDocumentLike {\n return finalOutput;\n }\n}\n\n// #region Helper functions\n\n/**\n * Determines if the input values are objects but not arrays\n *\n * @param values Objects to check\n * @returns True if all the values are objects but not arrays\n */\nfunction areNonArrayObjects(...values: unknown[]): boolean {\n let allMatch = true;\n values.forEach((value: unknown) => {\n if (!value || typeof value !== 'object' || Array.isArray(value)) allMatch = false;\n });\n return allMatch;\n}\n\n/**\n * Determines if the input values are arrays\n *\n * @param value Objects to check\n * @returns True if the values are arrays\n */\nfunction areArrayObjects(...values: unknown[]): boolean {\n let allMatch = true;\n values.forEach((value: unknown) => {\n if (!value || typeof value !== 'object' || !Array.isArray(value)) allMatch = false;\n });\n return allMatch;\n}\n\n/**\n * Deep clone and recursively merge the properties of one object (copyFrom) into another\n * (startingPoint). Throws if copyFrom would overwrite values already existing in startingPoint.\n *\n * Does not modify the objects passed in.\n *\n * @param startingPoint Object that is the starting point for the return value\n * @param copyFrom Object whose values are copied into the return value\n * @param ignoreDuplicateProperties Whether to ignore object properties that are present in\n * `copyFrom` that are already present in `startingPoint`. If `false`, throws when an object\n * property in `copyFrom` is already present in `startingPoint`\n * @returns Object that is the combination of the two documents\n */\nfunction mergeObjects(\n startingPoint: JsonDocumentLike,\n copyFrom: JsonDocumentLike,\n ignoreDuplicateProperties: boolean,\n): JsonDocumentLike {\n const retVal = deepClone(startingPoint);\n\n if (!copyFrom) return retVal;\n\n return mergeObjectsInternal(retVal, deepClone(copyFrom), ignoreDuplicateProperties);\n}\n\n/**\n * Recursively merge the properties of one object (copyFrom) into another (startingPoint). Throws if\n * copyFrom would overwrite values already existing in startingPoint.\n *\n * WARNING: Modifies the argument objects in some way. Recommended to use `mergeObjects`\n *\n * @param startingPoint Object that is the starting point for the return value\n * @param copyFrom Object whose values are copied into the return value\n * @param ignoreDuplicateProperties Whether to ignore object properties that are present in\n * `copyFrom` that are already present in `startingPoint`. If `false`, throws when an object\n * property in `copyFrom` is already present in `startingPoint`\n * @returns Object that is the combination of the two documents\n */\nfunction mergeObjectsInternal(\n startingPoint: JsonDocumentLike,\n copyFrom: JsonDocumentLike,\n ignoreDuplicateProperties: boolean,\n): JsonDocumentLike {\n if (!copyFrom) return startingPoint;\n\n if (areNonArrayObjects(startingPoint, copyFrom)) {\n // Merge properties since they are both objects\n\n // We know these are objects from the `if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n const startingPointObj = startingPoint as JsonObjectLike;\n const copyFromObj = copyFrom as JsonObjectLike;\n /* eslint-enable no-type-assertion/no-type-assertion */\n Object.keys(copyFromObj).forEach((key: string | number) => {\n if (Object.hasOwn(startingPointObj, key)) {\n if (areNonArrayObjects(startingPointObj[key], copyFromObj[key])) {\n startingPointObj[key] = mergeObjectsInternal(\n // We know these are objects from the `if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n startingPointObj[key] as JsonObjectLike,\n copyFromObj[key] as JsonObjectLike,\n ignoreDuplicateProperties,\n /* eslint-enable no-type-assertion/no-type-assertion */\n );\n } else if (areArrayObjects(startingPointObj[key], copyFromObj[key])) {\n // Concat the arrays since they are both arrays\n\n // We know these are arrays from the `else if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n startingPointObj[key] = (startingPointObj[key] as JsonArrayLike).concat(\n copyFromObj[key] as JsonArrayLike,\n );\n /* eslint-enable no-type-assertion/no-type-assertion */\n } else if (!ignoreDuplicateProperties)\n throw new Error(`Cannot merge objects: key \"${key}\" already exists in the target object`);\n // Note that the first non-object non-array value that gets placed in a property stays.\n // New values do not override existing ones\n } else {\n startingPointObj[key] = copyFromObj[key];\n }\n });\n } else if (areArrayObjects(startingPoint, copyFrom)) {\n // Concat the arrays since they are both arrays\n\n // Push the contents of copyFrom into startingPoint since it is a const and was already deep cloned\n // We know these are objects from the `else if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n (startingPoint as JsonArrayLike).push(...(copyFrom as JsonArrayLike));\n /* eslint-enable no-type-assertion/no-type-assertion */\n }\n\n // Note that nothing happens if `startingPoint` is not an object or an array or if `startingPoint`\n // and `copyFrom` are not both object or both arrays. Should we throw? Should we push `copyFrom`'s\n // values into the array? Other? Maybe one day we can add some options to decide what to do in\n // this situation, but YAGNI for now\n\n return startingPoint;\n}\n\n// #endregion\n","import { Mutex as AsyncMutex } from 'async-mutex';\n\n// Extending Mutex from async-mutex so we can add JSDoc\n\n/**\n * Class that allows calling asynchronous functions multiple times at once while only running one at\n * a time.\n *\n * @example\n *\n * ```typescript\n * const mutex = new Mutex();\n *\n * mutex.runExclusive(async () => {\n * // Do some asynchronous stuff\n * console.log('These run one-at-a-time');\n * });\n *\n * mutex.runExclusive(async () => {\n * // Do some asynchronous stuff\n * console.log('These run one-at-a-time');\n * });\n * ```\n *\n * See [`async-mutex`](https://www.npmjs.com/package/async-mutex) for more information.\n */\nclass Mutex extends AsyncMutex {}\n\nexport default Mutex;\n","import Mutex from './mutex';\n\n/** Map of {@link Mutex}es that automatically (lazily) generates a new {@link Mutex} for any new key */\nclass MutexMap {\n private mutexesByID = new Map();\n\n get(mutexID: string): Mutex {\n let retVal = this.mutexesByID.get(mutexID);\n if (retVal) return retVal;\n\n retVal = new Mutex();\n this.mutexesByID.set(mutexID, retVal);\n return retVal;\n }\n}\n\nexport default MutexMap;\n","import DocumentCombiner, { DocumentCombinerOptions, JsonDocumentLike } from './document-combiner';\n\nexport default class NonValidatingDocumentCombiner extends DocumentCombiner {\n // Making the protected base constructor public\n // eslint-disable-next-line @typescript-eslint/no-useless-constructor\n constructor(baseDocument: JsonDocumentLike, options: DocumentCombinerOptions) {\n super(baseDocument, options);\n }\n\n get output(): JsonDocumentLike | undefined {\n return this.latestOutput;\n }\n}\n","/** Enables language-sensitive number formatting. Wraps Intl.NumberFormat */\nexport default class NumberFormat {\n private numberFormatter: Intl.NumberFormat;\n\n constructor(locales?: string | string[], options?: Intl.NumberFormatOptions) {\n this.numberFormatter = new Intl.NumberFormat(locales, options);\n }\n\n /**\n * Formats a number according to the locale and formatting options of this NumberFormat object\n *\n * @param value Number or BigInt to format\n * @returns String representing the given number formatted according to the locale and formatting\n * options of this NumberFormat object\n */\n format(value: number | bigint): string {\n return this.numberFormatter.format(value);\n }\n\n /**\n * Formats a range of numbers according to the locale and formatting options of this NumberFormat\n * object\n *\n * @param startRange Number or bigint representing the start of the range\n * @param endRange Number or bigint representing the end of the range\n * @returns String representing the given range of numbers formatted according to the locale and\n * formatting options of this NumberFormat object\n */\n formatRange(startRange: number | bigint, endRange: number | bigint): string {\n return this.numberFormatter.formatRange(startRange, endRange);\n }\n\n /**\n * Returns an array of objects containing the locale-specific tokens from which it is possible to\n * build custom strings while preserving the locale-specific parts.\n *\n * @param startRange Number or bigint representing start of the range\n * @param endRange Number or bigint representing end of the range\n * @returns Array of NumberRangeFormatPart objects containing the formatted range of numbers in\n * parts\n */\n formatRangeToParts(\n startRange: number | bigint,\n endRange: number | bigint,\n ): Intl.NumberRangeFormatPart[] {\n return this.numberFormatter.formatRangeToParts(startRange, endRange);\n }\n\n /**\n * Allows locale-aware formatting of strings produced by this NumberFormat object\n *\n * @param value Number or bigint to format\n * @returns Array of NumberFormatPart objects containing the formatted number in parts\n */\n formatToParts(value: number | bigint): Intl.NumberFormatPart[] {\n return this.numberFormatter.formatToParts(value);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and number formatting options\n * computed during initialization of this NumberFormat object\n *\n * @returns ResolvedNumberFormatOptions object\n */\n resolvedOptions(): Intl.ResolvedNumberFormatOptions {\n return this.numberFormatter.resolvedOptions();\n }\n}\n","import { Dispose } from './disposal.model';\nimport { Unsubscriber, UnsubscriberAsync } from './unsubscriber';\n\n/** Simple collection for UnsubscriberAsync objects that also provides an easy way to run them. */\nexport default class UnsubscriberAsyncList {\n readonly unsubscribers = new Set();\n\n constructor(private name = 'Anonymous') {}\n\n /**\n * Add unsubscribers to the list. Note that duplicates are not added twice.\n *\n * @param unsubscribers - Objects that were returned from a registration process.\n */\n add(...unsubscribers: (UnsubscriberAsync | Unsubscriber | Dispose)[]) {\n unsubscribers.forEach((unsubscriber) => {\n if ('dispose' in unsubscriber) this.unsubscribers.add(unsubscriber.dispose);\n else this.unsubscribers.add(unsubscriber);\n });\n }\n\n /**\n * Run all unsubscribers added to this list and then clear the list.\n *\n * @returns `true` if all unsubscribers succeeded, `false` otherwise.\n */\n async runAllUnsubscribers(): Promise {\n const unsubs = [...this.unsubscribers].map((unsubscriber) => unsubscriber());\n const results = await Promise.all(unsubs);\n this.unsubscribers.clear();\n return results.every((unsubscriberSucceeded, index) => {\n if (!unsubscriberSucceeded)\n console.error(`UnsubscriberAsyncList ${this.name}: Unsubscriber at index ${index} failed!`);\n\n return unsubscriberSucceeded;\n });\n }\n}\n","var P = Object.defineProperty;\nvar R = (t, e, s) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;\nvar n = (t, e, s) => R(t, typeof e != \"symbol\" ? e + \"\" : e, s);\nclass _ {\n constructor() {\n n(this, \"books\");\n n(this, \"firstSelectedBookNum\");\n n(this, \"lastSelectedBookNum\");\n n(this, \"count\");\n n(this, \"selectedBookNumbers\");\n n(this, \"selectedBookIds\");\n }\n}\nconst N = [\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n // 10\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n // 20\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n // 30\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n \"MAT\",\n // 40\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n // 50\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n // 60\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n // 70\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n // 80\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"JSA\",\n // actual variant text for JOS, now in LXA text\n \"JDB\",\n // actual variant text for JDG, now in LXA text\n \"TBS\",\n // actual variant text for TOB, now in LXA text\n \"SST\",\n // actual variant text for SUS, now in LXA text // 90\n \"DNT\",\n // actual variant text for DAN, now in LXA text\n \"BLT\",\n // actual variant text for BEL, now in LXA text\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n // 100\n \"BAK\",\n \"OTH\",\n \"3ES\",\n // Used previously but really should be 2ES\n \"EZA\",\n // Used to be called 4ES, but not actually in any known project\n \"5EZ\",\n // Used to be called 5ES, but not actually in any known project\n \"6EZ\",\n // Used to be called 6ES, but not actually in any known project\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n // 110\n \"NDX\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n // 120\n \"REP\",\n \"4BA\",\n \"LAO\"\n], B = [\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\"\n], O = [\n \"Genesis\",\n \"Exodus\",\n \"Leviticus\",\n \"Numbers\",\n \"Deuteronomy\",\n \"Joshua\",\n \"Judges\",\n \"Ruth\",\n \"1 Samuel\",\n \"2 Samuel\",\n \"1 Kings\",\n \"2 Kings\",\n \"1 Chronicles\",\n \"2 Chronicles\",\n \"Ezra\",\n \"Nehemiah\",\n \"Esther (Hebrew)\",\n \"Job\",\n \"Psalms\",\n \"Proverbs\",\n \"Ecclesiastes\",\n \"Song of Songs\",\n \"Isaiah\",\n \"Jeremiah\",\n \"Lamentations\",\n \"Ezekiel\",\n \"Daniel (Hebrew)\",\n \"Hosea\",\n \"Joel\",\n \"Amos\",\n \"Obadiah\",\n \"Jonah\",\n \"Micah\",\n \"Nahum\",\n \"Habakkuk\",\n \"Zephaniah\",\n \"Haggai\",\n \"Zechariah\",\n \"Malachi\",\n \"Matthew\",\n \"Mark\",\n \"Luke\",\n \"John\",\n \"Acts\",\n \"Romans\",\n \"1 Corinthians\",\n \"2 Corinthians\",\n \"Galatians\",\n \"Ephesians\",\n \"Philippians\",\n \"Colossians\",\n \"1 Thessalonians\",\n \"2 Thessalonians\",\n \"1 Timothy\",\n \"2 Timothy\",\n \"Titus\",\n \"Philemon\",\n \"Hebrews\",\n \"James\",\n \"1 Peter\",\n \"2 Peter\",\n \"1 John\",\n \"2 John\",\n \"3 John\",\n \"Jude\",\n \"Revelation\",\n \"Tobit\",\n \"Judith\",\n \"Esther Greek\",\n \"Wisdom of Solomon\",\n \"Sirach (Ecclesiasticus)\",\n \"Baruch\",\n \"Letter of Jeremiah\",\n \"Song of 3 Young Men\",\n \"Susanna\",\n \"Bel and the Dragon\",\n \"1 Maccabees\",\n \"2 Maccabees\",\n \"3 Maccabees\",\n \"4 Maccabees\",\n \"1 Esdras (Greek)\",\n \"2 Esdras (Latin)\",\n \"Prayer of Manasseh\",\n \"Psalm 151\",\n \"Odes\",\n \"Psalms of Solomon\",\n // WARNING, if you change the spelling of the *obsolete* tag be sure to update\n // IsObsolete routine\n \"Joshua A. *obsolete*\",\n \"Judges B. *obsolete*\",\n \"Tobit S. *obsolete*\",\n \"Susanna Th. *obsolete*\",\n \"Daniel Th. *obsolete*\",\n \"Bel Th. *obsolete*\",\n \"Extra A\",\n \"Extra B\",\n \"Extra C\",\n \"Extra D\",\n \"Extra E\",\n \"Extra F\",\n \"Extra G\",\n \"Front Matter\",\n \"Back Matter\",\n \"Other Matter\",\n \"3 Ezra *obsolete*\",\n \"Apocalypse of Ezra\",\n \"5 Ezra (Latin Prologue)\",\n \"6 Ezra (Latin Epilogue)\",\n \"Introduction\",\n \"Concordance \",\n \"Glossary \",\n \"Topical Index\",\n \"Names Index\",\n \"Daniel Greek\",\n \"Psalms 152-155\",\n \"2 Baruch (Apocalypse)\",\n \"Letter of Baruch\",\n \"Jubilees\",\n \"Enoch\",\n \"1 Meqabyan\",\n \"2 Meqabyan\",\n \"3 Meqabyan\",\n \"Reproof (Proverbs 25-31)\",\n \"4 Baruch (Rest of Baruch)\",\n \"Laodiceans\"\n], S = K();\nfunction g(t, e = !0) {\n return e && (t = t.toUpperCase()), t in S ? S[t] : 0;\n}\nfunction k(t) {\n return g(t) > 0;\n}\nfunction x(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return e >= 40 && e <= 66;\n}\nfunction T(t) {\n return (typeof t == \"string\" ? g(t) : t) <= 39;\n}\nfunction X(t) {\n return t <= 66;\n}\nfunction V(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return w(e) && !X(e);\n}\nfunction* L() {\n for (let t = 1; t <= N.length; t++) yield t;\n}\nconst G = 1, A = N.length;\nfunction H() {\n return [\"XXA\", \"XXB\", \"XXC\", \"XXD\", \"XXE\", \"XXF\", \"XXG\"];\n}\nfunction C(t, e = \"***\") {\n const s = t - 1;\n return s < 0 || s >= N.length ? e : N[s];\n}\nfunction I(t) {\n return t <= 0 || t > A ? \"******\" : O[t - 1];\n}\nfunction y(t) {\n return I(g(t));\n}\nfunction w(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && !B.includes(e);\n}\nfunction q(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && B.includes(e);\n}\nfunction U(t) {\n return O[t - 1].includes(\"*obsolete*\");\n}\nfunction K() {\n const t = {};\n for (let e = 0; e < N.length; e++)\n t[N[e]] = e + 1;\n return t;\n}\nconst m = {\n allBookIds: N,\n nonCanonicalIds: B,\n bookIdToNumber: g,\n isBookIdValid: k,\n isBookNT: x,\n isBookOT: T,\n isBookOTNT: X,\n isBookDC: V,\n allBookNumbers: L,\n firstBook: G,\n lastBook: A,\n extraBooks: H,\n bookNumberToId: C,\n bookNumberToEnglishName: I,\n bookIdToEnglishName: y,\n isCanonical: w,\n isExtraMaterial: q,\n isObsolete: U\n};\nvar l = /* @__PURE__ */ ((t) => (t[t.Unknown = 0] = \"Unknown\", t[t.Original = 1] = \"Original\", t[t.Septuagint = 2] = \"Septuagint\", t[t.Vulgate = 3] = \"Vulgate\", t[t.English = 4] = \"English\", t[t.RussianProtestant = 5] = \"RussianProtestant\", t[t.RussianOrthodox = 6] = \"RussianOrthodox\", t))(l || {});\nconst h = class h {\n // private versInfo: Versification;\n constructor(e) {\n n(this, \"name\");\n n(this, \"fullPath\");\n n(this, \"isPresent\");\n n(this, \"hasVerseSegments\");\n n(this, \"isCustomized\");\n n(this, \"baseVersification\");\n n(this, \"scriptureBooks\");\n n(this, \"_type\");\n if (e == null)\n throw new Error(\"Argument undefined\");\n typeof e == \"string\" ? (this.name = e, this._type = l[e]) : (this._type = e, this.name = l[e]);\n }\n get type() {\n return this._type;\n }\n equals(e) {\n return !e.type || !this.type ? !1 : e.type === this.type;\n }\n};\nn(h, \"Original\", new h(l.Original)), n(h, \"Septuagint\", new h(l.Septuagint)), n(h, \"Vulgate\", new h(l.Vulgate)), n(h, \"English\", new h(l.English)), n(h, \"RussianProtestant\", new h(l.RussianProtestant)), n(h, \"RussianOrthodox\", new h(l.RussianOrthodox));\nlet c = h;\nfunction E(t, e) {\n const s = e[0];\n for (let r = 1; r < e.length; r++)\n t = t.split(e[r]).join(s);\n return t.split(s);\n}\nvar D = /* @__PURE__ */ ((t) => (t[t.Valid = 0] = \"Valid\", t[t.UnknownVersification = 1] = \"UnknownVersification\", t[t.OutOfRange = 2] = \"OutOfRange\", t[t.VerseOutOfOrder = 3] = \"VerseOutOfOrder\", t[t.VerseRepeated = 4] = \"VerseRepeated\", t))(D || {});\nconst i = class i {\n constructor(e, s, r, a) {\n /** Not yet implemented. */\n n(this, \"firstChapter\");\n /** Not yet implemented. */\n n(this, \"lastChapter\");\n /** Not yet implemented. */\n n(this, \"lastVerse\");\n /** Not yet implemented. */\n n(this, \"hasSegmentsDefined\");\n /** Not yet implemented. */\n n(this, \"text\");\n /** Not yet implemented. */\n n(this, \"BBBCCCVVVS\");\n /** Not yet implemented. */\n n(this, \"longHashCode\");\n /** The versification of the reference. */\n n(this, \"versification\");\n n(this, \"rtlMark\", \"‏\");\n n(this, \"_bookNum\", 0);\n n(this, \"_chapterNum\", 0);\n n(this, \"_verseNum\", 0);\n n(this, \"_verse\");\n if (r == null && a == null)\n if (e != null && typeof e == \"string\") {\n const o = e, u = s != null && s instanceof c ? s : void 0;\n this.setEmpty(u), this.parse(o);\n } else if (e != null && typeof e == \"number\") {\n const o = s != null && s instanceof c ? s : void 0;\n this.setEmpty(o), this._verseNum = e % i.chapterDigitShifter, this._chapterNum = Math.floor(\n e % i.bookDigitShifter / i.chapterDigitShifter\n ), this._bookNum = Math.floor(e / i.bookDigitShifter);\n } else if (s == null)\n if (e != null && e instanceof i) {\n const o = e;\n this._bookNum = o.bookNum, this._chapterNum = o.chapterNum, this._verseNum = o.verseNum, this._verse = o.verse, this.versification = o.versification;\n } else {\n if (e == null) return;\n const o = e instanceof c ? e : i.defaultVersification;\n this.setEmpty(o);\n }\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else if (e != null && s != null && r != null)\n if (typeof e == \"string\" && typeof s == \"string\" && typeof r == \"string\")\n this.setEmpty(a), this.updateInternal(e, s, r);\n else if (typeof e == \"number\" && typeof s == \"number\" && typeof r == \"number\")\n this._bookNum = e, this._chapterNum = s, this._verseNum = r, this.versification = a ?? i.defaultVersification;\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else\n throw new Error(\"VerseRef constructor not supported.\");\n }\n /**\n * Determines if the verse string is in a valid format (does not consider versification).\n */\n static isVerseParseable(e) {\n return e.length > 0 && \"0123456789\".includes(e[0]) && !e.endsWith(this.verseRangeSeparator) && !e.endsWith(this.verseSequenceIndicator);\n }\n /**\n * Tries to parse the specified string into a verse reference.\n * @param str - The string to attempt to parse.\n * @returns success: `true` if the specified string was successfully parsed, `false` otherwise.\n * @returns verseRef: The result of the parse if successful, or empty VerseRef if it failed\n */\n static tryParse(e) {\n let s;\n try {\n return s = new i(e), { success: !0, verseRef: s };\n } catch (r) {\n if (r instanceof v)\n return s = new i(), { success: !1, verseRef: s };\n throw r;\n }\n }\n /**\n * Gets the reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n * @param bookNum - Book number (this is 1-based, not an index).\n * @param chapterNum - Chapter number.\n * @param verseNum - Verse number.\n * @returns The reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n */\n static getBBBCCCVVV(e, s, r) {\n return e % i.bcvMaxValue * i.bookDigitShifter + (s >= 0 ? s % i.bcvMaxValue * i.chapterDigitShifter : 0) + (r >= 0 ? r % i.bcvMaxValue : 0);\n }\n /**\n * Deserializes a serialized VerseRef.\n * @param serializedVerseRef - Serialized VerseRef to create from.\n * @returns the deserialized VerseRef.\n */\n static fromJSON(e) {\n const { book: s, chapterNum: r, verseNum: a, verse: o, versificationStr: u } = e, f = o || a.toString();\n let d;\n return u && (d = new c(u)), s ? new i(s, r.toString(), f, d) : new i();\n }\n /**\n * Parses a verse string and gets the leading numeric portion as a number.\n * @param verseStr - verse string to parse\n * @returns true if the entire string could be parsed as a single, simple verse number (1-999);\n * false if the verse string represented a verse bridge, contained segment letters, or was invalid\n */\n static tryGetVerseNum(e) {\n let s;\n if (!e)\n return s = -1, { success: !0, vNum: s };\n s = 0;\n let r;\n for (let a = 0; a < e.length; a++) {\n if (r = e[a], r < \"0\" || r > \"9\")\n return a === 0 && (s = -1), { success: !1, vNum: s };\n if (s = s * 10 + +r - 0, s > i.bcvMaxValue)\n return s = -1, { success: !1, vNum: s };\n }\n return { success: !0, vNum: s };\n }\n /**\n * Checks to see if a VerseRef hasn't been set - all values are the default.\n */\n get isDefault() {\n return this.bookNum === 0 && this.chapterNum === 0 && this.verseNum === 0 && this.versification == null;\n }\n /**\n * Gets whether the verse contains multiple verses.\n */\n get hasMultiple() {\n return this._verse != null && (this._verse.includes(i.verseRangeSeparator) || this._verse.includes(i.verseSequenceIndicator));\n }\n /**\n * Gets or sets the book of the reference. Book is the 3-letter abbreviation in capital letters,\n * e.g. `'MAT'`.\n */\n get book() {\n return m.bookNumberToId(this.bookNum, \"\");\n }\n set book(e) {\n this.bookNum = m.bookIdToNumber(e);\n }\n /**\n * Gets or sets the chapter of the reference,. e.g. `'3'`.\n */\n get chapter() {\n return this.isDefault || this._chapterNum < 0 ? \"\" : this._chapterNum.toString();\n }\n set chapter(e) {\n const s = +e;\n this._chapterNum = Number.isInteger(s) ? s : -1;\n }\n /**\n * Gets or sets the verse of the reference, including range, segments, and sequences, e.g. `'4'`,\n * or `'4b-5a, 7'`.\n */\n get verse() {\n return this._verse != null ? this._verse : this.isDefault || this._verseNum < 0 ? \"\" : this._verseNum.toString();\n }\n set verse(e) {\n const { success: s, vNum: r } = i.tryGetVerseNum(e);\n this._verse = s ? void 0 : e.replace(this.rtlMark, \"\"), this._verseNum = r, !(this._verseNum >= 0) && ({ vNum: this._verseNum } = i.tryGetVerseNum(this._verse));\n }\n /**\n * Get or set Book based on book number, e.g. `42`.\n */\n get bookNum() {\n return this._bookNum;\n }\n set bookNum(e) {\n if (e <= 0 || e > m.lastBook)\n throw new v(\n \"BookNum must be greater than zero and less than or equal to last book\"\n );\n this._bookNum = e;\n }\n /**\n * Gets or sets the chapter number, e.g. `3`. `-1` if not valid.\n */\n get chapterNum() {\n return this._chapterNum;\n }\n set chapterNum(e) {\n this.chapterNum = e;\n }\n /**\n * Gets or sets verse start number, e.g. `4`. `-1` if not valid.\n */\n get verseNum() {\n return this._verseNum;\n }\n set verseNum(e) {\n this._verseNum = e;\n }\n /**\n * String representing the versification (should ONLY be used for serialization/deserialization).\n *\n * @remarks This is for backwards compatibility when ScrVers was an enumeration.\n */\n get versificationStr() {\n var e;\n return (e = this.versification) == null ? void 0 : e.name;\n }\n set versificationStr(e) {\n this.versification = this.versification != null ? new c(e) : void 0;\n }\n /**\n * Determines if the reference is valid.\n */\n get valid() {\n return this.validStatus === 0;\n }\n /**\n * Get the valid status for this reference.\n */\n get validStatus() {\n return this.validateVerse(i.verseRangeSeparators, i.verseSequenceIndicators);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits and the verse is 0.\n */\n get BBBCCC() {\n return i.getBBBCCCVVV(this._bookNum, this._chapterNum, 0);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits. If verse is not null\n * (i.e., this reference represents a complex reference with verse\n * segments or bridge) this cannot be used for an exact comparison.\n */\n get BBBCCCVVV() {\n return i.getBBBCCCVVV(this._bookNum, this._chapterNum, this._verseNum);\n }\n /**\n * Gets whether the verse is defined as an excluded verse in the versification.\n * Does not handle verse ranges.\n */\n // eslint-disable-next-line @typescript-eslint/class-literal-property-style\n get isExcluded() {\n return !1;\n }\n /**\n * Parses the reference in the specified string.\n * Optionally versification can follow reference as in GEN 3:11/4\n * Throw an exception if\n * - invalid book name\n * - chapter number is missing or not a number\n * - verse number is missing or does not start with a number\n * - versification is invalid\n * @param verseStr - string to parse e.g. 'MAT 3:11'\n */\n parse(e) {\n if (e = e.replace(this.rtlMark, \"\"), e.includes(\"/\")) {\n const o = e.split(\"/\");\n if (e = o[0], o.length > 1)\n try {\n const u = +o[1].trim();\n this.versification = new c(l[u]);\n } catch {\n throw new v(\"Invalid reference : \" + e);\n }\n }\n const s = e.trim().split(\" \");\n if (s.length !== 2)\n throw new v(\"Invalid reference : \" + e);\n const r = s[1].split(\":\"), a = +r[0];\n if (r.length !== 2 || m.bookIdToNumber(s[0]) === 0 || !Number.isInteger(a) || a < 0 || !i.isVerseParseable(r[1]))\n throw new v(\"Invalid reference : \" + e);\n this.updateInternal(s[0], r[0], r[1]);\n }\n /**\n * Simplifies this verse ref so that it has no bridging of verses or\n * verse segments like `'1a'`.\n */\n simplify() {\n this._verse = void 0;\n }\n /**\n * Makes a clone of the reference.\n *\n * @returns The cloned VerseRef.\n */\n clone() {\n return new i(this);\n }\n toString() {\n const e = this.book;\n return e === \"\" ? \"\" : `${e} ${this.chapter}:${this.verse}`;\n }\n toJSON() {\n let e = this.verse;\n (e === \"\" || e === this.verseNum.toString()) && (e = void 0);\n const s = {\n book: this.book,\n chapterNum: this.chapterNum,\n verseNum: this.verseNum,\n verse: e,\n versificationStr: this.versificationStr\n };\n return e || delete s.verse, s;\n }\n /**\n * Compares this `VerseRef` with supplied one.\n * @param verseRef - object to compare this one to.\n * @returns `true` if this `VerseRef` is equal to the supplied one, `false` otherwise.\n */\n equals(e) {\n return e instanceof i ? e._bookNum === this._bookNum && e._chapterNum === this._chapterNum && e._verseNum === this._verseNum && e.verse === this.verse && (e.versification == null && this.versification == null || e.versification != null && this.versification != null && e.versification.equals(this.versification)) : !1;\n }\n /**\n * Enumerate all individual verses contained in a VerseRef.\n * Verse ranges are indicated by \"-\" and consecutive verses by \",\"s.\n * Examples:\n * GEN 1:2 returns GEN 1:2\n * GEN 1:1a-3b,5 returns GEN 1:1a, GEN 1:2, GEN 1:3b, GEN 1:5\n * GEN 1:2a-2c returns //! ??????\n *\n * @param specifiedVersesOnly - if set to true return only verses that are\n * explicitly specified only, not verses within a range. Defaults to `false`.\n * @param verseRangeSeparators - Verse range separators.\n * Defaults to `VerseRef.verseRangeSeparators`.\n * @param verseSequenceSeparators - Verse sequence separators.\n * Defaults to `VerseRef.verseSequenceIndicators`.\n * @returns An array of all single verse references in this VerseRef.\n */\n allVerses(e = !1, s = i.verseRangeSeparators, r = i.verseSequenceIndicators) {\n if (this._verse == null || this.chapterNum <= 0)\n return [this.clone()];\n const a = [], o = E(this._verse, r);\n for (const u of o.map((f) => E(f, s))) {\n const f = this.clone();\n f.verse = u[0];\n const d = f.verseNum;\n if (a.push(f), u.length > 1) {\n const b = this.clone();\n if (b.verse = u[1], !e)\n for (let p = d + 1; p < b.verseNum; p++) {\n const J = new i(\n this._bookNum,\n this._chapterNum,\n p,\n this.versification\n );\n this.isExcluded || a.push(J);\n }\n a.push(b);\n }\n }\n return a;\n }\n /**\n * Validates a verse number using the supplied separators rather than the defaults.\n */\n validateVerse(e, s) {\n if (!this.verse)\n return this.internalValid;\n let r = 0;\n for (const a of this.allVerses(!0, e, s)) {\n const o = a.internalValid;\n if (o !== 0)\n return o;\n const u = a.BBBCCCVVV;\n if (r > u)\n return 3;\n if (r === u)\n return 4;\n r = u;\n }\n return 0;\n }\n /**\n * Gets whether a single verse reference is valid.\n */\n get internalValid() {\n return this.versification == null ? 1 : this._bookNum <= 0 || this._bookNum > m.lastBook ? 2 : (m.isCanonical(this._bookNum), 0);\n }\n setEmpty(e = i.defaultVersification) {\n this._bookNum = 0, this._chapterNum = -1, this._verse = void 0, this.versification = e;\n }\n updateInternal(e, s, r) {\n this.bookNum = m.bookIdToNumber(e), this.chapter = s, this.verse = r;\n }\n};\nn(i, \"defaultVersification\", c.English), n(i, \"verseRangeSeparator\", \"-\"), n(i, \"verseSequenceIndicator\", \",\"), n(i, \"verseRangeSeparators\", [i.verseRangeSeparator]), n(i, \"verseSequenceIndicators\", [i.verseSequenceIndicator]), n(i, \"chapterDigitShifter\", 1e3), n(i, \"bookDigitShifter\", i.chapterDigitShifter * i.chapterDigitShifter), n(i, \"bcvMaxValue\", i.chapterDigitShifter - 1), /**\n * The valid status of the VerseRef.\n */\nn(i, \"ValidStatusType\", D);\nlet M = i;\nclass v extends Error {\n}\nexport {\n _ as BookSet,\n m as Canon,\n c as ScrVers,\n l as ScrVersType,\n M as VerseRef,\n v as VerseRefException\n};\n//# sourceMappingURL=index.es.js.map\n","\"use strict\"\r\n\r\n// Based on: https://github.com/lodash/lodash/blob/6018350ac10d5ce6a5b7db625140b82aeab804df/.internal/unicodeSize.js\r\n\r\nmodule.exports = () => {\r\n\t// Used to compose unicode character classes.\r\n\tconst astralRange = \"\\\\ud800-\\\\udfff\"\r\n\tconst comboMarksRange = \"\\\\u0300-\\\\u036f\"\r\n\tconst comboHalfMarksRange = \"\\\\ufe20-\\\\ufe2f\"\r\n\tconst comboSymbolsRange = \"\\\\u20d0-\\\\u20ff\"\r\n\tconst comboMarksExtendedRange = \"\\\\u1ab0-\\\\u1aff\"\r\n\tconst comboMarksSupplementRange = \"\\\\u1dc0-\\\\u1dff\"\r\n\tconst comboRange = comboMarksRange + comboHalfMarksRange + comboSymbolsRange + comboMarksExtendedRange + comboMarksSupplementRange\r\n\tconst varRange = \"\\\\ufe0e\\\\ufe0f\"\r\n\tconst familyRange = \"\\\\uD83D\\\\uDC69\\\\uD83C\\\\uDFFB\\\\u200D\\\\uD83C\\\\uDF93\"\r\n\r\n\t// Used to compose unicode capture groups.\r\n\tconst astral = `[${astralRange}]`\r\n\tconst combo = `[${comboRange}]`\r\n\tconst fitz = \"\\\\ud83c[\\\\udffb-\\\\udfff]\"\r\n\tconst modifier = `(?:${combo}|${fitz})`\r\n\tconst nonAstral = `[^${astralRange}]`\r\n\tconst regional = \"(?:\\\\uD83C[\\\\uDDE6-\\\\uDDFF]){2}\"\r\n\tconst surrogatePair = \"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\"\r\n\tconst zwj = \"\\\\u200d\"\r\n\tconst blackFlag = \"(?:\\\\ud83c\\\\udff4\\\\udb40\\\\udc67\\\\udb40\\\\udc62\\\\udb40(?:\\\\udc65|\\\\udc73|\\\\udc77)\\\\udb40(?:\\\\udc6e|\\\\udc63|\\\\udc6c)\\\\udb40(?:\\\\udc67|\\\\udc74|\\\\udc73)\\\\udb40\\\\udc7f)\"\r\n\tconst family = `[${familyRange}]`\r\n\r\n\t// Used to compose unicode regexes.\r\n\tconst optModifier = `${modifier}?`\r\n\tconst optVar = `[${varRange}]?`\r\n\tconst optJoin = `(?:${zwj}(?:${[nonAstral, regional, surrogatePair].join(\"|\")})${optVar + optModifier})*`\r\n\tconst seq = optVar + optModifier + optJoin\r\n\tconst nonAstralCombo = `${nonAstral}${combo}?`\r\n\tconst symbol = `(?:${[nonAstralCombo, combo, regional, surrogatePair, astral, family].join(\"|\")})`\r\n\r\n\t// Used to match [String symbols](https://mathiasbynens.be/notes/javascript-unicode).\r\n\treturn new RegExp(`${blackFlag}|${fitz}(?=${fitz})|${symbol + seq}`, \"g\")\r\n}\r\n","\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// @ts-ignore\nvar char_regex_1 = __importDefault(require(\"char-regex\"));\n/**\n * Converts a string to an array of string chars\n * @param {string} str The string to turn into array\n * @returns {string[]}\n */\nfunction toArray(str) {\n if (typeof str !== 'string') {\n throw new Error('A string is expected as input');\n }\n return str.match(char_regex_1.default()) || [];\n}\nexports.toArray = toArray;\n/**\n * Returns the length of a string\n *\n * @export\n * @param {string} str\n * @returns {number}\n */\nfunction length(str) {\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n var match = str.match(char_regex_1.default());\n return match === null ? 0 : match.length;\n}\nexports.length = length;\n/**\n * Returns a substring by providing start and end position\n *\n * @export\n * @param {string} str\n * @param {number} [begin=0] Starting position\n * @param {number} end End position\n * @returns {string}\n */\nfunction substring(str, begin, end) {\n if (begin === void 0) { begin = 0; }\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n // Even though negative numbers work here, theyre not in the spec\n if (typeof begin !== 'number' || begin < 0) {\n begin = 0;\n }\n if (typeof end === 'number' && end < 0) {\n end = 0;\n }\n var match = str.match(char_regex_1.default());\n if (!match)\n return '';\n return match.slice(begin, end).join('');\n}\nexports.substring = substring;\n/**\n * Returns a substring by providing start position and length\n *\n * @export\n * @param {string} str\n * @param {number} [begin=0] Starting position\n * @param {number} len Desired length\n * @returns {string}\n */\nfunction substr(str, begin, len) {\n if (begin === void 0) { begin = 0; }\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n var strLength = length(str);\n // Fix type\n if (typeof begin !== 'number') {\n begin = parseInt(begin, 10);\n }\n // Return zero-length string if got oversize number.\n if (begin >= strLength) {\n return '';\n }\n // Calculating postive version of negative value.\n if (begin < 0) {\n begin += strLength;\n }\n var end;\n if (typeof len === 'undefined') {\n end = strLength;\n }\n else {\n // Fix type\n if (typeof len !== 'number') {\n len = parseInt(len, 10);\n }\n end = len >= 0 ? len + begin : begin;\n }\n var match = str.match(char_regex_1.default());\n if (!match)\n return '';\n return match.slice(begin, end).join('');\n}\nexports.substr = substr;\n/**\n * Enforces a string to be a certain length by\n * adding or removing characters\n *\n * @export\n * @param {string} str\n * @param {number} [limit=16] Limit\n * @param {string} [padString='#'] The Pad String\n * @param {string} [padPosition='right'] The Pad Position\n * @returns {string}\n */\nfunction limit(str, limit, padString, padPosition) {\n if (limit === void 0) { limit = 16; }\n if (padString === void 0) { padString = '#'; }\n if (padPosition === void 0) { padPosition = 'right'; }\n // Input should be a string, limit should be a number\n if (typeof str !== 'string' || typeof limit !== 'number') {\n throw new Error('Invalid arguments specified');\n }\n // Pad position should be either left or right\n if (['left', 'right'].indexOf(padPosition) === -1) {\n throw new Error('Pad position should be either left or right');\n }\n // Pad string can be anything, we convert it to string\n if (typeof padString !== 'string') {\n padString = String(padString);\n }\n // Calculate string length considering astral code points\n var strLength = length(str);\n if (strLength > limit) {\n return substring(str, 0, limit);\n }\n else if (strLength < limit) {\n var padRepeats = padString.repeat(limit - strLength);\n return padPosition === 'left' ? padRepeats + str : str + padRepeats;\n }\n return str;\n}\nexports.limit = limit;\n/**\n * Returns the index of the first occurrence of a given string\n *\n * @export\n * @param {string} str\n * @param {string} [searchStr] the string to search\n * @param {number} [pos] starting position\n * @returns {number}\n */\nfunction indexOf(str, searchStr, pos) {\n if (pos === void 0) { pos = 0; }\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n if (str === '') {\n if (searchStr === '') {\n return 0;\n }\n return -1;\n }\n // fix type\n pos = Number(pos);\n pos = isNaN(pos) ? 0 : pos;\n searchStr = String(searchStr);\n var strArr = toArray(str);\n if (pos >= strArr.length) {\n if (searchStr === '') {\n return strArr.length;\n }\n return -1;\n }\n if (searchStr === '') {\n return pos;\n }\n var searchArr = toArray(searchStr);\n var finded = false;\n var index;\n for (index = pos; index < strArr.length; index += 1) {\n var searchIndex = 0;\n while (searchIndex < searchArr.length &&\n searchArr[searchIndex] === strArr[index + searchIndex]) {\n searchIndex += 1;\n }\n if (searchIndex === searchArr.length &&\n searchArr[searchIndex - 1] === strArr[index + searchIndex - 1]) {\n finded = true;\n break;\n }\n }\n return finded ? index : -1;\n}\nexports.indexOf = indexOf;\n","/**\n * Ensures that the given input is returned as an array.\n *\n * This function takes a value that might be a single item, an array, or `undefined` and returns it\n * as an array:\n *\n * - If the input is `undefined`, an empty array is returned.\n * - If the input is already an array, it is returned as-is.\n * - If the input is a single item, it is wrapped in an array.\n *\n * @typeParam T - The type of the elements in the array.\n * @param maybeArray - The value that may be a single item, an array, or `undefined`.\n * @returns An array containing the input value(s). If the input is `undefined`, an empty array is\n * returned.\n */\nexport default function ensureArray(maybeArray: T | T[] | undefined): T[] {\n if (!maybeArray) return [];\n\n return Array.isArray(maybeArray) ? maybeArray : [maybeArray];\n}\n","import { LocalizeKey } from 'menus.model';\nimport {\n indexOf as stringzIndexOf,\n substring as stringzSubstring,\n length as stringzLength,\n toArray as stringzToArray,\n limit as stringzLimit,\n substr as stringzSubstr,\n} from 'stringz';\nimport ensureArray from './array-util';\nimport { isString } from './util';\n\n/**\n * This function mirrors the `at` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Finds the Unicode code point at the given index.\n *\n * @param string String to index\n * @param index Position of the character to be returned in range of -length(string) to\n * length(string)\n * @returns New string consisting of the Unicode code point located at the specified offset,\n * undefined if index is out of bounds\n */\nexport function at(string: string, index: number): string | undefined {\n if (index > stringLength(string) || index < -stringLength(string)) return undefined;\n return substr(string, index, 1);\n}\n\n/**\n * This function mirrors the `charAt` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a new string consisting of the single unicode code point at the given index.\n *\n * @param string String to index\n * @param index Position of the string character to be returned, in the range of 0 to\n * length(string)-1\n * @returns New string consisting of the Unicode code point located at the specified offset, empty\n * string if index is out of bounds\n */\nexport function charAt(string: string, index: number): string {\n if (index < 0 || index > stringLength(string) - 1) return '';\n return substr(string, index, 1);\n}\n\n/**\n * This function mirrors the `codePointAt` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a non-negative integer that is the Unicode code point value of the character starting at\n * the given index.\n *\n * @param string String to index\n * @param index Position of the string character to be returned, in the range of 0 to\n * length(string)-1\n * @returns Non-negative integer representing the code point value of the character at the given\n * index, or undefined if there is no element at that position\n */\nexport function codePointAt(string: string, index: number): number | undefined {\n if (index < 0 || index > stringLength(string) - 1) return undefined;\n return substr(string, index, 1).codePointAt(0);\n}\n\n/**\n * This function mirrors the `endsWith` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Determines whether a string ends with the characters of this string.\n *\n * @param string String to search through\n * @param searchString Characters to search for at the end of the string\n * @param endPosition End position where searchString is expected to be found. Default is\n * `length(string)`\n * @returns True if it ends with searchString, false if it does not\n */\nexport function endsWith(\n string: string,\n searchString: string,\n endPosition: number = stringLength(string),\n): boolean {\n const lastIndexOfSearchString = lastIndexOf(string, searchString);\n if (lastIndexOfSearchString === -1) return false;\n if (lastIndexOfSearchString + stringLength(searchString) !== endPosition) return false;\n return true;\n}\n\n/**\n * Get the index of the closest closing curly brace in a string.\n *\n * Note: when escaped, gets the index of the curly brace, not the backslash before it.\n *\n * @param str String to search\n * @param index Index at which to start searching. Inclusive of this index\n * @param escaped Whether to search for an escaped or an unescaped closing curly brace\n * @returns Index of closest closing curly brace or -1 if not found\n */\nfunction indexOfClosestClosingCurlyBrace(str: string, index: number, escaped: boolean) {\n if (index < 0) return -1;\n if (escaped) {\n if (charAt(str, index) === '}' && charAt(str, index - 1) === '\\\\') return index;\n const closeCurlyBraceIndex = indexOf(str, '\\\\}', index);\n return closeCurlyBraceIndex >= 0 ? closeCurlyBraceIndex + 1 : closeCurlyBraceIndex;\n }\n\n let i = index;\n const strLength = stringLength(str);\n while (i < strLength) {\n i = indexOf(str, '}', i);\n\n if (i === -1 || charAt(str, i - 1) !== '\\\\') break;\n\n // Didn't find an un-escaped close brace, so keep looking\n i += 1;\n }\n\n return i >= strLength ? -1 : i;\n}\n\n/**\n * Formats a string into an array of objects (adjacent strings are concatenated in one array entry),\n * replacing `{replacer key}` with the value in the `replacers` at that replacer key (or multiple\n * replacer values if there are multiple in the string). Will also remove \\ before curly braces if\n * curly braces are escaped with a backslash in order to preserve the curly braces. E.g. 'Hi, this\n * is {name}! I like `\\{curly braces\\}`! would become Hi, this is Jim! I like {curly braces}!\n *\n * If the key in unescaped braces is not found, returns the key without the braces. Empty unescaped\n * curly braces will just return a string without the braces e.g. ('I am {Nemo}', { 'name': 'Jim'})\n * would return 'I am Nemo'.\n *\n * Note: React elements can be used as replacer values.\n *\n * @example\n *\n * ```tsx\n *

\n * {formatReplacementStringToArray('Hi {other}! I am {name}.', {\n * other: 'Billy',\n * name: Jim,\n * })}\n *

\n * ```\n *\n * @example\n *\n * ```typescript\n * formatReplacementStringToArray(\n * 'Hi, this is {name}! I like \\{curly braces\\}! I have a {carInfo} car. My favorite food is {food}.',\n * { name: ['Bill'], carInfo: { year: 2015, color: 'blue' } }\n * );\n *\n * =>\n *\n * ['Hi, this is ', ['Bill'], '! I like {curly braces}! I have a ', { year: 2015, color: 'blue' }, ' car. My favorite food is food.']\n * ```\n *\n * @param str String to format and break out into an array of objects\n * @param replacers Object whose keys are replacer keys and whose values are the values with which\n * to replace `{replacer key}`s found in the string to format. If the replacer value is a string,\n * it will be concatenated into existing strings in the array. Otherwise, the replacer value will\n * be added as a new entry in the array\n * @returns Array of formatted strings and replaced objects\n */\nexport function formatReplacementStringToArray(\n str: string,\n replacers: { [key: string | number]: T } | object,\n): (string | T)[] {\n /** The compiled list of contents with replacers replaced appropriately */\n const contents: (string | T)[] = [];\n\n // current index in the string as we go through it\n let i = 0;\n // first index of characters to include in the next plain string added to the content\n let nextIntermediateStartIndex = 0;\n\n /**\n * Adds some content to the array of contents that is being built and also add the intermediate\n * string between the last added content and this added content\n *\n * @param newContent Content to add\n * @param newContentIndex Position in string where newContent starts\n * @param newContentLength Length in the string of the representation of this newContent\n */\n function addToContents(\n newContent: string | T,\n newContentIndex: number,\n newContentLength: number,\n ) {\n // Get the string content between the last new content and this new content\n const intermediateContent = substring(str, nextIntermediateStartIndex, newContentIndex);\n\n // If the last item in contents is a string, pull it out and add intermediateContent to\n // it. Otherwise stick with just intermediateContent\n const baseSubstring =\n contents.length > 0 && isString(contents[contents.length - 1])\n ? `${contents.pop()}${intermediateContent}`\n : intermediateContent;\n\n if (isString(newContent)) {\n // If the new content is a string, add it all together\n contents.push(`${baseSubstring}${newContent}`);\n } else {\n // New content is not a string. Add the base string if it exists (don't add an\n // empty string between added contents), then add the new content separately\n if (baseSubstring) contents.push(baseSubstring);\n contents.push(newContent);\n }\n\n // Set the intermediate start index to right after the new content so whatever\n // string content is between replacers gets added\n nextIntermediateStartIndex = newContentIndex + newContentLength;\n }\n\n const strLength = stringLength(str);\n while (i < strLength) {\n switch (charAt(str, i)) {\n case '{':\n if (charAt(str, i - 1) !== '\\\\') {\n // This character is an un-escaped open curly brace. Try to match and replace\n const closeCurlyBraceIndex = indexOfClosestClosingCurlyBrace(str, i, false);\n if (closeCurlyBraceIndex >= 0) {\n // We have matching open and close indices. Try to replace the contents\n const replacerKey = substring(str, i + 1, closeCurlyBraceIndex);\n\n // Replace with the replacer or just remove the curly braces\n const replacerContent =\n replacerKey in replacers\n ? // Just checked that the key is in the object\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n replacers[replacerKey as keyof typeof replacers]\n : replacerKey;\n\n addToContents(replacerContent, i, closeCurlyBraceIndex + 1 - i);\n\n // Put our index at the closing brace to keep processing the string after it\n i = closeCurlyBraceIndex;\n // Set the intermediate start index to right after our closing curly brace so whatever\n // string content is between replacers gets added\n nextIntermediateStartIndex = closeCurlyBraceIndex + 1;\n } else {\n // This is an unexpected un-escaped open curly brace with no matching closing curly\n // brace. Just ignore, I guess\n }\n } else {\n // This character is an escaped open curly brace. Add the curly brace but skip over the\n // escape backslash\n addToContents('{', i - 1, 2);\n }\n break;\n case '}':\n if (charAt(str, i - 1) !== '\\\\') {\n // This character is an un-escaped closing curly brace with no matching open curly\n // brace. Just ignore, I guess\n } else {\n // This character is an escaped closing curly brace. Add the curly brace but skip over\n // the escape backslash\n addToContents('}', i - 1, 2);\n }\n break;\n default:\n // No need to do anything with other characters at this point\n break;\n }\n\n i += 1;\n }\n\n // Now we are through the whole string and need to add the string content after all replacers if\n // there is anything left\n if (nextIntermediateStartIndex < strLength) {\n // Get the string content between the last new content and this new content\n const endContent = substring(str, nextIntermediateStartIndex);\n\n // If the last item in contents is a string, pull it out and add endContent to\n // it. Then put it in the contents array\n contents.push(\n contents.length > 0 && isString(contents[contents.length - 1])\n ? `${contents.pop()}${endContent}`\n : endContent,\n );\n }\n\n return contents;\n}\n\n/**\n * Formats a string, replacing `{replacer key}` with the value in the `replacers` at that replacer\n * key (or multiple replacer values if there are multiple in the string). Will also remove \\ before\n * curly braces if curly braces are escaped with a backslash in order to preserve the curly braces.\n * E.g. 'Hi, this is {name}! I like `\\{curly braces\\}`! would become Hi, this is Jim! I like {curly\n * braces}!\n *\n * If the key in unescaped braces is not found, returns the key without the braces. Empty unescaped\n * curly braces will just return a string without the braces e.g. ('I am {Nemo}', { 'name': 'Jim'})\n * would return 'I am Nemo'.\n *\n * @example\n *\n * ```typescript\n * formatReplacementString(\n * 'Hi, this is {name}! I like \\{curly braces\\}! I have a {carColor} car. My favorite food is {food}.',\n * { name: 'Bill', carColor: 'blue' }\n * );\n *\n * =>\n *\n * 'Hi, this is Bill! I like {curly braces}! I have a blue car. My favorite food is food.'\n * ```\n *\n * @param str String to format\n * @param replacers Object whose keys are replacer keys and whose values are the values with which\n * to replace `{replacer key}`s found in the string to format. Will be coerced to strings using\n * `${replacerValue}`\n * @returns Formatted string\n */\nexport function formatReplacementString(\n str: string,\n replacers: { [key: string | number]: string | unknown } | object,\n): string {\n return formatReplacementStringToArray(str, replacers)\n .map((content) => `${content}`)\n .join('');\n}\n\n/**\n * This function mirrors the `includes` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Performs a case-sensitive search to determine if searchString is found in string.\n *\n * @param string String to search through\n * @param searchString String to search for\n * @param position Position within the string to start searching for searchString. Default is `0`\n * @returns True if search string is found, false if it is not\n */\nexport function includes(string: string, searchString: string, position: number = 0): boolean {\n const partialString = substring(string, position);\n const indexOfSearchString = indexOf(partialString, searchString);\n if (indexOfSearchString === -1) return false;\n return true;\n}\n\n/**\n * This function mirrors the `indexOf` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns the index of the first occurrence of a given string.\n *\n * @param string String to search through\n * @param searchString The string to search for\n * @param position Start of searching. Default is `0`\n * @returns Index of the first occurrence of a given string\n */\nexport function indexOf(\n string: string,\n searchString: string,\n position: number | undefined = 0,\n): number {\n return stringzIndexOf(string, searchString, position);\n}\n\n/**\n * This function mirrors the `lastIndexOf` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Searches this string and returns the index of the last occurrence of the specified substring.\n *\n * @param string String to search through\n * @param searchString Substring to search for\n * @param position The index at which to begin searching. If omitted, the search begins at the end\n * of the string. Default is `undefined`\n * @returns Index of the last occurrence of searchString found, or -1 if not found.\n */\nexport function lastIndexOf(string: string, searchString: string, position?: number): number {\n let validatedPosition = position === undefined ? stringLength(string) : position;\n\n if (validatedPosition < 0) {\n validatedPosition = 0;\n } else if (validatedPosition >= stringLength(string)) {\n validatedPosition = stringLength(string) - 1;\n }\n\n for (let index = validatedPosition; index >= 0; index--) {\n if (substr(string, index, stringLength(searchString)) === searchString) {\n return index;\n }\n }\n\n return -1;\n}\n\n/**\n * This function mirrors the `length` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes. Since `length` appears to be a\n * reserved keyword, the function was renamed to `stringLength`\n *\n * Returns the length of a string.\n *\n * @param string String to return the length for\n * @returns Number that is length of the starting string\n */\nexport function stringLength(string: string): number {\n return stringzLength(string);\n}\n\n/**\n * This function mirrors the `normalize` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns the Unicode Normalization Form of this string.\n *\n * @param string The starting string\n * @param form Form specifying the Unicode Normalization Form. Default is `'NFC'`\n * @returns A string containing the Unicode Normalization Form of the given string.\n */\nexport function normalize(string: string, form: 'NFC' | 'NFD' | 'NFKC' | 'NFKD' | 'none'): string {\n const upperCaseForm = form.toUpperCase();\n if (upperCaseForm === 'NONE') {\n return string;\n }\n return string.normalize(upperCaseForm);\n}\n\n/**\n * Compares two strings using an ordinal comparison approach based on the specified collation\n * options. This function uses the built-in `localeCompare` method with the 'en' locale and the\n * provided collation options to compare the strings.\n *\n * @param string1 The first string to compare.\n * @param string2 The second string to compare.\n * @param options Optional. The collation options used for comparison.\n * @returns A number indicating the result of the comparison: - Negative value if string1 precedes\n * string2 in sorting order. - Zero if string1 and string2 are equivalent in sorting order. -\n * Positive value if string1 follows string2 in sorting order.\n */\nexport function ordinalCompare(\n string1: string,\n string2: string,\n options?: Intl.CollatorOptions,\n): number {\n return string1.localeCompare(string2, 'en', options);\n}\n\n/**\n * This function mirrors the `padEnd` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Pads this string with another string (multiple times, if needed) until the resulting string\n * reaches the given length. The padding is applied from the end of this string.\n *\n * @param string String to add padding too\n * @param targetLength The length of the resulting string once the starting string has been padded.\n * If value is less than or equal to length(string), then string is returned as is.\n * @param padString The string to pad the current string with. If padString is too long to stay\n * within targetLength, it will be truncated. Default is `\" \"`\n * @returns String with appropriate padding at the end\n */\n// Note: Limit with padString only works when length(padString) = 1, will be fixed with https://github.com/sallar/stringz/pull/59\nexport function padEnd(string: string, targetLength: number, padString: string = ' '): string {\n if (targetLength <= stringLength(string)) return string;\n return stringzLimit(string, targetLength, padString, 'right');\n}\n\n/**\n * This function mirrors the `padStart` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Pads this string with another string (multiple times, if needed) until the resulting string\n * reaches the given length. The padding is applied from the start of this string.\n *\n * @param string String to add padding too\n * @param targetLength The length of the resulting string once the starting string has been padded.\n * If value is less than or equal to length(string), then string is returned as is.\n * @param padString The string to pad the current string with. If padString is too long to stay\n * within the targetLength, it will be truncated from the end. Default is `\" \"`\n * @returns String with of specified targetLength with padString applied from the start\n */\n// Note: Limit with padString only works when length(padString) = 1, will be fixed with https://github.com/sallar/stringz/pull/59\nexport function padStart(string: string, targetLength: number, padString: string = ' '): string {\n if (targetLength <= stringLength(string)) return string;\n return stringzLimit(string, targetLength, padString, 'left');\n}\n\n// This is a helper function that performs a correction on the slice index to make sure it\n// cannot go out of bounds\nfunction correctSliceIndex(length: number, index: number) {\n if (index > length) return length;\n if (index < -length) return 0;\n if (index < 0) return index + length;\n return index;\n}\n\n/**\n * This function mirrors the `slice` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Extracts a section of this string and returns it as a new string, without modifying the original\n * string.\n *\n * @param string The starting string\n * @param indexStart The index of the first character to include in the returned substring.\n * @param indexEnd The index of the first character to exclude from the returned substring.\n * @returns A new string containing the extracted section of the string.\n */\nexport function slice(string: string, indexStart: number, indexEnd?: number): string {\n const length: number = stringLength(string);\n if (\n indexStart > length ||\n (indexEnd &&\n ((indexStart > indexEnd &&\n !(indexStart >= 0 && indexStart < length && indexEnd < 0 && indexEnd > -length)) ||\n indexEnd < -length))\n )\n return '';\n\n const newStart = correctSliceIndex(length, indexStart);\n const newEnd = indexEnd ? correctSliceIndex(length, indexEnd) : undefined;\n\n return substring(string, newStart, newEnd);\n}\n\n/**\n * This function mirrors the `split` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Takes a pattern and divides the string into an ordered list of substrings by searching for the\n * pattern, puts these substrings into an array, and returns the array.\n *\n * @param string The string to split\n * @param separator The pattern describing where each split should occur\n * @param splitLimit Limit on the number of substrings to be included in the array. Splits the\n * string at each occurrence of specified separator, but stops when limit entries have been placed\n * in the array.\n * @returns An array of strings, split at each point where separator occurs in the starting string.\n * Returns undefined if separator is not found in string.\n */\nexport function split(string: string, separator: string | RegExp, splitLimit?: number): string[] {\n const result: string[] = [];\n\n if (splitLimit !== undefined && splitLimit <= 0) {\n return [string];\n }\n\n if (separator === '') return toArray(string).slice(0, splitLimit);\n\n let regexSeparator = separator;\n if (\n typeof separator === 'string' ||\n (separator instanceof RegExp && !includes(separator.flags, 'g'))\n ) {\n regexSeparator = new RegExp(separator, 'g');\n }\n\n const matches: RegExpMatchArray | null = string.match(regexSeparator);\n\n let currentIndex = 0;\n\n if (!matches) return [string];\n\n for (let index = 0; index < (splitLimit ? splitLimit - 1 : matches.length); index++) {\n const matchIndex = indexOf(string, matches[index], currentIndex);\n const matchLength = stringLength(matches[index]);\n\n result.push(substring(string, currentIndex, matchIndex));\n currentIndex = matchIndex + matchLength;\n\n if (splitLimit !== undefined && result.length === splitLimit) {\n break;\n }\n }\n\n result.push(substring(string, currentIndex));\n\n return result;\n}\n\n/**\n * This function mirrors the `startsWith` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Determines whether the string begins with the characters of a specified string, returning true or\n * false as appropriate.\n *\n * @param string String to search through\n * @param searchString The characters to be searched for at the start of this string.\n * @param position The start position at which searchString is expected to be found (the index of\n * searchString's first character). Default is `0`\n * @returns True if the given characters are found at the beginning of the string, including when\n * searchString is an empty string; otherwise, false.\n */\nexport function startsWith(string: string, searchString: string, position: number = 0): boolean {\n const indexOfSearchString = indexOf(string, searchString, position);\n if (indexOfSearchString !== position) return false;\n return true;\n}\n\n/**\n * This function mirrors the `substr` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a substring by providing start and length. This function is not exported because it is\n * considered deprecated, however it is still useful as a local helper function.\n *\n * @param string String to be divided\n * @param begin Start position. Default is `Start of string`\n * @param len Length of result. Default is `String length minus start parameter`. Default is `String\n * length minus start parameter`\n * @returns Substring from starting string\n */\nfunction substr(\n string: string,\n begin: number = 0,\n len: number = stringLength(string) - begin,\n): string {\n return stringzSubstr(string, begin, len);\n}\n\n/**\n * This function mirrors the `substring` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a substring by providing start and end position.\n *\n * @param string String to be divided\n * @param begin Start position\n * @param end End position. Default is `End of string`\n * @returns Substring from starting string\n */\nexport function substring(\n string: string,\n begin: number,\n end: number = stringLength(string),\n): string {\n return stringzSubstring(string, begin, end);\n}\n\n/**\n * This function mirrors the `toArray` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Converts a string to an array of string characters.\n *\n * @param string String to convert to array\n * @returns An array of characters from the starting string\n */\nexport function toArray(string: string): string[] {\n return stringzToArray(string);\n}\n\n/** Determine whether the string is a `LocalizeKey` meant to be localized in Platform.Bible. */\nexport function isLocalizeKey(str: string): str is LocalizeKey {\n return startsWith(str, '%') && endsWith(str, '%');\n}\n\n/**\n * Escape RegExp special characters.\n *\n * You can also use this to escape a string that is inserted into the middle of a regex, for\n * example, into a character class.\n *\n * All credit to [`escape-string-regexp`](https://www.npmjs.com/package/escape-string-regexp) - this\n * function is simply copied directly from there to allow a common js export\n *\n * @example\n *\n * import escapeStringRegexp from 'platform-bible-utils';\n *\n * const escapedString = escapeStringRegexp('How much $ for a 🦄?');\n * //=> 'How much \\\\$ for a 🦄\\\\?'\n *\n * new RegExp(escapedString);\n */\nexport function escapeStringRegexp(string: string): string {\n if (typeof string !== 'string') {\n throw new TypeError('Expected a string');\n }\n\n // Escape characters with special meaning either inside or outside character sets.\n // Use a simple backslash escape when it’s always valid, and a `\\xnn` escape when the simpler form would be disallowed by Unicode patterns’ stricter grammar.\n return string.replace(/[|\\\\{}()[\\]^$+*?.]/g, '\\\\$&').replace(/-/g, '\\\\x2d');\n}\n\n/**\n * Transforms a string or an array of strings into an array of regular expressions, ensuring that\n * the result is always an array.\n *\n * This function accepts a value that may be a single string, an array of strings, or `undefined`.\n * It then:\n *\n * - Converts each string into a `RegExp` object.\n * - If the input is an array containing nested arrays, it converts each string in the nested arrays\n * into `RegExp` objects.\n * - Ensures that the result is always an array of `RegExp` objects or arrays of `RegExp` objects.\n *\n * @param stringStringMaybeArray - The value to be transformed, which can be a single string, an\n * array of strings or arrays of strings, or `undefined`.\n * @returns An array of `RegExp` objects or arrays of `RegExp` objects. If the input is `undefined`,\n * an empty array is returned.\n */\nexport function transformAndEnsureRegExpRegExpArray(\n stringStringMaybeArray: string | (string | string[])[] | undefined,\n): (RegExp | RegExp[])[] {\n if (!stringStringMaybeArray) return [];\n\n const stringStringArray = ensureArray(stringStringMaybeArray);\n\n const regExpRegExpArray = stringStringArray.map((stringMaybeStringArray: string | string[]) =>\n Array.isArray(stringMaybeStringArray)\n ? stringMaybeStringArray.map((str) => new RegExp(str))\n : new RegExp(stringMaybeStringArray),\n );\n\n return regExpRegExpArray;\n}\n\n/**\n * Transforms a string or an array of strings into an array of regular expressions.\n *\n * This function accepts a value that may be a single string, an array of strings, or `undefined`.\n * It then:\n *\n * - Converts each string into a `RegExp` object.\n * - Ensures that the result is always an array of `RegExp` objects.\n *\n * @param stringMaybeArray - The value to be transformed, which can be a single string, an array of\n * strings, or `undefined`.\n * @returns An array of `RegExp` objects. If the input is `undefined`, an empty array is returned.\n */\nexport function transformAndEnsureRegExpArray(\n stringMaybeArray: string | string[] | undefined,\n): RegExp[] {\n if (!stringMaybeArray) return [];\n\n const stringArray = ensureArray(stringMaybeArray);\n\n const regExpArray = stringArray.map((str: string) => new RegExp(str));\n\n return regExpArray;\n}\n\n/** This is an internal-only export for testing purposes and should not be used in development */\nexport const testingStringUtils = {\n indexOfClosestClosingCurlyBrace,\n};\n","import { Canon, VerseRef } from '@sillsdev/scripture';\nimport { BookInfo, ScriptureReference, ScrollGroupId } from './scripture.model';\nimport { split, startsWith } from './string-util';\nimport { LocalizeKey } from './menus.model';\n\nconst scrBookData: BookInfo[] = [\n { shortName: 'ERR', fullNames: ['ERROR'], chapters: -1 },\n { shortName: 'GEN', fullNames: ['Genesis'], chapters: 50 },\n { shortName: 'EXO', fullNames: ['Exodus'], chapters: 40 },\n { shortName: 'LEV', fullNames: ['Leviticus'], chapters: 27 },\n { shortName: 'NUM', fullNames: ['Numbers'], chapters: 36 },\n { shortName: 'DEU', fullNames: ['Deuteronomy'], chapters: 34 },\n { shortName: 'JOS', fullNames: ['Joshua'], chapters: 24 },\n { shortName: 'JDG', fullNames: ['Judges'], chapters: 21 },\n { shortName: 'RUT', fullNames: ['Ruth'], chapters: 4 },\n { shortName: '1SA', fullNames: ['1 Samuel'], chapters: 31 },\n { shortName: '2SA', fullNames: ['2 Samuel'], chapters: 24 },\n { shortName: '1KI', fullNames: ['1 Kings'], chapters: 22 },\n { shortName: '2KI', fullNames: ['2 Kings'], chapters: 25 },\n { shortName: '1CH', fullNames: ['1 Chronicles'], chapters: 29 },\n { shortName: '2CH', fullNames: ['2 Chronicles'], chapters: 36 },\n { shortName: 'EZR', fullNames: ['Ezra'], chapters: 10 },\n { shortName: 'NEH', fullNames: ['Nehemiah'], chapters: 13 },\n { shortName: 'EST', fullNames: ['Esther'], chapters: 10 },\n { shortName: 'JOB', fullNames: ['Job'], chapters: 42 },\n { shortName: 'PSA', fullNames: ['Psalm', 'Psalms'], chapters: 150 },\n { shortName: 'PRO', fullNames: ['Proverbs'], chapters: 31 },\n { shortName: 'ECC', fullNames: ['Ecclesiastes'], chapters: 12 },\n { shortName: 'SNG', fullNames: ['Song of Solomon', 'Song of Songs'], chapters: 8 },\n { shortName: 'ISA', fullNames: ['Isaiah'], chapters: 66 },\n { shortName: 'JER', fullNames: ['Jeremiah'], chapters: 52 },\n { shortName: 'LAM', fullNames: ['Lamentations'], chapters: 5 },\n { shortName: 'EZK', fullNames: ['Ezekiel'], chapters: 48 },\n { shortName: 'DAN', fullNames: ['Daniel'], chapters: 12 },\n { shortName: 'HOS', fullNames: ['Hosea'], chapters: 14 },\n { shortName: 'JOL', fullNames: ['Joel'], chapters: 3 },\n { shortName: 'AMO', fullNames: ['Amos'], chapters: 9 },\n { shortName: 'OBA', fullNames: ['Obadiah'], chapters: 1 },\n { shortName: 'JON', fullNames: ['Jonah'], chapters: 4 },\n { shortName: 'MIC', fullNames: ['Micah'], chapters: 7 },\n { shortName: 'NAM', fullNames: ['Nahum'], chapters: 3 },\n { shortName: 'HAB', fullNames: ['Habakkuk'], chapters: 3 },\n { shortName: 'ZEP', fullNames: ['Zephaniah'], chapters: 3 },\n { shortName: 'HAG', fullNames: ['Haggai'], chapters: 2 },\n { shortName: 'ZEC', fullNames: ['Zechariah'], chapters: 14 },\n { shortName: 'MAL', fullNames: ['Malachi'], chapters: 4 },\n { shortName: 'MAT', fullNames: ['Matthew'], chapters: 28 },\n { shortName: 'MRK', fullNames: ['Mark'], chapters: 16 },\n { shortName: 'LUK', fullNames: ['Luke'], chapters: 24 },\n { shortName: 'JHN', fullNames: ['John'], chapters: 21 },\n { shortName: 'ACT', fullNames: ['Acts'], chapters: 28 },\n { shortName: 'ROM', fullNames: ['Romans'], chapters: 16 },\n { shortName: '1CO', fullNames: ['1 Corinthians'], chapters: 16 },\n { shortName: '2CO', fullNames: ['2 Corinthians'], chapters: 13 },\n { shortName: 'GAL', fullNames: ['Galatians'], chapters: 6 },\n { shortName: 'EPH', fullNames: ['Ephesians'], chapters: 6 },\n { shortName: 'PHP', fullNames: ['Philippians'], chapters: 4 },\n { shortName: 'COL', fullNames: ['Colossians'], chapters: 4 },\n { shortName: '1TH', fullNames: ['1 Thessalonians'], chapters: 5 },\n { shortName: '2TH', fullNames: ['2 Thessalonians'], chapters: 3 },\n { shortName: '1TI', fullNames: ['1 Timothy'], chapters: 6 },\n { shortName: '2TI', fullNames: ['2 Timothy'], chapters: 4 },\n { shortName: 'TIT', fullNames: ['Titus'], chapters: 3 },\n { shortName: 'PHM', fullNames: ['Philemon'], chapters: 1 },\n { shortName: 'HEB', fullNames: ['Hebrews'], chapters: 13 },\n { shortName: 'JAS', fullNames: ['James'], chapters: 5 },\n { shortName: '1PE', fullNames: ['1 Peter'], chapters: 5 },\n { shortName: '2PE', fullNames: ['2 Peter'], chapters: 3 },\n { shortName: '1JN', fullNames: ['1 John'], chapters: 5 },\n { shortName: '2JN', fullNames: ['2 John'], chapters: 1 },\n { shortName: '3JN', fullNames: ['3 John'], chapters: 1 },\n { shortName: 'JUD', fullNames: ['Jude'], chapters: 1 },\n { shortName: 'REV', fullNames: ['Revelation'], chapters: 22 },\n];\n\nexport const FIRST_SCR_BOOK_NUM = 1;\nexport const LAST_SCR_BOOK_NUM = scrBookData.length - 1;\nexport const FIRST_SCR_CHAPTER_NUM = 1;\nexport const FIRST_SCR_VERSE_NUM = 1;\n\nexport const defaultScrRef: ScriptureReference = {\n bookNum: 1,\n chapterNum: 1,\n verseNum: 1,\n};\n\nexport const getChaptersForBook = (bookNum: number): number => {\n return scrBookData[bookNum]?.chapters ?? -1;\n};\n\nexport const offsetBook = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n bookNum: Math.max(FIRST_SCR_BOOK_NUM, Math.min(scrRef.bookNum + offset, LAST_SCR_BOOK_NUM)),\n chapterNum: 1,\n verseNum: 1,\n});\n\nexport const offsetChapter = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n chapterNum: Math.min(\n Math.max(FIRST_SCR_CHAPTER_NUM, scrRef.chapterNum + offset),\n getChaptersForBook(scrRef.bookNum),\n ),\n verseNum: 1,\n});\n\nexport const offsetVerse = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n verseNum: Math.max(FIRST_SCR_VERSE_NUM, scrRef.verseNum + offset),\n});\n\n/**\n * https://github.com/ubsicap/Paratext/blob/master/ParatextData/SILScriptureExtensions.cs#L72\n *\n * Convert book number to a localized Id (a short description of the book). This should be used\n * whenever a book ID (short code) is shown to the user. It is primarily needed for people who do\n * not read Roman script well and need to have books identified in a alternate script (e.g. Chinese\n * or Russian)\n *\n * @param bookNumber\n * @param localizationLanguage In BCP 47 format\n * @param getLocalizedString Function that provides the localized versions of the book ids and names\n * asynchronously.\n * @returns\n */\nexport async function getLocalizedIdFromBookNumber(\n bookNumber: number,\n localizationLanguage: string,\n getLocalizedString: (item: {\n localizeKey: string;\n languagesToSearch?: string[];\n }) => Promise,\n) {\n const id = Canon.bookNumberToId(bookNumber);\n\n if (!startsWith(Intl.getCanonicalLocales(localizationLanguage)[0], 'zh'))\n return getLocalizedString({\n localizeKey: `LocalizedId.${id}`,\n languagesToSearch: [localizationLanguage],\n });\n\n // For Chinese the normal book name is already fairly short.\n const bookName = await getLocalizedString({\n localizeKey: `Book.${id}`,\n languagesToSearch: [localizationLanguage],\n });\n const parts = split(bookName, '-');\n // some entries had a second name inside ideographic parenthesis\n const parts2 = split(parts[0], '\\xff08');\n const retVal = parts2[0].trim();\n return retVal;\n}\n\n/**\n * Get the Scripture reference as an easily comparable/sortable integer.\n *\n * @param scrRef The Scripture reference.\n * @returns An integer where the first three digits represent the book, the next three represent the\n * chapter and the last three represent the verse.\n */\nexport function scrRefToBBBCCCVVV(scrRef: ScriptureReference): number {\n return new VerseRef(scrRef.bookNum, scrRef.chapterNum, scrRef.verseNum).BBBCCCVVV;\n}\n\n/**\n * Compares two Scripture references canonically.\n *\n * @param scrRef1 The first Scripture reference to compare.\n * @param scrRef2 The second Scripture reference to compare.\n * @returns A number indicating the result of the comparison: - Negative value if scrRef1 precedes\n * scrRef2 in sorting order. - Zero if scrRef1 and scrRef2 are equivalent in sorting order. -\n * Positive value if scrRef1 follows scrRef2 in sorting order.\n */\nexport function compareScrRefs(scrRef1: ScriptureReference, scrRef2: ScriptureReference): number {\n // TODO: consider edge cases for invalid references (current implementation should suffice for\n // all but the most extreme cases)\n return scrRefToBBBCCCVVV(scrRef1) - scrRefToBBBCCCVVV(scrRef2);\n}\n\n/** Get the localized string key for a given scroll group Id (or no scroll group if `undefined`) */\nexport function getLocalizeKeyForScrollGroupId(\n scrollGroupId: ScrollGroupId | undefined | 'undefined',\n): LocalizeKey {\n return `%scrollGroup_${scrollGroupId}%`;\n}\n\n/**\n * Gets a list of localized string keys for provided scroll group Ids. Uses\n * {@link getLocalizeKeyForScrollGroupId} internally\n *\n * @example\n *\n * ```typescript\n * getLocalizeKeysForScrollGroupIds([undefined, 0, 1, 2, 3, 4]);\n * // Gives localized string keys for the provided scroll group ids in an array\n * ```\n *\n * @param scrollGroupIds Scroll group ids to include\n * @returns List of localized string keys for scroll group Ids\n */\nexport function getLocalizeKeysForScrollGroupIds(scrollGroupIds: (ScrollGroupId | undefined)[]) {\n return scrollGroupIds.map((scrollGroupId) => getLocalizeKeyForScrollGroupId(scrollGroupId));\n}\n\n/**\n * Formats a Scripture reference.\n *\n * @param scrRef The Scripture reference to format.\n * @param optionOrLocalizedBookName Either 'id' (the default) to format using the \"standard\" (as\n * defined by SIL/UBS) 3-letter book ID, 'English' to format using the English book name spelled\n * out, or some other string (e.g., a localized book name, vernacular abbreviation, FCBH book id,\n * etc.) to use.\n * @param chapterVerseSeparator The character used to separate the chapter number from the verse\n * number. Default is a colon (:). Note: More than one character is allowed.\n * @param bookChapterSeparator The character used to separate the book from the chapter number.\n * Default is a single space. Note: More than one character is allowed.\n * @returns The formatted reference.\n */\nexport function formatScrRef(\n scrRef: ScriptureReference,\n optionOrLocalizedBookName?: 'id' | 'English' | string,\n chapterVerseSeparator?: string,\n bookChapterSeparator?: string,\n): string {\n let book: string;\n switch (optionOrLocalizedBookName ?? 'id') {\n case 'English':\n book = Canon.bookNumberToEnglishName(scrRef.bookNum);\n break;\n case 'id':\n book = Canon.bookNumberToId(scrRef.bookNum);\n break;\n default:\n // We already dealt with undefined about in the switch, but TS is getting confused.\n book = optionOrLocalizedBookName ?? '';\n break;\n }\n return `${book}${bookChapterSeparator ?? ' '}${scrRef.chapterNum}${chapterVerseSeparator ?? ':'}${scrRef.verseNum}`;\n}\n","/** Function to run to dispose of something. Returns true if successfully unsubscribed */\nexport type Unsubscriber = () => boolean;\n\n/**\n * Returns an Unsubscriber function that combines all the unsubscribers passed in.\n *\n * @param unsubscribers All unsubscribers to aggregate into one unsubscriber\n * @returns Function that unsubscribes from all passed in unsubscribers when run\n */\nexport const aggregateUnsubscribers = (unsubscribers: Unsubscriber[]): Unsubscriber => {\n return (...args) => {\n // Run the unsubscriber for each handler\n const unsubs = unsubscribers.map((unsubscriber) => unsubscriber(...args));\n\n // If all the unsubscribers resolve to truthiness, we succeed\n return unsubs.every((success) => success);\n };\n};\n\n/**\n * Function to run to dispose of something that runs asynchronously. The promise resolves to true if\n * successfully unsubscribed\n */\nexport type UnsubscriberAsync = () => Promise;\n\n/**\n * Returns an UnsubscriberAsync function that combines all the unsubscribers passed in.\n *\n * @param unsubscribers - All unsubscribers to aggregate into one unsubscriber.\n * @returns Function that unsubscribes from all passed in unsubscribers when run\n */\nexport const aggregateUnsubscriberAsyncs = (\n unsubscribers: (UnsubscriberAsync | Unsubscriber)[],\n): UnsubscriberAsync => {\n return async (...args) => {\n // Run the unsubscriber for each handler\n const unsubPromises = unsubscribers.map(async (unsubscriber) => unsubscriber(...args));\n\n // If all the unsubscribers resolve to truthiness, we succeed\n return (await Promise.all(unsubPromises)).every((success) => success);\n };\n};\n","import { type MarkerContent, type MarkerObject } from '@biblionexus-foundation/scripture-utilities';\nimport { VerseRef } from '@sillsdev/scripture';\n\n/** USJ content node type for a chapter */\nexport const CHAPTER_TYPE = 'chapter';\n\n/** USJ content node type for a verse */\nexport const VERSE_TYPE = 'verse';\n\n/** Represents a book, chapter, verse, and offset */\nexport type VerseRefOffset = {\n verseRef: VerseRef;\n offset: number;\n};\n\n/** This could actually have more content clauses at the end, but TS types are limited */\nexport type ContentJsonPath =\n | ''\n | `$`\n | `$.content[${number}]`\n | `$.content[${number}].content[${number}]`\n | `$.content[${number}].content[${number}].content[${number}]`\n | `$.content[${number}].content[${number}].content[${number}].content[${number}]`;\n\n/** Node within a USJ object, an offset within that node, and a JSONPath query to the node */\nexport type UsjContentLocation = {\n node: MarkerContent;\n offset: number;\n jsonPath: ContentJsonPath;\n};\n\n/** Utilities for reading from and writing to `Usj` objects */\nexport interface IUsjReaderWriter {\n /**\n * Return a copy of text following a given starting point\n *\n * @param start Point where text extraction will start\n * @param desiredLength Length of text to extract from this USJ data\n */\n extractText(start: UsjContentLocation, desiredLength: number): string;\n /**\n * Return a copy of text between two points\n *\n * @param start Point where text extraction will start\n * @param end Point where text extraction will end\n * @param maxLength Maximum length of string to return (defaults to 100)\n * @returns Text between the two points, capped at length `maxLength`\n */\n extractTextBetweenPoints(\n start: UsjContentLocation,\n end: UsjContentLocation,\n maxLength: number,\n ): string;\n /**\n * Given a starting point, find the next location in this USJ data that matches the given text\n *\n * @param start Point where the search for `text` will start\n * @param text Text to find\n * @param maxTextLengthToSearch Maximum length of text to search before stopping (default is 1000)\n * @returns Object containing the USJ node where `text` begins (it might be split across nodes),\n * offset within that node that indicates where `text` begins, and a JSONPath string that\n * indicates the location of the of USJ node within `usj`. Note that if the USJ node returned is\n * an object, it is the same object that is within this USJ data. So if you change it, you are\n * changing this USJ data.\n */\n findNextLocationOfMatchingText(\n start: UsjContentLocation,\n text: string,\n maxTextLengthToSearch: number,\n ): UsjContentLocation | undefined;\n /** Find the first value matching the given JSONPath query within this USJ data */\n findSingleValue(jsonPathQuery: string): T | undefined;\n /** Find the parent of the first value matching the given JSONPath query within this USJ data */\n findParent(jsonPathQuery: string): T | undefined;\n /**\n * Convert a JSONPath query into a VerseRef and offset\n *\n * @param jsonPathQuery JSONPath search expression that indicates a node within this USJ data. If\n * the expression matches more than one node, then only the first node found is considered.\n * @param bookId 3 letter ID of the book being searched (must be defined in this USJ data if not\n * provided here)\n * @returns VerseRef and offset that represents the location within this USJ data indicated by\n * `jsonPathQuery`\n */\n jsonPathToVerseRefAndOffset(jsonPathQuery: string, bookId?: string): VerseRefOffset;\n /** Build a JSONPath query that uniquely identifies the given node with this USJ data. */\n nodeToJsonPath(node: MarkerObject): ContentJsonPath;\n /**\n * Determine the VerseRef and offset that correspond to the location of a node somewhere within\n * this USJ data\n *\n * @param bookId ID of the book represented by this USJ data\n * @param node JSON object representing the location of the VerseRef and offset\n * @param nodeParent JSON object that owns the `content` array that includes `node`. If\n * 'undefined' is provided then the `UsjReaderWriter` will attempt to lookup the parent of\n * `node`. The lookup will always fail and throw an error if `node` is a string.\n * @returns VerseRef and offset representing the location of `node`, if one could be found\n */\n nodeToVerseRefAndOffset(\n bookId: string,\n node: MarkerContent,\n nodeParent: MarkerObject | MarkerContent[] | undefined,\n ): { verseRef: VerseRef; offset: number } | undefined;\n /**\n * Remove all nodes from this USJ data that match a given search function.\n *\n * @param searchFunction Function that returns `true` if the given node should be removed\n * @returns Number of nodes removed\n */\n removeContentNodes(searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean): number;\n /**\n * Inform this UsjReaderWriter that the underlying USJ object changed. This is needed to clear\n * caches used when querying.\n */\n usjChanged(): void;\n /**\n * Convert a verse ref + offset into a node + offset within this USJ data and a JSONPath query\n *\n * @param verseRef Indicates the book, chapter, and verse of interest to find\n * @param verseRefOffset Specific location within verse text (defaults to 0)\n * @returns Object containing the USJ node indicated by `verseRef` and `verseRefOffset`, offset\n * within that node that matches the `verseRefOffset`, and a JSONPath string that indicates the\n * location of the of USJ node within this USJ data. Note that if the USJ node returned is an\n * object, it is the same object that is within this USJ data. So if you change it, you are\n * changing this USJ data.\n */\n verseRefToUsjContentLocation(verseRef: VerseRef, verseRefOffset: number): UsjContentLocation;\n}\n","var getOwnPropertyNames = Object.getOwnPropertyNames, getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n/**\n * Combine two comparators into a single comparators.\n */\nfunction combineComparators(comparatorA, comparatorB) {\n return function isEqual(a, b, state) {\n return comparatorA(a, b, state) && comparatorB(a, b, state);\n };\n}\n/**\n * Wrap the provided `areItemsEqual` method to manage the circular state, allowing\n * for circular references to be safely included in the comparison without creating\n * stack overflows.\n */\nfunction createIsCircular(areItemsEqual) {\n return function isCircular(a, b, state) {\n if (!a || !b || typeof a !== 'object' || typeof b !== 'object') {\n return areItemsEqual(a, b, state);\n }\n var cache = state.cache;\n var cachedA = cache.get(a);\n var cachedB = cache.get(b);\n if (cachedA && cachedB) {\n return cachedA === b && cachedB === a;\n }\n cache.set(a, b);\n cache.set(b, a);\n var result = areItemsEqual(a, b, state);\n cache.delete(a);\n cache.delete(b);\n return result;\n };\n}\n/**\n * Get the properties to strictly examine, which include both own properties that are\n * not enumerable and symbol properties.\n */\nfunction getStrictProperties(object) {\n return getOwnPropertyNames(object).concat(getOwnPropertySymbols(object));\n}\n/**\n * Whether the object contains the property passed as an own property.\n */\nvar hasOwn = Object.hasOwn ||\n (function (object, property) {\n return hasOwnProperty.call(object, property);\n });\n/**\n * Whether the values passed are strictly equal or both NaN.\n */\nfunction sameValueZeroEqual(a, b) {\n return a || b ? a === b : a === b || (a !== a && b !== b);\n}\n\nvar OWNER = '_owner';\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor, keys = Object.keys;\n/**\n * Whether the arrays are equal in value.\n */\nfunction areArraysEqual(a, b, state) {\n var index = a.length;\n if (b.length !== index) {\n return false;\n }\n while (index-- > 0) {\n if (!state.equals(a[index], b[index], index, index, a, b, state)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the dates passed are equal in value.\n */\nfunction areDatesEqual(a, b) {\n return sameValueZeroEqual(a.getTime(), b.getTime());\n}\n/**\n * Whether the `Map`s are equal in value.\n */\nfunction areMapsEqual(a, b, state) {\n if (a.size !== b.size) {\n return false;\n }\n var matchedIndices = {};\n var aIterable = a.entries();\n var index = 0;\n var aResult;\n var bResult;\n while ((aResult = aIterable.next())) {\n if (aResult.done) {\n break;\n }\n var bIterable = b.entries();\n var hasMatch = false;\n var matchIndex = 0;\n while ((bResult = bIterable.next())) {\n if (bResult.done) {\n break;\n }\n var _a = aResult.value, aKey = _a[0], aValue = _a[1];\n var _b = bResult.value, bKey = _b[0], bValue = _b[1];\n if (!hasMatch &&\n !matchedIndices[matchIndex] &&\n (hasMatch =\n state.equals(aKey, bKey, index, matchIndex, a, b, state) &&\n state.equals(aValue, bValue, aKey, bKey, a, b, state))) {\n matchedIndices[matchIndex] = true;\n }\n matchIndex++;\n }\n if (!hasMatch) {\n return false;\n }\n index++;\n }\n return true;\n}\n/**\n * Whether the objects are equal in value.\n */\nfunction areObjectsEqual(a, b, state) {\n var properties = keys(a);\n var index = properties.length;\n if (keys(b).length !== index) {\n return false;\n }\n var property;\n // Decrementing `while` showed faster results than either incrementing or\n // decrementing `for` loop and than an incrementing `while` loop. Declarative\n // methods like `some` / `every` were not used to avoid incurring the garbage\n // cost of anonymous callbacks.\n while (index-- > 0) {\n property = properties[index];\n if (property === OWNER &&\n (a.$$typeof || b.$$typeof) &&\n a.$$typeof !== b.$$typeof) {\n return false;\n }\n if (!hasOwn(b, property) ||\n !state.equals(a[property], b[property], property, property, a, b, state)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the objects are equal in value with strict property checking.\n */\nfunction areObjectsEqualStrict(a, b, state) {\n var properties = getStrictProperties(a);\n var index = properties.length;\n if (getStrictProperties(b).length !== index) {\n return false;\n }\n var property;\n var descriptorA;\n var descriptorB;\n // Decrementing `while` showed faster results than either incrementing or\n // decrementing `for` loop and than an incrementing `while` loop. Declarative\n // methods like `some` / `every` were not used to avoid incurring the garbage\n // cost of anonymous callbacks.\n while (index-- > 0) {\n property = properties[index];\n if (property === OWNER &&\n (a.$$typeof || b.$$typeof) &&\n a.$$typeof !== b.$$typeof) {\n return false;\n }\n if (!hasOwn(b, property)) {\n return false;\n }\n if (!state.equals(a[property], b[property], property, property, a, b, state)) {\n return false;\n }\n descriptorA = getOwnPropertyDescriptor(a, property);\n descriptorB = getOwnPropertyDescriptor(b, property);\n if ((descriptorA || descriptorB) &&\n (!descriptorA ||\n !descriptorB ||\n descriptorA.configurable !== descriptorB.configurable ||\n descriptorA.enumerable !== descriptorB.enumerable ||\n descriptorA.writable !== descriptorB.writable)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the primitive wrappers passed are equal in value.\n */\nfunction arePrimitiveWrappersEqual(a, b) {\n return sameValueZeroEqual(a.valueOf(), b.valueOf());\n}\n/**\n * Whether the regexps passed are equal in value.\n */\nfunction areRegExpsEqual(a, b) {\n return a.source === b.source && a.flags === b.flags;\n}\n/**\n * Whether the `Set`s are equal in value.\n */\nfunction areSetsEqual(a, b, state) {\n if (a.size !== b.size) {\n return false;\n }\n var matchedIndices = {};\n var aIterable = a.values();\n var aResult;\n var bResult;\n while ((aResult = aIterable.next())) {\n if (aResult.done) {\n break;\n }\n var bIterable = b.values();\n var hasMatch = false;\n var matchIndex = 0;\n while ((bResult = bIterable.next())) {\n if (bResult.done) {\n break;\n }\n if (!hasMatch &&\n !matchedIndices[matchIndex] &&\n (hasMatch = state.equals(aResult.value, bResult.value, aResult.value, bResult.value, a, b, state))) {\n matchedIndices[matchIndex] = true;\n }\n matchIndex++;\n }\n if (!hasMatch) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the TypedArray instances are equal in value.\n */\nfunction areTypedArraysEqual(a, b) {\n var index = a.length;\n if (b.length !== index) {\n return false;\n }\n while (index-- > 0) {\n if (a[index] !== b[index]) {\n return false;\n }\n }\n return true;\n}\n\nvar ARGUMENTS_TAG = '[object Arguments]';\nvar BOOLEAN_TAG = '[object Boolean]';\nvar DATE_TAG = '[object Date]';\nvar MAP_TAG = '[object Map]';\nvar NUMBER_TAG = '[object Number]';\nvar OBJECT_TAG = '[object Object]';\nvar REG_EXP_TAG = '[object RegExp]';\nvar SET_TAG = '[object Set]';\nvar STRING_TAG = '[object String]';\nvar isArray = Array.isArray;\nvar isTypedArray = typeof ArrayBuffer === 'function' && ArrayBuffer.isView\n ? ArrayBuffer.isView\n : null;\nvar assign = Object.assign;\nvar getTag = Object.prototype.toString.call.bind(Object.prototype.toString);\n/**\n * Create a comparator method based on the type-specific equality comparators passed.\n */\nfunction createEqualityComparator(_a) {\n var areArraysEqual = _a.areArraysEqual, areDatesEqual = _a.areDatesEqual, areMapsEqual = _a.areMapsEqual, areObjectsEqual = _a.areObjectsEqual, arePrimitiveWrappersEqual = _a.arePrimitiveWrappersEqual, areRegExpsEqual = _a.areRegExpsEqual, areSetsEqual = _a.areSetsEqual, areTypedArraysEqual = _a.areTypedArraysEqual;\n /**\n * compare the value of the two objects and return true if they are equivalent in values\n */\n return function comparator(a, b, state) {\n // If the items are strictly equal, no need to do a value comparison.\n if (a === b) {\n return true;\n }\n // If the items are not non-nullish objects, then the only possibility\n // of them being equal but not strictly is if they are both `NaN`. Since\n // `NaN` is uniquely not equal to itself, we can use self-comparison of\n // both objects, which is faster than `isNaN()`.\n if (a == null ||\n b == null ||\n typeof a !== 'object' ||\n typeof b !== 'object') {\n return a !== a && b !== b;\n }\n var constructor = a.constructor;\n // Checks are listed in order of commonality of use-case:\n // 1. Common complex object types (plain object, array)\n // 2. Common data values (date, regexp)\n // 3. Less-common complex object types (map, set)\n // 4. Less-common data values (promise, primitive wrappers)\n // Inherently this is both subjective and assumptive, however\n // when reviewing comparable libraries in the wild this order\n // appears to be generally consistent.\n // Constructors should match, otherwise there is potential for false positives\n // between class and subclass or custom object and POJO.\n if (constructor !== b.constructor) {\n return false;\n }\n // `isPlainObject` only checks against the object's own realm. Cross-realm\n // comparisons are rare, and will be handled in the ultimate fallback, so\n // we can avoid capturing the string tag.\n if (constructor === Object) {\n return areObjectsEqual(a, b, state);\n }\n // `isArray()` works on subclasses and is cross-realm, so we can avoid capturing\n // the string tag or doing an `instanceof` check.\n if (isArray(a)) {\n return areArraysEqual(a, b, state);\n }\n // `isTypedArray()` works on all possible TypedArray classes, so we can avoid\n // capturing the string tag or comparing against all possible constructors.\n if (isTypedArray != null && isTypedArray(a)) {\n return areTypedArraysEqual(a, b, state);\n }\n // Try to fast-path equality checks for other complex object types in the\n // same realm to avoid capturing the string tag. Strict equality is used\n // instead of `instanceof` because it is more performant for the common\n // use-case. If someone is subclassing a native class, it will be handled\n // with the string tag comparison.\n if (constructor === Date) {\n return areDatesEqual(a, b, state);\n }\n if (constructor === RegExp) {\n return areRegExpsEqual(a, b, state);\n }\n if (constructor === Map) {\n return areMapsEqual(a, b, state);\n }\n if (constructor === Set) {\n return areSetsEqual(a, b, state);\n }\n // Since this is a custom object, capture the string tag to determing its type.\n // This is reasonably performant in modern environments like v8 and SpiderMonkey.\n var tag = getTag(a);\n if (tag === DATE_TAG) {\n return areDatesEqual(a, b, state);\n }\n if (tag === REG_EXP_TAG) {\n return areRegExpsEqual(a, b, state);\n }\n if (tag === MAP_TAG) {\n return areMapsEqual(a, b, state);\n }\n if (tag === SET_TAG) {\n return areSetsEqual(a, b, state);\n }\n if (tag === OBJECT_TAG) {\n // The exception for value comparison is custom `Promise`-like class instances. These should\n // be treated the same as standard `Promise` objects, which means strict equality, and if\n // it reaches this point then that strict equality comparison has already failed.\n return (typeof a.then !== 'function' &&\n typeof b.then !== 'function' &&\n areObjectsEqual(a, b, state));\n }\n // If an arguments tag, it should be treated as a standard object.\n if (tag === ARGUMENTS_TAG) {\n return areObjectsEqual(a, b, state);\n }\n // As the penultimate fallback, check if the values passed are primitive wrappers. This\n // is very rare in modern JS, which is why it is deprioritized compared to all other object\n // types.\n if (tag === BOOLEAN_TAG || tag === NUMBER_TAG || tag === STRING_TAG) {\n return arePrimitiveWrappersEqual(a, b, state);\n }\n // If not matching any tags that require a specific type of comparison, then we hard-code false because\n // the only thing remaining is strict equality, which has already been compared. This is for a few reasons:\n // - Certain types that cannot be introspected (e.g., `WeakMap`). For these types, this is the only\n // comparison that can be made.\n // - For types that can be introspected, but rarely have requirements to be compared\n // (`ArrayBuffer`, `DataView`, etc.), the cost is avoided to prioritize the common\n // use-cases (may be included in a future release, if requested enough).\n // - For types that can be introspected but do not have an objective definition of what\n // equality is (`Error`, etc.), the subjective decision is to be conservative and strictly compare.\n // In all cases, these decisions should be reevaluated based on changes to the language and\n // common development practices.\n return false;\n };\n}\n/**\n * Create the configuration object used for building comparators.\n */\nfunction createEqualityComparatorConfig(_a) {\n var circular = _a.circular, createCustomConfig = _a.createCustomConfig, strict = _a.strict;\n var config = {\n areArraysEqual: strict\n ? areObjectsEqualStrict\n : areArraysEqual,\n areDatesEqual: areDatesEqual,\n areMapsEqual: strict\n ? combineComparators(areMapsEqual, areObjectsEqualStrict)\n : areMapsEqual,\n areObjectsEqual: strict\n ? areObjectsEqualStrict\n : areObjectsEqual,\n arePrimitiveWrappersEqual: arePrimitiveWrappersEqual,\n areRegExpsEqual: areRegExpsEqual,\n areSetsEqual: strict\n ? combineComparators(areSetsEqual, areObjectsEqualStrict)\n : areSetsEqual,\n areTypedArraysEqual: strict\n ? areObjectsEqualStrict\n : areTypedArraysEqual,\n };\n if (createCustomConfig) {\n config = assign({}, config, createCustomConfig(config));\n }\n if (circular) {\n var areArraysEqual$1 = createIsCircular(config.areArraysEqual);\n var areMapsEqual$1 = createIsCircular(config.areMapsEqual);\n var areObjectsEqual$1 = createIsCircular(config.areObjectsEqual);\n var areSetsEqual$1 = createIsCircular(config.areSetsEqual);\n config = assign({}, config, {\n areArraysEqual: areArraysEqual$1,\n areMapsEqual: areMapsEqual$1,\n areObjectsEqual: areObjectsEqual$1,\n areSetsEqual: areSetsEqual$1,\n });\n }\n return config;\n}\n/**\n * Default equality comparator pass-through, used as the standard `isEqual` creator for\n * use inside the built comparator.\n */\nfunction createInternalEqualityComparator(compare) {\n return function (a, b, _indexOrKeyA, _indexOrKeyB, _parentA, _parentB, state) {\n return compare(a, b, state);\n };\n}\n/**\n * Create the `isEqual` function used by the consuming application.\n */\nfunction createIsEqual(_a) {\n var circular = _a.circular, comparator = _a.comparator, createState = _a.createState, equals = _a.equals, strict = _a.strict;\n if (createState) {\n return function isEqual(a, b) {\n var _a = createState(), _b = _a.cache, cache = _b === void 0 ? circular ? new WeakMap() : undefined : _b, meta = _a.meta;\n return comparator(a, b, {\n cache: cache,\n equals: equals,\n meta: meta,\n strict: strict,\n });\n };\n }\n if (circular) {\n return function isEqual(a, b) {\n return comparator(a, b, {\n cache: new WeakMap(),\n equals: equals,\n meta: undefined,\n strict: strict,\n });\n };\n }\n var state = {\n cache: undefined,\n equals: equals,\n meta: undefined,\n strict: strict,\n };\n return function isEqual(a, b) {\n return comparator(a, b, state);\n };\n}\n\n/**\n * Whether the items passed are deeply-equal in value.\n */\nvar deepEqual = createCustomEqual();\n/**\n * Whether the items passed are deeply-equal in value based on strict comparison.\n */\nvar strictDeepEqual = createCustomEqual({ strict: true });\n/**\n * Whether the items passed are deeply-equal in value, including circular references.\n */\nvar circularDeepEqual = createCustomEqual({ circular: true });\n/**\n * Whether the items passed are deeply-equal in value, including circular references,\n * based on strict comparison.\n */\nvar strictCircularDeepEqual = createCustomEqual({\n circular: true,\n strict: true,\n});\n/**\n * Whether the items passed are shallowly-equal in value.\n */\nvar shallowEqual = createCustomEqual({\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value based on strict comparison\n */\nvar strictShallowEqual = createCustomEqual({\n strict: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value, including circular references.\n */\nvar circularShallowEqual = createCustomEqual({\n circular: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value, including circular references,\n * based on strict comparison.\n */\nvar strictCircularShallowEqual = createCustomEqual({\n circular: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n strict: true,\n});\n/**\n * Create a custom equality comparison method.\n *\n * This can be done to create very targeted comparisons in extreme hot-path scenarios\n * where the standard methods are not performant enough, but can also be used to provide\n * support for legacy environments that do not support expected features like\n * `RegExp.prototype.flags` out of the box.\n */\nfunction createCustomEqual(options) {\n if (options === void 0) { options = {}; }\n var _a = options.circular, circular = _a === void 0 ? false : _a, createCustomInternalComparator = options.createInternalComparator, createState = options.createState, _b = options.strict, strict = _b === void 0 ? false : _b;\n var config = createEqualityComparatorConfig(options);\n var comparator = createEqualityComparator(config);\n var equals = createCustomInternalComparator\n ? createCustomInternalComparator(comparator)\n : createInternalEqualityComparator(comparator);\n return createIsEqual({ circular: circular, comparator: comparator, createState: createState, equals: equals, strict: strict });\n}\n\nexport { circularDeepEqual, circularShallowEqual, createCustomEqual, deepEqual, sameValueZeroEqual, shallowEqual, strictCircularDeepEqual, strictCircularShallowEqual, strictDeepEqual, strictShallowEqual };\n//# sourceMappingURL=index.mjs.map\n","// There is a circular version https://www.npmjs.com/package/fast-equals#circulardeepequal that I\n// think allows comparing React refs (which have circular references in particular places that this\n// library would ignore). Maybe we can change to that version sometime if needed.\nimport { deepEqual as isEqualDeep } from 'fast-equals';\n\n/**\n * Check that two objects are deeply equal, comparing members of each object and such\n *\n * @param a The first object to compare\n * @param b The second object to compare\n *\n * WARNING: Objects like arrays from different iframes have different constructor function\n * references even if they do the same thing, so this deep equality comparison fails objects that\n * look the same but have different constructors because different constructors could produce\n * false positives in [a few specific\n * situations](https://github.com/planttheidea/fast-equals/blob/a41afc0a240ad5a472e47b53791e9be017f52281/src/comparator.ts#L96).\n * This means that two objects like arrays from different iframes that look the same will fail\n * this check. Please use some other means to check deep equality in those situations.\n *\n * Note: This deep equality check considers `undefined` values on keys of objects NOT to be equal to\n * not specifying the key at all. For example, `{ stuff: 3, things: undefined }` and `{ stuff: 3\n * }` are not considered equal in this case\n *\n * - For more information and examples, see [this\n * CodeSandbox](https://codesandbox.io/s/deepequallibrarycomparison-4g4kk4?file=/src/index.mjs).\n *\n * @returns True if a and b are deeply equal; false otherwise\n */\nexport default function deepEqual(a: unknown, b: unknown) {\n return isEqualDeep(a, b);\n}\n","import deepEqual from './equality-checking';\n\n/**\n * Check if one object is a subset of the other object. \"Subset\" means that all properties of one\n * object are present in the other object, and if they are present that all values of those\n * properties are deeply equal. Sub-objects are also checked to be subsets of the corresponding\n * sub-object in the other object.\n *\n * @example ObjB is a subset of objA given these objects:\n *\n * ```ts\n * objA = { name: 'Alice', age: 30, address: { city: 'Seattle', state: 'Washington' } };\n * objB = { name: 'Alice', address: { city: 'Seattle' } };\n * ```\n *\n * It is important to note that only arrays of primitives (i.e., booleans, numbers, strings) are\n * supported. In particular, objects in arrays will not be checked for deep equality. Also, presence\n * in an array is all this checks, not the number of times that an item appears in an array. `[1,\n * 1]` is a subset of `[1]`.\n *\n * @param objectWithAllProperties Object to be checked if it is a superset of\n * `objectWithPartialProperties`\n * @param objectWithPartialProperties Object to be checked if it is a subset of\n * `objectWithAllProperties`\n * @returns True if `objectWithAllProperties` contains all the properties of\n * `objectWithPartialProperties` and all values of those properties are deeply equal\n */\nexport default function isSubset(\n objectWithAllProperties: unknown,\n objectWithPartialProperties: unknown,\n): boolean {\n if (typeof objectWithAllProperties !== typeof objectWithPartialProperties) return false;\n\n // For this function we're saying that all falsy things of the same type are equal to each other\n if (!objectWithAllProperties && !objectWithPartialProperties) return true;\n\n if (Array.isArray(objectWithAllProperties)) {\n // We know these are arrays from the line above\n /* eslint-disable no-type-assertion/no-type-assertion */\n const partialArray = objectWithPartialProperties as Array;\n const allArray = objectWithAllProperties as Array;\n /* eslint-enable no-type-assertion/no-type-assertion */\n\n if (partialArray.length === 0) return true;\n\n // This only works with arrays of primitives.\n // If someone cares about checking arrays of objects this needs updating.\n return partialArray.every((item) => allArray.includes(item));\n }\n\n if (typeof objectWithAllProperties !== 'object')\n return deepEqual(objectWithAllProperties, objectWithPartialProperties);\n\n // We know these are objects that potentially have properties because of the earlier checks\n /* eslint-disable no-type-assertion/no-type-assertion */\n const partialObj = objectWithPartialProperties as Record;\n const allObj = objectWithAllProperties as Record;\n /* eslint-enable no-type-assertion/no-type-assertion */\n\n let retVal = true;\n Object.keys(partialObj).forEach((key) => {\n if (!retVal) return;\n if (!Object.hasOwn(allObj, key)) retVal = false;\n else if (!isSubset(allObj[key], partialObj[key])) retVal = false;\n });\n return retVal;\n}\n","import { ScrVers, VerseRef } from '@sillsdev/scripture';\n\n/**\n * Converts a JavaScript value to a JSON string, changing `undefined` properties in the JavaScript\n * object to `null` properties in the JSON string.\n *\n * WARNING: `null` values will become `undefined` values after passing through {@link serialize} then\n * {@link deserialize}. For example, `{ a: 1, b: undefined, c: null }` will become `{ a: 1, b:\n * undefined, c: undefined }`. If you are passing around user data that needs to retain `null`\n * values, you should wrap them yourself in a string before using this function. Alternatively, you\n * can write your own replacer that will preserve `null` in a way that you can recover later.\n *\n * @param value A JavaScript value, usually an object or array, to be converted.\n * @param replacer A function that transforms the results. Note that all `undefined` values returned\n * by the replacer will be further transformed into `null` in the JSON string.\n * @param space Adds indentation, white space, and line break characters to the return-value JSON\n * text to make it easier to read. See the `space` parameter of `JSON.stringify` for more\n * details.\n */\nexport function serialize(\n value: unknown,\n replacer?: (this: unknown, key: string, value: unknown) => unknown,\n space?: string | number,\n): string {\n const undefinedReplacer = (replacerKey: string, replacerValue: unknown) => {\n let newValue = replacerValue;\n if (replacer) newValue = replacer(replacerKey, newValue);\n // All `undefined` values become `null` on the way from JS objects into JSON strings\n // eslint-disable-next-line no-null/no-null\n if (newValue === undefined) newValue = null;\n return newValue;\n };\n return JSON.stringify(value, undefinedReplacer, space);\n}\n\n/**\n * Converts a JSON string into a value, converting all `null` properties from JSON into `undefined`\n * in the returned JavaScript value/object.\n *\n * WARNING: `null` values will become `undefined` values after passing through {@link serialize} then\n * {@link deserialize}. For example, `{ a: 1, b: undefined, c: null }` will become `{ a: 1, b:\n * undefined, c: undefined }`. If you are passing around user data that needs to retain `null`\n * values, you should wrap them yourself in a string before using this function. Alternatively, you\n * can write your own replacer that will preserve `null` in a way that you can recover later.\n *\n * @param value A valid JSON string.\n * @param reviver A function that transforms the results. This function is called for each member of\n * the object. If a member contains nested objects, the nested objects are transformed before the\n * parent object is. Note that `null` values are converted into `undefined` values after the\n * reviver has run.\n */\nexport function deserialize(\n value: string,\n reviver?: (this: unknown, key: string, value: unknown) => unknown,\n // Need to use `any` instead of `unknown` here to match the signature of JSON.parse\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n): any {\n // Helper function to replace `null` with `undefined` on a per property basis. This can't be done\n // with our own reviver because `JSON.parse` removes `undefined` properties from the return value.\n function replaceNull(obj: Record): Record {\n Object.keys(obj).forEach((key: string | number) => {\n // We only want to replace `null`, not other falsy values\n // eslint-disable-next-line no-null/no-null\n if (obj[key] === null) obj[key] = undefined;\n // If the property is an object, recursively call the helper function on it\n else if (typeof obj[key] === 'object')\n // Since the object came from a string, we know the keys will not be symbols\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n obj[key] = replaceNull(obj[key] as Record);\n });\n return obj;\n }\n\n // Helper function to create a VerseRef from a SerializedVerseRef object\n function verseRefReviver(_vrefKey: string, vrefValue: unknown): unknown {\n if (\n vrefValue &&\n typeof vrefValue === 'object' &&\n 'book' in vrefValue &&\n typeof vrefValue.book === 'string' &&\n 'chapterNum' in vrefValue &&\n typeof vrefValue.chapterNum === 'number' &&\n 'verseNum' in vrefValue &&\n typeof vrefValue.verseNum === 'number' &&\n Object.keys(vrefValue).every((key) =>\n ['book', 'chapterNum', 'verseNum', 'verse', 'versificationStr'].includes(key),\n )\n ) {\n const chapter = vrefValue.chapterNum.toString(10);\n const verse =\n 'verse' in vrefValue && typeof vrefValue.verse === 'string'\n ? vrefValue.verse\n : vrefValue.verseNum.toString(10);\n const versification =\n 'versificationStr' in vrefValue && typeof vrefValue.versificationStr === 'string'\n ? new ScrVers(vrefValue.versificationStr)\n : undefined;\n return new VerseRef(vrefValue.book, chapter, verse, versification);\n }\n return vrefValue;\n }\n\n // Helper function to call the provided reviver and the VerseRef reviver\n function combinedReviver(this: unknown, reviverKey: string, reviverVal: unknown) {\n return verseRefReviver(\n reviverKey,\n reviver ? reviver.call(this, reviverKey, reviverVal) : reviverVal,\n );\n }\n\n const parsedObject = JSON.parse(value, combinedReviver);\n // Explicitly convert the value 'null' that isn't stored as a property on an object to 'undefined'\n // eslint-disable-next-line no-null/no-null\n if (parsedObject === null) return undefined;\n if (typeof parsedObject === 'object') return replaceNull(parsedObject);\n return parsedObject;\n}\n\n/**\n * Check to see if the value is serializable without losing information\n *\n * @param value Value to test\n * @returns True if serializable; false otherwise\n *\n * Note: the values `undefined` and `null` are serializable (on their own or in an array), but\n * `null` values get transformed into `undefined` when serializing/deserializing.\n *\n * WARNING: This is inefficient right now as it stringifies, parses, stringifies, and === the value.\n * Please only use this if you need to\n *\n * DISCLAIMER: this does not successfully detect that values are not serializable in some cases:\n *\n * - Losses of removed properties like functions and `Map`s\n * - Class instances (not deserializable into class instances without special code)\n *\n * We intend to improve this in the future if it becomes important to do so. See [`JSON.stringify`\n * documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#description)\n * for more information.\n */\nexport function isSerializable(value: unknown): boolean {\n try {\n const serializedValue = serialize(value);\n return serializedValue === serialize(deserialize(serializedValue));\n } catch (e) {\n return false;\n }\n}\n\n/**\n * HTML Encodes the provided string. Thanks to ChatGPT\n *\n * @param str String to HTML encode\n * @returns HTML-encoded string\n */\nexport const htmlEncode = (str: string): string =>\n str\n .replace(/&/g, '&')\n .replace(//g, '>')\n .replace(/\"/g, '"')\n .replace(/'/g, ''')\n .replace(/\\//g, '/');\n","import DateTimeFormat from './intl-date-time-format';\n\n/**\n * Retrieves the current locale of the user's environment.\n *\n * @returns A string representing the current locale. If the locale cannot be determined, the\n * function returns an empty string.\n */\nexport default function getCurrentLocale(): string {\n // Use navigator when available\n if (typeof navigator !== 'undefined' && navigator.languages) {\n return navigator.languages[0];\n }\n // For Node.js\n return new DateTimeFormat().resolvedOptions().locale;\n}\n","import NumberFormat from './intl-number-format';\n\n/**\n * Formats a number according to the locale and formatting options of this NumberFormat object\n *\n * @example FormatBytes(1024) => \"1 KB\"\n *\n * @example FormatBytes(1024, 0) => \"1 KB\"\n *\n * @param fileSize Number to format\n * @param decimals Number of decimal places to round to\n * @returns String representing the given number formatted according to the locale and formatting\n * options of this NumberFormat object\n */\nexport default function formatBytes(fileSize: number, decimals: number = 2): string {\n if (fileSize === 0) return '0 Bytes';\n const sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];\n const i = Math.floor(Math.log(fileSize) / Math.log(1024));\n const sizeToUse = sizes[i];\n const formattingFileSize = new NumberFormat('en', {\n style: 'decimal',\n maximumFractionDigits: decimals,\n minimumFractionDigits: 0,\n }).format(fileSize / 1024 ** i);\n return `${formattingFileSize} ${sizeToUse}`;\n}\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { LocalizeKey, ReferencedItem } from 'menus.model';\n\n/** The data an extension provides to inform Platform.Bible of the settings it provides */\nexport type SettingsContribution = SettingsGroup | SettingsGroup[];\n/** A description of an extension's setting entry */\nexport type Setting = ExtensionControlledSetting;\n/** Setting definition that is validated by the extension. */\nexport type ExtensionControlledSetting = SettingBase & ModifierExtensionControlled;\n/** Base information needed to describe a setting entry */\nexport type SettingBase = StateBase & {\n [k: string]: unknown;\n /** LocalizeKey that displays in the settings dialog as the setting name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the settings dialog to describe the setting */\n description?: LocalizeKey;\n};\n/** The data an extension provides to inform Platform.Bible of the project settings it provides */\nexport type ProjectSettingsContribution = ProjectSettingsGroup | ProjectSettingsGroup[];\n/** A description of an extension's setting entry */\nexport type ProjectSetting = ExtensionControlledProjectSetting;\n/** Setting definition that is validated by the extension. */\nexport type ExtensionControlledProjectSetting = ProjectSettingBase & ModifierExtensionControlled;\n/** Base information needed to describe a project setting entry */\nexport type ProjectSettingBase = SettingBase & ModifierProject;\n/** A description of an extension's user state entry */\nexport type UserState = ExtensionControlledState;\n/** State definition that is validated by the extension. */\nexport type ExtensionControlledState = StateBase & ModifierExtensionControlled;\n/** Group of related settings definitions */\nexport interface SettingsGroup {\n [k: string]: unknown;\n /** LocalizeKey that displays in the settings dialog as the group name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the settings dialog to describe the group */\n description?: LocalizeKey;\n properties: SettingProperties;\n}\n/** Object whose keys are setting IDs and whose values are settings objects */\nexport interface SettingProperties {\n [k: ReferencedItem]: Setting;\n}\n/** Base information needed to describe a state entry */\nexport interface StateBase {\n [k: string]: unknown;\n /** Default value for the state/setting */\n default: unknown;\n /**\n * A state/setting ID whose value to set to this state/setting's starting value the first time\n * this state/setting is loaded\n */\n derivesFrom?: ReferencedItem;\n}\n/**\n * Modifies state/setting type to be extension-controlled. \"Extension-controlled\" means the\n * extension provides the component and the validator for the state/setting, so the state/setting is\n * controlled by the extension.\n */\nexport interface ModifierExtensionControlled {\n [k: string]: unknown;\n platformType?: undefined;\n type?: undefined;\n}\n/** Group of related settings definitions */\nexport interface ProjectSettingsGroup {\n [k: string]: unknown;\n /** LocalizeKey that displays in the project settings dialog as the group name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the project settings dialog to describe the group */\n description?: LocalizeKey;\n properties: ProjectSettingProperties;\n}\n/** Object whose keys are setting IDs and whose values are settings objects */\nexport interface ProjectSettingProperties {\n [k: ReferencedItem]: ProjectSetting;\n}\n\n// Note: we removed the index signature on ModifierProject to avoid having it on\n// `ProjectMetadataFilterOptions`. Unfortunately adding \"additionalProperties\": false on the json\n// schema messes up validation. Please remove the index signature again in the future if you\n// regenerate types\nexport interface ModifierProject {\n /**\n * String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s\n * (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if they should be included.\n *\n * If this is one string, it will be matched against `projectInterface`s. If this is an array,\n * each entry is handled based on its type (at least one entry must match for this filter\n * condition to pass):\n *\n * - If the entry is a string, it will be matched against each `projectInterface`. If any match, the\n * project will pass this filter condition\n * - If the entry is an array of strings, each will be matched against each `projectInterface`. If\n * every string matches against at least one `projectInterface`, the project will pass this\n * filter condition\n *\n * In other words, each entry in the first-level array is `OR`'ed together. Each entry in\n * second-level arrays (arrays within the first-level array) are `AND`'ed together.\n *\n * Defaults to all {@link ProjectInterfaces}, so all projects that do not match\n * `excludeProjectInterfaces` will be included\n *\n * @example\n *\n * ```typescript\n * includeProjectInterfaces: ['one', ['two', 'three']];\n * ```\n *\n * This filter condition will succeed on projects whose `projectInterface`s fulfill at least one\n * of the following conditions (At least one entry in the array must match):\n *\n * - Include `one`\n * - Include both `two` and `three`.\n */\n includeProjectInterfaces?: undefined | string | (string | string[])[];\n /**\n * String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s\n * (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if they should absolutely not be included even if they match with\n * `includeProjectInterfaces`.\n *\n * If this is one string, it will be matched against `projectInterface`s. If this is an array,\n * each entry is handled based on its type (at least one entry must match for this filter\n * condition to exclude the project):\n *\n * - If the entry is a string, it will be matched against each `projectInterface`. If any match, the\n * project will pass this filter condition and exclude the project\n * - If the entry is an array of strings, each will be matched against each `projectInterface`. If\n * every string matches against at least one `projectInterface`, the project will pass this\n * filter condition and exclude the project\n *\n * In other words, each entry in the first-level array is `OR`'ed together. Each entry in\n * second-level arrays (arrays within the first-level array) are `AND`'ed together.\n *\n * Defaults to no {@link ProjectInterfaces}, so all projects that match `includeProjectInterfaces`\n * will be included\n *\n * @example\n *\n * ```typescript\n * excludeProjectInterfaces: ['one', ['two', 'three']];\n * ```\n *\n * This filter condition will succeed and exclude projects whose `projectInterface`s fulfill at\n * least one of the following conditions (At least one entry in the array must match):\n *\n * - Include `one`\n * - Include both `two` and `three`.\n */\n excludeProjectInterfaces?: undefined | string | (string | string[])[];\n /**\n * String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory\n * Ids that provided each project's metadata (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if the projects should be included.\n *\n * Defaults to all Project Data Provider Factory Ids, so all projects that do not match\n * `excludePdpFactoryIds` will be included\n */\n includePdpFactoryIds?: undefined | string | string[];\n /**\n * String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory\n * Ids that provided each project's metadata (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if the projects should absolutely not be included even if they match\n * with `includeProjectInterfaces`.\n *\n * Defaults to none, so all projects that match `includePdpFactoryIds` will be included\n */\n excludePdpFactoryIds?: undefined | string | string[];\n}\n\n/** The data an extension provides to inform Platform.Bible of the user state it provides */\nexport interface UserStateContribution {\n [k: ReferencedItem]: UserState;\n}\n/** The data an extension provides to inform Platform.Bible of the project state it provides */\nexport interface ProjectStateContribution {\n [k: ReferencedItem]: UserState;\n}\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\nconst settingsDefs = {\n projectSettingsContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the project settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/projectSettingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/projectSettingsGroup',\n },\n },\n ],\n },\n projectSettingsGroup: {\n description: 'Group of related settings definitions',\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the project settings dialog as the group name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description:\n 'localizeKey that displays in the project settings dialog to describe the group',\n $ref: '#/$defs/localizeKey',\n },\n properties: {\n $ref: '#/$defs/projectSettingProperties',\n },\n },\n required: ['label', 'properties'],\n },\n projectSettingProperties: {\n description: 'Object whose keys are setting IDs and whose values are settings objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/projectSetting',\n },\n },\n additionalProperties: false,\n },\n projectSetting: {\n description: \"A description of an extension's setting entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledProjectSetting',\n },\n ],\n },\n extensionControlledProjectSetting: {\n description: 'Setting definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/projectSettingBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n projectSettingBase: {\n description: 'Base information needed to describe a project setting entry',\n allOf: [\n {\n $ref: '#/$defs/settingBase',\n },\n {\n $ref: '#/$defs/modifierProject',\n },\n ],\n },\n modifierProject: {\n description: 'Modifies setting type to be project setting',\n type: 'object',\n properties: {\n includeProjectInterfaces: {\n description:\n \"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should be included.\\n\\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to pass):\\n\\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition\\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition\\n\\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\\n\\nDefaults to all {@link ProjectInterfaces}, so all projects that do not match `excludeProjectInterfaces` will be included\\n\\n@example\\n\\n```typescript\\nincludeProjectInterfaces: ['one', ['two', 'three']];\\n```\\n\\nThis filter condition will succeed on projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\\n\\n- Include `one`\\n- Include both `two` and `three`.\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: {\n anyOf: [\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n ],\n },\n excludeProjectInterfaces: {\n description:\n \"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should absolutely not be included even if they match with `includeProjectInterfaces`.\\n\\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to exclude the project):\\n\\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition and exclude the project\\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition and exclude the project\\n\\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\\n\\nDefaults to no {@link ProjectInterfaces}, so all projects that match `includeProjectInterfaces` will be included\\n\\n@example\\n\\n```typescript\\nexcludeProjectInterfaces: ['one', ['two', 'three']];\\n```\\n\\nThis filter condition will succeed and exclude projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\\n\\n- Include `one`\\n- Include both `two` and `three`.\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: {\n anyOf: [\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n ],\n },\n includePdpFactoryIds: {\n description:\n \"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should be included.\\n\\nDefaults to all Project Data Provider Factory Ids, so all projects that do not match `excludePdpFactoryIds` will be included\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n excludePdpFactoryIds: {\n description:\n \"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should absolutely not be included even if they match with `includeProjectInterfaces`.\\n\\nDefaults to none, so all projects that match `includePdpFactoryIds` will be included\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n },\n settingsContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/settingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/settingsGroup',\n },\n },\n ],\n },\n settingsGroup: {\n description: 'Group of related settings definitions',\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the settings dialog as the group name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description: 'localizeKey that displays in the settings dialog to describe the group',\n $ref: '#/$defs/localizeKey',\n },\n properties: {\n $ref: '#/$defs/settingProperties',\n },\n },\n required: ['label', 'properties'],\n },\n settingProperties: {\n description: 'Object whose keys are setting IDs and whose values are settings objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w-]+\\\\.[\\\\w-]+$': {\n $ref: '#/$defs/setting',\n },\n },\n additionalProperties: false,\n },\n setting: {\n description: \"A description of an extension's setting entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledSetting',\n },\n ],\n },\n extensionControlledSetting: {\n description: 'Setting definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/settingBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n settingBase: {\n description: 'Base information needed to describe a setting entry',\n allOf: [\n {\n $ref: '#/$defs/stateBase',\n },\n {\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the settings dialog as the setting name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description: 'localizeKey that displays in the settings dialog to describe the setting',\n $ref: '#/$defs/localizeKey',\n },\n },\n required: ['label'],\n },\n ],\n },\n projectStateContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the project state it provides',\n $ref: '#/$defs/userStateProperties',\n },\n userStateContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the user state it provides',\n $ref: '#/$defs/userStateProperties',\n },\n userStateProperties: {\n description: 'Object whose keys are state IDs and whose values are state objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/userState',\n },\n },\n additionalProperties: false,\n },\n userState: {\n description: \"A description of an extension's user state entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledState',\n },\n ],\n },\n extensionControlledState: {\n description: 'State definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/stateBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n modifierExtensionControlled: {\n description:\n 'Modifies state/setting type to be extension-controlled. \"Extension-controlled\" means the extension provides the component and the validator for the state/setting, so the state/setting is controlled by the extension.',\n not: {\n anyOf: [\n {\n type: 'object',\n required: ['platformType'],\n },\n {\n type: 'object',\n required: ['type'],\n },\n ],\n },\n },\n stateBase: {\n description: 'Base information needed to describe a state entry',\n type: 'object',\n properties: {\n default: {\n description: 'default value for the state/setting',\n type: 'any',\n },\n derivesFrom: {\n description:\n \"a state/setting ID whose value to set to this state/setting's starting value the first time this state/setting is loaded\",\n $ref: '#/$defs/id',\n },\n },\n required: ['default'],\n },\n localizeKey: {\n description: \"Identifier for a string that will be localized based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n tsType: 'LocalizeKey',\n },\n id: {\n description: '',\n type: 'string',\n pattern: '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$',\n tsType: 'Id',\n },\n};\n\n/**\n * Json-schema-to-typescript has some added stuff that isn't actually compatible with JSON schema,\n * so we remove them here\n *\n * @param defs The `$defs` property of a JSON schema (will be modified in place)\n */\n// JSON schema types are weird, so we'll just be careful\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function removeJsonToTypeScriptTypesStuff(defs: any) {\n if (!defs) return;\n\n // JSON schema types are weird, so we'll just be careful\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n Object.values(defs).forEach((def: any) => {\n if (!def.type) return;\n\n if ('tsType' in def) delete def.tsType;\n\n if (def.type === 'any') {\n delete def.type;\n return;\n }\n\n if (def.type === 'object') {\n removeJsonToTypeScriptTypesStuff(def.properties);\n }\n });\n}\n\nremoveJsonToTypeScriptTypesStuff(settingsDefs);\n\n/** JSON schema object that aligns with the ProjectSettingsContribution type */\nexport const projectSettingsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Project Settings Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the project settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/projectSettingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/projectSettingsGroup',\n },\n },\n ],\n\n $defs: settingsDefs,\n};\n\nObject.freeze(projectSettingsDocumentSchema);\n\n/** JSON schema object that aligns with the {@link SettingsContribution} type */\nexport const settingsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Settings Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/settingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/settingsGroup',\n },\n },\n ],\n\n $defs: settingsDefs,\n};\n\nObject.freeze(settingsDocumentSchema);\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { LocalizeKey } from 'menus.model';\nimport { removeJsonToTypeScriptTypesStuff } from './settings.model';\n\n/** Localized string value associated with this key */\nexport type LocalizedStringValue = string;\n\n/** The data an extension provides to inform Platform.Bible of the localized strings it provides. */\nexport interface LocalizedStringDataContribution {\n [k: string]: unknown;\n metadata?: StringsMetadata;\n localizedStrings?: {\n [k: string]: LanguageStrings;\n };\n}\n/**\n * Map whose keys are localized string keys and whose values provide additional non-locale-specific\n * information about the localized string key\n */\nexport interface StringsMetadata {\n [k: LocalizeKey]: StringMetadata;\n}\n/** Additional non-locale-specific information about a localized string key */\nexport interface StringMetadata {\n [k: string]: unknown;\n /**\n * Localized string key from which to get this value if one does not exist in the specified\n * language. If a new key/value pair needs to be made to replace an existing one, this could help\n * smooth over the transition if the meanings are close enough\n *\n * You can use Paratext 9 Localized String Keys here. Be sure to escape any % signs with a\n * backslash `\\`.\n */\n fallbackKey?: LocalizeKey;\n /**\n * Additional information provided by developers in English to help the translator to know how to\n * translate this localized string accurately\n */\n notes?: string;\n}\n/**\n * Map whose keys are localized string keys and whose values provide information about how to\n * localize strings for the localized string key\n */\nexport interface LanguageStrings {\n [k: LocalizeKey]: LocalizedStringValue;\n}\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\n\nconst localizedStringsDefs = {\n languageStrings: {\n description:\n 'Map whose keys are localized string keys and whose values provide information about how to localize strings for the localized string key',\n type: 'object',\n patternProperties: {\n '^%[\\\\w\\\\-\\\\.]+%$': {\n $ref: '#/$defs/localizedStringValue',\n },\n },\n additionalProperties: false,\n },\n localizedStringValue: {\n description: 'Localized string value associated with this key',\n type: 'string',\n },\n stringsMetadata: {\n description:\n 'Map whose keys are localized string keys and whose values provide additional non-locale-specific information about the localized string key',\n type: 'object',\n patternProperties: {\n '^%[\\\\w\\\\-\\\\.]+%$': {\n $ref: '#/$defs/stringMetadata',\n },\n },\n additionalProperties: false,\n },\n stringMetadata: {\n description: 'Additional non-locale-specific information about a localized string key',\n type: 'object',\n properties: {\n fallbackKey: {\n description:\n 'Localized string key from which to get this value if one does not exist in the specified language. If a new key/value pair needs to be made to replace an existing one, this could help smooth over the transition if the meanings are close enough.\\nYou can use Paratext 9 Localized String Keys here. Be sure to escape any % signs with a backslash `\\\\`.',\n type: 'string',\n pattern: \"^%[\\\\w\\\\-\\\\.;&,' (){}#:/\\\\\\\\?%⋮|[\\\\]“”‘’!~*\\u00A0+=•`…\\u200B↑↓]+%$\",\n tsType: 'LocalizeKey',\n },\n notes: {\n description:\n 'Additional information provided by developers in English to help the translator to know how to translate this localized string accurately',\n type: 'string',\n },\n },\n },\n localizeKey: {\n description: \"Identifier for a string that will be localized based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n tsType: 'LocalizeKey',\n },\n};\n\nremoveJsonToTypeScriptTypesStuff(localizedStringsDefs);\n\n/** JSON schema object that aligns with the LocalizedStringDataContribution type */\nexport const localizedStringsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Localized String Data Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the localized strings it provides.',\n type: 'object',\n properties: {\n metadata: {\n $ref: '#/$defs/stringsMetadata',\n },\n localizedStrings: {\n type: 'object',\n additionalProperties: {\n $ref: '#/$defs/languageStrings',\n },\n },\n },\n $defs: localizedStringsDefs,\n};\n\nObject.freeze(localizedStringsDocumentSchema);\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { ReplaceType } from './util';\n\n/** Identifier for a string that will be localized in a menu based on the user's UI language */\nexport type LocalizeKey = `%${string}%`;\n\n/** Name of some UI element (i.e., tab, column, group, menu item) or some PAPI object (i.e., command) */\nexport type ReferencedItem = `${string}.${string}`;\n\nexport type OrderedItem = {\n /** Relative order of this item compared to other items in the same parent/scope (sorted ascending) */\n order: number;\n};\n\nexport type OrderedExtensibleContainer = OrderedItem & {\n /** Determines whether other items can be added to this after it has been defined */\n isExtensible?: boolean;\n};\n\n/** Group of menu items that belongs in a column */\nexport type MenuGroupDetailsInColumn = OrderedExtensibleContainer & {\n /** ID of column in which this group resides */\n column: ReferencedItem;\n};\n\n/** Group of menu items that belongs in a submenu */\nexport type MenuGroupDetailsInSubMenu = OrderedExtensibleContainer & {\n /** ID of menu item hosting the submenu in which this group resides */\n menuItem: ReferencedItem;\n};\n\n/** Column that includes header text in a menu */\nexport type MenuColumnWithHeader = OrderedExtensibleContainer & {\n /** Key that represents the text of the header text of the column */\n label: LocalizeKey;\n};\n\nexport type MenuItemBase = OrderedItem & {\n /** Menu group to which this menu item belongs */\n group: ReferencedItem;\n /** Key that represents the text of this menu item to display */\n label: LocalizeKey;\n /** Key that represents words the platform should reference when users are searching for menu items */\n searchTerms?: LocalizeKey;\n /** Key that represents the text to display if a mouse pointer hovers over the menu item */\n tooltip?: LocalizeKey;\n /** Additional information provided by developers to help people who perform localization */\n localizeNotes: string;\n};\n\n/** Menu item that hosts a submenu */\nexport type MenuItemContainingSubmenu = MenuItemBase & {\n /** ID for this menu item that holds a submenu */\n id: ReferencedItem;\n};\n\n/** Menu item that runs a command */\nexport type MenuItemContainingCommand = MenuItemBase & {\n /** Name of the PAPI command to run when this menu item is selected. */\n command: ReferencedItem;\n /**\n * Uri path to the icon to display after the menu text. Ex:\n * `papi-extension://helloWorld/assets/icon.png`\n */\n iconPathAfter?: string;\n /**\n * Uri path to the icon to display before the menu text. Ex:\n * `papi-extension://helloWorld/assets/icon.png`\n */\n iconPathBefore?: string;\n};\n\n/**\n * Group of menu items that can be combined with other groups to form a single context menu/submenu.\n * Groups are separated using a line within the menu/submenu.\n */\nexport type GroupsInSingleColumnMenu = {\n /** Named menu group */\n [property: ReferencedItem]: OrderedExtensibleContainer | MenuGroupDetailsInSubMenu;\n};\n\n/**\n * Group of menu items that can be combined with other groups to form a single menu/submenu within a\n * multi-column menu. Groups are separated using a line within the menu/submenu.\n */\nexport type GroupsInMultiColumnMenu = {\n /** Named menu group */\n [property: ReferencedItem]: MenuGroupDetailsInColumn | MenuGroupDetailsInSubMenu;\n};\n\n/** Group of columns that can be combined with other columns to form a multi-column menu */\nexport type ColumnsWithHeaders = {\n /** Named column of a menu */\n [property: ReferencedItem]: MenuColumnWithHeader;\n /** Defines whether columns can be added to this multi-column menu */\n isExtensible?: boolean;\n};\n\n/** Menu that contains a column without a header */\nexport type SingleColumnMenu = {\n /** Groups that belong in this menu */\n groups: GroupsInSingleColumnMenu;\n /** List of menu items that belong in this menu */\n items: (MenuItemContainingCommand | MenuItemContainingSubmenu)[];\n};\n\n/** Menu that contains multiple columns with headers */\nexport type MultiColumnMenu = {\n /** Columns that belong in this menu */\n columns: ColumnsWithHeaders;\n /** Groups that belong in this menu */\n groups: GroupsInMultiColumnMenu;\n /** List of menu items that belong in this menu */\n items: (MenuItemContainingCommand | MenuItemContainingSubmenu)[];\n};\n\n/** Menus for one single web view */\nexport type WebViewMenu = {\n /** Indicates whether the platform default menus should be included for this webview */\n includeDefaults: boolean | undefined;\n /** Menu that opens when you click on the top left corner of a tab */\n topMenu: MultiColumnMenu | undefined;\n /** Menu that opens when you right click on the main body/area of a tab */\n contextMenu: SingleColumnMenu | undefined;\n};\n\n/** Menus for all web views */\nexport type WebViewMenus = {\n /** Named web view */\n [property: ReferencedItem]: WebViewMenu;\n};\n\n/** Platform.Bible menus before they are localized */\nexport type PlatformMenus = {\n /** Top level menu for the application */\n mainMenu: MultiColumnMenu;\n /** Menus that apply per web view in the application */\n webViewMenus: WebViewMenus;\n /** Default context menu for web views that don't specify their own */\n defaultWebViewContextMenu: SingleColumnMenu;\n /** Default top menu for web views that don't specify their own */\n defaultWebViewTopMenu: MultiColumnMenu;\n};\n\n/**\n * Type that converts any menu type before it is localized to what it is after it is localized. This\n * can be applied to any menu type as needed.\n */\nexport type Localized = ReplaceType, ReferencedItem, string>;\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\n/** JSON schema object that aligns with the PlatformMenus type */\nexport const menuDocumentSchema = {\n title: 'Platform.Bible menus',\n type: 'object',\n properties: {\n mainMenu: {\n description: 'Top level menu for the application',\n $ref: '#/$defs/multiColumnMenu',\n },\n defaultWebViewTopMenu: {\n description: \"Default top menu for web views that don't specify their own\",\n $ref: '#/$defs/multiColumnMenu',\n },\n defaultWebViewContextMenu: {\n description: \"Default context menu for web views that don't specify their own\",\n $ref: '#/$defs/singleColumnMenu',\n },\n webViewMenus: {\n description: 'Menus that apply per web view in the application',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/menusForOneWebView',\n },\n },\n additionalProperties: false,\n },\n },\n required: ['mainMenu', 'defaultWebViewTopMenu', 'defaultWebViewContextMenu', 'webViewMenus'],\n additionalProperties: false,\n $defs: {\n localizeKey: {\n description:\n \"Identifier for a string that will be localized in a menu based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n },\n referencedItem: {\n description:\n 'Name of some UI element (i.e., tab, column, group, menu item) or some PAPI object (i.e., command)',\n type: 'string',\n pattern: '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$',\n },\n columnsWithHeaders: {\n description:\n 'Group of columns that can be combined with other columns to form a multi-column menu',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n description: 'Single column with a header string',\n type: 'object',\n properties: {\n label: {\n description: 'Header text for this this column in the UI',\n $ref: '#/$defs/localizeKey',\n },\n localizeNotes: {\n description:\n 'Additional information provided by developers to help people who perform localization',\n type: 'string',\n },\n order: {\n description:\n 'Relative order of this column compared to other columns (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu groups to this column',\n type: 'boolean',\n },\n },\n required: ['label', 'order'],\n additionalProperties: false,\n },\n },\n properties: {\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add columns to this multi-column menu',\n type: 'boolean',\n },\n },\n },\n menuGroups: {\n description:\n 'Group of menu items that can be combined with other groups to form a single menu/submenu. Groups are separated using a line within the menu/submenu.',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n description: 'Single group that contains menu items',\n type: 'object',\n oneOf: [\n {\n properties: {\n column: {\n description:\n 'Column where this group belongs, not required for single column menus',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this group compared to other groups in the same column or submenu (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu items to this menu group',\n type: 'boolean',\n },\n },\n required: ['order'],\n additionalProperties: false,\n },\n {\n properties: {\n menuItem: {\n description: 'Menu item that anchors the submenu where this group belongs',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this group compared to other groups in the same column or submenu (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu items to this menu group',\n type: 'boolean',\n },\n },\n required: ['menuItem', 'order'],\n additionalProperties: false,\n },\n ],\n },\n },\n additionalProperties: false,\n },\n menuItem: {\n description:\n 'Single item in a menu that can be clicked on to take an action or can be the parent of a submenu',\n type: 'object',\n oneOf: [\n {\n properties: {\n id: {\n description: 'ID for this menu item that holds a submenu',\n $ref: '#/$defs/referencedItem',\n },\n },\n required: ['id'],\n },\n {\n properties: {\n command: {\n description: 'Name of the PAPI command to run when this menu item is selected.',\n $ref: '#/$defs/referencedItem',\n },\n iconPathBefore: {\n description:\n 'Uri path to the icon to display before the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`',\n type: 'string',\n },\n iconPathAfter: {\n description:\n 'Uri path to the icon to display after the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`',\n type: 'string',\n },\n },\n required: ['command'],\n },\n ],\n properties: {\n label: {\n description: 'Key that represents the text of this menu item to display',\n $ref: '#/$defs/localizeKey',\n },\n tooltip: {\n description:\n 'Key that represents the text to display if a mouse pointer hovers over the menu item',\n $ref: '#/$defs/localizeKey',\n },\n searchTerms: {\n description:\n 'Key that represents additional words the platform should reference when users are searching for menu items',\n $ref: '#/$defs/localizeKey',\n },\n localizeNotes: {\n description:\n 'Additional information provided by developers to help people who perform localization',\n type: 'string',\n },\n group: {\n description: 'Group to which this menu item belongs',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this menu item compared to other menu items in the same group (sorted ascending)',\n type: 'number',\n },\n },\n required: ['label', 'group', 'order'],\n unevaluatedProperties: false,\n },\n groupsAndItems: {\n description: 'Core schema for a column',\n type: 'object',\n properties: {\n groups: {\n description: 'Groups that belong in this menu',\n $ref: '#/$defs/menuGroups',\n },\n items: {\n description: 'List of menu items that belong in this menu',\n type: 'array',\n items: { $ref: '#/$defs/menuItem' },\n uniqueItems: true,\n },\n },\n required: ['groups', 'items'],\n },\n singleColumnMenu: {\n description: 'Menu that contains a column without a header',\n type: 'object',\n allOf: [{ $ref: '#/$defs/groupsAndItems' }],\n unevaluatedProperties: false,\n },\n multiColumnMenu: {\n description: 'Menu that can contain multiple columns with headers',\n type: 'object',\n allOf: [\n { $ref: '#/$defs/groupsAndItems' },\n {\n properties: {\n columns: {\n description: 'Columns that belong in this menu',\n $ref: '#/$defs/columnsWithHeaders',\n },\n },\n required: ['columns'],\n },\n ],\n unevaluatedProperties: false,\n },\n menusForOneWebView: {\n description: 'Set of menus that are associated with a single tab',\n type: 'object',\n properties: {\n includeDefaults: {\n description:\n 'Indicates whether the platform default menus should be included for this webview',\n type: 'boolean',\n },\n topMenu: {\n description: 'Menu that opens when you click on the top left corner of a tab',\n $ref: '#/$defs/multiColumnMenu',\n },\n contextMenu: {\n description: 'Menu that opens when you right click on the main body/area of a tab',\n $ref: '#/$defs/singleColumnMenu',\n },\n },\n additionalProperties: false,\n },\n },\n};\n\nObject.freeze(menuDocumentSchema);\n","'use strict';\n\n/**\n * Ponyfill for `Array.prototype.find` which is only available in ES6 runtimes.\n *\n * Works with anything that has a `length` property and index access properties,\n * including NodeList.\n *\n * @param {T[] | { length: number; [number]: T }} list\n * @param {function (item: T, index: number, list:T[]):boolean} predicate\n * @param {Partial>?} ac\n * Allows injecting a custom implementation in tests (`Array.prototype` by default).\n * @returns {T | undefined}\n * @template {unknown} T\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find\n * @see https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find\n */\nfunction find(list, predicate, ac) {\n\tif (ac === undefined) {\n\t\tac = Array.prototype;\n\t}\n\tif (list && typeof ac.find === 'function') {\n\t\treturn ac.find.call(list, predicate);\n\t}\n\tfor (var i = 0; i < list.length; i++) {\n\t\tif (hasOwn(list, i)) {\n\t\t\tvar item = list[i];\n\t\t\tif (predicate.call(undefined, item, i, list)) {\n\t\t\t\treturn item;\n\t\t\t}\n\t\t}\n\t}\n}\n\n/**\n * \"Shallow freezes\" an object to render it immutable.\n * Uses `Object.freeze` if available,\n * otherwise the immutability is only in the type.\n *\n * Is used to create \"enum like\" objects.\n *\n * If `Object.getOwnPropertyDescriptors` is available,\n * a new object with all properties of object but without any prototype is created and returned\n * after freezing it.\n *\n * @param {T} object\n * The object to freeze.\n * @param {Pick} [oc=Object]\n * `Object` by default,\n * allows to inject custom object constructor for tests.\n * @returns {Readonly}\n * @template {Object} T\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze\n * @prettierignore\n */\nfunction freeze(object, oc) {\n\tif (oc === undefined) {\n\t\toc = Object;\n\t}\n\tif (oc && typeof oc.getOwnPropertyDescriptors === 'function') {\n\t\tobject = oc.create(null, oc.getOwnPropertyDescriptors(object));\n\t}\n\treturn oc && typeof oc.freeze === 'function' ? oc.freeze(object) : object;\n}\n\n/**\n * Implementation for `Object.hasOwn` but ES5 compatible.\n *\n * @param {any} object\n * @param {string | number} key\n * @returns {boolean}\n */\nfunction hasOwn(object, key) {\n\treturn Object.prototype.hasOwnProperty.call(object, key);\n}\n\n/**\n * Since xmldom can not rely on `Object.assign`,\n * it uses/provides a simplified version that is sufficient for its needs.\n *\n * @param {Object} target\n * @param {Object | null | undefined} source\n * @returns {Object}\n * The target with the merged/overridden properties.\n * @throws {TypeError}\n * If target is not an object.\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign\n * @see https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign\n */\nfunction assign(target, source) {\n\tif (target === null || typeof target !== 'object') {\n\t\tthrow new TypeError('target is not an object');\n\t}\n\tfor (var key in source) {\n\t\tif (hasOwn(source, key)) {\n\t\t\ttarget[key] = source[key];\n\t\t}\n\t}\n\treturn target;\n}\n\n/**\n * A number of attributes are boolean attributes.\n * The presence of a boolean attribute on an element represents the `true` value,\n * and the absence of the attribute represents the `false` value.\n *\n * If the attribute is present, its value must either be the empty string, or a value that is\n * an ASCII case-insensitive match for the attribute's canonical name,\n * with no leading or trailing whitespace.\n *\n * Note: The values `\"true\"` and `\"false\"` are not allowed on boolean attributes.\n * To represent a `false` value, the attribute has to be omitted altogether.\n *\n * @see https://html.spec.whatwg.org/#boolean-attributes\n * @see https://html.spec.whatwg.org/#attributes-3\n */\nvar HTML_BOOLEAN_ATTRIBUTES = freeze({\n\tallowfullscreen: true,\n\tasync: true,\n\tautofocus: true,\n\tautoplay: true,\n\tchecked: true,\n\tcontrols: true,\n\tdefault: true,\n\tdefer: true,\n\tdisabled: true,\n\tformnovalidate: true,\n\thidden: true,\n\tismap: true,\n\titemscope: true,\n\tloop: true,\n\tmultiple: true,\n\tmuted: true,\n\tnomodule: true,\n\tnovalidate: true,\n\topen: true,\n\tplaysinline: true,\n\treadonly: true,\n\trequired: true,\n\treversed: true,\n\tselected: true,\n});\n\n/**\n * Check if `name` is matching one of the HTML boolean attribute names.\n * This method doesn't check if such attributes are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} name\n * @returns {boolean}\n * @see {@link HTML_BOOLEAN_ATTRIBUTES}\n * @see https://html.spec.whatwg.org/#boolean-attributes\n * @see https://html.spec.whatwg.org/#attributes-3\n */\nfunction isHTMLBooleanAttribute(name) {\n\treturn hasOwn(HTML_BOOLEAN_ATTRIBUTES, name.toLowerCase());\n}\n\n/**\n * Void elements only have a start tag; end tags must not be specified for void elements.\n * These elements should be written as self-closing like this: ``.\n * This should not be confused with optional tags that HTML allows to omit the end tag for\n * (like `li`, `tr` and others), which can have content after them,\n * so they can not be written as self-closing.\n * xmldom does not have any logic for optional end tags cases,\n * and will report them as a warning.\n * Content that would go into the unopened element,\n * will instead be added as a sibling text node.\n *\n * @type {Readonly<{\n * \tarea: boolean;\n * \tcol: boolean;\n * \timg: boolean;\n * \twbr: boolean;\n * \tlink: boolean;\n * \thr: boolean;\n * \tsource: boolean;\n * \tbr: boolean;\n * \tinput: boolean;\n * \tparam: boolean;\n * \tmeta: boolean;\n * \tembed: boolean;\n * \ttrack: boolean;\n * \tbase: boolean;\n * }>}\n * @see https://html.spec.whatwg.org/#void-elements\n * @see https://html.spec.whatwg.org/#optional-tags\n */\nvar HTML_VOID_ELEMENTS = freeze({\n\tarea: true,\n\tbase: true,\n\tbr: true,\n\tcol: true,\n\tembed: true,\n\thr: true,\n\timg: true,\n\tinput: true,\n\tlink: true,\n\tmeta: true,\n\tparam: true,\n\tsource: true,\n\ttrack: true,\n\twbr: true,\n});\n\n/**\n * Check if `tagName` is matching one of the HTML void element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link HTML_VOID_ELEMENTS}\n * @see https://html.spec.whatwg.org/#void-elements\n */\nfunction isHTMLVoidElement(tagName) {\n\treturn hasOwn(HTML_VOID_ELEMENTS, tagName.toLowerCase());\n}\n\n/**\n * Tag names that are raw text elements according to HTML spec.\n * The value denotes whether they are escapable or not.\n *\n * @see {@link isHTMLEscapableRawTextElement}\n * @see {@link isHTMLRawTextElement}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nvar HTML_RAW_TEXT_ELEMENTS = freeze({\n\tscript: false,\n\tstyle: false,\n\ttextarea: true,\n\ttitle: true,\n});\n\n/**\n * Check if `tagName` is matching one of the HTML raw text element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link isHTMLEscapableRawTextElement}\n * @see {@link HTML_RAW_TEXT_ELEMENTS}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nfunction isHTMLRawTextElement(tagName) {\n\tvar key = tagName.toLowerCase();\n\treturn hasOwn(HTML_RAW_TEXT_ELEMENTS, key) && !HTML_RAW_TEXT_ELEMENTS[key];\n}\n/**\n * Check if `tagName` is matching one of the HTML escapable raw text element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link isHTMLRawTextElement}\n * @see {@link HTML_RAW_TEXT_ELEMENTS}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nfunction isHTMLEscapableRawTextElement(tagName) {\n\tvar key = tagName.toLowerCase();\n\treturn hasOwn(HTML_RAW_TEXT_ELEMENTS, key) && HTML_RAW_TEXT_ELEMENTS[key];\n}\n/**\n * Only returns true if `value` matches MIME_TYPE.HTML, which indicates an HTML document.\n *\n * @param {string} mimeType\n * @returns {mimeType is 'text/html'}\n * @see https://www.iana.org/assignments/media-types/text/html\n * @see https://en.wikipedia.org/wiki/HTML\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring\n */\nfunction isHTMLMimeType(mimeType) {\n\treturn mimeType === MIME_TYPE.HTML;\n}\n/**\n * For both the `text/html` and the `application/xhtml+xml` namespace the spec defines that the\n * HTML namespace is provided as the default.\n *\n * @param {string} mimeType\n * @returns {boolean}\n * @see https://dom.spec.whatwg.org/#dom-document-createelement\n * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument\n * @see https://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument\n */\nfunction hasDefaultHTMLNamespace(mimeType) {\n\treturn isHTMLMimeType(mimeType) || mimeType === MIME_TYPE.XML_XHTML_APPLICATION;\n}\n\n/**\n * All mime types that are allowed as input to `DOMParser.parseFromString`\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString#Argument02\n * MDN\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#domparsersupportedtype\n * WHATWG HTML Spec\n * @see {@link DOMParser.prototype.parseFromString}\n */\nvar MIME_TYPE = freeze({\n\t/**\n\t * `text/html`, the only mime type that triggers treating an XML document as HTML.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/text/html IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/HTML Wikipedia\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString MDN\n\t * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring\n\t * WHATWG HTML Spec\n\t */\n\tHTML: 'text/html',\n\n\t/**\n\t * `application/xml`, the standard mime type for XML documents.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/application/xml IANA MimeType\n\t * registration\n\t * @see https://tools.ietf.org/html/rfc7303#section-9.1 RFC 7303\n\t * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia\n\t */\n\tXML_APPLICATION: 'application/xml',\n\n\t/**\n\t * `text/html`, an alias for `application/xml`.\n\t *\n\t * @see https://tools.ietf.org/html/rfc7303#section-9.2 RFC 7303\n\t * @see https://www.iana.org/assignments/media-types/text/xml IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia\n\t */\n\tXML_TEXT: 'text/xml',\n\n\t/**\n\t * `application/xhtml+xml`, indicates an XML document that has the default HTML namespace,\n\t * but is parsed as an XML document.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/application/xhtml+xml IANA MimeType\n\t * registration\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument WHATWG DOM Spec\n\t * @see https://en.wikipedia.org/wiki/XHTML Wikipedia\n\t */\n\tXML_XHTML_APPLICATION: 'application/xhtml+xml',\n\n\t/**\n\t * `image/svg+xml`,\n\t *\n\t * @see https://www.iana.org/assignments/media-types/image/svg+xml IANA MimeType registration\n\t * @see https://www.w3.org/TR/SVG11/ W3C SVG 1.1\n\t * @see https://en.wikipedia.org/wiki/Scalable_Vector_Graphics Wikipedia\n\t */\n\tXML_SVG_IMAGE: 'image/svg+xml',\n});\n/**\n * @typedef {'application/xhtml+xml' | 'application/xml' | 'image/svg+xml' | 'text/html' | 'text/xml'}\n * MimeType\n */\n/**\n * @type {MimeType[]}\n * @private\n * Basically `Object.values`, which is not available in ES5.\n */\nvar _MIME_TYPES = Object.keys(MIME_TYPE).map(function (key) {\n\treturn MIME_TYPE[key];\n});\n\n/**\n * Only returns true if `mimeType` is one of the allowed values for\n * `DOMParser.parseFromString`.\n *\n * @param {string} mimeType\n * @returns {mimeType is 'application/xhtml+xml' | 'application/xml' | 'image/svg+xml' | 'text/html' | 'text/xml'}\n *\n */\nfunction isValidMimeType(mimeType) {\n\treturn _MIME_TYPES.indexOf(mimeType) > -1;\n}\n/**\n * Namespaces that are used in this code base.\n *\n * @see http://www.w3.org/TR/REC-xml-names\n */\nvar NAMESPACE = freeze({\n\t/**\n\t * The XHTML namespace.\n\t *\n\t * @see http://www.w3.org/1999/xhtml\n\t */\n\tHTML: 'http://www.w3.org/1999/xhtml',\n\n\t/**\n\t * The SVG namespace.\n\t *\n\t * @see http://www.w3.org/2000/svg\n\t */\n\tSVG: 'http://www.w3.org/2000/svg',\n\n\t/**\n\t * The `xml:` namespace.\n\t *\n\t * @see http://www.w3.org/XML/1998/namespace\n\t */\n\tXML: 'http://www.w3.org/XML/1998/namespace',\n\n\t/**\n\t * The `xmlns:` namespace.\n\t *\n\t * @see https://www.w3.org/2000/xmlns/\n\t */\n\tXMLNS: 'http://www.w3.org/2000/xmlns/',\n});\n\nexports.assign = assign;\nexports.find = find;\nexports.freeze = freeze;\nexports.HTML_BOOLEAN_ATTRIBUTES = HTML_BOOLEAN_ATTRIBUTES;\nexports.HTML_RAW_TEXT_ELEMENTS = HTML_RAW_TEXT_ELEMENTS;\nexports.HTML_VOID_ELEMENTS = HTML_VOID_ELEMENTS;\nexports.hasDefaultHTMLNamespace = hasDefaultHTMLNamespace;\nexports.hasOwn = hasOwn;\nexports.isHTMLBooleanAttribute = isHTMLBooleanAttribute;\nexports.isHTMLRawTextElement = isHTMLRawTextElement;\nexports.isHTMLEscapableRawTextElement = isHTMLEscapableRawTextElement;\nexports.isHTMLMimeType = isHTMLMimeType;\nexports.isHTMLVoidElement = isHTMLVoidElement;\nexports.isValidMimeType = isValidMimeType;\nexports.MIME_TYPE = MIME_TYPE;\nexports.NAMESPACE = NAMESPACE;\n","'use strict';\n\nvar conventions = require('./conventions');\n\nfunction extendError(constructor, writableName) {\n\tconstructor.prototype = Object.create(Error.prototype, {\n\t\tconstructor: { value: constructor },\n\t\tname: { value: constructor.name, enumerable: true, writable: writableName },\n\t});\n}\n\nvar DOMExceptionName = conventions.freeze({\n\t/**\n\t * the default value as defined by the spec\n\t */\n\tError: 'Error',\n\t/**\n\t * @deprecated\n\t * Use RangeError instead.\n\t */\n\tIndexSizeError: 'IndexSizeError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tDomstringSizeError: 'DomstringSizeError',\n\tHierarchyRequestError: 'HierarchyRequestError',\n\tWrongDocumentError: 'WrongDocumentError',\n\tInvalidCharacterError: 'InvalidCharacterError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tNoDataAllowedError: 'NoDataAllowedError',\n\tNoModificationAllowedError: 'NoModificationAllowedError',\n\tNotFoundError: 'NotFoundError',\n\tNotSupportedError: 'NotSupportedError',\n\tInUseAttributeError: 'InUseAttributeError',\n\tInvalidStateError: 'InvalidStateError',\n\tSyntaxError: 'SyntaxError',\n\tInvalidModificationError: 'InvalidModificationError',\n\tNamespaceError: 'NamespaceError',\n\t/**\n\t * @deprecated\n\t * Use TypeError for invalid arguments,\n\t * \"NotSupportedError\" DOMException for unsupported operations,\n\t * and \"NotAllowedError\" DOMException for denied requests instead.\n\t */\n\tInvalidAccessError: 'InvalidAccessError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tValidationError: 'ValidationError',\n\t/**\n\t * @deprecated\n\t * Use TypeError instead.\n\t */\n\tTypeMismatchError: 'TypeMismatchError',\n\tSecurityError: 'SecurityError',\n\tNetworkError: 'NetworkError',\n\tAbortError: 'AbortError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tURLMismatchError: 'URLMismatchError',\n\tQuotaExceededError: 'QuotaExceededError',\n\tTimeoutError: 'TimeoutError',\n\tInvalidNodeTypeError: 'InvalidNodeTypeError',\n\tDataCloneError: 'DataCloneError',\n\tEncodingError: 'EncodingError',\n\tNotReadableError: 'NotReadableError',\n\tUnknownError: 'UnknownError',\n\tConstraintError: 'ConstraintError',\n\tDataError: 'DataError',\n\tTransactionInactiveError: 'TransactionInactiveError',\n\tReadOnlyError: 'ReadOnlyError',\n\tVersionError: 'VersionError',\n\tOperationError: 'OperationError',\n\tNotAllowedError: 'NotAllowedError',\n\tOptOutError: 'OptOutError',\n});\nvar DOMExceptionNames = Object.keys(DOMExceptionName);\n\nfunction isValidDomExceptionCode(value) {\n\treturn typeof value === 'number' && value >= 1 && value <= 25;\n}\nfunction endsWithError(value) {\n\treturn typeof value === 'string' && value.substring(value.length - DOMExceptionName.Error.length) === DOMExceptionName.Error;\n}\n/**\n * DOM operations only raise exceptions in \"exceptional\" circumstances, i.e., when an operation\n * is impossible to perform (either for logical reasons, because data is lost, or because the\n * implementation has become unstable). In general, DOM methods return specific error values in\n * ordinary processing situations, such as out-of-bound errors when using NodeList.\n *\n * Implementations should raise other exceptions under other circumstances. For example,\n * implementations should raise an implementation-dependent exception if a null argument is\n * passed when null was not expected.\n *\n * This implementation supports the following usages:\n * 1. according to the living standard (both arguments are optional):\n * ```\n * new DOMException(\"message (can be empty)\", DOMExceptionNames.HierarchyRequestError)\n * ```\n * 2. according to previous xmldom implementation (only the first argument is required):\n * ```\n * new DOMException(DOMException.HIERARCHY_REQUEST_ERR, \"optional message\")\n * ```\n * both result in the proper name being set.\n *\n * @class DOMException\n * @param {number | string} messageOrCode\n * The reason why an operation is not acceptable.\n * If it is a number, it is used to determine the `name`, see\n * {@link https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-258A00AF ExceptionCode}\n * @param {string | keyof typeof DOMExceptionName | Error} [nameOrMessage]\n * The `name` to use for the error.\n * If `messageOrCode` is a number, this arguments is used as the `message` instead.\n * @augments Error\n * @see https://webidl.spec.whatwg.org/#idl-DOMException\n * @see https://webidl.spec.whatwg.org/#dfn-error-names-table\n * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html\n * @see http://www.w3.org/TR/REC-DOM-Level-1/ecma-script-language-binding.html\n */\nfunction DOMException(messageOrCode, nameOrMessage) {\n\t// support old way of passing arguments: first argument is a valid number\n\tif (isValidDomExceptionCode(messageOrCode)) {\n\t\tthis.name = DOMExceptionNames[messageOrCode];\n\t\tthis.message = nameOrMessage || '';\n\t} else {\n\t\tthis.message = messageOrCode;\n\t\tthis.name = endsWithError(nameOrMessage) ? nameOrMessage : DOMExceptionName.Error;\n\t}\n\tif (Error.captureStackTrace) Error.captureStackTrace(this, DOMException);\n}\nextendError(DOMException, true);\nObject.defineProperties(DOMException.prototype, {\n\tcode: {\n\t\tenumerable: true,\n\t\tget: function () {\n\t\t\tvar code = DOMExceptionNames.indexOf(this.name);\n\t\t\tif (isValidDomExceptionCode(code)) return code;\n\t\t\treturn 0;\n\t\t},\n\t},\n});\n\nvar ExceptionCode = {\n\tINDEX_SIZE_ERR: 1,\n\tDOMSTRING_SIZE_ERR: 2,\n\tHIERARCHY_REQUEST_ERR: 3,\n\tWRONG_DOCUMENT_ERR: 4,\n\tINVALID_CHARACTER_ERR: 5,\n\tNO_DATA_ALLOWED_ERR: 6,\n\tNO_MODIFICATION_ALLOWED_ERR: 7,\n\tNOT_FOUND_ERR: 8,\n\tNOT_SUPPORTED_ERR: 9,\n\tINUSE_ATTRIBUTE_ERR: 10,\n\tINVALID_STATE_ERR: 11,\n\tSYNTAX_ERR: 12,\n\tINVALID_MODIFICATION_ERR: 13,\n\tNAMESPACE_ERR: 14,\n\tINVALID_ACCESS_ERR: 15,\n\tVALIDATION_ERR: 16,\n\tTYPE_MISMATCH_ERR: 17,\n\tSECURITY_ERR: 18,\n\tNETWORK_ERR: 19,\n\tABORT_ERR: 20,\n\tURL_MISMATCH_ERR: 21,\n\tQUOTA_EXCEEDED_ERR: 22,\n\tTIMEOUT_ERR: 23,\n\tINVALID_NODE_TYPE_ERR: 24,\n\tDATA_CLONE_ERR: 25,\n};\n\nvar entries = Object.entries(ExceptionCode);\nfor (var i = 0; i < entries.length; i++) {\n\tvar key = entries[i][0];\n\tDOMException[key] = entries[i][1];\n}\n\n/**\n * Creates an error that will not be caught by XMLReader aka the SAX parser.\n *\n * @class\n * @param {string} message\n * @param {any} [locator]\n */\nfunction ParseError(message, locator) {\n\tthis.message = message;\n\tthis.locator = locator;\n\tif (Error.captureStackTrace) Error.captureStackTrace(this, ParseError);\n}\nextendError(ParseError);\n\nexports.DOMException = DOMException;\nexports.DOMExceptionName = DOMExceptionName;\nexports.ExceptionCode = ExceptionCode;\nexports.ParseError = ParseError;\n","'use strict';\n\n/**\n * Detects relevant unicode support for regular expressions in the runtime.\n * Should the runtime not accepts the flag `u` or unicode ranges,\n * character classes without unicode handling will be used.\n *\n * @param {typeof RegExp} [RegExpImpl=RegExp]\n * For testing: the RegExp class.\n * @returns {boolean}\n * @see https://node.green/#ES2015-syntax-RegExp--y--and--u--flags\n */\nfunction detectUnicodeSupport(RegExpImpl) {\n\ttry {\n\t\tif (typeof RegExpImpl !== 'function') {\n\t\t\tRegExpImpl = RegExp;\n\t\t}\n\t\t// eslint-disable-next-line es5/no-unicode-regex,es5/no-unicode-code-point-escape\n\t\tvar match = new RegExpImpl('\\u{1d306}', 'u').exec('𝌆');\n\t\treturn !!match && match[0].length === 2;\n\t} catch (error) {}\n\treturn false;\n}\nvar UNICODE_SUPPORT = detectUnicodeSupport();\n\n/**\n * Removes `[`, `]` and any trailing quantifiers from the source of a RegExp.\n *\n * @param {RegExp} regexp\n */\nfunction chars(regexp) {\n\tif (regexp.source[0] !== '[') {\n\t\tthrow new Error(regexp + ' can not be used with chars');\n\t}\n\treturn regexp.source.slice(1, regexp.source.lastIndexOf(']'));\n}\n\n/**\n * Creates a new character list regular expression,\n * by removing `search` from the source of `regexp`.\n *\n * @param {RegExp} regexp\n * @param {string} search\n * The character(s) to remove.\n * @returns {RegExp}\n */\nfunction chars_without(regexp, search) {\n\tif (regexp.source[0] !== '[') {\n\t\tthrow new Error('/' + regexp.source + '/ can not be used with chars_without');\n\t}\n\tif (!search || typeof search !== 'string') {\n\t\tthrow new Error(JSON.stringify(search) + ' is not a valid search');\n\t}\n\tif (regexp.source.indexOf(search) === -1) {\n\t\tthrow new Error('\"' + search + '\" is not is /' + regexp.source + '/');\n\t}\n\tif (search === '-' && regexp.source.indexOf(search) !== 1) {\n\t\tthrow new Error('\"' + search + '\" is not at the first postion of /' + regexp.source + '/');\n\t}\n\treturn new RegExp(regexp.source.replace(search, ''), UNICODE_SUPPORT ? 'u' : '');\n}\n\n/**\n * Combines and Regular expressions correctly by using `RegExp.source`.\n *\n * @param {...(RegExp | string)[]} args\n * @returns {RegExp}\n */\nfunction reg(args) {\n\tvar self = this;\n\treturn new RegExp(\n\t\tArray.prototype.slice\n\t\t\t.call(arguments)\n\t\t\t.map(function (part) {\n\t\t\t\tvar isStr = typeof part === 'string';\n\t\t\t\tif (isStr && self === undefined && part === '|') {\n\t\t\t\t\tthrow new Error('use regg instead of reg to wrap expressions with `|`!');\n\t\t\t\t}\n\t\t\t\treturn isStr ? part : part.source;\n\t\t\t})\n\t\t\t.join(''),\n\t\tUNICODE_SUPPORT ? 'mu' : 'm'\n\t);\n}\n\n/**\n * Like `reg` but wraps the expression in `(?:`,`)` to create a non tracking group.\n *\n * @param {...(RegExp | string)[]} args\n * @returns {RegExp}\n */\nfunction regg(args) {\n\tif (arguments.length === 0) {\n\t\tthrow new Error('no parameters provided');\n\t}\n\treturn reg.apply(regg, ['(?:'].concat(Array.prototype.slice.call(arguments), [')']));\n}\n\n// /**\n// * Append ^ to the beginning of the expression.\n// * @param {...(RegExp | string)[]} args\n// * @returns {RegExp}\n// */\n// function reg_start(args) {\n// \tif (arguments.length === 0) {\n// \t\tthrow new Error('no parameters provided');\n// \t}\n// \treturn reg.apply(reg_start, ['^'].concat(Array.prototype.slice.call(arguments)));\n// }\n\n// https://www.w3.org/TR/xml/#document\n// `[1] document ::= prolog element Misc*`\n// https://www.w3.org/TR/xml11/#NT-document\n// `[1] document ::= ( prolog element Misc* ) - ( Char* RestrictedChar Char* )`\n\n/**\n * A character usually appearing in wrongly converted strings.\n *\n * @type {string}\n * @see https://en.wikipedia.org/wiki/Specials_(Unicode_block)#Replacement_character\n * @see https://nodejs.dev/en/api/v18/buffer/#buffers-and-character-encodings\n * @see https://www.unicode.org/faq/utf_bom.html#BOM\n * @readonly\n */\nvar UNICODE_REPLACEMENT_CHARACTER = '\\uFFFD';\n// https://www.w3.org/TR/xml/#NT-Char\n// any Unicode character, excluding the surrogate blocks, FFFE, and FFFF.\n// `[2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]`\n// https://www.w3.org/TR/xml11/#NT-Char\n// `[2] Char ::= [#x1-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]`\n// https://www.w3.org/TR/xml11/#NT-RestrictedChar\n// `[2a] RestrictedChar ::= [#x1-#x8] | [#xB-#xC] | [#xE-#x1F] | [#x7F-#x84] | [#x86-#x9F]`\n// https://www.w3.org/TR/xml11/#charsets\nvar Char = /[-\\x09\\x0A\\x0D\\x20-\\x2C\\x2E-\\uD7FF\\uE000-\\uFFFD]/; // without \\u10000-\\uEFFFF\nif (UNICODE_SUPPORT) {\n\t// eslint-disable-next-line es5/no-unicode-code-point-escape\n\tChar = reg('[', chars(Char), '\\\\u{10000}-\\\\u{10FFFF}', ']');\n}\n\nvar _SChar = /[\\x20\\x09\\x0D\\x0A]/;\nvar SChar_s = chars(_SChar);\n// https://www.w3.org/TR/xml11/#NT-S\n// `[3] S ::= (#x20 | #x9 | #xD | #xA)+`\nvar S = reg(_SChar, '+');\n// optional whitespace described as `S?` in the grammar,\n// simplified to 0-n occurrences of the character class\n// instead of 0-1 occurrences of a non-capturing group around S\nvar S_OPT = reg(_SChar, '*');\n\n// https://www.w3.org/TR/xml11/#NT-NameStartChar\n// `[4] NameStartChar ::= \":\" | [A-Z] | \"_\" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]`\nvar NameStartChar =\n\t/[:_a-zA-Z\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02FF\\u0370-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/; // without \\u10000-\\uEFFFF\nif (UNICODE_SUPPORT) {\n\t// eslint-disable-next-line es5/no-unicode-code-point-escape\n\tNameStartChar = reg('[', chars(NameStartChar), '\\\\u{10000}-\\\\u{10FFFF}', ']');\n}\nvar NameStartChar_s = chars(NameStartChar);\n\n// https://www.w3.org/TR/xml11/#NT-NameChar\n// `[4a] NameChar ::= NameStartChar | \"-\" | \".\" | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]`\nvar NameChar = reg('[', NameStartChar_s, chars(/[-.0-9\\xB7]/), chars(/[\\u0300-\\u036F\\u203F-\\u2040]/), ']');\n// https://www.w3.org/TR/xml11/#NT-Name\n// `[5] Name ::= NameStartChar (NameChar)*`\nvar Name = reg(NameStartChar, NameChar, '*');\n/*\nhttps://www.w3.org/TR/xml11/#NT-Names\n`[6] Names ::= Name (#x20 Name)*`\n*/\n\n// https://www.w3.org/TR/xml11/#NT-Nmtoken\n// `[7] Nmtoken ::= (NameChar)+`\nvar Nmtoken = reg(NameChar, '+');\n/*\nhttps://www.w3.org/TR/xml11/#NT-Nmtokens\n`[8] Nmtokens ::= Nmtoken (#x20 Nmtoken)*`\nvar Nmtokens = reg(Nmtoken, regg(/\\x20/, Nmtoken), '*');\n*/\n\n// https://www.w3.org/TR/xml11/#NT-EntityRef\n// `[68] EntityRef ::= '&' Name ';'` [WFC: Entity Declared] [VC: Entity Declared] [WFC: Parsed Entity] [WFC: No Recursion]\nvar EntityRef = reg('&', Name, ';');\n// https://www.w3.org/TR/xml11/#NT-CharRef\n// `[66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';'` [WFC: Legal Character]\nvar CharRef = regg(/&#[0-9]+;|&#x[0-9a-fA-F]+;/);\n\n/*\nhttps://www.w3.org/TR/xml11/#NT-Reference\n- `[67] Reference ::= EntityRef | CharRef`\n- `[66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';'` [WFC: Legal Character]\n- `[68] EntityRef ::= '&' Name ';'` [WFC: Entity Declared] [VC: Entity Declared] [WFC: Parsed Entity] [WFC: No Recursion]\n*/\nvar Reference = regg(EntityRef, '|', CharRef);\n\n// https://www.w3.org/TR/xml11/#NT-PEReference\n// `[69] PEReference ::= '%' Name ';'`\n// [VC: Entity Declared] [WFC: No Recursion] [WFC: In DTD]\nvar PEReference = reg('%', Name, ';');\n\n// https://www.w3.org/TR/xml11/#NT-EntityValue\n// `[9] EntityValue ::= '\"' ([^%&\"] | PEReference | Reference)* '\"' | \"'\" ([^%&'] | PEReference | Reference)* \"'\"`\nvar EntityValue = regg(\n\treg('\"', regg(/[^%&\"]/, '|', PEReference, '|', Reference), '*', '\"'),\n\t'|',\n\treg(\"'\", regg(/[^%&']/, '|', PEReference, '|', Reference), '*', \"'\")\n);\n\n// https://www.w3.org/TR/xml11/#NT-AttValue\n// `[10] AttValue ::= '\"' ([^<&\"] | Reference)* '\"' | \"'\" ([^<&'] | Reference)* \"'\"`\nvar AttValue = regg('\"', regg(/[^<&\"]/, '|', Reference), '*', '\"', '|', \"'\", regg(/[^<&']/, '|', Reference), '*', \"'\");\n\n// https://www.w3.org/TR/xml-names/#ns-decl\n// https://www.w3.org/TR/xml-names/#ns-qualnames\n// NameStartChar without \":\"\nvar NCNameStartChar = chars_without(NameStartChar, ':');\n// https://www.w3.org/TR/xml-names/#orphans\n// `[5] NCNameChar ::= NameChar - ':'`\n// An XML NameChar, minus the \":\"\nvar NCNameChar = chars_without(NameChar, ':');\n// https://www.w3.org/TR/xml-names/#NT-NCName\n// `[4] NCName ::= Name - (Char* ':' Char*)`\n// An XML Name, minus the \":\"\nvar NCName = reg(NCNameStartChar, NCNameChar, '*');\n\n/**\nhttps://www.w3.org/TR/xml-names/#ns-qualnames\n\n```\n[7] QName ::= PrefixedName | UnprefixedName\n\t\t\t\t === (NCName ':' NCName) | NCName\n\t\t\t\t === NCName (':' NCName)?\n[8] PrefixedName ::= Prefix ':' LocalPart\n\t\t\t\t\t\t\t\t === NCName ':' NCName\n[9] UnprefixedName ::= LocalPart\n\t\t\t\t\t\t\t\t\t === NCName\n[10] Prefix ::= NCName\n[11] LocalPart ::= NCName\n```\n*/\nvar QName = reg(NCName, regg(':', NCName), '?');\nvar QName_exact = reg('^', QName, '$');\nvar QName_group = reg('(', QName, ')');\n\n// https://www.w3.org/TR/xml11/#NT-SystemLiteral\n// `[11] SystemLiteral ::= ('\"' [^\"]* '\"') | (\"'\" [^']* \"'\")`\nvar SystemLiteral = regg(/\"[^\"]*\"|'[^']*'/);\n\n/*\n https://www.w3.org/TR/xml11/#NT-PI\n ```\n [17] PITarget ::= Name - (('X' | 'x') ('M' | 'm') ('L' | 'l'))\n [16] PI ::= '' Char*)))? '?>'\n ```\n target /xml/i is not excluded!\n*/\nvar PI = reg(/^<\\?/, '(', Name, ')', regg(S, '(', Char, '*?)'), '?', /\\?>/);\n\n// https://www.w3.org/TR/xml11/#NT-PubidChar\n// `[13] PubidChar ::= #x20 | #xD | #xA | [a-zA-Z0-9] | [-'()+,./:=?;!*#@$_%]`\nvar PubidChar = /[\\x20\\x0D\\x0Aa-zA-Z0-9-'()+,./:=?;!*#@$_%]/;\n\n// https://www.w3.org/TR/xml11/#NT-PubidLiteral\n// `[12] PubidLiteral ::= '\"' PubidChar* '\"' | \"'\" (PubidChar - \"'\")* \"'\"`\nvar PubidLiteral = regg('\"', PubidChar, '*\"', '|', \"'\", chars_without(PubidChar, \"'\"), \"*'\");\n\n// https://www.w3.org/TR/xml11/#NT-CharData\n// `[14] CharData ::= [^<&]* - ([^<&]* ']]>' [^<&]*)`\n\nvar COMMENT_START = '';\n// https://www.w3.org/TR/xml11/#NT-Comment\n// `[15] Comment ::= ''`\nvar Comment = reg(COMMENT_START, regg(chars_without(Char, '-'), '|', reg('-', chars_without(Char, '-'))), '*', COMMENT_END);\n\nvar PCDATA = '#PCDATA';\n// https://www.w3.org/TR/xml11/#NT-Mixed\n// `[51] Mixed ::= '(' S? '#PCDATA' (S? '|' S? Name)* S? ')*' | '(' S? '#PCDATA' S? ')'`\n// https://www.w3.org/TR/xml-names/#NT-Mixed\n// `[51] Mixed ::= '(' S? '#PCDATA' (S? '|' S? QName)* S? ')*' | '(' S? '#PCDATA' S? ')'`\n// [VC: Proper Group/PE Nesting] [VC: No Duplicate Types]\nvar Mixed = regg(\n\treg(/\\(/, S_OPT, PCDATA, regg(S_OPT, /\\|/, S_OPT, QName), '*', S_OPT, /\\)\\*/),\n\t'|',\n\treg(/\\(/, S_OPT, PCDATA, S_OPT, /\\)/)\n);\n\nvar _children_quantity = /[?*+]?/;\n/*\n `[49] choice ::= '(' S? cp ( S? '|' S? cp )+ S? ')'` [VC: Proper Group/PE Nesting]\n `[50] seq ::= '(' S? cp ( S? ',' S? cp )* S? ')'` [VC: Proper Group/PE Nesting]\n simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\n var _choice_or_seq = reg('[', NameChar_s, SChar_s, chars(_children_quantity), '()|,]*');\n ```\n [48] cp ::= (Name | choice | seq) ('?' | '*' | '+')?\n === (Name | '(' S? cp ( S? '|' S? cp )+ S? ')' | '(' S? cp ( S? ',' S? cp )* S? ')') ('?' | '*' | '+')?\n !== (Name | [_choice_or_seq]*) ('?' | '*' | '+')?\n ```\n simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\n var cp = reg(regg(Name, '|', _choice_or_seq), _children_quantity);\n*/\n/*\nInefficient regular expression (High)\nThis part of the regular expression may cause exponential backtracking on strings starting with '(|' and containing many repetitions of '|'.\nhttps://github.com/xmldom/xmldom/security/code-scanning/91\nvar choice = regg(/\\(/, S_OPT, cp, regg(S_OPT, /\\|/, S_OPT, cp), '+', S_OPT, /\\)/);\n*/\n/*\nInefficient regular expression (High)\nThis part of the regular expression may cause exponential backtracking on strings starting with '(,' and containing many repetitions of ','.\nhttps://github.com/xmldom/xmldom/security/code-scanning/92\nvar seq = regg(/\\(/, S_OPT, cp, regg(S_OPT, /,/, S_OPT, cp), '*', S_OPT, /\\)/);\n*/\n\n// `[47] children ::= (choice | seq) ('?' | '*' | '+')?`\n// simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\nvar children = reg(/\\([^>]+\\)/, _children_quantity /*regg(choice, '|', seq), _children_quantity*/);\n\n// https://www.w3.org/TR/xml11/#NT-contentspec\n// `[46] contentspec ::= 'EMPTY' | 'ANY' | Mixed | children`\nvar contentspec = regg('EMPTY', '|', 'ANY', '|', Mixed, '|', children);\n\nvar ELEMENTDECL_START = ''`\n// https://www.w3.org/TR/xml-names/#NT-elementdecl\n// `[17] elementdecl ::= ''`\n// because of https://www.w3.org/TR/xml11/#NT-PEReference\n// since xmldom is not supporting replacements of PEReferences in the DTD\n// this also supports PEReference in the possible places\nvar elementdecl = reg(ELEMENTDECL_START, S, regg(QName, '|', PEReference), S, regg(contentspec, '|', PEReference), S_OPT, '>');\n\n// https://www.w3.org/TR/xml11/#NT-NotationType\n// `[58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'`\n// [VC: Notation Attributes] [VC: One Notation Per Element Type] [VC: No Notation on Empty Element] [VC: No Duplicate Tokens]\nvar NotationType = reg('NOTATION', S, /\\(/, S_OPT, Name, regg(S_OPT, /\\|/, S_OPT, Name), '*', S_OPT, /\\)/);\n// https://www.w3.org/TR/xml11/#NT-Enumeration\n// `[59] Enumeration ::= '(' S? Nmtoken (S? '|' S? Nmtoken)* S? ')'`\n// [VC: Enumeration] [VC: No Duplicate Tokens]\nvar Enumeration = reg(/\\(/, S_OPT, Nmtoken, regg(S_OPT, /\\|/, S_OPT, Nmtoken), '*', S_OPT, /\\)/);\n\n// https://www.w3.org/TR/xml11/#NT-EnumeratedType\n// `[57] EnumeratedType ::= NotationType | Enumeration`\nvar EnumeratedType = regg(NotationType, '|', Enumeration);\n\n/*\n```\n[55] StringType ::= 'CDATA'\n[56] TokenizedType ::= 'ID' [VC: ID] [VC: One ID per Element Type] [VC: ID Attribute Default]\n | 'IDREF' [VC: IDREF]\n | 'IDREFS' [VC: IDREF]\n\t | 'ENTITY' [VC: Entity Name]\n\t | 'ENTITIES' [VC: Entity Name]\n\t | 'NMTOKEN' [VC: Name Token]\n\t | 'NMTOKENS' [VC: Name Token]\n [54] AttType ::= StringType | TokenizedType | EnumeratedType\n```*/\nvar AttType = regg(/CDATA|ID|IDREF|IDREFS|ENTITY|ENTITIES|NMTOKEN|NMTOKENS/, '|', EnumeratedType);\n\n// `[60] DefaultDecl ::= '#REQUIRED' | '#IMPLIED' | (('#FIXED' S)? AttValue)`\n// [WFC: No < in Attribute Values] [WFC: No External Entity References]\n// [VC: Fixed Attribute Default] [VC: Required Attribute] [VC: Attribute Default Value Syntactically Correct]\nvar DefaultDecl = regg(/#REQUIRED|#IMPLIED/, '|', regg(regg('#FIXED', S), '?', AttValue));\n\n// https://www.w3.org/TR/xml11/#NT-AttDef\n// [53] AttDef ::= S Name S AttType S DefaultDecl\n// https://www.w3.org/TR/xml-names/#NT-AttDef\n// [1] NSAttName ::= PrefixedAttName | DefaultAttName\n// [2] PrefixedAttName ::= 'xmlns:' NCName [NSC: Reserved Prefixes and Namespace Names]\n// [3] DefaultAttName ::= 'xmlns'\n// [21] AttDef ::= S (QName | NSAttName) S AttType S DefaultDecl\n// \t\t\t\t\t\t === S Name S AttType S DefaultDecl\n// xmldom is not distinguishing between QName and NSAttName on this level\n// to support XML without namespaces in DTD we can not restrict it to QName\nvar AttDef = regg(S, Name, S, AttType, S, DefaultDecl);\n\nvar ATTLIST_DECL_START = ''`\n// https://www.w3.org/TR/xml-names/#NT-AttlistDecl\n// `[20] AttlistDecl ::= ''`\n// to support XML without namespaces in DTD we can not restrict it to QName\nvar AttlistDecl = reg(ATTLIST_DECL_START, S, Name, AttDef, '*', S_OPT, '>');\n\nvar SYSTEM = 'SYSTEM';\nvar PUBLIC = 'PUBLIC';\n// https://www.w3.org/TR/xml11/#NT-ExternalID\n// `[75] ExternalID ::= 'SYSTEM' S SystemLiteral | 'PUBLIC' S PubidLiteral S SystemLiteral`\nvar ExternalID = regg(regg(SYSTEM, S, SystemLiteral), '|', regg(PUBLIC, S, PubidLiteral, S, SystemLiteral));\nvar ExternalID_match = reg(\n\t'^',\n\tregg(\n\t\tregg(SYSTEM, S, '(?', SystemLiteral, ')'),\n\t\t'|',\n\t\tregg(PUBLIC, S, '(?', PubidLiteral, ')', S, '(?', SystemLiteral, ')')\n\t)\n);\n\n// https://www.w3.org/TR/xml11/#NT-NDataDecl\n// `[76] NDataDecl ::= S 'NDATA' S Name` [VC: Notation Declared]\nvar NDataDecl = regg(S, 'NDATA', S, Name);\n\n// https://www.w3.org/TR/xml11/#NT-EntityDef\n// `[73] EntityDef ::= EntityValue | (ExternalID NDataDecl?)`\nvar EntityDef = regg(EntityValue, '|', regg(ExternalID, NDataDecl, '?'));\n\nvar ENTITY_DECL_START = ''`\nvar GEDecl = reg(ENTITY_DECL_START, S, Name, S, EntityDef, S_OPT, '>');\n// https://www.w3.org/TR/xml11/#NT-PEDef\n// `[74] PEDef ::= EntityValue | ExternalID`\nvar PEDef = regg(EntityValue, '|', ExternalID);\n// https://www.w3.org/TR/xml11/#NT-PEDecl\n// `[72] PEDecl ::= ''`\nvar PEDecl = reg(ENTITY_DECL_START, S, '%', S, Name, S, PEDef, S_OPT, '>');\n// https://www.w3.org/TR/xml11/#NT-EntityDecl\n// `[70] EntityDecl ::= GEDecl | PEDecl`\nvar EntityDecl = regg(GEDecl, '|', PEDecl);\n\n// https://www.w3.org/TR/xml11/#NT-PublicID\n// `[83] PublicID ::= 'PUBLIC' S PubidLiteral`\nvar PublicID = reg(PUBLIC, S, PubidLiteral);\n// https://www.w3.org/TR/xml11/#NT-NotationDecl\n// `[82] NotationDecl ::= ''` [VC: Unique Notation Name]\nvar NotationDecl = reg('');\n\n// https://www.w3.org/TR/xml11/#NT-Eq\n// `[25] Eq ::= S? '=' S?`\nvar Eq = reg(S_OPT, '=', S_OPT);\n// https://www.w3.org/TR/xml/#NT-VersionNum\n// `[26] VersionNum ::= '1.' [0-9]+`\n// https://www.w3.org/TR/xml11/#NT-VersionNum\n// `[26] VersionNum ::= '1.1'`\nvar VersionNum = /1[.]\\d+/;\n// https://www.w3.org/TR/xml11/#NT-VersionInfo\n// `[24] VersionInfo ::= S 'version' Eq (\"'\" VersionNum \"'\" | '\"' VersionNum '\"')`\nvar VersionInfo = reg(S, 'version', Eq, regg(\"'\", VersionNum, \"'\", '|', '\"', VersionNum, '\"'));\n// https://www.w3.org/TR/xml11/#NT-EncName\n// `[81] EncName ::= [A-Za-z] ([A-Za-z0-9._] | '-')*`\nvar EncName = /[A-Za-z][-A-Za-z0-9._]*/;\n// https://www.w3.org/TR/xml11/#NT-EncDecl\n// `[80] EncodingDecl ::= S 'encoding' Eq ('\"' EncName '\"' | \"'\" EncName \"'\" )`\nvar EncodingDecl = regg(S, 'encoding', Eq, regg('\"', EncName, '\"', '|', \"'\", EncName, \"'\"));\n// https://www.w3.org/TR/xml11/#NT-SDDecl\n// `[32] SDDecl ::= S 'standalone' Eq ((\"'\" ('yes' | 'no') \"'\") | ('\"' ('yes' | 'no') '\"'))`\nvar SDDecl = regg(S, 'standalone', Eq, regg(\"'\", regg('yes', '|', 'no'), \"'\", '|', '\"', regg('yes', '|', 'no'), '\"'));\n// https://www.w3.org/TR/xml11/#NT-XMLDecl\n// [23] XMLDecl ::= ''\nvar XMLDecl = reg(/^<\\?xml/, VersionInfo, EncodingDecl, '?', SDDecl, '?', S_OPT, /\\?>/);\n\n/*\n https://www.w3.org/TR/xml/#NT-markupdecl\n https://www.w3.org/TR/xml11/#NT-markupdecl\n `[29] markupdecl ::= elementdecl | AttlistDecl | EntityDecl | NotationDecl | PI | Comment`\n var markupdecl = regg(elementdecl, '|', AttlistDecl, '|', EntityDecl, '|', NotationDecl, '|', PI_unsafe, '|', Comment);\n*/\n/*\n https://www.w3.org/TR/xml-names/#NT-doctypedecl\n`[28a] DeclSep ::= PEReference | S`\n https://www.w3.org/TR/xml11/#NT-intSubset\n```\n [28b] intSubset ::= (markupdecl | DeclSep)*\n === (markupdecl | PEReference | S)*\n```\n [WFC: PE Between Declarations]\n var intSubset = reg(regg(markupdecl, '|', PEReference, '|', S), '*');\n*/\nvar DOCTYPE_DECL_START = ''`\n https://www.afterwardsw3.org/TR/xml-names/#NT-doctypedecl\n `[16] doctypedecl ::= ''`\n var doctypedecl = reg('');\n*/\n\nvar CDATA_START = '';\nvar CDStart = //;\nvar CData = reg(Char, '*?', CDEnd);\n/*\n https://www.w3.org/TR/xml/#dt-cdsection\n `[18] \tCDSect\t ::= \tCDStart CData CDEnd`\n `[19] \tCDStart\t ::= \t'' Char*))`\n `[21] \tCDEnd\t ::= \t']]>'`\n*/\nvar CDSect = reg(CDStart, CData);\n\n// unit tested\nexports.chars = chars;\nexports.chars_without = chars_without;\nexports.detectUnicodeSupport = detectUnicodeSupport;\nexports.reg = reg;\nexports.regg = regg;\nexports.AttlistDecl = AttlistDecl;\nexports.CDATA_START = CDATA_START;\nexports.CDATA_END = CDATA_END;\nexports.CDSect = CDSect;\nexports.Char = Char;\nexports.Comment = Comment;\nexports.COMMENT_START = COMMENT_START;\nexports.COMMENT_END = COMMENT_END;\nexports.DOCTYPE_DECL_START = DOCTYPE_DECL_START;\nexports.elementdecl = elementdecl;\nexports.EntityDecl = EntityDecl;\nexports.EntityValue = EntityValue;\nexports.ExternalID = ExternalID;\nexports.ExternalID_match = ExternalID_match;\nexports.Name = Name;\nexports.NotationDecl = NotationDecl;\nexports.Reference = Reference;\nexports.PEReference = PEReference;\nexports.PI = PI;\nexports.PUBLIC = PUBLIC;\nexports.PubidLiteral = PubidLiteral;\nexports.QName = QName;\nexports.QName_exact = QName_exact;\nexports.QName_group = QName_group;\nexports.S = S;\nexports.SChar_s = SChar_s;\nexports.S_OPT = S_OPT;\nexports.SYSTEM = SYSTEM;\nexports.SystemLiteral = SystemLiteral;\nexports.UNICODE_REPLACEMENT_CHARACTER = UNICODE_REPLACEMENT_CHARACTER;\nexports.UNICODE_SUPPORT = UNICODE_SUPPORT;\nexports.XMLDecl = XMLDecl;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar find = conventions.find;\nvar hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nvar hasOwn = conventions.hasOwn;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isHTMLRawTextElement = conventions.isHTMLRawTextElement;\nvar isHTMLVoidElement = conventions.isHTMLVoidElement;\nvar MIME_TYPE = conventions.MIME_TYPE;\nvar NAMESPACE = conventions.NAMESPACE;\n\n/**\n * Private DOM Constructor symbol\n *\n * Internal symbol used for construction of all classes whose constructors should be private.\n * Currently used for checks in `Node`, `Document`, `Element`, `Attr`, `CharacterData`, `Text`, `Comment`,\n * `CDATASection`, `DocumentType`, `Notation`, `Entity`, `EntityReference`, `DocumentFragment`, `ProcessingInstruction`\n * so the constructor can't be used from outside the module.\n */\nvar PDC = Symbol();\n\nvar errors = require('./errors');\nvar DOMException = errors.DOMException;\nvar DOMExceptionName = errors.DOMExceptionName;\n\nvar g = require('./grammar');\n\n/**\n * Checks if the given symbol equals the Private DOM Constructor symbol (PDC)\n * and throws an Illegal constructor exception when the symbols don't match.\n * This ensures that the constructor remains private and can't be used outside this module.\n */\nfunction checkSymbol(symbol) {\n\tif (symbol !== PDC) {\n\t\tthrow new TypeError('Illegal constructor');\n\t}\n}\n\n/**\n * A prerequisite for `[].filter`, to drop elements that are empty.\n *\n * @param {string} input\n * The string to be checked.\n * @returns {boolean}\n * Returns `true` if the input string is not empty, `false` otherwise.\n */\nfunction notEmptyString(input) {\n\treturn input !== '';\n}\n/**\n * Splits a string on ASCII whitespace characters (U+0009 TAB, U+000A LF, U+000C FF, U+000D CR,\n * U+0020 SPACE).\n * It follows the definition from the infra specification from WHATWG.\n *\n * @param {string} input\n * The string to be split.\n * @returns {string[]}\n * An array of the split strings. The array can be empty if the input string is empty or only\n * contains whitespace characters.\n * @see {@link https://infra.spec.whatwg.org/#split-on-ascii-whitespace}\n * @see {@link https://infra.spec.whatwg.org/#ascii-whitespace}\n */\nfunction splitOnASCIIWhitespace(input) {\n\t// U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, U+0020 SPACE\n\treturn input ? input.split(/[\\t\\n\\f\\r ]+/).filter(notEmptyString) : [];\n}\n\n/**\n * Adds element as a key to current if it is not already present.\n *\n * @param {Record} current\n * The current record object to which the element will be added as a key.\n * The object's keys are string types and values are either boolean or undefined.\n * @param {string} element\n * The string to be added as a key to the current record.\n * @returns {Record}\n * The updated record object after the addition of the new element.\n */\nfunction orderedSetReducer(current, element) {\n\tif (!hasOwn(current, element)) {\n\t\tcurrent[element] = true;\n\t}\n\treturn current;\n}\n\n/**\n * Converts a string into an ordered set by splitting the input on ASCII whitespace and\n * ensuring uniqueness of elements.\n * This follows the definition of an ordered set from the infra specification by WHATWG.\n *\n * @param {string} input\n * The input string to be transformed into an ordered set.\n * @returns {string[]}\n * An array of unique strings obtained from the input, preserving the original order.\n * The array can be empty if the input string is empty or only contains whitespace characters.\n * @see {@link https://infra.spec.whatwg.org/#ordered-set}\n */\nfunction toOrderedSet(input) {\n\tif (!input) return [];\n\tvar list = splitOnASCIIWhitespace(input);\n\treturn Object.keys(list.reduce(orderedSetReducer, {}));\n}\n\n/**\n * Uses `list.indexOf` to implement a function that behaves like `Array.prototype.includes`.\n * This function is used in environments where `Array.prototype.includes` may not be available.\n *\n * @param {any[]} list\n * The array in which to search for the element.\n * @returns {function(any): boolean}\n * A function that accepts an element and returns a boolean indicating whether the element is\n * included in the provided list.\n */\nfunction arrayIncludes(list) {\n\treturn function (element) {\n\t\treturn list && list.indexOf(element) !== -1;\n\t};\n}\n\n/**\n * Validates a qualified name based on the criteria provided in the DOM specification by\n * WHATWG.\n *\n * @param {string} qualifiedName\n * The qualified name to be validated.\n * @throws {DOMException}\n * With code {@link DOMException.INVALID_CHARACTER_ERR} if the qualified name contains an\n * invalid character.\n * @see {@link https://dom.spec.whatwg.org/#validate}\n */\nfunction validateQualifiedName(qualifiedName) {\n\tif (!g.QName_exact.test(qualifiedName)) {\n\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'invalid character in qualified name \"' + qualifiedName + '\"');\n\t}\n}\n\n/**\n * Validates a qualified name and the namespace associated with it,\n * based on the criteria provided in the DOM specification by WHATWG.\n *\n * @param {string | null} namespace\n * The namespace to be validated. It can be a string or null.\n * @param {string} qualifiedName\n * The qualified name to be validated.\n * @returns {[namespace: string | null, prefix: string | null, localName: string]}\n * Returns a tuple with the namespace,\n * prefix and local name of the qualified name.\n * @throws {DOMException}\n * Throws a DOMException if the qualified name or the namespace is not valid.\n * @see {@link https://dom.spec.whatwg.org/#validate-and-extract}\n */\nfunction validateAndExtract(namespace, qualifiedName) {\n\tvalidateQualifiedName(qualifiedName);\n\tnamespace = namespace || null;\n\t/**\n\t * @type {string | null}\n\t */\n\tvar prefix = null;\n\tvar localName = qualifiedName;\n\tif (qualifiedName.indexOf(':') >= 0) {\n\t\tvar splitResult = qualifiedName.split(':');\n\t\tprefix = splitResult[0];\n\t\tlocalName = splitResult[1];\n\t}\n\tif (prefix !== null && namespace === null) {\n\t\tthrow new DOMException(DOMException.NAMESPACE_ERR, 'prefix is non-null and namespace is null');\n\t}\n\tif (prefix === 'xml' && namespace !== conventions.NAMESPACE.XML) {\n\t\tthrow new DOMException(DOMException.NAMESPACE_ERR, 'prefix is \"xml\" and namespace is not the XML namespace');\n\t}\n\tif ((prefix === 'xmlns' || qualifiedName === 'xmlns') && namespace !== conventions.NAMESPACE.XMLNS) {\n\t\tthrow new DOMException(\n\t\t\tDOMException.NAMESPACE_ERR,\n\t\t\t'either qualifiedName or prefix is \"xmlns\" and namespace is not the XMLNS namespace'\n\t\t);\n\t}\n\tif (namespace === conventions.NAMESPACE.XMLNS && prefix !== 'xmlns' && qualifiedName !== 'xmlns') {\n\t\tthrow new DOMException(\n\t\t\tDOMException.NAMESPACE_ERR,\n\t\t\t'namespace is the XMLNS namespace and neither qualifiedName nor prefix is \"xmlns\"'\n\t\t);\n\t}\n\treturn [namespace, prefix, localName];\n}\n\n/**\n * Copies properties from one object to another.\n * It only copies the object's own (not inherited) properties.\n *\n * @param {Object} src\n * The source object from which properties are copied.\n * @param {Object} dest\n * The destination object to which properties are copied.\n */\nfunction copy(src, dest) {\n\tfor (var p in src) {\n\t\tif (hasOwn(src, p)) {\n\t\t\tdest[p] = src[p];\n\t\t}\n\t}\n}\n\n/**\n * Extends a class with the properties and methods of a super class.\n * It uses a form of prototypal inheritance, and establishes the `constructor` property\n * correctly(?).\n *\n * It is not clear to the current maintainers if this implementation is making sense,\n * since it creates an intermediate prototype function,\n * which all properties of `Super` are copied onto using `_copy`.\n *\n * @param {Object} Class\n * The class that is to be extended.\n * @param {Object} Super\n * The super class from which properties and methods are inherited.\n * @private\n */\nfunction _extends(Class, Super) {\n\tvar pt = Class.prototype;\n\tif (!(pt instanceof Super)) {\n\t\tfunction t() {}\n\t\tt.prototype = Super.prototype;\n\t\tt = new t();\n\t\tcopy(pt, t);\n\t\tClass.prototype = pt = t;\n\t}\n\tif (pt.constructor != Class) {\n\t\tif (typeof Class != 'function') {\n\t\t\tconsole.error('unknown Class:' + Class);\n\t\t}\n\t\tpt.constructor = Class;\n\t}\n}\n\nvar NodeType = {};\nvar ELEMENT_NODE = (NodeType.ELEMENT_NODE = 1);\nvar ATTRIBUTE_NODE = (NodeType.ATTRIBUTE_NODE = 2);\nvar TEXT_NODE = (NodeType.TEXT_NODE = 3);\nvar CDATA_SECTION_NODE = (NodeType.CDATA_SECTION_NODE = 4);\nvar ENTITY_REFERENCE_NODE = (NodeType.ENTITY_REFERENCE_NODE = 5);\nvar ENTITY_NODE = (NodeType.ENTITY_NODE = 6);\nvar PROCESSING_INSTRUCTION_NODE = (NodeType.PROCESSING_INSTRUCTION_NODE = 7);\nvar COMMENT_NODE = (NodeType.COMMENT_NODE = 8);\nvar DOCUMENT_NODE = (NodeType.DOCUMENT_NODE = 9);\nvar DOCUMENT_TYPE_NODE = (NodeType.DOCUMENT_TYPE_NODE = 10);\nvar DOCUMENT_FRAGMENT_NODE = (NodeType.DOCUMENT_FRAGMENT_NODE = 11);\nvar NOTATION_NODE = (NodeType.NOTATION_NODE = 12);\n\nvar DocumentPosition = conventions.freeze({\n\tDOCUMENT_POSITION_DISCONNECTED: 1,\n\tDOCUMENT_POSITION_PRECEDING: 2,\n\tDOCUMENT_POSITION_FOLLOWING: 4,\n\tDOCUMENT_POSITION_CONTAINS: 8,\n\tDOCUMENT_POSITION_CONTAINED_BY: 16,\n\tDOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32,\n});\n\n//helper functions for compareDocumentPosition\n/**\n * Constructs a parent chain for a node.\n *\n * @param {Node} node\n * The start node from which the parent chain will be constructed.\n * @returns {Node[]}\n * The array of nodes representing the parent chain from the root to the specified node.\n */\nfunction parentChain(node) {\n\tvar chain = [];\n\twhile (node.parentNode || node.ownerElement) {\n\t\tnode = node.parentNode || node.ownerElement;\n\t\tchain.unshift(node);\n\t}\n\treturn chain;\n}\n\n/**\n * Finds the common ancestor in two parent chains.\n *\n * @param {Node[]} a\n * The first parent chain.\n * @param {Node[]} b\n * The second parent chain.\n * @returns {Node}\n * The common ancestor node if it exists. If there is no common ancestor, the function will\n * return `null`.\n */\nfunction commonAncestor(a, b) {\n\tif (b.length < a.length) return commonAncestor(b, a);\n\tvar c = null;\n\tfor (var n in a) {\n\t\tif (a[n] !== b[n]) return c;\n\t\tc = a[n];\n\t}\n\treturn c;\n}\n\n/**\n * Assigns a unique identifier to a document to ensure consistency while comparing unrelated\n * nodes.\n *\n * @param {Document} doc\n * The document to which a unique identifier is to be assigned.\n * @returns {string}\n * The unique identifier of the document. If the document already had a unique identifier, the\n * function will return the existing one.\n */\nfunction docGUID(doc) {\n\tif (!doc.guid) doc.guid = Math.random();\n\treturn doc.guid;\n}\n//-- end of helper functions\n\n/**\n * The NodeList interface provides the abstraction of an ordered collection of nodes,\n * without defining or constraining how this collection is implemented.\n * NodeList objects in the DOM are live.\n * The items in the NodeList are accessible via an integral index, starting from 0.\n * You can also access the items of the NodeList with a `for...of` loop.\n *\n * @class NodeList\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-536297177\n * @constructs NodeList\n */\nfunction NodeList() {}\nNodeList.prototype = {\n\t/**\n\t * The number of nodes in the list. The range of valid child node indices is 0 to length-1\n\t * inclusive.\n\t *\n\t * @type {number}\n\t */\n\tlength: 0,\n\t/**\n\t * Returns the item at `index`. If index is greater than or equal to the number of nodes in\n\t * the list, this returns null.\n\t *\n\t * @param index\n\t * Unsigned long Index into the collection.\n\t * @returns {Node | null}\n\t * The node at position `index` in the NodeList,\n\t * or null if that is not a valid index.\n\t */\n\titem: function (index) {\n\t\treturn index >= 0 && index < this.length ? this[index] : null;\n\t},\n\t/**\n\t * Returns a string representation of the NodeList.\n\t *\n\t * @param {unknown} nodeFilter\n\t * __A filter function? Not implemented according to the spec?__.\n\t * @returns {string}\n\t * A string representation of the NodeList.\n\t */\n\ttoString: function (nodeFilter) {\n\t\tfor (var buf = [], i = 0; i < this.length; i++) {\n\t\t\tserializeToString(this[i], buf, nodeFilter);\n\t\t}\n\t\treturn buf.join('');\n\t},\n\t/**\n\t * Filters the NodeList based on a predicate.\n\t *\n\t * @param {function(Node): boolean} predicate\n\t * - A predicate function to filter the NodeList.\n\t * @returns {Node[]}\n\t * An array of nodes that satisfy the predicate.\n\t * @private\n\t */\n\tfilter: function (predicate) {\n\t\treturn Array.prototype.filter.call(this, predicate);\n\t},\n\t/**\n\t * Returns the first index at which a given node can be found in the NodeList, or -1 if it is\n\t * not present.\n\t *\n\t * @param {Node} item\n\t * - The Node item to locate in the NodeList.\n\t * @returns {number}\n\t * The first index of the node in the NodeList; -1 if not found.\n\t * @private\n\t */\n\tindexOf: function (item) {\n\t\treturn Array.prototype.indexOf.call(this, item);\n\t},\n};\nNodeList.prototype[Symbol.iterator] = function () {\n\tvar me = this;\n\tvar index = 0;\n\n\treturn {\n\t\tnext: function () {\n\t\t\tif (index < me.length) {\n\t\t\t\treturn {\n\t\t\t\t\tvalue: me[index++],\n\t\t\t\t\tdone: false,\n\t\t\t\t};\n\t\t\t} else {\n\t\t\t\treturn {\n\t\t\t\t\tdone: true,\n\t\t\t\t};\n\t\t\t}\n\t\t},\n\t\treturn: function () {\n\t\t\treturn {\n\t\t\t\tdone: true,\n\t\t\t};\n\t\t},\n\t};\n};\n\n/**\n * Represents a live collection of nodes that is automatically updated when its associated\n * document changes.\n *\n * @class LiveNodeList\n * @param {Node} node\n * The associated node.\n * @param {function} refresh\n * The function to refresh the live node list.\n * @augments NodeList\n * @constructs LiveNodeList\n */\nfunction LiveNodeList(node, refresh) {\n\tthis._node = node;\n\tthis._refresh = refresh;\n\t_updateLiveList(this);\n}\n/**\n * Updates the live node list.\n *\n * @param {LiveNodeList} list\n * The live node list to update.\n * @private\n */\nfunction _updateLiveList(list) {\n\tvar inc = list._node._inc || list._node.ownerDocument._inc;\n\tif (list._inc !== inc) {\n\t\tvar ls = list._refresh(list._node);\n\t\t__set__(list, 'length', ls.length);\n\t\tif (!list.$$length || ls.length < list.$$length) {\n\t\t\tfor (var i = ls.length; i in list; i++) {\n\t\t\t\tif (hasOwn(list, i)) {\n\t\t\t\t\tdelete list[i];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tcopy(ls, list);\n\t\tlist._inc = inc;\n\t}\n}\n/**\n * Returns the node at position `index` in the LiveNodeList, or null if that is not a valid\n * index.\n *\n * @param {number} i\n * Index into the collection.\n * @returns {Node | null}\n * The node at position `index` in the LiveNodeList, or null if that is not a valid index.\n */\nLiveNodeList.prototype.item = function (i) {\n\t_updateLiveList(this);\n\treturn this[i] || null;\n};\n\n_extends(LiveNodeList, NodeList);\n\n/**\n * Objects implementing the NamedNodeMap interface are used to represent collections of nodes\n * that can be accessed by name.\n * Note that NamedNodeMap does not inherit from NodeList;\n * NamedNodeMaps are not maintained in any particular order.\n * Objects contained in an object implementing NamedNodeMap may also be accessed by an ordinal\n * index,\n * but this is simply to allow convenient enumeration of the contents of a NamedNodeMap,\n * and does not imply that the DOM specifies an order to these Nodes.\n * NamedNodeMap objects in the DOM are live.\n * used for attributes or DocumentType entities\n *\n * This implementation only supports property indices, but does not support named properties,\n * as specified in the living standard.\n *\n * @class NamedNodeMap\n * @see https://dom.spec.whatwg.org/#interface-namednodemap\n * @see https://webidl.spec.whatwg.org/#dfn-supported-property-names\n * @constructs NamedNodeMap\n */\nfunction NamedNodeMap() {}\n/**\n * Returns the index of a node within the list.\n *\n * @param {Array} list\n * The list of nodes.\n * @param {Node} node\n * The node to find.\n * @returns {number}\n * The index of the node within the list, or -1 if not found.\n * @private\n */\nfunction _findNodeIndex(list, node) {\n\tvar i = 0;\n\twhile (i < list.length) {\n\t\tif (list[i] === node) {\n\t\t\treturn i;\n\t\t}\n\t\ti++;\n\t}\n}\n/**\n * Adds a new attribute to the list and updates the owner element of the attribute.\n *\n * @param {Element} el\n * The element which will become the owner of the new attribute.\n * @param {NamedNodeMap} list\n * The list to which the new attribute will be added.\n * @param {Attr} newAttr\n * The new attribute to be added.\n * @param {Attr} oldAttr\n * The old attribute to be replaced, or null if no attribute is to be replaced.\n * @returns {void}\n * @private\n */\nfunction _addNamedNode(el, list, newAttr, oldAttr) {\n\tif (oldAttr) {\n\t\tlist[_findNodeIndex(list, oldAttr)] = newAttr;\n\t} else {\n\t\tlist[list.length] = newAttr;\n\t\tlist.length++;\n\t}\n\tif (el) {\n\t\tnewAttr.ownerElement = el;\n\t\tvar doc = el.ownerDocument;\n\t\tif (doc) {\n\t\t\toldAttr && _onRemoveAttribute(doc, el, oldAttr);\n\t\t\t_onAddAttribute(doc, el, newAttr);\n\t\t}\n\t}\n}\n/**\n * Removes an attribute from the list and updates the owner element of the attribute.\n *\n * @param {Element} el\n * The element which is the current owner of the attribute.\n * @param {NamedNodeMap} list\n * The list from which the attribute will be removed.\n * @param {Attr} attr\n * The attribute to be removed.\n * @returns {void}\n * @private\n */\nfunction _removeNamedNode(el, list, attr) {\n\t//console.log('remove attr:'+attr)\n\tvar i = _findNodeIndex(list, attr);\n\tif (i >= 0) {\n\t\tvar lastIndex = list.length - 1;\n\t\twhile (i <= lastIndex) {\n\t\t\tlist[i] = list[++i];\n\t\t}\n\t\tlist.length = lastIndex;\n\t\tif (el) {\n\t\t\tvar doc = el.ownerDocument;\n\t\t\tif (doc) {\n\t\t\t\t_onRemoveAttribute(doc, el, attr);\n\t\t\t}\n\t\t\tattr.ownerElement = null;\n\t\t}\n\t}\n}\nNamedNodeMap.prototype = {\n\tlength: 0,\n\titem: NodeList.prototype.item,\n\n\t/**\n\t * Get an attribute by name. Note: Name is in lower case in case of HTML namespace and\n\t * document.\n\t *\n\t * @param {string} localName\n\t * The local name of the attribute.\n\t * @returns {Attr | null}\n\t * The attribute with the given local name, or null if no such attribute exists.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-get-by-name\n\t */\n\tgetNamedItem: function (localName) {\n\t\tif (this._ownerElement && this._ownerElement._isInHTMLDocumentAndNamespace()) {\n\t\t\tlocalName = localName.toLowerCase();\n\t\t}\n\t\tvar i = 0;\n\t\twhile (i < this.length) {\n\t\t\tvar attr = this[i];\n\t\t\tif (attr.nodeName === localName) {\n\t\t\t\treturn attr;\n\t\t\t}\n\t\t\ti++;\n\t\t}\n\t\treturn null;\n\t},\n\n\t/**\n\t * Set an attribute.\n\t *\n\t * @param {Attr} attr\n\t * The attribute to set.\n\t * @returns {Attr | null}\n\t * The old attribute with the same local name and namespace URI as the new one, or null if no\n\t * such attribute exists.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link INUSE_ATTRIBUTE_ERR} - If the attribute is already an attribute of another\n\t * element.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-set\n\t */\n\tsetNamedItem: function (attr) {\n\t\tvar el = attr.ownerElement;\n\t\tif (el && el !== this._ownerElement) {\n\t\t\tthrow new DOMException(DOMException.INUSE_ATTRIBUTE_ERR);\n\t\t}\n\t\tvar oldAttr = this.getNamedItemNS(attr.namespaceURI, attr.localName);\n\t\tif (oldAttr === attr) {\n\t\t\treturn attr;\n\t\t}\n\t\t_addNamedNode(this._ownerElement, this, attr, oldAttr);\n\t\treturn oldAttr;\n\t},\n\n\t/**\n\t * Set an attribute, replacing an existing attribute with the same local name and namespace\n\t * URI if one exists.\n\t *\n\t * @param {Attr} attr\n\t * The attribute to set.\n\t * @returns {Attr | null}\n\t * The old attribute with the same local name and namespace URI as the new one, or null if no\n\t * such attribute exists.\n\t * @throws {DOMException}\n\t * Throws a DOMException with the name \"InUseAttributeError\" if the attribute is already an\n\t * attribute of another element.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-set\n\t */\n\tsetNamedItemNS: function (attr) {\n\t\treturn this.setNamedItem(attr);\n\t},\n\n\t/**\n\t * Removes an attribute specified by the local name.\n\t *\n\t * @param {string} localName\n\t * The local name of the attribute to be removed.\n\t * @returns {Attr}\n\t * The attribute node that was removed.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link DOMException.NOT_FOUND_ERR} if no attribute with the given name is found.\n\t * @see https://dom.spec.whatwg.org/#dom-namednodemap-removenameditem\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-name\n\t */\n\tremoveNamedItem: function (localName) {\n\t\tvar attr = this.getNamedItem(localName);\n\t\tif (!attr) {\n\t\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, localName);\n\t\t}\n\t\t_removeNamedNode(this._ownerElement, this, attr);\n\t\treturn attr;\n\t},\n\n\t/**\n\t * Removes an attribute specified by the namespace and local name.\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI of the attribute to be removed.\n\t * @param {string} localName\n\t * The local name of the attribute to be removed.\n\t * @returns {Attr}\n\t * The attribute node that was removed.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link DOMException.NOT_FOUND_ERR} if no attribute with the given namespace URI and local\n\t * name is found.\n\t * @see https://dom.spec.whatwg.org/#dom-namednodemap-removenameditemns\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-namespace\n\t */\n\tremoveNamedItemNS: function (namespaceURI, localName) {\n\t\tvar attr = this.getNamedItemNS(namespaceURI, localName);\n\t\tif (!attr) {\n\t\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, namespaceURI ? namespaceURI + ' : ' + localName : localName);\n\t\t}\n\t\t_removeNamedNode(this._ownerElement, this, attr);\n\t\treturn attr;\n\t},\n\n\t/**\n\t * Get an attribute by namespace and local name.\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI of the attribute.\n\t * @param {string} localName\n\t * The local name of the attribute.\n\t * @returns {Attr | null}\n\t * The attribute with the given namespace URI and local name, or null if no such attribute\n\t * exists.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-get-by-namespace\n\t */\n\tgetNamedItemNS: function (namespaceURI, localName) {\n\t\tif (!namespaceURI) {\n\t\t\tnamespaceURI = null;\n\t\t}\n\t\tvar i = 0;\n\t\twhile (i < this.length) {\n\t\t\tvar node = this[i];\n\t\t\tif (node.localName === localName && node.namespaceURI === namespaceURI) {\n\t\t\t\treturn node;\n\t\t\t}\n\t\t\ti++;\n\t\t}\n\t\treturn null;\n\t},\n};\nNamedNodeMap.prototype[Symbol.iterator] = function () {\n\tvar me = this;\n\tvar index = 0;\n\n\treturn {\n\t\tnext: function () {\n\t\t\tif (index < me.length) {\n\t\t\t\treturn {\n\t\t\t\t\tvalue: me[index++],\n\t\t\t\t\tdone: false,\n\t\t\t\t};\n\t\t\t} else {\n\t\t\t\treturn {\n\t\t\t\t\tdone: true,\n\t\t\t\t};\n\t\t\t}\n\t\t},\n\t\treturn: function () {\n\t\t\treturn {\n\t\t\t\tdone: true,\n\t\t\t};\n\t\t},\n\t};\n};\n\n/**\n * The DOMImplementation interface provides a number of methods for performing operations that\n * are independent of any particular instance of the document object model.\n *\n * The DOMImplementation interface represents an object providing methods which are not\n * dependent on any particular document.\n * Such an object is returned by the `Document.implementation` property.\n *\n * **The individual methods describe the differences compared to the specs**.\n *\n * @class DOMImplementation\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation MDN\n * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-102161490 DOM Level 1 Core\n * (Initial)\n * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-102161490 DOM Level 2 Core\n * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490 DOM Level 3 Core\n * @see https://dom.spec.whatwg.org/#domimplementation DOM Living Standard\n * @constructs DOMImplementation\n */\nfunction DOMImplementation() {}\n\nDOMImplementation.prototype = {\n\t/**\n\t * Test if the DOM implementation implements a specific feature and version, as specified in\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMFeatures DOM Features}.\n\t *\n\t * The DOMImplementation.hasFeature() method returns a Boolean flag indicating if a given\n\t * feature is supported. The different implementations fairly diverged in what kind of\n\t * features were reported. The latest version of the spec settled to force this method to\n\t * always return true, where the functionality was accurate and in use.\n\t *\n\t * @deprecated\n\t * It is deprecated and modern browsers return true in all cases.\n\t * @function DOMImplementation#hasFeature\n\t * @param {string} feature\n\t * The name of the feature to test.\n\t * @param {string} [version]\n\t * This is the version number of the feature to test.\n\t * @returns {boolean}\n\t * Always returns true.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/hasFeature MDN\n\t * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-5CED94D7 DOM Level 1 Core\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature DOM Living Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-5CED94D7 DOM Level 3 Core\n\t */\n\thasFeature: function (feature, version) {\n\t\treturn true;\n\t},\n\t/**\n\t * Creates a DOM Document object of the specified type with its document element. Note that\n\t * based on the {@link DocumentType}\n\t * given to create the document, the implementation may instantiate specialized\n\t * {@link Document} objects that support additional features than the \"Core\", such as \"HTML\"\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#DOM2HTML DOM Level 2 HTML}.\n\t * On the other hand, setting the {@link DocumentType} after the document was created makes\n\t * this very unlikely to happen. Alternatively, specialized {@link Document} creation methods,\n\t * such as createHTMLDocument\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#DOM2HTML DOM Level 2 HTML},\n\t * can be used to obtain specific types of {@link Document} objects.\n\t *\n\t * __It behaves slightly different from the description in the living standard__:\n\t * - There is no interface/class `XMLDocument`, it returns a `Document`\n\t * instance (with it's `type` set to `'xml'`).\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t *\n\t * @function DOMImplementation.createDocument\n\t * @param {string | null} namespaceURI\n\t * The\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-namespaceURI namespace URI}\n\t * of the document element to create or null.\n\t * @param {string | null} qualifiedName\n\t * The\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-qualifiedname qualified name}\n\t * of the document element to be created or null.\n\t * @param {DocumentType | null} [doctype=null]\n\t * The type of document to be created or null. When doctype is not null, its\n\t * {@link Node#ownerDocument} attribute is set to the document being created. Default is\n\t * `null`\n\t * @returns {Document}\n\t * A new {@link Document} object with its document element. If the NamespaceURI,\n\t * qualifiedName, and doctype are null, the returned {@link Document} is empty with no\n\t * document element.\n\t * @throws {DOMException}\n\t * With code:\n\t *\n\t * - `INVALID_CHARACTER_ERR`: Raised if the specified qualified name is not an XML name\n\t * according to {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#XML XML 1.0}.\n\t * - `NAMESPACE_ERR`: Raised if the qualifiedName is malformed, if the qualifiedName has a\n\t * prefix and the namespaceURI is null, or if the qualifiedName is null and the namespaceURI\n\t * is different from null, or if the qualifiedName has a prefix that is \"xml\" and the\n\t * namespaceURI is different from \"{@link http://www.w3.org/XML/1998/namespace}\"\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#Namespaces XML Namespaces},\n\t * or if the DOM implementation does not support the \"XML\" feature but a non-null namespace\n\t * URI was provided, since namespaces were defined by XML.\n\t * - `WRONG_DOCUMENT_ERR`: Raised if doctype has already been used with a different document\n\t * or was created from a different implementation.\n\t * - `NOT_SUPPORTED_ERR`: May be raised if the implementation does not support the feature\n\t * \"XML\" and the language exposed through the Document does not support XML Namespaces (such\n\t * as {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#HTML40 HTML 4.01}).\n\t * @since DOM Level 2.\n\t * @see {@link #createHTMLDocument}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocument MDN\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument DOM Living Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-2-Core-DOM-createDocument DOM\n\t * Level 3 Core\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocument DOM\n\t * Level 2 Core (initial)\n\t */\n\tcreateDocument: function (namespaceURI, qualifiedName, doctype) {\n\t\tvar contentType = MIME_TYPE.XML_APPLICATION;\n\t\tif (namespaceURI === NAMESPACE.HTML) {\n\t\t\tcontentType = MIME_TYPE.XML_XHTML_APPLICATION;\n\t\t} else if (namespaceURI === NAMESPACE.SVG) {\n\t\t\tcontentType = MIME_TYPE.XML_SVG_IMAGE;\n\t\t}\n\t\tvar doc = new Document(PDC, { contentType: contentType });\n\t\tdoc.implementation = this;\n\t\tdoc.childNodes = new NodeList();\n\t\tdoc.doctype = doctype || null;\n\t\tif (doctype) {\n\t\t\tdoc.appendChild(doctype);\n\t\t}\n\t\tif (qualifiedName) {\n\t\t\tvar root = doc.createElementNS(namespaceURI, qualifiedName);\n\t\t\tdoc.appendChild(root);\n\t\t}\n\t\treturn doc;\n\t},\n\t/**\n\t * Creates an empty DocumentType node. Entity declarations and notations are not made\n\t * available. Entity reference expansions and default attribute additions do not occur.\n\t *\n\t * **This behavior is slightly different from the one in the specs**:\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t * - `publicId` and `systemId` contain the raw data including any possible quotes,\n\t * so they can always be serialized back to the original value\n\t * - `internalSubset` contains the raw string between `[` and `]` if present,\n\t * but is not parsed or validated in any form.\n\t *\n\t * @function DOMImplementation#createDocumentType\n\t * @param {string} qualifiedName\n\t * The {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-qualifiedname qualified\n\t * name} of the document type to be created.\n\t * @param {string} [publicId]\n\t * The external subset public identifier.\n\t * @param {string} [systemId]\n\t * The external subset system identifier.\n\t * @param {string} [internalSubset]\n\t * the internal subset or an empty string if it is not present\n\t * @returns {DocumentType}\n\t * A new {@link DocumentType} node with {@link Node#ownerDocument} set to null.\n\t * @throws {DOMException}\n\t * With code:\n\t *\n\t * - `INVALID_CHARACTER_ERR`: Raised if the specified qualified name is not an XML name\n\t * according to {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#XML XML 1.0}.\n\t * - `NAMESPACE_ERR`: Raised if the qualifiedName is malformed.\n\t * - `NOT_SUPPORTED_ERR`: May be raised if the implementation does not support the feature\n\t * \"XML\" and the language exposed through the Document does not support XML Namespaces (such\n\t * as {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#HTML40 HTML 4.01}).\n\t * @since DOM Level 2.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocumentType\n\t * MDN\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype DOM Living\n\t * Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-3-Core-DOM-createDocType DOM\n\t * Level 3 Core\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocType DOM\n\t * Level 2 Core\n\t * @see https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md#050\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/#core-ID-Core-DocType-internalSubset\n\t * @prettierignore\n\t */\n\tcreateDocumentType: function (qualifiedName, publicId, systemId, internalSubset) {\n\t\tvalidateQualifiedName(qualifiedName);\n\t\tvar node = new DocumentType(PDC);\n\t\tnode.name = qualifiedName;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.publicId = publicId || '';\n\t\tnode.systemId = systemId || '';\n\t\tnode.internalSubset = internalSubset || '';\n\t\tnode.childNodes = new NodeList();\n\n\t\treturn node;\n\t},\n\t/**\n\t * Returns an HTML document, that might already have a basic DOM structure.\n\t *\n\t * __It behaves slightly different from the description in the living standard__:\n\t * - If the first argument is `false` no initial nodes are added (steps 3-7 in the specs are\n\t * omitted)\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t *\n\t * @param {string | false} [title]\n\t * A string containing the title to give the new HTML document.\n\t * @returns {Document}\n\t * The HTML document.\n\t * @since WHATWG Living Standard.\n\t * @see {@link #createDocument}\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument\n\t * @see https://dom.spec.whatwg.org/#html-document\n\t */\n\tcreateHTMLDocument: function (title) {\n\t\tvar doc = new Document(PDC, { contentType: MIME_TYPE.HTML });\n\t\tdoc.implementation = this;\n\t\tdoc.childNodes = new NodeList();\n\t\tif (title !== false) {\n\t\t\tdoc.doctype = this.createDocumentType('html');\n\t\t\tdoc.doctype.ownerDocument = doc;\n\t\t\tdoc.appendChild(doc.doctype);\n\t\t\tvar htmlNode = doc.createElement('html');\n\t\t\tdoc.appendChild(htmlNode);\n\t\t\tvar headNode = doc.createElement('head');\n\t\t\thtmlNode.appendChild(headNode);\n\t\t\tif (typeof title === 'string') {\n\t\t\t\tvar titleNode = doc.createElement('title');\n\t\t\t\ttitleNode.appendChild(doc.createTextNode(title));\n\t\t\t\theadNode.appendChild(titleNode);\n\t\t\t}\n\t\t\thtmlNode.appendChild(doc.createElement('body'));\n\t\t}\n\t\treturn doc;\n\t},\n};\n\n/**\n * The DOM Node interface is an abstract base class upon which many other DOM API objects are\n * based, thus letting those object types to be used similarly and often interchangeably. As an\n * abstract class, there is no such thing as a plain Node object. All objects that implement\n * Node functionality are based on one of its subclasses. Most notable are Document, Element,\n * and DocumentFragment.\n *\n * In addition, every kind of DOM node is represented by an interface based on Node. These\n * include Attr, CharacterData (which Text, Comment, CDATASection and ProcessingInstruction are\n * all based on), and DocumentType.\n *\n * In some cases, a particular feature of the base Node interface may not apply to one of its\n * child interfaces; in that case, the inheriting node may return null or throw an exception,\n * depending on circumstances. For example, attempting to add children to a node type that\n * cannot have children will throw an exception.\n *\n * **This behavior is slightly different from the in the specs**:\n * - unimplemented interfaces: `EventTarget`\n *\n * @class\n * @abstract\n * @param {Symbol} symbol\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1950641247\n * @see https://dom.spec.whatwg.org/#node\n * @prettierignore\n */\nfunction Node(symbol) {\n\tcheckSymbol(symbol);\n}\n\nNode.prototype = {\n\t/**\n\t * The first child of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tfirstChild: null,\n\t/**\n\t * The last child of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tlastChild: null,\n\t/**\n\t * The previous sibling of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tpreviousSibling: null,\n\t/**\n\t * The next sibling of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tnextSibling: null,\n\t/**\n\t * The parent node of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tparentNode: null,\n\t/**\n\t * The parent element of this node.\n\t *\n\t * @type {Element | null}\n\t */\n\tget parentElement() {\n\t\treturn this.parentNode && this.parentNode.nodeType === this.ELEMENT_NODE ? this.parentNode : null;\n\t},\n\t/**\n\t * The child nodes of this node.\n\t *\n\t * @type {NodeList}\n\t */\n\tchildNodes: null,\n\t/**\n\t * The document object associated with this node.\n\t *\n\t * @type {Document | null}\n\t */\n\townerDocument: null,\n\t/**\n\t * The value of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tnodeValue: null,\n\t/**\n\t * The namespace URI of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tnamespaceURI: null,\n\t/**\n\t * The prefix of the namespace for this node.\n\t *\n\t * @type {string | null}\n\t */\n\tprefix: null,\n\t/**\n\t * The local part of the qualified name of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tlocalName: null,\n\t/**\n\t * The baseURI is currently always `about:blank`,\n\t * since that's what happens when you create a document from scratch.\n\t *\n\t * @type {'about:blank'}\n\t */\n\tbaseURI: 'about:blank',\n\t/**\n\t * Is true if this node is part of a document.\n\t *\n\t * @type {boolean}\n\t */\n\tget isConnected() {\n\t\tvar rootNode = this.getRootNode();\n\t\treturn rootNode && rootNode.nodeType === rootNode.DOCUMENT_NODE;\n\t},\n\t/**\n\t * Checks whether `other` is an inclusive descendant of this node.\n\t *\n\t * @param {Node | null | undefined} other\n\t * The node to check.\n\t * @returns {boolean}\n\t * True if `other` is an inclusive descendant of this node; false otherwise.\n\t * @see https://dom.spec.whatwg.org/#dom-node-contains\n\t */\n\tcontains: function (other) {\n\t\tif (!other) return false;\n\t\tvar parent = other;\n\t\tdo {\n\t\t\tif (this === parent) return true;\n\t\t\tparent = other.parentNode;\n\t\t} while (parent);\n\t\treturn false;\n\t},\n\t/**\n\t * @typedef GetRootNodeOptions\n\t * @property {boolean} [composed=false]\n\t */\n\t/**\n\t * Searches for the root node of this node.\n\t *\n\t * **This behavior is slightly different from the in the specs**:\n\t * - ignores `options.composed`, since `ShadowRoot`s are unsupported, always returns root.\n\t *\n\t * @param {GetRootNodeOptions} [options]\n\t * @returns {Node}\n\t * Root node.\n\t * @see https://dom.spec.whatwg.org/#dom-node-getrootnode\n\t * @see https://dom.spec.whatwg.org/#concept-shadow-including-root\n\t */\n\tgetRootNode: function (options) {\n\t\tvar parent = this;\n\t\tdo {\n\t\t\tif (!parent.parentNode) {\n\t\t\t\treturn parent;\n\t\t\t}\n\t\t\tparent = parent.parentNode;\n\t\t} while (parent);\n\t},\n\t/**\n\t * Checks whether the given node is equal to this node.\n\t *\n\t * @param {Node} [otherNode]\n\t * @see https://dom.spec.whatwg.org/#concept-node-equals\n\t */\n\tisEqualNode: function (otherNode) {\n\t\tif (!otherNode) return false;\n\n\t\tif (this.nodeType !== otherNode.nodeType) return false;\n\n\t\tswitch (this.nodeType) {\n\t\t\tcase this.DOCUMENT_TYPE_NODE:\n\t\t\t\tif (this.name !== otherNode.name) return false;\n\t\t\t\tif (this.publicId !== otherNode.publicId) return false;\n\t\t\t\tif (this.systemId !== otherNode.systemId) return false;\n\t\t\t\tbreak;\n\t\t\tcase this.ELEMENT_NODE:\n\t\t\t\tif (this.namespaceURI !== otherNode.namespaceURI) return false;\n\t\t\t\tif (this.prefix !== otherNode.prefix) return false;\n\t\t\t\tif (this.localName !== otherNode.localName) return false;\n\t\t\t\tif (this.attributes.length !== otherNode.attributes.length) return false;\n\t\t\t\tfor (var i = 0; i < this.attributes.length; i++) {\n\t\t\t\t\tvar attr = this.attributes.item(i);\n\t\t\t\t\tif (!attr.isEqualNode(otherNode.getAttributeNodeNS(attr.namespaceURI, attr.localName))) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase this.ATTRIBUTE_NODE:\n\t\t\t\tif (this.namespaceURI !== otherNode.namespaceURI) return false;\n\t\t\t\tif (this.localName !== otherNode.localName) return false;\n\t\t\t\tif (this.value !== otherNode.value) return false;\n\n\t\t\t\tbreak;\n\t\t\tcase this.PROCESSING_INSTRUCTION_NODE:\n\t\t\t\tif (this.target !== otherNode.target || this.data !== otherNode.data) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase this.TEXT_NODE:\n\t\t\tcase this.COMMENT_NODE:\n\t\t\t\tif (this.data !== otherNode.data) return false;\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif (this.childNodes.length !== otherNode.childNodes.length) {\n\t\t\treturn false;\n\t\t}\n\n\t\tfor (var i = 0; i < this.childNodes.length; i++) {\n\t\t\tif (!this.childNodes[i].isEqualNode(otherNode.childNodes[i])) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\n\t\treturn true;\n\t},\n\t/**\n\t * Checks whether or not the given node is this node.\n\t *\n\t * @param {Node} [otherNode]\n\t */\n\tisSameNode: function (otherNode) {\n\t\treturn this === otherNode;\n\t},\n\t/**\n\t * Inserts a node before a reference node as a child of this node.\n\t *\n\t * @param {Node} newChild\n\t * The new child node to be inserted.\n\t * @param {Node | null} refChild\n\t * The reference node before which newChild will be inserted.\n\t * @returns {Node}\n\t * The new child node successfully inserted.\n\t * @throws {DOMException}\n\t * Throws a DOMException if inserting the node would result in a DOM tree that is not\n\t * well-formed, or if `child` is provided but is not a child of `parent`.\n\t * See {@link _insertBefore} for more details.\n\t * @since Modified in DOM L2\n\t */\n\tinsertBefore: function (newChild, refChild) {\n\t\treturn _insertBefore(this, newChild, refChild);\n\t},\n\t/**\n\t * Replaces an old child node with a new child node within this node.\n\t *\n\t * @param {Node} newChild\n\t * The new node that is to replace the old node.\n\t * If it already exists in the DOM, it is removed from its original position.\n\t * @param {Node} oldChild\n\t * The existing child node to be replaced.\n\t * @returns {Node}\n\t * Returns the replaced child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if replacing the node would result in a DOM tree that is not\n\t * well-formed, or if `oldChild` is not a child of `this`.\n\t * This can also occur if the pre-replacement validity assertion fails.\n\t * See {@link _insertBefore}, {@link Node.removeChild}, and\n\t * {@link assertPreReplacementValidityInDocument} for more details.\n\t * @see https://dom.spec.whatwg.org/#concept-node-replace\n\t */\n\treplaceChild: function (newChild, oldChild) {\n\t\t_insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);\n\t\tif (oldChild) {\n\t\t\tthis.removeChild(oldChild);\n\t\t}\n\t},\n\t/**\n\t * Removes an existing child node from this node.\n\t *\n\t * @param {Node} oldChild\n\t * The child node to be removed.\n\t * @returns {Node}\n\t * Returns the removed child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if `oldChild` is not a child of `this`.\n\t * See {@link _removeChild} for more details.\n\t */\n\tremoveChild: function (oldChild) {\n\t\treturn _removeChild(this, oldChild);\n\t},\n\t/**\n\t * Appends a child node to this node.\n\t *\n\t * @param {Node} newChild\n\t * The child node to be appended to this node.\n\t * If it already exists in the DOM, it is removed from its original position.\n\t * @returns {Node}\n\t * Returns the appended child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if appending the node would result in a DOM tree that is not\n\t * well-formed, or if `newChild` is not a valid Node.\n\t * See {@link insertBefore} for more details.\n\t */\n\tappendChild: function (newChild) {\n\t\treturn this.insertBefore(newChild, null);\n\t},\n\t/**\n\t * Determines whether this node has any child nodes.\n\t *\n\t * @returns {boolean}\n\t * Returns true if this node has any child nodes, and false otherwise.\n\t */\n\thasChildNodes: function () {\n\t\treturn this.firstChild != null;\n\t},\n\t/**\n\t * Creates a copy of the calling node.\n\t *\n\t * @param {boolean} deep\n\t * If true, the contents of the node are recursively copied.\n\t * If false, only the node itself (and its attributes, if it is an element) are copied.\n\t * @returns {Node}\n\t * Returns the newly created copy of the node.\n\t * @throws {DOMException}\n\t * May throw a DOMException if operations within {@link Element#setAttributeNode} or\n\t * {@link Node#appendChild} (which are potentially invoked in this method) do not meet their\n\t * specific constraints.\n\t * @see {@link cloneNode}\n\t */\n\tcloneNode: function (deep) {\n\t\treturn cloneNode(this.ownerDocument || this, this, deep);\n\t},\n\t/**\n\t * Puts the specified node and all of its subtree into a \"normalized\" form. In a normalized\n\t * subtree, no text nodes in the subtree are empty and there are no adjacent text nodes.\n\t *\n\t * Specifically, this method merges any adjacent text nodes (i.e., nodes for which `nodeType`\n\t * is `TEXT_NODE`) into a single node with the combined data. It also removes any empty text\n\t * nodes.\n\t *\n\t * This method operates recursively, so it also normalizes any and all descendent nodes within\n\t * the subtree.\n\t *\n\t * @throws {DOMException}\n\t * May throw a DOMException if operations within removeChild or appendData (which are\n\t * potentially invoked in this method) do not meet their specific constraints.\n\t * @since Modified in DOM Level 2\n\t * @see {@link Node.removeChild}\n\t * @see {@link CharacterData.appendData}\n\t */\n\tnormalize: function () {\n\t\tvar child = this.firstChild;\n\t\twhile (child) {\n\t\t\tvar next = child.nextSibling;\n\t\t\tif (next && next.nodeType == TEXT_NODE && child.nodeType == TEXT_NODE) {\n\t\t\t\tthis.removeChild(next);\n\t\t\t\tchild.appendData(next.data);\n\t\t\t} else {\n\t\t\t\tchild.normalize();\n\t\t\t\tchild = next;\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Checks whether the DOM implementation implements a specific feature and its version.\n\t *\n\t * @deprecated\n\t * Since `DOMImplementation.hasFeature` is deprecated and always returns true.\n\t * @param {string} feature\n\t * The package name of the feature to test. This is the same name that can be passed to the\n\t * method `hasFeature` on `DOMImplementation`.\n\t * @param {string} version\n\t * This is the version number of the package name to test.\n\t * @returns {boolean}\n\t * Returns true in all cases in the current implementation.\n\t * @since Introduced in DOM Level 2\n\t * @see {@link DOMImplementation.hasFeature}\n\t */\n\tisSupported: function (feature, version) {\n\t\treturn this.ownerDocument.implementation.hasFeature(feature, version);\n\t},\n\t/**\n\t * Look up the prefix associated to the given namespace URI, starting from this node.\n\t * **The default namespace declarations are ignored by this method.**\n\t * See Namespace Prefix Lookup for details on the algorithm used by this method.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI for which to find the associated prefix.\n\t * @returns {string | null}\n\t * The associated prefix, if found; otherwise, null.\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespacePrefix\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/namespaces-algorithms.html#lookupNamespacePrefixAlgo\n\t * @see https://dom.spec.whatwg.org/#dom-node-lookupprefix\n\t * @see https://github.com/xmldom/xmldom/issues/322\n\t * @prettierignore\n\t */\n\tlookupPrefix: function (namespaceURI) {\n\t\tvar el = this;\n\t\twhile (el) {\n\t\t\tvar map = el._nsMap;\n\t\t\t//console.dir(map)\n\t\t\tif (map) {\n\t\t\t\tfor (var n in map) {\n\t\t\t\t\tif (hasOwn(map, n) && map[n] === namespaceURI) {\n\t\t\t\t\t\treturn n;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tel = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;\n\t\t}\n\t\treturn null;\n\t},\n\t/**\n\t * This function is used to look up the namespace URI associated with the given prefix,\n\t * starting from this node.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} prefix\n\t * The prefix for which to find the associated namespace URI.\n\t * @returns {string | null}\n\t * The associated namespace URI, if found; otherwise, null.\n\t * @since DOM Level 3\n\t * @see https://dom.spec.whatwg.org/#dom-node-lookupnamespaceuri\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespaceURI\n\t * @prettierignore\n\t */\n\tlookupNamespaceURI: function (prefix) {\n\t\tvar el = this;\n\t\twhile (el) {\n\t\t\tvar map = el._nsMap;\n\t\t\t//console.dir(map)\n\t\t\tif (map) {\n\t\t\t\tif (hasOwn(map, prefix)) {\n\t\t\t\t\treturn map[prefix];\n\t\t\t\t}\n\t\t\t}\n\t\t\tel = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;\n\t\t}\n\t\treturn null;\n\t},\n\t/**\n\t * Determines whether the given namespace URI is the default namespace.\n\t *\n\t * The function works by looking up the prefix associated with the given namespace URI. If no\n\t * prefix is found (i.e., the namespace URI is not registered in the namespace map of this\n\t * node or any of its ancestors), it returns `true`, implying the namespace URI is considered\n\t * the default.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI to be checked.\n\t * @returns {boolean}\n\t * Returns true if the given namespace URI is the default namespace, false otherwise.\n\t * @since DOM Level 3\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isDefaultNamespace\n\t * @see https://dom.spec.whatwg.org/#dom-node-isdefaultnamespace\n\t * @prettierignore\n\t */\n\tisDefaultNamespace: function (namespaceURI) {\n\t\tvar prefix = this.lookupPrefix(namespaceURI);\n\t\treturn prefix == null;\n\t},\n\t/**\n\t * Compares the reference node with a node with regard to their position in the document and\n\t * according to the document order.\n\t *\n\t * @param {Node} other\n\t * The node to compare the reference node to.\n\t * @returns {number}\n\t * Returns how the node is positioned relatively to the reference node according to the\n\t * bitmask. 0 if reference node and given node are the same.\n\t * @since DOM Level 3\n\t * @see https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#Node3-compare\n\t * @see https://dom.spec.whatwg.org/#dom-node-comparedocumentposition\n\t */\n\tcompareDocumentPosition: function (other) {\n\t\tif (this === other) return 0;\n\t\tvar node1 = other;\n\t\tvar node2 = this;\n\t\tvar attr1 = null;\n\t\tvar attr2 = null;\n\t\tif (node1 instanceof Attr) {\n\t\t\tattr1 = node1;\n\t\t\tnode1 = attr1.ownerElement;\n\t\t}\n\t\tif (node2 instanceof Attr) {\n\t\t\tattr2 = node2;\n\t\t\tnode2 = attr2.ownerElement;\n\t\t\tif (attr1 && node1 && node2 === node1) {\n\t\t\t\tfor (var i = 0, attr; (attr = node2.attributes[i]); i++) {\n\t\t\t\t\tif (attr === attr1)\n\t\t\t\t\t\treturn DocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t\t\t\tif (attr === attr2)\n\t\t\t\t\t\treturn DocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (!node1 || !node2 || node2.ownerDocument !== node1.ownerDocument) {\n\t\t\treturn (\n\t\t\t\tDocumentPosition.DOCUMENT_POSITION_DISCONNECTED +\n\t\t\t\tDocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC +\n\t\t\t\t(docGUID(node2.ownerDocument) > docGUID(node1.ownerDocument)\n\t\t\t\t\t? DocumentPosition.DOCUMENT_POSITION_FOLLOWING\n\t\t\t\t\t: DocumentPosition.DOCUMENT_POSITION_PRECEDING)\n\t\t\t);\n\t\t}\n\t\tvar chain1 = parentChain(node1);\n\t\tvar chain2 = parentChain(node2);\n\t\tif ((!attr1 && chain2.indexOf(node1) >= 0) || (attr2 && node1 === node2)) {\n\t\t\treturn DocumentPosition.DOCUMENT_POSITION_CONTAINS + DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t}\n\t\tif ((!attr2 && chain1.indexOf(node2) >= 0) || (attr1 && node1 === node2)) {\n\t\t\treturn DocumentPosition.DOCUMENT_POSITION_CONTAINED_BY + DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t}\n\t\tvar ca = commonAncestor(chain2, chain1);\n\t\tfor (var n in ca.childNodes) {\n\t\t\tvar child = ca.childNodes[n];\n\t\t\tif (child === node2) return DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\tif (child === node1) return DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t\tif (chain2.indexOf(child) >= 0) return DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\tif (chain1.indexOf(child) >= 0) return DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t}\n\t\treturn 0;\n\t},\n};\n\n/**\n * Encodes special XML characters to their corresponding entities.\n *\n * @param {string} c\n * The character to be encoded.\n * @returns {string}\n * The encoded character.\n * @private\n */\nfunction _xmlEncoder(c) {\n\treturn (\n\t\t(c == '<' && '<') || (c == '>' && '>') || (c == '&' && '&') || (c == '\"' && '"') || '&#' + c.charCodeAt() + ';'\n\t);\n}\n\ncopy(NodeType, Node);\ncopy(NodeType, Node.prototype);\ncopy(DocumentPosition, Node);\ncopy(DocumentPosition, Node.prototype);\n\n/**\n * @param callback\n * Return true for continue,false for break.\n * @returns\n * boolean true: break visit;\n */\nfunction _visitNode(node, callback) {\n\tif (callback(node)) {\n\t\treturn true;\n\t}\n\tif ((node = node.firstChild)) {\n\t\tdo {\n\t\t\tif (_visitNode(node, callback)) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t} while ((node = node.nextSibling));\n\t}\n}\n\n/**\n * @typedef DocumentOptions\n * @property {string} [contentType=MIME_TYPE.XML_APPLICATION]\n */\n/**\n * The Document interface describes the common properties and methods for any kind of document.\n *\n * It should usually be created using `new DOMImplementation().createDocument(...)`\n * or `new DOMImplementation().createHTMLDocument(...)`.\n *\n * The constructor is considered a private API and offers to initially set the `contentType`\n * property via it's options parameter.\n *\n * @class\n * @param {Symbol} symbol\n * @param {DocumentOptions} [options]\n * @augments Node\n * @private\n * @see https://developer.mozilla.org/en-US/docs/Web/API/Document\n * @see https://dom.spec.whatwg.org/#interface-document\n */\nfunction Document(symbol, options) {\n\tcheckSymbol(symbol);\n\n\tvar opt = options || {};\n\tthis.ownerDocument = this;\n\t/**\n\t * The mime type of the document is determined at creation time and can not be modified.\n\t *\n\t * @type {string}\n\t * @see https://dom.spec.whatwg.org/#concept-document-content-type\n\t * @see {@link DOMImplementation}\n\t * @see {@link MIME_TYPE}\n\t * @readonly\n\t */\n\tthis.contentType = opt.contentType || MIME_TYPE.XML_APPLICATION;\n\t/**\n\t * @type {'html' | 'xml'}\n\t * @see https://dom.spec.whatwg.org/#concept-document-type\n\t * @see {@link DOMImplementation}\n\t * @readonly\n\t */\n\tthis.type = isHTMLMimeType(this.contentType) ? 'html' : 'xml';\n}\n\n/**\n * Updates the namespace mapping of an element when a new attribute is added.\n *\n * @param {Document} doc\n * The document that the element belongs to.\n * @param {Element} el\n * The element to which the attribute is being added.\n * @param {Attr} newAttr\n * The new attribute being added.\n * @private\n */\nfunction _onAddAttribute(doc, el, newAttr) {\n\tdoc && doc._inc++;\n\tvar ns = newAttr.namespaceURI;\n\tif (ns === NAMESPACE.XMLNS) {\n\t\t//update namespace\n\t\tel._nsMap[newAttr.prefix ? newAttr.localName : ''] = newAttr.value;\n\t}\n}\n\n/**\n * Updates the namespace mapping of an element when an attribute is removed.\n *\n * @param {Document} doc\n * The document that the element belongs to.\n * @param {Element} el\n * The element from which the attribute is being removed.\n * @param {Attr} newAttr\n * The attribute being removed.\n * @param {boolean} remove\n * Indicates whether the attribute is to be removed.\n * @private\n */\nfunction _onRemoveAttribute(doc, el, newAttr, remove) {\n\tdoc && doc._inc++;\n\tvar ns = newAttr.namespaceURI;\n\tif (ns === NAMESPACE.XMLNS) {\n\t\t//update namespace\n\t\tdelete el._nsMap[newAttr.prefix ? newAttr.localName : ''];\n\t}\n}\n\n/**\n * Updates `parent.childNodes`, adjusting the indexed items and its `length`.\n * If `newChild` is provided and has no nextSibling, it will be appended.\n * Otherwise, it's assumed that an item has been removed or inserted,\n * and `parent.firstNode` and its `.nextSibling` to re-indexing all child nodes of `parent`.\n *\n * @param {Document} doc\n * The parent document of `el`.\n * @param {Node} parent\n * The parent node whose childNodes list needs to be updated.\n * @param {Node} [newChild]\n * The new child node to be appended. If not provided, the function assumes a node has been\n * removed.\n * @private\n */\nfunction _onUpdateChild(doc, parent, newChild) {\n\tif (doc && doc._inc) {\n\t\tdoc._inc++;\n\t\tvar childNodes = parent.childNodes;\n\t\t// assumes nextSibling and previousSibling were already configured upfront\n\t\tif (newChild && !newChild.nextSibling) {\n\t\t\t// if an item has been appended, we only need to update the last index and the length\n\t\t\tchildNodes[childNodes.length++] = newChild;\n\t\t} else {\n\t\t\t// otherwise we need to reindex all items,\n\t\t\t// which can take a while when processing nodes with a lot of children\n\t\t\tvar child = parent.firstChild;\n\t\t\tvar i = 0;\n\t\t\twhile (child) {\n\t\t\t\tchildNodes[i++] = child;\n\t\t\t\tchild = child.nextSibling;\n\t\t\t}\n\t\t\tchildNodes.length = i;\n\t\t\tdelete childNodes[childNodes.length];\n\t\t}\n\t}\n}\n\n/**\n * Removes the connections between `parentNode` and `child`\n * and any existing `child.previousSibling` or `child.nextSibling`.\n *\n * @param {Node} parentNode\n * The parent node from which the child node is to be removed.\n * @param {Node} child\n * The child node to be removed from the parentNode.\n * @returns {Node}\n * Returns the child node that was removed.\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.NOT_FOUND_ERR} If the parentNode is not the parent of the child node.\n * @private\n * @see https://github.com/xmldom/xmldom/issues/135\n * @see https://github.com/xmldom/xmldom/issues/145\n */\nfunction _removeChild(parentNode, child) {\n\tif (parentNode !== child.parentNode) {\n\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, \"child's parent is not parent\");\n\t}\n\tvar oldPreviousSibling = child.previousSibling;\n\tvar oldNextSibling = child.nextSibling;\n\tif (oldPreviousSibling) {\n\t\toldPreviousSibling.nextSibling = oldNextSibling;\n\t} else {\n\t\tparentNode.firstChild = oldNextSibling;\n\t}\n\tif (oldNextSibling) {\n\t\toldNextSibling.previousSibling = oldPreviousSibling;\n\t} else {\n\t\tparentNode.lastChild = oldPreviousSibling;\n\t}\n\t_onUpdateChild(parentNode.ownerDocument, parentNode);\n\tchild.parentNode = null;\n\tchild.previousSibling = null;\n\tchild.nextSibling = null;\n\treturn child;\n}\n\n/**\n * Returns `true` if `node` can be a parent for insertion.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction hasValidParentNodeType(node) {\n\treturn (\n\t\tnode &&\n\t\t(node.nodeType === Node.DOCUMENT_NODE || node.nodeType === Node.DOCUMENT_FRAGMENT_NODE || node.nodeType === Node.ELEMENT_NODE)\n\t);\n}\n\n/**\n * Returns `true` if `node` can be inserted according to it's `nodeType`.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction hasInsertableNodeType(node) {\n\treturn (\n\t\tnode &&\n\t\t(node.nodeType === Node.CDATA_SECTION_NODE ||\n\t\t\tnode.nodeType === Node.COMMENT_NODE ||\n\t\t\tnode.nodeType === Node.DOCUMENT_FRAGMENT_NODE ||\n\t\t\tnode.nodeType === Node.DOCUMENT_TYPE_NODE ||\n\t\t\tnode.nodeType === Node.ELEMENT_NODE ||\n\t\t\tnode.nodeType === Node.PROCESSING_INSTRUCTION_NODE ||\n\t\t\tnode.nodeType === Node.TEXT_NODE)\n\t);\n}\n\n/**\n * Returns true if `node` is a DOCTYPE node.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isDocTypeNode(node) {\n\treturn node && node.nodeType === Node.DOCUMENT_TYPE_NODE;\n}\n\n/**\n * Returns true if the node is an element.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isElementNode(node) {\n\treturn node && node.nodeType === Node.ELEMENT_NODE;\n}\n/**\n * Returns true if `node` is a text node.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isTextNode(node) {\n\treturn node && node.nodeType === Node.TEXT_NODE;\n}\n\n/**\n * Check if en element node can be inserted before `child`, or at the end if child is falsy,\n * according to the presence and position of a doctype node on the same level.\n *\n * @param {Document} doc\n * The document node.\n * @param {Node} child\n * The node that would become the nextSibling if the element would be inserted.\n * @returns {boolean}\n * `true` if an element can be inserted before child.\n * @private\n */\nfunction isElementInsertionPossible(doc, child) {\n\tvar parentChildNodes = doc.childNodes || [];\n\tif (find(parentChildNodes, isElementNode) || isDocTypeNode(child)) {\n\t\treturn false;\n\t}\n\tvar docTypeNode = find(parentChildNodes, isDocTypeNode);\n\treturn !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));\n}\n\n/**\n * Check if en element node can be inserted before `child`, or at the end if child is falsy,\n * according to the presence and position of a doctype node on the same level.\n *\n * @param {Node} doc\n * The document node.\n * @param {Node} child\n * The node that would become the nextSibling if the element would be inserted.\n * @returns {boolean}\n * `true` if an element can be inserted before child.\n * @private\n */\nfunction isElementReplacementPossible(doc, child) {\n\tvar parentChildNodes = doc.childNodes || [];\n\n\tfunction hasElementChildThatIsNotChild(node) {\n\t\treturn isElementNode(node) && node !== child;\n\t}\n\n\tif (find(parentChildNodes, hasElementChildThatIsNotChild)) {\n\t\treturn false;\n\t}\n\tvar docTypeNode = find(parentChildNodes, isDocTypeNode);\n\treturn !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));\n}\n\n/**\n * Asserts pre-insertion validity of a node into a parent before a child.\n * Throws errors for invalid node combinations that would result in an ill-formed DOM.\n *\n * @param {Node} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | null} child\n * The node that should become the `nextSibling` of `node`. If null, no sibling is considered.\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `parent` is not a Document,\n * DocumentFragment, or Element node.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a host-including inclusive\n * ancestor of `parent`. (Currently not implemented)\n * - {@link DOMException.NOT_FOUND_ERR} If `child` is non-null and its `parent` is not\n * `parent`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is not a DocumentFragment,\n * DocumentType, Element, or CharacterData node.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If either `node` is a Text node and `parent` is\n * a document, or if `node` is a doctype and `parent` is not a document.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreInsertionValidity1to5(parent, node, child) {\n\t// 1. If `parent` is not a Document, DocumentFragment, or Element node, then throw a \"HierarchyRequestError\" DOMException.\n\tif (!hasValidParentNodeType(parent)) {\n\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Unexpected parent node type ' + parent.nodeType);\n\t}\n\t// 2. If `node` is a host-including inclusive ancestor of `parent`, then throw a \"HierarchyRequestError\" DOMException.\n\t// not implemented!\n\t// 3. If `child` is non-null and its parent is not `parent`, then throw a \"NotFoundError\" DOMException.\n\tif (child && child.parentNode !== parent) {\n\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, 'child not in parent');\n\t}\n\tif (\n\t\t// 4. If `node` is not a DocumentFragment, DocumentType, Element, or CharacterData node, then throw a \"HierarchyRequestError\" DOMException.\n\t\t!hasInsertableNodeType(node) ||\n\t\t// 5. If either `node` is a Text node and `parent` is a document,\n\t\t// the sax parser currently adds top level text nodes, this will be fixed in 0.9.0\n\t\t// || (node.nodeType === Node.TEXT_NODE && parent.nodeType === Node.DOCUMENT_NODE)\n\t\t// or `node` is a doctype and `parent` is not a document, then throw a \"HierarchyRequestError\" DOMException.\n\t\t(isDocTypeNode(node) && parent.nodeType !== Node.DOCUMENT_NODE)\n\t) {\n\t\tthrow new DOMException(\n\t\t\tDOMException.HIERARCHY_REQUEST_ERR,\n\t\t\t'Unexpected node type ' + node.nodeType + ' for parent node type ' + parent.nodeType\n\t\t);\n\t}\n}\n\n/**\n * Asserts pre-insertion validity of a node into a document before a child.\n * Throws errors for invalid node combinations that would result in an ill-formed DOM.\n *\n * @param {Document} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | undefined} child\n * The node that should become the `nextSibling` of `node`. If undefined, no sibling is\n * considered.\n * @returns {Node}\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentFragment with more than\n * one element child or has a Text node child.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentFragment with one\n * element child and either `parent` has an element child, `child` is a doctype, or `child` is\n * non-null and a doctype is following `child`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is an Element and `parent` has an\n * element child, `child` is a doctype, or `child` is non-null and a doctype is following\n * `child`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentType and `parent` has a\n * doctype child, `child` is non-null and an element is preceding `child`, or `child` is null\n * and `parent` has an element child.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreInsertionValidityInDocument(parent, node, child) {\n\tvar parentChildNodes = parent.childNodes || [];\n\tvar nodeChildNodes = node.childNodes || [];\n\n\t// DocumentFragment\n\tif (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {\n\t\tvar nodeChildElements = nodeChildNodes.filter(isElementNode);\n\t\t// If node has more than one element child or has a Text node child.\n\t\tif (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');\n\t\t}\n\t\t// Otherwise, if `node` has one element child and either `parent` has an element child,\n\t\t// `child` is a doctype, or `child` is non-null and a doctype is following `child`.\n\t\tif (nodeChildElements.length === 1 && !isElementInsertionPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');\n\t\t}\n\t}\n\t// Element\n\tif (isElementNode(node)) {\n\t\t// `parent` has an element child, `child` is a doctype,\n\t\t// or `child` is non-null and a doctype is following `child`.\n\t\tif (!isElementInsertionPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');\n\t\t}\n\t}\n\t// DocumentType\n\tif (isDocTypeNode(node)) {\n\t\t// `parent` has a doctype child,\n\t\tif (find(parentChildNodes, isDocTypeNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');\n\t\t}\n\t\tvar parentElementChild = find(parentChildNodes, isElementNode);\n\t\t// `child` is non-null and an element is preceding `child`,\n\t\tif (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');\n\t\t}\n\t\t// or `child` is null and `parent` has an element child.\n\t\tif (!child && parentElementChild) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can not be appended since element is present');\n\t\t}\n\t}\n}\n\n/**\n * @param {Document} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | undefined} child\n * the node that should become the `nextSibling` of `node`\n * @returns {Node}\n * @throws {DOMException}\n * For several node combinations that would create a DOM that is not well-formed.\n * @throws {DOMException}\n * If `child` is provided but is not a child of `parent`.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreReplacementValidityInDocument(parent, node, child) {\n\tvar parentChildNodes = parent.childNodes || [];\n\tvar nodeChildNodes = node.childNodes || [];\n\n\t// DocumentFragment\n\tif (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {\n\t\tvar nodeChildElements = nodeChildNodes.filter(isElementNode);\n\t\t// If `node` has more than one element child or has a Text node child.\n\t\tif (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');\n\t\t}\n\t\t// Otherwise, if `node` has one element child and either `parent` has an element child that is not `child` or a doctype is following `child`.\n\t\tif (nodeChildElements.length === 1 && !isElementReplacementPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');\n\t\t}\n\t}\n\t// Element\n\tif (isElementNode(node)) {\n\t\t// `parent` has an element child that is not `child` or a doctype is following `child`.\n\t\tif (!isElementReplacementPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');\n\t\t}\n\t}\n\t// DocumentType\n\tif (isDocTypeNode(node)) {\n\t\tfunction hasDoctypeChildThatIsNotChild(node) {\n\t\t\treturn isDocTypeNode(node) && node !== child;\n\t\t}\n\n\t\t// `parent` has a doctype child that is not `child`,\n\t\tif (find(parentChildNodes, hasDoctypeChildThatIsNotChild)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');\n\t\t}\n\t\tvar parentElementChild = find(parentChildNodes, isElementNode);\n\t\t// or an element is preceding `child`.\n\t\tif (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');\n\t\t}\n\t}\n}\n\n/**\n * Inserts a node into a parent node before a child node.\n *\n * @param {Node} parent\n * The parent node to insert the node into.\n * @param {Node} node\n * The node to insert into the parent.\n * @param {Node | null} child\n * The node that should become the next sibling of the node.\n * If null, the function inserts the node at the end of the children of the parent node.\n * @param {Function} [_inDocumentAssertion]\n * An optional function to check pre-insertion validity if parent is a document node.\n * Defaults to {@link assertPreInsertionValidityInDocument}\n * @returns {Node}\n * Returns the inserted node.\n * @throws {DOMException}\n * Throws a DOMException if inserting the node would result in a DOM tree that is not\n * well-formed. See {@link assertPreInsertionValidity1to5},\n * {@link assertPreInsertionValidityInDocument}.\n * @throws {DOMException}\n * Throws a DOMException if child is provided but is not a child of the parent. See\n * {@link Node.removeChild}\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n */\nfunction _insertBefore(parent, node, child, _inDocumentAssertion) {\n\t// To ensure pre-insertion validity of a node into a parent before a child, run these steps:\n\tassertPreInsertionValidity1to5(parent, node, child);\n\n\t// If parent is a document, and any of the statements below, switched on the interface node implements,\n\t// are true, then throw a \"HierarchyRequestError\" DOMException.\n\tif (parent.nodeType === Node.DOCUMENT_NODE) {\n\t\t(_inDocumentAssertion || assertPreInsertionValidityInDocument)(parent, node, child);\n\t}\n\n\tvar cp = node.parentNode;\n\tif (cp) {\n\t\tcp.removeChild(node); //remove and update\n\t}\n\tif (node.nodeType === DOCUMENT_FRAGMENT_NODE) {\n\t\tvar newFirst = node.firstChild;\n\t\tif (newFirst == null) {\n\t\t\treturn node;\n\t\t}\n\t\tvar newLast = node.lastChild;\n\t} else {\n\t\tnewFirst = newLast = node;\n\t}\n\tvar pre = child ? child.previousSibling : parent.lastChild;\n\n\tnewFirst.previousSibling = pre;\n\tnewLast.nextSibling = child;\n\n\tif (pre) {\n\t\tpre.nextSibling = newFirst;\n\t} else {\n\t\tparent.firstChild = newFirst;\n\t}\n\tif (child == null) {\n\t\tparent.lastChild = newLast;\n\t} else {\n\t\tchild.previousSibling = newLast;\n\t}\n\tdo {\n\t\tnewFirst.parentNode = parent;\n\t} while (newFirst !== newLast && (newFirst = newFirst.nextSibling));\n\t_onUpdateChild(parent.ownerDocument || parent, parent, node);\n\tif (node.nodeType == DOCUMENT_FRAGMENT_NODE) {\n\t\tnode.firstChild = node.lastChild = null;\n\t}\n\n\treturn node;\n}\n\nDocument.prototype = {\n\t/**\n\t * The implementation that created this document.\n\t *\n\t * @type DOMImplementation\n\t * @readonly\n\t */\n\timplementation: null,\n\tnodeName: '#document',\n\tnodeType: DOCUMENT_NODE,\n\t/**\n\t * The DocumentType node of the document.\n\t *\n\t * @type DocumentType\n\t * @readonly\n\t */\n\tdoctype: null,\n\tdocumentElement: null,\n\t_inc: 1,\n\n\tinsertBefore: function (newChild, refChild) {\n\t\t//raises\n\t\tif (newChild.nodeType === DOCUMENT_FRAGMENT_NODE) {\n\t\t\tvar child = newChild.firstChild;\n\t\t\twhile (child) {\n\t\t\t\tvar next = child.nextSibling;\n\t\t\t\tthis.insertBefore(child, refChild);\n\t\t\t\tchild = next;\n\t\t\t}\n\t\t\treturn newChild;\n\t\t}\n\t\t_insertBefore(this, newChild, refChild);\n\t\tnewChild.ownerDocument = this;\n\t\tif (this.documentElement === null && newChild.nodeType === ELEMENT_NODE) {\n\t\t\tthis.documentElement = newChild;\n\t\t}\n\n\t\treturn newChild;\n\t},\n\tremoveChild: function (oldChild) {\n\t\tvar removed = _removeChild(this, oldChild);\n\t\tif (removed === this.documentElement) {\n\t\t\tthis.documentElement = null;\n\t\t}\n\t\treturn removed;\n\t},\n\treplaceChild: function (newChild, oldChild) {\n\t\t//raises\n\t\t_insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);\n\t\tnewChild.ownerDocument = this;\n\t\tif (oldChild) {\n\t\t\tthis.removeChild(oldChild);\n\t\t}\n\t\tif (isElementNode(newChild)) {\n\t\t\tthis.documentElement = newChild;\n\t\t}\n\t},\n\t// Introduced in DOM Level 2:\n\timportNode: function (importedNode, deep) {\n\t\treturn importNode(this, importedNode, deep);\n\t},\n\t// Introduced in DOM Level 2:\n\tgetElementById: function (id) {\n\t\tvar rtv = null;\n\t\t_visitNode(this.documentElement, function (node) {\n\t\t\tif (node.nodeType == ELEMENT_NODE) {\n\t\t\t\tif (node.getAttribute('id') == id) {\n\t\t\t\t\trtv = node;\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\treturn rtv;\n\t},\n\n\t/**\n\t * Creates a new `Element` that is owned by this `Document`.\n\t * In HTML Documents `localName` is the lower cased `tagName`,\n\t * otherwise no transformation is being applied.\n\t * When `contentType` implies the HTML namespace, it will be set as `namespaceURI`.\n\t *\n\t * __This implementation differs from the specification:__ - The provided name is not checked\n\t * against the `Name` production,\n\t * so no related error will be thrown.\n\t * - There is no interface `HTMLElement`, it is always an `Element`.\n\t * - There is no support for a second argument to indicate using custom elements.\n\t *\n\t * @param {string} tagName\n\t * @returns {Element}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement\n\t * @see https://dom.spec.whatwg.org/#dom-document-createelement\n\t * @see https://dom.spec.whatwg.org/#concept-create-element\n\t */\n\tcreateElement: function (tagName) {\n\t\tvar node = new Element(PDC);\n\t\tnode.ownerDocument = this;\n\t\tif (this.type === 'html') {\n\t\t\ttagName = tagName.toLowerCase();\n\t\t}\n\t\tif (hasDefaultHTMLNamespace(this.contentType)) {\n\t\t\tnode.namespaceURI = NAMESPACE.HTML;\n\t\t}\n\t\tnode.nodeName = tagName;\n\t\tnode.tagName = tagName;\n\t\tnode.localName = tagName;\n\t\tnode.childNodes = new NodeList();\n\t\tvar attrs = (node.attributes = new NamedNodeMap());\n\t\tattrs._ownerElement = node;\n\t\treturn node;\n\t},\n\t/**\n\t * @returns {DocumentFragment}\n\t */\n\tcreateDocumentFragment: function () {\n\t\tvar node = new DocumentFragment(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {Text}\n\t */\n\tcreateTextNode: function (data) {\n\t\tvar node = new Text(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {Comment}\n\t */\n\tcreateComment: function (data) {\n\t\tvar node = new Comment(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {CDATASection}\n\t */\n\tcreateCDATASection: function (data) {\n\t\tvar node = new CDATASection(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} target\n\t * @param {string} data\n\t * @returns {ProcessingInstruction}\n\t */\n\tcreateProcessingInstruction: function (target, data) {\n\t\tvar node = new ProcessingInstruction(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = node.target = target;\n\t\tnode.nodeValue = node.data = data;\n\t\treturn node;\n\t},\n\t/**\n\t * Creates an `Attr` node that is owned by this document.\n\t * In HTML Documents `localName` is the lower cased `name`,\n\t * otherwise no transformation is being applied.\n\t *\n\t * __This implementation differs from the specification:__ - The provided name is not checked\n\t * against the `Name` production,\n\t * so no related error will be thrown.\n\t *\n\t * @param {string} name\n\t * @returns {Attr}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/createAttribute\n\t * @see https://dom.spec.whatwg.org/#dom-document-createattribute\n\t */\n\tcreateAttribute: function (name) {\n\t\tif (!g.QName_exact.test(name)) {\n\t\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'invalid character in name \"' + name + '\"');\n\t\t}\n\t\tif (this.type === 'html') {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\treturn this._createAttribute(name);\n\t},\n\t_createAttribute: function (name) {\n\t\tvar node = new Attr(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.name = name;\n\t\tnode.nodeName = name;\n\t\tnode.localName = name;\n\t\tnode.specified = true;\n\t\treturn node;\n\t},\n\t/**\n\t * Creates an EntityReference object.\n\t * The current implementation does not fill the `childNodes` with those of the corresponding\n\t * `Entity`\n\t *\n\t * @deprecated\n\t * In DOM Level 4.\n\t * @param {string} name\n\t * The name of the entity to reference. No namespace well-formedness checks are performed.\n\t * @returns {EntityReference}\n\t * @throws {DOMException}\n\t * With code `INVALID_CHARACTER_ERR` when `name` is not valid.\n\t * @throws {DOMException}\n\t * with code `NOT_SUPPORTED_ERR` when the document is of type `html`\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-392B75AE\n\t */\n\tcreateEntityReference: function (name) {\n\t\tif (!g.Name.test(name)) {\n\t\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'not a valid xml name \"' + name + '\"');\n\t\t}\n\t\tif (this.type === 'html') {\n\t\t\tthrow new DOMException('document is an html document', DOMExceptionName.NotSupportedError);\n\t\t}\n\n\t\tvar node = new EntityReference(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = name;\n\t\treturn node;\n\t},\n\t// Introduced in DOM Level 2:\n\t/**\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @returns {Element}\n\t */\n\tcreateElementNS: function (namespaceURI, qualifiedName) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar node = new Element(PDC);\n\t\tvar attrs = (node.attributes = new NamedNodeMap());\n\t\tnode.childNodes = new NodeList();\n\t\tnode.ownerDocument = this;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.tagName = qualifiedName;\n\t\tnode.namespaceURI = validated[0];\n\t\tnode.prefix = validated[1];\n\t\tnode.localName = validated[2];\n\t\tattrs._ownerElement = node;\n\t\treturn node;\n\t},\n\t// Introduced in DOM Level 2:\n\t/**\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @returns {Attr}\n\t */\n\tcreateAttributeNS: function (namespaceURI, qualifiedName) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar node = new Attr(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.name = qualifiedName;\n\t\tnode.specified = true;\n\t\tnode.namespaceURI = validated[0];\n\t\tnode.prefix = validated[1];\n\t\tnode.localName = validated[2];\n\t\treturn node;\n\t},\n};\n_extends(Document, Node);\n\nfunction Element(symbol) {\n\tcheckSymbol(symbol);\n\n\tthis._nsMap = Object.create(null);\n}\nElement.prototype = {\n\tnodeType: ELEMENT_NODE,\n\t/**\n\t * The attributes of this element.\n\t *\n\t * @type {NamedNodeMap | null}\n\t */\n\tattributes: null,\n\tgetQualifiedName: function () {\n\t\treturn this.prefix ? this.prefix + ':' + this.localName : this.localName;\n\t},\n\t_isInHTMLDocumentAndNamespace: function () {\n\t\treturn this.ownerDocument.type === 'html' && this.namespaceURI === NAMESPACE.HTML;\n\t},\n\thasAttribute: function (name) {\n\t\treturn !!this.getAttributeNode(name);\n\t},\n\t/**\n\t * Returns element’s first attribute whose qualified name is `name`, and `null`\n\t * if there is no such attribute.\n\t *\n\t * @param {string} name\n\t * @returns {string | null}\n\t */\n\tgetAttribute: function (name) {\n\t\tvar attr = this.getAttributeNode(name);\n\t\treturn attr ? attr.value : null;\n\t},\n\tgetAttributeNode: function (name) {\n\t\tif (this._isInHTMLDocumentAndNamespace()) {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\treturn this.attributes.getNamedItem(name);\n\t},\n\t/**\n\t * Sets the value of element’s first attribute whose qualified name is qualifiedName to value.\n\t *\n\t * @param {string} name\n\t * @param {string} value\n\t */\n\tsetAttribute: function (name, value) {\n\t\tif (this._isInHTMLDocumentAndNamespace()) {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\tvar attr = this.getAttributeNode(name);\n\t\tif (attr) {\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t} else {\n\t\t\tattr = this.ownerDocument._createAttribute(name);\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t\tthis.setAttributeNode(attr);\n\t\t}\n\t},\n\tremoveAttribute: function (name) {\n\t\tvar attr = this.getAttributeNode(name);\n\t\tattr && this.removeAttributeNode(attr);\n\t},\n\tsetAttributeNode: function (newAttr) {\n\t\treturn this.attributes.setNamedItem(newAttr);\n\t},\n\tsetAttributeNodeNS: function (newAttr) {\n\t\treturn this.attributes.setNamedItemNS(newAttr);\n\t},\n\tremoveAttributeNode: function (oldAttr) {\n\t\t//console.log(this == oldAttr.ownerElement)\n\t\treturn this.attributes.removeNamedItem(oldAttr.nodeName);\n\t},\n\t//get real attribute name,and remove it by removeAttributeNode\n\tremoveAttributeNS: function (namespaceURI, localName) {\n\t\tvar old = this.getAttributeNodeNS(namespaceURI, localName);\n\t\told && this.removeAttributeNode(old);\n\t},\n\n\thasAttributeNS: function (namespaceURI, localName) {\n\t\treturn this.getAttributeNodeNS(namespaceURI, localName) != null;\n\t},\n\t/**\n\t * Returns element’s attribute whose namespace is `namespaceURI` and local name is\n\t * `localName`,\n\t * or `null` if there is no such attribute.\n\t *\n\t * @param {string} namespaceURI\n\t * @param {string} localName\n\t * @returns {string | null}\n\t */\n\tgetAttributeNS: function (namespaceURI, localName) {\n\t\tvar attr = this.getAttributeNodeNS(namespaceURI, localName);\n\t\treturn attr ? attr.value : null;\n\t},\n\t/**\n\t * Sets the value of element’s attribute whose namespace is `namespaceURI` and local name is\n\t * `localName` to value.\n\t *\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @param {string} value\n\t * @see https://dom.spec.whatwg.org/#dom-element-setattributens\n\t */\n\tsetAttributeNS: function (namespaceURI, qualifiedName, value) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar localName = validated[2];\n\t\tvar attr = this.getAttributeNodeNS(namespaceURI, localName);\n\t\tif (attr) {\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t} else {\n\t\t\tattr = this.ownerDocument.createAttributeNS(namespaceURI, qualifiedName);\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t\tthis.setAttributeNode(attr);\n\t\t}\n\t},\n\tgetAttributeNodeNS: function (namespaceURI, localName) {\n\t\treturn this.attributes.getNamedItemNS(namespaceURI, localName);\n\t},\n\n\t/**\n\t * Returns a LiveNodeList of all child elements which have **all** of the given class name(s).\n\t *\n\t * Returns an empty list if `classNames` is an empty string or only contains HTML white space\n\t * characters.\n\t *\n\t * Warning: This returns a live LiveNodeList.\n\t * Changes in the DOM will reflect in the array as the changes occur.\n\t * If an element selected by this array no longer qualifies for the selector,\n\t * it will automatically be removed. Be aware of this for iteration purposes.\n\t *\n\t * @param {string} classNames\n\t * Is a string representing the class name(s) to match; multiple class names are separated by\n\t * (ASCII-)whitespace.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByClassName\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName\n\t * @see https://dom.spec.whatwg.org/#concept-getelementsbyclassname\n\t */\n\tgetElementsByClassName: function (classNames) {\n\t\tvar classNamesSet = toOrderedSet(classNames);\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\tif (classNamesSet.length > 0) {\n\t\t\t\t_visitNode(base, function (node) {\n\t\t\t\t\tif (node !== base && node.nodeType === ELEMENT_NODE) {\n\t\t\t\t\t\tvar nodeClassNames = node.getAttribute('class');\n\t\t\t\t\t\t// can be null if the attribute does not exist\n\t\t\t\t\t\tif (nodeClassNames) {\n\t\t\t\t\t\t\t// before splitting and iterating just compare them for the most common case\n\t\t\t\t\t\t\tvar matches = classNames === nodeClassNames;\n\t\t\t\t\t\t\tif (!matches) {\n\t\t\t\t\t\t\t\tvar nodeClassNamesSet = toOrderedSet(nodeClassNames);\n\t\t\t\t\t\t\t\tmatches = classNamesSet.every(arrayIncludes(nodeClassNamesSet));\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (matches) {\n\t\t\t\t\t\t\t\tls.push(node);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn ls;\n\t\t});\n\t},\n\n\t/**\n\t * Returns a LiveNodeList of elements with the given qualifiedName.\n\t * Searching for all descendants can be done by passing `*` as `qualifiedName`.\n\t *\n\t * All descendants of the specified element are searched, but not the element itself.\n\t * The returned list is live, which means it updates itself with the DOM tree automatically.\n\t * Therefore, there is no need to call `Element.getElementsByTagName()`\n\t * with the same element and arguments repeatedly if the DOM changes in between calls.\n\t *\n\t * When called on an HTML element in an HTML document,\n\t * `getElementsByTagName` lower-cases the argument before searching for it.\n\t * This is undesirable when trying to match camel-cased SVG elements (such as\n\t * ``) in an HTML document.\n\t * Instead, use `Element.getElementsByTagNameNS()`,\n\t * which preserves the capitalization of the tag name.\n\t *\n\t * `Element.getElementsByTagName` is similar to `Document.getElementsByTagName()`,\n\t * except that it only searches for elements that are descendants of the specified element.\n\t *\n\t * @param {string} qualifiedName\n\t * @returns {LiveNodeList}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByTagName\n\t * @see https://dom.spec.whatwg.org/#concept-getelementsbytagname\n\t */\n\tgetElementsByTagName: function (qualifiedName) {\n\t\tvar isHTMLDocument = (this.nodeType === DOCUMENT_NODE ? this : this.ownerDocument).type === 'html';\n\t\tvar lowerQualifiedName = qualifiedName.toLowerCase();\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\t_visitNode(base, function (node) {\n\t\t\t\tif (node === base || node.nodeType !== ELEMENT_NODE) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (qualifiedName === '*') {\n\t\t\t\t\tls.push(node);\n\t\t\t\t} else {\n\t\t\t\t\tvar nodeQualifiedName = node.getQualifiedName();\n\t\t\t\t\tvar matchingQName = isHTMLDocument && node.namespaceURI === NAMESPACE.HTML ? lowerQualifiedName : qualifiedName;\n\t\t\t\t\tif (nodeQualifiedName === matchingQName) {\n\t\t\t\t\t\tls.push(node);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn ls;\n\t\t});\n\t},\n\tgetElementsByTagNameNS: function (namespaceURI, localName) {\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\t_visitNode(base, function (node) {\n\t\t\t\tif (\n\t\t\t\t\tnode !== base &&\n\t\t\t\t\tnode.nodeType === ELEMENT_NODE &&\n\t\t\t\t\t(namespaceURI === '*' || node.namespaceURI === namespaceURI) &&\n\t\t\t\t\t(localName === '*' || node.localName == localName)\n\t\t\t\t) {\n\t\t\t\t\tls.push(node);\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn ls;\n\t\t});\n\t},\n};\nDocument.prototype.getElementsByClassName = Element.prototype.getElementsByClassName;\nDocument.prototype.getElementsByTagName = Element.prototype.getElementsByTagName;\nDocument.prototype.getElementsByTagNameNS = Element.prototype.getElementsByTagNameNS;\n\n_extends(Element, Node);\nfunction Attr(symbol) {\n\tcheckSymbol(symbol);\n\n\tthis.namespaceURI = null;\n\tthis.prefix = null;\n\tthis.ownerElement = null;\n}\nAttr.prototype.nodeType = ATTRIBUTE_NODE;\n_extends(Attr, Node);\n\nfunction CharacterData(symbol) {\n\tcheckSymbol(symbol);\n}\nCharacterData.prototype = {\n\tdata: '',\n\tsubstringData: function (offset, count) {\n\t\treturn this.data.substring(offset, offset + count);\n\t},\n\tappendData: function (text) {\n\t\ttext = this.data + text;\n\t\tthis.nodeValue = this.data = text;\n\t\tthis.length = text.length;\n\t},\n\tinsertData: function (offset, text) {\n\t\tthis.replaceData(offset, 0, text);\n\t},\n\tdeleteData: function (offset, count) {\n\t\tthis.replaceData(offset, count, '');\n\t},\n\treplaceData: function (offset, count, text) {\n\t\tvar start = this.data.substring(0, offset);\n\t\tvar end = this.data.substring(offset + count);\n\t\ttext = start + text + end;\n\t\tthis.nodeValue = this.data = text;\n\t\tthis.length = text.length;\n\t},\n};\n_extends(CharacterData, Node);\nfunction Text(symbol) {\n\tcheckSymbol(symbol);\n}\nText.prototype = {\n\tnodeName: '#text',\n\tnodeType: TEXT_NODE,\n\tsplitText: function (offset) {\n\t\tvar text = this.data;\n\t\tvar newText = text.substring(offset);\n\t\ttext = text.substring(0, offset);\n\t\tthis.data = this.nodeValue = text;\n\t\tthis.length = text.length;\n\t\tvar newNode = this.ownerDocument.createTextNode(newText);\n\t\tif (this.parentNode) {\n\t\t\tthis.parentNode.insertBefore(newNode, this.nextSibling);\n\t\t}\n\t\treturn newNode;\n\t},\n};\n_extends(Text, CharacterData);\nfunction Comment(symbol) {\n\tcheckSymbol(symbol);\n}\nComment.prototype = {\n\tnodeName: '#comment',\n\tnodeType: COMMENT_NODE,\n};\n_extends(Comment, CharacterData);\n\nfunction CDATASection(symbol) {\n\tcheckSymbol(symbol);\n}\nCDATASection.prototype = {\n\tnodeName: '#cdata-section',\n\tnodeType: CDATA_SECTION_NODE,\n};\n_extends(CDATASection, Text);\n\nfunction DocumentType(symbol) {\n\tcheckSymbol(symbol);\n}\nDocumentType.prototype.nodeType = DOCUMENT_TYPE_NODE;\n_extends(DocumentType, Node);\n\nfunction Notation(symbol) {\n\tcheckSymbol(symbol);\n}\nNotation.prototype.nodeType = NOTATION_NODE;\n_extends(Notation, Node);\n\nfunction Entity(symbol) {\n\tcheckSymbol(symbol);\n}\nEntity.prototype.nodeType = ENTITY_NODE;\n_extends(Entity, Node);\n\nfunction EntityReference(symbol) {\n\tcheckSymbol(symbol);\n}\nEntityReference.prototype.nodeType = ENTITY_REFERENCE_NODE;\n_extends(EntityReference, Node);\n\nfunction DocumentFragment(symbol) {\n\tcheckSymbol(symbol);\n}\nDocumentFragment.prototype.nodeName = '#document-fragment';\nDocumentFragment.prototype.nodeType = DOCUMENT_FRAGMENT_NODE;\n_extends(DocumentFragment, Node);\n\nfunction ProcessingInstruction(symbol) {\n\tcheckSymbol(symbol);\n}\nProcessingInstruction.prototype.nodeType = PROCESSING_INSTRUCTION_NODE;\n_extends(ProcessingInstruction, CharacterData);\nfunction XMLSerializer() {}\nXMLSerializer.prototype.serializeToString = function (node, nodeFilter) {\n\treturn nodeSerializeToString.call(node, nodeFilter);\n};\nNode.prototype.toString = nodeSerializeToString;\nfunction nodeSerializeToString(nodeFilter) {\n\tvar buf = [];\n\tvar refNode = (this.nodeType === DOCUMENT_NODE && this.documentElement) || this;\n\tvar prefix = refNode.prefix;\n\tvar uri = refNode.namespaceURI;\n\n\tif (uri && prefix == null) {\n\t\tvar prefix = refNode.lookupPrefix(uri);\n\t\tif (prefix == null) {\n\t\t\tvar visibleNamespaces = [\n\t\t\t\t{ namespace: uri, prefix: null },\n\t\t\t\t//{namespace:uri,prefix:''}\n\t\t\t];\n\t\t}\n\t}\n\tserializeToString(this, buf, nodeFilter, visibleNamespaces);\n\treturn buf.join('');\n}\n\nfunction needNamespaceDefine(node, isHTML, visibleNamespaces) {\n\tvar prefix = node.prefix || '';\n\tvar uri = node.namespaceURI;\n\t// According to [Namespaces in XML 1.0](https://www.w3.org/TR/REC-xml-names/#ns-using) ,\n\t// and more specifically https://www.w3.org/TR/REC-xml-names/#nsc-NoPrefixUndecl :\n\t// > In a namespace declaration for a prefix [...], the attribute value MUST NOT be empty.\n\t// in a similar manner [Namespaces in XML 1.1](https://www.w3.org/TR/xml-names11/#ns-using)\n\t// and more specifically https://www.w3.org/TR/xml-names11/#nsc-NSDeclared :\n\t// > [...] Furthermore, the attribute value [...] must not be an empty string.\n\t// so serializing empty namespace value like xmlns:ds=\"\" would produce an invalid XML document.\n\tif (!uri) {\n\t\treturn false;\n\t}\n\tif ((prefix === 'xml' && uri === NAMESPACE.XML) || uri === NAMESPACE.XMLNS) {\n\t\treturn false;\n\t}\n\n\tvar i = visibleNamespaces.length;\n\twhile (i--) {\n\t\tvar ns = visibleNamespaces[i];\n\t\t// get namespace prefix\n\t\tif (ns.prefix === prefix) {\n\t\t\treturn ns.namespace !== uri;\n\t\t}\n\t}\n\treturn true;\n}\n/**\n * Literal whitespace other than space that appear in attribute values are serialized as\n * their entity references, so they will be preserved.\n * (In contrast to whitespace literals in the input which are normalized to spaces).\n *\n * Well-formed constraint: No < in Attribute Values:\n * > The replacement text of any entity referred to directly or indirectly\n * > in an attribute value must not contain a <.\n *\n * @see https://www.w3.org/TR/xml11/#CleanAttrVals\n * @see https://www.w3.org/TR/xml11/#NT-AttValue\n * @see https://www.w3.org/TR/xml11/#AVNormalize\n * @see https://w3c.github.io/DOM-Parsing/#serializing-an-element-s-attributes\n * @prettierignore\n */\nfunction addSerializedAttribute(buf, qualifiedName, value) {\n\tbuf.push(' ', qualifiedName, '=\"', value.replace(/[<>&\"\\t\\n\\r]/g, _xmlEncoder), '\"');\n}\n\nfunction serializeToString(node, buf, nodeFilter, visibleNamespaces) {\n\tif (!visibleNamespaces) {\n\t\tvisibleNamespaces = [];\n\t}\n\tvar doc = node.nodeType === DOCUMENT_NODE ? node : node.ownerDocument;\n\tvar isHTML = doc.type === 'html';\n\n\tif (nodeFilter) {\n\t\tnode = nodeFilter(node);\n\t\tif (node) {\n\t\t\tif (typeof node == 'string') {\n\t\t\t\tbuf.push(node);\n\t\t\t\treturn;\n\t\t\t}\n\t\t} else {\n\t\t\treturn;\n\t\t}\n\t\t//buf.sort.apply(attrs, attributeSorter);\n\t}\n\n\tswitch (node.nodeType) {\n\t\tcase ELEMENT_NODE:\n\t\t\tvar attrs = node.attributes;\n\t\t\tvar len = attrs.length;\n\t\t\tvar child = node.firstChild;\n\t\t\tvar nodeName = node.tagName;\n\n\t\t\tvar prefixedNodeName = nodeName;\n\t\t\tif (!isHTML && !node.prefix && node.namespaceURI) {\n\t\t\t\tvar defaultNS;\n\t\t\t\t// lookup current default ns from `xmlns` attribute\n\t\t\t\tfor (var ai = 0; ai < attrs.length; ai++) {\n\t\t\t\t\tif (attrs.item(ai).name === 'xmlns') {\n\t\t\t\t\t\tdefaultNS = attrs.item(ai).value;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (!defaultNS) {\n\t\t\t\t\t// lookup current default ns in visibleNamespaces\n\t\t\t\t\tfor (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {\n\t\t\t\t\t\tvar namespace = visibleNamespaces[nsi];\n\t\t\t\t\t\tif (namespace.prefix === '' && namespace.namespace === node.namespaceURI) {\n\t\t\t\t\t\t\tdefaultNS = namespace.namespace;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (defaultNS !== node.namespaceURI) {\n\t\t\t\t\tfor (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {\n\t\t\t\t\t\tvar namespace = visibleNamespaces[nsi];\n\t\t\t\t\t\tif (namespace.namespace === node.namespaceURI) {\n\t\t\t\t\t\t\tif (namespace.prefix) {\n\t\t\t\t\t\t\t\tprefixedNodeName = namespace.prefix + ':' + nodeName;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tbuf.push('<', prefixedNodeName);\n\n\t\t\tfor (var i = 0; i < len; i++) {\n\t\t\t\t// add namespaces for attributes\n\t\t\t\tvar attr = attrs.item(i);\n\t\t\t\tif (attr.prefix == 'xmlns') {\n\t\t\t\t\tvisibleNamespaces.push({\n\t\t\t\t\t\tprefix: attr.localName,\n\t\t\t\t\t\tnamespace: attr.value,\n\t\t\t\t\t});\n\t\t\t\t} else if (attr.nodeName == 'xmlns') {\n\t\t\t\t\tvisibleNamespaces.push({ prefix: '', namespace: attr.value });\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor (var i = 0; i < len; i++) {\n\t\t\t\tvar attr = attrs.item(i);\n\t\t\t\tif (needNamespaceDefine(attr, isHTML, visibleNamespaces)) {\n\t\t\t\t\tvar prefix = attr.prefix || '';\n\t\t\t\t\tvar uri = attr.namespaceURI;\n\t\t\t\t\taddSerializedAttribute(buf, prefix ? 'xmlns:' + prefix : 'xmlns', uri);\n\t\t\t\t\tvisibleNamespaces.push({ prefix: prefix, namespace: uri });\n\t\t\t\t}\n\t\t\t\tserializeToString(attr, buf, nodeFilter, visibleNamespaces);\n\t\t\t}\n\n\t\t\t// add namespace for current node\n\t\t\tif (nodeName === prefixedNodeName && needNamespaceDefine(node, isHTML, visibleNamespaces)) {\n\t\t\t\tvar prefix = node.prefix || '';\n\t\t\t\tvar uri = node.namespaceURI;\n\t\t\t\taddSerializedAttribute(buf, prefix ? 'xmlns:' + prefix : 'xmlns', uri);\n\t\t\t\tvisibleNamespaces.push({ prefix: prefix, namespace: uri });\n\t\t\t}\n\t\t\t// in XML elements can be closed when they have no children\n\t\t\tvar canCloseTag = !child;\n\t\t\tif (canCloseTag && (isHTML || node.namespaceURI === NAMESPACE.HTML)) {\n\t\t\t\t// in HTML (doc or ns) only void elements can be closed right away\n\t\t\t\tcanCloseTag = isHTMLVoidElement(nodeName);\n\t\t\t}\n\t\t\tif (canCloseTag) {\n\t\t\t\tbuf.push('/>');\n\t\t\t} else {\n\t\t\t\tbuf.push('>');\n\t\t\t\t//if is cdata child node\n\t\t\t\tif (isHTML && isHTMLRawTextElement(nodeName)) {\n\t\t\t\t\twhile (child) {\n\t\t\t\t\t\tif (child.data) {\n\t\t\t\t\t\t\tbuf.push(child.data);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\t\t\t}\n\t\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\twhile (child) {\n\t\t\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbuf.push('');\n\t\t\t}\n\t\t\t// remove added visible namespaces\n\t\t\t//visibleNamespaces.length = startVisibleNamespaces;\n\t\t\treturn;\n\t\tcase DOCUMENT_NODE:\n\t\tcase DOCUMENT_FRAGMENT_NODE:\n\t\t\tvar child = node.firstChild;\n\t\t\twhile (child) {\n\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\tchild = child.nextSibling;\n\t\t\t}\n\t\t\treturn;\n\t\tcase ATTRIBUTE_NODE:\n\t\t\treturn addSerializedAttribute(buf, node.name, node.value);\n\t\tcase TEXT_NODE:\n\t\t\t/*\n\t\t\t * The ampersand character (&) and the left angle bracket (<) must not appear in their literal form,\n\t\t\t * except when used as markup delimiters, or within a comment, a processing instruction,\n\t\t\t * or a CDATA section.\n\t\t\t * If they are needed elsewhere, they must be escaped using either numeric character\n\t\t\t * references or the strings `&` and `<` respectively.\n\t\t\t * The right angle bracket (>) may be represented using the string \" > \",\n\t\t\t * and must, for compatibility, be escaped using either `>`,\n\t\t\t * or a character reference when it appears in the string `]]>` in content,\n\t\t\t * when that string is not marking the end of a CDATA section.\n\t\t\t *\n\t\t\t * In the content of elements, character data is any string of characters which does not\n\t\t\t * contain the start-delimiter of any markup and does not include the CDATA-section-close\n\t\t\t * delimiter, `]]>`.\n\t\t\t *\n\t\t\t * @see https://www.w3.org/TR/xml/#NT-CharData\n\t\t\t * @see https://w3c.github.io/DOM-Parsing/#xml-serializing-a-text-node\n\t\t\t */\n\t\t\treturn buf.push(node.data.replace(/[<&>]/g, _xmlEncoder));\n\t\tcase CDATA_SECTION_NODE:\n\t\t\treturn buf.push(g.CDATA_START, node.data, g.CDATA_END);\n\t\tcase COMMENT_NODE:\n\t\t\treturn buf.push(g.COMMENT_START, node.data, g.COMMENT_END);\n\t\tcase DOCUMENT_TYPE_NODE:\n\t\t\tvar pubid = node.publicId;\n\t\t\tvar sysid = node.systemId;\n\t\t\tbuf.push(g.DOCTYPE_DECL_START, ' ', node.name);\n\t\t\tif (pubid) {\n\t\t\t\tbuf.push(' ', g.PUBLIC, ' ', pubid);\n\t\t\t\tif (sysid && sysid !== '.') {\n\t\t\t\t\tbuf.push(' ', sysid);\n\t\t\t\t}\n\t\t\t} else if (sysid && sysid !== '.') {\n\t\t\t\tbuf.push(' ', g.SYSTEM, ' ', sysid);\n\t\t\t}\n\t\t\tif (node.internalSubset) {\n\t\t\t\tbuf.push(' [', node.internalSubset, ']');\n\t\t\t}\n\t\t\tbuf.push('>');\n\t\t\treturn;\n\t\tcase PROCESSING_INSTRUCTION_NODE:\n\t\t\treturn buf.push('');\n\t\tcase ENTITY_REFERENCE_NODE:\n\t\t\treturn buf.push('&', node.nodeName, ';');\n\t\t//case ENTITY_NODE:\n\t\t//case NOTATION_NODE:\n\t\tdefault:\n\t\t\tbuf.push('??', node.nodeName);\n\t}\n}\nfunction importNode(doc, node, deep) {\n\tvar node2;\n\tswitch (node.nodeType) {\n\t\tcase ELEMENT_NODE:\n\t\t\tnode2 = node.cloneNode(false);\n\t\t\tnode2.ownerDocument = doc;\n\t\t//var attrs = node2.attributes;\n\t\t//var len = attrs.length;\n\t\t//for(var i=0;i',\n\tlt: '<',\n\tquot: '\"',\n});\n\n/**\n * A map of all entities that are detected in an HTML document.\n * They contain all entries from `XML_ENTITIES`.\n *\n * @see {@link XML_ENTITIES}\n * @see {@link DOMParser.parseFromString}\n * @see {@link DOMImplementation.prototype.createHTMLDocument}\n * @see https://html.spec.whatwg.org/#named-character-references WHATWG HTML(5)\n * Spec\n * @see https://html.spec.whatwg.org/entities.json JSON\n * @see https://www.w3.org/TR/xml-entity-names/ W3C XML Entity Names\n * @see https://www.w3.org/TR/html4/sgml/entities.html W3C HTML4/SGML\n * @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Character_entity_references_in_HTML\n * Wikipedia (HTML)\n * @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Entities_representing_special_characters_in_XHTML\n * Wikpedia (XHTML)\n */\nexports.HTML_ENTITIES = freeze({\n\tAacute: '\\u00C1',\n\taacute: '\\u00E1',\n\tAbreve: '\\u0102',\n\tabreve: '\\u0103',\n\tac: '\\u223E',\n\tacd: '\\u223F',\n\tacE: '\\u223E\\u0333',\n\tAcirc: '\\u00C2',\n\tacirc: '\\u00E2',\n\tacute: '\\u00B4',\n\tAcy: '\\u0410',\n\tacy: '\\u0430',\n\tAElig: '\\u00C6',\n\taelig: '\\u00E6',\n\taf: '\\u2061',\n\tAfr: '\\uD835\\uDD04',\n\tafr: '\\uD835\\uDD1E',\n\tAgrave: '\\u00C0',\n\tagrave: '\\u00E0',\n\talefsym: '\\u2135',\n\taleph: '\\u2135',\n\tAlpha: '\\u0391',\n\talpha: '\\u03B1',\n\tAmacr: '\\u0100',\n\tamacr: '\\u0101',\n\tamalg: '\\u2A3F',\n\tAMP: '\\u0026',\n\tamp: '\\u0026',\n\tAnd: '\\u2A53',\n\tand: '\\u2227',\n\tandand: '\\u2A55',\n\tandd: '\\u2A5C',\n\tandslope: '\\u2A58',\n\tandv: '\\u2A5A',\n\tang: '\\u2220',\n\tange: '\\u29A4',\n\tangle: '\\u2220',\n\tangmsd: '\\u2221',\n\tangmsdaa: '\\u29A8',\n\tangmsdab: '\\u29A9',\n\tangmsdac: '\\u29AA',\n\tangmsdad: '\\u29AB',\n\tangmsdae: '\\u29AC',\n\tangmsdaf: '\\u29AD',\n\tangmsdag: '\\u29AE',\n\tangmsdah: '\\u29AF',\n\tangrt: '\\u221F',\n\tangrtvb: '\\u22BE',\n\tangrtvbd: '\\u299D',\n\tangsph: '\\u2222',\n\tangst: '\\u00C5',\n\tangzarr: '\\u237C',\n\tAogon: '\\u0104',\n\taogon: '\\u0105',\n\tAopf: '\\uD835\\uDD38',\n\taopf: '\\uD835\\uDD52',\n\tap: '\\u2248',\n\tapacir: '\\u2A6F',\n\tapE: '\\u2A70',\n\tape: '\\u224A',\n\tapid: '\\u224B',\n\tapos: '\\u0027',\n\tApplyFunction: '\\u2061',\n\tapprox: '\\u2248',\n\tapproxeq: '\\u224A',\n\tAring: '\\u00C5',\n\taring: '\\u00E5',\n\tAscr: '\\uD835\\uDC9C',\n\tascr: '\\uD835\\uDCB6',\n\tAssign: '\\u2254',\n\tast: '\\u002A',\n\tasymp: '\\u2248',\n\tasympeq: '\\u224D',\n\tAtilde: '\\u00C3',\n\tatilde: '\\u00E3',\n\tAuml: '\\u00C4',\n\tauml: '\\u00E4',\n\tawconint: '\\u2233',\n\tawint: '\\u2A11',\n\tbackcong: '\\u224C',\n\tbackepsilon: '\\u03F6',\n\tbackprime: '\\u2035',\n\tbacksim: '\\u223D',\n\tbacksimeq: '\\u22CD',\n\tBackslash: '\\u2216',\n\tBarv: '\\u2AE7',\n\tbarvee: '\\u22BD',\n\tBarwed: '\\u2306',\n\tbarwed: '\\u2305',\n\tbarwedge: '\\u2305',\n\tbbrk: '\\u23B5',\n\tbbrktbrk: '\\u23B6',\n\tbcong: '\\u224C',\n\tBcy: '\\u0411',\n\tbcy: '\\u0431',\n\tbdquo: '\\u201E',\n\tbecaus: '\\u2235',\n\tBecause: '\\u2235',\n\tbecause: '\\u2235',\n\tbemptyv: '\\u29B0',\n\tbepsi: '\\u03F6',\n\tbernou: '\\u212C',\n\tBernoullis: '\\u212C',\n\tBeta: '\\u0392',\n\tbeta: '\\u03B2',\n\tbeth: '\\u2136',\n\tbetween: '\\u226C',\n\tBfr: '\\uD835\\uDD05',\n\tbfr: '\\uD835\\uDD1F',\n\tbigcap: '\\u22C2',\n\tbigcirc: '\\u25EF',\n\tbigcup: '\\u22C3',\n\tbigodot: '\\u2A00',\n\tbigoplus: '\\u2A01',\n\tbigotimes: '\\u2A02',\n\tbigsqcup: '\\u2A06',\n\tbigstar: '\\u2605',\n\tbigtriangledown: '\\u25BD',\n\tbigtriangleup: '\\u25B3',\n\tbiguplus: '\\u2A04',\n\tbigvee: '\\u22C1',\n\tbigwedge: '\\u22C0',\n\tbkarow: '\\u290D',\n\tblacklozenge: '\\u29EB',\n\tblacksquare: '\\u25AA',\n\tblacktriangle: '\\u25B4',\n\tblacktriangledown: '\\u25BE',\n\tblacktriangleleft: '\\u25C2',\n\tblacktriangleright: '\\u25B8',\n\tblank: '\\u2423',\n\tblk12: '\\u2592',\n\tblk14: '\\u2591',\n\tblk34: '\\u2593',\n\tblock: '\\u2588',\n\tbne: '\\u003D\\u20E5',\n\tbnequiv: '\\u2261\\u20E5',\n\tbNot: '\\u2AED',\n\tbnot: '\\u2310',\n\tBopf: '\\uD835\\uDD39',\n\tbopf: '\\uD835\\uDD53',\n\tbot: '\\u22A5',\n\tbottom: '\\u22A5',\n\tbowtie: '\\u22C8',\n\tboxbox: '\\u29C9',\n\tboxDL: '\\u2557',\n\tboxDl: '\\u2556',\n\tboxdL: '\\u2555',\n\tboxdl: '\\u2510',\n\tboxDR: '\\u2554',\n\tboxDr: '\\u2553',\n\tboxdR: '\\u2552',\n\tboxdr: '\\u250C',\n\tboxH: '\\u2550',\n\tboxh: '\\u2500',\n\tboxHD: '\\u2566',\n\tboxHd: '\\u2564',\n\tboxhD: '\\u2565',\n\tboxhd: '\\u252C',\n\tboxHU: '\\u2569',\n\tboxHu: '\\u2567',\n\tboxhU: '\\u2568',\n\tboxhu: '\\u2534',\n\tboxminus: '\\u229F',\n\tboxplus: '\\u229E',\n\tboxtimes: '\\u22A0',\n\tboxUL: '\\u255D',\n\tboxUl: '\\u255C',\n\tboxuL: '\\u255B',\n\tboxul: '\\u2518',\n\tboxUR: '\\u255A',\n\tboxUr: '\\u2559',\n\tboxuR: '\\u2558',\n\tboxur: '\\u2514',\n\tboxV: '\\u2551',\n\tboxv: '\\u2502',\n\tboxVH: '\\u256C',\n\tboxVh: '\\u256B',\n\tboxvH: '\\u256A',\n\tboxvh: '\\u253C',\n\tboxVL: '\\u2563',\n\tboxVl: '\\u2562',\n\tboxvL: '\\u2561',\n\tboxvl: '\\u2524',\n\tboxVR: '\\u2560',\n\tboxVr: '\\u255F',\n\tboxvR: '\\u255E',\n\tboxvr: '\\u251C',\n\tbprime: '\\u2035',\n\tBreve: '\\u02D8',\n\tbreve: '\\u02D8',\n\tbrvbar: '\\u00A6',\n\tBscr: '\\u212C',\n\tbscr: '\\uD835\\uDCB7',\n\tbsemi: '\\u204F',\n\tbsim: '\\u223D',\n\tbsime: '\\u22CD',\n\tbsol: '\\u005C',\n\tbsolb: '\\u29C5',\n\tbsolhsub: '\\u27C8',\n\tbull: '\\u2022',\n\tbullet: '\\u2022',\n\tbump: '\\u224E',\n\tbumpE: '\\u2AAE',\n\tbumpe: '\\u224F',\n\tBumpeq: '\\u224E',\n\tbumpeq: '\\u224F',\n\tCacute: '\\u0106',\n\tcacute: '\\u0107',\n\tCap: '\\u22D2',\n\tcap: '\\u2229',\n\tcapand: '\\u2A44',\n\tcapbrcup: '\\u2A49',\n\tcapcap: '\\u2A4B',\n\tcapcup: '\\u2A47',\n\tcapdot: '\\u2A40',\n\tCapitalDifferentialD: '\\u2145',\n\tcaps: '\\u2229\\uFE00',\n\tcaret: '\\u2041',\n\tcaron: '\\u02C7',\n\tCayleys: '\\u212D',\n\tccaps: '\\u2A4D',\n\tCcaron: '\\u010C',\n\tccaron: '\\u010D',\n\tCcedil: '\\u00C7',\n\tccedil: '\\u00E7',\n\tCcirc: '\\u0108',\n\tccirc: '\\u0109',\n\tCconint: '\\u2230',\n\tccups: '\\u2A4C',\n\tccupssm: '\\u2A50',\n\tCdot: '\\u010A',\n\tcdot: '\\u010B',\n\tcedil: '\\u00B8',\n\tCedilla: '\\u00B8',\n\tcemptyv: '\\u29B2',\n\tcent: '\\u00A2',\n\tCenterDot: '\\u00B7',\n\tcenterdot: '\\u00B7',\n\tCfr: '\\u212D',\n\tcfr: '\\uD835\\uDD20',\n\tCHcy: '\\u0427',\n\tchcy: '\\u0447',\n\tcheck: '\\u2713',\n\tcheckmark: '\\u2713',\n\tChi: '\\u03A7',\n\tchi: '\\u03C7',\n\tcir: '\\u25CB',\n\tcirc: '\\u02C6',\n\tcirceq: '\\u2257',\n\tcirclearrowleft: '\\u21BA',\n\tcirclearrowright: '\\u21BB',\n\tcircledast: '\\u229B',\n\tcircledcirc: '\\u229A',\n\tcircleddash: '\\u229D',\n\tCircleDot: '\\u2299',\n\tcircledR: '\\u00AE',\n\tcircledS: '\\u24C8',\n\tCircleMinus: '\\u2296',\n\tCirclePlus: '\\u2295',\n\tCircleTimes: '\\u2297',\n\tcirE: '\\u29C3',\n\tcire: '\\u2257',\n\tcirfnint: '\\u2A10',\n\tcirmid: '\\u2AEF',\n\tcirscir: '\\u29C2',\n\tClockwiseContourIntegral: '\\u2232',\n\tCloseCurlyDoubleQuote: '\\u201D',\n\tCloseCurlyQuote: '\\u2019',\n\tclubs: '\\u2663',\n\tclubsuit: '\\u2663',\n\tColon: '\\u2237',\n\tcolon: '\\u003A',\n\tColone: '\\u2A74',\n\tcolone: '\\u2254',\n\tcoloneq: '\\u2254',\n\tcomma: '\\u002C',\n\tcommat: '\\u0040',\n\tcomp: '\\u2201',\n\tcompfn: '\\u2218',\n\tcomplement: '\\u2201',\n\tcomplexes: '\\u2102',\n\tcong: '\\u2245',\n\tcongdot: '\\u2A6D',\n\tCongruent: '\\u2261',\n\tConint: '\\u222F',\n\tconint: '\\u222E',\n\tContourIntegral: '\\u222E',\n\tCopf: '\\u2102',\n\tcopf: '\\uD835\\uDD54',\n\tcoprod: '\\u2210',\n\tCoproduct: '\\u2210',\n\tCOPY: '\\u00A9',\n\tcopy: '\\u00A9',\n\tcopysr: '\\u2117',\n\tCounterClockwiseContourIntegral: '\\u2233',\n\tcrarr: '\\u21B5',\n\tCross: '\\u2A2F',\n\tcross: '\\u2717',\n\tCscr: '\\uD835\\uDC9E',\n\tcscr: '\\uD835\\uDCB8',\n\tcsub: '\\u2ACF',\n\tcsube: '\\u2AD1',\n\tcsup: '\\u2AD0',\n\tcsupe: '\\u2AD2',\n\tctdot: '\\u22EF',\n\tcudarrl: '\\u2938',\n\tcudarrr: '\\u2935',\n\tcuepr: '\\u22DE',\n\tcuesc: '\\u22DF',\n\tcularr: '\\u21B6',\n\tcularrp: '\\u293D',\n\tCup: '\\u22D3',\n\tcup: '\\u222A',\n\tcupbrcap: '\\u2A48',\n\tCupCap: '\\u224D',\n\tcupcap: '\\u2A46',\n\tcupcup: '\\u2A4A',\n\tcupdot: '\\u228D',\n\tcupor: '\\u2A45',\n\tcups: '\\u222A\\uFE00',\n\tcurarr: '\\u21B7',\n\tcurarrm: '\\u293C',\n\tcurlyeqprec: '\\u22DE',\n\tcurlyeqsucc: '\\u22DF',\n\tcurlyvee: '\\u22CE',\n\tcurlywedge: '\\u22CF',\n\tcurren: '\\u00A4',\n\tcurvearrowleft: '\\u21B6',\n\tcurvearrowright: '\\u21B7',\n\tcuvee: '\\u22CE',\n\tcuwed: '\\u22CF',\n\tcwconint: '\\u2232',\n\tcwint: '\\u2231',\n\tcylcty: '\\u232D',\n\tDagger: '\\u2021',\n\tdagger: '\\u2020',\n\tdaleth: '\\u2138',\n\tDarr: '\\u21A1',\n\tdArr: '\\u21D3',\n\tdarr: '\\u2193',\n\tdash: '\\u2010',\n\tDashv: '\\u2AE4',\n\tdashv: '\\u22A3',\n\tdbkarow: '\\u290F',\n\tdblac: '\\u02DD',\n\tDcaron: '\\u010E',\n\tdcaron: '\\u010F',\n\tDcy: '\\u0414',\n\tdcy: '\\u0434',\n\tDD: '\\u2145',\n\tdd: '\\u2146',\n\tddagger: '\\u2021',\n\tddarr: '\\u21CA',\n\tDDotrahd: '\\u2911',\n\tddotseq: '\\u2A77',\n\tdeg: '\\u00B0',\n\tDel: '\\u2207',\n\tDelta: '\\u0394',\n\tdelta: '\\u03B4',\n\tdemptyv: '\\u29B1',\n\tdfisht: '\\u297F',\n\tDfr: '\\uD835\\uDD07',\n\tdfr: '\\uD835\\uDD21',\n\tdHar: '\\u2965',\n\tdharl: '\\u21C3',\n\tdharr: '\\u21C2',\n\tDiacriticalAcute: '\\u00B4',\n\tDiacriticalDot: '\\u02D9',\n\tDiacriticalDoubleAcute: '\\u02DD',\n\tDiacriticalGrave: '\\u0060',\n\tDiacriticalTilde: '\\u02DC',\n\tdiam: '\\u22C4',\n\tDiamond: '\\u22C4',\n\tdiamond: '\\u22C4',\n\tdiamondsuit: '\\u2666',\n\tdiams: '\\u2666',\n\tdie: '\\u00A8',\n\tDifferentialD: '\\u2146',\n\tdigamma: '\\u03DD',\n\tdisin: '\\u22F2',\n\tdiv: '\\u00F7',\n\tdivide: '\\u00F7',\n\tdivideontimes: '\\u22C7',\n\tdivonx: '\\u22C7',\n\tDJcy: '\\u0402',\n\tdjcy: '\\u0452',\n\tdlcorn: '\\u231E',\n\tdlcrop: '\\u230D',\n\tdollar: '\\u0024',\n\tDopf: '\\uD835\\uDD3B',\n\tdopf: '\\uD835\\uDD55',\n\tDot: '\\u00A8',\n\tdot: '\\u02D9',\n\tDotDot: '\\u20DC',\n\tdoteq: '\\u2250',\n\tdoteqdot: '\\u2251',\n\tDotEqual: '\\u2250',\n\tdotminus: '\\u2238',\n\tdotplus: '\\u2214',\n\tdotsquare: '\\u22A1',\n\tdoublebarwedge: '\\u2306',\n\tDoubleContourIntegral: '\\u222F',\n\tDoubleDot: '\\u00A8',\n\tDoubleDownArrow: '\\u21D3',\n\tDoubleLeftArrow: '\\u21D0',\n\tDoubleLeftRightArrow: '\\u21D4',\n\tDoubleLeftTee: '\\u2AE4',\n\tDoubleLongLeftArrow: '\\u27F8',\n\tDoubleLongLeftRightArrow: '\\u27FA',\n\tDoubleLongRightArrow: '\\u27F9',\n\tDoubleRightArrow: '\\u21D2',\n\tDoubleRightTee: '\\u22A8',\n\tDoubleUpArrow: '\\u21D1',\n\tDoubleUpDownArrow: '\\u21D5',\n\tDoubleVerticalBar: '\\u2225',\n\tDownArrow: '\\u2193',\n\tDownarrow: '\\u21D3',\n\tdownarrow: '\\u2193',\n\tDownArrowBar: '\\u2913',\n\tDownArrowUpArrow: '\\u21F5',\n\tDownBreve: '\\u0311',\n\tdowndownarrows: '\\u21CA',\n\tdownharpoonleft: '\\u21C3',\n\tdownharpoonright: '\\u21C2',\n\tDownLeftRightVector: '\\u2950',\n\tDownLeftTeeVector: '\\u295E',\n\tDownLeftVector: '\\u21BD',\n\tDownLeftVectorBar: '\\u2956',\n\tDownRightTeeVector: '\\u295F',\n\tDownRightVector: '\\u21C1',\n\tDownRightVectorBar: '\\u2957',\n\tDownTee: '\\u22A4',\n\tDownTeeArrow: '\\u21A7',\n\tdrbkarow: '\\u2910',\n\tdrcorn: '\\u231F',\n\tdrcrop: '\\u230C',\n\tDscr: '\\uD835\\uDC9F',\n\tdscr: '\\uD835\\uDCB9',\n\tDScy: '\\u0405',\n\tdscy: '\\u0455',\n\tdsol: '\\u29F6',\n\tDstrok: '\\u0110',\n\tdstrok: '\\u0111',\n\tdtdot: '\\u22F1',\n\tdtri: '\\u25BF',\n\tdtrif: '\\u25BE',\n\tduarr: '\\u21F5',\n\tduhar: '\\u296F',\n\tdwangle: '\\u29A6',\n\tDZcy: '\\u040F',\n\tdzcy: '\\u045F',\n\tdzigrarr: '\\u27FF',\n\tEacute: '\\u00C9',\n\teacute: '\\u00E9',\n\teaster: '\\u2A6E',\n\tEcaron: '\\u011A',\n\tecaron: '\\u011B',\n\tecir: '\\u2256',\n\tEcirc: '\\u00CA',\n\tecirc: '\\u00EA',\n\tecolon: '\\u2255',\n\tEcy: '\\u042D',\n\tecy: '\\u044D',\n\teDDot: '\\u2A77',\n\tEdot: '\\u0116',\n\teDot: '\\u2251',\n\tedot: '\\u0117',\n\tee: '\\u2147',\n\tefDot: '\\u2252',\n\tEfr: '\\uD835\\uDD08',\n\tefr: '\\uD835\\uDD22',\n\teg: '\\u2A9A',\n\tEgrave: '\\u00C8',\n\tegrave: '\\u00E8',\n\tegs: '\\u2A96',\n\tegsdot: '\\u2A98',\n\tel: '\\u2A99',\n\tElement: '\\u2208',\n\telinters: '\\u23E7',\n\tell: '\\u2113',\n\tels: '\\u2A95',\n\telsdot: '\\u2A97',\n\tEmacr: '\\u0112',\n\temacr: '\\u0113',\n\tempty: '\\u2205',\n\temptyset: '\\u2205',\n\tEmptySmallSquare: '\\u25FB',\n\temptyv: '\\u2205',\n\tEmptyVerySmallSquare: '\\u25AB',\n\temsp: '\\u2003',\n\temsp13: '\\u2004',\n\temsp14: '\\u2005',\n\tENG: '\\u014A',\n\teng: '\\u014B',\n\tensp: '\\u2002',\n\tEogon: '\\u0118',\n\teogon: '\\u0119',\n\tEopf: '\\uD835\\uDD3C',\n\teopf: '\\uD835\\uDD56',\n\tepar: '\\u22D5',\n\teparsl: '\\u29E3',\n\teplus: '\\u2A71',\n\tepsi: '\\u03B5',\n\tEpsilon: '\\u0395',\n\tepsilon: '\\u03B5',\n\tepsiv: '\\u03F5',\n\teqcirc: '\\u2256',\n\teqcolon: '\\u2255',\n\teqsim: '\\u2242',\n\teqslantgtr: '\\u2A96',\n\teqslantless: '\\u2A95',\n\tEqual: '\\u2A75',\n\tequals: '\\u003D',\n\tEqualTilde: '\\u2242',\n\tequest: '\\u225F',\n\tEquilibrium: '\\u21CC',\n\tequiv: '\\u2261',\n\tequivDD: '\\u2A78',\n\teqvparsl: '\\u29E5',\n\terarr: '\\u2971',\n\terDot: '\\u2253',\n\tEscr: '\\u2130',\n\tescr: '\\u212F',\n\tesdot: '\\u2250',\n\tEsim: '\\u2A73',\n\tesim: '\\u2242',\n\tEta: '\\u0397',\n\teta: '\\u03B7',\n\tETH: '\\u00D0',\n\teth: '\\u00F0',\n\tEuml: '\\u00CB',\n\teuml: '\\u00EB',\n\teuro: '\\u20AC',\n\texcl: '\\u0021',\n\texist: '\\u2203',\n\tExists: '\\u2203',\n\texpectation: '\\u2130',\n\tExponentialE: '\\u2147',\n\texponentiale: '\\u2147',\n\tfallingdotseq: '\\u2252',\n\tFcy: '\\u0424',\n\tfcy: '\\u0444',\n\tfemale: '\\u2640',\n\tffilig: '\\uFB03',\n\tfflig: '\\uFB00',\n\tffllig: '\\uFB04',\n\tFfr: '\\uD835\\uDD09',\n\tffr: '\\uD835\\uDD23',\n\tfilig: '\\uFB01',\n\tFilledSmallSquare: '\\u25FC',\n\tFilledVerySmallSquare: '\\u25AA',\n\tfjlig: '\\u0066\\u006A',\n\tflat: '\\u266D',\n\tfllig: '\\uFB02',\n\tfltns: '\\u25B1',\n\tfnof: '\\u0192',\n\tFopf: '\\uD835\\uDD3D',\n\tfopf: '\\uD835\\uDD57',\n\tForAll: '\\u2200',\n\tforall: '\\u2200',\n\tfork: '\\u22D4',\n\tforkv: '\\u2AD9',\n\tFouriertrf: '\\u2131',\n\tfpartint: '\\u2A0D',\n\tfrac12: '\\u00BD',\n\tfrac13: '\\u2153',\n\tfrac14: '\\u00BC',\n\tfrac15: '\\u2155',\n\tfrac16: '\\u2159',\n\tfrac18: '\\u215B',\n\tfrac23: '\\u2154',\n\tfrac25: '\\u2156',\n\tfrac34: '\\u00BE',\n\tfrac35: '\\u2157',\n\tfrac38: '\\u215C',\n\tfrac45: '\\u2158',\n\tfrac56: '\\u215A',\n\tfrac58: '\\u215D',\n\tfrac78: '\\u215E',\n\tfrasl: '\\u2044',\n\tfrown: '\\u2322',\n\tFscr: '\\u2131',\n\tfscr: '\\uD835\\uDCBB',\n\tgacute: '\\u01F5',\n\tGamma: '\\u0393',\n\tgamma: '\\u03B3',\n\tGammad: '\\u03DC',\n\tgammad: '\\u03DD',\n\tgap: '\\u2A86',\n\tGbreve: '\\u011E',\n\tgbreve: '\\u011F',\n\tGcedil: '\\u0122',\n\tGcirc: '\\u011C',\n\tgcirc: '\\u011D',\n\tGcy: '\\u0413',\n\tgcy: '\\u0433',\n\tGdot: '\\u0120',\n\tgdot: '\\u0121',\n\tgE: '\\u2267',\n\tge: '\\u2265',\n\tgEl: '\\u2A8C',\n\tgel: '\\u22DB',\n\tgeq: '\\u2265',\n\tgeqq: '\\u2267',\n\tgeqslant: '\\u2A7E',\n\tges: '\\u2A7E',\n\tgescc: '\\u2AA9',\n\tgesdot: '\\u2A80',\n\tgesdoto: '\\u2A82',\n\tgesdotol: '\\u2A84',\n\tgesl: '\\u22DB\\uFE00',\n\tgesles: '\\u2A94',\n\tGfr: '\\uD835\\uDD0A',\n\tgfr: '\\uD835\\uDD24',\n\tGg: '\\u22D9',\n\tgg: '\\u226B',\n\tggg: '\\u22D9',\n\tgimel: '\\u2137',\n\tGJcy: '\\u0403',\n\tgjcy: '\\u0453',\n\tgl: '\\u2277',\n\tgla: '\\u2AA5',\n\tglE: '\\u2A92',\n\tglj: '\\u2AA4',\n\tgnap: '\\u2A8A',\n\tgnapprox: '\\u2A8A',\n\tgnE: '\\u2269',\n\tgne: '\\u2A88',\n\tgneq: '\\u2A88',\n\tgneqq: '\\u2269',\n\tgnsim: '\\u22E7',\n\tGopf: '\\uD835\\uDD3E',\n\tgopf: '\\uD835\\uDD58',\n\tgrave: '\\u0060',\n\tGreaterEqual: '\\u2265',\n\tGreaterEqualLess: '\\u22DB',\n\tGreaterFullEqual: '\\u2267',\n\tGreaterGreater: '\\u2AA2',\n\tGreaterLess: '\\u2277',\n\tGreaterSlantEqual: '\\u2A7E',\n\tGreaterTilde: '\\u2273',\n\tGscr: '\\uD835\\uDCA2',\n\tgscr: '\\u210A',\n\tgsim: '\\u2273',\n\tgsime: '\\u2A8E',\n\tgsiml: '\\u2A90',\n\tGt: '\\u226B',\n\tGT: '\\u003E',\n\tgt: '\\u003E',\n\tgtcc: '\\u2AA7',\n\tgtcir: '\\u2A7A',\n\tgtdot: '\\u22D7',\n\tgtlPar: '\\u2995',\n\tgtquest: '\\u2A7C',\n\tgtrapprox: '\\u2A86',\n\tgtrarr: '\\u2978',\n\tgtrdot: '\\u22D7',\n\tgtreqless: '\\u22DB',\n\tgtreqqless: '\\u2A8C',\n\tgtrless: '\\u2277',\n\tgtrsim: '\\u2273',\n\tgvertneqq: '\\u2269\\uFE00',\n\tgvnE: '\\u2269\\uFE00',\n\tHacek: '\\u02C7',\n\thairsp: '\\u200A',\n\thalf: '\\u00BD',\n\thamilt: '\\u210B',\n\tHARDcy: '\\u042A',\n\thardcy: '\\u044A',\n\thArr: '\\u21D4',\n\tharr: '\\u2194',\n\tharrcir: '\\u2948',\n\tharrw: '\\u21AD',\n\tHat: '\\u005E',\n\thbar: '\\u210F',\n\tHcirc: '\\u0124',\n\thcirc: '\\u0125',\n\thearts: '\\u2665',\n\theartsuit: '\\u2665',\n\thellip: '\\u2026',\n\thercon: '\\u22B9',\n\tHfr: '\\u210C',\n\thfr: '\\uD835\\uDD25',\n\tHilbertSpace: '\\u210B',\n\thksearow: '\\u2925',\n\thkswarow: '\\u2926',\n\thoarr: '\\u21FF',\n\thomtht: '\\u223B',\n\thookleftarrow: '\\u21A9',\n\thookrightarrow: '\\u21AA',\n\tHopf: '\\u210D',\n\thopf: '\\uD835\\uDD59',\n\thorbar: '\\u2015',\n\tHorizontalLine: '\\u2500',\n\tHscr: '\\u210B',\n\thscr: '\\uD835\\uDCBD',\n\thslash: '\\u210F',\n\tHstrok: '\\u0126',\n\thstrok: '\\u0127',\n\tHumpDownHump: '\\u224E',\n\tHumpEqual: '\\u224F',\n\thybull: '\\u2043',\n\thyphen: '\\u2010',\n\tIacute: '\\u00CD',\n\tiacute: '\\u00ED',\n\tic: '\\u2063',\n\tIcirc: '\\u00CE',\n\ticirc: '\\u00EE',\n\tIcy: '\\u0418',\n\ticy: '\\u0438',\n\tIdot: '\\u0130',\n\tIEcy: '\\u0415',\n\tiecy: '\\u0435',\n\tiexcl: '\\u00A1',\n\tiff: '\\u21D4',\n\tIfr: '\\u2111',\n\tifr: '\\uD835\\uDD26',\n\tIgrave: '\\u00CC',\n\tigrave: '\\u00EC',\n\tii: '\\u2148',\n\tiiiint: '\\u2A0C',\n\tiiint: '\\u222D',\n\tiinfin: '\\u29DC',\n\tiiota: '\\u2129',\n\tIJlig: '\\u0132',\n\tijlig: '\\u0133',\n\tIm: '\\u2111',\n\tImacr: '\\u012A',\n\timacr: '\\u012B',\n\timage: '\\u2111',\n\tImaginaryI: '\\u2148',\n\timagline: '\\u2110',\n\timagpart: '\\u2111',\n\timath: '\\u0131',\n\timof: '\\u22B7',\n\timped: '\\u01B5',\n\tImplies: '\\u21D2',\n\tin: '\\u2208',\n\tincare: '\\u2105',\n\tinfin: '\\u221E',\n\tinfintie: '\\u29DD',\n\tinodot: '\\u0131',\n\tInt: '\\u222C',\n\tint: '\\u222B',\n\tintcal: '\\u22BA',\n\tintegers: '\\u2124',\n\tIntegral: '\\u222B',\n\tintercal: '\\u22BA',\n\tIntersection: '\\u22C2',\n\tintlarhk: '\\u2A17',\n\tintprod: '\\u2A3C',\n\tInvisibleComma: '\\u2063',\n\tInvisibleTimes: '\\u2062',\n\tIOcy: '\\u0401',\n\tiocy: '\\u0451',\n\tIogon: '\\u012E',\n\tiogon: '\\u012F',\n\tIopf: '\\uD835\\uDD40',\n\tiopf: '\\uD835\\uDD5A',\n\tIota: '\\u0399',\n\tiota: '\\u03B9',\n\tiprod: '\\u2A3C',\n\tiquest: '\\u00BF',\n\tIscr: '\\u2110',\n\tiscr: '\\uD835\\uDCBE',\n\tisin: '\\u2208',\n\tisindot: '\\u22F5',\n\tisinE: '\\u22F9',\n\tisins: '\\u22F4',\n\tisinsv: '\\u22F3',\n\tisinv: '\\u2208',\n\tit: '\\u2062',\n\tItilde: '\\u0128',\n\titilde: '\\u0129',\n\tIukcy: '\\u0406',\n\tiukcy: '\\u0456',\n\tIuml: '\\u00CF',\n\tiuml: '\\u00EF',\n\tJcirc: '\\u0134',\n\tjcirc: '\\u0135',\n\tJcy: '\\u0419',\n\tjcy: '\\u0439',\n\tJfr: '\\uD835\\uDD0D',\n\tjfr: '\\uD835\\uDD27',\n\tjmath: '\\u0237',\n\tJopf: '\\uD835\\uDD41',\n\tjopf: '\\uD835\\uDD5B',\n\tJscr: '\\uD835\\uDCA5',\n\tjscr: '\\uD835\\uDCBF',\n\tJsercy: '\\u0408',\n\tjsercy: '\\u0458',\n\tJukcy: '\\u0404',\n\tjukcy: '\\u0454',\n\tKappa: '\\u039A',\n\tkappa: '\\u03BA',\n\tkappav: '\\u03F0',\n\tKcedil: '\\u0136',\n\tkcedil: '\\u0137',\n\tKcy: '\\u041A',\n\tkcy: '\\u043A',\n\tKfr: '\\uD835\\uDD0E',\n\tkfr: '\\uD835\\uDD28',\n\tkgreen: '\\u0138',\n\tKHcy: '\\u0425',\n\tkhcy: '\\u0445',\n\tKJcy: '\\u040C',\n\tkjcy: '\\u045C',\n\tKopf: '\\uD835\\uDD42',\n\tkopf: '\\uD835\\uDD5C',\n\tKscr: '\\uD835\\uDCA6',\n\tkscr: '\\uD835\\uDCC0',\n\tlAarr: '\\u21DA',\n\tLacute: '\\u0139',\n\tlacute: '\\u013A',\n\tlaemptyv: '\\u29B4',\n\tlagran: '\\u2112',\n\tLambda: '\\u039B',\n\tlambda: '\\u03BB',\n\tLang: '\\u27EA',\n\tlang: '\\u27E8',\n\tlangd: '\\u2991',\n\tlangle: '\\u27E8',\n\tlap: '\\u2A85',\n\tLaplacetrf: '\\u2112',\n\tlaquo: '\\u00AB',\n\tLarr: '\\u219E',\n\tlArr: '\\u21D0',\n\tlarr: '\\u2190',\n\tlarrb: '\\u21E4',\n\tlarrbfs: '\\u291F',\n\tlarrfs: '\\u291D',\n\tlarrhk: '\\u21A9',\n\tlarrlp: '\\u21AB',\n\tlarrpl: '\\u2939',\n\tlarrsim: '\\u2973',\n\tlarrtl: '\\u21A2',\n\tlat: '\\u2AAB',\n\tlAtail: '\\u291B',\n\tlatail: '\\u2919',\n\tlate: '\\u2AAD',\n\tlates: '\\u2AAD\\uFE00',\n\tlBarr: '\\u290E',\n\tlbarr: '\\u290C',\n\tlbbrk: '\\u2772',\n\tlbrace: '\\u007B',\n\tlbrack: '\\u005B',\n\tlbrke: '\\u298B',\n\tlbrksld: '\\u298F',\n\tlbrkslu: '\\u298D',\n\tLcaron: '\\u013D',\n\tlcaron: '\\u013E',\n\tLcedil: '\\u013B',\n\tlcedil: '\\u013C',\n\tlceil: '\\u2308',\n\tlcub: '\\u007B',\n\tLcy: '\\u041B',\n\tlcy: '\\u043B',\n\tldca: '\\u2936',\n\tldquo: '\\u201C',\n\tldquor: '\\u201E',\n\tldrdhar: '\\u2967',\n\tldrushar: '\\u294B',\n\tldsh: '\\u21B2',\n\tlE: '\\u2266',\n\tle: '\\u2264',\n\tLeftAngleBracket: '\\u27E8',\n\tLeftArrow: '\\u2190',\n\tLeftarrow: '\\u21D0',\n\tleftarrow: '\\u2190',\n\tLeftArrowBar: '\\u21E4',\n\tLeftArrowRightArrow: '\\u21C6',\n\tleftarrowtail: '\\u21A2',\n\tLeftCeiling: '\\u2308',\n\tLeftDoubleBracket: '\\u27E6',\n\tLeftDownTeeVector: '\\u2961',\n\tLeftDownVector: '\\u21C3',\n\tLeftDownVectorBar: '\\u2959',\n\tLeftFloor: '\\u230A',\n\tleftharpoondown: '\\u21BD',\n\tleftharpoonup: '\\u21BC',\n\tleftleftarrows: '\\u21C7',\n\tLeftRightArrow: '\\u2194',\n\tLeftrightarrow: '\\u21D4',\n\tleftrightarrow: '\\u2194',\n\tleftrightarrows: '\\u21C6',\n\tleftrightharpoons: '\\u21CB',\n\tleftrightsquigarrow: '\\u21AD',\n\tLeftRightVector: '\\u294E',\n\tLeftTee: '\\u22A3',\n\tLeftTeeArrow: '\\u21A4',\n\tLeftTeeVector: '\\u295A',\n\tleftthreetimes: '\\u22CB',\n\tLeftTriangle: '\\u22B2',\n\tLeftTriangleBar: '\\u29CF',\n\tLeftTriangleEqual: '\\u22B4',\n\tLeftUpDownVector: '\\u2951',\n\tLeftUpTeeVector: '\\u2960',\n\tLeftUpVector: '\\u21BF',\n\tLeftUpVectorBar: '\\u2958',\n\tLeftVector: '\\u21BC',\n\tLeftVectorBar: '\\u2952',\n\tlEg: '\\u2A8B',\n\tleg: '\\u22DA',\n\tleq: '\\u2264',\n\tleqq: '\\u2266',\n\tleqslant: '\\u2A7D',\n\tles: '\\u2A7D',\n\tlescc: '\\u2AA8',\n\tlesdot: '\\u2A7F',\n\tlesdoto: '\\u2A81',\n\tlesdotor: '\\u2A83',\n\tlesg: '\\u22DA\\uFE00',\n\tlesges: '\\u2A93',\n\tlessapprox: '\\u2A85',\n\tlessdot: '\\u22D6',\n\tlesseqgtr: '\\u22DA',\n\tlesseqqgtr: '\\u2A8B',\n\tLessEqualGreater: '\\u22DA',\n\tLessFullEqual: '\\u2266',\n\tLessGreater: '\\u2276',\n\tlessgtr: '\\u2276',\n\tLessLess: '\\u2AA1',\n\tlesssim: '\\u2272',\n\tLessSlantEqual: '\\u2A7D',\n\tLessTilde: '\\u2272',\n\tlfisht: '\\u297C',\n\tlfloor: '\\u230A',\n\tLfr: '\\uD835\\uDD0F',\n\tlfr: '\\uD835\\uDD29',\n\tlg: '\\u2276',\n\tlgE: '\\u2A91',\n\tlHar: '\\u2962',\n\tlhard: '\\u21BD',\n\tlharu: '\\u21BC',\n\tlharul: '\\u296A',\n\tlhblk: '\\u2584',\n\tLJcy: '\\u0409',\n\tljcy: '\\u0459',\n\tLl: '\\u22D8',\n\tll: '\\u226A',\n\tllarr: '\\u21C7',\n\tllcorner: '\\u231E',\n\tLleftarrow: '\\u21DA',\n\tllhard: '\\u296B',\n\tlltri: '\\u25FA',\n\tLmidot: '\\u013F',\n\tlmidot: '\\u0140',\n\tlmoust: '\\u23B0',\n\tlmoustache: '\\u23B0',\n\tlnap: '\\u2A89',\n\tlnapprox: '\\u2A89',\n\tlnE: '\\u2268',\n\tlne: '\\u2A87',\n\tlneq: '\\u2A87',\n\tlneqq: '\\u2268',\n\tlnsim: '\\u22E6',\n\tloang: '\\u27EC',\n\tloarr: '\\u21FD',\n\tlobrk: '\\u27E6',\n\tLongLeftArrow: '\\u27F5',\n\tLongleftarrow: '\\u27F8',\n\tlongleftarrow: '\\u27F5',\n\tLongLeftRightArrow: '\\u27F7',\n\tLongleftrightarrow: '\\u27FA',\n\tlongleftrightarrow: '\\u27F7',\n\tlongmapsto: '\\u27FC',\n\tLongRightArrow: '\\u27F6',\n\tLongrightarrow: '\\u27F9',\n\tlongrightarrow: '\\u27F6',\n\tlooparrowleft: '\\u21AB',\n\tlooparrowright: '\\u21AC',\n\tlopar: '\\u2985',\n\tLopf: '\\uD835\\uDD43',\n\tlopf: '\\uD835\\uDD5D',\n\tloplus: '\\u2A2D',\n\tlotimes: '\\u2A34',\n\tlowast: '\\u2217',\n\tlowbar: '\\u005F',\n\tLowerLeftArrow: '\\u2199',\n\tLowerRightArrow: '\\u2198',\n\tloz: '\\u25CA',\n\tlozenge: '\\u25CA',\n\tlozf: '\\u29EB',\n\tlpar: '\\u0028',\n\tlparlt: '\\u2993',\n\tlrarr: '\\u21C6',\n\tlrcorner: '\\u231F',\n\tlrhar: '\\u21CB',\n\tlrhard: '\\u296D',\n\tlrm: '\\u200E',\n\tlrtri: '\\u22BF',\n\tlsaquo: '\\u2039',\n\tLscr: '\\u2112',\n\tlscr: '\\uD835\\uDCC1',\n\tLsh: '\\u21B0',\n\tlsh: '\\u21B0',\n\tlsim: '\\u2272',\n\tlsime: '\\u2A8D',\n\tlsimg: '\\u2A8F',\n\tlsqb: '\\u005B',\n\tlsquo: '\\u2018',\n\tlsquor: '\\u201A',\n\tLstrok: '\\u0141',\n\tlstrok: '\\u0142',\n\tLt: '\\u226A',\n\tLT: '\\u003C',\n\tlt: '\\u003C',\n\tltcc: '\\u2AA6',\n\tltcir: '\\u2A79',\n\tltdot: '\\u22D6',\n\tlthree: '\\u22CB',\n\tltimes: '\\u22C9',\n\tltlarr: '\\u2976',\n\tltquest: '\\u2A7B',\n\tltri: '\\u25C3',\n\tltrie: '\\u22B4',\n\tltrif: '\\u25C2',\n\tltrPar: '\\u2996',\n\tlurdshar: '\\u294A',\n\tluruhar: '\\u2966',\n\tlvertneqq: '\\u2268\\uFE00',\n\tlvnE: '\\u2268\\uFE00',\n\tmacr: '\\u00AF',\n\tmale: '\\u2642',\n\tmalt: '\\u2720',\n\tmaltese: '\\u2720',\n\tMap: '\\u2905',\n\tmap: '\\u21A6',\n\tmapsto: '\\u21A6',\n\tmapstodown: '\\u21A7',\n\tmapstoleft: '\\u21A4',\n\tmapstoup: '\\u21A5',\n\tmarker: '\\u25AE',\n\tmcomma: '\\u2A29',\n\tMcy: '\\u041C',\n\tmcy: '\\u043C',\n\tmdash: '\\u2014',\n\tmDDot: '\\u223A',\n\tmeasuredangle: '\\u2221',\n\tMediumSpace: '\\u205F',\n\tMellintrf: '\\u2133',\n\tMfr: '\\uD835\\uDD10',\n\tmfr: '\\uD835\\uDD2A',\n\tmho: '\\u2127',\n\tmicro: '\\u00B5',\n\tmid: '\\u2223',\n\tmidast: '\\u002A',\n\tmidcir: '\\u2AF0',\n\tmiddot: '\\u00B7',\n\tminus: '\\u2212',\n\tminusb: '\\u229F',\n\tminusd: '\\u2238',\n\tminusdu: '\\u2A2A',\n\tMinusPlus: '\\u2213',\n\tmlcp: '\\u2ADB',\n\tmldr: '\\u2026',\n\tmnplus: '\\u2213',\n\tmodels: '\\u22A7',\n\tMopf: '\\uD835\\uDD44',\n\tmopf: '\\uD835\\uDD5E',\n\tmp: '\\u2213',\n\tMscr: '\\u2133',\n\tmscr: '\\uD835\\uDCC2',\n\tmstpos: '\\u223E',\n\tMu: '\\u039C',\n\tmu: '\\u03BC',\n\tmultimap: '\\u22B8',\n\tmumap: '\\u22B8',\n\tnabla: '\\u2207',\n\tNacute: '\\u0143',\n\tnacute: '\\u0144',\n\tnang: '\\u2220\\u20D2',\n\tnap: '\\u2249',\n\tnapE: '\\u2A70\\u0338',\n\tnapid: '\\u224B\\u0338',\n\tnapos: '\\u0149',\n\tnapprox: '\\u2249',\n\tnatur: '\\u266E',\n\tnatural: '\\u266E',\n\tnaturals: '\\u2115',\n\tnbsp: '\\u00A0',\n\tnbump: '\\u224E\\u0338',\n\tnbumpe: '\\u224F\\u0338',\n\tncap: '\\u2A43',\n\tNcaron: '\\u0147',\n\tncaron: '\\u0148',\n\tNcedil: '\\u0145',\n\tncedil: '\\u0146',\n\tncong: '\\u2247',\n\tncongdot: '\\u2A6D\\u0338',\n\tncup: '\\u2A42',\n\tNcy: '\\u041D',\n\tncy: '\\u043D',\n\tndash: '\\u2013',\n\tne: '\\u2260',\n\tnearhk: '\\u2924',\n\tneArr: '\\u21D7',\n\tnearr: '\\u2197',\n\tnearrow: '\\u2197',\n\tnedot: '\\u2250\\u0338',\n\tNegativeMediumSpace: '\\u200B',\n\tNegativeThickSpace: '\\u200B',\n\tNegativeThinSpace: '\\u200B',\n\tNegativeVeryThinSpace: '\\u200B',\n\tnequiv: '\\u2262',\n\tnesear: '\\u2928',\n\tnesim: '\\u2242\\u0338',\n\tNestedGreaterGreater: '\\u226B',\n\tNestedLessLess: '\\u226A',\n\tNewLine: '\\u000A',\n\tnexist: '\\u2204',\n\tnexists: '\\u2204',\n\tNfr: '\\uD835\\uDD11',\n\tnfr: '\\uD835\\uDD2B',\n\tngE: '\\u2267\\u0338',\n\tnge: '\\u2271',\n\tngeq: '\\u2271',\n\tngeqq: '\\u2267\\u0338',\n\tngeqslant: '\\u2A7E\\u0338',\n\tnges: '\\u2A7E\\u0338',\n\tnGg: '\\u22D9\\u0338',\n\tngsim: '\\u2275',\n\tnGt: '\\u226B\\u20D2',\n\tngt: '\\u226F',\n\tngtr: '\\u226F',\n\tnGtv: '\\u226B\\u0338',\n\tnhArr: '\\u21CE',\n\tnharr: '\\u21AE',\n\tnhpar: '\\u2AF2',\n\tni: '\\u220B',\n\tnis: '\\u22FC',\n\tnisd: '\\u22FA',\n\tniv: '\\u220B',\n\tNJcy: '\\u040A',\n\tnjcy: '\\u045A',\n\tnlArr: '\\u21CD',\n\tnlarr: '\\u219A',\n\tnldr: '\\u2025',\n\tnlE: '\\u2266\\u0338',\n\tnle: '\\u2270',\n\tnLeftarrow: '\\u21CD',\n\tnleftarrow: '\\u219A',\n\tnLeftrightarrow: '\\u21CE',\n\tnleftrightarrow: '\\u21AE',\n\tnleq: '\\u2270',\n\tnleqq: '\\u2266\\u0338',\n\tnleqslant: '\\u2A7D\\u0338',\n\tnles: '\\u2A7D\\u0338',\n\tnless: '\\u226E',\n\tnLl: '\\u22D8\\u0338',\n\tnlsim: '\\u2274',\n\tnLt: '\\u226A\\u20D2',\n\tnlt: '\\u226E',\n\tnltri: '\\u22EA',\n\tnltrie: '\\u22EC',\n\tnLtv: '\\u226A\\u0338',\n\tnmid: '\\u2224',\n\tNoBreak: '\\u2060',\n\tNonBreakingSpace: '\\u00A0',\n\tNopf: '\\u2115',\n\tnopf: '\\uD835\\uDD5F',\n\tNot: '\\u2AEC',\n\tnot: '\\u00AC',\n\tNotCongruent: '\\u2262',\n\tNotCupCap: '\\u226D',\n\tNotDoubleVerticalBar: '\\u2226',\n\tNotElement: '\\u2209',\n\tNotEqual: '\\u2260',\n\tNotEqualTilde: '\\u2242\\u0338',\n\tNotExists: '\\u2204',\n\tNotGreater: '\\u226F',\n\tNotGreaterEqual: '\\u2271',\n\tNotGreaterFullEqual: '\\u2267\\u0338',\n\tNotGreaterGreater: '\\u226B\\u0338',\n\tNotGreaterLess: '\\u2279',\n\tNotGreaterSlantEqual: '\\u2A7E\\u0338',\n\tNotGreaterTilde: '\\u2275',\n\tNotHumpDownHump: '\\u224E\\u0338',\n\tNotHumpEqual: '\\u224F\\u0338',\n\tnotin: '\\u2209',\n\tnotindot: '\\u22F5\\u0338',\n\tnotinE: '\\u22F9\\u0338',\n\tnotinva: '\\u2209',\n\tnotinvb: '\\u22F7',\n\tnotinvc: '\\u22F6',\n\tNotLeftTriangle: '\\u22EA',\n\tNotLeftTriangleBar: '\\u29CF\\u0338',\n\tNotLeftTriangleEqual: '\\u22EC',\n\tNotLess: '\\u226E',\n\tNotLessEqual: '\\u2270',\n\tNotLessGreater: '\\u2278',\n\tNotLessLess: '\\u226A\\u0338',\n\tNotLessSlantEqual: '\\u2A7D\\u0338',\n\tNotLessTilde: '\\u2274',\n\tNotNestedGreaterGreater: '\\u2AA2\\u0338',\n\tNotNestedLessLess: '\\u2AA1\\u0338',\n\tnotni: '\\u220C',\n\tnotniva: '\\u220C',\n\tnotnivb: '\\u22FE',\n\tnotnivc: '\\u22FD',\n\tNotPrecedes: '\\u2280',\n\tNotPrecedesEqual: '\\u2AAF\\u0338',\n\tNotPrecedesSlantEqual: '\\u22E0',\n\tNotReverseElement: '\\u220C',\n\tNotRightTriangle: '\\u22EB',\n\tNotRightTriangleBar: '\\u29D0\\u0338',\n\tNotRightTriangleEqual: '\\u22ED',\n\tNotSquareSubset: '\\u228F\\u0338',\n\tNotSquareSubsetEqual: '\\u22E2',\n\tNotSquareSuperset: '\\u2290\\u0338',\n\tNotSquareSupersetEqual: '\\u22E3',\n\tNotSubset: '\\u2282\\u20D2',\n\tNotSubsetEqual: '\\u2288',\n\tNotSucceeds: '\\u2281',\n\tNotSucceedsEqual: '\\u2AB0\\u0338',\n\tNotSucceedsSlantEqual: '\\u22E1',\n\tNotSucceedsTilde: '\\u227F\\u0338',\n\tNotSuperset: '\\u2283\\u20D2',\n\tNotSupersetEqual: '\\u2289',\n\tNotTilde: '\\u2241',\n\tNotTildeEqual: '\\u2244',\n\tNotTildeFullEqual: '\\u2247',\n\tNotTildeTilde: '\\u2249',\n\tNotVerticalBar: '\\u2224',\n\tnpar: '\\u2226',\n\tnparallel: '\\u2226',\n\tnparsl: '\\u2AFD\\u20E5',\n\tnpart: '\\u2202\\u0338',\n\tnpolint: '\\u2A14',\n\tnpr: '\\u2280',\n\tnprcue: '\\u22E0',\n\tnpre: '\\u2AAF\\u0338',\n\tnprec: '\\u2280',\n\tnpreceq: '\\u2AAF\\u0338',\n\tnrArr: '\\u21CF',\n\tnrarr: '\\u219B',\n\tnrarrc: '\\u2933\\u0338',\n\tnrarrw: '\\u219D\\u0338',\n\tnRightarrow: '\\u21CF',\n\tnrightarrow: '\\u219B',\n\tnrtri: '\\u22EB',\n\tnrtrie: '\\u22ED',\n\tnsc: '\\u2281',\n\tnsccue: '\\u22E1',\n\tnsce: '\\u2AB0\\u0338',\n\tNscr: '\\uD835\\uDCA9',\n\tnscr: '\\uD835\\uDCC3',\n\tnshortmid: '\\u2224',\n\tnshortparallel: '\\u2226',\n\tnsim: '\\u2241',\n\tnsime: '\\u2244',\n\tnsimeq: '\\u2244',\n\tnsmid: '\\u2224',\n\tnspar: '\\u2226',\n\tnsqsube: '\\u22E2',\n\tnsqsupe: '\\u22E3',\n\tnsub: '\\u2284',\n\tnsubE: '\\u2AC5\\u0338',\n\tnsube: '\\u2288',\n\tnsubset: '\\u2282\\u20D2',\n\tnsubseteq: '\\u2288',\n\tnsubseteqq: '\\u2AC5\\u0338',\n\tnsucc: '\\u2281',\n\tnsucceq: '\\u2AB0\\u0338',\n\tnsup: '\\u2285',\n\tnsupE: '\\u2AC6\\u0338',\n\tnsupe: '\\u2289',\n\tnsupset: '\\u2283\\u20D2',\n\tnsupseteq: '\\u2289',\n\tnsupseteqq: '\\u2AC6\\u0338',\n\tntgl: '\\u2279',\n\tNtilde: '\\u00D1',\n\tntilde: '\\u00F1',\n\tntlg: '\\u2278',\n\tntriangleleft: '\\u22EA',\n\tntrianglelefteq: '\\u22EC',\n\tntriangleright: '\\u22EB',\n\tntrianglerighteq: '\\u22ED',\n\tNu: '\\u039D',\n\tnu: '\\u03BD',\n\tnum: '\\u0023',\n\tnumero: '\\u2116',\n\tnumsp: '\\u2007',\n\tnvap: '\\u224D\\u20D2',\n\tnVDash: '\\u22AF',\n\tnVdash: '\\u22AE',\n\tnvDash: '\\u22AD',\n\tnvdash: '\\u22AC',\n\tnvge: '\\u2265\\u20D2',\n\tnvgt: '\\u003E\\u20D2',\n\tnvHarr: '\\u2904',\n\tnvinfin: '\\u29DE',\n\tnvlArr: '\\u2902',\n\tnvle: '\\u2264\\u20D2',\n\tnvlt: '\\u003C\\u20D2',\n\tnvltrie: '\\u22B4\\u20D2',\n\tnvrArr: '\\u2903',\n\tnvrtrie: '\\u22B5\\u20D2',\n\tnvsim: '\\u223C\\u20D2',\n\tnwarhk: '\\u2923',\n\tnwArr: '\\u21D6',\n\tnwarr: '\\u2196',\n\tnwarrow: '\\u2196',\n\tnwnear: '\\u2927',\n\tOacute: '\\u00D3',\n\toacute: '\\u00F3',\n\toast: '\\u229B',\n\tocir: '\\u229A',\n\tOcirc: '\\u00D4',\n\tocirc: '\\u00F4',\n\tOcy: '\\u041E',\n\tocy: '\\u043E',\n\todash: '\\u229D',\n\tOdblac: '\\u0150',\n\todblac: '\\u0151',\n\todiv: '\\u2A38',\n\todot: '\\u2299',\n\todsold: '\\u29BC',\n\tOElig: '\\u0152',\n\toelig: '\\u0153',\n\tofcir: '\\u29BF',\n\tOfr: '\\uD835\\uDD12',\n\tofr: '\\uD835\\uDD2C',\n\togon: '\\u02DB',\n\tOgrave: '\\u00D2',\n\tograve: '\\u00F2',\n\togt: '\\u29C1',\n\tohbar: '\\u29B5',\n\tohm: '\\u03A9',\n\toint: '\\u222E',\n\tolarr: '\\u21BA',\n\tolcir: '\\u29BE',\n\tolcross: '\\u29BB',\n\toline: '\\u203E',\n\tolt: '\\u29C0',\n\tOmacr: '\\u014C',\n\tomacr: '\\u014D',\n\tOmega: '\\u03A9',\n\tomega: '\\u03C9',\n\tOmicron: '\\u039F',\n\tomicron: '\\u03BF',\n\tomid: '\\u29B6',\n\tominus: '\\u2296',\n\tOopf: '\\uD835\\uDD46',\n\toopf: '\\uD835\\uDD60',\n\topar: '\\u29B7',\n\tOpenCurlyDoubleQuote: '\\u201C',\n\tOpenCurlyQuote: '\\u2018',\n\toperp: '\\u29B9',\n\toplus: '\\u2295',\n\tOr: '\\u2A54',\n\tor: '\\u2228',\n\torarr: '\\u21BB',\n\tord: '\\u2A5D',\n\torder: '\\u2134',\n\torderof: '\\u2134',\n\tordf: '\\u00AA',\n\tordm: '\\u00BA',\n\torigof: '\\u22B6',\n\toror: '\\u2A56',\n\torslope: '\\u2A57',\n\torv: '\\u2A5B',\n\toS: '\\u24C8',\n\tOscr: '\\uD835\\uDCAA',\n\toscr: '\\u2134',\n\tOslash: '\\u00D8',\n\toslash: '\\u00F8',\n\tosol: '\\u2298',\n\tOtilde: '\\u00D5',\n\totilde: '\\u00F5',\n\tOtimes: '\\u2A37',\n\totimes: '\\u2297',\n\totimesas: '\\u2A36',\n\tOuml: '\\u00D6',\n\touml: '\\u00F6',\n\tovbar: '\\u233D',\n\tOverBar: '\\u203E',\n\tOverBrace: '\\u23DE',\n\tOverBracket: '\\u23B4',\n\tOverParenthesis: '\\u23DC',\n\tpar: '\\u2225',\n\tpara: '\\u00B6',\n\tparallel: '\\u2225',\n\tparsim: '\\u2AF3',\n\tparsl: '\\u2AFD',\n\tpart: '\\u2202',\n\tPartialD: '\\u2202',\n\tPcy: '\\u041F',\n\tpcy: '\\u043F',\n\tpercnt: '\\u0025',\n\tperiod: '\\u002E',\n\tpermil: '\\u2030',\n\tperp: '\\u22A5',\n\tpertenk: '\\u2031',\n\tPfr: '\\uD835\\uDD13',\n\tpfr: '\\uD835\\uDD2D',\n\tPhi: '\\u03A6',\n\tphi: '\\u03C6',\n\tphiv: '\\u03D5',\n\tphmmat: '\\u2133',\n\tphone: '\\u260E',\n\tPi: '\\u03A0',\n\tpi: '\\u03C0',\n\tpitchfork: '\\u22D4',\n\tpiv: '\\u03D6',\n\tplanck: '\\u210F',\n\tplanckh: '\\u210E',\n\tplankv: '\\u210F',\n\tplus: '\\u002B',\n\tplusacir: '\\u2A23',\n\tplusb: '\\u229E',\n\tpluscir: '\\u2A22',\n\tplusdo: '\\u2214',\n\tplusdu: '\\u2A25',\n\tpluse: '\\u2A72',\n\tPlusMinus: '\\u00B1',\n\tplusmn: '\\u00B1',\n\tplussim: '\\u2A26',\n\tplustwo: '\\u2A27',\n\tpm: '\\u00B1',\n\tPoincareplane: '\\u210C',\n\tpointint: '\\u2A15',\n\tPopf: '\\u2119',\n\tpopf: '\\uD835\\uDD61',\n\tpound: '\\u00A3',\n\tPr: '\\u2ABB',\n\tpr: '\\u227A',\n\tprap: '\\u2AB7',\n\tprcue: '\\u227C',\n\tprE: '\\u2AB3',\n\tpre: '\\u2AAF',\n\tprec: '\\u227A',\n\tprecapprox: '\\u2AB7',\n\tpreccurlyeq: '\\u227C',\n\tPrecedes: '\\u227A',\n\tPrecedesEqual: '\\u2AAF',\n\tPrecedesSlantEqual: '\\u227C',\n\tPrecedesTilde: '\\u227E',\n\tpreceq: '\\u2AAF',\n\tprecnapprox: '\\u2AB9',\n\tprecneqq: '\\u2AB5',\n\tprecnsim: '\\u22E8',\n\tprecsim: '\\u227E',\n\tPrime: '\\u2033',\n\tprime: '\\u2032',\n\tprimes: '\\u2119',\n\tprnap: '\\u2AB9',\n\tprnE: '\\u2AB5',\n\tprnsim: '\\u22E8',\n\tprod: '\\u220F',\n\tProduct: '\\u220F',\n\tprofalar: '\\u232E',\n\tprofline: '\\u2312',\n\tprofsurf: '\\u2313',\n\tprop: '\\u221D',\n\tProportion: '\\u2237',\n\tProportional: '\\u221D',\n\tpropto: '\\u221D',\n\tprsim: '\\u227E',\n\tprurel: '\\u22B0',\n\tPscr: '\\uD835\\uDCAB',\n\tpscr: '\\uD835\\uDCC5',\n\tPsi: '\\u03A8',\n\tpsi: '\\u03C8',\n\tpuncsp: '\\u2008',\n\tQfr: '\\uD835\\uDD14',\n\tqfr: '\\uD835\\uDD2E',\n\tqint: '\\u2A0C',\n\tQopf: '\\u211A',\n\tqopf: '\\uD835\\uDD62',\n\tqprime: '\\u2057',\n\tQscr: '\\uD835\\uDCAC',\n\tqscr: '\\uD835\\uDCC6',\n\tquaternions: '\\u210D',\n\tquatint: '\\u2A16',\n\tquest: '\\u003F',\n\tquesteq: '\\u225F',\n\tQUOT: '\\u0022',\n\tquot: '\\u0022',\n\trAarr: '\\u21DB',\n\trace: '\\u223D\\u0331',\n\tRacute: '\\u0154',\n\tracute: '\\u0155',\n\tradic: '\\u221A',\n\traemptyv: '\\u29B3',\n\tRang: '\\u27EB',\n\trang: '\\u27E9',\n\trangd: '\\u2992',\n\trange: '\\u29A5',\n\trangle: '\\u27E9',\n\traquo: '\\u00BB',\n\tRarr: '\\u21A0',\n\trArr: '\\u21D2',\n\trarr: '\\u2192',\n\trarrap: '\\u2975',\n\trarrb: '\\u21E5',\n\trarrbfs: '\\u2920',\n\trarrc: '\\u2933',\n\trarrfs: '\\u291E',\n\trarrhk: '\\u21AA',\n\trarrlp: '\\u21AC',\n\trarrpl: '\\u2945',\n\trarrsim: '\\u2974',\n\tRarrtl: '\\u2916',\n\trarrtl: '\\u21A3',\n\trarrw: '\\u219D',\n\trAtail: '\\u291C',\n\tratail: '\\u291A',\n\tratio: '\\u2236',\n\trationals: '\\u211A',\n\tRBarr: '\\u2910',\n\trBarr: '\\u290F',\n\trbarr: '\\u290D',\n\trbbrk: '\\u2773',\n\trbrace: '\\u007D',\n\trbrack: '\\u005D',\n\trbrke: '\\u298C',\n\trbrksld: '\\u298E',\n\trbrkslu: '\\u2990',\n\tRcaron: '\\u0158',\n\trcaron: '\\u0159',\n\tRcedil: '\\u0156',\n\trcedil: '\\u0157',\n\trceil: '\\u2309',\n\trcub: '\\u007D',\n\tRcy: '\\u0420',\n\trcy: '\\u0440',\n\trdca: '\\u2937',\n\trdldhar: '\\u2969',\n\trdquo: '\\u201D',\n\trdquor: '\\u201D',\n\trdsh: '\\u21B3',\n\tRe: '\\u211C',\n\treal: '\\u211C',\n\trealine: '\\u211B',\n\trealpart: '\\u211C',\n\treals: '\\u211D',\n\trect: '\\u25AD',\n\tREG: '\\u00AE',\n\treg: '\\u00AE',\n\tReverseElement: '\\u220B',\n\tReverseEquilibrium: '\\u21CB',\n\tReverseUpEquilibrium: '\\u296F',\n\trfisht: '\\u297D',\n\trfloor: '\\u230B',\n\tRfr: '\\u211C',\n\trfr: '\\uD835\\uDD2F',\n\trHar: '\\u2964',\n\trhard: '\\u21C1',\n\trharu: '\\u21C0',\n\trharul: '\\u296C',\n\tRho: '\\u03A1',\n\trho: '\\u03C1',\n\trhov: '\\u03F1',\n\tRightAngleBracket: '\\u27E9',\n\tRightArrow: '\\u2192',\n\tRightarrow: '\\u21D2',\n\trightarrow: '\\u2192',\n\tRightArrowBar: '\\u21E5',\n\tRightArrowLeftArrow: '\\u21C4',\n\trightarrowtail: '\\u21A3',\n\tRightCeiling: '\\u2309',\n\tRightDoubleBracket: '\\u27E7',\n\tRightDownTeeVector: '\\u295D',\n\tRightDownVector: '\\u21C2',\n\tRightDownVectorBar: '\\u2955',\n\tRightFloor: '\\u230B',\n\trightharpoondown: '\\u21C1',\n\trightharpoonup: '\\u21C0',\n\trightleftarrows: '\\u21C4',\n\trightleftharpoons: '\\u21CC',\n\trightrightarrows: '\\u21C9',\n\trightsquigarrow: '\\u219D',\n\tRightTee: '\\u22A2',\n\tRightTeeArrow: '\\u21A6',\n\tRightTeeVector: '\\u295B',\n\trightthreetimes: '\\u22CC',\n\tRightTriangle: '\\u22B3',\n\tRightTriangleBar: '\\u29D0',\n\tRightTriangleEqual: '\\u22B5',\n\tRightUpDownVector: '\\u294F',\n\tRightUpTeeVector: '\\u295C',\n\tRightUpVector: '\\u21BE',\n\tRightUpVectorBar: '\\u2954',\n\tRightVector: '\\u21C0',\n\tRightVectorBar: '\\u2953',\n\tring: '\\u02DA',\n\trisingdotseq: '\\u2253',\n\trlarr: '\\u21C4',\n\trlhar: '\\u21CC',\n\trlm: '\\u200F',\n\trmoust: '\\u23B1',\n\trmoustache: '\\u23B1',\n\trnmid: '\\u2AEE',\n\troang: '\\u27ED',\n\troarr: '\\u21FE',\n\trobrk: '\\u27E7',\n\tropar: '\\u2986',\n\tRopf: '\\u211D',\n\tropf: '\\uD835\\uDD63',\n\troplus: '\\u2A2E',\n\trotimes: '\\u2A35',\n\tRoundImplies: '\\u2970',\n\trpar: '\\u0029',\n\trpargt: '\\u2994',\n\trppolint: '\\u2A12',\n\trrarr: '\\u21C9',\n\tRrightarrow: '\\u21DB',\n\trsaquo: '\\u203A',\n\tRscr: '\\u211B',\n\trscr: '\\uD835\\uDCC7',\n\tRsh: '\\u21B1',\n\trsh: '\\u21B1',\n\trsqb: '\\u005D',\n\trsquo: '\\u2019',\n\trsquor: '\\u2019',\n\trthree: '\\u22CC',\n\trtimes: '\\u22CA',\n\trtri: '\\u25B9',\n\trtrie: '\\u22B5',\n\trtrif: '\\u25B8',\n\trtriltri: '\\u29CE',\n\tRuleDelayed: '\\u29F4',\n\truluhar: '\\u2968',\n\trx: '\\u211E',\n\tSacute: '\\u015A',\n\tsacute: '\\u015B',\n\tsbquo: '\\u201A',\n\tSc: '\\u2ABC',\n\tsc: '\\u227B',\n\tscap: '\\u2AB8',\n\tScaron: '\\u0160',\n\tscaron: '\\u0161',\n\tsccue: '\\u227D',\n\tscE: '\\u2AB4',\n\tsce: '\\u2AB0',\n\tScedil: '\\u015E',\n\tscedil: '\\u015F',\n\tScirc: '\\u015C',\n\tscirc: '\\u015D',\n\tscnap: '\\u2ABA',\n\tscnE: '\\u2AB6',\n\tscnsim: '\\u22E9',\n\tscpolint: '\\u2A13',\n\tscsim: '\\u227F',\n\tScy: '\\u0421',\n\tscy: '\\u0441',\n\tsdot: '\\u22C5',\n\tsdotb: '\\u22A1',\n\tsdote: '\\u2A66',\n\tsearhk: '\\u2925',\n\tseArr: '\\u21D8',\n\tsearr: '\\u2198',\n\tsearrow: '\\u2198',\n\tsect: '\\u00A7',\n\tsemi: '\\u003B',\n\tseswar: '\\u2929',\n\tsetminus: '\\u2216',\n\tsetmn: '\\u2216',\n\tsext: '\\u2736',\n\tSfr: '\\uD835\\uDD16',\n\tsfr: '\\uD835\\uDD30',\n\tsfrown: '\\u2322',\n\tsharp: '\\u266F',\n\tSHCHcy: '\\u0429',\n\tshchcy: '\\u0449',\n\tSHcy: '\\u0428',\n\tshcy: '\\u0448',\n\tShortDownArrow: '\\u2193',\n\tShortLeftArrow: '\\u2190',\n\tshortmid: '\\u2223',\n\tshortparallel: '\\u2225',\n\tShortRightArrow: '\\u2192',\n\tShortUpArrow: '\\u2191',\n\tshy: '\\u00AD',\n\tSigma: '\\u03A3',\n\tsigma: '\\u03C3',\n\tsigmaf: '\\u03C2',\n\tsigmav: '\\u03C2',\n\tsim: '\\u223C',\n\tsimdot: '\\u2A6A',\n\tsime: '\\u2243',\n\tsimeq: '\\u2243',\n\tsimg: '\\u2A9E',\n\tsimgE: '\\u2AA0',\n\tsiml: '\\u2A9D',\n\tsimlE: '\\u2A9F',\n\tsimne: '\\u2246',\n\tsimplus: '\\u2A24',\n\tsimrarr: '\\u2972',\n\tslarr: '\\u2190',\n\tSmallCircle: '\\u2218',\n\tsmallsetminus: '\\u2216',\n\tsmashp: '\\u2A33',\n\tsmeparsl: '\\u29E4',\n\tsmid: '\\u2223',\n\tsmile: '\\u2323',\n\tsmt: '\\u2AAA',\n\tsmte: '\\u2AAC',\n\tsmtes: '\\u2AAC\\uFE00',\n\tSOFTcy: '\\u042C',\n\tsoftcy: '\\u044C',\n\tsol: '\\u002F',\n\tsolb: '\\u29C4',\n\tsolbar: '\\u233F',\n\tSopf: '\\uD835\\uDD4A',\n\tsopf: '\\uD835\\uDD64',\n\tspades: '\\u2660',\n\tspadesuit: '\\u2660',\n\tspar: '\\u2225',\n\tsqcap: '\\u2293',\n\tsqcaps: '\\u2293\\uFE00',\n\tsqcup: '\\u2294',\n\tsqcups: '\\u2294\\uFE00',\n\tSqrt: '\\u221A',\n\tsqsub: '\\u228F',\n\tsqsube: '\\u2291',\n\tsqsubset: '\\u228F',\n\tsqsubseteq: '\\u2291',\n\tsqsup: '\\u2290',\n\tsqsupe: '\\u2292',\n\tsqsupset: '\\u2290',\n\tsqsupseteq: '\\u2292',\n\tsqu: '\\u25A1',\n\tSquare: '\\u25A1',\n\tsquare: '\\u25A1',\n\tSquareIntersection: '\\u2293',\n\tSquareSubset: '\\u228F',\n\tSquareSubsetEqual: '\\u2291',\n\tSquareSuperset: '\\u2290',\n\tSquareSupersetEqual: '\\u2292',\n\tSquareUnion: '\\u2294',\n\tsquarf: '\\u25AA',\n\tsquf: '\\u25AA',\n\tsrarr: '\\u2192',\n\tSscr: '\\uD835\\uDCAE',\n\tsscr: '\\uD835\\uDCC8',\n\tssetmn: '\\u2216',\n\tssmile: '\\u2323',\n\tsstarf: '\\u22C6',\n\tStar: '\\u22C6',\n\tstar: '\\u2606',\n\tstarf: '\\u2605',\n\tstraightepsilon: '\\u03F5',\n\tstraightphi: '\\u03D5',\n\tstrns: '\\u00AF',\n\tSub: '\\u22D0',\n\tsub: '\\u2282',\n\tsubdot: '\\u2ABD',\n\tsubE: '\\u2AC5',\n\tsube: '\\u2286',\n\tsubedot: '\\u2AC3',\n\tsubmult: '\\u2AC1',\n\tsubnE: '\\u2ACB',\n\tsubne: '\\u228A',\n\tsubplus: '\\u2ABF',\n\tsubrarr: '\\u2979',\n\tSubset: '\\u22D0',\n\tsubset: '\\u2282',\n\tsubseteq: '\\u2286',\n\tsubseteqq: '\\u2AC5',\n\tSubsetEqual: '\\u2286',\n\tsubsetneq: '\\u228A',\n\tsubsetneqq: '\\u2ACB',\n\tsubsim: '\\u2AC7',\n\tsubsub: '\\u2AD5',\n\tsubsup: '\\u2AD3',\n\tsucc: '\\u227B',\n\tsuccapprox: '\\u2AB8',\n\tsucccurlyeq: '\\u227D',\n\tSucceeds: '\\u227B',\n\tSucceedsEqual: '\\u2AB0',\n\tSucceedsSlantEqual: '\\u227D',\n\tSucceedsTilde: '\\u227F',\n\tsucceq: '\\u2AB0',\n\tsuccnapprox: '\\u2ABA',\n\tsuccneqq: '\\u2AB6',\n\tsuccnsim: '\\u22E9',\n\tsuccsim: '\\u227F',\n\tSuchThat: '\\u220B',\n\tSum: '\\u2211',\n\tsum: '\\u2211',\n\tsung: '\\u266A',\n\tSup: '\\u22D1',\n\tsup: '\\u2283',\n\tsup1: '\\u00B9',\n\tsup2: '\\u00B2',\n\tsup3: '\\u00B3',\n\tsupdot: '\\u2ABE',\n\tsupdsub: '\\u2AD8',\n\tsupE: '\\u2AC6',\n\tsupe: '\\u2287',\n\tsupedot: '\\u2AC4',\n\tSuperset: '\\u2283',\n\tSupersetEqual: '\\u2287',\n\tsuphsol: '\\u27C9',\n\tsuphsub: '\\u2AD7',\n\tsuplarr: '\\u297B',\n\tsupmult: '\\u2AC2',\n\tsupnE: '\\u2ACC',\n\tsupne: '\\u228B',\n\tsupplus: '\\u2AC0',\n\tSupset: '\\u22D1',\n\tsupset: '\\u2283',\n\tsupseteq: '\\u2287',\n\tsupseteqq: '\\u2AC6',\n\tsupsetneq: '\\u228B',\n\tsupsetneqq: '\\u2ACC',\n\tsupsim: '\\u2AC8',\n\tsupsub: '\\u2AD4',\n\tsupsup: '\\u2AD6',\n\tswarhk: '\\u2926',\n\tswArr: '\\u21D9',\n\tswarr: '\\u2199',\n\tswarrow: '\\u2199',\n\tswnwar: '\\u292A',\n\tszlig: '\\u00DF',\n\tTab: '\\u0009',\n\ttarget: '\\u2316',\n\tTau: '\\u03A4',\n\ttau: '\\u03C4',\n\ttbrk: '\\u23B4',\n\tTcaron: '\\u0164',\n\ttcaron: '\\u0165',\n\tTcedil: '\\u0162',\n\ttcedil: '\\u0163',\n\tTcy: '\\u0422',\n\ttcy: '\\u0442',\n\ttdot: '\\u20DB',\n\ttelrec: '\\u2315',\n\tTfr: '\\uD835\\uDD17',\n\ttfr: '\\uD835\\uDD31',\n\tthere4: '\\u2234',\n\tTherefore: '\\u2234',\n\ttherefore: '\\u2234',\n\tTheta: '\\u0398',\n\ttheta: '\\u03B8',\n\tthetasym: '\\u03D1',\n\tthetav: '\\u03D1',\n\tthickapprox: '\\u2248',\n\tthicksim: '\\u223C',\n\tThickSpace: '\\u205F\\u200A',\n\tthinsp: '\\u2009',\n\tThinSpace: '\\u2009',\n\tthkap: '\\u2248',\n\tthksim: '\\u223C',\n\tTHORN: '\\u00DE',\n\tthorn: '\\u00FE',\n\tTilde: '\\u223C',\n\ttilde: '\\u02DC',\n\tTildeEqual: '\\u2243',\n\tTildeFullEqual: '\\u2245',\n\tTildeTilde: '\\u2248',\n\ttimes: '\\u00D7',\n\ttimesb: '\\u22A0',\n\ttimesbar: '\\u2A31',\n\ttimesd: '\\u2A30',\n\ttint: '\\u222D',\n\ttoea: '\\u2928',\n\ttop: '\\u22A4',\n\ttopbot: '\\u2336',\n\ttopcir: '\\u2AF1',\n\tTopf: '\\uD835\\uDD4B',\n\ttopf: '\\uD835\\uDD65',\n\ttopfork: '\\u2ADA',\n\ttosa: '\\u2929',\n\ttprime: '\\u2034',\n\tTRADE: '\\u2122',\n\ttrade: '\\u2122',\n\ttriangle: '\\u25B5',\n\ttriangledown: '\\u25BF',\n\ttriangleleft: '\\u25C3',\n\ttrianglelefteq: '\\u22B4',\n\ttriangleq: '\\u225C',\n\ttriangleright: '\\u25B9',\n\ttrianglerighteq: '\\u22B5',\n\ttridot: '\\u25EC',\n\ttrie: '\\u225C',\n\ttriminus: '\\u2A3A',\n\tTripleDot: '\\u20DB',\n\ttriplus: '\\u2A39',\n\ttrisb: '\\u29CD',\n\ttritime: '\\u2A3B',\n\ttrpezium: '\\u23E2',\n\tTscr: '\\uD835\\uDCAF',\n\ttscr: '\\uD835\\uDCC9',\n\tTScy: '\\u0426',\n\ttscy: '\\u0446',\n\tTSHcy: '\\u040B',\n\ttshcy: '\\u045B',\n\tTstrok: '\\u0166',\n\ttstrok: '\\u0167',\n\ttwixt: '\\u226C',\n\ttwoheadleftarrow: '\\u219E',\n\ttwoheadrightarrow: '\\u21A0',\n\tUacute: '\\u00DA',\n\tuacute: '\\u00FA',\n\tUarr: '\\u219F',\n\tuArr: '\\u21D1',\n\tuarr: '\\u2191',\n\tUarrocir: '\\u2949',\n\tUbrcy: '\\u040E',\n\tubrcy: '\\u045E',\n\tUbreve: '\\u016C',\n\tubreve: '\\u016D',\n\tUcirc: '\\u00DB',\n\tucirc: '\\u00FB',\n\tUcy: '\\u0423',\n\tucy: '\\u0443',\n\tudarr: '\\u21C5',\n\tUdblac: '\\u0170',\n\tudblac: '\\u0171',\n\tudhar: '\\u296E',\n\tufisht: '\\u297E',\n\tUfr: '\\uD835\\uDD18',\n\tufr: '\\uD835\\uDD32',\n\tUgrave: '\\u00D9',\n\tugrave: '\\u00F9',\n\tuHar: '\\u2963',\n\tuharl: '\\u21BF',\n\tuharr: '\\u21BE',\n\tuhblk: '\\u2580',\n\tulcorn: '\\u231C',\n\tulcorner: '\\u231C',\n\tulcrop: '\\u230F',\n\tultri: '\\u25F8',\n\tUmacr: '\\u016A',\n\tumacr: '\\u016B',\n\tuml: '\\u00A8',\n\tUnderBar: '\\u005F',\n\tUnderBrace: '\\u23DF',\n\tUnderBracket: '\\u23B5',\n\tUnderParenthesis: '\\u23DD',\n\tUnion: '\\u22C3',\n\tUnionPlus: '\\u228E',\n\tUogon: '\\u0172',\n\tuogon: '\\u0173',\n\tUopf: '\\uD835\\uDD4C',\n\tuopf: '\\uD835\\uDD66',\n\tUpArrow: '\\u2191',\n\tUparrow: '\\u21D1',\n\tuparrow: '\\u2191',\n\tUpArrowBar: '\\u2912',\n\tUpArrowDownArrow: '\\u21C5',\n\tUpDownArrow: '\\u2195',\n\tUpdownarrow: '\\u21D5',\n\tupdownarrow: '\\u2195',\n\tUpEquilibrium: '\\u296E',\n\tupharpoonleft: '\\u21BF',\n\tupharpoonright: '\\u21BE',\n\tuplus: '\\u228E',\n\tUpperLeftArrow: '\\u2196',\n\tUpperRightArrow: '\\u2197',\n\tUpsi: '\\u03D2',\n\tupsi: '\\u03C5',\n\tupsih: '\\u03D2',\n\tUpsilon: '\\u03A5',\n\tupsilon: '\\u03C5',\n\tUpTee: '\\u22A5',\n\tUpTeeArrow: '\\u21A5',\n\tupuparrows: '\\u21C8',\n\turcorn: '\\u231D',\n\turcorner: '\\u231D',\n\turcrop: '\\u230E',\n\tUring: '\\u016E',\n\turing: '\\u016F',\n\turtri: '\\u25F9',\n\tUscr: '\\uD835\\uDCB0',\n\tuscr: '\\uD835\\uDCCA',\n\tutdot: '\\u22F0',\n\tUtilde: '\\u0168',\n\tutilde: '\\u0169',\n\tutri: '\\u25B5',\n\tutrif: '\\u25B4',\n\tuuarr: '\\u21C8',\n\tUuml: '\\u00DC',\n\tuuml: '\\u00FC',\n\tuwangle: '\\u29A7',\n\tvangrt: '\\u299C',\n\tvarepsilon: '\\u03F5',\n\tvarkappa: '\\u03F0',\n\tvarnothing: '\\u2205',\n\tvarphi: '\\u03D5',\n\tvarpi: '\\u03D6',\n\tvarpropto: '\\u221D',\n\tvArr: '\\u21D5',\n\tvarr: '\\u2195',\n\tvarrho: '\\u03F1',\n\tvarsigma: '\\u03C2',\n\tvarsubsetneq: '\\u228A\\uFE00',\n\tvarsubsetneqq: '\\u2ACB\\uFE00',\n\tvarsupsetneq: '\\u228B\\uFE00',\n\tvarsupsetneqq: '\\u2ACC\\uFE00',\n\tvartheta: '\\u03D1',\n\tvartriangleleft: '\\u22B2',\n\tvartriangleright: '\\u22B3',\n\tVbar: '\\u2AEB',\n\tvBar: '\\u2AE8',\n\tvBarv: '\\u2AE9',\n\tVcy: '\\u0412',\n\tvcy: '\\u0432',\n\tVDash: '\\u22AB',\n\tVdash: '\\u22A9',\n\tvDash: '\\u22A8',\n\tvdash: '\\u22A2',\n\tVdashl: '\\u2AE6',\n\tVee: '\\u22C1',\n\tvee: '\\u2228',\n\tveebar: '\\u22BB',\n\tveeeq: '\\u225A',\n\tvellip: '\\u22EE',\n\tVerbar: '\\u2016',\n\tverbar: '\\u007C',\n\tVert: '\\u2016',\n\tvert: '\\u007C',\n\tVerticalBar: '\\u2223',\n\tVerticalLine: '\\u007C',\n\tVerticalSeparator: '\\u2758',\n\tVerticalTilde: '\\u2240',\n\tVeryThinSpace: '\\u200A',\n\tVfr: '\\uD835\\uDD19',\n\tvfr: '\\uD835\\uDD33',\n\tvltri: '\\u22B2',\n\tvnsub: '\\u2282\\u20D2',\n\tvnsup: '\\u2283\\u20D2',\n\tVopf: '\\uD835\\uDD4D',\n\tvopf: '\\uD835\\uDD67',\n\tvprop: '\\u221D',\n\tvrtri: '\\u22B3',\n\tVscr: '\\uD835\\uDCB1',\n\tvscr: '\\uD835\\uDCCB',\n\tvsubnE: '\\u2ACB\\uFE00',\n\tvsubne: '\\u228A\\uFE00',\n\tvsupnE: '\\u2ACC\\uFE00',\n\tvsupne: '\\u228B\\uFE00',\n\tVvdash: '\\u22AA',\n\tvzigzag: '\\u299A',\n\tWcirc: '\\u0174',\n\twcirc: '\\u0175',\n\twedbar: '\\u2A5F',\n\tWedge: '\\u22C0',\n\twedge: '\\u2227',\n\twedgeq: '\\u2259',\n\tweierp: '\\u2118',\n\tWfr: '\\uD835\\uDD1A',\n\twfr: '\\uD835\\uDD34',\n\tWopf: '\\uD835\\uDD4E',\n\twopf: '\\uD835\\uDD68',\n\twp: '\\u2118',\n\twr: '\\u2240',\n\twreath: '\\u2240',\n\tWscr: '\\uD835\\uDCB2',\n\twscr: '\\uD835\\uDCCC',\n\txcap: '\\u22C2',\n\txcirc: '\\u25EF',\n\txcup: '\\u22C3',\n\txdtri: '\\u25BD',\n\tXfr: '\\uD835\\uDD1B',\n\txfr: '\\uD835\\uDD35',\n\txhArr: '\\u27FA',\n\txharr: '\\u27F7',\n\tXi: '\\u039E',\n\txi: '\\u03BE',\n\txlArr: '\\u27F8',\n\txlarr: '\\u27F5',\n\txmap: '\\u27FC',\n\txnis: '\\u22FB',\n\txodot: '\\u2A00',\n\tXopf: '\\uD835\\uDD4F',\n\txopf: '\\uD835\\uDD69',\n\txoplus: '\\u2A01',\n\txotime: '\\u2A02',\n\txrArr: '\\u27F9',\n\txrarr: '\\u27F6',\n\tXscr: '\\uD835\\uDCB3',\n\txscr: '\\uD835\\uDCCD',\n\txsqcup: '\\u2A06',\n\txuplus: '\\u2A04',\n\txutri: '\\u25B3',\n\txvee: '\\u22C1',\n\txwedge: '\\u22C0',\n\tYacute: '\\u00DD',\n\tyacute: '\\u00FD',\n\tYAcy: '\\u042F',\n\tyacy: '\\u044F',\n\tYcirc: '\\u0176',\n\tycirc: '\\u0177',\n\tYcy: '\\u042B',\n\tycy: '\\u044B',\n\tyen: '\\u00A5',\n\tYfr: '\\uD835\\uDD1C',\n\tyfr: '\\uD835\\uDD36',\n\tYIcy: '\\u0407',\n\tyicy: '\\u0457',\n\tYopf: '\\uD835\\uDD50',\n\tyopf: '\\uD835\\uDD6A',\n\tYscr: '\\uD835\\uDCB4',\n\tyscr: '\\uD835\\uDCCE',\n\tYUcy: '\\u042E',\n\tyucy: '\\u044E',\n\tYuml: '\\u0178',\n\tyuml: '\\u00FF',\n\tZacute: '\\u0179',\n\tzacute: '\\u017A',\n\tZcaron: '\\u017D',\n\tzcaron: '\\u017E',\n\tZcy: '\\u0417',\n\tzcy: '\\u0437',\n\tZdot: '\\u017B',\n\tzdot: '\\u017C',\n\tzeetrf: '\\u2128',\n\tZeroWidthSpace: '\\u200B',\n\tZeta: '\\u0396',\n\tzeta: '\\u03B6',\n\tZfr: '\\u2128',\n\tzfr: '\\uD835\\uDD37',\n\tZHcy: '\\u0416',\n\tzhcy: '\\u0436',\n\tzigrarr: '\\u21DD',\n\tZopf: '\\u2124',\n\tzopf: '\\uD835\\uDD6B',\n\tZscr: '\\uD835\\uDCB5',\n\tzscr: '\\uD835\\uDCCF',\n\tzwj: '\\u200D',\n\tzwnj: '\\u200C',\n});\n\n/**\n * @deprecated\n * Use `HTML_ENTITIES` instead.\n * @see {@link HTML_ENTITIES}\n */\nexports.entityMap = exports.HTML_ENTITIES;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar g = require('./grammar');\nvar errors = require('./errors');\n\nvar isHTMLEscapableRawTextElement = conventions.isHTMLEscapableRawTextElement;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isHTMLRawTextElement = conventions.isHTMLRawTextElement;\nvar hasOwn = conventions.hasOwn;\nvar NAMESPACE = conventions.NAMESPACE;\nvar ParseError = errors.ParseError;\nvar DOMException = errors.DOMException;\n\n//var handlers = 'resolveEntity,getExternalSubset,characters,endDocument,endElement,endPrefixMapping,ignorableWhitespace,processingInstruction,setDocumentLocator,skippedEntity,startDocument,startElement,startPrefixMapping,notationDecl,unparsedEntityDecl,error,fatalError,warning,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,comment,endCDATA,endDTD,endEntity,startCDATA,startDTD,startEntity'.split(',')\n\n//S_TAG,\tS_ATTR,\tS_EQ,\tS_ATTR_NOQUOT_VALUE\n//S_ATTR_SPACE,\tS_ATTR_END,\tS_TAG_SPACE, S_TAG_CLOSE\nvar S_TAG = 0; //tag name offerring\nvar S_ATTR = 1; //attr name offerring\nvar S_ATTR_SPACE = 2; //attr name end and space offer\nvar S_EQ = 3; //=space?\nvar S_ATTR_NOQUOT_VALUE = 4; //attr value(no quot value only)\nvar S_ATTR_END = 5; //attr value end and no space(quot end)\nvar S_TAG_SPACE = 6; //(attr value end || tag end ) && (space offer)\nvar S_TAG_CLOSE = 7; //closed el\n\nfunction XMLReader() {}\n\nXMLReader.prototype = {\n\tparse: function (source, defaultNSMap, entityMap) {\n\t\tvar domBuilder = this.domBuilder;\n\t\tdomBuilder.startDocument();\n\t\t_copy(defaultNSMap, (defaultNSMap = Object.create(null)));\n\t\tparse(source, defaultNSMap, entityMap, domBuilder, this.errorHandler);\n\t\tdomBuilder.endDocument();\n\t},\n};\n\n/**\n * Detecting everything that might be a reference,\n * including those without ending `;`, since those are allowed in HTML.\n * The entityReplacer takes care of verifying and transforming each occurrence,\n * and reports to the errorHandler on those that are not OK,\n * depending on the context.\n */\nvar ENTITY_REG = /&#?\\w+;?/g;\n\nfunction parse(source, defaultNSMapCopy, entityMap, domBuilder, errorHandler) {\n\tvar isHTML = isHTMLMimeType(domBuilder.mimeType);\n\tif (source.indexOf(g.UNICODE_REPLACEMENT_CHARACTER) >= 0) {\n\t\treturn errorHandler.fatalError('Unicode replacement character detected, source encoding issues?');\n\t}\n\n\tfunction fixedFromCharCode(code) {\n\t\t// String.prototype.fromCharCode does not supports\n\t\t// > 2 bytes unicode chars directly\n\t\tif (code > 0xffff) {\n\t\t\tcode -= 0x10000;\n\t\t\tvar surrogate1 = 0xd800 + (code >> 10),\n\t\t\t\tsurrogate2 = 0xdc00 + (code & 0x3ff);\n\n\t\t\treturn String.fromCharCode(surrogate1, surrogate2);\n\t\t} else {\n\t\t\treturn String.fromCharCode(code);\n\t\t}\n\t}\n\n\tfunction entityReplacer(a) {\n\t\tvar complete = a[a.length - 1] === ';' ? a : a + ';';\n\t\tif (!isHTML && complete !== a) {\n\t\t\terrorHandler.error('EntityRef: expecting ;');\n\t\t\treturn a;\n\t\t}\n\t\tvar match = g.Reference.exec(complete);\n\t\tif (!match || match[0].length !== complete.length) {\n\t\t\terrorHandler.error('entity not matching Reference production: ' + a);\n\t\t\treturn a;\n\t\t}\n\t\tvar k = complete.slice(1, -1);\n\t\tif (hasOwn(entityMap, k)) {\n\t\t\treturn entityMap[k];\n\t\t} else if (k.charAt(0) === '#') {\n\t\t\treturn fixedFromCharCode(parseInt(k.substr(1).replace('x', '0x')));\n\t\t} else {\n\t\t\terrorHandler.error('entity not found:' + a);\n\t\t\treturn a;\n\t\t}\n\t}\n\n\tfunction appendText(end) {\n\t\t//has some bugs\n\t\tif (end > start) {\n\t\t\tvar xt = source.substring(start, end).replace(ENTITY_REG, entityReplacer);\n\t\t\tlocator && position(start);\n\t\t\tdomBuilder.characters(xt, 0, end - start);\n\t\t\tstart = end;\n\t\t}\n\t}\n\n\tfunction position(p, m) {\n\t\twhile (p >= lineEnd && (m = linePattern.exec(source))) {\n\t\t\tlineStart = m.index;\n\t\t\tlineEnd = lineStart + m[0].length;\n\t\t\tlocator.lineNumber++;\n\t\t}\n\t\tlocator.columnNumber = p - lineStart + 1;\n\t}\n\n\tvar lineStart = 0;\n\tvar lineEnd = 0;\n\tvar linePattern = /.*(?:\\r\\n?|\\n)|.*$/g;\n\tvar locator = domBuilder.locator;\n\n\tvar parseStack = [{ currentNSMap: defaultNSMapCopy }];\n\tvar unclosedTags = [];\n\tvar start = 0;\n\twhile (true) {\n\t\ttry {\n\t\t\tvar tagStart = source.indexOf('<', start);\n\t\t\tif (tagStart < 0) {\n\t\t\t\tif (!isHTML && unclosedTags.length > 0) {\n\t\t\t\t\treturn errorHandler.fatalError('unclosed xml tag(s): ' + unclosedTags.join(', '));\n\t\t\t\t}\n\t\t\t\tif (!source.substring(start).match(/^\\s*$/)) {\n\t\t\t\t\tvar doc = domBuilder.doc;\n\t\t\t\t\tvar text = doc.createTextNode(source.substr(start));\n\t\t\t\t\tif (doc.documentElement) {\n\t\t\t\t\t\treturn errorHandler.error('Extra content at the end of the document');\n\t\t\t\t\t}\n\t\t\t\t\tdoc.appendChild(text);\n\t\t\t\t\tdomBuilder.currentElement = text;\n\t\t\t\t}\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (tagStart > start) {\n\t\t\t\tvar fromSource = source.substring(start, tagStart);\n\t\t\t\tif (!isHTML && unclosedTags.length === 0) {\n\t\t\t\t\tfromSource = fromSource.replace(new RegExp(g.S_OPT.source, 'g'), '');\n\t\t\t\t\tfromSource && errorHandler.error(\"Unexpected content outside root element: '\" + fromSource + \"'\");\n\t\t\t\t}\n\t\t\t\tappendText(tagStart);\n\t\t\t}\n\t\t\tswitch (source.charAt(tagStart + 1)) {\n\t\t\t\tcase '/':\n\t\t\t\t\tvar end = source.indexOf('>', tagStart + 2);\n\t\t\t\t\tvar tagNameRaw = source.substring(tagStart + 2, end > 0 ? end : undefined);\n\t\t\t\t\tif (!tagNameRaw) {\n\t\t\t\t\t\treturn errorHandler.fatalError('end tag name missing');\n\t\t\t\t\t}\n\t\t\t\t\tvar tagNameMatch = end > 0 && g.reg('^', g.QName_group, g.S_OPT, '$').exec(tagNameRaw);\n\t\t\t\t\tif (!tagNameMatch) {\n\t\t\t\t\t\treturn errorHandler.fatalError('end tag name contains invalid characters: \"' + tagNameRaw + '\"');\n\t\t\t\t\t}\n\t\t\t\t\tif (!domBuilder.currentElement && !domBuilder.doc.documentElement) {\n\t\t\t\t\t\t// not enough information to provide a helpful error message,\n\t\t\t\t\t\t// but parsing will throw since there is no root element\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tvar currentTagName =\n\t\t\t\t\t\tunclosedTags[unclosedTags.length - 1] ||\n\t\t\t\t\t\tdomBuilder.currentElement.tagName ||\n\t\t\t\t\t\tdomBuilder.doc.documentElement.tagName ||\n\t\t\t\t\t\t'';\n\t\t\t\t\tif (currentTagName !== tagNameMatch[1]) {\n\t\t\t\t\t\tvar tagNameLower = tagNameMatch[1].toLowerCase();\n\t\t\t\t\t\tif (!isHTML || currentTagName.toLowerCase() !== tagNameLower) {\n\t\t\t\t\t\t\treturn errorHandler.fatalError('Opening and ending tag mismatch: \"' + currentTagName + '\" != \"' + tagNameRaw + '\"');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvar config = parseStack.pop();\n\t\t\t\t\tunclosedTags.pop();\n\t\t\t\t\tvar localNSMap = config.localNSMap;\n\t\t\t\t\tdomBuilder.endElement(config.uri, config.localName, currentTagName);\n\t\t\t\t\tif (localNSMap) {\n\t\t\t\t\t\tfor (var prefix in localNSMap) {\n\t\t\t\t\t\t\tif (hasOwn(localNSMap, prefix)) {\n\t\t\t\t\t\t\t\tdomBuilder.endPrefixMapping(prefix);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tend++;\n\t\t\t\t\tbreak;\n\t\t\t\t// end element\n\t\t\t\tcase '?': // \n\t\t\t\t\tlocator && position(tagStart);\n\t\t\t\t\tend = parseProcessingInstruction(source, tagStart, domBuilder, errorHandler);\n\t\t\t\t\tbreak;\n\t\t\t\tcase '!': // start) {\n\t\t\tstart = end;\n\t\t} else {\n\t\t\t//Possible sax fallback here, risk of positional error\n\t\t\tappendText(Math.max(tagStart, start) + 1);\n\t\t}\n\t}\n}\n\nfunction copyLocator(f, t) {\n\tt.lineNumber = f.lineNumber;\n\tt.columnNumber = f.columnNumber;\n\treturn t;\n}\n\n/**\n * @returns\n * end of the elementStartPart(end of elementEndPart for selfClosed el)\n * @see {@link #appendElement}\n */\nfunction parseElementStartPart(source, start, el, currentNSMap, entityReplacer, errorHandler, isHTML) {\n\t/**\n\t * @param {string} qname\n\t * @param {string} value\n\t * @param {number} startIndex\n\t */\n\tfunction addAttribute(qname, value, startIndex) {\n\t\tif (hasOwn(el.attributeNames, qname)) {\n\t\t\treturn errorHandler.fatalError('Attribute ' + qname + ' redefined');\n\t\t}\n\t\tif (!isHTML && value.indexOf('<') >= 0) {\n\t\t\treturn errorHandler.fatalError(\"Unescaped '<' not allowed in attributes values\");\n\t\t}\n\t\tel.addValue(\n\t\t\tqname,\n\t\t\t// @see https://www.w3.org/TR/xml/#AVNormalize\n\t\t\t// since the xmldom sax parser does not \"interpret\" DTD the following is not implemented:\n\t\t\t// - recursive replacement of (DTD) entity references\n\t\t\t// - trimming and collapsing multiple spaces into a single one for attributes that are not of type CDATA\n\t\t\tvalue.replace(/[\\t\\n\\r]/g, ' ').replace(ENTITY_REG, entityReplacer),\n\t\t\tstartIndex\n\t\t);\n\t}\n\n\tvar attrName;\n\tvar value;\n\tvar p = ++start;\n\tvar s = S_TAG; //status\n\twhile (true) {\n\t\tvar c = source.charAt(p);\n\t\tswitch (c) {\n\t\t\tcase '=':\n\t\t\t\tif (s === S_ATTR) {\n\t\t\t\t\t//attrName\n\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\ts = S_EQ;\n\t\t\t\t} else if (s === S_ATTR_SPACE) {\n\t\t\t\t\ts = S_EQ;\n\t\t\t\t} else {\n\t\t\t\t\t//fatalError: equal must after attrName or space after attrName\n\t\t\t\t\tthrow new Error('attribute equal must after attrName'); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase \"'\":\n\t\t\tcase '\"':\n\t\t\t\tif (\n\t\t\t\t\ts === S_EQ ||\n\t\t\t\t\ts === S_ATTR //|| s == S_ATTR_SPACE\n\t\t\t\t) {\n\t\t\t\t\t//equal\n\t\t\t\t\tif (s === S_ATTR) {\n\t\t\t\t\t\terrorHandler.warning('attribute value must after \"=\"');\n\t\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\t}\n\t\t\t\t\tstart = p + 1;\n\t\t\t\t\tp = source.indexOf(c, start);\n\t\t\t\t\tif (p > 0) {\n\t\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\t\taddAttribute(attrName, value, start - 1);\n\t\t\t\t\t\ts = S_ATTR_END;\n\t\t\t\t\t} else {\n\t\t\t\t\t\t//fatalError: no end quot match\n\t\t\t\t\t\tthrow new Error(\"attribute value no end '\" + c + \"' match\");\n\t\t\t\t\t}\n\t\t\t\t} else if (s == S_ATTR_NOQUOT_VALUE) {\n\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\terrorHandler.warning('attribute \"' + attrName + '\" missed start quot(' + c + ')!!');\n\t\t\t\t\tstart = p + 1;\n\t\t\t\t\ts = S_ATTR_END;\n\t\t\t\t} else {\n\t\t\t\t\t//fatalError: no equal before\n\t\t\t\t\tthrow new Error('attribute value must after \"=\"'); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase '/':\n\t\t\t\tswitch (s) {\n\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\ts = S_TAG_CLOSE;\n\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE:\n\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t//case S_EQ:\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tthrow new Error(\"attribute invalid close char('/')\"); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase '': //end document\n\t\t\t\terrorHandler.error('unexpected end of input');\n\t\t\t\tif (s == S_TAG) {\n\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t}\n\t\t\t\treturn p;\n\t\t\tcase '>':\n\t\t\t\tswitch (s) {\n\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\tbreak; //normal\n\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE: //Compatible state\n\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\t\tif (value.slice(-1) === '/') {\n\t\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\t\t\tvalue = value.slice(0, -1);\n\t\t\t\t\t\t}\n\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\tif (s === S_ATTR_SPACE) {\n\t\t\t\t\t\t\tvalue = attrName;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (s == S_ATTR_NOQUOT_VALUE) {\n\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed quot(\")!');\n\t\t\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed value!! \"' + value + '\" instead!!');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\taddAttribute(value, value, start);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase S_EQ:\n\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\treturn errorHandler.fatalError('AttValue: \\' or \" expected');\n\t\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn p;\n\t\t\t/*xml space '\\x20' | #x9 | #xD | #xA; */\n\t\t\tcase '\\u0080':\n\t\t\t\tc = ' ';\n\t\t\tdefault:\n\t\t\t\tif (c <= ' ') {\n\t\t\t\t\t//space\n\t\t\t\t\tswitch (s) {\n\t\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\t\tel.setTagName(source.slice(start, p)); //tagName\n\t\t\t\t\t\t\ts = S_TAG_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\t\t\ts = S_ATTR_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE:\n\t\t\t\t\t\t\tvar value = source.slice(start, p);\n\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed quot(\")!!');\n\t\t\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\t\t\ts = S_TAG_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t//case S_TAG_SPACE:\n\t\t\t\t\t\t//case S_EQ:\n\t\t\t\t\t\t//case S_ATTR_SPACE:\n\t\t\t\t\t\t//\tvoid();break;\n\t\t\t\t\t\t//case S_TAG_CLOSE:\n\t\t\t\t\t\t//ignore warning\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t//not space\n\t\t\t\t\t//S_TAG,\tS_ATTR,\tS_EQ,\tS_ATTR_NOQUOT_VALUE\n\t\t\t\t\t//S_ATTR_SPACE,\tS_ATTR_END,\tS_TAG_SPACE, S_TAG_CLOSE\n\t\t\t\t\tswitch (s) {\n\t\t\t\t\t\t//case S_TAG:void();break;\n\t\t\t\t\t\t//case S_ATTR:void();break;\n\t\t\t\t\t\t//case S_ATTR_NOQUOT_VALUE:void();break;\n\t\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + attrName + '\" missed value!! \"' + attrName + '\" instead2!!');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\taddAttribute(attrName, attrName, start);\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\ts = S_ATTR;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\t\t\terrorHandler.warning('attribute space is required\"' + attrName + '\"!!');\n\t\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\t\t\ts = S_ATTR;\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_EQ:\n\t\t\t\t\t\t\ts = S_ATTR_NOQUOT_VALUE;\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\t\tthrow new Error(\"elements closed character '/' and '>' must be connected to\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t} //end outer switch\n\t\tp++;\n\t}\n}\n\n/**\n * @returns\n * `true` if a new namespace has been defined.\n */\nfunction appendElement(el, domBuilder, currentNSMap) {\n\tvar tagName = el.tagName;\n\tvar localNSMap = null;\n\tvar i = el.length;\n\twhile (i--) {\n\t\tvar a = el[i];\n\t\tvar qName = a.qName;\n\t\tvar value = a.value;\n\t\tvar nsp = qName.indexOf(':');\n\t\tif (nsp > 0) {\n\t\t\tvar prefix = (a.prefix = qName.slice(0, nsp));\n\t\t\tvar localName = qName.slice(nsp + 1);\n\t\t\tvar nsPrefix = prefix === 'xmlns' && localName;\n\t\t} else {\n\t\t\tlocalName = qName;\n\t\t\tprefix = null;\n\t\t\tnsPrefix = qName === 'xmlns' && '';\n\t\t}\n\t\t//can not set prefix,because prefix !== ''\n\t\ta.localName = localName;\n\t\t//prefix == null for no ns prefix attribute\n\t\tif (nsPrefix !== false) {\n\t\t\t//hack!!\n\t\t\tif (localNSMap == null) {\n\t\t\t\tlocalNSMap = Object.create(null);\n\t\t\t\t_copy(currentNSMap, (currentNSMap = Object.create(null)));\n\t\t\t}\n\t\t\tcurrentNSMap[nsPrefix] = localNSMap[nsPrefix] = value;\n\t\t\ta.uri = NAMESPACE.XMLNS;\n\t\t\tdomBuilder.startPrefixMapping(nsPrefix, value);\n\t\t}\n\t}\n\tvar i = el.length;\n\twhile (i--) {\n\t\ta = el[i];\n\t\tif (a.prefix) {\n\t\t\t//no prefix attribute has no namespace\n\t\t\tif (a.prefix === 'xml') {\n\t\t\t\ta.uri = NAMESPACE.XML;\n\t\t\t}\n\t\t\tif (a.prefix !== 'xmlns') {\n\t\t\t\ta.uri = currentNSMap[a.prefix];\n\t\t\t}\n\t\t}\n\t}\n\tvar nsp = tagName.indexOf(':');\n\tif (nsp > 0) {\n\t\tprefix = el.prefix = tagName.slice(0, nsp);\n\t\tlocalName = el.localName = tagName.slice(nsp + 1);\n\t} else {\n\t\tprefix = null; //important!!\n\t\tlocalName = el.localName = tagName;\n\t}\n\t//no prefix element has default namespace\n\tvar ns = (el.uri = currentNSMap[prefix || '']);\n\tdomBuilder.startElement(ns, localName, tagName, el);\n\t//endPrefixMapping and startPrefixMapping have not any help for dom builder\n\t//localNSMap = null\n\tif (el.closed) {\n\t\tdomBuilder.endElement(ns, localName, tagName);\n\t\tif (localNSMap) {\n\t\t\tfor (prefix in localNSMap) {\n\t\t\t\tif (hasOwn(localNSMap, prefix)) {\n\t\t\t\t\tdomBuilder.endPrefixMapping(prefix);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} else {\n\t\tel.currentNSMap = currentNSMap;\n\t\tel.localNSMap = localNSMap;\n\t\t//parseStack.push(el);\n\t\treturn true;\n\t}\n}\n\nfunction parseHtmlSpecialContent(source, elStartEnd, tagName, entityReplacer, domBuilder) {\n\t// https://html.spec.whatwg.org/#raw-text-elements\n\t// https://html.spec.whatwg.org/#escapable-raw-text-elements\n\t// https://html.spec.whatwg.org/#cdata-rcdata-restrictions:raw-text-elements\n\t// TODO: https://html.spec.whatwg.org/#cdata-rcdata-restrictions\n\tvar isEscapableRaw = isHTMLEscapableRawTextElement(tagName);\n\tif (isEscapableRaw || isHTMLRawTextElement(tagName)) {\n\t\tvar elEndStart = source.indexOf('', elStartEnd);\n\t\tvar text = source.substring(elStartEnd + 1, elEndStart);\n\n\t\tif (isEscapableRaw) {\n\t\t\ttext = text.replace(ENTITY_REG, entityReplacer);\n\t\t}\n\t\tdomBuilder.characters(text, 0, text.length);\n\t\treturn elEndStart;\n\t}\n\treturn elStartEnd + 1;\n}\n\nfunction _copy(source, target) {\n\tfor (var n in source) {\n\t\tif (hasOwn(source, n)) {\n\t\t\ttarget[n] = source[n];\n\t\t}\n\t}\n}\n\n/**\n * @typedef ParseUtils\n * @property {function(relativeIndex: number?): string | undefined} char\n * Provides look ahead access to a singe character relative to the current index.\n * @property {function(): number} getIndex\n * Provides read-only access to the current index.\n * @property {function(reg: RegExp): string | null} getMatch\n * Applies the provided regular expression enforcing that it starts at the current index and\n * returns the complete matching string,\n * and moves the current index by the length of the matching string.\n * @property {function(): string} getSource\n * Provides read-only access to the complete source.\n * @property {function(places: number?): void} skip\n * moves the current index by places (defaults to 1)\n * @property {function(): number} skipBlanks\n * Moves the current index by the amount of white space that directly follows the current index\n * and returns the amount of whitespace chars skipped (0..n),\n * or -1 if the end of the source was reached.\n * @property {function(): string} substringFromIndex\n * creates a substring from the current index to the end of `source`\n * @property {function(compareWith: string): boolean} substringStartsWith\n * Checks if source contains `compareWith`,\n * starting from the current index.\n * @see {@link parseUtils}\n */\n\n/**\n * A temporary scope for parsing and look ahead operations in `source`,\n * starting from index `start`.\n *\n * Some operations move the current index by a number of positions,\n * after which `getIndex` returns the new index.\n *\n * @param {string} source\n * @param {number} start\n * @returns {ParseUtils}\n */\nfunction parseUtils(source, start) {\n\tvar index = start;\n\n\tfunction char(n) {\n\t\tn = n || 0;\n\t\treturn source.charAt(index + n);\n\t}\n\n\tfunction skip(n) {\n\t\tn = n || 1;\n\t\tindex += n;\n\t}\n\n\tfunction skipBlanks() {\n\t\tvar blanks = 0;\n\t\twhile (index < source.length) {\n\t\t\tvar c = char();\n\t\t\tif (c !== ' ' && c !== '\\n' && c !== '\\t' && c !== '\\r') {\n\t\t\t\treturn blanks;\n\t\t\t}\n\t\t\tblanks++;\n\t\t\tskip();\n\t\t}\n\t\treturn -1;\n\t}\n\tfunction substringFromIndex() {\n\t\treturn source.substring(index);\n\t}\n\tfunction substringStartsWith(text) {\n\t\treturn source.substring(index, index + text.length) === text;\n\t}\n\n\tfunction getMatch(args) {\n\t\tvar expr = g.reg('^', args);\n\t\tvar match = expr.exec(substringFromIndex());\n\t\tif (match) {\n\t\t\tskip(match[0].length);\n\t\t\treturn match[0];\n\t\t}\n\t\treturn null;\n\t}\n\treturn {\n\t\tchar: char,\n\t\tgetIndex: function () {\n\t\t\treturn index;\n\t\t},\n\t\tgetMatch: getMatch,\n\t\tgetSource: function () {\n\t\t\treturn source;\n\t\t},\n\t\tskip: skip,\n\t\tskipBlanks: skipBlanks,\n\t\tsubstringFromIndex: substringFromIndex,\n\t\tsubstringStartsWith: substringStartsWith,\n\t};\n}\n\n/**\n * @param {ParseUtils} p\n * @param {DOMHandler} errorHandler\n * @returns {string}\n */\nfunction parseDoctypeInternalSubset(p, errorHandler) {\n\t/**\n\t * @param {ParseUtils} p\n\t * @param {DOMHandler} errorHandler\n\t * @returns {string}\n\t */\n\tfunction parsePI(p, errorHandler) {\n\t\tvar match = g.PI.exec(p.substringFromIndex());\n\t\tif (!match) {\n\t\t\treturn errorHandler.fatalError('processing instruction is not well-formed at position ' + p.getIndex());\n\t\t}\n\t\tif (match[1].toLowerCase() === 'xml') {\n\t\t\treturn errorHandler.fatalError(\n\t\t\t\t'xml declaration is only allowed at the start of the document, but found at position ' + p.getIndex()\n\t\t\t);\n\t\t}\n\t\tp.skip(match[0].length);\n\t\treturn match[0];\n\t}\n\t// Parse internal subset\n\tvar source = p.getSource();\n\tif (p.char() === '[') {\n\t\tp.skip(1);\n\t\tvar intSubsetStart = p.getIndex();\n\t\twhile (p.getIndex() < source.length) {\n\t\t\tp.skipBlanks();\n\t\t\tif (p.char() === ']') {\n\t\t\t\tvar internalSubset = source.substring(intSubsetStart, p.getIndex());\n\t\t\t\tp.skip(1);\n\t\t\t\treturn internalSubset;\n\t\t\t}\n\t\t\tvar current = null;\n\t\t\t// Only in external subset\n\t\t\t// if (char() === '<' && char(1) === '!' && char(2) === '[') {\n\t\t\t// \tparseConditionalSections(p, errorHandler);\n\t\t\t// } else\n\t\t\tif (p.char() === '<' && p.char(1) === '!') {\n\t\t\t\tswitch (p.char(2)) {\n\t\t\t\t\tcase 'E': // ELEMENT | ENTITY\n\t\t\t\t\t\tif (p.char(3) === 'L') {\n\t\t\t\t\t\t\tcurrent = p.getMatch(g.elementdecl);\n\t\t\t\t\t\t} else if (p.char(3) === 'N') {\n\t\t\t\t\t\t\tcurrent = p.getMatch(g.EntityDecl);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'A': // ATTRIBUTE\n\t\t\t\t\t\tcurrent = p.getMatch(g.AttlistDecl);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'N': // NOTATION\n\t\t\t\t\t\tcurrent = p.getMatch(g.NotationDecl);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase '-': // COMMENT\n\t\t\t\t\t\tcurrent = p.getMatch(g.Comment);\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else if (p.char() === '<' && p.char(1) === '?') {\n\t\t\t\tcurrent = parsePI(p, errorHandler);\n\t\t\t} else if (p.char() === '%') {\n\t\t\t\tcurrent = p.getMatch(g.PEReference);\n\t\t\t} else {\n\t\t\t\treturn errorHandler.fatalError('Error detected in Markup declaration');\n\t\t\t}\n\t\t\tif (!current) {\n\t\t\t\treturn errorHandler.fatalError('Error in internal subset at position ' + p.getIndex());\n\t\t\t}\n\t\t}\n\t\treturn errorHandler.fatalError('doctype internal subset is not well-formed, missing ]');\n\t}\n}\n\n/**\n * Called when the parser encounters an element starting with '') {\n\t\t\t\treturn errorHandler.fatalError('doctype not terminated with > at position ' + p.getIndex());\n\t\t\t}\n\t\t\tp.skip(1);\n\t\t\tdomBuilder.startDTD(doctype.name, doctype.publicId, doctype.systemId, doctype.internalSubset);\n\t\t\tdomBuilder.endDTD();\n\t\t\treturn p.getIndex();\n\t\t}\n\t\tdefault:\n\t\t\treturn errorHandler.fatalError('Not well-formed XML starting with \" 0) {\n\t\t\treturn errorHandler.fatalError(\n\t\t\t\t'processing instruction at position ' + start + ' is an xml declaration which is only at the start of the document'\n\t\t\t);\n\t\t}\n\t\tif (!g.XMLDecl.test(source.substring(start))) {\n\t\t\treturn errorHandler.fatalError('xml declaration is not well-formed');\n\t\t}\n\t}\n\tdomBuilder.processingInstruction(match[1], match[2]);\n\treturn start + match[0].length;\n}\n\nfunction ElementAttributes() {\n\tthis.attributeNames = Object.create(null);\n}\n\nElementAttributes.prototype = {\n\tsetTagName: function (tagName) {\n\t\tif (!g.QName_exact.test(tagName)) {\n\t\t\tthrow new Error('invalid tagName:' + tagName);\n\t\t}\n\t\tthis.tagName = tagName;\n\t},\n\taddValue: function (qName, value, offset) {\n\t\tif (!g.QName_exact.test(qName)) {\n\t\t\tthrow new Error('invalid attribute:' + qName);\n\t\t}\n\t\tthis.attributeNames[qName] = this.length;\n\t\tthis[this.length++] = { qName: qName, value: value, offset: offset };\n\t},\n\tlength: 0,\n\tgetLocalName: function (i) {\n\t\treturn this[i].localName;\n\t},\n\tgetLocator: function (i) {\n\t\treturn this[i].locator;\n\t},\n\tgetQName: function (i) {\n\t\treturn this[i].qName;\n\t},\n\tgetURI: function (i) {\n\t\treturn this[i].uri;\n\t},\n\tgetValue: function (i) {\n\t\treturn this[i].value;\n\t},\n\t//\t,getIndex:function(uri, localName)){\n\t//\t\tif(localName){\n\t//\n\t//\t\t}else{\n\t//\t\t\tvar qName = uri\n\t//\t\t}\n\t//\t},\n\t//\tgetValue:function(){return this.getValue(this.getIndex.apply(this,arguments))},\n\t//\tgetType:function(uri,localName){}\n\t//\tgetType:function(i){},\n};\n\nexports.XMLReader = XMLReader;\nexports.parseUtils = parseUtils;\nexports.parseDoctypeCommentOrCData = parseDoctypeCommentOrCData;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar dom = require('./dom');\nvar errors = require('./errors');\nvar entities = require('./entities');\nvar sax = require('./sax');\n\nvar DOMImplementation = dom.DOMImplementation;\n\nvar hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isValidMimeType = conventions.isValidMimeType;\nvar MIME_TYPE = conventions.MIME_TYPE;\nvar NAMESPACE = conventions.NAMESPACE;\nvar ParseError = errors.ParseError;\n\nvar XMLReader = sax.XMLReader;\n\n/**\n * Normalizes line ending according to :\n *\n * > XML parsed entities are often stored in computer files which,\n * > for editing convenience, are organized into lines.\n * > These lines are typically separated by some combination\n * > of the characters CARRIAGE RETURN (#xD) and LINE FEED (#xA).\n * >\n * > To simplify the tasks of applications, the XML processor must behave\n * > as if it normalized all line breaks in external parsed entities (including the document entity)\n * > on input, before parsing, by translating all of the following to a single #xA character:\n * >\n * > 1. the two-character sequence #xD #xA,\n * > 2. the two-character sequence #xD #x85,\n * > 3. the single character #x85,\n * > 4. the single character #x2028,\n * > 5. any #xD character that is not immediately followed by #xA or #x85.\n *\n * @param {string} input\n * @returns {string}\n * @prettierignore\n */\nfunction normalizeLineEndings(input) {\n\treturn input.replace(/\\r[\\n\\u0085]/g, '\\n').replace(/[\\r\\u0085\\u2028]/g, '\\n');\n}\n\n/**\n * @typedef Locator\n * @property {number} [columnNumber]\n * @property {number} [lineNumber]\n */\n\n/**\n * @typedef DOMParserOptions\n * @property {typeof assign} [assign]\n * The method to use instead of `conventions.assign`, which is used to copy values from\n * `options` before they are used for parsing.\n * @property {typeof DOMHandler} [domHandler]\n * For internal testing: The class for creating an instance for handling events from the SAX\n * parser.\n * *****Warning: By configuring a faulty implementation, the specified behavior can completely\n * be broken.*****.\n * @property {Function} [errorHandler]\n * DEPRECATED! use `onError` instead.\n * @property {function(level:ErrorLevel, message:string, context: DOMHandler):void}\n * [onError]\n * A function that is invoked for every error that occurs during parsing.\n *\n * If it is not provided, all errors are reported to `console.error`\n * and only `fatalError`s are thrown as a `ParseError`,\n * which prevents any further processing.\n * If the provided method throws, a `ParserError` is thrown,\n * which prevents any further processing.\n *\n * Be aware that many `warning`s are considered an error that prevents further processing in\n * most implementations.\n * @property {boolean} [locator=true]\n * Configures if the nodes created during parsing will have a `lineNumber` and a `columnNumber`\n * attribute describing their location in the XML string.\n * Default is true.\n * @property {(string) => string} [normalizeLineEndings]\n * used to replace line endings before parsing, defaults to `normalizeLineEndings`\n * @property {Object} [xmlns]\n * The XML namespaces that should be assumed when parsing.\n * The default namespace can be provided by the key that is the empty string.\n * When the `mimeType` for HTML, XHTML or SVG are passed to `parseFromString`,\n * the default namespace that will be used,\n * will be overridden according to the specification.\n * @see {@link normalizeLineEndings}\n */\n\n/**\n * The DOMParser interface provides the ability to parse XML or HTML source code from a string\n * into a DOM `Document`.\n *\n * ***xmldom is different from the spec in that it allows an `options` parameter,\n * to control the behavior***.\n *\n * @class\n * @param {DOMParserOptions} [options]\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization\n */\nfunction DOMParser(options) {\n\toptions = options || { locator: true };\n\n\t/**\n\t * The method to use instead of `conventions.assign`, which is used to copy values from\n\t * `options`\n\t * before they are used for parsing.\n\t *\n\t * @type {conventions.assign}\n\t * @private\n\t * @see {@link conventions.assign}\n\t * @readonly\n\t */\n\tthis.assign = options.assign || conventions.assign;\n\n\t/**\n\t * For internal testing: The class for creating an instance for handling events from the SAX\n\t * parser.\n\t * *****Warning: By configuring a faulty implementation, the specified behavior can completely\n\t * be broken*****.\n\t *\n\t * @type {typeof DOMHandler}\n\t * @private\n\t * @readonly\n\t */\n\tthis.domHandler = options.domHandler || DOMHandler;\n\n\t/**\n\t * A function that is invoked for every error that occurs during parsing.\n\t *\n\t * If it is not provided, all errors are reported to `console.error`\n\t * and only `fatalError`s are thrown as a `ParseError`,\n\t * which prevents any further processing.\n\t * If the provided method throws, a `ParserError` is thrown,\n\t * which prevents any further processing.\n\t *\n\t * Be aware that many `warning`s are considered an error that prevents further processing in\n\t * most implementations.\n\t *\n\t * @type {function(level:ErrorLevel, message:string, context: DOMHandler):void}\n\t * @see {@link onErrorStopParsing}\n\t * @see {@link onWarningStopParsing}\n\t */\n\tthis.onError = options.onError || options.errorHandler;\n\tif (options.errorHandler && typeof options.errorHandler !== 'function') {\n\t\tthrow new TypeError('errorHandler object is no longer supported, switch to onError!');\n\t} else if (options.errorHandler) {\n\t\toptions.errorHandler('warning', 'The `errorHandler` option has been deprecated, use `onError` instead!', this);\n\t}\n\n\t/**\n\t * used to replace line endings before parsing, defaults to `normalizeLineEndings`\n\t *\n\t * @type {(string) => string}\n\t * @readonly\n\t */\n\tthis.normalizeLineEndings = options.normalizeLineEndings || normalizeLineEndings;\n\n\t/**\n\t * Configures if the nodes created during parsing will have a `lineNumber` and a\n\t * `columnNumber`\n\t * attribute describing their location in the XML string.\n\t * Default is true.\n\t *\n\t * @type {boolean}\n\t * @readonly\n\t */\n\tthis.locator = !!options.locator;\n\n\t/**\n\t * The default namespace can be provided by the key that is the empty string.\n\t * When the `mimeType` for HTML, XHTML or SVG are passed to `parseFromString`,\n\t * the default namespace that will be used,\n\t * will be overridden according to the specification.\n\t *\n\t * @type {Readonly}\n\t * @readonly\n\t */\n\tthis.xmlns = this.assign(Object.create(null), options.xmlns);\n}\n\n/**\n * Parses `source` using the options in the way configured by the `DOMParserOptions` of `this`\n * `DOMParser`. If `mimeType` is `text/html` an HTML `Document` is created,\n * otherwise an XML `Document` is created.\n *\n * __It behaves different from the description in the living standard__:\n * - Uses the `options` passed to the `DOMParser` constructor to modify the behavior.\n * - Any unexpected input is reported to `onError` with either a `warning`,\n * `error` or `fatalError` level.\n * - Any `fatalError` throws a `ParseError` which prevents further processing.\n * - Any error thrown by `onError` is converted to a `ParseError` which prevents further\n * processing - If no `Document` was created during parsing it is reported as a `fatalError`.\n * *****Warning: By configuring a faulty DOMHandler implementation,\n * the specified behavior can completely be broken*****.\n *\n * @param {string} source\n * The XML mime type only allows string input!\n * @param {string} [mimeType='application/xml']\n * the mimeType or contentType of the document to be created determines the `type` of document\n * created (XML or HTML)\n * @returns {Document}\n * The `Document` node.\n * @throws {ParseError}\n * for any `fatalError` or anything that is thrown by `onError`\n * @throws {TypeError}\n * for any invalid `mimeType`\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n * @see https://html.spec.whatwg.org/#dom-domparser-parsefromstring-dev\n */\nDOMParser.prototype.parseFromString = function (source, mimeType) {\n\tif (!isValidMimeType(mimeType)) {\n\t\tthrow new TypeError('DOMParser.parseFromString: the provided mimeType \"' + mimeType + '\" is not valid.');\n\t}\n\tvar defaultNSMap = this.assign(Object.create(null), this.xmlns);\n\tvar entityMap = entities.XML_ENTITIES;\n\tvar defaultNamespace = defaultNSMap[''] || null;\n\tif (hasDefaultHTMLNamespace(mimeType)) {\n\t\tentityMap = entities.HTML_ENTITIES;\n\t\tdefaultNamespace = NAMESPACE.HTML;\n\t} else if (mimeType === MIME_TYPE.XML_SVG_IMAGE) {\n\t\tdefaultNamespace = NAMESPACE.SVG;\n\t}\n\tdefaultNSMap[''] = defaultNamespace;\n\tdefaultNSMap.xml = defaultNSMap.xml || NAMESPACE.XML;\n\n\tvar domBuilder = new this.domHandler({\n\t\tmimeType: mimeType,\n\t\tdefaultNamespace: defaultNamespace,\n\t\tonError: this.onError,\n\t});\n\tvar locator = this.locator ? {} : undefined;\n\tif (this.locator) {\n\t\tdomBuilder.setDocumentLocator(locator);\n\t}\n\n\tvar sax = new XMLReader();\n\tsax.errorHandler = domBuilder;\n\tsax.domBuilder = domBuilder;\n\tvar isXml = !conventions.isHTMLMimeType(mimeType);\n\tif (isXml && typeof source !== 'string') {\n\t\tsax.errorHandler.fatalError('source is not a string');\n\t}\n\tsax.parse(this.normalizeLineEndings(String(source)), defaultNSMap, entityMap);\n\tif (!domBuilder.doc.documentElement) {\n\t\tsax.errorHandler.fatalError('missing root element');\n\t}\n\treturn domBuilder.doc;\n};\n\n/**\n * @typedef DOMHandlerOptions\n * @property {string} [mimeType=MIME_TYPE.XML_APPLICATION]\n * @property {string | null} [defaultNamespace=null]\n */\n/**\n * The class that is used to handle events from the SAX parser to create the related DOM\n * elements.\n *\n * Some methods are only implemented as an empty function,\n * since they are (at least currently) not relevant for xmldom.\n *\n * @class\n * @param {DOMHandlerOptions} [options]\n * @see http://www.saxproject.org/apidoc/org/xml/sax/ext/DefaultHandler2.html\n */\nfunction DOMHandler(options) {\n\tvar opt = options || {};\n\t/**\n\t * The mime type is used to determine if the DOM handler will create an XML or HTML document.\n\t * Only if it is set to `text/html` it will create an HTML document.\n\t * It defaults to MIME_TYPE.XML_APPLICATION.\n\t *\n\t * @type {string}\n\t * @see {@link MIME_TYPE}\n\t * @readonly\n\t */\n\tthis.mimeType = opt.mimeType || MIME_TYPE.XML_APPLICATION;\n\n\t/**\n\t * The namespace to use to create an XML document.\n\t * For the following reasons this is required:\n\t * - The SAX API for `startDocument` doesn't offer any way to pass a namespace,\n\t * since at that point there is no way for the parser to know what the default namespace from\n\t * the document will be.\n\t * - When creating using `DOMImplementation.createDocument` it is required to pass a\n\t * namespace,\n\t * to determine the correct `Document.contentType`, which should match `this.mimeType`.\n\t * - When parsing an XML document with the `application/xhtml+xml` mimeType,\n\t * the HTML namespace needs to be the default namespace.\n\t *\n\t * @type {string | null}\n\t * @private\n\t * @readonly\n\t */\n\tthis.defaultNamespace = opt.defaultNamespace || null;\n\n\t/**\n\t * @type {boolean}\n\t * @private\n\t */\n\tthis.cdata = false;\n\n\t/**\n\t * The last `Element` that was created by `startElement`.\n\t * `endElement` sets it to the `currentElement.parentNode`.\n\t *\n\t * Note: The sax parser currently sets it to white space text nodes between tags.\n\t *\n\t * @type {Element | Node | undefined}\n\t * @private\n\t */\n\tthis.currentElement = undefined;\n\n\t/**\n\t * The Document that is created as part of `startDocument`,\n\t * and returned by `DOMParser.parseFromString`.\n\t *\n\t * @type {Document | undefined}\n\t * @readonly\n\t */\n\tthis.doc = undefined;\n\n\t/**\n\t * The locator is stored as part of setDocumentLocator.\n\t * It is controlled and mutated by the SAX parser to store the current parsing position.\n\t * It is used by DOMHandler to set `columnNumber` and `lineNumber`\n\t * on the DOM nodes.\n\t *\n\t * @type {Readonly | undefined}\n\t * @private\n\t * @readonly (the\n\t * sax parser currently sometimes set's it)\n\t */\n\tthis.locator = undefined;\n\t/**\n\t * @type {function (level:ErrorLevel ,message:string, context:DOMHandler):void}\n\t * @readonly\n\t */\n\tthis.onError = opt.onError;\n}\n\nfunction position(locator, node) {\n\tnode.lineNumber = locator.lineNumber;\n\tnode.columnNumber = locator.columnNumber;\n}\n\nDOMHandler.prototype = {\n\t/**\n\t * Either creates an XML or an HTML document and stores it under `this.doc`.\n\t * If it is an XML document, `this.defaultNamespace` is used to create it,\n\t * and it will not contain any `childNodes`.\n\t * If it is an HTML document, it will be created without any `childNodes`.\n\t *\n\t * @see http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html\n\t */\n\tstartDocument: function () {\n\t\tvar impl = new DOMImplementation();\n\t\tthis.doc = isHTMLMimeType(this.mimeType) ? impl.createHTMLDocument(false) : impl.createDocument(this.defaultNamespace, '');\n\t},\n\tstartElement: function (namespaceURI, localName, qName, attrs) {\n\t\tvar doc = this.doc;\n\t\tvar el = doc.createElementNS(namespaceURI, qName || localName);\n\t\tvar len = attrs.length;\n\t\tappendElement(this, el);\n\t\tthis.currentElement = el;\n\n\t\tthis.locator && position(this.locator, el);\n\t\tfor (var i = 0; i < len; i++) {\n\t\t\tvar namespaceURI = attrs.getURI(i);\n\t\t\tvar value = attrs.getValue(i);\n\t\t\tvar qName = attrs.getQName(i);\n\t\t\tvar attr = doc.createAttributeNS(namespaceURI, qName);\n\t\t\tthis.locator && position(attrs.getLocator(i), attr);\n\t\t\tattr.value = attr.nodeValue = value;\n\t\t\tel.setAttributeNode(attr);\n\t\t}\n\t},\n\tendElement: function (namespaceURI, localName, qName) {\n\t\tthis.currentElement = this.currentElement.parentNode;\n\t},\n\tstartPrefixMapping: function (prefix, uri) {},\n\tendPrefixMapping: function (prefix) {},\n\tprocessingInstruction: function (target, data) {\n\t\tvar ins = this.doc.createProcessingInstruction(target, data);\n\t\tthis.locator && position(this.locator, ins);\n\t\tappendElement(this, ins);\n\t},\n\tignorableWhitespace: function (ch, start, length) {},\n\tcharacters: function (chars, start, length) {\n\t\tchars = _toString.apply(this, arguments);\n\t\t//console.log(chars)\n\t\tif (chars) {\n\t\t\tif (this.cdata) {\n\t\t\t\tvar charNode = this.doc.createCDATASection(chars);\n\t\t\t} else {\n\t\t\t\tvar charNode = this.doc.createTextNode(chars);\n\t\t\t}\n\t\t\tif (this.currentElement) {\n\t\t\t\tthis.currentElement.appendChild(charNode);\n\t\t\t} else if (/^\\s*$/.test(chars)) {\n\t\t\t\tthis.doc.appendChild(charNode);\n\t\t\t\t//process xml\n\t\t\t}\n\t\t\tthis.locator && position(this.locator, charNode);\n\t\t}\n\t},\n\tskippedEntity: function (name) {},\n\tendDocument: function () {\n\t\tthis.doc.normalize();\n\t},\n\t/**\n\t * Stores the locator to be able to set the `columnNumber` and `lineNumber`\n\t * on the created DOM nodes.\n\t *\n\t * @param {Locator} locator\n\t */\n\tsetDocumentLocator: function (locator) {\n\t\tif (locator) {\n\t\t\tlocator.lineNumber = 0;\n\t\t}\n\t\tthis.locator = locator;\n\t},\n\t//LexicalHandler\n\tcomment: function (chars, start, length) {\n\t\tchars = _toString.apply(this, arguments);\n\t\tvar comm = this.doc.createComment(chars);\n\t\tthis.locator && position(this.locator, comm);\n\t\tappendElement(this, comm);\n\t},\n\n\tstartCDATA: function () {\n\t\t//used in characters() methods\n\t\tthis.cdata = true;\n\t},\n\tendCDATA: function () {\n\t\tthis.cdata = false;\n\t},\n\n\tstartDTD: function (name, publicId, systemId, internalSubset) {\n\t\tvar impl = this.doc.implementation;\n\t\tif (impl && impl.createDocumentType) {\n\t\t\tvar dt = impl.createDocumentType(name, publicId, systemId, internalSubset);\n\t\t\tthis.locator && position(this.locator, dt);\n\t\t\tappendElement(this, dt);\n\t\t\tthis.doc.doctype = dt;\n\t\t}\n\t},\n\treportError: function (level, message) {\n\t\tif (typeof this.onError === 'function') {\n\t\t\ttry {\n\t\t\t\tthis.onError(level, message, this);\n\t\t\t} catch (e) {\n\t\t\t\tthrow new ParseError('Reporting ' + level + ' \"' + message + '\" caused ' + e, this.locator);\n\t\t\t}\n\t\t} else {\n\t\t\tconsole.error('[xmldom ' + level + ']\\t' + message, _locator(this.locator));\n\t\t}\n\t},\n\t/**\n\t * @see http://www.saxproject.org/apidoc/org/xml/sax/ErrorHandler.html\n\t */\n\twarning: function (message) {\n\t\tthis.reportError('warning', message);\n\t},\n\terror: function (message) {\n\t\tthis.reportError('error', message);\n\t},\n\t/**\n\t * This function reports a fatal error and throws a ParseError.\n\t *\n\t * @param {string} message\n\t * - The message to be used for reporting and throwing the error.\n\t * @returns {never}\n\t * This function always throws an error and never returns a value.\n\t * @throws {ParseError}\n\t * Always throws a ParseError with the provided message.\n\t */\n\tfatalError: function (message) {\n\t\tthis.reportError('fatalError', message);\n\t\tthrow new ParseError(message, this.locator);\n\t},\n};\n\nfunction _locator(l) {\n\tif (l) {\n\t\treturn '\\n@#[line:' + l.lineNumber + ',col:' + l.columnNumber + ']';\n\t}\n}\n\nfunction _toString(chars, start, length) {\n\tif (typeof chars == 'string') {\n\t\treturn chars.substr(start, length);\n\t} else {\n\t\t//java sax connect width xmldom on rhino(what about: \"? && !(chars instanceof String)\")\n\t\tif (chars.length >= start + length || start) {\n\t\t\treturn new java.lang.String(chars, start, length) + '';\n\t\t}\n\t\treturn chars;\n\t}\n}\n\n/*\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/LexicalHandler.html\n * used method of org.xml.sax.ext.LexicalHandler:\n * #comment(chars, start, length)\n * #startCDATA()\n * #endCDATA()\n * #startDTD(name, publicId, systemId)\n *\n *\n * IGNORED method of org.xml.sax.ext.LexicalHandler:\n * #endDTD()\n * #startEntity(name)\n * #endEntity(name)\n *\n *\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/DeclHandler.html\n * IGNORED method of org.xml.sax.ext.DeclHandler\n * \t#attributeDecl(eName, aName, type, mode, value)\n * #elementDecl(name, model)\n * #externalEntityDecl(name, publicId, systemId)\n * #internalEntityDecl(name, value)\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/EntityResolver2.html\n * IGNORED method of org.xml.sax.EntityResolver2\n * #resolveEntity(String name,String publicId,String baseURI,String systemId)\n * #resolveEntity(publicId, systemId)\n * #getExternalSubset(name, baseURI)\n * @link http://www.saxproject.org/apidoc/org/xml/sax/DTDHandler.html\n * IGNORED method of org.xml.sax.DTDHandler\n * #notationDecl(name, publicId, systemId) {};\n * #unparsedEntityDecl(name, publicId, systemId, notationName) {};\n */\n'endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl'.replace(\n\t/\\w+/g,\n\tfunction (key) {\n\t\tDOMHandler.prototype[key] = function () {\n\t\t\treturn null;\n\t\t};\n\t}\n);\n\n/* Private static helpers treated below as private instance methods, so don't need to add these to the public API; we might use a Relator to also get rid of non-standard public properties */\nfunction appendElement(handler, node) {\n\tif (!handler.currentElement) {\n\t\thandler.doc.appendChild(node);\n\t} else {\n\t\thandler.currentElement.appendChild(node);\n\t}\n}\n\n/**\n * A method that prevents any further parsing when an `error`\n * with level `error` is reported during parsing.\n *\n * @see {@link DOMParserOptions.onError}\n * @see {@link onWarningStopParsing}\n */\nfunction onErrorStopParsing(level) {\n\tif (level === 'error') throw 'onErrorStopParsing';\n}\n\n/**\n * A method that prevents any further parsing when any `error` is reported during parsing.\n *\n * @see {@link DOMParserOptions.onError}\n * @see {@link onErrorStopParsing}\n */\nfunction onWarningStopParsing() {\n\tthrow 'onWarningStopParsing';\n}\n\nexports.__DOMHandler = DOMHandler;\nexports.DOMParser = DOMParser;\nexports.normalizeLineEndings = normalizeLineEndings;\nexports.onErrorStopParsing = onErrorStopParsing;\nexports.onWarningStopParsing = onWarningStopParsing;\n","'use strict';\nvar conventions = require('./conventions');\nexports.assign = conventions.assign;\nexports.hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nexports.isHTMLMimeType = conventions.isHTMLMimeType;\nexports.isValidMimeType = conventions.isValidMimeType;\nexports.MIME_TYPE = conventions.MIME_TYPE;\nexports.NAMESPACE = conventions.NAMESPACE;\n\nvar errors = require('./errors');\nexports.DOMException = errors.DOMException;\nexports.DOMExceptionName = errors.DOMExceptionName;\nexports.ExceptionCode = errors.ExceptionCode;\nexports.ParseError = errors.ParseError;\n\nvar dom = require('./dom');\nexports.Attr = dom.Attr;\nexports.CDATASection = dom.CDATASection;\nexports.CharacterData = dom.CharacterData;\nexports.Comment = dom.Comment;\nexports.Document = dom.Document;\nexports.DocumentFragment = dom.DocumentFragment;\nexports.DocumentType = dom.DocumentType;\nexports.DOMImplementation = dom.DOMImplementation;\nexports.Element = dom.Element;\nexports.Entity = dom.Entity;\nexports.EntityReference = dom.EntityReference;\nexports.LiveNodeList = dom.LiveNodeList;\nexports.NamedNodeMap = dom.NamedNodeMap;\nexports.Node = dom.Node;\nexports.NodeList = dom.NodeList;\nexports.Notation = dom.Notation;\nexports.ProcessingInstruction = dom.ProcessingInstruction;\nexports.Text = dom.Text;\nexports.XMLSerializer = dom.XMLSerializer;\n\nvar domParser = require('./dom-parser');\nexports.DOMParser = domParser.DOMParser;\nexports.onErrorStopParsing = domParser.onErrorStopParsing;\nexports.onWarningStopParsing = domParser.onWarningStopParsing;\n","import { DOMParser as O, DOMImplementation as T } from \"@xmldom/xmldom\";\nconst b = \"USJ\", N = \"3.1\", m = [\n \"type\",\n \"marker\",\n \"content\",\n \"sid\",\n \"eid\",\n \"number\",\n \"code\",\n \"altnumber\",\n \"pubnumber\",\n \"caller\",\n \"align\",\n \"category\"\n];\nfunction P(e) {\n return g.includes(e);\n}\nconst g = [\n // Old Testament\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n // New Testament\n \"MAT\",\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n // Deuterocanon\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"EZA\",\n \"5EZ\",\n \"6EZ\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n \"REP\",\n \"4BA\",\n \"LAO\",\n // Non scripture\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\",\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\"\n], u = \"usx\", v = \"3.1\";\nfunction S(e) {\n const t = {};\n let i = e.tagName, o, r, d = \"append\";\n if ([\"row\", \"cell\"].includes(i) && (i = \"table:\" + i), e.attributes)\n for (let c = 0; c < e.attributes.length; c++) {\n const s = e.attributes[c];\n t[s.name] = s.value;\n }\n t.style && (o = t.style, delete t.style), t.vid && delete t.vid, t.closed && delete t.closed, t.status && delete t.status;\n let n = { type: i };\n o && (n.marker = o), n = { ...n, ...t }, e.firstChild && e.firstChild.nodeType === e.firstChild.TEXT_NODE && e.firstChild.nodeValue && e.firstChild.nodeValue.trim() !== \"\" && (r = e.firstChild.nodeValue);\n const f = Array.from(e.childNodes);\n n.content = [], r && n.content.push(r);\n for (const c of f) {\n if (c.tagName === void 0)\n continue;\n const [s, h] = S(c);\n switch (h) {\n case \"append\":\n n.content.push(s);\n break;\n case \"merge\":\n n.content = n.content.concat(s);\n break;\n }\n c.nextSibling && c.nextSibling.nodeType === c.nextSibling.TEXT_NODE && c.nextSibling.nodeValue && (c.nextSibling.nodeValue.trim() !== \"\" || c.nextSibling.nodeValue === \" \") && n.content.push(c.nextSibling.nodeValue);\n }\n return (n.content.length === 0 && n.type !== u || [\"chapter\", \"verse\", \"optbreak\", \"ms\"].includes(i) || o && [\"va\", \"ca\", \"b\"].includes(o)) && delete n.content, \"eid\" in n && [\"verse\", \"chapter\"].includes(i) && (d = \"ignore\"), [n, d];\n}\nfunction M(e) {\n const [t] = e ? S(e) : [{ content: [] }];\n return t.type = b, t.version = N, t;\n}\nfunction R(e) {\n const i = new O().parseFromString(e, \"text/xml\");\n return M(i.documentElement);\n}\nlet l, a;\nfunction A(e, t) {\n const i = e.createElement(\"verse\");\n return i.setAttribute(\"eid\", t), i;\n}\nfunction E(e, t) {\n const i = e.createElement(\"chapter\");\n return i.setAttribute(\"eid\", t), i;\n}\nfunction X(e, t) {\n t.type === \"unmatched\" ? e.setAttribute(\"marker\", t.marker) : e.setAttribute(\"style\", t.marker);\n for (const [i, o] of Object.entries(t))\n o && ![\"type\", \"marker\", \"content\"].includes(i) && e.setAttribute(i, o);\n}\nfunction p(e, t, i, o) {\n let r, d, n;\n if (typeof e == \"string\") r = i.createTextNode(e);\n else if (d = e.type.replace(\"table:\", \"\"), r = i.createElement(d), X(r, e), e.content)\n for (const [f, c] of e.content.entries()) {\n const s = f === e.content.length - 1;\n p(c, r, i, s);\n }\n a && (d === \"verse\" || t.tagName === \"para\" && o) && (n = A(i, a), a = void 0), d === \"verse\" && typeof e != \"string\" && e.sid !== void 0 && (a = e.sid), l && (d === \"chapter\" || d === \"para\" && o) && (n = E(i, l), l = void 0), d === \"chapter\" && typeof e != \"string\" && e.sid !== void 0 && (l = e.sid), n && !o && t.appendChild(n), t.appendChild(r), n && o && t.appendChild(n), o && t.nodeName === u && (a && t.appendChild(A(i, a)), l && t.appendChild(E(i, l)), a = void 0, l = void 0);\n}\nfunction y(e, t) {\n if (t.documentElement) {\n for (const [i, o] of e.content.entries()) {\n const r = i === e.content.length - 1;\n p(o, t.documentElement, t, r);\n }\n return t.documentElement ?? void 0;\n }\n}\nfunction B(e) {\n const t = new T().createDocument(\"\", u);\n return t.documentElement && (t.documentElement.setAttribute(\"version\", v), y(e, t)), t.toString();\n}\nexport {\n m as MARKER_OBJECT_PROPS,\n b as USJ_TYPE,\n N as USJ_VERSION,\n P as isValidBookCode,\n B as usjToUsxString,\n R as usxStringToUsj\n};\n//# sourceMappingURL=index.js.map\n","// This was disabled so class functions that are similar in purpose can be grouped together\n/* eslint-disable @typescript-eslint/member-ordering */\nimport {\n USJ_TYPE,\n type MarkerContent,\n type MarkerObject,\n type Usj,\n} from '@biblionexus-foundation/scripture-utilities';\nimport { VerseRef } from '@sillsdev/scripture';\nimport { JSONPath } from 'jsonpath-plus';\nimport {\n CHAPTER_TYPE,\n ContentJsonPath,\n IUsjReaderWriter,\n UsjContentLocation,\n VERSE_TYPE,\n VerseRefOffset,\n} from './usj-reader-writer.model';\n\nconst NODE_TYPES_NOT_CONTAINING_VERSE_TEXT = ['figure', 'note', 'sidebar', 'table'];\nObject.freeze(NODE_TYPES_NOT_CONTAINING_VERSE_TEXT);\n\n/** Map of USJ content arrays and objects inside content arrays to the content array owner */\ntype UsjParentMap = Map;\n\n/**\n * Represents information about where a USJ node resides in the `content` array of its parent.\n * `parent` is a reference to the node's parent, and `index` represents the numeric index inside of\n * `parent`'s content array.\n */\ntype StackItem = { parent: MarkerObject | Usj; index: number };\n\n/**\n * Stack of levels inside a USJ tree relative to a specific node. The top of the stack should always\n * be the root Usj object.\n */\ntype WorkingStack = StackItem[];\n\n/**\n * Chapter and verse numbers along with the node within a USJ object that represents the start of\n * that chapter + verse\n */\ntype ChapterVerseNode = {\n chapterNum: number | undefined;\n verseNum: number | undefined;\n /**\n * All text following this node belongs to the given chapter and verse until another chapter or\n * verse node is found\n */\n startingContentNode: MarkerObject | undefined;\n};\n\n/** Represents USJ formatted scripture with helpful utilities for working with it */\nexport default class UsjReaderWriter implements IUsjReaderWriter {\n private readonly usj: Usj;\n private parentMapInternal: UsjParentMap | undefined;\n\n constructor(usj: Usj) {\n this.usj = usj;\n }\n\n // If new variables are created to speed up queries, they should be reset here\n usjChanged(): void {\n this.parentMapInternal = undefined;\n }\n\n // #region Directly using the JSONPath package to perform JSONPath query -> USJ node\n\n findSingleValue(jsonPathQuery: string): T | undefined {\n const wrappedResults = JSONPath({ path: jsonPathQuery, json: this.usj, wrap: true });\n if (wrappedResults === undefined || wrappedResults.length === 0) return undefined;\n if (!Array.isArray(wrappedResults[0])) return wrappedResults[0];\n\n // There is no way to tell the difference between a query that returns a single result that is an\n // array and a query that returns multiple results wrapped in an array when `wrap` is false.\n // However, if `wrap` is true then a single result that is an array will be a different array\n // object than the array object within `usj`. So we need to run with `wrap` as true and false to\n // get the original array object back for a query that returns a single array.\n const unwrappedResults = JSONPath({ path: jsonPathQuery, json: this.usj, wrap: false });\n if (unwrappedResults.length === 1 && Array.isArray(unwrappedResults[0]))\n // I have no idea why eslint is mad about casting from `any` to `T`, but it doesn't like it\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return unwrappedResults[0] as T;\n return unwrappedResults;\n }\n\n findParent(jsonPathQuery: string): T | undefined {\n // Note that \"resultType: 'parent'\" does not work for queries\n // The \"jsonpath-plus\" package allows putting a carat at the end of a query to get a parent\n return this.findSingleValue(`${jsonPathQuery}^`);\n }\n\n private findBookId(): string | undefined {\n return this.findSingleValue('$.content[?(@.type==\"book\" && @.marker==\"id\")].code');\n }\n\n private findChapterNode(chapterNumber: number): MarkerObject | undefined {\n const chapterQuery = `$..content[?(@.type==\"chapter\" && @.number==\"${chapterNumber}\")]`;\n return this.findSingleValue(chapterQuery);\n }\n\n // #endregion\n\n // #region Parent Maps\n\n private static createParentMapInternal(\n obj: MarkerObject,\n parent: MarkerObject | Usj,\n parentMap: UsjParentMap,\n ): void {\n parentMap.set(obj, parent);\n // USJ queries may return pointers to content arrays, not just objects\n if (obj.content) parentMap.set(obj.content, obj);\n obj.content?.forEach((child) => {\n if (typeof child === 'object') UsjReaderWriter.createParentMapInternal(child, obj, parentMap);\n });\n }\n\n /** Viewing a Usj object as a tree, build a map to walk up the tree */\n private createUsjParentMap(): UsjParentMap {\n const parentMap = new Map();\n if (this.usj.content) parentMap.set(this.usj.content, this.usj);\n this.usj.content.forEach((content) => {\n if (typeof content === 'object')\n UsjReaderWriter.createParentMapInternal(content, this.usj, parentMap);\n });\n return parentMap;\n }\n\n /** Create the parent map if it doesn't already exist and return it */\n private get parentMap(): UsjParentMap {\n if (this.parentMapInternal) return this.parentMapInternal;\n this.parentMapInternal = this.createUsjParentMap();\n return this.parentMapInternal;\n }\n\n // #endregion\n\n // #region Working Stacks\n\n /** Return the working stack applicable to the given node */\n private createWorkingStack(node: MarkerObject): WorkingStack {\n // Represents levels in the USJ node tree that are above the current node (i.e., ancestors)\n // Levels in the tree are represented as a stack, so the last item in the stack is node's parent\n const workingStack: WorkingStack = [];\n\n // Grab a reference so we don't keep checking if it exists\n const { parentMap } = this;\n\n // `node` might be in the middle of the USJ tree, so build up the stack before walking the tree\n let tempNode: MarkerObject | Usj = node;\n let tempParent = parentMap.get(tempNode);\n while (tempParent !== undefined) {\n if (!tempParent.content)\n throw new Error('Invalid parentMap: all parents should have content');\n\n if (\n // Referencing tempNode and tempParent is OK in the loop since 'let' is used instead of 'var'\n // eslint-disable-next-line no-loop-func\n !tempParent.content.find((tempChild, index) => {\n if (tempChild !== tempNode) return false;\n if (!tempParent) throw new Error('undefined \"tempParent\" should not be possible');\n workingStack.unshift({ parent: tempParent, index });\n return true;\n })\n )\n throw new Error(`Unable to find correct parent node of ${JSON.stringify(tempNode)}`);\n\n if (tempParent.type === USJ_TYPE) break;\n tempNode = tempParent;\n // TS doesn't understand that only Usj objects have type == USJ_TYPE\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n tempParent = parentMap.get(tempParent as MarkerObject);\n }\n\n return workingStack;\n }\n\n private static convertWorkingStackToJsonPath(stack: WorkingStack): ContentJsonPath {\n let jsonPath = '$';\n stack.forEach((stackLevel) => {\n jsonPath = `${jsonPath}.content[${stackLevel.index}]`;\n });\n // The JSONPath string construction above conforms to the ContentJsonPath type\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return jsonPath as ContentJsonPath;\n }\n\n private convertJsonPathToWorkingStack(jsonPath: ContentJsonPath): WorkingStack {\n const retVal: WorkingStack = [];\n\n const levels = jsonPath.match(/content\\[(\\d+)\\]/g);\n if (!levels) throw new Error(`Malformed or unexpected jsonPath: ${jsonPath}`);\n\n let onNode: Usj | MarkerObject = this.usj;\n\n levels.forEach((level, onLevel) => {\n const indexString = /(\\d+)/.exec(level);\n if (!indexString) throw new Error(`Malformed or unexpected jsonPath: ${jsonPath}`);\n const index = parseInt(indexString[0], 10);\n retVal.push({ parent: onNode, index });\n if (onLevel + 1 < levels.length) {\n if (typeof onNode === 'string' || !onNode.content)\n throw new Error(`jsonPath points to node without children: ${JSON.stringify(onNode)}`);\n const nextNode = onNode.content[index];\n if (typeof nextNode === 'string')\n throw new Error(`jsonPath points to node without children: ${JSON.stringify(nextNode)}`);\n onNode = nextNode;\n }\n });\n\n return retVal;\n }\n\n // #endregion\n\n // #region Walk the node tree\n\n /**\n * Given the starting point of a tree to consider (`node`), find the rightmost MarkerObject from\n * the array of `content`. In the following example, this would be \"J\".\n *\n * A <- Consider \"A\" to be `node`\n * / / | \\ \\\n * B C D E F <- Consider these to be MarkerObjects inside the `content` array owned by \"A\"\n * | / \\ |\n * G H I J <- Consider these to be MarkerObjects inside their parents `content` arrays\n *\n * If \"F\" did not exist in this example, then \"E\" would be returned. If \"E\" and \"F\" didn't exist,\n * then \"I\" would be returned.\n *\n * The general idea here is that we are looking for the MarkerObject in Usj that is immediately\n * adjacent to whatever `node`'s next sibling is in `parent`'s `content` array.\n */\n private static findRightMostDescendantMarkerObject(\n node: MarkerObject,\n parent: MarkerObject | Usj,\n skipTypes: string[] = [],\n ): { node: MarkerObject; parent: MarkerObject | Usj } {\n // There are no descendants, so this is as deep as it goes\n if (!node.content) return { node, parent };\n\n for (let index = node.content.length - 1; index >= 0; index--) {\n const candidate = node.content[index];\n if (typeof candidate === 'object' && !skipTypes.includes(candidate.type)) {\n if (candidate.content)\n return this.findRightMostDescendantMarkerObject(candidate, node, skipTypes);\n return { node: candidate, parent: node };\n }\n }\n\n // All descendants were strings which aren't MarkerObjects\n return { node, parent };\n }\n\n private static findNextMatchingNodeUsingWorkingStack(\n node: MarkerContent,\n workingStack: WorkingStack,\n skipTypes: string[],\n searchFunction: (potentiallyMatchingNode: MarkerContent, workingStack: WorkingStack) => boolean,\n ): MarkerContent | undefined {\n // Walk the nodes in a depth-first, left-to-right manner until the search function returns true\n let nextNode: MarkerContent | undefined = node;\n while (nextNode !== undefined) {\n const skipNextNode = typeof nextNode === 'object' && skipTypes.includes(nextNode.type);\n\n // If we found the node we're looking for, we're done\n if (!skipNextNode && searchFunction(nextNode, workingStack)) return nextNode;\n\n // Look at the node's children\n if (!skipNextNode && typeof nextNode === 'object' && (nextNode.content?.length ?? 0) > 0) {\n workingStack.push({ parent: nextNode, index: 0 });\n // Same as `nextNode = nextNode.content[0];` without triggering 2 different eslint errors\n [nextNode] = nextNode.content;\n }\n // The node has no children, so look at the next sibling, or the parent's next sibling, etc. up the stack\n else {\n nextNode = undefined;\n while (workingStack.length > 0) {\n const nextLevel = workingStack.pop();\n // We know that `content` exists due to its presence in this data structure\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n if (nextLevel && nextLevel.index + 1 < nextLevel.parent.content!.length) {\n nextLevel.index += 1;\n workingStack.push(nextLevel);\n // We know that `content` exists due to its presence in this data structure\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n nextNode = nextLevel.parent.content![nextLevel.index];\n break;\n }\n }\n }\n }\n\n // We've looked everywhere, so there must not be an appropriate node anywhere\n return undefined;\n }\n\n /**\n * Walk through a USJ node tree depth-first, left-to-right to find the first node that matches\n * criteria specified by `searchFunction` (i.e., the first node where `searchFunction` returns\n * `true`)\n */\n private findNextMatchingNode(\n node: MarkerObject,\n skipTypes: string[],\n searchFunction: (potentiallyMatchingNode: MarkerContent, workingStack: WorkingStack) => boolean,\n ): MarkerContent | undefined {\n // Represents levels in the USJ node tree that are above the current node (i.e., ancestors)\n // Levels in the tree are represented as a stack, so the last item is the current node's parent\n const workingStack = this.createWorkingStack(node);\n\n return UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n node,\n workingStack,\n skipTypes,\n searchFunction,\n );\n }\n\n // #endregion\n\n // #region Node -> JSONPath\n\n nodeToJsonPath(node: MarkerObject): ContentJsonPath {\n return UsjReaderWriter.convertWorkingStackToJsonPath(this.createWorkingStack(node));\n }\n\n // #endregion\n\n // #region USJ + node -> VerseRef + offset\n\n /** Find the chapter and verse that apply to a given USJ node */\n private findVerseRefForNode(\n node: MarkerContent,\n nodeParent: MarkerObject | Usj,\n retVal: ChapterVerseNode = {\n chapterNum: undefined,\n verseNum: undefined,\n startingContentNode: undefined,\n },\n ): ChapterVerseNode {\n // If we already have the data, we're done\n if (retVal.verseNum !== undefined && retVal.chapterNum !== undefined) return retVal;\n\n // See if this node gives us the data\n if (typeof node === 'object' && node.number !== undefined) {\n const nodeNumber = Number.parseInt(node.number, 10);\n if (node.type === CHAPTER_TYPE) {\n retVal.chapterNum = nodeNumber;\n retVal.verseNum = retVal.verseNum ?? 0;\n retVal.startingContentNode = retVal.startingContentNode ?? node;\n return retVal;\n }\n if (node.type === VERSE_TYPE && !retVal.verseNum) {\n retVal.verseNum = nodeNumber;\n retVal.startingContentNode = node;\n }\n }\n\n // Prepare to look for siblings of this node in the parent\n if (!nodeParent.content)\n throw new Error(`\"content\" array not found: ${JSON.stringify(nodeParent)}`);\n\n // Find the position of this node in the parent's content\n let nodeIndex = 0;\n for (let index = 0; index < nodeParent.content.length; index++) {\n if (nodeParent.content[index] === node) {\n nodeIndex = index;\n break;\n }\n }\n\n // Find the first, previous sibling of this node that is an object\n let previousNodeIndex = nodeIndex - 1;\n while (previousNodeIndex >= 0 && typeof nodeParent.content[previousNodeIndex] !== 'object')\n previousNodeIndex -= 1;\n\n // There are no more siblings to inspect from this parent, so walk up a level\n if (previousNodeIndex < 0) {\n // We can't walk up a level if we're at the top level Usj node, so we're done\n if (nodeParent.type === USJ_TYPE) {\n if (retVal.chapterNum === undefined) {\n retVal.chapterNum = 1;\n retVal.verseNum = 0;\n retVal.startingContentNode = undefined;\n }\n return retVal;\n }\n\n // TS doesn't understand that only Usj objects have type == USJ_TYPE\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n const nodeParentMarkerObject = nodeParent as MarkerObject;\n\n const grandparent = this.parentMap.get(nodeParentMarkerObject);\n if (!grandparent) throw new Error(`No parent found for ${JSON.stringify(nodeParent)}`);\n return this.findVerseRefForNode(nodeParentMarkerObject, grandparent, retVal);\n }\n\n // Walk down the sibling's children as far as we can\n // This is a MarkerObject based on the while loop a few lines above\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n const previousNode = nodeParent.content[previousNodeIndex] as MarkerObject;\n const descendant = UsjReaderWriter.findRightMostDescendantMarkerObject(\n previousNode,\n nodeParent,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n );\n return this.findVerseRefForNode(descendant.node, descendant.parent, retVal);\n }\n\n nodeToVerseRefAndOffset(\n bookId: string,\n node: MarkerContent,\n nodeParent: MarkerObject | MarkerContent[] | undefined,\n ): { verseRef: VerseRef; offset: number } | undefined {\n if (typeof node === 'string' && nodeParent === undefined)\n throw new Error(`If \"node\" is a string, then \"nodeParent\" cannot be undefined`);\n\n let realParent: MarkerObject | Usj | undefined;\n // \"node\" cannot be a string if \"nodeParent\" is undefined\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n if (nodeParent === undefined) realParent = this.parentMap.get(node as MarkerObject);\n else realParent = Array.isArray(nodeParent) ? this.parentMap.get(nodeParent) : nodeParent;\n if (realParent === undefined)\n throw new Error(`Cannot find parent for ${JSON.stringify(nodeParent)}`);\n\n const chapterVerseContent = this.findVerseRefForNode(node, realParent);\n if (!chapterVerseContent) return undefined;\n\n if (!chapterVerseContent.chapterNum)\n throw new Error(`Could not determine chapter number for ${JSON.stringify(node)}`);\n\n const verseRef = new VerseRef(\n bookId,\n chapterVerseContent.chapterNum.toString(),\n chapterVerseContent.verseNum ? chapterVerseContent.verseNum.toString() : '0',\n );\n\n let offset = 0;\n // Walk forward through the USJ nodes until `node` is found, incrementing `offset` along the way\n if (chapterVerseContent.startingContentNode !== undefined) {\n this.findNextMatchingNode(chapterVerseContent.startingContentNode, [], (n, stack) => {\n if (n === node) return true;\n if (stack.find((level) => NODE_TYPES_NOT_CONTAINING_VERSE_TEXT.includes(level.parent.type)))\n return false;\n if (typeof n === 'string') {\n offset += n.length;\n return false;\n }\n if (\n (n.type === CHAPTER_TYPE && n.number !== chapterVerseContent.chapterNum?.toString()) ||\n (n.type === VERSE_TYPE && n.number !== chapterVerseContent.verseNum?.toString())\n ) {\n offset = 0;\n return true;\n }\n return false;\n });\n }\n\n return { verseRef, offset };\n }\n\n // #endregion\n\n // #region JSONPath -> VerseRef + offset\n\n jsonPathToVerseRefAndOffset(jsonPathQuery: string, bookId?: string): VerseRefOffset {\n const effectiveBookId = bookId ?? this.findBookId();\n if (!effectiveBookId) throw new Error('Not able to determine the book ID');\n\n const target: MarkerContent | undefined = this.findSingleValue(jsonPathQuery);\n if (!target) throw new Error(`No result found for JSONPath query: ${jsonPathQuery}`);\n\n const parent: MarkerObject | MarkerContent[] | undefined = this.findParent(jsonPathQuery);\n if (!parent) throw new Error(`Could not determine parent for ${jsonPathQuery}`);\n\n const verseRefAndOffset = this.nodeToVerseRefAndOffset(effectiveBookId, target, parent);\n if (!verseRefAndOffset)\n throw new Error(`Could not determine VerseRef that corresponds to ${jsonPathQuery}`);\n\n return verseRefAndOffset;\n }\n\n // #endregion\n\n // #region VerseRef + offset -> Node + JSONPath + offset\n\n verseRefToUsjContentLocation(verseRef: VerseRef, verseRefOffset: number = 0): UsjContentLocation {\n if (verseRefOffset < 0) throw new Error('offset must be >= 0');\n\n // Prefer getting the book ID from the USJ itself, but it might not be available\n const bookId = this.findBookId() ?? verseRef.book;\n if (!bookId) throw new Error('Not able to determine the book ID');\n if (bookId !== verseRef.book)\n throw new Error(`Book IDs don't match: USJ=${bookId}, VerseRef=${verseRef.book}`);\n\n const chapterNode = this.findChapterNode(verseRef.chapterNum);\n if (chapterNode === undefined)\n throw new Error(`Could not find ${bookId} chapter ${verseRef.chapterNum}`);\n\n let foundAnotherChapter = false;\n let jsonPath: ContentJsonPath = '';\n const expectedVerse = verseRef.verse;\n const verseNode: MarkerContent | undefined = this.findNextMatchingNode(\n chapterNode,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, workingStack) => {\n if (node === chapterNode) {\n if (verseRef.verseNum === 0) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n return true;\n }\n return false;\n }\n if (typeof node !== 'object') return false;\n if (node.type === CHAPTER_TYPE) {\n foundAnotherChapter = true;\n return true;\n }\n if (\n node.type === VERSE_TYPE &&\n node.number !== undefined &&\n node.number === expectedVerse\n ) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n return true;\n }\n return false;\n },\n );\n\n if (foundAnotherChapter || verseNode === undefined || typeof verseNode === 'string')\n throw new Error(`Verse ${expectedVerse} not found in ${bookId} ${verseRef.chapterNum}`);\n\n if (verseRefOffset === 0) return { node: verseNode, offset: 0, jsonPath };\n\n let cumulativeVerseLengthSeen = 0;\n let usjNodeOffset = 0;\n let foundNode: MarkerContent | undefined;\n this.findNextMatchingNode(\n verseNode,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, workingStack) => {\n if (node === verseNode) return false;\n if (typeof node === 'string') {\n cumulativeVerseLengthSeen += node.length;\n if (cumulativeVerseLengthSeen > verseRefOffset) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n usjNodeOffset = verseRefOffset - cumulativeVerseLengthSeen + node.length;\n foundNode = node;\n return true;\n }\n }\n // If we found another verse or chapter, then the offset was larger than the verse length\n // Just return the original verse node in that case\n else if (node.type === CHAPTER_TYPE || node.type === VERSE_TYPE) return true;\n return false;\n },\n );\n\n return { node: foundNode ?? verseNode, offset: usjNodeOffset, jsonPath };\n }\n\n // #endregion\n\n // #region Search for text from a node + JSONPath + offset\n\n findNextLocationOfMatchingText(\n startingPoint: UsjContentLocation,\n text: string,\n maxTextLengthToSearch: number = 1000,\n ): UsjContentLocation | undefined {\n let textScanned = '';\n let lengthScanned = 0;\n let lengthTrimmed = 0;\n let foundStartingAtOffset = 0;\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n startingPoint.node,\n this.convertJsonPathToWorkingStack(startingPoint.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node) => {\n if (typeof node !== 'string') return false;\n\n lengthScanned += node.length;\n textScanned = `${textScanned}${node}`;\n const textIndex = textScanned.indexOf(text);\n if (textIndex < 0) {\n // Keep the string we're keeping around from going too large\n lengthTrimmed += textScanned.length;\n if (textScanned.length > text.length)\n textScanned = textScanned.substring(textScanned.length - text.length);\n lengthTrimmed -= textScanned.length;\n\n // Stop looking if we haven't found it after scanning a lot of text\n return lengthScanned > maxTextLengthToSearch;\n }\n\n // We found it!\n foundStartingAtOffset = lengthTrimmed + textIndex;\n return true;\n },\n );\n\n // We never found what we wanted\n if (foundStartingAtOffset <= 0) return undefined;\n\n // The text might have been split between nodes, so we have to go through it one more time\n lengthScanned = 0;\n let finalOffset = 0;\n let finalStack: WorkingStack = [];\n const finalNode = UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n startingPoint.node,\n this.convertJsonPathToWorkingStack(startingPoint.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, stack) => {\n if (typeof node !== 'string') return false;\n\n lengthScanned += node.length;\n if (lengthScanned < foundStartingAtOffset + 1) return false;\n\n finalOffset = foundStartingAtOffset - lengthScanned + node.length;\n finalStack = stack;\n return true;\n },\n );\n if (!finalNode) throw new Error('Internal error: inconsistent search results');\n\n return {\n node: finalNode,\n offset: finalOffset,\n jsonPath: UsjReaderWriter.convertWorkingStackToJsonPath(finalStack),\n };\n }\n\n // #endregion\n\n // #region Extract text from a node + JSONPath + offset\n\n extractText(start: UsjContentLocation, desiredLength: number): string {\n let retVal = '';\n let offsetRemaining = start.offset;\n let lengthRecorded = 0;\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n start.node,\n this.convertJsonPathToWorkingStack(start.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node) => {\n if (typeof node !== 'string') return false;\n if (offsetRemaining >= node.length) {\n offsetRemaining -= node.length;\n return false;\n }\n let remainingNode = node;\n if (offsetRemaining > 0) {\n remainingNode = remainingNode.substring(offsetRemaining);\n offsetRemaining = 0;\n }\n if (lengthRecorded + remainingNode.length < desiredLength) {\n lengthRecorded += remainingNode.length;\n retVal = `${retVal}${remainingNode}`;\n return false;\n }\n const lengthToCopy = desiredLength - lengthRecorded;\n retVal = `${retVal}${remainingNode.substring(0, lengthToCopy - 1)}`;\n return true;\n },\n );\n return retVal;\n }\n\n extractTextBetweenPoints(\n start: UsjContentLocation,\n end: UsjContentLocation,\n maxLength: number = 100,\n ): string {\n let retVal = '';\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n start.node,\n this.convertJsonPathToWorkingStack(start.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, currentStack) => {\n // `node` and `end.node` are both `MarkerContent` which might be strings or objects\n if (node === end.node) {\n // If both objects are the same, then we definitely found `end`\n if (typeof node === 'object') return true;\n\n // If both strings are the same, we need to verify that we're at the same place in `usj`\n if (end.jsonPath === UsjReaderWriter.convertWorkingStackToJsonPath(currentStack))\n return true;\n }\n if (typeof node !== 'string') return false;\n retVal = `${retVal}${node}`;\n if (retVal.length > maxLength) retVal = retVal.substring(0, maxLength);\n return retVal.length >= maxLength;\n },\n );\n return retVal;\n }\n\n // #endregion\n\n // #region Edit this USJ data\n\n private static removeContentNodesFromArray(\n contentArray: MarkerContent[],\n searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean,\n ) {\n let removedCount = 0;\n for (let i = contentArray.length - 1; i >= 0; i--) {\n const node = contentArray[i];\n if (searchFunction(node)) {\n contentArray.splice(i, 1);\n removedCount += 1;\n } else if (typeof node !== 'string' && node.content)\n removedCount += this.removeContentNodesFromArray(node.content, searchFunction);\n }\n return removedCount;\n }\n\n removeContentNodes(searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean): number {\n const retVal = UsjReaderWriter.removeContentNodesFromArray(this.usj.content, searchFunction);\n this.usjChanged();\n return retVal;\n }\n\n // #endregion\n}\n"],"names":["AsyncVariable","variableName","rejectIfNotSettledWithinMS","__publicField","resolve","reject","value","throwIfAlreadySettled","reason","Collator","locales","options","string1","string2","DateTimeFormat","date","startDate","endDate","PlatformEventEmitter","event","callback","callbackIndex","newGuid","s","isString","o","deepClone","obj","debounce","fn","delay","timeout","args","groupBy","items","keySelector","valueSelector","map","item","key","group","isErrorWithMessage","error","toErrorWithMessage","maybeError","getErrorMessage","wait","ms","waitForDuration","maxWaitTimeInMS","getAllObjectFunctionNames","_objId","objectFunctionNames","property","objectPrototype","createSyncProxyForAsyncObject","getObject","objectToProxy","target","prop","DocumentCombiner","baseDocument","documentName","document","previousDocumentVersion","documentToSet","contributions","contributionName","potentialOutput","outputIteration","contribution","mergeObjects","output","finalOutput","areNonArrayObjects","values","allMatch","areArrayObjects","startingPoint","copyFrom","ignoreDuplicateProperties","retVal","mergeObjectsInternal","startingPointObj","copyFromObj","Mutex","AsyncMutex","MutexMap","mutexID","NonValidatingDocumentCombiner","NumberFormat","startRange","endRange","UnsubscriberAsyncList","name","unsubscribers","unsubscriber","unsubs","results","unsubscriberSucceeded","index","P","R","t","e","n","N","B","O","S","K","g","k","x","T","X","V","w","L","G","A","H","C","I","y","q","U","m","l","h","c","E","r","D","i","a","u","v","f","d","b","p","J","M","charRegex","astralRange","comboRange","varRange","familyRange","astral","combo","fitz","modifier","nonAstral","regional","surrogatePair","zwj","blackFlag","family","optModifier","optVar","optJoin","seq","symbol","__importDefault","this","mod","dist","char_regex_1","require$$0","toArray","str","toArray_1","length","match","length_1","substring","begin","end","substring_1","substr","len","strLength","substr_1","limit","padString","padPosition","padRepeats","limit_1","indexOf","searchStr","pos","strArr","searchArr","finded","searchIndex","indexOf_1","ensureArray","maybeArray","at","string","stringLength","charAt","codePointAt","endsWith","searchString","endPosition","lastIndexOfSearchString","lastIndexOf","indexOfClosestClosingCurlyBrace","escaped","closeCurlyBraceIndex","formatReplacementStringToArray","replacers","contents","nextIntermediateStartIndex","addToContents","newContent","newContentIndex","newContentLength","intermediateContent","baseSubstring","replacerKey","replacerContent","endContent","formatReplacementString","content","includes","position","partialString","stringzIndexOf","validatedPosition","stringzLength","normalize","form","upperCaseForm","ordinalCompare","padEnd","targetLength","stringzLimit","padStart","correctSliceIndex","slice","indexStart","indexEnd","newStart","newEnd","split","separator","splitLimit","result","regexSeparator","matches","currentIndex","matchIndex","matchLength","startsWith","stringzSubstr","stringzSubstring","stringzToArray","isLocalizeKey","escapeStringRegexp","transformAndEnsureRegExpRegExpArray","stringStringMaybeArray","stringMaybeStringArray","transformAndEnsureRegExpArray","stringMaybeArray","scrBookData","FIRST_SCR_BOOK_NUM","LAST_SCR_BOOK_NUM","FIRST_SCR_CHAPTER_NUM","FIRST_SCR_VERSE_NUM","defaultScrRef","getChaptersForBook","bookNum","_a","offsetBook","scrRef","offset","offsetChapter","offsetVerse","getLocalizedIdFromBookNumber","bookNumber","localizationLanguage","getLocalizedString","id","Canon","bookName","parts","scrRefToBBBCCCVVV","VerseRef","compareScrRefs","scrRef1","scrRef2","getLocalizeKeyForScrollGroupId","scrollGroupId","getLocalizeKeysForScrollGroupIds","scrollGroupIds","formatScrRef","optionOrLocalizedBookName","chapterVerseSeparator","bookChapterSeparator","book","aggregateUnsubscribers","success","aggregateUnsubscriberAsyncs","unsubPromises","CHAPTER_TYPE","VERSE_TYPE","getOwnPropertyNames","getOwnPropertySymbols","hasOwnProperty","combineComparators","comparatorA","comparatorB","state","createIsCircular","areItemsEqual","cache","cachedA","cachedB","getStrictProperties","object","hasOwn","sameValueZeroEqual","OWNER","getOwnPropertyDescriptor","keys","areArraysEqual","areDatesEqual","areMapsEqual","matchedIndices","aIterable","aResult","bResult","bIterable","hasMatch","aKey","aValue","_b","bKey","bValue","areObjectsEqual","properties","areObjectsEqualStrict","descriptorA","descriptorB","arePrimitiveWrappersEqual","areRegExpsEqual","areSetsEqual","areTypedArraysEqual","ARGUMENTS_TAG","BOOLEAN_TAG","DATE_TAG","MAP_TAG","NUMBER_TAG","OBJECT_TAG","REG_EXP_TAG","SET_TAG","STRING_TAG","isArray","isTypedArray","assign","getTag","createEqualityComparator","constructor","tag","createEqualityComparatorConfig","circular","createCustomConfig","strict","config","areArraysEqual$1","areMapsEqual$1","areObjectsEqual$1","areSetsEqual$1","createInternalEqualityComparator","compare","_indexOrKeyA","_indexOrKeyB","_parentA","_parentB","createIsEqual","comparator","createState","equals","meta","deepEqual","createCustomEqual","createCustomInternalComparator","isEqualDeep","isSubset","objectWithAllProperties","objectWithPartialProperties","partialArray","allArray","partialObj","allObj","serialize","replacer","space","replacerValue","newValue","deserialize","reviver","replaceNull","verseRefReviver","_vrefKey","vrefValue","chapter","verse","versification","ScrVers","combinedReviver","reviverKey","reviverVal","parsedObject","isSerializable","serializedValue","htmlEncode","getCurrentLocale","formatBytes","fileSize","decimals","sizes","sizeToUse","settingsDefs","removeJsonToTypeScriptTypesStuff","defs","def","projectSettingsDocumentSchema","settingsDocumentSchema","localizedStringsDefs","localizedStringsDocumentSchema","menuDocumentSchema","find","list","predicate","ac","freeze","oc","source","HTML_BOOLEAN_ATTRIBUTES","isHTMLBooleanAttribute","HTML_VOID_ELEMENTS","isHTMLVoidElement","tagName","HTML_RAW_TEXT_ELEMENTS","isHTMLRawTextElement","isHTMLEscapableRawTextElement","isHTMLMimeType","mimeType","MIME_TYPE","hasDefaultHTMLNamespace","_MIME_TYPES","isValidMimeType","NAMESPACE","conventions","extendError","writableName","DOMExceptionName","DOMExceptionNames","isValidDomExceptionCode","endsWithError","DOMException","messageOrCode","nameOrMessage","code","ExceptionCode","entries","ParseError","message","locator","errors","detectUnicodeSupport","RegExpImpl","UNICODE_SUPPORT","chars","regexp","chars_without","search","reg","self","part","isStr","regg","UNICODE_REPLACEMENT_CHARACTER","Char","_SChar","SChar_s","S_OPT","NameStartChar","NameStartChar_s","NameChar","Name","Nmtoken","EntityRef","CharRef","Reference","PEReference","EntityValue","AttValue","NCNameStartChar","NCNameChar","NCName","QName","QName_exact","QName_group","SystemLiteral","PI","PubidChar","PubidLiteral","COMMENT_START","COMMENT_END","Comment","PCDATA","Mixed","_children_quantity","children","contentspec","ELEMENTDECL_START","elementdecl","NotationType","Enumeration","EnumeratedType","AttType","DefaultDecl","AttDef","ATTLIST_DECL_START","AttlistDecl","SYSTEM","PUBLIC","ExternalID","ExternalID_match","NDataDecl","EntityDef","ENTITY_DECL_START","GEDecl","PEDef","PEDecl","EntityDecl","PublicID","NotationDecl","Eq","VersionNum","VersionInfo","EncName","EncodingDecl","SDDecl","XMLDecl","DOCTYPE_DECL_START","CDATA_START","CDATA_END","CDStart","CDEnd","CData","CDSect","grammar","PDC","require$$1","require$$2","checkSymbol","notEmptyString","input","splitOnASCIIWhitespace","orderedSetReducer","current","element","toOrderedSet","arrayIncludes","validateQualifiedName","qualifiedName","validateAndExtract","namespace","prefix","localName","splitResult","copy","src","dest","_extends","Class","Super","pt","NodeType","ELEMENT_NODE","ATTRIBUTE_NODE","TEXT_NODE","CDATA_SECTION_NODE","ENTITY_REFERENCE_NODE","ENTITY_NODE","PROCESSING_INSTRUCTION_NODE","COMMENT_NODE","DOCUMENT_NODE","DOCUMENT_TYPE_NODE","DOCUMENT_FRAGMENT_NODE","NOTATION_NODE","DocumentPosition","parentChain","node","chain","commonAncestor","docGUID","doc","NodeList","nodeFilter","buf","serializeToString","me","LiveNodeList","refresh","_updateLiveList","inc","ls","__set__","NamedNodeMap","_findNodeIndex","_addNamedNode","el","newAttr","oldAttr","_onRemoveAttribute","_onAddAttribute","_removeNamedNode","attr","lastIndex","namespaceURI","DOMImplementation","feature","version","doctype","contentType","Document","root","publicId","systemId","internalSubset","DocumentType","title","htmlNode","headNode","titleNode","Node","rootNode","other","parent","otherNode","newChild","refChild","_insertBefore","oldChild","assertPreReplacementValidityInDocument","_removeChild","deep","cloneNode","child","next","node1","node2","attr1","attr2","Attr","chain1","chain2","ca","_xmlEncoder","_visitNode","opt","ns","remove","_onUpdateChild","childNodes","parentNode","oldPreviousSibling","oldNextSibling","hasValidParentNodeType","hasInsertableNodeType","isDocTypeNode","isElementNode","isTextNode","isElementInsertionPossible","parentChildNodes","docTypeNode","isElementReplacementPossible","hasElementChildThatIsNotChild","assertPreInsertionValidity1to5","assertPreInsertionValidityInDocument","nodeChildNodes","nodeChildElements","parentElementChild","_inDocumentAssertion","cp","newFirst","newLast","pre","removed","importedNode","importNode","rtv","Element","attrs","DocumentFragment","data","Text","CDATASection","ProcessingInstruction","EntityReference","validated","old","classNames","classNamesSet","base","nodeClassNames","nodeClassNamesSet","isHTMLDocument","lowerQualifiedName","nodeQualifiedName","matchingQName","CharacterData","count","text","start","newText","newNode","Notation","Entity","XMLSerializer","nodeSerializeToString","refNode","uri","visibleNamespaces","needNamespaceDefine","isHTML","addSerializedAttribute","nodeName","prefixedNodeName","defaultNS","ai","nsi","canCloseTag","pubid","sysid","attrs2","getTextContent","dom","exports","S_TAG","S_ATTR","S_ATTR_SPACE","S_EQ","S_ATTR_NOQUOT_VALUE","S_ATTR_END","S_TAG_SPACE","S_TAG_CLOSE","XMLReader","defaultNSMap","entityMap","domBuilder","_copy","parse","ENTITY_REG","defaultNSMapCopy","errorHandler","fixedFromCharCode","surrogate1","surrogate2","entityReplacer","complete","appendText","xt","lineEnd","linePattern","lineStart","parseStack","unclosedTags","tagStart","fromSource","tagNameRaw","tagNameMatch","currentTagName","tagNameLower","localNSMap","parseProcessingInstruction","parseDoctypeCommentOrCData","ElementAttributes","currentNSMap","parseElementStartPart","locator2","copyLocator","appendElement","parseHtmlSpecialContent","addAttribute","qname","startIndex","attrName","qName","nsp","nsPrefix","elStartEnd","isEscapableRaw","elEndStart","parseUtils","char","skip","skipBlanks","blanks","substringFromIndex","substringStartsWith","getMatch","expr","parseDoctypeInternalSubset","parsePI","intSubsetStart","comment","cdata","sax","entities","require$$3","require$$4","normalizeLineEndings","DOMParser","DOMHandler","defaultNamespace","isXml","impl","ins","ch","_toString","charNode","comm","dt","level","_locator","handler","NODE_TYPES_NOT_CONTAINING_VERSE_TEXT","UsjReaderWriter","usj","jsonPathQuery","wrappedResults","JSONPath","unwrappedResults","chapterNumber","chapterQuery","parentMap","workingStack","tempNode","tempParent","tempChild","USJ_TYPE","stack","jsonPath","stackLevel","levels","onNode","onLevel","indexString","nextNode","skipTypes","candidate","searchFunction","skipNextNode","nextLevel","nodeParent","nodeNumber","nodeIndex","previousNodeIndex","nodeParentMarkerObject","grandparent","previousNode","descendant","bookId","realParent","chapterVerseContent","verseRef","effectiveBookId","verseRefAndOffset","verseRefOffset","chapterNode","foundAnotherChapter","expectedVerse","verseNode","cumulativeVerseLengthSeen","usjNodeOffset","foundNode","maxTextLengthToSearch","textScanned","lengthScanned","lengthTrimmed","foundStartingAtOffset","textIndex","finalOffset","finalStack","finalNode","desiredLength","offsetRemaining","lengthRecorded","remainingNode","lengthToCopy","maxLength","currentStack","contentArray","removedCount"],"mappings":"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AAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AACF,GAAGC,KAAI;AAAA,EACL;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAGC,KAAI;AAAA,EACL;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA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","x_google_ignoreList":[11,12,13,19,28,29,30,31,32,33,34,35,36]} \ No newline at end of file +{"version":3,"file":"index.js","sources":["../src/async-variable.ts","../src/intl-collator.ts","../src/intl-date-time-format.ts","../src/platform-event-emitter.model.ts","../src/util.ts","../src/document-combiner.ts","../src/mutex.ts","../src/mutex-map.ts","../src/non-validating-document-combiner.ts","../src/intl-number-format.ts","../src/promise-chaining-map.ts","../src/unsubscriber-async-list.ts","../../../node_modules/@sillsdev/scripture/dist/index.es.js","../../../node_modules/char-regex/index.js","../../../node_modules/stringz/dist/index.js","../src/array-util.ts","../src/string-util.ts","../src/scripture-util.ts","../src/unsubscriber.ts","../src/usj-reader-writer.model.ts","../../../node_modules/fast-equals/dist/esm/index.mjs","../src/equality-checking.ts","../src/subset-checking.ts","../src/serialization.ts","../src/intl-util.ts","../src/number-utils.ts","../src/settings.model.ts","../src/localized-strings.model.ts","../src/menus.model.ts","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/conventions.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/errors.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/grammar.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/dom.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/entities.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/sax.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/dom-parser.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/node_modules/@xmldom/xmldom/lib/index.js","../../../node_modules/@biblionexus-foundation/scripture-utilities/dist/index.js","../src/usj-reader-writer.ts"],"sourcesContent":["/** This class provides a convenient way for one task to wait on a variable that another task sets. */\nexport default class AsyncVariable {\n private readonly variableName: string;\n private readonly promiseToValue: Promise;\n private resolver: ((value: T) => void) | undefined;\n private rejecter: ((reason: string | undefined) => void) | undefined;\n\n /**\n * Creates an instance of the class\n *\n * @param variableName Name to use when logging about this variable\n * @param rejectIfNotSettledWithinMS Milliseconds to wait before verifying if the promise was\n * settled (resolved or rejected); will reject if it has not settled by that time. Use -1 if you\n * do not want a timeout at all. Defaults to 10000 ms\n */\n constructor(variableName: string, rejectIfNotSettledWithinMS: number = 10000) {\n this.variableName = variableName;\n this.promiseToValue = new Promise((resolve, reject) => {\n this.resolver = resolve;\n this.rejecter = reject;\n });\n if (rejectIfNotSettledWithinMS > 0) {\n setTimeout(() => {\n if (this.rejecter) {\n this.rejecter(`Timeout reached when waiting for ${this.variableName} to settle`);\n this.complete();\n }\n }, rejectIfNotSettledWithinMS);\n }\n Object.seal(this);\n }\n\n /**\n * Get this variable's promise to a value. This always returns the same promise even after the\n * value has been resolved or rejected.\n *\n * @returns The promise for the value to be set\n */\n get promise(): Promise {\n return this.promiseToValue;\n }\n\n /**\n * A simple way to see if this variable's promise was resolved or rejected already\n *\n * @returns Whether the variable was already resolved or rejected\n */\n get hasSettled(): boolean {\n return Object.isFrozen(this);\n }\n\n /**\n * Resolve this variable's promise to the given value\n *\n * @param value This variable's promise will resolve to this value\n * @param throwIfAlreadySettled Determines whether to throw if the variable was already resolved\n * or rejected. Defaults to `false`\n */\n resolveToValue(value: T, throwIfAlreadySettled: boolean = false): void {\n if (this.resolver) {\n console.debug(`${this.variableName} is being resolved now`);\n this.resolver(value);\n this.complete();\n } else {\n if (throwIfAlreadySettled) throw Error(`${this.variableName} was already settled`);\n console.debug(`Ignoring subsequent resolution of ${this.variableName}`);\n }\n }\n\n /**\n * Reject this variable's promise for the value with the given reason\n *\n * @param reason This variable's promise will be rejected with this reason\n * @param throwIfAlreadySettled Determines whether to throw if the variable was already resolved\n * or rejected. Defaults to `false`\n */\n rejectWithReason(reason: string, throwIfAlreadySettled: boolean = false): void {\n if (this.rejecter) {\n console.debug(`${this.variableName} is being rejected now`);\n this.rejecter(reason);\n this.complete();\n } else {\n if (throwIfAlreadySettled) throw Error(`${this.variableName} was already settled`);\n console.debug(`Ignoring subsequent rejection of ${this.variableName}`);\n }\n }\n\n /** Prevent any further updates to this variable */\n private complete(): void {\n this.resolver = undefined;\n this.rejecter = undefined;\n Object.freeze(this);\n }\n}\n","/** Enables language-sensitive string comparison. Wraps Intl.Collator */\nexport default class Collator {\n private collator: Intl.Collator;\n\n constructor(locales?: string | string[], options?: Intl.CollatorOptions) {\n this.collator = new Intl.Collator(locales, options);\n }\n\n /**\n * Compares two strings according to the sort order of this Collator object\n *\n * @param string1 String to compare\n * @param string2 String to compare\n * @returns A number indicating how string1 and string2 compare to each other according to the\n * sort order of this Collator object. Negative value if string1 comes before string2. Positive\n * value if string1 comes after string2. 0 if they are considered equal.\n */\n compare(string1: string, string2: string): number {\n return this.collator.compare(string1, string2);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and collation options computed\n * during initialization of this collator object.\n *\n * @returns ResolvedCollatorOptions object\n */\n resolvedOptions(): Intl.ResolvedCollatorOptions {\n return this.collator.resolvedOptions();\n }\n}\n","/** Enables language-sensitive data and time formatting. Wraps Intl.DateTimeFormat */\nexport default class DateTimeFormat {\n private dateTimeFormatter: Intl.DateTimeFormat;\n\n constructor(locales?: string | string[], options?: Intl.DateTimeFormatOptions) {\n this.dateTimeFormatter = new Intl.DateTimeFormat(locales, options);\n }\n\n /**\n * Formats a date according to the locale and formatting option for this DateTimeFormat object\n *\n * @param date The date to format\n * @returns String representing the given date formatted according to the locale and formatting\n * options of this DateTimeFormat object\n */\n format(date: Date): string {\n return this.dateTimeFormatter.format(date);\n }\n\n /**\n * Formats a date range in the most concise way based on the locales and options provided when\n * instantiating this DateTimeFormat object\n *\n * @param startDate Date object representing start of the date range\n * @param endDate Date object representing the end of the date range\n * @returns String representing the given date range formatted according to the locale and\n * formatting options of this DateTimeFormat object\n */\n formatRange(startDate: Date, endDate: Date): string {\n return this.dateTimeFormatter.formatRange(startDate, endDate);\n }\n\n /**\n * Returns an array of locale-specific tokens representing each part of the formatted date range\n * produced by this DateTimeFormat object\n *\n * @param startDate Date object representing start of the date range\n * @param endDate Date object representing the end of the date range\n * @returns Array of DateTimeRangeFormatPart objects\n */\n formatRangeToParts(startDate: Date, endDate: Date): Intl.DateTimeRangeFormatPart[] {\n return this.dateTimeFormatter.formatRangeToParts(startDate, endDate);\n }\n\n /**\n * Allows locale-aware formatting of strings produced by this DateTimeFormat object\n *\n * @param date The date to format\n * @returns Array of DateTimeFormatPart objects\n */\n formatToParts(date: Date): Intl.DateTimeFormatPart[] {\n return this.dateTimeFormatter.formatToParts(date);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and date and time formatting options\n * computed during initialization of this DateTimeFormat object\n *\n * @returns ResolvedDateTimeFormatOptions object\n */\n resolvedOptions(): Intl.ResolvedDateTimeFormatOptions {\n return this.dateTimeFormatter.resolvedOptions();\n }\n}\n","/** Interfaces, classes, and functions related to events and event emitters */\n\nimport { Dispose } from './disposal.model';\nimport { PlatformEvent, PlatformEventHandler } from './platform-event';\n\n/**\n * Event manager - accepts subscriptions to an event and runs the subscription callbacks when the\n * event is emitted Use eventEmitter.event(callback) to subscribe to the event. Use\n * eventEmitter.emit(event) to run the subscriptions. Generally, this EventEmitter should be\n * private, and its event should be public. That way, the emitter is not publicized, but anyone can\n * subscribe to the event.\n */\nexport default class PlatformEventEmitter implements Dispose {\n /**\n * Subscribes a function to run when this event is emitted.\n *\n * @param callback Function to run with the event when it is emitted\n * @returns Unsubscriber function to run to stop calling the passed-in function when the event is\n * emitted\n * @alias event\n */\n subscribe = this.event;\n\n /** All callback functions that will run when this event is emitted. Lazy loaded */\n private subscriptions?: PlatformEventHandler[];\n /** Event for listeners to subscribe to. Lazy loaded */\n private lazyEvent?: PlatformEvent;\n /** Whether this emitter has been disposed */\n private isDisposed = false;\n\n /**\n * Event for listeners to subscribe to. Subscribes a function to run when this event is emitted.\n * Use like `const unsubscriber = event(callback)`\n *\n * @param callback Function to run with the event when it is emitted\n * @returns Unsubscriber function to run to stop calling the passed-in function when the event is\n * emitted\n */\n get event(): PlatformEvent {\n this.assertNotDisposed();\n\n if (!this.lazyEvent) {\n this.lazyEvent = (callback) => {\n if (!callback || typeof callback !== 'function')\n throw new Error(`Event handler callback must be a function!`);\n\n // Initialize this.subscriptions if it does not exist\n if (!this.subscriptions) this.subscriptions = [];\n\n this.subscriptions.push(callback);\n\n return () => {\n if (!this.subscriptions) return false; // Did not find any subscribed callbacks\n\n const callbackIndex = this.subscriptions.indexOf(callback);\n\n if (callbackIndex < 0) return false; // Did not find this callback in the subscriptions\n\n // Remove the callback\n this.subscriptions.splice(callbackIndex, 1);\n\n return true;\n };\n };\n }\n return this.lazyEvent;\n }\n\n /** Disposes of this event, preparing it to release from memory */\n dispose = () => {\n return this.disposeFn();\n };\n\n /**\n * Runs the subscriptions for the event\n *\n * @param event Event data to provide to subscribed callbacks\n */\n emit = (event: T) => {\n // Do not do anything other than emitFn here. This emit is just binding `this` to emitFn\n this.emitFn(event);\n };\n\n /**\n * Function that runs the subscriptions for the event. Added here so children can override emit\n * and still call the base functionality. See NetworkEventEmitter.emit for example\n */\n protected emitFn(event: T) {\n this.assertNotDisposed();\n\n // Clone the subscriptions array before iterating over the callbacks so the callback index\n // doesn't get messed up if someone subscribes or unsubscribes inside one of the callbacks\n const emitCallbacks = [...(this.subscriptions ?? [])];\n emitCallbacks.forEach((callback) => callback(event));\n }\n\n /** Check to make sure this emitter is not disposed. Throw if it is */\n protected assertNotDisposed() {\n if (this.isDisposed) throw new Error('Emitter is disposed');\n }\n\n /**\n * Disposes of this event, preparing it to release from memory. Added here so children can\n * override emit and still call the base functionality.\n */\n protected disposeFn() {\n this.assertNotDisposed();\n\n this.isDisposed = true;\n this.subscriptions = undefined;\n this.lazyEvent = undefined;\n return Promise.resolve(true);\n }\n}\n","/** Collection of functions, objects, and types that are used as helpers in other services. */\n\n// Thanks to blubberdiblub at https://stackoverflow.com/a/68141099/217579\nexport function newGuid(): string {\n return '00-0-4-1-000'.replace(/[^-]/g, (s) =>\n // @ts-expect-error ts(2363) this works fine\n // eslint-disable-next-line no-bitwise\n (((Math.random() + ~~s) * 0x10000) >> s).toString(16).padStart(4, '0'),\n );\n}\n\n// thanks to DRAX at https://stackoverflow.com/a/9436948\n/**\n * Determine whether the object is a string\n *\n * @param o Object to determine if it is a string\n * @returns True if the object is a string; false otherwise\n */\nexport function isString(o: unknown): o is string {\n return typeof o === 'string' || o instanceof String;\n}\n\n/**\n * If deepClone isn't used when copying properties between objects, you may be left with dangling\n * references between the source and target of property copying operations.\n *\n * @param obj Object to clone\n * @returns Duplicate copy of `obj` without any references back to the original one\n */\nexport function deepClone(obj: T): T {\n // Assert the return type matches what is expected\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return JSON.parse(JSON.stringify(obj)) as T;\n}\n\n/**\n * Get a function that reduces calls to the function passed in\n *\n * @param fn The function to debounce\n * @param delay How much delay in milliseconds after the most recent call to the debounced function\n * to call the function\n * @returns Function that, when called, only calls the function passed in at maximum every delay ms\n */\n// We don't know the parameter types since this function can be anything\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function debounce void>(fn: T, delay = 300): T {\n if (isString(fn)) throw new Error('Tried to debounce a string! Could be XSS');\n let timeout: ReturnType;\n // Ensure the right return type.\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return ((...args) => {\n clearTimeout(timeout);\n timeout = setTimeout(() => fn(...args), delay);\n }) as T;\n}\n\n/**\n * Groups each item in the array of items into a map according to the keySelector\n *\n * @param items Array of items to group by\n * @param keySelector Function to run on each item to get the key for the group to which it belongs\n * @param valueSelector Function to run on each item to get the value it should have in the group\n * (like map function). If not provided, uses the item itself\n * @returns Map of keys to groups of values corresponding to each item\n */\nexport function groupBy(items: T[], keySelector: (item: T) => K): Map>;\nexport function groupBy(\n items: T[],\n keySelector: (item: T) => K,\n valueSelector: (item: T, key: K) => V,\n): Map>;\nexport function groupBy(\n items: T[],\n keySelector: (item: T) => K,\n valueSelector?: (item: T, key: K) => V,\n): Map> {\n const map = new Map>();\n items.forEach((item) => {\n const key = keySelector(item);\n const group = map.get(key);\n const value = valueSelector ? valueSelector(item, key) : item;\n if (group) group.push(value);\n else map.set(key, [value]);\n });\n return map;\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\ntype ErrorWithMessage = {\n message: string;\n};\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\nfunction isErrorWithMessage(error: unknown): error is ErrorWithMessage {\n return (\n typeof error === 'object' &&\n // We're potentially dealing with objects we didn't create, so they might contain `null`\n // eslint-disable-next-line no-null/no-null\n error !== null &&\n 'message' in error &&\n // Type assert `error` to check it's `message`.\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n typeof (error as Record).message === 'string'\n );\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\n/**\n * Function to get an error from the object (useful for getting an error in a catch block)\n *\n * @param error Error object whose message to get\n * @returns Message of the error - if object has message, returns message. Otherwise tries to\n * stringify\n */\nfunction toErrorWithMessage(maybeError: unknown): ErrorWithMessage {\n if (isErrorWithMessage(maybeError)) return maybeError;\n\n try {\n return new Error(JSON.stringify(maybeError));\n } catch {\n // fallback in case there's an error stringifying the maybeError\n // like with circular references for example.\n return new Error(String(maybeError));\n }\n}\n\n// From https://kentcdodds.com/blog/get-a-catch-block-error-message-with-typescript\n/**\n * Function to get an error message from the object (useful for getting error message in a catch\n * block)\n *\n * @example `try {...} catch (e) { logger.info(getErrorMessage(e)) }`\n *\n * @param error Error object whose message to get\n * @returns Message of the error - if object has message, returns message. Otherwise tries to\n * stringify\n */\nexport function getErrorMessage(error: unknown) {\n return toErrorWithMessage(error).message;\n}\n\n/** Asynchronously waits for the specified number of milliseconds. (wraps setTimeout in a promise) */\nexport function wait(ms: number) {\n // eslint-disable-next-line no-promise-executor-return\n return new Promise((resolve) => setTimeout(resolve, ms));\n}\n\n/**\n * Runs the specified function and will timeout if it takes longer than the specified wait time\n *\n * @param fn The function to run\n * @param maxWaitTimeInMS The maximum amount of time to wait for the function to resolve\n * @returns Promise that resolves to the resolved value of the function or undefined if it ran\n * longer than the specified wait time\n */\nexport function waitForDuration(fn: () => Promise, maxWaitTimeInMS: number) {\n const timeout = wait(maxWaitTimeInMS).then(() => undefined);\n return Promise.any([timeout, fn()]);\n}\n\n/**\n * Get all functions on an object and its prototype chain (so we don't miss any class methods or any\n * object methods). Note that the functions on the final item in the prototype chain (i.e., Object)\n * are skipped to avoid including functions like `__defineGetter__`, `__defineSetter__`, `toString`,\n * etc.\n *\n * @param obj Object whose functions to get\n * @param _objId Optional ID of the object to use for debug logging\n * @returns Array of all function names on an object\n */\n// Note: lodash has something that MIGHT do the same thing as this. Investigate for https://github.com/paranext/paranext-core/issues/134\nexport function getAllObjectFunctionNames(\n obj: { [property: string]: unknown },\n // Leaving it here for debugging\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n _objId: string = 'obj',\n): Set {\n const objectFunctionNames = new Set();\n\n // Get all function properties directly defined on the object\n Object.getOwnPropertyNames(obj).forEach((property) => {\n try {\n if (typeof obj[property] === 'function') objectFunctionNames.add(property);\n } catch (error) {\n // Too noisy - only reenable if you need more details\n // console.trace(`Skipping ${property} on ${objId} due to error: ${error}`);\n }\n });\n\n // Walk up the prototype chain and get additional function properties, skipping the functions\n // provided by the final (Object) prototype\n let objectPrototype = Object.getPrototypeOf(obj);\n while (objectPrototype && Object.getPrototypeOf(objectPrototype)) {\n Object.getOwnPropertyNames(objectPrototype).forEach((property) => {\n try {\n if (typeof obj[property] === 'function') objectFunctionNames.add(property);\n } catch (error) {\n // Too noisy - only reenable if you need more details\n // console.trace(`Skipping ${property} on ${objId}'s prototype due to error: ${error}`);\n }\n });\n objectPrototype = Object.getPrototypeOf(objectPrototype);\n }\n\n return objectFunctionNames;\n}\n\n/**\n * Creates a synchronous proxy for an asynchronous object. The proxy allows calling methods on an\n * object that is asynchronously fetched using a provided asynchronous function.\n *\n * @param getObject - A function that returns a promise resolving to the object whose asynchronous\n * methods to call.\n * @param objectToProxy - An optional object that is the object that is proxied. If a property is\n * accessed that does exist on this object, it will be returned. If a property is accessed that\n * does not exist on this object, it will be considered to be an asynchronous method called on the\n * object returned from getObject.\n * @returns A synchronous proxy for the asynchronous object.\n */\nexport function createSyncProxyForAsyncObject(\n getObject: (args?: unknown[]) => Promise,\n objectToProxy: Partial = {},\n): T {\n // objectToProxy will have only the synchronously accessed properties of T on it, and this proxy\n // makes the async methods that do not exist yet available synchronously so we have all of T\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return new Proxy(objectToProxy as T, {\n get(target, prop) {\n // We don't have any type information for T, so we assume methodName exists on it and will let JavaScript throw if it doesn't exist\n // @ts-expect-error 7053\n if (prop in target) return target[prop];\n return async (...args: unknown[]) => {\n // 7053: We don't have any type information for T, so we assume methodName exists on it and will let JavaScript throw if it doesn't exist\n // 2556: The args here are the parameters for the method specified\n // @ts-expect-error 7053 2556\n return (await getObject())[prop](...args);\n };\n },\n });\n}\n\n/** Within type T, recursively change all properties to be optional */\nexport type DeepPartial = T extends object ? { [P in keyof T]?: DeepPartial } : T;\n\n/** Within type T, recursively change properties that were of type A to be of type B */\nexport type ReplaceType = T extends A\n ? B\n : T extends object\n ? { [K in keyof T]: ReplaceType }\n : T;\n\n// Thanks to jcalz at https://stackoverflow.com/a/50375286\n/**\n * Converts a union type to an intersection type (`|` to `&`).\n *\n * Note: this utility type is for use on object types. It may fail on other types.\n *\n * @example\n *\n * ```typescript\n * type TypeOne = { one: string };\n * type TypeTwo = { two: number };\n * type TypeThree = { three: string };\n *\n * type TypeNums = { one: TypeOne; two: TypeTwo; three: TypeThree };\n * const numNames = ['one', 'two'] as const;\n * type TypeNumNames = typeof numNames;\n *\n * // Same as `TypeOne | TypeTwo`\n * // `{ one: string } | { two: number }`\n * type TypeOneTwoUnion = TypeNums[TypeNumNames[number]];\n *\n * // Same as `TypeOne & TypeTwo`\n * // `{ one: string; two: number }`\n * type TypeOneTwoIntersection = UnionToIntersection;\n * ```\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport type UnionToIntersection = (U extends any ? (x: U) => void : never) extends (\n x: infer I,\n) => void\n ? I\n : never;\n","import PlatformEventEmitter from './platform-event-emitter.model';\nimport { deepClone } from './util';\n\ntype JsonObjectLike = { [key: string]: unknown };\ntype JsonArrayLike = unknown[];\n\nexport type JsonDocumentLike = JsonObjectLike | JsonArrayLike;\n\n/**\n * Options for DocumentCombiner objects\n *\n * - `copyDocuments`: If true, this instance will perform a deep copy of all provided documents before\n * composing the output. If false, then changes made to provided documents after they are\n * contributed will be reflected in the next time output is composed.\n * - `ignoreDuplicateProperties`: If true, then duplicate properties are skipped if they are seen in\n * contributed documents. If false, then throw when duplicate properties are seen in contributed\n * documents.\n */\nexport type DocumentCombinerOptions = {\n copyDocuments: boolean;\n ignoreDuplicateProperties: boolean;\n};\n\n/**\n * Base class for any code that wants to compose JSON documents (primarily in the form of JS objects\n * or arrays) together into a single output document.\n */\nexport default class DocumentCombiner {\n protected baseDocument: JsonDocumentLike;\n protected readonly contributions = new Map();\n protected latestOutput: JsonDocumentLike | undefined;\n protected readonly options: DocumentCombinerOptions;\n private readonly onDidRebuildEmitter = new PlatformEventEmitter();\n /** Event that emits to announce that the document has been rebuilt and the output has been updated */\n // Need `onDidRebuildEmitter` to be instantiated before this line\n // eslint-disable-next-line @typescript-eslint/member-ordering\n readonly onDidRebuild = this.onDidRebuildEmitter.subscribe;\n\n /**\n * Create a DocumentCombiner instance\n *\n * @param baseDocument This is the first document that will be used when composing the output\n * @param options Options used by this object when combining documents\n */\n protected constructor(baseDocument: JsonDocumentLike, options: DocumentCombinerOptions) {\n // Setting baseDocument redundantly because TS doesn't understand that updateBaseDocument does it\n this.baseDocument = baseDocument;\n this.options = options;\n this.updateBaseDocument(baseDocument);\n }\n\n /**\n * Update the starting document for composition process\n *\n * @param baseDocument Base JSON document/JS object that all other documents are added to\n * @returns Recalculated output document given the new starting state and existing other documents\n */\n updateBaseDocument(baseDocument: JsonDocumentLike): JsonDocumentLike | undefined {\n this.validateBaseDocument(baseDocument);\n this.baseDocument = this.options.copyDocuments ? deepClone(baseDocument) : baseDocument;\n this.baseDocument = this.transformBaseDocumentAfterValidation(this.baseDocument);\n return this.rebuild();\n }\n\n /**\n * Add or update one of the contribution documents for the composition process\n *\n * Note: the order in which contribution documents are added can be considered indeterminate as it\n * depends on the order in which `Map.forEach` iterates over the contributions. However, the order\n * matters when merging two arrays into one. Also, when `options.ignoreDuplicateProperties` is is\n * `true`, the order also matters when adding the same property to an object that is already\n * provided previously. Please let us know if you have trouble because of indeterminate\n * contribution ordering.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine\n * @returns Recalculated output document given the new or updated contribution and existing other\n * documents\n */\n addOrUpdateContribution(\n documentName: string,\n document: JsonDocumentLike,\n ): JsonDocumentLike | undefined {\n this.validateContribution(documentName, document);\n const previousDocumentVersion = this.contributions.get(documentName);\n let documentToSet = this.options.copyDocuments && !!document ? deepClone(document) : document;\n documentToSet = this.transformContributionAfterValidation(documentName, documentToSet);\n this.contributions.set(documentName, documentToSet);\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after adding/updating the contribution, put it back how it was\n if (previousDocumentVersion) this.contributions.set(documentName, previousDocumentVersion);\n else this.contributions.delete(documentName);\n throw new Error(`Error when setting the document named ${documentName}: ${error}`);\n }\n }\n\n /**\n * Delete one of the contribution documents for the composition process\n *\n * @param documentName Name of the contributed document to delete\n * @returns Recalculated output document given the remaining other documents\n */\n deleteContribution(documentName: string): JsonDocumentLike | undefined {\n const document = this.contributions.get(documentName);\n if (!document) throw new Error(`${documentName} does not exist`);\n this.contributions.delete(documentName);\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after deleting the contribution, put it back and rethrow\n this.contributions.set(documentName, document);\n throw new Error(`Error when deleting the document named ${documentName}: ${error}`);\n }\n }\n\n /**\n * Delete all present contribution documents for the composition process and return to the base\n * document\n *\n * @returns Recalculated output document consisting only of the base document\n */\n deleteAllContributions(): JsonDocumentLike | undefined {\n if (this.contributions.size <= 0) return this.latestOutput;\n\n // Save out all contributions\n const contributions = [...this.contributions.entries()];\n\n // Delete all contributions\n contributions.forEach(([contributionName]) => this.contributions.delete(contributionName));\n\n // Rebuild with no contributions\n try {\n return this.rebuild();\n } catch (error) {\n // If the output isn't valid after deleting all contributions, put them back and rethrow\n contributions.forEach(([contributionName, document]) =>\n this.contributions.set(contributionName, document),\n );\n throw new Error(`Error when deleting all contributions: ${error}`);\n }\n }\n\n /**\n * Run the document composition process given the starting document and all contributions. Throws\n * if the output document fails to validate properly.\n *\n * @returns Recalculated output document given the starting and contributed documents\n */\n rebuild(): JsonDocumentLike | undefined {\n // The starting document is the output if there are no other contributions\n if (this.contributions.size === 0) {\n let potentialOutput = deepClone(this.baseDocument);\n potentialOutput = this.transformFinalOutputBeforeValidation(potentialOutput);\n this.validateOutput(potentialOutput);\n this.latestOutput = potentialOutput;\n this.onDidRebuildEmitter.emit(undefined);\n return this.latestOutput;\n }\n\n // Compose the output by validating each document one at a time to pinpoint errors better\n let outputIteration = this.baseDocument;\n this.contributions.forEach((contribution: JsonDocumentLike) => {\n outputIteration = mergeObjects(\n outputIteration,\n contribution,\n this.options.ignoreDuplicateProperties,\n );\n this.validateOutput(outputIteration);\n });\n outputIteration = this.transformFinalOutputBeforeValidation(outputIteration);\n this.validateOutput(outputIteration);\n this.latestOutput = outputIteration;\n this.onDidRebuildEmitter.emit(undefined);\n return this.latestOutput;\n }\n\n /**\n * Transform the starting document that is given to the combiner. This transformation occurs after\n * validating the base document and before combining any contributions.\n *\n * WARNING: If you do not create the combiner with option `copyDocuments: true` or clone inside\n * this method, this method will directly modify the `baseDocument` passed in.\n *\n * @param baseDocument Initial input document. Already validated via `validateBaseDocument`\n * @returns Transformed base document\n */\n // We just don't need `this` here. This is basically a no-op function that is available to child\n // classes to override\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformBaseDocumentAfterValidation(baseDocument: JsonDocumentLike): JsonDocumentLike {\n return baseDocument;\n }\n\n /**\n * Transform the contributed document associated with `documentName`. This transformation occurs\n * after validating the contributed document and before combining with other documents.\n *\n * WARNING: If you do not create the combiner with option `copyDocuments: true` or clone inside\n * this method, this method will directly modify the contributed `document` passed in.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine. Already validated via\n * `validateContribution`\n * @returns Transformed contributed document\n */\n // We just don't need `this` here. This is basically a no-op function that is available to child\n // classes to override\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformContributionAfterValidation(\n // @ts-expect-error this parameter is unused but may be used in child classes\n documentName: string,\n document: JsonDocumentLike,\n ): JsonDocumentLike {\n return document;\n }\n\n /**\n * Throw an error if the provided document is not a valid starting document.\n *\n * @param baseDocument Base JSON document/JS object that all other documents are added to\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateBaseDocument(baseDocument: JsonDocumentLike): void {}\n\n /**\n * Throw an error if the provided document is not a valid contribution document.\n *\n * @param documentName Name of the contributed document to combine\n * @param document Content of the contributed document to combine\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateContribution(documentName: string, document: JsonDocumentLike): void {}\n\n /**\n * Throw an error if the provided output is not valid.\n *\n * @param output Output document that could potentially be returned to callers\n */\n // no-op intended to be overridden by child classes. Can't be static\n // @ts-expect-error ts(6133) parameter doesn't need to be used but still needs the right name\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this, @typescript-eslint/no-unused-vars\n protected validateOutput(output: JsonDocumentLike): void {}\n\n /**\n * Transform the document that is the composition of the base document and all contribution\n * documents. This is the last step that will be run prior to validation via `validateOutput`\n * before `this.latestOutput` is updated to the new output.\n *\n * @param finalOutput Final output document that could potentially be returned to callers. \"Final\"\n * means no further contribution documents will be merged.\n */\n // no-op intended to be overridden by child classes. Can't be static\n // eslint-disable-next-line @typescript-eslint/class-methods-use-this\n protected transformFinalOutputBeforeValidation(finalOutput: JsonDocumentLike): JsonDocumentLike {\n return finalOutput;\n }\n}\n\n// #region Helper functions\n\n/**\n * Determines if the input values are objects but not arrays\n *\n * @param values Objects to check\n * @returns True if all the values are objects but not arrays\n */\nfunction areNonArrayObjects(...values: unknown[]): boolean {\n let allMatch = true;\n values.forEach((value: unknown) => {\n if (!value || typeof value !== 'object' || Array.isArray(value)) allMatch = false;\n });\n return allMatch;\n}\n\n/**\n * Determines if the input values are arrays\n *\n * @param value Objects to check\n * @returns True if the values are arrays\n */\nfunction areArrayObjects(...values: unknown[]): boolean {\n let allMatch = true;\n values.forEach((value: unknown) => {\n if (!value || typeof value !== 'object' || !Array.isArray(value)) allMatch = false;\n });\n return allMatch;\n}\n\n/**\n * Deep clone and recursively merge the properties of one object (copyFrom) into another\n * (startingPoint). Throws if copyFrom would overwrite values already existing in startingPoint.\n *\n * Does not modify the objects passed in.\n *\n * @param startingPoint Object that is the starting point for the return value\n * @param copyFrom Object whose values are copied into the return value\n * @param ignoreDuplicateProperties Whether to ignore object properties that are present in\n * `copyFrom` that are already present in `startingPoint`. If `false`, throws when an object\n * property in `copyFrom` is already present in `startingPoint`\n * @returns Object that is the combination of the two documents\n */\nfunction mergeObjects(\n startingPoint: JsonDocumentLike,\n copyFrom: JsonDocumentLike,\n ignoreDuplicateProperties: boolean,\n): JsonDocumentLike {\n const retVal = deepClone(startingPoint);\n\n if (!copyFrom) return retVal;\n\n return mergeObjectsInternal(retVal, deepClone(copyFrom), ignoreDuplicateProperties);\n}\n\n/**\n * Recursively merge the properties of one object (copyFrom) into another (startingPoint). Throws if\n * copyFrom would overwrite values already existing in startingPoint.\n *\n * WARNING: Modifies the argument objects in some way. Recommended to use `mergeObjects`\n *\n * @param startingPoint Object that is the starting point for the return value\n * @param copyFrom Object whose values are copied into the return value\n * @param ignoreDuplicateProperties Whether to ignore object properties that are present in\n * `copyFrom` that are already present in `startingPoint`. If `false`, throws when an object\n * property in `copyFrom` is already present in `startingPoint`\n * @returns Object that is the combination of the two documents\n */\nfunction mergeObjectsInternal(\n startingPoint: JsonDocumentLike,\n copyFrom: JsonDocumentLike,\n ignoreDuplicateProperties: boolean,\n): JsonDocumentLike {\n if (!copyFrom) return startingPoint;\n\n if (areNonArrayObjects(startingPoint, copyFrom)) {\n // Merge properties since they are both objects\n\n // We know these are objects from the `if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n const startingPointObj = startingPoint as JsonObjectLike;\n const copyFromObj = copyFrom as JsonObjectLike;\n /* eslint-enable no-type-assertion/no-type-assertion */\n Object.keys(copyFromObj).forEach((key: string | number) => {\n if (Object.hasOwn(startingPointObj, key)) {\n if (areNonArrayObjects(startingPointObj[key], copyFromObj[key])) {\n startingPointObj[key] = mergeObjectsInternal(\n // We know these are objects from the `if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n startingPointObj[key] as JsonObjectLike,\n copyFromObj[key] as JsonObjectLike,\n ignoreDuplicateProperties,\n /* eslint-enable no-type-assertion/no-type-assertion */\n );\n } else if (areArrayObjects(startingPointObj[key], copyFromObj[key])) {\n // Concat the arrays since they are both arrays\n\n // We know these are arrays from the `else if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n startingPointObj[key] = (startingPointObj[key] as JsonArrayLike).concat(\n copyFromObj[key] as JsonArrayLike,\n );\n /* eslint-enable no-type-assertion/no-type-assertion */\n } else if (!ignoreDuplicateProperties)\n throw new Error(`Cannot merge objects: key \"${key}\" already exists in the target object`);\n // Note that the first non-object non-array value that gets placed in a property stays.\n // New values do not override existing ones\n } else {\n startingPointObj[key] = copyFromObj[key];\n }\n });\n } else if (areArrayObjects(startingPoint, copyFrom)) {\n // Concat the arrays since they are both arrays\n\n // Push the contents of copyFrom into startingPoint since it is a const and was already deep cloned\n // We know these are objects from the `else if` check\n /* eslint-disable no-type-assertion/no-type-assertion */\n (startingPoint as JsonArrayLike).push(...(copyFrom as JsonArrayLike));\n /* eslint-enable no-type-assertion/no-type-assertion */\n }\n\n // Note that nothing happens if `startingPoint` is not an object or an array or if `startingPoint`\n // and `copyFrom` are not both object or both arrays. Should we throw? Should we push `copyFrom`'s\n // values into the array? Other? Maybe one day we can add some options to decide what to do in\n // this situation, but YAGNI for now\n\n return startingPoint;\n}\n\n// #endregion\n","import { Mutex as AsyncMutex } from 'async-mutex';\n\n// Extending Mutex from async-mutex so we can add JSDoc\n\n/**\n * Class that allows calling asynchronous functions multiple times at once while only running one at\n * a time.\n *\n * @example\n *\n * ```typescript\n * const mutex = new Mutex();\n *\n * mutex.runExclusive(async () => {\n * // Do some asynchronous stuff\n * console.log('These run one-at-a-time');\n * });\n *\n * mutex.runExclusive(async () => {\n * // Do some asynchronous stuff\n * console.log('These run one-at-a-time');\n * });\n * ```\n *\n * See [`async-mutex`](https://www.npmjs.com/package/async-mutex) for more information.\n */\nclass Mutex extends AsyncMutex {}\n\nexport default Mutex;\n","import Mutex from './mutex';\n\n/** Map of {@link Mutex}es that automatically (lazily) generates a new {@link Mutex} for any new key */\nclass MutexMap {\n private mutexesByID = new Map();\n\n get(mutexID: string): Mutex {\n let retVal = this.mutexesByID.get(mutexID);\n if (retVal) return retVal;\n\n retVal = new Mutex();\n this.mutexesByID.set(mutexID, retVal);\n return retVal;\n }\n}\n\nexport default MutexMap;\n","import DocumentCombiner, { DocumentCombinerOptions, JsonDocumentLike } from './document-combiner';\n\nexport default class NonValidatingDocumentCombiner extends DocumentCombiner {\n // Making the protected base constructor public\n // eslint-disable-next-line @typescript-eslint/no-useless-constructor\n constructor(baseDocument: JsonDocumentLike, options: DocumentCombinerOptions) {\n super(baseDocument, options);\n }\n\n get output(): JsonDocumentLike | undefined {\n return this.latestOutput;\n }\n}\n","/** Enables language-sensitive number formatting. Wraps Intl.NumberFormat */\nexport default class NumberFormat {\n private numberFormatter: Intl.NumberFormat;\n\n constructor(locales?: string | string[], options?: Intl.NumberFormatOptions) {\n this.numberFormatter = new Intl.NumberFormat(locales, options);\n }\n\n /**\n * Formats a number according to the locale and formatting options of this NumberFormat object\n *\n * @param value Number or BigInt to format\n * @returns String representing the given number formatted according to the locale and formatting\n * options of this NumberFormat object\n */\n format(value: number | bigint): string {\n return this.numberFormatter.format(value);\n }\n\n /**\n * Formats a range of numbers according to the locale and formatting options of this NumberFormat\n * object\n *\n * @param startRange Number or bigint representing the start of the range\n * @param endRange Number or bigint representing the end of the range\n * @returns String representing the given range of numbers formatted according to the locale and\n * formatting options of this NumberFormat object\n */\n formatRange(startRange: number | bigint, endRange: number | bigint): string {\n return this.numberFormatter.formatRange(startRange, endRange);\n }\n\n /**\n * Returns an array of objects containing the locale-specific tokens from which it is possible to\n * build custom strings while preserving the locale-specific parts.\n *\n * @param startRange Number or bigint representing start of the range\n * @param endRange Number or bigint representing end of the range\n * @returns Array of NumberRangeFormatPart objects containing the formatted range of numbers in\n * parts\n */\n formatRangeToParts(\n startRange: number | bigint,\n endRange: number | bigint,\n ): Intl.NumberRangeFormatPart[] {\n return this.numberFormatter.formatRangeToParts(startRange, endRange);\n }\n\n /**\n * Allows locale-aware formatting of strings produced by this NumberFormat object\n *\n * @param value Number or bigint to format\n * @returns Array of NumberFormatPart objects containing the formatted number in parts\n */\n formatToParts(value: number | bigint): Intl.NumberFormatPart[] {\n return this.numberFormatter.formatToParts(value);\n }\n\n /**\n * Returns a new object with properties reflecting the locale and number formatting options\n * computed during initialization of this NumberFormat object\n *\n * @returns ResolvedNumberFormatOptions object\n */\n resolvedOptions(): Intl.ResolvedNumberFormatOptions {\n return this.numberFormatter.resolvedOptions();\n }\n}\n","const defaultPromise = Promise.resolve();\n\n/**\n * Class that allows you to chain promises for a given key. This is useful when:\n *\n * 1. You need to run promises from synchronous code and don't need to look at the results.\n * 2. The promises to run, or at least precisely when to run them, are not known in advance.\n * 3. The promises need to be run sequentially, waiting for the previous one to finish.\n *\n * An example of when this can be helpful is inside of React components. Component code is mostly\n * synchronous, but you may need to run some asynchronous code. You can't use `await` inside of\n * React component code in many situations, so you can use this class to chain promises together.\n *\n * When promises are added to the map with a key, they will run in the order they were added to the\n * map for that key. If a promise rejects, a warning will be logged and the chain will continue. If\n * a promise is added while another promise in the map for that key is running, the new promise will\n * be chained to the existing one.\n */\nexport default class PromiseChainingMap {\n private readonly map = new Map>();\n private readonly logger: { warn: (message: string) => void };\n\n /**\n * Creates a new PromiseChainingMap\n *\n * @param logger Object with a `warn` method that will be called when a promise rejects\n */\n constructor(logger: { warn: (message: string) => void } = console) {\n this.logger = logger;\n }\n\n /**\n * Adds a promise to the map for a given key. If a promise is already running for the key, the new\n * promise will be chained to the existing one. Once all promises for a key have settled, the map\n * will be cleared for that key.\n *\n * @param key Unique key to identify a distinct promise chain\n * @param promiseFunction Function that returns a promise to add to the chain\n */\n addPromise(key: TKey, promiseFunction: () => Promise): void {\n const currentPromise = this.map.get(key);\n this.map.set(key, currentPromise ? currentPromise.then(promiseFunction) : promiseFunction());\n this.cleanupPromiseChain(key);\n }\n\n /**\n * Gets the current promise chain for the given key. This is mostly useful for testing. Normally\n * you should just call {@link addPromise} and let the map handle the rest.\n *\n * @param key Unique key to identify a distinct promise chain\n * @returns The current promise chain for the key\n */\n get(key: TKey): Promise | undefined {\n return this.map.get(key);\n }\n\n /**\n * Configures a promise chain to be removed from the map for the given key after all the promises\n * have settled\n *\n * @param key Unique key to identify a distinct promise chain\n */\n private cleanupPromiseChain(key: TKey): void {\n const currentPromise = this.map.get(key);\n if (!currentPromise) return;\n\n const promiseHolder: { promise: Promise } = { promise: defaultPromise };\n const newPromise = currentPromise\n .catch((e) => this.logger.warn(`Error in promise for ${key}: ${e.message}`))\n .finally(() => {\n if (this.map.get(key) === promiseHolder.promise) this.map.delete(key);\n });\n promiseHolder.promise = newPromise;\n this.map.set(key, newPromise);\n }\n}\n","import { Dispose } from './disposal.model';\nimport { Unsubscriber, UnsubscriberAsync } from './unsubscriber';\n\n/** Simple collection for UnsubscriberAsync objects that also provides an easy way to run them. */\nexport default class UnsubscriberAsyncList {\n readonly unsubscribers = new Set();\n\n constructor(private name = 'Anonymous') {}\n\n /**\n * Add unsubscribers to the list. Note that duplicates are not added twice.\n *\n * @param unsubscribers - Objects that were returned from a registration process.\n */\n add(...unsubscribers: (UnsubscriberAsync | Unsubscriber | Dispose)[]) {\n unsubscribers.forEach((unsubscriber) => {\n if ('dispose' in unsubscriber) this.unsubscribers.add(unsubscriber.dispose);\n else this.unsubscribers.add(unsubscriber);\n });\n }\n\n /**\n * Run all unsubscribers added to this list and then clear the list.\n *\n * @returns `true` if all unsubscribers succeeded, `false` otherwise.\n */\n async runAllUnsubscribers(): Promise {\n const unsubs = [...this.unsubscribers].map((unsubscriber) => unsubscriber());\n const results = await Promise.all(unsubs);\n this.unsubscribers.clear();\n return results.every((unsubscriberSucceeded, index) => {\n if (!unsubscriberSucceeded)\n console.error(`UnsubscriberAsyncList ${this.name}: Unsubscriber at index ${index} failed!`);\n\n return unsubscriberSucceeded;\n });\n }\n}\n","var P = Object.defineProperty;\nvar R = (t, e, s) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;\nvar n = (t, e, s) => R(t, typeof e != \"symbol\" ? e + \"\" : e, s);\nclass _ {\n constructor() {\n n(this, \"books\");\n n(this, \"firstSelectedBookNum\");\n n(this, \"lastSelectedBookNum\");\n n(this, \"count\");\n n(this, \"selectedBookNumbers\");\n n(this, \"selectedBookIds\");\n }\n}\nconst N = [\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n // 10\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n // 20\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n // 30\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n \"MAT\",\n // 40\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n // 50\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n // 60\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n // 70\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n // 80\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"JSA\",\n // actual variant text for JOS, now in LXA text\n \"JDB\",\n // actual variant text for JDG, now in LXA text\n \"TBS\",\n // actual variant text for TOB, now in LXA text\n \"SST\",\n // actual variant text for SUS, now in LXA text // 90\n \"DNT\",\n // actual variant text for DAN, now in LXA text\n \"BLT\",\n // actual variant text for BEL, now in LXA text\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n // 100\n \"BAK\",\n \"OTH\",\n \"3ES\",\n // Used previously but really should be 2ES\n \"EZA\",\n // Used to be called 4ES, but not actually in any known project\n \"5EZ\",\n // Used to be called 5ES, but not actually in any known project\n \"6EZ\",\n // Used to be called 6ES, but not actually in any known project\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n // 110\n \"NDX\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n // 120\n \"REP\",\n \"4BA\",\n \"LAO\"\n], B = [\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\"\n], O = [\n \"Genesis\",\n \"Exodus\",\n \"Leviticus\",\n \"Numbers\",\n \"Deuteronomy\",\n \"Joshua\",\n \"Judges\",\n \"Ruth\",\n \"1 Samuel\",\n \"2 Samuel\",\n \"1 Kings\",\n \"2 Kings\",\n \"1 Chronicles\",\n \"2 Chronicles\",\n \"Ezra\",\n \"Nehemiah\",\n \"Esther (Hebrew)\",\n \"Job\",\n \"Psalms\",\n \"Proverbs\",\n \"Ecclesiastes\",\n \"Song of Songs\",\n \"Isaiah\",\n \"Jeremiah\",\n \"Lamentations\",\n \"Ezekiel\",\n \"Daniel (Hebrew)\",\n \"Hosea\",\n \"Joel\",\n \"Amos\",\n \"Obadiah\",\n \"Jonah\",\n \"Micah\",\n \"Nahum\",\n \"Habakkuk\",\n \"Zephaniah\",\n \"Haggai\",\n \"Zechariah\",\n \"Malachi\",\n \"Matthew\",\n \"Mark\",\n \"Luke\",\n \"John\",\n \"Acts\",\n \"Romans\",\n \"1 Corinthians\",\n \"2 Corinthians\",\n \"Galatians\",\n \"Ephesians\",\n \"Philippians\",\n \"Colossians\",\n \"1 Thessalonians\",\n \"2 Thessalonians\",\n \"1 Timothy\",\n \"2 Timothy\",\n \"Titus\",\n \"Philemon\",\n \"Hebrews\",\n \"James\",\n \"1 Peter\",\n \"2 Peter\",\n \"1 John\",\n \"2 John\",\n \"3 John\",\n \"Jude\",\n \"Revelation\",\n \"Tobit\",\n \"Judith\",\n \"Esther Greek\",\n \"Wisdom of Solomon\",\n \"Sirach (Ecclesiasticus)\",\n \"Baruch\",\n \"Letter of Jeremiah\",\n \"Song of 3 Young Men\",\n \"Susanna\",\n \"Bel and the Dragon\",\n \"1 Maccabees\",\n \"2 Maccabees\",\n \"3 Maccabees\",\n \"4 Maccabees\",\n \"1 Esdras (Greek)\",\n \"2 Esdras (Latin)\",\n \"Prayer of Manasseh\",\n \"Psalm 151\",\n \"Odes\",\n \"Psalms of Solomon\",\n // WARNING, if you change the spelling of the *obsolete* tag be sure to update\n // IsObsolete routine\n \"Joshua A. *obsolete*\",\n \"Judges B. *obsolete*\",\n \"Tobit S. *obsolete*\",\n \"Susanna Th. *obsolete*\",\n \"Daniel Th. *obsolete*\",\n \"Bel Th. *obsolete*\",\n \"Extra A\",\n \"Extra B\",\n \"Extra C\",\n \"Extra D\",\n \"Extra E\",\n \"Extra F\",\n \"Extra G\",\n \"Front Matter\",\n \"Back Matter\",\n \"Other Matter\",\n \"3 Ezra *obsolete*\",\n \"Apocalypse of Ezra\",\n \"5 Ezra (Latin Prologue)\",\n \"6 Ezra (Latin Epilogue)\",\n \"Introduction\",\n \"Concordance \",\n \"Glossary \",\n \"Topical Index\",\n \"Names Index\",\n \"Daniel Greek\",\n \"Psalms 152-155\",\n \"2 Baruch (Apocalypse)\",\n \"Letter of Baruch\",\n \"Jubilees\",\n \"Enoch\",\n \"1 Meqabyan\",\n \"2 Meqabyan\",\n \"3 Meqabyan\",\n \"Reproof (Proverbs 25-31)\",\n \"4 Baruch (Rest of Baruch)\",\n \"Laodiceans\"\n], S = K();\nfunction g(t, e = !0) {\n return e && (t = t.toUpperCase()), t in S ? S[t] : 0;\n}\nfunction k(t) {\n return g(t) > 0;\n}\nfunction x(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return e >= 40 && e <= 66;\n}\nfunction T(t) {\n return (typeof t == \"string\" ? g(t) : t) <= 39;\n}\nfunction X(t) {\n return t <= 66;\n}\nfunction V(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return w(e) && !X(e);\n}\nfunction* L() {\n for (let t = 1; t <= N.length; t++) yield t;\n}\nconst G = 1, A = N.length;\nfunction H() {\n return [\"XXA\", \"XXB\", \"XXC\", \"XXD\", \"XXE\", \"XXF\", \"XXG\"];\n}\nfunction C(t, e = \"***\") {\n const s = t - 1;\n return s < 0 || s >= N.length ? e : N[s];\n}\nfunction I(t) {\n return t <= 0 || t > A ? \"******\" : O[t - 1];\n}\nfunction y(t) {\n return I(g(t));\n}\nfunction w(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && !B.includes(e);\n}\nfunction q(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && B.includes(e);\n}\nfunction U(t) {\n return O[t - 1].includes(\"*obsolete*\");\n}\nfunction K() {\n const t = {};\n for (let e = 0; e < N.length; e++)\n t[N[e]] = e + 1;\n return t;\n}\nconst m = {\n allBookIds: N,\n nonCanonicalIds: B,\n bookIdToNumber: g,\n isBookIdValid: k,\n isBookNT: x,\n isBookOT: T,\n isBookOTNT: X,\n isBookDC: V,\n allBookNumbers: L,\n firstBook: G,\n lastBook: A,\n extraBooks: H,\n bookNumberToId: C,\n bookNumberToEnglishName: I,\n bookIdToEnglishName: y,\n isCanonical: w,\n isExtraMaterial: q,\n isObsolete: U\n};\nvar l = /* @__PURE__ */ ((t) => (t[t.Unknown = 0] = \"Unknown\", t[t.Original = 1] = \"Original\", t[t.Septuagint = 2] = \"Septuagint\", t[t.Vulgate = 3] = \"Vulgate\", t[t.English = 4] = \"English\", t[t.RussianProtestant = 5] = \"RussianProtestant\", t[t.RussianOrthodox = 6] = \"RussianOrthodox\", t))(l || {});\nconst h = class h {\n // private versInfo: Versification;\n constructor(e) {\n n(this, \"name\");\n n(this, \"fullPath\");\n n(this, \"isPresent\");\n n(this, \"hasVerseSegments\");\n n(this, \"isCustomized\");\n n(this, \"baseVersification\");\n n(this, \"scriptureBooks\");\n n(this, \"_type\");\n if (e == null)\n throw new Error(\"Argument undefined\");\n typeof e == \"string\" ? (this.name = e, this._type = l[e]) : (this._type = e, this.name = l[e]);\n }\n get type() {\n return this._type;\n }\n equals(e) {\n return !e.type || !this.type ? !1 : e.type === this.type;\n }\n};\nn(h, \"Original\", new h(l.Original)), n(h, \"Septuagint\", new h(l.Septuagint)), n(h, \"Vulgate\", new h(l.Vulgate)), n(h, \"English\", new h(l.English)), n(h, \"RussianProtestant\", new h(l.RussianProtestant)), n(h, \"RussianOrthodox\", new h(l.RussianOrthodox));\nlet c = h;\nfunction E(t, e) {\n const s = e[0];\n for (let r = 1; r < e.length; r++)\n t = t.split(e[r]).join(s);\n return t.split(s);\n}\nvar D = /* @__PURE__ */ ((t) => (t[t.Valid = 0] = \"Valid\", t[t.UnknownVersification = 1] = \"UnknownVersification\", t[t.OutOfRange = 2] = \"OutOfRange\", t[t.VerseOutOfOrder = 3] = \"VerseOutOfOrder\", t[t.VerseRepeated = 4] = \"VerseRepeated\", t))(D || {});\nconst i = class i {\n constructor(e, s, r, a) {\n /** Not yet implemented. */\n n(this, \"firstChapter\");\n /** Not yet implemented. */\n n(this, \"lastChapter\");\n /** Not yet implemented. */\n n(this, \"lastVerse\");\n /** Not yet implemented. */\n n(this, \"hasSegmentsDefined\");\n /** Not yet implemented. */\n n(this, \"text\");\n /** Not yet implemented. */\n n(this, \"BBBCCCVVVS\");\n /** Not yet implemented. */\n n(this, \"longHashCode\");\n /** The versification of the reference. */\n n(this, \"versification\");\n n(this, \"rtlMark\", \"‏\");\n n(this, \"_bookNum\", 0);\n n(this, \"_chapterNum\", 0);\n n(this, \"_verseNum\", 0);\n n(this, \"_verse\");\n if (r == null && a == null)\n if (e != null && typeof e == \"string\") {\n const o = e, u = s != null && s instanceof c ? s : void 0;\n this.setEmpty(u), this.parse(o);\n } else if (e != null && typeof e == \"number\") {\n const o = s != null && s instanceof c ? s : void 0;\n this.setEmpty(o), this._verseNum = e % i.chapterDigitShifter, this._chapterNum = Math.floor(\n e % i.bookDigitShifter / i.chapterDigitShifter\n ), this._bookNum = Math.floor(e / i.bookDigitShifter);\n } else if (s == null)\n if (e != null && e instanceof i) {\n const o = e;\n this._bookNum = o.bookNum, this._chapterNum = o.chapterNum, this._verseNum = o.verseNum, this._verse = o.verse, this.versification = o.versification;\n } else {\n if (e == null) return;\n const o = e instanceof c ? e : i.defaultVersification;\n this.setEmpty(o);\n }\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else if (e != null && s != null && r != null)\n if (typeof e == \"string\" && typeof s == \"string\" && typeof r == \"string\")\n this.setEmpty(a), this.updateInternal(e, s, r);\n else if (typeof e == \"number\" && typeof s == \"number\" && typeof r == \"number\")\n this._bookNum = e, this._chapterNum = s, this._verseNum = r, this.versification = a ?? i.defaultVersification;\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else\n throw new Error(\"VerseRef constructor not supported.\");\n }\n /**\n * Determines if the verse string is in a valid format (does not consider versification).\n */\n static isVerseParseable(e) {\n return e.length > 0 && \"0123456789\".includes(e[0]) && !e.endsWith(this.verseRangeSeparator) && !e.endsWith(this.verseSequenceIndicator);\n }\n /**\n * Tries to parse the specified string into a verse reference.\n * @param str - The string to attempt to parse.\n * @returns success: `true` if the specified string was successfully parsed, `false` otherwise.\n * @returns verseRef: The result of the parse if successful, or empty VerseRef if it failed\n */\n static tryParse(e) {\n let s;\n try {\n return s = new i(e), { success: !0, verseRef: s };\n } catch (r) {\n if (r instanceof v)\n return s = new i(), { success: !1, verseRef: s };\n throw r;\n }\n }\n /**\n * Gets the reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n * @param bookNum - Book number (this is 1-based, not an index).\n * @param chapterNum - Chapter number.\n * @param verseNum - Verse number.\n * @returns The reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n */\n static getBBBCCCVVV(e, s, r) {\n return e % i.bcvMaxValue * i.bookDigitShifter + (s >= 0 ? s % i.bcvMaxValue * i.chapterDigitShifter : 0) + (r >= 0 ? r % i.bcvMaxValue : 0);\n }\n /**\n * Deserializes a serialized VerseRef.\n * @param serializedVerseRef - Serialized VerseRef to create from.\n * @returns the deserialized VerseRef.\n */\n static fromJSON(e) {\n const { book: s, chapterNum: r, verseNum: a, verse: o, versificationStr: u } = e, f = o || a.toString();\n let d;\n return u && (d = new c(u)), s ? new i(s, r.toString(), f, d) : new i();\n }\n /**\n * Parses a verse string and gets the leading numeric portion as a number.\n * @param verseStr - verse string to parse\n * @returns true if the entire string could be parsed as a single, simple verse number (1-999);\n * false if the verse string represented a verse bridge, contained segment letters, or was invalid\n */\n static tryGetVerseNum(e) {\n let s;\n if (!e)\n return s = -1, { success: !0, vNum: s };\n s = 0;\n let r;\n for (let a = 0; a < e.length; a++) {\n if (r = e[a], r < \"0\" || r > \"9\")\n return a === 0 && (s = -1), { success: !1, vNum: s };\n if (s = s * 10 + +r - 0, s > i.bcvMaxValue)\n return s = -1, { success: !1, vNum: s };\n }\n return { success: !0, vNum: s };\n }\n /**\n * Checks to see if a VerseRef hasn't been set - all values are the default.\n */\n get isDefault() {\n return this.bookNum === 0 && this.chapterNum === 0 && this.verseNum === 0 && this.versification == null;\n }\n /**\n * Gets whether the verse contains multiple verses.\n */\n get hasMultiple() {\n return this._verse != null && (this._verse.includes(i.verseRangeSeparator) || this._verse.includes(i.verseSequenceIndicator));\n }\n /**\n * Gets or sets the book of the reference. Book is the 3-letter abbreviation in capital letters,\n * e.g. `'MAT'`.\n */\n get book() {\n return m.bookNumberToId(this.bookNum, \"\");\n }\n set book(e) {\n this.bookNum = m.bookIdToNumber(e);\n }\n /**\n * Gets or sets the chapter of the reference,. e.g. `'3'`.\n */\n get chapter() {\n return this.isDefault || this._chapterNum < 0 ? \"\" : this._chapterNum.toString();\n }\n set chapter(e) {\n const s = +e;\n this._chapterNum = Number.isInteger(s) ? s : -1;\n }\n /**\n * Gets or sets the verse of the reference, including range, segments, and sequences, e.g. `'4'`,\n * or `'4b-5a, 7'`.\n */\n get verse() {\n return this._verse != null ? this._verse : this.isDefault || this._verseNum < 0 ? \"\" : this._verseNum.toString();\n }\n set verse(e) {\n const { success: s, vNum: r } = i.tryGetVerseNum(e);\n this._verse = s ? void 0 : e.replace(this.rtlMark, \"\"), this._verseNum = r, !(this._verseNum >= 0) && ({ vNum: this._verseNum } = i.tryGetVerseNum(this._verse));\n }\n /**\n * Get or set Book based on book number, e.g. `42`.\n */\n get bookNum() {\n return this._bookNum;\n }\n set bookNum(e) {\n if (e <= 0 || e > m.lastBook)\n throw new v(\n \"BookNum must be greater than zero and less than or equal to last book\"\n );\n this._bookNum = e;\n }\n /**\n * Gets or sets the chapter number, e.g. `3`. `-1` if not valid.\n */\n get chapterNum() {\n return this._chapterNum;\n }\n set chapterNum(e) {\n this.chapterNum = e;\n }\n /**\n * Gets or sets verse start number, e.g. `4`. `-1` if not valid.\n */\n get verseNum() {\n return this._verseNum;\n }\n set verseNum(e) {\n this._verseNum = e;\n }\n /**\n * String representing the versification (should ONLY be used for serialization/deserialization).\n *\n * @remarks This is for backwards compatibility when ScrVers was an enumeration.\n */\n get versificationStr() {\n var e;\n return (e = this.versification) == null ? void 0 : e.name;\n }\n set versificationStr(e) {\n this.versification = this.versification != null ? new c(e) : void 0;\n }\n /**\n * Determines if the reference is valid.\n */\n get valid() {\n return this.validStatus === 0;\n }\n /**\n * Get the valid status for this reference.\n */\n get validStatus() {\n return this.validateVerse(i.verseRangeSeparators, i.verseSequenceIndicators);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits and the verse is 0.\n */\n get BBBCCC() {\n return i.getBBBCCCVVV(this._bookNum, this._chapterNum, 0);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits. If verse is not null\n * (i.e., this reference represents a complex reference with verse\n * segments or bridge) this cannot be used for an exact comparison.\n */\n get BBBCCCVVV() {\n return i.getBBBCCCVVV(this._bookNum, this._chapterNum, this._verseNum);\n }\n /**\n * Gets whether the verse is defined as an excluded verse in the versification.\n * Does not handle verse ranges.\n */\n // eslint-disable-next-line @typescript-eslint/class-literal-property-style\n get isExcluded() {\n return !1;\n }\n /**\n * Parses the reference in the specified string.\n * Optionally versification can follow reference as in GEN 3:11/4\n * Throw an exception if\n * - invalid book name\n * - chapter number is missing or not a number\n * - verse number is missing or does not start with a number\n * - versification is invalid\n * @param verseStr - string to parse e.g. 'MAT 3:11'\n */\n parse(e) {\n if (e = e.replace(this.rtlMark, \"\"), e.includes(\"/\")) {\n const o = e.split(\"/\");\n if (e = o[0], o.length > 1)\n try {\n const u = +o[1].trim();\n this.versification = new c(l[u]);\n } catch {\n throw new v(\"Invalid reference : \" + e);\n }\n }\n const s = e.trim().split(\" \");\n if (s.length !== 2)\n throw new v(\"Invalid reference : \" + e);\n const r = s[1].split(\":\"), a = +r[0];\n if (r.length !== 2 || m.bookIdToNumber(s[0]) === 0 || !Number.isInteger(a) || a < 0 || !i.isVerseParseable(r[1]))\n throw new v(\"Invalid reference : \" + e);\n this.updateInternal(s[0], r[0], r[1]);\n }\n /**\n * Simplifies this verse ref so that it has no bridging of verses or\n * verse segments like `'1a'`.\n */\n simplify() {\n this._verse = void 0;\n }\n /**\n * Makes a clone of the reference.\n *\n * @returns The cloned VerseRef.\n */\n clone() {\n return new i(this);\n }\n toString() {\n const e = this.book;\n return e === \"\" ? \"\" : `${e} ${this.chapter}:${this.verse}`;\n }\n toJSON() {\n let e = this.verse;\n (e === \"\" || e === this.verseNum.toString()) && (e = void 0);\n const s = {\n book: this.book,\n chapterNum: this.chapterNum,\n verseNum: this.verseNum,\n verse: e,\n versificationStr: this.versificationStr\n };\n return e || delete s.verse, s;\n }\n /**\n * Compares this `VerseRef` with supplied one.\n * @param verseRef - object to compare this one to.\n * @returns `true` if this `VerseRef` is equal to the supplied one, `false` otherwise.\n */\n equals(e) {\n return e instanceof i ? e._bookNum === this._bookNum && e._chapterNum === this._chapterNum && e._verseNum === this._verseNum && e.verse === this.verse && (e.versification == null && this.versification == null || e.versification != null && this.versification != null && e.versification.equals(this.versification)) : !1;\n }\n /**\n * Enumerate all individual verses contained in a VerseRef.\n * Verse ranges are indicated by \"-\" and consecutive verses by \",\"s.\n * Examples:\n * GEN 1:2 returns GEN 1:2\n * GEN 1:1a-3b,5 returns GEN 1:1a, GEN 1:2, GEN 1:3b, GEN 1:5\n * GEN 1:2a-2c returns //! ??????\n *\n * @param specifiedVersesOnly - if set to true return only verses that are\n * explicitly specified only, not verses within a range. Defaults to `false`.\n * @param verseRangeSeparators - Verse range separators.\n * Defaults to `VerseRef.verseRangeSeparators`.\n * @param verseSequenceSeparators - Verse sequence separators.\n * Defaults to `VerseRef.verseSequenceIndicators`.\n * @returns An array of all single verse references in this VerseRef.\n */\n allVerses(e = !1, s = i.verseRangeSeparators, r = i.verseSequenceIndicators) {\n if (this._verse == null || this.chapterNum <= 0)\n return [this.clone()];\n const a = [], o = E(this._verse, r);\n for (const u of o.map((f) => E(f, s))) {\n const f = this.clone();\n f.verse = u[0];\n const d = f.verseNum;\n if (a.push(f), u.length > 1) {\n const b = this.clone();\n if (b.verse = u[1], !e)\n for (let p = d + 1; p < b.verseNum; p++) {\n const J = new i(\n this._bookNum,\n this._chapterNum,\n p,\n this.versification\n );\n this.isExcluded || a.push(J);\n }\n a.push(b);\n }\n }\n return a;\n }\n /**\n * Validates a verse number using the supplied separators rather than the defaults.\n */\n validateVerse(e, s) {\n if (!this.verse)\n return this.internalValid;\n let r = 0;\n for (const a of this.allVerses(!0, e, s)) {\n const o = a.internalValid;\n if (o !== 0)\n return o;\n const u = a.BBBCCCVVV;\n if (r > u)\n return 3;\n if (r === u)\n return 4;\n r = u;\n }\n return 0;\n }\n /**\n * Gets whether a single verse reference is valid.\n */\n get internalValid() {\n return this.versification == null ? 1 : this._bookNum <= 0 || this._bookNum > m.lastBook ? 2 : (m.isCanonical(this._bookNum), 0);\n }\n setEmpty(e = i.defaultVersification) {\n this._bookNum = 0, this._chapterNum = -1, this._verse = void 0, this.versification = e;\n }\n updateInternal(e, s, r) {\n this.bookNum = m.bookIdToNumber(e), this.chapter = s, this.verse = r;\n }\n};\nn(i, \"defaultVersification\", c.English), n(i, \"verseRangeSeparator\", \"-\"), n(i, \"verseSequenceIndicator\", \",\"), n(i, \"verseRangeSeparators\", [i.verseRangeSeparator]), n(i, \"verseSequenceIndicators\", [i.verseSequenceIndicator]), n(i, \"chapterDigitShifter\", 1e3), n(i, \"bookDigitShifter\", i.chapterDigitShifter * i.chapterDigitShifter), n(i, \"bcvMaxValue\", i.chapterDigitShifter - 1), /**\n * The valid status of the VerseRef.\n */\nn(i, \"ValidStatusType\", D);\nlet M = i;\nclass v extends Error {\n}\nexport {\n _ as BookSet,\n m as Canon,\n c as ScrVers,\n l as ScrVersType,\n M as VerseRef,\n v as VerseRefException\n};\n//# sourceMappingURL=index.es.js.map\n","\"use strict\"\r\n\r\n// Based on: https://github.com/lodash/lodash/blob/6018350ac10d5ce6a5b7db625140b82aeab804df/.internal/unicodeSize.js\r\n\r\nmodule.exports = () => {\r\n\t// Used to compose unicode character classes.\r\n\tconst astralRange = \"\\\\ud800-\\\\udfff\"\r\n\tconst comboMarksRange = \"\\\\u0300-\\\\u036f\"\r\n\tconst comboHalfMarksRange = \"\\\\ufe20-\\\\ufe2f\"\r\n\tconst comboSymbolsRange = \"\\\\u20d0-\\\\u20ff\"\r\n\tconst comboMarksExtendedRange = \"\\\\u1ab0-\\\\u1aff\"\r\n\tconst comboMarksSupplementRange = \"\\\\u1dc0-\\\\u1dff\"\r\n\tconst comboRange = comboMarksRange + comboHalfMarksRange + comboSymbolsRange + comboMarksExtendedRange + comboMarksSupplementRange\r\n\tconst varRange = \"\\\\ufe0e\\\\ufe0f\"\r\n\tconst familyRange = \"\\\\uD83D\\\\uDC69\\\\uD83C\\\\uDFFB\\\\u200D\\\\uD83C\\\\uDF93\"\r\n\r\n\t// Used to compose unicode capture groups.\r\n\tconst astral = `[${astralRange}]`\r\n\tconst combo = `[${comboRange}]`\r\n\tconst fitz = \"\\\\ud83c[\\\\udffb-\\\\udfff]\"\r\n\tconst modifier = `(?:${combo}|${fitz})`\r\n\tconst nonAstral = `[^${astralRange}]`\r\n\tconst regional = \"(?:\\\\uD83C[\\\\uDDE6-\\\\uDDFF]){2}\"\r\n\tconst surrogatePair = \"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\"\r\n\tconst zwj = \"\\\\u200d\"\r\n\tconst blackFlag = \"(?:\\\\ud83c\\\\udff4\\\\udb40\\\\udc67\\\\udb40\\\\udc62\\\\udb40(?:\\\\udc65|\\\\udc73|\\\\udc77)\\\\udb40(?:\\\\udc6e|\\\\udc63|\\\\udc6c)\\\\udb40(?:\\\\udc67|\\\\udc74|\\\\udc73)\\\\udb40\\\\udc7f)\"\r\n\tconst family = `[${familyRange}]`\r\n\r\n\t// Used to compose unicode regexes.\r\n\tconst optModifier = `${modifier}?`\r\n\tconst optVar = `[${varRange}]?`\r\n\tconst optJoin = `(?:${zwj}(?:${[nonAstral, regional, surrogatePair].join(\"|\")})${optVar + optModifier})*`\r\n\tconst seq = optVar + optModifier + optJoin\r\n\tconst nonAstralCombo = `${nonAstral}${combo}?`\r\n\tconst symbol = `(?:${[nonAstralCombo, combo, regional, surrogatePair, astral, family].join(\"|\")})`\r\n\r\n\t// Used to match [String symbols](https://mathiasbynens.be/notes/javascript-unicode).\r\n\treturn new RegExp(`${blackFlag}|${fitz}(?=${fitz})|${symbol + seq}`, \"g\")\r\n}\r\n","\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// @ts-ignore\nvar char_regex_1 = __importDefault(require(\"char-regex\"));\n/**\n * Converts a string to an array of string chars\n * @param {string} str The string to turn into array\n * @returns {string[]}\n */\nfunction toArray(str) {\n if (typeof str !== 'string') {\n throw new Error('A string is expected as input');\n }\n return str.match(char_regex_1.default()) || [];\n}\nexports.toArray = toArray;\n/**\n * Returns the length of a string\n *\n * @export\n * @param {string} str\n * @returns {number}\n */\nfunction length(str) {\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n var match = str.match(char_regex_1.default());\n return match === null ? 0 : match.length;\n}\nexports.length = length;\n/**\n * Returns a substring by providing start and end position\n *\n * @export\n * @param {string} str\n * @param {number} [begin=0] Starting position\n * @param {number} end End position\n * @returns {string}\n */\nfunction substring(str, begin, end) {\n if (begin === void 0) { begin = 0; }\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n // Even though negative numbers work here, theyre not in the spec\n if (typeof begin !== 'number' || begin < 0) {\n begin = 0;\n }\n if (typeof end === 'number' && end < 0) {\n end = 0;\n }\n var match = str.match(char_regex_1.default());\n if (!match)\n return '';\n return match.slice(begin, end).join('');\n}\nexports.substring = substring;\n/**\n * Returns a substring by providing start position and length\n *\n * @export\n * @param {string} str\n * @param {number} [begin=0] Starting position\n * @param {number} len Desired length\n * @returns {string}\n */\nfunction substr(str, begin, len) {\n if (begin === void 0) { begin = 0; }\n // Check for input\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n var strLength = length(str);\n // Fix type\n if (typeof begin !== 'number') {\n begin = parseInt(begin, 10);\n }\n // Return zero-length string if got oversize number.\n if (begin >= strLength) {\n return '';\n }\n // Calculating postive version of negative value.\n if (begin < 0) {\n begin += strLength;\n }\n var end;\n if (typeof len === 'undefined') {\n end = strLength;\n }\n else {\n // Fix type\n if (typeof len !== 'number') {\n len = parseInt(len, 10);\n }\n end = len >= 0 ? len + begin : begin;\n }\n var match = str.match(char_regex_1.default());\n if (!match)\n return '';\n return match.slice(begin, end).join('');\n}\nexports.substr = substr;\n/**\n * Enforces a string to be a certain length by\n * adding or removing characters\n *\n * @export\n * @param {string} str\n * @param {number} [limit=16] Limit\n * @param {string} [padString='#'] The Pad String\n * @param {string} [padPosition='right'] The Pad Position\n * @returns {string}\n */\nfunction limit(str, limit, padString, padPosition) {\n if (limit === void 0) { limit = 16; }\n if (padString === void 0) { padString = '#'; }\n if (padPosition === void 0) { padPosition = 'right'; }\n // Input should be a string, limit should be a number\n if (typeof str !== 'string' || typeof limit !== 'number') {\n throw new Error('Invalid arguments specified');\n }\n // Pad position should be either left or right\n if (['left', 'right'].indexOf(padPosition) === -1) {\n throw new Error('Pad position should be either left or right');\n }\n // Pad string can be anything, we convert it to string\n if (typeof padString !== 'string') {\n padString = String(padString);\n }\n // Calculate string length considering astral code points\n var strLength = length(str);\n if (strLength > limit) {\n return substring(str, 0, limit);\n }\n else if (strLength < limit) {\n var padRepeats = padString.repeat(limit - strLength);\n return padPosition === 'left' ? padRepeats + str : str + padRepeats;\n }\n return str;\n}\nexports.limit = limit;\n/**\n * Returns the index of the first occurrence of a given string\n *\n * @export\n * @param {string} str\n * @param {string} [searchStr] the string to search\n * @param {number} [pos] starting position\n * @returns {number}\n */\nfunction indexOf(str, searchStr, pos) {\n if (pos === void 0) { pos = 0; }\n if (typeof str !== 'string') {\n throw new Error('Input must be a string');\n }\n if (str === '') {\n if (searchStr === '') {\n return 0;\n }\n return -1;\n }\n // fix type\n pos = Number(pos);\n pos = isNaN(pos) ? 0 : pos;\n searchStr = String(searchStr);\n var strArr = toArray(str);\n if (pos >= strArr.length) {\n if (searchStr === '') {\n return strArr.length;\n }\n return -1;\n }\n if (searchStr === '') {\n return pos;\n }\n var searchArr = toArray(searchStr);\n var finded = false;\n var index;\n for (index = pos; index < strArr.length; index += 1) {\n var searchIndex = 0;\n while (searchIndex < searchArr.length &&\n searchArr[searchIndex] === strArr[index + searchIndex]) {\n searchIndex += 1;\n }\n if (searchIndex === searchArr.length &&\n searchArr[searchIndex - 1] === strArr[index + searchIndex - 1]) {\n finded = true;\n break;\n }\n }\n return finded ? index : -1;\n}\nexports.indexOf = indexOf;\n","/**\n * Ensures that the given input is returned as an array.\n *\n * This function takes a value that might be a single item, an array, or `undefined` and returns it\n * as an array:\n *\n * - If the input is `undefined`, an empty array is returned.\n * - If the input is already an array, it is returned as-is.\n * - If the input is a single item, it is wrapped in an array.\n *\n * @typeParam T - The type of the elements in the array.\n * @param maybeArray - The value that may be a single item, an array, or `undefined`.\n * @returns An array containing the input value(s). If the input is `undefined`, an empty array is\n * returned.\n */\nexport default function ensureArray(maybeArray: T | T[] | undefined): T[] {\n if (!maybeArray) return [];\n\n return Array.isArray(maybeArray) ? maybeArray : [maybeArray];\n}\n","import { LocalizeKey } from 'menus.model';\nimport {\n indexOf as stringzIndexOf,\n substring as stringzSubstring,\n length as stringzLength,\n toArray as stringzToArray,\n limit as stringzLimit,\n substr as stringzSubstr,\n} from 'stringz';\nimport ensureArray from './array-util';\nimport { isString } from './util';\n\n/**\n * This function mirrors the `at` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Finds the Unicode code point at the given index.\n *\n * @param string String to index\n * @param index Position of the character to be returned in range of -length(string) to\n * length(string)\n * @returns New string consisting of the Unicode code point located at the specified offset,\n * undefined if index is out of bounds\n */\nexport function at(string: string, index: number): string | undefined {\n if (index > stringLength(string) || index < -stringLength(string)) return undefined;\n return substr(string, index, 1);\n}\n\n/**\n * This function mirrors the `charAt` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a new string consisting of the single unicode code point at the given index.\n *\n * @param string String to index\n * @param index Position of the string character to be returned, in the range of 0 to\n * length(string)-1\n * @returns New string consisting of the Unicode code point located at the specified offset, empty\n * string if index is out of bounds\n */\nexport function charAt(string: string, index: number): string {\n if (index < 0 || index > stringLength(string) - 1) return '';\n return substr(string, index, 1);\n}\n\n/**\n * This function mirrors the `codePointAt` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a non-negative integer that is the Unicode code point value of the character starting at\n * the given index.\n *\n * @param string String to index\n * @param index Position of the string character to be returned, in the range of 0 to\n * length(string)-1\n * @returns Non-negative integer representing the code point value of the character at the given\n * index, or undefined if there is no element at that position\n */\nexport function codePointAt(string: string, index: number): number | undefined {\n if (index < 0 || index > stringLength(string) - 1) return undefined;\n return substr(string, index, 1).codePointAt(0);\n}\n\n/**\n * This function mirrors the `endsWith` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Determines whether a string ends with the characters of this string.\n *\n * @param string String to search through\n * @param searchString Characters to search for at the end of the string\n * @param endPosition End position where searchString is expected to be found. Default is\n * `length(string)`\n * @returns True if it ends with searchString, false if it does not\n */\nexport function endsWith(\n string: string,\n searchString: string,\n endPosition: number = stringLength(string),\n): boolean {\n const lastIndexOfSearchString = lastIndexOf(string, searchString);\n if (lastIndexOfSearchString === -1) return false;\n if (lastIndexOfSearchString + stringLength(searchString) !== endPosition) return false;\n return true;\n}\n\n/**\n * Get the index of the closest closing curly brace in a string.\n *\n * Note: when escaped, gets the index of the curly brace, not the backslash before it.\n *\n * @param str String to search\n * @param index Index at which to start searching. Inclusive of this index\n * @param escaped Whether to search for an escaped or an unescaped closing curly brace\n * @returns Index of closest closing curly brace or -1 if not found\n */\nfunction indexOfClosestClosingCurlyBrace(str: string, index: number, escaped: boolean) {\n if (index < 0) return -1;\n if (escaped) {\n if (charAt(str, index) === '}' && charAt(str, index - 1) === '\\\\') return index;\n const closeCurlyBraceIndex = indexOf(str, '\\\\}', index);\n return closeCurlyBraceIndex >= 0 ? closeCurlyBraceIndex + 1 : closeCurlyBraceIndex;\n }\n\n let i = index;\n const strLength = stringLength(str);\n while (i < strLength) {\n i = indexOf(str, '}', i);\n\n if (i === -1 || charAt(str, i - 1) !== '\\\\') break;\n\n // Didn't find an un-escaped close brace, so keep looking\n i += 1;\n }\n\n return i >= strLength ? -1 : i;\n}\n\n/**\n * Formats a string into an array of objects (adjacent strings are concatenated in one array entry),\n * replacing `{replacer key}` with the value in the `replacers` at that replacer key (or multiple\n * replacer values if there are multiple in the string). Will also remove \\ before curly braces if\n * curly braces are escaped with a backslash in order to preserve the curly braces. E.g. 'Hi, this\n * is {name}! I like `\\{curly braces\\}`! would become Hi, this is Jim! I like {curly braces}!\n *\n * If the key in unescaped braces is not found, returns the key without the braces. Empty unescaped\n * curly braces will just return a string without the braces e.g. ('I am {Nemo}', { 'name': 'Jim'})\n * would return 'I am Nemo'.\n *\n * Note: React elements can be used as replacer values.\n *\n * @example\n *\n * ```tsx\n *

\n * {formatReplacementStringToArray('Hi {other}! I am {name}.', {\n * other: 'Billy',\n * name: Jim,\n * })}\n *

\n * ```\n *\n * @example\n *\n * ```typescript\n * formatReplacementStringToArray(\n * 'Hi, this is {name}! I like \\{curly braces\\}! I have a {carInfo} car. My favorite food is {food}.',\n * { name: ['Bill'], carInfo: { year: 2015, color: 'blue' } }\n * );\n *\n * =>\n *\n * ['Hi, this is ', ['Bill'], '! I like {curly braces}! I have a ', { year: 2015, color: 'blue' }, ' car. My favorite food is food.']\n * ```\n *\n * @param str String to format and break out into an array of objects\n * @param replacers Object whose keys are replacer keys and whose values are the values with which\n * to replace `{replacer key}`s found in the string to format. If the replacer value is a string,\n * it will be concatenated into existing strings in the array. Otherwise, the replacer value will\n * be added as a new entry in the array\n * @returns Array of formatted strings and replaced objects\n */\nexport function formatReplacementStringToArray(\n str: string,\n replacers: { [key: string | number]: T } | object,\n): (string | T)[] {\n /** The compiled list of contents with replacers replaced appropriately */\n const contents: (string | T)[] = [];\n\n // current index in the string as we go through it\n let i = 0;\n // first index of characters to include in the next plain string added to the content\n let nextIntermediateStartIndex = 0;\n\n /**\n * Adds some content to the array of contents that is being built and also add the intermediate\n * string between the last added content and this added content\n *\n * @param newContent Content to add\n * @param newContentIndex Position in string where newContent starts\n * @param newContentLength Length in the string of the representation of this newContent\n */\n function addToContents(\n newContent: string | T,\n newContentIndex: number,\n newContentLength: number,\n ) {\n // Get the string content between the last new content and this new content\n const intermediateContent = substring(str, nextIntermediateStartIndex, newContentIndex);\n\n // If the last item in contents is a string, pull it out and add intermediateContent to\n // it. Otherwise stick with just intermediateContent\n const baseSubstring =\n contents.length > 0 && isString(contents[contents.length - 1])\n ? `${contents.pop()}${intermediateContent}`\n : intermediateContent;\n\n if (isString(newContent)) {\n // If the new content is a string, add it all together\n contents.push(`${baseSubstring}${newContent}`);\n } else {\n // New content is not a string. Add the base string if it exists (don't add an\n // empty string between added contents), then add the new content separately\n if (baseSubstring) contents.push(baseSubstring);\n contents.push(newContent);\n }\n\n // Set the intermediate start index to right after the new content so whatever\n // string content is between replacers gets added\n nextIntermediateStartIndex = newContentIndex + newContentLength;\n }\n\n const strLength = stringLength(str);\n while (i < strLength) {\n switch (charAt(str, i)) {\n case '{':\n if (charAt(str, i - 1) !== '\\\\') {\n // This character is an un-escaped open curly brace. Try to match and replace\n const closeCurlyBraceIndex = indexOfClosestClosingCurlyBrace(str, i, false);\n if (closeCurlyBraceIndex >= 0) {\n // We have matching open and close indices. Try to replace the contents\n const replacerKey = substring(str, i + 1, closeCurlyBraceIndex);\n\n // Replace with the replacer or just remove the curly braces\n const replacerContent =\n replacerKey in replacers\n ? // Just checked that the key is in the object\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n replacers[replacerKey as keyof typeof replacers]\n : replacerKey;\n\n addToContents(replacerContent, i, closeCurlyBraceIndex + 1 - i);\n\n // Put our index at the closing brace to keep processing the string after it\n i = closeCurlyBraceIndex;\n // Set the intermediate start index to right after our closing curly brace so whatever\n // string content is between replacers gets added\n nextIntermediateStartIndex = closeCurlyBraceIndex + 1;\n } else {\n // This is an unexpected un-escaped open curly brace with no matching closing curly\n // brace. Just ignore, I guess\n }\n } else {\n // This character is an escaped open curly brace. Add the curly brace but skip over the\n // escape backslash\n addToContents('{', i - 1, 2);\n }\n break;\n case '}':\n if (charAt(str, i - 1) !== '\\\\') {\n // This character is an un-escaped closing curly brace with no matching open curly\n // brace. Just ignore, I guess\n } else {\n // This character is an escaped closing curly brace. Add the curly brace but skip over\n // the escape backslash\n addToContents('}', i - 1, 2);\n }\n break;\n default:\n // No need to do anything with other characters at this point\n break;\n }\n\n i += 1;\n }\n\n // Now we are through the whole string and need to add the string content after all replacers if\n // there is anything left\n if (nextIntermediateStartIndex < strLength) {\n // Get the string content between the last new content and this new content\n const endContent = substring(str, nextIntermediateStartIndex);\n\n // If the last item in contents is a string, pull it out and add endContent to\n // it. Then put it in the contents array\n contents.push(\n contents.length > 0 && isString(contents[contents.length - 1])\n ? `${contents.pop()}${endContent}`\n : endContent,\n );\n }\n\n return contents;\n}\n\n/**\n * Formats a string, replacing `{replacer key}` with the value in the `replacers` at that replacer\n * key (or multiple replacer values if there are multiple in the string). Will also remove \\ before\n * curly braces if curly braces are escaped with a backslash in order to preserve the curly braces.\n * E.g. 'Hi, this is {name}! I like `\\{curly braces\\}`! would become Hi, this is Jim! I like {curly\n * braces}!\n *\n * If the key in unescaped braces is not found, returns the key without the braces. Empty unescaped\n * curly braces will just return a string without the braces e.g. ('I am {Nemo}', { 'name': 'Jim'})\n * would return 'I am Nemo'.\n *\n * @example\n *\n * ```typescript\n * formatReplacementString(\n * 'Hi, this is {name}! I like \\{curly braces\\}! I have a {carColor} car. My favorite food is {food}.',\n * { name: 'Bill', carColor: 'blue' }\n * );\n *\n * =>\n *\n * 'Hi, this is Bill! I like {curly braces}! I have a blue car. My favorite food is food.'\n * ```\n *\n * @param str String to format\n * @param replacers Object whose keys are replacer keys and whose values are the values with which\n * to replace `{replacer key}`s found in the string to format. Will be coerced to strings using\n * `${replacerValue}`\n * @returns Formatted string\n */\nexport function formatReplacementString(\n str: string,\n replacers: { [key: string | number]: string | unknown } | object,\n): string {\n return formatReplacementStringToArray(str, replacers)\n .map((content) => `${content}`)\n .join('');\n}\n\n/**\n * This function mirrors the `includes` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Performs a case-sensitive search to determine if searchString is found in string.\n *\n * @param string String to search through\n * @param searchString String to search for\n * @param position Position within the string to start searching for searchString. Default is `0`\n * @returns True if search string is found, false if it is not\n */\nexport function includes(string: string, searchString: string, position: number = 0): boolean {\n const partialString = substring(string, position);\n const indexOfSearchString = indexOf(partialString, searchString);\n if (indexOfSearchString === -1) return false;\n return true;\n}\n\n/**\n * This function mirrors the `indexOf` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns the index of the first occurrence of a given string.\n *\n * @param string String to search through\n * @param searchString The string to search for\n * @param position Start of searching. Default is `0`\n * @returns Index of the first occurrence of a given string\n */\nexport function indexOf(\n string: string,\n searchString: string,\n position: number | undefined = 0,\n): number {\n return stringzIndexOf(string, searchString, position);\n}\n\n/**\n * This function mirrors the `lastIndexOf` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Searches this string and returns the index of the last occurrence of the specified substring.\n *\n * @param string String to search through\n * @param searchString Substring to search for\n * @param position The index at which to begin searching. If omitted, the search begins at the end\n * of the string. Default is `undefined`\n * @returns Index of the last occurrence of searchString found, or -1 if not found.\n */\nexport function lastIndexOf(string: string, searchString: string, position?: number): number {\n let validatedPosition = position === undefined ? stringLength(string) : position;\n\n if (validatedPosition < 0) {\n validatedPosition = 0;\n } else if (validatedPosition >= stringLength(string)) {\n validatedPosition = stringLength(string) - 1;\n }\n\n for (let index = validatedPosition; index >= 0; index--) {\n if (substr(string, index, stringLength(searchString)) === searchString) {\n return index;\n }\n }\n\n return -1;\n}\n\n/**\n * This function mirrors the `length` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes. Since `length` appears to be a\n * reserved keyword, the function was renamed to `stringLength`\n *\n * Returns the length of a string.\n *\n * @param string String to return the length for\n * @returns Number that is length of the starting string\n */\nexport function stringLength(string: string): number {\n return stringzLength(string);\n}\n\n/**\n * This function mirrors the `normalize` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns the Unicode Normalization Form of this string.\n *\n * @param string The starting string\n * @param form Form specifying the Unicode Normalization Form. Default is `'NFC'`\n * @returns A string containing the Unicode Normalization Form of the given string.\n */\nexport function normalize(string: string, form: 'NFC' | 'NFD' | 'NFKC' | 'NFKD' | 'none'): string {\n const upperCaseForm = form.toUpperCase();\n if (upperCaseForm === 'NONE') {\n return string;\n }\n return string.normalize(upperCaseForm);\n}\n\n/**\n * Compares two strings using an ordinal comparison approach based on the specified collation\n * options. This function uses the built-in `localeCompare` method with the 'en' locale and the\n * provided collation options to compare the strings.\n *\n * @param string1 The first string to compare.\n * @param string2 The second string to compare.\n * @param options Optional. The collation options used for comparison.\n * @returns A number indicating the result of the comparison: - Negative value if string1 precedes\n * string2 in sorting order. - Zero if string1 and string2 are equivalent in sorting order. -\n * Positive value if string1 follows string2 in sorting order.\n */\nexport function ordinalCompare(\n string1: string,\n string2: string,\n options?: Intl.CollatorOptions,\n): number {\n return string1.localeCompare(string2, 'en', options);\n}\n\n/**\n * This function mirrors the `padEnd` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Pads this string with another string (multiple times, if needed) until the resulting string\n * reaches the given length. The padding is applied from the end of this string.\n *\n * @param string String to add padding too\n * @param targetLength The length of the resulting string once the starting string has been padded.\n * If value is less than or equal to length(string), then string is returned as is.\n * @param padString The string to pad the current string with. If padString is too long to stay\n * within targetLength, it will be truncated. Default is `\" \"`\n * @returns String with appropriate padding at the end\n */\n// Note: Limit with padString only works when length(padString) = 1, will be fixed with https://github.com/sallar/stringz/pull/59\nexport function padEnd(string: string, targetLength: number, padString: string = ' '): string {\n if (targetLength <= stringLength(string)) return string;\n return stringzLimit(string, targetLength, padString, 'right');\n}\n\n/**\n * This function mirrors the `padStart` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Pads this string with another string (multiple times, if needed) until the resulting string\n * reaches the given length. The padding is applied from the start of this string.\n *\n * @param string String to add padding too\n * @param targetLength The length of the resulting string once the starting string has been padded.\n * If value is less than or equal to length(string), then string is returned as is.\n * @param padString The string to pad the current string with. If padString is too long to stay\n * within the targetLength, it will be truncated from the end. Default is `\" \"`\n * @returns String with of specified targetLength with padString applied from the start\n */\n// Note: Limit with padString only works when length(padString) = 1, will be fixed with https://github.com/sallar/stringz/pull/59\nexport function padStart(string: string, targetLength: number, padString: string = ' '): string {\n if (targetLength <= stringLength(string)) return string;\n return stringzLimit(string, targetLength, padString, 'left');\n}\n\n// This is a helper function that performs a correction on the slice index to make sure it\n// cannot go out of bounds\nfunction correctSliceIndex(length: number, index: number) {\n if (index > length) return length;\n if (index < -length) return 0;\n if (index < 0) return index + length;\n return index;\n}\n\n/**\n * This function mirrors the `slice` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Extracts a section of this string and returns it as a new string, without modifying the original\n * string.\n *\n * @param string The starting string\n * @param indexStart The index of the first character to include in the returned substring.\n * @param indexEnd The index of the first character to exclude from the returned substring.\n * @returns A new string containing the extracted section of the string.\n */\nexport function slice(string: string, indexStart: number, indexEnd?: number): string {\n const length: number = stringLength(string);\n if (\n indexStart > length ||\n (indexEnd &&\n ((indexStart > indexEnd &&\n !(indexStart >= 0 && indexStart < length && indexEnd < 0 && indexEnd > -length)) ||\n indexEnd < -length))\n )\n return '';\n\n const newStart = correctSliceIndex(length, indexStart);\n const newEnd = indexEnd ? correctSliceIndex(length, indexEnd) : undefined;\n\n return substring(string, newStart, newEnd);\n}\n\n/**\n * This function mirrors the `split` function from the JavaScript Standard String object. It handles\n * Unicode code points instead of UTF-16 character codes.\n *\n * Takes a pattern and divides the string into an ordered list of substrings by searching for the\n * pattern, puts these substrings into an array, and returns the array.\n *\n * @param string The string to split\n * @param separator The pattern describing where each split should occur\n * @param splitLimit Limit on the number of substrings to be included in the array. Splits the\n * string at each occurrence of specified separator, but stops when limit entries have been placed\n * in the array.\n * @returns An array of strings, split at each point where separator occurs in the starting string.\n * Returns undefined if separator is not found in string.\n */\nexport function split(string: string, separator: string | RegExp, splitLimit?: number): string[] {\n const result: string[] = [];\n\n if (splitLimit !== undefined && splitLimit <= 0) {\n return [string];\n }\n\n if (separator === '') return toArray(string).slice(0, splitLimit);\n\n let regexSeparator = separator;\n if (\n typeof separator === 'string' ||\n (separator instanceof RegExp && !includes(separator.flags, 'g'))\n ) {\n regexSeparator = new RegExp(separator, 'g');\n }\n\n const matches: RegExpMatchArray | null = string.match(regexSeparator);\n\n let currentIndex = 0;\n\n if (!matches) return [string];\n\n for (let index = 0; index < (splitLimit ? splitLimit - 1 : matches.length); index++) {\n const matchIndex = indexOf(string, matches[index], currentIndex);\n const matchLength = stringLength(matches[index]);\n\n result.push(substring(string, currentIndex, matchIndex));\n currentIndex = matchIndex + matchLength;\n\n if (splitLimit !== undefined && result.length === splitLimit) {\n break;\n }\n }\n\n result.push(substring(string, currentIndex));\n\n return result;\n}\n\n/**\n * This function mirrors the `startsWith` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Determines whether the string begins with the characters of a specified string, returning true or\n * false as appropriate.\n *\n * @param string String to search through\n * @param searchString The characters to be searched for at the start of this string.\n * @param position The start position at which searchString is expected to be found (the index of\n * searchString's first character). Default is `0`\n * @returns True if the given characters are found at the beginning of the string, including when\n * searchString is an empty string; otherwise, false.\n */\nexport function startsWith(string: string, searchString: string, position: number = 0): boolean {\n const indexOfSearchString = indexOf(string, searchString, position);\n if (indexOfSearchString !== position) return false;\n return true;\n}\n\n/**\n * This function mirrors the `substr` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a substring by providing start and length. This function is not exported because it is\n * considered deprecated, however it is still useful as a local helper function.\n *\n * @param string String to be divided\n * @param begin Start position. Default is `Start of string`\n * @param len Length of result. Default is `String length minus start parameter`. Default is `String\n * length minus start parameter`\n * @returns Substring from starting string\n */\nfunction substr(\n string: string,\n begin: number = 0,\n len: number = stringLength(string) - begin,\n): string {\n return stringzSubstr(string, begin, len);\n}\n\n/**\n * This function mirrors the `substring` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Returns a substring by providing start and end position.\n *\n * @param string String to be divided\n * @param begin Start position\n * @param end End position. Default is `End of string`\n * @returns Substring from starting string\n */\nexport function substring(\n string: string,\n begin: number,\n end: number = stringLength(string),\n): string {\n return stringzSubstring(string, begin, end);\n}\n\n/**\n * This function mirrors the `toArray` function from the JavaScript Standard String object. It\n * handles Unicode code points instead of UTF-16 character codes.\n *\n * Converts a string to an array of string characters.\n *\n * @param string String to convert to array\n * @returns An array of characters from the starting string\n */\nexport function toArray(string: string): string[] {\n return stringzToArray(string);\n}\n\n/** Determine whether the string is a `LocalizeKey` meant to be localized in Platform.Bible. */\nexport function isLocalizeKey(str: string): str is LocalizeKey {\n return startsWith(str, '%') && endsWith(str, '%');\n}\n\n/**\n * Escape RegExp special characters.\n *\n * You can also use this to escape a string that is inserted into the middle of a regex, for\n * example, into a character class.\n *\n * All credit to [`escape-string-regexp`](https://www.npmjs.com/package/escape-string-regexp) - this\n * function is simply copied directly from there to allow a common js export\n *\n * @example\n *\n * import escapeStringRegexp from 'platform-bible-utils';\n *\n * const escapedString = escapeStringRegexp('How much $ for a 🦄?');\n * //=> 'How much \\\\$ for a 🦄\\\\?'\n *\n * new RegExp(escapedString);\n */\nexport function escapeStringRegexp(string: string): string {\n if (typeof string !== 'string') {\n throw new TypeError('Expected a string');\n }\n\n // Escape characters with special meaning either inside or outside character sets.\n // Use a simple backslash escape when it’s always valid, and a `\\xnn` escape when the simpler form would be disallowed by Unicode patterns’ stricter grammar.\n return string.replace(/[|\\\\{}()[\\]^$+*?.]/g, '\\\\$&').replace(/-/g, '\\\\x2d');\n}\n\n/**\n * Transforms a string or an array of strings into an array of regular expressions, ensuring that\n * the result is always an array.\n *\n * This function accepts a value that may be a single string, an array of strings, or `undefined`.\n * It then:\n *\n * - Converts each string into a `RegExp` object.\n * - If the input is an array containing nested arrays, it converts each string in the nested arrays\n * into `RegExp` objects.\n * - Ensures that the result is always an array of `RegExp` objects or arrays of `RegExp` objects.\n *\n * @param stringStringMaybeArray - The value to be transformed, which can be a single string, an\n * array of strings or arrays of strings, or `undefined`.\n * @returns An array of `RegExp` objects or arrays of `RegExp` objects. If the input is `undefined`,\n * an empty array is returned.\n */\nexport function transformAndEnsureRegExpRegExpArray(\n stringStringMaybeArray: string | (string | string[])[] | undefined,\n): (RegExp | RegExp[])[] {\n if (!stringStringMaybeArray) return [];\n\n const stringStringArray = ensureArray(stringStringMaybeArray);\n\n const regExpRegExpArray = stringStringArray.map((stringMaybeStringArray: string | string[]) =>\n Array.isArray(stringMaybeStringArray)\n ? stringMaybeStringArray.map((str) => new RegExp(str))\n : new RegExp(stringMaybeStringArray),\n );\n\n return regExpRegExpArray;\n}\n\n/**\n * Transforms a string or an array of strings into an array of regular expressions.\n *\n * This function accepts a value that may be a single string, an array of strings, or `undefined`.\n * It then:\n *\n * - Converts each string into a `RegExp` object.\n * - Ensures that the result is always an array of `RegExp` objects.\n *\n * @param stringMaybeArray - The value to be transformed, which can be a single string, an array of\n * strings, or `undefined`.\n * @returns An array of `RegExp` objects. If the input is `undefined`, an empty array is returned.\n */\nexport function transformAndEnsureRegExpArray(\n stringMaybeArray: string | string[] | undefined,\n): RegExp[] {\n if (!stringMaybeArray) return [];\n\n const stringArray = ensureArray(stringMaybeArray);\n\n const regExpArray = stringArray.map((str: string) => new RegExp(str));\n\n return regExpArray;\n}\n\n/** This is an internal-only export for testing purposes and should not be used in development */\nexport const testingStringUtils = {\n indexOfClosestClosingCurlyBrace,\n};\n","import { Canon, VerseRef } from '@sillsdev/scripture';\nimport { BookInfo, ScriptureReference, ScrollGroupId } from './scripture.model';\nimport { split, startsWith } from './string-util';\nimport { LocalizeKey } from './menus.model';\n\nconst scrBookData: BookInfo[] = [\n { shortName: 'ERR', fullNames: ['ERROR'], chapters: -1 },\n { shortName: 'GEN', fullNames: ['Genesis'], chapters: 50 },\n { shortName: 'EXO', fullNames: ['Exodus'], chapters: 40 },\n { shortName: 'LEV', fullNames: ['Leviticus'], chapters: 27 },\n { shortName: 'NUM', fullNames: ['Numbers'], chapters: 36 },\n { shortName: 'DEU', fullNames: ['Deuteronomy'], chapters: 34 },\n { shortName: 'JOS', fullNames: ['Joshua'], chapters: 24 },\n { shortName: 'JDG', fullNames: ['Judges'], chapters: 21 },\n { shortName: 'RUT', fullNames: ['Ruth'], chapters: 4 },\n { shortName: '1SA', fullNames: ['1 Samuel'], chapters: 31 },\n { shortName: '2SA', fullNames: ['2 Samuel'], chapters: 24 },\n { shortName: '1KI', fullNames: ['1 Kings'], chapters: 22 },\n { shortName: '2KI', fullNames: ['2 Kings'], chapters: 25 },\n { shortName: '1CH', fullNames: ['1 Chronicles'], chapters: 29 },\n { shortName: '2CH', fullNames: ['2 Chronicles'], chapters: 36 },\n { shortName: 'EZR', fullNames: ['Ezra'], chapters: 10 },\n { shortName: 'NEH', fullNames: ['Nehemiah'], chapters: 13 },\n { shortName: 'EST', fullNames: ['Esther'], chapters: 10 },\n { shortName: 'JOB', fullNames: ['Job'], chapters: 42 },\n { shortName: 'PSA', fullNames: ['Psalm', 'Psalms'], chapters: 150 },\n { shortName: 'PRO', fullNames: ['Proverbs'], chapters: 31 },\n { shortName: 'ECC', fullNames: ['Ecclesiastes'], chapters: 12 },\n { shortName: 'SNG', fullNames: ['Song of Solomon', 'Song of Songs'], chapters: 8 },\n { shortName: 'ISA', fullNames: ['Isaiah'], chapters: 66 },\n { shortName: 'JER', fullNames: ['Jeremiah'], chapters: 52 },\n { shortName: 'LAM', fullNames: ['Lamentations'], chapters: 5 },\n { shortName: 'EZK', fullNames: ['Ezekiel'], chapters: 48 },\n { shortName: 'DAN', fullNames: ['Daniel'], chapters: 12 },\n { shortName: 'HOS', fullNames: ['Hosea'], chapters: 14 },\n { shortName: 'JOL', fullNames: ['Joel'], chapters: 3 },\n { shortName: 'AMO', fullNames: ['Amos'], chapters: 9 },\n { shortName: 'OBA', fullNames: ['Obadiah'], chapters: 1 },\n { shortName: 'JON', fullNames: ['Jonah'], chapters: 4 },\n { shortName: 'MIC', fullNames: ['Micah'], chapters: 7 },\n { shortName: 'NAM', fullNames: ['Nahum'], chapters: 3 },\n { shortName: 'HAB', fullNames: ['Habakkuk'], chapters: 3 },\n { shortName: 'ZEP', fullNames: ['Zephaniah'], chapters: 3 },\n { shortName: 'HAG', fullNames: ['Haggai'], chapters: 2 },\n { shortName: 'ZEC', fullNames: ['Zechariah'], chapters: 14 },\n { shortName: 'MAL', fullNames: ['Malachi'], chapters: 4 },\n { shortName: 'MAT', fullNames: ['Matthew'], chapters: 28 },\n { shortName: 'MRK', fullNames: ['Mark'], chapters: 16 },\n { shortName: 'LUK', fullNames: ['Luke'], chapters: 24 },\n { shortName: 'JHN', fullNames: ['John'], chapters: 21 },\n { shortName: 'ACT', fullNames: ['Acts'], chapters: 28 },\n { shortName: 'ROM', fullNames: ['Romans'], chapters: 16 },\n { shortName: '1CO', fullNames: ['1 Corinthians'], chapters: 16 },\n { shortName: '2CO', fullNames: ['2 Corinthians'], chapters: 13 },\n { shortName: 'GAL', fullNames: ['Galatians'], chapters: 6 },\n { shortName: 'EPH', fullNames: ['Ephesians'], chapters: 6 },\n { shortName: 'PHP', fullNames: ['Philippians'], chapters: 4 },\n { shortName: 'COL', fullNames: ['Colossians'], chapters: 4 },\n { shortName: '1TH', fullNames: ['1 Thessalonians'], chapters: 5 },\n { shortName: '2TH', fullNames: ['2 Thessalonians'], chapters: 3 },\n { shortName: '1TI', fullNames: ['1 Timothy'], chapters: 6 },\n { shortName: '2TI', fullNames: ['2 Timothy'], chapters: 4 },\n { shortName: 'TIT', fullNames: ['Titus'], chapters: 3 },\n { shortName: 'PHM', fullNames: ['Philemon'], chapters: 1 },\n { shortName: 'HEB', fullNames: ['Hebrews'], chapters: 13 },\n { shortName: 'JAS', fullNames: ['James'], chapters: 5 },\n { shortName: '1PE', fullNames: ['1 Peter'], chapters: 5 },\n { shortName: '2PE', fullNames: ['2 Peter'], chapters: 3 },\n { shortName: '1JN', fullNames: ['1 John'], chapters: 5 },\n { shortName: '2JN', fullNames: ['2 John'], chapters: 1 },\n { shortName: '3JN', fullNames: ['3 John'], chapters: 1 },\n { shortName: 'JUD', fullNames: ['Jude'], chapters: 1 },\n { shortName: 'REV', fullNames: ['Revelation'], chapters: 22 },\n];\n\nexport const FIRST_SCR_BOOK_NUM = 1;\nexport const LAST_SCR_BOOK_NUM = scrBookData.length - 1;\nexport const FIRST_SCR_CHAPTER_NUM = 1;\nexport const FIRST_SCR_VERSE_NUM = 1;\n\nexport const defaultScrRef: ScriptureReference = {\n bookNum: 1,\n chapterNum: 1,\n verseNum: 1,\n};\n\nexport const getChaptersForBook = (bookNum: number): number => {\n return scrBookData[bookNum]?.chapters ?? -1;\n};\n\nexport const offsetBook = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n bookNum: Math.max(FIRST_SCR_BOOK_NUM, Math.min(scrRef.bookNum + offset, LAST_SCR_BOOK_NUM)),\n chapterNum: 1,\n verseNum: 1,\n});\n\nexport const offsetChapter = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n chapterNum: Math.min(\n Math.max(FIRST_SCR_CHAPTER_NUM, scrRef.chapterNum + offset),\n getChaptersForBook(scrRef.bookNum),\n ),\n verseNum: 1,\n});\n\nexport const offsetVerse = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n verseNum: Math.max(FIRST_SCR_VERSE_NUM, scrRef.verseNum + offset),\n});\n\n/**\n * https://github.com/ubsicap/Paratext/blob/master/ParatextData/SILScriptureExtensions.cs#L72\n *\n * Convert book number to a localized Id (a short description of the book). This should be used\n * whenever a book ID (short code) is shown to the user. It is primarily needed for people who do\n * not read Roman script well and need to have books identified in a alternate script (e.g. Chinese\n * or Russian)\n *\n * @param bookNumber\n * @param localizationLanguage In BCP 47 format\n * @param getLocalizedString Function that provides the localized versions of the book ids and names\n * asynchronously.\n * @returns\n */\nexport async function getLocalizedIdFromBookNumber(\n bookNumber: number,\n localizationLanguage: string,\n getLocalizedString: (item: {\n localizeKey: string;\n languagesToSearch?: string[];\n }) => Promise,\n) {\n const id = Canon.bookNumberToId(bookNumber);\n\n if (!startsWith(Intl.getCanonicalLocales(localizationLanguage)[0], 'zh'))\n return getLocalizedString({\n localizeKey: `LocalizedId.${id}`,\n languagesToSearch: [localizationLanguage],\n });\n\n // For Chinese the normal book name is already fairly short.\n const bookName = await getLocalizedString({\n localizeKey: `Book.${id}`,\n languagesToSearch: [localizationLanguage],\n });\n const parts = split(bookName, '-');\n // some entries had a second name inside ideographic parenthesis\n const parts2 = split(parts[0], '\\xff08');\n const retVal = parts2[0].trim();\n return retVal;\n}\n\n/**\n * Get the Scripture reference as an easily comparable/sortable integer.\n *\n * @param scrRef The Scripture reference.\n * @returns An integer where the first three digits represent the book, the next three represent the\n * chapter and the last three represent the verse.\n */\nexport function scrRefToBBBCCCVVV(scrRef: ScriptureReference): number {\n return new VerseRef(scrRef.bookNum, scrRef.chapterNum, scrRef.verseNum).BBBCCCVVV;\n}\n\n/**\n * Compares two Scripture references canonically.\n *\n * @param scrRef1 The first Scripture reference to compare.\n * @param scrRef2 The second Scripture reference to compare.\n * @returns A number indicating the result of the comparison: - Negative value if scrRef1 precedes\n * scrRef2 in sorting order. - Zero if scrRef1 and scrRef2 are equivalent in sorting order. -\n * Positive value if scrRef1 follows scrRef2 in sorting order.\n */\nexport function compareScrRefs(scrRef1: ScriptureReference, scrRef2: ScriptureReference): number {\n // TODO: consider edge cases for invalid references (current implementation should suffice for\n // all but the most extreme cases)\n return scrRefToBBBCCCVVV(scrRef1) - scrRefToBBBCCCVVV(scrRef2);\n}\n\n/** Get the localized string key for a given scroll group Id (or no scroll group if `undefined`) */\nexport function getLocalizeKeyForScrollGroupId(\n scrollGroupId: ScrollGroupId | undefined | 'undefined',\n): LocalizeKey {\n return `%scrollGroup_${scrollGroupId}%`;\n}\n\n/**\n * Gets a list of localized string keys for provided scroll group Ids. Uses\n * {@link getLocalizeKeyForScrollGroupId} internally\n *\n * @example\n *\n * ```typescript\n * getLocalizeKeysForScrollGroupIds([undefined, 0, 1, 2, 3, 4]);\n * // Gives localized string keys for the provided scroll group ids in an array\n * ```\n *\n * @param scrollGroupIds Scroll group ids to include\n * @returns List of localized string keys for scroll group Ids\n */\nexport function getLocalizeKeysForScrollGroupIds(scrollGroupIds: (ScrollGroupId | undefined)[]) {\n return scrollGroupIds.map((scrollGroupId) => getLocalizeKeyForScrollGroupId(scrollGroupId));\n}\n\n/**\n * Formats a Scripture reference.\n *\n * @param scrRef The Scripture reference to format.\n * @param optionOrLocalizedBookName Either 'id' (the default) to format using the \"standard\" (as\n * defined by SIL/UBS) 3-letter book ID, 'English' to format using the English book name spelled\n * out, or some other string (e.g., a localized book name, vernacular abbreviation, FCBH book id,\n * etc.) to use.\n * @param chapterVerseSeparator The character used to separate the chapter number from the verse\n * number. Default is a colon (:). Note: More than one character is allowed.\n * @param bookChapterSeparator The character used to separate the book from the chapter number.\n * Default is a single space. Note: More than one character is allowed.\n * @returns The formatted reference.\n */\nexport function formatScrRef(\n scrRef: ScriptureReference,\n optionOrLocalizedBookName?: 'id' | 'English' | string,\n chapterVerseSeparator?: string,\n bookChapterSeparator?: string,\n): string {\n let book: string;\n switch (optionOrLocalizedBookName ?? 'id') {\n case 'English':\n book = Canon.bookNumberToEnglishName(scrRef.bookNum);\n break;\n case 'id':\n book = Canon.bookNumberToId(scrRef.bookNum);\n break;\n default:\n // We already dealt with undefined about in the switch, but TS is getting confused.\n book = optionOrLocalizedBookName ?? '';\n break;\n }\n return `${book}${bookChapterSeparator ?? ' '}${scrRef.chapterNum}${chapterVerseSeparator ?? ':'}${scrRef.verseNum}`;\n}\n","/** Function to run to dispose of something. Returns true if successfully unsubscribed */\nexport type Unsubscriber = () => boolean;\n\n/**\n * Returns an Unsubscriber function that combines all the unsubscribers passed in.\n *\n * @param unsubscribers All unsubscribers to aggregate into one unsubscriber\n * @returns Function that unsubscribes from all passed in unsubscribers when run\n */\nexport const aggregateUnsubscribers = (unsubscribers: Unsubscriber[]): Unsubscriber => {\n return (...args) => {\n // Run the unsubscriber for each handler\n const unsubs = unsubscribers.map((unsubscriber) => unsubscriber(...args));\n\n // If all the unsubscribers resolve to truthiness, we succeed\n return unsubs.every((success) => success);\n };\n};\n\n/**\n * Function to run to dispose of something that runs asynchronously. The promise resolves to true if\n * successfully unsubscribed\n */\nexport type UnsubscriberAsync = () => Promise;\n\n/**\n * Returns an UnsubscriberAsync function that combines all the unsubscribers passed in.\n *\n * @param unsubscribers - All unsubscribers to aggregate into one unsubscriber.\n * @returns Function that unsubscribes from all passed in unsubscribers when run\n */\nexport const aggregateUnsubscriberAsyncs = (\n unsubscribers: (UnsubscriberAsync | Unsubscriber)[],\n): UnsubscriberAsync => {\n return async (...args) => {\n // Run the unsubscriber for each handler\n const unsubPromises = unsubscribers.map(async (unsubscriber) => unsubscriber(...args));\n\n // If all the unsubscribers resolve to truthiness, we succeed\n return (await Promise.all(unsubPromises)).every((success) => success);\n };\n};\n","import { type MarkerContent, type MarkerObject } from '@biblionexus-foundation/scripture-utilities';\nimport { VerseRef } from '@sillsdev/scripture';\n\n/** USJ content node type for a chapter */\nexport const CHAPTER_TYPE = 'chapter';\n\n/** USJ content node type for a verse */\nexport const VERSE_TYPE = 'verse';\n\n/** Represents a book, chapter, verse, and offset */\nexport type VerseRefOffset = {\n verseRef: VerseRef;\n offset: number;\n};\n\n/** This could actually have more content clauses at the end, but TS types are limited */\nexport type ContentJsonPath =\n | ''\n | `$`\n | `$.content[${number}]`\n | `$.content[${number}].content[${number}]`\n | `$.content[${number}].content[${number}].content[${number}]`\n | `$.content[${number}].content[${number}].content[${number}].content[${number}]`;\n\n/** Node within a USJ object, an offset within that node, and a JSONPath query to the node */\nexport type UsjContentLocation = {\n node: MarkerContent;\n offset: number;\n jsonPath: ContentJsonPath;\n};\n\n/** Utilities for reading from and writing to `Usj` objects */\nexport interface IUsjReaderWriter {\n /**\n * Return a copy of text following a given starting point\n *\n * @param start Point where text extraction will start\n * @param desiredLength Length of text to extract from this USJ data\n */\n extractText(start: UsjContentLocation, desiredLength: number): string;\n /**\n * Return a copy of text between two points\n *\n * @param start Point where text extraction will start\n * @param end Point where text extraction will end\n * @param maxLength Maximum length of string to return (defaults to 100)\n * @returns Text between the two points, capped at length `maxLength`\n */\n extractTextBetweenPoints(\n start: UsjContentLocation,\n end: UsjContentLocation,\n maxLength: number,\n ): string;\n /**\n * Given a starting point, find the next location in this USJ data that matches the given text\n *\n * @param start Point where the search for `text` will start\n * @param text Text to find\n * @param maxTextLengthToSearch Maximum length of text to search before stopping (default is 1000)\n * @returns Object containing the USJ node where `text` begins (it might be split across nodes),\n * offset within that node that indicates where `text` begins, and a JSONPath string that\n * indicates the location of the of USJ node within `usj`. Note that if the USJ node returned is\n * an object, it is the same object that is within this USJ data. So if you change it, you are\n * changing this USJ data.\n */\n findNextLocationOfMatchingText(\n start: UsjContentLocation,\n text: string,\n maxTextLengthToSearch: number,\n ): UsjContentLocation | undefined;\n /** Find the first value matching the given JSONPath query within this USJ data */\n findSingleValue(jsonPathQuery: string): T | undefined;\n /** Find the parent of the first value matching the given JSONPath query within this USJ data */\n findParent(jsonPathQuery: string): T | undefined;\n /**\n * Convert a JSONPath query into a VerseRef and offset\n *\n * @param jsonPathQuery JSONPath search expression that indicates a node within this USJ data. If\n * the expression matches more than one node, then only the first node found is considered.\n * @param bookId 3 letter ID of the book being searched (must be defined in this USJ data if not\n * provided here)\n * @returns VerseRef and offset that represents the location within this USJ data indicated by\n * `jsonPathQuery`\n */\n jsonPathToVerseRefAndOffset(jsonPathQuery: string, bookId?: string): VerseRefOffset;\n /** Build a JSONPath query that uniquely identifies the given node with this USJ data. */\n nodeToJsonPath(node: MarkerObject): ContentJsonPath;\n /**\n * Determine the VerseRef and offset that correspond to the location of a node somewhere within\n * this USJ data\n *\n * @param bookId ID of the book represented by this USJ data\n * @param node JSON object representing the location of the VerseRef and offset\n * @param nodeParent JSON object that owns the `content` array that includes `node`. If\n * 'undefined' is provided then the `UsjReaderWriter` will attempt to lookup the parent of\n * `node`. The lookup will always fail and throw an error if `node` is a string.\n * @returns VerseRef and offset representing the location of `node`, if one could be found\n */\n nodeToVerseRefAndOffset(\n bookId: string,\n node: MarkerContent,\n nodeParent: MarkerObject | MarkerContent[] | undefined,\n ): { verseRef: VerseRef; offset: number } | undefined;\n /**\n * Remove all nodes from this USJ data that match a given search function.\n *\n * @param searchFunction Function that returns `true` if the given node should be removed\n * @returns Number of nodes removed\n */\n removeContentNodes(searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean): number;\n /**\n * Inform this UsjReaderWriter that the underlying USJ object changed. This is needed to clear\n * caches used when querying.\n */\n usjChanged(): void;\n /**\n * Convert a verse ref + offset into a node + offset within this USJ data and a JSONPath query\n *\n * @param verseRef Indicates the book, chapter, and verse of interest to find\n * @param verseRefOffset Specific location within verse text (defaults to 0)\n * @returns Object containing the USJ node indicated by `verseRef` and `verseRefOffset`, offset\n * within that node that matches the `verseRefOffset`, and a JSONPath string that indicates the\n * location of the of USJ node within this USJ data. Note that if the USJ node returned is an\n * object, it is the same object that is within this USJ data. So if you change it, you are\n * changing this USJ data.\n */\n verseRefToUsjContentLocation(verseRef: VerseRef, verseRefOffset: number): UsjContentLocation;\n}\n","var getOwnPropertyNames = Object.getOwnPropertyNames, getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n/**\n * Combine two comparators into a single comparators.\n */\nfunction combineComparators(comparatorA, comparatorB) {\n return function isEqual(a, b, state) {\n return comparatorA(a, b, state) && comparatorB(a, b, state);\n };\n}\n/**\n * Wrap the provided `areItemsEqual` method to manage the circular state, allowing\n * for circular references to be safely included in the comparison without creating\n * stack overflows.\n */\nfunction createIsCircular(areItemsEqual) {\n return function isCircular(a, b, state) {\n if (!a || !b || typeof a !== 'object' || typeof b !== 'object') {\n return areItemsEqual(a, b, state);\n }\n var cache = state.cache;\n var cachedA = cache.get(a);\n var cachedB = cache.get(b);\n if (cachedA && cachedB) {\n return cachedA === b && cachedB === a;\n }\n cache.set(a, b);\n cache.set(b, a);\n var result = areItemsEqual(a, b, state);\n cache.delete(a);\n cache.delete(b);\n return result;\n };\n}\n/**\n * Get the properties to strictly examine, which include both own properties that are\n * not enumerable and symbol properties.\n */\nfunction getStrictProperties(object) {\n return getOwnPropertyNames(object).concat(getOwnPropertySymbols(object));\n}\n/**\n * Whether the object contains the property passed as an own property.\n */\nvar hasOwn = Object.hasOwn ||\n (function (object, property) {\n return hasOwnProperty.call(object, property);\n });\n/**\n * Whether the values passed are strictly equal or both NaN.\n */\nfunction sameValueZeroEqual(a, b) {\n return a || b ? a === b : a === b || (a !== a && b !== b);\n}\n\nvar OWNER = '_owner';\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor, keys = Object.keys;\n/**\n * Whether the arrays are equal in value.\n */\nfunction areArraysEqual(a, b, state) {\n var index = a.length;\n if (b.length !== index) {\n return false;\n }\n while (index-- > 0) {\n if (!state.equals(a[index], b[index], index, index, a, b, state)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the dates passed are equal in value.\n */\nfunction areDatesEqual(a, b) {\n return sameValueZeroEqual(a.getTime(), b.getTime());\n}\n/**\n * Whether the `Map`s are equal in value.\n */\nfunction areMapsEqual(a, b, state) {\n if (a.size !== b.size) {\n return false;\n }\n var matchedIndices = {};\n var aIterable = a.entries();\n var index = 0;\n var aResult;\n var bResult;\n while ((aResult = aIterable.next())) {\n if (aResult.done) {\n break;\n }\n var bIterable = b.entries();\n var hasMatch = false;\n var matchIndex = 0;\n while ((bResult = bIterable.next())) {\n if (bResult.done) {\n break;\n }\n var _a = aResult.value, aKey = _a[0], aValue = _a[1];\n var _b = bResult.value, bKey = _b[0], bValue = _b[1];\n if (!hasMatch &&\n !matchedIndices[matchIndex] &&\n (hasMatch =\n state.equals(aKey, bKey, index, matchIndex, a, b, state) &&\n state.equals(aValue, bValue, aKey, bKey, a, b, state))) {\n matchedIndices[matchIndex] = true;\n }\n matchIndex++;\n }\n if (!hasMatch) {\n return false;\n }\n index++;\n }\n return true;\n}\n/**\n * Whether the objects are equal in value.\n */\nfunction areObjectsEqual(a, b, state) {\n var properties = keys(a);\n var index = properties.length;\n if (keys(b).length !== index) {\n return false;\n }\n var property;\n // Decrementing `while` showed faster results than either incrementing or\n // decrementing `for` loop and than an incrementing `while` loop. Declarative\n // methods like `some` / `every` were not used to avoid incurring the garbage\n // cost of anonymous callbacks.\n while (index-- > 0) {\n property = properties[index];\n if (property === OWNER &&\n (a.$$typeof || b.$$typeof) &&\n a.$$typeof !== b.$$typeof) {\n return false;\n }\n if (!hasOwn(b, property) ||\n !state.equals(a[property], b[property], property, property, a, b, state)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the objects are equal in value with strict property checking.\n */\nfunction areObjectsEqualStrict(a, b, state) {\n var properties = getStrictProperties(a);\n var index = properties.length;\n if (getStrictProperties(b).length !== index) {\n return false;\n }\n var property;\n var descriptorA;\n var descriptorB;\n // Decrementing `while` showed faster results than either incrementing or\n // decrementing `for` loop and than an incrementing `while` loop. Declarative\n // methods like `some` / `every` were not used to avoid incurring the garbage\n // cost of anonymous callbacks.\n while (index-- > 0) {\n property = properties[index];\n if (property === OWNER &&\n (a.$$typeof || b.$$typeof) &&\n a.$$typeof !== b.$$typeof) {\n return false;\n }\n if (!hasOwn(b, property)) {\n return false;\n }\n if (!state.equals(a[property], b[property], property, property, a, b, state)) {\n return false;\n }\n descriptorA = getOwnPropertyDescriptor(a, property);\n descriptorB = getOwnPropertyDescriptor(b, property);\n if ((descriptorA || descriptorB) &&\n (!descriptorA ||\n !descriptorB ||\n descriptorA.configurable !== descriptorB.configurable ||\n descriptorA.enumerable !== descriptorB.enumerable ||\n descriptorA.writable !== descriptorB.writable)) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the primitive wrappers passed are equal in value.\n */\nfunction arePrimitiveWrappersEqual(a, b) {\n return sameValueZeroEqual(a.valueOf(), b.valueOf());\n}\n/**\n * Whether the regexps passed are equal in value.\n */\nfunction areRegExpsEqual(a, b) {\n return a.source === b.source && a.flags === b.flags;\n}\n/**\n * Whether the `Set`s are equal in value.\n */\nfunction areSetsEqual(a, b, state) {\n if (a.size !== b.size) {\n return false;\n }\n var matchedIndices = {};\n var aIterable = a.values();\n var aResult;\n var bResult;\n while ((aResult = aIterable.next())) {\n if (aResult.done) {\n break;\n }\n var bIterable = b.values();\n var hasMatch = false;\n var matchIndex = 0;\n while ((bResult = bIterable.next())) {\n if (bResult.done) {\n break;\n }\n if (!hasMatch &&\n !matchedIndices[matchIndex] &&\n (hasMatch = state.equals(aResult.value, bResult.value, aResult.value, bResult.value, a, b, state))) {\n matchedIndices[matchIndex] = true;\n }\n matchIndex++;\n }\n if (!hasMatch) {\n return false;\n }\n }\n return true;\n}\n/**\n * Whether the TypedArray instances are equal in value.\n */\nfunction areTypedArraysEqual(a, b) {\n var index = a.length;\n if (b.length !== index) {\n return false;\n }\n while (index-- > 0) {\n if (a[index] !== b[index]) {\n return false;\n }\n }\n return true;\n}\n\nvar ARGUMENTS_TAG = '[object Arguments]';\nvar BOOLEAN_TAG = '[object Boolean]';\nvar DATE_TAG = '[object Date]';\nvar MAP_TAG = '[object Map]';\nvar NUMBER_TAG = '[object Number]';\nvar OBJECT_TAG = '[object Object]';\nvar REG_EXP_TAG = '[object RegExp]';\nvar SET_TAG = '[object Set]';\nvar STRING_TAG = '[object String]';\nvar isArray = Array.isArray;\nvar isTypedArray = typeof ArrayBuffer === 'function' && ArrayBuffer.isView\n ? ArrayBuffer.isView\n : null;\nvar assign = Object.assign;\nvar getTag = Object.prototype.toString.call.bind(Object.prototype.toString);\n/**\n * Create a comparator method based on the type-specific equality comparators passed.\n */\nfunction createEqualityComparator(_a) {\n var areArraysEqual = _a.areArraysEqual, areDatesEqual = _a.areDatesEqual, areMapsEqual = _a.areMapsEqual, areObjectsEqual = _a.areObjectsEqual, arePrimitiveWrappersEqual = _a.arePrimitiveWrappersEqual, areRegExpsEqual = _a.areRegExpsEqual, areSetsEqual = _a.areSetsEqual, areTypedArraysEqual = _a.areTypedArraysEqual;\n /**\n * compare the value of the two objects and return true if they are equivalent in values\n */\n return function comparator(a, b, state) {\n // If the items are strictly equal, no need to do a value comparison.\n if (a === b) {\n return true;\n }\n // If the items are not non-nullish objects, then the only possibility\n // of them being equal but not strictly is if they are both `NaN`. Since\n // `NaN` is uniquely not equal to itself, we can use self-comparison of\n // both objects, which is faster than `isNaN()`.\n if (a == null ||\n b == null ||\n typeof a !== 'object' ||\n typeof b !== 'object') {\n return a !== a && b !== b;\n }\n var constructor = a.constructor;\n // Checks are listed in order of commonality of use-case:\n // 1. Common complex object types (plain object, array)\n // 2. Common data values (date, regexp)\n // 3. Less-common complex object types (map, set)\n // 4. Less-common data values (promise, primitive wrappers)\n // Inherently this is both subjective and assumptive, however\n // when reviewing comparable libraries in the wild this order\n // appears to be generally consistent.\n // Constructors should match, otherwise there is potential for false positives\n // between class and subclass or custom object and POJO.\n if (constructor !== b.constructor) {\n return false;\n }\n // `isPlainObject` only checks against the object's own realm. Cross-realm\n // comparisons are rare, and will be handled in the ultimate fallback, so\n // we can avoid capturing the string tag.\n if (constructor === Object) {\n return areObjectsEqual(a, b, state);\n }\n // `isArray()` works on subclasses and is cross-realm, so we can avoid capturing\n // the string tag or doing an `instanceof` check.\n if (isArray(a)) {\n return areArraysEqual(a, b, state);\n }\n // `isTypedArray()` works on all possible TypedArray classes, so we can avoid\n // capturing the string tag or comparing against all possible constructors.\n if (isTypedArray != null && isTypedArray(a)) {\n return areTypedArraysEqual(a, b, state);\n }\n // Try to fast-path equality checks for other complex object types in the\n // same realm to avoid capturing the string tag. Strict equality is used\n // instead of `instanceof` because it is more performant for the common\n // use-case. If someone is subclassing a native class, it will be handled\n // with the string tag comparison.\n if (constructor === Date) {\n return areDatesEqual(a, b, state);\n }\n if (constructor === RegExp) {\n return areRegExpsEqual(a, b, state);\n }\n if (constructor === Map) {\n return areMapsEqual(a, b, state);\n }\n if (constructor === Set) {\n return areSetsEqual(a, b, state);\n }\n // Since this is a custom object, capture the string tag to determing its type.\n // This is reasonably performant in modern environments like v8 and SpiderMonkey.\n var tag = getTag(a);\n if (tag === DATE_TAG) {\n return areDatesEqual(a, b, state);\n }\n if (tag === REG_EXP_TAG) {\n return areRegExpsEqual(a, b, state);\n }\n if (tag === MAP_TAG) {\n return areMapsEqual(a, b, state);\n }\n if (tag === SET_TAG) {\n return areSetsEqual(a, b, state);\n }\n if (tag === OBJECT_TAG) {\n // The exception for value comparison is custom `Promise`-like class instances. These should\n // be treated the same as standard `Promise` objects, which means strict equality, and if\n // it reaches this point then that strict equality comparison has already failed.\n return (typeof a.then !== 'function' &&\n typeof b.then !== 'function' &&\n areObjectsEqual(a, b, state));\n }\n // If an arguments tag, it should be treated as a standard object.\n if (tag === ARGUMENTS_TAG) {\n return areObjectsEqual(a, b, state);\n }\n // As the penultimate fallback, check if the values passed are primitive wrappers. This\n // is very rare in modern JS, which is why it is deprioritized compared to all other object\n // types.\n if (tag === BOOLEAN_TAG || tag === NUMBER_TAG || tag === STRING_TAG) {\n return arePrimitiveWrappersEqual(a, b, state);\n }\n // If not matching any tags that require a specific type of comparison, then we hard-code false because\n // the only thing remaining is strict equality, which has already been compared. This is for a few reasons:\n // - Certain types that cannot be introspected (e.g., `WeakMap`). For these types, this is the only\n // comparison that can be made.\n // - For types that can be introspected, but rarely have requirements to be compared\n // (`ArrayBuffer`, `DataView`, etc.), the cost is avoided to prioritize the common\n // use-cases (may be included in a future release, if requested enough).\n // - For types that can be introspected but do not have an objective definition of what\n // equality is (`Error`, etc.), the subjective decision is to be conservative and strictly compare.\n // In all cases, these decisions should be reevaluated based on changes to the language and\n // common development practices.\n return false;\n };\n}\n/**\n * Create the configuration object used for building comparators.\n */\nfunction createEqualityComparatorConfig(_a) {\n var circular = _a.circular, createCustomConfig = _a.createCustomConfig, strict = _a.strict;\n var config = {\n areArraysEqual: strict\n ? areObjectsEqualStrict\n : areArraysEqual,\n areDatesEqual: areDatesEqual,\n areMapsEqual: strict\n ? combineComparators(areMapsEqual, areObjectsEqualStrict)\n : areMapsEqual,\n areObjectsEqual: strict\n ? areObjectsEqualStrict\n : areObjectsEqual,\n arePrimitiveWrappersEqual: arePrimitiveWrappersEqual,\n areRegExpsEqual: areRegExpsEqual,\n areSetsEqual: strict\n ? combineComparators(areSetsEqual, areObjectsEqualStrict)\n : areSetsEqual,\n areTypedArraysEqual: strict\n ? areObjectsEqualStrict\n : areTypedArraysEqual,\n };\n if (createCustomConfig) {\n config = assign({}, config, createCustomConfig(config));\n }\n if (circular) {\n var areArraysEqual$1 = createIsCircular(config.areArraysEqual);\n var areMapsEqual$1 = createIsCircular(config.areMapsEqual);\n var areObjectsEqual$1 = createIsCircular(config.areObjectsEqual);\n var areSetsEqual$1 = createIsCircular(config.areSetsEqual);\n config = assign({}, config, {\n areArraysEqual: areArraysEqual$1,\n areMapsEqual: areMapsEqual$1,\n areObjectsEqual: areObjectsEqual$1,\n areSetsEqual: areSetsEqual$1,\n });\n }\n return config;\n}\n/**\n * Default equality comparator pass-through, used as the standard `isEqual` creator for\n * use inside the built comparator.\n */\nfunction createInternalEqualityComparator(compare) {\n return function (a, b, _indexOrKeyA, _indexOrKeyB, _parentA, _parentB, state) {\n return compare(a, b, state);\n };\n}\n/**\n * Create the `isEqual` function used by the consuming application.\n */\nfunction createIsEqual(_a) {\n var circular = _a.circular, comparator = _a.comparator, createState = _a.createState, equals = _a.equals, strict = _a.strict;\n if (createState) {\n return function isEqual(a, b) {\n var _a = createState(), _b = _a.cache, cache = _b === void 0 ? circular ? new WeakMap() : undefined : _b, meta = _a.meta;\n return comparator(a, b, {\n cache: cache,\n equals: equals,\n meta: meta,\n strict: strict,\n });\n };\n }\n if (circular) {\n return function isEqual(a, b) {\n return comparator(a, b, {\n cache: new WeakMap(),\n equals: equals,\n meta: undefined,\n strict: strict,\n });\n };\n }\n var state = {\n cache: undefined,\n equals: equals,\n meta: undefined,\n strict: strict,\n };\n return function isEqual(a, b) {\n return comparator(a, b, state);\n };\n}\n\n/**\n * Whether the items passed are deeply-equal in value.\n */\nvar deepEqual = createCustomEqual();\n/**\n * Whether the items passed are deeply-equal in value based on strict comparison.\n */\nvar strictDeepEqual = createCustomEqual({ strict: true });\n/**\n * Whether the items passed are deeply-equal in value, including circular references.\n */\nvar circularDeepEqual = createCustomEqual({ circular: true });\n/**\n * Whether the items passed are deeply-equal in value, including circular references,\n * based on strict comparison.\n */\nvar strictCircularDeepEqual = createCustomEqual({\n circular: true,\n strict: true,\n});\n/**\n * Whether the items passed are shallowly-equal in value.\n */\nvar shallowEqual = createCustomEqual({\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value based on strict comparison\n */\nvar strictShallowEqual = createCustomEqual({\n strict: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value, including circular references.\n */\nvar circularShallowEqual = createCustomEqual({\n circular: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n});\n/**\n * Whether the items passed are shallowly-equal in value, including circular references,\n * based on strict comparison.\n */\nvar strictCircularShallowEqual = createCustomEqual({\n circular: true,\n createInternalComparator: function () { return sameValueZeroEqual; },\n strict: true,\n});\n/**\n * Create a custom equality comparison method.\n *\n * This can be done to create very targeted comparisons in extreme hot-path scenarios\n * where the standard methods are not performant enough, but can also be used to provide\n * support for legacy environments that do not support expected features like\n * `RegExp.prototype.flags` out of the box.\n */\nfunction createCustomEqual(options) {\n if (options === void 0) { options = {}; }\n var _a = options.circular, circular = _a === void 0 ? false : _a, createCustomInternalComparator = options.createInternalComparator, createState = options.createState, _b = options.strict, strict = _b === void 0 ? false : _b;\n var config = createEqualityComparatorConfig(options);\n var comparator = createEqualityComparator(config);\n var equals = createCustomInternalComparator\n ? createCustomInternalComparator(comparator)\n : createInternalEqualityComparator(comparator);\n return createIsEqual({ circular: circular, comparator: comparator, createState: createState, equals: equals, strict: strict });\n}\n\nexport { circularDeepEqual, circularShallowEqual, createCustomEqual, deepEqual, sameValueZeroEqual, shallowEqual, strictCircularDeepEqual, strictCircularShallowEqual, strictDeepEqual, strictShallowEqual };\n//# sourceMappingURL=index.mjs.map\n","// There is a circular version https://www.npmjs.com/package/fast-equals#circulardeepequal that I\n// think allows comparing React refs (which have circular references in particular places that this\n// library would ignore). Maybe we can change to that version sometime if needed.\nimport { deepEqual as isEqualDeep } from 'fast-equals';\n\n/**\n * Check that two objects are deeply equal, comparing members of each object and such\n *\n * @param a The first object to compare\n * @param b The second object to compare\n *\n * WARNING: Objects like arrays from different iframes have different constructor function\n * references even if they do the same thing, so this deep equality comparison fails objects that\n * look the same but have different constructors because different constructors could produce\n * false positives in [a few specific\n * situations](https://github.com/planttheidea/fast-equals/blob/a41afc0a240ad5a472e47b53791e9be017f52281/src/comparator.ts#L96).\n * This means that two objects like arrays from different iframes that look the same will fail\n * this check. Please use some other means to check deep equality in those situations.\n *\n * Note: This deep equality check considers `undefined` values on keys of objects NOT to be equal to\n * not specifying the key at all. For example, `{ stuff: 3, things: undefined }` and `{ stuff: 3\n * }` are not considered equal in this case\n *\n * - For more information and examples, see [this\n * CodeSandbox](https://codesandbox.io/s/deepequallibrarycomparison-4g4kk4?file=/src/index.mjs).\n *\n * @returns True if a and b are deeply equal; false otherwise\n */\nexport default function deepEqual(a: unknown, b: unknown) {\n return isEqualDeep(a, b);\n}\n","import deepEqual from './equality-checking';\n\n/**\n * Check if one object is a subset of the other object. \"Subset\" means that all properties of one\n * object are present in the other object, and if they are present that all values of those\n * properties are deeply equal. Sub-objects are also checked to be subsets of the corresponding\n * sub-object in the other object.\n *\n * @example ObjB is a subset of objA given these objects:\n *\n * ```ts\n * objA = { name: 'Alice', age: 30, address: { city: 'Seattle', state: 'Washington' } };\n * objB = { name: 'Alice', address: { city: 'Seattle' } };\n * ```\n *\n * It is important to note that only arrays of primitives (i.e., booleans, numbers, strings) are\n * supported. In particular, objects in arrays will not be checked for deep equality. Also, presence\n * in an array is all this checks, not the number of times that an item appears in an array. `[1,\n * 1]` is a subset of `[1]`.\n *\n * @param objectWithAllProperties Object to be checked if it is a superset of\n * `objectWithPartialProperties`\n * @param objectWithPartialProperties Object to be checked if it is a subset of\n * `objectWithAllProperties`\n * @returns True if `objectWithAllProperties` contains all the properties of\n * `objectWithPartialProperties` and all values of those properties are deeply equal\n */\nexport default function isSubset(\n objectWithAllProperties: unknown,\n objectWithPartialProperties: unknown,\n): boolean {\n if (typeof objectWithAllProperties !== typeof objectWithPartialProperties) return false;\n\n // For this function we're saying that all falsy things of the same type are equal to each other\n if (!objectWithAllProperties && !objectWithPartialProperties) return true;\n\n if (Array.isArray(objectWithAllProperties)) {\n // We know these are arrays from the line above\n /* eslint-disable no-type-assertion/no-type-assertion */\n const partialArray = objectWithPartialProperties as Array;\n const allArray = objectWithAllProperties as Array;\n /* eslint-enable no-type-assertion/no-type-assertion */\n\n if (partialArray.length === 0) return true;\n\n // This only works with arrays of primitives.\n // If someone cares about checking arrays of objects this needs updating.\n return partialArray.every((item) => allArray.includes(item));\n }\n\n if (typeof objectWithAllProperties !== 'object')\n return deepEqual(objectWithAllProperties, objectWithPartialProperties);\n\n // We know these are objects that potentially have properties because of the earlier checks\n /* eslint-disable no-type-assertion/no-type-assertion */\n const partialObj = objectWithPartialProperties as Record;\n const allObj = objectWithAllProperties as Record;\n /* eslint-enable no-type-assertion/no-type-assertion */\n\n let retVal = true;\n Object.keys(partialObj).forEach((key) => {\n if (!retVal) return;\n if (!Object.hasOwn(allObj, key)) retVal = false;\n else if (!isSubset(allObj[key], partialObj[key])) retVal = false;\n });\n return retVal;\n}\n","import { ScrVers, VerseRef } from '@sillsdev/scripture';\n\n/**\n * Converts a JavaScript value to a JSON string, changing `undefined` properties in the JavaScript\n * object to `null` properties in the JSON string.\n *\n * WARNING: `null` values will become `undefined` values after passing through {@link serialize} then\n * {@link deserialize}. For example, `{ a: 1, b: undefined, c: null }` will become `{ a: 1, b:\n * undefined, c: undefined }`. If you are passing around user data that needs to retain `null`\n * values, you should wrap them yourself in a string before using this function. Alternatively, you\n * can write your own replacer that will preserve `null` in a way that you can recover later.\n *\n * @param value A JavaScript value, usually an object or array, to be converted.\n * @param replacer A function that transforms the results. Note that all `undefined` values returned\n * by the replacer will be further transformed into `null` in the JSON string.\n * @param space Adds indentation, white space, and line break characters to the return-value JSON\n * text to make it easier to read. See the `space` parameter of `JSON.stringify` for more\n * details.\n */\nexport function serialize(\n value: unknown,\n replacer?: (this: unknown, key: string, value: unknown) => unknown,\n space?: string | number,\n): string {\n const undefinedReplacer = (replacerKey: string, replacerValue: unknown) => {\n let newValue = replacerValue;\n if (replacer) newValue = replacer(replacerKey, newValue);\n // All `undefined` values become `null` on the way from JS objects into JSON strings\n // eslint-disable-next-line no-null/no-null\n if (newValue === undefined) newValue = null;\n return newValue;\n };\n return JSON.stringify(value, undefinedReplacer, space);\n}\n\n/**\n * Converts a JSON string into a value, converting all `null` properties from JSON into `undefined`\n * in the returned JavaScript value/object.\n *\n * WARNING: `null` values will become `undefined` values after passing through {@link serialize} then\n * {@link deserialize}. For example, `{ a: 1, b: undefined, c: null }` will become `{ a: 1, b:\n * undefined, c: undefined }`. If you are passing around user data that needs to retain `null`\n * values, you should wrap them yourself in a string before using this function. Alternatively, you\n * can write your own replacer that will preserve `null` in a way that you can recover later.\n *\n * @param value A valid JSON string.\n * @param reviver A function that transforms the results. This function is called for each member of\n * the object. If a member contains nested objects, the nested objects are transformed before the\n * parent object is. Note that `null` values are converted into `undefined` values after the\n * reviver has run.\n */\nexport function deserialize(\n value: string,\n reviver?: (this: unknown, key: string, value: unknown) => unknown,\n // Need to use `any` instead of `unknown` here to match the signature of JSON.parse\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n): any {\n // Helper function to replace `null` with `undefined` on a per property basis. This can't be done\n // with our own reviver because `JSON.parse` removes `undefined` properties from the return value.\n function replaceNull(obj: Record): Record {\n Object.keys(obj).forEach((key: string | number) => {\n // We only want to replace `null`, not other falsy values\n // eslint-disable-next-line no-null/no-null\n if (obj[key] === null) obj[key] = undefined;\n // If the property is an object, recursively call the helper function on it\n else if (typeof obj[key] === 'object')\n // Since the object came from a string, we know the keys will not be symbols\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n obj[key] = replaceNull(obj[key] as Record);\n });\n return obj;\n }\n\n // Helper function to create a VerseRef from a SerializedVerseRef object\n function verseRefReviver(_vrefKey: string, vrefValue: unknown): unknown {\n if (\n vrefValue &&\n typeof vrefValue === 'object' &&\n 'book' in vrefValue &&\n typeof vrefValue.book === 'string' &&\n 'chapterNum' in vrefValue &&\n typeof vrefValue.chapterNum === 'number' &&\n 'verseNum' in vrefValue &&\n typeof vrefValue.verseNum === 'number' &&\n Object.keys(vrefValue).every((key) =>\n ['book', 'chapterNum', 'verseNum', 'verse', 'versificationStr'].includes(key),\n )\n ) {\n const chapter = vrefValue.chapterNum.toString(10);\n const verse =\n 'verse' in vrefValue && typeof vrefValue.verse === 'string'\n ? vrefValue.verse\n : vrefValue.verseNum.toString(10);\n const versification =\n 'versificationStr' in vrefValue && typeof vrefValue.versificationStr === 'string'\n ? new ScrVers(vrefValue.versificationStr)\n : undefined;\n return new VerseRef(vrefValue.book, chapter, verse, versification);\n }\n return vrefValue;\n }\n\n // Helper function to call the provided reviver and the VerseRef reviver\n function combinedReviver(this: unknown, reviverKey: string, reviverVal: unknown) {\n return verseRefReviver(\n reviverKey,\n reviver ? reviver.call(this, reviverKey, reviverVal) : reviverVal,\n );\n }\n\n const parsedObject = JSON.parse(value, combinedReviver);\n // Explicitly convert the value 'null' that isn't stored as a property on an object to 'undefined'\n // eslint-disable-next-line no-null/no-null\n if (parsedObject === null) return undefined;\n if (typeof parsedObject === 'object') return replaceNull(parsedObject);\n return parsedObject;\n}\n\n/**\n * Check to see if the value is serializable without losing information\n *\n * @param value Value to test\n * @returns True if serializable; false otherwise\n *\n * Note: the values `undefined` and `null` are serializable (on their own or in an array), but\n * `null` values get transformed into `undefined` when serializing/deserializing.\n *\n * WARNING: This is inefficient right now as it stringifies, parses, stringifies, and === the value.\n * Please only use this if you need to\n *\n * DISCLAIMER: this does not successfully detect that values are not serializable in some cases:\n *\n * - Losses of removed properties like functions and `Map`s\n * - Class instances (not deserializable into class instances without special code)\n *\n * We intend to improve this in the future if it becomes important to do so. See [`JSON.stringify`\n * documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#description)\n * for more information.\n */\nexport function isSerializable(value: unknown): boolean {\n try {\n const serializedValue = serialize(value);\n return serializedValue === serialize(deserialize(serializedValue));\n } catch (e) {\n return false;\n }\n}\n\n/**\n * HTML Encodes the provided string. Thanks to ChatGPT\n *\n * @param str String to HTML encode\n * @returns HTML-encoded string\n */\nexport const htmlEncode = (str: string): string =>\n str\n .replace(/&/g, '&')\n .replace(//g, '>')\n .replace(/\"/g, '"')\n .replace(/'/g, ''')\n .replace(/\\//g, '/');\n","import DateTimeFormat from './intl-date-time-format';\n\n/**\n * Retrieves the current locale of the user's environment.\n *\n * @returns A string representing the current locale. If the locale cannot be determined, the\n * function returns an empty string.\n */\nexport default function getCurrentLocale(): string {\n // Use navigator when available\n if (typeof navigator !== 'undefined' && navigator.languages) {\n return navigator.languages[0];\n }\n // For Node.js\n return new DateTimeFormat().resolvedOptions().locale;\n}\n","import NumberFormat from './intl-number-format';\n\n/**\n * Formats a number according to the locale and formatting options of this NumberFormat object\n *\n * @example FormatBytes(1024) => \"1 KB\"\n *\n * @example FormatBytes(1024, 0) => \"1 KB\"\n *\n * @param fileSize Number to format\n * @param decimals Number of decimal places to round to\n * @returns String representing the given number formatted according to the locale and formatting\n * options of this NumberFormat object\n */\nexport default function formatBytes(fileSize: number, decimals: number = 2): string {\n if (fileSize === 0) return '0 Bytes';\n const sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];\n const i = Math.floor(Math.log(fileSize) / Math.log(1024));\n const sizeToUse = sizes[i];\n const formattingFileSize = new NumberFormat('en', {\n style: 'decimal',\n maximumFractionDigits: decimals,\n minimumFractionDigits: 0,\n }).format(fileSize / 1024 ** i);\n return `${formattingFileSize} ${sizeToUse}`;\n}\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { LocalizeKey, ReferencedItem } from 'menus.model';\n\n/** The data an extension provides to inform Platform.Bible of the settings it provides */\nexport type SettingsContribution = SettingsGroup | SettingsGroup[];\n/** A description of an extension's setting entry */\nexport type Setting = ExtensionControlledSetting;\n/** Setting definition that is validated by the extension. */\nexport type ExtensionControlledSetting = SettingBase & ModifierExtensionControlled;\n/** Base information needed to describe a setting entry */\nexport type SettingBase = StateBase & {\n [k: string]: unknown;\n /** LocalizeKey that displays in the settings dialog as the setting name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the settings dialog to describe the setting */\n description?: LocalizeKey;\n};\n/** The data an extension provides to inform Platform.Bible of the project settings it provides */\nexport type ProjectSettingsContribution = ProjectSettingsGroup | ProjectSettingsGroup[];\n/** A description of an extension's setting entry */\nexport type ProjectSetting = ExtensionControlledProjectSetting;\n/** Setting definition that is validated by the extension. */\nexport type ExtensionControlledProjectSetting = ProjectSettingBase & ModifierExtensionControlled;\n/** Base information needed to describe a project setting entry */\nexport type ProjectSettingBase = SettingBase & ModifierProject;\n/** A description of an extension's user state entry */\nexport type UserState = ExtensionControlledState;\n/** State definition that is validated by the extension. */\nexport type ExtensionControlledState = StateBase & ModifierExtensionControlled;\n/** Group of related settings definitions */\nexport interface SettingsGroup {\n [k: string]: unknown;\n /** LocalizeKey that displays in the settings dialog as the group name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the settings dialog to describe the group */\n description?: LocalizeKey;\n properties: SettingProperties;\n}\n/** Object whose keys are setting IDs and whose values are settings objects */\nexport interface SettingProperties {\n [k: ReferencedItem]: Setting;\n}\n/** Base information needed to describe a state entry */\nexport interface StateBase {\n [k: string]: unknown;\n /** Default value for the state/setting */\n default: unknown;\n /**\n * A state/setting ID whose value to set to this state/setting's starting value the first time\n * this state/setting is loaded\n */\n derivesFrom?: ReferencedItem;\n}\n/**\n * Modifies state/setting type to be extension-controlled. \"Extension-controlled\" means the\n * extension provides the component and the validator for the state/setting, so the state/setting is\n * controlled by the extension.\n */\nexport interface ModifierExtensionControlled {\n [k: string]: unknown;\n platformType?: undefined;\n type?: undefined;\n}\n/** Group of related settings definitions */\nexport interface ProjectSettingsGroup {\n [k: string]: unknown;\n /** LocalizeKey that displays in the project settings dialog as the group name */\n label: LocalizeKey;\n /** LocalizeKey that displays in the project settings dialog to describe the group */\n description?: LocalizeKey;\n properties: ProjectSettingProperties;\n}\n/** Object whose keys are setting IDs and whose values are settings objects */\nexport interface ProjectSettingProperties {\n [k: ReferencedItem]: ProjectSetting;\n}\n\n// Note: we removed the index signature on ModifierProject to avoid having it on\n// `ProjectMetadataFilterOptions`. Unfortunately adding \"additionalProperties\": false on the json\n// schema messes up validation. Please remove the index signature again in the future if you\n// regenerate types\nexport interface ModifierProject {\n /**\n * String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s\n * (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if they should be included.\n *\n * If this is one string, it will be matched against `projectInterface`s. If this is an array,\n * each entry is handled based on its type (at least one entry must match for this filter\n * condition to pass):\n *\n * - If the entry is a string, it will be matched against each `projectInterface`. If any match, the\n * project will pass this filter condition\n * - If the entry is an array of strings, each will be matched against each `projectInterface`. If\n * every string matches against at least one `projectInterface`, the project will pass this\n * filter condition\n *\n * In other words, each entry in the first-level array is `OR`'ed together. Each entry in\n * second-level arrays (arrays within the first-level array) are `AND`'ed together.\n *\n * Defaults to all {@link ProjectInterfaces}, so all projects that do not match\n * `excludeProjectInterfaces` will be included\n *\n * @example\n *\n * ```typescript\n * includeProjectInterfaces: ['one', ['two', 'three']];\n * ```\n *\n * This filter condition will succeed on projects whose `projectInterface`s fulfill at least one\n * of the following conditions (At least one entry in the array must match):\n *\n * - Include `one`\n * - Include both `two` and `three`.\n */\n includeProjectInterfaces?: undefined | string | (string | string[])[];\n /**\n * String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s\n * (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if they should absolutely not be included even if they match with\n * `includeProjectInterfaces`.\n *\n * If this is one string, it will be matched against `projectInterface`s. If this is an array,\n * each entry is handled based on its type (at least one entry must match for this filter\n * condition to exclude the project):\n *\n * - If the entry is a string, it will be matched against each `projectInterface`. If any match, the\n * project will pass this filter condition and exclude the project\n * - If the entry is an array of strings, each will be matched against each `projectInterface`. If\n * every string matches against at least one `projectInterface`, the project will pass this\n * filter condition and exclude the project\n *\n * In other words, each entry in the first-level array is `OR`'ed together. Each entry in\n * second-level arrays (arrays within the first-level array) are `AND`'ed together.\n *\n * Defaults to no {@link ProjectInterfaces}, so all projects that match `includeProjectInterfaces`\n * will be included\n *\n * @example\n *\n * ```typescript\n * excludeProjectInterfaces: ['one', ['two', 'three']];\n * ```\n *\n * This filter condition will succeed and exclude projects whose `projectInterface`s fulfill at\n * least one of the following conditions (At least one entry in the array must match):\n *\n * - Include `one`\n * - Include both `two` and `three`.\n */\n excludeProjectInterfaces?: undefined | string | (string | string[])[];\n /**\n * String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory\n * Ids that provided each project's metadata (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if the projects should be included.\n *\n * Defaults to all Project Data Provider Factory Ids, so all projects that do not match\n * `excludePdpFactoryIds` will be included\n */\n includePdpFactoryIds?: undefined | string | string[];\n /**\n * String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory\n * Ids that provided each project's metadata (using the\n * [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test)\n * function) to determine if the projects should absolutely not be included even if they match\n * with `includeProjectInterfaces`.\n *\n * Defaults to none, so all projects that match `includePdpFactoryIds` will be included\n */\n excludePdpFactoryIds?: undefined | string | string[];\n}\n\n/** The data an extension provides to inform Platform.Bible of the user state it provides */\nexport interface UserStateContribution {\n [k: ReferencedItem]: UserState;\n}\n/** The data an extension provides to inform Platform.Bible of the project state it provides */\nexport interface ProjectStateContribution {\n [k: ReferencedItem]: UserState;\n}\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\nconst settingsDefs = {\n projectSettingsContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the project settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/projectSettingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/projectSettingsGroup',\n },\n },\n ],\n },\n projectSettingsGroup: {\n description: 'Group of related settings definitions',\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the project settings dialog as the group name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description:\n 'localizeKey that displays in the project settings dialog to describe the group',\n $ref: '#/$defs/localizeKey',\n },\n properties: {\n $ref: '#/$defs/projectSettingProperties',\n },\n },\n required: ['label', 'properties'],\n },\n projectSettingProperties: {\n description: 'Object whose keys are setting IDs and whose values are settings objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/projectSetting',\n },\n },\n additionalProperties: false,\n },\n projectSetting: {\n description: \"A description of an extension's setting entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledProjectSetting',\n },\n ],\n },\n extensionControlledProjectSetting: {\n description: 'Setting definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/projectSettingBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n projectSettingBase: {\n description: 'Base information needed to describe a project setting entry',\n allOf: [\n {\n $ref: '#/$defs/settingBase',\n },\n {\n $ref: '#/$defs/modifierProject',\n },\n ],\n },\n modifierProject: {\n description: 'Modifies setting type to be project setting',\n type: 'object',\n properties: {\n includeProjectInterfaces: {\n description:\n \"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should be included.\\n\\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to pass):\\n\\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition\\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition\\n\\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\\n\\nDefaults to all {@link ProjectInterfaces}, so all projects that do not match `excludeProjectInterfaces` will be included\\n\\n@example\\n\\n```typescript\\nincludeProjectInterfaces: ['one', ['two', 'three']];\\n```\\n\\nThis filter condition will succeed on projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\\n\\n- Include `one`\\n- Include both `two` and `three`.\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: {\n anyOf: [\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n ],\n },\n excludeProjectInterfaces: {\n description:\n \"String representation of `RegExp` pattern(s) to match against projects' `projectInterface`s (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if they should absolutely not be included even if they match with `includeProjectInterfaces`.\\n\\nIf this is one string, it will be matched against `projectInterface`s. If this is an array, each entry is handled based on its type (at least one entry must match for this filter condition to exclude the project):\\n\\n- If the entry is a string, it will be matched against each `projectInterface`. If any match, the project will pass this filter condition and exclude the project\\n- If the entry is an array of strings, each will be matched against each `projectInterface`. If every string matches against at least one `projectInterface`, the project will pass this filter condition and exclude the project\\n\\nIn other words, each entry in the first-level array is `OR`'ed together. Each entry in second-level arrays (arrays within the first-level array) are `AND`'ed together.\\n\\nDefaults to no {@link ProjectInterfaces}, so all projects that match `includeProjectInterfaces` will be included\\n\\n@example\\n\\n```typescript\\nexcludeProjectInterfaces: ['one', ['two', 'three']];\\n```\\n\\nThis filter condition will succeed and exclude projects whose `projectInterface`s fulfill at least one of the following conditions (At least one entry in the array must match):\\n\\n- Include `one`\\n- Include both `two` and `three`.\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: {\n anyOf: [\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n ],\n },\n includePdpFactoryIds: {\n description:\n \"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should be included.\\n\\nDefaults to all Project Data Provider Factory Ids, so all projects that do not match `excludePdpFactoryIds` will be included\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n excludePdpFactoryIds: {\n description:\n \"String representation of `RegExp` pattern(s) to match against the Project Data Provider Factory Ids that provided each project's metadata (using the [`test`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) function) to determine if the projects should absolutely not be included even if they match with `includeProjectInterfaces`.\\n\\nDefaults to none, so all projects that match `includePdpFactoryIds` will be included\",\n anyOf: [\n {\n type: 'null',\n },\n {\n type: 'string',\n },\n {\n type: 'array',\n items: { type: 'string' },\n },\n ],\n },\n },\n },\n settingsContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/settingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/settingsGroup',\n },\n },\n ],\n },\n settingsGroup: {\n description: 'Group of related settings definitions',\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the settings dialog as the group name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description: 'localizeKey that displays in the settings dialog to describe the group',\n $ref: '#/$defs/localizeKey',\n },\n properties: {\n $ref: '#/$defs/settingProperties',\n },\n },\n required: ['label', 'properties'],\n },\n settingProperties: {\n description: 'Object whose keys are setting IDs and whose values are settings objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w-]+\\\\.[\\\\w-]+$': {\n $ref: '#/$defs/setting',\n },\n },\n additionalProperties: false,\n },\n setting: {\n description: \"A description of an extension's setting entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledSetting',\n },\n ],\n },\n extensionControlledSetting: {\n description: 'Setting definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/settingBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n settingBase: {\n description: 'Base information needed to describe a setting entry',\n allOf: [\n {\n $ref: '#/$defs/stateBase',\n },\n {\n type: 'object',\n properties: {\n label: {\n description: 'localizeKey that displays in the settings dialog as the setting name',\n $ref: '#/$defs/localizeKey',\n },\n description: {\n description: 'localizeKey that displays in the settings dialog to describe the setting',\n $ref: '#/$defs/localizeKey',\n },\n },\n required: ['label'],\n },\n ],\n },\n projectStateContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the project state it provides',\n $ref: '#/$defs/userStateProperties',\n },\n userStateContribution: {\n description:\n 'The data an extension provides to inform Platform.Bible of the user state it provides',\n $ref: '#/$defs/userStateProperties',\n },\n userStateProperties: {\n description: 'Object whose keys are state IDs and whose values are state objects',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/userState',\n },\n },\n additionalProperties: false,\n },\n userState: {\n description: \"A description of an extension's user state entry\",\n anyOf: [\n {\n $ref: '#/$defs/extensionControlledState',\n },\n ],\n },\n extensionControlledState: {\n description: 'State definition that is validated by the extension.',\n allOf: [\n {\n $ref: '#/$defs/stateBase',\n },\n {\n $ref: '#/$defs/modifierExtensionControlled',\n },\n ],\n },\n modifierExtensionControlled: {\n description:\n 'Modifies state/setting type to be extension-controlled. \"Extension-controlled\" means the extension provides the component and the validator for the state/setting, so the state/setting is controlled by the extension.',\n not: {\n anyOf: [\n {\n type: 'object',\n required: ['platformType'],\n },\n {\n type: 'object',\n required: ['type'],\n },\n ],\n },\n },\n stateBase: {\n description: 'Base information needed to describe a state entry',\n type: 'object',\n properties: {\n default: {\n description: 'default value for the state/setting',\n type: 'any',\n },\n derivesFrom: {\n description:\n \"a state/setting ID whose value to set to this state/setting's starting value the first time this state/setting is loaded\",\n $ref: '#/$defs/id',\n },\n },\n required: ['default'],\n },\n localizeKey: {\n description: \"Identifier for a string that will be localized based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n tsType: 'LocalizeKey',\n },\n id: {\n description: '',\n type: 'string',\n pattern: '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$',\n tsType: 'Id',\n },\n};\n\n/**\n * Json-schema-to-typescript has some added stuff that isn't actually compatible with JSON schema,\n * so we remove them here\n *\n * @param defs The `$defs` property of a JSON schema (will be modified in place)\n */\n// JSON schema types are weird, so we'll just be careful\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function removeJsonToTypeScriptTypesStuff(defs: any) {\n if (!defs) return;\n\n // JSON schema types are weird, so we'll just be careful\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n Object.values(defs).forEach((def: any) => {\n if (!def.type) return;\n\n if ('tsType' in def) delete def.tsType;\n\n if (def.type === 'any') {\n delete def.type;\n return;\n }\n\n if (def.type === 'object') {\n removeJsonToTypeScriptTypesStuff(def.properties);\n }\n });\n}\n\nremoveJsonToTypeScriptTypesStuff(settingsDefs);\n\n/** JSON schema object that aligns with the ProjectSettingsContribution type */\nexport const projectSettingsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Project Settings Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the project settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/projectSettingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/projectSettingsGroup',\n },\n },\n ],\n\n $defs: settingsDefs,\n};\n\nObject.freeze(projectSettingsDocumentSchema);\n\n/** JSON schema object that aligns with the {@link SettingsContribution} type */\nexport const settingsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Settings Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the settings it provides',\n anyOf: [\n {\n $ref: '#/$defs/settingsGroup',\n },\n {\n type: 'array',\n items: {\n $ref: '#/$defs/settingsGroup',\n },\n },\n ],\n\n $defs: settingsDefs,\n};\n\nObject.freeze(settingsDocumentSchema);\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { LocalizeKey } from 'menus.model';\nimport { removeJsonToTypeScriptTypesStuff } from './settings.model';\n\n/** Localized string value associated with this key */\nexport type LocalizedStringValue = string;\n\n/** The data an extension provides to inform Platform.Bible of the localized strings it provides. */\nexport interface LocalizedStringDataContribution {\n [k: string]: unknown;\n metadata?: StringsMetadata;\n localizedStrings?: {\n [k: string]: LanguageStrings;\n };\n}\n/**\n * Map whose keys are localized string keys and whose values provide additional non-locale-specific\n * information about the localized string key\n */\nexport interface StringsMetadata {\n [k: LocalizeKey]: StringMetadata;\n}\n/** Additional non-locale-specific information about a localized string key */\nexport interface StringMetadata {\n [k: string]: unknown;\n /**\n * Localized string key from which to get this value if one does not exist in the specified\n * language. If a new key/value pair needs to be made to replace an existing one, this could help\n * smooth over the transition if the meanings are close enough\n *\n * You can use Paratext 9 Localized String Keys here. Be sure to escape any % signs with a\n * backslash `\\`.\n */\n fallbackKey?: LocalizeKey;\n /**\n * Additional information provided by developers in English to help the translator to know how to\n * translate this localized string accurately\n */\n notes?: string;\n}\n/**\n * Map whose keys are localized string keys and whose values provide information about how to\n * localize strings for the localized string key\n */\nexport interface LanguageStrings {\n [k: LocalizeKey]: LocalizedStringValue;\n}\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\n\nconst localizedStringsDefs = {\n languageStrings: {\n description:\n 'Map whose keys are localized string keys and whose values provide information about how to localize strings for the localized string key',\n type: 'object',\n patternProperties: {\n '^%[\\\\w\\\\-\\\\.]+%$': {\n $ref: '#/$defs/localizedStringValue',\n },\n },\n additionalProperties: false,\n },\n localizedStringValue: {\n description: 'Localized string value associated with this key',\n type: 'string',\n },\n stringsMetadata: {\n description:\n 'Map whose keys are localized string keys and whose values provide additional non-locale-specific information about the localized string key',\n type: 'object',\n patternProperties: {\n '^%[\\\\w\\\\-\\\\.]+%$': {\n $ref: '#/$defs/stringMetadata',\n },\n },\n additionalProperties: false,\n },\n stringMetadata: {\n description: 'Additional non-locale-specific information about a localized string key',\n type: 'object',\n properties: {\n fallbackKey: {\n description:\n 'Localized string key from which to get this value if one does not exist in the specified language. If a new key/value pair needs to be made to replace an existing one, this could help smooth over the transition if the meanings are close enough.\\nYou can use Paratext 9 Localized String Keys here. Be sure to escape any % signs with a backslash `\\\\`.',\n type: 'string',\n pattern: \"^%[\\\\w\\\\-\\\\.;&,' (){}#:/\\\\\\\\?%⋮|[\\\\]“”‘’!~*\\u00A0+=•`…\\u200B↑↓]+%$\",\n tsType: 'LocalizeKey',\n },\n notes: {\n description:\n 'Additional information provided by developers in English to help the translator to know how to translate this localized string accurately',\n type: 'string',\n },\n },\n },\n localizeKey: {\n description: \"Identifier for a string that will be localized based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n tsType: 'LocalizeKey',\n },\n};\n\nremoveJsonToTypeScriptTypesStuff(localizedStringsDefs);\n\n/** JSON schema object that aligns with the LocalizedStringDataContribution type */\nexport const localizedStringsDocumentSchema = {\n $schema: 'https://json-schema.org/draft/2020-12/schema',\n title: 'Localized String Data Contribution',\n description:\n 'The data an extension provides to inform Platform.Bible of the localized strings it provides.',\n type: 'object',\n properties: {\n metadata: {\n $ref: '#/$defs/stringsMetadata',\n },\n localizedStrings: {\n type: 'object',\n additionalProperties: {\n $ref: '#/$defs/languageStrings',\n },\n },\n },\n $defs: localizedStringsDefs,\n};\n\nObject.freeze(localizedStringsDocumentSchema);\n","//----------------------------------------------------------------------------------------------\n// NOTE: If you change any of the types, make sure the JSON schema at the end of this file gets\n// changed so they align.\n//----------------------------------------------------------------------------------------------\n\nimport { ReplaceType } from './util';\n\n/** Identifier for a string that will be localized in a menu based on the user's UI language */\nexport type LocalizeKey = `%${string}%`;\n\n/** Name of some UI element (i.e., tab, column, group, menu item) or some PAPI object (i.e., command) */\nexport type ReferencedItem = `${string}.${string}`;\n\nexport type OrderedItem = {\n /** Relative order of this item compared to other items in the same parent/scope (sorted ascending) */\n order: number;\n};\n\nexport type OrderedExtensibleContainer = OrderedItem & {\n /** Determines whether other items can be added to this after it has been defined */\n isExtensible?: boolean;\n};\n\n/** Group of menu items that belongs in a column */\nexport type MenuGroupDetailsInColumn = OrderedExtensibleContainer & {\n /** ID of column in which this group resides */\n column: ReferencedItem;\n};\n\n/** Group of menu items that belongs in a submenu */\nexport type MenuGroupDetailsInSubMenu = OrderedExtensibleContainer & {\n /** ID of menu item hosting the submenu in which this group resides */\n menuItem: ReferencedItem;\n};\n\n/** Column that includes header text in a menu */\nexport type MenuColumnWithHeader = OrderedExtensibleContainer & {\n /** Key that represents the text of the header text of the column */\n label: LocalizeKey;\n};\n\nexport type MenuItemBase = OrderedItem & {\n /** Menu group to which this menu item belongs */\n group: ReferencedItem;\n /** Key that represents the text of this menu item to display */\n label: LocalizeKey;\n /** Key that represents words the platform should reference when users are searching for menu items */\n searchTerms?: LocalizeKey;\n /** Key that represents the text to display if a mouse pointer hovers over the menu item */\n tooltip?: LocalizeKey;\n /** Additional information provided by developers to help people who perform localization */\n localizeNotes: string;\n};\n\n/** Menu item that hosts a submenu */\nexport type MenuItemContainingSubmenu = MenuItemBase & {\n /** ID for this menu item that holds a submenu */\n id: ReferencedItem;\n};\n\n/** Menu item that runs a command */\nexport type MenuItemContainingCommand = MenuItemBase & {\n /** Name of the PAPI command to run when this menu item is selected. */\n command: ReferencedItem;\n /**\n * Uri path to the icon to display after the menu text. Ex:\n * `papi-extension://helloWorld/assets/icon.png`\n */\n iconPathAfter?: string;\n /**\n * Uri path to the icon to display before the menu text. Ex:\n * `papi-extension://helloWorld/assets/icon.png`\n */\n iconPathBefore?: string;\n};\n\n/**\n * Group of menu items that can be combined with other groups to form a single context menu/submenu.\n * Groups are separated using a line within the menu/submenu.\n */\nexport type GroupsInSingleColumnMenu = {\n /** Named menu group */\n [property: ReferencedItem]: OrderedExtensibleContainer | MenuGroupDetailsInSubMenu;\n};\n\n/**\n * Group of menu items that can be combined with other groups to form a single menu/submenu within a\n * multi-column menu. Groups are separated using a line within the menu/submenu.\n */\nexport type GroupsInMultiColumnMenu = {\n /** Named menu group */\n [property: ReferencedItem]: MenuGroupDetailsInColumn | MenuGroupDetailsInSubMenu;\n};\n\n/** Group of columns that can be combined with other columns to form a multi-column menu */\nexport type ColumnsWithHeaders = {\n /** Named column of a menu */\n [property: ReferencedItem]: MenuColumnWithHeader;\n /** Defines whether columns can be added to this multi-column menu */\n isExtensible?: boolean;\n};\n\n/** Menu that contains a column without a header */\nexport type SingleColumnMenu = {\n /** Groups that belong in this menu */\n groups: GroupsInSingleColumnMenu;\n /** List of menu items that belong in this menu */\n items: (MenuItemContainingCommand | MenuItemContainingSubmenu)[];\n};\n\n/** Menu that contains multiple columns with headers */\nexport type MultiColumnMenu = {\n /** Columns that belong in this menu */\n columns: ColumnsWithHeaders;\n /** Groups that belong in this menu */\n groups: GroupsInMultiColumnMenu;\n /** List of menu items that belong in this menu */\n items: (MenuItemContainingCommand | MenuItemContainingSubmenu)[];\n};\n\n/** Menus for one single web view */\nexport type WebViewMenu = {\n /** Indicates whether the platform default menus should be included for this webview */\n includeDefaults: boolean | undefined;\n /** Menu that opens when you click on the top left corner of a tab */\n topMenu: MultiColumnMenu | undefined;\n /** Menu that opens when you right click on the main body/area of a tab */\n contextMenu: SingleColumnMenu | undefined;\n};\n\n/** Menus for all web views */\nexport type WebViewMenus = {\n /** Named web view */\n [property: ReferencedItem]: WebViewMenu;\n};\n\n/** Platform.Bible menus before they are localized */\nexport type PlatformMenus = {\n /** Top level menu for the application */\n mainMenu: MultiColumnMenu;\n /** Menus that apply per web view in the application */\n webViewMenus: WebViewMenus;\n /** Default context menu for web views that don't specify their own */\n defaultWebViewContextMenu: SingleColumnMenu;\n /** Default top menu for web views that don't specify their own */\n defaultWebViewTopMenu: MultiColumnMenu;\n};\n\n/**\n * Type that converts any menu type before it is localized to what it is after it is localized. This\n * can be applied to any menu type as needed.\n */\nexport type Localized = ReplaceType, ReferencedItem, string>;\n\n//----------------------------------------------------------------------------------------------\n// NOTE: If you change the schema below, make sure the TS types above get changed so they align.\n//----------------------------------------------------------------------------------------------\n/** JSON schema object that aligns with the PlatformMenus type */\nexport const menuDocumentSchema = {\n title: 'Platform.Bible menus',\n type: 'object',\n properties: {\n mainMenu: {\n description: 'Top level menu for the application',\n $ref: '#/$defs/multiColumnMenu',\n },\n defaultWebViewTopMenu: {\n description: \"Default top menu for web views that don't specify their own\",\n $ref: '#/$defs/multiColumnMenu',\n },\n defaultWebViewContextMenu: {\n description: \"Default context menu for web views that don't specify their own\",\n $ref: '#/$defs/singleColumnMenu',\n },\n webViewMenus: {\n description: 'Menus that apply per web view in the application',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n $ref: '#/$defs/menusForOneWebView',\n },\n },\n additionalProperties: false,\n },\n },\n required: ['mainMenu', 'defaultWebViewTopMenu', 'defaultWebViewContextMenu', 'webViewMenus'],\n additionalProperties: false,\n $defs: {\n localizeKey: {\n description:\n \"Identifier for a string that will be localized in a menu based on the user's UI language\",\n type: 'string',\n pattern: '^%[\\\\w\\\\-\\\\.]+%$',\n },\n referencedItem: {\n description:\n 'Name of some UI element (i.e., tab, column, group, menu item) or some PAPI object (i.e., command)',\n type: 'string',\n pattern: '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$',\n },\n columnsWithHeaders: {\n description:\n 'Group of columns that can be combined with other columns to form a multi-column menu',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n description: 'Single column with a header string',\n type: 'object',\n properties: {\n label: {\n description: 'Header text for this this column in the UI',\n $ref: '#/$defs/localizeKey',\n },\n localizeNotes: {\n description:\n 'Additional information provided by developers to help people who perform localization',\n type: 'string',\n },\n order: {\n description:\n 'Relative order of this column compared to other columns (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu groups to this column',\n type: 'boolean',\n },\n },\n required: ['label', 'order'],\n additionalProperties: false,\n },\n },\n properties: {\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add columns to this multi-column menu',\n type: 'boolean',\n },\n },\n },\n menuGroups: {\n description:\n 'Group of menu items that can be combined with other groups to form a single menu/submenu. Groups are separated using a line within the menu/submenu.',\n type: 'object',\n patternProperties: {\n '^[\\\\w\\\\-]+\\\\.[\\\\w\\\\-]+$': {\n description: 'Single group that contains menu items',\n type: 'object',\n oneOf: [\n {\n properties: {\n column: {\n description:\n 'Column where this group belongs, not required for single column menus',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this group compared to other groups in the same column or submenu (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu items to this menu group',\n type: 'boolean',\n },\n },\n required: ['order'],\n additionalProperties: false,\n },\n {\n properties: {\n menuItem: {\n description: 'Menu item that anchors the submenu where this group belongs',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this group compared to other groups in the same column or submenu (sorted ascending)',\n type: 'number',\n },\n isExtensible: {\n description:\n 'Defines whether contributions are allowed to add menu items to this menu group',\n type: 'boolean',\n },\n },\n required: ['menuItem', 'order'],\n additionalProperties: false,\n },\n ],\n },\n },\n additionalProperties: false,\n },\n menuItem: {\n description:\n 'Single item in a menu that can be clicked on to take an action or can be the parent of a submenu',\n type: 'object',\n oneOf: [\n {\n properties: {\n id: {\n description: 'ID for this menu item that holds a submenu',\n $ref: '#/$defs/referencedItem',\n },\n },\n required: ['id'],\n },\n {\n properties: {\n command: {\n description: 'Name of the PAPI command to run when this menu item is selected.',\n $ref: '#/$defs/referencedItem',\n },\n iconPathBefore: {\n description:\n 'Uri path to the icon to display before the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`',\n type: 'string',\n },\n iconPathAfter: {\n description:\n 'Uri path to the icon to display after the menu text. Ex: `papi-extension://helloWorld/assets/icon.png`',\n type: 'string',\n },\n },\n required: ['command'],\n },\n ],\n properties: {\n label: {\n description: 'Key that represents the text of this menu item to display',\n $ref: '#/$defs/localizeKey',\n },\n tooltip: {\n description:\n 'Key that represents the text to display if a mouse pointer hovers over the menu item',\n $ref: '#/$defs/localizeKey',\n },\n searchTerms: {\n description:\n 'Key that represents additional words the platform should reference when users are searching for menu items',\n $ref: '#/$defs/localizeKey',\n },\n localizeNotes: {\n description:\n 'Additional information provided by developers to help people who perform localization',\n type: 'string',\n },\n group: {\n description: 'Group to which this menu item belongs',\n $ref: '#/$defs/referencedItem',\n },\n order: {\n description:\n 'Relative order of this menu item compared to other menu items in the same group (sorted ascending)',\n type: 'number',\n },\n },\n required: ['label', 'group', 'order'],\n unevaluatedProperties: false,\n },\n groupsAndItems: {\n description: 'Core schema for a column',\n type: 'object',\n properties: {\n groups: {\n description: 'Groups that belong in this menu',\n $ref: '#/$defs/menuGroups',\n },\n items: {\n description: 'List of menu items that belong in this menu',\n type: 'array',\n items: { $ref: '#/$defs/menuItem' },\n uniqueItems: true,\n },\n },\n required: ['groups', 'items'],\n },\n singleColumnMenu: {\n description: 'Menu that contains a column without a header',\n type: 'object',\n allOf: [{ $ref: '#/$defs/groupsAndItems' }],\n unevaluatedProperties: false,\n },\n multiColumnMenu: {\n description: 'Menu that can contain multiple columns with headers',\n type: 'object',\n allOf: [\n { $ref: '#/$defs/groupsAndItems' },\n {\n properties: {\n columns: {\n description: 'Columns that belong in this menu',\n $ref: '#/$defs/columnsWithHeaders',\n },\n },\n required: ['columns'],\n },\n ],\n unevaluatedProperties: false,\n },\n menusForOneWebView: {\n description: 'Set of menus that are associated with a single tab',\n type: 'object',\n properties: {\n includeDefaults: {\n description:\n 'Indicates whether the platform default menus should be included for this webview',\n type: 'boolean',\n },\n topMenu: {\n description: 'Menu that opens when you click on the top left corner of a tab',\n $ref: '#/$defs/multiColumnMenu',\n },\n contextMenu: {\n description: 'Menu that opens when you right click on the main body/area of a tab',\n $ref: '#/$defs/singleColumnMenu',\n },\n },\n additionalProperties: false,\n },\n },\n};\n\nObject.freeze(menuDocumentSchema);\n","'use strict';\n\n/**\n * Ponyfill for `Array.prototype.find` which is only available in ES6 runtimes.\n *\n * Works with anything that has a `length` property and index access properties,\n * including NodeList.\n *\n * @param {T[] | { length: number; [number]: T }} list\n * @param {function (item: T, index: number, list:T[]):boolean} predicate\n * @param {Partial>?} ac\n * Allows injecting a custom implementation in tests (`Array.prototype` by default).\n * @returns {T | undefined}\n * @template {unknown} T\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find\n * @see https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find\n */\nfunction find(list, predicate, ac) {\n\tif (ac === undefined) {\n\t\tac = Array.prototype;\n\t}\n\tif (list && typeof ac.find === 'function') {\n\t\treturn ac.find.call(list, predicate);\n\t}\n\tfor (var i = 0; i < list.length; i++) {\n\t\tif (hasOwn(list, i)) {\n\t\t\tvar item = list[i];\n\t\t\tif (predicate.call(undefined, item, i, list)) {\n\t\t\t\treturn item;\n\t\t\t}\n\t\t}\n\t}\n}\n\n/**\n * \"Shallow freezes\" an object to render it immutable.\n * Uses `Object.freeze` if available,\n * otherwise the immutability is only in the type.\n *\n * Is used to create \"enum like\" objects.\n *\n * If `Object.getOwnPropertyDescriptors` is available,\n * a new object with all properties of object but without any prototype is created and returned\n * after freezing it.\n *\n * @param {T} object\n * The object to freeze.\n * @param {Pick} [oc=Object]\n * `Object` by default,\n * allows to inject custom object constructor for tests.\n * @returns {Readonly}\n * @template {Object} T\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze\n * @prettierignore\n */\nfunction freeze(object, oc) {\n\tif (oc === undefined) {\n\t\toc = Object;\n\t}\n\tif (oc && typeof oc.getOwnPropertyDescriptors === 'function') {\n\t\tobject = oc.create(null, oc.getOwnPropertyDescriptors(object));\n\t}\n\treturn oc && typeof oc.freeze === 'function' ? oc.freeze(object) : object;\n}\n\n/**\n * Implementation for `Object.hasOwn` but ES5 compatible.\n *\n * @param {any} object\n * @param {string | number} key\n * @returns {boolean}\n */\nfunction hasOwn(object, key) {\n\treturn Object.prototype.hasOwnProperty.call(object, key);\n}\n\n/**\n * Since xmldom can not rely on `Object.assign`,\n * it uses/provides a simplified version that is sufficient for its needs.\n *\n * @param {Object} target\n * @param {Object | null | undefined} source\n * @returns {Object}\n * The target with the merged/overridden properties.\n * @throws {TypeError}\n * If target is not an object.\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign\n * @see https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign\n */\nfunction assign(target, source) {\n\tif (target === null || typeof target !== 'object') {\n\t\tthrow new TypeError('target is not an object');\n\t}\n\tfor (var key in source) {\n\t\tif (hasOwn(source, key)) {\n\t\t\ttarget[key] = source[key];\n\t\t}\n\t}\n\treturn target;\n}\n\n/**\n * A number of attributes are boolean attributes.\n * The presence of a boolean attribute on an element represents the `true` value,\n * and the absence of the attribute represents the `false` value.\n *\n * If the attribute is present, its value must either be the empty string, or a value that is\n * an ASCII case-insensitive match for the attribute's canonical name,\n * with no leading or trailing whitespace.\n *\n * Note: The values `\"true\"` and `\"false\"` are not allowed on boolean attributes.\n * To represent a `false` value, the attribute has to be omitted altogether.\n *\n * @see https://html.spec.whatwg.org/#boolean-attributes\n * @see https://html.spec.whatwg.org/#attributes-3\n */\nvar HTML_BOOLEAN_ATTRIBUTES = freeze({\n\tallowfullscreen: true,\n\tasync: true,\n\tautofocus: true,\n\tautoplay: true,\n\tchecked: true,\n\tcontrols: true,\n\tdefault: true,\n\tdefer: true,\n\tdisabled: true,\n\tformnovalidate: true,\n\thidden: true,\n\tismap: true,\n\titemscope: true,\n\tloop: true,\n\tmultiple: true,\n\tmuted: true,\n\tnomodule: true,\n\tnovalidate: true,\n\topen: true,\n\tplaysinline: true,\n\treadonly: true,\n\trequired: true,\n\treversed: true,\n\tselected: true,\n});\n\n/**\n * Check if `name` is matching one of the HTML boolean attribute names.\n * This method doesn't check if such attributes are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} name\n * @returns {boolean}\n * @see {@link HTML_BOOLEAN_ATTRIBUTES}\n * @see https://html.spec.whatwg.org/#boolean-attributes\n * @see https://html.spec.whatwg.org/#attributes-3\n */\nfunction isHTMLBooleanAttribute(name) {\n\treturn hasOwn(HTML_BOOLEAN_ATTRIBUTES, name.toLowerCase());\n}\n\n/**\n * Void elements only have a start tag; end tags must not be specified for void elements.\n * These elements should be written as self-closing like this: ``.\n * This should not be confused with optional tags that HTML allows to omit the end tag for\n * (like `li`, `tr` and others), which can have content after them,\n * so they can not be written as self-closing.\n * xmldom does not have any logic for optional end tags cases,\n * and will report them as a warning.\n * Content that would go into the unopened element,\n * will instead be added as a sibling text node.\n *\n * @type {Readonly<{\n * \tarea: boolean;\n * \tcol: boolean;\n * \timg: boolean;\n * \twbr: boolean;\n * \tlink: boolean;\n * \thr: boolean;\n * \tsource: boolean;\n * \tbr: boolean;\n * \tinput: boolean;\n * \tparam: boolean;\n * \tmeta: boolean;\n * \tembed: boolean;\n * \ttrack: boolean;\n * \tbase: boolean;\n * }>}\n * @see https://html.spec.whatwg.org/#void-elements\n * @see https://html.spec.whatwg.org/#optional-tags\n */\nvar HTML_VOID_ELEMENTS = freeze({\n\tarea: true,\n\tbase: true,\n\tbr: true,\n\tcol: true,\n\tembed: true,\n\thr: true,\n\timg: true,\n\tinput: true,\n\tlink: true,\n\tmeta: true,\n\tparam: true,\n\tsource: true,\n\ttrack: true,\n\twbr: true,\n});\n\n/**\n * Check if `tagName` is matching one of the HTML void element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link HTML_VOID_ELEMENTS}\n * @see https://html.spec.whatwg.org/#void-elements\n */\nfunction isHTMLVoidElement(tagName) {\n\treturn hasOwn(HTML_VOID_ELEMENTS, tagName.toLowerCase());\n}\n\n/**\n * Tag names that are raw text elements according to HTML spec.\n * The value denotes whether they are escapable or not.\n *\n * @see {@link isHTMLEscapableRawTextElement}\n * @see {@link isHTMLRawTextElement}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nvar HTML_RAW_TEXT_ELEMENTS = freeze({\n\tscript: false,\n\tstyle: false,\n\ttextarea: true,\n\ttitle: true,\n});\n\n/**\n * Check if `tagName` is matching one of the HTML raw text element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link isHTMLEscapableRawTextElement}\n * @see {@link HTML_RAW_TEXT_ELEMENTS}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nfunction isHTMLRawTextElement(tagName) {\n\tvar key = tagName.toLowerCase();\n\treturn hasOwn(HTML_RAW_TEXT_ELEMENTS, key) && !HTML_RAW_TEXT_ELEMENTS[key];\n}\n/**\n * Check if `tagName` is matching one of the HTML escapable raw text element names.\n * This method doesn't check if such tags are allowed in the context of the current\n * document/parsing.\n *\n * @param {string} tagName\n * @returns {boolean}\n * @see {@link isHTMLRawTextElement}\n * @see {@link HTML_RAW_TEXT_ELEMENTS}\n * @see https://html.spec.whatwg.org/#raw-text-elements\n * @see https://html.spec.whatwg.org/#escapable-raw-text-elements\n */\nfunction isHTMLEscapableRawTextElement(tagName) {\n\tvar key = tagName.toLowerCase();\n\treturn hasOwn(HTML_RAW_TEXT_ELEMENTS, key) && HTML_RAW_TEXT_ELEMENTS[key];\n}\n/**\n * Only returns true if `value` matches MIME_TYPE.HTML, which indicates an HTML document.\n *\n * @param {string} mimeType\n * @returns {mimeType is 'text/html'}\n * @see https://www.iana.org/assignments/media-types/text/html\n * @see https://en.wikipedia.org/wiki/HTML\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring\n */\nfunction isHTMLMimeType(mimeType) {\n\treturn mimeType === MIME_TYPE.HTML;\n}\n/**\n * For both the `text/html` and the `application/xhtml+xml` namespace the spec defines that the\n * HTML namespace is provided as the default.\n *\n * @param {string} mimeType\n * @returns {boolean}\n * @see https://dom.spec.whatwg.org/#dom-document-createelement\n * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument\n * @see https://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument\n */\nfunction hasDefaultHTMLNamespace(mimeType) {\n\treturn isHTMLMimeType(mimeType) || mimeType === MIME_TYPE.XML_XHTML_APPLICATION;\n}\n\n/**\n * All mime types that are allowed as input to `DOMParser.parseFromString`\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString#Argument02\n * MDN\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#domparsersupportedtype\n * WHATWG HTML Spec\n * @see {@link DOMParser.prototype.parseFromString}\n */\nvar MIME_TYPE = freeze({\n\t/**\n\t * `text/html`, the only mime type that triggers treating an XML document as HTML.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/text/html IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/HTML Wikipedia\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString MDN\n\t * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring\n\t * WHATWG HTML Spec\n\t */\n\tHTML: 'text/html',\n\n\t/**\n\t * `application/xml`, the standard mime type for XML documents.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/application/xml IANA MimeType\n\t * registration\n\t * @see https://tools.ietf.org/html/rfc7303#section-9.1 RFC 7303\n\t * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia\n\t */\n\tXML_APPLICATION: 'application/xml',\n\n\t/**\n\t * `text/html`, an alias for `application/xml`.\n\t *\n\t * @see https://tools.ietf.org/html/rfc7303#section-9.2 RFC 7303\n\t * @see https://www.iana.org/assignments/media-types/text/xml IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia\n\t */\n\tXML_TEXT: 'text/xml',\n\n\t/**\n\t * `application/xhtml+xml`, indicates an XML document that has the default HTML namespace,\n\t * but is parsed as an XML document.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/application/xhtml+xml IANA MimeType\n\t * registration\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument WHATWG DOM Spec\n\t * @see https://en.wikipedia.org/wiki/XHTML Wikipedia\n\t */\n\tXML_XHTML_APPLICATION: 'application/xhtml+xml',\n\n\t/**\n\t * `image/svg+xml`,\n\t *\n\t * @see https://www.iana.org/assignments/media-types/image/svg+xml IANA MimeType registration\n\t * @see https://www.w3.org/TR/SVG11/ W3C SVG 1.1\n\t * @see https://en.wikipedia.org/wiki/Scalable_Vector_Graphics Wikipedia\n\t */\n\tXML_SVG_IMAGE: 'image/svg+xml',\n});\n/**\n * @typedef {'application/xhtml+xml' | 'application/xml' | 'image/svg+xml' | 'text/html' | 'text/xml'}\n * MimeType\n */\n/**\n * @type {MimeType[]}\n * @private\n * Basically `Object.values`, which is not available in ES5.\n */\nvar _MIME_TYPES = Object.keys(MIME_TYPE).map(function (key) {\n\treturn MIME_TYPE[key];\n});\n\n/**\n * Only returns true if `mimeType` is one of the allowed values for\n * `DOMParser.parseFromString`.\n *\n * @param {string} mimeType\n * @returns {mimeType is 'application/xhtml+xml' | 'application/xml' | 'image/svg+xml' | 'text/html' | 'text/xml'}\n *\n */\nfunction isValidMimeType(mimeType) {\n\treturn _MIME_TYPES.indexOf(mimeType) > -1;\n}\n/**\n * Namespaces that are used in this code base.\n *\n * @see http://www.w3.org/TR/REC-xml-names\n */\nvar NAMESPACE = freeze({\n\t/**\n\t * The XHTML namespace.\n\t *\n\t * @see http://www.w3.org/1999/xhtml\n\t */\n\tHTML: 'http://www.w3.org/1999/xhtml',\n\n\t/**\n\t * The SVG namespace.\n\t *\n\t * @see http://www.w3.org/2000/svg\n\t */\n\tSVG: 'http://www.w3.org/2000/svg',\n\n\t/**\n\t * The `xml:` namespace.\n\t *\n\t * @see http://www.w3.org/XML/1998/namespace\n\t */\n\tXML: 'http://www.w3.org/XML/1998/namespace',\n\n\t/**\n\t * The `xmlns:` namespace.\n\t *\n\t * @see https://www.w3.org/2000/xmlns/\n\t */\n\tXMLNS: 'http://www.w3.org/2000/xmlns/',\n});\n\nexports.assign = assign;\nexports.find = find;\nexports.freeze = freeze;\nexports.HTML_BOOLEAN_ATTRIBUTES = HTML_BOOLEAN_ATTRIBUTES;\nexports.HTML_RAW_TEXT_ELEMENTS = HTML_RAW_TEXT_ELEMENTS;\nexports.HTML_VOID_ELEMENTS = HTML_VOID_ELEMENTS;\nexports.hasDefaultHTMLNamespace = hasDefaultHTMLNamespace;\nexports.hasOwn = hasOwn;\nexports.isHTMLBooleanAttribute = isHTMLBooleanAttribute;\nexports.isHTMLRawTextElement = isHTMLRawTextElement;\nexports.isHTMLEscapableRawTextElement = isHTMLEscapableRawTextElement;\nexports.isHTMLMimeType = isHTMLMimeType;\nexports.isHTMLVoidElement = isHTMLVoidElement;\nexports.isValidMimeType = isValidMimeType;\nexports.MIME_TYPE = MIME_TYPE;\nexports.NAMESPACE = NAMESPACE;\n","'use strict';\n\nvar conventions = require('./conventions');\n\nfunction extendError(constructor, writableName) {\n\tconstructor.prototype = Object.create(Error.prototype, {\n\t\tconstructor: { value: constructor },\n\t\tname: { value: constructor.name, enumerable: true, writable: writableName },\n\t});\n}\n\nvar DOMExceptionName = conventions.freeze({\n\t/**\n\t * the default value as defined by the spec\n\t */\n\tError: 'Error',\n\t/**\n\t * @deprecated\n\t * Use RangeError instead.\n\t */\n\tIndexSizeError: 'IndexSizeError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tDomstringSizeError: 'DomstringSizeError',\n\tHierarchyRequestError: 'HierarchyRequestError',\n\tWrongDocumentError: 'WrongDocumentError',\n\tInvalidCharacterError: 'InvalidCharacterError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tNoDataAllowedError: 'NoDataAllowedError',\n\tNoModificationAllowedError: 'NoModificationAllowedError',\n\tNotFoundError: 'NotFoundError',\n\tNotSupportedError: 'NotSupportedError',\n\tInUseAttributeError: 'InUseAttributeError',\n\tInvalidStateError: 'InvalidStateError',\n\tSyntaxError: 'SyntaxError',\n\tInvalidModificationError: 'InvalidModificationError',\n\tNamespaceError: 'NamespaceError',\n\t/**\n\t * @deprecated\n\t * Use TypeError for invalid arguments,\n\t * \"NotSupportedError\" DOMException for unsupported operations,\n\t * and \"NotAllowedError\" DOMException for denied requests instead.\n\t */\n\tInvalidAccessError: 'InvalidAccessError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tValidationError: 'ValidationError',\n\t/**\n\t * @deprecated\n\t * Use TypeError instead.\n\t */\n\tTypeMismatchError: 'TypeMismatchError',\n\tSecurityError: 'SecurityError',\n\tNetworkError: 'NetworkError',\n\tAbortError: 'AbortError',\n\t/**\n\t * @deprecated\n\t * Just to match the related static code, not part of the spec.\n\t */\n\tURLMismatchError: 'URLMismatchError',\n\tQuotaExceededError: 'QuotaExceededError',\n\tTimeoutError: 'TimeoutError',\n\tInvalidNodeTypeError: 'InvalidNodeTypeError',\n\tDataCloneError: 'DataCloneError',\n\tEncodingError: 'EncodingError',\n\tNotReadableError: 'NotReadableError',\n\tUnknownError: 'UnknownError',\n\tConstraintError: 'ConstraintError',\n\tDataError: 'DataError',\n\tTransactionInactiveError: 'TransactionInactiveError',\n\tReadOnlyError: 'ReadOnlyError',\n\tVersionError: 'VersionError',\n\tOperationError: 'OperationError',\n\tNotAllowedError: 'NotAllowedError',\n\tOptOutError: 'OptOutError',\n});\nvar DOMExceptionNames = Object.keys(DOMExceptionName);\n\nfunction isValidDomExceptionCode(value) {\n\treturn typeof value === 'number' && value >= 1 && value <= 25;\n}\nfunction endsWithError(value) {\n\treturn typeof value === 'string' && value.substring(value.length - DOMExceptionName.Error.length) === DOMExceptionName.Error;\n}\n/**\n * DOM operations only raise exceptions in \"exceptional\" circumstances, i.e., when an operation\n * is impossible to perform (either for logical reasons, because data is lost, or because the\n * implementation has become unstable). In general, DOM methods return specific error values in\n * ordinary processing situations, such as out-of-bound errors when using NodeList.\n *\n * Implementations should raise other exceptions under other circumstances. For example,\n * implementations should raise an implementation-dependent exception if a null argument is\n * passed when null was not expected.\n *\n * This implementation supports the following usages:\n * 1. according to the living standard (both arguments are optional):\n * ```\n * new DOMException(\"message (can be empty)\", DOMExceptionNames.HierarchyRequestError)\n * ```\n * 2. according to previous xmldom implementation (only the first argument is required):\n * ```\n * new DOMException(DOMException.HIERARCHY_REQUEST_ERR, \"optional message\")\n * ```\n * both result in the proper name being set.\n *\n * @class DOMException\n * @param {number | string} messageOrCode\n * The reason why an operation is not acceptable.\n * If it is a number, it is used to determine the `name`, see\n * {@link https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-258A00AF ExceptionCode}\n * @param {string | keyof typeof DOMExceptionName | Error} [nameOrMessage]\n * The `name` to use for the error.\n * If `messageOrCode` is a number, this arguments is used as the `message` instead.\n * @augments Error\n * @see https://webidl.spec.whatwg.org/#idl-DOMException\n * @see https://webidl.spec.whatwg.org/#dfn-error-names-table\n * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html\n * @see http://www.w3.org/TR/REC-DOM-Level-1/ecma-script-language-binding.html\n */\nfunction DOMException(messageOrCode, nameOrMessage) {\n\t// support old way of passing arguments: first argument is a valid number\n\tif (isValidDomExceptionCode(messageOrCode)) {\n\t\tthis.name = DOMExceptionNames[messageOrCode];\n\t\tthis.message = nameOrMessage || '';\n\t} else {\n\t\tthis.message = messageOrCode;\n\t\tthis.name = endsWithError(nameOrMessage) ? nameOrMessage : DOMExceptionName.Error;\n\t}\n\tif (Error.captureStackTrace) Error.captureStackTrace(this, DOMException);\n}\nextendError(DOMException, true);\nObject.defineProperties(DOMException.prototype, {\n\tcode: {\n\t\tenumerable: true,\n\t\tget: function () {\n\t\t\tvar code = DOMExceptionNames.indexOf(this.name);\n\t\t\tif (isValidDomExceptionCode(code)) return code;\n\t\t\treturn 0;\n\t\t},\n\t},\n});\n\nvar ExceptionCode = {\n\tINDEX_SIZE_ERR: 1,\n\tDOMSTRING_SIZE_ERR: 2,\n\tHIERARCHY_REQUEST_ERR: 3,\n\tWRONG_DOCUMENT_ERR: 4,\n\tINVALID_CHARACTER_ERR: 5,\n\tNO_DATA_ALLOWED_ERR: 6,\n\tNO_MODIFICATION_ALLOWED_ERR: 7,\n\tNOT_FOUND_ERR: 8,\n\tNOT_SUPPORTED_ERR: 9,\n\tINUSE_ATTRIBUTE_ERR: 10,\n\tINVALID_STATE_ERR: 11,\n\tSYNTAX_ERR: 12,\n\tINVALID_MODIFICATION_ERR: 13,\n\tNAMESPACE_ERR: 14,\n\tINVALID_ACCESS_ERR: 15,\n\tVALIDATION_ERR: 16,\n\tTYPE_MISMATCH_ERR: 17,\n\tSECURITY_ERR: 18,\n\tNETWORK_ERR: 19,\n\tABORT_ERR: 20,\n\tURL_MISMATCH_ERR: 21,\n\tQUOTA_EXCEEDED_ERR: 22,\n\tTIMEOUT_ERR: 23,\n\tINVALID_NODE_TYPE_ERR: 24,\n\tDATA_CLONE_ERR: 25,\n};\n\nvar entries = Object.entries(ExceptionCode);\nfor (var i = 0; i < entries.length; i++) {\n\tvar key = entries[i][0];\n\tDOMException[key] = entries[i][1];\n}\n\n/**\n * Creates an error that will not be caught by XMLReader aka the SAX parser.\n *\n * @class\n * @param {string} message\n * @param {any} [locator]\n */\nfunction ParseError(message, locator) {\n\tthis.message = message;\n\tthis.locator = locator;\n\tif (Error.captureStackTrace) Error.captureStackTrace(this, ParseError);\n}\nextendError(ParseError);\n\nexports.DOMException = DOMException;\nexports.DOMExceptionName = DOMExceptionName;\nexports.ExceptionCode = ExceptionCode;\nexports.ParseError = ParseError;\n","'use strict';\n\n/**\n * Detects relevant unicode support for regular expressions in the runtime.\n * Should the runtime not accepts the flag `u` or unicode ranges,\n * character classes without unicode handling will be used.\n *\n * @param {typeof RegExp} [RegExpImpl=RegExp]\n * For testing: the RegExp class.\n * @returns {boolean}\n * @see https://node.green/#ES2015-syntax-RegExp--y--and--u--flags\n */\nfunction detectUnicodeSupport(RegExpImpl) {\n\ttry {\n\t\tif (typeof RegExpImpl !== 'function') {\n\t\t\tRegExpImpl = RegExp;\n\t\t}\n\t\t// eslint-disable-next-line es5/no-unicode-regex,es5/no-unicode-code-point-escape\n\t\tvar match = new RegExpImpl('\\u{1d306}', 'u').exec('𝌆');\n\t\treturn !!match && match[0].length === 2;\n\t} catch (error) {}\n\treturn false;\n}\nvar UNICODE_SUPPORT = detectUnicodeSupport();\n\n/**\n * Removes `[`, `]` and any trailing quantifiers from the source of a RegExp.\n *\n * @param {RegExp} regexp\n */\nfunction chars(regexp) {\n\tif (regexp.source[0] !== '[') {\n\t\tthrow new Error(regexp + ' can not be used with chars');\n\t}\n\treturn regexp.source.slice(1, regexp.source.lastIndexOf(']'));\n}\n\n/**\n * Creates a new character list regular expression,\n * by removing `search` from the source of `regexp`.\n *\n * @param {RegExp} regexp\n * @param {string} search\n * The character(s) to remove.\n * @returns {RegExp}\n */\nfunction chars_without(regexp, search) {\n\tif (regexp.source[0] !== '[') {\n\t\tthrow new Error('/' + regexp.source + '/ can not be used with chars_without');\n\t}\n\tif (!search || typeof search !== 'string') {\n\t\tthrow new Error(JSON.stringify(search) + ' is not a valid search');\n\t}\n\tif (regexp.source.indexOf(search) === -1) {\n\t\tthrow new Error('\"' + search + '\" is not is /' + regexp.source + '/');\n\t}\n\tif (search === '-' && regexp.source.indexOf(search) !== 1) {\n\t\tthrow new Error('\"' + search + '\" is not at the first postion of /' + regexp.source + '/');\n\t}\n\treturn new RegExp(regexp.source.replace(search, ''), UNICODE_SUPPORT ? 'u' : '');\n}\n\n/**\n * Combines and Regular expressions correctly by using `RegExp.source`.\n *\n * @param {...(RegExp | string)[]} args\n * @returns {RegExp}\n */\nfunction reg(args) {\n\tvar self = this;\n\treturn new RegExp(\n\t\tArray.prototype.slice\n\t\t\t.call(arguments)\n\t\t\t.map(function (part) {\n\t\t\t\tvar isStr = typeof part === 'string';\n\t\t\t\tif (isStr && self === undefined && part === '|') {\n\t\t\t\t\tthrow new Error('use regg instead of reg to wrap expressions with `|`!');\n\t\t\t\t}\n\t\t\t\treturn isStr ? part : part.source;\n\t\t\t})\n\t\t\t.join(''),\n\t\tUNICODE_SUPPORT ? 'mu' : 'm'\n\t);\n}\n\n/**\n * Like `reg` but wraps the expression in `(?:`,`)` to create a non tracking group.\n *\n * @param {...(RegExp | string)[]} args\n * @returns {RegExp}\n */\nfunction regg(args) {\n\tif (arguments.length === 0) {\n\t\tthrow new Error('no parameters provided');\n\t}\n\treturn reg.apply(regg, ['(?:'].concat(Array.prototype.slice.call(arguments), [')']));\n}\n\n// /**\n// * Append ^ to the beginning of the expression.\n// * @param {...(RegExp | string)[]} args\n// * @returns {RegExp}\n// */\n// function reg_start(args) {\n// \tif (arguments.length === 0) {\n// \t\tthrow new Error('no parameters provided');\n// \t}\n// \treturn reg.apply(reg_start, ['^'].concat(Array.prototype.slice.call(arguments)));\n// }\n\n// https://www.w3.org/TR/xml/#document\n// `[1] document ::= prolog element Misc*`\n// https://www.w3.org/TR/xml11/#NT-document\n// `[1] document ::= ( prolog element Misc* ) - ( Char* RestrictedChar Char* )`\n\n/**\n * A character usually appearing in wrongly converted strings.\n *\n * @type {string}\n * @see https://en.wikipedia.org/wiki/Specials_(Unicode_block)#Replacement_character\n * @see https://nodejs.dev/en/api/v18/buffer/#buffers-and-character-encodings\n * @see https://www.unicode.org/faq/utf_bom.html#BOM\n * @readonly\n */\nvar UNICODE_REPLACEMENT_CHARACTER = '\\uFFFD';\n// https://www.w3.org/TR/xml/#NT-Char\n// any Unicode character, excluding the surrogate blocks, FFFE, and FFFF.\n// `[2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]`\n// https://www.w3.org/TR/xml11/#NT-Char\n// `[2] Char ::= [#x1-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]`\n// https://www.w3.org/TR/xml11/#NT-RestrictedChar\n// `[2a] RestrictedChar ::= [#x1-#x8] | [#xB-#xC] | [#xE-#x1F] | [#x7F-#x84] | [#x86-#x9F]`\n// https://www.w3.org/TR/xml11/#charsets\nvar Char = /[-\\x09\\x0A\\x0D\\x20-\\x2C\\x2E-\\uD7FF\\uE000-\\uFFFD]/; // without \\u10000-\\uEFFFF\nif (UNICODE_SUPPORT) {\n\t// eslint-disable-next-line es5/no-unicode-code-point-escape\n\tChar = reg('[', chars(Char), '\\\\u{10000}-\\\\u{10FFFF}', ']');\n}\n\nvar _SChar = /[\\x20\\x09\\x0D\\x0A]/;\nvar SChar_s = chars(_SChar);\n// https://www.w3.org/TR/xml11/#NT-S\n// `[3] S ::= (#x20 | #x9 | #xD | #xA)+`\nvar S = reg(_SChar, '+');\n// optional whitespace described as `S?` in the grammar,\n// simplified to 0-n occurrences of the character class\n// instead of 0-1 occurrences of a non-capturing group around S\nvar S_OPT = reg(_SChar, '*');\n\n// https://www.w3.org/TR/xml11/#NT-NameStartChar\n// `[4] NameStartChar ::= \":\" | [A-Z] | \"_\" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]`\nvar NameStartChar =\n\t/[:_a-zA-Z\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02FF\\u0370-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/; // without \\u10000-\\uEFFFF\nif (UNICODE_SUPPORT) {\n\t// eslint-disable-next-line es5/no-unicode-code-point-escape\n\tNameStartChar = reg('[', chars(NameStartChar), '\\\\u{10000}-\\\\u{10FFFF}', ']');\n}\nvar NameStartChar_s = chars(NameStartChar);\n\n// https://www.w3.org/TR/xml11/#NT-NameChar\n// `[4a] NameChar ::= NameStartChar | \"-\" | \".\" | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]`\nvar NameChar = reg('[', NameStartChar_s, chars(/[-.0-9\\xB7]/), chars(/[\\u0300-\\u036F\\u203F-\\u2040]/), ']');\n// https://www.w3.org/TR/xml11/#NT-Name\n// `[5] Name ::= NameStartChar (NameChar)*`\nvar Name = reg(NameStartChar, NameChar, '*');\n/*\nhttps://www.w3.org/TR/xml11/#NT-Names\n`[6] Names ::= Name (#x20 Name)*`\n*/\n\n// https://www.w3.org/TR/xml11/#NT-Nmtoken\n// `[7] Nmtoken ::= (NameChar)+`\nvar Nmtoken = reg(NameChar, '+');\n/*\nhttps://www.w3.org/TR/xml11/#NT-Nmtokens\n`[8] Nmtokens ::= Nmtoken (#x20 Nmtoken)*`\nvar Nmtokens = reg(Nmtoken, regg(/\\x20/, Nmtoken), '*');\n*/\n\n// https://www.w3.org/TR/xml11/#NT-EntityRef\n// `[68] EntityRef ::= '&' Name ';'` [WFC: Entity Declared] [VC: Entity Declared] [WFC: Parsed Entity] [WFC: No Recursion]\nvar EntityRef = reg('&', Name, ';');\n// https://www.w3.org/TR/xml11/#NT-CharRef\n// `[66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';'` [WFC: Legal Character]\nvar CharRef = regg(/&#[0-9]+;|&#x[0-9a-fA-F]+;/);\n\n/*\nhttps://www.w3.org/TR/xml11/#NT-Reference\n- `[67] Reference ::= EntityRef | CharRef`\n- `[66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';'` [WFC: Legal Character]\n- `[68] EntityRef ::= '&' Name ';'` [WFC: Entity Declared] [VC: Entity Declared] [WFC: Parsed Entity] [WFC: No Recursion]\n*/\nvar Reference = regg(EntityRef, '|', CharRef);\n\n// https://www.w3.org/TR/xml11/#NT-PEReference\n// `[69] PEReference ::= '%' Name ';'`\n// [VC: Entity Declared] [WFC: No Recursion] [WFC: In DTD]\nvar PEReference = reg('%', Name, ';');\n\n// https://www.w3.org/TR/xml11/#NT-EntityValue\n// `[9] EntityValue ::= '\"' ([^%&\"] | PEReference | Reference)* '\"' | \"'\" ([^%&'] | PEReference | Reference)* \"'\"`\nvar EntityValue = regg(\n\treg('\"', regg(/[^%&\"]/, '|', PEReference, '|', Reference), '*', '\"'),\n\t'|',\n\treg(\"'\", regg(/[^%&']/, '|', PEReference, '|', Reference), '*', \"'\")\n);\n\n// https://www.w3.org/TR/xml11/#NT-AttValue\n// `[10] AttValue ::= '\"' ([^<&\"] | Reference)* '\"' | \"'\" ([^<&'] | Reference)* \"'\"`\nvar AttValue = regg('\"', regg(/[^<&\"]/, '|', Reference), '*', '\"', '|', \"'\", regg(/[^<&']/, '|', Reference), '*', \"'\");\n\n// https://www.w3.org/TR/xml-names/#ns-decl\n// https://www.w3.org/TR/xml-names/#ns-qualnames\n// NameStartChar without \":\"\nvar NCNameStartChar = chars_without(NameStartChar, ':');\n// https://www.w3.org/TR/xml-names/#orphans\n// `[5] NCNameChar ::= NameChar - ':'`\n// An XML NameChar, minus the \":\"\nvar NCNameChar = chars_without(NameChar, ':');\n// https://www.w3.org/TR/xml-names/#NT-NCName\n// `[4] NCName ::= Name - (Char* ':' Char*)`\n// An XML Name, minus the \":\"\nvar NCName = reg(NCNameStartChar, NCNameChar, '*');\n\n/**\nhttps://www.w3.org/TR/xml-names/#ns-qualnames\n\n```\n[7] QName ::= PrefixedName | UnprefixedName\n\t\t\t\t === (NCName ':' NCName) | NCName\n\t\t\t\t === NCName (':' NCName)?\n[8] PrefixedName ::= Prefix ':' LocalPart\n\t\t\t\t\t\t\t\t === NCName ':' NCName\n[9] UnprefixedName ::= LocalPart\n\t\t\t\t\t\t\t\t\t === NCName\n[10] Prefix ::= NCName\n[11] LocalPart ::= NCName\n```\n*/\nvar QName = reg(NCName, regg(':', NCName), '?');\nvar QName_exact = reg('^', QName, '$');\nvar QName_group = reg('(', QName, ')');\n\n// https://www.w3.org/TR/xml11/#NT-SystemLiteral\n// `[11] SystemLiteral ::= ('\"' [^\"]* '\"') | (\"'\" [^']* \"'\")`\nvar SystemLiteral = regg(/\"[^\"]*\"|'[^']*'/);\n\n/*\n https://www.w3.org/TR/xml11/#NT-PI\n ```\n [17] PITarget ::= Name - (('X' | 'x') ('M' | 'm') ('L' | 'l'))\n [16] PI ::= '' Char*)))? '?>'\n ```\n target /xml/i is not excluded!\n*/\nvar PI = reg(/^<\\?/, '(', Name, ')', regg(S, '(', Char, '*?)'), '?', /\\?>/);\n\n// https://www.w3.org/TR/xml11/#NT-PubidChar\n// `[13] PubidChar ::= #x20 | #xD | #xA | [a-zA-Z0-9] | [-'()+,./:=?;!*#@$_%]`\nvar PubidChar = /[\\x20\\x0D\\x0Aa-zA-Z0-9-'()+,./:=?;!*#@$_%]/;\n\n// https://www.w3.org/TR/xml11/#NT-PubidLiteral\n// `[12] PubidLiteral ::= '\"' PubidChar* '\"' | \"'\" (PubidChar - \"'\")* \"'\"`\nvar PubidLiteral = regg('\"', PubidChar, '*\"', '|', \"'\", chars_without(PubidChar, \"'\"), \"*'\");\n\n// https://www.w3.org/TR/xml11/#NT-CharData\n// `[14] CharData ::= [^<&]* - ([^<&]* ']]>' [^<&]*)`\n\nvar COMMENT_START = '';\n// https://www.w3.org/TR/xml11/#NT-Comment\n// `[15] Comment ::= ''`\nvar Comment = reg(COMMENT_START, regg(chars_without(Char, '-'), '|', reg('-', chars_without(Char, '-'))), '*', COMMENT_END);\n\nvar PCDATA = '#PCDATA';\n// https://www.w3.org/TR/xml11/#NT-Mixed\n// `[51] Mixed ::= '(' S? '#PCDATA' (S? '|' S? Name)* S? ')*' | '(' S? '#PCDATA' S? ')'`\n// https://www.w3.org/TR/xml-names/#NT-Mixed\n// `[51] Mixed ::= '(' S? '#PCDATA' (S? '|' S? QName)* S? ')*' | '(' S? '#PCDATA' S? ')'`\n// [VC: Proper Group/PE Nesting] [VC: No Duplicate Types]\nvar Mixed = regg(\n\treg(/\\(/, S_OPT, PCDATA, regg(S_OPT, /\\|/, S_OPT, QName), '*', S_OPT, /\\)\\*/),\n\t'|',\n\treg(/\\(/, S_OPT, PCDATA, S_OPT, /\\)/)\n);\n\nvar _children_quantity = /[?*+]?/;\n/*\n `[49] choice ::= '(' S? cp ( S? '|' S? cp )+ S? ')'` [VC: Proper Group/PE Nesting]\n `[50] seq ::= '(' S? cp ( S? ',' S? cp )* S? ')'` [VC: Proper Group/PE Nesting]\n simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\n var _choice_or_seq = reg('[', NameChar_s, SChar_s, chars(_children_quantity), '()|,]*');\n ```\n [48] cp ::= (Name | choice | seq) ('?' | '*' | '+')?\n === (Name | '(' S? cp ( S? '|' S? cp )+ S? ')' | '(' S? cp ( S? ',' S? cp )* S? ')') ('?' | '*' | '+')?\n !== (Name | [_choice_or_seq]*) ('?' | '*' | '+')?\n ```\n simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\n var cp = reg(regg(Name, '|', _choice_or_seq), _children_quantity);\n*/\n/*\nInefficient regular expression (High)\nThis part of the regular expression may cause exponential backtracking on strings starting with '(|' and containing many repetitions of '|'.\nhttps://github.com/xmldom/xmldom/security/code-scanning/91\nvar choice = regg(/\\(/, S_OPT, cp, regg(S_OPT, /\\|/, S_OPT, cp), '+', S_OPT, /\\)/);\n*/\n/*\nInefficient regular expression (High)\nThis part of the regular expression may cause exponential backtracking on strings starting with '(,' and containing many repetitions of ','.\nhttps://github.com/xmldom/xmldom/security/code-scanning/92\nvar seq = regg(/\\(/, S_OPT, cp, regg(S_OPT, /,/, S_OPT, cp), '*', S_OPT, /\\)/);\n*/\n\n// `[47] children ::= (choice | seq) ('?' | '*' | '+')?`\n// simplification to solve circular referencing, but doesn't check validity constraint \"Proper Group/PE Nesting\"\nvar children = reg(/\\([^>]+\\)/, _children_quantity /*regg(choice, '|', seq), _children_quantity*/);\n\n// https://www.w3.org/TR/xml11/#NT-contentspec\n// `[46] contentspec ::= 'EMPTY' | 'ANY' | Mixed | children`\nvar contentspec = regg('EMPTY', '|', 'ANY', '|', Mixed, '|', children);\n\nvar ELEMENTDECL_START = ''`\n// https://www.w3.org/TR/xml-names/#NT-elementdecl\n// `[17] elementdecl ::= ''`\n// because of https://www.w3.org/TR/xml11/#NT-PEReference\n// since xmldom is not supporting replacements of PEReferences in the DTD\n// this also supports PEReference in the possible places\nvar elementdecl = reg(ELEMENTDECL_START, S, regg(QName, '|', PEReference), S, regg(contentspec, '|', PEReference), S_OPT, '>');\n\n// https://www.w3.org/TR/xml11/#NT-NotationType\n// `[58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'`\n// [VC: Notation Attributes] [VC: One Notation Per Element Type] [VC: No Notation on Empty Element] [VC: No Duplicate Tokens]\nvar NotationType = reg('NOTATION', S, /\\(/, S_OPT, Name, regg(S_OPT, /\\|/, S_OPT, Name), '*', S_OPT, /\\)/);\n// https://www.w3.org/TR/xml11/#NT-Enumeration\n// `[59] Enumeration ::= '(' S? Nmtoken (S? '|' S? Nmtoken)* S? ')'`\n// [VC: Enumeration] [VC: No Duplicate Tokens]\nvar Enumeration = reg(/\\(/, S_OPT, Nmtoken, regg(S_OPT, /\\|/, S_OPT, Nmtoken), '*', S_OPT, /\\)/);\n\n// https://www.w3.org/TR/xml11/#NT-EnumeratedType\n// `[57] EnumeratedType ::= NotationType | Enumeration`\nvar EnumeratedType = regg(NotationType, '|', Enumeration);\n\n/*\n```\n[55] StringType ::= 'CDATA'\n[56] TokenizedType ::= 'ID' [VC: ID] [VC: One ID per Element Type] [VC: ID Attribute Default]\n | 'IDREF' [VC: IDREF]\n | 'IDREFS' [VC: IDREF]\n\t | 'ENTITY' [VC: Entity Name]\n\t | 'ENTITIES' [VC: Entity Name]\n\t | 'NMTOKEN' [VC: Name Token]\n\t | 'NMTOKENS' [VC: Name Token]\n [54] AttType ::= StringType | TokenizedType | EnumeratedType\n```*/\nvar AttType = regg(/CDATA|ID|IDREF|IDREFS|ENTITY|ENTITIES|NMTOKEN|NMTOKENS/, '|', EnumeratedType);\n\n// `[60] DefaultDecl ::= '#REQUIRED' | '#IMPLIED' | (('#FIXED' S)? AttValue)`\n// [WFC: No < in Attribute Values] [WFC: No External Entity References]\n// [VC: Fixed Attribute Default] [VC: Required Attribute] [VC: Attribute Default Value Syntactically Correct]\nvar DefaultDecl = regg(/#REQUIRED|#IMPLIED/, '|', regg(regg('#FIXED', S), '?', AttValue));\n\n// https://www.w3.org/TR/xml11/#NT-AttDef\n// [53] AttDef ::= S Name S AttType S DefaultDecl\n// https://www.w3.org/TR/xml-names/#NT-AttDef\n// [1] NSAttName ::= PrefixedAttName | DefaultAttName\n// [2] PrefixedAttName ::= 'xmlns:' NCName [NSC: Reserved Prefixes and Namespace Names]\n// [3] DefaultAttName ::= 'xmlns'\n// [21] AttDef ::= S (QName | NSAttName) S AttType S DefaultDecl\n// \t\t\t\t\t\t === S Name S AttType S DefaultDecl\n// xmldom is not distinguishing between QName and NSAttName on this level\n// to support XML without namespaces in DTD we can not restrict it to QName\nvar AttDef = regg(S, Name, S, AttType, S, DefaultDecl);\n\nvar ATTLIST_DECL_START = ''`\n// https://www.w3.org/TR/xml-names/#NT-AttlistDecl\n// `[20] AttlistDecl ::= ''`\n// to support XML without namespaces in DTD we can not restrict it to QName\nvar AttlistDecl = reg(ATTLIST_DECL_START, S, Name, AttDef, '*', S_OPT, '>');\n\nvar SYSTEM = 'SYSTEM';\nvar PUBLIC = 'PUBLIC';\n// https://www.w3.org/TR/xml11/#NT-ExternalID\n// `[75] ExternalID ::= 'SYSTEM' S SystemLiteral | 'PUBLIC' S PubidLiteral S SystemLiteral`\nvar ExternalID = regg(regg(SYSTEM, S, SystemLiteral), '|', regg(PUBLIC, S, PubidLiteral, S, SystemLiteral));\nvar ExternalID_match = reg(\n\t'^',\n\tregg(\n\t\tregg(SYSTEM, S, '(?', SystemLiteral, ')'),\n\t\t'|',\n\t\tregg(PUBLIC, S, '(?', PubidLiteral, ')', S, '(?', SystemLiteral, ')')\n\t)\n);\n\n// https://www.w3.org/TR/xml11/#NT-NDataDecl\n// `[76] NDataDecl ::= S 'NDATA' S Name` [VC: Notation Declared]\nvar NDataDecl = regg(S, 'NDATA', S, Name);\n\n// https://www.w3.org/TR/xml11/#NT-EntityDef\n// `[73] EntityDef ::= EntityValue | (ExternalID NDataDecl?)`\nvar EntityDef = regg(EntityValue, '|', regg(ExternalID, NDataDecl, '?'));\n\nvar ENTITY_DECL_START = ''`\nvar GEDecl = reg(ENTITY_DECL_START, S, Name, S, EntityDef, S_OPT, '>');\n// https://www.w3.org/TR/xml11/#NT-PEDef\n// `[74] PEDef ::= EntityValue | ExternalID`\nvar PEDef = regg(EntityValue, '|', ExternalID);\n// https://www.w3.org/TR/xml11/#NT-PEDecl\n// `[72] PEDecl ::= ''`\nvar PEDecl = reg(ENTITY_DECL_START, S, '%', S, Name, S, PEDef, S_OPT, '>');\n// https://www.w3.org/TR/xml11/#NT-EntityDecl\n// `[70] EntityDecl ::= GEDecl | PEDecl`\nvar EntityDecl = regg(GEDecl, '|', PEDecl);\n\n// https://www.w3.org/TR/xml11/#NT-PublicID\n// `[83] PublicID ::= 'PUBLIC' S PubidLiteral`\nvar PublicID = reg(PUBLIC, S, PubidLiteral);\n// https://www.w3.org/TR/xml11/#NT-NotationDecl\n// `[82] NotationDecl ::= ''` [VC: Unique Notation Name]\nvar NotationDecl = reg('');\n\n// https://www.w3.org/TR/xml11/#NT-Eq\n// `[25] Eq ::= S? '=' S?`\nvar Eq = reg(S_OPT, '=', S_OPT);\n// https://www.w3.org/TR/xml/#NT-VersionNum\n// `[26] VersionNum ::= '1.' [0-9]+`\n// https://www.w3.org/TR/xml11/#NT-VersionNum\n// `[26] VersionNum ::= '1.1'`\nvar VersionNum = /1[.]\\d+/;\n// https://www.w3.org/TR/xml11/#NT-VersionInfo\n// `[24] VersionInfo ::= S 'version' Eq (\"'\" VersionNum \"'\" | '\"' VersionNum '\"')`\nvar VersionInfo = reg(S, 'version', Eq, regg(\"'\", VersionNum, \"'\", '|', '\"', VersionNum, '\"'));\n// https://www.w3.org/TR/xml11/#NT-EncName\n// `[81] EncName ::= [A-Za-z] ([A-Za-z0-9._] | '-')*`\nvar EncName = /[A-Za-z][-A-Za-z0-9._]*/;\n// https://www.w3.org/TR/xml11/#NT-EncDecl\n// `[80] EncodingDecl ::= S 'encoding' Eq ('\"' EncName '\"' | \"'\" EncName \"'\" )`\nvar EncodingDecl = regg(S, 'encoding', Eq, regg('\"', EncName, '\"', '|', \"'\", EncName, \"'\"));\n// https://www.w3.org/TR/xml11/#NT-SDDecl\n// `[32] SDDecl ::= S 'standalone' Eq ((\"'\" ('yes' | 'no') \"'\") | ('\"' ('yes' | 'no') '\"'))`\nvar SDDecl = regg(S, 'standalone', Eq, regg(\"'\", regg('yes', '|', 'no'), \"'\", '|', '\"', regg('yes', '|', 'no'), '\"'));\n// https://www.w3.org/TR/xml11/#NT-XMLDecl\n// [23] XMLDecl ::= ''\nvar XMLDecl = reg(/^<\\?xml/, VersionInfo, EncodingDecl, '?', SDDecl, '?', S_OPT, /\\?>/);\n\n/*\n https://www.w3.org/TR/xml/#NT-markupdecl\n https://www.w3.org/TR/xml11/#NT-markupdecl\n `[29] markupdecl ::= elementdecl | AttlistDecl | EntityDecl | NotationDecl | PI | Comment`\n var markupdecl = regg(elementdecl, '|', AttlistDecl, '|', EntityDecl, '|', NotationDecl, '|', PI_unsafe, '|', Comment);\n*/\n/*\n https://www.w3.org/TR/xml-names/#NT-doctypedecl\n`[28a] DeclSep ::= PEReference | S`\n https://www.w3.org/TR/xml11/#NT-intSubset\n```\n [28b] intSubset ::= (markupdecl | DeclSep)*\n === (markupdecl | PEReference | S)*\n```\n [WFC: PE Between Declarations]\n var intSubset = reg(regg(markupdecl, '|', PEReference, '|', S), '*');\n*/\nvar DOCTYPE_DECL_START = ''`\n https://www.afterwardsw3.org/TR/xml-names/#NT-doctypedecl\n `[16] doctypedecl ::= ''`\n var doctypedecl = reg('');\n*/\n\nvar CDATA_START = '';\nvar CDStart = //;\nvar CData = reg(Char, '*?', CDEnd);\n/*\n https://www.w3.org/TR/xml/#dt-cdsection\n `[18] \tCDSect\t ::= \tCDStart CData CDEnd`\n `[19] \tCDStart\t ::= \t'' Char*))`\n `[21] \tCDEnd\t ::= \t']]>'`\n*/\nvar CDSect = reg(CDStart, CData);\n\n// unit tested\nexports.chars = chars;\nexports.chars_without = chars_without;\nexports.detectUnicodeSupport = detectUnicodeSupport;\nexports.reg = reg;\nexports.regg = regg;\nexports.AttlistDecl = AttlistDecl;\nexports.CDATA_START = CDATA_START;\nexports.CDATA_END = CDATA_END;\nexports.CDSect = CDSect;\nexports.Char = Char;\nexports.Comment = Comment;\nexports.COMMENT_START = COMMENT_START;\nexports.COMMENT_END = COMMENT_END;\nexports.DOCTYPE_DECL_START = DOCTYPE_DECL_START;\nexports.elementdecl = elementdecl;\nexports.EntityDecl = EntityDecl;\nexports.EntityValue = EntityValue;\nexports.ExternalID = ExternalID;\nexports.ExternalID_match = ExternalID_match;\nexports.Name = Name;\nexports.NotationDecl = NotationDecl;\nexports.Reference = Reference;\nexports.PEReference = PEReference;\nexports.PI = PI;\nexports.PUBLIC = PUBLIC;\nexports.PubidLiteral = PubidLiteral;\nexports.QName = QName;\nexports.QName_exact = QName_exact;\nexports.QName_group = QName_group;\nexports.S = S;\nexports.SChar_s = SChar_s;\nexports.S_OPT = S_OPT;\nexports.SYSTEM = SYSTEM;\nexports.SystemLiteral = SystemLiteral;\nexports.UNICODE_REPLACEMENT_CHARACTER = UNICODE_REPLACEMENT_CHARACTER;\nexports.UNICODE_SUPPORT = UNICODE_SUPPORT;\nexports.XMLDecl = XMLDecl;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar find = conventions.find;\nvar hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nvar hasOwn = conventions.hasOwn;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isHTMLRawTextElement = conventions.isHTMLRawTextElement;\nvar isHTMLVoidElement = conventions.isHTMLVoidElement;\nvar MIME_TYPE = conventions.MIME_TYPE;\nvar NAMESPACE = conventions.NAMESPACE;\n\n/**\n * Private DOM Constructor symbol\n *\n * Internal symbol used for construction of all classes whose constructors should be private.\n * Currently used for checks in `Node`, `Document`, `Element`, `Attr`, `CharacterData`, `Text`, `Comment`,\n * `CDATASection`, `DocumentType`, `Notation`, `Entity`, `EntityReference`, `DocumentFragment`, `ProcessingInstruction`\n * so the constructor can't be used from outside the module.\n */\nvar PDC = Symbol();\n\nvar errors = require('./errors');\nvar DOMException = errors.DOMException;\nvar DOMExceptionName = errors.DOMExceptionName;\n\nvar g = require('./grammar');\n\n/**\n * Checks if the given symbol equals the Private DOM Constructor symbol (PDC)\n * and throws an Illegal constructor exception when the symbols don't match.\n * This ensures that the constructor remains private and can't be used outside this module.\n */\nfunction checkSymbol(symbol) {\n\tif (symbol !== PDC) {\n\t\tthrow new TypeError('Illegal constructor');\n\t}\n}\n\n/**\n * A prerequisite for `[].filter`, to drop elements that are empty.\n *\n * @param {string} input\n * The string to be checked.\n * @returns {boolean}\n * Returns `true` if the input string is not empty, `false` otherwise.\n */\nfunction notEmptyString(input) {\n\treturn input !== '';\n}\n/**\n * Splits a string on ASCII whitespace characters (U+0009 TAB, U+000A LF, U+000C FF, U+000D CR,\n * U+0020 SPACE).\n * It follows the definition from the infra specification from WHATWG.\n *\n * @param {string} input\n * The string to be split.\n * @returns {string[]}\n * An array of the split strings. The array can be empty if the input string is empty or only\n * contains whitespace characters.\n * @see {@link https://infra.spec.whatwg.org/#split-on-ascii-whitespace}\n * @see {@link https://infra.spec.whatwg.org/#ascii-whitespace}\n */\nfunction splitOnASCIIWhitespace(input) {\n\t// U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, U+0020 SPACE\n\treturn input ? input.split(/[\\t\\n\\f\\r ]+/).filter(notEmptyString) : [];\n}\n\n/**\n * Adds element as a key to current if it is not already present.\n *\n * @param {Record} current\n * The current record object to which the element will be added as a key.\n * The object's keys are string types and values are either boolean or undefined.\n * @param {string} element\n * The string to be added as a key to the current record.\n * @returns {Record}\n * The updated record object after the addition of the new element.\n */\nfunction orderedSetReducer(current, element) {\n\tif (!hasOwn(current, element)) {\n\t\tcurrent[element] = true;\n\t}\n\treturn current;\n}\n\n/**\n * Converts a string into an ordered set by splitting the input on ASCII whitespace and\n * ensuring uniqueness of elements.\n * This follows the definition of an ordered set from the infra specification by WHATWG.\n *\n * @param {string} input\n * The input string to be transformed into an ordered set.\n * @returns {string[]}\n * An array of unique strings obtained from the input, preserving the original order.\n * The array can be empty if the input string is empty or only contains whitespace characters.\n * @see {@link https://infra.spec.whatwg.org/#ordered-set}\n */\nfunction toOrderedSet(input) {\n\tif (!input) return [];\n\tvar list = splitOnASCIIWhitespace(input);\n\treturn Object.keys(list.reduce(orderedSetReducer, {}));\n}\n\n/**\n * Uses `list.indexOf` to implement a function that behaves like `Array.prototype.includes`.\n * This function is used in environments where `Array.prototype.includes` may not be available.\n *\n * @param {any[]} list\n * The array in which to search for the element.\n * @returns {function(any): boolean}\n * A function that accepts an element and returns a boolean indicating whether the element is\n * included in the provided list.\n */\nfunction arrayIncludes(list) {\n\treturn function (element) {\n\t\treturn list && list.indexOf(element) !== -1;\n\t};\n}\n\n/**\n * Validates a qualified name based on the criteria provided in the DOM specification by\n * WHATWG.\n *\n * @param {string} qualifiedName\n * The qualified name to be validated.\n * @throws {DOMException}\n * With code {@link DOMException.INVALID_CHARACTER_ERR} if the qualified name contains an\n * invalid character.\n * @see {@link https://dom.spec.whatwg.org/#validate}\n */\nfunction validateQualifiedName(qualifiedName) {\n\tif (!g.QName_exact.test(qualifiedName)) {\n\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'invalid character in qualified name \"' + qualifiedName + '\"');\n\t}\n}\n\n/**\n * Validates a qualified name and the namespace associated with it,\n * based on the criteria provided in the DOM specification by WHATWG.\n *\n * @param {string | null} namespace\n * The namespace to be validated. It can be a string or null.\n * @param {string} qualifiedName\n * The qualified name to be validated.\n * @returns {[namespace: string | null, prefix: string | null, localName: string]}\n * Returns a tuple with the namespace,\n * prefix and local name of the qualified name.\n * @throws {DOMException}\n * Throws a DOMException if the qualified name or the namespace is not valid.\n * @see {@link https://dom.spec.whatwg.org/#validate-and-extract}\n */\nfunction validateAndExtract(namespace, qualifiedName) {\n\tvalidateQualifiedName(qualifiedName);\n\tnamespace = namespace || null;\n\t/**\n\t * @type {string | null}\n\t */\n\tvar prefix = null;\n\tvar localName = qualifiedName;\n\tif (qualifiedName.indexOf(':') >= 0) {\n\t\tvar splitResult = qualifiedName.split(':');\n\t\tprefix = splitResult[0];\n\t\tlocalName = splitResult[1];\n\t}\n\tif (prefix !== null && namespace === null) {\n\t\tthrow new DOMException(DOMException.NAMESPACE_ERR, 'prefix is non-null and namespace is null');\n\t}\n\tif (prefix === 'xml' && namespace !== conventions.NAMESPACE.XML) {\n\t\tthrow new DOMException(DOMException.NAMESPACE_ERR, 'prefix is \"xml\" and namespace is not the XML namespace');\n\t}\n\tif ((prefix === 'xmlns' || qualifiedName === 'xmlns') && namespace !== conventions.NAMESPACE.XMLNS) {\n\t\tthrow new DOMException(\n\t\t\tDOMException.NAMESPACE_ERR,\n\t\t\t'either qualifiedName or prefix is \"xmlns\" and namespace is not the XMLNS namespace'\n\t\t);\n\t}\n\tif (namespace === conventions.NAMESPACE.XMLNS && prefix !== 'xmlns' && qualifiedName !== 'xmlns') {\n\t\tthrow new DOMException(\n\t\t\tDOMException.NAMESPACE_ERR,\n\t\t\t'namespace is the XMLNS namespace and neither qualifiedName nor prefix is \"xmlns\"'\n\t\t);\n\t}\n\treturn [namespace, prefix, localName];\n}\n\n/**\n * Copies properties from one object to another.\n * It only copies the object's own (not inherited) properties.\n *\n * @param {Object} src\n * The source object from which properties are copied.\n * @param {Object} dest\n * The destination object to which properties are copied.\n */\nfunction copy(src, dest) {\n\tfor (var p in src) {\n\t\tif (hasOwn(src, p)) {\n\t\t\tdest[p] = src[p];\n\t\t}\n\t}\n}\n\n/**\n * Extends a class with the properties and methods of a super class.\n * It uses a form of prototypal inheritance, and establishes the `constructor` property\n * correctly(?).\n *\n * It is not clear to the current maintainers if this implementation is making sense,\n * since it creates an intermediate prototype function,\n * which all properties of `Super` are copied onto using `_copy`.\n *\n * @param {Object} Class\n * The class that is to be extended.\n * @param {Object} Super\n * The super class from which properties and methods are inherited.\n * @private\n */\nfunction _extends(Class, Super) {\n\tvar pt = Class.prototype;\n\tif (!(pt instanceof Super)) {\n\t\tfunction t() {}\n\t\tt.prototype = Super.prototype;\n\t\tt = new t();\n\t\tcopy(pt, t);\n\t\tClass.prototype = pt = t;\n\t}\n\tif (pt.constructor != Class) {\n\t\tif (typeof Class != 'function') {\n\t\t\tconsole.error('unknown Class:' + Class);\n\t\t}\n\t\tpt.constructor = Class;\n\t}\n}\n\nvar NodeType = {};\nvar ELEMENT_NODE = (NodeType.ELEMENT_NODE = 1);\nvar ATTRIBUTE_NODE = (NodeType.ATTRIBUTE_NODE = 2);\nvar TEXT_NODE = (NodeType.TEXT_NODE = 3);\nvar CDATA_SECTION_NODE = (NodeType.CDATA_SECTION_NODE = 4);\nvar ENTITY_REFERENCE_NODE = (NodeType.ENTITY_REFERENCE_NODE = 5);\nvar ENTITY_NODE = (NodeType.ENTITY_NODE = 6);\nvar PROCESSING_INSTRUCTION_NODE = (NodeType.PROCESSING_INSTRUCTION_NODE = 7);\nvar COMMENT_NODE = (NodeType.COMMENT_NODE = 8);\nvar DOCUMENT_NODE = (NodeType.DOCUMENT_NODE = 9);\nvar DOCUMENT_TYPE_NODE = (NodeType.DOCUMENT_TYPE_NODE = 10);\nvar DOCUMENT_FRAGMENT_NODE = (NodeType.DOCUMENT_FRAGMENT_NODE = 11);\nvar NOTATION_NODE = (NodeType.NOTATION_NODE = 12);\n\nvar DocumentPosition = conventions.freeze({\n\tDOCUMENT_POSITION_DISCONNECTED: 1,\n\tDOCUMENT_POSITION_PRECEDING: 2,\n\tDOCUMENT_POSITION_FOLLOWING: 4,\n\tDOCUMENT_POSITION_CONTAINS: 8,\n\tDOCUMENT_POSITION_CONTAINED_BY: 16,\n\tDOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32,\n});\n\n//helper functions for compareDocumentPosition\n/**\n * Constructs a parent chain for a node.\n *\n * @param {Node} node\n * The start node from which the parent chain will be constructed.\n * @returns {Node[]}\n * The array of nodes representing the parent chain from the root to the specified node.\n */\nfunction parentChain(node) {\n\tvar chain = [];\n\twhile (node.parentNode || node.ownerElement) {\n\t\tnode = node.parentNode || node.ownerElement;\n\t\tchain.unshift(node);\n\t}\n\treturn chain;\n}\n\n/**\n * Finds the common ancestor in two parent chains.\n *\n * @param {Node[]} a\n * The first parent chain.\n * @param {Node[]} b\n * The second parent chain.\n * @returns {Node}\n * The common ancestor node if it exists. If there is no common ancestor, the function will\n * return `null`.\n */\nfunction commonAncestor(a, b) {\n\tif (b.length < a.length) return commonAncestor(b, a);\n\tvar c = null;\n\tfor (var n in a) {\n\t\tif (a[n] !== b[n]) return c;\n\t\tc = a[n];\n\t}\n\treturn c;\n}\n\n/**\n * Assigns a unique identifier to a document to ensure consistency while comparing unrelated\n * nodes.\n *\n * @param {Document} doc\n * The document to which a unique identifier is to be assigned.\n * @returns {string}\n * The unique identifier of the document. If the document already had a unique identifier, the\n * function will return the existing one.\n */\nfunction docGUID(doc) {\n\tif (!doc.guid) doc.guid = Math.random();\n\treturn doc.guid;\n}\n//-- end of helper functions\n\n/**\n * The NodeList interface provides the abstraction of an ordered collection of nodes,\n * without defining or constraining how this collection is implemented.\n * NodeList objects in the DOM are live.\n * The items in the NodeList are accessible via an integral index, starting from 0.\n * You can also access the items of the NodeList with a `for...of` loop.\n *\n * @class NodeList\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-536297177\n * @constructs NodeList\n */\nfunction NodeList() {}\nNodeList.prototype = {\n\t/**\n\t * The number of nodes in the list. The range of valid child node indices is 0 to length-1\n\t * inclusive.\n\t *\n\t * @type {number}\n\t */\n\tlength: 0,\n\t/**\n\t * Returns the item at `index`. If index is greater than or equal to the number of nodes in\n\t * the list, this returns null.\n\t *\n\t * @param index\n\t * Unsigned long Index into the collection.\n\t * @returns {Node | null}\n\t * The node at position `index` in the NodeList,\n\t * or null if that is not a valid index.\n\t */\n\titem: function (index) {\n\t\treturn index >= 0 && index < this.length ? this[index] : null;\n\t},\n\t/**\n\t * Returns a string representation of the NodeList.\n\t *\n\t * @param {unknown} nodeFilter\n\t * __A filter function? Not implemented according to the spec?__.\n\t * @returns {string}\n\t * A string representation of the NodeList.\n\t */\n\ttoString: function (nodeFilter) {\n\t\tfor (var buf = [], i = 0; i < this.length; i++) {\n\t\t\tserializeToString(this[i], buf, nodeFilter);\n\t\t}\n\t\treturn buf.join('');\n\t},\n\t/**\n\t * Filters the NodeList based on a predicate.\n\t *\n\t * @param {function(Node): boolean} predicate\n\t * - A predicate function to filter the NodeList.\n\t * @returns {Node[]}\n\t * An array of nodes that satisfy the predicate.\n\t * @private\n\t */\n\tfilter: function (predicate) {\n\t\treturn Array.prototype.filter.call(this, predicate);\n\t},\n\t/**\n\t * Returns the first index at which a given node can be found in the NodeList, or -1 if it is\n\t * not present.\n\t *\n\t * @param {Node} item\n\t * - The Node item to locate in the NodeList.\n\t * @returns {number}\n\t * The first index of the node in the NodeList; -1 if not found.\n\t * @private\n\t */\n\tindexOf: function (item) {\n\t\treturn Array.prototype.indexOf.call(this, item);\n\t},\n};\nNodeList.prototype[Symbol.iterator] = function () {\n\tvar me = this;\n\tvar index = 0;\n\n\treturn {\n\t\tnext: function () {\n\t\t\tif (index < me.length) {\n\t\t\t\treturn {\n\t\t\t\t\tvalue: me[index++],\n\t\t\t\t\tdone: false,\n\t\t\t\t};\n\t\t\t} else {\n\t\t\t\treturn {\n\t\t\t\t\tdone: true,\n\t\t\t\t};\n\t\t\t}\n\t\t},\n\t\treturn: function () {\n\t\t\treturn {\n\t\t\t\tdone: true,\n\t\t\t};\n\t\t},\n\t};\n};\n\n/**\n * Represents a live collection of nodes that is automatically updated when its associated\n * document changes.\n *\n * @class LiveNodeList\n * @param {Node} node\n * The associated node.\n * @param {function} refresh\n * The function to refresh the live node list.\n * @augments NodeList\n * @constructs LiveNodeList\n */\nfunction LiveNodeList(node, refresh) {\n\tthis._node = node;\n\tthis._refresh = refresh;\n\t_updateLiveList(this);\n}\n/**\n * Updates the live node list.\n *\n * @param {LiveNodeList} list\n * The live node list to update.\n * @private\n */\nfunction _updateLiveList(list) {\n\tvar inc = list._node._inc || list._node.ownerDocument._inc;\n\tif (list._inc !== inc) {\n\t\tvar ls = list._refresh(list._node);\n\t\t__set__(list, 'length', ls.length);\n\t\tif (!list.$$length || ls.length < list.$$length) {\n\t\t\tfor (var i = ls.length; i in list; i++) {\n\t\t\t\tif (hasOwn(list, i)) {\n\t\t\t\t\tdelete list[i];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tcopy(ls, list);\n\t\tlist._inc = inc;\n\t}\n}\n/**\n * Returns the node at position `index` in the LiveNodeList, or null if that is not a valid\n * index.\n *\n * @param {number} i\n * Index into the collection.\n * @returns {Node | null}\n * The node at position `index` in the LiveNodeList, or null if that is not a valid index.\n */\nLiveNodeList.prototype.item = function (i) {\n\t_updateLiveList(this);\n\treturn this[i] || null;\n};\n\n_extends(LiveNodeList, NodeList);\n\n/**\n * Objects implementing the NamedNodeMap interface are used to represent collections of nodes\n * that can be accessed by name.\n * Note that NamedNodeMap does not inherit from NodeList;\n * NamedNodeMaps are not maintained in any particular order.\n * Objects contained in an object implementing NamedNodeMap may also be accessed by an ordinal\n * index,\n * but this is simply to allow convenient enumeration of the contents of a NamedNodeMap,\n * and does not imply that the DOM specifies an order to these Nodes.\n * NamedNodeMap objects in the DOM are live.\n * used for attributes or DocumentType entities\n *\n * This implementation only supports property indices, but does not support named properties,\n * as specified in the living standard.\n *\n * @class NamedNodeMap\n * @see https://dom.spec.whatwg.org/#interface-namednodemap\n * @see https://webidl.spec.whatwg.org/#dfn-supported-property-names\n * @constructs NamedNodeMap\n */\nfunction NamedNodeMap() {}\n/**\n * Returns the index of a node within the list.\n *\n * @param {Array} list\n * The list of nodes.\n * @param {Node} node\n * The node to find.\n * @returns {number}\n * The index of the node within the list, or -1 if not found.\n * @private\n */\nfunction _findNodeIndex(list, node) {\n\tvar i = 0;\n\twhile (i < list.length) {\n\t\tif (list[i] === node) {\n\t\t\treturn i;\n\t\t}\n\t\ti++;\n\t}\n}\n/**\n * Adds a new attribute to the list and updates the owner element of the attribute.\n *\n * @param {Element} el\n * The element which will become the owner of the new attribute.\n * @param {NamedNodeMap} list\n * The list to which the new attribute will be added.\n * @param {Attr} newAttr\n * The new attribute to be added.\n * @param {Attr} oldAttr\n * The old attribute to be replaced, or null if no attribute is to be replaced.\n * @returns {void}\n * @private\n */\nfunction _addNamedNode(el, list, newAttr, oldAttr) {\n\tif (oldAttr) {\n\t\tlist[_findNodeIndex(list, oldAttr)] = newAttr;\n\t} else {\n\t\tlist[list.length] = newAttr;\n\t\tlist.length++;\n\t}\n\tif (el) {\n\t\tnewAttr.ownerElement = el;\n\t\tvar doc = el.ownerDocument;\n\t\tif (doc) {\n\t\t\toldAttr && _onRemoveAttribute(doc, el, oldAttr);\n\t\t\t_onAddAttribute(doc, el, newAttr);\n\t\t}\n\t}\n}\n/**\n * Removes an attribute from the list and updates the owner element of the attribute.\n *\n * @param {Element} el\n * The element which is the current owner of the attribute.\n * @param {NamedNodeMap} list\n * The list from which the attribute will be removed.\n * @param {Attr} attr\n * The attribute to be removed.\n * @returns {void}\n * @private\n */\nfunction _removeNamedNode(el, list, attr) {\n\t//console.log('remove attr:'+attr)\n\tvar i = _findNodeIndex(list, attr);\n\tif (i >= 0) {\n\t\tvar lastIndex = list.length - 1;\n\t\twhile (i <= lastIndex) {\n\t\t\tlist[i] = list[++i];\n\t\t}\n\t\tlist.length = lastIndex;\n\t\tif (el) {\n\t\t\tvar doc = el.ownerDocument;\n\t\t\tif (doc) {\n\t\t\t\t_onRemoveAttribute(doc, el, attr);\n\t\t\t}\n\t\t\tattr.ownerElement = null;\n\t\t}\n\t}\n}\nNamedNodeMap.prototype = {\n\tlength: 0,\n\titem: NodeList.prototype.item,\n\n\t/**\n\t * Get an attribute by name. Note: Name is in lower case in case of HTML namespace and\n\t * document.\n\t *\n\t * @param {string} localName\n\t * The local name of the attribute.\n\t * @returns {Attr | null}\n\t * The attribute with the given local name, or null if no such attribute exists.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-get-by-name\n\t */\n\tgetNamedItem: function (localName) {\n\t\tif (this._ownerElement && this._ownerElement._isInHTMLDocumentAndNamespace()) {\n\t\t\tlocalName = localName.toLowerCase();\n\t\t}\n\t\tvar i = 0;\n\t\twhile (i < this.length) {\n\t\t\tvar attr = this[i];\n\t\t\tif (attr.nodeName === localName) {\n\t\t\t\treturn attr;\n\t\t\t}\n\t\t\ti++;\n\t\t}\n\t\treturn null;\n\t},\n\n\t/**\n\t * Set an attribute.\n\t *\n\t * @param {Attr} attr\n\t * The attribute to set.\n\t * @returns {Attr | null}\n\t * The old attribute with the same local name and namespace URI as the new one, or null if no\n\t * such attribute exists.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link INUSE_ATTRIBUTE_ERR} - If the attribute is already an attribute of another\n\t * element.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-set\n\t */\n\tsetNamedItem: function (attr) {\n\t\tvar el = attr.ownerElement;\n\t\tif (el && el !== this._ownerElement) {\n\t\t\tthrow new DOMException(DOMException.INUSE_ATTRIBUTE_ERR);\n\t\t}\n\t\tvar oldAttr = this.getNamedItemNS(attr.namespaceURI, attr.localName);\n\t\tif (oldAttr === attr) {\n\t\t\treturn attr;\n\t\t}\n\t\t_addNamedNode(this._ownerElement, this, attr, oldAttr);\n\t\treturn oldAttr;\n\t},\n\n\t/**\n\t * Set an attribute, replacing an existing attribute with the same local name and namespace\n\t * URI if one exists.\n\t *\n\t * @param {Attr} attr\n\t * The attribute to set.\n\t * @returns {Attr | null}\n\t * The old attribute with the same local name and namespace URI as the new one, or null if no\n\t * such attribute exists.\n\t * @throws {DOMException}\n\t * Throws a DOMException with the name \"InUseAttributeError\" if the attribute is already an\n\t * attribute of another element.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-set\n\t */\n\tsetNamedItemNS: function (attr) {\n\t\treturn this.setNamedItem(attr);\n\t},\n\n\t/**\n\t * Removes an attribute specified by the local name.\n\t *\n\t * @param {string} localName\n\t * The local name of the attribute to be removed.\n\t * @returns {Attr}\n\t * The attribute node that was removed.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link DOMException.NOT_FOUND_ERR} if no attribute with the given name is found.\n\t * @see https://dom.spec.whatwg.org/#dom-namednodemap-removenameditem\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-name\n\t */\n\tremoveNamedItem: function (localName) {\n\t\tvar attr = this.getNamedItem(localName);\n\t\tif (!attr) {\n\t\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, localName);\n\t\t}\n\t\t_removeNamedNode(this._ownerElement, this, attr);\n\t\treturn attr;\n\t},\n\n\t/**\n\t * Removes an attribute specified by the namespace and local name.\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI of the attribute to be removed.\n\t * @param {string} localName\n\t * The local name of the attribute to be removed.\n\t * @returns {Attr}\n\t * The attribute node that was removed.\n\t * @throws {DOMException}\n\t * With code:\n\t * - {@link DOMException.NOT_FOUND_ERR} if no attribute with the given namespace URI and local\n\t * name is found.\n\t * @see https://dom.spec.whatwg.org/#dom-namednodemap-removenameditemns\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-remove-by-namespace\n\t */\n\tremoveNamedItemNS: function (namespaceURI, localName) {\n\t\tvar attr = this.getNamedItemNS(namespaceURI, localName);\n\t\tif (!attr) {\n\t\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, namespaceURI ? namespaceURI + ' : ' + localName : localName);\n\t\t}\n\t\t_removeNamedNode(this._ownerElement, this, attr);\n\t\treturn attr;\n\t},\n\n\t/**\n\t * Get an attribute by namespace and local name.\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI of the attribute.\n\t * @param {string} localName\n\t * The local name of the attribute.\n\t * @returns {Attr | null}\n\t * The attribute with the given namespace URI and local name, or null if no such attribute\n\t * exists.\n\t * @see https://dom.spec.whatwg.org/#concept-element-attributes-get-by-namespace\n\t */\n\tgetNamedItemNS: function (namespaceURI, localName) {\n\t\tif (!namespaceURI) {\n\t\t\tnamespaceURI = null;\n\t\t}\n\t\tvar i = 0;\n\t\twhile (i < this.length) {\n\t\t\tvar node = this[i];\n\t\t\tif (node.localName === localName && node.namespaceURI === namespaceURI) {\n\t\t\t\treturn node;\n\t\t\t}\n\t\t\ti++;\n\t\t}\n\t\treturn null;\n\t},\n};\nNamedNodeMap.prototype[Symbol.iterator] = function () {\n\tvar me = this;\n\tvar index = 0;\n\n\treturn {\n\t\tnext: function () {\n\t\t\tif (index < me.length) {\n\t\t\t\treturn {\n\t\t\t\t\tvalue: me[index++],\n\t\t\t\t\tdone: false,\n\t\t\t\t};\n\t\t\t} else {\n\t\t\t\treturn {\n\t\t\t\t\tdone: true,\n\t\t\t\t};\n\t\t\t}\n\t\t},\n\t\treturn: function () {\n\t\t\treturn {\n\t\t\t\tdone: true,\n\t\t\t};\n\t\t},\n\t};\n};\n\n/**\n * The DOMImplementation interface provides a number of methods for performing operations that\n * are independent of any particular instance of the document object model.\n *\n * The DOMImplementation interface represents an object providing methods which are not\n * dependent on any particular document.\n * Such an object is returned by the `Document.implementation` property.\n *\n * **The individual methods describe the differences compared to the specs**.\n *\n * @class DOMImplementation\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation MDN\n * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-102161490 DOM Level 1 Core\n * (Initial)\n * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-102161490 DOM Level 2 Core\n * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490 DOM Level 3 Core\n * @see https://dom.spec.whatwg.org/#domimplementation DOM Living Standard\n * @constructs DOMImplementation\n */\nfunction DOMImplementation() {}\n\nDOMImplementation.prototype = {\n\t/**\n\t * Test if the DOM implementation implements a specific feature and version, as specified in\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMFeatures DOM Features}.\n\t *\n\t * The DOMImplementation.hasFeature() method returns a Boolean flag indicating if a given\n\t * feature is supported. The different implementations fairly diverged in what kind of\n\t * features were reported. The latest version of the spec settled to force this method to\n\t * always return true, where the functionality was accurate and in use.\n\t *\n\t * @deprecated\n\t * It is deprecated and modern browsers return true in all cases.\n\t * @function DOMImplementation#hasFeature\n\t * @param {string} feature\n\t * The name of the feature to test.\n\t * @param {string} [version]\n\t * This is the version number of the feature to test.\n\t * @returns {boolean}\n\t * Always returns true.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/hasFeature MDN\n\t * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-5CED94D7 DOM Level 1 Core\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature DOM Living Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-5CED94D7 DOM Level 3 Core\n\t */\n\thasFeature: function (feature, version) {\n\t\treturn true;\n\t},\n\t/**\n\t * Creates a DOM Document object of the specified type with its document element. Note that\n\t * based on the {@link DocumentType}\n\t * given to create the document, the implementation may instantiate specialized\n\t * {@link Document} objects that support additional features than the \"Core\", such as \"HTML\"\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#DOM2HTML DOM Level 2 HTML}.\n\t * On the other hand, setting the {@link DocumentType} after the document was created makes\n\t * this very unlikely to happen. Alternatively, specialized {@link Document} creation methods,\n\t * such as createHTMLDocument\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#DOM2HTML DOM Level 2 HTML},\n\t * can be used to obtain specific types of {@link Document} objects.\n\t *\n\t * __It behaves slightly different from the description in the living standard__:\n\t * - There is no interface/class `XMLDocument`, it returns a `Document`\n\t * instance (with it's `type` set to `'xml'`).\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t *\n\t * @function DOMImplementation.createDocument\n\t * @param {string | null} namespaceURI\n\t * The\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-namespaceURI namespace URI}\n\t * of the document element to create or null.\n\t * @param {string | null} qualifiedName\n\t * The\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-qualifiedname qualified name}\n\t * of the document element to be created or null.\n\t * @param {DocumentType | null} [doctype=null]\n\t * The type of document to be created or null. When doctype is not null, its\n\t * {@link Node#ownerDocument} attribute is set to the document being created. Default is\n\t * `null`\n\t * @returns {Document}\n\t * A new {@link Document} object with its document element. If the NamespaceURI,\n\t * qualifiedName, and doctype are null, the returned {@link Document} is empty with no\n\t * document element.\n\t * @throws {DOMException}\n\t * With code:\n\t *\n\t * - `INVALID_CHARACTER_ERR`: Raised if the specified qualified name is not an XML name\n\t * according to {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#XML XML 1.0}.\n\t * - `NAMESPACE_ERR`: Raised if the qualifiedName is malformed, if the qualifiedName has a\n\t * prefix and the namespaceURI is null, or if the qualifiedName is null and the namespaceURI\n\t * is different from null, or if the qualifiedName has a prefix that is \"xml\" and the\n\t * namespaceURI is different from \"{@link http://www.w3.org/XML/1998/namespace}\"\n\t * {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#Namespaces XML Namespaces},\n\t * or if the DOM implementation does not support the \"XML\" feature but a non-null namespace\n\t * URI was provided, since namespaces were defined by XML.\n\t * - `WRONG_DOCUMENT_ERR`: Raised if doctype has already been used with a different document\n\t * or was created from a different implementation.\n\t * - `NOT_SUPPORTED_ERR`: May be raised if the implementation does not support the feature\n\t * \"XML\" and the language exposed through the Document does not support XML Namespaces (such\n\t * as {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#HTML40 HTML 4.01}).\n\t * @since DOM Level 2.\n\t * @see {@link #createHTMLDocument}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocument MDN\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument DOM Living Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-2-Core-DOM-createDocument DOM\n\t * Level 3 Core\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocument DOM\n\t * Level 2 Core (initial)\n\t */\n\tcreateDocument: function (namespaceURI, qualifiedName, doctype) {\n\t\tvar contentType = MIME_TYPE.XML_APPLICATION;\n\t\tif (namespaceURI === NAMESPACE.HTML) {\n\t\t\tcontentType = MIME_TYPE.XML_XHTML_APPLICATION;\n\t\t} else if (namespaceURI === NAMESPACE.SVG) {\n\t\t\tcontentType = MIME_TYPE.XML_SVG_IMAGE;\n\t\t}\n\t\tvar doc = new Document(PDC, { contentType: contentType });\n\t\tdoc.implementation = this;\n\t\tdoc.childNodes = new NodeList();\n\t\tdoc.doctype = doctype || null;\n\t\tif (doctype) {\n\t\t\tdoc.appendChild(doctype);\n\t\t}\n\t\tif (qualifiedName) {\n\t\t\tvar root = doc.createElementNS(namespaceURI, qualifiedName);\n\t\t\tdoc.appendChild(root);\n\t\t}\n\t\treturn doc;\n\t},\n\t/**\n\t * Creates an empty DocumentType node. Entity declarations and notations are not made\n\t * available. Entity reference expansions and default attribute additions do not occur.\n\t *\n\t * **This behavior is slightly different from the one in the specs**:\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t * - `publicId` and `systemId` contain the raw data including any possible quotes,\n\t * so they can always be serialized back to the original value\n\t * - `internalSubset` contains the raw string between `[` and `]` if present,\n\t * but is not parsed or validated in any form.\n\t *\n\t * @function DOMImplementation#createDocumentType\n\t * @param {string} qualifiedName\n\t * The {@link https://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-qualifiedname qualified\n\t * name} of the document type to be created.\n\t * @param {string} [publicId]\n\t * The external subset public identifier.\n\t * @param {string} [systemId]\n\t * The external subset system identifier.\n\t * @param {string} [internalSubset]\n\t * the internal subset or an empty string if it is not present\n\t * @returns {DocumentType}\n\t * A new {@link DocumentType} node with {@link Node#ownerDocument} set to null.\n\t * @throws {DOMException}\n\t * With code:\n\t *\n\t * - `INVALID_CHARACTER_ERR`: Raised if the specified qualified name is not an XML name\n\t * according to {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#XML XML 1.0}.\n\t * - `NAMESPACE_ERR`: Raised if the qualifiedName is malformed.\n\t * - `NOT_SUPPORTED_ERR`: May be raised if the implementation does not support the feature\n\t * \"XML\" and the language exposed through the Document does not support XML Namespaces (such\n\t * as {@link https://www.w3.org/TR/DOM-Level-3-Core/references.html#HTML40 HTML 4.01}).\n\t * @since DOM Level 2.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocumentType\n\t * MDN\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype DOM Living\n\t * Standard\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Level-3-Core-DOM-createDocType DOM\n\t * Level 3 Core\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocType DOM\n\t * Level 2 Core\n\t * @see https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md#050\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/#core-ID-Core-DocType-internalSubset\n\t * @prettierignore\n\t */\n\tcreateDocumentType: function (qualifiedName, publicId, systemId, internalSubset) {\n\t\tvalidateQualifiedName(qualifiedName);\n\t\tvar node = new DocumentType(PDC);\n\t\tnode.name = qualifiedName;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.publicId = publicId || '';\n\t\tnode.systemId = systemId || '';\n\t\tnode.internalSubset = internalSubset || '';\n\t\tnode.childNodes = new NodeList();\n\n\t\treturn node;\n\t},\n\t/**\n\t * Returns an HTML document, that might already have a basic DOM structure.\n\t *\n\t * __It behaves slightly different from the description in the living standard__:\n\t * - If the first argument is `false` no initial nodes are added (steps 3-7 in the specs are\n\t * omitted)\n\t * - `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t *\n\t * @param {string | false} [title]\n\t * A string containing the title to give the new HTML document.\n\t * @returns {Document}\n\t * The HTML document.\n\t * @since WHATWG Living Standard.\n\t * @see {@link #createDocument}\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument\n\t * @see https://dom.spec.whatwg.org/#html-document\n\t */\n\tcreateHTMLDocument: function (title) {\n\t\tvar doc = new Document(PDC, { contentType: MIME_TYPE.HTML });\n\t\tdoc.implementation = this;\n\t\tdoc.childNodes = new NodeList();\n\t\tif (title !== false) {\n\t\t\tdoc.doctype = this.createDocumentType('html');\n\t\t\tdoc.doctype.ownerDocument = doc;\n\t\t\tdoc.appendChild(doc.doctype);\n\t\t\tvar htmlNode = doc.createElement('html');\n\t\t\tdoc.appendChild(htmlNode);\n\t\t\tvar headNode = doc.createElement('head');\n\t\t\thtmlNode.appendChild(headNode);\n\t\t\tif (typeof title === 'string') {\n\t\t\t\tvar titleNode = doc.createElement('title');\n\t\t\t\ttitleNode.appendChild(doc.createTextNode(title));\n\t\t\t\theadNode.appendChild(titleNode);\n\t\t\t}\n\t\t\thtmlNode.appendChild(doc.createElement('body'));\n\t\t}\n\t\treturn doc;\n\t},\n};\n\n/**\n * The DOM Node interface is an abstract base class upon which many other DOM API objects are\n * based, thus letting those object types to be used similarly and often interchangeably. As an\n * abstract class, there is no such thing as a plain Node object. All objects that implement\n * Node functionality are based on one of its subclasses. Most notable are Document, Element,\n * and DocumentFragment.\n *\n * In addition, every kind of DOM node is represented by an interface based on Node. These\n * include Attr, CharacterData (which Text, Comment, CDATASection and ProcessingInstruction are\n * all based on), and DocumentType.\n *\n * In some cases, a particular feature of the base Node interface may not apply to one of its\n * child interfaces; in that case, the inheriting node may return null or throw an exception,\n * depending on circumstances. For example, attempting to add children to a node type that\n * cannot have children will throw an exception.\n *\n * **This behavior is slightly different from the in the specs**:\n * - unimplemented interfaces: `EventTarget`\n *\n * @class\n * @abstract\n * @param {Symbol} symbol\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1950641247\n * @see https://dom.spec.whatwg.org/#node\n * @prettierignore\n */\nfunction Node(symbol) {\n\tcheckSymbol(symbol);\n}\n\nNode.prototype = {\n\t/**\n\t * The first child of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tfirstChild: null,\n\t/**\n\t * The last child of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tlastChild: null,\n\t/**\n\t * The previous sibling of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tpreviousSibling: null,\n\t/**\n\t * The next sibling of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tnextSibling: null,\n\t/**\n\t * The parent node of this node.\n\t *\n\t * @type {Node | null}\n\t */\n\tparentNode: null,\n\t/**\n\t * The parent element of this node.\n\t *\n\t * @type {Element | null}\n\t */\n\tget parentElement() {\n\t\treturn this.parentNode && this.parentNode.nodeType === this.ELEMENT_NODE ? this.parentNode : null;\n\t},\n\t/**\n\t * The child nodes of this node.\n\t *\n\t * @type {NodeList}\n\t */\n\tchildNodes: null,\n\t/**\n\t * The document object associated with this node.\n\t *\n\t * @type {Document | null}\n\t */\n\townerDocument: null,\n\t/**\n\t * The value of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tnodeValue: null,\n\t/**\n\t * The namespace URI of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tnamespaceURI: null,\n\t/**\n\t * The prefix of the namespace for this node.\n\t *\n\t * @type {string | null}\n\t */\n\tprefix: null,\n\t/**\n\t * The local part of the qualified name of this node.\n\t *\n\t * @type {string | null}\n\t */\n\tlocalName: null,\n\t/**\n\t * The baseURI is currently always `about:blank`,\n\t * since that's what happens when you create a document from scratch.\n\t *\n\t * @type {'about:blank'}\n\t */\n\tbaseURI: 'about:blank',\n\t/**\n\t * Is true if this node is part of a document.\n\t *\n\t * @type {boolean}\n\t */\n\tget isConnected() {\n\t\tvar rootNode = this.getRootNode();\n\t\treturn rootNode && rootNode.nodeType === rootNode.DOCUMENT_NODE;\n\t},\n\t/**\n\t * Checks whether `other` is an inclusive descendant of this node.\n\t *\n\t * @param {Node | null | undefined} other\n\t * The node to check.\n\t * @returns {boolean}\n\t * True if `other` is an inclusive descendant of this node; false otherwise.\n\t * @see https://dom.spec.whatwg.org/#dom-node-contains\n\t */\n\tcontains: function (other) {\n\t\tif (!other) return false;\n\t\tvar parent = other;\n\t\tdo {\n\t\t\tif (this === parent) return true;\n\t\t\tparent = other.parentNode;\n\t\t} while (parent);\n\t\treturn false;\n\t},\n\t/**\n\t * @typedef GetRootNodeOptions\n\t * @property {boolean} [composed=false]\n\t */\n\t/**\n\t * Searches for the root node of this node.\n\t *\n\t * **This behavior is slightly different from the in the specs**:\n\t * - ignores `options.composed`, since `ShadowRoot`s are unsupported, always returns root.\n\t *\n\t * @param {GetRootNodeOptions} [options]\n\t * @returns {Node}\n\t * Root node.\n\t * @see https://dom.spec.whatwg.org/#dom-node-getrootnode\n\t * @see https://dom.spec.whatwg.org/#concept-shadow-including-root\n\t */\n\tgetRootNode: function (options) {\n\t\tvar parent = this;\n\t\tdo {\n\t\t\tif (!parent.parentNode) {\n\t\t\t\treturn parent;\n\t\t\t}\n\t\t\tparent = parent.parentNode;\n\t\t} while (parent);\n\t},\n\t/**\n\t * Checks whether the given node is equal to this node.\n\t *\n\t * @param {Node} [otherNode]\n\t * @see https://dom.spec.whatwg.org/#concept-node-equals\n\t */\n\tisEqualNode: function (otherNode) {\n\t\tif (!otherNode) return false;\n\n\t\tif (this.nodeType !== otherNode.nodeType) return false;\n\n\t\tswitch (this.nodeType) {\n\t\t\tcase this.DOCUMENT_TYPE_NODE:\n\t\t\t\tif (this.name !== otherNode.name) return false;\n\t\t\t\tif (this.publicId !== otherNode.publicId) return false;\n\t\t\t\tif (this.systemId !== otherNode.systemId) return false;\n\t\t\t\tbreak;\n\t\t\tcase this.ELEMENT_NODE:\n\t\t\t\tif (this.namespaceURI !== otherNode.namespaceURI) return false;\n\t\t\t\tif (this.prefix !== otherNode.prefix) return false;\n\t\t\t\tif (this.localName !== otherNode.localName) return false;\n\t\t\t\tif (this.attributes.length !== otherNode.attributes.length) return false;\n\t\t\t\tfor (var i = 0; i < this.attributes.length; i++) {\n\t\t\t\t\tvar attr = this.attributes.item(i);\n\t\t\t\t\tif (!attr.isEqualNode(otherNode.getAttributeNodeNS(attr.namespaceURI, attr.localName))) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase this.ATTRIBUTE_NODE:\n\t\t\t\tif (this.namespaceURI !== otherNode.namespaceURI) return false;\n\t\t\t\tif (this.localName !== otherNode.localName) return false;\n\t\t\t\tif (this.value !== otherNode.value) return false;\n\n\t\t\t\tbreak;\n\t\t\tcase this.PROCESSING_INSTRUCTION_NODE:\n\t\t\t\tif (this.target !== otherNode.target || this.data !== otherNode.data) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase this.TEXT_NODE:\n\t\t\tcase this.COMMENT_NODE:\n\t\t\t\tif (this.data !== otherNode.data) return false;\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif (this.childNodes.length !== otherNode.childNodes.length) {\n\t\t\treturn false;\n\t\t}\n\n\t\tfor (var i = 0; i < this.childNodes.length; i++) {\n\t\t\tif (!this.childNodes[i].isEqualNode(otherNode.childNodes[i])) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\n\t\treturn true;\n\t},\n\t/**\n\t * Checks whether or not the given node is this node.\n\t *\n\t * @param {Node} [otherNode]\n\t */\n\tisSameNode: function (otherNode) {\n\t\treturn this === otherNode;\n\t},\n\t/**\n\t * Inserts a node before a reference node as a child of this node.\n\t *\n\t * @param {Node} newChild\n\t * The new child node to be inserted.\n\t * @param {Node | null} refChild\n\t * The reference node before which newChild will be inserted.\n\t * @returns {Node}\n\t * The new child node successfully inserted.\n\t * @throws {DOMException}\n\t * Throws a DOMException if inserting the node would result in a DOM tree that is not\n\t * well-formed, or if `child` is provided but is not a child of `parent`.\n\t * See {@link _insertBefore} for more details.\n\t * @since Modified in DOM L2\n\t */\n\tinsertBefore: function (newChild, refChild) {\n\t\treturn _insertBefore(this, newChild, refChild);\n\t},\n\t/**\n\t * Replaces an old child node with a new child node within this node.\n\t *\n\t * @param {Node} newChild\n\t * The new node that is to replace the old node.\n\t * If it already exists in the DOM, it is removed from its original position.\n\t * @param {Node} oldChild\n\t * The existing child node to be replaced.\n\t * @returns {Node}\n\t * Returns the replaced child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if replacing the node would result in a DOM tree that is not\n\t * well-formed, or if `oldChild` is not a child of `this`.\n\t * This can also occur if the pre-replacement validity assertion fails.\n\t * See {@link _insertBefore}, {@link Node.removeChild}, and\n\t * {@link assertPreReplacementValidityInDocument} for more details.\n\t * @see https://dom.spec.whatwg.org/#concept-node-replace\n\t */\n\treplaceChild: function (newChild, oldChild) {\n\t\t_insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);\n\t\tif (oldChild) {\n\t\t\tthis.removeChild(oldChild);\n\t\t}\n\t},\n\t/**\n\t * Removes an existing child node from this node.\n\t *\n\t * @param {Node} oldChild\n\t * The child node to be removed.\n\t * @returns {Node}\n\t * Returns the removed child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if `oldChild` is not a child of `this`.\n\t * See {@link _removeChild} for more details.\n\t */\n\tremoveChild: function (oldChild) {\n\t\treturn _removeChild(this, oldChild);\n\t},\n\t/**\n\t * Appends a child node to this node.\n\t *\n\t * @param {Node} newChild\n\t * The child node to be appended to this node.\n\t * If it already exists in the DOM, it is removed from its original position.\n\t * @returns {Node}\n\t * Returns the appended child node.\n\t * @throws {DOMException}\n\t * Throws a DOMException if appending the node would result in a DOM tree that is not\n\t * well-formed, or if `newChild` is not a valid Node.\n\t * See {@link insertBefore} for more details.\n\t */\n\tappendChild: function (newChild) {\n\t\treturn this.insertBefore(newChild, null);\n\t},\n\t/**\n\t * Determines whether this node has any child nodes.\n\t *\n\t * @returns {boolean}\n\t * Returns true if this node has any child nodes, and false otherwise.\n\t */\n\thasChildNodes: function () {\n\t\treturn this.firstChild != null;\n\t},\n\t/**\n\t * Creates a copy of the calling node.\n\t *\n\t * @param {boolean} deep\n\t * If true, the contents of the node are recursively copied.\n\t * If false, only the node itself (and its attributes, if it is an element) are copied.\n\t * @returns {Node}\n\t * Returns the newly created copy of the node.\n\t * @throws {DOMException}\n\t * May throw a DOMException if operations within {@link Element#setAttributeNode} or\n\t * {@link Node#appendChild} (which are potentially invoked in this method) do not meet their\n\t * specific constraints.\n\t * @see {@link cloneNode}\n\t */\n\tcloneNode: function (deep) {\n\t\treturn cloneNode(this.ownerDocument || this, this, deep);\n\t},\n\t/**\n\t * Puts the specified node and all of its subtree into a \"normalized\" form. In a normalized\n\t * subtree, no text nodes in the subtree are empty and there are no adjacent text nodes.\n\t *\n\t * Specifically, this method merges any adjacent text nodes (i.e., nodes for which `nodeType`\n\t * is `TEXT_NODE`) into a single node with the combined data. It also removes any empty text\n\t * nodes.\n\t *\n\t * This method operates recursively, so it also normalizes any and all descendent nodes within\n\t * the subtree.\n\t *\n\t * @throws {DOMException}\n\t * May throw a DOMException if operations within removeChild or appendData (which are\n\t * potentially invoked in this method) do not meet their specific constraints.\n\t * @since Modified in DOM Level 2\n\t * @see {@link Node.removeChild}\n\t * @see {@link CharacterData.appendData}\n\t */\n\tnormalize: function () {\n\t\tvar child = this.firstChild;\n\t\twhile (child) {\n\t\t\tvar next = child.nextSibling;\n\t\t\tif (next && next.nodeType == TEXT_NODE && child.nodeType == TEXT_NODE) {\n\t\t\t\tthis.removeChild(next);\n\t\t\t\tchild.appendData(next.data);\n\t\t\t} else {\n\t\t\t\tchild.normalize();\n\t\t\t\tchild = next;\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Checks whether the DOM implementation implements a specific feature and its version.\n\t *\n\t * @deprecated\n\t * Since `DOMImplementation.hasFeature` is deprecated and always returns true.\n\t * @param {string} feature\n\t * The package name of the feature to test. This is the same name that can be passed to the\n\t * method `hasFeature` on `DOMImplementation`.\n\t * @param {string} version\n\t * This is the version number of the package name to test.\n\t * @returns {boolean}\n\t * Returns true in all cases in the current implementation.\n\t * @since Introduced in DOM Level 2\n\t * @see {@link DOMImplementation.hasFeature}\n\t */\n\tisSupported: function (feature, version) {\n\t\treturn this.ownerDocument.implementation.hasFeature(feature, version);\n\t},\n\t/**\n\t * Look up the prefix associated to the given namespace URI, starting from this node.\n\t * **The default namespace declarations are ignored by this method.**\n\t * See Namespace Prefix Lookup for details on the algorithm used by this method.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI for which to find the associated prefix.\n\t * @returns {string | null}\n\t * The associated prefix, if found; otherwise, null.\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespacePrefix\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/namespaces-algorithms.html#lookupNamespacePrefixAlgo\n\t * @see https://dom.spec.whatwg.org/#dom-node-lookupprefix\n\t * @see https://github.com/xmldom/xmldom/issues/322\n\t * @prettierignore\n\t */\n\tlookupPrefix: function (namespaceURI) {\n\t\tvar el = this;\n\t\twhile (el) {\n\t\t\tvar map = el._nsMap;\n\t\t\t//console.dir(map)\n\t\t\tif (map) {\n\t\t\t\tfor (var n in map) {\n\t\t\t\t\tif (hasOwn(map, n) && map[n] === namespaceURI) {\n\t\t\t\t\t\treturn n;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tel = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;\n\t\t}\n\t\treturn null;\n\t},\n\t/**\n\t * This function is used to look up the namespace URI associated with the given prefix,\n\t * starting from this node.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} prefix\n\t * The prefix for which to find the associated namespace URI.\n\t * @returns {string | null}\n\t * The associated namespace URI, if found; otherwise, null.\n\t * @since DOM Level 3\n\t * @see https://dom.spec.whatwg.org/#dom-node-lookupnamespaceuri\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespaceURI\n\t * @prettierignore\n\t */\n\tlookupNamespaceURI: function (prefix) {\n\t\tvar el = this;\n\t\twhile (el) {\n\t\t\tvar map = el._nsMap;\n\t\t\t//console.dir(map)\n\t\t\tif (map) {\n\t\t\t\tif (hasOwn(map, prefix)) {\n\t\t\t\t\treturn map[prefix];\n\t\t\t\t}\n\t\t\t}\n\t\t\tel = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;\n\t\t}\n\t\treturn null;\n\t},\n\t/**\n\t * Determines whether the given namespace URI is the default namespace.\n\t *\n\t * The function works by looking up the prefix associated with the given namespace URI. If no\n\t * prefix is found (i.e., the namespace URI is not registered in the namespace map of this\n\t * node or any of its ancestors), it returns `true`, implying the namespace URI is considered\n\t * the default.\n\t *\n\t * **This behavior is different from the in the specs**:\n\t * - no node type specific handling\n\t * - uses the internal attribute _nsMap for resolving namespaces that is updated when changing attributes\n\t *\n\t * @param {string | null} namespaceURI\n\t * The namespace URI to be checked.\n\t * @returns {boolean}\n\t * Returns true if the given namespace URI is the default namespace, false otherwise.\n\t * @since DOM Level 3\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isDefaultNamespace\n\t * @see https://dom.spec.whatwg.org/#dom-node-isdefaultnamespace\n\t * @prettierignore\n\t */\n\tisDefaultNamespace: function (namespaceURI) {\n\t\tvar prefix = this.lookupPrefix(namespaceURI);\n\t\treturn prefix == null;\n\t},\n\t/**\n\t * Compares the reference node with a node with regard to their position in the document and\n\t * according to the document order.\n\t *\n\t * @param {Node} other\n\t * The node to compare the reference node to.\n\t * @returns {number}\n\t * Returns how the node is positioned relatively to the reference node according to the\n\t * bitmask. 0 if reference node and given node are the same.\n\t * @since DOM Level 3\n\t * @see https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#Node3-compare\n\t * @see https://dom.spec.whatwg.org/#dom-node-comparedocumentposition\n\t */\n\tcompareDocumentPosition: function (other) {\n\t\tif (this === other) return 0;\n\t\tvar node1 = other;\n\t\tvar node2 = this;\n\t\tvar attr1 = null;\n\t\tvar attr2 = null;\n\t\tif (node1 instanceof Attr) {\n\t\t\tattr1 = node1;\n\t\t\tnode1 = attr1.ownerElement;\n\t\t}\n\t\tif (node2 instanceof Attr) {\n\t\t\tattr2 = node2;\n\t\t\tnode2 = attr2.ownerElement;\n\t\t\tif (attr1 && node1 && node2 === node1) {\n\t\t\t\tfor (var i = 0, attr; (attr = node2.attributes[i]); i++) {\n\t\t\t\t\tif (attr === attr1)\n\t\t\t\t\t\treturn DocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t\t\t\tif (attr === attr2)\n\t\t\t\t\t\treturn DocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC + DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (!node1 || !node2 || node2.ownerDocument !== node1.ownerDocument) {\n\t\t\treturn (\n\t\t\t\tDocumentPosition.DOCUMENT_POSITION_DISCONNECTED +\n\t\t\t\tDocumentPosition.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC +\n\t\t\t\t(docGUID(node2.ownerDocument) > docGUID(node1.ownerDocument)\n\t\t\t\t\t? DocumentPosition.DOCUMENT_POSITION_FOLLOWING\n\t\t\t\t\t: DocumentPosition.DOCUMENT_POSITION_PRECEDING)\n\t\t\t);\n\t\t}\n\t\tvar chain1 = parentChain(node1);\n\t\tvar chain2 = parentChain(node2);\n\t\tif ((!attr1 && chain2.indexOf(node1) >= 0) || (attr2 && node1 === node2)) {\n\t\t\treturn DocumentPosition.DOCUMENT_POSITION_CONTAINS + DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t}\n\t\tif ((!attr2 && chain1.indexOf(node2) >= 0) || (attr1 && node1 === node2)) {\n\t\t\treturn DocumentPosition.DOCUMENT_POSITION_CONTAINED_BY + DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t}\n\t\tvar ca = commonAncestor(chain2, chain1);\n\t\tfor (var n in ca.childNodes) {\n\t\t\tvar child = ca.childNodes[n];\n\t\t\tif (child === node2) return DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\tif (child === node1) return DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t\tif (chain2.indexOf(child) >= 0) return DocumentPosition.DOCUMENT_POSITION_FOLLOWING;\n\t\t\tif (chain1.indexOf(child) >= 0) return DocumentPosition.DOCUMENT_POSITION_PRECEDING;\n\t\t}\n\t\treturn 0;\n\t},\n};\n\n/**\n * Encodes special XML characters to their corresponding entities.\n *\n * @param {string} c\n * The character to be encoded.\n * @returns {string}\n * The encoded character.\n * @private\n */\nfunction _xmlEncoder(c) {\n\treturn (\n\t\t(c == '<' && '<') || (c == '>' && '>') || (c == '&' && '&') || (c == '\"' && '"') || '&#' + c.charCodeAt() + ';'\n\t);\n}\n\ncopy(NodeType, Node);\ncopy(NodeType, Node.prototype);\ncopy(DocumentPosition, Node);\ncopy(DocumentPosition, Node.prototype);\n\n/**\n * @param callback\n * Return true for continue,false for break.\n * @returns\n * boolean true: break visit;\n */\nfunction _visitNode(node, callback) {\n\tif (callback(node)) {\n\t\treturn true;\n\t}\n\tif ((node = node.firstChild)) {\n\t\tdo {\n\t\t\tif (_visitNode(node, callback)) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t} while ((node = node.nextSibling));\n\t}\n}\n\n/**\n * @typedef DocumentOptions\n * @property {string} [contentType=MIME_TYPE.XML_APPLICATION]\n */\n/**\n * The Document interface describes the common properties and methods for any kind of document.\n *\n * It should usually be created using `new DOMImplementation().createDocument(...)`\n * or `new DOMImplementation().createHTMLDocument(...)`.\n *\n * The constructor is considered a private API and offers to initially set the `contentType`\n * property via it's options parameter.\n *\n * @class\n * @param {Symbol} symbol\n * @param {DocumentOptions} [options]\n * @augments Node\n * @private\n * @see https://developer.mozilla.org/en-US/docs/Web/API/Document\n * @see https://dom.spec.whatwg.org/#interface-document\n */\nfunction Document(symbol, options) {\n\tcheckSymbol(symbol);\n\n\tvar opt = options || {};\n\tthis.ownerDocument = this;\n\t/**\n\t * The mime type of the document is determined at creation time and can not be modified.\n\t *\n\t * @type {string}\n\t * @see https://dom.spec.whatwg.org/#concept-document-content-type\n\t * @see {@link DOMImplementation}\n\t * @see {@link MIME_TYPE}\n\t * @readonly\n\t */\n\tthis.contentType = opt.contentType || MIME_TYPE.XML_APPLICATION;\n\t/**\n\t * @type {'html' | 'xml'}\n\t * @see https://dom.spec.whatwg.org/#concept-document-type\n\t * @see {@link DOMImplementation}\n\t * @readonly\n\t */\n\tthis.type = isHTMLMimeType(this.contentType) ? 'html' : 'xml';\n}\n\n/**\n * Updates the namespace mapping of an element when a new attribute is added.\n *\n * @param {Document} doc\n * The document that the element belongs to.\n * @param {Element} el\n * The element to which the attribute is being added.\n * @param {Attr} newAttr\n * The new attribute being added.\n * @private\n */\nfunction _onAddAttribute(doc, el, newAttr) {\n\tdoc && doc._inc++;\n\tvar ns = newAttr.namespaceURI;\n\tif (ns === NAMESPACE.XMLNS) {\n\t\t//update namespace\n\t\tel._nsMap[newAttr.prefix ? newAttr.localName : ''] = newAttr.value;\n\t}\n}\n\n/**\n * Updates the namespace mapping of an element when an attribute is removed.\n *\n * @param {Document} doc\n * The document that the element belongs to.\n * @param {Element} el\n * The element from which the attribute is being removed.\n * @param {Attr} newAttr\n * The attribute being removed.\n * @param {boolean} remove\n * Indicates whether the attribute is to be removed.\n * @private\n */\nfunction _onRemoveAttribute(doc, el, newAttr, remove) {\n\tdoc && doc._inc++;\n\tvar ns = newAttr.namespaceURI;\n\tif (ns === NAMESPACE.XMLNS) {\n\t\t//update namespace\n\t\tdelete el._nsMap[newAttr.prefix ? newAttr.localName : ''];\n\t}\n}\n\n/**\n * Updates `parent.childNodes`, adjusting the indexed items and its `length`.\n * If `newChild` is provided and has no nextSibling, it will be appended.\n * Otherwise, it's assumed that an item has been removed or inserted,\n * and `parent.firstNode` and its `.nextSibling` to re-indexing all child nodes of `parent`.\n *\n * @param {Document} doc\n * The parent document of `el`.\n * @param {Node} parent\n * The parent node whose childNodes list needs to be updated.\n * @param {Node} [newChild]\n * The new child node to be appended. If not provided, the function assumes a node has been\n * removed.\n * @private\n */\nfunction _onUpdateChild(doc, parent, newChild) {\n\tif (doc && doc._inc) {\n\t\tdoc._inc++;\n\t\tvar childNodes = parent.childNodes;\n\t\t// assumes nextSibling and previousSibling were already configured upfront\n\t\tif (newChild && !newChild.nextSibling) {\n\t\t\t// if an item has been appended, we only need to update the last index and the length\n\t\t\tchildNodes[childNodes.length++] = newChild;\n\t\t} else {\n\t\t\t// otherwise we need to reindex all items,\n\t\t\t// which can take a while when processing nodes with a lot of children\n\t\t\tvar child = parent.firstChild;\n\t\t\tvar i = 0;\n\t\t\twhile (child) {\n\t\t\t\tchildNodes[i++] = child;\n\t\t\t\tchild = child.nextSibling;\n\t\t\t}\n\t\t\tchildNodes.length = i;\n\t\t\tdelete childNodes[childNodes.length];\n\t\t}\n\t}\n}\n\n/**\n * Removes the connections between `parentNode` and `child`\n * and any existing `child.previousSibling` or `child.nextSibling`.\n *\n * @param {Node} parentNode\n * The parent node from which the child node is to be removed.\n * @param {Node} child\n * The child node to be removed from the parentNode.\n * @returns {Node}\n * Returns the child node that was removed.\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.NOT_FOUND_ERR} If the parentNode is not the parent of the child node.\n * @private\n * @see https://github.com/xmldom/xmldom/issues/135\n * @see https://github.com/xmldom/xmldom/issues/145\n */\nfunction _removeChild(parentNode, child) {\n\tif (parentNode !== child.parentNode) {\n\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, \"child's parent is not parent\");\n\t}\n\tvar oldPreviousSibling = child.previousSibling;\n\tvar oldNextSibling = child.nextSibling;\n\tif (oldPreviousSibling) {\n\t\toldPreviousSibling.nextSibling = oldNextSibling;\n\t} else {\n\t\tparentNode.firstChild = oldNextSibling;\n\t}\n\tif (oldNextSibling) {\n\t\toldNextSibling.previousSibling = oldPreviousSibling;\n\t} else {\n\t\tparentNode.lastChild = oldPreviousSibling;\n\t}\n\t_onUpdateChild(parentNode.ownerDocument, parentNode);\n\tchild.parentNode = null;\n\tchild.previousSibling = null;\n\tchild.nextSibling = null;\n\treturn child;\n}\n\n/**\n * Returns `true` if `node` can be a parent for insertion.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction hasValidParentNodeType(node) {\n\treturn (\n\t\tnode &&\n\t\t(node.nodeType === Node.DOCUMENT_NODE || node.nodeType === Node.DOCUMENT_FRAGMENT_NODE || node.nodeType === Node.ELEMENT_NODE)\n\t);\n}\n\n/**\n * Returns `true` if `node` can be inserted according to it's `nodeType`.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction hasInsertableNodeType(node) {\n\treturn (\n\t\tnode &&\n\t\t(node.nodeType === Node.CDATA_SECTION_NODE ||\n\t\t\tnode.nodeType === Node.COMMENT_NODE ||\n\t\t\tnode.nodeType === Node.DOCUMENT_FRAGMENT_NODE ||\n\t\t\tnode.nodeType === Node.DOCUMENT_TYPE_NODE ||\n\t\t\tnode.nodeType === Node.ELEMENT_NODE ||\n\t\t\tnode.nodeType === Node.PROCESSING_INSTRUCTION_NODE ||\n\t\t\tnode.nodeType === Node.TEXT_NODE)\n\t);\n}\n\n/**\n * Returns true if `node` is a DOCTYPE node.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isDocTypeNode(node) {\n\treturn node && node.nodeType === Node.DOCUMENT_TYPE_NODE;\n}\n\n/**\n * Returns true if the node is an element.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isElementNode(node) {\n\treturn node && node.nodeType === Node.ELEMENT_NODE;\n}\n/**\n * Returns true if `node` is a text node.\n *\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isTextNode(node) {\n\treturn node && node.nodeType === Node.TEXT_NODE;\n}\n\n/**\n * Check if en element node can be inserted before `child`, or at the end if child is falsy,\n * according to the presence and position of a doctype node on the same level.\n *\n * @param {Document} doc\n * The document node.\n * @param {Node} child\n * The node that would become the nextSibling if the element would be inserted.\n * @returns {boolean}\n * `true` if an element can be inserted before child.\n * @private\n */\nfunction isElementInsertionPossible(doc, child) {\n\tvar parentChildNodes = doc.childNodes || [];\n\tif (find(parentChildNodes, isElementNode) || isDocTypeNode(child)) {\n\t\treturn false;\n\t}\n\tvar docTypeNode = find(parentChildNodes, isDocTypeNode);\n\treturn !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));\n}\n\n/**\n * Check if en element node can be inserted before `child`, or at the end if child is falsy,\n * according to the presence and position of a doctype node on the same level.\n *\n * @param {Node} doc\n * The document node.\n * @param {Node} child\n * The node that would become the nextSibling if the element would be inserted.\n * @returns {boolean}\n * `true` if an element can be inserted before child.\n * @private\n */\nfunction isElementReplacementPossible(doc, child) {\n\tvar parentChildNodes = doc.childNodes || [];\n\n\tfunction hasElementChildThatIsNotChild(node) {\n\t\treturn isElementNode(node) && node !== child;\n\t}\n\n\tif (find(parentChildNodes, hasElementChildThatIsNotChild)) {\n\t\treturn false;\n\t}\n\tvar docTypeNode = find(parentChildNodes, isDocTypeNode);\n\treturn !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));\n}\n\n/**\n * Asserts pre-insertion validity of a node into a parent before a child.\n * Throws errors for invalid node combinations that would result in an ill-formed DOM.\n *\n * @param {Node} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | null} child\n * The node that should become the `nextSibling` of `node`. If null, no sibling is considered.\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `parent` is not a Document,\n * DocumentFragment, or Element node.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a host-including inclusive\n * ancestor of `parent`. (Currently not implemented)\n * - {@link DOMException.NOT_FOUND_ERR} If `child` is non-null and its `parent` is not\n * `parent`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is not a DocumentFragment,\n * DocumentType, Element, or CharacterData node.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If either `node` is a Text node and `parent` is\n * a document, or if `node` is a doctype and `parent` is not a document.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreInsertionValidity1to5(parent, node, child) {\n\t// 1. If `parent` is not a Document, DocumentFragment, or Element node, then throw a \"HierarchyRequestError\" DOMException.\n\tif (!hasValidParentNodeType(parent)) {\n\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Unexpected parent node type ' + parent.nodeType);\n\t}\n\t// 2. If `node` is a host-including inclusive ancestor of `parent`, then throw a \"HierarchyRequestError\" DOMException.\n\t// not implemented!\n\t// 3. If `child` is non-null and its parent is not `parent`, then throw a \"NotFoundError\" DOMException.\n\tif (child && child.parentNode !== parent) {\n\t\tthrow new DOMException(DOMException.NOT_FOUND_ERR, 'child not in parent');\n\t}\n\tif (\n\t\t// 4. If `node` is not a DocumentFragment, DocumentType, Element, or CharacterData node, then throw a \"HierarchyRequestError\" DOMException.\n\t\t!hasInsertableNodeType(node) ||\n\t\t// 5. If either `node` is a Text node and `parent` is a document,\n\t\t// the sax parser currently adds top level text nodes, this will be fixed in 0.9.0\n\t\t// || (node.nodeType === Node.TEXT_NODE && parent.nodeType === Node.DOCUMENT_NODE)\n\t\t// or `node` is a doctype and `parent` is not a document, then throw a \"HierarchyRequestError\" DOMException.\n\t\t(isDocTypeNode(node) && parent.nodeType !== Node.DOCUMENT_NODE)\n\t) {\n\t\tthrow new DOMException(\n\t\t\tDOMException.HIERARCHY_REQUEST_ERR,\n\t\t\t'Unexpected node type ' + node.nodeType + ' for parent node type ' + parent.nodeType\n\t\t);\n\t}\n}\n\n/**\n * Asserts pre-insertion validity of a node into a document before a child.\n * Throws errors for invalid node combinations that would result in an ill-formed DOM.\n *\n * @param {Document} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | undefined} child\n * The node that should become the `nextSibling` of `node`. If undefined, no sibling is\n * considered.\n * @returns {Node}\n * @throws {DOMException}\n * With code:\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentFragment with more than\n * one element child or has a Text node child.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentFragment with one\n * element child and either `parent` has an element child, `child` is a doctype, or `child` is\n * non-null and a doctype is following `child`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is an Element and `parent` has an\n * element child, `child` is a doctype, or `child` is non-null and a doctype is following\n * `child`.\n * - {@link DOMException.HIERARCHY_REQUEST_ERR} If `node` is a DocumentType and `parent` has a\n * doctype child, `child` is non-null and an element is preceding `child`, or `child` is null\n * and `parent` has an element child.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreInsertionValidityInDocument(parent, node, child) {\n\tvar parentChildNodes = parent.childNodes || [];\n\tvar nodeChildNodes = node.childNodes || [];\n\n\t// DocumentFragment\n\tif (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {\n\t\tvar nodeChildElements = nodeChildNodes.filter(isElementNode);\n\t\t// If node has more than one element child or has a Text node child.\n\t\tif (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');\n\t\t}\n\t\t// Otherwise, if `node` has one element child and either `parent` has an element child,\n\t\t// `child` is a doctype, or `child` is non-null and a doctype is following `child`.\n\t\tif (nodeChildElements.length === 1 && !isElementInsertionPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');\n\t\t}\n\t}\n\t// Element\n\tif (isElementNode(node)) {\n\t\t// `parent` has an element child, `child` is a doctype,\n\t\t// or `child` is non-null and a doctype is following `child`.\n\t\tif (!isElementInsertionPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');\n\t\t}\n\t}\n\t// DocumentType\n\tif (isDocTypeNode(node)) {\n\t\t// `parent` has a doctype child,\n\t\tif (find(parentChildNodes, isDocTypeNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');\n\t\t}\n\t\tvar parentElementChild = find(parentChildNodes, isElementNode);\n\t\t// `child` is non-null and an element is preceding `child`,\n\t\tif (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');\n\t\t}\n\t\t// or `child` is null and `parent` has an element child.\n\t\tif (!child && parentElementChild) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can not be appended since element is present');\n\t\t}\n\t}\n}\n\n/**\n * @param {Document} parent\n * The parent node to insert `node` into.\n * @param {Node} node\n * The node to insert.\n * @param {Node | undefined} child\n * the node that should become the `nextSibling` of `node`\n * @returns {Node}\n * @throws {DOMException}\n * For several node combinations that would create a DOM that is not well-formed.\n * @throws {DOMException}\n * If `child` is provided but is not a child of `parent`.\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreReplacementValidityInDocument(parent, node, child) {\n\tvar parentChildNodes = parent.childNodes || [];\n\tvar nodeChildNodes = node.childNodes || [];\n\n\t// DocumentFragment\n\tif (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {\n\t\tvar nodeChildElements = nodeChildNodes.filter(isElementNode);\n\t\t// If `node` has more than one element child or has a Text node child.\n\t\tif (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');\n\t\t}\n\t\t// Otherwise, if `node` has one element child and either `parent` has an element child that is not `child` or a doctype is following `child`.\n\t\tif (nodeChildElements.length === 1 && !isElementReplacementPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');\n\t\t}\n\t}\n\t// Element\n\tif (isElementNode(node)) {\n\t\t// `parent` has an element child that is not `child` or a doctype is following `child`.\n\t\tif (!isElementReplacementPossible(parent, child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');\n\t\t}\n\t}\n\t// DocumentType\n\tif (isDocTypeNode(node)) {\n\t\tfunction hasDoctypeChildThatIsNotChild(node) {\n\t\t\treturn isDocTypeNode(node) && node !== child;\n\t\t}\n\n\t\t// `parent` has a doctype child that is not `child`,\n\t\tif (find(parentChildNodes, hasDoctypeChildThatIsNotChild)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');\n\t\t}\n\t\tvar parentElementChild = find(parentChildNodes, isElementNode);\n\t\t// or an element is preceding `child`.\n\t\tif (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {\n\t\t\tthrow new DOMException(DOMException.HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');\n\t\t}\n\t}\n}\n\n/**\n * Inserts a node into a parent node before a child node.\n *\n * @param {Node} parent\n * The parent node to insert the node into.\n * @param {Node} node\n * The node to insert into the parent.\n * @param {Node | null} child\n * The node that should become the next sibling of the node.\n * If null, the function inserts the node at the end of the children of the parent node.\n * @param {Function} [_inDocumentAssertion]\n * An optional function to check pre-insertion validity if parent is a document node.\n * Defaults to {@link assertPreInsertionValidityInDocument}\n * @returns {Node}\n * Returns the inserted node.\n * @throws {DOMException}\n * Throws a DOMException if inserting the node would result in a DOM tree that is not\n * well-formed. See {@link assertPreInsertionValidity1to5},\n * {@link assertPreInsertionValidityInDocument}.\n * @throws {DOMException}\n * Throws a DOMException if child is provided but is not a child of the parent. See\n * {@link Node.removeChild}\n * @private\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n */\nfunction _insertBefore(parent, node, child, _inDocumentAssertion) {\n\t// To ensure pre-insertion validity of a node into a parent before a child, run these steps:\n\tassertPreInsertionValidity1to5(parent, node, child);\n\n\t// If parent is a document, and any of the statements below, switched on the interface node implements,\n\t// are true, then throw a \"HierarchyRequestError\" DOMException.\n\tif (parent.nodeType === Node.DOCUMENT_NODE) {\n\t\t(_inDocumentAssertion || assertPreInsertionValidityInDocument)(parent, node, child);\n\t}\n\n\tvar cp = node.parentNode;\n\tif (cp) {\n\t\tcp.removeChild(node); //remove and update\n\t}\n\tif (node.nodeType === DOCUMENT_FRAGMENT_NODE) {\n\t\tvar newFirst = node.firstChild;\n\t\tif (newFirst == null) {\n\t\t\treturn node;\n\t\t}\n\t\tvar newLast = node.lastChild;\n\t} else {\n\t\tnewFirst = newLast = node;\n\t}\n\tvar pre = child ? child.previousSibling : parent.lastChild;\n\n\tnewFirst.previousSibling = pre;\n\tnewLast.nextSibling = child;\n\n\tif (pre) {\n\t\tpre.nextSibling = newFirst;\n\t} else {\n\t\tparent.firstChild = newFirst;\n\t}\n\tif (child == null) {\n\t\tparent.lastChild = newLast;\n\t} else {\n\t\tchild.previousSibling = newLast;\n\t}\n\tdo {\n\t\tnewFirst.parentNode = parent;\n\t} while (newFirst !== newLast && (newFirst = newFirst.nextSibling));\n\t_onUpdateChild(parent.ownerDocument || parent, parent, node);\n\tif (node.nodeType == DOCUMENT_FRAGMENT_NODE) {\n\t\tnode.firstChild = node.lastChild = null;\n\t}\n\n\treturn node;\n}\n\nDocument.prototype = {\n\t/**\n\t * The implementation that created this document.\n\t *\n\t * @type DOMImplementation\n\t * @readonly\n\t */\n\timplementation: null,\n\tnodeName: '#document',\n\tnodeType: DOCUMENT_NODE,\n\t/**\n\t * The DocumentType node of the document.\n\t *\n\t * @type DocumentType\n\t * @readonly\n\t */\n\tdoctype: null,\n\tdocumentElement: null,\n\t_inc: 1,\n\n\tinsertBefore: function (newChild, refChild) {\n\t\t//raises\n\t\tif (newChild.nodeType === DOCUMENT_FRAGMENT_NODE) {\n\t\t\tvar child = newChild.firstChild;\n\t\t\twhile (child) {\n\t\t\t\tvar next = child.nextSibling;\n\t\t\t\tthis.insertBefore(child, refChild);\n\t\t\t\tchild = next;\n\t\t\t}\n\t\t\treturn newChild;\n\t\t}\n\t\t_insertBefore(this, newChild, refChild);\n\t\tnewChild.ownerDocument = this;\n\t\tif (this.documentElement === null && newChild.nodeType === ELEMENT_NODE) {\n\t\t\tthis.documentElement = newChild;\n\t\t}\n\n\t\treturn newChild;\n\t},\n\tremoveChild: function (oldChild) {\n\t\tvar removed = _removeChild(this, oldChild);\n\t\tif (removed === this.documentElement) {\n\t\t\tthis.documentElement = null;\n\t\t}\n\t\treturn removed;\n\t},\n\treplaceChild: function (newChild, oldChild) {\n\t\t//raises\n\t\t_insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);\n\t\tnewChild.ownerDocument = this;\n\t\tif (oldChild) {\n\t\t\tthis.removeChild(oldChild);\n\t\t}\n\t\tif (isElementNode(newChild)) {\n\t\t\tthis.documentElement = newChild;\n\t\t}\n\t},\n\t// Introduced in DOM Level 2:\n\timportNode: function (importedNode, deep) {\n\t\treturn importNode(this, importedNode, deep);\n\t},\n\t// Introduced in DOM Level 2:\n\tgetElementById: function (id) {\n\t\tvar rtv = null;\n\t\t_visitNode(this.documentElement, function (node) {\n\t\t\tif (node.nodeType == ELEMENT_NODE) {\n\t\t\t\tif (node.getAttribute('id') == id) {\n\t\t\t\t\trtv = node;\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\treturn rtv;\n\t},\n\n\t/**\n\t * Creates a new `Element` that is owned by this `Document`.\n\t * In HTML Documents `localName` is the lower cased `tagName`,\n\t * otherwise no transformation is being applied.\n\t * When `contentType` implies the HTML namespace, it will be set as `namespaceURI`.\n\t *\n\t * __This implementation differs from the specification:__ - The provided name is not checked\n\t * against the `Name` production,\n\t * so no related error will be thrown.\n\t * - There is no interface `HTMLElement`, it is always an `Element`.\n\t * - There is no support for a second argument to indicate using custom elements.\n\t *\n\t * @param {string} tagName\n\t * @returns {Element}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement\n\t * @see https://dom.spec.whatwg.org/#dom-document-createelement\n\t * @see https://dom.spec.whatwg.org/#concept-create-element\n\t */\n\tcreateElement: function (tagName) {\n\t\tvar node = new Element(PDC);\n\t\tnode.ownerDocument = this;\n\t\tif (this.type === 'html') {\n\t\t\ttagName = tagName.toLowerCase();\n\t\t}\n\t\tif (hasDefaultHTMLNamespace(this.contentType)) {\n\t\t\tnode.namespaceURI = NAMESPACE.HTML;\n\t\t}\n\t\tnode.nodeName = tagName;\n\t\tnode.tagName = tagName;\n\t\tnode.localName = tagName;\n\t\tnode.childNodes = new NodeList();\n\t\tvar attrs = (node.attributes = new NamedNodeMap());\n\t\tattrs._ownerElement = node;\n\t\treturn node;\n\t},\n\t/**\n\t * @returns {DocumentFragment}\n\t */\n\tcreateDocumentFragment: function () {\n\t\tvar node = new DocumentFragment(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {Text}\n\t */\n\tcreateTextNode: function (data) {\n\t\tvar node = new Text(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {Comment}\n\t */\n\tcreateComment: function (data) {\n\t\tvar node = new Comment(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} data\n\t * @returns {CDATASection}\n\t */\n\tcreateCDATASection: function (data) {\n\t\tvar node = new CDATASection(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.appendData(data);\n\t\treturn node;\n\t},\n\t/**\n\t * @param {string} target\n\t * @param {string} data\n\t * @returns {ProcessingInstruction}\n\t */\n\tcreateProcessingInstruction: function (target, data) {\n\t\tvar node = new ProcessingInstruction(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = node.target = target;\n\t\tnode.nodeValue = node.data = data;\n\t\treturn node;\n\t},\n\t/**\n\t * Creates an `Attr` node that is owned by this document.\n\t * In HTML Documents `localName` is the lower cased `name`,\n\t * otherwise no transformation is being applied.\n\t *\n\t * __This implementation differs from the specification:__ - The provided name is not checked\n\t * against the `Name` production,\n\t * so no related error will be thrown.\n\t *\n\t * @param {string} name\n\t * @returns {Attr}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/createAttribute\n\t * @see https://dom.spec.whatwg.org/#dom-document-createattribute\n\t */\n\tcreateAttribute: function (name) {\n\t\tif (!g.QName_exact.test(name)) {\n\t\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'invalid character in name \"' + name + '\"');\n\t\t}\n\t\tif (this.type === 'html') {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\treturn this._createAttribute(name);\n\t},\n\t_createAttribute: function (name) {\n\t\tvar node = new Attr(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.name = name;\n\t\tnode.nodeName = name;\n\t\tnode.localName = name;\n\t\tnode.specified = true;\n\t\treturn node;\n\t},\n\t/**\n\t * Creates an EntityReference object.\n\t * The current implementation does not fill the `childNodes` with those of the corresponding\n\t * `Entity`\n\t *\n\t * @deprecated\n\t * In DOM Level 4.\n\t * @param {string} name\n\t * The name of the entity to reference. No namespace well-formedness checks are performed.\n\t * @returns {EntityReference}\n\t * @throws {DOMException}\n\t * With code `INVALID_CHARACTER_ERR` when `name` is not valid.\n\t * @throws {DOMException}\n\t * with code `NOT_SUPPORTED_ERR` when the document is of type `html`\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-392B75AE\n\t */\n\tcreateEntityReference: function (name) {\n\t\tif (!g.Name.test(name)) {\n\t\t\tthrow new DOMException(DOMException.INVALID_CHARACTER_ERR, 'not a valid xml name \"' + name + '\"');\n\t\t}\n\t\tif (this.type === 'html') {\n\t\t\tthrow new DOMException('document is an html document', DOMExceptionName.NotSupportedError);\n\t\t}\n\n\t\tvar node = new EntityReference(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = name;\n\t\treturn node;\n\t},\n\t// Introduced in DOM Level 2:\n\t/**\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @returns {Element}\n\t */\n\tcreateElementNS: function (namespaceURI, qualifiedName) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar node = new Element(PDC);\n\t\tvar attrs = (node.attributes = new NamedNodeMap());\n\t\tnode.childNodes = new NodeList();\n\t\tnode.ownerDocument = this;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.tagName = qualifiedName;\n\t\tnode.namespaceURI = validated[0];\n\t\tnode.prefix = validated[1];\n\t\tnode.localName = validated[2];\n\t\tattrs._ownerElement = node;\n\t\treturn node;\n\t},\n\t// Introduced in DOM Level 2:\n\t/**\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @returns {Attr}\n\t */\n\tcreateAttributeNS: function (namespaceURI, qualifiedName) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar node = new Attr(PDC);\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.name = qualifiedName;\n\t\tnode.specified = true;\n\t\tnode.namespaceURI = validated[0];\n\t\tnode.prefix = validated[1];\n\t\tnode.localName = validated[2];\n\t\treturn node;\n\t},\n};\n_extends(Document, Node);\n\nfunction Element(symbol) {\n\tcheckSymbol(symbol);\n\n\tthis._nsMap = Object.create(null);\n}\nElement.prototype = {\n\tnodeType: ELEMENT_NODE,\n\t/**\n\t * The attributes of this element.\n\t *\n\t * @type {NamedNodeMap | null}\n\t */\n\tattributes: null,\n\tgetQualifiedName: function () {\n\t\treturn this.prefix ? this.prefix + ':' + this.localName : this.localName;\n\t},\n\t_isInHTMLDocumentAndNamespace: function () {\n\t\treturn this.ownerDocument.type === 'html' && this.namespaceURI === NAMESPACE.HTML;\n\t},\n\thasAttribute: function (name) {\n\t\treturn !!this.getAttributeNode(name);\n\t},\n\t/**\n\t * Returns element’s first attribute whose qualified name is `name`, and `null`\n\t * if there is no such attribute.\n\t *\n\t * @param {string} name\n\t * @returns {string | null}\n\t */\n\tgetAttribute: function (name) {\n\t\tvar attr = this.getAttributeNode(name);\n\t\treturn attr ? attr.value : null;\n\t},\n\tgetAttributeNode: function (name) {\n\t\tif (this._isInHTMLDocumentAndNamespace()) {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\treturn this.attributes.getNamedItem(name);\n\t},\n\t/**\n\t * Sets the value of element’s first attribute whose qualified name is qualifiedName to value.\n\t *\n\t * @param {string} name\n\t * @param {string} value\n\t */\n\tsetAttribute: function (name, value) {\n\t\tif (this._isInHTMLDocumentAndNamespace()) {\n\t\t\tname = name.toLowerCase();\n\t\t}\n\t\tvar attr = this.getAttributeNode(name);\n\t\tif (attr) {\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t} else {\n\t\t\tattr = this.ownerDocument._createAttribute(name);\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t\tthis.setAttributeNode(attr);\n\t\t}\n\t},\n\tremoveAttribute: function (name) {\n\t\tvar attr = this.getAttributeNode(name);\n\t\tattr && this.removeAttributeNode(attr);\n\t},\n\tsetAttributeNode: function (newAttr) {\n\t\treturn this.attributes.setNamedItem(newAttr);\n\t},\n\tsetAttributeNodeNS: function (newAttr) {\n\t\treturn this.attributes.setNamedItemNS(newAttr);\n\t},\n\tremoveAttributeNode: function (oldAttr) {\n\t\t//console.log(this == oldAttr.ownerElement)\n\t\treturn this.attributes.removeNamedItem(oldAttr.nodeName);\n\t},\n\t//get real attribute name,and remove it by removeAttributeNode\n\tremoveAttributeNS: function (namespaceURI, localName) {\n\t\tvar old = this.getAttributeNodeNS(namespaceURI, localName);\n\t\told && this.removeAttributeNode(old);\n\t},\n\n\thasAttributeNS: function (namespaceURI, localName) {\n\t\treturn this.getAttributeNodeNS(namespaceURI, localName) != null;\n\t},\n\t/**\n\t * Returns element’s attribute whose namespace is `namespaceURI` and local name is\n\t * `localName`,\n\t * or `null` if there is no such attribute.\n\t *\n\t * @param {string} namespaceURI\n\t * @param {string} localName\n\t * @returns {string | null}\n\t */\n\tgetAttributeNS: function (namespaceURI, localName) {\n\t\tvar attr = this.getAttributeNodeNS(namespaceURI, localName);\n\t\treturn attr ? attr.value : null;\n\t},\n\t/**\n\t * Sets the value of element’s attribute whose namespace is `namespaceURI` and local name is\n\t * `localName` to value.\n\t *\n\t * @param {string} namespaceURI\n\t * @param {string} qualifiedName\n\t * @param {string} value\n\t * @see https://dom.spec.whatwg.org/#dom-element-setattributens\n\t */\n\tsetAttributeNS: function (namespaceURI, qualifiedName, value) {\n\t\tvar validated = validateAndExtract(namespaceURI, qualifiedName);\n\t\tvar localName = validated[2];\n\t\tvar attr = this.getAttributeNodeNS(namespaceURI, localName);\n\t\tif (attr) {\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t} else {\n\t\t\tattr = this.ownerDocument.createAttributeNS(namespaceURI, qualifiedName);\n\t\t\tattr.value = attr.nodeValue = '' + value;\n\t\t\tthis.setAttributeNode(attr);\n\t\t}\n\t},\n\tgetAttributeNodeNS: function (namespaceURI, localName) {\n\t\treturn this.attributes.getNamedItemNS(namespaceURI, localName);\n\t},\n\n\t/**\n\t * Returns a LiveNodeList of all child elements which have **all** of the given class name(s).\n\t *\n\t * Returns an empty list if `classNames` is an empty string or only contains HTML white space\n\t * characters.\n\t *\n\t * Warning: This returns a live LiveNodeList.\n\t * Changes in the DOM will reflect in the array as the changes occur.\n\t * If an element selected by this array no longer qualifies for the selector,\n\t * it will automatically be removed. Be aware of this for iteration purposes.\n\t *\n\t * @param {string} classNames\n\t * Is a string representing the class name(s) to match; multiple class names are separated by\n\t * (ASCII-)whitespace.\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByClassName\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName\n\t * @see https://dom.spec.whatwg.org/#concept-getelementsbyclassname\n\t */\n\tgetElementsByClassName: function (classNames) {\n\t\tvar classNamesSet = toOrderedSet(classNames);\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\tif (classNamesSet.length > 0) {\n\t\t\t\t_visitNode(base, function (node) {\n\t\t\t\t\tif (node !== base && node.nodeType === ELEMENT_NODE) {\n\t\t\t\t\t\tvar nodeClassNames = node.getAttribute('class');\n\t\t\t\t\t\t// can be null if the attribute does not exist\n\t\t\t\t\t\tif (nodeClassNames) {\n\t\t\t\t\t\t\t// before splitting and iterating just compare them for the most common case\n\t\t\t\t\t\t\tvar matches = classNames === nodeClassNames;\n\t\t\t\t\t\t\tif (!matches) {\n\t\t\t\t\t\t\t\tvar nodeClassNamesSet = toOrderedSet(nodeClassNames);\n\t\t\t\t\t\t\t\tmatches = classNamesSet.every(arrayIncludes(nodeClassNamesSet));\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (matches) {\n\t\t\t\t\t\t\t\tls.push(node);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn ls;\n\t\t});\n\t},\n\n\t/**\n\t * Returns a LiveNodeList of elements with the given qualifiedName.\n\t * Searching for all descendants can be done by passing `*` as `qualifiedName`.\n\t *\n\t * All descendants of the specified element are searched, but not the element itself.\n\t * The returned list is live, which means it updates itself with the DOM tree automatically.\n\t * Therefore, there is no need to call `Element.getElementsByTagName()`\n\t * with the same element and arguments repeatedly if the DOM changes in between calls.\n\t *\n\t * When called on an HTML element in an HTML document,\n\t * `getElementsByTagName` lower-cases the argument before searching for it.\n\t * This is undesirable when trying to match camel-cased SVG elements (such as\n\t * ``) in an HTML document.\n\t * Instead, use `Element.getElementsByTagNameNS()`,\n\t * which preserves the capitalization of the tag name.\n\t *\n\t * `Element.getElementsByTagName` is similar to `Document.getElementsByTagName()`,\n\t * except that it only searches for elements that are descendants of the specified element.\n\t *\n\t * @param {string} qualifiedName\n\t * @returns {LiveNodeList}\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByTagName\n\t * @see https://dom.spec.whatwg.org/#concept-getelementsbytagname\n\t */\n\tgetElementsByTagName: function (qualifiedName) {\n\t\tvar isHTMLDocument = (this.nodeType === DOCUMENT_NODE ? this : this.ownerDocument).type === 'html';\n\t\tvar lowerQualifiedName = qualifiedName.toLowerCase();\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\t_visitNode(base, function (node) {\n\t\t\t\tif (node === base || node.nodeType !== ELEMENT_NODE) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (qualifiedName === '*') {\n\t\t\t\t\tls.push(node);\n\t\t\t\t} else {\n\t\t\t\t\tvar nodeQualifiedName = node.getQualifiedName();\n\t\t\t\t\tvar matchingQName = isHTMLDocument && node.namespaceURI === NAMESPACE.HTML ? lowerQualifiedName : qualifiedName;\n\t\t\t\t\tif (nodeQualifiedName === matchingQName) {\n\t\t\t\t\t\tls.push(node);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn ls;\n\t\t});\n\t},\n\tgetElementsByTagNameNS: function (namespaceURI, localName) {\n\t\treturn new LiveNodeList(this, function (base) {\n\t\t\tvar ls = [];\n\t\t\t_visitNode(base, function (node) {\n\t\t\t\tif (\n\t\t\t\t\tnode !== base &&\n\t\t\t\t\tnode.nodeType === ELEMENT_NODE &&\n\t\t\t\t\t(namespaceURI === '*' || node.namespaceURI === namespaceURI) &&\n\t\t\t\t\t(localName === '*' || node.localName == localName)\n\t\t\t\t) {\n\t\t\t\t\tls.push(node);\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn ls;\n\t\t});\n\t},\n};\nDocument.prototype.getElementsByClassName = Element.prototype.getElementsByClassName;\nDocument.prototype.getElementsByTagName = Element.prototype.getElementsByTagName;\nDocument.prototype.getElementsByTagNameNS = Element.prototype.getElementsByTagNameNS;\n\n_extends(Element, Node);\nfunction Attr(symbol) {\n\tcheckSymbol(symbol);\n\n\tthis.namespaceURI = null;\n\tthis.prefix = null;\n\tthis.ownerElement = null;\n}\nAttr.prototype.nodeType = ATTRIBUTE_NODE;\n_extends(Attr, Node);\n\nfunction CharacterData(symbol) {\n\tcheckSymbol(symbol);\n}\nCharacterData.prototype = {\n\tdata: '',\n\tsubstringData: function (offset, count) {\n\t\treturn this.data.substring(offset, offset + count);\n\t},\n\tappendData: function (text) {\n\t\ttext = this.data + text;\n\t\tthis.nodeValue = this.data = text;\n\t\tthis.length = text.length;\n\t},\n\tinsertData: function (offset, text) {\n\t\tthis.replaceData(offset, 0, text);\n\t},\n\tdeleteData: function (offset, count) {\n\t\tthis.replaceData(offset, count, '');\n\t},\n\treplaceData: function (offset, count, text) {\n\t\tvar start = this.data.substring(0, offset);\n\t\tvar end = this.data.substring(offset + count);\n\t\ttext = start + text + end;\n\t\tthis.nodeValue = this.data = text;\n\t\tthis.length = text.length;\n\t},\n};\n_extends(CharacterData, Node);\nfunction Text(symbol) {\n\tcheckSymbol(symbol);\n}\nText.prototype = {\n\tnodeName: '#text',\n\tnodeType: TEXT_NODE,\n\tsplitText: function (offset) {\n\t\tvar text = this.data;\n\t\tvar newText = text.substring(offset);\n\t\ttext = text.substring(0, offset);\n\t\tthis.data = this.nodeValue = text;\n\t\tthis.length = text.length;\n\t\tvar newNode = this.ownerDocument.createTextNode(newText);\n\t\tif (this.parentNode) {\n\t\t\tthis.parentNode.insertBefore(newNode, this.nextSibling);\n\t\t}\n\t\treturn newNode;\n\t},\n};\n_extends(Text, CharacterData);\nfunction Comment(symbol) {\n\tcheckSymbol(symbol);\n}\nComment.prototype = {\n\tnodeName: '#comment',\n\tnodeType: COMMENT_NODE,\n};\n_extends(Comment, CharacterData);\n\nfunction CDATASection(symbol) {\n\tcheckSymbol(symbol);\n}\nCDATASection.prototype = {\n\tnodeName: '#cdata-section',\n\tnodeType: CDATA_SECTION_NODE,\n};\n_extends(CDATASection, Text);\n\nfunction DocumentType(symbol) {\n\tcheckSymbol(symbol);\n}\nDocumentType.prototype.nodeType = DOCUMENT_TYPE_NODE;\n_extends(DocumentType, Node);\n\nfunction Notation(symbol) {\n\tcheckSymbol(symbol);\n}\nNotation.prototype.nodeType = NOTATION_NODE;\n_extends(Notation, Node);\n\nfunction Entity(symbol) {\n\tcheckSymbol(symbol);\n}\nEntity.prototype.nodeType = ENTITY_NODE;\n_extends(Entity, Node);\n\nfunction EntityReference(symbol) {\n\tcheckSymbol(symbol);\n}\nEntityReference.prototype.nodeType = ENTITY_REFERENCE_NODE;\n_extends(EntityReference, Node);\n\nfunction DocumentFragment(symbol) {\n\tcheckSymbol(symbol);\n}\nDocumentFragment.prototype.nodeName = '#document-fragment';\nDocumentFragment.prototype.nodeType = DOCUMENT_FRAGMENT_NODE;\n_extends(DocumentFragment, Node);\n\nfunction ProcessingInstruction(symbol) {\n\tcheckSymbol(symbol);\n}\nProcessingInstruction.prototype.nodeType = PROCESSING_INSTRUCTION_NODE;\n_extends(ProcessingInstruction, CharacterData);\nfunction XMLSerializer() {}\nXMLSerializer.prototype.serializeToString = function (node, nodeFilter) {\n\treturn nodeSerializeToString.call(node, nodeFilter);\n};\nNode.prototype.toString = nodeSerializeToString;\nfunction nodeSerializeToString(nodeFilter) {\n\tvar buf = [];\n\tvar refNode = (this.nodeType === DOCUMENT_NODE && this.documentElement) || this;\n\tvar prefix = refNode.prefix;\n\tvar uri = refNode.namespaceURI;\n\n\tif (uri && prefix == null) {\n\t\tvar prefix = refNode.lookupPrefix(uri);\n\t\tif (prefix == null) {\n\t\t\tvar visibleNamespaces = [\n\t\t\t\t{ namespace: uri, prefix: null },\n\t\t\t\t//{namespace:uri,prefix:''}\n\t\t\t];\n\t\t}\n\t}\n\tserializeToString(this, buf, nodeFilter, visibleNamespaces);\n\treturn buf.join('');\n}\n\nfunction needNamespaceDefine(node, isHTML, visibleNamespaces) {\n\tvar prefix = node.prefix || '';\n\tvar uri = node.namespaceURI;\n\t// According to [Namespaces in XML 1.0](https://www.w3.org/TR/REC-xml-names/#ns-using) ,\n\t// and more specifically https://www.w3.org/TR/REC-xml-names/#nsc-NoPrefixUndecl :\n\t// > In a namespace declaration for a prefix [...], the attribute value MUST NOT be empty.\n\t// in a similar manner [Namespaces in XML 1.1](https://www.w3.org/TR/xml-names11/#ns-using)\n\t// and more specifically https://www.w3.org/TR/xml-names11/#nsc-NSDeclared :\n\t// > [...] Furthermore, the attribute value [...] must not be an empty string.\n\t// so serializing empty namespace value like xmlns:ds=\"\" would produce an invalid XML document.\n\tif (!uri) {\n\t\treturn false;\n\t}\n\tif ((prefix === 'xml' && uri === NAMESPACE.XML) || uri === NAMESPACE.XMLNS) {\n\t\treturn false;\n\t}\n\n\tvar i = visibleNamespaces.length;\n\twhile (i--) {\n\t\tvar ns = visibleNamespaces[i];\n\t\t// get namespace prefix\n\t\tif (ns.prefix === prefix) {\n\t\t\treturn ns.namespace !== uri;\n\t\t}\n\t}\n\treturn true;\n}\n/**\n * Literal whitespace other than space that appear in attribute values are serialized as\n * their entity references, so they will be preserved.\n * (In contrast to whitespace literals in the input which are normalized to spaces).\n *\n * Well-formed constraint: No < in Attribute Values:\n * > The replacement text of any entity referred to directly or indirectly\n * > in an attribute value must not contain a <.\n *\n * @see https://www.w3.org/TR/xml11/#CleanAttrVals\n * @see https://www.w3.org/TR/xml11/#NT-AttValue\n * @see https://www.w3.org/TR/xml11/#AVNormalize\n * @see https://w3c.github.io/DOM-Parsing/#serializing-an-element-s-attributes\n * @prettierignore\n */\nfunction addSerializedAttribute(buf, qualifiedName, value) {\n\tbuf.push(' ', qualifiedName, '=\"', value.replace(/[<>&\"\\t\\n\\r]/g, _xmlEncoder), '\"');\n}\n\nfunction serializeToString(node, buf, nodeFilter, visibleNamespaces) {\n\tif (!visibleNamespaces) {\n\t\tvisibleNamespaces = [];\n\t}\n\tvar doc = node.nodeType === DOCUMENT_NODE ? node : node.ownerDocument;\n\tvar isHTML = doc.type === 'html';\n\n\tif (nodeFilter) {\n\t\tnode = nodeFilter(node);\n\t\tif (node) {\n\t\t\tif (typeof node == 'string') {\n\t\t\t\tbuf.push(node);\n\t\t\t\treturn;\n\t\t\t}\n\t\t} else {\n\t\t\treturn;\n\t\t}\n\t\t//buf.sort.apply(attrs, attributeSorter);\n\t}\n\n\tswitch (node.nodeType) {\n\t\tcase ELEMENT_NODE:\n\t\t\tvar attrs = node.attributes;\n\t\t\tvar len = attrs.length;\n\t\t\tvar child = node.firstChild;\n\t\t\tvar nodeName = node.tagName;\n\n\t\t\tvar prefixedNodeName = nodeName;\n\t\t\tif (!isHTML && !node.prefix && node.namespaceURI) {\n\t\t\t\tvar defaultNS;\n\t\t\t\t// lookup current default ns from `xmlns` attribute\n\t\t\t\tfor (var ai = 0; ai < attrs.length; ai++) {\n\t\t\t\t\tif (attrs.item(ai).name === 'xmlns') {\n\t\t\t\t\t\tdefaultNS = attrs.item(ai).value;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (!defaultNS) {\n\t\t\t\t\t// lookup current default ns in visibleNamespaces\n\t\t\t\t\tfor (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {\n\t\t\t\t\t\tvar namespace = visibleNamespaces[nsi];\n\t\t\t\t\t\tif (namespace.prefix === '' && namespace.namespace === node.namespaceURI) {\n\t\t\t\t\t\t\tdefaultNS = namespace.namespace;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (defaultNS !== node.namespaceURI) {\n\t\t\t\t\tfor (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {\n\t\t\t\t\t\tvar namespace = visibleNamespaces[nsi];\n\t\t\t\t\t\tif (namespace.namespace === node.namespaceURI) {\n\t\t\t\t\t\t\tif (namespace.prefix) {\n\t\t\t\t\t\t\t\tprefixedNodeName = namespace.prefix + ':' + nodeName;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tbuf.push('<', prefixedNodeName);\n\n\t\t\tfor (var i = 0; i < len; i++) {\n\t\t\t\t// add namespaces for attributes\n\t\t\t\tvar attr = attrs.item(i);\n\t\t\t\tif (attr.prefix == 'xmlns') {\n\t\t\t\t\tvisibleNamespaces.push({\n\t\t\t\t\t\tprefix: attr.localName,\n\t\t\t\t\t\tnamespace: attr.value,\n\t\t\t\t\t});\n\t\t\t\t} else if (attr.nodeName == 'xmlns') {\n\t\t\t\t\tvisibleNamespaces.push({ prefix: '', namespace: attr.value });\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor (var i = 0; i < len; i++) {\n\t\t\t\tvar attr = attrs.item(i);\n\t\t\t\tif (needNamespaceDefine(attr, isHTML, visibleNamespaces)) {\n\t\t\t\t\tvar prefix = attr.prefix || '';\n\t\t\t\t\tvar uri = attr.namespaceURI;\n\t\t\t\t\taddSerializedAttribute(buf, prefix ? 'xmlns:' + prefix : 'xmlns', uri);\n\t\t\t\t\tvisibleNamespaces.push({ prefix: prefix, namespace: uri });\n\t\t\t\t}\n\t\t\t\tserializeToString(attr, buf, nodeFilter, visibleNamespaces);\n\t\t\t}\n\n\t\t\t// add namespace for current node\n\t\t\tif (nodeName === prefixedNodeName && needNamespaceDefine(node, isHTML, visibleNamespaces)) {\n\t\t\t\tvar prefix = node.prefix || '';\n\t\t\t\tvar uri = node.namespaceURI;\n\t\t\t\taddSerializedAttribute(buf, prefix ? 'xmlns:' + prefix : 'xmlns', uri);\n\t\t\t\tvisibleNamespaces.push({ prefix: prefix, namespace: uri });\n\t\t\t}\n\t\t\t// in XML elements can be closed when they have no children\n\t\t\tvar canCloseTag = !child;\n\t\t\tif (canCloseTag && (isHTML || node.namespaceURI === NAMESPACE.HTML)) {\n\t\t\t\t// in HTML (doc or ns) only void elements can be closed right away\n\t\t\t\tcanCloseTag = isHTMLVoidElement(nodeName);\n\t\t\t}\n\t\t\tif (canCloseTag) {\n\t\t\t\tbuf.push('/>');\n\t\t\t} else {\n\t\t\t\tbuf.push('>');\n\t\t\t\t//if is cdata child node\n\t\t\t\tif (isHTML && isHTMLRawTextElement(nodeName)) {\n\t\t\t\t\twhile (child) {\n\t\t\t\t\t\tif (child.data) {\n\t\t\t\t\t\t\tbuf.push(child.data);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\t\t\t}\n\t\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\twhile (child) {\n\t\t\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbuf.push('');\n\t\t\t}\n\t\t\t// remove added visible namespaces\n\t\t\t//visibleNamespaces.length = startVisibleNamespaces;\n\t\t\treturn;\n\t\tcase DOCUMENT_NODE:\n\t\tcase DOCUMENT_FRAGMENT_NODE:\n\t\t\tvar child = node.firstChild;\n\t\t\twhile (child) {\n\t\t\t\tserializeToString(child, buf, nodeFilter, visibleNamespaces.slice());\n\t\t\t\tchild = child.nextSibling;\n\t\t\t}\n\t\t\treturn;\n\t\tcase ATTRIBUTE_NODE:\n\t\t\treturn addSerializedAttribute(buf, node.name, node.value);\n\t\tcase TEXT_NODE:\n\t\t\t/*\n\t\t\t * The ampersand character (&) and the left angle bracket (<) must not appear in their literal form,\n\t\t\t * except when used as markup delimiters, or within a comment, a processing instruction,\n\t\t\t * or a CDATA section.\n\t\t\t * If they are needed elsewhere, they must be escaped using either numeric character\n\t\t\t * references or the strings `&` and `<` respectively.\n\t\t\t * The right angle bracket (>) may be represented using the string \" > \",\n\t\t\t * and must, for compatibility, be escaped using either `>`,\n\t\t\t * or a character reference when it appears in the string `]]>` in content,\n\t\t\t * when that string is not marking the end of a CDATA section.\n\t\t\t *\n\t\t\t * In the content of elements, character data is any string of characters which does not\n\t\t\t * contain the start-delimiter of any markup and does not include the CDATA-section-close\n\t\t\t * delimiter, `]]>`.\n\t\t\t *\n\t\t\t * @see https://www.w3.org/TR/xml/#NT-CharData\n\t\t\t * @see https://w3c.github.io/DOM-Parsing/#xml-serializing-a-text-node\n\t\t\t */\n\t\t\treturn buf.push(node.data.replace(/[<&>]/g, _xmlEncoder));\n\t\tcase CDATA_SECTION_NODE:\n\t\t\treturn buf.push(g.CDATA_START, node.data, g.CDATA_END);\n\t\tcase COMMENT_NODE:\n\t\t\treturn buf.push(g.COMMENT_START, node.data, g.COMMENT_END);\n\t\tcase DOCUMENT_TYPE_NODE:\n\t\t\tvar pubid = node.publicId;\n\t\t\tvar sysid = node.systemId;\n\t\t\tbuf.push(g.DOCTYPE_DECL_START, ' ', node.name);\n\t\t\tif (pubid) {\n\t\t\t\tbuf.push(' ', g.PUBLIC, ' ', pubid);\n\t\t\t\tif (sysid && sysid !== '.') {\n\t\t\t\t\tbuf.push(' ', sysid);\n\t\t\t\t}\n\t\t\t} else if (sysid && sysid !== '.') {\n\t\t\t\tbuf.push(' ', g.SYSTEM, ' ', sysid);\n\t\t\t}\n\t\t\tif (node.internalSubset) {\n\t\t\t\tbuf.push(' [', node.internalSubset, ']');\n\t\t\t}\n\t\t\tbuf.push('>');\n\t\t\treturn;\n\t\tcase PROCESSING_INSTRUCTION_NODE:\n\t\t\treturn buf.push('');\n\t\tcase ENTITY_REFERENCE_NODE:\n\t\t\treturn buf.push('&', node.nodeName, ';');\n\t\t//case ENTITY_NODE:\n\t\t//case NOTATION_NODE:\n\t\tdefault:\n\t\t\tbuf.push('??', node.nodeName);\n\t}\n}\nfunction importNode(doc, node, deep) {\n\tvar node2;\n\tswitch (node.nodeType) {\n\t\tcase ELEMENT_NODE:\n\t\t\tnode2 = node.cloneNode(false);\n\t\t\tnode2.ownerDocument = doc;\n\t\t//var attrs = node2.attributes;\n\t\t//var len = attrs.length;\n\t\t//for(var i=0;i',\n\tlt: '<',\n\tquot: '\"',\n});\n\n/**\n * A map of all entities that are detected in an HTML document.\n * They contain all entries from `XML_ENTITIES`.\n *\n * @see {@link XML_ENTITIES}\n * @see {@link DOMParser.parseFromString}\n * @see {@link DOMImplementation.prototype.createHTMLDocument}\n * @see https://html.spec.whatwg.org/#named-character-references WHATWG HTML(5)\n * Spec\n * @see https://html.spec.whatwg.org/entities.json JSON\n * @see https://www.w3.org/TR/xml-entity-names/ W3C XML Entity Names\n * @see https://www.w3.org/TR/html4/sgml/entities.html W3C HTML4/SGML\n * @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Character_entity_references_in_HTML\n * Wikipedia (HTML)\n * @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Entities_representing_special_characters_in_XHTML\n * Wikpedia (XHTML)\n */\nexports.HTML_ENTITIES = freeze({\n\tAacute: '\\u00C1',\n\taacute: '\\u00E1',\n\tAbreve: '\\u0102',\n\tabreve: '\\u0103',\n\tac: '\\u223E',\n\tacd: '\\u223F',\n\tacE: '\\u223E\\u0333',\n\tAcirc: '\\u00C2',\n\tacirc: '\\u00E2',\n\tacute: '\\u00B4',\n\tAcy: '\\u0410',\n\tacy: '\\u0430',\n\tAElig: '\\u00C6',\n\taelig: '\\u00E6',\n\taf: '\\u2061',\n\tAfr: '\\uD835\\uDD04',\n\tafr: '\\uD835\\uDD1E',\n\tAgrave: '\\u00C0',\n\tagrave: '\\u00E0',\n\talefsym: '\\u2135',\n\taleph: '\\u2135',\n\tAlpha: '\\u0391',\n\talpha: '\\u03B1',\n\tAmacr: '\\u0100',\n\tamacr: '\\u0101',\n\tamalg: '\\u2A3F',\n\tAMP: '\\u0026',\n\tamp: '\\u0026',\n\tAnd: '\\u2A53',\n\tand: '\\u2227',\n\tandand: '\\u2A55',\n\tandd: '\\u2A5C',\n\tandslope: '\\u2A58',\n\tandv: '\\u2A5A',\n\tang: '\\u2220',\n\tange: '\\u29A4',\n\tangle: '\\u2220',\n\tangmsd: '\\u2221',\n\tangmsdaa: '\\u29A8',\n\tangmsdab: '\\u29A9',\n\tangmsdac: '\\u29AA',\n\tangmsdad: '\\u29AB',\n\tangmsdae: '\\u29AC',\n\tangmsdaf: '\\u29AD',\n\tangmsdag: '\\u29AE',\n\tangmsdah: '\\u29AF',\n\tangrt: '\\u221F',\n\tangrtvb: '\\u22BE',\n\tangrtvbd: '\\u299D',\n\tangsph: '\\u2222',\n\tangst: '\\u00C5',\n\tangzarr: '\\u237C',\n\tAogon: '\\u0104',\n\taogon: '\\u0105',\n\tAopf: '\\uD835\\uDD38',\n\taopf: '\\uD835\\uDD52',\n\tap: '\\u2248',\n\tapacir: '\\u2A6F',\n\tapE: '\\u2A70',\n\tape: '\\u224A',\n\tapid: '\\u224B',\n\tapos: '\\u0027',\n\tApplyFunction: '\\u2061',\n\tapprox: '\\u2248',\n\tapproxeq: '\\u224A',\n\tAring: '\\u00C5',\n\taring: '\\u00E5',\n\tAscr: '\\uD835\\uDC9C',\n\tascr: '\\uD835\\uDCB6',\n\tAssign: '\\u2254',\n\tast: '\\u002A',\n\tasymp: '\\u2248',\n\tasympeq: '\\u224D',\n\tAtilde: '\\u00C3',\n\tatilde: '\\u00E3',\n\tAuml: '\\u00C4',\n\tauml: '\\u00E4',\n\tawconint: '\\u2233',\n\tawint: '\\u2A11',\n\tbackcong: '\\u224C',\n\tbackepsilon: '\\u03F6',\n\tbackprime: '\\u2035',\n\tbacksim: '\\u223D',\n\tbacksimeq: '\\u22CD',\n\tBackslash: '\\u2216',\n\tBarv: '\\u2AE7',\n\tbarvee: '\\u22BD',\n\tBarwed: '\\u2306',\n\tbarwed: '\\u2305',\n\tbarwedge: '\\u2305',\n\tbbrk: '\\u23B5',\n\tbbrktbrk: '\\u23B6',\n\tbcong: '\\u224C',\n\tBcy: '\\u0411',\n\tbcy: '\\u0431',\n\tbdquo: '\\u201E',\n\tbecaus: '\\u2235',\n\tBecause: '\\u2235',\n\tbecause: '\\u2235',\n\tbemptyv: '\\u29B0',\n\tbepsi: '\\u03F6',\n\tbernou: '\\u212C',\n\tBernoullis: '\\u212C',\n\tBeta: '\\u0392',\n\tbeta: '\\u03B2',\n\tbeth: '\\u2136',\n\tbetween: '\\u226C',\n\tBfr: '\\uD835\\uDD05',\n\tbfr: '\\uD835\\uDD1F',\n\tbigcap: '\\u22C2',\n\tbigcirc: '\\u25EF',\n\tbigcup: '\\u22C3',\n\tbigodot: '\\u2A00',\n\tbigoplus: '\\u2A01',\n\tbigotimes: '\\u2A02',\n\tbigsqcup: '\\u2A06',\n\tbigstar: '\\u2605',\n\tbigtriangledown: '\\u25BD',\n\tbigtriangleup: '\\u25B3',\n\tbiguplus: '\\u2A04',\n\tbigvee: '\\u22C1',\n\tbigwedge: '\\u22C0',\n\tbkarow: '\\u290D',\n\tblacklozenge: '\\u29EB',\n\tblacksquare: '\\u25AA',\n\tblacktriangle: '\\u25B4',\n\tblacktriangledown: '\\u25BE',\n\tblacktriangleleft: '\\u25C2',\n\tblacktriangleright: '\\u25B8',\n\tblank: '\\u2423',\n\tblk12: '\\u2592',\n\tblk14: '\\u2591',\n\tblk34: '\\u2593',\n\tblock: '\\u2588',\n\tbne: '\\u003D\\u20E5',\n\tbnequiv: '\\u2261\\u20E5',\n\tbNot: '\\u2AED',\n\tbnot: '\\u2310',\n\tBopf: '\\uD835\\uDD39',\n\tbopf: '\\uD835\\uDD53',\n\tbot: '\\u22A5',\n\tbottom: '\\u22A5',\n\tbowtie: '\\u22C8',\n\tboxbox: '\\u29C9',\n\tboxDL: '\\u2557',\n\tboxDl: '\\u2556',\n\tboxdL: '\\u2555',\n\tboxdl: '\\u2510',\n\tboxDR: '\\u2554',\n\tboxDr: '\\u2553',\n\tboxdR: '\\u2552',\n\tboxdr: '\\u250C',\n\tboxH: '\\u2550',\n\tboxh: '\\u2500',\n\tboxHD: '\\u2566',\n\tboxHd: '\\u2564',\n\tboxhD: '\\u2565',\n\tboxhd: '\\u252C',\n\tboxHU: '\\u2569',\n\tboxHu: '\\u2567',\n\tboxhU: '\\u2568',\n\tboxhu: '\\u2534',\n\tboxminus: '\\u229F',\n\tboxplus: '\\u229E',\n\tboxtimes: '\\u22A0',\n\tboxUL: '\\u255D',\n\tboxUl: '\\u255C',\n\tboxuL: '\\u255B',\n\tboxul: '\\u2518',\n\tboxUR: '\\u255A',\n\tboxUr: '\\u2559',\n\tboxuR: '\\u2558',\n\tboxur: '\\u2514',\n\tboxV: '\\u2551',\n\tboxv: '\\u2502',\n\tboxVH: '\\u256C',\n\tboxVh: '\\u256B',\n\tboxvH: '\\u256A',\n\tboxvh: '\\u253C',\n\tboxVL: '\\u2563',\n\tboxVl: '\\u2562',\n\tboxvL: '\\u2561',\n\tboxvl: '\\u2524',\n\tboxVR: '\\u2560',\n\tboxVr: '\\u255F',\n\tboxvR: '\\u255E',\n\tboxvr: '\\u251C',\n\tbprime: '\\u2035',\n\tBreve: '\\u02D8',\n\tbreve: '\\u02D8',\n\tbrvbar: '\\u00A6',\n\tBscr: '\\u212C',\n\tbscr: '\\uD835\\uDCB7',\n\tbsemi: '\\u204F',\n\tbsim: '\\u223D',\n\tbsime: '\\u22CD',\n\tbsol: '\\u005C',\n\tbsolb: '\\u29C5',\n\tbsolhsub: '\\u27C8',\n\tbull: '\\u2022',\n\tbullet: '\\u2022',\n\tbump: '\\u224E',\n\tbumpE: '\\u2AAE',\n\tbumpe: '\\u224F',\n\tBumpeq: '\\u224E',\n\tbumpeq: '\\u224F',\n\tCacute: '\\u0106',\n\tcacute: '\\u0107',\n\tCap: '\\u22D2',\n\tcap: '\\u2229',\n\tcapand: '\\u2A44',\n\tcapbrcup: '\\u2A49',\n\tcapcap: '\\u2A4B',\n\tcapcup: '\\u2A47',\n\tcapdot: '\\u2A40',\n\tCapitalDifferentialD: '\\u2145',\n\tcaps: '\\u2229\\uFE00',\n\tcaret: '\\u2041',\n\tcaron: '\\u02C7',\n\tCayleys: '\\u212D',\n\tccaps: '\\u2A4D',\n\tCcaron: '\\u010C',\n\tccaron: '\\u010D',\n\tCcedil: '\\u00C7',\n\tccedil: '\\u00E7',\n\tCcirc: '\\u0108',\n\tccirc: '\\u0109',\n\tCconint: '\\u2230',\n\tccups: '\\u2A4C',\n\tccupssm: '\\u2A50',\n\tCdot: '\\u010A',\n\tcdot: '\\u010B',\n\tcedil: '\\u00B8',\n\tCedilla: '\\u00B8',\n\tcemptyv: '\\u29B2',\n\tcent: '\\u00A2',\n\tCenterDot: '\\u00B7',\n\tcenterdot: '\\u00B7',\n\tCfr: '\\u212D',\n\tcfr: '\\uD835\\uDD20',\n\tCHcy: '\\u0427',\n\tchcy: '\\u0447',\n\tcheck: '\\u2713',\n\tcheckmark: '\\u2713',\n\tChi: '\\u03A7',\n\tchi: '\\u03C7',\n\tcir: '\\u25CB',\n\tcirc: '\\u02C6',\n\tcirceq: '\\u2257',\n\tcirclearrowleft: '\\u21BA',\n\tcirclearrowright: '\\u21BB',\n\tcircledast: '\\u229B',\n\tcircledcirc: '\\u229A',\n\tcircleddash: '\\u229D',\n\tCircleDot: '\\u2299',\n\tcircledR: '\\u00AE',\n\tcircledS: '\\u24C8',\n\tCircleMinus: '\\u2296',\n\tCirclePlus: '\\u2295',\n\tCircleTimes: '\\u2297',\n\tcirE: '\\u29C3',\n\tcire: '\\u2257',\n\tcirfnint: '\\u2A10',\n\tcirmid: '\\u2AEF',\n\tcirscir: '\\u29C2',\n\tClockwiseContourIntegral: '\\u2232',\n\tCloseCurlyDoubleQuote: '\\u201D',\n\tCloseCurlyQuote: '\\u2019',\n\tclubs: '\\u2663',\n\tclubsuit: '\\u2663',\n\tColon: '\\u2237',\n\tcolon: '\\u003A',\n\tColone: '\\u2A74',\n\tcolone: '\\u2254',\n\tcoloneq: '\\u2254',\n\tcomma: '\\u002C',\n\tcommat: '\\u0040',\n\tcomp: '\\u2201',\n\tcompfn: '\\u2218',\n\tcomplement: '\\u2201',\n\tcomplexes: '\\u2102',\n\tcong: '\\u2245',\n\tcongdot: '\\u2A6D',\n\tCongruent: '\\u2261',\n\tConint: '\\u222F',\n\tconint: '\\u222E',\n\tContourIntegral: '\\u222E',\n\tCopf: '\\u2102',\n\tcopf: '\\uD835\\uDD54',\n\tcoprod: '\\u2210',\n\tCoproduct: '\\u2210',\n\tCOPY: '\\u00A9',\n\tcopy: '\\u00A9',\n\tcopysr: '\\u2117',\n\tCounterClockwiseContourIntegral: '\\u2233',\n\tcrarr: '\\u21B5',\n\tCross: '\\u2A2F',\n\tcross: '\\u2717',\n\tCscr: '\\uD835\\uDC9E',\n\tcscr: '\\uD835\\uDCB8',\n\tcsub: '\\u2ACF',\n\tcsube: '\\u2AD1',\n\tcsup: '\\u2AD0',\n\tcsupe: '\\u2AD2',\n\tctdot: '\\u22EF',\n\tcudarrl: '\\u2938',\n\tcudarrr: '\\u2935',\n\tcuepr: '\\u22DE',\n\tcuesc: '\\u22DF',\n\tcularr: '\\u21B6',\n\tcularrp: '\\u293D',\n\tCup: '\\u22D3',\n\tcup: '\\u222A',\n\tcupbrcap: '\\u2A48',\n\tCupCap: '\\u224D',\n\tcupcap: '\\u2A46',\n\tcupcup: '\\u2A4A',\n\tcupdot: '\\u228D',\n\tcupor: '\\u2A45',\n\tcups: '\\u222A\\uFE00',\n\tcurarr: '\\u21B7',\n\tcurarrm: '\\u293C',\n\tcurlyeqprec: '\\u22DE',\n\tcurlyeqsucc: '\\u22DF',\n\tcurlyvee: '\\u22CE',\n\tcurlywedge: '\\u22CF',\n\tcurren: '\\u00A4',\n\tcurvearrowleft: '\\u21B6',\n\tcurvearrowright: '\\u21B7',\n\tcuvee: '\\u22CE',\n\tcuwed: '\\u22CF',\n\tcwconint: '\\u2232',\n\tcwint: '\\u2231',\n\tcylcty: '\\u232D',\n\tDagger: '\\u2021',\n\tdagger: '\\u2020',\n\tdaleth: '\\u2138',\n\tDarr: '\\u21A1',\n\tdArr: '\\u21D3',\n\tdarr: '\\u2193',\n\tdash: '\\u2010',\n\tDashv: '\\u2AE4',\n\tdashv: '\\u22A3',\n\tdbkarow: '\\u290F',\n\tdblac: '\\u02DD',\n\tDcaron: '\\u010E',\n\tdcaron: '\\u010F',\n\tDcy: '\\u0414',\n\tdcy: '\\u0434',\n\tDD: '\\u2145',\n\tdd: '\\u2146',\n\tddagger: '\\u2021',\n\tddarr: '\\u21CA',\n\tDDotrahd: '\\u2911',\n\tddotseq: '\\u2A77',\n\tdeg: '\\u00B0',\n\tDel: '\\u2207',\n\tDelta: '\\u0394',\n\tdelta: '\\u03B4',\n\tdemptyv: '\\u29B1',\n\tdfisht: '\\u297F',\n\tDfr: '\\uD835\\uDD07',\n\tdfr: '\\uD835\\uDD21',\n\tdHar: '\\u2965',\n\tdharl: '\\u21C3',\n\tdharr: '\\u21C2',\n\tDiacriticalAcute: '\\u00B4',\n\tDiacriticalDot: '\\u02D9',\n\tDiacriticalDoubleAcute: '\\u02DD',\n\tDiacriticalGrave: '\\u0060',\n\tDiacriticalTilde: '\\u02DC',\n\tdiam: '\\u22C4',\n\tDiamond: '\\u22C4',\n\tdiamond: '\\u22C4',\n\tdiamondsuit: '\\u2666',\n\tdiams: '\\u2666',\n\tdie: '\\u00A8',\n\tDifferentialD: '\\u2146',\n\tdigamma: '\\u03DD',\n\tdisin: '\\u22F2',\n\tdiv: '\\u00F7',\n\tdivide: '\\u00F7',\n\tdivideontimes: '\\u22C7',\n\tdivonx: '\\u22C7',\n\tDJcy: '\\u0402',\n\tdjcy: '\\u0452',\n\tdlcorn: '\\u231E',\n\tdlcrop: '\\u230D',\n\tdollar: '\\u0024',\n\tDopf: '\\uD835\\uDD3B',\n\tdopf: '\\uD835\\uDD55',\n\tDot: '\\u00A8',\n\tdot: '\\u02D9',\n\tDotDot: '\\u20DC',\n\tdoteq: '\\u2250',\n\tdoteqdot: '\\u2251',\n\tDotEqual: '\\u2250',\n\tdotminus: '\\u2238',\n\tdotplus: '\\u2214',\n\tdotsquare: '\\u22A1',\n\tdoublebarwedge: '\\u2306',\n\tDoubleContourIntegral: '\\u222F',\n\tDoubleDot: '\\u00A8',\n\tDoubleDownArrow: '\\u21D3',\n\tDoubleLeftArrow: '\\u21D0',\n\tDoubleLeftRightArrow: '\\u21D4',\n\tDoubleLeftTee: '\\u2AE4',\n\tDoubleLongLeftArrow: '\\u27F8',\n\tDoubleLongLeftRightArrow: '\\u27FA',\n\tDoubleLongRightArrow: '\\u27F9',\n\tDoubleRightArrow: '\\u21D2',\n\tDoubleRightTee: '\\u22A8',\n\tDoubleUpArrow: '\\u21D1',\n\tDoubleUpDownArrow: '\\u21D5',\n\tDoubleVerticalBar: '\\u2225',\n\tDownArrow: '\\u2193',\n\tDownarrow: '\\u21D3',\n\tdownarrow: '\\u2193',\n\tDownArrowBar: '\\u2913',\n\tDownArrowUpArrow: '\\u21F5',\n\tDownBreve: '\\u0311',\n\tdowndownarrows: '\\u21CA',\n\tdownharpoonleft: '\\u21C3',\n\tdownharpoonright: '\\u21C2',\n\tDownLeftRightVector: '\\u2950',\n\tDownLeftTeeVector: '\\u295E',\n\tDownLeftVector: '\\u21BD',\n\tDownLeftVectorBar: '\\u2956',\n\tDownRightTeeVector: '\\u295F',\n\tDownRightVector: '\\u21C1',\n\tDownRightVectorBar: '\\u2957',\n\tDownTee: '\\u22A4',\n\tDownTeeArrow: '\\u21A7',\n\tdrbkarow: '\\u2910',\n\tdrcorn: '\\u231F',\n\tdrcrop: '\\u230C',\n\tDscr: '\\uD835\\uDC9F',\n\tdscr: '\\uD835\\uDCB9',\n\tDScy: '\\u0405',\n\tdscy: '\\u0455',\n\tdsol: '\\u29F6',\n\tDstrok: '\\u0110',\n\tdstrok: '\\u0111',\n\tdtdot: '\\u22F1',\n\tdtri: '\\u25BF',\n\tdtrif: '\\u25BE',\n\tduarr: '\\u21F5',\n\tduhar: '\\u296F',\n\tdwangle: '\\u29A6',\n\tDZcy: '\\u040F',\n\tdzcy: '\\u045F',\n\tdzigrarr: '\\u27FF',\n\tEacute: '\\u00C9',\n\teacute: '\\u00E9',\n\teaster: '\\u2A6E',\n\tEcaron: '\\u011A',\n\tecaron: '\\u011B',\n\tecir: '\\u2256',\n\tEcirc: '\\u00CA',\n\tecirc: '\\u00EA',\n\tecolon: '\\u2255',\n\tEcy: '\\u042D',\n\tecy: '\\u044D',\n\teDDot: '\\u2A77',\n\tEdot: '\\u0116',\n\teDot: '\\u2251',\n\tedot: '\\u0117',\n\tee: '\\u2147',\n\tefDot: '\\u2252',\n\tEfr: '\\uD835\\uDD08',\n\tefr: '\\uD835\\uDD22',\n\teg: '\\u2A9A',\n\tEgrave: '\\u00C8',\n\tegrave: '\\u00E8',\n\tegs: '\\u2A96',\n\tegsdot: '\\u2A98',\n\tel: '\\u2A99',\n\tElement: '\\u2208',\n\telinters: '\\u23E7',\n\tell: '\\u2113',\n\tels: '\\u2A95',\n\telsdot: '\\u2A97',\n\tEmacr: '\\u0112',\n\temacr: '\\u0113',\n\tempty: '\\u2205',\n\temptyset: '\\u2205',\n\tEmptySmallSquare: '\\u25FB',\n\temptyv: '\\u2205',\n\tEmptyVerySmallSquare: '\\u25AB',\n\temsp: '\\u2003',\n\temsp13: '\\u2004',\n\temsp14: '\\u2005',\n\tENG: '\\u014A',\n\teng: '\\u014B',\n\tensp: '\\u2002',\n\tEogon: '\\u0118',\n\teogon: '\\u0119',\n\tEopf: '\\uD835\\uDD3C',\n\teopf: '\\uD835\\uDD56',\n\tepar: '\\u22D5',\n\teparsl: '\\u29E3',\n\teplus: '\\u2A71',\n\tepsi: '\\u03B5',\n\tEpsilon: '\\u0395',\n\tepsilon: '\\u03B5',\n\tepsiv: '\\u03F5',\n\teqcirc: '\\u2256',\n\teqcolon: '\\u2255',\n\teqsim: '\\u2242',\n\teqslantgtr: '\\u2A96',\n\teqslantless: '\\u2A95',\n\tEqual: '\\u2A75',\n\tequals: '\\u003D',\n\tEqualTilde: '\\u2242',\n\tequest: '\\u225F',\n\tEquilibrium: '\\u21CC',\n\tequiv: '\\u2261',\n\tequivDD: '\\u2A78',\n\teqvparsl: '\\u29E5',\n\terarr: '\\u2971',\n\terDot: '\\u2253',\n\tEscr: '\\u2130',\n\tescr: '\\u212F',\n\tesdot: '\\u2250',\n\tEsim: '\\u2A73',\n\tesim: '\\u2242',\n\tEta: '\\u0397',\n\teta: '\\u03B7',\n\tETH: '\\u00D0',\n\teth: '\\u00F0',\n\tEuml: '\\u00CB',\n\teuml: '\\u00EB',\n\teuro: '\\u20AC',\n\texcl: '\\u0021',\n\texist: '\\u2203',\n\tExists: '\\u2203',\n\texpectation: '\\u2130',\n\tExponentialE: '\\u2147',\n\texponentiale: '\\u2147',\n\tfallingdotseq: '\\u2252',\n\tFcy: '\\u0424',\n\tfcy: '\\u0444',\n\tfemale: '\\u2640',\n\tffilig: '\\uFB03',\n\tfflig: '\\uFB00',\n\tffllig: '\\uFB04',\n\tFfr: '\\uD835\\uDD09',\n\tffr: '\\uD835\\uDD23',\n\tfilig: '\\uFB01',\n\tFilledSmallSquare: '\\u25FC',\n\tFilledVerySmallSquare: '\\u25AA',\n\tfjlig: '\\u0066\\u006A',\n\tflat: '\\u266D',\n\tfllig: '\\uFB02',\n\tfltns: '\\u25B1',\n\tfnof: '\\u0192',\n\tFopf: '\\uD835\\uDD3D',\n\tfopf: '\\uD835\\uDD57',\n\tForAll: '\\u2200',\n\tforall: '\\u2200',\n\tfork: '\\u22D4',\n\tforkv: '\\u2AD9',\n\tFouriertrf: '\\u2131',\n\tfpartint: '\\u2A0D',\n\tfrac12: '\\u00BD',\n\tfrac13: '\\u2153',\n\tfrac14: '\\u00BC',\n\tfrac15: '\\u2155',\n\tfrac16: '\\u2159',\n\tfrac18: '\\u215B',\n\tfrac23: '\\u2154',\n\tfrac25: '\\u2156',\n\tfrac34: '\\u00BE',\n\tfrac35: '\\u2157',\n\tfrac38: '\\u215C',\n\tfrac45: '\\u2158',\n\tfrac56: '\\u215A',\n\tfrac58: '\\u215D',\n\tfrac78: '\\u215E',\n\tfrasl: '\\u2044',\n\tfrown: '\\u2322',\n\tFscr: '\\u2131',\n\tfscr: '\\uD835\\uDCBB',\n\tgacute: '\\u01F5',\n\tGamma: '\\u0393',\n\tgamma: '\\u03B3',\n\tGammad: '\\u03DC',\n\tgammad: '\\u03DD',\n\tgap: '\\u2A86',\n\tGbreve: '\\u011E',\n\tgbreve: '\\u011F',\n\tGcedil: '\\u0122',\n\tGcirc: '\\u011C',\n\tgcirc: '\\u011D',\n\tGcy: '\\u0413',\n\tgcy: '\\u0433',\n\tGdot: '\\u0120',\n\tgdot: '\\u0121',\n\tgE: '\\u2267',\n\tge: '\\u2265',\n\tgEl: '\\u2A8C',\n\tgel: '\\u22DB',\n\tgeq: '\\u2265',\n\tgeqq: '\\u2267',\n\tgeqslant: '\\u2A7E',\n\tges: '\\u2A7E',\n\tgescc: '\\u2AA9',\n\tgesdot: '\\u2A80',\n\tgesdoto: '\\u2A82',\n\tgesdotol: '\\u2A84',\n\tgesl: '\\u22DB\\uFE00',\n\tgesles: '\\u2A94',\n\tGfr: '\\uD835\\uDD0A',\n\tgfr: '\\uD835\\uDD24',\n\tGg: '\\u22D9',\n\tgg: '\\u226B',\n\tggg: '\\u22D9',\n\tgimel: '\\u2137',\n\tGJcy: '\\u0403',\n\tgjcy: '\\u0453',\n\tgl: '\\u2277',\n\tgla: '\\u2AA5',\n\tglE: '\\u2A92',\n\tglj: '\\u2AA4',\n\tgnap: '\\u2A8A',\n\tgnapprox: '\\u2A8A',\n\tgnE: '\\u2269',\n\tgne: '\\u2A88',\n\tgneq: '\\u2A88',\n\tgneqq: '\\u2269',\n\tgnsim: '\\u22E7',\n\tGopf: '\\uD835\\uDD3E',\n\tgopf: '\\uD835\\uDD58',\n\tgrave: '\\u0060',\n\tGreaterEqual: '\\u2265',\n\tGreaterEqualLess: '\\u22DB',\n\tGreaterFullEqual: '\\u2267',\n\tGreaterGreater: '\\u2AA2',\n\tGreaterLess: '\\u2277',\n\tGreaterSlantEqual: '\\u2A7E',\n\tGreaterTilde: '\\u2273',\n\tGscr: '\\uD835\\uDCA2',\n\tgscr: '\\u210A',\n\tgsim: '\\u2273',\n\tgsime: '\\u2A8E',\n\tgsiml: '\\u2A90',\n\tGt: '\\u226B',\n\tGT: '\\u003E',\n\tgt: '\\u003E',\n\tgtcc: '\\u2AA7',\n\tgtcir: '\\u2A7A',\n\tgtdot: '\\u22D7',\n\tgtlPar: '\\u2995',\n\tgtquest: '\\u2A7C',\n\tgtrapprox: '\\u2A86',\n\tgtrarr: '\\u2978',\n\tgtrdot: '\\u22D7',\n\tgtreqless: '\\u22DB',\n\tgtreqqless: '\\u2A8C',\n\tgtrless: '\\u2277',\n\tgtrsim: '\\u2273',\n\tgvertneqq: '\\u2269\\uFE00',\n\tgvnE: '\\u2269\\uFE00',\n\tHacek: '\\u02C7',\n\thairsp: '\\u200A',\n\thalf: '\\u00BD',\n\thamilt: '\\u210B',\n\tHARDcy: '\\u042A',\n\thardcy: '\\u044A',\n\thArr: '\\u21D4',\n\tharr: '\\u2194',\n\tharrcir: '\\u2948',\n\tharrw: '\\u21AD',\n\tHat: '\\u005E',\n\thbar: '\\u210F',\n\tHcirc: '\\u0124',\n\thcirc: '\\u0125',\n\thearts: '\\u2665',\n\theartsuit: '\\u2665',\n\thellip: '\\u2026',\n\thercon: '\\u22B9',\n\tHfr: '\\u210C',\n\thfr: '\\uD835\\uDD25',\n\tHilbertSpace: '\\u210B',\n\thksearow: '\\u2925',\n\thkswarow: '\\u2926',\n\thoarr: '\\u21FF',\n\thomtht: '\\u223B',\n\thookleftarrow: '\\u21A9',\n\thookrightarrow: '\\u21AA',\n\tHopf: '\\u210D',\n\thopf: '\\uD835\\uDD59',\n\thorbar: '\\u2015',\n\tHorizontalLine: '\\u2500',\n\tHscr: '\\u210B',\n\thscr: '\\uD835\\uDCBD',\n\thslash: '\\u210F',\n\tHstrok: '\\u0126',\n\thstrok: '\\u0127',\n\tHumpDownHump: '\\u224E',\n\tHumpEqual: '\\u224F',\n\thybull: '\\u2043',\n\thyphen: '\\u2010',\n\tIacute: '\\u00CD',\n\tiacute: '\\u00ED',\n\tic: '\\u2063',\n\tIcirc: '\\u00CE',\n\ticirc: '\\u00EE',\n\tIcy: '\\u0418',\n\ticy: '\\u0438',\n\tIdot: '\\u0130',\n\tIEcy: '\\u0415',\n\tiecy: '\\u0435',\n\tiexcl: '\\u00A1',\n\tiff: '\\u21D4',\n\tIfr: '\\u2111',\n\tifr: '\\uD835\\uDD26',\n\tIgrave: '\\u00CC',\n\tigrave: '\\u00EC',\n\tii: '\\u2148',\n\tiiiint: '\\u2A0C',\n\tiiint: '\\u222D',\n\tiinfin: '\\u29DC',\n\tiiota: '\\u2129',\n\tIJlig: '\\u0132',\n\tijlig: '\\u0133',\n\tIm: '\\u2111',\n\tImacr: '\\u012A',\n\timacr: '\\u012B',\n\timage: '\\u2111',\n\tImaginaryI: '\\u2148',\n\timagline: '\\u2110',\n\timagpart: '\\u2111',\n\timath: '\\u0131',\n\timof: '\\u22B7',\n\timped: '\\u01B5',\n\tImplies: '\\u21D2',\n\tin: '\\u2208',\n\tincare: '\\u2105',\n\tinfin: '\\u221E',\n\tinfintie: '\\u29DD',\n\tinodot: '\\u0131',\n\tInt: '\\u222C',\n\tint: '\\u222B',\n\tintcal: '\\u22BA',\n\tintegers: '\\u2124',\n\tIntegral: '\\u222B',\n\tintercal: '\\u22BA',\n\tIntersection: '\\u22C2',\n\tintlarhk: '\\u2A17',\n\tintprod: '\\u2A3C',\n\tInvisibleComma: '\\u2063',\n\tInvisibleTimes: '\\u2062',\n\tIOcy: '\\u0401',\n\tiocy: '\\u0451',\n\tIogon: '\\u012E',\n\tiogon: '\\u012F',\n\tIopf: '\\uD835\\uDD40',\n\tiopf: '\\uD835\\uDD5A',\n\tIota: '\\u0399',\n\tiota: '\\u03B9',\n\tiprod: '\\u2A3C',\n\tiquest: '\\u00BF',\n\tIscr: '\\u2110',\n\tiscr: '\\uD835\\uDCBE',\n\tisin: '\\u2208',\n\tisindot: '\\u22F5',\n\tisinE: '\\u22F9',\n\tisins: '\\u22F4',\n\tisinsv: '\\u22F3',\n\tisinv: '\\u2208',\n\tit: '\\u2062',\n\tItilde: '\\u0128',\n\titilde: '\\u0129',\n\tIukcy: '\\u0406',\n\tiukcy: '\\u0456',\n\tIuml: '\\u00CF',\n\tiuml: '\\u00EF',\n\tJcirc: '\\u0134',\n\tjcirc: '\\u0135',\n\tJcy: '\\u0419',\n\tjcy: '\\u0439',\n\tJfr: '\\uD835\\uDD0D',\n\tjfr: '\\uD835\\uDD27',\n\tjmath: '\\u0237',\n\tJopf: '\\uD835\\uDD41',\n\tjopf: '\\uD835\\uDD5B',\n\tJscr: '\\uD835\\uDCA5',\n\tjscr: '\\uD835\\uDCBF',\n\tJsercy: '\\u0408',\n\tjsercy: '\\u0458',\n\tJukcy: '\\u0404',\n\tjukcy: '\\u0454',\n\tKappa: '\\u039A',\n\tkappa: '\\u03BA',\n\tkappav: '\\u03F0',\n\tKcedil: '\\u0136',\n\tkcedil: '\\u0137',\n\tKcy: '\\u041A',\n\tkcy: '\\u043A',\n\tKfr: '\\uD835\\uDD0E',\n\tkfr: '\\uD835\\uDD28',\n\tkgreen: '\\u0138',\n\tKHcy: '\\u0425',\n\tkhcy: '\\u0445',\n\tKJcy: '\\u040C',\n\tkjcy: '\\u045C',\n\tKopf: '\\uD835\\uDD42',\n\tkopf: '\\uD835\\uDD5C',\n\tKscr: '\\uD835\\uDCA6',\n\tkscr: '\\uD835\\uDCC0',\n\tlAarr: '\\u21DA',\n\tLacute: '\\u0139',\n\tlacute: '\\u013A',\n\tlaemptyv: '\\u29B4',\n\tlagran: '\\u2112',\n\tLambda: '\\u039B',\n\tlambda: '\\u03BB',\n\tLang: '\\u27EA',\n\tlang: '\\u27E8',\n\tlangd: '\\u2991',\n\tlangle: '\\u27E8',\n\tlap: '\\u2A85',\n\tLaplacetrf: '\\u2112',\n\tlaquo: '\\u00AB',\n\tLarr: '\\u219E',\n\tlArr: '\\u21D0',\n\tlarr: '\\u2190',\n\tlarrb: '\\u21E4',\n\tlarrbfs: '\\u291F',\n\tlarrfs: '\\u291D',\n\tlarrhk: '\\u21A9',\n\tlarrlp: '\\u21AB',\n\tlarrpl: '\\u2939',\n\tlarrsim: '\\u2973',\n\tlarrtl: '\\u21A2',\n\tlat: '\\u2AAB',\n\tlAtail: '\\u291B',\n\tlatail: '\\u2919',\n\tlate: '\\u2AAD',\n\tlates: '\\u2AAD\\uFE00',\n\tlBarr: '\\u290E',\n\tlbarr: '\\u290C',\n\tlbbrk: '\\u2772',\n\tlbrace: '\\u007B',\n\tlbrack: '\\u005B',\n\tlbrke: '\\u298B',\n\tlbrksld: '\\u298F',\n\tlbrkslu: '\\u298D',\n\tLcaron: '\\u013D',\n\tlcaron: '\\u013E',\n\tLcedil: '\\u013B',\n\tlcedil: '\\u013C',\n\tlceil: '\\u2308',\n\tlcub: '\\u007B',\n\tLcy: '\\u041B',\n\tlcy: '\\u043B',\n\tldca: '\\u2936',\n\tldquo: '\\u201C',\n\tldquor: '\\u201E',\n\tldrdhar: '\\u2967',\n\tldrushar: '\\u294B',\n\tldsh: '\\u21B2',\n\tlE: '\\u2266',\n\tle: '\\u2264',\n\tLeftAngleBracket: '\\u27E8',\n\tLeftArrow: '\\u2190',\n\tLeftarrow: '\\u21D0',\n\tleftarrow: '\\u2190',\n\tLeftArrowBar: '\\u21E4',\n\tLeftArrowRightArrow: '\\u21C6',\n\tleftarrowtail: '\\u21A2',\n\tLeftCeiling: '\\u2308',\n\tLeftDoubleBracket: '\\u27E6',\n\tLeftDownTeeVector: '\\u2961',\n\tLeftDownVector: '\\u21C3',\n\tLeftDownVectorBar: '\\u2959',\n\tLeftFloor: '\\u230A',\n\tleftharpoondown: '\\u21BD',\n\tleftharpoonup: '\\u21BC',\n\tleftleftarrows: '\\u21C7',\n\tLeftRightArrow: '\\u2194',\n\tLeftrightarrow: '\\u21D4',\n\tleftrightarrow: '\\u2194',\n\tleftrightarrows: '\\u21C6',\n\tleftrightharpoons: '\\u21CB',\n\tleftrightsquigarrow: '\\u21AD',\n\tLeftRightVector: '\\u294E',\n\tLeftTee: '\\u22A3',\n\tLeftTeeArrow: '\\u21A4',\n\tLeftTeeVector: '\\u295A',\n\tleftthreetimes: '\\u22CB',\n\tLeftTriangle: '\\u22B2',\n\tLeftTriangleBar: '\\u29CF',\n\tLeftTriangleEqual: '\\u22B4',\n\tLeftUpDownVector: '\\u2951',\n\tLeftUpTeeVector: '\\u2960',\n\tLeftUpVector: '\\u21BF',\n\tLeftUpVectorBar: '\\u2958',\n\tLeftVector: '\\u21BC',\n\tLeftVectorBar: '\\u2952',\n\tlEg: '\\u2A8B',\n\tleg: '\\u22DA',\n\tleq: '\\u2264',\n\tleqq: '\\u2266',\n\tleqslant: '\\u2A7D',\n\tles: '\\u2A7D',\n\tlescc: '\\u2AA8',\n\tlesdot: '\\u2A7F',\n\tlesdoto: '\\u2A81',\n\tlesdotor: '\\u2A83',\n\tlesg: '\\u22DA\\uFE00',\n\tlesges: '\\u2A93',\n\tlessapprox: '\\u2A85',\n\tlessdot: '\\u22D6',\n\tlesseqgtr: '\\u22DA',\n\tlesseqqgtr: '\\u2A8B',\n\tLessEqualGreater: '\\u22DA',\n\tLessFullEqual: '\\u2266',\n\tLessGreater: '\\u2276',\n\tlessgtr: '\\u2276',\n\tLessLess: '\\u2AA1',\n\tlesssim: '\\u2272',\n\tLessSlantEqual: '\\u2A7D',\n\tLessTilde: '\\u2272',\n\tlfisht: '\\u297C',\n\tlfloor: '\\u230A',\n\tLfr: '\\uD835\\uDD0F',\n\tlfr: '\\uD835\\uDD29',\n\tlg: '\\u2276',\n\tlgE: '\\u2A91',\n\tlHar: '\\u2962',\n\tlhard: '\\u21BD',\n\tlharu: '\\u21BC',\n\tlharul: '\\u296A',\n\tlhblk: '\\u2584',\n\tLJcy: '\\u0409',\n\tljcy: '\\u0459',\n\tLl: '\\u22D8',\n\tll: '\\u226A',\n\tllarr: '\\u21C7',\n\tllcorner: '\\u231E',\n\tLleftarrow: '\\u21DA',\n\tllhard: '\\u296B',\n\tlltri: '\\u25FA',\n\tLmidot: '\\u013F',\n\tlmidot: '\\u0140',\n\tlmoust: '\\u23B0',\n\tlmoustache: '\\u23B0',\n\tlnap: '\\u2A89',\n\tlnapprox: '\\u2A89',\n\tlnE: '\\u2268',\n\tlne: '\\u2A87',\n\tlneq: '\\u2A87',\n\tlneqq: '\\u2268',\n\tlnsim: '\\u22E6',\n\tloang: '\\u27EC',\n\tloarr: '\\u21FD',\n\tlobrk: '\\u27E6',\n\tLongLeftArrow: '\\u27F5',\n\tLongleftarrow: '\\u27F8',\n\tlongleftarrow: '\\u27F5',\n\tLongLeftRightArrow: '\\u27F7',\n\tLongleftrightarrow: '\\u27FA',\n\tlongleftrightarrow: '\\u27F7',\n\tlongmapsto: '\\u27FC',\n\tLongRightArrow: '\\u27F6',\n\tLongrightarrow: '\\u27F9',\n\tlongrightarrow: '\\u27F6',\n\tlooparrowleft: '\\u21AB',\n\tlooparrowright: '\\u21AC',\n\tlopar: '\\u2985',\n\tLopf: '\\uD835\\uDD43',\n\tlopf: '\\uD835\\uDD5D',\n\tloplus: '\\u2A2D',\n\tlotimes: '\\u2A34',\n\tlowast: '\\u2217',\n\tlowbar: '\\u005F',\n\tLowerLeftArrow: '\\u2199',\n\tLowerRightArrow: '\\u2198',\n\tloz: '\\u25CA',\n\tlozenge: '\\u25CA',\n\tlozf: '\\u29EB',\n\tlpar: '\\u0028',\n\tlparlt: '\\u2993',\n\tlrarr: '\\u21C6',\n\tlrcorner: '\\u231F',\n\tlrhar: '\\u21CB',\n\tlrhard: '\\u296D',\n\tlrm: '\\u200E',\n\tlrtri: '\\u22BF',\n\tlsaquo: '\\u2039',\n\tLscr: '\\u2112',\n\tlscr: '\\uD835\\uDCC1',\n\tLsh: '\\u21B0',\n\tlsh: '\\u21B0',\n\tlsim: '\\u2272',\n\tlsime: '\\u2A8D',\n\tlsimg: '\\u2A8F',\n\tlsqb: '\\u005B',\n\tlsquo: '\\u2018',\n\tlsquor: '\\u201A',\n\tLstrok: '\\u0141',\n\tlstrok: '\\u0142',\n\tLt: '\\u226A',\n\tLT: '\\u003C',\n\tlt: '\\u003C',\n\tltcc: '\\u2AA6',\n\tltcir: '\\u2A79',\n\tltdot: '\\u22D6',\n\tlthree: '\\u22CB',\n\tltimes: '\\u22C9',\n\tltlarr: '\\u2976',\n\tltquest: '\\u2A7B',\n\tltri: '\\u25C3',\n\tltrie: '\\u22B4',\n\tltrif: '\\u25C2',\n\tltrPar: '\\u2996',\n\tlurdshar: '\\u294A',\n\tluruhar: '\\u2966',\n\tlvertneqq: '\\u2268\\uFE00',\n\tlvnE: '\\u2268\\uFE00',\n\tmacr: '\\u00AF',\n\tmale: '\\u2642',\n\tmalt: '\\u2720',\n\tmaltese: '\\u2720',\n\tMap: '\\u2905',\n\tmap: '\\u21A6',\n\tmapsto: '\\u21A6',\n\tmapstodown: '\\u21A7',\n\tmapstoleft: '\\u21A4',\n\tmapstoup: '\\u21A5',\n\tmarker: '\\u25AE',\n\tmcomma: '\\u2A29',\n\tMcy: '\\u041C',\n\tmcy: '\\u043C',\n\tmdash: '\\u2014',\n\tmDDot: '\\u223A',\n\tmeasuredangle: '\\u2221',\n\tMediumSpace: '\\u205F',\n\tMellintrf: '\\u2133',\n\tMfr: '\\uD835\\uDD10',\n\tmfr: '\\uD835\\uDD2A',\n\tmho: '\\u2127',\n\tmicro: '\\u00B5',\n\tmid: '\\u2223',\n\tmidast: '\\u002A',\n\tmidcir: '\\u2AF0',\n\tmiddot: '\\u00B7',\n\tminus: '\\u2212',\n\tminusb: '\\u229F',\n\tminusd: '\\u2238',\n\tminusdu: '\\u2A2A',\n\tMinusPlus: '\\u2213',\n\tmlcp: '\\u2ADB',\n\tmldr: '\\u2026',\n\tmnplus: '\\u2213',\n\tmodels: '\\u22A7',\n\tMopf: '\\uD835\\uDD44',\n\tmopf: '\\uD835\\uDD5E',\n\tmp: '\\u2213',\n\tMscr: '\\u2133',\n\tmscr: '\\uD835\\uDCC2',\n\tmstpos: '\\u223E',\n\tMu: '\\u039C',\n\tmu: '\\u03BC',\n\tmultimap: '\\u22B8',\n\tmumap: '\\u22B8',\n\tnabla: '\\u2207',\n\tNacute: '\\u0143',\n\tnacute: '\\u0144',\n\tnang: '\\u2220\\u20D2',\n\tnap: '\\u2249',\n\tnapE: '\\u2A70\\u0338',\n\tnapid: '\\u224B\\u0338',\n\tnapos: '\\u0149',\n\tnapprox: '\\u2249',\n\tnatur: '\\u266E',\n\tnatural: '\\u266E',\n\tnaturals: '\\u2115',\n\tnbsp: '\\u00A0',\n\tnbump: '\\u224E\\u0338',\n\tnbumpe: '\\u224F\\u0338',\n\tncap: '\\u2A43',\n\tNcaron: '\\u0147',\n\tncaron: '\\u0148',\n\tNcedil: '\\u0145',\n\tncedil: '\\u0146',\n\tncong: '\\u2247',\n\tncongdot: '\\u2A6D\\u0338',\n\tncup: '\\u2A42',\n\tNcy: '\\u041D',\n\tncy: '\\u043D',\n\tndash: '\\u2013',\n\tne: '\\u2260',\n\tnearhk: '\\u2924',\n\tneArr: '\\u21D7',\n\tnearr: '\\u2197',\n\tnearrow: '\\u2197',\n\tnedot: '\\u2250\\u0338',\n\tNegativeMediumSpace: '\\u200B',\n\tNegativeThickSpace: '\\u200B',\n\tNegativeThinSpace: '\\u200B',\n\tNegativeVeryThinSpace: '\\u200B',\n\tnequiv: '\\u2262',\n\tnesear: '\\u2928',\n\tnesim: '\\u2242\\u0338',\n\tNestedGreaterGreater: '\\u226B',\n\tNestedLessLess: '\\u226A',\n\tNewLine: '\\u000A',\n\tnexist: '\\u2204',\n\tnexists: '\\u2204',\n\tNfr: '\\uD835\\uDD11',\n\tnfr: '\\uD835\\uDD2B',\n\tngE: '\\u2267\\u0338',\n\tnge: '\\u2271',\n\tngeq: '\\u2271',\n\tngeqq: '\\u2267\\u0338',\n\tngeqslant: '\\u2A7E\\u0338',\n\tnges: '\\u2A7E\\u0338',\n\tnGg: '\\u22D9\\u0338',\n\tngsim: '\\u2275',\n\tnGt: '\\u226B\\u20D2',\n\tngt: '\\u226F',\n\tngtr: '\\u226F',\n\tnGtv: '\\u226B\\u0338',\n\tnhArr: '\\u21CE',\n\tnharr: '\\u21AE',\n\tnhpar: '\\u2AF2',\n\tni: '\\u220B',\n\tnis: '\\u22FC',\n\tnisd: '\\u22FA',\n\tniv: '\\u220B',\n\tNJcy: '\\u040A',\n\tnjcy: '\\u045A',\n\tnlArr: '\\u21CD',\n\tnlarr: '\\u219A',\n\tnldr: '\\u2025',\n\tnlE: '\\u2266\\u0338',\n\tnle: '\\u2270',\n\tnLeftarrow: '\\u21CD',\n\tnleftarrow: '\\u219A',\n\tnLeftrightarrow: '\\u21CE',\n\tnleftrightarrow: '\\u21AE',\n\tnleq: '\\u2270',\n\tnleqq: '\\u2266\\u0338',\n\tnleqslant: '\\u2A7D\\u0338',\n\tnles: '\\u2A7D\\u0338',\n\tnless: '\\u226E',\n\tnLl: '\\u22D8\\u0338',\n\tnlsim: '\\u2274',\n\tnLt: '\\u226A\\u20D2',\n\tnlt: '\\u226E',\n\tnltri: '\\u22EA',\n\tnltrie: '\\u22EC',\n\tnLtv: '\\u226A\\u0338',\n\tnmid: '\\u2224',\n\tNoBreak: '\\u2060',\n\tNonBreakingSpace: '\\u00A0',\n\tNopf: '\\u2115',\n\tnopf: '\\uD835\\uDD5F',\n\tNot: '\\u2AEC',\n\tnot: '\\u00AC',\n\tNotCongruent: '\\u2262',\n\tNotCupCap: '\\u226D',\n\tNotDoubleVerticalBar: '\\u2226',\n\tNotElement: '\\u2209',\n\tNotEqual: '\\u2260',\n\tNotEqualTilde: '\\u2242\\u0338',\n\tNotExists: '\\u2204',\n\tNotGreater: '\\u226F',\n\tNotGreaterEqual: '\\u2271',\n\tNotGreaterFullEqual: '\\u2267\\u0338',\n\tNotGreaterGreater: '\\u226B\\u0338',\n\tNotGreaterLess: '\\u2279',\n\tNotGreaterSlantEqual: '\\u2A7E\\u0338',\n\tNotGreaterTilde: '\\u2275',\n\tNotHumpDownHump: '\\u224E\\u0338',\n\tNotHumpEqual: '\\u224F\\u0338',\n\tnotin: '\\u2209',\n\tnotindot: '\\u22F5\\u0338',\n\tnotinE: '\\u22F9\\u0338',\n\tnotinva: '\\u2209',\n\tnotinvb: '\\u22F7',\n\tnotinvc: '\\u22F6',\n\tNotLeftTriangle: '\\u22EA',\n\tNotLeftTriangleBar: '\\u29CF\\u0338',\n\tNotLeftTriangleEqual: '\\u22EC',\n\tNotLess: '\\u226E',\n\tNotLessEqual: '\\u2270',\n\tNotLessGreater: '\\u2278',\n\tNotLessLess: '\\u226A\\u0338',\n\tNotLessSlantEqual: '\\u2A7D\\u0338',\n\tNotLessTilde: '\\u2274',\n\tNotNestedGreaterGreater: '\\u2AA2\\u0338',\n\tNotNestedLessLess: '\\u2AA1\\u0338',\n\tnotni: '\\u220C',\n\tnotniva: '\\u220C',\n\tnotnivb: '\\u22FE',\n\tnotnivc: '\\u22FD',\n\tNotPrecedes: '\\u2280',\n\tNotPrecedesEqual: '\\u2AAF\\u0338',\n\tNotPrecedesSlantEqual: '\\u22E0',\n\tNotReverseElement: '\\u220C',\n\tNotRightTriangle: '\\u22EB',\n\tNotRightTriangleBar: '\\u29D0\\u0338',\n\tNotRightTriangleEqual: '\\u22ED',\n\tNotSquareSubset: '\\u228F\\u0338',\n\tNotSquareSubsetEqual: '\\u22E2',\n\tNotSquareSuperset: '\\u2290\\u0338',\n\tNotSquareSupersetEqual: '\\u22E3',\n\tNotSubset: '\\u2282\\u20D2',\n\tNotSubsetEqual: '\\u2288',\n\tNotSucceeds: '\\u2281',\n\tNotSucceedsEqual: '\\u2AB0\\u0338',\n\tNotSucceedsSlantEqual: '\\u22E1',\n\tNotSucceedsTilde: '\\u227F\\u0338',\n\tNotSuperset: '\\u2283\\u20D2',\n\tNotSupersetEqual: '\\u2289',\n\tNotTilde: '\\u2241',\n\tNotTildeEqual: '\\u2244',\n\tNotTildeFullEqual: '\\u2247',\n\tNotTildeTilde: '\\u2249',\n\tNotVerticalBar: '\\u2224',\n\tnpar: '\\u2226',\n\tnparallel: '\\u2226',\n\tnparsl: '\\u2AFD\\u20E5',\n\tnpart: '\\u2202\\u0338',\n\tnpolint: '\\u2A14',\n\tnpr: '\\u2280',\n\tnprcue: '\\u22E0',\n\tnpre: '\\u2AAF\\u0338',\n\tnprec: '\\u2280',\n\tnpreceq: '\\u2AAF\\u0338',\n\tnrArr: '\\u21CF',\n\tnrarr: '\\u219B',\n\tnrarrc: '\\u2933\\u0338',\n\tnrarrw: '\\u219D\\u0338',\n\tnRightarrow: '\\u21CF',\n\tnrightarrow: '\\u219B',\n\tnrtri: '\\u22EB',\n\tnrtrie: '\\u22ED',\n\tnsc: '\\u2281',\n\tnsccue: '\\u22E1',\n\tnsce: '\\u2AB0\\u0338',\n\tNscr: '\\uD835\\uDCA9',\n\tnscr: '\\uD835\\uDCC3',\n\tnshortmid: '\\u2224',\n\tnshortparallel: '\\u2226',\n\tnsim: '\\u2241',\n\tnsime: '\\u2244',\n\tnsimeq: '\\u2244',\n\tnsmid: '\\u2224',\n\tnspar: '\\u2226',\n\tnsqsube: '\\u22E2',\n\tnsqsupe: '\\u22E3',\n\tnsub: '\\u2284',\n\tnsubE: '\\u2AC5\\u0338',\n\tnsube: '\\u2288',\n\tnsubset: '\\u2282\\u20D2',\n\tnsubseteq: '\\u2288',\n\tnsubseteqq: '\\u2AC5\\u0338',\n\tnsucc: '\\u2281',\n\tnsucceq: '\\u2AB0\\u0338',\n\tnsup: '\\u2285',\n\tnsupE: '\\u2AC6\\u0338',\n\tnsupe: '\\u2289',\n\tnsupset: '\\u2283\\u20D2',\n\tnsupseteq: '\\u2289',\n\tnsupseteqq: '\\u2AC6\\u0338',\n\tntgl: '\\u2279',\n\tNtilde: '\\u00D1',\n\tntilde: '\\u00F1',\n\tntlg: '\\u2278',\n\tntriangleleft: '\\u22EA',\n\tntrianglelefteq: '\\u22EC',\n\tntriangleright: '\\u22EB',\n\tntrianglerighteq: '\\u22ED',\n\tNu: '\\u039D',\n\tnu: '\\u03BD',\n\tnum: '\\u0023',\n\tnumero: '\\u2116',\n\tnumsp: '\\u2007',\n\tnvap: '\\u224D\\u20D2',\n\tnVDash: '\\u22AF',\n\tnVdash: '\\u22AE',\n\tnvDash: '\\u22AD',\n\tnvdash: '\\u22AC',\n\tnvge: '\\u2265\\u20D2',\n\tnvgt: '\\u003E\\u20D2',\n\tnvHarr: '\\u2904',\n\tnvinfin: '\\u29DE',\n\tnvlArr: '\\u2902',\n\tnvle: '\\u2264\\u20D2',\n\tnvlt: '\\u003C\\u20D2',\n\tnvltrie: '\\u22B4\\u20D2',\n\tnvrArr: '\\u2903',\n\tnvrtrie: '\\u22B5\\u20D2',\n\tnvsim: '\\u223C\\u20D2',\n\tnwarhk: '\\u2923',\n\tnwArr: '\\u21D6',\n\tnwarr: '\\u2196',\n\tnwarrow: '\\u2196',\n\tnwnear: '\\u2927',\n\tOacute: '\\u00D3',\n\toacute: '\\u00F3',\n\toast: '\\u229B',\n\tocir: '\\u229A',\n\tOcirc: '\\u00D4',\n\tocirc: '\\u00F4',\n\tOcy: '\\u041E',\n\tocy: '\\u043E',\n\todash: '\\u229D',\n\tOdblac: '\\u0150',\n\todblac: '\\u0151',\n\todiv: '\\u2A38',\n\todot: '\\u2299',\n\todsold: '\\u29BC',\n\tOElig: '\\u0152',\n\toelig: '\\u0153',\n\tofcir: '\\u29BF',\n\tOfr: '\\uD835\\uDD12',\n\tofr: '\\uD835\\uDD2C',\n\togon: '\\u02DB',\n\tOgrave: '\\u00D2',\n\tograve: '\\u00F2',\n\togt: '\\u29C1',\n\tohbar: '\\u29B5',\n\tohm: '\\u03A9',\n\toint: '\\u222E',\n\tolarr: '\\u21BA',\n\tolcir: '\\u29BE',\n\tolcross: '\\u29BB',\n\toline: '\\u203E',\n\tolt: '\\u29C0',\n\tOmacr: '\\u014C',\n\tomacr: '\\u014D',\n\tOmega: '\\u03A9',\n\tomega: '\\u03C9',\n\tOmicron: '\\u039F',\n\tomicron: '\\u03BF',\n\tomid: '\\u29B6',\n\tominus: '\\u2296',\n\tOopf: '\\uD835\\uDD46',\n\toopf: '\\uD835\\uDD60',\n\topar: '\\u29B7',\n\tOpenCurlyDoubleQuote: '\\u201C',\n\tOpenCurlyQuote: '\\u2018',\n\toperp: '\\u29B9',\n\toplus: '\\u2295',\n\tOr: '\\u2A54',\n\tor: '\\u2228',\n\torarr: '\\u21BB',\n\tord: '\\u2A5D',\n\torder: '\\u2134',\n\torderof: '\\u2134',\n\tordf: '\\u00AA',\n\tordm: '\\u00BA',\n\torigof: '\\u22B6',\n\toror: '\\u2A56',\n\torslope: '\\u2A57',\n\torv: '\\u2A5B',\n\toS: '\\u24C8',\n\tOscr: '\\uD835\\uDCAA',\n\toscr: '\\u2134',\n\tOslash: '\\u00D8',\n\toslash: '\\u00F8',\n\tosol: '\\u2298',\n\tOtilde: '\\u00D5',\n\totilde: '\\u00F5',\n\tOtimes: '\\u2A37',\n\totimes: '\\u2297',\n\totimesas: '\\u2A36',\n\tOuml: '\\u00D6',\n\touml: '\\u00F6',\n\tovbar: '\\u233D',\n\tOverBar: '\\u203E',\n\tOverBrace: '\\u23DE',\n\tOverBracket: '\\u23B4',\n\tOverParenthesis: '\\u23DC',\n\tpar: '\\u2225',\n\tpara: '\\u00B6',\n\tparallel: '\\u2225',\n\tparsim: '\\u2AF3',\n\tparsl: '\\u2AFD',\n\tpart: '\\u2202',\n\tPartialD: '\\u2202',\n\tPcy: '\\u041F',\n\tpcy: '\\u043F',\n\tpercnt: '\\u0025',\n\tperiod: '\\u002E',\n\tpermil: '\\u2030',\n\tperp: '\\u22A5',\n\tpertenk: '\\u2031',\n\tPfr: '\\uD835\\uDD13',\n\tpfr: '\\uD835\\uDD2D',\n\tPhi: '\\u03A6',\n\tphi: '\\u03C6',\n\tphiv: '\\u03D5',\n\tphmmat: '\\u2133',\n\tphone: '\\u260E',\n\tPi: '\\u03A0',\n\tpi: '\\u03C0',\n\tpitchfork: '\\u22D4',\n\tpiv: '\\u03D6',\n\tplanck: '\\u210F',\n\tplanckh: '\\u210E',\n\tplankv: '\\u210F',\n\tplus: '\\u002B',\n\tplusacir: '\\u2A23',\n\tplusb: '\\u229E',\n\tpluscir: '\\u2A22',\n\tplusdo: '\\u2214',\n\tplusdu: '\\u2A25',\n\tpluse: '\\u2A72',\n\tPlusMinus: '\\u00B1',\n\tplusmn: '\\u00B1',\n\tplussim: '\\u2A26',\n\tplustwo: '\\u2A27',\n\tpm: '\\u00B1',\n\tPoincareplane: '\\u210C',\n\tpointint: '\\u2A15',\n\tPopf: '\\u2119',\n\tpopf: '\\uD835\\uDD61',\n\tpound: '\\u00A3',\n\tPr: '\\u2ABB',\n\tpr: '\\u227A',\n\tprap: '\\u2AB7',\n\tprcue: '\\u227C',\n\tprE: '\\u2AB3',\n\tpre: '\\u2AAF',\n\tprec: '\\u227A',\n\tprecapprox: '\\u2AB7',\n\tpreccurlyeq: '\\u227C',\n\tPrecedes: '\\u227A',\n\tPrecedesEqual: '\\u2AAF',\n\tPrecedesSlantEqual: '\\u227C',\n\tPrecedesTilde: '\\u227E',\n\tpreceq: '\\u2AAF',\n\tprecnapprox: '\\u2AB9',\n\tprecneqq: '\\u2AB5',\n\tprecnsim: '\\u22E8',\n\tprecsim: '\\u227E',\n\tPrime: '\\u2033',\n\tprime: '\\u2032',\n\tprimes: '\\u2119',\n\tprnap: '\\u2AB9',\n\tprnE: '\\u2AB5',\n\tprnsim: '\\u22E8',\n\tprod: '\\u220F',\n\tProduct: '\\u220F',\n\tprofalar: '\\u232E',\n\tprofline: '\\u2312',\n\tprofsurf: '\\u2313',\n\tprop: '\\u221D',\n\tProportion: '\\u2237',\n\tProportional: '\\u221D',\n\tpropto: '\\u221D',\n\tprsim: '\\u227E',\n\tprurel: '\\u22B0',\n\tPscr: '\\uD835\\uDCAB',\n\tpscr: '\\uD835\\uDCC5',\n\tPsi: '\\u03A8',\n\tpsi: '\\u03C8',\n\tpuncsp: '\\u2008',\n\tQfr: '\\uD835\\uDD14',\n\tqfr: '\\uD835\\uDD2E',\n\tqint: '\\u2A0C',\n\tQopf: '\\u211A',\n\tqopf: '\\uD835\\uDD62',\n\tqprime: '\\u2057',\n\tQscr: '\\uD835\\uDCAC',\n\tqscr: '\\uD835\\uDCC6',\n\tquaternions: '\\u210D',\n\tquatint: '\\u2A16',\n\tquest: '\\u003F',\n\tquesteq: '\\u225F',\n\tQUOT: '\\u0022',\n\tquot: '\\u0022',\n\trAarr: '\\u21DB',\n\trace: '\\u223D\\u0331',\n\tRacute: '\\u0154',\n\tracute: '\\u0155',\n\tradic: '\\u221A',\n\traemptyv: '\\u29B3',\n\tRang: '\\u27EB',\n\trang: '\\u27E9',\n\trangd: '\\u2992',\n\trange: '\\u29A5',\n\trangle: '\\u27E9',\n\traquo: '\\u00BB',\n\tRarr: '\\u21A0',\n\trArr: '\\u21D2',\n\trarr: '\\u2192',\n\trarrap: '\\u2975',\n\trarrb: '\\u21E5',\n\trarrbfs: '\\u2920',\n\trarrc: '\\u2933',\n\trarrfs: '\\u291E',\n\trarrhk: '\\u21AA',\n\trarrlp: '\\u21AC',\n\trarrpl: '\\u2945',\n\trarrsim: '\\u2974',\n\tRarrtl: '\\u2916',\n\trarrtl: '\\u21A3',\n\trarrw: '\\u219D',\n\trAtail: '\\u291C',\n\tratail: '\\u291A',\n\tratio: '\\u2236',\n\trationals: '\\u211A',\n\tRBarr: '\\u2910',\n\trBarr: '\\u290F',\n\trbarr: '\\u290D',\n\trbbrk: '\\u2773',\n\trbrace: '\\u007D',\n\trbrack: '\\u005D',\n\trbrke: '\\u298C',\n\trbrksld: '\\u298E',\n\trbrkslu: '\\u2990',\n\tRcaron: '\\u0158',\n\trcaron: '\\u0159',\n\tRcedil: '\\u0156',\n\trcedil: '\\u0157',\n\trceil: '\\u2309',\n\trcub: '\\u007D',\n\tRcy: '\\u0420',\n\trcy: '\\u0440',\n\trdca: '\\u2937',\n\trdldhar: '\\u2969',\n\trdquo: '\\u201D',\n\trdquor: '\\u201D',\n\trdsh: '\\u21B3',\n\tRe: '\\u211C',\n\treal: '\\u211C',\n\trealine: '\\u211B',\n\trealpart: '\\u211C',\n\treals: '\\u211D',\n\trect: '\\u25AD',\n\tREG: '\\u00AE',\n\treg: '\\u00AE',\n\tReverseElement: '\\u220B',\n\tReverseEquilibrium: '\\u21CB',\n\tReverseUpEquilibrium: '\\u296F',\n\trfisht: '\\u297D',\n\trfloor: '\\u230B',\n\tRfr: '\\u211C',\n\trfr: '\\uD835\\uDD2F',\n\trHar: '\\u2964',\n\trhard: '\\u21C1',\n\trharu: '\\u21C0',\n\trharul: '\\u296C',\n\tRho: '\\u03A1',\n\trho: '\\u03C1',\n\trhov: '\\u03F1',\n\tRightAngleBracket: '\\u27E9',\n\tRightArrow: '\\u2192',\n\tRightarrow: '\\u21D2',\n\trightarrow: '\\u2192',\n\tRightArrowBar: '\\u21E5',\n\tRightArrowLeftArrow: '\\u21C4',\n\trightarrowtail: '\\u21A3',\n\tRightCeiling: '\\u2309',\n\tRightDoubleBracket: '\\u27E7',\n\tRightDownTeeVector: '\\u295D',\n\tRightDownVector: '\\u21C2',\n\tRightDownVectorBar: '\\u2955',\n\tRightFloor: '\\u230B',\n\trightharpoondown: '\\u21C1',\n\trightharpoonup: '\\u21C0',\n\trightleftarrows: '\\u21C4',\n\trightleftharpoons: '\\u21CC',\n\trightrightarrows: '\\u21C9',\n\trightsquigarrow: '\\u219D',\n\tRightTee: '\\u22A2',\n\tRightTeeArrow: '\\u21A6',\n\tRightTeeVector: '\\u295B',\n\trightthreetimes: '\\u22CC',\n\tRightTriangle: '\\u22B3',\n\tRightTriangleBar: '\\u29D0',\n\tRightTriangleEqual: '\\u22B5',\n\tRightUpDownVector: '\\u294F',\n\tRightUpTeeVector: '\\u295C',\n\tRightUpVector: '\\u21BE',\n\tRightUpVectorBar: '\\u2954',\n\tRightVector: '\\u21C0',\n\tRightVectorBar: '\\u2953',\n\tring: '\\u02DA',\n\trisingdotseq: '\\u2253',\n\trlarr: '\\u21C4',\n\trlhar: '\\u21CC',\n\trlm: '\\u200F',\n\trmoust: '\\u23B1',\n\trmoustache: '\\u23B1',\n\trnmid: '\\u2AEE',\n\troang: '\\u27ED',\n\troarr: '\\u21FE',\n\trobrk: '\\u27E7',\n\tropar: '\\u2986',\n\tRopf: '\\u211D',\n\tropf: '\\uD835\\uDD63',\n\troplus: '\\u2A2E',\n\trotimes: '\\u2A35',\n\tRoundImplies: '\\u2970',\n\trpar: '\\u0029',\n\trpargt: '\\u2994',\n\trppolint: '\\u2A12',\n\trrarr: '\\u21C9',\n\tRrightarrow: '\\u21DB',\n\trsaquo: '\\u203A',\n\tRscr: '\\u211B',\n\trscr: '\\uD835\\uDCC7',\n\tRsh: '\\u21B1',\n\trsh: '\\u21B1',\n\trsqb: '\\u005D',\n\trsquo: '\\u2019',\n\trsquor: '\\u2019',\n\trthree: '\\u22CC',\n\trtimes: '\\u22CA',\n\trtri: '\\u25B9',\n\trtrie: '\\u22B5',\n\trtrif: '\\u25B8',\n\trtriltri: '\\u29CE',\n\tRuleDelayed: '\\u29F4',\n\truluhar: '\\u2968',\n\trx: '\\u211E',\n\tSacute: '\\u015A',\n\tsacute: '\\u015B',\n\tsbquo: '\\u201A',\n\tSc: '\\u2ABC',\n\tsc: '\\u227B',\n\tscap: '\\u2AB8',\n\tScaron: '\\u0160',\n\tscaron: '\\u0161',\n\tsccue: '\\u227D',\n\tscE: '\\u2AB4',\n\tsce: '\\u2AB0',\n\tScedil: '\\u015E',\n\tscedil: '\\u015F',\n\tScirc: '\\u015C',\n\tscirc: '\\u015D',\n\tscnap: '\\u2ABA',\n\tscnE: '\\u2AB6',\n\tscnsim: '\\u22E9',\n\tscpolint: '\\u2A13',\n\tscsim: '\\u227F',\n\tScy: '\\u0421',\n\tscy: '\\u0441',\n\tsdot: '\\u22C5',\n\tsdotb: '\\u22A1',\n\tsdote: '\\u2A66',\n\tsearhk: '\\u2925',\n\tseArr: '\\u21D8',\n\tsearr: '\\u2198',\n\tsearrow: '\\u2198',\n\tsect: '\\u00A7',\n\tsemi: '\\u003B',\n\tseswar: '\\u2929',\n\tsetminus: '\\u2216',\n\tsetmn: '\\u2216',\n\tsext: '\\u2736',\n\tSfr: '\\uD835\\uDD16',\n\tsfr: '\\uD835\\uDD30',\n\tsfrown: '\\u2322',\n\tsharp: '\\u266F',\n\tSHCHcy: '\\u0429',\n\tshchcy: '\\u0449',\n\tSHcy: '\\u0428',\n\tshcy: '\\u0448',\n\tShortDownArrow: '\\u2193',\n\tShortLeftArrow: '\\u2190',\n\tshortmid: '\\u2223',\n\tshortparallel: '\\u2225',\n\tShortRightArrow: '\\u2192',\n\tShortUpArrow: '\\u2191',\n\tshy: '\\u00AD',\n\tSigma: '\\u03A3',\n\tsigma: '\\u03C3',\n\tsigmaf: '\\u03C2',\n\tsigmav: '\\u03C2',\n\tsim: '\\u223C',\n\tsimdot: '\\u2A6A',\n\tsime: '\\u2243',\n\tsimeq: '\\u2243',\n\tsimg: '\\u2A9E',\n\tsimgE: '\\u2AA0',\n\tsiml: '\\u2A9D',\n\tsimlE: '\\u2A9F',\n\tsimne: '\\u2246',\n\tsimplus: '\\u2A24',\n\tsimrarr: '\\u2972',\n\tslarr: '\\u2190',\n\tSmallCircle: '\\u2218',\n\tsmallsetminus: '\\u2216',\n\tsmashp: '\\u2A33',\n\tsmeparsl: '\\u29E4',\n\tsmid: '\\u2223',\n\tsmile: '\\u2323',\n\tsmt: '\\u2AAA',\n\tsmte: '\\u2AAC',\n\tsmtes: '\\u2AAC\\uFE00',\n\tSOFTcy: '\\u042C',\n\tsoftcy: '\\u044C',\n\tsol: '\\u002F',\n\tsolb: '\\u29C4',\n\tsolbar: '\\u233F',\n\tSopf: '\\uD835\\uDD4A',\n\tsopf: '\\uD835\\uDD64',\n\tspades: '\\u2660',\n\tspadesuit: '\\u2660',\n\tspar: '\\u2225',\n\tsqcap: '\\u2293',\n\tsqcaps: '\\u2293\\uFE00',\n\tsqcup: '\\u2294',\n\tsqcups: '\\u2294\\uFE00',\n\tSqrt: '\\u221A',\n\tsqsub: '\\u228F',\n\tsqsube: '\\u2291',\n\tsqsubset: '\\u228F',\n\tsqsubseteq: '\\u2291',\n\tsqsup: '\\u2290',\n\tsqsupe: '\\u2292',\n\tsqsupset: '\\u2290',\n\tsqsupseteq: '\\u2292',\n\tsqu: '\\u25A1',\n\tSquare: '\\u25A1',\n\tsquare: '\\u25A1',\n\tSquareIntersection: '\\u2293',\n\tSquareSubset: '\\u228F',\n\tSquareSubsetEqual: '\\u2291',\n\tSquareSuperset: '\\u2290',\n\tSquareSupersetEqual: '\\u2292',\n\tSquareUnion: '\\u2294',\n\tsquarf: '\\u25AA',\n\tsquf: '\\u25AA',\n\tsrarr: '\\u2192',\n\tSscr: '\\uD835\\uDCAE',\n\tsscr: '\\uD835\\uDCC8',\n\tssetmn: '\\u2216',\n\tssmile: '\\u2323',\n\tsstarf: '\\u22C6',\n\tStar: '\\u22C6',\n\tstar: '\\u2606',\n\tstarf: '\\u2605',\n\tstraightepsilon: '\\u03F5',\n\tstraightphi: '\\u03D5',\n\tstrns: '\\u00AF',\n\tSub: '\\u22D0',\n\tsub: '\\u2282',\n\tsubdot: '\\u2ABD',\n\tsubE: '\\u2AC5',\n\tsube: '\\u2286',\n\tsubedot: '\\u2AC3',\n\tsubmult: '\\u2AC1',\n\tsubnE: '\\u2ACB',\n\tsubne: '\\u228A',\n\tsubplus: '\\u2ABF',\n\tsubrarr: '\\u2979',\n\tSubset: '\\u22D0',\n\tsubset: '\\u2282',\n\tsubseteq: '\\u2286',\n\tsubseteqq: '\\u2AC5',\n\tSubsetEqual: '\\u2286',\n\tsubsetneq: '\\u228A',\n\tsubsetneqq: '\\u2ACB',\n\tsubsim: '\\u2AC7',\n\tsubsub: '\\u2AD5',\n\tsubsup: '\\u2AD3',\n\tsucc: '\\u227B',\n\tsuccapprox: '\\u2AB8',\n\tsucccurlyeq: '\\u227D',\n\tSucceeds: '\\u227B',\n\tSucceedsEqual: '\\u2AB0',\n\tSucceedsSlantEqual: '\\u227D',\n\tSucceedsTilde: '\\u227F',\n\tsucceq: '\\u2AB0',\n\tsuccnapprox: '\\u2ABA',\n\tsuccneqq: '\\u2AB6',\n\tsuccnsim: '\\u22E9',\n\tsuccsim: '\\u227F',\n\tSuchThat: '\\u220B',\n\tSum: '\\u2211',\n\tsum: '\\u2211',\n\tsung: '\\u266A',\n\tSup: '\\u22D1',\n\tsup: '\\u2283',\n\tsup1: '\\u00B9',\n\tsup2: '\\u00B2',\n\tsup3: '\\u00B3',\n\tsupdot: '\\u2ABE',\n\tsupdsub: '\\u2AD8',\n\tsupE: '\\u2AC6',\n\tsupe: '\\u2287',\n\tsupedot: '\\u2AC4',\n\tSuperset: '\\u2283',\n\tSupersetEqual: '\\u2287',\n\tsuphsol: '\\u27C9',\n\tsuphsub: '\\u2AD7',\n\tsuplarr: '\\u297B',\n\tsupmult: '\\u2AC2',\n\tsupnE: '\\u2ACC',\n\tsupne: '\\u228B',\n\tsupplus: '\\u2AC0',\n\tSupset: '\\u22D1',\n\tsupset: '\\u2283',\n\tsupseteq: '\\u2287',\n\tsupseteqq: '\\u2AC6',\n\tsupsetneq: '\\u228B',\n\tsupsetneqq: '\\u2ACC',\n\tsupsim: '\\u2AC8',\n\tsupsub: '\\u2AD4',\n\tsupsup: '\\u2AD6',\n\tswarhk: '\\u2926',\n\tswArr: '\\u21D9',\n\tswarr: '\\u2199',\n\tswarrow: '\\u2199',\n\tswnwar: '\\u292A',\n\tszlig: '\\u00DF',\n\tTab: '\\u0009',\n\ttarget: '\\u2316',\n\tTau: '\\u03A4',\n\ttau: '\\u03C4',\n\ttbrk: '\\u23B4',\n\tTcaron: '\\u0164',\n\ttcaron: '\\u0165',\n\tTcedil: '\\u0162',\n\ttcedil: '\\u0163',\n\tTcy: '\\u0422',\n\ttcy: '\\u0442',\n\ttdot: '\\u20DB',\n\ttelrec: '\\u2315',\n\tTfr: '\\uD835\\uDD17',\n\ttfr: '\\uD835\\uDD31',\n\tthere4: '\\u2234',\n\tTherefore: '\\u2234',\n\ttherefore: '\\u2234',\n\tTheta: '\\u0398',\n\ttheta: '\\u03B8',\n\tthetasym: '\\u03D1',\n\tthetav: '\\u03D1',\n\tthickapprox: '\\u2248',\n\tthicksim: '\\u223C',\n\tThickSpace: '\\u205F\\u200A',\n\tthinsp: '\\u2009',\n\tThinSpace: '\\u2009',\n\tthkap: '\\u2248',\n\tthksim: '\\u223C',\n\tTHORN: '\\u00DE',\n\tthorn: '\\u00FE',\n\tTilde: '\\u223C',\n\ttilde: '\\u02DC',\n\tTildeEqual: '\\u2243',\n\tTildeFullEqual: '\\u2245',\n\tTildeTilde: '\\u2248',\n\ttimes: '\\u00D7',\n\ttimesb: '\\u22A0',\n\ttimesbar: '\\u2A31',\n\ttimesd: '\\u2A30',\n\ttint: '\\u222D',\n\ttoea: '\\u2928',\n\ttop: '\\u22A4',\n\ttopbot: '\\u2336',\n\ttopcir: '\\u2AF1',\n\tTopf: '\\uD835\\uDD4B',\n\ttopf: '\\uD835\\uDD65',\n\ttopfork: '\\u2ADA',\n\ttosa: '\\u2929',\n\ttprime: '\\u2034',\n\tTRADE: '\\u2122',\n\ttrade: '\\u2122',\n\ttriangle: '\\u25B5',\n\ttriangledown: '\\u25BF',\n\ttriangleleft: '\\u25C3',\n\ttrianglelefteq: '\\u22B4',\n\ttriangleq: '\\u225C',\n\ttriangleright: '\\u25B9',\n\ttrianglerighteq: '\\u22B5',\n\ttridot: '\\u25EC',\n\ttrie: '\\u225C',\n\ttriminus: '\\u2A3A',\n\tTripleDot: '\\u20DB',\n\ttriplus: '\\u2A39',\n\ttrisb: '\\u29CD',\n\ttritime: '\\u2A3B',\n\ttrpezium: '\\u23E2',\n\tTscr: '\\uD835\\uDCAF',\n\ttscr: '\\uD835\\uDCC9',\n\tTScy: '\\u0426',\n\ttscy: '\\u0446',\n\tTSHcy: '\\u040B',\n\ttshcy: '\\u045B',\n\tTstrok: '\\u0166',\n\ttstrok: '\\u0167',\n\ttwixt: '\\u226C',\n\ttwoheadleftarrow: '\\u219E',\n\ttwoheadrightarrow: '\\u21A0',\n\tUacute: '\\u00DA',\n\tuacute: '\\u00FA',\n\tUarr: '\\u219F',\n\tuArr: '\\u21D1',\n\tuarr: '\\u2191',\n\tUarrocir: '\\u2949',\n\tUbrcy: '\\u040E',\n\tubrcy: '\\u045E',\n\tUbreve: '\\u016C',\n\tubreve: '\\u016D',\n\tUcirc: '\\u00DB',\n\tucirc: '\\u00FB',\n\tUcy: '\\u0423',\n\tucy: '\\u0443',\n\tudarr: '\\u21C5',\n\tUdblac: '\\u0170',\n\tudblac: '\\u0171',\n\tudhar: '\\u296E',\n\tufisht: '\\u297E',\n\tUfr: '\\uD835\\uDD18',\n\tufr: '\\uD835\\uDD32',\n\tUgrave: '\\u00D9',\n\tugrave: '\\u00F9',\n\tuHar: '\\u2963',\n\tuharl: '\\u21BF',\n\tuharr: '\\u21BE',\n\tuhblk: '\\u2580',\n\tulcorn: '\\u231C',\n\tulcorner: '\\u231C',\n\tulcrop: '\\u230F',\n\tultri: '\\u25F8',\n\tUmacr: '\\u016A',\n\tumacr: '\\u016B',\n\tuml: '\\u00A8',\n\tUnderBar: '\\u005F',\n\tUnderBrace: '\\u23DF',\n\tUnderBracket: '\\u23B5',\n\tUnderParenthesis: '\\u23DD',\n\tUnion: '\\u22C3',\n\tUnionPlus: '\\u228E',\n\tUogon: '\\u0172',\n\tuogon: '\\u0173',\n\tUopf: '\\uD835\\uDD4C',\n\tuopf: '\\uD835\\uDD66',\n\tUpArrow: '\\u2191',\n\tUparrow: '\\u21D1',\n\tuparrow: '\\u2191',\n\tUpArrowBar: '\\u2912',\n\tUpArrowDownArrow: '\\u21C5',\n\tUpDownArrow: '\\u2195',\n\tUpdownarrow: '\\u21D5',\n\tupdownarrow: '\\u2195',\n\tUpEquilibrium: '\\u296E',\n\tupharpoonleft: '\\u21BF',\n\tupharpoonright: '\\u21BE',\n\tuplus: '\\u228E',\n\tUpperLeftArrow: '\\u2196',\n\tUpperRightArrow: '\\u2197',\n\tUpsi: '\\u03D2',\n\tupsi: '\\u03C5',\n\tupsih: '\\u03D2',\n\tUpsilon: '\\u03A5',\n\tupsilon: '\\u03C5',\n\tUpTee: '\\u22A5',\n\tUpTeeArrow: '\\u21A5',\n\tupuparrows: '\\u21C8',\n\turcorn: '\\u231D',\n\turcorner: '\\u231D',\n\turcrop: '\\u230E',\n\tUring: '\\u016E',\n\turing: '\\u016F',\n\turtri: '\\u25F9',\n\tUscr: '\\uD835\\uDCB0',\n\tuscr: '\\uD835\\uDCCA',\n\tutdot: '\\u22F0',\n\tUtilde: '\\u0168',\n\tutilde: '\\u0169',\n\tutri: '\\u25B5',\n\tutrif: '\\u25B4',\n\tuuarr: '\\u21C8',\n\tUuml: '\\u00DC',\n\tuuml: '\\u00FC',\n\tuwangle: '\\u29A7',\n\tvangrt: '\\u299C',\n\tvarepsilon: '\\u03F5',\n\tvarkappa: '\\u03F0',\n\tvarnothing: '\\u2205',\n\tvarphi: '\\u03D5',\n\tvarpi: '\\u03D6',\n\tvarpropto: '\\u221D',\n\tvArr: '\\u21D5',\n\tvarr: '\\u2195',\n\tvarrho: '\\u03F1',\n\tvarsigma: '\\u03C2',\n\tvarsubsetneq: '\\u228A\\uFE00',\n\tvarsubsetneqq: '\\u2ACB\\uFE00',\n\tvarsupsetneq: '\\u228B\\uFE00',\n\tvarsupsetneqq: '\\u2ACC\\uFE00',\n\tvartheta: '\\u03D1',\n\tvartriangleleft: '\\u22B2',\n\tvartriangleright: '\\u22B3',\n\tVbar: '\\u2AEB',\n\tvBar: '\\u2AE8',\n\tvBarv: '\\u2AE9',\n\tVcy: '\\u0412',\n\tvcy: '\\u0432',\n\tVDash: '\\u22AB',\n\tVdash: '\\u22A9',\n\tvDash: '\\u22A8',\n\tvdash: '\\u22A2',\n\tVdashl: '\\u2AE6',\n\tVee: '\\u22C1',\n\tvee: '\\u2228',\n\tveebar: '\\u22BB',\n\tveeeq: '\\u225A',\n\tvellip: '\\u22EE',\n\tVerbar: '\\u2016',\n\tverbar: '\\u007C',\n\tVert: '\\u2016',\n\tvert: '\\u007C',\n\tVerticalBar: '\\u2223',\n\tVerticalLine: '\\u007C',\n\tVerticalSeparator: '\\u2758',\n\tVerticalTilde: '\\u2240',\n\tVeryThinSpace: '\\u200A',\n\tVfr: '\\uD835\\uDD19',\n\tvfr: '\\uD835\\uDD33',\n\tvltri: '\\u22B2',\n\tvnsub: '\\u2282\\u20D2',\n\tvnsup: '\\u2283\\u20D2',\n\tVopf: '\\uD835\\uDD4D',\n\tvopf: '\\uD835\\uDD67',\n\tvprop: '\\u221D',\n\tvrtri: '\\u22B3',\n\tVscr: '\\uD835\\uDCB1',\n\tvscr: '\\uD835\\uDCCB',\n\tvsubnE: '\\u2ACB\\uFE00',\n\tvsubne: '\\u228A\\uFE00',\n\tvsupnE: '\\u2ACC\\uFE00',\n\tvsupne: '\\u228B\\uFE00',\n\tVvdash: '\\u22AA',\n\tvzigzag: '\\u299A',\n\tWcirc: '\\u0174',\n\twcirc: '\\u0175',\n\twedbar: '\\u2A5F',\n\tWedge: '\\u22C0',\n\twedge: '\\u2227',\n\twedgeq: '\\u2259',\n\tweierp: '\\u2118',\n\tWfr: '\\uD835\\uDD1A',\n\twfr: '\\uD835\\uDD34',\n\tWopf: '\\uD835\\uDD4E',\n\twopf: '\\uD835\\uDD68',\n\twp: '\\u2118',\n\twr: '\\u2240',\n\twreath: '\\u2240',\n\tWscr: '\\uD835\\uDCB2',\n\twscr: '\\uD835\\uDCCC',\n\txcap: '\\u22C2',\n\txcirc: '\\u25EF',\n\txcup: '\\u22C3',\n\txdtri: '\\u25BD',\n\tXfr: '\\uD835\\uDD1B',\n\txfr: '\\uD835\\uDD35',\n\txhArr: '\\u27FA',\n\txharr: '\\u27F7',\n\tXi: '\\u039E',\n\txi: '\\u03BE',\n\txlArr: '\\u27F8',\n\txlarr: '\\u27F5',\n\txmap: '\\u27FC',\n\txnis: '\\u22FB',\n\txodot: '\\u2A00',\n\tXopf: '\\uD835\\uDD4F',\n\txopf: '\\uD835\\uDD69',\n\txoplus: '\\u2A01',\n\txotime: '\\u2A02',\n\txrArr: '\\u27F9',\n\txrarr: '\\u27F6',\n\tXscr: '\\uD835\\uDCB3',\n\txscr: '\\uD835\\uDCCD',\n\txsqcup: '\\u2A06',\n\txuplus: '\\u2A04',\n\txutri: '\\u25B3',\n\txvee: '\\u22C1',\n\txwedge: '\\u22C0',\n\tYacute: '\\u00DD',\n\tyacute: '\\u00FD',\n\tYAcy: '\\u042F',\n\tyacy: '\\u044F',\n\tYcirc: '\\u0176',\n\tycirc: '\\u0177',\n\tYcy: '\\u042B',\n\tycy: '\\u044B',\n\tyen: '\\u00A5',\n\tYfr: '\\uD835\\uDD1C',\n\tyfr: '\\uD835\\uDD36',\n\tYIcy: '\\u0407',\n\tyicy: '\\u0457',\n\tYopf: '\\uD835\\uDD50',\n\tyopf: '\\uD835\\uDD6A',\n\tYscr: '\\uD835\\uDCB4',\n\tyscr: '\\uD835\\uDCCE',\n\tYUcy: '\\u042E',\n\tyucy: '\\u044E',\n\tYuml: '\\u0178',\n\tyuml: '\\u00FF',\n\tZacute: '\\u0179',\n\tzacute: '\\u017A',\n\tZcaron: '\\u017D',\n\tzcaron: '\\u017E',\n\tZcy: '\\u0417',\n\tzcy: '\\u0437',\n\tZdot: '\\u017B',\n\tzdot: '\\u017C',\n\tzeetrf: '\\u2128',\n\tZeroWidthSpace: '\\u200B',\n\tZeta: '\\u0396',\n\tzeta: '\\u03B6',\n\tZfr: '\\u2128',\n\tzfr: '\\uD835\\uDD37',\n\tZHcy: '\\u0416',\n\tzhcy: '\\u0436',\n\tzigrarr: '\\u21DD',\n\tZopf: '\\u2124',\n\tzopf: '\\uD835\\uDD6B',\n\tZscr: '\\uD835\\uDCB5',\n\tzscr: '\\uD835\\uDCCF',\n\tzwj: '\\u200D',\n\tzwnj: '\\u200C',\n});\n\n/**\n * @deprecated\n * Use `HTML_ENTITIES` instead.\n * @see {@link HTML_ENTITIES}\n */\nexports.entityMap = exports.HTML_ENTITIES;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar g = require('./grammar');\nvar errors = require('./errors');\n\nvar isHTMLEscapableRawTextElement = conventions.isHTMLEscapableRawTextElement;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isHTMLRawTextElement = conventions.isHTMLRawTextElement;\nvar hasOwn = conventions.hasOwn;\nvar NAMESPACE = conventions.NAMESPACE;\nvar ParseError = errors.ParseError;\nvar DOMException = errors.DOMException;\n\n//var handlers = 'resolveEntity,getExternalSubset,characters,endDocument,endElement,endPrefixMapping,ignorableWhitespace,processingInstruction,setDocumentLocator,skippedEntity,startDocument,startElement,startPrefixMapping,notationDecl,unparsedEntityDecl,error,fatalError,warning,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,comment,endCDATA,endDTD,endEntity,startCDATA,startDTD,startEntity'.split(',')\n\n//S_TAG,\tS_ATTR,\tS_EQ,\tS_ATTR_NOQUOT_VALUE\n//S_ATTR_SPACE,\tS_ATTR_END,\tS_TAG_SPACE, S_TAG_CLOSE\nvar S_TAG = 0; //tag name offerring\nvar S_ATTR = 1; //attr name offerring\nvar S_ATTR_SPACE = 2; //attr name end and space offer\nvar S_EQ = 3; //=space?\nvar S_ATTR_NOQUOT_VALUE = 4; //attr value(no quot value only)\nvar S_ATTR_END = 5; //attr value end and no space(quot end)\nvar S_TAG_SPACE = 6; //(attr value end || tag end ) && (space offer)\nvar S_TAG_CLOSE = 7; //closed el\n\nfunction XMLReader() {}\n\nXMLReader.prototype = {\n\tparse: function (source, defaultNSMap, entityMap) {\n\t\tvar domBuilder = this.domBuilder;\n\t\tdomBuilder.startDocument();\n\t\t_copy(defaultNSMap, (defaultNSMap = Object.create(null)));\n\t\tparse(source, defaultNSMap, entityMap, domBuilder, this.errorHandler);\n\t\tdomBuilder.endDocument();\n\t},\n};\n\n/**\n * Detecting everything that might be a reference,\n * including those without ending `;`, since those are allowed in HTML.\n * The entityReplacer takes care of verifying and transforming each occurrence,\n * and reports to the errorHandler on those that are not OK,\n * depending on the context.\n */\nvar ENTITY_REG = /&#?\\w+;?/g;\n\nfunction parse(source, defaultNSMapCopy, entityMap, domBuilder, errorHandler) {\n\tvar isHTML = isHTMLMimeType(domBuilder.mimeType);\n\tif (source.indexOf(g.UNICODE_REPLACEMENT_CHARACTER) >= 0) {\n\t\treturn errorHandler.fatalError('Unicode replacement character detected, source encoding issues?');\n\t}\n\n\tfunction fixedFromCharCode(code) {\n\t\t// String.prototype.fromCharCode does not supports\n\t\t// > 2 bytes unicode chars directly\n\t\tif (code > 0xffff) {\n\t\t\tcode -= 0x10000;\n\t\t\tvar surrogate1 = 0xd800 + (code >> 10),\n\t\t\t\tsurrogate2 = 0xdc00 + (code & 0x3ff);\n\n\t\t\treturn String.fromCharCode(surrogate1, surrogate2);\n\t\t} else {\n\t\t\treturn String.fromCharCode(code);\n\t\t}\n\t}\n\n\tfunction entityReplacer(a) {\n\t\tvar complete = a[a.length - 1] === ';' ? a : a + ';';\n\t\tif (!isHTML && complete !== a) {\n\t\t\terrorHandler.error('EntityRef: expecting ;');\n\t\t\treturn a;\n\t\t}\n\t\tvar match = g.Reference.exec(complete);\n\t\tif (!match || match[0].length !== complete.length) {\n\t\t\terrorHandler.error('entity not matching Reference production: ' + a);\n\t\t\treturn a;\n\t\t}\n\t\tvar k = complete.slice(1, -1);\n\t\tif (hasOwn(entityMap, k)) {\n\t\t\treturn entityMap[k];\n\t\t} else if (k.charAt(0) === '#') {\n\t\t\treturn fixedFromCharCode(parseInt(k.substr(1).replace('x', '0x')));\n\t\t} else {\n\t\t\terrorHandler.error('entity not found:' + a);\n\t\t\treturn a;\n\t\t}\n\t}\n\n\tfunction appendText(end) {\n\t\t//has some bugs\n\t\tif (end > start) {\n\t\t\tvar xt = source.substring(start, end).replace(ENTITY_REG, entityReplacer);\n\t\t\tlocator && position(start);\n\t\t\tdomBuilder.characters(xt, 0, end - start);\n\t\t\tstart = end;\n\t\t}\n\t}\n\n\tfunction position(p, m) {\n\t\twhile (p >= lineEnd && (m = linePattern.exec(source))) {\n\t\t\tlineStart = m.index;\n\t\t\tlineEnd = lineStart + m[0].length;\n\t\t\tlocator.lineNumber++;\n\t\t}\n\t\tlocator.columnNumber = p - lineStart + 1;\n\t}\n\n\tvar lineStart = 0;\n\tvar lineEnd = 0;\n\tvar linePattern = /.*(?:\\r\\n?|\\n)|.*$/g;\n\tvar locator = domBuilder.locator;\n\n\tvar parseStack = [{ currentNSMap: defaultNSMapCopy }];\n\tvar unclosedTags = [];\n\tvar start = 0;\n\twhile (true) {\n\t\ttry {\n\t\t\tvar tagStart = source.indexOf('<', start);\n\t\t\tif (tagStart < 0) {\n\t\t\t\tif (!isHTML && unclosedTags.length > 0) {\n\t\t\t\t\treturn errorHandler.fatalError('unclosed xml tag(s): ' + unclosedTags.join(', '));\n\t\t\t\t}\n\t\t\t\tif (!source.substring(start).match(/^\\s*$/)) {\n\t\t\t\t\tvar doc = domBuilder.doc;\n\t\t\t\t\tvar text = doc.createTextNode(source.substr(start));\n\t\t\t\t\tif (doc.documentElement) {\n\t\t\t\t\t\treturn errorHandler.error('Extra content at the end of the document');\n\t\t\t\t\t}\n\t\t\t\t\tdoc.appendChild(text);\n\t\t\t\t\tdomBuilder.currentElement = text;\n\t\t\t\t}\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (tagStart > start) {\n\t\t\t\tvar fromSource = source.substring(start, tagStart);\n\t\t\t\tif (!isHTML && unclosedTags.length === 0) {\n\t\t\t\t\tfromSource = fromSource.replace(new RegExp(g.S_OPT.source, 'g'), '');\n\t\t\t\t\tfromSource && errorHandler.error(\"Unexpected content outside root element: '\" + fromSource + \"'\");\n\t\t\t\t}\n\t\t\t\tappendText(tagStart);\n\t\t\t}\n\t\t\tswitch (source.charAt(tagStart + 1)) {\n\t\t\t\tcase '/':\n\t\t\t\t\tvar end = source.indexOf('>', tagStart + 2);\n\t\t\t\t\tvar tagNameRaw = source.substring(tagStart + 2, end > 0 ? end : undefined);\n\t\t\t\t\tif (!tagNameRaw) {\n\t\t\t\t\t\treturn errorHandler.fatalError('end tag name missing');\n\t\t\t\t\t}\n\t\t\t\t\tvar tagNameMatch = end > 0 && g.reg('^', g.QName_group, g.S_OPT, '$').exec(tagNameRaw);\n\t\t\t\t\tif (!tagNameMatch) {\n\t\t\t\t\t\treturn errorHandler.fatalError('end tag name contains invalid characters: \"' + tagNameRaw + '\"');\n\t\t\t\t\t}\n\t\t\t\t\tif (!domBuilder.currentElement && !domBuilder.doc.documentElement) {\n\t\t\t\t\t\t// not enough information to provide a helpful error message,\n\t\t\t\t\t\t// but parsing will throw since there is no root element\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tvar currentTagName =\n\t\t\t\t\t\tunclosedTags[unclosedTags.length - 1] ||\n\t\t\t\t\t\tdomBuilder.currentElement.tagName ||\n\t\t\t\t\t\tdomBuilder.doc.documentElement.tagName ||\n\t\t\t\t\t\t'';\n\t\t\t\t\tif (currentTagName !== tagNameMatch[1]) {\n\t\t\t\t\t\tvar tagNameLower = tagNameMatch[1].toLowerCase();\n\t\t\t\t\t\tif (!isHTML || currentTagName.toLowerCase() !== tagNameLower) {\n\t\t\t\t\t\t\treturn errorHandler.fatalError('Opening and ending tag mismatch: \"' + currentTagName + '\" != \"' + tagNameRaw + '\"');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tvar config = parseStack.pop();\n\t\t\t\t\tunclosedTags.pop();\n\t\t\t\t\tvar localNSMap = config.localNSMap;\n\t\t\t\t\tdomBuilder.endElement(config.uri, config.localName, currentTagName);\n\t\t\t\t\tif (localNSMap) {\n\t\t\t\t\t\tfor (var prefix in localNSMap) {\n\t\t\t\t\t\t\tif (hasOwn(localNSMap, prefix)) {\n\t\t\t\t\t\t\t\tdomBuilder.endPrefixMapping(prefix);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tend++;\n\t\t\t\t\tbreak;\n\t\t\t\t// end element\n\t\t\t\tcase '?': // \n\t\t\t\t\tlocator && position(tagStart);\n\t\t\t\t\tend = parseProcessingInstruction(source, tagStart, domBuilder, errorHandler);\n\t\t\t\t\tbreak;\n\t\t\t\tcase '!': // start) {\n\t\t\tstart = end;\n\t\t} else {\n\t\t\t//Possible sax fallback here, risk of positional error\n\t\t\tappendText(Math.max(tagStart, start) + 1);\n\t\t}\n\t}\n}\n\nfunction copyLocator(f, t) {\n\tt.lineNumber = f.lineNumber;\n\tt.columnNumber = f.columnNumber;\n\treturn t;\n}\n\n/**\n * @returns\n * end of the elementStartPart(end of elementEndPart for selfClosed el)\n * @see {@link #appendElement}\n */\nfunction parseElementStartPart(source, start, el, currentNSMap, entityReplacer, errorHandler, isHTML) {\n\t/**\n\t * @param {string} qname\n\t * @param {string} value\n\t * @param {number} startIndex\n\t */\n\tfunction addAttribute(qname, value, startIndex) {\n\t\tif (hasOwn(el.attributeNames, qname)) {\n\t\t\treturn errorHandler.fatalError('Attribute ' + qname + ' redefined');\n\t\t}\n\t\tif (!isHTML && value.indexOf('<') >= 0) {\n\t\t\treturn errorHandler.fatalError(\"Unescaped '<' not allowed in attributes values\");\n\t\t}\n\t\tel.addValue(\n\t\t\tqname,\n\t\t\t// @see https://www.w3.org/TR/xml/#AVNormalize\n\t\t\t// since the xmldom sax parser does not \"interpret\" DTD the following is not implemented:\n\t\t\t// - recursive replacement of (DTD) entity references\n\t\t\t// - trimming and collapsing multiple spaces into a single one for attributes that are not of type CDATA\n\t\t\tvalue.replace(/[\\t\\n\\r]/g, ' ').replace(ENTITY_REG, entityReplacer),\n\t\t\tstartIndex\n\t\t);\n\t}\n\n\tvar attrName;\n\tvar value;\n\tvar p = ++start;\n\tvar s = S_TAG; //status\n\twhile (true) {\n\t\tvar c = source.charAt(p);\n\t\tswitch (c) {\n\t\t\tcase '=':\n\t\t\t\tif (s === S_ATTR) {\n\t\t\t\t\t//attrName\n\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\ts = S_EQ;\n\t\t\t\t} else if (s === S_ATTR_SPACE) {\n\t\t\t\t\ts = S_EQ;\n\t\t\t\t} else {\n\t\t\t\t\t//fatalError: equal must after attrName or space after attrName\n\t\t\t\t\tthrow new Error('attribute equal must after attrName'); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase \"'\":\n\t\t\tcase '\"':\n\t\t\t\tif (\n\t\t\t\t\ts === S_EQ ||\n\t\t\t\t\ts === S_ATTR //|| s == S_ATTR_SPACE\n\t\t\t\t) {\n\t\t\t\t\t//equal\n\t\t\t\t\tif (s === S_ATTR) {\n\t\t\t\t\t\terrorHandler.warning('attribute value must after \"=\"');\n\t\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\t}\n\t\t\t\t\tstart = p + 1;\n\t\t\t\t\tp = source.indexOf(c, start);\n\t\t\t\t\tif (p > 0) {\n\t\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\t\taddAttribute(attrName, value, start - 1);\n\t\t\t\t\t\ts = S_ATTR_END;\n\t\t\t\t\t} else {\n\t\t\t\t\t\t//fatalError: no end quot match\n\t\t\t\t\t\tthrow new Error(\"attribute value no end '\" + c + \"' match\");\n\t\t\t\t\t}\n\t\t\t\t} else if (s == S_ATTR_NOQUOT_VALUE) {\n\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\terrorHandler.warning('attribute \"' + attrName + '\" missed start quot(' + c + ')!!');\n\t\t\t\t\tstart = p + 1;\n\t\t\t\t\ts = S_ATTR_END;\n\t\t\t\t} else {\n\t\t\t\t\t//fatalError: no equal before\n\t\t\t\t\tthrow new Error('attribute value must after \"=\"'); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase '/':\n\t\t\t\tswitch (s) {\n\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\ts = S_TAG_CLOSE;\n\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE:\n\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t//case S_EQ:\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tthrow new Error(\"attribute invalid close char('/')\"); // No known test case\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase '': //end document\n\t\t\t\terrorHandler.error('unexpected end of input');\n\t\t\t\tif (s == S_TAG) {\n\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t}\n\t\t\t\treturn p;\n\t\t\tcase '>':\n\t\t\t\tswitch (s) {\n\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\tel.setTagName(source.slice(start, p));\n\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\tbreak; //normal\n\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE: //Compatible state\n\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\tvalue = source.slice(start, p);\n\t\t\t\t\t\tif (value.slice(-1) === '/') {\n\t\t\t\t\t\t\tel.closed = true;\n\t\t\t\t\t\t\tvalue = value.slice(0, -1);\n\t\t\t\t\t\t}\n\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\tif (s === S_ATTR_SPACE) {\n\t\t\t\t\t\t\tvalue = attrName;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (s == S_ATTR_NOQUOT_VALUE) {\n\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed quot(\")!');\n\t\t\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed value!! \"' + value + '\" instead!!');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\taddAttribute(value, value, start);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase S_EQ:\n\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\treturn errorHandler.fatalError('AttValue: \\' or \" expected');\n\t\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn p;\n\t\t\t/*xml space '\\x20' | #x9 | #xD | #xA; */\n\t\t\tcase '\\u0080':\n\t\t\t\tc = ' ';\n\t\t\tdefault:\n\t\t\t\tif (c <= ' ') {\n\t\t\t\t\t//space\n\t\t\t\t\tswitch (s) {\n\t\t\t\t\t\tcase S_TAG:\n\t\t\t\t\t\t\tel.setTagName(source.slice(start, p)); //tagName\n\t\t\t\t\t\t\ts = S_TAG_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR:\n\t\t\t\t\t\t\tattrName = source.slice(start, p);\n\t\t\t\t\t\t\ts = S_ATTR_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR_NOQUOT_VALUE:\n\t\t\t\t\t\t\tvar value = source.slice(start, p);\n\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + value + '\" missed quot(\")!!');\n\t\t\t\t\t\t\taddAttribute(attrName, value, start);\n\t\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\t\t\ts = S_TAG_SPACE;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t//case S_TAG_SPACE:\n\t\t\t\t\t\t//case S_EQ:\n\t\t\t\t\t\t//case S_ATTR_SPACE:\n\t\t\t\t\t\t//\tvoid();break;\n\t\t\t\t\t\t//case S_TAG_CLOSE:\n\t\t\t\t\t\t//ignore warning\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t//not space\n\t\t\t\t\t//S_TAG,\tS_ATTR,\tS_EQ,\tS_ATTR_NOQUOT_VALUE\n\t\t\t\t\t//S_ATTR_SPACE,\tS_ATTR_END,\tS_TAG_SPACE, S_TAG_CLOSE\n\t\t\t\t\tswitch (s) {\n\t\t\t\t\t\t//case S_TAG:void();break;\n\t\t\t\t\t\t//case S_ATTR:void();break;\n\t\t\t\t\t\t//case S_ATTR_NOQUOT_VALUE:void();break;\n\t\t\t\t\t\tcase S_ATTR_SPACE:\n\t\t\t\t\t\t\tif (!isHTML) {\n\t\t\t\t\t\t\t\terrorHandler.warning('attribute \"' + attrName + '\" missed value!! \"' + attrName + '\" instead2!!');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\taddAttribute(attrName, attrName, start);\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\ts = S_ATTR;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_ATTR_END:\n\t\t\t\t\t\t\terrorHandler.warning('attribute space is required\"' + attrName + '\"!!');\n\t\t\t\t\t\tcase S_TAG_SPACE:\n\t\t\t\t\t\t\ts = S_ATTR;\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_EQ:\n\t\t\t\t\t\t\ts = S_ATTR_NOQUOT_VALUE;\n\t\t\t\t\t\t\tstart = p;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase S_TAG_CLOSE:\n\t\t\t\t\t\t\tthrow new Error(\"elements closed character '/' and '>' must be connected to\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t} //end outer switch\n\t\tp++;\n\t}\n}\n\n/**\n * @returns\n * `true` if a new namespace has been defined.\n */\nfunction appendElement(el, domBuilder, currentNSMap) {\n\tvar tagName = el.tagName;\n\tvar localNSMap = null;\n\tvar i = el.length;\n\twhile (i--) {\n\t\tvar a = el[i];\n\t\tvar qName = a.qName;\n\t\tvar value = a.value;\n\t\tvar nsp = qName.indexOf(':');\n\t\tif (nsp > 0) {\n\t\t\tvar prefix = (a.prefix = qName.slice(0, nsp));\n\t\t\tvar localName = qName.slice(nsp + 1);\n\t\t\tvar nsPrefix = prefix === 'xmlns' && localName;\n\t\t} else {\n\t\t\tlocalName = qName;\n\t\t\tprefix = null;\n\t\t\tnsPrefix = qName === 'xmlns' && '';\n\t\t}\n\t\t//can not set prefix,because prefix !== ''\n\t\ta.localName = localName;\n\t\t//prefix == null for no ns prefix attribute\n\t\tif (nsPrefix !== false) {\n\t\t\t//hack!!\n\t\t\tif (localNSMap == null) {\n\t\t\t\tlocalNSMap = Object.create(null);\n\t\t\t\t_copy(currentNSMap, (currentNSMap = Object.create(null)));\n\t\t\t}\n\t\t\tcurrentNSMap[nsPrefix] = localNSMap[nsPrefix] = value;\n\t\t\ta.uri = NAMESPACE.XMLNS;\n\t\t\tdomBuilder.startPrefixMapping(nsPrefix, value);\n\t\t}\n\t}\n\tvar i = el.length;\n\twhile (i--) {\n\t\ta = el[i];\n\t\tif (a.prefix) {\n\t\t\t//no prefix attribute has no namespace\n\t\t\tif (a.prefix === 'xml') {\n\t\t\t\ta.uri = NAMESPACE.XML;\n\t\t\t}\n\t\t\tif (a.prefix !== 'xmlns') {\n\t\t\t\ta.uri = currentNSMap[a.prefix];\n\t\t\t}\n\t\t}\n\t}\n\tvar nsp = tagName.indexOf(':');\n\tif (nsp > 0) {\n\t\tprefix = el.prefix = tagName.slice(0, nsp);\n\t\tlocalName = el.localName = tagName.slice(nsp + 1);\n\t} else {\n\t\tprefix = null; //important!!\n\t\tlocalName = el.localName = tagName;\n\t}\n\t//no prefix element has default namespace\n\tvar ns = (el.uri = currentNSMap[prefix || '']);\n\tdomBuilder.startElement(ns, localName, tagName, el);\n\t//endPrefixMapping and startPrefixMapping have not any help for dom builder\n\t//localNSMap = null\n\tif (el.closed) {\n\t\tdomBuilder.endElement(ns, localName, tagName);\n\t\tif (localNSMap) {\n\t\t\tfor (prefix in localNSMap) {\n\t\t\t\tif (hasOwn(localNSMap, prefix)) {\n\t\t\t\t\tdomBuilder.endPrefixMapping(prefix);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} else {\n\t\tel.currentNSMap = currentNSMap;\n\t\tel.localNSMap = localNSMap;\n\t\t//parseStack.push(el);\n\t\treturn true;\n\t}\n}\n\nfunction parseHtmlSpecialContent(source, elStartEnd, tagName, entityReplacer, domBuilder) {\n\t// https://html.spec.whatwg.org/#raw-text-elements\n\t// https://html.spec.whatwg.org/#escapable-raw-text-elements\n\t// https://html.spec.whatwg.org/#cdata-rcdata-restrictions:raw-text-elements\n\t// TODO: https://html.spec.whatwg.org/#cdata-rcdata-restrictions\n\tvar isEscapableRaw = isHTMLEscapableRawTextElement(tagName);\n\tif (isEscapableRaw || isHTMLRawTextElement(tagName)) {\n\t\tvar elEndStart = source.indexOf('', elStartEnd);\n\t\tvar text = source.substring(elStartEnd + 1, elEndStart);\n\n\t\tif (isEscapableRaw) {\n\t\t\ttext = text.replace(ENTITY_REG, entityReplacer);\n\t\t}\n\t\tdomBuilder.characters(text, 0, text.length);\n\t\treturn elEndStart;\n\t}\n\treturn elStartEnd + 1;\n}\n\nfunction _copy(source, target) {\n\tfor (var n in source) {\n\t\tif (hasOwn(source, n)) {\n\t\t\ttarget[n] = source[n];\n\t\t}\n\t}\n}\n\n/**\n * @typedef ParseUtils\n * @property {function(relativeIndex: number?): string | undefined} char\n * Provides look ahead access to a singe character relative to the current index.\n * @property {function(): number} getIndex\n * Provides read-only access to the current index.\n * @property {function(reg: RegExp): string | null} getMatch\n * Applies the provided regular expression enforcing that it starts at the current index and\n * returns the complete matching string,\n * and moves the current index by the length of the matching string.\n * @property {function(): string} getSource\n * Provides read-only access to the complete source.\n * @property {function(places: number?): void} skip\n * moves the current index by places (defaults to 1)\n * @property {function(): number} skipBlanks\n * Moves the current index by the amount of white space that directly follows the current index\n * and returns the amount of whitespace chars skipped (0..n),\n * or -1 if the end of the source was reached.\n * @property {function(): string} substringFromIndex\n * creates a substring from the current index to the end of `source`\n * @property {function(compareWith: string): boolean} substringStartsWith\n * Checks if source contains `compareWith`,\n * starting from the current index.\n * @see {@link parseUtils}\n */\n\n/**\n * A temporary scope for parsing and look ahead operations in `source`,\n * starting from index `start`.\n *\n * Some operations move the current index by a number of positions,\n * after which `getIndex` returns the new index.\n *\n * @param {string} source\n * @param {number} start\n * @returns {ParseUtils}\n */\nfunction parseUtils(source, start) {\n\tvar index = start;\n\n\tfunction char(n) {\n\t\tn = n || 0;\n\t\treturn source.charAt(index + n);\n\t}\n\n\tfunction skip(n) {\n\t\tn = n || 1;\n\t\tindex += n;\n\t}\n\n\tfunction skipBlanks() {\n\t\tvar blanks = 0;\n\t\twhile (index < source.length) {\n\t\t\tvar c = char();\n\t\t\tif (c !== ' ' && c !== '\\n' && c !== '\\t' && c !== '\\r') {\n\t\t\t\treturn blanks;\n\t\t\t}\n\t\t\tblanks++;\n\t\t\tskip();\n\t\t}\n\t\treturn -1;\n\t}\n\tfunction substringFromIndex() {\n\t\treturn source.substring(index);\n\t}\n\tfunction substringStartsWith(text) {\n\t\treturn source.substring(index, index + text.length) === text;\n\t}\n\n\tfunction getMatch(args) {\n\t\tvar expr = g.reg('^', args);\n\t\tvar match = expr.exec(substringFromIndex());\n\t\tif (match) {\n\t\t\tskip(match[0].length);\n\t\t\treturn match[0];\n\t\t}\n\t\treturn null;\n\t}\n\treturn {\n\t\tchar: char,\n\t\tgetIndex: function () {\n\t\t\treturn index;\n\t\t},\n\t\tgetMatch: getMatch,\n\t\tgetSource: function () {\n\t\t\treturn source;\n\t\t},\n\t\tskip: skip,\n\t\tskipBlanks: skipBlanks,\n\t\tsubstringFromIndex: substringFromIndex,\n\t\tsubstringStartsWith: substringStartsWith,\n\t};\n}\n\n/**\n * @param {ParseUtils} p\n * @param {DOMHandler} errorHandler\n * @returns {string}\n */\nfunction parseDoctypeInternalSubset(p, errorHandler) {\n\t/**\n\t * @param {ParseUtils} p\n\t * @param {DOMHandler} errorHandler\n\t * @returns {string}\n\t */\n\tfunction parsePI(p, errorHandler) {\n\t\tvar match = g.PI.exec(p.substringFromIndex());\n\t\tif (!match) {\n\t\t\treturn errorHandler.fatalError('processing instruction is not well-formed at position ' + p.getIndex());\n\t\t}\n\t\tif (match[1].toLowerCase() === 'xml') {\n\t\t\treturn errorHandler.fatalError(\n\t\t\t\t'xml declaration is only allowed at the start of the document, but found at position ' + p.getIndex()\n\t\t\t);\n\t\t}\n\t\tp.skip(match[0].length);\n\t\treturn match[0];\n\t}\n\t// Parse internal subset\n\tvar source = p.getSource();\n\tif (p.char() === '[') {\n\t\tp.skip(1);\n\t\tvar intSubsetStart = p.getIndex();\n\t\twhile (p.getIndex() < source.length) {\n\t\t\tp.skipBlanks();\n\t\t\tif (p.char() === ']') {\n\t\t\t\tvar internalSubset = source.substring(intSubsetStart, p.getIndex());\n\t\t\t\tp.skip(1);\n\t\t\t\treturn internalSubset;\n\t\t\t}\n\t\t\tvar current = null;\n\t\t\t// Only in external subset\n\t\t\t// if (char() === '<' && char(1) === '!' && char(2) === '[') {\n\t\t\t// \tparseConditionalSections(p, errorHandler);\n\t\t\t// } else\n\t\t\tif (p.char() === '<' && p.char(1) === '!') {\n\t\t\t\tswitch (p.char(2)) {\n\t\t\t\t\tcase 'E': // ELEMENT | ENTITY\n\t\t\t\t\t\tif (p.char(3) === 'L') {\n\t\t\t\t\t\t\tcurrent = p.getMatch(g.elementdecl);\n\t\t\t\t\t\t} else if (p.char(3) === 'N') {\n\t\t\t\t\t\t\tcurrent = p.getMatch(g.EntityDecl);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'A': // ATTRIBUTE\n\t\t\t\t\t\tcurrent = p.getMatch(g.AttlistDecl);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'N': // NOTATION\n\t\t\t\t\t\tcurrent = p.getMatch(g.NotationDecl);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase '-': // COMMENT\n\t\t\t\t\t\tcurrent = p.getMatch(g.Comment);\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else if (p.char() === '<' && p.char(1) === '?') {\n\t\t\t\tcurrent = parsePI(p, errorHandler);\n\t\t\t} else if (p.char() === '%') {\n\t\t\t\tcurrent = p.getMatch(g.PEReference);\n\t\t\t} else {\n\t\t\t\treturn errorHandler.fatalError('Error detected in Markup declaration');\n\t\t\t}\n\t\t\tif (!current) {\n\t\t\t\treturn errorHandler.fatalError('Error in internal subset at position ' + p.getIndex());\n\t\t\t}\n\t\t}\n\t\treturn errorHandler.fatalError('doctype internal subset is not well-formed, missing ]');\n\t}\n}\n\n/**\n * Called when the parser encounters an element starting with '') {\n\t\t\t\treturn errorHandler.fatalError('doctype not terminated with > at position ' + p.getIndex());\n\t\t\t}\n\t\t\tp.skip(1);\n\t\t\tdomBuilder.startDTD(doctype.name, doctype.publicId, doctype.systemId, doctype.internalSubset);\n\t\t\tdomBuilder.endDTD();\n\t\t\treturn p.getIndex();\n\t\t}\n\t\tdefault:\n\t\t\treturn errorHandler.fatalError('Not well-formed XML starting with \" 0) {\n\t\t\treturn errorHandler.fatalError(\n\t\t\t\t'processing instruction at position ' + start + ' is an xml declaration which is only at the start of the document'\n\t\t\t);\n\t\t}\n\t\tif (!g.XMLDecl.test(source.substring(start))) {\n\t\t\treturn errorHandler.fatalError('xml declaration is not well-formed');\n\t\t}\n\t}\n\tdomBuilder.processingInstruction(match[1], match[2]);\n\treturn start + match[0].length;\n}\n\nfunction ElementAttributes() {\n\tthis.attributeNames = Object.create(null);\n}\n\nElementAttributes.prototype = {\n\tsetTagName: function (tagName) {\n\t\tif (!g.QName_exact.test(tagName)) {\n\t\t\tthrow new Error('invalid tagName:' + tagName);\n\t\t}\n\t\tthis.tagName = tagName;\n\t},\n\taddValue: function (qName, value, offset) {\n\t\tif (!g.QName_exact.test(qName)) {\n\t\t\tthrow new Error('invalid attribute:' + qName);\n\t\t}\n\t\tthis.attributeNames[qName] = this.length;\n\t\tthis[this.length++] = { qName: qName, value: value, offset: offset };\n\t},\n\tlength: 0,\n\tgetLocalName: function (i) {\n\t\treturn this[i].localName;\n\t},\n\tgetLocator: function (i) {\n\t\treturn this[i].locator;\n\t},\n\tgetQName: function (i) {\n\t\treturn this[i].qName;\n\t},\n\tgetURI: function (i) {\n\t\treturn this[i].uri;\n\t},\n\tgetValue: function (i) {\n\t\treturn this[i].value;\n\t},\n\t//\t,getIndex:function(uri, localName)){\n\t//\t\tif(localName){\n\t//\n\t//\t\t}else{\n\t//\t\t\tvar qName = uri\n\t//\t\t}\n\t//\t},\n\t//\tgetValue:function(){return this.getValue(this.getIndex.apply(this,arguments))},\n\t//\tgetType:function(uri,localName){}\n\t//\tgetType:function(i){},\n};\n\nexports.XMLReader = XMLReader;\nexports.parseUtils = parseUtils;\nexports.parseDoctypeCommentOrCData = parseDoctypeCommentOrCData;\n","'use strict';\n\nvar conventions = require('./conventions');\nvar dom = require('./dom');\nvar errors = require('./errors');\nvar entities = require('./entities');\nvar sax = require('./sax');\n\nvar DOMImplementation = dom.DOMImplementation;\n\nvar hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nvar isHTMLMimeType = conventions.isHTMLMimeType;\nvar isValidMimeType = conventions.isValidMimeType;\nvar MIME_TYPE = conventions.MIME_TYPE;\nvar NAMESPACE = conventions.NAMESPACE;\nvar ParseError = errors.ParseError;\n\nvar XMLReader = sax.XMLReader;\n\n/**\n * Normalizes line ending according to :\n *\n * > XML parsed entities are often stored in computer files which,\n * > for editing convenience, are organized into lines.\n * > These lines are typically separated by some combination\n * > of the characters CARRIAGE RETURN (#xD) and LINE FEED (#xA).\n * >\n * > To simplify the tasks of applications, the XML processor must behave\n * > as if it normalized all line breaks in external parsed entities (including the document entity)\n * > on input, before parsing, by translating all of the following to a single #xA character:\n * >\n * > 1. the two-character sequence #xD #xA,\n * > 2. the two-character sequence #xD #x85,\n * > 3. the single character #x85,\n * > 4. the single character #x2028,\n * > 5. any #xD character that is not immediately followed by #xA or #x85.\n *\n * @param {string} input\n * @returns {string}\n * @prettierignore\n */\nfunction normalizeLineEndings(input) {\n\treturn input.replace(/\\r[\\n\\u0085]/g, '\\n').replace(/[\\r\\u0085\\u2028]/g, '\\n');\n}\n\n/**\n * @typedef Locator\n * @property {number} [columnNumber]\n * @property {number} [lineNumber]\n */\n\n/**\n * @typedef DOMParserOptions\n * @property {typeof assign} [assign]\n * The method to use instead of `conventions.assign`, which is used to copy values from\n * `options` before they are used for parsing.\n * @property {typeof DOMHandler} [domHandler]\n * For internal testing: The class for creating an instance for handling events from the SAX\n * parser.\n * *****Warning: By configuring a faulty implementation, the specified behavior can completely\n * be broken.*****.\n * @property {Function} [errorHandler]\n * DEPRECATED! use `onError` instead.\n * @property {function(level:ErrorLevel, message:string, context: DOMHandler):void}\n * [onError]\n * A function that is invoked for every error that occurs during parsing.\n *\n * If it is not provided, all errors are reported to `console.error`\n * and only `fatalError`s are thrown as a `ParseError`,\n * which prevents any further processing.\n * If the provided method throws, a `ParserError` is thrown,\n * which prevents any further processing.\n *\n * Be aware that many `warning`s are considered an error that prevents further processing in\n * most implementations.\n * @property {boolean} [locator=true]\n * Configures if the nodes created during parsing will have a `lineNumber` and a `columnNumber`\n * attribute describing their location in the XML string.\n * Default is true.\n * @property {(string) => string} [normalizeLineEndings]\n * used to replace line endings before parsing, defaults to `normalizeLineEndings`\n * @property {Object} [xmlns]\n * The XML namespaces that should be assumed when parsing.\n * The default namespace can be provided by the key that is the empty string.\n * When the `mimeType` for HTML, XHTML or SVG are passed to `parseFromString`,\n * the default namespace that will be used,\n * will be overridden according to the specification.\n * @see {@link normalizeLineEndings}\n */\n\n/**\n * The DOMParser interface provides the ability to parse XML or HTML source code from a string\n * into a DOM `Document`.\n *\n * ***xmldom is different from the spec in that it allows an `options` parameter,\n * to control the behavior***.\n *\n * @class\n * @param {DOMParserOptions} [options]\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization\n */\nfunction DOMParser(options) {\n\toptions = options || { locator: true };\n\n\t/**\n\t * The method to use instead of `conventions.assign`, which is used to copy values from\n\t * `options`\n\t * before they are used for parsing.\n\t *\n\t * @type {conventions.assign}\n\t * @private\n\t * @see {@link conventions.assign}\n\t * @readonly\n\t */\n\tthis.assign = options.assign || conventions.assign;\n\n\t/**\n\t * For internal testing: The class for creating an instance for handling events from the SAX\n\t * parser.\n\t * *****Warning: By configuring a faulty implementation, the specified behavior can completely\n\t * be broken*****.\n\t *\n\t * @type {typeof DOMHandler}\n\t * @private\n\t * @readonly\n\t */\n\tthis.domHandler = options.domHandler || DOMHandler;\n\n\t/**\n\t * A function that is invoked for every error that occurs during parsing.\n\t *\n\t * If it is not provided, all errors are reported to `console.error`\n\t * and only `fatalError`s are thrown as a `ParseError`,\n\t * which prevents any further processing.\n\t * If the provided method throws, a `ParserError` is thrown,\n\t * which prevents any further processing.\n\t *\n\t * Be aware that many `warning`s are considered an error that prevents further processing in\n\t * most implementations.\n\t *\n\t * @type {function(level:ErrorLevel, message:string, context: DOMHandler):void}\n\t * @see {@link onErrorStopParsing}\n\t * @see {@link onWarningStopParsing}\n\t */\n\tthis.onError = options.onError || options.errorHandler;\n\tif (options.errorHandler && typeof options.errorHandler !== 'function') {\n\t\tthrow new TypeError('errorHandler object is no longer supported, switch to onError!');\n\t} else if (options.errorHandler) {\n\t\toptions.errorHandler('warning', 'The `errorHandler` option has been deprecated, use `onError` instead!', this);\n\t}\n\n\t/**\n\t * used to replace line endings before parsing, defaults to `normalizeLineEndings`\n\t *\n\t * @type {(string) => string}\n\t * @readonly\n\t */\n\tthis.normalizeLineEndings = options.normalizeLineEndings || normalizeLineEndings;\n\n\t/**\n\t * Configures if the nodes created during parsing will have a `lineNumber` and a\n\t * `columnNumber`\n\t * attribute describing their location in the XML string.\n\t * Default is true.\n\t *\n\t * @type {boolean}\n\t * @readonly\n\t */\n\tthis.locator = !!options.locator;\n\n\t/**\n\t * The default namespace can be provided by the key that is the empty string.\n\t * When the `mimeType` for HTML, XHTML or SVG are passed to `parseFromString`,\n\t * the default namespace that will be used,\n\t * will be overridden according to the specification.\n\t *\n\t * @type {Readonly}\n\t * @readonly\n\t */\n\tthis.xmlns = this.assign(Object.create(null), options.xmlns);\n}\n\n/**\n * Parses `source` using the options in the way configured by the `DOMParserOptions` of `this`\n * `DOMParser`. If `mimeType` is `text/html` an HTML `Document` is created,\n * otherwise an XML `Document` is created.\n *\n * __It behaves different from the description in the living standard__:\n * - Uses the `options` passed to the `DOMParser` constructor to modify the behavior.\n * - Any unexpected input is reported to `onError` with either a `warning`,\n * `error` or `fatalError` level.\n * - Any `fatalError` throws a `ParseError` which prevents further processing.\n * - Any error thrown by `onError` is converted to a `ParseError` which prevents further\n * processing - If no `Document` was created during parsing it is reported as a `fatalError`.\n * *****Warning: By configuring a faulty DOMHandler implementation,\n * the specified behavior can completely be broken*****.\n *\n * @param {string} source\n * The XML mime type only allows string input!\n * @param {string} [mimeType='application/xml']\n * the mimeType or contentType of the document to be created determines the `type` of document\n * created (XML or HTML)\n * @returns {Document}\n * The `Document` node.\n * @throws {ParseError}\n * for any `fatalError` or anything that is thrown by `onError`\n * @throws {TypeError}\n * for any invalid `mimeType`\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n * @see https://html.spec.whatwg.org/#dom-domparser-parsefromstring-dev\n */\nDOMParser.prototype.parseFromString = function (source, mimeType) {\n\tif (!isValidMimeType(mimeType)) {\n\t\tthrow new TypeError('DOMParser.parseFromString: the provided mimeType \"' + mimeType + '\" is not valid.');\n\t}\n\tvar defaultNSMap = this.assign(Object.create(null), this.xmlns);\n\tvar entityMap = entities.XML_ENTITIES;\n\tvar defaultNamespace = defaultNSMap[''] || null;\n\tif (hasDefaultHTMLNamespace(mimeType)) {\n\t\tentityMap = entities.HTML_ENTITIES;\n\t\tdefaultNamespace = NAMESPACE.HTML;\n\t} else if (mimeType === MIME_TYPE.XML_SVG_IMAGE) {\n\t\tdefaultNamespace = NAMESPACE.SVG;\n\t}\n\tdefaultNSMap[''] = defaultNamespace;\n\tdefaultNSMap.xml = defaultNSMap.xml || NAMESPACE.XML;\n\n\tvar domBuilder = new this.domHandler({\n\t\tmimeType: mimeType,\n\t\tdefaultNamespace: defaultNamespace,\n\t\tonError: this.onError,\n\t});\n\tvar locator = this.locator ? {} : undefined;\n\tif (this.locator) {\n\t\tdomBuilder.setDocumentLocator(locator);\n\t}\n\n\tvar sax = new XMLReader();\n\tsax.errorHandler = domBuilder;\n\tsax.domBuilder = domBuilder;\n\tvar isXml = !conventions.isHTMLMimeType(mimeType);\n\tif (isXml && typeof source !== 'string') {\n\t\tsax.errorHandler.fatalError('source is not a string');\n\t}\n\tsax.parse(this.normalizeLineEndings(String(source)), defaultNSMap, entityMap);\n\tif (!domBuilder.doc.documentElement) {\n\t\tsax.errorHandler.fatalError('missing root element');\n\t}\n\treturn domBuilder.doc;\n};\n\n/**\n * @typedef DOMHandlerOptions\n * @property {string} [mimeType=MIME_TYPE.XML_APPLICATION]\n * @property {string | null} [defaultNamespace=null]\n */\n/**\n * The class that is used to handle events from the SAX parser to create the related DOM\n * elements.\n *\n * Some methods are only implemented as an empty function,\n * since they are (at least currently) not relevant for xmldom.\n *\n * @class\n * @param {DOMHandlerOptions} [options]\n * @see http://www.saxproject.org/apidoc/org/xml/sax/ext/DefaultHandler2.html\n */\nfunction DOMHandler(options) {\n\tvar opt = options || {};\n\t/**\n\t * The mime type is used to determine if the DOM handler will create an XML or HTML document.\n\t * Only if it is set to `text/html` it will create an HTML document.\n\t * It defaults to MIME_TYPE.XML_APPLICATION.\n\t *\n\t * @type {string}\n\t * @see {@link MIME_TYPE}\n\t * @readonly\n\t */\n\tthis.mimeType = opt.mimeType || MIME_TYPE.XML_APPLICATION;\n\n\t/**\n\t * The namespace to use to create an XML document.\n\t * For the following reasons this is required:\n\t * - The SAX API for `startDocument` doesn't offer any way to pass a namespace,\n\t * since at that point there is no way for the parser to know what the default namespace from\n\t * the document will be.\n\t * - When creating using `DOMImplementation.createDocument` it is required to pass a\n\t * namespace,\n\t * to determine the correct `Document.contentType`, which should match `this.mimeType`.\n\t * - When parsing an XML document with the `application/xhtml+xml` mimeType,\n\t * the HTML namespace needs to be the default namespace.\n\t *\n\t * @type {string | null}\n\t * @private\n\t * @readonly\n\t */\n\tthis.defaultNamespace = opt.defaultNamespace || null;\n\n\t/**\n\t * @type {boolean}\n\t * @private\n\t */\n\tthis.cdata = false;\n\n\t/**\n\t * The last `Element` that was created by `startElement`.\n\t * `endElement` sets it to the `currentElement.parentNode`.\n\t *\n\t * Note: The sax parser currently sets it to white space text nodes between tags.\n\t *\n\t * @type {Element | Node | undefined}\n\t * @private\n\t */\n\tthis.currentElement = undefined;\n\n\t/**\n\t * The Document that is created as part of `startDocument`,\n\t * and returned by `DOMParser.parseFromString`.\n\t *\n\t * @type {Document | undefined}\n\t * @readonly\n\t */\n\tthis.doc = undefined;\n\n\t/**\n\t * The locator is stored as part of setDocumentLocator.\n\t * It is controlled and mutated by the SAX parser to store the current parsing position.\n\t * It is used by DOMHandler to set `columnNumber` and `lineNumber`\n\t * on the DOM nodes.\n\t *\n\t * @type {Readonly | undefined}\n\t * @private\n\t * @readonly (the\n\t * sax parser currently sometimes set's it)\n\t */\n\tthis.locator = undefined;\n\t/**\n\t * @type {function (level:ErrorLevel ,message:string, context:DOMHandler):void}\n\t * @readonly\n\t */\n\tthis.onError = opt.onError;\n}\n\nfunction position(locator, node) {\n\tnode.lineNumber = locator.lineNumber;\n\tnode.columnNumber = locator.columnNumber;\n}\n\nDOMHandler.prototype = {\n\t/**\n\t * Either creates an XML or an HTML document and stores it under `this.doc`.\n\t * If it is an XML document, `this.defaultNamespace` is used to create it,\n\t * and it will not contain any `childNodes`.\n\t * If it is an HTML document, it will be created without any `childNodes`.\n\t *\n\t * @see http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html\n\t */\n\tstartDocument: function () {\n\t\tvar impl = new DOMImplementation();\n\t\tthis.doc = isHTMLMimeType(this.mimeType) ? impl.createHTMLDocument(false) : impl.createDocument(this.defaultNamespace, '');\n\t},\n\tstartElement: function (namespaceURI, localName, qName, attrs) {\n\t\tvar doc = this.doc;\n\t\tvar el = doc.createElementNS(namespaceURI, qName || localName);\n\t\tvar len = attrs.length;\n\t\tappendElement(this, el);\n\t\tthis.currentElement = el;\n\n\t\tthis.locator && position(this.locator, el);\n\t\tfor (var i = 0; i < len; i++) {\n\t\t\tvar namespaceURI = attrs.getURI(i);\n\t\t\tvar value = attrs.getValue(i);\n\t\t\tvar qName = attrs.getQName(i);\n\t\t\tvar attr = doc.createAttributeNS(namespaceURI, qName);\n\t\t\tthis.locator && position(attrs.getLocator(i), attr);\n\t\t\tattr.value = attr.nodeValue = value;\n\t\t\tel.setAttributeNode(attr);\n\t\t}\n\t},\n\tendElement: function (namespaceURI, localName, qName) {\n\t\tthis.currentElement = this.currentElement.parentNode;\n\t},\n\tstartPrefixMapping: function (prefix, uri) {},\n\tendPrefixMapping: function (prefix) {},\n\tprocessingInstruction: function (target, data) {\n\t\tvar ins = this.doc.createProcessingInstruction(target, data);\n\t\tthis.locator && position(this.locator, ins);\n\t\tappendElement(this, ins);\n\t},\n\tignorableWhitespace: function (ch, start, length) {},\n\tcharacters: function (chars, start, length) {\n\t\tchars = _toString.apply(this, arguments);\n\t\t//console.log(chars)\n\t\tif (chars) {\n\t\t\tif (this.cdata) {\n\t\t\t\tvar charNode = this.doc.createCDATASection(chars);\n\t\t\t} else {\n\t\t\t\tvar charNode = this.doc.createTextNode(chars);\n\t\t\t}\n\t\t\tif (this.currentElement) {\n\t\t\t\tthis.currentElement.appendChild(charNode);\n\t\t\t} else if (/^\\s*$/.test(chars)) {\n\t\t\t\tthis.doc.appendChild(charNode);\n\t\t\t\t//process xml\n\t\t\t}\n\t\t\tthis.locator && position(this.locator, charNode);\n\t\t}\n\t},\n\tskippedEntity: function (name) {},\n\tendDocument: function () {\n\t\tthis.doc.normalize();\n\t},\n\t/**\n\t * Stores the locator to be able to set the `columnNumber` and `lineNumber`\n\t * on the created DOM nodes.\n\t *\n\t * @param {Locator} locator\n\t */\n\tsetDocumentLocator: function (locator) {\n\t\tif (locator) {\n\t\t\tlocator.lineNumber = 0;\n\t\t}\n\t\tthis.locator = locator;\n\t},\n\t//LexicalHandler\n\tcomment: function (chars, start, length) {\n\t\tchars = _toString.apply(this, arguments);\n\t\tvar comm = this.doc.createComment(chars);\n\t\tthis.locator && position(this.locator, comm);\n\t\tappendElement(this, comm);\n\t},\n\n\tstartCDATA: function () {\n\t\t//used in characters() methods\n\t\tthis.cdata = true;\n\t},\n\tendCDATA: function () {\n\t\tthis.cdata = false;\n\t},\n\n\tstartDTD: function (name, publicId, systemId, internalSubset) {\n\t\tvar impl = this.doc.implementation;\n\t\tif (impl && impl.createDocumentType) {\n\t\t\tvar dt = impl.createDocumentType(name, publicId, systemId, internalSubset);\n\t\t\tthis.locator && position(this.locator, dt);\n\t\t\tappendElement(this, dt);\n\t\t\tthis.doc.doctype = dt;\n\t\t}\n\t},\n\treportError: function (level, message) {\n\t\tif (typeof this.onError === 'function') {\n\t\t\ttry {\n\t\t\t\tthis.onError(level, message, this);\n\t\t\t} catch (e) {\n\t\t\t\tthrow new ParseError('Reporting ' + level + ' \"' + message + '\" caused ' + e, this.locator);\n\t\t\t}\n\t\t} else {\n\t\t\tconsole.error('[xmldom ' + level + ']\\t' + message, _locator(this.locator));\n\t\t}\n\t},\n\t/**\n\t * @see http://www.saxproject.org/apidoc/org/xml/sax/ErrorHandler.html\n\t */\n\twarning: function (message) {\n\t\tthis.reportError('warning', message);\n\t},\n\terror: function (message) {\n\t\tthis.reportError('error', message);\n\t},\n\t/**\n\t * This function reports a fatal error and throws a ParseError.\n\t *\n\t * @param {string} message\n\t * - The message to be used for reporting and throwing the error.\n\t * @returns {never}\n\t * This function always throws an error and never returns a value.\n\t * @throws {ParseError}\n\t * Always throws a ParseError with the provided message.\n\t */\n\tfatalError: function (message) {\n\t\tthis.reportError('fatalError', message);\n\t\tthrow new ParseError(message, this.locator);\n\t},\n};\n\nfunction _locator(l) {\n\tif (l) {\n\t\treturn '\\n@#[line:' + l.lineNumber + ',col:' + l.columnNumber + ']';\n\t}\n}\n\nfunction _toString(chars, start, length) {\n\tif (typeof chars == 'string') {\n\t\treturn chars.substr(start, length);\n\t} else {\n\t\t//java sax connect width xmldom on rhino(what about: \"? && !(chars instanceof String)\")\n\t\tif (chars.length >= start + length || start) {\n\t\t\treturn new java.lang.String(chars, start, length) + '';\n\t\t}\n\t\treturn chars;\n\t}\n}\n\n/*\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/LexicalHandler.html\n * used method of org.xml.sax.ext.LexicalHandler:\n * #comment(chars, start, length)\n * #startCDATA()\n * #endCDATA()\n * #startDTD(name, publicId, systemId)\n *\n *\n * IGNORED method of org.xml.sax.ext.LexicalHandler:\n * #endDTD()\n * #startEntity(name)\n * #endEntity(name)\n *\n *\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/DeclHandler.html\n * IGNORED method of org.xml.sax.ext.DeclHandler\n * \t#attributeDecl(eName, aName, type, mode, value)\n * #elementDecl(name, model)\n * #externalEntityDecl(name, publicId, systemId)\n * #internalEntityDecl(name, value)\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/EntityResolver2.html\n * IGNORED method of org.xml.sax.EntityResolver2\n * #resolveEntity(String name,String publicId,String baseURI,String systemId)\n * #resolveEntity(publicId, systemId)\n * #getExternalSubset(name, baseURI)\n * @link http://www.saxproject.org/apidoc/org/xml/sax/DTDHandler.html\n * IGNORED method of org.xml.sax.DTDHandler\n * #notationDecl(name, publicId, systemId) {};\n * #unparsedEntityDecl(name, publicId, systemId, notationName) {};\n */\n'endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl'.replace(\n\t/\\w+/g,\n\tfunction (key) {\n\t\tDOMHandler.prototype[key] = function () {\n\t\t\treturn null;\n\t\t};\n\t}\n);\n\n/* Private static helpers treated below as private instance methods, so don't need to add these to the public API; we might use a Relator to also get rid of non-standard public properties */\nfunction appendElement(handler, node) {\n\tif (!handler.currentElement) {\n\t\thandler.doc.appendChild(node);\n\t} else {\n\t\thandler.currentElement.appendChild(node);\n\t}\n}\n\n/**\n * A method that prevents any further parsing when an `error`\n * with level `error` is reported during parsing.\n *\n * @see {@link DOMParserOptions.onError}\n * @see {@link onWarningStopParsing}\n */\nfunction onErrorStopParsing(level) {\n\tif (level === 'error') throw 'onErrorStopParsing';\n}\n\n/**\n * A method that prevents any further parsing when any `error` is reported during parsing.\n *\n * @see {@link DOMParserOptions.onError}\n * @see {@link onErrorStopParsing}\n */\nfunction onWarningStopParsing() {\n\tthrow 'onWarningStopParsing';\n}\n\nexports.__DOMHandler = DOMHandler;\nexports.DOMParser = DOMParser;\nexports.normalizeLineEndings = normalizeLineEndings;\nexports.onErrorStopParsing = onErrorStopParsing;\nexports.onWarningStopParsing = onWarningStopParsing;\n","'use strict';\nvar conventions = require('./conventions');\nexports.assign = conventions.assign;\nexports.hasDefaultHTMLNamespace = conventions.hasDefaultHTMLNamespace;\nexports.isHTMLMimeType = conventions.isHTMLMimeType;\nexports.isValidMimeType = conventions.isValidMimeType;\nexports.MIME_TYPE = conventions.MIME_TYPE;\nexports.NAMESPACE = conventions.NAMESPACE;\n\nvar errors = require('./errors');\nexports.DOMException = errors.DOMException;\nexports.DOMExceptionName = errors.DOMExceptionName;\nexports.ExceptionCode = errors.ExceptionCode;\nexports.ParseError = errors.ParseError;\n\nvar dom = require('./dom');\nexports.Attr = dom.Attr;\nexports.CDATASection = dom.CDATASection;\nexports.CharacterData = dom.CharacterData;\nexports.Comment = dom.Comment;\nexports.Document = dom.Document;\nexports.DocumentFragment = dom.DocumentFragment;\nexports.DocumentType = dom.DocumentType;\nexports.DOMImplementation = dom.DOMImplementation;\nexports.Element = dom.Element;\nexports.Entity = dom.Entity;\nexports.EntityReference = dom.EntityReference;\nexports.LiveNodeList = dom.LiveNodeList;\nexports.NamedNodeMap = dom.NamedNodeMap;\nexports.Node = dom.Node;\nexports.NodeList = dom.NodeList;\nexports.Notation = dom.Notation;\nexports.ProcessingInstruction = dom.ProcessingInstruction;\nexports.Text = dom.Text;\nexports.XMLSerializer = dom.XMLSerializer;\n\nvar domParser = require('./dom-parser');\nexports.DOMParser = domParser.DOMParser;\nexports.onErrorStopParsing = domParser.onErrorStopParsing;\nexports.onWarningStopParsing = domParser.onWarningStopParsing;\n","import { DOMParser as O, DOMImplementation as T } from \"@xmldom/xmldom\";\nconst b = \"USJ\", N = \"3.1\", m = [\n \"type\",\n \"marker\",\n \"content\",\n \"sid\",\n \"eid\",\n \"number\",\n \"code\",\n \"altnumber\",\n \"pubnumber\",\n \"caller\",\n \"align\",\n \"category\"\n];\nfunction P(e) {\n return g.includes(e);\n}\nconst g = [\n // Old Testament\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n // New Testament\n \"MAT\",\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n // Deuterocanon\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"EZA\",\n \"5EZ\",\n \"6EZ\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n \"REP\",\n \"4BA\",\n \"LAO\",\n // Non scripture\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\",\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\"\n], u = \"usx\", v = \"3.1\";\nfunction S(e) {\n const t = {};\n let i = e.tagName, o, r, d = \"append\";\n if ([\"row\", \"cell\"].includes(i) && (i = \"table:\" + i), e.attributes)\n for (let c = 0; c < e.attributes.length; c++) {\n const s = e.attributes[c];\n t[s.name] = s.value;\n }\n t.style && (o = t.style, delete t.style), t.vid && delete t.vid, t.closed && delete t.closed, t.status && delete t.status;\n let n = { type: i };\n o && (n.marker = o), n = { ...n, ...t }, e.firstChild && e.firstChild.nodeType === e.firstChild.TEXT_NODE && e.firstChild.nodeValue && e.firstChild.nodeValue.trim() !== \"\" && (r = e.firstChild.nodeValue);\n const f = Array.from(e.childNodes);\n n.content = [], r && n.content.push(r);\n for (const c of f) {\n if (c.tagName === void 0)\n continue;\n const [s, h] = S(c);\n switch (h) {\n case \"append\":\n n.content.push(s);\n break;\n case \"merge\":\n n.content = n.content.concat(s);\n break;\n }\n c.nextSibling && c.nextSibling.nodeType === c.nextSibling.TEXT_NODE && c.nextSibling.nodeValue && (c.nextSibling.nodeValue.trim() !== \"\" || c.nextSibling.nodeValue === \" \") && n.content.push(c.nextSibling.nodeValue);\n }\n return (n.content.length === 0 && n.type !== u || [\"chapter\", \"verse\", \"optbreak\", \"ms\"].includes(i) || o && [\"va\", \"ca\", \"b\"].includes(o)) && delete n.content, \"eid\" in n && [\"verse\", \"chapter\"].includes(i) && (d = \"ignore\"), [n, d];\n}\nfunction M(e) {\n const [t] = e ? S(e) : [{ content: [] }];\n return t.type = b, t.version = N, t;\n}\nfunction R(e) {\n const i = new O().parseFromString(e, \"text/xml\");\n return M(i.documentElement);\n}\nlet l, a;\nfunction A(e, t) {\n const i = e.createElement(\"verse\");\n return i.setAttribute(\"eid\", t), i;\n}\nfunction E(e, t) {\n const i = e.createElement(\"chapter\");\n return i.setAttribute(\"eid\", t), i;\n}\nfunction X(e, t) {\n t.type === \"unmatched\" ? e.setAttribute(\"marker\", t.marker) : e.setAttribute(\"style\", t.marker);\n for (const [i, o] of Object.entries(t))\n o && ![\"type\", \"marker\", \"content\"].includes(i) && e.setAttribute(i, o);\n}\nfunction p(e, t, i, o) {\n let r, d, n;\n if (typeof e == \"string\") r = i.createTextNode(e);\n else if (d = e.type.replace(\"table:\", \"\"), r = i.createElement(d), X(r, e), e.content)\n for (const [f, c] of e.content.entries()) {\n const s = f === e.content.length - 1;\n p(c, r, i, s);\n }\n a && (d === \"verse\" || t.tagName === \"para\" && o) && (n = A(i, a), a = void 0), d === \"verse\" && typeof e != \"string\" && e.sid !== void 0 && (a = e.sid), l && (d === \"chapter\" || d === \"para\" && o) && (n = E(i, l), l = void 0), d === \"chapter\" && typeof e != \"string\" && e.sid !== void 0 && (l = e.sid), n && !o && t.appendChild(n), t.appendChild(r), n && o && t.appendChild(n), o && t.nodeName === u && (a && t.appendChild(A(i, a)), l && t.appendChild(E(i, l)), a = void 0, l = void 0);\n}\nfunction y(e, t) {\n if (t.documentElement) {\n for (const [i, o] of e.content.entries()) {\n const r = i === e.content.length - 1;\n p(o, t.documentElement, t, r);\n }\n return t.documentElement ?? void 0;\n }\n}\nfunction B(e) {\n const t = new T().createDocument(\"\", u);\n return t.documentElement && (t.documentElement.setAttribute(\"version\", v), y(e, t)), t.toString();\n}\nexport {\n m as MARKER_OBJECT_PROPS,\n b as USJ_TYPE,\n N as USJ_VERSION,\n P as isValidBookCode,\n B as usjToUsxString,\n R as usxStringToUsj\n};\n//# sourceMappingURL=index.js.map\n","// This was disabled so class functions that are similar in purpose can be grouped together\n/* eslint-disable @typescript-eslint/member-ordering */\nimport {\n USJ_TYPE,\n type MarkerContent,\n type MarkerObject,\n type Usj,\n} from '@biblionexus-foundation/scripture-utilities';\nimport { VerseRef } from '@sillsdev/scripture';\nimport { JSONPath } from 'jsonpath-plus';\nimport {\n CHAPTER_TYPE,\n ContentJsonPath,\n IUsjReaderWriter,\n UsjContentLocation,\n VERSE_TYPE,\n VerseRefOffset,\n} from './usj-reader-writer.model';\n\nconst NODE_TYPES_NOT_CONTAINING_VERSE_TEXT = ['figure', 'note', 'sidebar', 'table'];\nObject.freeze(NODE_TYPES_NOT_CONTAINING_VERSE_TEXT);\n\n/** Map of USJ content arrays and objects inside content arrays to the content array owner */\ntype UsjParentMap = Map;\n\n/**\n * Represents information about where a USJ node resides in the `content` array of its parent.\n * `parent` is a reference to the node's parent, and `index` represents the numeric index inside of\n * `parent`'s content array.\n */\ntype StackItem = { parent: MarkerObject | Usj; index: number };\n\n/**\n * Stack of levels inside a USJ tree relative to a specific node. The top of the stack should always\n * be the root Usj object.\n */\ntype WorkingStack = StackItem[];\n\n/**\n * Chapter and verse numbers along with the node within a USJ object that represents the start of\n * that chapter + verse\n */\ntype ChapterVerseNode = {\n chapterNum: number | undefined;\n verseNum: number | undefined;\n /**\n * All text following this node belongs to the given chapter and verse until another chapter or\n * verse node is found\n */\n startingContentNode: MarkerObject | undefined;\n};\n\n/** Represents USJ formatted scripture with helpful utilities for working with it */\nexport default class UsjReaderWriter implements IUsjReaderWriter {\n private readonly usj: Usj;\n private parentMapInternal: UsjParentMap | undefined;\n\n constructor(usj: Usj) {\n this.usj = usj;\n }\n\n // If new variables are created to speed up queries, they should be reset here\n usjChanged(): void {\n this.parentMapInternal = undefined;\n }\n\n // #region Directly using the JSONPath package to perform JSONPath query -> USJ node\n\n findSingleValue(jsonPathQuery: string): T | undefined {\n const wrappedResults = JSONPath({ path: jsonPathQuery, json: this.usj, wrap: true });\n if (wrappedResults === undefined || wrappedResults.length === 0) return undefined;\n if (!Array.isArray(wrappedResults[0])) return wrappedResults[0];\n\n // There is no way to tell the difference between a query that returns a single result that is an\n // array and a query that returns multiple results wrapped in an array when `wrap` is false.\n // However, if `wrap` is true then a single result that is an array will be a different array\n // object than the array object within `usj`. So we need to run with `wrap` as true and false to\n // get the original array object back for a query that returns a single array.\n const unwrappedResults = JSONPath({ path: jsonPathQuery, json: this.usj, wrap: false });\n if (unwrappedResults.length === 1 && Array.isArray(unwrappedResults[0]))\n // I have no idea why eslint is mad about casting from `any` to `T`, but it doesn't like it\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return unwrappedResults[0] as T;\n return unwrappedResults;\n }\n\n findParent(jsonPathQuery: string): T | undefined {\n // Note that \"resultType: 'parent'\" does not work for queries\n // The \"jsonpath-plus\" package allows putting a carat at the end of a query to get a parent\n return this.findSingleValue(`${jsonPathQuery}^`);\n }\n\n private findBookId(): string | undefined {\n return this.findSingleValue('$.content[?(@.type==\"book\" && @.marker==\"id\")].code');\n }\n\n private findChapterNode(chapterNumber: number): MarkerObject | undefined {\n const chapterQuery = `$..content[?(@.type==\"chapter\" && @.number==\"${chapterNumber}\")]`;\n return this.findSingleValue(chapterQuery);\n }\n\n // #endregion\n\n // #region Parent Maps\n\n private static createParentMapInternal(\n obj: MarkerObject,\n parent: MarkerObject | Usj,\n parentMap: UsjParentMap,\n ): void {\n parentMap.set(obj, parent);\n // USJ queries may return pointers to content arrays, not just objects\n if (obj.content) parentMap.set(obj.content, obj);\n obj.content?.forEach((child) => {\n if (typeof child === 'object') UsjReaderWriter.createParentMapInternal(child, obj, parentMap);\n });\n }\n\n /** Viewing a Usj object as a tree, build a map to walk up the tree */\n private createUsjParentMap(): UsjParentMap {\n const parentMap = new Map();\n if (this.usj.content) parentMap.set(this.usj.content, this.usj);\n this.usj.content.forEach((content) => {\n if (typeof content === 'object')\n UsjReaderWriter.createParentMapInternal(content, this.usj, parentMap);\n });\n return parentMap;\n }\n\n /** Create the parent map if it doesn't already exist and return it */\n private get parentMap(): UsjParentMap {\n if (this.parentMapInternal) return this.parentMapInternal;\n this.parentMapInternal = this.createUsjParentMap();\n return this.parentMapInternal;\n }\n\n // #endregion\n\n // #region Working Stacks\n\n /** Return the working stack applicable to the given node */\n private createWorkingStack(node: MarkerObject): WorkingStack {\n // Represents levels in the USJ node tree that are above the current node (i.e., ancestors)\n // Levels in the tree are represented as a stack, so the last item in the stack is node's parent\n const workingStack: WorkingStack = [];\n\n // Grab a reference so we don't keep checking if it exists\n const { parentMap } = this;\n\n // `node` might be in the middle of the USJ tree, so build up the stack before walking the tree\n let tempNode: MarkerObject | Usj = node;\n let tempParent = parentMap.get(tempNode);\n while (tempParent !== undefined) {\n if (!tempParent.content)\n throw new Error('Invalid parentMap: all parents should have content');\n\n if (\n // Referencing tempNode and tempParent is OK in the loop since 'let' is used instead of 'var'\n // eslint-disable-next-line no-loop-func\n !tempParent.content.find((tempChild, index) => {\n if (tempChild !== tempNode) return false;\n if (!tempParent) throw new Error('undefined \"tempParent\" should not be possible');\n workingStack.unshift({ parent: tempParent, index });\n return true;\n })\n )\n throw new Error(`Unable to find correct parent node of ${JSON.stringify(tempNode)}`);\n\n if (tempParent.type === USJ_TYPE) break;\n tempNode = tempParent;\n // TS doesn't understand that only Usj objects have type == USJ_TYPE\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n tempParent = parentMap.get(tempParent as MarkerObject);\n }\n\n return workingStack;\n }\n\n private static convertWorkingStackToJsonPath(stack: WorkingStack): ContentJsonPath {\n let jsonPath = '$';\n stack.forEach((stackLevel) => {\n jsonPath = `${jsonPath}.content[${stackLevel.index}]`;\n });\n // The JSONPath string construction above conforms to the ContentJsonPath type\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n return jsonPath as ContentJsonPath;\n }\n\n private convertJsonPathToWorkingStack(jsonPath: ContentJsonPath): WorkingStack {\n const retVal: WorkingStack = [];\n\n const levels = jsonPath.match(/content\\[(\\d+)\\]/g);\n if (!levels) throw new Error(`Malformed or unexpected jsonPath: ${jsonPath}`);\n\n let onNode: Usj | MarkerObject = this.usj;\n\n levels.forEach((level, onLevel) => {\n const indexString = /(\\d+)/.exec(level);\n if (!indexString) throw new Error(`Malformed or unexpected jsonPath: ${jsonPath}`);\n const index = parseInt(indexString[0], 10);\n retVal.push({ parent: onNode, index });\n if (onLevel + 1 < levels.length) {\n if (typeof onNode === 'string' || !onNode.content)\n throw new Error(`jsonPath points to node without children: ${JSON.stringify(onNode)}`);\n const nextNode = onNode.content[index];\n if (typeof nextNode === 'string')\n throw new Error(`jsonPath points to node without children: ${JSON.stringify(nextNode)}`);\n onNode = nextNode;\n }\n });\n\n return retVal;\n }\n\n // #endregion\n\n // #region Walk the node tree\n\n /**\n * Given the starting point of a tree to consider (`node`), find the rightmost MarkerObject from\n * the array of `content`. In the following example, this would be \"J\".\n *\n * A <- Consider \"A\" to be `node`\n * / / | \\ \\\n * B C D E F <- Consider these to be MarkerObjects inside the `content` array owned by \"A\"\n * | / \\ |\n * G H I J <- Consider these to be MarkerObjects inside their parents `content` arrays\n *\n * If \"F\" did not exist in this example, then \"E\" would be returned. If \"E\" and \"F\" didn't exist,\n * then \"I\" would be returned.\n *\n * The general idea here is that we are looking for the MarkerObject in Usj that is immediately\n * adjacent to whatever `node`'s next sibling is in `parent`'s `content` array.\n */\n private static findRightMostDescendantMarkerObject(\n node: MarkerObject,\n parent: MarkerObject | Usj,\n skipTypes: string[] = [],\n ): { node: MarkerObject; parent: MarkerObject | Usj } {\n // There are no descendants, so this is as deep as it goes\n if (!node.content) return { node, parent };\n\n for (let index = node.content.length - 1; index >= 0; index--) {\n const candidate = node.content[index];\n if (typeof candidate === 'object' && !skipTypes.includes(candidate.type)) {\n if (candidate.content)\n return this.findRightMostDescendantMarkerObject(candidate, node, skipTypes);\n return { node: candidate, parent: node };\n }\n }\n\n // All descendants were strings which aren't MarkerObjects\n return { node, parent };\n }\n\n private static findNextMatchingNodeUsingWorkingStack(\n node: MarkerContent,\n workingStack: WorkingStack,\n skipTypes: string[],\n searchFunction: (potentiallyMatchingNode: MarkerContent, workingStack: WorkingStack) => boolean,\n ): MarkerContent | undefined {\n // Walk the nodes in a depth-first, left-to-right manner until the search function returns true\n let nextNode: MarkerContent | undefined = node;\n while (nextNode !== undefined) {\n const skipNextNode = typeof nextNode === 'object' && skipTypes.includes(nextNode.type);\n\n // If we found the node we're looking for, we're done\n if (!skipNextNode && searchFunction(nextNode, workingStack)) return nextNode;\n\n // Look at the node's children\n if (!skipNextNode && typeof nextNode === 'object' && (nextNode.content?.length ?? 0) > 0) {\n workingStack.push({ parent: nextNode, index: 0 });\n // Same as `nextNode = nextNode.content[0];` without triggering 2 different eslint errors\n [nextNode] = nextNode.content;\n }\n // The node has no children, so look at the next sibling, or the parent's next sibling, etc. up the stack\n else {\n nextNode = undefined;\n while (workingStack.length > 0) {\n const nextLevel = workingStack.pop();\n // We know that `content` exists due to its presence in this data structure\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n if (nextLevel && nextLevel.index + 1 < nextLevel.parent.content!.length) {\n nextLevel.index += 1;\n workingStack.push(nextLevel);\n // We know that `content` exists due to its presence in this data structure\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n nextNode = nextLevel.parent.content![nextLevel.index];\n break;\n }\n }\n }\n }\n\n // We've looked everywhere, so there must not be an appropriate node anywhere\n return undefined;\n }\n\n /**\n * Walk through a USJ node tree depth-first, left-to-right to find the first node that matches\n * criteria specified by `searchFunction` (i.e., the first node where `searchFunction` returns\n * `true`)\n */\n private findNextMatchingNode(\n node: MarkerObject,\n skipTypes: string[],\n searchFunction: (potentiallyMatchingNode: MarkerContent, workingStack: WorkingStack) => boolean,\n ): MarkerContent | undefined {\n // Represents levels in the USJ node tree that are above the current node (i.e., ancestors)\n // Levels in the tree are represented as a stack, so the last item is the current node's parent\n const workingStack = this.createWorkingStack(node);\n\n return UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n node,\n workingStack,\n skipTypes,\n searchFunction,\n );\n }\n\n // #endregion\n\n // #region Node -> JSONPath\n\n nodeToJsonPath(node: MarkerObject): ContentJsonPath {\n return UsjReaderWriter.convertWorkingStackToJsonPath(this.createWorkingStack(node));\n }\n\n // #endregion\n\n // #region USJ + node -> VerseRef + offset\n\n /** Find the chapter and verse that apply to a given USJ node */\n private findVerseRefForNode(\n node: MarkerContent,\n nodeParent: MarkerObject | Usj,\n retVal: ChapterVerseNode = {\n chapterNum: undefined,\n verseNum: undefined,\n startingContentNode: undefined,\n },\n ): ChapterVerseNode {\n // If we already have the data, we're done\n if (retVal.verseNum !== undefined && retVal.chapterNum !== undefined) return retVal;\n\n // See if this node gives us the data\n if (typeof node === 'object' && node.number !== undefined) {\n const nodeNumber = Number.parseInt(node.number, 10);\n if (node.type === CHAPTER_TYPE) {\n retVal.chapterNum = nodeNumber;\n retVal.verseNum = retVal.verseNum ?? 0;\n retVal.startingContentNode = retVal.startingContentNode ?? node;\n return retVal;\n }\n if (node.type === VERSE_TYPE && !retVal.verseNum) {\n retVal.verseNum = nodeNumber;\n retVal.startingContentNode = node;\n }\n }\n\n // Prepare to look for siblings of this node in the parent\n if (!nodeParent.content)\n throw new Error(`\"content\" array not found: ${JSON.stringify(nodeParent)}`);\n\n // Find the position of this node in the parent's content\n let nodeIndex = 0;\n for (let index = 0; index < nodeParent.content.length; index++) {\n if (nodeParent.content[index] === node) {\n nodeIndex = index;\n break;\n }\n }\n\n // Find the first, previous sibling of this node that is an object\n let previousNodeIndex = nodeIndex - 1;\n while (previousNodeIndex >= 0 && typeof nodeParent.content[previousNodeIndex] !== 'object')\n previousNodeIndex -= 1;\n\n // There are no more siblings to inspect from this parent, so walk up a level\n if (previousNodeIndex < 0) {\n // We can't walk up a level if we're at the top level Usj node, so we're done\n if (nodeParent.type === USJ_TYPE) {\n if (retVal.chapterNum === undefined) {\n retVal.chapterNum = 1;\n retVal.verseNum = 0;\n retVal.startingContentNode = undefined;\n }\n return retVal;\n }\n\n // TS doesn't understand that only Usj objects have type == USJ_TYPE\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n const nodeParentMarkerObject = nodeParent as MarkerObject;\n\n const grandparent = this.parentMap.get(nodeParentMarkerObject);\n if (!grandparent) throw new Error(`No parent found for ${JSON.stringify(nodeParent)}`);\n return this.findVerseRefForNode(nodeParentMarkerObject, grandparent, retVal);\n }\n\n // Walk down the sibling's children as far as we can\n // This is a MarkerObject based on the while loop a few lines above\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n const previousNode = nodeParent.content[previousNodeIndex] as MarkerObject;\n const descendant = UsjReaderWriter.findRightMostDescendantMarkerObject(\n previousNode,\n nodeParent,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n );\n return this.findVerseRefForNode(descendant.node, descendant.parent, retVal);\n }\n\n nodeToVerseRefAndOffset(\n bookId: string,\n node: MarkerContent,\n nodeParent: MarkerObject | MarkerContent[] | undefined,\n ): { verseRef: VerseRef; offset: number } | undefined {\n if (typeof node === 'string' && nodeParent === undefined)\n throw new Error(`If \"node\" is a string, then \"nodeParent\" cannot be undefined`);\n\n let realParent: MarkerObject | Usj | undefined;\n // \"node\" cannot be a string if \"nodeParent\" is undefined\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n if (nodeParent === undefined) realParent = this.parentMap.get(node as MarkerObject);\n else realParent = Array.isArray(nodeParent) ? this.parentMap.get(nodeParent) : nodeParent;\n if (realParent === undefined)\n throw new Error(`Cannot find parent for ${JSON.stringify(nodeParent)}`);\n\n const chapterVerseContent = this.findVerseRefForNode(node, realParent);\n if (!chapterVerseContent) return undefined;\n\n if (!chapterVerseContent.chapterNum)\n throw new Error(`Could not determine chapter number for ${JSON.stringify(node)}`);\n\n const verseRef = new VerseRef(\n bookId,\n chapterVerseContent.chapterNum.toString(),\n chapterVerseContent.verseNum ? chapterVerseContent.verseNum.toString() : '0',\n );\n\n let offset = 0;\n // Walk forward through the USJ nodes until `node` is found, incrementing `offset` along the way\n if (chapterVerseContent.startingContentNode !== undefined) {\n this.findNextMatchingNode(chapterVerseContent.startingContentNode, [], (n, stack) => {\n if (n === node) return true;\n if (stack.find((level) => NODE_TYPES_NOT_CONTAINING_VERSE_TEXT.includes(level.parent.type)))\n return false;\n if (typeof n === 'string') {\n offset += n.length;\n return false;\n }\n if (\n (n.type === CHAPTER_TYPE && n.number !== chapterVerseContent.chapterNum?.toString()) ||\n (n.type === VERSE_TYPE && n.number !== chapterVerseContent.verseNum?.toString())\n ) {\n offset = 0;\n return true;\n }\n return false;\n });\n }\n\n return { verseRef, offset };\n }\n\n // #endregion\n\n // #region JSONPath -> VerseRef + offset\n\n jsonPathToVerseRefAndOffset(jsonPathQuery: string, bookId?: string): VerseRefOffset {\n const effectiveBookId = bookId ?? this.findBookId();\n if (!effectiveBookId) throw new Error('Not able to determine the book ID');\n\n const target: MarkerContent | undefined = this.findSingleValue(jsonPathQuery);\n if (!target) throw new Error(`No result found for JSONPath query: ${jsonPathQuery}`);\n\n const parent: MarkerObject | MarkerContent[] | undefined = this.findParent(jsonPathQuery);\n if (!parent) throw new Error(`Could not determine parent for ${jsonPathQuery}`);\n\n const verseRefAndOffset = this.nodeToVerseRefAndOffset(effectiveBookId, target, parent);\n if (!verseRefAndOffset)\n throw new Error(`Could not determine VerseRef that corresponds to ${jsonPathQuery}`);\n\n return verseRefAndOffset;\n }\n\n // #endregion\n\n // #region VerseRef + offset -> Node + JSONPath + offset\n\n verseRefToUsjContentLocation(verseRef: VerseRef, verseRefOffset: number = 0): UsjContentLocation {\n if (verseRefOffset < 0) throw new Error('offset must be >= 0');\n\n // Prefer getting the book ID from the USJ itself, but it might not be available\n const bookId = this.findBookId() ?? verseRef.book;\n if (!bookId) throw new Error('Not able to determine the book ID');\n if (bookId !== verseRef.book)\n throw new Error(`Book IDs don't match: USJ=${bookId}, VerseRef=${verseRef.book}`);\n\n const chapterNode = this.findChapterNode(verseRef.chapterNum);\n if (chapterNode === undefined)\n throw new Error(`Could not find ${bookId} chapter ${verseRef.chapterNum}`);\n\n let foundAnotherChapter = false;\n let jsonPath: ContentJsonPath = '';\n const expectedVerse = verseRef.verse;\n const verseNode: MarkerContent | undefined = this.findNextMatchingNode(\n chapterNode,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, workingStack) => {\n if (node === chapterNode) {\n if (verseRef.verseNum === 0) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n return true;\n }\n return false;\n }\n if (typeof node !== 'object') return false;\n if (node.type === CHAPTER_TYPE) {\n foundAnotherChapter = true;\n return true;\n }\n if (\n node.type === VERSE_TYPE &&\n node.number !== undefined &&\n node.number === expectedVerse\n ) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n return true;\n }\n return false;\n },\n );\n\n if (foundAnotherChapter || verseNode === undefined || typeof verseNode === 'string')\n throw new Error(`Verse ${expectedVerse} not found in ${bookId} ${verseRef.chapterNum}`);\n\n if (verseRefOffset === 0) return { node: verseNode, offset: 0, jsonPath };\n\n let cumulativeVerseLengthSeen = 0;\n let usjNodeOffset = 0;\n let foundNode: MarkerContent | undefined;\n this.findNextMatchingNode(\n verseNode,\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, workingStack) => {\n if (node === verseNode) return false;\n if (typeof node === 'string') {\n cumulativeVerseLengthSeen += node.length;\n if (cumulativeVerseLengthSeen > verseRefOffset) {\n jsonPath = UsjReaderWriter.convertWorkingStackToJsonPath(workingStack);\n usjNodeOffset = verseRefOffset - cumulativeVerseLengthSeen + node.length;\n foundNode = node;\n return true;\n }\n }\n // If we found another verse or chapter, then the offset was larger than the verse length\n // Just return the original verse node in that case\n else if (node.type === CHAPTER_TYPE || node.type === VERSE_TYPE) return true;\n return false;\n },\n );\n\n return { node: foundNode ?? verseNode, offset: usjNodeOffset, jsonPath };\n }\n\n // #endregion\n\n // #region Search for text from a node + JSONPath + offset\n\n findNextLocationOfMatchingText(\n startingPoint: UsjContentLocation,\n text: string,\n maxTextLengthToSearch: number = 1000,\n ): UsjContentLocation | undefined {\n let textScanned = '';\n let lengthScanned = 0;\n let lengthTrimmed = 0;\n let foundStartingAtOffset = 0;\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n startingPoint.node,\n this.convertJsonPathToWorkingStack(startingPoint.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node) => {\n if (typeof node !== 'string') return false;\n\n lengthScanned += node.length;\n textScanned = `${textScanned}${node}`;\n const textIndex = textScanned.indexOf(text);\n if (textIndex < 0) {\n // Keep the string we're keeping around from going too large\n lengthTrimmed += textScanned.length;\n if (textScanned.length > text.length)\n textScanned = textScanned.substring(textScanned.length - text.length);\n lengthTrimmed -= textScanned.length;\n\n // Stop looking if we haven't found it after scanning a lot of text\n return lengthScanned > maxTextLengthToSearch;\n }\n\n // We found it!\n foundStartingAtOffset = lengthTrimmed + textIndex;\n return true;\n },\n );\n\n // We never found what we wanted\n if (foundStartingAtOffset <= 0) return undefined;\n\n // The text might have been split between nodes, so we have to go through it one more time\n lengthScanned = 0;\n let finalOffset = 0;\n let finalStack: WorkingStack = [];\n const finalNode = UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n startingPoint.node,\n this.convertJsonPathToWorkingStack(startingPoint.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, stack) => {\n if (typeof node !== 'string') return false;\n\n lengthScanned += node.length;\n if (lengthScanned < foundStartingAtOffset + 1) return false;\n\n finalOffset = foundStartingAtOffset - lengthScanned + node.length;\n finalStack = stack;\n return true;\n },\n );\n if (!finalNode) throw new Error('Internal error: inconsistent search results');\n\n return {\n node: finalNode,\n offset: finalOffset,\n jsonPath: UsjReaderWriter.convertWorkingStackToJsonPath(finalStack),\n };\n }\n\n // #endregion\n\n // #region Extract text from a node + JSONPath + offset\n\n extractText(start: UsjContentLocation, desiredLength: number): string {\n let retVal = '';\n let offsetRemaining = start.offset;\n let lengthRecorded = 0;\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n start.node,\n this.convertJsonPathToWorkingStack(start.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node) => {\n if (typeof node !== 'string') return false;\n if (offsetRemaining >= node.length) {\n offsetRemaining -= node.length;\n return false;\n }\n let remainingNode = node;\n if (offsetRemaining > 0) {\n remainingNode = remainingNode.substring(offsetRemaining);\n offsetRemaining = 0;\n }\n if (lengthRecorded + remainingNode.length < desiredLength) {\n lengthRecorded += remainingNode.length;\n retVal = `${retVal}${remainingNode}`;\n return false;\n }\n const lengthToCopy = desiredLength - lengthRecorded;\n retVal = `${retVal}${remainingNode.substring(0, lengthToCopy - 1)}`;\n return true;\n },\n );\n return retVal;\n }\n\n extractTextBetweenPoints(\n start: UsjContentLocation,\n end: UsjContentLocation,\n maxLength: number = 100,\n ): string {\n let retVal = '';\n UsjReaderWriter.findNextMatchingNodeUsingWorkingStack(\n start.node,\n this.convertJsonPathToWorkingStack(start.jsonPath),\n NODE_TYPES_NOT_CONTAINING_VERSE_TEXT,\n (node, currentStack) => {\n // `node` and `end.node` are both `MarkerContent` which might be strings or objects\n if (node === end.node) {\n // If both objects are the same, then we definitely found `end`\n if (typeof node === 'object') return true;\n\n // If both strings are the same, we need to verify that we're at the same place in `usj`\n if (end.jsonPath === UsjReaderWriter.convertWorkingStackToJsonPath(currentStack))\n return true;\n }\n if (typeof node !== 'string') return false;\n retVal = `${retVal}${node}`;\n if (retVal.length > maxLength) retVal = retVal.substring(0, maxLength);\n return retVal.length >= maxLength;\n },\n );\n return retVal;\n }\n\n // #endregion\n\n // #region Edit this USJ data\n\n private static removeContentNodesFromArray(\n contentArray: MarkerContent[],\n searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean,\n ) {\n let removedCount = 0;\n for (let i = contentArray.length - 1; i >= 0; i--) {\n const node = contentArray[i];\n if (searchFunction(node)) {\n contentArray.splice(i, 1);\n removedCount += 1;\n } else if (typeof node !== 'string' && node.content)\n removedCount += this.removeContentNodesFromArray(node.content, searchFunction);\n }\n return removedCount;\n }\n\n removeContentNodes(searchFunction: (potentiallyMatchingNode: MarkerContent) => boolean): number {\n const retVal = UsjReaderWriter.removeContentNodesFromArray(this.usj.content, searchFunction);\n this.usjChanged();\n return retVal;\n }\n\n // #endregion\n}\n"],"names":["AsyncVariable","variableName","rejectIfNotSettledWithinMS","__publicField","resolve","reject","value","throwIfAlreadySettled","reason","Collator","locales","options","string1","string2","DateTimeFormat","date","startDate","endDate","PlatformEventEmitter","event","callback","callbackIndex","newGuid","s","isString","o","deepClone","obj","debounce","fn","delay","timeout","args","groupBy","items","keySelector","valueSelector","map","item","key","group","isErrorWithMessage","error","toErrorWithMessage","maybeError","getErrorMessage","wait","ms","waitForDuration","maxWaitTimeInMS","getAllObjectFunctionNames","_objId","objectFunctionNames","property","objectPrototype","createSyncProxyForAsyncObject","getObject","objectToProxy","target","prop","DocumentCombiner","baseDocument","documentName","document","previousDocumentVersion","documentToSet","contributions","contributionName","potentialOutput","outputIteration","contribution","mergeObjects","output","finalOutput","areNonArrayObjects","values","allMatch","areArrayObjects","startingPoint","copyFrom","ignoreDuplicateProperties","retVal","mergeObjectsInternal","startingPointObj","copyFromObj","Mutex","AsyncMutex","MutexMap","mutexID","NonValidatingDocumentCombiner","NumberFormat","startRange","endRange","defaultPromise","PromiseChainingMap","logger","promiseFunction","currentPromise","promiseHolder","newPromise","e","UnsubscriberAsyncList","name","unsubscribers","unsubscriber","unsubs","results","unsubscriberSucceeded","index","P","R","t","n","N","B","O","S","K","g","k","x","T","X","V","w","L","G","A","H","C","I","y","q","U","m","l","h","c","E","r","D","i","a","u","v","f","d","b","p","J","M","charRegex","astralRange","comboRange","varRange","familyRange","astral","combo","fitz","modifier","nonAstral","regional","surrogatePair","zwj","blackFlag","family","optModifier","optVar","optJoin","seq","symbol","__importDefault","this","mod","dist","char_regex_1","require$$0","toArray","str","toArray_1","length","match","length_1","substring","begin","end","substring_1","substr","len","strLength","substr_1","limit","padString","padPosition","padRepeats","limit_1","indexOf","searchStr","pos","strArr","searchArr","finded","searchIndex","indexOf_1","ensureArray","maybeArray","at","string","stringLength","charAt","codePointAt","endsWith","searchString","endPosition","lastIndexOfSearchString","lastIndexOf","indexOfClosestClosingCurlyBrace","escaped","closeCurlyBraceIndex","formatReplacementStringToArray","replacers","contents","nextIntermediateStartIndex","addToContents","newContent","newContentIndex","newContentLength","intermediateContent","baseSubstring","replacerKey","replacerContent","endContent","formatReplacementString","content","includes","position","partialString","stringzIndexOf","validatedPosition","stringzLength","normalize","form","upperCaseForm","ordinalCompare","padEnd","targetLength","stringzLimit","padStart","correctSliceIndex","slice","indexStart","indexEnd","newStart","newEnd","split","separator","splitLimit","result","regexSeparator","matches","currentIndex","matchIndex","matchLength","startsWith","stringzSubstr","stringzSubstring","stringzToArray","isLocalizeKey","escapeStringRegexp","transformAndEnsureRegExpRegExpArray","stringStringMaybeArray","stringMaybeStringArray","transformAndEnsureRegExpArray","stringMaybeArray","scrBookData","FIRST_SCR_BOOK_NUM","LAST_SCR_BOOK_NUM","FIRST_SCR_CHAPTER_NUM","FIRST_SCR_VERSE_NUM","defaultScrRef","getChaptersForBook","bookNum","_a","offsetBook","scrRef","offset","offsetChapter","offsetVerse","getLocalizedIdFromBookNumber","bookNumber","localizationLanguage","getLocalizedString","id","Canon","bookName","parts","scrRefToBBBCCCVVV","VerseRef","compareScrRefs","scrRef1","scrRef2","getLocalizeKeyForScrollGroupId","scrollGroupId","getLocalizeKeysForScrollGroupIds","scrollGroupIds","formatScrRef","optionOrLocalizedBookName","chapterVerseSeparator","bookChapterSeparator","book","aggregateUnsubscribers","success","aggregateUnsubscriberAsyncs","unsubPromises","CHAPTER_TYPE","VERSE_TYPE","getOwnPropertyNames","getOwnPropertySymbols","hasOwnProperty","combineComparators","comparatorA","comparatorB","state","createIsCircular","areItemsEqual","cache","cachedA","cachedB","getStrictProperties","object","hasOwn","sameValueZeroEqual","OWNER","getOwnPropertyDescriptor","keys","areArraysEqual","areDatesEqual","areMapsEqual","matchedIndices","aIterable","aResult","bResult","bIterable","hasMatch","aKey","aValue","_b","bKey","bValue","areObjectsEqual","properties","areObjectsEqualStrict","descriptorA","descriptorB","arePrimitiveWrappersEqual","areRegExpsEqual","areSetsEqual","areTypedArraysEqual","ARGUMENTS_TAG","BOOLEAN_TAG","DATE_TAG","MAP_TAG","NUMBER_TAG","OBJECT_TAG","REG_EXP_TAG","SET_TAG","STRING_TAG","isArray","isTypedArray","assign","getTag","createEqualityComparator","constructor","tag","createEqualityComparatorConfig","circular","createCustomConfig","strict","config","areArraysEqual$1","areMapsEqual$1","areObjectsEqual$1","areSetsEqual$1","createInternalEqualityComparator","compare","_indexOrKeyA","_indexOrKeyB","_parentA","_parentB","createIsEqual","comparator","createState","equals","meta","deepEqual","createCustomEqual","createCustomInternalComparator","isEqualDeep","isSubset","objectWithAllProperties","objectWithPartialProperties","partialArray","allArray","partialObj","allObj","serialize","replacer","space","replacerValue","newValue","deserialize","reviver","replaceNull","verseRefReviver","_vrefKey","vrefValue","chapter","verse","versification","ScrVers","combinedReviver","reviverKey","reviverVal","parsedObject","isSerializable","serializedValue","htmlEncode","getCurrentLocale","formatBytes","fileSize","decimals","sizes","sizeToUse","settingsDefs","removeJsonToTypeScriptTypesStuff","defs","def","projectSettingsDocumentSchema","settingsDocumentSchema","localizedStringsDefs","localizedStringsDocumentSchema","menuDocumentSchema","find","list","predicate","ac","freeze","oc","source","HTML_BOOLEAN_ATTRIBUTES","isHTMLBooleanAttribute","HTML_VOID_ELEMENTS","isHTMLVoidElement","tagName","HTML_RAW_TEXT_ELEMENTS","isHTMLRawTextElement","isHTMLEscapableRawTextElement","isHTMLMimeType","mimeType","MIME_TYPE","hasDefaultHTMLNamespace","_MIME_TYPES","isValidMimeType","NAMESPACE","conventions","extendError","writableName","DOMExceptionName","DOMExceptionNames","isValidDomExceptionCode","endsWithError","DOMException","messageOrCode","nameOrMessage","code","ExceptionCode","entries","ParseError","message","locator","errors","detectUnicodeSupport","RegExpImpl","UNICODE_SUPPORT","chars","regexp","chars_without","search","reg","self","part","isStr","regg","UNICODE_REPLACEMENT_CHARACTER","Char","_SChar","SChar_s","S_OPT","NameStartChar","NameStartChar_s","NameChar","Name","Nmtoken","EntityRef","CharRef","Reference","PEReference","EntityValue","AttValue","NCNameStartChar","NCNameChar","NCName","QName","QName_exact","QName_group","SystemLiteral","PI","PubidChar","PubidLiteral","COMMENT_START","COMMENT_END","Comment","PCDATA","Mixed","_children_quantity","children","contentspec","ELEMENTDECL_START","elementdecl","NotationType","Enumeration","EnumeratedType","AttType","DefaultDecl","AttDef","ATTLIST_DECL_START","AttlistDecl","SYSTEM","PUBLIC","ExternalID","ExternalID_match","NDataDecl","EntityDef","ENTITY_DECL_START","GEDecl","PEDef","PEDecl","EntityDecl","PublicID","NotationDecl","Eq","VersionNum","VersionInfo","EncName","EncodingDecl","SDDecl","XMLDecl","DOCTYPE_DECL_START","CDATA_START","CDATA_END","CDStart","CDEnd","CData","CDSect","grammar","PDC","require$$1","require$$2","checkSymbol","notEmptyString","input","splitOnASCIIWhitespace","orderedSetReducer","current","element","toOrderedSet","arrayIncludes","validateQualifiedName","qualifiedName","validateAndExtract","namespace","prefix","localName","splitResult","copy","src","dest","_extends","Class","Super","pt","NodeType","ELEMENT_NODE","ATTRIBUTE_NODE","TEXT_NODE","CDATA_SECTION_NODE","ENTITY_REFERENCE_NODE","ENTITY_NODE","PROCESSING_INSTRUCTION_NODE","COMMENT_NODE","DOCUMENT_NODE","DOCUMENT_TYPE_NODE","DOCUMENT_FRAGMENT_NODE","NOTATION_NODE","DocumentPosition","parentChain","node","chain","commonAncestor","docGUID","doc","NodeList","nodeFilter","buf","serializeToString","me","LiveNodeList","refresh","_updateLiveList","inc","ls","__set__","NamedNodeMap","_findNodeIndex","_addNamedNode","el","newAttr","oldAttr","_onRemoveAttribute","_onAddAttribute","_removeNamedNode","attr","lastIndex","namespaceURI","DOMImplementation","feature","version","doctype","contentType","Document","root","publicId","systemId","internalSubset","DocumentType","title","htmlNode","headNode","titleNode","Node","rootNode","other","parent","otherNode","newChild","refChild","_insertBefore","oldChild","assertPreReplacementValidityInDocument","_removeChild","deep","cloneNode","child","next","node1","node2","attr1","attr2","Attr","chain1","chain2","ca","_xmlEncoder","_visitNode","opt","ns","remove","_onUpdateChild","childNodes","parentNode","oldPreviousSibling","oldNextSibling","hasValidParentNodeType","hasInsertableNodeType","isDocTypeNode","isElementNode","isTextNode","isElementInsertionPossible","parentChildNodes","docTypeNode","isElementReplacementPossible","hasElementChildThatIsNotChild","assertPreInsertionValidity1to5","assertPreInsertionValidityInDocument","nodeChildNodes","nodeChildElements","parentElementChild","_inDocumentAssertion","cp","newFirst","newLast","pre","removed","importedNode","importNode","rtv","Element","attrs","DocumentFragment","data","Text","CDATASection","ProcessingInstruction","EntityReference","validated","old","classNames","classNamesSet","base","nodeClassNames","nodeClassNamesSet","isHTMLDocument","lowerQualifiedName","nodeQualifiedName","matchingQName","CharacterData","count","text","start","newText","newNode","Notation","Entity","XMLSerializer","nodeSerializeToString","refNode","uri","visibleNamespaces","needNamespaceDefine","isHTML","addSerializedAttribute","nodeName","prefixedNodeName","defaultNS","ai","nsi","canCloseTag","pubid","sysid","attrs2","getTextContent","dom","exports","S_TAG","S_ATTR","S_ATTR_SPACE","S_EQ","S_ATTR_NOQUOT_VALUE","S_ATTR_END","S_TAG_SPACE","S_TAG_CLOSE","XMLReader","defaultNSMap","entityMap","domBuilder","_copy","parse","ENTITY_REG","defaultNSMapCopy","errorHandler","fixedFromCharCode","surrogate1","surrogate2","entityReplacer","complete","appendText","xt","lineEnd","linePattern","lineStart","parseStack","unclosedTags","tagStart","fromSource","tagNameRaw","tagNameMatch","currentTagName","tagNameLower","localNSMap","parseProcessingInstruction","parseDoctypeCommentOrCData","ElementAttributes","currentNSMap","parseElementStartPart","locator2","copyLocator","appendElement","parseHtmlSpecialContent","addAttribute","qname","startIndex","attrName","qName","nsp","nsPrefix","elStartEnd","isEscapableRaw","elEndStart","parseUtils","char","skip","skipBlanks","blanks","substringFromIndex","substringStartsWith","getMatch","expr","parseDoctypeInternalSubset","parsePI","intSubsetStart","comment","cdata","sax","entities","require$$3","require$$4","normalizeLineEndings","DOMParser","DOMHandler","defaultNamespace","isXml","impl","ins","ch","_toString","charNode","comm","dt","level","_locator","handler","NODE_TYPES_NOT_CONTAINING_VERSE_TEXT","UsjReaderWriter","usj","jsonPathQuery","wrappedResults","JSONPath","unwrappedResults","chapterNumber","chapterQuery","parentMap","workingStack","tempNode","tempParent","tempChild","USJ_TYPE","stack","jsonPath","stackLevel","levels","onNode","onLevel","indexString","nextNode","skipTypes","candidate","searchFunction","skipNextNode","nextLevel","nodeParent","nodeNumber","nodeIndex","previousNodeIndex","nodeParentMarkerObject","grandparent","previousNode","descendant","bookId","realParent","chapterVerseContent","verseRef","effectiveBookId","verseRefAndOffset","verseRefOffset","chapterNode","foundAnotherChapter","expectedVerse","verseNode","cumulativeVerseLengthSeen","usjNodeOffset","foundNode","maxTextLengthToSearch","textScanned","lengthScanned","lengthTrimmed","foundStartingAtOffset","textIndex","finalOffset","finalStack","finalNode","desiredLength","offsetRemaining","lengthRecorded","remainingNode","lengthToCopy","maxLength","currentStack","contentArray","removedCount"],"mappings":"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CA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AACF,GAAGC,KAAI;AAAA,EACL;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAGC,KAAI;AAAA,EACL;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAGC,KAAIC;AACP,SAASC,GAAEP,GAAGX,IAAI,IAAI;AACpB,SAAOA,MAAMW,IAAIA,EAAE,YAAa,IAAGA,KAAKK,KAAIA,GAAEL,CAAC,IAAI;AACrD;AACA,SAASQ,GAAER,GAAG;AACZ,SAAOO,GAAEP,CAAC,IAAI;AAChB;AACA,SAASS,GAAET,GAAG;AACZ,QAAMX,IAAI,OAAOW,KAAK,WAAWO,GAAEP,CAAC,IAAIA;AACxC,SAAOX,KAAK,MAAMA,KAAK;AACzB;AACA,SAASqB,GAAEV,GAAG;AACZ,UAAQ,OAAOA,KAAK,WAAWO,GAAEP,CAAC,IAAIA,MAAM;AAC9C;AACA,SAASW,GAAEX,GAAG;AACZ,SAAOA,KAAK;AACd;AACA,SAASY,GAAEZ,GAAG;AACZ,QAAMX,IAAI,OAAOW,KAAK,WAAWO,GAAEP,CAAC,IAAIA;AACxC,SAAOa,GAAExB,CAAC,KAAK,CAACsB,GAAEtB,CAAC;AACrB;AACA,UAAUyB,KAAI;AACZ,WAASd,IAAI,GAAGA,KAAKE,GAAE,QAAQF,IAAK,OAAMA;AAC5C;AACA,MAAMe,KAAI,GAAGC,KAAId,GAAE;AACnB,SAASe,KAAI;AACX,SAAO,CAAC,OAAO,OAAO,OAAO,OAAO,OAAO,OAAO,KAAK;AACzD;AACA,SAASC,GAAElB,GAAGX,IAAI,OAAO;AACvB,QAAM7E,IAAIwF,IAAI;AACd,SAAOxF,IAAI,KAAKA,KAAK0F,GAAE,SAASb,IAAIa,GAAE1F,CAAC;AACzC;AACA,SAAS2G,GAAEnB,GAAG;AACZ,SAAOA,KAAK,KAAKA,IAAIgB,KAAI,WAAWZ,GAAEJ,IAAI,CAAC;AAC7C;AACA,SAASoB,GAAEpB,GAAG;AACZ,SAAOmB,GAAEZ,GAAEP,CAAC,CAAC;AACf;AACA,SAASa,GAAEb,GAAG;AACZ,QAAMX,IAAI,OAAOW,KAAK,WAAWkB,GAAElB,CAAC,IAAIA;AACxC,SAAOQ,GAAEnB,CAAC,KAAK,CAACc,GAAE,SAASd,CAAC;AAC9B;AACA,SAASgC,GAAErB,GAAG;AACZ,QAAMX,IAAI,OAAOW,KAAK,WAAWkB,GAAElB,CAAC,IAAIA;AACxC,SAAOQ,GAAEnB,CAAC,KAAKc,GAAE,SAASd,CAAC;AAC7B;AACA,SAASiC,GAAEtB,GAAG;AACZ,SAAOI,GAAEJ,IAAI,CAAC,EAAE,SAAS,YAAY;AACvC;AACA,SAASM,KAAI;AACX,QAAMN,IAAI,CAAA;AACV,WAASX,IAAI,GAAGA,IAAIa,GAAE,QAAQb;AAC5B,IAAAW,EAAEE,GAAEb,CAAC,CAAC,IAAIA,IAAI;AAChB,SAAOW;AACT;AACA,MAAMuB,IAAI;AAAA,EACR,YAAYrB;AAAA,EACZ,iBAAiBC;AAAA,EACjB,gBAAgBI;AAAAA,EAChB,eAAeC;AAAA,EACf,UAAUC;AAAA,EACV,UAAUC;AAAA,EACV,YAAYC;AAAA,EACZ,UAAUC;AAAA,EACV,gBAAgBE;AAAA,EAChB,WAAWC;AAAA,EACX,UAAUC;AAAA,EACV,YAAYC;AAAA,EACZ,gBAAgBC;AAAA,EAChB,yBAAyBC;AAAA,EACzB,qBAAqBC;AAAA,EACrB,aAAaP;AAAA,EACb,iBAAiBQ;AAAA,EACjB,YAAYC;AACd;AACA,IAAIE,IAAqB,kBAACxB,OAAOA,EAAEA,EAAE,UAAU,CAAC,IAAI,WAAWA,EAAEA,EAAE,WAAW,CAAC,IAAI,YAAYA,EAAEA,EAAE,aAAa,CAAC,IAAI,cAAcA,EAAEA,EAAE,UAAU,CAAC,IAAI,WAAWA,EAAEA,EAAE,UAAU,CAAC,IAAI,WAAWA,EAAEA,EAAE,oBAAoB,CAAC,IAAI,qBAAqBA,EAAEA,EAAE,kBAAkB,CAAC,IAAI,mBAAmBA,IAAIwB,KAAK,CAAA,CAAE;AAC1S,MAAMC,IAAI,MAAQ;AAAA;AAAA,EAEhB,YAAYpC,GAAG;AASb,QARAY,EAAE,MAAM,MAAM,GACdA,EAAE,MAAM,UAAU,GAClBA,EAAE,MAAM,WAAW,GACnBA,EAAE,MAAM,kBAAkB,GAC1BA,EAAE,MAAM,cAAc,GACtBA,EAAE,MAAM,mBAAmB,GAC3BA,EAAE,MAAM,gBAAgB,GACxBA,EAAE,MAAM,OAAO,GACXZ,KAAK;AACP,YAAM,IAAI,MAAM,oBAAoB;AACtC,WAAOA,KAAK,YAAY,KAAK,OAAOA,GAAG,KAAK,QAAQmC,EAAEnC,CAAC,MAAM,KAAK,QAAQA,GAAG,KAAK,OAAOmC,EAAEnC,CAAC;AAAA,EAC7F;AAAA,EACD,IAAI,OAAO;AACT,WAAO,KAAK;AAAA,EACb;AAAA,EACD,OAAOA,GAAG;AACR,WAAO,CAACA,EAAE,QAAQ,CAAC,KAAK,OAAO,KAAKA,EAAE,SAAS,KAAK;AAAA,EACrD;AACH;AACAY,EAAEwB,GAAG,YAAY,IAAIA,EAAED,EAAE,QAAQ,CAAC,GAAGvB,EAAEwB,GAAG,cAAc,IAAIA,EAAED,EAAE,UAAU,CAAC,GAAGvB,EAAEwB,GAAG,WAAW,IAAIA,EAAED,EAAE,OAAO,CAAC,GAAGvB,EAAEwB,GAAG,WAAW,IAAIA,EAAED,EAAE,OAAO,CAAC,GAAGvB,EAAEwB,GAAG,qBAAqB,IAAIA,EAAED,EAAE,iBAAiB,CAAC,GAAGvB,EAAEwB,GAAG,mBAAmB,IAAIA,EAAED,EAAE,eAAe,CAAC;AAC3P,IAAIE,KAAID;AACR,SAASE,GAAE3B,GAAGX,GAAG;AACf,QAAM7E,IAAI6E,EAAE,CAAC;AACb,WAASuC,IAAI,GAAGA,IAAIvC,EAAE,QAAQuC;AAC5B,IAAA5B,IAAIA,EAAE,MAAMX,EAAEuC,CAAC,CAAC,EAAE,KAAKpH,CAAC;AAC1B,SAAOwF,EAAE,MAAMxF,CAAC;AAClB;AACA,IAAIqH,KAAqB,kBAAC7B,OAAOA,EAAEA,EAAE,QAAQ,CAAC,IAAI,SAASA,EAAEA,EAAE,uBAAuB,CAAC,IAAI,wBAAwBA,EAAEA,EAAE,aAAa,CAAC,IAAI,cAAcA,EAAEA,EAAE,kBAAkB,CAAC,IAAI,mBAAmBA,EAAEA,EAAE,gBAAgB,CAAC,IAAI,iBAAiBA,IAAI6B,MAAK,CAAA,CAAE;AAC1P,MAAMC,IAAI,MAAMA,EAAE;AAAA,EAChB,YAAYzC,GAAG7E,GAAGoH,GAAGG,GAAG;AAsBtB,QApBA9B,EAAE,MAAM,cAAc,GAEtBA,EAAE,MAAM,aAAa,GAErBA,EAAE,MAAM,WAAW,GAEnBA,EAAE,MAAM,oBAAoB,GAE5BA,EAAE,MAAM,MAAM,GAEdA,EAAE,MAAM,YAAY,GAEpBA,EAAE,MAAM,cAAc,GAEtBA,EAAE,MAAM,eAAe,GACvBA,EAAE,MAAM,WAAW,GAAG,GACtBA,EAAE,MAAM,YAAY,CAAC,GACrBA,EAAE,MAAM,eAAe,CAAC,GACxBA,EAAE,MAAM,aAAa,CAAC,GACtBA,EAAE,MAAM,QAAQ,GACZ2B,KAAK,QAAQG,KAAK;AACpB,UAAI1C,KAAK,QAAQ,OAAOA,KAAK,UAAU;AACrC,cAAM3E,IAAI2E,GAAG2C,IAAIxH,KAAK,QAAQA,aAAakH,KAAIlH,IAAI;AACnD,aAAK,SAASwH,CAAC,GAAG,KAAK,MAAMtH,CAAC;AAAA,MAC/B,WAAU2E,KAAK,QAAQ,OAAOA,KAAK,UAAU;AAC5C,cAAM3E,IAAIF,KAAK,QAAQA,aAAakH,KAAIlH,IAAI;AAC5C,aAAK,SAASE,CAAC,GAAG,KAAK,YAAY2E,IAAIyC,EAAE,qBAAqB,KAAK,cAAc,KAAK;AAAA,UACpFzC,IAAIyC,EAAE,mBAAmBA,EAAE;AAAA,QACrC,GAAW,KAAK,WAAW,KAAK,MAAMzC,IAAIyC,EAAE,gBAAgB;AAAA,MAC5D,WAAiBtH,KAAK;AACd,YAAI6E,KAAK,QAAQA,aAAayC,GAAG;AAC/B,gBAAMpH,IAAI2E;AACV,eAAK,WAAW3E,EAAE,SAAS,KAAK,cAAcA,EAAE,YAAY,KAAK,YAAYA,EAAE,UAAU,KAAK,SAASA,EAAE,OAAO,KAAK,gBAAgBA,EAAE;AAAA,QACjJ,OAAe;AACL,cAAI2E,KAAK,KAAM;AACf,gBAAM3E,IAAI2E,aAAaqC,KAAIrC,IAAIyC,EAAE;AACjC,eAAK,SAASpH,CAAC;AAAA,QAChB;AAAA;AAED,cAAM,IAAI,MAAM,qCAAqC;AAAA,aAChD2E,KAAK,QAAQ7E,KAAK,QAAQoH,KAAK;AACtC,UAAI,OAAOvC,KAAK,YAAY,OAAO7E,KAAK,YAAY,OAAOoH,KAAK;AAC9D,aAAK,SAASG,CAAC,GAAG,KAAK,eAAe1C,GAAG7E,GAAGoH,CAAC;AAAA,eACtC,OAAOvC,KAAK,YAAY,OAAO7E,KAAK,YAAY,OAAOoH,KAAK;AACnE,aAAK,WAAWvC,GAAG,KAAK,cAAc7E,GAAG,KAAK,YAAYoH,GAAG,KAAK,gBAAgBG,KAAKD,EAAE;AAAA;AAEzF,cAAM,IAAI,MAAM,qCAAqC;AAAA;AAEvD,YAAM,IAAI,MAAM,qCAAqC;AAAA,EACxD;AAAA;AAAA;AAAA;AAAA,EAID,OAAO,iBAAiBzC,GAAG;AACzB,WAAOA,EAAE,SAAS,KAAK,aAAa,SAASA,EAAE,CAAC,CAAC,KAAK,CAACA,EAAE,SAAS,KAAK,mBAAmB,KAAK,CAACA,EAAE,SAAS,KAAK,sBAAsB;AAAA,EACvI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOD,OAAO,SAASA,GAAG;AACjB,QAAI7E;AACJ,QAAI;AACF,aAAOA,IAAI,IAAIsH,EAAEzC,CAAC,GAAG,EAAE,SAAS,IAAI,UAAU7E;IAC/C,SAAQoH,GAAG;AACV,UAAIA,aAAaK;AACf,eAAOzH,IAAI,IAAIsH,KAAK,EAAE,SAAS,IAAI,UAAUtH;AAC/C,YAAMoH;AAAA,IACP;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUD,OAAO,aAAavC,GAAG7E,GAAGoH,GAAG;AAC3B,WAAOvC,IAAIyC,EAAE,cAAcA,EAAE,oBAAoBtH,KAAK,IAAIA,IAAIsH,EAAE,cAAcA,EAAE,sBAAsB,MAAMF,KAAK,IAAIA,IAAIE,EAAE,cAAc;AAAA,EAC1I;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,OAAO,SAASzC,GAAG;AACjB,UAAM,EAAE,MAAM7E,GAAG,YAAYoH,GAAG,UAAUG,GAAG,OAAOrH,GAAG,kBAAkBsH,EAAC,IAAK3C,GAAG6C,IAAIxH,KAAKqH,EAAE;AAC7F,QAAII;AACJ,WAAOH,MAAMG,IAAI,IAAIT,GAAEM,CAAC,IAAIxH,IAAI,IAAIsH,EAAEtH,GAAGoH,EAAE,YAAYM,GAAGC,CAAC,IAAI,IAAIL;EACpE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOD,OAAO,eAAezC,GAAG;AACvB,QAAI7E;AACJ,QAAI,CAAC6E;AACH,aAAO7E,IAAI,IAAI,EAAE,SAAS,IAAI,MAAMA;AACtC,IAAAA,IAAI;AACJ,QAAIoH;AACJ,aAASG,IAAI,GAAGA,IAAI1C,EAAE,QAAQ0C,KAAK;AACjC,UAAIH,IAAIvC,EAAE0C,CAAC,GAAGH,IAAI,OAAOA,IAAI;AAC3B,eAAOG,MAAM,MAAMvH,IAAI,KAAK,EAAE,SAAS,IAAI,MAAMA,EAAC;AACpD,UAAIA,IAAIA,IAAI,KAAK,CAACoH,IAAI,GAAGpH,IAAIsH,EAAE;AAC7B,eAAOtH,IAAI,IAAI,EAAE,SAAS,IAAI,MAAMA;IACvC;AACD,WAAO,EAAE,SAAS,IAAI,MAAMA,EAAC;AAAA,EAC9B;AAAA;AAAA;AAAA;AAAA,EAID,IAAI,YAAY;AACd,WAAO,KAAK,YAAY,KAAK,KAAK,eAAe,KAAK,KAAK,aAAa,KAAK,KAAK,iBAAiB;AAAA,EACpG;AAAA;AAAA;AAAA;AAAA,EAID,IAAI,cAAc;AAChB,WAAO,KAAK,UAAU,SAAS,KAAK,OAAO,SAASsH,EAAE,mBAAmB,KAAK,KAAK,OAAO,SAASA,EAAE,sBAAsB;AAAA,EAC5H;AAAA;AAAA;AAAA;AAAA;AAAA,EAKD,IAAI,OAAO;AACT,WAAOP,EAAE,eAAe,KAAK,SAAS,EAAE;AAAA,EACzC;AAAA,EACD,IAAI,KAAKlC,GAAG;AACV,SAAK,UAAUkC,EAAE,eAAelC,CAAC;AAAA,EAClC;AAAA;AAAA;AAAA;AAAA,EAID,IAAI,UAAU;AACZ,WAAO,KAAK,aAAa,KAAK,cAAc,IAAI,KAAK,KAAK,YAAY;EACvE;AAAA,EACD,IAAI,QAAQA,GAAG;AACb,UAAM7E,IAAI,CAAC6E;AACX,SAAK,cAAc,OAAO,UAAU7E,CAAC,IAAIA,IAAI;AAAA,EAC9C;AAAA;AAAA;AAAA;AAAA;AAAA,EAKD,IAAI,QAAQ;AACV,WAAO,KAAK,UAAU,OAAO,KAAK,SAAS,KAAK,aAAa,KAAK,YAAY,IAAI,KAAK,KAAK,UAAU;EACvG;AAAA,EACD,IAAI,MAAM6E,GAAG;AACX,UAAM,EAAE,SAAS7E,GAAG,MAAMoH,EAAC,IAAKE,EAAE,eAAezC,CAAC;AAClD,SAAK,SAAS7E,IAAI,SAAS6E,EAAE,QAAQ,KAAK,SAAS,EAAE,GAAG,KAAK,YAAYuC,GAAG,EAAE,KAAK,aAAa,OAAO,EAAE,MAAM,KAAK,UAAW,IAAGE,EAAE,eAAe,KAAK,MAAM;AAAA,EAC/J;AAAA;AAAA;AAAA;AAAA,EAID,IAAI,UAAU;AACZ,WAAO,KAAK;AAAA,EACb;AAAA,EACD,IAAI,QAAQzC,GAAG;AACb,QAAIA,KAAK,KAAKA,IAAIkC,EAAE;AAClB,YAAM,IAAIU;AAAA,QACR;AAAA,MACR;AACI,SAAK,WAAW5C;AAAA,EACjB;AAAA;AAAA;AAAA;AAAA,EAID,IAAI,aAAa;AACf,WAAO,KAAK;AAAA,EACb;AAAA,EACD,IAAI,WAAWA,GAAG;AAChB,SAAK,aAAaA;AAAA,EACnB;AAAA;AAAA;AAAA;AAAA,EAID,IAAI,WAAW;AACb,WAAO,KAAK;AAAA,EACb;AAAA,EACD,IAAI,SAASA,GAAG;AACd,SAAK,YAAYA;AAAA,EAClB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,IAAI,mBAAmB;AACrB,QAAIA;AACJ,YAAQA,IAAI,KAAK,kBAAkB,OAAO,SAASA,EAAE;AAAA,EACtD;AAAA,EACD,IAAI,iBAAiBA,GAAG;AACtB,SAAK,gBAAgB,KAAK,iBAAiB,OAAO,IAAIqC,GAAErC,CAAC,IAAI;AAAA,EAC9D;AAAA;AAAA;AAAA;AAAA,EAID,IAAI,QAAQ;AACV,WAAO,KAAK,gBAAgB;AAAA,EAC7B;AAAA;AAAA;AAAA;AAAA,EAID,IAAI,cAAc;AAChB,WAAO,KAAK,cAAcyC,EAAE,sBAAsBA,EAAE,uBAAuB;AAAA,EAC5E;AAAA;AAAA;AAAA;AAAA;AAAA,EAKD,IAAI,SAAS;AACX,WAAOA,EAAE,aAAa,KAAK,UAAU,KAAK,aAAa,CAAC;AAAA,EACzD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOD,IAAI,YAAY;AACd,WAAOA,EAAE,aAAa,KAAK,UAAU,KAAK,aAAa,KAAK,SAAS;AAAA,EACtE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,IAAI,aAAa;AACf,WAAO;AAAA,EACR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAWD,MAAMzC,GAAG;AACP,QAAIA,IAAIA,EAAE,QAAQ,KAAK,SAAS,EAAE,GAAGA,EAAE,SAAS,GAAG,GAAG;AACpD,YAAM3E,IAAI2E,EAAE,MAAM,GAAG;AACrB,UAAIA,IAAI3E,EAAE,CAAC,GAAGA,EAAE,SAAS;AACvB,YAAI;AACF,gBAAMsH,IAAI,CAACtH,EAAE,CAAC,EAAE,KAAI;AACpB,eAAK,gBAAgB,IAAIgH,GAAEF,EAAEQ,CAAC,CAAC;AAAA,QACzC,QAAgB;AACN,gBAAM,IAAIC,GAAE,yBAAyB5C,CAAC;AAAA,QACvC;AAAA,IACJ;AACD,UAAM7E,IAAI6E,EAAE,KAAM,EAAC,MAAM,GAAG;AAC5B,QAAI7E,EAAE,WAAW;AACf,YAAM,IAAIyH,GAAE,yBAAyB5C,CAAC;AACxC,UAAMuC,IAAIpH,EAAE,CAAC,EAAE,MAAM,GAAG,GAAGuH,IAAI,CAACH,EAAE,CAAC;AACnC,QAAIA,EAAE,WAAW,KAAKL,EAAE,eAAe/G,EAAE,CAAC,CAAC,MAAM,KAAK,CAAC,OAAO,UAAUuH,CAAC,KAAKA,IAAI,KAAK,CAACD,EAAE,iBAAiBF,EAAE,CAAC,CAAC;AAC7G,YAAM,IAAIK,GAAE,yBAAyB5C,CAAC;AACxC,SAAK,eAAe7E,EAAE,CAAC,GAAGoH,EAAE,CAAC,GAAGA,EAAE,CAAC,CAAC;AAAA,EACrC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKD,WAAW;AACT,SAAK,SAAS;AAAA,EACf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,QAAQ;AACN,WAAO,IAAIE,EAAE,IAAI;AAAA,EAClB;AAAA,EACD,WAAW;AACT,UAAMzC,IAAI,KAAK;AACf,WAAOA,MAAM,KAAK,KAAK,GAAGA,CAAC,IAAI,KAAK,OAAO,IAAI,KAAK,KAAK;AAAA,EAC1D;AAAA,EACD,SAAS;AACP,QAAIA,IAAI,KAAK;AACb,KAACA,MAAM,MAAMA,MAAM,KAAK,SAAS,gBAAgBA,IAAI;AACrD,UAAM7E,IAAI;AAAA,MACR,MAAM,KAAK;AAAA,MACX,YAAY,KAAK;AAAA,MACjB,UAAU,KAAK;AAAA,MACf,OAAO6E;AAAA,MACP,kBAAkB,KAAK;AAAA,IAC7B;AACI,WAAOA,KAAK,OAAO7E,EAAE,OAAOA;AAAA,EAC7B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,OAAO6E,GAAG;AACR,WAAOA,aAAayC,IAAIzC,EAAE,aAAa,KAAK,YAAYA,EAAE,gBAAgB,KAAK,eAAeA,EAAE,cAAc,KAAK,aAAaA,EAAE,UAAU,KAAK,UAAUA,EAAE,iBAAiB,QAAQ,KAAK,iBAAiB,QAAQA,EAAE,iBAAiB,QAAQ,KAAK,iBAAiB,QAAQA,EAAE,cAAc,OAAO,KAAK,aAAa,KAAK;AAAA,EAC5T;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAiBD,UAAUA,IAAI,IAAI7E,IAAIsH,EAAE,sBAAsBF,IAAIE,EAAE,yBAAyB;AAC3E,QAAI,KAAK,UAAU,QAAQ,KAAK,cAAc;AAC5C,aAAO,CAAC,KAAK,MAAK,CAAE;AACtB,UAAMC,IAAI,CAAA,GAAIrH,IAAIiH,GAAE,KAAK,QAAQC,CAAC;AAClC,eAAWI,KAAKtH,EAAE,IAAI,CAACwH,MAAMP,GAAEO,GAAG1H,CAAC,CAAC,GAAG;AACrC,YAAM0H,IAAI,KAAK;AACf,MAAAA,EAAE,QAAQF,EAAE,CAAC;AACb,YAAMG,IAAID,EAAE;AACZ,UAAIH,EAAE,KAAKG,CAAC,GAAGF,EAAE,SAAS,GAAG;AAC3B,cAAMI,IAAI,KAAK;AACf,YAAIA,EAAE,QAAQJ,EAAE,CAAC,GAAG,CAAC3C;AACnB,mBAASgD,IAAIF,IAAI,GAAGE,IAAID,EAAE,UAAUC,KAAK;AACvC,kBAAMC,IAAI,IAAIR;AAAA,cACZ,KAAK;AAAA,cACL,KAAK;AAAA,cACLO;AAAA,cACA,KAAK;AAAA,YACnB;AACY,iBAAK,cAAcN,EAAE,KAAKO,CAAC;AAAA,UAC5B;AACH,QAAAP,EAAE,KAAKK,CAAC;AAAA,MACT;AAAA,IACF;AACD,WAAOL;AAAA,EACR;AAAA;AAAA;AAAA;AAAA,EAID,cAAc1C,GAAG7E,GAAG;AAClB,QAAI,CAAC,KAAK;AACR,aAAO,KAAK;AACd,QAAIoH,IAAI;AACR,eAAWG,KAAK,KAAK,UAAU,IAAI1C,GAAG7E,CAAC,GAAG;AACxC,YAAME,IAAIqH,EAAE;AACZ,UAAIrH,MAAM;AACR,eAAOA;AACT,YAAMsH,IAAID,EAAE;AACZ,UAAIH,IAAII;AACN,eAAO;AACT,UAAIJ,MAAMI;AACR,eAAO;AACT,MAAAJ,IAAII;AAAA,IACL;AACD,WAAO;AAAA,EACR;AAAA;AAAA;AAAA;AAAA,EAID,IAAI,gBAAgB;AAClB,WAAO,KAAK,iBAAiB,OAAO,IAAI,KAAK,YAAY,KAAK,KAAK,WAAWT,EAAE,WAAW,KAAKA,EAAE,YAAY,KAAK,QAAQ,GAAG;AAAA,EAC/H;AAAA,EACD,SAASlC,IAAIyC,EAAE,sBAAsB;AACnC,SAAK,WAAW,GAAG,KAAK,cAAc,IAAI,KAAK,SAAS,QAAQ,KAAK,gBAAgBzC;AAAA,EACtF;AAAA,EACD,eAAeA,GAAG7E,GAAGoH,GAAG;AACtB,SAAK,UAAUL,EAAE,eAAelC,CAAC,GAAG,KAAK,UAAU7E,GAAG,KAAK,QAAQoH;AAAA,EACpE;AACH;AACA3B,EAAE6B,GAAG,wBAAwBJ,GAAE,OAAO,GAAGzB,EAAE6B,GAAG,uBAAuB,GAAG,GAAG7B,EAAE6B,GAAG,0BAA0B,GAAG,GAAG7B,EAAE6B,GAAG,wBAAwB,CAACA,EAAE,mBAAmB,CAAC,GAAG7B,EAAE6B,GAAG,2BAA2B,CAACA,EAAE,sBAAsB,CAAC,GAAG7B,EAAE6B,GAAG,uBAAuB,GAAG,GAAG7B,EAAE6B,GAAG,oBAAoBA,EAAE,sBAAsBA,EAAE,mBAAmB,GAAG7B,EAAE6B,GAAG,eAAeA,EAAE,sBAAsB,CAAC;AAAA;AAAA;AAG5X7B,EAAE6B,GAAG,mBAAmBD,EAAC;AACzB,IAAIU,KAAIT;AACR,MAAMG,WAAU,MAAM;AACtB;sJCtxBAO,KAAiB,MAAM;AAEtB,QAAMC,IAAc,mBAMdC,IALkB,oBACI,oBACF,oBACM,oBACE,mBAE5BC,IAAW,kBACXC,IAAc,qDAGdC,IAAS,IAAIJ,CAAW,KACxBK,IAAQ,IAAIJ,CAAU,KACtBK,IAAO,4BACPC,IAAW,MAAMF,CAAK,IAAIC,CAAI,KAC9BE,IAAY,KAAKR,CAAW,KAC5BS,IAAW,mCACXC,IAAgB,sCAChBC,IAAM,WACNC,IAAY,sKACZC,KAAS,IAAIV,CAAW,KAGxBW,IAAc,GAAGP,CAAQ,KACzBQ,IAAS,IAAIb,CAAQ,MACrBc,IAAU,MAAML,CAAG,MAAM,CAACH,GAAWC,GAAUC,CAAa,EAAE,KAAK,GAAG,CAAC,IAAIK,IAASD,CAAW,MAC/FG,KAAMF,IAASD,IAAcE,GAE7BE,KAAS,MAAM,CADE,GAAGV,CAAS,GAAGH,CAAK,KACLA,GAAOI,GAAUC,GAAeN,GAAQS,EAAM,EAAE,KAAK,GAAG,CAAC;AAG/F,SAAO,IAAI,OAAO,GAAGD,CAAS,IAAIN,CAAI,MAAMA,CAAI,KAAKY,KAASD,EAAG,IAAI,GAAG;AACzE,GCrCIE,KAAmBC,MAAQA,GAAK,mBAAoB,SAAUC,GAAK;AACnE,SAAQA,KAAOA,EAAI,aAAcA,IAAM,EAAE,SAAWA;AACxD;AACA,OAAO,eAAeC,IAAS,cAAc,EAAE,OAAO,GAAI,CAAE;AAE5D,IAAIC,KAAeJ,GAAgBK,EAAqB;AAMxD,SAASC,GAAQC,GAAK;AAClB,MAAI,OAAOA,KAAQ;AACf,UAAM,IAAI,MAAM,+BAA+B;AAEnD,SAAOA,EAAI,MAAMH,GAAa,QAAS,CAAA,KAAK,CAAA;AAChD;AACA,IAAeI,KAAAL,GAAA,UAAGG;AAQlB,SAASG,GAAOF,GAAK;AAEjB,MAAI,OAAOA,KAAQ;AACf,UAAM,IAAI,MAAM,wBAAwB;AAE5C,MAAIG,IAAQH,EAAI,MAAMH,GAAa,QAAS,CAAA;AAC5C,SAAOM,MAAU,OAAO,IAAIA,EAAM;AACtC;AACA,IAAcC,KAAAR,GAAA,SAAGM;AAUjB,SAASG,GAAUL,GAAKM,GAAOC,GAAK;AAGhC,MAFID,MAAU,WAAUA,IAAQ,IAE5B,OAAON,KAAQ;AACf,UAAM,IAAI,MAAM,wBAAwB;AAG5C,GAAI,OAAOM,KAAU,YAAYA,IAAQ,OACrCA,IAAQ,IAER,OAAOC,KAAQ,YAAYA,IAAM,MACjCA,IAAM;AAEV,MAAIJ,IAAQH,EAAI,MAAMH,GAAa,QAAS,CAAA;AAC5C,SAAKM,IAEEA,EAAM,MAAMG,GAAOC,CAAG,EAAE,KAAK,EAAE,IAD3B;AAEf;AACA,IAAiBC,KAAAZ,GAAA,YAAGS;AAUpB,SAASI,GAAOT,GAAKM,GAAOI,GAAK;AAG7B,MAFIJ,MAAU,WAAUA,IAAQ,IAE5B,OAAON,KAAQ;AACf,UAAM,IAAI,MAAM,wBAAwB;AAE5C,MAAIW,IAAYT,GAAOF,CAAG;AAM1B,MAJI,OAAOM,KAAU,aACjBA,IAAQ,SAASA,GAAO,EAAE,IAG1BA,KAASK;AACT,WAAO;AAGX,EAAIL,IAAQ,MACRA,KAASK;AAEb,MAAIJ;AACJ,EAAI,OAAOG,IAAQ,MACfH,IAAMI,KAIF,OAAOD,KAAQ,aACfA,IAAM,SAASA,GAAK,EAAE,IAE1BH,IAAMG,KAAO,IAAIA,IAAMJ,IAAQA;AAEnC,MAAIH,IAAQH,EAAI,MAAMH,GAAa,QAAS,CAAA;AAC5C,SAAKM,IAEEA,EAAM,MAAMG,GAAOC,CAAG,EAAE,KAAK,EAAE,IAD3B;AAEf;AACA,IAAcK,KAAAhB,GAAA,SAAGa;AAYjB,SAASI,GAAMb,GAAKa,GAAOC,GAAWC,GAAa;AAK/C,MAJIF,MAAU,WAAUA,IAAQ,KAC5BC,MAAc,WAAUA,IAAY,MACpCC,MAAgB,WAAUA,IAAc,UAExC,OAAOf,KAAQ,YAAY,OAAOa,KAAU;AAC5C,UAAM,IAAI,MAAM,6BAA6B;AAGjD,MAAI,CAAC,QAAQ,OAAO,EAAE,QAAQE,CAAW,MAAM;AAC3C,UAAM,IAAI,MAAM,6CAA6C;AAGjE,EAAI,OAAOD,KAAc,aACrBA,IAAY,OAAOA,CAAS;AAGhC,MAAIH,IAAYT,GAAOF,CAAG;AAC1B,MAAIW,IAAYE;AACZ,WAAOR,GAAUL,GAAK,GAAGa,CAAK;AAE7B,MAAIF,IAAYE,GAAO;AACxB,QAAIG,IAAaF,EAAU,OAAOD,IAAQF,CAAS;AACnD,WAAOI,MAAgB,SAASC,IAAahB,IAAMA,IAAMgB;AAAA,EAC5D;AACD,SAAOhB;AACX;AACA,IAAaiB,KAAArB,GAAA,QAAGiB;AAUhB,SAASK,GAAQlB,GAAKmB,GAAWC,GAAK;AAElC,MADIA,MAAQ,WAAUA,IAAM,IACxB,OAAOpB,KAAQ;AACf,UAAM,IAAI,MAAM,wBAAwB;AAE5C,MAAIA,MAAQ;AACR,WAAImB,MAAc,KACP,IAEJ;AAGX,EAAAC,IAAM,OAAOA,CAAG,GAChBA,IAAM,MAAMA,CAAG,IAAI,IAAIA,GACvBD,IAAY,OAAOA,CAAS;AAC5B,MAAIE,IAAStB,GAAQC,CAAG;AACxB,MAAIoB,KAAOC,EAAO;AACd,WAAIF,MAAc,KACPE,EAAO,SAEX;AAEX,MAAIF,MAAc;AACd,WAAOC;AAEX,MAAIE,IAAYvB,GAAQoB,CAAS,GAC7BI,IAAS,IACT7F;AACJ,OAAKA,IAAQ0F,GAAK1F,IAAQ2F,EAAO,QAAQ3F,KAAS,GAAG;AAEjD,aADI8F,IAAc,GACXA,IAAcF,EAAU,UAC3BA,EAAUE,CAAW,MAAMH,EAAO3F,IAAQ8F,CAAW;AACrD,MAAAA,KAAe;AAEnB,QAAIA,MAAgBF,EAAU,UAC1BA,EAAUE,IAAc,CAAC,MAAMH,EAAO3F,IAAQ8F,IAAc,CAAC,GAAG;AAChE,MAAAD,IAAS;AACT;AAAA,IACH;AAAA,EACJ;AACD,SAAOA,IAAS7F,IAAQ;AAC5B;AACA,IAAA+F,KAAA7B,GAAA,UAAkBsB;ACvLlB,SAAwBQ,GAAeC,GAAsC;AACvE,SAACA,IAEE,MAAM,QAAQA,CAAU,IAAIA,IAAa,CAACA,CAAU,IAFnC;AAG1B;ACKgB,SAAAC,GAAGC,GAAgBnG,GAAmC;AAChE,MAAA,EAAAA,IAAQoG,EAAaD,CAAM,KAAKnG,IAAQ,CAACoG,EAAaD,CAAM;AACzD,WAAApB,GAAOoB,GAAQnG,GAAO,CAAC;AAChC;AAcgB,SAAAqG,GAAOF,GAAgBnG,GAAuB;AAC5D,SAAIA,IAAQ,KAAKA,IAAQoG,EAAaD,CAAM,IAAI,IAAU,KACnDpB,GAAOoB,GAAQnG,GAAO,CAAC;AAChC;AAegB,SAAAsG,GAAYH,GAAgBnG,GAAmC;AAC7E,MAAI,EAAAA,IAAQ,KAAKA,IAAQoG,EAAaD,CAAM,IAAI;AAChD,WAAOpB,GAAOoB,GAAQnG,GAAO,CAAC,EAAE,YAAY,CAAC;AAC/C;AAcO,SAASuG,GACdJ,GACAK,GACAC,IAAsBL,EAAaD,CAAM,GAChC;AACH,QAAAO,IAA0BC,GAAYR,GAAQK,CAAY;AAEhE,SADI,EAAAE,MAA4B,MAC5BA,IAA0BN,EAAaI,CAAY,MAAMC;AAE/D;AAYA,SAASG,GAAgCtC,GAAatE,GAAe6G,GAAkB;AACjF,MAAA7G,IAAQ,EAAU,QAAA;AACtB,MAAI6G,GAAS;AACP,QAAAR,GAAO/B,GAAKtE,CAAK,MAAM,OAAOqG,GAAO/B,GAAKtE,IAAQ,CAAC,MAAM,KAAa,QAAAA;AAC1E,UAAM8G,IAAuBtB,GAAQlB,GAAK,OAAOtE,CAAK;AAC/C,WAAA8G,KAAwB,IAAIA,IAAuB,IAAIA;AAAA,EAChE;AAEA,MAAI7E,IAAIjC;AACF,QAAAiF,IAAYmB,EAAa9B,CAAG;AAClC,SAAOrC,IAAIgD,MACLhD,IAAAuD,GAAQlB,GAAK,KAAKrC,CAAC,GAEnB,EAAAA,MAAM,MAAMoE,GAAO/B,GAAKrC,IAAI,CAAC,MAAM;AAGlC,IAAAA,KAAA;AAGA,SAAAA,KAAKgD,IAAY,KAAKhD;AAC/B;AA8CgB,SAAA8E,GACdzC,GACA0C,GACgB;AAEhB,QAAMC,IAA2B,CAAA;AAGjC,MAAIhF,IAAI,GAEJiF,IAA6B;AAUxB,WAAAC,EACPC,GACAC,GACAC,GACA;AAEA,UAAMC,IAAsB5C,GAAUL,GAAK4C,GAA4BG,CAAe,GAIhFG,IACJP,EAAS,SAAS,KAAKrM,GAASqM,EAASA,EAAS,SAAS,CAAC,CAAC,IACzD,GAAGA,EAAS,IAAK,CAAA,GAAGM,CAAmB,KACvCA;AAEF,IAAA3M,GAASwM,CAAU,IAErBH,EAAS,KAAK,GAAGO,CAAa,GAAGJ,CAAU,EAAE,KAIzCI,KAAwBP,EAAA,KAAKO,CAAa,GAC9CP,EAAS,KAAKG,CAAU,IAK1BF,IAA6BG,IAAkBC;AAAA,EACjD;AAEM,QAAArC,IAAYmB,EAAa9B,CAAG;AAClC,SAAOrC,IAAIgD,KAAW;AACZ,YAAAoB,GAAO/B,GAAKrC,CAAC,GAAG;AAAA,MACtB,KAAK;AACH,YAAIoE,GAAO/B,GAAKrC,IAAI,CAAC,MAAM,MAAM;AAE/B,gBAAM6E,IAAuBF,GAAgCtC,GAAKrC,GAAG,EAAK;AAC1E,cAAI6E,KAAwB,GAAG;AAE7B,kBAAMW,IAAc9C,GAAUL,GAAKrC,IAAI,GAAG6E,CAAoB,GAGxDY,IACJD,KAAeT;AAAA;AAAA;AAAA,cAGXA,EAAUS,CAAqC;AAAA,gBAC/CA;AAEN,YAAAN,EAAcO,GAAiBzF,GAAG6E,IAAuB,IAAI7E,CAAC,GAG1DA,IAAA6E,GAGJI,IAA6BJ,IAAuB;AAAA,UAItD;AAAA,QAAA;AAIc,UAAAK,EAAA,KAAKlF,IAAI,GAAG,CAAC;AAE7B;AAAA,MACF,KAAK;AACH,QAAIoE,GAAO/B,GAAKrC,IAAI,CAAC,MAAM,QAMXkF,EAAA,KAAKlF,IAAI,GAAG,CAAC;AAE7B;AAAA,IAIJ;AAEK,IAAAA,KAAA;AAAA,EACP;AAIA,MAAIiF,IAA6BjC,GAAW;AAEpC,UAAA0C,IAAahD,GAAUL,GAAK4C,CAA0B;AAInD,IAAAD,EAAA;AAAA,MACPA,EAAS,SAAS,KAAKrM,GAASqM,EAASA,EAAS,SAAS,CAAC,CAAC,IACzD,GAAGA,EAAS,IAAK,CAAA,GAAGU,CAAU,KAC9BA;AAAA,IAAA;AAAA,EAER;AAEO,SAAAV;AACT;AAgCgB,SAAAW,GACdtD,GACA0C,GACQ;AACR,SAAOD,GAA+BzC,GAAK0C,CAAS,EACjD,IAAI,CAACa,MAAY,GAAGA,CAAO,EAAE,EAC7B,KAAK,EAAE;AACZ;AAaO,SAASC,GAAS3B,GAAgBK,GAAsBuB,IAAmB,GAAY;AACtF,QAAAC,IAAgBrD,GAAUwB,GAAQ4B,CAAQ;AAE5C,SADwBvC,GAAQwC,GAAexB,CAAY,MACnC;AAE9B;AAaO,SAAShB,GACdW,GACAK,GACAuB,IAA+B,GACvB;AACD,SAAAE,GAAe9B,GAAQK,GAAcuB,CAAQ;AACtD;AAcgB,SAAApB,GAAYR,GAAgBK,GAAsBuB,GAA2B;AAC3F,MAAIG,IAAoBH,MAAa,SAAY3B,EAAaD,CAAM,IAAI4B;AAExE,EAAIG,IAAoB,IACFA,IAAA,IACXA,KAAqB9B,EAAaD,CAAM,MAC7B+B,IAAA9B,EAAaD,CAAM,IAAI;AAG7C,WAASnG,IAAQkI,GAAmBlI,KAAS,GAAGA;AAC9C,QAAI+E,GAAOoB,GAAQnG,GAAOoG,EAAaI,CAAY,CAAC,MAAMA;AACjD,aAAAxG;AAIJ,SAAA;AACT;AAYO,SAASoG,EAAaD,GAAwB;AACnD,SAAOgC,GAAchC,CAAM;AAC7B;AAYgB,SAAAiC,GAAUjC,GAAgBkC,GAAwD;AAC1F,QAAAC,IAAgBD,EAAK;AAC3B,SAAIC,MAAkB,SACbnC,IAEFA,EAAO,UAAUmC,CAAa;AACvC;AAcgB,SAAAC,GACdvO,GACAC,GACAF,GACQ;AACR,SAAOC,EAAQ,cAAcC,GAAS,MAAMF,CAAO;AACrD;AAiBO,SAASyO,GAAOrC,GAAgBsC,GAAsBrD,IAAoB,KAAa;AAC5F,SAAIqD,KAAgBrC,EAAaD,CAAM,IAAUA,IAC1CuC,GAAavC,GAAQsC,GAAcrD,GAAW,OAAO;AAC9D;AAiBO,SAASuD,GAASxC,GAAgBsC,GAAsBrD,IAAoB,KAAa;AAC9F,SAAIqD,KAAgBrC,EAAaD,CAAM,IAAUA,IAC1CuC,GAAavC,GAAQsC,GAAcrD,GAAW,MAAM;AAC7D;AAIA,SAASwD,GAAkBpE,GAAgBxE,GAAe;AACpD,SAAAA,IAAQwE,IAAeA,IACvBxE,IAAQ,CAACwE,IAAe,IACxBxE,IAAQ,IAAUA,IAAQwE,IACvBxE;AACT;AAcgB,SAAA6I,GAAM1C,GAAgB2C,GAAoBC,GAA2B;AAC7E,QAAAvE,IAAiB4B,EAAaD,CAAM;AAC1C,MACE2C,IAAatE,KACZuE,MACGD,IAAaC,KACb,EAAED,KAAc,KAAKA,IAAatE,KAAUuE,IAAW,KAAKA,IAAW,CAACvE,MACxEuE,IAAW,CAACvE;AAET,WAAA;AAEH,QAAAwE,IAAWJ,GAAkBpE,GAAQsE,CAAU,GAC/CG,IAASF,IAAWH,GAAkBpE,GAAQuE,CAAQ,IAAI;AAEzD,SAAApE,GAAUwB,GAAQ6C,GAAUC,CAAM;AAC3C;AAiBgB,SAAAC,GAAM/C,GAAgBgD,GAA4BC,GAA+B;AAC/F,QAAMC,IAAmB,CAAA;AAErB,MAAAD,MAAe,UAAaA,KAAc;AAC5C,WAAO,CAACjD,CAAM;AAGZ,MAAAgD,MAAc,GAAW,QAAA9E,GAAQ8B,CAAM,EAAE,MAAM,GAAGiD,CAAU;AAEhE,MAAIE,IAAiBH;AAEnB,GAAA,OAAOA,KAAc,YACpBA,aAAqB,UAAU,CAACrB,GAASqB,EAAU,OAAO,GAAG,OAE7CG,IAAA,IAAI,OAAOH,GAAW,GAAG;AAGtC,QAAAI,IAAmCpD,EAAO,MAAMmD,CAAc;AAEpE,MAAIE,IAAe;AAEnB,MAAI,CAACD,EAAgB,QAAA,CAACpD,CAAM;AAEnB,WAAAnG,IAAQ,GAAGA,KAASoJ,IAAaA,IAAa,IAAIG,EAAQ,SAASvJ,KAAS;AACnF,UAAMyJ,IAAajE,GAAQW,GAAQoD,EAAQvJ,CAAK,GAAGwJ,CAAY,GACzDE,IAActD,EAAamD,EAAQvJ,CAAK,CAAC;AAK/C,QAHAqJ,EAAO,KAAK1E,GAAUwB,GAAQqD,GAAcC,CAAU,CAAC,GACvDD,IAAeC,IAAaC,GAExBN,MAAe,UAAaC,EAAO,WAAWD;AAChD;AAAA,EAEJ;AAEA,SAAAC,EAAO,KAAK1E,GAAUwB,GAAQqD,CAAY,CAAC,GAEpCH;AACT;AAgBO,SAASM,GAAWxD,GAAgBK,GAAsBuB,IAAmB,GAAY;AAE1F,SADwBvC,GAAQW,GAAQK,GAAcuB,CAAQ,MACtCA;AAE9B;AAeA,SAAShD,GACPoB,GACAvB,IAAgB,GAChBI,IAAcoB,EAAaD,CAAM,IAAIvB,GAC7B;AACD,SAAAgF,GAAczD,GAAQvB,GAAOI,CAAG;AACzC;AAaO,SAASL,GACdwB,GACAvB,GACAC,IAAcuB,EAAaD,CAAM,GACzB;AACD,SAAA0D,GAAiB1D,GAAQvB,GAAOC,CAAG;AAC5C;AAWO,SAASR,GAAQ8B,GAA0B;AAChD,SAAO2D,GAAe3D,CAAM;AAC9B;AAGO,SAAS4D,GAAczF,GAAiC;AAC7D,SAAOqF,GAAWrF,GAAK,GAAG,KAAKiC,GAASjC,GAAK,GAAG;AAClD;AAoBO,SAAS0F,GAAmB7D,GAAwB;AACrD,MAAA,OAAOA,KAAW;AACd,UAAA,IAAI,UAAU,mBAAmB;AAKzC,SAAOA,EAAO,QAAQ,uBAAuB,MAAM,EAAE,QAAQ,MAAM,OAAO;AAC5E;AAmBO,SAAS8D,GACdC,GACuB;AACnB,SAACA,IAEqBlE,GAAYkE,CAAsB,EAEhB;AAAA,IAAI,CAACC,MAC/C,MAAM,QAAQA,CAAsB,IAChCA,EAAuB,IAAI,CAAC7F,MAAQ,IAAI,OAAOA,CAAG,CAAC,IACnD,IAAI,OAAO6F,CAAsB;AAAA,EAAA,IAPH;AAWtC;AAeO,SAASC,GACdC,GACU;AACN,SAACA,IAEerE,GAAYqE,CAAgB,EAEhB,IAAI,CAAC/F,MAAgB,IAAI,OAAOA,CAAG,CAAC,IAJtC;AAOhC;AC7tBA,MAAMgG,KAA0B;AAAA,EAC9B,EAAE,WAAW,OAAO,WAAW,CAAC,OAAO,GAAG,UAAU,GAAG;AAAA,EACvD,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,GAAG;AAAA,EACzD,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,GAAG;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,WAAW,GAAG,UAAU,GAAG;AAAA,EAC3D,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,GAAG;AAAA,EACzD,EAAE,WAAW,OAAO,WAAW,CAAC,aAAa,GAAG,UAAU,GAAG;AAAA,EAC7D,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,GAAG;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,GAAG;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,MAAM,GAAG,UAAU,EAAE;AAAA,EACrD,EAAE,WAAW,OAAO,WAAW,CAAC,UAAU,GAAG,UAAU,GAAG;AAAA,EAC1D,EAAE,WAAW,OAAO,WAAW,CAAC,UAAU,GAAG,UAAU,GAAG;AAAA,EAC1D,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,GAAG;AAAA,EACzD,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,GAAG;AAAA,EACzD,EAAE,WAAW,OAAO,WAAW,CAAC,cAAc,GAAG,UAAU,GAAG;AAAA,EAC9D,EAAE,WAAW,OAAO,WAAW,CAAC,cAAc,GAAG,UAAU,GAAG;AAAA,EAC9D,EAAE,WAAW,OAAO,WAAW,CAAC,MAAM,GAAG,UAAU,GAAG;AAAA,EACtD,EAAE,WAAW,OAAO,WAAW,CAAC,UAAU,GAAG,UAAU,GAAG;AAAA,EAC1D,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,GAAG;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,KAAK,GAAG,UAAU,GAAG;AAAA,EACrD,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,QAAQ,GAAG,UAAU,IAAI;AAAA,EAClE,EAAE,WAAW,OAAO,WAAW,CAAC,UAAU,GAAG,UAAU,GAAG;AAAA,EAC1D,EAAE,WAAW,OAAO,WAAW,CAAC,cAAc,GAAG,UAAU,GAAG;AAAA,EAC9D,EAAE,WAAW,OAAO,WAAW,CAAC,mBAAmB,eAAe,GAAG,UAAU,EAAE;AAAA,EACjF,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,GAAG;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,UAAU,GAAG,UAAU,GAAG;AAAA,EAC1D,EAAE,WAAW,OAAO,WAAW,CAAC,cAAc,GAAG,UAAU,EAAE;AAAA,EAC7D,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,GAAG;AAAA,EACzD,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,GAAG;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,OAAO,GAAG,UAAU,GAAG;AAAA,EACvD,EAAE,WAAW,OAAO,WAAW,CAAC,MAAM,GAAG,UAAU,EAAE;AAAA,EACrD,EAAE,WAAW,OAAO,WAAW,CAAC,MAAM,GAAG,UAAU,EAAE;AAAA,EACrD,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,EAAE;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,OAAO,GAAG,UAAU,EAAE;AAAA,EACtD,EAAE,WAAW,OAAO,WAAW,CAAC,OAAO,GAAG,UAAU,EAAE;AAAA,EACtD,EAAE,WAAW,OAAO,WAAW,CAAC,OAAO,GAAG,UAAU,EAAE;AAAA,EACtD,EAAE,WAAW,OAAO,WAAW,CAAC,UAAU,GAAG,UAAU,EAAE;AAAA,EACzD,EAAE,WAAW,OAAO,WAAW,CAAC,WAAW,GAAG,UAAU,EAAE;AAAA,EAC1D,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,EAAE;AAAA,EACvD,EAAE,WAAW,OAAO,WAAW,CAAC,WAAW,GAAG,UAAU,GAAG;AAAA,EAC3D,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,EAAE;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,GAAG;AAAA,EACzD,EAAE,WAAW,OAAO,WAAW,CAAC,MAAM,GAAG,UAAU,GAAG;AAAA,EACtD,EAAE,WAAW,OAAO,WAAW,CAAC,MAAM,GAAG,UAAU,GAAG;AAAA,EACtD,EAAE,WAAW,OAAO,WAAW,CAAC,MAAM,GAAG,UAAU,GAAG;AAAA,EACtD,EAAE,WAAW,OAAO,WAAW,CAAC,MAAM,GAAG,UAAU,GAAG;AAAA,EACtD,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,GAAG;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,eAAe,GAAG,UAAU,GAAG;AAAA,EAC/D,EAAE,WAAW,OAAO,WAAW,CAAC,eAAe,GAAG,UAAU,GAAG;AAAA,EAC/D,EAAE,WAAW,OAAO,WAAW,CAAC,WAAW,GAAG,UAAU,EAAE;AAAA,EAC1D,EAAE,WAAW,OAAO,WAAW,CAAC,WAAW,GAAG,UAAU,EAAE;AAAA,EAC1D,EAAE,WAAW,OAAO,WAAW,CAAC,aAAa,GAAG,UAAU,EAAE;AAAA,EAC5D,EAAE,WAAW,OAAO,WAAW,CAAC,YAAY,GAAG,UAAU,EAAE;AAAA,EAC3D,EAAE,WAAW,OAAO,WAAW,CAAC,iBAAiB,GAAG,UAAU,EAAE;AAAA,EAChE,EAAE,WAAW,OAAO,WAAW,CAAC,iBAAiB,GAAG,UAAU,EAAE;AAAA,EAChE,EAAE,WAAW,OAAO,WAAW,CAAC,WAAW,GAAG,UAAU,EAAE;AAAA,EAC1D,EAAE,WAAW,OAAO,WAAW,CAAC,WAAW,GAAG,UAAU,EAAE;AAAA,EAC1D,EAAE,WAAW,OAAO,WAAW,CAAC,OAAO,GAAG,UAAU,EAAE;AAAA,EACtD,EAAE,WAAW,OAAO,WAAW,CAAC,UAAU,GAAG,UAAU,EAAE;AAAA,EACzD,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,GAAG;AAAA,EACzD,EAAE,WAAW,OAAO,WAAW,CAAC,OAAO,GAAG,UAAU,EAAE;AAAA,EACtD,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,EAAE;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,SAAS,GAAG,UAAU,EAAE;AAAA,EACxD,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,EAAE;AAAA,EACvD,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,EAAE;AAAA,EACvD,EAAE,WAAW,OAAO,WAAW,CAAC,QAAQ,GAAG,UAAU,EAAE;AAAA,EACvD,EAAE,WAAW,OAAO,WAAW,CAAC,MAAM,GAAG,UAAU,EAAE;AAAA,EACrD,EAAE,WAAW,OAAO,WAAW,CAAC,YAAY,GAAG,UAAU,GAAG;AAC9D,GAEaC,KAAqB,GACrBC,KAAoBF,GAAY,SAAS,GACzCG,KAAwB,GACxBC,KAAsB,GAEtBC,KAAoC;AAAA,EAC/C,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,UAAU;AACZ,GAEaC,KAAqB,CAACC,MAA4B;;AACtD,WAAAC,IAAAR,GAAYO,CAAO,MAAnB,gBAAAC,EAAsB,aAAY;AAC3C,GAEaC,KAAa,CAACC,GAA4BC,OAAwC;AAAA,EAC7F,SAAS,KAAK,IAAIV,IAAoB,KAAK,IAAIS,EAAO,UAAUC,GAAQT,EAAiB,CAAC;AAAA,EAC1F,YAAY;AAAA,EACZ,UAAU;AACZ,IAEaU,KAAgB,CAACF,GAA4BC,OAAwC;AAAA,EAChG,GAAGD;AAAA,EACH,YAAY,KAAK;AAAA,IACf,KAAK,IAAIP,IAAuBO,EAAO,aAAaC,CAAM;AAAA,IAC1DL,GAAmBI,EAAO,OAAO;AAAA,EACnC;AAAA,EACA,UAAU;AACZ,IAEaG,KAAc,CAACH,GAA4BC,OAAwC;AAAA,EAC9F,GAAGD;AAAA,EACH,UAAU,KAAK,IAAIN,IAAqBM,EAAO,WAAWC,CAAM;AAClE;AAgBsB,eAAAG,GACpBC,GACAC,GACAC,GAIA;AACM,QAAAC,IAAKC,EAAM,eAAeJ,CAAU;AAEtC,MAAA,CAAC1B,GAAW,KAAK,oBAAoB2B,CAAoB,EAAE,CAAC,GAAG,IAAI;AACrE,WAAOC,EAAmB;AAAA,MACxB,aAAa,eAAeC,CAAE;AAAA,MAC9B,mBAAmB,CAACF,CAAoB;AAAA,IAAA,CACzC;AAGG,QAAAI,IAAW,MAAMH,EAAmB;AAAA,IACxC,aAAa,QAAQC,CAAE;AAAA,IACvB,mBAAmB,CAACF,CAAoB;AAAA,EAAA,CACzC,GACKK,IAAQzC,GAAMwC,GAAU,GAAG;AAI1B,SAFQxC,GAAMyC,EAAM,CAAC,GAAG,KAAQ,EACjB,CAAC,EAAE,KAAK;AAEhC;AASO,SAASC,GAAkBZ,GAAoC;AAC7D,SAAA,IAAIa,GAASb,EAAO,SAASA,EAAO,YAAYA,EAAO,QAAQ,EAAE;AAC1E;AAWgB,SAAAc,GAAeC,GAA6BC,GAAqC;AAG/F,SAAOJ,GAAkBG,CAAO,IAAIH,GAAkBI,CAAO;AAC/D;AAGO,SAASC,GACdC,GACa;AACb,SAAO,gBAAgBA,CAAa;AACtC;AAgBO,SAASC,GAAiCC,GAA+C;AAC9F,SAAOA,EAAe,IAAI,CAACF,MAAkBD,GAA+BC,CAAa,CAAC;AAC5F;AAgBO,SAASG,GACdrB,GACAsB,GACAC,GACAC,GACQ;AACJ,MAAAC;AACJ,UAAQH,KAA6B,MAAM;AAAA,IACzC,KAAK;AACI,MAAAG,IAAAhB,EAAM,wBAAwBT,EAAO,OAAO;AACnD;AAAA,IACF,KAAK;AACI,MAAAyB,IAAAhB,EAAM,eAAeT,EAAO,OAAO;AAC1C;AAAA,IACF;AAEE,MAAAyB,IAAOH,KAA6B;AACpC;AAAA,EACJ;AACA,SAAO,GAAGG,CAAI,GAAGD,KAAwB,GAAG,GAAGxB,EAAO,UAAU,GAAGuB,KAAyB,GAAG,GAAGvB,EAAO,QAAQ;AACnH;ACpOa,MAAA0B,KAAyB,CAAC/M,MAC9B,IAAIvE,MAEMuE,EAAc,IAAI,CAACC,MAAiBA,EAAa,GAAGxE,CAAI,CAAC,EAG1D,MAAM,CAACuR,MAAYA,CAAO,GAgB/BC,KAA8B,CACzCjN,MAEO,UAAUvE,MAAS;AAElB,QAAAyR,IAAgBlN,EAAc,IAAI,OAAOC,MAAiBA,EAAa,GAAGxE,CAAI,CAAC;AAG7E,UAAA,MAAM,QAAQ,IAAIyR,CAAa,GAAG,MAAM,CAACF,MAAYA,CAAO;AAAA,GCnC3DG,KAAe,WAGfC,KAAa;ACP1B,IAAIC,KAAsB,OAAO,qBAAqBC,KAAwB,OAAO,uBACjFC,KAAiB,OAAO,UAAU;AAItC,SAASC,GAAmBC,GAAaC,GAAa;AAClD,SAAO,SAAiBnL,GAAGK,GAAG+K,GAAO;AACjC,WAAOF,EAAYlL,GAAGK,GAAG+K,CAAK,KAAKD,EAAYnL,GAAGK,GAAG+K,CAAK;AAAA,EAClE;AACA;AAMA,SAASC,GAAiBC,GAAe;AACrC,SAAO,SAAoBtL,GAAGK,GAAG+K,GAAO;AACpC,QAAI,CAACpL,KAAK,CAACK,KAAK,OAAOL,KAAM,YAAY,OAAOK,KAAM;AAClD,aAAOiL,EAActL,GAAGK,GAAG+K,CAAK;AAEpC,QAAIG,IAAQH,EAAM,OACdI,IAAUD,EAAM,IAAIvL,CAAC,GACrByL,IAAUF,EAAM,IAAIlL,CAAC;AACzB,QAAImL,KAAWC;AACX,aAAOD,MAAYnL,KAAKoL,MAAYzL;AAExC,IAAAuL,EAAM,IAAIvL,GAAGK,CAAC,GACdkL,EAAM,IAAIlL,GAAGL,CAAC;AACd,QAAImH,IAASmE,EAActL,GAAGK,GAAG+K,CAAK;AACtC,WAAAG,EAAM,OAAOvL,CAAC,GACduL,EAAM,OAAOlL,CAAC,GACP8G;AAAA,EACf;AACA;AAKA,SAASuE,GAAoBC,GAAQ;AACjC,SAAOb,GAAoBa,CAAM,EAAE,OAAOZ,GAAsBY,CAAM,CAAC;AAC3E;AAIA,IAAIC,KAAS,OAAO,UACf,SAAUD,GAAQpR,GAAU;AACzB,SAAOyQ,GAAe,KAAKW,GAAQpR,CAAQ;AACnD;AAIA,SAASsR,GAAmB7L,GAAGK,GAAG;AAC9B,SAAOL,KAAKK,IAAIL,MAAMK,IAAIL,MAAMK,KAAML,MAAMA,KAAKK,MAAMA;AAC3D;AAEA,IAAIyL,KAAQ,UACRC,KAA2B,OAAO,0BAA0BC,KAAO,OAAO;AAI9E,SAASC,GAAejM,GAAGK,GAAG+K,GAAO;AACjC,MAAItN,IAAQkC,EAAE;AACd,MAAIK,EAAE,WAAWvC;AACb,WAAO;AAEX,SAAOA,MAAU;AACb,QAAI,CAACsN,EAAM,OAAOpL,EAAElC,CAAK,GAAGuC,EAAEvC,CAAK,GAAGA,GAAOA,GAAOkC,GAAGK,GAAG+K,CAAK;AAC3D,aAAO;AAGf,SAAO;AACX;AAIA,SAASc,GAAclM,GAAGK,GAAG;AACzB,SAAOwL,GAAmB7L,EAAE,QAAS,GAAEK,EAAE,QAAO,CAAE;AACtD;AAIA,SAAS8L,GAAanM,GAAGK,GAAG+K,GAAO;AAC/B,MAAIpL,EAAE,SAASK,EAAE;AACb,WAAO;AAOX,WALI+L,IAAiB,CAAA,GACjBC,IAAYrM,EAAE,WACdlC,IAAQ,GACRwO,GACAC,IACID,IAAUD,EAAU,WACpB,CAAAC,EAAQ,QADqB;AAOjC,aAHIE,IAAYnM,EAAE,WACdoM,IAAW,IACXlF,IAAa,IACTgF,IAAUC,EAAU,WACpB,CAAAD,EAAQ,QADqB;AAIjC,UAAI3D,IAAK0D,EAAQ,OAAOI,IAAO9D,EAAG,CAAC,GAAG+D,IAAS/D,EAAG,CAAC,GAC/CgE,IAAKL,EAAQ,OAAOM,IAAOD,EAAG,CAAC,GAAGE,IAASF,EAAG,CAAC;AACnD,MAAI,CAACH,KACD,CAACL,EAAe7E,CAAU,MACzBkF,IACGrB,EAAM,OAAOsB,GAAMG,GAAM/O,GAAOyJ,GAAYvH,GAAGK,GAAG+K,CAAK,KACnDA,EAAM,OAAOuB,GAAQG,GAAQJ,GAAMG,GAAM7M,GAAGK,GAAG+K,CAAK,OAC5DgB,EAAe7E,CAAU,IAAI,KAEjCA;AAAA,IACH;AACD,QAAI,CAACkF;AACD,aAAO;AAEX,IAAA3O;AAAA,EACH;AACD,SAAO;AACX;AAIA,SAASiP,GAAgB/M,GAAGK,GAAG+K,GAAO;AAClC,MAAI4B,IAAahB,GAAKhM,CAAC,GACnBlC,IAAQkP,EAAW;AACvB,MAAIhB,GAAK3L,CAAC,EAAE,WAAWvC;AACnB,WAAO;AAOX,WALIvD,GAKGuD,MAAU;AAOb,QANAvD,IAAWyS,EAAWlP,CAAK,GACvBvD,MAAauR,OACZ9L,EAAE,YAAYK,EAAE,aACjBL,EAAE,aAAaK,EAAE,YAGjB,CAACuL,GAAOvL,GAAG9F,CAAQ,KACnB,CAAC6Q,EAAM,OAAOpL,EAAEzF,CAAQ,GAAG8F,EAAE9F,CAAQ,GAAGA,GAAUA,GAAUyF,GAAGK,GAAG+K,CAAK;AACvE,aAAO;AAGf,SAAO;AACX;AAIA,SAAS6B,GAAsBjN,GAAGK,GAAG+K,GAAO;AACxC,MAAI4B,IAAatB,GAAoB1L,CAAC,GAClClC,IAAQkP,EAAW;AACvB,MAAItB,GAAoBrL,CAAC,EAAE,WAAWvC;AAClC,WAAO;AASX,WAPIvD,GACA2S,GACAC,GAKGrP,MAAU;AAeb,QAdAvD,IAAWyS,EAAWlP,CAAK,GACvBvD,MAAauR,OACZ9L,EAAE,YAAYK,EAAE,aACjBL,EAAE,aAAaK,EAAE,YAGjB,CAACuL,GAAOvL,GAAG9F,CAAQ,KAGnB,CAAC6Q,EAAM,OAAOpL,EAAEzF,CAAQ,GAAG8F,EAAE9F,CAAQ,GAAGA,GAAUA,GAAUyF,GAAGK,GAAG+K,CAAK,MAG3E8B,IAAcnB,GAAyB/L,GAAGzF,CAAQ,GAClD4S,IAAcpB,GAAyB1L,GAAG9F,CAAQ,IAC7C2S,KAAeC,OACf,CAACD,KACE,CAACC,KACDD,EAAY,iBAAiBC,EAAY,gBACzCD,EAAY,eAAeC,EAAY,cACvCD,EAAY,aAAaC,EAAY;AACzC,aAAO;AAGf,SAAO;AACX;AAIA,SAASC,GAA0BpN,GAAGK,GAAG;AACrC,SAAOwL,GAAmB7L,EAAE,QAAS,GAAEK,EAAE,QAAO,CAAE;AACtD;AAIA,SAASgN,GAAgBrN,GAAGK,GAAG;AAC3B,SAAOL,EAAE,WAAWK,EAAE,UAAUL,EAAE,UAAUK,EAAE;AAClD;AAIA,SAASiN,GAAatN,GAAGK,GAAG+K,GAAO;AAC/B,MAAIpL,EAAE,SAASK,EAAE;AACb,WAAO;AAMX,WAJI+L,IAAiB,CAAA,GACjBC,IAAYrM,EAAE,UACdsM,GACAC,IACID,IAAUD,EAAU,WACpB,CAAAC,EAAQ,QADqB;AAOjC,aAHIE,IAAYnM,EAAE,UACdoM,IAAW,IACXlF,IAAa,IACTgF,IAAUC,EAAU,WACpB,CAAAD,EAAQ;AAGZ,MAAI,CAACE,KACD,CAACL,EAAe7E,CAAU,MACzBkF,IAAWrB,EAAM,OAAOkB,EAAQ,OAAOC,EAAQ,OAAOD,EAAQ,OAAOC,EAAQ,OAAOvM,GAAGK,GAAG+K,CAAK,OAChGgB,EAAe7E,CAAU,IAAI,KAEjCA;AAEJ,QAAI,CAACkF;AACD,aAAO;AAAA,EAEd;AACD,SAAO;AACX;AAIA,SAASc,GAAoBvN,GAAGK,GAAG;AAC/B,MAAIvC,IAAQkC,EAAE;AACd,MAAIK,EAAE,WAAWvC;AACb,WAAO;AAEX,SAAOA,MAAU;AACb,QAAIkC,EAAElC,CAAK,MAAMuC,EAAEvC,CAAK;AACpB,aAAO;AAGf,SAAO;AACX;AAEA,IAAI0P,KAAgB,sBAChBC,KAAc,oBACdC,KAAW,iBACXC,KAAU,gBACVC,KAAa,mBACbC,KAAa,mBACbC,KAAc,mBACdC,KAAU,gBACVC,KAAa,mBACbC,KAAU,MAAM,SAChBC,KAAe,OAAO,eAAgB,cAAc,YAAY,SAC9D,YAAY,SACZ,MACFC,KAAS,OAAO,QAChBC,KAAS,OAAO,UAAU,SAAS,KAAK,KAAK,OAAO,UAAU,QAAQ;AAI1E,SAASC,GAAyBzF,GAAI;AAClC,MAAIqD,IAAiBrD,EAAG,gBAAgBsD,IAAgBtD,EAAG,eAAeuD,IAAevD,EAAG,cAAcmE,IAAkBnE,EAAG,iBAAiBwE,IAA4BxE,EAAG,2BAA2ByE,IAAkBzE,EAAG,iBAAiB0E,IAAe1E,EAAG,cAAc2E,IAAsB3E,EAAG;AAIzS,SAAO,SAAoB5I,GAAGK,GAAG+K,GAAO;AAEpC,QAAIpL,MAAMK;AACN,aAAO;AAMX,QAAIL,KAAK,QACLK,KAAK,QACL,OAAOL,KAAM,YACb,OAAOK,KAAM;AACb,aAAOL,MAAMA,KAAKK,MAAMA;AAE5B,QAAIiO,IAActO,EAAE;AAWpB,QAAIsO,MAAgBjO,EAAE;AAClB,aAAO;AAKX,QAAIiO,MAAgB;AAChB,aAAOvB,EAAgB/M,GAAGK,GAAG+K,CAAK;AAItC,QAAI6C,GAAQjO,CAAC;AACT,aAAOiM,EAAejM,GAAGK,GAAG+K,CAAK;AAIrC,QAAI8C,MAAgB,QAAQA,GAAalO,CAAC;AACtC,aAAOuN,EAAoBvN,GAAGK,GAAG+K,CAAK;AAO1C,QAAIkD,MAAgB;AAChB,aAAOpC,EAAclM,GAAGK,GAAG+K,CAAK;AAEpC,QAAIkD,MAAgB;AAChB,aAAOjB,EAAgBrN,GAAGK,GAAG+K,CAAK;AAEtC,QAAIkD,MAAgB;AAChB,aAAOnC,EAAanM,GAAGK,GAAG+K,CAAK;AAEnC,QAAIkD,MAAgB;AAChB,aAAOhB,EAAatN,GAAGK,GAAG+K,CAAK;AAInC,QAAImD,IAAMH,GAAOpO,CAAC;AAClB,WAAIuO,MAAQb,KACDxB,EAAclM,GAAGK,GAAG+K,CAAK,IAEhCmD,MAAQT,KACDT,EAAgBrN,GAAGK,GAAG+K,CAAK,IAElCmD,MAAQZ,KACDxB,EAAanM,GAAGK,GAAG+K,CAAK,IAE/BmD,MAAQR,KACDT,EAAatN,GAAGK,GAAG+K,CAAK,IAE/BmD,MAAQV,KAIA,OAAO7N,EAAE,QAAS,cACtB,OAAOK,EAAE,QAAS,cAClB0M,EAAgB/M,GAAGK,GAAG+K,CAAK,IAG/BmD,MAAQf,KACDT,EAAgB/M,GAAGK,GAAG+K,CAAK,IAKlCmD,MAAQd,MAAec,MAAQX,MAAcW,MAAQP,KAC9CZ,EAA0BpN,GAAGK,GAAG+K,CAAK,IAazC;AAAA,EACf;AACA;AAIA,SAASoD,GAA+B5F,GAAI;AACxC,MAAI6F,IAAW7F,EAAG,UAAU8F,IAAqB9F,EAAG,oBAAoB+F,IAAS/F,EAAG,QAChFgG,IAAS;AAAA,IACT,gBAAgBD,IACV1B,KACAhB;AAAA,IACN,eAAeC;AAAA,IACf,cAAcyC,IACR1D,GAAmBkB,IAAcc,EAAqB,IACtDd;AAAA,IACN,iBAAiBwC,IACX1B,KACAF;AAAA,IACN,2BAA2BK;AAAA,IAC3B,iBAAiBC;AAAA,IACjB,cAAcsB,IACR1D,GAAmBqC,IAAcL,EAAqB,IACtDK;AAAA,IACN,qBAAqBqB,IACf1B,KACAM;AAAA,EACd;AAII,MAHImB,MACAE,IAAST,GAAO,CAAE,GAAES,GAAQF,EAAmBE,CAAM,CAAC,IAEtDH,GAAU;AACV,QAAII,IAAmBxD,GAAiBuD,EAAO,cAAc,GACzDE,IAAiBzD,GAAiBuD,EAAO,YAAY,GACrDG,IAAoB1D,GAAiBuD,EAAO,eAAe,GAC3DI,IAAiB3D,GAAiBuD,EAAO,YAAY;AACzD,IAAAA,IAAST,GAAO,CAAE,GAAES,GAAQ;AAAA,MACxB,gBAAgBC;AAAA,MAChB,cAAcC;AAAA,MACd,iBAAiBC;AAAA,MACjB,cAAcC;AAAA,IAC1B,CAAS;AAAA,EACJ;AACD,SAAOJ;AACX;AAKA,SAASK,GAAiCC,GAAS;AAC/C,SAAO,SAAUlP,GAAGK,GAAG8O,GAAcC,GAAcC,GAAUC,GAAUlE,GAAO;AAC1E,WAAO8D,EAAQlP,GAAGK,GAAG+K,CAAK;AAAA,EAClC;AACA;AAIA,SAASmE,GAAc3G,GAAI;AACvB,MAAI6F,IAAW7F,EAAG,UAAU4G,IAAa5G,EAAG,YAAY6G,IAAc7G,EAAG,aAAa8G,IAAS9G,EAAG,QAAQ+F,IAAS/F,EAAG;AACtH,MAAI6G;AACA,WAAO,SAAiBzP,GAAGK,GAAG;AAC1B,UAAIuI,IAAK6G,KAAe7C,IAAKhE,EAAG,OAAO2C,IAAQqB,MAAO,SAAS6B,IAAW,oBAAI,YAAY,SAAY7B,GAAI+C,IAAO/G,EAAG;AACpH,aAAO4G,EAAWxP,GAAGK,GAAG;AAAA,QACpB,OAAOkL;AAAA,QACP,QAAQmE;AAAA,QACR,MAAMC;AAAA,QACN,QAAQhB;AAAA,MACxB,CAAa;AAAA,IACb;AAEI,MAAIF;AACA,WAAO,SAAiBzO,GAAGK,GAAG;AAC1B,aAAOmP,EAAWxP,GAAGK,GAAG;AAAA,QACpB,OAAO,oBAAI,QAAS;AAAA,QACpB,QAAQqP;AAAA,QACR,MAAM;AAAA,QACN,QAAQf;AAAA,MACxB,CAAa;AAAA,IACb;AAEI,MAAIvD,IAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQsE;AAAA,IACR,MAAM;AAAA,IACN,QAAQf;AAAA,EAChB;AACI,SAAO,SAAiB3O,GAAGK,GAAG;AAC1B,WAAOmP,EAAWxP,GAAGK,GAAG+K,CAAK;AAAA,EACrC;AACA;AAKA,IAAIwE,KAAYC,GAAiB;AAIXA,GAAkB,EAAE,QAAQ,IAAM;AAIhCA,GAAkB,EAAE,UAAU,IAAM;AAK9BA,GAAkB;AAAA,EAC5C,UAAU;AAAA,EACV,QAAQ;AACZ,CAAC;AAIkBA,GAAkB;AAAA,EACjC,0BAA0B,WAAY;AAAE,WAAOhE;AAAA,EAAqB;AACxE,CAAC;AAIwBgE,GAAkB;AAAA,EACvC,QAAQ;AAAA,EACR,0BAA0B,WAAY;AAAE,WAAOhE;AAAA,EAAqB;AACxE,CAAC;AAI0BgE,GAAkB;AAAA,EACzC,UAAU;AAAA,EACV,0BAA0B,WAAY;AAAE,WAAOhE;AAAA,EAAqB;AACxE,CAAC;AAKgCgE,GAAkB;AAAA,EAC/C,UAAU;AAAA,EACV,0BAA0B,WAAY;AAAE,WAAOhE;AAAA,EAAqB;AAAA,EACpE,QAAQ;AACZ,CAAC;AASD,SAASgE,GAAkBhY,GAAS;AAChC,EAAIA,MAAY,WAAUA,IAAU,CAAE;AACtC,MAAI+Q,IAAK/Q,EAAQ,UAAU4W,IAAW7F,MAAO,SAAS,KAAQA,GAAIkH,IAAiCjY,EAAQ,0BAA0B4X,IAAc5X,EAAQ,aAAa+U,IAAK/U,EAAQ,QAAQ8W,IAAS/B,MAAO,SAAS,KAAQA,GAC1NgC,IAASJ,GAA+B3W,CAAO,GAC/C2X,IAAanB,GAAyBO,CAAM,GAC5Cc,IAASI,IACPA,EAA+BN,CAAU,IACzCP,GAAiCO,CAAU;AACjD,SAAOD,GAAc,EAAE,UAAUd,GAAU,YAAYe,GAAY,aAAaC,GAAa,QAAQC,GAAQ,QAAQf,EAAQ,CAAA;AACjI;AC9fwB,SAAAiB,GAAU5P,GAAYK,GAAY;AACjD,SAAA0P,GAAY/P,GAAGK,CAAC;AACzB;ACHwB,SAAA2P,GACtBC,GACAC,GACS;AACT,MAAI,OAAOD,KAA4B,OAAOC,EAAoC,QAAA;AAGlF,MAAI,CAACD,KAA2B,CAACC,EAAoC,QAAA;AAEjE,MAAA,MAAM,QAAQD,CAAuB,GAAG;AAG1C,UAAME,IAAeD,GACfE,IAAWH;AAGb,WAAAE,EAAa,WAAW,IAAU,KAI/BA,EAAa,MAAM,CAAC3W,MAAS4W,EAAS,SAAS5W,CAAI,CAAC;AAAA,EAC7D;AAEA,MAAI,OAAOyW,KAA4B;AAC9B,WAAAL,GAAUK,GAAyBC,CAA2B;AAIvE,QAAMG,IAAaH,GACbI,IAASL;AAGf,MAAI9T,IAAS;AACb,gBAAO,KAAKkU,CAAU,EAAE,QAAQ,CAAC5W,MAAQ;AACvC,IAAK0C,MACA,OAAO,OAAOmU,GAAQ7W,CAAG,KACpBuW,GAASM,EAAO7W,CAAG,GAAG4W,EAAW5W,CAAG,CAAC,MAAY0C,IAAA;AAAA,EAAA,CAC5D,GACMA;AACT;AC/CgB,SAAAoU,GACd/Y,GACAgZ,GACAC,GACQ;AASR,SAAO,KAAK,UAAUjZ,GARI,CAAC+N,GAAqBmL,MAA2B;AACzE,QAAIC,IAAWD;AACf,WAAIF,MAAUG,IAAWH,EAASjL,GAAaoL,CAAQ,IAGnDA,MAAa,WAAsBA,IAAA,OAChCA;AAAA,EAAA,GAEuCF,CAAK;AACvD;AAkBgB,SAAAG,GACdpZ,GACAqZ,GAGK;AAGL,WAASC,EAAYjY,GAAyE;AAC5F,kBAAO,KAAKA,CAAG,EAAE,QAAQ,CAACY,MAAyB;AAGjD,MAAIZ,EAAIY,CAAG,MAAM,OAAMZ,EAAIY,CAAG,IAAI,SAEzB,OAAOZ,EAAIY,CAAG,KAAM,aAG3BZ,EAAIY,CAAG,IAAIqX,EAAYjY,EAAIY,CAAG,CAAqC;AAAA,IAAA,CACtE,GACMZ;AAAA,EACT;AAGS,WAAAkY,EAAgBC,GAAkBC,GAA6B;AAEpE,QAAAA,KACA,OAAOA,KAAc,YACrB,UAAUA,KACV,OAAOA,EAAU,QAAS,YAC1B,gBAAgBA,KAChB,OAAOA,EAAU,cAAe,YAChC,cAAcA,KACd,OAAOA,EAAU,YAAa,YAC9B,OAAO,KAAKA,CAAS,EAAE;AAAA,MAAM,CAACxX,MAC5B,CAAC,QAAQ,cAAc,YAAY,SAAS,kBAAkB,EAAE,SAASA,CAAG;AAAA,IAAA,GAE9E;AACA,YAAMyX,IAAUD,EAAU,WAAW,SAAS,EAAE,GAC1CE,IACJ,WAAWF,KAAa,OAAOA,EAAU,SAAU,WAC/CA,EAAU,QACVA,EAAU,SAAS,SAAS,EAAE,GAC9BG,IACJ,sBAAsBH,KAAa,OAAOA,EAAU,oBAAqB,WACrE,IAAII,GAAQJ,EAAU,gBAAgB,IACtC;AACN,aAAO,IAAItH,GAASsH,EAAU,MAAMC,GAASC,GAAOC,CAAa;AAAA,IACnE;AACO,WAAAH;AAAA,EACT;AAGS,WAAAK,EAA+BC,GAAoBC,GAAqB;AACxE,WAAAT;AAAA,MACLQ;AAAA,MACAV,IAAUA,EAAQ,KAAK,MAAMU,GAAYC,CAAU,IAAIA;AAAA,IAAA;AAAA,EAE3D;AAEA,QAAMC,IAAe,KAAK,MAAMja,GAAO8Z,CAAe;AAGlD,MAAAG,MAAiB;AACrB,WAAI,OAAOA,KAAiB,WAAiBX,EAAYW,CAAY,IAC9DA;AACT;AAuBO,SAASC,GAAela,GAAyB;AAClD,MAAA;AACI,UAAAma,IAAkBpB,GAAU/Y,CAAK;AACvC,WAAOma,MAAoBpB,GAAUK,GAAYe,CAAe,CAAC;AAAA,UACvD;AACH,WAAA;AAAA,EACT;AACF;AAQa,MAAAC,KAAa,CAACxP,MACzBA,EACG,QAAQ,MAAM,OAAO,EACrB,QAAQ,MAAM,MAAM,EACpB,QAAQ,MAAM,MAAM,EACpB,QAAQ,MAAM,QAAQ,EACtB,QAAQ,MAAM,QAAQ,EACtB,QAAQ,OAAO,QAAQ;ACzJ5B,SAAwByP,KAA2B;AAEjD,SAAI,OAAO,YAAc,OAAe,UAAU,YACzC,UAAU,UAAU,CAAC,IAGvB,IAAI7Z,GAAA,EAAiB,gBAAA,EAAkB;AAChD;ACDwB,SAAA8Z,GAAYC,GAAkBC,IAAmB,GAAW;AAC9E,MAAAD,MAAa,EAAU,QAAA;AACrB,QAAAE,IAAQ,CAAC,SAAS,MAAM,MAAM,MAAM,MAAM,MAAM,MAAM,MAAM,IAAI,GAChElS,IAAI,KAAK,MAAM,KAAK,IAAIgS,CAAQ,IAAI,KAAK,IAAI,IAAI,CAAC,GAClDG,IAAYD,EAAMlS,CAAC;AAMlB,SAAA,GALoB,IAAInD,GAAa,MAAM;AAAA,IAChD,OAAO;AAAA,IACP,uBAAuBoV;AAAA,IACvB,uBAAuB;AAAA,EACxB,CAAA,EAAE,OAAOD,IAAW,QAAQhS,CAAC,CACF,IAAImS,CAAS;AAC3C;ACsKA,MAAMC,KAAe;AAAA,EACnB,6BAA6B;AAAA,IAC3B,aACE;AAAA,IACF,OAAO;AAAA,MACL;AAAA,QACE,MAAM;AAAA,MACR;AAAA,MACA;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,UACL,MAAM;AAAA,QACR;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAAA,EACA,sBAAsB;AAAA,IACpB,aAAa;AAAA,IACb,MAAM;AAAA,IACN,YAAY;AAAA,MACV,OAAO;AAAA,QACL,aAAa;AAAA,QACb,MAAM;AAAA,MACR;AAAA,MACA,aAAa;AAAA,QACX,aACE;AAAA,QACF,MAAM;AAAA,MACR;AAAA,MACA,YAAY;AAAA,QACV,MAAM;AAAA,MACR;AAAA,IACF;AAAA,IACA,UAAU,CAAC,SAAS,YAAY;AAAA,EAClC;AAAA,EACA,0BAA0B;AAAA,IACxB,aAAa;AAAA,IACb,MAAM;AAAA,IACN,mBAAmB;AAAA,MACjB,2BAA2B;AAAA,QACzB,MAAM;AAAA,MACR;AAAA,IACF;AAAA,IACA,sBAAsB;AAAA,EACxB;AAAA,EACA,gBAAgB;AAAA,IACd,aAAa;AAAA,IACb,OAAO;AAAA,MACL;AAAA,QACE,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA,mCAAmC;AAAA,IACjC,aAAa;AAAA,IACb,OAAO;AAAA,MACL;AAAA,QACE,MAAM;AAAA,MACR;AAAA,MACA;AAAA,QACE,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA,oBAAoB;AAAA,IAClB,aAAa;AAAA,IACb,OAAO;AAAA,MACL;AAAA,QACE,MAAM;AAAA,MACR;AAAA,MACA;AAAA,QACE,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA,iBAAiB;AAAA,IACf,aAAa;AAAA,IACb,MAAM;AAAA,IACN,YAAY;AAAA,MACV,0BAA0B;AAAA,QACxB,aACE;AAAA,QACF,OAAO;AAAA,UACL;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,YACN,OAAO;AAAA,cACL,OAAO;AAAA,gBACL;AAAA,kBACE,MAAM;AAAA,gBACR;AAAA,gBACA;AAAA,kBACE,MAAM;AAAA,kBACN,OAAO,EAAE,MAAM,SAAS;AAAA,gBAC1B;AAAA,cACF;AAAA,YACF;AAAA,UACF;AAAA,QACF;AAAA,MACF;AAAA,MACA,0BAA0B;AAAA,QACxB,aACE;AAAA,QACF,OAAO;AAAA,UACL;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,YACN,OAAO;AAAA,cACL,OAAO;AAAA,gBACL;AAAA,kBACE,MAAM;AAAA,gBACR;AAAA,gBACA;AAAA,kBACE,MAAM;AAAA,kBACN,OAAO,EAAE,MAAM,SAAS;AAAA,gBAC1B;AAAA,cACF;AAAA,YACF;AAAA,UACF;AAAA,QACF;AAAA,MACF;AAAA,MACA,sBAAsB;AAAA,QACpB,aACE;AAAA,QACF,OAAO;AAAA,UACL;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,YACN,OAAO,EAAE,MAAM,SAAS;AAAA,UAC1B;AAAA,QACF;AAAA,MACF;AAAA,MACA,sBAAsB;AAAA,QACpB,aACE;AAAA,QACF,OAAO;AAAA,UACL;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,YACN,OAAO,EAAE,MAAM,SAAS;AAAA,UAC1B;AAAA,QACF;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAAA,EACA,sBAAsB;AAAA,IACpB,aACE;AAAA,IACF,OAAO;AAAA,MACL;AAAA,QACE,MAAM;AAAA,MACR;AAAA,MACA;AAAA,QACE,MAAM;AAAA,QACN,OAAO;AAAA,UACL,MAAM;AAAA,QACR;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAAA,EACA,eAAe;AAAA,IACb,aAAa;AAAA,IACb,MAAM;AAAA,IACN,YAAY;AAAA,MACV,OAAO;AAAA,QACL,aAAa;AAAA,QACb,MAAM;AAAA,MACR;AAAA,MACA,aAAa;AAAA,QACX,aAAa;AAAA,QACb,MAAM;AAAA,MACR;AAAA,MACA,YAAY;AAAA,QACV,MAAM;AAAA,MACR;AAAA,IACF;AAAA,IACA,UAAU,CAAC,SAAS,YAAY;AAAA,EAClC;AAAA,EACA,mBAAmB;AAAA,IACjB,aAAa;AAAA,IACb,MAAM;AAAA,IACN,mBAAmB;AAAA,MACjB,uBAAuB;AAAA,QACrB,MAAM;AAAA,MACR;AAAA,IACF;AAAA,IACA,sBAAsB;AAAA,EACxB;AAAA,EACA,SAAS;AAAA,IACP,aAAa;AAAA,IACb,OAAO;AAAA,MACL;AAAA,QACE,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA,4BAA4B;AAAA,IAC1B,aAAa;AAAA,IACb,OAAO;AAAA,MACL;AAAA,QACE,MAAM;AAAA,MACR;AAAA,MACA;AAAA,QACE,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA,aAAa;AAAA,IACX,aAAa;AAAA,IACb,OAAO;AAAA,MACL;AAAA,QACE,MAAM;AAAA,MACR;AAAA,MACA;AAAA,QACE,MAAM;AAAA,QACN,YAAY;AAAA,UACV,OAAO;AAAA,YACL,aAAa;AAAA,YACb,MAAM;AAAA,UACR;AAAA,UACA,aAAa;AAAA,YACX,aAAa;AAAA,YACb,MAAM;AAAA,UACR;AAAA,QACF;AAAA,QACA,UAAU,CAAC,OAAO;AAAA,MACpB;AAAA,IACF;AAAA,EACF;AAAA,EACA,0BAA0B;AAAA,IACxB,aACE;AAAA,IACF,MAAM;AAAA,EACR;AAAA,EACA,uBAAuB;AAAA,IACrB,aACE;AAAA,IACF,MAAM;AAAA,EACR;AAAA,EACA,qBAAqB;AAAA,IACnB,aAAa;AAAA,IACb,MAAM;AAAA,IACN,mBAAmB;AAAA,MACjB,2BAA2B;AAAA,QACzB,MAAM;AAAA,MACR;AAAA,IACF;AAAA,IACA,sBAAsB;AAAA,EACxB;AAAA,EACA,WAAW;AAAA,IACT,aAAa;AAAA,IACb,OAAO;AAAA,MACL;AAAA,QACE,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA,0BAA0B;AAAA,IACxB,aAAa;AAAA,IACb,OAAO;AAAA,MACL;AAAA,QACE,MAAM;AAAA,MACR;AAAA,MACA;AAAA,QACE,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA,6BAA6B;AAAA,IAC3B,aACE;AAAA,IACF,KAAK;AAAA,MACH,OAAO;AAAA,QACL;AAAA,UACE,MAAM;AAAA,UACN,UAAU,CAAC,cAAc;AAAA,QAC3B;AAAA,QACA;AAAA,UACE,MAAM;AAAA,UACN,UAAU,CAAC,MAAM;AAAA,QACnB;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAAA,EACA,WAAW;AAAA,IACT,aAAa;AAAA,IACb,MAAM;AAAA,IACN,YAAY;AAAA,MACV,SAAS;AAAA,QACP,aAAa;AAAA,QACb,MAAM;AAAA,MACR;AAAA,MACA,aAAa;AAAA,QACX,aACE;AAAA,QACF,MAAM;AAAA,MACR;AAAA,IACF;AAAA,IACA,UAAU,CAAC,SAAS;AAAA,EACtB;AAAA,EACA,aAAa;AAAA,IACX,aAAa;AAAA,IACb,MAAM;AAAA,IACN,SAAS;AAAA,IACT,QAAQ;AAAA,EACV;AAAA,EACA,IAAI;AAAA,IACF,aAAa;AAAA,IACb,MAAM;AAAA,IACN,SAAS;AAAA,IACT,QAAQ;AAAA,EACV;AACF;AAUO,SAASC,GAAiCC,GAAW;AAC1D,EAAKA,KAIL,OAAO,OAAOA,CAAI,EAAE,QAAQ,CAACC,MAAa;AACpC,QAACA,EAAI,MAIL;AAAA,UAFA,YAAYA,KAAK,OAAOA,EAAI,QAE5BA,EAAI,SAAS,OAAO;AACtB,eAAOA,EAAI;AACX;AAAA,MACF;AAEI,MAAAA,EAAI,SAAS,YACfF,GAAiCE,EAAI,UAAU;AAAA;AAAA,EACjD,CACD;AACH;AAEAF,GAAiCD,EAAY;AAGtC,MAAMI,KAAgC;AAAA,EAC3C,SAAS;AAAA,EACT,OAAO;AAAA,EACP,aACE;AAAA,EACF,OAAO;AAAA,IACL;AAAA,MACE,MAAM;AAAA,IACR;AAAA,IACA;AAAA,MACE,MAAM;AAAA,MACN,OAAO;AAAA,QACL,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EAEA,OAAOJ;AACT;AAEA,OAAO,OAAOI,EAA6B;AAGpC,MAAMC,KAAyB;AAAA,EACpC,SAAS;AAAA,EACT,OAAO;AAAA,EACP,aACE;AAAA,EACF,OAAO;AAAA,IACL;AAAA,MACE,MAAM;AAAA,IACR;AAAA,IACA;AAAA,MACE,MAAM;AAAA,MACN,OAAO;AAAA,QACL,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EAEA,OAAOL;AACT;AAEA,OAAO,OAAOK,EAAsB;AChiBpC,MAAMC,KAAuB;AAAA,EAC3B,iBAAiB;AAAA,IACf,aACE;AAAA,IACF,MAAM;AAAA,IACN,mBAAmB;AAAA,MACjB,oBAAoB;AAAA,QAClB,MAAM;AAAA,MACR;AAAA,IACF;AAAA,IACA,sBAAsB;AAAA,EACxB;AAAA,EACA,sBAAsB;AAAA,IACpB,aAAa;AAAA,IACb,MAAM;AAAA,EACR;AAAA,EACA,iBAAiB;AAAA,IACf,aACE;AAAA,IACF,MAAM;AAAA,IACN,mBAAmB;AAAA,MACjB,oBAAoB;AAAA,QAClB,MAAM;AAAA,MACR;AAAA,IACF;AAAA,IACA,sBAAsB;AAAA,EACxB;AAAA,EACA,gBAAgB;AAAA,IACd,aAAa;AAAA,IACb,MAAM;AAAA,IACN,YAAY;AAAA,MACV,aAAa;AAAA,QACX,aACE;AAAA,QACF,MAAM;AAAA,QACN,SAAS;AAAA,QACT,QAAQ;AAAA,MACV;AAAA,MACA,OAAO;AAAA,QACL,aACE;AAAA,QACF,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA,aAAa;AAAA,IACX,aAAa;AAAA,IACb,MAAM;AAAA,IACN,SAAS;AAAA,IACT,QAAQ;AAAA,EACV;AACF;AAEAL,GAAiCK,EAAoB;AAG9C,MAAMC,KAAiC;AAAA,EAC5C,SAAS;AAAA,EACT,OAAO;AAAA,EACP,aACE;AAAA,EACF,MAAM;AAAA,EACN,YAAY;AAAA,IACV,UAAU;AAAA,MACR,MAAM;AAAA,IACR;AAAA,IACA,kBAAkB;AAAA,MAChB,MAAM;AAAA,MACN,sBAAsB;AAAA,QACpB,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA,OAAOD;AACT;AAEA,OAAO,OAAOC,EAA8B;AC0BrC,MAAMC,KAAqB;AAAA,EAChC,OAAO;AAAA,EACP,MAAM;AAAA,EACN,YAAY;AAAA,IACV,UAAU;AAAA,MACR,aAAa;AAAA,MACb,MAAM;AAAA,IACR;AAAA,IACA,uBAAuB;AAAA,MACrB,aAAa;AAAA,MACb,MAAM;AAAA,IACR;AAAA,IACA,2BAA2B;AAAA,MACzB,aAAa;AAAA,MACb,MAAM;AAAA,IACR;AAAA,IACA,cAAc;AAAA,MACZ,aAAa;AAAA,MACb,MAAM;AAAA,MACN,mBAAmB;AAAA,QACjB,2BAA2B;AAAA,UACzB,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,sBAAsB;AAAA,IACxB;AAAA,EACF;AAAA,EACA,UAAU,CAAC,YAAY,yBAAyB,6BAA6B,cAAc;AAAA,EAC3F,sBAAsB;AAAA,EACtB,OAAO;AAAA,IACL,aAAa;AAAA,MACX,aACE;AAAA,MACF,MAAM;AAAA,MACN,SAAS;AAAA,IACX;AAAA,IACA,gBAAgB;AAAA,MACd,aACE;AAAA,MACF,MAAM;AAAA,MACN,SAAS;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,MAClB,aACE;AAAA,MACF,MAAM;AAAA,MACN,mBAAmB;AAAA,QACjB,2BAA2B;AAAA,UACzB,aAAa;AAAA,UACb,MAAM;AAAA,UACN,YAAY;AAAA,YACV,OAAO;AAAA,cACL,aAAa;AAAA,cACb,MAAM;AAAA,YACR;AAAA,YACA,eAAe;AAAA,cACb,aACE;AAAA,cACF,MAAM;AAAA,YACR;AAAA,YACA,OAAO;AAAA,cACL,aACE;AAAA,cACF,MAAM;AAAA,YACR;AAAA,YACA,cAAc;AAAA,cACZ,aACE;AAAA,cACF,MAAM;AAAA,YACR;AAAA,UACF;AAAA,UACA,UAAU,CAAC,SAAS,OAAO;AAAA,UAC3B,sBAAsB;AAAA,QACxB;AAAA,MACF;AAAA,MACA,YAAY;AAAA,QACV,cAAc;AAAA,UACZ,aACE;AAAA,UACF,MAAM;AAAA,QACR;AAAA,MACF;AAAA,IACF;AAAA,IACA,YAAY;AAAA,MACV,aACE;AAAA,MACF,MAAM;AAAA,MACN,mBAAmB;AAAA,QACjB,2BAA2B;AAAA,UACzB,aAAa;AAAA,UACb,MAAM;AAAA,UACN,OAAO;AAAA,YACL;AAAA,cACE,YAAY;AAAA,gBACV,QAAQ;AAAA,kBACN,aACE;AAAA,kBACF,MAAM;AAAA,gBACR;AAAA,gBACA,OAAO;AAAA,kBACL,aACE;AAAA,kBACF,MAAM;AAAA,gBACR;AAAA,gBACA,cAAc;AAAA,kBACZ,aACE;AAAA,kBACF,MAAM;AAAA,gBACR;AAAA,cACF;AAAA,cACA,UAAU,CAAC,OAAO;AAAA,cAClB,sBAAsB;AAAA,YACxB;AAAA,YACA;AAAA,cACE,YAAY;AAAA,gBACV,UAAU;AAAA,kBACR,aAAa;AAAA,kBACb,MAAM;AAAA,gBACR;AAAA,gBACA,OAAO;AAAA,kBACL,aACE;AAAA,kBACF,MAAM;AAAA,gBACR;AAAA,gBACA,cAAc;AAAA,kBACZ,aACE;AAAA,kBACF,MAAM;AAAA,gBACR;AAAA,cACF;AAAA,cACA,UAAU,CAAC,YAAY,OAAO;AAAA,cAC9B,sBAAsB;AAAA,YACxB;AAAA,UACF;AAAA,QACF;AAAA,MACF;AAAA,MACA,sBAAsB;AAAA,IACxB;AAAA,IACA,UAAU;AAAA,MACR,aACE;AAAA,MACF,MAAM;AAAA,MACN,OAAO;AAAA,QACL;AAAA,UACE,YAAY;AAAA,YACV,IAAI;AAAA,cACF,aAAa;AAAA,cACb,MAAM;AAAA,YACR;AAAA,UACF;AAAA,UACA,UAAU,CAAC,IAAI;AAAA,QACjB;AAAA,QACA;AAAA,UACE,YAAY;AAAA,YACV,SAAS;AAAA,cACP,aAAa;AAAA,cACb,MAAM;AAAA,YACR;AAAA,YACA,gBAAgB;AAAA,cACd,aACE;AAAA,cACF,MAAM;AAAA,YACR;AAAA,YACA,eAAe;AAAA,cACb,aACE;AAAA,cACF,MAAM;AAAA,YACR;AAAA,UACF;AAAA,UACA,UAAU,CAAC,SAAS;AAAA,QACtB;AAAA,MACF;AAAA,MACA,YAAY;AAAA,QACV,OAAO;AAAA,UACL,aAAa;AAAA,UACb,MAAM;AAAA,QACR;AAAA,QACA,SAAS;AAAA,UACP,aACE;AAAA,UACF,MAAM;AAAA,QACR;AAAA,QACA,aAAa;AAAA,UACX,aACE;AAAA,UACF,MAAM;AAAA,QACR;AAAA,QACA,eAAe;AAAA,UACb,aACE;AAAA,UACF,MAAM;AAAA,QACR;AAAA,QACA,OAAO;AAAA,UACL,aAAa;AAAA,UACb,MAAM;AAAA,QACR;AAAA,QACA,OAAO;AAAA,UACL,aACE;AAAA,UACF,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,UAAU,CAAC,SAAS,SAAS,OAAO;AAAA,MACpC,uBAAuB;AAAA,IACzB;AAAA,IACA,gBAAgB;AAAA,MACd,aAAa;AAAA,MACb,MAAM;AAAA,MACN,YAAY;AAAA,QACV,QAAQ;AAAA,UACN,aAAa;AAAA,UACb,MAAM;AAAA,QACR;AAAA,QACA,OAAO;AAAA,UACL,aAAa;AAAA,UACb,MAAM;AAAA,UACN,OAAO,EAAE,MAAM,mBAAmB;AAAA,UAClC,aAAa;AAAA,QACf;AAAA,MACF;AAAA,MACA,UAAU,CAAC,UAAU,OAAO;AAAA,IAC9B;AAAA,IACA,kBAAkB;AAAA,MAChB,aAAa;AAAA,MACb,MAAM;AAAA,MACN,OAAO,CAAC,EAAE,MAAM,0BAA0B;AAAA,MAC1C,uBAAuB;AAAA,IACzB;AAAA,IACA,iBAAiB;AAAA,MACf,aAAa;AAAA,MACb,MAAM;AAAA,MACN,OAAO;AAAA,QACL,EAAE,MAAM,yBAAyB;AAAA,QACjC;AAAA,UACE,YAAY;AAAA,YACV,SAAS;AAAA,cACP,aAAa;AAAA,cACb,MAAM;AAAA,YACR;AAAA,UACF;AAAA,UACA,UAAU,CAAC,SAAS;AAAA,QACtB;AAAA,MACF;AAAA,MACA,uBAAuB;AAAA,IACzB;AAAA,IACA,oBAAoB;AAAA,MAClB,aAAa;AAAA,MACb,MAAM;AAAA,MACN,YAAY;AAAA,QACV,iBAAiB;AAAA,UACf,aACE;AAAA,UACF,MAAM;AAAA,QACR;AAAA,QACA,SAAS;AAAA,UACP,aAAa;AAAA,UACb,MAAM;AAAA,QACR;AAAA,QACA,aAAa;AAAA,UACX,aAAa;AAAA,UACb,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,sBAAsB;AAAA,IACxB;AAAA,EACF;AACF;AAEA,OAAO,OAAOA,EAAkB;;ACzZhC,SAASC,GAAKC,GAAMC,GAAWC,GAAI;AAIlC,MAHIA,MAAO,WACVA,IAAK,MAAM,YAERF,KAAQ,OAAOE,EAAG,QAAS;AAC9B,WAAOA,EAAG,KAAK,KAAKF,GAAMC,CAAS;AAEpC,WAAS/S,IAAI,GAAGA,IAAI8S,EAAK,QAAQ9S;AAChC,QAAI6L,GAAOiH,GAAM9S,CAAC,GAAG;AACpB,UAAIvG,IAAOqZ,EAAK9S,CAAC;AACjB,UAAI+S,EAAU,KAAK,QAAWtZ,GAAMuG,GAAG8S,CAAI;AAC1C,eAAOrZ;AAAA,IAER;AAEH;AAuBA,SAASwZ,GAAOrH,GAAQsH,GAAI;AAC3B,SAAIA,MAAO,WACVA,IAAK,SAEFA,KAAM,OAAOA,EAAG,6BAA8B,eACjDtH,IAASsH,EAAG,OAAO,MAAMA,EAAG,0BAA0BtH,CAAM,CAAC,IAEvDsH,KAAM,OAAOA,EAAG,UAAW,aAAaA,EAAG,OAAOtH,CAAM,IAAIA;AACpE;AASA,SAASC,GAAOD,GAAQlS,GAAK;AAC5B,SAAO,OAAO,UAAU,eAAe,KAAKkS,GAAQlS,CAAG;AACxD;AAeA,SAAS0U,GAAOvT,GAAQsY,GAAQ;AAC/B,MAAItY,MAAW,QAAQ,OAAOA,KAAW;AACxC,UAAM,IAAI,UAAU,yBAAyB;AAE9C,WAASnB,KAAOyZ;AACf,IAAItH,GAAOsH,GAAQzZ,CAAG,MACrBmB,EAAOnB,CAAG,IAAIyZ,EAAOzZ,CAAG;AAG1B,SAAOmB;AACR;AAiBA,IAAIuY,KAA0BH,GAAO;AAAA,EACpC,iBAAiB;AAAA,EACjB,OAAO;AAAA,EACP,WAAW;AAAA,EACX,UAAU;AAAA,EACV,SAAS;AAAA,EACT,UAAU;AAAA,EACV,SAAS;AAAA,EACT,OAAO;AAAA,EACP,UAAU;AAAA,EACV,gBAAgB;AAAA,EAChB,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,WAAW;AAAA,EACX,MAAM;AAAA,EACN,UAAU;AAAA,EACV,OAAO;AAAA,EACP,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,MAAM;AAAA,EACN,aAAa;AAAA,EACb,UAAU;AAAA,EACV,UAAU;AAAA,EACV,UAAU;AAAA,EACV,UAAU;AACX,CAAC;AAaD,SAASI,GAAuB5V,GAAM;AACrC,SAAOoO,GAAOuH,IAAyB3V,EAAK,YAAa,CAAA;AAC1D;AAgCA,IAAI6V,KAAqBL,GAAO;AAAA,EAC/B,MAAM;AAAA,EACN,MAAM;AAAA,EACN,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,OAAO;AAAA,EACP,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,OAAO;AAAA,EACP,MAAM;AAAA,EACN,MAAM;AAAA,EACN,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,KAAK;AACN,CAAC;AAYD,SAASM,GAAkBC,GAAS;AACnC,SAAO3H,GAAOyH,IAAoBE,EAAQ,YAAa,CAAA;AACxD;AAWA,IAAIC,KAAyBR,GAAO;AAAA,EACnC,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,UAAU;AAAA,EACV,OAAO;AACR,CAAC;AAcD,SAASS,GAAqBF,GAAS;AACtC,MAAI9Z,IAAM8Z,EAAQ;AAClB,SAAO3H,GAAO4H,IAAwB/Z,CAAG,KAAK,CAAC+Z,GAAuB/Z,CAAG;AAC1E;AAaA,SAASia,GAA8BH,GAAS;AAC/C,MAAI9Z,IAAM8Z,EAAQ;AAClB,SAAO3H,GAAO4H,IAAwB/Z,CAAG,KAAK+Z,GAAuB/Z,CAAG;AACzE;AAWA,SAASka,GAAeC,GAAU;AACjC,SAAOA,MAAaC,GAAU;AAC/B;AAWA,SAASC,GAAwBF,GAAU;AAC1C,SAAOD,GAAeC,CAAQ,KAAKA,MAAaC,GAAU;AAC3D;AAWA,IAAIA,KAAYb,GAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUtB,MAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUN,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASjB,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAWV,uBAAuB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASvB,eAAe;AAChB,CAAC,GAUGe,KAAc,OAAO,KAAKF,EAAS,EAAE,IAAI,SAAUpa,GAAK;AAC3D,SAAOoa,GAAUpa,CAAG;AACrB,CAAC;AAUD,SAASua,GAAgBJ,GAAU;AAClC,SAAOG,GAAY,QAAQH,CAAQ,IAAI;AACxC;AAMA,IAAIK,KAAYjB,GAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMtB,MAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAON,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOL,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOL,OAAO;AACR,CAAC;AAEakB,EAAA,SAAG/F;AACL+F,EAAA,OAAGtB;AACDsB,EAAA,SAAGlB;AACckB,EAAA,0BAAGf;AACJe,EAAA,yBAAGV;AACPU,EAAA,qBAAGb;AACEa,EAAA,0BAAGJ;AACpBI,EAAA,SAAGtI;AACasI,EAAA,yBAAGd;AACLc,EAAA,uBAAGT;AACMS,EAAA,gCAAGR;AAClBQ,EAAA,iBAAGP;AACAO,EAAA,oBAAGZ;AACLY,EAAA,kBAAGF;AACTE,EAAA,YAAGL;AACpBK,EAAA,YAAoBD;aC1ahBC,KAAchS;AAElB,SAASiS,GAAY7F,GAAa8F,GAAc;AAC/C,EAAA9F,EAAY,YAAY,OAAO,OAAO,MAAM,WAAW;AAAA,IACtD,aAAa,EAAE,OAAOA,EAAa;AAAA,IACnC,MAAM,EAAE,OAAOA,EAAY,MAAM,YAAY,IAAM,UAAU8F,EAAc;AAAA,EAC7E,CAAE;AACF;AAEA,IAAIC,KAAmBH,GAAY,OAAO;AAAA;AAAA;AAAA;AAAA,EAIzC,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,EAKP,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhB,oBAAoB;AAAA,EACpB,uBAAuB;AAAA,EACvB,oBAAoB;AAAA,EACpB,uBAAuB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKvB,oBAAoB;AAAA,EACpB,4BAA4B;AAAA,EAC5B,eAAe;AAAA,EACf,mBAAmB;AAAA,EACnB,qBAAqB;AAAA,EACrB,mBAAmB;AAAA,EACnB,aAAa;AAAA,EACb,0BAA0B;AAAA,EAC1B,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOhB,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpB,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKjB,mBAAmB;AAAA,EACnB,eAAe;AAAA,EACf,cAAc;AAAA,EACd,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA,EAKZ,kBAAkB;AAAA,EAClB,oBAAoB;AAAA,EACpB,cAAc;AAAA,EACd,sBAAsB;AAAA,EACtB,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,cAAc;AAAA,EACd,iBAAiB;AAAA,EACjB,WAAW;AAAA,EACX,0BAA0B;AAAA,EAC1B,eAAe;AAAA,EACf,cAAc;AAAA,EACd,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,aAAa;AACd,CAAC,GACGI,KAAoB,OAAO,KAAKD,EAAgB;AAEpD,SAASE,GAAwB/c,GAAO;AACvC,SAAO,OAAOA,KAAU,YAAYA,KAAS,KAAKA,KAAS;AAC5D;AACA,SAASgd,GAAchd,GAAO;AAC7B,SAAO,OAAOA,KAAU,YAAYA,EAAM,UAAUA,EAAM,SAAS6c,GAAiB,MAAM,MAAM,MAAMA,GAAiB;AACxH;AAqCA,SAASI,GAAaC,GAAeC,GAAe;AAEnD,EAAIJ,GAAwBG,CAAa,KACxC,KAAK,OAAOJ,GAAkBI,CAAa,GAC3C,KAAK,UAAUC,KAAiB,OAEhC,KAAK,UAAUD,GACf,KAAK,OAAOF,GAAcG,CAAa,IAAIA,IAAgBN,GAAiB,QAEzE,MAAM,qBAAmB,MAAM,kBAAkB,MAAMI,EAAY;AACxE;AACAN,GAAYM,IAAc,EAAI;AAC9B,OAAO,iBAAiBA,GAAa,WAAW;AAAA,EAC/C,MAAM;AAAA,IACL,YAAY;AAAA,IACZ,KAAK,WAAY;AAChB,UAAIG,IAAON,GAAkB,QAAQ,KAAK,IAAI;AAC9C,aAAIC,GAAwBK,CAAI,IAAUA,IACnC;AAAA,IACP;AAAA,EACD;AACF,CAAC;AAED,IAAIC,KAAgB;AAAA,EACnB,gBAAgB;AAAA,EAChB,oBAAoB;AAAA,EACpB,uBAAuB;AAAA,EACvB,oBAAoB;AAAA,EACpB,uBAAuB;AAAA,EACvB,qBAAqB;AAAA,EACrB,6BAA6B;AAAA,EAC7B,eAAe;AAAA,EACf,mBAAmB;AAAA,EACnB,qBAAqB;AAAA,EACrB,mBAAmB;AAAA,EACnB,YAAY;AAAA,EACZ,0BAA0B;AAAA,EAC1B,eAAe;AAAA,EACf,oBAAoB;AAAA,EACpB,gBAAgB;AAAA,EAChB,mBAAmB;AAAA,EACnB,cAAc;AAAA,EACd,aAAa;AAAA,EACb,WAAW;AAAA,EACX,kBAAkB;AAAA,EAClB,oBAAoB;AAAA,EACpB,aAAa;AAAA,EACb,uBAAuB;AAAA,EACvB,gBAAgB;AACjB,GAEIC,KAAU,OAAO,QAAQD,EAAa;AAC1C,SAAS9U,KAAI,GAAGA,KAAI+U,GAAQ,QAAQ/U,MAAK;AACxC,MAAItG,KAAMqb,GAAQ/U,EAAC,EAAE,CAAC;AACtB0U,EAAAA,GAAahb,EAAG,IAAIqb,GAAQ/U,EAAC,EAAE,CAAC;AACjC;AASA,SAASgV,GAAWC,GAASC,GAAS;AACrC,OAAK,UAAUD,GACf,KAAK,UAAUC,GACX,MAAM,qBAAmB,MAAM,kBAAkB,MAAMF,EAAU;AACtE;AACAZ,GAAYY,EAAU;AAEFG,GAAA,eAAGT;AACCS,GAAA,mBAAGb;AACNa,GAAA,gBAAGL;AACxBK,GAAA,aAAqBH;;AC7LrB,SAASI,GAAqBC,GAAY;AACzC,MAAI;AACH,IAAI,OAAOA,KAAe,eACzBA,IAAa;AAGd,QAAI7S,IAAQ,IAAI6S,EAAW,MAAa,GAAG,EAAE,KAAK,IAAI;AACtD,WAAO,CAAC,CAAC7S,KAASA,EAAM,CAAC,EAAE,WAAW;AAAA,EACxC,QAAiB;AAAA,EAAE;AAClB,SAAO;AACR;AACA,IAAI8S,KAAkBF,GAAoB;AAO1C,SAASG,GAAMC,GAAQ;AACtB,MAAIA,EAAO,OAAO,CAAC,MAAM;AACxB,UAAM,IAAI,MAAMA,IAAS,6BAA6B;AAEvD,SAAOA,EAAO,OAAO,MAAM,GAAGA,EAAO,OAAO,YAAY,GAAG,CAAC;AAC7D;AAWA,SAASC,GAAcD,GAAQE,GAAQ;AACtC,MAAIF,EAAO,OAAO,CAAC,MAAM;AACxB,UAAM,IAAI,MAAM,MAAMA,EAAO,SAAS,sCAAsC;AAE7E,MAAI,CAACE,KAAU,OAAOA,KAAW;AAChC,UAAM,IAAI,MAAM,KAAK,UAAUA,CAAM,IAAI,wBAAwB;AAElE,MAAIF,EAAO,OAAO,QAAQE,CAAM,MAAM;AACrC,UAAM,IAAI,MAAM,MAAMA,IAAS,kBAAkBF,EAAO,SAAS,GAAG;AAErE,MAAIE,MAAW,OAAOF,EAAO,OAAO,QAAQE,CAAM,MAAM;AACvD,UAAM,IAAI,MAAM,MAAMA,IAAS,uCAAuCF,EAAO,SAAS,GAAG;AAE1F,SAAO,IAAI,OAAOA,EAAO,OAAO,QAAQE,GAAQ,EAAE,GAAGJ,KAAkB,MAAM,EAAE;AAChF;AAQA,SAASK,EAAIxc,GAAM;AAClB,MAAIyc,IAAO;AACX,SAAO,IAAI;AAAA,IACV,MAAM,UAAU,MACd,KAAK,SAAS,EACd,IAAI,SAAUC,GAAM;AACpB,UAAIC,IAAQ,OAAOD,KAAS;AAC5B,UAAIC,KAASF,MAAS,UAAaC,MAAS;AAC3C,cAAM,IAAI,MAAM,uDAAuD;AAExE,aAAOC,IAAQD,IAAOA,EAAK;AAAA,IAC/B,CAAI,EACA,KAAK,EAAE;AAAA,IACTP,KAAkB,OAAO;AAAA,EAC3B;AACA;AAQA,SAASS,EAAK5c,GAAM;AACnB,MAAI,UAAU,WAAW;AACxB,UAAM,IAAI,MAAM,wBAAwB;AAEzC,SAAOwc,EAAI,MAAMI,GAAM,CAAC,KAAK,EAAE,OAAO,MAAM,UAAU,MAAM,KAAK,SAAS,GAAG,CAAC,GAAG,CAAC,CAAC;AACpF;AA4BA,IAAIC,KAAgC,KAShCC,KAAO;AACPX,OAEHW,KAAON,EAAI,KAAKJ,GAAMU,EAAI,GAAG,0BAA0B,GAAG;AAG3D,IAAIC,KAAS,sBACTC,KAAUZ,GAAMW,EAAM,GAGtB3X,IAAIoX,EAAIO,IAAQ,GAAG,GAInBE,IAAQT,EAAIO,IAAQ,GAAG,GAIvBG,KACH;AACGf,OAEHe,KAAgBV,EAAI,KAAKJ,GAAMc,EAAa,GAAG,0BAA0B,GAAG;AAE7E,IAAIC,KAAkBf,GAAMc,EAAa,GAIrCE,KAAWZ,EAAI,KAAKW,IAAiBf,GAAM,aAAa,GAAGA,GAAM,8BAA8B,GAAG,GAAG,GAGrGiB,IAAOb,EAAIU,IAAeE,IAAU,GAAG,GAQvCE,KAAUd,EAAIY,IAAU,GAAG,GAS3BG,KAAYf,EAAI,KAAKa,GAAM,GAAG,GAG9BG,KAAUZ,EAAK,4BAA4B,GAQ3Ca,KAAYb,EAAKW,IAAW,KAAKC,EAAO,GAKxCE,KAAclB,EAAI,KAAKa,GAAM,GAAG,GAIhCM,KAAcf;AAAA,EACjBJ,EAAI,KAAKI,EAAK,UAAU,KAAKc,IAAa,KAAKD,EAAS,GAAG,KAAK,GAAG;AAAA,EACnE;AAAA,EACAjB,EAAI,KAAKI,EAAK,UAAU,KAAKc,IAAa,KAAKD,EAAS,GAAG,KAAK,GAAG;AACpE,GAIIG,KAAWhB,EAAK,KAAKA,EAAK,UAAU,KAAKa,EAAS,GAAG,KAAK,KAAK,KAAK,KAAKb,EAAK,UAAU,KAAKa,EAAS,GAAG,KAAK,GAAG,GAKjHI,KAAkBvB,GAAcY,IAAe,GAAG,GAIlDY,KAAaxB,GAAcc,IAAU,GAAG,GAIxCW,KAASvB,EAAIqB,IAAiBC,IAAY,GAAG,GAiB7CE,KAAQxB,EAAIuB,IAAQnB,EAAK,KAAKmB,EAAM,GAAG,GAAG,GAC1CE,KAAczB,EAAI,KAAKwB,IAAO,GAAG,GACjCE,KAAc1B,EAAI,KAAKwB,IAAO,GAAG,GAIjCG,KAAgBvB,EAAK,iBAAiB,GAUtCwB,KAAK5B,EAAI,QAAQ,KAAKa,GAAM,KAAKT,EAAKxX,GAAG,KAAK0X,IAAM,KAAK,GAAG,KAAK,KAAK,GAItEuB,KAAY,8CAIZC,KAAe1B,EAAK,KAAKyB,IAAW,MAAM,KAAK,KAAK/B,GAAc+B,IAAW,GAAG,GAAG,IAAI,GAKvFE,KAAgB,QAChBC,KAAc,OAGdC,KAAUjC,EAAI+B,IAAe3B,EAAKN,GAAcQ,IAAM,GAAG,GAAG,KAAKN,EAAI,KAAKF,GAAcQ,IAAM,GAAG,CAAC,CAAC,GAAG,KAAK0B,EAAW,GAEtHE,KAAS,WAMTC,KAAQ/B;AAAA,EACXJ,EAAI,MAAMS,GAAOyB,IAAQ9B,EAAKK,GAAO,MAAMA,GAAOe,EAAK,GAAG,KAAKf,GAAO,MAAM;AAAA,EAC5E;AAAA,EACAT,EAAI,MAAMS,GAAOyB,IAAQzB,GAAO,IAAI;AACrC,GAEI2B,KAAqB,UA6BrBC,KAAWrC;AAAA,EAAI;AAAA,EAAaoC;AAAA;GAI5BE,KAAclC,EAAK,SAAS,KAAK,OAAO,KAAK+B,IAAO,KAAKE,EAAQ,GAEjEE,KAAoB,aAQpBC,KAAcxC,EAAIuC,IAAmB3Z,GAAGwX,EAAKoB,IAAO,KAAKN,EAAW,GAAGtY,GAAGwX,EAAKkC,IAAa,KAAKpB,EAAW,GAAGT,GAAO,GAAG,GAKzHgC,KAAezC,EAAI,YAAYpX,GAAG,MAAM6X,GAAOI,GAAMT,EAAKK,GAAO,MAAMA,GAAOI,CAAI,GAAG,KAAKJ,GAAO,IAAI,GAIrGiC,KAAc1C,EAAI,MAAMS,GAAOK,IAASV,EAAKK,GAAO,MAAMA,GAAOK,EAAO,GAAG,KAAKL,GAAO,IAAI,GAI3FkC,KAAiBvC,EAAKqC,IAAc,KAAKC,EAAW,GAcpDE,KAAUxC,EAAK,0DAA0D,KAAKuC,EAAc,GAK5FE,KAAczC,EAAK,sBAAsB,KAAKA,EAAKA,EAAK,UAAUxX,CAAC,GAAG,KAAKwY,EAAQ,CAAC,GAYpF0B,KAAS1C,EAAKxX,GAAGiY,GAAMjY,GAAGga,IAASha,GAAGia,EAAW,GAEjDE,KAAqB,aAMrBC,KAAchD,EAAI+C,IAAoBna,GAAGiY,GAAMiC,IAAQ,KAAKrC,GAAO,GAAG,GAEtEwC,KAAS,UACTC,KAAS,UAGTC,KAAa/C,EAAKA,EAAK6C,IAAQra,GAAG+Y,EAAa,GAAG,KAAKvB,EAAK8C,IAAQta,GAAGkZ,IAAclZ,GAAG+Y,EAAa,CAAC,GACtGyB,KAAmBpD;AAAA,EACtB;AAAA,EACAI;AAAA,IACCA,EAAK6C,IAAQra,GAAG,yBAAyB+Y,IAAe,GAAG;AAAA,IAC3D;AAAA,IACAvB,EAAK8C,IAAQta,GAAG,oBAAoBkZ,IAAc,KAAKlZ,GAAG,qBAAqB+Y,IAAe,GAAG;AAAA,EACjG;AACF,GAII0B,KAAYjD,EAAKxX,GAAG,SAASA,GAAGiY,CAAI,GAIpCyC,KAAYlD,EAAKe,IAAa,KAAKf,EAAK+C,IAAYE,IAAW,GAAG,CAAC,GAEnEE,KAAoB,YAGpBC,KAASxD,EAAIuD,IAAmB3a,GAAGiY,GAAMjY,GAAG0a,IAAW7C,GAAO,GAAG,GAGjEgD,KAAQrD,EAAKe,IAAa,KAAKgC,EAAU,GAGzCO,KAAS1D,EAAIuD,IAAmB3a,GAAG,KAAKA,GAAGiY,GAAMjY,GAAG6a,IAAOhD,GAAO,GAAG,GAGrEkD,KAAavD,EAAKoD,IAAQ,KAAKE,EAAM,GAIrCE,KAAW5D,EAAIkD,IAAQta,GAAGkZ,EAAY,GAGtC+B,KAAe7D,EAAI,cAAcpX,GAAGiY,GAAMjY,GAAGwX,EAAK+C,IAAY,KAAKS,EAAQ,GAAGnD,GAAO,GAAG,GAIxFqD,KAAK9D,EAAIS,GAAO,KAAKA,CAAK,GAK1BsD,KAAa,WAGbC,KAAchE,EAAIpX,GAAG,WAAWkb,IAAI1D,EAAK,KAAK2D,IAAY,KAAK,KAAK,KAAKA,IAAY,GAAG,CAAC,GAGzFE,KAAU,2BAGVC,KAAe9D,EAAKxX,GAAG,YAAYkb,IAAI1D,EAAK,KAAK6D,IAAS,KAAK,KAAK,KAAKA,IAAS,GAAG,CAAC,GAGtFE,KAAS/D,EAAKxX,GAAG,cAAckb,IAAI1D,EAAK,KAAKA,EAAK,OAAO,KAAK,IAAI,GAAG,KAAK,KAAK,KAAKA,EAAK,OAAO,KAAK,IAAI,GAAG,GAAG,CAAC,GAGhHgE,KAAUpE,EAAI,WAAWgE,IAAaE,IAAc,KAAKC,IAAQ,KAAK1D,GAAO,KAAK,GAmBlF4D,KAAqB,aASrBC,KAAc,aACdC,KAAY,OACZC,KAAU,eACVC,KAAQ,SACRC,KAAQ1E,EAAIM,IAAM,MAAMmE,EAAK,GAQ7BE,KAAS3E,EAAIwE,IAASE,EAAK;AAGlBE,EAAA,QAAGhF;AACKgF,EAAA,gBAAG9E;AACI8E,EAAA,uBAAGnF;AACpBmF,EAAA,MAAG5E;AACF4E,EAAA,OAAGxE;AACIwE,EAAA,cAAG5B;AACH4B,EAAA,cAAGN;AACLM,EAAA,YAAGL;AACNK,EAAA,SAAGD;AACLC,EAAA,OAAGtE;AACAsE,EAAA,UAAG3C;AACG2C,EAAA,gBAAG7C;AACL6C,EAAA,cAAG5C;AACI4C,EAAA,qBAAGP;AACVO,EAAA,cAAGpC;AACJoC,EAAA,aAAGjB;AACFiB,EAAA,cAAGzD;AACJyD,EAAA,aAAGzB;AACGyB,EAAA,mBAAGxB;AACfwB,EAAA,OAAG/D;AACK+D,EAAA,eAAGf;AACNe,EAAA,YAAG3D;AACD2D,EAAA,cAAG1D;AACZ0D,EAAA,KAAGhD;AACCgD,EAAA,SAAG1B;AACG0B,EAAA,eAAG9C;AACV8C,EAAA,QAAGpD;AACGoD,EAAA,cAAGnD;AACHmD,EAAA,cAAGlD;AACbkD,EAAA,IAAGhc;AACGgc,EAAA,UAAGpE;AACLoE,EAAA,QAAGnE;AACFmE,EAAA,SAAG3B;AACI2B,EAAA,gBAAGjD;AACaiD,EAAA,gCAAGvE;AACjBuE,EAAA,kBAAGjF;AAC1BiF,EAAA,UAAkBR;AC7gBlB,IAAI5F,IAAchS,GACd0Q,KAAOsB,EAAY,MACnBJ,KAA0BI,EAAY,yBACtCtI,KAASsI,EAAY,QACrBP,KAAiBO,EAAY,gBAC7BT,KAAuBS,EAAY,sBACnCZ,KAAoBY,EAAY,mBAChCL,KAAYK,EAAY,WACxBD,KAAYC,EAAY,WAUxBqG,IAAM,OAAM,GAEZrF,KAASsF,IACT/F,IAAeS,GAAO,cACtBb,KAAmBa,GAAO,kBAE1B1W,IAAIic;AAOR,SAASC,EAAY9Y,GAAQ;AAC5B,MAAIA,MAAW2Y;AACd,UAAM,IAAI,UAAU,qBAAqB;AAE3C;AAUA,SAASI,GAAeC,GAAO;AAC9B,SAAOA,MAAU;AAClB;AAcA,SAASC,GAAuBD,GAAO;AAEtC,SAAOA,IAAQA,EAAM,MAAM,cAAc,EAAE,OAAOD,EAAc,IAAI;AACrE;AAaA,SAASG,GAAkBC,GAASC,GAAS;AAC5C,SAAKpP,GAAOmP,GAASC,CAAO,MAC3BD,EAAQC,CAAO,IAAI,KAEbD;AACR;AAcA,SAASE,GAAaL,GAAO;AAC5B,MAAI,CAACA,EAAO,QAAO;AACnB,MAAI/H,IAAOgI,GAAuBD,CAAK;AACvC,SAAO,OAAO,KAAK/H,EAAK,OAAOiI,IAAmB,CAAE,CAAA,CAAC;AACtD;AAYA,SAASI,GAAcrI,GAAM;AAC5B,SAAO,SAAUmI,GAAS;AACzB,WAAOnI,KAAQA,EAAK,QAAQmI,CAAO,MAAM;AAAA,EAC3C;AACA;AAaA,SAASG,GAAsBC,GAAe;AAC7C,MAAI,CAAC5c,EAAE,YAAY,KAAK4c,CAAa;AACpC,UAAM,IAAI3G,EAAaA,EAAa,uBAAuB,0CAA0C2G,IAAgB,GAAG;AAE1H;AAiBA,SAASC,GAAmBC,GAAWF,GAAe;AACrD,EAAAD,GAAsBC,CAAa,GACnCE,IAAYA,KAAa;AAIzB,MAAIC,IAAS,MACTC,IAAYJ;AAChB,MAAIA,EAAc,QAAQ,GAAG,KAAK,GAAG;AACpC,QAAIK,IAAcL,EAAc,MAAM,GAAG;AACzC,IAAAG,IAASE,EAAY,CAAC,GACtBD,IAAYC,EAAY,CAAC;AAAA,EACzB;AACD,MAAIF,MAAW,QAAQD,MAAc;AACpC,UAAM,IAAI7G,EAAaA,EAAa,eAAe,0CAA0C;AAE9F,MAAI8G,MAAW,SAASD,MAAcpH,EAAY,UAAU;AAC3D,UAAM,IAAIO,EAAaA,EAAa,eAAe,wDAAwD;AAE5G,OAAK8G,MAAW,WAAWH,MAAkB,YAAYE,MAAcpH,EAAY,UAAU;AAC5F,UAAM,IAAIO;AAAAA,MACTA,EAAa;AAAA,MACb;AAAA,IACH;AAEC,MAAI6G,MAAcpH,EAAY,UAAU,SAASqH,MAAW,WAAWH,MAAkB;AACxF,UAAM,IAAI3G;AAAAA,MACTA,EAAa;AAAA,MACb;AAAA,IACH;AAEC,SAAO,CAAC6G,GAAWC,GAAQC,CAAS;AACrC;AAWA,SAASE,GAAKC,GAAKC,GAAM;AACxB,WAAStb,KAAKqb;AACb,IAAI/P,GAAO+P,GAAKrb,CAAC,MAChBsb,EAAKtb,CAAC,IAAIqb,EAAIrb,CAAC;AAGlB;AAiBA,SAASub,EAASC,GAAOC,GAAO;AAC/B,MAAIC,IAAKF,EAAM;AACf,MAAI,EAAEE,aAAcD,IAAQ;AAC3B,QAAS9d,IAAT,WAAa;AAAA,IAAE;AACf,IAAAA,EAAE,YAAY8d,EAAM,WACpB9d,IAAI,IAAIA,KACRyd,GAAKM,GAAI/d,CAAC,GACV6d,EAAM,YAAYE,IAAK/d;AAAA,EACvB;AACD,EAAI+d,EAAG,eAAeF,MACjB,OAAOA,KAAS,cACnB,QAAQ,MAAM,mBAAmBA,CAAK,GAEvCE,EAAG,cAAcF;AAEnB;AAEA,IAAIG,IAAW,CAAA,GACXC,IAAgBD,EAAS,eAAe,GACxCE,KAAkBF,EAAS,iBAAiB,GAC5CG,KAAaH,EAAS,YAAY,GAClCI,KAAsBJ,EAAS,qBAAqB,GACpDK,KAAyBL,EAAS,wBAAwB,GAC1DM,KAAeN,EAAS,cAAc,GACtCO,KAA+BP,EAAS,8BAA8B,GACtEQ,KAAgBR,EAAS,eAAe,GACxCS,KAAiBT,EAAS,gBAAgB,GAC1CU,KAAsBV,EAAS,qBAAqB,IACpDW,KAA0BX,EAAS,yBAAyB,IAC5DY,KAAiBZ,EAAS,gBAAgB,IAE1Ca,IAAmB5I,EAAY,OAAO;AAAA,EACzC,gCAAgC;AAAA,EAChC,6BAA6B;AAAA,EAC7B,6BAA6B;AAAA,EAC7B,4BAA4B;AAAA,EAC5B,gCAAgC;AAAA,EAChC,2CAA2C;AAC5C,CAAC;AAWD,SAAS6I,GAAYC,GAAM;AAE1B,WADIC,IAAQ,CAAA,GACLD,EAAK,cAAcA,EAAK;AAC9B,IAAAA,IAAOA,EAAK,cAAcA,EAAK,cAC/BC,EAAM,QAAQD,CAAI;AAEnB,SAAOC;AACR;AAaA,SAASC,GAAeld,GAAGK,GAAG;AAC7B,MAAIA,EAAE,SAASL,EAAE,OAAQ,QAAOkd,GAAe7c,GAAGL,CAAC;AACnD,MAAIL,IAAI;AACR,WAAS,KAAKK,GAAG;AAChB,QAAIA,EAAE,CAAC,MAAMK,EAAE,CAAC,EAAG,QAAOV;AAC1B,IAAAA,IAAIK,EAAE,CAAC;AAAA,EACP;AACD,SAAOL;AACR;AAYA,SAASwd,GAAQC,GAAK;AACrB,SAAKA,EAAI,SAAMA,EAAI,OAAO,KAAK,WACxBA,EAAI;AACZ;AAcA,SAASC,IAAW;AAAE;AACtBA,EAAS,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOpB,QAAQ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAWR,MAAM,SAAUvf,GAAO;AACtB,WAAOA,KAAS,KAAKA,IAAQ,KAAK,SAAS,KAAKA,CAAK,IAAI;AAAA,EACzD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASD,UAAU,SAAUwf,GAAY;AAC/B,aAASC,IAAM,CAAE,GAAExd,IAAI,GAAGA,IAAI,KAAK,QAAQA;AAC1C,MAAAyd,GAAkB,KAAKzd,CAAC,GAAGwd,GAAKD,CAAU;AAE3C,WAAOC,EAAI,KAAK,EAAE;AAAA,EAClB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUD,QAAQ,SAAUzK,GAAW;AAC5B,WAAO,MAAM,UAAU,OAAO,KAAK,MAAMA,CAAS;AAAA,EAClD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAWD,SAAS,SAAUtZ,GAAM;AACxB,WAAO,MAAM,UAAU,QAAQ,KAAK,MAAMA,CAAI;AAAA,EAC9C;AACF;AACA6jB,EAAS,UAAU,OAAO,QAAQ,IAAI,WAAY;AACjD,MAAII,IAAK,MACL3f,IAAQ;AAEZ,SAAO;AAAA,IACN,MAAM,WAAY;AACjB,aAAIA,IAAQ2f,EAAG,SACP;AAAA,QACN,OAAOA,EAAG3f,GAAO;AAAA,QACjB,MAAM;AAAA,MACX,IAEW;AAAA,QACN,MAAM;AAAA,MACX;AAAA,IAEG;AAAA,IACD,QAAQ,WAAY;AACnB,aAAO;AAAA,QACN,MAAM;AAAA,MACV;AAAA,IACG;AAAA,EACH;AACA;AAcA,SAAS4f,GAAaV,GAAMW,GAAS;AACpC,OAAK,QAAQX,GACb,KAAK,WAAWW,GAChBC,GAAgB,IAAI;AACrB;AAQA,SAASA,GAAgB/K,GAAM;AAC9B,MAAIgL,IAAMhL,EAAK,MAAM,QAAQA,EAAK,MAAM,cAAc;AACtD,MAAIA,EAAK,SAASgL,GAAK;AACtB,QAAIC,IAAKjL,EAAK,SAASA,EAAK,KAAK;AAEjC,QADAkL,GAAQlL,GAAM,UAAUiL,EAAG,MAAM,GAC7B,CAACjL,EAAK,YAAYiL,EAAG,SAASjL,EAAK;AACtC,eAAS9S,IAAI+d,EAAG,QAAQ/d,KAAK8S,GAAM9S;AAClC,QAAI6L,GAAOiH,GAAM9S,CAAC,KACjB,OAAO8S,EAAK9S,CAAC;AAIhB,IAAA2b,GAAKoC,GAAIjL,CAAI,GACbA,EAAK,OAAOgL;AAAA,EACZ;AACF;AAUAH,GAAa,UAAU,OAAO,SAAU3d,GAAG;AAC1C,SAAA6d,GAAgB,IAAI,GACb,KAAK7d,CAAC,KAAK;AACnB;AAEA8b,EAAS6B,IAAcL,CAAQ;AAsB/B,SAASW,KAAe;AAAE;AAY1B,SAASC,GAAepL,GAAMmK,GAAM;AAEnC,WADIjd,IAAI,GACDA,IAAI8S,EAAK,UAAQ;AACvB,QAAIA,EAAK9S,CAAC,MAAMid;AACf,aAAOjd;AAER,IAAAA;AAAA,EACA;AACF;AAeA,SAASme,GAAcC,GAAItL,GAAMuL,GAASC,GAAS;AAOlD,MANIA,IACHxL,EAAKoL,GAAepL,GAAMwL,CAAO,CAAC,IAAID,KAEtCvL,EAAKA,EAAK,MAAM,IAAIuL,GACpBvL,EAAK,WAEFsL,GAAI;AACP,IAAAC,EAAQ,eAAeD;AACvB,QAAIf,IAAMe,EAAG;AACb,IAAIf,MACHiB,KAAWC,GAAmBlB,GAAKe,GAAIE,CAAO,GAC9CE,GAAgBnB,GAAKe,GAAIC,CAAO;AAAA,EAEjC;AACF;AAaA,SAASI,GAAiBL,GAAItL,GAAM4L,GAAM;AAEzC,MAAI1e,IAAIke,GAAepL,GAAM4L,CAAI;AACjC,MAAI1e,KAAK,GAAG;AAEX,aADI2e,IAAY7L,EAAK,SAAS,GACvB9S,KAAK2e;AACX,MAAA7L,EAAK9S,CAAC,IAAI8S,EAAK,EAAE9S,CAAC;AAGnB,QADA8S,EAAK,SAAS6L,GACVP,GAAI;AACP,UAAIf,IAAMe,EAAG;AACb,MAAIf,KACHkB,GAAmBlB,GAAKe,GAAIM,CAAI,GAEjCA,EAAK,eAAe;AAAA,IACpB;AAAA,EACD;AACF;AACAT,GAAa,YAAY;AAAA,EACxB,QAAQ;AAAA,EACR,MAAMX,EAAS,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAYzB,cAAc,SAAU7B,GAAW;AAClC,IAAI,KAAK,iBAAiB,KAAK,cAAc,8BAA6B,MACzEA,IAAYA,EAAU;AAGvB,aADIzb,IAAI,GACDA,IAAI,KAAK,UAAQ;AACvB,UAAI0e,IAAO,KAAK1e,CAAC;AACjB,UAAI0e,EAAK,aAAajD;AACrB,eAAOiD;AAER,MAAA1e;AAAA,IACA;AACD,WAAO;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAgBD,cAAc,SAAU0e,GAAM;AAC7B,QAAIN,IAAKM,EAAK;AACd,QAAIN,KAAMA,MAAO,KAAK;AACrB,YAAM,IAAI1J,EAAaA,EAAa,mBAAmB;AAExD,QAAI4J,IAAU,KAAK,eAAeI,EAAK,cAAcA,EAAK,SAAS;AACnE,WAAIJ,MAAYI,IACRA,KAERP,GAAc,KAAK,eAAe,MAAMO,GAAMJ,CAAO,GAC9CA;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAgBD,gBAAgB,SAAUI,GAAM;AAC/B,WAAO,KAAK,aAAaA,CAAI;AAAA,EAC7B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAeD,iBAAiB,SAAUjD,GAAW;AACrC,QAAIiD,IAAO,KAAK,aAAajD,CAAS;AACtC,QAAI,CAACiD;AACJ,YAAM,IAAIhK,EAAaA,EAAa,eAAe+G,CAAS;AAE7D,WAAAgD,GAAiB,KAAK,eAAe,MAAMC,CAAI,GACxCA;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAkBD,mBAAmB,SAAUE,GAAcnD,GAAW;AACrD,QAAIiD,IAAO,KAAK,eAAeE,GAAcnD,CAAS;AACtD,QAAI,CAACiD;AACJ,YAAM,IAAIhK,EAAaA,EAAa,eAAekK,IAAeA,IAAe,QAAQnD,IAAYA,CAAS;AAE/G,WAAAgD,GAAiB,KAAK,eAAe,MAAMC,CAAI,GACxCA;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAcD,gBAAgB,SAAUE,GAAcnD,GAAW;AAClD,IAAKmD,MACJA,IAAe;AAGhB,aADI5e,IAAI,GACDA,IAAI,KAAK,UAAQ;AACvB,UAAIid,IAAO,KAAKjd,CAAC;AACjB,UAAIid,EAAK,cAAcxB,KAAawB,EAAK,iBAAiB2B;AACzD,eAAO3B;AAER,MAAAjd;AAAA,IACA;AACD,WAAO;AAAA,EACP;AACF;AACAie,GAAa,UAAU,OAAO,QAAQ,IAAI,WAAY;AACrD,MAAIP,IAAK,MACL3f,IAAQ;AAEZ,SAAO;AAAA,IACN,MAAM,WAAY;AACjB,aAAIA,IAAQ2f,EAAG,SACP;AAAA,QACN,OAAOA,EAAG3f,GAAO;AAAA,QACjB,MAAM;AAAA,MACX,IAEW;AAAA,QACN,MAAM;AAAA,MACX;AAAA,IAEG;AAAA,IACD,QAAQ,WAAY;AACnB,aAAO;AAAA,QACN,MAAM;AAAA,MACV;AAAA,IACG;AAAA,EACH;AACA;AAqBA,SAAS8gB,KAAoB;AAAE;AAE/BA,GAAkB,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAwB7B,YAAY,SAAUC,GAASC,GAAS;AACvC,WAAO;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EA6DD,gBAAgB,SAAUH,GAAcvD,GAAe2D,GAAS;AAC/D,QAAIC,IAAcnL,GAAU;AAC5B,IAAI8K,MAAiB1K,GAAU,OAC9B+K,IAAcnL,GAAU,wBACd8K,MAAiB1K,GAAU,QACrC+K,IAAcnL,GAAU;AAEzB,QAAIuJ,IAAM,IAAI6B,GAAS1E,GAAK,EAAE,aAAayE,EAAW,CAAE;AAOxD,QANA5B,EAAI,iBAAiB,MACrBA,EAAI,aAAa,IAAIC,KACrBD,EAAI,UAAU2B,KAAW,MACrBA,KACH3B,EAAI,YAAY2B,CAAO,GAEpB3D,GAAe;AAClB,UAAI8D,IAAO9B,EAAI,gBAAgBuB,GAAcvD,CAAa;AAC1D,MAAAgC,EAAI,YAAY8B,CAAI;AAAA,IACpB;AACD,WAAO9B;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EA8CD,oBAAoB,SAAUhC,GAAe+D,GAAUC,GAAUC,GAAgB;AAChF,IAAAlE,GAAsBC,CAAa;AACnC,QAAI4B,IAAO,IAAIsC,GAAa/E,CAAG;AAC/B,WAAAyC,EAAK,OAAO5B,GACZ4B,EAAK,WAAW5B,GAChB4B,EAAK,WAAWmC,KAAY,IAC5BnC,EAAK,WAAWoC,KAAY,IAC5BpC,EAAK,iBAAiBqC,KAAkB,IACxCrC,EAAK,aAAa,IAAIK,KAEfL;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAkBD,oBAAoB,SAAUuC,GAAO;AACpC,QAAInC,IAAM,IAAI6B,GAAS1E,GAAK,EAAE,aAAa1G,GAAU,KAAI,CAAE;AAG3D,QAFAuJ,EAAI,iBAAiB,MACrBA,EAAI,aAAa,IAAIC,KACjBkC,MAAU,IAAO;AACpB,MAAAnC,EAAI,UAAU,KAAK,mBAAmB,MAAM,GAC5CA,EAAI,QAAQ,gBAAgBA,GAC5BA,EAAI,YAAYA,EAAI,OAAO;AAC3B,UAAIoC,IAAWpC,EAAI,cAAc,MAAM;AACvC,MAAAA,EAAI,YAAYoC,CAAQ;AACxB,UAAIC,IAAWrC,EAAI,cAAc,MAAM;AAEvC,UADAoC,EAAS,YAAYC,CAAQ,GACzB,OAAOF,KAAU,UAAU;AAC9B,YAAIG,IAAYtC,EAAI,cAAc,OAAO;AACzC,QAAAsC,EAAU,YAAYtC,EAAI,eAAemC,CAAK,CAAC,GAC/CE,EAAS,YAAYC,CAAS;AAAA,MAC9B;AACD,MAAAF,EAAS,YAAYpC,EAAI,cAAc,MAAM,CAAC;AAAA,IAC9C;AACD,WAAOA;AAAA,EACP;AACF;AA4BA,SAASuC,EAAK/d,GAAQ;AACrB,EAAA8Y,EAAY9Y,CAAM;AACnB;AAEA+d,EAAK,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMhB,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMZ,WAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMX,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMjB,aAAa;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMb,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMZ,IAAI,gBAAgB;AACnB,WAAO,KAAK,cAAc,KAAK,WAAW,aAAa,KAAK,eAAe,KAAK,aAAa;AAAA,EAC7F;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMZ,eAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMf,WAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMX,cAAc;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMd,QAAQ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMR,WAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOX,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMT,IAAI,cAAc;AACjB,QAAIC,IAAW,KAAK;AACpB,WAAOA,KAAYA,EAAS,aAAaA,EAAS;AAAA,EAClD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUD,UAAU,SAAUC,GAAO;AAC1B,QAAI,CAACA,EAAO,QAAO;AACnB,QAAIC,IAASD;AACb,OAAG;AACF,UAAI,SAASC,EAAQ,QAAO;AAC5B,MAAAA,IAASD,EAAM;AAAA,IACf,SAAQC;AACT,WAAO;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAiBD,aAAa,SAAUjoB,GAAS;AAC/B,QAAIioB,IAAS;AACb,OAAG;AACF,UAAI,CAACA,EAAO;AACX,eAAOA;AAER,MAAAA,IAASA,EAAO;AAAA,IAChB,SAAQA;AAAA,EACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOD,aAAa,SAAUC,GAAW;AAGjC,QAFI,CAACA,KAED,KAAK,aAAaA,EAAU,SAAU,QAAO;AAEjD,YAAQ,KAAK,UAAQ;AAAA,MACpB,KAAK,KAAK;AAGT,YAFI,KAAK,SAASA,EAAU,QACxB,KAAK,aAAaA,EAAU,YAC5B,KAAK,aAAaA,EAAU,SAAU,QAAO;AACjD;AAAA,MACD,KAAK,KAAK;AAIT,YAHI,KAAK,iBAAiBA,EAAU,gBAChC,KAAK,WAAWA,EAAU,UAC1B,KAAK,cAAcA,EAAU,aAC7B,KAAK,WAAW,WAAWA,EAAU,WAAW,OAAQ,QAAO;AACnE,iBAAShgB,IAAI,GAAGA,IAAI,KAAK,WAAW,QAAQA,KAAK;AAChD,cAAI0e,IAAO,KAAK,WAAW,KAAK1e,CAAC;AACjC,cAAI,CAAC0e,EAAK,YAAYsB,EAAU,mBAAmBtB,EAAK,cAAcA,EAAK,SAAS,CAAC;AACpF,mBAAO;AAAA,QAER;AACD;AAAA,MACD,KAAK,KAAK;AAGT,YAFI,KAAK,iBAAiBsB,EAAU,gBAChC,KAAK,cAAcA,EAAU,aAC7B,KAAK,UAAUA,EAAU,MAAO,QAAO;AAE3C;AAAA,MACD,KAAK,KAAK;AACT,YAAI,KAAK,WAAWA,EAAU,UAAU,KAAK,SAASA,EAAU;AAC/D,iBAAO;AAER;AAAA,MACD,KAAK,KAAK;AAAA,MACV,KAAK,KAAK;AACT,YAAI,KAAK,SAASA,EAAU,KAAM,QAAO;AACzC;AAAA,IACD;AAED,QAAI,KAAK,WAAW,WAAWA,EAAU,WAAW;AACnD,aAAO;AAGR,aAAShgB,IAAI,GAAGA,IAAI,KAAK,WAAW,QAAQA;AAC3C,UAAI,CAAC,KAAK,WAAWA,CAAC,EAAE,YAAYggB,EAAU,WAAWhgB,CAAC,CAAC;AAC1D,eAAO;AAIT,WAAO;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,YAAY,SAAUggB,GAAW;AAChC,WAAO,SAASA;AAAA,EAChB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAgBD,cAAc,SAAUC,GAAUC,GAAU;AAC3C,WAAOC,GAAc,MAAMF,GAAUC,CAAQ;AAAA,EAC7C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAmBD,cAAc,SAAUD,GAAUG,GAAU;AAC3C,IAAAD,GAAc,MAAMF,GAAUG,GAAUC,EAAsC,GAC1ED,KACH,KAAK,YAAYA,CAAQ;AAAA,EAE1B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAYD,aAAa,SAAUA,GAAU;AAChC,WAAOE,GAAa,MAAMF,CAAQ;AAAA,EAClC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAcD,aAAa,SAAUH,GAAU;AAChC,WAAO,KAAK,aAAaA,GAAU,IAAI;AAAA,EACvC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOD,eAAe,WAAY;AAC1B,WAAO,KAAK,cAAc;AAAA,EAC1B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAeD,WAAW,SAAUM,GAAM;AAC1B,WAAOC,GAAU,KAAK,iBAAiB,MAAM,MAAMD,CAAI;AAAA,EACvD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAmBD,WAAW,WAAY;AAEtB,aADIE,IAAQ,KAAK,YACVA,KAAO;AACb,UAAIC,IAAOD,EAAM;AACjB,MAAIC,KAAQA,EAAK,YAAYrE,MAAaoE,EAAM,YAAYpE,MAC3D,KAAK,YAAYqE,CAAI,GACrBD,EAAM,WAAWC,EAAK,IAAI,MAE1BD,EAAM,UAAS,GACfA,IAAQC;AAAA,IAET;AAAA,EACD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAgBD,aAAa,SAAU5B,GAASC,GAAS;AACxC,WAAO,KAAK,cAAc,eAAe,WAAWD,GAASC,CAAO;AAAA,EACpE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAoBD,cAAc,SAAUH,GAAc;AAErC,aADIR,IAAK,MACFA,KAAI;AACV,UAAI5kB,IAAM4kB,EAAG;AAEb,UAAI5kB;AACH,iBAAS,KAAKA;AACb,cAAIqS,GAAOrS,GAAK,CAAC,KAAKA,EAAI,CAAC,MAAMolB;AAChC,mBAAO;AAAA;AAIV,MAAAR,IAAKA,EAAG,YAAYhC,KAAiBgC,EAAG,gBAAgBA,EAAG;AAAA,IAC3D;AACD,WAAO;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAkBD,oBAAoB,SAAU5C,GAAQ;AAErC,aADI4C,IAAK,MACFA,KAAI;AACV,UAAI5kB,IAAM4kB,EAAG;AAEb,UAAI5kB,KACCqS,GAAOrS,GAAKgiB,CAAM;AACrB,eAAOhiB,EAAIgiB,CAAM;AAGnB,MAAA4C,IAAKA,EAAG,YAAYhC,KAAiBgC,EAAG,gBAAgBA,EAAG;AAAA,IAC3D;AACD,WAAO;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAsBD,oBAAoB,SAAUQ,GAAc;AAC3C,QAAIpD,IAAS,KAAK,aAAaoD,CAAY;AAC3C,WAAOpD,KAAU;AAAA,EACjB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAcD,yBAAyB,SAAUsE,GAAO;AACzC,QAAI,SAASA,EAAO,QAAO;AAC3B,QAAIa,IAAQb,GACRc,IAAQ,MACRC,IAAQ,MACRC,IAAQ;AAKZ,QAJIH,aAAiBI,OACpBF,IAAQF,GACRA,IAAQE,EAAM,eAEXD,aAAiBG,OACpBD,IAAQF,GACRA,IAAQE,EAAM,cACVD,KAASF,KAASC,MAAUD;AAC/B,eAAS,IAAI,GAAGjC,GAAOA,IAAOkC,EAAM,WAAW,CAAC,GAAI,KAAK;AACxD,YAAIlC,MAASmC;AACZ,iBAAO9D,EAAiB,4CAA4CA,EAAiB;AACtF,YAAI2B,MAASoC;AACZ,iBAAO/D,EAAiB,4CAA4CA,EAAiB;AAAA,MACtF;AAGH,QAAI,CAAC4D,KAAS,CAACC,KAASA,EAAM,kBAAkBD,EAAM;AACrD,aACC5D,EAAiB,iCACjBA,EAAiB,6CAChBK,GAAQwD,EAAM,aAAa,IAAIxD,GAAQuD,EAAM,aAAa,IACxD5D,EAAiB,8BACjBA,EAAiB;AAGtB,QAAIiE,IAAShE,GAAY2D,CAAK,GAC1BM,IAASjE,GAAY4D,CAAK;AAC9B,QAAK,CAACC,KAASI,EAAO,QAAQN,CAAK,KAAK,KAAOG,KAASH,MAAUC;AACjE,aAAO7D,EAAiB,6BAA6BA,EAAiB;AAEvE,QAAK,CAAC+D,KAASE,EAAO,QAAQJ,CAAK,KAAK,KAAOC,KAASF,MAAUC;AACjE,aAAO7D,EAAiB,iCAAiCA,EAAiB;AAE3E,QAAImE,IAAK/D,GAAe8D,GAAQD,CAAM;AACtC,aAAS7iB,KAAK+iB,EAAG,YAAY;AAC5B,UAAIT,IAAQS,EAAG,WAAW/iB,CAAC;AAC3B,UAAIsiB,MAAUG,EAAO,QAAO7D,EAAiB;AAC7C,UAAI0D,MAAUE,EAAO,QAAO5D,EAAiB;AAC7C,UAAIkE,EAAO,QAAQR,CAAK,KAAK,EAAG,QAAO1D,EAAiB;AACxD,UAAIiE,EAAO,QAAQP,CAAK,KAAK,EAAG,QAAO1D,EAAiB;AAAA,IACxD;AACD,WAAO;AAAA,EACP;AACF;AAWA,SAASoE,GAAYvhB,GAAG;AACvB,SACEA,KAAK,OAAO,UAAYA,KAAK,OAAO,UAAYA,KAAK,OAAO,WAAaA,KAAK,OAAO,YAAa,OAAOA,EAAE,WAAU,IAAK;AAE7H;AAEA+b,GAAKO,GAAU0D,CAAI;AACnBjE,GAAKO,GAAU0D,EAAK,SAAS;AAC7BjE,GAAKoB,GAAkB6C,CAAI;AAC3BjE,GAAKoB,GAAkB6C,EAAK,SAAS;AAQrC,SAASwB,GAAWnE,GAAM1kB,GAAU;AACnC,MAAIA,EAAS0kB,CAAI;AAChB,WAAO;AAER,MAAKA,IAAOA,EAAK;AAChB;AACC,UAAImE,GAAWnE,GAAM1kB,CAAQ;AAC5B,eAAO;AAAA,WAEC0kB,IAAOA,EAAK;AAExB;AAuBA,SAASiC,GAASrd,GAAQ/J,GAAS;AAClC,EAAA6iB,EAAY9Y,CAAM;AAElB,MAAIwf,IAAMvpB,KAAW;AACrB,OAAK,gBAAgB,MAUrB,KAAK,cAAcupB,EAAI,eAAevN,GAAU,iBAOhD,KAAK,OAAOF,GAAe,KAAK,WAAW,IAAI,SAAS;AACzD;AAaA,SAAS4K,GAAgBnB,GAAKe,GAAIC,GAAS;AAC1C,EAAAhB,KAAOA,EAAI;AACX,MAAIiE,IAAKjD,EAAQ;AACjB,EAAIiD,MAAOpN,GAAU,UAEpBkK,EAAG,OAAOC,EAAQ,SAASA,EAAQ,YAAY,EAAE,IAAIA,EAAQ;AAE/D;AAeA,SAASE,GAAmBlB,GAAKe,GAAIC,GAASkD,GAAQ;AACrD,EAAAlE,KAAOA,EAAI;AACX,MAAIiE,IAAKjD,EAAQ;AACjB,EAAIiD,MAAOpN,GAAU,SAEpB,OAAOkK,EAAG,OAAOC,EAAQ,SAASA,EAAQ,YAAY,EAAE;AAE1D;AAiBA,SAASmD,GAAenE,GAAK0C,GAAQE,GAAU;AAC9C,MAAI5C,KAAOA,EAAI,MAAM;AACpB,IAAAA,EAAI;AACJ,QAAIoE,IAAa1B,EAAO;AAExB,QAAIE,KAAY,CAACA,EAAS;AAEzB,MAAAwB,EAAWA,EAAW,QAAQ,IAAIxB;AAAA,SAC5B;AAKN,eAFIQ,IAAQV,EAAO,YACf,IAAI,GACDU;AACN,QAAAgB,EAAW,GAAG,IAAIhB,GAClBA,IAAQA,EAAM;AAEf,MAAAgB,EAAW,SAAS,GACpB,OAAOA,EAAWA,EAAW,MAAM;AAAA,IACnC;AAAA,EACD;AACF;AAmBA,SAASnB,GAAaoB,GAAYjB,GAAO;AACxC,MAAIiB,MAAejB,EAAM;AACxB,UAAM,IAAI/L,EAAaA,EAAa,eAAe,8BAA8B;AAElF,MAAIiN,IAAqBlB,EAAM,iBAC3BmB,IAAiBnB,EAAM;AAC3B,SAAIkB,IACHA,EAAmB,cAAcC,IAEjCF,EAAW,aAAaE,GAErBA,IACHA,EAAe,kBAAkBD,IAEjCD,EAAW,YAAYC,GAExBH,GAAeE,EAAW,eAAeA,CAAU,GACnDjB,EAAM,aAAa,MACnBA,EAAM,kBAAkB,MACxBA,EAAM,cAAc,MACbA;AACR;AAQA,SAASoB,GAAuB5E,GAAM;AACrC,SACCA,MACCA,EAAK,aAAa2C,EAAK,iBAAiB3C,EAAK,aAAa2C,EAAK,0BAA0B3C,EAAK,aAAa2C,EAAK;AAEnH;AAQA,SAASkC,GAAsB7E,GAAM;AACpC,SACCA,MACCA,EAAK,aAAa2C,EAAK,sBACvB3C,EAAK,aAAa2C,EAAK,gBACvB3C,EAAK,aAAa2C,EAAK,0BACvB3C,EAAK,aAAa2C,EAAK,sBACvB3C,EAAK,aAAa2C,EAAK,gBACvB3C,EAAK,aAAa2C,EAAK,+BACvB3C,EAAK,aAAa2C,EAAK;AAE1B;AAQA,SAASmC,GAAc9E,GAAM;AAC5B,SAAOA,KAAQA,EAAK,aAAa2C,EAAK;AACvC;AAQA,SAASoC,GAAc/E,GAAM;AAC5B,SAAOA,KAAQA,EAAK,aAAa2C,EAAK;AACvC;AAOA,SAASqC,GAAWhF,GAAM;AACzB,SAAOA,KAAQA,EAAK,aAAa2C,EAAK;AACvC;AAcA,SAASsC,GAA2B7E,GAAKoD,GAAO;AAC/C,MAAI0B,IAAmB9E,EAAI,cAAc;AACzC,MAAIxK,GAAKsP,GAAkBH,EAAa,KAAKD,GAActB,CAAK;AAC/D,WAAO;AAER,MAAI2B,IAAcvP,GAAKsP,GAAkBJ,EAAa;AACtD,SAAO,EAAEtB,KAAS2B,KAAeD,EAAiB,QAAQC,CAAW,IAAID,EAAiB,QAAQ1B,CAAK;AACxG;AAcA,SAAS4B,GAA6BhF,GAAKoD,GAAO;AACjD,MAAI0B,IAAmB9E,EAAI,cAAc;AAEzC,WAASiF,EAA8BrF,GAAM;AAC5C,WAAO+E,GAAc/E,CAAI,KAAKA,MAASwD;AAAA,EACvC;AAED,MAAI5N,GAAKsP,GAAkBG,CAA6B;AACvD,WAAO;AAER,MAAIF,IAAcvP,GAAKsP,GAAkBJ,EAAa;AACtD,SAAO,EAAEtB,KAAS2B,KAAeD,EAAiB,QAAQC,CAAW,IAAID,EAAiB,QAAQ1B,CAAK;AACxG;AA4BA,SAAS8B,GAA+BxC,GAAQ9C,GAAMwD,GAAO;AAE5D,MAAI,CAACoB,GAAuB9B,CAAM;AACjC,UAAM,IAAIrL,EAAaA,EAAa,uBAAuB,iCAAiCqL,EAAO,QAAQ;AAK5G,MAAIU,KAASA,EAAM,eAAeV;AACjC,UAAM,IAAIrL,EAAaA,EAAa,eAAe,qBAAqB;AAEzE;AAAA;AAAA,IAEC,CAACoN,GAAsB7E,CAAI;AAAA;AAAA;AAAA;AAAA,IAK1B8E,GAAc9E,CAAI,KAAK8C,EAAO,aAAaH,EAAK;AAAA;AAEjD,UAAM,IAAIlL;AAAAA,MACTA,EAAa;AAAA,MACb,0BAA0BuI,EAAK,WAAW,2BAA2B8C,EAAO;AAAA,IAC/E;AAEA;AA+BA,SAASyC,GAAqCzC,GAAQ9C,GAAMwD,GAAO;AAClE,MAAI0B,IAAmBpC,EAAO,cAAc,IACxC0C,IAAiBxF,EAAK,cAAc;AAGxC,MAAIA,EAAK,aAAa2C,EAAK,wBAAwB;AAClD,QAAI8C,IAAoBD,EAAe,OAAOT,EAAa;AAE3D,QAAIU,EAAkB,SAAS,KAAK7P,GAAK4P,GAAgBR,EAAU;AAClE,YAAM,IAAIvN,EAAaA,EAAa,uBAAuB,2CAA2C;AAIvG,QAAIgO,EAAkB,WAAW,KAAK,CAACR,GAA2BnC,GAAQU,CAAK;AAC9E,YAAM,IAAI/L,EAAaA,EAAa,uBAAuB,wDAAwD;AAAA,EAEpH;AAED,MAAIsN,GAAc/E,CAAI,KAGjB,CAACiF,GAA2BnC,GAAQU,CAAK;AAC5C,UAAM,IAAI/L,EAAaA,EAAa,uBAAuB,sDAAsD;AAInH,MAAIqN,GAAc9E,CAAI,GAAG;AAExB,QAAIpK,GAAKsP,GAAkBJ,EAAa;AACvC,YAAM,IAAIrN,EAAaA,EAAa,uBAAuB,6BAA6B;AAEzF,QAAIiO,IAAqB9P,GAAKsP,GAAkBH,EAAa;AAE7D,QAAIvB,KAAS0B,EAAiB,QAAQQ,CAAkB,IAAIR,EAAiB,QAAQ1B,CAAK;AACzF,YAAM,IAAI/L,EAAaA,EAAa,uBAAuB,gDAAgD;AAG5G,QAAI,CAAC+L,KAASkC;AACb,YAAM,IAAIjO,EAAaA,EAAa,uBAAuB,sDAAsD;AAAA,EAElH;AACF;AAkBA,SAAS2L,GAAuCN,GAAQ9C,GAAMwD,GAAO;AACpE,MAAI0B,IAAmBpC,EAAO,cAAc,IACxC0C,IAAiBxF,EAAK,cAAc;AAGxC,MAAIA,EAAK,aAAa2C,EAAK,wBAAwB;AAClD,QAAI8C,IAAoBD,EAAe,OAAOT,EAAa;AAE3D,QAAIU,EAAkB,SAAS,KAAK7P,GAAK4P,GAAgBR,EAAU;AAClE,YAAM,IAAIvN,EAAaA,EAAa,uBAAuB,2CAA2C;AAGvG,QAAIgO,EAAkB,WAAW,KAAK,CAACL,GAA6BtC,GAAQU,CAAK;AAChF,YAAM,IAAI/L,EAAaA,EAAa,uBAAuB,wDAAwD;AAAA,EAEpH;AAED,MAAIsN,GAAc/E,CAAI,KAEjB,CAACoF,GAA6BtC,GAAQU,CAAK;AAC9C,UAAM,IAAI/L,EAAaA,EAAa,uBAAuB,sDAAsD;AAInH,MAAIqN,GAAc9E,CAAI,GAAG;AAMxB,QAAIpK,GAAKsP,GALT,SAAuClF,GAAM;AAC5C,aAAO8E,GAAc9E,CAAI,KAAKA,MAASwD;AAAA,IACvC,CAGuD;AACvD,YAAM,IAAI/L,EAAaA,EAAa,uBAAuB,6BAA6B;AAEzF,QAAIiO,IAAqB9P,GAAKsP,GAAkBH,EAAa;AAE7D,QAAIvB,KAAS0B,EAAiB,QAAQQ,CAAkB,IAAIR,EAAiB,QAAQ1B,CAAK;AACzF,YAAM,IAAI/L,EAAaA,EAAa,uBAAuB,gDAAgD;AAAA,EAE5G;AACF;AA2BA,SAASyL,GAAcJ,GAAQ9C,GAAMwD,GAAOmC,GAAsB;AAEjE,EAAAL,GAA+BxC,GAAQ9C,GAAMwD,CAAK,GAI9CV,EAAO,aAAaH,EAAK,kBAC3BgD,KAAwBJ,IAAsCzC,GAAQ9C,GAAMwD,CAAK;AAGnF,MAAIoC,IAAK5F,EAAK;AAId,MAHI4F,KACHA,EAAG,YAAY5F,CAAI,GAEhBA,EAAK,aAAaJ,IAAwB;AAC7C,QAAIiG,IAAW7F,EAAK;AACpB,QAAI6F,KAAY;AACf,aAAO7F;AAER,QAAI8F,IAAU9F,EAAK;AAAA,EACrB;AACE,IAAA6F,IAAWC,IAAU9F;AAEtB,MAAI+F,IAAMvC,IAAQA,EAAM,kBAAkBV,EAAO;AAEjD,EAAA+C,EAAS,kBAAkBE,GAC3BD,EAAQ,cAActC,GAElBuC,IACHA,EAAI,cAAcF,IAElB/C,EAAO,aAAa+C,GAEjBrC,KAAS,OACZV,EAAO,YAAYgD,IAEnBtC,EAAM,kBAAkBsC;AAEzB;AACC,IAAAD,EAAS,aAAa/C;AAAA,SACd+C,MAAaC,MAAYD,IAAWA,EAAS;AACtD,SAAAtB,GAAezB,EAAO,iBAAiBA,GAAQA,GAAQ9C,CAAI,GACvDA,EAAK,YAAYJ,OACpBI,EAAK,aAAaA,EAAK,YAAY,OAG7BA;AACR;AAEAiC,GAAS,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOpB,gBAAgB;AAAA,EAChB,UAAU;AAAA,EACV,UAAUvC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOV,SAAS;AAAA,EACT,iBAAiB;AAAA,EACjB,MAAM;AAAA,EAEN,cAAc,SAAUsD,GAAUC,GAAU;AAE3C,QAAID,EAAS,aAAapD,IAAwB;AAEjD,eADI4D,IAAQR,EAAS,YACdQ,KAAO;AACb,YAAIC,IAAOD,EAAM;AACjB,aAAK,aAAaA,GAAOP,CAAQ,GACjCO,IAAQC;AAAA,MACR;AACD,aAAOT;AAAA,IACP;AACD,WAAAE,GAAc,MAAMF,GAAUC,CAAQ,GACtCD,EAAS,gBAAgB,MACrB,KAAK,oBAAoB,QAAQA,EAAS,aAAa9D,MAC1D,KAAK,kBAAkB8D,IAGjBA;AAAA,EACP;AAAA,EACD,aAAa,SAAUG,GAAU;AAChC,QAAI6C,IAAU3C,GAAa,MAAMF,CAAQ;AACzC,WAAI6C,MAAY,KAAK,oBACpB,KAAK,kBAAkB,OAEjBA;AAAA,EACP;AAAA,EACD,cAAc,SAAUhD,GAAUG,GAAU;AAE3C,IAAAD,GAAc,MAAMF,GAAUG,GAAUC,EAAsC,GAC9EJ,EAAS,gBAAgB,MACrBG,KACH,KAAK,YAAYA,CAAQ,GAEtB4B,GAAc/B,CAAQ,MACzB,KAAK,kBAAkBA;AAAA,EAExB;AAAA;AAAA,EAED,YAAY,SAAUiD,GAAc3C,GAAM;AACzC,WAAO4C,GAAW,MAAMD,GAAc3C,CAAI;AAAA,EAC1C;AAAA;AAAA,EAED,gBAAgB,SAAUhX,GAAI;AAC7B,QAAI6Z,IAAM;AACV,WAAAhC,GAAW,KAAK,iBAAiB,SAAUnE,GAAM;AAChD,UAAIA,EAAK,YAAYd,KAChBc,EAAK,aAAa,IAAI,KAAK1T;AAC9B,eAAA6Z,IAAMnG,GACC;AAAA,IAGZ,CAAG,GACMmG;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAoBD,eAAe,SAAU5P,GAAS;AACjC,QAAIyJ,IAAO,IAAIoG,GAAQ7I,CAAG;AAC1B,IAAAyC,EAAK,gBAAgB,MACjB,KAAK,SAAS,WACjBzJ,IAAUA,EAAQ,gBAEfO,GAAwB,KAAK,WAAW,MAC3CkJ,EAAK,eAAe/I,GAAU,OAE/B+I,EAAK,WAAWzJ,GAChByJ,EAAK,UAAUzJ,GACfyJ,EAAK,YAAYzJ,GACjByJ,EAAK,aAAa,IAAIK;AACtB,QAAIgG,IAASrG,EAAK,aAAa,IAAIgB,GAAc;AACjD,WAAAqF,EAAM,gBAAgBrG,GACfA;AAAA,EACP;AAAA;AAAA;AAAA;AAAA,EAID,wBAAwB,WAAY;AACnC,QAAIA,IAAO,IAAIsG,GAAiB/I,CAAG;AACnC,WAAAyC,EAAK,gBAAgB,MACrBA,EAAK,aAAa,IAAIK,KACfL;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA,EAKD,gBAAgB,SAAUuG,GAAM;AAC/B,QAAIvG,IAAO,IAAIwG,GAAKjJ,CAAG;AACvB,WAAAyC,EAAK,gBAAgB,MACrBA,EAAK,aAAa,IAAIK,KACtBL,EAAK,WAAWuG,CAAI,GACbvG;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA,EAKD,eAAe,SAAUuG,GAAM;AAC9B,QAAIvG,IAAO,IAAIrF,GAAQ4C,CAAG;AAC1B,WAAAyC,EAAK,gBAAgB,MACrBA,EAAK,aAAa,IAAIK,KACtBL,EAAK,WAAWuG,CAAI,GACbvG;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA,EAKD,oBAAoB,SAAUuG,GAAM;AACnC,QAAIvG,IAAO,IAAIyG,GAAalJ,CAAG;AAC/B,WAAAyC,EAAK,gBAAgB,MACrBA,EAAK,aAAa,IAAIK,KACtBL,EAAK,WAAWuG,CAAI,GACbvG;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,6BAA6B,SAAUpiB,GAAQ2oB,GAAM;AACpD,QAAIvG,IAAO,IAAI0G,GAAsBnJ,CAAG;AACxC,WAAAyC,EAAK,gBAAgB,MACrBA,EAAK,aAAa,IAAIK,KACtBL,EAAK,WAAWA,EAAK,SAASpiB,GAC9BoiB,EAAK,YAAYA,EAAK,OAAOuG,GACtBvG;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAeD,iBAAiB,SAAUxf,GAAM;AAChC,QAAI,CAACgB,EAAE,YAAY,KAAKhB,CAAI;AAC3B,YAAM,IAAIiX,EAAaA,EAAa,uBAAuB,gCAAgCjX,IAAO,GAAG;AAEtG,WAAI,KAAK,SAAS,WACjBA,IAAOA,EAAK,gBAEN,KAAK,iBAAiBA,CAAI;AAAA,EACjC;AAAA,EACD,kBAAkB,SAAUA,GAAM;AACjC,QAAIwf,IAAO,IAAI8D,GAAKvG,CAAG;AACvB,WAAAyC,EAAK,gBAAgB,MACrBA,EAAK,aAAa,IAAIK,KACtBL,EAAK,OAAOxf,GACZwf,EAAK,WAAWxf,GAChBwf,EAAK,YAAYxf,GACjBwf,EAAK,YAAY,IACVA;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAiBD,uBAAuB,SAAUxf,GAAM;AACtC,QAAI,CAACgB,EAAE,KAAK,KAAKhB,CAAI;AACpB,YAAM,IAAIiX,EAAaA,EAAa,uBAAuB,2BAA2BjX,IAAO,GAAG;AAEjG,QAAI,KAAK,SAAS;AACjB,YAAM,IAAIiX,EAAa,gCAAgCJ,GAAiB,iBAAiB;AAG1F,QAAI2I,IAAO,IAAI2G,GAAgBpJ,CAAG;AAClC,WAAAyC,EAAK,gBAAgB,MACrBA,EAAK,aAAa,IAAIK,KACtBL,EAAK,WAAWxf,GACTwf;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOD,iBAAiB,SAAU2B,GAAcvD,GAAe;AACvD,QAAIwI,IAAYvI,GAAmBsD,GAAcvD,CAAa,GAC1D4B,IAAO,IAAIoG,GAAQ7I,CAAG,GACtB8I,IAASrG,EAAK,aAAa,IAAIgB,GAAc;AACjD,WAAAhB,EAAK,aAAa,IAAIK,KACtBL,EAAK,gBAAgB,MACrBA,EAAK,WAAW5B,GAChB4B,EAAK,UAAU5B,GACf4B,EAAK,eAAe4G,EAAU,CAAC,GAC/B5G,EAAK,SAAS4G,EAAU,CAAC,GACzB5G,EAAK,YAAY4G,EAAU,CAAC,GAC5BP,EAAM,gBAAgBrG,GACfA;AAAA,EACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOD,mBAAmB,SAAU2B,GAAcvD,GAAe;AACzD,QAAIwI,IAAYvI,GAAmBsD,GAAcvD,CAAa,GAC1D4B,IAAO,IAAI8D,GAAKvG,CAAG;AACvB,WAAAyC,EAAK,gBAAgB,MACrBA,EAAK,aAAa,IAAIK,KACtBL,EAAK,WAAW5B,GAChB4B,EAAK,OAAO5B,GACZ4B,EAAK,YAAY,IACjBA,EAAK,eAAe4G,EAAU,CAAC,GAC/B5G,EAAK,SAAS4G,EAAU,CAAC,GACzB5G,EAAK,YAAY4G,EAAU,CAAC,GACrB5G;AAAA,EACP;AACF;AACAnB,EAASoD,IAAUU,CAAI;AAEvB,SAASyD,GAAQxhB,GAAQ;AACxB,EAAA8Y,EAAY9Y,CAAM,GAElB,KAAK,SAAS,uBAAO,OAAO,IAAI;AACjC;AACAwhB,GAAQ,YAAY;AAAA,EACnB,UAAUlH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMV,YAAY;AAAA,EACZ,kBAAkB,WAAY;AAC7B,WAAO,KAAK,SAAS,KAAK,SAAS,MAAM,KAAK,YAAY,KAAK;AAAA,EAC/D;AAAA,EACD,+BAA+B,WAAY;AAC1C,WAAO,KAAK,cAAc,SAAS,UAAU,KAAK,iBAAiBjI,GAAU;AAAA,EAC7E;AAAA,EACD,cAAc,SAAUzW,GAAM;AAC7B,WAAO,CAAC,CAAC,KAAK,iBAAiBA,CAAI;AAAA,EACnC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQD,cAAc,SAAUA,GAAM;AAC7B,QAAIihB,IAAO,KAAK,iBAAiBjhB,CAAI;AACrC,WAAOihB,IAAOA,EAAK,QAAQ;AAAA,EAC3B;AAAA,EACD,kBAAkB,SAAUjhB,GAAM;AACjC,WAAI,KAAK,oCACRA,IAAOA,EAAK,gBAEN,KAAK,WAAW,aAAaA,CAAI;AAAA,EACxC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOD,cAAc,SAAUA,GAAMhG,GAAO;AACpC,IAAI,KAAK,oCACRgG,IAAOA,EAAK;AAEb,QAAIihB,IAAO,KAAK,iBAAiBjhB,CAAI;AACrC,IAAIihB,IACHA,EAAK,QAAQA,EAAK,YAAY,KAAKjnB,KAEnCinB,IAAO,KAAK,cAAc,iBAAiBjhB,CAAI,GAC/CihB,EAAK,QAAQA,EAAK,YAAY,KAAKjnB,GACnC,KAAK,iBAAiBinB,CAAI;AAAA,EAE3B;AAAA,EACD,iBAAiB,SAAUjhB,GAAM;AAChC,QAAIihB,IAAO,KAAK,iBAAiBjhB,CAAI;AACrC,IAAAihB,KAAQ,KAAK,oBAAoBA,CAAI;AAAA,EACrC;AAAA,EACD,kBAAkB,SAAUL,GAAS;AACpC,WAAO,KAAK,WAAW,aAAaA,CAAO;AAAA,EAC3C;AAAA,EACD,oBAAoB,SAAUA,GAAS;AACtC,WAAO,KAAK,WAAW,eAAeA,CAAO;AAAA,EAC7C;AAAA,EACD,qBAAqB,SAAUC,GAAS;AAEvC,WAAO,KAAK,WAAW,gBAAgBA,EAAQ,QAAQ;AAAA,EACvD;AAAA;AAAA,EAED,mBAAmB,SAAUM,GAAcnD,GAAW;AACrD,QAAIqI,IAAM,KAAK,mBAAmBlF,GAAcnD,CAAS;AACzD,IAAAqI,KAAO,KAAK,oBAAoBA,CAAG;AAAA,EACnC;AAAA,EAED,gBAAgB,SAAUlF,GAAcnD,GAAW;AAClD,WAAO,KAAK,mBAAmBmD,GAAcnD,CAAS,KAAK;AAAA,EAC3D;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUD,gBAAgB,SAAUmD,GAAcnD,GAAW;AAClD,QAAIiD,IAAO,KAAK,mBAAmBE,GAAcnD,CAAS;AAC1D,WAAOiD,IAAOA,EAAK,QAAQ;AAAA,EAC3B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUD,gBAAgB,SAAUE,GAAcvD,GAAe5jB,GAAO;AAC7D,QAAIosB,IAAYvI,GAAmBsD,GAAcvD,CAAa,GAC1DI,IAAYoI,EAAU,CAAC,GACvBnF,IAAO,KAAK,mBAAmBE,GAAcnD,CAAS;AAC1D,IAAIiD,IACHA,EAAK,QAAQA,EAAK,YAAY,KAAKjnB,KAEnCinB,IAAO,KAAK,cAAc,kBAAkBE,GAAcvD,CAAa,GACvEqD,EAAK,QAAQA,EAAK,YAAY,KAAKjnB,GACnC,KAAK,iBAAiBinB,CAAI;AAAA,EAE3B;AAAA,EACD,oBAAoB,SAAUE,GAAcnD,GAAW;AACtD,WAAO,KAAK,WAAW,eAAemD,GAAcnD,CAAS;AAAA,EAC7D;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAoBD,wBAAwB,SAAUsI,GAAY;AAC7C,QAAIC,IAAgB9I,GAAa6I,CAAU;AAC3C,WAAO,IAAIpG,GAAa,MAAM,SAAUsG,GAAM;AAC7C,UAAIlG,IAAK,CAAA;AACT,aAAIiG,EAAc,SAAS,KAC1B5C,GAAW6C,GAAM,SAAUhH,GAAM;AAChC,YAAIA,MAASgH,KAAQhH,EAAK,aAAad,GAAc;AACpD,cAAI+H,IAAiBjH,EAAK,aAAa,OAAO;AAE9C,cAAIiH,GAAgB;AAEnB,gBAAI5c,IAAUyc,MAAeG;AAC7B,gBAAI,CAAC5c,GAAS;AACb,kBAAI6c,IAAoBjJ,GAAagJ,CAAc;AACnD,cAAA5c,IAAU0c,EAAc,MAAM7I,GAAcgJ,CAAiB,CAAC;AAAA,YAC9D;AACD,YAAI7c,KACHyW,EAAG,KAAKd,CAAI;AAAA,UAEb;AAAA,QACD;AAAA,MACN,CAAK,GAEKc;AAAA,IACV,CAAG;AAAA,EACD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EA0BD,sBAAsB,SAAU1C,GAAe;AAC9C,QAAI+I,KAAkB,KAAK,aAAazH,KAAgB,OAAO,KAAK,eAAe,SAAS,QACxF0H,IAAqBhJ,EAAc;AACvC,WAAO,IAAIsC,GAAa,MAAM,SAAUsG,GAAM;AAC7C,UAAIlG,IAAK,CAAA;AACT,aAAAqD,GAAW6C,GAAM,SAAUhH,GAAM;AAChC,YAAI,EAAAA,MAASgH,KAAQhH,EAAK,aAAad;AAGvC,cAAId,MAAkB;AACrB,YAAA0C,EAAG,KAAKd,CAAI;AAAA,eACN;AACN,gBAAIqH,IAAoBrH,EAAK,oBACzBsH,IAAgBH,KAAkBnH,EAAK,iBAAiB/I,GAAU,OAAOmQ,IAAqBhJ;AAClG,YAAIiJ,MAAsBC,KACzBxG,EAAG,KAAKd,CAAI;AAAA,UAEb;AAAA,MACL,CAAI,GACMc;AAAA,IACV,CAAG;AAAA,EACD;AAAA,EACD,wBAAwB,SAAUa,GAAcnD,GAAW;AAC1D,WAAO,IAAIkC,GAAa,MAAM,SAAUsG,GAAM;AAC7C,UAAIlG,IAAK,CAAA;AACT,aAAAqD,GAAW6C,GAAM,SAAUhH,GAAM;AAChC,QACCA,MAASgH,KACThH,EAAK,aAAad,MACjByC,MAAiB,OAAO3B,EAAK,iBAAiB2B,OAC9CnD,MAAc,OAAOwB,EAAK,aAAaxB,MAExCsC,EAAG,KAAKd,CAAI;AAAA,MAEjB,CAAI,GACMc;AAAA,IACV,CAAG;AAAA,EACD;AACF;AACAmB,GAAS,UAAU,yBAAyBmE,GAAQ,UAAU;AAC9DnE,GAAS,UAAU,uBAAuBmE,GAAQ,UAAU;AAC5DnE,GAAS,UAAU,yBAAyBmE,GAAQ,UAAU;AAE9DvH,EAASuH,IAASzD,CAAI;AACtB,SAASmB,GAAKlf,GAAQ;AACrB,EAAA8Y,EAAY9Y,CAAM,GAElB,KAAK,eAAe,MACpB,KAAK,SAAS,MACd,KAAK,eAAe;AACrB;AACAkf,GAAK,UAAU,WAAW3E;AAC1BN,EAASiF,IAAMnB,CAAI;AAEnB,SAAS4E,GAAc3iB,GAAQ;AAC9B,EAAA8Y,EAAY9Y,CAAM;AACnB;AACA2iB,GAAc,YAAY;AAAA,EACzB,MAAM;AAAA,EACN,eAAe,SAAUxb,GAAQyb,GAAO;AACvC,WAAO,KAAK,KAAK,UAAUzb,GAAQA,IAASyb,CAAK;AAAA,EACjD;AAAA,EACD,YAAY,SAAUC,GAAM;AAC3B,IAAAA,IAAO,KAAK,OAAOA,GACnB,KAAK,YAAY,KAAK,OAAOA,GAC7B,KAAK,SAASA,EAAK;AAAA,EACnB;AAAA,EACD,YAAY,SAAU1b,GAAQ0b,GAAM;AACnC,SAAK,YAAY1b,GAAQ,GAAG0b,CAAI;AAAA,EAChC;AAAA,EACD,YAAY,SAAU1b,GAAQyb,GAAO;AACpC,SAAK,YAAYzb,GAAQyb,GAAO,EAAE;AAAA,EAClC;AAAA,EACD,aAAa,SAAUzb,GAAQyb,GAAOC,GAAM;AAC3C,QAAIC,IAAQ,KAAK,KAAK,UAAU,GAAG3b,CAAM,GACrCpG,IAAM,KAAK,KAAK,UAAUoG,IAASyb,CAAK;AAC5C,IAAAC,IAAOC,IAAQD,IAAO9hB,GACtB,KAAK,YAAY,KAAK,OAAO8hB,GAC7B,KAAK,SAASA,EAAK;AAAA,EACnB;AACF;AACA5I,EAAS0I,IAAe5E,CAAI;AAC5B,SAAS6D,GAAK5hB,GAAQ;AACrB,EAAA8Y,EAAY9Y,CAAM;AACnB;AACA4hB,GAAK,YAAY;AAAA,EAChB,UAAU;AAAA,EACV,UAAUpH;AAAA,EACV,WAAW,SAAUrT,GAAQ;AAC5B,QAAI0b,IAAO,KAAK,MACZE,IAAUF,EAAK,UAAU1b,CAAM;AACnC,IAAA0b,IAAOA,EAAK,UAAU,GAAG1b,CAAM,GAC/B,KAAK,OAAO,KAAK,YAAY0b,GAC7B,KAAK,SAASA,EAAK;AACnB,QAAIG,IAAU,KAAK,cAAc,eAAeD,CAAO;AACvD,WAAI,KAAK,cACR,KAAK,WAAW,aAAaC,GAAS,KAAK,WAAW,GAEhDA;AAAA,EACP;AACF;AACA/I,EAAS2H,IAAMe,EAAa;AAC5B,SAAS5M,GAAQ/V,GAAQ;AACxB,EAAA8Y,EAAY9Y,CAAM;AACnB;AACA+V,GAAQ,YAAY;AAAA,EACnB,UAAU;AAAA,EACV,UAAU8E;AACX;AACAZ,EAASlE,IAAS4M,EAAa;AAE/B,SAASd,GAAa7hB,GAAQ;AAC7B,EAAA8Y,EAAY9Y,CAAM;AACnB;AACA6hB,GAAa,YAAY;AAAA,EACxB,UAAU;AAAA,EACV,UAAUpH;AACX;AACAR,EAAS4H,IAAcD,EAAI;AAE3B,SAASlE,GAAa1d,GAAQ;AAC7B,EAAA8Y,EAAY9Y,CAAM;AACnB;AACA0d,GAAa,UAAU,WAAW3C;AAClCd,EAASyD,IAAcK,CAAI;AAE3B,SAASkF,GAASjjB,GAAQ;AACzB,EAAA8Y,EAAY9Y,CAAM;AACnB;AACAijB,GAAS,UAAU,WAAWhI;AAC9BhB,EAASgJ,IAAUlF,CAAI;AAEvB,SAASmF,GAAOljB,GAAQ;AACvB,EAAA8Y,EAAY9Y,CAAM;AACnB;AACAkjB,GAAO,UAAU,WAAWvI;AAC5BV,EAASiJ,IAAQnF,CAAI;AAErB,SAASgE,GAAgB/hB,GAAQ;AAChC,EAAA8Y,EAAY9Y,CAAM;AACnB;AACA+hB,GAAgB,UAAU,WAAWrH;AACrCT,EAAS8H,IAAiBhE,CAAI;AAE9B,SAAS2D,GAAiB1hB,GAAQ;AACjC,EAAA8Y,EAAY9Y,CAAM;AACnB;AACA0hB,GAAiB,UAAU,WAAW;AACtCA,GAAiB,UAAU,WAAW1G;AACtCf,EAASyH,IAAkB3D,CAAI;AAE/B,SAAS+D,GAAsB9hB,GAAQ;AACtC,EAAA8Y,EAAY9Y,CAAM;AACnB;AACA8hB,GAAsB,UAAU,WAAWlH;AAC3CX,EAAS6H,IAAuBa,EAAa;AAC7C,SAASQ,KAAgB;AAAE;AAC3BA,GAAc,UAAU,oBAAoB,SAAU/H,GAAMM,GAAY;AACvE,SAAO0H,GAAsB,KAAKhI,GAAMM,CAAU;AACnD;AACAqC,EAAK,UAAU,WAAWqF;AAC1B,SAASA,GAAsB1H,GAAY;AAC1C,MAAIC,IAAM,CAAA,GACN0H,IAAW,KAAK,aAAavI,MAAiB,KAAK,mBAAoB,MACvEnB,IAAS0J,EAAQ,QACjBC,IAAMD,EAAQ;AAElB,MAAIC,KAAO3J,KAAU,MAAM;AAC1B,QAAIA,IAAS0J,EAAQ,aAAaC,CAAG;AACrC,QAAI3J,KAAU;AACb,UAAI4J,IAAoB;AAAA,QACvB,EAAE,WAAWD,GAAK,QAAQ,KAAM;AAAA;AAAA,MAEpC;AAAA,EAEE;AACD,SAAA1H,GAAkB,MAAMD,GAAKD,GAAY6H,CAAiB,GACnD5H,EAAI,KAAK,EAAE;AACnB;AAEA,SAAS6H,GAAoBpI,GAAMqI,GAAQF,GAAmB;AAC7D,MAAI5J,IAASyB,EAAK,UAAU,IACxBkI,IAAMlI,EAAK;AAWf,MAHI,CAACkI,KAGA3J,MAAW,SAAS2J,MAAQjR,GAAU,OAAQiR,MAAQjR,GAAU;AACpE,WAAO;AAIR,WADI,IAAIkR,EAAkB,QACnB,OAAK;AACX,QAAI9D,IAAK8D,EAAkB,CAAC;AAE5B,QAAI9D,EAAG,WAAW9F;AACjB,aAAO8F,EAAG,cAAc6D;AAAA,EAEzB;AACD,SAAO;AACR;AAgBA,SAASI,GAAuB/H,GAAKnC,GAAe5jB,GAAO;AAC1D,EAAA+lB,EAAI,KAAK,KAAKnC,GAAe,MAAM5jB,EAAM,QAAQ,iBAAiB0pB,EAAW,GAAG,GAAG;AACpF;AAEA,SAAS1D,GAAkBR,GAAMO,GAAKD,GAAY6H,GAAmB;AACpE,EAAKA,MACJA,IAAoB,CAAA;AAErB,MAAI/H,IAAMJ,EAAK,aAAaN,KAAgBM,IAAOA,EAAK,eACpDqI,IAASjI,EAAI,SAAS;AAE1B,MAAIE;AAEH,QADAN,IAAOM,EAAWN,CAAI,GAClBA;AACH,UAAI,OAAOA,KAAQ,UAAU;AAC5B,QAAAO,EAAI,KAAKP,CAAI;AACb;AAAA,MACA;AAAA;AAED;AAKF,UAAQA,EAAK,UAAQ;AAAA,IACpB,KAAKd;AACJ,UAAImH,IAAQrG,EAAK,YACbla,IAAMugB,EAAM,QACZ7C,IAAQxD,EAAK,YACbuI,IAAWvI,EAAK,SAEhBwI,IAAmBD;AACvB,UAAI,CAACF,KAAU,CAACrI,EAAK,UAAUA,EAAK,cAAc;AAGjD,iBAFIyI,GAEKC,IAAK,GAAGA,IAAKrC,EAAM,QAAQqC;AACnC,cAAIrC,EAAM,KAAKqC,CAAE,EAAE,SAAS,SAAS;AACpC,YAAAD,IAAYpC,EAAM,KAAKqC,CAAE,EAAE;AAC3B;AAAA,UACA;AAEF,YAAI,CAACD;AAEJ,mBAASE,IAAMR,EAAkB,SAAS,GAAGQ,KAAO,GAAGA,KAAO;AAC7D,gBAAIrK,IAAY6J,EAAkBQ,CAAG;AACrC,gBAAIrK,EAAU,WAAW,MAAMA,EAAU,cAAc0B,EAAK,cAAc;AACzE,cAAAyI,IAAYnK,EAAU;AACtB;AAAA,YACA;AAAA,UACD;AAEF,YAAImK,MAAczI,EAAK;AACtB,mBAAS2I,IAAMR,EAAkB,SAAS,GAAGQ,KAAO,GAAGA,KAAO;AAC7D,gBAAIrK,IAAY6J,EAAkBQ,CAAG;AACrC,gBAAIrK,EAAU,cAAc0B,EAAK,cAAc;AAC9C,cAAI1B,EAAU,WACbkK,IAAmBlK,EAAU,SAAS,MAAMiK;AAE7C;AAAA,YACA;AAAA,UACD;AAAA,MAEF;AAED,MAAAhI,EAAI,KAAK,KAAKiI,CAAgB;AAE9B,eAASzlB,IAAI,GAAGA,IAAI+C,GAAK/C,KAAK;AAE7B,YAAI0e,IAAO4E,EAAM,KAAKtjB,CAAC;AACvB,QAAI0e,EAAK,UAAU,UAClB0G,EAAkB,KAAK;AAAA,UACtB,QAAQ1G,EAAK;AAAA,UACb,WAAWA,EAAK;AAAA,QACtB,CAAM,IACSA,EAAK,YAAY,WAC3B0G,EAAkB,KAAK,EAAE,QAAQ,IAAI,WAAW1G,EAAK,MAAK,CAAE;AAAA,MAE7D;AAED,eAAS1e,IAAI,GAAGA,IAAI+C,GAAK/C,KAAK;AAC7B,YAAI0e,IAAO4E,EAAM,KAAKtjB,CAAC;AACvB,YAAIqlB,GAAoB3G,GAAM4G,GAAQF,CAAiB,GAAG;AACzD,cAAI5J,IAASkD,EAAK,UAAU,IACxByG,IAAMzG,EAAK;AACf,UAAA6G,GAAuB/H,GAAKhC,IAAS,WAAWA,IAAS,SAAS2J,CAAG,GACrEC,EAAkB,KAAK,EAAE,QAAQ5J,GAAQ,WAAW2J,EAAG,CAAE;AAAA,QACzD;AACD,QAAA1H,GAAkBiB,GAAMlB,GAAKD,GAAY6H,CAAiB;AAAA,MAC1D;AAGD,UAAII,MAAaC,KAAoBJ,GAAoBpI,GAAMqI,GAAQF,CAAiB,GAAG;AAC1F,YAAI5J,IAASyB,EAAK,UAAU,IACxBkI,IAAMlI,EAAK;AACf,QAAAsI,GAAuB/H,GAAKhC,IAAS,WAAWA,IAAS,SAAS2J,CAAG,GACrEC,EAAkB,KAAK,EAAE,QAAQ5J,GAAQ,WAAW2J,EAAG,CAAE;AAAA,MACzD;AAED,UAAIU,KAAc,CAACpF;AAKnB,UAJIoF,OAAgBP,KAAUrI,EAAK,iBAAiB/I,GAAU,UAE7D2R,KAActS,GAAkBiS,CAAQ,IAErCK;AACH,QAAArI,EAAI,KAAK,IAAI;AAAA,WACP;AAGN,YAFAA,EAAI,KAAK,GAAG,GAER8H,KAAU5R,GAAqB8R,CAAQ;AAC1C,iBAAO/E;AACN,YAAIA,EAAM,OACTjD,EAAI,KAAKiD,EAAM,IAAI,IAEnBhD,GAAkBgD,GAAOjD,GAAKD,GAAY6H,EAAkB,MAAK,CAAE,GAEpE3E,IAAQA,EAAM;AAAA;AAGf,iBAAOA;AACN,YAAAhD,GAAkBgD,GAAOjD,GAAKD,GAAY6H,EAAkB,MAAK,CAAE,GACnE3E,IAAQA,EAAM;AAGhB,QAAAjD,EAAI,KAAK,MAAMiI,GAAkB,GAAG;AAAA,MACpC;AAGD;AAAA,IACD,KAAK9I;AAAA,IACL,KAAKE;AAEJ,eADI4D,IAAQxD,EAAK,YACVwD;AACN,QAAAhD,GAAkBgD,GAAOjD,GAAKD,GAAY6H,EAAkB,MAAK,CAAE,GACnE3E,IAAQA,EAAM;AAEf;AAAA,IACD,KAAKrE;AACJ,aAAOmJ,GAAuB/H,GAAKP,EAAK,MAAMA,EAAK,KAAK;AAAA,IACzD,KAAKZ;AAmBJ,aAAOmB,EAAI,KAAKP,EAAK,KAAK,QAAQ,UAAUkE,EAAW,CAAC;AAAA,IACzD,KAAK7E;AACJ,aAAOkB,EAAI,KAAK/e,EAAE,aAAawe,EAAK,MAAMxe,EAAE,SAAS;AAAA,IACtD,KAAKie;AACJ,aAAOc,EAAI,KAAK/e,EAAE,eAAewe,EAAK,MAAMxe,EAAE,WAAW;AAAA,IAC1D,KAAKme;AACJ,UAAIkJ,IAAQ7I,EAAK,UACb8I,IAAQ9I,EAAK;AACjB,MAAAO,EAAI,KAAK/e,EAAE,oBAAoB,KAAKwe,EAAK,IAAI,GACzC6I,KACHtI,EAAI,KAAK,KAAK/e,EAAE,QAAQ,KAAKqnB,CAAK,GAC9BC,KAASA,MAAU,OACtBvI,EAAI,KAAK,KAAKuI,CAAK,KAEVA,KAASA,MAAU,OAC7BvI,EAAI,KAAK,KAAK/e,EAAE,QAAQ,KAAKsnB,CAAK,GAE/B9I,EAAK,kBACRO,EAAI,KAAK,MAAMP,EAAK,gBAAgB,GAAG,GAExCO,EAAI,KAAK,GAAG;AACZ;AAAA,IACD,KAAKf;AACJ,aAAOe,EAAI,KAAK,MAAMP,EAAK,QAAQ,KAAKA,EAAK,MAAM,IAAI;AAAA,IACxD,KAAKV;AACJ,aAAOiB,EAAI,KAAK,KAAKP,EAAK,UAAU,GAAG;AAAA,IAGxC;AACC,MAAAO,EAAI,KAAK,MAAMP,EAAK,QAAQ;AAAA,EAC7B;AACF;AACA,SAASkG,GAAW9F,GAAKJ,GAAMsD,GAAM;AACpC,MAAIK;AACJ,UAAQ3D,EAAK,UAAQ;AAAA,IACpB,KAAKd;AACJ,MAAAyE,IAAQ3D,EAAK,UAAU,EAAK,GAC5B2D,EAAM,gBAAgBvD;AAAA,IAMvB,KAAKR;AACJ;AAAA,IACD,KAAKT;AACJ,MAAAmE,IAAO;AACP;AAAA,EAeD;AAMD,MALKK,MACJA,IAAQ3D,EAAK,UAAU,EAAK,IAE7B2D,EAAM,gBAAgBvD,GACtBuD,EAAM,aAAa,MACfL;AAEH,aADIE,IAAQxD,EAAK,YACVwD;AACN,MAAAG,EAAM,YAAYuC,GAAW9F,GAAKoD,GAAOF,CAAI,CAAC,GAC9CE,IAAQA,EAAM;AAGhB,SAAOG;AACR;AAkBA,SAASJ,GAAUnD,GAAKJ,GAAMsD,GAAM;AACnC,MAAIK,IAAQ,IAAI3D,EAAK,YAAYzC,CAAG;AACpC,WAASrc,KAAK8e;AACb,QAAIpR,GAAOoR,GAAM9e,CAAC,GAAG;AACpB,UAAIgC,IAAI8c,EAAK9e,CAAC;AACd,MAAI,OAAOgC,KAAK,YACXA,KAAKygB,EAAMziB,CAAC,MACfyiB,EAAMziB,CAAC,IAAIgC;AAAA,IAGb;AAMF,UAJI8c,EAAK,eACR2D,EAAM,aAAa,IAAItD,MAExBsD,EAAM,gBAAgBvD,GACduD,EAAM,UAAQ;AAAA,IACrB,KAAKzE;AACJ,UAAImH,IAAQrG,EAAK,YACb+I,IAAUpF,EAAM,aAAa,IAAI3C,GAAc,GAC/Clb,IAAMugB,EAAM;AAChB,MAAA0C,EAAO,gBAAgBpF;AACvB,eAAS5gB,IAAI,GAAGA,IAAI+C,GAAK/C;AACxB,QAAA4gB,EAAM,iBAAiBJ,GAAUnD,GAAKiG,EAAM,KAAKtjB,CAAC,GAAG,EAAI,CAAC;AAE3D;AAAA,IACD,KAAKoc;AACJ,MAAAmE,IAAO;AAAA,EACR;AACD,MAAIA;AAEH,aADIE,IAAQxD,EAAK,YACVwD;AACN,MAAAG,EAAM,YAAYJ,GAAUnD,GAAKoD,GAAOF,CAAI,CAAC,GAC7CE,IAAQA,EAAM;AAGhB,SAAOG;AACR;AAEA,SAAS5C,GAAQpS,GAAQlS,GAAKjC,GAAO;AACpC,EAAAmU,EAAOlS,CAAG,IAAIjC;AACf;AAEA,IAAI;AACH,MAAI,OAAO,gBAAgB;AAiC1B,QAASwuB,IAAT,SAAwBhJ,GAAM;AAC7B,cAAQA,EAAK,UAAQ;AAAA,QACpB,KAAKd;AAAA,QACL,KAAKU;AACJ,cAAIW,IAAM,CAAA;AAEV,eADAP,IAAOA,EAAK,YACLA;AACN,YAAIA,EAAK,aAAa,KAAKA,EAAK,aAAa,KAC5CO,EAAI,KAAKyI,EAAehJ,CAAI,CAAC,GAE9BA,IAAOA,EAAK;AAEb,iBAAOO,EAAI,KAAK,EAAE;AAAA,QACnB;AACC,iBAAOP,EAAK;AAAA,MACb;AAAA,IACD;AAhDD,WAAO,eAAeU,GAAa,WAAW,UAAU;AAAA,MACvD,KAAK,WAAY;AAChB,eAAAE,GAAgB,IAAI,GACb,KAAK;AAAA,MACZ;AAAA,IACJ,CAAG,GAED,OAAO,eAAe+B,EAAK,WAAW,eAAe;AAAA,MACpD,KAAK,WAAY;AAChB,eAAOqG,EAAe,IAAI;AAAA,MAC1B;AAAA,MAED,KAAK,SAAUzC,GAAM;AACpB,gBAAQ,KAAK,UAAQ;AAAA,UACpB,KAAKrH;AAAA,UACL,KAAKU;AACJ,mBAAO,KAAK;AACX,mBAAK,YAAY,KAAK,UAAU;AAEjC,aAAI2G,KAAQ,OAAOA,CAAI,MACtB,KAAK,YAAY,KAAK,cAAc,eAAeA,CAAI,CAAC;AAEzD;AAAA,UAED;AACC,iBAAK,OAAOA,GACZ,KAAK,QAAQA,GACb,KAAK,YAAYA;AAAA,QAClB;AAAA,MACD;AAAA,IACJ,CAAG,GAoBDxF,KAAU,SAAUpS,GAAQlS,GAAKjC,GAAO;AAEvC,MAAAmU,EAAO,OAAOlS,CAAG,IAAIjC;AAAA,IACxB;AAAA,EACE;AACF,QAAY;AAEZ;AAEuByuB,EAAA,kBAAGrI;AACdqI,EAAA,OAAGnF;AACKmF,EAAA,eAAGxC;AACFwC,EAAA,gBAAG1B;AACT0B,EAAA,UAAGtO;AACFsO,EAAA,WAAGhH;AACKgH,EAAA,mBAAG3C;AACP2C,EAAA,eAAG3G;AACE2G,EAAA,oBAAGrH;AACbqH,EAAA,UAAG7C;AACJ6C,EAAA,SAAGnB;AACMmB,EAAA,kBAAGtC;AACNsC,EAAA,eAAGvI;AACHuI,EAAA,eAAGjI;AACXiI,EAAA,OAAGtG;AACCsG,EAAA,WAAG5I;AACH4I,EAAA,WAAGpB;AACPoB,EAAA,OAAGzC;AACcyC,EAAA,wBAAGvC;AAChCuC,EAAA,gBAAwBlB;;;AC9iGxB,MAAI/R,IAAS9Q,EAAyB;AAUtC,EAAAgkB,EAAA,eAAuBlT,EAAO;AAAA,IAC7B,KAAK;AAAA,IACL,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,MAAM;AAAA,EACP,CAAC,GAmBDkT,EAAA,gBAAwBlT,EAAO;AAAA,IAC9B,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,IAAI;AAAA,IACJ,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,UAAU;AAAA,IACV,MAAM;AAAA,IACN,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,OAAO;AAAA,IACP,SAAS;AAAA,IACT,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,SAAS;AAAA,IACT,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,eAAe;AAAA,IACf,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,OAAO;AAAA,IACP,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU;AAAA,IACV,OAAO;AAAA,IACP,UAAU;AAAA,IACV,aAAa;AAAA,IACb,WAAW;AAAA,IACX,SAAS;AAAA,IACT,WAAW;AAAA,IACX,WAAW;AAAA,IACX,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,MAAM;AAAA,IACN,UAAU;AAAA,IACV,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,SAAS;AAAA,IACT,SAAS;AAAA,IACT,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,WAAW;AAAA,IACX,UAAU;AAAA,IACV,SAAS;AAAA,IACT,iBAAiB;AAAA,IACjB,eAAe;AAAA,IACf,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,cAAc;AAAA,IACd,aAAa;AAAA,IACb,eAAe;AAAA,IACf,mBAAmB;AAAA,IACnB,mBAAmB;AAAA,IACnB,oBAAoB;AAAA,IACpB,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,IACV,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,UAAU;AAAA,IACV,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,sBAAsB;AAAA,IACtB,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,OAAO;AAAA,IACP,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,IACX,WAAW;AAAA,IACX,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,IACX,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,iBAAiB;AAAA,IACjB,kBAAkB;AAAA,IAClB,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,aAAa;AAAA,IACb,WAAW;AAAA,IACX,UAAU;AAAA,IACV,UAAU;AAAA,IACV,aAAa;AAAA,IACb,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,0BAA0B;AAAA,IAC1B,uBAAuB;AAAA,IACvB,iBAAiB;AAAA,IACjB,OAAO;AAAA,IACP,UAAU;AAAA,IACV,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,WAAW;AAAA,IACX,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,iBAAiB;AAAA,IACjB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,iCAAiC;AAAA,IACjC,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,KAAK;AAAA,IACL,KAAK;AAAA,IACL,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,aAAa;AAAA,IACb,aAAa;AAAA,IACb,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,QAAQ;AAAA,IACR,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,IACjB,OAAO;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,IACV,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,SAAS;AAAA,IACT,OAAO;AAAA,IACP,UAAU;AAAA,IACV,SAAS;AAAA,IACT,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,kBAAkB;AAAA,IAClB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,IACxB,kBAAkB;AAAA,IAClB,kBAAkB;AAAA,IAClB,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,aAAa;AAAA,IACb,OAAO;AAAA,IACP,KAAK;AAAA,IACL,eAAe;AAAA,IACf,SAAS;AAAA,IACT,OAAO;AAAA,IACP,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,SAAS;AAAA,IACT,WAAW;AAAA,IACX,gBAAgB;AAAA,IAChB,uBAAuB;AAAA,IACvB,WAAW;AAAA,IACX,iBAAiB;AAAA,IACjB,iBAAiB;AAAA,IACjB,sBAAsB;AAAA,IACtB,eAAe;AAAA,IACf,qBAAqB;AAAA,IACrB,0BAA0B;AAAA,IAC1B,sBAAsB;AAAA,IACtB,kBAAkB;AAAA,IAClB,gBAAgB;AAAA,IAChB,eAAe;AAAA,IACf,mBAAmB;AAAA,IACnB,mBAAmB;AAAA,IACnB,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,IACX,cAAc;AAAA,IACd,kBAAkB;AAAA,IAClB,WAAW;AAAA,IACX,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,IACjB,kBAAkB;AAAA,IAClB,qBAAqB;AAAA,IACrB,mBAAmB;AAAA,IACnB,gBAAgB;AAAA,IAChB,mBAAmB;AAAA,IACnB,oBAAoB;AAAA,IACpB,iBAAiB;AAAA,IACjB,oBAAoB;AAAA,IACpB,SAAS;AAAA,IACT,cAAc;AAAA,IACd,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,IAAI;AAAA,IACJ,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,IAAI;AAAA,IACJ,SAAS;AAAA,IACT,UAAU;AAAA,IACV,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,IACV,kBAAkB;AAAA,IAClB,QAAQ;AAAA,IACR,sBAAsB;AAAA,IACtB,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,QAAQ;AAAA,IACR,aAAa;AAAA,IACb,OAAO;AAAA,IACP,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,aAAa;AAAA,IACb,cAAc;AAAA,IACd,cAAc;AAAA,IACd,eAAe;AAAA,IACf,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,mBAAmB;AAAA,IACnB,uBAAuB;AAAA,IACvB,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,UAAU;AAAA,IACV,KAAK;AAAA,IACL,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,KAAK;AAAA,IACL,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,UAAU;AAAA,IACV,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,cAAc;AAAA,IACd,kBAAkB;AAAA,IAClB,kBAAkB;AAAA,IAClB,gBAAgB;AAAA,IAChB,aAAa;AAAA,IACb,mBAAmB;AAAA,IACnB,cAAc;AAAA,IACd,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,OAAO;AAAA,IACP,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,cAAc;AAAA,IACd,UAAU;AAAA,IACV,UAAU;AAAA,IACV,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,gBAAgB;AAAA,IAChB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,cAAc;AAAA,IACd,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,IAAI;AAAA,IACJ,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,IAAI;AAAA,IACJ,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,UAAU;AAAA,IACV,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,SAAS;AAAA,IACT,IAAI;AAAA,IACJ,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,cAAc;AAAA,IACd,UAAU;AAAA,IACV,SAAS;AAAA,IACT,gBAAgB;AAAA,IAChB,gBAAgB;AAAA,IAChB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,YAAY;AAAA,IACZ,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,kBAAkB;AAAA,IAClB,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,IACX,cAAc;AAAA,IACd,qBAAqB;AAAA,IACrB,eAAe;AAAA,IACf,aAAa;AAAA,IACb,mBAAmB;AAAA,IACnB,mBAAmB;AAAA,IACnB,gBAAgB;AAAA,IAChB,mBAAmB;AAAA,IACnB,WAAW;AAAA,IACX,iBAAiB;AAAA,IACjB,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,gBAAgB;AAAA,IAChB,gBAAgB;AAAA,IAChB,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,IACjB,mBAAmB;AAAA,IACnB,qBAAqB;AAAA,IACrB,iBAAiB;AAAA,IACjB,SAAS;AAAA,IACT,cAAc;AAAA,IACd,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,cAAc;AAAA,IACd,iBAAiB;AAAA,IACjB,mBAAmB;AAAA,IACnB,kBAAkB;AAAA,IAClB,iBAAiB;AAAA,IACjB,cAAc;AAAA,IACd,iBAAiB;AAAA,IACjB,YAAY;AAAA,IACZ,eAAe;AAAA,IACf,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,UAAU;AAAA,IACV,KAAK;AAAA,IACL,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,UAAU;AAAA,IACV,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,SAAS;AAAA,IACT,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,kBAAkB;AAAA,IAClB,eAAe;AAAA,IACf,aAAa;AAAA,IACb,SAAS;AAAA,IACT,UAAU;AAAA,IACV,SAAS;AAAA,IACT,gBAAgB;AAAA,IAChB,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,IAAI;AAAA,IACJ,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,OAAO;AAAA,IACP,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,UAAU;AAAA,IACV,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,eAAe;AAAA,IACf,eAAe;AAAA,IACf,eAAe;AAAA,IACf,oBAAoB;AAAA,IACpB,oBAAoB;AAAA,IACpB,oBAAoB;AAAA,IACpB,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,gBAAgB;AAAA,IAChB,gBAAgB;AAAA,IAChB,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,IACjB,KAAK;AAAA,IACL,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,UAAU;AAAA,IACV,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,SAAS;AAAA,IACT,WAAW;AAAA,IACX,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,OAAO;AAAA,IACP,eAAe;AAAA,IACf,aAAa;AAAA,IACb,WAAW;AAAA,IACX,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,WAAW;AAAA,IACX,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,UAAU;AAAA,IACV,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,OAAO;AAAA,IACP,SAAS;AAAA,IACT,UAAU;AAAA,IACV,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,UAAU;AAAA,IACV,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,OAAO;AAAA,IACP,qBAAqB;AAAA,IACrB,oBAAoB;AAAA,IACpB,mBAAmB;AAAA,IACnB,uBAAuB;AAAA,IACvB,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,sBAAsB;AAAA,IACtB,gBAAgB;AAAA,IAChB,SAAS;AAAA;AAAA,IACT,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,IACX,MAAM;AAAA,IACN,KAAK;AAAA,IACL,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,KAAK;AAAA,IACL,MAAM;AAAA,IACN,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,iBAAiB;AAAA,IACjB,iBAAiB;AAAA,IACjB,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,IACX,MAAM;AAAA,IACN,OAAO;AAAA,IACP,KAAK;AAAA,IACL,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,kBAAkB;AAAA,IAClB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,cAAc;AAAA,IACd,WAAW;AAAA,IACX,sBAAsB;AAAA,IACtB,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,eAAe;AAAA,IACf,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,iBAAiB;AAAA,IACjB,qBAAqB;AAAA,IACrB,mBAAmB;AAAA,IACnB,gBAAgB;AAAA,IAChB,sBAAsB;AAAA,IACtB,iBAAiB;AAAA,IACjB,iBAAiB;AAAA,IACjB,cAAc;AAAA,IACd,OAAO;AAAA,IACP,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,SAAS;AAAA,IACT,SAAS;AAAA,IACT,iBAAiB;AAAA,IACjB,oBAAoB;AAAA,IACpB,sBAAsB;AAAA,IACtB,SAAS;AAAA,IACT,cAAc;AAAA,IACd,gBAAgB;AAAA,IAChB,aAAa;AAAA,IACb,mBAAmB;AAAA,IACnB,cAAc;AAAA,IACd,yBAAyB;AAAA,IACzB,mBAAmB;AAAA,IACnB,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,SAAS;AAAA,IACT,aAAa;AAAA,IACb,kBAAkB;AAAA,IAClB,uBAAuB;AAAA,IACvB,mBAAmB;AAAA,IACnB,kBAAkB;AAAA,IAClB,qBAAqB;AAAA,IACrB,uBAAuB;AAAA,IACvB,iBAAiB;AAAA,IACjB,sBAAsB;AAAA,IACtB,mBAAmB;AAAA,IACnB,wBAAwB;AAAA,IACxB,WAAW;AAAA,IACX,gBAAgB;AAAA,IAChB,aAAa;AAAA,IACb,kBAAkB;AAAA,IAClB,uBAAuB;AAAA,IACvB,kBAAkB;AAAA,IAClB,aAAa;AAAA,IACb,kBAAkB;AAAA,IAClB,UAAU;AAAA,IACV,eAAe;AAAA,IACf,mBAAmB;AAAA,IACnB,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,MAAM;AAAA,IACN,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,SAAS;AAAA,IACT,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,SAAS;AAAA,IACT,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,aAAa;AAAA,IACb,aAAa;AAAA,IACb,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW;AAAA,IACX,gBAAgB;AAAA,IAChB,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,OAAO;AAAA,IACP,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,eAAe;AAAA,IACf,iBAAiB;AAAA,IACjB,gBAAgB;AAAA,IAChB,kBAAkB;AAAA,IAClB,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,OAAO;AAAA,IACP,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,OAAO;AAAA,IACP,KAAK;AAAA,IACL,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,sBAAsB;AAAA,IACtB,gBAAgB;AAAA,IAChB,OAAO;AAAA,IACP,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,OAAO;AAAA,IACP,KAAK;AAAA,IACL,OAAO;AAAA,IACP,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,SAAS;AAAA,IACT,WAAW;AAAA,IACX,aAAa;AAAA,IACb,iBAAiB;AAAA,IACjB,KAAK;AAAA,IACL,MAAM;AAAA,IACN,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,IACV,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,WAAW;AAAA,IACX,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,UAAU;AAAA,IACV,OAAO;AAAA,IACP,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,SAAS;AAAA,IACT,IAAI;AAAA,IACJ,eAAe;AAAA,IACf,UAAU;AAAA,IACV,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,UAAU;AAAA,IACV,eAAe;AAAA,IACf,oBAAoB;AAAA,IACpB,eAAe;AAAA,IACf,QAAQ;AAAA,IACR,aAAa;AAAA,IACb,UAAU;AAAA,IACV,UAAU;AAAA,IACV,SAAS;AAAA,IACT,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA,IACT,UAAU;AAAA,IACV,UAAU;AAAA,IACV,UAAU;AAAA,IACV,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,aAAa;AAAA,IACb,SAAS;AAAA,IACT,OAAO;AAAA,IACP,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,UAAU;AAAA,IACV,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,SAAS;AAAA,IACT,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,WAAW;AAAA,IACX,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,IACT,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,UAAU;AAAA,IACV,OAAO;AAAA,IACP,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,gBAAgB;AAAA,IAChB,oBAAoB;AAAA,IACpB,sBAAsB;AAAA,IACtB,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,mBAAmB;AAAA,IACnB,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,eAAe;AAAA,IACf,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,cAAc;AAAA,IACd,oBAAoB;AAAA,IACpB,oBAAoB;AAAA,IACpB,iBAAiB;AAAA,IACjB,oBAAoB;AAAA,IACpB,YAAY;AAAA,IACZ,kBAAkB;AAAA,IAClB,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,IACjB,mBAAmB;AAAA,IACnB,kBAAkB;AAAA,IAClB,iBAAiB;AAAA,IACjB,UAAU;AAAA,IACV,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,IACjB,eAAe;AAAA,IACf,kBAAkB;AAAA,IAClB,oBAAoB;AAAA,IACpB,mBAAmB;AAAA,IACnB,kBAAkB;AAAA,IAClB,eAAe;AAAA,IACf,kBAAkB;AAAA,IAClB,aAAa;AAAA,IACb,gBAAgB;AAAA,IAChB,MAAM;AAAA,IACN,cAAc;AAAA,IACd,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,cAAc;AAAA,IACd,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,OAAO;AAAA,IACP,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS;AAAA,IACT,IAAI;AAAA,IACJ,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,OAAO;AAAA,IACP,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,gBAAgB;AAAA,IAChB,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,eAAe;AAAA,IACf,iBAAiB;AAAA,IACjB,cAAc;AAAA,IACd,KAAK;AAAA,IACL,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,OAAO;AAAA,IACP,aAAa;AAAA,IACb,eAAe;AAAA,IACf,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,MAAM;AAAA,IACN,OAAO;AAAA,IACP,KAAK;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,oBAAoB;AAAA,IACpB,cAAc;AAAA,IACd,mBAAmB;AAAA,IACnB,gBAAgB;AAAA,IAChB,qBAAqB;AAAA,IACrB,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,iBAAiB;AAAA,IACjB,aAAa;AAAA,IACb,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,WAAW;AAAA,IACX,aAAa;AAAA,IACb,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,UAAU;AAAA,IACV,eAAe;AAAA,IACf,oBAAoB;AAAA,IACpB,eAAe;AAAA,IACf,QAAQ;AAAA,IACR,aAAa;AAAA,IACb,UAAU;AAAA,IACV,UAAU;AAAA,IACV,SAAS;AAAA,IACT,UAAU;AAAA,IACV,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,UAAU;AAAA,IACV,eAAe;AAAA,IACf,SAAS;AAAA,IACT,SAAS;AAAA,IACT,SAAS;AAAA,IACT,SAAS;AAAA,IACT,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,WAAW;AAAA,IACX,WAAW;AAAA,IACX,YAAY;AAAA,IACZ,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,WAAW;AAAA,IACX,OAAO;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,aAAa;AAAA,IACb,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,YAAY;AAAA,IACZ,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,IACV,cAAc;AAAA,IACd,cAAc;AAAA,IACd,gBAAgB;AAAA,IAChB,WAAW;AAAA,IACX,eAAe;AAAA,IACf,iBAAiB;AAAA,IACjB,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,UAAU;AAAA,IACV,WAAW;AAAA,IACX,SAAS;AAAA,IACT,OAAO;AAAA,IACP,SAAS;AAAA,IACT,UAAU;AAAA,IACV,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,kBAAkB;AAAA,IAClB,mBAAmB;AAAA,IACnB,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU;AAAA,IACV,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,kBAAkB;AAAA,IAClB,OAAO;AAAA,IACP,WAAW;AAAA,IACX,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,SAAS;AAAA,IACT,SAAS;AAAA,IACT,YAAY;AAAA,IACZ,kBAAkB;AAAA,IAClB,aAAa;AAAA,IACb,aAAa;AAAA,IACb,aAAa;AAAA,IACb,eAAe;AAAA,IACf,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,OAAO;AAAA,IACP,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,IACjB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS;AAAA,IACT,OAAO;AAAA,IACP,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,WAAW;AAAA,IACX,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,cAAc;AAAA,IACd,eAAe;AAAA,IACf,cAAc;AAAA,IACd,eAAe;AAAA,IACf,UAAU;AAAA,IACV,iBAAiB;AAAA,IACjB,kBAAkB;AAAA,IAClB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,aAAa;AAAA,IACb,cAAc;AAAA,IACd,mBAAmB;AAAA,IACnB,eAAe;AAAA,IACf,eAAe;AAAA,IACf,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,OAAO;AAAA,IACP,OAAO;AAAA,IACP,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,gBAAgB;AAAA,IAChB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,KAAK;AAAA,IACL,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,IACN,KAAK;AAAA,IACL,MAAM;AAAA,EACP,CAAC,GAODkT,EAAoB,YAAAA,EAAQ;;aCxnExBhS,KAAchS,GACd1D,IAAIgc,GACJtF,KAASuF,IAET/G,KAAgCQ,GAAY,+BAC5CP,KAAiBO,GAAY,gBAC7BT,KAAuBS,GAAY,sBACnCtI,KAASsI,GAAY,QACrBD,KAAYC,GAAY,WACxBa,KAAaG,GAAO,YACpBT,KAAeS,GAAO,cAMtBiR,KAAQ,GACRC,KAAS,GACTC,KAAe,GACfC,KAAO,GACPC,KAAsB,GACtBC,KAAa,GACbC,KAAc,GACdC,KAAc;AAElB,SAASC,KAAY;AAAE;AAEvBA,GAAU,YAAY;AAAA,EACrB,OAAO,SAAUzT,GAAQ0T,GAAcC,GAAW;AACjD,QAAIC,IAAa,KAAK;AACtB,IAAAA,EAAW,cAAa,GACxBC,GAAMH,GAAeA,IAAe,uBAAO,OAAO,IAAI,IACtDI,GAAM9T,GAAQ0T,GAAcC,GAAWC,GAAY,KAAK,YAAY,GACpEA,EAAW,YAAW;AAAA,EACtB;AACF;AASA,IAAIG,KAAa;AAEjB,SAASD,GAAM9T,GAAQgU,GAAkBL,GAAWC,GAAYK,GAAc;AAC7E,MAAI9B,IAAS1R,GAAemT,EAAW,QAAQ;AAC/C,MAAI5T,EAAO,QAAQ1U,EAAE,6BAA6B,KAAK;AACtD,WAAO2oB,EAAa,WAAW,iEAAiE;AAGjG,WAASC,EAAkBxS,GAAM;AAGhC,QAAIA,IAAO,OAAQ;AAClB,MAAAA,KAAQ;AACR,UAAIyS,IAAa,SAAUzS,KAAQ,KAClC0S,KAAa,SAAU1S,IAAO;AAE/B,aAAO,OAAO,aAAayS,GAAYC,EAAU;AAAA,IACpD;AACG,aAAO,OAAO,aAAa1S,CAAI;AAAA,EAEhC;AAED,WAAS2S,EAAevnB,GAAG;AAC1B,QAAIwnB,IAAWxnB,EAAEA,EAAE,SAAS,CAAC,MAAM,MAAMA,IAAIA,IAAI;AACjD,QAAI,CAACqlB,KAAUmC,MAAaxnB;AAC3B,aAAAmnB,EAAa,MAAM,wBAAwB,GACpCnnB;AAER,QAAIuC,KAAQ/D,EAAE,UAAU,KAAKgpB,CAAQ;AACrC,QAAI,CAACjlB,MAASA,GAAM,CAAC,EAAE,WAAWilB,EAAS;AAC1C,aAAAL,EAAa,MAAM,+CAA+CnnB,CAAC,GAC5DA;AAER,QAAIvB,KAAI+oB,EAAS,MAAM,GAAG,EAAE;AAC5B,WAAI5b,GAAOib,GAAWpoB,EAAC,IACfooB,EAAUpoB,EAAC,IACRA,GAAE,OAAO,CAAC,MAAM,MACnB2oB,EAAkB,SAAS3oB,GAAE,OAAO,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC,CAAC,KAEjE0oB,EAAa,MAAM,sBAAsBnnB,CAAC,GACnCA;AAAA,EAER;AAED,WAASynB,EAAW9kB,GAAK;AAExB,QAAIA,IAAM+hB,GAAO;AAChB,UAAIgD,IAAKxU,EAAO,UAAUwR,GAAO/hB,CAAG,EAAE,QAAQskB,IAAYM,CAAc;AACxE,MAAAtS,KAAWpP,EAAS6e,CAAK,GACzBoC,EAAW,WAAWY,GAAI,GAAG/kB,IAAM+hB,CAAK,GACxCA,IAAQ/hB;AAAA,IACR;AAAA,EACD;AAED,WAASkD,EAASvF,GAAGd,GAAG;AACvB,WAAOc,KAAKqnB,MAAYnoB,IAAIooB,EAAY,KAAK1U,CAAM;AAClD,MAAA2U,IAAYroB,EAAE,OACdmoB,IAAUE,IAAYroB,EAAE,CAAC,EAAE,QAC3ByV,EAAQ;AAET,IAAAA,EAAQ,eAAe3U,IAAIunB,IAAY;AAAA,EACvC;AAUD,WARIA,IAAY,GACZF,IAAU,GACVC,IAAc,uBACd3S,IAAU6R,EAAW,SAErBgB,IAAa,CAAC,EAAE,cAAcZ,EAAkB,CAAA,GAChDa,IAAe,CAAA,GACfrD,IAAQ,OACC;AACZ,QAAI;AACH,UAAIsD,IAAW9U,EAAO,QAAQ,KAAKwR,CAAK;AACxC,UAAIsD,IAAW,GAAG;AACjB,YAAI,CAAC3C,KAAU0C,EAAa,SAAS;AACpC,iBAAOZ,EAAa,WAAW,0BAA0BY,EAAa,KAAK,IAAI,CAAC;AAEjF,YAAI,CAAC7U,EAAO,UAAUwR,CAAK,EAAE,MAAM,OAAO,GAAG;AAC5C,cAAItH,KAAM0J,EAAW,KACjBrC,IAAOrH,GAAI,eAAelK,EAAO,OAAOwR,CAAK,CAAC;AAClD,cAAItH,GAAI;AACP,mBAAO+J,EAAa,MAAM,0CAA0C;AAErE,UAAA/J,GAAI,YAAYqH,CAAI,GACpBqC,EAAW,iBAAiBrC;AAAA,QAC5B;AACD;AAAA,MACA;AACD,UAAIuD,IAAWtD,GAAO;AACrB,YAAIuD,IAAa/U,EAAO,UAAUwR,GAAOsD,CAAQ;AACjD,QAAI,CAAC3C,KAAU0C,EAAa,WAAW,MACtCE,IAAaA,EAAW,QAAQ,IAAI,OAAOzpB,EAAE,MAAM,QAAQ,GAAG,GAAG,EAAE,GACnEypB,KAAcd,EAAa,MAAM,+CAA+Cc,IAAa,GAAG,IAEjGR,EAAWO,CAAQ;AAAA,MACnB;AACD,cAAQ9U,EAAO,OAAO8U,IAAW,CAAC,GAAC;AAAA,QAClC,KAAK;AACJ,cAAIrlB,IAAMuQ,EAAO,QAAQ,KAAK8U,IAAW,CAAC,GACtCE,IAAahV,EAAO,UAAU8U,IAAW,GAAGrlB,IAAM,IAAIA,IAAM,MAAS;AACzE,cAAI,CAACulB;AACJ,mBAAOf,EAAa,WAAW,sBAAsB;AAEtD,cAAIgB,KAAexlB,IAAM,KAAKnE,EAAE,IAAI,KAAKA,EAAE,aAAaA,EAAE,OAAO,GAAG,EAAE,KAAK0pB,CAAU;AACrF,cAAI,CAACC;AACJ,mBAAOhB,EAAa,WAAW,gDAAgDe,IAAa,GAAG;AAEhG,cAAI,CAACpB,EAAW,kBAAkB,CAACA,EAAW,IAAI;AAGjD;AAED,cAAIsB,KACHL,EAAaA,EAAa,SAAS,CAAC,KACpCjB,EAAW,eAAe,WAC1BA,EAAW,IAAI,gBAAgB,WAC/B;AACD,cAAIsB,OAAmBD,GAAa,CAAC,GAAG;AACvC,gBAAIE,KAAeF,GAAa,CAAC,EAAE,YAAW;AAC9C,gBAAI,CAAC9C,KAAU+C,GAAe,YAAW,MAAOC;AAC/C,qBAAOlB,EAAa,WAAW,uCAAuCiB,KAAiB,WAAWF,IAAa,GAAG;AAAA,UAEnH;AACD,cAAItZ,KAASkZ,EAAW;AACxB,UAAAC,EAAa,IAAG;AAChB,cAAIO,KAAa1Z,GAAO;AAExB,cADAkY,EAAW,WAAWlY,GAAO,KAAKA,GAAO,WAAWwZ,EAAc,GAC9DE;AACH,qBAAS/M,MAAU+M;AAClB,cAAI1c,GAAO0c,IAAY/M,EAAM,KAC5BuL,EAAW,iBAAiBvL,EAAM;AAKrC,UAAA5Y;AACA;AAAA,QAED,KAAK;AACJ,UAAAsS,KAAWpP,EAASmiB,CAAQ,GAC5BrlB,IAAM4lB,GAA2BrV,GAAQ8U,GAAUlB,GAAYK,CAAY;AAC3E;AAAA,QACD,KAAK;AACJ,UAAAlS,KAAWpP,EAASmiB,CAAQ,GAC5BrlB,IAAM6lB,GAA2BtV,GAAQ8U,GAAUlB,GAAYK,GAAc9B,CAAM;AACnF;AAAA,QACD;AACC,UAAApQ,KAAWpP,EAASmiB,CAAQ;AAC5B,cAAI7J,IAAK,IAAIsK,MACTC,KAAeZ,EAAWA,EAAW,SAAS,CAAC,EAAE,cAEjDnlB,IAAMgmB,GAAsBzV,GAAQ8U,GAAU7J,GAAIuK,IAAcnB,GAAgBJ,GAAc9B,CAAM,GACpGviB,KAAMqb,EAAG;AASb,cAPKA,EAAG,WACHkH,KAAUnR,GAAY,kBAAkBiK,EAAG,OAAO,IACrDA,EAAG,SAAS,KAEZ4J,EAAa,KAAK5J,EAAG,OAAO,IAG1BlJ,KAAWnS,IAAK;AAGnB,qBAFI8lB,KAAWC,GAAY5T,GAAS,CAAE,CAAA,GAE7BlV,KAAI,GAAGA,KAAI+C,IAAK/C,MAAK;AAC7B,kBAAIC,KAAIme,EAAGpe,EAAC;AACZ,cAAA8F,EAAS7F,GAAE,MAAM,GACjBA,GAAE,UAAU6oB,GAAY5T,GAAS,CAAE,CAAA;AAAA,YACnC;AACD,YAAA6R,EAAW,UAAU8B,IACjBE,GAAc3K,GAAI2I,GAAY4B,EAAY,KAC7CZ,EAAW,KAAK3J,CAAE,GAEnB2I,EAAW,UAAU7R;AAAA,UAC3B;AACM,YAAI6T,GAAc3K,GAAI2I,GAAY4B,EAAY,KAC7CZ,EAAW,KAAK3J,CAAE;AAIpB,UAAIkH,KAAU,CAAClH,EAAG,SACjBxb,IAAMomB,GAAwB7V,GAAQvQ,GAAKwb,EAAG,SAASoJ,GAAgBT,CAAU,IAEjFnkB;AAAA,MAEF;AAAA,IACD,SAAQrF,GAAG;AACX,UAAIA,aAAayX;AAChB,cAAMzX;AACA,UAAIA,aAAamX;AACvB,cAAM,IAAIM,GAAWzX,EAAE,OAAO,OAAOA,EAAE,SAASwpB,EAAW,SAASxpB,CAAC;AAEtE,MAAA6pB,EAAa,MAAM,0BAA0B7pB,CAAC,GAC9CqF,IAAM;AAAA,IACN;AACD,IAAIA,IAAM+hB,IACTA,IAAQ/hB,IAGR8kB,EAAW,KAAK,IAAIO,GAAUtD,CAAK,IAAI,CAAC;AAAA,EAEzC;AACF;AAEA,SAASmE,GAAY1oB,GAAG,GAAG;AAC1B,WAAE,aAAaA,EAAE,YACjB,EAAE,eAAeA,EAAE,cACZ;AACR;AAOA,SAASwoB,GAAsBzV,GAAQwR,GAAOvG,GAAIuK,GAAcnB,GAAgBJ,GAAc9B,GAAQ;AAMrG,WAAS2D,EAAaC,GAAOzxB,GAAO0xB,GAAY;AAC/C,QAAItd,GAAOuS,EAAG,gBAAgB8K,CAAK;AAClC,aAAO9B,EAAa,WAAW,eAAe8B,IAAQ,YAAY;AAEnE,QAAI,CAAC5D,KAAU7tB,EAAM,QAAQ,GAAG,KAAK;AACpC,aAAO2vB,EAAa,WAAW,gDAAgD;AAEhF,IAAAhJ,EAAG;AAAA,MACF8K;AAAA;AAAA;AAAA;AAAA;AAAA,MAKAzxB,EAAM,QAAQ,aAAa,GAAG,EAAE,QAAQyvB,IAAYM,CAAc;AAAA,MAClE2B;AAAA,IACH;AAAA,EACE;AAMD,WAJIC,GACA3xB,GACA8I,IAAI,EAAEokB,GACNjsB,IAAI0tB,QACK;AACZ,QAAIxmB,IAAIuT,EAAO,OAAO5S,CAAC;AACvB,YAAQX,GAAC;AAAA,MACR,KAAK;AACJ,YAAIlH,MAAM2tB;AAET,UAAA+C,IAAWjW,EAAO,MAAMwR,GAAOpkB,CAAC,GAChC7H,IAAI6tB;AAAA,iBACM7tB,MAAM4tB;AAChB,UAAA5tB,IAAI6tB;AAAA;AAGJ,gBAAM,IAAI,MAAM,qCAAqC;AAEtD;AAAA,MACD,KAAK;AAAA,MACL,KAAK;AACJ,YACC7tB,MAAM6tB,MACN7tB,MAAM2tB;AASN,cANI3tB,MAAM2tB,OACTe,EAAa,QAAQ,gCAAgC,GACrDgC,IAAWjW,EAAO,MAAMwR,GAAOpkB,CAAC,IAEjCokB,IAAQpkB,IAAI,GACZA,IAAI4S,EAAO,QAAQvT,GAAG+kB,CAAK,GACvBpkB,IAAI;AACP,YAAA9I,IAAQ0b,EAAO,MAAMwR,GAAOpkB,CAAC,GAC7B0oB,EAAaG,GAAU3xB,GAAOktB,IAAQ,CAAC,GACvCjsB,IAAI+tB;AAAA;AAGJ,kBAAM,IAAI,MAAM,6BAA6B7mB,IAAI,SAAS;AAAA,iBAEjDlH,KAAK8tB;AACf,UAAA/uB,IAAQ0b,EAAO,MAAMwR,GAAOpkB,CAAC,GAC7B0oB,EAAaG,GAAU3xB,GAAOktB,CAAK,GACnCyC,EAAa,QAAQ,gBAAgBgC,IAAW,yBAAyBxpB,IAAI,KAAK,GAClF+kB,IAAQpkB,IAAI,GACZ7H,IAAI+tB;AAAA;AAGJ,gBAAM,IAAI,MAAM,gCAAgC;AAEjD;AAAA,MACD,KAAK;AACJ,gBAAQ/tB,GAAC;AAAA,UACR,KAAK0tB;AACJ,YAAAhI,EAAG,WAAWjL,EAAO,MAAMwR,GAAOpkB,CAAC,CAAC;AAAA,UACrC,KAAKkmB;AAAA,UACL,KAAKC;AAAA,UACL,KAAKC;AACJ,YAAAjuB,IAAIiuB,IACJvI,EAAG,SAAS;AAAA,UACb,KAAKoI;AAAA,UACL,KAAKH;AACJ;AAAA,UACD,KAAKC;AACJ,YAAAlI,EAAG,SAAS;AACZ;AAAA,UAED;AACC,kBAAM,IAAI,MAAM,mCAAmC;AAAA,QACpD;AACD;AAAA,MACD,KAAK;AACJ,eAAAgJ,EAAa,MAAM,yBAAyB,GACxC1uB,KAAK0tB,MACRhI,EAAG,WAAWjL,EAAO,MAAMwR,GAAOpkB,CAAC,CAAC,GAE9BA;AAAA,MACR,KAAK;AACJ,gBAAQ7H,GAAC;AAAA,UACR,KAAK0tB;AACJ,YAAAhI,EAAG,WAAWjL,EAAO,MAAMwR,GAAOpkB,CAAC,CAAC;AAAA,UACrC,KAAKkmB;AAAA,UACL,KAAKC;AAAA,UACL,KAAKC;AACJ;AAAA,UACD,KAAKH;AAAA,UACL,KAAKH;AACJ,YAAA5uB,IAAQ0b,EAAO,MAAMwR,GAAOpkB,CAAC,GACzB9I,EAAM,MAAM,EAAE,MAAM,QACvB2mB,EAAG,SAAS,IACZ3mB,IAAQA,EAAM,MAAM,GAAG,EAAE;AAAA,UAE3B,KAAK6uB;AACJ,YAAI5tB,MAAM4tB,OACT7uB,IAAQ2xB,IAEL1wB,KAAK8tB,MACRY,EAAa,QAAQ,gBAAgB3vB,IAAQ,mBAAmB,GAChEwxB,EAAaG,GAAU3xB,GAAOktB,CAAK,MAE9BW,KACJ8B,EAAa,QAAQ,gBAAgB3vB,IAAQ,uBAAuBA,IAAQ,aAAa,GAE1FwxB,EAAaxxB,GAAOA,GAAOktB,CAAK;AAEjC;AAAA,UACD,KAAK4B;AACJ,gBAAI,CAACjB;AACJ,qBAAO8B,EAAa,WAAW,2BAA4B;AAAA,QAE7D;AACD,eAAO7mB;AAAA,MAER,KAAK;AACJ,QAAAX,IAAI;AAAA,MACL;AACC,YAAIA,KAAK;AAER,kBAAQlH,GAAC;AAAA,YACR,KAAK0tB;AACJ,cAAAhI,EAAG,WAAWjL,EAAO,MAAMwR,GAAOpkB,CAAC,CAAC,GACpC7H,IAAIguB;AACJ;AAAA,YACD,KAAKL;AACJ,cAAA+C,IAAWjW,EAAO,MAAMwR,GAAOpkB,CAAC,GAChC7H,IAAI4tB;AACJ;AAAA,YACD,KAAKE;AACJ,kBAAI/uB,IAAQ0b,EAAO,MAAMwR,GAAOpkB,CAAC;AACjC,cAAA6mB,EAAa,QAAQ,gBAAgB3vB,IAAQ,oBAAoB,GACjEwxB,EAAaG,GAAU3xB,GAAOktB,CAAK;AAAA,YACpC,KAAK8B;AACJ,cAAA/tB,IAAIguB;AACJ;AAAA,UAOD;AAAA;AAKD,kBAAQhuB,GAAC;AAAA,YAIR,KAAK4tB;AACJ,cAAKhB,KACJ8B,EAAa,QAAQ,gBAAgBgC,IAAW,uBAAuBA,IAAW,cAAc,GAEjGH,EAAaG,GAAUA,GAAUzE,CAAK,GACtCA,IAAQpkB,GACR7H,IAAI2tB;AACJ;AAAA,YACD,KAAKI;AACJ,cAAAW,EAAa,QAAQ,iCAAiCgC,IAAW,KAAK;AAAA,YACvE,KAAK1C;AACJ,cAAAhuB,IAAI2tB,IACJ1B,IAAQpkB;AACR;AAAA,YACD,KAAKgmB;AACJ,cAAA7tB,IAAI8tB,IACJ7B,IAAQpkB;AACR;AAAA,YACD,KAAKomB;AACJ,oBAAM,IAAI,MAAM,4DAA4D;AAAA,UAC7E;AAAA,IAEH;AACD,IAAApmB;AAAA,EACA;AACF;AAMA,SAASwoB,GAAc3K,GAAI2I,GAAY4B,GAAc;AAIpD,WAHInV,IAAU4K,EAAG,SACbmK,IAAa,MACbvoB,IAAIoe,EAAG,QACJpe,OAAK;AACX,QAAIC,IAAIme,EAAGpe,CAAC,GACRqpB,IAAQppB,EAAE,OACVxI,IAAQwI,EAAE,OACVqpB,IAAMD,EAAM,QAAQ,GAAG;AAC3B,QAAIC,IAAM;AACT,UAAI9N,IAAUvb,EAAE,SAASopB,EAAM,MAAM,GAAGC,CAAG,GACvC7N,IAAY4N,EAAM,MAAMC,IAAM,CAAC,GAC/BC,IAAW/N,MAAW,WAAWC;AAAA;AAErC,MAAAA,IAAY4N,GACZ7N,IAAS,MACT+N,IAAWF,MAAU,WAAW;AAGjC,IAAAppB,EAAE,YAAYwb,GAEV8N,MAAa,OAEZhB,KAAc,SACjBA,IAAa,uBAAO,OAAO,IAAI,GAC/BvB,GAAM2B,GAAeA,IAAe,uBAAO,OAAO,IAAI,KAEvDA,EAAaY,CAAQ,IAAIhB,EAAWgB,CAAQ,IAAI9xB,GAChDwI,EAAE,MAAMiU,GAAU,OAClB6S,EAAW,mBAAmBwC,GAAU9xB,CAAK;AAAA,EAE9C;AAED,WADIuI,IAAIoe,EAAG,QACJpe;AACN,IAAAC,IAAIme,EAAGpe,CAAC,GACJC,EAAE,WAEDA,EAAE,WAAW,UAChBA,EAAE,MAAMiU,GAAU,MAEfjU,EAAE,WAAW,YAChBA,EAAE,MAAM0oB,EAAa1oB,EAAE,MAAM;AAIhC,MAAIqpB,IAAM9V,EAAQ,QAAQ,GAAG;AAC7B,EAAI8V,IAAM,KACT9N,IAAS4C,EAAG,SAAS5K,EAAQ,MAAM,GAAG8V,CAAG,GACzC7N,IAAY2C,EAAG,YAAY5K,EAAQ,MAAM8V,IAAM,CAAC,MAEhD9N,IAAS,MACTC,IAAY2C,EAAG,YAAY5K;AAG5B,MAAI8N,IAAMlD,EAAG,MAAMuK,EAAanN,KAAU,EAAE;AAI5C,MAHAuL,EAAW,aAAazF,GAAI7F,GAAWjI,GAAS4K,CAAE,GAG9CA,EAAG;AAEN,QADA2I,EAAW,WAAWzF,GAAI7F,GAAWjI,CAAO,GACxC+U;AACH,WAAK/M,KAAU+M;AACd,QAAI1c,GAAO0c,GAAY/M,CAAM,KAC5BuL,EAAW,iBAAiBvL,CAAM;AAAA;AAKrC,WAAA4C,EAAG,eAAeuK,GAClBvK,EAAG,aAAamK,GAET;AAET;AAEA,SAASS,GAAwB7V,GAAQqW,GAAYhW,GAASgU,GAAgBT,GAAY;AAKzF,MAAI0C,IAAiB9V,GAA8BH,CAAO;AAC1D,MAAIiW,KAAkB/V,GAAqBF,CAAO,GAAG;AACpD,QAAIkW,IAAavW,EAAO,QAAQ,OAAOK,IAAU,KAAKgW,CAAU,GAC5D9E,IAAOvR,EAAO,UAAUqW,IAAa,GAAGE,CAAU;AAEtD,WAAID,MACH/E,IAAOA,EAAK,QAAQwC,IAAYM,CAAc,IAE/CT,EAAW,WAAWrC,GAAM,GAAGA,EAAK,MAAM,GACnCgF;AAAA,EACP;AACD,SAAOF,IAAa;AACrB;AAEA,SAASxC,GAAM7T,GAAQtY,GAAQ;AAC9B,WAASsD,KAAKgV;AACb,IAAItH,GAAOsH,GAAQhV,CAAC,MACnBtD,EAAOsD,CAAC,IAAIgV,EAAOhV,CAAC;AAGvB;AAuCA,SAASwrB,GAAWxW,GAAQwR,GAAO;AAClC,MAAI5mB,IAAQ4mB;AAEZ,WAASiF,EAAKzrB,GAAG;AAChB,WAAAA,IAAIA,KAAK,GACFgV,EAAO,OAAOpV,IAAQI,CAAC;AAAA,EAC9B;AAED,WAAS0rB,EAAK1rB,GAAG;AAChB,IAAAA,IAAIA,KAAK,GACTJ,KAASI;AAAA,EACT;AAED,WAAS2rB,IAAa;AAErB,aADIC,IAAS,GACNhsB,IAAQoV,EAAO,UAAQ;AAC7B,UAAIvT,IAAIgqB;AACR,UAAIhqB,MAAM,OAAOA,MAAM;AAAA,KAAQA,MAAM,OAAQA,MAAM;AAClD,eAAOmqB;AAER,MAAAA,KACAF;IACA;AACD,WAAO;AAAA,EACP;AACD,WAASG,IAAqB;AAC7B,WAAO7W,EAAO,UAAUpV,CAAK;AAAA,EAC7B;AACD,WAASksB,EAAoBvF,GAAM;AAClC,WAAOvR,EAAO,UAAUpV,GAAOA,IAAQ2mB,EAAK,MAAM,MAAMA;AAAA,EACxD;AAED,WAASwF,EAAS/wB,GAAM;AACvB,QAAIgxB,IAAO1rB,EAAE,IAAI,KAAKtF,CAAI,GACtBqJ,IAAQ2nB,EAAK,KAAKH,EAAoB,CAAA;AAC1C,WAAIxnB,KACHqnB,EAAKrnB,EAAM,CAAC,EAAE,MAAM,GACbA,EAAM,CAAC,KAER;AAAA,EACP;AACD,SAAO;AAAA,IACN,MAAMonB;AAAA,IACN,UAAU,WAAY;AACrB,aAAO7rB;AAAA,IACP;AAAA,IACD,UAAUmsB;AAAA,IACV,WAAW,WAAY;AACtB,aAAO/W;AAAA,IACP;AAAA,IACD,MAAM0W;AAAA,IACN,YAAYC;AAAA,IACZ,oBAAoBE;AAAA,IACpB,qBAAqBC;AAAA,EACvB;AACA;AAOA,SAASG,GAA2B7pB,GAAG6mB,GAAc;AAMpD,WAASiD,EAAQ9pB,GAAG6mB,GAAc;AACjC,QAAI5kB,IAAQ/D,EAAE,GAAG,KAAK8B,EAAE,mBAAkB,CAAE;AAC5C,WAAKiC,IAGDA,EAAM,CAAC,EAAE,YAAW,MAAO,QACvB4kB,EAAa;AAAA,MACnB,yFAAyF7mB,EAAE,SAAU;AAAA,IACzG,KAEEA,EAAE,KAAKiC,EAAM,CAAC,EAAE,MAAM,GACfA,EAAM,CAAC,KARN4kB,EAAa,WAAW,2DAA2D7mB,EAAE,SAAU,CAAA;AAAA,EASvG;AAED,MAAI4S,IAAS5S,EAAE;AACf,MAAIA,EAAE,KAAM,MAAK,KAAK;AACrB,IAAAA,EAAE,KAAK,CAAC;AAER,aADI+pB,IAAiB/pB,EAAE,YAChBA,EAAE,aAAa4S,EAAO,UAAQ;AAEpC,UADA5S,EAAE,WAAU,GACRA,EAAE,KAAM,MAAK,KAAK;AACrB,YAAI+e,IAAiBnM,EAAO,UAAUmX,GAAgB/pB,EAAE,SAAQ,CAAE;AAClE,eAAAA,EAAE,KAAK,CAAC,GACD+e;AAAA,MACP;AACD,UAAItE,IAAU;AAKd,UAAIza,EAAE,KAAI,MAAO,OAAOA,EAAE,KAAK,CAAC,MAAM;AACrC,gBAAQA,EAAE,KAAK,CAAC,GAAC;AAAA,UAChB,KAAK;AACJ,YAAIA,EAAE,KAAK,CAAC,MAAM,MACjBya,IAAUza,EAAE,SAAS9B,EAAE,WAAW,IACxB8B,EAAE,KAAK,CAAC,MAAM,QACxBya,IAAUza,EAAE,SAAS9B,EAAE,UAAU;AAElC;AAAA,UACD,KAAK;AACJ,YAAAuc,IAAUza,EAAE,SAAS9B,EAAE,WAAW;AAClC;AAAA,UACD,KAAK;AACJ,YAAAuc,IAAUza,EAAE,SAAS9B,EAAE,YAAY;AACnC;AAAA,UACD,KAAK;AACJ,YAAAuc,IAAUza,EAAE,SAAS9B,EAAE,OAAO;AAC9B;AAAA,QACD;AAAA,eACS8B,EAAE,WAAW,OAAOA,EAAE,KAAK,CAAC,MAAM;AAC5C,QAAAya,IAAUqP,EAAQ9pB,GAAG6mB,CAAY;AAAA,eACvB7mB,EAAE,KAAM,MAAK;AACvB,QAAAya,IAAUza,EAAE,SAAS9B,EAAE,WAAW;AAAA;AAElC,eAAO2oB,EAAa,WAAW,sCAAsC;AAEtE,UAAI,CAACpM;AACJ,eAAOoM,EAAa,WAAW,0CAA0C7mB,EAAE,SAAU,CAAA;AAAA,IAEtF;AACD,WAAO6mB,EAAa,WAAW,uDAAuD;AAAA,EACtF;AACF;AAiBA,SAASqB,GAA2BtV,GAAQwR,GAAOoC,GAAYK,GAAc9B,GAAQ;AACpF,MAAI/kB,IAAIopB,GAAWxW,GAAQwR,CAAK;AAEhC,UAAQpkB,EAAE,KAAK,CAAC,GAAC;AAAA,IAChB,KAAK;AAEJ,UAAIgqB,IAAUhqB,EAAE,SAAS9B,EAAE,OAAO;AAClC,aAAI8rB,KACHxD,EAAW,QAAQwD,GAAS9rB,EAAE,cAAc,QAAQ8rB,EAAQ,SAAS9rB,EAAE,cAAc,SAASA,EAAE,YAAY,MAAM,GAC3G8B,EAAE,cAEF6mB,EAAa,WAAW,4CAA4C7mB,EAAE,SAAU,CAAA;AAAA,IAEzF,KAAK;AAEJ,UAAIiqB,IAAQjqB,EAAE,SAAS9B,EAAE,MAAM;AAC/B,aAAI+rB,IACC,CAAClF,KAAU,CAACyB,EAAW,iBACnBK,EAAa,WAAW,0BAA0B,KAE1DL,EAAW,WAAU,GACrBA,EAAW,WAAWyD,GAAO/rB,EAAE,YAAY,QAAQ+rB,EAAM,SAAS/rB,EAAE,YAAY,SAASA,EAAE,UAAU,MAAM,GAC3GsoB,EAAW,SAAQ,GACZxmB,EAAE,cAEF6mB,EAAa,WAAW,wCAAwCzC,CAAK;AAAA,IAE9E,KAAK,KAAK;AAET,UAAIoC,EAAW,OAAOA,EAAW,IAAI;AACpC,eAAOK,EAAa,WAAW,qEAAqE7mB,EAAE,SAAU,CAAA;AAEjH,UAAI,CAACA,EAAE,oBAAoB9B,EAAE,kBAAkB;AAC9C,eAAO2oB,EAAa,WAAW,cAAc3oB,EAAE,qBAAqB,kBAAkB8B,EAAE,SAAQ,CAAE;AAGnG,UADAA,EAAE,KAAK9B,EAAE,mBAAmB,MAAM,GAC9B8B,EAAE,WAAY,IAAG;AACpB,eAAO6mB,EAAa,WAAW,+BAA+B3oB,EAAE,qBAAqB,kBAAkB8B,EAAE,SAAQ,CAAE;AAGpH,UAAIye,IAAU;AAAA,QACb,MAAM;AAAA,QACN,UAAU;AAAA,QACV,UAAU;AAAA,QACV,gBAAgB;AAAA,MACpB;AAGG,UADAA,EAAQ,OAAOze,EAAE,SAAS9B,EAAE,IAAI,GAC5B,CAACugB,EAAQ;AACZ,eAAOoI,EAAa,WAAW,wEAAwE7mB,EAAE,SAAU,CAAA;AAIpH,UAHAA,EAAE,WAAU,GAGRA,EAAE,oBAAoB9B,EAAE,MAAM,KAAK8B,EAAE,oBAAoB9B,EAAE,MAAM,GAAG;AACvE,YAAI+D,IAAQ/D,EAAE,iBAAiB,KAAK8B,EAAE,mBAAkB,CAAE;AAC1D,YAAI,CAACiC;AACJ,iBAAO4kB,EAAa,WAAW,wDAAwD7mB,EAAE,SAAU,CAAA;AAEpG,QAAIiC,EAAM,OAAO,sBAAsB,SACtCwc,EAAQ,WAAWxc,EAAM,OAAO,qBAEhCwc,EAAQ,WAAWxc,EAAM,OAAO,eAChCwc,EAAQ,WAAWxc,EAAM,OAAO,eAEjCjC,EAAE,KAAKiC,EAAM,CAAC,EAAE,MAAM;AAAA,MACtB;AAKD,aAHAjC,EAAE,WAAU,GACZye,EAAQ,iBAAiBoL,GAA2B7pB,GAAG6mB,CAAY,GACnE7mB,EAAE,WAAU,GACRA,EAAE,KAAM,MAAK,MACT6mB,EAAa,WAAW,+CAA+C7mB,EAAE,SAAU,CAAA,KAE3FA,EAAE,KAAK,CAAC,GACRwmB,EAAW,SAAS/H,EAAQ,MAAMA,EAAQ,UAAUA,EAAQ,UAAUA,EAAQ,cAAc,GAC5F+H,EAAW,OAAM,GACVxmB,EAAE;IACT;AAAA,IACD;AACC,aAAO6mB,EAAa,WAAW,wDAAwDzC,CAAK;AAAA,EAC7F;AACF;AAEA,SAAS6D,GAA2BrV,GAAQwR,GAAOoC,GAAYK,GAAc;AAC5E,MAAI5kB,IAAQ2Q,EAAO,UAAUwR,CAAK,EAAE,MAAMlmB,EAAE,EAAE;AAC9C,MAAI,CAAC+D;AACJ,WAAO4kB,EAAa,WAAW,yDAAyDzC,CAAK;AAE9F,MAAIniB,EAAM,CAAC,EAAE,YAAW,MAAO,OAAO;AACrC,QAAImiB,IAAQ;AACX,aAAOyC,EAAa;AAAA,QACnB,wCAAwCzC,IAAQ;AAAA,MACpD;AAEE,QAAI,CAAClmB,EAAE,QAAQ,KAAK0U,EAAO,UAAUwR,CAAK,CAAC;AAC1C,aAAOyC,EAAa,WAAW,oCAAoC;AAAA,EAEpE;AACD,SAAAL,EAAW,sBAAsBvkB,EAAM,CAAC,GAAGA,EAAM,CAAC,CAAC,GAC5CmiB,IAAQniB,EAAM,CAAC,EAAE;AACzB;AAEA,SAASkmB,KAAoB;AAC5B,OAAK,iBAAiB,uBAAO,OAAO,IAAI;AACzC;AAEAA,GAAkB,YAAY;AAAA,EAC7B,YAAY,SAAUlV,GAAS;AAC9B,QAAI,CAAC/U,EAAE,YAAY,KAAK+U,CAAO;AAC9B,YAAM,IAAI,MAAM,qBAAqBA,CAAO;AAE7C,SAAK,UAAUA;AAAA,EACf;AAAA,EACD,UAAU,SAAU6V,GAAO5xB,GAAOuR,GAAQ;AACzC,QAAI,CAACvK,EAAE,YAAY,KAAK4qB,CAAK;AAC5B,YAAM,IAAI,MAAM,uBAAuBA,CAAK;AAE7C,SAAK,eAAeA,CAAK,IAAI,KAAK,QAClC,KAAK,KAAK,QAAQ,IAAI,EAAE,OAAOA,GAAO,OAAO5xB,GAAO,QAAQuR,EAAM;AAAA,EAClE;AAAA,EACD,QAAQ;AAAA,EACR,cAAc,SAAUhJ,GAAG;AAC1B,WAAO,KAAKA,CAAC,EAAE;AAAA,EACf;AAAA,EACD,YAAY,SAAUA,GAAG;AACxB,WAAO,KAAKA,CAAC,EAAE;AAAA,EACf;AAAA,EACD,UAAU,SAAUA,GAAG;AACtB,WAAO,KAAKA,CAAC,EAAE;AAAA,EACf;AAAA,EACD,QAAQ,SAAUA,GAAG;AACpB,WAAO,KAAKA,CAAC,EAAE;AAAA,EACf;AAAA,EACD,UAAU,SAAUA,GAAG;AACtB,WAAO,KAAKA,CAAC,EAAE;AAAA,EACf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWF;AAEiByqB,GAAA,YAAG7D;AACF6D,GAAA,aAAGd;AACrBc,GAAA,6BAAqChC;ACp4BrC,IAAItU,KAAchS,GACd+jB,KAAMzL,GACNtF,KAASuF,IACTgQ,KAAWC,IACXF,KAAMG,IAEN/L,KAAoBqH,GAAI,mBAExBnS,KAA0BI,GAAY,yBACtCP,KAAiBO,GAAY,gBAC7BF,KAAkBE,GAAY,iBAC9BL,KAAYK,GAAY,WACxBD,KAAYC,GAAY,WACxBa,KAAaG,GAAO,YAEpByR,KAAY6D,GAAI;AAwBpB,SAASI,GAAqBhQ,GAAO;AACpC,SAAOA,EAAM,QAAQ,iBAAiB;AAAA,CAAI,EAAE,QAAQ,qBAAqB;AAAA,CAAI;AAC9E;AA2DA,SAASiQ,GAAUhzB,GAAS;AA4C3B,MA3CAA,IAAUA,KAAW,EAAE,SAAS,GAAI,GAYpC,KAAK,SAASA,EAAQ,UAAUqc,GAAY,QAY5C,KAAK,aAAarc,EAAQ,cAAcizB,IAkBxC,KAAK,UAAUjzB,EAAQ,WAAWA,EAAQ,cACtCA,EAAQ,gBAAgB,OAAOA,EAAQ,gBAAiB;AAC3D,UAAM,IAAI,UAAU,gEAAgE;AAC9E,EAAIA,EAAQ,gBAClBA,EAAQ,aAAa,WAAW,yEAAyE,IAAI,GAS9G,KAAK,uBAAuBA,EAAQ,wBAAwB+yB,IAW5D,KAAK,UAAU,CAAC,CAAC/yB,EAAQ,SAWzB,KAAK,QAAQ,KAAK,OAAO,uBAAO,OAAO,IAAI,GAAGA,EAAQ,KAAK;AAC5D;AA+BAgzB,GAAU,UAAU,kBAAkB,SAAU3X,GAAQU,GAAU;AACjE,MAAI,CAACI,GAAgBJ,CAAQ;AAC5B,UAAM,IAAI,UAAU,uDAAuDA,IAAW,iBAAiB;AAExG,MAAIgT,IAAe,KAAK,OAAO,uBAAO,OAAO,IAAI,GAAG,KAAK,KAAK,GAC1DC,IAAY4D,GAAS,cACrBM,IAAmBnE,EAAa,EAAE,KAAK;AAC3C,EAAI9S,GAAwBF,CAAQ,KACnCiT,IAAY4D,GAAS,eACrBM,IAAmB9W,GAAU,QACnBL,MAAaC,GAAU,kBACjCkX,IAAmB9W,GAAU,MAE9B2S,EAAa,EAAE,IAAImE,GACnBnE,EAAa,MAAMA,EAAa,OAAO3S,GAAU;AAEjD,MAAI6S,IAAa,IAAI,KAAK,WAAW;AAAA,IACpC,UAAUlT;AAAA,IACV,kBAAkBmX;AAAA,IAClB,SAAS,KAAK;AAAA,EAChB,CAAE,GACG9V,IAAU,KAAK,UAAU,CAAA,IAAK;AAClC,EAAI,KAAK,WACR6R,EAAW,mBAAmB7R,CAAO;AAGtC,MAAIuV,IAAM,IAAI7D;AACd,EAAA6D,EAAI,eAAe1D,GACnB0D,EAAI,aAAa1D;AACjB,MAAIkE,IAAQ,CAAC9W,GAAY,eAAeN,CAAQ;AAChD,SAAIoX,KAAS,OAAO9X,KAAW,YAC9BsX,EAAI,aAAa,WAAW,wBAAwB,GAErDA,EAAI,MAAM,KAAK,qBAAqB,OAAOtX,CAAM,CAAC,GAAG0T,GAAcC,CAAS,GACvEC,EAAW,IAAI,mBACnB0D,EAAI,aAAa,WAAW,sBAAsB,GAE5C1D,EAAW;AACnB;AAkBA,SAASgE,GAAWjzB,GAAS;AAC5B,MAAIupB,IAAMvpB,KAAW;AAUrB,OAAK,WAAWupB,EAAI,YAAYvN,GAAU,iBAkB1C,KAAK,mBAAmBuN,EAAI,oBAAoB,MAMhD,KAAK,QAAQ,IAWb,KAAK,iBAAiB,QAStB,KAAK,MAAM,QAaX,KAAK,UAAU,QAKf,KAAK,UAAUA,EAAI;AACpB;AAEA,SAASvb,GAASoP,GAAS+H,GAAM;AAChC,EAAAA,EAAK,aAAa/H,EAAQ,YAC1B+H,EAAK,eAAe/H,EAAQ;AAC7B;AAEA6V,GAAW,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAStB,eAAe,WAAY;AAC1B,QAAIG,IAAO,IAAIrM;AACf,SAAK,MAAMjL,GAAe,KAAK,QAAQ,IAAIsX,EAAK,mBAAmB,EAAK,IAAIA,EAAK,eAAe,KAAK,kBAAkB,EAAE;AAAA,EACzH;AAAA,EACD,cAAc,SAAUtM,GAAcnD,GAAW4N,GAAO/F,GAAO;AAC9D,QAAIjG,IAAM,KAAK,KACXe,IAAKf,EAAI,gBAAgBuB,GAAcyK,KAAS5N,CAAS,GACzD1Y,IAAMugB,EAAM;AAChB,IAAAyF,GAAc,MAAM3K,CAAE,GACtB,KAAK,iBAAiBA,GAEtB,KAAK,WAAWtY,GAAS,KAAK,SAASsY,CAAE;AACzC,aAASpe,IAAI,GAAGA,IAAI+C,GAAK/C,KAAK;AAC7B,UAAI4e,IAAe0E,EAAM,OAAOtjB,CAAC,GAC7BvI,IAAQ6rB,EAAM,SAAStjB,CAAC,GACxBqpB,IAAQ/F,EAAM,SAAStjB,CAAC,GACxB0e,IAAOrB,EAAI,kBAAkBuB,GAAcyK,CAAK;AACpD,WAAK,WAAWvjB,GAASwd,EAAM,WAAWtjB,CAAC,GAAG0e,CAAI,GAClDA,EAAK,QAAQA,EAAK,YAAYjnB,GAC9B2mB,EAAG,iBAAiBM,CAAI;AAAA,IACxB;AAAA,EACD;AAAA,EACD,YAAY,SAAUE,GAAcnD,GAAW4N,GAAO;AACrD,SAAK,iBAAiB,KAAK,eAAe;AAAA,EAC1C;AAAA,EACD,oBAAoB,SAAU7N,GAAQ2J,GAAK;AAAA,EAAE;AAAA,EAC7C,kBAAkB,SAAU3J,GAAQ;AAAA,EAAE;AAAA,EACtC,uBAAuB,SAAU3gB,GAAQ2oB,GAAM;AAC9C,QAAI2H,IAAM,KAAK,IAAI,4BAA4BtwB,GAAQ2oB,CAAI;AAC3D,SAAK,WAAW1d,GAAS,KAAK,SAASqlB,CAAG,GAC1CpC,GAAc,MAAMoC,CAAG;AAAA,EACvB;AAAA,EACD,qBAAqB,SAAUC,GAAIzG,GAAOpiB,GAAQ;AAAA,EAAE;AAAA,EACpD,YAAY,SAAUgT,GAAOoP,GAAOpiB,GAAQ;AAG3C,QAFAgT,IAAQ8V,GAAU,MAAM,MAAM,SAAS,GAEnC9V,GAAO;AACV,UAAI,KAAK;AACR,YAAI+V,IAAW,KAAK,IAAI,mBAAmB/V,CAAK;AAAA;AAEhD,YAAI+V,IAAW,KAAK,IAAI,eAAe/V,CAAK;AAE7C,MAAI,KAAK,iBACR,KAAK,eAAe,YAAY+V,CAAQ,IAC9B,QAAQ,KAAK/V,CAAK,KAC5B,KAAK,IAAI,YAAY+V,CAAQ,GAG9B,KAAK,WAAWxlB,GAAS,KAAK,SAASwlB,CAAQ;AAAA,IAC/C;AAAA,EACD;AAAA,EACD,eAAe,SAAU7tB,GAAM;AAAA,EAAE;AAAA,EACjC,aAAa,WAAY;AACxB,SAAK,IAAI;EACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOD,oBAAoB,SAAUyX,GAAS;AACtC,IAAIA,MACHA,EAAQ,aAAa,IAEtB,KAAK,UAAUA;AAAA,EACf;AAAA;AAAA,EAED,SAAS,SAAUK,GAAOoP,GAAOpiB,GAAQ;AACxC,IAAAgT,IAAQ8V,GAAU,MAAM,MAAM,SAAS;AACvC,QAAIE,IAAO,KAAK,IAAI,cAAchW,CAAK;AACvC,SAAK,WAAWzP,GAAS,KAAK,SAASylB,CAAI,GAC3CxC,GAAc,MAAMwC,CAAI;AAAA,EACxB;AAAA,EAED,YAAY,WAAY;AAEvB,SAAK,QAAQ;AAAA,EACb;AAAA,EACD,UAAU,WAAY;AACrB,SAAK,QAAQ;AAAA,EACb;AAAA,EAED,UAAU,SAAU9tB,GAAM2hB,GAAUC,GAAUC,GAAgB;AAC7D,QAAI4L,IAAO,KAAK,IAAI;AACpB,QAAIA,KAAQA,EAAK,oBAAoB;AACpC,UAAIM,IAAKN,EAAK,mBAAmBztB,GAAM2hB,GAAUC,GAAUC,CAAc;AACzE,WAAK,WAAWxZ,GAAS,KAAK,SAAS0lB,CAAE,GACzCzC,GAAc,MAAMyC,CAAE,GACtB,KAAK,IAAI,UAAUA;AAAA,IACnB;AAAA,EACD;AAAA,EACD,aAAa,SAAUC,GAAOxW,GAAS;AACtC,QAAI,OAAO,KAAK,WAAY;AAC3B,UAAI;AACH,aAAK,QAAQwW,GAAOxW,GAAS,IAAI;AAAA,MACjC,SAAQ1X,GAAG;AACX,cAAM,IAAIyX,GAAW,eAAeyW,IAAQ,OAAOxW,IAAU,cAAc1X,GAAG,KAAK,OAAO;AAAA,MAC1F;AAAA;AAED,cAAQ,MAAM,aAAakuB,IAAQ,OAAQxW,GAASyW,GAAS,KAAK,OAAO,CAAC;AAAA,EAE3E;AAAA;AAAA;AAAA;AAAA,EAID,SAAS,SAAUzW,GAAS;AAC3B,SAAK,YAAY,WAAWA,CAAO;AAAA,EACnC;AAAA,EACD,OAAO,SAAUA,GAAS;AACzB,SAAK,YAAY,SAASA,CAAO;AAAA,EACjC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAWD,YAAY,SAAUA,GAAS;AAC9B,eAAK,YAAY,cAAcA,CAAO,GAChC,IAAID,GAAWC,GAAS,KAAK,OAAO;AAAA,EAC1C;AACF;AAEA,SAASyW,GAAShsB,GAAG;AACpB,MAAIA;AACH,WAAO;AAAA,YAAeA,EAAE,aAAa,UAAUA,EAAE,eAAe;AAElE;AAEA,SAAS2rB,GAAU9V,GAAOoP,GAAOpiB,GAAQ;AACxC,SAAI,OAAOgT,KAAS,WACZA,EAAM,OAAOoP,GAAOpiB,CAAM,IAG7BgT,EAAM,UAAUoP,IAAQpiB,KAAUoiB,IAC9B,IAAI,KAAK,KAAK,OAAOpP,GAAOoP,GAAOpiB,CAAM,IAAI,KAE9CgT;AAET;AAiCA,+JAA+J;AAAA,EAC9J;AAAA,EACA,SAAU7b,GAAK;AACd,IAAAqxB,GAAW,UAAUrxB,CAAG,IAAI,WAAY;AACvC,aAAO;AAAA,IACV;AAAA,EACE;AACF;AAGA,SAASqvB,GAAc4C,GAAS1O,GAAM;AACrC,EAAK0O,EAAQ,iBAGZA,EAAQ,eAAe,YAAY1O,CAAI,IAFvC0O,EAAQ,IAAI,YAAY1O,CAAI;AAI9B;ACtiBA,IAAI9I,KAAchS;AACDgS,GAAY;AACKA,GAAY;AACrBA,GAAY;AACXA,GAAY;AAClBA,GAAY;AACZA,GAAY;ACN3B,MAAC7T,KAAI,OCkBJsrB,KAAuC,CAAC,UAAU,QAAQ,WAAW,OAAO;AAClF,OAAO,OAAOA,EAAoC;AAiClD,MAAqBC,EAA4C;AAAA,EAI/D,YAAYC,GAAU;AAHL,IAAAx0B,EAAA;AACT,IAAAA,EAAA;AAGN,SAAK,MAAMw0B;AAAA,EACb;AAAA;AAAA,EAGA,aAAmB;AACjB,SAAK,oBAAoB;AAAA,EAC3B;AAAA;AAAA,EAIA,gBAAmBC,GAAsC;AACjD,UAAAC,IAAiBC,GAAS,EAAE,MAAMF,GAAe,MAAM,KAAK,KAAK,MAAM,GAAM,CAAA;AACnF,QAAIC,MAAmB,UAAaA,EAAe,WAAW,EAAU;AACpE,QAAA,CAAC,MAAM,QAAQA,EAAe,CAAC,CAAC,EAAU,QAAAA,EAAe,CAAC;AAOxD,UAAAE,IAAmBD,GAAS,EAAE,MAAMF,GAAe,MAAM,KAAK,KAAK,MAAM,GAAO,CAAA;AACtF,WAAIG,EAAiB,WAAW,KAAK,MAAM,QAAQA,EAAiB,CAAC,CAAC,IAG7DA,EAAiB,CAAC,IACpBA;AAAA,EACT;AAAA,EAEA,WAAcH,GAAsC;AAGlD,WAAO,KAAK,gBAAgB,GAAGA,CAAa,GAAG;AAAA,EACjD;AAAA,EAEQ,aAAiC;AAChC,WAAA,KAAK,gBAAgB,qDAAqD;AAAA,EACnF;AAAA,EAEQ,gBAAgBI,GAAiD;AACjE,UAAAC,IAAe,gDAAgDD,CAAa;AAC3E,WAAA,KAAK,gBAAgBC,CAAY;AAAA,EAC1C;AAAA;AAAA;AAAA,EAMA,OAAe,wBACbtzB,GACAinB,GACAsM,GACM;;AACI,IAAAA,EAAA,IAAIvzB,GAAKinB,CAAM,GAErBjnB,EAAI,WAASuzB,EAAU,IAAIvzB,EAAI,SAASA,CAAG,IAC3C+P,IAAA/P,EAAA,YAAA,QAAA+P,EAAS,QAAQ,CAAC4X,MAAU;AAC9B,MAAI,OAAOA,KAAU,cAA0B,wBAAwBA,GAAO3nB,GAAKuzB,CAAS;AAAA,IAAA;AAAA,EAEhG;AAAA;AAAA,EAGQ,qBAAmC;AACnC,UAAAA,wBAAgB;AAClB,WAAA,KAAK,IAAI,WAASA,EAAU,IAAI,KAAK,IAAI,SAAS,KAAK,GAAG,GAC9D,KAAK,IAAI,QAAQ,QAAQ,CAACzmB,MAAY;AACpC,MAAI,OAAOA,KAAY,YACrBimB,EAAgB,wBAAwBjmB,GAAS,KAAK,KAAKymB,CAAS;AAAA,IAAA,CACvE,GACMA;AAAA,EACT;AAAA;AAAA,EAGA,IAAY,YAA0B;AAChC,WAAA,KAAK,oBAA0B,KAAK,qBACnC,KAAA,oBAAoB,KAAK,sBACvB,KAAK;AAAA,EACd;AAAA;AAAA;AAAA;AAAA,EAOQ,mBAAmBpP,GAAkC;AAG3D,UAAMqP,IAA6B,CAAA,GAG7B,EAAE,WAAAD,EAAc,IAAA;AAGtB,QAAIE,IAA+BtP,GAC/BuP,IAAaH,EAAU,IAAIE,CAAQ;AACvC,WAAOC,MAAe,UAAW;AAC/B,UAAI,CAACA,EAAW;AACR,cAAA,IAAI,MAAM,oDAAoD;AAEtE;AAAA;AAAA;AAAA,QAGE,CAACA,EAAW,QAAQ,KAAK,CAACC,GAAW1uB,MAAU;AACzC,cAAA0uB,MAAcF,EAAiB,QAAA;AACnC,cAAI,CAACC,EAAkB,OAAA,IAAI,MAAM,+CAA+C;AAChF,iBAAAF,EAAa,QAAQ,EAAE,QAAQE,GAAY,OAAAzuB,EAAO,CAAA,GAC3C;AAAA,QAAA,CACR;AAAA;AAED,cAAM,IAAI,MAAM,yCAAyC,KAAK,UAAUwuB,CAAQ,CAAC,EAAE;AAEjF,UAAAC,EAAW,SAASE,GAAU;AACvB,MAAAH,IAAAC,GAGEA,IAAAH,EAAU,IAAIG,CAA0B;AAAA,IACvD;AAEO,WAAAF;AAAA,EACT;AAAA,EAEA,OAAe,8BAA8BK,GAAsC;AACjF,QAAIC,IAAW;AACT,WAAAD,EAAA,QAAQ,CAACE,MAAe;AAC5B,MAAAD,IAAW,GAAGA,CAAQ,YAAYC,EAAW,KAAK;AAAA,IAAA,CACnD,GAGMD;AAAA,EACT;AAAA,EAEQ,8BAA8BA,GAAyC;AAC7E,UAAMxwB,IAAuB,CAAA,GAEvB0wB,IAASF,EAAS,MAAM,mBAAmB;AACjD,QAAI,CAACE,EAAQ,OAAM,IAAI,MAAM,qCAAqCF,CAAQ,EAAE;AAE5E,QAAIG,IAA6B,KAAK;AAE/B,WAAAD,EAAA,QAAQ,CAACrB,GAAOuB,MAAY;AAC3B,YAAAC,IAAc,QAAQ,KAAKxB,CAAK;AACtC,UAAI,CAACwB,EAAa,OAAM,IAAI,MAAM,qCAAqCL,CAAQ,EAAE;AACjF,YAAM7uB,IAAQ,SAASkvB,EAAY,CAAC,GAAG,EAAE;AAErC,UADJ7wB,EAAO,KAAK,EAAE,QAAQ2wB,GAAQ,OAAAhvB,EAAO,CAAA,GACjCivB,IAAU,IAAIF,EAAO,QAAQ;AAC/B,YAAI,OAAOC,KAAW,YAAY,CAACA,EAAO;AACxC,gBAAM,IAAI,MAAM,6CAA6C,KAAK,UAAUA,CAAM,CAAC,EAAE;AACjF,cAAAG,IAAWH,EAAO,QAAQhvB,CAAK;AACrC,YAAI,OAAOmvB,KAAa;AACtB,gBAAM,IAAI,MAAM,6CAA6C,KAAK,UAAUA,CAAQ,CAAC,EAAE;AAChF,QAAAH,IAAAG;AAAA,MACX;AAAA,IAAA,CACD,GAEM9wB;AAAA,EACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAsBA,OAAe,oCACb6gB,GACA8C,GACAoN,IAAsB,CAAA,GAC8B;AAEpD,QAAI,CAAClQ,EAAK,QAAgB,QAAA,EAAE,MAAAA,GAAM,QAAA8C,EAAO;AAEzC,aAAShiB,IAAQkf,EAAK,QAAQ,SAAS,GAAGlf,KAAS,GAAGA,KAAS;AACvD,YAAAqvB,IAAYnQ,EAAK,QAAQlf,CAAK;AAChC,UAAA,OAAOqvB,KAAc,YAAY,CAACD,EAAU,SAASC,EAAU,IAAI;AACrE,eAAIA,EAAU,UACL,KAAK,oCAAoCA,GAAWnQ,GAAMkQ,CAAS,IACrE,EAAE,MAAMC,GAAW,QAAQnQ,EAAK;AAAA,IAE3C;AAGO,WAAA,EAAE,MAAAA,GAAM,QAAA8C;EACjB;AAAA,EAEA,OAAe,sCACb9C,GACAqP,GACAa,GACAE,GAC2B;;AAE3B,QAAIH,IAAsCjQ;AAC1C,WAAOiQ,MAAa,UAAW;AAC7B,YAAMI,IAAe,OAAOJ,KAAa,YAAYC,EAAU,SAASD,EAAS,IAAI;AAGrF,UAAI,CAACI,KAAgBD,EAAeH,GAAUZ,CAAY,EAAU,QAAAY;AAGhE,UAAA,CAACI,KAAgB,OAAOJ,KAAa,eAAarkB,IAAAqkB,EAAS,YAAT,gBAAArkB,EAAkB,WAAU,KAAK;AACrF,QAAAyjB,EAAa,KAAK,EAAE,QAAQY,GAAU,OAAO,GAAG,GAE/C,CAAAA,CAAQ,IAAIA,EAAS;AAAA;AAKf,aADIA,IAAA,QACJZ,EAAa,SAAS,KAAG;AACxB,gBAAAiB,IAAYjB,EAAa;AAG/B,cAAIiB,KAAaA,EAAU,QAAQ,IAAIA,EAAU,OAAO,QAAS,QAAQ;AACvE,YAAAA,EAAU,SAAS,GACnBjB,EAAa,KAAKiB,CAAS,GAG3BL,IAAWK,EAAU,OAAO,QAASA,EAAU,KAAK;AACpD;AAAA,UACF;AAAA,QACF;AAAA,IAEJ;AAAA,EAIF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOQ,qBACNtQ,GACAkQ,GACAE,GAC2B;AAGrB,UAAAf,IAAe,KAAK,mBAAmBrP,CAAI;AAEjD,WAAO4O,EAAgB;AAAA,MACrB5O;AAAA,MACAqP;AAAA,MACAa;AAAA,MACAE;AAAA,IAAA;AAAA,EAEJ;AAAA;AAAA;AAAA,EAMA,eAAepQ,GAAqC;AAClD,WAAO4O,EAAgB,8BAA8B,KAAK,mBAAmB5O,CAAI,CAAC;AAAA,EACpF;AAAA;AAAA;AAAA;AAAA,EAOQ,oBACNA,GACAuQ,GACApxB,IAA2B;AAAA,IACzB,YAAY;AAAA,IACZ,UAAU;AAAA,IACV,qBAAqB;AAAA,EAAA,GAEL;AAElB,QAAIA,EAAO,aAAa,UAAaA,EAAO,eAAe,OAAkB,QAAAA;AAG7E,QAAI,OAAO6gB,KAAS,YAAYA,EAAK,WAAW,QAAW;AACzD,YAAMwQ,IAAa,OAAO,SAASxQ,EAAK,QAAQ,EAAE;AAC9C,UAAAA,EAAK,SAASpS;AAChB,eAAAzO,EAAO,aAAaqxB,GACbrxB,EAAA,WAAWA,EAAO,YAAY,GAC9BA,EAAA,sBAAsBA,EAAO,uBAAuB6gB,GACpD7gB;AAET,MAAI6gB,EAAK,SAASnS,MAAc,CAAC1O,EAAO,aACtCA,EAAO,WAAWqxB,GAClBrxB,EAAO,sBAAsB6gB;AAAA,IAEjC;AAGA,QAAI,CAACuQ,EAAW;AACd,YAAM,IAAI,MAAM,8BAA8B,KAAK,UAAUA,CAAU,CAAC,EAAE;AAG5E,QAAIE,IAAY;AAChB,aAAS3vB,IAAQ,GAAGA,IAAQyvB,EAAW,QAAQ,QAAQzvB;AACrD,UAAIyvB,EAAW,QAAQzvB,CAAK,MAAMkf,GAAM;AAC1B,QAAAyQ,IAAA3vB;AACZ;AAAA,MACF;AAIF,QAAI4vB,IAAoBD,IAAY;AACpC,WAAOC,KAAqB,KAAK,OAAOH,EAAW,QAAQG,CAAiB,KAAM;AAC3D,MAAAA,KAAA;AAGvB,QAAIA,IAAoB,GAAG;AAErB,UAAAH,EAAW,SAASd;AAClB,eAAAtwB,EAAO,eAAe,WACxBA,EAAO,aAAa,GACpBA,EAAO,WAAW,GAClBA,EAAO,sBAAsB,SAExBA;AAKT,YAAMwxB,IAAyBJ,GAEzBK,IAAc,KAAK,UAAU,IAAID,CAAsB;AACzD,UAAA,CAACC,EAAa,OAAM,IAAI,MAAM,uBAAuB,KAAK,UAAUL,CAAU,CAAC,EAAE;AACrF,aAAO,KAAK,oBAAoBI,GAAwBC,GAAazxB,CAAM;AAAA,IAC7E;AAKM,UAAA0xB,IAAeN,EAAW,QAAQG,CAAiB,GACnDI,IAAalC,EAAgB;AAAA,MACjCiC;AAAA,MACAN;AAAA,MACA5B;AAAA,IAAA;AAEF,WAAO,KAAK,oBAAoBmC,EAAW,MAAMA,EAAW,QAAQ3xB,CAAM;AAAA,EAC5E;AAAA,EAEA,wBACE4xB,GACA/Q,GACAuQ,GACoD;AAChD,QAAA,OAAOvQ,KAAS,YAAYuQ,MAAe;AACvC,YAAA,IAAI,MAAM,8DAA8D;AAE5E,QAAAS;AAKJ,QAFIT,MAAe,SAAWS,IAAa,KAAK,UAAU,IAAIhR,CAAoB,IAC7EgR,IAAa,MAAM,QAAQT,CAAU,IAAI,KAAK,UAAU,IAAIA,CAAU,IAAIA,GAC3ES,MAAe;AACjB,YAAM,IAAI,MAAM,0BAA0B,KAAK,UAAUT,CAAU,CAAC,EAAE;AAExE,UAAMU,IAAsB,KAAK,oBAAoBjR,GAAMgR,CAAU;AACjE,QAAA,CAACC,EAA4B;AAEjC,QAAI,CAACA,EAAoB;AACvB,YAAM,IAAI,MAAM,0CAA0C,KAAK,UAAUjR,CAAI,CAAC,EAAE;AAElF,UAAMkR,IAAW,IAAIvkB;AAAAA,MACnBokB;AAAA,MACAE,EAAoB,WAAW,SAAS;AAAA,MACxCA,EAAoB,WAAWA,EAAoB,SAAS,SAAa,IAAA;AAAA,IAAA;AAG3E,QAAIllB,IAAS;AAET,WAAAklB,EAAoB,wBAAwB,UAC9C,KAAK,qBAAqBA,EAAoB,qBAAqB,CAAA,GAAI,CAAC/vB,GAAGwuB,MAAU;;AAC/E,aAAAxuB,MAAM8e,IAAa,KACnB0P,EAAM,KAAK,CAAClB,MAAUG,GAAqC,SAASH,EAAM,OAAO,IAAI,CAAC,IACjF,KACL,OAAOttB,KAAM,YACf6K,KAAU7K,EAAE,QACL,MAGNA,EAAE,SAAS0M,MAAgB1M,EAAE,aAAW0K,IAAAqlB,EAAoB,eAApB,gBAAArlB,EAAgC,eACxE1K,EAAE,SAAS2M,MAAc3M,EAAE,aAAW0O,IAAAqhB,EAAoB,aAApB,gBAAArhB,EAA8B,eAE5D7D,IAAA,GACF,MAEF;AAAA,IAAA,CACR,GAGI,EAAE,UAAAmlB,GAAU,QAAAnlB;EACrB;AAAA;AAAA;AAAA,EAMA,4BAA4B+iB,GAAuBiC,GAAiC;AAC5E,UAAAI,IAAkBJ,KAAU,KAAK,WAAW;AAClD,QAAI,CAACI,EAAuB,OAAA,IAAI,MAAM,mCAAmC;AAEnE,UAAAvzB,IAAoC,KAAK,gBAAgBkxB,CAAa;AAC5E,QAAI,CAAClxB,EAAQ,OAAM,IAAI,MAAM,uCAAuCkxB,CAAa,EAAE;AAE7E,UAAAhM,IAAqD,KAAK,WAAWgM,CAAa;AACxF,QAAI,CAAChM,EAAQ,OAAM,IAAI,MAAM,kCAAkCgM,CAAa,EAAE;AAE9E,UAAMsC,IAAoB,KAAK,wBAAwBD,GAAiBvzB,GAAQklB,CAAM;AACtF,QAAI,CAACsO;AACH,YAAM,IAAI,MAAM,oDAAoDtC,CAAa,EAAE;AAE9E,WAAAsC;AAAA,EACT;AAAA;AAAA;AAAA,EAMA,6BAA6BF,GAAoBG,IAAyB,GAAuB;AAC/F,QAAIA,IAAiB,EAAS,OAAA,IAAI,MAAM,qBAAqB;AAG7D,UAAMN,IAAS,KAAK,WAAW,KAAKG,EAAS;AAC7C,QAAI,CAACH,EAAc,OAAA,IAAI,MAAM,mCAAmC;AAChE,QAAIA,MAAWG,EAAS;AACtB,YAAM,IAAI,MAAM,6BAA6BH,CAAM,cAAcG,EAAS,IAAI,EAAE;AAElF,UAAMI,IAAc,KAAK,gBAAgBJ,EAAS,UAAU;AAC5D,QAAII,MAAgB;AAClB,YAAM,IAAI,MAAM,kBAAkBP,CAAM,YAAYG,EAAS,UAAU,EAAE;AAE3E,QAAIK,IAAsB,IACtB5B,IAA4B;AAChC,UAAM6B,IAAgBN,EAAS,OACzBO,IAAuC,KAAK;AAAA,MAChDH;AAAA,MACA3C;AAAA,MACA,CAAC3O,GAAMqP,MACDrP,MAASsR,IACPJ,EAAS,aAAa,KACbvB,IAAAf,EAAgB,8BAA8BS,CAAY,GAC9D,MAEF,KAEL,OAAOrP,KAAS,WAAiB,KACjCA,EAAK,SAASpS,MACM2jB,IAAA,IACf,MAGPvR,EAAK,SAASnS,MACdmS,EAAK,WAAW,UAChBA,EAAK,WAAWwR,KAEL7B,IAAAf,EAAgB,8BAA8BS,CAAY,GAC9D,MAEF;AAAA,IACT;AAGF,QAAIkC,KAAuBE,MAAc,UAAa,OAAOA,KAAc;AACnE,YAAA,IAAI,MAAM,SAASD,CAAa,iBAAiBT,CAAM,IAAIG,EAAS,UAAU,EAAE;AAEpF,QAAAG,MAAmB,EAAU,QAAA,EAAE,MAAMI,GAAW,QAAQ,GAAG,UAAA9B;AAE/D,QAAI+B,IAA4B,GAC5BC,IAAgB,GAChBC;AACC,gBAAA;AAAA,MACHH;AAAA,MACA9C;AAAA,MACA,CAAC3O,GAAMqP,MAAiB;AAClB,YAAArP,MAASyR,EAAkB,QAAA;AAC3B,YAAA,OAAOzR,KAAS;AAElB,cADA0R,KAA6B1R,EAAK,QAC9B0R,IAA4BL;AACnB,mBAAA1B,IAAAf,EAAgB,8BAA8BS,CAAY,GACrDsC,IAAAN,IAAiBK,IAA4B1R,EAAK,QACtD4R,IAAA5R,GACL;AAAA,mBAKFA,EAAK,SAASpS,MAAgBoS,EAAK,SAASnS,GAAmB,QAAA;AACjE,eAAA;AAAA,MACT;AAAA,IAAA,GAGK,EAAE,MAAM+jB,KAAaH,GAAW,QAAQE,GAAe,UAAAhC;EAChE;AAAA;AAAA;AAAA,EAMA,+BACE3wB,GACAyoB,GACAoK,IAAgC,KACA;AAChC,QAAIC,IAAc,IACdC,IAAgB,GAChBC,IAAgB,GAChBC,IAAwB;AA6BxB,QA5BYrD,EAAA;AAAA,MACd5vB,EAAc;AAAA,MACd,KAAK,8BAA8BA,EAAc,QAAQ;AAAA,MACzD2vB;AAAA,MACA,CAAC3O,MAAS;AACJ,YAAA,OAAOA,KAAS,SAAiB,QAAA;AAErC,QAAA+R,KAAiB/R,EAAK,QACR8R,IAAA,GAAGA,CAAW,GAAG9R,CAAI;AAC7B,cAAAkS,IAAYJ,EAAY,QAAQrK,CAAI;AAC1C,eAAIyK,IAAY,KAEdF,KAAiBF,EAAY,QACzBA,EAAY,SAASrK,EAAK,WAC5BqK,IAAcA,EAAY,UAAUA,EAAY,SAASrK,EAAK,MAAM,IACtEuK,KAAiBF,EAAY,QAGtBC,IAAgBF,MAIzBI,IAAwBD,IAAgBE,GACjC;AAAA,MACT;AAAA,IAAA,GAIED,KAAyB,EAAU;AAGvB,IAAAF,IAAA;AAChB,QAAII,IAAc,GACdC,IAA2B,CAAA;AAC/B,UAAMC,IAAYzD,EAAgB;AAAA,MAChC5vB,EAAc;AAAA,MACd,KAAK,8BAA8BA,EAAc,QAAQ;AAAA,MACzD2vB;AAAA,MACA,CAAC3O,GAAM0P,MACD,OAAO1P,KAAS,aAEpB+R,KAAiB/R,EAAK,QAClB+R,IAAgBE,IAAwB,KAAU,MAExCE,IAAAF,IAAwBF,IAAgB/R,EAAK,QAC9CoS,IAAA1C,GACN;AAAA,IACT;AAEF,QAAI,CAAC2C,EAAiB,OAAA,IAAI,MAAM,6CAA6C;AAEtE,WAAA;AAAA,MACL,MAAMA;AAAA,MACN,QAAQF;AAAA,MACR,UAAUvD,EAAgB,8BAA8BwD,CAAU;AAAA,IAAA;AAAA,EAEtE;AAAA;AAAA;AAAA,EAMA,YAAY1K,GAA2B4K,GAA+B;AACpE,QAAInzB,IAAS,IACTozB,IAAkB7K,EAAM,QACxB8K,IAAiB;AACL,WAAA5D,EAAA;AAAA,MACdlH,EAAM;AAAA,MACN,KAAK,8BAA8BA,EAAM,QAAQ;AAAA,MACjDiH;AAAA,MACA,CAAC3O,MAAS;AACJ,YAAA,OAAOA,KAAS,SAAiB,QAAA;AACjC,YAAAuS,KAAmBvS,EAAK;AAC1B,iBAAAuS,KAAmBvS,EAAK,QACjB;AAET,YAAIyS,IAAgBzS;AAKhB,YAJAuS,IAAkB,MACJE,IAAAA,EAAc,UAAUF,CAAe,GACrCA,IAAA,IAEhBC,IAAiBC,EAAc,SAASH;AAC1C,iBAAAE,KAAkBC,EAAc,QACvBtzB,IAAA,GAAGA,CAAM,GAAGszB,CAAa,IAC3B;AAET,cAAMC,IAAeJ,IAAgBE;AAC5B,eAAArzB,IAAA,GAAGA,CAAM,GAAGszB,EAAc,UAAU,GAAGC,IAAe,CAAC,CAAC,IAC1D;AAAA,MACT;AAAA,IAAA,GAEKvzB;AAAA,EACT;AAAA,EAEA,yBACEuoB,GACA/hB,GACAgtB,IAAoB,KACZ;AACR,QAAIxzB,IAAS;AACG,WAAAyvB,EAAA;AAAA,MACdlH,EAAM;AAAA,MACN,KAAK,8BAA8BA,EAAM,QAAQ;AAAA,MACjDiH;AAAA,MACA,CAAC3O,GAAM4S,MAED5S,MAASra,EAAI,SAEX,OAAOqa,KAAS,YAGhBra,EAAI,aAAaipB,EAAgB,8BAA8BgE,CAAY,KACtE,KAEP,OAAO5S,KAAS,WAAiB,MAC5B7gB,IAAA,GAAGA,CAAM,GAAG6gB,CAAI,IACrB7gB,EAAO,SAASwzB,UAAoBxzB,EAAO,UAAU,GAAGwzB,CAAS,IAC9DxzB,EAAO,UAAUwzB;AAAA,IAC1B,GAEKxzB;AAAA,EACT;AAAA;AAAA;AAAA,EAMA,OAAe,4BACb0zB,GACAzC,GACA;AACA,QAAI0C,IAAe;AACnB,aAAS/vB,IAAI8vB,EAAa,SAAS,GAAG9vB,KAAK,GAAGA,KAAK;AAC3C,YAAAid,IAAO6S,EAAa9vB,CAAC;AACvB,MAAAqtB,EAAepQ,CAAI,KACR6S,EAAA,OAAO9vB,GAAG,CAAC,GACR+vB,KAAA,KACP,OAAO9S,KAAS,YAAYA,EAAK,YAC1C8S,KAAgB,KAAK,4BAA4B9S,EAAK,SAASoQ,CAAc;AAAA,IACjF;AACO,WAAA0C;AAAA,EACT;AAAA,EAEA,mBAAmB1C,GAA6E;AAC9F,UAAMjxB,IAASyvB,EAAgB,4BAA4B,KAAK,IAAI,SAASwB,CAAc;AAC3F,gBAAK,WAAW,GACTjxB;AAAA,EACT;AAAA;AAGF;","x_google_ignoreList":[12,13,14,20,29,30,31,32,33,34,35,36,37]} \ No newline at end of file diff --git a/lib/platform-bible-utils/src/index.ts b/lib/platform-bible-utils/src/index.ts index 857255b0f0..4ec785218f 100644 --- a/lib/platform-bible-utils/src/index.ts +++ b/lib/platform-bible-utils/src/index.ts @@ -8,6 +8,7 @@ export { default as MutexMap } from './mutex-map'; export { default as NonValidatingDocumentCombiner } from './non-validating-document-combiner'; export { default as NumberFormat } from './intl-number-format'; export { default as PlatformEventEmitter } from './platform-event-emitter.model'; +export { default as PromiseChainingMap } from './promise-chaining-map'; export { default as UnsubscriberAsyncList } from './unsubscriber-async-list'; // Consts diff --git a/lib/platform-bible-utils/src/promise-chaining-map.test.ts b/lib/platform-bible-utils/src/promise-chaining-map.test.ts new file mode 100644 index 0000000000..26d012f622 --- /dev/null +++ b/lib/platform-bible-utils/src/promise-chaining-map.test.ts @@ -0,0 +1,63 @@ +import PromiseChainingMap from './promise-chaining-map'; + +describe('PromiseChainingMap', () => { + let logger: { warn: jest.Mock }; + + beforeEach(() => { + logger = { warn: jest.fn() }; + }); + + it('should handle multiple keys independently', async () => { + const map = new PromiseChainingMap(logger); + const results: { [key: string]: number[] } = { key1: [], key2: [] }; + + map.addPromise('key1', async () => { + results.key1.push(1); + }); + map.addPromise('key2', async () => { + results.key2.push(2); + }); + map.addPromise('key1', async () => { + results.key1.push(3); + }); + map.addPromise('key2', async () => { + results.key2.push(4); + }); + + await Promise.all([map.get('key1'), map.get('key2')]); + + expect(results.key1).toEqual([1, 3]); + expect(results.key2).toEqual([2, 4]); + }); + + it('should log a warning and continue chain if a promise rejects', async () => { + const map = new PromiseChainingMap(logger); + const results: number[] = []; + + map.addPromise('key1', async () => { + results.push(1); + }); + map.addPromise('key1', async () => { + throw new Error('Test error'); + }); + map.addPromise('key1', async () => { + results.push(2); + }); + + await map.get('key1'); + + expect(results).toEqual([1, 2]); + expect(logger.warn).toHaveBeenCalledWith('Error in promise for key1: Test error'); + }); + + it('should clear the map for a key after all promises have settled', async () => { + const map = new PromiseChainingMap(logger); + + map.addPromise('key1', async () => {}); + map.addPromise('key1', async () => {}); + + await map.get('key1'); + + expect(map.get('key1')).toBe(undefined); + }); +}); diff --git a/lib/platform-bible-utils/src/promise-chaining-map.ts b/lib/platform-bible-utils/src/promise-chaining-map.ts new file mode 100644 index 0000000000..37453b7441 --- /dev/null +++ b/lib/platform-bible-utils/src/promise-chaining-map.ts @@ -0,0 +1,76 @@ +const defaultPromise = Promise.resolve(); + +/** + * Class that allows you to chain promises for a given key. This is useful when: + * + * 1. You need to run promises from synchronous code and don't need to look at the results. + * 2. The promises to run, or at least precisely when to run them, are not known in advance. + * 3. The promises need to be run sequentially, waiting for the previous one to finish. + * + * An example of when this can be helpful is inside of React components. Component code is mostly + * synchronous, but you may need to run some asynchronous code. You can't use `await` inside of + * React component code in many situations, so you can use this class to chain promises together. + * + * When promises are added to the map with a key, they will run in the order they were added to the + * map for that key. If a promise rejects, a warning will be logged and the chain will continue. If + * a promise is added while another promise in the map for that key is running, the new promise will + * be chained to the existing one. + */ +export default class PromiseChainingMap { + private readonly map = new Map>(); + private readonly logger: { warn: (message: string) => void }; + + /** + * Creates a new PromiseChainingMap + * + * @param logger Object with a `warn` method that will be called when a promise rejects + */ + constructor(logger: { warn: (message: string) => void } = console) { + this.logger = logger; + } + + /** + * Adds a promise to the map for a given key. If a promise is already running for the key, the new + * promise will be chained to the existing one. Once all promises for a key have settled, the map + * will be cleared for that key. + * + * @param key Unique key to identify a distinct promise chain + * @param promiseFunction Function that returns a promise to add to the chain + */ + addPromise(key: TKey, promiseFunction: () => Promise): void { + const currentPromise = this.map.get(key); + this.map.set(key, currentPromise ? currentPromise.then(promiseFunction) : promiseFunction()); + this.cleanupPromiseChain(key); + } + + /** + * Gets the current promise chain for the given key. This is mostly useful for testing. Normally + * you should just call {@link addPromise} and let the map handle the rest. + * + * @param key Unique key to identify a distinct promise chain + * @returns The current promise chain for the key + */ + get(key: TKey): Promise | undefined { + return this.map.get(key); + } + + /** + * Configures a promise chain to be removed from the map for the given key after all the promises + * have settled + * + * @param key Unique key to identify a distinct promise chain + */ + private cleanupPromiseChain(key: TKey): void { + const currentPromise = this.map.get(key); + if (!currentPromise) return; + + const promiseHolder: { promise: Promise } = { promise: defaultPromise }; + const newPromise = currentPromise + .catch((e) => this.logger.warn(`Error in promise for ${key}: ${e.message}`)) + .finally(() => { + if (this.map.get(key) === promiseHolder.promise) this.map.delete(key); + }); + promiseHolder.promise = newPromise; + this.map.set(key, newPromise); + } +} diff --git a/src/client/services/rpc-client.ts b/src/client/services/rpc-client.ts index cfb8bd19ca..0a3e469a47 100644 --- a/src/client/services/rpc-client.ts +++ b/src/client/services/rpc-client.ts @@ -153,10 +153,16 @@ export default class RpcClient implements IRpcMethodRegistrar { method: InternalRequestHandler, methodDocs?: SingleMethodDocumentation, ): Promise { - if (this.jsonRpcServer.hasMethod(methodName)) return false; + if (this.jsonRpcServer.hasMethod(methodName)) { + logger.warn(`RPC method ${methodName} already registered`); + return false; + } const mutex = this.registrationMutexMap.get(methodName); return mutex.runExclusive(async () => { - if (this.jsonRpcServer.hasMethod(methodName)) return false; + if (this.jsonRpcServer.hasMethod(methodName)) { + logger.warn(`RPC method ${methodName} already registered`); + return false; + } const success = await this.jsonRpcClient.request(REGISTER_METHOD, [methodName, methodDocs]); if (success) this.jsonRpcServer.addMethod(methodName, (params: RequestParams) => method(...params)); diff --git a/src/renderer/components/web-view.component.tsx b/src/renderer/components/web-view.component.tsx index e0e613beb3..87bfa0f5e0 100644 --- a/src/renderer/components/web-view.component.tsx +++ b/src/renderer/components/web-view.component.tsx @@ -1,4 +1,4 @@ -import { useCallback, useMemo, useRef } from 'react'; +import { useCallback, useEffect, useMemo, useRef } from 'react'; import { WebViewContentType, WebViewDefinition } from '@shared/models/web-view.model'; import { SavedTabInfo, TabInfo, WebViewTabProps } from '@shared/models/docking-framework.model'; import { @@ -15,17 +15,14 @@ import { } from '@renderer/services/web-view.service-host'; import logger from '@shared/services/logger.service'; import { + PromiseChainingMap, + UnsubscriberAsync, formatReplacementString, isLocalizeKey, serialize, getLocalizeKeysForScrollGroupIds, } from 'platform-bible-utils'; -import { - BookChapterControl, - ScrollGroupSelector, - useEvent, - useEventAsync, -} from 'platform-bible-react'; +import { BookChapterControl, ScrollGroupSelector, useEvent } from 'platform-bible-react'; import './web-view.component.css'; import { useLocalizedStrings, useScrollGroupScrRef } from '@renderer/hooks/papi-hooks'; import { availableScrollGroupIds } from '@renderer/services/scroll-group.service-host'; @@ -39,6 +36,8 @@ export const TAB_TYPE_WEBVIEW = 'webView'; const scrollGroupLocalizedStringKeys = getLocalizeKeysForScrollGroupIds(availableScrollGroupIds); +const registrationPromises = new PromiseChainingMap(logger); + /** * Tell the web view service to load the web view with the provided information. Used to retrieve * web view content and to reload the web view when the extension service reloads @@ -69,74 +68,90 @@ export default function WebView({ // eslint-disable-next-line no-null/no-null const iframeRef = useRef(null); - useEventAsync( - useCallback( - (callback: (args: Parameters) => void) => { - return registerRequestHandler( - getWebViewMessageRequestType(id), - (...args: Parameters) => callback(args), - { - method: { - summary: `Post a message to a WebView with id "${id}". Expected to be used only by the Web View Provider that created the web view or the Web View Controller that represents the web view created by the Web View Provider.`, - params: [ - { - name: 'webViewNonce', - required: true, - summary: 'A nonce to ensure that the message is coming from the correct source', - schema: { - type: 'string', - }, - }, - { - name: 'message', - required: true, - summary: 'The message to send to the WebView', - schema: { - type: 'string', - }, + const postMessageCallback = useCallback( + ([webViewNonce, message, targetOrigin]: Parameters) => { + if (!isWebViewNonceCorrect(id, webViewNonce)) + throw new Error( + `Web View Component ${id} (type ${webViewType}) received a message with an invalid nonce!`, + ); + if (!iframeRef.current) + throw new Error( + `Web View Component ${id} (type ${webViewType}) received a message but could not route it to the iframe because its ref was not set!`, + ); + if (!iframeRef.current.contentWindow) + throw new Error( + `Web View Component ${id} (type ${webViewType}) received a message but could not route it to the iframe because its contentWindow was falsy!`, + ); + + iframeRef.current.contentWindow.postMessage(message, { targetOrigin }); + }, + [id, webViewType], + ); + + type UnsubscriberContainer = { unsub: UnsubscriberAsync | undefined }; + + useEffect(() => { + let isMounted = true; + + async function registerRequestHandlerAsync(unsubContainer: UnsubscriberContainer) { + if (!isMounted) return; + const unsub = await registerRequestHandler( + getWebViewMessageRequestType(id), + (...args: Parameters) => postMessageCallback(args), + { + method: { + summary: `Post a message to a WebView with id "${id}". Expected to be used only by the Web View Provider that created the web view or the Web View Controller that represents the web view created by the Web View Provider.`, + params: [ + { + name: 'webViewNonce', + required: true, + summary: 'A nonce to ensure that the message is coming from the correct source', + schema: { + type: 'string', }, - { - name: 'targetOrigin', - required: false, - summary: - 'Expected origin of the web view. Does not send the message if the web view origin does not match. See https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage#targetorigin for more information. Defaults to same origin only (works automatically with React and HTML web views)', - schema: { - type: 'string', - }, + }, + { + name: 'message', + required: true, + summary: 'The message to send to the WebView', + schema: { + type: 'string', }, - ], - result: { - name: 'return value', + }, + { + name: 'targetOrigin', + required: false, + summary: + 'Expected origin of the web view. Does not send the message if the web view origin does not match. See https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage#targetorigin for more information. Defaults to same origin only (works automatically with React and HTML web views)', schema: { - type: 'null', + type: 'string', }, }, + ], + result: { + name: 'return value', + schema: { + type: 'null', + }, }, }, - ); - }, - [id], - ), - useCallback( - ([webViewNonce, message, targetOrigin]: Parameters) => { - if (!isWebViewNonceCorrect(id, webViewNonce)) - throw new Error( - `Web View Component ${id} (type ${webViewType}) received a message with an invalid nonce!`, - ); - if (!iframeRef.current) - throw new Error( - `Web View Component ${id} (type ${webViewType}) received a message but could not route it to the iframe because its ref was not set!`, - ); - if (!iframeRef.current.contentWindow) - throw new Error( - `Web View Component ${id} (type ${webViewType}) received a message but could not route it to the iframe because its contentWindow was falsy!`, - ); + }, + ); - iframeRef.current.contentWindow.postMessage(message, { targetOrigin }); - }, - [id, webViewType], - ), - ); + if (isMounted) unsubContainer.unsub = unsub; + else await unsub(); + } + + const unsubContainer: UnsubscriberContainer = { unsub: undefined }; + registrationPromises.addPromise(id, () => registerRequestHandlerAsync(unsubContainer)); + + return () => { + registrationPromises.addPromise(id, async () => { + isMounted = false; + await unsubContainer.unsub?.(); + }); + }; + }, [id, postMessageCallback]); useEvent( getNetworkEvent('platform.onDidReloadExtensions'),