it-tools/dist/client/assets/chunks/chunk-1d5b2fbb.js

135 lines
98 KiB
JavaScript
Raw Normal View History

2024-04-28 00:48:29 +08:00
const ot=Symbol.for("yaml.alias"),tt=Symbol.for("yaml.document"),J=Symbol.for("yaml.map"),Bt=Symbol.for("yaml.pair"),R=Symbol.for("yaml.scalar"),oe=Symbol.for("yaml.seq"),M=Symbol.for("yaml.node.type"),le=s=>!!s&&typeof s=="object"&&s[M]===ot,je=s=>!!s&&typeof s=="object"&&s[M]===tt,ae=s=>!!s&&typeof s=="object"&&s[M]===J,I=s=>!!s&&typeof s=="object"&&s[M]===Bt,A=s=>!!s&&typeof s=="object"&&s[M]===R,we=s=>!!s&&typeof s=="object"&&s[M]===oe;function L(s){if(s&&typeof s=="object")switch(s[M]){case J:case oe:return!0}return!1}function T(s){if(s&&typeof s=="object")switch(s[M]){case ot:case J:case R:case oe:return!0}return!1}const Os=s=>(A(s)||L(s))&&!!s.anchor;class lt{constructor(e){Object.defineProperty(this,M,{value:e})}clone(){const e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}}const v=Symbol("break visit"),Mt=Symbol("skip children"),K=Symbol("remove node");function Q(s,e){const t=jt(e);je(s)?Z(null,s.contents,t,Object.freeze([s]))===K&&(s.contents=null):Z(null,s,t,Object.freeze([]))}Q.BREAK=v;Q.SKIP=Mt;Q.REMOVE=K;function Z(s,e,t,n){const i=Pt(s,e,t,n);if(T(i)||I(i))return Dt(s,n,i),Z(s,i,t,n);if(typeof i!="symbol"){if(L(e)){n=Object.freeze(n.concat(e));for(let r=0;r<e.items.length;++r){const o=Z(r,e.items[r],t,n);if(typeof o=="number")r=o-1;else{if(o===v)return v;o===K&&(e.items.splice(r,1),r-=1)}}}else if(I(e)){n=Object.freeze(n.concat(e));const r=Z("key",e.key,t,n);if(r===v)return v;r===K&&(e.key=null);const o=Z("value",e.value,t,n);if(o===v)return v;o===K&&(e.value=null)}}return i}async function at(s,e){const t=jt(e);je(s)?await ee(null,s.contents,t,Object.freeze([s]))===K&&(s.contents=null):await ee(null,s,t,Object.freeze([]))}at.BREAK=v;at.SKIP=Mt;at.REMOVE=K;async function ee(s,e,t,n){const i=await Pt(s,e,t,n);if(T(i)||I(i))return Dt(s,n,i),ee(s,i,t,n);if(typeof i!="symbol"){if(L(e)){n=Object.freeze(n.concat(e));for(let r=0;r<e.items.length;++r){const o=await ee(r,e.items[r],t,n);if(typeof o=="number")r=o-1;else{if(o===v)return v;o===K&&(e.items.splice(r,1),r-=1)}}}else if(I(e)){n=Object.freeze(n.concat(e));const r=await ee("key",e.key,t,n);if(r===v)return v;r===K&&(e.key=null);const o=await ee("value",e.value,t,n);if(o===v)return v;o===K&&(e.value=null)}}return i}function jt(s){return typeof s=="object"&&(s.Collection||s.Node||s.Value)?Object.assign({Alias:s.Node,Map:s.Node,Scalar:s.Node,Seq:s.Node},s.Value&&{Map:s.Value,Scalar:s.Value,Seq:s.Value},s.Collection&&{Map:s.Collection,Seq:s.Collection},s):s}function Pt(s,e,t,n){if(typeof t=="function")return t(s,e,n);if(ae(e))return t.Map?.(s,e,n);if(we(e))return t.Seq?.(s,e,n);if(I(e))return t.Pair?.(s,e,n);if(A(e))return t.Scalar?.(s,e,n);if(le(e))return t.Alias?.(s,e,n)}function Dt(s,e,t){const n=e[e.length-1];if(L(n))n.items[s]=t;else if(I(n))s==="key"?n.key=t:n.value=t;else if(je(n))n.contents=t;else{const i=le(n)?"alias":"scalar";throw new Error(`Cannot replace node with ${i} parent`)}}const As={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},Es=s=>s.replace(/[!,[\]{}]/g,e=>As[e]);class ${constructor(e,t){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},$.defaultYaml,e),this.tags=Object.assign({},$.defaultTags,t)}clone(){const e=new $(this.yaml,this.tags);return e.docStart=this.docStart,e}atDocument(){const e=new $(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:$.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},$.defaultTags);break}return e}add(e,t){this.atNextDocument&&(this.yaml={explicit:$.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},$.defaultTags),this.atNextDocument=!1);const n=e.trim().split(/[ \t]+/),i=n.shift();switch(i){case"%TAG":{if(n.length!==2&&(t(0,"%TAG directive should contain exactly two parts"),n.length<2))return!1;const[r,o]=n;return this.tags[r]=o,!0}case"%YAML":{if(this.yaml.explicit=!0,n.length!==1)return t(0,"%YAML directive should contain exactly one part"),!1;const[r]=n;if(r==="1.1"||r==="1.2")return
`)}}$.defaultYaml={explicit:!1,version:"1.2"};$.defaultTags={"!!":"tag:yaml.org,2002:"};function Kt(s){if(/[\x00-\x19\s,[\]{}]/.test(s)){const t=`Anchor must not contain whitespace or control characters: ${JSON.stringify(s)}`;throw new Error(t)}return!0}function qt(s){const e=new Set;return Q(s,{Value(t,n){n.anchor&&e.add(n.anchor)}}),e}function Ft(s,e){for(let t=1;;++t){const n=`${s}${t}`;if(!e.has(n))return n}}function Is(s,e){const t=[],n=new Map;let i=null;return{onAnchor:r=>{t.push(r),i||(i=qt(s));const o=Ft(e,i);return i.add(o),o},setAnchors:()=>{for(const r of t){const o=n.get(r);if(typeof o=="object"&&o.anchor&&(A(o.node)||L(o.node)))o.node.anchor=o.anchor;else{const l=new Error("Failed to resolve repeated object (this should not happen)");throw l.source=r,l}}},sourceObjects:n}}class ct extends lt{constructor(e){super(ot),this.source=e,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(e){let t;return Q(e,{Node:(n,i)=>{if(i===this)return Q.BREAK;i.anchor===this.source&&(t=i)}}),t}toJSON(e,t){if(!t)return{source:this.source};const{anchors:n,doc:i,maxAliasCount:r}=t,o=this.resolve(i);if(!o){const a=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(a)}const l=n.get(o);if(!l||l.res===void 0){const a="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(a)}if(r>=0&&(l.count+=1,l.aliasCount===0&&(l.aliasCount=Le(i,o,n)),l.count*l.aliasCount>r)){const a="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(a)}return l.res}toString(e,t,n){const i=`*${this.source}`;if(e){if(Kt(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){const r=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(r)}if(e.implicitKey)return`${i} `}return i}}function Le(s,e,t){if(le(e)){const n=e.resolve(s),i=t&&n&&t.get(n);return i?i.count*i.aliasCount:0}else if(L(e)){let n=0;for(const i of e.items){const r=Le(s,i,t);r>n&&(n=r)}return n}else if(I(e)){const n=Le(s,e.key,t),i=Le(s,e.value,t);return Math.max(n,i)}return 1}function q(s,e,t){if(Array.isArray(s))return s.map((n,i)=>q(n,String(i),t));if(s&&typeof s.toJSON=="function"){if(!t||!Os(s))return s.toJSON(e,t);const n={aliasCount:0,count:1,res:void 0};t.anchors.set(s,n),t.onCreate=r=>{n.res=r,delete t.onCreate};const i=s.toJSON(e,t);return t.onCreate&&t.onCreate(i),i}return typeof s=="bigint"&&!t?.keep?Number(s):s}const Ut=s=>!s||typeof s!="function"&&typeof s!="object";class N extends lt{constructor(e){super(R),this.value=e}toJSON(e,t){return t?.keep?this.value:q(this.value,e,t)}toString(){return String(this.value)}}N.BLOCK_FOLDED="BLOCK_FOLDED";N.BLOCK_LITERAL="BLOCK_LITERAL";N.PLAIN="PLAIN";N.QUOTE_DOUBLE="QUOTE_DOUBLE";N.QUOTE_SINGLE="QUOTE_SINGLE";const Ls="tag:yaml.org,2002:";function Ts(s,e,t){if(e){const n=t.filter(r=>r.tag===e),i=n.find(r=>!r.format)??n[0];if(!i)throw new Error(`Tag ${e} not found`);return i}return t.find(n=>n.identify?.(s)&&!n.format)}function ge(s,e,t){if(je(s)&&(s=s.contents),T(s))return s;if(I(s)){const f=t.schema[J].createNode?.(t.schema,null,t);return f.items.push(s),f}(s instanceof String||s instanceof Number||s instanceof Boolean||typeof BigInt<"u"&&s instanceof BigInt)&&(s=s.valueOf());const{aliasDuplicateObjects:n,onAnchor:i,onTagObj:r,schema:o,sourceObjects:l}=t;let a;if(n&&s&&typeof s=="object"){if(a=l.get(s),a)return a.anchor||(a.anchor=i(s)),new ct(a.anchor);a={anchor:null,node:null},l.set(s,a)}e?.startsWith("!!")&&(e=Ls+e.slice(2));let c=Ts(s,e,o.tags);if(!c){if(s&&typeof s.toJSON=="function"&&(s=s.toJSON()),!s||typeof s!="object"){const f=new N(s);return a&&(a.node=f),f}c=s instanceof Map?o[J]:Symbol.iterator in Object(s)?o[oe]:o[J]}r&&(r(c),delete t.onTagObj);const u=c?.createNode?c.createNode(t.schema,s,t):new N(s);return e&&(u.tag=e),a&&(a.node=u),u}function ve(s,e,t){let n=t;for(let i=e.length-1;i>=0;--i){const r=e[i];if(typeof r=="number"&&Number.isInteger(r)&&r>=0){const o=[];o[r]=n,n=o}else n=new Map([[r,n]])}return ge(n,void 0,{al
`)?U(t,e):t.includes(`
`)?`
`+U(t,e):(s.endsWith(" ")?"":" ")+t,Rt="flow",st="block",Te="quoted";function De(s,e,t="flow",{indentAtStart:n,lineWidth:i=80,minContentWidth:r=20,onFold:o,onOverflow:l}={}){if(!i||i<0)return s;const a=Math.max(1+r,1+i-e.length);if(s.length<=a)return s;const c=[],u={};let f=i-e.length;typeof n=="number"&&(n>i-Math.max(2,r)?c.push(0):f=i-n);let h,p,y=!1,d=-1,m=-1,b=-1;t===st&&(d=Nt(s,d),d!==-1&&(f=d+a));for(let S;S=s[d+=1];){if(t===Te&&S==="\\"){switch(m=d,s[d+1]){case"x":d+=3;break;case"u":d+=5;break;case"U":d+=9;break;default:d+=1}b=d}if(S===`
`)t===st&&(d=Nt(s,d)),f=d+a,h=void 0;else{if(S===" "&&p&&p!==" "&&p!==`
`&&p!==" "){const k=s[d+1];k&&k!==" "&&k!==`
`&&k!==" "&&(h=d)}if(d>=f)if(h)c.push(h),f=h+a,h=void 0;else if(t===Te){for(;p===" "||p===" ";)p=S,S=s[d+=1],y=!0;const k=d>b+1?d-2:m-1;if(u[k])return s;c.push(k),u[k]=!0,f=k+a,h=void 0}else y=!0}p=S}if(y&&l&&l(),c.length===0)return s;o&&o();let w=s.slice(0,c[0]);for(let S=0;S<c.length;++S){const k=c[S],O=c[S+1]||s.length;k===0?w=`
${e}${s.slice(0,O)}`:(t===Te&&u[k]&&(w+=`${s[k]}\\`),w+=`
${e}${s.slice(k+1,O)}`)}return w}function Nt(s,e){let t=s[e+1];for(;t===" "||t===" ";){do t=s[e+=1];while(t&&t!==`
`);t=s[e+1]}return e}const Ke=s=>({indentAtStart:s.indentAtStart,lineWidth:s.options.lineWidth,minContentWidth:s.options.minContentWidth}),qe=s=>/^(%|---|\.\.\.)/m.test(s);function _s(s,e,t){if(!e||e<0)return!1;const n=e-t,i=s.length;if(i<=n)return!1;for(let r=0,o=0;r<i;++r)if(s[r]===`
`){if(r-o>n)return!0;if(o=r+1,i-o<=n)return!1}return!0}function me(s,e){const t=JSON.stringify(s);if(e.options.doubleQuotedAsJSON)return t;const{implicitKey:n}=e,i=e.options.doubleQuotedMinMultiLineLength,r=e.indent||(qe(s)?" ":"");let o="",l=0;for(let a=0,c=t[a];c;c=t[++a])if(c===" "&&t[a+1]==="\\"&&t[a+2]==="n"&&(o+=t.slice(l,a)+"\\ ",a+=1,l=a,c="\\"),c==="\\")switch(t[a+1]){case"u":{o+=t.slice(l,a);const u=t.substr(a+2,4);switch(u){case"0000":o+="\\0";break;case"0007":o+="\\a";break;case"000b":o+="\\v";break;case"001b":o+="\\e";break;case"0085":o+="\\N";break;case"00a0":o+="\\_";break;case"2028":o+="\\L";break;case"2029":o+="\\P";break;default:u.substr(0,2)==="00"?o+="\\x"+u.substr(2):o+=t.substr(a,6)}a+=5,l=a+1}break;case"n":if(n||t[a+2]==='"'||t.length<i)a+=1;else{for(o+=t.slice(l,a)+`
`;t[a+2]==="\\"&&t[a+3]==="n"&&t[a+4]!=='"';)o+=`
`,a+=2;o+=r,t[a+2]===" "&&(o+="\\"),a+=1,l=a+1}break;default:a+=1}return o=l?o+t.slice(l):t,n?o:De(o,r,Te,Ke(e))}function nt(s,e){if(e.options.singleQuote===!1||e.implicitKey&&s.includes(`
`)||/[ \t]\n|\n[ \t]/.test(s))return me(s,e);const t=e.indent||(qe(s)?" ":""),n="'"+s.replace(/'/g,"''").replace(/\n+/g,`$&
${t}`)+"'";return e.implicitKey?n:De(n,t,Rt,Ke(e))}function te(s,e){const{singleQuote:t}=e.options;let n;if(t===!1)n=me;else{const i=s.includes('"'),r=s.includes("'");i&&!r?n=nt:r&&!i?n=me:n=t?nt:me}return n(s,e)}function $e({comment:s,type:e,value:t},n,i,r){const{blockQuote:o,commentString:l,lineWidth:a}=n.options;if(!o||/\n[\t ]+$/.test(t)||/^\s*$/.test(t))return te(t,n);const c=n.indent||(n.forceBlockIndent||qe(t)?" ":""),u=o==="literal"?!0:o==="folded"||e===N.BLOCK_FOLDED?!1:e===N.BLOCK_LITERAL?!0:!_s(t,a,c.length);if(!t)return u?`|
`:`>
`;let f,h;for(h=t.length;h>0;--h){const g=t[h-1];if(g!==`
`&&g!==" "&&g!==" ")break}let p=t.substring(h);const y=p.indexOf(`
`);y===-1?f="-":t===p||y!==p.length-1?(f="+",r&&r()):f="",p&&(t=t.slice(0,-p.length),p[p.length-1]===`
`&&(p=p.slice(0,-1)),p=p.replace(/\n+(?!\n|$)/g,`$&${c}`));let d=!1,m,b=-1;for(m=0;m<t.length;++m){const g=t[m];if(g===" ")d=!0;else if(g===`
`)b=m;else break}let w=t.substring(0,b<m?b+1:m);w&&(t=t.substring(w.length),w=w.replace(/\n+/g,`$&${c}`));let k=(u?"|":">")+(d?c?"2":"1":"")+f;if(s&&(k+=" "+l(s.replace(/ ?[\r\n]+/g," ")),i&&i()),u)return t=t.replace(/\n+/g,`$&${c}`),`${k}
${c}${w}${t}${p}`;t=t.replace(/\n+/g,`
$&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${c}`);const O=De(`${w}${t}${p}`,c,st,Ke(n));return`${k}
${c}${O}`}function vs(s,e,t,n){const{type:i,value:r}=s,{actualString:o,implicitKey:l,indent:a,indentStep:c,inFlow:u}=e;if(l&&/[\n[\]{},]/.test(r)||u&&/[[\]{},]/.test(r))return te(r,e);if(!r||/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(r))return l||u||!r.includes(`
`)?te(r,e):$e(s,e,t,n);if(!l&&!u&&i!==N.PLAIN&&r.includes(`
`))return $e(s,e,t,n);if(qe(r)){if(a==="")return e.forceBlockIndent=!0,$e(s,e,t,n);if(l&&a===c)return te(r,e)}const f=r.replace(/\n+/g,`$&
${a}`);if(o){const h=d=>d.default&&d.tag!=="tag:yaml.org,2002:str"&&d.test?.test(f),{compat:p,tags:y}=e.doc.schema;if(y.some(h)||p?.some(h))return te(r,e)}return l?f:De(f,a,Rt,Ke(e))}function ke(s,e,t,n){const{implicitKey:i,inFlow:r}=e,o=typeof s.value=="string"?s:Object.assign({},s,{value:String(s.value)});let{type:l}=s;l!==N.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(o.value)&&(l=N.QUOTE_DOUBLE);const a=u=>{switch(u){case N.BLOCK_FOLDED:case N.BLOCK_LITERAL:return i||r?te(o.value,e):$e(o,e,t,n);case N.QUOTE_DOUBLE:return me(o.value,e);case N.QUOTE_SINGLE:return nt(o.value,e);case N.PLAIN:return vs(o,e,t,n);default:return null}};let c=a(l);if(c===null){const{defaultKeyType:u,defaultStringType:f}=e.options,h=i&&u||f;if(c=a(h),c===null)throw new Error(`Unsupported default string type ${h}`)}return c}function Vt(s,e){const t=Object.assign({blockQuote:!0,commentString:$s,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trueStr:"true",verifyAliasOrder:!0},s.schema.toStringOptions,e);let n;switch(t.collectionStyle){case"block":n=!1;break;case"flow":n=!0;break;default:n=null}return{anchors:new Set,doc:s,flowCollectionPadding:t.flowCollectionPadding?" ":"",indent:"",indentStep:typeof t.indent=="number"?" ".repeat(t.indent):" ",inFlow:n,options:t}}function Cs(s,e){if(e.tag){const i=s.filter(r=>r.tag===e.tag);if(i.length>0)return i.find(r=>r.format===e.format)??i[0]}let t,n;if(A(e)){n=e.value;const i=s.filter(r=>r.identify?.(n));t=i.find(r=>r.format===e.format)??i.find(r=>!r.format)}else n=e,t=s.find(i=>i.nodeClass&&n instanceof i.nodeClass);if(!t){const i=n?.constructor?.name??typeof n;throw new Error(`Tag not resolved for ${i} value`)}return t}function Bs(s,e,{anchors:t,doc:n}){if(!n.directives)return"";const i=[],r=(A(s)||L(s))&&s.anchor;r&&Kt(r)&&(t.add(r),i.push(`&${r}`));const o=s.tag?s.tag:e.default?null:e.tag;return o&&i.push(n.directives.tagString(o)),i.join(" ")}function W(s,e,t,n){if(I(s))return s.toString(e,t,n);if(le(s)){if(e.doc.directives)return s.toString(e);if(e.resolvedAliases?.has(s))throw new TypeError("Cannot stringify circular structure without alias nodes");e.resolvedAliases?e.resolvedAliases.add(s):e.resolvedAliases=new Set([s]),s=s.resolve(e.doc)}let i;const r=T(s)?s:e.doc.createNode(s,{onTagObj:a=>i=a});i||(i=Cs(e.doc.schema.tags,r));const o=Bs(r,i,e);o.length>0&&(e.indentAtStart=(e.indentAtStart??0)+o.length+1);const l=typeof i.stringify=="function"?i.stringify(r,e,t,n):A(r)?ke(r,e,t,n):r.toString(e,t,n);return o?A(r)||l[0]==="{"||l[0]==="["?`${o} ${l}`:`${o}
${e.indent}${l}`:l}function Ms({key:s,value:e},t,n,i){const{allNullValues:r,doc:o,indent:l,indentStep:a,options:{commentString:c,indentSeq:u,simpleKeys:f}}=t;let h=T(s)&&s.comment||null;if(f){if(h)throw new Error("With simple keys, key nodes cannot have comments");if(L(s)){const E="With simple keys, collection cannot be used as a key value";throw new Error(E)}}let p=!f&&(!s||h&&e==null&&!t.inFlow||L(s)||(A(s)?s.type===N.BLOCK_FOLDED||s.type===N.BLOCK_LITERAL:typeof s=="object"));t=Object.assign({},t,{allNullValues:!1,implicitKey:!p&&(f||!r),indent:l+a});let y=!1,d=!1,m=W(s,t,()=>y=!0,()=>d=!0);if(!p&&!t.inFlow&&m.length>1024){if(f)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");p=!0}if(t.inFlow){if(r||e==null)return y&&n&&n(),m===""?"?":p?`? ${m}`:m}else if(r&&!f||e==null&&p)return m=`? ${m}`,h&&!y?m+=V(m,t.indent,c(h)):d&&i&&i(),m;y&&(h=null),p?(h&&(m+=V(m,t.indent,c(h))),m=`? ${m}
${l}:`):(m=`${m}:`,h&&(m+=V(m,t.indent,c(h))));let b,w,S;T(e)?(b=!!e.spaceBefore,w=e.commentBefore,S=e.comment):(b=!1,w=null,S=null,e&&typeof e=="object"&&(e=o.createNode(e))),t.implicitKey=!1,!p&&!h&&A(e)&&(t.indentAtStart=m.length+1),d=!1,!u&&a.length>=2&&!t.inFlow&&!p&&we(e)&&!e.flow&&!e.tag&&!e.anchor&&(t.indent=t.indent.substring(2));let k=!1;const O=W(e,t,()=>k=!0,()=>d=!0);let g=" ";if(h||b||w){if(g=b?`
`:"",w){const E=c(w);g+=`
${U(E,t.indent)}`}O===""&&!t.inFlow?g===`
`&&(g=`
`):g+=`
${t.indent}`}else if(!p&&L(e)){const E=O[0],F=O.indexOf(`
`),x=F!==-1,C=t.inFlow??e.flow??e.items.length===0;if(x||!C){let St=!1;if(x&&(E==="&"||E==="!")){let Y=O.indexOf(" ");E==="&"&&Y!==-1&&Y<F&&O[Y+1]==="!"&&(Y=O.indexOf(" ",Y+1)),(Y===-1||F<Y)&&(St=!0)}St||(g=`
${t.indent}`)}}else(O===""||O[0]===`
`)&&(g="");return m+=g+O,t.inFlow?k&&n&&n():S&&!k?m+=V(m,t.indent,c(S)):d&&i&&i(),m}function Jt(s,e){(s==="debug"||s==="warn")&&(typeof process<"u"&&process.emitWarning?process.emitWarning(e):console.warn(e))}const Ot="<<";function Yt(s,e,{key:t,value:n}){if(s?.doc.schema.merge&&js(t))if(n=le(n)?n.resolve(s.doc):n,we(n))for(const i of n.items)We(s,e,i);else if(Array.isArray(n))for(const i of n)We(s,e,i);else We(s,e,n);else{const i=q(t,"",s);if(e instanceof Map)e.set(i,q(n,i,s));else if(e instanceof Set)e.add(i);else{const r=Ps(t,i,s),o=q(n,r,s);r in e?Object.defineProperty(e,r,{value:o,writable:!0,enumerable:!0,configurable:!0}):e[r]=o}}return e}const js=s=>s===Ot||A(s)&&s.value===Ot&&(!s.type||s.type===N.PLAIN);function We(s,e,t){const n=s&&le(t)?t.resolve(s.doc):t;if(!ae(n))throw new Error("Merge sources must be maps or map aliases");const i=n.toJSON(null,s,Map);for(const[r,o]of i)e instanceof Map?e.has(r)||e.set(r,o):e instanceof Set?e.add(r):Object.prototype.hasOwnProperty.call(e,r)||Object.defineProperty(e,r,{value:o,writable:!0,enumerable:!0,configurable:!0});return e}function Ps(s,e,t){if(e===null)return"";if(typeof e!="object")return String(e);if(T(s)&&t&&t.doc){const n=Vt(t.doc,{});n.anchors=new Set;for(const r of t.anchors.keys())n.anchors.add(r.anchor);n.inFlow=!0,n.inStringifyKey=!0;const i=s.toString(n);if(!t.mapKeyWarned){let r=JSON.stringify(i);r.length>40&&(r=r.substring(0,36)+'..."'),Jt(t.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${r}. Set mapAsMap: true to use object keys.`),t.mapKeyWarned=!0}return i}return JSON.stringify(e)}function ft(s,e,t){const n=ge(s,void 0,t),i=ge(e,void 0,t);return new _(n,i)}class _{constructor(e,t=null){Object.defineProperty(this,M,{value:Bt}),this.key=e,this.value=t}clone(e){let{key:t,value:n}=this;return T(t)&&(t=t.clone(e)),T(n)&&(n=n.clone(e)),new _(t,n)}toJSON(e,t){const n=t?.mapAsMap?new Map:{};return Yt(t,n,this)}toString(e,t,n){return e?.doc?Ms(this,e,t,n):JSON.stringify(this)}}function Gt(s,e,t){return(e.inFlow??s.flow?Ks:Ds)(s,e,t)}function Ds({comment:s,items:e},t,{blockItemPrefix:n,flowChars:i,itemIndent:r,onChompKeep:o,onComment:l}){const{indent:a,options:{commentString:c}}=t,u=Object.assign({},t,{indent:r,type:null});let f=!1;const h=[];for(let y=0;y<e.length;++y){const d=e[y];let m=null;if(T(d))!f&&d.spaceBefore&&h.push(""),Ce(t,h,d.commentBefore,f),d.comment&&(m=d.comment);else if(I(d)){const w=T(d.key)?d.key:null;w&&(!f&&w.spaceBefore&&h.push(""),Ce(t,h,w.commentBefore,f))}f=!1;let b=W(d,u,()=>m=null,()=>f=!0);m&&(b+=V(b,r,c(m))),f&&m&&(f=!1),h.push(n+b)}let p;if(h.length===0)p=i.start+i.end;else{p=h[0];for(let y=1;y<h.length;++y){const d=h[y];p+=d?`
${a}${d}`:`
`}}return s?(p+=`
`+U(c(s),a),l&&l()):f&&o&&o(),p}function Ks({comment:s,items:e},t,{flowChars:n,itemIndent:i,onComment:r}){const{indent:o,indentStep:l,flowCollectionPadding:a,options:{commentString:c}}=t;i+=l;const u=Object.assign({},t,{indent:i,inFlow:!0,type:null});let f=!1,h=0;const p=[];for(let b=0;b<e.length;++b){const w=e[b];let S=null;if(T(w))w.spaceBefore&&p.push(""),Ce(t,p,w.commentBefore,!1),w.comment&&(S=w.comment);else if(I(w)){const O=T(w.key)?w.key:null;O&&(O.spaceBefore&&p.push(""),Ce(t,p,O.commentBefore,!1),O.comment&&(f=!0));const g=T(w.value)?w.value:null;g?(g.comment&&(S=g.comment),g.commentBefore&&(f=!0)):w.value==null&&O&&O.comment&&(S=O.comment)}S&&(f=!0);let k=W(w,u,()=>S=null);b<e.length-1&&(k+=","),S&&(k+=V(k,i,c(S))),!f&&(p.length>h||k.includes(`
`))&&(f=!0),p.push(k),h=p.length}let y;const{start:d,end:m}=n;if(p.length===0)y=d+m;else if(f||(f=p.reduce((w,S)=>w+S.length+2,2)>Pe.maxFlowStringSingleLineLength),f){y=d;for(const b of p)y+=b?`
${l}${o}${b}`:`
`;y+=`
${o}${m}`}else y=`${d}${a}${p.join(" ")}${a}${m}`;return s&&(y+=V(y,c(s),o),r&&r()),y}function Ce({indent:s,options:{commentString:e}},t,n,i){if(n&&i&&(n=n.replace(/^\n+/,"")),n){const r=U(e(n),s);t.push(r.trimStart())}}function G(s,e){const t=A(e)?e.value:e;for(const n of s)if(I(n)&&(n.key===e||n.key===t||A(n.key)&&n.key.value===t))return n}class P extends Pe{static get tagName(){return"tag:yaml.org,2002:map"}constructor(e){super(J,e),this.items=[]}add(e,t){let n;I(e)?n=e:!e||typeof e!="object"||!("key"in e)?n=new _(e,e?.value):n=new _(e.key,e.value);const i=G(this.items,n.key),r=this.schema?.sortMapEntries;if(i){if(!t)throw new Error(`Key ${n.key} already set`);A(i.value)&&Ut(n.value)?i.value.value=n.value:i.value=n.value}else if(r){const o=this.items.findIndex(l=>r(n,l)<0);o===-1?this.items.push(n):this.items.splice(o,0,n)}else this.items.push(n)}delete(e){const t=G(this.items,e);return t?this.items.splice(this.items.indexOf(t),1).length>0:!1}get(e,t){const i=G(this.items,e)?.value;return(!t&&A(i)?i.value:i)??void 0}has(e){return!!G(this.items,e)}set(e,t){this.add(new _(e,t),!0)}toJSON(e,t,n){const i=n?new n:t?.mapAsMap?new Map:{};t?.onCreate&&t.onCreate(i);for(const r of this.items)Yt(t,i,r);return i}toString(e,t,n){if(!e)return JSON.stringify(this);for(const i of this.items)if(!I(i))throw new Error(`Map items must all be pairs; found ${JSON.stringify(i)} instead`);return!e.allNullValues&&this.hasAllNullValues(!1)&&(e=Object.assign({},e,{allNullValues:!0})),Gt(this,e,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:e.indent||"",onChompKeep:n,onComment:t})}}function qs(s,e,t){const{keepUndefined:n,replacer:i}=t,r=new P(s),o=(l,a)=>{if(typeof i=="function")a=i.call(e,l,a);else if(Array.isArray(i)&&!i.includes(l))return;(a!==void 0||n)&&r.items.push(ft(l,a,t))};if(e instanceof Map)for(const[l,a]of e)o(l,a);else if(e&&typeof e=="object")for(const l of Object.keys(e))o(l,e[l]);return typeof s.sortMapEntries=="function"&&r.items.sort(s.sortMapEntries),r}const ce={collection:"map",createNode:qs,default:!0,nodeClass:P,tag:"tag:yaml.org,2002:map",resolve(s,e){return ae(s)||e("Expected a mapping for this tag"),s}};class fe extends Pe{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(e){super(oe,e),this.items=[]}add(e){this.items.push(e)}delete(e){const t=Ae(e);return typeof t!="number"?!1:this.items.splice(t,1).length>0}get(e,t){const n=Ae(e);if(typeof n!="number")return;const i=this.items[n];return!t&&A(i)?i.value:i}has(e){const t=Ae(e);return typeof t=="number"&&t<this.items.length}set(e,t){const n=Ae(e);if(typeof n!="number")throw new Error(`Expected a valid index, not ${e}.`);const i=this.items[n];A(i)&&Ut(t)?i.value=t:this.items[n]=t}toJSON(e,t){const n=[];t?.onCreate&&t.onCreate(n);let i=0;for(const r of this.items)n.push(q(r,String(i++),t));return n}toString(e,t,n){return e?Gt(this,e,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(e.indent||"")+" ",onChompKeep:n,onComment:t}):JSON.stringify(this)}}function Ae(s){let e=A(s)?s.value:s;return e&&typeof e=="string"&&(e=Number(e)),typeof e=="number"&&Number.isInteger(e)&&e>=0?e:null}function Fs(s,e,t){const{replacer:n}=t,i=new fe(s);if(e&&Symbol.iterator in Object(e)){let r=0;for(let o of e){if(typeof n=="function"){const l=e instanceof Set?o:String(r++);o=n.call(e,l,o)}i.items.push(ge(o,void 0,t))}}return i}const ue={collection:"seq",createNode:Fs,default:!0,nodeClass:fe,tag:"tag:yaml.org,2002:seq",resolve(s,e){return we(s)||e("Expected a sequence for this tag"),s}},Fe={identify:s=>typeof s=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:s=>s,stringify(s,e,t,n){return e=Object.assign({actualString:!0},e),ke(s,e,t,n)}},Ue={identify:s=>s==null,createNode:()=>new N(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new N(null),stringify:({source:s},e)=>typeof s=="string"&&Ue.test.test(s)?s:e.options.nullStr},ut={identify:s=>typeof s=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:s=>new N(s[0]==="t"||s[0]==="T"),stringify({source:s,value:e
`:" ")}return ke({comment:s,type:e,value:l},n,i,r)}};function es(s,e){if(we(s))for(let t=0;t<s.items.length;++t){let n=s.items[t];if(!I(n)){if(ae(n)){n.items.length>1&&e("Each pair must have its own sequence indicator");const i=n.items[0]||new _(new N(null));if(n.commentBefore&&(i.key.commentBefore=i.key.commentBefore?`${n.commentBefore}
${i.key.commentBefore}`:n.commentBefore),n.comment){const r=i.value??i.key;r.comment=r.comment?`${n.comment}
${r.comment}`:n.comment}n=i}s.items[t]=I(n)?n:new _(n)}}else e("Expected a sequence for this tag");return s}function ts(s,e,t){const{replacer:n}=t,i=new fe(s);i.tag="tag:yaml.org,2002:pairs";let r=0;if(e&&Symbol.iterator in Object(e))for(let o of e){typeof n=="function"&&(o=n.call(e,String(r++),o));let l,a;if(Array.isArray(o))if(o.length===2)l=o[0],a=o[1];else throw new TypeError(`Expected [key, value] tuple: ${o}`);else if(o&&o instanceof Object){const c=Object.keys(o);if(c.length===1)l=c[0],a=o[l];else throw new TypeError(`Expected { key: value } tuple: ${o}`)}else l=o;i.items.push(ft(l,a,t))}return i}const pt={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:es,createNode:ts};class ne extends fe{constructor(){super(),this.add=P.prototype.add.bind(this),this.delete=P.prototype.delete.bind(this),this.get=P.prototype.get.bind(this),this.has=P.prototype.has.bind(this),this.set=P.prototype.set.bind(this),this.tag=ne.tag}toJSON(e,t){if(!t)return super.toJSON(e);const n=new Map;t?.onCreate&&t.onCreate(n);for(const i of this.items){let r,o;if(I(i)?(r=q(i.key,"",t),o=q(i.value,r,t)):r=q(i,"",t),n.has(r))throw new Error("Ordered maps must not include duplicate keys");n.set(r,o)}return n}}ne.tag="tag:yaml.org,2002:omap";const mt={collection:"seq",identify:s=>s instanceof Map,nodeClass:ne,default:!1,tag:"tag:yaml.org,2002:omap",resolve(s,e){const t=es(s,e),n=[];for(const{key:i}of t.items)A(i)&&(n.includes(i.value)?e(`Ordered maps must not include duplicate keys: ${i.value}`):n.push(i.value));return Object.assign(new ne,t)},createNode(s,e,t){const n=ts(s,e,t),i=new ne;return i.items=n.items,i}};function ss({value:s,source:e},t){return e&&(s?ns:is).test.test(e)?e:s?t.options.trueStr:t.options.falseStr}const ns={identify:s=>s===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new N(!0),stringify:ss},is={identify:s=>s===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/i,resolve:()=>new N(!1),stringify:ss},Ys={identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?\.(?:inf|Inf|INF|nan|NaN|NAN)$/,resolve:s=>s.slice(-3).toLowerCase()==="nan"?NaN:s[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:D},Gs={identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:s=>parseFloat(s.replace(/_/g,"")),stringify(s){const e=Number(s.value);return isFinite(e)?e.toExponential():D(s)}},Qs={identify:s=>typeof s=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(s){const e=new N(parseFloat(s.replace(/_/g,""))),t=s.indexOf(".");if(t!==-1){const n=s.substring(t+1).replace(/_/g,"");n[n.length-1]==="0"&&(e.minFractionDigits=n.length)}return e},stringify:D},Se=s=>typeof s=="bigint"||Number.isInteger(s);function Ve(s,e,t,{intAsBigInt:n}){const i=s[0];if((i==="-"||i==="+")&&(e+=1),s=s.substring(e).replace(/_/g,""),n){switch(t){case 2:s=`0b${s}`;break;case 8:s=`0o${s}`;break;case 16:s=`0x${s}`;break}const o=BigInt(s);return i==="-"?BigInt(-1)*o:o}const r=parseInt(s,t);return i==="-"?-1*r:r}function gt(s,e,t){const{value:n}=s;if(Se(n)){const i=n.toString(e);return n<0?"-"+t+i.substr(1):t+i}return D(s)}const Ws={identify:Se,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(s,e,t)=>Ve(s,2,2,t),stringify:s=>gt(s,2,"0b")},Hs={identify:Se,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(s,e,t)=>Ve(s,1,8,t),stringify:s=>gt(s,8,"0")},xs={identify:Se,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(s,e,t)=>Ve(s,0,10,t),stringify:D},Xs={identify:Se,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(s,e,t)=>Ve(s,2,16,t),stringify:s=>gt(s,16,"0x")};class ie extends P{constructor(e){super(e),this.tag=ie.tag}add(e){let t;I(e)?t=e:e&&typeof e=="object"&&"key"in e&&"value"in e&&e.value===null?t=new _(e.key,null):t=new _(e,null),G(this.
`)?(t.push("..."),t.push(U(a,""))):t.push(`... ${a}`)}else t.push("...");else{let a=s.comment;a&&o&&(a=a.replace(/^\n+/,"")),a&&((!o||l)&&t[t.length-1]!==""&&t.push(""),t.push(U(r(a),"")))}return t.join(`
`)+`
`}function pe(s,e,t,n){if(n&&typeof n=="object")if(Array.isArray(n))for(let i=0,r=n.length;i<r;++i){const o=n[i],l=pe(s,n,String(i),o);l===void 0?delete n[i]:l!==o&&(n[i]=l)}else if(n instanceof Map)for(const i of Array.from(n.keys())){const r=n.get(i),o=pe(s,n,i,r);o===void 0?n.delete(i):o!==r&&n.set(i,o)}else if(n instanceof Set)for(const i of Array.from(n)){const r=pe(s,n,i,i);r===void 0?n.delete(i):r!==i&&(n.delete(i),n.add(r))}else for(const[i,r]of Object.entries(n)){const o=pe(s,n,i,r);o===void 0?delete n[i]:o!==r&&(n[i]=o)}return s.call(e,t,n)}class Ne{constructor(e,t,n){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,M,{value:tt});let i=null;typeof t=="function"||Array.isArray(t)?i=t:n===void 0&&t&&(n=t,t=void 0);const r=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,uniqueKeys:!0,version:"1.2"},n);this.options=r;let{version:o}=r;n?._directives?(this.directives=n._directives.atDocument(),this.directives.yaml.explicit&&(o=this.directives.yaml.version)):this.directives=new $({version:o}),this.setSchema(o,n),e===void 0?this.contents=null:this.contents=this.createNode(e,i,n)}clone(){const e=Object.create(Ne.prototype,{[M]:{value:tt}});return e.commentBefore=this.commentBefore,e.comment=this.comment,e.errors=this.errors.slice(),e.warnings=this.warnings.slice(),e.options=Object.assign({},this.options),this.directives&&(e.directives=this.directives.clone()),e.schema=this.schema.clone(),e.contents=T(this.contents)?this.contents.clone(e.schema):this.contents,this.range&&(e.range=this.range.slice()),e}add(e){X(this.contents)&&this.contents.add(e)}addIn(e,t){X(this.contents)&&this.contents.addIn(e,t)}createAlias(e,t){if(!e.anchor){const n=qt(this);e.anchor=!t||n.has(t)?Ft(t||"a",n):t}return new ct(e.anchor)}createNode(e,t,n){let i;if(typeof t=="function")e=t.call({"":e},"",e),i=t;else if(Array.isArray(t)){const m=w=>typeof w=="number"||w instanceof String||w instanceof Number,b=t.filter(m).map(String);b.length>0&&(t=t.concat(b)),i=t}else n===void 0&&t&&(n=t,t=void 0);const{aliasDuplicateObjects:r,anchorPrefix:o,flow:l,keepUndefined:a,onTagObj:c,tag:u}=n??{},{onAnchor:f,setAnchors:h,sourceObjects:p}=Is(this,o||"a"),y={aliasDuplicateObjects:r??!0,keepUndefined:a??!1,onAnchor:f,onTagObj:c,replacer:i,schema:this.schema,sourceObjects:p},d=ge(e,u,y);return l&&L(d)&&(d.flow=!0),h(),d}createPair(e,t,n={}){const i=this.createNode(e,null,n),r=this.createNode(t,null,n);return new _(i,r)}delete(e){return X(this.contents)?this.contents.delete(e):!1}deleteIn(e){return de(e)?this.contents==null?!1:(this.contents=null,!0):X(this.contents)?this.contents.deleteIn(e):!1}get(e,t){return L(this.contents)?this.contents.get(e,t):void 0}getIn(e,t){return de(e)?!t&&A(this.contents)?this.contents.value:this.contents:L(this.contents)?this.contents.getIn(e,t):void 0}has(e){return L(this.contents)?this.contents.has(e):!1}hasIn(e){return de(e)?this.contents!==void 0:L(this.contents)?this.contents.hasIn(e):!1}set(e,t){this.contents==null?this.contents=ve(this.schema,[e],t):X(this.contents)&&this.contents.set(e,t)}setIn(e,t){de(e)?this.contents=t:this.contents==null?this.contents=ve(this.schema,Array.from(e),t):X(this.contents)&&this.contents.setIn(e,t)}setSchema(e,t={}){typeof e=="number"&&(e=String(e));let n;switch(e){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new $({version:"1.1"}),n={merge:!0,resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=e:this.directives=new $({version:e}),n={merge:!1,resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,n=null;break;default:{const i=JSON.stringify(e);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${i}`)}}if(t.schema instanceof Object)this.schema=t.schema;else if(n)this.schema=new wt(Object.assign(n,t));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:e,jsonArg:t,mapAsMap:n,maxAliasCount:i,onAnchor:r,rev
`),o=l+o}if(/[^ ]/.test(o)){let l=1;const a=t.linePos[1];a&&a.line===n&&a.col>i&&(l=Math.min(a.col-i,80-r));const c=" ".repeat(r)+"^".repeat(l);t.message+=`:
${o}
${c}
`}};function re(s,{flow:e,indicator:t,next:n,offset:i,onError:r,startOnNewline:o}){let l=!1,a=o,c=o,u="",f="",h=!1,p=!1,y=!1,d=null,m=null,b=null,w=null,S=null;for(const g of s)switch(y&&(g.type!=="space"&&g.type!=="newline"&&g.type!=="comma"&&r(g.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),y=!1),g.type){case"space":!e&&a&&t!=="doc-start"&&g.source[0]===" "&&r(g,"TAB_AS_INDENT","Tabs are not allowed as indentation"),c=!0;break;case"comment":{c||r(g,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const E=g.source.substring(1)||" ";u?u+=f+E:u=E,f="",a=!1;break}case"newline":a?u?u+=g.source:l=!0:f+=g.source,a=!0,h=!0,(d||m)&&(p=!0),c=!0;break;case"anchor":d&&r(g,"MULTIPLE_ANCHORS","A node can have at most one anchor"),g.source.endsWith(":")&&r(g.offset+g.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),d=g,S===null&&(S=g.offset),a=!1,c=!1,y=!0;break;case"tag":{m&&r(g,"MULTIPLE_TAGS","A node can have at most one tag"),m=g,S===null&&(S=g.offset),a=!1,c=!1,y=!0;break}case t:(d||m)&&r(g,"BAD_PROP_ORDER",`Anchors and tags must be after the ${g.source} indicator`),w&&r(g,"UNEXPECTED_TOKEN",`Unexpected ${g.source} in ${e??"collection"}`),w=g,a=!1,c=!1;break;case"comma":if(e){b&&r(g,"UNEXPECTED_TOKEN",`Unexpected , in ${e}`),b=g,a=!1,c=!1;break}default:r(g,"UNEXPECTED_TOKEN",`Unexpected ${g.type} token`),a=!1,c=!1}const k=s[s.length-1],O=k?k.offset+k.source.length:i;return y&&n&&n.type!=="space"&&n.type!=="newline"&&n.type!=="comma"&&(n.type!=="scalar"||n.source!=="")&&r(n.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),{comma:b,found:w,spaceBefore:l,comment:u,hasNewline:h,hasNewlineAfterProp:p,anchor:d,tag:m,end:O,start:S??O}}function ye(s){if(!s)return null;switch(s.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(s.source.includes(`
`))return!0;if(s.end){for(const e of s.end)if(e.type==="newline")return!0}return!1;case"flow-collection":for(const e of s.items){for(const t of e.start)if(t.type==="newline")return!0;if(e.sep){for(const t of e.sep)if(t.type==="newline")return!0}if(ye(e.key)||ye(e.value))return!0}return!1;default:return!0}}function it(s,e,t){if(e?.type==="flow-collection"){const n=e.end[0];n.indent===s&&(n.source==="]"||n.source==="}")&&ye(e)&&t(n,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}function cs(s,e,t){const{uniqueKeys:n}=s.options;if(n===!1)return!1;const i=typeof n=="function"?n:(r,o)=>r===o||A(r)&&A(o)&&r.value===o.value&&!(r.value==="<<"&&s.schema.merge);return e.some(r=>i(r.key,t))}const Tt="All mapping items must start at the same column";function sn({composeNode:s,composeEmptyNode:e},t,n,i){const r=new P(t.schema);t.atRoot&&(t.atRoot=!1);let o=n.offset,l=null;for(const a of n.items){const{start:c,key:u,sep:f,value:h}=a,p=re(c,{indicator:"explicit-key-ind",next:u??f?.[0],offset:o,onError:i,startOnNewline:!0}),y=!p.found;if(y){if(u&&(u.type==="block-seq"?i(o,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in u&&u.indent!==n.indent&&i(o,"BAD_INDENT",Tt)),!p.anchor&&!p.tag&&!f){l=p.end,p.comment&&(r.comment?r.comment+=`
`+p.comment:r.comment=p.comment);continue}(p.hasNewlineAfterProp||ye(u))&&i(u??c[c.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else p.found?.indent!==n.indent&&i(o,"BAD_INDENT",Tt);const d=p.end,m=u?s(t,u,p,i):e(t,d,c,null,p,i);t.schema.compat&&it(n.indent,u,i),cs(t,r.items,m)&&i(d,"DUPLICATE_KEY","Map keys must be unique");const b=re(f??[],{indicator:"map-value-ind",next:h,offset:m.range[2],onError:i,startOnNewline:!u||u.type==="block-scalar"});if(o=b.end,b.found){y&&(h?.type==="block-map"&&!b.hasNewline&&i(o,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),t.options.strict&&p.start<b.found.offset-1024&&i(m.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));const w=h?s(t,h,b,i):e(t,o,f,null,b,i);t.schema.compat&&it(n.indent,h,i),o=w.range[2];const S=new _(m,w);t.options.keepSourceTokens&&(S.srcToken=a),r.items.push(S)}else{y&&i(m.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),b.comment&&(m.comment?m.comment+=`
`+b.comment:m.comment=b.comment);const w=new _(m);t.options.keepSourceTokens&&(w.srcToken=a),r.items.push(w)}}return l&&l<o&&i(l,"IMPOSSIBLE","Map comment with trailing content"),r.range=[n.offset,o,l??o],r}function nn({composeNode:s,composeEmptyNode:e},t,n,i){const r=new fe(t.schema);t.atRoot&&(t.atRoot=!1);let o=n.offset,l=null;for(const{start:a,value:c}of n.items){const u=re(a,{indicator:"seq-item-ind",next:c,offset:o,onError:i,startOnNewline:!0});if(!u.found)if(u.anchor||u.tag||c)c&&c.type==="block-seq"?i(u.end,"BAD_INDENT","All sequence items must start at the same column"):i(o,"MISSING_CHAR","Sequence item without - indicator");else{l=u.end,u.comment&&(r.comment=u.comment);continue}const f=c?s(t,c,u,i):e(t,u.end,a,null,u,i);t.schema.compat&&it(n.indent,c,i),o=f.range[2],r.items.push(f)}return r.range=[n.offset,o,l??o],r}function Oe(s,e,t,n){let i="";if(s){let r=!1,o="";for(const l of s){const{source:a,type:c}=l;switch(c){case"space":r=!0;break;case"comment":{t&&!r&&n(l,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const u=a.substring(1)||" ";i?i+=o+u:i=u,o="";break}case"newline":i&&(o+=a),r=!0;break;default:n(l,"UNEXPECTED_TOKEN",`Unexpected ${c} at node end`)}e+=a.length}}return{comment:i,offset:e}}const xe="Block collections are not allowed within flow collections",Xe=s=>s&&(s.type==="block-map"||s.type==="block-seq");function rn({composeNode:s,composeEmptyNode:e},t,n,i){const r=n.start.source==="{",o=r?"flow map":"flow sequence",l=r?new P(t.schema):new fe(t.schema);l.flow=!0;const a=t.atRoot;a&&(t.atRoot=!1);let c=n.offset+n.start.source.length;for(let y=0;y<n.items.length;++y){const d=n.items[y],{start:m,key:b,sep:w,value:S}=d,k=re(m,{flow:o,indicator:"explicit-key-ind",next:b??w?.[0],offset:c,onError:i,startOnNewline:!1});if(!k.found){if(!k.anchor&&!k.tag&&!w&&!S){y===0&&k.comma?i(k.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${o}`):y<n.items.length-1&&i(k.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${o}`),k.comment&&(l.comment?l.comment+=`
`+k.comment:l.comment=k.comment),c=k.end;continue}!r&&t.options.strict&&ye(b)&&i(b,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(y===0)k.comma&&i(k.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${o}`);else if(k.comma||i(k.start,"MISSING_CHAR",`Missing , between ${o} items`),k.comment){let O="";e:for(const g of m)switch(g.type){case"comma":case"space":break;case"comment":O=g.source.substring(1);break e;default:break e}if(O){let g=l.items[l.items.length-1];I(g)&&(g=g.value??g.key),g.comment?g.comment+=`
`+O:g.comment=O,k.comment=k.comment.substring(O.length+1)}}if(!r&&!w&&!k.found){const O=S?s(t,S,k,i):e(t,k.end,w,null,k,i);l.items.push(O),c=O.range[2],Xe(S)&&i(O.range,"BLOCK_IN_FLOW",xe)}else{const O=k.end,g=b?s(t,b,k,i):e(t,O,m,null,k,i);Xe(b)&&i(g.range,"BLOCK_IN_FLOW",xe);const E=re(w??[],{flow:o,indicator:"map-value-ind",next:S,offset:g.range[2],onError:i,startOnNewline:!1});if(E.found){if(!r&&!k.found&&t.options.strict){if(w)for(const C of w){if(C===E.found)break;if(C.type==="newline"){i(C,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}k.start<E.found.offset-1024&&i(E.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else S&&("source"in S&&S.source&&S.source[0]===":"?i(S,"MISSING_CHAR",`Missing space after : in ${o}`):i(E.start,"MISSING_CHAR",`Missing , or : between ${o} items`));const F=S?s(t,S,E,i):E.found?e(t,E.end,w,null,E,i):null;F?Xe(S)&&i(F.range,"BLOCK_IN_FLOW",xe):E.comment&&(g.comment?g.comment+=`
`+E.comment:g.comment=E.comment);const x=new _(g,F);if(t.options.keepSourceTokens&&(x.srcToken=d),r){const C=l;cs(t,C.items,g)&&i(O,"DUPLICATE_KEY","Map keys must be unique"),C.items.push(x)}else{const C=new P(t.schema);C.flow=!0,C.items.push(x),l.items.push(C)}c=F?F.range[2]:E.end}}const u=r?"}":"]",[f,...h]=n.end;let p=c;if(f&&f.source===u)p=f.offset+f.source.length;else{const y=o[0].toUpperCase()+o.substring(1),d=a?`${y} must end with a ${u}`:`${y} in block collection must be sufficiently indented and end with a ${u}`;i(c,a?"MISSING_CHAR":"BAD_INDENT",d),f&&f.source.length!==1&&h.unshift(f)}if(h.length>0){const y=Oe(h,p,t.options.strict,i);y.comment&&(l.comment?l.comment+=`
`+y.comment:l.comment=y.comment),l.range=[n.offset,p,y.offset]}else l.range=[n.offset,p,p];return l}function on(s,e,t,n,i){let r;switch(t.type){case"block-map":{r=sn(s,e,t,i);break}case"block-seq":{r=nn(s,e,t,i);break}case"flow-collection":{r=rn(s,e,t,i);break}}if(!n)return r;const o=e.directives.tagName(n.source,h=>i(n,"TAG_RESOLVE_FAILED",h));if(!o)return r;const l=r.constructor;if(o==="!"||o===l.tagName)return r.tag=l.tagName,r;const a=ae(r)?"map":"seq";let c=e.schema.tags.find(h=>h.collection===a&&h.tag===o);if(!c){const h=e.schema.knownTags[o];if(h&&h.collection===a)e.schema.tags.push(Object.assign({},h,{default:!1})),c=h;else return i(n,"TAG_RESOLVE_FAILED",`Unresolved tag: ${o}`,!0),r.tag=o,r}const u=c.resolve(r,h=>i(n,"TAG_RESOLVE_FAILED",h),e.options),f=T(u)?u:new N(u);return f.range=r.range,f.tag=o,c?.format&&(f.format=c.format),f}function fs(s,e,t){const n=s.offset,i=ln(s,e,t);if(!i)return{value:"",type:null,comment:"",range:[n,n,n]};const r=i.mode===">"?N.BLOCK_FOLDED:N.BLOCK_LITERAL,o=s.source?an(s.source):[];let l=o.length;for(let d=o.length-1;d>=0;--d){const m=o[d][1];if(m===""||m==="\r")l=d;else break}if(l===0){const d=i.chomp==="+"&&o.length>0?`
`.repeat(Math.max(1,o.length-1)):"";let m=n+i.length;return s.source&&(m+=s.source.length),{value:d,type:r,comment:i.comment,range:[n,m,m]}}let a=s.indent+i.indent,c=s.offset+i.length,u=0;for(let d=0;d<l;++d){const[m,b]=o[d];if(b===""||b==="\r")i.indent===0&&m.length>a&&(a=m.length);else{if(m.length<a){const w="Block scalars with more-indented leading empty lines must use an explicit indentation indicator";t(c+m.length,"MISSING_CHAR",w)}i.indent===0&&(a=m.length),u=d;break}c+=m.length+b.length+1}for(let d=o.length-1;d>=l;--d)o[d][0].length>a&&(l=d+1);let f="",h="",p=!1;for(let d=0;d<u;++d)f+=o[d][0].slice(a)+`
`;for(let d=u;d<l;++d){let[m,b]=o[d];c+=m.length+b.length+1;const w=b[b.length-1]==="\r";if(w&&(b=b.slice(0,-1)),b&&m.length<a){const k=`Block scalar lines must not be less indented than their ${i.indent?"explicit indentation indicator":"first line"}`;t(c-b.length-(w?2:1),"BAD_INDENT",k),m=""}r===N.BLOCK_LITERAL?(f+=h+m.slice(a)+b,h=`
`):m.length>a||b[0]===" "?(h===" "?h=`
`:!p&&h===`
`&&(h=`
`),f+=h+m.slice(a)+b,h=`
`,p=!0):b===""?h===`
`?f+=`
`:h=`
`:(f+=h+b,h=" ",p=!1)}switch(i.chomp){case"-":break;case"+":for(let d=l;d<o.length;++d)f+=`
`+o[d][0].slice(a);f[f.length-1]!==`
`&&(f+=`
`);break;default:f+=`
`}const y=n+i.length+s.source.length;return{value:f,type:r,comment:i.comment,range:[n,y,y]}}function ln({offset:s,props:e},t,n){if(e[0].type!=="block-scalar-header")return n(e[0],"IMPOSSIBLE","Block scalar header not found"),null;const{source:i}=e[0],r=i[0];let o=0,l="",a=-1;for(let h=1;h<i.length;++h){const p=i[h];if(!l&&(p==="-"||p==="+"))l=p;else{const y=Number(p);!o&&y?o=y:a===-1&&(a=s+h)}}a!==-1&&n(a,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${i}`);let c=!1,u="",f=i.length;for(let h=1;h<e.length;++h){const p=e[h];switch(p.type){case"space":c=!0;case"newline":f+=p.source.length;break;case"comment":t&&!c&&n(p,"MISSING_CHAR","Comments must be separated from other tokens by white space characters"),f+=p.source.length,u=p.source.substring(1);break;case"error":n(p,"UNEXPECTED_TOKEN",p.message),f+=p.source.length;break;default:{const y=`Unexpected token in block scalar header: ${p.type}`;n(p,"UNEXPECTED_TOKEN",y);const d=p.source;d&&typeof d=="string"&&(f+=d.length)}}}return{mode:r,indent:o,chomp:l,comment:u,length:f}}function an(s){const e=s.split(/\n( *)/),t=e[0],n=t.match(/^( *)/),r=[n?.[1]?[n[1],t.slice(n[1].length)]:["",t]];for(let o=1;o<e.length;o+=2)r.push([e[o],e[o+1]]);return r}function us(s,e,t){const{offset:n,type:i,source:r,end:o}=s;let l,a;const c=(h,p,y)=>t(n+h,p,y);switch(i){case"scalar":l=N.PLAIN,a=cn(r,c);break;case"single-quoted-scalar":l=N.QUOTE_SINGLE,a=fn(r,c);break;case"double-quoted-scalar":l=N.QUOTE_DOUBLE,a=un(r,c);break;default:return t(s,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${i}`),{value:"",type:null,comment:"",range:[n,n+r.length,n+r.length]}}const u=n+r.length,f=Oe(o,u,e,t);return{value:a,type:l,comment:f.comment,range:[n,u,f.offset]}}function cn(s,e){let t="";switch(s[0]){case" ":t="a tab character";break;case",":t="flow indicator character ,";break;case"%":t="directive indicator character %";break;case"|":case">":{t=`block scalar indicator ${s[0]}`;break}case"@":case"`":{t=`reserved character ${s[0]}`;break}}return t&&e(0,"BAD_SCALAR_START",`Plain value cannot start with ${t}`),hs(s)}function fn(s,e){return(s[s.length-1]!=="'"||s.length===1)&&e(s.length,"MISSING_CHAR","Missing closing 'quote"),hs(s.slice(1,-1)).replace(/''/g,"'")}function hs(s){let e,t;try{e=new RegExp(`(.*?)(?<![ ])[ ]*\r?
`,"sy"),t=new RegExp(`[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?
`,"sy")}catch{e=/(.*?)[ \t]*\r?\n/sy,t=/[ \t]*(.*?)[ \t]*\r?\n/sy}let n=e.exec(s);if(!n)return s;let i=n[1],r=" ",o=e.lastIndex;for(t.lastIndex=o;n=t.exec(s);)n[1]===""?r===`
`?i+=r:r=`
`:(i+=r+n[1],r=" "),o=t.lastIndex;const l=/[ \t]*(.*)/sy;return l.lastIndex=o,n=l.exec(s),i+r+(n?.[1]??"")}function un(s,e){let t="";for(let n=1;n<s.length-1;++n){const i=s[n];if(!(i==="\r"&&s[n+1]===`
`))if(i===`
`){const{fold:r,offset:o}=hn(s,n);t+=r,n=o}else if(i==="\\"){let r=s[++n];const o=dn[r];if(o)t+=o;else if(r===`
`)for(r=s[n+1];r===" "||r===" ";)r=s[++n+1];else if(r==="\r"&&s[n+1]===`
`)for(r=s[++n+1];r===" "||r===" ";)r=s[++n+1];else if(r==="x"||r==="u"||r==="U"){const l={x:2,u:4,U:8}[r];t+=pn(s,n+1,l,e),n+=l}else{const l=s.substr(n-1,2);e(n-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${l}`),t+=l}}else if(i===" "||i===" "){const r=n;let o=s[n+1];for(;o===" "||o===" ";)o=s[++n+1];o!==`
`&&!(o==="\r"&&s[n+2]===`
`)&&(t+=n>r?s.slice(r,n+1):i)}else t+=i}return(s[s.length-1]!=='"'||s.length===1)&&e(s.length,"MISSING_CHAR",'Missing closing "quote'),t}function hn(s,e){let t="",n=s[e+1];for(;(n===" "||n===" "||n===`
`||n==="\r")&&!(n==="\r"&&s[e+2]!==`
`);)n===`
`&&(t+=`
`),e+=1,n=s[e+1];return t||(t=" "),{fold:t,offset:e}}const dn={0:"\0",a:"\x07",b:"\b",e:"\x1B",f:"\f",n:`
`,r:"\r",t:" ",v:"\v",N:"…",_:" ",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function pn(s,e,t,n){const i=s.substr(e,t),o=i.length===t&&/^[0-9a-fA-F]+$/.test(i)?parseInt(i,16):NaN;if(isNaN(o)){const l=s.substr(e-2,t+2);return n(e-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${l}`),l}return String.fromCodePoint(o)}function ds(s,e,t,n){const{value:i,type:r,comment:o,range:l}=e.type==="block-scalar"?fs(e,s.options.strict,n):us(e,s.options.strict,n),a=t?s.directives.tagName(t.source,f=>n(t,"TAG_RESOLVE_FAILED",f)):null,c=t&&a?mn(s.schema,i,a,t,n):e.type==="scalar"?gn(s,i,e,n):s.schema[R];let u;try{const f=c.resolve(i,h=>n(t??e,"TAG_RESOLVE_FAILED",h),s.options);u=A(f)?f:new N(f)}catch(f){const h=f instanceof Error?f.message:String(f);n(t??e,"TAG_RESOLVE_FAILED",h),u=new N(i)}return u.range=l,u.source=i,r&&(u.type=r),a&&(u.tag=a),c.format&&(u.format=c.format),o&&(u.comment=o),u}function mn(s,e,t,n,i){if(t==="!")return s[R];const r=[];for(const l of s.tags)if(!l.collection&&l.tag===t)if(l.default&&l.test)r.push(l);else return l;for(const l of r)if(l.test?.test(e))return l;const o=s.knownTags[t];return o&&!o.collection?(s.tags.push(Object.assign({},o,{default:!1,test:void 0})),o):(i(n,"TAG_RESOLVE_FAILED",`Unresolved tag: ${t}`,t!=="tag:yaml.org,2002:str"),s[R])}function gn({directives:s,schema:e},t,n,i){const r=e.tags.find(o=>o.default&&o.test?.test(t))||e[R];if(e.compat){const o=e.compat.find(l=>l.default&&l.test?.test(t))??e[R];if(r.tag!==o.tag){const l=s.tagString(r.tag),a=s.tagString(o.tag),c=`Value may be parsed as either ${l} or ${a}`;i(n,"TAG_RESOLVE_FAILED",c,!0)}}return r}function yn(s,e,t){if(e){t===null&&(t=e.length);for(let n=t-1;n>=0;--n){let i=e[n];switch(i.type){case"space":case"comment":case"newline":s-=i.source.length;continue}for(i=e[++n];i?.type==="space";)s+=i.source.length,i=e[++n];break}}return s}const bn={composeNode:ps,composeEmptyNode:kt};function ps(s,e,t,n){const{spaceBefore:i,comment:r,anchor:o,tag:l}=t;let a,c=!0;switch(e.type){case"alias":a=wn(s,e,n),(o||l)&&n(e,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":a=ds(s,e,l,n),o&&(a.anchor=o.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":a=on(bn,s,e,l,n),o&&(a.anchor=o.source.substring(1));break;default:{const u=e.type==="error"?e.message:`Unsupported token (type: ${e.type})`;n(e,"UNEXPECTED_TOKEN",u),a=kt(s,e.offset,void 0,null,t,n),c=!1}}return o&&a.anchor===""&&n(o,"BAD_ALIAS","Anchor cannot be an empty string"),i&&(a.spaceBefore=!0),r&&(e.type==="scalar"&&e.source===""?a.comment=r:a.commentBefore=r),s.options.keepSourceTokens&&c&&(a.srcToken=e),a}function kt(s,e,t,n,{spaceBefore:i,comment:r,anchor:o,tag:l,end:a},c){const u={type:"scalar",offset:yn(e,t,n),indent:-1,source:""},f=ds(s,u,l,c);return o&&(f.anchor=o.source.substring(1),f.anchor===""&&c(o,"BAD_ALIAS","Anchor cannot be an empty string")),i&&(f.spaceBefore=!0),r&&(f.comment=r,f.range[2]=a),f}function wn({options:s},{offset:e,source:t,end:n},i){const r=new ct(t.substring(1));r.source===""&&i(e,"BAD_ALIAS","Alias cannot be an empty string"),r.source.endsWith(":")&&i(e+t.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);const o=e+t.length,l=Oe(n,o,s.strict,i);return r.range=[e,o,l.offset],l.comment&&(r.comment=l.comment),r}function kn(s,e,{offset:t,start:n,value:i,end:r},o){const l=Object.assign({_directives:e},s),a=new Ne(void 0,l),c={atRoot:!0,directives:a.directives,options:a.options,schema:a.schema},u=re(n,{indicator:"doc-start",next:i??r?.[0],offset:t,onError:o,startOnNewline:!0});u.found&&(a.directives.docStart=!0,i&&(i.type==="block-map"||i.type==="block-seq")&&!u.hasNewline&&o(u.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),a.contents=i?ps(c,i,u,o):kt(c,u.end,n,null,u,o);const f=a.contents.range[2],h=Oe(r,f,!1,o);return h.comment&&(a.comment=h.comment),a.range=[t,f,h.offset],a}function he(s){if(typeof s=="number")return[s,s+1];if(Array.isArray(s))return s.length===2?s:[
`:`
`)+(r.substring(1)||" "),t=!0,n=!1;break;case"%":s[i+1]?.[0]!=="#"&&(i+=1),t=!1;break;default:t||(n=!0),t=!1}}return{comment:e,afterEmptyLine:n}}class ms{constructor(e={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(t,n,i,r)=>{const o=he(t);r?this.warnings.push(new tn(o,n,i)):this.errors.push(new se(o,n,i))},this.directives=new $({version:e.version||"1.2"}),this.options=e}decorate(e,t){const{comment:n,afterEmptyLine:i}=$t(this.prelude);if(n){const r=e.contents;if(t)e.comment=e.comment?`${e.comment}
${n}`:n;else if(i||e.directives.docStart||!r)e.commentBefore=n;else if(L(r)&&!r.flow&&r.items.length>0){let o=r.items[0];I(o)&&(o=o.key);const l=o.commentBefore;o.commentBefore=l?`${n}
${l}`:n}else{const o=r.commentBefore;r.commentBefore=o?`${n}
${o}`:n}}t?(Array.prototype.push.apply(e.errors,this.errors),Array.prototype.push.apply(e.warnings,this.warnings)):(e.errors=this.errors,e.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:$t(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(e,t=!1,n=-1){for(const i of e)yield*this.next(i);yield*this.end(t,n)}*next(e){switch(e.type){case"directive":this.directives.add(e.source,(t,n,i)=>{const r=he(e);r[0]+=t,this.onError(r,"BAD_DIRECTIVE",n,i)}),this.prelude.push(e.source),this.atDirectives=!0;break;case"document":{const t=kn(this.options,this.directives,e,this.onError);this.atDirectives&&!t.directives.docStart&&this.onError(e,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(t,!1),this.doc&&(yield this.doc),this.doc=t,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(e.source);break;case"error":{const t=e.source?`${e.message}: ${JSON.stringify(e.source)}`:e.message,n=new se(he(e),"UNEXPECTED_TOKEN",t);this.atDirectives||!this.doc?this.errors.push(n):this.doc.errors.push(n);break}case"doc-end":{if(!this.doc){const n="Unexpected doc-end without preceding document";this.errors.push(new se(he(e),"UNEXPECTED_TOKEN",n));break}this.doc.directives.docEnd=!0;const t=Oe(e.end,e.offset+e.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),t.comment){const n=this.doc.comment;this.doc.comment=n?`${n}
${t.comment}`:t.comment}this.doc.range[2]=t.offset;break}default:this.errors.push(new se(he(e),"UNEXPECTED_TOKEN",`Unsupported token ${e.type}`))}}*end(e=!1,t=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(e){const n=Object.assign({_directives:this.directives},this.options),i=new Ne(void 0,n);this.atDirectives&&this.onError(t,"MISSING_CHAR","Missing directives-end indicator line"),i.range=[0,t,t],this.decorate(i,!1),yield i}}}function Sn(s,e=!0,t){if(s){const n=(i,r,o)=>{const l=typeof i=="number"?i:Array.isArray(i)?i[0]:i.offset;if(t)t(l,r,o);else throw new se([l,l+1],r,o)};switch(s.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return us(s,e,n);case"block-scalar":return fs(s,e,n)}}return null}function Nn(s,e){const{implicitKey:t=!1,indent:n,inFlow:i=!1,offset:r=-1,type:o="PLAIN"}=e,l=ke({type:o,value:s},{implicitKey:t,indent:n>0?" ".repeat(n):"",inFlow:i,options:{blockQuote:!0,lineWidth:-1}}),a=e.end??[{type:"newline",offset:-1,indent:n,source:`
`}];switch(l[0]){case"|":case">":{const c=l.indexOf(`
`),u=l.substring(0,c),f=l.substring(c+1)+`
`,h=[{type:"block-scalar-header",offset:r,indent:n,source:u}];return gs(h,a)||h.push({type:"newline",offset:-1,indent:n,source:`
`}),{type:"block-scalar",offset:r,indent:n,props:h,source:f}}case'"':return{type:"double-quoted-scalar",offset:r,indent:n,source:l,end:a};case"'":return{type:"single-quoted-scalar",offset:r,indent:n,source:l,end:a};default:return{type:"scalar",offset:r,indent:n,source:l,end:a}}}function On(s,e,t={}){let{afterKey:n=!1,implicitKey:i=!1,inFlow:r=!1,type:o}=t,l="indent"in s?s.indent:null;if(n&&typeof l=="number"&&(l+=2),!o)switch(s.type){case"single-quoted-scalar":o="QUOTE_SINGLE";break;case"double-quoted-scalar":o="QUOTE_DOUBLE";break;case"block-scalar":{const c=s.props[0];if(c.type!=="block-scalar-header")throw new Error("Invalid block scalar header");o=c.source[0]===">"?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:o="PLAIN"}const a=ke({type:o,value:e},{implicitKey:i||l===null,indent:l!==null&&l>0?" ".repeat(l):"",inFlow:r,options:{blockQuote:!0,lineWidth:-1}});switch(a[0]){case"|":case">":An(s,a);break;case'"':ze(s,a,"double-quoted-scalar");break;case"'":ze(s,a,"single-quoted-scalar");break;default:ze(s,a,"scalar")}}function An(s,e){const t=e.indexOf(`
`),n=e.substring(0,t),i=e.substring(t+1)+`
`;if(s.type==="block-scalar"){const r=s.props[0];if(r.type!=="block-scalar-header")throw new Error("Invalid block scalar header");r.source=n,s.source=i}else{const{offset:r}=s,o="indent"in s?s.indent:-1,l=[{type:"block-scalar-header",offset:r,indent:o,source:n}];gs(l,"end"in s?s.end:void 0)||l.push({type:"newline",offset:-1,indent:o,source:`
`});for(const a of Object.keys(s))a!=="type"&&a!=="offset"&&delete s[a];Object.assign(s,{type:"block-scalar",indent:o,props:l,source:i})}}function gs(s,e){if(e)for(const t of e)switch(t.type){case"space":case"comment":s.push(t);break;case"newline":return s.push(t),!0}return!1}function ze(s,e,t){switch(s.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":s.type=t,s.source=e;break;case"block-scalar":{const n=s.props.slice(1);let i=e.length;s.props[0].type==="block-scalar-header"&&(i-=s.props[0].source.length);for(const r of n)r.offset+=i;delete s.props,Object.assign(s,{type:t,source:e,end:n});break}case"block-map":case"block-seq":{const i={type:"newline",offset:s.offset+e.length,indent:s.indent,source:`
`};delete s.items,Object.assign(s,{type:t,source:e,end:[i]});break}default:{const n="indent"in s?s.indent:-1,i="end"in s&&Array.isArray(s.end)?s.end.filter(r=>r.type==="space"||r.type==="comment"||r.type==="newline"):[];for(const r of Object.keys(s))r!=="type"&&r!=="offset"&&delete s[r];Object.assign(s,{type:t,indent:n,source:e,end:i})}}}const En=s=>"type"in s?Me(s):_e(s);function Me(s){switch(s.type){case"block-scalar":{let e="";for(const t of s.props)e+=Me(t);return e+s.source}case"block-map":case"block-seq":{let e="";for(const t of s.items)e+=_e(t);return e}case"flow-collection":{let e=s.start.source;for(const t of s.items)e+=_e(t);for(const t of s.end)e+=t.source;return e}case"document":{let e=_e(s);if(s.end)for(const t of s.end)e+=t.source;return e}default:{let e=s.source;if("end"in s&&s.end)for(const t of s.end)e+=t.source;return e}}}function _e({start:s,key:e,sep:t,value:n}){let i="";for(const r of s)i+=r.source;if(e&&(i+=Me(e)),t)for(const r of t)i+=r.source;return n&&(i+=Me(n)),i}const rt=Symbol("break visit"),In=Symbol("skip children"),ys=Symbol("remove item");function H(s,e){"type"in s&&s.type==="document"&&(s={start:s.start,value:s.value}),bs(Object.freeze([]),s,e)}H.BREAK=rt;H.SKIP=In;H.REMOVE=ys;H.itemAtPath=(s,e)=>{let t=s;for(const[n,i]of e){const r=t?.[n];if(r&&"items"in r)t=r.items[i];else return}return t};H.parentCollection=(s,e)=>{const t=H.itemAtPath(s,e.slice(0,-1)),n=e[e.length-1][0],i=t?.[n];if(i&&"items"in i)return i;throw new Error("Parent collection not found")};function bs(s,e,t){let n=t(e,s);if(typeof n=="symbol")return n;for(const i of["key","value"]){const r=e[i];if(r&&"items"in r){for(let o=0;o<r.items.length;++o){const l=bs(Object.freeze(s.concat([[i,o]])),r.items[o],t);if(typeof l=="number")o=l-1;else{if(l===rt)return rt;l===ys&&(r.items.splice(o,1),o-=1)}}typeof n=="function"&&i==="key"&&(n=n(e,s))}}return typeof n=="function"?n(e,s):n}const Ye="\uFEFF",Ge="",Qe="",be="",Ln=s=>!!s&&"items"in s,Tn=s=>!!s&&(s.type==="scalar"||s.type==="single-quoted-scalar"||s.type==="double-quoted-scalar"||s.type==="block-scalar");function $n(s){switch(s){case Ye:return"<BOM>";case Ge:return"<DOC>";case Qe:return"<FLOW_END>";case be:return"<SCALAR>";default:return JSON.stringify(s)}}function ws(s){switch(s){case Ye:return"byte-order-mark";case Ge:return"doc-mode";case Qe:return"flow-error-end";case be:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case`
`:case`\r
`:return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(s[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}const jn=Object.freeze(Object.defineProperty({__proto__:null,BOM:Ye,DOCUMENT:Ge,FLOW_END:Qe,SCALAR:be,createScalarToken:Nn,isCollection:Ln,isScalar:Tn,prettyToken:$n,resolveAsScalar:Sn,setScalarValue:On,stringify:En,tokenType:ws,visit:H},Symbol.toStringTag,{value:"Module"}));function B(s){switch(s){case void 0:case" ":case`
`:case"\r":case" ":return!0;default:return!1}}const _t="0123456789ABCDEFabcdef".split(""),_n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()".split(""),Ze=",[]{}".split(""),vn=` ,[]{}
\r `.split(""),et=s=>!s||vn.includes(s);class Cn{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(e,t=!1){e&&(this.buffer=this.buffer?this.buffer+e:e,this.lineEndPos=null),this.atEnd=!t;let n=this.next??"stream";for(;n&&(t||this.hasChars(1));)n=yield*this.parseNext(n)}atLineEnd(){let e=this.pos,t=this.buffer[e];for(;t===" "||t===" ";)t=this.buffer[++e];return!t||t==="#"||t===`
`?!0:t==="\r"?this.buffer[e+1]===`
`:!1}charAt(e){return this.buffer[this.pos+e]}continueScalar(e){let t=this.buffer[e];if(this.indentNext>0){let n=0;for(;t===" ";)t=this.buffer[++n+e];if(t==="\r"){const i=this.buffer[n+e+1];if(i===`
`||!i&&!this.atEnd)return e+n+1}return t===`
`||n>=this.indentNext||!t&&!this.atEnd?e+n:-1}if(t==="-"||t==="."){const n=this.buffer.substr(e,3);if((n==="---"||n==="...")&&B(this.buffer[e+3]))return-1}return e}getLine(){let e=this.lineEndPos;return(typeof e!="number"||e!==-1&&e<this.pos)&&(e=this.buffer.indexOf(`
`,this.pos),this.lineEndPos=e),e===-1?this.atEnd?this.buffer.substring(this.pos):null:(this.buffer[e-1]==="\r"&&(e-=1),this.buffer.substring(this.pos,e))}hasChars(e){return this.pos+e<=this.buffer.length}setNext(e){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=e,null}peek(e){return this.buffer.substr(this.pos,e)}*parseNext(e){switch(e){case"stream":return yield*this.parseStream();case"line-start":return yield*this.parseLineStart();case"block-start":return yield*this.parseBlockStart();case"doc":return yield*this.parseDocument();case"flow":return yield*this.parseFlowCollection();case"quoted-scalar":return yield*this.parseQuotedScalar();case"block-scalar":return yield*this.parseBlockScalar();case"plain-scalar":return yield*this.parsePlainScalar()}}*parseStream(){let e=this.getLine();if(e===null)return this.setNext("stream");if(e[0]===Ye&&(yield*this.pushCount(1),e=e.substring(1)),e[0]==="%"){let t=e.length;const n=e.indexOf("#");if(n!==-1){const r=e[n-1];(r===" "||r===" ")&&(t=n-1)}for(;;){const r=e[t-1];if(r===" "||r===" ")t-=1;else break}const i=(yield*this.pushCount(t))+(yield*this.pushSpaces(!0));return yield*this.pushCount(e.length-i),this.pushNewline(),"stream"}if(this.atLineEnd()){const t=yield*this.pushSpaces(!0);return yield*this.pushCount(e.length-t),yield*this.pushNewline(),"stream"}return yield Ge,yield*this.parseLineStart()}*parseLineStart(){const e=this.charAt(0);if(!e&&!this.atEnd)return this.setNext("line-start");if(e==="-"||e==="."){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");const t=this.peek(3);if(t==="---"&&B(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,"doc";if(t==="..."&&B(this.charAt(3)))return yield*this.pushCount(3),"stream"}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!B(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){const[e,t]=this.peek(2);if(!t&&!this.atEnd)return this.setNext("block-start");if((e==="-"||e==="?"||e===":")&&B(t)){const n=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=n,yield*this.parseBlockStart()}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);const e=this.getLine();if(e===null)return this.setNext("doc");let t=yield*this.pushIndicators();switch(e[t]){case"#":yield*this.pushCount(e.length-t);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(et),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return t+=yield*this.parseBlockScalarHeader(),t+=yield*this.pushSpaces(!0),yield*this.pushCount(e.length-t),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let e,t,n=-1;do e=yield*this.pushNewline(),e>0?(t=yield*this.pushSpaces(!1),this.indentValue=n=t):t=0,t+=yield*this.pushSpaces(!0);while(e+t>0);const i=this.getLine();if(i===null)return this.setNext("flow");if((n!==-1&&n<this.indentNext&&i[0]!=="#"||n===0&&(i.startsWith("---")||i.startsWith("..."))&&B(i[3]))&&!(n===this.indentNext-1&&this.flowLevel===1&&(i[0]==="]"||i[0]==="}")))return this.flowLevel=0,yield Qe,yield*this.parseLineStart();let r=0;for(;i[r]===",";)r+=yield*this.pushCount(1),r+=yield*this.pushSpaces(!0),this.flowKey=!1;switch(r+=yield*this.pushIndicators(),i[r]){case void 0:return"flow";case"#":return yield*this.pushCount(i.length-r),"flow";case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*this.pushCount(1),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*this.pushUntil(et),"flow";case'"':case"'":return this.flowKey=!0,yield*this.parseQuotedScalar();case":":{const o=this.charAt(1);if(this.flowKey||B(o)||o===",")return this.flowKey=!1,yield*this.pushCount(1),y
`,this.pos);if(i!==-1){for(;i!==-1;){const r=this.continueScalar(i+1);if(r===-1)break;i=n.indexOf(`
`,r)}i!==-1&&(t=i-(n[i-1]==="\r"?2:1))}if(t===-1){if(!this.atEnd)return this.setNext("quoted-scalar");t=this.buffer.length}return yield*this.pushToIndex(t+1,!1),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let e=this.pos;for(;;){const t=this.buffer[++e];if(t==="+")this.blockScalarKeep=!0;else if(t>"0"&&t<="9")this.blockScalarIndent=Number(t)-1;else if(t!=="-")break}return yield*this.pushUntil(t=>B(t)||t==="#")}*parseBlockScalar(){let e=this.pos-1,t=0,n;e:for(let i=this.pos;n=this.buffer[i];++i)switch(n){case" ":t+=1;break;case`
`:e=i,t=0;break;case"\r":{const r=this.buffer[i+1];if(!r&&!this.atEnd)return this.setNext("block-scalar");if(r===`
`)break}default:break e}if(!n&&!this.atEnd)return this.setNext("block-scalar");if(t>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=t:this.indentNext+=this.blockScalarIndent;do{const i=this.continueScalar(e+1);if(i===-1)break;e=this.buffer.indexOf(`
`,i)}while(e!==-1);if(e===-1){if(!this.atEnd)return this.setNext("block-scalar");e=this.buffer.length}}if(!this.blockScalarKeep)do{let i=e-1,r=this.buffer[i];r==="\r"&&(r=this.buffer[--i]);const o=i;for(;r===" "||r===" ";)r=this.buffer[--i];if(r===`
`&&i>=this.pos&&i+1+t>o)e=i;else break}while(!0);return yield be,yield*this.pushToIndex(e+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){const e=this.flowLevel>0;let t=this.pos-1,n=this.pos-1,i;for(;i=this.buffer[++n];)if(i===":"){const r=this.buffer[n+1];if(B(r)||e&&r===",")break;t=n}else if(B(i)){let r=this.buffer[n+1];if(i==="\r"&&(r===`
`?(n+=1,i=`
`,r=this.buffer[n+1]):t=n),r==="#"||e&&Ze.includes(r))break;if(i===`
`){const o=this.continueScalar(n+1);if(o===-1)break;n=Math.max(n,o-2)}}else{if(e&&Ze.includes(i))break;t=n}return!i&&!this.atEnd?this.setNext("plain-scalar"):(yield be,yield*this.pushToIndex(t+1,!0),e?"flow":"doc")}*pushCount(e){return e>0?(yield this.buffer.substr(this.pos,e),this.pos+=e,e):0}*pushToIndex(e,t){const n=this.buffer.slice(this.pos,e);return n?(yield n,this.pos+=n.length,n.length):(t&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"&":return(yield*this.pushUntil(et))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"-":case"?":case":":{const e=this.flowLevel>0,t=this.charAt(1);if(B(t)||e&&Ze.includes(t))return e?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}return 0}*pushTag(){if(this.charAt(1)==="<"){let e=this.pos+2,t=this.buffer[e];for(;!B(t)&&t!==">";)t=this.buffer[++e];return yield*this.pushToIndex(t===">"?e+1:e,!1)}else{let e=this.pos+1,t=this.buffer[e];for(;t;)if(_n.includes(t))t=this.buffer[++e];else if(t==="%"&&_t.includes(this.buffer[e+1])&&_t.includes(this.buffer[e+2]))t=this.buffer[e+=3];else break;return yield*this.pushToIndex(e,!1)}}*pushNewline(){const e=this.buffer[this.pos];return e===`
`?yield*this.pushCount(1):e==="\r"&&this.charAt(1)===`
`?yield*this.pushCount(2):0}*pushSpaces(e){let t=this.pos-1,n;do n=this.buffer[++t];while(n===" "||e&&n===" ");const i=t-this.pos;return i>0&&(yield this.buffer.substr(this.pos,i),this.pos=t),i}*pushUntil(e){let t=this.pos,n=this.buffer[t];for(;!e(n);)n=this.buffer[++t];return yield*this.pushToIndex(t,!1)}}class Bn{constructor(){this.lineStarts=[],this.addNewLine=e=>this.lineStarts.push(e),this.linePos=e=>{let t=0,n=this.lineStarts.length;for(;t<n;){const r=t+n>>1;this.lineStarts[r]<e?t=r+1:n=r}if(this.lineStarts[t]===e)return{line:t+1,col:1};if(t===0)return{line:0,col:e};const i=this.lineStarts[t-1];return{line:t,col:e-i+1}}}}function j(s,e){for(let t=0;t<s.length;++t)if(s[t].type===e)return!0;return!1}function vt(s){for(let e=0;e<s.length;++e)switch(s[e].type){case"space":case"comment":case"newline":break;default:return e}return-1}function ks(s){switch(s?.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}function Ie(s){switch(s.type){case"document":return s.start;case"block-map":{const e=s.items[s.items.length-1];return e.sep??e.start}case"block-seq":return s.items[s.items.length-1].start;default:return[]}}function z(s){if(s.length===0)return[];let e=s.length;e:for(;--e>=0;)switch(s[e].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;s[++e]?.type==="space";);return s.splice(e,s.length)}function Ct(s){if(s.start.type==="flow-seq-start")for(const e of s.items)e.sep&&!e.value&&!j(e.start,"explicit-key-ind")&&!j(e.sep,"map-value-ind")&&(e.key&&(e.value=e.key),delete e.key,ks(e.value)?e.value.end?Array.prototype.push.apply(e.value.end,e.sep):e.value.end=e.sep:Array.prototype.push.apply(e.start,e.sep),delete e.sep)}class Ss{constructor(e){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new Cn,this.onNewLine=e}*parse(e,t=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(const n of this.lexer.lex(e,t))yield*this.next(n);t||(yield*this.end())}*next(e){if(this.source=e,this.atScalar){this.atScalar=!1,yield*this.step(),this.offset+=e.length;return}const t=ws(e);if(t)if(t==="scalar")this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=t,yield*this.step(),t){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+e.length);break;case"space":this.atNewLine&&e[0]===" "&&(this.indent+=e.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=e.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=e.length}else{const n=`Not a YAML token: ${e}`;yield*this.pop({type:"error",offset:this.offset,message:n,source:e}),this.offset+=e.length}}*end(){for(;this.stack.length>0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){const e=this.peek(1);if(this.type==="doc-end"&&(!e||e.type!=="doc-end")){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!e)return yield*this.stream();switch(e.type){case"document":return yield*this.document(e);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(e);case"block-scalar":return yield*this.blockScalar(e);case"block-map":return yield*this.blockMap(e);case"block-seq":return yield*this.blockSequence(e);case"flow-collection":return yield*this.flowCollection(e);case"doc-end":return yield*this.documentEnd(e)}yield*this.pop()}peek(e){return this.stack[this.stack.length-e]}*pop(e){const t=e??this.stack.pop();if(t)if(this.stack.length===0)yield t;else{const n=this.peek(1);switch(t.type==="block-scalar"?t.indent="indent"in n?n.indent:0:t.type==="flow-collection"&&n.type==="document"&&(t.indent=0),t.type==="flow-collection"&&Ct(t),n.type){case"document":n.value=t;break;case"block-scalar":n.props.push(t);break;case"block-map":{const i=n.items[n
`)+1;for(;t!==0;)this.onNewLine(this.offset+t),t=this.source.indexOf(`
`,t)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(e){const t=e.items[e.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,t.value){const n="end"in t.value?t.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type==="comment"?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case"space":case"comment":if(t.value)e.items.push({start:[this.sourceToken]});else if(t.sep)t.sep.push(this.sourceToken);else{if(this.atIndentedComment(t.start,e.indent)){const i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){Array.prototype.push.apply(i,t.start),i.push(this.sourceToken),e.items.pop();return}}t.start.push(this.sourceToken)}return}if(this.indent>=e.indent){const n=!this.onKeyLine&&this.indent===e.indent&&t.sep;let i=[];if(n&&t.sep&&!t.value){const r=[];for(let o=0;o<t.sep.length;++o){const l=t.sep[o];switch(l.type){case"newline":r.push(o);break;case"space":break;case"comment":l.indent>e.indent&&(r.length=0);break;default:r.length=0}}r.length>=2&&(i=t.sep.splice(r[1]))}switch(this.type){case"anchor":case"tag":n||t.value?(i.push(this.sourceToken),e.items.push({start:i}),this.onKeyLine=!0):t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case"explicit-key-ind":!t.sep&&!j(t.start,"explicit-key-ind")?t.start.push(this.sourceToken):n||t.value?(i.push(this.sourceToken),e.items.push({start:i})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]}),this.onKeyLine=!0;return;case"map-value-ind":if(j(t.start,"explicit-key-ind"))if(t.sep)if(t.value)e.items.push({start:[],key:null,sep:[this.sourceToken]});else if(j(t.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:i,key:null,sep:[this.sourceToken]}]});else if(ks(t.key)&&!j(t.sep,"newline")){const r=z(t.start),o=t.key,l=t.sep;l.push(this.sourceToken),delete t.key,delete t.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:r,key:o,sep:l}]})}else i.length>0?t.sep=t.sep.concat(i,this.sourceToken):t.sep.push(this.sourceToken);else if(j(t.start,"newline"))Object.assign(t,{key:null,sep:[this.sourceToken]});else{const r=z(t.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:r,key:null,sep:[this.sourceToken]}]})}else t.sep?t.value||n?e.items.push({start:i,key:null,sep:[this.sourceToken]}):j(t.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):t.sep.push(this.sourceToken):Object.assign(t,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const r=this.flowScalar(this.type);n||t.value?(e.items.push({start:i,key:r,sep:[]}),this.onKeyLine=!0):t.sep?this.stack.push(r):(Object.assign(t,{key:r,sep:[]}),this.onKeyLine=!0);return}default:{const r=this.startBlockValue(e);if(r){n&&r.type!=="block-seq"&&j(t.start,"explicit-key-ind")&&e.items.push({start:i}),this.stack.push(r);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(e){const t=e.items[e.items.length-1];switch(this.type){case"newline":if(t.value){const n="end"in t.value?t.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type==="comment"?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else t.start.push(this.sourceToken);return;case"space":case"comment":if(t.value)e.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(t.start,e.indent)){const i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){Array.prototype.push.apply(i,t.start),i.push(this.sourceToken),e.items.pop();return}}t.start.push(this.sourceToken)}return;case"anchor":case"tag":if(t.value||this.indent<=e.indent)break;t.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==e.indent)break;t.value||j(t.start,"seq-item-ind")?e.items.push({start:[this.sourceToken]}):t.sta
`)+1;for(;t!==0;)this.onNewLine(this.offset+t),t=this.source.indexOf(`
`,t)+1}return{type:e,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(e){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;const t=Ie(e),n=z(t);return n.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n}]}}case"map-value-ind":{this.onKeyLine=!0;const t=Ie(e),n=z(t);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,t){return this.type!=="comment"||this.indent<=t?!1:e.every(n=>n.type==="newline"||n.type==="space")}*documentEnd(e){this.type!=="doc-mode"&&(e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop()))}*lineEnd(e){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;case"space":case"comment":default:e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}}function Ns(s){const e=s.prettyErrors!==!1;return{lineCounter:s.lineCounter||e&&new Bn||null,prettyErrors:e}}function Pn(s,e={}){const{lineCounter:t,prettyErrors:n}=Ns(e),i=new Ss(t?.addNewLine),r=new ms(e),o=Array.from(r.compose(i.parse(s)));if(n&&t)for(const l of o)l.errors.forEach(Be(s,t)),l.warnings.forEach(Be(s,t));return o.length>0?o:Object.assign([],{empty:!0},r.streamInfo())}function Mn(s,e={}){const{lineCounter:t,prettyErrors:n}=Ns(e),i=new Ss(t?.addNewLine),r=new ms(e);let o=null;for(const l of r.compose(i.parse(s),!0,s.length))if(!o)o=l;else if(o.options.logLevel!=="silent"){o.errors.push(new se(l.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return n&&t&&(o.errors.forEach(Be(s,t)),o.warnings.forEach(Be(s,t))),o}function Dn(s,e,t){let n;typeof e=="function"?n=e:t===void 0&&e&&typeof e=="object"&&(t=e);const i=Mn(s,t);if(!i)return null;if(i.warnings.forEach(r=>Jt(i.options.logLevel,r)),i.errors.length>0){if(i.options.logLevel!=="silent")throw i.errors[0];i.errors=[]}return i.toJS(Object.assign({reviver:n},t))}function Kn(s,e,t){let n=null;if(typeof e=="function"||Array.isArray(e)?n=e:t===void 0&&e&&(t=e),typeof t=="string"&&(t=t.length),typeof t=="number"){const i=Math.round(t);t=i<1?void 0:i>8?{indent:8}:{indent:i}}if(s===void 0){const{keepUndefined:i}=t??e??{};if(!i)return}return new Ne(s,n,t).toString(t)}export{ct as A,ms as C,Ne as D,Cn as L,_ as P,N as S,as as Y,Bn as a,Ss as b,jn as c,wt as d,P as e,se as f,fe as g,tn as h,le as i,L as j,je as k,ae as l,T as m,I as n,A as o,Dn as p,we as q,Pn as r,Kn as s,Mn as t,at as u,Q as v};