@jsse/eslint-config 0.1.3 → 0.1.4
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/cli.cjs +45 -22
- package/dist/cli.js +45 -22
- package/dist/index.cjs +711 -108
- package/dist/index.d.cts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +711 -108
- package/package.json +14 -13
package/dist/index.js
CHANGED
|
@@ -303,9 +303,9 @@ var require_eslint_plugin_sort_keys = __commonJS({
|
|
|
303
303
|
}
|
|
304
304
|
});
|
|
305
305
|
|
|
306
|
-
// node_modules/.pnpm/globals@
|
|
306
|
+
// node_modules/.pnpm/globals@15.0.0/node_modules/globals/globals.json
|
|
307
307
|
var require_globals = __commonJS({
|
|
308
|
-
"node_modules/.pnpm/globals@
|
|
308
|
+
"node_modules/.pnpm/globals@15.0.0/node_modules/globals/globals.json"(exports, module) {
|
|
309
309
|
module.exports = {
|
|
310
310
|
builtin: {
|
|
311
311
|
AggregateError: false,
|
|
@@ -316,7 +316,6 @@ var require_globals = __commonJS({
|
|
|
316
316
|
BigInt64Array: false,
|
|
317
317
|
BigUint64Array: false,
|
|
318
318
|
Boolean: false,
|
|
319
|
-
constructor: false,
|
|
320
319
|
DataView: false,
|
|
321
320
|
Date: false,
|
|
322
321
|
decodeURI: false,
|
|
@@ -332,14 +331,13 @@ var require_globals = __commonJS({
|
|
|
332
331
|
Float64Array: false,
|
|
333
332
|
Function: false,
|
|
334
333
|
globalThis: false,
|
|
335
|
-
hasOwnProperty: false,
|
|
336
334
|
Infinity: false,
|
|
337
335
|
Int16Array: false,
|
|
338
336
|
Int32Array: false,
|
|
339
337
|
Int8Array: false,
|
|
338
|
+
Intl: false,
|
|
340
339
|
isFinite: false,
|
|
341
340
|
isNaN: false,
|
|
342
|
-
isPrototypeOf: false,
|
|
343
341
|
JSON: false,
|
|
344
342
|
Map: false,
|
|
345
343
|
Math: false,
|
|
@@ -349,7 +347,6 @@ var require_globals = __commonJS({
|
|
|
349
347
|
parseFloat: false,
|
|
350
348
|
parseInt: false,
|
|
351
349
|
Promise: false,
|
|
352
|
-
propertyIsEnumerable: false,
|
|
353
350
|
Proxy: false,
|
|
354
351
|
RangeError: false,
|
|
355
352
|
ReferenceError: false,
|
|
@@ -360,8 +357,6 @@ var require_globals = __commonJS({
|
|
|
360
357
|
String: false,
|
|
361
358
|
Symbol: false,
|
|
362
359
|
SyntaxError: false,
|
|
363
|
-
toLocaleString: false,
|
|
364
|
-
toString: false,
|
|
365
360
|
TypeError: false,
|
|
366
361
|
Uint16Array: false,
|
|
367
362
|
Uint32Array: false,
|
|
@@ -370,7 +365,6 @@ var require_globals = __commonJS({
|
|
|
370
365
|
undefined: false,
|
|
371
366
|
unescape: false,
|
|
372
367
|
URIError: false,
|
|
373
|
-
valueOf: false,
|
|
374
368
|
WeakMap: false,
|
|
375
369
|
WeakRef: false,
|
|
376
370
|
WeakSet: false
|
|
@@ -378,7 +372,6 @@ var require_globals = __commonJS({
|
|
|
378
372
|
es5: {
|
|
379
373
|
Array: false,
|
|
380
374
|
Boolean: false,
|
|
381
|
-
constructor: false,
|
|
382
375
|
Date: false,
|
|
383
376
|
decodeURI: false,
|
|
384
377
|
decodeURIComponent: false,
|
|
@@ -389,11 +382,9 @@ var require_globals = __commonJS({
|
|
|
389
382
|
eval: false,
|
|
390
383
|
EvalError: false,
|
|
391
384
|
Function: false,
|
|
392
|
-
hasOwnProperty: false,
|
|
393
385
|
Infinity: false,
|
|
394
386
|
isFinite: false,
|
|
395
387
|
isNaN: false,
|
|
396
|
-
isPrototypeOf: false,
|
|
397
388
|
JSON: false,
|
|
398
389
|
Math: false,
|
|
399
390
|
NaN: false,
|
|
@@ -401,25 +392,20 @@ var require_globals = __commonJS({
|
|
|
401
392
|
Object: false,
|
|
402
393
|
parseFloat: false,
|
|
403
394
|
parseInt: false,
|
|
404
|
-
propertyIsEnumerable: false,
|
|
405
395
|
RangeError: false,
|
|
406
396
|
ReferenceError: false,
|
|
407
397
|
RegExp: false,
|
|
408
398
|
String: false,
|
|
409
399
|
SyntaxError: false,
|
|
410
|
-
toLocaleString: false,
|
|
411
|
-
toString: false,
|
|
412
400
|
TypeError: false,
|
|
413
401
|
undefined: false,
|
|
414
402
|
unescape: false,
|
|
415
|
-
URIError: false
|
|
416
|
-
valueOf: false
|
|
403
|
+
URIError: false
|
|
417
404
|
},
|
|
418
405
|
es2015: {
|
|
419
406
|
Array: false,
|
|
420
407
|
ArrayBuffer: false,
|
|
421
408
|
Boolean: false,
|
|
422
|
-
constructor: false,
|
|
423
409
|
DataView: false,
|
|
424
410
|
Date: false,
|
|
425
411
|
decodeURI: false,
|
|
@@ -433,14 +419,13 @@ var require_globals = __commonJS({
|
|
|
433
419
|
Float32Array: false,
|
|
434
420
|
Float64Array: false,
|
|
435
421
|
Function: false,
|
|
436
|
-
hasOwnProperty: false,
|
|
437
422
|
Infinity: false,
|
|
438
423
|
Int16Array: false,
|
|
439
424
|
Int32Array: false,
|
|
440
425
|
Int8Array: false,
|
|
426
|
+
Intl: false,
|
|
441
427
|
isFinite: false,
|
|
442
428
|
isNaN: false,
|
|
443
|
-
isPrototypeOf: false,
|
|
444
429
|
JSON: false,
|
|
445
430
|
Map: false,
|
|
446
431
|
Math: false,
|
|
@@ -450,7 +435,6 @@ var require_globals = __commonJS({
|
|
|
450
435
|
parseFloat: false,
|
|
451
436
|
parseInt: false,
|
|
452
437
|
Promise: false,
|
|
453
|
-
propertyIsEnumerable: false,
|
|
454
438
|
Proxy: false,
|
|
455
439
|
RangeError: false,
|
|
456
440
|
ReferenceError: false,
|
|
@@ -460,8 +444,6 @@ var require_globals = __commonJS({
|
|
|
460
444
|
String: false,
|
|
461
445
|
Symbol: false,
|
|
462
446
|
SyntaxError: false,
|
|
463
|
-
toLocaleString: false,
|
|
464
|
-
toString: false,
|
|
465
447
|
TypeError: false,
|
|
466
448
|
Uint16Array: false,
|
|
467
449
|
Uint32Array: false,
|
|
@@ -470,7 +452,6 @@ var require_globals = __commonJS({
|
|
|
470
452
|
undefined: false,
|
|
471
453
|
unescape: false,
|
|
472
454
|
URIError: false,
|
|
473
|
-
valueOf: false,
|
|
474
455
|
WeakMap: false,
|
|
475
456
|
WeakSet: false
|
|
476
457
|
},
|
|
@@ -479,7 +460,6 @@ var require_globals = __commonJS({
|
|
|
479
460
|
ArrayBuffer: false,
|
|
480
461
|
Atomics: false,
|
|
481
462
|
Boolean: false,
|
|
482
|
-
constructor: false,
|
|
483
463
|
DataView: false,
|
|
484
464
|
Date: false,
|
|
485
465
|
decodeURI: false,
|
|
@@ -493,14 +473,13 @@ var require_globals = __commonJS({
|
|
|
493
473
|
Float32Array: false,
|
|
494
474
|
Float64Array: false,
|
|
495
475
|
Function: false,
|
|
496
|
-
hasOwnProperty: false,
|
|
497
476
|
Infinity: false,
|
|
498
477
|
Int16Array: false,
|
|
499
478
|
Int32Array: false,
|
|
500
479
|
Int8Array: false,
|
|
480
|
+
Intl: false,
|
|
501
481
|
isFinite: false,
|
|
502
482
|
isNaN: false,
|
|
503
|
-
isPrototypeOf: false,
|
|
504
483
|
JSON: false,
|
|
505
484
|
Map: false,
|
|
506
485
|
Math: false,
|
|
@@ -510,7 +489,6 @@ var require_globals = __commonJS({
|
|
|
510
489
|
parseFloat: false,
|
|
511
490
|
parseInt: false,
|
|
512
491
|
Promise: false,
|
|
513
|
-
propertyIsEnumerable: false,
|
|
514
492
|
Proxy: false,
|
|
515
493
|
RangeError: false,
|
|
516
494
|
ReferenceError: false,
|
|
@@ -521,8 +499,6 @@ var require_globals = __commonJS({
|
|
|
521
499
|
String: false,
|
|
522
500
|
Symbol: false,
|
|
523
501
|
SyntaxError: false,
|
|
524
|
-
toLocaleString: false,
|
|
525
|
-
toString: false,
|
|
526
502
|
TypeError: false,
|
|
527
503
|
Uint16Array: false,
|
|
528
504
|
Uint32Array: false,
|
|
@@ -531,7 +507,6 @@ var require_globals = __commonJS({
|
|
|
531
507
|
undefined: false,
|
|
532
508
|
unescape: false,
|
|
533
509
|
URIError: false,
|
|
534
|
-
valueOf: false,
|
|
535
510
|
WeakMap: false,
|
|
536
511
|
WeakSet: false
|
|
537
512
|
},
|
|
@@ -543,7 +518,6 @@ var require_globals = __commonJS({
|
|
|
543
518
|
BigInt64Array: false,
|
|
544
519
|
BigUint64Array: false,
|
|
545
520
|
Boolean: false,
|
|
546
|
-
constructor: false,
|
|
547
521
|
DataView: false,
|
|
548
522
|
Date: false,
|
|
549
523
|
decodeURI: false,
|
|
@@ -558,14 +532,13 @@ var require_globals = __commonJS({
|
|
|
558
532
|
Float64Array: false,
|
|
559
533
|
Function: false,
|
|
560
534
|
globalThis: false,
|
|
561
|
-
hasOwnProperty: false,
|
|
562
535
|
Infinity: false,
|
|
563
536
|
Int16Array: false,
|
|
564
537
|
Int32Array: false,
|
|
565
538
|
Int8Array: false,
|
|
539
|
+
Intl: false,
|
|
566
540
|
isFinite: false,
|
|
567
541
|
isNaN: false,
|
|
568
|
-
isPrototypeOf: false,
|
|
569
542
|
JSON: false,
|
|
570
543
|
Map: false,
|
|
571
544
|
Math: false,
|
|
@@ -575,7 +548,6 @@ var require_globals = __commonJS({
|
|
|
575
548
|
parseFloat: false,
|
|
576
549
|
parseInt: false,
|
|
577
550
|
Promise: false,
|
|
578
|
-
propertyIsEnumerable: false,
|
|
579
551
|
Proxy: false,
|
|
580
552
|
RangeError: false,
|
|
581
553
|
ReferenceError: false,
|
|
@@ -586,8 +558,6 @@ var require_globals = __commonJS({
|
|
|
586
558
|
String: false,
|
|
587
559
|
Symbol: false,
|
|
588
560
|
SyntaxError: false,
|
|
589
|
-
toLocaleString: false,
|
|
590
|
-
toString: false,
|
|
591
561
|
TypeError: false,
|
|
592
562
|
Uint16Array: false,
|
|
593
563
|
Uint32Array: false,
|
|
@@ -596,7 +566,6 @@ var require_globals = __commonJS({
|
|
|
596
566
|
undefined: false,
|
|
597
567
|
unescape: false,
|
|
598
568
|
URIError: false,
|
|
599
|
-
valueOf: false,
|
|
600
569
|
WeakMap: false,
|
|
601
570
|
WeakSet: false
|
|
602
571
|
},
|
|
@@ -609,7 +578,6 @@ var require_globals = __commonJS({
|
|
|
609
578
|
BigInt64Array: false,
|
|
610
579
|
BigUint64Array: false,
|
|
611
580
|
Boolean: false,
|
|
612
|
-
constructor: false,
|
|
613
581
|
DataView: false,
|
|
614
582
|
Date: false,
|
|
615
583
|
decodeURI: false,
|
|
@@ -625,14 +593,13 @@ var require_globals = __commonJS({
|
|
|
625
593
|
Float64Array: false,
|
|
626
594
|
Function: false,
|
|
627
595
|
globalThis: false,
|
|
628
|
-
hasOwnProperty: false,
|
|
629
596
|
Infinity: false,
|
|
630
597
|
Int16Array: false,
|
|
631
598
|
Int32Array: false,
|
|
632
599
|
Int8Array: false,
|
|
600
|
+
Intl: false,
|
|
633
601
|
isFinite: false,
|
|
634
602
|
isNaN: false,
|
|
635
|
-
isPrototypeOf: false,
|
|
636
603
|
JSON: false,
|
|
637
604
|
Map: false,
|
|
638
605
|
Math: false,
|
|
@@ -642,7 +609,6 @@ var require_globals = __commonJS({
|
|
|
642
609
|
parseFloat: false,
|
|
643
610
|
parseInt: false,
|
|
644
611
|
Promise: false,
|
|
645
|
-
propertyIsEnumerable: false,
|
|
646
612
|
Proxy: false,
|
|
647
613
|
RangeError: false,
|
|
648
614
|
ReferenceError: false,
|
|
@@ -653,8 +619,6 @@ var require_globals = __commonJS({
|
|
|
653
619
|
String: false,
|
|
654
620
|
Symbol: false,
|
|
655
621
|
SyntaxError: false,
|
|
656
|
-
toLocaleString: false,
|
|
657
|
-
toString: false,
|
|
658
622
|
TypeError: false,
|
|
659
623
|
Uint16Array: false,
|
|
660
624
|
Uint32Array: false,
|
|
@@ -663,7 +627,6 @@ var require_globals = __commonJS({
|
|
|
663
627
|
undefined: false,
|
|
664
628
|
unescape: false,
|
|
665
629
|
URIError: false,
|
|
666
|
-
valueOf: false,
|
|
667
630
|
WeakMap: false,
|
|
668
631
|
WeakRef: false,
|
|
669
632
|
WeakSet: false
|
|
@@ -671,34 +634,42 @@ var require_globals = __commonJS({
|
|
|
671
634
|
browser: {
|
|
672
635
|
AbortController: false,
|
|
673
636
|
AbortSignal: false,
|
|
637
|
+
AbsoluteOrientationSensor: false,
|
|
638
|
+
AbstractRange: false,
|
|
639
|
+
Accelerometer: false,
|
|
674
640
|
addEventListener: false,
|
|
675
641
|
alert: false,
|
|
676
642
|
AnalyserNode: false,
|
|
677
643
|
Animation: false,
|
|
678
|
-
|
|
679
|
-
AnimationEffectTiming: false,
|
|
680
|
-
AnimationEffectTimingReadOnly: false,
|
|
644
|
+
AnimationEffect: false,
|
|
681
645
|
AnimationEvent: false,
|
|
682
646
|
AnimationPlaybackEvent: false,
|
|
683
647
|
AnimationTimeline: false,
|
|
684
|
-
applicationCache: false,
|
|
685
|
-
ApplicationCache: false,
|
|
686
|
-
ApplicationCacheErrorEvent: false,
|
|
687
648
|
atob: false,
|
|
688
649
|
Attr: false,
|
|
689
650
|
Audio: false,
|
|
690
651
|
AudioBuffer: false,
|
|
691
652
|
AudioBufferSourceNode: false,
|
|
692
653
|
AudioContext: false,
|
|
654
|
+
AudioData: false,
|
|
655
|
+
AudioDecoder: false,
|
|
693
656
|
AudioDestinationNode: false,
|
|
657
|
+
AudioEncoder: false,
|
|
694
658
|
AudioListener: false,
|
|
695
659
|
AudioNode: false,
|
|
696
660
|
AudioParam: false,
|
|
661
|
+
AudioParamMap: false,
|
|
697
662
|
AudioProcessingEvent: false,
|
|
698
663
|
AudioScheduledSourceNode: false,
|
|
699
|
-
|
|
664
|
+
AudioSinkInfo: false,
|
|
665
|
+
AudioWorklet: false,
|
|
700
666
|
AudioWorkletNode: false,
|
|
701
|
-
|
|
667
|
+
AuthenticatorAssertionResponse: false,
|
|
668
|
+
AuthenticatorAttestationResponse: false,
|
|
669
|
+
AuthenticatorResponse: false,
|
|
670
|
+
BackgroundFetchManager: false,
|
|
671
|
+
BackgroundFetchRecord: false,
|
|
672
|
+
BackgroundFetchRegistration: false,
|
|
702
673
|
BarProp: false,
|
|
703
674
|
BaseAudioContext: false,
|
|
704
675
|
BatteryManager: false,
|
|
@@ -706,26 +677,40 @@ var require_globals = __commonJS({
|
|
|
706
677
|
BiquadFilterNode: false,
|
|
707
678
|
Blob: false,
|
|
708
679
|
BlobEvent: false,
|
|
680
|
+
Bluetooth: false,
|
|
681
|
+
BluetoothCharacteristicProperties: false,
|
|
682
|
+
BluetoothDevice: false,
|
|
683
|
+
BluetoothRemoteGATTCharacteristic: false,
|
|
684
|
+
BluetoothRemoteGATTDescriptor: false,
|
|
685
|
+
BluetoothRemoteGATTServer: false,
|
|
686
|
+
BluetoothRemoteGATTService: false,
|
|
687
|
+
BluetoothUUID: false,
|
|
709
688
|
blur: false,
|
|
710
689
|
BroadcastChannel: false,
|
|
690
|
+
BrowserCaptureMediaStreamTrack: false,
|
|
711
691
|
btoa: false,
|
|
712
|
-
BudgetService: false,
|
|
713
692
|
ByteLengthQueuingStrategy: false,
|
|
714
693
|
Cache: false,
|
|
715
694
|
caches: false,
|
|
716
695
|
CacheStorage: false,
|
|
717
696
|
cancelAnimationFrame: false,
|
|
718
697
|
cancelIdleCallback: false,
|
|
698
|
+
CanvasCaptureMediaStream: false,
|
|
719
699
|
CanvasCaptureMediaStreamTrack: false,
|
|
720
700
|
CanvasGradient: false,
|
|
721
701
|
CanvasPattern: false,
|
|
722
702
|
CanvasRenderingContext2D: false,
|
|
703
|
+
CaptureController: false,
|
|
704
|
+
CaretPosition: false,
|
|
705
|
+
CDATASection: false,
|
|
723
706
|
ChannelMergerNode: false,
|
|
724
707
|
ChannelSplitterNode: false,
|
|
708
|
+
CharacterBoundsUpdateEvent: false,
|
|
725
709
|
CharacterData: false,
|
|
726
710
|
clearInterval: false,
|
|
727
711
|
clearTimeout: false,
|
|
728
712
|
clientInformation: false,
|
|
713
|
+
Clipboard: false,
|
|
729
714
|
ClipboardEvent: false,
|
|
730
715
|
ClipboardItem: false,
|
|
731
716
|
close: false,
|
|
@@ -737,56 +722,99 @@ var require_globals = __commonJS({
|
|
|
737
722
|
confirm: false,
|
|
738
723
|
console: false,
|
|
739
724
|
ConstantSourceNode: false,
|
|
725
|
+
ContentVisibilityAutoStateChangeEvent: false,
|
|
740
726
|
ConvolverNode: false,
|
|
727
|
+
CookieChangeEvent: false,
|
|
728
|
+
cookieStore: false,
|
|
729
|
+
CookieStore: false,
|
|
730
|
+
CookieStoreManager: false,
|
|
741
731
|
CountQueuingStrategy: false,
|
|
742
732
|
createImageBitmap: false,
|
|
743
733
|
Credential: false,
|
|
734
|
+
credentialless: false,
|
|
744
735
|
CredentialsContainer: false,
|
|
736
|
+
CropTarget: false,
|
|
737
|
+
crossOriginIsolated: false,
|
|
745
738
|
crypto: false,
|
|
746
739
|
Crypto: false,
|
|
747
740
|
CryptoKey: false,
|
|
748
741
|
CSS: false,
|
|
742
|
+
CSSAnimation: false,
|
|
749
743
|
CSSConditionRule: false,
|
|
744
|
+
CSSContainerRule: false,
|
|
745
|
+
CSSCounterStyleRule: false,
|
|
750
746
|
CSSFontFaceRule: false,
|
|
747
|
+
CSSFontFeatureValuesRule: false,
|
|
748
|
+
CSSFontPaletteValuesRule: false,
|
|
751
749
|
CSSGroupingRule: false,
|
|
750
|
+
CSSImageValue: false,
|
|
752
751
|
CSSImportRule: false,
|
|
753
752
|
CSSKeyframeRule: false,
|
|
754
753
|
CSSKeyframesRule: false,
|
|
754
|
+
CSSKeywordValue: false,
|
|
755
|
+
CSSLayerBlockRule: false,
|
|
756
|
+
CSSLayerStatementRule: false,
|
|
757
|
+
CSSMathClamp: false,
|
|
758
|
+
CSSMathInvert: false,
|
|
759
|
+
CSSMathMax: false,
|
|
760
|
+
CSSMathMin: false,
|
|
761
|
+
CSSMathNegate: false,
|
|
762
|
+
CSSMathProduct: false,
|
|
763
|
+
CSSMathSum: false,
|
|
764
|
+
CSSMathValue: false,
|
|
755
765
|
CSSMatrixComponent: false,
|
|
756
766
|
CSSMediaRule: false,
|
|
757
767
|
CSSNamespaceRule: false,
|
|
768
|
+
CSSNumericArray: false,
|
|
769
|
+
CSSNumericValue: false,
|
|
758
770
|
CSSPageRule: false,
|
|
759
771
|
CSSPerspective: false,
|
|
772
|
+
CSSPositionValue: false,
|
|
773
|
+
CSSPropertyRule: false,
|
|
760
774
|
CSSRotate: false,
|
|
761
775
|
CSSRule: false,
|
|
762
776
|
CSSRuleList: false,
|
|
763
777
|
CSSScale: false,
|
|
778
|
+
CSSScopeRule: false,
|
|
764
779
|
CSSSkew: false,
|
|
765
780
|
CSSSkewX: false,
|
|
766
781
|
CSSSkewY: false,
|
|
782
|
+
CSSStartingStyleRule: false,
|
|
767
783
|
CSSStyleDeclaration: false,
|
|
768
784
|
CSSStyleRule: false,
|
|
769
785
|
CSSStyleSheet: false,
|
|
786
|
+
CSSStyleValue: false,
|
|
770
787
|
CSSSupportsRule: false,
|
|
788
|
+
CSSTransformComponent: false,
|
|
771
789
|
CSSTransformValue: false,
|
|
790
|
+
CSSTransition: false,
|
|
772
791
|
CSSTranslate: false,
|
|
792
|
+
CSSUnitValue: false,
|
|
793
|
+
CSSUnparsedValue: false,
|
|
794
|
+
CSSVariableReferenceValue: false,
|
|
773
795
|
CustomElementRegistry: false,
|
|
774
796
|
customElements: false,
|
|
775
797
|
CustomEvent: false,
|
|
798
|
+
CustomStateSet: false,
|
|
776
799
|
DataTransfer: false,
|
|
777
800
|
DataTransferItem: false,
|
|
778
801
|
DataTransferItemList: false,
|
|
779
802
|
DecompressionStream: false,
|
|
780
|
-
defaultstatus: false,
|
|
781
|
-
defaultStatus: false,
|
|
782
803
|
DelayNode: false,
|
|
804
|
+
DelegatedInkTrailPresenter: false,
|
|
783
805
|
DeviceMotionEvent: false,
|
|
806
|
+
DeviceMotionEventAcceleration: false,
|
|
807
|
+
DeviceMotionEventRotationRate: false,
|
|
784
808
|
DeviceOrientationEvent: false,
|
|
785
809
|
devicePixelRatio: false,
|
|
786
810
|
dispatchEvent: false,
|
|
787
811
|
document: false,
|
|
788
812
|
Document: false,
|
|
789
813
|
DocumentFragment: false,
|
|
814
|
+
documentPictureInPicture: false,
|
|
815
|
+
DocumentPictureInPicture: false,
|
|
816
|
+
DocumentPictureInPictureEvent: false,
|
|
817
|
+
DocumentTimeline: false,
|
|
790
818
|
DocumentType: false,
|
|
791
819
|
DOMError: false,
|
|
792
820
|
DOMException: false,
|
|
@@ -805,34 +833,112 @@ var require_globals = __commonJS({
|
|
|
805
833
|
DOMTokenList: false,
|
|
806
834
|
DragEvent: false,
|
|
807
835
|
DynamicsCompressorNode: false,
|
|
836
|
+
EditContext: false,
|
|
808
837
|
Element: false,
|
|
838
|
+
ElementInternals: false,
|
|
839
|
+
EncodedAudioChunk: false,
|
|
840
|
+
EncodedVideoChunk: false,
|
|
809
841
|
ErrorEvent: false,
|
|
810
842
|
event: false,
|
|
811
843
|
Event: false,
|
|
844
|
+
EventCounts: false,
|
|
812
845
|
EventSource: false,
|
|
813
846
|
EventTarget: false,
|
|
814
847
|
external: false,
|
|
848
|
+
External: false,
|
|
849
|
+
EyeDropper: false,
|
|
850
|
+
FeaturePolicy: false,
|
|
851
|
+
FederatedCredential: false,
|
|
815
852
|
fetch: false,
|
|
816
853
|
File: false,
|
|
817
854
|
FileList: false,
|
|
818
855
|
FileReader: false,
|
|
856
|
+
FileSystem: false,
|
|
857
|
+
FileSystemDirectoryEntry: false,
|
|
858
|
+
FileSystemDirectoryHandle: false,
|
|
859
|
+
FileSystemDirectoryReader: false,
|
|
860
|
+
FileSystemEntry: false,
|
|
861
|
+
FileSystemFileEntry: false,
|
|
862
|
+
FileSystemFileHandle: false,
|
|
863
|
+
FileSystemHandle: false,
|
|
864
|
+
FileSystemWritableFileStream: false,
|
|
819
865
|
find: false,
|
|
820
866
|
focus: false,
|
|
821
867
|
FocusEvent: false,
|
|
868
|
+
FontData: false,
|
|
822
869
|
FontFace: false,
|
|
870
|
+
FontFaceSet: false,
|
|
823
871
|
FontFaceSetLoadEvent: false,
|
|
824
872
|
FormData: false,
|
|
825
873
|
FormDataEvent: false,
|
|
874
|
+
FragmentDirective: false,
|
|
826
875
|
frameElement: false,
|
|
827
876
|
frames: false,
|
|
828
877
|
GainNode: false,
|
|
829
878
|
Gamepad: false,
|
|
879
|
+
GamepadAxisMoveEvent: false,
|
|
830
880
|
GamepadButton: false,
|
|
881
|
+
GamepadButtonEvent: false,
|
|
831
882
|
GamepadEvent: false,
|
|
883
|
+
GamepadHapticActuator: false,
|
|
884
|
+
GamepadPose: false,
|
|
885
|
+
Geolocation: false,
|
|
886
|
+
GeolocationCoordinates: false,
|
|
887
|
+
GeolocationPosition: false,
|
|
888
|
+
GeolocationPositionError: false,
|
|
832
889
|
getComputedStyle: false,
|
|
890
|
+
getScreenDetails: false,
|
|
833
891
|
getSelection: false,
|
|
892
|
+
GPU: false,
|
|
893
|
+
GPUAdapter: false,
|
|
894
|
+
GPUAdapterInfo: false,
|
|
895
|
+
GPUBindGroup: false,
|
|
896
|
+
GPUBindGroupLayout: false,
|
|
897
|
+
GPUBuffer: false,
|
|
898
|
+
GPUBufferUsage: false,
|
|
899
|
+
GPUCanvasContext: false,
|
|
900
|
+
GPUColorWrite: false,
|
|
901
|
+
GPUCommandBuffer: false,
|
|
902
|
+
GPUCommandEncoder: false,
|
|
903
|
+
GPUCompilationInfo: false,
|
|
904
|
+
GPUCompilationMessage: false,
|
|
905
|
+
GPUComputePassEncoder: false,
|
|
906
|
+
GPUComputePipeline: false,
|
|
907
|
+
GPUDevice: false,
|
|
908
|
+
GPUDeviceLostInfo: false,
|
|
909
|
+
GPUError: false,
|
|
910
|
+
GPUExternalTexture: false,
|
|
911
|
+
GPUInternalError: false,
|
|
912
|
+
GPUMapMode: false,
|
|
913
|
+
GPUOutOfMemoryError: false,
|
|
914
|
+
GPUPipelineError: false,
|
|
915
|
+
GPUPipelineLayout: false,
|
|
916
|
+
GPUQuerySet: false,
|
|
917
|
+
GPUQueue: false,
|
|
918
|
+
GPURenderBundle: false,
|
|
919
|
+
GPURenderBundleEncoder: false,
|
|
920
|
+
GPURenderPassEncoder: false,
|
|
921
|
+
GPURenderPipeline: false,
|
|
922
|
+
GPUSampler: false,
|
|
923
|
+
GPUShaderModule: false,
|
|
924
|
+
GPUShaderStage: false,
|
|
925
|
+
GPUSupportedFeatures: false,
|
|
926
|
+
GPUSupportedLimits: false,
|
|
927
|
+
GPUTexture: false,
|
|
928
|
+
GPUTextureUsage: false,
|
|
929
|
+
GPUTextureView: false,
|
|
930
|
+
GPUUncapturedErrorEvent: false,
|
|
931
|
+
GPUValidationError: false,
|
|
932
|
+
GravitySensor: false,
|
|
933
|
+
Gyroscope: false,
|
|
834
934
|
HashChangeEvent: false,
|
|
835
935
|
Headers: false,
|
|
936
|
+
HID: false,
|
|
937
|
+
HIDConnectionEvent: false,
|
|
938
|
+
HIDDevice: false,
|
|
939
|
+
HIDInputReportEvent: false,
|
|
940
|
+
Highlight: false,
|
|
941
|
+
HighlightRegistry: false,
|
|
836
942
|
history: false,
|
|
837
943
|
History: false,
|
|
838
944
|
HTMLAllCollection: false,
|
|
@@ -845,7 +951,6 @@ var require_globals = __commonJS({
|
|
|
845
951
|
HTMLButtonElement: false,
|
|
846
952
|
HTMLCanvasElement: false,
|
|
847
953
|
HTMLCollection: false,
|
|
848
|
-
HTMLContentElement: false,
|
|
849
954
|
HTMLDataElement: false,
|
|
850
955
|
HTMLDataListElement: false,
|
|
851
956
|
HTMLDetailsElement: false,
|
|
@@ -894,7 +999,6 @@ var require_globals = __commonJS({
|
|
|
894
999
|
HTMLQuoteElement: false,
|
|
895
1000
|
HTMLScriptElement: false,
|
|
896
1001
|
HTMLSelectElement: false,
|
|
897
|
-
HTMLShadowElement: false,
|
|
898
1002
|
HTMLSlotElement: false,
|
|
899
1003
|
HTMLSourceElement: false,
|
|
900
1004
|
HTMLSpanElement: false,
|
|
@@ -924,36 +1028,61 @@ var require_globals = __commonJS({
|
|
|
924
1028
|
IDBRequest: false,
|
|
925
1029
|
IDBTransaction: false,
|
|
926
1030
|
IDBVersionChangeEvent: false,
|
|
1031
|
+
IdentityCredential: false,
|
|
1032
|
+
IdentityCredentialError: false,
|
|
1033
|
+
IdentityProvider: false,
|
|
927
1034
|
IdleDeadline: false,
|
|
1035
|
+
IdleDetector: false,
|
|
928
1036
|
IIRFilterNode: false,
|
|
929
1037
|
Image: false,
|
|
930
1038
|
ImageBitmap: false,
|
|
931
1039
|
ImageBitmapRenderingContext: false,
|
|
932
1040
|
ImageCapture: false,
|
|
933
1041
|
ImageData: false,
|
|
1042
|
+
ImageDecoder: false,
|
|
1043
|
+
ImageTrack: false,
|
|
1044
|
+
ImageTrackList: false,
|
|
934
1045
|
indexedDB: false,
|
|
1046
|
+
Ink: false,
|
|
935
1047
|
innerHeight: false,
|
|
936
1048
|
innerWidth: false,
|
|
1049
|
+
InputDeviceCapabilities: false,
|
|
1050
|
+
InputDeviceInfo: false,
|
|
937
1051
|
InputEvent: false,
|
|
938
1052
|
IntersectionObserver: false,
|
|
939
1053
|
IntersectionObserverEntry: false,
|
|
940
|
-
Intl: false,
|
|
941
1054
|
isSecureContext: false,
|
|
1055
|
+
Iterator: false,
|
|
1056
|
+
Keyboard: false,
|
|
942
1057
|
KeyboardEvent: false,
|
|
1058
|
+
KeyboardLayoutMap: false,
|
|
943
1059
|
KeyframeEffect: false,
|
|
944
|
-
|
|
1060
|
+
LargestContentfulPaint: false,
|
|
1061
|
+
LaunchParams: false,
|
|
1062
|
+
launchQueue: false,
|
|
1063
|
+
LaunchQueue: false,
|
|
1064
|
+
LayoutShift: false,
|
|
1065
|
+
LayoutShiftAttribution: false,
|
|
945
1066
|
length: false,
|
|
1067
|
+
LinearAccelerationSensor: false,
|
|
946
1068
|
localStorage: false,
|
|
947
1069
|
location: true,
|
|
948
1070
|
Location: false,
|
|
949
1071
|
locationbar: false,
|
|
1072
|
+
Lock: false,
|
|
1073
|
+
LockManager: false,
|
|
950
1074
|
matchMedia: false,
|
|
1075
|
+
MathMLElement: false,
|
|
1076
|
+
MediaCapabilities: false,
|
|
1077
|
+
MediaCapabilitiesInfo: false,
|
|
951
1078
|
MediaDeviceInfo: false,
|
|
952
1079
|
MediaDevices: false,
|
|
953
1080
|
MediaElementAudioSourceNode: false,
|
|
954
1081
|
MediaEncryptedEvent: false,
|
|
955
1082
|
MediaError: false,
|
|
1083
|
+
MediaKeyError: false,
|
|
956
1084
|
MediaKeyMessageEvent: false,
|
|
1085
|
+
MediaKeys: false,
|
|
957
1086
|
MediaKeySession: false,
|
|
958
1087
|
MediaKeyStatusMap: false,
|
|
959
1088
|
MediaKeySystemAccess: false,
|
|
@@ -962,15 +1091,20 @@ var require_globals = __commonJS({
|
|
|
962
1091
|
MediaQueryList: false,
|
|
963
1092
|
MediaQueryListEvent: false,
|
|
964
1093
|
MediaRecorder: false,
|
|
965
|
-
|
|
1094
|
+
MediaRecorderErrorEvent: false,
|
|
1095
|
+
MediaSession: false,
|
|
966
1096
|
MediaSource: false,
|
|
1097
|
+
MediaSourceHandle: false,
|
|
967
1098
|
MediaStream: false,
|
|
968
1099
|
MediaStreamAudioDestinationNode: false,
|
|
969
1100
|
MediaStreamAudioSourceNode: false,
|
|
970
|
-
MediaStreamConstraints: false,
|
|
971
1101
|
MediaStreamEvent: false,
|
|
972
1102
|
MediaStreamTrack: false,
|
|
1103
|
+
MediaStreamTrackAudioSourceNode: false,
|
|
973
1104
|
MediaStreamTrackEvent: false,
|
|
1105
|
+
MediaStreamTrackGenerator: false,
|
|
1106
|
+
MediaStreamTrackProcessor: false,
|
|
1107
|
+
MediaStreamTrackVideoStats: false,
|
|
974
1108
|
menubar: false,
|
|
975
1109
|
MessageChannel: false,
|
|
976
1110
|
MessageEvent: false,
|
|
@@ -993,9 +1127,19 @@ var require_globals = __commonJS({
|
|
|
993
1127
|
MutationRecord: false,
|
|
994
1128
|
name: false,
|
|
995
1129
|
NamedNodeMap: false,
|
|
1130
|
+
NavigateEvent: false,
|
|
1131
|
+
navigation: false,
|
|
1132
|
+
Navigation: false,
|
|
1133
|
+
NavigationActivation: false,
|
|
1134
|
+
NavigationCurrentEntryChangeEvent: false,
|
|
1135
|
+
NavigationDestination: false,
|
|
1136
|
+
NavigationHistoryEntry: false,
|
|
996
1137
|
NavigationPreloadManager: false,
|
|
1138
|
+
NavigationTransition: false,
|
|
997
1139
|
navigator: false,
|
|
998
1140
|
Navigator: false,
|
|
1141
|
+
NavigatorLogin: false,
|
|
1142
|
+
NavigatorManagedData: false,
|
|
999
1143
|
NavigatorUAData: false,
|
|
1000
1144
|
NetworkInformation: false,
|
|
1001
1145
|
Node: false,
|
|
@@ -1003,21 +1147,27 @@ var require_globals = __commonJS({
|
|
|
1003
1147
|
NodeIterator: false,
|
|
1004
1148
|
NodeList: false,
|
|
1005
1149
|
Notification: false,
|
|
1150
|
+
NotifyPaintEvent: false,
|
|
1006
1151
|
OfflineAudioCompletionEvent: false,
|
|
1007
1152
|
OfflineAudioContext: false,
|
|
1008
1153
|
offscreenBuffering: false,
|
|
1009
|
-
OffscreenCanvas:
|
|
1154
|
+
OffscreenCanvas: false,
|
|
1010
1155
|
OffscreenCanvasRenderingContext2D: false,
|
|
1011
1156
|
onabort: true,
|
|
1012
1157
|
onafterprint: true,
|
|
1158
|
+
onanimationcancel: true,
|
|
1013
1159
|
onanimationend: true,
|
|
1014
1160
|
onanimationiteration: true,
|
|
1015
1161
|
onanimationstart: true,
|
|
1016
1162
|
onappinstalled: true,
|
|
1017
1163
|
onauxclick: true,
|
|
1164
|
+
onbeforeinput: true,
|
|
1018
1165
|
onbeforeinstallprompt: true,
|
|
1166
|
+
onbeforematch: true,
|
|
1019
1167
|
onbeforeprint: true,
|
|
1168
|
+
onbeforetoggle: true,
|
|
1020
1169
|
onbeforeunload: true,
|
|
1170
|
+
onbeforexrselect: true,
|
|
1021
1171
|
onblur: true,
|
|
1022
1172
|
oncancel: true,
|
|
1023
1173
|
oncanplay: true,
|
|
@@ -1025,8 +1175,13 @@ var require_globals = __commonJS({
|
|
|
1025
1175
|
onchange: true,
|
|
1026
1176
|
onclick: true,
|
|
1027
1177
|
onclose: true,
|
|
1178
|
+
oncontentvisibilityautostatechange: true,
|
|
1179
|
+
oncontextlost: true,
|
|
1028
1180
|
oncontextmenu: true,
|
|
1181
|
+
oncontextrestored: true,
|
|
1182
|
+
oncopy: true,
|
|
1029
1183
|
oncuechange: true,
|
|
1184
|
+
oncut: true,
|
|
1030
1185
|
ondblclick: true,
|
|
1031
1186
|
ondevicemotion: true,
|
|
1032
1187
|
ondeviceorientation: true,
|
|
@@ -1043,6 +1198,9 @@ var require_globals = __commonJS({
|
|
|
1043
1198
|
onended: true,
|
|
1044
1199
|
onerror: true,
|
|
1045
1200
|
onfocus: true,
|
|
1201
|
+
onformdata: true,
|
|
1202
|
+
ongamepadconnected: true,
|
|
1203
|
+
ongamepaddisconnected: true,
|
|
1046
1204
|
ongotpointercapture: true,
|
|
1047
1205
|
onhashchange: true,
|
|
1048
1206
|
oninput: true,
|
|
@@ -1069,7 +1227,9 @@ var require_globals = __commonJS({
|
|
|
1069
1227
|
onoffline: true,
|
|
1070
1228
|
ononline: true,
|
|
1071
1229
|
onpagehide: true,
|
|
1230
|
+
onpagereveal: true,
|
|
1072
1231
|
onpageshow: true,
|
|
1232
|
+
onpaste: true,
|
|
1073
1233
|
onpause: true,
|
|
1074
1234
|
onplay: true,
|
|
1075
1235
|
onplaying: true,
|
|
@@ -1080,6 +1240,7 @@ var require_globals = __commonJS({
|
|
|
1080
1240
|
onpointermove: true,
|
|
1081
1241
|
onpointerout: true,
|
|
1082
1242
|
onpointerover: true,
|
|
1243
|
+
onpointerrawupdate: true,
|
|
1083
1244
|
onpointerup: true,
|
|
1084
1245
|
onpopstate: true,
|
|
1085
1246
|
onprogress: true,
|
|
@@ -1088,44 +1249,61 @@ var require_globals = __commonJS({
|
|
|
1088
1249
|
onreset: true,
|
|
1089
1250
|
onresize: true,
|
|
1090
1251
|
onscroll: true,
|
|
1252
|
+
onscrollend: true,
|
|
1091
1253
|
onsearch: true,
|
|
1254
|
+
onsecuritypolicyviolation: true,
|
|
1092
1255
|
onseeked: true,
|
|
1093
1256
|
onseeking: true,
|
|
1094
1257
|
onselect: true,
|
|
1258
|
+
onselectionchange: true,
|
|
1259
|
+
onselectstart: true,
|
|
1260
|
+
onslotchange: true,
|
|
1095
1261
|
onstalled: true,
|
|
1096
1262
|
onstorage: true,
|
|
1097
1263
|
onsubmit: true,
|
|
1098
1264
|
onsuspend: true,
|
|
1099
1265
|
ontimeupdate: true,
|
|
1100
1266
|
ontoggle: true,
|
|
1267
|
+
ontransitioncancel: true,
|
|
1101
1268
|
ontransitionend: true,
|
|
1269
|
+
ontransitionrun: true,
|
|
1270
|
+
ontransitionstart: true,
|
|
1102
1271
|
onunhandledrejection: true,
|
|
1103
1272
|
onunload: true,
|
|
1104
1273
|
onvolumechange: true,
|
|
1105
1274
|
onwaiting: true,
|
|
1106
1275
|
onwheel: true,
|
|
1107
1276
|
open: false,
|
|
1108
|
-
openDatabase: false,
|
|
1109
1277
|
opener: false,
|
|
1110
1278
|
Option: false,
|
|
1279
|
+
OrientationSensor: false,
|
|
1111
1280
|
origin: false,
|
|
1281
|
+
originAgentCluster: false,
|
|
1112
1282
|
OscillatorNode: false,
|
|
1283
|
+
OTPCredential: false,
|
|
1113
1284
|
outerHeight: false,
|
|
1114
1285
|
outerWidth: false,
|
|
1115
1286
|
OverconstrainedError: false,
|
|
1287
|
+
PageRevealEvent: false,
|
|
1116
1288
|
PageTransitionEvent: false,
|
|
1117
1289
|
pageXOffset: false,
|
|
1118
1290
|
pageYOffset: false,
|
|
1119
1291
|
PannerNode: false,
|
|
1120
1292
|
parent: false,
|
|
1293
|
+
PasswordCredential: false,
|
|
1121
1294
|
Path2D: false,
|
|
1122
1295
|
PaymentAddress: false,
|
|
1296
|
+
PaymentManager: false,
|
|
1297
|
+
PaymentMethodChangeEvent: false,
|
|
1123
1298
|
PaymentRequest: false,
|
|
1124
1299
|
PaymentRequestUpdateEvent: false,
|
|
1125
1300
|
PaymentResponse: false,
|
|
1126
1301
|
performance: false,
|
|
1127
1302
|
Performance: false,
|
|
1303
|
+
PerformanceElementTiming: false,
|
|
1128
1304
|
PerformanceEntry: false,
|
|
1305
|
+
PerformanceEventTiming: false,
|
|
1306
|
+
PerformanceLongAnimationFrameTiming: false,
|
|
1129
1307
|
PerformanceLongTaskTiming: false,
|
|
1130
1308
|
PerformanceMark: false,
|
|
1131
1309
|
PerformanceMeasure: false,
|
|
@@ -1135,12 +1313,17 @@ var require_globals = __commonJS({
|
|
|
1135
1313
|
PerformanceObserverEntryList: false,
|
|
1136
1314
|
PerformancePaintTiming: false,
|
|
1137
1315
|
PerformanceResourceTiming: false,
|
|
1316
|
+
PerformanceScriptTiming: false,
|
|
1317
|
+
PerformanceServerTiming: false,
|
|
1138
1318
|
PerformanceTiming: false,
|
|
1319
|
+
PeriodicSyncManager: false,
|
|
1139
1320
|
PeriodicWave: false,
|
|
1140
1321
|
Permissions: false,
|
|
1141
1322
|
PermissionStatus: false,
|
|
1323
|
+
PERSISTENT: false,
|
|
1142
1324
|
personalbar: false,
|
|
1143
|
-
|
|
1325
|
+
PictureInPictureEvent: false,
|
|
1326
|
+
PictureInPictureWindow: false,
|
|
1144
1327
|
Plugin: false,
|
|
1145
1328
|
PluginArray: false,
|
|
1146
1329
|
PointerEvent: false,
|
|
@@ -1156,12 +1339,15 @@ var require_globals = __commonJS({
|
|
|
1156
1339
|
PresentationRequest: false,
|
|
1157
1340
|
print: false,
|
|
1158
1341
|
ProcessingInstruction: false,
|
|
1342
|
+
Profiler: false,
|
|
1159
1343
|
ProgressEvent: false,
|
|
1160
1344
|
PromiseRejectionEvent: false,
|
|
1161
1345
|
prompt: false,
|
|
1346
|
+
PublicKeyCredential: false,
|
|
1162
1347
|
PushManager: false,
|
|
1163
1348
|
PushSubscription: false,
|
|
1164
1349
|
PushSubscriptionOptions: false,
|
|
1350
|
+
queryLocalFonts: false,
|
|
1165
1351
|
queueMicrotask: false,
|
|
1166
1352
|
RadioNodeList: false,
|
|
1167
1353
|
Range: false,
|
|
@@ -1171,36 +1357,50 @@ var require_globals = __commonJS({
|
|
|
1171
1357
|
ReadableStreamBYOBRequest: false,
|
|
1172
1358
|
ReadableStreamDefaultController: false,
|
|
1173
1359
|
ReadableStreamDefaultReader: false,
|
|
1174
|
-
|
|
1360
|
+
RelativeOrientationSensor: false,
|
|
1175
1361
|
RemotePlayback: false,
|
|
1176
1362
|
removeEventListener: false,
|
|
1177
1363
|
reportError: false,
|
|
1364
|
+
ReportingObserver: false,
|
|
1178
1365
|
Request: false,
|
|
1179
1366
|
requestAnimationFrame: false,
|
|
1180
1367
|
requestIdleCallback: false,
|
|
1181
1368
|
resizeBy: false,
|
|
1182
1369
|
ResizeObserver: false,
|
|
1183
1370
|
ResizeObserverEntry: false,
|
|
1371
|
+
ResizeObserverSize: false,
|
|
1184
1372
|
resizeTo: false,
|
|
1185
1373
|
Response: false,
|
|
1186
1374
|
RTCCertificate: false,
|
|
1187
1375
|
RTCDataChannel: false,
|
|
1188
1376
|
RTCDataChannelEvent: false,
|
|
1189
1377
|
RTCDtlsTransport: false,
|
|
1378
|
+
RTCDTMFSender: false,
|
|
1379
|
+
RTCDTMFToneChangeEvent: false,
|
|
1380
|
+
RTCEncodedAudioFrame: false,
|
|
1381
|
+
RTCEncodedVideoFrame: false,
|
|
1382
|
+
RTCError: false,
|
|
1383
|
+
RTCErrorEvent: false,
|
|
1190
1384
|
RTCIceCandidate: false,
|
|
1191
|
-
RTCIceGatherer: false,
|
|
1192
1385
|
RTCIceTransport: false,
|
|
1193
1386
|
RTCPeerConnection: false,
|
|
1387
|
+
RTCPeerConnectionIceErrorEvent: false,
|
|
1194
1388
|
RTCPeerConnectionIceEvent: false,
|
|
1195
|
-
RTCRtpContributingSource: false,
|
|
1196
1389
|
RTCRtpReceiver: false,
|
|
1390
|
+
RTCRtpScriptTransform: false,
|
|
1197
1391
|
RTCRtpSender: false,
|
|
1392
|
+
RTCRtpTransceiver: false,
|
|
1198
1393
|
RTCSctpTransport: false,
|
|
1199
1394
|
RTCSessionDescription: false,
|
|
1200
1395
|
RTCStatsReport: false,
|
|
1201
1396
|
RTCTrackEvent: false,
|
|
1397
|
+
scheduler: false,
|
|
1398
|
+
Scheduler: false,
|
|
1399
|
+
Scheduling: false,
|
|
1202
1400
|
screen: false,
|
|
1203
1401
|
Screen: false,
|
|
1402
|
+
ScreenDetailed: false,
|
|
1403
|
+
ScreenDetails: false,
|
|
1204
1404
|
screenLeft: false,
|
|
1205
1405
|
ScreenOrientation: false,
|
|
1206
1406
|
screenTop: false,
|
|
@@ -1210,12 +1410,17 @@ var require_globals = __commonJS({
|
|
|
1210
1410
|
scroll: false,
|
|
1211
1411
|
scrollbars: false,
|
|
1212
1412
|
scrollBy: false,
|
|
1413
|
+
ScrollTimeline: false,
|
|
1213
1414
|
scrollTo: false,
|
|
1214
1415
|
scrollX: false,
|
|
1215
1416
|
scrollY: false,
|
|
1216
1417
|
SecurityPolicyViolationEvent: false,
|
|
1217
1418
|
Selection: false,
|
|
1218
1419
|
self: false,
|
|
1420
|
+
Sensor: false,
|
|
1421
|
+
SensorErrorEvent: false,
|
|
1422
|
+
Serial: false,
|
|
1423
|
+
SerialPort: false,
|
|
1219
1424
|
ServiceWorker: false,
|
|
1220
1425
|
ServiceWorkerContainer: false,
|
|
1221
1426
|
ServiceWorkerRegistration: false,
|
|
@@ -1224,21 +1429,31 @@ var require_globals = __commonJS({
|
|
|
1224
1429
|
setTimeout: false,
|
|
1225
1430
|
ShadowRoot: false,
|
|
1226
1431
|
SharedWorker: false,
|
|
1432
|
+
showDirectoryPicker: false,
|
|
1433
|
+
showOpenFilePicker: false,
|
|
1434
|
+
showSaveFilePicker: false,
|
|
1227
1435
|
SourceBuffer: false,
|
|
1228
1436
|
SourceBufferList: false,
|
|
1229
1437
|
speechSynthesis: false,
|
|
1438
|
+
SpeechSynthesis: false,
|
|
1439
|
+
SpeechSynthesisErrorEvent: false,
|
|
1230
1440
|
SpeechSynthesisEvent: false,
|
|
1231
1441
|
SpeechSynthesisUtterance: false,
|
|
1442
|
+
SpeechSynthesisVoice: false,
|
|
1232
1443
|
StaticRange: false,
|
|
1233
1444
|
status: false,
|
|
1234
1445
|
statusbar: false,
|
|
1235
1446
|
StereoPannerNode: false,
|
|
1236
1447
|
stop: false,
|
|
1237
1448
|
Storage: false,
|
|
1449
|
+
StorageBucket: false,
|
|
1450
|
+
StorageBucketManager: false,
|
|
1238
1451
|
StorageEvent: false,
|
|
1239
1452
|
StorageManager: false,
|
|
1240
1453
|
structuredClone: false,
|
|
1241
1454
|
styleMedia: false,
|
|
1455
|
+
StylePropertyMap: false,
|
|
1456
|
+
StylePropertyMapReadOnly: false,
|
|
1242
1457
|
StyleSheet: false,
|
|
1243
1458
|
StyleSheetList: false,
|
|
1244
1459
|
SubmitEvent: false,
|
|
@@ -1266,7 +1481,6 @@ var require_globals = __commonJS({
|
|
|
1266
1481
|
SVGComponentTransferFunctionElement: false,
|
|
1267
1482
|
SVGDefsElement: false,
|
|
1268
1483
|
SVGDescElement: false,
|
|
1269
|
-
SVGDiscardElement: false,
|
|
1270
1484
|
SVGElement: false,
|
|
1271
1485
|
SVGEllipseElement: false,
|
|
1272
1486
|
SVGFEBlendElement: false,
|
|
@@ -1341,18 +1555,27 @@ var require_globals = __commonJS({
|
|
|
1341
1555
|
SVGUnitTypes: false,
|
|
1342
1556
|
SVGUseElement: false,
|
|
1343
1557
|
SVGViewElement: false,
|
|
1558
|
+
SyncManager: false,
|
|
1344
1559
|
TaskAttributionTiming: false,
|
|
1560
|
+
TaskController: false,
|
|
1561
|
+
TaskPriorityChangeEvent: false,
|
|
1562
|
+
TaskSignal: false,
|
|
1563
|
+
TEMPORARY: false,
|
|
1345
1564
|
Text: false,
|
|
1346
1565
|
TextDecoder: false,
|
|
1347
1566
|
TextDecoderStream: false,
|
|
1348
1567
|
TextEncoder: false,
|
|
1349
1568
|
TextEncoderStream: false,
|
|
1350
1569
|
TextEvent: false,
|
|
1570
|
+
TextFormat: false,
|
|
1571
|
+
TextFormatUpdateEvent: false,
|
|
1351
1572
|
TextMetrics: false,
|
|
1352
1573
|
TextTrack: false,
|
|
1353
1574
|
TextTrackCue: false,
|
|
1354
1575
|
TextTrackCueList: false,
|
|
1355
1576
|
TextTrackList: false,
|
|
1577
|
+
TextUpdateEvent: false,
|
|
1578
|
+
TimeEvent: false,
|
|
1356
1579
|
TimeRanges: false,
|
|
1357
1580
|
ToggleEvent: false,
|
|
1358
1581
|
toolbar: false,
|
|
@@ -1365,13 +1588,47 @@ var require_globals = __commonJS({
|
|
|
1365
1588
|
TransformStreamDefaultController: false,
|
|
1366
1589
|
TransitionEvent: false,
|
|
1367
1590
|
TreeWalker: false,
|
|
1591
|
+
TrustedHTML: false,
|
|
1592
|
+
TrustedScript: false,
|
|
1593
|
+
TrustedScriptURL: false,
|
|
1594
|
+
TrustedTypePolicy: false,
|
|
1595
|
+
TrustedTypePolicyFactory: false,
|
|
1596
|
+
trustedTypes: false,
|
|
1368
1597
|
UIEvent: false,
|
|
1369
1598
|
URL: false,
|
|
1599
|
+
URLPattern: false,
|
|
1370
1600
|
URLSearchParams: false,
|
|
1601
|
+
USB: false,
|
|
1602
|
+
USBAlternateInterface: false,
|
|
1603
|
+
USBConfiguration: false,
|
|
1604
|
+
USBConnectionEvent: false,
|
|
1605
|
+
USBDevice: false,
|
|
1606
|
+
USBEndpoint: false,
|
|
1607
|
+
USBInterface: false,
|
|
1608
|
+
USBInTransferResult: false,
|
|
1609
|
+
USBIsochronousInTransferPacket: false,
|
|
1610
|
+
USBIsochronousInTransferResult: false,
|
|
1611
|
+
USBIsochronousOutTransferPacket: false,
|
|
1612
|
+
USBIsochronousOutTransferResult: false,
|
|
1613
|
+
USBOutTransferResult: false,
|
|
1614
|
+
UserActivation: false,
|
|
1371
1615
|
ValidityState: false,
|
|
1616
|
+
VideoColorSpace: false,
|
|
1617
|
+
VideoDecoder: false,
|
|
1618
|
+
VideoEncoder: false,
|
|
1619
|
+
VideoFrame: false,
|
|
1620
|
+
VideoPlaybackQuality: false,
|
|
1621
|
+
ViewTimeline: false,
|
|
1622
|
+
ViewTransition: false,
|
|
1623
|
+
VirtualKeyboard: false,
|
|
1624
|
+
VirtualKeyboardGeometryChangeEvent: false,
|
|
1625
|
+
VisibilityStateEntry: false,
|
|
1372
1626
|
visualViewport: false,
|
|
1373
1627
|
VisualViewport: false,
|
|
1374
1628
|
VTTCue: false,
|
|
1629
|
+
VTTRegion: false,
|
|
1630
|
+
WakeLock: false,
|
|
1631
|
+
WakeLockSentinel: false,
|
|
1375
1632
|
WaveShaperNode: false,
|
|
1376
1633
|
WebAssembly: false,
|
|
1377
1634
|
WebGL2RenderingContext: false,
|
|
@@ -1392,10 +1649,20 @@ var require_globals = __commonJS({
|
|
|
1392
1649
|
WebGLUniformLocation: false,
|
|
1393
1650
|
WebGLVertexArrayObject: false,
|
|
1394
1651
|
WebSocket: false,
|
|
1652
|
+
WebTransport: false,
|
|
1653
|
+
WebTransportBidirectionalStream: false,
|
|
1654
|
+
WebTransportDatagramDuplexStream: false,
|
|
1655
|
+
WebTransportError: false,
|
|
1656
|
+
WebTransportReceiveStream: false,
|
|
1657
|
+
WebTransportSendStream: false,
|
|
1658
|
+
WGSLLanguageFeatures: false,
|
|
1395
1659
|
WheelEvent: false,
|
|
1396
1660
|
window: false,
|
|
1397
1661
|
Window: false,
|
|
1662
|
+
WindowControlsOverlay: false,
|
|
1663
|
+
WindowControlsOverlayGeometryChangeEvent: false,
|
|
1398
1664
|
Worker: false,
|
|
1665
|
+
Worklet: false,
|
|
1399
1666
|
WritableStream: false,
|
|
1400
1667
|
WritableStreamDefaultController: false,
|
|
1401
1668
|
WritableStreamDefaultWriter: false,
|
|
@@ -1408,15 +1675,24 @@ var require_globals = __commonJS({
|
|
|
1408
1675
|
XPathExpression: false,
|
|
1409
1676
|
XPathResult: false,
|
|
1410
1677
|
XRAnchor: false,
|
|
1678
|
+
XRAnchorSet: false,
|
|
1411
1679
|
XRBoundedReferenceSpace: false,
|
|
1680
|
+
XRCamera: false,
|
|
1412
1681
|
XRCPUDepthInformation: false,
|
|
1413
1682
|
XRDepthInformation: false,
|
|
1683
|
+
XRDOMOverlayState: false,
|
|
1414
1684
|
XRFrame: false,
|
|
1685
|
+
XRHitTestResult: false,
|
|
1686
|
+
XRHitTestSource: false,
|
|
1415
1687
|
XRInputSource: false,
|
|
1416
1688
|
XRInputSourceArray: false,
|
|
1417
1689
|
XRInputSourceEvent: false,
|
|
1418
1690
|
XRInputSourcesChangeEvent: false,
|
|
1691
|
+
XRLayer: false,
|
|
1692
|
+
XRLightEstimate: false,
|
|
1693
|
+
XRLightProbe: false,
|
|
1419
1694
|
XRPose: false,
|
|
1695
|
+
XRRay: false,
|
|
1420
1696
|
XRReferenceSpace: false,
|
|
1421
1697
|
XRReferenceSpaceEvent: false,
|
|
1422
1698
|
XRRenderState: false,
|
|
@@ -1425,6 +1701,8 @@ var require_globals = __commonJS({
|
|
|
1425
1701
|
XRSessionEvent: false,
|
|
1426
1702
|
XRSpace: false,
|
|
1427
1703
|
XRSystem: false,
|
|
1704
|
+
XRTransientInputHitTestResult: false,
|
|
1705
|
+
XRTransientInputHitTestSource: false,
|
|
1428
1706
|
XRView: false,
|
|
1429
1707
|
XRViewerPose: false,
|
|
1430
1708
|
XRViewport: false,
|
|
@@ -1434,32 +1712,113 @@ var require_globals = __commonJS({
|
|
|
1434
1712
|
XSLTProcessor: false
|
|
1435
1713
|
},
|
|
1436
1714
|
worker: {
|
|
1715
|
+
AbortController: false,
|
|
1716
|
+
AbortSignal: false,
|
|
1437
1717
|
addEventListener: false,
|
|
1438
|
-
applicationCache: false,
|
|
1439
1718
|
atob: false,
|
|
1719
|
+
AudioData: false,
|
|
1720
|
+
AudioDecoder: false,
|
|
1721
|
+
AudioEncoder: false,
|
|
1722
|
+
BackgroundFetchManager: false,
|
|
1723
|
+
BackgroundFetchRecord: false,
|
|
1724
|
+
BackgroundFetchRegistration: false,
|
|
1440
1725
|
Blob: false,
|
|
1441
1726
|
BroadcastChannel: false,
|
|
1442
1727
|
btoa: false,
|
|
1443
1728
|
ByteLengthQueuingStrategy: false,
|
|
1444
1729
|
Cache: false,
|
|
1445
1730
|
caches: false,
|
|
1731
|
+
CacheStorage: false,
|
|
1732
|
+
cancelAnimationFrame: false,
|
|
1733
|
+
CanvasGradient: false,
|
|
1734
|
+
CanvasPattern: false,
|
|
1446
1735
|
clearInterval: false,
|
|
1447
1736
|
clearTimeout: false,
|
|
1448
|
-
close:
|
|
1737
|
+
close: false,
|
|
1738
|
+
CloseEvent: false,
|
|
1449
1739
|
CompressionStream: false,
|
|
1450
1740
|
console: false,
|
|
1451
1741
|
CountQueuingStrategy: false,
|
|
1742
|
+
createImageBitmap: false,
|
|
1743
|
+
CropTarget: false,
|
|
1744
|
+
crossOriginIsolated: false,
|
|
1452
1745
|
crypto: false,
|
|
1453
1746
|
Crypto: false,
|
|
1454
1747
|
CryptoKey: false,
|
|
1748
|
+
CSSSkewX: false,
|
|
1749
|
+
CSSSkewY: false,
|
|
1455
1750
|
CustomEvent: false,
|
|
1456
1751
|
DecompressionStream: false,
|
|
1752
|
+
DedicatedWorkerGlobalScope: false,
|
|
1753
|
+
dispatchEvent: false,
|
|
1754
|
+
DOMException: false,
|
|
1755
|
+
DOMMatrix: false,
|
|
1756
|
+
DOMMatrixReadOnly: false,
|
|
1757
|
+
DOMPoint: false,
|
|
1758
|
+
DOMPointReadOnly: false,
|
|
1759
|
+
DOMQuad: false,
|
|
1760
|
+
DOMRect: false,
|
|
1761
|
+
DOMRectReadOnly: false,
|
|
1762
|
+
DOMStringList: false,
|
|
1763
|
+
EncodedAudioChunk: false,
|
|
1764
|
+
EncodedVideoChunk: false,
|
|
1457
1765
|
ErrorEvent: false,
|
|
1458
1766
|
Event: false,
|
|
1767
|
+
EventSource: false,
|
|
1768
|
+
EventTarget: false,
|
|
1459
1769
|
fetch: false,
|
|
1460
1770
|
File: false,
|
|
1771
|
+
FileList: false,
|
|
1772
|
+
FileReader: false,
|
|
1461
1773
|
FileReaderSync: false,
|
|
1774
|
+
FileSystemDirectoryHandle: false,
|
|
1775
|
+
FileSystemFileHandle: false,
|
|
1776
|
+
FileSystemHandle: false,
|
|
1777
|
+
FileSystemSyncAccessHandle: false,
|
|
1778
|
+
FileSystemWritableFileStream: false,
|
|
1779
|
+
FontFace: false,
|
|
1780
|
+
fonts: false,
|
|
1462
1781
|
FormData: false,
|
|
1782
|
+
GPU: false,
|
|
1783
|
+
GPUAdapter: false,
|
|
1784
|
+
GPUAdapterInfo: false,
|
|
1785
|
+
GPUBindGroup: false,
|
|
1786
|
+
GPUBindGroupLayout: false,
|
|
1787
|
+
GPUBuffer: false,
|
|
1788
|
+
GPUBufferUsage: false,
|
|
1789
|
+
GPUCanvasContext: false,
|
|
1790
|
+
GPUColorWrite: false,
|
|
1791
|
+
GPUCommandBuffer: false,
|
|
1792
|
+
GPUCommandEncoder: false,
|
|
1793
|
+
GPUCompilationInfo: false,
|
|
1794
|
+
GPUCompilationMessage: false,
|
|
1795
|
+
GPUComputePassEncoder: false,
|
|
1796
|
+
GPUComputePipeline: false,
|
|
1797
|
+
GPUDevice: false,
|
|
1798
|
+
GPUDeviceLostInfo: false,
|
|
1799
|
+
GPUError: false,
|
|
1800
|
+
GPUExternalTexture: false,
|
|
1801
|
+
GPUInternalError: false,
|
|
1802
|
+
GPUMapMode: false,
|
|
1803
|
+
GPUOutOfMemoryError: false,
|
|
1804
|
+
GPUPipelineError: false,
|
|
1805
|
+
GPUPipelineLayout: false,
|
|
1806
|
+
GPUQuerySet: false,
|
|
1807
|
+
GPUQueue: false,
|
|
1808
|
+
GPURenderBundle: false,
|
|
1809
|
+
GPURenderBundleEncoder: false,
|
|
1810
|
+
GPURenderPassEncoder: false,
|
|
1811
|
+
GPURenderPipeline: false,
|
|
1812
|
+
GPUSampler: false,
|
|
1813
|
+
GPUShaderModule: false,
|
|
1814
|
+
GPUShaderStage: false,
|
|
1815
|
+
GPUSupportedFeatures: false,
|
|
1816
|
+
GPUSupportedLimits: false,
|
|
1817
|
+
GPUTexture: false,
|
|
1818
|
+
GPUTextureUsage: false,
|
|
1819
|
+
GPUTextureView: false,
|
|
1820
|
+
GPUUncapturedErrorEvent: false,
|
|
1821
|
+
GPUValidationError: false,
|
|
1463
1822
|
Headers: false,
|
|
1464
1823
|
IDBCursor: false,
|
|
1465
1824
|
IDBCursorWithValue: false,
|
|
@@ -1472,37 +1831,61 @@ var require_globals = __commonJS({
|
|
|
1472
1831
|
IDBRequest: false,
|
|
1473
1832
|
IDBTransaction: false,
|
|
1474
1833
|
IDBVersionChangeEvent: false,
|
|
1834
|
+
IdleDetector: false,
|
|
1835
|
+
ImageBitmap: false,
|
|
1836
|
+
ImageBitmapRenderingContext: false,
|
|
1475
1837
|
ImageData: false,
|
|
1476
|
-
|
|
1838
|
+
ImageDecoder: false,
|
|
1839
|
+
ImageTrack: false,
|
|
1840
|
+
ImageTrackList: false,
|
|
1841
|
+
importScripts: false,
|
|
1477
1842
|
indexedDB: false,
|
|
1843
|
+
isSecureContext: false,
|
|
1844
|
+
Iterator: false,
|
|
1478
1845
|
location: false,
|
|
1846
|
+
Lock: false,
|
|
1847
|
+
LockManager: false,
|
|
1848
|
+
MediaCapabilities: false,
|
|
1849
|
+
MediaSource: false,
|
|
1850
|
+
MediaSourceHandle: false,
|
|
1479
1851
|
MessageChannel: false,
|
|
1480
1852
|
MessageEvent: false,
|
|
1481
1853
|
MessagePort: false,
|
|
1482
1854
|
name: false,
|
|
1855
|
+
NavigationPreloadManager: false,
|
|
1483
1856
|
navigator: false,
|
|
1857
|
+
NavigatorUAData: false,
|
|
1858
|
+
NetworkInformation: false,
|
|
1484
1859
|
Notification: false,
|
|
1485
|
-
|
|
1486
|
-
|
|
1860
|
+
OffscreenCanvas: false,
|
|
1861
|
+
OffscreenCanvasRenderingContext2D: false,
|
|
1487
1862
|
onerror: true,
|
|
1488
1863
|
onlanguagechange: true,
|
|
1489
1864
|
onmessage: true,
|
|
1490
|
-
|
|
1491
|
-
ononline: true,
|
|
1865
|
+
onmessageerror: true,
|
|
1492
1866
|
onrejectionhandled: true,
|
|
1493
1867
|
onunhandledrejection: true,
|
|
1868
|
+
origin: false,
|
|
1869
|
+
Path2D: false,
|
|
1494
1870
|
performance: false,
|
|
1495
1871
|
Performance: false,
|
|
1496
1872
|
PerformanceEntry: false,
|
|
1497
1873
|
PerformanceMark: false,
|
|
1498
1874
|
PerformanceMeasure: false,
|
|
1499
|
-
PerformanceNavigation: false,
|
|
1500
1875
|
PerformanceObserver: false,
|
|
1501
1876
|
PerformanceObserverEntryList: false,
|
|
1502
1877
|
PerformanceResourceTiming: false,
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1878
|
+
PerformanceServerTiming: false,
|
|
1879
|
+
PeriodicSyncManager: false,
|
|
1880
|
+
Permissions: false,
|
|
1881
|
+
PermissionStatus: false,
|
|
1882
|
+
PERSISTENT: false,
|
|
1883
|
+
postMessage: false,
|
|
1884
|
+
ProgressEvent: false,
|
|
1885
|
+
PromiseRejectionEvent: false,
|
|
1886
|
+
PushManager: false,
|
|
1887
|
+
PushSubscription: false,
|
|
1888
|
+
PushSubscriptionOptions: false,
|
|
1506
1889
|
queueMicrotask: false,
|
|
1507
1890
|
ReadableByteStreamController: false,
|
|
1508
1891
|
ReadableStream: false,
|
|
@@ -1512,29 +1895,105 @@ var require_globals = __commonJS({
|
|
|
1512
1895
|
ReadableStreamDefaultReader: false,
|
|
1513
1896
|
removeEventListener: false,
|
|
1514
1897
|
reportError: false,
|
|
1898
|
+
ReportingObserver: false,
|
|
1515
1899
|
Request: false,
|
|
1900
|
+
requestAnimationFrame: false,
|
|
1516
1901
|
Response: false,
|
|
1517
|
-
|
|
1902
|
+
RTCEncodedAudioFrame: false,
|
|
1903
|
+
RTCEncodedVideoFrame: false,
|
|
1904
|
+
scheduler: false,
|
|
1905
|
+
Scheduler: false,
|
|
1906
|
+
SecurityPolicyViolationEvent: false,
|
|
1907
|
+
self: false,
|
|
1908
|
+
Serial: false,
|
|
1909
|
+
SerialPort: false,
|
|
1518
1910
|
ServiceWorkerRegistration: false,
|
|
1519
1911
|
setInterval: false,
|
|
1520
1912
|
setTimeout: false,
|
|
1913
|
+
SourceBuffer: false,
|
|
1914
|
+
SourceBufferList: false,
|
|
1915
|
+
StorageBucket: false,
|
|
1916
|
+
StorageBucketManager: false,
|
|
1917
|
+
StorageManager: false,
|
|
1918
|
+
structuredClone: false,
|
|
1521
1919
|
SubtleCrypto: false,
|
|
1920
|
+
SyncManager: false,
|
|
1921
|
+
TaskController: false,
|
|
1922
|
+
TaskPriorityChangeEvent: false,
|
|
1923
|
+
TaskSignal: false,
|
|
1924
|
+
TEMPORARY: false,
|
|
1522
1925
|
TextDecoder: false,
|
|
1523
1926
|
TextDecoderStream: false,
|
|
1524
1927
|
TextEncoder: false,
|
|
1525
1928
|
TextEncoderStream: false,
|
|
1929
|
+
TextMetrics: false,
|
|
1526
1930
|
TransformStream: false,
|
|
1527
1931
|
TransformStreamDefaultController: false,
|
|
1932
|
+
TrustedHTML: false,
|
|
1933
|
+
TrustedScript: false,
|
|
1934
|
+
TrustedScriptURL: false,
|
|
1935
|
+
TrustedTypePolicy: false,
|
|
1936
|
+
TrustedTypePolicyFactory: false,
|
|
1937
|
+
trustedTypes: false,
|
|
1528
1938
|
URL: false,
|
|
1939
|
+
URLPattern: false,
|
|
1529
1940
|
URLSearchParams: false,
|
|
1941
|
+
USB: false,
|
|
1942
|
+
USBAlternateInterface: false,
|
|
1943
|
+
USBConfiguration: false,
|
|
1944
|
+
USBConnectionEvent: false,
|
|
1945
|
+
USBDevice: false,
|
|
1946
|
+
USBEndpoint: false,
|
|
1947
|
+
USBInterface: false,
|
|
1948
|
+
USBInTransferResult: false,
|
|
1949
|
+
USBIsochronousInTransferPacket: false,
|
|
1950
|
+
USBIsochronousInTransferResult: false,
|
|
1951
|
+
USBIsochronousOutTransferPacket: false,
|
|
1952
|
+
USBIsochronousOutTransferResult: false,
|
|
1953
|
+
USBOutTransferResult: false,
|
|
1954
|
+
UserActivation: false,
|
|
1955
|
+
VideoColorSpace: false,
|
|
1956
|
+
VideoDecoder: false,
|
|
1957
|
+
VideoEncoder: false,
|
|
1958
|
+
VideoFrame: false,
|
|
1530
1959
|
WebAssembly: false,
|
|
1960
|
+
WebGL2RenderingContext: false,
|
|
1961
|
+
WebGLActiveInfo: false,
|
|
1962
|
+
WebGLBuffer: false,
|
|
1963
|
+
WebGLContextEvent: false,
|
|
1964
|
+
WebGLFramebuffer: false,
|
|
1965
|
+
WebGLProgram: false,
|
|
1966
|
+
WebGLQuery: false,
|
|
1967
|
+
WebGLRenderbuffer: false,
|
|
1968
|
+
WebGLRenderingContext: false,
|
|
1969
|
+
WebGLSampler: false,
|
|
1970
|
+
WebGLShader: false,
|
|
1971
|
+
WebGLShaderPrecisionFormat: false,
|
|
1972
|
+
WebGLSync: false,
|
|
1973
|
+
WebGLTexture: false,
|
|
1974
|
+
WebGLTransformFeedback: false,
|
|
1975
|
+
WebGLUniformLocation: false,
|
|
1976
|
+
WebGLVertexArrayObject: false,
|
|
1977
|
+
webkitRequestFileSystem: false,
|
|
1978
|
+
webkitRequestFileSystemSync: false,
|
|
1979
|
+
webkitResolveLocalFileSystemSyncURL: false,
|
|
1980
|
+
webkitResolveLocalFileSystemURL: false,
|
|
1531
1981
|
WebSocket: false,
|
|
1982
|
+
WebTransport: false,
|
|
1983
|
+
WebTransportBidirectionalStream: false,
|
|
1984
|
+
WebTransportDatagramDuplexStream: false,
|
|
1985
|
+
WebTransportError: false,
|
|
1986
|
+
WGSLLanguageFeatures: false,
|
|
1532
1987
|
Worker: false,
|
|
1533
1988
|
WorkerGlobalScope: false,
|
|
1989
|
+
WorkerLocation: false,
|
|
1990
|
+
WorkerNavigator: false,
|
|
1534
1991
|
WritableStream: false,
|
|
1535
1992
|
WritableStreamDefaultController: false,
|
|
1536
1993
|
WritableStreamDefaultWriter: false,
|
|
1537
|
-
XMLHttpRequest: false
|
|
1994
|
+
XMLHttpRequest: false,
|
|
1995
|
+
XMLHttpRequestEventTarget: false,
|
|
1996
|
+
XMLHttpRequestUpload: false
|
|
1538
1997
|
},
|
|
1539
1998
|
node: {
|
|
1540
1999
|
__dirname: false,
|
|
@@ -1567,12 +2026,14 @@ var require_globals = __commonJS({
|
|
|
1567
2026
|
FormData: false,
|
|
1568
2027
|
global: false,
|
|
1569
2028
|
Headers: false,
|
|
1570
|
-
Intl: false,
|
|
1571
2029
|
MessageChannel: false,
|
|
1572
2030
|
MessageEvent: false,
|
|
1573
2031
|
MessagePort: false,
|
|
1574
2032
|
module: false,
|
|
2033
|
+
navigator: false,
|
|
2034
|
+
Navigator: false,
|
|
1575
2035
|
performance: false,
|
|
2036
|
+
Performance: false,
|
|
1576
2037
|
PerformanceEntry: false,
|
|
1577
2038
|
PerformanceMark: false,
|
|
1578
2039
|
PerformanceMeasure: false,
|
|
@@ -1636,11 +2097,13 @@ var require_globals = __commonJS({
|
|
|
1636
2097
|
FormData: false,
|
|
1637
2098
|
global: false,
|
|
1638
2099
|
Headers: false,
|
|
1639
|
-
Intl: false,
|
|
1640
2100
|
MessageChannel: false,
|
|
1641
2101
|
MessageEvent: false,
|
|
1642
2102
|
MessagePort: false,
|
|
2103
|
+
navigator: false,
|
|
2104
|
+
Navigator: false,
|
|
1643
2105
|
performance: false,
|
|
2106
|
+
Performance: false,
|
|
1644
2107
|
PerformanceEntry: false,
|
|
1645
2108
|
PerformanceMark: false,
|
|
1646
2109
|
PerformanceMeasure: false,
|
|
@@ -1737,12 +2200,9 @@ var require_globals = __commonJS({
|
|
|
1737
2200
|
beforeEach: false,
|
|
1738
2201
|
describe: false,
|
|
1739
2202
|
expect: false,
|
|
1740
|
-
fdescribe: false,
|
|
1741
2203
|
fit: false,
|
|
1742
2204
|
it: false,
|
|
1743
2205
|
jest: false,
|
|
1744
|
-
pit: false,
|
|
1745
|
-
require: false,
|
|
1746
2206
|
test: false,
|
|
1747
2207
|
xdescribe: false,
|
|
1748
2208
|
xit: false,
|
|
@@ -1871,6 +2331,7 @@ var require_globals = __commonJS({
|
|
|
1871
2331
|
exit: false,
|
|
1872
2332
|
find: false,
|
|
1873
2333
|
grep: false,
|
|
2334
|
+
head: false,
|
|
1874
2335
|
ln: false,
|
|
1875
2336
|
ls: false,
|
|
1876
2337
|
mkdir: false,
|
|
@@ -1881,10 +2342,13 @@ var require_globals = __commonJS({
|
|
|
1881
2342
|
rm: false,
|
|
1882
2343
|
sed: false,
|
|
1883
2344
|
set: false,
|
|
1884
|
-
|
|
2345
|
+
ShellString: false,
|
|
2346
|
+
sort: false,
|
|
2347
|
+
tail: false,
|
|
1885
2348
|
tempdir: false,
|
|
1886
2349
|
test: false,
|
|
1887
2350
|
touch: false,
|
|
2351
|
+
uniq: false,
|
|
1888
2352
|
which: false
|
|
1889
2353
|
},
|
|
1890
2354
|
prototypejs: {
|
|
@@ -2100,7 +2564,6 @@ var require_globals = __commonJS({
|
|
|
2100
2564
|
PerformanceResourceTiming: false,
|
|
2101
2565
|
PerformanceTiming: false,
|
|
2102
2566
|
postMessage: true,
|
|
2103
|
-
Promise: false,
|
|
2104
2567
|
queueMicrotask: false,
|
|
2105
2568
|
ReadableByteStreamController: false,
|
|
2106
2569
|
ReadableStream: false,
|
|
@@ -2202,11 +2665,13 @@ var require_globals = __commonJS({
|
|
|
2202
2665
|
File: false,
|
|
2203
2666
|
FormData: false,
|
|
2204
2667
|
Headers: false,
|
|
2205
|
-
Intl: false,
|
|
2206
2668
|
MessageChannel: false,
|
|
2207
2669
|
MessageEvent: false,
|
|
2208
2670
|
MessagePort: false,
|
|
2671
|
+
navigator: false,
|
|
2672
|
+
Navigator: false,
|
|
2209
2673
|
performance: false,
|
|
2674
|
+
Performance: false,
|
|
2210
2675
|
PerformanceEntry: false,
|
|
2211
2676
|
PerformanceMark: false,
|
|
2212
2677
|
PerformanceMeasure: false,
|
|
@@ -2307,9 +2772,9 @@ var require_globals = __commonJS({
|
|
|
2307
2772
|
}
|
|
2308
2773
|
});
|
|
2309
2774
|
|
|
2310
|
-
// node_modules/.pnpm/globals@
|
|
2775
|
+
// node_modules/.pnpm/globals@15.0.0/node_modules/globals/index.js
|
|
2311
2776
|
var require_globals2 = __commonJS({
|
|
2312
|
-
"node_modules/.pnpm/globals@
|
|
2777
|
+
"node_modules/.pnpm/globals@15.0.0/node_modules/globals/index.js"(exports, module) {
|
|
2313
2778
|
"use strict";
|
|
2314
2779
|
module.exports = require_globals();
|
|
2315
2780
|
}
|
|
@@ -2855,6 +3320,7 @@ var perfectionist = async () => {
|
|
|
2855
3320
|
{
|
|
2856
3321
|
name: "jsse:perfectionist",
|
|
2857
3322
|
plugins: {
|
|
3323
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
|
2858
3324
|
perfectionist: default10
|
|
2859
3325
|
}
|
|
2860
3326
|
}
|
|
@@ -3544,6 +4010,7 @@ var test = async (options = {}) => {
|
|
|
3544
4010
|
{
|
|
3545
4011
|
name: "jsse:test:setup",
|
|
3546
4012
|
plugins: {
|
|
4013
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
|
3547
4014
|
"no-only-tests": default9,
|
|
3548
4015
|
vitest: default16
|
|
3549
4016
|
}
|
|
@@ -3627,6 +4094,7 @@ function typescriptRulesTypeAware() {
|
|
|
3627
4094
|
"accessor",
|
|
3628
4095
|
"enumMember"
|
|
3629
4096
|
],
|
|
4097
|
+
// eslint-disable-next-line unicorn/no-null
|
|
3630
4098
|
format: null,
|
|
3631
4099
|
modifiers: ["requiresQuotes"]
|
|
3632
4100
|
},
|
|
@@ -3997,7 +4465,7 @@ function typescriptRules(props) {
|
|
|
3997
4465
|
}
|
|
3998
4466
|
|
|
3999
4467
|
// src/configs/ts/typescript.ts
|
|
4000
|
-
async
|
|
4468
|
+
var typescript = async (options) => {
|
|
4001
4469
|
const {
|
|
4002
4470
|
componentExts = [],
|
|
4003
4471
|
overrides = {},
|
|
@@ -4045,7 +4513,7 @@ async function typescript(options) {
|
|
|
4045
4513
|
// only apply ts rules to ts files!
|
|
4046
4514
|
files: [GLOB_TS, GLOB_TSX, ...componentExts.map((ext) => `**/*.${ext}`)],
|
|
4047
4515
|
name: "jsse:typescript:rules",
|
|
4048
|
-
rules: renameRules(tsrules, tsPrefix, tsPrefixTo)
|
|
4516
|
+
rules: renameRules(tsrules || {}, tsPrefix, tsPrefixTo)
|
|
4049
4517
|
},
|
|
4050
4518
|
{
|
|
4051
4519
|
files: ["**/*.d.ts"],
|
|
@@ -4073,7 +4541,7 @@ async function typescript(options) {
|
|
|
4073
4541
|
}
|
|
4074
4542
|
}
|
|
4075
4543
|
];
|
|
4076
|
-
}
|
|
4544
|
+
};
|
|
4077
4545
|
|
|
4078
4546
|
// src/configs/unicorn.ts
|
|
4079
4547
|
function unicornOff() {
|
|
@@ -4092,6 +4560,9 @@ function unicornOff() {
|
|
|
4092
4560
|
// Super insanely annoying rule
|
|
4093
4561
|
};
|
|
4094
4562
|
}
|
|
4563
|
+
function unicornRecommended() {
|
|
4564
|
+
return default14.configs.recommended.rules;
|
|
4565
|
+
}
|
|
4095
4566
|
var unicorn = async () => {
|
|
4096
4567
|
return [
|
|
4097
4568
|
{
|
|
@@ -4101,6 +4572,7 @@ var unicorn = async () => {
|
|
|
4101
4572
|
unicorn: default14
|
|
4102
4573
|
},
|
|
4103
4574
|
rules: {
|
|
4575
|
+
...unicornRecommended(),
|
|
4104
4576
|
...unicornOff(),
|
|
4105
4577
|
"unicorn/better-regex": "error",
|
|
4106
4578
|
"unicorn/custom-error-definition": "error",
|
|
@@ -4177,7 +4649,7 @@ var unicorn = async () => {
|
|
|
4177
4649
|
|
|
4178
4650
|
// src/factory.ts
|
|
4179
4651
|
import fs2 from "fs";
|
|
4180
|
-
import
|
|
4652
|
+
import process5 from "process";
|
|
4181
4653
|
|
|
4182
4654
|
// node_modules/.pnpm/local-pkg@0.5.0/node_modules/local-pkg/dist/index.mjs
|
|
4183
4655
|
import path3, { dirname as dirname3, win32, join as join2 } from "path";
|
|
@@ -11002,6 +11474,83 @@ var antfu = async () => {
|
|
|
11002
11474
|
];
|
|
11003
11475
|
};
|
|
11004
11476
|
|
|
11477
|
+
// src/lager.ts
|
|
11478
|
+
var levels = {
|
|
11479
|
+
trace: 10,
|
|
11480
|
+
debug: 20,
|
|
11481
|
+
info: 30,
|
|
11482
|
+
warn: 40,
|
|
11483
|
+
error: 50,
|
|
11484
|
+
fatal: 60
|
|
11485
|
+
};
|
|
11486
|
+
function isLagerLevel(level) {
|
|
11487
|
+
return level === "trace" || level === "debug" || level === "info" || level === "warn" || level === "error" || level === "fatal";
|
|
11488
|
+
}
|
|
11489
|
+
var Lager = class {
|
|
11490
|
+
constructor(options) {
|
|
11491
|
+
this._level = "info";
|
|
11492
|
+
this.id = "lager";
|
|
11493
|
+
this.levelNo = levels[this._level];
|
|
11494
|
+
const { level, id } = {
|
|
11495
|
+
level: "info",
|
|
11496
|
+
id: "lager",
|
|
11497
|
+
...options
|
|
11498
|
+
};
|
|
11499
|
+
this.id = id;
|
|
11500
|
+
this._level = isLagerLevel(level) ? level : "info";
|
|
11501
|
+
this.levelNo = levels[this._level];
|
|
11502
|
+
this.log = this.log.bind(this);
|
|
11503
|
+
this.debug = this.debug.bind(this);
|
|
11504
|
+
}
|
|
11505
|
+
get level() {
|
|
11506
|
+
return this._level;
|
|
11507
|
+
}
|
|
11508
|
+
set level(level) {
|
|
11509
|
+
this._level = level;
|
|
11510
|
+
this.levelNo = levels[level];
|
|
11511
|
+
}
|
|
11512
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11513
|
+
log(...args) {
|
|
11514
|
+
console.log(...args);
|
|
11515
|
+
}
|
|
11516
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11517
|
+
trace(...args) {
|
|
11518
|
+
if (this.levelNo > levels.trace) {
|
|
11519
|
+
return;
|
|
11520
|
+
}
|
|
11521
|
+
console.trace(...args);
|
|
11522
|
+
}
|
|
11523
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11524
|
+
debug(...args) {
|
|
11525
|
+
if (this.levelNo > levels.debug) {
|
|
11526
|
+
return;
|
|
11527
|
+
}
|
|
11528
|
+
console.debug(...args);
|
|
11529
|
+
}
|
|
11530
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11531
|
+
info(...args) {
|
|
11532
|
+
if (this.levelNo > levels.info) {
|
|
11533
|
+
return;
|
|
11534
|
+
}
|
|
11535
|
+
console.info(...args);
|
|
11536
|
+
}
|
|
11537
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11538
|
+
warn(...args) {
|
|
11539
|
+
if (this.levelNo > levels.warn) {
|
|
11540
|
+
return;
|
|
11541
|
+
}
|
|
11542
|
+
console.warn(...args);
|
|
11543
|
+
}
|
|
11544
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11545
|
+
error(...args) {
|
|
11546
|
+
if (this.levelNo > levels.error) {
|
|
11547
|
+
return;
|
|
11548
|
+
}
|
|
11549
|
+
console.error(...args);
|
|
11550
|
+
}
|
|
11551
|
+
};
|
|
11552
|
+
var log = new Lager();
|
|
11553
|
+
|
|
11005
11554
|
// src/configs/md.ts
|
|
11006
11555
|
var markdown = async (options) => {
|
|
11007
11556
|
const { componentExts = [], overrides = {} } = options ?? {};
|
|
@@ -11196,10 +11745,11 @@ var flatConfigProps = [
|
|
|
11196
11745
|
"rules",
|
|
11197
11746
|
"settings"
|
|
11198
11747
|
];
|
|
11748
|
+
var DEBUG = !!(process5.env.DEBUG?.toLowerCase() === "true" || process5.env.DEBUG === "1");
|
|
11199
11749
|
function defaultOptions2() {
|
|
11200
11750
|
return {
|
|
11201
11751
|
componentExts: [],
|
|
11202
|
-
debug:
|
|
11752
|
+
debug: DEBUG && process5.env.TEST !== "true",
|
|
11203
11753
|
fast: false,
|
|
11204
11754
|
gitignore: true,
|
|
11205
11755
|
isInEditor: isInEditor(),
|
|
@@ -11210,6 +11760,7 @@ function defaultOptions2() {
|
|
|
11210
11760
|
prettier: true,
|
|
11211
11761
|
react: false,
|
|
11212
11762
|
reportUnusedDisableDirectives: true,
|
|
11763
|
+
rootId: "jsse",
|
|
11213
11764
|
stylistic: true,
|
|
11214
11765
|
test: true,
|
|
11215
11766
|
tsPrefix: "@typescript-eslint",
|
|
@@ -11255,13 +11806,33 @@ async function jsse(options = {}, ...userConfigs) {
|
|
|
11255
11806
|
typescript: enableTypeScript
|
|
11256
11807
|
} = normalizedOptions;
|
|
11257
11808
|
if (debug) {
|
|
11258
|
-
|
|
11259
|
-
console.log("@jsse/eslint-config isInEditor", isInEditor2);
|
|
11260
|
-
console.log("@jsse/eslint-config enableTypeScript", enableTypeScript);
|
|
11809
|
+
log.level = "debug";
|
|
11261
11810
|
}
|
|
11811
|
+
log.debug("@jsse/eslint-config debug=true");
|
|
11812
|
+
log.debug("@jsse/eslint-config isInEditor", isInEditor2);
|
|
11813
|
+
log.debug("@jsse/eslint-config enableTypeScript", enableTypeScript);
|
|
11814
|
+
log.debug("@jsse/eslint-config normalizedOptions", normalizedOptions);
|
|
11262
11815
|
const configs = [];
|
|
11263
|
-
if (enableGitignore
|
|
11264
|
-
|
|
11816
|
+
if (enableGitignore) {
|
|
11817
|
+
if (typeof enableGitignore === "boolean") {
|
|
11818
|
+
if (fs2.existsSync(".gitignore"))
|
|
11819
|
+
configs.push(
|
|
11820
|
+
interopDefault(import("eslint-config-flat-gitignore")).then((r2) => {
|
|
11821
|
+
const res = r2();
|
|
11822
|
+
log.debug("Using eslint-config-flat-gitignore", res);
|
|
11823
|
+
return [res];
|
|
11824
|
+
})
|
|
11825
|
+
);
|
|
11826
|
+
} else {
|
|
11827
|
+
configs.push(
|
|
11828
|
+
interopDefault(import("eslint-config-flat-gitignore")).then((r2) => {
|
|
11829
|
+
log.debug("Using eslint-config-flat-gitignore", r2);
|
|
11830
|
+
const res = r2(enableGitignore);
|
|
11831
|
+
log.debug("Using eslint-config-flat-gitignore", res);
|
|
11832
|
+
return [res];
|
|
11833
|
+
})
|
|
11834
|
+
);
|
|
11835
|
+
}
|
|
11265
11836
|
}
|
|
11266
11837
|
configs.push(
|
|
11267
11838
|
ignores(),
|
|
@@ -11281,7 +11852,7 @@ async function jsse(options = {}, ...userConfigs) {
|
|
|
11281
11852
|
perfectionist()
|
|
11282
11853
|
);
|
|
11283
11854
|
if (enableTypeScript) {
|
|
11284
|
-
const tscfg =
|
|
11855
|
+
const tscfg = typescript({
|
|
11285
11856
|
...typeof enableTypeScript === "boolean" ? {} : enableTypeScript,
|
|
11286
11857
|
componentExts,
|
|
11287
11858
|
overrides: overrides.typescript,
|
|
@@ -11298,7 +11869,7 @@ async function jsse(options = {}, ...userConfigs) {
|
|
|
11298
11869
|
configs.push(markdown());
|
|
11299
11870
|
}
|
|
11300
11871
|
if (normalizedOptions.yaml) {
|
|
11301
|
-
const ymlConfig =
|
|
11872
|
+
const ymlConfig = yml();
|
|
11302
11873
|
configs.push(ymlConfig);
|
|
11303
11874
|
}
|
|
11304
11875
|
if (normalizedOptions.react) {
|
|
@@ -11317,7 +11888,7 @@ async function jsse(options = {}, ...userConfigs) {
|
|
|
11317
11888
|
}
|
|
11318
11889
|
if (normalizedOptions.test) {
|
|
11319
11890
|
configs.push(
|
|
11320
|
-
|
|
11891
|
+
test({
|
|
11321
11892
|
isInEditor: isInEditor2,
|
|
11322
11893
|
overrides: overrides.test
|
|
11323
11894
|
})
|
|
@@ -11345,7 +11916,22 @@ async function jsse(options = {}, ...userConfigs) {
|
|
|
11345
11916
|
if (Object.keys(fusedConfig).length > 0) {
|
|
11346
11917
|
configs.push([fusedConfig]);
|
|
11347
11918
|
}
|
|
11919
|
+
const combinedConfigs = await combineAsync(...configs, ...userConfigs);
|
|
11348
11920
|
if (off && off.length > 0) {
|
|
11921
|
+
log.debug("Turning off rules", off);
|
|
11922
|
+
const currentlyActiveRules = /* @__PURE__ */ new Set();
|
|
11923
|
+
combinedConfigs.forEach((config) => {
|
|
11924
|
+
Object.keys(config.rules ?? {}).forEach(
|
|
11925
|
+
(rule) => currentlyActiveRules.add(rule)
|
|
11926
|
+
);
|
|
11927
|
+
});
|
|
11928
|
+
off.forEach((rule) => {
|
|
11929
|
+
if (!currentlyActiveRules.has(rule)) {
|
|
11930
|
+
log.info(
|
|
11931
|
+
`Rule \`${rule}\` is not active in the current config, you can remove it from the off list`
|
|
11932
|
+
);
|
|
11933
|
+
}
|
|
11934
|
+
});
|
|
11349
11935
|
configs.push(
|
|
11350
11936
|
off.map((rule) => ({
|
|
11351
11937
|
files: ["**/*.{js,jsx,ts,tsx}"],
|
|
@@ -11355,13 +11941,30 @@ async function jsse(options = {}, ...userConfigs) {
|
|
|
11355
11941
|
}))
|
|
11356
11942
|
);
|
|
11357
11943
|
}
|
|
11358
|
-
|
|
11944
|
+
if (normalizedOptions.rootId !== "jsse") {
|
|
11945
|
+
combinedConfigs.forEach((config) => {
|
|
11946
|
+
if (config.name && config.name.startsWith("jsse:")) {
|
|
11947
|
+
config.name = config.name.replace(
|
|
11948
|
+
"jsse:",
|
|
11949
|
+
`${normalizedOptions.rootId}:`
|
|
11950
|
+
);
|
|
11951
|
+
}
|
|
11952
|
+
});
|
|
11953
|
+
}
|
|
11359
11954
|
if (normalizedOptions.preReturn) {
|
|
11955
|
+
log.debug("Running preReturn");
|
|
11360
11956
|
const preReturned = normalizedOptions.preReturn(combinedConfigs);
|
|
11361
11957
|
if (preReturned instanceof Promise) {
|
|
11362
|
-
|
|
11958
|
+
const res = await preReturned;
|
|
11959
|
+
log.debug("preReturn finished");
|
|
11960
|
+
log.debug("final config", res);
|
|
11961
|
+
return res;
|
|
11962
|
+
} else {
|
|
11963
|
+
const res = preReturned;
|
|
11964
|
+
log.debug("preReturn finished");
|
|
11965
|
+
log.debug("final config", res);
|
|
11966
|
+
return res;
|
|
11363
11967
|
}
|
|
11364
|
-
return preReturned;
|
|
11365
11968
|
}
|
|
11366
11969
|
return combinedConfigs;
|
|
11367
11970
|
}
|