@arcgis/api-extractor 5.0.0-next.13 → 5.0.0-next.131

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/apiJson.d.ts +342 -516
  2. package/dist/cli.d.ts +2 -0
  3. package/dist/cli.js +14 -0
  4. package/dist/config/typeReferences/docLinkAdditions.d.ts +51 -0
  5. package/dist/config/typeReferences/globals.d.ts +11 -0
  6. package/dist/config/typeReferences/stringDocLinkAdditions.d.ts +17 -0
  7. package/dist/config/typeReferences/typeScriptGlobals.json.d.ts +3 -0
  8. package/dist/diff/diffApiJson.d.ts +22 -2
  9. package/dist/diff/fetchApiJsonFromNpm.d.ts +1 -1
  10. package/dist/diff/index.d.ts +3 -3
  11. package/dist/diff/index.js +149 -0
  12. package/dist/diff/types.d.ts +20 -3
  13. package/dist/diffTypes/index.d.ts +24 -0
  14. package/dist/diffTypes/index.js +69 -0
  15. package/dist/extractor/ApiExtractor.d.ts +139 -0
  16. package/dist/extractor/config.d.ts +66 -0
  17. package/dist/index.d.ts +12 -8
  18. package/dist/index.js +786 -228
  19. package/dist/internalTypeScriptApis.d.ts +31 -0
  20. package/dist/types.d.ts +18 -21
  21. package/dist/uiUtils/index.d.ts +21 -0
  22. package/dist/uiUtils/index.js +57 -0
  23. package/dist/utils/apiHelpers.d.ts +61 -2
  24. package/dist/utils/astHelpers.d.ts +14 -2
  25. package/dist/utils/error.d.ts +6 -1
  26. package/dist/utils/jsDocHelpers.d.ts +2 -0
  27. package/dist/utils/jsDocParser.d.ts +46 -0
  28. package/dist/utils/jsDocPrinter.d.ts +13 -0
  29. package/dist/utils/partPrinter.d.ts +23 -0
  30. package/dist/utils/print.d.ts +0 -1
  31. package/package.json +15 -5
  32. package/dist/diff.js +0 -147
  33. package/dist/extractor/index.d.ts +0 -46
  34. package/dist/utils/docHelpers.d.ts +0 -9
  35. /package/dist/{ensureValidType.d.ts → ensureCemCompatibility.d.ts} +0 -0
package/dist/index.js CHANGED
@@ -1,13 +1,66 @@
1
- import c from "typescript";
2
- import { path as y } from "@arcgis/components-build-utils";
3
- import T, { supportsColorStderr as S } from "chalk";
4
- import { mappedFind as D } from "@arcgis/toolkit/array";
5
- const m = "@arcgis/api-extractor", E = "5.0.0-next.13", H = (t) => t.kind === "method", q = (t) => t.kind === "field";
6
- function k(t, e) {
7
- const s = t.path.split("/"), n = s.pop(), o = s.join("/"), i = e.path.split("/"), r = i.pop(), a = i.join("/");
8
- return o === a ? n < r ? -1 : 1 : o.startsWith(a) ? 1 : a.startsWith(o) || o < a ? -1 : 1;
9
- }
10
- const G = "global:", C = /* @__PURE__ */ new Set([
1
+ import d from "typescript";
2
+ import z, { supportsColorStderr as q } from "chalk";
3
+ import { path as J } from "@arcgis/components-build-utils";
4
+ import { mappedFind as j } from "@arcgis/toolkit/array";
5
+ const X = "@arcgis/api-extractor", Q = "5.0.0-next.131", D = {
6
+ name: X,
7
+ version: Q
8
+ };
9
+ let G;
10
+ function Y(e) {
11
+ return G ??= d.createPrinter(), G.printNode(d.EmitHint.Unspecified, e, void 0);
12
+ }
13
+ function Z(e, t) {
14
+ return e.pos !== -1 && e.end !== -1 && t !== void 0 ? e.getText(t) : Y(e);
15
+ }
16
+ let B = 0;
17
+ function Pe(e = 0) {
18
+ B = e;
19
+ }
20
+ let K = console.error;
21
+ function De(e) {
22
+ K = e;
23
+ }
24
+ const ee = {
25
+ getCurrentDirectory: process.cwd,
26
+ getCanonicalFileName: (e) => e,
27
+ getNewLine: () => d.sys.newLine
28
+ };
29
+ function y(e, { file: t, node: n, scope: o, start: r, length: i }) {
30
+ B += 1, process.exitCode = 1, r ??= n === void 0 || n.pos === -1 ? -1 : n.getStart(t, !1);
31
+ const a = n?.end ?? -1;
32
+ i ??= a === -1 ? -1 : Math.max(1, a - r);
33
+ const s = r >= 0 && i >= 0, l = !s && o !== void 0, m = {
34
+ category: d.DiagnosticCategory.Error,
35
+ code: s ? D.name : te,
36
+ file: l ? void 0 : t,
37
+ start: s ? r : 0,
38
+ length: s ? i : 0,
39
+ messageText: (l ? `${z.cyan(o)}: ` : "") + e + (s || n === void 0 ? "" : `
40
+
41
+ ${Z(n, t)}`)
42
+ }, S = d.formatDiagnosticsWithColorAndContext([m], ee), c = q ? S : S.replaceAll(ne, "");
43
+ K(c);
44
+ }
45
+ const te = 1490, ne = /\x1B\[[0-9;]*m/gu, xe = (e) => e.kind === "method", Ae = (e) => e.kind === "field";
46
+ function oe(e, t) {
47
+ const n = e.sourcePath, o = t.sourcePath;
48
+ let r = 0;
49
+ for (; ; ) {
50
+ const i = n.indexOf("/", r), a = o.indexOf("/", r);
51
+ if (i === -1)
52
+ return a === -1 ? n.slice(r) < o.slice(r) ? -1 : 1 : -1;
53
+ if (a === -1)
54
+ return 1;
55
+ {
56
+ const s = n.slice(r, i), l = o.slice(r, a);
57
+ if (s !== l)
58
+ return s < l ? -1 : 1;
59
+ r = i + 1;
60
+ }
61
+ }
62
+ }
63
+ const Ge = "global:", Oe = /* @__PURE__ */ new Set([
11
64
  "example",
12
65
  "see",
13
66
  "param",
@@ -15,271 +68,776 @@ const G = "global:", C = /* @__PURE__ */ new Set([
15
68
  "throws",
16
69
  "slot",
17
70
  "csspart",
18
- "cssstate"
19
- ]), $ = c.createPrinter();
20
- function w(t) {
21
- return $.printNode(c.EmitHint.Unspecified, t, void 0);
71
+ "cssstate",
72
+ "remarks",
73
+ "privateRemarks"
74
+ ]), re = /* @__PURE__ */ new Set(["example", "see"]);
75
+ function Fe(e, t) {
76
+ const n = t.moduleName, o = e.inheritedFrom?.module;
77
+ if (o !== void 0 && (t.moduleName = o), e.description && (e.description = e.description.replaceAll(b, t.resolveJsDocLink).replaceAll(t.alternativeDocumentationHost, t.normalizedDocumentationHost), e.description.includes("](.") && M(h, e.description, t)), e.docsTags !== void 0 && e.inheritedFrom === void 0)
78
+ for (let r = 0; r < e.docsTags.length; r++) {
79
+ const i = e.docsTags[r];
80
+ i.text && (i.text = i.text.replaceAll(b, t.resolveJsDocLink).replaceAll(t.alternativeDocumentationHost, t.normalizedDocumentationHost), i.text.includes("](.") && M(h, i.text, t));
81
+ }
82
+ typeof e.deprecated == "string" && (e.deprecated = e.deprecated.replaceAll(b, t.resolveJsDocLink).replaceAll(t.alternativeDocumentationHost, t.normalizedDocumentationHost), e.deprecated.includes("](.") && M(h, e.deprecated, t)), o !== void 0 && (t.moduleName = n);
22
83
  }
23
- function L(t, e) {
24
- return t.pos !== -1 && t.end !== -1 && e !== void 0 ? t.getText(e) : w(t);
84
+ const h = "Unexpected relative markdown link. For links to API within the package use {@link}. For all other links, use absolute markdown. Documentation: https://webgis.esri.com/webgis/core/core/documenting-api#link";
85
+ function M(e, t, n) {
86
+ const o = n.file?.text.indexOf(t) ?? -1;
87
+ y(`${e}${o === -1 ? `. Found in: ${t}` : ""}`, {
88
+ file: n.file,
89
+ node: void 0,
90
+ scope: n.file === void 0 ? n.moduleName : void 0,
91
+ start: o,
92
+ length: t.length
93
+ });
25
94
  }
26
- let A = 0;
27
- const I = /* @__PURE__ */ new Set();
28
- let g = console.error;
29
- function Q(t) {
30
- g = t;
95
+ const b = /\{@link +([^}]+)\}/gu, U = new Intl.Collator("en", { numeric: !0 }).compare, ke = (e, t) => U(e.name, t.name), Ve = (e, t) => e.static !== void 0 && t.static === void 0 ? -1 : t.static !== void 0 && e.static === void 0 ? 1 : e.name === void 0 ? t.name === void 0 ? 0 : -1 : t.name === void 0 || "return" in e && !("return" in t) ? 1 : "return" in t && !("return" in e) ? -1 : U(e.name, t.name);
96
+ function _e(e, t) {
97
+ if (e.length === 0)
98
+ return;
99
+ const n = t.matchAll(ie), o = [];
100
+ for (const r of n) {
101
+ const i = e.find((a) => a.name === r[0]);
102
+ i !== void 0 && o.push({ ...i, start: r.index, end: r.index + i.name.length });
103
+ }
104
+ return o.length === 0 ? void 0 : o;
31
105
  }
32
- const M = {
33
- getCurrentDirectory: process.cwd,
34
- getCanonicalFileName: (t) => t,
35
- getNewLine: () => c.sys.newLine
36
- };
37
- function N(t, { file: e, node: s, scope: n, start: o, length: i }) {
38
- A += 1, process.exitCode = 1;
39
- const r = e?.fileName;
40
- r !== void 0 && I.add(r), o ??= s?.getStart(e, !1) ?? -1;
41
- const a = s?.end ?? -1;
42
- i ??= a === -1 ? -1 : Math.max(1, a - o);
43
- const d = o >= 0 && i >= 0, l = !d && n !== void 0, f = {
44
- category: c.DiagnosticCategory.Error,
45
- code: d ? m : K,
46
- file: l ? void 0 : e,
47
- start: d ? o : 0,
48
- length: d ? i : 0,
49
- messageText: (l ? `${T.cyan(n)}: ` : "") + t + (d || s === void 0 ? "" : `
50
-
51
- ${L(s, e)}`)
52
- }, x = c.formatDiagnosticsWithColorAndContext([f], M), v = S ? x : x.replaceAll(j, "");
53
- g(v);
106
+ const ie = /"[^"]+"|'[^"]+'|\w+/gu, O = (e) => e.name ?? (e.kind === "constructor" ? "constructor" : "call-signature"), R = (e) => e.static === !0 ? `static ${O(e)}` : O(e), We = (e) => ("bubbles" in e ? "@" : "") + (e.name ?? (e.kind === "constructor" ? "constructor" : "")) + ("return" in e ? "()" : "");
107
+ function L(e, t, n = -1) {
108
+ "description" in t && (t.description ??= e.description), "deprecated" in t && (t.deprecated ??= e.deprecated), "return" in t && e.return !== void 0 && (t.return.description ??= e.return?.description), "readonly" in t && (t.readonly ??= e.readonly);
109
+ const { docsTags: o } = e, r = t;
110
+ if (n !== -1 && (o === void 0 && r.docsTags.length === 1 ? r.docsTags = void 0 : r.docsTags.splice(n, 1)), o !== void 0) {
111
+ r.docsTags ??= [];
112
+ const i = /* @__PURE__ */ new Set();
113
+ for (let a = 0; a < r.docsTags.length; a++)
114
+ i.add(r.docsTags[a].name);
115
+ for (let a = 0; a < o.length; a++) {
116
+ const s = o[a];
117
+ i.has(s.name) && !re.has(s.name) || r.docsTags.push(s);
118
+ }
119
+ }
120
+ }
121
+ const we = (e) => e.modifiers?.some?.(
122
+ (t) => t.kind === d.SyntaxKind.StaticKeyword || t.kind === d.SyntaxKind.PrivateKeyword || t.kind === d.SyntaxKind.ProtectedKeyword
123
+ ) ?? !1;
124
+ function He(e, t, n) {
125
+ if (!t.default && "initializer" in e && e.initializer) {
126
+ const o = $(e.initializer);
127
+ ae(o) && (t.default = o.getText(n));
128
+ }
129
+ }
130
+ const ae = (e) => d.isLiteralExpression(e) || e.kind === d.SyntaxKind.TrueKeyword || e.kind === d.SyntaxKind.FalseKeyword || d.isPrefixUnaryExpression(e) && d.isLiteralExpression(e.operand);
131
+ function $(e) {
132
+ return d.isSatisfiesExpression(e) || d.isParenthesizedExpression(e) ? $(e.expression) : e;
133
+ }
134
+ function Ne(e) {
135
+ if (e !== void 0) {
136
+ if (d.isIdentifier(e) || d.isStringLiteralLike(e))
137
+ return e.text;
138
+ if (d.isComputedPropertyName(e)) {
139
+ if (d.isStringLiteralLike(e.expression))
140
+ return e.expression.text;
141
+ if (d.isPropertyAccessExpression(e.expression) && d.isIdentifier(e.expression.expression) && e.expression.expression.text === "Symbol")
142
+ return `[Symbol.${e.expression.name.text}]`;
143
+ }
144
+ }
145
+ }
146
+ const Be = ({ modifiers: e = [] }, t) => j(
147
+ e,
148
+ (n) => d.isDecorator(n) && d.isCallExpression(n.expression) && d.isIdentifier(n.expression.expression) && n.expression.expression.escapedText === t ? n.expression : void 0
149
+ );
150
+ function Ke(e, t) {
151
+ return e.kind === d.SyntaxKind.TrueKeyword ? !0 : (e.kind === d.SyntaxKind.FalseKeyword || y(
152
+ "Expected boolean literal (true or false) rather than variable/expression - the value must be statically analyzable",
153
+ {
154
+ file: t,
155
+ node: e
156
+ }
157
+ ), !1);
54
158
  }
55
- const K = 1490, j = /\x1B\[[0-9;]*m/gu;
56
- class X {
57
- constructor(e) {
58
- this.options = e;
159
+ function se(e) {
160
+ const t = e.lastIndexOf("/"), n = e.indexOf(".", t === -1 ? 0 : t + 1);
161
+ return n === -1 ? e : e.slice(0, n);
162
+ }
163
+ const F = "developers.arcgis.com", k = "next.gha.afd.arcgis.com";
164
+ class Ue {
165
+ constructor(t) {
166
+ this.resolvedInheritance = /* @__PURE__ */ Object.create(null), this.noInheritMembers = {}, this.options = t, t.environment === "production" ? (this.normalizedDocumentationHost = F, this.alternativeDocumentationHost = k) : (this.normalizedDocumentationHost = k, this.alternativeDocumentationHost = F);
59
167
  }
60
168
  /** Given an array of TypeScript source files, generate an api.json file */
61
- extract(e) {
169
+ extract(t) {
62
170
  return {
63
171
  timestamp: (/* @__PURE__ */ new Date()).toISOString().split(".")[0],
64
172
  compiler: {
65
- name: m,
66
- version: E,
67
- typescriptVersion: c.version
173
+ name: D.name,
174
+ version: D.version,
175
+ typescriptVersion: d.version
68
176
  },
69
- schemaVersion: "1.0.0",
70
- modules: this.extractModules(e)
177
+ // https://github.com/webcomponents/custom-elements-manifest?tab=readme-ov-file#schema-versioning
178
+ // https://github.com/webcomponents/custom-elements-manifest/releases
179
+ schemaVersion: "2.1.0",
180
+ modules: this.extractModules(t)
71
181
  };
72
182
  }
73
- extractModules(e) {
74
- const s = [];
75
- for (const n of e)
76
- this.file = n, s.push(this.extractModule(n));
77
- return this.options.isFullApiExtraction && s.sort(k), s;
183
+ extractModules(t) {
184
+ const n = [];
185
+ for (let o = 0; o < t.length; o++) {
186
+ const r = t[o];
187
+ this.file = r, n.push(this.extractModule(r));
188
+ }
189
+ return this.options.sortModules && n.sort(oe), n;
78
190
  }
79
- extractModule(e) {
80
- const s = {
191
+ /**
192
+ * @param module
193
+ * @param sourcePath cwd-relative path to the source file (esri/core/Accessor.ts)
194
+ * @param importPath public import path of the module without package name or file extension (core/Accessor)
195
+ */
196
+ extractModule(t, n = J.relative(this.options.cwd, t.fileName), o = se(n)) {
197
+ const r = {
81
198
  kind: "javascript-module",
82
- path: y.relative(this.options.cwd, e.fileName),
83
- declarations: void 0,
84
- exports: void 0
199
+ path: o,
200
+ sourcePath: n,
201
+ deprecated: void 0,
202
+ description: void 0,
203
+ docsTags: void 0,
204
+ declarations: [],
205
+ exports: []
85
206
  };
86
- this.apiModule = s;
87
- const n = this.extractDeclarations(e);
88
- if (s.declarations = n, this.options.isFullApiExtraction) {
89
- const o = this.inferExports(n);
90
- o.length > 0 && (s.exports = o);
91
- }
92
- return s;
207
+ return this.apiModule = r, this.extractDeclarations(t), r.exports.length === 0 && (r.exports = void 0), r;
93
208
  }
94
209
  /**
95
210
  * For a given module, extract all public declarations.
96
211
  */
97
- extractDeclarations(e) {
98
- const s = [];
99
- for (const n of e.statements) {
100
- const o = this.extractDeclaration(n);
101
- o !== void 0 && s.push(o);
212
+ extractDeclarations(t) {
213
+ const n = this.apiModule.declarations, o = t.statements;
214
+ for (let r = 0; r < o.length; r++) {
215
+ const i = o[r], a = this.extractDeclaration(i, r);
216
+ a !== void 0 && n.push(a);
102
217
  }
103
- return s;
104
218
  }
105
219
  /**
106
- * Infer ApiModule.exports based on ApiModule.declarations.
220
+ * Add ApiModule.exports entry based on ApiDeclaration
221
+ *
222
+ * To reduce the size of the api.json, we only add exports entries for web
223
+ * components or default exports.
107
224
  */
108
- inferExports(e) {
109
- const s = [];
110
- for (const n of e) {
111
- const o = this.inferExport(n);
112
- o !== void 0 && s.push(o);
113
- }
114
- return s;
225
+ addExport(t, n) {
226
+ this.apiModule.exports.push({
227
+ kind: "customElement" in t ? "custom-element-definition" : t.kind === "interface" || t.kind === "mixin" ? "ts" : "js",
228
+ name: n ? "default" : t.tagName ?? t.name,
229
+ declaration: {
230
+ name: t.name
231
+ }
232
+ });
115
233
  }
116
- copyDoc(e, s, n, o) {
117
- const i = n.docsTags?.findIndex((d) => d.name === "copyDoc");
118
- if (i === void 0 || i === -1)
234
+ copyDoc(t, n, o, r, i) {
235
+ if (o.docsTags === void 0 || n === void 0)
119
236
  return;
120
- s === void 0 && N("@copyDoc tag was used, but failed to find copyDoc definition for it.", {
121
- file: this.file,
122
- node: e
123
- });
124
- const r = s?.(n, o);
125
- if (r === void 0)
237
+ let a = 0;
238
+ for (; o.docsTags[a].name !== "copyDoc"; )
239
+ if (a += 1, a === o.docsTags.length)
240
+ return;
241
+ const s = o.name;
242
+ let l = n?.[s];
243
+ l === void 0 && y(
244
+ "@copyDoc tag was used, but failed to find copyDoc definition for it. Documentation: https://webgis.esri.com/webgis/core/core/documenting-api#copydoc",
245
+ {
246
+ file: this.file,
247
+ node: t
248
+ }
249
+ ), !(typeof l == "function" && (l = l(o, r, i), l === void 0)) && L(
250
+ l,
251
+ o,
252
+ a
253
+ );
254
+ }
255
+ /**
256
+ * Inherit public members from mixins and superclass.
257
+ *
258
+ * In cast of Lumina, for this to work, the superclass needs to be in a file
259
+ * named like a component (src/components/name/name.tsx), even if it is not a
260
+ * standalone component. See
261
+ * https://devtopia.esri.com/WebGIS/arcgis-web-components/issues/3212
262
+ */
263
+ inheritMembers(t, n, o) {
264
+ if (t in this.resolvedInheritance)
126
265
  return;
127
- for (const [d, l] of Object.entries(r))
128
- d !== "docsTags" && (n[d] = n[d] ?? l);
129
- n.docsTags.splice(i, 1);
130
- const a = new Set(n.docsTags.map(({ name: d }) => d));
131
- for (const d of r.docsTags ?? [])
132
- a.has(d.name) && !C.has(d.name) || n.docsTags.push(d);
133
- n.docsTags.length === 0 && (n.docsTags = void 0);
266
+ this.resolvedInheritance[t] = void 0;
267
+ let i = !1;
268
+ if (n.members !== void 0)
269
+ for (let p = 0; p < n.members.length; p++) {
270
+ const u = n.members[p];
271
+ if (u.kind === "field") {
272
+ if (u.name === "@eventTypes") {
273
+ i = !0, this.handleEventTypesProperty(u, n, t), n.members.splice(p, 1), p -= 1;
274
+ continue;
275
+ }
276
+ u.inheritedFrom === void 0 && this.resolvePropertyAutoCastingType(u, t);
277
+ }
278
+ }
279
+ const a = n;
280
+ let s = n.mixins, l = a.superclass, m = l === void 0 ? void 0 : this.maybeResolveMixinBaseClass(l, t);
281
+ if (m?.supertypes !== void 0) {
282
+ s = s === void 0 ? [] : [...s];
283
+ do {
284
+ const p = m.supertypes.length > 1, u = p ? 1 : 0;
285
+ for (let C = m.supertypes.length - 1; C >= u; C--) {
286
+ const E = m.supertypes[C], v = E.module === void 0 ? { ...E, module: l.module } : E;
287
+ s.unshift(v);
288
+ }
289
+ l = p ? m.supertypes[0] : void 0, m = l === void 0 ? void 0 : this.maybeResolveMixinBaseClass(l, t);
290
+ } while (m?.supertypes !== void 0);
291
+ }
292
+ if (s !== void 0) {
293
+ const p = s.length - (n.mixins?.length ?? 0);
294
+ for (let u = s.length - 1; u >= 0; u--) {
295
+ const E = s[u].module ?? t, v = this.resolvedInheritance[E] ?? this.resolveInheritance(E, o, !0);
296
+ v !== !1 ? this.inheritMembersFrom(v, n, i) : u >= p && (n.mixins.splice(u - p, 1), n.mixins.length === 0 && (n.mixins = void 0));
297
+ }
298
+ }
299
+ if (l?.package !== void 0)
300
+ return;
301
+ const S = l?.module, c = S === void 0 ? !1 : this.resolvedInheritance[S] ?? this.resolveInheritance(S, o, !1);
302
+ c !== !1 && (this.inheritMembersFrom(c, n, i), l.module = c.inheritanceData.module);
303
+ }
304
+ /**
305
+ * Inherit members from a superclass or mixin.
306
+ */
307
+ inheritMembersFrom(t, n, o) {
308
+ const r = t.declaration, i = n;
309
+ if (t.indexedMembers !== void 0) {
310
+ n.members ??= [];
311
+ const a = n.members, s = this.noInheritMembers[t.inheritanceData.module];
312
+ let l = s === void 0 ? void 0 : new Set(s);
313
+ for (let S = 0; S < a.length; S++) {
314
+ const c = a[S], p = R(c), u = t.indexedMembers.get(p);
315
+ u === void 0 || (l ??= /* @__PURE__ */ new Set(), l.add(p), c.kind === "field" && this.maybePromotePropertyToAutoAccessor(c, u), u === void 0) || c.inheritedFrom === void 0 && L(u, c);
316
+ }
317
+ const m = r.members;
318
+ for (let S = 0; S < m.length; S++) {
319
+ const c = m[S];
320
+ // Most classes don't override any public members, so don't even check
321
+ // for this if no members were overridden.
322
+ (l?.has(R(c)) ?? !1) || n.members.push(
323
+ c.inheritedFrom === void 0 ? { ...c, inheritedFrom: t.inheritanceData } : c
324
+ );
325
+ }
326
+ }
327
+ !o && t.indexedEvents !== void 0 && (i.events = this.inheritMembersOfKind(
328
+ i.events,
329
+ r.events,
330
+ t.indexedEvents,
331
+ t.inheritanceData
332
+ )), t.indexedAttributes !== void 0 && (i.attributes = this.inheritMembersOfKind(
333
+ i.attributes,
334
+ r.attributes,
335
+ t.indexedAttributes,
336
+ t.inheritanceData
337
+ )), t.indexedSlots !== void 0 && (i.slots = this.inheritMembersOfKind(
338
+ i.slots,
339
+ r.slots,
340
+ t.indexedSlots
341
+ )), t.indexedCssParts !== void 0 && (i.cssParts = this.inheritMembersOfKind(
342
+ i.cssParts,
343
+ r.cssParts,
344
+ t.indexedCssParts
345
+ )), t.indexedCssProperties !== void 0 && (i.cssProperties = this.inheritMembersOfKind(
346
+ i.cssProperties,
347
+ r.cssProperties,
348
+ t.indexedCssProperties
349
+ )), t.indexedCssStates !== void 0 && (i.cssStates = this.inheritMembersOfKind(
350
+ i.cssStates,
351
+ r.cssStates,
352
+ t.indexedCssStates
353
+ ));
354
+ }
355
+ inheritMembersOfKind(t = [], n, o, r) {
356
+ const i = /* @__PURE__ */ new Set();
357
+ for (let a = 0; a < t.length; a++) {
358
+ const s = t[a], l = o[s.name];
359
+ l !== void 0 && (i.add(s.name), s.inheritedFrom === void 0 && L(l, s));
360
+ }
361
+ for (let a = 0; a < n.length; a++) {
362
+ const s = n[a];
363
+ i.has(s.name) || t.push(
364
+ r === void 0 || s.inheritedFrom !== void 0 ? s : { ...s, inheritedFrom: r }
365
+ );
366
+ }
367
+ return t;
368
+ }
369
+ /**
370
+ * Based on the superclass name, find the actual declaration in the modules.
371
+ */
372
+ resolveInheritance(t, n, o) {
373
+ const r = this.findSuperclassDeclaration(t, n, o);
374
+ if (r === !1)
375
+ return this.resolvedInheritance[t] = !1, !1;
376
+ const [i, a] = r, s = a;
377
+ this.inheritMembers(t, a, n);
378
+ let l, m = !1;
379
+ if (a.members !== void 0) {
380
+ l = /* @__PURE__ */ new Map();
381
+ for (let c = 0; c < a.members.length; c++) {
382
+ const p = a.members[c], u = R(p), E = l.get(u) !== void 0;
383
+ l.set(u, E ? void 0 : p), m ||= p.kind === "field" && p.readonly === void 0;
384
+ }
385
+ }
386
+ const S = {
387
+ inheritanceData: {
388
+ name: a.name,
389
+ module: i
390
+ },
391
+ declaration: a,
392
+ hasSettableField: m,
393
+ indexedMembers: l,
394
+ indexedEvents: f(a.events),
395
+ indexedAttributes: f(s.attributes),
396
+ indexedSlots: f(s.slots),
397
+ indexedCssParts: f(s.cssParts),
398
+ indexedCssProperties: f(s.cssProperties),
399
+ indexedCssStates: f(s.cssStates)
400
+ };
401
+ return this.resolvedInheritance[t] = S, S;
402
+ }
403
+ /**
404
+ * Overwrite point
405
+ *
406
+ * FINAL: jsapi-extractor has a more efficient implementation because it
407
+ * has to deal with inheritance a lot. Unify it with Lumina.
408
+ */
409
+ findSuperclassDeclaration(t, n, o) {
410
+ for (let r = 0; r < n.length; r++) {
411
+ const i = n[r];
412
+ if (i.path !== t)
413
+ continue;
414
+ const a = i.declarations;
415
+ for (let s = 0; s < a.length; s++) {
416
+ const l = a[s];
417
+ if (l.kind === "class")
418
+ return [i.path, l];
419
+ }
420
+ }
421
+ return !1;
422
+ }
423
+ handleEventTypesProperty(t, n, o) {
424
+ }
425
+ resolvePropertyAutoCastingType(t, n) {
426
+ }
427
+ /**
428
+ * This method should check if the super property is an accessor, then the
429
+ * override property should be promoted to an accessor too.
430
+ * This is necessary until we migrate to standard decorators since - after
431
+ * that internal accessor status will match the status in the public typings.
432
+ */
433
+ maybePromotePropertyToAutoAccessor(t, n) {
434
+ }
435
+ maybeResolveMixinBaseClass(t, n) {
134
436
  }
135
437
  }
136
- const Y = (t) => t.modifiers?.some?.(
137
- (e) => e.kind === c.SyntaxKind.StaticKeyword || e.kind === c.SyntaxKind.PrivateKeyword || e.kind === c.SyntaxKind.ProtectedKeyword
138
- ) ?? !1;
139
- function Z(t, e, s) {
140
- if (!e.default && "initializer" in t && t.initializer) {
141
- const n = h(t.initializer);
142
- F(n) && (e.default = n.getText(s));
438
+ function f(e) {
439
+ if (e === void 0)
440
+ return;
441
+ const t = /* @__PURE__ */ Object.create(null);
442
+ for (let n = 0; n < e.length; n++) {
443
+ const o = e[n];
444
+ t[o.name] = o;
143
445
  }
446
+ return t;
144
447
  }
145
- const F = (t) => c.isLiteralExpression(t) || t.kind === c.SyntaxKind.TrueKeyword || t.kind === c.SyntaxKind.FalseKeyword || c.isPrefixUnaryExpression(t) && c.isLiteralExpression(t.operand);
146
- function h(t) {
147
- return c.isSatisfiesExpression(t) || c.isParenthesizedExpression(t) ? h(t.expression) : t;
448
+ const T = d, le = T, V = 5, _ = 1, W = 1, w = 3, H = 4;
449
+ ce(T.createSourceMapGenerator);
450
+ de(T.createTextWriter);
451
+ me(T.getNewLineCharacter);
452
+ function ce(e) {
453
+ if (typeof e != "function")
454
+ throw Error(
455
+ "Failed to find ts.createSourceMapGenerator() function. Lumina needs to be updated to support the new TypeScript version"
456
+ );
457
+ if (e.length !== V)
458
+ throw Error(
459
+ `ts.createSourceMapGenerator() signature changed. Expected ${V} arguments. Lumina needs to be updated to support the new TypeScript version`
460
+ );
148
461
  }
149
- function _(t) {
150
- if (t !== void 0 && (c.isIdentifier(t) || c.isStringLiteralLike(t)))
151
- return t.text;
462
+ function de(e) {
463
+ if (typeof e != "function")
464
+ throw Error(
465
+ "Failed to find ts.createTextWriter() function. Lumina needs to be updated to support the new TypeScript version"
466
+ );
467
+ if (e.length !== _)
468
+ throw Error(
469
+ `ts.createTextWriter() signature changed. Expected ${_} arguments. Lumina needs to be updated to support the new TypeScript version`
470
+ );
152
471
  }
153
- const tt = ({ modifiers: t = [] }, e) => D(
154
- t,
155
- (s) => c.isDecorator(s) && c.isCallExpression(s.expression) && c.isIdentifier(s.expression.expression) && s.expression.expression.text === e ? s.expression : void 0
156
- );
157
- function P(t, e) {
158
- const s = W(e.getJsDocTags());
159
- let n = c.displayPartsToString(e.getDocumentationComment(t));
160
- const o = s.at(-1), i = o?.text?.indexOf(O);
161
- if (i !== void 0 && i !== -1) {
162
- const r = o.text.indexOf(b);
163
- r !== -1 && (n += o.text.slice(r), o.text = o.text?.slice(0, r));
164
- }
165
- return {
166
- docsTags: s,
167
- description: n || void 0
168
- };
472
+ function me(e) {
473
+ if (typeof e != "function")
474
+ throw Error(
475
+ "Failed to find ts.getNewLineCharacter() function. Lumina needs to be updated to support the new TypeScript version"
476
+ );
477
+ if (e.length !== W)
478
+ throw Error(
479
+ `ts.getNewLineCharacter() signature changed. Expected ${W} argument. Lumina needs to be updated to support the new TypeScript version`
480
+ );
169
481
  }
170
- const b = `
171
-
172
- {@link `, O = "Read more...}", W = (t) => t.filter((e) => e.name !== "privateRemarks").map((e) => ({
173
- name: e.name,
174
- text: e.text?.map((s) => s.text).join("")
175
- }));
176
- function et(t) {
177
- const e = Array.from(t.docsTags ?? []), s = t, n = t;
178
- if (t.deprecated && e.push({
482
+ function pe(e) {
483
+ if (typeof e != "function")
484
+ throw Error(
485
+ "Failed to find ts.Printer.writeFile() function. Lumina needs to be updated to support the new TypeScript version"
486
+ );
487
+ if (e.length !== w)
488
+ throw Error(
489
+ `ts.Printer.writeFile() signature changed. Expected ${w} arguments. Lumina needs to be updated to support the new TypeScript version`
490
+ );
491
+ }
492
+ function ue(e) {
493
+ if (typeof e != "function")
494
+ throw Error(
495
+ "Failed to find ts.Printer.writeNode() function. Lumina needs to be updated to support the new TypeScript version"
496
+ );
497
+ if (e.length !== H)
498
+ throw Error(
499
+ `ts.Printer.writeNode() signature changed. Expected ${H} arguments. Lumina needs to be updated to support the new TypeScript version`
500
+ );
501
+ }
502
+ function $e(e, t) {
503
+ const n = le.createPrinter(e, t);
504
+ return pe(n.writeFile), ue(n.writeNode), n;
505
+ }
506
+ function ze(e) {
507
+ const t = [], n = e, o = e;
508
+ if (e.deprecated && t.push({
179
509
  name: "deprecated",
180
- text: t.deprecated === !0 ? void 0 : t.deprecated
181
- }), s.default && e.push({
510
+ text: e.deprecated === !0 ? void 0 : e.deprecated
511
+ }), n.default && t.push({
182
512
  name: "default",
183
- text: s.default
184
- }), n.cssParts)
185
- for (const i of n.cssParts)
186
- e.push({
187
- name: "csspart",
188
- text: u(i)
189
- });
190
- if (n.cssStates)
191
- for (const i of n.cssStates)
192
- e.push({
193
- name: "cssstate",
194
- text: u(i)
195
- });
196
- if (n.slots)
197
- for (const i of n.slots)
198
- e.push({
199
- name: "slot",
200
- text: u(i)
201
- });
202
- n.privacy === "private" && e.push({
513
+ text: n.default
514
+ }), o.return) {
515
+ const i = o.parameters;
516
+ if (i !== void 0)
517
+ for (let a = 0; a < i.length; a++) {
518
+ const s = i[a];
519
+ t.push({
520
+ name: "param",
521
+ text: `${s.name}${s.description ? ` - ${s.description}` : ""}`
522
+ });
523
+ }
524
+ o.return?.description && t.push({
525
+ name: "returns",
526
+ text: o.return.description
527
+ });
528
+ }
529
+ if ("customElement" in e) {
530
+ if (e.cssParts)
531
+ for (const i of e.cssParts)
532
+ t.push({
533
+ name: "csspart",
534
+ text: I(i)
535
+ });
536
+ if (e.cssStates)
537
+ for (const i of e.cssStates)
538
+ t.push({
539
+ name: "cssstate",
540
+ text: I(i)
541
+ });
542
+ if (e.slots)
543
+ for (const i of e.slots)
544
+ t.push({
545
+ name: "slot",
546
+ text: I(i)
547
+ });
548
+ }
549
+ n.privacy === "private" && t.push({
203
550
  name: "private",
204
551
  text: void 0
205
- });
206
- const o = t.description ?? "";
207
- return e.length === 0 && o.length === 0 ? [] : [J(o, e)];
552
+ }), e.docsTags !== void 0 && t.push(...e.docsTags);
553
+ const r = e.description ?? "";
554
+ if (!(t.length === 0 && r.length === 0))
555
+ return {
556
+ description: r,
557
+ docsTags: t
558
+ };
559
+ }
560
+ function I(e) {
561
+ const t = e.name + (e.default !== void 0 ? `=${e.default}` : ""), n = t.length > 0 ? `[${t}]` : "", o = e.description ?? "", r = o.length > 0 ? ` - ${o}` : "";
562
+ return `${n}${r}`;
208
563
  }
209
- function J(t = "", e = []) {
564
+ function qe(e) {
565
+ return e === void 0 ? [] : [
566
+ {
567
+ kind: d.SyntaxKind.MultiLineCommentTrivia,
568
+ pos: -1,
569
+ end: -1,
570
+ text: Se(e),
571
+ hasTrailingNewLine: !0
572
+ }
573
+ ];
574
+ }
575
+ function Se(e) {
576
+ const t = e.description ?? "", n = t.length === 0, o = e.docsTags, r = (
577
+ // Has 2+ tags, or multi-line description, or single tag and single line description
578
+ o.length + (n ? 0 : t.includes(`
579
+ `) ? 2 : 1) > 1 || // Has a single tag, but that tag is multi-line
580
+ o[0]?.text?.includes(`
581
+ `) === !0
582
+ );
583
+ let i = "*";
584
+ n ? r || (i += " ") : (r ? (i += `
585
+ * `, i += N(t)) : i += ` ${t.replaceAll(" @", " \\@")}`, o.length > 0 && (i += `
586
+ *`));
587
+ for (let a = 0; a < o.length; a++) {
588
+ const s = o[a], l = `@${s.name}`, m = s.text ?? "";
589
+ i += `${r ? `
590
+ * ` : ""}${l}`, m.includes(`
591
+ `) ? (s.name === "returns" || s.name === "param" ? i += " " : i += `
592
+ * `, i += N(m)) : m.length > 0 && (i += ` ${m.replaceAll(" @", " \\@")}`);
593
+ }
594
+ return i += r ? `
595
+ ` : " ", i;
596
+ }
597
+ function N(e) {
598
+ let t = "";
599
+ for (let n = 0; n < e.length; n++) {
600
+ const o = e[n];
601
+ o === `
602
+ ` ? e[n + 1] === `
603
+ ` ? t += `
604
+ *` : t += `
605
+ * ` : o === "@" && (e[n - 1] === " " || e[n - 1] === `
606
+ ` || n === 0) ? t += "\\@" : t += o;
607
+ }
608
+ return t;
609
+ }
610
+ function Je(e, t, n = !0) {
611
+ const o = d.getLeadingCommentRanges(t.text, e.pos);
612
+ if (o === void 0)
613
+ return;
614
+ let r;
615
+ for (const i of o) {
616
+ const a = t.text.slice(i.pos, i.end);
617
+ a.startsWith("/**") && (r !== void 0 && y(
618
+ `Found multiple JSDoc comments for the same node. This is not allowed.
619
+ If one of these was meant to be a file-level comment, read the documentation: https://webgis.esri.com/webgis/core/core/documenting-api#file-documentation
620
+ If this is meant to be a function overload, read the documentation: https://webgis.esri.com/webgis/core/core/documenting-api#function-overloads`,
621
+ {
622
+ file: t,
623
+ node: e
624
+ }
625
+ ), r = a);
626
+ }
627
+ if (r !== void 0 && !(n && !r.includes("* @public")))
628
+ return Ee(r, t, n);
629
+ }
630
+ function Ee(e, t, n = !1) {
631
+ const o = e.length - 2;
632
+ let r = 3, i = "";
633
+ const a = [];
634
+ let s, l = !n, m = !1;
635
+ for (; r < o; ) {
636
+ let S = e.indexOf(`
637
+ `, r);
638
+ S === -1 && (S = o);
639
+ let c = e.slice(r, S).trim();
640
+ if (r = S + 1, c === "*" ? c = "" : c.startsWith("*") && (c[1] === " " ? c = c.slice(2) : y(
641
+ `For consistency, include a space character after '*' in JSDoc. Did not find it in "${e}"`,
642
+ {
643
+ file: t,
644
+ node: void 0
645
+ }
646
+ )), c.startsWith("@")) {
647
+ s !== void 0 && !m && a.push({
648
+ name: s.name,
649
+ text: s.text.trim().replaceAll("\\@", "@") || void 0
650
+ });
651
+ const p = c.indexOf(" "), u = p === -1 ? c.slice(1) : c.slice(1, p), C = n && u === "public";
652
+ l ||= C, m = C || u === "privateRemarks";
653
+ const E = p === -1 ? "" : c.slice(p + 1);
654
+ s = {
655
+ name: u,
656
+ text: E
657
+ };
658
+ } else s !== void 0 ? s.text = `${s.text}
659
+ ${c}` : i += `${c}
660
+ `;
661
+ }
662
+ if (l)
663
+ return s !== void 0 && !m && a.push({
664
+ name: s.name,
665
+ text: s.text.trim().replaceAll("\\@", "@") || void 0
666
+ }), {
667
+ description: i.trim().replaceAll("\\@", "@") || void 0,
668
+ docsTags: a
669
+ };
670
+ }
671
+ function Ce(e, t) {
672
+ const n = ye(t.getJsDocTags());
673
+ let o = d.displayPartsToString(t.getDocumentationComment(e));
674
+ const r = n.at(-1), i = r?.text?.indexOf(ge);
675
+ if (i !== void 0 && i !== -1) {
676
+ const a = r.text.indexOf(fe);
677
+ a !== -1 && (o += r.text.slice(a), r.text = r.text?.slice(0, a));
678
+ }
210
679
  return {
211
- kind: c.SyntaxKind.MultiLineCommentTrivia,
212
- pos: -1,
213
- end: -1,
214
- text: R(t, e),
215
- hasTrailingNewLine: !0
680
+ description: o || void 0,
681
+ docsTags: n
216
682
  };
217
683
  }
218
- function R(t = "", e = []) {
219
- const s = t === "" ? [] : t.split(`
220
- `), o = s.length + e.length > 1 || (e.at(0)?.text?.includes(`
221
- `) ?? !1);
222
- return `*${o ? s.map((i) => `
223
- * ${i}`).join("") : ` ${t}`}${s.length > 0 && e.length > 0 ? `
224
- *` : ""}${e.map((i) => {
225
- const r = `@${i.name}`, a = i.text ?? "", d = i.text?.includes(`
226
- `) ?? !1;
227
- return `${o ? `
228
- * ` : ""}${r}${d ? a.split(`
229
- `).map((f) => `
230
- * ${f}`).join("") : a.length > 0 ? ` ${a}` : ""}`;
231
- }).join("")}${o ? `
232
- ` : ""} `;
233
- }
234
- function st(t, e, s, n) {
235
- const o = e.getSymbolAtLocation(t);
236
- if (n ??= o === void 0 ? void 0 : P(e, o), n !== void 0) {
237
- for (const i of n.docsTags) {
238
- const { name: r, text: a } = i;
239
- r === "deprecated" ? s.deprecated = a || !0 : r === "default" ? s.default = a : r === "readonly" ? s.readonly = !0 : r === "private" ? s.privacy = "private" : r === "csspart" ? s.cssParts.push(p(a)) : r === "cssstate" ? s.cssStates.push(p(a)) : r === "slot" ? s.slots.push(p(a)) : (s.docsTags ??= [], s.docsTags.push(i));
240
- }
241
- s.description = n.description;
684
+ const fe = `
685
+
686
+ {@link `, ge = "Read more...}", ye = (e) => e.filter((t) => t.name !== "privateRemarks").map((t) => ({
687
+ name: t.name,
688
+ text: t.text?.map((n) => n.text).join("")
689
+ }));
690
+ function je(e, t, n) {
691
+ const o = t.getSymbolAtLocation(e), r = o === void 0 ? void 0 : Ce(t, o);
692
+ if (r !== void 0)
693
+ return ve(n, r);
694
+ }
695
+ function ve(e, t) {
696
+ for (const n of t.docsTags) {
697
+ const { name: o, text: r } = n;
698
+ o === "deprecated" ? e.deprecated = r || !0 : o === "default" ? e.default = r : o === "readonly" ? e.readonly = !0 : o === "private" ? e.privacy = "private" : o === "csspart" ? e.cssParts.push(P(r)) : o === "cssstate" ? e.cssStates.push(P(r)) : o === "slot" ? e.slots.push(P(r)) : (e.docsTags ??= [], e.docsTags.push(n));
242
699
  }
700
+ e.description = t.description;
243
701
  }
244
- function p(t) {
245
- if (t === void 0)
702
+ function P(e) {
703
+ if (e === void 0)
246
704
  return { name: "" };
247
- const e = t.indexOf(" - ");
248
- if (e === -1)
249
- return t.startsWith("- ") ? { name: "", description: t.slice(2) } : { name: t };
250
- let s, n = t.slice(0, e);
251
- if (n.startsWith("[") && n.endsWith("]")) {
252
- const i = n.slice(1, -1), r = i.indexOf("=");
253
- n = i.slice(0, r), s = i.slice(r + 1);
254
- }
255
- const o = t.slice(e + 3);
705
+ const t = e.indexOf(" - ");
706
+ if (t === -1)
707
+ return e.startsWith("- ") ? { name: "", description: e.slice(2) } : { name: e };
708
+ let n, o = e.slice(0, t);
709
+ if (o.startsWith("[") && o.endsWith("]")) {
710
+ const i = o.slice(1, -1), a = i.indexOf("=");
711
+ o = i.slice(0, a), n = i.slice(a + 1);
712
+ }
713
+ const r = e.slice(t + 3);
256
714
  return {
257
- name: n,
258
- default: s,
259
- description: o
715
+ name: o,
716
+ default: n,
717
+ description: r
260
718
  };
261
719
  }
262
- function u(t) {
263
- const e = t.name + (t.default !== void 0 ? `=${t.default}` : ""), s = e.length > 0 ? `[${e}]` : "", n = t.description ?? "", o = n.length > 0 ? ` - ${n}` : "";
264
- return `${s}${o}`;
720
+ const Te = /* @__PURE__ */ JSON.parse('{"AbortController":["AbortController"],"AbortSignal":["AbortSignal"],"AbortSignalEventMap":[],"AbstractRange":["AbstractRange"],"AbstractWorker":["error_event"],"AbstractWorkerEventMap":[],"ActiveXObject":[],"addEventListener":[],"AddEventListenerOptions":[],"AddressErrors":[],"AesCbcParams":[],"AesCtrParams":[],"AesDerivedKeyParams":[],"AesGcmParams":[],"AesKeyAlgorithm":[],"AesKeyGenParams":[],"AggregateError":[],"AggregateErrorConstructor":[],"alert":["Window/alert"],"Algorithm":[],"AlgorithmIdentifier":[],"AlignSetting":[],"AllowSharedBufferSource":[],"AlphaOption":[],"AnalyserNode":["AnalyserNode"],"AnalyserOptions":[],"ANGLE_instanced_arrays":["ANGLE_instanced_arrays"],"Animatable":["animate"],"Animation":["Animation"],"AnimationEffect":["AnimationEffect"],"AnimationEvent":["AnimationEvent"],"AnimationEventInit":[],"AnimationEventMap":[],"AnimationFrameProvider":["cancelAnimationFrame"],"AnimationPlaybackEvent":["AnimationPlaybackEvent"],"AnimationPlaybackEventInit":[],"AnimationPlayState":[],"AnimationReplaceState":[],"AnimationTimeline":["AnimationTimeline"],"AppendMode":[],"ARIAMixin":["ariaActiveDescendantElement"],"Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array"],"ArrayBuffer":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer"],"ArrayBufferConstructor":[],"ArrayBufferLike":[],"ArrayBufferTypes":[],"ArrayBufferView":[],"ArrayConstructor":[],"ArrayIterator":[],"ArrayLike":[],"AssignedNodesOptions":[],"AsyncDisposable":[],"AsyncDisposableStack":[],"AsyncDisposableStackConstructor":[],"AsyncGenerator":[],"AsyncGeneratorFunction":[],"AsyncGeneratorFunctionConstructor":[],"AsyncIterable":[],"AsyncIterableIterator":[],"AsyncIterator":[],"AsyncIteratorObject":[],"atob":["Window/atob"],"Atomics":[],"AttestationConveyancePreference":[],"Attr":["Attr"],"Audio":[],"AudioBuffer":["AudioBuffer"],"AudioBufferOptions":[],"AudioBufferSourceNode":["AudioBufferSourceNode"],"AudioBufferSourceOptions":[],"AudioConfiguration":[],"AudioContext":["AudioContext"],"AudioContextLatencyCategory":[],"AudioContextOptions":[],"AudioContextState":[],"AudioData":["AudioData"],"AudioDataCopyToOptions":[],"AudioDataInit":[],"AudioDataOutputCallback":[],"AudioDecoder":["AudioDecoder"],"AudioDecoderConfig":[],"AudioDecoderEventMap":[],"AudioDecoderInit":[],"AudioDecoderSupport":[],"AudioDestinationNode":["AudioDestinationNode"],"AudioEncoder":["AudioEncoder"],"AudioEncoderConfig":[],"AudioEncoderEventMap":[],"AudioEncoderInit":[],"AudioEncoderSupport":[],"AudioListener":["AudioListener"],"AudioNode":["AudioNode"],"AudioNodeOptions":[],"AudioParam":["setValueCurveAtTime"],"AudioParamMap":["AudioParamMap"],"AudioProcessingEvent":["AudioProcessingEvent"],"AudioProcessingEventInit":[],"AudioSampleFormat":[],"AudioScheduledSourceNode":["AudioScheduledSourceNode"],"AudioScheduledSourceNodeEventMap":[],"AudioTimestamp":[],"AudioWorklet":["AudioWorklet"],"AudioWorkletNode":["AudioWorkletNode"],"AudioWorkletNodeEventMap":[],"AudioWorkletNodeOptions":[],"AuthenticationExtensionsClientInputs":[],"AuthenticationExtensionsClientInputsJSON":[],"AuthenticationExtensionsClientOutputs":[],"AuthenticationExtensionsLargeBlobInputs":[],"AuthenticationExtensionsLargeBlobInputsJSON":[],"AuthenticationExtensionsLargeBlobOutputs":[],"AuthenticationExtensionsPRFInputs":[],"AuthenticationExtensionsPRFInputsJSON":[],"AuthenticationExtensionsPRFOutputs":[],"AuthenticationExtensionsPRFValues":[],"AuthenticationExtensionsPRFValuesJSON":[],"AuthenticatorAssertionResponse":["AuthenticatorAssertionResponse"],"AuthenticatorAttachment":[],"AuthenticatorAttestationResponse":["AuthenticatorAttestationResponse"],"AuthenticatorResponse":["AuthenticatorResponse"],"AuthenticatorSelectionCriteria":[],"AuthenticatorTransport":[],"AutoFill":[],"AutoFillAddressKind":[],"AutoFillBase":[],"AutoFillContactField":[],"AutoFillContactKind":[],"AutoFillCredentialField":[],"AutoFillField":[],"AutoFillNormalField":[],"AutoFillSection":[],"AutoKeyword":[],"AutomationRate":[],"AvcBitstreamFormat":[],"AvcEncoderConfig":[],"Awaited":["https://www.typescriptlang.org/docs/handbook/utility-types.html#awaitedtype"],"BarProp":["BarProp"],"Base64URLString":[],"BaseAudioContext":["createIIRFilter"],"BaseAudioContextEventMap":[],"BeforeUnloadEvent":["BeforeUnloadEvent"],"BigInt":[],"BigInt64Array":[],"BigInt64ArrayConstructor":[],"BigIntConstructor":[],"BigInteger":[],"BigIntToLocaleStringOptions":[],"BigUint64Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint64Array"],"BigUint64ArrayConstructor":[],"BinaryType":[],"BiquadFilterNode":["BiquadFilterNode"],"BiquadFilterOptions":[],"BiquadFilterType":[],"BitrateMode":[],"Blob":["Blob"],"BlobCallback":[],"BlobEvent":["BlobEvent"],"BlobEventInit":[],"BlobPart":[],"BlobPropertyBag":[],"blur":["Window/blur"],"Body":["body"],"BodyInit":[],"Boolean":[],"BooleanConstructor":[],"BroadcastChannel":["BroadcastChannel"],"BroadcastChannelEventMap":[],"btoa":["Window/btoa"],"BufferSource":[],"BuiltinIteratorReturn":[],"ByteLengthQueuingStrategy":["ByteLengthQueuingStrategy"],"Cache":["addAll"],"CacheQueryOptions":[],"caches":[],"CacheStorage":["CacheStorage"],"CallableFunction":[],"cancelAnimationFrame":["DedicatedWorkerGlobalScope/cancelAnimationFrame"],"cancelIdleCallback":["Window/cancelIdleCallback"],"CanPlayTypeResult":[],"CanvasCaptureMediaStreamTrack":["CanvasCaptureMediaStreamTrack"],"CanvasCompositing":["globalAlpha"],"CanvasDirection":[],"CanvasDrawImage":["drawImage"],"CanvasDrawPath":["beginPath"],"CanvasFillRule":[],"CanvasFillStrokeStyles":["fillStyle"],"CanvasFilters":["filter"],"CanvasFontKerning":[],"CanvasFontStretch":[],"CanvasFontVariantCaps":[],"CanvasGradient":["CanvasGradient"],"CanvasImageData":["createImageData"],"CanvasImageSmoothing":["imageSmoothingEnabled"],"CanvasImageSource":[],"CanvasLineCap":[],"CanvasLineJoin":[],"CanvasPath":["roundRect"],"CanvasPathDrawingStyles":["setLineDash"],"CanvasPattern":["CanvasPattern"],"CanvasRect":["clearRect"],"CanvasRenderingContext2D":["CanvasRenderingContext2D"],"CanvasRenderingContext2DSettings":[],"CanvasSettings":["getContextAttributes"],"CanvasShadowStyles":["shadowBlur"],"CanvasState":["isContextLost"],"CanvasText":["fillText"],"CanvasTextAlign":[],"CanvasTextBaseline":[],"CanvasTextDrawingStyles":["direction"],"CanvasTextRendering":[],"CanvasTransform":["getTransform"],"CanvasUserInterface":["drawFocusIfNeeded"],"Capitalize":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"captureEvents":["Window/captureEvents"],"CaretPosition":["CaretPosition"],"CaretPositionFromPointOptions":[],"CDATASection":["CDATASection"],"ChannelCountMode":[],"ChannelInterpretation":[],"ChannelMergerNode":["ChannelMergerNode"],"ChannelMergerOptions":[],"ChannelSplitterNode":["ChannelSplitterNode"],"ChannelSplitterOptions":[],"CharacterData":["CharacterData"],"CheckVisibilityOptions":[],"ChildNode":["after"],"ClassAccessorDecoratorContext":[],"ClassAccessorDecoratorResult":[],"ClassAccessorDecoratorTarget":[],"ClassDecorator":[],"ClassDecoratorContext":[],"ClassFieldDecoratorContext":[],"ClassGetterDecoratorContext":[],"ClassMemberDecoratorContext":[],"ClassMethodDecoratorContext":[],"ClassSetterDecoratorContext":[],"clearInterval":["Window/clearInterval"],"clearTimeout":["Window/clearTimeout"],"Client":["Client"],"clientInformation":[],"ClientQueryOptions":[],"ClientRect":[],"Clients":["Clients"],"ClientTypes":[],"Clipboard":["Clipboard"],"ClipboardEvent":["ClipboardEvent"],"ClipboardEventInit":[],"ClipboardItem":["ClipboardItem"],"ClipboardItemData":[],"ClipboardItemOptions":[],"ClipboardItems":[],"close":["DedicatedWorkerGlobalScope/close"],"closed":[],"CloseEvent":["CloseEvent"],"CloseEventInit":[],"CodecState":[],"ColorGamut":[],"ColorSpaceConversion":[],"Comment":["Comment"],"CompositeOperation":[],"CompositeOperationOrAuto":[],"CompositionEvent":["CompositionEvent"],"CompositionEventInit":[],"CompressionFormat":[],"CompressionStream":["CompressionStream"],"ComputedEffectTiming":[],"ComputedKeyframe":[],"ConcatArray":[],"confirm":["Window/confirm"],"console":[],"Console":["console"],"ConstantSourceNode":["ConstantSourceNode"],"ConstantSourceOptions":[],"ConstrainBoolean":[],"ConstrainBooleanParameters":[],"ConstrainDOMString":[],"ConstrainDOMStringParameters":[],"ConstrainDouble":[],"ConstrainDoubleRange":[],"ConstrainULong":[],"ConstrainULongRange":[],"ConstructorParameters":["https://www.typescriptlang.org/docs/handbook/utility-types.html#constructorparameterstype"],"ContentVisibilityAutoStateChangeEvent":["ContentVisibilityAutoStateChangeEvent"],"ContentVisibilityAutoStateChangeEventInit":[],"ConvolverNode":["ConvolverNode"],"ConvolverOptions":[],"CookieChangeEvent":["CookieChangeEvent"],"CookieChangeEventInit":[],"CookieInit":[],"CookieList":[],"CookieListItem":[],"CookieSameSite":[],"cookieStore":[],"CookieStore":["CookieStore"],"CookieStoreDeleteOptions":[],"CookieStoreEventMap":[],"CookieStoreGetOptions":[],"CookieStoreManager":["subscribe"],"COSEAlgorithmIdentifier":[],"CountQueuingStrategy":["CountQueuingStrategy"],"createImageBitmap":["Window/createImageBitmap"],"Credential":["Credential"],"CredentialCreationOptions":[],"CredentialMediationRequirement":[],"CredentialPropertiesOutput":[],"CredentialRequestOptions":[],"CredentialsContainer":["CredentialsContainer"],"crossOriginIsolated":[],"crypto":[],"Crypto":["Crypto"],"CryptoKey":["CryptoKey"],"CryptoKeyPair":[],"CSPViolationReportBody":["CSPViolationReportBody"],"CSS":[null,{"cap":[],"ch":["CSS/factory_functions_static"],"cm":["CSS/factory_functions_static"],"cqb":["CSS/factory_functions_static"],"cqh":["CSS/factory_functions_static"],"cqi":["CSS/factory_functions_static"],"cqmax":["CSS/factory_functions_static"],"cqmin":["CSS/factory_functions_static"],"cqw":["CSS/factory_functions_static"],"deg":["CSS/factory_functions_static"],"dpcm":["CSS/factory_functions_static"],"dpi":["CSS/factory_functions_static"],"dppx":["CSS/factory_functions_static"],"dvb":["CSS/factory_functions_static"],"dvh":["CSS/factory_functions_static"],"dvi":["CSS/factory_functions_static"],"dvmax":["CSS/factory_functions_static"],"dvmin":["CSS/factory_functions_static"],"dvw":["CSS/factory_functions_static"],"em":["CSS/factory_functions_static"],"escape":["CSS/escape_static"],"ex":["CSS/factory_functions_static"],"fr":["CSS/factory_functions_static"],"grad":["CSS/factory_functions_static"],"highlights":[],"Hz":["CSS/factory_functions_static"],"ic":[],"kHz":["CSS/factory_functions_static"],"lh":[],"lvb":["CSS/factory_functions_static"],"lvh":["CSS/factory_functions_static"],"lvi":["CSS/factory_functions_static"],"lvmax":["CSS/factory_functions_static"],"lvmin":["CSS/factory_functions_static"],"lvw":["CSS/factory_functions_static"],"mm":["CSS/factory_functions_static"],"ms":["CSS/factory_functions_static"],"number":["CSS/factory_functions_static"],"pc":["CSS/factory_functions_static"],"percent":["CSS/factory_functions_static"],"pt":["CSS/factory_functions_static"],"px":["CSS/factory_functions_static"],"Q":["CSS/factory_functions_static"],"rad":["CSS/factory_functions_static"],"rcap":[],"rch":[],"registerProperty":["CSS/registerProperty_static"],"rem":["CSS/factory_functions_static"],"rex":[],"ric":[],"rlh":[],"s":["CSS/factory_functions_static"],"supports":["CSS/supports_static"],"svb":["CSS/factory_functions_static"],"svh":["CSS/factory_functions_static"],"svi":["CSS/factory_functions_static"],"svmax":["CSS/factory_functions_static"],"svmin":["CSS/factory_functions_static"],"svw":["CSS/factory_functions_static"],"turn":["CSS/factory_functions_static"],"vb":["CSS/factory_functions_static"],"vh":["CSS/factory_functions_static"],"vi":["CSS/factory_functions_static"],"vmax":["CSS/factory_functions_static"],"vmin":["CSS/factory_functions_static"],"vw":["CSS/factory_functions_static"]}],"CSSAnimation":["CSSAnimation"],"CSSConditionRule":["CSSConditionRule"],"CSSContainerRule":["CSSContainerRule"],"CSSCounterStyleRule":["CSSCounterStyleRule"],"CSSFontFaceRule":["CSSFontFaceRule"],"CSSFontFeatureValuesRule":["CSSFontFeatureValuesRule"],"CSSFontPaletteValuesRule":["CSSFontPaletteValuesRule"],"CSSGroupingRule":["CSSGroupingRule"],"CSSImageValue":["CSSImageValue"],"CSSImportRule":["CSSImportRule"],"CSSKeyframeRule":["CSSKeyframeRule"],"CSSKeyframesRule":["CSSKeyframesRule"],"CSSKeywordish":[],"CSSKeywordValue":["CSSKeywordValue"],"CSSLayerBlockRule":["CSSLayerBlockRule"],"CSSLayerStatementRule":["CSSLayerStatementRule"],"CSSMathClamp":[],"CSSMathInvert":["CSSMathInvert"],"CSSMathMax":["CSSMathMax"],"CSSMathMin":["CSSMathMin"],"CSSMathNegate":["CSSMathNegate"],"CSSMathOperator":[],"CSSMathProduct":["CSSMathProduct"],"CSSMathSum":["CSSMathSum"],"CSSMathValue":["CSSMathValue"],"CSSMatrixComponent":["CSSMatrixComponent"],"CSSMatrixComponentOptions":[],"CSSMediaRule":["CSSMediaRule"],"CSSNamespaceRule":["CSSNamespaceRule"],"CSSNestedDeclarations":["CSSNestedDeclarations"],"CSSNumberish":[],"CSSNumericArray":["CSSNumericArray"],"CSSNumericBaseType":[],"CSSNumericType":[],"CSSNumericValue":["CSSNumericValue"],"CSSPageRule":["CSSPageRule"],"CSSPerspective":["CSSPerspective"],"CSSPerspectiveValue":[],"CSSPropertyRule":["CSSPropertyRule"],"CSSRotate":["CSSRotate"],"CSSRule":["CSSRule"],"CSSRuleList":["CSSRuleList"],"CSSScale":["CSSScale"],"CSSScopeRule":["CSSScopeRule"],"CSSSkew":["CSSSkew"],"CSSSkewX":["CSSSkewX"],"CSSSkewY":["CSSSkewY"],"CSSStartingStyleRule":["CSSStartingStyleRule"],"CSSStyleDeclaration":["CSSStyleDeclaration"],"CSSStyleRule":["CSSStyleRule"],"CSSStyleSheet":["CSSStyleSheet"],"CSSStyleSheetInit":[],"CSSStyleValue":["CSSStyleValue"],"CSSSupportsRule":["CSSSupportsRule"],"CSSTransformComponent":["CSSTransformComponent"],"CSSTransformValue":["CSSTransformValue"],"CSSTransition":["CSSTransition"],"CSSTranslate":["CSSTranslate"],"CSSUnitValue":["CSSUnitValue"],"CSSUnparsedSegment":[],"CSSUnparsedValue":["CSSUnparsedValue"],"CSSVariableReferenceValue":["CSSVariableReferenceValue"],"CSSViewTransitionRule":[],"CustomElementConstructor":[],"CustomElementRegistry":["CustomElementRegistry"],"customElements":[],"CustomEvent":["CustomEvent"],"CustomEventInit":[],"CustomStateSet":["CustomStateSet"],"DataTransfer":["DataTransfer"],"DataTransferItem":["DataTransferItem"],"DataTransferItemList":["DataTransferItemList"],"DataView":[],"DataViewConstructor":[],"Date":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date"],"DateConstructor":[],"DecodeErrorCallback":[],"DecodeSuccessCallback":[],"decodeURI":[],"decodeURIComponent":[],"DecompressionStream":["DecompressionStream"],"DecoratorContext":[],"DecoratorMetadata":[],"DecoratorMetadataObject":[],"DedicatedWorkerGlobalScope":["DedicatedWorkerGlobalScope"],"DedicatedWorkerGlobalScopeEventMap":[],"DelayNode":["DelayNode"],"DelayOptions":[],"DeviceMotionEvent":["DeviceMotionEvent"],"DeviceMotionEventAcceleration":["DeviceMotionEventAcceleration"],"DeviceMotionEventAccelerationInit":[],"DeviceMotionEventInit":[],"DeviceMotionEventRotationRate":["DeviceMotionEventRotationRate"],"DeviceMotionEventRotationRateInit":[],"DeviceOrientationEvent":["DeviceOrientationEvent"],"DeviceOrientationEventInit":[],"devicePixelRatio":[],"DirectionSetting":[],"dispatchEvent":["EventTarget/dispatchEvent"],"DisplayCaptureSurfaceType":[],"DisplayMediaStreamOptions":[],"Disposable":[],"DisposableStack":[],"DisposableStackConstructor":[],"DistanceModelType":[],"document":[],"Document":["Document"],"DocumentEventMap":[],"DocumentFragment":["DocumentFragment"],"DocumentOrShadowRoot":["activeElement"],"DocumentReadyState":[],"DocumentTimeline":["DocumentTimeline"],"DocumentTimelineOptions":[],"DocumentType":["DocumentType"],"DocumentVisibilityState":[],"DOMException":["DOMException"],"DOMHighResTimeStamp":[],"DOMImplementation":["DOMImplementation"],"DOMMatrix":["DOMMatrix"],"DOMMatrix2DInit":[],"DOMMatrixInit":[],"DOMMatrixReadOnly":["DOMMatrixReadOnly"],"DOMParser":["DOMParser"],"DOMParserSupportedType":[],"DOMPoint":["DOMPoint"],"DOMPointInit":[],"DOMPointReadOnly":["DOMPointReadOnly"],"DOMQuad":["DOMQuad"],"DOMQuadInit":[],"DOMRect":["DOMRect"],"DOMRectInit":[],"DOMRectList":["DOMRectList"],"DOMRectReadOnly":["DOMRectReadOnly"],"DOMStringList":["DOMStringList"],"DOMStringMap":["DOMStringMap"],"DOMTokenList":["DOMTokenList"],"DoubleRange":[],"DragEvent":["DragEvent"],"DragEventInit":[],"DynamicsCompressorNode":["DynamicsCompressorNode"],"DynamicsCompressorOptions":[],"EcdhKeyDeriveParams":[],"EcdsaParams":[],"EcKeyAlgorithm":[],"EcKeyGenParams":[],"EcKeyImportParams":[],"EffectTiming":[],"Element":["Element"],"ElementContentEditable":["contentEditable"],"ElementCreationOptions":[],"ElementCSSInlineStyle":["attributeStyleMap"],"ElementDefinitionOptions":[],"ElementEventMap":[],"ElementInternals":["ElementInternals"],"ElementTagNameMap":[],"EncodedAudioChunk":["EncodedAudioChunk"],"EncodedAudioChunkInit":[],"EncodedAudioChunkMetadata":[],"EncodedAudioChunkOutputCallback":[],"EncodedAudioChunkType":[],"EncodedVideoChunk":["EncodedVideoChunk"],"EncodedVideoChunkInit":[],"EncodedVideoChunkMetadata":[],"EncodedVideoChunkOutputCallback":[],"EncodedVideoChunkType":[],"encodeURI":[],"encodeURIComponent":[],"EndingType":[],"EndOfStreamError":[],"Enumerator":[],"EnumeratorConstructor":[],"EpochTimeStamp":[],"Error":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error"],"ErrorCallback":[],"ErrorConstructor":[],"ErrorEvent":["ErrorEvent"],"ErrorEventInit":[],"ErrorOptions":[],"escape":[],"eval":[],"EvalError":[],"EvalErrorConstructor":[],"event":[],"Event":["Event"],"EventCounts":["EventCounts"],"EventInit":[],"EventListener":[],"EventListenerObject":[],"EventListenerOptions":[],"EventListenerOrEventListenerObject":[],"EventModifierInit":[],"EventSource":["EventSource"],"EventSourceEventMap":[],"EventSourceInit":[],"EventTarget":["EventTarget"],"Exclude":["https://www.typescriptlang.org/docs/handbook/utility-types.html#excludeuniontype-excludedmembers"],"EXT_blend_minmax":["EXT_blend_minmax"],"EXT_color_buffer_float":["EXT_color_buffer_float"],"EXT_color_buffer_half_float":["EXT_color_buffer_half_float"],"EXT_float_blend":["EXT_float_blend"],"EXT_frag_depth":["EXT_frag_depth"],"EXT_shader_texture_lod":["EXT_shader_texture_lod"],"EXT_sRGB":["EXT_sRGB"],"EXT_texture_compression_bptc":["EXT_texture_compression_bptc"],"EXT_texture_compression_rgtc":["EXT_texture_compression_rgtc"],"EXT_texture_filter_anisotropic":["EXT_texture_filter_anisotropic"],"EXT_texture_norm16":["EXT_texture_norm16"],"ExtendableCookieChangeEvent":["ExtendableCookieChangeEvent"],"ExtendableCookieChangeEventInit":[],"ExtendableEvent":["ExtendableEvent"],"ExtendableEventInit":[],"ExtendableMessageEvent":["ExtendableMessageEvent"],"ExtendableMessageEventInit":[],"external":[],"External":[],"Extract":["https://www.typescriptlang.org/docs/handbook/utility-types.html#extracttype-union"],"fetch":["Window/fetch"],"FetchEvent":["FetchEvent"],"FetchEventInit":[],"File":["File"],"FileCallback":[],"FileList":["FileList"],"FilePropertyBag":[],"FileReader":["FileReader"],"FileReaderEventMap":[],"FileReaderSync":["FileReaderSync"],"FileSystem":["FileSystem"],"FileSystemCreateWritableOptions":[],"FileSystemDirectoryEntry":["FileSystemDirectoryEntry"],"FileSystemDirectoryHandle":["FileSystemDirectoryHandle"],"FileSystemDirectoryHandleAsyncIterator":[],"FileSystemDirectoryReader":["FileSystemDirectoryReader"],"FileSystemEntriesCallback":[],"FileSystemEntry":["FileSystemEntry"],"FileSystemEntryCallback":[],"FileSystemFileEntry":["FileSystemFileEntry"],"FileSystemFileHandle":["FileSystemFileHandle"],"FileSystemFlags":[],"FileSystemGetDirectoryOptions":[],"FileSystemGetFileOptions":[],"FileSystemHandle":["FileSystemHandle"],"FileSystemHandleKind":[],"FileSystemReadWriteOptions":[],"FileSystemRemoveOptions":[],"FileSystemSyncAccessHandle":["FileSystemSyncAccessHandle"],"FileSystemWritableFileStream":["FileSystemWritableFileStream"],"FileSystemWriteChunkType":[],"FillLightMode":[],"FillMode":[],"FinalizationRegistry":[],"FinalizationRegistryConstructor":[],"FlatArray":[],"Float16Array":[],"Float16ArrayConstructor":[],"Float32Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Float32Array"],"Float32ArrayConstructor":[],"Float32List":[],"Float64Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Float64Array"],"Float64ArrayConstructor":[],"focus":["Window/focus"],"FocusEvent":["FocusEvent"],"FocusEventInit":[],"FocusOptions":[],"FontDisplay":[],"FontFace":["FontFace"],"FontFaceDescriptors":[],"FontFaceLoadStatus":[],"FontFaceSet":["FontFaceSet"],"FontFaceSetEventMap":[],"FontFaceSetLoadEvent":["FontFaceSetLoadEvent"],"FontFaceSetLoadEventInit":[],"FontFaceSetLoadStatus":[],"FontFaceSource":["fonts"],"fonts":[],"FormData":["FormData"],"FormDataEntryValue":[],"FormDataEvent":["FormDataEvent"],"FormDataEventInit":[],"FormDataIterator":[],"FragmentDirective":["FragmentDirective"],"frameElement":[],"FrameRequestCallback":[],"frames":[],"FrameType":[],"FullscreenNavigationUI":[],"FullscreenOptions":[],"Function":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function"],"FunctionConstructor":[],"FunctionStringCallback":[],"GainNode":["GainNode"],"GainOptions":[],"Gamepad":["Gamepad"],"GamepadButton":["GamepadButton"],"GamepadEffectParameters":[],"GamepadEvent":["GamepadEvent"],"GamepadEventInit":[],"GamepadHapticActuator":["GamepadHapticActuator"],"GamepadHapticEffectType":[],"GamepadHapticsResult":[],"GamepadMappingType":[],"Generator":[],"GeneratorFunction":[],"GeneratorFunctionConstructor":[],"GenericTransformStream":["readable"],"Geolocation":["Geolocation"],"GeolocationCoordinates":["GeolocationCoordinates"],"GeolocationPosition":["GeolocationPosition"],"GeolocationPositionError":["GeolocationPositionError"],"GetAnimationsOptions":[],"GetComposedRangesOptions":[],"getComputedStyle":["Window/getComputedStyle"],"GetHTMLOptions":[],"GetNotificationOptions":[],"GetRootNodeOptions":[],"getSelection":["Window/getSelection"],"GLbitfield":[],"GLboolean":[],"GLclampf":[],"GLenum":[],"GLfloat":[],"GLint":[],"GLint64":[],"GLintptr":[],"global":[],"GlobalCompositeOperation":[],"GlobalEventHandlers":["abort_event"],"GlobalEventHandlersEventMap":[],"GLsizei":[],"GLsizeiptr":[],"GLuint":[],"GLuint64":[],"GPUError":["GPUError"],"HardwareAcceleration":[],"HashAlgorithmIdentifier":[],"HashChangeEvent":["HashChangeEvent"],"HashChangeEventInit":[],"HdrMetadataType":[],"Headers":["Headers"],"HeadersInit":[],"HeadersIterator":[],"Highlight":["Highlight"],"HighlightRegistry":["HighlightRegistry"],"HighlightType":[],"history":[],"History":["History"],"HkdfParams":[],"HmacImportParams":[],"HmacKeyAlgorithm":[],"HmacKeyGenParams":[],"HTMLAllCollection":["HTMLAllCollection"],"HTMLAnchorElement":["HTMLAnchorElement"],"HTMLAreaElement":["HTMLAreaElement"],"HTMLAudioElement":["HTMLAudioElement"],"HTMLBaseElement":["HTMLBaseElement"],"HTMLBodyElement":["HTMLBodyElement"],"HTMLBodyElementEventMap":[],"HTMLBRElement":["HTMLBRElement"],"HTMLButtonElement":["HTMLButtonElement"],"HTMLCanvasElement":["HTMLCanvasElement"],"HTMLCollection":["namedItem"],"HTMLCollectionBase":["HTMLCollection"],"HTMLCollectionOf":[],"HTMLDataElement":["HTMLDataElement"],"HTMLDataListElement":["HTMLDataListElement"],"HTMLDetailsElement":["HTMLDetailsElement"],"HTMLDialogElement":["HTMLDialogElement"],"HTMLDirectoryElement":[],"HTMLDivElement":["HTMLDivElement"],"HTMLDListElement":["HTMLDListElement"],"HTMLDocument":[],"HTMLElement":["HTMLElement"],"HTMLElementDeprecatedTagNameMap":[],"HTMLElementEventMap":[],"HTMLElementTagNameMap":[],"HTMLEmbedElement":["HTMLEmbedElement"],"HTMLFieldSetElement":["HTMLFieldSetElement"],"HTMLFontElement":["HTMLFontElement"],"HTMLFormControlsCollection":["HTMLFormControlsCollection"],"HTMLFormElement":["HTMLFormElement"],"HTMLFrameElement":[],"HTMLFrameSetElement":["HTMLFrameSetElement"],"HTMLFrameSetElementEventMap":[],"HTMLHeadElement":["HTMLHeadElement"],"HTMLHeadingElement":["HTMLHeadingElement"],"HTMLHRElement":["HTMLHRElement"],"HTMLHtmlElement":["HTMLHtmlElement"],"HTMLHyperlinkElementUtils":["hash"],"HTMLIFrameElement":["HTMLIFrameElement"],"HTMLImageElement":["HTMLImageElement"],"HTMLInputElement":["HTMLInputElement"],"HTMLLabelElement":["HTMLLabelElement"],"HTMLLegendElement":["HTMLLegendElement"],"HTMLLIElement":["HTMLLIElement"],"HTMLLinkElement":["HTMLLinkElement"],"HTMLMapElement":["HTMLMapElement"],"HTMLMarqueeElement":["HTMLMarqueeElement"],"HTMLMediaElement":["HTMLMediaElement"],"HTMLMediaElementEventMap":[],"HTMLMenuElement":["HTMLMenuElement"],"HTMLMetaElement":["HTMLMetaElement"],"HTMLMeterElement":["HTMLMeterElement"],"HTMLModElement":["HTMLModElement"],"HTMLObjectElement":["HTMLObjectElement"],"HTMLOListElement":["HTMLOListElement"],"HTMLOptGroupElement":["HTMLOptGroupElement"],"HTMLOptionElement":["HTMLOptionElement"],"HTMLOptionsCollection":["HTMLOptionsCollection"],"HTMLOrSVGElement":["autofocus"],"HTMLOrSVGImageElement":[],"HTMLOrSVGScriptElement":[],"HTMLOutputElement":["HTMLOutputElement"],"HTMLParagraphElement":["HTMLParagraphElement"],"HTMLParamElement":["HTMLParamElement"],"HTMLPictureElement":["HTMLPictureElement"],"HTMLPreElement":["HTMLPreElement"],"HTMLProgressElement":["HTMLProgressElement"],"HTMLQuoteElement":["HTMLQuoteElement"],"HTMLScriptElement":["HTMLScriptElement"],"HTMLSelectElement":["HTMLSelectElement"],"HTMLSlotElement":["HTMLSlotElement"],"HTMLSourceElement":["HTMLSourceElement"],"HTMLSpanElement":["HTMLSpanElement"],"HTMLStyleElement":["HTMLStyleElement"],"HTMLTableCaptionElement":["HTMLTableCaptionElement"],"HTMLTableCellElement":["HTMLTableCellElement"],"HTMLTableColElement":["HTMLTableColElement"],"HTMLTableDataCellElement":[],"HTMLTableElement":["HTMLTableElement"],"HTMLTableHeaderCellElement":[],"HTMLTableRowElement":["HTMLTableRowElement"],"HTMLTableSectionElement":["HTMLTableSectionElement"],"HTMLTemplateElement":["HTMLTemplateElement"],"HTMLTextAreaElement":["HTMLTextAreaElement"],"HTMLTimeElement":["HTMLTimeElement"],"HTMLTitleElement":["HTMLTitleElement"],"HTMLTrackElement":["HTMLTrackElement"],"HTMLUListElement":["HTMLUListElement"],"HTMLUnknownElement":["HTMLUnknownElement"],"HTMLVideoElement":["HTMLVideoElement"],"HTMLVideoElementEventMap":[],"IArguments":[],"IDBCursor":["IDBCursor"],"IDBCursorDirection":[],"IDBCursorWithValue":["IDBCursorWithValue"],"IDBDatabase":["transaction"],"IDBDatabaseEventMap":[],"IDBDatabaseInfo":[],"IDBFactory":["IDBFactory"],"IDBIndex":["IDBIndex"],"IDBIndexParameters":[],"IDBKeyRange":["IDBKeyRange"],"IDBObjectStore":["createIndex"],"IDBObjectStoreParameters":[],"IDBOpenDBRequest":["IDBOpenDBRequest"],"IDBOpenDBRequestEventMap":[],"IDBRequest":["IDBRequest"],"IDBRequestEventMap":[],"IDBRequestReadyState":[],"IDBTransaction":["IDBTransaction"],"IDBTransactionDurability":[],"IDBTransactionEventMap":[],"IDBTransactionMode":[],"IDBTransactionOptions":[],"IDBValidKey":[],"IDBVersionChangeEvent":["IDBVersionChangeEvent"],"IDBVersionChangeEventInit":[],"IdleDeadline":["IdleDeadline"],"IdleRequestCallback":[],"IdleRequestOptions":[],"IIRFilterNode":["IIRFilterNode"],"IIRFilterOptions":[],"Image":[],"ImageBitmap":["ImageBitmap"],"ImageBitmapOptions":[],"ImageBitmapRenderingContext":["ImageBitmapRenderingContext"],"ImageBitmapRenderingContextSettings":[],"ImageBitmapSource":[],"ImageBufferSource":[],"ImageCapture":["ImageCapture"],"ImageData":["ImageData"],"ImageDataArray":[],"ImageDataSettings":[],"ImageDecodeOptions":[],"ImageDecoder":["ImageDecoder"],"ImageDecodeResult":[],"ImageDecoderInit":[],"ImageEncodeOptions":[],"ImageOrientation":[],"ImageSmoothingQuality":[],"ImageTrack":["ImageTrack"],"ImageTrackList":["ImageTrackList"],"ImportAssertions":[],"ImportAttributes":[],"ImportCallOptions":[],"ImportMeta":[],"ImportNodeOptions":[],"importScripts":["WorkerGlobalScope/importScripts"],"indexedDB":[],"Infinity":[],"innerHeight":[],"innerWidth":[],"InputDeviceInfo":["InputDeviceInfo"],"InputEvent":["InputEvent"],"InputEventInit":[],"InsertPosition":[],"InstanceType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#instancetypetype"],"Int16Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Int16Array"],"Int16ArrayConstructor":[],"Int32Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Int32Array"],"Int32ArrayConstructor":[],"Int32List":[],"Int8Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Int8Array"],"Int8ArrayConstructor":[],"IntersectionObserver":["IntersectionObserver"],"IntersectionObserverCallback":[],"IntersectionObserverEntry":["IntersectionObserverEntry"],"IntersectionObserverInit":[],"Intl":[null,{"Collator":[],"CollatorConstructor":[],"CollatorOptions":[],"DateTimeFormat":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat"],"DateTimeFormatConstructor":[],"DateTimeFormatOptions":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat"],"DateTimeFormatPart":[],"DateTimeFormatPartTypes":[],"DateTimeFormatPartTypesRegistry":[],"DateTimeRangeFormatPart":[],"DisplayNames":[],"DisplayNamesFallback":[],"DisplayNamesLanguageDisplay":[],"DisplayNamesOptions":[],"DisplayNamesType":[],"getCanonicalLocales":[],"LDMLPluralRule":[],"ListFormat":[],"ListFormatLocaleMatcher":[],"ListFormatOptions":[],"ListFormatStyle":[],"ListFormatType":[],"Locale":[],"LocaleCollationCaseFirst":[],"LocaleHourCycleKey":[],"LocaleOptions":[],"LocalesArgument":[],"NumberFormat":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat"],"NumberFormatConstructor":[],"NumberFormatOptions":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat"],"NumberFormatOptionsCurrencyDisplay":[],"NumberFormatOptionsCurrencyDisplayRegistry":[],"NumberFormatOptionsSignDisplay":[],"NumberFormatOptionsSignDisplayRegistry":[],"NumberFormatOptionsStyle":[],"NumberFormatOptionsStyleRegistry":[],"NumberFormatOptionsUseGrouping":[],"NumberFormatOptionsUseGroupingRegistry":[],"NumberFormatPart":[],"NumberFormatPartTypeRegistry":[],"NumberFormatPartTypes":[],"NumberRangeFormatPart":[],"PluralRules":[],"PluralRulesConstructor":[],"PluralRulesOptions":[],"PluralRuleType":[],"RelativeTimeFormat":[],"RelativeTimeFormatLocaleMatcher":[],"RelativeTimeFormatNumeric":[],"RelativeTimeFormatOptions":[],"RelativeTimeFormatPart":[],"RelativeTimeFormatStyle":[],"RelativeTimeFormatUnit":[],"RelativeTimeFormatUnitSingular":[],"ResolvedCollatorOptions":[],"ResolvedDateTimeFormatOptions":[],"ResolvedDisplayNamesOptions":[],"ResolvedListFormatOptions":[],"ResolvedNumberFormatOptions":[],"ResolvedNumberFormatOptionsUseGrouping":[],"ResolvedPluralRulesOptions":[],"ResolvedRelativeTimeFormatOptions":[],"ResolvedSegmenterOptions":[],"SegmentData":[],"Segmenter":[],"SegmenterOptions":[],"SegmentIterator":[],"Segments":[],"StringNumericLiteral":[],"supportedValuesOf":[],"UnicodeBCP47LocaleIdentifier":[]}],"isFinite":[],"isNaN":[],"isSecureContext":[],"Iterable":[],"IterableIterator":[],"IterationCompositeOperation":[],"Iterator":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator"],"IteratorConstructor":[],"IteratorObject":[],"IteratorObjectConstructor":[],"IteratorResult":[],"IteratorReturnResult":[],"IteratorYieldResult":[],"ITextWriter":[],"JSON":[],"JsonWebKey":[],"KeyAlgorithm":[],"KeyboardEvent":["KeyboardEvent"],"KeyboardEventInit":[],"KeyFormat":[],"Keyframe":[],"KeyframeAnimationOptions":[],"KeyframeEffect":["KeyframeEffect"],"KeyframeEffectOptions":[],"KeySystemTrackConfiguration":[],"KeyType":[],"KeyUsage":[],"KHR_parallel_shader_compile":["KHR_parallel_shader_compile"],"LargestContentfulPaint":["LargestContentfulPaint"],"LatencyMode":[],"length":[],"LineAlignSetting":[],"LineAndPositionSetting":[],"LinkStyle":["sheet"],"localStorage":[],"location":[],"Location":["Location"],"locationbar":[],"Lock":["Lock"],"LockGrantedCallback":[],"LockInfo":[],"LockManager":["LockManager"],"LockManagerSnapshot":[],"LockMode":[],"LockOptions":[],"LoginStatus":[],"Lowercase":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"Map":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map"],"MapConstructor":[],"MapIterator":[],"matchMedia":["Window/matchMedia"],"Math":[],"MathMLElement":["MathMLElement"],"MathMLElementEventMap":[],"MathMLElementTagNameMap":[],"MediaCapabilities":["MediaCapabilities"],"MediaCapabilitiesDecodingInfo":[],"MediaCapabilitiesEncodingInfo":[],"MediaCapabilitiesInfo":[],"MediaCapabilitiesKeySystemConfiguration":[],"MediaConfiguration":[],"MediaDecodingConfiguration":[],"MediaDecodingType":[],"MediaDeviceInfo":["MediaDeviceInfo"],"MediaDeviceKind":[],"MediaDevices":["MediaDevices"],"MediaDevicesEventMap":[],"MediaElementAudioSourceNode":["MediaElementAudioSourceNode"],"MediaElementAudioSourceOptions":[],"MediaEncodingConfiguration":[],"MediaEncodingType":[],"MediaEncryptedEvent":["MediaEncryptedEvent"],"MediaEncryptedEventInit":[],"MediaError":["MediaError"],"MediaImage":[],"MediaKeyMessageEvent":["MediaKeyMessageEvent"],"MediaKeyMessageEventInit":[],"MediaKeyMessageType":[],"MediaKeys":["MediaKeys"],"MediaKeySession":["MediaKeySession"],"MediaKeySessionClosedReason":[],"MediaKeySessionEventMap":[],"MediaKeySessionType":[],"MediaKeysPolicy":[],"MediaKeysRequirement":[],"MediaKeyStatus":[],"MediaKeyStatusMap":["MediaKeyStatusMap"],"MediaKeyStatusMapIterator":[],"MediaKeySystemAccess":["MediaKeySystemAccess"],"MediaKeySystemConfiguration":[],"MediaKeySystemMediaCapability":[],"MediaList":["MediaList"],"MediaMetadata":["MediaMetadata"],"MediaMetadataInit":[],"MediaPositionState":[],"MediaProvider":[],"MediaQueryList":["MediaQueryList"],"MediaQueryListEvent":["MediaQueryListEvent"],"MediaQueryListEventInit":[],"MediaQueryListEventMap":[],"MediaRecorder":["MediaRecorder"],"MediaRecorderEventMap":[],"MediaRecorderOptions":[],"MediaSession":["MediaSession"],"MediaSessionAction":[],"MediaSessionActionDetails":[],"MediaSessionActionHandler":[],"MediaSessionPlaybackState":[],"MediaSettingsRange":[],"MediaSource":["MediaSource"],"MediaSourceEventMap":[],"MediaSourceHandle":["MediaSourceHandle"],"MediaStream":["MediaStream"],"MediaStreamAudioDestinationNode":["MediaStreamAudioDestinationNode"],"MediaStreamAudioSourceNode":["MediaStreamAudioSourceNode"],"MediaStreamAudioSourceOptions":[],"MediaStreamConstraints":[],"MediaStreamEventMap":[],"MediaStreamTrack":["MediaStreamTrack"],"MediaStreamTrackEvent":["MediaStreamTrackEvent"],"MediaStreamTrackEventInit":[],"MediaStreamTrackEventMap":[],"MediaStreamTrackProcessor":["MediaStreamTrackProcessor"],"MediaStreamTrackProcessorInit":[],"MediaStreamTrackState":[],"MediaTrackCapabilities":[],"MediaTrackConstraints":[],"MediaTrackConstraintSet":[],"MediaTrackSettings":[],"MediaTrackSupportedConstraints":[],"menubar":[],"MessageChannel":["MessageChannel"],"MessageEvent":["MessageEvent"],"MessageEventInit":[],"MessageEventSource":[],"MessageEventTarget":["message_event"],"MessageEventTargetEventMap":[],"MessagePort":["MessagePort"],"MessagePortEventMap":[],"MethodDecorator":[],"MIDIAccess":["MIDIAccess"],"MIDIAccessEventMap":[],"MIDIConnectionEvent":["MIDIConnectionEvent"],"MIDIConnectionEventInit":[],"MIDIInput":["MIDIInput"],"MIDIInputEventMap":[],"MIDIInputMap":["MIDIInputMap"],"MIDIMessageEvent":["MIDIMessageEvent"],"MIDIMessageEventInit":[],"MIDIOptions":[],"MIDIOutput":["send"],"MIDIOutputMap":["MIDIOutputMap"],"MIDIPort":["MIDIPort"],"MIDIPortConnectionState":[],"MIDIPortDeviceState":[],"MIDIPortEventMap":[],"MIDIPortType":[],"MimeType":["MimeType"],"MimeTypeArray":["MimeTypeArray"],"MouseEvent":["MouseEvent"],"MouseEventInit":[],"moveBy":["Window/moveBy"],"moveTo":["Window/moveTo"],"MultiCacheQueryOptions":[],"MutationCallback":[],"MutationObserver":["MutationObserver"],"MutationObserverInit":[],"MutationRecord":["MutationRecord"],"MutationRecordType":[],"name":[],"NamedCurve":[],"NamedNodeMap":["NamedNodeMap"],"NaN":[],"NavigationActivation":["NavigationActivation"],"NavigationHistoryEntry":["NavigationHistoryEntry"],"NavigationHistoryEntryEventMap":[],"NavigationPreloadManager":["NavigationPreloadManager"],"NavigationPreloadState":[],"NavigationTimingType":[],"NavigationType":[],"navigator":[],"Navigator":["requestMediaKeySystemAccess"],"NavigatorAutomationInformation":["webdriver"],"NavigatorBadge":["clearAppBadge"],"NavigatorConcurrentHardware":["hardwareConcurrency"],"NavigatorContentUtils":["registerProtocolHandler"],"NavigatorCookies":["cookieEnabled"],"NavigatorID":["appCodeName"],"NavigatorLanguage":["language"],"NavigatorLocks":["locks"],"NavigatorLogin":["NavigatorLogin"],"NavigatorOnLine":["onLine"],"NavigatorPlugins":["mimeTypes"],"NavigatorStorage":["storage"],"NewableFunction":[],"Node":["Node"],"NodeFilter":[],"NodeIterator":["NodeIterator"],"NodeList":["NodeList"],"NodeListOf":[],"NoInfer":["https://www.typescriptlang.org/docs/handbook/utility-types.html#noinfertype"],"NonDocumentTypeChildNode":["nextElementSibling"],"NonElementParentNode":["getElementById"],"NonNullable":["https://www.typescriptlang.org/docs/handbook/utility-types.html#extracttype-union"],"Notification":["Notification"],"NotificationDirection":[],"NotificationEvent":["NotificationEvent"],"NotificationEventInit":[],"NotificationEventMap":[],"NotificationOptions":[],"NotificationPermission":[],"NotificationPermissionCallback":[],"Number":[],"NumberConstructor":[],"Object":[],"ObjectConstructor":[],"OES_draw_buffers_indexed":["OES_draw_buffers_indexed"],"OES_element_index_uint":["OES_element_index_uint"],"OES_fbo_render_mipmap":["OES_fbo_render_mipmap"],"OES_standard_derivatives":["OES_standard_derivatives"],"OES_texture_float":["OES_texture_float"],"OES_texture_float_linear":["OES_texture_float_linear"],"OES_texture_half_float":["OES_texture_half_float"],"OES_texture_half_float_linear":["OES_texture_half_float_linear"],"OES_vertex_array_object":["OES_vertex_array_object"],"OfflineAudioCompletionEvent":["OfflineAudioCompletionEvent"],"OfflineAudioCompletionEventInit":[],"OfflineAudioContext":["OfflineAudioContext"],"OfflineAudioContextEventMap":[],"OfflineAudioContextOptions":[],"OffscreenCanvas":["OffscreenCanvas"],"OffscreenCanvasEventMap":[],"OffscreenCanvasRenderingContext2D":["OffscreenCanvasRenderingContext2D"],"OffscreenRenderingContext":[],"OffscreenRenderingContextId":[],"Omit":["https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys"],"OmitThisParameter":["https://www.typescriptlang.org/docs/handbook/utility-types.html#omitthisparametertype"],"onabort":[],"onafterprint":[],"onanimationcancel":[],"onanimationend":[],"onanimationiteration":[],"onanimationstart":[],"onauxclick":[],"onbeforeinput":[],"onbeforematch":[],"onbeforeprint":[],"onbeforetoggle":[],"onbeforeunload":[],"OnBeforeUnloadEventHandler":[],"OnBeforeUnloadEventHandlerNonNull":[],"onblur":[],"oncancel":[],"oncanplay":[],"oncanplaythrough":[],"onchange":[],"onclick":[],"onclose":[],"oncontextlost":[],"oncontextmenu":[],"oncontextrestored":[],"oncopy":[],"oncuechange":[],"oncut":[],"ondblclick":[],"ondevicemotion":[],"ondeviceorientation":[],"ondeviceorientationabsolute":[],"ondrag":[],"ondragend":[],"ondragenter":[],"ondragleave":[],"ondragover":[],"ondragstart":[],"ondrop":[],"ondurationchange":[],"onemptied":[],"onended":[],"onerror":[],"OnErrorEventHandler":[],"OnErrorEventHandlerNonNull":[],"onfocus":[],"onformdata":[],"ongamepadconnected":[],"ongamepaddisconnected":[],"ongotpointercapture":[],"onhashchange":[],"oninput":[],"oninvalid":[],"onkeydown":[],"onkeypress":[],"onkeyup":[],"onlanguagechange":[],"onload":[],"onloadeddata":[],"onloadedmetadata":[],"onloadstart":[],"onlostpointercapture":[],"onmessage":[],"onmessageerror":[],"onmousedown":[],"onmouseenter":[],"onmouseleave":[],"onmousemove":[],"onmouseout":[],"onmouseover":[],"onmouseup":[],"onoffline":[],"ononline":[],"onorientationchange":[],"onpagehide":[],"onpagereveal":[],"onpageshow":[],"onpageswap":[],"onpaste":[],"onpause":[],"onplay":[],"onplaying":[],"onpointercancel":[],"onpointerdown":[],"onpointerenter":[],"onpointerleave":[],"onpointermove":[],"onpointerout":[],"onpointerover":[],"onpointerrawupdate":[],"onpointerup":[],"onpopstate":[],"onprogress":[],"onratechange":[],"onrejectionhandled":[],"onreset":[],"onresize":[],"onrtctransform":[],"onscroll":[],"onscrollend":[],"onsecuritypolicyviolation":[],"onseeked":[],"onseeking":[],"onselect":[],"onselectionchange":[],"onselectstart":[],"onslotchange":[],"onstalled":[],"onstorage":[],"onsubmit":[],"onsuspend":[],"ontimeupdate":[],"ontoggle":[],"ontouchcancel":[],"ontouchend":[],"ontouchmove":[],"ontouchstart":[],"ontransitioncancel":[],"ontransitionend":[],"ontransitionrun":[],"ontransitionstart":[],"onunhandledrejection":[],"onunload":[],"onvolumechange":[],"onwaiting":[],"onwebkitanimationend":[],"onwebkitanimationiteration":[],"onwebkitanimationstart":[],"onwebkittransitionend":[],"onwheel":[],"open":["Window/open"],"opener":[],"Option":[],"OptionalEffectTiming":[],"OptionalPostfixToken":[],"OptionalPrefixToken":[],"OpusBitstreamFormat":[],"OpusEncoderConfig":[],"orientation":[],"OrientationType":[],"origin":[],"originAgentCluster":[],"OscillatorNode":["OscillatorNode"],"OscillatorOptions":[],"OscillatorType":[],"outerHeight":[],"outerWidth":[],"OverconstrainedError":["OverconstrainedError"],"OverSampleType":[],"OVR_multiview2":["OVR_multiview2"],"PageRevealEvent":["PageRevealEvent"],"PageRevealEventInit":[],"PageSwapEvent":["PageSwapEvent"],"PageSwapEventInit":[],"PageTransitionEvent":["PageTransitionEvent"],"PageTransitionEventInit":[],"pageXOffset":[],"pageYOffset":[],"PannerNode":["PannerNode"],"PannerOptions":[],"PanningModelType":[],"ParameterDecorator":[],"Parameters":["https://www.typescriptlang.org/docs/handbook/utility-types.html#parameterstype"],"parent":[],"ParentNode":["childElementCount"],"parseFloat":[],"parseInt":[],"Partial":["https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype"],"Path2D":["Path2D"],"PayerErrors":[],"PaymentAddress":["ContactAddress"],"PaymentComplete":[],"PaymentCurrencyAmount":[],"PaymentDetailsBase":[],"PaymentDetailsInit":[],"PaymentDetailsModifier":[],"PaymentDetailsUpdate":[],"PaymentItem":[],"PaymentMethodChangeEvent":["PaymentMethodChangeEvent"],"PaymentMethodChangeEventInit":[],"PaymentMethodData":[],"PaymentOptions":[],"PaymentRequest":["PaymentRequest"],"PaymentRequestEventMap":[],"PaymentRequestUpdateEvent":["PaymentRequestUpdateEvent"],"PaymentRequestUpdateEventInit":[],"PaymentResponse":["PaymentResponse"],"PaymentResponseEventMap":[],"PaymentShippingOption":[],"PaymentShippingType":[],"PaymentValidationErrors":[],"Pbkdf2Params":[],"performance":[],"Performance":["Performance"],"PerformanceEntry":["PerformanceEntry"],"PerformanceEntryList":[],"PerformanceEventMap":[],"PerformanceEventTiming":["PerformanceEventTiming"],"PerformanceMark":["PerformanceMark"],"PerformanceMarkOptions":[],"PerformanceMeasure":["PerformanceMeasure"],"PerformanceMeasureOptions":[],"PerformanceNavigation":["PerformanceNavigation"],"PerformanceNavigationTiming":["PerformanceNavigationTiming"],"PerformanceObserver":["PerformanceObserver"],"PerformanceObserverCallback":[],"PerformanceObserverEntryList":["PerformanceObserverEntryList"],"PerformanceObserverInit":[],"PerformancePaintTiming":["PerformancePaintTiming"],"PerformanceResourceTiming":["PerformanceResourceTiming"],"PerformanceServerTiming":["PerformanceServerTiming"],"PerformanceTiming":["PerformanceTiming"],"PeriodicWave":["PeriodicWave"],"PeriodicWaveConstraints":[],"PeriodicWaveOptions":[],"PermissionDescriptor":[],"PermissionName":[],"Permissions":["Permissions"],"PermissionState":[],"PermissionStatus":["PermissionStatus"],"PermissionStatusEventMap":[],"personalbar":[],"PhotoCapabilities":[],"PhotoSettings":[],"Pick":["https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys"],"PictureInPictureEvent":["PictureInPictureEvent"],"PictureInPictureEventInit":[],"PictureInPictureWindow":["PictureInPictureWindow"],"PictureInPictureWindowEventMap":[],"PlaneLayout":[],"PlaybackDirection":[],"Plugin":["Plugin"],"PluginArray":["PluginArray"],"PointerEvent":["PointerEvent"],"PointerEventInit":[],"PointerLockOptions":[],"PopoverInvokerElement":["popoverTargetAction"],"PopStateEvent":["PopStateEvent"],"PopStateEventInit":[],"PositionAlignSetting":[],"PositionCallback":[],"PositionErrorCallback":[],"PositionOptions":[],"postMessage":["DedicatedWorkerGlobalScope/postMessage"],"PredefinedColorSpace":[],"PremultiplyAlpha":[],"PresentationStyle":[],"print":["Window/print"],"ProcessingInstruction":["ProcessingInstruction"],"ProgressEvent":["ProgressEvent"],"ProgressEventInit":[],"Promise":["https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/"],"PromiseConstructor":[],"PromiseConstructorLike":[],"PromiseFulfilledResult":[],"PromiseLike":[],"PromiseRejectedResult":[],"PromiseRejectionEvent":["PromiseRejectionEvent"],"PromiseRejectionEventInit":[],"PromiseSettledResult":[],"PromiseWithResolvers":[],"prompt":["Window/prompt"],"PropertyDecorator":[],"PropertyDefinition":[],"PropertyDescriptor":[],"PropertyDescriptorMap":[],"PropertyIndexedKeyframes":[],"PropertyKey":[],"Proxy":[],"ProxyConstructor":[],"ProxyHandler":[],"PublicKeyCredential":["PublicKeyCredential"],"PublicKeyCredentialClientCapabilities":[],"PublicKeyCredentialCreationOptions":[],"PublicKeyCredentialCreationOptionsJSON":[],"PublicKeyCredentialDescriptor":[],"PublicKeyCredentialDescriptorJSON":[],"PublicKeyCredentialEntity":[],"PublicKeyCredentialJSON":[],"PublicKeyCredentialParameters":[],"PublicKeyCredentialRequestOptions":[],"PublicKeyCredentialRequestOptionsJSON":[],"PublicKeyCredentialRpEntity":[],"PublicKeyCredentialType":[],"PublicKeyCredentialUserEntity":[],"PublicKeyCredentialUserEntityJSON":[],"PushEncryptionKeyName":[],"PushEvent":["PushEvent"],"PushEventInit":[],"PushManager":["PushManager"],"PushMessageData":["PushMessageData"],"PushMessageDataInit":[],"PushSubscription":["PushSubscription"],"PushSubscriptionChangeEvent":[],"PushSubscriptionChangeEventInit":[],"PushSubscriptionJSON":[],"PushSubscriptionOptions":["PushSubscriptionOptions"],"PushSubscriptionOptionsInit":[],"queueMicrotask":["Window/queueMicrotask"],"QueuingStrategy":[],"QueuingStrategyInit":[],"QueuingStrategySize":[],"RadioNodeList":["RadioNodeList"],"Range":["Range"],"RangeError":[],"RangeErrorConstructor":[],"ReadableByteStreamController":["ReadableByteStreamController"],"ReadableStream":["ReadableStream"],"ReadableStreamAsyncIterator":[],"ReadableStreamBYOBReader":["ReadableStreamBYOBReader"],"ReadableStreamBYOBRequest":["ReadableStreamBYOBRequest"],"ReadableStreamController":[],"ReadableStreamDefaultController":["ReadableStreamDefaultController"],"ReadableStreamDefaultReader":["ReadableStreamDefaultReader"],"ReadableStreamGenericReader":["closed"],"ReadableStreamGetReaderOptions":[],"ReadableStreamIteratorOptions":[],"ReadableStreamReadDoneResult":[],"ReadableStreamReader":[],"ReadableStreamReaderMode":[],"ReadableStreamReadResult":[],"ReadableStreamReadValueResult":[],"ReadableStreamType":[],"ReadableWritablePair":[],"Readonly":["https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype"],"ReadonlyArray":[],"ReadonlyMap":[],"ReadonlySet":[],"ReadonlySetLike":[],"ReadyState":[],"Record":["https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type"],"RecordingState":[],"RedEyeReduction":[],"ReferenceError":[],"ReferenceErrorConstructor":[],"ReferrerPolicy":[],"Reflect":[null,{"apply":[],"construct":[],"defineProperty":[],"deleteProperty":[],"get":[],"getOwnPropertyDescriptor":[],"getPrototypeOf":[],"has":[],"isExtensible":[],"ownKeys":[],"preventExtensions":[],"set":[],"setPrototypeOf":[]}],"RegExp":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/RegExp"],"RegExpConstructor":[],"RegExpExecArray":[],"RegExpIndicesArray":[],"RegExpMatchArray":[],"RegExpStringIterator":[],"RegistrationOptions":[],"releaseEvents":["Window/releaseEvents"],"RemotePlayback":["RemotePlayback"],"RemotePlaybackAvailabilityCallback":[],"RemotePlaybackEventMap":[],"RemotePlaybackState":[],"removeEventListener":[],"RenderingContext":[],"Report":["Report"],"ReportBody":["ReportBody"],"reportError":["Window/reportError"],"ReportingObserver":["ReportingObserver"],"ReportingObserverCallback":[],"ReportingObserverOptions":[],"ReportList":[],"Request":["Request"],"requestAnimationFrame":["DedicatedWorkerGlobalScope/requestAnimationFrame"],"RequestCache":[],"RequestCredentials":[],"RequestDestination":[],"requestIdleCallback":["Window/requestIdleCallback"],"RequestInfo":[],"RequestInit":[],"RequestMode":[],"RequestPriority":[],"RequestRedirect":[],"Required":["https://www.typescriptlang.org/docs/handbook/utility-types.html#requiredtype"],"ResidentKeyRequirement":[],"resizeBy":["Window/resizeBy"],"ResizeObserver":["ResizeObserver"],"ResizeObserverBoxOptions":[],"ResizeObserverCallback":[],"ResizeObserverEntry":["ResizeObserverEntry"],"ResizeObserverOptions":[],"ResizeObserverSize":["ResizeObserverSize"],"ResizeQuality":[],"resizeTo":["Window/resizeTo"],"Response":["Response"],"ResponseInit":[],"ResponseType":[],"ReturnType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#returntypetype"],"RsaHashedImportParams":[],"RsaHashedKeyAlgorithm":[],"RsaHashedKeyGenParams":[],"RsaKeyAlgorithm":[],"RsaKeyGenParams":[],"RsaOaepParams":[],"RsaOtherPrimesInfo":[],"RsaPssParams":[],"RTCAnswerOptions":[],"RTCBundlePolicy":[],"RTCCertificate":["RTCCertificate"],"RTCCertificateExpiration":[],"RTCConfiguration":[],"RTCDataChannel":["RTCDataChannel"],"RTCDataChannelEvent":["RTCDataChannelEvent"],"RTCDataChannelEventInit":[],"RTCDataChannelEventMap":[],"RTCDataChannelInit":[],"RTCDataChannelState":[],"RTCDegradationPreference":[],"RTCDtlsFingerprint":[],"RTCDtlsRole":[],"RTCDtlsTransport":["RTCDtlsTransport"],"RTCDtlsTransportEventMap":[],"RTCDtlsTransportState":[],"RTCDTMFSender":["RTCDTMFSender"],"RTCDTMFSenderEventMap":[],"RTCDTMFToneChangeEvent":["RTCDTMFToneChangeEvent"],"RTCDTMFToneChangeEventInit":[],"RTCEncodedAudioFrame":["RTCEncodedAudioFrame"],"RTCEncodedAudioFrameMetadata":[],"RTCEncodedFrameMetadata":[],"RTCEncodedVideoFrame":["RTCEncodedVideoFrame"],"RTCEncodedVideoFrameMetadata":[],"RTCEncodedVideoFrameType":[],"RTCError":["RTCError"],"RTCErrorDetailType":[],"RTCErrorEvent":["RTCErrorEvent"],"RTCErrorEventInit":[],"RTCErrorInit":[],"RTCIceCandidate":["RTCIceCandidate"],"RTCIceCandidateInit":[],"RTCIceCandidatePair":[],"RTCIceCandidatePairStats":[],"RTCIceCandidateType":[],"RTCIceComponent":[],"RTCIceConnectionState":[],"RTCIceGathererState":[],"RTCIceGatheringState":[],"RTCIceProtocol":[],"RTCIceRole":[],"RTCIceServer":[],"RTCIceTcpCandidateType":[],"RTCIceTransport":["RTCIceTransport"],"RTCIceTransportEventMap":[],"RTCIceTransportPolicy":[],"RTCIceTransportState":[],"RTCInboundRtpStreamStats":[],"RTCLocalIceCandidateInit":[],"RTCLocalSessionDescriptionInit":[],"RTCOfferAnswerOptions":[],"RTCOfferOptions":[],"RTCOutboundRtpStreamStats":[],"RTCPeerConnection":["RTCPeerConnection"],"RTCPeerConnectionErrorCallback":[],"RTCPeerConnectionEventMap":[],"RTCPeerConnectionIceErrorEvent":["RTCPeerConnectionIceErrorEvent"],"RTCPeerConnectionIceErrorEventInit":[],"RTCPeerConnectionIceEvent":["RTCPeerConnectionIceEvent"],"RTCPeerConnectionIceEventInit":[],"RTCPeerConnectionState":[],"RTCPriorityType":[],"RTCQualityLimitationReason":[],"RTCReceivedRtpStreamStats":[],"RTCRtcpMuxPolicy":[],"RTCRtcpParameters":[],"RTCRtpCapabilities":[],"RTCRtpCodec":[],"RTCRtpCodecParameters":[],"RTCRtpCodingParameters":[],"RTCRtpContributingSource":[],"RTCRtpEncodingParameters":[],"RTCRtpHeaderExtensionCapability":[],"RTCRtpHeaderExtensionParameters":[],"RTCRtpParameters":[],"RTCRtpReceiveParameters":[],"RTCRtpReceiver":["RTCRtpReceiver"],"RTCRtpScriptTransform":["RTCRtpScriptTransform"],"RTCRtpScriptTransformer":["RTCRtpScriptTransformer"],"RTCRtpSender":["RTCRtpSender"],"RTCRtpSendParameters":[],"RTCRtpStreamStats":[],"RTCRtpSynchronizationSource":[],"RTCRtpTransceiver":["setCodecPreferences"],"RTCRtpTransceiverDirection":[],"RTCRtpTransceiverInit":[],"RTCRtpTransform":[],"RTCSctpTransport":["RTCSctpTransport"],"RTCSctpTransportEventMap":[],"RTCSctpTransportState":[],"RTCSdpType":[],"RTCSentRtpStreamStats":[],"RTCSessionDescription":["RTCSessionDescription"],"RTCSessionDescriptionCallback":[],"RTCSessionDescriptionInit":[],"RTCSetParameterOptions":[],"RTCSignalingState":[],"RTCStats":[],"RTCStatsIceCandidatePairState":[],"RTCStatsReport":["RTCStatsReport"],"RTCStatsType":[],"RTCTrackEvent":["RTCTrackEvent"],"RTCTrackEventInit":[],"RTCTransformEvent":["RTCTransformEvent"],"RTCTransportStats":[],"SafeArray":[],"screen":[],"Screen":["Screen"],"screenLeft":[],"ScreenOrientation":["ScreenOrientation"],"ScreenOrientationEventMap":[],"screenTop":[],"screenX":[],"screenY":[],"ScriptProcessorNode":["ScriptProcessorNode"],"ScriptProcessorNodeEventMap":[],"scroll":["Window/scroll"],"scrollbars":[],"ScrollBehavior":[],"scrollBy":["Window/scrollBy"],"ScrollIntoViewOptions":[],"ScrollLogicalPosition":[],"ScrollOptions":[],"ScrollRestoration":[],"ScrollSetting":[],"scrollTo":["Window/scrollTo"],"ScrollToOptions":[],"scrollX":[],"scrollY":[],"SecurityPolicyViolationEvent":["SecurityPolicyViolationEvent"],"SecurityPolicyViolationEventDisposition":[],"SecurityPolicyViolationEventInit":[],"Selection":["Selection"],"SelectionMode":[],"self":[],"ServiceWorker":["ServiceWorker"],"ServiceWorkerContainer":["ServiceWorkerContainer"],"ServiceWorkerContainerEventMap":[],"ServiceWorkerEventMap":[],"ServiceWorkerGlobalScope":["ServiceWorkerGlobalScope"],"ServiceWorkerGlobalScopeEventMap":[],"ServiceWorkerRegistration":["ServiceWorkerRegistration"],"ServiceWorkerRegistrationEventMap":[],"ServiceWorkerState":[],"ServiceWorkerUpdateViaCache":[],"sessionStorage":[],"Set":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set"],"SetConstructor":[],"setInterval":["Window/setInterval"],"SetIterator":[],"setTimeout":["Window/setTimeout"],"ShadowRoot":["ShadowRoot"],"ShadowRootEventMap":[],"ShadowRootInit":[],"ShadowRootMode":[],"SharedArrayBuffer":[],"SharedArrayBufferConstructor":[],"ShareData":[],"SharedWorker":["SharedWorker"],"SharedWorkerGlobalScope":["SharedWorkerGlobalScope"],"SharedWorkerGlobalScopeEventMap":[],"SlotAssignmentMode":[],"Slottable":["assignedSlot"],"SourceBuffer":["SourceBuffer"],"SourceBufferEventMap":[],"SourceBufferList":["SourceBufferList"],"SourceBufferListEventMap":[],"SpeechRecognitionAlternative":["SpeechRecognitionAlternative"],"SpeechRecognitionResult":["SpeechRecognitionResult"],"SpeechRecognitionResultList":["SpeechRecognitionResultList"],"speechSynthesis":[],"SpeechSynthesis":["SpeechSynthesis"],"SpeechSynthesisErrorCode":[],"SpeechSynthesisErrorEvent":["SpeechSynthesisErrorEvent"],"SpeechSynthesisErrorEventInit":[],"SpeechSynthesisEvent":["SpeechSynthesisEvent"],"SpeechSynthesisEventInit":[],"SpeechSynthesisEventMap":[],"SpeechSynthesisUtterance":["SpeechSynthesisUtterance"],"SpeechSynthesisUtteranceEventMap":[],"SpeechSynthesisVoice":["SpeechSynthesisVoice"],"StartViewTransitionOptions":[],"StaticRange":["StaticRange"],"StaticRangeInit":[],"status":[],"statusbar":[],"StereoPannerNode":["StereoPannerNode"],"StereoPannerOptions":[],"stop":["Window/stop"],"Storage":["Storage"],"StorageEstimate":[],"StorageEvent":["StorageEvent"],"StorageEventInit":[],"StorageManager":["StorageManager"],"StreamPipeOptions":[],"String":[],"StringConstructor":[],"StringIterator":[],"structuredClone":["Window/structuredClone"],"StructuredSerializeOptions":[],"StyleMedia":[],"StylePropertyMap":["StylePropertyMap"],"StylePropertyMapReadOnly":["StylePropertyMapReadOnly"],"StylePropertyMapReadOnlyIterator":[],"StyleSheet":["StyleSheet"],"StyleSheetList":["StyleSheetList"],"SubmitEvent":["SubmitEvent"],"SubmitEventInit":[],"SubtleCrypto":["deriveKey"],"SuppressedError":[],"SuppressedErrorConstructor":[],"SVGAElement":["SVGAElement"],"SVGAngle":["SVGAngle"],"SVGAnimatedAngle":["SVGAnimatedAngle"],"SVGAnimatedBoolean":["SVGAnimatedBoolean"],"SVGAnimatedEnumeration":["SVGAnimatedEnumeration"],"SVGAnimatedInteger":["SVGAnimatedInteger"],"SVGAnimatedLength":["SVGAnimatedLength"],"SVGAnimatedLengthList":["SVGAnimatedLengthList"],"SVGAnimatedNumber":["SVGAnimatedNumber"],"SVGAnimatedNumberList":["SVGAnimatedNumberList"],"SVGAnimatedPoints":["animatedPoints"],"SVGAnimatedPreserveAspectRatio":["SVGAnimatedPreserveAspectRatio"],"SVGAnimatedRect":["SVGAnimatedRect"],"SVGAnimatedString":["SVGAnimatedString"],"SVGAnimatedTransformList":["SVGAnimatedTransformList"],"SVGAnimateElement":["SVGAnimateElement"],"SVGAnimateMotionElement":["SVGAnimateMotionElement"],"SVGAnimateTransformElement":["SVGAnimateTransformElement"],"SVGAnimationElement":["SVGAnimationElement"],"SVGBoundingBoxOptions":[],"SVGCircleElement":["SVGCircleElement"],"SVGClipPathElement":["SVGClipPathElement"],"SVGComponentTransferFunctionElement":["SVGComponentTransferFunctionElement"],"SVGDefsElement":["SVGDefsElement"],"SVGDescElement":["SVGDescElement"],"SVGElement":["SVGElement"],"SVGElementEventMap":[],"SVGElementTagNameMap":[],"SVGEllipseElement":["SVGEllipseElement"],"SVGFEBlendElement":["SVGFEBlendElement"],"SVGFEColorMatrixElement":["SVGFEColorMatrixElement"],"SVGFEComponentTransferElement":["SVGFEComponentTransferElement"],"SVGFECompositeElement":["SVGFECompositeElement"],"SVGFEConvolveMatrixElement":["SVGFEConvolveMatrixElement"],"SVGFEDiffuseLightingElement":["SVGFEDiffuseLightingElement"],"SVGFEDisplacementMapElement":["SVGFEDisplacementMapElement"],"SVGFEDistantLightElement":["SVGFEDistantLightElement"],"SVGFEDropShadowElement":["SVGFEDropShadowElement"],"SVGFEFloodElement":["SVGFEFloodElement"],"SVGFEFuncAElement":["SVGFEFuncAElement"],"SVGFEFuncBElement":["SVGFEFuncBElement"],"SVGFEFuncGElement":["SVGFEFuncGElement"],"SVGFEFuncRElement":["SVGFEFuncRElement"],"SVGFEGaussianBlurElement":["SVGFEGaussianBlurElement"],"SVGFEImageElement":["SVGFEImageElement"],"SVGFEMergeElement":["SVGFEMergeElement"],"SVGFEMergeNodeElement":["SVGFEMergeNodeElement"],"SVGFEMorphologyElement":["SVGFEMorphologyElement"],"SVGFEOffsetElement":["SVGFEOffsetElement"],"SVGFEPointLightElement":["SVGFEPointLightElement"],"SVGFESpecularLightingElement":["SVGFESpecularLightingElement"],"SVGFESpotLightElement":["SVGFESpotLightElement"],"SVGFETileElement":["SVGFETileElement"],"SVGFETurbulenceElement":["SVGFETurbulenceElement"],"SVGFilterElement":["SVGFilterElement"],"SVGFilterPrimitiveStandardAttributes":["height"],"SVGFitToViewBox":["preserveAspectRatio"],"SVGForeignObjectElement":["SVGForeignObjectElement"],"SVGGElement":["SVGGElement"],"SVGGeometryElement":["SVGGeometryElement"],"SVGGradientElement":["SVGGradientElement"],"SVGGraphicsElement":["SVGGraphicsElement"],"SVGImageElement":["SVGImageElement"],"SVGLength":["SVGLength"],"SVGLengthList":["SVGLengthList"],"SVGLinearGradientElement":["SVGLinearGradientElement"],"SVGLineElement":["SVGLineElement"],"SVGMarkerElement":["SVGMarkerElement"],"SVGMaskElement":["SVGMaskElement"],"SVGMatrix":[],"SVGMetadataElement":["SVGMetadataElement"],"SVGMPathElement":["SVGMPathElement"],"SVGNumber":["SVGNumber"],"SVGNumberList":["SVGNumberList"],"SVGPathElement":["SVGPathElement"],"SVGPatternElement":["SVGPatternElement"],"SVGPoint":[],"SVGPointList":["SVGPointList"],"SVGPolygonElement":["SVGPolygonElement"],"SVGPolylineElement":["SVGPolylineElement"],"SVGPreserveAspectRatio":["SVGPreserveAspectRatio"],"SVGRadialGradientElement":["SVGRadialGradientElement"],"SVGRect":[],"SVGRectElement":["SVGRectElement"],"SVGScriptElement":["SVGScriptElement"],"SVGSetElement":["SVGSetElement"],"SVGStopElement":["SVGStopElement"],"SVGStringList":["SVGStringList"],"SVGStyleElement":["SVGStyleElement"],"SVGSVGElement":["SVGSVGElement"],"SVGSVGElementEventMap":[],"SVGSwitchElement":["SVGSwitchElement"],"SVGSymbolElement":["SVGSymbolElement"],"SVGTests":["requiredExtensions"],"SVGTextContentElement":["SVGTextContentElement"],"SVGTextElement":["SVGTextElement"],"SVGTextPathElement":["SVGTextPathElement"],"SVGTextPositioningElement":["SVGTextPositioningElement"],"SVGTitleElement":["SVGTitleElement"],"SVGTransform":["SVGTransform"],"SVGTransformList":["SVGTransformList"],"SVGTSpanElement":["SVGTSpanElement"],"SVGUnitTypes":["SVGUnitTypes"],"SVGURIReference":["href"],"SVGUseElement":["SVGUseElement"],"SVGViewElement":["SVGViewElement"],"Symbol":[],"SymbolConstructor":[],"SyntaxError":[],"SyntaxErrorConstructor":[],"TemplateStringsArray":[],"TexImageSource":[],"Text":["Text"],"TextDecodeOptions":[],"TextDecoder":["TextDecoder"],"TextDecoderCommon":["encoding"],"TextDecoderOptions":[],"TextDecoderStream":["TextDecoderStream"],"TextEncoder":["TextEncoder"],"TextEncoderCommon":["encoding"],"TextEncoderEncodeIntoResult":[],"TextEncoderStream":["TextEncoderStream"],"TextEvent":["TextEvent"],"TextMetrics":["TextMetrics"],"TextStreamBase":[],"TextStreamReader":[],"TextStreamWriter":[],"TextTrack":["TextTrack"],"TextTrackCue":["TextTrackCue"],"TextTrackCueEventMap":[],"TextTrackCueList":["TextTrackCueList"],"TextTrackEventMap":[],"TextTrackKind":[],"TextTrackList":["TextTrackList"],"TextTrackListEventMap":[],"TextTrackMode":[],"ThisParameterType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#thisparametertypetype"],"ThisType":["https://www.typescriptlang.org/docs/handbook/utility-types.html#thistypetype"],"TimeRanges":["TimeRanges"],"TimerHandler":[],"ToggleEvent":["ToggleEvent"],"ToggleEventInit":[],"toolbar":[],"top":[],"Touch":["Touch"],"TouchEvent":["TouchEvent"],"TouchEventInit":[],"TouchInit":[],"TouchList":["TouchList"],"TouchType":[],"TrackEvent":["TrackEvent"],"TrackEventInit":[],"Transferable":[],"TransferFunction":[],"Transformer":[],"TransformerFlushCallback":[],"TransformerStartCallback":[],"TransformerTransformCallback":[],"TransformStream":["TransformStream"],"TransformStreamDefaultController":["TransformStreamDefaultController"],"TransitionEvent":["TransitionEvent"],"TransitionEventInit":[],"TreeWalker":["TreeWalker"],"TypedPropertyDescriptor":[],"TypeError":[],"TypeErrorConstructor":[],"UIEvent":["UIEvent"],"UIEventInit":[],"Uint16Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array"],"Uint16ArrayConstructor":[],"Uint32Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array"],"Uint32ArrayConstructor":[],"Uint32List":[],"Uint8Array":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array"],"Uint8ArrayConstructor":[],"Uint8ClampedArray":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray"],"Uint8ClampedArrayConstructor":[],"ULongRange":[],"Uncapitalize":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"UnderlyingByteSource":[],"UnderlyingDefaultSource":[],"UnderlyingSink":[],"UnderlyingSinkAbortCallback":[],"UnderlyingSinkCloseCallback":[],"UnderlyingSinkStartCallback":[],"UnderlyingSinkWriteCallback":[],"UnderlyingSource":[],"UnderlyingSourceCancelCallback":[],"UnderlyingSourcePullCallback":[],"UnderlyingSourceStartCallback":[],"unescape":[],"Uppercase":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"URIError":[],"URIErrorConstructor":[],"URL":["URL"],"URLSearchParams":["URLSearchParams"],"URLSearchParamsIterator":[],"UserActivation":["UserActivation"],"UserVerificationRequirement":[],"ValidityState":["ValidityState"],"ValidityStateFlags":[],"VarDate":[],"VBArray":[],"VBArrayConstructor":[],"VibratePattern":[],"VideoColorPrimaries":[],"VideoColorSpace":["VideoColorSpace"],"VideoColorSpaceInit":[],"VideoConfiguration":[],"VideoDecoder":["VideoDecoder"],"VideoDecoderConfig":[],"VideoDecoderEventMap":[],"VideoDecoderInit":[],"VideoDecoderSupport":[],"VideoEncoder":["VideoEncoder"],"VideoEncoderBitrateMode":[],"VideoEncoderConfig":[],"VideoEncoderEncodeOptions":[],"VideoEncoderEncodeOptionsForAvc":[],"VideoEncoderEventMap":[],"VideoEncoderInit":[],"VideoEncoderSupport":[],"VideoFacingModeEnum":[],"VideoFrame":["VideoFrame"],"VideoFrameBufferInit":[],"VideoFrameCallbackMetadata":[],"VideoFrameCopyToOptions":[],"VideoFrameInit":[],"VideoFrameOutputCallback":[],"VideoFrameRequestCallback":[],"VideoMatrixCoefficients":[],"VideoPixelFormat":[],"VideoPlaybackQuality":["VideoPlaybackQuality"],"VideoTransferCharacteristics":[],"ViewTransition":["ViewTransition"],"ViewTransitionTypeSet":[],"ViewTransitionUpdateCallback":[],"visualViewport":[],"VisualViewport":["VisualViewport"],"VisualViewportEventMap":[],"VoidFunction":[],"VTTCue":["VTTCue"],"VTTRegion":["VTTRegion"],"WakeLock":["WakeLock"],"WakeLockSentinel":["WakeLockSentinel"],"WakeLockSentinelEventMap":[],"WakeLockType":[],"WaveShaperNode":["WaveShaperNode"],"WaveShaperOptions":[],"WeakKey":[],"WeakKeyTypes":[],"WeakMap":[],"WeakMapConstructor":[],"WeakRef":[],"WeakRefConstructor":[],"WeakSet":[],"WeakSetConstructor":[],"WebAssembly":[null,{"compile":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/compile_static"],"CompileError":[],"compileStreaming":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/compileStreaming_static"],"Exports":[],"ExportValue":[],"Global":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global"],"GlobalDescriptor":[],"ImportExportKind":[],"Imports":[],"ImportValue":[],"Instance":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Instance"],"instantiate":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/instantiate_static"],"instantiateStreaming":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/instantiateStreaming_static"],"LinkError":[],"Memory":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Memory"],"MemoryDescriptor":[],"Module":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Module"],"ModuleExportDescriptor":[],"ModuleImportDescriptor":[],"ModuleImports":[],"RuntimeError":[],"Table":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Table"],"TableDescriptor":[],"TableKind":[],"validate":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/validate_static"],"ValueType":[],"ValueTypeMap":[],"WebAssemblyInstantiatedSource":[]}],"WebCodecsErrorCallback":[],"WEBGL_color_buffer_float":["WEBGL_color_buffer_float"],"WEBGL_compressed_texture_astc":["WEBGL_compressed_texture_astc"],"WEBGL_compressed_texture_etc":["WEBGL_compressed_texture_etc"],"WEBGL_compressed_texture_etc1":["WEBGL_compressed_texture_etc1"],"WEBGL_compressed_texture_pvrtc":["WEBGL_compressed_texture_pvrtc"],"WEBGL_compressed_texture_s3tc":["WEBGL_compressed_texture_s3tc"],"WEBGL_compressed_texture_s3tc_srgb":["WEBGL_compressed_texture_s3tc_srgb"],"WEBGL_debug_renderer_info":["WEBGL_debug_renderer_info"],"WEBGL_debug_shaders":["WEBGL_debug_shaders"],"WEBGL_depth_texture":["WEBGL_depth_texture"],"WEBGL_draw_buffers":["drawBuffersWEBGL"],"WEBGL_lose_context":["WEBGL_lose_context"],"WEBGL_multi_draw":["multiDrawArraysInstancedWEBGL"],"WebGL2RenderingContext":["WebGL2RenderingContext"],"WebGL2RenderingContextBase":["clearBuffer"],"WebGL2RenderingContextOverloads":["uniform"],"WebGLActiveInfo":["WebGLActiveInfo"],"WebGLBuffer":["WebGLBuffer"],"WebGLContextAttributes":[],"WebGLContextEvent":["WebGLContextEvent"],"WebGLContextEventInit":[],"WebGLFramebuffer":["WebGLFramebuffer"],"WebGLPowerPreference":[],"WebGLProgram":["WebGLProgram"],"WebGLQuery":["WebGLQuery"],"WebGLRenderbuffer":["WebGLRenderbuffer"],"WebGLRenderingContext":["WebGLRenderingContext"],"WebGLRenderingContextBase":["vertexAttrib"],"WebGLRenderingContextOverloads":["uniform"],"WebGLSampler":["WebGLSampler"],"WebGLShader":["WebGLShader"],"WebGLShaderPrecisionFormat":["WebGLShaderPrecisionFormat"],"WebGLSync":["WebGLSync"],"WebGLTexture":["WebGLTexture"],"WebGLTransformFeedback":["WebGLTransformFeedback"],"WebGLUniformLocation":["WebGLUniformLocation"],"WebGLVertexArrayObject":["WebGLVertexArrayObject"],"WebGLVertexArrayObjectOES":["WebGLVertexArrayObject"],"WebKitCSSMatrix":[],"webkitURL":[],"WebSocket":["WebSocket"],"WebSocketEventMap":[],"WebTransport":["WebTransport"],"WebTransportBidirectionalStream":["WebTransportBidirectionalStream"],"WebTransportCloseInfo":[],"WebTransportCongestionControl":[],"WebTransportDatagramDuplexStream":["WebTransportDatagramDuplexStream"],"WebTransportError":["WebTransportError"],"WebTransportErrorOptions":[],"WebTransportErrorSource":[],"WebTransportHash":[],"WebTransportOptions":[],"WebTransportSendOptions":[],"WebTransportSendStreamOptions":[],"WheelEvent":["WheelEvent"],"WheelEventInit":[],"window":[],"Window":["Window"],"WindowClient":["WindowClient"],"WindowEventHandlers":["afterprint_event"],"WindowEventHandlersEventMap":[],"WindowEventMap":[],"WindowLocalStorage":["localStorage"],"WindowOrWorkerGlobalScope":["caches"],"WindowPostMessageOptions":[],"WindowProxy":[],"WindowSessionStorage":["sessionStorage"],"Worker":["Worker"],"WorkerEventMap":[],"WorkerGlobalScope":["WorkerGlobalScope"],"WorkerGlobalScopeEventMap":[],"WorkerLocation":["WorkerLocation"],"WorkerNavigator":["WorkerNavigator"],"WorkerOptions":[],"WorkerType":[],"Worklet":["Worklet"],"WorkletOptions":[],"WritableStream":["WritableStream"],"WritableStreamDefaultController":["WritableStreamDefaultController"],"WritableStreamDefaultWriter":["WritableStreamDefaultWriter"],"WriteCommandType":[],"WriteParams":[],"WScript":[],"WSH":[],"XMLDocument":["XMLDocument"],"XMLHttpRequest":["XMLHttpRequest"],"XMLHttpRequestBodyInit":[],"XMLHttpRequestEventMap":[],"XMLHttpRequestEventTarget":["XMLHttpRequestEventTarget"],"XMLHttpRequestEventTargetEventMap":[],"XMLHttpRequestResponseType":[],"XMLHttpRequestUpload":["XMLHttpRequestUpload"],"XMLSerializer":["XMLSerializer"],"XPathEvaluator":["XPathEvaluator"],"XPathEvaluatorBase":["createExpression"],"XPathExpression":["XPathExpression"],"XPathNSResolver":[],"XPathResult":["XPathResult"],"XSLTProcessor":["XSLTProcessor"]}'), he = {
721
+ globals: Te
722
+ }, Xe = Object.freeze(
723
+ Object.assign(/* @__PURE__ */ Object.create(null), he.globals)
724
+ ), Qe = "https://developer.mozilla.org/docs/Web/API/";
725
+ function Ye(e, t, n, o, r, i) {
726
+ return `${`${t ? "export default " : "export "}${e ? "abstract " : ""}`}class ${n}${g(o)}${r === void 0 ? "" : ` extends ${r}`} {${i}}`;
727
+ }
728
+ function g(e) {
729
+ if (e === void 0)
730
+ return "";
731
+ let t = "<";
732
+ for (let n = 0; n < e.length; n++) {
733
+ const o = e[n];
734
+ o.const === !0 ? t += "const " : o.in === !0 ? t += "in " : o.out === !0 && (t += "out "), t += o.name, o.constraint !== void 0 && (t += ` extends ${o.constraint.text}`), o.default !== void 0 && (t += ` = ${o.default.text}`), n < e.length - 1 && (t += ", ");
735
+ }
736
+ return t += ">", t;
737
+ }
738
+ function Ze(e, t, n, o, r) {
739
+ const i = e ? "export default " : "export ";
740
+ let a = "";
741
+ if (o !== void 0) {
742
+ a = " extends ";
743
+ for (let s = 0; s < o.length; s++)
744
+ a += o[s], s < o.length - 1 && (a += ", ");
745
+ }
746
+ return `${i}interface ${t}${g(n)}${a} {${r}}`;
747
+ }
748
+ function et(e, t, n, o, r, i, a, s) {
749
+ const l = `${e ? "protected " : ""}${t ? "abstract " : ""}${n ? "static " : ""}`, m = s === void 0 ? "" : `: ${s}`;
750
+ return `${l}${r === "" ? "" : x(r)}${o ? "?" : ""}${g(i)}(${A(a)})${m};`;
751
+ }
752
+ function x(e) {
753
+ return Me.test(e) || e.startsWith("[") ? e : `"${e.replaceAll("\\", "\\\\").replaceAll('"', '\\"')}"`;
754
+ }
755
+ const Me = /^[A-Za-z_$][A-Za-z0-9_$]*$/u;
756
+ function tt(e, t, n, o, r) {
757
+ return `${e ? "export default " : "export "}function ${t}${g(n)}(${A(o)}): ${r};`;
758
+ }
759
+ function nt(e) {
760
+ return `${g(e.typeParameters)}(${A(e.parameters)}): ${e.return.type.text}`;
761
+ }
762
+ function A(e) {
763
+ if (e === void 0)
764
+ return "";
765
+ let t = "";
766
+ for (let n = 0; n < e.length; n++) {
767
+ const o = e[n];
768
+ o.rest === !0 && (t += "..."), t += o.name, o.optional === !0 && (t += "?"), t += `: ${o.type.text}`, n < e.length - 1 && (t += ", ");
769
+ }
770
+ return t;
771
+ }
772
+ function ot(e, t, n, o, r, i, a, s) {
773
+ return `${`${e ? "protected " : ""}${t ? "abstract " : n ? "static " : ""}${o ? "readonly " : r ? "accessor " : ""}`}${x(a)}${i ? "?" : ""}: ${s};`;
774
+ }
775
+ function rt(e, t, n, o, r, i) {
776
+ const a = `${e ? "protected " : ""}${t ? "abstract " : ""}${n ? "static " : ""}`, s = x(o), l = i === void 0 ? "" : `
777
+ ${a}set ${s}(value: ${i});`;
778
+ return `${a}get ${s}(): ${r};${l}`;
779
+ }
780
+ function it(e, t, n) {
781
+ const r = `${e ? "declare " : "export "}const ${t}: ${n};`;
782
+ return e ? `${r}
783
+ export default ${t};` : r;
784
+ }
785
+ function at(e, t, n, o) {
786
+ let r = `export type ${e}${g(t)} = `;
787
+ if (n !== void 0)
788
+ for (let i = 0; i < n.length; i++)
789
+ r += n[i], (i < n.length - 1 || o !== void 0) && (r += `
790
+ & `);
791
+ return o !== void 0 && (r += o), r += ";", r;
265
792
  }
266
793
  export {
267
- X as ApiExtractor,
268
- N as apiExtractorError,
269
- A as apiExtractorErrorCount,
270
- I as apiExtractorErrorFiles,
271
- et as apiMemberToSynthesizedComments,
272
- L as debugPrintNode,
273
- tt as findDecorator,
274
- _ as getMemberName,
275
- G as globalPackageIdentifier,
276
- Y as hasIgnoredModifier,
277
- H as isApiMethod,
278
- q as isApiProperty,
279
- C as multipleJsDocTags,
280
- w as printNode,
281
- st as setApiDocFromJsDoc,
282
- Q as setApiExtractorErrorLogger,
283
- Z as setDefaultFromInitializer,
284
- P as symbolToDocs
794
+ Ue as ApiExtractor,
795
+ k as alternativeDocumentationHost,
796
+ ee as apiExtractorDiagnosticContext,
797
+ y as apiExtractorError,
798
+ B as apiExtractorErrorCount,
799
+ M as apiExtractorJsDocError,
800
+ ze as apiMemberToNodeDoc,
801
+ Ve as compareClassMembers,
802
+ ke as compareNamedNodes,
803
+ U as compareStrings,
804
+ Ke as extractBooleanInitializer,
805
+ Be as findDecorator,
806
+ _e as findReferenceRanges,
807
+ O as getApiMemberName,
808
+ We as getApiNodeLabel,
809
+ se as getBasename,
810
+ R as getMaybeStaticApiMemberName,
811
+ Ne as getMemberName,
812
+ Je as getNodeDoc,
813
+ Ge as globalPackageIdentifier,
814
+ we as hasIgnoredModifier,
815
+ xe as isApiMethod,
816
+ Ae as isApiProperty,
817
+ Oe as multipleJsDocTags,
818
+ oe as naturalSortModules,
819
+ Se as nodeDocToString,
820
+ qe as nodeDocToSynthesizedComment,
821
+ F as normalizedDocumentationHost,
822
+ Fe as postProcessLinks,
823
+ Ye as printClass,
824
+ tt as printFunction,
825
+ rt as printGetterSetter,
826
+ Ze as printInterface,
827
+ et as printMethod,
828
+ ot as printProperty,
829
+ nt as printSignature,
830
+ at as printTypeAlias,
831
+ g as printTypeParameters,
832
+ it as printVariable,
833
+ Pe as resetApiExtractorErrorCount,
834
+ ve as setApiDocFromJsDoc,
835
+ je as setApiDocFromSymbol,
836
+ De as setApiExtractorErrorLogger,
837
+ He as setDefaultFromInitializer,
838
+ Ce as symbolToDocs,
839
+ Xe as typeScriptGlobals,
840
+ Qe as typeScriptGlobalsViewUrlCommonPrefix,
841
+ $e as unsafeGetUndocumentedPrinter,
842
+ le as unsafeUndocumentedTs
285
843
  };