zudoku 0.10.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +121 -0
- package/dist/config/config.d.ts +2 -6
- package/dist/config/validators/InputSidebarSchema.d.ts +1 -0
- package/dist/config/validators/validate.d.ts +151 -37
- package/dist/config/validators/validate.js +14 -11
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/lib/authentication/state.d.ts +16 -0
- package/dist/lib/authentication/state.js +5 -0
- package/dist/lib/authentication/state.js.map +1 -1
- package/dist/lib/components/ErrorPage.js +1 -2
- package/dist/lib/components/ErrorPage.js.map +1 -1
- package/dist/lib/components/InlineCode.d.ts +2 -1
- package/dist/lib/components/InlineCode.js +9 -1
- package/dist/lib/components/InlineCode.js.map +1 -1
- package/dist/lib/components/Layout.js +1 -1
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/oas/graphql/index.d.ts +2 -1
- package/dist/lib/oas/graphql/index.js +22 -10
- package/dist/lib/oas/graphql/index.js.map +1 -1
- package/dist/lib/oas/parser/index.d.ts +1 -0
- package/dist/lib/oas/parser/index.js.map +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js +2 -2
- package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
- package/dist/lib/plugins/markdown/generateRoutes.d.ts +1 -1
- package/dist/lib/plugins/markdown/generateRoutes.js +8 -6
- package/dist/lib/plugins/markdown/generateRoutes.js.map +1 -1
- package/dist/lib/plugins/markdown/index.d.ts +2 -1
- package/dist/lib/plugins/markdown/index.js +2 -2
- package/dist/lib/plugins/markdown/index.js.map +1 -1
- package/dist/lib/plugins/openapi/Endpoint.d.ts +1 -3
- package/dist/lib/plugins/openapi/Endpoint.js +46 -8
- package/dist/lib/plugins/openapi/Endpoint.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +1 -1
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.d.ts +2 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js +2 -2
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +14 -3
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/SimpleSelect.d.ts +2 -1
- package/dist/lib/plugins/openapi/SimpleSelect.js +1 -1
- package/dist/lib/plugins/openapi/SimpleSelect.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.d.ts +10 -2
- package/dist/lib/plugins/openapi/graphql/gql.js +2 -1
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/graphql.d.ts +29 -3
- package/dist/lib/plugins/openapi/graphql/graphql.js +87 -0
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +3 -0
- package/dist/lib/plugins/openapi/playground/Playground.d.ts +2 -1
- package/dist/lib/plugins/openapi/playground/Playground.js +13 -5
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/ResponseTab.js +1 -1
- package/dist/lib/plugins/openapi/playground/ResponseTab.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/createUrl.js +3 -1
- package/dist/lib/plugins/openapi/playground/createUrl.js.map +1 -1
- package/dist/vite/config.d.ts +1 -1
- package/dist/vite/config.js +19 -15
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/dev-server.d.ts +1 -0
- package/dist/vite/dev-server.js +7 -13
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/plugin-api.js +4 -7
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-config-reload.js +9 -4
- package/dist/vite/plugin-config-reload.js.map +1 -1
- package/dist/vite/plugin-docs.js +7 -5
- package/dist/vite/plugin-docs.js.map +1 -1
- package/dist/vite/plugin-frontmatter.d.ts +2 -0
- package/dist/vite/plugin-frontmatter.js +30 -0
- package/dist/vite/plugin-frontmatter.js.map +1 -0
- package/dist/vite/plugin-sidebar.js +14 -1
- package/dist/vite/plugin-sidebar.js.map +1 -1
- package/dist/vite/plugin.js +2 -2
- package/dist/vite/plugin.js.map +1 -1
- package/lib/{CategoryHeading-XnFqN2lJ.js → CategoryHeading-ovR-zHRq.js} +2 -2
- package/lib/{CategoryHeading-XnFqN2lJ.js.map → CategoryHeading-ovR-zHRq.js.map} +1 -1
- package/lib/{DeveloperHint-FBb2uXJe.js → DeveloperHint-YeWHKvyr.js} +2 -2
- package/lib/{DeveloperHint-FBb2uXJe.js.map → DeveloperHint-YeWHKvyr.js.map} +1 -1
- package/lib/ErrorPage-CsZAN_za.js +16 -0
- package/lib/ErrorPage-CsZAN_za.js.map +1 -0
- package/lib/{Input-BEDZAKw0.js → Input-CtVUl3eT.js} +3 -3
- package/lib/{Input-BEDZAKw0.js.map → Input-CtVUl3eT.js.map} +1 -1
- package/lib/{Markdown-B4aR03g6.js → Markdown-DapSf3wG.js} +795 -793
- package/lib/Markdown-DapSf3wG.js.map +1 -0
- package/lib/{MdxPage-BZyQsH8Z.js → MdxPage-BqBWsXZ1.js} +23 -23
- package/lib/MdxPage-BqBWsXZ1.js.map +1 -0
- package/lib/{OperationList-2NeWEM0u.js → OperationList-CYrmxPa8.js} +151 -109
- package/lib/OperationList-CYrmxPa8.js.map +1 -0
- package/lib/{Route-BZPewmrN.js → Route-Q5mqNQrv.js} +2 -2
- package/lib/{Route-BZPewmrN.js.map → Route-Q5mqNQrv.js.map} +1 -1
- package/lib/{SidebarBadge-COz0hgfa.js → SidebarBadge-Dx7jtnoA.js} +3 -3
- package/lib/{SidebarBadge-COz0hgfa.js.map → SidebarBadge-Dx7jtnoA.js.map} +1 -1
- package/lib/{SlotletProvider-DJMaOUDs.js → SlotletProvider-D3UD5Go3.js} +4 -4
- package/lib/{SlotletProvider-DJMaOUDs.js.map → SlotletProvider-D3UD5Go3.js.map} +1 -1
- package/lib/assets/{worker-BvD7B6MG.js → worker-Bcj4NA2p.js} +3430 -1351
- package/lib/assets/worker-Bcj4NA2p.js.map +1 -0
- package/lib/{index-Dv2KZuEw.js → index-BlJ2rj99.js} +1774 -1644
- package/lib/index-BlJ2rj99.js.map +1 -0
- package/lib/index-Bn6Lc9tq.js +9 -0
- package/lib/index-Bn6Lc9tq.js.map +1 -0
- package/lib/{index-1EDgIO6b.js → index-BngPzhKn.js} +3 -3
- package/lib/{index-1EDgIO6b.js.map → index-BngPzhKn.js.map} +1 -1
- package/lib/{index-Zezcv0xb.js → index-Dolisrci.js} +3 -3
- package/lib/{index-Zezcv0xb.js.map → index-Dolisrci.js.map} +1 -1
- package/lib/index-LNp6rxyU.js +2094 -0
- package/lib/index-LNp6rxyU.js.map +1 -0
- package/lib/state-hNe1dw4B.js +548 -0
- package/lib/state-hNe1dw4B.js.map +1 -0
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-clerk.js +1 -1
- package/lib/zudoku.auth-openid.js +4 -4
- package/lib/zudoku.components.js +6 -6
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.openapi-worker.js +497 -489
- package/lib/zudoku.openapi-worker.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +5 -5
- package/lib/zudoku.plugin-custom-page.js +1 -1
- package/lib/zudoku.plugin-markdown.js +18 -15
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +4 -4
- package/package.json +14 -4
- package/src/lib/authentication/state.ts +17 -0
- package/src/lib/components/ErrorPage.tsx +0 -2
- package/src/lib/components/InlineCode.tsx +10 -0
- package/src/lib/components/Layout.tsx +1 -1
- package/src/lib/oas/graphql/index.ts +33 -13
- package/src/lib/oas/parser/index.ts +1 -0
- package/src/lib/plugins/markdown/MdxPage.tsx +2 -2
- package/src/lib/plugins/markdown/generateRoutes.tsx +8 -5
- package/src/lib/plugins/markdown/index.tsx +3 -1
- package/src/lib/plugins/openapi/Endpoint.tsx +86 -22
- package/src/lib/plugins/openapi/OperationList.tsx +3 -1
- package/src/lib/plugins/openapi/OperationListItem.tsx +1 -1
- package/src/lib/plugins/openapi/PlaygroundDialogWrapper.tsx +3 -0
- package/src/lib/plugins/openapi/Sidecar.tsx +17 -2
- package/src/lib/plugins/openapi/SimpleSelect.tsx +10 -2
- package/src/lib/plugins/openapi/graphql/gql.ts +11 -3
- package/src/lib/plugins/openapi/graphql/graphql.ts +116 -4
- package/src/lib/plugins/openapi/interfaces.ts +4 -1
- package/src/lib/plugins/openapi/playground/Playground.tsx +39 -5
- package/src/lib/plugins/openapi/playground/ResponseTab.tsx +0 -1
- package/src/lib/plugins/openapi/playground/createUrl.ts +6 -1
- package/dist/lib/util/slugify.d.ts +0 -2
- package/dist/lib/util/slugify.js +0 -3
- package/dist/lib/util/slugify.js.map +0 -1
- package/dist/vite/plugin-icons.d.ts +0 -3
- package/dist/vite/plugin-icons.js +0 -47
- package/dist/vite/plugin-icons.js.map +0 -1
- package/lib/ErrorPage-knunPbKI.js +0 -18
- package/lib/ErrorPage-knunPbKI.js.map +0 -1
- package/lib/Markdown-B4aR03g6.js.map +0 -1
- package/lib/MdxPage-BZyQsH8Z.js.map +0 -1
- package/lib/OperationList-2NeWEM0u.js.map +0 -1
- package/lib/assets/worker-BvD7B6MG.js.map +0 -1
- package/lib/index-Dv2KZuEw.js.map +0 -1
- package/lib/slugify-DbLhpSPt.js +0 -28
- package/lib/slugify-DbLhpSPt.js.map +0 -1
- package/lib/state-lIwt9isb.js +0 -288
- package/lib/state-lIwt9isb.js.map +0 -1
- package/src/lib/util/slugify.ts +0 -3
|
@@ -3,6 +3,7 @@ import { L as Ms } from "./index-BG0g4WW0.js";
|
|
|
3
3
|
import { createContext as Ti, useState as Tr, useRef as At, useEffect as hn, useMemo as tr, useContext as yi, useCallback as pn, createElement as Fs } from "react";
|
|
4
4
|
import { InfoIcon as Qr, LightbulbIcon as Bs, AlertTriangleIcon as vs, ShieldAlertIcon as Hs, CheckIcon as Us, CopyIcon as zs } from "lucide-react";
|
|
5
5
|
import { c as Xr, g as Ys } from "./_commonjsHelpers-BkfeUUK-.js";
|
|
6
|
+
import { e as js } from "./index-Bn6Lc9tq.js";
|
|
6
7
|
function Ai(e) {
|
|
7
8
|
var t, n, r = "";
|
|
8
9
|
if (typeof e == "string" || typeof e == "number") r += e;
|
|
@@ -10,11 +11,11 @@ function Ai(e) {
|
|
|
10
11
|
else for (t in e) e[t] && (r && (r += " "), r += t);
|
|
11
12
|
return r;
|
|
12
13
|
}
|
|
13
|
-
function
|
|
14
|
+
function Gs() {
|
|
14
15
|
for (var e, t, n = 0, r = ""; n < arguments.length; ) (e = arguments[n++]) && (t = Ai(e)) && (r && (r += " "), r += t);
|
|
15
16
|
return r;
|
|
16
17
|
}
|
|
17
|
-
const Kr = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, Zr =
|
|
18
|
+
const Kr = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, Zr = Gs, qs = (e, t) => (n) => {
|
|
18
19
|
var r;
|
|
19
20
|
if ((t == null ? void 0 : t.variants) == null) return Zr(e, n == null ? void 0 : n.class, n == null ? void 0 : n.className);
|
|
20
21
|
const { variants: a, defaultVariants: u } = t, i = Object.keys(a).map((c) => {
|
|
@@ -57,15 +58,15 @@ function yr() {
|
|
|
57
58
|
for (var e, t, n = 0, r = "", a = arguments.length; n < a; n++) (e = arguments[n]) && (t = _i(e)) && (r && (r += " "), r += t);
|
|
58
59
|
return r;
|
|
59
60
|
}
|
|
60
|
-
const Ar = "-",
|
|
61
|
-
const t =
|
|
61
|
+
const Ar = "-", $s = (e) => {
|
|
62
|
+
const t = Vs(e), {
|
|
62
63
|
conflictingClassGroups: n,
|
|
63
64
|
conflictingClassGroupModifiers: r
|
|
64
65
|
} = e;
|
|
65
66
|
return {
|
|
66
67
|
getClassGroupId: (i) => {
|
|
67
68
|
const o = i.split(Ar);
|
|
68
|
-
return o[0] === "" && o.length !== 1 && o.shift(), Ci(o, t) ||
|
|
69
|
+
return o[0] === "" && o.length !== 1 && o.shift(), Ci(o, t) || Ws(i);
|
|
69
70
|
},
|
|
70
71
|
getConflictingClassGroupIds: (i, o) => {
|
|
71
72
|
const l = n[i] || [];
|
|
@@ -85,13 +86,13 @@ const Ar = "-", qs = (e) => {
|
|
|
85
86
|
return (i = t.validators.find(({
|
|
86
87
|
validator: o
|
|
87
88
|
}) => o(u))) == null ? void 0 : i.classGroupId;
|
|
88
|
-
}, Jr = /^\[(.+)\]$/,
|
|
89
|
+
}, Jr = /^\[(.+)\]$/, Ws = (e) => {
|
|
89
90
|
if (Jr.test(e)) {
|
|
90
91
|
const t = Jr.exec(e)[1], n = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
91
92
|
if (n)
|
|
92
93
|
return "arbitrary.." + n;
|
|
93
94
|
}
|
|
94
|
-
},
|
|
95
|
+
}, Vs = (e) => {
|
|
95
96
|
const {
|
|
96
97
|
theme: t,
|
|
97
98
|
prefix: n
|
|
@@ -99,7 +100,7 @@ const Ar = "-", qs = (e) => {
|
|
|
99
100
|
nextPart: /* @__PURE__ */ new Map(),
|
|
100
101
|
validators: []
|
|
101
102
|
};
|
|
102
|
-
return
|
|
103
|
+
return Xs(Object.entries(e.classGroups), n).forEach(([u, i]) => {
|
|
103
104
|
nr(i, r, u, t);
|
|
104
105
|
}), r;
|
|
105
106
|
}, nr = (e, t, n, r) => {
|
|
@@ -110,7 +111,7 @@ const Ar = "-", qs = (e) => {
|
|
|
110
111
|
return;
|
|
111
112
|
}
|
|
112
113
|
if (typeof a == "function") {
|
|
113
|
-
if (
|
|
114
|
+
if (Qs(a)) {
|
|
114
115
|
nr(a(r), t, n, r);
|
|
115
116
|
return;
|
|
116
117
|
}
|
|
@@ -132,10 +133,10 @@ const Ar = "-", qs = (e) => {
|
|
|
132
133
|
validators: []
|
|
133
134
|
}), n = n.nextPart.get(r);
|
|
134
135
|
}), n;
|
|
135
|
-
},
|
|
136
|
+
}, Qs = (e) => e.isThemeGetter, Xs = (e, t) => t ? e.map(([n, r]) => {
|
|
136
137
|
const a = r.map((u) => typeof u == "string" ? t + u : typeof u == "object" ? Object.fromEntries(Object.entries(u).map(([i, o]) => [t + i, o])) : u);
|
|
137
138
|
return [n, a];
|
|
138
|
-
}) : e,
|
|
139
|
+
}) : e, Ks = (e) => {
|
|
139
140
|
if (e < 1)
|
|
140
141
|
return {
|
|
141
142
|
get: () => {
|
|
@@ -159,7 +160,7 @@ const Ar = "-", qs = (e) => {
|
|
|
159
160
|
n.has(u) ? n.set(u, i) : a(u, i);
|
|
160
161
|
}
|
|
161
162
|
};
|
|
162
|
-
}, xi = "!",
|
|
163
|
+
}, xi = "!", Zs = (e) => {
|
|
163
164
|
const {
|
|
164
165
|
separator: t,
|
|
165
166
|
experimentalParseClassName: n
|
|
@@ -192,7 +193,7 @@ const Ar = "-", qs = (e) => {
|
|
|
192
193
|
className: o,
|
|
193
194
|
parseClassName: i
|
|
194
195
|
}) : i;
|
|
195
|
-
},
|
|
196
|
+
}, Js = (e) => {
|
|
196
197
|
if (e.length <= 1)
|
|
197
198
|
return e;
|
|
198
199
|
const t = [];
|
|
@@ -200,16 +201,16 @@ const Ar = "-", qs = (e) => {
|
|
|
200
201
|
return e.forEach((r) => {
|
|
201
202
|
r[0] === "[" ? (t.push(...n.sort(), r), n = []) : n.push(r);
|
|
202
203
|
}), t.push(...n.sort()), t;
|
|
203
|
-
},
|
|
204
|
-
cache:
|
|
205
|
-
parseClassName:
|
|
206
|
-
|
|
207
|
-
}),
|
|
204
|
+
}, eo = (e) => ({
|
|
205
|
+
cache: Ks(e.cacheSize),
|
|
206
|
+
parseClassName: Zs(e),
|
|
207
|
+
...$s(e)
|
|
208
|
+
}), to = /\s+/, no = (e, t) => {
|
|
208
209
|
const {
|
|
209
210
|
parseClassName: n,
|
|
210
211
|
getClassGroupId: r,
|
|
211
212
|
getConflictingClassGroupIds: a
|
|
212
|
-
} = t, u = [], i = e.trim().split(
|
|
213
|
+
} = t, u = [], i = e.trim().split(to);
|
|
213
214
|
let o = "";
|
|
214
215
|
for (let l = i.length - 1; l >= 0; l -= 1) {
|
|
215
216
|
const c = i[l], {
|
|
@@ -230,7 +231,7 @@ const Ar = "-", qs = (e) => {
|
|
|
230
231
|
}
|
|
231
232
|
h = !1;
|
|
232
233
|
}
|
|
233
|
-
const y =
|
|
234
|
+
const y = Js(f).join(":"), _ = d ? y + xi : y, x = _ + b;
|
|
234
235
|
if (u.includes(x))
|
|
235
236
|
continue;
|
|
236
237
|
u.push(x);
|
|
@@ -243,7 +244,7 @@ const Ar = "-", qs = (e) => {
|
|
|
243
244
|
}
|
|
244
245
|
return o;
|
|
245
246
|
};
|
|
246
|
-
function
|
|
247
|
+
function ro() {
|
|
247
248
|
let e = 0, t, n, r = "";
|
|
248
249
|
for (; e < arguments.length; )
|
|
249
250
|
(t = arguments[e++]) && (n = ki(t)) && (r && (r += " "), r += n);
|
|
@@ -257,35 +258,35 @@ const ki = (e) => {
|
|
|
257
258
|
e[r] && (t = ki(e[r])) && (n && (n += " "), n += t);
|
|
258
259
|
return n;
|
|
259
260
|
};
|
|
260
|
-
function
|
|
261
|
+
function ao(e, ...t) {
|
|
261
262
|
let n, r, a, u = i;
|
|
262
263
|
function i(l) {
|
|
263
264
|
const c = t.reduce((f, d) => d(f), e());
|
|
264
|
-
return n =
|
|
265
|
+
return n = eo(c), r = n.cache.get, a = n.cache.set, u = o, o(l);
|
|
265
266
|
}
|
|
266
267
|
function o(l) {
|
|
267
268
|
const c = r(l);
|
|
268
269
|
if (c)
|
|
269
270
|
return c;
|
|
270
|
-
const f =
|
|
271
|
+
const f = no(l, n);
|
|
271
272
|
return a(l, f), f;
|
|
272
273
|
}
|
|
273
274
|
return function() {
|
|
274
|
-
return u(
|
|
275
|
+
return u(ro.apply(null, arguments));
|
|
275
276
|
};
|
|
276
277
|
}
|
|
277
278
|
const oe = (e) => {
|
|
278
279
|
const t = (n) => n[e] || [];
|
|
279
280
|
return t.isThemeGetter = !0, t;
|
|
280
|
-
}, Ii = /^\[(?:([a-z-]+):)?(.+)\]$/i,
|
|
281
|
+
}, Ii = /^\[(?:([a-z-]+):)?(.+)\]$/i, io = /^\d+\/\d+$/, uo = /* @__PURE__ */ new Set(["px", "full", "screen"]), so = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, oo = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, lo = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, co = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, fo = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, $e = (e) => Tt(e) || uo.has(e) || io.test(e), Ve = (e) => xt(e, "length", yo), Tt = (e) => !!e && !Number.isNaN(Number(e)), Fn = (e) => xt(e, "number", Tt), wt = (e) => !!e && Number.isInteger(Number(e)), ho = (e) => e.endsWith("%") && Tt(e.slice(0, -1)), V = (e) => Ii.test(e), Qe = (e) => so.test(e), po = /* @__PURE__ */ new Set(["length", "size", "percentage"]), mo = (e) => xt(e, po, Si), go = (e) => xt(e, "position", Si), Eo = /* @__PURE__ */ new Set(["image", "url"]), bo = (e) => xt(e, Eo, _o), To = (e) => xt(e, "", Ao), Dt = () => !0, xt = (e, t, n) => {
|
|
281
282
|
const r = Ii.exec(e);
|
|
282
283
|
return r ? r[1] ? typeof t == "string" ? r[1] === t : t.has(r[1]) : n(r[2]) : !1;
|
|
283
|
-
},
|
|
284
|
+
}, yo = (e) => (
|
|
284
285
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
285
286
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
286
287
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
287
|
-
|
|
288
|
-
), Si = () => !1,
|
|
288
|
+
oo.test(e) && !lo.test(e)
|
|
289
|
+
), Si = () => !1, Ao = (e) => co.test(e), _o = (e) => fo.test(e), Co = () => {
|
|
289
290
|
const e = oe("colors"), t = oe("spacing"), n = oe("blur"), r = oe("brightness"), a = oe("borderColor"), u = oe("borderRadius"), i = oe("borderSpacing"), o = oe("borderWidth"), l = oe("contrast"), c = oe("grayscale"), f = oe("hueRotate"), d = oe("invert"), E = oe("gap"), m = oe("gradientColorStops"), h = oe("gradientColorStopPositions"), b = oe("inset"), y = oe("margin"), _ = oe("opacity"), x = oe("padding"), I = oe("saturate"), M = oe("scale"), B = oe("sepia"), R = oe("skew"), U = oe("space"), q = oe("translate"), Y = () => ["auto", "contain", "none"], S = () => ["auto", "hidden", "clip", "visible", "scroll"], H = () => ["auto", V, t], F = () => [V, t], ee = () => ["", $e, Ve], G = () => ["auto", Tt, V], j = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], te = () => ["solid", "dashed", "dotted", "double", "none"], se = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], re = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], me = () => ["", "0", V], A = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], ae = () => [Tt, V];
|
|
290
291
|
return {
|
|
291
292
|
cacheSize: 500,
|
|
@@ -305,7 +306,7 @@ const oe = (e) => {
|
|
|
305
306
|
invert: me(),
|
|
306
307
|
gap: F(),
|
|
307
308
|
gradientColorStops: [e],
|
|
308
|
-
gradientColorStopPositions: [
|
|
309
|
+
gradientColorStopPositions: [ho, Ve],
|
|
309
310
|
inset: H(),
|
|
310
311
|
margin: H(),
|
|
311
312
|
opacity: ae(),
|
|
@@ -1218,7 +1219,7 @@ const oe = (e) => {
|
|
|
1218
1219
|
* @see https://tailwindcss.com/docs/background-position
|
|
1219
1220
|
*/
|
|
1220
1221
|
"bg-position": [{
|
|
1221
|
-
bg: [...j(),
|
|
1222
|
+
bg: [...j(), go]
|
|
1222
1223
|
}],
|
|
1223
1224
|
/**
|
|
1224
1225
|
* Background Repeat
|
|
@@ -1234,7 +1235,7 @@ const oe = (e) => {
|
|
|
1234
1235
|
* @see https://tailwindcss.com/docs/background-size
|
|
1235
1236
|
*/
|
|
1236
1237
|
"bg-size": [{
|
|
1237
|
-
bg: ["auto", "cover", "contain",
|
|
1238
|
+
bg: ["auto", "cover", "contain", mo]
|
|
1238
1239
|
}],
|
|
1239
1240
|
/**
|
|
1240
1241
|
* Background Image
|
|
@@ -1243,7 +1244,7 @@ const oe = (e) => {
|
|
|
1243
1244
|
"bg-image": [{
|
|
1244
1245
|
bg: ["none", {
|
|
1245
1246
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1246
|
-
},
|
|
1247
|
+
}, bo]
|
|
1247
1248
|
}],
|
|
1248
1249
|
/**
|
|
1249
1250
|
* Background Color
|
|
@@ -1645,7 +1646,7 @@ const oe = (e) => {
|
|
|
1645
1646
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
1646
1647
|
*/
|
|
1647
1648
|
shadow: [{
|
|
1648
|
-
shadow: ["", "inner", "none", Qe,
|
|
1649
|
+
shadow: ["", "inner", "none", Qe, To]
|
|
1649
1650
|
}],
|
|
1650
1651
|
/**
|
|
1651
1652
|
* Box Shadow Color
|
|
@@ -2300,11 +2301,11 @@ const oe = (e) => {
|
|
|
2300
2301
|
"font-size": ["leading"]
|
|
2301
2302
|
}
|
|
2302
2303
|
};
|
|
2303
|
-
},
|
|
2304
|
+
}, xo = /* @__PURE__ */ ao(Co);
|
|
2304
2305
|
function Et(...e) {
|
|
2305
|
-
return
|
|
2306
|
+
return xo(yr(e));
|
|
2306
2307
|
}
|
|
2307
|
-
const
|
|
2308
|
+
const ko = {
|
|
2308
2309
|
note: {
|
|
2309
2310
|
border: "border-gray-300 dark:border-zinc-800",
|
|
2310
2311
|
bg: "bg-gray-100 dark:bg-zinc-800/50",
|
|
@@ -2346,7 +2347,7 @@ const xo = {
|
|
|
2346
2347
|
Icon: Hs
|
|
2347
2348
|
}
|
|
2348
2349
|
}, at = ({ type: e, children: t, title: n, className: r }) => {
|
|
2349
|
-
const { border: a, bg: u, iconColor: i, titleColor: o, textColor: l, Icon: c } =
|
|
2350
|
+
const { border: a, bg: u, iconColor: i, titleColor: o, textColor: l, Icon: c } = ko[e];
|
|
2350
2351
|
return /* @__PURE__ */ Q.jsxs(
|
|
2351
2352
|
"div",
|
|
2352
2353
|
{
|
|
@@ -2375,15 +2376,15 @@ const xo = {
|
|
|
2375
2376
|
);
|
|
2376
2377
|
}, Ni = Ti(
|
|
2377
2378
|
void 0
|
|
2378
|
-
),
|
|
2379
|
+
), Io = () => {
|
|
2379
2380
|
const e = yi(Ni);
|
|
2380
2381
|
if (!e)
|
|
2381
2382
|
throw new Error(
|
|
2382
2383
|
"useViewportAnchor must be used within a CurrentAnchorProvider"
|
|
2383
2384
|
);
|
|
2384
2385
|
return e;
|
|
2385
|
-
},
|
|
2386
|
-
const e = At(null), { observe: t, unobserve: n } =
|
|
2386
|
+
}, So = () => {
|
|
2387
|
+
const e = At(null), { observe: t, unobserve: n } = Io();
|
|
2387
2388
|
return hn(() => {
|
|
2388
2389
|
const a = e.current;
|
|
2389
2390
|
if (a)
|
|
@@ -2391,7 +2392,7 @@ const xo = {
|
|
|
2391
2392
|
}, [t, n]), { ref: pn((a) => {
|
|
2392
2393
|
a && (e.current = a);
|
|
2393
2394
|
}, []) };
|
|
2394
|
-
},
|
|
2395
|
+
}, LE = ({
|
|
2395
2396
|
children: e
|
|
2396
2397
|
}) => {
|
|
2397
2398
|
const [t, n] = Tr(""), r = At(null), a = At(/* @__PURE__ */ new Set());
|
|
@@ -2433,7 +2434,7 @@ const xo = {
|
|
|
2433
2434
|
[t, n, u]
|
|
2434
2435
|
);
|
|
2435
2436
|
return /* @__PURE__ */ Q.jsx(Ni.Provider, { value: i, children: e });
|
|
2436
|
-
},
|
|
2437
|
+
}, No = qs("group relative", {
|
|
2437
2438
|
variants: {
|
|
2438
2439
|
level: {
|
|
2439
2440
|
6: "text-md",
|
|
@@ -2447,7 +2448,7 @@ const xo = {
|
|
|
2447
2448
|
defaultVariants: {
|
|
2448
2449
|
level: 1
|
|
2449
2450
|
}
|
|
2450
|
-
}),
|
|
2451
|
+
}), Ro = (e) => {
|
|
2451
2452
|
switch (e) {
|
|
2452
2453
|
case 1:
|
|
2453
2454
|
return "h1";
|
|
@@ -2471,11 +2472,11 @@ const xo = {
|
|
|
2471
2472
|
className: r,
|
|
2472
2473
|
registerSidebarAnchor: a
|
|
2473
2474
|
}) => {
|
|
2474
|
-
const u =
|
|
2475
|
+
const u = Ro(e ?? 1), { ref: i } = So();
|
|
2475
2476
|
return /* @__PURE__ */ Q.jsxs(
|
|
2476
2477
|
u,
|
|
2477
2478
|
{
|
|
2478
|
-
className:
|
|
2479
|
+
className: No({ className: r, level: e }),
|
|
2479
2480
|
ref: a ? i : void 0,
|
|
2480
2481
|
id: n,
|
|
2481
2482
|
children: [
|
|
@@ -2509,16 +2510,16 @@ function Ri(e, t) {
|
|
|
2509
2510
|
(n.padRight ? " " : "") + "," + (n.padLeft === !1 ? "" : " ")
|
|
2510
2511
|
).trim();
|
|
2511
2512
|
}
|
|
2512
|
-
const
|
|
2513
|
+
const Lo = /^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u, Oo = /^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u, wo = {};
|
|
2513
2514
|
function na(e, t) {
|
|
2514
|
-
return (
|
|
2515
|
+
return (wo.jsx ? Oo : Lo).test(e);
|
|
2515
2516
|
}
|
|
2516
|
-
const
|
|
2517
|
-
function
|
|
2517
|
+
const Do = /[ \t\n\f\r]/g;
|
|
2518
|
+
function Po(e) {
|
|
2518
2519
|
return typeof e == "object" ? e.type === "text" ? ra(e.value) : !1 : ra(e);
|
|
2519
2520
|
}
|
|
2520
2521
|
function ra(e) {
|
|
2521
|
-
return e.replace(
|
|
2522
|
+
return e.replace(Do, "") === "";
|
|
2522
2523
|
}
|
|
2523
2524
|
class Qt {
|
|
2524
2525
|
/**
|
|
@@ -2564,10 +2565,10 @@ Le.prototype.spaceSeparated = !1;
|
|
|
2564
2565
|
Le.prototype.commaOrSpaceSeparated = !1;
|
|
2565
2566
|
Le.prototype.mustUseProperty = !1;
|
|
2566
2567
|
Le.prototype.defined = !1;
|
|
2567
|
-
let
|
|
2568
|
+
let Mo = 0;
|
|
2568
2569
|
const W = ct(), fe = ct(), Oi = ct(), P = ct(), ue = ct(), yt = ct(), Ie = ct();
|
|
2569
2570
|
function ct() {
|
|
2570
|
-
return 2 ** ++
|
|
2571
|
+
return 2 ** ++Mo;
|
|
2571
2572
|
}
|
|
2572
2573
|
const rr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2573
2574
|
__proto__: null,
|
|
@@ -2600,12 +2601,12 @@ _r.prototype.defined = !0;
|
|
|
2600
2601
|
function aa(e, t, n) {
|
|
2601
2602
|
n && (e[t] = n);
|
|
2602
2603
|
}
|
|
2603
|
-
const
|
|
2604
|
+
const Fo = {}.hasOwnProperty;
|
|
2604
2605
|
function kt(e) {
|
|
2605
2606
|
const t = {}, n = {};
|
|
2606
2607
|
let r;
|
|
2607
2608
|
for (r in e.properties)
|
|
2608
|
-
if (
|
|
2609
|
+
if (Fo.call(e.properties, r)) {
|
|
2609
2610
|
const a = e.properties[r], u = new _r(
|
|
2610
2611
|
r,
|
|
2611
2612
|
e.transform(e.attributes || {}, r),
|
|
@@ -2703,7 +2704,7 @@ const Fi = kt({
|
|
|
2703
2704
|
ariaValueText: null,
|
|
2704
2705
|
role: null
|
|
2705
2706
|
}
|
|
2706
|
-
}),
|
|
2707
|
+
}), Bo = kt({
|
|
2707
2708
|
space: "html",
|
|
2708
2709
|
attributes: {
|
|
2709
2710
|
acceptcharset: "accept-charset",
|
|
@@ -3064,7 +3065,7 @@ const Fi = kt({
|
|
|
3064
3065
|
security: null,
|
|
3065
3066
|
unselectable: null
|
|
3066
3067
|
}
|
|
3067
|
-
}),
|
|
3068
|
+
}), vo = kt({
|
|
3068
3069
|
space: "svg",
|
|
3069
3070
|
attributes: {
|
|
3070
3071
|
accentHeight: "accent-height",
|
|
@@ -3623,20 +3624,20 @@ const Fi = kt({
|
|
|
3623
3624
|
z: null,
|
|
3624
3625
|
zoomAndPan: null
|
|
3625
3626
|
}
|
|
3626
|
-
}),
|
|
3627
|
+
}), Ho = /^data[-\w.:]+$/i, ia = /-[a-z]/g, Uo = /[A-Z]/g;
|
|
3627
3628
|
function _n(e, t) {
|
|
3628
3629
|
const n = $t(t);
|
|
3629
3630
|
let r = t, a = Le;
|
|
3630
3631
|
if (n in e.normal)
|
|
3631
3632
|
return e.property[e.normal[n]];
|
|
3632
|
-
if (n.length > 4 && n.slice(0, 4) === "data" &&
|
|
3633
|
+
if (n.length > 4 && n.slice(0, 4) === "data" && Ho.test(t)) {
|
|
3633
3634
|
if (t.charAt(4) === "-") {
|
|
3634
|
-
const u = t.slice(5).replace(ia,
|
|
3635
|
+
const u = t.slice(5).replace(ia, Yo);
|
|
3635
3636
|
r = "data" + u.charAt(0).toUpperCase() + u.slice(1);
|
|
3636
3637
|
} else {
|
|
3637
3638
|
const u = t.slice(4);
|
|
3638
3639
|
if (!ia.test(u)) {
|
|
3639
|
-
let i = u.replace(
|
|
3640
|
+
let i = u.replace(Uo, zo);
|
|
3640
3641
|
i.charAt(0) !== "-" && (i = "-" + i), t = "data" + i;
|
|
3641
3642
|
}
|
|
3642
3643
|
}
|
|
@@ -3644,13 +3645,13 @@ function _n(e, t) {
|
|
|
3644
3645
|
}
|
|
3645
3646
|
return new a(r, t);
|
|
3646
3647
|
}
|
|
3647
|
-
function
|
|
3648
|
+
function zo(e) {
|
|
3648
3649
|
return "-" + e.toLowerCase();
|
|
3649
3650
|
}
|
|
3650
|
-
function
|
|
3651
|
+
function Yo(e) {
|
|
3651
3652
|
return e.charAt(1).toUpperCase();
|
|
3652
3653
|
}
|
|
3653
|
-
const
|
|
3654
|
+
const jo = {
|
|
3654
3655
|
classId: "classID",
|
|
3655
3656
|
dataType: "datatype",
|
|
3656
3657
|
itemId: "itemID",
|
|
@@ -3668,7 +3669,7 @@ const Yo = {
|
|
|
3668
3669
|
xLinkTitle: "xlinkTitle",
|
|
3669
3670
|
xLinkType: "xlinkType",
|
|
3670
3671
|
xmlnsXLink: "xmlnsXlink"
|
|
3671
|
-
}, Xt = Li([Di, wi, Fi, Bi,
|
|
3672
|
+
}, Xt = Li([Di, wi, Fi, Bi, Bo], "html"), et = Li([Di, wi, Fi, Bi, vo], "svg");
|
|
3672
3673
|
function ua(e) {
|
|
3673
3674
|
const t = String(e || "").trim();
|
|
3674
3675
|
return t ? t.split(/[ \t\n\r\f]+/g) : [];
|
|
@@ -3676,17 +3677,17 @@ function ua(e) {
|
|
|
3676
3677
|
function vi(e) {
|
|
3677
3678
|
return e.join(" ").trim();
|
|
3678
3679
|
}
|
|
3679
|
-
var Hi = {}, sa = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,
|
|
3680
|
-
`, oa = "/", la = "*", ut = "",
|
|
3680
|
+
var Hi = {}, sa = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, Go = /\n/g, qo = /^\s*/, $o = /^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/, Wo = /^:\s*/, Vo = /^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/, Qo = /^[;\s]*/, Xo = /^\s+|\s+$/g, Ko = `
|
|
3681
|
+
`, oa = "/", la = "*", ut = "", Zo = "comment", Jo = "declaration", el = function(e, t) {
|
|
3681
3682
|
if (typeof e != "string")
|
|
3682
3683
|
throw new TypeError("First argument must be a string");
|
|
3683
3684
|
if (!e) return [];
|
|
3684
3685
|
t = t || {};
|
|
3685
3686
|
var n = 1, r = 1;
|
|
3686
3687
|
function a(h) {
|
|
3687
|
-
var b = h.match(
|
|
3688
|
+
var b = h.match(Go);
|
|
3688
3689
|
b && (n += b.length);
|
|
3689
|
-
var y = h.lastIndexOf(
|
|
3690
|
+
var y = h.lastIndexOf(Ko);
|
|
3690
3691
|
r = ~y ? h.length - y : r + h.length;
|
|
3691
3692
|
}
|
|
3692
3693
|
function u() {
|
|
@@ -3713,7 +3714,7 @@ var Hi = {}, sa = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, jo = /\n/g, Go = /^\s*/, qo
|
|
|
3713
3714
|
}
|
|
3714
3715
|
}
|
|
3715
3716
|
function c() {
|
|
3716
|
-
l(
|
|
3717
|
+
l(qo);
|
|
3717
3718
|
}
|
|
3718
3719
|
function f(h) {
|
|
3719
3720
|
var b;
|
|
@@ -3730,21 +3731,21 @@ var Hi = {}, sa = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, jo = /\n/g, Go = /^\s*/, qo
|
|
|
3730
3731
|
return o("End of comment missing");
|
|
3731
3732
|
var y = e.slice(2, b - 2);
|
|
3732
3733
|
return r += 2, a(y), e = e.slice(b), r += 2, h({
|
|
3733
|
-
type:
|
|
3734
|
+
type: Zo,
|
|
3734
3735
|
comment: y
|
|
3735
3736
|
});
|
|
3736
3737
|
}
|
|
3737
3738
|
}
|
|
3738
3739
|
function E() {
|
|
3739
|
-
var h = u(), b = l(
|
|
3740
|
+
var h = u(), b = l($o);
|
|
3740
3741
|
if (b) {
|
|
3741
|
-
if (d(), !l(
|
|
3742
|
-
var y = l(
|
|
3743
|
-
type:
|
|
3742
|
+
if (d(), !l(Wo)) return o("property missing ':'");
|
|
3743
|
+
var y = l(Vo), _ = h({
|
|
3744
|
+
type: Jo,
|
|
3744
3745
|
property: ca(b[0].replace(sa, ut)),
|
|
3745
3746
|
value: y ? ca(y[0].replace(sa, ut)) : ut
|
|
3746
3747
|
});
|
|
3747
|
-
return l(
|
|
3748
|
+
return l(Qo), _;
|
|
3748
3749
|
}
|
|
3749
3750
|
}
|
|
3750
3751
|
function m() {
|
|
@@ -3757,18 +3758,18 @@ var Hi = {}, sa = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, jo = /\n/g, Go = /^\s*/, qo
|
|
|
3757
3758
|
return c(), m();
|
|
3758
3759
|
};
|
|
3759
3760
|
function ca(e) {
|
|
3760
|
-
return e ? e.replace(
|
|
3761
|
+
return e ? e.replace(Xo, ut) : ut;
|
|
3761
3762
|
}
|
|
3762
|
-
var
|
|
3763
|
+
var tl = Xr && Xr.__importDefault || function(e) {
|
|
3763
3764
|
return e && e.__esModule ? e : { default: e };
|
|
3764
3765
|
};
|
|
3765
3766
|
Object.defineProperty(Hi, "__esModule", { value: !0 });
|
|
3766
|
-
var
|
|
3767
|
-
function
|
|
3767
|
+
var nl = tl(el);
|
|
3768
|
+
function rl(e, t) {
|
|
3768
3769
|
var n = null;
|
|
3769
3770
|
if (!e || typeof e != "string")
|
|
3770
3771
|
return n;
|
|
3771
|
-
var r = (0,
|
|
3772
|
+
var r = (0, nl.default)(e), a = typeof t == "function";
|
|
3772
3773
|
return r.forEach(function(u) {
|
|
3773
3774
|
if (u.type === "declaration") {
|
|
3774
3775
|
var i = u.property, o = u.value;
|
|
@@ -3776,8 +3777,8 @@ function nl(e, t) {
|
|
|
3776
3777
|
}
|
|
3777
3778
|
}), n;
|
|
3778
3779
|
}
|
|
3779
|
-
var da = Hi.default =
|
|
3780
|
-
const
|
|
3780
|
+
var da = Hi.default = rl;
|
|
3781
|
+
const al = da.default || da, Cn = Ui("end"), Ye = Ui("start");
|
|
3781
3782
|
function Ui(e) {
|
|
3782
3783
|
return t;
|
|
3783
3784
|
function t(n) {
|
|
@@ -3790,7 +3791,7 @@ function Ui(e) {
|
|
|
3790
3791
|
};
|
|
3791
3792
|
}
|
|
3792
3793
|
}
|
|
3793
|
-
function
|
|
3794
|
+
function il(e) {
|
|
3794
3795
|
const t = Ye(e), n = Cn(e);
|
|
3795
3796
|
if (t && n)
|
|
3796
3797
|
return { start: t, end: n };
|
|
@@ -3894,8 +3895,8 @@ Ee.prototype.fatal = void 0;
|
|
|
3894
3895
|
Ee.prototype.place = void 0;
|
|
3895
3896
|
Ee.prototype.ruleId = void 0;
|
|
3896
3897
|
Ee.prototype.source = void 0;
|
|
3897
|
-
const Cr = {}.hasOwnProperty,
|
|
3898
|
-
function
|
|
3898
|
+
const Cr = {}.hasOwnProperty, ul = /* @__PURE__ */ new Map(), sl = /[A-Z]/g, ol = /-([a-z])/g, ll = /* @__PURE__ */ new Set(["table", "tbody", "thead", "tfoot", "tr"]), cl = /* @__PURE__ */ new Set(["td", "th"]), zi = "https://github.com/syntax-tree/hast-util-to-jsx-runtime";
|
|
3899
|
+
function dl(e, t) {
|
|
3899
3900
|
if (!t || t.Fragment === void 0)
|
|
3900
3901
|
throw new TypeError("Expected `Fragment` in options");
|
|
3901
3902
|
const n = t.filePath || void 0;
|
|
@@ -3905,13 +3906,13 @@ function cl(e, t) {
|
|
|
3905
3906
|
throw new TypeError(
|
|
3906
3907
|
"Expected `jsxDEV` in options when `development: true`"
|
|
3907
3908
|
);
|
|
3908
|
-
r =
|
|
3909
|
+
r = Tl(n, t.jsxDEV);
|
|
3909
3910
|
} else {
|
|
3910
3911
|
if (typeof t.jsx != "function")
|
|
3911
3912
|
throw new TypeError("Expected `jsx` in production options");
|
|
3912
3913
|
if (typeof t.jsxs != "function")
|
|
3913
3914
|
throw new TypeError("Expected `jsxs` in production options");
|
|
3914
|
-
r =
|
|
3915
|
+
r = bl(n, t.jsx, t.jsxs);
|
|
3915
3916
|
}
|
|
3916
3917
|
const a = {
|
|
3917
3918
|
Fragment: t.Fragment,
|
|
@@ -3937,29 +3938,29 @@ function cl(e, t) {
|
|
|
3937
3938
|
}
|
|
3938
3939
|
function Yi(e, t, n) {
|
|
3939
3940
|
if (t.type === "element")
|
|
3940
|
-
return
|
|
3941
|
+
return fl(e, t, n);
|
|
3941
3942
|
if (t.type === "mdxFlowExpression" || t.type === "mdxTextExpression")
|
|
3942
|
-
return
|
|
3943
|
+
return hl(e, t);
|
|
3943
3944
|
if (t.type === "mdxJsxFlowElement" || t.type === "mdxJsxTextElement")
|
|
3944
|
-
return
|
|
3945
|
+
return ml(e, t, n);
|
|
3945
3946
|
if (t.type === "mdxjsEsm")
|
|
3946
|
-
return
|
|
3947
|
+
return pl(e, t);
|
|
3947
3948
|
if (t.type === "root")
|
|
3948
|
-
return
|
|
3949
|
+
return gl(e, t, n);
|
|
3949
3950
|
if (t.type === "text")
|
|
3950
|
-
return
|
|
3951
|
+
return El(e, t);
|
|
3951
3952
|
}
|
|
3952
|
-
function
|
|
3953
|
+
function fl(e, t, n) {
|
|
3953
3954
|
const r = e.schema;
|
|
3954
3955
|
let a = r;
|
|
3955
3956
|
t.tagName.toLowerCase() === "svg" && r.space === "html" && (a = et, e.schema = a), e.ancestors.push(t);
|
|
3956
|
-
const u = Gi(e, t.tagName, !1), i =
|
|
3957
|
+
const u = Gi(e, t.tagName, !1), i = yl(e, t);
|
|
3957
3958
|
let o = kr(e, t);
|
|
3958
|
-
return
|
|
3959
|
-
return typeof l == "string" ? !
|
|
3959
|
+
return ll.has(t.tagName) && (o = o.filter(function(l) {
|
|
3960
|
+
return typeof l == "string" ? !Po(l) : !0;
|
|
3960
3961
|
})), ji(e, i, u, t), xr(i, o), e.ancestors.pop(), e.schema = r, e.create(t, u, i, n);
|
|
3961
3962
|
}
|
|
3962
|
-
function
|
|
3963
|
+
function hl(e, t) {
|
|
3963
3964
|
if (t.data && t.data.estree && e.evaluater) {
|
|
3964
3965
|
const r = t.data.estree.body[0];
|
|
3965
3966
|
return r.type, /** @type {Child | undefined} */
|
|
@@ -3967,7 +3968,7 @@ function fl(e, t) {
|
|
|
3967
3968
|
}
|
|
3968
3969
|
Wt(e, t.position);
|
|
3969
3970
|
}
|
|
3970
|
-
function
|
|
3971
|
+
function pl(e, t) {
|
|
3971
3972
|
if (t.data && t.data.estree && e.evaluater)
|
|
3972
3973
|
return (
|
|
3973
3974
|
/** @type {Child | undefined} */
|
|
@@ -3975,18 +3976,18 @@ function hl(e, t) {
|
|
|
3975
3976
|
);
|
|
3976
3977
|
Wt(e, t.position);
|
|
3977
3978
|
}
|
|
3978
|
-
function
|
|
3979
|
+
function ml(e, t, n) {
|
|
3979
3980
|
const r = e.schema;
|
|
3980
3981
|
let a = r;
|
|
3981
3982
|
t.name === "svg" && r.space === "html" && (a = et, e.schema = a), e.ancestors.push(t);
|
|
3982
|
-
const u = t.name === null ? e.Fragment : Gi(e, t.name, !0), i =
|
|
3983
|
+
const u = t.name === null ? e.Fragment : Gi(e, t.name, !0), i = Al(e, t), o = kr(e, t);
|
|
3983
3984
|
return ji(e, i, u, t), xr(i, o), e.ancestors.pop(), e.schema = r, e.create(t, u, i, n);
|
|
3984
3985
|
}
|
|
3985
|
-
function
|
|
3986
|
+
function gl(e, t, n) {
|
|
3986
3987
|
const r = {};
|
|
3987
3988
|
return xr(r, kr(e, t)), e.create(t, e.Fragment, r, n);
|
|
3988
3989
|
}
|
|
3989
|
-
function
|
|
3990
|
+
function El(e, t) {
|
|
3990
3991
|
return t.value;
|
|
3991
3992
|
}
|
|
3992
3993
|
function ji(e, t, n, r) {
|
|
@@ -3998,14 +3999,14 @@ function xr(e, t) {
|
|
|
3998
3999
|
n && (e.children = n);
|
|
3999
4000
|
}
|
|
4000
4001
|
}
|
|
4001
|
-
function
|
|
4002
|
+
function bl(e, t, n) {
|
|
4002
4003
|
return r;
|
|
4003
4004
|
function r(a, u, i, o) {
|
|
4004
4005
|
const c = Array.isArray(i.children) ? n : t;
|
|
4005
4006
|
return o ? c(u, i, o) : c(u, i);
|
|
4006
4007
|
}
|
|
4007
4008
|
}
|
|
4008
|
-
function
|
|
4009
|
+
function Tl(e, t) {
|
|
4009
4010
|
return n;
|
|
4010
4011
|
function n(r, a, u, i) {
|
|
4011
4012
|
const o = Array.isArray(u.children), l = Ye(r);
|
|
@@ -4023,15 +4024,15 @@ function bl(e, t) {
|
|
|
4023
4024
|
);
|
|
4024
4025
|
}
|
|
4025
4026
|
}
|
|
4026
|
-
function
|
|
4027
|
+
function yl(e, t) {
|
|
4027
4028
|
const n = {};
|
|
4028
4029
|
let r, a;
|
|
4029
4030
|
for (a in t.properties)
|
|
4030
4031
|
if (a !== "children" && Cr.call(t.properties, a)) {
|
|
4031
|
-
const u =
|
|
4032
|
+
const u = _l(e, a, t.properties[a]);
|
|
4032
4033
|
if (u) {
|
|
4033
4034
|
const [i, o] = u;
|
|
4034
|
-
e.tableCellAlignToStyle && i === "align" && typeof o == "string" &&
|
|
4035
|
+
e.tableCellAlignToStyle && i === "align" && typeof o == "string" && cl.has(t.tagName) ? r = o : n[i] = o;
|
|
4035
4036
|
}
|
|
4036
4037
|
}
|
|
4037
4038
|
if (r) {
|
|
@@ -4043,7 +4044,7 @@ function Tl(e, t) {
|
|
|
4043
4044
|
}
|
|
4044
4045
|
return n;
|
|
4045
4046
|
}
|
|
4046
|
-
function
|
|
4047
|
+
function Al(e, t) {
|
|
4047
4048
|
const n = {};
|
|
4048
4049
|
for (const r of t.attributes)
|
|
4049
4050
|
if (r.type === "mdxJsxExpressionAttribute")
|
|
@@ -4078,7 +4079,7 @@ function yl(e, t) {
|
|
|
4078
4079
|
function kr(e, t) {
|
|
4079
4080
|
const n = [];
|
|
4080
4081
|
let r = -1;
|
|
4081
|
-
const a = e.passKeys ? /* @__PURE__ */ new Map() :
|
|
4082
|
+
const a = e.passKeys ? /* @__PURE__ */ new Map() : ul;
|
|
4082
4083
|
for (; ++r < t.children.length; ) {
|
|
4083
4084
|
const u = t.children[r];
|
|
4084
4085
|
let i;
|
|
@@ -4094,23 +4095,23 @@ function kr(e, t) {
|
|
|
4094
4095
|
}
|
|
4095
4096
|
return n;
|
|
4096
4097
|
}
|
|
4097
|
-
function
|
|
4098
|
+
function _l(e, t, n) {
|
|
4098
4099
|
const r = _n(e.schema, t);
|
|
4099
4100
|
if (!(n == null || typeof n == "number" && Number.isNaN(n))) {
|
|
4100
4101
|
if (Array.isArray(n) && (n = r.commaSeparated ? Ri(n) : vi(n)), r.property === "style") {
|
|
4101
|
-
let a = typeof n == "object" ? n :
|
|
4102
|
-
return e.stylePropertyNameCase === "css" && (a =
|
|
4102
|
+
let a = typeof n == "object" ? n : Cl(e, String(n));
|
|
4103
|
+
return e.stylePropertyNameCase === "css" && (a = xl(a)), ["style", a];
|
|
4103
4104
|
}
|
|
4104
4105
|
return [
|
|
4105
|
-
e.elementAttributeNameCase === "react" && r.space ?
|
|
4106
|
+
e.elementAttributeNameCase === "react" && r.space ? jo[r.property] || r.property : r.attribute,
|
|
4106
4107
|
n
|
|
4107
4108
|
];
|
|
4108
4109
|
}
|
|
4109
4110
|
}
|
|
4110
|
-
function
|
|
4111
|
+
function Cl(e, t) {
|
|
4111
4112
|
const n = {};
|
|
4112
4113
|
try {
|
|
4113
|
-
|
|
4114
|
+
al(t, r);
|
|
4114
4115
|
} catch (a) {
|
|
4115
4116
|
if (!e.ignoreInvalidStyle) {
|
|
4116
4117
|
const u = (
|
|
@@ -4128,7 +4129,7 @@ function _l(e, t) {
|
|
|
4128
4129
|
return n;
|
|
4129
4130
|
function r(a, u) {
|
|
4130
4131
|
let i = a;
|
|
4131
|
-
i.slice(0, 2) !== "--" && (i.slice(0, 4) === "-ms-" && (i = "ms-" + i.slice(4)), i = i.replace(
|
|
4132
|
+
i.slice(0, 2) !== "--" && (i.slice(0, 4) === "-ms-" && (i = "ms-" + i.slice(4)), i = i.replace(ol, Il)), n[i] = u;
|
|
4132
4133
|
}
|
|
4133
4134
|
}
|
|
4134
4135
|
function Gi(e, t, n) {
|
|
@@ -4174,21 +4175,21 @@ function Wt(e, t) {
|
|
|
4174
4175
|
);
|
|
4175
4176
|
throw n.file = e.filePath || void 0, n.url = zi + "#cannot-handle-mdx-estrees-without-createevaluater", n;
|
|
4176
4177
|
}
|
|
4177
|
-
function
|
|
4178
|
+
function xl(e) {
|
|
4178
4179
|
const t = {};
|
|
4179
4180
|
let n;
|
|
4180
4181
|
for (n in e)
|
|
4181
|
-
Cr.call(e, n) && (t[
|
|
4182
|
+
Cr.call(e, n) && (t[kl(n)] = e[n]);
|
|
4182
4183
|
return t;
|
|
4183
4184
|
}
|
|
4184
|
-
function
|
|
4185
|
-
let t = e.replace(
|
|
4185
|
+
function kl(e) {
|
|
4186
|
+
let t = e.replace(sl, Sl);
|
|
4186
4187
|
return t.slice(0, 3) === "ms-" && (t = "-" + t), t;
|
|
4187
4188
|
}
|
|
4188
|
-
function
|
|
4189
|
+
function Il(e, t) {
|
|
4189
4190
|
return t.toUpperCase();
|
|
4190
4191
|
}
|
|
4191
|
-
function
|
|
4192
|
+
function Sl(e) {
|
|
4192
4193
|
return "-" + e.toLowerCase();
|
|
4193
4194
|
}
|
|
4194
4195
|
const vn = {
|
|
@@ -4213,13 +4214,13 @@ const vn = {
|
|
|
4213
4214
|
"track",
|
|
4214
4215
|
"video"
|
|
4215
4216
|
]
|
|
4216
|
-
},
|
|
4217
|
+
}, Nl = {};
|
|
4217
4218
|
function Ir(e, t) {
|
|
4218
|
-
const n =
|
|
4219
|
+
const n = Nl, r = typeof n.includeImageAlt == "boolean" ? n.includeImageAlt : !0, a = typeof n.includeHtml == "boolean" ? n.includeHtml : !0;
|
|
4219
4220
|
return qi(e, r, a);
|
|
4220
4221
|
}
|
|
4221
4222
|
function qi(e, t, n) {
|
|
4222
|
-
if (
|
|
4223
|
+
if (Rl(e)) {
|
|
4223
4224
|
if ("value" in e)
|
|
4224
4225
|
return e.type === "html" && !n ? "" : e.value;
|
|
4225
4226
|
if (t && "alt" in e && e.alt)
|
|
@@ -4236,7 +4237,7 @@ function pa(e, t, n) {
|
|
|
4236
4237
|
r[a] = qi(e[a], t, n);
|
|
4237
4238
|
return r.join("");
|
|
4238
4239
|
}
|
|
4239
|
-
function
|
|
4240
|
+
function Rl(e) {
|
|
4240
4241
|
return !!(e && typeof e == "object");
|
|
4241
4242
|
}
|
|
4242
4243
|
const ma = typeof document < "u" && document.createElement("i");
|
|
@@ -4263,10 +4264,10 @@ function $i(e) {
|
|
|
4263
4264
|
const t = {};
|
|
4264
4265
|
let n = -1;
|
|
4265
4266
|
for (; ++n < e.length; )
|
|
4266
|
-
|
|
4267
|
+
Ll(t, e[n]);
|
|
4267
4268
|
return t;
|
|
4268
4269
|
}
|
|
4269
|
-
function
|
|
4270
|
+
function Ll(e, t) {
|
|
4270
4271
|
let n;
|
|
4271
4272
|
for (n in t) {
|
|
4272
4273
|
const a = (ga.call(e, n) ? e[n] : void 0) || (e[n] = {}), u = t[n];
|
|
@@ -4275,7 +4276,7 @@ function Rl(e, t) {
|
|
|
4275
4276
|
for (i in u) {
|
|
4276
4277
|
ga.call(a, i) || (a[i] = []);
|
|
4277
4278
|
const o = u[i];
|
|
4278
|
-
|
|
4279
|
+
Ol(
|
|
4279
4280
|
// @ts-expect-error Looks like a list.
|
|
4280
4281
|
a[i],
|
|
4281
4282
|
Array.isArray(o) ? o : o ? [o] : []
|
|
@@ -4283,7 +4284,7 @@ function Rl(e, t) {
|
|
|
4283
4284
|
}
|
|
4284
4285
|
}
|
|
4285
4286
|
}
|
|
4286
|
-
function
|
|
4287
|
+
function Ol(e, t) {
|
|
4287
4288
|
let n = -1;
|
|
4288
4289
|
const r = [];
|
|
4289
4290
|
for (; ++n < t.length; )
|
|
@@ -4306,7 +4307,7 @@ function Wi(e, t) {
|
|
|
4306
4307
|
function De(e) {
|
|
4307
4308
|
return e.replace(/[\t\n\r ]+/g, " ").replace(/^ | $/g, "").toLowerCase().toUpperCase();
|
|
4308
4309
|
}
|
|
4309
|
-
const ye = tt(/[A-Za-z]/), ge = tt(/[\dA-Za-z]/),
|
|
4310
|
+
const ye = tt(/[A-Za-z]/), ge = tt(/[\dA-Za-z]/), wl = tt(/[#-'*+\--9=?A-Z^-~]/);
|
|
4310
4311
|
function mn(e) {
|
|
4311
4312
|
return (
|
|
4312
4313
|
// Special whitespace codes (which have negative values), C0 and Control
|
|
@@ -4314,7 +4315,7 @@ function mn(e) {
|
|
|
4314
4315
|
e !== null && (e < 32 || e === 127)
|
|
4315
4316
|
);
|
|
4316
4317
|
}
|
|
4317
|
-
const ir = tt(/\d/),
|
|
4318
|
+
const ir = tt(/\d/), Dl = tt(/[\dA-Fa-f]/), Pl = tt(/[!-/:-@[-`{-~]/);
|
|
4318
4319
|
function z(e) {
|
|
4319
4320
|
return e !== null && e < -2;
|
|
4320
4321
|
}
|
|
@@ -4361,10 +4362,10 @@ function J(e, t, n, r) {
|
|
|
4361
4362
|
return K(l) && u++ < a ? (e.consume(l), o) : (e.exit(n), t(l));
|
|
4362
4363
|
}
|
|
4363
4364
|
}
|
|
4364
|
-
const
|
|
4365
|
-
tokenize:
|
|
4365
|
+
const Ml = {
|
|
4366
|
+
tokenize: Fl
|
|
4366
4367
|
};
|
|
4367
|
-
function
|
|
4368
|
+
function Fl(e) {
|
|
4368
4369
|
const t = e.attempt(
|
|
4369
4370
|
this.parser.constructs.contentInitial,
|
|
4370
4371
|
r,
|
|
@@ -4397,12 +4398,12 @@ function Ml(e) {
|
|
|
4397
4398
|
return z(o) ? (e.consume(o), e.exit("chunkText"), u) : (e.consume(o), i);
|
|
4398
4399
|
}
|
|
4399
4400
|
}
|
|
4400
|
-
const
|
|
4401
|
-
tokenize: Bl
|
|
4402
|
-
}, Ea = {
|
|
4401
|
+
const Bl = {
|
|
4403
4402
|
tokenize: vl
|
|
4403
|
+
}, Ea = {
|
|
4404
|
+
tokenize: Hl
|
|
4404
4405
|
};
|
|
4405
|
-
function
|
|
4406
|
+
function vl(e) {
|
|
4406
4407
|
const t = this, n = [];
|
|
4407
4408
|
let r = 0, a, u, i;
|
|
4408
4409
|
return o;
|
|
@@ -4532,7 +4533,7 @@ function Bl(e) {
|
|
|
4532
4533
|
a.write([null]), u = void 0, a = void 0, t.containerState._closeFlow = void 0;
|
|
4533
4534
|
}
|
|
4534
4535
|
}
|
|
4535
|
-
function
|
|
4536
|
+
function Hl(e, t, n) {
|
|
4536
4537
|
return J(
|
|
4537
4538
|
e,
|
|
4538
4539
|
e.attempt(this.parser.constructs.document, t, n),
|
|
@@ -4557,10 +4558,10 @@ function kn(e, t, n) {
|
|
|
4557
4558
|
}
|
|
4558
4559
|
const ur = {
|
|
4559
4560
|
name: "attention",
|
|
4560
|
-
tokenize:
|
|
4561
|
-
resolveAll:
|
|
4561
|
+
tokenize: zl,
|
|
4562
|
+
resolveAll: Ul
|
|
4562
4563
|
};
|
|
4563
|
-
function
|
|
4564
|
+
function Ul(e, t) {
|
|
4564
4565
|
let n = -1, r, a, u, i, o, l, c, f;
|
|
4565
4566
|
for (; ++n < e.length; )
|
|
4566
4567
|
if (e[n][0] === "enter" && e[n][1].type === "attentionSequence" && e[n][1]._close) {
|
|
@@ -4618,7 +4619,7 @@ function Hl(e, t) {
|
|
|
4618
4619
|
e[n][1].type === "attentionSequence" && (e[n][1].type = "data");
|
|
4619
4620
|
return e;
|
|
4620
4621
|
}
|
|
4621
|
-
function
|
|
4622
|
+
function zl(e, t) {
|
|
4622
4623
|
const n = this.parser.constructs.attentionMarkers.null, r = this.previous, a = gn(r);
|
|
4623
4624
|
let u;
|
|
4624
4625
|
return i;
|
|
@@ -4635,11 +4636,11 @@ function Ul(e, t) {
|
|
|
4635
4636
|
function ba(e, t) {
|
|
4636
4637
|
e.column += t, e.offset += t, e._bufferIndex += t;
|
|
4637
4638
|
}
|
|
4638
|
-
const
|
|
4639
|
+
const Yl = {
|
|
4639
4640
|
name: "autolink",
|
|
4640
|
-
tokenize:
|
|
4641
|
+
tokenize: jl
|
|
4641
4642
|
};
|
|
4642
|
-
function
|
|
4643
|
+
function jl(e, t, n) {
|
|
4643
4644
|
let r = 0;
|
|
4644
4645
|
return a;
|
|
4645
4646
|
function a(m) {
|
|
@@ -4658,7 +4659,7 @@ function Yl(e, t, n) {
|
|
|
4658
4659
|
return m === 62 ? (e.exit("autolinkProtocol"), e.enter("autolinkMarker"), e.consume(m), e.exit("autolinkMarker"), e.exit("autolink"), t) : m === null || m === 32 || m === 60 || mn(m) ? n(m) : (e.consume(m), l);
|
|
4659
4660
|
}
|
|
4660
4661
|
function c(m) {
|
|
4661
|
-
return m === 64 ? (e.consume(m), f) :
|
|
4662
|
+
return m === 64 ? (e.consume(m), f) : wl(m) ? (e.consume(m), c) : n(m);
|
|
4662
4663
|
}
|
|
4663
4664
|
function f(m) {
|
|
4664
4665
|
return ge(m) ? d(m) : n(m);
|
|
@@ -4675,10 +4676,10 @@ function Yl(e, t, n) {
|
|
|
4675
4676
|
}
|
|
4676
4677
|
}
|
|
4677
4678
|
const Kt = {
|
|
4678
|
-
tokenize:
|
|
4679
|
+
tokenize: Gl,
|
|
4679
4680
|
partial: !0
|
|
4680
4681
|
};
|
|
4681
|
-
function
|
|
4682
|
+
function Gl(e, t, n) {
|
|
4682
4683
|
return r;
|
|
4683
4684
|
function r(u) {
|
|
4684
4685
|
return K(u) ? J(e, a, "linePrefix")(u) : a(u);
|
|
@@ -4689,13 +4690,13 @@ function jl(e, t, n) {
|
|
|
4689
4690
|
}
|
|
4690
4691
|
const Vi = {
|
|
4691
4692
|
name: "blockQuote",
|
|
4692
|
-
tokenize:
|
|
4693
|
+
tokenize: ql,
|
|
4693
4694
|
continuation: {
|
|
4694
|
-
tokenize:
|
|
4695
|
+
tokenize: $l
|
|
4695
4696
|
},
|
|
4696
|
-
exit:
|
|
4697
|
+
exit: Wl
|
|
4697
4698
|
};
|
|
4698
|
-
function
|
|
4699
|
+
function ql(e, t, n) {
|
|
4699
4700
|
const r = this;
|
|
4700
4701
|
return a;
|
|
4701
4702
|
function a(i) {
|
|
@@ -4711,7 +4712,7 @@ function Gl(e, t, n) {
|
|
|
4711
4712
|
return K(i) ? (e.enter("blockQuotePrefixWhitespace"), e.consume(i), e.exit("blockQuotePrefixWhitespace"), e.exit("blockQuotePrefix"), t) : (e.exit("blockQuotePrefix"), t(i));
|
|
4712
4713
|
}
|
|
4713
4714
|
}
|
|
4714
|
-
function
|
|
4715
|
+
function $l(e, t, n) {
|
|
4715
4716
|
const r = this;
|
|
4716
4717
|
return a;
|
|
4717
4718
|
function a(i) {
|
|
@@ -4726,27 +4727,27 @@ function ql(e, t, n) {
|
|
|
4726
4727
|
return e.attempt(Vi, t, n)(i);
|
|
4727
4728
|
}
|
|
4728
4729
|
}
|
|
4729
|
-
function
|
|
4730
|
+
function Wl(e) {
|
|
4730
4731
|
e.exit("blockQuote");
|
|
4731
4732
|
}
|
|
4732
4733
|
const Qi = {
|
|
4733
4734
|
name: "characterEscape",
|
|
4734
|
-
tokenize:
|
|
4735
|
+
tokenize: Vl
|
|
4735
4736
|
};
|
|
4736
|
-
function
|
|
4737
|
+
function Vl(e, t, n) {
|
|
4737
4738
|
return r;
|
|
4738
4739
|
function r(u) {
|
|
4739
4740
|
return e.enter("characterEscape"), e.enter("escapeMarker"), e.consume(u), e.exit("escapeMarker"), a;
|
|
4740
4741
|
}
|
|
4741
4742
|
function a(u) {
|
|
4742
|
-
return
|
|
4743
|
+
return Pl(u) ? (e.enter("characterEscapeValue"), e.consume(u), e.exit("characterEscapeValue"), e.exit("characterEscape"), t) : n(u);
|
|
4743
4744
|
}
|
|
4744
4745
|
}
|
|
4745
4746
|
const Xi = {
|
|
4746
4747
|
name: "characterReference",
|
|
4747
|
-
tokenize:
|
|
4748
|
+
tokenize: Ql
|
|
4748
4749
|
};
|
|
4749
|
-
function
|
|
4750
|
+
function Ql(e, t, n) {
|
|
4750
4751
|
const r = this;
|
|
4751
4752
|
let a = 0, u, i;
|
|
4752
4753
|
return o;
|
|
@@ -4757,7 +4758,7 @@ function Vl(e, t, n) {
|
|
|
4757
4758
|
return d === 35 ? (e.enter("characterReferenceMarkerNumeric"), e.consume(d), e.exit("characterReferenceMarkerNumeric"), c) : (e.enter("characterReferenceValue"), u = 31, i = ge, f(d));
|
|
4758
4759
|
}
|
|
4759
4760
|
function c(d) {
|
|
4760
|
-
return d === 88 || d === 120 ? (e.enter("characterReferenceMarkerHexadecimal"), e.consume(d), e.exit("characterReferenceMarkerHexadecimal"), e.enter("characterReferenceValue"), u = 6, i =
|
|
4761
|
+
return d === 88 || d === 120 ? (e.enter("characterReferenceMarkerHexadecimal"), e.consume(d), e.exit("characterReferenceMarkerHexadecimal"), e.enter("characterReferenceValue"), u = 6, i = Dl, f) : (e.enter("characterReferenceValue"), u = 7, i = ir, f(d));
|
|
4761
4762
|
}
|
|
4762
4763
|
function f(d) {
|
|
4763
4764
|
if (d === 59 && a) {
|
|
@@ -4768,14 +4769,14 @@ function Vl(e, t, n) {
|
|
|
4768
4769
|
}
|
|
4769
4770
|
}
|
|
4770
4771
|
const Ta = {
|
|
4771
|
-
tokenize:
|
|
4772
|
+
tokenize: Kl,
|
|
4772
4773
|
partial: !0
|
|
4773
4774
|
}, ya = {
|
|
4774
4775
|
name: "codeFenced",
|
|
4775
|
-
tokenize:
|
|
4776
|
+
tokenize: Xl,
|
|
4776
4777
|
concrete: !0
|
|
4777
4778
|
};
|
|
4778
|
-
function
|
|
4779
|
+
function Xl(e, t, n) {
|
|
4779
4780
|
const r = this, a = {
|
|
4780
4781
|
tokenize: B,
|
|
4781
4782
|
partial: !0
|
|
@@ -4856,7 +4857,7 @@ function Ql(e, t, n) {
|
|
|
4856
4857
|
}
|
|
4857
4858
|
}
|
|
4858
4859
|
}
|
|
4859
|
-
function
|
|
4860
|
+
function Kl(e, t, n) {
|
|
4860
4861
|
const r = this;
|
|
4861
4862
|
return a;
|
|
4862
4863
|
function a(i) {
|
|
@@ -4868,12 +4869,12 @@ function Xl(e, t, n) {
|
|
|
4868
4869
|
}
|
|
4869
4870
|
const Hn = {
|
|
4870
4871
|
name: "codeIndented",
|
|
4871
|
-
tokenize:
|
|
4872
|
-
},
|
|
4873
|
-
tokenize:
|
|
4872
|
+
tokenize: Jl
|
|
4873
|
+
}, Zl = {
|
|
4874
|
+
tokenize: ec,
|
|
4874
4875
|
partial: !0
|
|
4875
4876
|
};
|
|
4876
|
-
function
|
|
4877
|
+
function Jl(e, t, n) {
|
|
4877
4878
|
const r = this;
|
|
4878
4879
|
return a;
|
|
4879
4880
|
function a(c) {
|
|
@@ -4884,7 +4885,7 @@ function Zl(e, t, n) {
|
|
|
4884
4885
|
return f && f[1].type === "linePrefix" && f[2].sliceSerialize(f[1], !0).length >= 4 ? i(c) : n(c);
|
|
4885
4886
|
}
|
|
4886
4887
|
function i(c) {
|
|
4887
|
-
return c === null ? l(c) : z(c) ? e.attempt(
|
|
4888
|
+
return c === null ? l(c) : z(c) ? e.attempt(Zl, i, l)(c) : (e.enter("codeFlowValue"), o(c));
|
|
4888
4889
|
}
|
|
4889
4890
|
function o(c) {
|
|
4890
4891
|
return c === null || z(c) ? (e.exit("codeFlowValue"), i(c)) : (e.consume(c), o);
|
|
@@ -4893,7 +4894,7 @@ function Zl(e, t, n) {
|
|
|
4893
4894
|
return e.exit("codeIndented"), t(c);
|
|
4894
4895
|
}
|
|
4895
4896
|
}
|
|
4896
|
-
function
|
|
4897
|
+
function ec(e, t, n) {
|
|
4897
4898
|
const r = this;
|
|
4898
4899
|
return a;
|
|
4899
4900
|
function a(i) {
|
|
@@ -4904,13 +4905,13 @@ function Jl(e, t, n) {
|
|
|
4904
4905
|
return o && o[1].type === "linePrefix" && o[2].sliceSerialize(o[1], !0).length >= 4 ? t(i) : z(i) ? a(i) : n(i);
|
|
4905
4906
|
}
|
|
4906
4907
|
}
|
|
4907
|
-
const
|
|
4908
|
+
const tc = {
|
|
4908
4909
|
name: "codeText",
|
|
4909
|
-
tokenize:
|
|
4910
|
-
resolve:
|
|
4911
|
-
previous:
|
|
4910
|
+
tokenize: ac,
|
|
4911
|
+
resolve: nc,
|
|
4912
|
+
previous: rc
|
|
4912
4913
|
};
|
|
4913
|
-
function
|
|
4914
|
+
function nc(e) {
|
|
4914
4915
|
let t = e.length - 4, n = 3, r, a;
|
|
4915
4916
|
if ((e[n][1].type === "lineEnding" || e[n][1].type === "space") && (e[t][1].type === "lineEnding" || e[t][1].type === "space")) {
|
|
4916
4917
|
for (r = n; ++r < t; )
|
|
@@ -4923,10 +4924,10 @@ function tc(e) {
|
|
|
4923
4924
|
a === void 0 ? r !== t && e[r][1].type !== "lineEnding" && (a = r) : (r === t || e[r][1].type === "lineEnding") && (e[a][1].type = "codeTextData", r !== a + 2 && (e[a][1].end = e[r - 1][1].end, e.splice(a + 2, r - a - 2), t -= r - a - 2, r = a + 2), a = void 0);
|
|
4924
4925
|
return e;
|
|
4925
4926
|
}
|
|
4926
|
-
function
|
|
4927
|
+
function rc(e) {
|
|
4927
4928
|
return e !== 96 || this.events[this.events.length - 1][1].type === "characterEscape";
|
|
4928
4929
|
}
|
|
4929
|
-
function
|
|
4930
|
+
function ac(e, t, n) {
|
|
4930
4931
|
let r = 0, a, u;
|
|
4931
4932
|
return i;
|
|
4932
4933
|
function i(d) {
|
|
@@ -4955,7 +4956,7 @@ function Ki(e) {
|
|
|
4955
4956
|
for (; ++u < l.length && l[u][1].type !== "content"; )
|
|
4956
4957
|
l[u][1].type === "chunkText" && (l[u][1]._isInFirstContentOfListItem = !0, u++);
|
|
4957
4958
|
if (r[0] === "enter")
|
|
4958
|
-
r[1].contentType && (Object.assign(t,
|
|
4959
|
+
r[1].contentType && (Object.assign(t, ic(e, n)), n = t[n], c = !0);
|
|
4959
4960
|
else if (r[1]._container) {
|
|
4960
4961
|
for (u = n, a = void 0; u-- && (i = e[u], i[1].type === "lineEnding" || i[1].type === "lineEndingBlank"); )
|
|
4961
4962
|
i[0] === "enter" && (a && (e[a][1].type = "lineEndingBlank"), i[1].type = "lineEnding", a = u);
|
|
@@ -4964,7 +4965,7 @@ function Ki(e) {
|
|
|
4964
4965
|
}
|
|
4965
4966
|
return !c;
|
|
4966
4967
|
}
|
|
4967
|
-
function
|
|
4968
|
+
function ic(e, t) {
|
|
4968
4969
|
const n = e[t][1], r = e[t][2];
|
|
4969
4970
|
let a = t - 1;
|
|
4970
4971
|
const u = [], i = n._tokenizer || r.parser[n.contentType](n.start), o = i.events, l = [], c = {};
|
|
@@ -4986,17 +4987,17 @@ function ac(e, t) {
|
|
|
4986
4987
|
c[h + l[E][0]] = h + l[E][1], h += l[E][1] - l[E][0] - 1;
|
|
4987
4988
|
return c;
|
|
4988
4989
|
}
|
|
4989
|
-
const
|
|
4990
|
-
tokenize: oc,
|
|
4991
|
-
resolve: sc
|
|
4992
|
-
}, uc = {
|
|
4990
|
+
const uc = {
|
|
4993
4991
|
tokenize: lc,
|
|
4992
|
+
resolve: oc
|
|
4993
|
+
}, sc = {
|
|
4994
|
+
tokenize: cc,
|
|
4994
4995
|
partial: !0
|
|
4995
4996
|
};
|
|
4996
|
-
function
|
|
4997
|
+
function oc(e) {
|
|
4997
4998
|
return Ki(e), e;
|
|
4998
4999
|
}
|
|
4999
|
-
function
|
|
5000
|
+
function lc(e, t) {
|
|
5000
5001
|
let n;
|
|
5001
5002
|
return r;
|
|
5002
5003
|
function r(o) {
|
|
@@ -5006,7 +5007,7 @@ function oc(e, t) {
|
|
|
5006
5007
|
}
|
|
5007
5008
|
function a(o) {
|
|
5008
5009
|
return o === null ? u(o) : z(o) ? e.check(
|
|
5009
|
-
|
|
5010
|
+
sc,
|
|
5010
5011
|
i,
|
|
5011
5012
|
u
|
|
5012
5013
|
)(o) : (e.consume(o), a);
|
|
@@ -5021,7 +5022,7 @@ function oc(e, t) {
|
|
|
5021
5022
|
}), n = n.next, a;
|
|
5022
5023
|
}
|
|
5023
5024
|
}
|
|
5024
|
-
function
|
|
5025
|
+
function cc(e, t, n) {
|
|
5025
5026
|
const r = this;
|
|
5026
5027
|
return a;
|
|
5027
5028
|
function a(i) {
|
|
@@ -5117,14 +5118,14 @@ function Ht(e, t) {
|
|
|
5117
5118
|
)(a) : t(a);
|
|
5118
5119
|
}
|
|
5119
5120
|
}
|
|
5120
|
-
const
|
|
5121
|
+
const dc = {
|
|
5121
5122
|
name: "definition",
|
|
5122
|
-
tokenize:
|
|
5123
|
-
},
|
|
5124
|
-
tokenize:
|
|
5123
|
+
tokenize: hc
|
|
5124
|
+
}, fc = {
|
|
5125
|
+
tokenize: pc,
|
|
5125
5126
|
partial: !0
|
|
5126
5127
|
};
|
|
5127
|
-
function
|
|
5128
|
+
function hc(e, t, n) {
|
|
5128
5129
|
const r = this;
|
|
5129
5130
|
let a;
|
|
5130
5131
|
return u;
|
|
@@ -5165,7 +5166,7 @@ function fc(e, t, n) {
|
|
|
5165
5166
|
)(m);
|
|
5166
5167
|
}
|
|
5167
5168
|
function f(m) {
|
|
5168
|
-
return e.attempt(
|
|
5169
|
+
return e.attempt(fc, d, d)(m);
|
|
5169
5170
|
}
|
|
5170
5171
|
function d(m) {
|
|
5171
5172
|
return K(m) ? J(e, E, "whitespace")(m) : E(m);
|
|
@@ -5174,7 +5175,7 @@ function fc(e, t, n) {
|
|
|
5174
5175
|
return m === null || z(m) ? (e.exit("definition"), r.parser.defined.push(a), t(m)) : n(m);
|
|
5175
5176
|
}
|
|
5176
5177
|
}
|
|
5177
|
-
function
|
|
5178
|
+
function pc(e, t, n) {
|
|
5178
5179
|
return r;
|
|
5179
5180
|
function r(o) {
|
|
5180
5181
|
return ie(o) ? Ht(e, a)(o) : n(o);
|
|
@@ -5196,11 +5197,11 @@ function hc(e, t, n) {
|
|
|
5196
5197
|
return o === null || z(o) ? t(o) : n(o);
|
|
5197
5198
|
}
|
|
5198
5199
|
}
|
|
5199
|
-
const
|
|
5200
|
+
const mc = {
|
|
5200
5201
|
name: "hardBreakEscape",
|
|
5201
|
-
tokenize:
|
|
5202
|
+
tokenize: gc
|
|
5202
5203
|
};
|
|
5203
|
-
function
|
|
5204
|
+
function gc(e, t, n) {
|
|
5204
5205
|
return r;
|
|
5205
5206
|
function r(u) {
|
|
5206
5207
|
return e.enter("hardBreakEscape"), e.consume(u), a;
|
|
@@ -5209,12 +5210,12 @@ function mc(e, t, n) {
|
|
|
5209
5210
|
return z(u) ? (e.exit("hardBreakEscape"), t(u)) : n(u);
|
|
5210
5211
|
}
|
|
5211
5212
|
}
|
|
5212
|
-
const
|
|
5213
|
+
const Ec = {
|
|
5213
5214
|
name: "headingAtx",
|
|
5214
|
-
tokenize:
|
|
5215
|
-
resolve:
|
|
5215
|
+
tokenize: Tc,
|
|
5216
|
+
resolve: bc
|
|
5216
5217
|
};
|
|
5217
|
-
function
|
|
5218
|
+
function bc(e, t) {
|
|
5218
5219
|
let n = e.length - 2, r = 3, a, u;
|
|
5219
5220
|
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 && (a = {
|
|
5220
5221
|
type: "atxHeadingText",
|
|
@@ -5232,7 +5233,7 @@ function Ec(e, t) {
|
|
|
5232
5233
|
["exit", a, t]
|
|
5233
5234
|
])), e;
|
|
5234
5235
|
}
|
|
5235
|
-
function
|
|
5236
|
+
function Tc(e, t, n) {
|
|
5236
5237
|
let r = 0;
|
|
5237
5238
|
return a;
|
|
5238
5239
|
function a(f) {
|
|
@@ -5254,7 +5255,7 @@ function bc(e, t, n) {
|
|
|
5254
5255
|
return f === null || f === 35 || ie(f) ? (e.exit("atxHeadingText"), o(f)) : (e.consume(f), c);
|
|
5255
5256
|
}
|
|
5256
5257
|
}
|
|
5257
|
-
const
|
|
5258
|
+
const yc = [
|
|
5258
5259
|
"address",
|
|
5259
5260
|
"article",
|
|
5260
5261
|
"aside",
|
|
@@ -5317,25 +5318,25 @@ const Tc = [
|
|
|
5317
5318
|
"tr",
|
|
5318
5319
|
"track",
|
|
5319
5320
|
"ul"
|
|
5320
|
-
], Aa = ["pre", "script", "style", "textarea"],
|
|
5321
|
+
], Aa = ["pre", "script", "style", "textarea"], Ac = {
|
|
5321
5322
|
name: "htmlFlow",
|
|
5322
|
-
tokenize:
|
|
5323
|
-
resolveTo:
|
|
5323
|
+
tokenize: kc,
|
|
5324
|
+
resolveTo: xc,
|
|
5324
5325
|
concrete: !0
|
|
5325
|
-
}, Ac = {
|
|
5326
|
-
tokenize: Ic,
|
|
5327
|
-
partial: !0
|
|
5328
5326
|
}, _c = {
|
|
5329
|
-
tokenize:
|
|
5327
|
+
tokenize: Sc,
|
|
5328
|
+
partial: !0
|
|
5329
|
+
}, Cc = {
|
|
5330
|
+
tokenize: Ic,
|
|
5330
5331
|
partial: !0
|
|
5331
5332
|
};
|
|
5332
|
-
function
|
|
5333
|
+
function xc(e) {
|
|
5333
5334
|
let t = e.length;
|
|
5334
5335
|
for (; t-- && !(e[t][0] === "enter" && e[t][1].type === "htmlFlow"); )
|
|
5335
5336
|
;
|
|
5336
5337
|
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;
|
|
5337
5338
|
}
|
|
5338
|
-
function
|
|
5339
|
+
function kc(e, t, n) {
|
|
5339
5340
|
const r = this;
|
|
5340
5341
|
let a, u, i, o, l;
|
|
5341
5342
|
return c;
|
|
@@ -5364,7 +5365,7 @@ function xc(e, t, n) {
|
|
|
5364
5365
|
function y(C) {
|
|
5365
5366
|
if (C === null || C === 47 || C === 62 || ie(C)) {
|
|
5366
5367
|
const Te = C === 47, Me = i.toLowerCase();
|
|
5367
|
-
return !Te && !u && Aa.includes(Me) ? (a = 1, r.interrupt ? t(C) : F(C)) :
|
|
5368
|
+
return !Te && !u && Aa.includes(Me) ? (a = 1, r.interrupt ? t(C) : F(C)) : yc.includes(i.toLowerCase()) ? (a = 6, Te ? (e.consume(C), _) : r.interrupt ? t(C) : F(C)) : (a = 7, r.interrupt && !r.parser.lazy[r.now().line] ? n(C) : u ? x(C) : I(C));
|
|
5368
5369
|
}
|
|
5369
5370
|
return C === 45 || ge(C) ? (e.consume(C), i += String.fromCharCode(C), y) : n(C);
|
|
5370
5371
|
}
|
|
@@ -5403,14 +5404,14 @@ function xc(e, t, n) {
|
|
|
5403
5404
|
}
|
|
5404
5405
|
function F(C) {
|
|
5405
5406
|
return C === 45 && a === 2 ? (e.consume(C), te) : C === 60 && a === 1 ? (e.consume(C), se) : C === 62 && a === 4 ? (e.consume(C), ae) : C === 63 && a === 3 ? (e.consume(C), A) : C === 93 && a === 5 ? (e.consume(C), me) : z(C) && (a === 6 || a === 7) ? (e.exit("htmlFlowData"), e.check(
|
|
5406
|
-
|
|
5407
|
+
_c,
|
|
5407
5408
|
Ae,
|
|
5408
5409
|
ee
|
|
5409
5410
|
)(C)) : C === null || z(C) ? (e.exit("htmlFlowData"), ee(C)) : (e.consume(C), F);
|
|
5410
5411
|
}
|
|
5411
5412
|
function ee(C) {
|
|
5412
5413
|
return e.check(
|
|
5413
|
-
|
|
5414
|
+
Cc,
|
|
5414
5415
|
G,
|
|
5415
5416
|
Ae
|
|
5416
5417
|
)(C);
|
|
@@ -5447,7 +5448,7 @@ function xc(e, t, n) {
|
|
|
5447
5448
|
return e.exit("htmlFlow"), t(C);
|
|
5448
5449
|
}
|
|
5449
5450
|
}
|
|
5450
|
-
function
|
|
5451
|
+
function Ic(e, t, n) {
|
|
5451
5452
|
const r = this;
|
|
5452
5453
|
return a;
|
|
5453
5454
|
function a(i) {
|
|
@@ -5457,17 +5458,17 @@ function kc(e, t, n) {
|
|
|
5457
5458
|
return r.parser.lazy[r.now().line] ? n(i) : t(i);
|
|
5458
5459
|
}
|
|
5459
5460
|
}
|
|
5460
|
-
function
|
|
5461
|
+
function Sc(e, t, n) {
|
|
5461
5462
|
return r;
|
|
5462
5463
|
function r(a) {
|
|
5463
5464
|
return e.enter("lineEnding"), e.consume(a), e.exit("lineEnding"), e.attempt(Kt, t, n);
|
|
5464
5465
|
}
|
|
5465
5466
|
}
|
|
5466
|
-
const
|
|
5467
|
+
const Nc = {
|
|
5467
5468
|
name: "htmlText",
|
|
5468
|
-
tokenize:
|
|
5469
|
+
tokenize: Rc
|
|
5469
5470
|
};
|
|
5470
|
-
function
|
|
5471
|
+
function Rc(e, t, n) {
|
|
5471
5472
|
const r = this;
|
|
5472
5473
|
let a, u, i;
|
|
5473
5474
|
return o;
|
|
@@ -5567,17 +5568,17 @@ function Nc(e, t, n) {
|
|
|
5567
5568
|
}
|
|
5568
5569
|
const Nr = {
|
|
5569
5570
|
name: "labelEnd",
|
|
5570
|
-
tokenize:
|
|
5571
|
-
resolveTo:
|
|
5572
|
-
resolveAll:
|
|
5573
|
-
}, Rc = {
|
|
5574
|
-
tokenize: Mc
|
|
5571
|
+
tokenize: Mc,
|
|
5572
|
+
resolveTo: Pc,
|
|
5573
|
+
resolveAll: Dc
|
|
5575
5574
|
}, Lc = {
|
|
5576
5575
|
tokenize: Fc
|
|
5577
5576
|
}, Oc = {
|
|
5578
5577
|
tokenize: Bc
|
|
5578
|
+
}, wc = {
|
|
5579
|
+
tokenize: vc
|
|
5579
5580
|
};
|
|
5580
|
-
function
|
|
5581
|
+
function Dc(e) {
|
|
5581
5582
|
let t = -1;
|
|
5582
5583
|
for (; ++t < e.length; ) {
|
|
5583
5584
|
const n = e[t][1];
|
|
@@ -5585,7 +5586,7 @@ function wc(e) {
|
|
|
5585
5586
|
}
|
|
5586
5587
|
return e;
|
|
5587
5588
|
}
|
|
5588
|
-
function
|
|
5589
|
+
function Pc(e, t) {
|
|
5589
5590
|
let n = e.length, r = 0, a, u, i, o;
|
|
5590
5591
|
for (; n--; )
|
|
5591
5592
|
if (a = e[n][1], u) {
|
|
@@ -5628,7 +5629,7 @@ function Dc(e, t) {
|
|
|
5628
5629
|
["exit", c, t]
|
|
5629
5630
|
]), o = Re(o, e.slice(i + 1)), o = Re(o, [["exit", l, t]]), Ne(e, u, e.length, o), e;
|
|
5630
5631
|
}
|
|
5631
|
-
function
|
|
5632
|
+
function Mc(e, t, n) {
|
|
5632
5633
|
const r = this;
|
|
5633
5634
|
let a = r.events.length, u, i;
|
|
5634
5635
|
for (; a--; )
|
|
@@ -5649,18 +5650,18 @@ function Pc(e, t, n) {
|
|
|
5649
5650
|
}
|
|
5650
5651
|
function l(E) {
|
|
5651
5652
|
return E === 40 ? e.attempt(
|
|
5652
|
-
|
|
5653
|
+
Lc,
|
|
5653
5654
|
f,
|
|
5654
5655
|
i ? f : d
|
|
5655
5656
|
)(E) : E === 91 ? e.attempt(
|
|
5656
|
-
|
|
5657
|
+
Oc,
|
|
5657
5658
|
f,
|
|
5658
5659
|
i ? c : d
|
|
5659
5660
|
)(E) : i ? f(E) : d(E);
|
|
5660
5661
|
}
|
|
5661
5662
|
function c(E) {
|
|
5662
5663
|
return e.attempt(
|
|
5663
|
-
|
|
5664
|
+
wc,
|
|
5664
5665
|
f,
|
|
5665
5666
|
d
|
|
5666
5667
|
)(E);
|
|
@@ -5672,7 +5673,7 @@ function Pc(e, t, n) {
|
|
|
5672
5673
|
return u._balanced = !0, n(E);
|
|
5673
5674
|
}
|
|
5674
5675
|
}
|
|
5675
|
-
function
|
|
5676
|
+
function Fc(e, t, n) {
|
|
5676
5677
|
return r;
|
|
5677
5678
|
function r(d) {
|
|
5678
5679
|
return e.enter("resource"), e.enter("resourceMarker"), e.consume(d), e.exit("resourceMarker"), a;
|
|
@@ -5716,7 +5717,7 @@ function Mc(e, t, n) {
|
|
|
5716
5717
|
return d === 41 ? (e.enter("resourceMarker"), e.consume(d), e.exit("resourceMarker"), e.exit("resource"), t) : n(d);
|
|
5717
5718
|
}
|
|
5718
5719
|
}
|
|
5719
|
-
function
|
|
5720
|
+
function Bc(e, t, n) {
|
|
5720
5721
|
const r = this;
|
|
5721
5722
|
return a;
|
|
5722
5723
|
function a(o) {
|
|
@@ -5741,7 +5742,7 @@ function Fc(e, t, n) {
|
|
|
5741
5742
|
return n(o);
|
|
5742
5743
|
}
|
|
5743
5744
|
}
|
|
5744
|
-
function
|
|
5745
|
+
function vc(e, t, n) {
|
|
5745
5746
|
return r;
|
|
5746
5747
|
function r(u) {
|
|
5747
5748
|
return e.enter("reference"), e.enter("referenceMarker"), e.consume(u), e.exit("referenceMarker"), a;
|
|
@@ -5750,12 +5751,12 @@ function Bc(e, t, n) {
|
|
|
5750
5751
|
return u === 93 ? (e.enter("referenceMarker"), e.consume(u), e.exit("referenceMarker"), e.exit("reference"), t) : n(u);
|
|
5751
5752
|
}
|
|
5752
5753
|
}
|
|
5753
|
-
const
|
|
5754
|
+
const Hc = {
|
|
5754
5755
|
name: "labelStartImage",
|
|
5755
|
-
tokenize:
|
|
5756
|
+
tokenize: Uc,
|
|
5756
5757
|
resolveAll: Nr.resolveAll
|
|
5757
5758
|
};
|
|
5758
|
-
function
|
|
5759
|
+
function Uc(e, t, n) {
|
|
5759
5760
|
const r = this;
|
|
5760
5761
|
return a;
|
|
5761
5762
|
function a(o) {
|
|
@@ -5768,12 +5769,12 @@ function Hc(e, t, n) {
|
|
|
5768
5769
|
return o === 94 && "_hiddenFootnoteSupport" in r.parser.constructs ? n(o) : t(o);
|
|
5769
5770
|
}
|
|
5770
5771
|
}
|
|
5771
|
-
const
|
|
5772
|
+
const zc = {
|
|
5772
5773
|
name: "labelStartLink",
|
|
5773
|
-
tokenize:
|
|
5774
|
+
tokenize: Yc,
|
|
5774
5775
|
resolveAll: Nr.resolveAll
|
|
5775
5776
|
};
|
|
5776
|
-
function
|
|
5777
|
+
function Yc(e, t, n) {
|
|
5777
5778
|
const r = this;
|
|
5778
5779
|
return a;
|
|
5779
5780
|
function a(i) {
|
|
@@ -5785,9 +5786,9 @@ function zc(e, t, n) {
|
|
|
5785
5786
|
}
|
|
5786
5787
|
const Un = {
|
|
5787
5788
|
name: "lineEnding",
|
|
5788
|
-
tokenize:
|
|
5789
|
+
tokenize: jc
|
|
5789
5790
|
};
|
|
5790
|
-
function
|
|
5791
|
+
function jc(e, t) {
|
|
5791
5792
|
return n;
|
|
5792
5793
|
function n(r) {
|
|
5793
5794
|
return e.enter("lineEnding"), e.consume(r), e.exit("lineEnding"), J(e, t, "linePrefix");
|
|
@@ -5795,9 +5796,9 @@ function Yc(e, t) {
|
|
|
5795
5796
|
}
|
|
5796
5797
|
const ln = {
|
|
5797
5798
|
name: "thematicBreak",
|
|
5798
|
-
tokenize:
|
|
5799
|
+
tokenize: Gc
|
|
5799
5800
|
};
|
|
5800
|
-
function
|
|
5801
|
+
function Gc(e, t, n) {
|
|
5801
5802
|
let r = 0, a;
|
|
5802
5803
|
return u;
|
|
5803
5804
|
function u(c) {
|
|
@@ -5815,19 +5816,19 @@ function jc(e, t, n) {
|
|
|
5815
5816
|
}
|
|
5816
5817
|
const Ce = {
|
|
5817
5818
|
name: "list",
|
|
5818
|
-
tokenize:
|
|
5819
|
+
tokenize: Wc,
|
|
5819
5820
|
continuation: {
|
|
5820
|
-
tokenize:
|
|
5821
|
+
tokenize: Vc
|
|
5821
5822
|
},
|
|
5822
|
-
exit:
|
|
5823
|
-
}, Gc = {
|
|
5824
|
-
tokenize: Xc,
|
|
5825
|
-
partial: !0
|
|
5823
|
+
exit: Xc
|
|
5826
5824
|
}, qc = {
|
|
5827
|
-
tokenize:
|
|
5825
|
+
tokenize: Kc,
|
|
5826
|
+
partial: !0
|
|
5827
|
+
}, $c = {
|
|
5828
|
+
tokenize: Qc,
|
|
5828
5829
|
partial: !0
|
|
5829
5830
|
};
|
|
5830
|
-
function
|
|
5831
|
+
function Wc(e, t, n) {
|
|
5831
5832
|
const r = this, a = r.events[r.events.length - 1];
|
|
5832
5833
|
let u = a && a[1].type === "linePrefix" ? a[2].sliceSerialize(a[1], !0).length : 0, i = 0;
|
|
5833
5834
|
return o;
|
|
@@ -5852,7 +5853,7 @@ function $c(e, t, n) {
|
|
|
5852
5853
|
// Can’t be empty when interrupting.
|
|
5853
5854
|
r.interrupt ? n : f,
|
|
5854
5855
|
e.attempt(
|
|
5855
|
-
|
|
5856
|
+
qc,
|
|
5856
5857
|
E,
|
|
5857
5858
|
d
|
|
5858
5859
|
)
|
|
@@ -5868,7 +5869,7 @@ function $c(e, t, n) {
|
|
|
5868
5869
|
return r.containerState.size = u + r.sliceSerialize(e.exit("listItemPrefix"), !0).length, t(m);
|
|
5869
5870
|
}
|
|
5870
5871
|
}
|
|
5871
|
-
function
|
|
5872
|
+
function Vc(e, t, n) {
|
|
5872
5873
|
const r = this;
|
|
5873
5874
|
return r.containerState._closeFlow = void 0, e.check(Kt, a, u);
|
|
5874
5875
|
function a(o) {
|
|
@@ -5880,7 +5881,7 @@ function Wc(e, t, n) {
|
|
|
5880
5881
|
)(o);
|
|
5881
5882
|
}
|
|
5882
5883
|
function u(o) {
|
|
5883
|
-
return r.containerState.furtherBlankLines || !K(o) ? (r.containerState.furtherBlankLines = void 0, r.containerState.initialBlankLine = void 0, i(o)) : (r.containerState.furtherBlankLines = void 0, r.containerState.initialBlankLine = void 0, e.attempt(
|
|
5884
|
+
return r.containerState.furtherBlankLines || !K(o) ? (r.containerState.furtherBlankLines = void 0, r.containerState.initialBlankLine = void 0, i(o)) : (r.containerState.furtherBlankLines = void 0, r.containerState.initialBlankLine = void 0, e.attempt($c, t, i)(o));
|
|
5884
5885
|
}
|
|
5885
5886
|
function i(o) {
|
|
5886
5887
|
return r.containerState._closeFlow = !0, r.interrupt = void 0, J(
|
|
@@ -5891,7 +5892,7 @@ function Wc(e, t, n) {
|
|
|
5891
5892
|
)(o);
|
|
5892
5893
|
}
|
|
5893
5894
|
}
|
|
5894
|
-
function
|
|
5895
|
+
function Qc(e, t, n) {
|
|
5895
5896
|
const r = this;
|
|
5896
5897
|
return J(
|
|
5897
5898
|
e,
|
|
@@ -5904,10 +5905,10 @@ function Vc(e, t, n) {
|
|
|
5904
5905
|
return i && i[1].type === "listItemIndent" && i[2].sliceSerialize(i[1], !0).length === r.containerState.size ? t(u) : n(u);
|
|
5905
5906
|
}
|
|
5906
5907
|
}
|
|
5907
|
-
function
|
|
5908
|
+
function Xc(e) {
|
|
5908
5909
|
e.exit(this.containerState.type);
|
|
5909
5910
|
}
|
|
5910
|
-
function
|
|
5911
|
+
function Kc(e, t, n) {
|
|
5911
5912
|
const r = this;
|
|
5912
5913
|
return J(
|
|
5913
5914
|
e,
|
|
@@ -5922,10 +5923,10 @@ function Xc(e, t, n) {
|
|
|
5922
5923
|
}
|
|
5923
5924
|
const _a = {
|
|
5924
5925
|
name: "setextUnderline",
|
|
5925
|
-
tokenize:
|
|
5926
|
-
resolveTo:
|
|
5926
|
+
tokenize: Jc,
|
|
5927
|
+
resolveTo: Zc
|
|
5927
5928
|
};
|
|
5928
|
-
function
|
|
5929
|
+
function Zc(e, t) {
|
|
5929
5930
|
let n = e.length, r, a, u;
|
|
5930
5931
|
for (; n--; )
|
|
5931
5932
|
if (e[n][0] === "enter") {
|
|
@@ -5943,7 +5944,7 @@ function Kc(e, t) {
|
|
|
5943
5944
|
};
|
|
5944
5945
|
return e[a][1].type = "setextHeadingText", u ? (e.splice(a, 0, ["enter", i, t]), e.splice(u + 1, 0, ["exit", e[r][1], t]), e[r][1].end = Object.assign({}, e[u][1].end)) : e[r][1] = i, e.push(["exit", i, t]), e;
|
|
5945
5946
|
}
|
|
5946
|
-
function
|
|
5947
|
+
function Jc(e, t, n) {
|
|
5947
5948
|
const r = this;
|
|
5948
5949
|
let a;
|
|
5949
5950
|
return u;
|
|
@@ -5966,10 +5967,10 @@ function Zc(e, t, n) {
|
|
|
5966
5967
|
return c === null || z(c) ? (e.exit("setextHeadingLine"), t(c)) : n(c);
|
|
5967
5968
|
}
|
|
5968
5969
|
}
|
|
5969
|
-
const
|
|
5970
|
-
tokenize:
|
|
5970
|
+
const ed = {
|
|
5971
|
+
tokenize: td
|
|
5971
5972
|
};
|
|
5972
|
-
function
|
|
5973
|
+
function td(e) {
|
|
5973
5974
|
const t = this, n = e.attempt(
|
|
5974
5975
|
// Try to parse a blank line.
|
|
5975
5976
|
Kt,
|
|
@@ -5983,7 +5984,7 @@ function ed(e) {
|
|
|
5983
5984
|
e.attempt(
|
|
5984
5985
|
this.parser.constructs.flow,
|
|
5985
5986
|
a,
|
|
5986
|
-
e.attempt(
|
|
5987
|
+
e.attempt(uc, a)
|
|
5987
5988
|
),
|
|
5988
5989
|
"linePrefix"
|
|
5989
5990
|
)
|
|
@@ -6005,14 +6006,14 @@ function ed(e) {
|
|
|
6005
6006
|
return e.enter("lineEnding"), e.consume(u), e.exit("lineEnding"), t.currentConstruct = void 0, n;
|
|
6006
6007
|
}
|
|
6007
6008
|
}
|
|
6008
|
-
const
|
|
6009
|
+
const nd = {
|
|
6009
6010
|
resolveAll: nu()
|
|
6010
|
-
},
|
|
6011
|
+
}, rd = tu("string"), ad = tu("text");
|
|
6011
6012
|
function tu(e) {
|
|
6012
6013
|
return {
|
|
6013
6014
|
tokenize: t,
|
|
6014
6015
|
resolveAll: nu(
|
|
6015
|
-
e === "text" ?
|
|
6016
|
+
e === "text" ? id : void 0
|
|
6016
6017
|
)
|
|
6017
6018
|
};
|
|
6018
6019
|
function t(n) {
|
|
@@ -6055,7 +6056,7 @@ function nu(e) {
|
|
|
6055
6056
|
return e ? e(n, r) : n;
|
|
6056
6057
|
}
|
|
6057
6058
|
}
|
|
6058
|
-
function
|
|
6059
|
+
function id(e, t) {
|
|
6059
6060
|
let n = 0;
|
|
6060
6061
|
for (; ++n <= e.length; )
|
|
6061
6062
|
if ((n === e.length || e[n][1].type === "lineEnding") && e[n - 1][1].type === "data") {
|
|
@@ -6098,7 +6099,7 @@ function ad(e, t) {
|
|
|
6098
6099
|
}
|
|
6099
6100
|
return e;
|
|
6100
6101
|
}
|
|
6101
|
-
function
|
|
6102
|
+
function ud(e, t, n) {
|
|
6102
6103
|
let r = Object.assign(
|
|
6103
6104
|
n ? Object.assign({}, n) : {
|
|
6104
6105
|
line: 1,
|
|
@@ -6139,10 +6140,10 @@ function id(e, t, n) {
|
|
|
6139
6140
|
return i = Re(i, H), y(), i[i.length - 1] !== null ? [] : (q(t, 0), c.events = kn(u, c.events, c), c.events);
|
|
6140
6141
|
}
|
|
6141
6142
|
function E(H, F) {
|
|
6142
|
-
return
|
|
6143
|
+
return od(m(H), F);
|
|
6143
6144
|
}
|
|
6144
6145
|
function m(H) {
|
|
6145
|
-
return
|
|
6146
|
+
return sd(i, H);
|
|
6146
6147
|
}
|
|
6147
6148
|
function h() {
|
|
6148
6149
|
const { line: H, column: F, offset: ee, _index: G, _bufferIndex: j } = r;
|
|
@@ -6255,7 +6256,7 @@ function id(e, t, n) {
|
|
|
6255
6256
|
r.line in a && r.column < 2 && (r.column = a[r.line], r.offset += a[r.line] - 1);
|
|
6256
6257
|
}
|
|
6257
6258
|
}
|
|
6258
|
-
function
|
|
6259
|
+
function sd(e, t) {
|
|
6259
6260
|
const n = t.start._index, r = t.start._bufferIndex, a = t.end._index, u = t.end._bufferIndex;
|
|
6260
6261
|
let i;
|
|
6261
6262
|
if (n === a)
|
|
@@ -6269,7 +6270,7 @@ function ud(e, t) {
|
|
|
6269
6270
|
}
|
|
6270
6271
|
return i;
|
|
6271
6272
|
}
|
|
6272
|
-
function
|
|
6273
|
+
function od(e, t) {
|
|
6273
6274
|
let n = -1;
|
|
6274
6275
|
const r = [];
|
|
6275
6276
|
let a;
|
|
@@ -6310,7 +6311,7 @@ function sd(e, t) {
|
|
|
6310
6311
|
}
|
|
6311
6312
|
return r.join("");
|
|
6312
6313
|
}
|
|
6313
|
-
const
|
|
6314
|
+
const ld = {
|
|
6314
6315
|
42: Ce,
|
|
6315
6316
|
43: Ce,
|
|
6316
6317
|
45: Ce,
|
|
@@ -6325,84 +6326,84 @@ const od = {
|
|
|
6325
6326
|
56: Ce,
|
|
6326
6327
|
57: Ce,
|
|
6327
6328
|
62: Vi
|
|
6328
|
-
}, ld = {
|
|
6329
|
-
91: cc
|
|
6330
6329
|
}, cd = {
|
|
6330
|
+
91: dc
|
|
6331
|
+
}, dd = {
|
|
6331
6332
|
[-2]: Hn,
|
|
6332
6333
|
[-1]: Hn,
|
|
6333
6334
|
32: Hn
|
|
6334
|
-
},
|
|
6335
|
-
35:
|
|
6335
|
+
}, fd = {
|
|
6336
|
+
35: Ec,
|
|
6336
6337
|
42: ln,
|
|
6337
6338
|
45: [_a, ln],
|
|
6338
|
-
60:
|
|
6339
|
+
60: Ac,
|
|
6339
6340
|
61: _a,
|
|
6340
6341
|
95: ln,
|
|
6341
6342
|
96: ya,
|
|
6342
6343
|
126: ya
|
|
6343
|
-
},
|
|
6344
|
+
}, hd = {
|
|
6344
6345
|
38: Xi,
|
|
6345
6346
|
92: Qi
|
|
6346
|
-
},
|
|
6347
|
+
}, pd = {
|
|
6347
6348
|
[-5]: Un,
|
|
6348
6349
|
[-4]: Un,
|
|
6349
6350
|
[-3]: Un,
|
|
6350
|
-
33:
|
|
6351
|
+
33: Hc,
|
|
6351
6352
|
38: Xi,
|
|
6352
6353
|
42: ur,
|
|
6353
|
-
60: [
|
|
6354
|
-
91:
|
|
6355
|
-
92: [
|
|
6354
|
+
60: [Yl, Nc],
|
|
6355
|
+
91: zc,
|
|
6356
|
+
92: [mc, Qi],
|
|
6356
6357
|
93: Nr,
|
|
6357
6358
|
95: ur,
|
|
6358
|
-
96:
|
|
6359
|
-
}, pd = {
|
|
6360
|
-
null: [ur, td]
|
|
6359
|
+
96: tc
|
|
6361
6360
|
}, md = {
|
|
6362
|
-
null: [
|
|
6361
|
+
null: [ur, nd]
|
|
6363
6362
|
}, gd = {
|
|
6363
|
+
null: [42, 95]
|
|
6364
|
+
}, Ed = {
|
|
6364
6365
|
null: []
|
|
6365
|
-
},
|
|
6366
|
+
}, bd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6366
6367
|
__proto__: null,
|
|
6367
|
-
attentionMarkers:
|
|
6368
|
-
contentInitial:
|
|
6369
|
-
disable:
|
|
6370
|
-
document:
|
|
6371
|
-
flow:
|
|
6372
|
-
flowInitial:
|
|
6373
|
-
insideSpan:
|
|
6374
|
-
string:
|
|
6375
|
-
text:
|
|
6368
|
+
attentionMarkers: gd,
|
|
6369
|
+
contentInitial: cd,
|
|
6370
|
+
disable: Ed,
|
|
6371
|
+
document: ld,
|
|
6372
|
+
flow: fd,
|
|
6373
|
+
flowInitial: dd,
|
|
6374
|
+
insideSpan: md,
|
|
6375
|
+
string: hd,
|
|
6376
|
+
text: pd
|
|
6376
6377
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
6377
|
-
function
|
|
6378
|
+
function Td(e) {
|
|
6378
6379
|
const n = (
|
|
6379
6380
|
/** @type {FullNormalizedExtension} */
|
|
6380
|
-
$i([
|
|
6381
|
+
$i([bd, ...(e || {}).extensions || []])
|
|
6381
6382
|
), r = {
|
|
6382
6383
|
defined: [],
|
|
6383
6384
|
lazy: {},
|
|
6384
6385
|
constructs: n,
|
|
6385
|
-
content: a(
|
|
6386
|
-
document: a(
|
|
6387
|
-
flow: a(
|
|
6388
|
-
string: a(
|
|
6389
|
-
text: a(
|
|
6386
|
+
content: a(Ml),
|
|
6387
|
+
document: a(Bl),
|
|
6388
|
+
flow: a(ed),
|
|
6389
|
+
string: a(rd),
|
|
6390
|
+
text: a(ad)
|
|
6390
6391
|
};
|
|
6391
6392
|
return r;
|
|
6392
6393
|
function a(u) {
|
|
6393
6394
|
return i;
|
|
6394
6395
|
function i(o) {
|
|
6395
|
-
return
|
|
6396
|
+
return ud(r, u, o);
|
|
6396
6397
|
}
|
|
6397
6398
|
}
|
|
6398
6399
|
}
|
|
6399
|
-
function
|
|
6400
|
+
function yd(e) {
|
|
6400
6401
|
for (; !Ki(e); )
|
|
6401
6402
|
;
|
|
6402
6403
|
return e;
|
|
6403
6404
|
}
|
|
6404
6405
|
const Ca = /[\0\t\n\r]/g;
|
|
6405
|
-
function
|
|
6406
|
+
function Ad() {
|
|
6406
6407
|
let e = 1, t = "", n = !0, r;
|
|
6407
6408
|
return a;
|
|
6408
6409
|
function a(u, i, o) {
|
|
@@ -6437,11 +6438,11 @@ function yd() {
|
|
|
6437
6438
|
return o && (r && l.push(-5), t && l.push(t), l.push(null)), l;
|
|
6438
6439
|
}
|
|
6439
6440
|
}
|
|
6440
|
-
const
|
|
6441
|
-
function
|
|
6442
|
-
return e.replace(
|
|
6441
|
+
const _d = /\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;
|
|
6442
|
+
function Cd(e) {
|
|
6443
|
+
return e.replace(_d, xd);
|
|
6443
6444
|
}
|
|
6444
|
-
function
|
|
6445
|
+
function xd(e, t, n) {
|
|
6445
6446
|
if (t)
|
|
6446
6447
|
return t;
|
|
6447
6448
|
if (n.charCodeAt(0) === 35) {
|
|
@@ -6451,14 +6452,14 @@ function Cd(e, t, n) {
|
|
|
6451
6452
|
return Sr(n) || e;
|
|
6452
6453
|
}
|
|
6453
6454
|
const ru = {}.hasOwnProperty;
|
|
6454
|
-
function
|
|
6455
|
-
return typeof t != "string" && (n = t, t = void 0),
|
|
6456
|
-
|
|
6457
|
-
|
|
6455
|
+
function kd(e, t, n) {
|
|
6456
|
+
return typeof t != "string" && (n = t, t = void 0), Id(n)(
|
|
6457
|
+
yd(
|
|
6458
|
+
Td(n).document().write(Ad()(e, t, !0))
|
|
6458
6459
|
)
|
|
6459
6460
|
);
|
|
6460
6461
|
}
|
|
6461
|
-
function
|
|
6462
|
+
function Id(e) {
|
|
6462
6463
|
const t = {
|
|
6463
6464
|
transforms: [],
|
|
6464
6465
|
canContainEols: ["emphasis", "fragment", "heading", "paragraph", "strong"],
|
|
@@ -6827,7 +6828,7 @@ function kd(e) {
|
|
|
6827
6828
|
}
|
|
6828
6829
|
function re(O) {
|
|
6829
6830
|
const v = this.sliceSerialize(O), $ = this.stack[this.stack.length - 2];
|
|
6830
|
-
$.label =
|
|
6831
|
+
$.label = Cd(v), $.identifier = De(v).toLowerCase();
|
|
6831
6832
|
}
|
|
6832
6833
|
function me() {
|
|
6833
6834
|
const O = this.stack[this.stack.length - 1], v = this.resume(), $ = this.stack[this.stack.length - 1];
|
|
@@ -7002,10 +7003,10 @@ function au(e, t) {
|
|
|
7002
7003
|
let n = -1;
|
|
7003
7004
|
for (; ++n < t.length; ) {
|
|
7004
7005
|
const r = t[n];
|
|
7005
|
-
Array.isArray(r) ? au(e, r) :
|
|
7006
|
+
Array.isArray(r) ? au(e, r) : Sd(e, r);
|
|
7006
7007
|
}
|
|
7007
7008
|
}
|
|
7008
|
-
function
|
|
7009
|
+
function Sd(e, t) {
|
|
7009
7010
|
let n;
|
|
7010
7011
|
for (n in t)
|
|
7011
7012
|
if (ru.call(t, n))
|
|
@@ -7044,11 +7045,11 @@ function xa(e, t) {
|
|
|
7044
7045
|
}) + ") is still open"
|
|
7045
7046
|
);
|
|
7046
7047
|
}
|
|
7047
|
-
function
|
|
7048
|
+
function Nd(e) {
|
|
7048
7049
|
const t = this;
|
|
7049
7050
|
t.parser = n;
|
|
7050
7051
|
function n(r) {
|
|
7051
|
-
return
|
|
7052
|
+
return kd(r, {
|
|
7052
7053
|
...t.data("settings"),
|
|
7053
7054
|
...e,
|
|
7054
7055
|
// Note: these options are not in the readme.
|
|
@@ -7059,7 +7060,7 @@ function Sd(e) {
|
|
|
7059
7060
|
});
|
|
7060
7061
|
}
|
|
7061
7062
|
}
|
|
7062
|
-
function
|
|
7063
|
+
function Rd(e, t) {
|
|
7063
7064
|
const n = {
|
|
7064
7065
|
type: "element",
|
|
7065
7066
|
tagName: "blockquote",
|
|
@@ -7068,12 +7069,12 @@ function Nd(e, t) {
|
|
|
7068
7069
|
};
|
|
7069
7070
|
return e.patch(t, n), e.applyData(t, n);
|
|
7070
7071
|
}
|
|
7071
|
-
function
|
|
7072
|
+
function Ld(e, t) {
|
|
7072
7073
|
const n = { type: "element", tagName: "br", properties: {}, children: [] };
|
|
7073
7074
|
return e.patch(t, n), [e.applyData(t, n), { type: "text", value: `
|
|
7074
7075
|
` }];
|
|
7075
7076
|
}
|
|
7076
|
-
function
|
|
7077
|
+
function Od(e, t) {
|
|
7077
7078
|
const n = t.value ? t.value + `
|
|
7078
7079
|
` : "", r = {};
|
|
7079
7080
|
t.lang && (r.className = ["language-" + t.lang]);
|
|
@@ -7085,7 +7086,7 @@ function Ld(e, t) {
|
|
|
7085
7086
|
};
|
|
7086
7087
|
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;
|
|
7087
7088
|
}
|
|
7088
|
-
function
|
|
7089
|
+
function wd(e, t) {
|
|
7089
7090
|
const n = {
|
|
7090
7091
|
type: "element",
|
|
7091
7092
|
tagName: "del",
|
|
@@ -7094,7 +7095,7 @@ function Od(e, t) {
|
|
|
7094
7095
|
};
|
|
7095
7096
|
return e.patch(t, n), e.applyData(t, n);
|
|
7096
7097
|
}
|
|
7097
|
-
function
|
|
7098
|
+
function Dd(e, t) {
|
|
7098
7099
|
const n = {
|
|
7099
7100
|
type: "element",
|
|
7100
7101
|
tagName: "em",
|
|
@@ -7103,7 +7104,7 @@ function wd(e, t) {
|
|
|
7103
7104
|
};
|
|
7104
7105
|
return e.patch(t, n), e.applyData(t, n);
|
|
7105
7106
|
}
|
|
7106
|
-
function
|
|
7107
|
+
function Pd(e, t) {
|
|
7107
7108
|
const n = typeof e.options.clobberPrefix == "string" ? e.options.clobberPrefix : "user-content-", r = String(t.identifier).toUpperCase(), a = It(r.toLowerCase()), u = e.footnoteOrder.indexOf(r);
|
|
7108
7109
|
let i, o = e.footnoteCounts.get(r);
|
|
7109
7110
|
o === void 0 ? (o = 0, e.footnoteOrder.push(r), i = e.footnoteOrder.length) : i = u + 1, o += 1, e.footnoteCounts.set(r, o);
|
|
@@ -7127,7 +7128,7 @@ function Dd(e, t) {
|
|
|
7127
7128
|
};
|
|
7128
7129
|
return e.patch(t, c), e.applyData(t, c);
|
|
7129
7130
|
}
|
|
7130
|
-
function
|
|
7131
|
+
function Md(e, t) {
|
|
7131
7132
|
const n = {
|
|
7132
7133
|
type: "element",
|
|
7133
7134
|
tagName: "h" + t.depth,
|
|
@@ -7136,7 +7137,7 @@ function Pd(e, t) {
|
|
|
7136
7137
|
};
|
|
7137
7138
|
return e.patch(t, n), e.applyData(t, n);
|
|
7138
7139
|
}
|
|
7139
|
-
function
|
|
7140
|
+
function Fd(e, t) {
|
|
7140
7141
|
if (e.options.allowDangerousHtml) {
|
|
7141
7142
|
const n = { type: "raw", value: t.value };
|
|
7142
7143
|
return e.patch(t, n), e.applyData(t, n);
|
|
@@ -7152,7 +7153,7 @@ function iu(e, t) {
|
|
|
7152
7153
|
const i = a[a.length - 1];
|
|
7153
7154
|
return i && i.type === "text" ? i.value += r : a.push({ type: "text", value: r }), a;
|
|
7154
7155
|
}
|
|
7155
|
-
function
|
|
7156
|
+
function Bd(e, t) {
|
|
7156
7157
|
const n = String(t.identifier).toUpperCase(), r = e.definitionById.get(n);
|
|
7157
7158
|
if (!r)
|
|
7158
7159
|
return iu(e, t);
|
|
@@ -7161,13 +7162,13 @@ function Fd(e, t) {
|
|
|
7161
7162
|
const u = { type: "element", tagName: "img", properties: a, children: [] };
|
|
7162
7163
|
return e.patch(t, u), e.applyData(t, u);
|
|
7163
7164
|
}
|
|
7164
|
-
function
|
|
7165
|
+
function vd(e, t) {
|
|
7165
7166
|
const n = { src: It(t.url) };
|
|
7166
7167
|
t.alt !== null && t.alt !== void 0 && (n.alt = t.alt), t.title !== null && t.title !== void 0 && (n.title = t.title);
|
|
7167
7168
|
const r = { type: "element", tagName: "img", properties: n, children: [] };
|
|
7168
7169
|
return e.patch(t, r), e.applyData(t, r);
|
|
7169
7170
|
}
|
|
7170
|
-
function
|
|
7171
|
+
function Hd(e, t) {
|
|
7171
7172
|
const n = { type: "text", value: t.value.replace(/\r?\n|\r/g, " ") };
|
|
7172
7173
|
e.patch(t, n);
|
|
7173
7174
|
const r = {
|
|
@@ -7178,7 +7179,7 @@ function vd(e, t) {
|
|
|
7178
7179
|
};
|
|
7179
7180
|
return e.patch(t, r), e.applyData(t, r);
|
|
7180
7181
|
}
|
|
7181
|
-
function
|
|
7182
|
+
function Ud(e, t) {
|
|
7182
7183
|
const n = String(t.identifier).toUpperCase(), r = e.definitionById.get(n);
|
|
7183
7184
|
if (!r)
|
|
7184
7185
|
return iu(e, t);
|
|
@@ -7192,7 +7193,7 @@ function Hd(e, t) {
|
|
|
7192
7193
|
};
|
|
7193
7194
|
return e.patch(t, u), e.applyData(t, u);
|
|
7194
7195
|
}
|
|
7195
|
-
function
|
|
7196
|
+
function zd(e, t) {
|
|
7196
7197
|
const n = { href: It(t.url) };
|
|
7197
7198
|
t.title !== null && t.title !== void 0 && (n.title = t.title);
|
|
7198
7199
|
const r = {
|
|
@@ -7203,8 +7204,8 @@ function Ud(e, t) {
|
|
|
7203
7204
|
};
|
|
7204
7205
|
return e.patch(t, r), e.applyData(t, r);
|
|
7205
7206
|
}
|
|
7206
|
-
function
|
|
7207
|
-
const r = e.all(t), a = n ?
|
|
7207
|
+
function Yd(e, t, n) {
|
|
7208
|
+
const r = e.all(t), a = n ? jd(n) : uu(t), u = {}, i = [];
|
|
7208
7209
|
if (typeof t.checked == "boolean") {
|
|
7209
7210
|
const f = r[0];
|
|
7210
7211
|
let d;
|
|
@@ -7227,7 +7228,7 @@ function zd(e, t, n) {
|
|
|
7227
7228
|
const c = { type: "element", tagName: "li", properties: u, children: i };
|
|
7228
7229
|
return e.patch(t, c), e.applyData(t, c);
|
|
7229
7230
|
}
|
|
7230
|
-
function
|
|
7231
|
+
function jd(e) {
|
|
7231
7232
|
let t = !1;
|
|
7232
7233
|
if (e.type === "list") {
|
|
7233
7234
|
t = e.spread || !1;
|
|
@@ -7242,7 +7243,7 @@ function uu(e) {
|
|
|
7242
7243
|
const t = e.spread;
|
|
7243
7244
|
return t ?? e.children.length > 1;
|
|
7244
7245
|
}
|
|
7245
|
-
function
|
|
7246
|
+
function Gd(e, t) {
|
|
7246
7247
|
const n = {}, r = e.all(t);
|
|
7247
7248
|
let a = -1;
|
|
7248
7249
|
for (typeof t.start == "number" && t.start !== 1 && (n.start = t.start); ++a < r.length; ) {
|
|
@@ -7260,7 +7261,7 @@ function jd(e, t) {
|
|
|
7260
7261
|
};
|
|
7261
7262
|
return e.patch(t, u), e.applyData(t, u);
|
|
7262
7263
|
}
|
|
7263
|
-
function
|
|
7264
|
+
function qd(e, t) {
|
|
7264
7265
|
const n = {
|
|
7265
7266
|
type: "element",
|
|
7266
7267
|
tagName: "p",
|
|
@@ -7269,11 +7270,11 @@ function Gd(e, t) {
|
|
|
7269
7270
|
};
|
|
7270
7271
|
return e.patch(t, n), e.applyData(t, n);
|
|
7271
7272
|
}
|
|
7272
|
-
function
|
|
7273
|
+
function $d(e, t) {
|
|
7273
7274
|
const n = { type: "root", children: e.wrap(e.all(t)) };
|
|
7274
7275
|
return e.patch(t, n), e.applyData(t, n);
|
|
7275
7276
|
}
|
|
7276
|
-
function
|
|
7277
|
+
function Wd(e, t) {
|
|
7277
7278
|
const n = {
|
|
7278
7279
|
type: "element",
|
|
7279
7280
|
tagName: "strong",
|
|
@@ -7282,7 +7283,7 @@ function $d(e, t) {
|
|
|
7282
7283
|
};
|
|
7283
7284
|
return e.patch(t, n), e.applyData(t, n);
|
|
7284
7285
|
}
|
|
7285
|
-
function
|
|
7286
|
+
function Vd(e, t) {
|
|
7286
7287
|
const n = e.all(t), r = n.shift(), a = [];
|
|
7287
7288
|
if (r) {
|
|
7288
7289
|
const i = {
|
|
@@ -7310,7 +7311,7 @@ function Wd(e, t) {
|
|
|
7310
7311
|
};
|
|
7311
7312
|
return e.patch(t, u), e.applyData(t, u);
|
|
7312
7313
|
}
|
|
7313
|
-
function
|
|
7314
|
+
function Qd(e, t, n) {
|
|
7314
7315
|
const r = n ? n.children : void 0, u = (r ? r.indexOf(t) : 1) === 0 ? "th" : "td", i = n && n.type === "table" ? n.align : void 0, o = i ? i.length : t.children.length;
|
|
7315
7316
|
let l = -1;
|
|
7316
7317
|
const c = [];
|
|
@@ -7328,7 +7329,7 @@ function Vd(e, t, n) {
|
|
|
7328
7329
|
};
|
|
7329
7330
|
return e.patch(t, f), e.applyData(t, f);
|
|
7330
7331
|
}
|
|
7331
|
-
function
|
|
7332
|
+
function Xd(e, t) {
|
|
7332
7333
|
const n = {
|
|
7333
7334
|
type: "element",
|
|
7334
7335
|
tagName: "td",
|
|
@@ -7339,7 +7340,7 @@ function Qd(e, t) {
|
|
|
7339
7340
|
return e.patch(t, n), e.applyData(t, n);
|
|
7340
7341
|
}
|
|
7341
7342
|
const ka = 9, Ia = 32;
|
|
7342
|
-
function
|
|
7343
|
+
function Kd(e) {
|
|
7343
7344
|
const t = String(e), n = /\r?\n|\r/g;
|
|
7344
7345
|
let r = n.exec(t), a = 0;
|
|
7345
7346
|
const u = [];
|
|
@@ -7364,11 +7365,11 @@ function Sa(e, t, n) {
|
|
|
7364
7365
|
}
|
|
7365
7366
|
return a > r ? e.slice(r, a) : "";
|
|
7366
7367
|
}
|
|
7367
|
-
function
|
|
7368
|
-
const n = { type: "text", value:
|
|
7368
|
+
function Zd(e, t) {
|
|
7369
|
+
const n = { type: "text", value: Kd(String(t.value)) };
|
|
7369
7370
|
return e.patch(t, n), e.applyData(t, n);
|
|
7370
7371
|
}
|
|
7371
|
-
function
|
|
7372
|
+
function Jd(e, t) {
|
|
7372
7373
|
const n = {
|
|
7373
7374
|
type: "element",
|
|
7374
7375
|
tagName: "hr",
|
|
@@ -7377,31 +7378,31 @@ function Zd(e, t) {
|
|
|
7377
7378
|
};
|
|
7378
7379
|
return e.patch(t, n), e.applyData(t, n);
|
|
7379
7380
|
}
|
|
7380
|
-
const
|
|
7381
|
-
blockquote:
|
|
7382
|
-
break:
|
|
7383
|
-
code:
|
|
7384
|
-
delete:
|
|
7385
|
-
emphasis:
|
|
7386
|
-
footnoteReference:
|
|
7387
|
-
heading:
|
|
7388
|
-
html:
|
|
7389
|
-
imageReference:
|
|
7390
|
-
image:
|
|
7391
|
-
inlineCode:
|
|
7392
|
-
linkReference:
|
|
7393
|
-
link:
|
|
7394
|
-
listItem:
|
|
7395
|
-
list:
|
|
7396
|
-
paragraph:
|
|
7381
|
+
const e0 = {
|
|
7382
|
+
blockquote: Rd,
|
|
7383
|
+
break: Ld,
|
|
7384
|
+
code: Od,
|
|
7385
|
+
delete: wd,
|
|
7386
|
+
emphasis: Dd,
|
|
7387
|
+
footnoteReference: Pd,
|
|
7388
|
+
heading: Md,
|
|
7389
|
+
html: Fd,
|
|
7390
|
+
imageReference: Bd,
|
|
7391
|
+
image: vd,
|
|
7392
|
+
inlineCode: Hd,
|
|
7393
|
+
linkReference: Ud,
|
|
7394
|
+
link: zd,
|
|
7395
|
+
listItem: Yd,
|
|
7396
|
+
list: Gd,
|
|
7397
|
+
paragraph: qd,
|
|
7397
7398
|
// @ts-expect-error: root is different, but hard to type.
|
|
7398
|
-
root:
|
|
7399
|
-
strong:
|
|
7400
|
-
table:
|
|
7401
|
-
tableCell:
|
|
7402
|
-
tableRow:
|
|
7403
|
-
text:
|
|
7404
|
-
thematicBreak:
|
|
7399
|
+
root: $d,
|
|
7400
|
+
strong: Wd,
|
|
7401
|
+
table: Vd,
|
|
7402
|
+
tableCell: Xd,
|
|
7403
|
+
tableRow: Qd,
|
|
7404
|
+
text: Zd,
|
|
7405
|
+
thematicBreak: Jd,
|
|
7405
7406
|
toml: nn,
|
|
7406
7407
|
yaml: nn,
|
|
7407
7408
|
definition: nn,
|
|
@@ -7409,7 +7410,7 @@ const Jd = {
|
|
|
7409
7410
|
};
|
|
7410
7411
|
function nn() {
|
|
7411
7412
|
}
|
|
7412
|
-
const su = -1, In = 0, En = 1, bn = 2, Rr = 3, Lr = 4, Or = 5, wr = 6, ou = 7, lu = 8, Na = typeof self == "object" ? self : globalThis,
|
|
7413
|
+
const su = -1, In = 0, En = 1, bn = 2, Rr = 3, Lr = 4, Or = 5, wr = 6, ou = 7, lu = 8, Na = typeof self == "object" ? self : globalThis, t0 = (e, t) => {
|
|
7413
7414
|
const n = (a, u) => (e.set(u, a), a), r = (a) => {
|
|
7414
7415
|
if (e.has(a))
|
|
7415
7416
|
return e.get(a);
|
|
@@ -7460,11 +7461,11 @@ const su = -1, In = 0, En = 1, bn = 2, Rr = 3, Lr = 4, Or = 5, wr = 6, ou = 7, l
|
|
|
7460
7461
|
return n(new Na[u](i), a);
|
|
7461
7462
|
};
|
|
7462
7463
|
return r;
|
|
7463
|
-
}, Ra = (e) =>
|
|
7464
|
+
}, Ra = (e) => t0(/* @__PURE__ */ new Map(), e)(0), pt = "", { toString: n0 } = {}, { keys: r0 } = Object, Pt = (e) => {
|
|
7464
7465
|
const t = typeof e;
|
|
7465
7466
|
if (t !== "object" || !e)
|
|
7466
7467
|
return [In, t];
|
|
7467
|
-
const n =
|
|
7468
|
+
const n = n0.call(e).slice(8, -1);
|
|
7468
7469
|
switch (n) {
|
|
7469
7470
|
case "Array":
|
|
7470
7471
|
return [En, pt];
|
|
@@ -7480,7 +7481,7 @@ const su = -1, In = 0, En = 1, bn = 2, Rr = 3, Lr = 4, Or = 5, wr = 6, ou = 7, l
|
|
|
7480
7481
|
return [wr, pt];
|
|
7481
7482
|
}
|
|
7482
7483
|
return n.includes("Array") ? [En, n] : n.includes("Error") ? [ou, n] : [bn, n];
|
|
7483
|
-
}, rn = ([e, t]) => e === In && (t === "function" || t === "symbol"),
|
|
7484
|
+
}, rn = ([e, t]) => e === In && (t === "function" || t === "symbol"), a0 = (e, t, n, r) => {
|
|
7484
7485
|
const a = (i, o) => {
|
|
7485
7486
|
const l = r.push(i) - 1;
|
|
7486
7487
|
return n.set(o, l), l;
|
|
@@ -7527,7 +7528,7 @@ const su = -1, In = 0, En = 1, bn = 2, Rr = 3, Lr = 4, Or = 5, wr = 6, ou = 7, l
|
|
|
7527
7528
|
if (t && "toJSON" in i)
|
|
7528
7529
|
return u(i.toJSON());
|
|
7529
7530
|
const f = [], d = a([o, f], i);
|
|
7530
|
-
for (const E of
|
|
7531
|
+
for (const E of r0(i))
|
|
7531
7532
|
(e || !rn(Pt(i[E]))) && f.push([u(E), u(i[E])]);
|
|
7532
7533
|
return d;
|
|
7533
7534
|
}
|
|
@@ -7556,12 +7557,12 @@ const su = -1, In = 0, En = 1, bn = 2, Rr = 3, Lr = 4, Or = 5, wr = 6, ou = 7, l
|
|
|
7556
7557
|
return u;
|
|
7557
7558
|
}, La = (e, { json: t, lossy: n } = {}) => {
|
|
7558
7559
|
const r = [];
|
|
7559
|
-
return
|
|
7560
|
+
return a0(!(t || n), !!t, /* @__PURE__ */ new Map(), r)(e), r;
|
|
7560
7561
|
}, _t = typeof structuredClone == "function" ? (
|
|
7561
7562
|
/* c8 ignore start */
|
|
7562
7563
|
(e, t) => t && ("json" in t || "lossy" in t) ? Ra(La(e, t)) : structuredClone(e)
|
|
7563
7564
|
) : (e, t) => Ra(La(e, t));
|
|
7564
|
-
function
|
|
7565
|
+
function i0(e, t) {
|
|
7565
7566
|
const n = [{ type: "text", value: "↩" }];
|
|
7566
7567
|
return t > 1 && n.push({
|
|
7567
7568
|
type: "element",
|
|
@@ -7570,11 +7571,11 @@ function a0(e, t) {
|
|
|
7570
7571
|
children: [{ type: "text", value: String(t) }]
|
|
7571
7572
|
}), n;
|
|
7572
7573
|
}
|
|
7573
|
-
function
|
|
7574
|
+
function u0(e, t) {
|
|
7574
7575
|
return "Back to reference " + (e + 1) + (t > 1 ? "-" + t : "");
|
|
7575
7576
|
}
|
|
7576
|
-
function
|
|
7577
|
-
const t = typeof e.options.clobberPrefix == "string" ? e.options.clobberPrefix : "user-content-", n = e.options.footnoteBackContent ||
|
|
7577
|
+
function s0(e) {
|
|
7578
|
+
const t = typeof e.options.clobberPrefix == "string" ? e.options.clobberPrefix : "user-content-", n = e.options.footnoteBackContent || i0, r = e.options.footnoteBackLabel || u0, a = e.options.footnoteLabel || "Footnotes", u = e.options.footnoteLabelTagName || "h2", i = e.options.footnoteLabelProperties || {
|
|
7578
7579
|
className: ["sr-only"]
|
|
7579
7580
|
}, o = [];
|
|
7580
7581
|
let l = -1;
|
|
@@ -7659,17 +7660,17 @@ const Sn = (
|
|
|
7659
7660
|
*/
|
|
7660
7661
|
function(e) {
|
|
7661
7662
|
if (e == null)
|
|
7662
|
-
return
|
|
7663
|
+
return d0;
|
|
7663
7664
|
if (typeof e == "function")
|
|
7664
7665
|
return Nn(e);
|
|
7665
7666
|
if (typeof e == "object")
|
|
7666
|
-
return Array.isArray(e) ?
|
|
7667
|
+
return Array.isArray(e) ? o0(e) : l0(e);
|
|
7667
7668
|
if (typeof e == "string")
|
|
7668
|
-
return
|
|
7669
|
+
return c0(e);
|
|
7669
7670
|
throw new Error("Expected function, string, or object as test");
|
|
7670
7671
|
}
|
|
7671
7672
|
);
|
|
7672
|
-
function
|
|
7673
|
+
function o0(e) {
|
|
7673
7674
|
const t = [];
|
|
7674
7675
|
let n = -1;
|
|
7675
7676
|
for (; ++n < e.length; )
|
|
@@ -7682,7 +7683,7 @@ function s0(e) {
|
|
|
7682
7683
|
return !1;
|
|
7683
7684
|
}
|
|
7684
7685
|
}
|
|
7685
|
-
function
|
|
7686
|
+
function l0(e) {
|
|
7686
7687
|
const t = (
|
|
7687
7688
|
/** @type {Record<string, unknown>} */
|
|
7688
7689
|
e
|
|
@@ -7700,7 +7701,7 @@ function o0(e) {
|
|
|
7700
7701
|
return !0;
|
|
7701
7702
|
}
|
|
7702
7703
|
}
|
|
7703
|
-
function
|
|
7704
|
+
function c0(e) {
|
|
7704
7705
|
return Nn(t);
|
|
7705
7706
|
function t(n) {
|
|
7706
7707
|
return n && n.type === e;
|
|
@@ -7709,7 +7710,7 @@ function l0(e) {
|
|
|
7709
7710
|
function Nn(e) {
|
|
7710
7711
|
return t;
|
|
7711
7712
|
function t(n, r, a) {
|
|
7712
|
-
return !!(
|
|
7713
|
+
return !!(f0(n) && e.call(
|
|
7713
7714
|
this,
|
|
7714
7715
|
n,
|
|
7715
7716
|
typeof r == "number" ? r : void 0,
|
|
@@ -7717,13 +7718,13 @@ function Nn(e) {
|
|
|
7717
7718
|
));
|
|
7718
7719
|
}
|
|
7719
7720
|
}
|
|
7720
|
-
function
|
|
7721
|
+
function d0() {
|
|
7721
7722
|
return !0;
|
|
7722
7723
|
}
|
|
7723
|
-
function
|
|
7724
|
+
function f0(e) {
|
|
7724
7725
|
return e !== null && typeof e == "object" && "type" in e;
|
|
7725
7726
|
}
|
|
7726
|
-
const cu = [],
|
|
7727
|
+
const cu = [], h0 = !0, sr = !1, p0 = "skip";
|
|
7727
7728
|
function du(e, t, n, r) {
|
|
7728
7729
|
let a;
|
|
7729
7730
|
typeof t == "function" && typeof n != "function" ? (r = n, n = t) : a = t;
|
|
@@ -7749,14 +7750,14 @@ function du(e, t, n, r) {
|
|
|
7749
7750
|
return E;
|
|
7750
7751
|
function E() {
|
|
7751
7752
|
let m = cu, h, b, y;
|
|
7752
|
-
if ((!t || u(l, c, f[f.length - 1] || void 0)) && (m =
|
|
7753
|
+
if ((!t || u(l, c, f[f.length - 1] || void 0)) && (m = m0(n(l, f)), m[0] === sr))
|
|
7753
7754
|
return m;
|
|
7754
7755
|
if ("children" in l && l.children) {
|
|
7755
7756
|
const _ = (
|
|
7756
7757
|
/** @type {UnistParent} */
|
|
7757
7758
|
l
|
|
7758
7759
|
);
|
|
7759
|
-
if (_.children && m[0] !==
|
|
7760
|
+
if (_.children && m[0] !== p0)
|
|
7760
7761
|
for (b = (r ? _.children.length : -1) + i, y = f.concat(_); b > -1 && b < _.children.length; ) {
|
|
7761
7762
|
const x = _.children[b];
|
|
7762
7763
|
if (h = o(x, b, y)(), h[0] === sr)
|
|
@@ -7768,8 +7769,8 @@ function du(e, t, n, r) {
|
|
|
7768
7769
|
}
|
|
7769
7770
|
}
|
|
7770
7771
|
}
|
|
7771
|
-
function
|
|
7772
|
-
return Array.isArray(e) ? e : typeof e == "number" ? [
|
|
7772
|
+
function m0(e) {
|
|
7773
|
+
return Array.isArray(e) ? e : typeof e == "number" ? [h0, e] : e == null ? cu : [e];
|
|
7773
7774
|
}
|
|
7774
7775
|
function Zt(e, t, n, r) {
|
|
7775
7776
|
let a, u, i;
|
|
@@ -7779,11 +7780,11 @@ function Zt(e, t, n, r) {
|
|
|
7779
7780
|
return i(l, d, f);
|
|
7780
7781
|
}
|
|
7781
7782
|
}
|
|
7782
|
-
const or = {}.hasOwnProperty,
|
|
7783
|
-
function
|
|
7784
|
-
const n = t ||
|
|
7783
|
+
const or = {}.hasOwnProperty, g0 = {};
|
|
7784
|
+
function E0(e, t) {
|
|
7785
|
+
const n = t || g0, r = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map(), u = /* @__PURE__ */ new Map(), i = { ...e0, ...n.handlers }, o = {
|
|
7785
7786
|
all: c,
|
|
7786
|
-
applyData:
|
|
7787
|
+
applyData: T0,
|
|
7787
7788
|
definitionById: r,
|
|
7788
7789
|
footnoteById: a,
|
|
7789
7790
|
footnoteCounts: u,
|
|
@@ -7791,8 +7792,8 @@ function g0(e, t) {
|
|
|
7791
7792
|
handlers: i,
|
|
7792
7793
|
one: l,
|
|
7793
7794
|
options: n,
|
|
7794
|
-
patch:
|
|
7795
|
-
wrap:
|
|
7795
|
+
patch: b0,
|
|
7796
|
+
wrap: A0
|
|
7796
7797
|
};
|
|
7797
7798
|
return Zt(e, function(f) {
|
|
7798
7799
|
if (f.type === "definition" || f.type === "footnoteDefinition") {
|
|
@@ -7811,7 +7812,7 @@ function g0(e, t) {
|
|
|
7811
7812
|
}
|
|
7812
7813
|
return _t(f);
|
|
7813
7814
|
}
|
|
7814
|
-
return (o.options.unknownHandler ||
|
|
7815
|
+
return (o.options.unknownHandler || y0)(o, f, d);
|
|
7815
7816
|
}
|
|
7816
7817
|
function c(f) {
|
|
7817
7818
|
const d = [];
|
|
@@ -7832,10 +7833,10 @@ function g0(e, t) {
|
|
|
7832
7833
|
return d;
|
|
7833
7834
|
}
|
|
7834
7835
|
}
|
|
7835
|
-
function E0(e, t) {
|
|
7836
|
-
e.position && (t.position = al(e));
|
|
7837
|
-
}
|
|
7838
7836
|
function b0(e, t) {
|
|
7837
|
+
e.position && (t.position = il(e));
|
|
7838
|
+
}
|
|
7839
|
+
function T0(e, t) {
|
|
7839
7840
|
let n = t;
|
|
7840
7841
|
if (e && e.data) {
|
|
7841
7842
|
const r = e.data.hName, a = e.data.hChildren, u = e.data.hProperties;
|
|
@@ -7850,7 +7851,7 @@ function b0(e, t) {
|
|
|
7850
7851
|
}
|
|
7851
7852
|
return n;
|
|
7852
7853
|
}
|
|
7853
|
-
function
|
|
7854
|
+
function y0(e, t) {
|
|
7854
7855
|
const n = t.data || {}, r = "value" in t && !(or.call(n, "hProperties") || or.call(n, "hChildren")) ? { type: "text", value: t.value } : {
|
|
7855
7856
|
type: "element",
|
|
7856
7857
|
tagName: "div",
|
|
@@ -7859,7 +7860,7 @@ function T0(e, t) {
|
|
|
7859
7860
|
};
|
|
7860
7861
|
return e.patch(t, r), e.applyData(t, r);
|
|
7861
7862
|
}
|
|
7862
|
-
function
|
|
7863
|
+
function A0(e, t) {
|
|
7863
7864
|
const n = [];
|
|
7864
7865
|
let r = -1;
|
|
7865
7866
|
for (t && n.push({ type: "text", value: `
|
|
@@ -7876,11 +7877,11 @@ function Oa(e) {
|
|
|
7876
7877
|
return e.slice(t);
|
|
7877
7878
|
}
|
|
7878
7879
|
function wa(e, t) {
|
|
7879
|
-
const n =
|
|
7880
|
+
const n = E0(e, t), r = n.one(e, void 0), a = s0(n), u = Array.isArray(r) ? { type: "root", children: r } : r || { type: "root", children: [] };
|
|
7880
7881
|
return a && u.children.push({ type: "text", value: `
|
|
7881
7882
|
` }, a), u;
|
|
7882
7883
|
}
|
|
7883
|
-
function
|
|
7884
|
+
function _0(e, t) {
|
|
7884
7885
|
return e && "run" in e ? async function(n, r) {
|
|
7885
7886
|
const a = (
|
|
7886
7887
|
/** @type {HastRoot} */
|
|
@@ -7924,7 +7925,7 @@ var cn = Object.prototype.hasOwnProperty, fu = Object.prototype.toString, Pa = O
|
|
|
7924
7925
|
return Ma(t, n).value;
|
|
7925
7926
|
} else return;
|
|
7926
7927
|
return t[n];
|
|
7927
|
-
},
|
|
7928
|
+
}, C0 = function e() {
|
|
7928
7929
|
var t, n, r, a, u, i, o = arguments[0], l = 1, c = arguments.length, f = !1;
|
|
7929
7930
|
for (typeof o == "boolean" && (f = o, o = arguments[1] || {}, l = 2), (o == null || typeof o != "object" && typeof o != "function") && (o = {}); l < c; ++l)
|
|
7930
7931
|
if (t = arguments[l], t != null)
|
|
@@ -7932,14 +7933,14 @@ var cn = Object.prototype.hasOwnProperty, fu = Object.prototype.toString, Pa = O
|
|
|
7932
7933
|
r = Ha(o, n), a = Ha(t, n), o !== a && (f && a && (Ba(a) || (u = Fa(a))) ? (u ? (u = !1, i = r && Fa(r) ? r : []) : i = r && Ba(r) ? r : {}, va(o, { name: n, newValue: e(f, i, a) })) : typeof a < "u" && va(o, { name: n, newValue: a }));
|
|
7933
7934
|
return o;
|
|
7934
7935
|
};
|
|
7935
|
-
const zn = /* @__PURE__ */ Ys(
|
|
7936
|
+
const zn = /* @__PURE__ */ Ys(C0);
|
|
7936
7937
|
function lr(e) {
|
|
7937
7938
|
if (typeof e != "object" || e === null)
|
|
7938
7939
|
return !1;
|
|
7939
7940
|
const t = Object.getPrototypeOf(e);
|
|
7940
7941
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
7941
7942
|
}
|
|
7942
|
-
function
|
|
7943
|
+
function x0() {
|
|
7943
7944
|
const e = [], t = { run: n, use: r };
|
|
7944
7945
|
return t;
|
|
7945
7946
|
function n(...a) {
|
|
@@ -7957,7 +7958,7 @@ function C0() {
|
|
|
7957
7958
|
}
|
|
7958
7959
|
for (; ++d < a.length; )
|
|
7959
7960
|
(c[d] === null || c[d] === void 0) && (c[d] = a[d]);
|
|
7960
|
-
a = c, f ?
|
|
7961
|
+
a = c, f ? k0(f, o)(...c) : i(null, ...c);
|
|
7961
7962
|
}
|
|
7962
7963
|
}
|
|
7963
7964
|
function r(a) {
|
|
@@ -7968,7 +7969,7 @@ function C0() {
|
|
|
7968
7969
|
return e.push(a), t;
|
|
7969
7970
|
}
|
|
7970
7971
|
}
|
|
7971
|
-
function
|
|
7972
|
+
function k0(e, t) {
|
|
7972
7973
|
let n;
|
|
7973
7974
|
return r;
|
|
7974
7975
|
function r(...i) {
|
|
@@ -7995,8 +7996,8 @@ function x0(e, t) {
|
|
|
7995
7996
|
a(null, i);
|
|
7996
7997
|
}
|
|
7997
7998
|
}
|
|
7998
|
-
const He = { basename:
|
|
7999
|
-
function
|
|
7999
|
+
const He = { basename: I0, dirname: S0, extname: N0, join: R0, sep: "/" };
|
|
8000
|
+
function I0(e, t) {
|
|
8000
8001
|
if (t !== void 0 && typeof t != "string")
|
|
8001
8002
|
throw new TypeError('"ext" argument must be a string');
|
|
8002
8003
|
Jt(e);
|
|
@@ -8024,7 +8025,7 @@ function k0(e, t) {
|
|
|
8024
8025
|
i < 0 && (u = !0, i = a + 1), o > -1 && (e.codePointAt(a) === t.codePointAt(o--) ? o < 0 && (r = a) : (o = -1, r = i));
|
|
8025
8026
|
return n === r ? r = i : r < 0 && (r = e.length), e.slice(n, r);
|
|
8026
8027
|
}
|
|
8027
|
-
function
|
|
8028
|
+
function S0(e) {
|
|
8028
8029
|
if (Jt(e), e.length === 0)
|
|
8029
8030
|
return ".";
|
|
8030
8031
|
let t = -1, n = e.length, r;
|
|
@@ -8037,7 +8038,7 @@ function I0(e) {
|
|
|
8037
8038
|
} else r || (r = !0);
|
|
8038
8039
|
return t < 0 ? e.codePointAt(0) === 47 ? "/" : "." : t === 1 && e.codePointAt(0) === 47 ? "//" : e.slice(0, t);
|
|
8039
8040
|
}
|
|
8040
|
-
function
|
|
8041
|
+
function N0(e) {
|
|
8041
8042
|
Jt(e);
|
|
8042
8043
|
let t = e.length, n = -1, r = 0, a = -1, u = 0, i;
|
|
8043
8044
|
for (; t--; ) {
|
|
@@ -8055,19 +8056,19 @@ function S0(e) {
|
|
|
8055
8056
|
u === 0 || // The (right-most) trimmed path component is exactly `..`.
|
|
8056
8057
|
u === 1 && a === n - 1 && a === r + 1 ? "" : e.slice(a, n);
|
|
8057
8058
|
}
|
|
8058
|
-
function
|
|
8059
|
+
function R0(...e) {
|
|
8059
8060
|
let t = -1, n;
|
|
8060
8061
|
for (; ++t < e.length; )
|
|
8061
8062
|
Jt(e[t]), e[t] && (n = n === void 0 ? e[t] : n + "/" + e[t]);
|
|
8062
|
-
return n === void 0 ? "." :
|
|
8063
|
+
return n === void 0 ? "." : L0(n);
|
|
8063
8064
|
}
|
|
8064
|
-
function
|
|
8065
|
+
function L0(e) {
|
|
8065
8066
|
Jt(e);
|
|
8066
8067
|
const t = e.codePointAt(0) === 47;
|
|
8067
|
-
let n =
|
|
8068
|
+
let n = O0(e, !t);
|
|
8068
8069
|
return n.length === 0 && !t && (n = "."), n.length > 0 && e.codePointAt(e.length - 1) === 47 && (n += "/"), t ? "/" + n : n;
|
|
8069
8070
|
}
|
|
8070
|
-
function
|
|
8071
|
+
function O0(e, t) {
|
|
8071
8072
|
let n = "", r = 0, a = -1, u = 0, i = -1, o, l;
|
|
8072
8073
|
for (; ++i <= e.length; ) {
|
|
8073
8074
|
if (i < e.length)
|
|
@@ -8104,15 +8105,15 @@ function Jt(e) {
|
|
|
8104
8105
|
"Path must be a string. Received " + JSON.stringify(e)
|
|
8105
8106
|
);
|
|
8106
8107
|
}
|
|
8107
|
-
const
|
|
8108
|
-
function
|
|
8108
|
+
const w0 = { cwd: D0 };
|
|
8109
|
+
function D0() {
|
|
8109
8110
|
return "/";
|
|
8110
8111
|
}
|
|
8111
8112
|
function cr(e) {
|
|
8112
8113
|
return !!(e !== null && typeof e == "object" && "href" in e && e.href && "protocol" in e && e.protocol && // @ts-expect-error: indexing is fine.
|
|
8113
8114
|
e.auth === void 0);
|
|
8114
8115
|
}
|
|
8115
|
-
function
|
|
8116
|
+
function P0(e) {
|
|
8116
8117
|
if (typeof e == "string")
|
|
8117
8118
|
e = new URL(e);
|
|
8118
8119
|
else if (!cr(e)) {
|
|
@@ -8125,9 +8126,9 @@ function D0(e) {
|
|
|
8125
8126
|
const t = new TypeError("The URL must be of scheme file");
|
|
8126
8127
|
throw t.code = "ERR_INVALID_URL_SCHEME", t;
|
|
8127
8128
|
}
|
|
8128
|
-
return
|
|
8129
|
+
return M0(e);
|
|
8129
8130
|
}
|
|
8130
|
-
function
|
|
8131
|
+
function M0(e) {
|
|
8131
8132
|
if (e.hostname !== "") {
|
|
8132
8133
|
const r = new TypeError(
|
|
8133
8134
|
'File URL host must be "localhost" or empty on darwin'
|
|
@@ -8184,7 +8185,7 @@ class hu {
|
|
|
8184
8185
|
*/
|
|
8185
8186
|
constructor(t) {
|
|
8186
8187
|
let n;
|
|
8187
|
-
t ? cr(t) ? n = { path: t } : typeof t == "string" ||
|
|
8188
|
+
t ? cr(t) ? n = { path: t } : typeof t == "string" || F0(t) ? n = { value: t } : n = t : n = {}, this.cwd = w0.cwd(), this.data = {}, this.history = [], this.messages = [], this.value, this.map, this.result, this.stored;
|
|
8188
8189
|
let r = -1;
|
|
8189
8190
|
for (; ++r < Yn.length; ) {
|
|
8190
8191
|
const u = Yn[r];
|
|
@@ -8292,7 +8293,7 @@ class hu {
|
|
|
8292
8293
|
* Nothing.
|
|
8293
8294
|
*/
|
|
8294
8295
|
set path(t) {
|
|
8295
|
-
cr(t) && (t =
|
|
8296
|
+
cr(t) && (t = P0(t)), Gn(t, "path"), this.path !== t && this.history.push(t);
|
|
8296
8297
|
}
|
|
8297
8298
|
/**
|
|
8298
8299
|
* Get the stem (basename w/o extname) (example: `'index.min'`).
|
|
@@ -8543,10 +8544,10 @@ function Ua(e, t) {
|
|
|
8543
8544
|
if (!e)
|
|
8544
8545
|
throw new Error("Setting `" + t + "` requires `path` to be set too");
|
|
8545
8546
|
}
|
|
8546
|
-
function
|
|
8547
|
+
function F0(e) {
|
|
8547
8548
|
return !!(e && typeof e == "object" && "byteLength" in e && "byteOffset" in e);
|
|
8548
8549
|
}
|
|
8549
|
-
const
|
|
8550
|
+
const B0 = (
|
|
8550
8551
|
/**
|
|
8551
8552
|
* @type {new <Parameters extends Array<unknown>, Result>(property: string | symbol) => (...parameters: Parameters) => Result}
|
|
8552
8553
|
*/
|
|
@@ -8573,13 +8574,13 @@ const F0 = (
|
|
|
8573
8574
|
}
|
|
8574
8575
|
return u;
|
|
8575
8576
|
}
|
|
8576
|
-
),
|
|
8577
|
-
class Dr extends
|
|
8577
|
+
), v0 = {}.hasOwnProperty;
|
|
8578
|
+
class Dr extends B0 {
|
|
8578
8579
|
/**
|
|
8579
8580
|
* Create a processor.
|
|
8580
8581
|
*/
|
|
8581
8582
|
constructor() {
|
|
8582
|
-
super("copy"), this.Compiler = void 0, this.Parser = void 0, this.attachers = [], this.compiler = void 0, this.freezeIndex = -1, this.frozen = void 0, this.namespace = {}, this.parser = void 0, this.transformers =
|
|
8583
|
+
super("copy"), this.Compiler = void 0, this.Parser = void 0, this.attachers = [], this.compiler = void 0, this.freezeIndex = -1, this.frozen = void 0, this.namespace = {}, this.parser = void 0, this.transformers = x0();
|
|
8583
8584
|
}
|
|
8584
8585
|
/**
|
|
8585
8586
|
* Copy a processor.
|
|
@@ -8664,7 +8665,7 @@ class Dr extends F0 {
|
|
|
8664
8665
|
* the entire dataset when getting without key.
|
|
8665
8666
|
*/
|
|
8666
8667
|
data(t, n) {
|
|
8667
|
-
return typeof t == "string" ? arguments.length === 2 ? (Wn("data", this.frozen), this.namespace[t] = n, this) :
|
|
8668
|
+
return typeof t == "string" ? arguments.length === 2 ? (Wn("data", this.frozen), this.namespace[t] = n, this) : v0.call(this.namespace, t) && this.namespace[t] || void 0 : t ? (Wn("data", this.frozen), this.namespace = t, this) : this.namespace;
|
|
8668
8669
|
}
|
|
8669
8670
|
/**
|
|
8670
8671
|
* Freeze a processor.
|
|
@@ -8779,7 +8780,7 @@ class Dr extends F0 {
|
|
|
8779
8780
|
/** @type {unknown} */
|
|
8780
8781
|
d
|
|
8781
8782
|
), h = r.stringify(m, E);
|
|
8782
|
-
|
|
8783
|
+
z0(h) ? E.value = h : E.result = h, c(
|
|
8783
8784
|
f,
|
|
8784
8785
|
/** @type {VFileWithOutput<CompileResult>} */
|
|
8785
8786
|
E
|
|
@@ -9055,7 +9056,7 @@ class Dr extends F0 {
|
|
|
9055
9056
|
}
|
|
9056
9057
|
}
|
|
9057
9058
|
}
|
|
9058
|
-
const
|
|
9059
|
+
const H0 = new Dr().freeze();
|
|
9059
9060
|
function qn(e, t) {
|
|
9060
9061
|
if (typeof t != "function")
|
|
9061
9062
|
throw new TypeError("Cannot `" + e + "` without `parser`");
|
|
@@ -9081,18 +9082,18 @@ function Ya(e, t, n) {
|
|
|
9081
9082
|
);
|
|
9082
9083
|
}
|
|
9083
9084
|
function an(e) {
|
|
9084
|
-
return
|
|
9085
|
-
}
|
|
9086
|
-
function H0(e) {
|
|
9087
|
-
return !!(e && typeof e == "object" && "message" in e && "messages" in e);
|
|
9085
|
+
return U0(e) ? e : new hu(e);
|
|
9088
9086
|
}
|
|
9089
9087
|
function U0(e) {
|
|
9090
|
-
return typeof e == "
|
|
9088
|
+
return !!(e && typeof e == "object" && "message" in e && "messages" in e);
|
|
9091
9089
|
}
|
|
9092
9090
|
function z0(e) {
|
|
9091
|
+
return typeof e == "string" || Y0(e);
|
|
9092
|
+
}
|
|
9093
|
+
function Y0(e) {
|
|
9093
9094
|
return !!(e && typeof e == "object" && "byteLength" in e && "byteOffset" in e);
|
|
9094
9095
|
}
|
|
9095
|
-
const
|
|
9096
|
+
const j0 = "https://github.com/remarkjs/react-markdown/blob/main/changelog.md", ja = [], Ga = { allowDangerousHtml: !0 }, G0 = /^(https?|ircs?|mailto|xmpp)$/i, q0 = [
|
|
9096
9097
|
{ from: "astPlugins", id: "remove-buggy-html-in-markdown-parser" },
|
|
9097
9098
|
{ from: "allowDangerousHtml", id: "remove-buggy-html-in-markdown-parser" },
|
|
9098
9099
|
{
|
|
@@ -9125,11 +9126,11 @@ const Y0 = "https://github.com/remarkjs/react-markdown/blob/main/changelog.md",
|
|
|
9125
9126
|
{ from: "transformImageUri", id: "#add-urltransform", to: "urlTransform" },
|
|
9126
9127
|
{ from: "transformLinkUri", id: "#add-urltransform", to: "urlTransform" }
|
|
9127
9128
|
];
|
|
9128
|
-
function
|
|
9129
|
-
const t = e.allowedElements, n = e.allowElement, r = e.children || "", a = e.className, u = e.components, i = e.disallowedElements, o = e.rehypePlugins || ja, l = e.remarkPlugins || ja, c = e.remarkRehypeOptions ? { ...e.remarkRehypeOptions, ...Ga } : Ga, f = e.skipHtml, d = e.unwrapDisallowed, E = e.urlTransform ||
|
|
9129
|
+
function $0(e) {
|
|
9130
|
+
const t = e.allowedElements, n = e.allowElement, r = e.children || "", a = e.className, u = e.components, i = e.disallowedElements, o = e.rehypePlugins || ja, l = e.remarkPlugins || ja, c = e.remarkRehypeOptions ? { ...e.remarkRehypeOptions, ...Ga } : Ga, f = e.skipHtml, d = e.unwrapDisallowed, E = e.urlTransform || W0, m = H0().use(Nd).use(l).use(_0, c).use(o), h = new hu();
|
|
9130
9131
|
typeof r == "string" && (h.value = r);
|
|
9131
|
-
for (const x of
|
|
9132
|
-
Object.hasOwn(e, x.from) && ("" + x.from + (x.to ? "use `" + x.to + "` instead" : "remove it") +
|
|
9132
|
+
for (const x of q0)
|
|
9133
|
+
Object.hasOwn(e, x.from) && ("" + x.from + (x.to ? "use `" + x.to + "` instead" : "remove it") + j0 + x.id, void 0);
|
|
9133
9134
|
const b = m.parse(h);
|
|
9134
9135
|
let y = m.runSync(b, h);
|
|
9135
9136
|
return a && (y = {
|
|
@@ -9141,7 +9142,7 @@ function q0(e) {
|
|
|
9141
9142
|
/** @type {Array<ElementContent>} */
|
|
9142
9143
|
y.type === "root" ? y.children : [y]
|
|
9143
9144
|
)
|
|
9144
|
-
}), Zt(y, _),
|
|
9145
|
+
}), Zt(y, _), dl(y, {
|
|
9145
9146
|
Fragment: Q.Fragment,
|
|
9146
9147
|
components: u,
|
|
9147
9148
|
ignoreInvalidStyle: !0,
|
|
@@ -9168,17 +9169,17 @@ function q0(e) {
|
|
|
9168
9169
|
}
|
|
9169
9170
|
}
|
|
9170
9171
|
}
|
|
9171
|
-
function
|
|
9172
|
+
function W0(e) {
|
|
9172
9173
|
const t = e.indexOf(":"), n = e.indexOf("?"), r = e.indexOf("#"), a = e.indexOf("/");
|
|
9173
9174
|
return (
|
|
9174
9175
|
// If there is no protocol, it’s relative.
|
|
9175
9176
|
t < 0 || // If the first colon is after a `?`, `#`, or `/`, it’s not a protocol.
|
|
9176
9177
|
a > -1 && t > a || n > -1 && t > n || r > -1 && t > r || // It is a protocol, it should be allowed.
|
|
9177
|
-
|
|
9178
|
+
G0.test(e.slice(0, t)) ? e : ""
|
|
9178
9179
|
);
|
|
9179
9180
|
}
|
|
9180
9181
|
const qa = /[#.]/g;
|
|
9181
|
-
function
|
|
9182
|
+
function V0(e, t) {
|
|
9182
9183
|
const n = e || "", r = {};
|
|
9183
9184
|
let a = 0, u, i;
|
|
9184
9185
|
for (; a < n.length; ) {
|
|
@@ -9194,9 +9195,9 @@ function W0(e, t) {
|
|
|
9194
9195
|
children: []
|
|
9195
9196
|
};
|
|
9196
9197
|
}
|
|
9197
|
-
const
|
|
9198
|
+
const Q0 = /* @__PURE__ */ new Set(["button", "menu", "reset", "submit"]), dr = {}.hasOwnProperty;
|
|
9198
9199
|
function pu(e, t, n) {
|
|
9199
|
-
const r = n &&
|
|
9200
|
+
const r = n && J0(n);
|
|
9200
9201
|
function a(u, i, ...o) {
|
|
9201
9202
|
let l = -1, c;
|
|
9202
9203
|
if (u == null) {
|
|
@@ -9206,10 +9207,10 @@ function pu(e, t, n) {
|
|
|
9206
9207
|
i
|
|
9207
9208
|
);
|
|
9208
9209
|
o.unshift(f);
|
|
9209
|
-
} else if (c =
|
|
9210
|
+
} else if (c = V0(u, t), c.tagName = c.tagName.toLowerCase(), r && dr.call(r, c.tagName) && (c.tagName = r[c.tagName]), X0(i, c.tagName)) {
|
|
9210
9211
|
let f;
|
|
9211
9212
|
for (f in i)
|
|
9212
|
-
dr.call(i, f) &&
|
|
9213
|
+
dr.call(i, f) && K0(e, c.properties, f, i[f]);
|
|
9213
9214
|
} else
|
|
9214
9215
|
o.unshift(i);
|
|
9215
9216
|
for (; ++l < o.length; )
|
|
@@ -9218,17 +9219,17 @@ function pu(e, t, n) {
|
|
|
9218
9219
|
}
|
|
9219
9220
|
return a;
|
|
9220
9221
|
}
|
|
9221
|
-
function
|
|
9222
|
-
return e == null || typeof e != "object" || Array.isArray(e) ? !1 : t === "input" || !e.type || typeof e.type != "string" ? !0 : "children" in e && Array.isArray(e.children) ? !1 : t === "button" ?
|
|
9222
|
+
function X0(e, t) {
|
|
9223
|
+
return e == null || typeof e != "object" || Array.isArray(e) ? !1 : t === "input" || !e.type || typeof e.type != "string" ? !0 : "children" in e && Array.isArray(e.children) ? !1 : t === "button" ? Q0.has(e.type.toLowerCase()) : !("value" in e);
|
|
9223
9224
|
}
|
|
9224
|
-
function
|
|
9225
|
+
function K0(e, t, n, r) {
|
|
9225
9226
|
const a = _n(e, n);
|
|
9226
9227
|
let u = -1, i;
|
|
9227
9228
|
if (r != null) {
|
|
9228
9229
|
if (typeof r == "number") {
|
|
9229
9230
|
if (Number.isNaN(r)) return;
|
|
9230
9231
|
i = r;
|
|
9231
|
-
} else typeof r == "boolean" ? i = r : typeof r == "string" ? a.spaceSeparated ? i = ua(r) : a.commaSeparated ? i = ta(r) : a.commaOrSpaceSeparated ? i = ua(ta(r).join(" ")) : i = $a(a, a.property, r) : Array.isArray(r) ? i = r.concat() : i = a.property === "style" ?
|
|
9232
|
+
} else typeof r == "boolean" ? i = r : typeof r == "string" ? a.spaceSeparated ? i = ua(r) : a.commaSeparated ? i = ta(r) : a.commaOrSpaceSeparated ? i = ua(ta(r).join(" ")) : i = $a(a, a.property, r) : Array.isArray(r) ? i = r.concat() : i = a.property === "style" ? Z0(r) : String(r);
|
|
9232
9233
|
if (Array.isArray(i)) {
|
|
9233
9234
|
const o = [];
|
|
9234
9235
|
for (; ++u < i.length; ) {
|
|
@@ -9271,21 +9272,21 @@ function $a(e, t, n) {
|
|
|
9271
9272
|
}
|
|
9272
9273
|
return n;
|
|
9273
9274
|
}
|
|
9274
|
-
function
|
|
9275
|
+
function Z0(e) {
|
|
9275
9276
|
const t = [];
|
|
9276
9277
|
let n;
|
|
9277
9278
|
for (n in e)
|
|
9278
9279
|
dr.call(e, n) && t.push([n, e[n]].join(": "));
|
|
9279
9280
|
return t.join("; ");
|
|
9280
9281
|
}
|
|
9281
|
-
function
|
|
9282
|
+
function J0(e) {
|
|
9282
9283
|
const t = {};
|
|
9283
9284
|
let n = -1;
|
|
9284
9285
|
for (; ++n < e.length; )
|
|
9285
9286
|
t[e[n].toLowerCase()] = e[n];
|
|
9286
9287
|
return t;
|
|
9287
9288
|
}
|
|
9288
|
-
const
|
|
9289
|
+
const ef = [
|
|
9289
9290
|
"altGlyph",
|
|
9290
9291
|
"altGlyphDef",
|
|
9291
9292
|
"altGlyphItem",
|
|
@@ -9325,8 +9326,8 @@ const J0 = [
|
|
|
9325
9326
|
"solidColor",
|
|
9326
9327
|
"textArea",
|
|
9327
9328
|
"textPath"
|
|
9328
|
-
],
|
|
9329
|
-
function
|
|
9329
|
+
], tf = pu(Xt, "div"), nf = pu(et, "g", ef);
|
|
9330
|
+
function rf(e) {
|
|
9330
9331
|
const t = String(e), n = [];
|
|
9331
9332
|
return { toOffset: a, toPoint: r };
|
|
9332
9333
|
function r(u) {
|
|
@@ -9372,8 +9373,8 @@ const ot = {
|
|
|
9372
9373
|
xlink: "http://www.w3.org/1999/xlink",
|
|
9373
9374
|
xml: "http://www.w3.org/XML/1998/namespace",
|
|
9374
9375
|
xmlns: "http://www.w3.org/2000/xmlns/"
|
|
9375
|
-
}, mu = {}.hasOwnProperty,
|
|
9376
|
-
function
|
|
9376
|
+
}, mu = {}.hasOwnProperty, af = Object.prototype;
|
|
9377
|
+
function uf(e, t) {
|
|
9377
9378
|
const n = t || {};
|
|
9378
9379
|
return Pr(
|
|
9379
9380
|
{
|
|
@@ -9406,7 +9407,7 @@ function Pr(e, t) {
|
|
|
9406
9407
|
children: gu(e, t.childNodes),
|
|
9407
9408
|
data: { quirksMode: a }
|
|
9408
9409
|
}, e.file && e.location) {
|
|
9409
|
-
const u = String(e.file), i =
|
|
9410
|
+
const u = String(e.file), i = rf(u), o = i.toPoint(0), l = i.toPoint(u.length);
|
|
9410
9411
|
n.position = { start: o, end: l };
|
|
9411
9412
|
}
|
|
9412
9413
|
return n;
|
|
@@ -9426,7 +9427,7 @@ function Pr(e, t) {
|
|
|
9426
9427
|
return n = { type: "text", value: r.value }, dn(e, r, n), n;
|
|
9427
9428
|
}
|
|
9428
9429
|
default:
|
|
9429
|
-
return n =
|
|
9430
|
+
return n = sf(
|
|
9430
9431
|
e,
|
|
9431
9432
|
/** @type {P5Element} */
|
|
9432
9433
|
t
|
|
@@ -9445,16 +9446,16 @@ function gu(e, t) {
|
|
|
9445
9446
|
}
|
|
9446
9447
|
return r;
|
|
9447
9448
|
}
|
|
9448
|
-
function
|
|
9449
|
+
function sf(e, t) {
|
|
9449
9450
|
const n = e.schema;
|
|
9450
9451
|
e.schema = t.namespaceURI === ot.svg ? et : Xt;
|
|
9451
9452
|
let r = -1;
|
|
9452
9453
|
const a = {};
|
|
9453
9454
|
for (; ++r < t.attrs.length; ) {
|
|
9454
9455
|
const o = t.attrs[r], l = (o.prefix ? o.prefix + ":" : "") + o.name;
|
|
9455
|
-
mu.call(
|
|
9456
|
+
mu.call(af, l) || (a[l] = o.value);
|
|
9456
9457
|
}
|
|
9457
|
-
const i = (e.schema.space === "svg" ?
|
|
9458
|
+
const i = (e.schema.space === "svg" ? nf : tf)(t.tagName, a, gu(e, t.childNodes));
|
|
9458
9459
|
if (dn(e, t, i), i.tagName === "template") {
|
|
9459
9460
|
const o = (
|
|
9460
9461
|
/** @type {P5Template} */
|
|
@@ -9469,11 +9470,11 @@ function uf(e, t) {
|
|
|
9469
9470
|
}
|
|
9470
9471
|
function dn(e, t, n) {
|
|
9471
9472
|
if ("sourceCodeLocation" in t && t.sourceCodeLocation && e.file) {
|
|
9472
|
-
const r =
|
|
9473
|
+
const r = of(e, n, t.sourceCodeLocation);
|
|
9473
9474
|
r && (e.location = !0, n.position = r);
|
|
9474
9475
|
}
|
|
9475
9476
|
}
|
|
9476
|
-
function
|
|
9477
|
+
function of(e, t, n) {
|
|
9477
9478
|
const r = bt(n);
|
|
9478
9479
|
if (t.type === "element") {
|
|
9479
9480
|
const a = t.children[t.children.length - 1];
|
|
@@ -9522,12 +9523,12 @@ function Eu(e, t) {
|
|
|
9522
9523
|
}
|
|
9523
9524
|
return r.handlers = n.handlers || {}, r.invalid = n.invalid, r.unknown = n.unknown, r;
|
|
9524
9525
|
}
|
|
9525
|
-
const
|
|
9526
|
-
function
|
|
9527
|
-
const r = (t ||
|
|
9526
|
+
const lf = {}, cf = {}.hasOwnProperty, bu = Eu("type", { handlers: { root: ff, element: Ef, text: mf, comment: gf, doctype: pf } });
|
|
9527
|
+
function df(e, t) {
|
|
9528
|
+
const r = (t || lf).space;
|
|
9528
9529
|
return bu(e, r === "svg" ? et : Xt);
|
|
9529
9530
|
}
|
|
9530
|
-
function
|
|
9531
|
+
function ff(e, t) {
|
|
9531
9532
|
const n = {
|
|
9532
9533
|
nodeName: "#document",
|
|
9533
9534
|
// @ts-expect-error: `parse5` uses enums, which are actually strings.
|
|
@@ -9536,11 +9537,11 @@ function df(e, t) {
|
|
|
9536
9537
|
};
|
|
9537
9538
|
return n.childNodes = Mr(e.children, n, t), St(e, n), n;
|
|
9538
9539
|
}
|
|
9539
|
-
function
|
|
9540
|
+
function hf(e, t) {
|
|
9540
9541
|
const n = { nodeName: "#document-fragment", childNodes: [] };
|
|
9541
9542
|
return n.childNodes = Mr(e.children, n, t), St(e, n), n;
|
|
9542
9543
|
}
|
|
9543
|
-
function
|
|
9544
|
+
function pf(e) {
|
|
9544
9545
|
const t = {
|
|
9545
9546
|
nodeName: "#documentType",
|
|
9546
9547
|
name: "html",
|
|
@@ -9550,7 +9551,7 @@ function hf(e) {
|
|
|
9550
9551
|
};
|
|
9551
9552
|
return St(e, t), t;
|
|
9552
9553
|
}
|
|
9553
|
-
function
|
|
9554
|
+
function mf(e) {
|
|
9554
9555
|
const t = {
|
|
9555
9556
|
nodeName: "#text",
|
|
9556
9557
|
value: e.value,
|
|
@@ -9558,7 +9559,7 @@ function pf(e) {
|
|
|
9558
9559
|
};
|
|
9559
9560
|
return St(e, t), t;
|
|
9560
9561
|
}
|
|
9561
|
-
function
|
|
9562
|
+
function gf(e) {
|
|
9562
9563
|
const t = {
|
|
9563
9564
|
nodeName: "#comment",
|
|
9564
9565
|
data: e.value,
|
|
@@ -9566,7 +9567,7 @@ function mf(e) {
|
|
|
9566
9567
|
};
|
|
9567
9568
|
return St(e, t), t;
|
|
9568
9569
|
}
|
|
9569
|
-
function
|
|
9570
|
+
function Ef(e, t) {
|
|
9570
9571
|
const n = t;
|
|
9571
9572
|
let r = n;
|
|
9572
9573
|
e.type === "element" && e.tagName.toLowerCase() === "svg" && n.space === "html" && (r = et);
|
|
@@ -9574,8 +9575,8 @@ function gf(e, t) {
|
|
|
9574
9575
|
let u;
|
|
9575
9576
|
if (e.properties) {
|
|
9576
9577
|
for (u in e.properties)
|
|
9577
|
-
if (u !== "children" &&
|
|
9578
|
-
const l =
|
|
9578
|
+
if (u !== "children" && cf.call(e.properties, u)) {
|
|
9579
|
+
const l = bf(
|
|
9579
9580
|
r,
|
|
9580
9581
|
u,
|
|
9581
9582
|
e.properties[u]
|
|
@@ -9592,9 +9593,9 @@ function gf(e, t) {
|
|
|
9592
9593
|
childNodes: [],
|
|
9593
9594
|
parentNode: null
|
|
9594
9595
|
};
|
|
9595
|
-
return o.childNodes = Mr(e.children, o, r), St(e, o), e.tagName === "template" && e.content && (o.content =
|
|
9596
|
+
return o.childNodes = Mr(e.children, o, r), St(e, o), e.tagName === "template" && e.content && (o.content = hf(e.content, r)), o;
|
|
9596
9597
|
}
|
|
9597
|
-
function
|
|
9598
|
+
function bf(e, t, n) {
|
|
9598
9599
|
const r = _n(e, t);
|
|
9599
9600
|
if (n === !1 || n === null || n === void 0 || typeof n == "number" && Number.isNaN(n) || !n && r.boolean)
|
|
9600
9601
|
return;
|
|
@@ -9630,7 +9631,7 @@ function St(e, t) {
|
|
|
9630
9631
|
endOffset: n.end.offset
|
|
9631
9632
|
});
|
|
9632
9633
|
}
|
|
9633
|
-
const
|
|
9634
|
+
const Tf = [
|
|
9634
9635
|
"area",
|
|
9635
9636
|
"base",
|
|
9636
9637
|
"basefont",
|
|
@@ -9651,7 +9652,7 @@ const bf = [
|
|
|
9651
9652
|
"source",
|
|
9652
9653
|
"track",
|
|
9653
9654
|
"wbr"
|
|
9654
|
-
],
|
|
9655
|
+
], yf = /* @__PURE__ */ new Set([
|
|
9655
9656
|
65534,
|
|
9656
9657
|
65535,
|
|
9657
9658
|
131070,
|
|
@@ -9702,26 +9703,26 @@ const _e = {
|
|
|
9702
9703
|
function Tu(e) {
|
|
9703
9704
|
return e >= 55296 && e <= 57343;
|
|
9704
9705
|
}
|
|
9705
|
-
function
|
|
9706
|
+
function Af(e) {
|
|
9706
9707
|
return e >= 56320 && e <= 57343;
|
|
9707
9708
|
}
|
|
9708
|
-
function
|
|
9709
|
+
function _f(e, t) {
|
|
9709
9710
|
return (e - 55296) * 1024 + 9216 + t;
|
|
9710
9711
|
}
|
|
9711
9712
|
function yu(e) {
|
|
9712
9713
|
return e !== 32 && e !== 10 && e !== 13 && e !== 9 && e !== 12 && e >= 1 && e <= 31 || e >= 127 && e <= 159;
|
|
9713
9714
|
}
|
|
9714
9715
|
function Au(e) {
|
|
9715
|
-
return e >= 64976 && e <= 65007 ||
|
|
9716
|
+
return e >= 64976 && e <= 65007 || yf.has(e);
|
|
9716
9717
|
}
|
|
9717
9718
|
var N;
|
|
9718
9719
|
(function(e) {
|
|
9719
9720
|
e.controlCharacterInInputStream = "control-character-in-input-stream", e.noncharacterInInputStream = "noncharacter-in-input-stream", e.surrogateInInputStream = "surrogate-in-input-stream", e.nonVoidHtmlElementStartTagWithTrailingSolidus = "non-void-html-element-start-tag-with-trailing-solidus", e.endTagWithAttributes = "end-tag-with-attributes", e.endTagWithTrailingSolidus = "end-tag-with-trailing-solidus", e.unexpectedSolidusInTag = "unexpected-solidus-in-tag", e.unexpectedNullCharacter = "unexpected-null-character", e.unexpectedQuestionMarkInsteadOfTagName = "unexpected-question-mark-instead-of-tag-name", e.invalidFirstCharacterOfTagName = "invalid-first-character-of-tag-name", e.unexpectedEqualsSignBeforeAttributeName = "unexpected-equals-sign-before-attribute-name", e.missingEndTagName = "missing-end-tag-name", e.unexpectedCharacterInAttributeName = "unexpected-character-in-attribute-name", e.unknownNamedCharacterReference = "unknown-named-character-reference", e.missingSemicolonAfterCharacterReference = "missing-semicolon-after-character-reference", e.unexpectedCharacterAfterDoctypeSystemIdentifier = "unexpected-character-after-doctype-system-identifier", e.unexpectedCharacterInUnquotedAttributeValue = "unexpected-character-in-unquoted-attribute-value", e.eofBeforeTagName = "eof-before-tag-name", e.eofInTag = "eof-in-tag", e.missingAttributeValue = "missing-attribute-value", e.missingWhitespaceBetweenAttributes = "missing-whitespace-between-attributes", e.missingWhitespaceAfterDoctypePublicKeyword = "missing-whitespace-after-doctype-public-keyword", e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers = "missing-whitespace-between-doctype-public-and-system-identifiers", e.missingWhitespaceAfterDoctypeSystemKeyword = "missing-whitespace-after-doctype-system-keyword", e.missingQuoteBeforeDoctypePublicIdentifier = "missing-quote-before-doctype-public-identifier", e.missingQuoteBeforeDoctypeSystemIdentifier = "missing-quote-before-doctype-system-identifier", e.missingDoctypePublicIdentifier = "missing-doctype-public-identifier", e.missingDoctypeSystemIdentifier = "missing-doctype-system-identifier", e.abruptDoctypePublicIdentifier = "abrupt-doctype-public-identifier", e.abruptDoctypeSystemIdentifier = "abrupt-doctype-system-identifier", e.cdataInHtmlContent = "cdata-in-html-content", e.incorrectlyOpenedComment = "incorrectly-opened-comment", e.eofInScriptHtmlCommentLikeText = "eof-in-script-html-comment-like-text", e.eofInDoctype = "eof-in-doctype", e.nestedComment = "nested-comment", e.abruptClosingOfEmptyComment = "abrupt-closing-of-empty-comment", e.eofInComment = "eof-in-comment", e.incorrectlyClosedComment = "incorrectly-closed-comment", e.eofInCdata = "eof-in-cdata", e.absenceOfDigitsInNumericCharacterReference = "absence-of-digits-in-numeric-character-reference", e.nullCharacterReference = "null-character-reference", e.surrogateCharacterReference = "surrogate-character-reference", e.characterReferenceOutsideUnicodeRange = "character-reference-outside-unicode-range", e.controlCharacterReference = "control-character-reference", e.noncharacterCharacterReference = "noncharacter-character-reference", e.missingWhitespaceBeforeDoctypeName = "missing-whitespace-before-doctype-name", e.missingDoctypeName = "missing-doctype-name", e.invalidCharacterSequenceAfterDoctypeName = "invalid-character-sequence-after-doctype-name", e.duplicateAttribute = "duplicate-attribute", e.nonConformingDoctype = "non-conforming-doctype", e.missingDoctype = "missing-doctype", e.misplacedDoctype = "misplaced-doctype", e.endTagWithoutMatchingOpenElement = "end-tag-without-matching-open-element", e.closingOfElementWithOpenChildElements = "closing-of-element-with-open-child-elements", e.disallowedContentInNoscriptInHead = "disallowed-content-in-noscript-in-head", e.openElementsLeftAfterEof = "open-elements-left-after-eof", e.abandonedHeadElementChild = "abandoned-head-element-child", e.misplacedStartTagForHeadElement = "misplaced-start-tag-for-head-element", e.nestedNoscriptInHead = "nested-noscript-in-head", e.eofInElementThatCanContainOnlyText = "eof-in-element-that-can-contain-only-text";
|
|
9720
9721
|
})(N = N || (N = {}));
|
|
9721
|
-
const
|
|
9722
|
-
class
|
|
9722
|
+
const Cf = 65536;
|
|
9723
|
+
class xf {
|
|
9723
9724
|
constructor(t) {
|
|
9724
|
-
this.handler = t, this.html = "", this.pos = -1, this.lastGapPos = -2, this.gapStack = [], this.skipNextNewLine = !1, this.lastChunkWritten = !1, this.endOfChunkHit = !1, this.bufferWaterline =
|
|
9725
|
+
this.handler = t, this.html = "", this.pos = -1, this.lastGapPos = -2, this.gapStack = [], this.skipNextNewLine = !1, this.lastChunkWritten = !1, this.endOfChunkHit = !1, this.bufferWaterline = Cf, this.isEol = !1, this.lineStartPos = 0, this.droppedBufferSize = 0, this.line = 1, this.lastErrOffset = -1;
|
|
9725
9726
|
}
|
|
9726
9727
|
/** The column on the current line. If we just saw a gap (eg. a surrogate pair), return the index before. */
|
|
9727
9728
|
get col() {
|
|
@@ -9751,8 +9752,8 @@ class Cf {
|
|
|
9751
9752
|
_processSurrogate(t) {
|
|
9752
9753
|
if (this.pos !== this.html.length - 1) {
|
|
9753
9754
|
const n = this.html.charCodeAt(this.pos + 1);
|
|
9754
|
-
if (
|
|
9755
|
-
return this.pos++, this._addGap(),
|
|
9755
|
+
if (Af(n))
|
|
9756
|
+
return this.pos++, this._addGap(), _f(t, n);
|
|
9756
9757
|
} else if (!this.lastChunkWritten)
|
|
9757
9758
|
return this.endOfChunkHit = !0, p.EOF;
|
|
9758
9759
|
return this._err(N.surrogateInInputStream), t;
|
|
@@ -9814,12 +9815,12 @@ function _u(e, t) {
|
|
|
9814
9815
|
const Ke = new Uint16Array(
|
|
9815
9816
|
// prettier-ignore
|
|
9816
9817
|
'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e) => e.charCodeAt(0))
|
|
9817
|
-
),
|
|
9818
|
+
), kf = new Uint16Array(
|
|
9818
9819
|
// prettier-ignore
|
|
9819
9820
|
"Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0))
|
|
9820
9821
|
);
|
|
9821
9822
|
var Vn;
|
|
9822
|
-
const
|
|
9823
|
+
const If = /* @__PURE__ */ new Map([
|
|
9823
9824
|
[0, 65533],
|
|
9824
9825
|
// C1 Unicode control character reference replacements
|
|
9825
9826
|
[128, 8364],
|
|
@@ -9849,22 +9850,22 @@ const kf = /* @__PURE__ */ new Map([
|
|
|
9849
9850
|
[156, 339],
|
|
9850
9851
|
[158, 382],
|
|
9851
9852
|
[159, 376]
|
|
9852
|
-
]),
|
|
9853
|
+
]), Sf = (
|
|
9853
9854
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, node/no-unsupported-features/es-builtins
|
|
9854
9855
|
(Vn = String.fromCodePoint) !== null && Vn !== void 0 ? Vn : function(e) {
|
|
9855
9856
|
let t = "";
|
|
9856
9857
|
return e > 65535 && (e -= 65536, t += String.fromCharCode(e >>> 10 & 1023 | 55296), e = 56320 | e & 1023), t += String.fromCharCode(e), t;
|
|
9857
9858
|
}
|
|
9858
9859
|
);
|
|
9859
|
-
function
|
|
9860
|
+
function Nf(e) {
|
|
9860
9861
|
var t;
|
|
9861
|
-
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (t =
|
|
9862
|
+
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (t = If.get(e)) !== null && t !== void 0 ? t : e;
|
|
9862
9863
|
}
|
|
9863
9864
|
var pe;
|
|
9864
9865
|
(function(e) {
|
|
9865
9866
|
e[e.NUM = 35] = "NUM", e[e.SEMI = 59] = "SEMI", e[e.EQUALS = 61] = "EQUALS", e[e.ZERO = 48] = "ZERO", e[e.NINE = 57] = "NINE", e[e.LOWER_A = 97] = "LOWER_A", e[e.LOWER_F = 102] = "LOWER_F", e[e.LOWER_X = 120] = "LOWER_X", e[e.LOWER_Z = 122] = "LOWER_Z", e[e.UPPER_A = 65] = "UPPER_A", e[e.UPPER_F = 70] = "UPPER_F", e[e.UPPER_Z = 90] = "UPPER_Z";
|
|
9866
9867
|
})(pe || (pe = {}));
|
|
9867
|
-
const
|
|
9868
|
+
const Rf = 32;
|
|
9868
9869
|
var Ue;
|
|
9869
9870
|
(function(e) {
|
|
9870
9871
|
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
@@ -9872,14 +9873,14 @@ var Ue;
|
|
|
9872
9873
|
function hr(e) {
|
|
9873
9874
|
return e >= pe.ZERO && e <= pe.NINE;
|
|
9874
9875
|
}
|
|
9875
|
-
function
|
|
9876
|
+
function Lf(e) {
|
|
9876
9877
|
return e >= pe.UPPER_A && e <= pe.UPPER_F || e >= pe.LOWER_A && e <= pe.LOWER_F;
|
|
9877
9878
|
}
|
|
9878
|
-
function
|
|
9879
|
+
function Of(e) {
|
|
9879
9880
|
return e >= pe.UPPER_A && e <= pe.UPPER_Z || e >= pe.LOWER_A && e <= pe.LOWER_Z || hr(e);
|
|
9880
9881
|
}
|
|
9881
|
-
function
|
|
9882
|
-
return e === pe.EQUALS ||
|
|
9882
|
+
function wf(e) {
|
|
9883
|
+
return e === pe.EQUALS || Of(e);
|
|
9883
9884
|
}
|
|
9884
9885
|
var he;
|
|
9885
9886
|
(function(e) {
|
|
@@ -9889,7 +9890,7 @@ var st;
|
|
|
9889
9890
|
(function(e) {
|
|
9890
9891
|
e[e.Legacy = 0] = "Legacy", e[e.Strict = 1] = "Strict", e[e.Attribute = 2] = "Attribute";
|
|
9891
9892
|
})(st || (st = {}));
|
|
9892
|
-
class
|
|
9893
|
+
class Df {
|
|
9893
9894
|
constructor(t, n, r) {
|
|
9894
9895
|
this.decodeTree = t, this.emitCodePoint = n, this.errors = r, this.state = he.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = st.Strict;
|
|
9895
9896
|
}
|
|
@@ -9932,7 +9933,7 @@ class wf {
|
|
|
9932
9933
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
9933
9934
|
*/
|
|
9934
9935
|
stateNumericStart(t, n) {
|
|
9935
|
-
return n >= t.length ? -1 : (t.charCodeAt(n) |
|
|
9936
|
+
return n >= t.length ? -1 : (t.charCodeAt(n) | Rf) === pe.LOWER_X ? (this.state = he.NumericHex, this.consumed += 1, this.stateNumericHex(t, n + 1)) : (this.state = he.NumericDecimal, this.stateNumericDecimal(t, n));
|
|
9936
9937
|
}
|
|
9937
9938
|
addToNumericResult(t, n, r, a) {
|
|
9938
9939
|
if (n !== r) {
|
|
@@ -9953,7 +9954,7 @@ class wf {
|
|
|
9953
9954
|
const r = n;
|
|
9954
9955
|
for (; n < t.length; ) {
|
|
9955
9956
|
const a = t.charCodeAt(n);
|
|
9956
|
-
if (hr(a) ||
|
|
9957
|
+
if (hr(a) || Lf(a))
|
|
9957
9958
|
n += 1;
|
|
9958
9959
|
else
|
|
9959
9960
|
return this.addToNumericResult(t, r, n, 16), this.emitNumericEntity(a, 3);
|
|
@@ -10001,7 +10002,7 @@ class wf {
|
|
|
10001
10002
|
this.consumed += 1;
|
|
10002
10003
|
else if (this.decodeMode === st.Strict)
|
|
10003
10004
|
return 0;
|
|
10004
|
-
return this.emitCodePoint(
|
|
10005
|
+
return this.emitCodePoint(Nf(this.result), this.consumed), this.errors && (t !== pe.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
10005
10006
|
}
|
|
10006
10007
|
/**
|
|
10007
10008
|
* Parses a named entity.
|
|
@@ -10021,7 +10022,7 @@ class wf {
|
|
|
10021
10022
|
return this.result === 0 || // If we are parsing an attribute
|
|
10022
10023
|
this.decodeMode === st.Attribute && // We shouldn't have consumed any characters after the entity,
|
|
10023
10024
|
(u === 0 || // And there should be no invalid characters.
|
|
10024
|
-
|
|
10025
|
+
wf(i)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
10025
10026
|
if (a = r[this.treeIndex], u = (a & Ue.VALUE_LENGTH) >> 14, u !== 0) {
|
|
10026
10027
|
if (i === pe.SEMI)
|
|
10027
10028
|
return this.emitNamedEntityData(this.treeIndex, u, this.consumed + this.excess);
|
|
@@ -10078,7 +10079,7 @@ class wf {
|
|
|
10078
10079
|
}
|
|
10079
10080
|
function Cu(e) {
|
|
10080
10081
|
let t = "";
|
|
10081
|
-
const n = new
|
|
10082
|
+
const n = new Df(e, (r) => t += Sf(r));
|
|
10082
10083
|
return function(a, u) {
|
|
10083
10084
|
let i = 0, o = 0;
|
|
10084
10085
|
for (; (o = a.indexOf("&", o)) >= 0; ) {
|
|
@@ -10119,7 +10120,7 @@ function xu(e, t, n, r) {
|
|
|
10119
10120
|
return -1;
|
|
10120
10121
|
}
|
|
10121
10122
|
Cu(Ke);
|
|
10122
|
-
Cu(
|
|
10123
|
+
Cu(kf);
|
|
10123
10124
|
var L;
|
|
10124
10125
|
(function(e) {
|
|
10125
10126
|
e.HTML = "http://www.w3.org/1999/xhtml", e.MATHML = "http://www.w3.org/1998/Math/MathML", e.SVG = "http://www.w3.org/2000/svg", e.XLINK = "http://www.w3.org/1999/xlink", e.XML = "http://www.w3.org/XML/1998/namespace", e.XMLNS = "http://www.w3.org/2000/xmlns/";
|
|
@@ -10140,7 +10141,7 @@ var s;
|
|
|
10140
10141
|
(function(e) {
|
|
10141
10142
|
e[e.UNKNOWN = 0] = "UNKNOWN", e[e.A = 1] = "A", e[e.ADDRESS = 2] = "ADDRESS", e[e.ANNOTATION_XML = 3] = "ANNOTATION_XML", e[e.APPLET = 4] = "APPLET", e[e.AREA = 5] = "AREA", e[e.ARTICLE = 6] = "ARTICLE", e[e.ASIDE = 7] = "ASIDE", e[e.B = 8] = "B", e[e.BASE = 9] = "BASE", e[e.BASEFONT = 10] = "BASEFONT", e[e.BGSOUND = 11] = "BGSOUND", e[e.BIG = 12] = "BIG", e[e.BLOCKQUOTE = 13] = "BLOCKQUOTE", e[e.BODY = 14] = "BODY", e[e.BR = 15] = "BR", e[e.BUTTON = 16] = "BUTTON", e[e.CAPTION = 17] = "CAPTION", e[e.CENTER = 18] = "CENTER", e[e.CODE = 19] = "CODE", e[e.COL = 20] = "COL", e[e.COLGROUP = 21] = "COLGROUP", e[e.DD = 22] = "DD", e[e.DESC = 23] = "DESC", e[e.DETAILS = 24] = "DETAILS", e[e.DIALOG = 25] = "DIALOG", e[e.DIR = 26] = "DIR", e[e.DIV = 27] = "DIV", e[e.DL = 28] = "DL", e[e.DT = 29] = "DT", e[e.EM = 30] = "EM", e[e.EMBED = 31] = "EMBED", e[e.FIELDSET = 32] = "FIELDSET", e[e.FIGCAPTION = 33] = "FIGCAPTION", e[e.FIGURE = 34] = "FIGURE", e[e.FONT = 35] = "FONT", e[e.FOOTER = 36] = "FOOTER", e[e.FOREIGN_OBJECT = 37] = "FOREIGN_OBJECT", e[e.FORM = 38] = "FORM", e[e.FRAME = 39] = "FRAME", e[e.FRAMESET = 40] = "FRAMESET", e[e.H1 = 41] = "H1", e[e.H2 = 42] = "H2", e[e.H3 = 43] = "H3", e[e.H4 = 44] = "H4", e[e.H5 = 45] = "H5", e[e.H6 = 46] = "H6", e[e.HEAD = 47] = "HEAD", e[e.HEADER = 48] = "HEADER", e[e.HGROUP = 49] = "HGROUP", e[e.HR = 50] = "HR", e[e.HTML = 51] = "HTML", e[e.I = 52] = "I", e[e.IMG = 53] = "IMG", e[e.IMAGE = 54] = "IMAGE", e[e.INPUT = 55] = "INPUT", e[e.IFRAME = 56] = "IFRAME", e[e.KEYGEN = 57] = "KEYGEN", e[e.LABEL = 58] = "LABEL", e[e.LI = 59] = "LI", e[e.LINK = 60] = "LINK", e[e.LISTING = 61] = "LISTING", e[e.MAIN = 62] = "MAIN", e[e.MALIGNMARK = 63] = "MALIGNMARK", e[e.MARQUEE = 64] = "MARQUEE", e[e.MATH = 65] = "MATH", e[e.MENU = 66] = "MENU", e[e.META = 67] = "META", e[e.MGLYPH = 68] = "MGLYPH", e[e.MI = 69] = "MI", e[e.MO = 70] = "MO", e[e.MN = 71] = "MN", e[e.MS = 72] = "MS", e[e.MTEXT = 73] = "MTEXT", e[e.NAV = 74] = "NAV", e[e.NOBR = 75] = "NOBR", e[e.NOFRAMES = 76] = "NOFRAMES", e[e.NOEMBED = 77] = "NOEMBED", e[e.NOSCRIPT = 78] = "NOSCRIPT", e[e.OBJECT = 79] = "OBJECT", e[e.OL = 80] = "OL", e[e.OPTGROUP = 81] = "OPTGROUP", e[e.OPTION = 82] = "OPTION", e[e.P = 83] = "P", e[e.PARAM = 84] = "PARAM", e[e.PLAINTEXT = 85] = "PLAINTEXT", e[e.PRE = 86] = "PRE", e[e.RB = 87] = "RB", e[e.RP = 88] = "RP", e[e.RT = 89] = "RT", e[e.RTC = 90] = "RTC", e[e.RUBY = 91] = "RUBY", e[e.S = 92] = "S", e[e.SCRIPT = 93] = "SCRIPT", e[e.SECTION = 94] = "SECTION", e[e.SELECT = 95] = "SELECT", e[e.SOURCE = 96] = "SOURCE", e[e.SMALL = 97] = "SMALL", e[e.SPAN = 98] = "SPAN", e[e.STRIKE = 99] = "STRIKE", e[e.STRONG = 100] = "STRONG", e[e.STYLE = 101] = "STYLE", e[e.SUB = 102] = "SUB", e[e.SUMMARY = 103] = "SUMMARY", e[e.SUP = 104] = "SUP", e[e.TABLE = 105] = "TABLE", e[e.TBODY = 106] = "TBODY", e[e.TEMPLATE = 107] = "TEMPLATE", e[e.TEXTAREA = 108] = "TEXTAREA", e[e.TFOOT = 109] = "TFOOT", e[e.TD = 110] = "TD", e[e.TH = 111] = "TH", e[e.THEAD = 112] = "THEAD", e[e.TITLE = 113] = "TITLE", e[e.TR = 114] = "TR", e[e.TRACK = 115] = "TRACK", e[e.TT = 116] = "TT", e[e.U = 117] = "U", e[e.UL = 118] = "UL", e[e.SVG = 119] = "SVG", e[e.VAR = 120] = "VAR", e[e.WBR = 121] = "WBR", e[e.XMP = 122] = "XMP";
|
|
10142
10143
|
})(s = s || (s = {}));
|
|
10143
|
-
const
|
|
10144
|
+
const Pf = /* @__PURE__ */ new Map([
|
|
10144
10145
|
[k.A, s.A],
|
|
10145
10146
|
[k.ADDRESS, s.ADDRESS],
|
|
10146
10147
|
[k.ANNOTATION_XML, s.ANNOTATION_XML],
|
|
@@ -10266,9 +10267,9 @@ const Df = /* @__PURE__ */ new Map([
|
|
|
10266
10267
|
]);
|
|
10267
10268
|
function Nt(e) {
|
|
10268
10269
|
var t;
|
|
10269
|
-
return (t =
|
|
10270
|
+
return (t = Pf.get(e)) !== null && t !== void 0 ? t : s.UNKNOWN;
|
|
10270
10271
|
}
|
|
10271
|
-
const D = s,
|
|
10272
|
+
const D = s, Mf = {
|
|
10272
10273
|
[L.HTML]: /* @__PURE__ */ new Set([
|
|
10273
10274
|
D.ADDRESS,
|
|
10274
10275
|
D.APPLET,
|
|
@@ -10362,7 +10363,7 @@ function ku(e) {
|
|
|
10362
10363
|
return e === D.H1 || e === D.H2 || e === D.H3 || e === D.H4 || e === D.H5 || e === D.H6;
|
|
10363
10364
|
}
|
|
10364
10365
|
k.STYLE, k.SCRIPT, k.XMP, k.IFRAME, k.NOEMBED, k.NOFRAMES, k.PLAINTEXT;
|
|
10365
|
-
const
|
|
10366
|
+
const Ff = /* @__PURE__ */ new Map([
|
|
10366
10367
|
[128, 8364],
|
|
10367
10368
|
[130, 8218],
|
|
10368
10369
|
[131, 402],
|
|
@@ -10409,11 +10410,11 @@ function Ut(e) {
|
|
|
10409
10410
|
function Bt(e) {
|
|
10410
10411
|
return e >= p.LATIN_CAPITAL_A && e <= p.LATIN_CAPITAL_Z;
|
|
10411
10412
|
}
|
|
10412
|
-
function
|
|
10413
|
+
function Bf(e) {
|
|
10413
10414
|
return e >= p.LATIN_SMALL_A && e <= p.LATIN_SMALL_Z;
|
|
10414
10415
|
}
|
|
10415
10416
|
function Ze(e) {
|
|
10416
|
-
return
|
|
10417
|
+
return Bf(e) || Bt(e);
|
|
10417
10418
|
}
|
|
10418
10419
|
function pr(e) {
|
|
10419
10420
|
return Ze(e) || Ut(e);
|
|
@@ -10424,7 +10425,7 @@ function Iu(e) {
|
|
|
10424
10425
|
function Su(e) {
|
|
10425
10426
|
return e >= p.LATIN_SMALL_A && e <= p.LATIN_SMALL_F;
|
|
10426
10427
|
}
|
|
10427
|
-
function
|
|
10428
|
+
function vf(e) {
|
|
10428
10429
|
return Ut(e) || Iu(e) || Su(e);
|
|
10429
10430
|
}
|
|
10430
10431
|
function un(e) {
|
|
@@ -10433,15 +10434,15 @@ function un(e) {
|
|
|
10433
10434
|
function Nu(e) {
|
|
10434
10435
|
return e === p.SPACE || e === p.LINE_FEED || e === p.TABULATION || e === p.FORM_FEED;
|
|
10435
10436
|
}
|
|
10436
|
-
function
|
|
10437
|
+
function Hf(e) {
|
|
10437
10438
|
return e === p.EQUALS_SIGN || pr(e);
|
|
10438
10439
|
}
|
|
10439
10440
|
function Xa(e) {
|
|
10440
10441
|
return Nu(e) || e === p.SOLIDUS || e === p.GREATER_THAN_SIGN;
|
|
10441
10442
|
}
|
|
10442
|
-
class
|
|
10443
|
+
class Uf {
|
|
10443
10444
|
constructor(t, n) {
|
|
10444
|
-
this.options = t, this.handler = n, this.paused = !1, this.inLoop = !1, this.inForeignNode = !1, this.lastStartTagName = "", this.active = !1, this.state = g.DATA, this.returnState = g.DATA, this.charRefCode = -1, this.consumedAfterSnapshot = -1, this.currentCharacterToken = null, this.currentToken = null, this.currentAttr = { name: "", value: "" }, this.preprocessor = new
|
|
10445
|
+
this.options = t, this.handler = n, this.paused = !1, this.inLoop = !1, this.inForeignNode = !1, this.lastStartTagName = "", this.active = !1, this.state = g.DATA, this.returnState = g.DATA, this.charRefCode = -1, this.consumedAfterSnapshot = -1, this.currentCharacterToken = null, this.currentToken = null, this.currentAttr = { name: "", value: "" }, this.preprocessor = new xf(n), this.currentLocation = this.getCurrentLocation(-1);
|
|
10445
10446
|
}
|
|
10446
10447
|
//Errors
|
|
10447
10448
|
_err(t) {
|
|
@@ -10647,7 +10648,7 @@ class Hf {
|
|
|
10647
10648
|
const o = i & Ue.VALUE_LENGTH;
|
|
10648
10649
|
if (o) {
|
|
10649
10650
|
const l = (o >> 14) - 1;
|
|
10650
|
-
if (t !== p.SEMICOLON && this._isCharacterReferenceInAttribute() &&
|
|
10651
|
+
if (t !== p.SEMICOLON && this._isCharacterReferenceInAttribute() && Hf(this.preprocessor.peek(1)) ? (n = [p.AMPERSAND], u += l) : (n = l === 0 ? [Ke[u] & ~Ue.VALUE_LENGTH] : l === 1 ? [Ke[++u]] : [Ke[++u], Ke[++u]], r = 0, a = t !== p.SEMICOLON), l === 0) {
|
|
10651
10652
|
this._consume();
|
|
10652
10653
|
break;
|
|
10653
10654
|
}
|
|
@@ -12369,7 +12370,7 @@ class Hf {
|
|
|
12369
12370
|
// Hexademical character reference start state
|
|
12370
12371
|
//------------------------------------------------------------------
|
|
12371
12372
|
_stateHexademicalCharacterReferenceStart(t) {
|
|
12372
|
-
|
|
12373
|
+
vf(t) ? (this.state = g.HEXADEMICAL_CHARACTER_REFERENCE, this._stateHexademicalCharacterReference(t)) : (this._err(N.absenceOfDigitsInNumericCharacterReference), this._flushCodePointConsumedAsCharacterReference(p.AMPERSAND), this._flushCodePointConsumedAsCharacterReference(p.NUMBER_SIGN), this._unconsume(2), this.state = this.returnState);
|
|
12373
12374
|
}
|
|
12374
12375
|
// Hexademical character reference state
|
|
12375
12376
|
//------------------------------------------------------------------
|
|
@@ -12394,7 +12395,7 @@ class Hf {
|
|
|
12394
12395
|
this._err(N.noncharacterCharacterReference);
|
|
12395
12396
|
else if (yu(this.charRefCode) || this.charRefCode === p.CARRIAGE_RETURN) {
|
|
12396
12397
|
this._err(N.controlCharacterReference);
|
|
12397
|
-
const n =
|
|
12398
|
+
const n = Ff.get(this.charRefCode);
|
|
12398
12399
|
n !== void 0 && (this.charRefCode = n);
|
|
12399
12400
|
}
|
|
12400
12401
|
this._flushCodePointConsumedAsCharacterReference(this.charRefCode), this._reconsumeInState(this.returnState, t);
|
|
@@ -12429,8 +12430,8 @@ const Ru = /* @__PURE__ */ new Set([s.DD, s.DT, s.LI, s.OPTGROUP, s.OPTION, s.P,
|
|
|
12429
12430
|
[s.DESC, L.SVG],
|
|
12430
12431
|
[s.FOREIGN_OBJECT, L.SVG],
|
|
12431
12432
|
[s.TITLE, L.SVG]
|
|
12432
|
-
]),
|
|
12433
|
-
class
|
|
12433
|
+
]), zf = [s.H1, s.H2, s.H3, s.H4, s.H5, s.H6], Yf = [s.TR, s.TEMPLATE, s.HTML], jf = [s.TBODY, s.TFOOT, s.THEAD, s.TEMPLATE, s.HTML], Gf = [s.TABLE, s.TEMPLATE, s.HTML], qf = [s.TD, s.TH];
|
|
12434
|
+
class $f {
|
|
12434
12435
|
get currentTmplContentOrNode() {
|
|
12435
12436
|
return this._isInTemplate() ? this.treeAdapter.getTemplateContent(this.current) : this.current;
|
|
12436
12437
|
}
|
|
@@ -12486,10 +12487,10 @@ class qf {
|
|
|
12486
12487
|
this.shortenToLength(r < 0 ? 0 : r);
|
|
12487
12488
|
}
|
|
12488
12489
|
popUntilNumberedHeaderPopped() {
|
|
12489
|
-
this.popUntilPopped(
|
|
12490
|
+
this.popUntilPopped(zf, L.HTML);
|
|
12490
12491
|
}
|
|
12491
12492
|
popUntilTableCellPopped() {
|
|
12492
|
-
this.popUntilPopped(
|
|
12493
|
+
this.popUntilPopped(qf, L.HTML);
|
|
12493
12494
|
}
|
|
12494
12495
|
popAllUpToHtmlElement() {
|
|
12495
12496
|
this.tmplCount = 0, this.shortenToLength(1);
|
|
@@ -12505,13 +12506,13 @@ class qf {
|
|
|
12505
12506
|
this.shortenToLength(r + 1);
|
|
12506
12507
|
}
|
|
12507
12508
|
clearBackToTableContext() {
|
|
12508
|
-
this.clearBackTo(
|
|
12509
|
+
this.clearBackTo(Gf, L.HTML);
|
|
12509
12510
|
}
|
|
12510
12511
|
clearBackToTableBodyContext() {
|
|
12511
|
-
this.clearBackTo(
|
|
12512
|
+
this.clearBackTo(jf, L.HTML);
|
|
12512
12513
|
}
|
|
12513
12514
|
clearBackToTableRowContext() {
|
|
12514
|
-
this.clearBackTo(
|
|
12515
|
+
this.clearBackTo(Yf, L.HTML);
|
|
12515
12516
|
}
|
|
12516
12517
|
remove(t) {
|
|
12517
12518
|
const n = this._indexOf(t);
|
|
@@ -12628,7 +12629,7 @@ var we;
|
|
|
12628
12629
|
e[e.Marker = 0] = "Marker", e[e.Element = 1] = "Element";
|
|
12629
12630
|
})(we = we || (we = {}));
|
|
12630
12631
|
const Za = { type: we.Marker };
|
|
12631
|
-
class
|
|
12632
|
+
class Wf {
|
|
12632
12633
|
constructor(t) {
|
|
12633
12634
|
this.treeAdapter = t, this.entries = [], this.bookmark = null;
|
|
12634
12635
|
}
|
|
@@ -12860,7 +12861,7 @@ const mt = {
|
|
|
12860
12861
|
updateNodeSourceCodeLocation(e, t) {
|
|
12861
12862
|
e.sourceCodeLocation = { ...e.sourceCodeLocation, ...t };
|
|
12862
12863
|
}
|
|
12863
|
-
}, Lu = "html",
|
|
12864
|
+
}, Lu = "html", Vf = "about:legacy-compat", Qf = "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd", Ou = [
|
|
12864
12865
|
"+//silmaril//dtd html pro v0r11 19970101//",
|
|
12865
12866
|
"-//as//dtd html 3.0 aswedit + extensions//",
|
|
12866
12867
|
"-//advasoft ltd//dtd html 3.0 aswedit + extensions//",
|
|
@@ -12916,15 +12917,15 @@ const mt = {
|
|
|
12916
12917
|
"-//w3o//dtd w3 html 3.0//",
|
|
12917
12918
|
"-//webtechs//dtd mozilla html 2.0//",
|
|
12918
12919
|
"-//webtechs//dtd mozilla html//"
|
|
12919
|
-
],
|
|
12920
|
+
], Xf = [
|
|
12920
12921
|
...Ou,
|
|
12921
12922
|
"-//w3c//dtd html 4.01 frameset//",
|
|
12922
12923
|
"-//w3c//dtd html 4.01 transitional//"
|
|
12923
|
-
],
|
|
12924
|
+
], Kf = /* @__PURE__ */ new Set([
|
|
12924
12925
|
"-//w3o//dtd w3 html strict 3.0//en//",
|
|
12925
12926
|
"-/w3c/dtd html 4.0 transitional/en",
|
|
12926
12927
|
"html"
|
|
12927
|
-
]), wu = ["-//w3c//dtd xhtml 1.0 frameset//", "-//w3c//dtd xhtml 1.0 transitional//"],
|
|
12928
|
+
]), wu = ["-//w3c//dtd xhtml 1.0 frameset//", "-//w3c//dtd xhtml 1.0 transitional//"], Zf = [
|
|
12928
12929
|
...wu,
|
|
12929
12930
|
"-//w3c//dtd html 4.01 frameset//",
|
|
12930
12931
|
"-//w3c//dtd html 4.01 transitional//"
|
|
@@ -12932,23 +12933,23 @@ const mt = {
|
|
|
12932
12933
|
function ei(e, t) {
|
|
12933
12934
|
return t.some((n) => e.startsWith(n));
|
|
12934
12935
|
}
|
|
12935
|
-
function Zf(e) {
|
|
12936
|
-
return e.name === Lu && e.publicId === null && (e.systemId === null || e.systemId === Wf);
|
|
12937
|
-
}
|
|
12938
12936
|
function Jf(e) {
|
|
12937
|
+
return e.name === Lu && e.publicId === null && (e.systemId === null || e.systemId === Vf);
|
|
12938
|
+
}
|
|
12939
|
+
function eh(e) {
|
|
12939
12940
|
if (e.name !== Lu)
|
|
12940
12941
|
return Se.QUIRKS;
|
|
12941
12942
|
const { systemId: t } = e;
|
|
12942
|
-
if (t && t.toLowerCase() ===
|
|
12943
|
+
if (t && t.toLowerCase() === Qf)
|
|
12943
12944
|
return Se.QUIRKS;
|
|
12944
12945
|
let { publicId: n } = e;
|
|
12945
12946
|
if (n !== null) {
|
|
12946
|
-
if (n = n.toLowerCase(),
|
|
12947
|
+
if (n = n.toLowerCase(), Kf.has(n))
|
|
12947
12948
|
return Se.QUIRKS;
|
|
12948
|
-
let r = t === null ?
|
|
12949
|
+
let r = t === null ? Xf : Ou;
|
|
12949
12950
|
if (ei(n, r))
|
|
12950
12951
|
return Se.QUIRKS;
|
|
12951
|
-
if (r = t === null ? wu :
|
|
12952
|
+
if (r = t === null ? wu : Zf, ei(n, r))
|
|
12952
12953
|
return Se.LIMITED_QUIRKS;
|
|
12953
12954
|
}
|
|
12954
12955
|
return Se.NO_QUIRKS;
|
|
@@ -12956,7 +12957,7 @@ function Jf(e) {
|
|
|
12956
12957
|
const ti = {
|
|
12957
12958
|
TEXT_HTML: "text/html",
|
|
12958
12959
|
APPLICATION_XML: "application/xhtml+xml"
|
|
12959
|
-
},
|
|
12960
|
+
}, th = "definitionurl", nh = "definitionURL", rh = new Map([
|
|
12960
12961
|
"attributeName",
|
|
12961
12962
|
"attributeType",
|
|
12962
12963
|
"baseFrequency",
|
|
@@ -13015,7 +13016,7 @@ const ti = {
|
|
|
13015
13016
|
"xChannelSelector",
|
|
13016
13017
|
"yChannelSelector",
|
|
13017
13018
|
"zoomAndPan"
|
|
13018
|
-
].map((e) => [e.toLowerCase(), e])),
|
|
13019
|
+
].map((e) => [e.toLowerCase(), e])), ah = /* @__PURE__ */ new Map([
|
|
13019
13020
|
["xlink:actuate", { prefix: "xlink", name: "actuate", namespace: L.XLINK }],
|
|
13020
13021
|
["xlink:arcrole", { prefix: "xlink", name: "arcrole", namespace: L.XLINK }],
|
|
13021
13022
|
["xlink:href", { prefix: "xlink", name: "href", namespace: L.XLINK }],
|
|
@@ -13028,7 +13029,7 @@ const ti = {
|
|
|
13028
13029
|
["xml:space", { prefix: "xml", name: "space", namespace: L.XML }],
|
|
13029
13030
|
["xmlns", { prefix: "", name: "xmlns", namespace: L.XMLNS }],
|
|
13030
13031
|
["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: L.XMLNS }]
|
|
13031
|
-
]),
|
|
13032
|
+
]), ih = new Map([
|
|
13032
13033
|
"altGlyph",
|
|
13033
13034
|
"altGlyphDef",
|
|
13034
13035
|
"altGlyphItem",
|
|
@@ -13065,7 +13066,7 @@ const ti = {
|
|
|
13065
13066
|
"linearGradient",
|
|
13066
13067
|
"radialGradient",
|
|
13067
13068
|
"textPath"
|
|
13068
|
-
].map((e) => [e.toLowerCase(), e])),
|
|
13069
|
+
].map((e) => [e.toLowerCase(), e])), uh = /* @__PURE__ */ new Set([
|
|
13069
13070
|
s.B,
|
|
13070
13071
|
s.BIG,
|
|
13071
13072
|
s.BLOCKQUOTE,
|
|
@@ -13111,37 +13112,37 @@ const ti = {
|
|
|
13111
13112
|
s.UL,
|
|
13112
13113
|
s.VAR
|
|
13113
13114
|
]);
|
|
13114
|
-
function
|
|
13115
|
+
function sh(e) {
|
|
13115
13116
|
const t = e.tagID;
|
|
13116
|
-
return t === s.FONT && e.attrs.some(({ name: r }) => r === Je.COLOR || r === Je.SIZE || r === Je.FACE) ||
|
|
13117
|
+
return t === s.FONT && e.attrs.some(({ name: r }) => r === Je.COLOR || r === Je.SIZE || r === Je.FACE) || uh.has(t);
|
|
13117
13118
|
}
|
|
13118
13119
|
function Du(e) {
|
|
13119
13120
|
for (let t = 0; t < e.attrs.length; t++)
|
|
13120
|
-
if (e.attrs[t].name ===
|
|
13121
|
-
e.attrs[t].name =
|
|
13121
|
+
if (e.attrs[t].name === th) {
|
|
13122
|
+
e.attrs[t].name = nh;
|
|
13122
13123
|
break;
|
|
13123
13124
|
}
|
|
13124
13125
|
}
|
|
13125
13126
|
function Pu(e) {
|
|
13126
13127
|
for (let t = 0; t < e.attrs.length; t++) {
|
|
13127
|
-
const n =
|
|
13128
|
+
const n = rh.get(e.attrs[t].name);
|
|
13128
13129
|
n != null && (e.attrs[t].name = n);
|
|
13129
13130
|
}
|
|
13130
13131
|
}
|
|
13131
13132
|
function Fr(e) {
|
|
13132
13133
|
for (let t = 0; t < e.attrs.length; t++) {
|
|
13133
|
-
const n =
|
|
13134
|
+
const n = ah.get(e.attrs[t].name);
|
|
13134
13135
|
n && (e.attrs[t].prefix = n.prefix, e.attrs[t].name = n.name, e.attrs[t].namespace = n.namespace);
|
|
13135
13136
|
}
|
|
13136
13137
|
}
|
|
13137
|
-
function
|
|
13138
|
-
const t =
|
|
13138
|
+
function oh(e) {
|
|
13139
|
+
const t = ih.get(e.tagName);
|
|
13139
13140
|
t != null && (e.tagName = t, e.tagID = Nt(e.tagName));
|
|
13140
13141
|
}
|
|
13141
|
-
function
|
|
13142
|
+
function lh(e, t) {
|
|
13142
13143
|
return t === L.MATHML && (e === s.MI || e === s.MO || e === s.MN || e === s.MS || e === s.MTEXT);
|
|
13143
13144
|
}
|
|
13144
|
-
function
|
|
13145
|
+
function ch(e, t, n) {
|
|
13145
13146
|
if (t === L.MATHML && e === s.ANNOTATION_XML) {
|
|
13146
13147
|
for (let r = 0; r < n.length; r++)
|
|
13147
13148
|
if (n[r].name === Je.ENCODING) {
|
|
@@ -13151,15 +13152,15 @@ function lh(e, t, n) {
|
|
|
13151
13152
|
}
|
|
13152
13153
|
return t === L.SVG && (e === s.FOREIGN_OBJECT || e === s.DESC || e === s.TITLE);
|
|
13153
13154
|
}
|
|
13154
|
-
function
|
|
13155
|
-
return (!r || r === L.HTML) &&
|
|
13155
|
+
function dh(e, t, n, r) {
|
|
13156
|
+
return (!r || r === L.HTML) && ch(e, t, n) || (!r || r === L.MATHML) && lh(e, t);
|
|
13156
13157
|
}
|
|
13157
|
-
const
|
|
13158
|
+
const fh = "hidden", hh = 8, ph = 3;
|
|
13158
13159
|
var T;
|
|
13159
13160
|
(function(e) {
|
|
13160
13161
|
e[e.INITIAL = 0] = "INITIAL", e[e.BEFORE_HTML = 1] = "BEFORE_HTML", e[e.BEFORE_HEAD = 2] = "BEFORE_HEAD", e[e.IN_HEAD = 3] = "IN_HEAD", e[e.IN_HEAD_NO_SCRIPT = 4] = "IN_HEAD_NO_SCRIPT", e[e.AFTER_HEAD = 5] = "AFTER_HEAD", e[e.IN_BODY = 6] = "IN_BODY", e[e.TEXT = 7] = "TEXT", e[e.IN_TABLE = 8] = "IN_TABLE", e[e.IN_TABLE_TEXT = 9] = "IN_TABLE_TEXT", e[e.IN_CAPTION = 10] = "IN_CAPTION", e[e.IN_COLUMN_GROUP = 11] = "IN_COLUMN_GROUP", e[e.IN_TABLE_BODY = 12] = "IN_TABLE_BODY", e[e.IN_ROW = 13] = "IN_ROW", e[e.IN_CELL = 14] = "IN_CELL", e[e.IN_SELECT = 15] = "IN_SELECT", e[e.IN_SELECT_IN_TABLE = 16] = "IN_SELECT_IN_TABLE", e[e.IN_TEMPLATE = 17] = "IN_TEMPLATE", e[e.AFTER_BODY = 18] = "AFTER_BODY", e[e.IN_FRAMESET = 19] = "IN_FRAMESET", e[e.AFTER_FRAMESET = 20] = "AFTER_FRAMESET", e[e.AFTER_AFTER_BODY = 21] = "AFTER_AFTER_BODY", e[e.AFTER_AFTER_FRAMESET = 22] = "AFTER_AFTER_FRAMESET";
|
|
13161
13162
|
})(T || (T = {}));
|
|
13162
|
-
const
|
|
13163
|
+
const mh = {
|
|
13163
13164
|
startLine: -1,
|
|
13164
13165
|
startCol: -1,
|
|
13165
13166
|
startOffset: -1,
|
|
@@ -13177,7 +13178,7 @@ class ri {
|
|
|
13177
13178
|
this.fragmentContext = r, this.scriptHandler = a, this.currentToken = null, this.stopped = !1, this.insertionMode = T.INITIAL, this.originalInsertionMode = T.INITIAL, this.headElement = null, this.formElement = null, this.currentNotInHTML = !1, this.tmplInsertionModeStack = [], this.pendingCharacterTokens = [], this.hasNonWhitespacePendingCharacterToken = !1, this.framesetOk = !0, this.skipNextNewLine = !1, this.fosterParentingEnabled = !1, this.options = {
|
|
13178
13179
|
...ni,
|
|
13179
13180
|
...t
|
|
13180
|
-
}, this.treeAdapter = this.options.treeAdapter, this.onParseError = this.options.onParseError, this.onParseError && (this.options.sourceCodeLocationInfo = !0), this.document = n ?? this.treeAdapter.createDocument(), this.tokenizer = new
|
|
13181
|
+
}, this.treeAdapter = this.options.treeAdapter, this.onParseError = this.options.onParseError, this.onParseError && (this.options.sourceCodeLocationInfo = !0), this.document = n ?? this.treeAdapter.createDocument(), this.tokenizer = new Uf(this.options, this), this.activeFormattingElements = new Wf(this.treeAdapter), this.fragmentContextID = r ? Nt(this.treeAdapter.getTagName(r)) : s.UNKNOWN, this._setContextModes(r ?? this.document, this.fragmentContextID), this.openElements = new $f(this.document, this.treeAdapter, this);
|
|
13181
13182
|
}
|
|
13182
13183
|
// API
|
|
13183
13184
|
static parse(t, n) {
|
|
@@ -13202,7 +13203,7 @@ class ri {
|
|
|
13202
13203
|
var a;
|
|
13203
13204
|
if (!this.onParseError)
|
|
13204
13205
|
return;
|
|
13205
|
-
const u = (a = t.location) !== null && a !== void 0 ? a :
|
|
13206
|
+
const u = (a = t.location) !== null && a !== void 0 ? a : mh, i = {
|
|
13206
13207
|
code: n,
|
|
13207
13208
|
startLine: u.startLine,
|
|
13208
13209
|
startCol: u.startCol,
|
|
@@ -13407,7 +13408,7 @@ class ri {
|
|
|
13407
13408
|
//Integration points
|
|
13408
13409
|
_isIntegrationPoint(t, n, r) {
|
|
13409
13410
|
const a = this.treeAdapter.getNamespaceURI(n), u = this.treeAdapter.getAttrList(n);
|
|
13410
|
-
return
|
|
13411
|
+
return dh(t, a, u, r);
|
|
13411
13412
|
}
|
|
13412
13413
|
//Active formatting elements reconstruction
|
|
13413
13414
|
_reconstructActiveFormattingElements() {
|
|
@@ -13535,11 +13536,11 @@ class ri {
|
|
|
13535
13536
|
//Special elements
|
|
13536
13537
|
_isSpecialElement(t, n) {
|
|
13537
13538
|
const r = this.treeAdapter.getNamespaceURI(t);
|
|
13538
|
-
return
|
|
13539
|
+
return Mf[r].has(n);
|
|
13539
13540
|
}
|
|
13540
13541
|
onCharacter(t) {
|
|
13541
13542
|
if (this.skipNextNewLine = !1, this.tokenizer.inForeignNode) {
|
|
13542
|
-
|
|
13543
|
+
qp(this, t);
|
|
13543
13544
|
return;
|
|
13544
13545
|
}
|
|
13545
13546
|
switch (this.insertionMode) {
|
|
@@ -13606,7 +13607,7 @@ class ri {
|
|
|
13606
13607
|
}
|
|
13607
13608
|
onNullCharacter(t) {
|
|
13608
13609
|
if (this.skipNextNewLine = !1, this.tokenizer.inForeignNode) {
|
|
13609
|
-
|
|
13610
|
+
Gp(this, t);
|
|
13610
13611
|
return;
|
|
13611
13612
|
}
|
|
13612
13613
|
switch (this.insertionMode) {
|
|
@@ -13690,12 +13691,12 @@ class ri {
|
|
|
13690
13691
|
break;
|
|
13691
13692
|
}
|
|
13692
13693
|
case T.AFTER_BODY: {
|
|
13693
|
-
|
|
13694
|
+
_h(this, t);
|
|
13694
13695
|
break;
|
|
13695
13696
|
}
|
|
13696
13697
|
case T.AFTER_AFTER_BODY:
|
|
13697
13698
|
case T.AFTER_AFTER_FRAMESET: {
|
|
13698
|
-
|
|
13699
|
+
Ch(this, t);
|
|
13699
13700
|
break;
|
|
13700
13701
|
}
|
|
13701
13702
|
}
|
|
@@ -13703,7 +13704,7 @@ class ri {
|
|
|
13703
13704
|
onDoctype(t) {
|
|
13704
13705
|
switch (this.skipNextNewLine = !1, this.insertionMode) {
|
|
13705
13706
|
case T.INITIAL: {
|
|
13706
|
-
|
|
13707
|
+
xh(this, t);
|
|
13707
13708
|
break;
|
|
13708
13709
|
}
|
|
13709
13710
|
case T.BEFORE_HEAD:
|
|
@@ -13733,7 +13734,7 @@ class ri {
|
|
|
13733
13734
|
* @param token The token to process.
|
|
13734
13735
|
*/
|
|
13735
13736
|
_processStartTag(t) {
|
|
13736
|
-
this.shouldProcessStartTagTokenInForeignContent(t) ?
|
|
13737
|
+
this.shouldProcessStartTagTokenInForeignContent(t) ? $p(this, t) : this._startTagOutsideForeignContent(t);
|
|
13737
13738
|
}
|
|
13738
13739
|
_startTagOutsideForeignContent(t) {
|
|
13739
13740
|
switch (this.insertionMode) {
|
|
@@ -13742,11 +13743,11 @@ class ri {
|
|
|
13742
13743
|
break;
|
|
13743
13744
|
}
|
|
13744
13745
|
case T.BEFORE_HTML: {
|
|
13745
|
-
|
|
13746
|
+
kh(this, t);
|
|
13746
13747
|
break;
|
|
13747
13748
|
}
|
|
13748
13749
|
case T.BEFORE_HEAD: {
|
|
13749
|
-
|
|
13750
|
+
Sh(this, t);
|
|
13750
13751
|
break;
|
|
13751
13752
|
}
|
|
13752
13753
|
case T.IN_HEAD: {
|
|
@@ -13754,11 +13755,11 @@ class ri {
|
|
|
13754
13755
|
break;
|
|
13755
13756
|
}
|
|
13756
13757
|
case T.IN_HEAD_NO_SCRIPT: {
|
|
13757
|
-
|
|
13758
|
+
Lh(this, t);
|
|
13758
13759
|
break;
|
|
13759
13760
|
}
|
|
13760
13761
|
case T.AFTER_HEAD: {
|
|
13761
|
-
|
|
13762
|
+
wh(this, t);
|
|
13762
13763
|
break;
|
|
13763
13764
|
}
|
|
13764
13765
|
case T.IN_BODY: {
|
|
@@ -13774,7 +13775,7 @@ class ri {
|
|
|
13774
13775
|
break;
|
|
13775
13776
|
}
|
|
13776
13777
|
case T.IN_CAPTION: {
|
|
13777
|
-
|
|
13778
|
+
Np(this, t);
|
|
13778
13779
|
break;
|
|
13779
13780
|
}
|
|
13780
13781
|
case T.IN_COLUMN_GROUP: {
|
|
@@ -13790,7 +13791,7 @@ class ri {
|
|
|
13790
13791
|
break;
|
|
13791
13792
|
}
|
|
13792
13793
|
case T.IN_CELL: {
|
|
13793
|
-
|
|
13794
|
+
Op(this, t);
|
|
13794
13795
|
break;
|
|
13795
13796
|
}
|
|
13796
13797
|
case T.IN_SELECT: {
|
|
@@ -13798,37 +13799,37 @@ class ri {
|
|
|
13798
13799
|
break;
|
|
13799
13800
|
}
|
|
13800
13801
|
case T.IN_SELECT_IN_TABLE: {
|
|
13801
|
-
|
|
13802
|
+
Dp(this, t);
|
|
13802
13803
|
break;
|
|
13803
13804
|
}
|
|
13804
13805
|
case T.IN_TEMPLATE: {
|
|
13805
|
-
|
|
13806
|
+
Mp(this, t);
|
|
13806
13807
|
break;
|
|
13807
13808
|
}
|
|
13808
13809
|
case T.AFTER_BODY: {
|
|
13809
|
-
|
|
13810
|
+
Bp(this, t);
|
|
13810
13811
|
break;
|
|
13811
13812
|
}
|
|
13812
13813
|
case T.IN_FRAMESET: {
|
|
13813
|
-
|
|
13814
|
+
vp(this, t);
|
|
13814
13815
|
break;
|
|
13815
13816
|
}
|
|
13816
13817
|
case T.AFTER_FRAMESET: {
|
|
13817
|
-
|
|
13818
|
+
Up(this, t);
|
|
13818
13819
|
break;
|
|
13819
13820
|
}
|
|
13820
13821
|
case T.AFTER_AFTER_BODY: {
|
|
13821
|
-
|
|
13822
|
+
Yp(this, t);
|
|
13822
13823
|
break;
|
|
13823
13824
|
}
|
|
13824
13825
|
case T.AFTER_AFTER_FRAMESET: {
|
|
13825
|
-
|
|
13826
|
+
jp(this, t);
|
|
13826
13827
|
break;
|
|
13827
13828
|
}
|
|
13828
13829
|
}
|
|
13829
13830
|
}
|
|
13830
13831
|
onEndTag(t) {
|
|
13831
|
-
this.skipNextNewLine = !1, this.currentToken = t, this.currentNotInHTML ?
|
|
13832
|
+
this.skipNextNewLine = !1, this.currentToken = t, this.currentNotInHTML ? Wp(this, t) : this._endTagOutsideForeignContent(t);
|
|
13832
13833
|
}
|
|
13833
13834
|
_endTagOutsideForeignContent(t) {
|
|
13834
13835
|
switch (this.insertionMode) {
|
|
@@ -13837,23 +13838,23 @@ class ri {
|
|
|
13837
13838
|
break;
|
|
13838
13839
|
}
|
|
13839
13840
|
case T.BEFORE_HTML: {
|
|
13840
|
-
|
|
13841
|
+
Ih(this, t);
|
|
13841
13842
|
break;
|
|
13842
13843
|
}
|
|
13843
13844
|
case T.BEFORE_HEAD: {
|
|
13844
|
-
|
|
13845
|
+
Nh(this, t);
|
|
13845
13846
|
break;
|
|
13846
13847
|
}
|
|
13847
13848
|
case T.IN_HEAD: {
|
|
13848
|
-
|
|
13849
|
+
Rh(this, t);
|
|
13849
13850
|
break;
|
|
13850
13851
|
}
|
|
13851
13852
|
case T.IN_HEAD_NO_SCRIPT: {
|
|
13852
|
-
|
|
13853
|
+
Oh(this, t);
|
|
13853
13854
|
break;
|
|
13854
13855
|
}
|
|
13855
13856
|
case T.AFTER_HEAD: {
|
|
13856
|
-
|
|
13857
|
+
Dh(this, t);
|
|
13857
13858
|
break;
|
|
13858
13859
|
}
|
|
13859
13860
|
case T.IN_BODY: {
|
|
@@ -13861,7 +13862,7 @@ class ri {
|
|
|
13861
13862
|
break;
|
|
13862
13863
|
}
|
|
13863
13864
|
case T.TEXT: {
|
|
13864
|
-
|
|
13865
|
+
bp(this, t);
|
|
13865
13866
|
break;
|
|
13866
13867
|
}
|
|
13867
13868
|
case T.IN_TABLE: {
|
|
@@ -13873,11 +13874,11 @@ class ri {
|
|
|
13873
13874
|
break;
|
|
13874
13875
|
}
|
|
13875
13876
|
case T.IN_CAPTION: {
|
|
13876
|
-
|
|
13877
|
+
Rp(this, t);
|
|
13877
13878
|
break;
|
|
13878
13879
|
}
|
|
13879
13880
|
case T.IN_COLUMN_GROUP: {
|
|
13880
|
-
|
|
13881
|
+
Lp(this, t);
|
|
13881
13882
|
break;
|
|
13882
13883
|
}
|
|
13883
13884
|
case T.IN_TABLE_BODY: {
|
|
@@ -13889,7 +13890,7 @@ class ri {
|
|
|
13889
13890
|
break;
|
|
13890
13891
|
}
|
|
13891
13892
|
case T.IN_CELL: {
|
|
13892
|
-
|
|
13893
|
+
wp(this, t);
|
|
13893
13894
|
break;
|
|
13894
13895
|
}
|
|
13895
13896
|
case T.IN_SELECT: {
|
|
@@ -13897,11 +13898,11 @@ class ri {
|
|
|
13897
13898
|
break;
|
|
13898
13899
|
}
|
|
13899
13900
|
case T.IN_SELECT_IN_TABLE: {
|
|
13900
|
-
|
|
13901
|
+
Pp(this, t);
|
|
13901
13902
|
break;
|
|
13902
13903
|
}
|
|
13903
13904
|
case T.IN_TEMPLATE: {
|
|
13904
|
-
|
|
13905
|
+
Fp(this, t);
|
|
13905
13906
|
break;
|
|
13906
13907
|
}
|
|
13907
13908
|
case T.AFTER_BODY: {
|
|
@@ -13909,11 +13910,11 @@ class ri {
|
|
|
13909
13910
|
break;
|
|
13910
13911
|
}
|
|
13911
13912
|
case T.IN_FRAMESET: {
|
|
13912
|
-
|
|
13913
|
+
Hp(this, t);
|
|
13913
13914
|
break;
|
|
13914
13915
|
}
|
|
13915
13916
|
case T.AFTER_FRAMESET: {
|
|
13916
|
-
|
|
13917
|
+
zp(this, t);
|
|
13917
13918
|
break;
|
|
13918
13919
|
}
|
|
13919
13920
|
case T.AFTER_AFTER_BODY: {
|
|
@@ -13961,7 +13962,7 @@ class ri {
|
|
|
13961
13962
|
break;
|
|
13962
13963
|
}
|
|
13963
13964
|
case T.TEXT: {
|
|
13964
|
-
|
|
13965
|
+
Tp(this, t);
|
|
13965
13966
|
break;
|
|
13966
13967
|
}
|
|
13967
13968
|
case T.IN_TABLE_TEXT: {
|
|
@@ -14028,11 +14029,11 @@ class ri {
|
|
|
14028
14029
|
}
|
|
14029
14030
|
}
|
|
14030
14031
|
}
|
|
14031
|
-
function
|
|
14032
|
+
function gh(e, t) {
|
|
14032
14033
|
let n = e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);
|
|
14033
14034
|
return n ? e.openElements.contains(n.element) ? e.openElements.hasInScope(t.tagID) || (n = null) : (e.activeFormattingElements.removeEntry(n), n = null) : Uu(e, t), n;
|
|
14034
14035
|
}
|
|
14035
|
-
function
|
|
14036
|
+
function Eh(e, t) {
|
|
14036
14037
|
let n = null, r = e.openElements.stackTop;
|
|
14037
14038
|
for (; r >= 0; r--) {
|
|
14038
14039
|
const a = e.openElements.items[r];
|
|
@@ -14042,20 +14043,20 @@ function gh(e, t) {
|
|
|
14042
14043
|
}
|
|
14043
14044
|
return n || (e.openElements.shortenToLength(r < 0 ? 0 : r), e.activeFormattingElements.removeEntry(t)), n;
|
|
14044
14045
|
}
|
|
14045
|
-
function
|
|
14046
|
+
function bh(e, t, n) {
|
|
14046
14047
|
let r = t, a = e.openElements.getCommonAncestor(t);
|
|
14047
14048
|
for (let u = 0, i = a; i !== n; u++, i = a) {
|
|
14048
14049
|
a = e.openElements.getCommonAncestor(i);
|
|
14049
|
-
const o = e.activeFormattingElements.getElementEntry(i), l = o && u >=
|
|
14050
|
-
!o || l ? (l && e.activeFormattingElements.removeEntry(o), e.openElements.remove(i)) : (i =
|
|
14050
|
+
const o = e.activeFormattingElements.getElementEntry(i), l = o && u >= ph;
|
|
14051
|
+
!o || l ? (l && e.activeFormattingElements.removeEntry(o), e.openElements.remove(i)) : (i = Th(e, o), r === t && (e.activeFormattingElements.bookmark = o), e.treeAdapter.detachNode(r), e.treeAdapter.appendChild(i, r), r = i);
|
|
14051
14052
|
}
|
|
14052
14053
|
return r;
|
|
14053
14054
|
}
|
|
14054
|
-
function
|
|
14055
|
+
function Th(e, t) {
|
|
14055
14056
|
const n = e.treeAdapter.getNamespaceURI(t.element), r = e.treeAdapter.createElement(t.token.tagName, n, t.token.attrs);
|
|
14056
14057
|
return e.openElements.replace(t.element, r), t.element = r, r;
|
|
14057
14058
|
}
|
|
14058
|
-
function
|
|
14059
|
+
function yh(e, t, n) {
|
|
14059
14060
|
const r = e.treeAdapter.getTagName(t), a = Nt(r);
|
|
14060
14061
|
if (e._isElementCausesFosterParenting(a))
|
|
14061
14062
|
e._fosterParentElement(n);
|
|
@@ -14064,30 +14065,30 @@ function Th(e, t, n) {
|
|
|
14064
14065
|
a === s.TEMPLATE && u === L.HTML && (t = e.treeAdapter.getTemplateContent(t)), e.treeAdapter.appendChild(t, n);
|
|
14065
14066
|
}
|
|
14066
14067
|
}
|
|
14067
|
-
function
|
|
14068
|
+
function Ah(e, t, n) {
|
|
14068
14069
|
const r = e.treeAdapter.getNamespaceURI(n.element), { token: a } = n, u = e.treeAdapter.createElement(a.tagName, r, a.attrs);
|
|
14069
14070
|
e._adoptNodes(t, u), e.treeAdapter.appendChild(t, u), e.activeFormattingElements.insertElementAfterBookmark(u, a), e.activeFormattingElements.removeEntry(n), e.openElements.remove(n.element), e.openElements.insertAfter(t, u, a.tagID);
|
|
14070
14071
|
}
|
|
14071
14072
|
function Br(e, t) {
|
|
14072
|
-
for (let n = 0; n <
|
|
14073
|
-
const r =
|
|
14073
|
+
for (let n = 0; n < hh; n++) {
|
|
14074
|
+
const r = gh(e, t);
|
|
14074
14075
|
if (!r)
|
|
14075
14076
|
break;
|
|
14076
|
-
const a =
|
|
14077
|
+
const a = Eh(e, r);
|
|
14077
14078
|
if (!a)
|
|
14078
14079
|
break;
|
|
14079
14080
|
e.activeFormattingElements.bookmark = r;
|
|
14080
|
-
const u =
|
|
14081
|
-
e.treeAdapter.detachNode(u), i &&
|
|
14081
|
+
const u = bh(e, a, r.element), i = e.openElements.getCommonAncestor(r.element);
|
|
14082
|
+
e.treeAdapter.detachNode(u), i && yh(e, i, u), Ah(e, a, r);
|
|
14082
14083
|
}
|
|
14083
14084
|
}
|
|
14084
14085
|
function mr(e, t) {
|
|
14085
14086
|
e._appendCommentNode(t, e.openElements.currentTmplContentOrNode);
|
|
14086
14087
|
}
|
|
14087
|
-
function
|
|
14088
|
+
function _h(e, t) {
|
|
14088
14089
|
e._appendCommentNode(t, e.openElements.items[0]);
|
|
14089
14090
|
}
|
|
14090
|
-
function
|
|
14091
|
+
function Ch(e, t) {
|
|
14091
14092
|
e._appendCommentNode(t, e.document);
|
|
14092
14093
|
}
|
|
14093
14094
|
function vr(e, t) {
|
|
@@ -14104,25 +14105,25 @@ function vr(e, t) {
|
|
|
14104
14105
|
}
|
|
14105
14106
|
}
|
|
14106
14107
|
}
|
|
14107
|
-
function
|
|
14108
|
+
function xh(e, t) {
|
|
14108
14109
|
e._setDocumentType(t);
|
|
14109
|
-
const n = t.forceQuirks ? Se.QUIRKS :
|
|
14110
|
-
|
|
14110
|
+
const n = t.forceQuirks ? Se.QUIRKS : eh(t);
|
|
14111
|
+
Jf(t) || e._err(t, N.nonConformingDoctype), e.treeAdapter.setDocumentMode(e.document, n), e.insertionMode = T.BEFORE_HTML;
|
|
14111
14112
|
}
|
|
14112
14113
|
function Mt(e, t) {
|
|
14113
14114
|
e._err(t, N.missingDoctype, !0), e.treeAdapter.setDocumentMode(e.document, Se.QUIRKS), e.insertionMode = T.BEFORE_HTML, e._processToken(t);
|
|
14114
14115
|
}
|
|
14115
|
-
function
|
|
14116
|
+
function kh(e, t) {
|
|
14116
14117
|
t.tagID === s.HTML ? (e._insertElement(t, L.HTML), e.insertionMode = T.BEFORE_HEAD) : zt(e, t);
|
|
14117
14118
|
}
|
|
14118
|
-
function
|
|
14119
|
+
function Ih(e, t) {
|
|
14119
14120
|
const n = t.tagID;
|
|
14120
14121
|
(n === s.HTML || n === s.HEAD || n === s.BODY || n === s.BR) && zt(e, t);
|
|
14121
14122
|
}
|
|
14122
14123
|
function zt(e, t) {
|
|
14123
14124
|
e._insertFakeRootElement(), e.insertionMode = T.BEFORE_HEAD, e._processToken(t);
|
|
14124
14125
|
}
|
|
14125
|
-
function
|
|
14126
|
+
function Sh(e, t) {
|
|
14126
14127
|
switch (t.tagID) {
|
|
14127
14128
|
case s.HTML: {
|
|
14128
14129
|
be(e, t);
|
|
@@ -14136,7 +14137,7 @@ function Ih(e, t) {
|
|
|
14136
14137
|
Yt(e, t);
|
|
14137
14138
|
}
|
|
14138
14139
|
}
|
|
14139
|
-
function
|
|
14140
|
+
function Nh(e, t) {
|
|
14140
14141
|
const n = t.tagID;
|
|
14141
14142
|
n === s.HEAD || n === s.BODY || n === s.HTML || n === s.BR ? Yt(e, t) : e._err(t, N.endTagWithoutMatchingOpenElement);
|
|
14142
14143
|
}
|
|
@@ -14186,7 +14187,7 @@ function Pe(e, t) {
|
|
|
14186
14187
|
jt(e, t);
|
|
14187
14188
|
}
|
|
14188
14189
|
}
|
|
14189
|
-
function
|
|
14190
|
+
function Rh(e, t) {
|
|
14190
14191
|
switch (t.tagID) {
|
|
14191
14192
|
case s.HEAD: {
|
|
14192
14193
|
e.openElements.pop(), e.insertionMode = T.AFTER_HEAD;
|
|
@@ -14212,7 +14213,7 @@ function dt(e, t) {
|
|
|
14212
14213
|
function jt(e, t) {
|
|
14213
14214
|
e.openElements.pop(), e.insertionMode = T.AFTER_HEAD, e._processToken(t);
|
|
14214
14215
|
}
|
|
14215
|
-
function
|
|
14216
|
+
function Lh(e, t) {
|
|
14216
14217
|
switch (t.tagID) {
|
|
14217
14218
|
case s.HTML: {
|
|
14218
14219
|
be(e, t);
|
|
@@ -14236,7 +14237,7 @@ function Rh(e, t) {
|
|
|
14236
14237
|
Gt(e, t);
|
|
14237
14238
|
}
|
|
14238
14239
|
}
|
|
14239
|
-
function
|
|
14240
|
+
function Oh(e, t) {
|
|
14240
14241
|
switch (t.tagID) {
|
|
14241
14242
|
case s.NOSCRIPT: {
|
|
14242
14243
|
e.openElements.pop(), e.insertionMode = T.IN_HEAD;
|
|
@@ -14254,7 +14255,7 @@ function Gt(e, t) {
|
|
|
14254
14255
|
const n = t.type === X.EOF ? N.openElementsLeftAfterEof : N.disallowedContentInNoscriptInHead;
|
|
14255
14256
|
e._err(t, n), e.openElements.pop(), e.insertionMode = T.IN_HEAD, e._processToken(t);
|
|
14256
14257
|
}
|
|
14257
|
-
function
|
|
14258
|
+
function wh(e, t) {
|
|
14258
14259
|
switch (t.tagID) {
|
|
14259
14260
|
case s.HTML: {
|
|
14260
14261
|
be(e, t);
|
|
@@ -14289,7 +14290,7 @@ function Oh(e, t) {
|
|
|
14289
14290
|
qt(e, t);
|
|
14290
14291
|
}
|
|
14291
14292
|
}
|
|
14292
|
-
function
|
|
14293
|
+
function Dh(e, t) {
|
|
14293
14294
|
switch (t.tagID) {
|
|
14294
14295
|
case s.BODY:
|
|
14295
14296
|
case s.HTML:
|
|
@@ -14342,31 +14343,31 @@ function Fu(e, t) {
|
|
|
14342
14343
|
function Bu(e, t) {
|
|
14343
14344
|
e._reconstructActiveFormattingElements(), e._insertCharacters(t), e.framesetOk = !1;
|
|
14344
14345
|
}
|
|
14345
|
-
function
|
|
14346
|
+
function Ph(e, t) {
|
|
14346
14347
|
e.openElements.tmplCount === 0 && e.treeAdapter.adoptAttributes(e.openElements.items[0], t.attrs);
|
|
14347
14348
|
}
|
|
14348
|
-
function
|
|
14349
|
+
function Mh(e, t) {
|
|
14349
14350
|
const n = e.openElements.tryPeekProperlyNestedBodyElement();
|
|
14350
14351
|
n && e.openElements.tmplCount === 0 && (e.framesetOk = !1, e.treeAdapter.adoptAttributes(n, t.attrs));
|
|
14351
14352
|
}
|
|
14352
|
-
function
|
|
14353
|
+
function Fh(e, t) {
|
|
14353
14354
|
const n = e.openElements.tryPeekProperlyNestedBodyElement();
|
|
14354
14355
|
e.framesetOk && n && (e.treeAdapter.detachNode(n), e.openElements.popAllUpToHtmlElement(), e._insertElement(t, L.HTML), e.insertionMode = T.IN_FRAMESET);
|
|
14355
14356
|
}
|
|
14356
|
-
function
|
|
14357
|
+
function Bh(e, t) {
|
|
14357
14358
|
e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._insertElement(t, L.HTML);
|
|
14358
14359
|
}
|
|
14359
|
-
function
|
|
14360
|
+
function vh(e, t) {
|
|
14360
14361
|
e.openElements.hasInButtonScope(s.P) && e._closePElement(), ku(e.openElements.currentTagId) && e.openElements.pop(), e._insertElement(t, L.HTML);
|
|
14361
14362
|
}
|
|
14362
|
-
function
|
|
14363
|
+
function Hh(e, t) {
|
|
14363
14364
|
e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._insertElement(t, L.HTML), e.skipNextNewLine = !0, e.framesetOk = !1;
|
|
14364
14365
|
}
|
|
14365
|
-
function
|
|
14366
|
+
function Uh(e, t) {
|
|
14366
14367
|
const n = e.openElements.tmplCount > 0;
|
|
14367
14368
|
(!e.formElement || n) && (e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._insertElement(t, L.HTML), n || (e.formElement = e.openElements.current));
|
|
14368
14369
|
}
|
|
14369
|
-
function
|
|
14370
|
+
function zh(e, t) {
|
|
14370
14371
|
e.framesetOk = !1;
|
|
14371
14372
|
const n = t.tagID;
|
|
14372
14373
|
for (let r = e.openElements.stackTop; r >= 0; r--) {
|
|
@@ -14380,26 +14381,26 @@ function Uh(e, t) {
|
|
|
14380
14381
|
}
|
|
14381
14382
|
e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._insertElement(t, L.HTML);
|
|
14382
14383
|
}
|
|
14383
|
-
function
|
|
14384
|
+
function Yh(e, t) {
|
|
14384
14385
|
e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._insertElement(t, L.HTML), e.tokenizer.state = de.PLAINTEXT;
|
|
14385
14386
|
}
|
|
14386
|
-
function
|
|
14387
|
+
function jh(e, t) {
|
|
14387
14388
|
e.openElements.hasInScope(s.BUTTON) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(s.BUTTON)), e._reconstructActiveFormattingElements(), e._insertElement(t, L.HTML), e.framesetOk = !1;
|
|
14388
14389
|
}
|
|
14389
|
-
function
|
|
14390
|
+
function Gh(e, t) {
|
|
14390
14391
|
const n = e.activeFormattingElements.getElementEntryInScopeWithTagName(k.A);
|
|
14391
14392
|
n && (Br(e, t), e.openElements.remove(n.element), e.activeFormattingElements.removeEntry(n)), e._reconstructActiveFormattingElements(), e._insertElement(t, L.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t);
|
|
14392
14393
|
}
|
|
14393
|
-
function
|
|
14394
|
+
function qh(e, t) {
|
|
14394
14395
|
e._reconstructActiveFormattingElements(), e._insertElement(t, L.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t);
|
|
14395
14396
|
}
|
|
14396
|
-
function
|
|
14397
|
+
function $h(e, t) {
|
|
14397
14398
|
e._reconstructActiveFormattingElements(), e.openElements.hasInScope(s.NOBR) && (Br(e, t), e._reconstructActiveFormattingElements()), e._insertElement(t, L.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t);
|
|
14398
14399
|
}
|
|
14399
|
-
function
|
|
14400
|
+
function Wh(e, t) {
|
|
14400
14401
|
e._reconstructActiveFormattingElements(), e._insertElement(t, L.HTML), e.activeFormattingElements.insertMarker(), e.framesetOk = !1;
|
|
14401
14402
|
}
|
|
14402
|
-
function
|
|
14403
|
+
function Vh(e, t) {
|
|
14403
14404
|
e.treeAdapter.getDocumentMode(e.document) !== Se.QUIRKS && e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._insertElement(t, L.HTML), e.framesetOk = !1, e.insertionMode = T.IN_TABLE;
|
|
14404
14405
|
}
|
|
14405
14406
|
function vu(e, t) {
|
|
@@ -14407,48 +14408,48 @@ function vu(e, t) {
|
|
|
14407
14408
|
}
|
|
14408
14409
|
function Hu(e) {
|
|
14409
14410
|
const t = _u(e, Je.TYPE);
|
|
14410
|
-
return t != null && t.toLowerCase() ===
|
|
14411
|
+
return t != null && t.toLowerCase() === fh;
|
|
14411
14412
|
}
|
|
14412
|
-
function
|
|
14413
|
+
function Qh(e, t) {
|
|
14413
14414
|
e._reconstructActiveFormattingElements(), e._appendElement(t, L.HTML), Hu(t) || (e.framesetOk = !1), t.ackSelfClosing = !0;
|
|
14414
14415
|
}
|
|
14415
|
-
function
|
|
14416
|
+
function Xh(e, t) {
|
|
14416
14417
|
e._appendElement(t, L.HTML), t.ackSelfClosing = !0;
|
|
14417
14418
|
}
|
|
14418
|
-
function
|
|
14419
|
+
function Kh(e, t) {
|
|
14419
14420
|
e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._appendElement(t, L.HTML), e.framesetOk = !1, t.ackSelfClosing = !0;
|
|
14420
14421
|
}
|
|
14421
|
-
function
|
|
14422
|
+
function Zh(e, t) {
|
|
14422
14423
|
t.tagName = k.IMG, t.tagID = s.IMG, vu(e, t);
|
|
14423
14424
|
}
|
|
14424
|
-
function
|
|
14425
|
+
function Jh(e, t) {
|
|
14425
14426
|
e._insertElement(t, L.HTML), e.skipNextNewLine = !0, e.tokenizer.state = de.RCDATA, e.originalInsertionMode = e.insertionMode, e.framesetOk = !1, e.insertionMode = T.TEXT;
|
|
14426
14427
|
}
|
|
14427
|
-
function
|
|
14428
|
+
function ep(e, t) {
|
|
14428
14429
|
e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._reconstructActiveFormattingElements(), e.framesetOk = !1, e._switchToTextParsing(t, de.RAWTEXT);
|
|
14429
14430
|
}
|
|
14430
|
-
function
|
|
14431
|
+
function tp(e, t) {
|
|
14431
14432
|
e.framesetOk = !1, e._switchToTextParsing(t, de.RAWTEXT);
|
|
14432
14433
|
}
|
|
14433
14434
|
function ai(e, t) {
|
|
14434
14435
|
e._switchToTextParsing(t, de.RAWTEXT);
|
|
14435
14436
|
}
|
|
14436
|
-
function
|
|
14437
|
+
function np(e, t) {
|
|
14437
14438
|
e._reconstructActiveFormattingElements(), e._insertElement(t, L.HTML), e.framesetOk = !1, e.insertionMode = e.insertionMode === T.IN_TABLE || e.insertionMode === T.IN_CAPTION || e.insertionMode === T.IN_TABLE_BODY || e.insertionMode === T.IN_ROW || e.insertionMode === T.IN_CELL ? T.IN_SELECT_IN_TABLE : T.IN_SELECT;
|
|
14438
14439
|
}
|
|
14439
|
-
function
|
|
14440
|
+
function rp(e, t) {
|
|
14440
14441
|
e.openElements.currentTagId === s.OPTION && e.openElements.pop(), e._reconstructActiveFormattingElements(), e._insertElement(t, L.HTML);
|
|
14441
14442
|
}
|
|
14442
|
-
function
|
|
14443
|
+
function ap(e, t) {
|
|
14443
14444
|
e.openElements.hasInScope(s.RUBY) && e.openElements.generateImpliedEndTags(), e._insertElement(t, L.HTML);
|
|
14444
14445
|
}
|
|
14445
|
-
function
|
|
14446
|
+
function ip(e, t) {
|
|
14446
14447
|
e.openElements.hasInScope(s.RUBY) && e.openElements.generateImpliedEndTagsWithExclusion(s.RTC), e._insertElement(t, L.HTML);
|
|
14447
14448
|
}
|
|
14448
|
-
function
|
|
14449
|
+
function up(e, t) {
|
|
14449
14450
|
e._reconstructActiveFormattingElements(), Du(t), Fr(t), t.selfClosing ? e._appendElement(t, L.MATHML) : e._insertElement(t, L.MATHML), t.ackSelfClosing = !0;
|
|
14450
14451
|
}
|
|
14451
|
-
function
|
|
14452
|
+
function sp(e, t) {
|
|
14452
14453
|
e._reconstructActiveFormattingElements(), Pu(t), Fr(t), t.selfClosing ? e._appendElement(t, L.SVG) : e._insertElement(t, L.SVG), t.ackSelfClosing = !0;
|
|
14453
14454
|
}
|
|
14454
14455
|
function ii(e, t) {
|
|
@@ -14468,11 +14469,11 @@ function be(e, t) {
|
|
|
14468
14469
|
case s.SMALL:
|
|
14469
14470
|
case s.STRIKE:
|
|
14470
14471
|
case s.STRONG: {
|
|
14471
|
-
|
|
14472
|
+
qh(e, t);
|
|
14472
14473
|
break;
|
|
14473
14474
|
}
|
|
14474
14475
|
case s.A: {
|
|
14475
|
-
|
|
14476
|
+
Gh(e, t);
|
|
14476
14477
|
break;
|
|
14477
14478
|
}
|
|
14478
14479
|
case s.H1:
|
|
@@ -14481,7 +14482,7 @@ function be(e, t) {
|
|
|
14481
14482
|
case s.H4:
|
|
14482
14483
|
case s.H5:
|
|
14483
14484
|
case s.H6: {
|
|
14484
|
-
|
|
14485
|
+
vh(e, t);
|
|
14485
14486
|
break;
|
|
14486
14487
|
}
|
|
14487
14488
|
case s.P:
|
|
@@ -14508,13 +14509,13 @@ function be(e, t) {
|
|
|
14508
14509
|
case s.FIELDSET:
|
|
14509
14510
|
case s.BLOCKQUOTE:
|
|
14510
14511
|
case s.FIGCAPTION: {
|
|
14511
|
-
|
|
14512
|
+
Bh(e, t);
|
|
14512
14513
|
break;
|
|
14513
14514
|
}
|
|
14514
14515
|
case s.LI:
|
|
14515
14516
|
case s.DD:
|
|
14516
14517
|
case s.DT: {
|
|
14517
|
-
|
|
14518
|
+
zh(e, t);
|
|
14518
14519
|
break;
|
|
14519
14520
|
}
|
|
14520
14521
|
case s.BR:
|
|
@@ -14527,34 +14528,34 @@ function be(e, t) {
|
|
|
14527
14528
|
break;
|
|
14528
14529
|
}
|
|
14529
14530
|
case s.HR: {
|
|
14530
|
-
|
|
14531
|
+
Kh(e, t);
|
|
14531
14532
|
break;
|
|
14532
14533
|
}
|
|
14533
14534
|
case s.RB:
|
|
14534
14535
|
case s.RTC: {
|
|
14535
|
-
|
|
14536
|
+
ap(e, t);
|
|
14536
14537
|
break;
|
|
14537
14538
|
}
|
|
14538
14539
|
case s.RT:
|
|
14539
14540
|
case s.RP: {
|
|
14540
|
-
|
|
14541
|
+
ip(e, t);
|
|
14541
14542
|
break;
|
|
14542
14543
|
}
|
|
14543
14544
|
case s.PRE:
|
|
14544
14545
|
case s.LISTING: {
|
|
14545
|
-
|
|
14546
|
+
Hh(e, t);
|
|
14546
14547
|
break;
|
|
14547
14548
|
}
|
|
14548
14549
|
case s.XMP: {
|
|
14549
|
-
|
|
14550
|
+
ep(e, t);
|
|
14550
14551
|
break;
|
|
14551
14552
|
}
|
|
14552
14553
|
case s.SVG: {
|
|
14553
|
-
|
|
14554
|
+
sp(e, t);
|
|
14554
14555
|
break;
|
|
14555
14556
|
}
|
|
14556
14557
|
case s.HTML: {
|
|
14557
|
-
|
|
14558
|
+
Ph(e, t);
|
|
14558
14559
|
break;
|
|
14559
14560
|
}
|
|
14560
14561
|
case s.BASE:
|
|
@@ -14570,60 +14571,60 @@ function be(e, t) {
|
|
|
14570
14571
|
break;
|
|
14571
14572
|
}
|
|
14572
14573
|
case s.BODY: {
|
|
14573
|
-
|
|
14574
|
+
Mh(e, t);
|
|
14574
14575
|
break;
|
|
14575
14576
|
}
|
|
14576
14577
|
case s.FORM: {
|
|
14577
|
-
|
|
14578
|
+
Uh(e, t);
|
|
14578
14579
|
break;
|
|
14579
14580
|
}
|
|
14580
14581
|
case s.NOBR: {
|
|
14581
|
-
|
|
14582
|
+
$h(e, t);
|
|
14582
14583
|
break;
|
|
14583
14584
|
}
|
|
14584
14585
|
case s.MATH: {
|
|
14585
|
-
|
|
14586
|
+
up(e, t);
|
|
14586
14587
|
break;
|
|
14587
14588
|
}
|
|
14588
14589
|
case s.TABLE: {
|
|
14589
|
-
|
|
14590
|
+
Vh(e, t);
|
|
14590
14591
|
break;
|
|
14591
14592
|
}
|
|
14592
14593
|
case s.INPUT: {
|
|
14593
|
-
|
|
14594
|
+
Qh(e, t);
|
|
14594
14595
|
break;
|
|
14595
14596
|
}
|
|
14596
14597
|
case s.PARAM:
|
|
14597
14598
|
case s.TRACK:
|
|
14598
14599
|
case s.SOURCE: {
|
|
14599
|
-
|
|
14600
|
+
Xh(e, t);
|
|
14600
14601
|
break;
|
|
14601
14602
|
}
|
|
14602
14603
|
case s.IMAGE: {
|
|
14603
|
-
|
|
14604
|
+
Zh(e, t);
|
|
14604
14605
|
break;
|
|
14605
14606
|
}
|
|
14606
14607
|
case s.BUTTON: {
|
|
14607
|
-
|
|
14608
|
+
jh(e, t);
|
|
14608
14609
|
break;
|
|
14609
14610
|
}
|
|
14610
14611
|
case s.APPLET:
|
|
14611
14612
|
case s.OBJECT:
|
|
14612
14613
|
case s.MARQUEE: {
|
|
14613
|
-
|
|
14614
|
+
Wh(e, t);
|
|
14614
14615
|
break;
|
|
14615
14616
|
}
|
|
14616
14617
|
case s.IFRAME: {
|
|
14617
|
-
|
|
14618
|
+
tp(e, t);
|
|
14618
14619
|
break;
|
|
14619
14620
|
}
|
|
14620
14621
|
case s.SELECT: {
|
|
14621
|
-
|
|
14622
|
+
np(e, t);
|
|
14622
14623
|
break;
|
|
14623
14624
|
}
|
|
14624
14625
|
case s.OPTION:
|
|
14625
14626
|
case s.OPTGROUP: {
|
|
14626
|
-
|
|
14627
|
+
rp(e, t);
|
|
14627
14628
|
break;
|
|
14628
14629
|
}
|
|
14629
14630
|
case s.NOEMBED: {
|
|
@@ -14631,11 +14632,11 @@ function be(e, t) {
|
|
|
14631
14632
|
break;
|
|
14632
14633
|
}
|
|
14633
14634
|
case s.FRAMESET: {
|
|
14634
|
-
|
|
14635
|
+
Fh(e, t);
|
|
14635
14636
|
break;
|
|
14636
14637
|
}
|
|
14637
14638
|
case s.TEXTAREA: {
|
|
14638
|
-
|
|
14639
|
+
Jh(e, t);
|
|
14639
14640
|
break;
|
|
14640
14641
|
}
|
|
14641
14642
|
case s.NOSCRIPT: {
|
|
@@ -14643,7 +14644,7 @@ function be(e, t) {
|
|
|
14643
14644
|
break;
|
|
14644
14645
|
}
|
|
14645
14646
|
case s.PLAINTEXT: {
|
|
14646
|
-
|
|
14647
|
+
Yh(e, t);
|
|
14647
14648
|
break;
|
|
14648
14649
|
}
|
|
14649
14650
|
case s.COL:
|
|
@@ -14662,41 +14663,41 @@ function be(e, t) {
|
|
|
14662
14663
|
ii(e, t);
|
|
14663
14664
|
}
|
|
14664
14665
|
}
|
|
14665
|
-
function
|
|
14666
|
+
function op(e, t) {
|
|
14666
14667
|
if (e.openElements.hasInScope(s.BODY) && (e.insertionMode = T.AFTER_BODY, e.options.sourceCodeLocationInfo)) {
|
|
14667
14668
|
const n = e.openElements.tryPeekProperlyNestedBodyElement();
|
|
14668
14669
|
n && e._setEndLocation(n, t);
|
|
14669
14670
|
}
|
|
14670
14671
|
}
|
|
14671
|
-
function
|
|
14672
|
+
function lp(e, t) {
|
|
14672
14673
|
e.openElements.hasInScope(s.BODY) && (e.insertionMode = T.AFTER_BODY, Qu(e, t));
|
|
14673
14674
|
}
|
|
14674
|
-
function
|
|
14675
|
+
function cp(e, t) {
|
|
14675
14676
|
const n = t.tagID;
|
|
14676
14677
|
e.openElements.hasInScope(n) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(n));
|
|
14677
14678
|
}
|
|
14678
|
-
function
|
|
14679
|
+
function dp(e) {
|
|
14679
14680
|
const t = e.openElements.tmplCount > 0, { formElement: n } = e;
|
|
14680
14681
|
t || (e.formElement = null), (n || t) && e.openElements.hasInScope(s.FORM) && (e.openElements.generateImpliedEndTags(), t ? e.openElements.popUntilTagNamePopped(s.FORM) : n && e.openElements.remove(n));
|
|
14681
14682
|
}
|
|
14682
|
-
function
|
|
14683
|
+
function fp(e) {
|
|
14683
14684
|
e.openElements.hasInButtonScope(s.P) || e._insertFakeElement(k.P, s.P), e._closePElement();
|
|
14684
14685
|
}
|
|
14685
|
-
function
|
|
14686
|
+
function hp(e) {
|
|
14686
14687
|
e.openElements.hasInListItemScope(s.LI) && (e.openElements.generateImpliedEndTagsWithExclusion(s.LI), e.openElements.popUntilTagNamePopped(s.LI));
|
|
14687
14688
|
}
|
|
14688
|
-
function
|
|
14689
|
+
function pp(e, t) {
|
|
14689
14690
|
const n = t.tagID;
|
|
14690
14691
|
e.openElements.hasInScope(n) && (e.openElements.generateImpliedEndTagsWithExclusion(n), e.openElements.popUntilTagNamePopped(n));
|
|
14691
14692
|
}
|
|
14692
|
-
function
|
|
14693
|
+
function mp(e) {
|
|
14693
14694
|
e.openElements.hasNumberedHeaderInScope() && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilNumberedHeaderPopped());
|
|
14694
14695
|
}
|
|
14695
|
-
function
|
|
14696
|
+
function gp(e, t) {
|
|
14696
14697
|
const n = t.tagID;
|
|
14697
14698
|
e.openElements.hasInScope(n) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(n), e.activeFormattingElements.clearToLastMarker());
|
|
14698
14699
|
}
|
|
14699
|
-
function
|
|
14700
|
+
function Ep(e) {
|
|
14700
14701
|
e._reconstructActiveFormattingElements(), e._insertFakeElement(k.BR, s.BR), e.openElements.pop(), e.framesetOk = !1;
|
|
14701
14702
|
}
|
|
14702
14703
|
function Uu(e, t) {
|
|
@@ -14731,7 +14732,7 @@ function Ln(e, t) {
|
|
|
14731
14732
|
break;
|
|
14732
14733
|
}
|
|
14733
14734
|
case s.P: {
|
|
14734
|
-
|
|
14735
|
+
fp(e);
|
|
14735
14736
|
break;
|
|
14736
14737
|
}
|
|
14737
14738
|
case s.DL:
|
|
@@ -14760,16 +14761,16 @@ function Ln(e, t) {
|
|
|
14760
14761
|
case s.FIELDSET:
|
|
14761
14762
|
case s.BLOCKQUOTE:
|
|
14762
14763
|
case s.FIGCAPTION: {
|
|
14763
|
-
|
|
14764
|
+
cp(e, t);
|
|
14764
14765
|
break;
|
|
14765
14766
|
}
|
|
14766
14767
|
case s.LI: {
|
|
14767
|
-
|
|
14768
|
+
hp(e);
|
|
14768
14769
|
break;
|
|
14769
14770
|
}
|
|
14770
14771
|
case s.DD:
|
|
14771
14772
|
case s.DT: {
|
|
14772
|
-
|
|
14773
|
+
pp(e, t);
|
|
14773
14774
|
break;
|
|
14774
14775
|
}
|
|
14775
14776
|
case s.H1:
|
|
@@ -14778,29 +14779,29 @@ function Ln(e, t) {
|
|
|
14778
14779
|
case s.H4:
|
|
14779
14780
|
case s.H5:
|
|
14780
14781
|
case s.H6: {
|
|
14781
|
-
|
|
14782
|
+
mp(e);
|
|
14782
14783
|
break;
|
|
14783
14784
|
}
|
|
14784
14785
|
case s.BR: {
|
|
14785
|
-
|
|
14786
|
+
Ep(e);
|
|
14786
14787
|
break;
|
|
14787
14788
|
}
|
|
14788
14789
|
case s.BODY: {
|
|
14789
|
-
|
|
14790
|
+
op(e, t);
|
|
14790
14791
|
break;
|
|
14791
14792
|
}
|
|
14792
14793
|
case s.HTML: {
|
|
14793
|
-
|
|
14794
|
+
lp(e, t);
|
|
14794
14795
|
break;
|
|
14795
14796
|
}
|
|
14796
14797
|
case s.FORM: {
|
|
14797
|
-
|
|
14798
|
+
dp(e);
|
|
14798
14799
|
break;
|
|
14799
14800
|
}
|
|
14800
14801
|
case s.APPLET:
|
|
14801
14802
|
case s.OBJECT:
|
|
14802
14803
|
case s.MARQUEE: {
|
|
14803
|
-
|
|
14804
|
+
gp(e, t);
|
|
14804
14805
|
break;
|
|
14805
14806
|
}
|
|
14806
14807
|
case s.TEMPLATE: {
|
|
@@ -14814,11 +14815,11 @@ function Ln(e, t) {
|
|
|
14814
14815
|
function zu(e, t) {
|
|
14815
14816
|
e.tmplInsertionModeStack.length > 0 ? Vu(e, t) : vr(e, t);
|
|
14816
14817
|
}
|
|
14817
|
-
function
|
|
14818
|
+
function bp(e, t) {
|
|
14818
14819
|
var n;
|
|
14819
14820
|
t.tagID === s.SCRIPT && ((n = e.scriptHandler) === null || n === void 0 || n.call(e, e.openElements.current)), e.openElements.pop(), e.insertionMode = e.originalInsertionMode;
|
|
14820
14821
|
}
|
|
14821
|
-
function
|
|
14822
|
+
function Tp(e, t) {
|
|
14822
14823
|
e._err(t, N.eofInElementThatCanContainOnlyText), e.openElements.pop(), e.insertionMode = e.originalInsertionMode, e.onEof(t);
|
|
14823
14824
|
}
|
|
14824
14825
|
function Xn(e, t) {
|
|
@@ -14836,28 +14837,28 @@ function Xn(e, t) {
|
|
|
14836
14837
|
else
|
|
14837
14838
|
en(e, t);
|
|
14838
14839
|
}
|
|
14839
|
-
function
|
|
14840
|
+
function yp(e, t) {
|
|
14840
14841
|
e.openElements.clearBackToTableContext(), e.activeFormattingElements.insertMarker(), e._insertElement(t, L.HTML), e.insertionMode = T.IN_CAPTION;
|
|
14841
14842
|
}
|
|
14842
|
-
function
|
|
14843
|
+
function Ap(e, t) {
|
|
14843
14844
|
e.openElements.clearBackToTableContext(), e._insertElement(t, L.HTML), e.insertionMode = T.IN_COLUMN_GROUP;
|
|
14844
14845
|
}
|
|
14845
|
-
function
|
|
14846
|
+
function _p(e, t) {
|
|
14846
14847
|
e.openElements.clearBackToTableContext(), e._insertFakeElement(k.COLGROUP, s.COLGROUP), e.insertionMode = T.IN_COLUMN_GROUP, Hr(e, t);
|
|
14847
14848
|
}
|
|
14848
|
-
function
|
|
14849
|
+
function Cp(e, t) {
|
|
14849
14850
|
e.openElements.clearBackToTableContext(), e._insertElement(t, L.HTML), e.insertionMode = T.IN_TABLE_BODY;
|
|
14850
14851
|
}
|
|
14851
|
-
function
|
|
14852
|
+
function xp(e, t) {
|
|
14852
14853
|
e.openElements.clearBackToTableContext(), e._insertFakeElement(k.TBODY, s.TBODY), e.insertionMode = T.IN_TABLE_BODY, On(e, t);
|
|
14853
14854
|
}
|
|
14854
|
-
function
|
|
14855
|
+
function kp(e, t) {
|
|
14855
14856
|
e.openElements.hasInTableScope(s.TABLE) && (e.openElements.popUntilTagNamePopped(s.TABLE), e._resetInsertionMode(), e._processStartTag(t));
|
|
14856
14857
|
}
|
|
14857
|
-
function
|
|
14858
|
+
function Ip(e, t) {
|
|
14858
14859
|
Hu(t) ? e._appendElement(t, L.HTML) : en(e, t), t.ackSelfClosing = !0;
|
|
14859
14860
|
}
|
|
14860
|
-
function
|
|
14861
|
+
function Sp(e, t) {
|
|
14861
14862
|
!e.formElement && e.openElements.tmplCount === 0 && (e._insertElement(t, L.HTML), e.formElement = e.openElements.current, e.openElements.pop());
|
|
14862
14863
|
}
|
|
14863
14864
|
function Ct(e, t) {
|
|
@@ -14865,7 +14866,7 @@ function Ct(e, t) {
|
|
|
14865
14866
|
case s.TD:
|
|
14866
14867
|
case s.TH:
|
|
14867
14868
|
case s.TR: {
|
|
14868
|
-
|
|
14869
|
+
xp(e, t);
|
|
14869
14870
|
break;
|
|
14870
14871
|
}
|
|
14871
14872
|
case s.STYLE:
|
|
@@ -14875,33 +14876,33 @@ function Ct(e, t) {
|
|
|
14875
14876
|
break;
|
|
14876
14877
|
}
|
|
14877
14878
|
case s.COL: {
|
|
14878
|
-
|
|
14879
|
+
_p(e, t);
|
|
14879
14880
|
break;
|
|
14880
14881
|
}
|
|
14881
14882
|
case s.FORM: {
|
|
14882
|
-
|
|
14883
|
+
Sp(e, t);
|
|
14883
14884
|
break;
|
|
14884
14885
|
}
|
|
14885
14886
|
case s.TABLE: {
|
|
14886
|
-
|
|
14887
|
+
kp(e, t);
|
|
14887
14888
|
break;
|
|
14888
14889
|
}
|
|
14889
14890
|
case s.TBODY:
|
|
14890
14891
|
case s.TFOOT:
|
|
14891
14892
|
case s.THEAD: {
|
|
14892
|
-
|
|
14893
|
+
Cp(e, t);
|
|
14893
14894
|
break;
|
|
14894
14895
|
}
|
|
14895
14896
|
case s.INPUT: {
|
|
14896
|
-
|
|
14897
|
+
Ip(e, t);
|
|
14897
14898
|
break;
|
|
14898
14899
|
}
|
|
14899
14900
|
case s.CAPTION: {
|
|
14900
|
-
|
|
14901
|
+
yp(e, t);
|
|
14901
14902
|
break;
|
|
14902
14903
|
}
|
|
14903
14904
|
case s.COLGROUP: {
|
|
14904
|
-
|
|
14905
|
+
Ap(e, t);
|
|
14905
14906
|
break;
|
|
14906
14907
|
}
|
|
14907
14908
|
default:
|
|
@@ -14955,11 +14956,11 @@ function Ft(e, t) {
|
|
|
14955
14956
|
e.insertionMode = e.originalInsertionMode, e._processToken(t);
|
|
14956
14957
|
}
|
|
14957
14958
|
const Gu = /* @__PURE__ */ new Set([s.CAPTION, s.COL, s.COLGROUP, s.TBODY, s.TD, s.TFOOT, s.TH, s.THEAD, s.TR]);
|
|
14958
|
-
function
|
|
14959
|
+
function Np(e, t) {
|
|
14959
14960
|
const n = t.tagID;
|
|
14960
14961
|
Gu.has(n) ? e.openElements.hasInTableScope(s.CAPTION) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(s.CAPTION), e.activeFormattingElements.clearToLastMarker(), e.insertionMode = T.IN_TABLE, Ct(e, t)) : be(e, t);
|
|
14961
14962
|
}
|
|
14962
|
-
function
|
|
14963
|
+
function Rp(e, t) {
|
|
14963
14964
|
const n = t.tagID;
|
|
14964
14965
|
switch (n) {
|
|
14965
14966
|
case s.CAPTION:
|
|
@@ -15000,7 +15001,7 @@ function Hr(e, t) {
|
|
|
15000
15001
|
Tn(e, t);
|
|
15001
15002
|
}
|
|
15002
15003
|
}
|
|
15003
|
-
function
|
|
15004
|
+
function Lp(e, t) {
|
|
15004
15005
|
switch (t.tagID) {
|
|
15005
15006
|
case s.COLGROUP: {
|
|
15006
15007
|
e.openElements.currentTagId === s.COLGROUP && (e.openElements.pop(), e.insertionMode = T.IN_TABLE);
|
|
@@ -15118,11 +15119,11 @@ function qu(e, t) {
|
|
|
15118
15119
|
Vt(e, t);
|
|
15119
15120
|
}
|
|
15120
15121
|
}
|
|
15121
|
-
function
|
|
15122
|
+
function Op(e, t) {
|
|
15122
15123
|
const n = t.tagID;
|
|
15123
15124
|
Gu.has(n) ? (e.openElements.hasInTableScope(s.TD) || e.openElements.hasInTableScope(s.TH)) && (e._closeTableCell(), wn(e, t)) : be(e, t);
|
|
15124
15125
|
}
|
|
15125
|
-
function
|
|
15126
|
+
function wp(e, t) {
|
|
15126
15127
|
const n = t.tagID;
|
|
15127
15128
|
switch (n) {
|
|
15128
15129
|
case s.TD:
|
|
@@ -15196,15 +15197,15 @@ function Wu(e, t) {
|
|
|
15196
15197
|
}
|
|
15197
15198
|
}
|
|
15198
15199
|
}
|
|
15199
|
-
function
|
|
15200
|
+
function Dp(e, t) {
|
|
15200
15201
|
const n = t.tagID;
|
|
15201
15202
|
n === s.CAPTION || n === s.TABLE || n === s.TBODY || n === s.TFOOT || n === s.THEAD || n === s.TR || n === s.TD || n === s.TH ? (e.openElements.popUntilTagNamePopped(s.SELECT), e._resetInsertionMode(), e._processStartTag(t)) : $u(e, t);
|
|
15202
15203
|
}
|
|
15203
|
-
function
|
|
15204
|
+
function Pp(e, t) {
|
|
15204
15205
|
const n = t.tagID;
|
|
15205
15206
|
n === s.CAPTION || n === s.TABLE || n === s.TBODY || n === s.TFOOT || n === s.THEAD || n === s.TR || n === s.TD || n === s.TH ? e.openElements.hasInTableScope(n) && (e.openElements.popUntilTagNamePopped(s.SELECT), e._resetInsertionMode(), e.onEndTag(t)) : Wu(e, t);
|
|
15206
15207
|
}
|
|
15207
|
-
function
|
|
15208
|
+
function Mp(e, t) {
|
|
15208
15209
|
switch (t.tagID) {
|
|
15209
15210
|
case s.BASE:
|
|
15210
15211
|
case s.BASEFONT:
|
|
@@ -15244,13 +15245,13 @@ function Pp(e, t) {
|
|
|
15244
15245
|
e.tmplInsertionModeStack[0] = T.IN_BODY, e.insertionMode = T.IN_BODY, be(e, t);
|
|
15245
15246
|
}
|
|
15246
15247
|
}
|
|
15247
|
-
function
|
|
15248
|
+
function Fp(e, t) {
|
|
15248
15249
|
t.tagID === s.TEMPLATE && dt(e, t);
|
|
15249
15250
|
}
|
|
15250
15251
|
function Vu(e, t) {
|
|
15251
15252
|
e.openElements.tmplCount > 0 ? (e.openElements.popUntilTagNamePopped(s.TEMPLATE), e.activeFormattingElements.clearToLastMarker(), e.tmplInsertionModeStack.shift(), e._resetInsertionMode(), e.onEof(t)) : vr(e, t);
|
|
15252
15253
|
}
|
|
15253
|
-
function
|
|
15254
|
+
function Bp(e, t) {
|
|
15254
15255
|
t.tagID === s.HTML ? be(e, t) : yn(e, t);
|
|
15255
15256
|
}
|
|
15256
15257
|
function Qu(e, t) {
|
|
@@ -15267,7 +15268,7 @@ function Qu(e, t) {
|
|
|
15267
15268
|
function yn(e, t) {
|
|
15268
15269
|
e.insertionMode = T.IN_BODY, Rn(e, t);
|
|
15269
15270
|
}
|
|
15270
|
-
function
|
|
15271
|
+
function vp(e, t) {
|
|
15271
15272
|
switch (t.tagID) {
|
|
15272
15273
|
case s.HTML: {
|
|
15273
15274
|
be(e, t);
|
|
@@ -15287,10 +15288,10 @@ function Bp(e, t) {
|
|
|
15287
15288
|
}
|
|
15288
15289
|
}
|
|
15289
15290
|
}
|
|
15290
|
-
function
|
|
15291
|
+
function Hp(e, t) {
|
|
15291
15292
|
t.tagID === s.FRAMESET && !e.openElements.isRootHtmlElementCurrent() && (e.openElements.pop(), !e.fragmentContext && e.openElements.currentTagId !== s.FRAMESET && (e.insertionMode = T.AFTER_FRAMESET));
|
|
15292
15293
|
}
|
|
15293
|
-
function
|
|
15294
|
+
function Up(e, t) {
|
|
15294
15295
|
switch (t.tagID) {
|
|
15295
15296
|
case s.HTML: {
|
|
15296
15297
|
be(e, t);
|
|
@@ -15302,16 +15303,16 @@ function Hp(e, t) {
|
|
|
15302
15303
|
}
|
|
15303
15304
|
}
|
|
15304
15305
|
}
|
|
15305
|
-
function
|
|
15306
|
+
function zp(e, t) {
|
|
15306
15307
|
t.tagID === s.HTML && (e.insertionMode = T.AFTER_AFTER_FRAMESET);
|
|
15307
15308
|
}
|
|
15308
|
-
function
|
|
15309
|
+
function Yp(e, t) {
|
|
15309
15310
|
t.tagID === s.HTML ? be(e, t) : fn(e, t);
|
|
15310
15311
|
}
|
|
15311
15312
|
function fn(e, t) {
|
|
15312
15313
|
e.insertionMode = T.IN_BODY, Rn(e, t);
|
|
15313
15314
|
}
|
|
15314
|
-
function
|
|
15315
|
+
function jp(e, t) {
|
|
15315
15316
|
switch (t.tagID) {
|
|
15316
15317
|
case s.HTML: {
|
|
15317
15318
|
be(e, t);
|
|
@@ -15323,25 +15324,25 @@ function Yp(e, t) {
|
|
|
15323
15324
|
}
|
|
15324
15325
|
}
|
|
15325
15326
|
}
|
|
15326
|
-
function
|
|
15327
|
+
function Gp(e, t) {
|
|
15327
15328
|
t.chars = le, e._insertCharacters(t);
|
|
15328
15329
|
}
|
|
15329
|
-
function
|
|
15330
|
+
function qp(e, t) {
|
|
15330
15331
|
e._insertCharacters(t), e.framesetOk = !1;
|
|
15331
15332
|
}
|
|
15332
15333
|
function Xu(e) {
|
|
15333
15334
|
for (; e.treeAdapter.getNamespaceURI(e.openElements.current) !== L.HTML && !e._isIntegrationPoint(e.openElements.currentTagId, e.openElements.current); )
|
|
15334
15335
|
e.openElements.pop();
|
|
15335
15336
|
}
|
|
15336
|
-
function
|
|
15337
|
-
if (
|
|
15337
|
+
function $p(e, t) {
|
|
15338
|
+
if (sh(t))
|
|
15338
15339
|
Xu(e), e._startTagOutsideForeignContent(t);
|
|
15339
15340
|
else {
|
|
15340
15341
|
const n = e._getAdjustedCurrentElement(), r = e.treeAdapter.getNamespaceURI(n);
|
|
15341
|
-
r === L.MATHML ? Du(t) : r === L.SVG && (
|
|
15342
|
+
r === L.MATHML ? Du(t) : r === L.SVG && (oh(t), Pu(t)), Fr(t), t.selfClosing ? e._appendElement(t, r) : e._insertElement(t, r), t.ackSelfClosing = !0;
|
|
15342
15343
|
}
|
|
15343
15344
|
}
|
|
15344
|
-
function
|
|
15345
|
+
function Wp(e, t) {
|
|
15345
15346
|
if (t.tagID === s.P || t.tagID === s.BR) {
|
|
15346
15347
|
Xu(e), e._endTagOutsideForeignContent(t);
|
|
15347
15348
|
return;
|
|
@@ -15360,7 +15361,7 @@ function $p(e, t) {
|
|
|
15360
15361
|
}
|
|
15361
15362
|
}
|
|
15362
15363
|
k.AREA, k.BASE, k.BASEFONT, k.BGSOUND, k.BR, k.COL, k.EMBED, k.FRAME, k.HR, k.IMG, k.INPUT, k.KEYGEN, k.LINK, k.META, k.PARAM, k.SOURCE, k.TRACK, k.WBR;
|
|
15363
|
-
const
|
|
15364
|
+
const Vp = /* @__PURE__ */ new Set([
|
|
15364
15365
|
"mdxFlowExpression",
|
|
15365
15366
|
"mdxJsxFlowElement",
|
|
15366
15367
|
"mdxJsxTextElement",
|
|
@@ -15368,9 +15369,9 @@ const Wp = /* @__PURE__ */ new Set([
|
|
|
15368
15369
|
"mdxjsEsm"
|
|
15369
15370
|
]), ui = { sourceCodeLocationInfo: !0, scriptingEnabled: !1 };
|
|
15370
15371
|
function Ku(e, t) {
|
|
15371
|
-
const n =
|
|
15372
|
-
handlers: { root:
|
|
15373
|
-
unknown:
|
|
15372
|
+
const n = am(e), r = Eu("type", {
|
|
15373
|
+
handlers: { root: Qp, element: Xp, text: Kp, comment: Ju, doctype: Zp, raw: em },
|
|
15374
|
+
unknown: tm
|
|
15374
15375
|
}), a = {
|
|
15375
15376
|
parser: n ? new ri(ui) : ri.getFragmentParser(void 0, ui),
|
|
15376
15377
|
handle(o) {
|
|
@@ -15380,7 +15381,7 @@ function Ku(e, t) {
|
|
|
15380
15381
|
options: t || {}
|
|
15381
15382
|
};
|
|
15382
15383
|
r(e, a), Rt(a, Ye());
|
|
15383
|
-
const u = n ? a.parser.document : a.parser.getFragment(), i =
|
|
15384
|
+
const u = n ? a.parser.document : a.parser.getFragment(), i = uf(u, {
|
|
15384
15385
|
// To do: support `space`?
|
|
15385
15386
|
file: a.options.file
|
|
15386
15387
|
});
|
|
@@ -15402,13 +15403,13 @@ function Zu(e, t) {
|
|
|
15402
15403
|
for (; ++n < e.length; )
|
|
15403
15404
|
t.handle(e[n]);
|
|
15404
15405
|
}
|
|
15405
|
-
function Vp(e, t) {
|
|
15406
|
-
Zu(e.children, t);
|
|
15407
|
-
}
|
|
15408
15406
|
function Qp(e, t) {
|
|
15409
|
-
|
|
15407
|
+
Zu(e.children, t);
|
|
15410
15408
|
}
|
|
15411
15409
|
function Xp(e, t) {
|
|
15410
|
+
nm(e, t), Zu(e.children, t), rm(e, t);
|
|
15411
|
+
}
|
|
15412
|
+
function Kp(e, t) {
|
|
15412
15413
|
t.parser.tokenizer.state > 4 && (t.parser.tokenizer.state = 0);
|
|
15413
15414
|
const n = {
|
|
15414
15415
|
type: X.CHARACTER,
|
|
@@ -15417,7 +15418,7 @@ function Xp(e, t) {
|
|
|
15417
15418
|
};
|
|
15418
15419
|
Rt(t, Ye(e)), t.parser.currentToken = n, t.parser._processToken(t.parser.currentToken);
|
|
15419
15420
|
}
|
|
15420
|
-
function
|
|
15421
|
+
function Zp(e, t) {
|
|
15421
15422
|
const n = {
|
|
15422
15423
|
type: X.DOCTYPE,
|
|
15423
15424
|
name: "html",
|
|
@@ -15428,9 +15429,9 @@ function Kp(e, t) {
|
|
|
15428
15429
|
};
|
|
15429
15430
|
Rt(t, Ye(e)), t.parser.currentToken = n, t.parser._processToken(t.parser.currentToken);
|
|
15430
15431
|
}
|
|
15431
|
-
function
|
|
15432
|
+
function Jp(e, t) {
|
|
15432
15433
|
t.stitches = !0;
|
|
15433
|
-
const n =
|
|
15434
|
+
const n = im(e);
|
|
15434
15435
|
if ("children" in e && "children" in n) {
|
|
15435
15436
|
const r = (
|
|
15436
15437
|
/** @type {Root} */
|
|
@@ -15448,23 +15449,23 @@ function Ju(e, t) {
|
|
|
15448
15449
|
};
|
|
15449
15450
|
Rt(t, Ye(e)), t.parser.currentToken = r, t.parser._processToken(t.parser.currentToken);
|
|
15450
15451
|
}
|
|
15451
|
-
function
|
|
15452
|
+
function em(e, t) {
|
|
15452
15453
|
if (t.parser.tokenizer.preprocessor.html = "", t.parser.tokenizer.preprocessor.pos = -1, t.parser.tokenizer.preprocessor.lastGapPos = -2, t.parser.tokenizer.preprocessor.gapStack = [], t.parser.tokenizer.preprocessor.skipNextNewLine = !1, t.parser.tokenizer.preprocessor.lastChunkWritten = !1, t.parser.tokenizer.preprocessor.endOfChunkHit = !1, t.parser.tokenizer.preprocessor.isEol = !1, es(t, Ye(e)), t.parser.tokenizer.write(e.value, !1), t.parser.tokenizer._runParsingLoop(), t.parser.tokenizer.state === 72 || t.parser.tokenizer.state === 78) {
|
|
15453
15454
|
t.parser.tokenizer.preprocessor.lastChunkWritten = !0;
|
|
15454
15455
|
const n = t.parser.tokenizer._consume();
|
|
15455
15456
|
t.parser.tokenizer._callState(n);
|
|
15456
15457
|
}
|
|
15457
15458
|
}
|
|
15458
|
-
function
|
|
15459
|
+
function tm(e, t) {
|
|
15459
15460
|
const n = (
|
|
15460
15461
|
/** @type {Nodes} */
|
|
15461
15462
|
e
|
|
15462
15463
|
);
|
|
15463
15464
|
if (t.options.passThrough && t.options.passThrough.includes(n.type))
|
|
15464
|
-
|
|
15465
|
+
Jp(n, t);
|
|
15465
15466
|
else {
|
|
15466
15467
|
let r = "";
|
|
15467
|
-
throw
|
|
15468
|
+
throw Vp.has(n.type) && (r = ". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"), new Error("Cannot compile `" + n.type + "` node" + r);
|
|
15468
15469
|
}
|
|
15469
15470
|
}
|
|
15470
15471
|
function Rt(e, t) {
|
|
@@ -15485,14 +15486,14 @@ function es(e, t) {
|
|
|
15485
15486
|
e.parser.tokenizer.preprocessor.lineStartPos = -t.column + 1, e.parser.tokenizer.preprocessor.droppedBufferSize = t.offset, e.parser.tokenizer.preprocessor.line = t.line, e.parser.tokenizer.currentLocation = n;
|
|
15486
15487
|
}
|
|
15487
15488
|
}
|
|
15488
|
-
function
|
|
15489
|
+
function nm(e, t) {
|
|
15489
15490
|
const n = e.tagName.toLowerCase();
|
|
15490
15491
|
if (t.parser.tokenizer.state === de.PLAINTEXT) return;
|
|
15491
15492
|
Rt(t, Ye(e));
|
|
15492
15493
|
const r = t.parser.openElements.current;
|
|
15493
15494
|
let a = "namespaceURI" in r ? r.namespaceURI : ot.html;
|
|
15494
15495
|
a === ot.html && n === "svg" && (a = ot.svg);
|
|
15495
|
-
const u =
|
|
15496
|
+
const u = df(
|
|
15496
15497
|
// Shallow clone to not delve into `children`: we only need the attributes.
|
|
15497
15498
|
{ ...e, children: [] },
|
|
15498
15499
|
{ space: a === ot.svg ? "svg" : "html" }
|
|
@@ -15510,9 +15511,9 @@ function tm(e, t) {
|
|
|
15510
15511
|
};
|
|
15511
15512
|
t.parser.currentToken = i, t.parser._processToken(t.parser.currentToken), t.parser.tokenizer.lastStartTagName = n;
|
|
15512
15513
|
}
|
|
15513
|
-
function
|
|
15514
|
+
function rm(e, t) {
|
|
15514
15515
|
const n = e.tagName.toLowerCase();
|
|
15515
|
-
if (!t.parser.tokenizer.inForeignNode &&
|
|
15516
|
+
if (!t.parser.tokenizer.inForeignNode && Tf.includes(n) || t.parser.tokenizer.state === de.PLAINTEXT) return;
|
|
15516
15517
|
Rt(t, Cn(e));
|
|
15517
15518
|
const r = {
|
|
15518
15519
|
type: X.END_TAG,
|
|
@@ -15529,7 +15530,7 @@ function nm(e, t) {
|
|
|
15529
15530
|
t.parser.tokenizer.state === de.RAWTEXT || // `<script>`
|
|
15530
15531
|
t.parser.tokenizer.state === de.SCRIPT_DATA) && (t.parser.tokenizer.state = de.DATA);
|
|
15531
15532
|
}
|
|
15532
|
-
function
|
|
15533
|
+
function am(e) {
|
|
15533
15534
|
const t = e.type === "root" ? e.children[0] : e;
|
|
15534
15535
|
return !!(t && (t.type === "doctype" || t.type === "element" && t.tagName.toLowerCase() === "html"));
|
|
15535
15536
|
}
|
|
@@ -15552,10 +15553,10 @@ function tn(e) {
|
|
|
15552
15553
|
endOffset: n.offset
|
|
15553
15554
|
};
|
|
15554
15555
|
}
|
|
15555
|
-
function
|
|
15556
|
+
function im(e) {
|
|
15556
15557
|
return "children" in e ? _t({ ...e, children: [] }) : _t(e);
|
|
15557
15558
|
}
|
|
15558
|
-
function
|
|
15559
|
+
function um(e) {
|
|
15559
15560
|
return function(t, n) {
|
|
15560
15561
|
return (
|
|
15561
15562
|
/** @type {Root} */
|
|
@@ -15572,11 +15573,6 @@ function si(e, t) {
|
|
|
15572
15573
|
r++, a = n.indexOf(t, a + t.length);
|
|
15573
15574
|
return r;
|
|
15574
15575
|
}
|
|
15575
|
-
function um(e) {
|
|
15576
|
-
if (typeof e != "string")
|
|
15577
|
-
throw new TypeError("Expected a string");
|
|
15578
|
-
return e.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
|
|
15579
|
-
}
|
|
15580
15576
|
function sm(e, t, n) {
|
|
15581
15577
|
const a = Sn((n || {}).ignore || []), u = om(t);
|
|
15582
15578
|
let i = -1;
|
|
@@ -15634,7 +15630,7 @@ function om(e) {
|
|
|
15634
15630
|
return t;
|
|
15635
15631
|
}
|
|
15636
15632
|
function lm(e) {
|
|
15637
|
-
return typeof e == "string" ? new RegExp(
|
|
15633
|
+
return typeof e == "string" ? new RegExp(js(e), "g") : e;
|
|
15638
15634
|
}
|
|
15639
15635
|
function cm(e) {
|
|
15640
15636
|
return typeof e == "function" ? e : function() {
|
|
@@ -17485,10 +17481,16 @@ function m1(e) {
|
|
|
17485
17481
|
}
|
|
17486
17482
|
const g1 = ({
|
|
17487
17483
|
className: e,
|
|
17488
|
-
children: t
|
|
17484
|
+
children: t,
|
|
17485
|
+
selectOnClick: n
|
|
17489
17486
|
}) => /* @__PURE__ */ Q.jsx(
|
|
17490
17487
|
"code",
|
|
17491
17488
|
{
|
|
17489
|
+
onClick: (r) => {
|
|
17490
|
+
if (!n) return;
|
|
17491
|
+
const a = window.getSelection(), u = document.createRange();
|
|
17492
|
+
u.selectNodeContents(r.currentTarget), a == null || a.removeAllRanges(), a == null || a.addRange(u);
|
|
17493
|
+
},
|
|
17492
17494
|
className: Et(
|
|
17493
17495
|
"font-mono border p-1 py-0.5 rounded bg-border/50 dark:bg-border/70 whitespace-nowrap",
|
|
17494
17496
|
e
|
|
@@ -20247,11 +20249,11 @@ const TE = ({
|
|
|
20247
20249
|
Zt(e, "element", (t, n, r) => {
|
|
20248
20250
|
t.tagName === "code" && (t.properties.inline = String((r == null ? void 0 : r.tagName) !== "pre"));
|
|
20249
20251
|
});
|
|
20250
|
-
}, _E = [m1], CE = [AE,
|
|
20252
|
+
}, _E = [m1], CE = [AE, um], OE = "prose dark:prose-invert prose-neutral", wE = ({
|
|
20251
20253
|
content: e,
|
|
20252
20254
|
className: t
|
|
20253
20255
|
}) => /* @__PURE__ */ Q.jsx(
|
|
20254
|
-
|
|
20256
|
+
$0,
|
|
20255
20257
|
{
|
|
20256
20258
|
remarkPlugins: _E,
|
|
20257
20259
|
rehypePlugins: CE,
|
|
@@ -20264,16 +20266,16 @@ export {
|
|
|
20264
20266
|
at as C,
|
|
20265
20267
|
ht as H,
|
|
20266
20268
|
g1 as I,
|
|
20267
|
-
|
|
20268
|
-
|
|
20269
|
+
wE as M,
|
|
20270
|
+
OE as P,
|
|
20269
20271
|
TE as S,
|
|
20270
20272
|
EE as T,
|
|
20271
|
-
|
|
20273
|
+
LE as V,
|
|
20272
20274
|
Et as a,
|
|
20273
20275
|
bE as b,
|
|
20274
20276
|
Zr as c,
|
|
20275
20277
|
yE as d,
|
|
20276
|
-
|
|
20277
|
-
|
|
20278
|
+
qs as e,
|
|
20279
|
+
Io as u
|
|
20278
20280
|
};
|
|
20279
|
-
//# sourceMappingURL=Markdown-
|
|
20281
|
+
//# sourceMappingURL=Markdown-DapSf3wG.js.map
|