@useinsider/eslint-config 1.3.0-alpha.6 → 1.3.0-beta.9
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/base-BAede0cC.js +2793 -0
- package/dist/base-DxTgZSag.cjs +1 -0
- package/dist/base.d.ts +5 -0
- package/dist/compat-BMmtJ5BI.js +15 -0
- package/dist/compat-CkhpJ9YP.cjs +1 -0
- package/dist/configs/config/index.d.ts +3 -0
- package/dist/configs/dom/index.d.ts +3 -0
- package/dist/configs/node/index.d.ts +3 -0
- package/dist/configs/typescript/index.d.ts +5 -0
- package/dist/configs/typescript-dom/index.d.ts +5 -0
- package/dist/configs/vue2/index.d.ts +5 -0
- package/dist/configs/vue3/index.d.ts +5 -0
- package/dist/configs/vue3-typescript/index.d.ts +5 -0
- package/dist/index-Ac6Hw-uA.cjs +1 -0
- package/dist/index-B16ngeJj.js +22 -0
- package/dist/index-B9y7N-hx.js +39 -0
- package/dist/index-BNob5rb3.js +34 -0
- package/dist/index-BaFuYv5N.js +22 -0
- package/dist/index-BtHFk1z3.js +41 -0
- package/dist/index-C6lOnN-C.js +32 -0
- package/dist/index-CAuGyIr4.cjs +1 -0
- package/dist/index-CYJsMDkS.cjs +1 -0
- package/dist/index-CixUmpPQ.js +9 -0
- package/dist/index-FzjaDGwD.cjs +1 -0
- package/dist/index-Rmzbhrzc.cjs +1 -0
- package/dist/index-SyvyuQ5y.cjs +1 -0
- package/dist/index-TqgLVfW-.cjs +1 -0
- package/dist/index-qbptbq51.cjs +1 -0
- package/dist/index-x9l2X-No.js +32 -0
- package/dist/main-BeBiQCVR.js +63 -0
- package/dist/main-tNBIB6QK.cjs +1 -0
- package/dist/main.cjs +1 -0
- package/dist/main.d.ts +18 -0
- package/dist/main.js +4 -0
- package/dist/rules/core.cjs +1 -0
- package/dist/rules/core.d.ts +3 -0
- package/dist/rules/core.js +170 -0
- package/dist/rules/cspell.cjs +1 -0
- package/dist/rules/cspell.d.ts +3 -0
- package/dist/rules/cspell.js +8 -0
- package/dist/rules/jsdoc.cjs +1 -0
- package/dist/rules/jsdoc.d.ts +3 -0
- package/dist/rules/jsdoc.js +28 -0
- package/dist/rules/stylistic.cjs +1 -0
- package/dist/rules/stylistic.d.ts +3 -0
- package/dist/rules/stylistic.js +120 -0
- package/dist/rules/typescript.cjs +1 -0
- package/dist/rules/typescript.d.ts +3 -0
- package/dist/rules/typescript.js +35 -0
- package/dist/rules/vue.cjs +1 -0
- package/dist/rules/vue.d.ts +3 -0
- package/dist/rules/vue.js +178 -0
- package/dist/rules/vue2.cjs +1 -0
- package/dist/rules/vue2.d.ts +3 -0
- package/dist/rules/vue2.js +12 -0
- package/dist/utils/compat.d.ts +7 -0
- package/dist/utils/merge.d.ts +1 -0
- package/dist/utils/mergeAllConfig.d.ts +2 -0
- package/package.json +29 -32
|
@@ -0,0 +1,2793 @@
|
|
|
1
|
+
import { dirname as t } from "node:path";
|
|
2
|
+
import { fileURLToPath as f } from "node:url";
|
|
3
|
+
import { FlatCompat as o } from "@eslint/eslintrc";
|
|
4
|
+
import { m as a } from "./main-BeBiQCVR.js";
|
|
5
|
+
function s(e) {
|
|
6
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
7
|
+
}
|
|
8
|
+
const n = {
|
|
9
|
+
AggregateError: !1,
|
|
10
|
+
Array: !1,
|
|
11
|
+
ArrayBuffer: !1,
|
|
12
|
+
Atomics: !1,
|
|
13
|
+
BigInt: !1,
|
|
14
|
+
BigInt64Array: !1,
|
|
15
|
+
BigUint64Array: !1,
|
|
16
|
+
Boolean: !1,
|
|
17
|
+
DataView: !1,
|
|
18
|
+
Date: !1,
|
|
19
|
+
decodeURI: !1,
|
|
20
|
+
decodeURIComponent: !1,
|
|
21
|
+
encodeURI: !1,
|
|
22
|
+
encodeURIComponent: !1,
|
|
23
|
+
Error: !1,
|
|
24
|
+
escape: !1,
|
|
25
|
+
eval: !1,
|
|
26
|
+
EvalError: !1,
|
|
27
|
+
FinalizationRegistry: !1,
|
|
28
|
+
Float32Array: !1,
|
|
29
|
+
Float64Array: !1,
|
|
30
|
+
Function: !1,
|
|
31
|
+
globalThis: !1,
|
|
32
|
+
Infinity: !1,
|
|
33
|
+
Int16Array: !1,
|
|
34
|
+
Int32Array: !1,
|
|
35
|
+
Int8Array: !1,
|
|
36
|
+
Intl: !1,
|
|
37
|
+
isFinite: !1,
|
|
38
|
+
isNaN: !1,
|
|
39
|
+
JSON: !1,
|
|
40
|
+
Map: !1,
|
|
41
|
+
Math: !1,
|
|
42
|
+
NaN: !1,
|
|
43
|
+
Number: !1,
|
|
44
|
+
Object: !1,
|
|
45
|
+
parseFloat: !1,
|
|
46
|
+
parseInt: !1,
|
|
47
|
+
Promise: !1,
|
|
48
|
+
Proxy: !1,
|
|
49
|
+
RangeError: !1,
|
|
50
|
+
ReferenceError: !1,
|
|
51
|
+
Reflect: !1,
|
|
52
|
+
RegExp: !1,
|
|
53
|
+
Set: !1,
|
|
54
|
+
SharedArrayBuffer: !1,
|
|
55
|
+
String: !1,
|
|
56
|
+
Symbol: !1,
|
|
57
|
+
SyntaxError: !1,
|
|
58
|
+
TypeError: !1,
|
|
59
|
+
Uint16Array: !1,
|
|
60
|
+
Uint32Array: !1,
|
|
61
|
+
Uint8Array: !1,
|
|
62
|
+
Uint8ClampedArray: !1,
|
|
63
|
+
undefined: !1,
|
|
64
|
+
unescape: !1,
|
|
65
|
+
URIError: !1,
|
|
66
|
+
WeakMap: !1,
|
|
67
|
+
WeakRef: !1,
|
|
68
|
+
WeakSet: !1
|
|
69
|
+
}, i = {
|
|
70
|
+
Array: !1,
|
|
71
|
+
Boolean: !1,
|
|
72
|
+
Date: !1,
|
|
73
|
+
decodeURI: !1,
|
|
74
|
+
decodeURIComponent: !1,
|
|
75
|
+
encodeURI: !1,
|
|
76
|
+
encodeURIComponent: !1,
|
|
77
|
+
Error: !1,
|
|
78
|
+
escape: !1,
|
|
79
|
+
eval: !1,
|
|
80
|
+
EvalError: !1,
|
|
81
|
+
Function: !1,
|
|
82
|
+
Infinity: !1,
|
|
83
|
+
isFinite: !1,
|
|
84
|
+
isNaN: !1,
|
|
85
|
+
JSON: !1,
|
|
86
|
+
Math: !1,
|
|
87
|
+
NaN: !1,
|
|
88
|
+
Number: !1,
|
|
89
|
+
Object: !1,
|
|
90
|
+
parseFloat: !1,
|
|
91
|
+
parseInt: !1,
|
|
92
|
+
RangeError: !1,
|
|
93
|
+
ReferenceError: !1,
|
|
94
|
+
RegExp: !1,
|
|
95
|
+
String: !1,
|
|
96
|
+
SyntaxError: !1,
|
|
97
|
+
TypeError: !1,
|
|
98
|
+
undefined: !1,
|
|
99
|
+
unescape: !1,
|
|
100
|
+
URIError: !1
|
|
101
|
+
}, c = {
|
|
102
|
+
Array: !1,
|
|
103
|
+
ArrayBuffer: !1,
|
|
104
|
+
Boolean: !1,
|
|
105
|
+
DataView: !1,
|
|
106
|
+
Date: !1,
|
|
107
|
+
decodeURI: !1,
|
|
108
|
+
decodeURIComponent: !1,
|
|
109
|
+
encodeURI: !1,
|
|
110
|
+
encodeURIComponent: !1,
|
|
111
|
+
Error: !1,
|
|
112
|
+
escape: !1,
|
|
113
|
+
eval: !1,
|
|
114
|
+
EvalError: !1,
|
|
115
|
+
Float32Array: !1,
|
|
116
|
+
Float64Array: !1,
|
|
117
|
+
Function: !1,
|
|
118
|
+
Infinity: !1,
|
|
119
|
+
Int16Array: !1,
|
|
120
|
+
Int32Array: !1,
|
|
121
|
+
Int8Array: !1,
|
|
122
|
+
Intl: !1,
|
|
123
|
+
isFinite: !1,
|
|
124
|
+
isNaN: !1,
|
|
125
|
+
JSON: !1,
|
|
126
|
+
Map: !1,
|
|
127
|
+
Math: !1,
|
|
128
|
+
NaN: !1,
|
|
129
|
+
Number: !1,
|
|
130
|
+
Object: !1,
|
|
131
|
+
parseFloat: !1,
|
|
132
|
+
parseInt: !1,
|
|
133
|
+
Promise: !1,
|
|
134
|
+
Proxy: !1,
|
|
135
|
+
RangeError: !1,
|
|
136
|
+
ReferenceError: !1,
|
|
137
|
+
Reflect: !1,
|
|
138
|
+
RegExp: !1,
|
|
139
|
+
Set: !1,
|
|
140
|
+
String: !1,
|
|
141
|
+
Symbol: !1,
|
|
142
|
+
SyntaxError: !1,
|
|
143
|
+
TypeError: !1,
|
|
144
|
+
Uint16Array: !1,
|
|
145
|
+
Uint32Array: !1,
|
|
146
|
+
Uint8Array: !1,
|
|
147
|
+
Uint8ClampedArray: !1,
|
|
148
|
+
undefined: !1,
|
|
149
|
+
unescape: !1,
|
|
150
|
+
URIError: !1,
|
|
151
|
+
WeakMap: !1,
|
|
152
|
+
WeakSet: !1
|
|
153
|
+
}, u = {
|
|
154
|
+
Array: !1,
|
|
155
|
+
ArrayBuffer: !1,
|
|
156
|
+
Atomics: !1,
|
|
157
|
+
Boolean: !1,
|
|
158
|
+
DataView: !1,
|
|
159
|
+
Date: !1,
|
|
160
|
+
decodeURI: !1,
|
|
161
|
+
decodeURIComponent: !1,
|
|
162
|
+
encodeURI: !1,
|
|
163
|
+
encodeURIComponent: !1,
|
|
164
|
+
Error: !1,
|
|
165
|
+
escape: !1,
|
|
166
|
+
eval: !1,
|
|
167
|
+
EvalError: !1,
|
|
168
|
+
Float32Array: !1,
|
|
169
|
+
Float64Array: !1,
|
|
170
|
+
Function: !1,
|
|
171
|
+
Infinity: !1,
|
|
172
|
+
Int16Array: !1,
|
|
173
|
+
Int32Array: !1,
|
|
174
|
+
Int8Array: !1,
|
|
175
|
+
Intl: !1,
|
|
176
|
+
isFinite: !1,
|
|
177
|
+
isNaN: !1,
|
|
178
|
+
JSON: !1,
|
|
179
|
+
Map: !1,
|
|
180
|
+
Math: !1,
|
|
181
|
+
NaN: !1,
|
|
182
|
+
Number: !1,
|
|
183
|
+
Object: !1,
|
|
184
|
+
parseFloat: !1,
|
|
185
|
+
parseInt: !1,
|
|
186
|
+
Promise: !1,
|
|
187
|
+
Proxy: !1,
|
|
188
|
+
RangeError: !1,
|
|
189
|
+
ReferenceError: !1,
|
|
190
|
+
Reflect: !1,
|
|
191
|
+
RegExp: !1,
|
|
192
|
+
Set: !1,
|
|
193
|
+
SharedArrayBuffer: !1,
|
|
194
|
+
String: !1,
|
|
195
|
+
Symbol: !1,
|
|
196
|
+
SyntaxError: !1,
|
|
197
|
+
TypeError: !1,
|
|
198
|
+
Uint16Array: !1,
|
|
199
|
+
Uint32Array: !1,
|
|
200
|
+
Uint8Array: !1,
|
|
201
|
+
Uint8ClampedArray: !1,
|
|
202
|
+
undefined: !1,
|
|
203
|
+
unescape: !1,
|
|
204
|
+
URIError: !1,
|
|
205
|
+
WeakMap: !1,
|
|
206
|
+
WeakSet: !1
|
|
207
|
+
}, m = {
|
|
208
|
+
Array: !1,
|
|
209
|
+
ArrayBuffer: !1,
|
|
210
|
+
Atomics: !1,
|
|
211
|
+
BigInt: !1,
|
|
212
|
+
BigInt64Array: !1,
|
|
213
|
+
BigUint64Array: !1,
|
|
214
|
+
Boolean: !1,
|
|
215
|
+
DataView: !1,
|
|
216
|
+
Date: !1,
|
|
217
|
+
decodeURI: !1,
|
|
218
|
+
decodeURIComponent: !1,
|
|
219
|
+
encodeURI: !1,
|
|
220
|
+
encodeURIComponent: !1,
|
|
221
|
+
Error: !1,
|
|
222
|
+
escape: !1,
|
|
223
|
+
eval: !1,
|
|
224
|
+
EvalError: !1,
|
|
225
|
+
Float32Array: !1,
|
|
226
|
+
Float64Array: !1,
|
|
227
|
+
Function: !1,
|
|
228
|
+
globalThis: !1,
|
|
229
|
+
Infinity: !1,
|
|
230
|
+
Int16Array: !1,
|
|
231
|
+
Int32Array: !1,
|
|
232
|
+
Int8Array: !1,
|
|
233
|
+
Intl: !1,
|
|
234
|
+
isFinite: !1,
|
|
235
|
+
isNaN: !1,
|
|
236
|
+
JSON: !1,
|
|
237
|
+
Map: !1,
|
|
238
|
+
Math: !1,
|
|
239
|
+
NaN: !1,
|
|
240
|
+
Number: !1,
|
|
241
|
+
Object: !1,
|
|
242
|
+
parseFloat: !1,
|
|
243
|
+
parseInt: !1,
|
|
244
|
+
Promise: !1,
|
|
245
|
+
Proxy: !1,
|
|
246
|
+
RangeError: !1,
|
|
247
|
+
ReferenceError: !1,
|
|
248
|
+
Reflect: !1,
|
|
249
|
+
RegExp: !1,
|
|
250
|
+
Set: !1,
|
|
251
|
+
SharedArrayBuffer: !1,
|
|
252
|
+
String: !1,
|
|
253
|
+
Symbol: !1,
|
|
254
|
+
SyntaxError: !1,
|
|
255
|
+
TypeError: !1,
|
|
256
|
+
Uint16Array: !1,
|
|
257
|
+
Uint32Array: !1,
|
|
258
|
+
Uint8Array: !1,
|
|
259
|
+
Uint8ClampedArray: !1,
|
|
260
|
+
undefined: !1,
|
|
261
|
+
unescape: !1,
|
|
262
|
+
URIError: !1,
|
|
263
|
+
WeakMap: !1,
|
|
264
|
+
WeakSet: !1
|
|
265
|
+
}, d = {
|
|
266
|
+
AggregateError: !1,
|
|
267
|
+
Array: !1,
|
|
268
|
+
ArrayBuffer: !1,
|
|
269
|
+
Atomics: !1,
|
|
270
|
+
BigInt: !1,
|
|
271
|
+
BigInt64Array: !1,
|
|
272
|
+
BigUint64Array: !1,
|
|
273
|
+
Boolean: !1,
|
|
274
|
+
DataView: !1,
|
|
275
|
+
Date: !1,
|
|
276
|
+
decodeURI: !1,
|
|
277
|
+
decodeURIComponent: !1,
|
|
278
|
+
encodeURI: !1,
|
|
279
|
+
encodeURIComponent: !1,
|
|
280
|
+
Error: !1,
|
|
281
|
+
escape: !1,
|
|
282
|
+
eval: !1,
|
|
283
|
+
EvalError: !1,
|
|
284
|
+
FinalizationRegistry: !1,
|
|
285
|
+
Float32Array: !1,
|
|
286
|
+
Float64Array: !1,
|
|
287
|
+
Function: !1,
|
|
288
|
+
globalThis: !1,
|
|
289
|
+
Infinity: !1,
|
|
290
|
+
Int16Array: !1,
|
|
291
|
+
Int32Array: !1,
|
|
292
|
+
Int8Array: !1,
|
|
293
|
+
Intl: !1,
|
|
294
|
+
isFinite: !1,
|
|
295
|
+
isNaN: !1,
|
|
296
|
+
JSON: !1,
|
|
297
|
+
Map: !1,
|
|
298
|
+
Math: !1,
|
|
299
|
+
NaN: !1,
|
|
300
|
+
Number: !1,
|
|
301
|
+
Object: !1,
|
|
302
|
+
parseFloat: !1,
|
|
303
|
+
parseInt: !1,
|
|
304
|
+
Promise: !1,
|
|
305
|
+
Proxy: !1,
|
|
306
|
+
RangeError: !1,
|
|
307
|
+
ReferenceError: !1,
|
|
308
|
+
Reflect: !1,
|
|
309
|
+
RegExp: !1,
|
|
310
|
+
Set: !1,
|
|
311
|
+
SharedArrayBuffer: !1,
|
|
312
|
+
String: !1,
|
|
313
|
+
Symbol: !1,
|
|
314
|
+
SyntaxError: !1,
|
|
315
|
+
TypeError: !1,
|
|
316
|
+
Uint16Array: !1,
|
|
317
|
+
Uint32Array: !1,
|
|
318
|
+
Uint8Array: !1,
|
|
319
|
+
Uint8ClampedArray: !1,
|
|
320
|
+
undefined: !1,
|
|
321
|
+
unescape: !1,
|
|
322
|
+
URIError: !1,
|
|
323
|
+
WeakMap: !1,
|
|
324
|
+
WeakRef: !1,
|
|
325
|
+
WeakSet: !1
|
|
326
|
+
}, S = {
|
|
327
|
+
AbortController: !1,
|
|
328
|
+
AbortSignal: !1,
|
|
329
|
+
AbsoluteOrientationSensor: !1,
|
|
330
|
+
AbstractRange: !1,
|
|
331
|
+
Accelerometer: !1,
|
|
332
|
+
addEventListener: !1,
|
|
333
|
+
alert: !1,
|
|
334
|
+
AnalyserNode: !1,
|
|
335
|
+
Animation: !1,
|
|
336
|
+
AnimationEffect: !1,
|
|
337
|
+
AnimationEvent: !1,
|
|
338
|
+
AnimationPlaybackEvent: !1,
|
|
339
|
+
AnimationTimeline: !1,
|
|
340
|
+
atob: !1,
|
|
341
|
+
Attr: !1,
|
|
342
|
+
Audio: !1,
|
|
343
|
+
AudioBuffer: !1,
|
|
344
|
+
AudioBufferSourceNode: !1,
|
|
345
|
+
AudioContext: !1,
|
|
346
|
+
AudioData: !1,
|
|
347
|
+
AudioDecoder: !1,
|
|
348
|
+
AudioDestinationNode: !1,
|
|
349
|
+
AudioEncoder: !1,
|
|
350
|
+
AudioListener: !1,
|
|
351
|
+
AudioNode: !1,
|
|
352
|
+
AudioParam: !1,
|
|
353
|
+
AudioParamMap: !1,
|
|
354
|
+
AudioProcessingEvent: !1,
|
|
355
|
+
AudioScheduledSourceNode: !1,
|
|
356
|
+
AudioSinkInfo: !1,
|
|
357
|
+
AudioWorklet: !1,
|
|
358
|
+
AudioWorkletGlobalScope: !1,
|
|
359
|
+
AudioWorkletNode: !1,
|
|
360
|
+
AudioWorkletProcessor: !1,
|
|
361
|
+
AuthenticatorAssertionResponse: !1,
|
|
362
|
+
AuthenticatorAttestationResponse: !1,
|
|
363
|
+
AuthenticatorResponse: !1,
|
|
364
|
+
BackgroundFetchManager: !1,
|
|
365
|
+
BackgroundFetchRecord: !1,
|
|
366
|
+
BackgroundFetchRegistration: !1,
|
|
367
|
+
BarProp: !1,
|
|
368
|
+
BaseAudioContext: !1,
|
|
369
|
+
BatteryManager: !1,
|
|
370
|
+
BeforeUnloadEvent: !1,
|
|
371
|
+
BiquadFilterNode: !1,
|
|
372
|
+
Blob: !1,
|
|
373
|
+
BlobEvent: !1,
|
|
374
|
+
Bluetooth: !1,
|
|
375
|
+
BluetoothCharacteristicProperties: !1,
|
|
376
|
+
BluetoothDevice: !1,
|
|
377
|
+
BluetoothRemoteGATTCharacteristic: !1,
|
|
378
|
+
BluetoothRemoteGATTDescriptor: !1,
|
|
379
|
+
BluetoothRemoteGATTServer: !1,
|
|
380
|
+
BluetoothRemoteGATTService: !1,
|
|
381
|
+
BluetoothUUID: !1,
|
|
382
|
+
blur: !1,
|
|
383
|
+
BroadcastChannel: !1,
|
|
384
|
+
BrowserCaptureMediaStreamTrack: !1,
|
|
385
|
+
btoa: !1,
|
|
386
|
+
ByteLengthQueuingStrategy: !1,
|
|
387
|
+
Cache: !1,
|
|
388
|
+
caches: !1,
|
|
389
|
+
CacheStorage: !1,
|
|
390
|
+
cancelAnimationFrame: !1,
|
|
391
|
+
cancelIdleCallback: !1,
|
|
392
|
+
CanvasCaptureMediaStream: !1,
|
|
393
|
+
CanvasCaptureMediaStreamTrack: !1,
|
|
394
|
+
CanvasGradient: !1,
|
|
395
|
+
CanvasPattern: !1,
|
|
396
|
+
CanvasRenderingContext2D: !1,
|
|
397
|
+
CaptureController: !1,
|
|
398
|
+
CaretPosition: !1,
|
|
399
|
+
CDATASection: !1,
|
|
400
|
+
ChannelMergerNode: !1,
|
|
401
|
+
ChannelSplitterNode: !1,
|
|
402
|
+
CharacterBoundsUpdateEvent: !1,
|
|
403
|
+
CharacterData: !1,
|
|
404
|
+
clearInterval: !1,
|
|
405
|
+
clearTimeout: !1,
|
|
406
|
+
clientInformation: !1,
|
|
407
|
+
Clipboard: !1,
|
|
408
|
+
ClipboardEvent: !1,
|
|
409
|
+
ClipboardItem: !1,
|
|
410
|
+
close: !1,
|
|
411
|
+
closed: !1,
|
|
412
|
+
CloseEvent: !1,
|
|
413
|
+
Comment: !1,
|
|
414
|
+
CompositionEvent: !1,
|
|
415
|
+
CompressionStream: !1,
|
|
416
|
+
confirm: !1,
|
|
417
|
+
console: !1,
|
|
418
|
+
ConstantSourceNode: !1,
|
|
419
|
+
ContentVisibilityAutoStateChangeEvent: !1,
|
|
420
|
+
ConvolverNode: !1,
|
|
421
|
+
CookieChangeEvent: !1,
|
|
422
|
+
cookieStore: !1,
|
|
423
|
+
CookieStore: !1,
|
|
424
|
+
CookieStoreManager: !1,
|
|
425
|
+
CountQueuingStrategy: !1,
|
|
426
|
+
createImageBitmap: !1,
|
|
427
|
+
Credential: !1,
|
|
428
|
+
credentialless: !1,
|
|
429
|
+
CredentialsContainer: !1,
|
|
430
|
+
CropTarget: !1,
|
|
431
|
+
crossOriginIsolated: !1,
|
|
432
|
+
crypto: !1,
|
|
433
|
+
Crypto: !1,
|
|
434
|
+
CryptoKey: !1,
|
|
435
|
+
CSS: !1,
|
|
436
|
+
CSSAnimation: !1,
|
|
437
|
+
CSSConditionRule: !1,
|
|
438
|
+
CSSContainerRule: !1,
|
|
439
|
+
CSSCounterStyleRule: !1,
|
|
440
|
+
CSSFontFaceRule: !1,
|
|
441
|
+
CSSFontFeatureValuesRule: !1,
|
|
442
|
+
CSSFontPaletteValuesRule: !1,
|
|
443
|
+
CSSGroupingRule: !1,
|
|
444
|
+
CSSImageValue: !1,
|
|
445
|
+
CSSImportRule: !1,
|
|
446
|
+
CSSKeyframeRule: !1,
|
|
447
|
+
CSSKeyframesRule: !1,
|
|
448
|
+
CSSKeywordValue: !1,
|
|
449
|
+
CSSLayerBlockRule: !1,
|
|
450
|
+
CSSLayerStatementRule: !1,
|
|
451
|
+
CSSMathClamp: !1,
|
|
452
|
+
CSSMathInvert: !1,
|
|
453
|
+
CSSMathMax: !1,
|
|
454
|
+
CSSMathMin: !1,
|
|
455
|
+
CSSMathNegate: !1,
|
|
456
|
+
CSSMathProduct: !1,
|
|
457
|
+
CSSMathSum: !1,
|
|
458
|
+
CSSMathValue: !1,
|
|
459
|
+
CSSMatrixComponent: !1,
|
|
460
|
+
CSSMediaRule: !1,
|
|
461
|
+
CSSNamespaceRule: !1,
|
|
462
|
+
CSSNumericArray: !1,
|
|
463
|
+
CSSNumericValue: !1,
|
|
464
|
+
CSSPageRule: !1,
|
|
465
|
+
CSSPerspective: !1,
|
|
466
|
+
CSSPositionValue: !1,
|
|
467
|
+
CSSPropertyRule: !1,
|
|
468
|
+
CSSRotate: !1,
|
|
469
|
+
CSSRule: !1,
|
|
470
|
+
CSSRuleList: !1,
|
|
471
|
+
CSSScale: !1,
|
|
472
|
+
CSSScopeRule: !1,
|
|
473
|
+
CSSSkew: !1,
|
|
474
|
+
CSSSkewX: !1,
|
|
475
|
+
CSSSkewY: !1,
|
|
476
|
+
CSSStartingStyleRule: !1,
|
|
477
|
+
CSSStyleDeclaration: !1,
|
|
478
|
+
CSSStyleRule: !1,
|
|
479
|
+
CSSStyleSheet: !1,
|
|
480
|
+
CSSStyleValue: !1,
|
|
481
|
+
CSSSupportsRule: !1,
|
|
482
|
+
CSSTransformComponent: !1,
|
|
483
|
+
CSSTransformValue: !1,
|
|
484
|
+
CSSTransition: !1,
|
|
485
|
+
CSSTranslate: !1,
|
|
486
|
+
CSSUnitValue: !1,
|
|
487
|
+
CSSUnparsedValue: !1,
|
|
488
|
+
CSSVariableReferenceValue: !1,
|
|
489
|
+
currentFrame: !1,
|
|
490
|
+
currentTime: !1,
|
|
491
|
+
CustomElementRegistry: !1,
|
|
492
|
+
customElements: !1,
|
|
493
|
+
CustomEvent: !1,
|
|
494
|
+
CustomStateSet: !1,
|
|
495
|
+
DataTransfer: !1,
|
|
496
|
+
DataTransferItem: !1,
|
|
497
|
+
DataTransferItemList: !1,
|
|
498
|
+
DecompressionStream: !1,
|
|
499
|
+
DelayNode: !1,
|
|
500
|
+
DelegatedInkTrailPresenter: !1,
|
|
501
|
+
DeviceMotionEvent: !1,
|
|
502
|
+
DeviceMotionEventAcceleration: !1,
|
|
503
|
+
DeviceMotionEventRotationRate: !1,
|
|
504
|
+
DeviceOrientationEvent: !1,
|
|
505
|
+
devicePixelRatio: !1,
|
|
506
|
+
dispatchEvent: !1,
|
|
507
|
+
document: !1,
|
|
508
|
+
Document: !1,
|
|
509
|
+
DocumentFragment: !1,
|
|
510
|
+
documentPictureInPicture: !1,
|
|
511
|
+
DocumentPictureInPicture: !1,
|
|
512
|
+
DocumentPictureInPictureEvent: !1,
|
|
513
|
+
DocumentTimeline: !1,
|
|
514
|
+
DocumentType: !1,
|
|
515
|
+
DOMError: !1,
|
|
516
|
+
DOMException: !1,
|
|
517
|
+
DOMImplementation: !1,
|
|
518
|
+
DOMMatrix: !1,
|
|
519
|
+
DOMMatrixReadOnly: !1,
|
|
520
|
+
DOMParser: !1,
|
|
521
|
+
DOMPoint: !1,
|
|
522
|
+
DOMPointReadOnly: !1,
|
|
523
|
+
DOMQuad: !1,
|
|
524
|
+
DOMRect: !1,
|
|
525
|
+
DOMRectList: !1,
|
|
526
|
+
DOMRectReadOnly: !1,
|
|
527
|
+
DOMStringList: !1,
|
|
528
|
+
DOMStringMap: !1,
|
|
529
|
+
DOMTokenList: !1,
|
|
530
|
+
DragEvent: !1,
|
|
531
|
+
DynamicsCompressorNode: !1,
|
|
532
|
+
EditContext: !1,
|
|
533
|
+
Element: !1,
|
|
534
|
+
ElementInternals: !1,
|
|
535
|
+
EncodedAudioChunk: !1,
|
|
536
|
+
EncodedVideoChunk: !1,
|
|
537
|
+
ErrorEvent: !1,
|
|
538
|
+
event: !1,
|
|
539
|
+
Event: !1,
|
|
540
|
+
EventCounts: !1,
|
|
541
|
+
EventSource: !1,
|
|
542
|
+
EventTarget: !1,
|
|
543
|
+
external: !1,
|
|
544
|
+
External: !1,
|
|
545
|
+
EyeDropper: !1,
|
|
546
|
+
FeaturePolicy: !1,
|
|
547
|
+
FederatedCredential: !1,
|
|
548
|
+
fetch: !1,
|
|
549
|
+
File: !1,
|
|
550
|
+
FileList: !1,
|
|
551
|
+
FileReader: !1,
|
|
552
|
+
FileSystem: !1,
|
|
553
|
+
FileSystemDirectoryEntry: !1,
|
|
554
|
+
FileSystemDirectoryHandle: !1,
|
|
555
|
+
FileSystemDirectoryReader: !1,
|
|
556
|
+
FileSystemEntry: !1,
|
|
557
|
+
FileSystemFileEntry: !1,
|
|
558
|
+
FileSystemFileHandle: !1,
|
|
559
|
+
FileSystemHandle: !1,
|
|
560
|
+
FileSystemWritableFileStream: !1,
|
|
561
|
+
find: !1,
|
|
562
|
+
focus: !1,
|
|
563
|
+
FocusEvent: !1,
|
|
564
|
+
FontData: !1,
|
|
565
|
+
FontFace: !1,
|
|
566
|
+
FontFaceSet: !1,
|
|
567
|
+
FontFaceSetLoadEvent: !1,
|
|
568
|
+
FormData: !1,
|
|
569
|
+
FormDataEvent: !1,
|
|
570
|
+
FragmentDirective: !1,
|
|
571
|
+
frameElement: !1,
|
|
572
|
+
frames: !1,
|
|
573
|
+
GainNode: !1,
|
|
574
|
+
Gamepad: !1,
|
|
575
|
+
GamepadAxisMoveEvent: !1,
|
|
576
|
+
GamepadButton: !1,
|
|
577
|
+
GamepadButtonEvent: !1,
|
|
578
|
+
GamepadEvent: !1,
|
|
579
|
+
GamepadHapticActuator: !1,
|
|
580
|
+
GamepadPose: !1,
|
|
581
|
+
Geolocation: !1,
|
|
582
|
+
GeolocationCoordinates: !1,
|
|
583
|
+
GeolocationPosition: !1,
|
|
584
|
+
GeolocationPositionError: !1,
|
|
585
|
+
getComputedStyle: !1,
|
|
586
|
+
getScreenDetails: !1,
|
|
587
|
+
getSelection: !1,
|
|
588
|
+
GPU: !1,
|
|
589
|
+
GPUAdapter: !1,
|
|
590
|
+
GPUAdapterInfo: !1,
|
|
591
|
+
GPUBindGroup: !1,
|
|
592
|
+
GPUBindGroupLayout: !1,
|
|
593
|
+
GPUBuffer: !1,
|
|
594
|
+
GPUBufferUsage: !1,
|
|
595
|
+
GPUCanvasContext: !1,
|
|
596
|
+
GPUColorWrite: !1,
|
|
597
|
+
GPUCommandBuffer: !1,
|
|
598
|
+
GPUCommandEncoder: !1,
|
|
599
|
+
GPUCompilationInfo: !1,
|
|
600
|
+
GPUCompilationMessage: !1,
|
|
601
|
+
GPUComputePassEncoder: !1,
|
|
602
|
+
GPUComputePipeline: !1,
|
|
603
|
+
GPUDevice: !1,
|
|
604
|
+
GPUDeviceLostInfo: !1,
|
|
605
|
+
GPUError: !1,
|
|
606
|
+
GPUExternalTexture: !1,
|
|
607
|
+
GPUInternalError: !1,
|
|
608
|
+
GPUMapMode: !1,
|
|
609
|
+
GPUOutOfMemoryError: !1,
|
|
610
|
+
GPUPipelineError: !1,
|
|
611
|
+
GPUPipelineLayout: !1,
|
|
612
|
+
GPUQuerySet: !1,
|
|
613
|
+
GPUQueue: !1,
|
|
614
|
+
GPURenderBundle: !1,
|
|
615
|
+
GPURenderBundleEncoder: !1,
|
|
616
|
+
GPURenderPassEncoder: !1,
|
|
617
|
+
GPURenderPipeline: !1,
|
|
618
|
+
GPUSampler: !1,
|
|
619
|
+
GPUShaderModule: !1,
|
|
620
|
+
GPUShaderStage: !1,
|
|
621
|
+
GPUSupportedFeatures: !1,
|
|
622
|
+
GPUSupportedLimits: !1,
|
|
623
|
+
GPUTexture: !1,
|
|
624
|
+
GPUTextureUsage: !1,
|
|
625
|
+
GPUTextureView: !1,
|
|
626
|
+
GPUUncapturedErrorEvent: !1,
|
|
627
|
+
GPUValidationError: !1,
|
|
628
|
+
GravitySensor: !1,
|
|
629
|
+
Gyroscope: !1,
|
|
630
|
+
HashChangeEvent: !1,
|
|
631
|
+
Headers: !1,
|
|
632
|
+
HID: !1,
|
|
633
|
+
HIDConnectionEvent: !1,
|
|
634
|
+
HIDDevice: !1,
|
|
635
|
+
HIDInputReportEvent: !1,
|
|
636
|
+
Highlight: !1,
|
|
637
|
+
HighlightRegistry: !1,
|
|
638
|
+
history: !1,
|
|
639
|
+
History: !1,
|
|
640
|
+
HTMLAllCollection: !1,
|
|
641
|
+
HTMLAnchorElement: !1,
|
|
642
|
+
HTMLAreaElement: !1,
|
|
643
|
+
HTMLAudioElement: !1,
|
|
644
|
+
HTMLBaseElement: !1,
|
|
645
|
+
HTMLBodyElement: !1,
|
|
646
|
+
HTMLBRElement: !1,
|
|
647
|
+
HTMLButtonElement: !1,
|
|
648
|
+
HTMLCanvasElement: !1,
|
|
649
|
+
HTMLCollection: !1,
|
|
650
|
+
HTMLDataElement: !1,
|
|
651
|
+
HTMLDataListElement: !1,
|
|
652
|
+
HTMLDetailsElement: !1,
|
|
653
|
+
HTMLDialogElement: !1,
|
|
654
|
+
HTMLDirectoryElement: !1,
|
|
655
|
+
HTMLDivElement: !1,
|
|
656
|
+
HTMLDListElement: !1,
|
|
657
|
+
HTMLDocument: !1,
|
|
658
|
+
HTMLElement: !1,
|
|
659
|
+
HTMLEmbedElement: !1,
|
|
660
|
+
HTMLFieldSetElement: !1,
|
|
661
|
+
HTMLFontElement: !1,
|
|
662
|
+
HTMLFormControlsCollection: !1,
|
|
663
|
+
HTMLFormElement: !1,
|
|
664
|
+
HTMLFrameElement: !1,
|
|
665
|
+
HTMLFrameSetElement: !1,
|
|
666
|
+
HTMLHeadElement: !1,
|
|
667
|
+
HTMLHeadingElement: !1,
|
|
668
|
+
HTMLHRElement: !1,
|
|
669
|
+
HTMLHtmlElement: !1,
|
|
670
|
+
HTMLIFrameElement: !1,
|
|
671
|
+
HTMLImageElement: !1,
|
|
672
|
+
HTMLInputElement: !1,
|
|
673
|
+
HTMLLabelElement: !1,
|
|
674
|
+
HTMLLegendElement: !1,
|
|
675
|
+
HTMLLIElement: !1,
|
|
676
|
+
HTMLLinkElement: !1,
|
|
677
|
+
HTMLMapElement: !1,
|
|
678
|
+
HTMLMarqueeElement: !1,
|
|
679
|
+
HTMLMediaElement: !1,
|
|
680
|
+
HTMLMenuElement: !1,
|
|
681
|
+
HTMLMetaElement: !1,
|
|
682
|
+
HTMLMeterElement: !1,
|
|
683
|
+
HTMLModElement: !1,
|
|
684
|
+
HTMLObjectElement: !1,
|
|
685
|
+
HTMLOListElement: !1,
|
|
686
|
+
HTMLOptGroupElement: !1,
|
|
687
|
+
HTMLOptionElement: !1,
|
|
688
|
+
HTMLOptionsCollection: !1,
|
|
689
|
+
HTMLOutputElement: !1,
|
|
690
|
+
HTMLParagraphElement: !1,
|
|
691
|
+
HTMLParamElement: !1,
|
|
692
|
+
HTMLPictureElement: !1,
|
|
693
|
+
HTMLPreElement: !1,
|
|
694
|
+
HTMLProgressElement: !1,
|
|
695
|
+
HTMLQuoteElement: !1,
|
|
696
|
+
HTMLScriptElement: !1,
|
|
697
|
+
HTMLSelectElement: !1,
|
|
698
|
+
HTMLSlotElement: !1,
|
|
699
|
+
HTMLSourceElement: !1,
|
|
700
|
+
HTMLSpanElement: !1,
|
|
701
|
+
HTMLStyleElement: !1,
|
|
702
|
+
HTMLTableCaptionElement: !1,
|
|
703
|
+
HTMLTableCellElement: !1,
|
|
704
|
+
HTMLTableColElement: !1,
|
|
705
|
+
HTMLTableElement: !1,
|
|
706
|
+
HTMLTableRowElement: !1,
|
|
707
|
+
HTMLTableSectionElement: !1,
|
|
708
|
+
HTMLTemplateElement: !1,
|
|
709
|
+
HTMLTextAreaElement: !1,
|
|
710
|
+
HTMLTimeElement: !1,
|
|
711
|
+
HTMLTitleElement: !1,
|
|
712
|
+
HTMLTrackElement: !1,
|
|
713
|
+
HTMLUListElement: !1,
|
|
714
|
+
HTMLUnknownElement: !1,
|
|
715
|
+
HTMLVideoElement: !1,
|
|
716
|
+
IDBCursor: !1,
|
|
717
|
+
IDBCursorWithValue: !1,
|
|
718
|
+
IDBDatabase: !1,
|
|
719
|
+
IDBFactory: !1,
|
|
720
|
+
IDBIndex: !1,
|
|
721
|
+
IDBKeyRange: !1,
|
|
722
|
+
IDBObjectStore: !1,
|
|
723
|
+
IDBOpenDBRequest: !1,
|
|
724
|
+
IDBRequest: !1,
|
|
725
|
+
IDBTransaction: !1,
|
|
726
|
+
IDBVersionChangeEvent: !1,
|
|
727
|
+
IdentityCredential: !1,
|
|
728
|
+
IdentityCredentialError: !1,
|
|
729
|
+
IdentityProvider: !1,
|
|
730
|
+
IdleDeadline: !1,
|
|
731
|
+
IdleDetector: !1,
|
|
732
|
+
IIRFilterNode: !1,
|
|
733
|
+
Image: !1,
|
|
734
|
+
ImageBitmap: !1,
|
|
735
|
+
ImageBitmapRenderingContext: !1,
|
|
736
|
+
ImageCapture: !1,
|
|
737
|
+
ImageData: !1,
|
|
738
|
+
ImageDecoder: !1,
|
|
739
|
+
ImageTrack: !1,
|
|
740
|
+
ImageTrackList: !1,
|
|
741
|
+
indexedDB: !1,
|
|
742
|
+
Ink: !1,
|
|
743
|
+
innerHeight: !1,
|
|
744
|
+
innerWidth: !1,
|
|
745
|
+
InputDeviceCapabilities: !1,
|
|
746
|
+
InputDeviceInfo: !1,
|
|
747
|
+
InputEvent: !1,
|
|
748
|
+
IntersectionObserver: !1,
|
|
749
|
+
IntersectionObserverEntry: !1,
|
|
750
|
+
isSecureContext: !1,
|
|
751
|
+
Iterator: !1,
|
|
752
|
+
Keyboard: !1,
|
|
753
|
+
KeyboardEvent: !1,
|
|
754
|
+
KeyboardLayoutMap: !1,
|
|
755
|
+
KeyframeEffect: !1,
|
|
756
|
+
LargestContentfulPaint: !1,
|
|
757
|
+
LaunchParams: !1,
|
|
758
|
+
launchQueue: !1,
|
|
759
|
+
LaunchQueue: !1,
|
|
760
|
+
LayoutShift: !1,
|
|
761
|
+
LayoutShiftAttribution: !1,
|
|
762
|
+
length: !1,
|
|
763
|
+
LinearAccelerationSensor: !1,
|
|
764
|
+
localStorage: !1,
|
|
765
|
+
location: !0,
|
|
766
|
+
Location: !1,
|
|
767
|
+
locationbar: !1,
|
|
768
|
+
Lock: !1,
|
|
769
|
+
LockManager: !1,
|
|
770
|
+
matchMedia: !1,
|
|
771
|
+
MathMLElement: !1,
|
|
772
|
+
MediaCapabilities: !1,
|
|
773
|
+
MediaCapabilitiesInfo: !1,
|
|
774
|
+
MediaDeviceInfo: !1,
|
|
775
|
+
MediaDevices: !1,
|
|
776
|
+
MediaElementAudioSourceNode: !1,
|
|
777
|
+
MediaEncryptedEvent: !1,
|
|
778
|
+
MediaError: !1,
|
|
779
|
+
MediaKeyError: !1,
|
|
780
|
+
MediaKeyMessageEvent: !1,
|
|
781
|
+
MediaKeys: !1,
|
|
782
|
+
MediaKeySession: !1,
|
|
783
|
+
MediaKeyStatusMap: !1,
|
|
784
|
+
MediaKeySystemAccess: !1,
|
|
785
|
+
MediaList: !1,
|
|
786
|
+
MediaMetadata: !1,
|
|
787
|
+
MediaQueryList: !1,
|
|
788
|
+
MediaQueryListEvent: !1,
|
|
789
|
+
MediaRecorder: !1,
|
|
790
|
+
MediaRecorderErrorEvent: !1,
|
|
791
|
+
MediaSession: !1,
|
|
792
|
+
MediaSource: !1,
|
|
793
|
+
MediaSourceHandle: !1,
|
|
794
|
+
MediaStream: !1,
|
|
795
|
+
MediaStreamAudioDestinationNode: !1,
|
|
796
|
+
MediaStreamAudioSourceNode: !1,
|
|
797
|
+
MediaStreamEvent: !1,
|
|
798
|
+
MediaStreamTrack: !1,
|
|
799
|
+
MediaStreamTrackAudioSourceNode: !1,
|
|
800
|
+
MediaStreamTrackEvent: !1,
|
|
801
|
+
MediaStreamTrackGenerator: !1,
|
|
802
|
+
MediaStreamTrackProcessor: !1,
|
|
803
|
+
MediaStreamTrackVideoStats: !1,
|
|
804
|
+
menubar: !1,
|
|
805
|
+
MessageChannel: !1,
|
|
806
|
+
MessageEvent: !1,
|
|
807
|
+
MessagePort: !1,
|
|
808
|
+
MIDIAccess: !1,
|
|
809
|
+
MIDIConnectionEvent: !1,
|
|
810
|
+
MIDIInput: !1,
|
|
811
|
+
MIDIInputMap: !1,
|
|
812
|
+
MIDIMessageEvent: !1,
|
|
813
|
+
MIDIOutput: !1,
|
|
814
|
+
MIDIOutputMap: !1,
|
|
815
|
+
MIDIPort: !1,
|
|
816
|
+
MimeType: !1,
|
|
817
|
+
MimeTypeArray: !1,
|
|
818
|
+
MouseEvent: !1,
|
|
819
|
+
moveBy: !1,
|
|
820
|
+
moveTo: !1,
|
|
821
|
+
MutationEvent: !1,
|
|
822
|
+
MutationObserver: !1,
|
|
823
|
+
MutationRecord: !1,
|
|
824
|
+
name: !1,
|
|
825
|
+
NamedNodeMap: !1,
|
|
826
|
+
NavigateEvent: !1,
|
|
827
|
+
navigation: !1,
|
|
828
|
+
Navigation: !1,
|
|
829
|
+
NavigationActivation: !1,
|
|
830
|
+
NavigationCurrentEntryChangeEvent: !1,
|
|
831
|
+
NavigationDestination: !1,
|
|
832
|
+
NavigationHistoryEntry: !1,
|
|
833
|
+
NavigationPreloadManager: !1,
|
|
834
|
+
NavigationTransition: !1,
|
|
835
|
+
navigator: !1,
|
|
836
|
+
Navigator: !1,
|
|
837
|
+
NavigatorLogin: !1,
|
|
838
|
+
NavigatorManagedData: !1,
|
|
839
|
+
NavigatorUAData: !1,
|
|
840
|
+
NetworkInformation: !1,
|
|
841
|
+
Node: !1,
|
|
842
|
+
NodeFilter: !1,
|
|
843
|
+
NodeIterator: !1,
|
|
844
|
+
NodeList: !1,
|
|
845
|
+
Notification: !1,
|
|
846
|
+
NotifyPaintEvent: !1,
|
|
847
|
+
OfflineAudioCompletionEvent: !1,
|
|
848
|
+
OfflineAudioContext: !1,
|
|
849
|
+
offscreenBuffering: !1,
|
|
850
|
+
OffscreenCanvas: !1,
|
|
851
|
+
OffscreenCanvasRenderingContext2D: !1,
|
|
852
|
+
onabort: !0,
|
|
853
|
+
onafterprint: !0,
|
|
854
|
+
onanimationcancel: !0,
|
|
855
|
+
onanimationend: !0,
|
|
856
|
+
onanimationiteration: !0,
|
|
857
|
+
onanimationstart: !0,
|
|
858
|
+
onappinstalled: !0,
|
|
859
|
+
onauxclick: !0,
|
|
860
|
+
onbeforeinput: !0,
|
|
861
|
+
onbeforeinstallprompt: !0,
|
|
862
|
+
onbeforematch: !0,
|
|
863
|
+
onbeforeprint: !0,
|
|
864
|
+
onbeforetoggle: !0,
|
|
865
|
+
onbeforeunload: !0,
|
|
866
|
+
onbeforexrselect: !0,
|
|
867
|
+
onblur: !0,
|
|
868
|
+
oncancel: !0,
|
|
869
|
+
oncanplay: !0,
|
|
870
|
+
oncanplaythrough: !0,
|
|
871
|
+
onchange: !0,
|
|
872
|
+
onclick: !0,
|
|
873
|
+
onclose: !0,
|
|
874
|
+
oncontentvisibilityautostatechange: !0,
|
|
875
|
+
oncontextlost: !0,
|
|
876
|
+
oncontextmenu: !0,
|
|
877
|
+
oncontextrestored: !0,
|
|
878
|
+
oncopy: !0,
|
|
879
|
+
oncuechange: !0,
|
|
880
|
+
oncut: !0,
|
|
881
|
+
ondblclick: !0,
|
|
882
|
+
ondevicemotion: !0,
|
|
883
|
+
ondeviceorientation: !0,
|
|
884
|
+
ondeviceorientationabsolute: !0,
|
|
885
|
+
ondrag: !0,
|
|
886
|
+
ondragend: !0,
|
|
887
|
+
ondragenter: !0,
|
|
888
|
+
ondragleave: !0,
|
|
889
|
+
ondragover: !0,
|
|
890
|
+
ondragstart: !0,
|
|
891
|
+
ondrop: !0,
|
|
892
|
+
ondurationchange: !0,
|
|
893
|
+
onemptied: !0,
|
|
894
|
+
onended: !0,
|
|
895
|
+
onerror: !0,
|
|
896
|
+
onfocus: !0,
|
|
897
|
+
onformdata: !0,
|
|
898
|
+
ongamepadconnected: !0,
|
|
899
|
+
ongamepaddisconnected: !0,
|
|
900
|
+
ongotpointercapture: !0,
|
|
901
|
+
onhashchange: !0,
|
|
902
|
+
oninput: !0,
|
|
903
|
+
oninvalid: !0,
|
|
904
|
+
onkeydown: !0,
|
|
905
|
+
onkeypress: !0,
|
|
906
|
+
onkeyup: !0,
|
|
907
|
+
onlanguagechange: !0,
|
|
908
|
+
onload: !0,
|
|
909
|
+
onloadeddata: !0,
|
|
910
|
+
onloadedmetadata: !0,
|
|
911
|
+
onloadstart: !0,
|
|
912
|
+
onlostpointercapture: !0,
|
|
913
|
+
onmessage: !0,
|
|
914
|
+
onmessageerror: !0,
|
|
915
|
+
onmousedown: !0,
|
|
916
|
+
onmouseenter: !0,
|
|
917
|
+
onmouseleave: !0,
|
|
918
|
+
onmousemove: !0,
|
|
919
|
+
onmouseout: !0,
|
|
920
|
+
onmouseover: !0,
|
|
921
|
+
onmouseup: !0,
|
|
922
|
+
onmousewheel: !0,
|
|
923
|
+
onoffline: !0,
|
|
924
|
+
ononline: !0,
|
|
925
|
+
onpagehide: !0,
|
|
926
|
+
onpagereveal: !0,
|
|
927
|
+
onpageshow: !0,
|
|
928
|
+
onpageswap: !0,
|
|
929
|
+
onpaste: !0,
|
|
930
|
+
onpause: !0,
|
|
931
|
+
onplay: !0,
|
|
932
|
+
onplaying: !0,
|
|
933
|
+
onpointercancel: !0,
|
|
934
|
+
onpointerdown: !0,
|
|
935
|
+
onpointerenter: !0,
|
|
936
|
+
onpointerleave: !0,
|
|
937
|
+
onpointermove: !0,
|
|
938
|
+
onpointerout: !0,
|
|
939
|
+
onpointerover: !0,
|
|
940
|
+
onpointerrawupdate: !0,
|
|
941
|
+
onpointerup: !0,
|
|
942
|
+
onpopstate: !0,
|
|
943
|
+
onprogress: !0,
|
|
944
|
+
onratechange: !0,
|
|
945
|
+
onrejectionhandled: !0,
|
|
946
|
+
onreset: !0,
|
|
947
|
+
onresize: !0,
|
|
948
|
+
onscroll: !0,
|
|
949
|
+
onscrollend: !0,
|
|
950
|
+
onsearch: !0,
|
|
951
|
+
onsecuritypolicyviolation: !0,
|
|
952
|
+
onseeked: !0,
|
|
953
|
+
onseeking: !0,
|
|
954
|
+
onselect: !0,
|
|
955
|
+
onselectionchange: !0,
|
|
956
|
+
onselectstart: !0,
|
|
957
|
+
onslotchange: !0,
|
|
958
|
+
onstalled: !0,
|
|
959
|
+
onstorage: !0,
|
|
960
|
+
onsubmit: !0,
|
|
961
|
+
onsuspend: !0,
|
|
962
|
+
ontimeupdate: !0,
|
|
963
|
+
ontoggle: !0,
|
|
964
|
+
ontransitioncancel: !0,
|
|
965
|
+
ontransitionend: !0,
|
|
966
|
+
ontransitionrun: !0,
|
|
967
|
+
ontransitionstart: !0,
|
|
968
|
+
onunhandledrejection: !0,
|
|
969
|
+
onunload: !0,
|
|
970
|
+
onvolumechange: !0,
|
|
971
|
+
onwaiting: !0,
|
|
972
|
+
onwheel: !0,
|
|
973
|
+
open: !1,
|
|
974
|
+
opener: !1,
|
|
975
|
+
Option: !1,
|
|
976
|
+
OrientationSensor: !1,
|
|
977
|
+
origin: !1,
|
|
978
|
+
originAgentCluster: !1,
|
|
979
|
+
OscillatorNode: !1,
|
|
980
|
+
OTPCredential: !1,
|
|
981
|
+
outerHeight: !1,
|
|
982
|
+
outerWidth: !1,
|
|
983
|
+
OverconstrainedError: !1,
|
|
984
|
+
PageRevealEvent: !1,
|
|
985
|
+
PageSwapEvent: !1,
|
|
986
|
+
PageTransitionEvent: !1,
|
|
987
|
+
pageXOffset: !1,
|
|
988
|
+
pageYOffset: !1,
|
|
989
|
+
PannerNode: !1,
|
|
990
|
+
parent: !1,
|
|
991
|
+
PasswordCredential: !1,
|
|
992
|
+
Path2D: !1,
|
|
993
|
+
PaymentAddress: !1,
|
|
994
|
+
PaymentManager: !1,
|
|
995
|
+
PaymentMethodChangeEvent: !1,
|
|
996
|
+
PaymentRequest: !1,
|
|
997
|
+
PaymentRequestUpdateEvent: !1,
|
|
998
|
+
PaymentResponse: !1,
|
|
999
|
+
performance: !1,
|
|
1000
|
+
Performance: !1,
|
|
1001
|
+
PerformanceElementTiming: !1,
|
|
1002
|
+
PerformanceEntry: !1,
|
|
1003
|
+
PerformanceEventTiming: !1,
|
|
1004
|
+
PerformanceLongAnimationFrameTiming: !1,
|
|
1005
|
+
PerformanceLongTaskTiming: !1,
|
|
1006
|
+
PerformanceMark: !1,
|
|
1007
|
+
PerformanceMeasure: !1,
|
|
1008
|
+
PerformanceNavigation: !1,
|
|
1009
|
+
PerformanceNavigationTiming: !1,
|
|
1010
|
+
PerformanceObserver: !1,
|
|
1011
|
+
PerformanceObserverEntryList: !1,
|
|
1012
|
+
PerformancePaintTiming: !1,
|
|
1013
|
+
PerformanceResourceTiming: !1,
|
|
1014
|
+
PerformanceScriptTiming: !1,
|
|
1015
|
+
PerformanceServerTiming: !1,
|
|
1016
|
+
PerformanceTiming: !1,
|
|
1017
|
+
PeriodicSyncManager: !1,
|
|
1018
|
+
PeriodicWave: !1,
|
|
1019
|
+
Permissions: !1,
|
|
1020
|
+
PermissionStatus: !1,
|
|
1021
|
+
PERSISTENT: !1,
|
|
1022
|
+
personalbar: !1,
|
|
1023
|
+
PictureInPictureEvent: !1,
|
|
1024
|
+
PictureInPictureWindow: !1,
|
|
1025
|
+
Plugin: !1,
|
|
1026
|
+
PluginArray: !1,
|
|
1027
|
+
PointerEvent: !1,
|
|
1028
|
+
PopStateEvent: !1,
|
|
1029
|
+
postMessage: !1,
|
|
1030
|
+
Presentation: !1,
|
|
1031
|
+
PresentationAvailability: !1,
|
|
1032
|
+
PresentationConnection: !1,
|
|
1033
|
+
PresentationConnectionAvailableEvent: !1,
|
|
1034
|
+
PresentationConnectionCloseEvent: !1,
|
|
1035
|
+
PresentationConnectionList: !1,
|
|
1036
|
+
PresentationReceiver: !1,
|
|
1037
|
+
PresentationRequest: !1,
|
|
1038
|
+
print: !1,
|
|
1039
|
+
ProcessingInstruction: !1,
|
|
1040
|
+
Profiler: !1,
|
|
1041
|
+
ProgressEvent: !1,
|
|
1042
|
+
PromiseRejectionEvent: !1,
|
|
1043
|
+
prompt: !1,
|
|
1044
|
+
PublicKeyCredential: !1,
|
|
1045
|
+
PushManager: !1,
|
|
1046
|
+
PushSubscription: !1,
|
|
1047
|
+
PushSubscriptionOptions: !1,
|
|
1048
|
+
queryLocalFonts: !1,
|
|
1049
|
+
queueMicrotask: !1,
|
|
1050
|
+
RadioNodeList: !1,
|
|
1051
|
+
Range: !1,
|
|
1052
|
+
ReadableByteStreamController: !1,
|
|
1053
|
+
ReadableStream: !1,
|
|
1054
|
+
ReadableStreamBYOBReader: !1,
|
|
1055
|
+
ReadableStreamBYOBRequest: !1,
|
|
1056
|
+
ReadableStreamDefaultController: !1,
|
|
1057
|
+
ReadableStreamDefaultReader: !1,
|
|
1058
|
+
registerProcessor: !1,
|
|
1059
|
+
RelativeOrientationSensor: !1,
|
|
1060
|
+
RemotePlayback: !1,
|
|
1061
|
+
removeEventListener: !1,
|
|
1062
|
+
reportError: !1,
|
|
1063
|
+
ReportingObserver: !1,
|
|
1064
|
+
Request: !1,
|
|
1065
|
+
requestAnimationFrame: !1,
|
|
1066
|
+
requestIdleCallback: !1,
|
|
1067
|
+
resizeBy: !1,
|
|
1068
|
+
ResizeObserver: !1,
|
|
1069
|
+
ResizeObserverEntry: !1,
|
|
1070
|
+
ResizeObserverSize: !1,
|
|
1071
|
+
resizeTo: !1,
|
|
1072
|
+
Response: !1,
|
|
1073
|
+
RTCCertificate: !1,
|
|
1074
|
+
RTCDataChannel: !1,
|
|
1075
|
+
RTCDataChannelEvent: !1,
|
|
1076
|
+
RTCDtlsTransport: !1,
|
|
1077
|
+
RTCDTMFSender: !1,
|
|
1078
|
+
RTCDTMFToneChangeEvent: !1,
|
|
1079
|
+
RTCEncodedAudioFrame: !1,
|
|
1080
|
+
RTCEncodedVideoFrame: !1,
|
|
1081
|
+
RTCError: !1,
|
|
1082
|
+
RTCErrorEvent: !1,
|
|
1083
|
+
RTCIceCandidate: !1,
|
|
1084
|
+
RTCIceTransport: !1,
|
|
1085
|
+
RTCPeerConnection: !1,
|
|
1086
|
+
RTCPeerConnectionIceErrorEvent: !1,
|
|
1087
|
+
RTCPeerConnectionIceEvent: !1,
|
|
1088
|
+
RTCRtpReceiver: !1,
|
|
1089
|
+
RTCRtpScriptTransform: !1,
|
|
1090
|
+
RTCRtpSender: !1,
|
|
1091
|
+
RTCRtpTransceiver: !1,
|
|
1092
|
+
RTCSctpTransport: !1,
|
|
1093
|
+
RTCSessionDescription: !1,
|
|
1094
|
+
RTCStatsReport: !1,
|
|
1095
|
+
RTCTrackEvent: !1,
|
|
1096
|
+
sampleRate: !1,
|
|
1097
|
+
scheduler: !1,
|
|
1098
|
+
Scheduler: !1,
|
|
1099
|
+
Scheduling: !1,
|
|
1100
|
+
screen: !1,
|
|
1101
|
+
Screen: !1,
|
|
1102
|
+
ScreenDetailed: !1,
|
|
1103
|
+
ScreenDetails: !1,
|
|
1104
|
+
screenLeft: !1,
|
|
1105
|
+
ScreenOrientation: !1,
|
|
1106
|
+
screenTop: !1,
|
|
1107
|
+
screenX: !1,
|
|
1108
|
+
screenY: !1,
|
|
1109
|
+
ScriptProcessorNode: !1,
|
|
1110
|
+
scroll: !1,
|
|
1111
|
+
scrollbars: !1,
|
|
1112
|
+
scrollBy: !1,
|
|
1113
|
+
ScrollTimeline: !1,
|
|
1114
|
+
scrollTo: !1,
|
|
1115
|
+
scrollX: !1,
|
|
1116
|
+
scrollY: !1,
|
|
1117
|
+
SecurityPolicyViolationEvent: !1,
|
|
1118
|
+
Selection: !1,
|
|
1119
|
+
self: !1,
|
|
1120
|
+
Sensor: !1,
|
|
1121
|
+
SensorErrorEvent: !1,
|
|
1122
|
+
Serial: !1,
|
|
1123
|
+
SerialPort: !1,
|
|
1124
|
+
ServiceWorker: !1,
|
|
1125
|
+
ServiceWorkerContainer: !1,
|
|
1126
|
+
ServiceWorkerRegistration: !1,
|
|
1127
|
+
sessionStorage: !1,
|
|
1128
|
+
setInterval: !1,
|
|
1129
|
+
setTimeout: !1,
|
|
1130
|
+
ShadowRoot: !1,
|
|
1131
|
+
SharedWorker: !1,
|
|
1132
|
+
showDirectoryPicker: !1,
|
|
1133
|
+
showOpenFilePicker: !1,
|
|
1134
|
+
showSaveFilePicker: !1,
|
|
1135
|
+
SourceBuffer: !1,
|
|
1136
|
+
SourceBufferList: !1,
|
|
1137
|
+
speechSynthesis: !1,
|
|
1138
|
+
SpeechSynthesis: !1,
|
|
1139
|
+
SpeechSynthesisErrorEvent: !1,
|
|
1140
|
+
SpeechSynthesisEvent: !1,
|
|
1141
|
+
SpeechSynthesisUtterance: !1,
|
|
1142
|
+
SpeechSynthesisVoice: !1,
|
|
1143
|
+
StaticRange: !1,
|
|
1144
|
+
status: !1,
|
|
1145
|
+
statusbar: !1,
|
|
1146
|
+
StereoPannerNode: !1,
|
|
1147
|
+
stop: !1,
|
|
1148
|
+
Storage: !1,
|
|
1149
|
+
StorageBucket: !1,
|
|
1150
|
+
StorageBucketManager: !1,
|
|
1151
|
+
StorageEvent: !1,
|
|
1152
|
+
StorageManager: !1,
|
|
1153
|
+
structuredClone: !1,
|
|
1154
|
+
styleMedia: !1,
|
|
1155
|
+
StylePropertyMap: !1,
|
|
1156
|
+
StylePropertyMapReadOnly: !1,
|
|
1157
|
+
StyleSheet: !1,
|
|
1158
|
+
StyleSheetList: !1,
|
|
1159
|
+
SubmitEvent: !1,
|
|
1160
|
+
SubtleCrypto: !1,
|
|
1161
|
+
SVGAElement: !1,
|
|
1162
|
+
SVGAngle: !1,
|
|
1163
|
+
SVGAnimatedAngle: !1,
|
|
1164
|
+
SVGAnimatedBoolean: !1,
|
|
1165
|
+
SVGAnimatedEnumeration: !1,
|
|
1166
|
+
SVGAnimatedInteger: !1,
|
|
1167
|
+
SVGAnimatedLength: !1,
|
|
1168
|
+
SVGAnimatedLengthList: !1,
|
|
1169
|
+
SVGAnimatedNumber: !1,
|
|
1170
|
+
SVGAnimatedNumberList: !1,
|
|
1171
|
+
SVGAnimatedPreserveAspectRatio: !1,
|
|
1172
|
+
SVGAnimatedRect: !1,
|
|
1173
|
+
SVGAnimatedString: !1,
|
|
1174
|
+
SVGAnimatedTransformList: !1,
|
|
1175
|
+
SVGAnimateElement: !1,
|
|
1176
|
+
SVGAnimateMotionElement: !1,
|
|
1177
|
+
SVGAnimateTransformElement: !1,
|
|
1178
|
+
SVGAnimationElement: !1,
|
|
1179
|
+
SVGCircleElement: !1,
|
|
1180
|
+
SVGClipPathElement: !1,
|
|
1181
|
+
SVGComponentTransferFunctionElement: !1,
|
|
1182
|
+
SVGDefsElement: !1,
|
|
1183
|
+
SVGDescElement: !1,
|
|
1184
|
+
SVGElement: !1,
|
|
1185
|
+
SVGEllipseElement: !1,
|
|
1186
|
+
SVGFEBlendElement: !1,
|
|
1187
|
+
SVGFEColorMatrixElement: !1,
|
|
1188
|
+
SVGFEComponentTransferElement: !1,
|
|
1189
|
+
SVGFECompositeElement: !1,
|
|
1190
|
+
SVGFEConvolveMatrixElement: !1,
|
|
1191
|
+
SVGFEDiffuseLightingElement: !1,
|
|
1192
|
+
SVGFEDisplacementMapElement: !1,
|
|
1193
|
+
SVGFEDistantLightElement: !1,
|
|
1194
|
+
SVGFEDropShadowElement: !1,
|
|
1195
|
+
SVGFEFloodElement: !1,
|
|
1196
|
+
SVGFEFuncAElement: !1,
|
|
1197
|
+
SVGFEFuncBElement: !1,
|
|
1198
|
+
SVGFEFuncGElement: !1,
|
|
1199
|
+
SVGFEFuncRElement: !1,
|
|
1200
|
+
SVGFEGaussianBlurElement: !1,
|
|
1201
|
+
SVGFEImageElement: !1,
|
|
1202
|
+
SVGFEMergeElement: !1,
|
|
1203
|
+
SVGFEMergeNodeElement: !1,
|
|
1204
|
+
SVGFEMorphologyElement: !1,
|
|
1205
|
+
SVGFEOffsetElement: !1,
|
|
1206
|
+
SVGFEPointLightElement: !1,
|
|
1207
|
+
SVGFESpecularLightingElement: !1,
|
|
1208
|
+
SVGFESpotLightElement: !1,
|
|
1209
|
+
SVGFETileElement: !1,
|
|
1210
|
+
SVGFETurbulenceElement: !1,
|
|
1211
|
+
SVGFilterElement: !1,
|
|
1212
|
+
SVGForeignObjectElement: !1,
|
|
1213
|
+
SVGGElement: !1,
|
|
1214
|
+
SVGGeometryElement: !1,
|
|
1215
|
+
SVGGradientElement: !1,
|
|
1216
|
+
SVGGraphicsElement: !1,
|
|
1217
|
+
SVGImageElement: !1,
|
|
1218
|
+
SVGLength: !1,
|
|
1219
|
+
SVGLengthList: !1,
|
|
1220
|
+
SVGLinearGradientElement: !1,
|
|
1221
|
+
SVGLineElement: !1,
|
|
1222
|
+
SVGMarkerElement: !1,
|
|
1223
|
+
SVGMaskElement: !1,
|
|
1224
|
+
SVGMatrix: !1,
|
|
1225
|
+
SVGMetadataElement: !1,
|
|
1226
|
+
SVGMPathElement: !1,
|
|
1227
|
+
SVGNumber: !1,
|
|
1228
|
+
SVGNumberList: !1,
|
|
1229
|
+
SVGPathElement: !1,
|
|
1230
|
+
SVGPatternElement: !1,
|
|
1231
|
+
SVGPoint: !1,
|
|
1232
|
+
SVGPointList: !1,
|
|
1233
|
+
SVGPolygonElement: !1,
|
|
1234
|
+
SVGPolylineElement: !1,
|
|
1235
|
+
SVGPreserveAspectRatio: !1,
|
|
1236
|
+
SVGRadialGradientElement: !1,
|
|
1237
|
+
SVGRect: !1,
|
|
1238
|
+
SVGRectElement: !1,
|
|
1239
|
+
SVGScriptElement: !1,
|
|
1240
|
+
SVGSetElement: !1,
|
|
1241
|
+
SVGStopElement: !1,
|
|
1242
|
+
SVGStringList: !1,
|
|
1243
|
+
SVGStyleElement: !1,
|
|
1244
|
+
SVGSVGElement: !1,
|
|
1245
|
+
SVGSwitchElement: !1,
|
|
1246
|
+
SVGSymbolElement: !1,
|
|
1247
|
+
SVGTextContentElement: !1,
|
|
1248
|
+
SVGTextElement: !1,
|
|
1249
|
+
SVGTextPathElement: !1,
|
|
1250
|
+
SVGTextPositioningElement: !1,
|
|
1251
|
+
SVGTitleElement: !1,
|
|
1252
|
+
SVGTransform: !1,
|
|
1253
|
+
SVGTransformList: !1,
|
|
1254
|
+
SVGTSpanElement: !1,
|
|
1255
|
+
SVGUnitTypes: !1,
|
|
1256
|
+
SVGUseElement: !1,
|
|
1257
|
+
SVGViewElement: !1,
|
|
1258
|
+
SyncManager: !1,
|
|
1259
|
+
TaskAttributionTiming: !1,
|
|
1260
|
+
TaskController: !1,
|
|
1261
|
+
TaskPriorityChangeEvent: !1,
|
|
1262
|
+
TaskSignal: !1,
|
|
1263
|
+
TEMPORARY: !1,
|
|
1264
|
+
Text: !1,
|
|
1265
|
+
TextDecoder: !1,
|
|
1266
|
+
TextDecoderStream: !1,
|
|
1267
|
+
TextEncoder: !1,
|
|
1268
|
+
TextEncoderStream: !1,
|
|
1269
|
+
TextEvent: !1,
|
|
1270
|
+
TextFormat: !1,
|
|
1271
|
+
TextFormatUpdateEvent: !1,
|
|
1272
|
+
TextMetrics: !1,
|
|
1273
|
+
TextTrack: !1,
|
|
1274
|
+
TextTrackCue: !1,
|
|
1275
|
+
TextTrackCueList: !1,
|
|
1276
|
+
TextTrackList: !1,
|
|
1277
|
+
TextUpdateEvent: !1,
|
|
1278
|
+
TimeEvent: !1,
|
|
1279
|
+
TimeRanges: !1,
|
|
1280
|
+
ToggleEvent: !1,
|
|
1281
|
+
toolbar: !1,
|
|
1282
|
+
top: !1,
|
|
1283
|
+
Touch: !1,
|
|
1284
|
+
TouchEvent: !1,
|
|
1285
|
+
TouchList: !1,
|
|
1286
|
+
TrackEvent: !1,
|
|
1287
|
+
TransformStream: !1,
|
|
1288
|
+
TransformStreamDefaultController: !1,
|
|
1289
|
+
TransitionEvent: !1,
|
|
1290
|
+
TreeWalker: !1,
|
|
1291
|
+
TrustedHTML: !1,
|
|
1292
|
+
TrustedScript: !1,
|
|
1293
|
+
TrustedScriptURL: !1,
|
|
1294
|
+
TrustedTypePolicy: !1,
|
|
1295
|
+
TrustedTypePolicyFactory: !1,
|
|
1296
|
+
trustedTypes: !1,
|
|
1297
|
+
UIEvent: !1,
|
|
1298
|
+
URL: !1,
|
|
1299
|
+
URLPattern: !1,
|
|
1300
|
+
URLSearchParams: !1,
|
|
1301
|
+
USB: !1,
|
|
1302
|
+
USBAlternateInterface: !1,
|
|
1303
|
+
USBConfiguration: !1,
|
|
1304
|
+
USBConnectionEvent: !1,
|
|
1305
|
+
USBDevice: !1,
|
|
1306
|
+
USBEndpoint: !1,
|
|
1307
|
+
USBInterface: !1,
|
|
1308
|
+
USBInTransferResult: !1,
|
|
1309
|
+
USBIsochronousInTransferPacket: !1,
|
|
1310
|
+
USBIsochronousInTransferResult: !1,
|
|
1311
|
+
USBIsochronousOutTransferPacket: !1,
|
|
1312
|
+
USBIsochronousOutTransferResult: !1,
|
|
1313
|
+
USBOutTransferResult: !1,
|
|
1314
|
+
UserActivation: !1,
|
|
1315
|
+
ValidityState: !1,
|
|
1316
|
+
VideoColorSpace: !1,
|
|
1317
|
+
VideoDecoder: !1,
|
|
1318
|
+
VideoEncoder: !1,
|
|
1319
|
+
VideoFrame: !1,
|
|
1320
|
+
VideoPlaybackQuality: !1,
|
|
1321
|
+
ViewTimeline: !1,
|
|
1322
|
+
ViewTransition: !1,
|
|
1323
|
+
VirtualKeyboard: !1,
|
|
1324
|
+
VirtualKeyboardGeometryChangeEvent: !1,
|
|
1325
|
+
VisibilityStateEntry: !1,
|
|
1326
|
+
visualViewport: !1,
|
|
1327
|
+
VisualViewport: !1,
|
|
1328
|
+
VTTCue: !1,
|
|
1329
|
+
VTTRegion: !1,
|
|
1330
|
+
WakeLock: !1,
|
|
1331
|
+
WakeLockSentinel: !1,
|
|
1332
|
+
WaveShaperNode: !1,
|
|
1333
|
+
WebAssembly: !1,
|
|
1334
|
+
WebGL2RenderingContext: !1,
|
|
1335
|
+
WebGLActiveInfo: !1,
|
|
1336
|
+
WebGLBuffer: !1,
|
|
1337
|
+
WebGLContextEvent: !1,
|
|
1338
|
+
WebGLFramebuffer: !1,
|
|
1339
|
+
WebGLProgram: !1,
|
|
1340
|
+
WebGLQuery: !1,
|
|
1341
|
+
WebGLRenderbuffer: !1,
|
|
1342
|
+
WebGLRenderingContext: !1,
|
|
1343
|
+
WebGLSampler: !1,
|
|
1344
|
+
WebGLShader: !1,
|
|
1345
|
+
WebGLShaderPrecisionFormat: !1,
|
|
1346
|
+
WebGLSync: !1,
|
|
1347
|
+
WebGLTexture: !1,
|
|
1348
|
+
WebGLTransformFeedback: !1,
|
|
1349
|
+
WebGLUniformLocation: !1,
|
|
1350
|
+
WebGLVertexArrayObject: !1,
|
|
1351
|
+
WebSocket: !1,
|
|
1352
|
+
WebSocketError: !1,
|
|
1353
|
+
WebSocketStream: !1,
|
|
1354
|
+
WebTransport: !1,
|
|
1355
|
+
WebTransportBidirectionalStream: !1,
|
|
1356
|
+
WebTransportDatagramDuplexStream: !1,
|
|
1357
|
+
WebTransportError: !1,
|
|
1358
|
+
WebTransportReceiveStream: !1,
|
|
1359
|
+
WebTransportSendStream: !1,
|
|
1360
|
+
WGSLLanguageFeatures: !1,
|
|
1361
|
+
WheelEvent: !1,
|
|
1362
|
+
window: !1,
|
|
1363
|
+
Window: !1,
|
|
1364
|
+
WindowControlsOverlay: !1,
|
|
1365
|
+
WindowControlsOverlayGeometryChangeEvent: !1,
|
|
1366
|
+
Worker: !1,
|
|
1367
|
+
Worklet: !1,
|
|
1368
|
+
WorkletGlobalScope: !1,
|
|
1369
|
+
WritableStream: !1,
|
|
1370
|
+
WritableStreamDefaultController: !1,
|
|
1371
|
+
WritableStreamDefaultWriter: !1,
|
|
1372
|
+
XMLDocument: !1,
|
|
1373
|
+
XMLHttpRequest: !1,
|
|
1374
|
+
XMLHttpRequestEventTarget: !1,
|
|
1375
|
+
XMLHttpRequestUpload: !1,
|
|
1376
|
+
XMLSerializer: !1,
|
|
1377
|
+
XPathEvaluator: !1,
|
|
1378
|
+
XPathExpression: !1,
|
|
1379
|
+
XPathResult: !1,
|
|
1380
|
+
XRAnchor: !1,
|
|
1381
|
+
XRAnchorSet: !1,
|
|
1382
|
+
XRBoundedReferenceSpace: !1,
|
|
1383
|
+
XRCamera: !1,
|
|
1384
|
+
XRCPUDepthInformation: !1,
|
|
1385
|
+
XRDepthInformation: !1,
|
|
1386
|
+
XRDOMOverlayState: !1,
|
|
1387
|
+
XRFrame: !1,
|
|
1388
|
+
XRHitTestResult: !1,
|
|
1389
|
+
XRHitTestSource: !1,
|
|
1390
|
+
XRInputSource: !1,
|
|
1391
|
+
XRInputSourceArray: !1,
|
|
1392
|
+
XRInputSourceEvent: !1,
|
|
1393
|
+
XRInputSourcesChangeEvent: !1,
|
|
1394
|
+
XRLayer: !1,
|
|
1395
|
+
XRLightEstimate: !1,
|
|
1396
|
+
XRLightProbe: !1,
|
|
1397
|
+
XRPose: !1,
|
|
1398
|
+
XRRay: !1,
|
|
1399
|
+
XRReferenceSpace: !1,
|
|
1400
|
+
XRReferenceSpaceEvent: !1,
|
|
1401
|
+
XRRenderState: !1,
|
|
1402
|
+
XRRigidTransform: !1,
|
|
1403
|
+
XRSession: !1,
|
|
1404
|
+
XRSessionEvent: !1,
|
|
1405
|
+
XRSpace: !1,
|
|
1406
|
+
XRSystem: !1,
|
|
1407
|
+
XRTransientInputHitTestResult: !1,
|
|
1408
|
+
XRTransientInputHitTestSource: !1,
|
|
1409
|
+
XRView: !1,
|
|
1410
|
+
XRViewerPose: !1,
|
|
1411
|
+
XRViewport: !1,
|
|
1412
|
+
XRWebGLBinding: !1,
|
|
1413
|
+
XRWebGLDepthInformation: !1,
|
|
1414
|
+
XRWebGLLayer: !1,
|
|
1415
|
+
XSLTProcessor: !1
|
|
1416
|
+
}, p = {
|
|
1417
|
+
AbortController: !1,
|
|
1418
|
+
AbortSignal: !1,
|
|
1419
|
+
addEventListener: !1,
|
|
1420
|
+
atob: !1,
|
|
1421
|
+
AudioData: !1,
|
|
1422
|
+
AudioDecoder: !1,
|
|
1423
|
+
AudioEncoder: !1,
|
|
1424
|
+
BackgroundFetchManager: !1,
|
|
1425
|
+
BackgroundFetchRecord: !1,
|
|
1426
|
+
BackgroundFetchRegistration: !1,
|
|
1427
|
+
Blob: !1,
|
|
1428
|
+
BroadcastChannel: !1,
|
|
1429
|
+
btoa: !1,
|
|
1430
|
+
ByteLengthQueuingStrategy: !1,
|
|
1431
|
+
Cache: !1,
|
|
1432
|
+
caches: !1,
|
|
1433
|
+
CacheStorage: !1,
|
|
1434
|
+
cancelAnimationFrame: !1,
|
|
1435
|
+
CanvasGradient: !1,
|
|
1436
|
+
CanvasPattern: !1,
|
|
1437
|
+
clearInterval: !1,
|
|
1438
|
+
clearTimeout: !1,
|
|
1439
|
+
close: !1,
|
|
1440
|
+
CloseEvent: !1,
|
|
1441
|
+
CompressionStream: !1,
|
|
1442
|
+
console: !1,
|
|
1443
|
+
CountQueuingStrategy: !1,
|
|
1444
|
+
createImageBitmap: !1,
|
|
1445
|
+
CropTarget: !1,
|
|
1446
|
+
crossOriginIsolated: !1,
|
|
1447
|
+
crypto: !1,
|
|
1448
|
+
Crypto: !1,
|
|
1449
|
+
CryptoKey: !1,
|
|
1450
|
+
CSSSkewX: !1,
|
|
1451
|
+
CSSSkewY: !1,
|
|
1452
|
+
CustomEvent: !1,
|
|
1453
|
+
DecompressionStream: !1,
|
|
1454
|
+
DedicatedWorkerGlobalScope: !1,
|
|
1455
|
+
dispatchEvent: !1,
|
|
1456
|
+
DOMException: !1,
|
|
1457
|
+
DOMMatrix: !1,
|
|
1458
|
+
DOMMatrixReadOnly: !1,
|
|
1459
|
+
DOMPoint: !1,
|
|
1460
|
+
DOMPointReadOnly: !1,
|
|
1461
|
+
DOMQuad: !1,
|
|
1462
|
+
DOMRect: !1,
|
|
1463
|
+
DOMRectReadOnly: !1,
|
|
1464
|
+
DOMStringList: !1,
|
|
1465
|
+
EncodedAudioChunk: !1,
|
|
1466
|
+
EncodedVideoChunk: !1,
|
|
1467
|
+
ErrorEvent: !1,
|
|
1468
|
+
Event: !1,
|
|
1469
|
+
EventSource: !1,
|
|
1470
|
+
EventTarget: !1,
|
|
1471
|
+
fetch: !1,
|
|
1472
|
+
File: !1,
|
|
1473
|
+
FileList: !1,
|
|
1474
|
+
FileReader: !1,
|
|
1475
|
+
FileReaderSync: !1,
|
|
1476
|
+
FileSystemDirectoryHandle: !1,
|
|
1477
|
+
FileSystemFileHandle: !1,
|
|
1478
|
+
FileSystemHandle: !1,
|
|
1479
|
+
FileSystemSyncAccessHandle: !1,
|
|
1480
|
+
FileSystemWritableFileStream: !1,
|
|
1481
|
+
FontFace: !1,
|
|
1482
|
+
fonts: !1,
|
|
1483
|
+
FormData: !1,
|
|
1484
|
+
GPU: !1,
|
|
1485
|
+
GPUAdapter: !1,
|
|
1486
|
+
GPUAdapterInfo: !1,
|
|
1487
|
+
GPUBindGroup: !1,
|
|
1488
|
+
GPUBindGroupLayout: !1,
|
|
1489
|
+
GPUBuffer: !1,
|
|
1490
|
+
GPUBufferUsage: !1,
|
|
1491
|
+
GPUCanvasContext: !1,
|
|
1492
|
+
GPUColorWrite: !1,
|
|
1493
|
+
GPUCommandBuffer: !1,
|
|
1494
|
+
GPUCommandEncoder: !1,
|
|
1495
|
+
GPUCompilationInfo: !1,
|
|
1496
|
+
GPUCompilationMessage: !1,
|
|
1497
|
+
GPUComputePassEncoder: !1,
|
|
1498
|
+
GPUComputePipeline: !1,
|
|
1499
|
+
GPUDevice: !1,
|
|
1500
|
+
GPUDeviceLostInfo: !1,
|
|
1501
|
+
GPUError: !1,
|
|
1502
|
+
GPUExternalTexture: !1,
|
|
1503
|
+
GPUInternalError: !1,
|
|
1504
|
+
GPUMapMode: !1,
|
|
1505
|
+
GPUOutOfMemoryError: !1,
|
|
1506
|
+
GPUPipelineError: !1,
|
|
1507
|
+
GPUPipelineLayout: !1,
|
|
1508
|
+
GPUQuerySet: !1,
|
|
1509
|
+
GPUQueue: !1,
|
|
1510
|
+
GPURenderBundle: !1,
|
|
1511
|
+
GPURenderBundleEncoder: !1,
|
|
1512
|
+
GPURenderPassEncoder: !1,
|
|
1513
|
+
GPURenderPipeline: !1,
|
|
1514
|
+
GPUSampler: !1,
|
|
1515
|
+
GPUShaderModule: !1,
|
|
1516
|
+
GPUShaderStage: !1,
|
|
1517
|
+
GPUSupportedFeatures: !1,
|
|
1518
|
+
GPUSupportedLimits: !1,
|
|
1519
|
+
GPUTexture: !1,
|
|
1520
|
+
GPUTextureUsage: !1,
|
|
1521
|
+
GPUTextureView: !1,
|
|
1522
|
+
GPUUncapturedErrorEvent: !1,
|
|
1523
|
+
GPUValidationError: !1,
|
|
1524
|
+
Headers: !1,
|
|
1525
|
+
IDBCursor: !1,
|
|
1526
|
+
IDBCursorWithValue: !1,
|
|
1527
|
+
IDBDatabase: !1,
|
|
1528
|
+
IDBFactory: !1,
|
|
1529
|
+
IDBIndex: !1,
|
|
1530
|
+
IDBKeyRange: !1,
|
|
1531
|
+
IDBObjectStore: !1,
|
|
1532
|
+
IDBOpenDBRequest: !1,
|
|
1533
|
+
IDBRequest: !1,
|
|
1534
|
+
IDBTransaction: !1,
|
|
1535
|
+
IDBVersionChangeEvent: !1,
|
|
1536
|
+
IdleDetector: !1,
|
|
1537
|
+
ImageBitmap: !1,
|
|
1538
|
+
ImageBitmapRenderingContext: !1,
|
|
1539
|
+
ImageData: !1,
|
|
1540
|
+
ImageDecoder: !1,
|
|
1541
|
+
ImageTrack: !1,
|
|
1542
|
+
ImageTrackList: !1,
|
|
1543
|
+
importScripts: !1,
|
|
1544
|
+
indexedDB: !1,
|
|
1545
|
+
isSecureContext: !1,
|
|
1546
|
+
Iterator: !1,
|
|
1547
|
+
location: !1,
|
|
1548
|
+
Lock: !1,
|
|
1549
|
+
LockManager: !1,
|
|
1550
|
+
MediaCapabilities: !1,
|
|
1551
|
+
MediaSource: !1,
|
|
1552
|
+
MediaSourceHandle: !1,
|
|
1553
|
+
MessageChannel: !1,
|
|
1554
|
+
MessageEvent: !1,
|
|
1555
|
+
MessagePort: !1,
|
|
1556
|
+
name: !1,
|
|
1557
|
+
NavigationPreloadManager: !1,
|
|
1558
|
+
navigator: !1,
|
|
1559
|
+
NavigatorUAData: !1,
|
|
1560
|
+
NetworkInformation: !1,
|
|
1561
|
+
Notification: !1,
|
|
1562
|
+
OffscreenCanvas: !1,
|
|
1563
|
+
OffscreenCanvasRenderingContext2D: !1,
|
|
1564
|
+
onerror: !0,
|
|
1565
|
+
onlanguagechange: !0,
|
|
1566
|
+
onmessage: !0,
|
|
1567
|
+
onmessageerror: !0,
|
|
1568
|
+
onrejectionhandled: !0,
|
|
1569
|
+
onunhandledrejection: !0,
|
|
1570
|
+
origin: !1,
|
|
1571
|
+
Path2D: !1,
|
|
1572
|
+
performance: !1,
|
|
1573
|
+
Performance: !1,
|
|
1574
|
+
PerformanceEntry: !1,
|
|
1575
|
+
PerformanceMark: !1,
|
|
1576
|
+
PerformanceMeasure: !1,
|
|
1577
|
+
PerformanceObserver: !1,
|
|
1578
|
+
PerformanceObserverEntryList: !1,
|
|
1579
|
+
PerformanceResourceTiming: !1,
|
|
1580
|
+
PerformanceServerTiming: !1,
|
|
1581
|
+
PeriodicSyncManager: !1,
|
|
1582
|
+
Permissions: !1,
|
|
1583
|
+
PermissionStatus: !1,
|
|
1584
|
+
PERSISTENT: !1,
|
|
1585
|
+
postMessage: !1,
|
|
1586
|
+
ProgressEvent: !1,
|
|
1587
|
+
PromiseRejectionEvent: !1,
|
|
1588
|
+
PushManager: !1,
|
|
1589
|
+
PushSubscription: !1,
|
|
1590
|
+
PushSubscriptionOptions: !1,
|
|
1591
|
+
queueMicrotask: !1,
|
|
1592
|
+
ReadableByteStreamController: !1,
|
|
1593
|
+
ReadableStream: !1,
|
|
1594
|
+
ReadableStreamBYOBReader: !1,
|
|
1595
|
+
ReadableStreamBYOBRequest: !1,
|
|
1596
|
+
ReadableStreamDefaultController: !1,
|
|
1597
|
+
ReadableStreamDefaultReader: !1,
|
|
1598
|
+
removeEventListener: !1,
|
|
1599
|
+
reportError: !1,
|
|
1600
|
+
ReportingObserver: !1,
|
|
1601
|
+
Request: !1,
|
|
1602
|
+
requestAnimationFrame: !1,
|
|
1603
|
+
Response: !1,
|
|
1604
|
+
RTCEncodedAudioFrame: !1,
|
|
1605
|
+
RTCEncodedVideoFrame: !1,
|
|
1606
|
+
scheduler: !1,
|
|
1607
|
+
Scheduler: !1,
|
|
1608
|
+
SecurityPolicyViolationEvent: !1,
|
|
1609
|
+
self: !1,
|
|
1610
|
+
Serial: !1,
|
|
1611
|
+
SerialPort: !1,
|
|
1612
|
+
ServiceWorkerRegistration: !1,
|
|
1613
|
+
setInterval: !1,
|
|
1614
|
+
setTimeout: !1,
|
|
1615
|
+
SourceBuffer: !1,
|
|
1616
|
+
SourceBufferList: !1,
|
|
1617
|
+
StorageBucket: !1,
|
|
1618
|
+
StorageBucketManager: !1,
|
|
1619
|
+
StorageManager: !1,
|
|
1620
|
+
structuredClone: !1,
|
|
1621
|
+
SubtleCrypto: !1,
|
|
1622
|
+
SyncManager: !1,
|
|
1623
|
+
TaskController: !1,
|
|
1624
|
+
TaskPriorityChangeEvent: !1,
|
|
1625
|
+
TaskSignal: !1,
|
|
1626
|
+
TEMPORARY: !1,
|
|
1627
|
+
TextDecoder: !1,
|
|
1628
|
+
TextDecoderStream: !1,
|
|
1629
|
+
TextEncoder: !1,
|
|
1630
|
+
TextEncoderStream: !1,
|
|
1631
|
+
TextMetrics: !1,
|
|
1632
|
+
TransformStream: !1,
|
|
1633
|
+
TransformStreamDefaultController: !1,
|
|
1634
|
+
TrustedHTML: !1,
|
|
1635
|
+
TrustedScript: !1,
|
|
1636
|
+
TrustedScriptURL: !1,
|
|
1637
|
+
TrustedTypePolicy: !1,
|
|
1638
|
+
TrustedTypePolicyFactory: !1,
|
|
1639
|
+
trustedTypes: !1,
|
|
1640
|
+
URL: !1,
|
|
1641
|
+
URLPattern: !1,
|
|
1642
|
+
URLSearchParams: !1,
|
|
1643
|
+
USB: !1,
|
|
1644
|
+
USBAlternateInterface: !1,
|
|
1645
|
+
USBConfiguration: !1,
|
|
1646
|
+
USBConnectionEvent: !1,
|
|
1647
|
+
USBDevice: !1,
|
|
1648
|
+
USBEndpoint: !1,
|
|
1649
|
+
USBInterface: !1,
|
|
1650
|
+
USBInTransferResult: !1,
|
|
1651
|
+
USBIsochronousInTransferPacket: !1,
|
|
1652
|
+
USBIsochronousInTransferResult: !1,
|
|
1653
|
+
USBIsochronousOutTransferPacket: !1,
|
|
1654
|
+
USBIsochronousOutTransferResult: !1,
|
|
1655
|
+
USBOutTransferResult: !1,
|
|
1656
|
+
UserActivation: !1,
|
|
1657
|
+
VideoColorSpace: !1,
|
|
1658
|
+
VideoDecoder: !1,
|
|
1659
|
+
VideoEncoder: !1,
|
|
1660
|
+
VideoFrame: !1,
|
|
1661
|
+
WebAssembly: !1,
|
|
1662
|
+
WebGL2RenderingContext: !1,
|
|
1663
|
+
WebGLActiveInfo: !1,
|
|
1664
|
+
WebGLBuffer: !1,
|
|
1665
|
+
WebGLContextEvent: !1,
|
|
1666
|
+
WebGLFramebuffer: !1,
|
|
1667
|
+
WebGLProgram: !1,
|
|
1668
|
+
WebGLQuery: !1,
|
|
1669
|
+
WebGLRenderbuffer: !1,
|
|
1670
|
+
WebGLRenderingContext: !1,
|
|
1671
|
+
WebGLSampler: !1,
|
|
1672
|
+
WebGLShader: !1,
|
|
1673
|
+
WebGLShaderPrecisionFormat: !1,
|
|
1674
|
+
WebGLSync: !1,
|
|
1675
|
+
WebGLTexture: !1,
|
|
1676
|
+
WebGLTransformFeedback: !1,
|
|
1677
|
+
WebGLUniformLocation: !1,
|
|
1678
|
+
WebGLVertexArrayObject: !1,
|
|
1679
|
+
webkitRequestFileSystem: !1,
|
|
1680
|
+
webkitRequestFileSystemSync: !1,
|
|
1681
|
+
webkitResolveLocalFileSystemSyncURL: !1,
|
|
1682
|
+
webkitResolveLocalFileSystemURL: !1,
|
|
1683
|
+
WebSocket: !1,
|
|
1684
|
+
WebSocketError: !1,
|
|
1685
|
+
WebSocketStream: !1,
|
|
1686
|
+
WebTransport: !1,
|
|
1687
|
+
WebTransportBidirectionalStream: !1,
|
|
1688
|
+
WebTransportDatagramDuplexStream: !1,
|
|
1689
|
+
WebTransportError: !1,
|
|
1690
|
+
WGSLLanguageFeatures: !1,
|
|
1691
|
+
Worker: !1,
|
|
1692
|
+
WorkerGlobalScope: !1,
|
|
1693
|
+
WorkerLocation: !1,
|
|
1694
|
+
WorkerNavigator: !1,
|
|
1695
|
+
WritableStream: !1,
|
|
1696
|
+
WritableStreamDefaultController: !1,
|
|
1697
|
+
WritableStreamDefaultWriter: !1,
|
|
1698
|
+
XMLHttpRequest: !1,
|
|
1699
|
+
XMLHttpRequestEventTarget: !1,
|
|
1700
|
+
XMLHttpRequestUpload: !1
|
|
1701
|
+
}, g = {
|
|
1702
|
+
__dirname: !1,
|
|
1703
|
+
__filename: !1,
|
|
1704
|
+
AbortController: !1,
|
|
1705
|
+
AbortSignal: !1,
|
|
1706
|
+
atob: !1,
|
|
1707
|
+
Blob: !1,
|
|
1708
|
+
BroadcastChannel: !1,
|
|
1709
|
+
btoa: !1,
|
|
1710
|
+
Buffer: !1,
|
|
1711
|
+
ByteLengthQueuingStrategy: !1,
|
|
1712
|
+
clearImmediate: !1,
|
|
1713
|
+
clearInterval: !1,
|
|
1714
|
+
clearTimeout: !1,
|
|
1715
|
+
CompressionStream: !1,
|
|
1716
|
+
console: !1,
|
|
1717
|
+
CountQueuingStrategy: !1,
|
|
1718
|
+
crypto: !1,
|
|
1719
|
+
Crypto: !1,
|
|
1720
|
+
CryptoKey: !1,
|
|
1721
|
+
CustomEvent: !1,
|
|
1722
|
+
DecompressionStream: !1,
|
|
1723
|
+
DOMException: !1,
|
|
1724
|
+
Event: !1,
|
|
1725
|
+
EventTarget: !1,
|
|
1726
|
+
exports: !0,
|
|
1727
|
+
fetch: !1,
|
|
1728
|
+
File: !1,
|
|
1729
|
+
FormData: !1,
|
|
1730
|
+
global: !1,
|
|
1731
|
+
Headers: !1,
|
|
1732
|
+
Iterator: !1,
|
|
1733
|
+
MessageChannel: !1,
|
|
1734
|
+
MessageEvent: !1,
|
|
1735
|
+
MessagePort: !1,
|
|
1736
|
+
module: !1,
|
|
1737
|
+
navigator: !1,
|
|
1738
|
+
Navigator: !1,
|
|
1739
|
+
performance: !1,
|
|
1740
|
+
Performance: !1,
|
|
1741
|
+
PerformanceEntry: !1,
|
|
1742
|
+
PerformanceMark: !1,
|
|
1743
|
+
PerformanceMeasure: !1,
|
|
1744
|
+
PerformanceObserver: !1,
|
|
1745
|
+
PerformanceObserverEntryList: !1,
|
|
1746
|
+
PerformanceResourceTiming: !1,
|
|
1747
|
+
process: !1,
|
|
1748
|
+
queueMicrotask: !1,
|
|
1749
|
+
ReadableByteStreamController: !1,
|
|
1750
|
+
ReadableStream: !1,
|
|
1751
|
+
ReadableStreamBYOBReader: !1,
|
|
1752
|
+
ReadableStreamBYOBRequest: !1,
|
|
1753
|
+
ReadableStreamDefaultController: !1,
|
|
1754
|
+
ReadableStreamDefaultReader: !1,
|
|
1755
|
+
Request: !1,
|
|
1756
|
+
require: !1,
|
|
1757
|
+
Response: !1,
|
|
1758
|
+
setImmediate: !1,
|
|
1759
|
+
setInterval: !1,
|
|
1760
|
+
setTimeout: !1,
|
|
1761
|
+
structuredClone: !1,
|
|
1762
|
+
SubtleCrypto: !1,
|
|
1763
|
+
TextDecoder: !1,
|
|
1764
|
+
TextDecoderStream: !1,
|
|
1765
|
+
TextEncoder: !1,
|
|
1766
|
+
TextEncoderStream: !1,
|
|
1767
|
+
TransformStream: !1,
|
|
1768
|
+
TransformStreamDefaultController: !1,
|
|
1769
|
+
URL: !1,
|
|
1770
|
+
URLSearchParams: !1,
|
|
1771
|
+
WebAssembly: !1,
|
|
1772
|
+
WebSocket: !1,
|
|
1773
|
+
WritableStream: !1,
|
|
1774
|
+
WritableStreamDefaultController: !1,
|
|
1775
|
+
WritableStreamDefaultWriter: !1
|
|
1776
|
+
}, E = {
|
|
1777
|
+
AbortController: !1,
|
|
1778
|
+
AbortSignal: !1,
|
|
1779
|
+
atob: !1,
|
|
1780
|
+
Blob: !1,
|
|
1781
|
+
BroadcastChannel: !1,
|
|
1782
|
+
btoa: !1,
|
|
1783
|
+
Buffer: !1,
|
|
1784
|
+
ByteLengthQueuingStrategy: !1,
|
|
1785
|
+
clearImmediate: !1,
|
|
1786
|
+
clearInterval: !1,
|
|
1787
|
+
clearTimeout: !1,
|
|
1788
|
+
CompressionStream: !1,
|
|
1789
|
+
console: !1,
|
|
1790
|
+
CountQueuingStrategy: !1,
|
|
1791
|
+
crypto: !1,
|
|
1792
|
+
Crypto: !1,
|
|
1793
|
+
CryptoKey: !1,
|
|
1794
|
+
CustomEvent: !1,
|
|
1795
|
+
DecompressionStream: !1,
|
|
1796
|
+
DOMException: !1,
|
|
1797
|
+
Event: !1,
|
|
1798
|
+
EventTarget: !1,
|
|
1799
|
+
fetch: !1,
|
|
1800
|
+
File: !1,
|
|
1801
|
+
FormData: !1,
|
|
1802
|
+
global: !1,
|
|
1803
|
+
Headers: !1,
|
|
1804
|
+
Iterator: !1,
|
|
1805
|
+
MessageChannel: !1,
|
|
1806
|
+
MessageEvent: !1,
|
|
1807
|
+
MessagePort: !1,
|
|
1808
|
+
navigator: !1,
|
|
1809
|
+
Navigator: !1,
|
|
1810
|
+
performance: !1,
|
|
1811
|
+
Performance: !1,
|
|
1812
|
+
PerformanceEntry: !1,
|
|
1813
|
+
PerformanceMark: !1,
|
|
1814
|
+
PerformanceMeasure: !1,
|
|
1815
|
+
PerformanceObserver: !1,
|
|
1816
|
+
PerformanceObserverEntryList: !1,
|
|
1817
|
+
PerformanceResourceTiming: !1,
|
|
1818
|
+
process: !1,
|
|
1819
|
+
queueMicrotask: !1,
|
|
1820
|
+
ReadableByteStreamController: !1,
|
|
1821
|
+
ReadableStream: !1,
|
|
1822
|
+
ReadableStreamBYOBReader: !1,
|
|
1823
|
+
ReadableStreamBYOBRequest: !1,
|
|
1824
|
+
ReadableStreamDefaultController: !1,
|
|
1825
|
+
ReadableStreamDefaultReader: !1,
|
|
1826
|
+
Request: !1,
|
|
1827
|
+
Response: !1,
|
|
1828
|
+
setImmediate: !1,
|
|
1829
|
+
setInterval: !1,
|
|
1830
|
+
setTimeout: !1,
|
|
1831
|
+
structuredClone: !1,
|
|
1832
|
+
SubtleCrypto: !1,
|
|
1833
|
+
TextDecoder: !1,
|
|
1834
|
+
TextDecoderStream: !1,
|
|
1835
|
+
TextEncoder: !1,
|
|
1836
|
+
TextEncoderStream: !1,
|
|
1837
|
+
TransformStream: !1,
|
|
1838
|
+
TransformStreamDefaultController: !1,
|
|
1839
|
+
URL: !1,
|
|
1840
|
+
URLSearchParams: !1,
|
|
1841
|
+
WebAssembly: !1,
|
|
1842
|
+
WebSocket: !1,
|
|
1843
|
+
WritableStream: !1,
|
|
1844
|
+
WritableStreamDefaultController: !1,
|
|
1845
|
+
WritableStreamDefaultWriter: !1
|
|
1846
|
+
}, y = {
|
|
1847
|
+
exports: !0,
|
|
1848
|
+
global: !1,
|
|
1849
|
+
module: !1,
|
|
1850
|
+
require: !1
|
|
1851
|
+
}, b = {
|
|
1852
|
+
define: !1,
|
|
1853
|
+
require: !1
|
|
1854
|
+
}, R = {
|
|
1855
|
+
after: !1,
|
|
1856
|
+
afterEach: !1,
|
|
1857
|
+
before: !1,
|
|
1858
|
+
beforeEach: !1,
|
|
1859
|
+
context: !1,
|
|
1860
|
+
describe: !1,
|
|
1861
|
+
it: !1,
|
|
1862
|
+
mocha: !1,
|
|
1863
|
+
run: !1,
|
|
1864
|
+
setup: !1,
|
|
1865
|
+
specify: !1,
|
|
1866
|
+
suite: !1,
|
|
1867
|
+
suiteSetup: !1,
|
|
1868
|
+
suiteTeardown: !1,
|
|
1869
|
+
teardown: !1,
|
|
1870
|
+
test: !1,
|
|
1871
|
+
xcontext: !1,
|
|
1872
|
+
xdescribe: !1,
|
|
1873
|
+
xit: !1,
|
|
1874
|
+
xspecify: !1
|
|
1875
|
+
}, C = {
|
|
1876
|
+
afterAll: !1,
|
|
1877
|
+
afterEach: !1,
|
|
1878
|
+
beforeAll: !1,
|
|
1879
|
+
beforeEach: !1,
|
|
1880
|
+
describe: !1,
|
|
1881
|
+
expect: !1,
|
|
1882
|
+
expectAsync: !1,
|
|
1883
|
+
fail: !1,
|
|
1884
|
+
fdescribe: !1,
|
|
1885
|
+
fit: !1,
|
|
1886
|
+
it: !1,
|
|
1887
|
+
jasmine: !1,
|
|
1888
|
+
pending: !1,
|
|
1889
|
+
runs: !1,
|
|
1890
|
+
spyOn: !1,
|
|
1891
|
+
spyOnAllFunctions: !1,
|
|
1892
|
+
spyOnProperty: !1,
|
|
1893
|
+
waits: !1,
|
|
1894
|
+
waitsFor: !1,
|
|
1895
|
+
xdescribe: !1,
|
|
1896
|
+
xit: !1
|
|
1897
|
+
}, T = {
|
|
1898
|
+
afterAll: !1,
|
|
1899
|
+
afterEach: !1,
|
|
1900
|
+
beforeAll: !1,
|
|
1901
|
+
beforeEach: !1,
|
|
1902
|
+
describe: !1,
|
|
1903
|
+
expect: !1,
|
|
1904
|
+
fit: !1,
|
|
1905
|
+
it: !1,
|
|
1906
|
+
jest: !1,
|
|
1907
|
+
test: !1,
|
|
1908
|
+
xdescribe: !1,
|
|
1909
|
+
xit: !1,
|
|
1910
|
+
xtest: !1
|
|
1911
|
+
}, v = {
|
|
1912
|
+
asyncTest: !1,
|
|
1913
|
+
deepEqual: !1,
|
|
1914
|
+
equal: !1,
|
|
1915
|
+
expect: !1,
|
|
1916
|
+
module: !1,
|
|
1917
|
+
notDeepEqual: !1,
|
|
1918
|
+
notEqual: !1,
|
|
1919
|
+
notOk: !1,
|
|
1920
|
+
notPropEqual: !1,
|
|
1921
|
+
notStrictEqual: !1,
|
|
1922
|
+
ok: !1,
|
|
1923
|
+
propEqual: !1,
|
|
1924
|
+
QUnit: !1,
|
|
1925
|
+
raises: !1,
|
|
1926
|
+
start: !1,
|
|
1927
|
+
stop: !1,
|
|
1928
|
+
strictEqual: !1,
|
|
1929
|
+
test: !1,
|
|
1930
|
+
throws: !1
|
|
1931
|
+
}, M = {
|
|
1932
|
+
console: !0,
|
|
1933
|
+
exports: !0,
|
|
1934
|
+
phantom: !0,
|
|
1935
|
+
require: !0,
|
|
1936
|
+
WebPage: !0
|
|
1937
|
+
}, P = {
|
|
1938
|
+
emit: !1,
|
|
1939
|
+
exports: !1,
|
|
1940
|
+
getRow: !1,
|
|
1941
|
+
log: !1,
|
|
1942
|
+
module: !1,
|
|
1943
|
+
provides: !1,
|
|
1944
|
+
require: !1,
|
|
1945
|
+
respond: !1,
|
|
1946
|
+
send: !1,
|
|
1947
|
+
start: !1,
|
|
1948
|
+
sum: !1
|
|
1949
|
+
}, h = {
|
|
1950
|
+
defineClass: !1,
|
|
1951
|
+
deserialize: !1,
|
|
1952
|
+
gc: !1,
|
|
1953
|
+
help: !1,
|
|
1954
|
+
importClass: !1,
|
|
1955
|
+
importPackage: !1,
|
|
1956
|
+
java: !1,
|
|
1957
|
+
load: !1,
|
|
1958
|
+
loadClass: !1,
|
|
1959
|
+
Packages: !1,
|
|
1960
|
+
print: !1,
|
|
1961
|
+
quit: !1,
|
|
1962
|
+
readFile: !1,
|
|
1963
|
+
readUrl: !1,
|
|
1964
|
+
runCommand: !1,
|
|
1965
|
+
seal: !1,
|
|
1966
|
+
serialize: !1,
|
|
1967
|
+
spawn: !1,
|
|
1968
|
+
sync: !1,
|
|
1969
|
+
toint32: !1,
|
|
1970
|
+
version: !1
|
|
1971
|
+
}, G = {
|
|
1972
|
+
__DIR__: !1,
|
|
1973
|
+
__FILE__: !1,
|
|
1974
|
+
__LINE__: !1,
|
|
1975
|
+
com: !1,
|
|
1976
|
+
edu: !1,
|
|
1977
|
+
exit: !1,
|
|
1978
|
+
java: !1,
|
|
1979
|
+
Java: !1,
|
|
1980
|
+
javafx: !1,
|
|
1981
|
+
JavaImporter: !1,
|
|
1982
|
+
javax: !1,
|
|
1983
|
+
JSAdapter: !1,
|
|
1984
|
+
load: !1,
|
|
1985
|
+
loadWithNewGlobal: !1,
|
|
1986
|
+
org: !1,
|
|
1987
|
+
Packages: !1,
|
|
1988
|
+
print: !1,
|
|
1989
|
+
quit: !1
|
|
1990
|
+
}, I = {
|
|
1991
|
+
ActiveXObject: !1,
|
|
1992
|
+
CollectGarbage: !1,
|
|
1993
|
+
Debug: !1,
|
|
1994
|
+
Enumerator: !1,
|
|
1995
|
+
GetObject: !1,
|
|
1996
|
+
RuntimeObject: !1,
|
|
1997
|
+
ScriptEngine: !1,
|
|
1998
|
+
ScriptEngineBuildVersion: !1,
|
|
1999
|
+
ScriptEngineMajorVersion: !1,
|
|
2000
|
+
ScriptEngineMinorVersion: !1,
|
|
2001
|
+
VBArray: !1,
|
|
2002
|
+
WScript: !1,
|
|
2003
|
+
WSH: !1
|
|
2004
|
+
}, L = {
|
|
2005
|
+
$: !1,
|
|
2006
|
+
jQuery: !1
|
|
2007
|
+
}, D = {
|
|
2008
|
+
YAHOO: !1,
|
|
2009
|
+
YAHOO_config: !1,
|
|
2010
|
+
YUI: !1,
|
|
2011
|
+
YUI_config: !1
|
|
2012
|
+
}, A = {
|
|
2013
|
+
cat: !1,
|
|
2014
|
+
cd: !1,
|
|
2015
|
+
chmod: !1,
|
|
2016
|
+
config: !1,
|
|
2017
|
+
cp: !1,
|
|
2018
|
+
dirs: !1,
|
|
2019
|
+
echo: !1,
|
|
2020
|
+
env: !1,
|
|
2021
|
+
error: !1,
|
|
2022
|
+
exec: !1,
|
|
2023
|
+
exit: !1,
|
|
2024
|
+
find: !1,
|
|
2025
|
+
grep: !1,
|
|
2026
|
+
head: !1,
|
|
2027
|
+
ln: !1,
|
|
2028
|
+
ls: !1,
|
|
2029
|
+
mkdir: !1,
|
|
2030
|
+
mv: !1,
|
|
2031
|
+
popd: !1,
|
|
2032
|
+
pushd: !1,
|
|
2033
|
+
pwd: !1,
|
|
2034
|
+
rm: !1,
|
|
2035
|
+
sed: !1,
|
|
2036
|
+
set: !1,
|
|
2037
|
+
ShellString: !1,
|
|
2038
|
+
sort: !1,
|
|
2039
|
+
tail: !1,
|
|
2040
|
+
tempdir: !1,
|
|
2041
|
+
test: !1,
|
|
2042
|
+
touch: !1,
|
|
2043
|
+
uniq: !1,
|
|
2044
|
+
which: !1
|
|
2045
|
+
}, B = {
|
|
2046
|
+
$: !1,
|
|
2047
|
+
$$: !1,
|
|
2048
|
+
$A: !1,
|
|
2049
|
+
$break: !1,
|
|
2050
|
+
$continue: !1,
|
|
2051
|
+
$F: !1,
|
|
2052
|
+
$H: !1,
|
|
2053
|
+
$R: !1,
|
|
2054
|
+
$w: !1,
|
|
2055
|
+
Abstract: !1,
|
|
2056
|
+
Ajax: !1,
|
|
2057
|
+
Autocompleter: !1,
|
|
2058
|
+
Builder: !1,
|
|
2059
|
+
Class: !1,
|
|
2060
|
+
Control: !1,
|
|
2061
|
+
Draggable: !1,
|
|
2062
|
+
Draggables: !1,
|
|
2063
|
+
Droppables: !1,
|
|
2064
|
+
Effect: !1,
|
|
2065
|
+
Element: !1,
|
|
2066
|
+
Enumerable: !1,
|
|
2067
|
+
Event: !1,
|
|
2068
|
+
Field: !1,
|
|
2069
|
+
Form: !1,
|
|
2070
|
+
Hash: !1,
|
|
2071
|
+
Insertion: !1,
|
|
2072
|
+
ObjectRange: !1,
|
|
2073
|
+
PeriodicalExecuter: !1,
|
|
2074
|
+
Position: !1,
|
|
2075
|
+
Prototype: !1,
|
|
2076
|
+
Scriptaculous: !1,
|
|
2077
|
+
Selector: !1,
|
|
2078
|
+
Sortable: !1,
|
|
2079
|
+
SortableObserver: !1,
|
|
2080
|
+
Sound: !1,
|
|
2081
|
+
Template: !1,
|
|
2082
|
+
Toggle: !1,
|
|
2083
|
+
Try: !1
|
|
2084
|
+
}, U = {
|
|
2085
|
+
$: !1,
|
|
2086
|
+
Accounts: !1,
|
|
2087
|
+
AccountsClient: !1,
|
|
2088
|
+
AccountsCommon: !1,
|
|
2089
|
+
AccountsServer: !1,
|
|
2090
|
+
App: !1,
|
|
2091
|
+
Assets: !1,
|
|
2092
|
+
Blaze: !1,
|
|
2093
|
+
check: !1,
|
|
2094
|
+
Cordova: !1,
|
|
2095
|
+
DDP: !1,
|
|
2096
|
+
DDPRateLimiter: !1,
|
|
2097
|
+
DDPServer: !1,
|
|
2098
|
+
Deps: !1,
|
|
2099
|
+
EJSON: !1,
|
|
2100
|
+
Email: !1,
|
|
2101
|
+
HTTP: !1,
|
|
2102
|
+
Log: !1,
|
|
2103
|
+
Match: !1,
|
|
2104
|
+
Meteor: !1,
|
|
2105
|
+
Mongo: !1,
|
|
2106
|
+
MongoInternals: !1,
|
|
2107
|
+
Npm: !1,
|
|
2108
|
+
Package: !1,
|
|
2109
|
+
Plugin: !1,
|
|
2110
|
+
process: !1,
|
|
2111
|
+
Random: !1,
|
|
2112
|
+
ReactiveDict: !1,
|
|
2113
|
+
ReactiveVar: !1,
|
|
2114
|
+
Router: !1,
|
|
2115
|
+
ServiceConfiguration: !1,
|
|
2116
|
+
Session: !1,
|
|
2117
|
+
share: !1,
|
|
2118
|
+
Spacebars: !1,
|
|
2119
|
+
Template: !1,
|
|
2120
|
+
Tinytest: !1,
|
|
2121
|
+
Tracker: !1,
|
|
2122
|
+
UI: !1,
|
|
2123
|
+
Utils: !1,
|
|
2124
|
+
WebApp: !1,
|
|
2125
|
+
WebAppInternals: !1
|
|
2126
|
+
}, k = {
|
|
2127
|
+
_isWindows: !1,
|
|
2128
|
+
_rand: !1,
|
|
2129
|
+
BulkWriteResult: !1,
|
|
2130
|
+
cat: !1,
|
|
2131
|
+
cd: !1,
|
|
2132
|
+
connect: !1,
|
|
2133
|
+
db: !1,
|
|
2134
|
+
getHostName: !1,
|
|
2135
|
+
getMemInfo: !1,
|
|
2136
|
+
hostname: !1,
|
|
2137
|
+
ISODate: !1,
|
|
2138
|
+
listFiles: !1,
|
|
2139
|
+
load: !1,
|
|
2140
|
+
ls: !1,
|
|
2141
|
+
md5sumFile: !1,
|
|
2142
|
+
mkdir: !1,
|
|
2143
|
+
Mongo: !1,
|
|
2144
|
+
NumberInt: !1,
|
|
2145
|
+
NumberLong: !1,
|
|
2146
|
+
ObjectId: !1,
|
|
2147
|
+
PlanCache: !1,
|
|
2148
|
+
print: !1,
|
|
2149
|
+
printjson: !1,
|
|
2150
|
+
pwd: !1,
|
|
2151
|
+
quit: !1,
|
|
2152
|
+
removeFile: !1,
|
|
2153
|
+
rs: !1,
|
|
2154
|
+
sh: !1,
|
|
2155
|
+
UUID: !1,
|
|
2156
|
+
version: !1,
|
|
2157
|
+
WriteResult: !1
|
|
2158
|
+
}, x = {
|
|
2159
|
+
$: !1,
|
|
2160
|
+
Application: !1,
|
|
2161
|
+
Automation: !1,
|
|
2162
|
+
console: !1,
|
|
2163
|
+
delay: !1,
|
|
2164
|
+
Library: !1,
|
|
2165
|
+
ObjC: !1,
|
|
2166
|
+
ObjectSpecifier: !1,
|
|
2167
|
+
Path: !1,
|
|
2168
|
+
Progress: !1,
|
|
2169
|
+
Ref: !1
|
|
2170
|
+
}, F = {
|
|
2171
|
+
addEventListener: !1,
|
|
2172
|
+
applicationCache: !1,
|
|
2173
|
+
atob: !1,
|
|
2174
|
+
Blob: !1,
|
|
2175
|
+
BroadcastChannel: !1,
|
|
2176
|
+
btoa: !1,
|
|
2177
|
+
ByteLengthQueuingStrategy: !1,
|
|
2178
|
+
Cache: !1,
|
|
2179
|
+
caches: !1,
|
|
2180
|
+
CacheStorage: !1,
|
|
2181
|
+
clearInterval: !1,
|
|
2182
|
+
clearTimeout: !1,
|
|
2183
|
+
Client: !1,
|
|
2184
|
+
clients: !1,
|
|
2185
|
+
Clients: !1,
|
|
2186
|
+
close: !0,
|
|
2187
|
+
CompressionStream: !1,
|
|
2188
|
+
console: !1,
|
|
2189
|
+
CountQueuingStrategy: !1,
|
|
2190
|
+
crypto: !1,
|
|
2191
|
+
Crypto: !1,
|
|
2192
|
+
CryptoKey: !1,
|
|
2193
|
+
CustomEvent: !1,
|
|
2194
|
+
DecompressionStream: !1,
|
|
2195
|
+
ErrorEvent: !1,
|
|
2196
|
+
Event: !1,
|
|
2197
|
+
ExtendableEvent: !1,
|
|
2198
|
+
ExtendableMessageEvent: !1,
|
|
2199
|
+
fetch: !1,
|
|
2200
|
+
FetchEvent: !1,
|
|
2201
|
+
File: !1,
|
|
2202
|
+
FileReaderSync: !1,
|
|
2203
|
+
FormData: !1,
|
|
2204
|
+
Headers: !1,
|
|
2205
|
+
IDBCursor: !1,
|
|
2206
|
+
IDBCursorWithValue: !1,
|
|
2207
|
+
IDBDatabase: !1,
|
|
2208
|
+
IDBFactory: !1,
|
|
2209
|
+
IDBIndex: !1,
|
|
2210
|
+
IDBKeyRange: !1,
|
|
2211
|
+
IDBObjectStore: !1,
|
|
2212
|
+
IDBOpenDBRequest: !1,
|
|
2213
|
+
IDBRequest: !1,
|
|
2214
|
+
IDBTransaction: !1,
|
|
2215
|
+
IDBVersionChangeEvent: !1,
|
|
2216
|
+
ImageData: !1,
|
|
2217
|
+
importScripts: !1,
|
|
2218
|
+
indexedDB: !1,
|
|
2219
|
+
location: !1,
|
|
2220
|
+
MessageChannel: !1,
|
|
2221
|
+
MessageEvent: !1,
|
|
2222
|
+
MessagePort: !1,
|
|
2223
|
+
name: !1,
|
|
2224
|
+
navigator: !1,
|
|
2225
|
+
Notification: !1,
|
|
2226
|
+
onclose: !0,
|
|
2227
|
+
onconnect: !0,
|
|
2228
|
+
onerror: !0,
|
|
2229
|
+
onfetch: !0,
|
|
2230
|
+
oninstall: !0,
|
|
2231
|
+
onlanguagechange: !0,
|
|
2232
|
+
onmessage: !0,
|
|
2233
|
+
onmessageerror: !0,
|
|
2234
|
+
onnotificationclick: !0,
|
|
2235
|
+
onnotificationclose: !0,
|
|
2236
|
+
onoffline: !0,
|
|
2237
|
+
ononline: !0,
|
|
2238
|
+
onpush: !0,
|
|
2239
|
+
onpushsubscriptionchange: !0,
|
|
2240
|
+
onrejectionhandled: !0,
|
|
2241
|
+
onsync: !0,
|
|
2242
|
+
onunhandledrejection: !0,
|
|
2243
|
+
performance: !1,
|
|
2244
|
+
Performance: !1,
|
|
2245
|
+
PerformanceEntry: !1,
|
|
2246
|
+
PerformanceMark: !1,
|
|
2247
|
+
PerformanceMeasure: !1,
|
|
2248
|
+
PerformanceNavigation: !1,
|
|
2249
|
+
PerformanceObserver: !1,
|
|
2250
|
+
PerformanceObserverEntryList: !1,
|
|
2251
|
+
PerformanceResourceTiming: !1,
|
|
2252
|
+
PerformanceTiming: !1,
|
|
2253
|
+
postMessage: !0,
|
|
2254
|
+
queueMicrotask: !1,
|
|
2255
|
+
ReadableByteStreamController: !1,
|
|
2256
|
+
ReadableStream: !1,
|
|
2257
|
+
ReadableStreamBYOBReader: !1,
|
|
2258
|
+
ReadableStreamBYOBRequest: !1,
|
|
2259
|
+
ReadableStreamDefaultController: !1,
|
|
2260
|
+
ReadableStreamDefaultReader: !1,
|
|
2261
|
+
registration: !1,
|
|
2262
|
+
removeEventListener: !1,
|
|
2263
|
+
Request: !1,
|
|
2264
|
+
Response: !1,
|
|
2265
|
+
self: !1,
|
|
2266
|
+
ServiceWorker: !1,
|
|
2267
|
+
ServiceWorkerContainer: !1,
|
|
2268
|
+
ServiceWorkerGlobalScope: !1,
|
|
2269
|
+
ServiceWorkerMessageEvent: !1,
|
|
2270
|
+
ServiceWorkerRegistration: !1,
|
|
2271
|
+
setInterval: !1,
|
|
2272
|
+
setTimeout: !1,
|
|
2273
|
+
skipWaiting: !1,
|
|
2274
|
+
SubtleCrypto: !1,
|
|
2275
|
+
TextDecoder: !1,
|
|
2276
|
+
TextDecoderStream: !1,
|
|
2277
|
+
TextEncoder: !1,
|
|
2278
|
+
TextEncoderStream: !1,
|
|
2279
|
+
TransformStream: !1,
|
|
2280
|
+
TransformStreamDefaultController: !1,
|
|
2281
|
+
URL: !1,
|
|
2282
|
+
URLSearchParams: !1,
|
|
2283
|
+
WebAssembly: !1,
|
|
2284
|
+
WebSocket: !1,
|
|
2285
|
+
WindowClient: !1,
|
|
2286
|
+
Worker: !1,
|
|
2287
|
+
WorkerGlobalScope: !1,
|
|
2288
|
+
WritableStream: !1,
|
|
2289
|
+
WritableStreamDefaultController: !1,
|
|
2290
|
+
WritableStreamDefaultWriter: !1,
|
|
2291
|
+
XMLHttpRequest: !1
|
|
2292
|
+
}, V = {
|
|
2293
|
+
advanceClock: !1,
|
|
2294
|
+
atom: !1,
|
|
2295
|
+
fakeClearInterval: !1,
|
|
2296
|
+
fakeClearTimeout: !1,
|
|
2297
|
+
fakeSetInterval: !1,
|
|
2298
|
+
fakeSetTimeout: !1,
|
|
2299
|
+
resetTimeouts: !1,
|
|
2300
|
+
waitsForPromise: !1
|
|
2301
|
+
}, O = {
|
|
2302
|
+
andThen: !1,
|
|
2303
|
+
click: !1,
|
|
2304
|
+
currentPath: !1,
|
|
2305
|
+
currentRouteName: !1,
|
|
2306
|
+
currentURL: !1,
|
|
2307
|
+
fillIn: !1,
|
|
2308
|
+
find: !1,
|
|
2309
|
+
findAll: !1,
|
|
2310
|
+
findWithAssert: !1,
|
|
2311
|
+
keyEvent: !1,
|
|
2312
|
+
pauseTest: !1,
|
|
2313
|
+
resumeTest: !1,
|
|
2314
|
+
triggerEvent: !1,
|
|
2315
|
+
visit: !1,
|
|
2316
|
+
wait: !1
|
|
2317
|
+
}, W = {
|
|
2318
|
+
$: !1,
|
|
2319
|
+
$$: !1,
|
|
2320
|
+
browser: !1,
|
|
2321
|
+
by: !1,
|
|
2322
|
+
By: !1,
|
|
2323
|
+
DartObject: !1,
|
|
2324
|
+
element: !1,
|
|
2325
|
+
protractor: !1
|
|
2326
|
+
}, H = {
|
|
2327
|
+
browser: !1,
|
|
2328
|
+
chrome: !1,
|
|
2329
|
+
opr: !1
|
|
2330
|
+
}, N = {
|
|
2331
|
+
cloneInto: !1,
|
|
2332
|
+
createObjectIn: !1,
|
|
2333
|
+
exportFunction: !1,
|
|
2334
|
+
GM: !1,
|
|
2335
|
+
GM_addElement: !1,
|
|
2336
|
+
GM_addStyle: !1,
|
|
2337
|
+
GM_addValueChangeListener: !1,
|
|
2338
|
+
GM_deleteValue: !1,
|
|
2339
|
+
GM_download: !1,
|
|
2340
|
+
GM_getResourceText: !1,
|
|
2341
|
+
GM_getResourceURL: !1,
|
|
2342
|
+
GM_getTab: !1,
|
|
2343
|
+
GM_getTabs: !1,
|
|
2344
|
+
GM_getValue: !1,
|
|
2345
|
+
GM_info: !1,
|
|
2346
|
+
GM_listValues: !1,
|
|
2347
|
+
GM_log: !1,
|
|
2348
|
+
GM_notification: !1,
|
|
2349
|
+
GM_openInTab: !1,
|
|
2350
|
+
GM_registerMenuCommand: !1,
|
|
2351
|
+
GM_removeValueChangeListener: !1,
|
|
2352
|
+
GM_saveTab: !1,
|
|
2353
|
+
GM_setClipboard: !1,
|
|
2354
|
+
GM_setValue: !1,
|
|
2355
|
+
GM_unregisterMenuCommand: !1,
|
|
2356
|
+
GM_xmlhttpRequest: !1,
|
|
2357
|
+
unsafeWindow: !1
|
|
2358
|
+
}, w = {
|
|
2359
|
+
$: !1,
|
|
2360
|
+
$_: !1,
|
|
2361
|
+
$$: !1,
|
|
2362
|
+
$0: !1,
|
|
2363
|
+
$1: !1,
|
|
2364
|
+
$2: !1,
|
|
2365
|
+
$3: !1,
|
|
2366
|
+
$4: !1,
|
|
2367
|
+
$x: !1,
|
|
2368
|
+
chrome: !1,
|
|
2369
|
+
clear: !1,
|
|
2370
|
+
copy: !1,
|
|
2371
|
+
debug: !1,
|
|
2372
|
+
dir: !1,
|
|
2373
|
+
dirxml: !1,
|
|
2374
|
+
getEventListeners: !1,
|
|
2375
|
+
inspect: !1,
|
|
2376
|
+
keys: !1,
|
|
2377
|
+
monitor: !1,
|
|
2378
|
+
monitorEvents: !1,
|
|
2379
|
+
profile: !1,
|
|
2380
|
+
profileEnd: !1,
|
|
2381
|
+
queryObjects: !1,
|
|
2382
|
+
table: !1,
|
|
2383
|
+
undebug: !1,
|
|
2384
|
+
unmonitor: !1,
|
|
2385
|
+
unmonitorEvents: !1,
|
|
2386
|
+
values: !1
|
|
2387
|
+
}, q = {
|
|
2388
|
+
builtin: n,
|
|
2389
|
+
es5: i,
|
|
2390
|
+
es2015: c,
|
|
2391
|
+
es2017: u,
|
|
2392
|
+
es2020: m,
|
|
2393
|
+
es2021: d,
|
|
2394
|
+
browser: S,
|
|
2395
|
+
worker: p,
|
|
2396
|
+
node: g,
|
|
2397
|
+
nodeBuiltin: E,
|
|
2398
|
+
commonjs: y,
|
|
2399
|
+
amd: b,
|
|
2400
|
+
mocha: R,
|
|
2401
|
+
jasmine: C,
|
|
2402
|
+
jest: T,
|
|
2403
|
+
qunit: v,
|
|
2404
|
+
phantomjs: M,
|
|
2405
|
+
couch: P,
|
|
2406
|
+
rhino: h,
|
|
2407
|
+
nashorn: G,
|
|
2408
|
+
wsh: I,
|
|
2409
|
+
jquery: L,
|
|
2410
|
+
yui: D,
|
|
2411
|
+
shelljs: A,
|
|
2412
|
+
prototypejs: B,
|
|
2413
|
+
meteor: U,
|
|
2414
|
+
mongo: k,
|
|
2415
|
+
applescript: x,
|
|
2416
|
+
serviceworker: F,
|
|
2417
|
+
atomtest: V,
|
|
2418
|
+
embertest: O,
|
|
2419
|
+
protractor: W,
|
|
2420
|
+
"shared-node-browser": {
|
|
2421
|
+
AbortController: !1,
|
|
2422
|
+
AbortSignal: !1,
|
|
2423
|
+
atob: !1,
|
|
2424
|
+
Blob: !1,
|
|
2425
|
+
BroadcastChannel: !1,
|
|
2426
|
+
btoa: !1,
|
|
2427
|
+
ByteLengthQueuingStrategy: !1,
|
|
2428
|
+
clearInterval: !1,
|
|
2429
|
+
clearTimeout: !1,
|
|
2430
|
+
CompressionStream: !1,
|
|
2431
|
+
console: !1,
|
|
2432
|
+
CountQueuingStrategy: !1,
|
|
2433
|
+
crypto: !1,
|
|
2434
|
+
Crypto: !1,
|
|
2435
|
+
CryptoKey: !1,
|
|
2436
|
+
CustomEvent: !1,
|
|
2437
|
+
DecompressionStream: !1,
|
|
2438
|
+
DOMException: !1,
|
|
2439
|
+
Event: !1,
|
|
2440
|
+
EventTarget: !1,
|
|
2441
|
+
fetch: !1,
|
|
2442
|
+
File: !1,
|
|
2443
|
+
FormData: !1,
|
|
2444
|
+
Headers: !1,
|
|
2445
|
+
Iterator: !1,
|
|
2446
|
+
MessageChannel: !1,
|
|
2447
|
+
MessageEvent: !1,
|
|
2448
|
+
MessagePort: !1,
|
|
2449
|
+
navigator: !1,
|
|
2450
|
+
Navigator: !1,
|
|
2451
|
+
performance: !1,
|
|
2452
|
+
Performance: !1,
|
|
2453
|
+
PerformanceEntry: !1,
|
|
2454
|
+
PerformanceMark: !1,
|
|
2455
|
+
PerformanceMeasure: !1,
|
|
2456
|
+
PerformanceObserver: !1,
|
|
2457
|
+
PerformanceObserverEntryList: !1,
|
|
2458
|
+
PerformanceResourceTiming: !1,
|
|
2459
|
+
queueMicrotask: !1,
|
|
2460
|
+
ReadableByteStreamController: !1,
|
|
2461
|
+
ReadableStream: !1,
|
|
2462
|
+
ReadableStreamBYOBReader: !1,
|
|
2463
|
+
ReadableStreamBYOBRequest: !1,
|
|
2464
|
+
ReadableStreamDefaultController: !1,
|
|
2465
|
+
ReadableStreamDefaultReader: !1,
|
|
2466
|
+
Request: !1,
|
|
2467
|
+
Response: !1,
|
|
2468
|
+
setInterval: !1,
|
|
2469
|
+
setTimeout: !1,
|
|
2470
|
+
structuredClone: !1,
|
|
2471
|
+
SubtleCrypto: !1,
|
|
2472
|
+
TextDecoder: !1,
|
|
2473
|
+
TextDecoderStream: !1,
|
|
2474
|
+
TextEncoder: !1,
|
|
2475
|
+
TextEncoderStream: !1,
|
|
2476
|
+
TransformStream: !1,
|
|
2477
|
+
TransformStreamDefaultController: !1,
|
|
2478
|
+
URL: !1,
|
|
2479
|
+
URLSearchParams: !1,
|
|
2480
|
+
WebAssembly: !1,
|
|
2481
|
+
WebSocket: !1,
|
|
2482
|
+
WritableStream: !1,
|
|
2483
|
+
WritableStreamDefaultController: !1,
|
|
2484
|
+
WritableStreamDefaultWriter: !1
|
|
2485
|
+
},
|
|
2486
|
+
webextensions: H,
|
|
2487
|
+
greasemonkey: N,
|
|
2488
|
+
devtools: w
|
|
2489
|
+
};
|
|
2490
|
+
var j = q;
|
|
2491
|
+
const ae = /* @__PURE__ */ s(j);
|
|
2492
|
+
var X = Object.freeze({
|
|
2493
|
+
rules: {
|
|
2494
|
+
"accessor-pairs": "error",
|
|
2495
|
+
"array-callback-return": "error",
|
|
2496
|
+
"arrow-body-style": "error",
|
|
2497
|
+
"block-scoped-var": "error",
|
|
2498
|
+
camelcase: "error",
|
|
2499
|
+
"capitalized-comments": "error",
|
|
2500
|
+
"class-methods-use-this": "error",
|
|
2501
|
+
complexity: "error",
|
|
2502
|
+
"consistent-return": "error",
|
|
2503
|
+
"consistent-this": "error",
|
|
2504
|
+
"constructor-super": "error",
|
|
2505
|
+
curly: "error",
|
|
2506
|
+
"default-case": "error",
|
|
2507
|
+
"default-case-last": "error",
|
|
2508
|
+
"default-param-last": "error",
|
|
2509
|
+
"dot-notation": "error",
|
|
2510
|
+
eqeqeq: "error",
|
|
2511
|
+
"for-direction": "error",
|
|
2512
|
+
"func-name-matching": "error",
|
|
2513
|
+
"func-names": "error",
|
|
2514
|
+
"func-style": "error",
|
|
2515
|
+
"getter-return": "error",
|
|
2516
|
+
"grouped-accessor-pairs": "error",
|
|
2517
|
+
"guard-for-in": "error",
|
|
2518
|
+
"id-denylist": "error",
|
|
2519
|
+
"id-length": "error",
|
|
2520
|
+
"id-match": "error",
|
|
2521
|
+
"init-declarations": "error",
|
|
2522
|
+
"line-comment-position": "error",
|
|
2523
|
+
"logical-assignment-operators": "error",
|
|
2524
|
+
"max-classes-per-file": "error",
|
|
2525
|
+
"max-depth": "error",
|
|
2526
|
+
"max-lines": "error",
|
|
2527
|
+
"max-lines-per-function": "error",
|
|
2528
|
+
"max-nested-callbacks": "error",
|
|
2529
|
+
"max-params": "error",
|
|
2530
|
+
"max-statements": "error",
|
|
2531
|
+
"multiline-comment-style": "error",
|
|
2532
|
+
"new-cap": "error",
|
|
2533
|
+
"no-alert": "error",
|
|
2534
|
+
"no-array-constructor": "error",
|
|
2535
|
+
"no-async-promise-executor": "error",
|
|
2536
|
+
"no-await-in-loop": "error",
|
|
2537
|
+
"no-bitwise": "error",
|
|
2538
|
+
"no-caller": "error",
|
|
2539
|
+
"no-case-declarations": "error",
|
|
2540
|
+
"no-class-assign": "error",
|
|
2541
|
+
"no-compare-neg-zero": "error",
|
|
2542
|
+
"no-cond-assign": "error",
|
|
2543
|
+
"no-console": "error",
|
|
2544
|
+
"no-const-assign": "error",
|
|
2545
|
+
"no-constant-binary-expression": "error",
|
|
2546
|
+
"no-constant-condition": "error",
|
|
2547
|
+
"no-constructor-return": "error",
|
|
2548
|
+
"no-continue": "error",
|
|
2549
|
+
"no-control-regex": "error",
|
|
2550
|
+
"no-debugger": "error",
|
|
2551
|
+
"no-delete-var": "error",
|
|
2552
|
+
"no-div-regex": "error",
|
|
2553
|
+
"no-dupe-args": "error",
|
|
2554
|
+
"no-dupe-class-members": "error",
|
|
2555
|
+
"no-dupe-else-if": "error",
|
|
2556
|
+
"no-dupe-keys": "error",
|
|
2557
|
+
"no-duplicate-case": "error",
|
|
2558
|
+
"no-duplicate-imports": "error",
|
|
2559
|
+
"no-else-return": "error",
|
|
2560
|
+
"no-empty": "error",
|
|
2561
|
+
"no-empty-character-class": "error",
|
|
2562
|
+
"no-empty-function": "error",
|
|
2563
|
+
"no-empty-pattern": "error",
|
|
2564
|
+
"no-empty-static-block": "error",
|
|
2565
|
+
"no-eq-null": "error",
|
|
2566
|
+
"no-eval": "error",
|
|
2567
|
+
"no-ex-assign": "error",
|
|
2568
|
+
"no-extend-native": "error",
|
|
2569
|
+
"no-extra-bind": "error",
|
|
2570
|
+
"no-extra-boolean-cast": "error",
|
|
2571
|
+
"no-extra-label": "error",
|
|
2572
|
+
"no-fallthrough": "error",
|
|
2573
|
+
"no-func-assign": "error",
|
|
2574
|
+
"no-global-assign": "error",
|
|
2575
|
+
"no-implicit-coercion": "error",
|
|
2576
|
+
"no-implicit-globals": "error",
|
|
2577
|
+
"no-implied-eval": "error",
|
|
2578
|
+
"no-import-assign": "error",
|
|
2579
|
+
"no-inline-comments": "error",
|
|
2580
|
+
"no-inner-declarations": "error",
|
|
2581
|
+
"no-invalid-regexp": "error",
|
|
2582
|
+
"no-invalid-this": "error",
|
|
2583
|
+
"no-irregular-whitespace": "error",
|
|
2584
|
+
"no-iterator": "error",
|
|
2585
|
+
"no-label-var": "error",
|
|
2586
|
+
"no-labels": "error",
|
|
2587
|
+
"no-lone-blocks": "error",
|
|
2588
|
+
"no-lonely-if": "error",
|
|
2589
|
+
"no-loop-func": "error",
|
|
2590
|
+
"no-loss-of-precision": "error",
|
|
2591
|
+
"no-magic-numbers": "error",
|
|
2592
|
+
"no-misleading-character-class": "error",
|
|
2593
|
+
"no-multi-assign": "error",
|
|
2594
|
+
"no-multi-str": "error",
|
|
2595
|
+
"no-negated-condition": "error",
|
|
2596
|
+
"no-nested-ternary": "error",
|
|
2597
|
+
"no-new": "error",
|
|
2598
|
+
"no-new-func": "error",
|
|
2599
|
+
"no-new-native-nonconstructor": "error",
|
|
2600
|
+
"no-new-symbol": "error",
|
|
2601
|
+
"no-new-wrappers": "error",
|
|
2602
|
+
"no-nonoctal-decimal-escape": "error",
|
|
2603
|
+
"no-obj-calls": "error",
|
|
2604
|
+
"no-object-constructor": "error",
|
|
2605
|
+
"no-octal": "error",
|
|
2606
|
+
"no-octal-escape": "error",
|
|
2607
|
+
"no-param-reassign": "error",
|
|
2608
|
+
"no-plusplus": "error",
|
|
2609
|
+
"no-promise-executor-return": "error",
|
|
2610
|
+
"no-proto": "error",
|
|
2611
|
+
"no-prototype-builtins": "error",
|
|
2612
|
+
"no-redeclare": "error",
|
|
2613
|
+
"no-regex-spaces": "error",
|
|
2614
|
+
"no-restricted-exports": "error",
|
|
2615
|
+
"no-restricted-globals": "error",
|
|
2616
|
+
"no-restricted-imports": "error",
|
|
2617
|
+
"no-restricted-properties": "error",
|
|
2618
|
+
"no-restricted-syntax": "error",
|
|
2619
|
+
"no-return-assign": "error",
|
|
2620
|
+
"no-script-url": "error",
|
|
2621
|
+
"no-self-assign": "error",
|
|
2622
|
+
"no-self-compare": "error",
|
|
2623
|
+
"no-sequences": "error",
|
|
2624
|
+
"no-setter-return": "error",
|
|
2625
|
+
"no-shadow": "error",
|
|
2626
|
+
"no-shadow-restricted-names": "error",
|
|
2627
|
+
"no-sparse-arrays": "error",
|
|
2628
|
+
"no-template-curly-in-string": "error",
|
|
2629
|
+
"no-ternary": "error",
|
|
2630
|
+
"no-this-before-super": "error",
|
|
2631
|
+
"no-throw-literal": "error",
|
|
2632
|
+
"no-undef": "error",
|
|
2633
|
+
"no-undef-init": "error",
|
|
2634
|
+
"no-undefined": "error",
|
|
2635
|
+
"no-underscore-dangle": "error",
|
|
2636
|
+
"no-unexpected-multiline": "error",
|
|
2637
|
+
"no-unmodified-loop-condition": "error",
|
|
2638
|
+
"no-unneeded-ternary": "error",
|
|
2639
|
+
"no-unreachable": "error",
|
|
2640
|
+
"no-unreachable-loop": "error",
|
|
2641
|
+
"no-unsafe-finally": "error",
|
|
2642
|
+
"no-unsafe-negation": "error",
|
|
2643
|
+
"no-unsafe-optional-chaining": "error",
|
|
2644
|
+
"no-unused-expressions": "error",
|
|
2645
|
+
"no-unused-labels": "error",
|
|
2646
|
+
"no-unused-private-class-members": "error",
|
|
2647
|
+
"no-unused-vars": "error",
|
|
2648
|
+
"no-use-before-define": "error",
|
|
2649
|
+
"no-useless-backreference": "error",
|
|
2650
|
+
"no-useless-call": "error",
|
|
2651
|
+
"no-useless-catch": "error",
|
|
2652
|
+
"no-useless-computed-key": "error",
|
|
2653
|
+
"no-useless-concat": "error",
|
|
2654
|
+
"no-useless-constructor": "error",
|
|
2655
|
+
"no-useless-escape": "error",
|
|
2656
|
+
"no-useless-rename": "error",
|
|
2657
|
+
"no-useless-return": "error",
|
|
2658
|
+
"no-var": "error",
|
|
2659
|
+
"no-void": "error",
|
|
2660
|
+
"no-warning-comments": "error",
|
|
2661
|
+
"no-with": "error",
|
|
2662
|
+
"object-shorthand": "error",
|
|
2663
|
+
"one-var": "error",
|
|
2664
|
+
"operator-assignment": "error",
|
|
2665
|
+
"prefer-arrow-callback": "error",
|
|
2666
|
+
"prefer-const": "error",
|
|
2667
|
+
"prefer-destructuring": "error",
|
|
2668
|
+
"prefer-exponentiation-operator": "error",
|
|
2669
|
+
"prefer-named-capture-group": "error",
|
|
2670
|
+
"prefer-numeric-literals": "error",
|
|
2671
|
+
"prefer-object-has-own": "error",
|
|
2672
|
+
"prefer-object-spread": "error",
|
|
2673
|
+
"prefer-promise-reject-errors": "error",
|
|
2674
|
+
"prefer-regex-literals": "error",
|
|
2675
|
+
"prefer-rest-params": "error",
|
|
2676
|
+
"prefer-spread": "error",
|
|
2677
|
+
"prefer-template": "error",
|
|
2678
|
+
radix: "error",
|
|
2679
|
+
"require-atomic-updates": "error",
|
|
2680
|
+
"require-await": "error",
|
|
2681
|
+
"require-unicode-regexp": "error",
|
|
2682
|
+
"require-yield": "error",
|
|
2683
|
+
"sort-imports": "error",
|
|
2684
|
+
"sort-keys": "error",
|
|
2685
|
+
"sort-vars": "error",
|
|
2686
|
+
strict: "error",
|
|
2687
|
+
"symbol-description": "error",
|
|
2688
|
+
"unicode-bom": "error",
|
|
2689
|
+
"use-isnan": "error",
|
|
2690
|
+
"valid-typeof": "error",
|
|
2691
|
+
"vars-on-top": "error",
|
|
2692
|
+
yoda: "error"
|
|
2693
|
+
}
|
|
2694
|
+
}), _ = Object.freeze({
|
|
2695
|
+
rules: Object.freeze({
|
|
2696
|
+
"constructor-super": "error",
|
|
2697
|
+
"for-direction": "error",
|
|
2698
|
+
"getter-return": "error",
|
|
2699
|
+
"no-async-promise-executor": "error",
|
|
2700
|
+
"no-case-declarations": "error",
|
|
2701
|
+
"no-class-assign": "error",
|
|
2702
|
+
"no-compare-neg-zero": "error",
|
|
2703
|
+
"no-cond-assign": "error",
|
|
2704
|
+
"no-const-assign": "error",
|
|
2705
|
+
"no-constant-condition": "error",
|
|
2706
|
+
"no-control-regex": "error",
|
|
2707
|
+
"no-debugger": "error",
|
|
2708
|
+
"no-delete-var": "error",
|
|
2709
|
+
"no-dupe-args": "error",
|
|
2710
|
+
"no-dupe-class-members": "error",
|
|
2711
|
+
"no-dupe-else-if": "error",
|
|
2712
|
+
"no-dupe-keys": "error",
|
|
2713
|
+
"no-duplicate-case": "error",
|
|
2714
|
+
"no-empty": "error",
|
|
2715
|
+
"no-empty-character-class": "error",
|
|
2716
|
+
"no-empty-pattern": "error",
|
|
2717
|
+
"no-ex-assign": "error",
|
|
2718
|
+
"no-extra-boolean-cast": "error",
|
|
2719
|
+
"no-extra-semi": "error",
|
|
2720
|
+
"no-fallthrough": "error",
|
|
2721
|
+
"no-func-assign": "error",
|
|
2722
|
+
"no-global-assign": "error",
|
|
2723
|
+
"no-import-assign": "error",
|
|
2724
|
+
"no-inner-declarations": "error",
|
|
2725
|
+
"no-invalid-regexp": "error",
|
|
2726
|
+
"no-irregular-whitespace": "error",
|
|
2727
|
+
"no-loss-of-precision": "error",
|
|
2728
|
+
"no-misleading-character-class": "error",
|
|
2729
|
+
"no-mixed-spaces-and-tabs": "error",
|
|
2730
|
+
"no-new-symbol": "error",
|
|
2731
|
+
"no-nonoctal-decimal-escape": "error",
|
|
2732
|
+
"no-obj-calls": "error",
|
|
2733
|
+
"no-octal": "error",
|
|
2734
|
+
"no-prototype-builtins": "error",
|
|
2735
|
+
"no-redeclare": "error",
|
|
2736
|
+
"no-regex-spaces": "error",
|
|
2737
|
+
"no-self-assign": "error",
|
|
2738
|
+
"no-setter-return": "error",
|
|
2739
|
+
"no-shadow-restricted-names": "error",
|
|
2740
|
+
"no-sparse-arrays": "error",
|
|
2741
|
+
"no-this-before-super": "error",
|
|
2742
|
+
"no-undef": "error",
|
|
2743
|
+
"no-unexpected-multiline": "error",
|
|
2744
|
+
"no-unreachable": "error",
|
|
2745
|
+
"no-unsafe-finally": "error",
|
|
2746
|
+
"no-unsafe-negation": "error",
|
|
2747
|
+
"no-unsafe-optional-chaining": "error",
|
|
2748
|
+
"no-unused-labels": "error",
|
|
2749
|
+
"no-unused-vars": "error",
|
|
2750
|
+
"no-useless-backreference": "error",
|
|
2751
|
+
"no-useless-catch": "error",
|
|
2752
|
+
"no-useless-escape": "error",
|
|
2753
|
+
"no-with": "error",
|
|
2754
|
+
"require-yield": "error",
|
|
2755
|
+
"use-isnan": "error",
|
|
2756
|
+
"valid-typeof": "error"
|
|
2757
|
+
})
|
|
2758
|
+
}), $ = {
|
|
2759
|
+
configs: {
|
|
2760
|
+
all: X,
|
|
2761
|
+
recommended: _
|
|
2762
|
+
}
|
|
2763
|
+
};
|
|
2764
|
+
const Q = /* @__PURE__ */ s($);
|
|
2765
|
+
function K(...e) {
|
|
2766
|
+
return e.flat().reduce((r, l) => a(r, l), {});
|
|
2767
|
+
}
|
|
2768
|
+
const Y = new o({
|
|
2769
|
+
baseDirectory: t(f(import.meta.url))
|
|
2770
|
+
});
|
|
2771
|
+
function se(e = []) {
|
|
2772
|
+
return a(Q.configs.recommended, K(Y.plugins("import", "jsdoc", "@stylistic", "@stylistic/migrate", "@cspell", ...e)));
|
|
2773
|
+
}
|
|
2774
|
+
function re() {
|
|
2775
|
+
return a({
|
|
2776
|
+
languageOptions: {
|
|
2777
|
+
ecmaVersion: 2022
|
|
2778
|
+
},
|
|
2779
|
+
rules: {
|
|
2780
|
+
"jsdoc/require-param": "off",
|
|
2781
|
+
"jsdoc/require-jsdoc": "off",
|
|
2782
|
+
"jsdoc/require-returns": "off",
|
|
2783
|
+
"jsdoc/require-param-type": "off",
|
|
2784
|
+
"jsdoc/check-param-names": "off"
|
|
2785
|
+
}
|
|
2786
|
+
});
|
|
2787
|
+
}
|
|
2788
|
+
export {
|
|
2789
|
+
se as a,
|
|
2790
|
+
ae as g,
|
|
2791
|
+
K as m,
|
|
2792
|
+
re as p
|
|
2793
|
+
};
|