@arcgis/api-extractor 5.0.0-next.9 → 5.0.0-next.90

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 +782 -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.9", 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.90", 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,772 @@ 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
+ if (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)
77
+ for (let n = 0; n < e.docsTags.length; n++) {
78
+ const o = e.docsTags[n];
79
+ o.text && (o.text = o.text.replaceAll(b, t.resolveJsDocLink).replaceAll(t.alternativeDocumentationHost, t.normalizedDocumentationHost), o.text.includes("](.") && M(h, o.text, t));
80
+ }
81
+ 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));
22
82
  }
23
- function L(t, e) {
24
- return t.pos !== -1 && t.end !== -1 && e !== void 0 ? t.getText(e) : w(t);
83
+ 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";
84
+ function M(e, t, n) {
85
+ const o = n.file?.text.indexOf(t) ?? -1;
86
+ y(`${e}${o === -1 ? `. Found in: ${t}` : ""}`, {
87
+ file: n.file,
88
+ node: void 0,
89
+ scope: n.file === void 0 ? n.moduleName : void 0,
90
+ start: o,
91
+ length: t.length
92
+ });
25
93
  }
26
- let A = 0;
27
- const I = /* @__PURE__ */ new Set();
28
- let g = console.error;
29
- function Q(t) {
30
- g = t;
94
+ 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);
95
+ function _e(e, t) {
96
+ if (e.length === 0)
97
+ return;
98
+ const n = t.matchAll(ie), o = [];
99
+ for (const r of n) {
100
+ const i = e.find((a) => a.name === r[0]);
101
+ i !== void 0 && o.push({ ...i, start: r.index, end: r.index + i.name.length });
102
+ }
103
+ return o.length === 0 ? void 0 : o;
31
104
  }
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);
105
+ 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 ? "()" : "");
106
+ function L(e, t, n = -1) {
107
+ "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);
108
+ const { docsTags: o } = e, r = t;
109
+ if (n !== -1 && (o === void 0 && r.docsTags.length === 1 ? r.docsTags = void 0 : r.docsTags.splice(n, 1)), o !== void 0) {
110
+ r.docsTags ??= [];
111
+ const i = /* @__PURE__ */ new Set();
112
+ for (let a = 0; a < r.docsTags.length; a++)
113
+ i.add(r.docsTags[a].name);
114
+ for (let a = 0; a < o.length; a++) {
115
+ const s = o[a];
116
+ i.has(s.name) && !re.has(s.name) || r.docsTags.push(s);
117
+ }
118
+ }
119
+ }
120
+ const we = (e) => e.modifiers?.some?.(
121
+ (t) => t.kind === d.SyntaxKind.StaticKeyword || t.kind === d.SyntaxKind.PrivateKeyword || t.kind === d.SyntaxKind.ProtectedKeyword
122
+ ) ?? !1;
123
+ function He(e, t, n) {
124
+ if (!t.default && "initializer" in e && e.initializer) {
125
+ const o = $(e.initializer);
126
+ ae(o) && (t.default = o.getText(n));
127
+ }
128
+ }
129
+ const ae = (e) => d.isLiteralExpression(e) || e.kind === d.SyntaxKind.TrueKeyword || e.kind === d.SyntaxKind.FalseKeyword || d.isPrefixUnaryExpression(e) && d.isLiteralExpression(e.operand);
130
+ function $(e) {
131
+ return d.isSatisfiesExpression(e) || d.isParenthesizedExpression(e) ? $(e.expression) : e;
132
+ }
133
+ function Ne(e) {
134
+ if (e !== void 0) {
135
+ if (d.isIdentifier(e) || d.isStringLiteralLike(e))
136
+ return e.text;
137
+ if (d.isComputedPropertyName(e)) {
138
+ if (d.isStringLiteralLike(e.expression))
139
+ return e.expression.text;
140
+ if (d.isPropertyAccessExpression(e.expression) && d.isIdentifier(e.expression.expression) && e.expression.expression.text === "Symbol")
141
+ return `[Symbol.${e.expression.name.text}]`;
142
+ }
143
+ }
144
+ }
145
+ const Be = ({ modifiers: e = [] }, t) => j(
146
+ e,
147
+ (n) => d.isDecorator(n) && d.isCallExpression(n.expression) && d.isIdentifier(n.expression.expression) && n.expression.expression.escapedText === t ? n.expression : void 0
148
+ );
149
+ function Ke(e, t) {
150
+ return e.kind === d.SyntaxKind.TrueKeyword ? !0 : (e.kind === d.SyntaxKind.FalseKeyword || y(
151
+ "Expected boolean literal (true or false) rather than variable/expression - the value must be statically analyzable",
152
+ {
153
+ file: t,
154
+ node: e
155
+ }
156
+ ), !1);
54
157
  }
55
- const K = 1490, j = /\x1B\[[0-9;]*m/gu;
56
- class X {
57
- constructor(e) {
58
- this.options = e;
158
+ function se(e) {
159
+ const t = e.lastIndexOf("/"), n = e.indexOf(".", t === -1 ? 0 : t + 1);
160
+ return n === -1 ? e : e.slice(0, n);
161
+ }
162
+ const F = "developers.arcgis.com", k = "next.gha.afd.arcgis.com";
163
+ class Ue {
164
+ constructor(t) {
165
+ 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
166
  }
60
167
  /** Given an array of TypeScript source files, generate an api.json file */
61
- extract(e) {
168
+ extract(t) {
62
169
  return {
63
170
  timestamp: (/* @__PURE__ */ new Date()).toISOString().split(".")[0],
64
171
  compiler: {
65
- name: m,
66
- version: E,
67
- typescriptVersion: c.version
172
+ name: D.name,
173
+ version: D.version,
174
+ typescriptVersion: d.version
68
175
  },
69
- schemaVersion: "1.0.0",
70
- modules: this.extractModules(e)
176
+ // https://github.com/webcomponents/custom-elements-manifest?tab=readme-ov-file#schema-versioning
177
+ // https://github.com/webcomponents/custom-elements-manifest/releases
178
+ schemaVersion: "2.1.0",
179
+ modules: this.extractModules(t)
71
180
  };
72
181
  }
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;
182
+ extractModules(t) {
183
+ const n = [];
184
+ for (let o = 0; o < t.length; o++) {
185
+ const r = t[o];
186
+ this.file = r, n.push(this.extractModule(r));
187
+ }
188
+ return this.options.sortModules && n.sort(oe), n;
78
189
  }
79
- extractModule(e) {
80
- const s = {
190
+ /**
191
+ * @param module
192
+ * @param sourcePath cwd-relative path to the source file (esri/core/Accessor.ts)
193
+ * @param importPath public import path of the module without package name or file extension (core/Accessor)
194
+ */
195
+ extractModule(t, n = J.relative(this.options.cwd, t.fileName), o = se(n)) {
196
+ const r = {
81
197
  kind: "javascript-module",
82
- path: y.relative(this.options.cwd, e.fileName),
83
- declarations: void 0,
84
- exports: void 0
198
+ path: o,
199
+ sourcePath: n,
200
+ declarations: [],
201
+ exports: []
85
202
  };
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;
203
+ return this.apiModule = r, this.extractDeclarations(t), r.exports.length === 0 && (r.exports = void 0), r;
93
204
  }
94
205
  /**
95
206
  * For a given module, extract all public declarations.
96
207
  */
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);
208
+ extractDeclarations(t) {
209
+ const n = this.apiModule.declarations, o = t.statements;
210
+ for (let r = 0; r < o.length; r++) {
211
+ const i = o[r], a = this.extractDeclaration(i, r);
212
+ a !== void 0 && n.push(a);
102
213
  }
103
- return s;
104
214
  }
105
215
  /**
106
- * Infer ApiModule.exports based on ApiModule.declarations.
216
+ * Add ApiModule.exports entry based on ApiDeclaration
217
+ *
218
+ * To reduce the size of the api.json, we only add exports entries for web
219
+ * components or default exports.
107
220
  */
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;
221
+ addExport(t, n) {
222
+ this.apiModule.exports.push({
223
+ kind: "customElement" in t ? "custom-element-definition" : t.kind === "interface" || t.kind === "mixin" ? "ts" : "js",
224
+ name: n ? "default" : t.tagName ?? t.name,
225
+ declaration: {
226
+ name: t.name
227
+ }
228
+ });
115
229
  }
116
- copyDoc(e, s, n, o) {
117
- const i = n.docsTags?.findIndex((d) => d.name === "copyDoc");
118
- if (i === void 0 || i === -1)
230
+ copyDoc(t, n, o, r, i) {
231
+ if (o.docsTags === void 0 || n === void 0)
119
232
  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)
233
+ let a = 0;
234
+ for (; o.docsTags[a].name !== "copyDoc"; )
235
+ if (a += 1, a === o.docsTags.length)
236
+ return;
237
+ const s = o.name;
238
+ let l = n?.[s];
239
+ l === void 0 && y(
240
+ "@copyDoc tag was used, but failed to find copyDoc definition for it. Documentation: https://webgis.esri.com/webgis/core/core/documenting-api#copydoc",
241
+ {
242
+ file: this.file,
243
+ node: t
244
+ }
245
+ ), !(typeof l == "function" && (l = l(o, r, i), l === void 0)) && L(
246
+ l,
247
+ o,
248
+ a
249
+ );
250
+ }
251
+ /**
252
+ * Inherit public members from mixins and superclass.
253
+ *
254
+ * In cast of Lumina, for this to work, the superclass needs to be in a file
255
+ * named like a component (src/components/name/name.tsx), even if it is not a
256
+ * standalone component. See
257
+ * https://devtopia.esri.com/WebGIS/arcgis-web-components/issues/3212
258
+ */
259
+ inheritMembers(t, n, o) {
260
+ if (t in this.resolvedInheritance)
126
261
  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);
262
+ this.resolvedInheritance[t] = void 0;
263
+ let i = !1;
264
+ if (n.members !== void 0)
265
+ for (let p = 0; p < n.members.length; p++) {
266
+ const u = n.members[p];
267
+ if (u.kind === "field") {
268
+ if (u.name === "@eventTypes") {
269
+ i = !0, this.handleEventTypesProperty(u, n, t), n.members.splice(p, 1), p -= 1;
270
+ continue;
271
+ }
272
+ u.inheritedFrom === void 0 && this.resolvePropertyAutoCastingType(u, t);
273
+ }
274
+ }
275
+ const a = n;
276
+ let s = n.mixins, l = a.superclass, m = l === void 0 ? void 0 : this.maybeResolveMixinBaseClass(l, t);
277
+ if (m?.supertypes !== void 0) {
278
+ s = s === void 0 ? [] : [...s];
279
+ do {
280
+ const p = m.supertypes.length > 1, u = p ? 1 : 0;
281
+ for (let C = m.supertypes.length - 1; C >= u; C--) {
282
+ const E = m.supertypes[C], v = E.module === void 0 ? { ...E, module: l.module } : E;
283
+ s.unshift(v);
284
+ }
285
+ l = p ? m.supertypes[0] : void 0, m = l === void 0 ? void 0 : this.maybeResolveMixinBaseClass(l, t);
286
+ } while (m?.supertypes !== void 0);
287
+ }
288
+ if (s !== void 0) {
289
+ const p = s.length - (n.mixins?.length ?? 0);
290
+ for (let u = s.length - 1; u >= 0; u--) {
291
+ const E = s[u].module ?? t, v = this.resolvedInheritance[E] ?? this.resolveInheritance(E, o, !0);
292
+ v !== !1 ? this.inheritMembersFrom(v, n, i) : u >= p && (n.mixins.splice(u - p, 1), n.mixins.length === 0 && (n.mixins = void 0));
293
+ }
294
+ }
295
+ if (l?.package !== void 0)
296
+ return;
297
+ const S = l?.module, c = S === void 0 ? !1 : this.resolvedInheritance[S] ?? this.resolveInheritance(S, o, !1);
298
+ c !== !1 && (this.inheritMembersFrom(c, n, i), l.module = c.inheritanceData.module);
299
+ }
300
+ /**
301
+ * Inherit members from a superclass or mixin.
302
+ */
303
+ inheritMembersFrom(t, n, o) {
304
+ const r = t.declaration, i = n;
305
+ if (t.indexedMembers !== void 0) {
306
+ n.members ??= [];
307
+ const a = n.members, s = this.noInheritMembers[t.inheritanceData.module];
308
+ let l = s === void 0 ? void 0 : new Set(s);
309
+ for (let S = 0; S < a.length; S++) {
310
+ const c = a[S], p = R(c), u = t.indexedMembers.get(p);
311
+ 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);
312
+ }
313
+ const m = r.members;
314
+ for (let S = 0; S < m.length; S++) {
315
+ const c = m[S];
316
+ // Most classes don't override any public members, so don't even check
317
+ // for this if no members were overridden.
318
+ (l?.has(R(c)) ?? !1) || n.members.push(
319
+ c.inheritedFrom === void 0 ? { ...c, inheritedFrom: t.inheritanceData } : c
320
+ );
321
+ }
322
+ }
323
+ !o && t.indexedEvents !== void 0 && (i.events = this.inheritMembersOfKind(
324
+ i.events,
325
+ r.events,
326
+ t.indexedEvents,
327
+ t.inheritanceData
328
+ )), t.indexedAttributes !== void 0 && (i.attributes = this.inheritMembersOfKind(
329
+ i.attributes,
330
+ r.attributes,
331
+ t.indexedAttributes,
332
+ t.inheritanceData
333
+ )), t.indexedSlots !== void 0 && (i.slots = this.inheritMembersOfKind(
334
+ i.slots,
335
+ r.slots,
336
+ t.indexedSlots
337
+ )), t.indexedCssParts !== void 0 && (i.cssParts = this.inheritMembersOfKind(
338
+ i.cssParts,
339
+ r.cssParts,
340
+ t.indexedCssParts
341
+ )), t.indexedCssProperties !== void 0 && (i.cssProperties = this.inheritMembersOfKind(
342
+ i.cssProperties,
343
+ r.cssProperties,
344
+ t.indexedCssProperties
345
+ )), t.indexedCssStates !== void 0 && (i.cssStates = this.inheritMembersOfKind(
346
+ i.cssStates,
347
+ r.cssStates,
348
+ t.indexedCssStates
349
+ ));
350
+ }
351
+ inheritMembersOfKind(t = [], n, o, r) {
352
+ const i = /* @__PURE__ */ new Set();
353
+ for (let a = 0; a < t.length; a++) {
354
+ const s = t[a], l = o[s.name];
355
+ l !== void 0 && (i.add(s.name), s.inheritedFrom === void 0 && L(l, s));
356
+ }
357
+ for (let a = 0; a < n.length; a++) {
358
+ const s = n[a];
359
+ i.has(s.name) || t.push(
360
+ r === void 0 || s.inheritedFrom !== void 0 ? s : { ...s, inheritedFrom: r }
361
+ );
362
+ }
363
+ return t;
364
+ }
365
+ /**
366
+ * Based on the superclass name, find the actual declaration in the modules.
367
+ */
368
+ resolveInheritance(t, n, o) {
369
+ const r = this.findSuperclassDeclaration(t, n, o);
370
+ if (r === !1)
371
+ return this.resolvedInheritance[t] = !1, !1;
372
+ const [i, a] = r, s = a;
373
+ this.inheritMembers(t, a, n);
374
+ let l, m = !1;
375
+ if (a.members !== void 0) {
376
+ l = /* @__PURE__ */ new Map();
377
+ for (let c = 0; c < a.members.length; c++) {
378
+ const p = a.members[c], u = R(p), E = l.get(u) !== void 0;
379
+ l.set(u, E ? void 0 : p), m ||= p.kind === "field" && p.readonly === void 0;
380
+ }
381
+ }
382
+ const S = {
383
+ inheritanceData: {
384
+ name: a.name,
385
+ module: i
386
+ },
387
+ declaration: a,
388
+ hasSettableField: m,
389
+ indexedMembers: l,
390
+ indexedEvents: f(a.events),
391
+ indexedAttributes: f(s.attributes),
392
+ indexedSlots: f(s.slots),
393
+ indexedCssParts: f(s.cssParts),
394
+ indexedCssProperties: f(s.cssProperties),
395
+ indexedCssStates: f(s.cssStates)
396
+ };
397
+ return this.resolvedInheritance[t] = S, S;
398
+ }
399
+ /**
400
+ * Overwrite point
401
+ *
402
+ * FINAL: jsapi-extractor has a more efficient implementation because it
403
+ * has to deal with inheritance a lot. Unify it with Lumina.
404
+ */
405
+ findSuperclassDeclaration(t, n, o) {
406
+ for (let r = 0; r < n.length; r++) {
407
+ const i = n[r];
408
+ if (i.path !== t)
409
+ continue;
410
+ const a = i.declarations;
411
+ for (let s = 0; s < a.length; s++) {
412
+ const l = a[s];
413
+ if (l.kind === "class")
414
+ return [i.path, l];
415
+ }
416
+ }
417
+ return !1;
418
+ }
419
+ handleEventTypesProperty(t, n, o) {
420
+ }
421
+ resolvePropertyAutoCastingType(t, n) {
422
+ }
423
+ /**
424
+ * This method should check if the super property is an accessor, then the
425
+ * override property should be promoted to an accessor too.
426
+ * This is necessary until we migrate to standard decorators since - after
427
+ * that internal accessor status will match the status in the public typings.
428
+ */
429
+ maybePromotePropertyToAutoAccessor(t, n) {
430
+ }
431
+ maybeResolveMixinBaseClass(t, n) {
134
432
  }
135
433
  }
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));
434
+ function f(e) {
435
+ if (e === void 0)
436
+ return;
437
+ const t = /* @__PURE__ */ Object.create(null);
438
+ for (let n = 0; n < e.length; n++) {
439
+ const o = e[n];
440
+ t[o.name] = o;
143
441
  }
442
+ return t;
144
443
  }
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;
444
+ const T = d, le = T, V = 5, _ = 1, W = 1, w = 3, H = 4;
445
+ ce(T.createSourceMapGenerator);
446
+ de(T.createTextWriter);
447
+ me(T.getNewLineCharacter);
448
+ function ce(e) {
449
+ if (typeof e != "function")
450
+ throw Error(
451
+ "Failed to find ts.createSourceMapGenerator() function. Lumina needs to be updated to support the new TypeScript version"
452
+ );
453
+ if (e.length !== V)
454
+ throw Error(
455
+ `ts.createSourceMapGenerator() signature changed. Expected ${V} arguments. Lumina needs to be updated to support the new TypeScript version`
456
+ );
148
457
  }
149
- function _(t) {
150
- if (t !== void 0 && (c.isIdentifier(t) || c.isStringLiteralLike(t)))
151
- return t.text;
458
+ function de(e) {
459
+ if (typeof e != "function")
460
+ throw Error(
461
+ "Failed to find ts.createTextWriter() function. Lumina needs to be updated to support the new TypeScript version"
462
+ );
463
+ if (e.length !== _)
464
+ throw Error(
465
+ `ts.createTextWriter() signature changed. Expected ${_} arguments. Lumina needs to be updated to support the new TypeScript version`
466
+ );
152
467
  }
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
- };
468
+ function me(e) {
469
+ if (typeof e != "function")
470
+ throw Error(
471
+ "Failed to find ts.getNewLineCharacter() function. Lumina needs to be updated to support the new TypeScript version"
472
+ );
473
+ if (e.length !== W)
474
+ throw Error(
475
+ `ts.getNewLineCharacter() signature changed. Expected ${W} argument. Lumina needs to be updated to support the new TypeScript version`
476
+ );
169
477
  }
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({
478
+ function pe(e) {
479
+ if (typeof e != "function")
480
+ throw Error(
481
+ "Failed to find ts.Printer.writeFile() function. Lumina needs to be updated to support the new TypeScript version"
482
+ );
483
+ if (e.length !== w)
484
+ throw Error(
485
+ `ts.Printer.writeFile() signature changed. Expected ${w} arguments. Lumina needs to be updated to support the new TypeScript version`
486
+ );
487
+ }
488
+ function ue(e) {
489
+ if (typeof e != "function")
490
+ throw Error(
491
+ "Failed to find ts.Printer.writeNode() function. Lumina needs to be updated to support the new TypeScript version"
492
+ );
493
+ if (e.length !== H)
494
+ throw Error(
495
+ `ts.Printer.writeNode() signature changed. Expected ${H} arguments. Lumina needs to be updated to support the new TypeScript version`
496
+ );
497
+ }
498
+ function $e(e, t) {
499
+ const n = le.createPrinter(e, t);
500
+ return pe(n.writeFile), ue(n.writeNode), n;
501
+ }
502
+ function ze(e) {
503
+ const t = [], n = e, o = e;
504
+ if (e.deprecated && t.push({
179
505
  name: "deprecated",
180
- text: t.deprecated === !0 ? void 0 : t.deprecated
181
- }), s.default && e.push({
506
+ text: e.deprecated === !0 ? void 0 : e.deprecated
507
+ }), n.default && t.push({
182
508
  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({
509
+ text: n.default
510
+ }), o.return) {
511
+ const i = o.parameters;
512
+ if (i !== void 0)
513
+ for (let a = 0; a < i.length; a++) {
514
+ const s = i[a];
515
+ t.push({
516
+ name: "param",
517
+ text: `${s.name}${s.description ? ` - ${s.description}` : ""}`
518
+ });
519
+ }
520
+ o.return?.description && t.push({
521
+ name: "returns",
522
+ text: o.return.description
523
+ });
524
+ }
525
+ if ("customElement" in e) {
526
+ if (e.cssParts)
527
+ for (const i of e.cssParts)
528
+ t.push({
529
+ name: "csspart",
530
+ text: I(i)
531
+ });
532
+ if (e.cssStates)
533
+ for (const i of e.cssStates)
534
+ t.push({
535
+ name: "cssstate",
536
+ text: I(i)
537
+ });
538
+ if (e.slots)
539
+ for (const i of e.slots)
540
+ t.push({
541
+ name: "slot",
542
+ text: I(i)
543
+ });
544
+ }
545
+ n.privacy === "private" && t.push({
203
546
  name: "private",
204
547
  text: void 0
205
- });
206
- const o = t.description ?? "";
207
- return e.length === 0 && o.length === 0 ? [] : [J(o, e)];
548
+ }), e.docsTags !== void 0 && t.push(...e.docsTags);
549
+ const r = e.description ?? "";
550
+ if (!(t.length === 0 && r.length === 0))
551
+ return {
552
+ description: r,
553
+ docsTags: t
554
+ };
555
+ }
556
+ function I(e) {
557
+ const t = e.name + (e.default !== void 0 ? `=${e.default}` : ""), n = t.length > 0 ? `[${t}]` : "", o = e.description ?? "", r = o.length > 0 ? ` - ${o}` : "";
558
+ return `${n}${r}`;
208
559
  }
209
- function J(t = "", e = []) {
560
+ function qe(e) {
561
+ return e === void 0 ? [] : [
562
+ {
563
+ kind: d.SyntaxKind.MultiLineCommentTrivia,
564
+ pos: -1,
565
+ end: -1,
566
+ text: Se(e),
567
+ hasTrailingNewLine: !0
568
+ }
569
+ ];
570
+ }
571
+ function Se(e) {
572
+ const t = e.description ?? "", n = t.length === 0, o = e.docsTags, r = (
573
+ // Has 2+ tags, or multi-line description, or single tag and single line description
574
+ o.length + (n ? 0 : t.includes(`
575
+ `) ? 2 : 1) > 1 || // Has a single tag, but that tag is multi-line
576
+ o[0]?.text?.includes(`
577
+ `) === !0
578
+ );
579
+ let i = "*";
580
+ n ? r || (i += " ") : (r ? (i += `
581
+ * `, i += N(t)) : i += ` ${t.replaceAll(" @", " \\@")}`, o.length > 0 && (i += `
582
+ *`));
583
+ for (let a = 0; a < o.length; a++) {
584
+ const s = o[a], l = `@${s.name}`, m = s.text ?? "";
585
+ i += `${r ? `
586
+ * ` : ""}${l}`, m.includes(`
587
+ `) ? (s.name === "returns" || s.name === "param" ? i += " " : i += `
588
+ * `, i += N(m)) : m.length > 0 && (i += ` ${m.replaceAll(" @", " \\@")}`);
589
+ }
590
+ return i += r ? `
591
+ ` : " ", i;
592
+ }
593
+ function N(e) {
594
+ let t = "";
595
+ for (let n = 0; n < e.length; n++) {
596
+ const o = e[n];
597
+ o === `
598
+ ` ? e[n + 1] === `
599
+ ` ? t += `
600
+ *` : t += `
601
+ * ` : o === "@" && (e[n - 1] === " " || e[n - 1] === `
602
+ ` || n === 0) ? t += "\\@" : t += o;
603
+ }
604
+ return t;
605
+ }
606
+ function Je(e, t, n = !0) {
607
+ const o = d.getLeadingCommentRanges(t.text, e.pos);
608
+ if (o === void 0)
609
+ return;
610
+ let r;
611
+ for (const i of o) {
612
+ const a = t.text.slice(i.pos, i.end);
613
+ a.startsWith("/**") && (r !== void 0 && y(
614
+ `Found multiple JSDoc comments for the same node. This is not allowed.
615
+ 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
616
+ If this is meant to be a function overload, read the documentation: https://webgis.esri.com/webgis/core/core/documenting-api#function-overloads`,
617
+ {
618
+ file: t,
619
+ node: e
620
+ }
621
+ ), r = a);
622
+ }
623
+ if (r !== void 0 && !(n && !r.includes("* @public")))
624
+ return Ee(r, t, n);
625
+ }
626
+ function Ee(e, t, n = !1) {
627
+ const o = e.length - 2;
628
+ let r = 3, i = "";
629
+ const a = [];
630
+ let s, l = !n, m = !1;
631
+ for (; r < o; ) {
632
+ let S = e.indexOf(`
633
+ `, r);
634
+ S === -1 && (S = o);
635
+ let c = e.slice(r, S).trim();
636
+ if (r = S + 1, c === "*" ? c = "" : c.startsWith("*") && (c[1] === " " ? c = c.slice(2) : y(
637
+ `For consistency, include a space character after '*' in JSDoc. Did not find it in "${e}"`,
638
+ {
639
+ file: t,
640
+ node: void 0
641
+ }
642
+ )), c.startsWith("@")) {
643
+ s !== void 0 && !m && a.push({
644
+ name: s.name,
645
+ text: s.text.trim().replaceAll("\\@", "@") || void 0
646
+ });
647
+ const p = c.indexOf(" "), u = p === -1 ? c.slice(1) : c.slice(1, p), C = n && u === "public";
648
+ l ||= C, m = C || u === "privateRemarks";
649
+ const E = p === -1 ? "" : c.slice(p + 1);
650
+ s = {
651
+ name: u,
652
+ text: E
653
+ };
654
+ } else s !== void 0 ? s.text = `${s.text}
655
+ ${c}` : i += `${c}
656
+ `;
657
+ }
658
+ if (l)
659
+ return s !== void 0 && !m && a.push({
660
+ name: s.name,
661
+ text: s.text.trim().replaceAll("\\@", "@") || void 0
662
+ }), {
663
+ description: i.trim().replaceAll("\\@", "@") || void 0,
664
+ docsTags: a
665
+ };
666
+ }
667
+ function Ce(e, t) {
668
+ const n = ye(t.getJsDocTags());
669
+ let o = d.displayPartsToString(t.getDocumentationComment(e));
670
+ const r = n.at(-1), i = r?.text?.indexOf(ge);
671
+ if (i !== void 0 && i !== -1) {
672
+ const a = r.text.indexOf(fe);
673
+ a !== -1 && (o += r.text.slice(a), r.text = r.text?.slice(0, a));
674
+ }
210
675
  return {
211
- kind: c.SyntaxKind.MultiLineCommentTrivia,
212
- pos: -1,
213
- end: -1,
214
- text: R(t, e),
215
- hasTrailingNewLine: !0
676
+ description: o || void 0,
677
+ docsTags: n
216
678
  };
217
679
  }
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;
680
+ const fe = `
681
+
682
+ {@link `, ge = "Read more...}", ye = (e) => e.filter((t) => t.name !== "privateRemarks").map((t) => ({
683
+ name: t.name,
684
+ text: t.text?.map((n) => n.text).join("")
685
+ }));
686
+ function je(e, t, n) {
687
+ const o = t.getSymbolAtLocation(e), r = o === void 0 ? void 0 : Ce(t, o);
688
+ if (r !== void 0)
689
+ return ve(n, r);
690
+ }
691
+ function ve(e, t) {
692
+ for (const n of t.docsTags) {
693
+ const { name: o, text: r } = n;
694
+ 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
695
  }
696
+ e.description = t.description;
243
697
  }
244
- function p(t) {
245
- if (t === void 0)
698
+ function P(e) {
699
+ if (e === void 0)
246
700
  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);
701
+ const t = e.indexOf(" - ");
702
+ if (t === -1)
703
+ return e.startsWith("- ") ? { name: "", description: e.slice(2) } : { name: e };
704
+ let n, o = e.slice(0, t);
705
+ if (o.startsWith("[") && o.endsWith("]")) {
706
+ const i = o.slice(1, -1), a = i.indexOf("=");
707
+ o = i.slice(0, a), n = i.slice(a + 1);
708
+ }
709
+ const r = e.slice(t + 3);
256
710
  return {
257
- name: n,
258
- default: s,
259
- description: o
711
+ name: o,
712
+ default: n,
713
+ description: r
260
714
  };
261
715
  }
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}`;
716
+ 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 = {
717
+ globals: Te
718
+ }, Xe = Object.freeze(
719
+ Object.assign(/* @__PURE__ */ Object.create(null), he.globals)
720
+ ), Qe = "https://developer.mozilla.org/docs/Web/API/";
721
+ function Ye(e, t, n, o, r, i) {
722
+ return `${`${t ? "export default " : "export "}${e ? "abstract " : ""}`}class ${n}${g(o)}${r === void 0 ? "" : ` extends ${r}`} {${i}}`;
723
+ }
724
+ function g(e) {
725
+ if (e === void 0)
726
+ return "";
727
+ let t = "<";
728
+ for (let n = 0; n < e.length; n++) {
729
+ const o = e[n];
730
+ 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 += ", ");
731
+ }
732
+ return t += ">", t;
733
+ }
734
+ function Ze(e, t, n, o, r) {
735
+ const i = e ? "export default " : "export ";
736
+ let a = "";
737
+ if (o !== void 0) {
738
+ a = " extends ";
739
+ for (let s = 0; s < o.length; s++)
740
+ a += o[s], s < o.length - 1 && (a += ", ");
741
+ }
742
+ return `${i}interface ${t}${g(n)}${a} {${r}}`;
743
+ }
744
+ function et(e, t, n, o, r, i, a, s) {
745
+ const l = `${e ? "protected " : ""}${t ? "abstract " : ""}${n ? "static " : ""}`, m = s === void 0 ? "" : `: ${s}`;
746
+ return `${l}${r === "" ? "" : x(r)}${o ? "?" : ""}${g(i)}(${A(a)})${m};`;
747
+ }
748
+ function x(e) {
749
+ return Me.test(e) || e.startsWith("[") ? e : `"${e.replaceAll("\\", "\\\\").replaceAll('"', '\\"')}"`;
750
+ }
751
+ const Me = /^[A-Za-z_$][A-Za-z0-9_$]*$/u;
752
+ function tt(e, t, n, o, r) {
753
+ return `${e ? "export default " : "export "}function ${t}${g(n)}(${A(o)}): ${r};`;
754
+ }
755
+ function nt(e) {
756
+ return `${g(e.typeParameters)}(${A(e.parameters)}): ${e.return.type.text}`;
757
+ }
758
+ function A(e) {
759
+ if (e === void 0)
760
+ return "";
761
+ let t = "";
762
+ for (let n = 0; n < e.length; n++) {
763
+ const o = e[n];
764
+ o.rest === !0 && (t += "..."), t += o.name, o.optional === !0 && (t += "?"), t += `: ${o.type.text}`, n < e.length - 1 && (t += ", ");
765
+ }
766
+ return t;
767
+ }
768
+ function ot(e, t, n, o, r, i, a, s) {
769
+ return `${`${e ? "protected " : ""}${t ? "abstract " : n ? "static " : ""}${o ? "readonly " : r ? "accessor " : ""}`}${x(a)}${i ? "?" : ""}: ${s};`;
770
+ }
771
+ function rt(e, t, n, o, r, i) {
772
+ const a = `${e ? "protected " : ""}${t ? "abstract " : ""}${n ? "static " : ""}`, s = x(o), l = i === void 0 ? "" : `
773
+ ${a}set ${s}(value: ${i});`;
774
+ return `${a}get ${s}(): ${r};${l}`;
775
+ }
776
+ function it(e, t, n) {
777
+ const r = `${e ? "declare " : "export "}const ${t}: ${n};`;
778
+ return e ? `${r}
779
+ export default ${t};` : r;
780
+ }
781
+ function at(e, t, n, o) {
782
+ let r = `export type ${e}${g(t)} = `;
783
+ if (n !== void 0)
784
+ for (let i = 0; i < n.length; i++)
785
+ r += n[i], (i < n.length - 1 || o !== void 0) && (r += `
786
+ & `);
787
+ return o !== void 0 && (r += o), r += ";", r;
265
788
  }
266
789
  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
790
+ Ue as ApiExtractor,
791
+ k as alternativeDocumentationHost,
792
+ ee as apiExtractorDiagnosticContext,
793
+ y as apiExtractorError,
794
+ B as apiExtractorErrorCount,
795
+ M as apiExtractorJsDocError,
796
+ ze as apiMemberToNodeDoc,
797
+ Ve as compareClassMembers,
798
+ ke as compareNamedNodes,
799
+ U as compareStrings,
800
+ Ke as extractBooleanInitializer,
801
+ Be as findDecorator,
802
+ _e as findReferenceRanges,
803
+ O as getApiMemberName,
804
+ We as getApiNodeLabel,
805
+ se as getBasename,
806
+ R as getMaybeStaticApiMemberName,
807
+ Ne as getMemberName,
808
+ Je as getNodeDoc,
809
+ Ge as globalPackageIdentifier,
810
+ we as hasIgnoredModifier,
811
+ xe as isApiMethod,
812
+ Ae as isApiProperty,
813
+ Oe as multipleJsDocTags,
814
+ oe as naturalSortModules,
815
+ Se as nodeDocToString,
816
+ qe as nodeDocToSynthesizedComment,
817
+ F as normalizedDocumentationHost,
818
+ Fe as postProcessLinks,
819
+ Ye as printClass,
820
+ tt as printFunction,
821
+ rt as printGetterSetter,
822
+ Ze as printInterface,
823
+ et as printMethod,
824
+ ot as printProperty,
825
+ nt as printSignature,
826
+ at as printTypeAlias,
827
+ g as printTypeParameters,
828
+ it as printVariable,
829
+ Pe as resetApiExtractorErrorCount,
830
+ ve as setApiDocFromJsDoc,
831
+ je as setApiDocFromSymbol,
832
+ De as setApiExtractorErrorLogger,
833
+ He as setDefaultFromInitializer,
834
+ Ce as symbolToDocs,
835
+ Xe as typeScriptGlobals,
836
+ Qe as typeScriptGlobalsViewUrlCommonPrefix,
837
+ $e as unsafeGetUndocumentedPrinter,
838
+ le as unsafeUndocumentedTs
285
839
  };