@rexeus/typeweaver 0.0.3 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,46 +1,46 @@
1
- var sn = Object.defineProperty;
2
- var an = (t7) => {
1
+ var on = Object.defineProperty;
2
+ var un = (t7) => {
3
3
  throw TypeError(t7);
4
4
  };
5
- var li = (t7, e, r) => e in t7 ? sn(t7, e, { enumerable: true, configurable: true, writable: true, value: r }) : t7[e] = r;
6
- var on = (t7, e) => {
7
- for (var r in e) sn(t7, r, { get: e[r], enumerable: true });
5
+ var Ai = (t7, e, r) => e in t7 ? on(t7, e, { enumerable: true, configurable: true, writable: true, value: r }) : t7[e] = r;
6
+ var ln = (t7, e) => {
7
+ for (var r in e) on(t7, r, { get: e[r], enumerable: true });
8
8
  };
9
- var lr = (t7, e, r) => li(t7, typeof e != "symbol" ? e + "" : e, r), un = (t7, e, r) => e.has(t7) || an("Cannot " + r);
10
- var R = (t7, e, r) => (un(t7, e, "read from private field"), r ? r.call(t7) : e.get(t7)), Et = (t7, e, r) => e.has(t7) ? an("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t7) : e.set(t7, r), ln = (t7, e, r, n) => (un(t7, e, "write to private field"), e.set(t7, r), r);
11
- var en = {};
12
- on(en, { languages: () => xs, options: () => Bs, parsers: () => Zr, printers: () => Uo });
13
- var ci = (t7, e, r, n) => {
9
+ var lr = (t7, e, r) => Ai(t7, typeof e != "symbol" ? e + "" : e, r), cn = (t7, e, r) => e.has(t7) || un("Cannot " + r);
10
+ var R = (t7, e, r) => (cn(t7, e, "read from private field"), r ? r.call(t7) : e.get(t7)), At = (t7, e, r) => e.has(t7) ? un("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t7) : e.set(t7, r), pn = (t7, e, r, n) => (cn(t7, e, "write to private field"), e.set(t7, r), r);
11
+ var rn = {};
12
+ ln(rn, { languages: () => Hs, options: () => Us, parsers: () => tn, printers: () => uu });
13
+ var Di = (t7, e, r, n) => {
14
14
  if (!(t7 && e == null)) return e.replaceAll ? e.replaceAll(r, n) : r.global ? e.replace(r, n) : e.split(r).join(n);
15
- }, w = ci;
16
- var ye = "string", Ge = "array", Ye = "cursor", we = "indent", be = "align", je = "trim", Te = "group", xe = "fill", ce = "if-break", ke = "indent-if-break", Ke = "line-suffix", Qe = "line-suffix-boundary", j = "line", Xe = "label", Be = "break-parent", At = /* @__PURE__ */ new Set([Ye, we, be, je, Te, xe, ce, ke, Ke, Qe, j, Xe, Be]);
17
- var pi = (t7, e, r) => {
15
+ }, w = Di;
16
+ var we = "string", ze = "array", Ye = "cursor", be = "indent", Te = "align", je = "trim", xe = "group", ke = "fill", ce = "if-break", Be = "indent-if-break", Ke = "line-suffix", Xe = "line-suffix-boundary", j = "line", Qe = "label", Le = "break-parent", Dt = /* @__PURE__ */ new Set([Ye, be, Te, je, xe, ke, ce, Be, Ke, Xe, j, Qe, Le]);
17
+ var vi = (t7, e, r) => {
18
18
  if (!(t7 && e == null)) return Array.isArray(e) || typeof e == "string" ? e[r < 0 ? e.length + r : r] : e.at(r);
19
- }, K = pi;
20
- function hi(t7) {
21
- if (typeof t7 == "string") return ye;
22
- if (Array.isArray(t7)) return Ge;
19
+ }, K = vi;
20
+ function yi(t7) {
21
+ if (typeof t7 == "string") return we;
22
+ if (Array.isArray(t7)) return ze;
23
23
  if (!t7) return;
24
24
  let { type: e } = t7;
25
- if (At.has(e)) return e;
25
+ if (Dt.has(e)) return e;
26
26
  }
27
- var Le = hi;
28
- var fi = (t7) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(t7);
29
- function mi(t7) {
27
+ var Fe = yi;
28
+ var wi = (t7) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(t7);
29
+ function bi(t7) {
30
30
  let e = t7 === null ? "null" : typeof t7;
31
31
  if (e !== "string" && e !== "object") return `Unexpected doc '${e}',
32
32
  Expected it to be 'string' or 'object'.`;
33
- if (Le(t7)) throw new Error("doc is valid.");
33
+ if (Fe(t7)) throw new Error("doc is valid.");
34
34
  let r = Object.prototype.toString.call(t7);
35
35
  if (r !== "[object Object]") return `Unexpected doc '${r}'.`;
36
- let n = fi([...At].map((s) => `'${s}'`));
36
+ let n = wi([...Dt].map((s) => `'${s}'`));
37
37
  return `Unexpected doc.type '${t7.type}'.
38
38
  Expected it to be ${n}.`;
39
39
  }
40
40
  var cr = class extends Error {
41
41
  name = "InvalidDocError";
42
42
  constructor(e) {
43
- super(mi(e)), this.doc = e;
43
+ super(bi(e)), this.doc = e;
44
44
  }
45
45
  }, pr = cr;
46
46
  function hr(t7, e) {
@@ -53,87 +53,87 @@ function hr(t7, e) {
53
53
  return r.set(i, a), a;
54
54
  }
55
55
  function s(i) {
56
- switch (Le(i)) {
57
- case Ge:
56
+ switch (Fe(i)) {
57
+ case ze:
58
58
  return e(i.map(n));
59
- case xe:
59
+ case ke:
60
60
  return e({ ...i, parts: i.parts.map(n) });
61
61
  case ce:
62
62
  return e({ ...i, breakContents: n(i.breakContents), flatContents: n(i.flatContents) });
63
- case Te: {
63
+ case xe: {
64
64
  let { expandedStates: a, contents: o } = i;
65
65
  return a ? (a = a.map(n), o = a[0]) : o = n(o), e({ ...i, contents: o, expandedStates: a });
66
66
  }
67
+ case Te:
67
68
  case be:
68
- case we:
69
- case ke:
70
- case Xe:
69
+ case Be:
70
+ case Qe:
71
71
  case Ke:
72
72
  return e({ ...i, contents: n(i.contents) });
73
- case ye:
73
+ case we:
74
74
  case Ye:
75
75
  case je:
76
- case Qe:
76
+ case Xe:
77
77
  case j:
78
- case Be:
78
+ case Le:
79
79
  return e(i);
80
80
  default:
81
81
  throw new pr(i);
82
82
  }
83
83
  }
84
84
  }
85
- function B(t7, e = cn) {
85
+ function B(t7, e = hn) {
86
86
  return hr(t7, (r) => typeof r == "string" ? H(e, r.split(`
87
87
  `)) : r);
88
88
  }
89
- var fr = () => {
90
- }, mr = fr;
89
+ var mr = () => {
90
+ }, fr = mr;
91
91
  function k(t7) {
92
- return { type: we, contents: t7 };
92
+ return { type: be, contents: t7 };
93
93
  }
94
- function hn(t7, e) {
95
- return { type: be, contents: e, n: t7 };
94
+ function fn(t7, e) {
95
+ return { type: Te, contents: e, n: t7 };
96
96
  }
97
97
  function E(t7, e = {}) {
98
- return mr(e.expandedStates), { type: Te, id: e.id, contents: t7, break: !!e.shouldBreak, expandedStates: e.expandedStates };
98
+ return fr(e.expandedStates), { type: xe, id: e.id, contents: t7, break: !!e.shouldBreak, expandedStates: e.expandedStates };
99
99
  }
100
- function fn(t7) {
101
- return hn(Number.NEGATIVE_INFINITY, t7);
100
+ function dn(t7) {
101
+ return fn(Number.NEGATIVE_INFINITY, t7);
102
102
  }
103
- function mn(t7) {
104
- return hn({ type: "root" }, t7);
103
+ function gn(t7) {
104
+ return fn({ type: "root" }, t7);
105
105
  }
106
- function Dt(t7) {
107
- return { type: xe, parts: t7 };
106
+ function vt(t7) {
107
+ return { type: ke, parts: t7 };
108
108
  }
109
109
  function pe(t7, e = "", r = {}) {
110
110
  return { type: ce, breakContents: t7, flatContents: e, groupId: r.groupId };
111
111
  }
112
- function dn(t7, e) {
113
- return { type: ke, contents: t7, groupId: e.groupId, negate: e.negate };
112
+ function Cn(t7, e) {
113
+ return { type: Be, contents: t7, groupId: e.groupId, negate: e.negate };
114
114
  }
115
- var se = { type: Be };
116
- var gi = { type: j, hard: true }, Ci = { type: j, hard: true, literal: true }, _ = { type: j }, v = { type: j, soft: true }, S = [gi, se], cn = [Ci, se];
115
+ var ne = { type: Le };
116
+ var xi = { type: j, hard: true }, ki = { type: j, hard: true, literal: true }, _ = { type: j }, v = { type: j, soft: true }, S = [xi, ne], hn = [ki, ne];
117
117
  function H(t7, e) {
118
118
  let r = [];
119
119
  for (let n = 0; n < e.length; n++) n !== 0 && r.push(t7), r.push(e[n]);
120
120
  return r;
121
121
  }
122
- var vt = "'", gn = '"';
123
- function Si(t7, e) {
124
- let r = e === true || e === vt ? vt : gn, n = r === vt ? gn : vt, s = 0, i = 0;
122
+ var yt = "'", Sn = '"';
123
+ function Bi(t7, e) {
124
+ let r = e === true || e === yt ? yt : Sn, n = r === yt ? Sn : yt, s = 0, i = 0;
125
125
  for (let a of t7) a === r ? s++ : a === n && i++;
126
126
  return s > i ? n : r;
127
127
  }
128
- var Cn = Si;
128
+ var _n = Bi;
129
129
  function dr(t7) {
130
130
  if (typeof t7 != "string") throw new TypeError("Expected a string");
131
131
  return t7.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
132
132
  }
133
133
  var V, gr = class {
134
134
  constructor(e) {
135
- Et(this, V);
136
- ln(this, V, new Set(e));
135
+ At(this, V);
136
+ pn(this, V, new Set(e));
137
137
  }
138
138
  getLeadingWhitespaceCount(e) {
139
139
  let r = R(this, V), n = 0;
@@ -188,39 +188,39 @@ var V, gr = class {
188
188
  }
189
189
  };
190
190
  V = /* @__PURE__ */ new WeakMap();
191
- var Sn = gr;
192
- var _i = [" ", `
193
- `, "\f", "\r", " "], Ei = new Sn(_i), O = Ei;
191
+ var En = gr;
192
+ var Li = [" ", `
193
+ `, "\f", "\r", " "], Fi = new En(Li), O = Fi;
194
194
  var Cr = class extends Error {
195
195
  name = "UnexpectedNodeError";
196
196
  constructor(e, r, n = "type") {
197
197
  super(`Unexpected ${r} node ${n}: ${JSON.stringify(e[n])}.`), this.node = e;
198
198
  }
199
- }, _n = Cr;
200
- function Ai(t7) {
199
+ }, An = Cr;
200
+ function Pi(t7) {
201
201
  return (t7 == null ? void 0 : t7.type) === "front-matter";
202
202
  }
203
- var Fe = Ai;
204
- var Di = /* @__PURE__ */ new Set(["sourceSpan", "startSourceSpan", "endSourceSpan", "nameSpan", "valueSpan", "keySpan", "tagDefinition", "tokens", "valueTokens", "switchValueSourceSpan", "expSourceSpan", "valueSourceSpan"]), vi = /* @__PURE__ */ new Set(["if", "else if", "for", "switch", "case"]);
205
- function En(t7, e) {
203
+ var Pe = Pi;
204
+ var Ni = /* @__PURE__ */ new Set(["sourceSpan", "startSourceSpan", "endSourceSpan", "nameSpan", "valueSpan", "keySpan", "tagDefinition", "tokens", "valueTokens", "switchValueSourceSpan", "expSourceSpan", "valueSourceSpan"]), Ii = /* @__PURE__ */ new Set(["if", "else if", "for", "switch", "case"]);
205
+ function Dn(t7, e) {
206
206
  var r;
207
- if (t7.type === "text" || t7.type === "comment" || Fe(t7) || t7.type === "yaml" || t7.type === "toml") return null;
208
- if (t7.type === "attribute" && delete e.value, t7.type === "docType" && delete e.value, t7.type === "angularControlFlowBlock" && ((r = t7.parameters) != null && r.children)) for (let n of e.parameters.children) vi.has(t7.name) ? delete n.expression : n.expression = n.expression.trim();
207
+ if (t7.type === "text" || t7.type === "comment" || Pe(t7) || t7.type === "yaml" || t7.type === "toml") return null;
208
+ if (t7.type === "attribute" && delete e.value, t7.type === "docType" && delete e.value, t7.type === "angularControlFlowBlock" && ((r = t7.parameters) != null && r.children)) for (let n of e.parameters.children) Ii.has(t7.name) ? delete n.expression : n.expression = n.expression.trim();
209
209
  t7.type === "angularIcuExpression" && (e.switchValue = t7.switchValue.trim()), t7.type === "angularLetDeclarationInitializer" && delete e.value;
210
210
  }
211
- En.ignoredProperties = Di;
212
- var An = En;
213
- async function yi(t7, e) {
211
+ Dn.ignoredProperties = Ni;
212
+ var vn = Dn;
213
+ async function Ri(t7, e) {
214
214
  if (t7.language === "yaml") {
215
215
  let r = t7.value.trim(), n = r ? await e(r, { parser: "yaml" }) : "";
216
- return mn([t7.startDelimiter, t7.explicitLanguage, S, n, n ? S : "", t7.endDelimiter]);
216
+ return gn([t7.startDelimiter, t7.explicitLanguage, S, n, n ? S : "", t7.endDelimiter]);
217
217
  }
218
218
  }
219
- var Dn = yi;
219
+ var yn = Ri;
220
220
  function he(t7, e = true) {
221
221
  return [k([v, t7]), e ? v : ""];
222
222
  }
223
- function Q(t7, e) {
223
+ function X(t7, e) {
224
224
  let r = t7.type === "NGRoot" ? t7.node.type === "NGMicrosyntax" && t7.node.body.length === 1 && t7.node.body[0].type === "NGMicrosyntaxExpression" ? t7.node.body[0].expression : t7.node : t7.type === "JsExpressionRoot" ? t7.node : t7;
225
225
  return r && (r.type === "ObjectExpression" || r.type === "ArrayExpression" || (e.parser === "__vue_expression" || e.parser === "__vue_ts_expression") && (r.type === "TemplateLiteral" || r.type === "StringLiteral"));
226
226
  }
@@ -233,100 +233,134 @@ async function T(t7, e, r, n) {
233
233
  let i = await e(t7, r, e);
234
234
  return s ? E(i) : he(i);
235
235
  }
236
- function wi(t7, e, r, n) {
236
+ function $i(t7, e, r, n) {
237
237
  let { node: s } = r, i = n.originalText.slice(s.sourceSpan.start.offset, s.sourceSpan.end.offset);
238
- return /^\s*$/u.test(i) ? "" : T(i, t7, { parser: "__ng_directive", __isInHtmlAttribute: false }, Q);
238
+ return /^\s*$/u.test(i) ? "" : T(i, t7, { parser: "__ng_directive", __isInHtmlAttribute: false }, X);
239
+ }
240
+ var wn = $i;
241
+ var Oi = (t7, e) => {
242
+ if (!(t7 && e == null)) return e.toReversed || !Array.isArray(e) ? e.toReversed() : [...e].reverse();
243
+ }, bn = Oi;
244
+ function Mi(t7) {
245
+ return Array.isArray(t7) && t7.length > 0;
239
246
  }
240
- var vn = wi;
241
- var bi = (t7) => String(t7).split(/[/\\]/u).pop();
242
- function yn(t7, e) {
247
+ var me = Mi;
248
+ var Tn, xn, kn, Bn, Ln, qi = ((Tn = globalThis.Deno) == null ? void 0 : Tn.build.os) === "windows" || ((kn = (xn = globalThis.navigator) == null ? void 0 : xn.platform) == null ? void 0 : kn.startsWith("Win")) || ((Ln = (Bn = globalThis.process) == null ? void 0 : Bn.platform) == null ? void 0 : Ln.startsWith("win")) || false;
249
+ function Fn(t7) {
250
+ if (t7 = t7 instanceof URL ? t7 : new URL(t7), t7.protocol !== "file:") throw new TypeError(`URL must be a file URL: received "${t7.protocol}"`);
251
+ return t7;
252
+ }
253
+ function Hi(t7) {
254
+ return t7 = Fn(t7), decodeURIComponent(t7.pathname.replace(/%(?![0-9A-Fa-f]{2})/g, "%25"));
255
+ }
256
+ function Vi(t7) {
257
+ t7 = Fn(t7);
258
+ let e = decodeURIComponent(t7.pathname.replace(/\//g, "\\").replace(/%(?![0-9A-Fa-f]{2})/g, "%25")).replace(/^\\*([A-Za-z]:)(\\|$)/, "$1\\");
259
+ return t7.hostname !== "" && (e = `\\\\${t7.hostname}${e}`), e;
260
+ }
261
+ function Pn(t7) {
262
+ return qi ? Vi(t7) : Hi(t7);
263
+ }
264
+ var Nn = Pn;
265
+ var Ui = (t7) => String(t7).split(/[/\\]/u).pop();
266
+ function In(t7, e) {
243
267
  if (!e) return;
244
- let r = bi(e).toLowerCase();
268
+ let r = Ui(e).toLowerCase();
245
269
  return t7.find(({ filenames: n }) => n == null ? void 0 : n.some((s) => s.toLowerCase() === r)) ?? t7.find(({ extensions: n }) => n == null ? void 0 : n.some((s) => r.endsWith(s)));
246
270
  }
247
- function Ti(t7, e) {
271
+ function Wi(t7, e) {
248
272
  if (e) return t7.find(({ name: r }) => r.toLowerCase() === e) ?? t7.find(({ aliases: r }) => r == null ? void 0 : r.includes(e)) ?? t7.find(({ extensions: r }) => r == null ? void 0 : r.includes(`.${e}`));
249
273
  }
250
- function xi(t7, e) {
251
- let r = t7.plugins.flatMap((s) => s.languages ?? []), n = Ti(r, e.language) ?? yn(r, e.physicalFile) ?? yn(r, e.file) ?? (e.physicalFile, void 0);
274
+ function Rn(t7, e) {
275
+ if (e) {
276
+ if (String(e).startsWith("file:")) try {
277
+ e = Nn(e);
278
+ } catch {
279
+ return;
280
+ }
281
+ if (typeof e == "string") return t7.find(({ isSupported: r }) => r == null ? void 0 : r({ filepath: e }));
282
+ }
283
+ }
284
+ function Gi(t7, e) {
285
+ let r = bn(false, t7.plugins).flatMap((s) => s.languages ?? []), n = Wi(r, e.language) ?? In(r, e.physicalFile) ?? In(r, e.file) ?? Rn(r, e.physicalFile) ?? Rn(r, e.file) ?? (e.physicalFile, void 0);
252
286
  return n == null ? void 0 : n.parsers[0];
253
287
  }
254
- var Ne = xi;
255
- var wn = "inline", bn = { 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" }, Tn = "normal", xn = { listing: "pre", plaintext: "pre", pre: "pre", xmp: "pre", nobr: "nowrap", table: "initial", textarea: "pre-wrap" };
256
- function ki(t7) {
288
+ var Ne = Gi;
289
+ var $n = "inline", Sr = { 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" }, On = "normal", _r = { listing: "pre", plaintext: "pre", pre: "pre", xmp: "pre", nobr: "nowrap", table: "initial", textarea: "pre-wrap" };
290
+ function zi(t7) {
257
291
  return t7.type === "element" && !t7.hasExplicitNamespace && !["html", "svg"].includes(t7.namespace);
258
292
  }
259
- var fe = ki;
260
- var Bi = (t7) => w(false, t7, /^[\t\f\r ]*\n/gu, ""), Sr = (t7) => Bi(O.trimEnd(t7)), kn = (t7) => {
293
+ var fe = zi;
294
+ var Yi = (t7) => w(false, t7, /^[\t\f\r ]*\n/gu, ""), Er = (t7) => Yi(O.trimEnd(t7)), Mn = (t7) => {
261
295
  let e = t7, r = O.getLeadingWhitespace(e);
262
296
  r && (e = e.slice(r.length));
263
297
  let n = O.getTrailingWhitespace(e);
264
298
  return n && (e = e.slice(0, -n.length)), { leadingWhitespace: r, trailingWhitespace: n, text: e };
265
299
  };
266
- function yt(t7, e) {
267
- return !!(t7.type === "ieConditionalComment" && t7.lastChild && !t7.lastChild.isSelfClosing && !t7.lastChild.endSourceSpan || t7.type === "ieConditionalComment" && !t7.complete || me(t7) && t7.children.some((r) => r.type !== "text" && r.type !== "interpolation") || Tt(t7, e) && !W(t7) && t7.type !== "interpolation");
300
+ function wt(t7, e) {
301
+ return !!(t7.type === "ieConditionalComment" && t7.lastChild && !t7.lastChild.isSelfClosing && !t7.lastChild.endSourceSpan || t7.type === "ieConditionalComment" && !t7.complete || de(t7) && t7.children.some((r) => r.type !== "text" && r.type !== "interpolation") || xt(t7, e) && !W(t7, e) && t7.type !== "interpolation");
268
302
  }
269
- function de(t7) {
270
- return t7.type === "attribute" || !t7.parent || !t7.prev ? false : Li(t7.prev);
303
+ function ge(t7) {
304
+ return t7.type === "attribute" || !t7.parent || !t7.prev ? false : ji(t7.prev);
271
305
  }
272
- function Li(t7) {
306
+ function ji(t7) {
273
307
  return t7.type === "comment" && t7.value.trim() === "prettier-ignore";
274
308
  }
275
309
  function $(t7) {
276
310
  return t7.type === "text" || t7.type === "comment";
277
311
  }
278
- function W(t7) {
279
- return t7.type === "element" && (t7.fullName === "script" || t7.fullName === "style" || t7.fullName === "svg:style" || t7.fullName === "svg:script" || fe(t7) && (t7.name === "script" || t7.name === "style"));
312
+ function W(t7, e) {
313
+ return t7.type === "element" && (t7.fullName === "script" || t7.fullName === "style" || t7.fullName === "svg:style" || t7.fullName === "svg:script" || t7.fullName === "mj-style" && e.parser === "mjml" || fe(t7) && (t7.name === "script" || t7.name === "style"));
280
314
  }
281
- function Bn(t7) {
282
- return t7.children && !W(t7);
315
+ function qn(t7, e) {
316
+ return t7.children && !W(t7, e);
283
317
  }
284
- function Ln(t7) {
285
- return W(t7) || t7.type === "interpolation" || _r(t7);
318
+ function Hn(t7, e) {
319
+ return W(t7, e) || t7.type === "interpolation" || Ar(t7);
286
320
  }
287
- function _r(t7) {
288
- return Vn(t7).startsWith("pre");
321
+ function Ar(t7) {
322
+ return Jn(t7).startsWith("pre");
289
323
  }
290
- function Fn(t7, e) {
324
+ function Vn(t7, e) {
291
325
  var s, i;
292
326
  let r = n();
293
327
  if (r && !t7.prev && ((i = (s = t7.parent) == null ? void 0 : s.tagDefinition) != null && i.ignoreFirstLf)) return t7.type === "interpolation";
294
328
  return r;
295
329
  function n() {
296
- return Fe(t7) || t7.type === "angularControlFlowBlock" ? false : (t7.type === "text" || t7.type === "interpolation") && t7.prev && (t7.prev.type === "text" || t7.prev.type === "interpolation") ? true : !t7.parent || t7.parent.cssDisplay === "none" ? false : me(t7.parent) ? true : !(!t7.prev && (t7.parent.type === "root" || me(t7) && t7.parent || W(t7.parent) || et(t7.parent, e) || !$i(t7.parent.cssDisplay)) || t7.prev && !qi(t7.prev.cssDisplay));
330
+ return Pe(t7) || t7.type === "angularControlFlowBlock" ? false : (t7.type === "text" || t7.type === "interpolation") && t7.prev && (t7.prev.type === "text" || t7.prev.type === "interpolation") ? true : !t7.parent || t7.parent.cssDisplay === "none" ? false : de(t7.parent) ? true : !(!t7.prev && (t7.parent.type === "root" || de(t7) && t7.parent || W(t7.parent, e) || et(t7.parent, e) || !ea(t7.parent.cssDisplay)) || t7.prev && !na(t7.prev.cssDisplay));
297
331
  }
298
332
  }
299
- function Nn(t7, e) {
300
- return Fe(t7) || t7.type === "angularControlFlowBlock" ? false : (t7.type === "text" || t7.type === "interpolation") && t7.next && (t7.next.type === "text" || t7.next.type === "interpolation") ? true : !t7.parent || t7.parent.cssDisplay === "none" ? false : me(t7.parent) ? true : !(!t7.next && (t7.parent.type === "root" || me(t7) && t7.parent || W(t7.parent) || et(t7.parent, e) || !Oi(t7.parent.cssDisplay)) || t7.next && !Mi(t7.next.cssDisplay));
333
+ function Un(t7, e) {
334
+ return Pe(t7) || t7.type === "angularControlFlowBlock" ? false : (t7.type === "text" || t7.type === "interpolation") && t7.next && (t7.next.type === "text" || t7.next.type === "interpolation") ? true : !t7.parent || t7.parent.cssDisplay === "none" ? false : de(t7.parent) ? true : !(!t7.next && (t7.parent.type === "root" || de(t7) && t7.parent || W(t7.parent, e) || et(t7.parent, e) || !ta(t7.parent.cssDisplay)) || t7.next && !ra(t7.next.cssDisplay));
301
335
  }
302
- function Pn(t7) {
303
- return Hi(t7.cssDisplay) && !W(t7);
336
+ function Wn(t7, e) {
337
+ return sa(t7.cssDisplay) && !W(t7, e);
304
338
  }
305
339
  function Je(t7) {
306
- return Fe(t7) || t7.next && t7.sourceSpan.end && t7.sourceSpan.end.line + 1 < t7.next.sourceSpan.start.line;
340
+ return Pe(t7) || t7.next && t7.sourceSpan.end && t7.sourceSpan.end.line + 1 < t7.next.sourceSpan.start.line;
307
341
  }
308
- function In(t7) {
309
- return Er(t7) || t7.type === "element" && t7.children.length > 0 && (["body", "script", "style"].includes(t7.name) || t7.children.some((e) => Ni(e))) || t7.firstChild && t7.firstChild === t7.lastChild && t7.firstChild.type !== "text" && $n(t7.firstChild) && (!t7.lastChild.isTrailingSpaceSensitive || On(t7.lastChild));
342
+ function Gn(t7) {
343
+ return Dr(t7) || t7.type === "element" && t7.children.length > 0 && (["body", "script", "style"].includes(t7.name) || t7.children.some((e) => Xi(e))) || t7.firstChild && t7.firstChild === t7.lastChild && t7.firstChild.type !== "text" && Yn(t7.firstChild) && (!t7.lastChild.isTrailingSpaceSensitive || jn(t7.lastChild));
310
344
  }
311
- function Er(t7) {
345
+ function Dr(t7) {
312
346
  return t7.type === "element" && t7.children.length > 0 && (["html", "head", "ul", "ol", "select"].includes(t7.name) || t7.cssDisplay.startsWith("table") && t7.cssDisplay !== "table-cell");
313
347
  }
314
- function wt(t7) {
315
- return Mn(t7) || t7.prev && Fi(t7.prev) || Rn(t7);
348
+ function bt(t7) {
349
+ return Kn(t7) || t7.prev && Ki(t7.prev) || zn(t7);
316
350
  }
317
- function Fi(t7) {
318
- return Mn(t7) || t7.type === "element" && t7.fullName === "br" || Rn(t7);
351
+ function Ki(t7) {
352
+ return Kn(t7) || t7.type === "element" && t7.fullName === "br" || zn(t7);
319
353
  }
320
- function Rn(t7) {
321
- return $n(t7) && On(t7);
354
+ function zn(t7) {
355
+ return Yn(t7) && jn(t7);
322
356
  }
323
- function $n(t7) {
357
+ function Yn(t7) {
324
358
  return t7.hasLeadingSpaces && (t7.prev ? t7.prev.sourceSpan.end.line < t7.sourceSpan.start.line : t7.parent.type === "root" || t7.parent.startSourceSpan.end.line < t7.sourceSpan.start.line);
325
359
  }
326
- function On(t7) {
360
+ function jn(t7) {
327
361
  return t7.hasTrailingSpaces && (t7.next ? t7.next.sourceSpan.start.line > t7.sourceSpan.end.line : t7.parent.type === "root" || t7.parent.endSourceSpan && t7.parent.endSourceSpan.start.line > t7.sourceSpan.end.line);
328
362
  }
329
- function Mn(t7) {
363
+ function Kn(t7) {
330
364
  switch (t7.type) {
331
365
  case "ieConditionalComment":
332
366
  case "comment":
@@ -337,18 +371,19 @@ function Mn(t7) {
337
371
  }
338
372
  return false;
339
373
  }
340
- function bt(t7) {
341
- return t7.lastChild ? bt(t7.lastChild) : t7;
374
+ function Tt(t7) {
375
+ return t7.lastChild ? Tt(t7.lastChild) : t7;
342
376
  }
343
- function Ni(t7) {
377
+ function Xi(t7) {
344
378
  var e;
345
379
  return (e = t7.children) == null ? void 0 : e.some((r) => r.type !== "text");
346
380
  }
347
- function qn(t7) {
381
+ function Xn(t7) {
348
382
  if (t7) switch (t7) {
349
383
  case "module":
350
384
  case "text/javascript":
351
385
  case "text/babel":
386
+ case "text/jsx":
352
387
  case "application/javascript":
353
388
  return "babel";
354
389
  case "application/x-typescript":
@@ -363,49 +398,51 @@ function qn(t7) {
363
398
  if (t7.endsWith("json") || t7.endsWith("importmap") || t7 === "speculationrules") return "json";
364
399
  }
365
400
  }
366
- function Pi(t7, e) {
401
+ function Qi(t7, e) {
367
402
  let { name: r, attrMap: n } = t7;
368
403
  if (r !== "script" || Object.prototype.hasOwnProperty.call(n, "src")) return;
369
404
  let { type: s, lang: i } = t7.attrMap;
370
- return !i && !s ? "babel" : Ne(e, { language: i }) ?? qn(s);
405
+ return !i && !s ? "babel" : Ne(e, { language: i }) ?? Xn(s);
371
406
  }
372
- function Ii(t7, e) {
373
- if (!Tt(t7, e)) return;
407
+ function Ji(t7, e) {
408
+ if (!xt(t7, e)) return;
374
409
  let { attrMap: r } = t7;
375
410
  if (Object.prototype.hasOwnProperty.call(r, "src")) return;
376
411
  let { type: n, lang: s } = r;
377
- return Ne(e, { language: s }) ?? qn(n);
412
+ return Ne(e, { language: s }) ?? Xn(n);
378
413
  }
379
- function Ri(t7, e) {
380
- if (t7.name !== "style") return;
381
- let { lang: r } = t7.attrMap;
382
- return r ? Ne(e, { language: r }) : "css";
414
+ function Zi(t7, e) {
415
+ if (t7.name === "style") {
416
+ let { lang: r } = t7.attrMap;
417
+ return r ? Ne(e, { language: r }) : "css";
418
+ }
419
+ if (t7.name === "mj-style" && e.parser === "mjml") return "css";
383
420
  }
384
- function Ar(t7, e) {
385
- return Pi(t7, e) ?? Ri(t7, e) ?? Ii(t7, e);
421
+ function vr(t7, e) {
422
+ return Qi(t7, e) ?? Zi(t7, e) ?? Ji(t7, e);
386
423
  }
387
424
  function Ze(t7) {
388
425
  return t7 === "block" || t7 === "list-item" || t7.startsWith("table");
389
426
  }
390
- function $i(t7) {
427
+ function ea(t7) {
391
428
  return !Ze(t7) && t7 !== "inline-block";
392
429
  }
393
- function Oi(t7) {
430
+ function ta(t7) {
394
431
  return !Ze(t7) && t7 !== "inline-block";
395
432
  }
396
- function Mi(t7) {
433
+ function ra(t7) {
397
434
  return !Ze(t7);
398
435
  }
399
- function qi(t7) {
436
+ function na(t7) {
400
437
  return !Ze(t7);
401
438
  }
402
- function Hi(t7) {
439
+ function sa(t7) {
403
440
  return !Ze(t7) && t7 !== "inline-block";
404
441
  }
405
- function me(t7) {
406
- return Vn(t7).startsWith("pre");
442
+ function de(t7) {
443
+ return Jn(t7).startsWith("pre");
407
444
  }
408
- function Vi(t7, e) {
445
+ function ia(t7, e) {
409
446
  let r = t7;
410
447
  for (; r; ) {
411
448
  if (e(r)) return true;
@@ -413,15 +450,15 @@ function Vi(t7, e) {
413
450
  }
414
451
  return false;
415
452
  }
416
- function Hn(t7, e) {
453
+ function Qn(t7, e) {
417
454
  var n;
418
- if (ge(t7, e)) return "block";
455
+ if (Ce(t7, e)) return "block";
419
456
  if (((n = t7.prev) == null ? void 0 : n.type) === "comment") {
420
457
  let s = t7.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/u);
421
458
  if (s) return s[1];
422
459
  }
423
460
  let r = false;
424
- if (t7.type === "element" && t7.namespace === "svg") if (Vi(t7, (s) => s.fullName === "svg:foreignObject")) r = true;
461
+ if (t7.type === "element" && t7.namespace === "svg") if (ia(t7, (s) => s.fullName === "svg:foreignObject")) r = true;
425
462
  else return t7.name === "svg" ? "inline-block" : "block";
426
463
  switch (e.htmlWhitespaceSensitivity) {
427
464
  case "strict":
@@ -429,13 +466,14 @@ function Hn(t7, e) {
429
466
  case "ignore":
430
467
  return "block";
431
468
  default:
432
- return t7.type === "element" && (!t7.namespace || r || fe(t7)) && bn[t7.name] || wn;
469
+ if (t7.type === "element" && (!t7.namespace || r || fe(t7)) && Object.prototype.hasOwnProperty.call(Sr, t7.name)) return Sr[t7.name];
433
470
  }
471
+ return $n;
434
472
  }
435
- function Vn(t7) {
436
- return t7.type === "element" && (!t7.namespace || fe(t7)) && xn[t7.name] || Tn;
473
+ function Jn(t7) {
474
+ return t7.type === "element" && (!t7.namespace || fe(t7)) && Object.prototype.hasOwnProperty.call(_r, t7.name) ? _r[t7.name] : On;
437
475
  }
438
- function Ui(t7) {
476
+ function aa(t7) {
439
477
  let e = Number.POSITIVE_INFINITY;
440
478
  for (let r of t7.split(`
441
479
  `)) {
@@ -446,47 +484,47 @@ function Ui(t7) {
446
484
  }
447
485
  return e === Number.POSITIVE_INFINITY ? 0 : e;
448
486
  }
449
- function Dr(t7, e = Ui(t7)) {
487
+ function yr(t7, e = aa(t7)) {
450
488
  return e === 0 ? t7 : t7.split(`
451
489
  `).map((r) => r.slice(e)).join(`
452
490
  `);
453
491
  }
454
- function vr(t7) {
492
+ function wr(t7) {
455
493
  return w(false, w(false, t7, "&apos;", "'"), "&quot;", '"');
456
494
  }
457
- function N(t7) {
458
- return vr(t7.value);
495
+ function P(t7) {
496
+ return wr(t7.value);
459
497
  }
460
- var Wi = /* @__PURE__ */ new Set(["template", "style", "script"]);
498
+ var oa = /* @__PURE__ */ new Set(["template", "style", "script"]);
461
499
  function et(t7, e) {
462
- return ge(t7, e) && !Wi.has(t7.fullName);
500
+ return Ce(t7, e) && !oa.has(t7.fullName);
463
501
  }
464
- function ge(t7, e) {
502
+ function Ce(t7, e) {
465
503
  return e.parser === "vue" && t7.type === "element" && t7.parent.type === "root" && t7.fullName.toLowerCase() !== "html";
466
504
  }
467
- function Tt(t7, e) {
468
- return ge(t7, e) && (et(t7, e) || t7.attrMap.lang && t7.attrMap.lang !== "html");
505
+ function xt(t7, e) {
506
+ return Ce(t7, e) && (et(t7, e) || t7.attrMap.lang && t7.attrMap.lang !== "html");
469
507
  }
470
- function Un(t7) {
508
+ function Zn(t7) {
471
509
  let e = t7.fullName;
472
510
  return e.charAt(0) === "#" || e === "slot-scope" || e === "v-slot" || e.startsWith("v-slot:");
473
511
  }
474
- function Wn(t7, e) {
512
+ function es(t7, e) {
475
513
  let r = t7.parent;
476
- if (!ge(r, e)) return false;
514
+ if (!Ce(r, e)) return false;
477
515
  let n = r.fullName, s = t7.fullName;
478
516
  return n === "script" && s === "setup" || n === "style" && s === "vars";
479
517
  }
480
- function xt(t7, e = t7.value) {
481
- return t7.parent.isWhitespaceSensitive ? t7.parent.isIndentationSensitive ? B(e) : B(Dr(Sr(e)), S) : H(_, O.split(e));
518
+ function kt(t7, e = t7.value) {
519
+ return t7.parent.isWhitespaceSensitive ? t7.parent.isIndentationSensitive ? B(e) : B(yr(Er(e)), S) : H(_, O.split(e));
482
520
  }
483
- function kt(t7, e) {
484
- return ge(t7, e) && t7.name === "script";
521
+ function Bt(t7, e) {
522
+ return Ce(t7, e) && t7.name === "script";
485
523
  }
486
- var yr = /\{\{(.+?)\}\}/su;
487
- async function zn(t7, e) {
524
+ var br = /\{\{(.+?)\}\}/su;
525
+ async function ts(t7, e) {
488
526
  let r = [];
489
- for (let [n, s] of t7.split(yr).entries()) if (n % 2 === 0) r.push(B(s));
527
+ for (let [n, s] of t7.split(br).entries()) if (n % 2 === 0) r.push(B(s));
490
528
  else try {
491
529
  r.push(E(["{{", k([_, await T(s, e, { parser: "__ng_interpolation", __isInHtmlInterpolation: true })]), _, "}}"]));
492
530
  } catch {
@@ -494,32 +532,32 @@ async function zn(t7, e) {
494
532
  }
495
533
  return r;
496
534
  }
497
- function wr({ parser: t7 }) {
498
- return (e, r, n) => T(N(n.node), e, { parser: t7 }, Q);
535
+ function Tr({ parser: t7 }) {
536
+ return (e, r, n) => T(P(n.node), e, { parser: t7 }, X);
499
537
  }
500
- var zi = wr({ parser: "__ng_action" }), Gi = wr({ parser: "__ng_binding" }), Yi = wr({ parser: "__ng_directive" });
501
- function ji(t7, e) {
538
+ var ua = Tr({ parser: "__ng_action" }), la = Tr({ parser: "__ng_binding" }), ca = Tr({ parser: "__ng_directive" });
539
+ function pa(t7, e) {
502
540
  if (e.parser !== "angular") return;
503
541
  let { node: r } = t7, n = r.fullName;
504
- if (n.startsWith("(") && n.endsWith(")") || n.startsWith("on-")) return zi;
505
- if (n.startsWith("[") && n.endsWith("]") || /^bind(?:on)?-/u.test(n) || /^ng-(?:if|show|hide|class|style)$/u.test(n)) return Gi;
506
- if (n.startsWith("*")) return Yi;
507
- let s = N(r);
508
- if (/^i18n(?:-.+)?$/u.test(n)) return () => he(Dt(xt(r, s.trim())), !s.includes("@@"));
509
- if (yr.test(s)) return (i) => zn(s, i);
510
- }
511
- var Gn = ji;
512
- function Ki(t7, e) {
513
- let { node: r } = t7, n = N(r);
542
+ if (n.startsWith("(") && n.endsWith(")") || n.startsWith("on-")) return ua;
543
+ if (n.startsWith("[") && n.endsWith("]") || /^bind(?:on)?-/u.test(n) || /^ng-(?:if|show|hide|class|style)$/u.test(n)) return la;
544
+ if (n.startsWith("*")) return ca;
545
+ let s = P(r);
546
+ if (/^i18n(?:-.+)?$/u.test(n)) return () => he(vt(kt(r, s.trim())), !s.includes("@@"));
547
+ if (br.test(s)) return (i) => ts(s, i);
548
+ }
549
+ var rs = pa;
550
+ function ha(t7, e) {
551
+ let { node: r } = t7, n = P(r);
514
552
  if (r.fullName === "class" && !e.parentParser && !n.includes("{{")) return () => n.trim().split(/\s+/u).join(" ");
515
553
  }
516
- var Yn = Ki;
517
- function jn(t7) {
554
+ var ns = ha;
555
+ function ss(t7) {
518
556
  return t7 === " " || t7 === `
519
557
  ` || t7 === "\f" || t7 === "\r" || t7 === " ";
520
558
  }
521
- var Qi = /^[ \t\n\r\u000c]+/, Xi = /^[, \t\n\r\u000c]+/, Ji = /^[^ \t\n\r\u000c]+/, Zi = /[,]+$/, Kn = /^\d+$/, ea = /^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/;
522
- function ta(t7) {
559
+ var ma = /^[ \t\n\r\u000c]+/, fa = /^[, \t\n\r\u000c]+/, da = /^[^ \t\n\r\u000c]+/, ga = /[,]+$/, is = /^\d+$/, Ca = /^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/;
560
+ function Sa(t7) {
523
561
  let e = t7.length, r, n, s, i, a, o = 0, u;
524
562
  function p(C) {
525
563
  let A, D = C.exec(t7.substring(o));
@@ -527,86 +565,86 @@ function ta(t7) {
527
565
  }
528
566
  let l = [];
529
567
  for (; ; ) {
530
- if (p(Xi), o >= e) {
568
+ if (p(fa), o >= e) {
531
569
  if (l.length === 0) throw new Error("Must contain one or more image candidate strings.");
532
570
  return l;
533
571
  }
534
- u = o, r = p(Ji), n = [], r.slice(-1) === "," ? (r = r.replace(Zi, ""), d()) : f();
572
+ u = o, r = p(da), n = [], r.slice(-1) === "," ? (r = r.replace(ga, ""), f()) : m();
535
573
  }
536
- function f() {
537
- for (p(Qi), s = "", i = "in descriptor"; ; ) {
538
- if (a = t7.charAt(o), i === "in descriptor") if (jn(a)) s && (n.push(s), s = "", i = "after descriptor");
574
+ function m() {
575
+ for (p(ma), s = "", i = "in descriptor"; ; ) {
576
+ if (a = t7.charAt(o), i === "in descriptor") if (ss(a)) s && (n.push(s), s = "", i = "after descriptor");
539
577
  else if (a === ",") {
540
- o += 1, s && n.push(s), d();
578
+ o += 1, s && n.push(s), f();
541
579
  return;
542
580
  } else if (a === "(") s += a, i = "in parens";
543
581
  else if (a === "") {
544
- s && n.push(s), d();
582
+ s && n.push(s), f();
545
583
  return;
546
584
  } else s += a;
547
585
  else if (i === "in parens") if (a === ")") s += a, i = "in descriptor";
548
586
  else if (a === "") {
549
- n.push(s), d();
587
+ n.push(s), f();
550
588
  return;
551
589
  } else s += a;
552
- else if (i === "after descriptor" && !jn(a)) if (a === "") {
553
- d();
590
+ else if (i === "after descriptor" && !ss(a)) if (a === "") {
591
+ f();
554
592
  return;
555
593
  } else i = "in descriptor", o -= 1;
556
594
  o += 1;
557
595
  }
558
596
  }
559
- function d() {
597
+ function f() {
560
598
  let C = false, A, D, I, F, c = {}, g, y, q, x, U;
561
- for (F = 0; F < n.length; F++) g = n[F], y = g[g.length - 1], q = g.substring(0, g.length - 1), x = parseInt(q, 10), U = parseFloat(q), Kn.test(q) && y === "w" ? ((A || D) && (C = true), x === 0 ? C = true : A = x) : ea.test(q) && y === "x" ? ((A || D || I) && (C = true), U < 0 ? C = true : D = U) : Kn.test(q) && y === "h" ? ((I || D) && (C = true), x === 0 ? C = true : I = x) : C = true;
599
+ for (F = 0; F < n.length; F++) g = n[F], y = g[g.length - 1], q = g.substring(0, g.length - 1), x = parseInt(q, 10), U = parseFloat(q), is.test(q) && y === "w" ? ((A || D) && (C = true), x === 0 ? C = true : A = x) : Ca.test(q) && y === "x" ? ((A || D || I) && (C = true), U < 0 ? C = true : D = U) : is.test(q) && y === "h" ? ((I || D) && (C = true), x === 0 ? C = true : I = x) : C = true;
562
600
  if (!C) c.source = { value: r, startOffset: u }, A && (c.width = { value: A }), D && (c.density = { value: D }), I && (c.height = { value: I }), l.push(c);
563
601
  else throw new Error(`Invalid srcset descriptor found in "${t7}" at "${g}".`);
564
602
  }
565
603
  }
566
- var Qn = ta;
567
- function ra(t7) {
568
- if (t7.node.fullName === "srcset" && (t7.parent.fullName === "img" || t7.parent.fullName === "source")) return () => sa(N(t7.node));
604
+ var as = Sa;
605
+ function _a(t7) {
606
+ if (t7.node.fullName === "srcset" && (t7.parent.fullName === "img" || t7.parent.fullName === "source")) return () => Aa(P(t7.node));
569
607
  }
570
- var Xn = { width: "w", height: "h", density: "x" }, na = Object.keys(Xn);
571
- function sa(t7) {
572
- let e = Qn(t7), r = na.filter((l) => e.some((f) => Object.prototype.hasOwnProperty.call(f, l)));
608
+ var os = { width: "w", height: "h", density: "x" }, Ea = Object.keys(os);
609
+ function Aa(t7) {
610
+ let e = as(t7), r = Ea.filter((l) => e.some((m) => Object.prototype.hasOwnProperty.call(m, l)));
573
611
  if (r.length > 1) throw new Error("Mixed descriptor in srcset is not supported");
574
- let [n] = r, s = Xn[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) => {
575
- let f = l.indexOf(".");
576
- return f === -1 ? l.length : f;
612
+ let [n] = r, s = os[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) => {
613
+ let m = l.indexOf(".");
614
+ return m === -1 ? l.length : m;
577
615
  }), p = Math.max(...u);
578
- return he(H([",", _], i.map((l, f) => {
579
- let d = [l], C = o[f];
616
+ return he(H([",", _], i.map((l, m) => {
617
+ let f = [l], C = o[m];
580
618
  if (C) {
581
- let A = a - l.length + 1, D = p - u[f], I = " ".repeat(A + D);
582
- d.push(pe(I, " "), C + s);
619
+ let A = a - l.length + 1, D = p - u[m], I = " ".repeat(A + D);
620
+ f.push(pe(I, " "), C + s);
583
621
  }
584
- return d;
622
+ return f;
585
623
  })));
586
624
  }
587
- var Jn = ra;
588
- function Zn(t7, e) {
589
- let { node: r } = t7, n = N(t7.node).trim();
625
+ var us = _a;
626
+ function ls(t7, e) {
627
+ let { node: r } = t7, n = P(t7.node).trim();
590
628
  if (r.fullName === "style" && !e.parentParser && !n.includes("{{")) return async (s) => he(await s(n, { parser: "css", __isHTMLStyleAttribute: true }));
591
629
  }
592
- var br = /* @__PURE__ */ new WeakMap();
593
- function ia(t7, e) {
630
+ var xr = /* @__PURE__ */ new WeakMap();
631
+ function Da(t7, e) {
594
632
  let { root: r } = t7;
595
- return br.has(r) || br.set(r, r.children.some((n) => kt(n, e) && ["ts", "typescript"].includes(n.attrMap.lang))), br.get(r);
633
+ return xr.has(r) || xr.set(r, r.children.some((n) => Bt(n, e) && ["ts", "typescript"].includes(n.attrMap.lang))), xr.get(r);
596
634
  }
597
- var Pe = ia;
598
- function es(t7, e, r) {
599
- let { node: n } = r, s = N(n);
600
- return T(`type T<${s}> = any`, t7, { parser: "babel-ts", __isEmbeddedTypescriptGenericParameters: true }, Q);
635
+ var Ie = Da;
636
+ function cs(t7, e, r) {
637
+ let { node: n } = r, s = P(n);
638
+ return T(`type T<${s}> = any`, t7, { parser: "babel-ts", __isEmbeddedTypescriptGenericParameters: true }, X);
601
639
  }
602
- function ts(t7, e, { parseWithTs: r }) {
640
+ function ps(t7, e, { parseWithTs: r }) {
603
641
  return T(`function _(${t7}) {}`, e, { parser: r ? "babel-ts" : "babel", __isVueBindings: true });
604
642
  }
605
- async function rs(t7, e, r, n) {
606
- let s = N(r.node), { left: i, operator: a, right: o } = aa(s), u = Pe(r, n);
643
+ async function hs(t7, e, r, n) {
644
+ let s = P(r.node), { left: i, operator: a, right: o } = va(s), u = Ie(r, n);
607
645
  return [E(await T(`function _(${i}) {}`, t7, { parser: u ? "babel-ts" : "babel", __isVueForBindingLeft: true })), " ", a, " ", await T(o, t7, { parser: u ? "__ts_expression" : "__js_expression" })];
608
646
  }
609
- function aa(t7) {
647
+ function va(t7) {
610
648
  let e = /(.*?)\s+(in|of)\s+(.*)/su, r = /,([^,\]}]*)(?:,([^,\]}]*))?$/u, n = /^\(|\)$/gu, s = t7.match(e);
611
649
  if (!s) return;
612
650
  let i = {};
@@ -616,79 +654,75 @@ function aa(t7) {
616
654
  let u = [i.alias, i.iterator1, i.iterator2];
617
655
  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 };
618
656
  }
619
- function oa(t7, e) {
657
+ function ya(t7, e) {
620
658
  if (e.parser !== "vue") return;
621
659
  let { node: r } = t7, n = r.fullName;
622
- if (n === "v-for") return rs;
623
- if (n === "generic" && kt(r.parent, e)) return es;
624
- let s = N(r), i = Pe(t7, e);
625
- if (Un(r) || Wn(r, e)) return (a) => ts(s, a, { parseWithTs: i });
626
- if (n.startsWith("@") || n.startsWith("v-on:")) return (a) => ua(s, a, { parseWithTs: i });
627
- if (n.startsWith(":") || n.startsWith(".") || n.startsWith("v-bind:")) return (a) => la(s, a, { parseWithTs: i });
628
- if (n.startsWith("v-")) return (a) => ns(s, a, { parseWithTs: i });
629
- }
630
- async function ua(t7, e, { parseWithTs: r }) {
660
+ if (n === "v-for") return hs;
661
+ if (n === "generic" && Bt(r.parent, e)) return cs;
662
+ let s = P(r), i = Ie(t7, e);
663
+ if (Zn(r) || es(r, e)) return (a) => ps(s, a, { parseWithTs: i });
664
+ if (n.startsWith("@") || n.startsWith("v-on:")) return (a) => wa(s, a, { parseWithTs: i });
665
+ if (n.startsWith(":") || n.startsWith(".") || n.startsWith("v-bind:")) return (a) => ba(s, a, { parseWithTs: i });
666
+ if (n.startsWith("v-")) return (a) => ms(s, a, { parseWithTs: i });
667
+ }
668
+ async function wa(t7, e, { parseWithTs: r }) {
631
669
  var n;
632
670
  try {
633
- return await ns(t7, e, { parseWithTs: r });
671
+ return await ms(t7, e, { parseWithTs: r });
634
672
  } catch (s) {
635
673
  if (((n = s.cause) == null ? void 0 : n.code) !== "BABEL_PARSER_SYNTAX_ERROR") throw s;
636
674
  }
637
- return T(t7, e, { parser: r ? "__vue_ts_event_binding" : "__vue_event_binding" }, Q);
675
+ return T(t7, e, { parser: r ? "__vue_ts_event_binding" : "__vue_event_binding" }, X);
638
676
  }
639
- function la(t7, e, { parseWithTs: r }) {
640
- return T(t7, e, { parser: r ? "__vue_ts_expression" : "__vue_expression" }, Q);
677
+ function ba(t7, e, { parseWithTs: r }) {
678
+ return T(t7, e, { parser: r ? "__vue_ts_expression" : "__vue_expression" }, X);
641
679
  }
642
- function ns(t7, e, { parseWithTs: r }) {
643
- return T(t7, e, { parser: r ? "__ts_expression" : "__js_expression" }, Q);
680
+ function ms(t7, e, { parseWithTs: r }) {
681
+ return T(t7, e, { parser: r ? "__ts_expression" : "__js_expression" }, X);
644
682
  }
645
- var ss = oa;
646
- function ca(t7, e) {
683
+ var fs = ya;
684
+ function Ta(t7, e) {
647
685
  let { node: r } = t7;
648
686
  if (r.value) {
649
687
  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];
650
- for (let n of [Jn, Zn, Yn, ss, Gn]) {
688
+ for (let n of [us, ls, ns, fs, rs]) {
651
689
  let s = n(t7, e);
652
- if (s) return pa(s);
690
+ if (s) return xa(s);
653
691
  }
654
692
  }
655
693
  }
656
- function pa(t7) {
694
+ function xa(t7) {
657
695
  return async (e, r, n, s) => {
658
696
  let i = await t7(e, r, n, s);
659
697
  if (i) return i = hr(i, (a) => typeof a == "string" ? w(false, a, '"', "&quot;") : a), [n.node.rawName, '="', E(i), '"'];
660
698
  };
661
699
  }
662
- var is = ca;
663
- var as = new Proxy(() => {
664
- }, { get: () => as }), Tr = as;
665
- function ha(t7) {
666
- return Array.isArray(t7) && t7.length > 0;
667
- }
668
- var Ie = ha;
700
+ var ds = Ta;
701
+ var ka = new Proxy(() => {
702
+ }, { get: () => ka });
669
703
  function J(t7) {
670
704
  return t7.sourceSpan.start.offset;
671
705
  }
672
- function Z(t7) {
706
+ function se(t7) {
673
707
  return t7.sourceSpan.end.offset;
674
708
  }
675
709
  function tt(t7, e) {
676
- return [t7.isSelfClosing ? "" : fa(t7, e), Ce(t7, e)];
710
+ return [t7.isSelfClosing ? "" : Ba(t7, e), Se(t7, e)];
677
711
  }
678
- function fa(t7, e) {
679
- return t7.lastChild && Ee(t7.lastChild) ? "" : [ma(t7, e), Bt(t7, e)];
712
+ function Ba(t7, e) {
713
+ return t7.lastChild && Ae(t7.lastChild) ? "" : [La(t7, e), Lt(t7, e)];
680
714
  }
681
- function Ce(t7, e) {
682
- return (t7.next ? X(t7.next) : _e(t7.parent)) ? "" : [Se(t7, e), z(t7, e)];
715
+ function Se(t7, e) {
716
+ return (t7.next ? Q(t7.next) : Ee(t7.parent)) ? "" : [_e(t7, e), G(t7, e)];
683
717
  }
684
- function ma(t7, e) {
685
- return _e(t7) ? Se(t7.lastChild, e) : "";
718
+ function La(t7, e) {
719
+ return Ee(t7) ? _e(t7.lastChild, e) : "";
686
720
  }
687
- function z(t7, e) {
688
- return Ee(t7) ? Bt(t7.parent, e) : rt(t7) ? Lt(t7.next, e) : "";
721
+ function G(t7, e) {
722
+ return Ae(t7) ? Lt(t7.parent, e) : rt(t7) ? Ft(t7.next, e) : "";
689
723
  }
690
- function Bt(t7, e) {
691
- if (Tr.ok(!t7.isSelfClosing), us(t7, e)) return "";
724
+ function Lt(t7, e) {
725
+ if (Cs(t7, e)) return "";
692
726
  switch (t7.type) {
693
727
  case "ieConditionalComment":
694
728
  return "<!";
@@ -698,8 +732,8 @@ function Bt(t7, e) {
698
732
  return `</${t7.rawName}`;
699
733
  }
700
734
  }
701
- function Se(t7, e) {
702
- if (us(t7, e)) return "";
735
+ function _e(t7, e) {
736
+ if (Cs(t7, e)) return "";
703
737
  switch (t7.type) {
704
738
  case "ieConditionalComment":
705
739
  case "ieConditionalEndComment":
@@ -716,51 +750,51 @@ function Se(t7, e) {
716
750
  return ">";
717
751
  }
718
752
  }
719
- function us(t7, e) {
720
- return !t7.isSelfClosing && !t7.endSourceSpan && (de(t7) || yt(t7.parent, e));
753
+ function Cs(t7, e) {
754
+ return !t7.isSelfClosing && !t7.endSourceSpan && (ge(t7) || wt(t7.parent, e));
721
755
  }
722
- function X(t7) {
756
+ function Q(t7) {
723
757
  return t7.prev && t7.prev.type !== "docType" && t7.type !== "angularControlFlowBlock" && !$(t7.prev) && t7.isLeadingSpaceSensitive && !t7.hasLeadingSpaces;
724
758
  }
725
- function _e(t7) {
759
+ function Ee(t7) {
726
760
  var e;
727
- return ((e = t7.lastChild) == null ? void 0 : e.isTrailingSpaceSensitive) && !t7.lastChild.hasTrailingSpaces && !$(bt(t7.lastChild)) && !me(t7);
761
+ return ((e = t7.lastChild) == null ? void 0 : e.isTrailingSpaceSensitive) && !t7.lastChild.hasTrailingSpaces && !$(Tt(t7.lastChild)) && !de(t7);
728
762
  }
729
- function Ee(t7) {
730
- return !t7.next && !t7.hasTrailingSpaces && t7.isTrailingSpaceSensitive && $(bt(t7));
763
+ function Ae(t7) {
764
+ return !t7.next && !t7.hasTrailingSpaces && t7.isTrailingSpaceSensitive && $(Tt(t7));
731
765
  }
732
766
  function rt(t7) {
733
767
  return t7.next && !$(t7.next) && $(t7) && t7.isTrailingSpaceSensitive && !t7.hasTrailingSpaces;
734
768
  }
735
- function da(t7) {
769
+ function Fa(t7) {
736
770
  let e = t7.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/su);
737
771
  return e ? e[1] ? e[1].split(/\s+/u) : true : false;
738
772
  }
739
773
  function nt(t7) {
740
774
  return !t7.prev && t7.isLeadingSpaceSensitive && !t7.hasLeadingSpaces;
741
775
  }
742
- function ga(t7, e, r) {
743
- var f;
776
+ function Pa(t7, e, r) {
777
+ var m;
744
778
  let { node: n } = t7;
745
- if (!Ie(n.attrs)) return n.isSelfClosing ? " " : "";
746
- let s = ((f = n.prev) == null ? void 0 : f.type) === "comment" && da(n.prev.value), i = typeof s == "boolean" ? () => s : Array.isArray(s) ? (d) => s.includes(d.rawName) : () => false, a = t7.map(({ node: d }) => i(d) ? B(e.originalText.slice(J(d), Z(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 && !ge(n, e) ? S : _, l = [k([o ? " " : _, H(p, a)])];
747
- return n.firstChild && nt(n.firstChild) || n.isSelfClosing && _e(n.parent) || o ? l.push(n.isSelfClosing ? " " : "") : l.push(e.bracketSameLine ? n.isSelfClosing ? " " : "" : n.isSelfClosing ? _ : v), l;
779
+ if (!me(n.attrs)) return n.isSelfClosing ? " " : "";
780
+ let s = ((m = n.prev) == null ? void 0 : m.type) === "comment" && Fa(n.prev.value), i = typeof s == "boolean" ? () => s : Array.isArray(s) ? (f) => s.includes(f.rawName) : () => false, a = t7.map(({ node: f }) => i(f) ? B(e.originalText.slice(J(f), se(f))) : 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 && !Ce(n, e) ? S : _, l = [k([o ? " " : _, H(p, a)])];
781
+ return n.firstChild && nt(n.firstChild) || n.isSelfClosing && Ee(n.parent) || o ? l.push(n.isSelfClosing ? " " : "") : l.push(e.bracketSameLine ? n.isSelfClosing ? " " : "" : n.isSelfClosing ? _ : v), l;
748
782
  }
749
- function Ca(t7) {
750
- return t7.firstChild && nt(t7.firstChild) ? "" : Ft(t7);
783
+ function Na(t7) {
784
+ return t7.firstChild && nt(t7.firstChild) ? "" : Pt(t7);
751
785
  }
752
786
  function st(t7, e, r) {
753
787
  let { node: n } = t7;
754
- return [Ae(n, e), ga(t7, e, r), n.isSelfClosing ? "" : Ca(n)];
788
+ return [De(n, e), Pa(t7, e, r), n.isSelfClosing ? "" : Na(n)];
755
789
  }
756
- function Ae(t7, e) {
757
- return t7.prev && rt(t7.prev) ? "" : [G(t7, e), Lt(t7, e)];
790
+ function De(t7, e) {
791
+ return t7.prev && rt(t7.prev) ? "" : [z(t7, e), Ft(t7, e)];
758
792
  }
759
- function G(t7, e) {
760
- return nt(t7) ? Ft(t7.parent) : X(t7) ? Se(t7.prev, e) : "";
793
+ function z(t7, e) {
794
+ return nt(t7) ? Pt(t7.parent) : Q(t7) ? _e(t7.prev, e) : "";
761
795
  }
762
- var os = "<!doctype";
763
- function Lt(t7, e) {
796
+ var gs = "<!doctype";
797
+ function Ft(t7, e) {
764
798
  switch (t7.type) {
765
799
  case "ieConditionalComment":
766
800
  case "ieConditionalStartComment":
@@ -771,10 +805,11 @@ function Lt(t7, e) {
771
805
  return "{{";
772
806
  case "docType": {
773
807
  if (t7.value === "html") {
774
- let n = e.filepath ?? "";
775
- if (/\.html?$/u.test(n)) return os;
808
+ let { filepath: n } = e;
809
+ if (n && /\.html?$/u.test(n)) return gs;
776
810
  }
777
- return e.originalText.slice(J(t7), Z(t7)).slice(0, os.length);
811
+ let r = J(t7);
812
+ return e.originalText.slice(r, r + gs.length);
778
813
  }
779
814
  case "angularIcuExpression":
780
815
  return "{";
@@ -784,8 +819,8 @@ function Lt(t7, e) {
784
819
  return `<${t7.rawName}`;
785
820
  }
786
821
  }
787
- function Ft(t7) {
788
- switch (Tr.ok(!t7.isSelfClosing), t7.type) {
822
+ function Pt(t7) {
823
+ switch (t7.type) {
789
824
  case "ieConditionalComment":
790
825
  return "]>";
791
826
  case "element":
@@ -794,55 +829,55 @@ function Ft(t7) {
794
829
  return ">";
795
830
  }
796
831
  }
797
- function Sa(t7, e) {
832
+ function Ia(t7, e) {
798
833
  if (!t7.endSourceSpan) return "";
799
834
  let r = t7.startSourceSpan.end.offset;
800
- t7.firstChild && nt(t7.firstChild) && (r -= Ft(t7).length);
835
+ t7.firstChild && nt(t7.firstChild) && (r -= Pt(t7).length);
801
836
  let n = t7.endSourceSpan.start.offset;
802
- return t7.lastChild && Ee(t7.lastChild) ? n += Bt(t7, e).length : _e(t7) && (n -= Se(t7.lastChild, e).length), e.originalText.slice(r, n);
837
+ return t7.lastChild && Ae(t7.lastChild) ? n += Lt(t7, e).length : Ee(t7) && (n -= _e(t7.lastChild, e).length), e.originalText.slice(r, n);
803
838
  }
804
- var Nt = Sa;
805
- var _a = /* @__PURE__ */ new Set(["if", "else if", "for", "switch", "case"]);
806
- function Ea(t7, e) {
839
+ var Nt = Ia;
840
+ var Ra = /* @__PURE__ */ new Set(["if", "else if", "for", "switch", "case"]);
841
+ function $a(t7, e) {
807
842
  let { node: r } = t7;
808
843
  switch (r.type) {
809
844
  case "element":
810
- if (W(r) || r.type === "interpolation") return;
811
- if (!r.isSelfClosing && Tt(r, e)) {
812
- let n = Ar(r, e);
845
+ if (W(r, e) || r.type === "interpolation") return;
846
+ if (!r.isSelfClosing && xt(r, e)) {
847
+ let n = vr(r, e);
813
848
  return n ? async (s, i) => {
814
849
  let a = Nt(r, e), o = /^\s*$/u.test(a), u = "";
815
- return o || (u = await s(Sr(a), { parser: n, __embeddedInHtml: true }), o = u === ""), [G(r, e), E(st(t7, e, i)), o ? "" : S, u, o ? "" : S, tt(r, e), z(r, e)];
850
+ return o || (u = await s(Er(a), { parser: n, __embeddedInHtml: true }), o = u === ""), [z(r, e), E(st(t7, e, i)), o ? "" : S, u, o ? "" : S, tt(r, e), G(r, e)];
816
851
  } : void 0;
817
852
  }
818
853
  break;
819
854
  case "text":
820
- if (W(r.parent)) {
821
- let n = Ar(r.parent, e);
855
+ if (W(r.parent, e)) {
856
+ let n = vr(r.parent, e);
822
857
  if (n) return async (s) => {
823
- let i = n === "markdown" ? Dr(r.value.replace(/^[^\S\n]*\n/u, "")) : r.value, a = { parser: n, __embeddedInHtml: true };
858
+ let i = n === "markdown" ? yr(r.value.replace(/^[^\S\n]*\n/u, "")) : r.value, a = { parser: n, __embeddedInHtml: true };
824
859
  if (e.parser === "html" && n === "babel") {
825
860
  let o = "script", { attrMap: u } = r.parent;
826
- u && (u.type === "module" || u.type === "text/babel" && u["data-type"] === "module") && (o = "module"), a.__babelSourceType = o;
861
+ u && (u.type === "module" || (u.type === "text/babel" || u.type === "text/jsx") && u["data-type"] === "module") && (o = "module"), a.__babelSourceType = o;
827
862
  }
828
- return [se, G(r, e), await s(i, a), z(r, e)];
863
+ return [ne, z(r, e), await s(i, a), G(r, e)];
829
864
  };
830
865
  } else if (r.parent.type === "interpolation") return async (n) => {
831
866
  let s = { __isInHtmlInterpolation: true, __embeddedInHtml: true };
832
- return e.parser === "angular" ? s.parser = "__ng_interpolation" : e.parser === "vue" ? s.parser = Pe(t7, e) ? "__vue_ts_expression" : "__vue_expression" : s.parser = "__js_expression", [k([_, await n(r.value, s)]), r.parent.next && X(r.parent.next) ? " " : _];
867
+ return e.parser === "angular" ? s.parser = "__ng_interpolation" : e.parser === "vue" ? s.parser = Ie(t7, e) ? "__vue_ts_expression" : "__vue_expression" : s.parser = "__js_expression", [k([_, await n(r.value, s)]), r.parent.next && Q(r.parent.next) ? " " : _];
833
868
  };
834
869
  break;
835
870
  case "attribute":
836
- return is(t7, e);
871
+ return ds(t7, e);
837
872
  case "front-matter":
838
- return (n) => Dn(r, n);
873
+ return (n) => yn(r, n);
839
874
  case "angularControlFlowBlockParameters":
840
- return _a.has(t7.parent.name) ? vn : void 0;
875
+ return Ra.has(t7.parent.name) ? wn : void 0;
841
876
  case "angularLetDeclarationInitializer":
842
877
  return (n) => T(r.value, n, { parser: "__ng_binding", __isInHtmlAttribute: false });
843
878
  }
844
879
  }
845
- var ls = Ea;
880
+ var Ss = $a;
846
881
  var it = null;
847
882
  function at(t7) {
848
883
  if (it !== null && typeof it.property) {
@@ -851,13 +886,13 @@ function at(t7) {
851
886
  }
852
887
  return it = at.prototype = t7 ?? /* @__PURE__ */ Object.create(null), new at();
853
888
  }
854
- var Aa = 10;
855
- for (let t7 = 0; t7 <= Aa; t7++) at();
856
- function xr(t7) {
889
+ var Oa = 10;
890
+ for (let t7 = 0; t7 <= Oa; t7++) at();
891
+ function kr(t7) {
857
892
  return at(t7);
858
893
  }
859
- function Da(t7, e = "type") {
860
- xr(t7);
894
+ function Ma(t7, e = "type") {
895
+ kr(t7);
861
896
  function r(n) {
862
897
  let s = n[e], i = t7[s];
863
898
  if (!Array.isArray(i)) throw Object.assign(new Error(`Missing visitor keys for '${s}'.`), { node: n });
@@ -865,37 +900,42 @@ function Da(t7, e = "type") {
865
900
  }
866
901
  return r;
867
902
  }
868
- var cs = Da;
869
- var va = { "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"] }, ps = va;
870
- var ya = cs(ps), hs = ya;
871
- function fs(t7) {
872
- return /^\s*<!--\s*@(?:format|prettier)\s*-->/u.test(t7);
903
+ var _s = Ma;
904
+ var qa = { "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"] }, Es = qa;
905
+ var Ha = _s(Es), As = Ha;
906
+ var Ds = "format";
907
+ var vs = /^\s*<!--\s*@(?:noformat|noprettier)\s*-->/u, ys = /^\s*<!--\s*@(?:format|prettier)\s*-->/u;
908
+ function ws(t7) {
909
+ return ys.test(t7);
910
+ }
911
+ function bs(t7) {
912
+ return vs.test(t7);
873
913
  }
874
- function ms(t7) {
875
- return `<!-- @format -->
914
+ function Ts(t7) {
915
+ return `<!-- @${Ds} -->
876
916
 
877
- ` + t7;
917
+ ${t7}`;
878
918
  }
879
- var ds = /* @__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"])]]);
880
- function gs(t7) {
881
- let e = Z(t7);
882
- return t7.type === "element" && !t7.endSourceSpan && Ie(t7.children) ? Math.max(e, gs(K(false, t7.children, -1))) : e;
919
+ var xs = /* @__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"])]]);
920
+ function ks(t7) {
921
+ let e = se(t7);
922
+ return t7.type === "element" && !t7.endSourceSpan && me(t7.children) ? Math.max(e, ks(K(false, t7.children, -1))) : e;
883
923
  }
884
924
  function ot(t7, e, r) {
885
925
  let n = t7.node;
886
- if (de(n)) {
887
- let s = gs(n);
888
- return [G(n, e), B(O.trimEnd(e.originalText.slice(J(n) + (n.prev && rt(n.prev) ? Lt(n).length : 0), s - (n.next && X(n.next) ? Se(n, e).length : 0)))), z(n, e)];
926
+ if (ge(n)) {
927
+ let s = ks(n);
928
+ return [z(n, e), B(O.trimEnd(e.originalText.slice(J(n) + (n.prev && rt(n.prev) ? Ft(n).length : 0), s - (n.next && Q(n.next) ? _e(n, e).length : 0)))), G(n, e)];
889
929
  }
890
930
  return r();
891
931
  }
892
- function Pt(t7, e) {
893
- return $(t7) && $(e) ? t7.isTrailingSpaceSensitive ? t7.hasTrailingSpaces ? wt(e) ? S : _ : "" : wt(e) ? S : v : rt(t7) && (de(e) || e.firstChild || e.isSelfClosing || e.type === "element" && e.attrs.length > 0) || t7.type === "element" && t7.isSelfClosing && X(e) ? "" : !e.isLeadingSpaceSensitive || wt(e) || X(e) && t7.lastChild && Ee(t7.lastChild) && t7.lastChild.lastChild && Ee(t7.lastChild.lastChild) ? S : e.hasLeadingSpaces ? _ : v;
932
+ function It(t7, e) {
933
+ return $(t7) && $(e) ? t7.isTrailingSpaceSensitive ? t7.hasTrailingSpaces ? bt(e) ? S : _ : "" : bt(e) ? S : v : rt(t7) && (ge(e) || e.firstChild || e.isSelfClosing || e.type === "element" && e.attrs.length > 0) || t7.type === "element" && t7.isSelfClosing && Q(e) ? "" : !e.isLeadingSpaceSensitive || bt(e) || Q(e) && t7.lastChild && Ae(t7.lastChild) && t7.lastChild.lastChild && Ae(t7.lastChild.lastChild) ? S : e.hasLeadingSpaces ? _ : v;
894
934
  }
895
935
  function Re(t7, e, r) {
896
936
  let { node: n } = t7;
897
- if (Er(n)) return [se, ...t7.map((i) => {
898
- let a = i.node, o = a.prev ? Pt(a.prev, a) : "";
937
+ if (Dr(n)) return [ne, ...t7.map((i) => {
938
+ let a = i.node, o = a.prev ? It(a.prev, a) : "";
899
939
  return [o ? [o, Je(a.prev) ? S : ""] : "", ot(i, e, r)];
900
940
  }, "children")];
901
941
  let s = n.children.map(() => Symbol(""));
@@ -903,73 +943,73 @@ function Re(t7, e, r) {
903
943
  let o = i.node;
904
944
  if ($(o)) {
905
945
  if (o.prev && $(o.prev)) {
906
- let A = Pt(o.prev, o);
946
+ let A = It(o.prev, o);
907
947
  if (A) return Je(o.prev) ? [S, S, ot(i, e, r)] : [A, ot(i, e, r)];
908
948
  }
909
949
  return ot(i, e, r);
910
950
  }
911
- let u = [], p = [], l = [], f = [], d = o.prev ? Pt(o.prev, o) : "", C = o.next ? Pt(o, o.next) : "";
912
- return d && (Je(o.prev) ? u.push(S, S) : d === S ? u.push(S) : $(o.prev) ? p.push(d) : p.push(pe("", v, { groupId: s[a - 1] }))), C && (Je(o) ? $(o.next) && f.push(S, S) : C === S ? $(o.next) && f.push(S) : l.push(C)), [...u, E([...p, E([ot(i, e, r), ...l], { id: s[a] })]), ...f];
951
+ let u = [], p = [], l = [], m = [], f = o.prev ? It(o.prev, o) : "", C = o.next ? It(o, o.next) : "";
952
+ return f && (Je(o.prev) ? u.push(S, S) : f === S ? u.push(S) : $(o.prev) ? p.push(f) : p.push(pe("", v, { groupId: s[a - 1] }))), C && (Je(o) ? $(o.next) && m.push(S, S) : C === S ? $(o.next) && m.push(S) : l.push(C)), [...u, E([...p, E([ot(i, e, r), ...l], { id: s[a] })]), ...m];
913
953
  }, "children");
914
954
  }
915
- function Cs(t7, e, r) {
955
+ function Bs(t7, e, r) {
916
956
  let { node: n } = t7, s = [];
917
- wa(t7) && s.push("} "), s.push("@", n.name), n.parameters && s.push(" (", E(r("parameters")), ")"), s.push(" {");
918
- let i = Ss(n);
957
+ Va(t7) && s.push("} "), s.push("@", n.name), n.parameters && s.push(" (", E(r("parameters")), ")"), s.push(" {");
958
+ let i = Ls(n);
919
959
  return n.children.length > 0 ? (n.firstChild.hasLeadingSpaces = true, n.lastChild.hasTrailingSpaces = true, s.push(k([S, Re(t7, e, r)])), i && s.push(S, "}")) : i && s.push("}"), E(s, { shouldBreak: true });
920
960
  }
921
- function Ss(t7) {
961
+ function Ls(t7) {
922
962
  var e, r;
923
- return !(((e = t7.next) == null ? void 0 : e.type) === "angularControlFlowBlock" && ((r = ds.get(t7.name)) != null && r.has(t7.next.name)));
963
+ return !(((e = t7.next) == null ? void 0 : e.type) === "angularControlFlowBlock" && ((r = xs.get(t7.name)) != null && r.has(t7.next.name)));
924
964
  }
925
- function wa(t7) {
965
+ function Va(t7) {
926
966
  let { previous: e } = t7;
927
- return (e == null ? void 0 : e.type) === "angularControlFlowBlock" && !de(e) && !Ss(e);
967
+ return (e == null ? void 0 : e.type) === "angularControlFlowBlock" && !ge(e) && !Ls(e);
928
968
  }
929
- function _s(t7, e, r) {
969
+ function Fs(t7, e, r) {
930
970
  return [k([v, H([";", _], t7.map(r, "children"))]), v];
931
971
  }
932
- function Es(t7, e, r) {
972
+ function Ps(t7, e, r) {
933
973
  let { node: n } = t7;
934
- return [Ae(n, e), E([n.switchValue.trim(), ", ", n.clause, n.cases.length > 0 ? [",", k([_, H(_, t7.map(r, "cases"))])] : "", v]), Ce(n, e)];
974
+ return [De(n, e), E([n.switchValue.trim(), ", ", n.clause, n.cases.length > 0 ? [",", k([_, H(_, t7.map(r, "cases"))])] : "", v]), Se(n, e)];
935
975
  }
936
- function As(t7, e, r) {
976
+ function Ns(t7, e, r) {
937
977
  let { node: n } = t7;
938
978
  return [n.value, " {", E([k([v, t7.map(({ node: s, isLast: i }) => {
939
979
  let a = [r()];
940
980
  return s.type === "text" && (s.hasLeadingSpaces && a.unshift(_), s.hasTrailingSpaces && !i && a.push(_)), a;
941
981
  }, "expression")]), v]), "}"];
942
982
  }
943
- function Ds(t7, e, r) {
983
+ function Is(t7, e, r) {
944
984
  let { node: n } = t7;
945
- if (yt(n, e)) return [G(n, e), E(st(t7, e, r)), B(Nt(n, e)), ...tt(n, e), z(n, e)];
946
- 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) => E([E(st(t7, e, r), { id: i }), l, tt(n, e)]), o = (l) => s ? dn(l, { groupId: i }) : (W(n) || et(n, e)) && n.parent.type === "root" && e.parser === "vue" && !e.vueIndentScriptAndStyle ? l : k(l), u = () => s ? pe(v, "", { groupId: i }) : n.firstChild.hasLeadingSpaces && n.firstChild.isLeadingSpaceSensitive ? _ : n.firstChild.type === "text" && n.isWhitespaceSensitive && n.isIndentationSensitive ? fn(v) : v, p = () => (n.next ? X(n.next) : _e(n.parent)) ? n.lastChild.hasTrailingSpaces && n.lastChild.isTrailingSpaceSensitive ? " " : "" : s ? pe(v, "", { groupId: i }) : n.lastChild.hasTrailingSpaces && n.lastChild.isTrailingSpaceSensitive ? _ : (n.lastChild.type === "comment" || n.lastChild.type === "text" && n.isWhitespaceSensitive && n.isIndentationSensitive) && new RegExp(`\\n[\\t ]{${e.tabWidth * (t7.ancestors.length - 1)}}$`, "u").test(n.lastChild.value) ? "" : v;
947
- return n.children.length === 0 ? a(n.hasDanglingSpaces && n.isDanglingSpaceSensitive ? _ : "") : a([In(n) ? se : "", o([u(), Re(t7, e, r)]), p()]);
985
+ if (wt(n, e)) return [z(n, e), E(st(t7, e, r)), B(Nt(n, e)), ...tt(n, e), G(n, e)];
986
+ 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) => E([E(st(t7, e, r), { id: i }), l, tt(n, e)]), o = (l) => s ? Cn(l, { groupId: i }) : (W(n, e) || et(n, e)) && n.parent.type === "root" && e.parser === "vue" && !e.vueIndentScriptAndStyle ? l : k(l), u = () => s ? pe(v, "", { groupId: i }) : n.firstChild.hasLeadingSpaces && n.firstChild.isLeadingSpaceSensitive ? _ : n.firstChild.type === "text" && n.isWhitespaceSensitive && n.isIndentationSensitive ? dn(v) : v, p = () => (n.next ? Q(n.next) : Ee(n.parent)) ? n.lastChild.hasTrailingSpaces && n.lastChild.isTrailingSpaceSensitive ? " " : "" : s ? pe(v, "", { groupId: i }) : n.lastChild.hasTrailingSpaces && n.lastChild.isTrailingSpaceSensitive ? _ : (n.lastChild.type === "comment" || n.lastChild.type === "text" && n.isWhitespaceSensitive && n.isIndentationSensitive) && new RegExp(`\\n[\\t ]{${e.tabWidth * (t7.ancestors.length - 1)}}$`, "u").test(n.lastChild.value) ? "" : v;
987
+ return n.children.length === 0 ? a(n.hasDanglingSpaces && n.isDanglingSpaceSensitive ? _ : "") : a([Gn(n) ? ne : "", o([u(), Re(t7, e, r)]), p()]);
948
988
  }
949
989
  function ut(t7) {
950
990
  return t7 >= 9 && t7 <= 32 || t7 == 160;
951
991
  }
952
- function It(t7) {
992
+ function Rt(t7) {
953
993
  return 48 <= t7 && t7 <= 57;
954
994
  }
955
995
  function lt(t7) {
956
996
  return t7 >= 97 && t7 <= 122 || t7 >= 65 && t7 <= 90;
957
997
  }
958
- function vs(t7) {
959
- return t7 >= 97 && t7 <= 102 || t7 >= 65 && t7 <= 70 || It(t7);
998
+ function Rs(t7) {
999
+ return t7 >= 97 && t7 <= 102 || t7 >= 65 && t7 <= 70 || Rt(t7);
960
1000
  }
961
- function Rt(t7) {
1001
+ function $t(t7) {
962
1002
  return t7 === 10 || t7 === 13;
963
1003
  }
964
- function kr(t7) {
1004
+ function Br(t7) {
965
1005
  return 48 <= t7 && t7 <= 55;
966
1006
  }
967
- function $t(t7) {
1007
+ function Ot(t7) {
968
1008
  return t7 === 39 || t7 === 34 || t7 === 96;
969
1009
  }
970
- var ba = /-+([a-z0-9])/g;
971
- function ws(t7) {
972
- return t7.replace(ba, (...e) => e[1].toUpperCase());
1010
+ var Ua = /-+([a-z0-9])/g;
1011
+ function Os(t7) {
1012
+ return t7.replace(Ua, (...e) => e[1].toUpperCase());
973
1013
  }
974
1014
  var ie = class t {
975
1015
  constructor(e, r, n, s) {
@@ -1004,7 +1044,7 @@ var ie = class t {
1004
1044
  }
1005
1045
  return null;
1006
1046
  }
1007
- }, De = class {
1047
+ }, ve = class {
1008
1048
  constructor(e, r) {
1009
1049
  this.content = e, this.url = r;
1010
1050
  }
@@ -1015,29 +1055,29 @@ var ie = class t {
1015
1055
  toString() {
1016
1056
  return this.start.file.content.substring(this.start.offset, this.end.offset);
1017
1057
  }
1018
- }, Ot;
1058
+ }, Mt;
1019
1059
  (function(t7) {
1020
1060
  t7[t7.WARNING = 0] = "WARNING", t7[t7.ERROR = 1] = "ERROR";
1021
- })(Ot || (Ot = {}));
1061
+ })(Mt || (Mt = {}));
1022
1062
  var Oe = class {
1023
- constructor(e, r, n = Ot.ERROR) {
1024
- this.span = e, this.msg = r, this.level = n;
1063
+ constructor(e, r, n = Mt.ERROR, s) {
1064
+ this.span = e, this.msg = r, this.level = n, this.relatedError = s;
1025
1065
  }
1026
1066
  contextualMessage() {
1027
1067
  let e = this.span.start.getContext(100, 3);
1028
- return e ? `${this.msg} ("${e.before}[${Ot[this.level]} ->]${e.after}")` : this.msg;
1068
+ return e ? `${this.msg} ("${e.before}[${Mt[this.level]} ->]${e.after}")` : this.msg;
1029
1069
  }
1030
1070
  toString() {
1031
1071
  let e = this.span.details ? `, ${this.span.details}` : "";
1032
1072
  return `${this.contextualMessage()}: ${this.span.start}${e}`;
1033
1073
  }
1034
1074
  };
1035
- var Ta = [ka, Ba, Fa, Pa, Ia, Oa, Ra, $a, Ma, Na];
1036
- function xa(t7, e) {
1037
- for (let r of Ta) r(t7, e);
1075
+ var Wa = [za, Ya, Ka, Qa, Ja, to, Za, eo, ro, Xa];
1076
+ function Ga(t7, e) {
1077
+ for (let r of Wa) r(t7, e);
1038
1078
  return t7;
1039
1079
  }
1040
- function ka(t7) {
1080
+ function za(t7) {
1041
1081
  t7.walk((e) => {
1042
1082
  if (e.type === "element" && e.tagDefinition.ignoreFirstLf && e.children.length > 0 && e.children[0].type === "text" && e.children[0].value[0] === `
1043
1083
  `) {
@@ -1046,7 +1086,7 @@ function ka(t7) {
1046
1086
  }
1047
1087
  });
1048
1088
  }
1049
- function Ba(t7) {
1089
+ function Ya(t7) {
1050
1090
  let e = (r) => {
1051
1091
  var n, s;
1052
1092
  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;
@@ -1062,7 +1102,7 @@ function Ba(t7) {
1062
1102
  }
1063
1103
  });
1064
1104
  }
1065
- function La(t7, e, r) {
1105
+ function ja(t7, e, r) {
1066
1106
  t7.walk((n) => {
1067
1107
  if (n.children) for (let s = 0; s < n.children.length; s++) {
1068
1108
  let i = n.children[s];
@@ -1073,10 +1113,10 @@ function La(t7, e, r) {
1073
1113
  }
1074
1114
  });
1075
1115
  }
1076
- function Fa(t7) {
1077
- return La(t7, (e) => e.type === "cdata", (e) => `<![CDATA[${e.value}]]>`);
1116
+ function Ka(t7) {
1117
+ return ja(t7, (e) => e.type === "cdata", (e) => `<![CDATA[${e.value}]]>`);
1078
1118
  }
1079
- function Na(t7) {
1119
+ function Xa(t7) {
1080
1120
  let e = (r) => {
1081
1121
  var n, s;
1082
1122
  return r.type === "element" && r.attrs.length === 0 && r.children.length === 1 && r.firstChild.type === "text" && !O.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";
@@ -1090,11 +1130,11 @@ function Na(t7) {
1090
1130
  }
1091
1131
  });
1092
1132
  }
1093
- function Pa(t7, e) {
1133
+ function Qa(t7, e) {
1094
1134
  if (e.parser === "html") return;
1095
1135
  let r = /\{\{(.+?)\}\}/su;
1096
1136
  t7.walk((n) => {
1097
- if (Bn(n)) for (let s of n.children) {
1137
+ if (qn(n, e)) for (let s of n.children) {
1098
1138
  if (s.type !== "text") continue;
1099
1139
  let i = s.sourceSpan.start, a = null, o = s.value.split(r);
1100
1140
  for (let u = 0; u < o.length; u++, i = a) {
@@ -1109,48 +1149,48 @@ function Pa(t7, e) {
1109
1149
  }
1110
1150
  });
1111
1151
  }
1112
- function Ia(t7) {
1113
- t7.walk((e) => {
1114
- let r = e.$children;
1115
- if (!r) return;
1116
- if (r.length === 0 || r.length === 1 && r[0].type === "text" && O.trim(r[0].value).length === 0) {
1117
- e.hasDanglingSpaces = r.length > 0, e.$children = [];
1152
+ function Ja(t7, e) {
1153
+ t7.walk((r) => {
1154
+ let n = r.$children;
1155
+ if (!n) return;
1156
+ if (n.length === 0 || n.length === 1 && n[0].type === "text" && O.trim(n[0].value).length === 0) {
1157
+ r.hasDanglingSpaces = n.length > 0, r.$children = [];
1118
1158
  return;
1119
1159
  }
1120
- let n = Ln(e), s = _r(e);
1121
- if (!n) for (let i = 0; i < r.length; i++) {
1122
- let a = r[i];
1123
- if (a.type !== "text") continue;
1124
- let { leadingWhitespace: o, text: u, trailingWhitespace: p } = kn(a.value), l = a.prev, f = a.next;
1125
- u ? (a.value = u, a.sourceSpan = new h(a.sourceSpan.start.moveBy(o.length), a.sourceSpan.end.moveBy(-p.length)), o && (l && (l.hasTrailingSpaces = true), a.hasLeadingSpaces = true), p && (a.hasTrailingSpaces = true, f && (f.hasLeadingSpaces = true))) : (e.removeChild(a), i--, (o || p) && (l && (l.hasTrailingSpaces = true), f && (f.hasLeadingSpaces = true)));
1160
+ let s = Hn(r, e), i = Ar(r);
1161
+ if (!s) for (let a = 0; a < n.length; a++) {
1162
+ let o = n[a];
1163
+ if (o.type !== "text") continue;
1164
+ let { leadingWhitespace: u, text: p, trailingWhitespace: l } = Mn(o.value), m = o.prev, f = o.next;
1165
+ p ? (o.value = p, o.sourceSpan = new h(o.sourceSpan.start.moveBy(u.length), o.sourceSpan.end.moveBy(-l.length)), u && (m && (m.hasTrailingSpaces = true), o.hasLeadingSpaces = true), l && (o.hasTrailingSpaces = true, f && (f.hasLeadingSpaces = true))) : (r.removeChild(o), a--, (u || l) && (m && (m.hasTrailingSpaces = true), f && (f.hasLeadingSpaces = true)));
1126
1166
  }
1127
- e.isWhitespaceSensitive = n, e.isIndentationSensitive = s;
1167
+ r.isWhitespaceSensitive = s, r.isIndentationSensitive = i;
1128
1168
  });
1129
1169
  }
1130
- function Ra(t7) {
1170
+ function Za(t7) {
1131
1171
  t7.walk((e) => {
1132
1172
  e.isSelfClosing = !e.children || e.type === "element" && (e.tagDefinition.isVoid || e.endSourceSpan && e.startSourceSpan.start === e.endSourceSpan.start && e.startSourceSpan.end === e.endSourceSpan.end);
1133
1173
  });
1134
1174
  }
1135
- function $a(t7, e) {
1175
+ function eo(t7, e) {
1136
1176
  t7.walk((r) => {
1137
1177
  r.type === "element" && (r.hasHtmComponentClosingTag = r.endSourceSpan && /^<\s*\/\s*\/\s*>$/u.test(e.originalText.slice(r.endSourceSpan.start.offset, r.endSourceSpan.end.offset)));
1138
1178
  });
1139
1179
  }
1140
- function Oa(t7, e) {
1180
+ function to(t7, e) {
1141
1181
  t7.walk((r) => {
1142
- r.cssDisplay = Hn(r, e);
1182
+ r.cssDisplay = Qn(r, e);
1143
1183
  });
1144
1184
  }
1145
- function Ma(t7, e) {
1185
+ function ro(t7, e) {
1146
1186
  t7.walk((r) => {
1147
1187
  let { children: n } = r;
1148
1188
  if (n) {
1149
1189
  if (n.length === 0) {
1150
- r.isDanglingSpaceSensitive = Pn(r);
1190
+ r.isDanglingSpaceSensitive = Wn(r, e);
1151
1191
  return;
1152
1192
  }
1153
- for (let s of n) s.isLeadingSpaceSensitive = Fn(s, e), s.isTrailingSpaceSensitive = Nn(s, e);
1193
+ for (let s of n) s.isLeadingSpaceSensitive = Vn(s, e), s.isTrailingSpaceSensitive = Un(s, e);
1154
1194
  for (let s = 0; s < n.length; s++) {
1155
1195
  let i = n[s];
1156
1196
  i.isLeadingSpaceSensitive = (s === 0 || i.prev.isTrailingSpaceSensitive) && i.isLeadingSpaceSensitive, i.isTrailingSpaceSensitive = (s === n.length - 1 || i.next.isLeadingSpaceSensitive) && i.isTrailingSpaceSensitive;
@@ -1158,8 +1198,8 @@ function Ma(t7, e) {
1158
1198
  }
1159
1199
  });
1160
1200
  }
1161
- var bs = xa;
1162
- function qa(t7, e, r) {
1201
+ var Ms = Ga;
1202
+ function no(t7, e, r) {
1163
1203
  let { node: n } = t7;
1164
1204
  switch (n.type) {
1165
1205
  case "front-matter":
@@ -1168,11 +1208,11 @@ function qa(t7, e, r) {
1168
1208
  return e.__onHtmlRoot && e.__onHtmlRoot(n), [E(Re(t7, e, r)), S];
1169
1209
  case "element":
1170
1210
  case "ieConditionalComment":
1171
- return Ds(t7, e, r);
1211
+ return Is(t7, e, r);
1172
1212
  case "angularControlFlowBlock":
1173
- return Cs(t7, e, r);
1213
+ return Bs(t7, e, r);
1174
1214
  case "angularControlFlowBlockParameters":
1175
- return _s(t7, e, r);
1215
+ return Fs(t7, e, r);
1176
1216
  case "angularControlFlowBlockParameter":
1177
1217
  return O.trim(n.expression);
1178
1218
  case "angularLetDeclaration":
@@ -1180,67 +1220,67 @@ function qa(t7, e, r) {
1180
1220
  case "angularLetDeclarationInitializer":
1181
1221
  return n.value;
1182
1222
  case "angularIcuExpression":
1183
- return Es(t7, e, r);
1223
+ return Ps(t7, e, r);
1184
1224
  case "angularIcuCase":
1185
- return As(t7, e, r);
1225
+ return Ns(t7, e, r);
1186
1226
  case "ieConditionalStartComment":
1187
1227
  case "ieConditionalEndComment":
1188
- return [Ae(n), Ce(n)];
1228
+ return [De(n), Se(n)];
1189
1229
  case "interpolation":
1190
- return [Ae(n, e), ...t7.map(r, "children"), Ce(n, e)];
1230
+ return [De(n, e), ...t7.map(r, "children"), Se(n, e)];
1191
1231
  case "text": {
1192
1232
  if (n.parent.type === "interpolation") {
1193
1233
  let o = /\n[^\S\n]*$/u, u = o.test(n.value), p = u ? n.value.replace(o, "") : n.value;
1194
1234
  return [B(p), u ? S : ""];
1195
1235
  }
1196
- let s = G(n, e), i = xt(n), a = z(n, e);
1197
- return i[0] = [s, i[0]], i.push([i.pop(), a]), Dt(i);
1236
+ let s = z(n, e), i = kt(n), a = G(n, e);
1237
+ return i[0] = [s, i[0]], i.push([i.pop(), a]), vt(i);
1198
1238
  }
1199
1239
  case "docType":
1200
- return [E([Ae(n, e), " ", w(false, n.value.replace(/^html\b/iu, "html"), /\s+/gu, " ")]), Ce(n, e)];
1240
+ return [E([De(n, e), " ", w(false, n.value.replace(/^html\b/iu, "html"), /\s+/gu, " ")]), Se(n, e)];
1201
1241
  case "comment":
1202
- return [G(n, e), B(e.originalText.slice(J(n), Z(n))), z(n, e)];
1242
+ return [z(n, e), B(e.originalText.slice(J(n), se(n))), G(n, e)];
1203
1243
  case "attribute": {
1204
1244
  if (n.value === null) return n.rawName;
1205
- let s = vr(n.value), i = Cn(s, '"');
1245
+ let s = wr(n.value), i = _n(s, '"');
1206
1246
  return [n.rawName, "=", i, B(i === '"' ? w(false, s, '"', "&quot;") : w(false, s, "'", "&apos;")), i];
1207
1247
  }
1208
1248
  case "cdata":
1209
1249
  default:
1210
- throw new _n(n, "HTML");
1250
+ throw new An(n, "HTML");
1211
1251
  }
1212
1252
  }
1213
- var Ha = { preprocess: bs, print: qa, insertPragma: ms, massageAstNode: An, embed: ls, getVisitorKeys: hs }, Ts = Ha;
1214
- var xs = [{ 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"] }];
1215
- var Br = { 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." } };
1216
- var ks = "HTML", Va = { bracketSameLine: Br.bracketSameLine, htmlWhitespaceSensitivity: { category: ks, 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: Br.singleAttributePerLine, vueIndentScriptAndStyle: { category: ks, type: "boolean", default: false, description: "Indent script and style tags in Vue files." } }, Bs = Va;
1217
- var Zr = {};
1218
- on(Zr, { angular: () => qo, html: () => Mo, lwc: () => Vo, vue: () => Ho });
1219
- var Ls;
1253
+ var so = { preprocess: Ms, print: no, insertPragma: Ts, massageAstNode: vn, embed: Ss, getVisitorKeys: As }, qs = so;
1254
+ var Hs = [{ name: "Angular", type: "markup", extensions: [".component.html"], tmScope: "text.html.basic", aceMode: "html", aliases: ["xhtml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["angular"], vscodeLanguageIds: ["html"], filenames: [], linguistLanguageId: 146 }, { name: "HTML", type: "markup", extensions: [".html", ".hta", ".htm", ".html.hl", ".inc", ".xht", ".xhtml"], tmScope: "text.html.basic", aceMode: "html", aliases: ["xhtml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["html"], vscodeLanguageIds: ["html"], linguistLanguageId: 146 }, { name: "Lightning Web Components", type: "markup", extensions: [], tmScope: "text.html.basic", aceMode: "html", aliases: ["xhtml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["lwc"], vscodeLanguageIds: ["html"], filenames: [], linguistLanguageId: 146 }, { name: "MJML", type: "markup", extensions: [".mjml"], tmScope: "text.mjml.basic", aceMode: "html", aliases: ["MJML", "mjml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["mjml"], filenames: [], vscodeLanguageIds: ["mjml"], linguistLanguageId: 146 }, { name: "Vue", type: "markup", extensions: [".vue"], tmScope: "source.vue", aceMode: "html", parsers: ["vue"], vscodeLanguageIds: ["vue"], linguistLanguageId: 391 }];
1255
+ var Lr = { 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." } };
1256
+ var Vs = "HTML", io = { bracketSameLine: Lr.bracketSameLine, htmlWhitespaceSensitivity: { category: Vs, 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: Lr.singleAttributePerLine, vueIndentScriptAndStyle: { category: Vs, type: "boolean", default: false, description: "Indent script and style tags in Vue files." } }, Us = io;
1257
+ var tn = {};
1258
+ ln(tn, { angular: () => iu, html: () => ru, lwc: () => ou, mjml: () => su, vue: () => au });
1259
+ var Ws;
1220
1260
  (function(t7) {
1221
1261
  t7[t7.Emulated = 0] = "Emulated", t7[t7.None = 2] = "None", t7[t7.ShadowDom = 3] = "ShadowDom";
1222
- })(Ls || (Ls = {}));
1223
- var Fs;
1262
+ })(Ws || (Ws = {}));
1263
+ var Gs;
1224
1264
  (function(t7) {
1225
1265
  t7[t7.OnPush = 0] = "OnPush", t7[t7.Default = 1] = "Default";
1226
- })(Fs || (Fs = {}));
1227
- var Ns;
1266
+ })(Gs || (Gs = {}));
1267
+ var zs;
1228
1268
  (function(t7) {
1229
1269
  t7[t7.None = 0] = "None", t7[t7.SignalBased = 1] = "SignalBased", t7[t7.HasDecoratorInputTransform = 2] = "HasDecoratorInputTransform";
1230
- })(Ns || (Ns = {}));
1231
- var Lr = { name: "custom-elements" }, Fr = { name: "no-errors-schema" };
1232
- var ee;
1270
+ })(zs || (zs = {}));
1271
+ var Fr = { name: "custom-elements" }, Pr = { name: "no-errors-schema" };
1272
+ var Z;
1233
1273
  (function(t7) {
1234
1274
  t7[t7.NONE = 0] = "NONE", t7[t7.HTML = 1] = "HTML", t7[t7.STYLE = 2] = "STYLE", t7[t7.SCRIPT = 3] = "SCRIPT", t7[t7.URL = 4] = "URL", t7[t7.RESOURCE_URL = 5] = "RESOURCE_URL";
1235
- })(ee || (ee = {}));
1236
- var Ps;
1275
+ })(Z || (Z = {}));
1276
+ var Ys;
1237
1277
  (function(t7) {
1238
1278
  t7[t7.Error = 0] = "Error", t7[t7.Warning = 1] = "Warning", t7[t7.Ignore = 2] = "Ignore";
1239
- })(Ps || (Ps = {}));
1240
- var P;
1279
+ })(Ys || (Ys = {}));
1280
+ var N;
1241
1281
  (function(t7) {
1242
1282
  t7[t7.RAW_TEXT = 0] = "RAW_TEXT", t7[t7.ESCAPABLE_RAW_TEXT = 1] = "ESCAPABLE_RAW_TEXT", t7[t7.PARSABLE_DATA = 2] = "PARSABLE_DATA";
1243
- })(P || (P = {}));
1283
+ })(N || (N = {}));
1244
1284
  function ct(t7, e = true) {
1245
1285
  if (t7[0] != ":") return [null, t7];
1246
1286
  let r = t7.indexOf(":", 1);
@@ -1253,7 +1293,7 @@ function ct(t7, e = true) {
1253
1293
  function Nr(t7) {
1254
1294
  return ct(t7)[1] === "ng-container";
1255
1295
  }
1256
- function Pr(t7) {
1296
+ function Ir(t7) {
1257
1297
  return ct(t7)[1] === "ng-content";
1258
1298
  }
1259
1299
  function Me(t7) {
@@ -1262,25 +1302,25 @@ function Me(t7) {
1262
1302
  function qe(t7, e) {
1263
1303
  return t7 ? `:${t7}:${e}` : e;
1264
1304
  }
1265
- var qt;
1266
- function Ir() {
1267
- return qt || (qt = {}, Mt(ee.HTML, ["iframe|srcdoc", "*|innerHTML", "*|outerHTML"]), Mt(ee.STYLE, ["*|style"]), Mt(ee.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"]), Mt(ee.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"])), qt;
1305
+ var Ht;
1306
+ function Rr() {
1307
+ return Ht || (Ht = {}, qt(Z.HTML, ["iframe|srcdoc", "*|innerHTML", "*|outerHTML"]), qt(Z.STYLE, ["*|style"]), qt(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"]), qt(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"])), Ht;
1268
1308
  }
1269
- function Mt(t7, e) {
1270
- for (let r of e) qt[r.toLowerCase()] = t7;
1309
+ function qt(t7, e) {
1310
+ for (let r of e) Ht[r.toLowerCase()] = t7;
1271
1311
  }
1272
- var Ht = class {
1312
+ var Vt = class {
1273
1313
  };
1274
- var Ua = "boolean", Wa = "number", za = "string", Ga = "object", Ya = ["[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:|"], Is = new Map(Object.entries({ class: "className", for: "htmlFor", formaction: "formAction", innerHtml: "innerHTML", readonly: "readOnly", tabindex: "tabIndex" })), ja = Array.from(Is).reduce((t7, [e, r]) => (t7.set(e, r), t7), /* @__PURE__ */ new Map()), Vt = class extends Ht {
1314
+ var ao = "boolean", oo = "number", uo = "string", lo = "object", co = ["[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:|"], js = new Map(Object.entries({ class: "className", for: "htmlFor", formaction: "formAction", innerHtml: "innerHTML", readonly: "readOnly", tabindex: "tabIndex" })), po = Array.from(js).reduce((t7, [e, r]) => (t7.set(e, r), t7), /* @__PURE__ */ new Map()), Ut = class extends Vt {
1275
1315
  constructor() {
1276
- super(), this._schema = /* @__PURE__ */ new Map(), this._eventSchema = /* @__PURE__ */ new Map(), Ya.forEach((e) => {
1316
+ super(), this._schema = /* @__PURE__ */ new Map(), this._eventSchema = /* @__PURE__ */ new Map(), co.forEach((e) => {
1277
1317
  let r = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Set(), [s, i] = e.split("|"), a = i.split(","), [o, u] = s.split("^");
1278
1318
  o.split(",").forEach((l) => {
1279
1319
  this._schema.set(l.toLowerCase(), r), this._eventSchema.set(l.toLowerCase(), n);
1280
1320
  });
1281
1321
  let p = u && this._schema.get(u.toLowerCase());
1282
1322
  if (p) {
1283
- for (let [l, f] of p) r.set(l, f);
1323
+ for (let [l, m] of p) r.set(l, m);
1284
1324
  for (let l of this._eventSchema.get(u.toLowerCase())) n.add(l);
1285
1325
  }
1286
1326
  a.forEach((l) => {
@@ -1289,38 +1329,38 @@ var Ua = "boolean", Wa = "number", za = "string", Ga = "object", Ya = ["[Element
1289
1329
  n.add(l.substring(1));
1290
1330
  break;
1291
1331
  case "!":
1292
- r.set(l.substring(1), Ua);
1332
+ r.set(l.substring(1), ao);
1293
1333
  break;
1294
1334
  case "#":
1295
- r.set(l.substring(1), Wa);
1335
+ r.set(l.substring(1), oo);
1296
1336
  break;
1297
1337
  case "%":
1298
- r.set(l.substring(1), Ga);
1338
+ r.set(l.substring(1), lo);
1299
1339
  break;
1300
1340
  default:
1301
- r.set(l, za);
1341
+ r.set(l, uo);
1302
1342
  }
1303
1343
  });
1304
1344
  });
1305
1345
  }
1306
1346
  hasProperty(e, r, n) {
1307
- if (n.some((i) => i.name === Fr.name)) return true;
1347
+ if (n.some((i) => i.name === Pr.name)) return true;
1308
1348
  if (e.indexOf("-") > -1) {
1309
- if (Nr(e) || Pr(e)) return false;
1310
- if (n.some((i) => i.name === Lr.name)) return true;
1349
+ if (Nr(e) || Ir(e)) return false;
1350
+ if (n.some((i) => i.name === Fr.name)) return true;
1311
1351
  }
1312
1352
  return (this._schema.get(e.toLowerCase()) || this._schema.get("unknown")).has(r);
1313
1353
  }
1314
1354
  hasElement(e, r) {
1315
- return r.some((n) => n.name === Fr.name) || e.indexOf("-") > -1 && (Nr(e) || Pr(e) || r.some((n) => n.name === Lr.name)) ? true : this._schema.has(e.toLowerCase());
1355
+ return r.some((n) => n.name === Pr.name) || e.indexOf("-") > -1 && (Nr(e) || Ir(e) || r.some((n) => n.name === Fr.name)) ? true : this._schema.has(e.toLowerCase());
1316
1356
  }
1317
1357
  securityContext(e, r, n) {
1318
1358
  n && (r = this.getMappedPropName(r)), e = e.toLowerCase(), r = r.toLowerCase();
1319
- let s = Ir()[e + "|" + r];
1320
- return s || (s = Ir()["*|" + r], s || ee.NONE);
1359
+ let s = Rr()[e + "|" + r];
1360
+ return s || (s = Rr()["*|" + r], s || Z.NONE);
1321
1361
  }
1322
1362
  getMappedPropName(e) {
1323
- return Is.get(e) ?? e;
1363
+ return js.get(e) ?? e;
1324
1364
  }
1325
1365
  getDefaultComponentElementName() {
1326
1366
  return "ng-component";
@@ -1337,17 +1377,17 @@ If '${e}' is a directive input, make sure the directive is imported by the curre
1337
1377
  }
1338
1378
  allKnownAttributesOfElement(e) {
1339
1379
  let r = this._schema.get(e.toLowerCase()) || this._schema.get("unknown");
1340
- return Array.from(r.keys()).map((n) => ja.get(n) ?? n);
1380
+ return Array.from(r.keys()).map((n) => po.get(n) ?? n);
1341
1381
  }
1342
1382
  allKnownEventsOfElement(e) {
1343
1383
  return Array.from(this._eventSchema.get(e.toLowerCase()) ?? []);
1344
1384
  }
1345
1385
  normalizeAnimationStyleProperty(e) {
1346
- return ws(e);
1386
+ return Os(e);
1347
1387
  }
1348
1388
  normalizeAnimationStyleValue(e, r, n) {
1349
1389
  let s = "", i = n.toString().trim(), a = null;
1350
- if (Ka(e) && n !== 0 && n !== "0") if (typeof n == "number") s = "px";
1390
+ if (ho(e) && n !== 0 && n !== "0") if (typeof n == "number") s = "px";
1351
1391
  else {
1352
1392
  let o = n.match(/^[+-]?[\d\.]+([a-z]*)$/);
1353
1393
  o && o[1].length == 0 && (a = `Please provide a CSS unit value for ${r}:${n}`);
@@ -1355,7 +1395,7 @@ If '${e}' is a directive input, make sure the directive is imported by the curre
1355
1395
  return { error: a, value: i + s };
1356
1396
  }
1357
1397
  };
1358
- function Ka(t7) {
1398
+ function ho(t7) {
1359
1399
  switch (t7) {
1360
1400
  case "width":
1361
1401
  case "height":
@@ -1390,8 +1430,8 @@ function Ka(t7) {
1390
1430
  return false;
1391
1431
  }
1392
1432
  }
1393
- var m = class {
1394
- constructor({ closedByChildren: e, implicitNamespacePrefix: r, contentType: n = P.PARSABLE_DATA, closedByParent: s = false, isVoid: i = false, ignoreFirstLf: a = false, preventNamespaceInheritance: o = false, canSelfClose: u = false } = {}) {
1433
+ var d = class {
1434
+ constructor({ closedByChildren: e, implicitNamespacePrefix: r, contentType: n = N.PARSABLE_DATA, closedByParent: s = false, isVoid: i = false, ignoreFirstLf: a = false, preventNamespaceInheritance: o = false, canSelfClose: u = false } = {}) {
1395
1435
  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 = u ?? i;
1396
1436
  }
1397
1437
  isClosedByChild(e) {
@@ -1400,24 +1440,24 @@ var m = class {
1400
1440
  getContentType(e) {
1401
1441
  return typeof this.contentType == "object" ? (e === void 0 ? void 0 : this.contentType[e]) ?? this.contentType.default : this.contentType;
1402
1442
  }
1403
- }, Rs, pt;
1443
+ }, Ks, pt;
1404
1444
  function He(t7) {
1405
- return pt || (Rs = new m({ canSelfClose: true }), pt = 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: P.RAW_TEXT }), script: new m({ contentType: P.RAW_TEXT }), title: new m({ contentType: { default: P.ESCAPABLE_RAW_TEXT, svg: P.PARSABLE_DATA } }), textarea: new m({ contentType: P.ESCAPABLE_RAW_TEXT, ignoreFirstLf: true }) }), new Vt().allKnownElementNames().forEach((e) => {
1406
- !pt[e] && Me(e) === null && (pt[e] = new m({ canSelfClose: false }));
1407
- })), pt[t7] ?? Rs;
1445
+ return pt || (Ks = new d({ canSelfClose: true }), pt = Object.assign(/* @__PURE__ */ Object.create(null), { base: new d({ isVoid: true }), meta: new d({ isVoid: true }), area: new d({ isVoid: true }), embed: new d({ isVoid: true }), link: new d({ isVoid: true }), img: new d({ isVoid: true }), input: new d({ isVoid: true }), param: new d({ isVoid: true }), hr: new d({ isVoid: true }), br: new d({ isVoid: true }), source: new d({ isVoid: true }), track: new d({ isVoid: true }), wbr: new d({ isVoid: true }), p: new d({ 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 d({ closedByChildren: ["tbody", "tfoot"] }), tbody: new d({ closedByChildren: ["tbody", "tfoot"], closedByParent: true }), tfoot: new d({ closedByChildren: ["tbody"], closedByParent: true }), tr: new d({ closedByChildren: ["tr"], closedByParent: true }), td: new d({ closedByChildren: ["td", "th"], closedByParent: true }), th: new d({ closedByChildren: ["td", "th"], closedByParent: true }), col: new d({ isVoid: true }), svg: new d({ implicitNamespacePrefix: "svg" }), foreignObject: new d({ implicitNamespacePrefix: "svg", preventNamespaceInheritance: true }), math: new d({ implicitNamespacePrefix: "math" }), li: new d({ closedByChildren: ["li"], closedByParent: true }), dt: new d({ closedByChildren: ["dt", "dd"] }), dd: new d({ closedByChildren: ["dt", "dd"], closedByParent: true }), rb: new d({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), rt: new d({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), rtc: new d({ closedByChildren: ["rb", "rtc", "rp"], closedByParent: true }), rp: new d({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), optgroup: new d({ closedByChildren: ["optgroup"], closedByParent: true }), option: new d({ closedByChildren: ["option", "optgroup"], closedByParent: true }), pre: new d({ ignoreFirstLf: true }), listing: new d({ ignoreFirstLf: true }), style: new d({ contentType: N.RAW_TEXT }), script: new d({ contentType: N.RAW_TEXT }), title: new d({ contentType: { default: N.ESCAPABLE_RAW_TEXT, svg: N.PARSABLE_DATA } }), textarea: new d({ contentType: N.ESCAPABLE_RAW_TEXT, ignoreFirstLf: true }) }), new Ut().allKnownElementNames().forEach((e) => {
1446
+ !pt[e] && Me(e) === null && (pt[e] = new d({ canSelfClose: false }));
1447
+ })), pt[t7] ?? Ks;
1408
1448
  }
1409
1449
  var ae = class {
1410
1450
  constructor(e, r) {
1411
1451
  this.sourceSpan = e, this.i18n = r;
1412
1452
  }
1413
- }, Ut = class extends ae {
1453
+ }, Wt = class extends ae {
1414
1454
  constructor(e, r, n, s) {
1415
1455
  super(r, s), this.value = e, this.tokens = n, this.type = "text";
1416
1456
  }
1417
1457
  visit(e, r) {
1418
1458
  return e.visitText(this, r);
1419
1459
  }
1420
- }, Wt = class extends ae {
1460
+ }, Gt = class extends ae {
1421
1461
  constructor(e, r, n, s) {
1422
1462
  super(r, s), this.value = e, this.tokens = n, this.type = "cdata";
1423
1463
  }
@@ -1431,14 +1471,14 @@ var ae = class {
1431
1471
  visit(e, r) {
1432
1472
  return e.visitExpansion(this, r);
1433
1473
  }
1434
- }, Gt = class {
1474
+ }, Yt = class {
1435
1475
  constructor(e, r, n, s, i) {
1436
1476
  this.value = e, this.expression = r, this.sourceSpan = n, this.valueSourceSpan = s, this.expSourceSpan = i, this.type = "expansionCase";
1437
1477
  }
1438
1478
  visit(e, r) {
1439
1479
  return e.visitExpansionCase(this, r);
1440
1480
  }
1441
- }, Yt = class extends ae {
1481
+ }, jt = class extends ae {
1442
1482
  constructor(e, r, n, s, i, a, o) {
1443
1483
  super(n, o), this.name = e, this.value = r, this.keySpan = s, this.valueSpan = i, this.valueTokens = a, this.type = "attribute";
1444
1484
  }
@@ -1455,21 +1495,21 @@ var ae = class {
1455
1495
  visit(e, r) {
1456
1496
  return e.visitElement(this, r);
1457
1497
  }
1458
- }, jt = class {
1498
+ }, Kt = class {
1459
1499
  constructor(e, r) {
1460
1500
  this.value = e, this.sourceSpan = r, this.type = "comment";
1461
1501
  }
1462
1502
  visit(e, r) {
1463
1503
  return e.visitComment(this, r);
1464
1504
  }
1465
- }, Kt = class {
1505
+ }, Xt = class {
1466
1506
  constructor(e, r) {
1467
1507
  this.value = e, this.sourceSpan = r, this.type = "docType";
1468
1508
  }
1469
1509
  visit(e, r) {
1470
1510
  return e.visitDocType(this, r);
1471
1511
  }
1472
- }, te = class extends ae {
1512
+ }, ee = class extends ae {
1473
1513
  constructor(e, r, n, s, i, a, o = null, u) {
1474
1514
  super(s, u), this.name = e, this.parameters = r, this.children = n, this.nameSpan = i, this.startSourceSpan = a, this.endSourceSpan = o, this.type = "block";
1475
1515
  }
@@ -1483,7 +1523,7 @@ var ae = class {
1483
1523
  visit(e, r) {
1484
1524
  return e.visitBlockParameter(this, r);
1485
1525
  }
1486
- }, ft = class {
1526
+ }, mt = class {
1487
1527
  constructor(e, r, n, s, i) {
1488
1528
  this.name = e, this.value = r, this.sourceSpan = n, this.nameSpan = s, this.valueSpan = i, this.type = "letDeclaration", this.startSourceSpan = null, this.endSourceSpan = null;
1489
1529
  }
@@ -1498,7 +1538,7 @@ function Qt(t7, e, r = null) {
1498
1538
  a && n.push(a);
1499
1539
  }), n;
1500
1540
  }
1501
- var mt = class {
1541
+ var ft = class {
1502
1542
  constructor() {
1503
1543
  }
1504
1544
  visitElement(e, r) {
@@ -1541,62 +1581,62 @@ var mt = class {
1541
1581
  }
1542
1582
  };
1543
1583
  var Ve = { 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: `
1544
- `, 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" }, Xa = "\uE500";
1545
- Ve.ngsp = Xa;
1546
- var Ja = [/@/, /^\s*$/, /[<>]/, /^[{}]$/, /&(#|[a-z])/i, /^\/\//];
1547
- function $s(t7, e) {
1584
+ `, 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" }, fo = "\uE500";
1585
+ Ve.ngsp = fo;
1586
+ var go = [/@/, /^\s*$/, /[<>]/, /^[{}]$/, /&(#|[a-z])/i, /^\/\//];
1587
+ function Xs(t7, e) {
1548
1588
  if (e != null && !(Array.isArray(e) && e.length == 2)) throw new Error(`Expected '${t7}' to be an array, [start, end].`);
1549
1589
  if (e != null) {
1550
1590
  let r = e[0], n = e[1];
1551
- Ja.forEach((s) => {
1591
+ go.forEach((s) => {
1552
1592
  if (s.test(r) || s.test(n)) throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`);
1553
1593
  });
1554
1594
  }
1555
1595
  }
1556
- var Rr = class t2 {
1596
+ var $r = class t2 {
1557
1597
  static fromArray(e) {
1558
- return e ? ($s("interpolation", e), new t2(e[0], e[1])) : $r;
1598
+ return e ? (Xs("interpolation", e), new t2(e[0], e[1])) : Or;
1559
1599
  }
1560
1600
  constructor(e, r) {
1561
1601
  this.start = e, this.end = r;
1562
1602
  }
1563
- }, $r = new Rr("{{", "}}");
1603
+ }, Or = new $r("{{", "}}");
1564
1604
  var gt = class extends Oe {
1565
1605
  constructor(e, r, n) {
1566
1606
  super(n, e), this.tokenType = r;
1567
1607
  }
1568
- }, Vr = class {
1608
+ }, Ur = class {
1569
1609
  constructor(e, r, n) {
1570
1610
  this.tokens = e, this.errors = r, this.nonNormalizedIcuExpressions = n;
1571
1611
  }
1572
1612
  };
1573
- function Qs(t7, e, r, n = {}) {
1574
- let s = new Ur(new De(t7, e), r, n);
1575
- return s.tokenize(), new Vr(wo(s.tokens), s.errors, s.nonNormalizedIcuExpressions);
1613
+ function li(t7, e, r, n = {}) {
1614
+ let s = new Wr(new ve(t7, e), r, n);
1615
+ return s.tokenize(), new Ur(Vo(s.tokens), s.errors, s.nonNormalizedIcuExpressions);
1576
1616
  }
1577
- var So = /\r\n?/g;
1617
+ var Io = /\r\n?/g;
1578
1618
  function Ue(t7) {
1579
1619
  return `Unexpected character "${t7 === 0 ? "EOF" : String.fromCharCode(t7)}"`;
1580
1620
  }
1581
- function Vs(t7) {
1621
+ function ti(t7) {
1582
1622
  return `Unknown entity "${t7}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`;
1583
1623
  }
1584
- function _o(t7, e) {
1624
+ function Ro(t7, e) {
1585
1625
  return `Unable to parse entity "${e}" - ${t7} character reference entities must end with ";"`;
1586
1626
  }
1587
- var tr;
1627
+ var rr;
1588
1628
  (function(t7) {
1589
1629
  t7.HEX = "hexadecimal", t7.DEC = "decimal";
1590
- })(tr || (tr = {}));
1630
+ })(rr || (rr = {}));
1591
1631
  var Ct = class {
1592
1632
  constructor(e) {
1593
1633
  this.error = e;
1594
1634
  }
1595
- }, Ur = class {
1635
+ }, Wr = class {
1596
1636
  constructor(e, r, n) {
1597
- 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 || $r, this._leadingTriviaCodePoints = n.leadingTriviaChars && n.leadingTriviaChars.map((i) => i.codePointAt(0) || 0), this._canSelfClose = n.canSelfClose || false, this._allowHtmComponentClosingTags = n.allowHtmComponentClosingTags || false;
1637
+ 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 || Or, this._leadingTriviaCodePoints = n.leadingTriviaChars && n.leadingTriviaChars.map((i) => i.codePointAt(0) || 0), this._canSelfClose = n.canSelfClose || false, this._allowHtmComponentClosingTags = n.allowHtmComponentClosingTags || false;
1598
1638
  let s = n.range || { endPos: e.content.length, startPos: 0, startLine: 0, startCol: 0 };
1599
- this._cursor = n.escapedString ? new Wr(e, s) : new rr(e, s), this._preserveLineEndings = n.preserveLineEndings || false, this._i18nNormalizeLineEndingsInICUs = n.i18nNormalizeLineEndingsInICUs || false, this._tokenizeBlocks = n.tokenizeBlocks ?? true, this._tokenizeLet = n.tokenizeLet ?? true;
1639
+ this._cursor = n.escapedString ? new Gr(e, s) : new nr(e, s), this._preserveLineEndings = n.preserveLineEndings || false, this._i18nNormalizeLineEndingsInICUs = n.i18nNormalizeLineEndingsInICUs || false, this._tokenizeBlocks = n.tokenizeBlocks ?? true, this._tokenizeLet = n.tokenizeLet ?? true;
1600
1640
  try {
1601
1641
  this._cursor.init();
1602
1642
  } catch (i) {
@@ -1604,7 +1644,7 @@ var Ct = class {
1604
1644
  }
1605
1645
  }
1606
1646
  _processCarriageReturns(e) {
1607
- return this._preserveLineEndings ? e : e.replace(So, `
1647
+ return this._preserveLineEndings ? e : e.replace(Io, `
1608
1648
  `);
1609
1649
  }
1610
1650
  tokenize() {
@@ -1626,7 +1666,7 @@ var Ct = class {
1626
1666
  }
1627
1667
  _getBlockName() {
1628
1668
  let e = false, r = this._cursor.clone();
1629
- return this._attemptCharCodeUntilFn((n) => ut(n) ? !e : zs(n) ? (e = true, false) : true), this._cursor.getChars(r).trim();
1669
+ return this._attemptCharCodeUntilFn((n) => ut(n) ? !e : si(n) ? (e = true, false) : true), this._cursor.getChars(r).trim();
1630
1670
  }
1631
1671
  _consumeBlockStart(e) {
1632
1672
  this._beginToken(25, e);
@@ -1642,14 +1682,14 @@ var Ct = class {
1642
1682
  this._beginToken(27, e), this._endToken([]);
1643
1683
  }
1644
1684
  _consumeBlockParameters() {
1645
- for (this._attemptCharCodeUntilFn(Gs); this._cursor.peek() !== 41 && this._cursor.peek() !== 0; ) {
1685
+ for (this._attemptCharCodeUntilFn(ii); this._cursor.peek() !== 41 && this._cursor.peek() !== 0; ) {
1646
1686
  this._beginToken(28);
1647
1687
  let e = this._cursor.clone(), r = null, n = 0;
1648
1688
  for (; this._cursor.peek() !== 59 && this._cursor.peek() !== 0 || r !== null; ) {
1649
1689
  let s = this._cursor.peek();
1650
1690
  if (s === 92) this._cursor.advance();
1651
1691
  else if (s === r) r = null;
1652
- else if (r === null && $t(s)) r = s;
1692
+ else if (r === null && Ot(s)) r = s;
1653
1693
  else if (s === 40 && r === null) n++;
1654
1694
  else if (s === 41 && r === null) {
1655
1695
  if (n === 0) break;
@@ -1657,7 +1697,7 @@ var Ct = class {
1657
1697
  }
1658
1698
  this._cursor.advance();
1659
1699
  }
1660
- this._endToken([this._cursor.getChars(e)]), this._attemptCharCodeUntilFn(Gs);
1700
+ this._endToken([this._cursor.getChars(e)]), this._attemptCharCodeUntilFn(ii);
1661
1701
  }
1662
1702
  }
1663
1703
  _consumeLetDeclaration(e) {
@@ -1672,24 +1712,24 @@ var Ct = class {
1672
1712
  r.type = 33;
1673
1713
  return;
1674
1714
  }
1675
- this._attemptCharCodeUntilFn((s) => b(s) && !Rt(s)), this._consumeLetDeclarationValue(), this._cursor.peek() === 59 ? (this._beginToken(32), this._endToken([]), this._cursor.advance()) : (r.type = 33, r.sourceSpan = this._cursor.getSpan(e));
1715
+ this._attemptCharCodeUntilFn((s) => b(s) && !$t(s)), this._consumeLetDeclarationValue(), this._cursor.peek() === 59 ? (this._beginToken(32), this._endToken([]), this._cursor.advance()) : (r.type = 33, r.sourceSpan = this._cursor.getSpan(e));
1676
1716
  }
1677
1717
  _getLetDeclarationName() {
1678
1718
  let e = this._cursor.clone(), r = false;
1679
- return this._attemptCharCodeUntilFn((n) => lt(n) || n === 36 || n === 95 || r && It(n) ? (r = true, false) : true), this._cursor.getChars(e).trim();
1719
+ return this._attemptCharCodeUntilFn((n) => lt(n) || n === 36 || n === 95 || r && Rt(n) ? (r = true, false) : true), this._cursor.getChars(e).trim();
1680
1720
  }
1681
1721
  _consumeLetDeclarationValue() {
1682
1722
  let e = this._cursor.clone();
1683
1723
  for (this._beginToken(31, e); this._cursor.peek() !== 0; ) {
1684
1724
  let r = this._cursor.peek();
1685
1725
  if (r === 59) break;
1686
- $t(r) && (this._cursor.advance(), this._attemptCharCodeUntilFn((n) => n === 92 ? (this._cursor.advance(), false) : n === r)), this._cursor.advance();
1726
+ Ot(r) && (this._cursor.advance(), this._attemptCharCodeUntilFn((n) => n === 92 ? (this._cursor.advance(), false) : n === r)), this._cursor.advance();
1687
1727
  }
1688
1728
  this._endToken([this._cursor.getChars(e)]);
1689
1729
  }
1690
1730
  _tokenizeExpansionForm() {
1691
1731
  if (this.isExpansionFormStart()) return this._consumeExpansionFormStart(), true;
1692
- if (vo(this._cursor.peek()) && this._isInExpansionForm()) return this._consumeExpansionCaseStart(), true;
1732
+ if (qo(this._cursor.peek()) && this._isInExpansionForm()) return this._consumeExpansionCaseStart(), true;
1693
1733
  if (this._cursor.peek() === 125) {
1694
1734
  if (this._isInExpansionCase()) return this._consumeExpansionCaseEnd(), true;
1695
1735
  if (this._isInExpansionForm()) return this._consumeExpansionFormEnd(), true;
@@ -1718,7 +1758,7 @@ var Ct = class {
1718
1758
  return this._cursor.peek() === e ? (this._cursor.advance(), true) : false;
1719
1759
  }
1720
1760
  _attemptCharCodeCaseInsensitive(e) {
1721
- return yo(this._cursor.peek(), e) ? (this._cursor.advance(), true) : false;
1761
+ return Ho(this._cursor.peek(), e) ? (this._cursor.advance(), true) : false;
1722
1762
  }
1723
1763
  _requireCharCode(e) {
1724
1764
  let r = this._cursor.clone();
@@ -1762,10 +1802,10 @@ var Ct = class {
1762
1802
  let r = this._cursor.clone();
1763
1803
  if (this._cursor.advance(), this._attemptCharCode(35)) {
1764
1804
  let n = this._attemptCharCode(120) || this._attemptCharCode(88), s = this._cursor.clone();
1765
- if (this._attemptCharCodeUntilFn(Ao), this._cursor.peek() != 59) {
1805
+ if (this._attemptCharCodeUntilFn(Oo), this._cursor.peek() != 59) {
1766
1806
  this._cursor.advance();
1767
- let a = n ? tr.HEX : tr.DEC;
1768
- throw this._createError(_o(a, this._cursor.getChars(r)), this._cursor.getSpan());
1807
+ let a = n ? rr.HEX : rr.DEC;
1808
+ throw this._createError(Ro(a, this._cursor.getChars(r)), this._cursor.getSpan());
1769
1809
  }
1770
1810
  let i = this._cursor.getChars(s);
1771
1811
  this._cursor.advance();
@@ -1773,16 +1813,16 @@ var Ct = class {
1773
1813
  let a = parseInt(i, n ? 16 : 10);
1774
1814
  this._endToken([String.fromCharCode(a), this._cursor.getChars(r)]);
1775
1815
  } catch {
1776
- throw this._createError(Vs(this._cursor.getChars(r)), this._cursor.getSpan());
1816
+ throw this._createError(ti(this._cursor.getChars(r)), this._cursor.getSpan());
1777
1817
  }
1778
1818
  } else {
1779
1819
  let n = this._cursor.clone();
1780
- if (this._attemptCharCodeUntilFn(Do), this._cursor.peek() != 59) this._beginToken(e, r), this._cursor = n, this._endToken(["&"]);
1820
+ if (this._attemptCharCodeUntilFn(Mo), this._cursor.peek() != 59) this._beginToken(e, r), this._cursor = n, this._endToken(["&"]);
1781
1821
  else {
1782
1822
  let s = this._cursor.getChars(n);
1783
1823
  this._cursor.advance();
1784
1824
  let i = Ve[s];
1785
- if (!i) throw this._createError(Vs(s), this._cursor.getSpan(r));
1825
+ if (!i) throw this._createError(ti(s), this._cursor.getSpan(r));
1786
1826
  this._endToken([i, `&${s};`]);
1787
1827
  }
1788
1828
  }
@@ -1811,9 +1851,9 @@ var Ct = class {
1811
1851
  }
1812
1852
  _consumePrefixAndName() {
1813
1853
  let e = this._cursor.clone(), r = "";
1814
- for (; this._cursor.peek() !== 58 && !Eo(this._cursor.peek()); ) this._cursor.advance();
1854
+ for (; this._cursor.peek() !== 58 && !$o(this._cursor.peek()); ) this._cursor.advance();
1815
1855
  let n;
1816
- this._cursor.peek() === 58 ? (r = this._cursor.getChars(e), this._cursor.advance(), n = this._cursor.clone()) : n = e, this._requireCharCodeUntilFn(Us, r === "" ? 0 : 1);
1856
+ this._cursor.peek() === 58 ? (r = this._cursor.getChars(e), this._cursor.advance(), n = this._cursor.clone()) : n = e, this._requireCharCodeUntilFn(ri, r === "" ? 0 : 1);
1817
1857
  let s = this._cursor.getChars(n);
1818
1858
  return [r, s];
1819
1859
  }
@@ -1840,7 +1880,7 @@ var Ct = class {
1840
1880
  }
1841
1881
  if (this._canSelfClose && this.tokens[this.tokens.length - 1].type === 2) return;
1842
1882
  let a = this._getTagContentType(r, n, this._fullNameStack.length > 0, i);
1843
- this._handleFullNameStackForTagOpen(n, r), a === P.RAW_TEXT ? this._consumeRawTextWithTagClose(n, r, false) : a === P.ESCAPABLE_RAW_TEXT && this._consumeRawTextWithTagClose(n, r, true);
1883
+ this._handleFullNameStackForTagOpen(n, r), a === N.RAW_TEXT ? this._consumeRawTextWithTagClose(n, r, false) : a === N.ESCAPABLE_RAW_TEXT && this._consumeRawTextWithTagClose(n, r, true);
1844
1884
  }
1845
1885
  _consumeRawTextWithTagClose(e, r, n) {
1846
1886
  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);
@@ -1865,7 +1905,7 @@ var Ct = class {
1865
1905
  let n = () => this._cursor.peek() === r;
1866
1906
  e = this._consumeWithInterpolation(16, 17, n, n), this._consumeQuote(r);
1867
1907
  } else {
1868
- let r = () => Us(this._cursor.peek());
1908
+ let r = () => ri(this._cursor.peek());
1869
1909
  e = this._consumeWithInterpolation(16, 17, r, r);
1870
1910
  }
1871
1911
  return e;
@@ -1933,7 +1973,7 @@ var Ct = class {
1933
1973
  return;
1934
1974
  } else this._attemptStr("//") && (o = true);
1935
1975
  let p = this._cursor.peek();
1936
- this._cursor.advance(), p === 92 ? this._cursor.advance() : p === a ? a = null : !o && a === null && $t(p) && (a = p);
1976
+ this._cursor.advance(), p === 92 ? this._cursor.advance() : p === a ? a = null : !o && a === null && Ot(p) && (a = p);
1937
1977
  }
1938
1978
  s.push(this._getProcessedChars(i, this._cursor)), this._endToken(s);
1939
1979
  }
@@ -1955,7 +1995,7 @@ var Ct = class {
1955
1995
  _isBlockStart() {
1956
1996
  if (this._tokenizeBlocks && this._cursor.peek() === 64) {
1957
1997
  let e = this._cursor.clone();
1958
- if (e.advance(), zs(e.peek())) return true;
1998
+ if (e.advance(), si(e.peek())) return true;
1959
1999
  }
1960
2000
  return false;
1961
2001
  }
@@ -1992,34 +2032,34 @@ var Ct = class {
1992
2032
  function b(t7) {
1993
2033
  return !ut(t7) || t7 === 0;
1994
2034
  }
1995
- function Us(t7) {
2035
+ function ri(t7) {
1996
2036
  return ut(t7) || t7 === 62 || t7 === 60 || t7 === 47 || t7 === 39 || t7 === 34 || t7 === 61 || t7 === 0;
1997
2037
  }
1998
- function Eo(t7) {
2038
+ function $o(t7) {
1999
2039
  return (t7 < 97 || 122 < t7) && (t7 < 65 || 90 < t7) && (t7 < 48 || t7 > 57);
2000
2040
  }
2001
- function Ao(t7) {
2002
- return t7 === 59 || t7 === 0 || !vs(t7);
2041
+ function Oo(t7) {
2042
+ return t7 === 59 || t7 === 0 || !Rs(t7);
2003
2043
  }
2004
- function Do(t7) {
2044
+ function Mo(t7) {
2005
2045
  return t7 === 59 || t7 === 0 || !lt(t7);
2006
2046
  }
2007
- function vo(t7) {
2047
+ function qo(t7) {
2008
2048
  return t7 !== 125;
2009
2049
  }
2010
- function yo(t7, e) {
2011
- return Ws(t7) === Ws(e);
2050
+ function Ho(t7, e) {
2051
+ return ni(t7) === ni(e);
2012
2052
  }
2013
- function Ws(t7) {
2053
+ function ni(t7) {
2014
2054
  return t7 >= 97 && t7 <= 122 ? t7 - 97 + 65 : t7;
2015
2055
  }
2016
- function zs(t7) {
2017
- return lt(t7) || It(t7) || t7 === 95;
2056
+ function si(t7) {
2057
+ return lt(t7) || Rt(t7) || t7 === 95;
2018
2058
  }
2019
- function Gs(t7) {
2059
+ function ii(t7) {
2020
2060
  return t7 !== 59 && b(t7);
2021
2061
  }
2022
- function wo(t7) {
2062
+ function Vo(t7) {
2023
2063
  let e = [], r;
2024
2064
  for (let n = 0; n < t7.length; n++) {
2025
2065
  let s = t7[n];
@@ -2027,7 +2067,7 @@ function wo(t7) {
2027
2067
  }
2028
2068
  return e;
2029
2069
  }
2030
- var rr = class t3 {
2070
+ var nr = class t3 {
2031
2071
  constructor(e, r) {
2032
2072
  if (e instanceof t3) {
2033
2073
  this.file = e.file, this.input = e.input, this.end = e.end;
@@ -2072,7 +2112,7 @@ var rr = class t3 {
2072
2112
  advanceState(e) {
2073
2113
  if (e.offset >= this.end) throw this.state = e, new St('Unexpected character "EOF"', this);
2074
2114
  let r = this.charAt(e.offset);
2075
- r === 10 ? (e.line++, e.column = 0) : Rt(r) || e.column++, e.offset++, this.updatePeek(e);
2115
+ r === 10 ? (e.line++, e.column = 0) : $t(r) || e.column++, e.offset++, this.updatePeek(e);
2076
2116
  }
2077
2117
  updatePeek(e) {
2078
2118
  e.peek = e.offset >= this.end ? 0 : this.charAt(e.offset);
@@ -2080,7 +2120,7 @@ var rr = class t3 {
2080
2120
  locationFromCursor(e) {
2081
2121
  return new ie(e.file, e.state.offset, e.state.line, e.state.column);
2082
2122
  }
2083
- }, Wr = class t4 extends rr {
2123
+ }, Gr = class t4 extends nr {
2084
2124
  constructor(e, r) {
2085
2125
  e instanceof t4 ? (super(e), this.internalState = { ...e.internalState }) : (super(e, r), this.internalState = this.state);
2086
2126
  }
@@ -2119,11 +2159,11 @@ var rr = class t3 {
2119
2159
  this.advanceState(this.internalState);
2120
2160
  let r = this.clone();
2121
2161
  this.advanceState(this.internalState), this.state.peek = this.decodeHexDigits(r, 2);
2122
- } else if (kr(e())) {
2162
+ } else if (Br(e())) {
2123
2163
  let r = "", n = 0, s = this.clone();
2124
- for (; kr(e()) && n < 3; ) s = this.clone(), r += String.fromCodePoint(e()), this.advanceState(this.internalState), n++;
2164
+ for (; Br(e()) && n < 3; ) s = this.clone(), r += String.fromCodePoint(e()), this.advanceState(this.internalState), n++;
2125
2165
  this.state.peek = parseInt(r, 8), this.internalState = s.internalState;
2126
- } else Rt(this.internalState.peek) ? (this.advanceState(this.internalState), this.state = this.internalState) : this.state.peek = this.internalState.peek;
2166
+ } else $t(this.internalState.peek) ? (this.advanceState(this.internalState), this.state = this.internalState) : this.state.peek = this.internalState.peek;
2127
2167
  }
2128
2168
  decodeHexDigits(e, r) {
2129
2169
  let n = this.input.slice(e.internalState.offset, e.internalState.offset + r), s = parseInt(n, 16);
@@ -2142,28 +2182,28 @@ var L = class t5 extends Oe {
2142
2182
  constructor(e, r, n) {
2143
2183
  super(r, n), this.elementName = e;
2144
2184
  }
2145
- }, Yr = class {
2185
+ }, jr = class {
2146
2186
  constructor(e, r) {
2147
2187
  this.rootNodes = e, this.errors = r;
2148
2188
  }
2149
- }, nr = class {
2189
+ }, sr = class {
2150
2190
  constructor(e) {
2151
2191
  this.getTagDefinition = e;
2152
2192
  }
2153
2193
  parse(e, r, n, s = false, i) {
2154
- let a = (D) => (I, ...F) => D(I.toLowerCase(), ...F), o = s ? this.getTagDefinition : a(this.getTagDefinition), u = (D) => o(D).getContentType(), p = s ? i : a(i), f = Qs(e, r, i ? (D, I, F, c) => {
2194
+ let a = (D) => (I, ...F) => D(I.toLowerCase(), ...F), o = s ? this.getTagDefinition : a(this.getTagDefinition), u = (D) => o(D).getContentType(), p = s ? i : a(i), m = li(e, r, i ? (D, I, F, c) => {
2155
2195
  let g = p(D, I, F, c);
2156
2196
  return g !== void 0 ? g : u(D);
2157
- } : u, n), d = n && n.canSelfClose || false, C = n && n.allowHtmComponentClosingTags || false, A = new jr(f.tokens, o, d, C, s);
2158
- return A.build(), new Yr(A.rootNodes, f.errors.concat(A.errors));
2197
+ } : u, n), f = n && n.canSelfClose || false, C = n && n.allowHtmComponentClosingTags || false, A = new Kr(m.tokens, o, f, C, s);
2198
+ return A.build(), new jr(A.rootNodes, m.errors.concat(A.errors));
2159
2199
  }
2160
- }, jr = class t6 {
2200
+ }, Kr = class t6 {
2161
2201
  constructor(e, r, n, s, i) {
2162
2202
  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();
2163
2203
  }
2164
2204
  build() {
2165
2205
  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();
2166
- for (let e of this._containerStack) e instanceof te && this.errors.push(L.create(e.name, e.sourceSpan, `Unclosed block "${e.name}"`));
2206
+ for (let e of this._containerStack) e instanceof ee && this.errors.push(L.create(e.name, e.sourceSpan, `Unclosed block "${e.name}"`));
2167
2207
  }
2168
2208
  _advance() {
2169
2209
  let e = this._peek;
@@ -2174,15 +2214,15 @@ var L = class t5 extends Oe {
2174
2214
  }
2175
2215
  _consumeCdata(e) {
2176
2216
  let r = this._advance(), n = this._getText(r), s = this._advanceIf(13);
2177
- this._addToParent(new Wt(n, new h(e.sourceSpan.start, (s || r).sourceSpan.end), [r]));
2217
+ this._addToParent(new Gt(n, new h(e.sourceSpan.start, (s || r).sourceSpan.end), [r]));
2178
2218
  }
2179
2219
  _consumeComment(e) {
2180
2220
  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);
2181
- this._addToParent(new jt(s, i));
2221
+ this._addToParent(new Kt(s, i));
2182
2222
  }
2183
2223
  _consumeDocType(e) {
2184
2224
  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);
2185
- this._addToParent(new Kt(s, i));
2225
+ this._addToParent(new Xt(s, i));
2186
2226
  }
2187
2227
  _consumeExpansion(e) {
2188
2228
  let r = this._advance(), n = this._advance(), s = [];
@@ -2208,15 +2248,15 @@ var L = class t5 extends Oe {
2208
2248
  let i = new t6(n, this.getTagDefinition, this.canSelfClose, this.allowHtmComponentClosingTags, this.isTagNameCaseSensitive);
2209
2249
  if (i.build(), i.errors.length > 0) return this.errors = this.errors.concat(i.errors), null;
2210
2250
  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);
2211
- return new Gt(e.parts[0], i.rootNodes, a, e.sourceSpan, o);
2251
+ return new Yt(e.parts[0], i.rootNodes, a, e.sourceSpan, o);
2212
2252
  }
2213
2253
  _collectExpansionExpTokens(e) {
2214
2254
  let r = [], n = [22];
2215
2255
  for (; ; ) {
2216
- if ((this._peek.type === 20 || this._peek.type === 22) && n.push(this._peek.type), this._peek.type === 23) if (Xs(n, 22)) {
2256
+ if ((this._peek.type === 20 || this._peek.type === 22) && n.push(this._peek.type), this._peek.type === 23) if (ci(n, 22)) {
2217
2257
  if (n.pop(), n.length === 0) return r;
2218
2258
  } else return this.errors.push(L.create(null, e.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
2219
- if (this._peek.type === 24) if (Xs(n, 20)) n.pop();
2259
+ if (this._peek.type === 24) if (ci(n, 20)) n.pop();
2220
2260
  else return this.errors.push(L.create(null, e.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
2221
2261
  if (this._peek.type === 34) return this.errors.push(L.create(null, e.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
2222
2262
  r.push(this._advance());
@@ -2238,10 +2278,10 @@ var L = class t5 extends Oe {
2238
2278
  let i = this._getContainer();
2239
2279
  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] });
2240
2280
  }
2241
- 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, Js) : e.type === 9 ? s += e.parts[0] : s += e.parts.join("");
2281
+ 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, pi) : e.type === 9 ? s += e.parts[0] : s += e.parts.join("");
2242
2282
  if (s.length > 0) {
2243
2283
  let i = e.sourceSpan;
2244
- this._addToParent(new Ut(s, new h(n.start, i.end, n.fullStart, n.details), r));
2284
+ this._addToParent(new Wt(s, new h(n.start, i.end, n.fullStart, n.details), r));
2245
2285
  }
2246
2286
  }
2247
2287
  _closeVoidElement() {
@@ -2257,8 +2297,8 @@ var L = class t5 extends Oe {
2257
2297
  let C = this.getTagDefinition(i);
2258
2298
  this.canSelfClose || C.canSelfClose || Me(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]}"`));
2259
2299
  } else this._peek.type === 1 && (this._advance(), a = false);
2260
- 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 Y(i, s, [], u, p, void 0, l), d = this._getContainer();
2261
- this._pushContainer(f, d instanceof Y && this.getTagDefinition(d.name).isClosedByChild(f.name)), a ? this._popContainer(i, Y, u) : e.type === 4 && (this._popContainer(i, Y, null), this.errors.push(L.create(i, u, `Opening tag "${i}" not terminated.`)));
2300
+ 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), m = new Y(i, s, [], u, p, void 0, l), f = this._getContainer();
2301
+ this._pushContainer(m, f instanceof Y && this.getTagDefinition(f.name).isClosedByChild(m.name)), a ? this._popContainer(i, Y, u) : e.type === 4 && (this._popContainer(i, Y, null), this.errors.push(L.create(i, u, `Opening tag "${i}" not terminated.`)));
2262
2302
  }
2263
2303
  _pushContainer(e, r) {
2264
2304
  r && this._containerStack.pop(), this._addToParent(e), this._containerStack.push(e);
@@ -2276,7 +2316,7 @@ var L = class t5 extends Oe {
2276
2316
  for (let i = this._containerStack.length - 1; i >= 0; i--) {
2277
2317
  let a = this._containerStack[i];
2278
2318
  if (Me(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;
2279
- (a instanceof te || a instanceof Y && !this.getTagDefinition(a.name).closedByParent) && (s = true);
2319
+ (a instanceof ee || a instanceof Y && !this.getTagDefinition(a.name).closedByParent) && (s = true);
2280
2320
  }
2281
2321
  return false;
2282
2322
  }
@@ -2285,12 +2325,12 @@ var L = class t5 extends Oe {
2285
2325
  this._peek.type === 15 && (s = this._advance());
2286
2326
  let i = "", a = [], o, u;
2287
2327
  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; ) {
2288
- let f = this._advance();
2289
- a.push(f), f.type === 17 ? i += f.parts.join("").replace(/&([^;]+);/g, Js) : f.type === 9 ? i += f.parts[0] : i += f.parts.join(""), u = n = f.sourceSpan.end;
2328
+ let m = this._advance();
2329
+ a.push(m), m.type === 17 ? i += m.parts.join("").replace(/&([^;]+);/g, pi) : m.type === 9 ? i += m.parts[0] : i += m.parts.join(""), u = n = m.sourceSpan.end;
2290
2330
  }
2291
2331
  this._peek.type === 15 && (u = n = this._advance().sourceSpan.end);
2292
2332
  let l = o && u && new h((s == null ? void 0 : s.sourceSpan.start) ?? o.start, u, (s == null ? void 0 : s.sourceSpan.fullStart) ?? o.fullStart);
2293
- return new Yt(r, i, new h(e.sourceSpan.start, n, e.sourceSpan.fullStart), e.sourceSpan, l, a.length > 0 ? a : void 0, void 0);
2333
+ return new jt(r, i, new h(e.sourceSpan.start, n, e.sourceSpan.fullStart), e.sourceSpan, l, a.length > 0 ? a : void 0, void 0);
2294
2334
  }
2295
2335
  _consumeBlockOpen(e) {
2296
2336
  let r = [];
@@ -2299,11 +2339,11 @@ var L = class t5 extends Oe {
2299
2339
  r.push(new ht(o.parts[0], o.sourceSpan));
2300
2340
  }
2301
2341
  this._peek.type === 26 && this._advance();
2302
- 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 te(e.parts[0], r, [], s, e.sourceSpan, i);
2342
+ 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);
2303
2343
  this._pushContainer(a, false);
2304
2344
  }
2305
2345
  _consumeBlockClose(e) {
2306
- this._popContainer(null, te, 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.'));
2346
+ 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.'));
2307
2347
  }
2308
2348
  _consumeIncompleteBlock(e) {
2309
2349
  let r = [];
@@ -2311,8 +2351,8 @@ var L = class t5 extends Oe {
2311
2351
  let o = this._advance();
2312
2352
  r.push(new ht(o.parts[0], o.sourceSpan));
2313
2353
  }
2314
- 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 te(e.parts[0], r, [], s, e.sourceSpan, i);
2315
- this._pushContainer(a, false), this._popContainer(null, te, 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.`));
2354
+ 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);
2355
+ 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.`));
2316
2356
  }
2317
2357
  _consumeLet(e) {
2318
2358
  let r = e.parts[0], n, s;
@@ -2324,13 +2364,13 @@ var L = class t5 extends Oe {
2324
2364
  this.errors.push(L.create(e.parts[0], e.sourceSpan, `Unterminated @let declaration "${r}". Declaration must be terminated with a semicolon.`));
2325
2365
  return;
2326
2366
  } else s = this._advance();
2327
- 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 ft(r, n.parts[0], a, p, n.sourceSpan);
2367
+ 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 mt(r, n.parts[0], a, p, n.sourceSpan);
2328
2368
  this._addToParent(l);
2329
2369
  }
2330
2370
  _consumeIncompleteLet(e) {
2331
2371
  let r = e.parts[0] ?? "", n = r ? ` "${r}"` : "";
2332
2372
  if (r.length > 0) {
2333
- 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 ft(r, "", e.sourceSpan, a, o);
2373
+ 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 mt(r, "", e.sourceSpan, a, o);
2334
2374
  this._addToParent(u);
2335
2375
  }
2336
2376
  this.errors.push(L.create(e.parts[0], e.sourceSpan, `Incomplete @let declaration${n}. @let declarations must be written as \`@let <name> = <value>;\``));
@@ -2354,13 +2394,13 @@ var L = class t5 extends Oe {
2354
2394
  return qe(e, r);
2355
2395
  }
2356
2396
  };
2357
- function Xs(t7, e) {
2397
+ function ci(t7, e) {
2358
2398
  return t7.length > 0 && t7[t7.length - 1] === e;
2359
2399
  }
2360
- function Js(t7, e) {
2400
+ function pi(t7, e) {
2361
2401
  return Ve[e] !== void 0 ? Ve[e] || t7 : /^#x[a-f0-9]+$/i.test(e) ? String.fromCodePoint(parseInt(e.slice(2), 16)) : /^#\d+$/.test(e) ? String.fromCodePoint(parseInt(e.slice(1), 10)) : t7;
2362
2402
  }
2363
- var sr = class extends nr {
2403
+ var ir = class extends sr {
2364
2404
  constructor() {
2365
2405
  super(He);
2366
2406
  }
@@ -2368,18 +2408,18 @@ var sr = class extends nr {
2368
2408
  return super.parse(e, r, n, s, i);
2369
2409
  }
2370
2410
  };
2371
- var Kr = null, bo = () => (Kr || (Kr = new sr()), Kr);
2411
+ var Xr = null, Uo = () => (Xr || (Xr = new ir()), Xr);
2372
2412
  function Qr(t7, e = {}) {
2373
2413
  let { canSelfClose: r = false, allowHtmComponentClosingTags: n = false, isTagNameCaseSensitive: s = false, getTagContentType: i, tokenizeAngularBlocks: a = false, tokenizeAngularLetDeclaration: o = false } = e;
2374
- return bo().parse(t7, "angular-html-parser", { tokenizeExpansionForms: a, interpolationConfig: void 0, canSelfClose: r, allowHtmComponentClosingTags: n, tokenizeBlocks: a, tokenizeLet: o }, s, i);
2414
+ return Uo().parse(t7, "angular-html-parser", { tokenizeExpansionForms: a, interpolationConfig: void 0, canSelfClose: r, allowHtmComponentClosingTags: n, tokenizeBlocks: a, tokenizeLet: o }, s, i);
2375
2415
  }
2376
- function To(t7, e) {
2416
+ function Wo(t7, e) {
2377
2417
  let r = new SyntaxError(t7 + " (" + e.loc.start.line + ":" + e.loc.start.column + ")");
2378
2418
  return Object.assign(r, e);
2379
2419
  }
2380
- var Zs = To;
2420
+ var hi = Wo;
2381
2421
  var _t = 3;
2382
- function xo(t7) {
2422
+ function Go(t7) {
2383
2423
  let e = t7.slice(0, _t);
2384
2424
  if (e !== "---" && e !== "+++") return;
2385
2425
  let r = t7.indexOf(`
@@ -2394,23 +2434,23 @@ ${e}`, r), i = n;
2394
2434
  let u = t7.slice(0, a);
2395
2435
  return { type: "front-matter", language: i, explicitLanguage: n, value: t7.slice(r + 1, s), startDelimiter: e, endDelimiter: u.slice(-_t), raw: u };
2396
2436
  }
2397
- function ko(t7) {
2398
- let e = xo(t7);
2437
+ function zo(t7) {
2438
+ let e = Go(t7);
2399
2439
  if (!e) return { content: t7 };
2400
2440
  let { raw: r } = e;
2401
2441
  return { frontMatter: e, content: w(false, r, /[^\n]/gu, " ") + t7.slice(r.length) };
2402
2442
  }
2403
- var ei = ko;
2404
- var ir = { attrs: true, children: true, cases: true, expression: true }, ti = /* @__PURE__ */ new Set(["parent"]), le, Xr, Jr, ze = class ze2 {
2443
+ var mi = zo;
2444
+ var ar = { attrs: true, children: true, cases: true, expression: true }, fi = /* @__PURE__ */ new Set(["parent"]), le, Jr, Zr, Ge = class Ge2 {
2405
2445
  constructor(e = {}) {
2406
- Et(this, le);
2446
+ At(this, le);
2407
2447
  lr(this, "type");
2408
2448
  lr(this, "parent");
2409
- for (let r of /* @__PURE__ */ new Set([...ti, ...Object.keys(e)])) this.setProperty(r, e[r]);
2449
+ for (let r of /* @__PURE__ */ new Set([...fi, ...Object.keys(e)])) this.setProperty(r, e[r]);
2410
2450
  }
2411
2451
  setProperty(e, r) {
2412
2452
  if (this[e] !== r) {
2413
- if (e in ir && (r = r.map((n) => this.createChild(n))), !ti.has(e)) {
2453
+ if (e in ar && (r = r.map((n) => this.createChild(n))), !fi.has(e)) {
2414
2454
  this[e] = r;
2415
2455
  return;
2416
2456
  }
@@ -2419,25 +2459,25 @@ var ir = { attrs: true, children: true, cases: true, expression: true }, ti = /*
2419
2459
  }
2420
2460
  map(e) {
2421
2461
  let r;
2422
- for (let n in ir) {
2462
+ for (let n in ar) {
2423
2463
  let s = this[n];
2424
2464
  if (s) {
2425
- let i = Bo(s, (a) => a.map(e));
2426
- r !== s && (r || (r = new ze2({ parent: this.parent })), r.setProperty(n, i));
2465
+ let i = Yo(s, (a) => a.map(e));
2466
+ r !== s && (r || (r = new Ge2({ parent: this.parent })), r.setProperty(n, i));
2427
2467
  }
2428
2468
  }
2429
- if (r) for (let n in this) n in ir || (r[n] = this[n]);
2469
+ if (r) for (let n in this) n in ar || (r[n] = this[n]);
2430
2470
  return e(r || this);
2431
2471
  }
2432
2472
  walk(e) {
2433
- for (let r in ir) {
2473
+ for (let r in ar) {
2434
2474
  let n = this[r];
2435
2475
  if (n) for (let s = 0; s < n.length; s++) n[s].walk(e);
2436
2476
  }
2437
2477
  e(this);
2438
2478
  }
2439
2479
  createChild(e) {
2440
- let r = e instanceof ze2 ? e.clone() : new ze2(e);
2480
+ let r = e instanceof Ge2 ? e.clone() : new Ge2(e);
2441
2481
  return r.setProperty("parent", this), r;
2442
2482
  }
2443
2483
  insertChildBefore(e, r) {
@@ -2453,13 +2493,13 @@ var ir = { attrs: true, children: true, cases: true, expression: true }, ti = /*
2453
2493
  n[n.indexOf(e)] = this.createChild(r);
2454
2494
  }
2455
2495
  clone() {
2456
- return new ze2(this);
2496
+ return new Ge2(this);
2457
2497
  }
2458
2498
  get $children() {
2459
- return this[R(this, le, Xr)];
2499
+ return this[R(this, le, Jr)];
2460
2500
  }
2461
2501
  set $children(e) {
2462
- this[R(this, le, Xr)] = e;
2502
+ this[R(this, le, Jr)] = e;
2463
2503
  }
2464
2504
  get firstChild() {
2465
2505
  var e;
@@ -2469,11 +2509,11 @@ var ir = { attrs: true, children: true, cases: true, expression: true }, ti = /*
2469
2509
  return K(true, this.$children, -1);
2470
2510
  }
2471
2511
  get prev() {
2472
- let e = R(this, le, Jr);
2512
+ let e = R(this, le, Zr);
2473
2513
  return e[e.indexOf(this) - 1];
2474
2514
  }
2475
2515
  get next() {
2476
- let e = R(this, le, Jr);
2516
+ let e = R(this, le, Zr);
2477
2517
  return e[e.indexOf(this) + 1];
2478
2518
  }
2479
2519
  get rawName() {
@@ -2486,26 +2526,26 @@ var ir = { attrs: true, children: true, cases: true, expression: true }, ti = /*
2486
2526
  return Object.fromEntries(this.attrs.map((e) => [e.fullName, e.value]));
2487
2527
  }
2488
2528
  };
2489
- le = /* @__PURE__ */ new WeakSet(), Xr = function() {
2529
+ le = /* @__PURE__ */ new WeakSet(), Jr = function() {
2490
2530
  return this.type === "angularIcuCase" ? "expression" : this.type === "angularIcuExpression" ? "cases" : "children";
2491
- }, Jr = function() {
2531
+ }, Zr = function() {
2492
2532
  var e;
2493
2533
  return ((e = this.parent) == null ? void 0 : e.$children) ?? [];
2494
2534
  };
2495
- var ar = ze;
2496
- function Bo(t7, e) {
2535
+ var or = Ge;
2536
+ function Yo(t7, e) {
2497
2537
  let r = t7.map(e);
2498
2538
  return r.some((n, s) => n !== t7[s]) ? r : t7;
2499
2539
  }
2500
- var Lo = [{ regex: /^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su, parse: Fo }, { regex: /^\[if([^\]]*)\]><!$/u, parse: No }, { regex: /^<!\s*\[endif\]$/u, parse: Po }];
2501
- function ri(t7, e) {
2502
- if (t7.value) for (let { regex: r, parse: n } of Lo) {
2540
+ var jo = [{ regex: /^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su, parse: Ko }, { regex: /^\[if([^\]]*)\]><!$/u, parse: Xo }, { regex: /^<!\s*\[endif\]$/u, parse: Qo }];
2541
+ function di(t7, e) {
2542
+ if (t7.value) for (let { regex: r, parse: n } of jo) {
2503
2543
  let s = t7.value.match(r);
2504
2544
  if (s) return n(t7, e, s);
2505
2545
  }
2506
2546
  return null;
2507
2547
  }
2508
- function Fo(t7, e, r) {
2548
+ function Ko(t7, e, r) {
2509
2549
  let [, n, s, i] = r, a = 4 + n.length, o = t7.sourceSpan.start.moveBy(a), u = o.moveBy(i.length), [p, l] = (() => {
2510
2550
  try {
2511
2551
  return [true, e(i, o).children];
@@ -2515,18 +2555,18 @@ function Fo(t7, e, r) {
2515
2555
  })();
2516
2556
  return { type: "ieConditionalComment", complete: p, children: l, condition: w(false, s.trim(), /\s+/gu, " "), sourceSpan: t7.sourceSpan, startSourceSpan: new h(t7.sourceSpan.start, o), endSourceSpan: new h(u, t7.sourceSpan.end) };
2517
2557
  }
2518
- function No(t7, e, r) {
2558
+ function Xo(t7, e, r) {
2519
2559
  let [, n] = r;
2520
2560
  return { type: "ieConditionalStartComment", condition: w(false, n.trim(), /\s+/gu, " "), sourceSpan: t7.sourceSpan };
2521
2561
  }
2522
- function Po(t7) {
2562
+ function Qo(t7) {
2523
2563
  return { type: "ieConditionalEndComment", sourceSpan: t7.sourceSpan };
2524
2564
  }
2525
- var or = /* @__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"])]]);
2526
- var ni = /* @__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"]);
2527
- function Io(t7) {
2565
+ var ur = /* @__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"])]]);
2566
+ var gi = /* @__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", "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"]);
2567
+ function Jo(t7) {
2528
2568
  if (t7.type === "block") {
2529
- if (t7.name = w(false, t7.name.toLowerCase(), /\s+/gu, " ").trim(), t7.type = "angularControlFlowBlock", !Ie(t7.parameters)) {
2569
+ if (t7.name = w(false, t7.name.toLowerCase(), /\s+/gu, " ").trim(), t7.type = "angularControlFlowBlock", !me(t7.parameters)) {
2530
2570
  delete t7.parameters;
2531
2571
  return;
2532
2572
  }
@@ -2534,35 +2574,35 @@ function Io(t7) {
2534
2574
  t7.parameters = { type: "angularControlFlowBlockParameters", children: t7.parameters, sourceSpan: new h(t7.parameters[0].sourceSpan.start, K(false, t7.parameters, -1).sourceSpan.end) };
2535
2575
  }
2536
2576
  }
2537
- function Ro(t7) {
2577
+ function Zo(t7) {
2538
2578
  t7.type === "letDeclaration" && (t7.type = "angularLetDeclaration", t7.id = t7.name, t7.init = { type: "angularLetDeclarationInitializer", sourceSpan: new h(t7.valueSpan.start, t7.valueSpan.end), value: t7.value }, delete t7.name, delete t7.value);
2539
2579
  }
2540
- function $o(t7) {
2580
+ function eu(t7) {
2541
2581
  (t7.type === "plural" || t7.type === "select") && (t7.clause = t7.type, t7.type = "angularIcuExpression"), t7.type === "expansionCase" && (t7.type = "angularIcuCase");
2542
2582
  }
2543
- function ii(t7, e, r) {
2544
- 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 } = Qr(t7, { canSelfClose: s, allowHtmComponentClosingTags: o, isTagNameCaseSensitive: u, getTagContentType: p ? (...c) => p(...c) ? P.RAW_TEXT : void 0 : void 0, tokenizeAngularBlocks: n === "angular" ? true : void 0, tokenizeAngularLetDeclaration: n === "angular" ? true : void 0 });
2583
+ function Si(t7, e, r) {
2584
+ let { name: n, canSelfClose: s = true, normalizeTagName: i = false, normalizeAttributeName: a = false, allowHtmComponentClosingTags: o = false, isTagNameCaseSensitive: u = false, shouldParseAsRawText: p } = e, { rootNodes: l, errors: m } = Qr(t7, { canSelfClose: s, allowHtmComponentClosingTags: o, isTagNameCaseSensitive: u, getTagContentType: p ? (...c) => p(...c) ? N.RAW_TEXT : void 0 : void 0, tokenizeAngularBlocks: n === "angular" ? true : void 0, tokenizeAngularLetDeclaration: n === "angular" ? true : void 0 });
2545
2585
  if (n === "vue") {
2546
- if (l.some((x) => x.type === "docType" && x.value === "html" || x.type === "element" && x.name.toLowerCase() === "html")) return ii(t7, oi, r);
2586
+ if (l.some((x) => x.type === "docType" && x.value === "html" || x.type === "element" && x.name.toLowerCase() === "html")) return Si(t7, en, r);
2547
2587
  let g, y = () => g ?? (g = Qr(t7, { canSelfClose: s, allowHtmComponentClosingTags: o, isTagNameCaseSensitive: u })), q = (x) => y().rootNodes.find(({ startSourceSpan: U }) => U && U.start.offset === x.startSourceSpan.start.offset) ?? x;
2548
2588
  for (let [x, U] of l.entries()) {
2549
- let { endSourceSpan: tn, startSourceSpan: ui } = U;
2550
- if (tn === null) f = y().errors, l[x] = q(U);
2551
- else if (Oo(U, r)) {
2552
- let rn = y().errors.find((nn) => nn.span.start.offset > ui.start.offset && nn.span.start.offset < tn.end.offset);
2553
- rn && si(rn), l[x] = q(U);
2589
+ let { endSourceSpan: nn, startSourceSpan: Ei } = U;
2590
+ if (nn === null) m = y().errors, l[x] = q(U);
2591
+ else if (tu(U, r)) {
2592
+ let sn = y().errors.find((an) => an.span.start.offset > Ei.start.offset && an.span.start.offset < nn.end.offset);
2593
+ sn && Ci(sn), l[x] = q(U);
2554
2594
  }
2555
2595
  }
2556
2596
  }
2557
- f.length > 0 && si(f[0]);
2558
- let d = (c) => {
2597
+ m.length > 0 && Ci(m[0]);
2598
+ let f = (c) => {
2559
2599
  let g = c.name.startsWith(":") ? c.name.slice(1).split(":")[0] : null, y = c.nameSpan.toString(), q = g !== null && y.startsWith(`${g}:`), x = q ? y.slice(g.length + 1) : y;
2560
2600
  c.name = x, c.namespace = g, c.hasExplicitNamespace = q;
2561
2601
  }, C = (c) => {
2562
2602
  switch (c.type) {
2563
2603
  case "element":
2564
- d(c);
2565
- 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;
2604
+ f(c);
2605
+ for (let g of c.attrs) f(g), g.valueSpan ? (g.value = g.valueSpan.toString(), /["']/u.test(g.value[0]) && (g.value = g.value.slice(1, -1))) : g.value = null;
2566
2606
  break;
2567
2607
  case "comment":
2568
2608
  c.value = c.sourceSpan.toString().slice(4, -3);
@@ -2575,7 +2615,7 @@ function ii(t7, e, r) {
2575
2615
  let y = c.toLowerCase();
2576
2616
  return g(y) ? y : c;
2577
2617
  }, D = (c) => {
2578
- if (c.type === "element" && (i && (!c.namespace || c.namespace === c.tagDefinition.implicitNamespacePrefix || fe(c)) && (c.name = A(c.name, (g) => ni.has(g))), a)) for (let g of c.attrs) g.namespace || (g.name = A(g.name, (y) => or.has(c.name) && (or.get("*").has(y) || or.get(c.name).has(y))));
2618
+ if (c.type === "element" && (i && (!c.namespace || c.namespace === c.tagDefinition.implicitNamespacePrefix || fe(c)) && (c.name = A(c.name, (g) => gi.has(g))), a)) for (let g of c.attrs) g.namespace || (g.name = A(g.name, (y) => ur.has(c.name) && (ur.get("*").has(y) || ur.get(c.name).has(y))));
2579
2619
  }, I = (c) => {
2580
2620
  c.sourceSpan && c.endSourceSpan && (c.sourceSpan = new h(c.sourceSpan.start, c.endSourceSpan.end));
2581
2621
  }, F = (c) => {
@@ -2584,7 +2624,7 @@ function ii(t7, e, r) {
2584
2624
  !c.namespace || c.namespace === g.implicitNamespacePrefix || fe(c) ? c.tagDefinition = g : c.tagDefinition = He("");
2585
2625
  }
2586
2626
  };
2587
- return Qt(new class extends mt {
2627
+ return Qt(new class extends ft {
2588
2628
  visitExpansionCase(c, g) {
2589
2629
  n === "angular" && this.visitChildren(g, (y) => {
2590
2630
  y(c.expression);
@@ -2595,43 +2635,43 @@ function ii(t7, e, r) {
2595
2635
  }
2596
2636
  }(), l), l;
2597
2637
  }
2598
- function Oo(t7, e) {
2638
+ function tu(t7, e) {
2599
2639
  var n;
2600
2640
  if (t7.type !== "element" || t7.name !== "template") return false;
2601
2641
  let r = (n = t7.attrs.find((s) => s.name === "lang")) == null ? void 0 : n.value;
2602
2642
  return !r || Ne(e, { language: r }) === "html";
2603
2643
  }
2604
- function si(t7) {
2644
+ function Ci(t7) {
2605
2645
  let { msg: e, span: { start: r, end: n } } = t7;
2606
- throw Zs(e, { loc: { start: { line: r.line + 1, column: r.col + 1 }, end: { line: n.line + 1, column: n.col + 1 } }, cause: t7 });
2646
+ throw hi(e, { loc: { start: { line: r.line + 1, column: r.col + 1 }, end: { line: n.line + 1, column: n.col + 1 } }, cause: t7 });
2607
2647
  }
2608
- function ai(t7, e, r = {}, n = true) {
2609
- let { frontMatter: s, content: i } = n ? ei(t7) : { frontMatter: null, content: t7 }, a = new De(t7, r.filepath), o = new ie(a, 0, 0, 0), u = o.moveBy(t7.length), p = { type: "root", sourceSpan: new h(o, u), children: ii(i, e, r) };
2648
+ function _i(t7, e, r = {}, n = true) {
2649
+ let { frontMatter: s, content: i } = n ? mi(t7) : { frontMatter: null, content: t7 }, a = new ve(t7, r.filepath), o = new ie(a, 0, 0, 0), u = o.moveBy(t7.length), p = { type: "root", sourceSpan: new h(o, u), children: Si(i, e, r) };
2610
2650
  if (s) {
2611
- let d = new ie(a, 0, 0, 0), C = d.moveBy(s.raw.length);
2612
- s.sourceSpan = new h(d, C), p.children.unshift(s);
2651
+ let f = new ie(a, 0, 0, 0), C = f.moveBy(s.raw.length);
2652
+ s.sourceSpan = new h(f, C), p.children.unshift(s);
2613
2653
  }
2614
- let l = new ar(p), f = (d, C) => {
2615
- let { offset: A } = C, D = w(false, t7.slice(0, A), /[^\n\r]/gu, " "), F = ai(D + d, e, r, false);
2654
+ let l = new or(p), m = (f, C) => {
2655
+ let { offset: A } = C, D = w(false, t7.slice(0, A), /[^\n\r]/gu, " "), F = _i(D + f, e, r, false);
2616
2656
  F.sourceSpan = new h(C, K(false, F.children, -1).sourceSpan.end);
2617
2657
  let c = F.children[0];
2618
2658
  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;
2619
2659
  };
2620
- return l.walk((d) => {
2621
- if (d.type === "comment") {
2622
- let C = ri(d, f);
2623
- C && d.parent.replaceChild(d, C);
2660
+ return l.walk((f) => {
2661
+ if (f.type === "comment") {
2662
+ let C = di(f, m);
2663
+ C && f.parent.replaceChild(f, C);
2624
2664
  }
2625
- Io(d), Ro(d), $o(d);
2665
+ Jo(f), Zo(f), eu(f);
2626
2666
  }), l;
2627
2667
  }
2628
- function ur(t7) {
2629
- return { parse: (e, r) => ai(e, t7, r), hasPragma: fs, astFormat: "html", locStart: J, locEnd: Z };
2668
+ function Et(t7) {
2669
+ return { parse: (e, r) => _i(e, t7, r), hasPragma: ws, hasIgnorePragma: bs, astFormat: "html", locStart: J, locEnd: se };
2630
2670
  }
2631
- var oi = { name: "html", normalizeTagName: true, normalizeAttributeName: true, allowHtmComponentClosingTags: true }, Mo = ur(oi), qo = ur({ name: "angular" }), Ho = ur({ name: "vue", isTagNameCaseSensitive: true, shouldParseAsRawText(t7, e, r, n) {
2671
+ var en = { name: "html", normalizeTagName: true, normalizeAttributeName: true, allowHtmComponentClosingTags: true }, ru = Et(en), nu = /* @__PURE__ */ new Set(["mj-style", "mj-raw"]), su = Et({ ...en, name: "mjml", shouldParseAsRawText: (t7) => nu.has(t7) }), iu = Et({ name: "angular" }), au = Et({ name: "vue", isTagNameCaseSensitive: true, shouldParseAsRawText(t7, e, r, n) {
2632
2672
  return t7.toLowerCase() !== "html" && !r && (t7 !== "template" || n.some(({ name: s, value: i }) => s === "lang" && i !== "html" && i !== "" && i !== void 0));
2633
- } }), Vo = ur({ name: "lwc", canSelfClose: false });
2634
- var Uo = { html: Ts };
2635
- var Gh = en;
2673
+ } }), ou = Et({ name: "lwc", canSelfClose: false });
2674
+ var uu = { html: qs };
2675
+ var ym = rn;
2636
2676
 
2637
- export { Gh as default, xs as languages, Bs as options, Zr as parsers, Uo as printers };
2677
+ export { ym as default, Hs as languages, Us as options, tn as parsers, uu as printers };