@rspack/core 0.2.1 → 0.2.2
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/compilation.d.ts +3 -0
- package/dist/compilation.d.ts.map +1 -1
- package/dist/compilation.js +17 -0
- package/dist/compilation.js.map +1 -1
- package/dist/config/adapter.d.ts +2 -4
- package/dist/config/adapter.d.ts.map +1 -1
- package/dist/config/adapter.js +113 -29
- package/dist/config/adapter.js.map +1 -1
- package/dist/config/builtins.d.ts.map +1 -1
- package/dist/config/builtins.js +29 -4
- package/dist/config/builtins.js.map +1 -1
- package/dist/config/defaults.d.ts.map +1 -1
- package/dist/config/defaults.js +5 -1
- package/dist/config/defaults.js.map +1 -1
- package/dist/config/normalization.d.ts.map +1 -1
- package/dist/config/normalization.js +3 -1
- package/dist/config/normalization.js.map +1 -1
- package/dist/config/schema.check.d.ts.map +1 -1
- package/dist/config/schema.check.js +459 -369
- package/dist/config/schema.check.js.map +1 -1
- package/dist/config/schema.d.ts +381 -366
- package/dist/config/schema.js +18 -1
- package/dist/config/schema.js.map +1 -1
- package/dist/config/types.d.ts +37 -3
- package/dist/config/types.d.ts.map +1 -1
- package/dist/config/zod/_rewrite.d.ts +2 -4
- package/dist/config/zod/_rewrite.d.ts.map +1 -1
- package/dist/config/zod/builtins.d.ts +93 -1
- package/dist/config/zod/builtins.d.ts.map +1 -1
- package/dist/config/zod/builtins.js +22 -2
- package/dist/config/zod/builtins.js.map +1 -1
- package/dist/config/zod/experiments.d.ts +18 -3
- package/dist/config/zod/experiments.d.ts.map +1 -1
- package/dist/config/zod/experiments.js +7 -1
- package/dist/config/zod/experiments.js.map +1 -1
- package/dist/config/zod/index.d.ts +311 -39
- package/dist/config/zod/index.d.ts.map +1 -1
- package/dist/config/zod/index.js +4 -2
- package/dist/config/zod/index.js.map +1 -1
- package/dist/config/zod/optimization/index.d.ts +19 -19
- package/dist/config/zod/optimization/split-chunks.d.ts +16 -16
- package/dist/config/zod/optimization/split-chunks.js +1 -1
- package/dist/config/zod/optimization/split-chunks.js.map +1 -1
- package/dist/config/zod/plugins.d.ts +13 -0
- package/dist/config/zod/plugins.d.ts.map +1 -0
- package/dist/config/zod/plugins.js +19 -0
- package/dist/config/zod/plugins.js.map +1 -0
- package/dist/config/zod/resolve.d.ts +50 -0
- package/dist/config/zod/resolve.d.ts.map +1 -0
- package/dist/config/zod/resolve.js +30 -0
- package/dist/config/zod/resolve.js.map +1 -0
- package/dist/util/MergeCaller.d.ts +12 -0
- package/dist/util/MergeCaller.d.ts.map +1 -0
- package/dist/util/MergeCaller.js +25 -0
- package/dist/util/MergeCaller.js.map +1 -0
- package/package.json +8 -8
package/dist/config/schema.d.ts
CHANGED
|
@@ -399,34 +399,49 @@ export declare namespace definitions {
|
|
|
399
399
|
namespace incrementalRebuild {
|
|
400
400
|
const description_42: string;
|
|
401
401
|
export { description_42 as description };
|
|
402
|
-
const
|
|
403
|
-
|
|
402
|
+
const anyOf_15: ({
|
|
403
|
+
type: string;
|
|
404
|
+
properties?: undefined;
|
|
405
|
+
} | {
|
|
406
|
+
type: string;
|
|
407
|
+
properties: {
|
|
408
|
+
make: {
|
|
409
|
+
description: string;
|
|
410
|
+
type: string;
|
|
411
|
+
};
|
|
412
|
+
emitAsset: {
|
|
413
|
+
description: string;
|
|
414
|
+
type: string;
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
})[];
|
|
418
|
+
export { anyOf_15 as anyOf };
|
|
404
419
|
}
|
|
405
420
|
namespace lazyCompilation {
|
|
406
421
|
const description_43: string;
|
|
407
422
|
export { description_43 as description };
|
|
408
|
-
const
|
|
423
|
+
const anyOf_16: {
|
|
409
424
|
type: string;
|
|
410
425
|
}[];
|
|
411
|
-
export {
|
|
426
|
+
export { anyOf_16 as anyOf };
|
|
412
427
|
}
|
|
413
428
|
namespace outputModule {
|
|
414
429
|
const description_44: string;
|
|
415
430
|
export { description_44 as description };
|
|
416
|
-
const
|
|
417
|
-
export {
|
|
431
|
+
const type_21: string;
|
|
432
|
+
export { type_21 as type };
|
|
418
433
|
}
|
|
419
434
|
namespace newSplitChunks {
|
|
420
435
|
const description_45: string;
|
|
421
436
|
export { description_45 as description };
|
|
422
|
-
const
|
|
423
|
-
export {
|
|
437
|
+
const type_22: string;
|
|
438
|
+
export { type_22 as type };
|
|
424
439
|
}
|
|
425
440
|
namespace css {
|
|
426
441
|
const description_46: string;
|
|
427
442
|
export { description_46 as description };
|
|
428
|
-
const
|
|
429
|
-
export {
|
|
443
|
+
const type_23: string;
|
|
444
|
+
export { type_23 as type };
|
|
430
445
|
}
|
|
431
446
|
}
|
|
432
447
|
export { properties_3 as properties };
|
|
@@ -434,7 +449,7 @@ export declare namespace definitions {
|
|
|
434
449
|
namespace ExternalItem {
|
|
435
450
|
const description_47: string;
|
|
436
451
|
export { description_47 as description };
|
|
437
|
-
const
|
|
452
|
+
const anyOf_17: ({
|
|
438
453
|
description: string;
|
|
439
454
|
instanceof: string;
|
|
440
455
|
type?: undefined;
|
|
@@ -452,12 +467,12 @@ export declare namespace definitions {
|
|
|
452
467
|
};
|
|
453
468
|
instanceof?: undefined;
|
|
454
469
|
})[];
|
|
455
|
-
export {
|
|
470
|
+
export { anyOf_17 as anyOf };
|
|
456
471
|
}
|
|
457
472
|
namespace ExternalItemValue {
|
|
458
473
|
const description_48: string;
|
|
459
474
|
export { description_48 as description };
|
|
460
|
-
const
|
|
475
|
+
const anyOf_18: ({
|
|
461
476
|
type: string;
|
|
462
477
|
items: {
|
|
463
478
|
description: string;
|
|
@@ -470,12 +485,12 @@ export declare namespace definitions {
|
|
|
470
485
|
type: string;
|
|
471
486
|
items?: undefined;
|
|
472
487
|
})[];
|
|
473
|
-
export {
|
|
488
|
+
export { anyOf_18 as anyOf };
|
|
474
489
|
}
|
|
475
490
|
namespace Externals {
|
|
476
491
|
const description_49: string;
|
|
477
492
|
export { description_49 as description };
|
|
478
|
-
const
|
|
493
|
+
const anyOf_19: ({
|
|
479
494
|
type: string;
|
|
480
495
|
items: {
|
|
481
496
|
$ref: string;
|
|
@@ -486,51 +501,51 @@ export declare namespace definitions {
|
|
|
486
501
|
type?: undefined;
|
|
487
502
|
items?: undefined;
|
|
488
503
|
})[];
|
|
489
|
-
export {
|
|
504
|
+
export { anyOf_19 as anyOf };
|
|
490
505
|
}
|
|
491
506
|
namespace ExternalsPresets {
|
|
492
507
|
const description_50: string;
|
|
493
508
|
export { description_50 as description };
|
|
494
|
-
const
|
|
495
|
-
export {
|
|
509
|
+
const type_24: string;
|
|
510
|
+
export { type_24 as type };
|
|
496
511
|
const additionalProperties_5: boolean;
|
|
497
512
|
export { additionalProperties_5 as additionalProperties };
|
|
498
513
|
export namespace properties_4 {
|
|
499
514
|
namespace node {
|
|
500
515
|
const description_51: string;
|
|
501
516
|
export { description_51 as description };
|
|
502
|
-
const
|
|
503
|
-
export {
|
|
517
|
+
const type_25: string;
|
|
518
|
+
export { type_25 as type };
|
|
504
519
|
}
|
|
505
520
|
namespace web {
|
|
506
521
|
const description_52: string;
|
|
507
522
|
export { description_52 as description };
|
|
508
|
-
const
|
|
509
|
-
export {
|
|
523
|
+
const type_26: string;
|
|
524
|
+
export { type_26 as type };
|
|
510
525
|
}
|
|
511
526
|
namespace electron {
|
|
512
527
|
const description_53: string;
|
|
513
528
|
export { description_53 as description };
|
|
514
|
-
const
|
|
515
|
-
export {
|
|
529
|
+
const type_27: string;
|
|
530
|
+
export { type_27 as type };
|
|
516
531
|
}
|
|
517
532
|
namespace electronMain {
|
|
518
533
|
const description_54: string;
|
|
519
534
|
export { description_54 as description };
|
|
520
|
-
const
|
|
521
|
-
export {
|
|
535
|
+
const type_28: string;
|
|
536
|
+
export { type_28 as type };
|
|
522
537
|
}
|
|
523
538
|
namespace electronPreload {
|
|
524
539
|
const description_55: string;
|
|
525
540
|
export { description_55 as description };
|
|
526
|
-
const
|
|
527
|
-
export {
|
|
541
|
+
const type_29: string;
|
|
542
|
+
export { type_29 as type };
|
|
528
543
|
}
|
|
529
544
|
namespace electronRenderer {
|
|
530
545
|
const description_56: string;
|
|
531
546
|
export { description_56 as description };
|
|
532
|
-
const
|
|
533
|
-
export {
|
|
547
|
+
const type_30: string;
|
|
548
|
+
export { type_30 as type };
|
|
534
549
|
}
|
|
535
550
|
}
|
|
536
551
|
export { properties_4 as properties };
|
|
@@ -560,7 +575,7 @@ export declare namespace definitions {
|
|
|
560
575
|
namespace FilenameTemplate {
|
|
561
576
|
const description_60: string;
|
|
562
577
|
export { description_60 as description };
|
|
563
|
-
const
|
|
578
|
+
const anyOf_20: ({
|
|
564
579
|
type: string;
|
|
565
580
|
minLength: number;
|
|
566
581
|
instanceof?: undefined;
|
|
@@ -569,24 +584,24 @@ export declare namespace definitions {
|
|
|
569
584
|
type?: undefined;
|
|
570
585
|
minLength?: undefined;
|
|
571
586
|
})[];
|
|
572
|
-
export {
|
|
587
|
+
export { anyOf_20 as anyOf };
|
|
573
588
|
}
|
|
574
589
|
namespace FilterItemTypes {
|
|
575
590
|
const description_61: string;
|
|
576
591
|
export { description_61 as description };
|
|
577
|
-
const
|
|
592
|
+
const anyOf_21: ({
|
|
578
593
|
instanceof: string;
|
|
579
594
|
type?: undefined;
|
|
580
595
|
} | {
|
|
581
596
|
type: string;
|
|
582
597
|
instanceof?: undefined;
|
|
583
598
|
})[];
|
|
584
|
-
export {
|
|
599
|
+
export { anyOf_21 as anyOf };
|
|
585
600
|
}
|
|
586
601
|
namespace FilterTypes {
|
|
587
602
|
const description_62: string;
|
|
588
603
|
export { description_62 as description };
|
|
589
|
-
const
|
|
604
|
+
const anyOf_22: ({
|
|
590
605
|
type: string;
|
|
591
606
|
items: {
|
|
592
607
|
description: string;
|
|
@@ -600,41 +615,41 @@ export declare namespace definitions {
|
|
|
600
615
|
type?: undefined;
|
|
601
616
|
items?: undefined;
|
|
602
617
|
})[];
|
|
603
|
-
export {
|
|
618
|
+
export { anyOf_22 as anyOf };
|
|
604
619
|
}
|
|
605
620
|
namespace GlobalObject {
|
|
606
621
|
const description_63: string;
|
|
607
622
|
export { description_63 as description };
|
|
608
|
-
const
|
|
609
|
-
export {
|
|
623
|
+
const type_31: string;
|
|
624
|
+
export { type_31 as type };
|
|
610
625
|
const minLength_1: number;
|
|
611
626
|
export { minLength_1 as minLength };
|
|
612
627
|
}
|
|
613
628
|
namespace ImportFunctionName {
|
|
614
629
|
const description_64: string;
|
|
615
630
|
export { description_64 as description };
|
|
616
|
-
const
|
|
617
|
-
export {
|
|
631
|
+
const type_32: string;
|
|
632
|
+
export { type_32 as type };
|
|
618
633
|
}
|
|
619
634
|
namespace InfrastructureLogging {
|
|
620
635
|
const description_65: string;
|
|
621
636
|
export { description_65 as description };
|
|
622
|
-
const
|
|
623
|
-
export {
|
|
637
|
+
const type_33: string;
|
|
638
|
+
export { type_33 as type };
|
|
624
639
|
const additionalProperties_6: boolean;
|
|
625
640
|
export { additionalProperties_6 as additionalProperties };
|
|
626
641
|
export namespace properties_5 {
|
|
627
642
|
namespace appendOnly {
|
|
628
643
|
const description_66: string;
|
|
629
644
|
export { description_66 as description };
|
|
630
|
-
const
|
|
631
|
-
export {
|
|
645
|
+
const type_34: string;
|
|
646
|
+
export { type_34 as type };
|
|
632
647
|
}
|
|
633
648
|
namespace colors {
|
|
634
649
|
const description_67: string;
|
|
635
650
|
export { description_67 as description };
|
|
636
|
-
const
|
|
637
|
-
export {
|
|
651
|
+
const type_35: string;
|
|
652
|
+
export { type_35 as type };
|
|
638
653
|
}
|
|
639
654
|
namespace console {
|
|
640
655
|
const description_68: string;
|
|
@@ -643,7 +658,7 @@ export declare namespace definitions {
|
|
|
643
658
|
namespace debug {
|
|
644
659
|
const description_69: string;
|
|
645
660
|
export { description_69 as description };
|
|
646
|
-
const
|
|
661
|
+
const anyOf_23: ({
|
|
647
662
|
description: string;
|
|
648
663
|
type: string;
|
|
649
664
|
$ref?: undefined;
|
|
@@ -652,7 +667,7 @@ export declare namespace definitions {
|
|
|
652
667
|
description?: undefined;
|
|
653
668
|
type?: undefined;
|
|
654
669
|
})[];
|
|
655
|
-
export {
|
|
670
|
+
export { anyOf_23 as anyOf };
|
|
656
671
|
}
|
|
657
672
|
namespace level {
|
|
658
673
|
const description_70: string;
|
|
@@ -670,42 +685,42 @@ export declare namespace definitions {
|
|
|
670
685
|
namespace Library {
|
|
671
686
|
const description_72: string;
|
|
672
687
|
export { description_72 as description };
|
|
673
|
-
const
|
|
688
|
+
const anyOf_24: {
|
|
674
689
|
$ref: string;
|
|
675
690
|
}[];
|
|
676
|
-
export {
|
|
691
|
+
export { anyOf_24 as anyOf };
|
|
677
692
|
}
|
|
678
693
|
namespace LibraryCustomUmdCommentObject {
|
|
679
694
|
const description_73: string;
|
|
680
695
|
export { description_73 as description };
|
|
681
|
-
const
|
|
682
|
-
export {
|
|
696
|
+
const type_36: string;
|
|
697
|
+
export { type_36 as type };
|
|
683
698
|
const additionalProperties_7: boolean;
|
|
684
699
|
export { additionalProperties_7 as additionalProperties };
|
|
685
700
|
export namespace properties_6 {
|
|
686
701
|
namespace amd {
|
|
687
702
|
const description_74: string;
|
|
688
703
|
export { description_74 as description };
|
|
689
|
-
const
|
|
690
|
-
export {
|
|
704
|
+
const type_37: string;
|
|
705
|
+
export { type_37 as type };
|
|
691
706
|
}
|
|
692
707
|
namespace commonjs {
|
|
693
708
|
const description_75: string;
|
|
694
709
|
export { description_75 as description };
|
|
695
|
-
const
|
|
696
|
-
export {
|
|
710
|
+
const type_38: string;
|
|
711
|
+
export { type_38 as type };
|
|
697
712
|
}
|
|
698
713
|
namespace commonjs2 {
|
|
699
714
|
const description_76: string;
|
|
700
715
|
export { description_76 as description };
|
|
701
|
-
const
|
|
702
|
-
export {
|
|
716
|
+
const type_39: string;
|
|
717
|
+
export { type_39 as type };
|
|
703
718
|
}
|
|
704
719
|
namespace root {
|
|
705
720
|
const description_77: string;
|
|
706
721
|
export { description_77 as description };
|
|
707
|
-
const
|
|
708
|
-
export {
|
|
722
|
+
const type_40: string;
|
|
723
|
+
export { type_40 as type };
|
|
709
724
|
}
|
|
710
725
|
}
|
|
711
726
|
export { properties_6 as properties };
|
|
@@ -713,16 +728,16 @@ export declare namespace definitions {
|
|
|
713
728
|
namespace LibraryCustomUmdObject {
|
|
714
729
|
const description_78: string;
|
|
715
730
|
export { description_78 as description };
|
|
716
|
-
const
|
|
717
|
-
export {
|
|
731
|
+
const type_41: string;
|
|
732
|
+
export { type_41 as type };
|
|
718
733
|
const additionalProperties_8: boolean;
|
|
719
734
|
export { additionalProperties_8 as additionalProperties };
|
|
720
735
|
export namespace properties_7 {
|
|
721
736
|
export namespace amd_1 {
|
|
722
737
|
const description_79: string;
|
|
723
738
|
export { description_79 as description };
|
|
724
|
-
const
|
|
725
|
-
export {
|
|
739
|
+
const type_42: string;
|
|
740
|
+
export { type_42 as type };
|
|
726
741
|
const minLength_2: number;
|
|
727
742
|
export { minLength_2 as minLength };
|
|
728
743
|
}
|
|
@@ -730,8 +745,8 @@ export declare namespace definitions {
|
|
|
730
745
|
export namespace commonjs_1 {
|
|
731
746
|
const description_80: string;
|
|
732
747
|
export { description_80 as description };
|
|
733
|
-
const
|
|
734
|
-
export {
|
|
748
|
+
const type_43: string;
|
|
749
|
+
export { type_43 as type };
|
|
735
750
|
const minLength_3: number;
|
|
736
751
|
export { minLength_3 as minLength };
|
|
737
752
|
}
|
|
@@ -739,7 +754,7 @@ export declare namespace definitions {
|
|
|
739
754
|
export namespace root_1 {
|
|
740
755
|
const description_81: string;
|
|
741
756
|
export { description_81 as description };
|
|
742
|
-
const
|
|
757
|
+
const anyOf_25: ({
|
|
743
758
|
type: string;
|
|
744
759
|
items: {
|
|
745
760
|
description: string;
|
|
@@ -752,7 +767,7 @@ export declare namespace definitions {
|
|
|
752
767
|
minLength: number;
|
|
753
768
|
items?: undefined;
|
|
754
769
|
})[];
|
|
755
|
-
export {
|
|
770
|
+
export { anyOf_25 as anyOf };
|
|
756
771
|
}
|
|
757
772
|
export { root_1 as root };
|
|
758
773
|
}
|
|
@@ -761,7 +776,7 @@ export declare namespace definitions {
|
|
|
761
776
|
namespace LibraryExport {
|
|
762
777
|
const description_82: string;
|
|
763
778
|
export { description_82 as description };
|
|
764
|
-
const
|
|
779
|
+
const anyOf_26: ({
|
|
765
780
|
type: string;
|
|
766
781
|
items: {
|
|
767
782
|
description: string;
|
|
@@ -774,12 +789,12 @@ export declare namespace definitions {
|
|
|
774
789
|
minLength: number;
|
|
775
790
|
items?: undefined;
|
|
776
791
|
})[];
|
|
777
|
-
export {
|
|
792
|
+
export { anyOf_26 as anyOf };
|
|
778
793
|
}
|
|
779
794
|
namespace LibraryName {
|
|
780
795
|
const description_83: string;
|
|
781
796
|
export { description_83 as description };
|
|
782
|
-
const
|
|
797
|
+
const anyOf_27: ({
|
|
783
798
|
type: string;
|
|
784
799
|
items: {
|
|
785
800
|
description: string;
|
|
@@ -802,13 +817,13 @@ export declare namespace definitions {
|
|
|
802
817
|
minItems?: undefined;
|
|
803
818
|
minLength?: undefined;
|
|
804
819
|
})[];
|
|
805
|
-
export {
|
|
820
|
+
export { anyOf_27 as anyOf };
|
|
806
821
|
}
|
|
807
822
|
namespace LibraryOptions {
|
|
808
823
|
const description_84: string;
|
|
809
824
|
export { description_84 as description };
|
|
810
|
-
const
|
|
811
|
-
export {
|
|
825
|
+
const type_44: string;
|
|
826
|
+
export { type_44 as type };
|
|
812
827
|
const additionalProperties_9: boolean;
|
|
813
828
|
export { additionalProperties_9 as additionalProperties };
|
|
814
829
|
export namespace properties_8 {
|
|
@@ -825,11 +840,11 @@ export declare namespace definitions {
|
|
|
825
840
|
const $ref_8: string;
|
|
826
841
|
export { $ref_8 as $ref };
|
|
827
842
|
}
|
|
828
|
-
export namespace
|
|
843
|
+
export namespace type_45 {
|
|
829
844
|
const $ref_9: string;
|
|
830
845
|
export { $ref_9 as $ref };
|
|
831
846
|
}
|
|
832
|
-
export {
|
|
847
|
+
export { type_45 as type };
|
|
833
848
|
export namespace umdNamedDefine {
|
|
834
849
|
const $ref_10: string;
|
|
835
850
|
export { $ref_10 as $ref };
|
|
@@ -842,14 +857,14 @@ export declare namespace definitions {
|
|
|
842
857
|
namespace LibraryType {
|
|
843
858
|
const description_85: string;
|
|
844
859
|
export { description_85 as description };
|
|
845
|
-
const
|
|
860
|
+
const anyOf_28: ({
|
|
846
861
|
enum: string[];
|
|
847
862
|
type?: undefined;
|
|
848
863
|
} | {
|
|
849
864
|
type: string;
|
|
850
865
|
enum?: undefined;
|
|
851
866
|
})[];
|
|
852
|
-
export {
|
|
867
|
+
export { anyOf_28 as anyOf };
|
|
853
868
|
}
|
|
854
869
|
namespace Mode {
|
|
855
870
|
const description_86: string;
|
|
@@ -860,21 +875,21 @@ export declare namespace definitions {
|
|
|
860
875
|
namespace IgnoreWarnings {
|
|
861
876
|
const description_87: string;
|
|
862
877
|
export { description_87 as description };
|
|
863
|
-
const
|
|
864
|
-
export {
|
|
878
|
+
const type_46: string;
|
|
879
|
+
export { type_46 as type };
|
|
865
880
|
export namespace items_4 {
|
|
866
|
-
const
|
|
881
|
+
const anyOf_29: {
|
|
867
882
|
instanceof: string;
|
|
868
883
|
}[];
|
|
869
|
-
export {
|
|
884
|
+
export { anyOf_29 as anyOf };
|
|
870
885
|
}
|
|
871
886
|
export { items_4 as items };
|
|
872
887
|
}
|
|
873
888
|
namespace ModuleOptions {
|
|
874
889
|
const description_88: string;
|
|
875
890
|
export { description_88 as description };
|
|
876
|
-
const
|
|
877
|
-
export {
|
|
891
|
+
const type_47: string;
|
|
892
|
+
export { type_47 as type };
|
|
878
893
|
const additionalProperties_10: boolean;
|
|
879
894
|
export { additionalProperties_10 as additionalProperties };
|
|
880
895
|
export namespace properties_9 {
|
|
@@ -904,26 +919,26 @@ export declare namespace definitions {
|
|
|
904
919
|
namespace Name {
|
|
905
920
|
const description_91: string;
|
|
906
921
|
export { description_91 as description };
|
|
907
|
-
const
|
|
908
|
-
export {
|
|
922
|
+
const type_48: string;
|
|
923
|
+
export { type_48 as type };
|
|
909
924
|
}
|
|
910
925
|
namespace Node {
|
|
911
926
|
const description_92: string;
|
|
912
927
|
export { description_92 as description };
|
|
913
|
-
const
|
|
928
|
+
const anyOf_30: ({
|
|
914
929
|
enum: boolean[];
|
|
915
930
|
$ref?: undefined;
|
|
916
931
|
} | {
|
|
917
932
|
$ref: string;
|
|
918
933
|
enum?: undefined;
|
|
919
934
|
})[];
|
|
920
|
-
export {
|
|
935
|
+
export { anyOf_30 as anyOf };
|
|
921
936
|
}
|
|
922
937
|
namespace NodeOptions {
|
|
923
938
|
const description_93: string;
|
|
924
939
|
export { description_93 as description };
|
|
925
|
-
const
|
|
926
|
-
export {
|
|
940
|
+
const type_49: string;
|
|
941
|
+
export { type_49 as type };
|
|
927
942
|
const additionalProperties_11: boolean;
|
|
928
943
|
export { additionalProperties_11 as additionalProperties };
|
|
929
944
|
export namespace properties_10 {
|
|
@@ -951,8 +966,8 @@ export declare namespace definitions {
|
|
|
951
966
|
namespace Optimization {
|
|
952
967
|
const description_97: string;
|
|
953
968
|
export { description_97 as description };
|
|
954
|
-
const
|
|
955
|
-
export {
|
|
969
|
+
const type_50: string;
|
|
970
|
+
export { type_50 as type };
|
|
956
971
|
const additionalProperties_12: boolean;
|
|
957
972
|
export { additionalProperties_12 as additionalProperties };
|
|
958
973
|
export namespace properties_11 {
|
|
@@ -965,25 +980,25 @@ export declare namespace definitions {
|
|
|
965
980
|
namespace minimize {
|
|
966
981
|
const description_99: string;
|
|
967
982
|
export { description_99 as description };
|
|
968
|
-
const
|
|
969
|
-
export {
|
|
983
|
+
const type_51: string;
|
|
984
|
+
export { type_51 as type };
|
|
970
985
|
}
|
|
971
986
|
namespace minimizer {
|
|
972
987
|
const description_100: string;
|
|
973
988
|
export { description_100 as description };
|
|
974
|
-
const
|
|
975
|
-
export {
|
|
989
|
+
const type_52: string;
|
|
990
|
+
export { type_52 as type };
|
|
976
991
|
export namespace items_5 {
|
|
977
992
|
const description_101: string;
|
|
978
993
|
export { description_101 as description };
|
|
979
|
-
const
|
|
994
|
+
const anyOf_31: ({
|
|
980
995
|
enum: string[];
|
|
981
996
|
$ref?: undefined;
|
|
982
997
|
} | {
|
|
983
998
|
$ref: string;
|
|
984
999
|
enum?: undefined;
|
|
985
1000
|
})[];
|
|
986
|
-
export {
|
|
1001
|
+
export { anyOf_31 as anyOf };
|
|
987
1002
|
}
|
|
988
1003
|
export { items_5 as items };
|
|
989
1004
|
}
|
|
@@ -996,14 +1011,14 @@ export declare namespace definitions {
|
|
|
996
1011
|
namespace removeAvailableModules {
|
|
997
1012
|
const description_103: string;
|
|
998
1013
|
export { description_103 as description };
|
|
999
|
-
const
|
|
1000
|
-
export {
|
|
1014
|
+
const type_53: string;
|
|
1015
|
+
export { type_53 as type };
|
|
1001
1016
|
}
|
|
1002
1017
|
namespace removeEmptyChunks {
|
|
1003
1018
|
const description_104: string;
|
|
1004
1019
|
export { description_104 as description };
|
|
1005
|
-
const
|
|
1006
|
-
export {
|
|
1020
|
+
const type_54: string;
|
|
1021
|
+
export { type_54 as type };
|
|
1007
1022
|
}
|
|
1008
1023
|
namespace runtimeChunk {
|
|
1009
1024
|
const $ref_12: string;
|
|
@@ -1012,32 +1027,32 @@ export declare namespace definitions {
|
|
|
1012
1027
|
namespace sideEffects {
|
|
1013
1028
|
const description_105: string;
|
|
1014
1029
|
export { description_105 as description };
|
|
1015
|
-
const
|
|
1030
|
+
const anyOf_32: ({
|
|
1016
1031
|
enum: string[];
|
|
1017
1032
|
type?: undefined;
|
|
1018
1033
|
} | {
|
|
1019
1034
|
type: string;
|
|
1020
1035
|
enum?: undefined;
|
|
1021
1036
|
})[];
|
|
1022
|
-
export {
|
|
1037
|
+
export { anyOf_32 as anyOf };
|
|
1023
1038
|
}
|
|
1024
1039
|
namespace splitChunks {
|
|
1025
1040
|
const description_106: string;
|
|
1026
1041
|
export { description_106 as description };
|
|
1027
|
-
const
|
|
1042
|
+
const anyOf_33: ({
|
|
1028
1043
|
enum: boolean[];
|
|
1029
1044
|
$ref?: undefined;
|
|
1030
1045
|
} | {
|
|
1031
1046
|
$ref: string;
|
|
1032
1047
|
enum?: undefined;
|
|
1033
1048
|
})[];
|
|
1034
|
-
export {
|
|
1049
|
+
export { anyOf_33 as anyOf };
|
|
1035
1050
|
}
|
|
1036
1051
|
namespace realContentHash {
|
|
1037
1052
|
const description_107: string;
|
|
1038
1053
|
export { description_107 as description };
|
|
1039
|
-
const
|
|
1040
|
-
export {
|
|
1054
|
+
const type_55: string;
|
|
1055
|
+
export { type_55 as type };
|
|
1041
1056
|
}
|
|
1042
1057
|
}
|
|
1043
1058
|
export { properties_11 as properties };
|
|
@@ -1045,7 +1060,7 @@ export declare namespace definitions {
|
|
|
1045
1060
|
namespace OptimizationRuntimeChunk {
|
|
1046
1061
|
const description_108: string;
|
|
1047
1062
|
export { description_108 as description };
|
|
1048
|
-
const
|
|
1063
|
+
const anyOf_34: ({
|
|
1049
1064
|
enum: string[];
|
|
1050
1065
|
type?: undefined;
|
|
1051
1066
|
additionalProperties?: undefined;
|
|
@@ -1072,40 +1087,40 @@ export declare namespace definitions {
|
|
|
1072
1087
|
};
|
|
1073
1088
|
enum?: undefined;
|
|
1074
1089
|
})[];
|
|
1075
|
-
export {
|
|
1090
|
+
export { anyOf_34 as anyOf };
|
|
1076
1091
|
}
|
|
1077
1092
|
namespace OptimizationSplitChunksCacheGroup {
|
|
1078
1093
|
const description_109: string;
|
|
1079
1094
|
export { description_109 as description };
|
|
1080
|
-
const
|
|
1081
|
-
export {
|
|
1095
|
+
const type_56: string;
|
|
1096
|
+
export { type_56 as type };
|
|
1082
1097
|
const additionalProperties_13: boolean;
|
|
1083
1098
|
export { additionalProperties_13 as additionalProperties };
|
|
1084
1099
|
export namespace properties_12 {
|
|
1085
1100
|
export namespace chunks {
|
|
1086
1101
|
const description_110: string;
|
|
1087
1102
|
export { description_110 as description };
|
|
1088
|
-
const
|
|
1103
|
+
const anyOf_35: ({
|
|
1089
1104
|
enum: string[];
|
|
1090
1105
|
instanceof?: undefined;
|
|
1091
1106
|
} | {
|
|
1092
1107
|
instanceof: string;
|
|
1093
1108
|
enum?: undefined;
|
|
1094
1109
|
})[];
|
|
1095
|
-
export {
|
|
1110
|
+
export { anyOf_35 as anyOf };
|
|
1096
1111
|
}
|
|
1097
1112
|
export namespace minChunks {
|
|
1098
1113
|
const description_111: string;
|
|
1099
1114
|
export { description_111 as description };
|
|
1100
|
-
const
|
|
1101
|
-
export {
|
|
1115
|
+
const type_57: string;
|
|
1116
|
+
export { type_57 as type };
|
|
1102
1117
|
const minimum_1: number;
|
|
1103
1118
|
export { minimum_1 as minimum };
|
|
1104
1119
|
}
|
|
1105
1120
|
export namespace name_1 {
|
|
1106
1121
|
const description_112: string;
|
|
1107
1122
|
export { description_112 as description };
|
|
1108
|
-
const
|
|
1123
|
+
const anyOf_36: ({
|
|
1109
1124
|
enum: boolean[];
|
|
1110
1125
|
type?: undefined;
|
|
1111
1126
|
instanceof?: undefined;
|
|
@@ -1118,43 +1133,43 @@ export declare namespace definitions {
|
|
|
1118
1133
|
enum?: undefined;
|
|
1119
1134
|
type?: undefined;
|
|
1120
1135
|
})[];
|
|
1121
|
-
export {
|
|
1136
|
+
export { anyOf_36 as anyOf };
|
|
1122
1137
|
}
|
|
1123
1138
|
export { name_1 as name };
|
|
1124
1139
|
export namespace priority {
|
|
1125
1140
|
const description_113: string;
|
|
1126
1141
|
export { description_113 as description };
|
|
1127
|
-
const
|
|
1128
|
-
export {
|
|
1142
|
+
const type_58: string;
|
|
1143
|
+
export { type_58 as type };
|
|
1129
1144
|
}
|
|
1130
1145
|
export namespace reuseExistingChunk {
|
|
1131
1146
|
const description_114: string;
|
|
1132
1147
|
export { description_114 as description };
|
|
1133
|
-
const
|
|
1134
|
-
export {
|
|
1148
|
+
const type_59: string;
|
|
1149
|
+
export { type_59 as type };
|
|
1135
1150
|
}
|
|
1136
1151
|
export namespace enforce {
|
|
1137
1152
|
const description_115: string;
|
|
1138
1153
|
export { description_115 as description };
|
|
1154
|
+
const type_60: string;
|
|
1155
|
+
export { type_60 as type };
|
|
1156
|
+
}
|
|
1157
|
+
export namespace hidePathInfo {
|
|
1139
1158
|
const type_61: string;
|
|
1140
1159
|
export { type_61 as type };
|
|
1141
1160
|
}
|
|
1142
|
-
export namespace
|
|
1161
|
+
export namespace maxSize_1 {
|
|
1143
1162
|
const type_62: string;
|
|
1144
1163
|
export { type_62 as type };
|
|
1145
1164
|
}
|
|
1146
|
-
export namespace maxSize_1 {
|
|
1147
|
-
const type_63: string;
|
|
1148
|
-
export { type_63 as type };
|
|
1149
|
-
}
|
|
1150
1165
|
export { maxSize_1 as maxSize };
|
|
1151
1166
|
export namespace test {
|
|
1152
1167
|
const description_116: string;
|
|
1153
1168
|
export { description_116 as description };
|
|
1154
|
-
const
|
|
1169
|
+
const anyOf_37: {
|
|
1155
1170
|
instanceof: string;
|
|
1156
1171
|
}[];
|
|
1157
|
-
export {
|
|
1172
|
+
export { anyOf_37 as anyOf };
|
|
1158
1173
|
}
|
|
1159
1174
|
export namespace minSize {
|
|
1160
1175
|
const description_117: string;
|
|
@@ -1170,72 +1185,72 @@ export declare namespace definitions {
|
|
|
1170
1185
|
namespace OptimizationSplitChunksOptions {
|
|
1171
1186
|
const description_118: string;
|
|
1172
1187
|
export { description_118 as description };
|
|
1173
|
-
const
|
|
1174
|
-
export {
|
|
1188
|
+
const type_63: string;
|
|
1189
|
+
export { type_63 as type };
|
|
1175
1190
|
const additionalProperties_14: boolean;
|
|
1176
1191
|
export { additionalProperties_14 as additionalProperties };
|
|
1177
1192
|
export namespace properties_13 {
|
|
1178
1193
|
export namespace fallbackCacheGroup {
|
|
1179
|
-
const
|
|
1180
|
-
export {
|
|
1194
|
+
const type_64: string;
|
|
1195
|
+
export { type_64 as type };
|
|
1181
1196
|
export namespace properties_14 {
|
|
1182
1197
|
export namespace maxSize_2 {
|
|
1183
|
-
const
|
|
1184
|
-
export {
|
|
1198
|
+
const type_65: string;
|
|
1199
|
+
export { type_65 as type };
|
|
1185
1200
|
}
|
|
1186
1201
|
export { maxSize_2 as maxSize };
|
|
1187
1202
|
export namespace maxInitialSize {
|
|
1203
|
+
const type_66: string;
|
|
1204
|
+
export { type_66 as type };
|
|
1205
|
+
}
|
|
1206
|
+
export namespace maxAsyncSize {
|
|
1188
1207
|
const type_67: string;
|
|
1189
1208
|
export { type_67 as type };
|
|
1190
1209
|
}
|
|
1191
|
-
export namespace
|
|
1210
|
+
export namespace minSize_1 {
|
|
1192
1211
|
const type_68: string;
|
|
1193
1212
|
export { type_68 as type };
|
|
1194
1213
|
}
|
|
1195
|
-
export namespace minSize_1 {
|
|
1196
|
-
const type_69: string;
|
|
1197
|
-
export { type_69 as type };
|
|
1198
|
-
}
|
|
1199
1214
|
export { minSize_1 as minSize };
|
|
1200
1215
|
}
|
|
1201
1216
|
export { properties_14 as properties };
|
|
1202
1217
|
}
|
|
1203
1218
|
export namespace hidePathInfo_1 {
|
|
1204
|
-
const
|
|
1205
|
-
export {
|
|
1219
|
+
const type_69: string;
|
|
1220
|
+
export { type_69 as type };
|
|
1206
1221
|
}
|
|
1207
1222
|
export { hidePathInfo_1 as hidePathInfo };
|
|
1208
1223
|
export namespace name_2 {
|
|
1209
1224
|
const description_119: string;
|
|
1210
1225
|
export { description_119 as description };
|
|
1211
|
-
const
|
|
1226
|
+
const anyOf_38: {
|
|
1212
1227
|
type: string;
|
|
1213
1228
|
}[];
|
|
1214
|
-
export {
|
|
1229
|
+
export { anyOf_38 as anyOf };
|
|
1215
1230
|
}
|
|
1216
1231
|
export { name_2 as name };
|
|
1217
1232
|
export namespace cacheGroups {
|
|
1218
1233
|
const description_120: string;
|
|
1219
1234
|
export { description_120 as description };
|
|
1220
|
-
const
|
|
1221
|
-
export {
|
|
1235
|
+
const type_70: string;
|
|
1236
|
+
export { type_70 as type };
|
|
1222
1237
|
export namespace additionalProperties_15 {
|
|
1223
1238
|
const description_121: string;
|
|
1224
1239
|
export { description_121 as description };
|
|
1225
|
-
const
|
|
1240
|
+
const anyOf_39: {
|
|
1226
1241
|
$ref: string;
|
|
1227
1242
|
}[];
|
|
1228
|
-
export {
|
|
1243
|
+
export { anyOf_39 as anyOf };
|
|
1229
1244
|
}
|
|
1230
1245
|
export { additionalProperties_15 as additionalProperties };
|
|
1231
1246
|
}
|
|
1232
1247
|
export namespace chunks_1 {
|
|
1233
1248
|
const description_122: string;
|
|
1234
1249
|
export { description_122 as description };
|
|
1235
|
-
const
|
|
1250
|
+
const anyOf_40: {
|
|
1236
1251
|
enum: string[];
|
|
1237
1252
|
}[];
|
|
1238
|
-
export {
|
|
1253
|
+
export { anyOf_40 as anyOf };
|
|
1239
1254
|
}
|
|
1240
1255
|
export { chunks_1 as chunks };
|
|
1241
1256
|
export namespace enforceSizeThreshold {
|
|
@@ -1249,24 +1264,24 @@ export declare namespace definitions {
|
|
|
1249
1264
|
export namespace maxAsyncRequests {
|
|
1250
1265
|
const description_124: string;
|
|
1251
1266
|
export { description_124 as description };
|
|
1252
|
-
const
|
|
1253
|
-
export {
|
|
1267
|
+
const type_71: string;
|
|
1268
|
+
export { type_71 as type };
|
|
1254
1269
|
const minimum_2: number;
|
|
1255
1270
|
export { minimum_2 as minimum };
|
|
1256
1271
|
}
|
|
1257
1272
|
export namespace maxInitialRequests {
|
|
1258
1273
|
const description_125: string;
|
|
1259
1274
|
export { description_125 as description };
|
|
1260
|
-
const
|
|
1261
|
-
export {
|
|
1275
|
+
const type_72: string;
|
|
1276
|
+
export { type_72 as type };
|
|
1262
1277
|
const minimum_3: number;
|
|
1263
1278
|
export { minimum_3 as minimum };
|
|
1264
1279
|
}
|
|
1265
1280
|
export namespace minChunks_1 {
|
|
1266
1281
|
const description_126: string;
|
|
1267
1282
|
export { description_126 as description };
|
|
1268
|
-
const
|
|
1269
|
-
export {
|
|
1283
|
+
const type_73: string;
|
|
1284
|
+
export { type_73 as type };
|
|
1270
1285
|
const minimum_4: number;
|
|
1271
1286
|
export { minimum_4 as minimum };
|
|
1272
1287
|
}
|
|
@@ -1289,25 +1304,25 @@ export declare namespace definitions {
|
|
|
1289
1304
|
}
|
|
1290
1305
|
export { minSize_2 as minSize };
|
|
1291
1306
|
export namespace maxSize_3 {
|
|
1292
|
-
const
|
|
1293
|
-
export {
|
|
1307
|
+
const type_74: string;
|
|
1308
|
+
export { type_74 as type };
|
|
1294
1309
|
}
|
|
1295
1310
|
export { maxSize_3 as maxSize };
|
|
1296
1311
|
export namespace maxInitialSize_1 {
|
|
1297
|
-
const
|
|
1298
|
-
export {
|
|
1312
|
+
const type_75: string;
|
|
1313
|
+
export { type_75 as type };
|
|
1299
1314
|
}
|
|
1300
1315
|
export { maxInitialSize_1 as maxInitialSize };
|
|
1301
1316
|
export namespace maxAsyncSize_1 {
|
|
1302
|
-
const
|
|
1303
|
-
export {
|
|
1317
|
+
const type_76: string;
|
|
1318
|
+
export { type_76 as type };
|
|
1304
1319
|
}
|
|
1305
1320
|
export { maxAsyncSize_1 as maxAsyncSize };
|
|
1306
1321
|
export namespace reuseExistingChunk_1 {
|
|
1307
1322
|
const description_129: string;
|
|
1308
1323
|
export { description_129 as description };
|
|
1309
|
-
const
|
|
1310
|
-
export {
|
|
1324
|
+
const type_77: string;
|
|
1325
|
+
export { type_77 as type };
|
|
1311
1326
|
}
|
|
1312
1327
|
export { reuseExistingChunk_1 as reuseExistingChunk };
|
|
1313
1328
|
}
|
|
@@ -1316,30 +1331,30 @@ export declare namespace definitions {
|
|
|
1316
1331
|
namespace OptimizationSplitChunksSizes {
|
|
1317
1332
|
const description_130: string;
|
|
1318
1333
|
export { description_130 as description };
|
|
1319
|
-
const
|
|
1334
|
+
const anyOf_41: {
|
|
1320
1335
|
description: string;
|
|
1321
1336
|
type: string;
|
|
1322
1337
|
minimum: number;
|
|
1323
1338
|
}[];
|
|
1324
|
-
export {
|
|
1339
|
+
export { anyOf_41 as anyOf };
|
|
1325
1340
|
}
|
|
1326
1341
|
namespace Iife {
|
|
1327
1342
|
const description_131: string;
|
|
1328
1343
|
export { description_131 as description };
|
|
1329
|
-
const
|
|
1330
|
-
export {
|
|
1344
|
+
const type_78: string;
|
|
1345
|
+
export { type_78 as type };
|
|
1331
1346
|
}
|
|
1332
1347
|
namespace Clean {
|
|
1333
1348
|
const description_132: string;
|
|
1334
1349
|
export { description_132 as description };
|
|
1335
|
-
const
|
|
1336
|
-
export {
|
|
1350
|
+
const type_79: string;
|
|
1351
|
+
export { type_79 as type };
|
|
1337
1352
|
}
|
|
1338
1353
|
namespace Output {
|
|
1339
1354
|
const description_133: string;
|
|
1340
1355
|
export { description_133 as description };
|
|
1341
|
-
const
|
|
1342
|
-
export {
|
|
1356
|
+
const type_80: string;
|
|
1357
|
+
export { type_80 as type };
|
|
1343
1358
|
const additionalProperties_16: boolean;
|
|
1344
1359
|
export { additionalProperties_16 as additionalProperties };
|
|
1345
1360
|
export namespace properties_15 {
|
|
@@ -1477,7 +1492,7 @@ export declare namespace definitions {
|
|
|
1477
1492
|
export namespace trustedTypes {
|
|
1478
1493
|
const description_134: string;
|
|
1479
1494
|
export { description_134 as description };
|
|
1480
|
-
const
|
|
1495
|
+
const anyOf_42: ({
|
|
1481
1496
|
enum: boolean[];
|
|
1482
1497
|
description?: undefined;
|
|
1483
1498
|
type?: undefined;
|
|
@@ -1496,7 +1511,7 @@ export declare namespace definitions {
|
|
|
1496
1511
|
type?: undefined;
|
|
1497
1512
|
minLength?: undefined;
|
|
1498
1513
|
})[];
|
|
1499
|
-
export {
|
|
1514
|
+
export { anyOf_42 as anyOf };
|
|
1500
1515
|
}
|
|
1501
1516
|
export namespace sourceMapFilename {
|
|
1502
1517
|
const $ref_39: string;
|
|
@@ -1524,19 +1539,19 @@ export declare namespace definitions {
|
|
|
1524
1539
|
namespace OutputModule {
|
|
1525
1540
|
const description_135: string;
|
|
1526
1541
|
export { description_135 as description };
|
|
1527
|
-
const
|
|
1528
|
-
export {
|
|
1542
|
+
const type_81: string;
|
|
1543
|
+
export { type_81 as type };
|
|
1529
1544
|
}
|
|
1530
1545
|
namespace ParserOptionsByModuleType {
|
|
1531
1546
|
const description_136: string;
|
|
1532
1547
|
export { description_136 as description };
|
|
1533
|
-
const
|
|
1534
|
-
export {
|
|
1548
|
+
const type_82: string;
|
|
1549
|
+
export { type_82 as type };
|
|
1535
1550
|
export namespace additionalProperties_17 {
|
|
1536
1551
|
const description_137: string;
|
|
1537
1552
|
export { description_137 as description };
|
|
1538
|
-
const
|
|
1539
|
-
export {
|
|
1553
|
+
const type_83: string;
|
|
1554
|
+
export { type_83 as type };
|
|
1540
1555
|
const additionalProperties_18: boolean;
|
|
1541
1556
|
export { additionalProperties_18 as additionalProperties };
|
|
1542
1557
|
}
|
|
@@ -1552,43 +1567,43 @@ export declare namespace definitions {
|
|
|
1552
1567
|
namespace Path {
|
|
1553
1568
|
const description_138: string;
|
|
1554
1569
|
export { description_138 as description };
|
|
1555
|
-
const
|
|
1556
|
-
export {
|
|
1570
|
+
const type_84: string;
|
|
1571
|
+
export { type_84 as type };
|
|
1557
1572
|
}
|
|
1558
1573
|
namespace Plugins {
|
|
1559
1574
|
const description_139: string;
|
|
1560
1575
|
export { description_139 as description };
|
|
1561
|
-
const
|
|
1562
|
-
export {
|
|
1576
|
+
const type_85: string;
|
|
1577
|
+
export { type_85 as type };
|
|
1563
1578
|
export namespace items_6 {
|
|
1564
1579
|
const description_140: string;
|
|
1565
1580
|
export { description_140 as description };
|
|
1566
|
-
const
|
|
1581
|
+
const anyOf_43: {
|
|
1567
1582
|
$ref: string;
|
|
1568
1583
|
}[];
|
|
1569
|
-
export {
|
|
1584
|
+
export { anyOf_43 as anyOf };
|
|
1570
1585
|
}
|
|
1571
1586
|
export { items_6 as items };
|
|
1572
1587
|
}
|
|
1573
1588
|
namespace PublicPath {
|
|
1574
1589
|
const description_141: string;
|
|
1575
1590
|
export { description_141 as description };
|
|
1576
|
-
const
|
|
1591
|
+
const anyOf_44: ({
|
|
1577
1592
|
enum: string[];
|
|
1578
1593
|
$ref?: undefined;
|
|
1579
1594
|
} | {
|
|
1580
1595
|
$ref: string;
|
|
1581
1596
|
enum?: undefined;
|
|
1582
1597
|
})[];
|
|
1583
|
-
export {
|
|
1598
|
+
export { anyOf_44 as anyOf };
|
|
1584
1599
|
}
|
|
1585
1600
|
namespace RawPublicPath {
|
|
1586
1601
|
const description_142: string;
|
|
1587
1602
|
export { description_142 as description };
|
|
1588
|
-
const
|
|
1603
|
+
const anyOf_45: {
|
|
1589
1604
|
type: string;
|
|
1590
1605
|
}[];
|
|
1591
|
-
export {
|
|
1606
|
+
export { anyOf_45 as anyOf };
|
|
1592
1607
|
}
|
|
1593
1608
|
namespace Resolve {
|
|
1594
1609
|
const description_143: string;
|
|
@@ -1601,7 +1616,7 @@ export declare namespace definitions {
|
|
|
1601
1616
|
namespace ResolveAlias {
|
|
1602
1617
|
const description_144: string;
|
|
1603
1618
|
export { description_144 as description };
|
|
1604
|
-
const
|
|
1619
|
+
const anyOf_46: {
|
|
1605
1620
|
type: string;
|
|
1606
1621
|
additionalProperties: {
|
|
1607
1622
|
description: string;
|
|
@@ -1630,13 +1645,13 @@ export declare namespace definitions {
|
|
|
1630
1645
|
})[];
|
|
1631
1646
|
};
|
|
1632
1647
|
}[];
|
|
1633
|
-
export {
|
|
1648
|
+
export { anyOf_46 as anyOf };
|
|
1634
1649
|
}
|
|
1635
1650
|
namespace ResolveOptions {
|
|
1636
1651
|
const description_145: string;
|
|
1637
1652
|
export { description_145 as description };
|
|
1638
|
-
const
|
|
1639
|
-
export {
|
|
1653
|
+
const type_86: string;
|
|
1654
|
+
export { type_86 as type };
|
|
1640
1655
|
const additionalProperties_19: boolean;
|
|
1641
1656
|
export { additionalProperties_19 as additionalProperties };
|
|
1642
1657
|
export namespace properties_17 {
|
|
@@ -1647,31 +1662,31 @@ export declare namespace definitions {
|
|
|
1647
1662
|
namespace browserField {
|
|
1648
1663
|
const description_146: string;
|
|
1649
1664
|
export { description_146 as description };
|
|
1650
|
-
const
|
|
1651
|
-
export {
|
|
1665
|
+
const type_87: string;
|
|
1666
|
+
export { type_87 as type };
|
|
1652
1667
|
}
|
|
1653
1668
|
namespace conditionNames {
|
|
1654
1669
|
const description_147: string;
|
|
1655
1670
|
export { description_147 as description };
|
|
1656
|
-
const
|
|
1657
|
-
export {
|
|
1671
|
+
const type_88: string;
|
|
1672
|
+
export { type_88 as type };
|
|
1658
1673
|
export namespace items_7 {
|
|
1659
1674
|
const description_148: string;
|
|
1660
1675
|
export { description_148 as description };
|
|
1661
|
-
const
|
|
1662
|
-
export {
|
|
1676
|
+
const type_89: string;
|
|
1677
|
+
export { type_89 as type };
|
|
1663
1678
|
}
|
|
1664
1679
|
export { items_7 as items };
|
|
1665
1680
|
}
|
|
1666
1681
|
namespace extensionAlias {
|
|
1667
1682
|
const description_149: string;
|
|
1668
1683
|
export { description_149 as description };
|
|
1669
|
-
const
|
|
1670
|
-
export {
|
|
1684
|
+
const type_90: string;
|
|
1685
|
+
export { type_90 as type };
|
|
1671
1686
|
export namespace additionalProperties_20 {
|
|
1672
1687
|
const description_150: string;
|
|
1673
1688
|
export { description_150 as description };
|
|
1674
|
-
const
|
|
1689
|
+
const anyOf_47: ({
|
|
1675
1690
|
description: string;
|
|
1676
1691
|
type: string;
|
|
1677
1692
|
items: {
|
|
@@ -1686,20 +1701,20 @@ export declare namespace definitions {
|
|
|
1686
1701
|
minLength: number;
|
|
1687
1702
|
items?: undefined;
|
|
1688
1703
|
})[];
|
|
1689
|
-
export {
|
|
1704
|
+
export { anyOf_47 as anyOf };
|
|
1690
1705
|
}
|
|
1691
1706
|
export { additionalProperties_20 as additionalProperties };
|
|
1692
1707
|
}
|
|
1693
1708
|
namespace extensions {
|
|
1694
1709
|
const description_151: string;
|
|
1695
1710
|
export { description_151 as description };
|
|
1696
|
-
const
|
|
1697
|
-
export {
|
|
1711
|
+
const type_91: string;
|
|
1712
|
+
export { type_91 as type };
|
|
1698
1713
|
export namespace items_8 {
|
|
1699
1714
|
const description_152: string;
|
|
1700
1715
|
export { description_152 as description };
|
|
1701
|
-
const
|
|
1702
|
-
export {
|
|
1716
|
+
const type_92: string;
|
|
1717
|
+
export { type_92 as type };
|
|
1703
1718
|
}
|
|
1704
1719
|
export { items_8 as items };
|
|
1705
1720
|
}
|
|
@@ -1714,18 +1729,18 @@ export declare namespace definitions {
|
|
|
1714
1729
|
namespace fullySpecified {
|
|
1715
1730
|
const description_154: string;
|
|
1716
1731
|
export { description_154 as description };
|
|
1717
|
-
const
|
|
1718
|
-
export {
|
|
1732
|
+
const type_93: string;
|
|
1733
|
+
export { type_93 as type };
|
|
1719
1734
|
}
|
|
1720
1735
|
namespace mainFields {
|
|
1721
1736
|
const description_155: string;
|
|
1722
1737
|
export { description_155 as description };
|
|
1723
|
-
const
|
|
1724
|
-
export {
|
|
1738
|
+
const type_94: string;
|
|
1739
|
+
export { type_94 as type };
|
|
1725
1740
|
export namespace items_9 {
|
|
1726
1741
|
const description_156: string;
|
|
1727
1742
|
export { description_156 as description };
|
|
1728
|
-
const
|
|
1743
|
+
const anyOf_48: ({
|
|
1729
1744
|
type: string;
|
|
1730
1745
|
items: {
|
|
1731
1746
|
description: string;
|
|
@@ -1738,20 +1753,20 @@ export declare namespace definitions {
|
|
|
1738
1753
|
minLength: number;
|
|
1739
1754
|
items?: undefined;
|
|
1740
1755
|
})[];
|
|
1741
|
-
export {
|
|
1756
|
+
export { anyOf_48 as anyOf };
|
|
1742
1757
|
}
|
|
1743
1758
|
export { items_9 as items };
|
|
1744
1759
|
}
|
|
1745
1760
|
namespace mainFiles {
|
|
1746
1761
|
const description_157: string;
|
|
1747
1762
|
export { description_157 as description };
|
|
1748
|
-
const
|
|
1749
|
-
export {
|
|
1763
|
+
const type_95: string;
|
|
1764
|
+
export { type_95 as type };
|
|
1750
1765
|
export namespace items_10 {
|
|
1751
1766
|
const description_158: string;
|
|
1752
1767
|
export { description_158 as description };
|
|
1753
|
-
const
|
|
1754
|
-
export {
|
|
1768
|
+
const type_96: string;
|
|
1769
|
+
export { type_96 as type };
|
|
1755
1770
|
const minLength_4: number;
|
|
1756
1771
|
export { minLength_4 as minLength };
|
|
1757
1772
|
}
|
|
@@ -1760,13 +1775,13 @@ export declare namespace definitions {
|
|
|
1760
1775
|
namespace modules {
|
|
1761
1776
|
const description_159: string;
|
|
1762
1777
|
export { description_159 as description };
|
|
1763
|
-
const
|
|
1764
|
-
export {
|
|
1778
|
+
const type_97: string;
|
|
1779
|
+
export { type_97 as type };
|
|
1765
1780
|
export namespace items_11 {
|
|
1766
1781
|
const description_160: string;
|
|
1767
1782
|
export { description_160 as description };
|
|
1768
|
-
const
|
|
1769
|
-
export {
|
|
1783
|
+
const type_98: string;
|
|
1784
|
+
export { type_98 as type };
|
|
1770
1785
|
const minLength_5: number;
|
|
1771
1786
|
export { minLength_5 as minLength };
|
|
1772
1787
|
}
|
|
@@ -1775,14 +1790,14 @@ export declare namespace definitions {
|
|
|
1775
1790
|
namespace preferRelative {
|
|
1776
1791
|
const description_161: string;
|
|
1777
1792
|
export { description_161 as description };
|
|
1778
|
-
const
|
|
1779
|
-
export {
|
|
1793
|
+
const type_99: string;
|
|
1794
|
+
export { type_99 as type };
|
|
1780
1795
|
}
|
|
1781
1796
|
namespace byDependency {
|
|
1782
1797
|
const description_162: string;
|
|
1783
1798
|
export { description_162 as description };
|
|
1784
|
-
const
|
|
1785
|
-
export {
|
|
1799
|
+
const type_100: string;
|
|
1800
|
+
export { type_100 as type };
|
|
1786
1801
|
export namespace additionalProperties_21 {
|
|
1787
1802
|
const description_163: string;
|
|
1788
1803
|
export { description_163 as description };
|
|
@@ -1796,19 +1811,19 @@ export declare namespace definitions {
|
|
|
1796
1811
|
namespace tsConfigPath {
|
|
1797
1812
|
const description_164: string;
|
|
1798
1813
|
export { description_164 as description };
|
|
1799
|
-
const
|
|
1800
|
-
export {
|
|
1814
|
+
const type_101: string;
|
|
1815
|
+
export { type_101 as type };
|
|
1801
1816
|
}
|
|
1802
1817
|
namespace exportsFields {
|
|
1803
1818
|
const description_165: string;
|
|
1804
1819
|
export { description_165 as description };
|
|
1805
|
-
const
|
|
1806
|
-
export {
|
|
1820
|
+
const type_102: string;
|
|
1821
|
+
export { type_102 as type };
|
|
1807
1822
|
export namespace items_12 {
|
|
1808
1823
|
const description_166: string;
|
|
1809
1824
|
export { description_166 as description };
|
|
1810
|
-
const
|
|
1811
|
-
export {
|
|
1825
|
+
const type_103: string;
|
|
1826
|
+
export { type_103 as type };
|
|
1812
1827
|
}
|
|
1813
1828
|
export { items_12 as items };
|
|
1814
1829
|
}
|
|
@@ -1818,7 +1833,7 @@ export declare namespace definitions {
|
|
|
1818
1833
|
namespace RuleSetCondition {
|
|
1819
1834
|
const description_167: string;
|
|
1820
1835
|
export { description_167 as description };
|
|
1821
|
-
const
|
|
1836
|
+
const anyOf_49: ({
|
|
1822
1837
|
instanceof: string;
|
|
1823
1838
|
type?: undefined;
|
|
1824
1839
|
$ref?: undefined;
|
|
@@ -1831,21 +1846,21 @@ export declare namespace definitions {
|
|
|
1831
1846
|
instanceof?: undefined;
|
|
1832
1847
|
type?: undefined;
|
|
1833
1848
|
})[];
|
|
1834
|
-
export {
|
|
1849
|
+
export { anyOf_49 as anyOf };
|
|
1835
1850
|
}
|
|
1836
1851
|
namespace RuleSetConditionOrConditions {
|
|
1837
1852
|
const description_168: string;
|
|
1838
1853
|
export { description_168 as description };
|
|
1839
|
-
const
|
|
1854
|
+
const anyOf_50: {
|
|
1840
1855
|
$ref: string;
|
|
1841
1856
|
}[];
|
|
1842
|
-
export {
|
|
1857
|
+
export { anyOf_50 as anyOf };
|
|
1843
1858
|
}
|
|
1844
1859
|
namespace RuleSetConditions {
|
|
1845
1860
|
const description_169: string;
|
|
1846
1861
|
export { description_169 as description };
|
|
1847
|
-
const
|
|
1848
|
-
export {
|
|
1862
|
+
const type_104: string;
|
|
1863
|
+
export { type_104 as type };
|
|
1849
1864
|
export namespace items_13 {
|
|
1850
1865
|
const description_170: string;
|
|
1851
1866
|
export { description_170 as description };
|
|
@@ -1859,24 +1874,24 @@ export declare namespace definitions {
|
|
|
1859
1874
|
namespace RuleSetLoader {
|
|
1860
1875
|
const description_171: string;
|
|
1861
1876
|
export { description_171 as description };
|
|
1862
|
-
const
|
|
1863
|
-
export {
|
|
1877
|
+
const type_105: string;
|
|
1878
|
+
export { type_105 as type };
|
|
1864
1879
|
const minLength_6: number;
|
|
1865
1880
|
export { minLength_6 as minLength };
|
|
1866
1881
|
}
|
|
1867
1882
|
namespace RuleSetLoaderOptions {
|
|
1868
1883
|
const description_172: string;
|
|
1869
1884
|
export { description_172 as description };
|
|
1870
|
-
const
|
|
1885
|
+
const anyOf_51: {
|
|
1871
1886
|
type: string;
|
|
1872
1887
|
}[];
|
|
1873
|
-
export {
|
|
1888
|
+
export { anyOf_51 as anyOf };
|
|
1874
1889
|
}
|
|
1875
1890
|
namespace RuleSetLogicalConditions {
|
|
1876
1891
|
const description_173: string;
|
|
1877
1892
|
export { description_173 as description };
|
|
1878
|
-
const
|
|
1879
|
-
export {
|
|
1893
|
+
const type_106: string;
|
|
1894
|
+
export { type_106 as type };
|
|
1880
1895
|
const additionalProperties_22: boolean;
|
|
1881
1896
|
export { additionalProperties_22 as additionalProperties };
|
|
1882
1897
|
export namespace properties_18 {
|
|
@@ -1910,8 +1925,8 @@ export declare namespace definitions {
|
|
|
1910
1925
|
namespace RuleSetRule {
|
|
1911
1926
|
const description_177: string;
|
|
1912
1927
|
export { description_177 as description };
|
|
1913
|
-
const
|
|
1914
|
-
export {
|
|
1928
|
+
const type_107: string;
|
|
1929
|
+
export { type_107 as type };
|
|
1915
1930
|
const additionalProperties_23: boolean;
|
|
1916
1931
|
export { additionalProperties_23 as additionalProperties };
|
|
1917
1932
|
export namespace properties_19 {
|
|
@@ -1933,8 +1948,8 @@ export declare namespace definitions {
|
|
|
1933
1948
|
export namespace generator {
|
|
1934
1949
|
const description_180: string;
|
|
1935
1950
|
export { description_180 as description };
|
|
1936
|
-
const
|
|
1937
|
-
export {
|
|
1951
|
+
const type_108: string;
|
|
1952
|
+
export { type_108 as type };
|
|
1938
1953
|
}
|
|
1939
1954
|
export namespace include {
|
|
1940
1955
|
const description_181: string;
|
|
@@ -1963,8 +1978,8 @@ export declare namespace definitions {
|
|
|
1963
1978
|
export namespace descriptionData {
|
|
1964
1979
|
const description_184: string;
|
|
1965
1980
|
export { description_184 as description };
|
|
1966
|
-
const
|
|
1967
|
-
export {
|
|
1981
|
+
const type_109: string;
|
|
1982
|
+
export { type_109 as type };
|
|
1968
1983
|
export namespace additionalProperties_24 {
|
|
1969
1984
|
const $ref_46: string;
|
|
1970
1985
|
export { $ref_46 as $ref };
|
|
@@ -1974,8 +1989,8 @@ export declare namespace definitions {
|
|
|
1974
1989
|
export namespace oneOf_28 {
|
|
1975
1990
|
const description_185: string;
|
|
1976
1991
|
export { description_185 as description };
|
|
1977
|
-
const
|
|
1978
|
-
export {
|
|
1992
|
+
const type_110: string;
|
|
1993
|
+
export { type_110 as type };
|
|
1979
1994
|
export namespace items_14 {
|
|
1980
1995
|
const description_186: string;
|
|
1981
1996
|
export { description_186 as description };
|
|
@@ -1990,8 +2005,8 @@ export declare namespace definitions {
|
|
|
1990
2005
|
export namespace parser_1 {
|
|
1991
2006
|
const description_187: string;
|
|
1992
2007
|
export { description_187 as description };
|
|
1993
|
-
const
|
|
1994
|
-
export {
|
|
2008
|
+
const type_111: string;
|
|
2009
|
+
export { type_111 as type };
|
|
1995
2010
|
const additionalProperties_25: boolean;
|
|
1996
2011
|
export { additionalProperties_25 as additionalProperties };
|
|
1997
2012
|
}
|
|
@@ -1999,8 +2014,8 @@ export declare namespace definitions {
|
|
|
1999
2014
|
export namespace resolve {
|
|
2000
2015
|
const description_188: string;
|
|
2001
2016
|
export { description_188 as description };
|
|
2002
|
-
const
|
|
2003
|
-
export {
|
|
2017
|
+
const type_112: string;
|
|
2018
|
+
export { type_112 as type };
|
|
2004
2019
|
const oneOf_30: {
|
|
2005
2020
|
$ref: string;
|
|
2006
2021
|
}[];
|
|
@@ -2065,8 +2080,8 @@ export declare namespace definitions {
|
|
|
2065
2080
|
export namespace rules_1 {
|
|
2066
2081
|
const description_196: string;
|
|
2067
2082
|
export { description_196 as description };
|
|
2068
|
-
const
|
|
2069
|
-
export {
|
|
2083
|
+
const type_113: string;
|
|
2084
|
+
export { type_113 as type };
|
|
2070
2085
|
export namespace items_15 {
|
|
2071
2086
|
const description_197: string;
|
|
2072
2087
|
export { description_197 as description };
|
|
@@ -2081,8 +2096,8 @@ export declare namespace definitions {
|
|
|
2081
2096
|
export namespace sideEffects_1 {
|
|
2082
2097
|
const description_198: string;
|
|
2083
2098
|
export { description_198 as description };
|
|
2084
|
-
const
|
|
2085
|
-
export {
|
|
2099
|
+
const type_114: string;
|
|
2100
|
+
export { type_114 as type };
|
|
2086
2101
|
}
|
|
2087
2102
|
export { sideEffects_1 as sideEffects };
|
|
2088
2103
|
export namespace test_1 {
|
|
@@ -2094,13 +2109,13 @@ export declare namespace definitions {
|
|
|
2094
2109
|
export { oneOf_39 as oneOf };
|
|
2095
2110
|
}
|
|
2096
2111
|
export { test_1 as test };
|
|
2097
|
-
export namespace
|
|
2112
|
+
export namespace type_115 {
|
|
2098
2113
|
const description_200: string;
|
|
2099
2114
|
export { description_200 as description };
|
|
2100
|
-
const
|
|
2101
|
-
export {
|
|
2115
|
+
const type_116: string;
|
|
2116
|
+
export { type_116 as type };
|
|
2102
2117
|
}
|
|
2103
|
-
export {
|
|
2118
|
+
export { type_115 as type };
|
|
2104
2119
|
export namespace use {
|
|
2105
2120
|
const description_201: string;
|
|
2106
2121
|
export { description_201 as description };
|
|
@@ -2115,26 +2130,26 @@ export declare namespace definitions {
|
|
|
2115
2130
|
namespace RuleSetRules {
|
|
2116
2131
|
const description_202: string;
|
|
2117
2132
|
export { description_202 as description };
|
|
2118
|
-
const
|
|
2119
|
-
export {
|
|
2133
|
+
const type_117: string;
|
|
2134
|
+
export { type_117 as type };
|
|
2120
2135
|
export namespace items_16 {
|
|
2121
2136
|
const description_203: string;
|
|
2122
2137
|
export { description_203 as description };
|
|
2123
|
-
const
|
|
2138
|
+
const anyOf_52: ({
|
|
2124
2139
|
enum: string[];
|
|
2125
2140
|
$ref?: undefined;
|
|
2126
2141
|
} | {
|
|
2127
2142
|
$ref: string;
|
|
2128
2143
|
enum?: undefined;
|
|
2129
2144
|
})[];
|
|
2130
|
-
export {
|
|
2145
|
+
export { anyOf_52 as anyOf };
|
|
2131
2146
|
}
|
|
2132
2147
|
export { items_16 as items };
|
|
2133
2148
|
}
|
|
2134
2149
|
namespace RuleSetUse {
|
|
2135
2150
|
const description_204: string;
|
|
2136
2151
|
export { description_204 as description };
|
|
2137
|
-
const
|
|
2152
|
+
const anyOf_53: ({
|
|
2138
2153
|
type: string;
|
|
2139
2154
|
items: {
|
|
2140
2155
|
description: string;
|
|
@@ -2148,12 +2163,12 @@ export declare namespace definitions {
|
|
|
2148
2163
|
type?: undefined;
|
|
2149
2164
|
items?: undefined;
|
|
2150
2165
|
})[];
|
|
2151
|
-
export {
|
|
2166
|
+
export { anyOf_53 as anyOf };
|
|
2152
2167
|
}
|
|
2153
2168
|
namespace RuleSetUseItem {
|
|
2154
2169
|
const description_205: string;
|
|
2155
2170
|
export { description_205 as description };
|
|
2156
|
-
const
|
|
2171
|
+
const anyOf_54: ({
|
|
2157
2172
|
type: string;
|
|
2158
2173
|
additionalProperties: boolean;
|
|
2159
2174
|
properties: {
|
|
@@ -2177,35 +2192,35 @@ export declare namespace definitions {
|
|
|
2177
2192
|
additionalProperties?: undefined;
|
|
2178
2193
|
properties?: undefined;
|
|
2179
2194
|
})[];
|
|
2180
|
-
export {
|
|
2195
|
+
export { anyOf_54 as anyOf };
|
|
2181
2196
|
}
|
|
2182
2197
|
namespace SnapshotOptions {
|
|
2183
2198
|
const description_206: string;
|
|
2184
2199
|
export { description_206 as description };
|
|
2185
|
-
const
|
|
2186
|
-
export {
|
|
2200
|
+
const type_118: string;
|
|
2201
|
+
export { type_118 as type };
|
|
2187
2202
|
const additionalProperties_26: boolean;
|
|
2188
2203
|
export { additionalProperties_26 as additionalProperties };
|
|
2189
2204
|
export namespace properties_20 {
|
|
2190
2205
|
export namespace module_1 {
|
|
2191
2206
|
const description_207: string;
|
|
2192
2207
|
export { description_207 as description };
|
|
2193
|
-
const
|
|
2194
|
-
export {
|
|
2208
|
+
const type_119: string;
|
|
2209
|
+
export { type_119 as type };
|
|
2195
2210
|
const additionalProperties_27: boolean;
|
|
2196
2211
|
export { additionalProperties_27 as additionalProperties };
|
|
2197
2212
|
export namespace properties_21 {
|
|
2198
2213
|
namespace hash {
|
|
2199
2214
|
const description_208: string;
|
|
2200
2215
|
export { description_208 as description };
|
|
2201
|
-
const
|
|
2202
|
-
export {
|
|
2216
|
+
const type_120: string;
|
|
2217
|
+
export { type_120 as type };
|
|
2203
2218
|
}
|
|
2204
2219
|
namespace timestamp {
|
|
2205
2220
|
const description_209: string;
|
|
2206
2221
|
export { description_209 as description };
|
|
2207
|
-
const
|
|
2208
|
-
export {
|
|
2222
|
+
const type_121: string;
|
|
2223
|
+
export { type_121 as type };
|
|
2209
2224
|
}
|
|
2210
2225
|
}
|
|
2211
2226
|
export { properties_21 as properties };
|
|
@@ -2214,23 +2229,23 @@ export declare namespace definitions {
|
|
|
2214
2229
|
export namespace resolve_1 {
|
|
2215
2230
|
const description_210: string;
|
|
2216
2231
|
export { description_210 as description };
|
|
2217
|
-
const
|
|
2218
|
-
export {
|
|
2232
|
+
const type_122: string;
|
|
2233
|
+
export { type_122 as type };
|
|
2219
2234
|
const additionalProperties_28: boolean;
|
|
2220
2235
|
export { additionalProperties_28 as additionalProperties };
|
|
2221
2236
|
export namespace properties_22 {
|
|
2222
2237
|
export namespace hash_1 {
|
|
2223
2238
|
const description_211: string;
|
|
2224
2239
|
export { description_211 as description };
|
|
2225
|
-
const
|
|
2226
|
-
export {
|
|
2240
|
+
const type_123: string;
|
|
2241
|
+
export { type_123 as type };
|
|
2227
2242
|
}
|
|
2228
2243
|
export { hash_1 as hash };
|
|
2229
2244
|
export namespace timestamp_1 {
|
|
2230
2245
|
const description_212: string;
|
|
2231
2246
|
export { description_212 as description };
|
|
2232
|
-
const
|
|
2233
|
-
export {
|
|
2247
|
+
const type_124: string;
|
|
2248
|
+
export { type_124 as type };
|
|
2234
2249
|
}
|
|
2235
2250
|
export { timestamp_1 as timestamp };
|
|
2236
2251
|
}
|
|
@@ -2243,149 +2258,149 @@ export declare namespace definitions {
|
|
|
2243
2258
|
namespace StatsOptions {
|
|
2244
2259
|
const description_213: string;
|
|
2245
2260
|
export { description_213 as description };
|
|
2246
|
-
const
|
|
2247
|
-
export {
|
|
2261
|
+
const type_125: string;
|
|
2262
|
+
export { type_125 as type };
|
|
2248
2263
|
const additionalProperties_29: boolean;
|
|
2249
2264
|
export { additionalProperties_29 as additionalProperties };
|
|
2250
2265
|
export namespace properties_23 {
|
|
2251
2266
|
export namespace all {
|
|
2252
2267
|
const description_214: string;
|
|
2253
2268
|
export { description_214 as description };
|
|
2254
|
-
const
|
|
2255
|
-
export {
|
|
2269
|
+
const type_126: string;
|
|
2270
|
+
export { type_126 as type };
|
|
2256
2271
|
}
|
|
2257
2272
|
export namespace assets {
|
|
2258
2273
|
const description_215: string;
|
|
2259
2274
|
export { description_215 as description };
|
|
2260
|
-
const
|
|
2261
|
-
export {
|
|
2275
|
+
const type_127: string;
|
|
2276
|
+
export { type_127 as type };
|
|
2262
2277
|
}
|
|
2263
2278
|
export namespace chunkGroups {
|
|
2264
2279
|
const description_216: string;
|
|
2265
2280
|
export { description_216 as description };
|
|
2266
|
-
const
|
|
2267
|
-
export {
|
|
2281
|
+
const type_128: string;
|
|
2282
|
+
export { type_128 as type };
|
|
2268
2283
|
}
|
|
2269
2284
|
export namespace chunks_2 {
|
|
2270
2285
|
const description_217: string;
|
|
2271
2286
|
export { description_217 as description };
|
|
2272
|
-
const
|
|
2273
|
-
export {
|
|
2287
|
+
const type_129: string;
|
|
2288
|
+
export { type_129 as type };
|
|
2274
2289
|
}
|
|
2275
2290
|
export { chunks_2 as chunks };
|
|
2276
2291
|
export namespace colors_1 {
|
|
2277
2292
|
const description_218: string;
|
|
2278
2293
|
export { description_218 as description };
|
|
2279
|
-
const
|
|
2280
|
-
export {
|
|
2294
|
+
const type_130: string;
|
|
2295
|
+
export { type_130 as type };
|
|
2281
2296
|
}
|
|
2282
2297
|
export { colors_1 as colors };
|
|
2283
2298
|
export namespace entrypoints {
|
|
2284
2299
|
const description_219: string;
|
|
2285
2300
|
export { description_219 as description };
|
|
2286
|
-
const
|
|
2301
|
+
const anyOf_55: ({
|
|
2287
2302
|
enum: string[];
|
|
2288
2303
|
type?: undefined;
|
|
2289
2304
|
} | {
|
|
2290
2305
|
type: string;
|
|
2291
2306
|
enum?: undefined;
|
|
2292
2307
|
})[];
|
|
2293
|
-
export {
|
|
2308
|
+
export { anyOf_55 as anyOf };
|
|
2294
2309
|
}
|
|
2295
2310
|
export namespace errors {
|
|
2296
2311
|
const description_220: string;
|
|
2297
2312
|
export { description_220 as description };
|
|
2298
|
-
const
|
|
2299
|
-
export {
|
|
2313
|
+
const type_131: string;
|
|
2314
|
+
export { type_131 as type };
|
|
2300
2315
|
}
|
|
2301
2316
|
export namespace errorsCount {
|
|
2302
2317
|
const description_221: string;
|
|
2303
2318
|
export { description_221 as description };
|
|
2304
|
-
const
|
|
2305
|
-
export {
|
|
2319
|
+
const type_132: string;
|
|
2320
|
+
export { type_132 as type };
|
|
2306
2321
|
}
|
|
2307
2322
|
export namespace hash_2 {
|
|
2308
2323
|
const description_222: string;
|
|
2309
2324
|
export { description_222 as description };
|
|
2310
|
-
const
|
|
2311
|
-
export {
|
|
2325
|
+
const type_133: string;
|
|
2326
|
+
export { type_133 as type };
|
|
2312
2327
|
}
|
|
2313
2328
|
export { hash_2 as hash };
|
|
2314
2329
|
export namespace modules_1 {
|
|
2315
2330
|
const description_223: string;
|
|
2316
2331
|
export { description_223 as description };
|
|
2317
|
-
const
|
|
2318
|
-
export {
|
|
2332
|
+
const type_134: string;
|
|
2333
|
+
export { type_134 as type };
|
|
2319
2334
|
}
|
|
2320
2335
|
export { modules_1 as modules };
|
|
2321
2336
|
export namespace preset {
|
|
2322
2337
|
const description_224: string;
|
|
2323
2338
|
export { description_224 as description };
|
|
2324
|
-
const
|
|
2339
|
+
const anyOf_56: {
|
|
2325
2340
|
type: string;
|
|
2326
2341
|
}[];
|
|
2327
|
-
export {
|
|
2342
|
+
export { anyOf_56 as anyOf };
|
|
2328
2343
|
}
|
|
2329
2344
|
export namespace publicPath_1 {
|
|
2330
2345
|
const description_225: string;
|
|
2331
2346
|
export { description_225 as description };
|
|
2332
|
-
const
|
|
2333
|
-
export {
|
|
2347
|
+
const type_135: string;
|
|
2348
|
+
export { type_135 as type };
|
|
2334
2349
|
}
|
|
2335
2350
|
export { publicPath_1 as publicPath };
|
|
2336
2351
|
export namespace reasons {
|
|
2337
2352
|
const description_226: string;
|
|
2338
2353
|
export { description_226 as description };
|
|
2339
|
-
const
|
|
2340
|
-
export {
|
|
2354
|
+
const type_136: string;
|
|
2355
|
+
export { type_136 as type };
|
|
2341
2356
|
}
|
|
2342
2357
|
export namespace warnings {
|
|
2343
2358
|
const description_227: string;
|
|
2344
2359
|
export { description_227 as description };
|
|
2345
|
-
const
|
|
2346
|
-
export {
|
|
2360
|
+
const type_137: string;
|
|
2361
|
+
export { type_137 as type };
|
|
2347
2362
|
}
|
|
2348
2363
|
export namespace warningsCount {
|
|
2349
2364
|
const description_228: string;
|
|
2350
2365
|
export { description_228 as description };
|
|
2351
|
-
const
|
|
2352
|
-
export {
|
|
2366
|
+
const type_138: string;
|
|
2367
|
+
export { type_138 as type };
|
|
2353
2368
|
}
|
|
2354
2369
|
export namespace outputPath {
|
|
2355
2370
|
const description_229: string;
|
|
2356
2371
|
export { description_229 as description };
|
|
2357
|
-
const
|
|
2358
|
-
export {
|
|
2372
|
+
const type_139: string;
|
|
2373
|
+
export { type_139 as type };
|
|
2359
2374
|
}
|
|
2360
2375
|
export namespace chunkModules {
|
|
2361
2376
|
const description_230: string;
|
|
2362
2377
|
export { description_230 as description };
|
|
2363
|
-
const
|
|
2364
|
-
export {
|
|
2378
|
+
const type_140: string;
|
|
2379
|
+
export { type_140 as type };
|
|
2365
2380
|
}
|
|
2366
2381
|
export namespace chunkRelations {
|
|
2367
2382
|
const description_231: string;
|
|
2368
2383
|
export { description_231 as description };
|
|
2369
|
-
const
|
|
2370
|
-
export {
|
|
2384
|
+
const type_141: string;
|
|
2385
|
+
export { type_141 as type };
|
|
2371
2386
|
}
|
|
2372
2387
|
export namespace timings {
|
|
2373
2388
|
const description_232: string;
|
|
2374
2389
|
export { description_232 as description };
|
|
2375
|
-
const
|
|
2376
|
-
export {
|
|
2390
|
+
const type_142: string;
|
|
2391
|
+
export { type_142 as type };
|
|
2377
2392
|
}
|
|
2378
2393
|
export namespace builtAt {
|
|
2379
2394
|
const description_233: string;
|
|
2380
2395
|
export { description_233 as description };
|
|
2381
|
-
const
|
|
2382
|
-
export {
|
|
2396
|
+
const type_143: string;
|
|
2397
|
+
export { type_143 as type };
|
|
2383
2398
|
}
|
|
2384
2399
|
export namespace nestedModules {
|
|
2385
2400
|
const description_234: string;
|
|
2386
2401
|
export { description_234 as description };
|
|
2387
|
-
const
|
|
2388
|
-
export {
|
|
2402
|
+
const type_144: string;
|
|
2403
|
+
export { type_144 as type };
|
|
2389
2404
|
}
|
|
2390
2405
|
}
|
|
2391
2406
|
export { properties_23 as properties };
|
|
@@ -2393,7 +2408,7 @@ export declare namespace definitions {
|
|
|
2393
2408
|
namespace StatsValue {
|
|
2394
2409
|
const description_235: string;
|
|
2395
2410
|
export { description_235 as description };
|
|
2396
|
-
const
|
|
2411
|
+
const anyOf_57: ({
|
|
2397
2412
|
enum: string[];
|
|
2398
2413
|
type?: undefined;
|
|
2399
2414
|
$ref?: undefined;
|
|
@@ -2406,18 +2421,18 @@ export declare namespace definitions {
|
|
|
2406
2421
|
enum?: undefined;
|
|
2407
2422
|
type?: undefined;
|
|
2408
2423
|
})[];
|
|
2409
|
-
export {
|
|
2424
|
+
export { anyOf_57 as anyOf };
|
|
2410
2425
|
}
|
|
2411
2426
|
namespace StrictModuleErrorHandling {
|
|
2412
2427
|
const description_236: string;
|
|
2413
2428
|
export { description_236 as description };
|
|
2414
|
-
const
|
|
2415
|
-
export {
|
|
2429
|
+
const type_145: string;
|
|
2430
|
+
export { type_145 as type };
|
|
2416
2431
|
}
|
|
2417
2432
|
namespace Target {
|
|
2418
2433
|
const description_237: string;
|
|
2419
2434
|
export { description_237 as description };
|
|
2420
|
-
const
|
|
2435
|
+
const anyOf_58: ({
|
|
2421
2436
|
type: string;
|
|
2422
2437
|
items: {
|
|
2423
2438
|
description: string;
|
|
@@ -2440,21 +2455,21 @@ export declare namespace definitions {
|
|
|
2440
2455
|
minItems?: undefined;
|
|
2441
2456
|
enum?: undefined;
|
|
2442
2457
|
})[];
|
|
2443
|
-
export {
|
|
2458
|
+
export { anyOf_58 as anyOf };
|
|
2444
2459
|
}
|
|
2445
2460
|
namespace TrustedTypes {
|
|
2446
2461
|
const description_238: string;
|
|
2447
2462
|
export { description_238 as description };
|
|
2448
|
-
const
|
|
2449
|
-
export {
|
|
2463
|
+
const type_146: string;
|
|
2464
|
+
export { type_146 as type };
|
|
2450
2465
|
const additionalProperties_30: boolean;
|
|
2451
2466
|
export { additionalProperties_30 as additionalProperties };
|
|
2452
2467
|
export namespace properties_24 {
|
|
2453
2468
|
namespace policyName {
|
|
2454
2469
|
const description_239: string;
|
|
2455
2470
|
export { description_239 as description };
|
|
2456
|
-
const
|
|
2457
|
-
export {
|
|
2471
|
+
const type_147: string;
|
|
2472
|
+
export { type_147 as type };
|
|
2458
2473
|
const minLength_7: number;
|
|
2459
2474
|
export { minLength_7 as minLength };
|
|
2460
2475
|
}
|
|
@@ -2464,55 +2479,55 @@ export declare namespace definitions {
|
|
|
2464
2479
|
namespace UmdNamedDefine {
|
|
2465
2480
|
const description_240: string;
|
|
2466
2481
|
export { description_240 as description };
|
|
2467
|
-
const
|
|
2468
|
-
export {
|
|
2482
|
+
const type_148: string;
|
|
2483
|
+
export { type_148 as type };
|
|
2469
2484
|
}
|
|
2470
2485
|
namespace UniqueName {
|
|
2471
2486
|
const description_241: string;
|
|
2472
2487
|
export { description_241 as description };
|
|
2473
|
-
const
|
|
2474
|
-
export {
|
|
2488
|
+
const type_149: string;
|
|
2489
|
+
export { type_149 as type };
|
|
2475
2490
|
const minLength_8: number;
|
|
2476
2491
|
export { minLength_8 as minLength };
|
|
2477
2492
|
}
|
|
2478
2493
|
namespace ChunkLoadingGlobal {
|
|
2479
2494
|
const description_242: string;
|
|
2480
2495
|
export { description_242 as description };
|
|
2481
|
-
const
|
|
2482
|
-
export {
|
|
2496
|
+
const type_150: string;
|
|
2497
|
+
export { type_150 as type };
|
|
2483
2498
|
const minLength_9: number;
|
|
2484
2499
|
export { minLength_9 as minLength };
|
|
2485
2500
|
}
|
|
2486
2501
|
namespace Watch {
|
|
2487
2502
|
const description_243: string;
|
|
2488
2503
|
export { description_243 as description };
|
|
2489
|
-
const
|
|
2490
|
-
export {
|
|
2504
|
+
const type_151: string;
|
|
2505
|
+
export { type_151 as type };
|
|
2491
2506
|
}
|
|
2492
2507
|
namespace WatchOptions {
|
|
2493
2508
|
const description_244: string;
|
|
2494
2509
|
export { description_244 as description };
|
|
2495
|
-
const
|
|
2496
|
-
export {
|
|
2510
|
+
const type_152: string;
|
|
2511
|
+
export { type_152 as type };
|
|
2497
2512
|
const additionalProperties_31: boolean;
|
|
2498
2513
|
export { additionalProperties_31 as additionalProperties };
|
|
2499
2514
|
export namespace properties_25 {
|
|
2500
2515
|
namespace aggregateTimeout {
|
|
2501
2516
|
const description_245: string;
|
|
2502
2517
|
export { description_245 as description };
|
|
2503
|
-
const
|
|
2504
|
-
export {
|
|
2518
|
+
const type_153: string;
|
|
2519
|
+
export { type_153 as type };
|
|
2505
2520
|
}
|
|
2506
2521
|
namespace followSymlinks {
|
|
2507
2522
|
const description_246: string;
|
|
2508
2523
|
export { description_246 as description };
|
|
2509
|
-
const
|
|
2510
|
-
export {
|
|
2524
|
+
const type_154: string;
|
|
2525
|
+
export { type_154 as type };
|
|
2511
2526
|
}
|
|
2512
2527
|
namespace ignored {
|
|
2513
2528
|
const description_247: string;
|
|
2514
2529
|
export { description_247 as description };
|
|
2515
|
-
const
|
|
2530
|
+
const anyOf_59: ({
|
|
2516
2531
|
type: string;
|
|
2517
2532
|
items: {
|
|
2518
2533
|
description: string;
|
|
@@ -2535,22 +2550,22 @@ export declare namespace definitions {
|
|
|
2535
2550
|
items?: undefined;
|
|
2536
2551
|
instanceof?: undefined;
|
|
2537
2552
|
})[];
|
|
2538
|
-
export {
|
|
2553
|
+
export { anyOf_59 as anyOf };
|
|
2539
2554
|
}
|
|
2540
2555
|
namespace poll {
|
|
2541
2556
|
const description_248: string;
|
|
2542
2557
|
export { description_248 as description };
|
|
2543
|
-
const
|
|
2558
|
+
const anyOf_60: {
|
|
2544
2559
|
description: string;
|
|
2545
2560
|
type: string;
|
|
2546
2561
|
}[];
|
|
2547
|
-
export {
|
|
2562
|
+
export { anyOf_60 as anyOf };
|
|
2548
2563
|
}
|
|
2549
2564
|
namespace stdin {
|
|
2550
2565
|
const description_249: string;
|
|
2551
2566
|
export { description_249 as description };
|
|
2552
|
-
const
|
|
2553
|
-
export {
|
|
2567
|
+
const type_155: string;
|
|
2568
|
+
export { type_155 as type };
|
|
2554
2569
|
}
|
|
2555
2570
|
}
|
|
2556
2571
|
export { properties_25 as properties };
|
|
@@ -2564,8 +2579,8 @@ export declare namespace definitions {
|
|
|
2564
2579
|
namespace RspackPluginInstance {
|
|
2565
2580
|
const description_251: string;
|
|
2566
2581
|
export { description_251 as description };
|
|
2567
|
-
const
|
|
2568
|
-
export {
|
|
2582
|
+
const type_156: string;
|
|
2583
|
+
export { type_156 as type };
|
|
2569
2584
|
const additionalProperties_32: boolean;
|
|
2570
2585
|
export { additionalProperties_32 as additionalProperties };
|
|
2571
2586
|
export namespace properties_26 {
|
|
@@ -2583,7 +2598,7 @@ export declare namespace definitions {
|
|
|
2583
2598
|
}
|
|
2584
2599
|
export declare const title: string;
|
|
2585
2600
|
declare const description_253: string;
|
|
2586
|
-
declare const
|
|
2601
|
+
declare const type_157: string;
|
|
2587
2602
|
declare const additionalProperties_33: boolean;
|
|
2588
2603
|
export declare namespace properties_27 {
|
|
2589
2604
|
export namespace cache {
|
|
@@ -2689,8 +2704,8 @@ export declare namespace properties_27 {
|
|
|
2689
2704
|
export namespace builtins {
|
|
2690
2705
|
const description_254: string;
|
|
2691
2706
|
export { description_254 as description };
|
|
2692
|
-
const
|
|
2693
|
-
export {
|
|
2707
|
+
const type_158: string;
|
|
2708
|
+
export { type_158 as type };
|
|
2694
2709
|
const additionalProperties_34: boolean;
|
|
2695
2710
|
export { additionalProperties_34 as additionalProperties };
|
|
2696
2711
|
}
|
|
@@ -2699,5 +2714,5 @@ export declare namespace properties_27 {
|
|
|
2699
2714
|
export { $ref_71 as $ref };
|
|
2700
2715
|
}
|
|
2701
2716
|
}
|
|
2702
|
-
export { description_253 as description,
|
|
2717
|
+
export { description_253 as description, type_157 as type, additionalProperties_33 as additionalProperties, properties_27 as properties };
|
|
2703
2718
|
//# sourceMappingURL=schema.d.ts.map
|