lingo.dev 0.63.1 → 0.70.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/LICENSE.md +201 -0
  2. package/bin/cli.mjs +3 -1
  3. package/build/acorn-7GKKTQAZ.mjs +3047 -0
  4. package/build/acorn-C2XWIPGO.cjs +3047 -0
  5. package/build/angular-5ISIBFBY.mjs +2794 -0
  6. package/build/angular-XQHAJDB2.cjs +2794 -0
  7. package/build/api-7PZYRHW3.mjs +5 -0
  8. package/build/api-C35FHFLD.cjs +7 -0
  9. package/build/babel-DSN33ILH.cjs +6946 -0
  10. package/build/babel-ZNMMF5TX.mjs +6946 -0
  11. package/build/chunk-2AI774XU.cjs +130086 -0
  12. package/build/chunk-DAMIL4EZ.mjs +4533 -0
  13. package/build/chunk-HEBXNMVQ.mjs +48 -0
  14. package/build/chunk-IKCNLHD5.cjs +4533 -0
  15. package/build/chunk-L5BCMCQE.cjs +48 -0
  16. package/build/chunk-MUWDGJF2.mjs +962 -0
  17. package/build/chunk-XFD3AFWA.mjs +130086 -0
  18. package/build/chunk-ZXT7SLL5.cjs +962 -0
  19. package/build/cli.cjs +134752 -0
  20. package/build/cli.d.cts +3 -0
  21. package/build/cli.d.ts +3 -0
  22. package/build/cli.mjs +134745 -0
  23. package/build/estree-2CSK435T.mjs +4374 -0
  24. package/build/estree-N7T576SJ.cjs +4374 -0
  25. package/build/flow-IBTCTNRO.mjs +26897 -0
  26. package/build/flow-Y3OXWML5.cjs +26897 -0
  27. package/build/glimmer-FCD5RY7E.mjs +2847 -0
  28. package/build/glimmer-N5YT5DMK.cjs +2847 -0
  29. package/build/graphql-4DMZI42L.mjs +1247 -0
  30. package/build/graphql-GV4OMB3Z.cjs +1247 -0
  31. package/build/html-RNXFERLB.mjs +2716 -0
  32. package/build/html-XMA5LP2U.cjs +2716 -0
  33. package/build/markdown-6BIFNHAV.mjs +3484 -0
  34. package/build/markdown-LUUZAIEE.cjs +3484 -0
  35. package/build/meriyah-IV6VMAUC.mjs +2474 -0
  36. package/build/meriyah-XSJDPEN3.cjs +2474 -0
  37. package/build/postcss-PDIS5YQZ.cjs +5057 -0
  38. package/build/postcss-SDQEBDMO.mjs +5057 -0
  39. package/build/sdk.cjs +8 -0
  40. package/build/sdk.d.cts +1 -0
  41. package/build/sdk.d.ts +1 -0
  42. package/build/sdk.mjs +8 -0
  43. package/build/spec.cjs +47 -0
  44. package/build/spec.d.cts +1 -0
  45. package/build/spec.d.ts +1 -0
  46. package/build/spec.mjs +47 -0
  47. package/build/typescript-TT5RRHSS.cjs +13104 -0
  48. package/build/typescript-U5HXARXA.mjs +13104 -0
  49. package/build/yaml-6ITWGIVF.cjs +4223 -0
  50. package/build/yaml-DDDZYPIN.mjs +4223 -0
  51. package/package.json +26 -25
  52. package/readme.md +5 -16
  53. package/build/react-next.cjs +0 -2
  54. package/build/react-next.d.cts +0 -1
  55. package/build/react-next.d.ts +0 -1
  56. package/build/react-next.mjs +0 -2
  57. package/build/react.cjs +0 -2
  58. package/build/react.d.cts +0 -2
  59. package/build/react.d.ts +0 -2
  60. package/build/react.mjs +0 -2
  61. package/content/banner.png +0 -0
@@ -0,0 +1,2716 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } var _class; var _class2;require('./chunk-L5BCMCQE.cjs');
2
+
3
+ // ../node_modules/.pnpm/prettier@3.4.2/node_modules/prettier/plugins/html.mjs
4
+ var ri = Object.defineProperty;
5
+ var Xr = (t8) => {
6
+ throw TypeError(t8);
7
+ };
8
+ var Jr = (t8, e) => {
9
+ for (var r in e) ri(t8, r, { get: e[r], enumerable: true });
10
+ };
11
+ var Zr = (t8, e, r) => e.has(t8) || Xr("Cannot " + r);
12
+ var K = (t8, e, r) => (Zr(t8, e, "read from private field"), r ? r.call(t8) : e.get(t8));
13
+ var en = (t8, e, r) => e.has(t8) ? Xr("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t8) : e.set(t8, r);
14
+ var tn = (t8, e, r, n) => (Zr(t8, e, "write to private field"), n ? n.call(t8, r) : e.set(t8, r), r);
15
+ var Yr = {};
16
+ Jr(Yr, { languages: () => As, options: () => vs, parsers: () => Gr, printers: () => Io });
17
+ var ni = (t8, e, r, n) => {
18
+ if (!(t8 && e == null)) return e.replaceAll ? e.replaceAll(r, n) : r.global ? e.replace(r, n) : e.split(r).join(n);
19
+ };
20
+ var w = ni;
21
+ var Ve = "string";
22
+ var Ue = "array";
23
+ var We = "cursor";
24
+ var De = "indent";
25
+ var ve = "align";
26
+ var ze = "trim";
27
+ var ye = "group";
28
+ var we = "fill";
29
+ var be = "if-break";
30
+ var Te = "indent-if-break";
31
+ var Ge = "line-suffix";
32
+ var Ye = "line-suffix-boundary";
33
+ var Q = "line";
34
+ var je = "label";
35
+ var xe = "break-parent";
36
+ var St = /* @__PURE__ */ new Set([We, De, ve, ze, ye, we, be, Te, Ge, Ye, Q, je, xe]);
37
+ function si(t8) {
38
+ if (typeof t8 == "string") return Ve;
39
+ if (Array.isArray(t8)) return Ue;
40
+ if (!t8) return;
41
+ let { type: e } = t8;
42
+ if (St.has(e)) return e;
43
+ }
44
+ var Ke = si;
45
+ var ii = (t8) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(t8);
46
+ function ai(t8) {
47
+ let e = t8 === null ? "null" : typeof t8;
48
+ if (e !== "string" && e !== "object") return `Unexpected doc '${e}',
49
+ Expected it to be 'string' or 'object'.`;
50
+ if (Ke(t8)) throw new Error("doc is valid.");
51
+ let r = Object.prototype.toString.call(t8);
52
+ if (r !== "[object Object]") return `Unexpected doc '${r}'.`;
53
+ let n = ii([...St].map((s) => `'${s}'`));
54
+ return `Unexpected doc.type '${t8.type}'.
55
+ Expected it to be ${n}.`;
56
+ }
57
+ var or = (_class = class extends Error {
58
+ __init() {this.name = "InvalidDocError"}
59
+ constructor(e) {
60
+ super(ai(e));_class.prototype.__init.call(this);, this.doc = e;
61
+ }
62
+ }, _class);
63
+ var ur = or;
64
+ var rn = () => {
65
+ };
66
+ var re = rn;
67
+ var _t = rn;
68
+ function k(t8) {
69
+ return re(t8), { type: De, contents: t8 };
70
+ }
71
+ function nn(t8, e) {
72
+ return re(e), { type: ve, contents: e, n: t8 };
73
+ }
74
+ function _(t8, e = {}) {
75
+ return re(t8), _t(e.expandedStates, true), { type: ye, id: e.id, contents: t8, break: !!e.shouldBreak, expandedStates: e.expandedStates };
76
+ }
77
+ function sn(t8) {
78
+ return nn(Number.NEGATIVE_INFINITY, t8);
79
+ }
80
+ function an(t8) {
81
+ return nn({ type: "root" }, t8);
82
+ }
83
+ function Et(t8) {
84
+ return _t(t8), { type: we, parts: t8 };
85
+ }
86
+ function le(t8, e = "", r = {}) {
87
+ return re(t8), e !== "" && re(e), { type: be, breakContents: t8, flatContents: e, groupId: r.groupId };
88
+ }
89
+ function on(t8, e) {
90
+ return re(t8), { type: Te, contents: t8, groupId: e.groupId, negate: e.negate };
91
+ }
92
+ var ne = { type: xe };
93
+ var oi = { type: Q, hard: true };
94
+ var ui = { type: Q, hard: true, literal: true };
95
+ var E = { type: Q };
96
+ var v = { type: Q, soft: true };
97
+ var S = [oi, ne];
98
+ var un = [ui, ne];
99
+ function q(t8, e) {
100
+ re(t8), _t(e);
101
+ let r = [];
102
+ for (let n = 0; n < e.length; n++) n !== 0 && r.push(t8), r.push(e[n]);
103
+ return r;
104
+ }
105
+ var li = (t8, e, r) => {
106
+ if (!(t8 && e == null)) return Array.isArray(e) || typeof e == "string" ? e[r < 0 ? e.length + r : r] : e.at(r);
107
+ };
108
+ var se = li;
109
+ function lr(t8, e) {
110
+ if (typeof t8 == "string") return e(t8);
111
+ let r = /* @__PURE__ */ new Map();
112
+ return n(t8);
113
+ function n(i) {
114
+ if (r.has(i)) return r.get(i);
115
+ let a = s(i);
116
+ return r.set(i, a), a;
117
+ }
118
+ function s(i) {
119
+ switch (Ke(i)) {
120
+ case Ue:
121
+ return e(i.map(n));
122
+ case we:
123
+ return e({ ...i, parts: i.parts.map(n) });
124
+ case be:
125
+ return e({ ...i, breakContents: n(i.breakContents), flatContents: n(i.flatContents) });
126
+ case ye: {
127
+ let { expandedStates: a, contents: o } = i;
128
+ return a ? (a = a.map(n), o = a[0]) : o = n(o), e({ ...i, contents: o, expandedStates: a });
129
+ }
130
+ case ve:
131
+ case De:
132
+ case Te:
133
+ case je:
134
+ case Ge:
135
+ return e({ ...i, contents: n(i.contents) });
136
+ case Ve:
137
+ case We:
138
+ case ze:
139
+ case Ye:
140
+ case Q:
141
+ case xe:
142
+ return e(i);
143
+ default:
144
+ throw new ur(i);
145
+ }
146
+ }
147
+ }
148
+ function B(t8, e = un) {
149
+ return lr(t8, (r) => typeof r == "string" ? q(e, r.split(`
150
+ `)) : r);
151
+ }
152
+ var At = "'";
153
+ var ln = '"';
154
+ function ci(t8, e) {
155
+ let r = e === true || e === At ? At : ln, n = r === At ? ln : At, s = 0, i = 0;
156
+ for (let a of t8) a === r ? s++ : a === n && i++;
157
+ return s > i ? n : r;
158
+ }
159
+ var cn = ci;
160
+ function cr(t8) {
161
+ if (typeof t8 != "string") throw new TypeError("Expected a string");
162
+ return t8.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
163
+ }
164
+ var H;
165
+ var pr = class {
166
+ constructor(e) {
167
+ en(this, H);
168
+ tn(this, H, new Set(e));
169
+ }
170
+ getLeadingWhitespaceCount(e) {
171
+ let r = K(this, H), n = 0;
172
+ for (let s = 0; s < e.length && r.has(e.charAt(s)); s++) n++;
173
+ return n;
174
+ }
175
+ getTrailingWhitespaceCount(e) {
176
+ let r = K(this, H), n = 0;
177
+ for (let s = e.length - 1; s >= 0 && r.has(e.charAt(s)); s--) n++;
178
+ return n;
179
+ }
180
+ getLeadingWhitespace(e) {
181
+ let r = this.getLeadingWhitespaceCount(e);
182
+ return e.slice(0, r);
183
+ }
184
+ getTrailingWhitespace(e) {
185
+ let r = this.getTrailingWhitespaceCount(e);
186
+ return e.slice(e.length - r);
187
+ }
188
+ hasLeadingWhitespace(e) {
189
+ return K(this, H).has(e.charAt(0));
190
+ }
191
+ hasTrailingWhitespace(e) {
192
+ return K(this, H).has(se(false, e, -1));
193
+ }
194
+ trimStart(e) {
195
+ let r = this.getLeadingWhitespaceCount(e);
196
+ return e.slice(r);
197
+ }
198
+ trimEnd(e) {
199
+ let r = this.getTrailingWhitespaceCount(e);
200
+ return e.slice(0, e.length - r);
201
+ }
202
+ trim(e) {
203
+ return this.trimEnd(this.trimStart(e));
204
+ }
205
+ split(e, r = false) {
206
+ let n = `[${cr([...K(this, H)].join(""))}]+`, s = new RegExp(r ? `(${n})` : n, "u");
207
+ return e.split(s);
208
+ }
209
+ hasWhitespaceCharacter(e) {
210
+ let r = K(this, H);
211
+ return Array.prototype.some.call(e, (n) => r.has(n));
212
+ }
213
+ hasNonWhitespaceCharacter(e) {
214
+ let r = K(this, H);
215
+ return Array.prototype.some.call(e, (n) => !r.has(n));
216
+ }
217
+ isWhitespaceOnly(e) {
218
+ let r = K(this, H);
219
+ return Array.prototype.every.call(e, (n) => r.has(n));
220
+ }
221
+ };
222
+ H = /* @__PURE__ */ new WeakMap();
223
+ var pn = pr;
224
+ var pi = [" ", `
225
+ `, "\f", "\r", " "];
226
+ var hi = new pn(pi);
227
+ var N = hi;
228
+ var hr = (_class2 = class extends Error {
229
+ __init2() {this.name = "UnexpectedNodeError"}
230
+ constructor(e, r, n = "type") {
231
+ super(`Unexpected ${r} node ${n}: ${JSON.stringify(e[n])}.`);_class2.prototype.__init2.call(this);, this.node = e;
232
+ }
233
+ }, _class2);
234
+ var hn = hr;
235
+ function mi(t8) {
236
+ return (t8 == null ? void 0 : t8.type) === "front-matter";
237
+ }
238
+ var ke = mi;
239
+ var fi = /* @__PURE__ */ new Set(["sourceSpan", "startSourceSpan", "endSourceSpan", "nameSpan", "valueSpan", "keySpan", "tagDefinition", "tokens", "valueTokens", "switchValueSourceSpan", "expSourceSpan", "valueSourceSpan"]);
240
+ var di = /* @__PURE__ */ new Set(["if", "else if", "for", "switch", "case"]);
241
+ function mn(t8, e) {
242
+ var r;
243
+ if (t8.type === "text" || t8.type === "comment" || ke(t8) || t8.type === "yaml" || t8.type === "toml") return null;
244
+ if (t8.type === "attribute" && delete e.value, t8.type === "docType" && delete e.value, t8.type === "angularControlFlowBlock" && ((r = t8.parameters) != null && r.children)) for (let n of e.parameters.children) di.has(t8.name) ? delete n.expression : n.expression = n.expression.trim();
245
+ t8.type === "angularIcuExpression" && (e.switchValue = t8.switchValue.trim()), t8.type === "angularLetDeclarationInitializer" && delete e.value;
246
+ }
247
+ mn.ignoredProperties = fi;
248
+ var fn = mn;
249
+ async function gi(t8, e) {
250
+ if (t8.language === "yaml") {
251
+ let r = t8.value.trim(), n = r ? await e(r, { parser: "yaml" }) : "";
252
+ return an([t8.startDelimiter, t8.explicitLanguage, S, n, n ? S : "", t8.endDelimiter]);
253
+ }
254
+ }
255
+ var dn = gi;
256
+ function ce(t8, e = true) {
257
+ return [k([v, t8]), e ? v : ""];
258
+ }
259
+ function Y(t8, e) {
260
+ let r = t8.type === "NGRoot" ? t8.node.type === "NGMicrosyntax" && t8.node.body.length === 1 && t8.node.body[0].type === "NGMicrosyntaxExpression" ? t8.node.body[0].expression : t8.node : t8.type === "JsExpressionRoot" ? t8.node : t8;
261
+ return r && (r.type === "ObjectExpression" || r.type === "ArrayExpression" || (e.parser === "__vue_expression" || e.parser === "__vue_ts_expression") && (r.type === "TemplateLiteral" || r.type === "StringLiteral"));
262
+ }
263
+ async function T(t8, e, r, n) {
264
+ r = { __isInHtmlAttribute: true, __embeddedInHtml: true, ...r };
265
+ let s = true;
266
+ n && (r.__onHtmlBindingRoot = (a, o) => {
267
+ s = n(a, o);
268
+ });
269
+ let i = await e(t8, r, e);
270
+ return s ? _(i) : ce(i);
271
+ }
272
+ function Ci(t8, e, r, n) {
273
+ let { node: s } = r, i = n.originalText.slice(s.sourceSpan.start.offset, s.sourceSpan.end.offset);
274
+ return /^\s*$/u.test(i) ? "" : T(i, t8, { parser: "__ng_directive", __isInHtmlAttribute: false }, Y);
275
+ }
276
+ var gn = Ci;
277
+ var Si = (t8) => String(t8).split(/[/\\]/u).pop();
278
+ function Cn(t8, e) {
279
+ if (!e) return;
280
+ let r = Si(e).toLowerCase();
281
+ return _nullishCoalesce(t8.find(({ filenames: n }) => n == null ? void 0 : n.some((s) => s.toLowerCase() === r)), () => ( t8.find(({ extensions: n }) => n == null ? void 0 : n.some((s) => r.endsWith(s)))));
282
+ }
283
+ function _i(t8, e) {
284
+ if (e) return _nullishCoalesce(_nullishCoalesce(t8.find(({ name: r }) => r.toLowerCase() === e), () => ( t8.find(({ aliases: r }) => r == null ? void 0 : r.includes(e)))), () => ( t8.find(({ extensions: r }) => r == null ? void 0 : r.includes(`.${e}`))));
285
+ }
286
+ function Ei(t8, e) {
287
+ let r = t8.plugins.flatMap((s) => _nullishCoalesce(s.languages, () => ( []))), n = _nullishCoalesce(_nullishCoalesce(_nullishCoalesce(_i(r, e.language), () => ( Cn(r, e.physicalFile))), () => ( Cn(r, e.file))), () => ( (e.physicalFile, void 0)));
288
+ return n == null ? void 0 : n.parsers[0];
289
+ }
290
+ var Be = Ei;
291
+ var Sn = "inline";
292
+ var _n = { area: "none", base: "none", basefont: "none", datalist: "none", head: "none", link: "none", meta: "none", noembed: "none", noframes: "none", param: "block", rp: "none", script: "block", style: "none", template: "inline", title: "none", html: "block", body: "block", address: "block", blockquote: "block", center: "block", dialog: "block", div: "block", figure: "block", figcaption: "block", footer: "block", form: "block", header: "block", hr: "block", legend: "block", listing: "block", main: "block", p: "block", plaintext: "block", pre: "block", search: "block", xmp: "block", slot: "contents", ruby: "ruby", rt: "ruby-text", article: "block", aside: "block", h1: "block", h2: "block", h3: "block", h4: "block", h5: "block", h6: "block", hgroup: "block", nav: "block", section: "block", dir: "block", dd: "block", dl: "block", dt: "block", menu: "block", ol: "block", ul: "block", li: "list-item", table: "table", caption: "table-caption", colgroup: "table-column-group", col: "table-column", thead: "table-header-group", tbody: "table-row-group", tfoot: "table-footer-group", tr: "table-row", td: "table-cell", th: "table-cell", input: "inline-block", button: "inline-block", fieldset: "block", details: "block", summary: "block", marquee: "inline-block", source: "block", track: "block", meter: "inline-block", progress: "inline-block", object: "inline-block", video: "inline-block", audio: "inline-block", select: "inline-block", option: "block", optgroup: "block" };
293
+ var En = "normal";
294
+ var An = { listing: "pre", plaintext: "pre", pre: "pre", xmp: "pre", nobr: "nowrap", table: "initial", textarea: "pre-wrap" };
295
+ function Ai(t8) {
296
+ return t8.type === "element" && !t8.hasExplicitNamespace && !["html", "svg"].includes(t8.namespace);
297
+ }
298
+ var pe = Ai;
299
+ var Di = (t8) => w(false, t8, /^[\t\f\r ]*\n/gu, "");
300
+ var mr = (t8) => Di(N.trimEnd(t8));
301
+ var Dn = (t8) => {
302
+ let e = t8, r = N.getLeadingWhitespace(e);
303
+ r && (e = e.slice(r.length));
304
+ let n = N.getTrailingWhitespace(e);
305
+ return n && (e = e.slice(0, -n.length)), { leadingWhitespace: r, trailingWhitespace: n, text: e };
306
+ };
307
+ function Dt(t8, e) {
308
+ return !!(t8.type === "ieConditionalComment" && t8.lastChild && !t8.lastChild.isSelfClosing && !t8.lastChild.endSourceSpan || t8.type === "ieConditionalComment" && !t8.complete || he(t8) && t8.children.some((r) => r.type !== "text" && r.type !== "interpolation") || wt(t8, e) && !U(t8) && t8.type !== "interpolation");
309
+ }
310
+ function me(t8) {
311
+ return t8.type === "attribute" || !t8.parent || !t8.prev ? false : vi(t8.prev);
312
+ }
313
+ function vi(t8) {
314
+ return t8.type === "comment" && t8.value.trim() === "prettier-ignore";
315
+ }
316
+ function O(t8) {
317
+ return t8.type === "text" || t8.type === "comment";
318
+ }
319
+ function U(t8) {
320
+ return t8.type === "element" && (t8.fullName === "script" || t8.fullName === "style" || t8.fullName === "svg:style" || t8.fullName === "svg:script" || pe(t8) && (t8.name === "script" || t8.name === "style"));
321
+ }
322
+ function vn(t8) {
323
+ return t8.children && !U(t8);
324
+ }
325
+ function yn(t8) {
326
+ return U(t8) || t8.type === "interpolation" || fr(t8);
327
+ }
328
+ function fr(t8) {
329
+ return In(t8).startsWith("pre");
330
+ }
331
+ function wn(t8, e) {
332
+ var s, i;
333
+ let r = n();
334
+ if (r && !t8.prev && ((i = (s = t8.parent) == null ? void 0 : s.tagDefinition) != null && i.ignoreFirstLf)) return t8.type === "interpolation";
335
+ return r;
336
+ function n() {
337
+ return ke(t8) || t8.type === "angularControlFlowBlock" ? false : (t8.type === "text" || t8.type === "interpolation") && t8.prev && (t8.prev.type === "text" || t8.prev.type === "interpolation") ? true : !t8.parent || t8.parent.cssDisplay === "none" ? false : he(t8.parent) ? true : !(!t8.prev && (t8.parent.type === "root" || he(t8) && t8.parent || U(t8.parent) || Je(t8.parent, e) || !ki(t8.parent.cssDisplay)) || t8.prev && !Fi(t8.prev.cssDisplay));
338
+ }
339
+ }
340
+ function bn(t8, e) {
341
+ return ke(t8) || t8.type === "angularControlFlowBlock" ? false : (t8.type === "text" || t8.type === "interpolation") && t8.next && (t8.next.type === "text" || t8.next.type === "interpolation") ? true : !t8.parent || t8.parent.cssDisplay === "none" ? false : he(t8.parent) ? true : !(!t8.next && (t8.parent.type === "root" || he(t8) && t8.parent || U(t8.parent) || Je(t8.parent, e) || !Bi(t8.parent.cssDisplay)) || t8.next && !Li(t8.next.cssDisplay));
342
+ }
343
+ function Tn(t8) {
344
+ return Ni(t8.cssDisplay) && !U(t8);
345
+ }
346
+ function Qe(t8) {
347
+ return ke(t8) || t8.next && t8.sourceSpan.end && t8.sourceSpan.end.line + 1 < t8.next.sourceSpan.start.line;
348
+ }
349
+ function xn(t8) {
350
+ return dr(t8) || t8.type === "element" && t8.children.length > 0 && (["body", "script", "style"].includes(t8.name) || t8.children.some((e) => wi(e))) || t8.firstChild && t8.firstChild === t8.lastChild && t8.firstChild.type !== "text" && Bn(t8.firstChild) && (!t8.lastChild.isTrailingSpaceSensitive || Ln(t8.lastChild));
351
+ }
352
+ function dr(t8) {
353
+ return t8.type === "element" && t8.children.length > 0 && (["html", "head", "ul", "ol", "select"].includes(t8.name) || t8.cssDisplay.startsWith("table") && t8.cssDisplay !== "table-cell");
354
+ }
355
+ function vt(t8) {
356
+ return Fn(t8) || t8.prev && yi(t8.prev) || kn(t8);
357
+ }
358
+ function yi(t8) {
359
+ return Fn(t8) || t8.type === "element" && t8.fullName === "br" || kn(t8);
360
+ }
361
+ function kn(t8) {
362
+ return Bn(t8) && Ln(t8);
363
+ }
364
+ function Bn(t8) {
365
+ return t8.hasLeadingSpaces && (t8.prev ? t8.prev.sourceSpan.end.line < t8.sourceSpan.start.line : t8.parent.type === "root" || t8.parent.startSourceSpan.end.line < t8.sourceSpan.start.line);
366
+ }
367
+ function Ln(t8) {
368
+ return t8.hasTrailingSpaces && (t8.next ? t8.next.sourceSpan.start.line > t8.sourceSpan.end.line : t8.parent.type === "root" || t8.parent.endSourceSpan && t8.parent.endSourceSpan.start.line > t8.sourceSpan.end.line);
369
+ }
370
+ function Fn(t8) {
371
+ switch (t8.type) {
372
+ case "ieConditionalComment":
373
+ case "comment":
374
+ case "directive":
375
+ return true;
376
+ case "element":
377
+ return ["script", "select"].includes(t8.name);
378
+ }
379
+ return false;
380
+ }
381
+ function yt(t8) {
382
+ return t8.lastChild ? yt(t8.lastChild) : t8;
383
+ }
384
+ function wi(t8) {
385
+ var e;
386
+ return (e = t8.children) == null ? void 0 : e.some((r) => r.type !== "text");
387
+ }
388
+ function Nn(t8) {
389
+ if (t8) switch (t8) {
390
+ case "module":
391
+ case "text/javascript":
392
+ case "text/babel":
393
+ case "application/javascript":
394
+ return "babel";
395
+ case "application/x-typescript":
396
+ return "typescript";
397
+ case "text/markdown":
398
+ return "markdown";
399
+ case "text/html":
400
+ return "html";
401
+ case "text/x-handlebars-template":
402
+ return "glimmer";
403
+ default:
404
+ if (t8.endsWith("json") || t8.endsWith("importmap") || t8 === "speculationrules") return "json";
405
+ }
406
+ }
407
+ function bi(t8, e) {
408
+ let { name: r, attrMap: n } = t8;
409
+ if (r !== "script" || Object.prototype.hasOwnProperty.call(n, "src")) return;
410
+ let { type: s, lang: i } = t8.attrMap;
411
+ return !i && !s ? "babel" : _nullishCoalesce(Be(e, { language: i }), () => ( Nn(s)));
412
+ }
413
+ function Ti(t8, e) {
414
+ if (!wt(t8, e)) return;
415
+ let { attrMap: r } = t8;
416
+ if (Object.prototype.hasOwnProperty.call(r, "src")) return;
417
+ let { type: n, lang: s } = r;
418
+ return _nullishCoalesce(Be(e, { language: s }), () => ( Nn(n)));
419
+ }
420
+ function xi(t8, e) {
421
+ if (t8.name !== "style") return;
422
+ let { lang: r } = t8.attrMap;
423
+ return r ? Be(e, { language: r }) : "css";
424
+ }
425
+ function gr(t8, e) {
426
+ return _nullishCoalesce(_nullishCoalesce(bi(t8, e), () => ( xi(t8, e))), () => ( Ti(t8, e)));
427
+ }
428
+ function Xe(t8) {
429
+ return t8 === "block" || t8 === "list-item" || t8.startsWith("table");
430
+ }
431
+ function ki(t8) {
432
+ return !Xe(t8) && t8 !== "inline-block";
433
+ }
434
+ function Bi(t8) {
435
+ return !Xe(t8) && t8 !== "inline-block";
436
+ }
437
+ function Li(t8) {
438
+ return !Xe(t8);
439
+ }
440
+ function Fi(t8) {
441
+ return !Xe(t8);
442
+ }
443
+ function Ni(t8) {
444
+ return !Xe(t8) && t8 !== "inline-block";
445
+ }
446
+ function he(t8) {
447
+ return In(t8).startsWith("pre");
448
+ }
449
+ function Pi(t8, e) {
450
+ let r = t8;
451
+ for (; r; ) {
452
+ if (e(r)) return true;
453
+ r = r.parent;
454
+ }
455
+ return false;
456
+ }
457
+ function Pn(t8, e) {
458
+ var n;
459
+ if (fe(t8, e)) return "block";
460
+ if (((n = t8.prev) == null ? void 0 : n.type) === "comment") {
461
+ let s = t8.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/u);
462
+ if (s) return s[1];
463
+ }
464
+ let r = false;
465
+ if (t8.type === "element" && t8.namespace === "svg") if (Pi(t8, (s) => s.fullName === "svg:foreignObject")) r = true;
466
+ else return t8.name === "svg" ? "inline-block" : "block";
467
+ switch (e.htmlWhitespaceSensitivity) {
468
+ case "strict":
469
+ return "inline";
470
+ case "ignore":
471
+ return "block";
472
+ default:
473
+ return t8.type === "element" && (!t8.namespace || r || pe(t8)) && _n[t8.name] || Sn;
474
+ }
475
+ }
476
+ function In(t8) {
477
+ return t8.type === "element" && (!t8.namespace || pe(t8)) && An[t8.name] || En;
478
+ }
479
+ function Ii(t8) {
480
+ let e = Number.POSITIVE_INFINITY;
481
+ for (let r of t8.split(`
482
+ `)) {
483
+ if (r.length === 0) continue;
484
+ let n = N.getLeadingWhitespaceCount(r);
485
+ if (n === 0) return 0;
486
+ r.length !== n && n < e && (e = n);
487
+ }
488
+ return e === Number.POSITIVE_INFINITY ? 0 : e;
489
+ }
490
+ function Cr(t8, e = Ii(t8)) {
491
+ return e === 0 ? t8 : t8.split(`
492
+ `).map((r) => r.slice(e)).join(`
493
+ `);
494
+ }
495
+ function Sr(t8) {
496
+ return w(false, w(false, t8, "&apos;", "'"), "&quot;", '"');
497
+ }
498
+ function P(t8) {
499
+ return Sr(t8.value);
500
+ }
501
+ var Ri = /* @__PURE__ */ new Set(["template", "style", "script"]);
502
+ function Je(t8, e) {
503
+ return fe(t8, e) && !Ri.has(t8.fullName);
504
+ }
505
+ function fe(t8, e) {
506
+ return e.parser === "vue" && t8.type === "element" && t8.parent.type === "root" && t8.fullName.toLowerCase() !== "html";
507
+ }
508
+ function wt(t8, e) {
509
+ return fe(t8, e) && (Je(t8, e) || t8.attrMap.lang && t8.attrMap.lang !== "html");
510
+ }
511
+ function Rn(t8) {
512
+ let e = t8.fullName;
513
+ return e.charAt(0) === "#" || e === "slot-scope" || e === "v-slot" || e.startsWith("v-slot:");
514
+ }
515
+ function On(t8, e) {
516
+ let r = t8.parent;
517
+ if (!fe(r, e)) return false;
518
+ let n = r.fullName, s = t8.fullName;
519
+ return n === "script" && s === "setup" || n === "style" && s === "vars";
520
+ }
521
+ function bt(t8, e = t8.value) {
522
+ return t8.parent.isWhitespaceSensitive ? t8.parent.isIndentationSensitive ? B(e) : B(Cr(mr(e)), S) : q(E, N.split(e));
523
+ }
524
+ function Tt(t8, e) {
525
+ return fe(t8, e) && t8.name === "script";
526
+ }
527
+ var _r = /\{\{(.+?)\}\}/su;
528
+ async function $n(t8, e) {
529
+ let r = [];
530
+ for (let [n, s] of t8.split(_r).entries()) if (n % 2 === 0) r.push(B(s));
531
+ else try {
532
+ r.push(_(["{{", k([E, await T(s, e, { parser: "__ng_interpolation", __isInHtmlInterpolation: true })]), E, "}}"]));
533
+ } catch (e2) {
534
+ r.push("{{", B(s), "}}");
535
+ }
536
+ return r;
537
+ }
538
+ function Er({ parser: t8 }) {
539
+ return (e, r, n) => T(P(n.node), e, { parser: t8 }, Y);
540
+ }
541
+ var Oi = Er({ parser: "__ng_action" });
542
+ var $i = Er({ parser: "__ng_binding" });
543
+ var Mi = Er({ parser: "__ng_directive" });
544
+ function qi(t8, e) {
545
+ if (e.parser !== "angular") return;
546
+ let { node: r } = t8, n = r.fullName;
547
+ if (n.startsWith("(") && n.endsWith(")") || n.startsWith("on-")) return Oi;
548
+ if (n.startsWith("[") && n.endsWith("]") || /^bind(?:on)?-/u.test(n) || /^ng-(?:if|show|hide|class|style)$/u.test(n)) return $i;
549
+ if (n.startsWith("*")) return Mi;
550
+ let s = P(r);
551
+ if (/^i18n(?:-.+)?$/u.test(n)) return () => ce(Et(bt(r, s.trim())), !s.includes("@@"));
552
+ if (_r.test(s)) return (i) => $n(s, i);
553
+ }
554
+ var Mn = qi;
555
+ function Hi(t8, e) {
556
+ let { node: r } = t8, n = P(r);
557
+ if (r.fullName === "class" && !e.parentParser && !n.includes("{{")) return () => n.trim().split(/\s+/u).join(" ");
558
+ }
559
+ var qn = Hi;
560
+ function Hn(t8) {
561
+ return t8 === " " || t8 === `
562
+ ` || t8 === "\f" || t8 === "\r" || t8 === " ";
563
+ }
564
+ var Vi = /^[ \t\n\r\u000c]+/;
565
+ var Ui = /^[, \t\n\r\u000c]+/;
566
+ var Wi = /^[^ \t\n\r\u000c]+/;
567
+ var zi = /[,]+$/;
568
+ var Vn = /^\d+$/;
569
+ var Gi = /^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/;
570
+ function Yi(t8) {
571
+ let e = t8.length, r, n, s, i, a, o = 0, u;
572
+ function p(C) {
573
+ let A, D = C.exec(t8.substring(o));
574
+ if (D) return [A] = D, o += A.length, A;
575
+ }
576
+ let l = [];
577
+ for (; ; ) {
578
+ if (p(Ui), o >= e) {
579
+ if (l.length === 0) throw new Error("Must contain one or more image candidate strings.");
580
+ return l;
581
+ }
582
+ u = o, r = p(Wi), n = [], r.slice(-1) === "," ? (r = r.replace(zi, ""), d()) : f();
583
+ }
584
+ function f() {
585
+ for (p(Vi), s = "", i = "in descriptor"; ; ) {
586
+ if (a = t8.charAt(o), i === "in descriptor") if (Hn(a)) s && (n.push(s), s = "", i = "after descriptor");
587
+ else if (a === ",") {
588
+ o += 1, s && n.push(s), d();
589
+ return;
590
+ } else if (a === "(") s += a, i = "in parens";
591
+ else if (a === "") {
592
+ s && n.push(s), d();
593
+ return;
594
+ } else s += a;
595
+ else if (i === "in parens") if (a === ")") s += a, i = "in descriptor";
596
+ else if (a === "") {
597
+ n.push(s), d();
598
+ return;
599
+ } else s += a;
600
+ else if (i === "after descriptor" && !Hn(a)) if (a === "") {
601
+ d();
602
+ return;
603
+ } else i = "in descriptor", o -= 1;
604
+ o += 1;
605
+ }
606
+ }
607
+ function d() {
608
+ let C = false, A, D, R, F, c = {}, g, y, M, x, V;
609
+ for (F = 0; F < n.length; F++) g = n[F], y = g[g.length - 1], M = g.substring(0, g.length - 1), x = parseInt(M, 10), V = parseFloat(M), Vn.test(M) && y === "w" ? ((A || D) && (C = true), x === 0 ? C = true : A = x) : Gi.test(M) && y === "x" ? ((A || D || R) && (C = true), V < 0 ? C = true : D = V) : Vn.test(M) && y === "h" ? ((R || D) && (C = true), x === 0 ? C = true : R = x) : C = true;
610
+ if (!C) c.source = { value: r, startOffset: u }, A && (c.width = { value: A }), D && (c.density = { value: D }), R && (c.height = { value: R }), l.push(c);
611
+ else throw new Error(`Invalid srcset descriptor found in "${t8}" at "${g}".`);
612
+ }
613
+ }
614
+ var Un = Yi;
615
+ function ji(t8) {
616
+ if (t8.node.fullName === "srcset" && (t8.parent.fullName === "img" || t8.parent.fullName === "source")) return () => Qi(P(t8.node));
617
+ }
618
+ var Wn = { width: "w", height: "h", density: "x" };
619
+ var Ki = Object.keys(Wn);
620
+ function Qi(t8) {
621
+ let e = Un(t8), r = Ki.filter((l) => e.some((f) => Object.prototype.hasOwnProperty.call(f, l)));
622
+ if (r.length > 1) throw new Error("Mixed descriptor in srcset is not supported");
623
+ let [n] = r, s = Wn[n], i = e.map((l) => l.source.value), a = Math.max(...i.map((l) => l.length)), o = e.map((l) => l[n] ? String(l[n].value) : ""), u = o.map((l) => {
624
+ let f = l.indexOf(".");
625
+ return f === -1 ? l.length : f;
626
+ }), p = Math.max(...u);
627
+ return ce(q([",", E], i.map((l, f) => {
628
+ let d = [l], C = o[f];
629
+ if (C) {
630
+ let A = a - l.length + 1, D = p - u[f], R = " ".repeat(A + D);
631
+ d.push(le(R, " "), C + s);
632
+ }
633
+ return d;
634
+ })));
635
+ }
636
+ var zn = ji;
637
+ function Gn(t8, e) {
638
+ let { node: r } = t8, n = P(t8.node).trim();
639
+ if (r.fullName === "style" && !e.parentParser && !n.includes("{{")) return async (s) => ce(await s(n, { parser: "css", __isHTMLStyleAttribute: true }));
640
+ }
641
+ var Ar = /* @__PURE__ */ new WeakMap();
642
+ function Xi(t8, e) {
643
+ let { root: r } = t8;
644
+ return Ar.has(r) || Ar.set(r, r.children.some((n) => Tt(n, e) && ["ts", "typescript"].includes(n.attrMap.lang))), Ar.get(r);
645
+ }
646
+ var Le = Xi;
647
+ function Yn(t8, e, r) {
648
+ let { node: n } = r, s = P(n);
649
+ return T(`type T<${s}> = any`, t8, { parser: "babel-ts", __isEmbeddedTypescriptGenericParameters: true }, Y);
650
+ }
651
+ function jn(t8, e, { parseWithTs: r }) {
652
+ return T(`function _(${t8}) {}`, e, { parser: r ? "babel-ts" : "babel", __isVueBindings: true });
653
+ }
654
+ async function Kn(t8, e, r, n) {
655
+ let s = P(r.node), { left: i, operator: a, right: o } = Ji(s), u = Le(r, n);
656
+ return [_(await T(`function _(${i}) {}`, t8, { parser: u ? "babel-ts" : "babel", __isVueForBindingLeft: true })), " ", a, " ", await T(o, t8, { parser: u ? "__ts_expression" : "__js_expression" })];
657
+ }
658
+ function Ji(t8) {
659
+ let e = /(.*?)\s+(in|of)\s+(.*)/su, r = /,([^,\]}]*)(?:,([^,\]}]*))?$/u, n = /^\(|\)$/gu, s = t8.match(e);
660
+ if (!s) return;
661
+ let i = {};
662
+ if (i.for = s[3].trim(), !i.for) return;
663
+ let a = w(false, s[1].trim(), n, ""), o = a.match(r);
664
+ o ? (i.alias = a.replace(r, ""), i.iterator1 = o[1].trim(), o[2] && (i.iterator2 = o[2].trim())) : i.alias = a;
665
+ let u = [i.alias, i.iterator1, i.iterator2];
666
+ if (!u.some((p, l) => !p && (l === 0 || u.slice(l + 1).some(Boolean)))) return { left: u.filter(Boolean).join(","), operator: s[2], right: i.for };
667
+ }
668
+ function Zi(t8, e) {
669
+ if (e.parser !== "vue") return;
670
+ let { node: r } = t8, n = r.fullName;
671
+ if (n === "v-for") return Kn;
672
+ if (n === "generic" && Tt(r.parent, e)) return Yn;
673
+ let s = P(r), i = Le(t8, e);
674
+ if (Rn(r) || On(r, e)) return (a) => jn(s, a, { parseWithTs: i });
675
+ if (n.startsWith("@") || n.startsWith("v-on:")) return (a) => ea(s, a, { parseWithTs: i });
676
+ if (n.startsWith(":") || n.startsWith("v-bind:")) return (a) => ta(s, a, { parseWithTs: i });
677
+ if (n.startsWith("v-")) return (a) => Qn(s, a, { parseWithTs: i });
678
+ }
679
+ async function ea(t8, e, { parseWithTs: r }) {
680
+ var n;
681
+ try {
682
+ return await Qn(t8, e, { parseWithTs: r });
683
+ } catch (s) {
684
+ if (((n = s.cause) == null ? void 0 : n.code) !== "BABEL_PARSER_SYNTAX_ERROR") throw s;
685
+ }
686
+ return T(t8, e, { parser: r ? "__vue_ts_event_binding" : "__vue_event_binding" }, Y);
687
+ }
688
+ function ta(t8, e, { parseWithTs: r }) {
689
+ return T(t8, e, { parser: r ? "__vue_ts_expression" : "__vue_expression" }, Y);
690
+ }
691
+ function Qn(t8, e, { parseWithTs: r }) {
692
+ return T(t8, e, { parser: r ? "__ts_expression" : "__js_expression" }, Y);
693
+ }
694
+ var Xn = Zi;
695
+ function ra(t8, e) {
696
+ let { node: r } = t8;
697
+ if (r.value) {
698
+ if (/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/u.test(e.originalText.slice(r.valueSpan.start.offset, r.valueSpan.end.offset)) || e.parser === "lwc" && r.value.startsWith("{") && r.value.endsWith("}")) return [r.rawName, "=", r.value];
699
+ for (let n of [zn, Gn, qn, Xn, Mn]) {
700
+ let s = n(t8, e);
701
+ if (s) return na(s);
702
+ }
703
+ }
704
+ }
705
+ function na(t8) {
706
+ return async (e, r, n, s) => {
707
+ let i = await t8(e, r, n, s);
708
+ if (i) return i = lr(i, (a) => typeof a == "string" ? w(false, a, '"', "&quot;") : a), [n.node.rawName, '="', _(i), '"'];
709
+ };
710
+ }
711
+ var Jn = ra;
712
+ var Zn = new Proxy(() => {
713
+ }, { get: () => Zn });
714
+ var Dr = Zn;
715
+ function sa(t8) {
716
+ return Array.isArray(t8) && t8.length > 0;
717
+ }
718
+ var Fe = sa;
719
+ function X(t8) {
720
+ return t8.sourceSpan.start.offset;
721
+ }
722
+ function J(t8) {
723
+ return t8.sourceSpan.end.offset;
724
+ }
725
+ function Ze(t8, e) {
726
+ return [t8.isSelfClosing ? "" : ia(t8, e), de(t8, e)];
727
+ }
728
+ function ia(t8, e) {
729
+ return t8.lastChild && Se(t8.lastChild) ? "" : [aa(t8, e), xt(t8, e)];
730
+ }
731
+ function de(t8, e) {
732
+ return (t8.next ? j(t8.next) : Ce(t8.parent)) ? "" : [ge(t8, e), W(t8, e)];
733
+ }
734
+ function aa(t8, e) {
735
+ return Ce(t8) ? ge(t8.lastChild, e) : "";
736
+ }
737
+ function W(t8, e) {
738
+ return Se(t8) ? xt(t8.parent, e) : et(t8) ? kt(t8.next, e) : "";
739
+ }
740
+ function xt(t8, e) {
741
+ if (Dr(!t8.isSelfClosing), ts(t8, e)) return "";
742
+ switch (t8.type) {
743
+ case "ieConditionalComment":
744
+ return "<!";
745
+ case "element":
746
+ if (t8.hasHtmComponentClosingTag) return "<//";
747
+ default:
748
+ return `</${t8.rawName}`;
749
+ }
750
+ }
751
+ function ge(t8, e) {
752
+ if (ts(t8, e)) return "";
753
+ switch (t8.type) {
754
+ case "ieConditionalComment":
755
+ case "ieConditionalEndComment":
756
+ return "[endif]-->";
757
+ case "ieConditionalStartComment":
758
+ return "]><!-->";
759
+ case "interpolation":
760
+ return "}}";
761
+ case "angularIcuExpression":
762
+ return "}";
763
+ case "element":
764
+ if (t8.isSelfClosing) return "/>";
765
+ default:
766
+ return ">";
767
+ }
768
+ }
769
+ function ts(t8, e) {
770
+ return !t8.isSelfClosing && !t8.endSourceSpan && (me(t8) || Dt(t8.parent, e));
771
+ }
772
+ function j(t8) {
773
+ return t8.prev && t8.prev.type !== "docType" && t8.type !== "angularControlFlowBlock" && !O(t8.prev) && t8.isLeadingSpaceSensitive && !t8.hasLeadingSpaces;
774
+ }
775
+ function Ce(t8) {
776
+ var e;
777
+ return ((e = t8.lastChild) == null ? void 0 : e.isTrailingSpaceSensitive) && !t8.lastChild.hasTrailingSpaces && !O(yt(t8.lastChild)) && !he(t8);
778
+ }
779
+ function Se(t8) {
780
+ return !t8.next && !t8.hasTrailingSpaces && t8.isTrailingSpaceSensitive && O(yt(t8));
781
+ }
782
+ function et(t8) {
783
+ return t8.next && !O(t8.next) && O(t8) && t8.isTrailingSpaceSensitive && !t8.hasTrailingSpaces;
784
+ }
785
+ function oa(t8) {
786
+ let e = t8.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/su);
787
+ return e ? e[1] ? e[1].split(/\s+/u) : true : false;
788
+ }
789
+ function tt(t8) {
790
+ return !t8.prev && t8.isLeadingSpaceSensitive && !t8.hasLeadingSpaces;
791
+ }
792
+ function ua(t8, e, r) {
793
+ var f;
794
+ let { node: n } = t8;
795
+ if (!Fe(n.attrs)) return n.isSelfClosing ? " " : "";
796
+ let s = ((f = n.prev) == null ? void 0 : f.type) === "comment" && oa(n.prev.value), i = typeof s == "boolean" ? () => s : Array.isArray(s) ? (d) => s.includes(d.rawName) : () => false, a = t8.map(({ node: d }) => i(d) ? B(e.originalText.slice(X(d), J(d))) : r(), "attrs"), o = n.type === "element" && n.fullName === "script" && n.attrs.length === 1 && n.attrs[0].fullName === "src" && n.children.length === 0, p = e.singleAttributePerLine && n.attrs.length > 1 && !fe(n, e) ? S : E, l = [k([o ? " " : E, q(p, a)])];
797
+ return n.firstChild && tt(n.firstChild) || n.isSelfClosing && Ce(n.parent) || o ? l.push(n.isSelfClosing ? " " : "") : l.push(e.bracketSameLine ? n.isSelfClosing ? " " : "" : n.isSelfClosing ? E : v), l;
798
+ }
799
+ function la(t8) {
800
+ return t8.firstChild && tt(t8.firstChild) ? "" : Bt(t8);
801
+ }
802
+ function rt(t8, e, r) {
803
+ let { node: n } = t8;
804
+ return [_e(n, e), ua(t8, e, r), n.isSelfClosing ? "" : la(n)];
805
+ }
806
+ function _e(t8, e) {
807
+ return t8.prev && et(t8.prev) ? "" : [z(t8, e), kt(t8, e)];
808
+ }
809
+ function z(t8, e) {
810
+ return tt(t8) ? Bt(t8.parent) : j(t8) ? ge(t8.prev, e) : "";
811
+ }
812
+ var es = "<!doctype";
813
+ function kt(t8, e) {
814
+ switch (t8.type) {
815
+ case "ieConditionalComment":
816
+ case "ieConditionalStartComment":
817
+ return `<!--[if ${t8.condition}`;
818
+ case "ieConditionalEndComment":
819
+ return "<!--<!";
820
+ case "interpolation":
821
+ return "{{";
822
+ case "docType": {
823
+ if (t8.value === "html") {
824
+ let n = _nullishCoalesce(e.filepath, () => ( ""));
825
+ if (/\.html?$/u.test(n)) return es;
826
+ }
827
+ return e.originalText.slice(X(t8), J(t8)).slice(0, es.length);
828
+ }
829
+ case "angularIcuExpression":
830
+ return "{";
831
+ case "element":
832
+ if (t8.condition) return `<!--[if ${t8.condition}]><!--><${t8.rawName}`;
833
+ default:
834
+ return `<${t8.rawName}`;
835
+ }
836
+ }
837
+ function Bt(t8) {
838
+ switch (Dr(!t8.isSelfClosing), t8.type) {
839
+ case "ieConditionalComment":
840
+ return "]>";
841
+ case "element":
842
+ if (t8.condition) return "><!--<![endif]-->";
843
+ default:
844
+ return ">";
845
+ }
846
+ }
847
+ function ca(t8, e) {
848
+ if (!t8.endSourceSpan) return "";
849
+ let r = t8.startSourceSpan.end.offset;
850
+ t8.firstChild && tt(t8.firstChild) && (r -= Bt(t8).length);
851
+ let n = t8.endSourceSpan.start.offset;
852
+ return t8.lastChild && Se(t8.lastChild) ? n += xt(t8, e).length : Ce(t8) && (n -= ge(t8.lastChild, e).length), e.originalText.slice(r, n);
853
+ }
854
+ var Lt = ca;
855
+ var pa = /* @__PURE__ */ new Set(["if", "else if", "for", "switch", "case"]);
856
+ function ha(t8, e) {
857
+ let { node: r } = t8;
858
+ switch (r.type) {
859
+ case "element":
860
+ if (U(r) || r.type === "interpolation") return;
861
+ if (!r.isSelfClosing && wt(r, e)) {
862
+ let n = gr(r, e);
863
+ return n ? async (s, i) => {
864
+ let a = Lt(r, e), o = /^\s*$/u.test(a), u = "";
865
+ return o || (u = await s(mr(a), { parser: n, __embeddedInHtml: true }), o = u === ""), [z(r, e), _(rt(t8, e, i)), o ? "" : S, u, o ? "" : S, Ze(r, e), W(r, e)];
866
+ } : void 0;
867
+ }
868
+ break;
869
+ case "text":
870
+ if (U(r.parent)) {
871
+ let n = gr(r.parent, e);
872
+ if (n) return async (s) => {
873
+ let i = n === "markdown" ? Cr(r.value.replace(/^[^\S\n]*\n/u, "")) : r.value, a = { parser: n, __embeddedInHtml: true };
874
+ if (e.parser === "html" && n === "babel") {
875
+ let o = "script", { attrMap: u } = r.parent;
876
+ u && (u.type === "module" || u.type === "text/babel" && u["data-type"] === "module") && (o = "module"), a.__babelSourceType = o;
877
+ }
878
+ return [ne, z(r, e), await s(i, a), W(r, e)];
879
+ };
880
+ } else if (r.parent.type === "interpolation") return async (n) => {
881
+ let s = { __isInHtmlInterpolation: true, __embeddedInHtml: true };
882
+ return e.parser === "angular" ? s.parser = "__ng_interpolation" : e.parser === "vue" ? s.parser = Le(t8, e) ? "__vue_ts_expression" : "__vue_expression" : s.parser = "__js_expression", [k([E, await n(r.value, s)]), r.parent.next && j(r.parent.next) ? " " : E];
883
+ };
884
+ break;
885
+ case "attribute":
886
+ return Jn(t8, e);
887
+ case "front-matter":
888
+ return (n) => dn(r, n);
889
+ case "angularControlFlowBlockParameters":
890
+ return pa.has(t8.parent.name) ? gn : void 0;
891
+ case "angularLetDeclarationInitializer":
892
+ return (n) => T(r.value, n, { parser: "__ng_binding", __isInHtmlAttribute: false });
893
+ }
894
+ }
895
+ var rs = ha;
896
+ var nt = null;
897
+ function st(t8) {
898
+ if (nt !== null && typeof nt.property) {
899
+ let e = nt;
900
+ return nt = st.prototype = null, e;
901
+ }
902
+ return nt = st.prototype = _nullishCoalesce(t8, () => ( /* @__PURE__ */ Object.create(null))), new st();
903
+ }
904
+ var ma = 10;
905
+ for (let t8 = 0; t8 <= ma; t8++) st();
906
+ function vr(t8) {
907
+ return st(t8);
908
+ }
909
+ function fa(t8, e = "type") {
910
+ vr(t8);
911
+ function r(n) {
912
+ let s = n[e], i = t8[s];
913
+ if (!Array.isArray(i)) throw Object.assign(new Error(`Missing visitor keys for '${s}'.`), { node: n });
914
+ return i;
915
+ }
916
+ return r;
917
+ }
918
+ var ns = fa;
919
+ var da = { "front-matter": [], root: ["children"], element: ["attrs", "children"], ieConditionalComment: ["children"], ieConditionalStartComment: [], ieConditionalEndComment: [], interpolation: ["children"], text: ["children"], docType: [], comment: [], attribute: [], cdata: [], angularControlFlowBlock: ["children", "parameters"], angularControlFlowBlockParameters: ["children"], angularControlFlowBlockParameter: [], angularLetDeclaration: ["init"], angularLetDeclarationInitializer: [], angularIcuExpression: ["cases"], angularIcuCase: ["expression"] };
920
+ var ss = da;
921
+ var ga = ns(ss);
922
+ var is = ga;
923
+ function as(t8) {
924
+ return /^\s*<!--\s*@(?:format|prettier)\s*-->/u.test(t8);
925
+ }
926
+ function os(t8) {
927
+ return `<!-- @format -->
928
+
929
+ ` + t8;
930
+ }
931
+ var us = /* @__PURE__ */ new Map([["if", /* @__PURE__ */ new Set(["else if", "else"])], ["else if", /* @__PURE__ */ new Set(["else if", "else"])], ["for", /* @__PURE__ */ new Set(["empty"])], ["defer", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])], ["placeholder", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])], ["error", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])], ["loading", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])]]);
932
+ function ls(t8) {
933
+ let e = J(t8);
934
+ return t8.type === "element" && !t8.endSourceSpan && Fe(t8.children) ? Math.max(e, ls(se(false, t8.children, -1))) : e;
935
+ }
936
+ function it(t8, e, r) {
937
+ let n = t8.node;
938
+ if (me(n)) {
939
+ let s = ls(n);
940
+ return [z(n, e), B(N.trimEnd(e.originalText.slice(X(n) + (n.prev && et(n.prev) ? kt(n).length : 0), s - (n.next && j(n.next) ? ge(n, e).length : 0)))), W(n, e)];
941
+ }
942
+ return r();
943
+ }
944
+ function Ft(t8, e) {
945
+ return O(t8) && O(e) ? t8.isTrailingSpaceSensitive ? t8.hasTrailingSpaces ? vt(e) ? S : E : "" : vt(e) ? S : v : et(t8) && (me(e) || e.firstChild || e.isSelfClosing || e.type === "element" && e.attrs.length > 0) || t8.type === "element" && t8.isSelfClosing && j(e) ? "" : !e.isLeadingSpaceSensitive || vt(e) || j(e) && t8.lastChild && Se(t8.lastChild) && t8.lastChild.lastChild && Se(t8.lastChild.lastChild) ? S : e.hasLeadingSpaces ? E : v;
946
+ }
947
+ function Ne(t8, e, r) {
948
+ let { node: n } = t8;
949
+ if (dr(n)) return [ne, ...t8.map((i) => {
950
+ let a = i.node, o = a.prev ? Ft(a.prev, a) : "";
951
+ return [o ? [o, Qe(a.prev) ? S : ""] : "", it(i, e, r)];
952
+ }, "children")];
953
+ let s = n.children.map(() => Symbol(""));
954
+ return t8.map((i, a) => {
955
+ let o = i.node;
956
+ if (O(o)) {
957
+ if (o.prev && O(o.prev)) {
958
+ let A = Ft(o.prev, o);
959
+ if (A) return Qe(o.prev) ? [S, S, it(i, e, r)] : [A, it(i, e, r)];
960
+ }
961
+ return it(i, e, r);
962
+ }
963
+ let u = [], p = [], l = [], f = [], d = o.prev ? Ft(o.prev, o) : "", C = o.next ? Ft(o, o.next) : "";
964
+ return d && (Qe(o.prev) ? u.push(S, S) : d === S ? u.push(S) : O(o.prev) ? p.push(d) : p.push(le("", v, { groupId: s[a - 1] }))), C && (Qe(o) ? O(o.next) && f.push(S, S) : C === S ? O(o.next) && f.push(S) : l.push(C)), [...u, _([...p, _([it(i, e, r), ...l], { id: s[a] })]), ...f];
965
+ }, "children");
966
+ }
967
+ function cs(t8, e, r) {
968
+ let { node: n } = t8, s = [];
969
+ Ca(t8) && s.push("} "), s.push("@", n.name), n.parameters && s.push(" (", _(r("parameters")), ")"), s.push(" {");
970
+ let i = ps(n);
971
+ return n.children.length > 0 ? (n.firstChild.hasLeadingSpaces = true, n.lastChild.hasTrailingSpaces = true, s.push(k([S, Ne(t8, e, r)])), i && s.push(S, "}")) : i && s.push("}"), _(s, { shouldBreak: true });
972
+ }
973
+ function ps(t8) {
974
+ var e, r;
975
+ return !(((e = t8.next) == null ? void 0 : e.type) === "angularControlFlowBlock" && ((r = us.get(t8.name)) != null && r.has(t8.next.name)));
976
+ }
977
+ function Ca(t8) {
978
+ let { previous: e } = t8;
979
+ return (e == null ? void 0 : e.type) === "angularControlFlowBlock" && !me(e) && !ps(e);
980
+ }
981
+ function hs(t8, e, r) {
982
+ return [k([v, q([";", E], t8.map(r, "children"))]), v];
983
+ }
984
+ function ms(t8, e, r) {
985
+ let { node: n } = t8;
986
+ return [_e(n, e), _([n.switchValue.trim(), ", ", n.clause, n.cases.length > 0 ? [",", k([E, q(E, t8.map(r, "cases"))])] : "", v]), de(n, e)];
987
+ }
988
+ function fs(t8, e, r) {
989
+ let { node: n } = t8;
990
+ return [n.value, " {", _([k([v, t8.map(({ node: s }) => s.type === "text" && !N.trim(s.value) ? "" : r(), "expression")]), v]), "}"];
991
+ }
992
+ function ds(t8, e, r) {
993
+ let { node: n } = t8;
994
+ if (Dt(n, e)) return [z(n, e), _(rt(t8, e, r)), B(Lt(n, e)), ...Ze(n, e), W(n, e)];
995
+ let s = n.children.length === 1 && (n.firstChild.type === "interpolation" || n.firstChild.type === "angularIcuExpression") && n.firstChild.isLeadingSpaceSensitive && !n.firstChild.hasLeadingSpaces && n.lastChild.isTrailingSpaceSensitive && !n.lastChild.hasTrailingSpaces, i = Symbol("element-attr-group-id"), a = (l) => _([_(rt(t8, e, r), { id: i }), l, Ze(n, e)]), o = (l) => s ? on(l, { groupId: i }) : (U(n) || Je(n, e)) && n.parent.type === "root" && e.parser === "vue" && !e.vueIndentScriptAndStyle ? l : k(l), u = () => s ? le(v, "", { groupId: i }) : n.firstChild.hasLeadingSpaces && n.firstChild.isLeadingSpaceSensitive ? E : n.firstChild.type === "text" && n.isWhitespaceSensitive && n.isIndentationSensitive ? sn(v) : v, p = () => (n.next ? j(n.next) : Ce(n.parent)) ? n.lastChild.hasTrailingSpaces && n.lastChild.isTrailingSpaceSensitive ? " " : "" : s ? le(v, "", { groupId: i }) : n.lastChild.hasTrailingSpaces && n.lastChild.isTrailingSpaceSensitive ? E : (n.lastChild.type === "comment" || n.lastChild.type === "text" && n.isWhitespaceSensitive && n.isIndentationSensitive) && new RegExp(`\\n[\\t ]{${e.tabWidth * (t8.ancestors.length - 1)}}$`, "u").test(n.lastChild.value) ? "" : v;
996
+ return n.children.length === 0 ? a(n.hasDanglingSpaces && n.isDanglingSpaceSensitive ? E : "") : a([xn(n) ? ne : "", o([u(), Ne(t8, e, r)]), p()]);
997
+ }
998
+ function at(t8) {
999
+ return t8 >= 9 && t8 <= 32 || t8 == 160;
1000
+ }
1001
+ function Nt(t8) {
1002
+ return 48 <= t8 && t8 <= 57;
1003
+ }
1004
+ function ot(t8) {
1005
+ return t8 >= 97 && t8 <= 122 || t8 >= 65 && t8 <= 90;
1006
+ }
1007
+ function gs(t8) {
1008
+ return t8 >= 97 && t8 <= 102 || t8 >= 65 && t8 <= 70 || Nt(t8);
1009
+ }
1010
+ function Pt(t8) {
1011
+ return t8 === 10 || t8 === 13;
1012
+ }
1013
+ function yr(t8) {
1014
+ return 48 <= t8 && t8 <= 55;
1015
+ }
1016
+ function It(t8) {
1017
+ return t8 === 39 || t8 === 34 || t8 === 96;
1018
+ }
1019
+ var Sa = /-+([a-z0-9])/g;
1020
+ function Ss(t8) {
1021
+ return t8.replace(Sa, (...e) => e[1].toUpperCase());
1022
+ }
1023
+ var ie = class t {
1024
+ constructor(e, r, n, s) {
1025
+ this.file = e, this.offset = r, this.line = n, this.col = s;
1026
+ }
1027
+ toString() {
1028
+ return this.offset != null ? `${this.file.url}@${this.line}:${this.col}` : this.file.url;
1029
+ }
1030
+ moveBy(e) {
1031
+ let r = this.file.content, n = r.length, s = this.offset, i = this.line, a = this.col;
1032
+ for (; s > 0 && e < 0; ) if (s--, e++, r.charCodeAt(s) == 10) {
1033
+ i--;
1034
+ let u = r.substring(0, s - 1).lastIndexOf(String.fromCharCode(10));
1035
+ a = u > 0 ? s - u : s;
1036
+ } else a--;
1037
+ for (; s < n && e > 0; ) {
1038
+ let o = r.charCodeAt(s);
1039
+ s++, e--, o == 10 ? (i++, a = 0) : a++;
1040
+ }
1041
+ return new t(this.file, s, i, a);
1042
+ }
1043
+ getContext(e, r) {
1044
+ let n = this.file.content, s = this.offset;
1045
+ if (s != null) {
1046
+ s > n.length - 1 && (s = n.length - 1);
1047
+ let i = s, a = 0, o = 0;
1048
+ for (; a < e && s > 0 && (s--, a++, !(n[s] == `
1049
+ ` && ++o == r)); ) ;
1050
+ for (a = 0, o = 0; a < e && i < n.length - 1 && (i++, a++, !(n[i] == `
1051
+ ` && ++o == r)); ) ;
1052
+ return { before: n.substring(s, this.offset), after: n.substring(this.offset, i + 1) };
1053
+ }
1054
+ return null;
1055
+ }
1056
+ };
1057
+ var Ee = class {
1058
+ constructor(e, r) {
1059
+ this.content = e, this.url = r;
1060
+ }
1061
+ };
1062
+ var h = class {
1063
+ constructor(e, r, n = e, s = null) {
1064
+ this.start = e, this.end = r, this.fullStart = n, this.details = s;
1065
+ }
1066
+ toString() {
1067
+ return this.start.file.content.substring(this.start.offset, this.end.offset);
1068
+ }
1069
+ };
1070
+ var Rt;
1071
+ (function(t8) {
1072
+ t8[t8.WARNING = 0] = "WARNING", t8[t8.ERROR = 1] = "ERROR";
1073
+ })(Rt || (Rt = {}));
1074
+ var Ie = class {
1075
+ constructor(e, r, n = Rt.ERROR) {
1076
+ this.span = e, this.msg = r, this.level = n;
1077
+ }
1078
+ contextualMessage() {
1079
+ let e = this.span.start.getContext(100, 3);
1080
+ return e ? `${this.msg} ("${e.before}[${Rt[this.level]} ->]${e.after}")` : this.msg;
1081
+ }
1082
+ toString() {
1083
+ let e = this.span.details ? `, ${this.span.details}` : "";
1084
+ return `${this.contextualMessage()}: ${this.span.start}${e}`;
1085
+ }
1086
+ };
1087
+ var _a = [Aa, Da, ya, ba, Ta, Ba, xa, ka, La, wa];
1088
+ function Ea(t8, e) {
1089
+ for (let r of _a) r(t8, e);
1090
+ return t8;
1091
+ }
1092
+ function Aa(t8) {
1093
+ t8.walk((e) => {
1094
+ if (e.type === "element" && e.tagDefinition.ignoreFirstLf && e.children.length > 0 && e.children[0].type === "text" && e.children[0].value[0] === `
1095
+ `) {
1096
+ let r = e.children[0];
1097
+ r.value.length === 1 ? e.removeChild(r) : r.value = r.value.slice(1);
1098
+ }
1099
+ });
1100
+ }
1101
+ function Da(t8) {
1102
+ let e = (r) => {
1103
+ var n, s;
1104
+ return r.type === "element" && ((n = r.prev) == null ? void 0 : n.type) === "ieConditionalStartComment" && r.prev.sourceSpan.end.offset === r.startSourceSpan.start.offset && ((s = r.firstChild) == null ? void 0 : s.type) === "ieConditionalEndComment" && r.firstChild.sourceSpan.start.offset === r.startSourceSpan.end.offset;
1105
+ };
1106
+ t8.walk((r) => {
1107
+ if (r.children) for (let n = 0; n < r.children.length; n++) {
1108
+ let s = r.children[n];
1109
+ if (!e(s)) continue;
1110
+ let i = s.prev, a = s.firstChild;
1111
+ r.removeChild(i), n--;
1112
+ let o = new h(i.sourceSpan.start, a.sourceSpan.end), u = new h(o.start, s.sourceSpan.end);
1113
+ s.condition = i.condition, s.sourceSpan = u, s.startSourceSpan = o, s.removeChild(a);
1114
+ }
1115
+ });
1116
+ }
1117
+ function va(t8, e, r) {
1118
+ t8.walk((n) => {
1119
+ if (n.children) for (let s = 0; s < n.children.length; s++) {
1120
+ let i = n.children[s];
1121
+ if (i.type !== "text" && !e(i)) continue;
1122
+ i.type !== "text" && (i.type = "text", i.value = r(i));
1123
+ let a = i.prev;
1124
+ !a || a.type !== "text" || (a.value += i.value, a.sourceSpan = new h(a.sourceSpan.start, i.sourceSpan.end), n.removeChild(i), s--);
1125
+ }
1126
+ });
1127
+ }
1128
+ function ya(t8) {
1129
+ return va(t8, (e) => e.type === "cdata", (e) => `<![CDATA[${e.value}]]>`);
1130
+ }
1131
+ function wa(t8) {
1132
+ let e = (r) => {
1133
+ var n, s;
1134
+ return r.type === "element" && r.attrs.length === 0 && r.children.length === 1 && r.firstChild.type === "text" && !N.hasWhitespaceCharacter(r.children[0].value) && !r.firstChild.hasLeadingSpaces && !r.firstChild.hasTrailingSpaces && r.isLeadingSpaceSensitive && !r.hasLeadingSpaces && r.isTrailingSpaceSensitive && !r.hasTrailingSpaces && ((n = r.prev) == null ? void 0 : n.type) === "text" && ((s = r.next) == null ? void 0 : s.type) === "text";
1135
+ };
1136
+ t8.walk((r) => {
1137
+ if (r.children) for (let n = 0; n < r.children.length; n++) {
1138
+ let s = r.children[n];
1139
+ if (!e(s)) continue;
1140
+ let i = s.prev, a = s.next;
1141
+ i.value += `<${s.rawName}>` + s.firstChild.value + `</${s.rawName}>` + a.value, i.sourceSpan = new h(i.sourceSpan.start, a.sourceSpan.end), i.isTrailingSpaceSensitive = a.isTrailingSpaceSensitive, i.hasTrailingSpaces = a.hasTrailingSpaces, r.removeChild(s), n--, r.removeChild(a);
1142
+ }
1143
+ });
1144
+ }
1145
+ function ba(t8, e) {
1146
+ if (e.parser === "html") return;
1147
+ let r = /\{\{(.+?)\}\}/su;
1148
+ t8.walk((n) => {
1149
+ if (vn(n)) for (let s of n.children) {
1150
+ if (s.type !== "text") continue;
1151
+ let i = s.sourceSpan.start, a = null, o = s.value.split(r);
1152
+ for (let u = 0; u < o.length; u++, i = a) {
1153
+ let p = o[u];
1154
+ if (u % 2 === 0) {
1155
+ a = i.moveBy(p.length), p.length > 0 && n.insertChildBefore(s, { type: "text", value: p, sourceSpan: new h(i, a) });
1156
+ continue;
1157
+ }
1158
+ a = i.moveBy(p.length + 4), n.insertChildBefore(s, { type: "interpolation", sourceSpan: new h(i, a), children: p.length === 0 ? [] : [{ type: "text", value: p, sourceSpan: new h(i.moveBy(2), a.moveBy(-2)) }] });
1159
+ }
1160
+ n.removeChild(s);
1161
+ }
1162
+ });
1163
+ }
1164
+ function Ta(t8) {
1165
+ t8.walk((e) => {
1166
+ if (!e.children) return;
1167
+ if (e.children.length === 0 || e.children.length === 1 && e.children[0].type === "text" && N.trim(e.children[0].value).length === 0) {
1168
+ e.hasDanglingSpaces = e.children.length > 0, e.children = [];
1169
+ return;
1170
+ }
1171
+ let r = yn(e), n = fr(e);
1172
+ if (!r) for (let s = 0; s < e.children.length; s++) {
1173
+ let i = e.children[s];
1174
+ if (i.type !== "text") continue;
1175
+ let { leadingWhitespace: a, text: o, trailingWhitespace: u } = Dn(i.value), p = i.prev, l = i.next;
1176
+ o ? (i.value = o, i.sourceSpan = new h(i.sourceSpan.start.moveBy(a.length), i.sourceSpan.end.moveBy(-u.length)), a && (p && (p.hasTrailingSpaces = true), i.hasLeadingSpaces = true), u && (i.hasTrailingSpaces = true, l && (l.hasLeadingSpaces = true))) : (e.removeChild(i), s--, (a || u) && (p && (p.hasTrailingSpaces = true), l && (l.hasLeadingSpaces = true)));
1177
+ }
1178
+ e.isWhitespaceSensitive = r, e.isIndentationSensitive = n;
1179
+ });
1180
+ }
1181
+ function xa(t8) {
1182
+ t8.walk((e) => {
1183
+ e.isSelfClosing = !e.children || e.type === "element" && (e.tagDefinition.isVoid || e.endSourceSpan && e.startSourceSpan.start === e.endSourceSpan.start && e.startSourceSpan.end === e.endSourceSpan.end);
1184
+ });
1185
+ }
1186
+ function ka(t8, e) {
1187
+ t8.walk((r) => {
1188
+ r.type === "element" && (r.hasHtmComponentClosingTag = r.endSourceSpan && /^<\s*\/\s*\/\s*>$/u.test(e.originalText.slice(r.endSourceSpan.start.offset, r.endSourceSpan.end.offset)));
1189
+ });
1190
+ }
1191
+ function Ba(t8, e) {
1192
+ t8.walk((r) => {
1193
+ r.cssDisplay = Pn(r, e);
1194
+ });
1195
+ }
1196
+ function La(t8, e) {
1197
+ t8.walk((r) => {
1198
+ let { children: n } = r;
1199
+ if (n) {
1200
+ if (n.length === 0) {
1201
+ r.isDanglingSpaceSensitive = Tn(r);
1202
+ return;
1203
+ }
1204
+ for (let s of n) s.isLeadingSpaceSensitive = wn(s, e), s.isTrailingSpaceSensitive = bn(s, e);
1205
+ for (let s = 0; s < n.length; s++) {
1206
+ let i = n[s];
1207
+ i.isLeadingSpaceSensitive = (s === 0 || i.prev.isTrailingSpaceSensitive) && i.isLeadingSpaceSensitive, i.isTrailingSpaceSensitive = (s === n.length - 1 || i.next.isLeadingSpaceSensitive) && i.isTrailingSpaceSensitive;
1208
+ }
1209
+ }
1210
+ });
1211
+ }
1212
+ var _s = Ea;
1213
+ function Fa(t8, e, r) {
1214
+ let { node: n } = t8;
1215
+ switch (n.type) {
1216
+ case "front-matter":
1217
+ return B(n.raw);
1218
+ case "root":
1219
+ return e.__onHtmlRoot && e.__onHtmlRoot(n), [_(Ne(t8, e, r)), S];
1220
+ case "element":
1221
+ case "ieConditionalComment":
1222
+ return ds(t8, e, r);
1223
+ case "angularControlFlowBlock":
1224
+ return cs(t8, e, r);
1225
+ case "angularControlFlowBlockParameters":
1226
+ return hs(t8, e, r);
1227
+ case "angularControlFlowBlockParameter":
1228
+ return N.trim(n.expression);
1229
+ case "angularLetDeclaration":
1230
+ return _(["@let ", _([n.id, " =", _(k([E, r("init")]))]), ";"]);
1231
+ case "angularLetDeclarationInitializer":
1232
+ return n.value;
1233
+ case "angularIcuExpression":
1234
+ return ms(t8, e, r);
1235
+ case "angularIcuCase":
1236
+ return fs(t8, e, r);
1237
+ case "ieConditionalStartComment":
1238
+ case "ieConditionalEndComment":
1239
+ return [_e(n), de(n)];
1240
+ case "interpolation":
1241
+ return [_e(n, e), ...t8.map(r, "children"), de(n, e)];
1242
+ case "text": {
1243
+ if (n.parent.type === "interpolation") {
1244
+ let o = /\n[^\S\n]*$/u, u = o.test(n.value), p = u ? n.value.replace(o, "") : n.value;
1245
+ return [B(p), u ? S : ""];
1246
+ }
1247
+ let s = z(n, e), i = bt(n), a = W(n, e);
1248
+ return i[0] = [s, i[0]], i.push([i.pop(), a]), Et(i);
1249
+ }
1250
+ case "docType":
1251
+ return [_([_e(n, e), " ", w(false, n.value.replace(/^html\b/iu, "html"), /\s+/gu, " ")]), de(n, e)];
1252
+ case "comment":
1253
+ return [z(n, e), B(e.originalText.slice(X(n), J(n))), W(n, e)];
1254
+ case "attribute": {
1255
+ if (n.value === null) return n.rawName;
1256
+ let s = Sr(n.value), i = cn(s, '"');
1257
+ return [n.rawName, "=", i, B(i === '"' ? w(false, s, '"', "&quot;") : w(false, s, "'", "&apos;")), i];
1258
+ }
1259
+ case "cdata":
1260
+ default:
1261
+ throw new hn(n, "HTML");
1262
+ }
1263
+ }
1264
+ var Na = { preprocess: _s, print: Fa, insertPragma: os, massageAstNode: fn, embed: rs, getVisitorKeys: is };
1265
+ var Es = Na;
1266
+ var As = [{ linguistLanguageId: 146, name: "Angular", type: "markup", tmScope: "text.html.basic", aceMode: "html", codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", color: "#e34c26", aliases: ["xhtml"], extensions: [".component.html"], parsers: ["angular"], vscodeLanguageIds: ["html"], filenames: [] }, { linguistLanguageId: 146, name: "HTML", type: "markup", tmScope: "text.html.basic", aceMode: "html", codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", color: "#e34c26", aliases: ["xhtml"], extensions: [".html", ".hta", ".htm", ".html.hl", ".inc", ".xht", ".xhtml", ".mjml"], parsers: ["html"], vscodeLanguageIds: ["html"] }, { linguistLanguageId: 146, name: "Lightning Web Components", type: "markup", tmScope: "text.html.basic", aceMode: "html", codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", color: "#e34c26", aliases: ["xhtml"], extensions: [], parsers: ["lwc"], vscodeLanguageIds: ["html"], filenames: [] }, { linguistLanguageId: 391, name: "Vue", type: "markup", color: "#41b883", extensions: [".vue"], tmScope: "text.html.vue", aceMode: "html", parsers: ["vue"], vscodeLanguageIds: ["vue"] }];
1267
+ var wr = { bracketSpacing: { category: "Common", type: "boolean", default: true, description: "Print spaces between brackets.", oppositeDescription: "Do not print spaces between brackets." }, singleQuote: { category: "Common", type: "boolean", default: false, description: "Use single quotes instead of double quotes." }, proseWrap: { category: "Common", type: "choice", default: "preserve", description: "How to wrap prose.", choices: [{ value: "always", description: "Wrap prose if it exceeds the print width." }, { value: "never", description: "Do not wrap prose." }, { value: "preserve", description: "Wrap prose as-is." }] }, bracketSameLine: { category: "Common", type: "boolean", default: false, description: "Put > of opening tags on the last line instead of on a new line." }, singleAttributePerLine: { category: "Common", type: "boolean", default: false, description: "Enforce single attribute per line in HTML, Vue and JSX." } };
1268
+ var Ds = "HTML";
1269
+ var Pa = { bracketSameLine: wr.bracketSameLine, htmlWhitespaceSensitivity: { category: Ds, type: "choice", default: "css", description: "How to handle whitespaces in HTML.", choices: [{ value: "css", description: "Respect the default value of CSS display property." }, { value: "strict", description: "Whitespaces are considered sensitive." }, { value: "ignore", description: "Whitespaces are considered insensitive." }] }, singleAttributePerLine: wr.singleAttributePerLine, vueIndentScriptAndStyle: { category: Ds, type: "boolean", default: false, description: "Indent script and style tags in Vue files." } };
1270
+ var vs = Pa;
1271
+ var Gr = {};
1272
+ Jr(Gr, { angular: () => Fo, html: () => Lo, lwc: () => Po, vue: () => No });
1273
+ var Cp = new RegExp(`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`, "g");
1274
+ var ys;
1275
+ (function(t8) {
1276
+ t8[t8.Emulated = 0] = "Emulated", t8[t8.None = 2] = "None", t8[t8.ShadowDom = 3] = "ShadowDom";
1277
+ })(ys || (ys = {}));
1278
+ var ws;
1279
+ (function(t8) {
1280
+ t8[t8.OnPush = 0] = "OnPush", t8[t8.Default = 1] = "Default";
1281
+ })(ws || (ws = {}));
1282
+ var bs;
1283
+ (function(t8) {
1284
+ t8[t8.None = 0] = "None", t8[t8.SignalBased = 1] = "SignalBased", t8[t8.HasDecoratorInputTransform = 2] = "HasDecoratorInputTransform";
1285
+ })(bs || (bs = {}));
1286
+ var br = { name: "custom-elements" };
1287
+ var Tr = { name: "no-errors-schema" };
1288
+ var Z;
1289
+ (function(t8) {
1290
+ t8[t8.NONE = 0] = "NONE", t8[t8.HTML = 1] = "HTML", t8[t8.STYLE = 2] = "STYLE", t8[t8.SCRIPT = 3] = "SCRIPT", t8[t8.URL = 4] = "URL", t8[t8.RESOURCE_URL = 5] = "RESOURCE_URL";
1291
+ })(Z || (Z = {}));
1292
+ var Ts;
1293
+ (function(t8) {
1294
+ t8[t8.Error = 0] = "Error", t8[t8.Warning = 1] = "Warning", t8[t8.Ignore = 2] = "Ignore";
1295
+ })(Ts || (Ts = {}));
1296
+ var I;
1297
+ (function(t8) {
1298
+ t8[t8.RAW_TEXT = 0] = "RAW_TEXT", t8[t8.ESCAPABLE_RAW_TEXT = 1] = "ESCAPABLE_RAW_TEXT", t8[t8.PARSABLE_DATA = 2] = "PARSABLE_DATA";
1299
+ })(I || (I = {}));
1300
+ function ut(t8, e = true) {
1301
+ if (t8[0] != ":") return [null, t8];
1302
+ let r = t8.indexOf(":", 1);
1303
+ if (r === -1) {
1304
+ if (e) throw new Error(`Unsupported format "${t8}" expecting ":namespace:name"`);
1305
+ return [null, t8];
1306
+ }
1307
+ return [t8.slice(1, r), t8.slice(r + 1)];
1308
+ }
1309
+ function xr(t8) {
1310
+ return ut(t8)[1] === "ng-container";
1311
+ }
1312
+ function kr(t8) {
1313
+ return ut(t8)[1] === "ng-content";
1314
+ }
1315
+ function Re(t8) {
1316
+ return t8 === null ? null : ut(t8)[0];
1317
+ }
1318
+ function Oe(t8, e) {
1319
+ return t8 ? `:${t8}:${e}` : e;
1320
+ }
1321
+ var $t;
1322
+ function Br() {
1323
+ return $t || ($t = {}, Ot(Z.HTML, ["iframe|srcdoc", "*|innerHTML", "*|outerHTML"]), Ot(Z.STYLE, ["*|style"]), Ot(Z.URL, ["*|formAction", "area|href", "area|ping", "audio|src", "a|href", "a|ping", "blockquote|cite", "body|background", "del|cite", "form|action", "img|src", "input|src", "ins|cite", "q|cite", "source|src", "track|src", "video|poster", "video|src"]), Ot(Z.RESOURCE_URL, ["applet|code", "applet|codebase", "base|href", "embed|src", "frame|src", "head|profile", "html|manifest", "iframe|src", "link|href", "media|src", "object|codebase", "object|data", "script|src"])), $t;
1324
+ }
1325
+ function Ot(t8, e) {
1326
+ for (let r of e) $t[r.toLowerCase()] = t8;
1327
+ }
1328
+ var Mt = class {
1329
+ };
1330
+ var Ia = "boolean";
1331
+ var Ra = "number";
1332
+ var Oa = "string";
1333
+ var $a = "object";
1334
+ var Ma = ["[Element]|textContent,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColSpan,%ariaCurrent,%ariaDescription,%ariaDisabled,%ariaExpanded,%ariaHasPopup,%ariaHidden,%ariaKeyShortcuts,%ariaLabel,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored", "[HTMLElement]^[Element]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,!inert,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy", "abbr,address,article,aside,b,bdi,bdo,cite,content,code,dd,dfn,dt,em,figcaption,figure,footer,header,hgroup,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy", "media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,!preservesPitch,src,%srcObject,#volume", ":svg:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex", ":svg:graphics^:svg:|", ":svg:animation^:svg:|*begin,*end,*repeat", ":svg:geometry^:svg:|", ":svg:componentTransferFunction^:svg:|", ":svg:gradient^:svg:|", ":svg:textContent^:svg:graphics|", ":svg:textPositioning^:svg:textContent|", "a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,rev,search,shape,target,text,type,username", "area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,search,shape,target,username", "audio^media|", "br^[HTMLElement]|clear", "base^[HTMLElement]|href,target", "body^[HTMLElement]|aLink,background,bgColor,link,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink", "button^[HTMLElement]|!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value", "canvas^[HTMLElement]|#height,#width", "content^[HTMLElement]|select", "dl^[HTMLElement]|!compact", "data^[HTMLElement]|value", "datalist^[HTMLElement]|", "details^[HTMLElement]|!open", "dialog^[HTMLElement]|!open,returnValue", "dir^[HTMLElement]|!compact", "div^[HTMLElement]|align", "embed^[HTMLElement]|align,height,name,src,type,width", "fieldset^[HTMLElement]|!disabled,name", "font^[HTMLElement]|color,face,size", "form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target", "frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src", "frameset^[HTMLElement]|cols,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows", "hr^[HTMLElement]|align,color,!noShade,size,width", "head^[HTMLElement]|", "h1,h2,h3,h4,h5,h6^[HTMLElement]|align", "html^[HTMLElement]|version", "iframe^[HTMLElement]|align,allow,!allowFullscreen,!allowPaymentRequest,csp,frameBorder,height,loading,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width", "img^[HTMLElement]|align,alt,border,%crossOrigin,decoding,#height,#hspace,!isMap,loading,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width", "input^[HTMLElement]|accept,align,alt,autocomplete,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width", "li^[HTMLElement]|type,#value", "label^[HTMLElement]|htmlFor", "legend^[HTMLElement]|align", "link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,imageSizes,imageSrcset,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type", "map^[HTMLElement]|name", "marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width", "menu^[HTMLElement]|!compact", "meta^[HTMLElement]|content,httpEquiv,media,name,scheme", "meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value", "ins,del^[HTMLElement]|cite,dateTime", "ol^[HTMLElement]|!compact,!reversed,#start,type", "object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width", "optgroup^[HTMLElement]|!disabled,label", "option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value", "output^[HTMLElement]|defaultValue,%htmlFor,name,value", "p^[HTMLElement]|align", "param^[HTMLElement]|name,type,value,valueType", "picture^[HTMLElement]|", "pre^[HTMLElement]|#width", "progress^[HTMLElement]|#max,#value", "q,blockquote,cite^[HTMLElement]|", "script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,!noModule,%referrerPolicy,src,text,type", "select^[HTMLElement]|autocomplete,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value", "slot^[HTMLElement]|name", "source^[HTMLElement]|#height,media,sizes,src,srcset,type,#width", "span^[HTMLElement]|", "style^[HTMLElement]|!disabled,media,type", "caption^[HTMLElement]|align", "th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width", "col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width", "table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width", "tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign", "tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign", "template^[HTMLElement]|", "textarea^[HTMLElement]|autocomplete,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap", "time^[HTMLElement]|dateTime", "title^[HTMLElement]|text", "track^[HTMLElement]|!default,kind,label,src,srclang", "ul^[HTMLElement]|!compact,type", "unknown^[HTMLElement]|", "video^media|!disablePictureInPicture,#height,*enterpictureinpicture,*leavepictureinpicture,!playsInline,poster,#width", ":svg:a^:svg:graphics|", ":svg:animate^:svg:animation|", ":svg:animateMotion^:svg:animation|", ":svg:animateTransform^:svg:animation|", ":svg:circle^:svg:geometry|", ":svg:clipPath^:svg:graphics|", ":svg:defs^:svg:graphics|", ":svg:desc^:svg:|", ":svg:discard^:svg:|", ":svg:ellipse^:svg:geometry|", ":svg:feBlend^:svg:|", ":svg:feColorMatrix^:svg:|", ":svg:feComponentTransfer^:svg:|", ":svg:feComposite^:svg:|", ":svg:feConvolveMatrix^:svg:|", ":svg:feDiffuseLighting^:svg:|", ":svg:feDisplacementMap^:svg:|", ":svg:feDistantLight^:svg:|", ":svg:feDropShadow^:svg:|", ":svg:feFlood^:svg:|", ":svg:feFuncA^:svg:componentTransferFunction|", ":svg:feFuncB^:svg:componentTransferFunction|", ":svg:feFuncG^:svg:componentTransferFunction|", ":svg:feFuncR^:svg:componentTransferFunction|", ":svg:feGaussianBlur^:svg:|", ":svg:feImage^:svg:|", ":svg:feMerge^:svg:|", ":svg:feMergeNode^:svg:|", ":svg:feMorphology^:svg:|", ":svg:feOffset^:svg:|", ":svg:fePointLight^:svg:|", ":svg:feSpecularLighting^:svg:|", ":svg:feSpotLight^:svg:|", ":svg:feTile^:svg:|", ":svg:feTurbulence^:svg:|", ":svg:filter^:svg:|", ":svg:foreignObject^:svg:graphics|", ":svg:g^:svg:graphics|", ":svg:image^:svg:graphics|decoding", ":svg:line^:svg:geometry|", ":svg:linearGradient^:svg:gradient|", ":svg:mpath^:svg:|", ":svg:marker^:svg:|", ":svg:mask^:svg:|", ":svg:metadata^:svg:|", ":svg:path^:svg:geometry|", ":svg:pattern^:svg:|", ":svg:polygon^:svg:geometry|", ":svg:polyline^:svg:geometry|", ":svg:radialGradient^:svg:gradient|", ":svg:rect^:svg:geometry|", ":svg:svg^:svg:graphics|#currentScale,#zoomAndPan", ":svg:script^:svg:|type", ":svg:set^:svg:animation|", ":svg:stop^:svg:|", ":svg:style^:svg:|!disabled,media,title,type", ":svg:switch^:svg:graphics|", ":svg:symbol^:svg:|", ":svg:tspan^:svg:textPositioning|", ":svg:text^:svg:textPositioning|", ":svg:textPath^:svg:textContent|", ":svg:title^:svg:|", ":svg:use^:svg:graphics|", ":svg:view^:svg:|#zoomAndPan", "data^[HTMLElement]|value", "keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name", "menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default", "summary^[HTMLElement]|", "time^[HTMLElement]|dateTime", ":svg:cursor^:svg:|", ":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex", ":math:math^:math:|", ":math:maction^:math:|", ":math:menclose^:math:|", ":math:merror^:math:|", ":math:mfenced^:math:|", ":math:mfrac^:math:|", ":math:mi^:math:|", ":math:mmultiscripts^:math:|", ":math:mn^:math:|", ":math:mo^:math:|", ":math:mover^:math:|", ":math:mpadded^:math:|", ":math:mphantom^:math:|", ":math:mroot^:math:|", ":math:mrow^:math:|", ":math:ms^:math:|", ":math:mspace^:math:|", ":math:msqrt^:math:|", ":math:mstyle^:math:|", ":math:msub^:math:|", ":math:msubsup^:math:|", ":math:msup^:math:|", ":math:mtable^:math:|", ":math:mtd^:math:|", ":math:mtext^:math:|", ":math:mtr^:math:|", ":math:munder^:math:|", ":math:munderover^:math:|", ":math:semantics^:math:|"];
1335
+ var xs = new Map(Object.entries({ class: "className", for: "htmlFor", formaction: "formAction", innerHtml: "innerHTML", readonly: "readOnly", tabindex: "tabIndex" }));
1336
+ var qa = Array.from(xs).reduce((t8, [e, r]) => (t8.set(e, r), t8), /* @__PURE__ */ new Map());
1337
+ var qt = class extends Mt {
1338
+ constructor() {
1339
+ super(), this._schema = /* @__PURE__ */ new Map(), this._eventSchema = /* @__PURE__ */ new Map(), Ma.forEach((e) => {
1340
+ let r = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Set(), [s, i] = e.split("|"), a = i.split(","), [o, u] = s.split("^");
1341
+ o.split(",").forEach((l) => {
1342
+ this._schema.set(l.toLowerCase(), r), this._eventSchema.set(l.toLowerCase(), n);
1343
+ });
1344
+ let p = u && this._schema.get(u.toLowerCase());
1345
+ if (p) {
1346
+ for (let [l, f] of p) r.set(l, f);
1347
+ for (let l of this._eventSchema.get(u.toLowerCase())) n.add(l);
1348
+ }
1349
+ a.forEach((l) => {
1350
+ if (l.length > 0) switch (l[0]) {
1351
+ case "*":
1352
+ n.add(l.substring(1));
1353
+ break;
1354
+ case "!":
1355
+ r.set(l.substring(1), Ia);
1356
+ break;
1357
+ case "#":
1358
+ r.set(l.substring(1), Ra);
1359
+ break;
1360
+ case "%":
1361
+ r.set(l.substring(1), $a);
1362
+ break;
1363
+ default:
1364
+ r.set(l, Oa);
1365
+ }
1366
+ });
1367
+ });
1368
+ }
1369
+ hasProperty(e, r, n) {
1370
+ if (n.some((i) => i.name === Tr.name)) return true;
1371
+ if (e.indexOf("-") > -1) {
1372
+ if (xr(e) || kr(e)) return false;
1373
+ if (n.some((i) => i.name === br.name)) return true;
1374
+ }
1375
+ return (this._schema.get(e.toLowerCase()) || this._schema.get("unknown")).has(r);
1376
+ }
1377
+ hasElement(e, r) {
1378
+ return r.some((n) => n.name === Tr.name) || e.indexOf("-") > -1 && (xr(e) || kr(e) || r.some((n) => n.name === br.name)) ? true : this._schema.has(e.toLowerCase());
1379
+ }
1380
+ securityContext(e, r, n) {
1381
+ n && (r = this.getMappedPropName(r)), e = e.toLowerCase(), r = r.toLowerCase();
1382
+ let s = Br()[e + "|" + r];
1383
+ return s || (s = Br()["*|" + r], s || Z.NONE);
1384
+ }
1385
+ getMappedPropName(e) {
1386
+ return _nullishCoalesce(xs.get(e), () => ( e));
1387
+ }
1388
+ getDefaultComponentElementName() {
1389
+ return "ng-component";
1390
+ }
1391
+ validateProperty(e) {
1392
+ return e.toLowerCase().startsWith("on") ? { error: true, msg: `Binding to event property '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...
1393
+ If '${e}' is a directive input, make sure the directive is imported by the current module.` } : { error: false };
1394
+ }
1395
+ validateAttribute(e) {
1396
+ return e.toLowerCase().startsWith("on") ? { error: true, msg: `Binding to event attribute '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...` } : { error: false };
1397
+ }
1398
+ allKnownElementNames() {
1399
+ return Array.from(this._schema.keys());
1400
+ }
1401
+ allKnownAttributesOfElement(e) {
1402
+ let r = this._schema.get(e.toLowerCase()) || this._schema.get("unknown");
1403
+ return Array.from(r.keys()).map((n) => _nullishCoalesce(qa.get(n), () => ( n)));
1404
+ }
1405
+ allKnownEventsOfElement(e) {
1406
+ return Array.from(_nullishCoalesce(this._eventSchema.get(e.toLowerCase()), () => ( [])));
1407
+ }
1408
+ normalizeAnimationStyleProperty(e) {
1409
+ return Ss(e);
1410
+ }
1411
+ normalizeAnimationStyleValue(e, r, n) {
1412
+ let s = "", i = n.toString().trim(), a = null;
1413
+ if (Ha(e) && n !== 0 && n !== "0") if (typeof n == "number") s = "px";
1414
+ else {
1415
+ let o = n.match(/^[+-]?[\d\.]+([a-z]*)$/);
1416
+ o && o[1].length == 0 && (a = `Please provide a CSS unit value for ${r}:${n}`);
1417
+ }
1418
+ return { error: a, value: i + s };
1419
+ }
1420
+ };
1421
+ function Ha(t8) {
1422
+ switch (t8) {
1423
+ case "width":
1424
+ case "height":
1425
+ case "minWidth":
1426
+ case "minHeight":
1427
+ case "maxWidth":
1428
+ case "maxHeight":
1429
+ case "left":
1430
+ case "top":
1431
+ case "bottom":
1432
+ case "right":
1433
+ case "fontSize":
1434
+ case "outlineWidth":
1435
+ case "outlineOffset":
1436
+ case "paddingTop":
1437
+ case "paddingLeft":
1438
+ case "paddingBottom":
1439
+ case "paddingRight":
1440
+ case "marginTop":
1441
+ case "marginLeft":
1442
+ case "marginBottom":
1443
+ case "marginRight":
1444
+ case "borderRadius":
1445
+ case "borderWidth":
1446
+ case "borderTopWidth":
1447
+ case "borderLeftWidth":
1448
+ case "borderRightWidth":
1449
+ case "borderBottomWidth":
1450
+ case "textIndent":
1451
+ return true;
1452
+ default:
1453
+ return false;
1454
+ }
1455
+ }
1456
+ var m = class {
1457
+ constructor({ closedByChildren: e, implicitNamespacePrefix: r, contentType: n = I.PARSABLE_DATA, closedByParent: s = false, isVoid: i = false, ignoreFirstLf: a = false, preventNamespaceInheritance: o = false, canSelfClose: u = false } = {}) {
1458
+ this.closedByChildren = {}, this.closedByParent = false, e && e.length > 0 && e.forEach((p) => this.closedByChildren[p] = true), this.isVoid = i, this.closedByParent = s || i, this.implicitNamespacePrefix = r || null, this.contentType = n, this.ignoreFirstLf = a, this.preventNamespaceInheritance = o, this.canSelfClose = _nullishCoalesce(u, () => ( i));
1459
+ }
1460
+ isClosedByChild(e) {
1461
+ return this.isVoid || e.toLowerCase() in this.closedByChildren;
1462
+ }
1463
+ getContentType(e) {
1464
+ return typeof this.contentType == "object" ? _nullishCoalesce((e === void 0 ? void 0 : this.contentType[e]), () => ( this.contentType.default)) : this.contentType;
1465
+ }
1466
+ };
1467
+ var ks;
1468
+ var lt;
1469
+ function $e(t8) {
1470
+ return lt || (ks = new m({ canSelfClose: true }), lt = Object.assign(/* @__PURE__ */ Object.create(null), { base: new m({ isVoid: true }), meta: new m({ isVoid: true }), area: new m({ isVoid: true }), embed: new m({ isVoid: true }), link: new m({ isVoid: true }), img: new m({ isVoid: true }), input: new m({ isVoid: true }), param: new m({ isVoid: true }), hr: new m({ isVoid: true }), br: new m({ isVoid: true }), source: new m({ isVoid: true }), track: new m({ isVoid: true }), wbr: new m({ isVoid: true }), p: new m({ closedByChildren: ["address", "article", "aside", "blockquote", "div", "dl", "fieldset", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "main", "nav", "ol", "p", "pre", "section", "table", "ul"], closedByParent: true }), thead: new m({ closedByChildren: ["tbody", "tfoot"] }), tbody: new m({ closedByChildren: ["tbody", "tfoot"], closedByParent: true }), tfoot: new m({ closedByChildren: ["tbody"], closedByParent: true }), tr: new m({ closedByChildren: ["tr"], closedByParent: true }), td: new m({ closedByChildren: ["td", "th"], closedByParent: true }), th: new m({ closedByChildren: ["td", "th"], closedByParent: true }), col: new m({ isVoid: true }), svg: new m({ implicitNamespacePrefix: "svg" }), foreignObject: new m({ implicitNamespacePrefix: "svg", preventNamespaceInheritance: true }), math: new m({ implicitNamespacePrefix: "math" }), li: new m({ closedByChildren: ["li"], closedByParent: true }), dt: new m({ closedByChildren: ["dt", "dd"] }), dd: new m({ closedByChildren: ["dt", "dd"], closedByParent: true }), rb: new m({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), rt: new m({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), rtc: new m({ closedByChildren: ["rb", "rtc", "rp"], closedByParent: true }), rp: new m({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), optgroup: new m({ closedByChildren: ["optgroup"], closedByParent: true }), option: new m({ closedByChildren: ["option", "optgroup"], closedByParent: true }), pre: new m({ ignoreFirstLf: true }), listing: new m({ ignoreFirstLf: true }), style: new m({ contentType: I.RAW_TEXT }), script: new m({ contentType: I.RAW_TEXT }), title: new m({ contentType: { default: I.ESCAPABLE_RAW_TEXT, svg: I.PARSABLE_DATA } }), textarea: new m({ contentType: I.ESCAPABLE_RAW_TEXT, ignoreFirstLf: true }) }), new qt().allKnownElementNames().forEach((e) => {
1471
+ !lt[e] && Re(e) === null && (lt[e] = new m({ canSelfClose: false }));
1472
+ })), _nullishCoalesce(lt[t8], () => ( ks));
1473
+ }
1474
+ var ae = class {
1475
+ constructor(e, r) {
1476
+ this.sourceSpan = e, this.i18n = r;
1477
+ }
1478
+ };
1479
+ var Ht = class extends ae {
1480
+ constructor(e, r, n, s) {
1481
+ super(r, s), this.value = e, this.tokens = n, this.type = "text";
1482
+ }
1483
+ visit(e, r) {
1484
+ return e.visitText(this, r);
1485
+ }
1486
+ };
1487
+ var Vt = class extends ae {
1488
+ constructor(e, r, n, s) {
1489
+ super(r, s), this.value = e, this.tokens = n, this.type = "cdata";
1490
+ }
1491
+ visit(e, r) {
1492
+ return e.visitCdata(this, r);
1493
+ }
1494
+ };
1495
+ var Ut = class extends ae {
1496
+ constructor(e, r, n, s, i, a) {
1497
+ super(s, a), this.switchValue = e, this.type = r, this.cases = n, this.switchValueSourceSpan = i;
1498
+ }
1499
+ visit(e, r) {
1500
+ return e.visitExpansion(this, r);
1501
+ }
1502
+ };
1503
+ var Wt = class {
1504
+ constructor(e, r, n, s, i) {
1505
+ this.value = e, this.expression = r, this.sourceSpan = n, this.valueSourceSpan = s, this.expSourceSpan = i, this.type = "expansionCase";
1506
+ }
1507
+ visit(e, r) {
1508
+ return e.visitExpansionCase(this, r);
1509
+ }
1510
+ };
1511
+ var zt = class extends ae {
1512
+ constructor(e, r, n, s, i, a, o) {
1513
+ super(n, o), this.name = e, this.value = r, this.keySpan = s, this.valueSpan = i, this.valueTokens = a, this.type = "attribute";
1514
+ }
1515
+ visit(e, r) {
1516
+ return e.visitAttribute(this, r);
1517
+ }
1518
+ get nameSpan() {
1519
+ return this.keySpan;
1520
+ }
1521
+ };
1522
+ var G = class extends ae {
1523
+ constructor(e, r, n, s, i, a = null, o = null, u) {
1524
+ super(s, u), this.name = e, this.attrs = r, this.children = n, this.startSourceSpan = i, this.endSourceSpan = a, this.nameSpan = o, this.type = "element";
1525
+ }
1526
+ visit(e, r) {
1527
+ return e.visitElement(this, r);
1528
+ }
1529
+ };
1530
+ var Gt = class {
1531
+ constructor(e, r) {
1532
+ this.value = e, this.sourceSpan = r, this.type = "comment";
1533
+ }
1534
+ visit(e, r) {
1535
+ return e.visitComment(this, r);
1536
+ }
1537
+ };
1538
+ var Yt = class {
1539
+ constructor(e, r) {
1540
+ this.value = e, this.sourceSpan = r, this.type = "docType";
1541
+ }
1542
+ visit(e, r) {
1543
+ return e.visitDocType(this, r);
1544
+ }
1545
+ };
1546
+ var ee = class extends ae {
1547
+ constructor(e, r, n, s, i, a, o = null, u) {
1548
+ super(s, u), this.name = e, this.parameters = r, this.children = n, this.nameSpan = i, this.startSourceSpan = a, this.endSourceSpan = o, this.type = "block";
1549
+ }
1550
+ visit(e, r) {
1551
+ return e.visitBlock(this, r);
1552
+ }
1553
+ };
1554
+ var ct = class {
1555
+ constructor(e, r) {
1556
+ this.expression = e, this.sourceSpan = r, this.type = "blockParameter", this.startSourceSpan = null, this.endSourceSpan = null;
1557
+ }
1558
+ visit(e, r) {
1559
+ return e.visitBlockParameter(this, r);
1560
+ }
1561
+ };
1562
+ var pt = class {
1563
+ constructor(e, r, n, s, i) {
1564
+ this.name = e, this.value = r, this.sourceSpan = n, this.nameSpan = s, this.valueSpan = i, this.type = "letDeclaration", this.startSourceSpan = null, this.endSourceSpan = null;
1565
+ }
1566
+ visit(e, r) {
1567
+ return e.visitLetDeclaration(this, r);
1568
+ }
1569
+ };
1570
+ function jt(t8, e, r = null) {
1571
+ let n = [], s = t8.visit ? (i) => t8.visit(i, r) || i.visit(t8, r) : (i) => i.visit(t8, r);
1572
+ return e.forEach((i) => {
1573
+ let a = s(i);
1574
+ a && n.push(a);
1575
+ }), n;
1576
+ }
1577
+ var ht = class {
1578
+ constructor() {
1579
+ }
1580
+ visitElement(e, r) {
1581
+ this.visitChildren(r, (n) => {
1582
+ n(e.attrs), n(e.children);
1583
+ });
1584
+ }
1585
+ visitAttribute(e, r) {
1586
+ }
1587
+ visitText(e, r) {
1588
+ }
1589
+ visitCdata(e, r) {
1590
+ }
1591
+ visitComment(e, r) {
1592
+ }
1593
+ visitDocType(e, r) {
1594
+ }
1595
+ visitExpansion(e, r) {
1596
+ return this.visitChildren(r, (n) => {
1597
+ n(e.cases);
1598
+ });
1599
+ }
1600
+ visitExpansionCase(e, r) {
1601
+ }
1602
+ visitBlock(e, r) {
1603
+ this.visitChildren(r, (n) => {
1604
+ n(e.parameters), n(e.children);
1605
+ });
1606
+ }
1607
+ visitBlockParameter(e, r) {
1608
+ }
1609
+ visitLetDeclaration(e, r) {
1610
+ }
1611
+ visitChildren(e, r) {
1612
+ let n = [], s = this;
1613
+ function i(a) {
1614
+ a && n.push(jt(s, a, e));
1615
+ }
1616
+ return r(i), Array.prototype.concat.apply([], n);
1617
+ }
1618
+ };
1619
+ var Me = { AElig: "\xC6", AMP: "&", amp: "&", Aacute: "\xC1", Abreve: "\u0102", Acirc: "\xC2", Acy: "\u0410", Afr: "\u{1D504}", Agrave: "\xC0", Alpha: "\u0391", Amacr: "\u0100", And: "\u2A53", Aogon: "\u0104", Aopf: "\u{1D538}", ApplyFunction: "\u2061", af: "\u2061", Aring: "\xC5", angst: "\xC5", Ascr: "\u{1D49C}", Assign: "\u2254", colone: "\u2254", coloneq: "\u2254", Atilde: "\xC3", Auml: "\xC4", Backslash: "\u2216", setminus: "\u2216", setmn: "\u2216", smallsetminus: "\u2216", ssetmn: "\u2216", Barv: "\u2AE7", Barwed: "\u2306", doublebarwedge: "\u2306", Bcy: "\u0411", Because: "\u2235", becaus: "\u2235", because: "\u2235", Bernoullis: "\u212C", Bscr: "\u212C", bernou: "\u212C", Beta: "\u0392", Bfr: "\u{1D505}", Bopf: "\u{1D539}", Breve: "\u02D8", breve: "\u02D8", Bumpeq: "\u224E", HumpDownHump: "\u224E", bump: "\u224E", CHcy: "\u0427", COPY: "\xA9", copy: "\xA9", Cacute: "\u0106", Cap: "\u22D2", CapitalDifferentialD: "\u2145", DD: "\u2145", Cayleys: "\u212D", Cfr: "\u212D", Ccaron: "\u010C", Ccedil: "\xC7", Ccirc: "\u0108", Cconint: "\u2230", Cdot: "\u010A", Cedilla: "\xB8", cedil: "\xB8", CenterDot: "\xB7", centerdot: "\xB7", middot: "\xB7", Chi: "\u03A7", CircleDot: "\u2299", odot: "\u2299", CircleMinus: "\u2296", ominus: "\u2296", CirclePlus: "\u2295", oplus: "\u2295", CircleTimes: "\u2297", otimes: "\u2297", ClockwiseContourIntegral: "\u2232", cwconint: "\u2232", CloseCurlyDoubleQuote: "\u201D", rdquo: "\u201D", rdquor: "\u201D", CloseCurlyQuote: "\u2019", rsquo: "\u2019", rsquor: "\u2019", Colon: "\u2237", Proportion: "\u2237", Colone: "\u2A74", Congruent: "\u2261", equiv: "\u2261", Conint: "\u222F", DoubleContourIntegral: "\u222F", ContourIntegral: "\u222E", conint: "\u222E", oint: "\u222E", Copf: "\u2102", complexes: "\u2102", Coproduct: "\u2210", coprod: "\u2210", CounterClockwiseContourIntegral: "\u2233", awconint: "\u2233", Cross: "\u2A2F", Cscr: "\u{1D49E}", Cup: "\u22D3", CupCap: "\u224D", asympeq: "\u224D", DDotrahd: "\u2911", DJcy: "\u0402", DScy: "\u0405", DZcy: "\u040F", Dagger: "\u2021", ddagger: "\u2021", Darr: "\u21A1", Dashv: "\u2AE4", DoubleLeftTee: "\u2AE4", Dcaron: "\u010E", Dcy: "\u0414", Del: "\u2207", nabla: "\u2207", Delta: "\u0394", Dfr: "\u{1D507}", DiacriticalAcute: "\xB4", acute: "\xB4", DiacriticalDot: "\u02D9", dot: "\u02D9", DiacriticalDoubleAcute: "\u02DD", dblac: "\u02DD", DiacriticalGrave: "`", grave: "`", DiacriticalTilde: "\u02DC", tilde: "\u02DC", Diamond: "\u22C4", diam: "\u22C4", diamond: "\u22C4", DifferentialD: "\u2146", dd: "\u2146", Dopf: "\u{1D53B}", Dot: "\xA8", DoubleDot: "\xA8", die: "\xA8", uml: "\xA8", DotDot: "\u20DC", DotEqual: "\u2250", doteq: "\u2250", esdot: "\u2250", DoubleDownArrow: "\u21D3", Downarrow: "\u21D3", dArr: "\u21D3", DoubleLeftArrow: "\u21D0", Leftarrow: "\u21D0", lArr: "\u21D0", DoubleLeftRightArrow: "\u21D4", Leftrightarrow: "\u21D4", hArr: "\u21D4", iff: "\u21D4", DoubleLongLeftArrow: "\u27F8", Longleftarrow: "\u27F8", xlArr: "\u27F8", DoubleLongLeftRightArrow: "\u27FA", Longleftrightarrow: "\u27FA", xhArr: "\u27FA", DoubleLongRightArrow: "\u27F9", Longrightarrow: "\u27F9", xrArr: "\u27F9", DoubleRightArrow: "\u21D2", Implies: "\u21D2", Rightarrow: "\u21D2", rArr: "\u21D2", DoubleRightTee: "\u22A8", vDash: "\u22A8", DoubleUpArrow: "\u21D1", Uparrow: "\u21D1", uArr: "\u21D1", DoubleUpDownArrow: "\u21D5", Updownarrow: "\u21D5", vArr: "\u21D5", DoubleVerticalBar: "\u2225", par: "\u2225", parallel: "\u2225", shortparallel: "\u2225", spar: "\u2225", DownArrow: "\u2193", ShortDownArrow: "\u2193", darr: "\u2193", downarrow: "\u2193", DownArrowBar: "\u2913", DownArrowUpArrow: "\u21F5", duarr: "\u21F5", DownBreve: "\u0311", DownLeftRightVector: "\u2950", DownLeftTeeVector: "\u295E", DownLeftVector: "\u21BD", leftharpoondown: "\u21BD", lhard: "\u21BD", DownLeftVectorBar: "\u2956", DownRightTeeVector: "\u295F", DownRightVector: "\u21C1", rhard: "\u21C1", rightharpoondown: "\u21C1", DownRightVectorBar: "\u2957", DownTee: "\u22A4", top: "\u22A4", DownTeeArrow: "\u21A7", mapstodown: "\u21A7", Dscr: "\u{1D49F}", Dstrok: "\u0110", ENG: "\u014A", ETH: "\xD0", Eacute: "\xC9", Ecaron: "\u011A", Ecirc: "\xCA", Ecy: "\u042D", Edot: "\u0116", Efr: "\u{1D508}", Egrave: "\xC8", Element: "\u2208", in: "\u2208", isin: "\u2208", isinv: "\u2208", Emacr: "\u0112", EmptySmallSquare: "\u25FB", EmptyVerySmallSquare: "\u25AB", Eogon: "\u0118", Eopf: "\u{1D53C}", Epsilon: "\u0395", Equal: "\u2A75", EqualTilde: "\u2242", eqsim: "\u2242", esim: "\u2242", Equilibrium: "\u21CC", rightleftharpoons: "\u21CC", rlhar: "\u21CC", Escr: "\u2130", expectation: "\u2130", Esim: "\u2A73", Eta: "\u0397", Euml: "\xCB", Exists: "\u2203", exist: "\u2203", ExponentialE: "\u2147", ee: "\u2147", exponentiale: "\u2147", Fcy: "\u0424", Ffr: "\u{1D509}", FilledSmallSquare: "\u25FC", FilledVerySmallSquare: "\u25AA", blacksquare: "\u25AA", squarf: "\u25AA", squf: "\u25AA", Fopf: "\u{1D53D}", ForAll: "\u2200", forall: "\u2200", Fouriertrf: "\u2131", Fscr: "\u2131", GJcy: "\u0403", GT: ">", gt: ">", Gamma: "\u0393", Gammad: "\u03DC", Gbreve: "\u011E", Gcedil: "\u0122", Gcirc: "\u011C", Gcy: "\u0413", Gdot: "\u0120", Gfr: "\u{1D50A}", Gg: "\u22D9", ggg: "\u22D9", Gopf: "\u{1D53E}", GreaterEqual: "\u2265", ge: "\u2265", geq: "\u2265", GreaterEqualLess: "\u22DB", gel: "\u22DB", gtreqless: "\u22DB", GreaterFullEqual: "\u2267", gE: "\u2267", geqq: "\u2267", GreaterGreater: "\u2AA2", GreaterLess: "\u2277", gl: "\u2277", gtrless: "\u2277", GreaterSlantEqual: "\u2A7E", geqslant: "\u2A7E", ges: "\u2A7E", GreaterTilde: "\u2273", gsim: "\u2273", gtrsim: "\u2273", Gscr: "\u{1D4A2}", Gt: "\u226B", NestedGreaterGreater: "\u226B", gg: "\u226B", HARDcy: "\u042A", Hacek: "\u02C7", caron: "\u02C7", Hat: "^", Hcirc: "\u0124", Hfr: "\u210C", Poincareplane: "\u210C", HilbertSpace: "\u210B", Hscr: "\u210B", hamilt: "\u210B", Hopf: "\u210D", quaternions: "\u210D", HorizontalLine: "\u2500", boxh: "\u2500", Hstrok: "\u0126", HumpEqual: "\u224F", bumpe: "\u224F", bumpeq: "\u224F", IEcy: "\u0415", IJlig: "\u0132", IOcy: "\u0401", Iacute: "\xCD", Icirc: "\xCE", Icy: "\u0418", Idot: "\u0130", Ifr: "\u2111", Im: "\u2111", image: "\u2111", imagpart: "\u2111", Igrave: "\xCC", Imacr: "\u012A", ImaginaryI: "\u2148", ii: "\u2148", Int: "\u222C", Integral: "\u222B", int: "\u222B", Intersection: "\u22C2", bigcap: "\u22C2", xcap: "\u22C2", InvisibleComma: "\u2063", ic: "\u2063", InvisibleTimes: "\u2062", it: "\u2062", Iogon: "\u012E", Iopf: "\u{1D540}", Iota: "\u0399", Iscr: "\u2110", imagline: "\u2110", Itilde: "\u0128", Iukcy: "\u0406", Iuml: "\xCF", Jcirc: "\u0134", Jcy: "\u0419", Jfr: "\u{1D50D}", Jopf: "\u{1D541}", Jscr: "\u{1D4A5}", Jsercy: "\u0408", Jukcy: "\u0404", KHcy: "\u0425", KJcy: "\u040C", Kappa: "\u039A", Kcedil: "\u0136", Kcy: "\u041A", Kfr: "\u{1D50E}", Kopf: "\u{1D542}", Kscr: "\u{1D4A6}", LJcy: "\u0409", LT: "<", lt: "<", Lacute: "\u0139", Lambda: "\u039B", Lang: "\u27EA", Laplacetrf: "\u2112", Lscr: "\u2112", lagran: "\u2112", Larr: "\u219E", twoheadleftarrow: "\u219E", Lcaron: "\u013D", Lcedil: "\u013B", Lcy: "\u041B", LeftAngleBracket: "\u27E8", lang: "\u27E8", langle: "\u27E8", LeftArrow: "\u2190", ShortLeftArrow: "\u2190", larr: "\u2190", leftarrow: "\u2190", slarr: "\u2190", LeftArrowBar: "\u21E4", larrb: "\u21E4", LeftArrowRightArrow: "\u21C6", leftrightarrows: "\u21C6", lrarr: "\u21C6", LeftCeiling: "\u2308", lceil: "\u2308", LeftDoubleBracket: "\u27E6", lobrk: "\u27E6", LeftDownTeeVector: "\u2961", LeftDownVector: "\u21C3", dharl: "\u21C3", downharpoonleft: "\u21C3", LeftDownVectorBar: "\u2959", LeftFloor: "\u230A", lfloor: "\u230A", LeftRightArrow: "\u2194", harr: "\u2194", leftrightarrow: "\u2194", LeftRightVector: "\u294E", LeftTee: "\u22A3", dashv: "\u22A3", LeftTeeArrow: "\u21A4", mapstoleft: "\u21A4", LeftTeeVector: "\u295A", LeftTriangle: "\u22B2", vartriangleleft: "\u22B2", vltri: "\u22B2", LeftTriangleBar: "\u29CF", LeftTriangleEqual: "\u22B4", ltrie: "\u22B4", trianglelefteq: "\u22B4", LeftUpDownVector: "\u2951", LeftUpTeeVector: "\u2960", LeftUpVector: "\u21BF", uharl: "\u21BF", upharpoonleft: "\u21BF", LeftUpVectorBar: "\u2958", LeftVector: "\u21BC", leftharpoonup: "\u21BC", lharu: "\u21BC", LeftVectorBar: "\u2952", LessEqualGreater: "\u22DA", leg: "\u22DA", lesseqgtr: "\u22DA", LessFullEqual: "\u2266", lE: "\u2266", leqq: "\u2266", LessGreater: "\u2276", lessgtr: "\u2276", lg: "\u2276", LessLess: "\u2AA1", LessSlantEqual: "\u2A7D", leqslant: "\u2A7D", les: "\u2A7D", LessTilde: "\u2272", lesssim: "\u2272", lsim: "\u2272", Lfr: "\u{1D50F}", Ll: "\u22D8", Lleftarrow: "\u21DA", lAarr: "\u21DA", Lmidot: "\u013F", LongLeftArrow: "\u27F5", longleftarrow: "\u27F5", xlarr: "\u27F5", LongLeftRightArrow: "\u27F7", longleftrightarrow: "\u27F7", xharr: "\u27F7", LongRightArrow: "\u27F6", longrightarrow: "\u27F6", xrarr: "\u27F6", Lopf: "\u{1D543}", LowerLeftArrow: "\u2199", swarr: "\u2199", swarrow: "\u2199", LowerRightArrow: "\u2198", searr: "\u2198", searrow: "\u2198", Lsh: "\u21B0", lsh: "\u21B0", Lstrok: "\u0141", Lt: "\u226A", NestedLessLess: "\u226A", ll: "\u226A", Map: "\u2905", Mcy: "\u041C", MediumSpace: "\u205F", Mellintrf: "\u2133", Mscr: "\u2133", phmmat: "\u2133", Mfr: "\u{1D510}", MinusPlus: "\u2213", mnplus: "\u2213", mp: "\u2213", Mopf: "\u{1D544}", Mu: "\u039C", NJcy: "\u040A", Nacute: "\u0143", Ncaron: "\u0147", Ncedil: "\u0145", Ncy: "\u041D", NegativeMediumSpace: "\u200B", NegativeThickSpace: "\u200B", NegativeThinSpace: "\u200B", NegativeVeryThinSpace: "\u200B", ZeroWidthSpace: "\u200B", NewLine: `
1620
+ `, Nfr: "\u{1D511}", NoBreak: "\u2060", NonBreakingSpace: "\xA0", nbsp: "\xA0", Nopf: "\u2115", naturals: "\u2115", Not: "\u2AEC", NotCongruent: "\u2262", nequiv: "\u2262", NotCupCap: "\u226D", NotDoubleVerticalBar: "\u2226", npar: "\u2226", nparallel: "\u2226", nshortparallel: "\u2226", nspar: "\u2226", NotElement: "\u2209", notin: "\u2209", notinva: "\u2209", NotEqual: "\u2260", ne: "\u2260", NotEqualTilde: "\u2242\u0338", nesim: "\u2242\u0338", NotExists: "\u2204", nexist: "\u2204", nexists: "\u2204", NotGreater: "\u226F", ngt: "\u226F", ngtr: "\u226F", NotGreaterEqual: "\u2271", nge: "\u2271", ngeq: "\u2271", NotGreaterFullEqual: "\u2267\u0338", ngE: "\u2267\u0338", ngeqq: "\u2267\u0338", NotGreaterGreater: "\u226B\u0338", nGtv: "\u226B\u0338", NotGreaterLess: "\u2279", ntgl: "\u2279", NotGreaterSlantEqual: "\u2A7E\u0338", ngeqslant: "\u2A7E\u0338", nges: "\u2A7E\u0338", NotGreaterTilde: "\u2275", ngsim: "\u2275", NotHumpDownHump: "\u224E\u0338", nbump: "\u224E\u0338", NotHumpEqual: "\u224F\u0338", nbumpe: "\u224F\u0338", NotLeftTriangle: "\u22EA", nltri: "\u22EA", ntriangleleft: "\u22EA", NotLeftTriangleBar: "\u29CF\u0338", NotLeftTriangleEqual: "\u22EC", nltrie: "\u22EC", ntrianglelefteq: "\u22EC", NotLess: "\u226E", nless: "\u226E", nlt: "\u226E", NotLessEqual: "\u2270", nle: "\u2270", nleq: "\u2270", NotLessGreater: "\u2278", ntlg: "\u2278", NotLessLess: "\u226A\u0338", nLtv: "\u226A\u0338", NotLessSlantEqual: "\u2A7D\u0338", nleqslant: "\u2A7D\u0338", nles: "\u2A7D\u0338", NotLessTilde: "\u2274", nlsim: "\u2274", NotNestedGreaterGreater: "\u2AA2\u0338", NotNestedLessLess: "\u2AA1\u0338", NotPrecedes: "\u2280", npr: "\u2280", nprec: "\u2280", NotPrecedesEqual: "\u2AAF\u0338", npre: "\u2AAF\u0338", npreceq: "\u2AAF\u0338", NotPrecedesSlantEqual: "\u22E0", nprcue: "\u22E0", NotReverseElement: "\u220C", notni: "\u220C", notniva: "\u220C", NotRightTriangle: "\u22EB", nrtri: "\u22EB", ntriangleright: "\u22EB", NotRightTriangleBar: "\u29D0\u0338", NotRightTriangleEqual: "\u22ED", nrtrie: "\u22ED", ntrianglerighteq: "\u22ED", NotSquareSubset: "\u228F\u0338", NotSquareSubsetEqual: "\u22E2", nsqsube: "\u22E2", NotSquareSuperset: "\u2290\u0338", NotSquareSupersetEqual: "\u22E3", nsqsupe: "\u22E3", NotSubset: "\u2282\u20D2", nsubset: "\u2282\u20D2", vnsub: "\u2282\u20D2", NotSubsetEqual: "\u2288", nsube: "\u2288", nsubseteq: "\u2288", NotSucceeds: "\u2281", nsc: "\u2281", nsucc: "\u2281", NotSucceedsEqual: "\u2AB0\u0338", nsce: "\u2AB0\u0338", nsucceq: "\u2AB0\u0338", NotSucceedsSlantEqual: "\u22E1", nsccue: "\u22E1", NotSucceedsTilde: "\u227F\u0338", NotSuperset: "\u2283\u20D2", nsupset: "\u2283\u20D2", vnsup: "\u2283\u20D2", NotSupersetEqual: "\u2289", nsupe: "\u2289", nsupseteq: "\u2289", NotTilde: "\u2241", nsim: "\u2241", NotTildeEqual: "\u2244", nsime: "\u2244", nsimeq: "\u2244", NotTildeFullEqual: "\u2247", ncong: "\u2247", NotTildeTilde: "\u2249", nap: "\u2249", napprox: "\u2249", NotVerticalBar: "\u2224", nmid: "\u2224", nshortmid: "\u2224", nsmid: "\u2224", Nscr: "\u{1D4A9}", Ntilde: "\xD1", Nu: "\u039D", OElig: "\u0152", Oacute: "\xD3", Ocirc: "\xD4", Ocy: "\u041E", Odblac: "\u0150", Ofr: "\u{1D512}", Ograve: "\xD2", Omacr: "\u014C", Omega: "\u03A9", ohm: "\u03A9", Omicron: "\u039F", Oopf: "\u{1D546}", OpenCurlyDoubleQuote: "\u201C", ldquo: "\u201C", OpenCurlyQuote: "\u2018", lsquo: "\u2018", Or: "\u2A54", Oscr: "\u{1D4AA}", Oslash: "\xD8", Otilde: "\xD5", Otimes: "\u2A37", Ouml: "\xD6", OverBar: "\u203E", oline: "\u203E", OverBrace: "\u23DE", OverBracket: "\u23B4", tbrk: "\u23B4", OverParenthesis: "\u23DC", PartialD: "\u2202", part: "\u2202", Pcy: "\u041F", Pfr: "\u{1D513}", Phi: "\u03A6", Pi: "\u03A0", PlusMinus: "\xB1", plusmn: "\xB1", pm: "\xB1", Popf: "\u2119", primes: "\u2119", Pr: "\u2ABB", Precedes: "\u227A", pr: "\u227A", prec: "\u227A", PrecedesEqual: "\u2AAF", pre: "\u2AAF", preceq: "\u2AAF", PrecedesSlantEqual: "\u227C", prcue: "\u227C", preccurlyeq: "\u227C", PrecedesTilde: "\u227E", precsim: "\u227E", prsim: "\u227E", Prime: "\u2033", Product: "\u220F", prod: "\u220F", Proportional: "\u221D", prop: "\u221D", propto: "\u221D", varpropto: "\u221D", vprop: "\u221D", Pscr: "\u{1D4AB}", Psi: "\u03A8", QUOT: '"', quot: '"', Qfr: "\u{1D514}", Qopf: "\u211A", rationals: "\u211A", Qscr: "\u{1D4AC}", RBarr: "\u2910", drbkarow: "\u2910", REG: "\xAE", circledR: "\xAE", reg: "\xAE", Racute: "\u0154", Rang: "\u27EB", Rarr: "\u21A0", twoheadrightarrow: "\u21A0", Rarrtl: "\u2916", Rcaron: "\u0158", Rcedil: "\u0156", Rcy: "\u0420", Re: "\u211C", Rfr: "\u211C", real: "\u211C", realpart: "\u211C", ReverseElement: "\u220B", SuchThat: "\u220B", ni: "\u220B", niv: "\u220B", ReverseEquilibrium: "\u21CB", leftrightharpoons: "\u21CB", lrhar: "\u21CB", ReverseUpEquilibrium: "\u296F", duhar: "\u296F", Rho: "\u03A1", RightAngleBracket: "\u27E9", rang: "\u27E9", rangle: "\u27E9", RightArrow: "\u2192", ShortRightArrow: "\u2192", rarr: "\u2192", rightarrow: "\u2192", srarr: "\u2192", RightArrowBar: "\u21E5", rarrb: "\u21E5", RightArrowLeftArrow: "\u21C4", rightleftarrows: "\u21C4", rlarr: "\u21C4", RightCeiling: "\u2309", rceil: "\u2309", RightDoubleBracket: "\u27E7", robrk: "\u27E7", RightDownTeeVector: "\u295D", RightDownVector: "\u21C2", dharr: "\u21C2", downharpoonright: "\u21C2", RightDownVectorBar: "\u2955", RightFloor: "\u230B", rfloor: "\u230B", RightTee: "\u22A2", vdash: "\u22A2", RightTeeArrow: "\u21A6", map: "\u21A6", mapsto: "\u21A6", RightTeeVector: "\u295B", RightTriangle: "\u22B3", vartriangleright: "\u22B3", vrtri: "\u22B3", RightTriangleBar: "\u29D0", RightTriangleEqual: "\u22B5", rtrie: "\u22B5", trianglerighteq: "\u22B5", RightUpDownVector: "\u294F", RightUpTeeVector: "\u295C", RightUpVector: "\u21BE", uharr: "\u21BE", upharpoonright: "\u21BE", RightUpVectorBar: "\u2954", RightVector: "\u21C0", rharu: "\u21C0", rightharpoonup: "\u21C0", RightVectorBar: "\u2953", Ropf: "\u211D", reals: "\u211D", RoundImplies: "\u2970", Rrightarrow: "\u21DB", rAarr: "\u21DB", Rscr: "\u211B", realine: "\u211B", Rsh: "\u21B1", rsh: "\u21B1", RuleDelayed: "\u29F4", SHCHcy: "\u0429", SHcy: "\u0428", SOFTcy: "\u042C", Sacute: "\u015A", Sc: "\u2ABC", Scaron: "\u0160", Scedil: "\u015E", Scirc: "\u015C", Scy: "\u0421", Sfr: "\u{1D516}", ShortUpArrow: "\u2191", UpArrow: "\u2191", uarr: "\u2191", uparrow: "\u2191", Sigma: "\u03A3", SmallCircle: "\u2218", compfn: "\u2218", Sopf: "\u{1D54A}", Sqrt: "\u221A", radic: "\u221A", Square: "\u25A1", squ: "\u25A1", square: "\u25A1", SquareIntersection: "\u2293", sqcap: "\u2293", SquareSubset: "\u228F", sqsub: "\u228F", sqsubset: "\u228F", SquareSubsetEqual: "\u2291", sqsube: "\u2291", sqsubseteq: "\u2291", SquareSuperset: "\u2290", sqsup: "\u2290", sqsupset: "\u2290", SquareSupersetEqual: "\u2292", sqsupe: "\u2292", sqsupseteq: "\u2292", SquareUnion: "\u2294", sqcup: "\u2294", Sscr: "\u{1D4AE}", Star: "\u22C6", sstarf: "\u22C6", Sub: "\u22D0", Subset: "\u22D0", SubsetEqual: "\u2286", sube: "\u2286", subseteq: "\u2286", Succeeds: "\u227B", sc: "\u227B", succ: "\u227B", SucceedsEqual: "\u2AB0", sce: "\u2AB0", succeq: "\u2AB0", SucceedsSlantEqual: "\u227D", sccue: "\u227D", succcurlyeq: "\u227D", SucceedsTilde: "\u227F", scsim: "\u227F", succsim: "\u227F", Sum: "\u2211", sum: "\u2211", Sup: "\u22D1", Supset: "\u22D1", Superset: "\u2283", sup: "\u2283", supset: "\u2283", SupersetEqual: "\u2287", supe: "\u2287", supseteq: "\u2287", THORN: "\xDE", TRADE: "\u2122", trade: "\u2122", TSHcy: "\u040B", TScy: "\u0426", Tab: " ", Tau: "\u03A4", Tcaron: "\u0164", Tcedil: "\u0162", Tcy: "\u0422", Tfr: "\u{1D517}", Therefore: "\u2234", there4: "\u2234", therefore: "\u2234", Theta: "\u0398", ThickSpace: "\u205F\u200A", ThinSpace: "\u2009", thinsp: "\u2009", Tilde: "\u223C", sim: "\u223C", thicksim: "\u223C", thksim: "\u223C", TildeEqual: "\u2243", sime: "\u2243", simeq: "\u2243", TildeFullEqual: "\u2245", cong: "\u2245", TildeTilde: "\u2248", ap: "\u2248", approx: "\u2248", asymp: "\u2248", thickapprox: "\u2248", thkap: "\u2248", Topf: "\u{1D54B}", TripleDot: "\u20DB", tdot: "\u20DB", Tscr: "\u{1D4AF}", Tstrok: "\u0166", Uacute: "\xDA", Uarr: "\u219F", Uarrocir: "\u2949", Ubrcy: "\u040E", Ubreve: "\u016C", Ucirc: "\xDB", Ucy: "\u0423", Udblac: "\u0170", Ufr: "\u{1D518}", Ugrave: "\xD9", Umacr: "\u016A", UnderBar: "_", lowbar: "_", UnderBrace: "\u23DF", UnderBracket: "\u23B5", bbrk: "\u23B5", UnderParenthesis: "\u23DD", Union: "\u22C3", bigcup: "\u22C3", xcup: "\u22C3", UnionPlus: "\u228E", uplus: "\u228E", Uogon: "\u0172", Uopf: "\u{1D54C}", UpArrowBar: "\u2912", UpArrowDownArrow: "\u21C5", udarr: "\u21C5", UpDownArrow: "\u2195", updownarrow: "\u2195", varr: "\u2195", UpEquilibrium: "\u296E", udhar: "\u296E", UpTee: "\u22A5", bot: "\u22A5", bottom: "\u22A5", perp: "\u22A5", UpTeeArrow: "\u21A5", mapstoup: "\u21A5", UpperLeftArrow: "\u2196", nwarr: "\u2196", nwarrow: "\u2196", UpperRightArrow: "\u2197", nearr: "\u2197", nearrow: "\u2197", Upsi: "\u03D2", upsih: "\u03D2", Upsilon: "\u03A5", Uring: "\u016E", Uscr: "\u{1D4B0}", Utilde: "\u0168", Uuml: "\xDC", VDash: "\u22AB", Vbar: "\u2AEB", Vcy: "\u0412", Vdash: "\u22A9", Vdashl: "\u2AE6", Vee: "\u22C1", bigvee: "\u22C1", xvee: "\u22C1", Verbar: "\u2016", Vert: "\u2016", VerticalBar: "\u2223", mid: "\u2223", shortmid: "\u2223", smid: "\u2223", VerticalLine: "|", verbar: "|", vert: "|", VerticalSeparator: "\u2758", VerticalTilde: "\u2240", wr: "\u2240", wreath: "\u2240", VeryThinSpace: "\u200A", hairsp: "\u200A", Vfr: "\u{1D519}", Vopf: "\u{1D54D}", Vscr: "\u{1D4B1}", Vvdash: "\u22AA", Wcirc: "\u0174", Wedge: "\u22C0", bigwedge: "\u22C0", xwedge: "\u22C0", Wfr: "\u{1D51A}", Wopf: "\u{1D54E}", Wscr: "\u{1D4B2}", Xfr: "\u{1D51B}", Xi: "\u039E", Xopf: "\u{1D54F}", Xscr: "\u{1D4B3}", YAcy: "\u042F", YIcy: "\u0407", YUcy: "\u042E", Yacute: "\xDD", Ycirc: "\u0176", Ycy: "\u042B", Yfr: "\u{1D51C}", Yopf: "\u{1D550}", Yscr: "\u{1D4B4}", Yuml: "\u0178", ZHcy: "\u0416", Zacute: "\u0179", Zcaron: "\u017D", Zcy: "\u0417", Zdot: "\u017B", Zeta: "\u0396", Zfr: "\u2128", zeetrf: "\u2128", Zopf: "\u2124", integers: "\u2124", Zscr: "\u{1D4B5}", aacute: "\xE1", abreve: "\u0103", ac: "\u223E", mstpos: "\u223E", acE: "\u223E\u0333", acd: "\u223F", acirc: "\xE2", acy: "\u0430", aelig: "\xE6", afr: "\u{1D51E}", agrave: "\xE0", alefsym: "\u2135", aleph: "\u2135", alpha: "\u03B1", amacr: "\u0101", amalg: "\u2A3F", and: "\u2227", wedge: "\u2227", andand: "\u2A55", andd: "\u2A5C", andslope: "\u2A58", andv: "\u2A5A", ang: "\u2220", angle: "\u2220", ange: "\u29A4", angmsd: "\u2221", measuredangle: "\u2221", angmsdaa: "\u29A8", angmsdab: "\u29A9", angmsdac: "\u29AA", angmsdad: "\u29AB", angmsdae: "\u29AC", angmsdaf: "\u29AD", angmsdag: "\u29AE", angmsdah: "\u29AF", angrt: "\u221F", angrtvb: "\u22BE", angrtvbd: "\u299D", angsph: "\u2222", angzarr: "\u237C", aogon: "\u0105", aopf: "\u{1D552}", apE: "\u2A70", apacir: "\u2A6F", ape: "\u224A", approxeq: "\u224A", apid: "\u224B", apos: "'", aring: "\xE5", ascr: "\u{1D4B6}", ast: "*", midast: "*", atilde: "\xE3", auml: "\xE4", awint: "\u2A11", bNot: "\u2AED", backcong: "\u224C", bcong: "\u224C", backepsilon: "\u03F6", bepsi: "\u03F6", backprime: "\u2035", bprime: "\u2035", backsim: "\u223D", bsim: "\u223D", backsimeq: "\u22CD", bsime: "\u22CD", barvee: "\u22BD", barwed: "\u2305", barwedge: "\u2305", bbrktbrk: "\u23B6", bcy: "\u0431", bdquo: "\u201E", ldquor: "\u201E", bemptyv: "\u29B0", beta: "\u03B2", beth: "\u2136", between: "\u226C", twixt: "\u226C", bfr: "\u{1D51F}", bigcirc: "\u25EF", xcirc: "\u25EF", bigodot: "\u2A00", xodot: "\u2A00", bigoplus: "\u2A01", xoplus: "\u2A01", bigotimes: "\u2A02", xotime: "\u2A02", bigsqcup: "\u2A06", xsqcup: "\u2A06", bigstar: "\u2605", starf: "\u2605", bigtriangledown: "\u25BD", xdtri: "\u25BD", bigtriangleup: "\u25B3", xutri: "\u25B3", biguplus: "\u2A04", xuplus: "\u2A04", bkarow: "\u290D", rbarr: "\u290D", blacklozenge: "\u29EB", lozf: "\u29EB", blacktriangle: "\u25B4", utrif: "\u25B4", blacktriangledown: "\u25BE", dtrif: "\u25BE", blacktriangleleft: "\u25C2", ltrif: "\u25C2", blacktriangleright: "\u25B8", rtrif: "\u25B8", blank: "\u2423", blk12: "\u2592", blk14: "\u2591", blk34: "\u2593", block: "\u2588", bne: "=\u20E5", bnequiv: "\u2261\u20E5", bnot: "\u2310", bopf: "\u{1D553}", bowtie: "\u22C8", boxDL: "\u2557", boxDR: "\u2554", boxDl: "\u2556", boxDr: "\u2553", boxH: "\u2550", boxHD: "\u2566", boxHU: "\u2569", boxHd: "\u2564", boxHu: "\u2567", boxUL: "\u255D", boxUR: "\u255A", boxUl: "\u255C", boxUr: "\u2559", boxV: "\u2551", boxVH: "\u256C", boxVL: "\u2563", boxVR: "\u2560", boxVh: "\u256B", boxVl: "\u2562", boxVr: "\u255F", boxbox: "\u29C9", boxdL: "\u2555", boxdR: "\u2552", boxdl: "\u2510", boxdr: "\u250C", boxhD: "\u2565", boxhU: "\u2568", boxhd: "\u252C", boxhu: "\u2534", boxminus: "\u229F", minusb: "\u229F", boxplus: "\u229E", plusb: "\u229E", boxtimes: "\u22A0", timesb: "\u22A0", boxuL: "\u255B", boxuR: "\u2558", boxul: "\u2518", boxur: "\u2514", boxv: "\u2502", boxvH: "\u256A", boxvL: "\u2561", boxvR: "\u255E", boxvh: "\u253C", boxvl: "\u2524", boxvr: "\u251C", brvbar: "\xA6", bscr: "\u{1D4B7}", bsemi: "\u204F", bsol: "\\", bsolb: "\u29C5", bsolhsub: "\u27C8", bull: "\u2022", bullet: "\u2022", bumpE: "\u2AAE", cacute: "\u0107", cap: "\u2229", capand: "\u2A44", capbrcup: "\u2A49", capcap: "\u2A4B", capcup: "\u2A47", capdot: "\u2A40", caps: "\u2229\uFE00", caret: "\u2041", ccaps: "\u2A4D", ccaron: "\u010D", ccedil: "\xE7", ccirc: "\u0109", ccups: "\u2A4C", ccupssm: "\u2A50", cdot: "\u010B", cemptyv: "\u29B2", cent: "\xA2", cfr: "\u{1D520}", chcy: "\u0447", check: "\u2713", checkmark: "\u2713", chi: "\u03C7", cir: "\u25CB", cirE: "\u29C3", circ: "\u02C6", circeq: "\u2257", cire: "\u2257", circlearrowleft: "\u21BA", olarr: "\u21BA", circlearrowright: "\u21BB", orarr: "\u21BB", circledS: "\u24C8", oS: "\u24C8", circledast: "\u229B", oast: "\u229B", circledcirc: "\u229A", ocir: "\u229A", circleddash: "\u229D", odash: "\u229D", cirfnint: "\u2A10", cirmid: "\u2AEF", cirscir: "\u29C2", clubs: "\u2663", clubsuit: "\u2663", colon: ":", comma: ",", commat: "@", comp: "\u2201", complement: "\u2201", congdot: "\u2A6D", copf: "\u{1D554}", copysr: "\u2117", crarr: "\u21B5", cross: "\u2717", cscr: "\u{1D4B8}", csub: "\u2ACF", csube: "\u2AD1", csup: "\u2AD0", csupe: "\u2AD2", ctdot: "\u22EF", cudarrl: "\u2938", cudarrr: "\u2935", cuepr: "\u22DE", curlyeqprec: "\u22DE", cuesc: "\u22DF", curlyeqsucc: "\u22DF", cularr: "\u21B6", curvearrowleft: "\u21B6", cularrp: "\u293D", cup: "\u222A", cupbrcap: "\u2A48", cupcap: "\u2A46", cupcup: "\u2A4A", cupdot: "\u228D", cupor: "\u2A45", cups: "\u222A\uFE00", curarr: "\u21B7", curvearrowright: "\u21B7", curarrm: "\u293C", curlyvee: "\u22CE", cuvee: "\u22CE", curlywedge: "\u22CF", cuwed: "\u22CF", curren: "\xA4", cwint: "\u2231", cylcty: "\u232D", dHar: "\u2965", dagger: "\u2020", daleth: "\u2138", dash: "\u2010", hyphen: "\u2010", dbkarow: "\u290F", rBarr: "\u290F", dcaron: "\u010F", dcy: "\u0434", ddarr: "\u21CA", downdownarrows: "\u21CA", ddotseq: "\u2A77", eDDot: "\u2A77", deg: "\xB0", delta: "\u03B4", demptyv: "\u29B1", dfisht: "\u297F", dfr: "\u{1D521}", diamondsuit: "\u2666", diams: "\u2666", digamma: "\u03DD", gammad: "\u03DD", disin: "\u22F2", div: "\xF7", divide: "\xF7", divideontimes: "\u22C7", divonx: "\u22C7", djcy: "\u0452", dlcorn: "\u231E", llcorner: "\u231E", dlcrop: "\u230D", dollar: "$", dopf: "\u{1D555}", doteqdot: "\u2251", eDot: "\u2251", dotminus: "\u2238", minusd: "\u2238", dotplus: "\u2214", plusdo: "\u2214", dotsquare: "\u22A1", sdotb: "\u22A1", drcorn: "\u231F", lrcorner: "\u231F", drcrop: "\u230C", dscr: "\u{1D4B9}", dscy: "\u0455", dsol: "\u29F6", dstrok: "\u0111", dtdot: "\u22F1", dtri: "\u25BF", triangledown: "\u25BF", dwangle: "\u29A6", dzcy: "\u045F", dzigrarr: "\u27FF", eacute: "\xE9", easter: "\u2A6E", ecaron: "\u011B", ecir: "\u2256", eqcirc: "\u2256", ecirc: "\xEA", ecolon: "\u2255", eqcolon: "\u2255", ecy: "\u044D", edot: "\u0117", efDot: "\u2252", fallingdotseq: "\u2252", efr: "\u{1D522}", eg: "\u2A9A", egrave: "\xE8", egs: "\u2A96", eqslantgtr: "\u2A96", egsdot: "\u2A98", el: "\u2A99", elinters: "\u23E7", ell: "\u2113", els: "\u2A95", eqslantless: "\u2A95", elsdot: "\u2A97", emacr: "\u0113", empty: "\u2205", emptyset: "\u2205", emptyv: "\u2205", varnothing: "\u2205", emsp13: "\u2004", emsp14: "\u2005", emsp: "\u2003", eng: "\u014B", ensp: "\u2002", eogon: "\u0119", eopf: "\u{1D556}", epar: "\u22D5", eparsl: "\u29E3", eplus: "\u2A71", epsi: "\u03B5", epsilon: "\u03B5", epsiv: "\u03F5", straightepsilon: "\u03F5", varepsilon: "\u03F5", equals: "=", equest: "\u225F", questeq: "\u225F", equivDD: "\u2A78", eqvparsl: "\u29E5", erDot: "\u2253", risingdotseq: "\u2253", erarr: "\u2971", escr: "\u212F", eta: "\u03B7", eth: "\xF0", euml: "\xEB", euro: "\u20AC", excl: "!", fcy: "\u0444", female: "\u2640", ffilig: "\uFB03", fflig: "\uFB00", ffllig: "\uFB04", ffr: "\u{1D523}", filig: "\uFB01", fjlig: "fj", flat: "\u266D", fllig: "\uFB02", fltns: "\u25B1", fnof: "\u0192", fopf: "\u{1D557}", fork: "\u22D4", pitchfork: "\u22D4", forkv: "\u2AD9", fpartint: "\u2A0D", frac12: "\xBD", half: "\xBD", frac13: "\u2153", frac14: "\xBC", frac15: "\u2155", frac16: "\u2159", frac18: "\u215B", frac23: "\u2154", frac25: "\u2156", frac34: "\xBE", frac35: "\u2157", frac38: "\u215C", frac45: "\u2158", frac56: "\u215A", frac58: "\u215D", frac78: "\u215E", frasl: "\u2044", frown: "\u2322", sfrown: "\u2322", fscr: "\u{1D4BB}", gEl: "\u2A8C", gtreqqless: "\u2A8C", gacute: "\u01F5", gamma: "\u03B3", gap: "\u2A86", gtrapprox: "\u2A86", gbreve: "\u011F", gcirc: "\u011D", gcy: "\u0433", gdot: "\u0121", gescc: "\u2AA9", gesdot: "\u2A80", gesdoto: "\u2A82", gesdotol: "\u2A84", gesl: "\u22DB\uFE00", gesles: "\u2A94", gfr: "\u{1D524}", gimel: "\u2137", gjcy: "\u0453", glE: "\u2A92", gla: "\u2AA5", glj: "\u2AA4", gnE: "\u2269", gneqq: "\u2269", gnap: "\u2A8A", gnapprox: "\u2A8A", gne: "\u2A88", gneq: "\u2A88", gnsim: "\u22E7", gopf: "\u{1D558}", gscr: "\u210A", gsime: "\u2A8E", gsiml: "\u2A90", gtcc: "\u2AA7", gtcir: "\u2A7A", gtdot: "\u22D7", gtrdot: "\u22D7", gtlPar: "\u2995", gtquest: "\u2A7C", gtrarr: "\u2978", gvertneqq: "\u2269\uFE00", gvnE: "\u2269\uFE00", hardcy: "\u044A", harrcir: "\u2948", harrw: "\u21AD", leftrightsquigarrow: "\u21AD", hbar: "\u210F", hslash: "\u210F", planck: "\u210F", plankv: "\u210F", hcirc: "\u0125", hearts: "\u2665", heartsuit: "\u2665", hellip: "\u2026", mldr: "\u2026", hercon: "\u22B9", hfr: "\u{1D525}", hksearow: "\u2925", searhk: "\u2925", hkswarow: "\u2926", swarhk: "\u2926", hoarr: "\u21FF", homtht: "\u223B", hookleftarrow: "\u21A9", larrhk: "\u21A9", hookrightarrow: "\u21AA", rarrhk: "\u21AA", hopf: "\u{1D559}", horbar: "\u2015", hscr: "\u{1D4BD}", hstrok: "\u0127", hybull: "\u2043", iacute: "\xED", icirc: "\xEE", icy: "\u0438", iecy: "\u0435", iexcl: "\xA1", ifr: "\u{1D526}", igrave: "\xEC", iiiint: "\u2A0C", qint: "\u2A0C", iiint: "\u222D", tint: "\u222D", iinfin: "\u29DC", iiota: "\u2129", ijlig: "\u0133", imacr: "\u012B", imath: "\u0131", inodot: "\u0131", imof: "\u22B7", imped: "\u01B5", incare: "\u2105", infin: "\u221E", infintie: "\u29DD", intcal: "\u22BA", intercal: "\u22BA", intlarhk: "\u2A17", intprod: "\u2A3C", iprod: "\u2A3C", iocy: "\u0451", iogon: "\u012F", iopf: "\u{1D55A}", iota: "\u03B9", iquest: "\xBF", iscr: "\u{1D4BE}", isinE: "\u22F9", isindot: "\u22F5", isins: "\u22F4", isinsv: "\u22F3", itilde: "\u0129", iukcy: "\u0456", iuml: "\xEF", jcirc: "\u0135", jcy: "\u0439", jfr: "\u{1D527}", jmath: "\u0237", jopf: "\u{1D55B}", jscr: "\u{1D4BF}", jsercy: "\u0458", jukcy: "\u0454", kappa: "\u03BA", kappav: "\u03F0", varkappa: "\u03F0", kcedil: "\u0137", kcy: "\u043A", kfr: "\u{1D528}", kgreen: "\u0138", khcy: "\u0445", kjcy: "\u045C", kopf: "\u{1D55C}", kscr: "\u{1D4C0}", lAtail: "\u291B", lBarr: "\u290E", lEg: "\u2A8B", lesseqqgtr: "\u2A8B", lHar: "\u2962", lacute: "\u013A", laemptyv: "\u29B4", lambda: "\u03BB", langd: "\u2991", lap: "\u2A85", lessapprox: "\u2A85", laquo: "\xAB", larrbfs: "\u291F", larrfs: "\u291D", larrlp: "\u21AB", looparrowleft: "\u21AB", larrpl: "\u2939", larrsim: "\u2973", larrtl: "\u21A2", leftarrowtail: "\u21A2", lat: "\u2AAB", latail: "\u2919", late: "\u2AAD", lates: "\u2AAD\uFE00", lbarr: "\u290C", lbbrk: "\u2772", lbrace: "{", lcub: "{", lbrack: "[", lsqb: "[", lbrke: "\u298B", lbrksld: "\u298F", lbrkslu: "\u298D", lcaron: "\u013E", lcedil: "\u013C", lcy: "\u043B", ldca: "\u2936", ldrdhar: "\u2967", ldrushar: "\u294B", ldsh: "\u21B2", le: "\u2264", leq: "\u2264", leftleftarrows: "\u21C7", llarr: "\u21C7", leftthreetimes: "\u22CB", lthree: "\u22CB", lescc: "\u2AA8", lesdot: "\u2A7F", lesdoto: "\u2A81", lesdotor: "\u2A83", lesg: "\u22DA\uFE00", lesges: "\u2A93", lessdot: "\u22D6", ltdot: "\u22D6", lfisht: "\u297C", lfr: "\u{1D529}", lgE: "\u2A91", lharul: "\u296A", lhblk: "\u2584", ljcy: "\u0459", llhard: "\u296B", lltri: "\u25FA", lmidot: "\u0140", lmoust: "\u23B0", lmoustache: "\u23B0", lnE: "\u2268", lneqq: "\u2268", lnap: "\u2A89", lnapprox: "\u2A89", lne: "\u2A87", lneq: "\u2A87", lnsim: "\u22E6", loang: "\u27EC", loarr: "\u21FD", longmapsto: "\u27FC", xmap: "\u27FC", looparrowright: "\u21AC", rarrlp: "\u21AC", lopar: "\u2985", lopf: "\u{1D55D}", loplus: "\u2A2D", lotimes: "\u2A34", lowast: "\u2217", loz: "\u25CA", lozenge: "\u25CA", lpar: "(", lparlt: "\u2993", lrhard: "\u296D", lrm: "\u200E", lrtri: "\u22BF", lsaquo: "\u2039", lscr: "\u{1D4C1}", lsime: "\u2A8D", lsimg: "\u2A8F", lsquor: "\u201A", sbquo: "\u201A", lstrok: "\u0142", ltcc: "\u2AA6", ltcir: "\u2A79", ltimes: "\u22C9", ltlarr: "\u2976", ltquest: "\u2A7B", ltrPar: "\u2996", ltri: "\u25C3", triangleleft: "\u25C3", lurdshar: "\u294A", luruhar: "\u2966", lvertneqq: "\u2268\uFE00", lvnE: "\u2268\uFE00", mDDot: "\u223A", macr: "\xAF", strns: "\xAF", male: "\u2642", malt: "\u2720", maltese: "\u2720", marker: "\u25AE", mcomma: "\u2A29", mcy: "\u043C", mdash: "\u2014", mfr: "\u{1D52A}", mho: "\u2127", micro: "\xB5", midcir: "\u2AF0", minus: "\u2212", minusdu: "\u2A2A", mlcp: "\u2ADB", models: "\u22A7", mopf: "\u{1D55E}", mscr: "\u{1D4C2}", mu: "\u03BC", multimap: "\u22B8", mumap: "\u22B8", nGg: "\u22D9\u0338", nGt: "\u226B\u20D2", nLeftarrow: "\u21CD", nlArr: "\u21CD", nLeftrightarrow: "\u21CE", nhArr: "\u21CE", nLl: "\u22D8\u0338", nLt: "\u226A\u20D2", nRightarrow: "\u21CF", nrArr: "\u21CF", nVDash: "\u22AF", nVdash: "\u22AE", nacute: "\u0144", nang: "\u2220\u20D2", napE: "\u2A70\u0338", napid: "\u224B\u0338", napos: "\u0149", natur: "\u266E", natural: "\u266E", ncap: "\u2A43", ncaron: "\u0148", ncedil: "\u0146", ncongdot: "\u2A6D\u0338", ncup: "\u2A42", ncy: "\u043D", ndash: "\u2013", neArr: "\u21D7", nearhk: "\u2924", nedot: "\u2250\u0338", nesear: "\u2928", toea: "\u2928", nfr: "\u{1D52B}", nharr: "\u21AE", nleftrightarrow: "\u21AE", nhpar: "\u2AF2", nis: "\u22FC", nisd: "\u22FA", njcy: "\u045A", nlE: "\u2266\u0338", nleqq: "\u2266\u0338", nlarr: "\u219A", nleftarrow: "\u219A", nldr: "\u2025", nopf: "\u{1D55F}", not: "\xAC", notinE: "\u22F9\u0338", notindot: "\u22F5\u0338", notinvb: "\u22F7", notinvc: "\u22F6", notnivb: "\u22FE", notnivc: "\u22FD", nparsl: "\u2AFD\u20E5", npart: "\u2202\u0338", npolint: "\u2A14", nrarr: "\u219B", nrightarrow: "\u219B", nrarrc: "\u2933\u0338", nrarrw: "\u219D\u0338", nscr: "\u{1D4C3}", nsub: "\u2284", nsubE: "\u2AC5\u0338", nsubseteqq: "\u2AC5\u0338", nsup: "\u2285", nsupE: "\u2AC6\u0338", nsupseteqq: "\u2AC6\u0338", ntilde: "\xF1", nu: "\u03BD", num: "#", numero: "\u2116", numsp: "\u2007", nvDash: "\u22AD", nvHarr: "\u2904", nvap: "\u224D\u20D2", nvdash: "\u22AC", nvge: "\u2265\u20D2", nvgt: ">\u20D2", nvinfin: "\u29DE", nvlArr: "\u2902", nvle: "\u2264\u20D2", nvlt: "<\u20D2", nvltrie: "\u22B4\u20D2", nvrArr: "\u2903", nvrtrie: "\u22B5\u20D2", nvsim: "\u223C\u20D2", nwArr: "\u21D6", nwarhk: "\u2923", nwnear: "\u2927", oacute: "\xF3", ocirc: "\xF4", ocy: "\u043E", odblac: "\u0151", odiv: "\u2A38", odsold: "\u29BC", oelig: "\u0153", ofcir: "\u29BF", ofr: "\u{1D52C}", ogon: "\u02DB", ograve: "\xF2", ogt: "\u29C1", ohbar: "\u29B5", olcir: "\u29BE", olcross: "\u29BB", olt: "\u29C0", omacr: "\u014D", omega: "\u03C9", omicron: "\u03BF", omid: "\u29B6", oopf: "\u{1D560}", opar: "\u29B7", operp: "\u29B9", or: "\u2228", vee: "\u2228", ord: "\u2A5D", order: "\u2134", orderof: "\u2134", oscr: "\u2134", ordf: "\xAA", ordm: "\xBA", origof: "\u22B6", oror: "\u2A56", orslope: "\u2A57", orv: "\u2A5B", oslash: "\xF8", osol: "\u2298", otilde: "\xF5", otimesas: "\u2A36", ouml: "\xF6", ovbar: "\u233D", para: "\xB6", parsim: "\u2AF3", parsl: "\u2AFD", pcy: "\u043F", percnt: "%", period: ".", permil: "\u2030", pertenk: "\u2031", pfr: "\u{1D52D}", phi: "\u03C6", phiv: "\u03D5", straightphi: "\u03D5", varphi: "\u03D5", phone: "\u260E", pi: "\u03C0", piv: "\u03D6", varpi: "\u03D6", planckh: "\u210E", plus: "+", plusacir: "\u2A23", pluscir: "\u2A22", plusdu: "\u2A25", pluse: "\u2A72", plussim: "\u2A26", plustwo: "\u2A27", pointint: "\u2A15", popf: "\u{1D561}", pound: "\xA3", prE: "\u2AB3", prap: "\u2AB7", precapprox: "\u2AB7", precnapprox: "\u2AB9", prnap: "\u2AB9", precneqq: "\u2AB5", prnE: "\u2AB5", precnsim: "\u22E8", prnsim: "\u22E8", prime: "\u2032", profalar: "\u232E", profline: "\u2312", profsurf: "\u2313", prurel: "\u22B0", pscr: "\u{1D4C5}", psi: "\u03C8", puncsp: "\u2008", qfr: "\u{1D52E}", qopf: "\u{1D562}", qprime: "\u2057", qscr: "\u{1D4C6}", quatint: "\u2A16", quest: "?", rAtail: "\u291C", rHar: "\u2964", race: "\u223D\u0331", racute: "\u0155", raemptyv: "\u29B3", rangd: "\u2992", range: "\u29A5", raquo: "\xBB", rarrap: "\u2975", rarrbfs: "\u2920", rarrc: "\u2933", rarrfs: "\u291E", rarrpl: "\u2945", rarrsim: "\u2974", rarrtl: "\u21A3", rightarrowtail: "\u21A3", rarrw: "\u219D", rightsquigarrow: "\u219D", ratail: "\u291A", ratio: "\u2236", rbbrk: "\u2773", rbrace: "}", rcub: "}", rbrack: "]", rsqb: "]", rbrke: "\u298C", rbrksld: "\u298E", rbrkslu: "\u2990", rcaron: "\u0159", rcedil: "\u0157", rcy: "\u0440", rdca: "\u2937", rdldhar: "\u2969", rdsh: "\u21B3", rect: "\u25AD", rfisht: "\u297D", rfr: "\u{1D52F}", rharul: "\u296C", rho: "\u03C1", rhov: "\u03F1", varrho: "\u03F1", rightrightarrows: "\u21C9", rrarr: "\u21C9", rightthreetimes: "\u22CC", rthree: "\u22CC", ring: "\u02DA", rlm: "\u200F", rmoust: "\u23B1", rmoustache: "\u23B1", rnmid: "\u2AEE", roang: "\u27ED", roarr: "\u21FE", ropar: "\u2986", ropf: "\u{1D563}", roplus: "\u2A2E", rotimes: "\u2A35", rpar: ")", rpargt: "\u2994", rppolint: "\u2A12", rsaquo: "\u203A", rscr: "\u{1D4C7}", rtimes: "\u22CA", rtri: "\u25B9", triangleright: "\u25B9", rtriltri: "\u29CE", ruluhar: "\u2968", rx: "\u211E", sacute: "\u015B", scE: "\u2AB4", scap: "\u2AB8", succapprox: "\u2AB8", scaron: "\u0161", scedil: "\u015F", scirc: "\u015D", scnE: "\u2AB6", succneqq: "\u2AB6", scnap: "\u2ABA", succnapprox: "\u2ABA", scnsim: "\u22E9", succnsim: "\u22E9", scpolint: "\u2A13", scy: "\u0441", sdot: "\u22C5", sdote: "\u2A66", seArr: "\u21D8", sect: "\xA7", semi: ";", seswar: "\u2929", tosa: "\u2929", sext: "\u2736", sfr: "\u{1D530}", sharp: "\u266F", shchcy: "\u0449", shcy: "\u0448", shy: "\xAD", sigma: "\u03C3", sigmaf: "\u03C2", sigmav: "\u03C2", varsigma: "\u03C2", simdot: "\u2A6A", simg: "\u2A9E", simgE: "\u2AA0", siml: "\u2A9D", simlE: "\u2A9F", simne: "\u2246", simplus: "\u2A24", simrarr: "\u2972", smashp: "\u2A33", smeparsl: "\u29E4", smile: "\u2323", ssmile: "\u2323", smt: "\u2AAA", smte: "\u2AAC", smtes: "\u2AAC\uFE00", softcy: "\u044C", sol: "/", solb: "\u29C4", solbar: "\u233F", sopf: "\u{1D564}", spades: "\u2660", spadesuit: "\u2660", sqcaps: "\u2293\uFE00", sqcups: "\u2294\uFE00", sscr: "\u{1D4C8}", star: "\u2606", sub: "\u2282", subset: "\u2282", subE: "\u2AC5", subseteqq: "\u2AC5", subdot: "\u2ABD", subedot: "\u2AC3", submult: "\u2AC1", subnE: "\u2ACB", subsetneqq: "\u2ACB", subne: "\u228A", subsetneq: "\u228A", subplus: "\u2ABF", subrarr: "\u2979", subsim: "\u2AC7", subsub: "\u2AD5", subsup: "\u2AD3", sung: "\u266A", sup1: "\xB9", sup2: "\xB2", sup3: "\xB3", supE: "\u2AC6", supseteqq: "\u2AC6", supdot: "\u2ABE", supdsub: "\u2AD8", supedot: "\u2AC4", suphsol: "\u27C9", suphsub: "\u2AD7", suplarr: "\u297B", supmult: "\u2AC2", supnE: "\u2ACC", supsetneqq: "\u2ACC", supne: "\u228B", supsetneq: "\u228B", supplus: "\u2AC0", supsim: "\u2AC8", supsub: "\u2AD4", supsup: "\u2AD6", swArr: "\u21D9", swnwar: "\u292A", szlig: "\xDF", target: "\u2316", tau: "\u03C4", tcaron: "\u0165", tcedil: "\u0163", tcy: "\u0442", telrec: "\u2315", tfr: "\u{1D531}", theta: "\u03B8", thetasym: "\u03D1", thetav: "\u03D1", vartheta: "\u03D1", thorn: "\xFE", times: "\xD7", timesbar: "\u2A31", timesd: "\u2A30", topbot: "\u2336", topcir: "\u2AF1", topf: "\u{1D565}", topfork: "\u2ADA", tprime: "\u2034", triangle: "\u25B5", utri: "\u25B5", triangleq: "\u225C", trie: "\u225C", tridot: "\u25EC", triminus: "\u2A3A", triplus: "\u2A39", trisb: "\u29CD", tritime: "\u2A3B", trpezium: "\u23E2", tscr: "\u{1D4C9}", tscy: "\u0446", tshcy: "\u045B", tstrok: "\u0167", uHar: "\u2963", uacute: "\xFA", ubrcy: "\u045E", ubreve: "\u016D", ucirc: "\xFB", ucy: "\u0443", udblac: "\u0171", ufisht: "\u297E", ufr: "\u{1D532}", ugrave: "\xF9", uhblk: "\u2580", ulcorn: "\u231C", ulcorner: "\u231C", ulcrop: "\u230F", ultri: "\u25F8", umacr: "\u016B", uogon: "\u0173", uopf: "\u{1D566}", upsi: "\u03C5", upsilon: "\u03C5", upuparrows: "\u21C8", uuarr: "\u21C8", urcorn: "\u231D", urcorner: "\u231D", urcrop: "\u230E", uring: "\u016F", urtri: "\u25F9", uscr: "\u{1D4CA}", utdot: "\u22F0", utilde: "\u0169", uuml: "\xFC", uwangle: "\u29A7", vBar: "\u2AE8", vBarv: "\u2AE9", vangrt: "\u299C", varsubsetneq: "\u228A\uFE00", vsubne: "\u228A\uFE00", varsubsetneqq: "\u2ACB\uFE00", vsubnE: "\u2ACB\uFE00", varsupsetneq: "\u228B\uFE00", vsupne: "\u228B\uFE00", varsupsetneqq: "\u2ACC\uFE00", vsupnE: "\u2ACC\uFE00", vcy: "\u0432", veebar: "\u22BB", veeeq: "\u225A", vellip: "\u22EE", vfr: "\u{1D533}", vopf: "\u{1D567}", vscr: "\u{1D4CB}", vzigzag: "\u299A", wcirc: "\u0175", wedbar: "\u2A5F", wedgeq: "\u2259", weierp: "\u2118", wp: "\u2118", wfr: "\u{1D534}", wopf: "\u{1D568}", wscr: "\u{1D4CC}", xfr: "\u{1D535}", xi: "\u03BE", xnis: "\u22FB", xopf: "\u{1D569}", xscr: "\u{1D4CD}", yacute: "\xFD", yacy: "\u044F", ycirc: "\u0177", ycy: "\u044B", yen: "\xA5", yfr: "\u{1D536}", yicy: "\u0457", yopf: "\u{1D56A}", yscr: "\u{1D4CE}", yucy: "\u044E", yuml: "\xFF", zacute: "\u017A", zcaron: "\u017E", zcy: "\u0437", zdot: "\u017C", zeta: "\u03B6", zfr: "\u{1D537}", zhcy: "\u0436", zigrarr: "\u21DD", zopf: "\u{1D56B}", zscr: "\u{1D4CF}", zwj: "\u200D", zwnj: "\u200C" };
1621
+ var Ua = "\uE500";
1622
+ Me.ngsp = Ua;
1623
+ var Wa = [/@/, /^\s*$/, /[<>]/, /^[{}]$/, /&(#|[a-z])/i, /^\/\//];
1624
+ function Bs(t8, e) {
1625
+ if (e != null && !(Array.isArray(e) && e.length == 2)) throw new Error(`Expected '${t8}' to be an array, [start, end].`);
1626
+ if (e != null) {
1627
+ let r = e[0], n = e[1];
1628
+ Wa.forEach((s) => {
1629
+ if (s.test(r) || s.test(n)) throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`);
1630
+ });
1631
+ }
1632
+ }
1633
+ var Lr = class t2 {
1634
+ static fromArray(e) {
1635
+ return e ? (Bs("interpolation", e), new t2(e[0], e[1])) : Fr;
1636
+ }
1637
+ constructor(e, r) {
1638
+ this.start = e, this.end = r;
1639
+ }
1640
+ };
1641
+ var Fr = new Lr("{{", "}}");
1642
+ var ft = class extends Ie {
1643
+ constructor(e, r, n) {
1644
+ super(n, e), this.tokenType = r;
1645
+ }
1646
+ };
1647
+ var Or = class {
1648
+ constructor(e, r, n) {
1649
+ this.tokens = e, this.errors = r, this.nonNormalizedIcuExpressions = n;
1650
+ }
1651
+ };
1652
+ function Us(t8, e, r, n = {}) {
1653
+ let s = new $r(new Ee(t8, e), r, n);
1654
+ return s.tokenize(), new Or(Co(s.tokens), s.errors, s.nonNormalizedIcuExpressions);
1655
+ }
1656
+ var lo = /\r\n?/g;
1657
+ function qe(t8) {
1658
+ return `Unexpected character "${t8 === 0 ? "EOF" : String.fromCharCode(t8)}"`;
1659
+ }
1660
+ function Is(t8) {
1661
+ return `Unknown entity "${t8}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`;
1662
+ }
1663
+ function co(t8, e) {
1664
+ return `Unable to parse entity "${e}" - ${t8} character reference entities must end with ";"`;
1665
+ }
1666
+ var Zt;
1667
+ (function(t8) {
1668
+ t8.HEX = "hexadecimal", t8.DEC = "decimal";
1669
+ })(Zt || (Zt = {}));
1670
+ var dt = class {
1671
+ constructor(e) {
1672
+ this.error = e;
1673
+ }
1674
+ };
1675
+ var $r = class {
1676
+ constructor(e, r, n) {
1677
+ this._getTagContentType = r, this._currentTokenStart = null, this._currentTokenType = null, this._expansionCaseStack = [], this._inInterpolation = false, this._fullNameStack = [], this.tokens = [], this.errors = [], this.nonNormalizedIcuExpressions = [], this._tokenizeIcu = n.tokenizeExpansionForms || false, this._interpolationConfig = n.interpolationConfig || Fr, this._leadingTriviaCodePoints = n.leadingTriviaChars && n.leadingTriviaChars.map((i) => i.codePointAt(0) || 0), this._canSelfClose = n.canSelfClose || false, this._allowHtmComponentClosingTags = n.allowHtmComponentClosingTags || false;
1678
+ let s = n.range || { endPos: e.content.length, startPos: 0, startLine: 0, startCol: 0 };
1679
+ this._cursor = n.escapedString ? new Mr(e, s) : new er(e, s), this._preserveLineEndings = n.preserveLineEndings || false, this._i18nNormalizeLineEndingsInICUs = n.i18nNormalizeLineEndingsInICUs || false, this._tokenizeBlocks = _nullishCoalesce(n.tokenizeBlocks, () => ( true)), this._tokenizeLet = _nullishCoalesce(n.tokenizeLet, () => ( true));
1680
+ try {
1681
+ this._cursor.init();
1682
+ } catch (i) {
1683
+ this.handleError(i);
1684
+ }
1685
+ }
1686
+ _processCarriageReturns(e) {
1687
+ return this._preserveLineEndings ? e : e.replace(lo, `
1688
+ `);
1689
+ }
1690
+ tokenize() {
1691
+ for (; this._cursor.peek() !== 0; ) {
1692
+ let e = this._cursor.clone();
1693
+ try {
1694
+ if (this._attemptCharCode(60)) if (this._attemptCharCode(33)) this._attemptStr("[CDATA[") ? this._consumeCdata(e) : this._attemptStr("--") ? this._consumeComment(e) : this._attemptStrCaseInsensitive("doctype") ? this._consumeDocType(e) : this._consumeBogusComment(e);
1695
+ else if (this._attemptCharCode(47)) this._consumeTagClose(e);
1696
+ else {
1697
+ let r = this._cursor.clone();
1698
+ this._attemptCharCode(63) ? (this._cursor = r, this._consumeBogusComment(e)) : this._consumeTagOpen(e);
1699
+ }
1700
+ else this._tokenizeLet && this._cursor.peek() === 64 && !this._inInterpolation && this._attemptStr("@let") ? this._consumeLetDeclaration(e) : this._tokenizeBlocks && this._attemptCharCode(64) ? this._consumeBlockStart(e) : this._tokenizeBlocks && !this._inInterpolation && !this._isInExpansionCase() && !this._isInExpansionForm() && this._attemptCharCode(125) ? this._consumeBlockEnd(e) : this._tokenizeIcu && this._tokenizeExpansionForm() || this._consumeWithInterpolation(5, 8, () => this._isTextEnd(), () => this._isTagStart());
1701
+ } catch (r) {
1702
+ this.handleError(r);
1703
+ }
1704
+ }
1705
+ this._beginToken(34), this._endToken([]);
1706
+ }
1707
+ _getBlockName() {
1708
+ let e = false, r = this._cursor.clone();
1709
+ return this._attemptCharCodeUntilFn((n) => at(n) ? !e : $s(n) ? (e = true, false) : true), this._cursor.getChars(r).trim();
1710
+ }
1711
+ _consumeBlockStart(e) {
1712
+ this._beginToken(25, e);
1713
+ let r = this._endToken([this._getBlockName()]);
1714
+ if (this._cursor.peek() === 40) if (this._cursor.advance(), this._consumeBlockParameters(), this._attemptCharCodeUntilFn(b), this._attemptCharCode(41)) this._attemptCharCodeUntilFn(b);
1715
+ else {
1716
+ r.type = 29;
1717
+ return;
1718
+ }
1719
+ this._attemptCharCode(123) ? (this._beginToken(26), this._endToken([])) : r.type = 29;
1720
+ }
1721
+ _consumeBlockEnd(e) {
1722
+ this._beginToken(27, e), this._endToken([]);
1723
+ }
1724
+ _consumeBlockParameters() {
1725
+ for (this._attemptCharCodeUntilFn(Ms); this._cursor.peek() !== 41 && this._cursor.peek() !== 0; ) {
1726
+ this._beginToken(28);
1727
+ let e = this._cursor.clone(), r = null, n = 0;
1728
+ for (; this._cursor.peek() !== 59 && this._cursor.peek() !== 0 || r !== null; ) {
1729
+ let s = this._cursor.peek();
1730
+ if (s === 92) this._cursor.advance();
1731
+ else if (s === r) r = null;
1732
+ else if (r === null && It(s)) r = s;
1733
+ else if (s === 40 && r === null) n++;
1734
+ else if (s === 41 && r === null) {
1735
+ if (n === 0) break;
1736
+ n > 0 && n--;
1737
+ }
1738
+ this._cursor.advance();
1739
+ }
1740
+ this._endToken([this._cursor.getChars(e)]), this._attemptCharCodeUntilFn(Ms);
1741
+ }
1742
+ }
1743
+ _consumeLetDeclaration(e) {
1744
+ if (this._beginToken(30, e), at(this._cursor.peek())) this._attemptCharCodeUntilFn(b);
1745
+ else {
1746
+ let s = this._endToken([this._cursor.getChars(e)]);
1747
+ s.type = 33;
1748
+ return;
1749
+ }
1750
+ let r = this._endToken([this._getLetDeclarationName()]);
1751
+ if (this._attemptCharCodeUntilFn(b), !this._attemptCharCode(61)) {
1752
+ r.type = 33;
1753
+ return;
1754
+ }
1755
+ this._attemptCharCodeUntilFn((s) => b(s) && !Pt(s)), this._consumeLetDeclarationValue(), this._cursor.peek() === 59 ? (this._beginToken(32), this._endToken([]), this._cursor.advance()) : (r.type = 33, r.sourceSpan = this._cursor.getSpan(e));
1756
+ }
1757
+ _getLetDeclarationName() {
1758
+ let e = this._cursor.clone(), r = false;
1759
+ return this._attemptCharCodeUntilFn((n) => ot(n) || n === 36 || n === 95 || r && Nt(n) ? (r = true, false) : true), this._cursor.getChars(e).trim();
1760
+ }
1761
+ _consumeLetDeclarationValue() {
1762
+ let e = this._cursor.clone();
1763
+ for (this._beginToken(31, e); this._cursor.peek() !== 0; ) {
1764
+ let r = this._cursor.peek();
1765
+ if (r === 59) break;
1766
+ It(r) && (this._cursor.advance(), this._attemptCharCodeUntilFn((n) => n === 92 ? (this._cursor.advance(), false) : n === r)), this._cursor.advance();
1767
+ }
1768
+ this._endToken([this._cursor.getChars(e)]);
1769
+ }
1770
+ _tokenizeExpansionForm() {
1771
+ if (this.isExpansionFormStart()) return this._consumeExpansionFormStart(), true;
1772
+ if (fo(this._cursor.peek()) && this._isInExpansionForm()) return this._consumeExpansionCaseStart(), true;
1773
+ if (this._cursor.peek() === 125) {
1774
+ if (this._isInExpansionCase()) return this._consumeExpansionCaseEnd(), true;
1775
+ if (this._isInExpansionForm()) return this._consumeExpansionFormEnd(), true;
1776
+ }
1777
+ return false;
1778
+ }
1779
+ _beginToken(e, r = this._cursor.clone()) {
1780
+ this._currentTokenStart = r, this._currentTokenType = e;
1781
+ }
1782
+ _endToken(e, r) {
1783
+ if (this._currentTokenStart === null) throw new ft("Programming error - attempted to end a token when there was no start to the token", this._currentTokenType, this._cursor.getSpan(r));
1784
+ if (this._currentTokenType === null) throw new ft("Programming error - attempted to end a token which has no token type", null, this._cursor.getSpan(this._currentTokenStart));
1785
+ let n = { type: this._currentTokenType, parts: e, sourceSpan: (_nullishCoalesce(r, () => ( this._cursor))).getSpan(this._currentTokenStart, this._leadingTriviaCodePoints) };
1786
+ return this.tokens.push(n), this._currentTokenStart = null, this._currentTokenType = null, n;
1787
+ }
1788
+ _createError(e, r) {
1789
+ this._isInExpansionForm() && (e += ` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);
1790
+ let n = new ft(e, this._currentTokenType, r);
1791
+ return this._currentTokenStart = null, this._currentTokenType = null, new dt(n);
1792
+ }
1793
+ handleError(e) {
1794
+ if (e instanceof gt && (e = this._createError(e.msg, this._cursor.getSpan(e.cursor))), e instanceof dt) this.errors.push(e.error);
1795
+ else throw e;
1796
+ }
1797
+ _attemptCharCode(e) {
1798
+ return this._cursor.peek() === e ? (this._cursor.advance(), true) : false;
1799
+ }
1800
+ _attemptCharCodeCaseInsensitive(e) {
1801
+ return go(this._cursor.peek(), e) ? (this._cursor.advance(), true) : false;
1802
+ }
1803
+ _requireCharCode(e) {
1804
+ let r = this._cursor.clone();
1805
+ if (!this._attemptCharCode(e)) throw this._createError(qe(this._cursor.peek()), this._cursor.getSpan(r));
1806
+ }
1807
+ _attemptStr(e) {
1808
+ let r = e.length;
1809
+ if (this._cursor.charsLeft() < r) return false;
1810
+ let n = this._cursor.clone();
1811
+ for (let s = 0; s < r; s++) if (!this._attemptCharCode(e.charCodeAt(s))) return this._cursor = n, false;
1812
+ return true;
1813
+ }
1814
+ _attemptStrCaseInsensitive(e) {
1815
+ for (let r = 0; r < e.length; r++) if (!this._attemptCharCodeCaseInsensitive(e.charCodeAt(r))) return false;
1816
+ return true;
1817
+ }
1818
+ _requireStr(e) {
1819
+ let r = this._cursor.clone();
1820
+ if (!this._attemptStr(e)) throw this._createError(qe(this._cursor.peek()), this._cursor.getSpan(r));
1821
+ }
1822
+ _requireStrCaseInsensitive(e) {
1823
+ let r = this._cursor.clone();
1824
+ if (!this._attemptStrCaseInsensitive(e)) throw this._createError(qe(this._cursor.peek()), this._cursor.getSpan(r));
1825
+ }
1826
+ _attemptCharCodeUntilFn(e) {
1827
+ for (; !e(this._cursor.peek()); ) this._cursor.advance();
1828
+ }
1829
+ _requireCharCodeUntilFn(e, r) {
1830
+ let n = this._cursor.clone();
1831
+ if (this._attemptCharCodeUntilFn(e), this._cursor.diff(n) < r) throw this._createError(qe(this._cursor.peek()), this._cursor.getSpan(n));
1832
+ }
1833
+ _attemptUntilChar(e) {
1834
+ for (; this._cursor.peek() !== e; ) this._cursor.advance();
1835
+ }
1836
+ _readChar() {
1837
+ let e = String.fromCodePoint(this._cursor.peek());
1838
+ return this._cursor.advance(), e;
1839
+ }
1840
+ _consumeEntity(e) {
1841
+ this._beginToken(9);
1842
+ let r = this._cursor.clone();
1843
+ if (this._cursor.advance(), this._attemptCharCode(35)) {
1844
+ let n = this._attemptCharCode(120) || this._attemptCharCode(88), s = this._cursor.clone();
1845
+ if (this._attemptCharCodeUntilFn(ho), this._cursor.peek() != 59) {
1846
+ this._cursor.advance();
1847
+ let a = n ? Zt.HEX : Zt.DEC;
1848
+ throw this._createError(co(a, this._cursor.getChars(r)), this._cursor.getSpan());
1849
+ }
1850
+ let i = this._cursor.getChars(s);
1851
+ this._cursor.advance();
1852
+ try {
1853
+ let a = parseInt(i, n ? 16 : 10);
1854
+ this._endToken([String.fromCharCode(a), this._cursor.getChars(r)]);
1855
+ } catch (e3) {
1856
+ throw this._createError(Is(this._cursor.getChars(r)), this._cursor.getSpan());
1857
+ }
1858
+ } else {
1859
+ let n = this._cursor.clone();
1860
+ if (this._attemptCharCodeUntilFn(mo), this._cursor.peek() != 59) this._beginToken(e, r), this._cursor = n, this._endToken(["&"]);
1861
+ else {
1862
+ let s = this._cursor.getChars(n);
1863
+ this._cursor.advance();
1864
+ let i = Me[s];
1865
+ if (!i) throw this._createError(Is(s), this._cursor.getSpan(r));
1866
+ this._endToken([i, `&${s};`]);
1867
+ }
1868
+ }
1869
+ }
1870
+ _consumeRawText(e, r) {
1871
+ this._beginToken(e ? 6 : 7);
1872
+ let n = [];
1873
+ for (; ; ) {
1874
+ let s = this._cursor.clone(), i = r();
1875
+ if (this._cursor = s, i) break;
1876
+ e && this._cursor.peek() === 38 ? (this._endToken([this._processCarriageReturns(n.join(""))]), n.length = 0, this._consumeEntity(6), this._beginToken(6)) : n.push(this._readChar());
1877
+ }
1878
+ this._endToken([this._processCarriageReturns(n.join(""))]);
1879
+ }
1880
+ _consumeComment(e) {
1881
+ this._beginToken(10, e), this._endToken([]), this._consumeRawText(false, () => this._attemptStr("-->")), this._beginToken(11), this._requireStr("-->"), this._endToken([]);
1882
+ }
1883
+ _consumeBogusComment(e) {
1884
+ this._beginToken(10, e), this._endToken([]), this._consumeRawText(false, () => this._cursor.peek() === 62), this._beginToken(11), this._cursor.advance(), this._endToken([]);
1885
+ }
1886
+ _consumeCdata(e) {
1887
+ this._beginToken(12, e), this._endToken([]), this._consumeRawText(false, () => this._attemptStr("]]>")), this._beginToken(13), this._requireStr("]]>"), this._endToken([]);
1888
+ }
1889
+ _consumeDocType(e) {
1890
+ this._beginToken(18, e), this._endToken([]), this._consumeRawText(false, () => this._cursor.peek() === 62), this._beginToken(19), this._cursor.advance(), this._endToken([]);
1891
+ }
1892
+ _consumePrefixAndName() {
1893
+ let e = this._cursor.clone(), r = "";
1894
+ for (; this._cursor.peek() !== 58 && !po(this._cursor.peek()); ) this._cursor.advance();
1895
+ let n;
1896
+ this._cursor.peek() === 58 ? (r = this._cursor.getChars(e), this._cursor.advance(), n = this._cursor.clone()) : n = e, this._requireCharCodeUntilFn(Rs, r === "" ? 0 : 1);
1897
+ let s = this._cursor.getChars(n);
1898
+ return [r, s];
1899
+ }
1900
+ _consumeTagOpen(e) {
1901
+ let r, n, s, i = [];
1902
+ try {
1903
+ if (!ot(this._cursor.peek())) throw this._createError(qe(this._cursor.peek()), this._cursor.getSpan(e));
1904
+ for (s = this._consumeTagOpenStart(e), n = s.parts[0], r = s.parts[1], this._attemptCharCodeUntilFn(b); this._cursor.peek() !== 47 && this._cursor.peek() !== 62 && this._cursor.peek() !== 60 && this._cursor.peek() !== 0; ) {
1905
+ let [o, u] = this._consumeAttributeName();
1906
+ if (this._attemptCharCodeUntilFn(b), this._attemptCharCode(61)) {
1907
+ this._attemptCharCodeUntilFn(b);
1908
+ let p = this._consumeAttributeValue();
1909
+ i.push({ prefix: o, name: u, value: p });
1910
+ } else i.push({ prefix: o, name: u });
1911
+ this._attemptCharCodeUntilFn(b);
1912
+ }
1913
+ this._consumeTagOpenEnd();
1914
+ } catch (o) {
1915
+ if (o instanceof dt) {
1916
+ s ? s.type = 4 : (this._beginToken(5, e), this._endToken(["<"]));
1917
+ return;
1918
+ }
1919
+ throw o;
1920
+ }
1921
+ if (this._canSelfClose && this.tokens[this.tokens.length - 1].type === 2) return;
1922
+ let a = this._getTagContentType(r, n, this._fullNameStack.length > 0, i);
1923
+ this._handleFullNameStackForTagOpen(n, r), a === I.RAW_TEXT ? this._consumeRawTextWithTagClose(n, r, false) : a === I.ESCAPABLE_RAW_TEXT && this._consumeRawTextWithTagClose(n, r, true);
1924
+ }
1925
+ _consumeRawTextWithTagClose(e, r, n) {
1926
+ this._consumeRawText(n, () => !this._attemptCharCode(60) || !this._attemptCharCode(47) || (this._attemptCharCodeUntilFn(b), !this._attemptStrCaseInsensitive(e ? `${e}:${r}` : r)) ? false : (this._attemptCharCodeUntilFn(b), this._attemptCharCode(62))), this._beginToken(3), this._requireCharCodeUntilFn((s) => s === 62, 3), this._cursor.advance(), this._endToken([e, r]), this._handleFullNameStackForTagClose(e, r);
1927
+ }
1928
+ _consumeTagOpenStart(e) {
1929
+ this._beginToken(0, e);
1930
+ let r = this._consumePrefixAndName();
1931
+ return this._endToken(r);
1932
+ }
1933
+ _consumeAttributeName() {
1934
+ let e = this._cursor.peek();
1935
+ if (e === 39 || e === 34) throw this._createError(qe(e), this._cursor.getSpan());
1936
+ this._beginToken(14);
1937
+ let r = this._consumePrefixAndName();
1938
+ return this._endToken(r), r;
1939
+ }
1940
+ _consumeAttributeValue() {
1941
+ let e;
1942
+ if (this._cursor.peek() === 39 || this._cursor.peek() === 34) {
1943
+ let r = this._cursor.peek();
1944
+ this._consumeQuote(r);
1945
+ let n = () => this._cursor.peek() === r;
1946
+ e = this._consumeWithInterpolation(16, 17, n, n), this._consumeQuote(r);
1947
+ } else {
1948
+ let r = () => Rs(this._cursor.peek());
1949
+ e = this._consumeWithInterpolation(16, 17, r, r);
1950
+ }
1951
+ return e;
1952
+ }
1953
+ _consumeQuote(e) {
1954
+ this._beginToken(15), this._requireCharCode(e), this._endToken([String.fromCodePoint(e)]);
1955
+ }
1956
+ _consumeTagOpenEnd() {
1957
+ let e = this._attemptCharCode(47) ? 2 : 1;
1958
+ this._beginToken(e), this._requireCharCode(62), this._endToken([]);
1959
+ }
1960
+ _consumeTagClose(e) {
1961
+ if (this._beginToken(3, e), this._attemptCharCodeUntilFn(b), this._allowHtmComponentClosingTags && this._attemptCharCode(47)) this._attemptCharCodeUntilFn(b), this._requireCharCode(62), this._endToken([]);
1962
+ else {
1963
+ let [r, n] = this._consumePrefixAndName();
1964
+ this._attemptCharCodeUntilFn(b), this._requireCharCode(62), this._endToken([r, n]), this._handleFullNameStackForTagClose(r, n);
1965
+ }
1966
+ }
1967
+ _consumeExpansionFormStart() {
1968
+ this._beginToken(20), this._requireCharCode(123), this._endToken([]), this._expansionCaseStack.push(20), this._beginToken(7);
1969
+ let e = this._readUntil(44), r = this._processCarriageReturns(e);
1970
+ if (this._i18nNormalizeLineEndingsInICUs) this._endToken([r]);
1971
+ else {
1972
+ let s = this._endToken([e]);
1973
+ r !== e && this.nonNormalizedIcuExpressions.push(s);
1974
+ }
1975
+ this._requireCharCode(44), this._attemptCharCodeUntilFn(b), this._beginToken(7);
1976
+ let n = this._readUntil(44);
1977
+ this._endToken([n]), this._requireCharCode(44), this._attemptCharCodeUntilFn(b);
1978
+ }
1979
+ _consumeExpansionCaseStart() {
1980
+ this._beginToken(21);
1981
+ let e = this._readUntil(123).trim();
1982
+ this._endToken([e]), this._attemptCharCodeUntilFn(b), this._beginToken(22), this._requireCharCode(123), this._endToken([]), this._attemptCharCodeUntilFn(b), this._expansionCaseStack.push(22);
1983
+ }
1984
+ _consumeExpansionCaseEnd() {
1985
+ this._beginToken(23), this._requireCharCode(125), this._endToken([]), this._attemptCharCodeUntilFn(b), this._expansionCaseStack.pop();
1986
+ }
1987
+ _consumeExpansionFormEnd() {
1988
+ this._beginToken(24), this._requireCharCode(125), this._endToken([]), this._expansionCaseStack.pop();
1989
+ }
1990
+ _consumeWithInterpolation(e, r, n, s) {
1991
+ this._beginToken(e);
1992
+ let i = [];
1993
+ for (; !n(); ) {
1994
+ let o = this._cursor.clone();
1995
+ this._interpolationConfig && this._attemptStr(this._interpolationConfig.start) ? (this._endToken([this._processCarriageReturns(i.join(""))], o), i.length = 0, this._consumeInterpolation(r, o, s), this._beginToken(e)) : this._cursor.peek() === 38 ? (this._endToken([this._processCarriageReturns(i.join(""))]), i.length = 0, this._consumeEntity(e), this._beginToken(e)) : i.push(this._readChar());
1996
+ }
1997
+ this._inInterpolation = false;
1998
+ let a = this._processCarriageReturns(i.join(""));
1999
+ return this._endToken([a]), a;
2000
+ }
2001
+ _consumeInterpolation(e, r, n) {
2002
+ let s = [];
2003
+ this._beginToken(e, r), s.push(this._interpolationConfig.start);
2004
+ let i = this._cursor.clone(), a = null, o = false;
2005
+ for (; this._cursor.peek() !== 0 && (n === null || !n()); ) {
2006
+ let u = this._cursor.clone();
2007
+ if (this._isTagStart()) {
2008
+ this._cursor = u, s.push(this._getProcessedChars(i, u)), this._endToken(s);
2009
+ return;
2010
+ }
2011
+ if (a === null) if (this._attemptStr(this._interpolationConfig.end)) {
2012
+ s.push(this._getProcessedChars(i, u)), s.push(this._interpolationConfig.end), this._endToken(s);
2013
+ return;
2014
+ } else this._attemptStr("//") && (o = true);
2015
+ let p = this._cursor.peek();
2016
+ this._cursor.advance(), p === 92 ? this._cursor.advance() : p === a ? a = null : !o && a === null && It(p) && (a = p);
2017
+ }
2018
+ s.push(this._getProcessedChars(i, this._cursor)), this._endToken(s);
2019
+ }
2020
+ _getProcessedChars(e, r) {
2021
+ return this._processCarriageReturns(r.getChars(e));
2022
+ }
2023
+ _isTextEnd() {
2024
+ return !!(this._isTagStart() || this._cursor.peek() === 0 || this._tokenizeIcu && !this._inInterpolation && (this.isExpansionFormStart() || this._cursor.peek() === 125 && this._isInExpansionCase()) || this._tokenizeBlocks && !this._inInterpolation && !this._isInExpansion() && (this._isBlockStart() || this._cursor.peek() === 64 || this._cursor.peek() === 125));
2025
+ }
2026
+ _isTagStart() {
2027
+ if (this._cursor.peek() === 60) {
2028
+ let e = this._cursor.clone();
2029
+ e.advance();
2030
+ let r = e.peek();
2031
+ if (97 <= r && r <= 122 || 65 <= r && r <= 90 || r === 47 || r === 33) return true;
2032
+ }
2033
+ return false;
2034
+ }
2035
+ _isBlockStart() {
2036
+ if (this._tokenizeBlocks && this._cursor.peek() === 64) {
2037
+ let e = this._cursor.clone();
2038
+ if (e.advance(), $s(e.peek())) return true;
2039
+ }
2040
+ return false;
2041
+ }
2042
+ _readUntil(e) {
2043
+ let r = this._cursor.clone();
2044
+ return this._attemptUntilChar(e), this._cursor.getChars(r);
2045
+ }
2046
+ _isInExpansion() {
2047
+ return this._isInExpansionCase() || this._isInExpansionForm();
2048
+ }
2049
+ _isInExpansionCase() {
2050
+ return this._expansionCaseStack.length > 0 && this._expansionCaseStack[this._expansionCaseStack.length - 1] === 22;
2051
+ }
2052
+ _isInExpansionForm() {
2053
+ return this._expansionCaseStack.length > 0 && this._expansionCaseStack[this._expansionCaseStack.length - 1] === 20;
2054
+ }
2055
+ isExpansionFormStart() {
2056
+ if (this._cursor.peek() !== 123) return false;
2057
+ if (this._interpolationConfig) {
2058
+ let e = this._cursor.clone(), r = this._attemptStr(this._interpolationConfig.start);
2059
+ return this._cursor = e, !r;
2060
+ }
2061
+ return true;
2062
+ }
2063
+ _handleFullNameStackForTagOpen(e, r) {
2064
+ let n = Oe(e, r);
2065
+ (this._fullNameStack.length === 0 || this._fullNameStack[this._fullNameStack.length - 1] === n) && this._fullNameStack.push(n);
2066
+ }
2067
+ _handleFullNameStackForTagClose(e, r) {
2068
+ let n = Oe(e, r);
2069
+ this._fullNameStack.length !== 0 && this._fullNameStack[this._fullNameStack.length - 1] === n && this._fullNameStack.pop();
2070
+ }
2071
+ };
2072
+ function b(t8) {
2073
+ return !at(t8) || t8 === 0;
2074
+ }
2075
+ function Rs(t8) {
2076
+ return at(t8) || t8 === 62 || t8 === 60 || t8 === 47 || t8 === 39 || t8 === 34 || t8 === 61 || t8 === 0;
2077
+ }
2078
+ function po(t8) {
2079
+ return (t8 < 97 || 122 < t8) && (t8 < 65 || 90 < t8) && (t8 < 48 || t8 > 57);
2080
+ }
2081
+ function ho(t8) {
2082
+ return t8 === 59 || t8 === 0 || !gs(t8);
2083
+ }
2084
+ function mo(t8) {
2085
+ return t8 === 59 || t8 === 0 || !ot(t8);
2086
+ }
2087
+ function fo(t8) {
2088
+ return t8 !== 125;
2089
+ }
2090
+ function go(t8, e) {
2091
+ return Os(t8) === Os(e);
2092
+ }
2093
+ function Os(t8) {
2094
+ return t8 >= 97 && t8 <= 122 ? t8 - 97 + 65 : t8;
2095
+ }
2096
+ function $s(t8) {
2097
+ return ot(t8) || Nt(t8) || t8 === 95;
2098
+ }
2099
+ function Ms(t8) {
2100
+ return t8 !== 59 && b(t8);
2101
+ }
2102
+ function Co(t8) {
2103
+ let e = [], r;
2104
+ for (let n = 0; n < t8.length; n++) {
2105
+ let s = t8[n];
2106
+ r && r.type === 5 && s.type === 5 || r && r.type === 16 && s.type === 16 ? (r.parts[0] += s.parts[0], r.sourceSpan.end = s.sourceSpan.end) : (r = s, e.push(r));
2107
+ }
2108
+ return e;
2109
+ }
2110
+ var er = class t3 {
2111
+ constructor(e, r) {
2112
+ if (e instanceof t3) {
2113
+ this.file = e.file, this.input = e.input, this.end = e.end;
2114
+ let n = e.state;
2115
+ this.state = { peek: n.peek, offset: n.offset, line: n.line, column: n.column };
2116
+ } else {
2117
+ if (!r) throw new Error("Programming error: the range argument must be provided with a file argument.");
2118
+ this.file = e, this.input = e.content, this.end = r.endPos, this.state = { peek: -1, offset: r.startPos, line: r.startLine, column: r.startCol };
2119
+ }
2120
+ }
2121
+ clone() {
2122
+ return new t3(this);
2123
+ }
2124
+ peek() {
2125
+ return this.state.peek;
2126
+ }
2127
+ charsLeft() {
2128
+ return this.end - this.state.offset;
2129
+ }
2130
+ diff(e) {
2131
+ return this.state.offset - e.state.offset;
2132
+ }
2133
+ advance() {
2134
+ this.advanceState(this.state);
2135
+ }
2136
+ init() {
2137
+ this.updatePeek(this.state);
2138
+ }
2139
+ getSpan(e, r) {
2140
+ e = e || this;
2141
+ let n = e;
2142
+ if (r) for (; this.diff(e) > 0 && r.indexOf(e.peek()) !== -1; ) n === e && (e = e.clone()), e.advance();
2143
+ let s = this.locationFromCursor(e), i = this.locationFromCursor(this), a = n !== e ? this.locationFromCursor(n) : s;
2144
+ return new h(s, i, a);
2145
+ }
2146
+ getChars(e) {
2147
+ return this.input.substring(e.state.offset, this.state.offset);
2148
+ }
2149
+ charAt(e) {
2150
+ return this.input.charCodeAt(e);
2151
+ }
2152
+ advanceState(e) {
2153
+ if (e.offset >= this.end) throw this.state = e, new gt('Unexpected character "EOF"', this);
2154
+ let r = this.charAt(e.offset);
2155
+ r === 10 ? (e.line++, e.column = 0) : Pt(r) || e.column++, e.offset++, this.updatePeek(e);
2156
+ }
2157
+ updatePeek(e) {
2158
+ e.peek = e.offset >= this.end ? 0 : this.charAt(e.offset);
2159
+ }
2160
+ locationFromCursor(e) {
2161
+ return new ie(e.file, e.state.offset, e.state.line, e.state.column);
2162
+ }
2163
+ };
2164
+ var Mr = class t4 extends er {
2165
+ constructor(e, r) {
2166
+ e instanceof t4 ? (super(e), this.internalState = { ...e.internalState }) : (super(e, r), this.internalState = this.state);
2167
+ }
2168
+ advance() {
2169
+ this.state = this.internalState, super.advance(), this.processEscapeSequence();
2170
+ }
2171
+ init() {
2172
+ super.init(), this.processEscapeSequence();
2173
+ }
2174
+ clone() {
2175
+ return new t4(this);
2176
+ }
2177
+ getChars(e) {
2178
+ let r = e.clone(), n = "";
2179
+ for (; r.internalState.offset < this.internalState.offset; ) n += String.fromCodePoint(r.peek()), r.advance();
2180
+ return n;
2181
+ }
2182
+ processEscapeSequence() {
2183
+ let e = () => this.internalState.peek;
2184
+ if (e() === 92) if (this.internalState = { ...this.state }, this.advanceState(this.internalState), e() === 110) this.state.peek = 10;
2185
+ else if (e() === 114) this.state.peek = 13;
2186
+ else if (e() === 118) this.state.peek = 11;
2187
+ else if (e() === 116) this.state.peek = 9;
2188
+ else if (e() === 98) this.state.peek = 8;
2189
+ else if (e() === 102) this.state.peek = 12;
2190
+ else if (e() === 117) if (this.advanceState(this.internalState), e() === 123) {
2191
+ this.advanceState(this.internalState);
2192
+ let r = this.clone(), n = 0;
2193
+ for (; e() !== 125; ) this.advanceState(this.internalState), n++;
2194
+ this.state.peek = this.decodeHexDigits(r, n);
2195
+ } else {
2196
+ let r = this.clone();
2197
+ this.advanceState(this.internalState), this.advanceState(this.internalState), this.advanceState(this.internalState), this.state.peek = this.decodeHexDigits(r, 4);
2198
+ }
2199
+ else if (e() === 120) {
2200
+ this.advanceState(this.internalState);
2201
+ let r = this.clone();
2202
+ this.advanceState(this.internalState), this.state.peek = this.decodeHexDigits(r, 2);
2203
+ } else if (yr(e())) {
2204
+ let r = "", n = 0, s = this.clone();
2205
+ for (; yr(e()) && n < 3; ) s = this.clone(), r += String.fromCodePoint(e()), this.advanceState(this.internalState), n++;
2206
+ this.state.peek = parseInt(r, 8), this.internalState = s.internalState;
2207
+ } else Pt(this.internalState.peek) ? (this.advanceState(this.internalState), this.state = this.internalState) : this.state.peek = this.internalState.peek;
2208
+ }
2209
+ decodeHexDigits(e, r) {
2210
+ let n = this.input.slice(e.internalState.offset, e.internalState.offset + r), s = parseInt(n, 16);
2211
+ if (isNaN(s)) throw e.state = e.internalState, new gt("Invalid hexadecimal escape sequence", e);
2212
+ return s;
2213
+ }
2214
+ };
2215
+ var gt = class {
2216
+ constructor(e, r) {
2217
+ this.msg = e, this.cursor = r;
2218
+ }
2219
+ };
2220
+ var L = class t5 extends Ie {
2221
+ static create(e, r, n) {
2222
+ return new t5(e, r, n);
2223
+ }
2224
+ constructor(e, r, n) {
2225
+ super(r, n), this.elementName = e;
2226
+ }
2227
+ };
2228
+ var Vr = class {
2229
+ constructor(e, r) {
2230
+ this.rootNodes = e, this.errors = r;
2231
+ }
2232
+ };
2233
+ var tr = class {
2234
+ constructor(e) {
2235
+ this.getTagDefinition = e;
2236
+ }
2237
+ parse(e, r, n, s = false, i) {
2238
+ let a = (D) => (R, ...F) => D(R.toLowerCase(), ...F), o = s ? this.getTagDefinition : a(this.getTagDefinition), u = (D) => o(D).getContentType(), p = s ? i : a(i), f = Us(e, r, i ? (D, R, F, c) => {
2239
+ let g = p(D, R, F, c);
2240
+ return g !== void 0 ? g : u(D);
2241
+ } : u, n), d = n && n.canSelfClose || false, C = n && n.allowHtmComponentClosingTags || false, A = new Ur(f.tokens, o, d, C, s);
2242
+ return A.build(), new Vr(A.rootNodes, f.errors.concat(A.errors));
2243
+ }
2244
+ };
2245
+ var Ur = class t6 {
2246
+ constructor(e, r, n, s, i) {
2247
+ this.tokens = e, this.getTagDefinition = r, this.canSelfClose = n, this.allowHtmComponentClosingTags = s, this.isTagNameCaseSensitive = i, this._index = -1, this._containerStack = [], this.rootNodes = [], this.errors = [], this._advance();
2248
+ }
2249
+ build() {
2250
+ for (; this._peek.type !== 34; ) this._peek.type === 0 || this._peek.type === 4 ? this._consumeStartTag(this._advance()) : this._peek.type === 3 ? (this._closeVoidElement(), this._consumeEndTag(this._advance())) : this._peek.type === 12 ? (this._closeVoidElement(), this._consumeCdata(this._advance())) : this._peek.type === 10 ? (this._closeVoidElement(), this._consumeComment(this._advance())) : this._peek.type === 5 || this._peek.type === 7 || this._peek.type === 6 ? (this._closeVoidElement(), this._consumeText(this._advance())) : this._peek.type === 20 ? this._consumeExpansion(this._advance()) : this._peek.type === 25 ? (this._closeVoidElement(), this._consumeBlockOpen(this._advance())) : this._peek.type === 27 ? (this._closeVoidElement(), this._consumeBlockClose(this._advance())) : this._peek.type === 29 ? (this._closeVoidElement(), this._consumeIncompleteBlock(this._advance())) : this._peek.type === 30 ? (this._closeVoidElement(), this._consumeLet(this._advance())) : this._peek.type === 18 ? this._consumeDocType(this._advance()) : this._peek.type === 33 ? (this._closeVoidElement(), this._consumeIncompleteLet(this._advance())) : this._advance();
2251
+ for (let e of this._containerStack) e instanceof ee && this.errors.push(L.create(e.name, e.sourceSpan, `Unclosed block "${e.name}"`));
2252
+ }
2253
+ _advance() {
2254
+ let e = this._peek;
2255
+ return this._index < this.tokens.length - 1 && this._index++, this._peek = this.tokens[this._index], e;
2256
+ }
2257
+ _advanceIf(e) {
2258
+ return this._peek.type === e ? this._advance() : null;
2259
+ }
2260
+ _consumeCdata(e) {
2261
+ let r = this._advance(), n = this._getText(r), s = this._advanceIf(13);
2262
+ this._addToParent(new Vt(n, new h(e.sourceSpan.start, (s || r).sourceSpan.end), [r]));
2263
+ }
2264
+ _consumeComment(e) {
2265
+ let r = this._advanceIf(7), n = this._advanceIf(11), s = r != null ? r.parts[0].trim() : null, i = n == null ? e.sourceSpan : new h(e.sourceSpan.start, n.sourceSpan.end, e.sourceSpan.fullStart);
2266
+ this._addToParent(new Gt(s, i));
2267
+ }
2268
+ _consumeDocType(e) {
2269
+ let r = this._advanceIf(7), n = this._advanceIf(19), s = r != null ? r.parts[0].trim() : null, i = new h(e.sourceSpan.start, (n || r || e).sourceSpan.end);
2270
+ this._addToParent(new Yt(s, i));
2271
+ }
2272
+ _consumeExpansion(e) {
2273
+ let r = this._advance(), n = this._advance(), s = [];
2274
+ for (; this._peek.type === 21; ) {
2275
+ let a = this._parseExpansionCase();
2276
+ if (!a) return;
2277
+ s.push(a);
2278
+ }
2279
+ if (this._peek.type !== 24) {
2280
+ this.errors.push(L.create(null, this._peek.sourceSpan, "Invalid ICU message. Missing '}'."));
2281
+ return;
2282
+ }
2283
+ let i = new h(e.sourceSpan.start, this._peek.sourceSpan.end, e.sourceSpan.fullStart);
2284
+ this._addToParent(new Ut(r.parts[0], n.parts[0], s, i, r.sourceSpan)), this._advance();
2285
+ }
2286
+ _parseExpansionCase() {
2287
+ let e = this._advance();
2288
+ if (this._peek.type !== 22) return this.errors.push(L.create(null, this._peek.sourceSpan, "Invalid ICU message. Missing '{'.")), null;
2289
+ let r = this._advance(), n = this._collectExpansionExpTokens(r);
2290
+ if (!n) return null;
2291
+ let s = this._advance();
2292
+ n.push({ type: 34, parts: [], sourceSpan: s.sourceSpan });
2293
+ let i = new t6(n, this.getTagDefinition, this.canSelfClose, this.allowHtmComponentClosingTags, this.isTagNameCaseSensitive);
2294
+ if (i.build(), i.errors.length > 0) return this.errors = this.errors.concat(i.errors), null;
2295
+ let a = new h(e.sourceSpan.start, s.sourceSpan.end, e.sourceSpan.fullStart), o = new h(r.sourceSpan.start, s.sourceSpan.end, r.sourceSpan.fullStart);
2296
+ return new Wt(e.parts[0], i.rootNodes, a, e.sourceSpan, o);
2297
+ }
2298
+ _collectExpansionExpTokens(e) {
2299
+ let r = [], n = [22];
2300
+ for (; ; ) {
2301
+ if ((this._peek.type === 20 || this._peek.type === 22) && n.push(this._peek.type), this._peek.type === 23) if (Ws(n, 22)) {
2302
+ if (n.pop(), n.length === 0) return r;
2303
+ } else return this.errors.push(L.create(null, e.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
2304
+ if (this._peek.type === 24) if (Ws(n, 20)) n.pop();
2305
+ else return this.errors.push(L.create(null, e.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
2306
+ if (this._peek.type === 34) return this.errors.push(L.create(null, e.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
2307
+ r.push(this._advance());
2308
+ }
2309
+ }
2310
+ _getText(e) {
2311
+ let r = e.parts[0];
2312
+ if (r.length > 0 && r[0] == `
2313
+ `) {
2314
+ let n = this._getClosestParentElement();
2315
+ n != null && n.children.length == 0 && this.getTagDefinition(n.name).ignoreFirstLf && (r = r.substring(1));
2316
+ }
2317
+ return r;
2318
+ }
2319
+ _consumeText(e) {
2320
+ let r = [e], n = e.sourceSpan, s = e.parts[0];
2321
+ if (s.length > 0 && s[0] === `
2322
+ `) {
2323
+ let i = this._getContainer();
2324
+ i != null && i.children.length === 0 && this.getTagDefinition(i.name).ignoreFirstLf && (s = s.substring(1), r[0] = { type: e.type, sourceSpan: e.sourceSpan, parts: [s] });
2325
+ }
2326
+ for (; this._peek.type === 8 || this._peek.type === 5 || this._peek.type === 9; ) e = this._advance(), r.push(e), e.type === 8 ? s += e.parts.join("").replace(/&([^;]+);/g, zs) : e.type === 9 ? s += e.parts[0] : s += e.parts.join("");
2327
+ if (s.length > 0) {
2328
+ let i = e.sourceSpan;
2329
+ this._addToParent(new Ht(s, new h(n.start, i.end, n.fullStart, n.details), r));
2330
+ }
2331
+ }
2332
+ _closeVoidElement() {
2333
+ let e = this._getContainer();
2334
+ e instanceof G && this.getTagDefinition(e.name).isVoid && this._containerStack.pop();
2335
+ }
2336
+ _consumeStartTag(e) {
2337
+ let [r, n] = e.parts, s = [];
2338
+ for (; this._peek.type === 14; ) s.push(this._consumeAttr(this._advance()));
2339
+ let i = this._getElementFullName(r, n, this._getClosestParentElement()), a = false;
2340
+ if (this._peek.type === 2) {
2341
+ this._advance(), a = true;
2342
+ let C = this.getTagDefinition(i);
2343
+ this.canSelfClose || C.canSelfClose || Re(i) !== null || C.isVoid || this.errors.push(L.create(i, e.sourceSpan, `Only void, custom and foreign elements can be self closed "${e.parts[1]}"`));
2344
+ } else this._peek.type === 1 && (this._advance(), a = false);
2345
+ let o = this._peek.sourceSpan.fullStart, u = new h(e.sourceSpan.start, o, e.sourceSpan.fullStart), p = new h(e.sourceSpan.start, o, e.sourceSpan.fullStart), l = new h(e.sourceSpan.start.moveBy(1), e.sourceSpan.end), f = new G(i, s, [], u, p, void 0, l), d = this._getContainer();
2346
+ this._pushContainer(f, d instanceof G && this.getTagDefinition(d.name).isClosedByChild(f.name)), a ? this._popContainer(i, G, u) : e.type === 4 && (this._popContainer(i, G, null), this.errors.push(L.create(i, u, `Opening tag "${i}" not terminated.`)));
2347
+ }
2348
+ _pushContainer(e, r) {
2349
+ r && this._containerStack.pop(), this._addToParent(e), this._containerStack.push(e);
2350
+ }
2351
+ _consumeEndTag(e) {
2352
+ let r = this.allowHtmComponentClosingTags && e.parts.length === 0 ? null : this._getElementFullName(e.parts[0], e.parts[1], this._getClosestParentElement());
2353
+ if (r && this.getTagDefinition(r).isVoid) this.errors.push(L.create(r, e.sourceSpan, `Void elements do not have end tags "${e.parts[1]}"`));
2354
+ else if (!this._popContainer(r, G, e.sourceSpan)) {
2355
+ let n = `Unexpected closing tag "${r}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;
2356
+ this.errors.push(L.create(r, e.sourceSpan, n));
2357
+ }
2358
+ }
2359
+ _popContainer(e, r, n) {
2360
+ let s = false;
2361
+ for (let i = this._containerStack.length - 1; i >= 0; i--) {
2362
+ let a = this._containerStack[i];
2363
+ if (Re(a.name) ? a.name === e : (e == null || a.name.toLowerCase() === e.toLowerCase()) && a instanceof r) return a.endSourceSpan = n, a.sourceSpan.end = n !== null ? n.end : a.sourceSpan.end, this._containerStack.splice(i, this._containerStack.length - i), !s;
2364
+ (a instanceof ee || a instanceof G && !this.getTagDefinition(a.name).closedByParent) && (s = true);
2365
+ }
2366
+ return false;
2367
+ }
2368
+ _consumeAttr(e) {
2369
+ let r = Oe(e.parts[0], e.parts[1]), n = e.sourceSpan.end, s;
2370
+ this._peek.type === 15 && (s = this._advance());
2371
+ let i = "", a = [], o, u;
2372
+ if (this._peek.type === 16) for (o = this._peek.sourceSpan, u = this._peek.sourceSpan.end; this._peek.type === 16 || this._peek.type === 17 || this._peek.type === 9; ) {
2373
+ let f = this._advance();
2374
+ a.push(f), f.type === 17 ? i += f.parts.join("").replace(/&([^;]+);/g, zs) : f.type === 9 ? i += f.parts[0] : i += f.parts.join(""), u = n = f.sourceSpan.end;
2375
+ }
2376
+ this._peek.type === 15 && (u = n = this._advance().sourceSpan.end);
2377
+ let l = o && u && new h(_nullishCoalesce((s == null ? void 0 : s.sourceSpan.start), () => ( o.start)), u, _nullishCoalesce((s == null ? void 0 : s.sourceSpan.fullStart), () => ( o.fullStart)));
2378
+ return new zt(r, i, new h(e.sourceSpan.start, n, e.sourceSpan.fullStart), e.sourceSpan, l, a.length > 0 ? a : void 0, void 0);
2379
+ }
2380
+ _consumeBlockOpen(e) {
2381
+ let r = [];
2382
+ for (; this._peek.type === 28; ) {
2383
+ let o = this._advance();
2384
+ r.push(new ct(o.parts[0], o.sourceSpan));
2385
+ }
2386
+ this._peek.type === 26 && this._advance();
2387
+ let n = this._peek.sourceSpan.fullStart, s = new h(e.sourceSpan.start, n, e.sourceSpan.fullStart), i = new h(e.sourceSpan.start, n, e.sourceSpan.fullStart), a = new ee(e.parts[0], r, [], s, e.sourceSpan, i);
2388
+ this._pushContainer(a, false);
2389
+ }
2390
+ _consumeBlockClose(e) {
2391
+ this._popContainer(null, ee, e.sourceSpan) || this.errors.push(L.create(null, e.sourceSpan, 'Unexpected closing block. The block may have been closed earlier. If you meant to write the } character, you should use the "&#125;" HTML entity instead.'));
2392
+ }
2393
+ _consumeIncompleteBlock(e) {
2394
+ let r = [];
2395
+ for (; this._peek.type === 28; ) {
2396
+ let o = this._advance();
2397
+ r.push(new ct(o.parts[0], o.sourceSpan));
2398
+ }
2399
+ let n = this._peek.sourceSpan.fullStart, s = new h(e.sourceSpan.start, n, e.sourceSpan.fullStart), i = new h(e.sourceSpan.start, n, e.sourceSpan.fullStart), a = new ee(e.parts[0], r, [], s, e.sourceSpan, i);
2400
+ this._pushContainer(a, false), this._popContainer(null, ee, null), this.errors.push(L.create(e.parts[0], s, `Incomplete block "${e.parts[0]}". If you meant to write the @ character, you should use the "&#64;" HTML entity instead.`));
2401
+ }
2402
+ _consumeLet(e) {
2403
+ let r = e.parts[0], n, s;
2404
+ if (this._peek.type !== 31) {
2405
+ this.errors.push(L.create(e.parts[0], e.sourceSpan, `Invalid @let declaration "${r}". Declaration must have a value.`));
2406
+ return;
2407
+ } else n = this._advance();
2408
+ if (this._peek.type !== 32) {
2409
+ this.errors.push(L.create(e.parts[0], e.sourceSpan, `Unterminated @let declaration "${r}". Declaration must be terminated with a semicolon.`));
2410
+ return;
2411
+ } else s = this._advance();
2412
+ let i = s.sourceSpan.fullStart, a = new h(e.sourceSpan.start, i, e.sourceSpan.fullStart), o = e.sourceSpan.toString().lastIndexOf(r), u = e.sourceSpan.start.moveBy(o), p = new h(u, e.sourceSpan.end), l = new pt(r, n.parts[0], a, p, n.sourceSpan);
2413
+ this._addToParent(l);
2414
+ }
2415
+ _consumeIncompleteLet(e) {
2416
+ let r = _nullishCoalesce(e.parts[0], () => ( "")), n = r ? ` "${r}"` : "";
2417
+ if (r.length > 0) {
2418
+ let s = e.sourceSpan.toString().lastIndexOf(r), i = e.sourceSpan.start.moveBy(s), a = new h(i, e.sourceSpan.end), o = new h(e.sourceSpan.start, e.sourceSpan.start.moveBy(0)), u = new pt(r, "", e.sourceSpan, a, o);
2419
+ this._addToParent(u);
2420
+ }
2421
+ this.errors.push(L.create(e.parts[0], e.sourceSpan, `Incomplete @let declaration${n}. @let declarations must be written as \`@let <name> = <value>;\``));
2422
+ }
2423
+ _getContainer() {
2424
+ return this._containerStack.length > 0 ? this._containerStack[this._containerStack.length - 1] : null;
2425
+ }
2426
+ _getClosestParentElement() {
2427
+ for (let e = this._containerStack.length - 1; e > -1; e--) if (this._containerStack[e] instanceof G) return this._containerStack[e];
2428
+ return null;
2429
+ }
2430
+ _addToParent(e) {
2431
+ let r = this._getContainer();
2432
+ r === null ? this.rootNodes.push(e) : r.children.push(e);
2433
+ }
2434
+ _getElementFullName(e, r, n) {
2435
+ if (e === "" && (e = this.getTagDefinition(r).implicitNamespacePrefix || "", e === "" && n != null)) {
2436
+ let s = ut(n.name)[1];
2437
+ this.getTagDefinition(s).preventNamespaceInheritance || (e = Re(n.name));
2438
+ }
2439
+ return Oe(e, r);
2440
+ }
2441
+ };
2442
+ function Ws(t8, e) {
2443
+ return t8.length > 0 && t8[t8.length - 1] === e;
2444
+ }
2445
+ function zs(t8, e) {
2446
+ return Me[e] !== void 0 ? Me[e] || t8 : /^#x[a-f0-9]+$/i.test(e) ? String.fromCodePoint(parseInt(e.slice(2), 16)) : /^#\d+$/.test(e) ? String.fromCodePoint(parseInt(e.slice(1), 10)) : t8;
2447
+ }
2448
+ var rr = class extends tr {
2449
+ constructor() {
2450
+ super($e);
2451
+ }
2452
+ parse(e, r, n, s = false, i) {
2453
+ return super.parse(e, r, n, s, i);
2454
+ }
2455
+ };
2456
+ var Wr = null;
2457
+ var So = () => (Wr || (Wr = new rr()), Wr);
2458
+ function zr(t8, e = {}) {
2459
+ let { canSelfClose: r = false, allowHtmComponentClosingTags: n = false, isTagNameCaseSensitive: s = false, getTagContentType: i, tokenizeAngularBlocks: a = false, tokenizeAngularLetDeclaration: o = false } = e;
2460
+ return So().parse(t8, "angular-html-parser", { tokenizeExpansionForms: a, interpolationConfig: void 0, canSelfClose: r, allowHtmComponentClosingTags: n, tokenizeBlocks: a, tokenizeLet: o }, s, i);
2461
+ }
2462
+ function _o(t8, e) {
2463
+ let r = new SyntaxError(t8 + " (" + e.loc.start.line + ":" + e.loc.start.column + ")");
2464
+ return Object.assign(r, e);
2465
+ }
2466
+ var Gs = _o;
2467
+ var Ct = 3;
2468
+ function Eo(t8) {
2469
+ let e = t8.slice(0, Ct);
2470
+ if (e !== "---" && e !== "+++") return;
2471
+ let r = t8.indexOf(`
2472
+ `, Ct);
2473
+ if (r === -1) return;
2474
+ let n = t8.slice(Ct, r).trim(), s = t8.indexOf(`
2475
+ ${e}`, r), i = n;
2476
+ if (i || (i = e === "+++" ? "toml" : "yaml"), s === -1 && e === "---" && i === "yaml" && (s = t8.indexOf(`
2477
+ ...`, r)), s === -1) return;
2478
+ let a = s + 1 + Ct, o = t8.charAt(a + 1);
2479
+ if (!/\s?/u.test(o)) return;
2480
+ let u = t8.slice(0, a);
2481
+ return { type: "front-matter", language: i, explicitLanguage: n, value: t8.slice(r + 1, s), startDelimiter: e, endDelimiter: u.slice(-Ct), raw: u };
2482
+ }
2483
+ function Ao(t8) {
2484
+ let e = Eo(t8);
2485
+ if (!e) return { content: t8 };
2486
+ let { raw: r } = e;
2487
+ return { frontMatter: e, content: w(false, r, /[^\n]/gu, " ") + t8.slice(r.length) };
2488
+ }
2489
+ var Ys = Ao;
2490
+ var nr = { attrs: true, children: true, cases: true, expression: true };
2491
+ var js = /* @__PURE__ */ new Set(["parent"]);
2492
+ var sr = class t7 {
2493
+ constructor(e = {}) {
2494
+ for (let r of /* @__PURE__ */ new Set([...js, ...Object.keys(e)])) this.setProperty(r, e[r]);
2495
+ }
2496
+ setProperty(e, r) {
2497
+ if (this[e] !== r) {
2498
+ if (e in nr && (r = r.map((n) => this.createChild(n))), !js.has(e)) {
2499
+ this[e] = r;
2500
+ return;
2501
+ }
2502
+ Object.defineProperty(this, e, { value: r, enumerable: false, configurable: true });
2503
+ }
2504
+ }
2505
+ map(e) {
2506
+ let r;
2507
+ for (let n in nr) {
2508
+ let s = this[n];
2509
+ if (s) {
2510
+ let i = Do(s, (a) => a.map(e));
2511
+ r !== s && (r || (r = new t7({ parent: this.parent })), r.setProperty(n, i));
2512
+ }
2513
+ }
2514
+ if (r) for (let n in this) n in nr || (r[n] = this[n]);
2515
+ return e(r || this);
2516
+ }
2517
+ walk(e) {
2518
+ for (let r in nr) {
2519
+ let n = this[r];
2520
+ if (n) for (let s = 0; s < n.length; s++) n[s].walk(e);
2521
+ }
2522
+ e(this);
2523
+ }
2524
+ createChild(e) {
2525
+ let r = e instanceof t7 ? e.clone() : new t7(e);
2526
+ return r.setProperty("parent", this), r;
2527
+ }
2528
+ insertChildBefore(e, r) {
2529
+ this.children.splice(this.children.indexOf(e), 0, this.createChild(r));
2530
+ }
2531
+ removeChild(e) {
2532
+ this.children.splice(this.children.indexOf(e), 1);
2533
+ }
2534
+ replaceChild(e, r) {
2535
+ this.children[this.children.indexOf(e)] = this.createChild(r);
2536
+ }
2537
+ clone() {
2538
+ return new t7(this);
2539
+ }
2540
+ get firstChild() {
2541
+ var e;
2542
+ return (e = this.children) == null ? void 0 : e[0];
2543
+ }
2544
+ get lastChild() {
2545
+ var e;
2546
+ return (e = this.children) == null ? void 0 : e[this.children.length - 1];
2547
+ }
2548
+ get prev() {
2549
+ var e, r;
2550
+ return (r = (e = this.parent) == null ? void 0 : e.children) == null ? void 0 : r[this.parent.children.indexOf(this) - 1];
2551
+ }
2552
+ get next() {
2553
+ var e, r;
2554
+ return (r = (e = this.parent) == null ? void 0 : e.children) == null ? void 0 : r[this.parent.children.indexOf(this) + 1];
2555
+ }
2556
+ get rawName() {
2557
+ return this.hasExplicitNamespace ? this.fullName : this.name;
2558
+ }
2559
+ get fullName() {
2560
+ return this.namespace ? this.namespace + ":" + this.name : this.name;
2561
+ }
2562
+ get attrMap() {
2563
+ return Object.fromEntries(this.attrs.map((e) => [e.fullName, e.value]));
2564
+ }
2565
+ };
2566
+ function Do(t8, e) {
2567
+ let r = t8.map(e);
2568
+ return r.some((n, s) => n !== t8[s]) ? r : t8;
2569
+ }
2570
+ var vo = [{ regex: /^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su, parse: yo }, { regex: /^\[if([^\]]*)\]><!$/u, parse: wo }, { regex: /^<!\s*\[endif\]$/u, parse: bo }];
2571
+ function Ks(t8, e) {
2572
+ if (t8.value) for (let { regex: r, parse: n } of vo) {
2573
+ let s = t8.value.match(r);
2574
+ if (s) return n(t8, e, s);
2575
+ }
2576
+ return null;
2577
+ }
2578
+ function yo(t8, e, r) {
2579
+ let [, n, s, i] = r, a = 4 + n.length, o = t8.sourceSpan.start.moveBy(a), u = o.moveBy(i.length), [p, l] = (() => {
2580
+ try {
2581
+ return [true, e(i, o).children];
2582
+ } catch (e4) {
2583
+ return [false, [{ type: "text", value: i, sourceSpan: new h(o, u) }]];
2584
+ }
2585
+ })();
2586
+ return { type: "ieConditionalComment", complete: p, children: l, condition: w(false, s.trim(), /\s+/gu, " "), sourceSpan: t8.sourceSpan, startSourceSpan: new h(t8.sourceSpan.start, o), endSourceSpan: new h(u, t8.sourceSpan.end) };
2587
+ }
2588
+ function wo(t8, e, r) {
2589
+ let [, n] = r;
2590
+ return { type: "ieConditionalStartComment", condition: w(false, n.trim(), /\s+/gu, " "), sourceSpan: t8.sourceSpan };
2591
+ }
2592
+ function bo(t8) {
2593
+ return { type: "ieConditionalEndComment", sourceSpan: t8.sourceSpan };
2594
+ }
2595
+ var ir = /* @__PURE__ */ new Map([["*", /* @__PURE__ */ new Set(["accesskey", "autocapitalize", "autofocus", "class", "contenteditable", "dir", "draggable", "enterkeyhint", "hidden", "id", "inert", "inputmode", "is", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "nonce", "popover", "slot", "spellcheck", "style", "tabindex", "title", "translate", "writingsuggestions"])], ["a", /* @__PURE__ */ new Set(["charset", "coords", "download", "href", "hreflang", "name", "ping", "referrerpolicy", "rel", "rev", "shape", "target", "type"])], ["applet", /* @__PURE__ */ new Set(["align", "alt", "archive", "code", "codebase", "height", "hspace", "name", "object", "vspace", "width"])], ["area", /* @__PURE__ */ new Set(["alt", "coords", "download", "href", "hreflang", "nohref", "ping", "referrerpolicy", "rel", "shape", "target", "type"])], ["audio", /* @__PURE__ */ new Set(["autoplay", "controls", "crossorigin", "loop", "muted", "preload", "src"])], ["base", /* @__PURE__ */ new Set(["href", "target"])], ["basefont", /* @__PURE__ */ new Set(["color", "face", "size"])], ["blockquote", /* @__PURE__ */ new Set(["cite"])], ["body", /* @__PURE__ */ new Set(["alink", "background", "bgcolor", "link", "text", "vlink"])], ["br", /* @__PURE__ */ new Set(["clear"])], ["button", /* @__PURE__ */ new Set(["disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget", "name", "popovertarget", "popovertargetaction", "type", "value"])], ["canvas", /* @__PURE__ */ new Set(["height", "width"])], ["caption", /* @__PURE__ */ new Set(["align"])], ["col", /* @__PURE__ */ new Set(["align", "char", "charoff", "span", "valign", "width"])], ["colgroup", /* @__PURE__ */ new Set(["align", "char", "charoff", "span", "valign", "width"])], ["data", /* @__PURE__ */ new Set(["value"])], ["del", /* @__PURE__ */ new Set(["cite", "datetime"])], ["details", /* @__PURE__ */ new Set(["name", "open"])], ["dialog", /* @__PURE__ */ new Set(["open"])], ["dir", /* @__PURE__ */ new Set(["compact"])], ["div", /* @__PURE__ */ new Set(["align"])], ["dl", /* @__PURE__ */ new Set(["compact"])], ["embed", /* @__PURE__ */ new Set(["height", "src", "type", "width"])], ["fieldset", /* @__PURE__ */ new Set(["disabled", "form", "name"])], ["font", /* @__PURE__ */ new Set(["color", "face", "size"])], ["form", /* @__PURE__ */ new Set(["accept", "accept-charset", "action", "autocomplete", "enctype", "method", "name", "novalidate", "target"])], ["frame", /* @__PURE__ */ new Set(["frameborder", "longdesc", "marginheight", "marginwidth", "name", "noresize", "scrolling", "src"])], ["frameset", /* @__PURE__ */ new Set(["cols", "rows"])], ["h1", /* @__PURE__ */ new Set(["align"])], ["h2", /* @__PURE__ */ new Set(["align"])], ["h3", /* @__PURE__ */ new Set(["align"])], ["h4", /* @__PURE__ */ new Set(["align"])], ["h5", /* @__PURE__ */ new Set(["align"])], ["h6", /* @__PURE__ */ new Set(["align"])], ["head", /* @__PURE__ */ new Set(["profile"])], ["hr", /* @__PURE__ */ new Set(["align", "noshade", "size", "width"])], ["html", /* @__PURE__ */ new Set(["manifest", "version"])], ["iframe", /* @__PURE__ */ new Set(["align", "allow", "allowfullscreen", "allowpaymentrequest", "allowusermedia", "frameborder", "height", "loading", "longdesc", "marginheight", "marginwidth", "name", "referrerpolicy", "sandbox", "scrolling", "src", "srcdoc", "width"])], ["img", /* @__PURE__ */ new Set(["align", "alt", "border", "crossorigin", "decoding", "fetchpriority", "height", "hspace", "ismap", "loading", "longdesc", "name", "referrerpolicy", "sizes", "src", "srcset", "usemap", "vspace", "width"])], ["input", /* @__PURE__ */ new Set(["accept", "align", "alt", "autocomplete", "checked", "dirname", "disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget", "height", "ismap", "list", "max", "maxlength", "min", "minlength", "multiple", "name", "pattern", "placeholder", "popovertarget", "popovertargetaction", "readonly", "required", "size", "src", "step", "type", "usemap", "value", "width"])], ["ins", /* @__PURE__ */ new Set(["cite", "datetime"])], ["isindex", /* @__PURE__ */ new Set(["prompt"])], ["label", /* @__PURE__ */ new Set(["for", "form"])], ["legend", /* @__PURE__ */ new Set(["align"])], ["li", /* @__PURE__ */ new Set(["type", "value"])], ["link", /* @__PURE__ */ new Set(["as", "blocking", "charset", "color", "crossorigin", "disabled", "fetchpriority", "href", "hreflang", "imagesizes", "imagesrcset", "integrity", "media", "referrerpolicy", "rel", "rev", "sizes", "target", "type"])], ["map", /* @__PURE__ */ new Set(["name"])], ["menu", /* @__PURE__ */ new Set(["compact"])], ["meta", /* @__PURE__ */ new Set(["charset", "content", "http-equiv", "media", "name", "scheme"])], ["meter", /* @__PURE__ */ new Set(["high", "low", "max", "min", "optimum", "value"])], ["object", /* @__PURE__ */ new Set(["align", "archive", "border", "classid", "codebase", "codetype", "data", "declare", "form", "height", "hspace", "name", "standby", "type", "typemustmatch", "usemap", "vspace", "width"])], ["ol", /* @__PURE__ */ new Set(["compact", "reversed", "start", "type"])], ["optgroup", /* @__PURE__ */ new Set(["disabled", "label"])], ["option", /* @__PURE__ */ new Set(["disabled", "label", "selected", "value"])], ["output", /* @__PURE__ */ new Set(["for", "form", "name"])], ["p", /* @__PURE__ */ new Set(["align"])], ["param", /* @__PURE__ */ new Set(["name", "type", "value", "valuetype"])], ["pre", /* @__PURE__ */ new Set(["width"])], ["progress", /* @__PURE__ */ new Set(["max", "value"])], ["q", /* @__PURE__ */ new Set(["cite"])], ["script", /* @__PURE__ */ new Set(["async", "blocking", "charset", "crossorigin", "defer", "fetchpriority", "integrity", "language", "nomodule", "referrerpolicy", "src", "type"])], ["select", /* @__PURE__ */ new Set(["autocomplete", "disabled", "form", "multiple", "name", "required", "size"])], ["slot", /* @__PURE__ */ new Set(["name"])], ["source", /* @__PURE__ */ new Set(["height", "media", "sizes", "src", "srcset", "type", "width"])], ["style", /* @__PURE__ */ new Set(["blocking", "media", "type"])], ["table", /* @__PURE__ */ new Set(["align", "bgcolor", "border", "cellpadding", "cellspacing", "frame", "rules", "summary", "width"])], ["tbody", /* @__PURE__ */ new Set(["align", "char", "charoff", "valign"])], ["td", /* @__PURE__ */ new Set(["abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", "headers", "height", "nowrap", "rowspan", "scope", "valign", "width"])], ["template", /* @__PURE__ */ new Set(["shadowrootclonable", "shadowrootdelegatesfocus", "shadowrootmode"])], ["textarea", /* @__PURE__ */ new Set(["autocomplete", "cols", "dirname", "disabled", "form", "maxlength", "minlength", "name", "placeholder", "readonly", "required", "rows", "wrap"])], ["tfoot", /* @__PURE__ */ new Set(["align", "char", "charoff", "valign"])], ["th", /* @__PURE__ */ new Set(["abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", "headers", "height", "nowrap", "rowspan", "scope", "valign", "width"])], ["thead", /* @__PURE__ */ new Set(["align", "char", "charoff", "valign"])], ["time", /* @__PURE__ */ new Set(["datetime"])], ["tr", /* @__PURE__ */ new Set(["align", "bgcolor", "char", "charoff", "valign"])], ["track", /* @__PURE__ */ new Set(["default", "kind", "label", "src", "srclang"])], ["ul", /* @__PURE__ */ new Set(["compact", "type"])], ["video", /* @__PURE__ */ new Set(["autoplay", "controls", "crossorigin", "height", "loop", "muted", "playsinline", "poster", "preload", "src", "width"])]]);
2596
+ var Qs = /* @__PURE__ */ new Set(["a", "abbr", "acronym", "address", "applet", "area", "article", "aside", "audio", "b", "base", "basefont", "bdi", "bdo", "bgsound", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "command", "content", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "embed", "fieldset", "figcaption", "figure", "font", "footer", "form", "frame", "frameset", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "iframe", "image", "img", "input", "ins", "isindex", "kbd", "keygen", "label", "legend", "li", "link", "listing", "main", "map", "mark", "marquee", "math", "menu", "menuitem", "meta", "meter", "multicol", "nav", "nextid", "nobr", "noembed", "noframes", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "plaintext", "pre", "progress", "q", "rb", "rbc", "rp", "rt", "rtc", "ruby", "s", "samp", "script", "search", "section", "select", "shadow", "slot", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "svg", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "title", "tr", "track", "tt", "u", "ul", "var", "video", "wbr", "xmp"]);
2597
+ function To(t8) {
2598
+ if (t8.type === "block") {
2599
+ if (t8.name = w(false, t8.name.toLowerCase(), /\s+/gu, " ").trim(), t8.type = "angularControlFlowBlock", !Fe(t8.parameters)) {
2600
+ delete t8.parameters;
2601
+ return;
2602
+ }
2603
+ for (let e of t8.parameters) e.type = "angularControlFlowBlockParameter";
2604
+ t8.parameters = { type: "angularControlFlowBlockParameters", children: t8.parameters, sourceSpan: new h(t8.parameters[0].sourceSpan.start, se(false, t8.parameters, -1).sourceSpan.end) };
2605
+ }
2606
+ }
2607
+ function xo(t8) {
2608
+ t8.type === "letDeclaration" && (t8.type = "angularLetDeclaration", t8.id = t8.name, t8.init = { type: "angularLetDeclarationInitializer", sourceSpan: new h(t8.valueSpan.start, t8.valueSpan.end), value: t8.value }, delete t8.name, delete t8.value);
2609
+ }
2610
+ function ko(t8) {
2611
+ (t8.type === "plural" || t8.type === "select") && (t8.clause = t8.type, t8.type = "angularIcuExpression"), t8.type === "expansionCase" && (t8.type = "angularIcuCase");
2612
+ }
2613
+ function Js(t8, e, r) {
2614
+ let { name: n, canSelfClose: s = true, normalizeTagName: i = false, normalizeAttributeName: a = false, allowHtmComponentClosingTags: o = false, isTagNameCaseSensitive: u = false, shouldParseAsRawText: p } = e, { rootNodes: l, errors: f } = zr(t8, { canSelfClose: s, allowHtmComponentClosingTags: o, isTagNameCaseSensitive: u, getTagContentType: p ? (...c) => p(...c) ? I.RAW_TEXT : void 0 : void 0, tokenizeAngularBlocks: n === "angular" ? true : void 0, tokenizeAngularLetDeclaration: n === "angular" ? true : void 0 });
2615
+ if (n === "vue") {
2616
+ if (l.some((x) => x.type === "docType" && x.value === "html" || x.type === "element" && x.name.toLowerCase() === "html")) return Js(t8, ei, r);
2617
+ let g, y = () => _nullishCoalesce(g, () => ( (g = zr(t8, { canSelfClose: s, allowHtmComponentClosingTags: o, isTagNameCaseSensitive: u })))), M = (x) => _nullishCoalesce(y().rootNodes.find(({ startSourceSpan: V }) => V && V.start.offset === x.startSourceSpan.start.offset), () => ( x));
2618
+ for (let [x, V] of l.entries()) {
2619
+ let { endSourceSpan: jr, startSourceSpan: ti } = V;
2620
+ if (jr === null) f = y().errors, l[x] = M(V);
2621
+ else if (Bo(V, r)) {
2622
+ let Kr = y().errors.find((Qr) => Qr.span.start.offset > ti.start.offset && Qr.span.start.offset < jr.end.offset);
2623
+ Kr && Xs(Kr), l[x] = M(V);
2624
+ }
2625
+ }
2626
+ }
2627
+ f.length > 0 && Xs(f[0]);
2628
+ let d = (c) => {
2629
+ let g = c.name.startsWith(":") ? c.name.slice(1).split(":")[0] : null, y = c.nameSpan.toString(), M = g !== null && y.startsWith(`${g}:`), x = M ? y.slice(g.length + 1) : y;
2630
+ c.name = x, c.namespace = g, c.hasExplicitNamespace = M;
2631
+ }, C = (c) => {
2632
+ switch (c.type) {
2633
+ case "element":
2634
+ d(c);
2635
+ for (let g of c.attrs) d(g), g.valueSpan ? (g.value = g.valueSpan.toString(), /["']/u.test(g.value[0]) && (g.value = g.value.slice(1, -1))) : g.value = null;
2636
+ break;
2637
+ case "comment":
2638
+ c.value = c.sourceSpan.toString().slice(4, -3);
2639
+ break;
2640
+ case "text":
2641
+ c.value = c.sourceSpan.toString();
2642
+ break;
2643
+ }
2644
+ }, A = (c, g) => {
2645
+ let y = c.toLowerCase();
2646
+ return g(y) ? y : c;
2647
+ }, D = (c) => {
2648
+ if (c.type === "element" && (i && (!c.namespace || c.namespace === c.tagDefinition.implicitNamespacePrefix || pe(c)) && (c.name = A(c.name, (g) => Qs.has(g))), a)) for (let g of c.attrs) g.namespace || (g.name = A(g.name, (y) => ir.has(c.name) && (ir.get("*").has(y) || ir.get(c.name).has(y))));
2649
+ }, R = (c) => {
2650
+ c.sourceSpan && c.endSourceSpan && (c.sourceSpan = new h(c.sourceSpan.start, c.endSourceSpan.end));
2651
+ }, F = (c) => {
2652
+ if (c.type === "element") {
2653
+ let g = $e(u ? c.name : c.name.toLowerCase());
2654
+ !c.namespace || c.namespace === g.implicitNamespacePrefix || pe(c) ? c.tagDefinition = g : c.tagDefinition = $e("");
2655
+ }
2656
+ };
2657
+ return jt(new class extends ht {
2658
+ visitExpansionCase(c, g) {
2659
+ n === "angular" && this.visitChildren(g, (y) => {
2660
+ y(c.expression);
2661
+ });
2662
+ }
2663
+ visit(c) {
2664
+ C(c), F(c), D(c), R(c);
2665
+ }
2666
+ }(), l), l;
2667
+ }
2668
+ function Bo(t8, e) {
2669
+ var n;
2670
+ if (t8.type !== "element" || t8.name !== "template") return false;
2671
+ let r = (n = t8.attrs.find((s) => s.name === "lang")) == null ? void 0 : n.value;
2672
+ return !r || Be(e, { language: r }) === "html";
2673
+ }
2674
+ function Xs(t8) {
2675
+ let { msg: e, span: { start: r, end: n } } = t8;
2676
+ throw Gs(e, { loc: { start: { line: r.line + 1, column: r.col + 1 }, end: { line: n.line + 1, column: n.col + 1 } }, cause: t8 });
2677
+ }
2678
+ function Zs(t8, e, r = {}, n = true) {
2679
+ let { frontMatter: s, content: i } = n ? Ys(t8) : { frontMatter: null, content: t8 }, a = new Ee(t8, r.filepath), o = new ie(a, 0, 0, 0), u = o.moveBy(t8.length), p = { type: "root", sourceSpan: new h(o, u), children: Js(i, e, r) };
2680
+ if (s) {
2681
+ let d = new ie(a, 0, 0, 0), C = d.moveBy(s.raw.length);
2682
+ s.sourceSpan = new h(d, C), p.children.unshift(s);
2683
+ }
2684
+ let l = new sr(p), f = (d, C) => {
2685
+ let { offset: A } = C, D = w(false, t8.slice(0, A), /[^\n\r]/gu, " "), F = Zs(D + d, e, r, false);
2686
+ F.sourceSpan = new h(C, se(false, F.children, -1).sourceSpan.end);
2687
+ let c = F.children[0];
2688
+ return c.length === A ? F.children.shift() : (c.sourceSpan = new h(c.sourceSpan.start.moveBy(A), c.sourceSpan.end), c.value = c.value.slice(A)), F;
2689
+ };
2690
+ return l.walk((d) => {
2691
+ if (d.type === "comment") {
2692
+ let C = Ks(d, f);
2693
+ C && d.parent.replaceChild(d, C);
2694
+ }
2695
+ To(d), xo(d), ko(d);
2696
+ }), l;
2697
+ }
2698
+ function ar(t8) {
2699
+ return { parse: (e, r) => Zs(e, t8, r), hasPragma: as, astFormat: "html", locStart: X, locEnd: J };
2700
+ }
2701
+ var ei = { name: "html", normalizeTagName: true, normalizeAttributeName: true, allowHtmComponentClosingTags: true };
2702
+ var Lo = ar(ei);
2703
+ var Fo = ar({ name: "angular" });
2704
+ var No = ar({ name: "vue", isTagNameCaseSensitive: true, shouldParseAsRawText(t8, e, r, n) {
2705
+ return t8.toLowerCase() !== "html" && !r && (t8 !== "template" || n.some(({ name: s, value: i }) => s === "lang" && i !== "html" && i !== "" && i !== void 0));
2706
+ } });
2707
+ var Po = ar({ name: "lwc", canSelfClose: false });
2708
+ var Io = { html: Es };
2709
+ var Nh = Yr;
2710
+
2711
+
2712
+
2713
+
2714
+
2715
+
2716
+ exports.default = Nh; exports.languages = As; exports.options = vs; exports.parsers = Gr; exports.printers = Io;