@arcgis/api-extractor 5.2.0-next.1 → 5.2.0-next.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ApiExtractor-CZfBqER_.js → ApiExtractor-DKbuT3yq.js} +206 -189
- package/dist/apiJson.d.ts +4 -4
- package/dist/extractor/ApiExtractor.js +3 -3
- package/dist/extractor/config.js +6 -5
- package/dist/extractor/extractors/copyDoc.d.ts +10 -4
- package/dist/{typeScript-Bi6LkUmP.js → typeScript-rpB6x3rO.js} +1 -1
- package/dist/utils/apiHelpers.d.ts +3 -0
- package/dist/utils/apiHelpers.js +5 -5
- package/dist/utils/hydrateApiType.js +21 -19
- package/dist/vite/plugin.js +3 -3
- package/dist/vite/typeScript.js +1 -1
- package/dist/{worker-C9agsAIe.js → worker-B9PXR8bT.js} +968 -931
- package/package.json +3 -3
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
import { path as
|
|
2
|
-
import { b as Ii, p as Ai, l as ki } from "./typeScript-
|
|
3
|
-
import { getDefaultBasePath as ei, buildViewUrl as Gi, getViewUrl as
|
|
1
|
+
import { path as He, existsAsync as Zt, getCwd as Ri, retrievePackageJson as ct, toPosixPathSeparators as Li } from "@arcgis/components-build-utils";
|
|
2
|
+
import { b as Ii, p as Ai, l as ki } from "./typeScript-rpB6x3rO.js";
|
|
3
|
+
import { getDefaultBasePath as ei, buildViewUrl as Gi, getViewUrl as Ue } from "./extractor/processing/links.js";
|
|
4
4
|
import o from "typescript";
|
|
5
5
|
import "fs/promises";
|
|
6
|
-
import { a as
|
|
7
|
-
import { maybeEscapePropertyName as
|
|
6
|
+
import { a as ue, b as ti, c as ht, g as me, p as J, f as et, h as ii, d as Fe, e as Fi, i as Oi, j as ni, k as Ni } from "./privateContext-CB7P40up.js";
|
|
7
|
+
import { maybeEscapePropertyName as Dt, printTypeAlias as Rt, printInterface as wi, printFunction as Ui, printVariable as Vi, printClass as Wi, printMethod as _i, printProperty as ve, printGetterSetter as Bi, printSignature as Ki } from "./utils/partPrinter.js";
|
|
8
8
|
import { styleText as ie } from "node:util";
|
|
9
|
-
import { readFile as
|
|
9
|
+
import { readFile as Lt, opendir as It, rm as Hi } from "node:fs/promises";
|
|
10
10
|
import { pathIsComponentEntrypoint as $i, findDeclaredComponent as zi } from "./extractor/webComponent/findComponents.js";
|
|
11
|
-
import { renameComponentFolder as
|
|
12
|
-
import { getBasename as Z, getPackageNameFromExternalSpecifier as
|
|
13
|
-
import { readFileSync as Ji, existsSync as
|
|
11
|
+
import { renameComponentFolder as Ve, addComponentPathMapping as ji } from "./extractor/webComponent/pathMapping.js";
|
|
12
|
+
import { getBasename as Z, getPackageNameFromExternalSpecifier as dt, extractInitializer as $e, extractBooleanInitializer as Y, findDecorator as xe, getMemberName as De } from "./utils/astHelpers.js";
|
|
13
|
+
import { readFileSync as Ji, existsSync as ye } from "node:fs";
|
|
14
14
|
import { uncapitalize as qi, camelToKebab as Qi, kebabToPascal as Xi } from "@arcgis/toolkit/string";
|
|
15
|
-
import { globalPackageIdentifier as
|
|
16
|
-
import
|
|
15
|
+
import { globalPackageIdentifier as le, mergeApiNodes as Yi, isApiMethodAsync as Zi } from "./utils/apiHelpers.js";
|
|
16
|
+
import "@arcgis/toolkit/array";
|
|
17
|
+
import { identity as Se } from "@arcgis/toolkit/function";
|
|
17
18
|
import { pathToFileURL as en } from "node:url";
|
|
18
19
|
import tn from "path";
|
|
19
20
|
import { getWidenedLiteralType as nn, unsafeUndocumentedTs as on, unsafeGetUndocumentedPrinter as an } from "./utils/internalTypeScriptApis.js";
|
|
20
|
-
const
|
|
21
|
-
function
|
|
21
|
+
const At = "developers.arcgis.com", kt = "next.gha.afd.arcgis.com";
|
|
22
|
+
function va(e) {
|
|
22
23
|
if (e.isResolvedConfig === !0)
|
|
23
24
|
return e;
|
|
24
|
-
const t = e.context, n = e.types, i = e.documentation, r = `${t?.cwd === void 0 ? Ri() :
|
|
25
|
+
const t = e.context, n = e.types, i = e.documentation, r = `${t?.cwd === void 0 ? Ri() : He.resolve(t?.cwd)}/`, l = t?.packageJson ?? ct(r);
|
|
25
26
|
let s = t?.basePath ?? "src/";
|
|
26
27
|
s.endsWith("/") || (s += "/");
|
|
27
28
|
const c = "customElements" in l && "@arcgis/lumina" in (l.dependencies ?? {}), p = n?.typeCheckedExtraction ?? c, d = n?.fullTypeCheck ?? !1, m = n?.typeScriptConfig ?? (p || d ? Ii(r, n?.typeScriptConfigPath, !0) : {
|
|
@@ -36,7 +37,7 @@ function ua(e) {
|
|
|
36
37
|
throw Error(
|
|
37
38
|
`${Ai.name}: Provided types.typeScriptConfig has no included files. If you used loadTypeScriptConfig, make sure to set resolveIncludedFiles to true.`
|
|
38
39
|
);
|
|
39
|
-
const
|
|
40
|
+
const u = {
|
|
40
41
|
config: {
|
|
41
42
|
...m.config,
|
|
42
43
|
options: {
|
|
@@ -45,15 +46,15 @@ function ua(e) {
|
|
|
45
46
|
}
|
|
46
47
|
},
|
|
47
48
|
configPath: m.configPath
|
|
48
|
-
},
|
|
49
|
-
if (h && (
|
|
49
|
+
}, f = t?.dtsEmitPath === void 0 || t?.dtsEmitPath === "" ? "" : `${He.resolve(r, t.dtsEmitPath)}/`, S = f !== "", C = t?.environment ?? "production", v = C === "development", P = t?.emptyDtsEmitPath ?? (!v && S), h = i?.omitInternal ?? !1, L = n?.forceProduceDts ?? !1;
|
|
50
|
+
if (h && (S || L))
|
|
50
51
|
throw Error(
|
|
51
52
|
"omitInternal must be false if emitting .d.ts files in order to produce functional types for internal APIs."
|
|
52
53
|
);
|
|
53
54
|
return {
|
|
54
55
|
isResolvedConfig: !0,
|
|
55
56
|
context: {
|
|
56
|
-
dtsEmitPath:
|
|
57
|
+
dtsEmitPath: f,
|
|
57
58
|
emptyDtsEmitPath: P,
|
|
58
59
|
apiJsonEmitPath: t?.apiJsonEmitPath ?? "",
|
|
59
60
|
environment: C,
|
|
@@ -75,14 +76,14 @@ function ua(e) {
|
|
|
75
76
|
types: {
|
|
76
77
|
typeCheckedExtraction: p,
|
|
77
78
|
fullTypeCheck: d,
|
|
78
|
-
afterDiagnostic: n?.afterDiagnostic ??
|
|
79
|
-
typeScriptInstanceCreated: n?.typeScriptInstanceCreated ??
|
|
79
|
+
afterDiagnostic: n?.afterDiagnostic ?? Se,
|
|
80
|
+
typeScriptInstanceCreated: n?.typeScriptInstanceCreated ?? Se,
|
|
80
81
|
typeScriptConfigPath: m.configPath,
|
|
81
|
-
typeScriptConfig:
|
|
82
|
-
compilerOptions:
|
|
82
|
+
typeScriptConfig: u,
|
|
83
|
+
compilerOptions: u.config.options,
|
|
83
84
|
declarationTextTransformers: n?.declarationTextTransformers ?? [],
|
|
84
85
|
typeReplacements: n?.typeReplacements ?? {},
|
|
85
|
-
forceProduceDts:
|
|
86
|
+
forceProduceDts: L
|
|
86
87
|
},
|
|
87
88
|
documentation: {
|
|
88
89
|
copyDocDefinitions: i?.copyDocDefinitions ?? {},
|
|
@@ -91,8 +92,8 @@ function ua(e) {
|
|
|
91
92
|
publicStoryUrlPrefix: i?.publicStoryUrlPrefix ?? !1,
|
|
92
93
|
getComponentDocsUrl: i?.getComponentDocsUrl ?? !1,
|
|
93
94
|
getComponentDemoUrl: i?.getComponentDemoUrl ?? !1,
|
|
94
|
-
host: i?.host ?? (v ?
|
|
95
|
-
alternativeHost: i?.alternativeHost ?? (v ?
|
|
95
|
+
host: i?.host ?? (v ? kt : At),
|
|
96
|
+
alternativeHost: i?.alternativeHost ?? (v ? At : kt),
|
|
96
97
|
basePath: i?.basePath ?? ei(l.name.split("/").at(-1))
|
|
97
98
|
},
|
|
98
99
|
verify: {
|
|
@@ -101,7 +102,7 @@ function ua(e) {
|
|
|
101
102
|
detectBrokenLinks: e.verify?.detectBrokenLinks ?? !0
|
|
102
103
|
},
|
|
103
104
|
watch: {
|
|
104
|
-
onUpdate: e.watch?.onUpdate ??
|
|
105
|
+
onUpdate: e.watch?.onUpdate ?? Se,
|
|
105
106
|
// Many reads can happen in a short time (on folder moves, or if prettier re-runs)
|
|
106
107
|
// Shorter than TypeScript's default of 250ms as we are blocked until this
|
|
107
108
|
// timeout is complete. Short timeout for unchecked extraction as it is fast,
|
|
@@ -111,11 +112,11 @@ function ua(e) {
|
|
|
111
112
|
skipWritingUnchanged: P ? !1 : e.watch?.skipWritingUnchanged ?? !0
|
|
112
113
|
},
|
|
113
114
|
strict: e.strict ?? !c,
|
|
114
|
-
afterApiJsonCreate: e.afterApiJsonCreate ??
|
|
115
|
+
afterApiJsonCreate: e.afterApiJsonCreate ?? Se
|
|
115
116
|
};
|
|
116
117
|
}
|
|
117
|
-
async function
|
|
118
|
-
const n = t !== void 0, i = e ?? process.cwd(), a =
|
|
118
|
+
async function Sa(e, t) {
|
|
119
|
+
const n = t !== void 0, i = e ?? process.cwd(), a = He.resolve(i, t ?? "api-extractor.config.ts"), r = await Zt(a);
|
|
119
120
|
if (n && !r)
|
|
120
121
|
throw Error(`The provided config file at ${a} does not exist.`);
|
|
121
122
|
if (!r)
|
|
@@ -125,11 +126,11 @@ async function fa(e, t) {
|
|
|
125
126
|
...l,
|
|
126
127
|
context: {
|
|
127
128
|
...l.context,
|
|
128
|
-
cwd: l.context?.cwd ??
|
|
129
|
+
cwd: l.context?.cwd ?? He.dirname(a)
|
|
129
130
|
}
|
|
130
131
|
};
|
|
131
132
|
}
|
|
132
|
-
function
|
|
133
|
+
function ga(e, t) {
|
|
133
134
|
const n = e.context, i = t.context, a = e.types, r = t.types, l = e.documentation, s = t.documentation, c = e.verify, p = t.verify, d = e.watch, m = t.watch;
|
|
134
135
|
return {
|
|
135
136
|
isResolvedConfig: e.isResolvedConfig || t.isResolvedConfig || void 0,
|
|
@@ -150,8 +151,8 @@ function ya(e, t) {
|
|
|
150
151
|
types: {
|
|
151
152
|
typeCheckedExtraction: r?.typeCheckedExtraction ?? a?.typeCheckedExtraction,
|
|
152
153
|
fullTypeCheck: r?.fullTypeCheck ?? a?.fullTypeCheck,
|
|
153
|
-
afterDiagnostic:
|
|
154
|
-
typeScriptInstanceCreated:
|
|
154
|
+
afterDiagnostic: Oe(r?.afterDiagnostic, a?.afterDiagnostic),
|
|
155
|
+
typeScriptInstanceCreated: Oe(
|
|
155
156
|
t?.types?.typeScriptInstanceCreated,
|
|
156
157
|
e?.types?.typeScriptInstanceCreated
|
|
157
158
|
),
|
|
@@ -179,17 +180,17 @@ function ya(e, t) {
|
|
|
179
180
|
detectBrokenLinks: p?.detectBrokenLinks ?? c?.detectBrokenLinks
|
|
180
181
|
},
|
|
181
182
|
watch: {
|
|
182
|
-
onUpdate:
|
|
183
|
+
onUpdate: Oe(m?.onUpdate, d?.onUpdate),
|
|
183
184
|
debounceTime: m?.debounceTime ?? d?.debounceTime,
|
|
184
185
|
clearScreen: m?.clearScreen ?? d?.clearScreen,
|
|
185
186
|
skipWritingUnchanged: m?.skipWritingUnchanged ?? d?.skipWritingUnchanged
|
|
186
187
|
},
|
|
187
188
|
strict: t.strict ?? e.strict,
|
|
188
|
-
afterApiJsonCreate:
|
|
189
|
+
afterApiJsonCreate: Oe(t.afterApiJsonCreate, e.afterApiJsonCreate)
|
|
189
190
|
};
|
|
190
191
|
}
|
|
191
|
-
function
|
|
192
|
-
const n = t ===
|
|
192
|
+
function Oe(e, t) {
|
|
193
|
+
const n = t === Se ? void 0 : t, i = e === Se ? void 0 : e;
|
|
193
194
|
return n !== void 0 && i !== void 0 ? ((...a) => (n(...a), i(...a))) : i ?? n;
|
|
194
195
|
}
|
|
195
196
|
function Te(e) {
|
|
@@ -222,25 +223,25 @@ function Te(e) {
|
|
|
222
223
|
for (const l of a.cssProperties)
|
|
223
224
|
t.push({
|
|
224
225
|
name: "cssproperty",
|
|
225
|
-
text:
|
|
226
|
+
text: Ne(l)
|
|
226
227
|
});
|
|
227
228
|
if (a.cssParts !== void 0)
|
|
228
229
|
for (const l of a.cssParts)
|
|
229
230
|
t.push({
|
|
230
231
|
name: "csspart",
|
|
231
|
-
text:
|
|
232
|
+
text: Ne(l)
|
|
232
233
|
});
|
|
233
234
|
if (a.cssStates !== void 0)
|
|
234
235
|
for (const l of a.cssStates)
|
|
235
236
|
t.push({
|
|
236
237
|
name: "cssstate",
|
|
237
|
-
text:
|
|
238
|
+
text: Ne(l)
|
|
238
239
|
});
|
|
239
240
|
if (a.slots !== void 0)
|
|
240
241
|
for (const l of a.slots)
|
|
241
242
|
t.push({
|
|
242
243
|
name: "slot",
|
|
243
|
-
text:
|
|
244
|
+
text: Ne(l)
|
|
244
245
|
});
|
|
245
246
|
}
|
|
246
247
|
e.docsTags !== void 0 && t.push(...e.docsTags);
|
|
@@ -251,7 +252,7 @@ function Te(e) {
|
|
|
251
252
|
docsTags: t
|
|
252
253
|
};
|
|
253
254
|
}
|
|
254
|
-
function
|
|
255
|
+
function Ne(e) {
|
|
255
256
|
const t = e, n = e.name + (t.default !== void 0 ? `=${t.default}` : ""), i = n.length > 0 ? `[${n}]` : "", a = e.description ?? "", r = a.length > 0 ? ` - ${a}` : "";
|
|
256
257
|
return `${i}${r}`;
|
|
257
258
|
}
|
|
@@ -265,40 +266,40 @@ function rn(e) {
|
|
|
265
266
|
);
|
|
266
267
|
let r = "*";
|
|
267
268
|
n ? a || (r += " ") : (a ? (r += `
|
|
268
|
-
* `, r +=
|
|
269
|
+
* `, r += Gt(t)) : r += ` ${t.replaceAll(" @", " \\@")}`, i.length > 0 && (r += `
|
|
269
270
|
*`));
|
|
270
271
|
for (let l = 0; l < i.length; ++l) {
|
|
271
272
|
const s = i[l], c = `@${s.name}`, p = s.text ?? "";
|
|
272
273
|
r += `${a ? `
|
|
273
274
|
* ` : ""}${c}`, p.includes(`
|
|
274
275
|
`) ? (s.name === "returns" || s.name === "param" ? r += " " : r += `
|
|
275
|
-
* `, r +=
|
|
276
|
+
* `, r += Gt(p)) : p.length > 0 && (r += ` ${p.replaceAll(" @", " \\@")}`);
|
|
276
277
|
}
|
|
277
278
|
return r += a ? `
|
|
278
279
|
` : " ", r;
|
|
279
280
|
}
|
|
280
|
-
const
|
|
281
|
-
function
|
|
281
|
+
const ot = 10, sn = 32, ln = 64;
|
|
282
|
+
function Gt(e) {
|
|
282
283
|
let t = "";
|
|
283
284
|
const n = e.length;
|
|
284
285
|
let i = 0;
|
|
285
286
|
for (let a = 0; a < n; ++a) {
|
|
286
287
|
const r = e.charCodeAt(a);
|
|
287
|
-
if (r ===
|
|
288
|
-
t += e.slice(i, a), e.charCodeAt(a + 1) ===
|
|
288
|
+
if (r === ot)
|
|
289
|
+
t += e.slice(i, a), e.charCodeAt(a + 1) === ot ? t += `
|
|
289
290
|
*` : t += `
|
|
290
291
|
* `, i = a + 1;
|
|
291
292
|
else if (r === ln) {
|
|
292
293
|
const l = a === 0 ? 0 : e.charCodeAt(a - 1);
|
|
293
|
-
(a === 0 || l === sn || l ===
|
|
294
|
+
(a === 0 || l === sn || l === ot) && (t += e.slice(i, a), t += "\\@", i = a + 1);
|
|
294
295
|
}
|
|
295
296
|
}
|
|
296
297
|
return i < n && (t += e.slice(i)), t;
|
|
297
298
|
}
|
|
298
|
-
function
|
|
299
|
+
function ne(e, t, n) {
|
|
299
300
|
return oi(e, t, n) ?? void 0;
|
|
300
301
|
}
|
|
301
|
-
function
|
|
302
|
+
function ze(e, t, n, i) {
|
|
302
303
|
const a = oi(e, t, n);
|
|
303
304
|
return a === void 0 ? i : a ?? void 0;
|
|
304
305
|
}
|
|
@@ -335,34 +336,34 @@ function cn(e, t, n, i) {
|
|
|
335
336
|
let m = e.indexOf(`
|
|
336
337
|
`, r);
|
|
337
338
|
m === -1 && (m = a);
|
|
338
|
-
let
|
|
339
|
-
if (r = m + 1,
|
|
339
|
+
let u = e.slice(r, m).trim();
|
|
340
|
+
if (r = m + 1, u === "*" ? u = "" : u.startsWith("*") && (u[1] === " " ? u = u.slice(2) : i.config.strict ? i.emitError(
|
|
340
341
|
`For consistency, include a space character after '*' in JSDoc. Did not find it in "${e}"`,
|
|
341
342
|
{
|
|
342
343
|
file: i.file,
|
|
343
344
|
node: void 0
|
|
344
345
|
}
|
|
345
|
-
) :
|
|
346
|
+
) : u = u.slice(1)), u.startsWith("@")) {
|
|
346
347
|
c !== void 0 && !d && s.push(
|
|
347
|
-
|
|
348
|
+
N[c] ?? {
|
|
348
349
|
name: c,
|
|
349
350
|
text: p.trim().replaceAll("\\@", "@") || void 0
|
|
350
351
|
}
|
|
351
352
|
);
|
|
352
|
-
const
|
|
353
|
-
if (
|
|
353
|
+
const f = u.indexOf(" "), S = f === -1 ? u.slice(1) : u.slice(1, f);
|
|
354
|
+
if (S === "internal") {
|
|
354
355
|
if (n)
|
|
355
356
|
return null;
|
|
356
357
|
t = !1;
|
|
357
|
-
} else
|
|
358
|
-
const C =
|
|
359
|
-
c =
|
|
358
|
+
} else S === "public" ? (t = !1, d = !0) : d = S === "privateRemarks";
|
|
359
|
+
const C = f === -1 ? "" : u.slice(f + 1);
|
|
360
|
+
c = S, p = C;
|
|
360
361
|
} else c !== void 0 ? p = `${p}
|
|
361
|
-
${
|
|
362
|
+
${u}` : l += `${u}
|
|
362
363
|
`;
|
|
363
364
|
}
|
|
364
365
|
return t ? null : (c !== void 0 && !d && s.push(
|
|
365
|
-
|
|
366
|
+
N[c] ?? {
|
|
366
367
|
name: c,
|
|
367
368
|
text: p.trim().replaceAll("\\@", "@") || void 0
|
|
368
369
|
}
|
|
@@ -383,16 +384,16 @@ function ai(e, t) {
|
|
|
383
384
|
const i = t.docsTags[n], { name: a, text: r } = i;
|
|
384
385
|
if (a === "deprecated")
|
|
385
386
|
e.deprecated = r || !0;
|
|
386
|
-
else if (i ===
|
|
387
|
+
else if (i === N.private)
|
|
387
388
|
e.privacy = "private";
|
|
388
389
|
else if (a === "csspart")
|
|
389
|
-
e.cssParts ??= [], e.cssParts.push(
|
|
390
|
+
e.cssParts ??= [], e.cssParts.push(at(r));
|
|
390
391
|
else if (a === "cssstate")
|
|
391
|
-
e.cssStates ??= [], e.cssStates.push(
|
|
392
|
+
e.cssStates ??= [], e.cssStates.push(at(r));
|
|
392
393
|
else if (a === "slot")
|
|
393
|
-
e.slots ??= [], e.slots.push(
|
|
394
|
+
e.slots ??= [], e.slots.push(at(r));
|
|
394
395
|
else if (a === "esriCompatibilityName") {
|
|
395
|
-
const l =
|
|
396
|
+
const l = ue(e);
|
|
396
397
|
l.esriCompatibilityNames ??= [], l.esriCompatibilityNames.push(r ?? "");
|
|
397
398
|
} else a === "readonly" || (e.docsTags ??= [], e.docsTags.push(i));
|
|
398
399
|
}
|
|
@@ -404,14 +405,14 @@ function pn(e, t) {
|
|
|
404
405
|
const r = t.docsTags[a], { name: l, text: s } = r;
|
|
405
406
|
if (l === "deprecated")
|
|
406
407
|
e.deprecated = s || !0;
|
|
407
|
-
else if (r ===
|
|
408
|
+
else if (r === N.private)
|
|
408
409
|
e.privacy = "private";
|
|
409
410
|
else if (l === "param")
|
|
410
411
|
i.push(r);
|
|
411
412
|
else if (l === "returns")
|
|
412
413
|
n.return.description = r.text;
|
|
413
414
|
else if (l === "esriCompatibilityName") {
|
|
414
|
-
const c =
|
|
415
|
+
const c = ht(e);
|
|
415
416
|
c.esriCompatibilityNames ??= [], c.esriCompatibilityNames.push(s ?? "");
|
|
416
417
|
} else
|
|
417
418
|
e.docsTags ??= [], e.docsTags.push(r);
|
|
@@ -421,7 +422,7 @@ function pn(e, t) {
|
|
|
421
422
|
function mn(e, t) {
|
|
422
423
|
for (let n = 0; n < t.docsTags.length; ++n) {
|
|
423
424
|
const i = t.docsTags[n], { name: a, text: r } = i;
|
|
424
|
-
a === "deprecated" ? e.deprecated = r || !0 : a === "default" ? e.default = r : i ===
|
|
425
|
+
a === "deprecated" ? e.deprecated = r || !0 : a === "default" ? e.default = r : i === N.readonly ? e.readonly = !0 : i === N.private ? e.privacy = "private" : (e.docsTags ??= [], e.docsTags.push(i));
|
|
425
426
|
}
|
|
426
427
|
e.description = t.description;
|
|
427
428
|
}
|
|
@@ -443,11 +444,11 @@ function un(e, t) {
|
|
|
443
444
|
function fn(e, t) {
|
|
444
445
|
for (let n = 0; n < t.docsTags.length; ++n) {
|
|
445
446
|
const i = t.docsTags[n], { name: a, text: r } = i;
|
|
446
|
-
a === "deprecated" ? e.deprecated = r || !0 : i ===
|
|
447
|
+
a === "deprecated" ? e.deprecated = r || !0 : i === N.private ? e.privacy = "private" : (e.docsTags ??= [], e.docsTags.push(i));
|
|
447
448
|
}
|
|
448
449
|
e.description = t.description;
|
|
449
450
|
}
|
|
450
|
-
function
|
|
451
|
+
function at(e) {
|
|
451
452
|
if (e === void 0)
|
|
452
453
|
return {
|
|
453
454
|
name: "",
|
|
@@ -489,7 +490,7 @@ function rt(e) {
|
|
|
489
490
|
default: n
|
|
490
491
|
};
|
|
491
492
|
}
|
|
492
|
-
const
|
|
493
|
+
const N = {
|
|
493
494
|
// Create a null prototype object to avoid collisions with Object.prototype when doing lookups
|
|
494
495
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
495
496
|
__proto__: null,
|
|
@@ -500,12 +501,12 @@ const U = {
|
|
|
500
501
|
experimental: { name: "experimental", text: void 0 },
|
|
501
502
|
readonly: { name: "readonly", text: void 0 },
|
|
502
503
|
required: { name: "required", text: void 0 }
|
|
503
|
-
},
|
|
504
|
+
}, Re = {
|
|
504
505
|
description: void 0,
|
|
505
506
|
docsTags: []
|
|
506
507
|
}, Ce = {
|
|
507
508
|
description: void 0,
|
|
508
|
-
docsTags: [
|
|
509
|
+
docsTags: [N.private]
|
|
509
510
|
};
|
|
510
511
|
function yn(e, t, n) {
|
|
511
512
|
switch (t.path) {
|
|
@@ -514,19 +515,19 @@ function yn(e, t, n) {
|
|
|
514
515
|
if (a === -1)
|
|
515
516
|
return n.emitError(
|
|
516
517
|
`Hardcoded behavior error: Expected .d.ts for FeatureLayer to include "${i}".`,
|
|
517
|
-
{ file:
|
|
518
|
+
{ file: me(t).file, node: void 0 }
|
|
518
519
|
), e;
|
|
519
520
|
const r = 'get type(): "feature";', l = e.indexOf(r);
|
|
520
521
|
if (l === -1)
|
|
521
522
|
return n.emitError(
|
|
522
523
|
`Hardcoded behavior error: Expected .d.ts for FeatureLayer to include "${r}".`,
|
|
523
|
-
{ file:
|
|
524
|
+
{ file: me(t).file, node: void 0 }
|
|
524
525
|
), e;
|
|
525
526
|
const s = l + r.length, c = e.lastIndexOf("/**", l);
|
|
526
527
|
if (c === -1)
|
|
527
528
|
return n.emitError(
|
|
528
529
|
`Hardcoded behavior error: Expected .d.ts for FeatureLayer to include JSDoc for "${r}".`,
|
|
529
|
-
{ file:
|
|
530
|
+
{ file: me(t).file, node: void 0 }
|
|
530
531
|
), e;
|
|
531
532
|
const p = `export default class FeatureLayer extends __FeatureLayerSansType {
|
|
532
533
|
${e.slice(c, s)}
|
|
@@ -534,15 +535,13 @@ function yn(e, t, n) {
|
|
|
534
535
|
export abstract class __FeatureLayerSansType extends FeatureLayerSuperclass {`;
|
|
535
536
|
return e.slice(0, a) + p + e.slice(a + i.length, c) + e.slice(s);
|
|
536
537
|
}
|
|
537
|
-
case "layers/OrientedImageryLayer":
|
|
538
|
-
case "layers/AnnotationLayer":
|
|
539
|
-
case "layers/DimensionFeatureLayer": {
|
|
538
|
+
case "layers/OrientedImageryLayer": {
|
|
540
539
|
const i = `import type { __FeatureLayerSansType } from "./FeatureLayer.js";
|
|
541
540
|
`, a = `extends FeatureLayer {
|
|
542
541
|
`, r = e.indexOf(a);
|
|
543
542
|
return r === -1 ? (n.emitError(
|
|
544
543
|
`Hardcoded behavior error: Expected .d.ts for ${t.path} to include "${a}".`,
|
|
545
|
-
{ file:
|
|
544
|
+
{ file: me(t).file, node: void 0 }
|
|
546
545
|
), e) : i + e.slice(0, r) + `extends __FeatureLayerSansType {
|
|
547
546
|
` + e.slice(r + a.length);
|
|
548
547
|
}
|
|
@@ -563,31 +562,31 @@ export namespace tsx {
|
|
|
563
562
|
return e;
|
|
564
563
|
}
|
|
565
564
|
}
|
|
566
|
-
function
|
|
565
|
+
function Ta(e, t) {
|
|
567
566
|
let n = `/// <reference types="../index.d.ts" />
|
|
568
567
|
`, i = `
|
|
569
568
|
|
|
570
|
-
`, a = "", r = "", l = "", s = "", c = "", p = "", d = "", m = "",
|
|
571
|
-
for (let
|
|
572
|
-
const
|
|
573
|
-
for (let A = 0; A <
|
|
574
|
-
const
|
|
575
|
-
if (
|
|
569
|
+
`, a = "", r = "", l = "", s = "", c = "", p = "", d = "", m = "", u = "", f = "", S = "", C = "";
|
|
570
|
+
for (let T = 0; T < e.length; ++T) {
|
|
571
|
+
const R = e[T];
|
|
572
|
+
for (let A = 0; A < R.declarations.length; ++A) {
|
|
573
|
+
const H = R.declarations[A];
|
|
574
|
+
if (H.customElement !== !0)
|
|
576
575
|
continue;
|
|
577
|
-
const
|
|
578
|
-
if (
|
|
576
|
+
const V = H;
|
|
577
|
+
if (V.privacy !== void 0 || ue(V).hasExplicitAbstract === !0)
|
|
579
578
|
continue;
|
|
580
|
-
const { name: G, tagName:
|
|
581
|
-
i += `import type { ${G} } from "./${
|
|
582
|
-
`, n += `import type { ${G} } from "../${
|
|
579
|
+
const { name: G, tagName: U, pascalCaseName: F, events: W } = V;
|
|
580
|
+
i += `import type { ${G} } from "./${R.path}/customElement.js";
|
|
581
|
+
`, n += `import type { ${G} } from "../${R.path}/customElement.js";
|
|
583
582
|
`;
|
|
584
|
-
const [
|
|
583
|
+
const [fe, ke] = vn(V.name, V.members);
|
|
585
584
|
let te = "", q = "";
|
|
586
|
-
if (
|
|
587
|
-
for (let de = 0; de <
|
|
588
|
-
const
|
|
589
|
-
te += ` ${
|
|
590
|
-
`, q += ` ${
|
|
585
|
+
if (W !== void 0) {
|
|
586
|
+
for (let de = 0; de < W.length; ++de) {
|
|
587
|
+
const Ge = W[de], xt = `EventHandler<${G}["${Ge.name}"]>`;
|
|
588
|
+
te += ` ${Dt(`on${Ge.name}`)}?: ${xt};
|
|
589
|
+
`, q += ` ${Dt(`on${Ge.name[0].toUpperCase()}${Ge.name.slice(1)}`)}?: ${xt};
|
|
591
590
|
`;
|
|
592
591
|
}
|
|
593
592
|
a += `export interface ${F}CustomEvent<T> extends CustomEvent<T> {
|
|
@@ -600,24 +599,24 @@ function va(e, t) {
|
|
|
600
599
|
}
|
|
601
600
|
r += ` type HTML${F}Element = ${G};
|
|
602
601
|
|
|
603
|
-
`, l += ` "${
|
|
604
|
-
`, s += `interface Lumina${F} extends ${
|
|
602
|
+
`, l += ` "${U}": ${G};
|
|
603
|
+
`, s += `interface Lumina${F} extends ${fe}h.JSX.HTMLAttributes<${G}> {
|
|
605
604
|
${te}}
|
|
606
605
|
|
|
607
|
-
`, c += ` "${
|
|
608
|
-
`, p += `interface Preact${F} extends ${
|
|
606
|
+
`, c += ` "${U}": Lumina${F};
|
|
607
|
+
`, p += `interface Preact${F} extends ${fe}HTMLAttributes<${G}> {
|
|
609
608
|
${te}}
|
|
610
609
|
|
|
611
|
-
`, d += ` "${
|
|
612
|
-
`, m += `interface React${F} extends ${
|
|
610
|
+
`, d += ` "${U}": Preact${F};
|
|
611
|
+
`, m += `interface React${F} extends ${fe}HTMLProps<${G}> {
|
|
613
612
|
${te}}
|
|
614
613
|
|
|
615
|
-
`,
|
|
616
|
-
`,
|
|
614
|
+
`, u += ` "${U}": React${F};
|
|
615
|
+
`, f += `interface Stencil${F} extends ${fe}StencilJsx.HTMLAttributes<${G}> {
|
|
617
616
|
${q}}
|
|
618
617
|
|
|
619
|
-
`,
|
|
620
|
-
`,
|
|
618
|
+
`, S += ` "${U}": Stencil${F};
|
|
619
|
+
`, ke !== "" && (C += ke);
|
|
621
620
|
}
|
|
622
621
|
}
|
|
623
622
|
if (r === "") {
|
|
@@ -640,39 +639,39 @@ ${r}
|
|
|
640
639
|
const P = `import "./index.js";
|
|
641
640
|
export declare const defineCustomElements: import("${v}").DefineCustomElements;`, h = `${t.config.context.dtsEmitPath}loader.d.ts`;
|
|
642
641
|
t.dtsFiles.set(h, P);
|
|
643
|
-
const
|
|
642
|
+
const L = `${n}import type { h, EventHandler } from "${v}";
|
|
644
643
|
|
|
645
644
|
${C}${s}declare module "@arcgis/lumina" {
|
|
646
645
|
export namespace h.JSX {
|
|
647
646
|
interface IntrinsicElements {
|
|
648
647
|
${c} }
|
|
649
648
|
}
|
|
650
|
-
}`,
|
|
649
|
+
}`, b = ` interface IntrinsicElements {
|
|
651
650
|
${d} }`, y = `${n}import { HTMLAttributes } from "preact";
|
|
652
651
|
import type { EventHandler } from "${v}";
|
|
653
652
|
|
|
654
653
|
${C}${p}declare module 'preact' {
|
|
655
654
|
namespace createElement.JSX {
|
|
656
|
-
${
|
|
655
|
+
${b}
|
|
657
656
|
}
|
|
658
657
|
namespace h.JSX {
|
|
659
|
-
${
|
|
658
|
+
${b}
|
|
660
659
|
}
|
|
661
660
|
}`, k = `
|
|
662
661
|
namespace JSX {
|
|
663
662
|
interface IntrinsicElements {
|
|
664
|
-
${
|
|
663
|
+
${u} }
|
|
665
664
|
}
|
|
666
|
-
`,
|
|
665
|
+
`, D = `${n}import type { HTMLProps } from 'react';
|
|
667
666
|
import type { EventHandler } from "${v}";
|
|
668
667
|
|
|
669
668
|
${C}${m}declare module "react" {${k}}
|
|
670
669
|
declare module "react/jsx-runtime" {${k}}
|
|
671
|
-
declare module "react/jsx-dev-runtime" {${k}}`,
|
|
670
|
+
declare module "react/jsx-dev-runtime" {${k}}`, I = `${n}import { JSXBase as StencilJsx } from "@stencil/core/internal";
|
|
672
671
|
import type { EventHandler } from "${v}";
|
|
673
672
|
|
|
674
|
-
${C}${
|
|
675
|
-
${
|
|
673
|
+
${C}${f}interface ExposedElements {
|
|
674
|
+
${S}}
|
|
676
675
|
|
|
677
676
|
export namespace JSX {
|
|
678
677
|
export interface IntrinsicElements extends ExposedElements {}
|
|
@@ -682,9 +681,9 @@ declare module "@stencil/core/internal/stencil-public-runtime" {
|
|
|
682
681
|
export namespace h.JSX {
|
|
683
682
|
interface IntrinsicElements extends ExposedElements {}
|
|
684
683
|
}
|
|
685
|
-
}`,
|
|
686
|
-
export * from "./stencil.js";`,
|
|
687
|
-
t.dtsFiles.set(
|
|
684
|
+
}`, x = `/** @deprecated import from stencil.d.ts instead */
|
|
685
|
+
export * from "./stencil.js";`, g = `${t.config.context.dtsEmitPath}types/`, K = `${g}lumina.d.ts`, w = `${g}preact.d.ts`, $ = `${g}react.d.ts`, B = `${g}stencil.d.ts`, E = `${g}components.d.ts`;
|
|
686
|
+
t.dtsFiles.set(K, L), t.dtsFiles.set(w, y), t.dtsFiles.set($, D), t.dtsFiles.set(B, I), t.dtsFiles.set(E, x);
|
|
688
687
|
}
|
|
689
688
|
function vn(e, t) {
|
|
690
689
|
const n = [], i = [];
|
|
@@ -698,7 +697,7 @@ function vn(e, t) {
|
|
|
698
697
|
a = !0;
|
|
699
698
|
continue;
|
|
700
699
|
}
|
|
701
|
-
c.docsTags?.includes(
|
|
700
|
+
c.docsTags?.includes(N.required) === !0 ? n.push(`"${c.name}"`) : i.push(`"${c.name}"`);
|
|
702
701
|
}
|
|
703
702
|
let r = n.length > 0 ? `Required<Pick<${e}, ${n.join(" | ")}>>` : "";
|
|
704
703
|
i.length > 0 && (r.length > 0 && (r += ", "), r += `Partial<Pick<${e}, ${i.join(" | ")}>>`), a && (r.length > 0 && (r += ", "), r += `${e}SetterTypes`);
|
|
@@ -706,17 +705,17 @@ function vn(e, t) {
|
|
|
706
705
|
` : "";
|
|
707
706
|
return [r.length === 0 ? "" : `${r}, `, l];
|
|
708
707
|
}
|
|
709
|
-
function
|
|
708
|
+
function ha(e, t) {
|
|
710
709
|
const n = t.moduleMap.get("index");
|
|
711
710
|
if (n === void 0)
|
|
712
|
-
e.unshift(
|
|
711
|
+
e.unshift(Sn);
|
|
713
712
|
else {
|
|
714
|
-
const i =
|
|
713
|
+
const i = me(n);
|
|
715
714
|
i.index.named.getAssetPath === void 0 && n.declarations.push(si), i.index.named.setAssetPath === void 0 && n.declarations.push(li);
|
|
716
715
|
}
|
|
717
716
|
}
|
|
718
717
|
const ri = "@setterTypes", si = {
|
|
719
|
-
[
|
|
718
|
+
[J]: et(),
|
|
720
719
|
kind: "function",
|
|
721
720
|
name: "getAssetPath",
|
|
722
721
|
static: void 0,
|
|
@@ -758,7 +757,7 @@ const ri = "@setterTypes", si = {
|
|
|
758
757
|
privacy: void 0,
|
|
759
758
|
source: void 0
|
|
760
759
|
}, li = {
|
|
761
|
-
[
|
|
760
|
+
[J]: et(),
|
|
762
761
|
kind: "function",
|
|
763
762
|
name: "setAssetPath",
|
|
764
763
|
static: void 0,
|
|
@@ -794,7 +793,7 @@ browser will load the assets from.`,
|
|
|
794
793
|
{
|
|
795
794
|
name: "URL",
|
|
796
795
|
module: void 0,
|
|
797
|
-
package:
|
|
796
|
+
package: le,
|
|
798
797
|
viewUrl: "https://developer.mozilla.org/docs/Web/API/URL",
|
|
799
798
|
start: 0,
|
|
800
799
|
end: 3
|
|
@@ -822,8 +821,8 @@ browser will load the assets from.`,
|
|
|
822
821
|
source: void 0
|
|
823
822
|
}, ci = ii(void 0, "index", {}, { class: void 0, default: void 0, named: {} });
|
|
824
823
|
ci.importsText = "";
|
|
825
|
-
const
|
|
826
|
-
[
|
|
824
|
+
const Sn = {
|
|
825
|
+
[J]: ci,
|
|
827
826
|
kind: "javascript-module",
|
|
828
827
|
path: "index",
|
|
829
828
|
sourcePath: "src/index.ts",
|
|
@@ -834,8 +833,64 @@ const gn = {
|
|
|
834
833
|
declarations: [si, li],
|
|
835
834
|
exports: void 0
|
|
836
835
|
};
|
|
837
|
-
function
|
|
838
|
-
|
|
836
|
+
function pt(e, t) {
|
|
837
|
+
let i = t.startsWith("./") ? t.slice(2) : t, a = e;
|
|
838
|
+
for (; ; ) {
|
|
839
|
+
const r = a.lastIndexOf("/");
|
|
840
|
+
if (a = r === -1 ? "" : a.slice(0, r), i.startsWith("../"))
|
|
841
|
+
i = i.slice(3);
|
|
842
|
+
else
|
|
843
|
+
return a === "" ? i : `${a}/${i}`;
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
function gn(e, t) {
|
|
847
|
+
let n = 0;
|
|
848
|
+
for (; ; ) {
|
|
849
|
+
const a = e.indexOf("/", n) + 1;
|
|
850
|
+
if (a === 0)
|
|
851
|
+
break;
|
|
852
|
+
const r = e.slice(n, a), l = t.slice(n, a);
|
|
853
|
+
if (r !== l)
|
|
854
|
+
break;
|
|
855
|
+
n = a;
|
|
856
|
+
}
|
|
857
|
+
let i = "";
|
|
858
|
+
for (let a = n; a < e.length && (a = e.indexOf("/", a), a !== -1); ++a)
|
|
859
|
+
i += "../";
|
|
860
|
+
return i.length === 0 && (i = "./"), `${i}${t.slice(n)}.js`;
|
|
861
|
+
}
|
|
862
|
+
function Ft(e, t, n = 0) {
|
|
863
|
+
for (; n < e.length; ++n) {
|
|
864
|
+
const i = e[n];
|
|
865
|
+
i.start += t, i.end += t;
|
|
866
|
+
}
|
|
867
|
+
return e;
|
|
868
|
+
}
|
|
869
|
+
function Ot(e, t) {
|
|
870
|
+
if (e === t)
|
|
871
|
+
return !0;
|
|
872
|
+
if (typeof e != "object" || typeof t != "object" || e === null || t === null)
|
|
873
|
+
return !1;
|
|
874
|
+
if (Array.isArray(e)) {
|
|
875
|
+
if (!Array.isArray(t) || e.length !== t.length)
|
|
876
|
+
return !1;
|
|
877
|
+
for (let a = 0; a < e.length; ++a)
|
|
878
|
+
if (!Ot(e[a], t[a]))
|
|
879
|
+
return !1;
|
|
880
|
+
return !0;
|
|
881
|
+
}
|
|
882
|
+
const n = Object.keys(e), i = Object.keys(t);
|
|
883
|
+
if (n.length !== i.length)
|
|
884
|
+
return !1;
|
|
885
|
+
for (let a = 0; a < n.length; ++a) {
|
|
886
|
+
const r = n[a];
|
|
887
|
+
if (!Ot(e[r], t[r]))
|
|
888
|
+
return !1;
|
|
889
|
+
}
|
|
890
|
+
return !0;
|
|
891
|
+
}
|
|
892
|
+
function Ea(e, t) {
|
|
893
|
+
const n = Te(e), i = he(n), a = me(e);
|
|
839
894
|
if (a.index.class?.privacy !== void 0)
|
|
840
895
|
return e.declarations.length > 1 && t.emitError(
|
|
841
896
|
`Did not expect to find any public declarations in a module that declares a private web component. Found: ${e.declarations.filter((s) => s !== a.index.class).map((s) => s.name).join(", ")}`,
|
|
@@ -848,16 +903,17 @@ function Sa(e, t) {
|
|
|
848
903
|
const c = a.reExports[s];
|
|
849
904
|
let p = "";
|
|
850
905
|
if (c.specifiers[0].exportName === "*") {
|
|
851
|
-
const
|
|
852
|
-
p = (c.isTypeOnly ? "type *" : "*") + (
|
|
906
|
+
const m = c.specifiers[0];
|
|
907
|
+
p = (c.isTypeOnly ? "type *" : "*") + (m.aliasName ? ` as ${m.aliasName}` : "");
|
|
853
908
|
} else {
|
|
854
|
-
for (let
|
|
855
|
-
const
|
|
856
|
-
p += (
|
|
909
|
+
for (let m = 0; m < c.specifiers.length; ++m) {
|
|
910
|
+
const u = c.specifiers[m];
|
|
911
|
+
p += (m === 0 ? "{" : ",") + (c.isTypeOnly ? " type " : " ") + u.exportName + (u.aliasName ? ` as ${u.aliasName}` : "");
|
|
857
912
|
}
|
|
858
913
|
p += " }";
|
|
859
914
|
}
|
|
860
|
-
|
|
915
|
+
const d = c.modulePath === void 0 ? c.externalSpecifier : gn(a.dtsPath, c.modulePath);
|
|
916
|
+
r += `export ${p} from "${d}";
|
|
861
917
|
`;
|
|
862
918
|
}
|
|
863
919
|
r += `
|
|
@@ -869,12 +925,12 @@ function Sa(e, t) {
|
|
|
869
925
|
|
|
870
926
|
`;
|
|
871
927
|
const l = e.declarations;
|
|
872
|
-
a.constructorPropertiesInterface !== void 0 && (r += `${
|
|
928
|
+
a.constructorPropertiesInterface !== void 0 && (r += `${Nt(a.constructorPropertiesInterface)}
|
|
873
929
|
|
|
874
930
|
`);
|
|
875
931
|
for (let s = 0; s < l.length; ++s) {
|
|
876
932
|
const c = l[s];
|
|
877
|
-
r +=
|
|
933
|
+
r += Nt(c), s < l.length - 1 && (r += `
|
|
878
934
|
|
|
879
935
|
`);
|
|
880
936
|
}
|
|
@@ -885,12 +941,12 @@ function he(e) {
|
|
|
885
941
|
return e === void 0 ? "" : `/*${rn(e)}*/
|
|
886
942
|
`;
|
|
887
943
|
}
|
|
888
|
-
function
|
|
944
|
+
function Nt(e) {
|
|
889
945
|
let t = Te(e), n = "";
|
|
890
946
|
if (e.kind === "class" || e.kind === "mixin")
|
|
891
|
-
n =
|
|
947
|
+
n = wt(e);
|
|
892
948
|
else if (e.kind === "interface") {
|
|
893
|
-
const a =
|
|
949
|
+
const a = ue(e);
|
|
894
950
|
if (e.supertypes === void 0 && e.type === void 0 && e.members?.length === 1 && (e.members[0].kind === "call-signature" || e.members[0].kind === "constructor")) {
|
|
895
951
|
const l = e.members[0];
|
|
896
952
|
let s = di(l, !0);
|
|
@@ -900,13 +956,13 @@ function Ot(e) {
|
|
|
900
956
|
docsTags: [...c, ...t?.docsTags ?? []]
|
|
901
957
|
});
|
|
902
958
|
const p = s.indexOf("): ");
|
|
903
|
-
s = `${s.slice(0, p)}) => ${s.slice(p + 3, -1)}`, n =
|
|
959
|
+
s = `${s.slice(0, p)}) => ${s.slice(p + 3, -1)}`, n = Rt(e.name, e.typeParameters, void 0, s);
|
|
904
960
|
} else if (a.isMixinBaseClass === !0)
|
|
905
|
-
n =
|
|
961
|
+
n = wt(e);
|
|
906
962
|
else if (a.emitAsTypeAlias === !0) {
|
|
907
963
|
let l = e.type?.text;
|
|
908
964
|
const s = mt(e);
|
|
909
|
-
s !== "" ? l = l === void 0 ? `{${s}}` : `${l} & {${s}}` : l === void 0 && e.supertypes === void 0 && (l = "{}"), n =
|
|
965
|
+
s !== "" ? l = l === void 0 ? `{${s}}` : `${l} & {${s}}` : l === void 0 && e.supertypes === void 0 && (l = "{}"), n = Rt(e.name, e.typeParameters, e.supertypes, l);
|
|
910
966
|
} else {
|
|
911
967
|
const l = mt(e);
|
|
912
968
|
n = wi(
|
|
@@ -918,7 +974,7 @@ function Ot(e) {
|
|
|
918
974
|
);
|
|
919
975
|
}
|
|
920
976
|
} else if (e.kind === "function") {
|
|
921
|
-
const a =
|
|
977
|
+
const a = ht(e);
|
|
922
978
|
n = Ui(
|
|
923
979
|
a.isDefaultExported === !0,
|
|
924
980
|
e.name,
|
|
@@ -932,10 +988,10 @@ function Ot(e) {
|
|
|
932
988
|
}
|
|
933
989
|
return `${he(t)}${n}`;
|
|
934
990
|
}
|
|
935
|
-
function
|
|
936
|
-
const t =
|
|
991
|
+
function wt(e) {
|
|
992
|
+
const t = ue(e), n = t.isDefaultExported === !0, i = mt(e), a = e, r = e;
|
|
937
993
|
let l, s = a.mixins ?? r.supertypes;
|
|
938
|
-
s === void 0 ? a.superclass !== void 0 && (l =
|
|
994
|
+
s === void 0 ? a.superclass !== void 0 && (l = Fe(a.superclass)) : a.superclass === void 0 && s.length === 1 ? (l = Fe(s[0]), s = void 0) : l = `${e.name}Superclass`;
|
|
939
995
|
let c = Wi(
|
|
940
996
|
t.hasExplicitAbstract !== void 0,
|
|
941
997
|
n,
|
|
@@ -946,10 +1002,10 @@ function Nt(e) {
|
|
|
946
1002
|
);
|
|
947
1003
|
if (s !== void 0) {
|
|
948
1004
|
c += `
|
|
949
|
-
declare const ${l}:`, a.superclass !== void 0 && (c += ` typeof ${
|
|
1005
|
+
declare const ${l}:`, a.superclass !== void 0 && (c += ` typeof ${Fe(a.superclass)}`);
|
|
950
1006
|
for (let p = 0; p < s.length; ++p) {
|
|
951
1007
|
const d = s[p];
|
|
952
|
-
c += ` & typeof ${
|
|
1008
|
+
c += ` & typeof ${Fe(d)}`;
|
|
953
1009
|
}
|
|
954
1010
|
}
|
|
955
1011
|
return c;
|
|
@@ -957,15 +1013,15 @@ declare const ${l}:`, a.superclass !== void 0 && (c += ` typeof ${Oe(a.superclas
|
|
|
957
1013
|
function mt(e) {
|
|
958
1014
|
const t = e.members;
|
|
959
1015
|
let n = "";
|
|
960
|
-
const i =
|
|
1016
|
+
const i = ue(e);
|
|
961
1017
|
if (e.kind === "mixin" && (n += `constructor(...args: any[]);
|
|
962
1018
|
`), i.eventTypesProperty !== void 0) {
|
|
963
|
-
let l =
|
|
1019
|
+
let l = hn;
|
|
964
1020
|
if (i.eventTypesProperty.description !== void 0 || i.eventTypesProperty.docsTags !== void 0) {
|
|
965
1021
|
const c = Te(i.eventTypesProperty);
|
|
966
1022
|
l = he(c);
|
|
967
1023
|
}
|
|
968
|
-
const s =
|
|
1024
|
+
const s = Ut(i.eventTypesProperty);
|
|
969
1025
|
n += `${l}${s}
|
|
970
1026
|
`;
|
|
971
1027
|
}
|
|
@@ -977,11 +1033,11 @@ function mt(e) {
|
|
|
977
1033
|
if (c.inheritedFrom !== void 0 || c.privacy === "private")
|
|
978
1034
|
continue;
|
|
979
1035
|
const d = Te(c);
|
|
980
|
-
n += he(d), c.kind === "field" ? (r && c.getterType !== void 0 && (l += ` ${
|
|
981
|
-
`), n +=
|
|
1036
|
+
n += he(d), c.kind === "field" ? (r && c.getterType !== void 0 && (l += ` ${ve(!1, !1, !1, !1, !1, c.docsTags?.includes(N.required) !== !0, c.name, c.type.text)}
|
|
1037
|
+
`), n += Ut(c)) : n += di(c, !1), n += `
|
|
982
1038
|
`;
|
|
983
1039
|
}
|
|
984
|
-
l !== "" && (n += `${
|
|
1040
|
+
l !== "" && (n += `${ve(!1, !1, !1, !1, !1, !1, ri, `{
|
|
985
1041
|
${l}}`)}
|
|
986
1042
|
`);
|
|
987
1043
|
}
|
|
@@ -998,13 +1054,13 @@ ${l}}`)}
|
|
|
998
1054
|
const p = a.events[c];
|
|
999
1055
|
if (p.inheritedFrom === void 0) {
|
|
1000
1056
|
const d = Te(p);
|
|
1001
|
-
n += `${he(d)}${
|
|
1057
|
+
n += `${he(d)}${ve(!1, !1, !1, !0, !1, !1, p.name, `import("${Tn}").TargetedEvent<this, ${p.type.text}>`)}
|
|
1002
1058
|
`;
|
|
1003
1059
|
}
|
|
1004
|
-
s += ` ${
|
|
1060
|
+
s += ` ${ve(!1, !1, !1, !1, !1, !1, p.name, `${l}["${p.name}"]["detail"]`)}
|
|
1005
1061
|
`;
|
|
1006
1062
|
}
|
|
1007
|
-
n += `${
|
|
1063
|
+
n += `${ve(!1, !1, !1, !0, !1, !1, "@eventTypes", `{
|
|
1008
1064
|
${s}}`)}
|
|
1009
1065
|
`;
|
|
1010
1066
|
}
|
|
@@ -1013,8 +1069,8 @@ ${s}}`)}
|
|
|
1013
1069
|
`, `
|
|
1014
1070
|
`).slice(0, -2)}`;
|
|
1015
1071
|
}
|
|
1016
|
-
const
|
|
1017
|
-
function
|
|
1072
|
+
const Tn = "@arcgis/lumina";
|
|
1073
|
+
function Ut(e) {
|
|
1018
1074
|
let t = "";
|
|
1019
1075
|
const n = Fi(e), i = n.isAccessor === !0, a = e.readonly === !0;
|
|
1020
1076
|
if (e.getterType !== void 0 || i && a)
|
|
@@ -1028,7 +1084,7 @@ function wt(e) {
|
|
|
1028
1084
|
);
|
|
1029
1085
|
else {
|
|
1030
1086
|
const r = n.dtsTypeOverride ?? e.type.text, l = i ? !1 : r.endsWith(" | undefined"), s = l ? r.slice(0, -12) : r;
|
|
1031
|
-
t +=
|
|
1087
|
+
t += ve(
|
|
1032
1088
|
e.privacy !== void 0,
|
|
1033
1089
|
n.isAbstract === !0,
|
|
1034
1090
|
e.static === !0,
|
|
@@ -1042,7 +1098,7 @@ function wt(e) {
|
|
|
1042
1098
|
return t;
|
|
1043
1099
|
}
|
|
1044
1100
|
function di(e, t) {
|
|
1045
|
-
const n =
|
|
1101
|
+
const n = ht(e);
|
|
1046
1102
|
return _i(
|
|
1047
1103
|
e.privacy !== void 0,
|
|
1048
1104
|
n.isAbstract === !0,
|
|
@@ -1054,7 +1110,7 @@ function di(e, t) {
|
|
|
1054
1110
|
e.return?.type.text
|
|
1055
1111
|
);
|
|
1056
1112
|
}
|
|
1057
|
-
const
|
|
1113
|
+
const hn = he({
|
|
1058
1114
|
description: void 0,
|
|
1059
1115
|
docsTags: [
|
|
1060
1116
|
{
|
|
@@ -1064,19 +1120,19 @@ Use EventNames and EventTypes helpers from @arcgis/core/Evented`
|
|
|
1064
1120
|
}
|
|
1065
1121
|
]
|
|
1066
1122
|
});
|
|
1067
|
-
function
|
|
1123
|
+
function Ca() {
|
|
1068
1124
|
const e = Date.now();
|
|
1069
|
-
return () => (Date.now() - e) /
|
|
1125
|
+
return () => (Date.now() - e) / En;
|
|
1070
1126
|
}
|
|
1071
|
-
const
|
|
1072
|
-
function
|
|
1127
|
+
const En = 1e3;
|
|
1128
|
+
function Cn(e) {
|
|
1073
1129
|
const t = e.indexOf("/");
|
|
1074
1130
|
return t === -1 ? e : e.slice(0, t);
|
|
1075
1131
|
}
|
|
1076
|
-
function
|
|
1132
|
+
function Vt(e, t, n) {
|
|
1077
1133
|
if (!n.isComponentProject || n.config.context.isLuminaMinimalExtraction || n.config.documentation.publicStoryUrlPrefix === !1)
|
|
1078
1134
|
return;
|
|
1079
|
-
const i = e.match(
|
|
1135
|
+
const i = e.match(Pn)?.[1];
|
|
1080
1136
|
if (i === void 0) {
|
|
1081
1137
|
n.emitError(
|
|
1082
1138
|
'Failed to find component tag name. Make sure the "component" property is present in the story meta. Documentation: https://webgis.esri.com/references/support-packages/storybook',
|
|
@@ -1085,18 +1141,18 @@ function Ut(e, t, n) {
|
|
|
1085
1141
|
return;
|
|
1086
1142
|
}
|
|
1087
1143
|
const a = [];
|
|
1088
|
-
for (const l of e.matchAll(
|
|
1089
|
-
const s = l[1], c =
|
|
1090
|
-
let
|
|
1144
|
+
for (const l of e.matchAll(bn)) {
|
|
1145
|
+
const s = l[1], c = Rn(s), p = e.indexOf("{", l.index), d = e.indexOf("}", p), m = e.slice(0, l.index).trimEnd();
|
|
1146
|
+
let u = "";
|
|
1091
1147
|
if (m.endsWith("*/")) {
|
|
1092
1148
|
const C = m.lastIndexOf("/**");
|
|
1093
|
-
|
|
1149
|
+
u = m.slice(C + 3, -2).trim().replaceAll(xn, "");
|
|
1094
1150
|
}
|
|
1095
|
-
const
|
|
1151
|
+
const f = e.slice(p, d).match(Mn)?.[1] || c, S = Dn(c);
|
|
1096
1152
|
a.push({
|
|
1097
|
-
description: `${
|
|
1098
|
-
${
|
|
1099
|
-
url: `${n.config.documentation.publicStoryUrlPrefix}?path=/story/${i}--${
|
|
1153
|
+
description: `${f}${u ? `
|
|
1154
|
+
${u}` : ""}`,
|
|
1155
|
+
url: `${n.config.documentation.publicStoryUrlPrefix}?path=/story/${i}--${S}&singleStory=true`,
|
|
1100
1156
|
source: void 0
|
|
1101
1157
|
});
|
|
1102
1158
|
}
|
|
@@ -1110,76 +1166,20 @@ ${f}` : ""}`,
|
|
|
1110
1166
|
const r = n.componentStories[i];
|
|
1111
1167
|
r === void 0 ? n.componentStories[i] = a : r.push(...a);
|
|
1112
1168
|
}
|
|
1113
|
-
const
|
|
1114
|
-
function
|
|
1115
|
-
let i = t.startsWith("./") ? t.slice(2) : t, a = e;
|
|
1116
|
-
for (; ; ) {
|
|
1117
|
-
const r = a.lastIndexOf("/");
|
|
1118
|
-
if (a = r === -1 ? "" : a.slice(0, r), i.startsWith("../"))
|
|
1119
|
-
i = i.slice(3);
|
|
1120
|
-
else
|
|
1121
|
-
return a === "" ? i : `${a}/${i}`;
|
|
1122
|
-
}
|
|
1123
|
-
}
|
|
1124
|
-
function ye(e, t) {
|
|
1125
|
-
let n = 0;
|
|
1126
|
-
for (; ; ) {
|
|
1127
|
-
const a = e.indexOf("/", n) + 1;
|
|
1128
|
-
if (a === 0)
|
|
1129
|
-
break;
|
|
1130
|
-
const r = e.slice(n, a), l = t.slice(n, a);
|
|
1131
|
-
if (r !== l)
|
|
1132
|
-
break;
|
|
1133
|
-
n = a;
|
|
1134
|
-
}
|
|
1135
|
-
let i = "";
|
|
1136
|
-
for (let a = n; a < e.length && (a = e.indexOf("/", a), a !== -1); ++a)
|
|
1137
|
-
i += "../";
|
|
1138
|
-
return i.length === 0 && (i = "./"), `${i}${t.slice(n)}`;
|
|
1139
|
-
}
|
|
1140
|
-
function Vt(e, t, n = 0) {
|
|
1141
|
-
for (; n < e.length; ++n) {
|
|
1142
|
-
const i = e[n];
|
|
1143
|
-
i.start += t, i.end += t;
|
|
1144
|
-
}
|
|
1145
|
-
return e;
|
|
1146
|
-
}
|
|
1147
|
-
function Wt(e, t) {
|
|
1148
|
-
if (e === t)
|
|
1149
|
-
return !0;
|
|
1150
|
-
if (typeof e != "object" || typeof t != "object" || e === null || t === null)
|
|
1151
|
-
return !1;
|
|
1152
|
-
if (Array.isArray(e)) {
|
|
1153
|
-
if (!Array.isArray(t) || e.length !== t.length)
|
|
1154
|
-
return !1;
|
|
1155
|
-
for (let a = 0; a < e.length; ++a)
|
|
1156
|
-
if (!Wt(e[a], t[a]))
|
|
1157
|
-
return !1;
|
|
1158
|
-
return !0;
|
|
1159
|
-
}
|
|
1160
|
-
const n = Object.keys(e), i = Object.keys(t);
|
|
1161
|
-
if (n.length !== i.length)
|
|
1162
|
-
return !1;
|
|
1163
|
-
for (let a = 0; a < n.length; ++a) {
|
|
1164
|
-
const r = n[a];
|
|
1165
|
-
if (!Wt(e[r], t[r]))
|
|
1166
|
-
return !1;
|
|
1167
|
-
}
|
|
1168
|
-
return !0;
|
|
1169
|
-
}
|
|
1170
|
-
function Rn(e, t) {
|
|
1169
|
+
const Pn = /component: ["']([^"']+)["']/u, bn = /export const (\w+)/gu, Mn = /name: ["']([^"']+)["']/u, xn = /^\s*\*\s?/gmu, Dn = (e) => e.toLowerCase().replace(/[ ’–—―′¿'`~!@#$%^&*()_|+\-=?;:'",.<>{}[\]\\/]/giu, "-").replace(/-+/gu, "-").replace(/^-+/u, "").replace(/-+$/u, ""), Rn = (e) => e.replace(/_/gu, " ").replace(/-/gu, " ").replace(/\./gu, " ").replace(/([^\n])([A-Z])([a-z])/gu, (t, n, i, a) => `${n} ${i}${a}`).replace(/([a-z])([A-Z])/gu, (t, n, i) => `${n} ${i}`).replace(/([a-z])([0-9])/giu, (t, n, i) => `${n} ${i}`).replace(/([0-9])([a-z])/giu, (t, n, i) => `${n} ${i}`).replace(/(\s|^)(\w)/gu, (t, n, i) => `${n}${i.toUpperCase()}`).replace(/ +/gu, " ").trim();
|
|
1170
|
+
function Ln(e, t) {
|
|
1171
1171
|
if (t.config.context.isLuminaMinimalExtraction || t.componentTagName === void 0)
|
|
1172
1172
|
return;
|
|
1173
1173
|
const n = e.moduleSpecifier.text, i = /\.(?:css|s[ac]ss|less|styl(?:us)?|postcss|pcss|sss)(\\?|$)/u;
|
|
1174
1174
|
if (!(n.startsWith(".") && i.test(n)))
|
|
1175
1175
|
return;
|
|
1176
|
-
const r = n.split("?", 1)[0], l = tn.join(t.file.fileName, "..", r), s = Ji(l, "utf-8"), c =
|
|
1176
|
+
const r = n.split("?", 1)[0], l = tn.join(t.file.fileName, "..", r), s = Ji(l, "utf-8"), c = In(s);
|
|
1177
1177
|
c !== void 0 && (t.componentCssFileDocs = c);
|
|
1178
1178
|
}
|
|
1179
|
-
function
|
|
1179
|
+
function In(e) {
|
|
1180
1180
|
const t = [];
|
|
1181
|
-
for (const n of e.matchAll(
|
|
1182
|
-
const i = n.groups.name, a = n.groups.description.replaceAll(
|
|
1181
|
+
for (const n of e.matchAll(An)) {
|
|
1182
|
+
const i = n.groups.name, a = n.groups.description.replaceAll(kn, " ").trim();
|
|
1183
1183
|
t.push({
|
|
1184
1184
|
name: i,
|
|
1185
1185
|
deprecated: void 0,
|
|
@@ -1191,7 +1191,7 @@ function Ln(e) {
|
|
|
1191
1191
|
}
|
|
1192
1192
|
return t.length === 0 ? void 0 : t;
|
|
1193
1193
|
}
|
|
1194
|
-
const
|
|
1194
|
+
const An = /@prop\s+(?<name>--[\w-]+)\s*:(?<description>[^@/]+)/gu, kn = /\n\s+\*? ?/gu;
|
|
1195
1195
|
function pi(e, t) {
|
|
1196
1196
|
if (e === void 0)
|
|
1197
1197
|
return !1;
|
|
@@ -1200,7 +1200,7 @@ function pi(e, t) {
|
|
|
1200
1200
|
return !0;
|
|
1201
1201
|
return !1;
|
|
1202
1202
|
}
|
|
1203
|
-
function
|
|
1203
|
+
function tt(e) {
|
|
1204
1204
|
if (e.modifiers === void 0)
|
|
1205
1205
|
return 0;
|
|
1206
1206
|
for (let t = 0; t < e.modifiers.length; ++t)
|
|
@@ -1211,35 +1211,36 @@ function it(e) {
|
|
|
1211
1211
|
function mi(e, t) {
|
|
1212
1212
|
return e.endsWith("Properties") && t.apiClassLikeName === e.slice(0, -10);
|
|
1213
1213
|
}
|
|
1214
|
-
const kn = /* @__PURE__ */ JSON.parse('{"AacBitstreamFormat":[],"AacEncoderConfig":[],"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":[],"AllAcceptedCredentialsOptions":[],"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":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/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":["AudioParam"],"AudioParamMap":["AudioParamMap"],"AudioProcessingEvent":["AudioProcessingEvent"],"AudioProcessingEventInit":[],"AudioSampleFormat":[],"AudioScheduledSourceNode":["AudioScheduledSourceNode"],"AudioScheduledSourceNodeEventMap":[],"AudioTimestamp":[],"AudioWorklet":["AudioWorklet"],"AudioWorkletNode":["AudioWorkletNode"],"AudioWorkletNodeEventMap":[],"AudioWorkletNodeOptions":[],"AuthenticationExtensionsClientInputs":[],"AuthenticationExtensionsClientInputsJSON":[],"AuthenticationExtensionsClientOutputs":[],"AuthenticationExtensionsClientOutputsJSON":[],"AuthenticationExtensionsLargeBlobInputs":[],"AuthenticationExtensionsLargeBlobInputsJSON":[],"AuthenticationExtensionsLargeBlobOutputs":[],"AuthenticationExtensionsLargeBlobOutputsJSON":[],"AuthenticationExtensionsPRFInputs":[],"AuthenticationExtensionsPRFInputsJSON":[],"AuthenticationExtensionsPRFOutputs":[],"AuthenticationExtensionsPRFOutputsJSON":[],"AuthenticationExtensionsPRFValues":[],"AuthenticationExtensionsPRFValuesJSON":[],"AuthenticationResponseJSON":[],"AuthenticatorAssertionResponse":["AuthenticatorAssertionResponse"],"AuthenticatorAssertionResponseJSON":[],"AuthenticatorAttachment":[],"AuthenticatorAttestationResponse":["AuthenticatorAttestationResponse"],"AuthenticatorAttestationResponseJSON":[],"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":["BaseAudioContext"],"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":["Cache"],"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":["arc"],"CanvasPathDrawingStyles":["lineCap"],"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":[],"CommandEvent":["CommandEvent"],"CommandEventInit":[],"Comment":["Comment"],"CompositeOperation":[],"CompositeOperationOrAuto":[],"CompositionEvent":["CompositionEvent"],"CompositionEventInit":[],"CompressionFormat":[],"CompressionStream":["CompressionStream"],"ComputedEffectTiming":[],"ComputedKeyframe":[],"ConcatArray":[],"confirm":["Window/confirm"],"console":[],"Console":["console"],"ConstantSourceNode":["ConstantSourceNode"],"ConstantSourceOptions":[],"ConstrainBoolean":[],"ConstrainBooleanOrDOMString":[],"ConstrainBooleanOrDOMStringParameters":[],"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":["CookieStoreManager"],"COSEAlgorithmIdentifier":[],"CountQueuingStrategy":["CountQueuingStrategy"],"createImageBitmap":["Window/createImageBitmap"],"Credential":["Credential"],"CredentialCreationOptions":[],"CredentialMediationRequirement":[],"CredentialPropertiesOutput":[],"CredentialRequestOptions":[],"CredentialsContainer":["CredentialsContainer"],"crossOriginIsolated":[],"crypto":[],"Crypto":["Crypto"],"CryptoKey":["CryptoKey"],"CryptoKeyPair":[],"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"],"CSSPageDescriptors":["CSSPageDescriptors"],"CSSPageRule":["CSSPageRule"],"CSSPerspective":["CSSPerspective"],"CSSPerspectiveValue":[],"CSSPositionTryDescriptors":["CSSPositionTryDescriptors"],"CSSPositionTryRule":["CSSPositionTryRule"],"CSSPropertyRule":["CSSPropertyRule"],"CSSRotate":["CSSRotate"],"CSSRule":["CSSRule"],"CSSRuleList":["CSSRuleList"],"CSSScale":["CSSScale"],"CSSScopeRule":["CSSScopeRule"],"CSSSkew":["CSSSkew"],"CSSSkewX":["CSSSkewX"],"CSSSkewY":["CSSSkewY"],"CSSStartingStyleRule":["CSSStartingStyleRule"],"CSSStyleDeclaration":[],"CSSStyleDeclarationBase":["CSSStyleDeclaration"],"CSSStyleProperties":["CSSStyleProperties"],"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":["CSSViewTransitionRule"],"CurrentUserDetailsOptions":[],"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":[],"DigitalCredential":[],"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":[],"GPU":["GPU"],"GPUAdapter":["GPUAdapter"],"GPUAdapterInfo":["GPUAdapterInfo"],"GPUAddressMode":[],"GPUAutoLayoutMode":[],"GPUBindGroup":["GPUBindGroup"],"GPUBindGroupDescriptor":[],"GPUBindGroupEntry":[],"GPUBindGroupLayout":["GPUBindGroupLayout"],"GPUBindGroupLayoutDescriptor":[],"GPUBindGroupLayoutEntry":[],"GPUBindingCommandsMixin":["setBindGroup"],"GPUBindingResource":[],"GPUBlendComponent":[],"GPUBlendFactor":[],"GPUBlendOperation":[],"GPUBlendState":[],"GPUBuffer":["GPUBuffer"],"GPUBufferBinding":[],"GPUBufferBindingLayout":[],"GPUBufferBindingType":[],"GPUBufferDescriptor":[],"GPUBufferDynamicOffset":[],"GPUBufferMapState":[],"GPUBufferUsageFlags":[],"GPUCanvasAlphaMode":[],"GPUCanvasConfiguration":[],"GPUCanvasContext":["GPUCanvasContext"],"GPUCanvasToneMapping":[],"GPUCanvasToneMappingMode":[],"GPUColor":[],"GPUColorDict":[],"GPUColorTargetState":[],"GPUColorWriteFlags":[],"GPUCommandBuffer":["GPUCommandBuffer"],"GPUCommandBufferDescriptor":[],"GPUCommandEncoder":["GPUCommandEncoder"],"GPUCommandEncoderDescriptor":[],"GPUCompareFunction":[],"GPUCompilationInfo":["GPUCompilationInfo"],"GPUCompilationMessage":["GPUCompilationMessage"],"GPUCompilationMessageType":[],"GPUComputePassDescriptor":[],"GPUComputePassEncoder":["GPUComputePassEncoder"],"GPUComputePassTimestampWrites":[],"GPUComputePipeline":["GPUComputePipeline"],"GPUComputePipelineDescriptor":[],"GPUCopyExternalImageDestInfo":[],"GPUCopyExternalImageSource":[],"GPUCopyExternalImageSourceInfo":[],"GPUCullMode":[],"GPUDebugCommandsMixin":["insertDebugMarker"],"GPUDepthBias":[],"GPUDepthStencilState":[],"GPUDevice":["GPUDevice"],"GPUDeviceDescriptor":[],"GPUDeviceEventMap":[],"GPUDeviceLostInfo":["GPUDeviceLostInfo"],"GPUDeviceLostReason":[],"GPUError":["GPUError"],"GPUErrorFilter":[],"GPUExtent3D":[],"GPUExtent3DDict":[],"GPUExternalTexture":["GPUExternalTexture"],"GPUExternalTextureBindingLayout":[],"GPUExternalTextureDescriptor":[],"GPUFeatureName":[],"GPUFilterMode":[],"GPUFlagsConstant":[],"GPUFragmentState":[],"GPUFrontFace":[],"GPUIndex32":[],"GPUIndexFormat":[],"GPUIntegerCoordinate":[],"GPUIntegerCoordinateOut":[],"GPUInternalError":["GPUInternalError"],"GPULoadOp":[],"GPUMapModeFlags":[],"GPUMipmapFilterMode":[],"GPUMultisampleState":[],"GPUObjectBase":["label"],"GPUObjectDescriptorBase":[],"GPUOrigin2D":[],"GPUOrigin2DDict":[],"GPUOrigin3D":[],"GPUOrigin3DDict":[],"GPUOutOfMemoryError":["GPUOutOfMemoryError"],"GPUPipelineBase":["getBindGroupLayout"],"GPUPipelineConstantValue":[],"GPUPipelineDescriptorBase":[],"GPUPipelineError":["GPUPipelineError"],"GPUPipelineErrorInit":[],"GPUPipelineErrorReason":[],"GPUPipelineLayout":["GPUPipelineLayout"],"GPUPipelineLayoutDescriptor":[],"GPUPowerPreference":[],"GPUPrimitiveState":[],"GPUPrimitiveTopology":[],"GPUProgrammableStage":[],"GPUQuerySet":["GPUQuerySet"],"GPUQuerySetDescriptor":[],"GPUQueryType":[],"GPUQueue":["GPUQueue"],"GPUQueueDescriptor":[],"GPURenderBundle":["GPURenderBundle"],"GPURenderBundleDescriptor":[],"GPURenderBundleEncoder":["GPURenderBundleEncoder"],"GPURenderBundleEncoderDescriptor":[],"GPURenderCommandsMixin":["draw"],"GPURenderPassColorAttachment":[],"GPURenderPassDepthStencilAttachment":[],"GPURenderPassDescriptor":[],"GPURenderPassEncoder":["GPURenderPassEncoder"],"GPURenderPassLayout":[],"GPURenderPassTimestampWrites":[],"GPURenderPipeline":["GPURenderPipeline"],"GPURenderPipelineDescriptor":[],"GPURequestAdapterOptions":[],"GPUSampleMask":[],"GPUSampler":["GPUSampler"],"GPUSamplerBindingLayout":[],"GPUSamplerBindingType":[],"GPUSamplerDescriptor":[],"GPUShaderModule":["GPUShaderModule"],"GPUShaderModuleDescriptor":[],"GPUShaderStageFlags":[],"GPUSignedOffset32":[],"GPUSize32":[],"GPUSize32Out":[],"GPUSize64":[],"GPUSize64Out":[],"GPUStencilFaceState":[],"GPUStencilOperation":[],"GPUStencilValue":[],"GPUStorageTextureAccess":[],"GPUStorageTextureBindingLayout":[],"GPUStoreOp":[],"GPUSupportedFeatures":["GPUSupportedFeatures"],"GPUSupportedLimits":["GPUSupportedLimits"],"GPUTexelCopyBufferInfo":[],"GPUTexelCopyBufferLayout":[],"GPUTexelCopyTextureInfo":[],"GPUTexture":["GPUTexture"],"GPUTextureAspect":[],"GPUTextureBindingLayout":[],"GPUTextureDescriptor":[],"GPUTextureDimension":[],"GPUTextureFormat":[],"GPUTextureSampleType":[],"GPUTextureUsageFlags":[],"GPUTextureView":["GPUTextureView"],"GPUTextureViewDescriptor":[],"GPUTextureViewDimension":[],"GPUUncapturedErrorEvent":["GPUUncapturedErrorEvent"],"GPUUncapturedErrorEventInit":[],"GPUValidationError":["GPUValidationError"],"GPUVertexAttribute":[],"GPUVertexBufferLayout":[],"GPUVertexFormat":[],"GPUVertexState":[],"GPUVertexStepMode":[],"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":["IDBDatabase"],"IDBDatabaseEventMap":[],"IDBDatabaseInfo":[],"IDBFactory":["IDBFactory"],"IDBIndex":["IDBIndex"],"IDBIndexParameters":[],"IDBKeyRange":["IDBKeyRange"],"IDBObjectStore":["IDBObjectStore"],"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":[],"ImageDataPixelFormat":[],"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":[],"DurationFormat":[],"DurationFormatDisplayOption":[],"DurationFormatLocaleMatcher":[],"DurationFormatOptions":[],"DurationFormatPart":[],"DurationFormatStyle":[],"DurationFormatUnit":[],"DurationFormatUnitSingular":[],"FormattableTemporalObject":[],"getCanonicalLocales":[],"LDMLPluralRule":[],"ListFormat":[],"ListFormatLocaleMatcher":[],"ListFormatOptions":[],"ListFormatStyle":[],"ListFormatType":[],"Locale":["getCalendars"],"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":[],"NumberFormatRangePartTypeRegistry":[],"NumberFormatRangePartTypes":[],"NumberRangeFormatPart":[],"PluralRules":[],"PluralRulesConstructor":[],"PluralRulesOptions":[],"PluralRuleType":[],"RelativeTimeFormat":[],"RelativeTimeFormatLocaleMatcher":[],"RelativeTimeFormatNumeric":[],"RelativeTimeFormatOptions":[],"RelativeTimeFormatPart":[],"RelativeTimeFormatStyle":[],"RelativeTimeFormatUnit":[],"RelativeTimeFormatUnitSingular":[],"ResolvedCollatorOptions":[],"ResolvedDateTimeFormatOptions":[],"ResolvedDisplayNamesOptions":[],"ResolvedDurationFormatOptions":[],"ResolvedListFormatOptions":[],"ResolvedNumberFormatOptions":[],"ResolvedNumberFormatOptionsUseGrouping":[],"ResolvedPluralRulesOptions":[],"ResolvedRelativeTimeFormatOptions":[],"ResolvedSegmenterOptions":[],"SegmentData":[],"Segmenter":[],"SegmenterOptions":[],"SegmentIterator":[],"Segments":[],"StringNumericLiteral":[],"supportedValuesOf":[],"TextInfo":["https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getTextInfo#return_value"],"UnicodeBCP47LocaleIdentifier":[],"WeekInfo":["https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#return_value"]}],"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":["MIDIOutput"],"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":[],"NavigateEvent":["NavigateEvent"],"NavigateEventInit":[],"navigation":[],"Navigation":["Navigation"],"NavigationActivation":["NavigationActivation"],"NavigationCurrentEntryChangeEvent":["NavigationCurrentEntryChangeEvent"],"NavigationCurrentEntryChangeEventInit":[],"NavigationDestination":["NavigationDestination"],"NavigationEventMap":[],"NavigationFocusReset":[],"NavigationHistoryBehavior":[],"NavigationHistoryEntry":["NavigationHistoryEntry"],"NavigationHistoryEntryEventMap":[],"NavigationInterceptHandler":[],"NavigationInterceptOptions":[],"NavigationNavigateOptions":[],"NavigationOptions":[],"NavigationPrecommitController":["NavigationPrecommitController"],"NavigationPrecommitHandler":[],"NavigationPreloadManager":["NavigationPreloadManager"],"NavigationPreloadState":[],"NavigationReloadOptions":[],"NavigationResult":[],"NavigationScrollBehavior":[],"NavigationTimingType":[],"NavigationTransition":["NavigationTransition"],"NavigationType":[],"NavigationUpdateCurrentEntryOptions":[],"navigator":[],"Navigator":["Navigator"],"NavigatorAutomationInformation":["webdriver"],"NavigatorBadge":["clearAppBadge"],"NavigatorConcurrentHardware":["hardwareConcurrency"],"NavigatorContentUtils":["registerProtocolHandler"],"NavigatorCookies":["cookieEnabled"],"NavigatorGPU":["gpu"],"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":[],"oncommand":[],"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":[],"OrientationLockType":[],"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":[],"PaintTimingMixin":[],"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":[],"PopoverTargetAttributes":["popoverTargetAction"],"PopStateEvent":["PopStateEvent"],"PopStateEventInit":[],"PositionAlignSetting":[],"PositionCallback":[],"PositionErrorCallback":[],"PositionOptions":[],"postMessage":["DedicatedWorkerGlobalScope/postMessage"],"PredefinedColorSpace":[],"PremultiplyAlpha":[],"PresentationStyle":[],"print":["Window/print"],"ProcessingInstruction":["ProcessingInstruction"],"ProgressEvent":["ProgressEvent"],"ProgressEventInit":[],"Promise":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise"],"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":[],"PublicKeyCredentialParameters":[],"PublicKeyCredentialRequestOptions":[],"PublicKeyCredentialRequestOptionsJSON":[],"PublicKeyCredentialRpEntity":[],"PublicKeyCredentialType":[],"PublicKeyCredentialUserEntity":[],"PublicKeyCredentialUserEntityJSON":[],"PushEncryptionKeyName":[],"PushEvent":["PushEvent"],"PushEventInit":[],"PushManager":["PushManager"],"PushManagerAttribute":["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"],"ReadableStreamBYOBReaderReadOptions":[],"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":[],"RegistrationResponseJSON":[],"releaseEvents":["Window/releaseEvents"],"RemotePlayback":["RemotePlayback"],"RemotePlaybackAvailabilityCallback":[],"RemotePlaybackEventMap":[],"RemotePlaybackState":[],"removeEventListener":[],"RenderingContext":[],"Report":[],"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":[],"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"],"RTCRtpReceiverTransform":[],"RTCRtpScriptTransform":["RTCRtpScriptTransform"],"RTCRtpScriptTransformer":["RTCRtpScriptTransformer"],"RTCRtpSender":["RTCRtpSender"],"RTCRtpSenderTransform":[],"RTCRtpSendParameters":[],"RTCRtpStreamStats":[],"RTCRtpSynchronizationSource":[],"RTCRtpTransceiver":["RTCRtpTransceiver"],"RTCRtpTransceiverDirection":[],"RTCRtpTransceiverInit":[],"RTCSctpTransport":["RTCSctpTransport"],"RTCSctpTransportEventMap":[],"RTCSctpTransportState":[],"RTCSdpType":[],"RTCSentRtpStreamStats":[],"RTCSessionDescription":["RTCSessionDescription"],"RTCSessionDescriptionCallback":[],"RTCSessionDescriptionInit":[],"RTCSetParameterOptions":[],"RTCSignalingState":[],"RTCStats":[],"RTCStatsIceCandidatePairState":[],"RTCStatsReport":["RTCStatsReport"],"RTCStatsType":[],"RTCTrackEvent":["RTCTrackEvent"],"RTCTrackEventInit":[],"RTCTransformEvent":["RTCTransformEvent"],"RTCTransportStats":[],"SafeArray":[],"Sanitizer":["allowAttribute"],"SanitizerAttribute":[],"SanitizerAttributeNamespace":[],"SanitizerConfig":[],"SanitizerElement":[],"SanitizerElementNamespace":[],"SanitizerElementNamespaceWithAttributes":[],"SanitizerElementWithAttributes":[],"SanitizerPresets":[],"scheduler":[],"Scheduler":["Scheduler"],"SchedulerPostTaskCallback":[],"SchedulerPostTaskOptions":[],"screen":[],"Screen":["Screen"],"screenLeft":[],"ScreenOrientation":["ScreenOrientation"],"ScreenOrientationEventMap":[],"screenTop":[],"screenX":[],"screenY":[],"ScriptProcessorNode":["ScriptProcessorNode"],"ScriptProcessorNodeEventMap":[],"scroll":["Window/scroll"],"ScrollAxis":[],"scrollbars":[],"ScrollBehavior":[],"scrollBy":["Window/scrollBy"],"ScrollIntoViewOptions":[],"ScrollLogicalPosition":[],"ScrollOptions":[],"ScrollRestoration":[],"ScrollSetting":[],"ScrollTimeline":["ScrollTimeline"],"ScrollTimelineOptions":[],"scrollTo":["Window/scrollTo"],"ScrollToOptions":[],"scrollX":[],"scrollY":[],"SecurityPolicyViolationEvent":["SecurityPolicyViolationEvent"],"SecurityPolicyViolationEventDisposition":[],"SecurityPolicyViolationEventInit":[],"Selection":["Selection"],"SelectionDirection":[],"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":[],"ShowPopoverOptions":[],"SlotAssignmentMode":[],"Slottable":["assignedSlot"],"SourceBuffer":["SourceBuffer"],"SourceBufferEventMap":[],"SourceBufferList":["SourceBufferList"],"SourceBufferListEventMap":[],"SpeechRecognitionAlternative":["SpeechRecognitionAlternative"],"SpeechRecognitionErrorCode":[],"SpeechRecognitionErrorEvent":["SpeechRecognitionErrorEvent"],"SpeechRecognitionErrorEventInit":[],"SpeechRecognitionEvent":["SpeechRecognitionEvent"],"SpeechRecognitionEventInit":[],"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":[],"StylePropertyMap":["StylePropertyMap"],"StylePropertyMapReadOnly":["StylePropertyMapReadOnly"],"StylePropertyMapReadOnlyIterator":[],"StyleSheet":["StyleSheet"],"StyleSheetList":["StyleSheetList"],"SubmitEvent":["SubmitEvent"],"SubmitEventInit":[],"SubtleCrypto":["SubtleCrypto"],"SuppressedError":[],"SuppressedErrorConstructor":[],"SvcOutputMetadata":[],"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":[],"TaskController":["TaskController"],"TaskControllerInit":[],"TaskPriority":[],"TaskPriorityChangeEvent":["TaskPriorityChangeEvent"],"TaskPriorityChangeEventInit":[],"TaskSignal":["TaskSignal"],"TaskSignalAnyInit":[],"TaskSignalEventMap":[],"TemplateStringsArray":[],"Temporal":[null,{"CalendarLike":[],"DateLikeObject":[],"DateTimeLikeObject":[],"DateUnit":[],"DisambiguationOptions":[],"Duration":[],"DurationConstructor":[],"DurationLike":[],"DurationLikeObject":[],"DurationRelativeToOptions":[],"DurationRoundingOptions":[],"DurationToStringOptions":[],"DurationTotalOptions":[],"Instant":[],"InstantConstructor":[],"InstantLike":[],"InstantToStringOptions":[],"Now":[null,{"instant":[],"plainDateISO":[],"plainDateTimeISO":[],"plainTimeISO":[],"timeZoneId":[],"zonedDateTimeISO":[]}],"OverflowOptions":[],"PartialTemporalLike":[],"PlainDate":[],"PlainDateConstructor":[],"PlainDateLike":[],"PlainDateTime":[],"PlainDateTimeConstructor":[],"PlainDateTimeLike":[],"PlainDateTimeToStringOptions":[],"PlainDateToStringOptions":[],"PlainDateToZonedDateTimeOptions":[],"PlainMonthDay":[],"PlainMonthDayConstructor":[],"PlainMonthDayLike":[],"PlainMonthDayToPlainDateOptions":[],"PlainTime":[],"PlainTimeConstructor":[],"PlainTimeLike":[],"PlainTimeToStringOptions":[],"PlainYearMonth":[],"PlainYearMonthConstructor":[],"PlainYearMonthLike":[],"PlainYearMonthToPlainDateOptions":[],"PluralizeUnit":[],"RoundingOptions":[],"RoundingOptionsWithLargestUnit":[],"TimeLikeObject":[],"TimeUnit":[],"TimeZoneLike":[],"ToStringRoundingOptions":[],"ToStringRoundingOptionsWithFractionalSeconds":[],"TransitionOptions":[],"YearMonthLikeObject":[],"ZonedDateTime":[],"ZonedDateTimeConstructor":[],"ZonedDateTimeFromOptions":[],"ZonedDateTimeLike":[],"ZonedDateTimeLikeObject":[],"ZonedDateTimeToStringOptions":[]}],"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"],"TimelineRangeOffset":[],"TimeRanges":["TimeRanges"],"TimerHandler":[],"ToggleEvent":["ToggleEvent"],"ToggleEventInit":[],"TogglePopoverOptions":[],"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":[],"UnknownCredentialOptions":[],"Uppercase":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"URIError":[],"URIErrorConstructor":[],"URL":["URL"],"URLPattern":["URLPattern"],"URLPatternComponentResult":[],"URLPatternInit":[],"URLPatternInput":[],"URLPatternOptions":[],"URLPatternResult":[],"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":[],"ViewTimeline":["ViewTimeline"],"ViewTimelineOptions":[],"ViewTransition":["ViewTransition"],"ViewTransitionTypeSet":["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,{"AddressType":[],"AddressValue":[],"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"],"Exception":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception"],"ExceptionOptions":[],"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"],"JSTag":[],"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":[],"Tag":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Tag"],"TagType":[],"validate":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/validate_static"],"ValueType":[],"ValueTypeMap":[],"WebAssemblyCompileOptions":[],"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":["WEBGL_draw_buffers"],"WEBGL_lose_context":["WEBGL_lose_context"],"WEBGL_multi_draw":["WEBGL_multi_draw"],"WebGL2RenderingContext":["WebGL2RenderingContext"],"WebGL2RenderingContextBase":["beginQuery"],"WebGL2RenderingContextOverloads":["bufferData"],"WebGLActiveInfo":["WebGLActiveInfo"],"WebGLBuffer":["WebGLBuffer"],"WebGLContextAttributes":[],"WebGLContextEvent":["WebGLContextEvent"],"WebGLContextEventInit":[],"WebGLFramebuffer":["WebGLFramebuffer"],"WebGLPowerPreference":[],"WebGLProgram":["WebGLProgram"],"WebGLQuery":["WebGLQuery"],"WebGLRenderbuffer":["WebGLRenderbuffer"],"WebGLRenderingContext":["WebGLRenderingContext"],"WebGLRenderingContextBase":["drawingBufferColorSpace"],"WebGLRenderingContextOverloads":["bufferData"],"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":[],"WGSLLanguageFeatures":["WGSLLanguageFeatures"],"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"]}'), Gn = {
|
|
1215
|
-
globals:
|
|
1216
|
-
},
|
|
1217
|
-
Object.assign(/* @__PURE__ */ Object.create(null),
|
|
1218
|
-
),
|
|
1214
|
+
const Gn = /* @__PURE__ */ JSON.parse('{"AacBitstreamFormat":[],"AacEncoderConfig":[],"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":[],"AllAcceptedCredentialsOptions":[],"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":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/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":["AudioParam"],"AudioParamMap":["AudioParamMap"],"AudioProcessingEvent":["AudioProcessingEvent"],"AudioProcessingEventInit":[],"AudioSampleFormat":[],"AudioScheduledSourceNode":["AudioScheduledSourceNode"],"AudioScheduledSourceNodeEventMap":[],"AudioTimestamp":[],"AudioWorklet":["AudioWorklet"],"AudioWorkletNode":["AudioWorkletNode"],"AudioWorkletNodeEventMap":[],"AudioWorkletNodeOptions":[],"AuthenticationExtensionsClientInputs":[],"AuthenticationExtensionsClientInputsJSON":[],"AuthenticationExtensionsClientOutputs":[],"AuthenticationExtensionsClientOutputsJSON":[],"AuthenticationExtensionsLargeBlobInputs":[],"AuthenticationExtensionsLargeBlobInputsJSON":[],"AuthenticationExtensionsLargeBlobOutputs":[],"AuthenticationExtensionsLargeBlobOutputsJSON":[],"AuthenticationExtensionsPRFInputs":[],"AuthenticationExtensionsPRFInputsJSON":[],"AuthenticationExtensionsPRFOutputs":[],"AuthenticationExtensionsPRFOutputsJSON":[],"AuthenticationExtensionsPRFValues":[],"AuthenticationExtensionsPRFValuesJSON":[],"AuthenticationResponseJSON":[],"AuthenticatorAssertionResponse":["AuthenticatorAssertionResponse"],"AuthenticatorAssertionResponseJSON":[],"AuthenticatorAttachment":[],"AuthenticatorAttestationResponse":["AuthenticatorAttestationResponse"],"AuthenticatorAttestationResponseJSON":[],"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":["BaseAudioContext"],"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":["Cache"],"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":["arc"],"CanvasPathDrawingStyles":["lineCap"],"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":[],"CommandEvent":["CommandEvent"],"CommandEventInit":[],"Comment":["Comment"],"CompositeOperation":[],"CompositeOperationOrAuto":[],"CompositionEvent":["CompositionEvent"],"CompositionEventInit":[],"CompressionFormat":[],"CompressionStream":["CompressionStream"],"ComputedEffectTiming":[],"ComputedKeyframe":[],"ConcatArray":[],"confirm":["Window/confirm"],"console":[],"Console":["console"],"ConstantSourceNode":["ConstantSourceNode"],"ConstantSourceOptions":[],"ConstrainBoolean":[],"ConstrainBooleanOrDOMString":[],"ConstrainBooleanOrDOMStringParameters":[],"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":["CookieStoreManager"],"COSEAlgorithmIdentifier":[],"CountQueuingStrategy":["CountQueuingStrategy"],"createImageBitmap":["Window/createImageBitmap"],"Credential":["Credential"],"CredentialCreationOptions":[],"CredentialMediationRequirement":[],"CredentialPropertiesOutput":[],"CredentialRequestOptions":[],"CredentialsContainer":["CredentialsContainer"],"crossOriginIsolated":[],"crypto":[],"Crypto":["Crypto"],"CryptoKey":["CryptoKey"],"CryptoKeyPair":[],"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"],"CSSPageDescriptors":["CSSPageDescriptors"],"CSSPageRule":["CSSPageRule"],"CSSPerspective":["CSSPerspective"],"CSSPerspectiveValue":[],"CSSPositionTryDescriptors":["CSSPositionTryDescriptors"],"CSSPositionTryRule":["CSSPositionTryRule"],"CSSPropertyRule":["CSSPropertyRule"],"CSSRotate":["CSSRotate"],"CSSRule":["CSSRule"],"CSSRuleList":["CSSRuleList"],"CSSScale":["CSSScale"],"CSSScopeRule":["CSSScopeRule"],"CSSSkew":["CSSSkew"],"CSSSkewX":["CSSSkewX"],"CSSSkewY":["CSSSkewY"],"CSSStartingStyleRule":["CSSStartingStyleRule"],"CSSStyleDeclaration":[],"CSSStyleDeclarationBase":["CSSStyleDeclaration"],"CSSStyleProperties":["CSSStyleProperties"],"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":["CSSViewTransitionRule"],"CurrentUserDetailsOptions":[],"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":[],"DigitalCredential":[],"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":[],"globalThis":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/globalThis"],"GLsizei":[],"GLsizeiptr":[],"GLuint":[],"GLuint64":[],"GPU":["GPU"],"GPUAdapter":["GPUAdapter"],"GPUAdapterInfo":["GPUAdapterInfo"],"GPUAddressMode":[],"GPUAutoLayoutMode":[],"GPUBindGroup":["GPUBindGroup"],"GPUBindGroupDescriptor":[],"GPUBindGroupEntry":[],"GPUBindGroupLayout":["GPUBindGroupLayout"],"GPUBindGroupLayoutDescriptor":[],"GPUBindGroupLayoutEntry":[],"GPUBindingCommandsMixin":["setBindGroup"],"GPUBindingResource":[],"GPUBlendComponent":[],"GPUBlendFactor":[],"GPUBlendOperation":[],"GPUBlendState":[],"GPUBuffer":["GPUBuffer"],"GPUBufferBinding":[],"GPUBufferBindingLayout":[],"GPUBufferBindingType":[],"GPUBufferDescriptor":[],"GPUBufferDynamicOffset":[],"GPUBufferMapState":[],"GPUBufferUsageFlags":[],"GPUCanvasAlphaMode":[],"GPUCanvasConfiguration":[],"GPUCanvasContext":["GPUCanvasContext"],"GPUCanvasToneMapping":[],"GPUCanvasToneMappingMode":[],"GPUColor":[],"GPUColorDict":[],"GPUColorTargetState":[],"GPUColorWriteFlags":[],"GPUCommandBuffer":["GPUCommandBuffer"],"GPUCommandBufferDescriptor":[],"GPUCommandEncoder":["GPUCommandEncoder"],"GPUCommandEncoderDescriptor":[],"GPUCompareFunction":[],"GPUCompilationInfo":["GPUCompilationInfo"],"GPUCompilationMessage":["GPUCompilationMessage"],"GPUCompilationMessageType":[],"GPUComputePassDescriptor":[],"GPUComputePassEncoder":["GPUComputePassEncoder"],"GPUComputePassTimestampWrites":[],"GPUComputePipeline":["GPUComputePipeline"],"GPUComputePipelineDescriptor":[],"GPUCopyExternalImageDestInfo":[],"GPUCopyExternalImageSource":[],"GPUCopyExternalImageSourceInfo":[],"GPUCullMode":[],"GPUDebugCommandsMixin":["insertDebugMarker"],"GPUDepthBias":[],"GPUDepthStencilState":[],"GPUDevice":["GPUDevice"],"GPUDeviceDescriptor":[],"GPUDeviceEventMap":[],"GPUDeviceLostInfo":["GPUDeviceLostInfo"],"GPUDeviceLostReason":[],"GPUError":["GPUError"],"GPUErrorFilter":[],"GPUExtent3D":[],"GPUExtent3DDict":[],"GPUExternalTexture":["GPUExternalTexture"],"GPUExternalTextureBindingLayout":[],"GPUExternalTextureDescriptor":[],"GPUFeatureName":[],"GPUFilterMode":[],"GPUFlagsConstant":[],"GPUFragmentState":[],"GPUFrontFace":[],"GPUIndex32":[],"GPUIndexFormat":[],"GPUIntegerCoordinate":[],"GPUIntegerCoordinateOut":[],"GPUInternalError":["GPUInternalError"],"GPULoadOp":[],"GPUMapModeFlags":[],"GPUMipmapFilterMode":[],"GPUMultisampleState":[],"GPUObjectBase":["label"],"GPUObjectDescriptorBase":[],"GPUOrigin2D":[],"GPUOrigin2DDict":[],"GPUOrigin3D":[],"GPUOrigin3DDict":[],"GPUOutOfMemoryError":["GPUOutOfMemoryError"],"GPUPipelineBase":["getBindGroupLayout"],"GPUPipelineConstantValue":[],"GPUPipelineDescriptorBase":[],"GPUPipelineError":["GPUPipelineError"],"GPUPipelineErrorInit":[],"GPUPipelineErrorReason":[],"GPUPipelineLayout":["GPUPipelineLayout"],"GPUPipelineLayoutDescriptor":[],"GPUPowerPreference":[],"GPUPrimitiveState":[],"GPUPrimitiveTopology":[],"GPUProgrammableStage":[],"GPUQuerySet":["GPUQuerySet"],"GPUQuerySetDescriptor":[],"GPUQueryType":[],"GPUQueue":["GPUQueue"],"GPUQueueDescriptor":[],"GPURenderBundle":["GPURenderBundle"],"GPURenderBundleDescriptor":[],"GPURenderBundleEncoder":["GPURenderBundleEncoder"],"GPURenderBundleEncoderDescriptor":[],"GPURenderCommandsMixin":["draw"],"GPURenderPassColorAttachment":[],"GPURenderPassDepthStencilAttachment":[],"GPURenderPassDescriptor":[],"GPURenderPassEncoder":["GPURenderPassEncoder"],"GPURenderPassLayout":[],"GPURenderPassTimestampWrites":[],"GPURenderPipeline":["GPURenderPipeline"],"GPURenderPipelineDescriptor":[],"GPURequestAdapterOptions":[],"GPUSampleMask":[],"GPUSampler":["GPUSampler"],"GPUSamplerBindingLayout":[],"GPUSamplerBindingType":[],"GPUSamplerDescriptor":[],"GPUShaderModule":["GPUShaderModule"],"GPUShaderModuleDescriptor":[],"GPUShaderStageFlags":[],"GPUSignedOffset32":[],"GPUSize32":[],"GPUSize32Out":[],"GPUSize64":[],"GPUSize64Out":[],"GPUStencilFaceState":[],"GPUStencilOperation":[],"GPUStencilValue":[],"GPUStorageTextureAccess":[],"GPUStorageTextureBindingLayout":[],"GPUStoreOp":[],"GPUSupportedFeatures":["GPUSupportedFeatures"],"GPUSupportedLimits":["GPUSupportedLimits"],"GPUTexelCopyBufferInfo":[],"GPUTexelCopyBufferLayout":[],"GPUTexelCopyTextureInfo":[],"GPUTexture":["GPUTexture"],"GPUTextureAspect":[],"GPUTextureBindingLayout":[],"GPUTextureDescriptor":[],"GPUTextureDimension":[],"GPUTextureFormat":[],"GPUTextureSampleType":[],"GPUTextureUsageFlags":[],"GPUTextureView":["GPUTextureView"],"GPUTextureViewDescriptor":[],"GPUTextureViewDimension":[],"GPUUncapturedErrorEvent":["GPUUncapturedErrorEvent"],"GPUUncapturedErrorEventInit":[],"GPUValidationError":["GPUValidationError"],"GPUVertexAttribute":[],"GPUVertexBufferLayout":[],"GPUVertexFormat":[],"GPUVertexState":[],"GPUVertexStepMode":[],"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":["IDBDatabase"],"IDBDatabaseEventMap":[],"IDBDatabaseInfo":[],"IDBFactory":["IDBFactory"],"IDBIndex":["IDBIndex"],"IDBIndexParameters":[],"IDBKeyRange":["IDBKeyRange"],"IDBObjectStore":["IDBObjectStore"],"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":[],"ImageDataPixelFormat":[],"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":[],"DurationFormat":[],"DurationFormatDisplayOption":[],"DurationFormatLocaleMatcher":[],"DurationFormatOptions":[],"DurationFormatPart":[],"DurationFormatStyle":[],"DurationFormatUnit":[],"DurationFormatUnitSingular":[],"FormattableTemporalObject":[],"getCanonicalLocales":[],"LDMLPluralRule":[],"ListFormat":[],"ListFormatLocaleMatcher":[],"ListFormatOptions":[],"ListFormatStyle":[],"ListFormatType":[],"Locale":["getCalendars"],"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":[],"NumberFormatRangePartTypeRegistry":[],"NumberFormatRangePartTypes":[],"NumberRangeFormatPart":[],"PluralRules":[],"PluralRulesConstructor":[],"PluralRulesOptions":[],"PluralRuleType":[],"RelativeTimeFormat":[],"RelativeTimeFormatLocaleMatcher":[],"RelativeTimeFormatNumeric":[],"RelativeTimeFormatOptions":[],"RelativeTimeFormatPart":[],"RelativeTimeFormatStyle":[],"RelativeTimeFormatUnit":[],"RelativeTimeFormatUnitSingular":[],"ResolvedCollatorOptions":[],"ResolvedDateTimeFormatOptions":[],"ResolvedDisplayNamesOptions":[],"ResolvedDurationFormatOptions":[],"ResolvedListFormatOptions":[],"ResolvedNumberFormatOptions":[],"ResolvedNumberFormatOptionsUseGrouping":[],"ResolvedPluralRulesOptions":[],"ResolvedRelativeTimeFormatOptions":[],"ResolvedSegmenterOptions":[],"SegmentData":[],"Segmenter":[],"SegmenterOptions":[],"SegmentIterator":[],"Segments":[],"StringNumericLiteral":[],"supportedValuesOf":[],"TextInfo":["https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getTextInfo#return_value"],"UnicodeBCP47LocaleIdentifier":[],"WeekInfo":["https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo#return_value"]}],"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":["MIDIOutput"],"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":[],"NavigateEvent":["NavigateEvent"],"NavigateEventInit":[],"navigation":[],"Navigation":["Navigation"],"NavigationActivation":["NavigationActivation"],"NavigationCurrentEntryChangeEvent":["NavigationCurrentEntryChangeEvent"],"NavigationCurrentEntryChangeEventInit":[],"NavigationDestination":["NavigationDestination"],"NavigationEventMap":[],"NavigationFocusReset":[],"NavigationHistoryBehavior":[],"NavigationHistoryEntry":["NavigationHistoryEntry"],"NavigationHistoryEntryEventMap":[],"NavigationInterceptHandler":[],"NavigationInterceptOptions":[],"NavigationNavigateOptions":[],"NavigationOptions":[],"NavigationPrecommitController":["NavigationPrecommitController"],"NavigationPrecommitHandler":[],"NavigationPreloadManager":["NavigationPreloadManager"],"NavigationPreloadState":[],"NavigationReloadOptions":[],"NavigationResult":[],"NavigationScrollBehavior":[],"NavigationTimingType":[],"NavigationTransition":["NavigationTransition"],"NavigationType":[],"NavigationUpdateCurrentEntryOptions":[],"navigator":[],"Navigator":["Navigator"],"NavigatorAutomationInformation":["webdriver"],"NavigatorBadge":["clearAppBadge"],"NavigatorConcurrentHardware":["hardwareConcurrency"],"NavigatorContentUtils":["registerProtocolHandler"],"NavigatorCookies":["cookieEnabled"],"NavigatorGPU":["gpu"],"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":[],"oncommand":[],"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":[],"OrientationLockType":[],"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":[],"PaintTimingMixin":[],"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":[],"PopoverTargetAttributes":["popoverTargetAction"],"PopStateEvent":["PopStateEvent"],"PopStateEventInit":[],"PositionAlignSetting":[],"PositionCallback":[],"PositionErrorCallback":[],"PositionOptions":[],"postMessage":["DedicatedWorkerGlobalScope/postMessage"],"PredefinedColorSpace":[],"PremultiplyAlpha":[],"PresentationStyle":[],"print":["Window/print"],"ProcessingInstruction":["ProcessingInstruction"],"ProgressEvent":["ProgressEvent"],"ProgressEventInit":[],"Promise":["https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise"],"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":[],"PublicKeyCredentialParameters":[],"PublicKeyCredentialRequestOptions":[],"PublicKeyCredentialRequestOptionsJSON":[],"PublicKeyCredentialRpEntity":[],"PublicKeyCredentialType":[],"PublicKeyCredentialUserEntity":[],"PublicKeyCredentialUserEntityJSON":[],"PushEncryptionKeyName":[],"PushEvent":["PushEvent"],"PushEventInit":[],"PushManager":["PushManager"],"PushManagerAttribute":["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"],"ReadableStreamBYOBReaderReadOptions":[],"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":[],"RegistrationResponseJSON":[],"releaseEvents":["Window/releaseEvents"],"RemotePlayback":["RemotePlayback"],"RemotePlaybackAvailabilityCallback":[],"RemotePlaybackEventMap":[],"RemotePlaybackState":[],"removeEventListener":[],"RenderingContext":[],"Report":[],"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":[],"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"],"RTCRtpReceiverTransform":[],"RTCRtpScriptTransform":["RTCRtpScriptTransform"],"RTCRtpScriptTransformer":["RTCRtpScriptTransformer"],"RTCRtpSender":["RTCRtpSender"],"RTCRtpSenderTransform":[],"RTCRtpSendParameters":[],"RTCRtpStreamStats":[],"RTCRtpSynchronizationSource":[],"RTCRtpTransceiver":["RTCRtpTransceiver"],"RTCRtpTransceiverDirection":[],"RTCRtpTransceiverInit":[],"RTCSctpTransport":["RTCSctpTransport"],"RTCSctpTransportEventMap":[],"RTCSctpTransportState":[],"RTCSdpType":[],"RTCSentRtpStreamStats":[],"RTCSessionDescription":["RTCSessionDescription"],"RTCSessionDescriptionCallback":[],"RTCSessionDescriptionInit":[],"RTCSetParameterOptions":[],"RTCSignalingState":[],"RTCStats":[],"RTCStatsIceCandidatePairState":[],"RTCStatsReport":["RTCStatsReport"],"RTCStatsType":[],"RTCTrackEvent":["RTCTrackEvent"],"RTCTrackEventInit":[],"RTCTransformEvent":["RTCTransformEvent"],"RTCTransportStats":[],"SafeArray":[],"Sanitizer":["allowAttribute"],"SanitizerAttribute":[],"SanitizerAttributeNamespace":[],"SanitizerConfig":[],"SanitizerElement":[],"SanitizerElementNamespace":[],"SanitizerElementNamespaceWithAttributes":[],"SanitizerElementWithAttributes":[],"SanitizerPresets":[],"scheduler":[],"Scheduler":["Scheduler"],"SchedulerPostTaskCallback":[],"SchedulerPostTaskOptions":[],"screen":[],"Screen":["Screen"],"screenLeft":[],"ScreenOrientation":["ScreenOrientation"],"ScreenOrientationEventMap":[],"screenTop":[],"screenX":[],"screenY":[],"ScriptProcessorNode":["ScriptProcessorNode"],"ScriptProcessorNodeEventMap":[],"scroll":["Window/scroll"],"ScrollAxis":[],"scrollbars":[],"ScrollBehavior":[],"scrollBy":["Window/scrollBy"],"ScrollIntoViewOptions":[],"ScrollLogicalPosition":[],"ScrollOptions":[],"ScrollRestoration":[],"ScrollSetting":[],"ScrollTimeline":["ScrollTimeline"],"ScrollTimelineOptions":[],"scrollTo":["Window/scrollTo"],"ScrollToOptions":[],"scrollX":[],"scrollY":[],"SecurityPolicyViolationEvent":["SecurityPolicyViolationEvent"],"SecurityPolicyViolationEventDisposition":[],"SecurityPolicyViolationEventInit":[],"Selection":["Selection"],"SelectionDirection":[],"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":[],"ShowPopoverOptions":[],"SlotAssignmentMode":[],"Slottable":["assignedSlot"],"SourceBuffer":["SourceBuffer"],"SourceBufferEventMap":[],"SourceBufferList":["SourceBufferList"],"SourceBufferListEventMap":[],"SpeechRecognitionAlternative":["SpeechRecognitionAlternative"],"SpeechRecognitionErrorCode":[],"SpeechRecognitionErrorEvent":["SpeechRecognitionErrorEvent"],"SpeechRecognitionErrorEventInit":[],"SpeechRecognitionEvent":["SpeechRecognitionEvent"],"SpeechRecognitionEventInit":[],"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":[],"StylePropertyMap":["StylePropertyMap"],"StylePropertyMapReadOnly":["StylePropertyMapReadOnly"],"StylePropertyMapReadOnlyIterator":[],"StyleSheet":["StyleSheet"],"StyleSheetList":["StyleSheetList"],"SubmitEvent":["SubmitEvent"],"SubmitEventInit":[],"SubtleCrypto":["SubtleCrypto"],"SuppressedError":[],"SuppressedErrorConstructor":[],"SvcOutputMetadata":[],"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":[],"TaskController":["TaskController"],"TaskControllerInit":[],"TaskPriority":[],"TaskPriorityChangeEvent":["TaskPriorityChangeEvent"],"TaskPriorityChangeEventInit":[],"TaskSignal":["TaskSignal"],"TaskSignalAnyInit":[],"TaskSignalEventMap":[],"TemplateStringsArray":[],"Temporal":[null,{"CalendarLike":[],"DateLikeObject":[],"DateTimeLikeObject":[],"DateUnit":[],"DisambiguationOptions":[],"Duration":[],"DurationConstructor":[],"DurationLike":[],"DurationLikeObject":[],"DurationRelativeToOptions":[],"DurationRoundingOptions":[],"DurationToStringOptions":[],"DurationTotalOptions":[],"Instant":[],"InstantConstructor":[],"InstantLike":[],"InstantToStringOptions":[],"Now":[null,{"instant":[],"plainDateISO":[],"plainDateTimeISO":[],"plainTimeISO":[],"timeZoneId":[],"zonedDateTimeISO":[]}],"OverflowOptions":[],"PartialTemporalLike":[],"PlainDate":[],"PlainDateConstructor":[],"PlainDateLike":[],"PlainDateTime":[],"PlainDateTimeConstructor":[],"PlainDateTimeLike":[],"PlainDateTimeToStringOptions":[],"PlainDateToStringOptions":[],"PlainDateToZonedDateTimeOptions":[],"PlainMonthDay":[],"PlainMonthDayConstructor":[],"PlainMonthDayLike":[],"PlainMonthDayToPlainDateOptions":[],"PlainTime":[],"PlainTimeConstructor":[],"PlainTimeLike":[],"PlainTimeToStringOptions":[],"PlainYearMonth":[],"PlainYearMonthConstructor":[],"PlainYearMonthLike":[],"PlainYearMonthToPlainDateOptions":[],"PluralizeUnit":[],"RoundingOptions":[],"RoundingOptionsWithLargestUnit":[],"TimeLikeObject":[],"TimeUnit":[],"TimeZoneLike":[],"ToStringRoundingOptions":[],"ToStringRoundingOptionsWithFractionalSeconds":[],"TransitionOptions":[],"YearMonthLikeObject":[],"ZonedDateTime":[],"ZonedDateTimeConstructor":[],"ZonedDateTimeFromOptions":[],"ZonedDateTimeLike":[],"ZonedDateTimeLikeObject":[],"ZonedDateTimeToStringOptions":[]}],"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"],"TimelineRangeOffset":[],"TimeRanges":["TimeRanges"],"TimerHandler":[],"ToggleEvent":["ToggleEvent"],"ToggleEventInit":[],"TogglePopoverOptions":[],"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":[],"UnknownCredentialOptions":[],"Uppercase":["https://www.typescriptlang.org/docs/handbook/utility-types.html#intrinsic-string-manipulation-types"],"URIError":[],"URIErrorConstructor":[],"URL":["URL"],"URLPattern":["URLPattern"],"URLPatternComponentResult":[],"URLPatternInit":[],"URLPatternInput":[],"URLPatternOptions":[],"URLPatternResult":[],"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":[],"ViewTimeline":["ViewTimeline"],"ViewTimelineOptions":[],"ViewTransition":["ViewTransition"],"ViewTransitionTypeSet":["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,{"AddressType":[],"AddressValue":[],"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"],"Exception":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception"],"ExceptionOptions":[],"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"],"JSTag":[],"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":[],"Tag":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Tag"],"TagType":[],"validate":["https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/validate_static"],"ValueType":[],"ValueTypeMap":[],"WebAssemblyCompileOptions":[],"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":["WEBGL_draw_buffers"],"WEBGL_lose_context":["WEBGL_lose_context"],"WEBGL_multi_draw":["WEBGL_multi_draw"],"WebGL2RenderingContext":["WebGL2RenderingContext"],"WebGL2RenderingContextBase":["beginQuery"],"WebGL2RenderingContextOverloads":["bufferData"],"WebGLActiveInfo":["WebGLActiveInfo"],"WebGLBuffer":["WebGLBuffer"],"WebGLContextAttributes":[],"WebGLContextEvent":["WebGLContextEvent"],"WebGLContextEventInit":[],"WebGLFramebuffer":["WebGLFramebuffer"],"WebGLPowerPreference":[],"WebGLProgram":["WebGLProgram"],"WebGLQuery":["WebGLQuery"],"WebGLRenderbuffer":["WebGLRenderbuffer"],"WebGLRenderingContext":["WebGLRenderingContext"],"WebGLRenderingContextBase":["drawingBufferColorSpace"],"WebGLRenderingContextOverloads":["bufferData"],"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":[],"WGSLLanguageFeatures":["WGSLLanguageFeatures"],"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"]}'), Fn = {
|
|
1215
|
+
globals: Gn
|
|
1216
|
+
}, ut = Object.freeze(
|
|
1217
|
+
Object.assign(/* @__PURE__ */ Object.create(null), Fn.globals)
|
|
1218
|
+
), ft = "https://developer.mozilla.org/docs/Web/API/";
|
|
1219
1219
|
function ui(e, t, n = "*", i) {
|
|
1220
1220
|
if (e === "@arcgis/core")
|
|
1221
|
-
return
|
|
1221
|
+
return On(t, n, i);
|
|
1222
1222
|
}
|
|
1223
|
-
function
|
|
1223
|
+
function On(e, t, n) {
|
|
1224
1224
|
if (!(e === void 0 || e === "interfaces.d.ts")) {
|
|
1225
|
-
const i = `https://${n.config.documentation.host}${
|
|
1225
|
+
const i = `https://${n.config.documentation.host}${Nn}${Z(e)}/`;
|
|
1226
1226
|
return Gi(i, t === "default" || t === "*" ? void 0 : t, void 0);
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
|
-
const
|
|
1230
|
-
function
|
|
1229
|
+
const Nn = ei("core");
|
|
1230
|
+
function je(e, t, n, i) {
|
|
1231
1231
|
i.implicitPublicModules ??= /* @__PURE__ */ Object.create(null);
|
|
1232
1232
|
const a = i.implicitPublicModules[e];
|
|
1233
1233
|
a === void 0 ? i.implicitPublicModules[e] = {
|
|
1234
1234
|
actualModulePath: void 0,
|
|
1235
1235
|
// moduleResolution:Node16 may use .js extension to refer to non-JS files
|
|
1236
|
+
// We strip the extension, and manually guess the extension in worker.ts
|
|
1236
1237
|
sourcePath: t.endsWith(".js") ? t.slice(0, -3) : t,
|
|
1237
1238
|
pendingNames: n === "*" ? void 0 : /* @__PURE__ */ new Set([n]),
|
|
1238
1239
|
extractedNames: /* @__PURE__ */ new Set()
|
|
1239
1240
|
} : a.pendingNames !== void 0 && n !== "*" ? a.pendingNames.add(n) : a.pendingNames = void 0;
|
|
1240
1241
|
}
|
|
1241
|
-
function
|
|
1242
|
-
const n =
|
|
1242
|
+
function wn(e, t) {
|
|
1243
|
+
const n = tt(e);
|
|
1243
1244
|
if (t.pendingNames === void 0)
|
|
1244
1245
|
return n > 0;
|
|
1245
1246
|
if (n === 2 && t.pendingNames.has("default"))
|
|
@@ -1247,8 +1248,8 @@ function Nn(e, t) {
|
|
|
1247
1248
|
const a = (e.name ?? e.declarationList?.declarations[0].name).escapedText;
|
|
1248
1249
|
return t.pendingNames.has(a);
|
|
1249
1250
|
}
|
|
1250
|
-
function
|
|
1251
|
-
const r = n.program.getTypeChecker(), l = e.flags & o.SymbolFlags.Alias ? r.getAliasedSymbol(e) : e, s =
|
|
1251
|
+
function Je(e, t, n, i, a) {
|
|
1252
|
+
const r = n.program.getTypeChecker(), l = e.flags & o.SymbolFlags.Alias ? r.getAliasedSymbol(e) : e, s = Kn(l), c = t.escapedText, p = s ?? c, d = l?.declarations?.[0];
|
|
1252
1253
|
if (d === void 0)
|
|
1253
1254
|
return n.emitError(`Unable to resolve the declaration file name for the type ${p}`, {
|
|
1254
1255
|
file: n.file,
|
|
@@ -1256,55 +1257,55 @@ function qe(e, t, n, i, a) {
|
|
|
1256
1257
|
}), {
|
|
1257
1258
|
name: p,
|
|
1258
1259
|
module: void 0,
|
|
1259
|
-
package:
|
|
1260
|
+
package: le,
|
|
1260
1261
|
viewUrl: void 0,
|
|
1261
1262
|
start: i,
|
|
1262
1263
|
end: a
|
|
1263
1264
|
};
|
|
1264
|
-
const m = d.getSourceFile(), { packageName:
|
|
1265
|
-
if (
|
|
1265
|
+
const m = d.getSourceFile(), { packageName: u, modulePath: f } = Vn(m.fileName, n, p);
|
|
1266
|
+
if (u === "@arcgis/core" && f === "interfaces.js")
|
|
1266
1267
|
return n.moduleContext.importsMap.__esri = {
|
|
1267
1268
|
type: "*",
|
|
1268
1269
|
modulePath: void 0,
|
|
1269
|
-
|
|
1270
|
+
rawSpecifier: `${u}/${f}`,
|
|
1270
1271
|
replacementName: void 0,
|
|
1271
1272
|
actualName: void 0,
|
|
1272
1273
|
wasUsed: !0
|
|
1273
1274
|
}, {
|
|
1274
1275
|
name: "__esri",
|
|
1275
|
-
module:
|
|
1276
|
-
package:
|
|
1276
|
+
module: f,
|
|
1277
|
+
package: u,
|
|
1277
1278
|
viewUrl: void 0,
|
|
1278
1279
|
start: i,
|
|
1279
1280
|
end: a
|
|
1280
1281
|
};
|
|
1281
|
-
if (
|
|
1282
|
-
let v =
|
|
1282
|
+
if (u === "typescript" && f?.startsWith("lib/") === !0) {
|
|
1283
|
+
let v = ut[p], P, h = p;
|
|
1283
1284
|
if (v === void 0) {
|
|
1284
|
-
for (let
|
|
1285
|
-
if (o.isModuleDeclaration(
|
|
1286
|
-
P =
|
|
1285
|
+
for (let L = d.parent; L !== void 0; L = L.parent)
|
|
1286
|
+
if (o.isModuleDeclaration(L) && o.isIdentifier(L.name)) {
|
|
1287
|
+
P = L.name.escapedText, v = ut[P]?.[1]?.[p], h = `${P}.${p}`, be(t, h);
|
|
1287
1288
|
break;
|
|
1288
1289
|
}
|
|
1289
1290
|
}
|
|
1290
1291
|
return {
|
|
1291
1292
|
name: h,
|
|
1292
1293
|
module: void 0,
|
|
1293
|
-
package:
|
|
1294
|
-
viewUrl: v?.[0]?.startsWith("https") === !1 ? `${
|
|
1294
|
+
package: le,
|
|
1295
|
+
viewUrl: v?.[0]?.startsWith("https") === !1 ? `${ft}${v[0]}` : v?.[0] ?? void 0,
|
|
1295
1296
|
start: i,
|
|
1296
1297
|
end: i + h.length
|
|
1297
1298
|
};
|
|
1298
1299
|
}
|
|
1299
|
-
let
|
|
1300
|
-
if (
|
|
1300
|
+
let S = p;
|
|
1301
|
+
if (u !== void 0 && f === void 0 && s?.startsWith("HTML") === !0 && d.parent.kind === o.SyntaxKind.ModuleBlock && d.parent.parent.kind === o.SyntaxKind.ModuleDeclaration && d.parent.parent.name.escapedText === "global") {
|
|
1301
1302
|
if (s.endsWith("Element")) {
|
|
1302
1303
|
const v = o.isInterfaceDeclaration(d) ? d.heritageClauses?.[0]?.types[0]?.expression : o.isTypeAliasDeclaration(d) && o.isTypeReferenceNode(d.type) ? d.type.typeName : void 0;
|
|
1303
1304
|
if (v !== void 0 && o.isIdentifier(v)) {
|
|
1304
1305
|
const P = r.getSymbolAtLocation(v);
|
|
1305
1306
|
if (P !== void 0) {
|
|
1306
1307
|
const h = r.getAliasedSymbol(P);
|
|
1307
|
-
return
|
|
1308
|
+
return Je(
|
|
1308
1309
|
h,
|
|
1309
1310
|
t,
|
|
1310
1311
|
n,
|
|
@@ -1321,7 +1322,7 @@ function qe(e, t, n, i, a) {
|
|
|
1321
1322
|
) {
|
|
1322
1323
|
const v = r.getSymbolAtLocation(d.type.objectType.typeName);
|
|
1323
1324
|
if (v !== void 0) {
|
|
1324
|
-
const P = r.getAliasedSymbol(v), h =
|
|
1325
|
+
const P = r.getAliasedSymbol(v), h = Je(
|
|
1325
1326
|
P,
|
|
1326
1327
|
t,
|
|
1327
1328
|
n,
|
|
@@ -1332,30 +1333,30 @@ function qe(e, t, n, i, a) {
|
|
|
1332
1333
|
}
|
|
1333
1334
|
}
|
|
1334
1335
|
}
|
|
1335
|
-
if (
|
|
1336
|
-
const v = s ?? ((
|
|
1336
|
+
if (u !== void 0 || f !== void 0) {
|
|
1337
|
+
const v = s ?? ((f ?? u).split("/").pop()?.replaceAll(Un, "") || "type");
|
|
1337
1338
|
for (let P = 1; ; P += 1) {
|
|
1338
1339
|
const h = P === 1 ? v : `${v}${P}`;
|
|
1339
|
-
let
|
|
1340
|
-
if (
|
|
1340
|
+
let L = n.functionLikeTypeParameters?.has(h) === !0 || n.objectLikeTypeParameters?.has(h) === !0 || n.localDeclarations.has(h);
|
|
1341
|
+
if (L)
|
|
1341
1342
|
continue;
|
|
1342
|
-
const
|
|
1343
|
-
if (y ?
|
|
1343
|
+
const b = n.moduleContext.importsMap[h], y = b !== void 0 && (u === void 0 ? b.modulePath === f : b.rawSpecifier === u + (f === void 0 ? "" : `/${f}`));
|
|
1344
|
+
if (y ? b.wasUsed = !0 : L = n.moduleContext.importsMap[h] !== void 0, L)
|
|
1344
1345
|
continue;
|
|
1345
1346
|
const k = h !== c;
|
|
1346
1347
|
k && (be(t, h), a = i + h.length);
|
|
1347
|
-
const
|
|
1348
|
-
|
|
1349
|
-
|
|
1348
|
+
const D = Hn(l), I = D === "named";
|
|
1349
|
+
I || (S = D), u === void 0 && !n.config.strict && je(
|
|
1350
|
+
f,
|
|
1350
1351
|
m.fileName.slice(n.basePath.length),
|
|
1351
|
-
|
|
1352
|
+
S,
|
|
1352
1353
|
n
|
|
1353
1354
|
), y || (n.moduleContext.importsMap[h] = {
|
|
1354
|
-
type:
|
|
1355
|
-
modulePath:
|
|
1356
|
-
|
|
1355
|
+
type: D,
|
|
1356
|
+
modulePath: u === void 0 ? f : void 0,
|
|
1357
|
+
rawSpecifier: u === void 0 ? "" : u + (f === void 0 ? "" : `/${f}`),
|
|
1357
1358
|
replacementName: void 0,
|
|
1358
|
-
actualName:
|
|
1359
|
+
actualName: I && k ? s : void 0,
|
|
1359
1360
|
wasUsed: !0
|
|
1360
1361
|
});
|
|
1361
1362
|
break;
|
|
@@ -1383,40 +1384,40 @@ function qe(e, t, n, i, a) {
|
|
|
1383
1384
|
}
|
|
1384
1385
|
);
|
|
1385
1386
|
}
|
|
1386
|
-
const C =
|
|
1387
|
-
return
|
|
1388
|
-
name:
|
|
1389
|
-
module:
|
|
1390
|
-
package:
|
|
1391
|
-
viewUrl: ui(
|
|
1387
|
+
const C = S === "default" || S === "*" ? void 0 : s;
|
|
1388
|
+
return u ? {
|
|
1389
|
+
name: S,
|
|
1390
|
+
module: f || void 0,
|
|
1391
|
+
package: u,
|
|
1392
|
+
viewUrl: ui(u, f ?? "", C, n),
|
|
1392
1393
|
start: i,
|
|
1393
1394
|
end: a
|
|
1394
1395
|
} : {
|
|
1395
|
-
name:
|
|
1396
|
-
module:
|
|
1396
|
+
name: S,
|
|
1397
|
+
module: f,
|
|
1397
1398
|
package: void 0,
|
|
1398
|
-
viewUrl:
|
|
1399
|
+
viewUrl: Ue(f ?? n.apiModule.path, C, void 0, n),
|
|
1399
1400
|
start: i,
|
|
1400
1401
|
end: a
|
|
1401
1402
|
};
|
|
1402
1403
|
}
|
|
1403
|
-
const
|
|
1404
|
-
function
|
|
1405
|
-
const i = e.lastIndexOf(
|
|
1404
|
+
const Un = /[^a-zA-Z0-9$_]/gu;
|
|
1405
|
+
function Vn(e, t, n) {
|
|
1406
|
+
const i = e.lastIndexOf(rt);
|
|
1406
1407
|
if (i !== -1) {
|
|
1407
|
-
const s = e.slice(i +
|
|
1408
|
+
const s = e.slice(i + rt.length), c = fi(s), p = e.slice(
|
|
1408
1409
|
0,
|
|
1409
|
-
i +
|
|
1410
|
-
), d =
|
|
1411
|
-
return
|
|
1410
|
+
i + rt.length + c.packageName.length
|
|
1411
|
+
), d = ct(p);
|
|
1412
|
+
return Wt(c), c.modulePath = _t(c.modulePath, d, t, n), c;
|
|
1412
1413
|
}
|
|
1413
|
-
const r = e.indexOf(
|
|
1414
|
+
const r = e.indexOf(Wn);
|
|
1414
1415
|
if (r !== -1) {
|
|
1415
|
-
const s = e.slice(0, r), c =
|
|
1416
|
-
return
|
|
1416
|
+
const s = e.slice(0, r), c = ct(s), p = c.name, d = e.slice(r + 1), m = _t(d, c, t, n), u = { packageName: p, modulePath: m };
|
|
1417
|
+
return Wt(u), u;
|
|
1417
1418
|
}
|
|
1418
1419
|
if (e.startsWith(t.basePath)) {
|
|
1419
|
-
const s = e.slice(t.basePath.length), c =
|
|
1420
|
+
const s = e.slice(t.basePath.length), c = Ve(Z(s), t);
|
|
1420
1421
|
return c === t.apiModule.path ? {
|
|
1421
1422
|
packageName: void 0,
|
|
1422
1423
|
modulePath: void 0
|
|
@@ -1432,29 +1433,29 @@ function Un(e, t, n) {
|
|
|
1432
1433
|
node: void 0
|
|
1433
1434
|
}
|
|
1434
1435
|
), {
|
|
1435
|
-
packageName:
|
|
1436
|
+
packageName: le,
|
|
1436
1437
|
modulePath: void 0
|
|
1437
1438
|
};
|
|
1438
1439
|
}
|
|
1439
|
-
const
|
|
1440
|
+
const rt = "/node_modules/", Wn = "/dist/";
|
|
1440
1441
|
function fi(e) {
|
|
1441
|
-
const t =
|
|
1442
|
+
const t = dt(e), n = e.length === t.length ? void 0 : e.slice(t.length + 1);
|
|
1442
1443
|
return { packageName: t, modulePath: n };
|
|
1443
1444
|
}
|
|
1444
|
-
function
|
|
1445
|
+
function Wt(e) {
|
|
1445
1446
|
e.packageName?.startsWith("@types/") === !0 && (e.packageName = e.packageName.slice(7));
|
|
1446
1447
|
}
|
|
1447
|
-
function
|
|
1448
|
+
function _t(e, t, n, i) {
|
|
1448
1449
|
const a = Z(e);
|
|
1449
1450
|
if (t.exports === void 0)
|
|
1450
1451
|
return `${a}.js`;
|
|
1451
1452
|
const r = `./${a}`, l = "@arcgis/lumina" in (t.dependencies ?? {}) && r.endsWith("/customElement") ? `${r.slice(0, -13)}index` : r;
|
|
1452
|
-
let s =
|
|
1453
|
-
if (s === void 0 && (s =
|
|
1453
|
+
let s = yt(t.exports, ".", l);
|
|
1454
|
+
if (s === void 0 && (s = _n[t.name]?.(a)), s !== void 0)
|
|
1454
1455
|
return s === "." ? void 0 : s.slice(2);
|
|
1455
1456
|
const c = n.moduleContext.importsMap[i];
|
|
1456
1457
|
if (c !== void 0 && c.modulePath === void 0) {
|
|
1457
|
-
const p = fi(c.
|
|
1458
|
+
const p = fi(c.rawSpecifier);
|
|
1458
1459
|
if (p.packageName === t.name)
|
|
1459
1460
|
return p.modulePath;
|
|
1460
1461
|
}
|
|
@@ -1463,29 +1464,29 @@ function Bt(e, t, n, i) {
|
|
|
1463
1464
|
{ file: n.file, node: void 0 }
|
|
1464
1465
|
), e;
|
|
1465
1466
|
}
|
|
1466
|
-
const
|
|
1467
|
+
const _n = {
|
|
1467
1468
|
// REFACTOR: dissolve barrel files (match @arcgis/core). then this won't be needed
|
|
1468
1469
|
"@arcgis/lumina"(e) {
|
|
1469
1470
|
return e.startsWith("dist/globalTypes/") || e.startsWith("dist/typings/") ? "./globalTypes" : e.startsWith("dist/controllers/accessor/") ? "./controllers/accessor" : e.startsWith("dist/controllers/") ? "./controllers" : e.startsWith("dist/jsx/") || !e.slice(5).includes("/") ? "." : void 0;
|
|
1470
1471
|
}
|
|
1471
1472
|
};
|
|
1472
|
-
function
|
|
1473
|
+
function yt(e, t, n) {
|
|
1473
1474
|
if (typeof e == "string")
|
|
1474
|
-
return
|
|
1475
|
+
return Bn(t, e, n);
|
|
1475
1476
|
if (Array.isArray(e))
|
|
1476
1477
|
for (let i = 0; i < e.length; ++i) {
|
|
1477
|
-
const a =
|
|
1478
|
+
const a = yt(e[i], t, n);
|
|
1478
1479
|
if (a !== void 0)
|
|
1479
1480
|
return a;
|
|
1480
1481
|
}
|
|
1481
1482
|
if (typeof e == "object" && e !== null)
|
|
1482
1483
|
for (const [i, a] of Object.entries(e)) {
|
|
1483
|
-
const l = i.startsWith(".") ? i : t, s =
|
|
1484
|
+
const l = i.startsWith(".") ? i : t, s = yt(a, l, n);
|
|
1484
1485
|
if (s !== void 0)
|
|
1485
1486
|
return s;
|
|
1486
1487
|
}
|
|
1487
1488
|
}
|
|
1488
|
-
function
|
|
1489
|
+
function Bn(e, t, n) {
|
|
1489
1490
|
const i = Z(t);
|
|
1490
1491
|
if (i === n)
|
|
1491
1492
|
return e;
|
|
@@ -1497,8 +1498,8 @@ function _n(e, t, n) {
|
|
|
1497
1498
|
return;
|
|
1498
1499
|
const l = i.slice(a + 1), s = n.slice(r.length), c = t.slice(i.length);
|
|
1499
1500
|
if (l === "") {
|
|
1500
|
-
const m = Z(e),
|
|
1501
|
-
return m.slice(0, -1) + s +
|
|
1501
|
+
const m = Z(e), u = e.slice(m.length), f = m === e && c === "" ? ".js" : u;
|
|
1502
|
+
return m.slice(0, -1) + s + f;
|
|
1502
1503
|
}
|
|
1503
1504
|
if (!s.endsWith(l))
|
|
1504
1505
|
return;
|
|
@@ -1506,17 +1507,17 @@ function _n(e, t, n) {
|
|
|
1506
1507
|
if (d !== -1)
|
|
1507
1508
|
return e.slice(0, d) + p + e.slice(d + 1);
|
|
1508
1509
|
}
|
|
1509
|
-
function
|
|
1510
|
+
function Kn(e) {
|
|
1510
1511
|
const t = e.getDeclarations()?.[0];
|
|
1511
1512
|
if (t !== void 0 && ((o.isClassDeclaration(t) || o.isFunctionDeclaration(t) || o.isInterfaceDeclaration(t) || o.isTypeAliasDeclaration(t) || o.isEnumDeclaration(t)) && t.name !== void 0 && o.isIdentifier(t.name) || o.isVariableDeclaration(t) && o.isIdentifier(t.name) || o.isBindingElement(t) && o.isIdentifier(t.name)))
|
|
1512
1513
|
return t.name.escapedText;
|
|
1513
1514
|
const n = e.escapedName;
|
|
1514
1515
|
return n === "default" || n.startsWith("__") ? void 0 : n;
|
|
1515
1516
|
}
|
|
1516
|
-
function Kn(e) {
|
|
1517
|
-
return e.flags & o.SymbolFlags.ValueModule ? "*" : Hn(e) ? "default" : "named";
|
|
1518
|
-
}
|
|
1519
1517
|
function Hn(e) {
|
|
1518
|
+
return e.flags & o.SymbolFlags.ValueModule ? "*" : $n(e) ? "default" : "named";
|
|
1519
|
+
}
|
|
1520
|
+
function $n(e) {
|
|
1520
1521
|
const t = e.escapedName;
|
|
1521
1522
|
if (t === "default" || // CommonJS "export ="
|
|
1522
1523
|
t === "export=")
|
|
@@ -1530,14 +1531,14 @@ function Hn(e) {
|
|
|
1530
1531
|
}
|
|
1531
1532
|
return !1;
|
|
1532
1533
|
}
|
|
1533
|
-
function
|
|
1534
|
+
function Et(e, t, n, i) {
|
|
1534
1535
|
const a = { file: n, node: e };
|
|
1535
1536
|
return e.getText(n).includes("* @public") && i.emitError(
|
|
1536
1537
|
"@public is not permitted in nested types. See options in documentation: https://webgis.esri.com/references/api-extractor/advanced-patterns#describing-nested-object-types and https://webgis.esri.com/references/api-extractor/api-node-kinds#variables",
|
|
1537
1538
|
a
|
|
1538
|
-
),
|
|
1539
|
+
), _(e, t, a, i);
|
|
1539
1540
|
}
|
|
1540
|
-
const
|
|
1541
|
+
const O = {
|
|
1541
1542
|
false: 0,
|
|
1542
1543
|
/**
|
|
1543
1544
|
* True for literal types. False for object types
|
|
@@ -1545,34 +1546,34 @@ const w = {
|
|
|
1545
1546
|
shallow: 2,
|
|
1546
1547
|
true: 1
|
|
1547
1548
|
};
|
|
1548
|
-
function
|
|
1549
|
+
function _(e, t, n, i) {
|
|
1549
1550
|
if (e.kind === o.SyntaxKind.TrueKeyword || e.kind === o.SyntaxKind.FalseKeyword)
|
|
1550
|
-
return t ===
|
|
1551
|
+
return t === O.false ? o.factory.createKeywordTypeNode(o.SyntaxKind.BooleanKeyword) : o.factory.createLiteralTypeNode(e);
|
|
1551
1552
|
if (e.kind === o.SyntaxKind.NullKeyword)
|
|
1552
1553
|
return o.factory.createLiteralTypeNode(e);
|
|
1553
1554
|
if (e.kind === o.SyntaxKind.UndefinedKeyword || o.isVoidExpression(e))
|
|
1554
1555
|
return o.factory.createKeywordTypeNode(o.SyntaxKind.UndefinedKeyword);
|
|
1555
1556
|
if (o.isStringLiteral(e) || o.isNoSubstitutionTemplateLiteral(e))
|
|
1556
|
-
return t ===
|
|
1557
|
+
return t === O.false ? o.factory.createKeywordTypeNode(o.SyntaxKind.StringKeyword) : o.factory.createLiteralTypeNode(e);
|
|
1557
1558
|
if (o.isTemplateExpression(e))
|
|
1558
|
-
return
|
|
1559
|
+
return ge(n, t, i) ?? o.factory.createKeywordTypeNode(o.SyntaxKind.StringKeyword);
|
|
1559
1560
|
if (o.isNumericLiteral(e))
|
|
1560
|
-
return t ===
|
|
1561
|
+
return t === O.false ? o.factory.createKeywordTypeNode(o.SyntaxKind.NumberKeyword) : o.factory.createLiteralTypeNode(e);
|
|
1561
1562
|
if (o.isBigIntLiteral(e))
|
|
1562
|
-
return t ===
|
|
1563
|
+
return t === O.false ? o.factory.createKeywordTypeNode(o.SyntaxKind.BigIntKeyword) : o.factory.createLiteralTypeNode(e);
|
|
1563
1564
|
if (o.isAsExpression(e) || o.isTypeAssertionExpression(e))
|
|
1564
|
-
return o.isTypeReferenceNode(e.type) && o.isIdentifier(e.type.typeName) && e.type.typeName.escapedText === "const" ?
|
|
1565
|
+
return o.isTypeReferenceNode(e.type) && o.isIdentifier(e.type.typeName) && e.type.typeName.escapedText === "const" ? _(e.expression, O.true, n, i) : e.type;
|
|
1565
1566
|
if (o.isSatisfiesExpression(e))
|
|
1566
|
-
return t ===
|
|
1567
|
+
return t === O.false ? e.type : _(e.expression, t, n, i);
|
|
1567
1568
|
if (o.isRegularExpressionLiteral(e))
|
|
1568
1569
|
return o.factory.createTypeReferenceNode(o.factory.createIdentifier("RegExp"));
|
|
1569
1570
|
if (o.isArrayLiteralExpression(e)) {
|
|
1570
1571
|
if (i.isInLuminaMinimalExtraction)
|
|
1571
|
-
return
|
|
1572
|
-
const a = t ===
|
|
1572
|
+
return we;
|
|
1573
|
+
const a = t === O.shallow ? O.false : t, r = new Array(e.elements.length);
|
|
1573
1574
|
for (let l = 0; l < r.length; ++l) {
|
|
1574
1575
|
const s = e.elements[l];
|
|
1575
|
-
r[l] =
|
|
1576
|
+
r[l] = _(s, a, { ...n, node: s }, i);
|
|
1576
1577
|
}
|
|
1577
1578
|
return a ? o.factory.createTypeOperatorNode(o.SyntaxKind.ReadonlyKeyword, o.factory.createTupleTypeNode(r)) : o.factory.createArrayTypeNode(
|
|
1578
1579
|
r.length === 1 ? r[0] : o.factory.createUnionTypeNode(r)
|
|
@@ -1580,37 +1581,37 @@ function H(e, t, n, i) {
|
|
|
1580
1581
|
}
|
|
1581
1582
|
if (o.isObjectLiteralExpression(e)) {
|
|
1582
1583
|
if (i.isInLuminaMinimalExtraction)
|
|
1583
|
-
return
|
|
1584
|
-
const a = t ===
|
|
1584
|
+
return we;
|
|
1585
|
+
const a = t === O.shallow ? O.false : t, r = new Array(e.properties.length);
|
|
1585
1586
|
for (let l = 0; l < r.length; ++l) {
|
|
1586
1587
|
const s = e.properties[l];
|
|
1587
|
-
r[l] =
|
|
1588
|
+
r[l] = zn(s, a, { ...n, node: s }, i);
|
|
1588
1589
|
}
|
|
1589
1590
|
return o.factory.createTypeLiteralNode(r);
|
|
1590
1591
|
}
|
|
1591
1592
|
if (o.isPrefixUnaryExpression(e)) {
|
|
1592
1593
|
if (e.operator !== o.SyntaxKind.MinusToken)
|
|
1593
1594
|
return Pe(n, Q, t, i);
|
|
1594
|
-
if (t ===
|
|
1595
|
+
if (t === O.false)
|
|
1595
1596
|
return o.factory.createKeywordTypeNode(o.SyntaxKind.NumberKeyword);
|
|
1596
1597
|
{
|
|
1597
|
-
const a =
|
|
1598
|
+
const a = _(e.operand, t, n, i);
|
|
1598
1599
|
return o.isLiteralTypeNode(a) ? o.factory.createLiteralTypeNode(
|
|
1599
1600
|
o.factory.createPrefixUnaryExpression(o.SyntaxKind.MinusToken, a.literal)
|
|
1600
1601
|
) : Pe(n, Q, t, i);
|
|
1601
1602
|
}
|
|
1602
1603
|
}
|
|
1603
1604
|
if (o.isParenthesizedExpression(e))
|
|
1604
|
-
return
|
|
1605
|
+
return _(e.expression, t, n, i);
|
|
1605
1606
|
if (o.isNewExpression(e)) {
|
|
1606
1607
|
if (i.isInLuminaMinimalExtraction)
|
|
1607
|
-
return
|
|
1608
|
+
return we;
|
|
1608
1609
|
if (o.isIdentifier(e.expression)) {
|
|
1609
1610
|
const r = e.expression.escapedText;
|
|
1610
1611
|
let l = e.typeArguments, s = !1;
|
|
1611
1612
|
if ((r === "Set" || r === "WeakSet") && l === void 0)
|
|
1612
1613
|
if (e.arguments?.[0] !== void 0) {
|
|
1613
|
-
const c =
|
|
1614
|
+
const c = _(
|
|
1614
1615
|
e.arguments[0],
|
|
1615
1616
|
t,
|
|
1616
1617
|
{ ...n, node: e.arguments[0] },
|
|
@@ -1624,62 +1625,67 @@ function H(e, t, n, i) {
|
|
|
1624
1625
|
if (!s)
|
|
1625
1626
|
return o.factory.createTypeReferenceNode(e.expression, l);
|
|
1626
1627
|
}
|
|
1627
|
-
const a =
|
|
1628
|
+
const a = _(e.expression, t, n, i);
|
|
1628
1629
|
if (o.isTypeReferenceNode(a))
|
|
1629
1630
|
return a;
|
|
1630
1631
|
}
|
|
1631
1632
|
if (o.isConditionalExpression(e))
|
|
1632
1633
|
return o.factory.createUnionTypeNode([
|
|
1633
|
-
|
|
1634
|
-
|
|
1634
|
+
_(e.whenTrue, t, { ...n, node: e.whenTrue }, i),
|
|
1635
|
+
_(e.whenFalse, t, { ...n, node: e.whenFalse }, i)
|
|
1635
1636
|
]);
|
|
1636
1637
|
if (o.isIdentifier(e))
|
|
1637
|
-
return
|
|
1638
|
+
return ge(n, t, i) ?? o.factory.createTypeQueryNode(e);
|
|
1638
1639
|
if (o.isPropertyAccessExpression(e) && o.isIdentifier(e.name)) {
|
|
1639
|
-
const a =
|
|
1640
|
+
const a = ge(n, t, i);
|
|
1640
1641
|
if (a !== void 0)
|
|
1641
1642
|
return a;
|
|
1642
|
-
const r =
|
|
1643
|
-
return o.isTypeQueryNode(r) ? o.factory.createTypeQueryNode(o.factory.createQualifiedName(r.exprName, e.name)) : r ===
|
|
1643
|
+
const r = _(e.expression, t, n, i);
|
|
1644
|
+
return o.isTypeQueryNode(r) ? o.factory.createTypeQueryNode(o.factory.createQualifiedName(r.exprName, e.name)) : r === vt ? vt : Pe(n, Q, t, i);
|
|
1644
1645
|
}
|
|
1645
1646
|
if (o.isCallExpression(e)) {
|
|
1646
1647
|
const a = e.expression, r = e.arguments.at(0);
|
|
1647
|
-
if (o.isPropertyAccessExpression(a) && o.isIdentifier(a.expression) && o.isIdentifier(a.name)
|
|
1648
|
-
|
|
1649
|
-
o.factory.createTypeReferenceNode(
|
|
1650
|
-
|
|
1651
|
-
|
|
1648
|
+
if (o.isPropertyAccessExpression(a) && o.isIdentifier(a.expression) && o.isIdentifier(a.name)) {
|
|
1649
|
+
if (a.expression.escapedText === "Collection" && a.name.escapedText === "ofType" && r !== void 0 && o.isIdentifier(r))
|
|
1650
|
+
return o.factory.createTypeReferenceNode(a.expression, [
|
|
1651
|
+
o.factory.createTypeReferenceNode(r)
|
|
1652
|
+
]);
|
|
1653
|
+
if (a.expression.escapedText === "Symbol" && a.name.escapedText === "for")
|
|
1654
|
+
return Kt(t);
|
|
1655
|
+
} else if (o.isIdentifier(a) && a.escapedText === "Symbol")
|
|
1656
|
+
return Kt(t);
|
|
1657
|
+
const l = ge(n, t, i);
|
|
1652
1658
|
if (l !== void 0)
|
|
1653
1659
|
return l;
|
|
1654
|
-
const s =
|
|
1660
|
+
const s = _(a, t, n, i);
|
|
1655
1661
|
return o.isTypeQueryNode(s) ? o.factory.createTypeReferenceNode(o.factory.createIdentifier("ReturnType"), [
|
|
1656
1662
|
o.factory.createTypeQueryNode(s.exprName, e.typeArguments)
|
|
1657
1663
|
]) : Pe(n, Q, t, i);
|
|
1658
1664
|
}
|
|
1659
1665
|
if (o.isArrowFunction(e)) {
|
|
1660
1666
|
if (i.isInLuminaMinimalExtraction)
|
|
1661
|
-
return
|
|
1662
|
-
const a = t ===
|
|
1667
|
+
return we;
|
|
1668
|
+
const a = t === O.shallow ? O.false : t;
|
|
1663
1669
|
return o.factory.createFunctionTypeNode(
|
|
1664
1670
|
e.typeParameters,
|
|
1665
1671
|
St(e.parameters, a, n, i),
|
|
1666
|
-
e.type ?? (o.isBlock(e.body) ?
|
|
1672
|
+
e.type ?? (o.isBlock(e.body) ? qe(e, i) ?? X(n, Q, i) : _(e.body, a, n, i))
|
|
1667
1673
|
);
|
|
1668
1674
|
}
|
|
1669
1675
|
return Pe(n, Q, t, i);
|
|
1670
1676
|
}
|
|
1671
|
-
function
|
|
1672
|
-
const a = t ===
|
|
1677
|
+
function zn(e, t, n, i) {
|
|
1678
|
+
const a = t === O.false ? void 0 : Yn;
|
|
1673
1679
|
return o.isPropertyAssignment(e) ? o.factory.createPropertySignature(
|
|
1674
1680
|
a,
|
|
1675
1681
|
e.name,
|
|
1676
1682
|
void 0,
|
|
1677
|
-
|
|
1683
|
+
_(e.initializer, t, { ...n, node: e.initializer }, i)
|
|
1678
1684
|
) : o.isShorthandPropertyAssignment(e) ? o.factory.createPropertySignature(
|
|
1679
1685
|
a,
|
|
1680
1686
|
e.name,
|
|
1681
1687
|
void 0,
|
|
1682
|
-
|
|
1688
|
+
ge(n, t, i) ?? o.factory.createTypeQueryNode(o.factory.createIdentifier(e.name.escapedText))
|
|
1683
1689
|
) : o.isSpreadAssignment(e) ? o.factory.createPropertySignature(
|
|
1684
1690
|
a,
|
|
1685
1691
|
"_spread",
|
|
@@ -1692,14 +1698,14 @@ function $n(e, t, n, i) {
|
|
|
1692
1698
|
o.factory.createFunctionTypeNode(
|
|
1693
1699
|
e.typeParameters,
|
|
1694
1700
|
St(e.parameters, t, n, i),
|
|
1695
|
-
e.type ??
|
|
1701
|
+
e.type ?? qe(e, i) ?? X(n, Q, i)
|
|
1696
1702
|
)
|
|
1697
1703
|
) : o.isGetAccessorDeclaration(e) ? o.factory.createGetAccessorDeclaration(
|
|
1698
1704
|
void 0,
|
|
1699
1705
|
e.name,
|
|
1700
1706
|
// Should always be empty
|
|
1701
1707
|
e.parameters,
|
|
1702
|
-
e.type ??
|
|
1708
|
+
e.type ?? qe(e, i) ?? X(n, Q, i),
|
|
1703
1709
|
void 0
|
|
1704
1710
|
) : o.factory.createSetAccessorDeclaration(
|
|
1705
1711
|
void 0,
|
|
@@ -1709,32 +1715,32 @@ function $n(e, t, n, i) {
|
|
|
1709
1715
|
);
|
|
1710
1716
|
}
|
|
1711
1717
|
function Pe(e, t, n, i) {
|
|
1712
|
-
return
|
|
1718
|
+
return ge(e, n, i) ?? X(e, t, i);
|
|
1713
1719
|
}
|
|
1714
|
-
function
|
|
1720
|
+
function ge(e, t, n) {
|
|
1715
1721
|
const i = n.program?.getTypeChecker?.();
|
|
1716
1722
|
if (i !== void 0 && e.node !== void 0) {
|
|
1717
1723
|
let a;
|
|
1718
|
-
const r = t ===
|
|
1724
|
+
const r = t === O.false;
|
|
1719
1725
|
if (r && e.node.kind === o.SyntaxKind.Identifier) {
|
|
1720
1726
|
const s = i.getSymbolAtLocation(e.node);
|
|
1721
1727
|
a = s === void 0 ? void 0 : i.getTypeOfSymbol(s);
|
|
1722
1728
|
}
|
|
1723
1729
|
a ??= i.getTypeAtLocation(e.node);
|
|
1724
1730
|
const l = r ? nn(i, a) : a;
|
|
1725
|
-
return
|
|
1731
|
+
return it(i, l);
|
|
1726
1732
|
}
|
|
1727
1733
|
}
|
|
1728
|
-
function
|
|
1729
|
-
const n = t.flags & o.TypeFlags.Union ? t.types.every(
|
|
1734
|
+
function it(e, t) {
|
|
1735
|
+
const n = t.flags & o.TypeFlags.Union ? t.types.every(Bt) : Bt(t);
|
|
1730
1736
|
return e.typeToTypeNode(
|
|
1731
1737
|
t,
|
|
1732
1738
|
void 0,
|
|
1733
|
-
|
|
1739
|
+
qn & (n ? ~o.TypeFormatFlags.MultilineObjectLiterals : -1)
|
|
1734
1740
|
);
|
|
1735
1741
|
}
|
|
1736
|
-
const
|
|
1737
|
-
function
|
|
1742
|
+
const jn = o.TypeFormatFlags.NoTruncation | o.TypeFormatFlags.WriteArrayAsGenericType | o.TypeFormatFlags.SuppressAnyReturnType | o.TypeFormatFlags.MultilineObjectLiterals, Jn = jn & o.TypeFormatFlags.NodeBuilderFlagsMask, qn = Jn | o.NodeBuilderFlags.IgnoreErrors | o.NodeBuilderFlags.NoTruncation, Bt = (e) => e.flags & o.TypeFlags.Object ? e.getProperties().length === 1 : !!(e.flags & o.TypeFlags.PossiblyFalsy);
|
|
1743
|
+
function qe(e, t) {
|
|
1738
1744
|
const n = t.program?.getTypeChecker?.();
|
|
1739
1745
|
if (n === void 0)
|
|
1740
1746
|
return;
|
|
@@ -1742,19 +1748,19 @@ function Qe(e, t) {
|
|
|
1742
1748
|
if (i === void 0)
|
|
1743
1749
|
return;
|
|
1744
1750
|
const a = n.getReturnTypeOfSignature(i);
|
|
1745
|
-
return
|
|
1751
|
+
return it(n, a);
|
|
1746
1752
|
}
|
|
1747
|
-
function
|
|
1753
|
+
function Qn(e, t) {
|
|
1748
1754
|
const n = t.program?.getTypeChecker?.();
|
|
1749
1755
|
if (n === void 0)
|
|
1750
1756
|
return;
|
|
1751
1757
|
const i = n.getTypeAtLocation(e);
|
|
1752
|
-
return
|
|
1758
|
+
return it(n, i);
|
|
1753
1759
|
}
|
|
1754
1760
|
function X(e, t, n) {
|
|
1755
|
-
return n.isInLuminaMinimalExtraction || n.emitError(t, e),
|
|
1761
|
+
return n.isInLuminaMinimalExtraction || n.emitError(t, e), vt;
|
|
1756
1762
|
}
|
|
1757
|
-
const Q = "Failed to infer the type of the expression. Please provide an explicit type annotation or simplify the expression.",
|
|
1763
|
+
const Q = "Failed to infer the type of the expression. Please provide an explicit type annotation or simplify the expression.", vt = o.factory.createKeywordTypeNode(o.SyntaxKind.AnyKeyword), we = o.factory.createKeywordTypeNode(o.SyntaxKind.UnknownKeyword), We = o.factory.createKeywordTypeNode(o.SyntaxKind.VoidKeyword), Xn = o.factory.createToken(o.SyntaxKind.ReadonlyKeyword), Yn = [Xn];
|
|
1758
1764
|
function St(e, t, n, i) {
|
|
1759
1765
|
const a = new Array(e.length);
|
|
1760
1766
|
for (let r = 0; r < a.length; ++r) {
|
|
@@ -1764,7 +1770,7 @@ function St(e, t, n, i) {
|
|
|
1764
1770
|
l.dotDotDotToken,
|
|
1765
1771
|
o.isIdentifier(l.name) ? l.name : o.factory.createIdentifier(`parameter${r}`),
|
|
1766
1772
|
l.questionToken,
|
|
1767
|
-
l.type ?? (l.initializer === void 0 ? X({ ...n, node: l }, Q, i) :
|
|
1773
|
+
l.type ?? (l.initializer === void 0 ? X({ ...n, node: l }, Q, i) : _(
|
|
1768
1774
|
l.initializer,
|
|
1769
1775
|
t,
|
|
1770
1776
|
{
|
|
@@ -1777,17 +1783,23 @@ function St(e, t, n, i) {
|
|
|
1777
1783
|
}
|
|
1778
1784
|
return a;
|
|
1779
1785
|
}
|
|
1780
|
-
function
|
|
1786
|
+
function Kt(e) {
|
|
1787
|
+
return e === O.false ? o.factory.createKeywordTypeNode(o.SyntaxKind.SymbolKeyword) : o.factory.createTypeOperatorNode(
|
|
1788
|
+
o.SyntaxKind.UniqueKeyword,
|
|
1789
|
+
o.factory.createKeywordTypeNode(o.SyntaxKind.SymbolKeyword)
|
|
1790
|
+
);
|
|
1791
|
+
}
|
|
1792
|
+
function Zn(e, t) {
|
|
1781
1793
|
const n = t.program?.getTypeChecker?.();
|
|
1782
|
-
if (n === void 0 || !
|
|
1794
|
+
if (n === void 0 || !eo(e.exprName, t))
|
|
1783
1795
|
return;
|
|
1784
1796
|
const i = n.getTypeAtLocation(e.exprName);
|
|
1785
|
-
return
|
|
1797
|
+
return it(n, i);
|
|
1786
1798
|
}
|
|
1787
|
-
function
|
|
1788
|
-
return e.kind === o.SyntaxKind.QualifiedName ?
|
|
1799
|
+
function eo(e, t) {
|
|
1800
|
+
return e.kind === o.SyntaxKind.QualifiedName ? to(e.left) : t.moduleContext.importsMap[e.escapedText]?.rawSpecifier.endsWith(".json") === !0;
|
|
1789
1801
|
}
|
|
1790
|
-
function
|
|
1802
|
+
function to(e) {
|
|
1791
1803
|
for (; e !== void 0; )
|
|
1792
1804
|
if (e.kind === o.SyntaxKind.QualifiedName)
|
|
1793
1805
|
e = e.left;
|
|
@@ -1795,65 +1807,67 @@ function eo(e) {
|
|
|
1795
1807
|
return e.escapedText === "this";
|
|
1796
1808
|
return !1;
|
|
1797
1809
|
}
|
|
1798
|
-
function
|
|
1799
|
-
if (
|
|
1810
|
+
function j(e, t) {
|
|
1811
|
+
if (M = t, _e.clear(), z = [], Qe.clear(), e.pos !== -1 && e.getText(M.file).includes("* @public") && M.emitError(
|
|
1800
1812
|
"@public JSDoc tag may only appear in interfaces, top-level of type alias, or top-level intersection inside a type-alias. @public JSDoc tag inside inline object literal types or deeper aliases is not supported as such are tricky to represent in the docs UI. Refactor out the type into a separate top-level interface/type-alias. Documentation: https://webgis.esri.com/references/api-extractor/advanced-patterns#describing-nested-object-types",
|
|
1801
|
-
{ file:
|
|
1813
|
+
{ file: M.file, node: e }
|
|
1802
1814
|
), e.kind === o.SyntaxKind.Identifier || e.kind === o.SyntaxKind.QualifiedName)
|
|
1803
|
-
|
|
1815
|
+
Be(e);
|
|
1804
1816
|
else if (o.isFunctionTypeNode(e) || o.isConstructorTypeNode(e)) {
|
|
1805
1817
|
const i = e.typeParameters;
|
|
1806
1818
|
if (i !== void 0)
|
|
1807
1819
|
for (let a = 0; a < i.length; ++a) {
|
|
1808
1820
|
const r = i[a];
|
|
1809
|
-
|
|
1821
|
+
Qe.add(r.name.escapedText);
|
|
1810
1822
|
}
|
|
1811
1823
|
}
|
|
1812
|
-
return
|
|
1813
|
-
text:
|
|
1814
|
-
references:
|
|
1824
|
+
return io.writeNode(o.EmitHint.Unspecified, e, void 0, _e), {
|
|
1825
|
+
text: _e.getText(),
|
|
1826
|
+
references: z.length > 0 ? z : void 0,
|
|
1815
1827
|
values: void 0,
|
|
1816
1828
|
source: void 0
|
|
1817
1829
|
};
|
|
1818
1830
|
}
|
|
1819
|
-
let
|
|
1820
|
-
const
|
|
1831
|
+
let M;
|
|
1832
|
+
const pe = (e, t, n) => {
|
|
1821
1833
|
switch (t.kind) {
|
|
1822
1834
|
case o.SyntaxKind.TypeReference:
|
|
1823
1835
|
const i = t, a = i.typeName;
|
|
1824
1836
|
switch (a.escapedText) {
|
|
1825
1837
|
case "nil":
|
|
1826
|
-
return
|
|
1838
|
+
return pe(e, no, n);
|
|
1827
1839
|
// Used in public typings in 88 files
|
|
1828
1840
|
// REFACTOR: consider refactoring out Const usages in public API to
|
|
1829
1841
|
// reduce divergence
|
|
1830
1842
|
case "Const":
|
|
1831
|
-
|
|
1832
|
-
//
|
|
1843
|
+
return pe(e, i.typeArguments[0], n);
|
|
1844
|
+
// In component public types, Lumina's "component" and "el" have the same type
|
|
1833
1845
|
case "ToElement":
|
|
1834
|
-
|
|
1846
|
+
if (M.isComponentProject)
|
|
1847
|
+
return pe(e, i.typeArguments[0], n);
|
|
1848
|
+
break;
|
|
1835
1849
|
/**
|
|
1836
1850
|
* @see https://webgis.esri.com/references/api-extractor/advanced-patterns#publicprivate-type-divergence
|
|
1837
1851
|
*/
|
|
1838
1852
|
case "PublicApiNarrowType":
|
|
1839
1853
|
case "PublicApiRelaxType":
|
|
1840
|
-
return
|
|
1854
|
+
return pe(e, i.typeArguments[1], n);
|
|
1841
1855
|
}
|
|
1842
|
-
|
|
1856
|
+
Be(a);
|
|
1843
1857
|
break;
|
|
1844
1858
|
case o.SyntaxKind.TypeQuery:
|
|
1845
|
-
const l =
|
|
1859
|
+
const l = Zn(t, M);
|
|
1846
1860
|
if (l !== void 0)
|
|
1847
|
-
return
|
|
1848
|
-
|
|
1861
|
+
return pe(e, l, n);
|
|
1862
|
+
Be(t.exprName, oo);
|
|
1849
1863
|
break;
|
|
1850
1864
|
case o.SyntaxKind.PropertyAccessExpression:
|
|
1851
|
-
|
|
1865
|
+
Be(t);
|
|
1852
1866
|
break;
|
|
1853
1867
|
case o.SyntaxKind.InferType:
|
|
1854
1868
|
case o.SyntaxKind.MappedType:
|
|
1855
1869
|
const c = t.typeParameter;
|
|
1856
|
-
|
|
1870
|
+
Qe.add(c.name.escapedText);
|
|
1857
1871
|
break;
|
|
1858
1872
|
case o.SyntaxKind.TypeLiteral:
|
|
1859
1873
|
const p = t;
|
|
@@ -1864,27 +1878,27 @@ const ve = (e, t, n) => {
|
|
|
1864
1878
|
if (
|
|
1865
1879
|
// In public types, Lumina's "component" and "el" have the same type
|
|
1866
1880
|
// Thus print ArcgisHome["el"] as just ArcgisHome
|
|
1867
|
-
|
|
1881
|
+
M.isComponentProject && d.indexType.kind === o.SyntaxKind.LiteralType && d.indexType.literal.text === "el"
|
|
1868
1882
|
)
|
|
1869
|
-
return
|
|
1883
|
+
return pe(e, d.objectType, n);
|
|
1870
1884
|
break;
|
|
1871
1885
|
case o.SyntaxKind.ImportType:
|
|
1872
|
-
|
|
1886
|
+
M.emitError(
|
|
1873
1887
|
`\`import()\` syntax inside types is not supported - refactor to import the type at the top of the file${t.pos === -1 ? ". The import() syntax might also be inserted by TypeScript if you are referencing a type that is not otherwise accessible - refactor such cases by adding explicit type annotation." : ""}`,
|
|
1874
|
-
{ file:
|
|
1888
|
+
{ file: M.file, node: t }
|
|
1875
1889
|
);
|
|
1876
1890
|
break;
|
|
1877
1891
|
}
|
|
1878
|
-
n(e, t),
|
|
1879
|
-
},
|
|
1892
|
+
n(e, t), Xe !== void 0 && (yi(), Xe = void 0);
|
|
1893
|
+
}, io = an(
|
|
1880
1894
|
{},
|
|
1881
1895
|
{
|
|
1882
|
-
onEmitNode:
|
|
1896
|
+
onEmitNode: pe
|
|
1883
1897
|
}
|
|
1884
|
-
),
|
|
1885
|
-
`),
|
|
1886
|
-
let
|
|
1887
|
-
function
|
|
1898
|
+
), no = o.factory.createIdentifier("null | undefined"), _e = on.createTextWriter(`
|
|
1899
|
+
`), oo = 7, Qe = /* @__PURE__ */ new Set();
|
|
1900
|
+
let z;
|
|
1901
|
+
function Be(e, t = 0) {
|
|
1888
1902
|
const n = [];
|
|
1889
1903
|
let i = e;
|
|
1890
1904
|
for (; i !== void 0; )
|
|
@@ -1894,20 +1908,20 @@ function Ke(e, t = 0) {
|
|
|
1894
1908
|
} else if (i.kind === o.SyntaxKind.QualifiedName)
|
|
1895
1909
|
n.push(i.right), i = i.left;
|
|
1896
1910
|
else if (i.kind === o.SyntaxKind.PropertyAccessExpression) {
|
|
1897
|
-
const
|
|
1898
|
-
n.push(
|
|
1911
|
+
const S = i.name;
|
|
1912
|
+
n.push(S), i = i.expression;
|
|
1899
1913
|
}
|
|
1900
|
-
const a = n.at(-1), r = a.escapedText, l =
|
|
1914
|
+
const a = n.at(-1), r = a.escapedText, l = _e.getTextPos() + t;
|
|
1901
1915
|
let s = l + r.length;
|
|
1902
1916
|
const c = a;
|
|
1903
1917
|
if (c.pos === -1 && c.symbol !== void 0) {
|
|
1904
|
-
|
|
1905
|
-
|
|
1918
|
+
z.push(
|
|
1919
|
+
Je(c.symbol, c, M, l, s)
|
|
1906
1920
|
);
|
|
1907
1921
|
return;
|
|
1908
1922
|
}
|
|
1909
|
-
if (
|
|
1910
|
-
|
|
1923
|
+
if (M.functionLikeTypeParameters?.has(r) === !0) {
|
|
1924
|
+
z.push({
|
|
1911
1925
|
name: r,
|
|
1912
1926
|
module: void 0,
|
|
1913
1927
|
package: void 0,
|
|
@@ -1917,8 +1931,8 @@ function Ke(e, t = 0) {
|
|
|
1917
1931
|
});
|
|
1918
1932
|
return;
|
|
1919
1933
|
}
|
|
1920
|
-
if (
|
|
1921
|
-
|
|
1934
|
+
if (M.objectLikeTypeParameters?.has(r) === !0) {
|
|
1935
|
+
z.push({
|
|
1922
1936
|
name: r,
|
|
1923
1937
|
module: void 0,
|
|
1924
1938
|
package: void 0,
|
|
@@ -1928,102 +1942,102 @@ function Ke(e, t = 0) {
|
|
|
1928
1942
|
});
|
|
1929
1943
|
return;
|
|
1930
1944
|
}
|
|
1931
|
-
if (
|
|
1932
|
-
|
|
1945
|
+
if (M.localDeclarations.has(r)) {
|
|
1946
|
+
z.push({
|
|
1933
1947
|
name: r,
|
|
1934
1948
|
module: void 0,
|
|
1935
1949
|
package: void 0,
|
|
1936
|
-
viewUrl:
|
|
1937
|
-
|
|
1938
|
-
r ===
|
|
1950
|
+
viewUrl: Ue(
|
|
1951
|
+
M.apiModule.path,
|
|
1952
|
+
r === M.exportDefaultName ? void 0 : r,
|
|
1939
1953
|
void 0,
|
|
1940
|
-
|
|
1954
|
+
M
|
|
1941
1955
|
),
|
|
1942
1956
|
start: l,
|
|
1943
1957
|
end: s
|
|
1944
1958
|
});
|
|
1945
1959
|
return;
|
|
1946
1960
|
}
|
|
1947
|
-
if (
|
|
1948
|
-
|
|
1961
|
+
if (M.localPrivateDeclarations?.has(r) === !0) {
|
|
1962
|
+
M.localPrivateDeclarations.set(r, Math.abs(M.localPrivateDeclarations.get(r))), z.push({
|
|
1949
1963
|
name: r,
|
|
1950
1964
|
module: void 0,
|
|
1951
1965
|
package: void 0,
|
|
1952
|
-
viewUrl:
|
|
1953
|
-
|
|
1954
|
-
r ===
|
|
1966
|
+
viewUrl: Ue(
|
|
1967
|
+
M.apiModule.path,
|
|
1968
|
+
r === M.exportDefaultName ? void 0 : r,
|
|
1955
1969
|
void 0,
|
|
1956
|
-
|
|
1970
|
+
M
|
|
1957
1971
|
),
|
|
1958
1972
|
start: l,
|
|
1959
1973
|
end: s
|
|
1960
1974
|
});
|
|
1961
1975
|
return;
|
|
1962
1976
|
}
|
|
1963
|
-
const d =
|
|
1977
|
+
const d = M.moduleContext.importsMap[r];
|
|
1964
1978
|
if (d !== void 0) {
|
|
1965
1979
|
d.wasUsed = !0;
|
|
1966
|
-
const
|
|
1967
|
-
d.replacementName !== void 0 && (be(a, d.replacementName), s = l + d.replacementName.length), d.replacementName !== void 0 && (
|
|
1980
|
+
const S = d.type === "named";
|
|
1981
|
+
d.replacementName !== void 0 && (be(a, d.replacementName), s = l + d.replacementName.length), d.replacementName !== void 0 && (M.functionLikeTypeParameters?.has(d.replacementName) === !0 || M.objectLikeTypeParameters?.has(d.replacementName) === !0) && M.emitError(
|
|
1968
1982
|
`Can't do a type replacement of ${ie("green", r)} to ${ie("red", d.replacementName)} as the latter name conflicts with a type parameter name in the current scope. Rename the type parameter or refactor out the type replacement.`,
|
|
1969
|
-
{ file:
|
|
1983
|
+
{ file: M.file, node: e }
|
|
1970
1984
|
);
|
|
1971
|
-
const C =
|
|
1985
|
+
const C = S ? d.actualName ?? d.replacementName ?? r : void 0;
|
|
1972
1986
|
if (d.modulePath === void 0) {
|
|
1973
|
-
if (
|
|
1974
|
-
const h =
|
|
1975
|
-
|
|
1976
|
-
h === "esri" ? `Found unexpected absolute path import of ${ie("red", C ?? d.type)} from ${ie("red", d.
|
|
1977
|
-
{ file:
|
|
1987
|
+
if (M.config.strict) {
|
|
1988
|
+
const h = dt(d.rawSpecifier);
|
|
1989
|
+
M.runtimeDependencyNames.has(h) || M.emitError(
|
|
1990
|
+
h === "esri" ? `Found unexpected absolute path import of ${ie("red", C ?? d.type)} from ${ie("red", d.rawSpecifier)}. Did you mean to use a relative import instead?` : `Type ${ie("red", C ?? d.type)} imported from ${ie("red", h)} cannot be referenced in public types as this dependency is not declared as a "dependency" in the package.json`,
|
|
1991
|
+
{ file: M.file, node: e }
|
|
1978
1992
|
);
|
|
1979
1993
|
}
|
|
1980
|
-
} else
|
|
1994
|
+
} else M.config.strict || je(
|
|
1981
1995
|
d.modulePath,
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
d.
|
|
1996
|
+
d.rawSpecifier === "" ? d.modulePath : pt(
|
|
1997
|
+
M.apiModule.sourcePath.slice(M.config.context.basePath.length),
|
|
1998
|
+
d.rawSpecifier
|
|
1985
1999
|
),
|
|
1986
|
-
|
|
1987
|
-
|
|
2000
|
+
S ? C : d.type,
|
|
2001
|
+
M
|
|
1988
2002
|
);
|
|
1989
2003
|
let v, P = d.modulePath;
|
|
1990
|
-
P === void 0 && (v =
|
|
2004
|
+
P === void 0 && (v = dt(d.rawSpecifier), P = d.rawSpecifier.length === v.length ? void 0 : d.rawSpecifier.slice(v.length + 1)), z.push({
|
|
1991
2005
|
name: C ?? d.type,
|
|
1992
2006
|
module: P,
|
|
1993
2007
|
package: v,
|
|
1994
|
-
viewUrl: d.modulePath === void 0 ? ui(v, P,
|
|
2008
|
+
viewUrl: d.modulePath === void 0 ? ui(v, P, S ? r : d.type, M) : Ue(d.modulePath, C, void 0, M),
|
|
1995
2009
|
start: l,
|
|
1996
2010
|
end: s
|
|
1997
2011
|
});
|
|
1998
2012
|
return;
|
|
1999
2013
|
}
|
|
2000
|
-
const m =
|
|
2014
|
+
const m = ut[r];
|
|
2001
2015
|
if (m !== void 0) {
|
|
2002
|
-
|
|
2016
|
+
z.push({
|
|
2003
2017
|
name: r,
|
|
2004
2018
|
module: void 0,
|
|
2005
|
-
package:
|
|
2006
|
-
viewUrl: m[0]?.startsWith("https") === !1 ? `${
|
|
2019
|
+
package: le,
|
|
2020
|
+
viewUrl: m[0]?.startsWith("https") === !1 ? `${ft}${m[0]}` : m[0] ?? void 0,
|
|
2007
2021
|
start: l,
|
|
2008
2022
|
end: s
|
|
2009
2023
|
});
|
|
2010
|
-
let
|
|
2011
|
-
if (
|
|
2024
|
+
let S = m;
|
|
2025
|
+
if (S.length > 1) {
|
|
2012
2026
|
let C = n.length - 2, v = s + 1;
|
|
2013
|
-
for (;
|
|
2027
|
+
for (; S[1] !== void 0 && C >= 0; ) {
|
|
2014
2028
|
const P = n[C--];
|
|
2015
|
-
if (
|
|
2016
|
-
|
|
2017
|
-
file:
|
|
2029
|
+
if (S = S[1][P.escapedText], S === void 0)
|
|
2030
|
+
M.emitError("Failed to resolve the definition of the type reference", {
|
|
2031
|
+
file: M.file,
|
|
2018
2032
|
node: e
|
|
2019
2033
|
});
|
|
2020
2034
|
else {
|
|
2021
2035
|
const h = v + P.escapedText.length;
|
|
2022
|
-
|
|
2036
|
+
z.push({
|
|
2023
2037
|
name: P.escapedText,
|
|
2024
2038
|
module: void 0,
|
|
2025
|
-
package:
|
|
2026
|
-
viewUrl:
|
|
2039
|
+
package: le,
|
|
2040
|
+
viewUrl: S[0]?.startsWith("https") === !1 ? `${ft}${S[0]}` : S[0] ?? void 0,
|
|
2027
2041
|
start: v,
|
|
2028
2042
|
end: h
|
|
2029
2043
|
}), v = h + 1;
|
|
@@ -2032,32 +2046,32 @@ function Ke(e, t = 0) {
|
|
|
2032
2046
|
}
|
|
2033
2047
|
return;
|
|
2034
2048
|
}
|
|
2035
|
-
if (
|
|
2049
|
+
if (Qe.has(r))
|
|
2036
2050
|
return;
|
|
2037
|
-
const
|
|
2038
|
-
if (
|
|
2039
|
-
|
|
2051
|
+
const f = M.program?.getTypeChecker?.()?.getSymbolAtLocation(a);
|
|
2052
|
+
if (f !== void 0) {
|
|
2053
|
+
z.push(Je(f, a, M, l, s));
|
|
2040
2054
|
return;
|
|
2041
2055
|
}
|
|
2042
|
-
|
|
2056
|
+
M.emitError(
|
|
2043
2057
|
"Failed to resolve the definition of the type reference. Ensure it has @public or refactor out its usage from the public API type",
|
|
2044
|
-
{ file:
|
|
2058
|
+
{ file: M.file, node: e }
|
|
2045
2059
|
);
|
|
2046
2060
|
}
|
|
2047
2061
|
function be(e, t) {
|
|
2048
2062
|
const n = e.escapedText;
|
|
2049
|
-
|
|
2063
|
+
Xe = e, gt = t, yi(), gt = n;
|
|
2050
2064
|
}
|
|
2051
|
-
let
|
|
2065
|
+
let Xe, gt;
|
|
2052
2066
|
function yi() {
|
|
2053
|
-
|
|
2067
|
+
Xe.escapedText = gt;
|
|
2054
2068
|
}
|
|
2055
|
-
function
|
|
2069
|
+
function nt(e, t, n) {
|
|
2056
2070
|
if (e === void 0 || n.isInLuminaMinimalExtraction) {
|
|
2057
2071
|
t ? n.objectLikeTypeParameters = void 0 : n.functionLikeTypeParameters = void 0;
|
|
2058
2072
|
return;
|
|
2059
2073
|
}
|
|
2060
|
-
const i = new Array(e.length), a = t ?
|
|
2074
|
+
const i = new Array(e.length), a = t ? ao : ro;
|
|
2061
2075
|
a.clear();
|
|
2062
2076
|
for (let r = 0; r < e.length; ++r) {
|
|
2063
2077
|
const l = e[r], s = l.name.escapedText;
|
|
@@ -2080,25 +2094,25 @@ function ot(e, t, n) {
|
|
|
2080
2094
|
t ? n.objectLikeTypeParameters = a : n.functionLikeTypeParameters = a;
|
|
2081
2095
|
for (let r = 0; r < e.length; ++r) {
|
|
2082
2096
|
const l = e[r], s = l.constraint, c = l.default;
|
|
2083
|
-
s !== void 0 && (i[r].constraint =
|
|
2097
|
+
s !== void 0 && (i[r].constraint = j(s, n)), c !== void 0 && (i[r].default = j(c, n));
|
|
2084
2098
|
}
|
|
2085
2099
|
return i;
|
|
2086
2100
|
}
|
|
2087
|
-
const
|
|
2101
|
+
const ao = /* @__PURE__ */ new Set(), ro = /* @__PURE__ */ new Set();
|
|
2088
2102
|
function Ee(e, t, n) {
|
|
2089
2103
|
if (!o.isIdentifier(e) && !o.isQualifiedName(e) && !o.isPropertyAccessExpression(e))
|
|
2090
2104
|
return n.emitError(
|
|
2091
2105
|
"Expected the type nodes in the extends clause to be Identifier, QualifiedName or PropertyAccessExpression.",
|
|
2092
2106
|
{ file: n.file, node: e }
|
|
2093
2107
|
), {
|
|
2094
|
-
[
|
|
2108
|
+
[J]: "Record<never, Error>",
|
|
2095
2109
|
name: "error",
|
|
2096
2110
|
module: void 0,
|
|
2097
2111
|
package: void 0,
|
|
2098
2112
|
viewUrl: void 0,
|
|
2099
2113
|
typeArguments: void 0
|
|
2100
2114
|
};
|
|
2101
|
-
const i =
|
|
2115
|
+
const i = j(e, n), a = i.references?.[0] ?? {
|
|
2102
2116
|
module: void 0,
|
|
2103
2117
|
package: void 0,
|
|
2104
2118
|
viewUrl: void 0
|
|
@@ -2107,7 +2121,7 @@ function Ee(e, t, n) {
|
|
|
2107
2121
|
if (r = i.text, t !== void 0) {
|
|
2108
2122
|
l = new Array(t.length), r += "<";
|
|
2109
2123
|
for (let s = 0; s < t.length; ++s) {
|
|
2110
|
-
const c = t[s], p =
|
|
2124
|
+
const c = t[s], p = j(c, n);
|
|
2111
2125
|
l[s] = p, r += p.text, s < t.length - 1 && (r += ", ");
|
|
2112
2126
|
}
|
|
2113
2127
|
r += ">";
|
|
@@ -2118,7 +2132,7 @@ function Ee(e, t, n) {
|
|
|
2118
2132
|
* which is not a name suitable for .d.ts emit. So we preserve the original
|
|
2119
2133
|
* type string in a temporary field.
|
|
2120
2134
|
*/
|
|
2121
|
-
[
|
|
2135
|
+
[J]: r,
|
|
2122
2136
|
name: i.references?.length === 1 ? i.references[0].name : i.text,
|
|
2123
2137
|
module: a.module,
|
|
2124
2138
|
package: a.package,
|
|
@@ -2126,24 +2140,24 @@ function Ee(e, t, n) {
|
|
|
2126
2140
|
typeArguments: l
|
|
2127
2141
|
};
|
|
2128
2142
|
}
|
|
2129
|
-
function
|
|
2143
|
+
function Ct(e) {
|
|
2130
2144
|
return o.isTypeReferenceNode(e) && (e.typeName.escapedText === "PublicApiNarrowType" || e.typeName.escapedText === "PublicApiRelaxType") ? e.typeArguments[1] : e;
|
|
2131
2145
|
}
|
|
2132
|
-
function
|
|
2146
|
+
function so(e) {
|
|
2133
2147
|
return e.expression.escapedText === "PublicApiNarrowType" || e.expression.escapedText === "PublicApiRelaxType" ? e.typeArguments[1] : e;
|
|
2134
2148
|
}
|
|
2135
|
-
const vi = { text: "unknown", references: void 0, values: void 0, source: void 0 },
|
|
2149
|
+
const vi = { text: "unknown", references: void 0, values: void 0, source: void 0 }, lo = {
|
|
2136
2150
|
text: "Promise<unknown>",
|
|
2137
2151
|
references: void 0,
|
|
2138
2152
|
values: void 0,
|
|
2139
2153
|
source: void 0
|
|
2140
|
-
},
|
|
2154
|
+
}, co = {
|
|
2141
2155
|
text: "Record<string, unknown> | undefined",
|
|
2142
2156
|
references: [
|
|
2143
2157
|
{
|
|
2144
2158
|
name: "Record",
|
|
2145
2159
|
module: void 0,
|
|
2146
|
-
package:
|
|
2160
|
+
package: le,
|
|
2147
2161
|
viewUrl: "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
|
|
2148
2162
|
start: 0,
|
|
2149
2163
|
end: 6
|
|
@@ -2152,11 +2166,11 @@ const vi = { text: "unknown", references: void 0, values: void 0, source: void 0
|
|
|
2152
2166
|
values: void 0,
|
|
2153
2167
|
source: void 0
|
|
2154
2168
|
};
|
|
2155
|
-
function
|
|
2169
|
+
function po(e, t) {
|
|
2156
2170
|
if (t.isInLuminaMinimalExtraction)
|
|
2157
2171
|
return;
|
|
2158
2172
|
const n = qi(e.name), i = {
|
|
2159
|
-
[
|
|
2173
|
+
[J]: mo,
|
|
2160
2174
|
kind: "method",
|
|
2161
2175
|
name: "componentOnReady",
|
|
2162
2176
|
static: void 0,
|
|
@@ -2176,8 +2190,11 @@ console.log("${e.tagName} is ready to go!");
|
|
|
2176
2190
|
],
|
|
2177
2191
|
typeParameters: void 0,
|
|
2178
2192
|
parameters: void 0,
|
|
2179
|
-
return:
|
|
2180
|
-
inheritedFrom
|
|
2193
|
+
return: uo,
|
|
2194
|
+
// Must include .inheritedFrom for this member so that it is excluded from
|
|
2195
|
+
// .d.ts printing (TypeScript inherits it from PublicLitElement) and from
|
|
2196
|
+
// the docs search index.
|
|
2197
|
+
inheritedFrom: fo,
|
|
2181
2198
|
signature: "(): Promise<this>",
|
|
2182
2199
|
privacy: void 0,
|
|
2183
2200
|
source: void 0
|
|
@@ -2204,7 +2221,7 @@ console.log("${e.tagName} is ready to go!");
|
|
|
2204
2221
|
}
|
|
2205
2222
|
a.length > 0 && (e.demos = a);
|
|
2206
2223
|
}
|
|
2207
|
-
const
|
|
2224
|
+
const mo = et(), uo = {
|
|
2208
2225
|
summary: void 0,
|
|
2209
2226
|
description: void 0,
|
|
2210
2227
|
type: {
|
|
@@ -2222,11 +2239,16 @@ const po = tt(), mo = {
|
|
|
2222
2239
|
values: void 0,
|
|
2223
2240
|
source: void 0
|
|
2224
2241
|
}
|
|
2225
|
-
},
|
|
2242
|
+
}, fo = {
|
|
2243
|
+
name: "this",
|
|
2244
|
+
module: void 0,
|
|
2245
|
+
package: void 0,
|
|
2246
|
+
viewUrl: void 0
|
|
2247
|
+
}, yo = ce, vo = ce, So = ce, go = ce, To = ce, ho = ce, Eo = ce, Si = ce;
|
|
2226
2248
|
function ce(e, t, n, i, a) {
|
|
2227
2249
|
if (i.docsTags === void 0 || n === void 0)
|
|
2228
2250
|
return;
|
|
2229
|
-
const r = i.docsTags.indexOf(
|
|
2251
|
+
const r = i.docsTags.indexOf(N.copyDoc);
|
|
2230
2252
|
if (r === -1)
|
|
2231
2253
|
return;
|
|
2232
2254
|
const l = i.name;
|
|
@@ -2239,7 +2261,7 @@ function ce(e, t, n, i, a) {
|
|
|
2239
2261
|
}
|
|
2240
2262
|
), !(typeof s == "function" && (s = s(i, a, e.apiModule), s === void 0)) && Yi(s, i, r);
|
|
2241
2263
|
}
|
|
2242
|
-
function
|
|
2264
|
+
function Pt(e, t, n) {
|
|
2243
2265
|
n.apiModule.exports.push({
|
|
2244
2266
|
kind: e.customElement === !0 ? "custom-element-definition" : e.kind === "interface" || e.kind === "mixin" ? "ts" : "js",
|
|
2245
2267
|
name: t ? "default" : e.tagName ?? e.name,
|
|
@@ -2252,8 +2274,8 @@ function bt(e, t, n) {
|
|
|
2252
2274
|
}
|
|
2253
2275
|
});
|
|
2254
2276
|
}
|
|
2255
|
-
const
|
|
2256
|
-
function
|
|
2277
|
+
const Co = Ae, st = Ae, Po = Ae, Ht = Ae, $t = Ae;
|
|
2278
|
+
function Ae(e, t, n, i) {
|
|
2257
2279
|
if (t === void 0) {
|
|
2258
2280
|
i.emitError("Computed function/method names are not yet supported.", {
|
|
2259
2281
|
file: i.file,
|
|
@@ -2261,8 +2283,8 @@ function ke(e, t, n, i) {
|
|
|
2261
2283
|
});
|
|
2262
2284
|
return;
|
|
2263
2285
|
}
|
|
2264
|
-
const a = n ?? e, r = n !== void 0 && !o.isVariableStatement(n), l = o.isMethodDeclaration(e), s = o.isMethodSignature(e), c = l || s || r, p = n !== void 0 && o.isVariableStatement(n), m = o.isFunctionDeclaration(e) || p,
|
|
2265
|
-
let P, h,
|
|
2286
|
+
const a = n ?? e, r = n !== void 0 && !o.isVariableStatement(n), l = o.isMethodDeclaration(e), s = o.isMethodSignature(e), c = l || s || r, p = n !== void 0 && o.isVariableStatement(n), m = o.isFunctionDeclaration(e) || p, u = !r && !p && o.isFunctionTypeNode(e) || o.isCallSignatureDeclaration(e), f = o.isConstructorDeclaration(e), S = f || o.isConstructSignatureDeclaration(e) || o.isConstructorTypeNode(e), C = i.isInLuminaMinimalExtraction || i.jsDoc === Ce, v = et();
|
|
2287
|
+
let P, h, L = !1, b = !1;
|
|
2266
2288
|
if (!m && a.modifiers !== void 0)
|
|
2267
2289
|
for (let E = 0; E < a.modifiers.length; ++E)
|
|
2268
2290
|
switch (a.modifiers[E].kind) {
|
|
@@ -2273,28 +2295,28 @@ function ke(e, t, n, i) {
|
|
|
2273
2295
|
h = "protected";
|
|
2274
2296
|
break;
|
|
2275
2297
|
case o.SyntaxKind.AbstractKeyword:
|
|
2276
|
-
|
|
2298
|
+
L = !0;
|
|
2277
2299
|
break;
|
|
2278
2300
|
case o.SyntaxKind.AsyncKeyword:
|
|
2279
|
-
|
|
2301
|
+
b = !0;
|
|
2280
2302
|
break;
|
|
2281
2303
|
}
|
|
2282
2304
|
const y = {
|
|
2283
|
-
[
|
|
2284
|
-
kind: c ? "method" : m ? "function" :
|
|
2285
|
-
name:
|
|
2305
|
+
[J]: v,
|
|
2306
|
+
kind: c ? "method" : m ? "function" : u ? "call-signature" : S ? "constructor" : void 0,
|
|
2307
|
+
name: S || u ? void 0 : t,
|
|
2286
2308
|
static: P,
|
|
2287
2309
|
deprecated: void 0,
|
|
2288
2310
|
summary: void 0,
|
|
2289
2311
|
description: void 0,
|
|
2290
2312
|
docsTags: void 0,
|
|
2291
|
-
typeParameters:
|
|
2313
|
+
typeParameters: nt(e.typeParameters, !1, i),
|
|
2292
2314
|
parameters: [],
|
|
2293
|
-
return:
|
|
2315
|
+
return: f ? void 0 : {
|
|
2294
2316
|
summary: void 0,
|
|
2295
2317
|
description: void 0,
|
|
2296
|
-
type: C ?
|
|
2297
|
-
e.type ??
|
|
2318
|
+
type: C ? b ? lo : vi : j(
|
|
2319
|
+
e.type ?? qe(e, i) ?? X(
|
|
2298
2320
|
{ file: i.file, node: e },
|
|
2299
2321
|
"@public function must have a return type annotation",
|
|
2300
2322
|
i
|
|
@@ -2306,18 +2328,18 @@ function ke(e, t, n, i) {
|
|
|
2306
2328
|
signature: void 0,
|
|
2307
2329
|
privacy: h,
|
|
2308
2330
|
source: void 0
|
|
2309
|
-
}, k = y,
|
|
2310
|
-
let
|
|
2311
|
-
for (let E = 0; E <
|
|
2312
|
-
const
|
|
2331
|
+
}, k = y, D = pn(y, i.jsDoc), I = C ? [] : e.parameters;
|
|
2332
|
+
let x = D.length, g = !1, K = 0;
|
|
2333
|
+
for (let E = 0; E < I.length; ++E) {
|
|
2334
|
+
const T = I[E], A = o.isIdentifier(T.name) ? T.name.escapedText : void 0;
|
|
2313
2335
|
if (A === "this") {
|
|
2314
|
-
|
|
2336
|
+
K -= 1;
|
|
2315
2337
|
continue;
|
|
2316
2338
|
}
|
|
2317
|
-
const
|
|
2318
|
-
if (
|
|
2319
|
-
|
|
2320
|
-
const q = Ti(
|
|
2339
|
+
const V = f && A !== void 0 && T.modifiers !== void 0 && T.modifiers.length > 0 ? ne(T, !0, i) : void 0;
|
|
2340
|
+
if (V !== void 0) {
|
|
2341
|
+
K -= 1, x += 1, i.jsDoc = V;
|
|
2342
|
+
const q = Ti(T, A, !1, i);
|
|
2321
2343
|
if (q === void 0)
|
|
2322
2344
|
continue;
|
|
2323
2345
|
i.apiObject.members.push(q);
|
|
@@ -2328,81 +2350,81 @@ function ke(e, t, n, i) {
|
|
|
2328
2350
|
description: q.description,
|
|
2329
2351
|
docsTags: void 0,
|
|
2330
2352
|
optional: void 0,
|
|
2331
|
-
rest:
|
|
2353
|
+
rest: T.dotDotDotToken ? !0 : void 0,
|
|
2332
2354
|
type: q.type,
|
|
2333
2355
|
default: q.default
|
|
2334
2356
|
};
|
|
2335
|
-
de.optional = zt(
|
|
2357
|
+
de.optional = zt(T, de), y.parameters.push(de);
|
|
2336
2358
|
continue;
|
|
2337
2359
|
}
|
|
2338
|
-
let G =
|
|
2360
|
+
let G = D[E + K]?.text, U, F;
|
|
2339
2361
|
if (!i.config.strict && (G === void 0 || A === void 0) && (G = A ?? `parameter${E}`), G === void 0) {
|
|
2340
2362
|
i.emitError(
|
|
2341
|
-
`Expected @param tag for every parameter on a public function. If you need to include a non-public parameter on a public function, see https://webgis.esri.com/references/api-extractor/tags-reference#param)${
|
|
2342
|
-
{ file: i.file, node:
|
|
2343
|
-
),
|
|
2363
|
+
`Expected @param tag for every parameter on a public function. If you need to include a non-public parameter on a public function, see https://webgis.esri.com/references/api-extractor/tags-reference#param)${S ? " and https://webgis.esri.com/references/api-extractor/api-node-kinds#constructor" : ""}`,
|
|
2364
|
+
{ file: i.file, node: T }
|
|
2365
|
+
), g = !0;
|
|
2344
2366
|
break;
|
|
2345
2367
|
}
|
|
2346
|
-
const
|
|
2347
|
-
if (
|
|
2348
|
-
`)) && (F = F.slice(2).trim()), A !== void 0 && A !==
|
|
2349
|
-
const q =
|
|
2368
|
+
const W = G.indexOf(" ");
|
|
2369
|
+
if (U = W === -1 ? G : G.slice(0, W), F = W === -1 ? "" : G.slice(W + 1).trim(), (F.startsWith("- ") || F.startsWith(`-
|
|
2370
|
+
`)) && (F = F.slice(2).trim()), A !== void 0 && A !== U && `_${U}` !== A) {
|
|
2371
|
+
const q = U.startsWith("[") || U.endsWith("]");
|
|
2350
2372
|
if (i.config.strict) {
|
|
2351
2373
|
i.emitError(
|
|
2352
|
-
`The '${A}' TypeScript parameter name does not match the @param tag at position ${E}, '${
|
|
2374
|
+
`The '${A}' TypeScript parameter name does not match the @param tag at position ${E}, '${U}'${q ? ". If you meant to mark the parameter as optional, use TypeScript's `?` syntax or `=` default value syntax instead of JSDoc [square brackets]" : ""}`,
|
|
2353
2375
|
{
|
|
2354
2376
|
file: i.file,
|
|
2355
|
-
node:
|
|
2377
|
+
node: T
|
|
2356
2378
|
}
|
|
2357
|
-
),
|
|
2379
|
+
), g = !0;
|
|
2358
2380
|
break;
|
|
2359
2381
|
} else
|
|
2360
|
-
|
|
2382
|
+
U = A.startsWith("_") ? A.slice(1) : A;
|
|
2361
2383
|
}
|
|
2362
|
-
const
|
|
2363
|
-
{ file: i.file, node:
|
|
2364
|
-
`Public parameter ${
|
|
2384
|
+
const fe = T.type ?? (T.initializer === void 0 ? X(
|
|
2385
|
+
{ file: i.file, node: T },
|
|
2386
|
+
`Public parameter ${U} must have a type annotation or a default value`,
|
|
2365
2387
|
i
|
|
2366
|
-
) :
|
|
2367
|
-
name:
|
|
2388
|
+
) : Et(T.initializer, O.false, i.file, i)), ke = j(fe, i), te = {
|
|
2389
|
+
name: U,
|
|
2368
2390
|
deprecated: void 0,
|
|
2369
2391
|
summary: void 0,
|
|
2370
2392
|
description: F || void 0,
|
|
2371
2393
|
docsTags: void 0,
|
|
2372
2394
|
optional: void 0,
|
|
2373
|
-
rest:
|
|
2374
|
-
type:
|
|
2375
|
-
default:
|
|
2395
|
+
rest: T.dotDotDotToken ? !0 : void 0,
|
|
2396
|
+
type: ke,
|
|
2397
|
+
default: $e(T.initializer, void 0, i.file)
|
|
2376
2398
|
};
|
|
2377
|
-
te.optional = zt(
|
|
2399
|
+
te.optional = zt(T, te), y.parameters.push(te);
|
|
2378
2400
|
}
|
|
2379
|
-
if (i.config.strict && !
|
|
2380
|
-
`Expected @param tags to match the number of parameters on a public function. Found ${
|
|
2401
|
+
if (i.config.strict && !g && !i.isInLuminaMinimalExtraction && x !== y.parameters.length && i.emitError(
|
|
2402
|
+
`Expected @param tags to match the number of parameters on a public function. Found ${D.length} @param tags for ${y.parameters.length} TypeScript parameters. Documentation: https://webgis.esri.com/references/api-extractor/tags-reference#param)${S ? " and https://webgis.esri.com/references/api-extractor/api-node-kinds#constructor" : ""}`,
|
|
2381
2403
|
{ file: i.file, node: e }
|
|
2382
2404
|
), y.parameters.length === 0)
|
|
2383
2405
|
y.parameters = void 0;
|
|
2384
2406
|
else {
|
|
2385
2407
|
let E = !0;
|
|
2386
|
-
for (let
|
|
2387
|
-
const
|
|
2388
|
-
E &&=
|
|
2408
|
+
for (let T = y.parameters.length - 1; T >= 0; T--) {
|
|
2409
|
+
const R = y.parameters[T];
|
|
2410
|
+
E &&= R.optional === !0 || R.rest === !0 || R.default !== void 0, !E && R.optional && (R.optional = void 0, R.type.text.endsWith(" | undefined") || (R.type.text += " | undefined"));
|
|
2389
2411
|
}
|
|
2390
2412
|
}
|
|
2391
|
-
l && i.componentTagName !== void 0 && (k.signature = Ki(k),
|
|
2413
|
+
l && i.componentTagName !== void 0 && (k.signature = Ki(k), b && !Zi(k) && i.emitError("Public method marked as async must have a Promise<SomeType> return type annotation.", {
|
|
2392
2414
|
file: i.file,
|
|
2393
2415
|
node: e
|
|
2394
2416
|
})), i.functionLikeTypeParameters = void 0;
|
|
2395
|
-
const
|
|
2396
|
-
return m && (
|
|
2417
|
+
const w = m ? tt(a) : 0, $ = m && i.exportDefaultName === t, B = w === 2 || $;
|
|
2418
|
+
return m && (B ? Pt(y, !0, i) : w === 0 && i.config.strict && i.emitError("Expected @public function to be exported using named or default export.", {
|
|
2397
2419
|
file: i.file,
|
|
2398
2420
|
node: e
|
|
2399
|
-
})), i.produceDts && (c ||
|
|
2421
|
+
})), i.produceDts && (c || S || u ? (L && (v.isAbstract = !0), v.hasQuestionToken = a.questionToken !== void 0 ? !0 : void 0) : v.isDefaultExported = B || void 0), c ? vo(
|
|
2400
2422
|
i,
|
|
2401
2423
|
n ?? e,
|
|
2402
2424
|
i.config.documentation.copyDocDefinitions.methods,
|
|
2403
2425
|
y,
|
|
2404
2426
|
i.apiObject
|
|
2405
|
-
) : m &&
|
|
2427
|
+
) : m && go(
|
|
2406
2428
|
i,
|
|
2407
2429
|
n ?? e,
|
|
2408
2430
|
i.config.documentation.copyDocDefinitions.functions,
|
|
@@ -2415,72 +2437,72 @@ const zt = (e, t) => (
|
|
|
2415
2437
|
e.questionToken !== void 0 || // If had default value internally, but not publicly, add ?
|
|
2416
2438
|
e.initializer !== void 0 && t.default === void 0 ? !0 : void 0
|
|
2417
2439
|
);
|
|
2418
|
-
function
|
|
2419
|
-
return
|
|
2440
|
+
function bo(e, t, n) {
|
|
2441
|
+
return Tt(), Me(e, t), bt && t !== void 0 && n !== void 0 && (Tt(), Mt(t.getTypeAtLocation(n))), gi();
|
|
2420
2442
|
}
|
|
2421
|
-
function
|
|
2422
|
-
return
|
|
2443
|
+
function Mo(e) {
|
|
2444
|
+
return Tt(), Mt(e), gi();
|
|
2423
2445
|
}
|
|
2424
|
-
let
|
|
2425
|
-
const
|
|
2426
|
-
function
|
|
2427
|
-
|
|
2446
|
+
let Le = !1, oe = !1, ae = !1, Ie = !1, re = !1, bt = !1;
|
|
2447
|
+
const se = [], ee = [];
|
|
2448
|
+
function Tt() {
|
|
2449
|
+
Le = !1, oe = !1, ae = !1, Ie = !1, re = !1, bt = !1, se.length = 0, ee.length = 0;
|
|
2428
2450
|
}
|
|
2429
|
-
function
|
|
2430
|
-
if (!
|
|
2451
|
+
function gi() {
|
|
2452
|
+
if (!ae && !Ie && !re && !Le)
|
|
2431
2453
|
return;
|
|
2432
2454
|
const e = [];
|
|
2433
|
-
if (
|
|
2434
|
-
for (let t = 0; t <
|
|
2435
|
-
e.push({ type: "string", value:
|
|
2436
|
-
else
|
|
2455
|
+
if (se.length > 0)
|
|
2456
|
+
for (let t = 0; t < se.length; ++t)
|
|
2457
|
+
e.push({ type: "string", value: se[t] });
|
|
2458
|
+
else ae && e.push(xo);
|
|
2437
2459
|
if (ee.length > 0)
|
|
2438
2460
|
for (let t = 0; t < ee.length; ++t)
|
|
2439
2461
|
e.push({ type: "number", value: ee[t] });
|
|
2440
|
-
else
|
|
2441
|
-
return
|
|
2462
|
+
else re && e.push(Do);
|
|
2463
|
+
return Ie && e.push(Ro), Le ? e.push(Lo) : oe && e.push(Io), e;
|
|
2442
2464
|
}
|
|
2443
|
-
const
|
|
2465
|
+
const xo = { type: "string", value: void 0 }, Do = { type: "number", value: void 0 }, Ro = { type: "boolean", value: void 0 }, Lo = { type: "any", value: void 0 }, Io = { type: "object", value: void 0 };
|
|
2444
2466
|
function Me(e, t) {
|
|
2445
2467
|
switch (e.kind) {
|
|
2446
2468
|
case o.SyntaxKind.BooleanKeyword:
|
|
2447
2469
|
case o.SyntaxKind.TrueKeyword:
|
|
2448
2470
|
case o.SyntaxKind.FalseKeyword:
|
|
2449
|
-
|
|
2471
|
+
Ie = !0;
|
|
2450
2472
|
return;
|
|
2451
2473
|
case o.SyntaxKind.NumberKeyword:
|
|
2452
|
-
|
|
2474
|
+
re = !0;
|
|
2453
2475
|
return;
|
|
2454
2476
|
case o.SyntaxKind.StringKeyword:
|
|
2455
2477
|
case o.SyntaxKind.TemplateLiteralType:
|
|
2456
|
-
|
|
2478
|
+
ae = !0;
|
|
2457
2479
|
return;
|
|
2458
2480
|
case o.SyntaxKind.AnyKeyword:
|
|
2459
|
-
|
|
2481
|
+
Le = !0;
|
|
2460
2482
|
return;
|
|
2461
2483
|
case o.SyntaxKind.LiteralType:
|
|
2462
2484
|
Me(e.literal, t);
|
|
2463
2485
|
return;
|
|
2464
2486
|
case o.SyntaxKind.StringLiteral:
|
|
2465
2487
|
case o.SyntaxKind.NoSubstitutionTemplateLiteral:
|
|
2466
|
-
|
|
2488
|
+
ae = !0, se.push(e.text);
|
|
2467
2489
|
return;
|
|
2468
2490
|
case o.SyntaxKind.NumericLiteral:
|
|
2469
|
-
|
|
2491
|
+
re = !0, ee.push(e.text);
|
|
2470
2492
|
return;
|
|
2471
2493
|
case o.SyntaxKind.PrefixUnaryExpression:
|
|
2472
2494
|
const n = e.operand;
|
|
2473
|
-
n.kind === o.SyntaxKind.NumericLiteral ? (ee.push(`-${n.text}`),
|
|
2495
|
+
n.kind === o.SyntaxKind.NumericLiteral ? (ee.push(`-${n.text}`), re = !0) : oe = !0;
|
|
2474
2496
|
return;
|
|
2475
2497
|
case o.SyntaxKind.VoidKeyword:
|
|
2476
2498
|
case o.SyntaxKind.UndefinedKeyword:
|
|
2477
2499
|
case o.SyntaxKind.NullKeyword:
|
|
2478
2500
|
return;
|
|
2479
2501
|
case o.SyntaxKind.UnionType:
|
|
2480
|
-
const i = e.types, a = Math.min(i.length,
|
|
2502
|
+
const i = e.types, a = Math.min(i.length, Ye);
|
|
2481
2503
|
for (let l = 0; l < a; ++l)
|
|
2482
2504
|
Me(i[l], t);
|
|
2483
|
-
i.length >
|
|
2505
|
+
i.length > Ye && (se.length = 0, ee.length = 0);
|
|
2484
2506
|
return;
|
|
2485
2507
|
case o.SyntaxKind.ParenthesizedType:
|
|
2486
2508
|
Me(e.type, t);
|
|
@@ -2489,7 +2511,7 @@ function Me(e, t) {
|
|
|
2489
2511
|
case o.SyntaxKind.IndexedAccessType:
|
|
2490
2512
|
case o.SyntaxKind.ImportType:
|
|
2491
2513
|
case o.SyntaxKind.TypeReference:
|
|
2492
|
-
t === void 0 ?
|
|
2514
|
+
t === void 0 ? oe = !0 : Mt(
|
|
2493
2515
|
t.getTypeFromTypeNode(
|
|
2494
2516
|
e
|
|
2495
2517
|
)
|
|
@@ -2497,7 +2519,7 @@ function Me(e, t) {
|
|
|
2497
2519
|
return;
|
|
2498
2520
|
case o.SyntaxKind.TypeOperator:
|
|
2499
2521
|
const r = e;
|
|
2500
|
-
r.operator === o.SyntaxKind.KeyOfKeyword ?
|
|
2522
|
+
r.operator === o.SyntaxKind.KeyOfKeyword ? ae = !0 : r.operator === o.SyntaxKind.ReadonlyKeyword ? Me(r.type, t) : oe = !0;
|
|
2501
2523
|
return;
|
|
2502
2524
|
/*case ts.SyntaxKind.UnknownKeyword:
|
|
2503
2525
|
case ts.SyntaxKind.FunctionType:
|
|
@@ -2510,46 +2532,46 @@ function Me(e, t) {
|
|
|
2510
2532
|
case ts.SyntaxKind.ObjectKeyword:
|
|
2511
2533
|
case ts.SyntaxKind.SymbolKeyword:*/
|
|
2512
2534
|
default:
|
|
2513
|
-
|
|
2535
|
+
oe = !0;
|
|
2514
2536
|
return;
|
|
2515
2537
|
}
|
|
2516
2538
|
}
|
|
2517
|
-
const
|
|
2518
|
-
function
|
|
2539
|
+
const Ye = 40;
|
|
2540
|
+
function Mt(e) {
|
|
2519
2541
|
if (e.isUnion()) {
|
|
2520
|
-
const t = Math.min(e.types.length,
|
|
2542
|
+
const t = Math.min(e.types.length, Ye);
|
|
2521
2543
|
for (let n = 0; n < t; ++n)
|
|
2522
2544
|
jt(e.types[n]);
|
|
2523
|
-
e.types.length >
|
|
2545
|
+
e.types.length > Ye && (se.length = 0, ee.length = 0);
|
|
2524
2546
|
} else
|
|
2525
2547
|
jt(e);
|
|
2526
2548
|
}
|
|
2527
2549
|
function jt(e) {
|
|
2528
2550
|
const t = e.flags;
|
|
2529
2551
|
let n = !1;
|
|
2530
|
-
if (t & o.TypeFlags.StringLiteral ? (n = !0,
|
|
2552
|
+
if (t & o.TypeFlags.StringLiteral ? (n = !0, ae = !0, se.push(e.value)) : t & o.TypeFlags.StringLike && (n = !0, ae = !0), t & o.TypeFlags.NumberLiteral ? (n = !0, re = !0, ee.push(e.value.toString())) : t & o.TypeFlags.NumberLike && (n = !0, re = !0), t & o.TypeFlags.BooleanLike && (n = !0, Ie = !0), t & o.TypeFlags.Any) {
|
|
2531
2553
|
if (e.intrinsicName === "error") {
|
|
2532
|
-
|
|
2554
|
+
oe = !0, bt = !0;
|
|
2533
2555
|
return;
|
|
2534
2556
|
}
|
|
2535
|
-
|
|
2557
|
+
Le = !0, n = !0;
|
|
2536
2558
|
}
|
|
2537
|
-
t &
|
|
2559
|
+
t & Ao || n || (oe = !0);
|
|
2538
2560
|
}
|
|
2539
|
-
const
|
|
2540
|
-
function
|
|
2561
|
+
const Ao = o.TypeFlags.Null | o.TypeFlags.VoidLike, Pa = (e) => e.map(ko).join(" | "), ko = (e) => e.type === "string" && e.value !== void 0 ? `"${e.value}"` : e.value ?? e.type;
|
|
2562
|
+
function Go(e, t, n) {
|
|
2541
2563
|
let i;
|
|
2542
2564
|
const a = e.initializer;
|
|
2543
2565
|
let r;
|
|
2544
2566
|
if (e.questionToken !== void 0)
|
|
2545
2567
|
return;
|
|
2546
2568
|
if (e.type !== void 0)
|
|
2547
|
-
o.isTypeReferenceNode(e.type) && e.type.typeName.escapedText === "EventEmitter" && (i = e.type.typeArguments?.[0] ??
|
|
2569
|
+
o.isTypeReferenceNode(e.type) && e.type.typeName.escapedText === "EventEmitter" && (i = e.type.typeArguments?.[0] ?? We);
|
|
2548
2570
|
else if (a !== void 0 && o.isCallExpression(a)) {
|
|
2549
2571
|
const s = a.expression;
|
|
2550
2572
|
if (o.isIdentifier(s)) {
|
|
2551
2573
|
const c = s.escapedText;
|
|
2552
|
-
c ===
|
|
2574
|
+
c === Ke ? (i = a.typeArguments?.[0] ?? We, r = a.arguments[0]) : c === "reEmitEvent" ? i = a.typeArguments?.[0] ?? We : c.startsWith("use") && (i = Jt(e, n));
|
|
2553
2575
|
} else if (o.isCallExpression(s) && o.isIdentifier(s.expression)) {
|
|
2554
2576
|
const c = s.expression.escapedText;
|
|
2555
2577
|
if (c === "usePropertyChange") {
|
|
@@ -2579,14 +2601,14 @@ function Ao(e, t, n) {
|
|
|
2579
2601
|
summary: void 0,
|
|
2580
2602
|
description: void 0,
|
|
2581
2603
|
docsTags: void 0,
|
|
2582
|
-
type:
|
|
2604
|
+
type: j(i, n),
|
|
2583
2605
|
inheritedFrom: void 0,
|
|
2584
2606
|
privacy: void 0,
|
|
2585
2607
|
bubbles: void 0,
|
|
2586
2608
|
cancelable: void 0,
|
|
2587
2609
|
composed: void 0
|
|
2588
2610
|
};
|
|
2589
|
-
return fn(l, n.jsDoc), r !== void 0 &&
|
|
2611
|
+
return fn(l, n.jsDoc), r !== void 0 && Fo(e, r, l, n), So(
|
|
2590
2612
|
n,
|
|
2591
2613
|
e,
|
|
2592
2614
|
n.config.documentation.copyDocDefinitions.events,
|
|
@@ -2594,11 +2616,11 @@ function Ao(e, t, n) {
|
|
|
2594
2616
|
n.apiObject
|
|
2595
2617
|
), l;
|
|
2596
2618
|
}
|
|
2597
|
-
const
|
|
2598
|
-
function
|
|
2619
|
+
const Ke = "createEvent";
|
|
2620
|
+
function Fo(e, t, n, i) {
|
|
2599
2621
|
if (t !== void 0) {
|
|
2600
2622
|
if (!o.isObjectLiteralExpression(t)) {
|
|
2601
|
-
i.emitError(`Expected object literal expression as first argument of ${
|
|
2623
|
+
i.emitError(`Expected object literal expression as first argument of ${Ke}().`, {
|
|
2602
2624
|
file: i.file,
|
|
2603
2625
|
node: e
|
|
2604
2626
|
});
|
|
@@ -2606,7 +2628,7 @@ function ko(e, t, n, i) {
|
|
|
2606
2628
|
}
|
|
2607
2629
|
if (t.properties.some(o.isSpreadAssignment)) {
|
|
2608
2630
|
i.emitError(
|
|
2609
|
-
`Unexpected spread syntax in ${
|
|
2631
|
+
`Unexpected spread syntax in ${Ke}() argument. ${Ke}() arguments must be statically parsable at compile time`,
|
|
2610
2632
|
{
|
|
2611
2633
|
file: i.file,
|
|
2612
2634
|
node: e
|
|
@@ -2627,7 +2649,7 @@ function Jt(e, t) {
|
|
|
2627
2649
|
return;
|
|
2628
2650
|
const r = n.getTypeArguments(i);
|
|
2629
2651
|
if (r.length === 0)
|
|
2630
|
-
return
|
|
2652
|
+
return We;
|
|
2631
2653
|
const l = r[0];
|
|
2632
2654
|
return n.typeToTypeNode(l, e, o.NodeBuilderFlags.NoTruncation);
|
|
2633
2655
|
}
|
|
@@ -2636,19 +2658,19 @@ function Ti(e, t, n, i) {
|
|
|
2636
2658
|
i.emitError("Computed property names are not yet supported", { file: i.file, node: e });
|
|
2637
2659
|
return;
|
|
2638
2660
|
}
|
|
2639
|
-
const a = e, r =
|
|
2640
|
-
let
|
|
2661
|
+
const a = e, r = xe(a.modifiers, "property") ?? (i.pairedSetter === void 0 ? void 0 : xe(i.pairedSetter.modifiers, "property")), l = r?.arguments[0], s = l !== void 0 && o.isObjectLiteralExpression(l) ? l.properties : void 0, c = o.isPropertyDeclaration(e) || o.isPropertySignature(e), p = o.isGetAccessor(e), d = Oi(), m = i.isInLuminaMinimalExtraction || i.jsDoc === Ce;
|
|
2662
|
+
let u = !1, f = !1, S, C = !1, v, P, h;
|
|
2641
2663
|
if (c && e.modifiers !== void 0)
|
|
2642
2664
|
for (let E = 0; E < e.modifiers.length; ++E)
|
|
2643
2665
|
switch (e.modifiers[E].kind) {
|
|
2644
2666
|
case o.SyntaxKind.ReadonlyKeyword:
|
|
2645
|
-
|
|
2667
|
+
u = !0;
|
|
2646
2668
|
continue;
|
|
2647
2669
|
case o.SyntaxKind.AccessorKeyword:
|
|
2648
|
-
|
|
2670
|
+
f = !0;
|
|
2649
2671
|
continue;
|
|
2650
2672
|
case o.SyntaxKind.ProtectedKeyword:
|
|
2651
|
-
|
|
2673
|
+
S = "protected";
|
|
2652
2674
|
continue;
|
|
2653
2675
|
case o.SyntaxKind.StaticKeyword:
|
|
2654
2676
|
v = !0;
|
|
@@ -2657,38 +2679,38 @@ function Ti(e, t, n, i) {
|
|
|
2657
2679
|
C = !0;
|
|
2658
2680
|
continue;
|
|
2659
2681
|
}
|
|
2660
|
-
n ||=
|
|
2661
|
-
const
|
|
2662
|
-
let
|
|
2682
|
+
n ||= u || p && i.pairedSetter === void 0;
|
|
2683
|
+
const L = i.apiObject.customElement === !0;
|
|
2684
|
+
let b = !1;
|
|
2663
2685
|
if (i.moduleHasAccessorLikeClass)
|
|
2664
2686
|
if (s !== void 0) {
|
|
2665
2687
|
for (let E = 0; E < s.length; ++E) {
|
|
2666
|
-
const
|
|
2667
|
-
if (!o.isPropertyAssignment(
|
|
2668
|
-
|
|
2688
|
+
const T = s[E];
|
|
2689
|
+
if (!o.isPropertyAssignment(T)) {
|
|
2690
|
+
b ||= o.isSpreadAssignment(T);
|
|
2669
2691
|
continue;
|
|
2670
2692
|
}
|
|
2671
|
-
const
|
|
2672
|
-
|
|
2693
|
+
const R = T.name.escapedText;
|
|
2694
|
+
R === "readOnly" && Y(T.initializer, i) ? n = !0 : R === "constructOnly" && Y(T.initializer, i) ? d.isConstructorOnly = !0 : R === "type" ? d.hasAutoCasting = !0 : R === "types" && Oo(
|
|
2673
2695
|
d,
|
|
2674
|
-
|
|
2696
|
+
T.initializer?.kind === o.SyntaxKind.ObjectLiteralExpression ? T.initializer : void 0
|
|
2675
2697
|
);
|
|
2676
2698
|
}
|
|
2677
|
-
|
|
2699
|
+
b && d.hasAutoCasting === void 0 && (d.hasAutoCasting = !0, d.autoCastingRequiresType = !0);
|
|
2678
2700
|
} else l !== void 0 && (d.hasAutoCasting = !0, d.autoCastingRequiresType = !0);
|
|
2679
|
-
else if (
|
|
2701
|
+
else if (L) {
|
|
2680
2702
|
const E = i.apiObject;
|
|
2681
2703
|
if (r === void 0) {
|
|
2682
2704
|
if (m)
|
|
2683
2705
|
return;
|
|
2684
2706
|
{
|
|
2685
|
-
const
|
|
2686
|
-
if (
|
|
2687
|
-
E.events ??= [], E.events.push(
|
|
2707
|
+
const T = c && !v ? Go(e, t, i) : void 0;
|
|
2708
|
+
if (T !== void 0) {
|
|
2709
|
+
E.events ??= [], E.events.push(T);
|
|
2688
2710
|
return;
|
|
2689
|
-
} else !i.config.strict && hi(e) ? (
|
|
2711
|
+
} else !i.config.strict && hi(e) ? (S = "protected", P = !1, i.jsDoc = {
|
|
2690
2712
|
...i.jsDoc,
|
|
2691
|
-
docsTags: [...i.jsDoc.docsTags,
|
|
2713
|
+
docsTags: [...i.jsDoc.docsTags, N.internal]
|
|
2692
2714
|
}) : r === void 0 && i.emitError(
|
|
2693
2715
|
"Public properties on a Lumina component must have a @property() decorator for lazy-loading compatibility.",
|
|
2694
2716
|
{
|
|
@@ -2698,18 +2720,18 @@ function Ti(e, t, n, i) {
|
|
|
2698
2720
|
);
|
|
2699
2721
|
}
|
|
2700
2722
|
} else if (s !== void 0)
|
|
2701
|
-
for (let
|
|
2702
|
-
const
|
|
2703
|
-
if (!(!o.isPropertyAssignment(
|
|
2704
|
-
switch (
|
|
2723
|
+
for (let T = 0; T < s.length; ++T) {
|
|
2724
|
+
const R = s[T];
|
|
2725
|
+
if (!(!o.isPropertyAssignment(R) || !o.isIdentifier(R.name)))
|
|
2726
|
+
switch (R.name.escapedText) {
|
|
2705
2727
|
case "attribute":
|
|
2706
|
-
o.isStringLiteral(
|
|
2728
|
+
o.isStringLiteral(R.initializer) ? P = R.initializer.text : P = Y(R.initializer, i);
|
|
2707
2729
|
continue;
|
|
2708
2730
|
case "reflect":
|
|
2709
|
-
Y(
|
|
2731
|
+
Y(R.initializer, i) && (P ??= !0, h = !0);
|
|
2710
2732
|
continue;
|
|
2711
2733
|
case "readOnly":
|
|
2712
|
-
Y(
|
|
2734
|
+
Y(R.initializer, i) && (n = !0);
|
|
2713
2735
|
continue;
|
|
2714
2736
|
case "type":
|
|
2715
2737
|
case "converter":
|
|
@@ -2719,28 +2741,28 @@ function Ti(e, t, n, i) {
|
|
|
2719
2741
|
}
|
|
2720
2742
|
}
|
|
2721
2743
|
const y = i.pairedSetter ?? (o.isSetAccessor(e) ? e : void 0), k = n ? void 0 : y;
|
|
2722
|
-
|
|
2723
|
-
const
|
|
2724
|
-
let
|
|
2725
|
-
if (
|
|
2744
|
+
f ||= r !== void 0 || p || y !== void 0, d.isAccessor = f || void 0;
|
|
2745
|
+
const D = k?.parameters[0].type, I = a.type;
|
|
2746
|
+
let x = D ?? I;
|
|
2747
|
+
if (x === void 0) {
|
|
2726
2748
|
const E = k?.parameters[0].initializer ?? e.initializer;
|
|
2727
2749
|
if (c && E !== void 0 && o.isArrowFunction(E)) {
|
|
2728
2750
|
if (n)
|
|
2729
2751
|
return $t(E, t, e, i);
|
|
2730
2752
|
qt(e, i);
|
|
2731
2753
|
}
|
|
2732
|
-
|
|
2754
|
+
x = E === void 0 ? Qn(e, i) ?? X(
|
|
2733
2755
|
{ file: i.file, node: e },
|
|
2734
2756
|
"Public property must have a type annotation or a default value",
|
|
2735
2757
|
i
|
|
2736
|
-
) :
|
|
2737
|
-
} else if (
|
|
2758
|
+
) : Et(E, n ? O.shallow : O.false, i.file, i);
|
|
2759
|
+
} else if (x = Ct(x), c && o.isFunctionTypeNode(x)) {
|
|
2738
2760
|
if (n)
|
|
2739
|
-
return $t(
|
|
2761
|
+
return $t(x, t, e, i);
|
|
2740
2762
|
qt(e, i);
|
|
2741
2763
|
}
|
|
2742
|
-
const
|
|
2743
|
-
[
|
|
2764
|
+
const g = {
|
|
2765
|
+
[J]: d,
|
|
2744
2766
|
kind: "field",
|
|
2745
2767
|
name: t,
|
|
2746
2768
|
static: v,
|
|
@@ -2749,73 +2771,76 @@ function Ti(e, t, n, i) {
|
|
|
2749
2771
|
description: void 0,
|
|
2750
2772
|
docsTags: void 0,
|
|
2751
2773
|
// In minimal extraction, we care only for type.values (set below)
|
|
2752
|
-
type: m ? { ...vi } :
|
|
2774
|
+
type: m ? { ...vi } : j(x, i),
|
|
2753
2775
|
getterType: void 0,
|
|
2754
2776
|
default: void 0,
|
|
2755
2777
|
readonly: n || void 0,
|
|
2756
2778
|
inheritedFrom: void 0,
|
|
2757
|
-
privacy:
|
|
2779
|
+
privacy: S,
|
|
2758
2780
|
source: void 0,
|
|
2759
|
-
attribute: !
|
|
2781
|
+
attribute: !L || P === !1 ? void 0 : typeof P == "string" ? P : Qi(t),
|
|
2760
2782
|
reflects: h,
|
|
2761
2783
|
docsOnlyReadonly: void 0
|
|
2762
2784
|
};
|
|
2763
|
-
mn(
|
|
2764
|
-
const
|
|
2765
|
-
|
|
2766
|
-
const
|
|
2767
|
-
if (
|
|
2768
|
-
!n &&
|
|
2785
|
+
mn(g, i.jsDoc);
|
|
2786
|
+
const K = g.default;
|
|
2787
|
+
L && t === "messageOverrides" && (d.dtsTypeOverride = g.type.text, g.type = co);
|
|
2788
|
+
const w = L && r !== void 0;
|
|
2789
|
+
if (w) {
|
|
2790
|
+
!n && g.readonly === !0 && (g.docsOnlyReadonly = !0);
|
|
2769
2791
|
const E = i.program?.getTypeChecker?.();
|
|
2770
|
-
|
|
2771
|
-
const
|
|
2792
|
+
g.type.values = E !== void 0 && x.pos === -1 && (x.kind === o.SyntaxKind.TypeQuery || x.kind === o.SyntaxKind.IndexedAccessType || x.kind === o.SyntaxKind.ImportType || x.kind === o.SyntaxKind.TypeReference) ? Mo(E.getTypeAtLocation(y?.parameters[0] ?? e)) : bo(x, E, y?.parameters[0] ?? e), (P === void 0 && g.type.values === void 0 && !i.config.context.isLuminaMinimalExtraction || g.readonly && !g.reflects) && (g.attribute = void 0);
|
|
2793
|
+
const T = E !== void 0 && o.isPropertyDeclaration(e) && // BUG: should not check node.type here? but do check in property.getterType below
|
|
2772
2794
|
e.type !== void 0 && e.initializer !== void 0 && o.isPropertyAccessExpression(e.initializer) && o.isPropertyAccessExpression(e.initializer.expression) && e.initializer.expression.expression.kind === o.SyntaxKind.ThisKeyword && o.isIdentifier(e.initializer.expression.name) && o.isIdentifier(e.initializer.name);
|
|
2773
|
-
if (("initializer" in e && e.initializer !== void 0 && (!
|
|
2774
|
-
const
|
|
2775
|
-
let
|
|
2776
|
-
const
|
|
2777
|
-
if (
|
|
2778
|
-
for (let F = 0; F <
|
|
2779
|
-
const
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2795
|
+
if (("initializer" in e && e.initializer !== void 0 && (!g.default || !g.description) || T) && !m) {
|
|
2796
|
+
const R = e.initializer, A = E?.getSymbolAtLocation(R), H = A !== void 0 && ((A.flags ?? 0) & o.SymbolFlags.Alias) !== 0 ? E?.getAliasedSymbol(A) : A;
|
|
2797
|
+
let V, G;
|
|
2798
|
+
const U = H?.getDeclarations();
|
|
2799
|
+
if (U !== void 0)
|
|
2800
|
+
for (let F = 0; F < U.length; ++F) {
|
|
2801
|
+
const W = U[F];
|
|
2802
|
+
V ??= o.isGetAccessor(W) ? W : void 0, G ??= o.isSetAccessor(W) ? W : void 0, "initializer" in W && (g.default = $e(
|
|
2803
|
+
W.initializer,
|
|
2804
|
+
g.default,
|
|
2805
|
+
W.getSourceFile()
|
|
2784
2806
|
));
|
|
2785
2807
|
}
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2808
|
+
if (T && V?.type !== void 0 && G !== void 0 && V.type.getText() !== G.parameters[0]?.type?.getText()) {
|
|
2809
|
+
const F = V.getSourceFile(), W = i.file;
|
|
2810
|
+
i.file = F, g.getterType = {
|
|
2811
|
+
text: j(V.type, i).text,
|
|
2812
|
+
references: void 0,
|
|
2813
|
+
values: void 0,
|
|
2814
|
+
source: void 0
|
|
2815
|
+
}, i.file = W;
|
|
2816
|
+
}
|
|
2792
2817
|
}
|
|
2793
2818
|
}
|
|
2794
|
-
if (
|
|
2819
|
+
if (I !== void 0 && D !== void 0 && !m && // Quick perf check: type is definitely the same if raw type string matches.
|
|
2795
2820
|
// More reliable check follows in processing/index.ts, where printed normalized
|
|
2796
2821
|
// type string is compared.
|
|
2797
|
-
|
|
2798
|
-
...
|
|
2799
|
-
references:
|
|
2800
|
-
}), n &&
|
|
2822
|
+
I.getText(i.file) !== D.getText(i.file) ? g.getterType = j(I, i) : g.readonly === !0 && g.name === "type" && x.kind === o.SyntaxKind.LiteralType && x.literal.kind === o.SyntaxKind.StringLiteral && (i.moduleContext.typeName = x.literal.text), (d.hasAutoCasting === !0 || d.isConstructorOnly === !0) && (g.readonly === !0 && d.isConstructorOnly !== !0 ? d.hasAutoCasting = void 0 : g.getterType ??= {
|
|
2823
|
+
...g.type,
|
|
2824
|
+
references: g.type.references === void 0 ? void 0 : [...g.type.references]
|
|
2825
|
+
}), n && x.kind === o.SyntaxKind.LiteralType || (g.default = $e(
|
|
2801
2826
|
e.initializer,
|
|
2802
|
-
|
|
2827
|
+
g.default,
|
|
2803
2828
|
i.file
|
|
2804
|
-
)),
|
|
2805
|
-
const E =
|
|
2806
|
-
|
|
2807
|
-
`${ki}Boolean properties should default to "false". Found default value "true" in ${i.apiObject.name}.${
|
|
2829
|
+
)), w) {
|
|
2830
|
+
const E = K === void 0 && g.default === "true";
|
|
2831
|
+
g.type.values?.length === 1 && g.type.values[0].type === "boolean" && (g.default === void 0 ? g.default = "false" : E && g.deprecated === void 0 && (i.loggedBooleanWarning || i.config.context.logger.error(
|
|
2832
|
+
`${ki}Boolean properties should default to "false". Found default value "true" in ${i.apiObject.name}.${g.name}. See https://webgis.esri.com/references/lumina/properties#boolean-properties`
|
|
2808
2833
|
), i.loggedBooleanWarning = !0));
|
|
2809
2834
|
}
|
|
2810
|
-
return
|
|
2835
|
+
return yo(
|
|
2811
2836
|
i,
|
|
2812
2837
|
e,
|
|
2813
2838
|
i.config.documentation.copyDocDefinitions?.properties,
|
|
2814
|
-
|
|
2839
|
+
g,
|
|
2815
2840
|
i.apiObject
|
|
2816
|
-
), i.produceDts && C && (d.isAbstract = !0), c && e.questionToken !== void 0 && (
|
|
2841
|
+
), i.produceDts && C && (d.isAbstract = !0), c && e.questionToken !== void 0 && (g.type.text.endsWith(" | undefined") || (g.type.text = // Don't need to wrap non-accessors in |undefined as we replace |undefined
|
|
2817
2842
|
// with ? during printing
|
|
2818
|
-
|
|
2843
|
+
f && (x.kind === o.SyntaxKind.FunctionType || x.kind === o.SyntaxKind.ConstructorType || x.kind === o.SyntaxKind.ConditionalType || x.kind === o.SyntaxKind.InferType) ? `(${g.type.text}) | undefined` : `${g.type.text} | undefined`), g.getterType !== void 0 && !g.getterType.text.endsWith(" | undefined") && (g.getterType.text += " | undefined")), g;
|
|
2819
2844
|
}
|
|
2820
2845
|
function qt(e, t) {
|
|
2821
2846
|
if (!t.config.strict)
|
|
@@ -2835,7 +2860,7 @@ function qt(e, t) {
|
|
|
2835
2860
|
}
|
|
2836
2861
|
}
|
|
2837
2862
|
}
|
|
2838
|
-
function
|
|
2863
|
+
function Oo(e, t) {
|
|
2839
2864
|
if (e.hasAutoCasting = !0, e.autoCastingRequiresType = !0, t !== void 0)
|
|
2840
2865
|
for (let n = 0; n < t.properties.length; ++n) {
|
|
2841
2866
|
const i = t.properties[n];
|
|
@@ -2846,19 +2871,19 @@ function Go(e, t) {
|
|
|
2846
2871
|
}
|
|
2847
2872
|
}
|
|
2848
2873
|
const hi = (e) => o.isPropertyDeclaration(e) && e.initializer !== void 0 && o.isCallExpression(e.initializer) && o.isIdentifier(e.initializer.expression) && e.initializer.expression.escapedText === "useT9n";
|
|
2849
|
-
function
|
|
2874
|
+
function Ze(e, t) {
|
|
2850
2875
|
const n = o.isClassDeclaration(e);
|
|
2851
2876
|
let i = e.name.escapedText;
|
|
2852
2877
|
const a = n ? t.componentTagName : void 0, r = !n && mi(i, t);
|
|
2853
2878
|
let l = e.heritageClauses === void 0 || r ? void 0 : e.heritageClauses[0]?.token === o.SyntaxKind.ExtendsKeyword ? e.heritageClauses[0] : e.heritageClauses[1]?.token === o.SyntaxKind.ExtendsKeyword ? e.heritageClauses[1] : void 0;
|
|
2854
2879
|
if (t.config.context.supportApplyMixinsSyntax && !n && l?.types.length === 1 && o.isExpressionWithTypeArguments(l.types[0]) && l.types[0].expression.escapedText === "MixinInstances" && l.types[0].typeArguments?.length === 1) {
|
|
2855
|
-
|
|
2880
|
+
wo(i, l.types[0].typeArguments[0], t);
|
|
2856
2881
|
return;
|
|
2857
2882
|
}
|
|
2858
2883
|
const s = n && t.mixinName !== void 0 && l !== void 0 && o.isExpressionWithTypeArguments(l.types[0]) && o.isIdentifier(l.types[0].expression) && l.types[0].expression.escapedText === "TypedBase";
|
|
2859
2884
|
s && (l = void 0, i = t.mixinName);
|
|
2860
2885
|
const c = ni(), p = {
|
|
2861
|
-
[
|
|
2886
|
+
[J]: c,
|
|
2862
2887
|
kind: n ? "class" : "interface",
|
|
2863
2888
|
name: i,
|
|
2864
2889
|
customElement: a === void 0 ? void 0 : !0,
|
|
@@ -2878,7 +2903,7 @@ function et(e, t) {
|
|
|
2878
2903
|
description: void 0,
|
|
2879
2904
|
docsTags: void 0,
|
|
2880
2905
|
demos: void 0,
|
|
2881
|
-
typeParameters: s ? void 0 :
|
|
2906
|
+
typeParameters: s ? void 0 : nt(e.typeParameters, !0, t),
|
|
2882
2907
|
superclass: void 0,
|
|
2883
2908
|
supertypes: void 0,
|
|
2884
2909
|
mixins: void 0,
|
|
@@ -2895,27 +2920,27 @@ function et(e, t) {
|
|
|
2895
2920
|
source: void 0,
|
|
2896
2921
|
// REFACTOR: remove this deprecated property
|
|
2897
2922
|
importPath: a === void 0 ? void 0 : t.apiModule.path
|
|
2898
|
-
}, d = p, m = d,
|
|
2923
|
+
}, d = p, m = d, u = d;
|
|
2899
2924
|
ai(p, t.jsDoc);
|
|
2900
|
-
const
|
|
2925
|
+
const f = r ? (
|
|
2901
2926
|
// Members will be added during post-processing
|
|
2902
2927
|
!1
|
|
2903
2928
|
) : Ei(d, e.members, i, t);
|
|
2904
|
-
s && (t.mixinMixins !== void 0 && (m.mixins = t.mixinMixins),
|
|
2929
|
+
s && (t.mixinMixins !== void 0 && (m.mixins = t.mixinMixins), f && t.emitError("Mixin class is not expected to have a @public constructor", { file: t.file, node: e })), l === void 0 ? a !== void 0 && m.superclass === void 0 && t.emitError(
|
|
2905
2930
|
"Lumina web component must extend LitElement class. Found a class that does not extend any class.",
|
|
2906
2931
|
{
|
|
2907
2932
|
file: t.file,
|
|
2908
2933
|
node: e
|
|
2909
2934
|
}
|
|
2910
|
-
) :
|
|
2911
|
-
const
|
|
2912
|
-
return (v || a !== void 0) &&
|
|
2935
|
+
) : No(l, n, p, e, t), a !== void 0 && po(m, t), d.members.length === 0 && (a === void 0 && (d.members = void 0), r && (t.moduleContext.constructorPropertiesInterface = u));
|
|
2936
|
+
const S = t.exportDefaultName === i, C = tt(e), v = S || C === 2;
|
|
2937
|
+
return (v || a !== void 0) && Pt(d, v, t), n ? (a === void 0 ? ho(
|
|
2913
2938
|
t,
|
|
2914
2939
|
e,
|
|
2915
2940
|
t.config.documentation.copyDocDefinitions.classes,
|
|
2916
2941
|
m,
|
|
2917
2942
|
t.apiModule
|
|
2918
|
-
) :
|
|
2943
|
+
) : Eo(
|
|
2919
2944
|
t,
|
|
2920
2945
|
e,
|
|
2921
2946
|
t.config.documentation.copyDocDefinitions.customElements,
|
|
@@ -2924,18 +2949,18 @@ function et(e, t) {
|
|
|
2924
2949
|
), t.moduleHasClass && t.config.strict && t.emitError(
|
|
2925
2950
|
"A module may only export at most one public class/mixin/custom element. Documentation: https://webgis.esri.com/references/api-extractor/api-node-kinds#module-level-documentation",
|
|
2926
2951
|
{ file: t.file, node: e }
|
|
2927
|
-
), t.moduleHasClass = !0) :
|
|
2952
|
+
), t.moduleHasClass = !0) : Si(
|
|
2928
2953
|
t,
|
|
2929
2954
|
e,
|
|
2930
2955
|
t.config.documentation.copyDocDefinitions.interfaces,
|
|
2931
|
-
|
|
2956
|
+
u,
|
|
2932
2957
|
t.apiModule
|
|
2933
|
-
), t.produceDts && (c.isDefaultExported = v || void 0, n && (!s && (!
|
|
2958
|
+
), t.produceDts && (c.isDefaultExported = v || void 0, n && (!s && (!S && C === 0) && t.config.strict && t.emitError("Expected @public class to be exported using named or default export.", {
|
|
2934
2959
|
file: t.file,
|
|
2935
2960
|
node: e
|
|
2936
|
-
}), pi(e.modifiers, o.SyntaxKind.AbstractKeyword) ? c.hasExplicitAbstract = !0 : !
|
|
2961
|
+
}), pi(e.modifiers, o.SyntaxKind.AbstractKeyword) ? c.hasExplicitAbstract = !0 : !f && (t.config.strict || a !== void 0) && (c.hasExplicitAbstract = !1))), t.objectLikeTypeParameters = void 0, d;
|
|
2937
2962
|
}
|
|
2938
|
-
function
|
|
2963
|
+
function No(e, t, n, i, a) {
|
|
2939
2964
|
for (let r = 0; r < e.types.length; ++r) {
|
|
2940
2965
|
const l = e.types[r];
|
|
2941
2966
|
if (t) {
|
|
@@ -2974,15 +2999,18 @@ function Fo(e, t, n, i, a) {
|
|
|
2974
2999
|
a.isInLuminaMinimalExtraction ? void 0 : s,
|
|
2975
3000
|
a
|
|
2976
3001
|
);
|
|
2977
|
-
if (p.name === "LitElement") {
|
|
2978
|
-
p.name = "
|
|
3002
|
+
if (a.isComponentProject && p.name === "LitElement") {
|
|
3003
|
+
p.name = "HTMLElement", p.package = le, p.viewUrl = "https://developer.mozilla.org/docs/Web/API/HTMLElement";
|
|
2979
3004
|
const d = a.moduleContext.importsMap.LitElement;
|
|
2980
|
-
d === void 0 ? a.emitError("Expected LitElement import to be defined", {
|
|
3005
|
+
d === void 0 ? a.emitError("API Extractor bug: Expected LitElement import to be defined", {
|
|
3006
|
+
file: a.file,
|
|
3007
|
+
node: i
|
|
3008
|
+
}) : d.actualName = "PublicLitElement";
|
|
2981
3009
|
}
|
|
2982
3010
|
n.superclass = p;
|
|
2983
3011
|
break;
|
|
2984
3012
|
} else {
|
|
2985
|
-
const s =
|
|
3013
|
+
const s = so(l);
|
|
2986
3014
|
let c = s, p;
|
|
2987
3015
|
if (o.isExpressionWithTypeArguments(s))
|
|
2988
3016
|
c = s.expression, p = s.typeArguments;
|
|
@@ -2997,42 +3025,42 @@ function Fo(e, t, n, i, a) {
|
|
|
2997
3025
|
function Ei(e, t, n, i) {
|
|
2998
3026
|
i.apiObject = e;
|
|
2999
3027
|
const a = e.customElement === !0, r = e.members, l = t.length;
|
|
3000
|
-
let s, c = t[0], p, d =
|
|
3001
|
-
for (let
|
|
3002
|
-
if (s = c, c = t[
|
|
3028
|
+
let s, c = t[0], p, d = De(c?.name), m = !1;
|
|
3029
|
+
for (let u = 0; u < l; ++u) {
|
|
3030
|
+
if (s = c, c = t[u + 1], p = d, d = De(c?.name), i.pairedSetter !== void 0) {
|
|
3003
3031
|
i.pairedSetter = void 0;
|
|
3004
3032
|
continue;
|
|
3005
3033
|
}
|
|
3006
3034
|
if (p === void 0 && s.name?.kind === o.SyntaxKind.PrivateIdentifier)
|
|
3007
3035
|
continue;
|
|
3008
3036
|
c !== void 0 && p === d && (o.isGetAccessor(c) ? (i.pairedSetter = s, s = c) : o.isSetAccessor(c) && (i.pairedSetter = c));
|
|
3009
|
-
let
|
|
3010
|
-
if (
|
|
3011
|
-
const C = i.pairedSetter === void 0 ?
|
|
3012
|
-
C?.docsTags.includes(
|
|
3013
|
-
} else
|
|
3014
|
-
if (
|
|
3037
|
+
let f = ne(s, !0, i) ?? (i.pairedSetter === void 0 ? void 0 : ne(i.pairedSetter, !0, i));
|
|
3038
|
+
if (f === void 0 && !i.config.strict && (a ? p !== void 0 && Qt(s, i.pairedSetter, !0) : !pi(s.modifiers, o.SyntaxKind.PrivateKeyword))) {
|
|
3039
|
+
const C = i.pairedSetter === void 0 ? ze(s, !1, i, Re) : ne(s, !1, i) ?? ze(i.pairedSetter, !1, i, Re);
|
|
3040
|
+
C?.docsTags.includes(N.private) === !0 ? a && i.config.context.includeLuminaPrivateComponents ? f = Ce : f = void 0 : f = C;
|
|
3041
|
+
} else f === void 0 && a && i.config.context.includeLuminaPrivateComponents && Qt(s, i.pairedSetter, !1) && (f = Ce);
|
|
3042
|
+
if (f === void 0) {
|
|
3015
3043
|
a && o.isPropertyDeclaration(s) && o.isIdentifier(s.name) && (s.name.escapedText === "shadowRootOptions" && s.initializer !== void 0 && o.isIdentifier(s.initializer) && s.initializer.escapedText === "noShadowRoot" && (i.apiObject.encapsulation = "none"), s.name.escapedText === "formAssociated" && s.initializer !== void 0 && Y(s.initializer, i) && (i.apiObject.formAssociated = !0));
|
|
3016
3044
|
continue;
|
|
3017
3045
|
}
|
|
3018
|
-
i.jsDoc =
|
|
3019
|
-
let
|
|
3020
|
-
o.isPropertyDeclaration(s) || o.isPropertyAssignment(s) || o.isGetAccessorDeclaration(s) || o.isSetAccessorDeclaration(s) || o.isPropertySignature(s) ?
|
|
3046
|
+
i.jsDoc = f;
|
|
3047
|
+
let S;
|
|
3048
|
+
o.isPropertyDeclaration(s) || o.isPropertyAssignment(s) || o.isGetAccessorDeclaration(s) || o.isSetAccessorDeclaration(s) || o.isPropertySignature(s) ? S = Ti(s, p, !1, i) : o.isMethodDeclaration(s) || o.isMethodSignature(s) ? S = st(s, p, void 0, i) : o.isConstructorDeclaration(s) || o.isConstructSignatureDeclaration(s) ? (m = !0, S = st(s, n, void 0, i)) : o.isCallSignatureDeclaration(s) ? S = st(s, n, void 0, i) : o.isIndexSignatureDeclaration(s) && e.kind === "interface" ? (lt.members.splice(
|
|
3021
3049
|
0,
|
|
3022
|
-
|
|
3050
|
+
lt.members.length,
|
|
3023
3051
|
s
|
|
3024
|
-
), Ci(e,
|
|
3052
|
+
), Ci(e, lt, i), ue(e).emitAsTypeAlias = !0) : i.emitError(`@public used on unsupported member kind: ${o.SyntaxKind[s.kind]}`, {
|
|
3025
3053
|
file: i.file,
|
|
3026
3054
|
node: s
|
|
3027
|
-
}),
|
|
3055
|
+
}), S !== void 0 && r.push(S);
|
|
3028
3056
|
}
|
|
3029
3057
|
return i.apiObject = void 0, m;
|
|
3030
3058
|
}
|
|
3031
|
-
const
|
|
3059
|
+
const lt = o.factory.createTypeLiteralNode(void 0);
|
|
3032
3060
|
function Qt(e, t, n) {
|
|
3033
3061
|
if (e.kind === o.SyntaxKind.PropertyDeclaration || e.kind === o.SyntaxKind.GetAccessor || e.kind === o.SyntaxKind.SetAccessor) {
|
|
3034
3062
|
const i = e;
|
|
3035
|
-
if ((
|
|
3063
|
+
if ((xe(i.modifiers, "property") ?? (t === void 0 ? void 0 : xe(t.modifiers, "property"))) !== void 0)
|
|
3036
3064
|
return !0;
|
|
3037
3065
|
if (!n)
|
|
3038
3066
|
return !1;
|
|
@@ -3045,10 +3073,10 @@ function Qt(e, t, n) {
|
|
|
3045
3073
|
return !1;
|
|
3046
3074
|
}
|
|
3047
3075
|
return e.kind === o.SyntaxKind.PropertyDeclaration && i.initializer !== void 0 && o.isCallExpression(i.initializer) ? o.isIdentifier(i.initializer.expression) && (i.initializer.expression.escapedText === "createEvent" || i.initializer.expression.escapedText === "useCloseEvent" || i.initializer.expression.escapedText === "useArcgisLoadError" || i.initializer.expression.escapedText === "useArcgisViewReadyError" || i.initializer.expression.escapedText === "reEmitEvent") || o.isCallExpression(i.initializer.expression) && o.isIdentifier(i.initializer.expression.expression) && i.initializer.expression.expression.escapedText === "usePropertyChange" : !1;
|
|
3048
|
-
} else return e.kind === o.SyntaxKind.MethodDeclaration ?
|
|
3076
|
+
} else return e.kind === o.SyntaxKind.MethodDeclaration ? xe(e.modifiers, "method") !== void 0 : !1;
|
|
3049
3077
|
}
|
|
3050
3078
|
function Ci(e, t, n) {
|
|
3051
|
-
const i =
|
|
3079
|
+
const i = j(t, n);
|
|
3052
3080
|
if (e.type === void 0)
|
|
3053
3081
|
e.type = i;
|
|
3054
3082
|
else {
|
|
@@ -3056,13 +3084,13 @@ function Ci(e, t, n) {
|
|
|
3056
3084
|
`, r = a.length;
|
|
3057
3085
|
e.type = {
|
|
3058
3086
|
text: `${a}${i.text}`,
|
|
3059
|
-
references: i.references === void 0 ? e.type.references : e.type.references === void 0 ?
|
|
3087
|
+
references: i.references === void 0 ? e.type.references : e.type.references === void 0 ? Ft(i.references, r) : [...e.type.references, ...Ft(i.references, r)],
|
|
3060
3088
|
values: void 0,
|
|
3061
3089
|
source: void 0
|
|
3062
3090
|
};
|
|
3063
3091
|
}
|
|
3064
3092
|
}
|
|
3065
|
-
function
|
|
3093
|
+
function wo(e, t, n) {
|
|
3066
3094
|
if (!o.isTypeQueryNode(t)) {
|
|
3067
3095
|
n.emitError("Expected a TypeQueryNode for applyMixins syntax", { file: n.file, node: t });
|
|
3068
3096
|
return;
|
|
@@ -3128,9 +3156,9 @@ function Oo(e, t, n) {
|
|
|
3128
3156
|
r.mixins.unshift(Ee(c, void 0, n));
|
|
3129
3157
|
}
|
|
3130
3158
|
}
|
|
3131
|
-
function
|
|
3159
|
+
function Uo(e, t) {
|
|
3132
3160
|
const n = e.type, i = e.name.escapedText, a = mi(i, t), r = ni(), l = {
|
|
3133
|
-
[
|
|
3161
|
+
[J]: r,
|
|
3134
3162
|
kind: "interface",
|
|
3135
3163
|
name: i,
|
|
3136
3164
|
customElement: void 0,
|
|
@@ -3142,7 +3170,7 @@ function No(e, t) {
|
|
|
3142
3170
|
description: void 0,
|
|
3143
3171
|
docsTags: void 0,
|
|
3144
3172
|
demos: void 0,
|
|
3145
|
-
typeParameters:
|
|
3173
|
+
typeParameters: nt(e.typeParameters, !0, t),
|
|
3146
3174
|
superclass: void 0,
|
|
3147
3175
|
supertypes: void 0,
|
|
3148
3176
|
mixins: void 0,
|
|
@@ -3165,26 +3193,26 @@ function No(e, t) {
|
|
|
3165
3193
|
r.emitAsTypeAlias = !0;
|
|
3166
3194
|
const c = o.isIntersectionTypeNode(n) ? n.types : [n];
|
|
3167
3195
|
for (let p = 0; p < c.length; ++p) {
|
|
3168
|
-
const d =
|
|
3196
|
+
const d = Ct(c[p]);
|
|
3169
3197
|
if (o.isTypeLiteralNode(d))
|
|
3170
3198
|
Ei(s, d.members, i, t);
|
|
3171
3199
|
else if (o.isTypeReferenceNode(d))
|
|
3172
3200
|
s.supertypes ??= [], s.supertypes.push(Ee(d.typeName, d.typeArguments, t));
|
|
3173
3201
|
else if (o.isFunctionTypeNode(d) || o.isConstructorTypeNode(d)) {
|
|
3174
|
-
if (t.jsDoc =
|
|
3175
|
-
t.jsDoc = { ...
|
|
3202
|
+
if (t.jsDoc = Re, s.docsTags !== void 0) {
|
|
3203
|
+
t.jsDoc = { ...Re, docsTags: [] };
|
|
3176
3204
|
for (let m = 0; m < s.docsTags.length; ++m) {
|
|
3177
|
-
const
|
|
3178
|
-
(
|
|
3205
|
+
const u = s.docsTags[m];
|
|
3206
|
+
(u.name === "param" || u.name === "returns") && (t.jsDoc.docsTags.push(u), s.docsTags.splice(m, 1), m -= 1);
|
|
3179
3207
|
}
|
|
3180
3208
|
s.docsTags.length === 0 && (s.docsTags = void 0);
|
|
3181
3209
|
}
|
|
3182
|
-
s.members.push(
|
|
3210
|
+
s.members.push(Po(d, i, void 0, t));
|
|
3183
3211
|
} else
|
|
3184
3212
|
Ci(s, d, t);
|
|
3185
3213
|
}
|
|
3186
3214
|
}
|
|
3187
|
-
return t.objectLikeTypeParameters = void 0,
|
|
3215
|
+
return t.objectLikeTypeParameters = void 0, Si(
|
|
3188
3216
|
t,
|
|
3189
3217
|
e,
|
|
3190
3218
|
t.config.documentation.copyDocDefinitions.interfaces,
|
|
@@ -3192,19 +3220,19 @@ function No(e, t) {
|
|
|
3192
3220
|
t.apiModule
|
|
3193
3221
|
), s.members.length === 0 && (s.members = void 0), s;
|
|
3194
3222
|
}
|
|
3195
|
-
function
|
|
3223
|
+
function Vo(e, t, n) {
|
|
3196
3224
|
const i = e.initializer, a = i.body;
|
|
3197
3225
|
let r, l;
|
|
3198
3226
|
for (let d = 0; d < a.statements.length; ++d) {
|
|
3199
3227
|
const m = a.statements[d];
|
|
3200
3228
|
if (o.isVariableStatement(m)) {
|
|
3201
|
-
const
|
|
3202
|
-
if (!o.isIdentifier(
|
|
3229
|
+
const u = m.declarationList.declarations[0];
|
|
3230
|
+
if (!o.isIdentifier(u.name) || u.name?.escapedText !== "TypedBase")
|
|
3203
3231
|
continue;
|
|
3204
|
-
let
|
|
3205
|
-
for (; o.isCallExpression(
|
|
3206
|
-
const
|
|
3207
|
-
r ??= [], r.push(Ee(
|
|
3232
|
+
let f = u.initializer.expression.expression;
|
|
3233
|
+
for (; o.isCallExpression(f); ) {
|
|
3234
|
+
const S = f.expression;
|
|
3235
|
+
r ??= [], r.push(Ee(S, f.typeArguments, n)), f = f.arguments[0];
|
|
3208
3236
|
}
|
|
3209
3237
|
} else o.isClassDeclaration(m) && (l = m);
|
|
3210
3238
|
}
|
|
@@ -3215,7 +3243,7 @@ function wo(e, t, n) {
|
|
|
3215
3243
|
});
|
|
3216
3244
|
return;
|
|
3217
3245
|
}
|
|
3218
|
-
|
|
3246
|
+
nt(
|
|
3219
3247
|
// Skip the TBase type parameter - non-public implementation detail
|
|
3220
3248
|
i.typeParameters.length === 1 ? void 0 : i.typeParameters.slice(1),
|
|
3221
3249
|
!0,
|
|
@@ -3227,10 +3255,10 @@ function wo(e, t, n) {
|
|
|
3227
3255
|
node: e
|
|
3228
3256
|
}
|
|
3229
3257
|
), n.mixinName = t, n.mixinMixins = r;
|
|
3230
|
-
const p =
|
|
3258
|
+
const p = Ze(l, n);
|
|
3231
3259
|
return p.kind = "mixin", p;
|
|
3232
3260
|
}
|
|
3233
|
-
function
|
|
3261
|
+
function Wo(e, t, n) {
|
|
3234
3262
|
const i = n.moduleHasClass;
|
|
3235
3263
|
n.moduleHasClass = !1;
|
|
3236
3264
|
const a = o.factory.createClassDeclaration(
|
|
@@ -3243,10 +3271,10 @@ function Uo(e, t, n) {
|
|
|
3243
3271
|
])
|
|
3244
3272
|
],
|
|
3245
3273
|
[]
|
|
3246
|
-
), r =
|
|
3274
|
+
), r = Ze(a, n), l = r, s = ue(l);
|
|
3247
3275
|
return l.kind = "interface", l.supertypes = r.mixins, r.mixins = void 0, r.superclass !== void 0 && (l.supertypes ??= [], l.supertypes.unshift(r.superclass), r.superclass = void 0), n.moduleHasClass = i, s.isMixinBaseClass = !0, l;
|
|
3248
3276
|
}
|
|
3249
|
-
function
|
|
3277
|
+
function _o(e, t) {
|
|
3250
3278
|
const n = e.declarationList.declarations;
|
|
3251
3279
|
n.length !== 1 && t.emitError("Public variable statements must have only a single variable declarations. Found multiple.", {
|
|
3252
3280
|
file: t.file,
|
|
@@ -3261,26 +3289,26 @@ function Vo(e, t) {
|
|
|
3261
3289
|
return;
|
|
3262
3290
|
}
|
|
3263
3291
|
const r = a.escapedText, l = t.exportDefaultName === r;
|
|
3264
|
-
if (
|
|
3292
|
+
if (tt(e) === 0 && !l && t.config.strict && t.emitError("Expected @public variable to be exported as named or default export.", {
|
|
3265
3293
|
file: t.file,
|
|
3266
3294
|
node: e
|
|
3267
3295
|
}), t.mixinName !== void 0 && i.initializer !== void 0 && o.isCallExpression(i.initializer) && o.isIdentifier(i.initializer.expression) && i.initializer.expression.escapedText === t.mixinName)
|
|
3268
|
-
return
|
|
3296
|
+
return Wo(i.initializer, r, t);
|
|
3269
3297
|
let c = i.type;
|
|
3270
3298
|
const p = (e.declarationList.flags & o.NodeFlags.Const) !== 0;
|
|
3271
3299
|
if (c === void 0) {
|
|
3272
|
-
const
|
|
3273
|
-
if (
|
|
3274
|
-
return
|
|
3275
|
-
|
|
3300
|
+
const f = i.initializer;
|
|
3301
|
+
if (f !== void 0 && o.isArrowFunction(f) && p)
|
|
3302
|
+
return f.typeParameters?.at(0)?.name?.escapedText === "TBase" ? Vo(i, r, t) : Ht(f, r, e, t);
|
|
3303
|
+
f === void 0 ? c = X(
|
|
3276
3304
|
{ file: t.file, node: i },
|
|
3277
3305
|
"Public variable must have a type annotation or a default value",
|
|
3278
3306
|
t
|
|
3279
|
-
) : c =
|
|
3280
|
-
} else if (c =
|
|
3307
|
+
) : c = Et(f, p ? O.shallow : O.false, t.file, t);
|
|
3308
|
+
} else if (c = Ct(c), o.isFunctionTypeNode(c))
|
|
3281
3309
|
return Ht(c, r, e, t);
|
|
3282
3310
|
const d = Ni(), m = {
|
|
3283
|
-
[
|
|
3311
|
+
[J]: d,
|
|
3284
3312
|
kind: "variable",
|
|
3285
3313
|
name: r,
|
|
3286
3314
|
deprecated: void 0,
|
|
@@ -3288,40 +3316,40 @@ function Vo(e, t) {
|
|
|
3288
3316
|
description: void 0,
|
|
3289
3317
|
docsTags: void 0,
|
|
3290
3318
|
source: void 0,
|
|
3291
|
-
type:
|
|
3319
|
+
type: j(c, t),
|
|
3292
3320
|
default: void 0
|
|
3293
3321
|
};
|
|
3294
|
-
return un(m, t.jsDoc), p && c.kind === o.SyntaxKind.LiteralType || (m.default =
|
|
3322
|
+
return un(m, t.jsDoc), p && c.kind === o.SyntaxKind.LiteralType || (m.default = $e(i.initializer, m.default, t.file)), To(
|
|
3295
3323
|
t,
|
|
3296
3324
|
e,
|
|
3297
3325
|
t.config.documentation.copyDocDefinitions.variables,
|
|
3298
3326
|
m,
|
|
3299
3327
|
t.apiModule
|
|
3300
|
-
), l && (
|
|
3328
|
+
), l && (Pt(m, !0, t), t.produceDts && (d.isDefaultExported = !0)), m;
|
|
3301
3329
|
}
|
|
3302
3330
|
function Pi(e, t, n) {
|
|
3303
3331
|
const i = n.statementJsDocs[t];
|
|
3304
3332
|
if (i !== void 0) {
|
|
3305
3333
|
if (n.jsDoc = i, o.isClassDeclaration(e))
|
|
3306
|
-
return
|
|
3334
|
+
return Ze(e, n);
|
|
3307
3335
|
if (o.isFunctionDeclaration(e))
|
|
3308
|
-
return
|
|
3336
|
+
return Co(e, e.name.escapedText, void 0, n);
|
|
3309
3337
|
if (o.isInterfaceDeclaration(e))
|
|
3310
|
-
return
|
|
3338
|
+
return Ze(e, n);
|
|
3311
3339
|
if (o.isTypeAliasDeclaration(e))
|
|
3312
|
-
return
|
|
3340
|
+
return Uo(e, n);
|
|
3313
3341
|
if (o.isVariableStatement(e))
|
|
3314
|
-
return
|
|
3342
|
+
return _o(e, n);
|
|
3315
3343
|
}
|
|
3316
3344
|
}
|
|
3317
|
-
function
|
|
3345
|
+
function Bo(e, t) {
|
|
3318
3346
|
const n = t.apiModule.declarations, i = e.statements;
|
|
3319
3347
|
for (let a = 0; a < i.length; ++a) {
|
|
3320
3348
|
const r = i[a], l = Pi(r, a, t);
|
|
3321
3349
|
l !== void 0 && n.push(l);
|
|
3322
3350
|
}
|
|
3323
3351
|
}
|
|
3324
|
-
function
|
|
3352
|
+
function Ko(e, t) {
|
|
3325
3353
|
const n = e.fileName.slice(t.config.context.cwd.length), i = t.watchFiles?.get(n);
|
|
3326
3354
|
if (i !== void 0) {
|
|
3327
3355
|
if (i.module !== void 0)
|
|
@@ -3329,142 +3357,144 @@ function _o(e, t) {
|
|
|
3329
3357
|
if (i.isEmptyModule)
|
|
3330
3358
|
return;
|
|
3331
3359
|
}
|
|
3332
|
-
const a = n.slice(t.config.context.basePath.length), r = Z(a), l =
|
|
3360
|
+
const a = n.slice(t.config.context.basePath.length), r = Z(a), l = Ve(r, t, !0), s = t.componentTagName === void 0 ? l : `${l}/customElement`;
|
|
3333
3361
|
t.mixinName = void 0, t.moduleHasClass = !1, t.apiClassLikeName = void 0, t.isInLuminaMinimalExtraction = t.config.context.isLuminaMinimalExtraction;
|
|
3334
3362
|
const c = /* @__PURE__ */ Object.create(null), p = t.localDeclarations;
|
|
3335
3363
|
p.clear();
|
|
3336
3364
|
const d = t.localPrivateDeclarations;
|
|
3337
3365
|
d?.clear(), t.exportDefaultName = void 0;
|
|
3338
3366
|
let m;
|
|
3339
|
-
const
|
|
3367
|
+
const u = {
|
|
3340
3368
|
class: void 0,
|
|
3341
3369
|
default: void 0,
|
|
3342
3370
|
named: /* @__PURE__ */ Object.create(null)
|
|
3343
|
-
},
|
|
3344
|
-
t.moduleContext =
|
|
3345
|
-
const
|
|
3371
|
+
}, f = ii(e, s, c, u);
|
|
3372
|
+
t.moduleContext = f;
|
|
3373
|
+
const S = t.implicitPublicModules?.[l];
|
|
3346
3374
|
let C = !1;
|
|
3347
3375
|
const v = t.isJsApi && l.startsWith("applications/");
|
|
3348
3376
|
t.statementJsDocs.length = 0;
|
|
3349
|
-
for (let
|
|
3350
|
-
const y = e.statements[
|
|
3351
|
-
let
|
|
3377
|
+
for (let b = 0; b < e.statements.length; ++b) {
|
|
3378
|
+
const y = e.statements[b], k = y.kind === o.SyntaxKind.ClassDeclaration || y.kind === o.SyntaxKind.FunctionDeclaration || y.kind === o.SyntaxKind.InterfaceDeclaration || y.kind === o.SyntaxKind.TypeAliasDeclaration || y.kind === o.SyntaxKind.VariableStatement;
|
|
3379
|
+
let D;
|
|
3352
3380
|
if (
|
|
3353
3381
|
// Only look at web components in Lumina's dev server
|
|
3354
3382
|
t.isInLuminaMinimalExtraction
|
|
3355
3383
|
)
|
|
3356
|
-
|
|
3384
|
+
D = y.kind === o.SyntaxKind.ClassDeclaration && t.componentTagName !== void 0 && y.heritageClauses !== void 0 && y.modifiers !== void 0 ? Re : void 0;
|
|
3357
3385
|
else if (k) {
|
|
3358
|
-
if (
|
|
3359
|
-
const
|
|
3386
|
+
if (D = ne(y, !0, t), D === void 0 && !t.config.strict) {
|
|
3387
|
+
const I = ze(y, !1, t, {
|
|
3360
3388
|
description: void 0,
|
|
3361
3389
|
docsTags: []
|
|
3362
|
-
}),
|
|
3363
|
-
|
|
3364
|
-
} else
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3390
|
+
}), x = y.kind === o.SyntaxKind.ClassDeclaration && t.componentTagName !== void 0 && y.heritageClauses !== void 0 && y.modifiers !== void 0;
|
|
3391
|
+
I?.docsTags.includes(N.private) === !0 ? x && t.config.context.includeLuminaPrivateComponents ? (D = Ce, t.isInLuminaMinimalExtraction = !0) : D = void 0 : I !== void 0 && (x || S !== void 0 && wn(y, S)) && (D = I);
|
|
3392
|
+
} else D === void 0 && t.componentTagName !== void 0 && t.config.context.includeLuminaPrivateComponents && y.kind === o.SyntaxKind.ClassDeclaration && // Avoid the following from being falsely considered a component class
|
|
3393
|
+
// https://devtopia.esri.com/WebGIS/arcgis-web-components/blob/223ebb8df0067bf332013a4cfc6032152c14fe58/packages/common-packages/common-components/src/components/ramp-color/ramp-color.tsx#L19-L26
|
|
3394
|
+
y.heritageClauses !== void 0 && y.modifiers !== void 0 && (D = Ce, t.isInLuminaMinimalExtraction = !0);
|
|
3395
|
+
D !== void 0 && !t.config.strict && y.kind === o.SyntaxKind.ClassDeclaration && t.componentTagName !== void 0 && y.heritageClauses !== void 0 && y.modifiers !== void 0 && D.docsTags.includes(N.internal) && (C = !0);
|
|
3396
|
+
}
|
|
3397
|
+
if (t.statementJsDocs[b] = D, k || b === 0 && (m = ne(e, !0, t)), D !== void 0)
|
|
3398
|
+
v && D.docsTags.push(N.internal), p.add(
|
|
3369
3399
|
(y.name ?? y.declarationList?.declarations[0].name).escapedText
|
|
3370
3400
|
), y.kind === o.SyntaxKind.ClassDeclaration ? t.apiClassLikeName = y.name?.escapedText : y.kind === o.SyntaxKind.VariableStatement && y.declarationList.declarations[0].initializer?.kind === o.SyntaxKind.ArrowFunction && (t.apiClassLikeName = y.declarationList.declarations[0].name.escapedText);
|
|
3371
3401
|
else if (o.isImportDeclaration(y)) {
|
|
3372
|
-
const
|
|
3373
|
-
if (
|
|
3402
|
+
const I = y.importClause;
|
|
3403
|
+
if (I === void 0)
|
|
3374
3404
|
continue;
|
|
3375
|
-
const
|
|
3376
|
-
if (
|
|
3377
|
-
const E =
|
|
3405
|
+
const x = y.moduleSpecifier.text, g = !x.startsWith("."), K = g ? x : Z(x), w = g ? void 0 : Ve(pt(r, K), t), $ = w === void 0 ? void 0 : t.config.types.typeReplacements[w];
|
|
3406
|
+
if (Ln(y, t), I.name !== void 0) {
|
|
3407
|
+
const E = I.name.escapedText, T = $?.[E], R = T?.[1], A = T?.[0] ?? w;
|
|
3378
3408
|
c[E] = {
|
|
3379
|
-
type:
|
|
3380
|
-
modulePath:
|
|
3381
|
-
|
|
3382
|
-
replacementName:
|
|
3409
|
+
type: T?.[2] ?? "default",
|
|
3410
|
+
modulePath: A,
|
|
3411
|
+
rawSpecifier: x,
|
|
3412
|
+
replacementName: R,
|
|
3383
3413
|
actualName: void 0,
|
|
3384
3414
|
wasUsed: !1
|
|
3385
3415
|
};
|
|
3386
3416
|
}
|
|
3387
|
-
const
|
|
3388
|
-
if (
|
|
3417
|
+
const B = I.namedBindings;
|
|
3418
|
+
if (B === void 0)
|
|
3389
3419
|
continue;
|
|
3390
|
-
if (
|
|
3391
|
-
const E =
|
|
3420
|
+
if (B.kind === o.SyntaxKind.NamespaceImport) {
|
|
3421
|
+
const E = B.name.escapedText, T = $?.[E], R = T?.[1], A = T?.[0] ?? w;
|
|
3392
3422
|
c[E] = {
|
|
3393
3423
|
type: "*",
|
|
3394
|
-
modulePath:
|
|
3395
|
-
|
|
3396
|
-
replacementName:
|
|
3424
|
+
modulePath: A,
|
|
3425
|
+
rawSpecifier: x,
|
|
3426
|
+
replacementName: R,
|
|
3397
3427
|
actualName: void 0,
|
|
3398
3428
|
wasUsed: !1
|
|
3399
3429
|
};
|
|
3400
3430
|
} else
|
|
3401
|
-
for (let E = 0; E <
|
|
3402
|
-
const
|
|
3431
|
+
for (let E = 0; E < B.elements.length; ++E) {
|
|
3432
|
+
const T = B.elements[E], R = T.propertyName === void 0 ? void 0 : T.propertyName.escapedText ?? T.propertyName.text, A = T.name.escapedText, H = $?.[R ?? A], V = H?.[1], G = H?.[0] ?? w;
|
|
3403
3433
|
c[A] = {
|
|
3404
|
-
type:
|
|
3405
|
-
modulePath:
|
|
3406
|
-
|
|
3407
|
-
replacementName:
|
|
3408
|
-
actualName:
|
|
3434
|
+
type: H?.[2] ?? "named",
|
|
3435
|
+
modulePath: G,
|
|
3436
|
+
rawSpecifier: x,
|
|
3437
|
+
replacementName: V,
|
|
3438
|
+
actualName: H === void 0 ? R : void 0,
|
|
3409
3439
|
wasUsed: !1
|
|
3410
3440
|
};
|
|
3411
3441
|
}
|
|
3412
3442
|
} else if (o.isExportAssignment(y)) {
|
|
3413
3443
|
if (o.isIdentifier(y.expression)) {
|
|
3414
|
-
const
|
|
3415
|
-
t.exportDefaultName =
|
|
3444
|
+
const I = y.expression.escapedText;
|
|
3445
|
+
t.exportDefaultName = I, !p.has(I) && d?.has(I) === !0 && S?.pendingNames?.has("default") === !0 && d.set(I, Math.abs(d.get(I)));
|
|
3416
3446
|
}
|
|
3417
3447
|
} else if (o.isExportDeclaration(y) && y.moduleSpecifier !== void 0 && !t.isInLuminaMinimalExtraction) {
|
|
3418
|
-
if (
|
|
3419
|
-
const
|
|
3420
|
-
|
|
3421
|
-
const
|
|
3448
|
+
if (ne(y, !0, t) !== void 0) {
|
|
3449
|
+
const x = y.moduleSpecifier.text, g = !x.startsWith("."), K = g ? x : pt(r, Z(x)), w = g ? void 0 : Ve(K, t);
|
|
3450
|
+
f.reExports ??= [];
|
|
3451
|
+
const $ = [];
|
|
3422
3452
|
if (y.exportClause?.kind === o.SyntaxKind.NamedExports) {
|
|
3423
|
-
const
|
|
3424
|
-
for (let
|
|
3425
|
-
const
|
|
3426
|
-
|
|
3427
|
-
exportName:
|
|
3428
|
-
aliasName:
|
|
3453
|
+
const B = y.exportClause.elements;
|
|
3454
|
+
for (let E = 0; E < B.length; ++E) {
|
|
3455
|
+
const T = B[E], R = De(T.name), A = T.propertyName === void 0 ? void 0 : De(T.propertyName), H = A ?? R, V = A === void 0 ? void 0 : R;
|
|
3456
|
+
$.push({
|
|
3457
|
+
exportName: H,
|
|
3458
|
+
aliasName: V,
|
|
3429
3459
|
isTypeOnly: y.isTypeOnly
|
|
3430
|
-
}), !t.config.strict &&
|
|
3460
|
+
}), !t.config.strict && w !== void 0 && je(w, K, H, t);
|
|
3431
3461
|
}
|
|
3432
3462
|
} else
|
|
3433
|
-
|
|
3463
|
+
$.push({
|
|
3434
3464
|
exportName: "*",
|
|
3435
|
-
aliasName: y.exportClause === void 0 ? void 0 :
|
|
3465
|
+
aliasName: y.exportClause === void 0 ? void 0 : De(y.exportClause.name),
|
|
3436
3466
|
isTypeOnly: !1
|
|
3437
|
-
}), !t.config.strict &&
|
|
3438
|
-
|
|
3439
|
-
modulePath:
|
|
3440
|
-
|
|
3467
|
+
}), !t.config.strict && w !== void 0 && je(w, K, "*", t);
|
|
3468
|
+
f.reExports.push({
|
|
3469
|
+
modulePath: w,
|
|
3470
|
+
externalSpecifier: g ? x : void 0,
|
|
3441
3471
|
isTypeOnly: y.isTypeOnly,
|
|
3442
|
-
specifiers:
|
|
3472
|
+
specifiers: $
|
|
3443
3473
|
});
|
|
3444
3474
|
}
|
|
3445
|
-
} else o.isModuleDeclaration(y) ?
|
|
3475
|
+
} else o.isModuleDeclaration(y) ? ne(y, !0, t) !== void 0 && (f.namespaces ??= [], f.namespaces.push(y.getFullText(e))) : d !== void 0 && k && d.set(
|
|
3446
3476
|
(y.name ?? y.declarationList?.declarations[0].name).escapedText,
|
|
3447
|
-
-
|
|
3477
|
+
-b
|
|
3448
3478
|
);
|
|
3449
3479
|
}
|
|
3450
3480
|
const P = t.config.types.typeReplacements[l];
|
|
3451
3481
|
if (P !== void 0) {
|
|
3452
|
-
const
|
|
3453
|
-
for (let y = 0; y <
|
|
3454
|
-
const k =
|
|
3482
|
+
const b = Object.keys(P);
|
|
3483
|
+
for (let y = 0; y < b.length; ++y) {
|
|
3484
|
+
const k = b[y], D = P[k];
|
|
3455
3485
|
c[k] = {
|
|
3456
|
-
type:
|
|
3457
|
-
modulePath:
|
|
3458
|
-
|
|
3459
|
-
replacementName:
|
|
3486
|
+
type: D[2],
|
|
3487
|
+
modulePath: D[0],
|
|
3488
|
+
rawSpecifier: "",
|
|
3489
|
+
replacementName: D[1],
|
|
3460
3490
|
actualName: void 0,
|
|
3461
3491
|
wasUsed: !1
|
|
3462
3492
|
};
|
|
3463
3493
|
}
|
|
3464
3494
|
}
|
|
3465
|
-
t.moduleHasAccessorLikeClass = c.subclass?.
|
|
3495
|
+
t.moduleHasAccessorLikeClass = c.subclass?.rawSpecifier.includes("accessorSupport") ?? !1;
|
|
3466
3496
|
const h = {
|
|
3467
|
-
[
|
|
3497
|
+
[J]: f,
|
|
3468
3498
|
kind: "javascript-module",
|
|
3469
3499
|
path: l,
|
|
3470
3500
|
sourcePath: n,
|
|
@@ -3475,41 +3505,41 @@ function _o(e, t) {
|
|
|
3475
3505
|
declarations: [],
|
|
3476
3506
|
exports: []
|
|
3477
3507
|
};
|
|
3478
|
-
if (t.apiModule = h,
|
|
3479
|
-
let
|
|
3508
|
+
if (t.apiModule = h, Bo(e, t), d !== void 0) {
|
|
3509
|
+
let b = !1;
|
|
3480
3510
|
do {
|
|
3481
|
-
|
|
3511
|
+
b = !1;
|
|
3482
3512
|
for (const [y, k] of d)
|
|
3483
3513
|
if (k > 0 || Object.is(k, 0)) {
|
|
3484
|
-
d.delete(y), p.add(y),
|
|
3485
|
-
const
|
|
3514
|
+
d.delete(y), p.add(y), b = !0;
|
|
3515
|
+
const D = e.statements[k], I = ze(D, !1, t, {
|
|
3486
3516
|
description: void 0,
|
|
3487
3517
|
docsTags: []
|
|
3488
3518
|
});
|
|
3489
|
-
if (
|
|
3519
|
+
if (I === void 0)
|
|
3490
3520
|
continue;
|
|
3491
|
-
if (
|
|
3521
|
+
if (I.docsTags.includes(N.private))
|
|
3492
3522
|
t.emitError(
|
|
3493
3523
|
`Declaration "${y}" is marked @private but is used by public API in the same file. Either refactor our its reference or remove the @private tag.`,
|
|
3494
3524
|
{
|
|
3495
3525
|
file: e,
|
|
3496
|
-
node:
|
|
3526
|
+
node: D
|
|
3497
3527
|
}
|
|
3498
3528
|
);
|
|
3499
3529
|
else {
|
|
3500
|
-
C && !
|
|
3501
|
-
const
|
|
3502
|
-
|
|
3530
|
+
C && !I.docsTags.includes(N.internal) && I.docsTags.push(N.internal), t.statementJsDocs[k] = I;
|
|
3531
|
+
const g = Pi(D, k, t);
|
|
3532
|
+
g !== void 0 && h.declarations.push(g);
|
|
3503
3533
|
}
|
|
3504
3534
|
}
|
|
3505
|
-
} while (
|
|
3535
|
+
} while (b);
|
|
3506
3536
|
}
|
|
3507
|
-
if (h.declarations.length === 0 &&
|
|
3537
|
+
if (h.declarations.length === 0 && f.reExports === void 0 && f.namespaces === void 0) {
|
|
3508
3538
|
i !== void 0 && (i.isEmptyModule = !0);
|
|
3509
3539
|
return;
|
|
3510
3540
|
}
|
|
3511
3541
|
t.moduleMap.set(l, h), t.watchFiles !== void 0 && (i === void 0 ? t.watchFiles.set(h.sourcePath, {
|
|
3512
|
-
file:
|
|
3542
|
+
file: f.file,
|
|
3513
3543
|
module: h,
|
|
3514
3544
|
previousModule: void 0,
|
|
3515
3545
|
isEmptyModule: !1,
|
|
@@ -3519,11 +3549,11 @@ function _o(e, t) {
|
|
|
3519
3549
|
hasDirtyLinks: !1,
|
|
3520
3550
|
wasRemoved: !1
|
|
3521
3551
|
}) : i.module = h);
|
|
3522
|
-
const
|
|
3552
|
+
const L = t.componentTagName === void 0 ? h.exports[0]?.declaration.name : void 0;
|
|
3523
3553
|
h.exports.length === 0 && (h.exports = void 0);
|
|
3524
|
-
for (let
|
|
3525
|
-
const y = h.declarations[
|
|
3526
|
-
(y.kind === "class" || y.kind === "mixin") && (
|
|
3554
|
+
for (let b = 0; b < h.declarations.length; ++b) {
|
|
3555
|
+
const y = h.declarations[b];
|
|
3556
|
+
(y.kind === "class" || y.kind === "mixin") && (u.class = y), L === y.name && (u.default = y), u.named[y.name] = y;
|
|
3527
3557
|
}
|
|
3528
3558
|
return m !== void 0 && (t.moduleHasClass ? t.emitError(
|
|
3529
3559
|
"A module that exports a class must have JSDoc attached to the class, rather than module-top JSDoc. See https://webgis.esri.com/references/api-extractor/api-node-kinds#module-level-documentation",
|
|
@@ -3533,55 +3563,55 @@ function _o(e, t) {
|
|
|
3533
3563
|
length: e.statements[0]?.getStart(e) ?? 1,
|
|
3534
3564
|
node: void 0
|
|
3535
3565
|
}
|
|
3536
|
-
) : (v && m.docsTags.push(
|
|
3566
|
+
) : (v && m.docsTags.push(N.internal), dn(h, m))), h;
|
|
3537
3567
|
}
|
|
3538
|
-
async function
|
|
3568
|
+
async function ba(e) {
|
|
3539
3569
|
const t = [], n = e.basePath, i = e.config.context.excludedDirectories, a = `${e.basePath}components/`, r = [], l = !e.config.strict || e.config.context.includeLuminaPrivateComponents;
|
|
3540
3570
|
e.componentPathMapping = /* @__PURE__ */ Object.create(null);
|
|
3541
3571
|
const s = e.isComponentProject ? (m) => $i(m, a) : () => !1, c = e.isComponentProject ? p : d;
|
|
3542
3572
|
if (e.program === void 0)
|
|
3543
|
-
await
|
|
3573
|
+
await Di(n, i, async (m) => {
|
|
3544
3574
|
if (bi(m))
|
|
3545
3575
|
return;
|
|
3546
|
-
const
|
|
3576
|
+
const u = await Lt(m);
|
|
3547
3577
|
if (m.includes(".stories.")) {
|
|
3548
|
-
const C =
|
|
3549
|
-
|
|
3578
|
+
const C = u.toString("utf8");
|
|
3579
|
+
Vt(C, m, e);
|
|
3550
3580
|
return;
|
|
3551
3581
|
}
|
|
3552
|
-
const
|
|
3553
|
-
if (
|
|
3554
|
-
|
|
3555
|
-
const C =
|
|
3556
|
-
c(v,
|
|
3582
|
+
const f = s(m);
|
|
3583
|
+
if (f && l || // Exclude files before paying .toString() cost
|
|
3584
|
+
u.includes(jo) && (u.includes(Jo) || u.includes(qo))) {
|
|
3585
|
+
const C = u.toString("utf8"), v = Yt(m, C);
|
|
3586
|
+
c(v, f);
|
|
3557
3587
|
}
|
|
3558
3588
|
});
|
|
3559
3589
|
else {
|
|
3560
3590
|
const m = e.program.getSourceFiles();
|
|
3561
|
-
for (let
|
|
3562
|
-
const
|
|
3563
|
-
if (!
|
|
3591
|
+
for (let u = 0; u < m.length; ++u) {
|
|
3592
|
+
const f = m[u], S = f.fileName;
|
|
3593
|
+
if (!Ho(S, e))
|
|
3564
3594
|
continue;
|
|
3565
|
-
if (
|
|
3566
|
-
|
|
3595
|
+
if (S.includes(".stories.")) {
|
|
3596
|
+
Vt(f.text, S, e);
|
|
3567
3597
|
continue;
|
|
3568
3598
|
}
|
|
3569
|
-
const C = s(
|
|
3570
|
-
(C && l ||
|
|
3599
|
+
const C = s(S);
|
|
3600
|
+
(C && l || f.text.includes(Mi) || f.text.includes(xi)) && c(f, C);
|
|
3571
3601
|
}
|
|
3572
3602
|
}
|
|
3573
|
-
function p(m,
|
|
3603
|
+
function p(m, u) {
|
|
3574
3604
|
r.push(m);
|
|
3575
|
-
const
|
|
3576
|
-
if (
|
|
3577
|
-
const
|
|
3578
|
-
ji(
|
|
3605
|
+
const f = u ? zi(m.text)?.[0] : void 0;
|
|
3606
|
+
if (f !== void 0) {
|
|
3607
|
+
const S = m.fileName.slice(e.basePath.length);
|
|
3608
|
+
ji(f, e, S);
|
|
3579
3609
|
}
|
|
3580
3610
|
}
|
|
3581
3611
|
function d(m) {
|
|
3582
3612
|
e.file = m;
|
|
3583
|
-
const
|
|
3584
|
-
|
|
3613
|
+
const u = Ko(m, e);
|
|
3614
|
+
u !== void 0 && t.push(u);
|
|
3585
3615
|
}
|
|
3586
3616
|
for (let m = 0; m < r.length; ++m)
|
|
3587
3617
|
d(r[m]);
|
|
@@ -3589,16 +3619,16 @@ async function Ea(e) {
|
|
|
3589
3619
|
let m = !1;
|
|
3590
3620
|
do {
|
|
3591
3621
|
m = !1;
|
|
3592
|
-
for (const
|
|
3593
|
-
const
|
|
3594
|
-
if (
|
|
3622
|
+
for (const u in e.implicitPublicModules) {
|
|
3623
|
+
const f = e.implicitPublicModules[u], S = f.actualModulePath ?? u, C = e.moduleMap.get(S);
|
|
3624
|
+
if (f.extractedNames === void 0)
|
|
3595
3625
|
continue;
|
|
3596
|
-
if (
|
|
3597
|
-
const
|
|
3598
|
-
let y = !(
|
|
3599
|
-
const k = C === void 0 ? void 0 :
|
|
3600
|
-
for (const
|
|
3601
|
-
if (!
|
|
3626
|
+
if (f.pendingNames !== void 0) {
|
|
3627
|
+
const L = e.watchFiles?.get(e.config.context.basePath + f.sourcePath);
|
|
3628
|
+
let y = !(L !== void 0 && L.module === void 0 && !L.isEmptyModule);
|
|
3629
|
+
const k = C === void 0 ? void 0 : me(C).index;
|
|
3630
|
+
for (const D of f.pendingNames)
|
|
3631
|
+
if (!f.extractedNames.has(D) && (k === void 0 || (D === "default" ? k.default === void 0 : k.named[D] === void 0))) {
|
|
3602
3632
|
y = !1;
|
|
3603
3633
|
break;
|
|
3604
3634
|
}
|
|
@@ -3607,29 +3637,36 @@ async function Ea(e) {
|
|
|
3607
3637
|
}
|
|
3608
3638
|
if (C !== void 0) {
|
|
3609
3639
|
t.splice(t.indexOf(C), 1);
|
|
3610
|
-
const
|
|
3611
|
-
|
|
3640
|
+
const L = e.watchFiles?.get(C.sourcePath);
|
|
3641
|
+
L !== void 0 && (L.module = void 0);
|
|
3642
|
+
}
|
|
3643
|
+
m = !0, f.extractedNames = f.pendingNames === void 0 ? void 0 : new Set(f.pendingNames);
|
|
3644
|
+
let v = e.basePath + f.sourcePath, P = !1, h = e.program?.getSourceFile(v) ?? e.program?.getSourceFile(`${v}.ts`) ?? e.program?.getSourceFile(`${v}.tsx`) ?? e.program?.getSourceFile(`${v}.d.ts`);
|
|
3645
|
+
if (h === void 0 && (h = e.program?.getSourceFile(`${v}/index.ts`) ?? e.program?.getSourceFile(`${v}/index.tsx`) ?? e.program?.getSourceFile(`${v}/index.d.ts`), h !== void 0 && (P = !0)), e.program === void 0) {
|
|
3646
|
+
if (Z(v) === v) {
|
|
3647
|
+
const b = v;
|
|
3648
|
+
v = ye(`${b}.ts`) ? `${b}.ts` : ye(`${b}.tsx`) ? `${b}.tsx` : ye(`${b}.d.ts`) ? `${b}.d.ts` : void 0, v === void 0 && (v = ye(`${b}/index.ts`) ? `${b}/index.ts` : ye(`${b}/index.tsx`) ? `${b}/index.tsx` : ye(`${b}/index.d.ts`) ? `${b}/index.d.ts` : void 0, v !== void 0 && (P = !0));
|
|
3649
|
+
}
|
|
3650
|
+
v !== void 0 && (h = Yt(v, await Lt(v, "utf8")));
|
|
3612
3651
|
}
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
const R = h.fileName.slice(e.basePath.length);
|
|
3617
|
-
R !== u.sourcePath && (u.sourcePath = R), P && (u.actualModulePath = `${g}/index`), d(h);
|
|
3652
|
+
if (h !== void 0) {
|
|
3653
|
+
const L = h.fileName.slice(e.basePath.length);
|
|
3654
|
+
L !== f.sourcePath && (f.sourcePath = L), P && (f.actualModulePath = `${S}/index`), d(h);
|
|
3618
3655
|
}
|
|
3619
3656
|
}
|
|
3620
3657
|
} while (m);
|
|
3621
3658
|
}
|
|
3622
3659
|
return t;
|
|
3623
3660
|
}
|
|
3624
|
-
const
|
|
3625
|
-
|
|
3626
|
-
) && !e.includes("node_modules"), Xt = 32,
|
|
3627
|
-
async function
|
|
3628
|
-
await Zt(e) && await
|
|
3661
|
+
const Ho = (e, t) => $o(e) && zo(e, t), $o = (e) => (e.endsWith(".ts") || e.endsWith(".tsx")) && !bi(e), bi = (e) => e.includes("__test") || e.includes(".e2e.") || e.includes(".spec.") || e.includes(".test."), zo = (e, t) => e.startsWith(t.basePath) && !t.config.context.excludedDirectories.has(
|
|
3662
|
+
Cn(e.slice(t.basePath.length))
|
|
3663
|
+
) && !e.includes("node_modules"), Xt = 32, jo = 64, Mi = "@public", Jo = Buffer.from(Mi), xi = "@internal", qo = Buffer.from(xi);
|
|
3664
|
+
async function Ma(e) {
|
|
3665
|
+
await Zt(e) && await Di(e, /* @__PURE__ */ new Set(), Hi);
|
|
3629
3666
|
}
|
|
3630
|
-
async function
|
|
3667
|
+
async function Di(e, t, n) {
|
|
3631
3668
|
const i = [], a = [];
|
|
3632
|
-
for await (const d of await
|
|
3669
|
+
for await (const d of await It(e)) {
|
|
3633
3670
|
const m = `${e}${d.name}`;
|
|
3634
3671
|
d.isDirectory() && !t.has(d.name) ? a.push(m) : (d.name.endsWith(".ts") || d.name.endsWith(".tsx")) && i.push(m);
|
|
3635
3672
|
}
|
|
@@ -3644,8 +3681,8 @@ async function xi(e, t, n) {
|
|
|
3644
3681
|
for (; ; )
|
|
3645
3682
|
if (r.length === 0 && a.length > 0) {
|
|
3646
3683
|
const d = a.shift(), m = [];
|
|
3647
|
-
for await (const
|
|
3648
|
-
|
|
3684
|
+
for await (const u of await It(d, { recursive: !0 }))
|
|
3685
|
+
u.isFile() && (u.name.endsWith(".ts") || u.name.endsWith(".tsx")) && m.push(`${Li(u.parentPath)}/${u.name}`);
|
|
3649
3686
|
if (m.length === 0)
|
|
3650
3687
|
continue;
|
|
3651
3688
|
r.push(m);
|
|
@@ -3678,22 +3715,22 @@ function Yt(e, t) {
|
|
|
3678
3715
|
);
|
|
3679
3716
|
}
|
|
3680
3717
|
export {
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3718
|
+
gn as a,
|
|
3719
|
+
ha as b,
|
|
3720
|
+
Ma as c,
|
|
3721
|
+
Ea as d,
|
|
3722
|
+
ba as e,
|
|
3723
|
+
Ca as f,
|
|
3724
|
+
$o as g,
|
|
3725
|
+
zo as h,
|
|
3726
|
+
Ho as i,
|
|
3690
3727
|
bi as j,
|
|
3691
3728
|
Yt as k,
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3729
|
+
Sa as l,
|
|
3730
|
+
ga as m,
|
|
3731
|
+
Ot as n,
|
|
3732
|
+
Ft as o,
|
|
3733
|
+
Ta as p,
|
|
3734
|
+
va as r,
|
|
3735
|
+
Pa as t
|
|
3699
3736
|
};
|