@likec4/mcp 1.59.0 → 1.59.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/chunks/src.mjs +21 -342
  2. package/dist/cli.mjs +1 -5
  3. package/package.json +22 -21
  4. package/dist/chunks/libs/@chevrotain/cst-dts-gen.mjs +0 -1
  5. package/dist/chunks/libs/@chevrotain/regexp-to-ast.mjs +0 -9
  6. package/dist/chunks/libs/@hono/mcp.mjs +0 -70
  7. package/dist/chunks/libs/@hono/node-server.mjs +0 -3
  8. package/dist/chunks/libs/@logtape/logtape.mjs +0 -5
  9. package/dist/chunks/libs/@modelcontextprotocol/sdk.mjs +0 -5
  10. package/dist/chunks/libs/@radix-ui/colors.mjs +0 -1
  11. package/dist/chunks/libs/@ts-graphviz/ast.mjs +0 -3
  12. package/dist/chunks/libs/@ts-graphviz/core.mjs +0 -1
  13. package/dist/chunks/libs/@ungap/structured-clone.mjs +0 -1
  14. package/dist/chunks/libs/character-entities.mjs +0 -2
  15. package/dist/chunks/libs/chevrotain-allstar.mjs +0 -2
  16. package/dist/chunks/libs/chevrotain.mjs +0 -58
  17. package/dist/chunks/libs/chokidar.mjs +0 -3
  18. package/dist/chunks/libs/chroma-js.mjs +0 -15
  19. package/dist/chunks/libs/eventemitter3.mjs +0 -1
  20. package/dist/chunks/libs/graphology-dag.mjs +0 -1
  21. package/dist/chunks/libs/graphology.mjs +0 -1
  22. package/dist/chunks/libs/hast-util-sanitize.mjs +0 -1
  23. package/dist/chunks/libs/hast-util-to-html.mjs +0 -9
  24. package/dist/chunks/libs/hono.mjs +0 -1
  25. package/dist/chunks/libs/immer.mjs +0 -1
  26. package/dist/chunks/libs/khroma.mjs +0 -1
  27. package/dist/chunks/libs/langium.mjs +0 -19
  28. package/dist/chunks/libs/markdown-table.mjs +0 -2
  29. package/dist/chunks/libs/mdast-util-find-and-replace.mjs +0 -1
  30. package/dist/chunks/libs/mdast-util-from-markdown.mjs +0 -3
  31. package/dist/chunks/libs/mdast-util-gfm.mjs +0 -15
  32. package/dist/chunks/libs/mdast-util-to-hast.mjs +0 -11
  33. package/dist/chunks/libs/merge-error-cause.mjs +0 -2
  34. package/dist/chunks/libs/micromark-extension-gfm.mjs +0 -1
  35. package/dist/chunks/libs/mnemonist.mjs +0 -1
  36. package/dist/chunks/libs/nano-spawn.mjs +0 -3
  37. package/dist/chunks/libs/p-queue.mjs +0 -1
  38. package/dist/chunks/libs/pathe.mjs +0 -1
  39. package/dist/chunks/libs/picomatch.mjs +0 -1
  40. package/dist/chunks/libs/pretty-ms.mjs +0 -1
  41. package/dist/chunks/libs/remark-github-blockquote-alert.mjs +0 -3
  42. package/dist/chunks/libs/remark-rehype.mjs +0 -1
  43. package/dist/chunks/libs/remeda.mjs +0 -1
  44. package/dist/chunks/libs/ufo.mjs +0 -1
  45. package/dist/chunks/libs/unified.mjs +0 -1
  46. package/dist/chunks/libs/unstorage.mjs +0 -1
  47. package/dist/chunks/rolldown-runtime.mjs +0 -1
@@ -1,3 +0,0 @@
1
- import{n as e,r as t}from"../rolldown-runtime.mjs";import{t as n}from"./character-entities.mjs";const r=regexCheck(/[A-Za-z]/),i=regexCheck(/[\dA-Za-z]/),a=regexCheck(/[#-'*+\--9=?A-Z^-~]/);function asciiControl(e){return e!==null&&(e<32||e===127)}const o=regexCheck(/\d/),s=regexCheck(/[\dA-Fa-f]/),c=regexCheck(/[!-/:-@[-`{-~]/);function markdownLineEnding(e){return e!==null&&e<-2}function markdownLineEndingOrSpace(e){return e!==null&&(e<0||e===32)}function markdownSpace(e){return e===-2||e===-1||e===32}const l=regexCheck(/\p{P}|\p{S}/u),u=regexCheck(/\s/);function regexCheck(e){return check;function check(t){return t!==null&&t>-1&&e.test(String.fromCharCode(t))}}function normalizeIdentifier(e){return e.replace(/[\t\n\r ]+/g,` `).replace(/^ | $/g,``).toLowerCase().toUpperCase()}function classifyCharacter(e){if(e===null||markdownLineEndingOrSpace(e)||u(e))return 1;if(l(e))return 2}const d={};function toString(e,t){let n=t||d;return one(e,typeof n.includeImageAlt!=`boolean`||n.includeImageAlt,typeof n.includeHtml!=`boolean`||n.includeHtml)}function one(e,t,n){if(node(e)){if(`value`in e)return e.type===`html`&&!n?``:e.value;if(t&&`alt`in e&&e.alt)return e.alt;if(`children`in e)return all(e.children,t,n)}return Array.isArray(e)?all(e,t,n):``}function all(e,t,n){let r=[],i=-1;for(;++i<e.length;)r[i]=one(e[i],t,n);return r.join(``)}function node(e){return!!(e&&typeof e==`object`)}const f={}.hasOwnProperty;function decodeNamedCharacterReference(e){return f.call(n,e)?n[e]:!1}function decodeNumericCharacterReference(e,t){let n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)==65535||(n&65535)==65534||n>1114111?`�`:String.fromCodePoint(n)}const p=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function decodeString(e){return e.replace(p,decode)}function decode(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){let e=n.charCodeAt(1),t=e===120||e===88;return decodeNumericCharacterReference(n.slice(t?2:1),t?16:10)}return decodeNamedCharacterReference(n)||e}function splice(e,t,n,r){let i=e.length,a=0,o;if(t=t<0?-t>i?0:i+t:t>i?i:t,n=n>0?n:0,r.length<1e4)o=Array.from(r),o.unshift(t,n),e.splice(...o);else for(n&&e.splice(t,n);a<r.length;)o=r.slice(a,a+1e4),o.unshift(t,0),e.splice(...o),a+=1e4,t+=1e4}function push(e,t){return e.length>0?(splice(e,e.length,0,t),e):t}const m={}.hasOwnProperty;function combineExtensions(e){let t={},n=-1;for(;++n<e.length;)syntaxExtension(t,e[n]);return t}function syntaxExtension(e,t){let n;for(n in t){let r=(m.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n],a;if(i)for(a in i){m.call(r,a)||(r[a]=[]);let e=i[a];constructs(r[a],Array.isArray(e)?e:e?[e]:[])}}}function constructs(e,t){let n=-1,r=[];for(;++n<t.length;)(t[n].add===`after`?e:r).push(t[n]);splice(e,0,0,r)}function resolveAll(e,t,n){let r=[],i=-1;for(;++i<e.length;){let a=e[i].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}const h={name:`attention`,resolveAll:resolveAllAttention,tokenize:tokenizeAttention};function resolveAllAttention(e,t){let n=-1,r,i,a,o,s,c,l,u;for(;++n<e.length;)if(e[n][0]===`enter`&&e[n][1].type===`attentionSequence`&&e[n][1]._close){for(r=n;r--;)if(e[r][0]===`exit`&&e[r][1].type===`attentionSequence`&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;c=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;let d={...e[r][1].end},f={...e[n][1].start};movePoint(d,-c),movePoint(f,c),o={type:c>1?`strongSequence`:`emphasisSequence`,start:d,end:{...e[r][1].end}},s={type:c>1?`strongSequence`:`emphasisSequence`,start:{...e[n][1].start},end:f},a={type:c>1?`strongText`:`emphasisText`,start:{...e[r][1].end},end:{...e[n][1].start}},i={type:c>1?`strong`:`emphasis`,start:{...o.start},end:{...s.end}},e[r][1].end={...o.start},e[n][1].start={...s.end},l=[],e[r][1].end.offset-e[r][1].start.offset&&(l=push(l,[[`enter`,e[r][1],t],[`exit`,e[r][1],t]])),l=push(l,[[`enter`,i,t],[`enter`,o,t],[`exit`,o,t],[`enter`,a,t]]),l=push(l,resolveAll(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),l=push(l,[[`exit`,a,t],[`enter`,s,t],[`exit`,s,t],[`exit`,i,t]]),e[n][1].end.offset-e[n][1].start.offset?(u=2,l=push(l,[[`enter`,e[n][1],t],[`exit`,e[n][1],t]])):u=0,splice(e,r-1,n-r+3,l),n=r+l.length-u-2;break}}for(n=-1;++n<e.length;)e[n][1].type===`attentionSequence`&&(e[n][1].type=`data`);return e}function tokenizeAttention(e,t){let n=this.parser.constructs.attentionMarkers.null,r=this.previous,i=classifyCharacter(r),a;return start;function start(t){return a=t,e.enter(`attentionSequence`),inside(t)}function inside(o){if(o===a)return e.consume(o),inside;let s=e.exit(`attentionSequence`),c=classifyCharacter(o),l=!c||c===2&&i||n.includes(o),u=!i||i===2&&c||n.includes(r);return s._open=!!(a===42?l:l&&(i||!u)),s._close=!!(a===42?u:u&&(c||!l)),t(o)}}function movePoint(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const g={name:`autolink`,tokenize:tokenizeAutolink};function tokenizeAutolink(e,t,n){let o=0;return start;function start(t){return e.enter(`autolink`),e.enter(`autolinkMarker`),e.consume(t),e.exit(`autolinkMarker`),e.enter(`autolinkProtocol`),open}function open(t){return r(t)?(e.consume(t),schemeOrEmailAtext):t===64?n(t):emailAtext(t)}function schemeOrEmailAtext(e){return e===43||e===45||e===46||i(e)?(o=1,schemeInsideOrEmailAtext(e)):emailAtext(e)}function schemeInsideOrEmailAtext(t){return t===58?(e.consume(t),o=0,urlInside):(t===43||t===45||t===46||i(t))&&o++<32?(e.consume(t),schemeInsideOrEmailAtext):(o=0,emailAtext(t))}function urlInside(r){return r===62?(e.exit(`autolinkProtocol`),e.enter(`autolinkMarker`),e.consume(r),e.exit(`autolinkMarker`),e.exit(`autolink`),t):r===null||r===32||r===60||asciiControl(r)?n(r):(e.consume(r),urlInside)}function emailAtext(t){return t===64?(e.consume(t),emailAtSignOrDot):a(t)?(e.consume(t),emailAtext):n(t)}function emailAtSignOrDot(e){return i(e)?emailLabel(e):n(e)}function emailLabel(n){return n===46?(e.consume(n),o=0,emailAtSignOrDot):n===62?(e.exit(`autolinkProtocol`).type=`autolinkEmail`,e.enter(`autolinkMarker`),e.consume(n),e.exit(`autolinkMarker`),e.exit(`autolink`),t):emailValue(n)}function emailValue(t){if((t===45||i(t))&&o++<63){let n=t===45?emailValue:emailLabel;return e.consume(t),n}return n(t)}}function factorySpace(e,t,n,r){let i=r?r-1:1/0,a=0;return start;function start(r){return markdownSpace(r)?(e.enter(n),prefix(r)):t(r)}function prefix(r){return markdownSpace(r)&&a++<i?(e.consume(r),prefix):(e.exit(n),t(r))}}const _={partial:!0,tokenize:tokenizeBlankLine};function tokenizeBlankLine(e,t,n){return start;function start(t){return markdownSpace(t)?factorySpace(e,after,`linePrefix`)(t):after(t)}function after(e){return e===null||markdownLineEnding(e)?t(e):n(e)}}const v={continuation:{tokenize:tokenizeBlockQuoteContinuation},exit,name:`blockQuote`,tokenize:tokenizeBlockQuoteStart};function tokenizeBlockQuoteStart(e,t,n){let r=this;return start;function start(t){if(t===62){let n=r.containerState;return n.open||=(e.enter(`blockQuote`,{_container:!0}),!0),e.enter(`blockQuotePrefix`),e.enter(`blockQuoteMarker`),e.consume(t),e.exit(`blockQuoteMarker`),after}return n(t)}function after(n){return markdownSpace(n)?(e.enter(`blockQuotePrefixWhitespace`),e.consume(n),e.exit(`blockQuotePrefixWhitespace`),e.exit(`blockQuotePrefix`),t):(e.exit(`blockQuotePrefix`),t(n))}}function tokenizeBlockQuoteContinuation(e,t,n){let r=this;return contStart;function contStart(t){return markdownSpace(t)?factorySpace(e,contBefore,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):contBefore(t)}function contBefore(r){return e.attempt(v,t,n)(r)}}function exit(e){e.exit(`blockQuote`)}const y={name:`characterEscape`,tokenize:tokenizeCharacterEscape};function tokenizeCharacterEscape(e,t,n){return start;function start(t){return e.enter(`characterEscape`),e.enter(`escapeMarker`),e.consume(t),e.exit(`escapeMarker`),inside}function inside(r){return c(r)?(e.enter(`characterEscapeValue`),e.consume(r),e.exit(`characterEscapeValue`),e.exit(`characterEscape`),t):n(r)}}const b={name:`characterReference`,tokenize:tokenizeCharacterReference};function tokenizeCharacterReference(e,t,n){let r=this,a=0,c,l;return start;function start(t){return e.enter(`characterReference`),e.enter(`characterReferenceMarker`),e.consume(t),e.exit(`characterReferenceMarker`),open}function open(t){return t===35?(e.enter(`characterReferenceMarkerNumeric`),e.consume(t),e.exit(`characterReferenceMarkerNumeric`),numeric):(e.enter(`characterReferenceValue`),c=31,l=i,value(t))}function numeric(t){return t===88||t===120?(e.enter(`characterReferenceMarkerHexadecimal`),e.consume(t),e.exit(`characterReferenceMarkerHexadecimal`),e.enter(`characterReferenceValue`),c=6,l=s,value):(e.enter(`characterReferenceValue`),c=7,l=o,value(t))}function value(o){if(o===59&&a){let a=e.exit(`characterReferenceValue`);return l===i&&!decodeNamedCharacterReference(r.sliceSerialize(a))?n(o):(e.enter(`characterReferenceMarker`),e.consume(o),e.exit(`characterReferenceMarker`),e.exit(`characterReference`),t)}return l(o)&&a++<c?(e.consume(o),value):n(o)}}const x={partial:!0,tokenize:tokenizeNonLazyContinuation},S={concrete:!0,name:`codeFenced`,tokenize:tokenizeCodeFenced};function tokenizeCodeFenced(e,t,n){let r=this,i={partial:!0,tokenize:tokenizeCloseStart},a=0,o=0,s;return start;function start(e){return beforeSequenceOpen(e)}function beforeSequenceOpen(t){let n=r.events[r.events.length-1];return a=n&&n[1].type===`linePrefix`?n[2].sliceSerialize(n[1],!0).length:0,s=t,e.enter(`codeFenced`),e.enter(`codeFencedFence`),e.enter(`codeFencedFenceSequence`),sequenceOpen(t)}function sequenceOpen(t){return t===s?(o++,e.consume(t),sequenceOpen):o<3?n(t):(e.exit(`codeFencedFenceSequence`),markdownSpace(t)?factorySpace(e,infoBefore,`whitespace`)(t):infoBefore(t))}function infoBefore(n){return n===null||markdownLineEnding(n)?(e.exit(`codeFencedFence`),r.interrupt?t(n):e.check(x,atNonLazyBreak,after)(n)):(e.enter(`codeFencedFenceInfo`),e.enter(`chunkString`,{contentType:`string`}),info(n))}function info(t){return t===null||markdownLineEnding(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceInfo`),infoBefore(t)):markdownSpace(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceInfo`),factorySpace(e,metaBefore,`whitespace`)(t)):t===96&&t===s?n(t):(e.consume(t),info)}function metaBefore(t){return t===null||markdownLineEnding(t)?infoBefore(t):(e.enter(`codeFencedFenceMeta`),e.enter(`chunkString`,{contentType:`string`}),meta(t))}function meta(t){return t===null||markdownLineEnding(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceMeta`),infoBefore(t)):t===96&&t===s?n(t):(e.consume(t),meta)}function atNonLazyBreak(t){return e.attempt(i,after,contentBefore)(t)}function contentBefore(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),contentStart}function contentStart(t){return a>0&&markdownSpace(t)?factorySpace(e,beforeContentChunk,`linePrefix`,a+1)(t):beforeContentChunk(t)}function beforeContentChunk(t){return t===null||markdownLineEnding(t)?e.check(x,atNonLazyBreak,after)(t):(e.enter(`codeFlowValue`),contentChunk(t))}function contentChunk(t){return t===null||markdownLineEnding(t)?(e.exit(`codeFlowValue`),beforeContentChunk(t)):(e.consume(t),contentChunk)}function after(n){return e.exit(`codeFenced`),t(n)}function tokenizeCloseStart(e,t,n){let i=0;return startBefore;function startBefore(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),start}function start(t){return e.enter(`codeFencedFence`),markdownSpace(t)?factorySpace(e,beforeSequenceClose,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):beforeSequenceClose(t)}function beforeSequenceClose(t){return t===s?(e.enter(`codeFencedFenceSequence`),sequenceClose(t)):n(t)}function sequenceClose(t){return t===s?(i++,e.consume(t),sequenceClose):i>=o?(e.exit(`codeFencedFenceSequence`),markdownSpace(t)?factorySpace(e,sequenceCloseAfter,`whitespace`)(t):sequenceCloseAfter(t)):n(t)}function sequenceCloseAfter(r){return r===null||markdownLineEnding(r)?(e.exit(`codeFencedFence`),t(r)):n(r)}}}function tokenizeNonLazyContinuation(e,t,n){let r=this;return start;function start(t){return t===null?n(t):(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),lineStart)}function lineStart(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}const C={name:`codeIndented`,tokenize:tokenizeCodeIndented},ee={partial:!0,tokenize:tokenizeFurtherStart};function tokenizeCodeIndented(e,t,n){let r=this;return start;function start(t){return e.enter(`codeIndented`),factorySpace(e,afterPrefix,`linePrefix`,5)(t)}function afterPrefix(e){let t=r.events[r.events.length-1];return t&&t[1].type===`linePrefix`&&t[2].sliceSerialize(t[1],!0).length>=4?atBreak(e):n(e)}function atBreak(t){return t===null?after(t):markdownLineEnding(t)?e.attempt(ee,atBreak,after)(t):(e.enter(`codeFlowValue`),inside(t))}function inside(t){return t===null||markdownLineEnding(t)?(e.exit(`codeFlowValue`),atBreak(t)):(e.consume(t),inside)}function after(n){return e.exit(`codeIndented`),t(n)}}function tokenizeFurtherStart(e,t,n){let r=this;return furtherStart;function furtherStart(t){return r.parser.lazy[r.now().line]?n(t):markdownLineEnding(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),furtherStart):factorySpace(e,afterPrefix,`linePrefix`,5)(t)}function afterPrefix(e){let i=r.events[r.events.length-1];return i&&i[1].type===`linePrefix`&&i[2].sliceSerialize(i[1],!0).length>=4?t(e):markdownLineEnding(e)?furtherStart(e):n(e)}}const w={name:`codeText`,previous,resolve:resolveCodeText,tokenize:tokenizeCodeText};function resolveCodeText(e){let t=e.length-4,n=3,r,i;if((e[n][1].type===`lineEnding`||e[n][1].type===`space`)&&(e[t][1].type===`lineEnding`||e[t][1].type===`space`)){for(r=n;++r<t;)if(e[r][1].type===`codeTextData`){e[n][1].type=`codeTextPadding`,e[t][1].type=`codeTextPadding`,n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)i===void 0?r!==t&&e[r][1].type!==`lineEnding`&&(i=r):(r===t||e[r][1].type===`lineEnding`)&&(e[i][1].type=`codeTextData`,r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),t-=r-i-2,r=i+2),i=void 0);return e}function previous(e){return e!==96||this.events[this.events.length-1][1].type===`characterEscape`}function tokenizeCodeText(e,t,n){let r=0,i,a;return start;function start(t){return e.enter(`codeText`),e.enter(`codeTextSequence`),sequenceOpen(t)}function sequenceOpen(t){return t===96?(e.consume(t),r++,sequenceOpen):(e.exit(`codeTextSequence`),between(t))}function between(t){return t===null?n(t):t===32?(e.enter(`space`),e.consume(t),e.exit(`space`),between):t===96?(a=e.enter(`codeTextSequence`),i=0,sequenceClose(t)):markdownLineEnding(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),between):(e.enter(`codeTextData`),data(t))}function data(t){return t===null||t===32||t===96||markdownLineEnding(t)?(e.exit(`codeTextData`),between(t)):(e.consume(t),data)}function sequenceClose(n){return n===96?(e.consume(n),i++,sequenceClose):i===r?(e.exit(`codeTextSequence`),e.exit(`codeText`),t(n)):(a.type=`codeTextData`,data(n))}}var SpliceBuffer=class{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw RangeError("Cannot access index `"+e+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return e<this.left.length?this.left[e]:this.right[this.right.length-e+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(e,t){let n=t??1/0;return n<this.left.length?this.left.slice(e,n):e>this.left.length?this.right.slice(this.right.length-n+this.left.length,this.right.length-e+this.left.length).reverse():this.left.slice(e).concat(this.right.slice(this.right.length-n+this.left.length).reverse())}splice(e,t,n){let r=t||0;this.setCursor(Math.trunc(e));let i=this.right.splice(this.right.length-r,1/0);return n&&chunkedPush(this.left,n),i.reverse()}pop(){return this.setCursor(1/0),this.left.pop()}push(e){this.setCursor(1/0),this.left.push(e)}pushMany(e){this.setCursor(1/0),chunkedPush(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),chunkedPush(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&this.right.length===0||e<0&&this.left.length===0))if(e<this.left.length){let t=this.left.splice(e,1/0);chunkedPush(this.right,t.reverse())}else{let t=this.right.splice(this.left.length+this.right.length-e,1/0);chunkedPush(this.left,t.reverse())}}};function chunkedPush(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function subtokenize(e){let t={},n=-1,r,i,a,o,s,c,l,u=new SpliceBuffer(e);for(;++n<u.length;){for(;n in t;)n=t[n];if(r=u.get(n),n&&r[1].type===`chunkFlow`&&u.get(n-1)[1].type===`listItemPrefix`&&(c=r[1]._tokenizer.events,a=0,a<c.length&&c[a][1].type===`lineEndingBlank`&&(a+=2),a<c.length&&c[a][1].type===`content`))for(;++a<c.length&&c[a][1].type!==`content`;)c[a][1].type===`chunkText`&&(c[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]===`enter`)r[1].contentType&&(Object.assign(t,subcontent(u,n)),n=t[n],l=!0);else if(r[1]._container){for(a=n,i=void 0;a--;)if(o=u.get(a),o[1].type===`lineEnding`||o[1].type===`lineEndingBlank`)o[0]===`enter`&&(i&&(u.get(i)[1].type=`lineEndingBlank`),o[1].type=`lineEnding`,i=a);else if(o[1].type!==`linePrefix`&&o[1].type!==`listItemIndent`)break;i&&(r[1].end={...u.get(i)[1].start},s=u.slice(i,n),s.unshift(r),u.splice(i,n-i+1,s))}}return splice(e,0,1/0,u.slice(0)),!l}function subcontent(e,t){let n=e.get(t)[1],r=e.get(t)[2],i=t-1,a=[],o=n._tokenizer;o||(o=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(o._contentTypeTextTrailing=!0));let s=o.events,c=[],l={},u,d,f=-1,p=n,m=0,h=0,g=[h];for(;p;){for(;e.get(++i)[1]!==p;);a.push(i),p._tokenizer||(u=r.sliceStream(p),p.next||u.push(null),d&&o.defineSkip(p.start),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(u),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),d=p,p=p.next}for(p=n;++f<s.length;)s[f][0]===`exit`&&s[f-1][0]===`enter`&&s[f][1].type===s[f-1][1].type&&s[f][1].start.line!==s[f][1].end.line&&(h=f+1,g.push(h),p._tokenizer=void 0,p.previous=void 0,p=p.next);for(o.events=[],p?(p._tokenizer=void 0,p.previous=void 0):g.pop(),f=g.length;f--;){let t=s.slice(g[f],g[f+1]),n=a.pop();c.push([n,n+t.length-1]),e.splice(n,2,t)}for(c.reverse(),f=-1;++f<c.length;)l[m+c[f][0]]=m+c[f][1],m+=c[f][1]-c[f][0]-1;return l}const T={resolve:resolveContent,tokenize:tokenizeContent},E={partial:!0,tokenize:tokenizeContinuation};function resolveContent(e){return subtokenize(e),e}function tokenizeContent(e,t){let n;return chunkStart;function chunkStart(t){return e.enter(`content`),n=e.enter(`chunkContent`,{contentType:`content`}),chunkInside(t)}function chunkInside(t){return t===null?contentEnd(t):markdownLineEnding(t)?e.check(E,contentContinue,contentEnd)(t):(e.consume(t),chunkInside)}function contentEnd(n){return e.exit(`chunkContent`),e.exit(`content`),t(n)}function contentContinue(t){return e.consume(t),e.exit(`chunkContent`),n.next=e.enter(`chunkContent`,{contentType:`content`,previous:n}),n=n.next,chunkInside}}function tokenizeContinuation(e,t,n){let r=this;return startLookahead;function startLookahead(t){return e.exit(`chunkContent`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),factorySpace(e,prefixed,`linePrefix`)}function prefixed(i){if(i===null||markdownLineEnding(i))return n(i);let a=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes(`codeIndented`)&&a&&a[1].type===`linePrefix`&&a[2].sliceSerialize(a[1],!0).length>=4?t(i):e.interrupt(r.parser.constructs.flow,n,t)(i)}}function factoryDestination(e,t,n,r,i,a,o,s,c){let l=c||1/0,u=0;return start;function start(t){return t===60?(e.enter(r),e.enter(i),e.enter(a),e.consume(t),e.exit(a),enclosedBefore):t===null||t===32||t===41||asciiControl(t)?n(t):(e.enter(r),e.enter(o),e.enter(s),e.enter(`chunkString`,{contentType:`string`}),raw(t))}function enclosedBefore(n){return n===62?(e.enter(a),e.consume(n),e.exit(a),e.exit(i),e.exit(r),t):(e.enter(s),e.enter(`chunkString`,{contentType:`string`}),enclosed(n))}function enclosed(t){return t===62?(e.exit(`chunkString`),e.exit(s),enclosedBefore(t)):t===null||t===60||markdownLineEnding(t)?n(t):(e.consume(t),t===92?enclosedEscape:enclosed)}function enclosedEscape(t){return t===60||t===62||t===92?(e.consume(t),enclosed):enclosed(t)}function raw(i){return!u&&(i===null||i===41||markdownLineEndingOrSpace(i))?(e.exit(`chunkString`),e.exit(s),e.exit(o),e.exit(r),t(i)):u<l&&i===40?(e.consume(i),u++,raw):i===41?(e.consume(i),u--,raw):i===null||i===32||i===40||asciiControl(i)?n(i):(e.consume(i),i===92?rawEscape:raw)}function rawEscape(t){return t===40||t===41||t===92?(e.consume(t),raw):raw(t)}}function factoryLabel(e,t,n,r,i,a){let o=this,s=0,c;return start;function start(t){return e.enter(r),e.enter(i),e.consume(t),e.exit(i),e.enter(a),atBreak}function atBreak(l){return s>999||l===null||l===91||l===93&&!c||l===94&&!s&&`_hiddenFootnoteSupport`in o.parser.constructs?n(l):l===93?(e.exit(a),e.enter(i),e.consume(l),e.exit(i),e.exit(r),t):markdownLineEnding(l)?(e.enter(`lineEnding`),e.consume(l),e.exit(`lineEnding`),atBreak):(e.enter(`chunkString`,{contentType:`string`}),labelInside(l))}function labelInside(t){return t===null||t===91||t===93||markdownLineEnding(t)||s++>999?(e.exit(`chunkString`),atBreak(t)):(e.consume(t),c||=!markdownSpace(t),t===92?labelEscape:labelInside)}function labelEscape(t){return t===91||t===92||t===93?(e.consume(t),s++,labelInside):labelInside(t)}}function factoryTitle(e,t,n,r,i,a){let o;return start;function start(t){return t===34||t===39||t===40?(e.enter(r),e.enter(i),e.consume(t),e.exit(i),o=t===40?41:t,begin):n(t)}function begin(n){return n===o?(e.enter(i),e.consume(n),e.exit(i),e.exit(r),t):(e.enter(a),atBreak(n))}function atBreak(t){return t===o?(e.exit(a),begin(o)):t===null?n(t):markdownLineEnding(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),factorySpace(e,atBreak,`linePrefix`)):(e.enter(`chunkString`,{contentType:`string`}),inside(t))}function inside(t){return t===o||t===null||markdownLineEnding(t)?(e.exit(`chunkString`),atBreak(t)):(e.consume(t),t===92?escape:inside)}function escape(t){return t===o||t===92?(e.consume(t),inside):inside(t)}}function factoryWhitespace(e,t){let n;return start;function start(r){return markdownLineEnding(r)?(e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),n=!0,start):markdownSpace(r)?factorySpace(e,start,n?`linePrefix`:`lineSuffix`)(r):t(r)}}const D={name:`definition`,tokenize:tokenizeDefinition},O={partial:!0,tokenize:tokenizeTitleBefore};function tokenizeDefinition(e,t,n){let r=this,i;return start;function start(t){return e.enter(`definition`),before(t)}function before(t){return factoryLabel.call(r,e,labelAfter,n,`definitionLabel`,`definitionLabelMarker`,`definitionLabelString`)(t)}function labelAfter(t){return i=normalizeIdentifier(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),t===58?(e.enter(`definitionMarker`),e.consume(t),e.exit(`definitionMarker`),markerAfter):n(t)}function markerAfter(t){return markdownLineEndingOrSpace(t)?factoryWhitespace(e,destinationBefore)(t):destinationBefore(t)}function destinationBefore(t){return factoryDestination(e,destinationAfter,n,`definitionDestination`,`definitionDestinationLiteral`,`definitionDestinationLiteralMarker`,`definitionDestinationRaw`,`definitionDestinationString`)(t)}function destinationAfter(t){return e.attempt(O,after,after)(t)}function after(t){return markdownSpace(t)?factorySpace(e,afterWhitespace,`whitespace`)(t):afterWhitespace(t)}function afterWhitespace(a){return a===null||markdownLineEnding(a)?(e.exit(`definition`),r.parser.defined.push(i),t(a)):n(a)}}function tokenizeTitleBefore(e,t,n){return titleBefore;function titleBefore(t){return markdownLineEndingOrSpace(t)?factoryWhitespace(e,beforeMarker)(t):n(t)}function beforeMarker(t){return factoryTitle(e,titleAfter,n,`definitionTitle`,`definitionTitleMarker`,`definitionTitleString`)(t)}function titleAfter(t){return markdownSpace(t)?factorySpace(e,titleAfterOptionalWhitespace,`whitespace`)(t):titleAfterOptionalWhitespace(t)}function titleAfterOptionalWhitespace(e){return e===null||markdownLineEnding(e)?t(e):n(e)}}const k={name:`hardBreakEscape`,tokenize:tokenizeHardBreakEscape};function tokenizeHardBreakEscape(e,t,n){return start;function start(t){return e.enter(`hardBreakEscape`),e.consume(t),after}function after(r){return markdownLineEnding(r)?(e.exit(`hardBreakEscape`),t(r)):n(r)}}const te={name:`headingAtx`,resolve:resolveHeadingAtx,tokenize:tokenizeHeadingAtx};function resolveHeadingAtx(e,t){let n=e.length-2,r=3,i,a;return e[r][1].type===`whitespace`&&(r+=2),n-2>r&&e[n][1].type===`whitespace`&&(n-=2),e[n][1].type===`atxHeadingSequence`&&(r===n-1||n-4>r&&e[n-2][1].type===`whitespace`)&&(n-=r+1===n?2:4),n>r&&(i={type:`atxHeadingText`,start:e[r][1].start,end:e[n][1].end},a={type:`chunkText`,start:e[r][1].start,end:e[n][1].end,contentType:`text`},splice(e,r,n-r+1,[[`enter`,i,t],[`enter`,a,t],[`exit`,a,t],[`exit`,i,t]])),e}function tokenizeHeadingAtx(e,t,n){let r=0;return start;function start(t){return e.enter(`atxHeading`),before(t)}function before(t){return e.enter(`atxHeadingSequence`),sequenceOpen(t)}function sequenceOpen(t){return t===35&&r++<6?(e.consume(t),sequenceOpen):t===null||markdownLineEndingOrSpace(t)?(e.exit(`atxHeadingSequence`),atBreak(t)):n(t)}function atBreak(n){return n===35?(e.enter(`atxHeadingSequence`),sequenceFurther(n)):n===null||markdownLineEnding(n)?(e.exit(`atxHeading`),t(n)):markdownSpace(n)?factorySpace(e,atBreak,`whitespace`)(n):(e.enter(`atxHeadingText`),data(n))}function sequenceFurther(t){return t===35?(e.consume(t),sequenceFurther):(e.exit(`atxHeadingSequence`),atBreak(t))}function data(t){return t===null||t===35||markdownLineEndingOrSpace(t)?(e.exit(`atxHeadingText`),atBreak(t)):(e.consume(t),data)}}const ne=`address.article.aside.base.basefont.blockquote.body.caption.center.col.colgroup.dd.details.dialog.dir.div.dl.dt.fieldset.figcaption.figure.footer.form.frame.frameset.h1.h2.h3.h4.h5.h6.head.header.hr.html.iframe.legend.li.link.main.menu.menuitem.nav.noframes.ol.optgroup.option.p.param.search.section.summary.table.tbody.td.tfoot.th.thead.title.tr.track.ul`.split(`.`),A=[`pre`,`script`,`style`,`textarea`],j={concrete:!0,name:`htmlFlow`,resolveTo:resolveToHtmlFlow,tokenize:tokenizeHtmlFlow},M={partial:!0,tokenize:tokenizeBlankLineBefore},N={partial:!0,tokenize:tokenizeNonLazyContinuationStart};function resolveToHtmlFlow(e){let t=e.length;for(;t--&&(e[t][0]!==`enter`||e[t][1].type!==`htmlFlow`););return t>1&&e[t-2][1].type===`linePrefix`&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function tokenizeHtmlFlow(e,t,n){let a=this,o,s,c,l,u;return start;function start(e){return before(e)}function before(t){return e.enter(`htmlFlow`),e.enter(`htmlFlowData`),e.consume(t),open}function open(i){return i===33?(e.consume(i),declarationOpen):i===47?(e.consume(i),s=!0,tagCloseStart):i===63?(e.consume(i),o=3,a.interrupt?t:continuationDeclarationInside):r(i)?(e.consume(i),c=String.fromCharCode(i),tagName):n(i)}function declarationOpen(i){return i===45?(e.consume(i),o=2,commentOpenInside):i===91?(e.consume(i),o=5,l=0,cdataOpenInside):r(i)?(e.consume(i),o=4,a.interrupt?t:continuationDeclarationInside):n(i)}function commentOpenInside(r){return r===45?(e.consume(r),a.interrupt?t:continuationDeclarationInside):n(r)}function cdataOpenInside(r){return r===`CDATA[`.charCodeAt(l++)?(e.consume(r),l===6?a.interrupt?t:continuation:cdataOpenInside):n(r)}function tagCloseStart(t){return r(t)?(e.consume(t),c=String.fromCharCode(t),tagName):n(t)}function tagName(r){if(r===null||r===47||r===62||markdownLineEndingOrSpace(r)){let i=r===47,l=c.toLowerCase();return!i&&!s&&A.includes(l)?(o=1,a.interrupt?t(r):continuation(r)):ne.includes(c.toLowerCase())?(o=6,i?(e.consume(r),basicSelfClosing):a.interrupt?t(r):continuation(r)):(o=7,a.interrupt&&!a.parser.lazy[a.now().line]?n(r):s?completeClosingTagAfter(r):completeAttributeNameBefore(r))}return r===45||i(r)?(e.consume(r),c+=String.fromCharCode(r),tagName):n(r)}function basicSelfClosing(r){return r===62?(e.consume(r),a.interrupt?t:continuation):n(r)}function completeClosingTagAfter(t){return markdownSpace(t)?(e.consume(t),completeClosingTagAfter):completeEnd(t)}function completeAttributeNameBefore(t){return t===47?(e.consume(t),completeEnd):t===58||t===95||r(t)?(e.consume(t),completeAttributeName):markdownSpace(t)?(e.consume(t),completeAttributeNameBefore):completeEnd(t)}function completeAttributeName(t){return t===45||t===46||t===58||t===95||i(t)?(e.consume(t),completeAttributeName):completeAttributeNameAfter(t)}function completeAttributeNameAfter(t){return t===61?(e.consume(t),completeAttributeValueBefore):markdownSpace(t)?(e.consume(t),completeAttributeNameAfter):completeAttributeNameBefore(t)}function completeAttributeValueBefore(t){return t===null||t===60||t===61||t===62||t===96?n(t):t===34||t===39?(e.consume(t),u=t,completeAttributeValueQuoted):markdownSpace(t)?(e.consume(t),completeAttributeValueBefore):completeAttributeValueUnquoted(t)}function completeAttributeValueQuoted(t){return t===u?(e.consume(t),u=null,completeAttributeValueQuotedAfter):t===null||markdownLineEnding(t)?n(t):(e.consume(t),completeAttributeValueQuoted)}function completeAttributeValueUnquoted(t){return t===null||t===34||t===39||t===47||t===60||t===61||t===62||t===96||markdownLineEndingOrSpace(t)?completeAttributeNameAfter(t):(e.consume(t),completeAttributeValueUnquoted)}function completeAttributeValueQuotedAfter(e){return e===47||e===62||markdownSpace(e)?completeAttributeNameBefore(e):n(e)}function completeEnd(t){return t===62?(e.consume(t),completeAfter):n(t)}function completeAfter(t){return t===null||markdownLineEnding(t)?continuation(t):markdownSpace(t)?(e.consume(t),completeAfter):n(t)}function continuation(t){return t===45&&o===2?(e.consume(t),continuationCommentInside):t===60&&o===1?(e.consume(t),continuationRawTagOpen):t===62&&o===4?(e.consume(t),continuationClose):t===63&&o===3?(e.consume(t),continuationDeclarationInside):t===93&&o===5?(e.consume(t),continuationCdataInside):markdownLineEnding(t)&&(o===6||o===7)?(e.exit(`htmlFlowData`),e.check(M,continuationAfter,continuationStart)(t)):t===null||markdownLineEnding(t)?(e.exit(`htmlFlowData`),continuationStart(t)):(e.consume(t),continuation)}function continuationStart(t){return e.check(N,continuationStartNonLazy,continuationAfter)(t)}function continuationStartNonLazy(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),continuationBefore}function continuationBefore(t){return t===null||markdownLineEnding(t)?continuationStart(t):(e.enter(`htmlFlowData`),continuation(t))}function continuationCommentInside(t){return t===45?(e.consume(t),continuationDeclarationInside):continuation(t)}function continuationRawTagOpen(t){return t===47?(e.consume(t),c=``,continuationRawEndTag):continuation(t)}function continuationRawEndTag(t){if(t===62){let n=c.toLowerCase();return A.includes(n)?(e.consume(t),continuationClose):continuation(t)}return r(t)&&c.length<8?(e.consume(t),c+=String.fromCharCode(t),continuationRawEndTag):continuation(t)}function continuationCdataInside(t){return t===93?(e.consume(t),continuationDeclarationInside):continuation(t)}function continuationDeclarationInside(t){return t===62?(e.consume(t),continuationClose):t===45&&o===2?(e.consume(t),continuationDeclarationInside):continuation(t)}function continuationClose(t){return t===null||markdownLineEnding(t)?(e.exit(`htmlFlowData`),continuationAfter(t)):(e.consume(t),continuationClose)}function continuationAfter(n){return e.exit(`htmlFlow`),t(n)}}function tokenizeNonLazyContinuationStart(e,t,n){let r=this;return start;function start(t){return markdownLineEnding(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),after):n(t)}function after(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}function tokenizeBlankLineBefore(e,t,n){return start;function start(r){return e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),e.attempt(_,t,n)}}const P={name:`htmlText`,tokenize:tokenizeHtmlText};function tokenizeHtmlText(e,t,n){let a=this,o,s,c;return start;function start(t){return e.enter(`htmlText`),e.enter(`htmlTextData`),e.consume(t),open}function open(t){return t===33?(e.consume(t),declarationOpen):t===47?(e.consume(t),tagCloseStart):t===63?(e.consume(t),instruction):r(t)?(e.consume(t),tagOpen):n(t)}function declarationOpen(t){return t===45?(e.consume(t),commentOpenInside):t===91?(e.consume(t),s=0,cdataOpenInside):r(t)?(e.consume(t),declaration):n(t)}function commentOpenInside(t){return t===45?(e.consume(t),commentEnd):n(t)}function comment(t){return t===null?n(t):t===45?(e.consume(t),commentClose):markdownLineEnding(t)?(c=comment,lineEndingBefore(t)):(e.consume(t),comment)}function commentClose(t){return t===45?(e.consume(t),commentEnd):comment(t)}function commentEnd(e){return e===62?end(e):e===45?commentClose(e):comment(e)}function cdataOpenInside(t){return t===`CDATA[`.charCodeAt(s++)?(e.consume(t),s===6?cdata:cdataOpenInside):n(t)}function cdata(t){return t===null?n(t):t===93?(e.consume(t),cdataClose):markdownLineEnding(t)?(c=cdata,lineEndingBefore(t)):(e.consume(t),cdata)}function cdataClose(t){return t===93?(e.consume(t),cdataEnd):cdata(t)}function cdataEnd(t){return t===62?end(t):t===93?(e.consume(t),cdataEnd):cdata(t)}function declaration(t){return t===null||t===62?end(t):markdownLineEnding(t)?(c=declaration,lineEndingBefore(t)):(e.consume(t),declaration)}function instruction(t){return t===null?n(t):t===63?(e.consume(t),instructionClose):markdownLineEnding(t)?(c=instruction,lineEndingBefore(t)):(e.consume(t),instruction)}function instructionClose(e){return e===62?end(e):instruction(e)}function tagCloseStart(t){return r(t)?(e.consume(t),tagClose):n(t)}function tagClose(t){return t===45||i(t)?(e.consume(t),tagClose):tagCloseBetween(t)}function tagCloseBetween(t){return markdownLineEnding(t)?(c=tagCloseBetween,lineEndingBefore(t)):markdownSpace(t)?(e.consume(t),tagCloseBetween):end(t)}function tagOpen(t){return t===45||i(t)?(e.consume(t),tagOpen):t===47||t===62||markdownLineEndingOrSpace(t)?tagOpenBetween(t):n(t)}function tagOpenBetween(t){return t===47?(e.consume(t),end):t===58||t===95||r(t)?(e.consume(t),tagOpenAttributeName):markdownLineEnding(t)?(c=tagOpenBetween,lineEndingBefore(t)):markdownSpace(t)?(e.consume(t),tagOpenBetween):end(t)}function tagOpenAttributeName(t){return t===45||t===46||t===58||t===95||i(t)?(e.consume(t),tagOpenAttributeName):tagOpenAttributeNameAfter(t)}function tagOpenAttributeNameAfter(t){return t===61?(e.consume(t),tagOpenAttributeValueBefore):markdownLineEnding(t)?(c=tagOpenAttributeNameAfter,lineEndingBefore(t)):markdownSpace(t)?(e.consume(t),tagOpenAttributeNameAfter):tagOpenBetween(t)}function tagOpenAttributeValueBefore(t){return t===null||t===60||t===61||t===62||t===96?n(t):t===34||t===39?(e.consume(t),o=t,tagOpenAttributeValueQuoted):markdownLineEnding(t)?(c=tagOpenAttributeValueBefore,lineEndingBefore(t)):markdownSpace(t)?(e.consume(t),tagOpenAttributeValueBefore):(e.consume(t),tagOpenAttributeValueUnquoted)}function tagOpenAttributeValueQuoted(t){return t===o?(e.consume(t),o=void 0,tagOpenAttributeValueQuotedAfter):t===null?n(t):markdownLineEnding(t)?(c=tagOpenAttributeValueQuoted,lineEndingBefore(t)):(e.consume(t),tagOpenAttributeValueQuoted)}function tagOpenAttributeValueUnquoted(t){return t===null||t===34||t===39||t===60||t===61||t===96?n(t):t===47||t===62||markdownLineEndingOrSpace(t)?tagOpenBetween(t):(e.consume(t),tagOpenAttributeValueUnquoted)}function tagOpenAttributeValueQuotedAfter(e){return e===47||e===62||markdownLineEndingOrSpace(e)?tagOpenBetween(e):n(e)}function end(r){return r===62?(e.consume(r),e.exit(`htmlTextData`),e.exit(`htmlText`),t):n(r)}function lineEndingBefore(t){return e.exit(`htmlTextData`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),lineEndingAfter}function lineEndingAfter(t){return markdownSpace(t)?factorySpace(e,lineEndingAfterPrefix,`linePrefix`,a.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):lineEndingAfterPrefix(t)}function lineEndingAfterPrefix(t){return e.enter(`htmlTextData`),c(t)}}const F={name:`labelEnd`,resolveAll:resolveAllLabelEnd,resolveTo:resolveToLabelEnd,tokenize:tokenizeLabelEnd},I={tokenize:tokenizeResource},L={tokenize:tokenizeReferenceFull},R={tokenize:tokenizeReferenceCollapsed};function resolveAllLabelEnd(e){let t=-1,n=[];for(;++t<e.length;){let r=e[t][1];if(n.push(e[t]),r.type===`labelImage`||r.type===`labelLink`||r.type===`labelEnd`){let e=r.type===`labelImage`?4:2;r.type=`data`,t+=e}}return e.length!==n.length&&splice(e,0,e.length,n),e}function resolveToLabelEnd(e,t){let n=e.length,r=0,i,a,o,s;for(;n--;)if(i=e[n][1],a){if(i.type===`link`||i.type===`labelLink`&&i._inactive)break;e[n][0]===`enter`&&i.type===`labelLink`&&(i._inactive=!0)}else if(o){if(e[n][0]===`enter`&&(i.type===`labelImage`||i.type===`labelLink`)&&!i._balanced&&(a=n,i.type!==`labelLink`)){r=2;break}}else i.type===`labelEnd`&&(o=n);let c={type:e[a][1].type===`labelLink`?`link`:`image`,start:{...e[a][1].start},end:{...e[e.length-1][1].end}},l={type:`label`,start:{...e[a][1].start},end:{...e[o][1].end}},u={type:`labelText`,start:{...e[a+r+2][1].end},end:{...e[o-2][1].start}};return s=[[`enter`,c,t],[`enter`,l,t]],s=push(s,e.slice(a+1,a+r+3)),s=push(s,[[`enter`,u,t]]),s=push(s,resolveAll(t.parser.constructs.insideSpan.null,e.slice(a+r+4,o-3),t)),s=push(s,[[`exit`,u,t],e[o-2],e[o-1],[`exit`,l,t]]),s=push(s,e.slice(o+1)),s=push(s,[[`exit`,c,t]]),splice(e,a,e.length,s),e}function tokenizeLabelEnd(e,t,n){let r=this,i=r.events.length,a,o;for(;i--;)if((r.events[i][1].type===`labelImage`||r.events[i][1].type===`labelLink`)&&!r.events[i][1]._balanced){a=r.events[i][1];break}return start;function start(t){return a?a._inactive?labelEndNok(t):(o=r.parser.defined.includes(normalizeIdentifier(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter(`labelEnd`),e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelEnd`),after):n(t)}function after(t){return t===40?e.attempt(I,labelEndOk,o?labelEndOk:labelEndNok)(t):t===91?e.attempt(L,labelEndOk,o?referenceNotFull:labelEndNok)(t):o?labelEndOk(t):labelEndNok(t)}function referenceNotFull(t){return e.attempt(R,labelEndOk,labelEndNok)(t)}function labelEndOk(e){return t(e)}function labelEndNok(e){return a._balanced=!0,n(e)}}function tokenizeResource(e,t,n){return resourceStart;function resourceStart(t){return e.enter(`resource`),e.enter(`resourceMarker`),e.consume(t),e.exit(`resourceMarker`),resourceBefore}function resourceBefore(t){return markdownLineEndingOrSpace(t)?factoryWhitespace(e,resourceOpen)(t):resourceOpen(t)}function resourceOpen(t){return t===41?resourceEnd(t):factoryDestination(e,resourceDestinationAfter,resourceDestinationMissing,`resourceDestination`,`resourceDestinationLiteral`,`resourceDestinationLiteralMarker`,`resourceDestinationRaw`,`resourceDestinationString`,32)(t)}function resourceDestinationAfter(t){return markdownLineEndingOrSpace(t)?factoryWhitespace(e,resourceBetween)(t):resourceEnd(t)}function resourceDestinationMissing(e){return n(e)}function resourceBetween(t){return t===34||t===39||t===40?factoryTitle(e,resourceTitleAfter,n,`resourceTitle`,`resourceTitleMarker`,`resourceTitleString`)(t):resourceEnd(t)}function resourceTitleAfter(t){return markdownLineEndingOrSpace(t)?factoryWhitespace(e,resourceEnd)(t):resourceEnd(t)}function resourceEnd(r){return r===41?(e.enter(`resourceMarker`),e.consume(r),e.exit(`resourceMarker`),e.exit(`resource`),t):n(r)}}function tokenizeReferenceFull(e,t,n){let r=this;return referenceFull;function referenceFull(t){return factoryLabel.call(r,e,referenceFullAfter,referenceFullMissing,`reference`,`referenceMarker`,`referenceString`)(t)}function referenceFullAfter(e){return r.parser.defined.includes(normalizeIdentifier(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function referenceFullMissing(e){return n(e)}}function tokenizeReferenceCollapsed(e,t,n){return referenceCollapsedStart;function referenceCollapsedStart(t){return e.enter(`reference`),e.enter(`referenceMarker`),e.consume(t),e.exit(`referenceMarker`),referenceCollapsedOpen}function referenceCollapsedOpen(r){return r===93?(e.enter(`referenceMarker`),e.consume(r),e.exit(`referenceMarker`),e.exit(`reference`),t):n(r)}}const z={name:`labelStartImage`,resolveAll:F.resolveAll,tokenize:tokenizeLabelStartImage};function tokenizeLabelStartImage(e,t,n){let r=this;return start;function start(t){return e.enter(`labelImage`),e.enter(`labelImageMarker`),e.consume(t),e.exit(`labelImageMarker`),open}function open(t){return t===91?(e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelImage`),after):n(t)}function after(e){return e===94&&`_hiddenFootnoteSupport`in r.parser.constructs?n(e):t(e)}}const B={name:`labelStartLink`,resolveAll:F.resolveAll,tokenize:tokenizeLabelStartLink};function tokenizeLabelStartLink(e,t,n){let r=this;return start;function start(t){return e.enter(`labelLink`),e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelLink`),after}function after(e){return e===94&&`_hiddenFootnoteSupport`in r.parser.constructs?n(e):t(e)}}const V={name:`lineEnding`,tokenize:tokenizeLineEnding};function tokenizeLineEnding(e,t){return start;function start(n){return e.enter(`lineEnding`),e.consume(n),e.exit(`lineEnding`),factorySpace(e,t,`linePrefix`)}}const H={name:`thematicBreak`,tokenize:tokenizeThematicBreak};function tokenizeThematicBreak(e,t,n){let r=0,i;return start;function start(t){return e.enter(`thematicBreak`),before(t)}function before(e){return i=e,atBreak(e)}function atBreak(a){return a===i?(e.enter(`thematicBreakSequence`),sequence(a)):r>=3&&(a===null||markdownLineEnding(a))?(e.exit(`thematicBreak`),t(a)):n(a)}function sequence(t){return t===i?(e.consume(t),r++,sequence):(e.exit(`thematicBreakSequence`),markdownSpace(t)?factorySpace(e,atBreak,`whitespace`)(t):atBreak(t))}}const U={continuation:{tokenize:tokenizeListContinuation},exit:tokenizeListEnd,name:`list`,tokenize:tokenizeListStart},W={partial:!0,tokenize:tokenizeListItemPrefixWhitespace},G={partial:!0,tokenize:tokenizeIndent};function tokenizeListStart(e,t,n){let r=this,i=r.events[r.events.length-1],a=i&&i[1].type===`linePrefix`?i[2].sliceSerialize(i[1],!0).length:0,s=0;return start;function start(t){let i=r.containerState.type||(t===42||t===43||t===45?`listUnordered`:`listOrdered`);if(i===`listUnordered`?!r.containerState.marker||t===r.containerState.marker:o(t)){if(r.containerState.type||(r.containerState.type=i,e.enter(i,{_container:!0})),i===`listUnordered`)return e.enter(`listItemPrefix`),t===42||t===45?e.check(H,n,atMarker)(t):atMarker(t);if(!r.interrupt||t===49)return e.enter(`listItemPrefix`),e.enter(`listItemValue`),inside(t)}return n(t)}function inside(t){return o(t)&&++s<10?(e.consume(t),inside):(!r.interrupt||s<2)&&(r.containerState.marker?t===r.containerState.marker:t===41||t===46)?(e.exit(`listItemValue`),atMarker(t)):n(t)}function atMarker(t){return e.enter(`listItemMarker`),e.consume(t),e.exit(`listItemMarker`),r.containerState.marker=r.containerState.marker||t,e.check(_,r.interrupt?n:onBlank,e.attempt(W,endOfPrefix,otherPrefix))}function onBlank(e){return r.containerState.initialBlankLine=!0,a++,endOfPrefix(e)}function otherPrefix(t){return markdownSpace(t)?(e.enter(`listItemPrefixWhitespace`),e.consume(t),e.exit(`listItemPrefixWhitespace`),endOfPrefix):n(t)}function endOfPrefix(n){return r.containerState.size=a+r.sliceSerialize(e.exit(`listItemPrefix`),!0).length,t(n)}}function tokenizeListContinuation(e,t,n){let r=this;return r.containerState._closeFlow=void 0,e.check(_,onBlank,notBlank);function onBlank(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,factorySpace(e,t,`listItemIndent`,r.containerState.size+1)(n)}function notBlank(n){return r.containerState.furtherBlankLines||!markdownSpace(n)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,notInCurrentItem(n)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(G,t,notInCurrentItem)(n))}function notInCurrentItem(i){return r.containerState._closeFlow=!0,r.interrupt=void 0,factorySpace(e,e.attempt(U,t,n),`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(i)}}function tokenizeIndent(e,t,n){let r=this;return factorySpace(e,afterPrefix,`listItemIndent`,r.containerState.size+1);function afterPrefix(e){let i=r.events[r.events.length-1];return i&&i[1].type===`listItemIndent`&&i[2].sliceSerialize(i[1],!0).length===r.containerState.size?t(e):n(e)}}function tokenizeListEnd(e){e.exit(this.containerState.type)}function tokenizeListItemPrefixWhitespace(e,t,n){let r=this;return factorySpace(e,afterPrefix,`listItemPrefixWhitespace`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:5);function afterPrefix(e){let i=r.events[r.events.length-1];return!markdownSpace(e)&&i&&i[1].type===`listItemPrefixWhitespace`?t(e):n(e)}}const K={name:`setextUnderline`,resolveTo:resolveToSetextUnderline,tokenize:tokenizeSetextUnderline};function resolveToSetextUnderline(e,t){let n=e.length,r,i,a;for(;n--;)if(e[n][0]===`enter`){if(e[n][1].type===`content`){r=n;break}e[n][1].type===`paragraph`&&(i=n)}else e[n][1].type===`content`&&e.splice(n,1),!a&&e[n][1].type===`definition`&&(a=n);let o={type:`setextHeading`,start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[i][1].type=`setextHeadingText`,a?(e.splice(i,0,[`enter`,o,t]),e.splice(a+1,0,[`exit`,e[r][1],t]),e[r][1].end={...e[a][1].end}):e[r][1]=o,e.push([`exit`,o,t]),e}function tokenizeSetextUnderline(e,t,n){let r=this,i;return start;function start(t){let a=r.events.length,o;for(;a--;)if(r.events[a][1].type!==`lineEnding`&&r.events[a][1].type!==`linePrefix`&&r.events[a][1].type!==`content`){o=r.events[a][1].type===`paragraph`;break}return!r.parser.lazy[r.now().line]&&(r.interrupt||o)?(e.enter(`setextHeadingLine`),i=t,before(t)):n(t)}function before(t){return e.enter(`setextHeadingLineSequence`),inside(t)}function inside(t){return t===i?(e.consume(t),inside):(e.exit(`setextHeadingLineSequence`),markdownSpace(t)?factorySpace(e,after,`lineSuffix`)(t):after(t))}function after(r){return r===null||markdownLineEnding(r)?(e.exit(`setextHeadingLine`),t(r)):n(r)}}const re={tokenize:initializeContent};function initializeContent(e){let t=e.attempt(this.parser.constructs.contentInitial,afterContentStartConstruct,paragraphInitial),n;return t;function afterContentStartConstruct(n){if(n===null){e.consume(n);return}return e.enter(`lineEnding`),e.consume(n),e.exit(`lineEnding`),factorySpace(e,t,`linePrefix`)}function paragraphInitial(t){return e.enter(`paragraph`),lineStart(t)}function lineStart(t){let r=e.enter(`chunkText`,{contentType:`text`,previous:n});return n&&(n.next=r),n=r,data(t)}function data(t){if(t===null){e.exit(`chunkText`),e.exit(`paragraph`),e.consume(t);return}return markdownLineEnding(t)?(e.consume(t),e.exit(`chunkText`),lineStart):(e.consume(t),data)}}const q={tokenize:initializeDocument},J={tokenize:tokenizeContainer};function initializeDocument(e){let t=this,n=[],r=0,i,a,o;return start;function start(i){if(r<n.length){let a=n[r];return t.containerState=a[1],e.attempt(a[0].continuation,documentContinue,checkNewContainers)(i)}return checkNewContainers(i)}function documentContinue(e){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,i&&closeFlow();let n=t.events.length,a=n,o;for(;a--;)if(t.events[a][0]===`exit`&&t.events[a][1].type===`chunkFlow`){o=t.events[a][1].end;break}exitContainers(r);let s=n;for(;s<t.events.length;)t.events[s][1].end={...o},s++;return splice(t.events,a+1,0,t.events.slice(n)),t.events.length=s,checkNewContainers(e)}return start(e)}function checkNewContainers(a){if(r===n.length){if(!i)return documentContinued(a);if(i.currentConstruct&&i.currentConstruct.concrete)return flowStart(a);t.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(J,thereIsANewContainer,thereIsNoNewContainer)(a)}function thereIsANewContainer(e){return i&&closeFlow(),exitContainers(r),documentContinued(e)}function thereIsNoNewContainer(e){return t.parser.lazy[t.now().line]=r!==n.length,o=t.now().offset,flowStart(e)}function documentContinued(n){return t.containerState={},e.attempt(J,containerContinue,flowStart)(n)}function containerContinue(e){return r++,n.push([t.currentConstruct,t.containerState]),documentContinued(e)}function flowStart(n){if(n===null){i&&closeFlow(),exitContainers(0),e.consume(n);return}return i||=t.parser.flow(t.now()),e.enter(`chunkFlow`,{_tokenizer:i,contentType:`flow`,previous:a}),flowContinue(n)}function flowContinue(n){if(n===null){writeToChild(e.exit(`chunkFlow`),!0),exitContainers(0),e.consume(n);return}return markdownLineEnding(n)?(e.consume(n),writeToChild(e.exit(`chunkFlow`)),r=0,t.interrupt=void 0,start):(e.consume(n),flowContinue)}function writeToChild(e,n){let s=t.sliceStream(e);if(n&&s.push(null),e.previous=a,a&&(a.next=e),a=e,i.defineSkip(e.start),i.write(s),t.parser.lazy[e.start.line]){let e=i.events.length;for(;e--;)if(i.events[e][1].start.offset<o&&(!i.events[e][1].end||i.events[e][1].end.offset>o))return;let n=t.events.length,a=n,s,c;for(;a--;)if(t.events[a][0]===`exit`&&t.events[a][1].type===`chunkFlow`){if(s){c=t.events[a][1].end;break}s=!0}for(exitContainers(r),e=n;e<t.events.length;)t.events[e][1].end={...c},e++;splice(t.events,a+1,0,t.events.slice(n)),t.events.length=e}}function exitContainers(r){let i=n.length;for(;i-->r;){let r=n[i];t.containerState=r[1],r[0].exit.call(t,e)}n.length=r}function closeFlow(){i.write([null]),a=void 0,i=void 0,t.containerState._closeFlow=void 0}}function tokenizeContainer(e,t,n){return factorySpace(e,e.attempt(this.parser.constructs.document,t,n),`linePrefix`,this.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)}const Y={tokenize:initializeFlow};function initializeFlow(e){let t=this,n=e.attempt(_,atBlankEnding,e.attempt(this.parser.constructs.flowInitial,afterConstruct,factorySpace(e,e.attempt(this.parser.constructs.flow,afterConstruct,e.attempt(T,afterConstruct)),`linePrefix`)));return n;function atBlankEnding(r){if(r===null){e.consume(r);return}return e.enter(`lineEndingBlank`),e.consume(r),e.exit(`lineEndingBlank`),t.currentConstruct=void 0,n}function afterConstruct(r){if(r===null){e.consume(r);return}return e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),t.currentConstruct=void 0,n}}const X={resolveAll:createResolver()},ie=initializeFactory(`string`),ae=initializeFactory(`text`);function initializeFactory(e){return{resolveAll:createResolver(e===`text`?resolveAllLineSuffixes:void 0),tokenize:initializeText};function initializeText(t){let n=this,r=this.parser.constructs[e],i=t.attempt(r,start,notText);return start;function start(e){return atBreak(e)?i(e):notText(e)}function notText(e){if(e===null){t.consume(e);return}return t.enter(`data`),t.consume(e),data}function data(e){return atBreak(e)?(t.exit(`data`),i(e)):(t.consume(e),data)}function atBreak(e){if(e===null)return!0;let t=r[e],i=-1;if(t)for(;++i<t.length;){let e=t[i];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}function createResolver(e){return resolveAllText;function resolveAllText(t,n){let r=-1,i;for(;++r<=t.length;)i===void 0?t[r]&&t[r][1].type===`data`&&(i=r,r++):(!t[r]||t[r][1].type!==`data`)&&(r!==i+2&&(t[i][1].end=t[r-1][1].end,t.splice(i+2,r-i-2),r=i+2),i=void 0);return e?e(t,n):t}}function resolveAllLineSuffixes(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type===`lineEnding`)&&e[n-1][1].type===`data`){let r=e[n-1][1],i=t.sliceStream(r),a=i.length,o=-1,s=0,c;for(;a--;){let e=i[a];if(typeof e==`string`){for(o=e.length;e.charCodeAt(o-1)===32;)s++,o--;if(o)break;o=-1}else if(e===-2)c=!0,s++;else if(e!==-1){a++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(s=0),s){let i={type:n===e.length||c||s<2?`lineSuffix`:`hardBreakTrailing`,start:{_bufferIndex:a?o:r.start._bufferIndex+o,_index:r.start._index+a,line:r.end.line,column:r.end.column-s,offset:r.end.offset-s},end:{...r.end}};r.end={...i.start},r.start.offset===r.end.offset?Object.assign(r,i):(e.splice(n,0,[`enter`,i,t],[`exit`,i,t]),n+=2)}n++}return e}var oe=e({attentionMarkers:()=>pe,contentInitial:()=>ce,disable:()=>me,document:()=>se,flow:()=>le,flowInitial:()=>Z,insideSpan:()=>fe,string:()=>ue,text:()=>de});const se={42:U,43:U,45:U,48:U,49:U,50:U,51:U,52:U,53:U,54:U,55:U,56:U,57:U,62:v},ce={91:D},Z={[-2]:C,[-1]:C,32:C},le={35:te,42:H,45:[K,H],60:j,61:K,95:H,96:S,126:S},ue={38:b,92:y},de={[-5]:V,[-4]:V,[-3]:V,33:z,38:b,42:h,60:[g,P],91:B,92:[k,y],93:F,95:h,96:w},fe={null:[h,X]},pe={null:[42,95]},me={null:[]};function createTokenizer(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},i={},a=[],o=[],s=[],c={attempt:constructFactory(onsuccessfulconstruct),check:constructFactory(onsuccessfulcheck),consume,enter,exit,interrupt:constructFactory(onsuccessfulcheck,{interrupt:!0})},l={code:null,containerState:{},defineSkip,events:[],now,parser:e,previous:null,sliceSerialize,sliceStream,write},u=t.tokenize.call(l,c);return t.resolveAll&&a.push(t),l;function write(e){return o=push(o,e),main(),o[o.length-1]===null?(addResult(t,0),l.events=resolveAll(a,l.events,l),l.events):[]}function sliceSerialize(e,t){return serializeChunks(sliceStream(e),t)}function sliceStream(e){return sliceChunks(o,e)}function now(){let{_bufferIndex:e,_index:t,line:n,column:i,offset:a}=r;return{_bufferIndex:e,_index:t,line:n,column:i,offset:a}}function defineSkip(e){i[e.line]=e.column,accountForPotentialSkip()}function main(){let e;for(;r._index<o.length;){let t=o[r._index];if(typeof t==`string`)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)go(t.charCodeAt(r._bufferIndex));else go(t)}}function go(e){u=u(e)}function consume(e){markdownLineEnding(e)?(r.line++,r.column=1,r.offset+=e===-3?2:1,accountForPotentialSkip()):e!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===o[r._index].length&&(r._bufferIndex=-1,r._index++)),l.previous=e}function enter(e,t){let n=t||{};return n.type=e,n.start=now(),l.events.push([`enter`,n,l]),s.push(n),n}function exit(e){let t=s.pop();return t.end=now(),l.events.push([`exit`,t,l]),t}function onsuccessfulconstruct(e,t){addResult(e,t.from)}function onsuccessfulcheck(e,t){t.restore()}function constructFactory(e,t){return hook;function hook(n,r,i){let a,o,s,u;return Array.isArray(n)?handleListOfConstructs(n):`tokenize`in n?handleListOfConstructs([n]):handleMapOfConstructs(n);function handleMapOfConstructs(e){return start;function start(t){let n=t!==null&&e[t],r=t!==null&&e.null;return handleListOfConstructs([...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]])(t)}}function handleListOfConstructs(e){return a=e,o=0,e.length===0?i:handleConstruct(e[o])}function handleConstruct(e){return start;function start(n){return u=store(),s=e,e.partial||(l.currentConstruct=e),e.name&&l.parser.constructs.disable.null.includes(e.name)?nok(n):e.tokenize.call(t?Object.assign(Object.create(l),t):l,c,ok,nok)(n)}}function ok(t){return e(s,u),r}function nok(e){return u.restore(),++o<a.length?handleConstruct(a[o]):i}}}function addResult(e,t){e.resolveAll&&!a.includes(e)&&a.push(e),e.resolve&&splice(l.events,t,l.events.length-t,e.resolve(l.events.slice(t),l)),e.resolveTo&&(l.events=e.resolveTo(l.events,l))}function store(){let e=now(),t=l.previous,n=l.currentConstruct,i=l.events.length,a=Array.from(s);return{from:i,restore};function restore(){r=e,l.previous=t,l.currentConstruct=n,l.events.length=i,s=a,accountForPotentialSkip()}}function accountForPotentialSkip(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function sliceChunks(e,t){let n=t.start._index,r=t.start._bufferIndex,i=t.end._index,a=t.end._bufferIndex,o;if(n===i)o=[e[n].slice(r,a)];else{if(o=e.slice(n,i),r>-1){let e=o[0];typeof e==`string`?o[0]=e.slice(r):o.shift()}a>0&&o.push(e[i].slice(0,a))}return o}function serializeChunks(e,t){let n=-1,r=[],i;for(;++n<e.length;){let a=e[n],o;if(typeof a==`string`)o=a;else switch(a){case-5:o=`\r`;break;case-4:o=`
2
- `;break;case-3:o=`\r
3
- `;break;case-2:o=t?` `:` `;break;case-1:if(!t&&i)continue;o=` `;break;default:o=String.fromCharCode(a)}i=a===-2,r.push(o)}return r.join(``)}function parse(e){let t={constructs:combineExtensions([oe,...(e||{}).extensions||[]]),content:create(re),defined:[],document:create(q),flow:create(Y),lazy:{},string:create(ie),text:create(ae)};return t;function create(e){return creator;function creator(n){return createTokenizer(t,e,n)}}}function postprocess(e){for(;!subtokenize(e););return e}const Q=/[\0\t\n\r]/g;function preprocess(){let e=1,t=``,n=!0,r;return preprocessor;function preprocessor(i,a,o){let s=[],c,l,u,d,f;for(i=t+(typeof i==`string`?i.toString():new TextDecoder(a||void 0).decode(i)),u=0,t=``,n&&=(i.charCodeAt(0)===65279&&u++,void 0);u<i.length;){if(Q.lastIndex=u,c=Q.exec(i),d=c&&c.index!==void 0?c.index:i.length,f=i.charCodeAt(d),!c){t=i.slice(u);break}if(f===10&&u===d&&r)s.push(-3),r=void 0;else switch(r&&=(s.push(-5),void 0),u<d&&(s.push(i.slice(u,d)),e+=d-u),f){case 0:s.push(65533),e++;break;case 9:for(l=Math.ceil(e/4)*4,s.push(-2);e++<l;)s.push(-1);break;case 10:s.push(-4),e=1;break;default:r=!0,e=1}u=d+1}return o&&(r&&s.push(-5),t&&s.push(t),s.push(null)),s}}function stringifyPosition(e){return!e||typeof e!=`object`?``:`position`in e||`type`in e?position(e.position):`start`in e||`end`in e?position(e):`line`in e||`column`in e?point$1(e):``}function point$1(e){return index(e&&e.line)+`:`+index(e&&e.column)}t(point$1,`point`);function position(e){return point$1(e&&e.start)+`-`+point$1(e&&e.end)}function index(e){return e&&typeof e==`number`?e:1}const $={}.hasOwnProperty;function fromMarkdown(e,t,n){return t&&typeof t==`object`&&(n=t,t=void 0),compiler(n)(postprocess(parse(n).document().write(preprocess()(e,t,!0))))}function compiler(e){let t={transforms:[],canContainEols:[`emphasis`,`fragment`,`heading`,`paragraph`,`strong`],enter:{autolink:opener(link),autolinkProtocol:onenterdata,autolinkEmail:onenterdata,atxHeading:opener(heading),blockQuote:opener(blockQuote),characterEscape:onenterdata,characterReference:onenterdata,codeFenced:opener(codeFlow),codeFencedFenceInfo:buffer,codeFencedFenceMeta:buffer,codeIndented:opener(codeFlow,buffer),codeText:opener(codeText,buffer),codeTextData:onenterdata,data:onenterdata,codeFlowValue:onenterdata,definition:opener(definition),definitionDestinationString:buffer,definitionLabelString:buffer,definitionTitleString:buffer,emphasis:opener(emphasis),hardBreakEscape:opener(hardBreak),hardBreakTrailing:opener(hardBreak),htmlFlow:opener(html,buffer),htmlFlowData:onenterdata,htmlText:opener(html,buffer),htmlTextData:onenterdata,image:opener(image),label:buffer,link:opener(link),listItem:opener(listItem),listItemValue:onenterlistitemvalue,listOrdered:opener(list,onenterlistordered),listUnordered:opener(list),paragraph:opener(paragraph),reference:onenterreference,referenceString:buffer,resourceDestinationString:buffer,resourceTitleString:buffer,setextHeading:opener(heading),strong:opener(strong),thematicBreak:opener(thematicBreak)},exit:{atxHeading:closer(),atxHeadingSequence:onexitatxheadingsequence,autolink:closer(),autolinkEmail:onexitautolinkemail,autolinkProtocol:onexitautolinkprotocol,blockQuote:closer(),characterEscapeValue:onexitdata,characterReferenceMarkerHexadecimal:onexitcharacterreferencemarker,characterReferenceMarkerNumeric:onexitcharacterreferencemarker,characterReferenceValue:onexitcharacterreferencevalue,characterReference:onexitcharacterreference,codeFenced:closer(onexitcodefenced),codeFencedFence:onexitcodefencedfence,codeFencedFenceInfo:onexitcodefencedfenceinfo,codeFencedFenceMeta:onexitcodefencedfencemeta,codeFlowValue:onexitdata,codeIndented:closer(onexitcodeindented),codeText:closer(onexitcodetext),codeTextData:onexitdata,data:onexitdata,definition:closer(),definitionDestinationString:onexitdefinitiondestinationstring,definitionLabelString:onexitdefinitionlabelstring,definitionTitleString:onexitdefinitiontitlestring,emphasis:closer(),hardBreakEscape:closer(onexithardbreak),hardBreakTrailing:closer(onexithardbreak),htmlFlow:closer(onexithtmlflow),htmlFlowData:onexitdata,htmlText:closer(onexithtmltext),htmlTextData:onexitdata,image:closer(onexitimage),label:onexitlabel,labelText:onexitlabeltext,lineEnding:onexitlineending,link:closer(onexitlink),listItem:closer(),listOrdered:closer(),listUnordered:closer(),paragraph:closer(),referenceString:onexitreferencestring,resourceDestinationString:onexitresourcedestinationstring,resourceTitleString:onexitresourcetitlestring,resource:onexitresource,setextHeading:closer(onexitsetextheading),setextHeadingLineSequence:onexitsetextheadinglinesequence,setextHeadingText:onexitsetextheadingtext,strong:closer(),thematicBreak:closer()}};configure(t,(e||{}).mdastExtensions||[]);let n={};return compile;function compile(e){let r={type:`root`,children:[]},i={stack:[r],tokenStack:[],config:t,enter,exit,buffer,resume,data:n},a=[],o=-1;for(;++o<e.length;)(e[o][1].type===`listOrdered`||e[o][1].type===`listUnordered`)&&(e[o][0]===`enter`?a.push(o):o=prepareList(e,a.pop(),o));for(o=-1;++o<e.length;){let n=t[e[o][0]];$.call(n,e[o][1].type)&&n[e[o][1].type].call(Object.assign({sliceSerialize:e[o][2].sliceSerialize},i),e[o][1])}if(i.tokenStack.length>0){let e=i.tokenStack[i.tokenStack.length-1];(e[1]||defaultOnError).call(i,void 0,e[0])}for(r.position={start:point(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:point(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},o=-1;++o<t.transforms.length;)r=t.transforms[o](r)||r;return r}function prepareList(e,t,n){let r=t-1,i=-1,a=!1,o,s,c,l;for(;++r<=n;){let t=e[r];switch(t[1].type){case`listUnordered`:case`listOrdered`:case`blockQuote`:t[0]===`enter`?i++:i--,l=void 0;break;case`lineEndingBlank`:t[0]===`enter`&&(o&&!l&&!i&&!c&&(c=r),l=void 0);break;case`linePrefix`:case`listItemValue`:case`listItemMarker`:case`listItemPrefix`:case`listItemPrefixWhitespace`:break;default:l=void 0}if(!i&&t[0]===`enter`&&t[1].type===`listItemPrefix`||i===-1&&t[0]===`exit`&&(t[1].type===`listUnordered`||t[1].type===`listOrdered`)){if(o){let i=r;for(s=void 0;i--;){let t=e[i];if(t[1].type===`lineEnding`||t[1].type===`lineEndingBlank`){if(t[0]===`exit`)continue;s&&(e[s][1].type=`lineEndingBlank`,a=!0),t[1].type=`lineEnding`,s=i}else if(t[1].type!==`linePrefix`&&t[1].type!==`blockQuotePrefix`&&t[1].type!==`blockQuotePrefixWhitespace`&&t[1].type!==`blockQuoteMarker`&&t[1].type!==`listItemIndent`)break}c&&(!s||c<s)&&(o._spread=!0),o.end=Object.assign({},s?e[s][1].start:t[1].end),e.splice(s||r,0,[`exit`,o,t[2]]),r++,n++}if(t[1].type===`listItemPrefix`){let i={type:`listItem`,_spread:!1,start:Object.assign({},t[1].start),end:void 0};o=i,e.splice(r,0,[`enter`,i,t[2]]),r++,n++,c=void 0,l=!0}}}return e[t][1]._spread=a,n}function opener(e,t){return open;function open(n){enter.call(this,e(n),n),t&&t.call(this,n)}}function buffer(){this.stack.push({type:`fragment`,children:[]})}function enter(e,t,n){this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push([t,n||void 0]),e.position={start:point(t.start),end:void 0}}function closer(e){return close;function close(t){e&&e.call(this,t),exit.call(this,t)}}function exit(e,t){let n=this.stack.pop(),r=this.tokenStack.pop();if(r)r[0].type!==e.type&&(t?t.call(this,e,r[0]):(r[1]||defaultOnError).call(this,e,r[0]));else throw Error("Cannot close `"+e.type+"` ("+stringifyPosition({start:e.start,end:e.end})+`): it’s not open`);n.position.end=point(e.end)}function resume(){return toString(this.stack.pop())}function onenterlistordered(){this.data.expectingFirstListItemValue=!0}function onenterlistitemvalue(e){if(this.data.expectingFirstListItemValue){let t=this.stack[this.stack.length-2];t.start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0}}function onexitcodefencedfenceinfo(){let e=this.resume(),t=this.stack[this.stack.length-1];t.lang=e}function onexitcodefencedfencemeta(){let e=this.resume(),t=this.stack[this.stack.length-1];t.meta=e}function onexitcodefencedfence(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function onexitcodefenced(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,``),this.data.flowCodeInside=void 0}function onexitcodeindented(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e.replace(/(\r?\n|\r)$/g,``)}function onexitdefinitionlabelstring(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=normalizeIdentifier(this.sliceSerialize(e)).toLowerCase()}function onexitdefinitiontitlestring(){let e=this.resume(),t=this.stack[this.stack.length-1];t.title=e}function onexitdefinitiondestinationstring(){let e=this.resume(),t=this.stack[this.stack.length-1];t.url=e}function onexitatxheadingsequence(e){let t=this.stack[this.stack.length-1];t.depth||=this.sliceSerialize(e).length}function onexitsetextheadingtext(){this.data.setextHeadingSlurpLineEnding=!0}function onexitsetextheadinglinesequence(e){let t=this.stack[this.stack.length-1];t.depth=this.sliceSerialize(e).codePointAt(0)===61?1:2}function onexitsetextheading(){this.data.setextHeadingSlurpLineEnding=void 0}function onenterdata(e){let t=this.stack[this.stack.length-1].children,n=t[t.length-1];(!n||n.type!==`text`)&&(n=text(),n.position={start:point(e.start),end:void 0},t.push(n)),this.stack.push(n)}function onexitdata(e){let t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=point(e.end)}function onexitlineending(e){let n=this.stack[this.stack.length-1];if(this.data.atHardBreak){let t=n.children[n.children.length-1];t.position.end=point(e.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(n.type)&&(onenterdata.call(this,e),onexitdata.call(this,e))}function onexithardbreak(){this.data.atHardBreak=!0}function onexithtmlflow(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function onexithtmltext(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function onexitcodetext(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function onexitlink(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||`shortcut`;e.type+=`Reference`,e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function onexitimage(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||`shortcut`;e.type+=`Reference`,e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function onexitlabeltext(e){let t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=decodeString(t),n.identifier=normalizeIdentifier(t).toLowerCase()}function onexitlabel(){let e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];this.data.inReference=!0,n.type===`link`?n.children=e.children:n.alt=t}function onexitresourcedestinationstring(){let e=this.resume(),t=this.stack[this.stack.length-1];t.url=e}function onexitresourcetitlestring(){let e=this.resume(),t=this.stack[this.stack.length-1];t.title=e}function onexitresource(){this.data.inReference=void 0}function onenterreference(){this.data.referenceType=`collapsed`}function onexitreferencestring(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=normalizeIdentifier(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType=`full`}function onexitcharacterreferencemarker(e){this.data.characterReferenceType=e.type}function onexitcharacterreferencevalue(e){let t=this.sliceSerialize(e),n=this.data.characterReferenceType,r;n?(r=decodeNumericCharacterReference(t,n===`characterReferenceMarkerNumeric`?10:16),this.data.characterReferenceType=void 0):r=decodeNamedCharacterReference(t);let i=this.stack[this.stack.length-1];i.value+=r}function onexitcharacterreference(e){let t=this.stack.pop();t.position.end=point(e.end)}function onexitautolinkprotocol(e){onexitdata.call(this,e);let t=this.stack[this.stack.length-1];t.url=this.sliceSerialize(e)}function onexitautolinkemail(e){onexitdata.call(this,e);let t=this.stack[this.stack.length-1];t.url=`mailto:`+this.sliceSerialize(e)}function blockQuote(){return{type:`blockquote`,children:[]}}function codeFlow(){return{type:`code`,lang:null,meta:null,value:``}}function codeText(){return{type:`inlineCode`,value:``}}function definition(){return{type:`definition`,identifier:``,label:null,title:null,url:``}}function emphasis(){return{type:`emphasis`,children:[]}}function heading(){return{type:`heading`,depth:0,children:[]}}function hardBreak(){return{type:`break`}}function html(){return{type:`html`,value:``}}function image(){return{type:`image`,title:null,url:``,alt:null}}function link(){return{type:`link`,title:null,url:``,children:[]}}function list(e){return{type:`list`,ordered:e.type===`listOrdered`,start:null,spread:e._spread,children:[]}}function listItem(e){return{type:`listItem`,spread:e._spread,checked:null,children:[]}}function paragraph(){return{type:`paragraph`,children:[]}}function strong(){return{type:`strong`,children:[]}}function text(){return{type:`text`,value:``}}function thematicBreak(){return{type:`thematicBreak`}}}function point(e){return{line:e.line,column:e.column,offset:e.offset}}function configure(e,t){let n=-1;for(;++n<t.length;){let r=t[n];Array.isArray(r)?configure(e,r):extension(e,r)}}function extension(e,t){let n;for(n in t)if($.call(t,n))switch(n){case`canContainEols`:{let r=t[n];r&&e[n].push(...r);break}case`transforms`:{let r=t[n];r&&e[n].push(...r);break}case`enter`:case`exit`:{let r=t[n];r&&Object.assign(e[n],r);break}}}function defaultOnError(e,t){throw Error(e?"Cannot close `"+e.type+"` ("+stringifyPosition({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+stringifyPosition({start:t.start,end:t.end})+`) is open`:"Cannot close document, a token (`"+t.type+"`, "+stringifyPosition({start:t.start,end:t.end})+`) is still open`)}export{l as _,resolveAll as a,toString as c,r as d,i as f,markdownSpace as g,markdownLineEndingOrSpace as h,factorySpace as i,classifyCharacter as l,markdownLineEnding as m,stringifyPosition as n,combineExtensions as o,asciiControl as p,_ as r,splice as s,fromMarkdown as t,normalizeIdentifier as u,u as v};
@@ -1,15 +0,0 @@
1
- import{r as e}from"../rolldown-runtime.mjs";import{n as t}from"./hast-util-to-html.mjs";import{_ as n,c as r,l as i,u as a,v as o}from"./mdast-util-from-markdown.mjs";import{n as s,r as c,t as l}from"./mdast-util-find-and-replace.mjs";import{t as u}from"./markdown-table.mjs";function ok(){}const d=`phrasing`,f=[`autolink`,`link`,`image`,`label`];function gfmAutolinkLiteralFromMarkdown(){return{transforms:[transformGfmAutolinkLiterals],enter:{literalAutolink:enterLiteralAutolink,literalAutolinkEmail:enterLiteralAutolinkValue,literalAutolinkHttp:enterLiteralAutolinkValue,literalAutolinkWww:enterLiteralAutolinkValue},exit:{literalAutolink:exitLiteralAutolink,literalAutolinkEmail:exitLiteralAutolinkEmail,literalAutolinkHttp:exitLiteralAutolinkHttp,literalAutolinkWww:exitLiteralAutolinkWww}}}function gfmAutolinkLiteralToMarkdown(){return{unsafe:[{character:`@`,before:`[+\\-.\\w]`,after:`[\\-.\\w]`,inConstruct:d,notInConstruct:f},{character:`.`,before:`[Ww]`,after:`[\\-.\\w]`,inConstruct:d,notInConstruct:f},{character:`:`,before:`[ps]`,after:`\\/`,inConstruct:d,notInConstruct:f}]}}function enterLiteralAutolink(e){this.enter({type:`link`,title:null,url:``,children:[]},e)}function enterLiteralAutolinkValue(e){this.config.enter.autolinkProtocol.call(this,e)}function exitLiteralAutolinkHttp(e){this.config.exit.autolinkProtocol.call(this,e)}function exitLiteralAutolinkWww(e){this.config.exit.data.call(this,e);let t=this.stack[this.stack.length-1];t.type,t.url=`http://`+this.sliceSerialize(e)}function exitLiteralAutolinkEmail(e){this.config.exit.autolinkEmail.call(this,e)}function exitLiteralAutolink(e){this.exit(e)}function transformGfmAutolinkLiterals(e){l(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,findUrl],[/(?<=^|\s|\p{P}|\p{S})([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/gu,findEmail]],{ignore:[`link`,`linkReference`]})}function findUrl(e,t,n,r,i){let a=``;if(!previous(i)||(/^w/i.test(t)&&(n=t+n,t=``,a=`http://`),!isCorrectDomain(n)))return!1;let o=splitUrl(n+r);if(!o[0])return!1;let s={type:`link`,title:null,url:a+t+o[0],children:[{type:`text`,value:t+o[0]}]};return o[1]?[s,{type:`text`,value:o[1]}]:s}function findEmail(e,t,n,r){return!previous(r,!0)||/[-\d_]$/.test(n)?!1:{type:`link`,title:null,url:`mailto:`+t+`@`+n,children:[{type:`text`,value:t+`@`+n}]}}function isCorrectDomain(e){let t=e.split(`.`);return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function splitUrl(e){let n=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!n)return[e,void 0];e=e.slice(0,n.index);let r=n[0],i=r.indexOf(`)`),a=t(e,`(`),o=t(e,`)`);for(;i!==-1&&a>o;)e+=r.slice(0,i+1),r=r.slice(i+1),i=r.indexOf(`)`),o++;return[e,r]}function previous(e,t){let r=e.input.charCodeAt(e.index-1);return(e.index===0||o(r)||n(r))&&(!t||r!==47)}footnoteReference.peek=footnoteReferencePeek;function enterFootnoteCallString(){this.buffer()}function enterFootnoteCall(e){this.enter({type:`footnoteReference`,identifier:``,label:``},e)}function enterFootnoteDefinitionLabelString(){this.buffer()}function enterFootnoteDefinition(e){this.enter({type:`footnoteDefinition`,identifier:``,label:``,children:[]},e)}function exitFootnoteCallString(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=a(this.sliceSerialize(e)).toLowerCase(),n.label=t}function exitFootnoteCall(e){this.exit(e)}function exitFootnoteDefinitionLabelString(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=a(this.sliceSerialize(e)).toLowerCase(),n.label=t}function exitFootnoteDefinition(e){this.exit(e)}function footnoteReferencePeek(){return`[`}function footnoteReference(e,t,n,r){let i=n.createTracker(r),a=i.move(`[^`),o=n.enter(`footnoteReference`),s=n.enter(`reference`);return a+=i.move(n.safe(n.associationId(e),{after:`]`,before:a})),s(),o(),a+=i.move(`]`),a}function gfmFootnoteFromMarkdown(){return{enter:{gfmFootnoteCallString:enterFootnoteCallString,gfmFootnoteCall:enterFootnoteCall,gfmFootnoteDefinitionLabelString:enterFootnoteDefinitionLabelString,gfmFootnoteDefinition:enterFootnoteDefinition},exit:{gfmFootnoteCallString:exitFootnoteCallString,gfmFootnoteCall:exitFootnoteCall,gfmFootnoteDefinitionLabelString:exitFootnoteDefinitionLabelString,gfmFootnoteDefinition:exitFootnoteDefinition}}}function gfmFootnoteToMarkdown(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition,footnoteReference},unsafe:[{character:`[`,inConstruct:[`label`,`phrasing`,`reference`]}]};function footnoteDefinition(e,n,r,i){let a=r.createTracker(i),o=a.move(`[^`),s=r.enter(`footnoteDefinition`),c=r.enter(`label`);return o+=a.move(r.safe(r.associationId(e),{before:o,after:`]`})),c(),o+=a.move(`]:`),e.children&&e.children.length>0&&(a.shift(4),o+=a.move((t?`
2
- `:` `)+r.indentLines(r.containerFlow(e,a.current()),t?mapAll:mapExceptFirst))),s(),o}}function mapExceptFirst(e,t,n){return t===0?e:mapAll(e,t,n)}function mapAll(e,t,n){return(n?``:` `)+e}const p=[`autolink`,`destinationLiteral`,`destinationRaw`,`reference`,`titleQuote`,`titleApostrophe`];handleDelete.peek=peekDelete;function gfmStrikethroughFromMarkdown(){return{canContainEols:[`delete`],enter:{strikethrough:enterStrikethrough},exit:{strikethrough:exitStrikethrough}}}function gfmStrikethroughToMarkdown(){return{unsafe:[{character:`~`,inConstruct:`phrasing`,notInConstruct:p}],handlers:{delete:handleDelete}}}function enterStrikethrough(e){this.enter({type:`delete`,children:[]},e)}function exitStrikethrough(e){this.exit(e)}function handleDelete(e,t,n,r){let i=n.createTracker(r),a=n.enter(`strikethrough`),o=i.move(`~~`);return o+=n.containerPhrasing(e,{...i.current(),before:o,after:`~`}),o+=i.move(`~~`),a(),o}function peekDelete(){return`~`}function blockquote(e,t,n,r){let i=n.enter(`blockquote`),a=n.createTracker(r);a.move(`> `),a.shift(2);let o=n.indentLines(n.containerFlow(e,a.current()),map$1);return i(),o}function map$1(e,t,n){return`>`+(n?``:` `)+e}e(map$1,`map`);function patternInScope(e,t){return listInScope(e,t.inConstruct,!0)&&!listInScope(e,t.notInConstruct,!1)}function listInScope(e,t,n){if(typeof t==`string`&&(t=[t]),!t||t.length===0)return n;let r=-1;for(;++r<t.length;)if(e.includes(t[r]))return!0;return!1}function hardBreak(e,t,n,r){let i=-1;for(;++i<n.unsafe.length;)if(n.unsafe[i].character===`
3
- `&&patternInScope(n.stack,n.unsafe[i]))return/[ \t]/.test(r.before)?``:` `;return`\\
4
- `}function longestStreak(e,t){let n=String(e),r=n.indexOf(t),i=r,a=0,o=0;if(typeof t!=`string`)throw TypeError(`Expected substring`);for(;r!==-1;)r===i?++a>o&&(o=a):a=1,i=r+t.length,r=n.indexOf(t,i);return o}function formatCodeAsIndented(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function checkFence(e){let t=e.options.fence||"`";if(t!=="`"&&t!==`~`)throw Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function code(e,t,n,r){let i=checkFence(n),a=e.value||``,o=i==="`"?`GraveAccent`:`Tilde`;if(formatCodeAsIndented(e,n)){let e=n.enter(`codeIndented`),t=n.indentLines(a,map);return e(),t}let s=n.createTracker(r),c=i.repeat(Math.max(longestStreak(a,i)+1,3)),l=n.enter(`codeFenced`),u=s.move(c);if(e.lang){let t=n.enter(`codeFencedLang${o}`);u+=s.move(n.safe(e.lang,{before:u,after:` `,encode:["`"],...s.current()})),t()}if(e.lang&&e.meta){let t=n.enter(`codeFencedMeta${o}`);u+=s.move(` `),u+=s.move(n.safe(e.meta,{before:u,after:`
5
- `,encode:["`"],...s.current()})),t()}return u+=s.move(`
6
- `),a&&(u+=s.move(a+`
7
- `)),u+=s.move(c),l(),u}function map(e,t,n){return(n?``:` `)+e}function checkQuote(e){let t=e.options.quote||`"`;if(t!==`"`&&t!==`'`)throw Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function definition(e,t,n,r){let i=checkQuote(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.enter(`definition`),s=n.enter(`label`),c=n.createTracker(r),l=c.move(`[`);return l+=c.move(n.safe(n.associationId(e),{before:l,after:`]`,...c.current()})),l+=c.move(`]: `),s(),!e.url||/[\0- \u007F]/.test(e.url)?(s=n.enter(`destinationLiteral`),l+=c.move(`<`),l+=c.move(n.safe(e.url,{before:l,after:`>`,...c.current()})),l+=c.move(`>`)):(s=n.enter(`destinationRaw`),l+=c.move(n.safe(e.url,{before:l,after:e.title?` `:`
8
- `,...c.current()}))),s(),e.title&&(s=n.enter(`title${a}`),l+=c.move(` `+i),l+=c.move(n.safe(e.title,{before:l,after:i,...c.current()})),l+=c.move(i),s()),o(),l}function checkEmphasis(e){let t=e.options.emphasis||`*`;if(t!==`*`&&t!==`_`)throw Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}function encodeCharacterReference(e){return`&#x`+e.toString(16).toUpperCase()+`;`}function encodeInfo(e,t,n){let r=i(e),a=i(t);return r===void 0?a===void 0?n===`_`?{inside:!0,outside:!0}:{inside:!1,outside:!1}:a===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:r===1?a===void 0?{inside:!1,outside:!1}:a===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:a===void 0?{inside:!1,outside:!1}:a===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}emphasis.peek=emphasisPeek;function emphasis(e,t,n,r){let i=checkEmphasis(n),a=n.enter(`emphasis`),o=n.createTracker(r),s=o.move(i),c=o.move(n.containerPhrasing(e,{after:i,before:s,...o.current()})),l=c.charCodeAt(0),u=encodeInfo(r.before.charCodeAt(r.before.length-1),l,i);u.inside&&(c=encodeCharacterReference(l)+c.slice(1));let d=c.charCodeAt(c.length-1),f=encodeInfo(r.after.charCodeAt(0),d,i);f.inside&&(c=c.slice(0,-1)+encodeCharacterReference(d));let p=o.move(i);return a(),n.attentionEncodeSurroundingInfo={after:f.outside,before:u.outside},s+c+p}function emphasisPeek(e,t,n){return n.options.emphasis||`*`}function visit(e,t,n,r){let i,a,o;typeof t==`function`&&typeof n!=`function`?(a=void 0,o=t,i=n):(a=t,o=n,i=r),s(e,a,overload,i);function overload(e,t){let n=t[t.length-1],r=n?n.children.indexOf(e):void 0;return o(e,r,n)}}function formatHeadingAsSetext(e,t){let n=!1;return visit(e,function(e){if(`value`in e&&/\r?\n|\r/.test(e.value)||e.type===`break`)return n=!0,!1}),!!((!e.depth||e.depth<3)&&r(e)&&(t.options.setext||n))}function heading(e,t,n,r){let i=Math.max(Math.min(6,e.depth||1),1),a=n.createTracker(r);if(formatHeadingAsSetext(e,n)){let t=n.enter(`headingSetext`),r=n.enter(`phrasing`),o=n.containerPhrasing(e,{...a.current(),before:`
9
- `,after:`
10
- `});return r(),t(),o+`
11
- `+(i===1?`=`:`-`).repeat(o.length-(Math.max(o.lastIndexOf(`\r`),o.lastIndexOf(`
12
- `))+1))}let o=`#`.repeat(i),s=n.enter(`headingAtx`),c=n.enter(`phrasing`);a.move(o+` `);let l=n.containerPhrasing(e,{before:`# `,after:`
13
- `,...a.current()});return/^[\t ]/.test(l)&&(l=encodeCharacterReference(l.charCodeAt(0))+l.slice(1)),l=l?o+` `+l:o,n.options.closeAtx&&(l+=` `+o),c(),s(),l}html.peek=htmlPeek;function html(e){return e.value||``}function htmlPeek(){return`<`}image.peek=imagePeek;function image(e,t,n,r){let i=checkQuote(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.enter(`image`),s=n.enter(`label`),c=n.createTracker(r),l=c.move(`![`);return l+=c.move(n.safe(e.alt,{before:l,after:`]`,...c.current()})),l+=c.move(`](`),s(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(s=n.enter(`destinationLiteral`),l+=c.move(`<`),l+=c.move(n.safe(e.url,{before:l,after:`>`,...c.current()})),l+=c.move(`>`)):(s=n.enter(`destinationRaw`),l+=c.move(n.safe(e.url,{before:l,after:e.title?` `:`)`,...c.current()}))),s(),e.title&&(s=n.enter(`title${a}`),l+=c.move(` `+i),l+=c.move(n.safe(e.title,{before:l,after:i,...c.current()})),l+=c.move(i),s()),l+=c.move(`)`),o(),l}function imagePeek(){return`!`}imageReference.peek=imageReferencePeek;function imageReference(e,t,n,r){let i=e.referenceType,a=n.enter(`imageReference`),o=n.enter(`label`),s=n.createTracker(r),c=s.move(`![`),l=n.safe(e.alt,{before:c,after:`]`,...s.current()});c+=s.move(l+`][`),o();let u=n.stack;n.stack=[],o=n.enter(`reference`);let d=n.safe(n.associationId(e),{before:c,after:`]`,...s.current()});return o(),n.stack=u,a(),i===`full`||!l||l!==d?c+=s.move(d+`]`):i===`shortcut`?c=c.slice(0,-1):c+=s.move(`]`),c}function imageReferencePeek(){return`!`}inlineCode.peek=inlineCodePeek;function inlineCode(e,t,n){let r=e.value||``,i="`",a=-1;for(;RegExp("(^|[^`])"+i+"([^`]|$)").test(r);)i+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=` `+r+` `);++a<n.unsafe.length;){let e=n.unsafe[a],t=n.compilePattern(e),i;if(e.atBreak)for(;i=t.exec(r);){let e=i.index;r.charCodeAt(e)===10&&r.charCodeAt(e-1)===13&&e--,r=r.slice(0,e)+` `+r.slice(i.index+1)}}return i+r+i}function inlineCodePeek(){return"`"}function formatLinkAsAutolink(e,t){let n=r(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type===`text`&&(n===e.url||`mailto:`+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}link.peek=linkPeek;function link(e,t,n,r){let i=checkQuote(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.createTracker(r),s,c;if(formatLinkAsAutolink(e,n)){let t=n.stack;n.stack=[],s=n.enter(`autolink`);let r=o.move(`<`);return r+=o.move(n.containerPhrasing(e,{before:r,after:`>`,...o.current()})),r+=o.move(`>`),s(),n.stack=t,r}s=n.enter(`link`),c=n.enter(`label`);let l=o.move(`[`);return l+=o.move(n.containerPhrasing(e,{before:l,after:`](`,...o.current()})),l+=o.move(`](`),c(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(c=n.enter(`destinationLiteral`),l+=o.move(`<`),l+=o.move(n.safe(e.url,{before:l,after:`>`,...o.current()})),l+=o.move(`>`)):(c=n.enter(`destinationRaw`),l+=o.move(n.safe(e.url,{before:l,after:e.title?` `:`)`,...o.current()}))),c(),e.title&&(c=n.enter(`title${a}`),l+=o.move(` `+i),l+=o.move(n.safe(e.title,{before:l,after:i,...o.current()})),l+=o.move(i),c()),l+=o.move(`)`),s(),l}function linkPeek(e,t,n){return formatLinkAsAutolink(e,n)?`<`:`[`}linkReference.peek=linkReferencePeek;function linkReference(e,t,n,r){let i=e.referenceType,a=n.enter(`linkReference`),o=n.enter(`label`),s=n.createTracker(r),c=s.move(`[`),l=n.containerPhrasing(e,{before:c,after:`]`,...s.current()});c+=s.move(l+`][`),o();let u=n.stack;n.stack=[],o=n.enter(`reference`);let d=n.safe(n.associationId(e),{before:c,after:`]`,...s.current()});return o(),n.stack=u,a(),i===`full`||!l||l!==d?c+=s.move(d+`]`):i===`shortcut`?c=c.slice(0,-1):c+=s.move(`]`),c}function linkReferencePeek(){return`[`}function checkBullet(e){let t=e.options.bullet||`*`;if(t!==`*`&&t!==`+`&&t!==`-`)throw Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function checkBulletOther(e){let t=checkBullet(e),n=e.options.bulletOther;if(!n)return t===`*`?`-`:`*`;if(n!==`*`&&n!==`+`&&n!==`-`)throw Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function checkBulletOrdered(e){let t=e.options.bulletOrdered||`.`;if(t!==`.`&&t!==`)`)throw Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function checkRule(e){let t=e.options.rule||`*`;if(t!==`*`&&t!==`-`&&t!==`_`)throw Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function list(e,t,n,r){let i=n.enter(`list`),a=n.bulletCurrent,o=e.ordered?checkBulletOrdered(n):checkBullet(n),s=e.ordered?o===`.`?`)`:`.`:checkBulletOther(n),c=t&&n.bulletLastUsed?o===n.bulletLastUsed:!1;if(!e.ordered){let t=e.children?e.children[0]:void 0;if((o===`*`||o===`-`)&&t&&(!t.children||!t.children[0])&&n.stack[n.stack.length-1]===`list`&&n.stack[n.stack.length-2]===`listItem`&&n.stack[n.stack.length-3]===`list`&&n.stack[n.stack.length-4]===`listItem`&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(c=!0),checkRule(n)===o&&t){let t=-1;for(;++t<e.children.length;){let n=e.children[t];if(n&&n.type===`listItem`&&n.children&&n.children[0]&&n.children[0].type===`thematicBreak`){c=!0;break}}}}c&&(o=s),n.bulletCurrent=o;let l=n.containerFlow(e,r);return n.bulletLastUsed=o,n.bulletCurrent=a,i(),l}function checkListItemIndent(e){let t=e.options.listItemIndent||`one`;if(t!==`tab`&&t!==`one`&&t!==`mixed`)throw Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function listItem(e,t,n,r){let i=checkListItemIndent(n),a=n.bulletCurrent||checkBullet(n);t&&t.type===`list`&&t.ordered&&(a=(typeof t.start==`number`&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+a);let o=a.length+1;(i===`tab`||i===`mixed`&&(t&&t.type===`list`&&t.spread||e.spread))&&(o=Math.ceil(o/4)*4);let s=n.createTracker(r);s.move(a+` `.repeat(o-a.length)),s.shift(o);let c=n.enter(`listItem`),l=n.indentLines(n.containerFlow(e,s.current()),map);return c(),l;function map(e,t,n){return t?(n?``:` `.repeat(o))+e:(n?a:a+` `.repeat(o-a.length))+e}}function paragraph(e,t,n,r){let i=n.enter(`paragraph`),a=n.enter(`phrasing`),o=n.containerPhrasing(e,r);return a(),i(),o}const m=c([`break`,`delete`,`emphasis`,`footnote`,`footnoteReference`,`image`,`imageReference`,`inlineCode`,`inlineMath`,`link`,`linkReference`,`mdxJsxTextElement`,`mdxTextExpression`,`strong`,`text`,`textDirective`]);function root(e,t,n,r){return(e.children.some(function(e){return m(e)})?n.containerPhrasing:n.containerFlow).call(n,e,r)}function checkStrong(e){let t=e.options.strong||`*`;if(t!==`*`&&t!==`_`)throw Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}strong.peek=strongPeek;function strong(e,t,n,r){let i=checkStrong(n),a=n.enter(`strong`),o=n.createTracker(r),s=o.move(i+i),c=o.move(n.containerPhrasing(e,{after:i,before:s,...o.current()})),l=c.charCodeAt(0),u=encodeInfo(r.before.charCodeAt(r.before.length-1),l,i);u.inside&&(c=encodeCharacterReference(l)+c.slice(1));let d=c.charCodeAt(c.length-1),f=encodeInfo(r.after.charCodeAt(0),d,i);f.inside&&(c=c.slice(0,-1)+encodeCharacterReference(d));let p=o.move(i+i);return a(),n.attentionEncodeSurroundingInfo={after:f.outside,before:u.outside},s+c+p}function strongPeek(e,t,n){return n.options.strong||`*`}function text(e,t,n,r){return n.safe(e.value,r)}function checkRuleRepetition(e){let t=e.options.ruleRepetition||3;if(t<3)throw Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function thematicBreak(e,t,n){let r=(checkRule(n)+(n.options.ruleSpaces?` `:``)).repeat(checkRuleRepetition(n));return n.options.ruleSpaces?r.slice(0,-1):r}const h={blockquote,break:hardBreak,code,definition,emphasis,hardBreak,heading,html,image,imageReference,inlineCode,link,linkReference,list,listItem,paragraph,root,strong,text,thematicBreak};function gfmTableFromMarkdown(){return{enter:{table:enterTable,tableData:enterCell,tableHeader:enterCell,tableRow:enterRow},exit:{codeText:exitCodeText,table:exitTable,tableData:exit,tableHeader:exit,tableRow:exit}}}function enterTable(e){let t=e._align;this.enter({type:`table`,align:t.map(function(e){return e===`none`?null:e}),children:[]},e),this.data.inTable=!0}function exitTable(e){this.exit(e),this.data.inTable=void 0}function enterRow(e){this.enter({type:`tableRow`,children:[]},e)}function exit(e){this.exit(e)}function enterCell(e){this.enter({type:`tableCell`,children:[]},e)}function exitCodeText(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,replace));let n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function replace(e,t){return t===`|`?t:e}function gfmTableToMarkdown(e){let t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,i=t.stringLength,a=n?` `:`|`;return{unsafe:[{character:`\r`,inConstruct:`tableCell`},{character:`
14
- `,inConstruct:`tableCell`},{atBreak:!0,character:`|`,after:`[ :-]`},{character:`|`,inConstruct:`tableCell`},{atBreak:!0,character:`:`,after:`-`},{atBreak:!0,character:`-`,after:`[:|-]`}],handlers:{inlineCode:inlineCodeWithTable,table:handleTable,tableCell:handleTableCell,tableRow:handleTableRow}};function handleTable(e,t,n,r){return serializeData(handleTableAsData(e,n,r),e.align)}function handleTableRow(e,t,n,r){let i=serializeData([handleTableRowAsData(e,n,r)]);return i.slice(0,i.indexOf(`
15
- `))}function handleTableCell(e,t,n,r){let i=n.enter(`tableCell`),o=n.enter(`phrasing`),s=n.containerPhrasing(e,{...r,before:a,after:a});return o(),i(),s}function serializeData(e,t){return u(e,{align:t,alignDelimiters:r,padding:n,stringLength:i})}function handleTableAsData(e,t,n){let r=e.children,i=-1,a=[],o=t.enter(`table`);for(;++i<r.length;)a[i]=handleTableRowAsData(r[i],t,n);return o(),a}function handleTableRowAsData(e,t,n){let r=e.children,i=-1,a=[],o=t.enter(`tableRow`);for(;++i<r.length;)a[i]=handleTableCell(r[i],e,t,n);return o(),a}function inlineCodeWithTable(e,t,n){let r=h.inlineCode(e,t,n);return n.stack.includes(`tableCell`)&&(r=r.replace(/\|/g,`\\$&`)),r}}function gfmTaskListItemFromMarkdown(){return{exit:{taskListCheckValueChecked:exitCheck,taskListCheckValueUnchecked:exitCheck,paragraph:exitParagraphWithTaskListItem}}}function gfmTaskListItemToMarkdown(){return{unsafe:[{atBreak:!0,character:`-`,after:`[:|-]`}],handlers:{listItem:listItemWithTaskListItem}}}function exitCheck(e){let t=this.stack[this.stack.length-2];t.type,t.checked=e.type===`taskListCheckValueChecked`}function exitParagraphWithTaskListItem(e){let t=this.stack[this.stack.length-2];if(t&&t.type===`listItem`&&typeof t.checked==`boolean`){let e=this.stack[this.stack.length-1];e.type;let n=e.children[0];if(n&&n.type===`text`){let r=t.children,i=-1,a;for(;++i<r.length;){let e=r[i];if(e.type===`paragraph`){a=e;break}}a===e&&(n.value=n.value.slice(1),n.value.length===0?e.children.shift():e.position&&n.position&&typeof n.position.start.offset==`number`&&(n.position.start.column++,n.position.start.offset++,e.position.start=Object.assign({},n.position.start)))}}this.exit(e)}function listItemWithTaskListItem(e,t,n,r){let i=e.children[0],a=typeof e.checked==`boolean`&&i&&i.type===`paragraph`,o=`[`+(e.checked?`x`:` `)+`] `,s=n.createTracker(r);a&&s.move(o);let c=h.listItem(e,t,n,{...r,...s.current()});return a&&(c=c.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,check)),c;function check(e){return e+o}}function gfmFromMarkdown(){return[gfmAutolinkLiteralFromMarkdown(),gfmFootnoteFromMarkdown(),gfmStrikethroughFromMarkdown(),gfmTableFromMarkdown(),gfmTaskListItemFromMarkdown()]}function gfmToMarkdown(e){return{extensions:[gfmAutolinkLiteralToMarkdown(),gfmFootnoteToMarkdown(e),gfmStrikethroughToMarkdown(),gfmTableToMarkdown(e),gfmTaskListItemToMarkdown()]}}export{ok as i,gfmToMarkdown as n,visit as r,gfmFromMarkdown as t};
@@ -1,11 +0,0 @@
1
- import"../rolldown-runtime.mjs";import{t as e}from"./@ungap/structured-clone.mjs";import{a as t,i as n,r}from"./hast-util-sanitize.mjs";import{r as i}from"./mdast-util-gfm.mjs";import{f as a}from"./mdast-util-from-markdown.mjs";function normalizeUri(e){let t=[],n=-1,r=0,i=0;for(;++n<e.length;){let o=e.charCodeAt(n),s=``;if(o===37&&a(e.charCodeAt(n+1))&&a(e.charCodeAt(n+2)))i=2;else if(o<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(o))||(s=String.fromCharCode(o));else if(o>55295&&o<57344){let t=e.charCodeAt(n+1);o<56320&&t>56319&&t<57344?(s=String.fromCharCode(o,t),i=1):s=`�`}else s=String.fromCharCode(o);s&&=(t.push(e.slice(r,n),encodeURIComponent(s)),r=n+i+1,``),i&&=(n+=i,0)}return t.join(``)+e.slice(r)}function blockquote(e,t){let n={type:`element`,tagName:`blockquote`,properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function hardBreak(e,t){let n={type:`element`,tagName:`br`,properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:`text`,value:`
2
- `}]}function code(e,t){let n=t.value?t.value+`
3
- `:``,r={},i=t.lang?t.lang.split(/\s+/):[];i.length>0&&(r.className=[`language-`+i[0]]);let a={type:`element`,tagName:`code`,properties:r,children:[{type:`text`,value:n}]};return t.meta&&(a.data={meta:t.meta}),e.patch(t,a),a=e.applyData(t,a),a={type:`element`,tagName:`pre`,properties:{},children:[a]},e.patch(t,a),a}function strikethrough(e,t){let n={type:`element`,tagName:`del`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function emphasis(e,t){let n={type:`element`,tagName:`em`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function footnoteReference(e,t){let n=typeof e.options.clobberPrefix==`string`?e.options.clobberPrefix:`user-content-`,r=String(t.identifier).toUpperCase(),i=normalizeUri(r.toLowerCase()),a=e.footnoteOrder.indexOf(r),o,s=e.footnoteCounts.get(r);s===void 0?(s=0,e.footnoteOrder.push(r),o=e.footnoteOrder.length):o=a+1,s+=1,e.footnoteCounts.set(r,s);let c={type:`element`,tagName:`a`,properties:{href:`#`+n+`fn-`+i,id:n+`fnref-`+i+(s>1?`-`+s:``),dataFootnoteRef:!0,ariaDescribedBy:[`footnote-label`]},children:[{type:`text`,value:String(o)}]};e.patch(t,c);let l={type:`element`,tagName:`sup`,properties:{},children:[c]};return e.patch(t,l),e.applyData(t,l)}function heading(e,t){let n={type:`element`,tagName:`h`+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function html(e,t){if(e.options.allowDangerousHtml){let n={type:`raw`,value:t.value};return e.patch(t,n),e.applyData(t,n)}}function revert(e,t){let n=t.referenceType,r=`]`;if(n===`collapsed`?r+=`[]`:n===`full`&&(r+=`[`+(t.label||t.identifier)+`]`),t.type===`imageReference`)return[{type:`text`,value:`![`+t.alt+r}];let i=e.all(t),a=i[0];a&&a.type===`text`?a.value=`[`+a.value:i.unshift({type:`text`,value:`[`});let o=i[i.length-1];return o&&o.type===`text`?o.value+=r:i.push({type:`text`,value:r}),i}function imageReference(e,t){let n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return revert(e,t);let i={src:normalizeUri(r.url||``),alt:t.alt};r.title!==null&&r.title!==void 0&&(i.title=r.title);let a={type:`element`,tagName:`img`,properties:i,children:[]};return e.patch(t,a),e.applyData(t,a)}function image(e,t){let n={src:normalizeUri(t.url)};t.alt!==null&&t.alt!==void 0&&(n.alt=t.alt),t.title!==null&&t.title!==void 0&&(n.title=t.title);let r={type:`element`,tagName:`img`,properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)}function inlineCode(e,t){let n={type:`text`,value:t.value.replace(/\r?\n|\r/g,` `)};e.patch(t,n);let r={type:`element`,tagName:`code`,properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)}function linkReference(e,t){let n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return revert(e,t);let i={href:normalizeUri(r.url||``)};r.title!==null&&r.title!==void 0&&(i.title=r.title);let a={type:`element`,tagName:`a`,properties:i,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function link(e,t){let n={href:normalizeUri(t.url)};t.title!==null&&t.title!==void 0&&(n.title=t.title);let r={type:`element`,tagName:`a`,properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function listItem(e,t,n){let r=e.all(t),i=n?listLoose(n):listItemLoose(t),a={},o=[];if(typeof t.checked==`boolean`){let e=r[0],n;e&&e.type===`element`&&e.tagName===`p`?n=e:(n={type:`element`,tagName:`p`,properties:{},children:[]},r.unshift(n)),n.children.length>0&&n.children.unshift({type:`text`,value:` `}),n.children.unshift({type:`element`,tagName:`input`,properties:{type:`checkbox`,checked:t.checked,disabled:!0},children:[]}),a.className=[`task-list-item`]}let s=-1;for(;++s<r.length;){let e=r[s];(i||s!==0||e.type!==`element`||e.tagName!==`p`)&&o.push({type:`text`,value:`
4
- `}),e.type===`element`&&e.tagName===`p`&&!i?o.push(...e.children):o.push(e)}let c=r[r.length-1];c&&(i||c.type!==`element`||c.tagName!==`p`)&&o.push({type:`text`,value:`
5
- `});let l={type:`element`,tagName:`li`,properties:a,children:o};return e.patch(t,l),e.applyData(t,l)}function listLoose(e){let t=!1;if(e.type===`list`){t=e.spread||!1;let n=e.children,r=-1;for(;!t&&++r<n.length;)t=listItemLoose(n[r])}return t}function listItemLoose(e){return e.spread??e.children.length>1}function list(e,t){let n={},r=e.all(t),i=-1;for(typeof t.start==`number`&&t.start!==1&&(n.start=t.start);++i<r.length;){let e=r[i];if(e.type===`element`&&e.tagName===`li`&&e.properties&&Array.isArray(e.properties.className)&&e.properties.className.includes(`task-list-item`)){n.className=[`contains-task-list`];break}}let a={type:`element`,tagName:t.ordered?`ol`:`ul`,properties:n,children:e.wrap(r,!0)};return e.patch(t,a),e.applyData(t,a)}function paragraph(e,t){let n={type:`element`,tagName:`p`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function root(e,t){let n={type:`root`,children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function strong(e,t){let n={type:`element`,tagName:`strong`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function table(e,t){let i=e.all(t),a=i.shift(),o=[];if(a){let n={type:`element`,tagName:`thead`,properties:{},children:e.wrap([a],!0)};e.patch(t.children[0],n),o.push(n)}if(i.length>0){let a={type:`element`,tagName:`tbody`,properties:{},children:e.wrap(i,!0)},s=n(t.children[1]),c=r(t.children[t.children.length-1]);s&&c&&(a.position={start:s,end:c}),o.push(a)}let s={type:`element`,tagName:`table`,properties:{},children:e.wrap(o,!0)};return e.patch(t,s),e.applyData(t,s)}function tableRow(e,t,n){let r=n?n.children:void 0,i=(r?r.indexOf(t):1)===0?`th`:`td`,a=n&&n.type===`table`?n.align:void 0,o=a?a.length:t.children.length,s=-1,c=[];for(;++s<o;){let n=t.children[s],r={},o=a?a[s]:void 0;o&&(r.align=o);let l={type:`element`,tagName:i,properties:r,children:[]};n&&(l.children=e.all(n),e.patch(n,l),l=e.applyData(n,l)),c.push(l)}let l={type:`element`,tagName:`tr`,properties:{},children:e.wrap(c,!0)};return e.patch(t,l),e.applyData(t,l)}function tableCell(e,t){let n={type:`element`,tagName:`td`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function trimLines(e){let t=String(e),n=/\r?\n|\r/g,r=n.exec(t),i=0,a=[];for(;r;)a.push(trimLine(t.slice(i,r.index),i>0,!0),r[0]),i=r.index+r[0].length,r=n.exec(t);return a.push(trimLine(t.slice(i),i>0,!1)),a.join(``)}function trimLine(e,t,n){let r=0,i=e.length;if(t){let t=e.codePointAt(r);for(;t===9||t===32;)r++,t=e.codePointAt(r)}if(n){let t=e.codePointAt(i-1);for(;t===9||t===32;)i--,t=e.codePointAt(i-1)}return i>r?e.slice(r,i):``}function text(e,t){let n={type:`text`,value:trimLines(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function thematicBreak(e,t){let n={type:`element`,tagName:`hr`,properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}const o={blockquote,break:hardBreak,code,delete:strikethrough,emphasis,footnoteReference,heading,html,imageReference,image,inlineCode,linkReference,link,listItem,list,paragraph,root,strong,table,tableCell,tableRow,text,thematicBreak,toml:ignore,yaml:ignore,definition:ignore,footnoteDefinition:ignore};function ignore(){}function defaultFootnoteBackContent(e,t){let n=[{type:`text`,value:`↩`}];return t>1&&n.push({type:`element`,tagName:`sup`,properties:{},children:[{type:`text`,value:String(t)}]}),n}function defaultFootnoteBackLabel(e,t){return`Back to reference `+(e+1)+(t>1?`-`+t:``)}function footer(t){let n=typeof t.options.clobberPrefix==`string`?t.options.clobberPrefix:`user-content-`,r=t.options.footnoteBackContent||defaultFootnoteBackContent,i=t.options.footnoteBackLabel||defaultFootnoteBackLabel,a=t.options.footnoteLabel||`Footnotes`,o=t.options.footnoteLabelTagName||`h2`,s=t.options.footnoteLabelProperties||{className:[`sr-only`]},c=[],l=-1;for(;++l<t.footnoteOrder.length;){let e=t.footnoteById.get(t.footnoteOrder[l]);if(!e)continue;let a=t.all(e),o=String(e.identifier).toUpperCase(),s=normalizeUri(o.toLowerCase()),u=0,d=[],f=t.footnoteCounts.get(o);for(;f!==void 0&&++u<=f;){d.length>0&&d.push({type:`text`,value:` `});let e=typeof r==`string`?r:r(l,u);typeof e==`string`&&(e={type:`text`,value:e}),d.push({type:`element`,tagName:`a`,properties:{href:`#`+n+`fnref-`+s+(u>1?`-`+u:``),dataFootnoteBackref:``,ariaLabel:typeof i==`string`?i:i(l,u),className:[`data-footnote-backref`]},children:Array.isArray(e)?e:[e]})}let p=a[a.length-1];if(p&&p.type===`element`&&p.tagName===`p`){let e=p.children[p.children.length-1];e&&e.type===`text`?e.value+=` `:p.children.push({type:`text`,value:` `}),p.children.push(...d)}else a.push(...d);let m={type:`element`,tagName:`li`,properties:{id:n+`fn-`+s},children:t.wrap(a,!0)};t.patch(e,m),c.push(m)}if(c.length!==0)return{type:`element`,tagName:`section`,properties:{dataFootnotes:!0,className:[`footnotes`]},children:[{type:`element`,tagName:o,properties:{...e(s),id:`footnote-label`},children:[{type:`text`,value:a}]},{type:`text`,value:`
6
- `},{type:`element`,tagName:`ol`,properties:{},children:t.wrap(c,!0)},{type:`text`,value:`
7
- `}]}}const s={}.hasOwnProperty,c={};function createState(t,n){let r=n||c,a=new Map,l=new Map,u={all,applyData,definitionById:a,footnoteById:l,footnoteCounts:new Map,footnoteOrder:[],handlers:{...o,...r.handlers},one,options:r,patch,wrap};return i(t,function(e){if(e.type===`definition`||e.type===`footnoteDefinition`){let t=e.type===`definition`?a:l,n=String(e.identifier).toUpperCase();t.has(n)||t.set(n,e)}}),u;function one(t,n){let r=t.type,i=u.handlers[r];if(s.call(u.handlers,r)&&i)return i(u,t,n);if(u.options.passThrough&&u.options.passThrough.includes(r)){if(`children`in t){let{children:n,...r}=t,i=e(r);return i.children=u.all(t),i}return e(t)}return(u.options.unknownHandler||defaultUnknownHandler)(u,t,n)}function all(e){let t=[];if(`children`in e){let n=e.children,r=-1;for(;++r<n.length;){let i=u.one(n[r],e);if(i){if(r&&n[r-1].type===`break`&&(!Array.isArray(i)&&i.type===`text`&&(i.value=trimMarkdownSpaceStart(i.value)),!Array.isArray(i)&&i.type===`element`)){let e=i.children[0];e&&e.type===`text`&&(e.value=trimMarkdownSpaceStart(e.value))}Array.isArray(i)?t.push(...i):t.push(i)}}}return t}}function patch(e,n){e.position&&(n.position=t(e))}function applyData(t,n){let r=n;if(t&&t.data){let n=t.data.hName,i=t.data.hChildren,a=t.data.hProperties;typeof n==`string`&&(r.type===`element`?r.tagName=n:r={type:`element`,tagName:n,properties:{},children:`children`in r?r.children:[r]}),r.type===`element`&&a&&Object.assign(r.properties,e(a)),`children`in r&&r.children&&i!=null&&(r.children=i)}return r}function defaultUnknownHandler(e,t){let n=t.data||{},r=`value`in t&&!(s.call(n,`hProperties`)||s.call(n,`hChildren`))?{type:`text`,value:t.value}:{type:`element`,tagName:`div`,properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function wrap(e,t){let n=[],r=-1;for(t&&n.push({type:`text`,value:`
8
- `});++r<e.length;)r&&n.push({type:`text`,value:`
9
- `}),n.push(e[r]);return t&&e.length>0&&n.push({type:`text`,value:`
10
- `}),n}function trimMarkdownSpaceStart(e){let t=0,n=e.charCodeAt(t);for(;n===9||n===32;)t++,n=e.charCodeAt(t);return e.slice(t)}function toHast(e,t){let n=createState(e,t),r=n.one(e,void 0),i=footer(n),a=Array.isArray(r)?{type:`root`,children:r}:r||{type:`root`,children:[]};return i&&(`children`in a,a.children.push({type:`text`,value:`
11
- `},i)),a}export{toHast as t};
@@ -1,2 +0,0 @@
1
- import{r as e}from"../rolldown-runtime.mjs";function isPlainObject(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}const normalizeDescriptors=e=>{t.forEach(t=>{n(e,t)})},t=[`name`,`message`,`stack`,`cause`,`errors`],n=e((e,t)=>{let n=getDescriptor(e,t);if(n!==void 0){if(isReadonlyGetter(n)){r(e,t,e[t]);return}isInvalidDescriptor(n)&&setErrorDescriptor(e,t,n)}},`normalizeDescriptor`),getDescriptor=(e,t)=>{let n=Object.getOwnPropertyDescriptor(e,t);if(n!==void 0)return n;let r=Object.getPrototypeOf(e);return r===null?void 0:getDescriptor(r,t)},isReadonlyGetter=({get:e,set:t})=>e!==void 0&&t===void 0,isInvalidDescriptor=({enumerable:e,writable:t})=>e||!t,r=e((e,t,n)=>{setErrorDescriptor(e,t,{value:n})},`setErrorProperty`),setErrorDescriptor=(e,t,n)=>{Object.defineProperty(e,t,{...n,...`get`in n||`set`in n?{}:{writable:!0},enumerable:!1,configurable:!0})},normalizeAggregate=(e,t)=>{Array.isArray(e.errors)?r(e,`errors`,e.errors.filter(isDefined).map(t).filter(Boolean)):isAggregateError(e)?r(e,`errors`,[]):e.errors!==void 0&&deleteAggregateErrors(e)},isDefined=e=>e!==void 0,isAggregateError=e=>`AggregateError`in globalThis&&(e.name===`AggregateError`||e instanceof AggregateError),deleteAggregateErrors=e=>{delete e.errors,e.errors!==void 0&&r(e,`errors`,[])},normalizeCause=(e,t)=>{if(!(`cause`in e))return;let n=e.cause===void 0?e.cause:t(e.cause);n===void 0?delete e.cause:r(e,`cause`,n)},isErrorInstance=e=>isInstanceOfError(e)||hasErrorTag(e),isInstanceOfError=e=>{try{return e instanceof Error}catch{return!1}},hasErrorTag=e=>{try{return i.has(Object.prototype.toString.call(e))}catch{return!1}},i=new Set([`[object Error]`,`[object DOMException]`,`[object DOMError]`,`[object Exception]`]),isNonModifiableError=e=>!Object.isExtensible(e)||t.some(t=>isNonConfigurableProp(e,t)||isThrowingProp(e,t)),isNonConfigurableProp=(e,t)=>{let n=Object.getOwnPropertyDescriptor(e,t);return n!==void 0&&!n.configurable},isThrowingProp=(e,t)=>{try{return e[t],!1}catch{return!0}},setStack=e=>{r(e,`stack`,a(e.message,e.name))},a=e((e=``,t=`Error`)=>{let{stack:n}=new(getErrorClass(t))(e);return typeof n==`string`&&n!==``?n:`${t}: ${e}`},`getStack`),getErrorClass=e=>{let t={value:e,enumerable:!1,writable:!0,configurable:!0},n=Object.defineProperty(class extends Error{},"name",t);return Object.defineProperty(n.prototype,"name",t),n},copyObject=e=>{let t={};for(let n of getPropsToCopy(e))try{let r=e[n],{enumerable:i,configurable:a,writable:o=!0}=getDescriptor(e,n);Object.defineProperty(t,n,{value:r,enumerable:i,configurable:a,writable:o})}catch{}return t},getPropsToCopy=e=>{let n=getOwnKeys(e);for(let r of t)isInheritedProp(e,r)&&n.push(r);return n},getOwnKeys=e=>{try{return Reflect.ownKeys(e)}catch{return[]}},isInheritedProp=(e,t)=>{try{return t in e&&!Object.hasOwn(e,t)}catch{return!1}},objectifyError=e=>{let{name:t,message:n,stack:r,cause:i,errors:a,...s}=copyObject(e),c=o(n,s),l=newError(t,c);return n===c&&assignObjectProps(l,s),Object.entries({name:t,stack:r,cause:i,errors:a}).forEach(([e,t])=>{setNewErrorProperty(l,e,t)}),r===void 0&&setStack(l),l},o=e((e,t)=>typeof e==`string`&&e!==``?e:truncateMessage(safeJsonStringify(t)),`getMessage`),safeJsonStringify=e=>{try{return JSON.stringify(e)}catch{return safeStringify(e)}},safeStringify=e=>{try{return String(e)}catch{return`Invalid error`}},truncateMessage=e=>e.length<s?e:`${e.slice(0,s)}...`,s=1e3,newError=(e,t)=>e===`AggregateError`&&`AggregateError`in globalThis?AggregateError([],t):e in c?new c[e](t):Error(t),c={Error,ReferenceError,TypeError,SyntaxError,RangeError,URIError,EvalError},assignObjectProps=(e,t)=>{for(let n in t)n in e||(e[n]=t[n])},setNewErrorProperty=(e,t,n)=>{n!==void 0&&r(e,t,n)},stringifyError=e=>{try{let t=Error(String(e));return setStack(t),t}catch(e){return e}},{toString:l}=Object.prototype,createError=e=>isErrorPlainObj(e)?objectifyError(e):isErrorInstance(e)?isInvalidError(e)?objectifyError(e):e:stringifyError(e),isErrorPlainObj=e=>{try{return isPlainObject(e)}catch{return!1}},isInvalidError=e=>isProxy(e)||isNonModifiableError(e)||hasInvalidConstructor(e),isProxy=e=>{try{return l.call(e)===`[object Object]`}catch{return!0}},hasInvalidConstructor=e=>typeof e.constructor!=`function`||typeof e.constructor.name!=`string`||e.constructor.name===``||e.constructor.prototype!==Object.getPrototypeOf(e),normalizeException=(e,{shallow:t=!1}={})=>recurseException(e,[],t),recurseException=(e,t,n)=>{if(t.includes(e))return;let r=n?identity:r=>recurseException(r,[...t,e],n),i=createError(e);return normalizeProps(i,r),i},identity=e=>e,normalizeProps=(e,t)=>{normalizeName(e),normalizeMessage(e),normalizeStack(e),normalizeCause(e,t),normalizeAggregate(e,t),normalizeDescriptors(e)},normalizeName=e=>{if(u(e.name))return;let t=Object.getPrototypeOf(e).name;r(e,`name`,u(t)?t:e.constructor.name)},normalizeMessage=e=>{u(e.message)||r(e,`message`,``)},normalizeStack=e=>{u(e.stack)||setStack(e)},u=e(e=>typeof e==`string`&&e!==``,`isDefinedString`),d=e((e,t,n=e.name)=>{if(validateErrorClass(t),typeof n!=`string`)throw TypeError(`currentName must be a string: ${n}`);return n},`normalizeArgs`),validateErrorClass=e=>{if(!isClass(e))throw TypeError(`ErrorClass must be a class: ${e}`);if(!isErrorClass(e.prototype))throw TypeError(`ErrorClass must inherit from Error: ${e}`);if(!hasConstructor(e))throw TypeError(`ErrorClass must be have a valid constructor: ${e}`)},isClass=e=>typeof e==`function`&&typeof e.prototype==`object`&&e.prototype!==null,isErrorClass=e=>e!==null&&(e.name===`Error`||isErrorClass(Object.getPrototypeOf(e))),hasConstructor=e=>typeof e.prototype.constructor==`function`,f=e((e,t,n)=>{Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})},`setNonEnumProp`),updatePrototype=(e,t)=>{Object.getPrototypeOf(e)!==t.prototype&&(setPrototype(e,t),deleteOwnProperty(e,`constructor`),fixName(e,t))},setPrototype=(e,t)=>{Object.setPrototypeOf(e,t.prototype)},fixName=(e,t)=>{deleteOwnProperty(e,`name`);let n=getClassName(t.prototype);e.name!==n&&f(e,`name`,n)},getClassName=e=>getPrototypeName(e)??getConstructorName(e)??getClassName(Object.getPrototypeOf(e)),getPrototypeName=e=>Object.hasOwn(e,`name`)&&isDefinedString(e.name)?e.name:void 0,getConstructorName=e=>typeof e.constructor==`function`&&isDefinedString(e.constructor.name)?e.constructor.name:void 0,isDefinedString=e=>typeof e==`string`&&e!==``,deleteOwnProperty=(e,t)=>{Object.hasOwn(e,t)&&delete e[t]},p=e((e,t)=>{shouldUpdateStack(e,t)&&f(e,`stack`,h(e,t))},`updateStack`),shouldUpdateStack=(e,t)=>t!==e.name&&t!==``&&e.stack.includes(t)&&stackIncludesName(),stackIncludesName=()=>{class StackError extends Error{}let e={value:m,enumerable:!1,writable:!0,configurable:!0};Object.defineProperty(StackError,"name",e),Object.defineProperty(StackError.prototype,"name",e);let{stack:t}=new StackError(``);return typeof t==`string`&&t.includes(m)},m=`SetErrorClassError`,h=e(({name:e,stack:t},n)=>{if(t.startsWith(`${n}: `))return t.replace(n,e);let[r,i]=g(n,e).find(([e])=>t.includes(e));return t.replace(r,i)},`getStack`),g=e((e,t)=>[[`\n${e}: `,`\n${t}: `],[`${e}: `,`${t}: `],[`${e} `,`${t} `],[e,t]],`getReplacers`),setErrorClass=(e,t,n)=>{let r=normalizeException(e),i=d(r,t,n);return updatePrototype(r,t),p(r,i),r},mergeDescriptors=(e,t)=>t.configurable===!1?mergeNonConfig(e,t):mergeConfig(e,t),mergeNonConfig=(e,t)=>({...t,...getNonConfigWritable(e,t),...getNonConfigValue(e,t)}),getNonConfigWritable=(e,t)=>t.writable===!0&&e.writable===!1?{writable:!1}:{},getNonConfigValue=(e,t)=>e.hasValue&&`value`in t&&t.writable===!0?{value:e.value}:{},mergeConfig=(e,t)=>{let n=mergeDescriptor(e.enumerable,t.enumerable,!0),r=mergeDescriptor(e.writable,t.writable,!0),i=mergeDescriptor(e.configurable,t.configurable,!0);return{...mergeValue(e,t,r),enumerable:n,configurable:i}},mergeValue=(e,t,n)=>e.hasValue?{value:e.value,writable:n}:!hasGetSet(e)&&!hasGetSet(t)?{value:t.value,writable:n}:{get:mergeDescriptor(e.get,t.get),set:mergeDescriptor(e.set,t.set)},hasGetSet=({get:e,set:t})=>e!==void 0||t!==void 0,mergeDescriptor=(e,t,n)=>e??t??n,normalizeInput=(e,t,n)=>{if(!isAnyObj(e))throw TypeError(`Argument must be an object: ${e}`);if(!isValidKey(t))throw TypeError(`Property key must be a string, a symbol or an integer: ${t}`);return normalizeDescriptor(n)},isAnyObj=e=>typeof e==`object`&&!!e,isValidKey=e=>{let t=typeof e;return t===`string`||t===`symbol`||t===`number`},normalizeDescriptor=e=>{if(!isPlainObject(e))throw TypeError(`Descriptor must be a plain object: ${e}`);let{enumerable:t,writable:n,configurable:r,value:i,get:a,set:o,...s}=e,c=`value`in e;return validateDescriptor({enumerable:t,writable:n,configurable:r,get:a,set:o,unknownProps:s,hasValue:c}),{enumerable:t,writable:n,configurable:r,value:i,get:a,set:o,hasValue:c}},validateDescriptor=({enumerable:e,writable:t,configurable:n,get:r,set:i,unknownProps:a,hasValue:o})=>{validateGetSet(o,r,`get`),validateGetSet(o,i,`set`),validateBoolean(e,`enumerable`),validateBoolean(t,`writable`),validateBoolean(n,`configurable`),validateUnknownProps(a)},validateGetSet=(e,t,n)=>{if(validateFunction(t,n),e&&t!==void 0)throw TypeError(`Descriptor property "value" and "${n}" must not both be defined: ${t}`)},validateFunction=(e,t)=>{if(e!==void 0&&typeof e!=`function`)throw TypeError(`Descriptor property "${t}" must be a function: ${e}`)},validateBoolean=(e,t)=>{if(e!==void 0&&typeof e!=`boolean`)throw TypeError(`Descriptor property "${t}" must be a boolean: ${e}`)},validateUnknownProps=e=>{let[t]=Object.keys(e);if(t!==void 0)throw TypeError(`Unknown descriptor property "${t}": ${e[t]}`)},redefineProperty=(e,t,n)=>{let r=mergeDescriptors(normalizeInput(e,t,n),getCurrentDescriptor(e,t));return setProperty(e,t,r),e},getCurrentDescriptor=(e,t)=>{let n=Object.getOwnPropertyDescriptor(e,t);if(n!==void 0)return n;let r=Object.getPrototypeOf(e);return r===null?{}:getCurrentDescriptor(r,t)},setProperty=(e,t,n)=>{try{Object.defineProperty(e,t,n)}catch{}},assignProp=(e,t,n)=>{if(n!==void 0)return setProp(e,t,n);try{delete e[t]}catch{}if(e[t]!==void 0)return setProp(e,t)},setProp=(e,t,n)=>{redefineProperty(e,t,{value:n,...getNonEnum(t)})},getNonEnum=e=>typeof e==`string`&&e.startsWith(`_`)?{enumerable:!1}:{},normalizeOptions=(e,t,n={})=>{if(validateErrorOrObject(e,`First argument`),validateErrorOrObject(t,`Second argument`),!isPlainObject(n))throw TypeError(`Options must be a plain object: ${n}`);let{soft:r=!1}=n;if(typeof r!=`boolean`)throw TypeError(`Option "soft" must be a boolean: ${r}`);return{soft:r}},validateErrorOrObject=(e,t)=>{if(e===void 0)throw TypeError(`${t} is required.`);if(!isErrorOrObject(e))throw TypeError(`${t} must be a plain object or an error: ${e}`)},isErrorOrObject=e=>isPlainObject(e)||isErrorInstance(e),shouldSkipProp=({error:e,props:t,propName:n,soft:r})=>isIgnoredPropName(n)||!y.call(t,n)||r&&e[n]!==void 0,isIgnoredPropName=e=>e in _||v.has(e),_=Error(`check`),v=new Set([`prototype`,`errors`,`cause`]),{propertyIsEnumerable:y}=Object.prototype,setErrorProps=(e,t,n)=>{let{soft:r}=normalizeOptions(e,t,n);for(let n of Reflect.ownKeys(t))setErrorProp({error:e,props:t,propName:n,soft:r});return e},setErrorProp=({error:e,props:t,propName:n,soft:r})=>{shouldSkipProp({error:e,props:t,propName:n,soft:r})||assignProp(e,n,t[n])},setErrorProperty=(e,t,n)=>{Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!1,configurable:!0})},mergeAggregateCauses=(e,t)=>{e.errors!==void 0&&setErrorProperty(e,`errors`,e.errors.map(e=>t(e).error).filter(Boolean))},mergeAggregateErrors=({target:e,source:t,parent:n,child:r})=>{if(!hasErrors(e)){mergeSourceErrors(e,t);return}hasErrors(t)&&setErrorProperty(e,`errors`,[...r.errors,...n.errors])},mergeSourceErrors=(e,t)=>{t.errors!==void 0&&setErrorProperty(e,`errors`,t.errors)},hasErrors=e=>e.errors!==void 0&&e.errors.length!==0,normalizeArgs=(e,t,n=e.message)=>{if(typeof t!=`string`)throw TypeError(`newMessage must be a string: ${t}`);if(typeof n!=`string`)throw TypeError(`currentMessage must be a string: ${n}`);return n},b=e(({name:e,stack:t},n,r)=>r!==``&&t.includes(r)?replaceMessage({name:e,stack:t,newMessage:n,currentMessage:r}):insertMessage(e,t,n),`getStack`),replaceMessage=({name:e,stack:t,newMessage:n,currentMessage:r})=>{let[i,a]=getReplacers(e,n,r).find(([e])=>t.includes(e));return t.replace(i,a)},getReplacers=(e,t,n)=>[[`${e}: ${n}`,`${e}: ${t}`],[`: ${n}`,`: ${t}`],[`\n${n}`,`\n${t}`],[` ${n}`,` ${t}`],[n,t]],insertMessage=(e,t,n)=>{let r=`${e}: `,i=n.trimEnd();return t===e||t.startsWith(`${e}\n`)?t.replace(e,`${r}${i}`):t.startsWith(r)?t.replace(r,`${r}${i}\n`):`${r}${i}\n${t}`},setErrorMessage=(e,t,n)=>{let r=normalizeException(e),i=normalizeArgs(r,t,n);return setNonEnumProp(r,`message`,t),updateStack(r,t,i),r},updateStack=(e,t,n)=>{if(t===n||!stackIncludesMessage())return;let r=b(e,t,n);setNonEnumProp(e,`stack`,r)},stackIncludesMessage=()=>{let{stack:e}=Error(x);return typeof e==`string`&&e.includes(x)},x=`set-error-message test message`,setNonEnumProp=(e,t,n)=>{Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})},wrapErrorMessage=(e,t,n)=>{if(typeof t!=`string`)throw TypeError(`Second argument must be a message string: ${t}`);let r=normalizeException(e);return setErrorMessage(r,getMessage(t,r.message),n)},getMessage=(e,t)=>{let n=e.trim(),r=t.trim();return n===``?r:r===``?n:concatMessages(n,r,e)},concatMessages=(e,t,n)=>e.endsWith(S)?n.endsWith(C)?`${e}\n${t}`:`${e} ${t}`:`${t}\n${e}`,S=`:`,C=`
2
- `,mergeMessage=({parent:e,child:t,target:n,stackError:r})=>{let i=e.message,a=r.message;return n.message=t.message,wrapErrorMessage(n,i,a)},hasStack=(e,t)=>getStack(e)===t,getStack=e=>typeof e==`object`&&e?e.stack:void 0,mergeStack=({wrap:e,target:t,source:n,childHasStack:r})=>e===r?t:(setErrorProperty(t,`stack`,n.stack),n),getWrap=e=>{let{wrap:t,name:n}=e;return typeof t==`boolean`?(Object.hasOwn(e,`wrap`)&&delete e.wrap,t):n===`Error`},mergeErrorCause=e=>mergeError(e,[]).error,mergeError=(e,t)=>{if(t.includes(e))return{};let recurse=n=>mergeError(n,[...t,e]),n=getStack(e),r=normalizeException(e,{shallow:!0}),i=hasStack(r,n);mergeAggregateCauses(r,recurse);let{parent:a,childHasStack:o}=mergeCause(r,recurse);return{error:a,errorHasStack:i||o}},mergeCause=(e,t)=>{let n=getWrap(e);if(e.cause===void 0)return{parent:e,childHasStack:!1};let{error:r,errorHasStack:i}=t(e.cause);return delete e.cause,{parent:mergeChild({parent:e,child:r,childHasStack:i,wrap:n}),childHasStack:i}},mergeChild=({parent:e,child:t,childHasStack:n,wrap:r})=>{if(t===void 0)return e;let[i,a]=r?[t,e]:[e,t],o=mergeStack({wrap:r,target:i,source:a,childHasStack:n}),s=mergeMessage({parent:e,child:t,target:setErrorClass(i,i.constructor,o.name),stackError:o});return mergeAggregateErrors({target:s,source:a,parent:e,child:t}),setErrorProps(s,a,{soft:!r})};export{wrapErrorMessage as n,isPlainObject as r,mergeErrorCause as t};
@@ -1 +0,0 @@
1
- import"../rolldown-runtime.mjs";import{_ as e,a as t,d as n,f as r,g as i,h as a,i as o,l as s,m as c,o as l,p as u,r as d,s as f,u as p,v as m}from"./mdast-util-from-markdown.mjs";const h={tokenize:tokenizeWwwPrefix,partial:!0},g={tokenize:tokenizeDomain,partial:!0},_={tokenize:tokenizePath,partial:!0},v={tokenize:tokenizeTrail,partial:!0},y={tokenize:tokenizeEmailDomainDotTrail,partial:!0},b={name:`wwwAutolink`,tokenize:tokenizeWwwAutolink,previous:previousWww},x={name:`protocolAutolink`,tokenize:tokenizeProtocolAutolink,previous:previousProtocol},S={name:`emailAutolink`,tokenize:tokenizeEmailAutolink,previous:previousEmail},C={};function gfmAutolinkLiteral(){return{text:C}}let w=48;for(;w<123;)C[w]=S,w++,w===58?w=65:w===91&&(w=97);C[43]=S,C[45]=S,C[46]=S,C[95]=S,C[72]=[S,x],C[104]=[S,x],C[87]=[S,b],C[119]=[S,b];function tokenizeEmailAutolink(e,t,i){let a=this,o,s;return start;function start(t){return!gfmAtext(t)||!previousEmail.call(a,a.previous)||previousUnbalanced(a.events)?i(t):(e.enter(`literalAutolink`),e.enter(`literalAutolinkEmail`),atext(t))}function atext(t){return gfmAtext(t)?(e.consume(t),atext):t===64?(e.consume(t),emailDomain):i(t)}function emailDomain(t){return t===46?e.check(y,emailDomainAfter,emailDomainDot)(t):t===45||t===95||r(t)?(s=!0,e.consume(t),emailDomain):emailDomainAfter(t)}function emailDomainDot(t){return e.consume(t),o=!0,emailDomain}function emailDomainAfter(r){return s&&o&&n(a.previous)?(e.exit(`literalAutolinkEmail`),e.exit(`literalAutolink`),t(r)):i(r)}}function tokenizeWwwAutolink(e,t,n){let r=this;return wwwStart;function wwwStart(t){return t!==87&&t!==119||!previousWww.call(r,r.previous)||previousUnbalanced(r.events)?n(t):(e.enter(`literalAutolink`),e.enter(`literalAutolinkWww`),e.check(h,e.attempt(g,e.attempt(_,wwwAfter),n),n)(t))}function wwwAfter(n){return e.exit(`literalAutolinkWww`),e.exit(`literalAutolink`),t(n)}}function tokenizeProtocolAutolink(t,r,i){let o=this,s=``,c=!1;return protocolStart;function protocolStart(e){return(e===72||e===104)&&previousProtocol.call(o,o.previous)&&!previousUnbalanced(o.events)?(t.enter(`literalAutolink`),t.enter(`literalAutolinkHttp`),s+=String.fromCodePoint(e),t.consume(e),protocolPrefixInside):i(e)}function protocolPrefixInside(e){if(n(e)&&s.length<5)return s+=String.fromCodePoint(e),t.consume(e),protocolPrefixInside;if(e===58){let n=s.toLowerCase();if(n===`http`||n===`https`)return t.consume(e),protocolSlashesInside}return i(e)}function protocolSlashesInside(e){return e===47?(t.consume(e),c?afterProtocol:(c=!0,protocolSlashesInside)):i(e)}function afterProtocol(n){return n===null||u(n)||a(n)||m(n)||e(n)?i(n):t.attempt(g,t.attempt(_,protocolAfter),i)(n)}function protocolAfter(e){return t.exit(`literalAutolinkHttp`),t.exit(`literalAutolink`),r(e)}}function tokenizeWwwPrefix(e,t,n){let r=0;return wwwPrefixInside;function wwwPrefixInside(t){return(t===87||t===119)&&r<3?(r++,e.consume(t),wwwPrefixInside):t===46&&r===3?(e.consume(t),wwwPrefixAfter):n(t)}function wwwPrefixAfter(e){return e===null?n(e):t(e)}}function tokenizeDomain(t,n,r){let i,o,s;return domainInside;function domainInside(n){return n===46||n===95?t.check(v,domainAfter,domainAtPunctuation)(n):n===null||a(n)||m(n)||n!==45&&e(n)?domainAfter(n):(s=!0,t.consume(n),domainInside)}function domainAtPunctuation(e){return e===95?i=!0:(o=i,i=void 0),t.consume(e),domainInside}function domainAfter(e){return o||i||!s?r(e):n(e)}}function tokenizePath(e,t){let n=0,r=0;return pathInside;function pathInside(i){return i===40?(n++,e.consume(i),pathInside):i===41&&r<n?pathAtPunctuation(i):i===33||i===34||i===38||i===39||i===41||i===42||i===44||i===46||i===58||i===59||i===60||i===63||i===93||i===95||i===126?e.check(v,t,pathAtPunctuation)(i):i===null||a(i)||m(i)?t(i):(e.consume(i),pathInside)}function pathAtPunctuation(t){return t===41&&r++,e.consume(t),pathInside}}function tokenizeTrail(e,t,r){return trail;function trail(n){return n===33||n===34||n===39||n===41||n===42||n===44||n===46||n===58||n===59||n===63||n===95||n===126?(e.consume(n),trail):n===38?(e.consume(n),trailCharacterReferenceStart):n===93?(e.consume(n),trailBracketAfter):n===60||n===null||a(n)||m(n)?t(n):r(n)}function trailBracketAfter(e){return e===null||e===40||e===91||a(e)||m(e)?t(e):trail(e)}function trailCharacterReferenceStart(e){return n(e)?trailCharacterReferenceInside(e):r(e)}function trailCharacterReferenceInside(t){return t===59?(e.consume(t),trail):n(t)?(e.consume(t),trailCharacterReferenceInside):r(t)}}function tokenizeEmailDomainDotTrail(e,t,n){return start;function start(t){return e.consume(t),after}function after(e){return r(e)?n(e):t(e)}}function previousWww(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||a(e)}function previousProtocol(e){return!n(e)}function previousEmail(e){return!(e===47||gfmAtext(e))}function gfmAtext(e){return e===43||e===45||e===46||e===95||r(e)}function previousUnbalanced(e){let t=e.length,n=!1;for(;t--;){let r=e[t][1];if((r.type===`labelLink`||r.type===`labelImage`)&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}const T={tokenize:tokenizeIndent,partial:!0};function gfmFootnote(){return{document:{91:{name:`gfmFootnoteDefinition`,tokenize:tokenizeDefinitionStart,continuation:{tokenize:tokenizeDefinitionContinuation},exit:gfmFootnoteDefinitionEnd}},text:{91:{name:`gfmFootnoteCall`,tokenize:tokenizeGfmFootnoteCall},93:{name:`gfmPotentialFootnoteCall`,add:`after`,tokenize:tokenizePotentialGfmFootnoteCall,resolveTo:resolveToPotentialGfmFootnoteCall}}}}function tokenizePotentialGfmFootnoteCall(e,t,n){let r=this,i=r.events.length,a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),o;for(;i--;){let e=r.events[i][1];if(e.type===`labelImage`){o=e;break}if(e.type===`gfmFootnoteCall`||e.type===`labelLink`||e.type===`label`||e.type===`image`||e.type===`link`)break}return start;function start(i){if(!o||!o._balanced)return n(i);let s=p(r.sliceSerialize({start:o.end,end:r.now()}));return s.codePointAt(0)!==94||!a.includes(s.slice(1))?n(i):(e.enter(`gfmFootnoteCallLabelMarker`),e.consume(i),e.exit(`gfmFootnoteCallLabelMarker`),t(i))}}function resolveToPotentialGfmFootnoteCall(e,t){let n=e.length;for(;n--;)if(e[n][1].type===`labelImage`&&e[n][0]===`enter`){e[n][1];break}e[n+1][1].type=`data`,e[n+3][1].type=`gfmFootnoteCallLabelMarker`;let r={type:`gfmFootnoteCall`,start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:`gfmFootnoteCallMarker`,start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;let a={type:`gfmFootnoteCallString`,start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},o={type:`chunkString`,contentType:`string`,start:Object.assign({},a.start),end:Object.assign({},a.end)},s=[e[n+1],e[n+2],[`enter`,r,t],e[n+3],e[n+4],[`enter`,i,t],[`exit`,i,t],[`enter`,a,t],[`enter`,o,t],[`exit`,o,t],[`exit`,a,t],e[e.length-2],e[e.length-1],[`exit`,r,t]];return e.splice(n,e.length-n+1,...s),e}function tokenizeGfmFootnoteCall(e,t,n){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),o=0,s;return start;function start(t){return e.enter(`gfmFootnoteCall`),e.enter(`gfmFootnoteCallLabelMarker`),e.consume(t),e.exit(`gfmFootnoteCallLabelMarker`),callStart}function callStart(t){return t===94?(e.enter(`gfmFootnoteCallMarker`),e.consume(t),e.exit(`gfmFootnoteCallMarker`),e.enter(`gfmFootnoteCallString`),e.enter(`chunkString`).contentType=`string`,callData):n(t)}function callData(c){if(o>999||c===93&&!s||c===null||c===91||a(c))return n(c);if(c===93){e.exit(`chunkString`);let a=e.exit(`gfmFootnoteCallString`);return i.includes(p(r.sliceSerialize(a)))?(e.enter(`gfmFootnoteCallLabelMarker`),e.consume(c),e.exit(`gfmFootnoteCallLabelMarker`),e.exit(`gfmFootnoteCall`),t):n(c)}return a(c)||(s=!0),o++,e.consume(c),c===92?callEscape:callData}function callEscape(t){return t===91||t===92||t===93?(e.consume(t),o++,callData):callData(t)}}function tokenizeDefinitionStart(e,t,n){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),s,c=0,l;return start;function start(t){return e.enter(`gfmFootnoteDefinition`)._container=!0,e.enter(`gfmFootnoteDefinitionLabel`),e.enter(`gfmFootnoteDefinitionLabelMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionLabelMarker`),labelAtMarker}function labelAtMarker(t){return t===94?(e.enter(`gfmFootnoteDefinitionMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionMarker`),e.enter(`gfmFootnoteDefinitionLabelString`),e.enter(`chunkString`).contentType=`string`,labelInside):n(t)}function labelInside(t){if(c>999||t===93&&!l||t===null||t===91||a(t))return n(t);if(t===93){e.exit(`chunkString`);let n=e.exit(`gfmFootnoteDefinitionLabelString`);return s=p(r.sliceSerialize(n)),e.enter(`gfmFootnoteDefinitionLabelMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionLabelMarker`),e.exit(`gfmFootnoteDefinitionLabel`),labelAfter}return a(t)||(l=!0),c++,e.consume(t),t===92?labelEscape:labelInside}function labelEscape(t){return t===91||t===92||t===93?(e.consume(t),c++,labelInside):labelInside(t)}function labelAfter(t){return t===58?(e.enter(`definitionMarker`),e.consume(t),e.exit(`definitionMarker`),i.includes(s)||i.push(s),o(e,whitespaceAfter,`gfmFootnoteDefinitionWhitespace`)):n(t)}function whitespaceAfter(e){return t(e)}}function tokenizeDefinitionContinuation(e,t,n){return e.check(d,t,e.attempt(T,t,n))}function gfmFootnoteDefinitionEnd(e){e.exit(`gfmFootnoteDefinition`)}function tokenizeIndent(e,t,n){let r=this;return o(e,afterPrefix,`gfmFootnoteDefinitionIndent`,5);function afterPrefix(e){let i=r.events[r.events.length-1];return i&&i[1].type===`gfmFootnoteDefinitionIndent`&&i[2].sliceSerialize(i[1],!0).length===4?t(e):n(e)}}function gfmStrikethrough(e){let n=(e||{}).singleTilde,r={name:`strikethrough`,tokenize:tokenizeStrikethrough,resolveAll:resolveAllStrikethrough};return n??=!0,{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function resolveAllStrikethrough(e,n){let r=-1;for(;++r<e.length;)if(e[r][0]===`enter`&&e[r][1].type===`strikethroughSequenceTemporary`&&e[r][1]._close){let i=r;for(;i--;)if(e[i][0]===`exit`&&e[i][1].type===`strikethroughSequenceTemporary`&&e[i][1]._open&&e[r][1].end.offset-e[r][1].start.offset===e[i][1].end.offset-e[i][1].start.offset){e[r][1].type=`strikethroughSequence`,e[i][1].type=`strikethroughSequence`;let a={type:`strikethrough`,start:Object.assign({},e[i][1].start),end:Object.assign({},e[r][1].end)},o={type:`strikethroughText`,start:Object.assign({},e[i][1].end),end:Object.assign({},e[r][1].start)},s=[[`enter`,a,n],[`enter`,e[i][1],n],[`exit`,e[i][1],n],[`enter`,o,n]],c=n.parser.constructs.insideSpan.null;c&&f(s,s.length,0,t(c,e.slice(i+1,r),n)),f(s,s.length,0,[[`exit`,o,n],[`enter`,e[r][1],n],[`exit`,e[r][1],n],[`exit`,a,n]]),f(e,i-1,r-i+3,s),r=i+s.length-2;break}}for(r=-1;++r<e.length;)e[r][1].type===`strikethroughSequenceTemporary`&&(e[r][1].type=`data`);return e}function tokenizeStrikethrough(e,t,r){let i=this.previous,a=this.events,o=0;return start;function start(t){return i===126&&a[a.length-1][1].type!==`characterEscape`?r(t):(e.enter(`strikethroughSequenceTemporary`),more(t))}function more(a){let c=s(i);if(a===126)return o>1?r(a):(e.consume(a),o++,more);if(o<2&&!n)return r(a);let l=e.exit(`strikethroughSequenceTemporary`),u=s(a);return l._open=!u||u===2&&!!c,l._close=!c||c===2&&!!u,t(a)}}}var EditMap=class{constructor(){this.map=[]}add(e,t,n){addImplementation(this,e,t,n)}consume(e){if(this.map.sort(function(e,t){return e[0]-t[0]}),this.map.length===0)return;let t=this.map.length,n=[];for(;t>0;)--t,n.push(e.slice(this.map[t][0]+this.map[t][1]),this.map[t][2]),e.length=this.map[t][0];n.push(e.slice()),e.length=0;let r=n.pop();for(;r;){for(let t of r)e.push(t);r=n.pop()}this.map.length=0}};function addImplementation(e,t,n,r){let i=0;if(n!==0||r.length!==0){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=n,e.map[i][2].push(...r);return}i+=1}e.map.push([t,n,r])}}function gfmTableAlign(e,t){let n=!1,r=[];for(;t<e.length;){let i=e[t];if(n){if(i[0]===`enter`)i[1].type===`tableContent`&&r.push(e[t+1][1].type===`tableDelimiterMarker`?`left`:`none`);else if(i[1].type===`tableContent`){if(e[t-1][1].type===`tableDelimiterMarker`){let e=r.length-1;r[e]=r[e]===`left`?`center`:`right`}}else if(i[1].type===`tableDelimiterRow`)break}else i[0]===`enter`&&i[1].type===`tableDelimiterRow`&&(n=!0);t+=1}return r}function gfmTable(){return{flow:{null:{name:`table`,tokenize:tokenizeTable,resolveAll:resolveTable}}}}function tokenizeTable(e,t,n){let r=this,s=0,l=0,u;return start;function start(e){let t=r.events.length-1;for(;t>-1;){let e=r.events[t][1].type;if(e===`lineEnding`||e===`linePrefix`)t--;else break}let i=t>-1?r.events[t][1].type:null,a=i===`tableHead`||i===`tableRow`?bodyRowStart:headRowBefore;return a===bodyRowStart&&r.parser.lazy[r.now().line]?n(e):a(e)}function headRowBefore(t){return e.enter(`tableHead`),e.enter(`tableRow`),headRowStart(t)}function headRowStart(e){return e===124?headRowBreak(e):(u=!0,l+=1,headRowBreak(e))}function headRowBreak(t){return t===null?n(t):c(t)?l>1?(l=0,r.interrupt=!0,e.exit(`tableRow`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),headDelimiterStart):n(t):i(t)?o(e,headRowBreak,`whitespace`)(t):(l+=1,u&&(u=!1,s+=1),t===124?(e.enter(`tableCellDivider`),e.consume(t),e.exit(`tableCellDivider`),u=!0,headRowBreak):(e.enter(`data`),headRowData(t)))}function headRowData(t){return t===null||t===124||a(t)?(e.exit(`data`),headRowBreak(t)):(e.consume(t),t===92?headRowEscape:headRowData)}function headRowEscape(t){return t===92||t===124?(e.consume(t),headRowData):headRowData(t)}function headDelimiterStart(t){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(t):(e.enter(`tableDelimiterRow`),u=!1,i(t)?o(e,headDelimiterBefore,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):headDelimiterBefore(t))}function headDelimiterBefore(t){return t===45||t===58?headDelimiterValueBefore(t):t===124?(u=!0,e.enter(`tableCellDivider`),e.consume(t),e.exit(`tableCellDivider`),headDelimiterCellBefore):headDelimiterNok(t)}function headDelimiterCellBefore(t){return i(t)?o(e,headDelimiterValueBefore,`whitespace`)(t):headDelimiterValueBefore(t)}function headDelimiterValueBefore(t){return t===58?(l+=1,u=!0,e.enter(`tableDelimiterMarker`),e.consume(t),e.exit(`tableDelimiterMarker`),headDelimiterLeftAlignmentAfter):t===45?(l+=1,headDelimiterLeftAlignmentAfter(t)):t===null||c(t)?headDelimiterCellAfter(t):headDelimiterNok(t)}function headDelimiterLeftAlignmentAfter(t){return t===45?(e.enter(`tableDelimiterFiller`),headDelimiterFiller(t)):headDelimiterNok(t)}function headDelimiterFiller(t){return t===45?(e.consume(t),headDelimiterFiller):t===58?(u=!0,e.exit(`tableDelimiterFiller`),e.enter(`tableDelimiterMarker`),e.consume(t),e.exit(`tableDelimiterMarker`),headDelimiterRightAlignmentAfter):(e.exit(`tableDelimiterFiller`),headDelimiterRightAlignmentAfter(t))}function headDelimiterRightAlignmentAfter(t){return i(t)?o(e,headDelimiterCellAfter,`whitespace`)(t):headDelimiterCellAfter(t)}function headDelimiterCellAfter(n){return n===124?headDelimiterBefore(n):n===null||c(n)?!u||s!==l?headDelimiterNok(n):(e.exit(`tableDelimiterRow`),e.exit(`tableHead`),t(n)):headDelimiterNok(n)}function headDelimiterNok(e){return n(e)}function bodyRowStart(t){return e.enter(`tableRow`),bodyRowBreak(t)}function bodyRowBreak(n){return n===124?(e.enter(`tableCellDivider`),e.consume(n),e.exit(`tableCellDivider`),bodyRowBreak):n===null||c(n)?(e.exit(`tableRow`),t(n)):i(n)?o(e,bodyRowBreak,`whitespace`)(n):(e.enter(`data`),bodyRowData(n))}function bodyRowData(t){return t===null||t===124||a(t)?(e.exit(`data`),bodyRowBreak(t)):(e.consume(t),t===92?bodyRowEscape:bodyRowData)}function bodyRowEscape(t){return t===92||t===124?(e.consume(t),bodyRowData):bodyRowData(t)}}function resolveTable(e,t){let n=-1,r=!0,i=0,a=[0,0,0,0],o=[0,0,0,0],s=!1,c=0,l,u,d,f=new EditMap;for(;++n<e.length;){let p=e[n],m=p[1];p[0]===`enter`?m.type===`tableHead`?(s=!1,c!==0&&(flushTableEnd(f,t,c,l,u),u=void 0,c=0),l={type:`table`,start:Object.assign({},m.start),end:Object.assign({},m.end)},f.add(n,0,[[`enter`,l,t]])):m.type===`tableRow`||m.type===`tableDelimiterRow`?(r=!0,d=void 0,a=[0,0,0,0],o=[0,n+1,0,0],s&&(s=!1,u={type:`tableBody`,start:Object.assign({},m.start),end:Object.assign({},m.end)},f.add(n,0,[[`enter`,u,t]])),i=m.type===`tableDelimiterRow`?2:u?3:1):i&&(m.type===`data`||m.type===`tableDelimiterMarker`||m.type===`tableDelimiterFiller`)?(r=!1,o[2]===0&&(a[1]!==0&&(o[0]=o[1],d=flushCell(f,t,a,i,void 0,d),a=[0,0,0,0]),o[2]=n)):m.type===`tableCellDivider`&&(r?r=!1:(a[1]!==0&&(o[0]=o[1],d=flushCell(f,t,a,i,void 0,d)),a=o,o=[a[1],n,0,0])):m.type===`tableHead`?(s=!0,c=n):m.type===`tableRow`||m.type===`tableDelimiterRow`?(c=n,a[1]===0?o[1]!==0&&(d=flushCell(f,t,o,i,n,d)):(o[0]=o[1],d=flushCell(f,t,a,i,n,d)),i=0):i&&(m.type===`data`||m.type===`tableDelimiterMarker`||m.type===`tableDelimiterFiller`)&&(o[3]=n)}for(c!==0&&flushTableEnd(f,t,c,l,u),f.consume(t.events),n=-1;++n<t.events.length;){let e=t.events[n];e[0]===`enter`&&e[1].type===`table`&&(e[1]._align=gfmTableAlign(t.events,n))}return e}function flushCell(e,t,n,r,i,a){let o=r===1?`tableHeader`:r===2?`tableDelimiter`:`tableData`;n[0]!==0&&(a.end=Object.assign({},getPoint(t.events,n[0])),e.add(n[0],0,[[`exit`,a,t]]));let s=getPoint(t.events,n[1]);if(a={type:o,start:Object.assign({},s),end:Object.assign({},s)},e.add(n[1],0,[[`enter`,a,t]]),n[2]!==0){let i=getPoint(t.events,n[2]),a=getPoint(t.events,n[3]),o={type:`tableContent`,start:Object.assign({},i),end:Object.assign({},a)};if(e.add(n[2],0,[[`enter`,o,t]]),r!==2){let r=t.events[n[2]],i=t.events[n[3]];if(r[1].end=Object.assign({},i[1].end),r[1].type=`chunkText`,r[1].contentType=`text`,n[3]>n[2]+1){let t=n[2]+1,r=n[3]-n[2]-1;e.add(t,r,[])}}e.add(n[3]+1,0,[[`exit`,o,t]])}return i!==void 0&&(a.end=Object.assign({},getPoint(t.events,i)),e.add(i,0,[[`exit`,a,t]]),a=void 0),a}function flushTableEnd(e,t,n,r,i){let a=[],o=getPoint(t.events,n);i&&(i.end=Object.assign({},o),a.push([`exit`,i,t])),r.end=Object.assign({},o),a.push([`exit`,r,t]),e.add(n+1,0,a)}function getPoint(e,t){let n=e[t],r=n[0]===`enter`?`start`:`end`;return n[1][r]}const E={name:`tasklistCheck`,tokenize:tokenizeTasklistCheck};function gfmTaskListItem(){return{text:{91:E}}}function tokenizeTasklistCheck(e,t,n){let r=this;return open;function open(t){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(t):(e.enter(`taskListCheck`),e.enter(`taskListCheckMarker`),e.consume(t),e.exit(`taskListCheckMarker`),inside)}function inside(t){return a(t)?(e.enter(`taskListCheckValueUnchecked`),e.consume(t),e.exit(`taskListCheckValueUnchecked`),close):t===88||t===120?(e.enter(`taskListCheckValueChecked`),e.consume(t),e.exit(`taskListCheckValueChecked`),close):n(t)}function close(t){return t===93?(e.enter(`taskListCheckMarker`),e.consume(t),e.exit(`taskListCheckMarker`),e.exit(`taskListCheck`),after):n(t)}function after(r){return c(r)?t(r):i(r)?e.check({tokenize:spaceThenNonSpace},t,n)(r):n(r)}}function spaceThenNonSpace(e,t,n){return o(e,after,`whitespace`);function after(e){return e===null?n(e):t(e)}}function gfm(e){return l([gfmAutolinkLiteral(),gfmFootnote(),gfmStrikethrough(e),gfmTable(),gfmTaskListItem()])}export{gfm as t};
@@ -1 +0,0 @@
1
- import{a as e,t}from"../rolldown-runtime.mjs";import{i as n,r}from"./graphology-dag.mjs";var i=t((e=>{e.intersection=function(){if(arguments.length<2)throw Error(`mnemonist/Set.intersection: needs at least two arguments.`);var e=new Set,t=1/0,n=null,r,i,a=arguments.length;for(i=0;i<a;i++){if(r=arguments[i],r.size===0)return e;r.size<t&&(t=r.size,n=r)}for(var o=n.values(),s,c,l,u;s=o.next(),!s.done;){for(c=s.value,l=!0,i=0;i<a;i++)if(u=arguments[i],u!==n&&!u.has(c)){l=!1;break}l&&e.add(c)}return e},e.union=function(){if(arguments.length<2)throw Error(`mnemonist/Set.union: needs at least two arguments.`);var e=new Set,t,n=arguments.length,r,i;for(t=0;t<n;t++)for(r=arguments[t].values();i=r.next(),!i.done;)e.add(i.value);return e},e.difference=function(e,t){if(!e.size)return new Set;if(!t.size)return new Set(e);for(var n=new Set,r=e.values(),i;i=r.next(),!i.done;)t.has(i.value)||n.add(i.value);return n},e.symmetricDifference=function(e,t){for(var n=new Set,r=e.values(),i;i=r.next(),!i.done;)t.has(i.value)||n.add(i.value);for(r=t.values();i=r.next(),!i.done;)e.has(i.value)||n.add(i.value);return n},e.isSubset=function(e,t){var n=e.values(),r;if(e===t)return!0;if(e.size>t.size)return!1;for(;r=n.next(),!r.done;)if(!t.has(r.value))return!1;return!0},e.isSuperset=function(t,n){return e.isSubset(n,t)},e.add=function(e,t){for(var n=t.values(),r;r=n.next(),!r.done;)e.add(r.value)},e.subtract=function(e,t){for(var n=t.values(),r;r=n.next(),!r.done;)e.delete(r.value)},e.intersect=function(e,t){for(var n=e.values(),r;r=n.next(),!r.done;)t.has(r.value)||e.delete(r.value)},e.disjunct=function(e,t){for(var n=e.values(),r,i=[];r=n.next(),!r.done;)t.has(r.value)&&i.push(r.value);for(n=t.values();r=n.next(),!r.done;)e.has(r.value)||e.add(r.value);for(var a=0,o=i.length;a<o;a++)e.delete(i[a])},e.intersectionSize=function(e,t){var n;if(e.size>t.size&&(n=e,e=t,t=n),e.size===0)return 0;if(e===t)return e.size;for(var r=e.values(),i,a=0;i=r.next(),!i.done;)t.has(i.value)&&a++;return a},e.unionSize=function(t,n){var r=e.intersectionSize(t,n);return t.size+n.size-r},e.jaccard=function(t,n){var r=e.intersectionSize(t,n);return r===0?0:r/(t.size+n.size-r)},e.overlap=function(t,n){var r=e.intersectionSize(t,n);return r===0?0:r/Math.min(t.size,n.size)}})),a=t((e=>{var t=2**16-1,n=2**32-1,r=2**7-1,i=2**15-1,a=2**31-1;e.getPointerArray=function(e){var r=e-1;if(r<=255)return Uint8Array;if(r<=t)return Uint16Array;if(r<=n)return Uint32Array;throw Error(`mnemonist: Pointer Array of size > 4294967295 is not supported.`)},e.getSignedPointerArray=function(e){var t=e-1;return t<=r?Int8Array:t<=i?Int16Array:t<=a?Int32Array:Float64Array},e.getNumberType=function(e){return e===(e|0)?Math.sign(e)===-1?e<=127&&e>=-128?Int8Array:e<=32767&&e>=-32768?Int16Array:Int32Array:e<=255?Uint8Array:e<=65535?Uint16Array:Uint32Array:Float64Array};var o={Uint8Array:1,Int8Array:2,Uint16Array:3,Int16Array:4,Uint32Array:5,Int32Array:6,Float32Array:7,Float64Array:8};e.getMinimalRepresentation=function(t,n){var r=null,i=0,a,s,c,l,u;for(l=0,u=t.length;l<u;l++)c=n?n(t[l]):t[l],s=e.getNumberType(c),a=o[s.name],a>i&&(i=a,r=s);return r},e.isTypedArray=function(e){return typeof ArrayBuffer<`u`&&ArrayBuffer.isView(e)},e.concat=function(){var e=0,t,n,r;for(t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var i=new arguments[0].constructor(e);for(t=0,n=0;t<r;t++)i.set(arguments[t],n),n+=arguments[t].length;return i},e.indices=function(t){for(var n=new(e.getPointerArray(t))(t),r=0;r<t;r++)n[r]=r;return n}})),o=t((e=>{var t=n(),r=a();function isArrayLike(e){return Array.isArray(e)||r.isTypedArray(e)}function guessLength(e){if(typeof e.length==`number`)return e.length;if(typeof e.size==`number`)return e.size}function toArray(e){var n=guessLength(e),r=typeof n==`number`?Array(n):[],i=0;return t(e,function(e){r[i++]=e}),r}function toArrayWithIndices(e){var n=guessLength(e),i=typeof n==`number`?r.getPointerArray(n):Array,a=typeof n==`number`?Array(n):[],o=typeof n==`number`?new i(n):[],s=0;return t(e,function(e){a[s]=e,o[s]=s++}),[a,o]}e.isArrayLike=isArrayLike,e.guessLength=guessLength,e.toArray=toArray,e.toArrayWithIndices=toArrayWithIndices})),s=t(((e,t)=>{function DefaultMap(e){if(typeof e!=`function`)throw Error(`mnemonist/DefaultMap.constructor: expecting a function.`);this.items=new Map,this.factory=e,this.size=0}DefaultMap.prototype.clear=function(){this.items.clear(),this.size=0},DefaultMap.prototype.get=function(e){var t=this.items.get(e);return t===void 0&&(t=this.factory(e,this.size),this.items.set(e,t),this.size++),t},DefaultMap.prototype.peek=function(e){return this.items.get(e)},DefaultMap.prototype.set=function(e,t){return this.items.set(e,t),this.size=this.items.size,this},DefaultMap.prototype.has=function(e){return this.items.has(e)},DefaultMap.prototype.delete=function(e){var t=this.items.delete(e);return this.size=this.items.size,t},DefaultMap.prototype.forEach=function(e,t){t=arguments.length>1?t:this,this.items.forEach(e,t)},DefaultMap.prototype.entries=function(){return this.items.entries()},DefaultMap.prototype.keys=function(){return this.items.keys()},DefaultMap.prototype.values=function(){return this.items.values()},typeof Symbol<`u`&&(DefaultMap.prototype[Symbol.iterator]=DefaultMap.prototype.entries),DefaultMap.prototype.inspect=function(){return this.items},typeof Symbol<`u`&&(DefaultMap.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=DefaultMap.prototype.inspect),DefaultMap.autoIncrement=function(){var e=0;return function(){return e++}},t.exports=DefaultMap})),c=t(((e,t)=>{function DefaultWeakMap(e){if(typeof e!=`function`)throw Error(`mnemonist/DefaultWeakMap.constructor: expecting a function.`);this.items=new WeakMap,this.factory=e}DefaultWeakMap.prototype.clear=function(){this.items=new WeakMap},DefaultWeakMap.prototype.get=function(e){var t=this.items.get(e);return t===void 0&&(t=this.factory(e),this.items.set(e,t)),t},DefaultWeakMap.prototype.peek=function(e){return this.items.get(e)},DefaultWeakMap.prototype.set=function(e,t){return this.items.set(e,t),this},DefaultWeakMap.prototype.has=function(e){return this.items.has(e)},DefaultWeakMap.prototype.delete=function(e){return this.items.delete(e)},DefaultWeakMap.prototype.inspect=function(){return this.items},typeof Symbol<`u`&&(DefaultWeakMap.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=DefaultWeakMap.prototype.inspect),t.exports=DefaultWeakMap})),l=t(((e,t)=>{var i=r(),a=n();function MultiMap(e){this.Container=e||Array,this.items=new Map,this.clear(),Object.defineProperty(this.items,"constructor",{value:MultiMap,enumerable:!1})}MultiMap.prototype.clear=function(){this.size=0,this.dimension=0,this.items.clear()},MultiMap.prototype.set=function(e,t){var n=this.items.get(e),r;return n||(this.dimension++,n=new this.Container,this.items.set(e,n)),this.Container===Set?(r=n.size,n.add(t),r<n.size&&this.size++):(n.push(t),this.size++),this},MultiMap.prototype.delete=function(e){var t=this.items.get(e);return t?(this.size-=this.Container===Set?t.size:t.length,this.dimension--,this.items.delete(e),!0):!1},MultiMap.prototype.remove=function(e,t){var n=this.items.get(e),r,i;return n?this.Container===Set?(r=n.delete(t),r&&this.size--,n.size===0&&(this.items.delete(e),this.dimension--),r):(i=n.indexOf(t),i===-1?!1:(this.size--,n.length===1?(this.items.delete(e),this.dimension--,!0):(n.splice(i,1),!0))):!1},MultiMap.prototype.has=function(e){return this.items.has(e)},MultiMap.prototype.get=function(e){return this.items.get(e)},MultiMap.prototype.multiplicity=function(e){var t=this.items.get(e);return t===void 0?0:this.Container===Set?t.size:t.length},MultiMap.prototype.count=MultiMap.prototype.multiplicity,MultiMap.prototype.forEach=function(e,t){t=arguments.length>1?t:this;var n;function inner(r){e.call(t,r,n)}this.items.forEach(function(e,t){n=t,e.forEach(inner)})},MultiMap.prototype.forEachAssociation=function(e,t){t=arguments.length>1?t:this,this.items.forEach(e,t)},MultiMap.prototype.keys=function(){return this.items.keys()},MultiMap.prototype.values=function(){var e=this.items.values(),t=!1,n,r,a,o;return this.Container===Set?new i(function next(){if(!t){if(r=e.next(),r.done)return{done:!0};t=!0,n=r.value.values()}return r=n.next(),r.done?(t=!1,next()):{done:!1,value:r.value}}):new i(function next(){if(!t){if(r=e.next(),r.done)return{done:!0};t=!0,n=r.value,a=0,o=n.length}return a>=o?(t=!1,next()):{done:!1,value:n[a++]}})},MultiMap.prototype.entries=function(){var e=this.items.entries(),t=!1,n,r,a,o,s;return this.Container===Set?new i(function next(){if(!t){if(r=e.next(),r.done)return{done:!0};t=!0,a=r.value[0],n=r.value[1].values()}return r=n.next(),r.done?(t=!1,next()):{done:!1,value:[a,r.value]}}):new i(function next(){if(!t){if(r=e.next(),r.done)return{done:!0};t=!0,a=r.value[0],n=r.value[1],o=0,s=n.length}return o>=s?(t=!1,next()):{done:!1,value:[a,n[o++]]}})},MultiMap.prototype.containers=function(){return this.items.values()},MultiMap.prototype.associations=function(){return this.items.entries()},typeof Symbol<`u`&&(MultiMap.prototype[Symbol.iterator]=MultiMap.prototype.entries),MultiMap.prototype.inspect=function(){return this.items},typeof Symbol<`u`&&(MultiMap.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=MultiMap.prototype.inspect),MultiMap.prototype.toJSON=function(){return this.items},MultiMap.from=function(e,t){var n=new MultiMap(t);return a(e,function(e,t){n.set(t,e)}),n},t.exports=MultiMap})),u=t(((e,t)=>{var i=r(),a=n();function LinkedList(){this.clear()}LinkedList.prototype.clear=function(){this.head=null,this.tail=null,this.size=0},LinkedList.prototype.first=function(){return this.head?this.head.item:void 0},LinkedList.prototype.peek=LinkedList.prototype.first,LinkedList.prototype.last=function(){return this.tail?this.tail.item:void 0},LinkedList.prototype.push=function(e){var t={item:e,next:null};return this.head?(this.tail.next=t,this.tail=t):(this.head=t,this.tail=t),this.size++,this.size},LinkedList.prototype.unshift=function(e){var t={item:e,next:null};return this.head?(this.head.next||(this.tail=this.head),t.next=this.head,this.head=t):(this.head=t,this.tail=t),this.size++,this.size},LinkedList.prototype.shift=function(){if(this.size){var e=this.head;return this.head=e.next,this.size--,e.item}},LinkedList.prototype.forEach=function(e,t){if(this.size){t=arguments.length>1?t:this;for(var n=this.head,r=0;n;)e.call(t,n.item,r,this),n=n.next,r++}},LinkedList.prototype.toArray=function(){if(!this.size)return[];for(var e=Array(this.size),t=0,n=this.size,r=this.head;t<n;t++)e[t]=r.item,r=r.next;return e},LinkedList.prototype.values=function(){var e=this.head;return new i(function(){if(!e)return{done:!0};var t=e.item;return e=e.next,{value:t,done:!1}})},LinkedList.prototype.entries=function(){var e=this.head,t=0;return new i(function(){if(!e)return{done:!0};var n=e.item;return e=e.next,t++,{value:[t-1,n],done:!1}})},typeof Symbol<`u`&&(LinkedList.prototype[Symbol.iterator]=LinkedList.prototype.values),LinkedList.prototype.toString=function(){return this.toArray().join(`,`)},LinkedList.prototype.toJSON=function(){return this.toArray()},LinkedList.prototype.inspect=function(){var e=this.toArray();return Object.defineProperty(e,"constructor",{value:LinkedList,enumerable:!1}),e},typeof Symbol<`u`&&(LinkedList.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=LinkedList.prototype.inspect),LinkedList.from=function(e){var t=new LinkedList;return a(e,function(e){t.push(e)}),t},t.exports=LinkedList})),d=t(((e,t)=>{var i=r(),s=n(),c=a(),l=o();function LRUCache(e,t,n){if(arguments.length<2&&(n=e,e=null,t=null),this.capacity=n,typeof this.capacity!=`number`||this.capacity<=0)throw Error(`mnemonist/lru-cache: capacity should be positive number.`);if(!isFinite(this.capacity)||Math.floor(this.capacity)!==this.capacity)throw Error(`mnemonist/lru-cache: capacity should be a finite positive integer.`);var r=c.getPointerArray(n);this.forward=new r(n),this.backward=new r(n),this.K=typeof e==`function`?new e(n):Array(n),this.V=typeof t==`function`?new t(n):Array(n),this.size=0,this.head=0,this.tail=0,this.items={}}LRUCache.prototype.clear=function(){this.size=0,this.head=0,this.tail=0,this.items={}},LRUCache.prototype.splayOnTop=function(e){var t=this.head;if(this.head===e)return this;var n=this.backward[e],r=this.forward[e];return this.tail===e?this.tail=n:this.backward[r]=n,this.forward[n]=r,this.backward[t]=e,this.head=e,this.forward[e]=t,this},LRUCache.prototype.set=function(e,t){var n=this.items[e];if(n!==void 0){this.splayOnTop(n),this.V[n]=t;return}this.size<this.capacity?n=this.size++:(n=this.tail,this.tail=this.backward[n],delete this.items[this.K[n]]),this.items[e]=n,this.K[n]=e,this.V[n]=t,this.forward[n]=this.head,this.backward[this.head]=n,this.head=n},LRUCache.prototype.setpop=function(e,t){var n=null,r=null,i=this.items[e];return i===void 0?(this.size<this.capacity?i=this.size++:(i=this.tail,this.tail=this.backward[i],n=this.V[i],r=this.K[i],delete this.items[r]),this.items[e]=i,this.K[i]=e,this.V[i]=t,this.forward[i]=this.head,this.backward[this.head]=i,this.head=i,r?{evicted:!0,key:r,value:n}:null):(this.splayOnTop(i),n=this.V[i],this.V[i]=t,{evicted:!1,key:e,value:n})},LRUCache.prototype.has=function(e){return e in this.items},LRUCache.prototype.get=function(e){var t=this.items[e];if(t!==void 0)return this.splayOnTop(t),this.V[t]},LRUCache.prototype.peek=function(e){var t=this.items[e];if(t!==void 0)return this.V[t]},LRUCache.prototype.forEach=function(e,t){t=arguments.length>1?t:this;for(var n=0,r=this.size,i=this.head,a=this.K,o=this.V,s=this.forward;n<r;)e.call(t,o[i],a[i],this),i=s[i],n++},LRUCache.prototype.keys=function(){var e=0,t=this.size,n=this.head,r=this.K,a=this.forward;return new i(function(){if(e>=t)return{done:!0};var i=r[n];return e++,e<t&&(n=a[n]),{done:!1,value:i}})},LRUCache.prototype.values=function(){var e=0,t=this.size,n=this.head,r=this.V,a=this.forward;return new i(function(){if(e>=t)return{done:!0};var i=r[n];return e++,e<t&&(n=a[n]),{done:!1,value:i}})},LRUCache.prototype.entries=function(){var e=0,t=this.size,n=this.head,r=this.K,a=this.V,o=this.forward;return new i(function(){if(e>=t)return{done:!0};var i=r[n],s=a[n];return e++,e<t&&(n=o[n]),{done:!1,value:[i,s]}})},typeof Symbol<`u`&&(LRUCache.prototype[Symbol.iterator]=LRUCache.prototype.entries),LRUCache.prototype.inspect=function(){for(var e=new Map,t=this.entries(),n;n=t.next(),!n.done;)e.set(n.value[0],n.value[1]);return Object.defineProperty(e,"constructor",{value:LRUCache,enumerable:!1}),e},typeof Symbol<`u`&&(LRUCache.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=LRUCache.prototype.inspect),LRUCache.from=function(e,t,n,r){if(arguments.length<2){if(r=l.guessLength(e),typeof r!=`number`)throw Error(`mnemonist/lru-cache.from: could not guess iterable length. Please provide desired capacity as last argument.`)}else arguments.length===2&&(r=t,t=null,n=null);var i=new LRUCache(t,n,r);return s(e,function(e,t){i.set(t,e)}),i},t.exports=LRUCache})),f=t(((e,t)=>{var r=d(),i=n(),s=a(),c=o();function LRUMap(e,t,n){if(arguments.length<2&&(n=e,e=null,t=null),this.capacity=n,typeof this.capacity!=`number`||this.capacity<=0)throw Error(`mnemonist/lru-map: capacity should be positive number.`);if(!isFinite(this.capacity)||Math.floor(this.capacity)!==this.capacity)throw Error(`mnemonist/lru-map: capacity should be a finite positive integer.`);var r=s.getPointerArray(n);this.forward=new r(n),this.backward=new r(n),this.K=typeof e==`function`?new e(n):Array(n),this.V=typeof t==`function`?new t(n):Array(n),this.size=0,this.head=0,this.tail=0,this.items=new Map}LRUMap.prototype.clear=function(){this.size=0,this.head=0,this.tail=0,this.items.clear()},LRUMap.prototype.set=function(e,t){var n=this.items.get(e);if(n!==void 0){this.splayOnTop(n),this.V[n]=t;return}this.size<this.capacity?n=this.size++:(n=this.tail,this.tail=this.backward[n],this.items.delete(this.K[n])),this.items.set(e,n),this.K[n]=e,this.V[n]=t,this.forward[n]=this.head,this.backward[this.head]=n,this.head=n},LRUMap.prototype.setpop=function(e,t){var n=null,r=null,i=this.items.get(e);return i===void 0?(this.size<this.capacity?i=this.size++:(i=this.tail,this.tail=this.backward[i],n=this.V[i],r=this.K[i],this.items.delete(r)),this.items.set(e,i),this.K[i]=e,this.V[i]=t,this.forward[i]=this.head,this.backward[this.head]=i,this.head=i,r?{evicted:!0,key:r,value:n}:null):(this.splayOnTop(i),n=this.V[i],this.V[i]=t,{evicted:!1,key:e,value:n})},LRUMap.prototype.has=function(e){return this.items.has(e)},LRUMap.prototype.get=function(e){var t=this.items.get(e);if(t!==void 0)return this.splayOnTop(t),this.V[t]},LRUMap.prototype.peek=function(e){var t=this.items.get(e);if(t!==void 0)return this.V[t]},LRUMap.prototype.splayOnTop=r.prototype.splayOnTop,LRUMap.prototype.forEach=r.prototype.forEach,LRUMap.prototype.keys=r.prototype.keys,LRUMap.prototype.values=r.prototype.values,LRUMap.prototype.entries=r.prototype.entries,typeof Symbol<`u`&&(LRUMap.prototype[Symbol.iterator]=LRUMap.prototype.entries),LRUMap.prototype.inspect=r.prototype.inspect,LRUMap.from=function(e,t,n,r){if(arguments.length<2){if(r=c.guessLength(e),typeof r!=`number`)throw Error(`mnemonist/lru-cache.from: could not guess iterable length. Please provide desired capacity as last argument.`)}else arguments.length===2&&(r=t,t=null,n=null);var a=new LRUMap(t,n,r);return i(e,function(e,t){a.set(t,e)}),a},t.exports=LRUMap})),p=t(((e,t)=>{var i=r(),a=n();function Stack(){this.clear()}Stack.prototype.clear=function(){this.items=[],this.size=0},Stack.prototype.push=function(e){return this.items.push(e),++this.size},Stack.prototype.pop=function(){if(this.size!==0)return this.size--,this.items.pop()},Stack.prototype.peek=function(){return this.items[this.size-1]},Stack.prototype.forEach=function(e,t){t=arguments.length>1?t:this;for(var n=0,r=this.items.length;n<r;n++)e.call(t,this.items[r-n-1],n,this)},Stack.prototype.toArray=function(){for(var e=Array(this.size),t=this.size-1,n=this.size;n--;)e[n]=this.items[t-n];return e},Stack.prototype.values=function(){var e=this.items,t=e.length,n=0;return new i(function(){if(n>=t)return{done:!0};var r=e[t-n-1];return n++,{value:r,done:!1}})},Stack.prototype.entries=function(){var e=this.items,t=e.length,n=0;return new i(function(){if(n>=t)return{done:!0};var r=e[t-n-1];return{value:[n++,r],done:!1}})},typeof Symbol<`u`&&(Stack.prototype[Symbol.iterator]=Stack.prototype.values),Stack.prototype.toString=function(){return this.toArray().join(`,`)},Stack.prototype.toJSON=function(){return this.toArray()},Stack.prototype.inspect=function(){var e=this.toArray();return Object.defineProperty(e,"constructor",{value:Stack,enumerable:!1}),e},typeof Symbol<`u`&&(Stack.prototype[Symbol.for(`nodejs.util.inspect.custom`)]=Stack.prototype.inspect),Stack.from=function(e){var t=new Stack;return a(e,function(e){t.push(e)}),t},Stack.of=function(){return Stack.from(arguments)},t.exports=Stack})),m=e(i(),1),h=e(s(),1),g=e(c(),1),_=e(u(),1),v=e(f(),1),y=e(l(),1),b=e(p(),1);export{y as a,v as i,g as n,m as o,_ as r,b as s,h as t};
@@ -1,3 +0,0 @@
1
- import{r as e}from"../rolldown-runtime.mjs";import t from"node:path";import n from"node:process";import{fileURLToPath as r}from"node:url";import{stripVTControlCharacters as i}from"node:util";import{on as a,once as o}from"node:events";import{spawn as s}from"node:child_process";import c from"node:fs/promises";import{pipeline as l}from"node:stream/promises";import*as u from"node:readline/promises";const getContext=e=>({start:n.hrtime.bigint(),command:e.map(e=>getCommandPart(i(e))).join(` `),state:{stdout:``,stderr:``,output:``,isIterating:{},nonIterable:[!1,!1]}}),getCommandPart=e=>/[^\w./-]/.test(e)?`'${e.replaceAll(`'`,`'\\''`)}'`:e,getOptions=({stdin:e,stdout:i,stderr:a,stdio:o=[e,i,a],env:s,preferLocal:c,cwd:l=`.`,...u})=>{let d=l instanceof URL?r(l):t.resolve(l),f=s?{...n.env,...s}:void 0,p=o[0]?.string;return{...u,input:p,stdio:p===void 0?o:[`pipe`,...o.slice(1)],env:c?addLocalPath(f??n.env,d):f,cwd:d}},addLocalPath=({Path:e=``,PATH:n=e,...r},i)=>{let a=n.split(t.delimiter),o=getLocalPaths([],t.resolve(i)).map(e=>t.join(e,`node_modules/.bin`)).filter(e=>!a.includes(e));return{...r,PATH:[...o,n].filter(Boolean).join(t.delimiter)}},getLocalPaths=(e,n)=>e.at(-1)===n?e:getLocalPaths([...e,n],t.resolve(n,`..`)),applyForceShell=async(e,t,n)=>await shouldForceShell(e,n)?[escapeFile(e),t.map(e=>escapeArgument(e)),{...n,shell:!0}]:[e,t,n],shouldForceShell=async(e,{shell:t,cwd:r,env:i=n.env})=>n.platform===`win32`&&!t&&!await isExe(e,r,i),isExe=(e,t,{Path:n=``,PATH:r=n})=>m.some(t=>e.toLowerCase().endsWith(t))||p(e,t,r),d={},memoize=e=>(...t)=>d[t.join(`\0`)]??=e(...t),f=memoize(c.access),p=memoize(async(e,n,r)=>{let i=r.split(t.delimiter).filter(Boolean).map(e=>e.replace(/^"(.*)"$/,`$1`));try{await Promise.any([n,...i].flatMap(n=>m.map(r=>f(`${t.resolve(n,e)}${r}`))))}catch{return!1}return!0}),m=[`.exe`,`.com`],escapeArgument=e=>escapeFile(escapeFile(`"${e.replaceAll(/(\\*)"/g,`$1$1\\"`).replace(/(\\*)$/,`$1$1`)}"`)),escapeFile=e=>e.replaceAll(/([()\][%!^"`<>&|;, *?])/g,`^$1`),getResult=async(e,t,n)=>{let r=await e;t.input!==void 0&&r.stdin.end(t.input);let i=o(r,`close`);try{return await Promise.race([i,...r.stdio.filter(Boolean).map(e=>onStreamError(e))]),checkFailure(n,getErrorOutput(r)),getOutputs(n)}catch(e){throw await Promise.allSettled([i]),getResultError(e,r,n,t)}},onStreamError=async e=>{for await(let[t]of a(e,`error`))if(![`ERR_STREAM_PREMATURE_CLOSE`,`EPIPE`].includes(t?.code))throw t},checkFailure=({command:e},{exitCode:t,signalName:n})=>{if(n!==void 0)throw new SubprocessError(`Command was terminated with ${n}: ${e}`);if(t!==void 0)throw new SubprocessError(`Command failed with exit code ${t}: ${e}`)},getResultError=(e,t,n,{signal:r})=>Object.assign(getErrorInstance(e,n),getErrorOutput(t),{isCanceled:r?.aborted===!0},getOutputs(n)),getErrorInstance=(e,{command:t})=>e instanceof SubprocessError?e:new SubprocessError(`Command failed: ${t}`,{cause:e});var SubprocessError=class extends Error{name=`SubprocessError`};const getErrorOutput=({exitCode:e,signalCode:t})=>({...e<1?{}:{exitCode:e},...t===null?{}:{signalName:t}}),getOutputs=({state:{stdout:e,stderr:t,output:r},command:i,start:a})=>({stdout:getOutput(e),stderr:getOutput(t),output:getOutput(r),command:i,durationMs:Number(n.hrtime.bigint()-a)/1e6}),getOutput=e=>e.at(-1)===`
2
- `?e.slice(0,e.at(-2)===`\r`?-2:-1):e,spawnSubprocess=async(e,t,r,i)=>{try{[`node`,`node.exe`].includes(e.toLowerCase())&&(e=n.execPath,t=[...n.execArgv.filter(e=>!e.startsWith(`--inspect`)),...t]),[e,t,r]=await applyForceShell(e,t,r),[e,t,r]=concatenateShell(e,t,r);let a=s(e,t,r);return bufferOutput(a.stdout,i,`stdout`),bufferOutput(a.stderr,i,`stderr`),a.once(`error`,()=>{}),await o(a,`spawn`),a}catch(e){throw getResultError(e,{},i,r)}},concatenateShell=(e,t,n)=>n.shell&&t.length>0?[[e,...t].join(` `),[],n]:[e,t,n],bufferOutput=(e,{state:t},n)=>{e&&(e.setEncoding(`utf8`),t.isIterating[n]||(t.isIterating[n]=!1,e.on(`data`,e=>{t[n]+=e,t.output+=e})))},handlePipe=async e=>{let[[t,n]]=await Promise.all([Promise.allSettled(e),pipeStreams(e)]);if(n.reason)throw n.reason.pipedFrom=t.reason??t.value,n.reason;if(t.reason)throw t.reason;return{...n.value,pipedFrom:t.value}},pipeStreams=async e=>{try{let[{stdout:t},{stdin:n}]=await Promise.all(e.map(({nodeChildProcess:e})=>e));if(n===null)throw Error(`The "stdin" option must be set on the first "spawn()" call in the pipeline.`);if(t===null)throw Error(`The "stdout" option must be set on the last "spawn()" call in the pipeline.`);l(t,n).catch(()=>{})}catch(t){throw await Promise.allSettled(e.map(({nodeChildProcess:e})=>closeStdin(e))),t}},closeStdin=async e=>{let{stdin:t}=await e;t.end()},lineIterator=async function*(e,{state:t},n,r){if(t.isIterating[n]===!1)throw Error(`The subprocess must be iterated right away, for example:
3
- for await (const line of spawn(...)) { ... }`);t.isIterating[n]=!0;try{let{[n]:i}=await e.nodeChildProcess;if(!i){t.nonIterable[r]=!0;let e=t.nonIterable.every(Boolean)?"either the option `stdout` or `stderr`":`the option \`${n}\``;throw TypeError(`The subprocess cannot be iterated unless ${e} is 'pipe'.`)}handleErrors(e),yield*u.createInterface({input:i})}finally{await e}},handleErrors=async e=>{try{await e}catch{}},combineAsyncIterators=async function*({state:e},...t){try{let n=[];for(;t.length>0;){n=t.map((t,r)=>n[r]??getNext(t,r,e));let[{value:r,done:i},a]=await Promise.race(n.map((e,t)=>Promise.all([e,t]))),[o]=t.splice(a,1);n.splice(a,1),i||(t.push(o),yield r)}}finally{await Promise.all(t.map(e=>e.return()))}},getNext=async(e,t,{nonIterable:n})=>{try{return await e.next()}catch(r){return shouldIgnoreError(n,t)?e.return():e.throw(r)}},shouldIgnoreError=(e,t)=>e.every(Boolean)?t!==e.length-1:e[t];function spawn$1(e,t,n,r){let[i=[],a={}]=Array.isArray(t)?[t,n]:[[],t],o=getContext([e,...i]),s=getOptions(a),c=spawnSubprocess(e,i,s,o),l=getResult(c,s,o);Object.assign(l,{nodeChildProcess:c}),l=r?handlePipe([r,l]):l;let u=lineIterator(l,o,`stdout`,0),d=lineIterator(l,o,`stderr`,1);return Object.assign(l,{nodeChildProcess:c,stdout:u,stderr:d,[Symbol.asyncIterator]:()=>combineAsyncIterators(o,u,d),pipe:(e,t,n)=>spawn$1(e,t,n,l)})}e(spawn$1,`spawn`);export{SubprocessError as n,spawn$1 as t};
@@ -1 +0,0 @@
1
- import"../rolldown-runtime.mjs";import{t as e}from"./eventemitter3.mjs";var TimeoutError=class extends Error{constructor(e){super(e),this.name=`TimeoutError`}},AbortError=class extends Error{constructor(e){super(),this.name=`AbortError`,this.message=e}};const getDOMException=e=>globalThis.DOMException===void 0?new AbortError(e):new DOMException(e),getAbortedReason=e=>{let t=e.reason===void 0?getDOMException(`This operation was aborted.`):e.reason;return t instanceof Error?t:getDOMException(t)};function pTimeout(e,t){let{milliseconds:n,fallback:r,message:i,customTimers:a={setTimeout,clearTimeout}}=t,o,abortHandler,s=new Promise((s,c)=>{if(typeof n!=`number`||Math.sign(n)!==1)throw TypeError(`Expected \`milliseconds\` to be a positive number, got \`${n}\``);if(t.signal){let{signal:e}=t;e.aborted&&c(getAbortedReason(e)),abortHandler=()=>{c(getAbortedReason(e))},e.addEventListener(`abort`,abortHandler,{once:!0})}if(n===1/0){e.then(s,c);return}let l=new TimeoutError;o=a.setTimeout.call(void 0,()=>{if(r){try{s(r())}catch(e){c(e)}return}typeof e.cancel==`function`&&e.cancel(),i===!1?s():i instanceof Error?c(i):(l.message=i??`Promise timed out after ${n} milliseconds`,c(l))},n),(async()=>{try{s(await e)}catch(e){c(e)}})()}).finally(()=>{s.clear(),abortHandler&&t.signal&&t.signal.removeEventListener(`abort`,abortHandler)});return s.clear=()=>{a.clearTimeout.call(void 0,o),o=void 0},s}function lowerBound(e,t,n){let r=0,i=e.length;for(;i>0;){let a=Math.trunc(i/2),o=r+a;n(e[o],t)<=0?(r=++o,i-=a+1):i=a}return r}var PriorityQueue=class{#e=[];enqueue(e,t){t={priority:0,...t};let n={priority:t.priority,id:t.id,run:e};if(this.size===0||this.#e[this.size-1].priority>=t.priority){this.#e.push(n);return}let r=lowerBound(this.#e,n,(e,t)=>t.priority-e.priority);this.#e.splice(r,0,n)}setPriority(e,t){let n=this.#e.findIndex(t=>t.id===e);if(n===-1)throw ReferenceError(`No promise function with the id "${e}" exists in the queue.`);let[r]=this.#e.splice(n,1);this.enqueue(r.run,{priority:t,id:e})}dequeue(){return this.#e.shift()?.run}filter(e){return this.#e.filter(t=>t.priority===e.priority).map(e=>e.run)}get size(){return this.#e.length}},PQueue=class extends e.default{#e;#t;#n=0;#r;#i;#a=0;#o;#s;#c;#l;#u=0;#d;#f;#p;#m=1n;timeout;constructor(e){if(super(),e={carryoverConcurrencyCount:!1,intervalCap:1/0,interval:0,concurrency:1/0,autoStart:!0,queueClass:PriorityQueue,...e},!(typeof e.intervalCap==`number`&&e.intervalCap>=1))throw TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${e.intervalCap?.toString()??``}\` (${typeof e.intervalCap})`);if(e.interval===void 0||!(Number.isFinite(e.interval)&&e.interval>=0))throw TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${e.interval?.toString()??``}\` (${typeof e.interval})`);this.#e=e.carryoverConcurrencyCount,this.#t=e.intervalCap===1/0||e.interval===0,this.#r=e.intervalCap,this.#i=e.interval,this.#c=new e.queueClass,this.#l=e.queueClass,this.concurrency=e.concurrency,this.timeout=e.timeout,this.#p=e.throwOnTimeout===!0,this.#f=e.autoStart===!1}get#h(){return this.#t||this.#n<this.#r}get#g(){return this.#u<this.#d}#_(){this.#u--,this.#b(),this.emit(`next`)}#v(){this.#S(),this.#x(),this.#s=void 0}get#y(){let e=Date.now();if(this.#o===void 0){let t=this.#a-e;if(t<0)this.#n=this.#e?this.#u:0;else return this.#s===void 0&&(this.#s=setTimeout(()=>{this.#v()},t)),!0}return!1}#b(){if(this.#c.size===0)return this.#o&&clearInterval(this.#o),this.#o=void 0,this.emit(`empty`),this.#u===0&&this.emit(`idle`),!1;if(!this.#f){let e=!this.#y;if(this.#h&&this.#g){let t=this.#c.dequeue();return t?(this.emit(`active`),t(),e&&this.#x(),!0):!1}}return!1}#x(){this.#t||this.#o!==void 0||(this.#o=setInterval(()=>{this.#S()},this.#i),this.#a=Date.now()+this.#i)}#S(){this.#n===0&&this.#u===0&&this.#o&&(clearInterval(this.#o),this.#o=void 0),this.#n=this.#e?this.#u:0,this.#C()}#C(){for(;this.#b(););}get concurrency(){return this.#d}set concurrency(e){if(!(typeof e==`number`&&e>=1))throw TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${e}\` (${typeof e})`);this.#d=e,this.#C()}async#w(e){return new Promise((t,n)=>{e.addEventListener(`abort`,()=>{n(e.reason)},{once:!0})})}setPriority(e,t){this.#c.setPriority(e,t)}async add(e,t={}){return t.id??=(this.#m++).toString(),t={timeout:this.timeout,throwOnTimeout:this.#p,...t},new Promise((n,r)=>{this.#c.enqueue(async()=>{this.#u++;try{t.signal?.throwIfAborted(),this.#n++;let r=e({signal:t.signal});t.timeout&&(r=pTimeout(Promise.resolve(r),{milliseconds:t.timeout})),t.signal&&(r=Promise.race([r,this.#w(t.signal)]));let i=await r;n(i),this.emit(`completed`,i)}catch(e){if(e instanceof TimeoutError&&!t.throwOnTimeout){n();return}r(e),this.emit(`error`,e)}finally{this.#_()}},t),this.emit(`add`),this.#b()})}async addAll(e,t){return Promise.all(e.map(async e=>this.add(e,t)))}start(){return this.#f?(this.#f=!1,this.#C(),this):this}pause(){this.#f=!0}clear(){this.#c=new this.#l}async onEmpty(){this.#c.size!==0&&await this.#T(`empty`)}async onSizeLessThan(e){this.#c.size<e||await this.#T(`next`,()=>this.#c.size<e)}async onIdle(){(this.#u!==0||this.#c.size!==0)&&await this.#T(`idle`)}async#T(e,t){return new Promise(n=>{let listener=()=>{t&&!t()||(this.off(e,listener),n())};this.on(e,listener)})}get size(){return this.#c.size}sizeBy(e){return this.#c.filter(e).length}get pending(){return this.#u}get isPaused(){return this.#f}};export{PQueue as t};
@@ -1 +0,0 @@
1
- import"../rolldown-runtime.mjs";const e=/^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/,isAbsolute=function(t){return e.test(t)};export{isAbsolute as t};
@@ -1 +0,0 @@
1
- import{t as e}from"../rolldown-runtime.mjs";var t=e(((e,t)=>{let n=`[^\\\\/]`,r=`[^/]`,i=`(?:\\/|$)`,a=`(?:^|\\/)`,o=`\\.{1,2}${i}`,s={DOT_LITERAL:`\\.`,PLUS_LITERAL:`\\+`,QMARK_LITERAL:`\\?`,SLASH_LITERAL:`\\/`,ONE_CHAR:`(?=.)`,QMARK:r,END_ANCHOR:i,DOTS_SLASH:o,NO_DOT:`(?!\\.)`,NO_DOTS:`(?!${a}${o})`,NO_DOT_SLASH:`(?!\\.{0,1}${i})`,NO_DOTS_SLASH:`(?!${o})`,QMARK_NO_DOT:`[^.\\/]`,STAR:`${r}*?`,START_ANCHOR:a,SEP:`/`},c={...s,SLASH_LITERAL:`[\\\\/]`,QMARK:n,STAR:`${n}*?`,DOTS_SLASH:`\\.{1,2}(?:[\\\\/]|$)`,NO_DOT:`(?!\\.)`,NO_DOTS:`(?!(?:^|[\\\\/])\\.{1,2}(?:[\\\\/]|$))`,NO_DOT_SLASH:`(?!\\.{0,1}(?:[\\\\/]|$))`,NO_DOTS_SLASH:`(?!\\.{1,2}(?:[\\\\/]|$))`,QMARK_NO_DOT:`[^.\\\\/]`,START_ANCHOR:`(?:^|[\\\\/])`,END_ANCHOR:`(?:[\\\\/]|$)`,SEP:`\\`};t.exports={DEFAULT_MAX_EXTGLOB_RECURSION:0,MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:{__proto__:null,alnum:`a-zA-Z0-9`,alpha:`a-zA-Z`,ascii:`\\x00-\\x7F`,blank:` \\t`,cntrl:`\\x00-\\x1F\\x7F`,digit:`0-9`,graph:`\\x21-\\x7E`,lower:`a-z`,print:`\\x20-\\x7E `,punct:`\\-!"#$%&'()\\*+,./:;<=>?@[\\]^_\`{|}~`,space:` \\t\\r\\n\\v\\f`,upper:`A-Z`,word:`A-Za-z0-9_`,xdigit:`A-Fa-f0-9`},REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{__proto__:null,"***":`*`,"**/**":`**`,"**/**/**":`**`},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,extglobChars(e){return{"!":{type:`negate`,open:`(?:(?!(?:`,close:`))${e.STAR})`},"?":{type:`qmark`,open:`(?:`,close:`)?`},"+":{type:`plus`,open:`(?:`,close:`)+`},"*":{type:`star`,open:`(?:`,close:`)*`},"@":{type:`at`,open:`(?:`,close:`)`}}},globChars(e){return e===!0?c:s}}})),n=e((e=>{let{REGEX_BACKSLASH:n,REGEX_REMOVE_BACKSLASH:r,REGEX_SPECIAL_CHARS:i,REGEX_SPECIAL_CHARS_GLOBAL:a}=t();e.isObject=e=>typeof e==`object`&&!!e&&!Array.isArray(e),e.hasRegexChars=e=>i.test(e),e.isRegexChar=t=>t.length===1&&e.hasRegexChars(t),e.escapeRegex=e=>e.replace(a,`\\$1`),e.toPosixSlashes=e=>e.replace(n,`/`),e.isWindows=()=>{if(typeof navigator<`u`&&navigator.platform){let e=navigator.platform.toLowerCase();return e===`win32`||e===`windows`}return typeof process<`u`&&process.platform?process.platform===`win32`:!1},e.removeBackslashes=e=>e.replace(r,e=>e===`\\`?``:e),e.escapeLast=(t,n,r)=>{let i=t.lastIndexOf(n,r);return i===-1?t:t[i-1]===`\\`?e.escapeLast(t,n,i-1):`${t.slice(0,i)}\\${t.slice(i)}`},e.removePrefix=(e,t={})=>{let n=e;return n.startsWith(`./`)&&(n=n.slice(2),t.prefix=`./`),n},e.wrapOutput=(e,t={},n={})=>{let r=`${n.contains?``:`^`}(?:${e})${n.contains?``:`$`}`;return t.negated===!0&&(r=`(?:^(?!${r}).*$)`),r},e.basename=(e,{windows:t}={})=>{let n=e.split(t?/[\\/]/:`/`),r=n[n.length-1];return r===``?n[n.length-2]:r}})),r=e(((e,r)=>{let i=n(),{CHAR_ASTERISK:a,CHAR_AT:o,CHAR_BACKWARD_SLASH:s,CHAR_COMMA:c,CHAR_DOT:l,CHAR_EXCLAMATION_MARK:u,CHAR_FORWARD_SLASH:d,CHAR_LEFT_CURLY_BRACE:f,CHAR_LEFT_PARENTHESES:p,CHAR_LEFT_SQUARE_BRACKET:m,CHAR_PLUS:h,CHAR_QUESTION_MARK:g,CHAR_RIGHT_CURLY_BRACE:_,CHAR_RIGHT_PARENTHESES:v,CHAR_RIGHT_SQUARE_BRACKET:y}=t(),isPathSeparator=e=>e===d||e===s,depth=e=>{e.isPrefix!==!0&&(e.depth=e.isGlobstar?1/0:1)},scan=(e,t)=>{let n=t||{},r=e.length-1,b=n.parts===!0||n.scanToEnd===!0,x=[],S=[],C=[],w=e,T=-1,E=0,D=0,O=!1,k=!1,A=!1,j=!1,M=!1,N=!1,P=!1,F=!1,I=!1,L=!1,R=0,z,B,V={value:``,depth:0,isGlob:!1},eos=()=>T>=r,peek=()=>w.charCodeAt(T+1),advance=()=>(z=B,w.charCodeAt(++T));for(;T<r;){B=advance();let e;if(B===s){P=V.backslashes=!0,B=advance(),B===f&&(N=!0);continue}if(N===!0||B===f){for(R++;eos()!==!0&&(B=advance());){if(B===s){P=V.backslashes=!0,advance();continue}if(B===f){R++;continue}if(N!==!0&&B===l&&(B=advance())===l){if(O=V.isBrace=!0,A=V.isGlob=!0,L=!0,b===!0)continue;break}if(N!==!0&&B===c){if(O=V.isBrace=!0,A=V.isGlob=!0,L=!0,b===!0)continue;break}if(B===_&&(R--,R===0)){N=!1,O=V.isBrace=!0,L=!0;break}}if(b===!0)continue;break}if(B===d){if(x.push(T),S.push(V),V={value:``,depth:0,isGlob:!1},L===!0)continue;if(z===l&&T===E+1){E+=2;continue}D=T+1;continue}if(n.noext!==!0&&(B===h||B===o||B===a||B===g||B===u)&&peek()===p){if(A=V.isGlob=!0,j=V.isExtglob=!0,L=!0,B===u&&T===E&&(I=!0),b===!0){for(;eos()!==!0&&(B=advance());){if(B===s){P=V.backslashes=!0,B=advance();continue}if(B===v){A=V.isGlob=!0,L=!0;break}}continue}break}if(B===a){if(z===a&&(M=V.isGlobstar=!0),A=V.isGlob=!0,L=!0,b===!0)continue;break}if(B===g){if(A=V.isGlob=!0,L=!0,b===!0)continue;break}if(B===m){for(;eos()!==!0&&(e=advance());){if(e===s){P=V.backslashes=!0,advance();continue}if(e===y){k=V.isBracket=!0,A=V.isGlob=!0,L=!0;break}}if(b===!0)continue;break}if(n.nonegate!==!0&&B===u&&T===E){F=V.negated=!0,E++;continue}if(n.noparen!==!0&&B===p){if(A=V.isGlob=!0,b===!0){for(;eos()!==!0&&(B=advance());){if(B===p){P=V.backslashes=!0,B=advance();continue}if(B===v){L=!0;break}}continue}break}if(A===!0){if(L=!0,b===!0)continue;break}}n.noext===!0&&(j=!1,A=!1);let H=w,U=``,W=``;E>0&&(U=w.slice(0,E),w=w.slice(E),D-=E),H&&A===!0&&D>0?(H=w.slice(0,D),W=w.slice(D)):A===!0?(H=``,W=w):H=w,H&&H!==``&&H!==`/`&&H!==w&&isPathSeparator(H.charCodeAt(H.length-1))&&(H=H.slice(0,-1)),n.unescape===!0&&(W&&=i.removeBackslashes(W),H&&P===!0&&(H=i.removeBackslashes(H)));let G={prefix:U,input:e,start:E,base:H,glob:W,isBrace:O,isBracket:k,isGlob:A,isExtglob:j,isGlobstar:M,negated:F,negatedExtglob:I};if(n.tokens===!0&&(G.maxDepth=0,isPathSeparator(B)||S.push(V),G.tokens=S),n.parts===!0||n.tokens===!0){let t;for(let r=0;r<x.length;r++){let i=t?t+1:E,a=x[r],o=e.slice(i,a);n.tokens&&(r===0&&E!==0?(S[r].isPrefix=!0,S[r].value=U):S[r].value=o,depth(S[r]),G.maxDepth+=S[r].depth),(r!==0||o!==``)&&C.push(o),t=a}if(t&&t+1<e.length){let r=e.slice(t+1);C.push(r),n.tokens&&(S[S.length-1].value=r,depth(S[S.length-1]),G.maxDepth+=S[S.length-1].depth)}G.slashes=x,G.parts=C}return G};r.exports=scan})),i=e(((e,r)=>{let i=t(),a=n(),{MAX_LENGTH:o,POSIX_REGEX_SOURCE:s,REGEX_NON_SPECIAL_CHARS:c,REGEX_SPECIAL_CHARS_BACKREF:l,REPLACEMENTS:u}=i,expandRange=(e,t)=>{if(typeof t.expandRange==`function`)return t.expandRange(...e,t);e.sort();let n=`[${e.join(`-`)}]`;try{new RegExp(n)}catch{return e.map(e=>a.escapeRegex(e)).join(`..`)}return n},syntaxError=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,splitTopLevel=e=>{let t=[],n=0,r=0,i=0,a=``,o=!1;for(let s of e){if(o===!0){a+=s,o=!1;continue}if(s===`\\`){a+=s,o=!0;continue}if(s===`"`){i=i===1?0:1,a+=s;continue}if(i===0){if(s===`[`)n++;else if(s===`]`&&n>0)n--;else if(n===0){if(s===`(`)r++;else if(s===`)`&&r>0)r--;else if(s===`|`&&r===0){t.push(a),a=``;continue}}}a+=s}return t.push(a),t},isPlainBranch=e=>{let t=!1;for(let n of e){if(t===!0){t=!1;continue}if(n===`\\`){t=!0;continue}if(/[?*+@!()[\]{}]/.test(n))return!1}return!0},normalizeSimpleBranch=e=>{let t=e.trim(),n=!0;for(;n===!0;)n=!1,/^@\([^\\()[\]{}|]+\)$/.test(t)&&(t=t.slice(2,-1),n=!0);if(isPlainBranch(t))return t.replace(/\\(.)/g,`$1`)},hasRepeatedCharPrefixOverlap=e=>{let t=e.map(normalizeSimpleBranch).filter(Boolean);for(let e=0;e<t.length;e++)for(let n=e+1;n<t.length;n++){let r=t[e],i=t[n],a=r[0];if(!(!a||r!==a.repeat(r.length)||i!==a.repeat(i.length))&&(r===i||r.startsWith(i)||i.startsWith(r)))return!0}return!1},parseRepeatedExtglob=(e,t=!0)=>{if(e[0]!==`+`&&e[0]!==`*`||e[1]!==`(`)return;let n=0,r=0,i=0,a=!1;for(let o=1;o<e.length;o++){let s=e[o];if(a===!0){a=!1;continue}if(s===`\\`){a=!0;continue}if(s===`"`){i=i===1?0:1;continue}if(i!==1){if(s===`[`){n++;continue}if(s===`]`&&n>0){n--;continue}if(!(n>0)){if(s===`(`){r++;continue}if(s===`)`&&(r--,r===0))return t===!0&&o!==e.length-1?void 0:{type:e[0],body:e.slice(2,o),end:o}}}}},buildCharClassStar=e=>`${e.length===1?a.escapeRegex(e[0]):`[${e.map(e=>a.escapeRegex(e)).join(``)}]`}*`,getStarExtglobSequenceChars=e=>{let t=0,n=[];for(;t<e.length;){let r=parseRepeatedExtglob(e.slice(t),!1);if(!r||r.type!==`*`)return;let i=splitTopLevel(r.body).map(e=>e.trim());if(i.length!==1)return;let a=normalizeSimpleBranch(i[0]);if(!a||a.length!==1)return;n.push(a),t+=r.end+1}if(!(n.length<1))return n},repeatedExtglobRecursion=e=>{let t=0,n=e.trim(),r=parseRepeatedExtglob(n);for(;r;)t++,n=r.body.trim(),r=parseRepeatedExtglob(n);return t},analyzeRepeatedExtglob=(e,t)=>{if(t.maxExtglobRecursion===!1)return{risky:!1};let n=typeof t.maxExtglobRecursion==`number`?t.maxExtglobRecursion:i.DEFAULT_MAX_EXTGLOB_RECURSION,r=splitTopLevel(e).map(e=>e.trim());if(r.length>1&&(r.some(e=>e===``)||r.some(e=>/^[*?]+$/.test(e))||hasRepeatedCharPrefixOverlap(r)))return{risky:!0};let a=[],o=!1,s=!0;for(let e of r){let t=getStarExtglobSequenceChars(e);if(t){o=!0,a.push(...t);continue}let r=normalizeSimpleBranch(e);if(r&&r.length===1){a.push(r);continue}if(s=!1,repeatedExtglobRecursion(e)>n)return{risky:!0}}return o?s?{risky:!0,safeOutput:buildCharClassStar([...new Set(a)])}:{risky:!0}:{risky:!1}},parse=(e,t)=>{if(typeof e!=`string`)throw TypeError(`Expected a string`);e=u[e]||e;let n={...t},r=typeof n.maxLength==`number`?Math.min(o,n.maxLength):o,d=e.length;if(d>r)throw SyntaxError(`Input length: ${d}, exceeds maximum allowed length: ${r}`);let f={type:`bos`,value:``,output:n.prepend||``},p=[f],m=n.capture?``:`?:`,h=i.globChars(n.windows),g=i.extglobChars(h),{DOT_LITERAL:_,PLUS_LITERAL:v,SLASH_LITERAL:y,ONE_CHAR:b,DOTS_SLASH:x,NO_DOT:S,NO_DOT_SLASH:C,NO_DOTS_SLASH:w,QMARK:T,QMARK_NO_DOT:E,STAR:D,START_ANCHOR:O}=h,globstar=e=>`(${m}(?:(?!${O}${e.dot?x:_}).)*?)`,k=n.dot?``:S,A=n.dot?T:E,j=n.bash===!0?globstar(n):D;n.capture&&(j=`(${j})`),typeof n.noext==`boolean`&&(n.noextglob=n.noext);let M={input:e,index:-1,start:0,dot:n.dot===!0,consumed:``,output:``,prefix:``,backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:p};e=a.removePrefix(e,M),d=e.length;let N=[],P=[],F=[],I=f,L,eos=()=>M.index===d-1,R=M.peek=(t=1)=>e[M.index+t],z=M.advance=()=>e[++M.index]||``,remaining=()=>e.slice(M.index+1),consume=(e=``,t=0)=>{M.consumed+=e,M.index+=t},append=e=>{M.output+=e.output==null?e.value:e.output,consume(e.value)},negate=()=>{let e=1;for(;R()===`!`&&(R(2)!==`(`||R(3)===`?`);)z(),M.start++,e++;return e%2==0?!1:(M.negated=!0,M.start++,!0)},increment=e=>{M[e]++,F.push(e)},decrement=e=>{M[e]--,F.pop()},push=e=>{if(I.type===`globstar`){let t=M.braces>0&&(e.type===`comma`||e.type===`brace`),n=e.extglob===!0||N.length&&(e.type===`pipe`||e.type===`paren`);e.type!==`slash`&&e.type!==`paren`&&!t&&!n&&(M.output=M.output.slice(0,-I.output.length),I.type=`star`,I.value=`*`,I.output=j,M.output+=I.output)}if(N.length&&e.type!==`paren`&&(N[N.length-1].inner+=e.value),(e.value||e.output)&&append(e),I&&I.type===`text`&&e.type===`text`){I.output=(I.output||I.value)+e.value,I.value+=e.value;return}e.prev=I,p.push(e),I=e},extglobOpen=(e,t)=>{let r={...g[t],conditions:1,inner:``};r.prev=I,r.parens=M.parens,r.output=M.output,r.startIndex=M.index,r.tokensIndex=p.length;let i=(n.capture?`(`:``)+r.open;increment(`parens`),push({type:e,value:t,output:M.output?``:b}),push({type:`paren`,extglob:!0,value:z(),output:i}),N.push(r)},extglobClose=r=>{let i=e.slice(r.startIndex,M.index+1),o=e.slice(r.startIndex+2,M.index),s=analyzeRepeatedExtglob(o,n);if((r.type===`plus`||r.type===`star`)&&s.risky){let e=s.safeOutput?(r.output?``:b)+(n.capture?`(${s.safeOutput})`:s.safeOutput):void 0,t=p[r.tokensIndex];t.type=`text`,t.value=i,t.output=e||a.escapeRegex(i);for(let e=r.tokensIndex+1;e<p.length;e++)p[e].value=``,p[e].output=``,delete p[e].suffix;M.output=r.output+t.output,M.backtrack=!0,push({type:`paren`,extglob:!0,value:L,output:``}),decrement(`parens`);return}let c=r.close+(n.capture?`)`:``),l;if(r.type===`negate`){let e=j;r.inner&&r.inner.length>1&&r.inner.includes(`/`)&&(e=globstar(n)),(e!==j||eos()||/^\)+$/.test(remaining()))&&(c=r.close=`)$))${e}`),r.inner.includes(`*`)&&(l=remaining())&&/^\.[^\\/.]+$/.test(l)&&(c=r.close=`)${parse(l,{...t,fastpaths:!1}).output})${e})`),r.prev.type===`bos`&&(M.negatedExtglob=!0)}push({type:`paren`,extglob:!0,value:L,output:c}),decrement(`parens`)};if(n.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(e)){let r=!1,i=e.replace(l,(e,t,n,i,a,o)=>i===`\\`?(r=!0,e):i===`?`?t?t+i+(a?T.repeat(a.length):``):o===0?A+(a?T.repeat(a.length):``):T.repeat(n.length):i===`.`?_.repeat(n.length):i===`*`?t?t+i+(a?j:``):j:t?e:`\\${e}`);return r===!0&&(i=n.unescape===!0?i.replace(/\\/g,``):i.replace(/\\+/g,e=>e.length%2==0?`\\\\`:e?`\\`:``)),i===e&&n.contains===!0?(M.output=e,M):(M.output=a.wrapOutput(i,M,t),M)}for(;!eos();){if(L=z(),L===`\0`)continue;if(L===`\\`){let e=R();if(e===`/`&&n.bash!==!0||e===`.`||e===`;`)continue;if(!e){L+=`\\`,push({type:`text`,value:L});continue}let t=/^\\+/.exec(remaining()),r=0;if(t&&t[0].length>2&&(r=t[0].length,M.index+=r,r%2!=0&&(L+=`\\`)),n.unescape===!0?L=z():L+=z(),M.brackets===0){push({type:`text`,value:L});continue}}if(M.brackets>0&&(L!==`]`||I.value===`[`||I.value===`[^`)){if(n.posix!==!1&&L===`:`){let e=I.value.slice(1);if(e.includes(`[`)&&(I.posix=!0,e.includes(`:`))){let e=I.value.lastIndexOf(`[`),t=I.value.slice(0,e),n=I.value.slice(e+2),r=s[n];if(r){I.value=t+r,M.backtrack=!0,z(),!f.output&&p.indexOf(I)===1&&(f.output=b);continue}}}(L===`[`&&R()!==`:`||L===`-`&&R()===`]`)&&(L=`\\${L}`),L===`]`&&(I.value===`[`||I.value===`[^`)&&(L=`\\${L}`),n.posix===!0&&L===`!`&&I.value===`[`&&(L=`^`),I.value+=L,append({value:L});continue}if(M.quotes===1&&L!==`"`){L=a.escapeRegex(L),I.value+=L,append({value:L});continue}if(L===`"`){M.quotes=M.quotes===1?0:1,n.keepQuotes===!0&&push({type:`text`,value:L});continue}if(L===`(`){increment(`parens`),push({type:`paren`,value:L});continue}if(L===`)`){if(M.parens===0&&n.strictBrackets===!0)throw SyntaxError(syntaxError(`opening`,`(`));let e=N[N.length-1];if(e&&M.parens===e.parens+1){extglobClose(N.pop());continue}push({type:`paren`,value:L,output:M.parens?`)`:`\\)`}),decrement(`parens`);continue}if(L===`[`){if(n.nobracket===!0||!remaining().includes(`]`)){if(n.nobracket!==!0&&n.strictBrackets===!0)throw SyntaxError(syntaxError(`closing`,`]`));L=`\\${L}`}else increment(`brackets`);push({type:`bracket`,value:L});continue}if(L===`]`){if(n.nobracket===!0||I&&I.type===`bracket`&&I.value.length===1){push({type:`text`,value:L,output:`\\${L}`});continue}if(M.brackets===0){if(n.strictBrackets===!0)throw SyntaxError(syntaxError(`opening`,`[`));push({type:`text`,value:L,output:`\\${L}`});continue}decrement(`brackets`);let e=I.value.slice(1);if(I.posix!==!0&&e[0]===`^`&&!e.includes(`/`)&&(L=`/${L}`),I.value+=L,append({value:L}),n.literalBrackets===!1||a.hasRegexChars(e))continue;let t=a.escapeRegex(I.value);if(M.output=M.output.slice(0,-I.value.length),n.literalBrackets===!0){M.output+=t,I.value=t;continue}I.value=`(${m}${t}|${I.value})`,M.output+=I.value;continue}if(L===`{`&&n.nobrace!==!0){increment(`braces`);let e={type:`brace`,value:L,output:`(`,outputIndex:M.output.length,tokensIndex:M.tokens.length};P.push(e),push(e);continue}if(L===`}`){let e=P[P.length-1];if(n.nobrace===!0||!e){push({type:`text`,value:L,output:L});continue}let t=`)`;if(e.dots===!0){let e=p.slice(),r=[];for(let t=e.length-1;t>=0&&(p.pop(),e[t].type!==`brace`);t--)e[t].type!==`dots`&&r.unshift(e[t].value);t=expandRange(r,n),M.backtrack=!0}if(e.comma!==!0&&e.dots!==!0){let n=M.output.slice(0,e.outputIndex),r=M.tokens.slice(e.tokensIndex);e.value=e.output=`\\{`,L=t=`\\}`,M.output=n;for(let e of r)M.output+=e.output||e.value}push({type:`brace`,value:L,output:t}),decrement(`braces`),P.pop();continue}if(L===`|`){N.length>0&&N[N.length-1].conditions++,push({type:`text`,value:L});continue}if(L===`,`){let e=L,t=P[P.length-1];t&&F[F.length-1]===`braces`&&(t.comma=!0,e=`|`),push({type:`comma`,value:L,output:e});continue}if(L===`/`){if(I.type===`dot`&&M.index===M.start+1){M.start=M.index+1,M.consumed=``,M.output=``,p.pop(),I=f;continue}push({type:`slash`,value:L,output:y});continue}if(L===`.`){if(M.braces>0&&I.type===`dot`){I.value===`.`&&(I.output=_);let e=P[P.length-1];I.type=`dots`,I.output+=L,I.value+=L,e.dots=!0;continue}if(M.braces+M.parens===0&&I.type!==`bos`&&I.type!==`slash`){push({type:`text`,value:L,output:_});continue}push({type:`dot`,value:L,output:_});continue}if(L===`?`){if(!(I&&I.value===`(`)&&n.noextglob!==!0&&R()===`(`&&R(2)!==`?`){extglobOpen(`qmark`,L);continue}if(I&&I.type===`paren`){let e=R(),t=L;(I.value===`(`&&!/[!=<:]/.test(e)||e===`<`&&!/<([!=]|\w+>)/.test(remaining()))&&(t=`\\${L}`),push({type:`text`,value:L,output:t});continue}if(n.dot!==!0&&(I.type===`slash`||I.type===`bos`)){push({type:`qmark`,value:L,output:E});continue}push({type:`qmark`,value:L,output:T});continue}if(L===`!`){if(n.noextglob!==!0&&R()===`(`&&(R(2)!==`?`||!/[!=<:]/.test(R(3)))){extglobOpen(`negate`,L);continue}if(n.nonegate!==!0&&M.index===0){negate();continue}}if(L===`+`){if(n.noextglob!==!0&&R()===`(`&&R(2)!==`?`){extglobOpen(`plus`,L);continue}if(I&&I.value===`(`||n.regex===!1){push({type:`plus`,value:L,output:v});continue}if(I&&(I.type===`bracket`||I.type===`paren`||I.type===`brace`)||M.parens>0){push({type:`plus`,value:L});continue}push({type:`plus`,value:v});continue}if(L===`@`){if(n.noextglob!==!0&&R()===`(`&&R(2)!==`?`){push({type:`at`,extglob:!0,value:L,output:``});continue}push({type:`text`,value:L});continue}if(L!==`*`){(L===`$`||L===`^`)&&(L=`\\${L}`);let e=c.exec(remaining());e&&(L+=e[0],M.index+=e[0].length),push({type:`text`,value:L});continue}if(I&&(I.type===`globstar`||I.star===!0)){I.type=`star`,I.star=!0,I.value+=L,I.output=j,M.backtrack=!0,M.globstar=!0,consume(L);continue}let t=remaining();if(n.noextglob!==!0&&/^\([^?]/.test(t)){extglobOpen(`star`,L);continue}if(I.type===`star`){if(n.noglobstar===!0){consume(L);continue}let r=I.prev,i=r.prev,a=r.type===`slash`||r.type===`bos`,o=i&&(i.type===`star`||i.type===`globstar`);if(n.bash===!0&&(!a||t[0]&&t[0]!==`/`)){push({type:`star`,value:L,output:``});continue}let s=M.braces>0&&(r.type===`comma`||r.type===`brace`),c=N.length&&(r.type===`pipe`||r.type===`paren`);if(!a&&r.type!==`paren`&&!s&&!c){push({type:`star`,value:L,output:``});continue}for(;t.slice(0,3)===`/**`;){let n=e[M.index+4];if(n&&n!==`/`)break;t=t.slice(3),consume(`/**`,3)}if(r.type===`bos`&&eos()){I.type=`globstar`,I.value+=L,I.output=globstar(n),M.output=I.output,M.globstar=!0,consume(L);continue}if(r.type===`slash`&&r.prev.type!==`bos`&&!o&&eos()){M.output=M.output.slice(0,-(r.output+I.output).length),r.output=`(?:${r.output}`,I.type=`globstar`,I.output=globstar(n)+(n.strictSlashes?`)`:`|$)`),I.value+=L,M.globstar=!0,M.output+=r.output+I.output,consume(L);continue}if(r.type===`slash`&&r.prev.type!==`bos`&&t[0]===`/`){let e=t[1]===void 0?``:`|$`;M.output=M.output.slice(0,-(r.output+I.output).length),r.output=`(?:${r.output}`,I.type=`globstar`,I.output=`${globstar(n)}${y}|${y}${e})`,I.value+=L,M.output+=r.output+I.output,M.globstar=!0,consume(L+z()),push({type:`slash`,value:`/`,output:``});continue}if(r.type===`bos`&&t[0]===`/`){I.type=`globstar`,I.value+=L,I.output=`(?:^|${y}|${globstar(n)}${y})`,M.output=I.output,M.globstar=!0,consume(L+z()),push({type:`slash`,value:`/`,output:``});continue}M.output=M.output.slice(0,-I.output.length),I.type=`globstar`,I.output=globstar(n),I.value+=L,M.output+=I.output,M.globstar=!0,consume(L);continue}let r={type:`star`,value:L,output:j};if(n.bash===!0){r.output=`.*?`,(I.type===`bos`||I.type===`slash`)&&(r.output=k+r.output),push(r);continue}if(I&&(I.type===`bracket`||I.type===`paren`)&&n.regex===!0){r.output=L,push(r);continue}(M.index===M.start||I.type===`slash`||I.type===`dot`)&&(I.type===`dot`?(M.output+=C,I.output+=C):n.dot===!0?(M.output+=w,I.output+=w):(M.output+=k,I.output+=k),R()!==`*`&&(M.output+=b,I.output+=b)),push(r)}for(;M.brackets>0;){if(n.strictBrackets===!0)throw SyntaxError(syntaxError(`closing`,`]`));M.output=a.escapeLast(M.output,`[`),decrement(`brackets`)}for(;M.parens>0;){if(n.strictBrackets===!0)throw SyntaxError(syntaxError(`closing`,`)`));M.output=a.escapeLast(M.output,`(`),decrement(`parens`)}for(;M.braces>0;){if(n.strictBrackets===!0)throw SyntaxError(syntaxError(`closing`,`}`));M.output=a.escapeLast(M.output,`{`),decrement(`braces`)}if(n.strictSlashes!==!0&&(I.type===`star`||I.type===`bracket`)&&push({type:`maybe_slash`,value:``,output:`${y}?`}),M.backtrack===!0){M.output=``;for(let e of M.tokens)M.output+=e.output==null?e.value:e.output,e.suffix&&(M.output+=e.suffix)}return M};parse.fastpaths=(e,t)=>{let n={...t},r=typeof n.maxLength==`number`?Math.min(o,n.maxLength):o,s=e.length;if(s>r)throw SyntaxError(`Input length: ${s}, exceeds maximum allowed length: ${r}`);e=u[e]||e;let{DOT_LITERAL:c,SLASH_LITERAL:l,ONE_CHAR:d,DOTS_SLASH:f,NO_DOT:p,NO_DOTS:m,NO_DOTS_SLASH:h,STAR:g,START_ANCHOR:_}=i.globChars(n.windows),v=n.dot?m:p,y=n.dot?h:p,b=n.capture?``:`?:`,x={negated:!1,prefix:``},S=n.bash===!0?`.*?`:g;n.capture&&(S=`(${S})`);let globstar=e=>e.noglobstar===!0?S:`(${b}(?:(?!${_}${e.dot?f:c}).)*?)`,create=e=>{switch(e){case`*`:return`${v}${d}${S}`;case`.*`:return`${c}${d}${S}`;case`*.*`:return`${v}${S}${c}${d}${S}`;case`*/*`:return`${v}${S}${l}${d}${y}${S}`;case`**`:return v+globstar(n);case`**/*`:return`(?:${v}${globstar(n)}${l})?${y}${d}${S}`;case`**/*.*`:return`(?:${v}${globstar(n)}${l})?${y}${S}${c}${d}${S}`;case`**/.*`:return`(?:${v}${globstar(n)}${l})?${c}${d}${S}`;default:{let t=/^(.*?)\.(\w+)$/.exec(e);if(!t)return;let n=create(t[1]);return n?n+c+t[2]:void 0}}},C=create(a.removePrefix(e,x));return C&&n.strictSlashes!==!0&&(C+=`${l}?`),C},r.exports=parse})),a=e(((e,a)=>{let o=r(),s=i(),c=n(),l=t(),isObject=e=>e&&typeof e==`object`&&!Array.isArray(e),picomatch=(e,t,n=!1)=>{if(Array.isArray(e)){let r=e.map(e=>picomatch(e,t,n)),arrayMatcher=e=>{for(let t of r){let n=t(e);if(n)return n}return!1};return arrayMatcher}let r=isObject(e)&&e.tokens&&e.input;if(e===``||typeof e!=`string`&&!r)throw TypeError(`Expected pattern to be a non-empty string`);let i=t||{},a=i.windows,o=r?picomatch.compileRe(e,t):picomatch.makeRe(e,t,!1,!0),s=o.state;delete o.state;let isIgnored=()=>!1;if(i.ignore){let e={...t,ignore:null,onMatch:null,onResult:null};isIgnored=picomatch(i.ignore,e,n)}let matcher=(n,r=!1)=>{let{isMatch:c,match:l,output:u}=picomatch.test(n,o,t,{glob:e,posix:a}),d={glob:e,state:s,regex:o,posix:a,input:n,output:u,match:l,isMatch:c};return typeof i.onResult==`function`&&i.onResult(d),c===!1?(d.isMatch=!1,r?d:!1):isIgnored(n)?(typeof i.onIgnore==`function`&&i.onIgnore(d),d.isMatch=!1,r?d:!1):(typeof i.onMatch==`function`&&i.onMatch(d),!r||d)};return n&&(matcher.state=s),matcher};picomatch.test=(e,t,n,{glob:r,posix:i}={})=>{if(typeof e!=`string`)throw TypeError(`Expected input to be a string`);if(e===``)return{isMatch:!1,output:``};let a=n||{},o=a.format||(i?c.toPosixSlashes:null),s=e===r,l=s&&o?o(e):e;return s===!1&&(l=o?o(e):e,s=l===r),(s===!1||a.capture===!0)&&(s=a.matchBase===!0||a.basename===!0?picomatch.matchBase(e,t,n,i):t.exec(l)),{isMatch:!!s,match:s,output:l}},picomatch.matchBase=(e,t,n,r=n&&n.windows)=>(t instanceof RegExp?t:picomatch.makeRe(t,n)).test(c.basename(e,{windows:r})),picomatch.isMatch=(e,t,n)=>picomatch(t,n)(e),picomatch.parse=(e,t)=>Array.isArray(e)?e.map(e=>picomatch.parse(e,t)):s(e,{...t,fastpaths:!1}),picomatch.scan=(e,t)=>o(e,t),picomatch.compileRe=(e,t,n=!1,r=!1)=>{if(n===!0)return e.output;let i=t||{},a=i.contains?``:`^`,o=i.contains?``:`$`,s=`${a}(?:${e.output})${o}`;e&&e.negated===!0&&(s=`^(?!${s}).*$`);let c=picomatch.toRegex(s,t);return r===!0&&(c.state=e),c},picomatch.makeRe=(e,t={},n=!1,r=!1)=>{if(!e||typeof e!=`string`)throw TypeError(`Expected a non-empty string`);let i={negated:!1,fastpaths:!0};return t.fastpaths!==!1&&(e[0]===`.`||e[0]===`*`)&&(i.output=s.fastpaths(e,t)),i.output||(i=s(e,t)),picomatch.compileRe(i,t,n,r)},picomatch.toRegex=(e,t)=>{try{let n=t||{};return new RegExp(e,n.flags||(n.nocase?`i`:``))}catch(e){if(t&&t.debug===!0)throw e;return/$^/}},picomatch.constants=l,a.exports=picomatch})),o=e(((e,t)=>{let r=a(),i=n();function picomatch(e,t,n=!1){return t&&(t.windows===null||t.windows===void 0)&&(t={...t,windows:i.isWindows()}),r(e,t,n)}Object.assign(picomatch,r),t.exports=picomatch}));export{o as t};
@@ -1 +0,0 @@
1
- import"../rolldown-runtime.mjs";const toZeroIfInfinity=e=>Number.isFinite(e)?e:0;function parseNumber(e){return{days:Math.trunc(e/864e5),hours:Math.trunc(e/36e5%24),minutes:Math.trunc(e/6e4%60),seconds:Math.trunc(e/1e3%60),milliseconds:Math.trunc(e%1e3),microseconds:Math.trunc(toZeroIfInfinity(e*1e3)%1e3),nanoseconds:Math.trunc(toZeroIfInfinity(e*1e6)%1e3)}}function parseBigint(e){return{days:e/86400000n,hours:e/3600000n%24n,minutes:e/60000n%60n,seconds:e/1000n%60n,milliseconds:e%1000n,microseconds:0n,nanoseconds:0n}}function parseMilliseconds(e){switch(typeof e){case`number`:if(Number.isFinite(e))return parseNumber(e);break;case`bigint`:return parseBigint(e)}throw TypeError(`Expected a finite number or bigint`)}const isZero=e=>e===0||e===0n,pluralize=(e,t)=>t===1||t===1n?e:`${e}s`,e=24n*60n*60n*1000n;function prettyMilliseconds(t,n){let r=typeof t==`bigint`;if(!r&&!Number.isFinite(t))throw TypeError(`Expected a finite number or bigint`);n={...n};let i=t<0?`-`:``;t=t<0?-t:t,n.colonNotation&&(n.compact=!1,n.formatSubMilliseconds=!1,n.separateMilliseconds=!1,n.verbose=!1),n.compact&&(n.unitCount=1,n.secondsDecimalDigits=0,n.millisecondsDecimalDigits=0);let a=[],floorDecimals=(e,t)=>{let n=Math.floor(e*10**t+1e-7);return(Math.round(n)/10**t).toFixed(t)},add=(e,t,r,i)=>{if(!((a.length===0||!n.colonNotation)&&isZero(e)&&!(n.colonNotation&&r===`m`))){if(i??=String(e),n.colonNotation){let e=i.includes(`.`)?i.split(`.`)[0].length:i.length,t=a.length>0?2:1;i=`0`.repeat(Math.max(0,t-e))+i}else i+=n.verbose?` `+pluralize(t,e):r;a.push(i)}},o=parseMilliseconds(t),s=BigInt(o.days);if(n.hideYearAndDays?add(BigInt(s)*24n+BigInt(o.hours),`hour`,`h`):(n.hideYear?add(s,`day`,`d`):(add(s/365n,`year`,`y`),add(s%365n,`day`,`d`)),add(Number(o.hours),`hour`,`h`)),add(Number(o.minutes),`minute`,`m`),!n.hideSeconds)if(n.separateMilliseconds||n.formatSubMilliseconds||!n.colonNotation&&t<1e3&&!n.subSecondsAsDecimals){let e=Number(o.seconds),t=Number(o.milliseconds),r=Number(o.microseconds),i=Number(o.nanoseconds);if(add(e,`second`,`s`),n.formatSubMilliseconds)add(t,`millisecond`,`ms`),add(r,`microsecond`,`µs`),add(i,`nanosecond`,`ns`);else{let e=t+r/1e3+i/1e6,a=typeof n.millisecondsDecimalDigits==`number`?n.millisecondsDecimalDigits:0,o=a?e.toFixed(a):e>=1?Math.round(e):Math.ceil(e);add(Number.parseFloat(o),`millisecond`,`ms`,o)}}else{let i=floorDecimals((r?Number(t%e):t)/1e3%60,typeof n.secondsDecimalDigits==`number`?n.secondsDecimalDigits:1),a=n.keepDecimalsOnWholeSeconds?i:i.replace(/\.0+$/,``);add(Number.parseFloat(a),`second`,`s`,a)}if(a.length===0)return i+`0`+(n.verbose?` milliseconds`:`ms`);let c=n.colonNotation?`:`:` `;return typeof n.unitCount==`number`&&(a=a.slice(0,Math.max(n.unitCount,1))),i+a.join(c)}export{prettyMilliseconds as t};
@@ -1,3 +0,0 @@
1
- import"../rolldown-runtime.mjs";import{r as e}from"./mdast-util-gfm.mjs";const t=/^\[!(NOTE|TIP|IMPORTANT|WARNING|CAUTION)\]/i,n=/^\[!(NOTE|TIP|IMPORTANT|WARNING|CAUTION)(\/.*)?\]/i,remarkAlert=({legacyTitle:r=!1,tagName:i=`div`}={})=>a=>{e(a,`blockquote`,(e,a,o)=>{let s=``,c=``,l=!0,u=e.children.map(e=>{if(l&&e.type===`paragraph`){let i=e.children[0],a=i.type===`text`?i.value:``,o=r?n:t,u=a.match(o);if(u&&(l=!1,s=u[1].toLocaleLowerCase(),c=r&&u[2]||s.toLocaleUpperCase(),a.includes(`
2
- `)&&(e.children[0]={type:`text`,value:a.replace(o,``).replace(/^\n+/,``)}),!a.includes(`
3
- `))){let t=[];e.children.forEach((e,n)=>{n!=0&&(n!=1||e.type!==`break`)&&t.push(e)}),e.children=[...t]}}return e});s&&(e.data={hName:i,hProperties:{className:[`markdown-alert`,`markdown-alert-${s}`],dir:`auto`}},u.unshift({type:`paragraph`,children:[getAlertIcon(s),{type:`text`,value:c.replace(/^\//,``)}],data:{hProperties:{className:`markdown-alert-title`,dir:`auto`}}})),e.children=[...u]})};function getAlertIcon(e){return{type:`emphasis`,data:{hName:`svg`,hProperties:{className:[`octicon`],viewBox:`0 0 16 16`,width:`16`,height:`16`,ariaHidden:`true`}},children:[{type:`emphasis`,data:{hName:`path`,hProperties:{d:r[e]??``}},children:[]}]}}const r={note:`M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z`,tip:`M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z`,important:`M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z`,warning:`M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z`,caution:`M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z`};export{remarkAlert as t};
@@ -1 +0,0 @@
1
- import"../rolldown-runtime.mjs";import{t as e}from"./mdast-util-to-hast.mjs";function remarkRehype(t,n){return t&&`run`in t?async function(r,i){let a=e(r,{file:i,...n});await t.run(a,i)}:function(r,i){return e(r,{file:i,...t||n})}}export{remarkRehype as t};
@@ -1 +0,0 @@
1
- import{r as s}from"../rolldown-runtime.mjs";function e$26(s,c,l){let r=l=>s(l,...c);return l===void 0?r:Object.assign(r,{lazy:l,lazyArgs:c})}s(e$26,`e`);function t$49(s,c,l){let u=s.length-c.length;if(u===0)return s(...c);if(u===1)return e$26(s,c,l);throw Error(`Wrong number of arguments`)}s(t$49,`t`);function t$48(...s){return t$49(c,s)}s(t$48,`t`);const c=s((s,c)=>c.every(c=>c(s)),`n`);function t$47(...s){return t$49(l,s)}s(t$47,`t`);const l=s((s,c)=>c.some(c=>c(s)),`n`);function t$46(...s){return t$49(n$44,s)}s(t$46,`t`);function n$44(s,c){if(c<1)throw RangeError(`chunk: A chunk size of '${c.toString()}' would result in an infinite array`);if(s.length===0)return[];if(c>=s.length)return[[...s]];let l=Math.ceil(s.length/c),u=Array(l);if(c===1)for(let[c,l]of s.entries())u[c]=[l];else for(let d=0;d<l;d+=1){let l=d*c;u[d]=s.slice(l,l+c)}return u}s(n$44,`n`);function t$45(...s){return t$49(u,s)}s(t$45,`t`);const u=s((s,{min:c,max:l})=>c!==void 0&&s<c?c:l!==void 0&&s>l?l:s,`n`);function t$44(...s){return t$49(d,s)}s(t$44,`t`);const d=s((s,c)=>[...s,...c],`n`);function e$25(s){return()=>s}s(e$25,`e`);const h={done:!0,hasNext:!1},g={done:!1,hasNext:!1},_=s(()=>h,`n`),v=s(s=>({hasNext:!0,next:s,done:!1}),`r`);function t$42(s,...c){let l=s,u=c.map(s=>`lazy`in s?r$17(s):void 0),d=0;for(;d<c.length;){if(u[d]===void 0||!i$9(l)){let s=c[d];l=s(l),d+=1;continue}let s=[];for(let l=d;l<c.length;l++){let c=u[l];if(c===void 0||(s.push(c),c.isSingle))break}let h=[];for(let c of l)if(n$40(c,h,s))break;let{isSingle:g}=s.at(-1);l=g?h[0]:h,d+=s.length}return l}s(t$42,`t`);function n$40(s,c,l){if(l.length===0)return c.push(s),!1;let u=s,d=g,h=!1;for(let[s,g]of l.entries()){let{index:_,items:v}=g;if(v.push(u),d=g(u,_,v),g.index+=1,d.hasNext){if(d.hasMany??!1){for(let u of d.next)if(n$40(u,c,l.slice(s+1)))return!0;return h}u=d.next}if(!d.hasNext)break;d.done&&(h=!0)}return d.hasNext&&c.push(u),h}s(n$40,`n`);function r$17(s){let{lazy:c,lazyArgs:l}=s,u=c(...l);return Object.assign(u,{isSingle:c.single??!1,index:0,items:[]})}s(r$17,`r`);function i$9(s){return typeof s==`string`||typeof s==`object`&&!!s&&Symbol.iterator in s}s(i$9,`i`);function t$41(s,c){let l=c.length-s.length;if(l===1){let[l,...u]=c;return t$42(l,{lazy:s,lazyArgs:u})}if(l===0){let l={lazy:s,lazyArgs:c};return Object.assign(s=>t$42(s,l),l)}throw Error(`Wrong number of arguments`)}s(t$41,`t`);function r$16(...s){return t$41(i$8,s)}s(r$16,`r`);function i$8(s){if(s.length===0)return v;let c=new Map;for(let l of s)c.set(l,(c.get(l)??0)+1);return s=>{let l=c.get(s);return l===void 0||l===0?{done:!1,hasNext:!0,next:s}:(c.set(s,l-1),g)}}s(i$8,`i`);function t$40(...s){return t$49(y,s)}s(t$40,`t`);const y=s((s,c)=>s.length>=c,`n`),b={asc:(s,c)=>s>c,desc:(s,c)=>s<c};function t$39(s,c){let[l,...u]=c;if(!i$7(l))return s(l,r$15(...u));let d=r$15(l,...u);return c=>s(c,d)}s(t$39,`t`);function r$15(s,c,...l){let u=typeof s==`function`?s:s[0],d=typeof s==`function`?`asc`:s[1],{[d]:h}=b,g=c===void 0?void 0:r$15(c,...l);return(s,c)=>{let l=u(s),d=u(c);return h(l,d)?1:h(d,l)?-1:g?.(s,c)??0}}s(r$15,`r`);function i$7(s){if(x(s))return!0;if(typeof s!=`object`||!Array.isArray(s))return!1;let[c,l,...u]=s;return x(c)&&typeof l==`string`&&l in b&&u.length===0}s(i$7,`i`);const x=s(s=>typeof s==`function`&&s.length===1,`a`);function t$38(...s){return t$49(n$38,s)}s(t$38,`t`);function n$38(s,c){for(let[l,u]of s.entries())if(!c(u,l,s))return s.slice(l);return[]}s(n$38,`n`);function t$37(...s){return t$49(Object.entries,s)}s(t$37,`t`);function n$37(...s){return t$49(S,s,C)}s(n$37,`n`);const S=s((s,c)=>s.filter(c),`r`),C=s(s=>(c,l,u)=>s(c,l,u)?{done:!1,hasNext:!0,next:c}:g,`i`),w=s(s=>Object.assign(s,{single:!0}),`e`);function r$13(...s){return t$49(T,s,w(E))}s(r$13,`r`);const T=s((s,c)=>s.find(c),`i`),E=s(s=>(c,l,u)=>s(c,l,u)?{done:!0,hasNext:!0,next:c}:g,`a`);function t$36(...s){return t$49(D,s)}s(t$36,`t`);const D=s((s,c)=>{for(let l=s.length-1;l>=0;l--){let u=s[l];if(c(u,l,s))return u}},`n`);function n$35(...s){return t$49(O,s,w(k))}s(n$35,`n`);const O=s(([s])=>s,`r`),k=s(()=>A,`i`),A=s(s=>({hasNext:!0,next:s,done:!0}),`a`);function n$34(...s){return t$39(r$11,s)}s(n$34,`n`);function r$11(s,c){if(!t$40(s,2))return s[0];let[l]=s,[,...u]=s;for(let s of u)c(s,l)<0&&(l=s);return l}s(r$11,`r`);function n$33(s,c){return typeof s==`object`?j(s,c):e$26(j,s===void 0?[]:[s],M)}s(n$33,`n`);const j=s((s,c)=>c===void 0?s.flat():s.flat(c),`r`),M=s(s=>s===void 0||s===1?N:s<=0?v:c=>Array.isArray(c)?{next:c.flat(s-1),hasNext:!0,hasMany:!0,done:!1}:{next:c,hasNext:!0,done:!1},`i`),N=s(s=>Array.isArray(s)?{next:s,hasNext:!0,hasMany:!0,done:!1}:{next:s,hasNext:!0,done:!1},`a`);function t$35(...s){return t$49(P,s,F)}s(t$35,`t`);const P=s((s,c)=>s.flatMap(c),`n`),F=s(s=>(c,l,u)=>{let d=s(c,l,u);return Array.isArray(d)?{done:!1,hasNext:!0,hasMany:!0,next:d}:{done:!1,hasNext:!0,next:d}},`r`);function t$34(...s){return t$49(n$31,s,I)}s(t$34,`t`);function n$31(s,c){return s.forEach(c),s}s(n$31,`n`);const I=s(s=>(c,l,u)=>(s(c,l,u),{done:!1,hasNext:!0,next:c}),`r`);function t$33(...s){return t$49(n$30,s)}s(t$33,`t`);function n$30(s,c){for(let[l,u]of Object.entries(s))c(u,l,s);return s}s(n$30,`n`);function t$32(...s){return t$49(Object.fromEntries,s)}s(t$32,`t`);function t$31(...s){return t$49(n$29,s)}s(t$31,`t`);function n$29(s,c){let l={};for(let[u,d]of s.entries())l[d]=c(d,u,s);return l}s(n$29,`n`);const L=Symbol(`funnel/voidReducer`),R=s(()=>L,`t`);function n$28(s,{triggerAt:c=`end`,minQuietPeriodMs:l,maxBurstDurationMs:u,minGapMs:d,reducer:h=R}){let g,_,v,y,f=()=>{let c=v;c!==void 0&&(v=void 0,c===L?s():s(c),d!==void 0&&(_=setTimeout(p,d)))},p=()=>{clearTimeout(_),_=void 0,g===void 0&&f()},m=()=>{clearTimeout(g),g=void 0,y=void 0,_===void 0&&f()};return{call:(...s)=>{let b=g===void 0&&_===void 0;if((c!==`start`||b)&&(v=h(v,...s)),!(g===void 0&&!b)){if(l!==void 0||u!==void 0||d===void 0){clearTimeout(g);let s=Date.now();y??=s;let c=u===void 0?l??0:Math.min(l??u,Math.max(0,u-(s-y)));g=setTimeout(m,c)}c!==`end`&&b&&f()}},cancel:()=>{clearTimeout(g),g=void 0,y=void 0,clearTimeout(_),_=void 0,v=void 0},flush:()=>{m(),p()},get isIdle(){return g===void 0&&_===void 0}}}s(n$28,`n`);function t$29(...s){return t$49(z,s)}s(t$29,`t`);const z=s((s,c)=>{let l=Object.create(null);for(let u=0;u<s.length;u++){let d=s[u],h=c(d,u,s);if(h!==void 0){let s=l[h];s===void 0?l[h]=[d]:s.push(d)}}return Object.setPrototypeOf(l,Object.prototype),l},`n`);function t$28(...s){return t$49(n$26,s)}s(t$28,`t`);function n$26(s,c){let l=Object.create(null);for(let u of s){let s=u?.[c];if(s!==void 0){let c=l[s];c===void 0?l[s]=[u]:c.push(u)}}return Object.setPrototypeOf(l,Object.prototype),l}s(n$26,`n`);function t$27(...s){return t$49(n$25,s)}s(t$27,`t`);function n$25(s,c){if(s===c||Object.is(s,c))return!0;if(typeof s!=`object`||typeof c!=`object`||s===null||c===null||!r$7(s,c))return!1;if(Array.isArray(s))return i$2(s,c);if(s instanceof Map)return a(s,c);if(s instanceof Set)return o(s,c);if(s instanceof Date)return s.getTime()===c.getTime();if(s instanceof RegExp)return s.toString()===c.toString();if(Object.keys(s).length!==Object.keys(c).length)return!1;for(let[l,u]of Object.entries(s))if(!(l in c)||!n$25(u,c[l]))return!1;return!0}s(n$25,`n`);function r$7(s,c){let l=Object.getPrototypeOf(s),u=Object.getPrototypeOf(c);return l===u?!0:l===null?u===Object.prototype:l===Object.prototype&&u===null}s(r$7,`r`);function i$2(s,c){if(s.length!==c.length)return!1;for(let[l,u]of s.entries())if(!n$25(u,c[l]))return!1;return!0}s(i$2,`i`);function a(s,c){if(s.size!==c.size)return!1;for(let[l,u]of s.entries())if(!c.has(l)||!n$25(u,c.get(l)))return!1;return!0}function o(s,c){if(s.size!==c.size)return!1;let l=[...c];for(let c of s){let s=!1;for(let[u,d]of l.entries())if(n$25(c,d)){s=!0,l.splice(u,1);break}if(!s)return!1}return!0}function e$20(){return B}s(e$20,`e`);const B=s(s=>s,`t`);function t$25(...s){return t$49(n$24,s)}s(t$25,`t`);function n$24(s,c){let l={};for(let[u,d]of s.entries()){let h=c(d,u,s);l[h]=d}return l}s(n$24,`n`);function e$19(s){return Array.isArray(s)}s(e$19,`e`);function e$18(s){return typeof s==`boolean`}s(e$18,`e`);function e$17(s){return s!==void 0}s(e$17,`e`);function e$16(s){return s===``||s===void 0?!0:Array.isArray(s)?s.length===0:Object.keys(s).length===0}s(e$16,`e`);function e$15(s){if(s==null||s===``)return!0;if(typeof s!=`object`)return!1;if(`length`in s&&typeof s.length==`number`)return s.length===0;if(`size`in s&&typeof s.size==`number`)return s.size===0;for(let c in s)return!1;return Object.getOwnPropertySymbols(s).length===0}s(e$15,`e`);const V=s(s=>typeof s==`function`,`e`);function e$13(s){return s!=null}s(e$13,`e`);function e$12(s){return c=>!s(c)}s(e$12,`e`);function e$11(s){return s==null}s(e$11,`e`);function e$10(s){return typeof s==`number`&&!Number.isNaN(s)}s(e$10,`e`);function e$9(s){return typeof s==`object`&&!!s}s(e$9,`e`);function e$8(s){if(typeof s!=`object`||!s)return!1;let c=Object.getPrototypeOf(s);return c===null||c===Object.prototype}s(e$8,`e`);function e$7(s){return s instanceof Promise}s(e$7,`e`);function t$24(...s){return t$49(n$23,s)}s(t$24,`t`);function n$23(s,c){if(s===c||Object.is(s,c))return!0;if(typeof s!=`object`||!s||typeof c!=`object`||!c)return!1;if(s instanceof Map&&c instanceof Map)return r$6(s,c);if(s instanceof Set&&c instanceof Set)return i$1(s,c);let l=Object.keys(s);if(l.length!==Object.keys(c).length)return!1;for(let u of l){if(!Object.hasOwn(c,u))return!1;let{[u]:l}=s,{[u]:d}=c;if(l!==d||!Object.is(l,d))return!1}return!0}s(n$23,`n`);function r$6(s,c){if(s.size!==c.size)return!1;for(let[l,u]of s){let s=c.get(l);if(u!==s||!Object.is(u,s))return!1}return!0}s(r$6,`r`);function i$1(s,c){if(s.size!==c.size)return!1;for(let l of s)if(!c.has(l))return!1;return!0}s(i$1,`i`);function e$6(s){return typeof s==`string`}s(e$6,`e`);function e$5(s){return!!s}s(e$5,`e`);function t$23(...s){return t$49(H,s)}s(t$23,`t`);const H=s((s,c)=>s.join(c),`n`);function t$22(...s){return t$49(Object.keys,s)}s(t$22,`t`);function t$21(...s){return t$49(U,s)}s(t$21,`t`);const U=s(s=>s.at(-1),`n`);function t$20(...s){return t$49(W,s,G)}s(t$20,`t`);const W=s((s,c)=>s.map(c),`n`),G=s(s=>(c,l,u)=>({done:!1,hasNext:!0,next:s(c,l,u)}),`r`);function t$19(...s){return t$49(n$19,s)}s(t$19,`t`);function n$19(s,c){let l={};for(let[u,d]of s.entries()){let[h,g]=c(d,u,s);l[h]=g}return l}s(n$19,`n`);function t$18(...s){return t$49(n$18,s)}s(t$18,`t`);function n$18(s,c){let l={};for(let[u,d]of Object.entries(s))l[u]=c(d,u,s);return l}s(n$18,`n`);function n$17(...s){return t$49(r$4,s)}s(n$17,`n`);function r$4(s,c){if(!t$40(c,1))return{...s};if(!t$40(c,2)){let{[c[0]]:l,...u}=s;return u}let l={...s};for(let s of c)delete l[s];return l}s(r$4,`r`);function t$17(...s){return t$49(n$16,s)}s(t$17,`t`);function n$16(s,c){let l={...s};for(let[u,d]of Object.entries(l))c(d,u,s)&&delete l[u];return l}s(n$16,`n`);function e$4(s){let c=!1,l;return()=>(c||=(l=s(),!0),l)}s(e$4,`e`);function t$16(...s){return t$49(K,s)}s(t$16,`t`);const K=s(s=>s.length===1?s[0]:void 0,`n`);function t$15(...s){return t$49(q,s)}s(t$15,`t`);const q=s((s,c)=>{let l=[[],[]];for(let[u,d]of s.entries())c(d,u,s)?l[0].push(d):l[1].push(d);return l},`n`);function t$14(...s){return t$49(n$13,s)}s(t$14,`t`);function n$13(s,c){let l={};for(let u of c)u in s&&(l[u]=s[u]);return l}s(n$13,`n`);function t$13(...s){return t$49(n$12,s)}s(t$13,`t`);function n$12(s,c){let l={};for(let[u,d]of Object.entries(s))c(d,u,s)&&(l[u]=d);return l}s(n$12,`n`);function t$12(...s){return c=>t$42(c,...s)}s(t$12,`t`);function e$3(s,...c){return typeof s==`string`||typeof s==`number`||typeof s==`symbol`?l=>t$11(l,s,...c):t$11(s,...c)}s(e$3,`e`);function t$11(s,...c){let l=s;for(let s of c){if(l==null)return;l=l[s]}return l}s(t$11,`t`);function t$10(...s){return t$49(n$11,s)}s(t$10,`t`);function n$11(s,c,l){let u={};for(let[d,h]of s.entries()){let g=c(h,d,s);u[g]=l(h,d,s)}return u}s(n$11,`n`);function e$2(s,c){let l=Math.ceil(s),u=Math.floor(c);if(u<l)throw RangeError(`randomInteger: The range [${s.toString()},${c.toString()}] contains no integer`);return Math.floor(Math.random()*(u-l+1)+l)}s(e$2,`e`);function t$9(...s){return t$49(n$10,s)}s(t$9,`t`);function n$10(s){let c=[];for(let l=0;l<s;l++){let s=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`[Math.floor(Math.random()*62)];c.push(s)}return c.join(``)}s(n$10,`n`);function t$8(...s){return t$49(J,s)}s(t$8,`t`);const J=s((s,c,l)=>s.reduce(c,l),`n`);function t$7(...s){return t$49(n$8,s)}s(t$7,`t`);function n$8(s){return[...s].reverse()}s(n$8,`n`);function t$6(...s){return t$49(n$7,s)}s(t$6,`t`);function n$7(s,c){let l=[...s];return l.sort(c),l}s(n$7,`n`);function t$5(...s){return t$39(Y,s)}s(t$5,`t`);const Y=s((s,c)=>[...s].sort(c),`n`);function e$1(s,c,l){return typeof c==`number`||c===void 0?l=>l.split(s,c):s.split(c,l)}s(e$1,`e`);function n$5(...s){return t$49(X,s,i)}s(n$5,`n`);const X=s((s,c)=>c<0?[]:s.slice(0,c),`r`);function i(s){if(s<=0)return _;let c=s;return s=>(--c,{done:c<=0,hasNext:!0,next:s})}function t$4(...s){return t$49(n$4,s)}s(t$4,`t`);function n$4(s,c){let l=[];for(let[u,d]of s.entries()){if(!c(d,u,s))break;l.push(d)}return l}s(n$4,`n`);function t$3(...s){return t$49(n$3,s)}s(t$3,`t`);function n$3(s,c){return c(s),s}s(n$3,`n`);function n$2(...s){return t$41(r$2,s)}s(n$2,`n`);function r$2(){let s=new Set;return c=>s.has(c)?g:(s.add(c),{done:!1,hasNext:!0,next:c})}s(r$2,`r`);function n$1(...s){return t$41(r$1,s)}s(n$1,`n`);function r$1(s){let c=s,l=new Set;return(s,u,d)=>{let h=c(s,u,d);return l.has(h)?g:(l.add(h),{done:!1,hasNext:!0,next:s})}}s(r$1,`r`);function t$2(...s){return t$49(Object.values,s)}s(t$2,`t`);function e(...s){return s.length===2?(c,...l)=>Z(c,...s,...l):Z(...s)}const Z=s((s,c,l,...u)=>c(s,...u)?typeof l==`function`?l(s,...u):l.onTrue(s,...u):typeof l==`function`?s:l.onFalse(s,...u),`t`);function t(...s){return t$49(n,s,r)}const n=(s,c)=>s.length<c.length?s.map((s,l)=>[s,c[l]]):c.map((c,l)=>[s[l],c]),r=s=>(c,l)=>({hasNext:!0,next:[c,s[l]],done:l>=s.length-1});export{n$28 as $,t$22 as A,e$12 as B,e$4 as C,t$19 as D,t$18 as E,e$7 as F,e$17 as G,V as H,e$8 as I,t$25 as J,e$18 as K,e$9 as L,e$5 as M,e$6 as N,t$20 as O,t$24 as P,t$29 as Q,e$10 as R,t$16 as S,t$49 as St,n$17 as T,e$15 as U,e$13 as V,e$16 as W,t$27 as X,e$20 as Y,t$28 as Z,e$3 as _,t$44 as _t,n$2 as a,n$33 as at,t$14 as b,t$47 as bt,n$5 as c,t$36 as ct,t$6 as d,t$37 as dt,t$31 as et,t$7 as f,t$38 as ft,t$10 as g,e$25 as gt,e$2 as h,t$42 as ht,n$1 as i,t$35 as it,t$23 as j,t$21 as k,e$1 as l,r$13 as lt,t$9 as m,r$16 as mt,e as n,t$33 as nt,t$3 as o,n$34 as ot,t$8 as p,t$40 as pt,e$19 as q,t$2 as r,t$34 as rt,t$4 as s,n$35 as st,t,t$32 as tt,t$5 as u,n$37 as ut,t$12 as v,t$45 as vt,t$17 as w,t$15 as x,t$48 as xt,t$13 as y,t$46 as yt,e$11 as z};