@useinsider/eslint-config 1.3.0-beta.14 → 1.3.0-beta.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/{base-B1UJwBAR.js → base-9BrMjwXf.js} +1457 -1030
  2. package/dist/base-CcRFzdI4.cjs +1 -0
  3. package/dist/configs/config/index.d.ts +1 -1
  4. package/dist/configs/dom/index.d.ts +1 -1
  5. package/dist/configs/node/index.d.ts +1 -1
  6. package/dist/{index-DOhh1uz0.cjs → index-B6z9M-_y.cjs} +1 -1
  7. package/dist/{index-D8sOU0d7.js → index-BaoBtTGT.js} +1 -1
  8. package/dist/{index-7fML_QJV.cjs → index-CEjGCZl1.cjs} +1 -1
  9. package/dist/{index-CW6DgeLm.js → index-CJci1tSA.js} +1 -1
  10. package/dist/{index-W1oqQdW4.js → index-CQNDJoJt.js} +1 -1
  11. package/dist/{index-DTAo3hno.cjs → index-CsGxdR34.cjs} +1 -1
  12. package/dist/{index-B43aEnSd.cjs → index-Ct4x1Hqa.cjs} +1 -1
  13. package/dist/{index-CKCT-WOv.js → index-DGvG8xC7.js} +1 -1
  14. package/dist/{index-COf77STD.cjs → index-DJ4ZOmFb.cjs} +1 -1
  15. package/dist/{index-CUzKie_m.cjs → index-DqPqgGy_.cjs} +1 -1
  16. package/dist/{index-C8KRzslD.js → index-DujTzkaC.js} +1 -1
  17. package/dist/{index-C9s6T4Sc.js → index-OWPJRPvw.js} +1 -1
  18. package/dist/{index-Ccrghpo6.js → index-hBpiuFtx.js} +1 -1
  19. package/dist/{index-D7x0i_B-.cjs → index-ut85_XOT.cjs} +1 -1
  20. package/dist/main.cjs +1 -1
  21. package/dist/main.d.ts +1 -1
  22. package/dist/main.js +27 -27
  23. package/dist/rules/core.d.ts +1 -1
  24. package/dist/rules/cspell.d.ts +1 -1
  25. package/dist/rules/jsdoc.d.ts +1 -1
  26. package/dist/rules/stylistic.cjs +1 -1
  27. package/dist/rules/stylistic.d.ts +1 -1
  28. package/dist/rules/stylistic.js +0 -1
  29. package/dist/rules/typescript.d.ts +1 -1
  30. package/dist/rules/vue.d.ts +1 -1
  31. package/dist/rules/vue2.d.ts +1 -1
  32. package/dist/utils/compat.d.ts +4 -4
  33. package/package.json +25 -22
  34. package/dist/base-2md2MWWr.cjs +0 -1
@@ -1,335 +1,44 @@
1
1
  import { dirname as r } from "node:path";
2
2
  import { fileURLToPath as l } from "node:url";
3
- import { FlatCompat as t } from "@eslint/eslintrc";
4
- import { merge as a, mergeAll as f } from "./main.js";
3
+ import { FlatCompat as f } from "@eslint/eslintrc";
4
+ import { merge as a, mergeAll as t } from "./main.js";
5
5
  function s(e) {
6
6
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
7
7
  }
8
8
  const o = {
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
9
+ define: !1,
10
+ require: !1
69
11
  }, n = {
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
12
+ $: !1,
13
+ Application: !1,
14
+ Automation: !1,
15
+ console: !1,
16
+ delay: !1,
17
+ Library: !1,
18
+ ObjC: !1,
19
+ ObjectSpecifier: !1,
20
+ Path: !1,
21
+ Progress: !1,
22
+ Ref: !1
101
23
  }, i = {
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
24
+ advanceClock: !1,
25
+ atom: !1,
26
+ fakeClearInterval: !1,
27
+ fakeClearTimeout: !1,
28
+ fakeSetInterval: !1,
29
+ fakeSetTimeout: !1,
30
+ resetTimeouts: !1,
31
+ waitsForPromise: !1
153
32
  }, c = {
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
- }, u = {
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
- }, m = {
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
- }, d = {
327
33
  AbortController: !1,
328
34
  AbortSignal: !1,
329
35
  AbsoluteOrientationSensor: !1,
330
36
  AbstractRange: !1,
331
37
  Accelerometer: !1,
332
38
  addEventListener: !1,
39
+ ai: !1,
40
+ AI: !1,
41
+ AITextSession: !1,
333
42
  alert: !1,
334
43
  AnalyserNode: !1,
335
44
  Animation: !1,
@@ -399,6 +108,7 @@ const o = {
399
108
  CDATASection: !1,
400
109
  ChannelMergerNode: !1,
401
110
  ChannelSplitterNode: !1,
111
+ ChapterInformation: !1,
402
112
  CharacterBoundsUpdateEvent: !1,
403
113
  CharacterData: !1,
404
114
  clearInterval: !1,
@@ -410,6 +120,7 @@ const o = {
410
120
  close: !1,
411
121
  closed: !1,
412
122
  CloseEvent: !1,
123
+ CloseWatcher: !1,
413
124
  Comment: !1,
414
125
  CompositionEvent: !1,
415
126
  CompressionStream: !1,
@@ -462,6 +173,7 @@ const o = {
462
173
  CSSNamespaceRule: !1,
463
174
  CSSNumericArray: !1,
464
175
  CSSNumericValue: !1,
176
+ CSSPageDescriptors: !1,
465
177
  CSSPageRule: !1,
466
178
  CSSPerspective: !1,
467
179
  CSSPositionTryDescriptors: !1,
@@ -489,6 +201,7 @@ const o = {
489
201
  CSSUnitValue: !1,
490
202
  CSSUnparsedValue: !1,
491
203
  CSSVariableReferenceValue: !1,
204
+ CSSViewTransitionRule: !1,
492
205
  currentFrame: !1,
493
206
  currentTime: !1,
494
207
  CustomElementRegistry: !1,
@@ -567,6 +280,7 @@ const o = {
567
280
  FileSystemHandle: !1,
568
281
  FileSystemWritableFileStream: !1,
569
282
  find: !1,
283
+ Float16Array: !1,
570
284
  focus: !1,
571
285
  FocusEvent: !1,
572
286
  FontData: !1,
@@ -1358,6 +1072,7 @@ const o = {
1358
1072
  WebGLBuffer: !1,
1359
1073
  WebGLContextEvent: !1,
1360
1074
  WebGLFramebuffer: !1,
1075
+ WebGLObject: !1,
1361
1076
  WebGLProgram: !1,
1362
1077
  WebGLQuery: !1,
1363
1078
  WebGLRenderbuffer: !1,
@@ -1435,294 +1150,976 @@ const o = {
1435
1150
  XRWebGLDepthInformation: !1,
1436
1151
  XRWebGLLayer: !1,
1437
1152
  XSLTProcessor: !1
1153
+ }, u = {
1154
+ AggregateError: !1,
1155
+ Array: !1,
1156
+ ArrayBuffer: !1,
1157
+ Atomics: !1,
1158
+ BigInt: !1,
1159
+ BigInt64Array: !1,
1160
+ BigUint64Array: !1,
1161
+ Boolean: !1,
1162
+ DataView: !1,
1163
+ Date: !1,
1164
+ decodeURI: !1,
1165
+ decodeURIComponent: !1,
1166
+ encodeURI: !1,
1167
+ encodeURIComponent: !1,
1168
+ Error: !1,
1169
+ escape: !1,
1170
+ eval: !1,
1171
+ EvalError: !1,
1172
+ FinalizationRegistry: !1,
1173
+ Float32Array: !1,
1174
+ Float64Array: !1,
1175
+ Function: !1,
1176
+ globalThis: !1,
1177
+ Infinity: !1,
1178
+ Int16Array: !1,
1179
+ Int32Array: !1,
1180
+ Int8Array: !1,
1181
+ Intl: !1,
1182
+ isFinite: !1,
1183
+ isNaN: !1,
1184
+ JSON: !1,
1185
+ Map: !1,
1186
+ Math: !1,
1187
+ NaN: !1,
1188
+ Number: !1,
1189
+ Object: !1,
1190
+ parseFloat: !1,
1191
+ parseInt: !1,
1192
+ Promise: !1,
1193
+ Proxy: !1,
1194
+ RangeError: !1,
1195
+ ReferenceError: !1,
1196
+ Reflect: !1,
1197
+ RegExp: !1,
1198
+ Set: !1,
1199
+ SharedArrayBuffer: !1,
1200
+ String: !1,
1201
+ Symbol: !1,
1202
+ SyntaxError: !1,
1203
+ TypeError: !1,
1204
+ Uint16Array: !1,
1205
+ Uint32Array: !1,
1206
+ Uint8Array: !1,
1207
+ Uint8ClampedArray: !1,
1208
+ undefined: !1,
1209
+ unescape: !1,
1210
+ URIError: !1,
1211
+ WeakMap: !1,
1212
+ WeakRef: !1,
1213
+ WeakSet: !1
1214
+ }, m = {
1215
+ assert: !0,
1216
+ expect: !0,
1217
+ should: !0
1218
+ }, d = {
1219
+ exports: !0,
1220
+ global: !1,
1221
+ module: !1,
1222
+ require: !1
1438
1223
  }, S = {
1439
- AbortController: !1,
1440
- AbortSignal: !1,
1441
- addEventListener: !1,
1442
- atob: !1,
1443
- AudioData: !1,
1444
- AudioDecoder: !1,
1445
- AudioEncoder: !1,
1446
- BackgroundFetchManager: !1,
1447
- BackgroundFetchRecord: !1,
1448
- BackgroundFetchRegistration: !1,
1449
- Blob: !1,
1450
- BroadcastChannel: !1,
1451
- btoa: !1,
1452
- ByteLengthQueuingStrategy: !1,
1453
- Cache: !1,
1454
- caches: !1,
1455
- CacheStorage: !1,
1456
- cancelAnimationFrame: !1,
1457
- CanvasGradient: !1,
1458
- CanvasPattern: !1,
1459
- clearInterval: !1,
1460
- clearTimeout: !1,
1461
- close: !1,
1462
- CloseEvent: !1,
1463
- CompressionStream: !1,
1464
- console: !1,
1465
- CountQueuingStrategy: !1,
1466
- createImageBitmap: !1,
1467
- CropTarget: !1,
1468
- crossOriginIsolated: !1,
1469
- crypto: !1,
1470
- Crypto: !1,
1471
- CryptoKey: !1,
1472
- CSSSkewX: !1,
1473
- CSSSkewY: !1,
1474
- CustomEvent: !1,
1475
- DecompressionStream: !1,
1476
- DedicatedWorkerGlobalScope: !1,
1477
- dispatchEvent: !1,
1478
- DOMException: !1,
1479
- DOMMatrix: !1,
1480
- DOMMatrixReadOnly: !1,
1481
- DOMPoint: !1,
1482
- DOMPointReadOnly: !1,
1483
- DOMQuad: !1,
1484
- DOMRect: !1,
1485
- DOMRectReadOnly: !1,
1486
- DOMStringList: !1,
1487
- EncodedAudioChunk: !1,
1488
- EncodedVideoChunk: !1,
1489
- ErrorEvent: !1,
1490
- Event: !1,
1491
- EventSource: !1,
1492
- EventTarget: !1,
1493
- fetch: !1,
1494
- File: !1,
1495
- FileList: !1,
1496
- FileReader: !1,
1497
- FileReaderSync: !1,
1498
- FileSystemDirectoryHandle: !1,
1499
- FileSystemFileHandle: !1,
1500
- FileSystemHandle: !1,
1501
- FileSystemSyncAccessHandle: !1,
1502
- FileSystemWritableFileStream: !1,
1503
- FontFace: !1,
1504
- fonts: !1,
1505
- FormData: !1,
1506
- GPU: !1,
1507
- GPUAdapter: !1,
1508
- GPUAdapterInfo: !1,
1509
- GPUBindGroup: !1,
1510
- GPUBindGroupLayout: !1,
1511
- GPUBuffer: !1,
1512
- GPUBufferUsage: !1,
1513
- GPUCanvasContext: !1,
1514
- GPUColorWrite: !1,
1515
- GPUCommandBuffer: !1,
1516
- GPUCommandEncoder: !1,
1517
- GPUCompilationInfo: !1,
1518
- GPUCompilationMessage: !1,
1519
- GPUComputePassEncoder: !1,
1520
- GPUComputePipeline: !1,
1521
- GPUDevice: !1,
1522
- GPUDeviceLostInfo: !1,
1523
- GPUError: !1,
1524
- GPUExternalTexture: !1,
1525
- GPUInternalError: !1,
1526
- GPUMapMode: !1,
1527
- GPUOutOfMemoryError: !1,
1528
- GPUPipelineError: !1,
1529
- GPUPipelineLayout: !1,
1530
- GPUQuerySet: !1,
1531
- GPUQueue: !1,
1532
- GPURenderBundle: !1,
1533
- GPURenderBundleEncoder: !1,
1534
- GPURenderPassEncoder: !1,
1535
- GPURenderPipeline: !1,
1536
- GPUSampler: !1,
1537
- GPUShaderModule: !1,
1538
- GPUShaderStage: !1,
1539
- GPUSupportedFeatures: !1,
1540
- GPUSupportedLimits: !1,
1541
- GPUTexture: !1,
1542
- GPUTextureUsage: !1,
1543
- GPUTextureView: !1,
1544
- GPUUncapturedErrorEvent: !1,
1545
- GPUValidationError: !1,
1546
- Headers: !1,
1547
- IDBCursor: !1,
1548
- IDBCursorWithValue: !1,
1549
- IDBDatabase: !1,
1550
- IDBFactory: !1,
1551
- IDBIndex: !1,
1552
- IDBKeyRange: !1,
1553
- IDBObjectStore: !1,
1554
- IDBOpenDBRequest: !1,
1555
- IDBRequest: !1,
1556
- IDBTransaction: !1,
1557
- IDBVersionChangeEvent: !1,
1558
- IdleDetector: !1,
1559
- ImageBitmap: !1,
1560
- ImageBitmapRenderingContext: !1,
1561
- ImageData: !1,
1562
- ImageDecoder: !1,
1563
- ImageTrack: !1,
1564
- ImageTrackList: !1,
1565
- importScripts: !1,
1566
- indexedDB: !1,
1567
- isSecureContext: !1,
1568
- Iterator: !1,
1569
- location: !1,
1570
- Lock: !1,
1571
- LockManager: !1,
1572
- MediaCapabilities: !1,
1573
- MediaSource: !1,
1574
- MediaSourceHandle: !1,
1575
- MessageChannel: !1,
1576
- MessageEvent: !1,
1577
- MessagePort: !1,
1578
- name: !1,
1579
- NavigationPreloadManager: !1,
1580
- navigator: !1,
1581
- NavigatorUAData: !1,
1582
- NetworkInformation: !1,
1583
- Notification: !1,
1584
- OffscreenCanvas: !1,
1585
- OffscreenCanvasRenderingContext2D: !1,
1586
- onerror: !0,
1587
- onlanguagechange: !0,
1588
- onmessage: !0,
1589
- onmessageerror: !0,
1590
- onrejectionhandled: !0,
1591
- onunhandledrejection: !0,
1592
- origin: !1,
1593
- Path2D: !1,
1594
- performance: !1,
1595
- Performance: !1,
1596
- PerformanceEntry: !1,
1597
- PerformanceMark: !1,
1598
- PerformanceMeasure: !1,
1599
- PerformanceObserver: !1,
1600
- PerformanceObserverEntryList: !1,
1601
- PerformanceResourceTiming: !1,
1602
- PerformanceServerTiming: !1,
1603
- PeriodicSyncManager: !1,
1604
- Permissions: !1,
1605
- PermissionStatus: !1,
1606
- PERSISTENT: !1,
1607
- postMessage: !1,
1608
- PressureObserver: !1,
1609
- PressureRecord: !1,
1610
- ProgressEvent: !1,
1611
- PromiseRejectionEvent: !1,
1612
- PushManager: !1,
1613
- PushSubscription: !1,
1614
- PushSubscriptionOptions: !1,
1615
- queueMicrotask: !1,
1616
- ReadableByteStreamController: !1,
1617
- ReadableStream: !1,
1618
- ReadableStreamBYOBReader: !1,
1619
- ReadableStreamBYOBRequest: !1,
1620
- ReadableStreamDefaultController: !1,
1621
- ReadableStreamDefaultReader: !1,
1622
- removeEventListener: !1,
1623
- reportError: !1,
1624
- ReportingObserver: !1,
1625
- Request: !1,
1626
- requestAnimationFrame: !1,
1627
- Response: !1,
1628
- RTCEncodedAudioFrame: !1,
1629
- RTCEncodedVideoFrame: !1,
1630
- scheduler: !1,
1631
- Scheduler: !1,
1632
- SecurityPolicyViolationEvent: !1,
1633
- self: !1,
1634
- Serial: !1,
1635
- SerialPort: !1,
1636
- ServiceWorkerRegistration: !1,
1637
- setInterval: !1,
1638
- setTimeout: !1,
1639
- SourceBuffer: !1,
1640
- SourceBufferList: !1,
1641
- StorageBucket: !1,
1642
- StorageBucketManager: !1,
1643
- StorageManager: !1,
1644
- structuredClone: !1,
1645
- SubtleCrypto: !1,
1646
- SyncManager: !1,
1647
- TaskController: !1,
1648
- TaskPriorityChangeEvent: !1,
1649
- TaskSignal: !1,
1650
- TEMPORARY: !1,
1651
- TextDecoder: !1,
1652
- TextDecoderStream: !1,
1653
- TextEncoder: !1,
1654
- TextEncoderStream: !1,
1655
- TextMetrics: !1,
1656
- TransformStream: !1,
1657
- TransformStreamDefaultController: !1,
1658
- TrustedHTML: !1,
1659
- TrustedScript: !1,
1660
- TrustedScriptURL: !1,
1661
- TrustedTypePolicy: !1,
1662
- TrustedTypePolicyFactory: !1,
1663
- trustedTypes: !1,
1664
- URL: !1,
1665
- URLPattern: !1,
1666
- URLSearchParams: !1,
1667
- USB: !1,
1668
- USBAlternateInterface: !1,
1669
- USBConfiguration: !1,
1670
- USBConnectionEvent: !1,
1671
- USBDevice: !1,
1672
- USBEndpoint: !1,
1673
- USBInterface: !1,
1674
- USBInTransferResult: !1,
1675
- USBIsochronousInTransferPacket: !1,
1676
- USBIsochronousInTransferResult: !1,
1677
- USBIsochronousOutTransferPacket: !1,
1678
- USBIsochronousOutTransferResult: !1,
1679
- USBOutTransferResult: !1,
1680
- UserActivation: !1,
1681
- VideoColorSpace: !1,
1682
- VideoDecoder: !1,
1683
- VideoEncoder: !1,
1684
- VideoFrame: !1,
1685
- WebAssembly: !1,
1686
- WebGL2RenderingContext: !1,
1687
- WebGLActiveInfo: !1,
1688
- WebGLBuffer: !1,
1689
- WebGLContextEvent: !1,
1690
- WebGLFramebuffer: !1,
1691
- WebGLProgram: !1,
1692
- WebGLQuery: !1,
1693
- WebGLRenderbuffer: !1,
1694
- WebGLRenderingContext: !1,
1695
- WebGLSampler: !1,
1696
- WebGLShader: !1,
1697
- WebGLShaderPrecisionFormat: !1,
1698
- WebGLSync: !1,
1699
- WebGLTexture: !1,
1700
- WebGLTransformFeedback: !1,
1701
- WebGLUniformLocation: !1,
1702
- WebGLVertexArrayObject: !1,
1703
- webkitRequestFileSystem: !1,
1704
- webkitRequestFileSystemSync: !1,
1705
- webkitResolveLocalFileSystemSyncURL: !1,
1706
- webkitResolveLocalFileSystemURL: !1,
1707
- WebSocket: !1,
1708
- WebSocketError: !1,
1709
- WebSocketStream: !1,
1710
- WebTransport: !1,
1711
- WebTransportBidirectionalStream: !1,
1712
- WebTransportDatagramDuplexStream: !1,
1713
- WebTransportError: !1,
1714
- WGSLLanguageFeatures: !1,
1715
- Worker: !1,
1716
- WorkerGlobalScope: !1,
1717
- WorkerLocation: !1,
1718
- WorkerNavigator: !1,
1719
- WritableStream: !1,
1720
- WritableStreamDefaultController: !1,
1721
- WritableStreamDefaultWriter: !1,
1722
- XMLHttpRequest: !1,
1723
- XMLHttpRequestEventTarget: !1,
1724
- XMLHttpRequestUpload: !1
1224
+ emit: !1,
1225
+ exports: !1,
1226
+ getRow: !1,
1227
+ log: !1,
1228
+ module: !1,
1229
+ provides: !1,
1230
+ require: !1,
1231
+ respond: !1,
1232
+ send: !1,
1233
+ start: !1,
1234
+ sum: !1
1725
1235
  }, p = {
1236
+ $: !1,
1237
+ $_: !1,
1238
+ $$: !1,
1239
+ $0: !1,
1240
+ $1: !1,
1241
+ $2: !1,
1242
+ $3: !1,
1243
+ $4: !1,
1244
+ $x: !1,
1245
+ chrome: !1,
1246
+ clear: !1,
1247
+ copy: !1,
1248
+ debug: !1,
1249
+ dir: !1,
1250
+ dirxml: !1,
1251
+ getEventListeners: !1,
1252
+ inspect: !1,
1253
+ keys: !1,
1254
+ monitor: !1,
1255
+ monitorEvents: !1,
1256
+ profile: !1,
1257
+ profileEnd: !1,
1258
+ queryObjects: !1,
1259
+ table: !1,
1260
+ undebug: !1,
1261
+ unmonitor: !1,
1262
+ unmonitorEvents: !1,
1263
+ values: !1
1264
+ }, g = {
1265
+ andThen: !1,
1266
+ click: !1,
1267
+ currentPath: !1,
1268
+ currentRouteName: !1,
1269
+ currentURL: !1,
1270
+ fillIn: !1,
1271
+ find: !1,
1272
+ findAll: !1,
1273
+ findWithAssert: !1,
1274
+ keyEvent: !1,
1275
+ pauseTest: !1,
1276
+ resumeTest: !1,
1277
+ triggerEvent: !1,
1278
+ visit: !1,
1279
+ wait: !1
1280
+ }, E = {
1281
+ Array: !1,
1282
+ ArrayBuffer: !1,
1283
+ Boolean: !1,
1284
+ DataView: !1,
1285
+ Date: !1,
1286
+ decodeURI: !1,
1287
+ decodeURIComponent: !1,
1288
+ encodeURI: !1,
1289
+ encodeURIComponent: !1,
1290
+ Error: !1,
1291
+ escape: !1,
1292
+ eval: !1,
1293
+ EvalError: !1,
1294
+ Float32Array: !1,
1295
+ Float64Array: !1,
1296
+ Function: !1,
1297
+ Infinity: !1,
1298
+ Int16Array: !1,
1299
+ Int32Array: !1,
1300
+ Int8Array: !1,
1301
+ Intl: !1,
1302
+ isFinite: !1,
1303
+ isNaN: !1,
1304
+ JSON: !1,
1305
+ Map: !1,
1306
+ Math: !1,
1307
+ NaN: !1,
1308
+ Number: !1,
1309
+ Object: !1,
1310
+ parseFloat: !1,
1311
+ parseInt: !1,
1312
+ Promise: !1,
1313
+ Proxy: !1,
1314
+ RangeError: !1,
1315
+ ReferenceError: !1,
1316
+ Reflect: !1,
1317
+ RegExp: !1,
1318
+ Set: !1,
1319
+ String: !1,
1320
+ Symbol: !1,
1321
+ SyntaxError: !1,
1322
+ TypeError: !1,
1323
+ Uint16Array: !1,
1324
+ Uint32Array: !1,
1325
+ Uint8Array: !1,
1326
+ Uint8ClampedArray: !1,
1327
+ undefined: !1,
1328
+ unescape: !1,
1329
+ URIError: !1,
1330
+ WeakMap: !1,
1331
+ WeakSet: !1
1332
+ }, y = {
1333
+ Array: !1,
1334
+ ArrayBuffer: !1,
1335
+ Boolean: !1,
1336
+ DataView: !1,
1337
+ Date: !1,
1338
+ decodeURI: !1,
1339
+ decodeURIComponent: !1,
1340
+ encodeURI: !1,
1341
+ encodeURIComponent: !1,
1342
+ Error: !1,
1343
+ escape: !1,
1344
+ eval: !1,
1345
+ EvalError: !1,
1346
+ Float32Array: !1,
1347
+ Float64Array: !1,
1348
+ Function: !1,
1349
+ Infinity: !1,
1350
+ Int16Array: !1,
1351
+ Int32Array: !1,
1352
+ Int8Array: !1,
1353
+ Intl: !1,
1354
+ isFinite: !1,
1355
+ isNaN: !1,
1356
+ JSON: !1,
1357
+ Map: !1,
1358
+ Math: !1,
1359
+ NaN: !1,
1360
+ Number: !1,
1361
+ Object: !1,
1362
+ parseFloat: !1,
1363
+ parseInt: !1,
1364
+ Promise: !1,
1365
+ Proxy: !1,
1366
+ RangeError: !1,
1367
+ ReferenceError: !1,
1368
+ Reflect: !1,
1369
+ RegExp: !1,
1370
+ Set: !1,
1371
+ String: !1,
1372
+ Symbol: !1,
1373
+ SyntaxError: !1,
1374
+ TypeError: !1,
1375
+ Uint16Array: !1,
1376
+ Uint32Array: !1,
1377
+ Uint8Array: !1,
1378
+ Uint8ClampedArray: !1,
1379
+ undefined: !1,
1380
+ unescape: !1,
1381
+ URIError: !1,
1382
+ WeakMap: !1,
1383
+ WeakSet: !1
1384
+ }, R = {
1385
+ Array: !1,
1386
+ ArrayBuffer: !1,
1387
+ Atomics: !1,
1388
+ Boolean: !1,
1389
+ DataView: !1,
1390
+ Date: !1,
1391
+ decodeURI: !1,
1392
+ decodeURIComponent: !1,
1393
+ encodeURI: !1,
1394
+ encodeURIComponent: !1,
1395
+ Error: !1,
1396
+ escape: !1,
1397
+ eval: !1,
1398
+ EvalError: !1,
1399
+ Float32Array: !1,
1400
+ Float64Array: !1,
1401
+ Function: !1,
1402
+ Infinity: !1,
1403
+ Int16Array: !1,
1404
+ Int32Array: !1,
1405
+ Int8Array: !1,
1406
+ Intl: !1,
1407
+ isFinite: !1,
1408
+ isNaN: !1,
1409
+ JSON: !1,
1410
+ Map: !1,
1411
+ Math: !1,
1412
+ NaN: !1,
1413
+ Number: !1,
1414
+ Object: !1,
1415
+ parseFloat: !1,
1416
+ parseInt: !1,
1417
+ Promise: !1,
1418
+ Proxy: !1,
1419
+ RangeError: !1,
1420
+ ReferenceError: !1,
1421
+ Reflect: !1,
1422
+ RegExp: !1,
1423
+ Set: !1,
1424
+ SharedArrayBuffer: !1,
1425
+ String: !1,
1426
+ Symbol: !1,
1427
+ SyntaxError: !1,
1428
+ TypeError: !1,
1429
+ Uint16Array: !1,
1430
+ Uint32Array: !1,
1431
+ Uint8Array: !1,
1432
+ Uint8ClampedArray: !1,
1433
+ undefined: !1,
1434
+ unescape: !1,
1435
+ URIError: !1,
1436
+ WeakMap: !1,
1437
+ WeakSet: !1
1438
+ }, b = {
1439
+ Array: !1,
1440
+ ArrayBuffer: !1,
1441
+ Atomics: !1,
1442
+ Boolean: !1,
1443
+ DataView: !1,
1444
+ Date: !1,
1445
+ decodeURI: !1,
1446
+ decodeURIComponent: !1,
1447
+ encodeURI: !1,
1448
+ encodeURIComponent: !1,
1449
+ Error: !1,
1450
+ escape: !1,
1451
+ eval: !1,
1452
+ EvalError: !1,
1453
+ Float32Array: !1,
1454
+ Float64Array: !1,
1455
+ Function: !1,
1456
+ Infinity: !1,
1457
+ Int16Array: !1,
1458
+ Int32Array: !1,
1459
+ Int8Array: !1,
1460
+ Intl: !1,
1461
+ isFinite: !1,
1462
+ isNaN: !1,
1463
+ JSON: !1,
1464
+ Map: !1,
1465
+ Math: !1,
1466
+ NaN: !1,
1467
+ Number: !1,
1468
+ Object: !1,
1469
+ parseFloat: !1,
1470
+ parseInt: !1,
1471
+ Promise: !1,
1472
+ Proxy: !1,
1473
+ RangeError: !1,
1474
+ ReferenceError: !1,
1475
+ Reflect: !1,
1476
+ RegExp: !1,
1477
+ Set: !1,
1478
+ SharedArrayBuffer: !1,
1479
+ String: !1,
1480
+ Symbol: !1,
1481
+ SyntaxError: !1,
1482
+ TypeError: !1,
1483
+ Uint16Array: !1,
1484
+ Uint32Array: !1,
1485
+ Uint8Array: !1,
1486
+ Uint8ClampedArray: !1,
1487
+ undefined: !1,
1488
+ unescape: !1,
1489
+ URIError: !1,
1490
+ WeakMap: !1,
1491
+ WeakSet: !1
1492
+ }, C = {
1493
+ Array: !1,
1494
+ ArrayBuffer: !1,
1495
+ Atomics: !1,
1496
+ Boolean: !1,
1497
+ DataView: !1,
1498
+ Date: !1,
1499
+ decodeURI: !1,
1500
+ decodeURIComponent: !1,
1501
+ encodeURI: !1,
1502
+ encodeURIComponent: !1,
1503
+ Error: !1,
1504
+ escape: !1,
1505
+ eval: !1,
1506
+ EvalError: !1,
1507
+ Float32Array: !1,
1508
+ Float64Array: !1,
1509
+ Function: !1,
1510
+ Infinity: !1,
1511
+ Int16Array: !1,
1512
+ Int32Array: !1,
1513
+ Int8Array: !1,
1514
+ Intl: !1,
1515
+ isFinite: !1,
1516
+ isNaN: !1,
1517
+ JSON: !1,
1518
+ Map: !1,
1519
+ Math: !1,
1520
+ NaN: !1,
1521
+ Number: !1,
1522
+ Object: !1,
1523
+ parseFloat: !1,
1524
+ parseInt: !1,
1525
+ Promise: !1,
1526
+ Proxy: !1,
1527
+ RangeError: !1,
1528
+ ReferenceError: !1,
1529
+ Reflect: !1,
1530
+ RegExp: !1,
1531
+ Set: !1,
1532
+ SharedArrayBuffer: !1,
1533
+ String: !1,
1534
+ Symbol: !1,
1535
+ SyntaxError: !1,
1536
+ TypeError: !1,
1537
+ Uint16Array: !1,
1538
+ Uint32Array: !1,
1539
+ Uint8Array: !1,
1540
+ Uint8ClampedArray: !1,
1541
+ undefined: !1,
1542
+ unescape: !1,
1543
+ URIError: !1,
1544
+ WeakMap: !1,
1545
+ WeakSet: !1
1546
+ }, T = {
1547
+ Array: !1,
1548
+ ArrayBuffer: !1,
1549
+ Atomics: !1,
1550
+ BigInt: !1,
1551
+ BigInt64Array: !1,
1552
+ BigUint64Array: !1,
1553
+ Boolean: !1,
1554
+ DataView: !1,
1555
+ Date: !1,
1556
+ decodeURI: !1,
1557
+ decodeURIComponent: !1,
1558
+ encodeURI: !1,
1559
+ encodeURIComponent: !1,
1560
+ Error: !1,
1561
+ escape: !1,
1562
+ eval: !1,
1563
+ EvalError: !1,
1564
+ Float32Array: !1,
1565
+ Float64Array: !1,
1566
+ Function: !1,
1567
+ globalThis: !1,
1568
+ Infinity: !1,
1569
+ Int16Array: !1,
1570
+ Int32Array: !1,
1571
+ Int8Array: !1,
1572
+ Intl: !1,
1573
+ isFinite: !1,
1574
+ isNaN: !1,
1575
+ JSON: !1,
1576
+ Map: !1,
1577
+ Math: !1,
1578
+ NaN: !1,
1579
+ Number: !1,
1580
+ Object: !1,
1581
+ parseFloat: !1,
1582
+ parseInt: !1,
1583
+ Promise: !1,
1584
+ Proxy: !1,
1585
+ RangeError: !1,
1586
+ ReferenceError: !1,
1587
+ Reflect: !1,
1588
+ RegExp: !1,
1589
+ Set: !1,
1590
+ SharedArrayBuffer: !1,
1591
+ String: !1,
1592
+ Symbol: !1,
1593
+ SyntaxError: !1,
1594
+ TypeError: !1,
1595
+ Uint16Array: !1,
1596
+ Uint32Array: !1,
1597
+ Uint8Array: !1,
1598
+ Uint8ClampedArray: !1,
1599
+ undefined: !1,
1600
+ unescape: !1,
1601
+ URIError: !1,
1602
+ WeakMap: !1,
1603
+ WeakSet: !1
1604
+ }, v = {
1605
+ AggregateError: !1,
1606
+ Array: !1,
1607
+ ArrayBuffer: !1,
1608
+ Atomics: !1,
1609
+ BigInt: !1,
1610
+ BigInt64Array: !1,
1611
+ BigUint64Array: !1,
1612
+ Boolean: !1,
1613
+ DataView: !1,
1614
+ Date: !1,
1615
+ decodeURI: !1,
1616
+ decodeURIComponent: !1,
1617
+ encodeURI: !1,
1618
+ encodeURIComponent: !1,
1619
+ Error: !1,
1620
+ escape: !1,
1621
+ eval: !1,
1622
+ EvalError: !1,
1623
+ FinalizationRegistry: !1,
1624
+ Float32Array: !1,
1625
+ Float64Array: !1,
1626
+ Function: !1,
1627
+ globalThis: !1,
1628
+ Infinity: !1,
1629
+ Int16Array: !1,
1630
+ Int32Array: !1,
1631
+ Int8Array: !1,
1632
+ Intl: !1,
1633
+ isFinite: !1,
1634
+ isNaN: !1,
1635
+ JSON: !1,
1636
+ Map: !1,
1637
+ Math: !1,
1638
+ NaN: !1,
1639
+ Number: !1,
1640
+ Object: !1,
1641
+ parseFloat: !1,
1642
+ parseInt: !1,
1643
+ Promise: !1,
1644
+ Proxy: !1,
1645
+ RangeError: !1,
1646
+ ReferenceError: !1,
1647
+ Reflect: !1,
1648
+ RegExp: !1,
1649
+ Set: !1,
1650
+ SharedArrayBuffer: !1,
1651
+ String: !1,
1652
+ Symbol: !1,
1653
+ SyntaxError: !1,
1654
+ TypeError: !1,
1655
+ Uint16Array: !1,
1656
+ Uint32Array: !1,
1657
+ Uint8Array: !1,
1658
+ Uint8ClampedArray: !1,
1659
+ undefined: !1,
1660
+ unescape: !1,
1661
+ URIError: !1,
1662
+ WeakMap: !1,
1663
+ WeakRef: !1,
1664
+ WeakSet: !1
1665
+ }, M = {
1666
+ AggregateError: !1,
1667
+ Array: !1,
1668
+ ArrayBuffer: !1,
1669
+ Atomics: !1,
1670
+ BigInt: !1,
1671
+ BigInt64Array: !1,
1672
+ BigUint64Array: !1,
1673
+ Boolean: !1,
1674
+ DataView: !1,
1675
+ Date: !1,
1676
+ decodeURI: !1,
1677
+ decodeURIComponent: !1,
1678
+ encodeURI: !1,
1679
+ encodeURIComponent: !1,
1680
+ Error: !1,
1681
+ escape: !1,
1682
+ eval: !1,
1683
+ EvalError: !1,
1684
+ FinalizationRegistry: !1,
1685
+ Float32Array: !1,
1686
+ Float64Array: !1,
1687
+ Function: !1,
1688
+ globalThis: !1,
1689
+ Infinity: !1,
1690
+ Int16Array: !1,
1691
+ Int32Array: !1,
1692
+ Int8Array: !1,
1693
+ Intl: !1,
1694
+ isFinite: !1,
1695
+ isNaN: !1,
1696
+ JSON: !1,
1697
+ Map: !1,
1698
+ Math: !1,
1699
+ NaN: !1,
1700
+ Number: !1,
1701
+ Object: !1,
1702
+ parseFloat: !1,
1703
+ parseInt: !1,
1704
+ Promise: !1,
1705
+ Proxy: !1,
1706
+ RangeError: !1,
1707
+ ReferenceError: !1,
1708
+ Reflect: !1,
1709
+ RegExp: !1,
1710
+ Set: !1,
1711
+ SharedArrayBuffer: !1,
1712
+ String: !1,
1713
+ Symbol: !1,
1714
+ SyntaxError: !1,
1715
+ TypeError: !1,
1716
+ Uint16Array: !1,
1717
+ Uint32Array: !1,
1718
+ Uint8Array: !1,
1719
+ Uint8ClampedArray: !1,
1720
+ undefined: !1,
1721
+ unescape: !1,
1722
+ URIError: !1,
1723
+ WeakMap: !1,
1724
+ WeakRef: !1,
1725
+ WeakSet: !1
1726
+ }, P = {
1727
+ AggregateError: !1,
1728
+ Array: !1,
1729
+ ArrayBuffer: !1,
1730
+ Atomics: !1,
1731
+ BigInt: !1,
1732
+ BigInt64Array: !1,
1733
+ BigUint64Array: !1,
1734
+ Boolean: !1,
1735
+ DataView: !1,
1736
+ Date: !1,
1737
+ decodeURI: !1,
1738
+ decodeURIComponent: !1,
1739
+ encodeURI: !1,
1740
+ encodeURIComponent: !1,
1741
+ Error: !1,
1742
+ escape: !1,
1743
+ eval: !1,
1744
+ EvalError: !1,
1745
+ FinalizationRegistry: !1,
1746
+ Float32Array: !1,
1747
+ Float64Array: !1,
1748
+ Function: !1,
1749
+ globalThis: !1,
1750
+ Infinity: !1,
1751
+ Int16Array: !1,
1752
+ Int32Array: !1,
1753
+ Int8Array: !1,
1754
+ Intl: !1,
1755
+ isFinite: !1,
1756
+ isNaN: !1,
1757
+ JSON: !1,
1758
+ Map: !1,
1759
+ Math: !1,
1760
+ NaN: !1,
1761
+ Number: !1,
1762
+ Object: !1,
1763
+ parseFloat: !1,
1764
+ parseInt: !1,
1765
+ Promise: !1,
1766
+ Proxy: !1,
1767
+ RangeError: !1,
1768
+ ReferenceError: !1,
1769
+ Reflect: !1,
1770
+ RegExp: !1,
1771
+ Set: !1,
1772
+ SharedArrayBuffer: !1,
1773
+ String: !1,
1774
+ Symbol: !1,
1775
+ SyntaxError: !1,
1776
+ TypeError: !1,
1777
+ Uint16Array: !1,
1778
+ Uint32Array: !1,
1779
+ Uint8Array: !1,
1780
+ Uint8ClampedArray: !1,
1781
+ undefined: !1,
1782
+ unescape: !1,
1783
+ URIError: !1,
1784
+ WeakMap: !1,
1785
+ WeakRef: !1,
1786
+ WeakSet: !1
1787
+ }, I = {
1788
+ AggregateError: !1,
1789
+ Array: !1,
1790
+ ArrayBuffer: !1,
1791
+ Atomics: !1,
1792
+ BigInt: !1,
1793
+ BigInt64Array: !1,
1794
+ BigUint64Array: !1,
1795
+ Boolean: !1,
1796
+ DataView: !1,
1797
+ Date: !1,
1798
+ decodeURI: !1,
1799
+ decodeURIComponent: !1,
1800
+ encodeURI: !1,
1801
+ encodeURIComponent: !1,
1802
+ Error: !1,
1803
+ escape: !1,
1804
+ eval: !1,
1805
+ EvalError: !1,
1806
+ FinalizationRegistry: !1,
1807
+ Float32Array: !1,
1808
+ Float64Array: !1,
1809
+ Function: !1,
1810
+ globalThis: !1,
1811
+ Infinity: !1,
1812
+ Int16Array: !1,
1813
+ Int32Array: !1,
1814
+ Int8Array: !1,
1815
+ Intl: !1,
1816
+ isFinite: !1,
1817
+ isNaN: !1,
1818
+ JSON: !1,
1819
+ Map: !1,
1820
+ Math: !1,
1821
+ NaN: !1,
1822
+ Number: !1,
1823
+ Object: !1,
1824
+ parseFloat: !1,
1825
+ parseInt: !1,
1826
+ Promise: !1,
1827
+ Proxy: !1,
1828
+ RangeError: !1,
1829
+ ReferenceError: !1,
1830
+ Reflect: !1,
1831
+ RegExp: !1,
1832
+ Set: !1,
1833
+ SharedArrayBuffer: !1,
1834
+ String: !1,
1835
+ Symbol: !1,
1836
+ SyntaxError: !1,
1837
+ TypeError: !1,
1838
+ Uint16Array: !1,
1839
+ Uint32Array: !1,
1840
+ Uint8Array: !1,
1841
+ Uint8ClampedArray: !1,
1842
+ undefined: !1,
1843
+ unescape: !1,
1844
+ URIError: !1,
1845
+ WeakMap: !1,
1846
+ WeakRef: !1,
1847
+ WeakSet: !1
1848
+ }, h = {
1849
+ AggregateError: !1,
1850
+ Array: !1,
1851
+ ArrayBuffer: !1,
1852
+ Atomics: !1,
1853
+ BigInt: !1,
1854
+ BigInt64Array: !1,
1855
+ BigUint64Array: !1,
1856
+ Boolean: !1,
1857
+ DataView: !1,
1858
+ Date: !1,
1859
+ decodeURI: !1,
1860
+ decodeURIComponent: !1,
1861
+ encodeURI: !1,
1862
+ encodeURIComponent: !1,
1863
+ Error: !1,
1864
+ escape: !1,
1865
+ eval: !1,
1866
+ EvalError: !1,
1867
+ FinalizationRegistry: !1,
1868
+ Float32Array: !1,
1869
+ Float64Array: !1,
1870
+ Function: !1,
1871
+ globalThis: !1,
1872
+ Infinity: !1,
1873
+ Int16Array: !1,
1874
+ Int32Array: !1,
1875
+ Int8Array: !1,
1876
+ Intl: !1,
1877
+ isFinite: !1,
1878
+ isNaN: !1,
1879
+ JSON: !1,
1880
+ Map: !1,
1881
+ Math: !1,
1882
+ NaN: !1,
1883
+ Number: !1,
1884
+ Object: !1,
1885
+ parseFloat: !1,
1886
+ parseInt: !1,
1887
+ Promise: !1,
1888
+ Proxy: !1,
1889
+ RangeError: !1,
1890
+ ReferenceError: !1,
1891
+ Reflect: !1,
1892
+ RegExp: !1,
1893
+ Set: !1,
1894
+ SharedArrayBuffer: !1,
1895
+ String: !1,
1896
+ Symbol: !1,
1897
+ SyntaxError: !1,
1898
+ TypeError: !1,
1899
+ Uint16Array: !1,
1900
+ Uint32Array: !1,
1901
+ Uint8Array: !1,
1902
+ Uint8ClampedArray: !1,
1903
+ undefined: !1,
1904
+ unescape: !1,
1905
+ URIError: !1,
1906
+ WeakMap: !1,
1907
+ WeakRef: !1,
1908
+ WeakSet: !1
1909
+ }, A = {
1910
+ Array: !1,
1911
+ Boolean: !1,
1912
+ Date: !1,
1913
+ decodeURI: !1,
1914
+ decodeURIComponent: !1,
1915
+ encodeURI: !1,
1916
+ encodeURIComponent: !1,
1917
+ Error: !1,
1918
+ escape: !1,
1919
+ eval: !1,
1920
+ EvalError: !1,
1921
+ Function: !1,
1922
+ Infinity: !1,
1923
+ isFinite: !1,
1924
+ isNaN: !1,
1925
+ JSON: !1,
1926
+ Math: !1,
1927
+ NaN: !1,
1928
+ Number: !1,
1929
+ Object: !1,
1930
+ parseFloat: !1,
1931
+ parseInt: !1,
1932
+ RangeError: !1,
1933
+ ReferenceError: !1,
1934
+ RegExp: !1,
1935
+ String: !1,
1936
+ SyntaxError: !1,
1937
+ TypeError: !1,
1938
+ undefined: !1,
1939
+ unescape: !1,
1940
+ URIError: !1
1941
+ }, G = {
1942
+ cloneInto: !1,
1943
+ createObjectIn: !1,
1944
+ exportFunction: !1,
1945
+ GM: !1,
1946
+ GM_addElement: !1,
1947
+ GM_addStyle: !1,
1948
+ GM_addValueChangeListener: !1,
1949
+ GM_deleteValue: !1,
1950
+ GM_download: !1,
1951
+ GM_getResourceText: !1,
1952
+ GM_getResourceURL: !1,
1953
+ GM_getTab: !1,
1954
+ GM_getTabs: !1,
1955
+ GM_getValue: !1,
1956
+ GM_info: !1,
1957
+ GM_listValues: !1,
1958
+ GM_log: !1,
1959
+ GM_notification: !1,
1960
+ GM_openInTab: !1,
1961
+ GM_registerMenuCommand: !1,
1962
+ GM_removeValueChangeListener: !1,
1963
+ GM_saveTab: !1,
1964
+ GM_setClipboard: !1,
1965
+ GM_setValue: !1,
1966
+ GM_unregisterMenuCommand: !1,
1967
+ GM_xmlhttpRequest: !1,
1968
+ unsafeWindow: !1
1969
+ }, U = {
1970
+ afterAll: !1,
1971
+ afterEach: !1,
1972
+ beforeAll: !1,
1973
+ beforeEach: !1,
1974
+ describe: !1,
1975
+ expect: !1,
1976
+ expectAsync: !1,
1977
+ fail: !1,
1978
+ fdescribe: !1,
1979
+ fit: !1,
1980
+ it: !1,
1981
+ jasmine: !1,
1982
+ pending: !1,
1983
+ runs: !1,
1984
+ spyOn: !1,
1985
+ spyOnAllFunctions: !1,
1986
+ spyOnProperty: !1,
1987
+ waits: !1,
1988
+ waitsFor: !1,
1989
+ xdescribe: !1,
1990
+ xit: !1
1991
+ }, D = {
1992
+ afterAll: !1,
1993
+ afterEach: !1,
1994
+ beforeAll: !1,
1995
+ beforeEach: !1,
1996
+ describe: !1,
1997
+ expect: !1,
1998
+ fit: !1,
1999
+ it: !1,
2000
+ jest: !1,
2001
+ test: !1,
2002
+ xdescribe: !1,
2003
+ xit: !1,
2004
+ xtest: !1
2005
+ }, L = {
2006
+ $: !1,
2007
+ jQuery: !1
2008
+ }, B = {
2009
+ $: !1,
2010
+ Accounts: !1,
2011
+ AccountsClient: !1,
2012
+ AccountsCommon: !1,
2013
+ AccountsServer: !1,
2014
+ App: !1,
2015
+ Assets: !1,
2016
+ Blaze: !1,
2017
+ check: !1,
2018
+ Cordova: !1,
2019
+ DDP: !1,
2020
+ DDPRateLimiter: !1,
2021
+ DDPServer: !1,
2022
+ Deps: !1,
2023
+ EJSON: !1,
2024
+ Email: !1,
2025
+ HTTP: !1,
2026
+ Log: !1,
2027
+ Match: !1,
2028
+ Meteor: !1,
2029
+ Mongo: !1,
2030
+ MongoInternals: !1,
2031
+ Npm: !1,
2032
+ Package: !1,
2033
+ Plugin: !1,
2034
+ process: !1,
2035
+ Random: !1,
2036
+ ReactiveDict: !1,
2037
+ ReactiveVar: !1,
2038
+ Router: !1,
2039
+ ServiceConfiguration: !1,
2040
+ Session: !1,
2041
+ share: !1,
2042
+ Spacebars: !1,
2043
+ Template: !1,
2044
+ Tinytest: !1,
2045
+ Tracker: !1,
2046
+ UI: !1,
2047
+ Utils: !1,
2048
+ WebApp: !1,
2049
+ WebAppInternals: !1
2050
+ }, F = {
2051
+ after: !1,
2052
+ afterEach: !1,
2053
+ before: !1,
2054
+ beforeEach: !1,
2055
+ context: !1,
2056
+ describe: !1,
2057
+ it: !1,
2058
+ mocha: !1,
2059
+ run: !1,
2060
+ setup: !1,
2061
+ specify: !1,
2062
+ suite: !1,
2063
+ suiteSetup: !1,
2064
+ suiteTeardown: !1,
2065
+ teardown: !1,
2066
+ test: !1,
2067
+ xcontext: !1,
2068
+ xdescribe: !1,
2069
+ xit: !1,
2070
+ xspecify: !1
2071
+ }, k = {
2072
+ _isWindows: !1,
2073
+ _rand: !1,
2074
+ BulkWriteResult: !1,
2075
+ cat: !1,
2076
+ cd: !1,
2077
+ connect: !1,
2078
+ db: !1,
2079
+ getHostName: !1,
2080
+ getMemInfo: !1,
2081
+ hostname: !1,
2082
+ ISODate: !1,
2083
+ listFiles: !1,
2084
+ load: !1,
2085
+ ls: !1,
2086
+ md5sumFile: !1,
2087
+ mkdir: !1,
2088
+ Mongo: !1,
2089
+ NumberInt: !1,
2090
+ NumberLong: !1,
2091
+ ObjectId: !1,
2092
+ PlanCache: !1,
2093
+ print: !1,
2094
+ printjson: !1,
2095
+ pwd: !1,
2096
+ quit: !1,
2097
+ removeFile: !1,
2098
+ rs: !1,
2099
+ sh: !1,
2100
+ UUID: !1,
2101
+ version: !1,
2102
+ WriteResult: !1
2103
+ }, x = {
2104
+ __DIR__: !1,
2105
+ __FILE__: !1,
2106
+ __LINE__: !1,
2107
+ com: !1,
2108
+ edu: !1,
2109
+ exit: !1,
2110
+ java: !1,
2111
+ Java: !1,
2112
+ javafx: !1,
2113
+ JavaImporter: !1,
2114
+ javax: !1,
2115
+ JSAdapter: !1,
2116
+ load: !1,
2117
+ loadWithNewGlobal: !1,
2118
+ org: !1,
2119
+ Packages: !1,
2120
+ print: !1,
2121
+ quit: !1
2122
+ }, V = {
1726
2123
  __dirname: !1,
1727
2124
  __filename: !1,
1728
2125
  AbortController: !1,
@@ -1797,7 +2194,7 @@ const o = {
1797
2194
  WritableStream: !1,
1798
2195
  WritableStreamDefaultController: !1,
1799
2196
  WritableStreamDefaultWriter: !1
1800
- }, g = {
2197
+ }, O = {
1801
2198
  AbortController: !1,
1802
2199
  AbortSignal: !1,
1803
2200
  atob: !1,
@@ -1867,72 +2264,61 @@ const o = {
1867
2264
  WritableStream: !1,
1868
2265
  WritableStreamDefaultController: !1,
1869
2266
  WritableStreamDefaultWriter: !1
1870
- }, E = {
2267
+ }, W = {
2268
+ console: !0,
1871
2269
  exports: !0,
1872
- global: !1,
1873
- module: !1,
1874
- require: !1
1875
- }, y = {
1876
- define: !1,
1877
- require: !1
1878
- }, b = {
1879
- after: !1,
1880
- afterEach: !1,
1881
- before: !1,
1882
- beforeEach: !1,
1883
- context: !1,
1884
- describe: !1,
1885
- it: !1,
1886
- mocha: !1,
1887
- run: !1,
1888
- setup: !1,
1889
- specify: !1,
1890
- suite: !1,
1891
- suiteSetup: !1,
1892
- suiteTeardown: !1,
1893
- teardown: !1,
1894
- test: !1,
1895
- xcontext: !1,
1896
- xdescribe: !1,
1897
- xit: !1,
1898
- xspecify: !1
1899
- }, R = {
1900
- afterAll: !1,
1901
- afterEach: !1,
1902
- beforeAll: !1,
1903
- beforeEach: !1,
1904
- describe: !1,
1905
- expect: !1,
1906
- expectAsync: !1,
1907
- fail: !1,
1908
- fdescribe: !1,
1909
- fit: !1,
1910
- it: !1,
1911
- jasmine: !1,
1912
- pending: !1,
1913
- runs: !1,
1914
- spyOn: !1,
1915
- spyOnAllFunctions: !1,
1916
- spyOnProperty: !1,
1917
- waits: !1,
1918
- waitsFor: !1,
1919
- xdescribe: !1,
1920
- xit: !1
1921
- }, T = {
1922
- afterAll: !1,
1923
- afterEach: !1,
1924
- beforeAll: !1,
1925
- beforeEach: !1,
1926
- describe: !1,
1927
- expect: !1,
1928
- fit: !1,
1929
- it: !1,
1930
- jest: !1,
1931
- test: !1,
1932
- xdescribe: !1,
1933
- xit: !1,
1934
- xtest: !1
1935
- }, C = {
2270
+ phantom: !0,
2271
+ require: !0,
2272
+ WebPage: !0
2273
+ }, N = {
2274
+ $: !1,
2275
+ $$: !1,
2276
+ $A: !1,
2277
+ $break: !1,
2278
+ $continue: !1,
2279
+ $F: !1,
2280
+ $H: !1,
2281
+ $R: !1,
2282
+ $w: !1,
2283
+ Abstract: !1,
2284
+ Ajax: !1,
2285
+ Autocompleter: !1,
2286
+ Builder: !1,
2287
+ Class: !1,
2288
+ Control: !1,
2289
+ Draggable: !1,
2290
+ Draggables: !1,
2291
+ Droppables: !1,
2292
+ Effect: !1,
2293
+ Element: !1,
2294
+ Enumerable: !1,
2295
+ Event: !1,
2296
+ Field: !1,
2297
+ Form: !1,
2298
+ Hash: !1,
2299
+ Insertion: !1,
2300
+ ObjectRange: !1,
2301
+ PeriodicalExecuter: !1,
2302
+ Position: !1,
2303
+ Prototype: !1,
2304
+ Scriptaculous: !1,
2305
+ Selector: !1,
2306
+ Sortable: !1,
2307
+ SortableObserver: !1,
2308
+ Sound: !1,
2309
+ Template: !1,
2310
+ Toggle: !1,
2311
+ Try: !1
2312
+ }, H = {
2313
+ $: !1,
2314
+ $$: !1,
2315
+ browser: !1,
2316
+ by: !1,
2317
+ By: !1,
2318
+ DartObject: !1,
2319
+ element: !1,
2320
+ protractor: !1
2321
+ }, w = {
1936
2322
  asyncTest: !1,
1937
2323
  deepEqual: !1,
1938
2324
  equal: !1,
@@ -1952,25 +2338,7 @@ const o = {
1952
2338
  strictEqual: !1,
1953
2339
  test: !1,
1954
2340
  throws: !1
1955
- }, v = {
1956
- console: !0,
1957
- exports: !0,
1958
- phantom: !0,
1959
- require: !0,
1960
- WebPage: !0
1961
- }, M = {
1962
- emit: !1,
1963
- exports: !1,
1964
- getRow: !1,
1965
- log: !1,
1966
- module: !1,
1967
- provides: !1,
1968
- require: !1,
1969
- respond: !1,
1970
- send: !1,
1971
- start: !1,
1972
- sum: !1
1973
- }, P = {
2341
+ }, j = {
1974
2342
  defineClass: !1,
1975
2343
  deserialize: !1,
1976
2344
  gc: !1,
@@ -1992,48 +2360,129 @@ const o = {
1992
2360
  sync: !1,
1993
2361
  toint32: !1,
1994
2362
  version: !1
1995
- }, h = {
1996
- __DIR__: !1,
1997
- __FILE__: !1,
1998
- __LINE__: !1,
1999
- com: !1,
2000
- edu: !1,
2001
- exit: !1,
2002
- java: !1,
2003
- Java: !1,
2004
- javafx: !1,
2005
- JavaImporter: !1,
2006
- javax: !1,
2007
- JSAdapter: !1,
2008
- load: !1,
2009
- loadWithNewGlobal: !1,
2010
- org: !1,
2011
- Packages: !1,
2012
- print: !1,
2013
- quit: !1
2014
- }, G = {
2015
- ActiveXObject: !1,
2016
- CollectGarbage: !1,
2017
- Debug: !1,
2018
- Enumerator: !1,
2019
- GetObject: !1,
2020
- RuntimeObject: !1,
2021
- ScriptEngine: !1,
2022
- ScriptEngineBuildVersion: !1,
2023
- ScriptEngineMajorVersion: !1,
2024
- ScriptEngineMinorVersion: !1,
2025
- VBArray: !1,
2026
- WScript: !1,
2027
- WSH: !1
2028
- }, I = {
2029
- $: !1,
2030
- jQuery: !1
2031
- }, L = {
2032
- YAHOO: !1,
2033
- YAHOO_config: !1,
2034
- YUI: !1,
2035
- YUI_config: !1
2036
- }, D = {
2363
+ }, q = {
2364
+ addEventListener: !1,
2365
+ applicationCache: !1,
2366
+ atob: !1,
2367
+ Blob: !1,
2368
+ BroadcastChannel: !1,
2369
+ btoa: !1,
2370
+ ByteLengthQueuingStrategy: !1,
2371
+ Cache: !1,
2372
+ caches: !1,
2373
+ CacheStorage: !1,
2374
+ clearInterval: !1,
2375
+ clearTimeout: !1,
2376
+ Client: !1,
2377
+ clients: !1,
2378
+ Clients: !1,
2379
+ close: !0,
2380
+ CompressionStream: !1,
2381
+ console: !1,
2382
+ CountQueuingStrategy: !1,
2383
+ crypto: !1,
2384
+ Crypto: !1,
2385
+ CryptoKey: !1,
2386
+ CustomEvent: !1,
2387
+ DecompressionStream: !1,
2388
+ ErrorEvent: !1,
2389
+ Event: !1,
2390
+ ExtendableEvent: !1,
2391
+ ExtendableMessageEvent: !1,
2392
+ fetch: !1,
2393
+ FetchEvent: !1,
2394
+ File: !1,
2395
+ FileReaderSync: !1,
2396
+ FormData: !1,
2397
+ Headers: !1,
2398
+ IDBCursor: !1,
2399
+ IDBCursorWithValue: !1,
2400
+ IDBDatabase: !1,
2401
+ IDBFactory: !1,
2402
+ IDBIndex: !1,
2403
+ IDBKeyRange: !1,
2404
+ IDBObjectStore: !1,
2405
+ IDBOpenDBRequest: !1,
2406
+ IDBRequest: !1,
2407
+ IDBTransaction: !1,
2408
+ IDBVersionChangeEvent: !1,
2409
+ ImageData: !1,
2410
+ importScripts: !1,
2411
+ indexedDB: !1,
2412
+ location: !1,
2413
+ MessageChannel: !1,
2414
+ MessageEvent: !1,
2415
+ MessagePort: !1,
2416
+ name: !1,
2417
+ navigator: !1,
2418
+ Notification: !1,
2419
+ onclose: !0,
2420
+ onconnect: !0,
2421
+ onerror: !0,
2422
+ onfetch: !0,
2423
+ oninstall: !0,
2424
+ onlanguagechange: !0,
2425
+ onmessage: !0,
2426
+ onmessageerror: !0,
2427
+ onnotificationclick: !0,
2428
+ onnotificationclose: !0,
2429
+ onoffline: !0,
2430
+ ononline: !0,
2431
+ onpush: !0,
2432
+ onpushsubscriptionchange: !0,
2433
+ onrejectionhandled: !0,
2434
+ onsync: !0,
2435
+ onunhandledrejection: !0,
2436
+ performance: !1,
2437
+ Performance: !1,
2438
+ PerformanceEntry: !1,
2439
+ PerformanceMark: !1,
2440
+ PerformanceMeasure: !1,
2441
+ PerformanceNavigation: !1,
2442
+ PerformanceObserver: !1,
2443
+ PerformanceObserverEntryList: !1,
2444
+ PerformanceResourceTiming: !1,
2445
+ PerformanceTiming: !1,
2446
+ postMessage: !0,
2447
+ queueMicrotask: !1,
2448
+ ReadableByteStreamController: !1,
2449
+ ReadableStream: !1,
2450
+ ReadableStreamBYOBReader: !1,
2451
+ ReadableStreamBYOBRequest: !1,
2452
+ ReadableStreamDefaultController: !1,
2453
+ ReadableStreamDefaultReader: !1,
2454
+ registration: !1,
2455
+ removeEventListener: !1,
2456
+ Request: !1,
2457
+ Response: !1,
2458
+ self: !1,
2459
+ ServiceWorker: !1,
2460
+ ServiceWorkerContainer: !1,
2461
+ ServiceWorkerGlobalScope: !1,
2462
+ ServiceWorkerMessageEvent: !1,
2463
+ ServiceWorkerRegistration: !1,
2464
+ setInterval: !1,
2465
+ setTimeout: !1,
2466
+ skipWaiting: !1,
2467
+ SubtleCrypto: !1,
2468
+ TextDecoder: !1,
2469
+ TextDecoderStream: !1,
2470
+ TextEncoder: !1,
2471
+ TextEncoderStream: !1,
2472
+ TransformStream: !1,
2473
+ TransformStreamDefaultController: !1,
2474
+ URL: !1,
2475
+ URLSearchParams: !1,
2476
+ WebAssembly: !1,
2477
+ WebSocket: !1,
2478
+ WindowClient: !1,
2479
+ Worker: !1,
2480
+ WorkerGlobalScope: !1,
2481
+ WritableStream: !1,
2482
+ WritableStreamDefaultController: !1,
2483
+ WritableStreamDefaultWriter: !1,
2484
+ XMLHttpRequest: !1
2485
+ }, X = {
2037
2486
  cat: !1,
2038
2487
  cd: !1,
2039
2488
  chmod: !1,
@@ -2066,135 +2515,22 @@ const o = {
2066
2515
  touch: !1,
2067
2516
  uniq: !1,
2068
2517
  which: !1
2069
- }, A = {
2070
- $: !1,
2071
- $$: !1,
2072
- $A: !1,
2073
- $break: !1,
2074
- $continue: !1,
2075
- $F: !1,
2076
- $H: !1,
2077
- $R: !1,
2078
- $w: !1,
2079
- Abstract: !1,
2080
- Ajax: !1,
2081
- Autocompleter: !1,
2082
- Builder: !1,
2083
- Class: !1,
2084
- Control: !1,
2085
- Draggable: !1,
2086
- Draggables: !1,
2087
- Droppables: !1,
2088
- Effect: !1,
2089
- Element: !1,
2090
- Enumerable: !1,
2091
- Event: !1,
2092
- Field: !1,
2093
- Form: !1,
2094
- Hash: !1,
2095
- Insertion: !1,
2096
- ObjectRange: !1,
2097
- PeriodicalExecuter: !1,
2098
- Position: !1,
2099
- Prototype: !1,
2100
- Scriptaculous: !1,
2101
- Selector: !1,
2102
- Sortable: !1,
2103
- SortableObserver: !1,
2104
- Sound: !1,
2105
- Template: !1,
2106
- Toggle: !1,
2107
- Try: !1
2108
- }, B = {
2109
- $: !1,
2110
- Accounts: !1,
2111
- AccountsClient: !1,
2112
- AccountsCommon: !1,
2113
- AccountsServer: !1,
2114
- App: !1,
2115
- Assets: !1,
2116
- Blaze: !1,
2117
- check: !1,
2118
- Cordova: !1,
2119
- DDP: !1,
2120
- DDPRateLimiter: !1,
2121
- DDPServer: !1,
2122
- Deps: !1,
2123
- EJSON: !1,
2124
- Email: !1,
2125
- HTTP: !1,
2126
- Log: !1,
2127
- Match: !1,
2128
- Meteor: !1,
2129
- Mongo: !1,
2130
- MongoInternals: !1,
2131
- Npm: !1,
2132
- Package: !1,
2133
- Plugin: !1,
2134
- process: !1,
2135
- Random: !1,
2136
- ReactiveDict: !1,
2137
- ReactiveVar: !1,
2138
- Router: !1,
2139
- ServiceConfiguration: !1,
2140
- Session: !1,
2141
- share: !1,
2142
- Spacebars: !1,
2143
- Template: !1,
2144
- Tinytest: !1,
2145
- Tracker: !1,
2146
- UI: !1,
2147
- Utils: !1,
2148
- WebApp: !1,
2149
- WebAppInternals: !1
2150
- }, U = {
2151
- _isWindows: !1,
2152
- _rand: !1,
2153
- BulkWriteResult: !1,
2154
- cat: !1,
2155
- cd: !1,
2156
- connect: !1,
2157
- db: !1,
2158
- getHostName: !1,
2159
- getMemInfo: !1,
2160
- hostname: !1,
2161
- ISODate: !1,
2162
- listFiles: !1,
2163
- load: !1,
2164
- ls: !1,
2165
- md5sumFile: !1,
2166
- mkdir: !1,
2167
- Mongo: !1,
2168
- NumberInt: !1,
2169
- NumberLong: !1,
2170
- ObjectId: !1,
2171
- PlanCache: !1,
2172
- print: !1,
2173
- printjson: !1,
2174
- pwd: !1,
2175
- quit: !1,
2176
- removeFile: !1,
2177
- rs: !1,
2178
- sh: !1,
2179
- UUID: !1,
2180
- version: !1,
2181
- WriteResult: !1
2182
- }, k = {
2183
- $: !1,
2184
- Application: !1,
2185
- Automation: !1,
2186
- console: !1,
2187
- delay: !1,
2188
- Library: !1,
2189
- ObjC: !1,
2190
- ObjectSpecifier: !1,
2191
- Path: !1,
2192
- Progress: !1,
2193
- Ref: !1
2194
- }, F = {
2518
+ }, _ = {
2519
+ browser: !1,
2520
+ chrome: !1,
2521
+ opr: !1
2522
+ }, $ = {
2523
+ AbortController: !1,
2524
+ AbortSignal: !1,
2195
2525
  addEventListener: !1,
2196
- applicationCache: !1,
2526
+ ai: !1,
2197
2527
  atob: !1,
2528
+ AudioData: !1,
2529
+ AudioDecoder: !1,
2530
+ AudioEncoder: !1,
2531
+ BackgroundFetchManager: !1,
2532
+ BackgroundFetchRecord: !1,
2533
+ BackgroundFetchRegistration: !1,
2198
2534
  Blob: !1,
2199
2535
  BroadcastChannel: !1,
2200
2536
  btoa: !1,
@@ -2202,29 +2538,96 @@ const o = {
2202
2538
  Cache: !1,
2203
2539
  caches: !1,
2204
2540
  CacheStorage: !1,
2541
+ cancelAnimationFrame: !1,
2542
+ CanvasGradient: !1,
2543
+ CanvasPattern: !1,
2205
2544
  clearInterval: !1,
2206
2545
  clearTimeout: !1,
2207
- Client: !1,
2208
- clients: !1,
2209
- Clients: !1,
2210
- close: !0,
2546
+ close: !1,
2547
+ CloseEvent: !1,
2211
2548
  CompressionStream: !1,
2212
2549
  console: !1,
2213
2550
  CountQueuingStrategy: !1,
2551
+ createImageBitmap: !1,
2552
+ CropTarget: !1,
2553
+ crossOriginIsolated: !1,
2214
2554
  crypto: !1,
2215
2555
  Crypto: !1,
2216
2556
  CryptoKey: !1,
2557
+ CSSSkewX: !1,
2558
+ CSSSkewY: !1,
2217
2559
  CustomEvent: !1,
2218
2560
  DecompressionStream: !1,
2561
+ DedicatedWorkerGlobalScope: !1,
2562
+ dispatchEvent: !1,
2563
+ DOMException: !1,
2564
+ DOMMatrix: !1,
2565
+ DOMMatrixReadOnly: !1,
2566
+ DOMPoint: !1,
2567
+ DOMPointReadOnly: !1,
2568
+ DOMQuad: !1,
2569
+ DOMRect: !1,
2570
+ DOMRectReadOnly: !1,
2571
+ DOMStringList: !1,
2572
+ EncodedAudioChunk: !1,
2573
+ EncodedVideoChunk: !1,
2219
2574
  ErrorEvent: !1,
2220
2575
  Event: !1,
2221
- ExtendableEvent: !1,
2222
- ExtendableMessageEvent: !1,
2576
+ EventSource: !1,
2577
+ EventTarget: !1,
2223
2578
  fetch: !1,
2224
- FetchEvent: !1,
2225
2579
  File: !1,
2580
+ FileList: !1,
2581
+ FileReader: !1,
2226
2582
  FileReaderSync: !1,
2583
+ FileSystemDirectoryHandle: !1,
2584
+ FileSystemFileHandle: !1,
2585
+ FileSystemHandle: !1,
2586
+ FileSystemSyncAccessHandle: !1,
2587
+ FileSystemWritableFileStream: !1,
2588
+ FontFace: !1,
2589
+ fonts: !1,
2227
2590
  FormData: !1,
2591
+ GPU: !1,
2592
+ GPUAdapter: !1,
2593
+ GPUAdapterInfo: !1,
2594
+ GPUBindGroup: !1,
2595
+ GPUBindGroupLayout: !1,
2596
+ GPUBuffer: !1,
2597
+ GPUBufferUsage: !1,
2598
+ GPUCanvasContext: !1,
2599
+ GPUColorWrite: !1,
2600
+ GPUCommandBuffer: !1,
2601
+ GPUCommandEncoder: !1,
2602
+ GPUCompilationInfo: !1,
2603
+ GPUCompilationMessage: !1,
2604
+ GPUComputePassEncoder: !1,
2605
+ GPUComputePipeline: !1,
2606
+ GPUDevice: !1,
2607
+ GPUDeviceLostInfo: !1,
2608
+ GPUError: !1,
2609
+ GPUExternalTexture: !1,
2610
+ GPUInternalError: !1,
2611
+ GPUMapMode: !1,
2612
+ GPUOutOfMemoryError: !1,
2613
+ GPUPipelineError: !1,
2614
+ GPUPipelineLayout: !1,
2615
+ GPUQuerySet: !1,
2616
+ GPUQueue: !1,
2617
+ GPURenderBundle: !1,
2618
+ GPURenderBundleEncoder: !1,
2619
+ GPURenderPassEncoder: !1,
2620
+ GPURenderPipeline: !1,
2621
+ GPUSampler: !1,
2622
+ GPUShaderModule: !1,
2623
+ GPUShaderStage: !1,
2624
+ GPUSupportedFeatures: !1,
2625
+ GPUSupportedLimits: !1,
2626
+ GPUTexture: !1,
2627
+ GPUTextureUsage: !1,
2628
+ GPUTextureView: !1,
2629
+ GPUUncapturedErrorEvent: !1,
2630
+ GPUValidationError: !1,
2228
2631
  Headers: !1,
2229
2632
  IDBCursor: !1,
2230
2633
  IDBCursorWithValue: !1,
@@ -2237,44 +2640,63 @@ const o = {
2237
2640
  IDBRequest: !1,
2238
2641
  IDBTransaction: !1,
2239
2642
  IDBVersionChangeEvent: !1,
2643
+ IdleDetector: !1,
2644
+ ImageBitmap: !1,
2645
+ ImageBitmapRenderingContext: !1,
2240
2646
  ImageData: !1,
2647
+ ImageDecoder: !1,
2648
+ ImageTrack: !1,
2649
+ ImageTrackList: !1,
2241
2650
  importScripts: !1,
2242
2651
  indexedDB: !1,
2652
+ isSecureContext: !1,
2653
+ Iterator: !1,
2243
2654
  location: !1,
2655
+ Lock: !1,
2656
+ LockManager: !1,
2657
+ MediaCapabilities: !1,
2658
+ MediaSource: !1,
2659
+ MediaSourceHandle: !1,
2244
2660
  MessageChannel: !1,
2245
2661
  MessageEvent: !1,
2246
2662
  MessagePort: !1,
2247
2663
  name: !1,
2664
+ NavigationPreloadManager: !1,
2248
2665
  navigator: !1,
2666
+ NavigatorUAData: !1,
2667
+ NetworkInformation: !1,
2249
2668
  Notification: !1,
2250
- onclose: !0,
2251
- onconnect: !0,
2669
+ OffscreenCanvas: !1,
2670
+ OffscreenCanvasRenderingContext2D: !1,
2252
2671
  onerror: !0,
2253
- onfetch: !0,
2254
- oninstall: !0,
2255
2672
  onlanguagechange: !0,
2256
2673
  onmessage: !0,
2257
2674
  onmessageerror: !0,
2258
- onnotificationclick: !0,
2259
- onnotificationclose: !0,
2260
- onoffline: !0,
2261
- ononline: !0,
2262
- onpush: !0,
2263
- onpushsubscriptionchange: !0,
2264
2675
  onrejectionhandled: !0,
2265
- onsync: !0,
2266
2676
  onunhandledrejection: !0,
2677
+ origin: !1,
2678
+ Path2D: !1,
2267
2679
  performance: !1,
2268
2680
  Performance: !1,
2269
2681
  PerformanceEntry: !1,
2270
2682
  PerformanceMark: !1,
2271
2683
  PerformanceMeasure: !1,
2272
- PerformanceNavigation: !1,
2273
2684
  PerformanceObserver: !1,
2274
2685
  PerformanceObserverEntryList: !1,
2275
2686
  PerformanceResourceTiming: !1,
2276
- PerformanceTiming: !1,
2277
- postMessage: !0,
2687
+ PerformanceServerTiming: !1,
2688
+ PeriodicSyncManager: !1,
2689
+ Permissions: !1,
2690
+ PermissionStatus: !1,
2691
+ PERSISTENT: !1,
2692
+ postMessage: !1,
2693
+ PressureObserver: !1,
2694
+ PressureRecord: !1,
2695
+ ProgressEvent: !1,
2696
+ PromiseRejectionEvent: !1,
2697
+ PushManager: !1,
2698
+ PushSubscription: !1,
2699
+ PushSubscriptionOptions: !1,
2278
2700
  queueMicrotask: !1,
2279
2701
  ReadableByteStreamController: !1,
2280
2702
  ReadableStream: !1,
@@ -2282,165 +2704,168 @@ const o = {
2282
2704
  ReadableStreamBYOBRequest: !1,
2283
2705
  ReadableStreamDefaultController: !1,
2284
2706
  ReadableStreamDefaultReader: !1,
2285
- registration: !1,
2286
2707
  removeEventListener: !1,
2708
+ reportError: !1,
2709
+ ReportingObserver: !1,
2287
2710
  Request: !1,
2711
+ requestAnimationFrame: !1,
2288
2712
  Response: !1,
2713
+ RTCEncodedAudioFrame: !1,
2714
+ RTCEncodedVideoFrame: !1,
2715
+ scheduler: !1,
2716
+ Scheduler: !1,
2717
+ SecurityPolicyViolationEvent: !1,
2289
2718
  self: !1,
2290
- ServiceWorker: !1,
2291
- ServiceWorkerContainer: !1,
2292
- ServiceWorkerGlobalScope: !1,
2293
- ServiceWorkerMessageEvent: !1,
2719
+ Serial: !1,
2720
+ SerialPort: !1,
2294
2721
  ServiceWorkerRegistration: !1,
2295
2722
  setInterval: !1,
2296
2723
  setTimeout: !1,
2297
- skipWaiting: !1,
2724
+ SourceBuffer: !1,
2725
+ SourceBufferList: !1,
2726
+ StorageBucket: !1,
2727
+ StorageBucketManager: !1,
2728
+ StorageManager: !1,
2729
+ structuredClone: !1,
2298
2730
  SubtleCrypto: !1,
2731
+ SyncManager: !1,
2732
+ TaskController: !1,
2733
+ TaskPriorityChangeEvent: !1,
2734
+ TaskSignal: !1,
2735
+ TEMPORARY: !1,
2299
2736
  TextDecoder: !1,
2300
2737
  TextDecoderStream: !1,
2301
2738
  TextEncoder: !1,
2302
2739
  TextEncoderStream: !1,
2740
+ TextMetrics: !1,
2303
2741
  TransformStream: !1,
2304
2742
  TransformStreamDefaultController: !1,
2743
+ TrustedHTML: !1,
2744
+ TrustedScript: !1,
2745
+ TrustedScriptURL: !1,
2746
+ TrustedTypePolicy: !1,
2747
+ TrustedTypePolicyFactory: !1,
2748
+ trustedTypes: !1,
2305
2749
  URL: !1,
2750
+ URLPattern: !1,
2306
2751
  URLSearchParams: !1,
2752
+ USB: !1,
2753
+ USBAlternateInterface: !1,
2754
+ USBConfiguration: !1,
2755
+ USBConnectionEvent: !1,
2756
+ USBDevice: !1,
2757
+ USBEndpoint: !1,
2758
+ USBInterface: !1,
2759
+ USBInTransferResult: !1,
2760
+ USBIsochronousInTransferPacket: !1,
2761
+ USBIsochronousInTransferResult: !1,
2762
+ USBIsochronousOutTransferPacket: !1,
2763
+ USBIsochronousOutTransferResult: !1,
2764
+ USBOutTransferResult: !1,
2765
+ UserActivation: !1,
2766
+ VideoColorSpace: !1,
2767
+ VideoDecoder: !1,
2768
+ VideoEncoder: !1,
2769
+ VideoFrame: !1,
2307
2770
  WebAssembly: !1,
2771
+ WebGL2RenderingContext: !1,
2772
+ WebGLActiveInfo: !1,
2773
+ WebGLBuffer: !1,
2774
+ WebGLContextEvent: !1,
2775
+ WebGLFramebuffer: !1,
2776
+ WebGLObject: !1,
2777
+ WebGLProgram: !1,
2778
+ WebGLQuery: !1,
2779
+ WebGLRenderbuffer: !1,
2780
+ WebGLRenderingContext: !1,
2781
+ WebGLSampler: !1,
2782
+ WebGLShader: !1,
2783
+ WebGLShaderPrecisionFormat: !1,
2784
+ WebGLSync: !1,
2785
+ WebGLTexture: !1,
2786
+ WebGLTransformFeedback: !1,
2787
+ WebGLUniformLocation: !1,
2788
+ WebGLVertexArrayObject: !1,
2789
+ webkitRequestFileSystem: !1,
2790
+ webkitRequestFileSystemSync: !1,
2791
+ webkitResolveLocalFileSystemSyncURL: !1,
2792
+ webkitResolveLocalFileSystemURL: !1,
2308
2793
  WebSocket: !1,
2309
- WindowClient: !1,
2794
+ WebSocketError: !1,
2795
+ WebSocketStream: !1,
2796
+ WebTransport: !1,
2797
+ WebTransportBidirectionalStream: !1,
2798
+ WebTransportDatagramDuplexStream: !1,
2799
+ WebTransportError: !1,
2800
+ WGSLLanguageFeatures: !1,
2310
2801
  Worker: !1,
2311
2802
  WorkerGlobalScope: !1,
2803
+ WorkerLocation: !1,
2804
+ WorkerNavigator: !1,
2312
2805
  WritableStream: !1,
2313
2806
  WritableStreamDefaultController: !1,
2314
2807
  WritableStreamDefaultWriter: !1,
2315
- XMLHttpRequest: !1
2316
- }, x = {
2317
- advanceClock: !1,
2318
- atom: !1,
2319
- fakeClearInterval: !1,
2320
- fakeClearTimeout: !1,
2321
- fakeSetInterval: !1,
2322
- fakeSetTimeout: !1,
2323
- resetTimeouts: !1,
2324
- waitsForPromise: !1
2325
- }, V = {
2326
- andThen: !1,
2327
- click: !1,
2328
- currentPath: !1,
2329
- currentRouteName: !1,
2330
- currentURL: !1,
2331
- fillIn: !1,
2332
- find: !1,
2333
- findAll: !1,
2334
- findWithAssert: !1,
2335
- keyEvent: !1,
2336
- pauseTest: !1,
2337
- resumeTest: !1,
2338
- triggerEvent: !1,
2339
- visit: !1,
2340
- wait: !1
2341
- }, O = {
2342
- $: !1,
2343
- $$: !1,
2344
- browser: !1,
2345
- by: !1,
2346
- By: !1,
2347
- DartObject: !1,
2348
- element: !1,
2349
- protractor: !1
2350
- }, W = {
2351
- browser: !1,
2352
- chrome: !1,
2353
- opr: !1
2354
- }, H = {
2355
- cloneInto: !1,
2356
- createObjectIn: !1,
2357
- exportFunction: !1,
2358
- GM: !1,
2359
- GM_addElement: !1,
2360
- GM_addStyle: !1,
2361
- GM_addValueChangeListener: !1,
2362
- GM_deleteValue: !1,
2363
- GM_download: !1,
2364
- GM_getResourceText: !1,
2365
- GM_getResourceURL: !1,
2366
- GM_getTab: !1,
2367
- GM_getTabs: !1,
2368
- GM_getValue: !1,
2369
- GM_info: !1,
2370
- GM_listValues: !1,
2371
- GM_log: !1,
2372
- GM_notification: !1,
2373
- GM_openInTab: !1,
2374
- GM_registerMenuCommand: !1,
2375
- GM_removeValueChangeListener: !1,
2376
- GM_saveTab: !1,
2377
- GM_setClipboard: !1,
2378
- GM_setValue: !1,
2379
- GM_unregisterMenuCommand: !1,
2380
- GM_xmlhttpRequest: !1,
2381
- unsafeWindow: !1
2382
- }, N = {
2383
- $: !1,
2384
- $_: !1,
2385
- $$: !1,
2386
- $0: !1,
2387
- $1: !1,
2388
- $2: !1,
2389
- $3: !1,
2390
- $4: !1,
2391
- $x: !1,
2392
- chrome: !1,
2393
- clear: !1,
2394
- copy: !1,
2395
- debug: !1,
2396
- dir: !1,
2397
- dirxml: !1,
2398
- getEventListeners: !1,
2399
- inspect: !1,
2400
- keys: !1,
2401
- monitor: !1,
2402
- monitorEvents: !1,
2403
- profile: !1,
2404
- profileEnd: !1,
2405
- queryObjects: !1,
2406
- table: !1,
2407
- undebug: !1,
2408
- unmonitor: !1,
2409
- unmonitorEvents: !1,
2410
- values: !1
2411
- }, w = {
2412
- builtin: o,
2413
- es5: n,
2414
- es2015: i,
2415
- es2017: c,
2416
- es2020: u,
2417
- es2021: m,
2418
- browser: d,
2419
- worker: S,
2420
- node: p,
2421
- nodeBuiltin: g,
2422
- commonjs: E,
2423
- amd: y,
2424
- mocha: b,
2425
- jasmine: R,
2426
- jest: T,
2427
- qunit: C,
2428
- phantomjs: v,
2429
- couch: M,
2430
- rhino: P,
2431
- nashorn: h,
2432
- wsh: G,
2433
- jquery: I,
2434
- yui: L,
2435
- shelljs: D,
2436
- prototypejs: A,
2808
+ XMLHttpRequest: !1,
2809
+ XMLHttpRequestEventTarget: !1,
2810
+ XMLHttpRequestUpload: !1
2811
+ }, Q = {
2812
+ ActiveXObject: !1,
2813
+ CollectGarbage: !1,
2814
+ Debug: !1,
2815
+ Enumerator: !1,
2816
+ GetObject: !1,
2817
+ RuntimeObject: !1,
2818
+ ScriptEngine: !1,
2819
+ ScriptEngineBuildVersion: !1,
2820
+ ScriptEngineMajorVersion: !1,
2821
+ ScriptEngineMinorVersion: !1,
2822
+ VBArray: !1,
2823
+ WScript: !1,
2824
+ WSH: !1
2825
+ }, K = {
2826
+ YAHOO: !1,
2827
+ YAHOO_config: !1,
2828
+ YUI: !1,
2829
+ YUI_config: !1
2830
+ }, z = {
2831
+ amd: o,
2832
+ applescript: n,
2833
+ atomtest: i,
2834
+ browser: c,
2835
+ builtin: u,
2836
+ chai: m,
2837
+ commonjs: d,
2838
+ couch: S,
2839
+ devtools: p,
2840
+ embertest: g,
2841
+ es2015: E,
2842
+ es2016: y,
2843
+ es2017: R,
2844
+ es2018: b,
2845
+ es2019: C,
2846
+ es2020: T,
2847
+ es2021: v,
2848
+ es2022: M,
2849
+ es2023: P,
2850
+ es2024: I,
2851
+ es2025: h,
2852
+ es5: A,
2853
+ greasemonkey: G,
2854
+ jasmine: U,
2855
+ jest: D,
2856
+ jquery: L,
2437
2857
  meteor: B,
2438
- mongo: U,
2439
- applescript: k,
2440
- serviceworker: F,
2441
- atomtest: x,
2442
- embertest: V,
2443
- protractor: O,
2858
+ mocha: F,
2859
+ mongo: k,
2860
+ nashorn: x,
2861
+ node: V,
2862
+ nodeBuiltin: O,
2863
+ phantomjs: W,
2864
+ prototypejs: N,
2865
+ protractor: H,
2866
+ qunit: w,
2867
+ rhino: j,
2868
+ serviceworker: q,
2444
2869
  "shared-node-browser": {
2445
2870
  AbortController: !1,
2446
2871
  AbortSignal: !1,
@@ -2507,13 +2932,15 @@ const o = {
2507
2932
  WritableStreamDefaultController: !1,
2508
2933
  WritableStreamDefaultWriter: !1
2509
2934
  },
2510
- webextensions: W,
2511
- greasemonkey: H,
2512
- devtools: N
2935
+ shelljs: X,
2936
+ webextensions: _,
2937
+ worker: $,
2938
+ wsh: Q,
2939
+ yui: K
2513
2940
  };
2514
- var q = w;
2515
- const Z = /* @__PURE__ */ s(q);
2516
- var j = Object.freeze({
2941
+ var Y = z;
2942
+ const oe = /* @__PURE__ */ s(Y);
2943
+ var J = Object.freeze({
2517
2944
  rules: {
2518
2945
  "accessor-pairs": "error",
2519
2946
  "array-callback-return": "error",
@@ -2715,7 +3142,7 @@ var j = Object.freeze({
2715
3142
  "vars-on-top": "error",
2716
3143
  yoda: "error"
2717
3144
  }
2718
- }), X = Object.freeze({
3145
+ }), Z = Object.freeze({
2719
3146
  rules: Object.freeze({
2720
3147
  "constructor-super": "error",
2721
3148
  "for-direction": "error",
@@ -2779,19 +3206,19 @@ var j = Object.freeze({
2779
3206
  "use-isnan": "error",
2780
3207
  "valid-typeof": "error"
2781
3208
  })
2782
- }), _ = {
3209
+ }), ee = {
2783
3210
  configs: {
2784
- all: j,
2785
- recommended: X
3211
+ all: J,
3212
+ recommended: Z
2786
3213
  }
2787
3214
  };
2788
- const $ = /* @__PURE__ */ s(_), Q = new t({
3215
+ const ae = /* @__PURE__ */ s(ee), se = new f({
2789
3216
  baseDirectory: r(l(import.meta.url))
2790
3217
  });
2791
- function ee(e = []) {
2792
- return a($.configs.recommended, f(Q.plugins("import", "jsdoc", "@stylistic", "@stylistic/migrate", "@cspell", ...e)));
3218
+ function ne(e = []) {
3219
+ return a(ae.configs.recommended, t(se.plugins("import", "jsdoc", "@stylistic", "@stylistic/migrate", "@cspell", ...e)));
2793
3220
  }
2794
- function ae() {
3221
+ function ie() {
2795
3222
  return a({
2796
3223
  languageOptions: {
2797
3224
  ecmaVersion: 2022
@@ -2806,7 +3233,7 @@ function ae() {
2806
3233
  });
2807
3234
  }
2808
3235
  export {
2809
- ee as a,
2810
- Z as g,
2811
- ae as p
3236
+ ne as a,
3237
+ oe as g,
3238
+ ie as p
2812
3239
  };