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