@rspack/core 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/compilation.d.ts +2 -0
  2. package/dist/compilation.d.ts.map +1 -1
  3. package/dist/compilation.js +3 -1
  4. package/dist/compilation.js.map +1 -1
  5. package/dist/compiler.d.ts +2 -0
  6. package/dist/compiler.d.ts.map +1 -1
  7. package/dist/compiler.js +44 -11
  8. package/dist/compiler.js.map +1 -1
  9. package/dist/config/adapter-rule-use.d.ts +1 -1
  10. package/dist/config/adapter-rule-use.d.ts.map +1 -1
  11. package/dist/config/adapter-rule-use.js +7 -16
  12. package/dist/config/adapter-rule-use.js.map +1 -1
  13. package/dist/config/adapter.d.ts.map +1 -1
  14. package/dist/config/adapter.js +38 -41
  15. package/dist/config/adapter.js.map +1 -1
  16. package/dist/config/defaults.js +12 -2
  17. package/dist/config/defaults.js.map +1 -1
  18. package/dist/config/index.d.ts +1 -0
  19. package/dist/config/index.d.ts.map +1 -1
  20. package/dist/config/index.js +31 -0
  21. package/dist/config/index.js.map +1 -1
  22. package/dist/config/normalization.d.ts.map +1 -1
  23. package/dist/config/normalization.js +2 -1
  24. package/dist/config/normalization.js.map +1 -1
  25. package/dist/config/schema.check.d.ts.map +1 -1
  26. package/dist/config/schema.check.js +254 -184
  27. package/dist/config/schema.check.js.map +1 -1
  28. package/dist/config/schema.d.ts +676 -646
  29. package/dist/config/schema.js +20 -0
  30. package/dist/config/schema.js.map +1 -1
  31. package/dist/config/types.d.ts +10 -76
  32. package/dist/config/types.d.ts.map +1 -1
  33. package/dist/config/zod/_rewrite.d.ts +15 -0
  34. package/dist/config/zod/_rewrite.d.ts.map +1 -0
  35. package/dist/config/zod/_rewrite.js +3 -0
  36. package/dist/config/zod/_rewrite.js.map +1 -0
  37. package/dist/config/zod/builtins.d.ts +3 -0
  38. package/dist/config/zod/builtins.d.ts.map +1 -0
  39. package/dist/config/zod/builtins.js +10 -0
  40. package/dist/config/zod/builtins.js.map +1 -0
  41. package/dist/config/zod/devtool.d.ts +3 -0
  42. package/dist/config/zod/devtool.d.ts.map +1 -0
  43. package/dist/config/zod/devtool.js +35 -0
  44. package/dist/config/zod/devtool.js.map +1 -0
  45. package/dist/config/zod/entry.d.ts +15 -0
  46. package/dist/config/zod/entry.d.ts.map +1 -0
  47. package/dist/config/zod/entry.js +25 -0
  48. package/dist/config/zod/entry.js.map +1 -0
  49. package/dist/config/zod/experiments.d.ts +24 -0
  50. package/dist/config/zod/experiments.d.ts.map +1 -0
  51. package/dist/config/zod/experiments.js +16 -0
  52. package/dist/config/zod/experiments.js.map +1 -0
  53. package/dist/config/zod/externals-presets.d.ts +24 -0
  54. package/dist/config/zod/externals-presets.d.ts.map +1 -0
  55. package/dist/config/zod/externals-presets.js +18 -0
  56. package/dist/config/zod/externals-presets.js.map +1 -0
  57. package/dist/config/zod/externals-type.d.ts +3 -0
  58. package/dist/config/zod/externals-type.d.ts.map +1 -0
  59. package/dist/config/zod/externals-type.js +31 -0
  60. package/dist/config/zod/externals-type.js.map +1 -0
  61. package/dist/config/zod/externals.d.ts +3 -0
  62. package/dist/config/zod/externals.d.ts.map +1 -0
  63. package/dist/config/zod/externals.js +14 -0
  64. package/dist/config/zod/externals.js.map +1 -0
  65. package/dist/config/zod/index.d.ts +970 -0
  66. package/dist/config/zod/index.d.ts.map +1 -0
  67. package/dist/config/zod/index.js +55 -0
  68. package/dist/config/zod/index.js.map +1 -0
  69. package/dist/config/zod/infrastructure-logging.d.ts +24 -0
  70. package/dist/config/zod/infrastructure-logging.d.ts.map +1 -0
  71. package/dist/config/zod/infrastructure-logging.js +20 -0
  72. package/dist/config/zod/infrastructure-logging.js.map +1 -0
  73. package/dist/config/zod/module.d.ts +1 -0
  74. package/dist/config/zod/module.d.ts.map +1 -0
  75. package/dist/config/zod/module.js +2 -0
  76. package/dist/config/zod/module.js.map +1 -0
  77. package/dist/config/zod/node.d.ts +15 -0
  78. package/dist/config/zod/node.d.ts.map +1 -0
  79. package/dist/config/zod/node.js +24 -0
  80. package/dist/config/zod/node.js.map +1 -0
  81. package/dist/config/zod/optimization/index.d.ts +241 -0
  82. package/dist/config/zod/optimization/index.d.ts.map +1 -0
  83. package/dist/config/zod/optimization/index.js +32 -0
  84. package/dist/config/zod/optimization/index.js.map +1 -0
  85. package/dist/config/zod/optimization/split-chunks.d.ts +169 -0
  86. package/dist/config/zod/optimization/split-chunks.d.ts.map +1 -0
  87. package/dist/config/zod/optimization/split-chunks.js +47 -0
  88. package/dist/config/zod/optimization/split-chunks.js.map +1 -0
  89. package/dist/config/zod/output.d.ts +139 -0
  90. package/dist/config/zod/output.d.ts.map +1 -0
  91. package/dist/config/zod/output.js +92 -0
  92. package/dist/config/zod/output.js.map +1 -0
  93. package/dist/config/zod/snapshot.d.ts +42 -0
  94. package/dist/config/zod/snapshot.d.ts.map +1 -0
  95. package/dist/config/zod/snapshot.js +22 -0
  96. package/dist/config/zod/snapshot.js.map +1 -0
  97. package/dist/config/zod/stats.d.ts +69 -0
  98. package/dist/config/zod/stats.d.ts.map +1 -0
  99. package/dist/config/zod/stats.js +36 -0
  100. package/dist/config/zod/stats.js.map +1 -0
  101. package/dist/config/zod/target.d.ts +3 -0
  102. package/dist/config/zod/target.d.ts.map +1 -0
  103. package/dist/config/zod/target.js +37 -0
  104. package/dist/config/zod/target.js.map +1 -0
  105. package/dist/config/zod/watch-options.d.ts +21 -0
  106. package/dist/config/zod/watch-options.d.ts.map +1 -0
  107. package/dist/config/zod/watch-options.js +22 -0
  108. package/dist/config/zod/watch-options.js.map +1 -0
  109. package/dist/index.d.ts +2 -0
  110. package/dist/index.d.ts.map +1 -1
  111. package/dist/loader-runner/index.d.ts.map +1 -1
  112. package/dist/loader-runner/index.js +16 -16
  113. package/dist/loader-runner/index.js.map +1 -1
  114. package/dist/rspack.d.ts.map +1 -1
  115. package/dist/rspack.js +3 -27
  116. package/dist/rspack.js.map +1 -1
  117. package/dist/util/index.d.ts.map +1 -1
  118. package/dist/util/index.js +1 -0
  119. package/dist/util/index.js.map +1 -1
  120. package/package.json +9 -7
  121. package/dist/error/InvalidateConfiguration.d.ts +0 -4
  122. package/dist/error/InvalidateConfiguration.d.ts.map +0 -1
  123. package/dist/error/InvalidateConfiguration.js +0 -10
  124. package/dist/error/InvalidateConfiguration.js.map +0 -1
@@ -502,34 +502,64 @@ export declare namespace definitions {
502
502
  const type_26: string;
503
503
  export { type_26 as type };
504
504
  }
505
+ namespace web {
506
+ const description_52: string;
507
+ export { description_52 as description };
508
+ const type_27: string;
509
+ export { type_27 as type };
510
+ }
511
+ namespace electron {
512
+ const description_53: string;
513
+ export { description_53 as description };
514
+ const type_28: string;
515
+ export { type_28 as type };
516
+ }
517
+ namespace electronMain {
518
+ const description_54: string;
519
+ export { description_54 as description };
520
+ const type_29: string;
521
+ export { type_29 as type };
522
+ }
523
+ namespace electronPreload {
524
+ const description_55: string;
525
+ export { description_55 as description };
526
+ const type_30: string;
527
+ export { type_30 as type };
528
+ }
529
+ namespace electronRenderer {
530
+ const description_56: string;
531
+ export { description_56 as description };
532
+ const type_31: string;
533
+ export { type_31 as type };
534
+ }
505
535
  }
506
536
  export { properties_4 as properties };
507
537
  }
508
538
  namespace ExternalsType {
509
- const description_52: string;
510
- export { description_52 as description };
539
+ const description_57: string;
540
+ export { description_57 as description };
511
541
  const _enum_1: string[];
512
542
  export { _enum_1 as enum };
513
543
  }
514
544
  namespace Filename {
515
- const description_53: string;
516
- export { description_53 as description };
545
+ const description_58: string;
546
+ export { description_58 as description };
517
547
  const oneOf_5: {
518
548
  $ref: string;
519
549
  }[];
520
550
  export { oneOf_5 as oneOf };
521
551
  }
522
552
  namespace SourceMapFilename {
523
- const description_54: string;
524
- export { description_54 as description };
553
+ const description_59: string;
554
+ export { description_59 as description };
525
555
  const oneOf_6: {
526
556
  $ref: string;
527
557
  }[];
528
558
  export { oneOf_6 as oneOf };
529
559
  }
530
560
  namespace FilenameTemplate {
531
- const description_55: string;
532
- export { description_55 as description };
561
+ const description_60: string;
562
+ export { description_60 as description };
533
563
  const anyOf_19: ({
534
564
  type: string;
535
565
  minLength: number;
@@ -542,8 +572,8 @@ export declare namespace definitions {
542
572
  export { anyOf_19 as anyOf };
543
573
  }
544
574
  namespace FilterItemTypes {
545
- const description_56: string;
546
- export { description_56 as description };
575
+ const description_61: string;
576
+ export { description_61 as description };
547
577
  const anyOf_20: ({
548
578
  instanceof: string;
549
579
  type?: undefined;
@@ -554,8 +584,8 @@ export declare namespace definitions {
554
584
  export { anyOf_20 as anyOf };
555
585
  }
556
586
  namespace FilterTypes {
557
- const description_57: string;
558
- export { description_57 as description };
587
+ const description_62: string;
588
+ export { description_62 as description };
559
589
  const anyOf_21: ({
560
590
  type: string;
561
591
  items: {
@@ -573,46 +603,46 @@ export declare namespace definitions {
573
603
  export { anyOf_21 as anyOf };
574
604
  }
575
605
  namespace GlobalObject {
576
- const description_58: string;
577
- export { description_58 as description };
578
- const type_27: string;
579
- export { type_27 as type };
606
+ const description_63: string;
607
+ export { description_63 as description };
608
+ const type_32: string;
609
+ export { type_32 as type };
580
610
  const minLength_1: number;
581
611
  export { minLength_1 as minLength };
582
612
  }
583
613
  namespace ImportFunctionName {
584
- const description_59: string;
585
- export { description_59 as description };
586
- const type_28: string;
587
- export { type_28 as type };
614
+ const description_64: string;
615
+ export { description_64 as description };
616
+ const type_33: string;
617
+ export { type_33 as type };
588
618
  }
589
619
  namespace InfrastructureLogging {
590
- const description_60: string;
591
- export { description_60 as description };
592
- const type_29: string;
593
- export { type_29 as type };
620
+ const description_65: string;
621
+ export { description_65 as description };
622
+ const type_34: string;
623
+ export { type_34 as type };
594
624
  const additionalProperties_6: boolean;
595
625
  export { additionalProperties_6 as additionalProperties };
596
626
  export namespace properties_5 {
597
627
  namespace appendOnly {
598
- const description_61: string;
599
- export { description_61 as description };
600
- const type_30: string;
601
- export { type_30 as type };
628
+ const description_66: string;
629
+ export { description_66 as description };
630
+ const type_35: string;
631
+ export { type_35 as type };
602
632
  }
603
633
  namespace colors {
604
- const description_62: string;
605
- export { description_62 as description };
606
- const type_31: string;
607
- export { type_31 as type };
634
+ const description_67: string;
635
+ export { description_67 as description };
636
+ const type_36: string;
637
+ export { type_36 as type };
608
638
  }
609
639
  namespace console {
610
- const description_63: string;
611
- export { description_63 as description };
640
+ const description_68: string;
641
+ export { description_68 as description };
612
642
  }
613
643
  namespace debug {
614
- const description_64: string;
615
- export { description_64 as description };
644
+ const description_69: string;
645
+ export { description_69 as description };
616
646
  const anyOf_22: ({
617
647
  description: string;
618
648
  type: string;
@@ -625,90 +655,90 @@ export declare namespace definitions {
625
655
  export { anyOf_22 as anyOf };
626
656
  }
627
657
  namespace level {
628
- const description_65: string;
629
- export { description_65 as description };
658
+ const description_70: string;
659
+ export { description_70 as description };
630
660
  const _enum_2: string[];
631
661
  export { _enum_2 as enum };
632
662
  }
633
663
  namespace stream {
634
- const description_66: string;
635
- export { description_66 as description };
664
+ const description_71: string;
665
+ export { description_71 as description };
636
666
  }
637
667
  }
638
668
  export { properties_5 as properties };
639
669
  }
640
670
  namespace Library {
641
- const description_67: string;
642
- export { description_67 as description };
671
+ const description_72: string;
672
+ export { description_72 as description };
643
673
  const anyOf_23: {
644
674
  $ref: string;
645
675
  }[];
646
676
  export { anyOf_23 as anyOf };
647
677
  }
648
678
  namespace LibraryCustomUmdCommentObject {
649
- const description_68: string;
650
- export { description_68 as description };
651
- const type_32: string;
652
- export { type_32 as type };
679
+ const description_73: string;
680
+ export { description_73 as description };
681
+ const type_37: string;
682
+ export { type_37 as type };
653
683
  const additionalProperties_7: boolean;
654
684
  export { additionalProperties_7 as additionalProperties };
655
685
  export namespace properties_6 {
656
686
  namespace amd {
657
- const description_69: string;
658
- export { description_69 as description };
659
- const type_33: string;
660
- export { type_33 as type };
687
+ const description_74: string;
688
+ export { description_74 as description };
689
+ const type_38: string;
690
+ export { type_38 as type };
661
691
  }
662
692
  namespace commonjs {
663
- const description_70: string;
664
- export { description_70 as description };
665
- const type_34: string;
666
- export { type_34 as type };
693
+ const description_75: string;
694
+ export { description_75 as description };
695
+ const type_39: string;
696
+ export { type_39 as type };
667
697
  }
668
698
  namespace commonjs2 {
669
- const description_71: string;
670
- export { description_71 as description };
671
- const type_35: string;
672
- export { type_35 as type };
699
+ const description_76: string;
700
+ export { description_76 as description };
701
+ const type_40: string;
702
+ export { type_40 as type };
673
703
  }
674
704
  namespace root {
675
- const description_72: string;
676
- export { description_72 as description };
677
- const type_36: string;
678
- export { type_36 as type };
705
+ const description_77: string;
706
+ export { description_77 as description };
707
+ const type_41: string;
708
+ export { type_41 as type };
679
709
  }
680
710
  }
681
711
  export { properties_6 as properties };
682
712
  }
683
713
  namespace LibraryCustomUmdObject {
684
- const description_73: string;
685
- export { description_73 as description };
686
- const type_37: string;
687
- export { type_37 as type };
714
+ const description_78: string;
715
+ export { description_78 as description };
716
+ const type_42: string;
717
+ export { type_42 as type };
688
718
  const additionalProperties_8: boolean;
689
719
  export { additionalProperties_8 as additionalProperties };
690
720
  export namespace properties_7 {
691
721
  export namespace amd_1 {
692
- const description_74: string;
693
- export { description_74 as description };
694
- const type_38: string;
695
- export { type_38 as type };
722
+ const description_79: string;
723
+ export { description_79 as description };
724
+ const type_43: string;
725
+ export { type_43 as type };
696
726
  const minLength_2: number;
697
727
  export { minLength_2 as minLength };
698
728
  }
699
729
  export { amd_1 as amd };
700
730
  export namespace commonjs_1 {
701
- const description_75: string;
702
- export { description_75 as description };
703
- const type_39: string;
704
- export { type_39 as type };
731
+ const description_80: string;
732
+ export { description_80 as description };
733
+ const type_44: string;
734
+ export { type_44 as type };
705
735
  const minLength_3: number;
706
736
  export { minLength_3 as minLength };
707
737
  }
708
738
  export { commonjs_1 as commonjs };
709
739
  export namespace root_1 {
710
- const description_76: string;
711
- export { description_76 as description };
740
+ const description_81: string;
741
+ export { description_81 as description };
712
742
  const anyOf_24: ({
713
743
  type: string;
714
744
  items: {
@@ -729,8 +759,8 @@ export declare namespace definitions {
729
759
  export { properties_7 as properties };
730
760
  }
731
761
  namespace LibraryExport {
732
- const description_77: string;
733
- export { description_77 as description };
762
+ const description_82: string;
763
+ export { description_82 as description };
734
764
  const anyOf_25: ({
735
765
  type: string;
736
766
  items: {
@@ -747,8 +777,8 @@ export declare namespace definitions {
747
777
  export { anyOf_25 as anyOf };
748
778
  }
749
779
  namespace LibraryName {
750
- const description_78: string;
751
- export { description_78 as description };
780
+ const description_83: string;
781
+ export { description_83 as description };
752
782
  const anyOf_26: ({
753
783
  type: string;
754
784
  items: {
@@ -775,10 +805,10 @@ export declare namespace definitions {
775
805
  export { anyOf_26 as anyOf };
776
806
  }
777
807
  namespace LibraryOptions {
778
- const description_79: string;
779
- export { description_79 as description };
780
- const type_40: string;
781
- export { type_40 as type };
808
+ const description_84: string;
809
+ export { description_84 as description };
810
+ const type_45: string;
811
+ export { type_45 as type };
782
812
  const additionalProperties_9: boolean;
783
813
  export { additionalProperties_9 as additionalProperties };
784
814
  export namespace properties_8 {
@@ -795,11 +825,11 @@ export declare namespace definitions {
795
825
  const $ref_8: string;
796
826
  export { $ref_8 as $ref };
797
827
  }
798
- export namespace type_41 {
828
+ export namespace type_46 {
799
829
  const $ref_9: string;
800
830
  export { $ref_9 as $ref };
801
831
  }
802
- export { type_41 as type };
832
+ export { type_46 as type };
803
833
  export namespace umdNamedDefine {
804
834
  const $ref_10: string;
805
835
  export { $ref_10 as $ref };
@@ -810,8 +840,8 @@ export declare namespace definitions {
810
840
  export { required_1 as required };
811
841
  }
812
842
  namespace LibraryType {
813
- const description_80: string;
814
- export { description_80 as description };
843
+ const description_85: string;
844
+ export { description_85 as description };
815
845
  const anyOf_27: ({
816
846
  enum: string[];
817
847
  type?: undefined;
@@ -822,16 +852,16 @@ export declare namespace definitions {
822
852
  export { anyOf_27 as anyOf };
823
853
  }
824
854
  namespace Mode {
825
- const description_81: string;
826
- export { description_81 as description };
855
+ const description_86: string;
856
+ export { description_86 as description };
827
857
  const _enum_3: string[];
828
858
  export { _enum_3 as enum };
829
859
  }
830
860
  namespace IgnoreWarnings {
831
- const description_82: string;
832
- export { description_82 as description };
833
- const type_42: string;
834
- export { type_42 as type };
861
+ const description_87: string;
862
+ export { description_87 as description };
863
+ const type_47: string;
864
+ export { type_47 as type };
835
865
  export namespace items_4 {
836
866
  const anyOf_28: {
837
867
  instanceof: string;
@@ -841,16 +871,16 @@ export declare namespace definitions {
841
871
  export { items_4 as items };
842
872
  }
843
873
  namespace ModuleOptions {
844
- const description_83: string;
845
- export { description_83 as description };
846
- const type_43: string;
847
- export { type_43 as type };
874
+ const description_88: string;
875
+ export { description_88 as description };
876
+ const type_48: string;
877
+ export { type_48 as type };
848
878
  const additionalProperties_10: boolean;
849
879
  export { additionalProperties_10 as additionalProperties };
850
880
  export namespace properties_9 {
851
881
  namespace defaultRules {
852
- const description_84: string;
853
- export { description_84 as description };
882
+ const description_89: string;
883
+ export { description_89 as description };
854
884
  const oneOf_7: {
855
885
  $ref: string;
856
886
  }[];
@@ -861,8 +891,8 @@ export declare namespace definitions {
861
891
  export { $ref_11 as $ref };
862
892
  }
863
893
  namespace rules {
864
- const description_85: string;
865
- export { description_85 as description };
894
+ const description_90: string;
895
+ export { description_90 as description };
866
896
  const oneOf_8: {
867
897
  $ref: string;
868
898
  }[];
@@ -872,14 +902,14 @@ export declare namespace definitions {
872
902
  export { properties_9 as properties };
873
903
  }
874
904
  namespace Name {
875
- const description_86: string;
876
- export { description_86 as description };
877
- const type_44: string;
878
- export { type_44 as type };
905
+ const description_91: string;
906
+ export { description_91 as description };
907
+ const type_49: string;
908
+ export { type_49 as type };
879
909
  }
880
910
  namespace Node {
881
- const description_87: string;
882
- export { description_87 as description };
911
+ const description_92: string;
912
+ export { description_92 as description };
883
913
  const anyOf_29: ({
884
914
  enum: boolean[];
885
915
  $ref?: undefined;
@@ -890,28 +920,28 @@ export declare namespace definitions {
890
920
  export { anyOf_29 as anyOf };
891
921
  }
892
922
  namespace NodeOptions {
893
- const description_88: string;
894
- export { description_88 as description };
895
- const type_45: string;
896
- export { type_45 as type };
923
+ const description_93: string;
924
+ export { description_93 as description };
925
+ const type_50: string;
926
+ export { type_50 as type };
897
927
  const additionalProperties_11: boolean;
898
928
  export { additionalProperties_11 as additionalProperties };
899
929
  export namespace properties_10 {
900
930
  namespace __dirname {
901
- const description_89: string;
902
- export { description_89 as description };
931
+ const description_94: string;
932
+ export { description_94 as description };
903
933
  const _enum_4: (string | boolean)[];
904
934
  export { _enum_4 as enum };
905
935
  }
906
936
  namespace __filename {
907
- const description_90: string;
908
- export { description_90 as description };
937
+ const description_95: string;
938
+ export { description_95 as description };
909
939
  const _enum_5: (string | boolean)[];
910
940
  export { _enum_5 as enum };
911
941
  }
912
942
  namespace global {
913
- const description_91: string;
914
- export { description_91 as description };
943
+ const description_96: string;
944
+ export { description_96 as description };
915
945
  const _enum_6: (string | boolean)[];
916
946
  export { _enum_6 as enum };
917
947
  }
@@ -919,33 +949,33 @@ export declare namespace definitions {
919
949
  export { properties_10 as properties };
920
950
  }
921
951
  namespace Optimization {
922
- const description_92: string;
923
- export { description_92 as description };
924
- const type_46: string;
925
- export { type_46 as type };
952
+ const description_97: string;
953
+ export { description_97 as description };
954
+ const type_51: string;
955
+ export { type_51 as type };
926
956
  const additionalProperties_12: boolean;
927
957
  export { additionalProperties_12 as additionalProperties };
928
958
  export namespace properties_11 {
929
959
  namespace chunkIds {
930
- const description_93: string;
931
- export { description_93 as description };
960
+ const description_98: string;
961
+ export { description_98 as description };
932
962
  const _enum_7: string[];
933
963
  export { _enum_7 as enum };
934
964
  }
935
965
  namespace minimize {
936
- const description_94: string;
937
- export { description_94 as description };
938
- const type_47: string;
939
- export { type_47 as type };
966
+ const description_99: string;
967
+ export { description_99 as description };
968
+ const type_52: string;
969
+ export { type_52 as type };
940
970
  }
941
971
  namespace minimizer {
942
- const description_95: string;
943
- export { description_95 as description };
944
- const type_48: string;
945
- export { type_48 as type };
972
+ const description_100: string;
973
+ export { description_100 as description };
974
+ const type_53: string;
975
+ export { type_53 as type };
946
976
  export namespace items_5 {
947
- const description_96: string;
948
- export { description_96 as description };
977
+ const description_101: string;
978
+ export { description_101 as description };
949
979
  const anyOf_30: ({
950
980
  enum: string[];
951
981
  $ref?: undefined;
@@ -958,30 +988,30 @@ export declare namespace definitions {
958
988
  export { items_5 as items };
959
989
  }
960
990
  namespace moduleIds {
961
- const description_97: string;
962
- export { description_97 as description };
991
+ const description_102: string;
992
+ export { description_102 as description };
963
993
  const _enum_8: string[];
964
994
  export { _enum_8 as enum };
965
995
  }
966
996
  namespace removeAvailableModules {
967
- const description_98: string;
968
- export { description_98 as description };
969
- const type_49: string;
970
- export { type_49 as type };
997
+ const description_103: string;
998
+ export { description_103 as description };
999
+ const type_54: string;
1000
+ export { type_54 as type };
971
1001
  }
972
1002
  namespace removeEmptyChunks {
973
- const description_99: string;
974
- export { description_99 as description };
975
- const type_50: string;
976
- export { type_50 as type };
1003
+ const description_104: string;
1004
+ export { description_104 as description };
1005
+ const type_55: string;
1006
+ export { type_55 as type };
977
1007
  }
978
1008
  namespace runtimeChunk {
979
1009
  const $ref_12: string;
980
1010
  export { $ref_12 as $ref };
981
1011
  }
982
1012
  namespace sideEffects {
983
- const description_100: string;
984
- export { description_100 as description };
1013
+ const description_105: string;
1014
+ export { description_105 as description };
985
1015
  const anyOf_31: ({
986
1016
  enum: string[];
987
1017
  type?: undefined;
@@ -992,8 +1022,8 @@ export declare namespace definitions {
992
1022
  export { anyOf_31 as anyOf };
993
1023
  }
994
1024
  namespace splitChunks {
995
- const description_101: string;
996
- export { description_101 as description };
1025
+ const description_106: string;
1026
+ export { description_106 as description };
997
1027
  const anyOf_32: ({
998
1028
  enum: boolean[];
999
1029
  $ref?: undefined;
@@ -1004,17 +1034,17 @@ export declare namespace definitions {
1004
1034
  export { anyOf_32 as anyOf };
1005
1035
  }
1006
1036
  namespace realContentHash {
1007
- const description_102: string;
1008
- export { description_102 as description };
1009
- const type_51: string;
1010
- export { type_51 as type };
1037
+ const description_107: string;
1038
+ export { description_107 as description };
1039
+ const type_56: string;
1040
+ export { type_56 as type };
1011
1041
  }
1012
1042
  }
1013
1043
  export { properties_11 as properties };
1014
1044
  }
1015
1045
  namespace OptimizationRuntimeChunk {
1016
- const description_103: string;
1017
- export { description_103 as description };
1046
+ const description_108: string;
1047
+ export { description_108 as description };
1018
1048
  const anyOf_33: ({
1019
1049
  enum: string[];
1020
1050
  type?: undefined;
@@ -1045,16 +1075,16 @@ export declare namespace definitions {
1045
1075
  export { anyOf_33 as anyOf };
1046
1076
  }
1047
1077
  namespace OptimizationSplitChunksCacheGroup {
1048
- const description_104: string;
1049
- export { description_104 as description };
1050
- const type_52: string;
1051
- export { type_52 as type };
1078
+ const description_109: string;
1079
+ export { description_109 as description };
1080
+ const type_57: string;
1081
+ export { type_57 as type };
1052
1082
  const additionalProperties_13: boolean;
1053
1083
  export { additionalProperties_13 as additionalProperties };
1054
1084
  export namespace properties_12 {
1055
1085
  export namespace chunks {
1056
- const description_105: string;
1057
- export { description_105 as description };
1086
+ const description_110: string;
1087
+ export { description_110 as description };
1058
1088
  const anyOf_34: ({
1059
1089
  enum: string[];
1060
1090
  instanceof?: undefined;
@@ -1065,16 +1095,16 @@ export declare namespace definitions {
1065
1095
  export { anyOf_34 as anyOf };
1066
1096
  }
1067
1097
  export namespace minChunks {
1068
- const description_106: string;
1069
- export { description_106 as description };
1070
- const type_53: string;
1071
- export { type_53 as type };
1098
+ const description_111: string;
1099
+ export { description_111 as description };
1100
+ const type_58: string;
1101
+ export { type_58 as type };
1072
1102
  const minimum_1: number;
1073
1103
  export { minimum_1 as minimum };
1074
1104
  }
1075
1105
  export namespace name_1 {
1076
- const description_107: string;
1077
- export { description_107 as description };
1106
+ const description_112: string;
1107
+ export { description_112 as description };
1078
1108
  const anyOf_35: ({
1079
1109
  enum: boolean[];
1080
1110
  type?: undefined;
@@ -1092,43 +1122,43 @@ export declare namespace definitions {
1092
1122
  }
1093
1123
  export { name_1 as name };
1094
1124
  export namespace priority {
1095
- const description_108: string;
1096
- export { description_108 as description };
1097
- const type_54: string;
1098
- export { type_54 as type };
1125
+ const description_113: string;
1126
+ export { description_113 as description };
1127
+ const type_59: string;
1128
+ export { type_59 as type };
1099
1129
  }
1100
1130
  export namespace reuseExistingChunk {
1101
- const description_109: string;
1102
- export { description_109 as description };
1103
- const type_55: string;
1104
- export { type_55 as type };
1131
+ const description_114: string;
1132
+ export { description_114 as description };
1133
+ const type_60: string;
1134
+ export { type_60 as type };
1105
1135
  }
1106
1136
  export namespace enforce {
1107
- const description_110: string;
1108
- export { description_110 as description };
1109
- const type_56: string;
1110
- export { type_56 as type };
1137
+ const description_115: string;
1138
+ export { description_115 as description };
1139
+ const type_61: string;
1140
+ export { type_61 as type };
1111
1141
  }
1112
1142
  export namespace hidePathInfo {
1113
- const type_57: string;
1114
- export { type_57 as type };
1143
+ const type_62: string;
1144
+ export { type_62 as type };
1115
1145
  }
1116
1146
  export namespace maxSize_1 {
1117
- const type_58: string;
1118
- export { type_58 as type };
1147
+ const type_63: string;
1148
+ export { type_63 as type };
1119
1149
  }
1120
1150
  export { maxSize_1 as maxSize };
1121
1151
  export namespace test {
1122
- const description_111: string;
1123
- export { description_111 as description };
1152
+ const description_116: string;
1153
+ export { description_116 as description };
1124
1154
  const anyOf_36: {
1125
1155
  instanceof: string;
1126
1156
  }[];
1127
1157
  export { anyOf_36 as anyOf };
1128
1158
  }
1129
1159
  export namespace minSize {
1130
- const description_112: string;
1131
- export { description_112 as description };
1160
+ const description_117: string;
1161
+ export { description_117 as description };
1132
1162
  const oneOf_9: {
1133
1163
  $ref: string;
1134
1164
  }[];
@@ -1138,46 +1168,46 @@ export declare namespace definitions {
1138
1168
  export { properties_12 as properties };
1139
1169
  }
1140
1170
  namespace OptimizationSplitChunksOptions {
1141
- const description_113: string;
1142
- export { description_113 as description };
1143
- const type_59: string;
1144
- export { type_59 as type };
1171
+ const description_118: string;
1172
+ export { description_118 as description };
1173
+ const type_64: string;
1174
+ export { type_64 as type };
1145
1175
  const additionalProperties_14: boolean;
1146
1176
  export { additionalProperties_14 as additionalProperties };
1147
1177
  export namespace properties_13 {
1148
1178
  export namespace fallbackCacheGroup {
1149
- const type_60: string;
1150
- export { type_60 as type };
1179
+ const type_65: string;
1180
+ export { type_65 as type };
1151
1181
  export namespace properties_14 {
1152
1182
  export namespace maxSize_2 {
1153
- const type_61: string;
1154
- export { type_61 as type };
1183
+ const type_66: string;
1184
+ export { type_66 as type };
1155
1185
  }
1156
1186
  export { maxSize_2 as maxSize };
1157
1187
  export namespace maxInitialSize {
1158
- const type_62: string;
1159
- export { type_62 as type };
1188
+ const type_67: string;
1189
+ export { type_67 as type };
1160
1190
  }
1161
1191
  export namespace maxAsyncSize {
1162
- const type_63: string;
1163
- export { type_63 as type };
1192
+ const type_68: string;
1193
+ export { type_68 as type };
1164
1194
  }
1165
1195
  export namespace minSize_1 {
1166
- const type_64: string;
1167
- export { type_64 as type };
1196
+ const type_69: string;
1197
+ export { type_69 as type };
1168
1198
  }
1169
1199
  export { minSize_1 as minSize };
1170
1200
  }
1171
1201
  export { properties_14 as properties };
1172
1202
  }
1173
1203
  export namespace hidePathInfo_1 {
1174
- const type_65: string;
1175
- export { type_65 as type };
1204
+ const type_70: string;
1205
+ export { type_70 as type };
1176
1206
  }
1177
1207
  export { hidePathInfo_1 as hidePathInfo };
1178
1208
  export namespace name_2 {
1179
- const description_114: string;
1180
- export { description_114 as description };
1209
+ const description_119: string;
1210
+ export { description_119 as description };
1181
1211
  const anyOf_37: {
1182
1212
  type: string;
1183
1213
  }[];
@@ -1185,13 +1215,13 @@ export declare namespace definitions {
1185
1215
  }
1186
1216
  export { name_2 as name };
1187
1217
  export namespace cacheGroups {
1188
- const description_115: string;
1189
- export { description_115 as description };
1190
- const type_66: string;
1191
- export { type_66 as type };
1218
+ const description_120: string;
1219
+ export { description_120 as description };
1220
+ const type_71: string;
1221
+ export { type_71 as type };
1192
1222
  export namespace additionalProperties_15 {
1193
- const description_116: string;
1194
- export { description_116 as description };
1223
+ const description_121: string;
1224
+ export { description_121 as description };
1195
1225
  const anyOf_38: {
1196
1226
  $ref: string;
1197
1227
  }[];
@@ -1200,8 +1230,8 @@ export declare namespace definitions {
1200
1230
  export { additionalProperties_15 as additionalProperties };
1201
1231
  }
1202
1232
  export namespace chunks_1 {
1203
- const description_117: string;
1204
- export { description_117 as description };
1233
+ const description_122: string;
1234
+ export { description_122 as description };
1205
1235
  const anyOf_39: {
1206
1236
  enum: string[];
1207
1237
  }[];
@@ -1209,49 +1239,49 @@ export declare namespace definitions {
1209
1239
  }
1210
1240
  export { chunks_1 as chunks };
1211
1241
  export namespace enforceSizeThreshold {
1212
- const description_118: string;
1213
- export { description_118 as description };
1242
+ const description_123: string;
1243
+ export { description_123 as description };
1214
1244
  const oneOf_10: {
1215
1245
  $ref: string;
1216
1246
  }[];
1217
1247
  export { oneOf_10 as oneOf };
1218
1248
  }
1219
1249
  export namespace maxAsyncRequests {
1220
- const description_119: string;
1221
- export { description_119 as description };
1222
- const type_67: string;
1223
- export { type_67 as type };
1250
+ const description_124: string;
1251
+ export { description_124 as description };
1252
+ const type_72: string;
1253
+ export { type_72 as type };
1224
1254
  const minimum_2: number;
1225
1255
  export { minimum_2 as minimum };
1226
1256
  }
1227
1257
  export namespace maxInitialRequests {
1228
- const description_120: string;
1229
- export { description_120 as description };
1230
- const type_68: string;
1231
- export { type_68 as type };
1258
+ const description_125: string;
1259
+ export { description_125 as description };
1260
+ const type_73: string;
1261
+ export { type_73 as type };
1232
1262
  const minimum_3: number;
1233
1263
  export { minimum_3 as minimum };
1234
1264
  }
1235
1265
  export namespace minChunks_1 {
1236
- const description_121: string;
1237
- export { description_121 as description };
1238
- const type_69: string;
1239
- export { type_69 as type };
1266
+ const description_126: string;
1267
+ export { description_126 as description };
1268
+ const type_74: string;
1269
+ export { type_74 as type };
1240
1270
  const minimum_4: number;
1241
1271
  export { minimum_4 as minimum };
1242
1272
  }
1243
1273
  export { minChunks_1 as minChunks };
1244
1274
  export namespace minRemainingSize {
1245
- const description_122: string;
1246
- export { description_122 as description };
1275
+ const description_127: string;
1276
+ export { description_127 as description };
1247
1277
  const oneOf_11: {
1248
1278
  $ref: string;
1249
1279
  }[];
1250
1280
  export { oneOf_11 as oneOf };
1251
1281
  }
1252
1282
  export namespace minSize_2 {
1253
- const description_123: string;
1254
- export { description_123 as description };
1283
+ const description_128: string;
1284
+ export { description_128 as description };
1255
1285
  const oneOf_12: {
1256
1286
  $ref: string;
1257
1287
  }[];
@@ -1259,33 +1289,33 @@ export declare namespace definitions {
1259
1289
  }
1260
1290
  export { minSize_2 as minSize };
1261
1291
  export namespace maxSize_3 {
1262
- const type_70: string;
1263
- export { type_70 as type };
1292
+ const type_75: string;
1293
+ export { type_75 as type };
1264
1294
  }
1265
1295
  export { maxSize_3 as maxSize };
1266
1296
  export namespace maxInitialSize_1 {
1267
- const type_71: string;
1268
- export { type_71 as type };
1297
+ const type_76: string;
1298
+ export { type_76 as type };
1269
1299
  }
1270
1300
  export { maxInitialSize_1 as maxInitialSize };
1271
1301
  export namespace maxAsyncSize_1 {
1272
- const type_72: string;
1273
- export { type_72 as type };
1302
+ const type_77: string;
1303
+ export { type_77 as type };
1274
1304
  }
1275
1305
  export { maxAsyncSize_1 as maxAsyncSize };
1276
1306
  export namespace reuseExistingChunk_1 {
1277
- const description_124: string;
1278
- export { description_124 as description };
1279
- const type_73: string;
1280
- export { type_73 as type };
1307
+ const description_129: string;
1308
+ export { description_129 as description };
1309
+ const type_78: string;
1310
+ export { type_78 as type };
1281
1311
  }
1282
1312
  export { reuseExistingChunk_1 as reuseExistingChunk };
1283
1313
  }
1284
1314
  export { properties_13 as properties };
1285
1315
  }
1286
1316
  namespace OptimizationSplitChunksSizes {
1287
- const description_125: string;
1288
- export { description_125 as description };
1317
+ const description_130: string;
1318
+ export { description_130 as description };
1289
1319
  const anyOf_40: {
1290
1320
  description: string;
1291
1321
  type: string;
@@ -1294,22 +1324,22 @@ export declare namespace definitions {
1294
1324
  export { anyOf_40 as anyOf };
1295
1325
  }
1296
1326
  namespace Iife {
1297
- const description_126: string;
1298
- export { description_126 as description };
1299
- const type_74: string;
1300
- export { type_74 as type };
1327
+ const description_131: string;
1328
+ export { description_131 as description };
1329
+ const type_79: string;
1330
+ export { type_79 as type };
1301
1331
  }
1302
1332
  namespace Clean {
1303
- const description_127: string;
1304
- export { description_127 as description };
1305
- const type_75: string;
1306
- export { type_75 as type };
1333
+ const description_132: string;
1334
+ export { description_132 as description };
1335
+ const type_80: string;
1336
+ export { type_80 as type };
1307
1337
  }
1308
1338
  namespace Output {
1309
- const description_128: string;
1310
- export { description_128 as description };
1311
- const type_76: string;
1312
- export { type_76 as type };
1339
+ const description_133: string;
1340
+ export { description_133 as description };
1341
+ const type_81: string;
1342
+ export { type_81 as type };
1313
1343
  const additionalProperties_16: boolean;
1314
1344
  export { additionalProperties_16 as additionalProperties };
1315
1345
  export namespace properties_15 {
@@ -1445,8 +1475,8 @@ export declare namespace definitions {
1445
1475
  export { $ref_38 as $ref };
1446
1476
  }
1447
1477
  export namespace trustedTypes {
1448
- const description_129: string;
1449
- export { description_129 as description };
1478
+ const description_134: string;
1479
+ export { description_134 as description };
1450
1480
  const anyOf_41: ({
1451
1481
  enum: boolean[];
1452
1482
  description?: undefined;
@@ -1492,21 +1522,21 @@ export declare namespace definitions {
1492
1522
  export { properties_15 as properties };
1493
1523
  }
1494
1524
  namespace OutputModule {
1495
- const description_130: string;
1496
- export { description_130 as description };
1497
- const type_77: string;
1498
- export { type_77 as type };
1525
+ const description_135: string;
1526
+ export { description_135 as description };
1527
+ const type_82: string;
1528
+ export { type_82 as type };
1499
1529
  }
1500
1530
  namespace ParserOptionsByModuleType {
1501
- const description_131: string;
1502
- export { description_131 as description };
1503
- const type_78: string;
1504
- export { type_78 as type };
1531
+ const description_136: string;
1532
+ export { description_136 as description };
1533
+ const type_83: string;
1534
+ export { type_83 as type };
1505
1535
  export namespace additionalProperties_17 {
1506
- const description_132: string;
1507
- export { description_132 as description };
1508
- const type_79: string;
1509
- export { type_79 as type };
1536
+ const description_137: string;
1537
+ export { description_137 as description };
1538
+ const type_84: string;
1539
+ export { type_84 as type };
1510
1540
  const additionalProperties_18: boolean;
1511
1541
  export { additionalProperties_18 as additionalProperties };
1512
1542
  }
@@ -1520,19 +1550,19 @@ export declare namespace definitions {
1520
1550
  export { properties_16 as properties };
1521
1551
  }
1522
1552
  namespace Path {
1523
- const description_133: string;
1524
- export { description_133 as description };
1525
- const type_80: string;
1526
- export { type_80 as type };
1553
+ const description_138: string;
1554
+ export { description_138 as description };
1555
+ const type_85: string;
1556
+ export { type_85 as type };
1527
1557
  }
1528
1558
  namespace Plugins {
1529
- const description_134: string;
1530
- export { description_134 as description };
1531
- const type_81: string;
1532
- export { type_81 as type };
1559
+ const description_139: string;
1560
+ export { description_139 as description };
1561
+ const type_86: string;
1562
+ export { type_86 as type };
1533
1563
  export namespace items_6 {
1534
- const description_135: string;
1535
- export { description_135 as description };
1564
+ const description_140: string;
1565
+ export { description_140 as description };
1536
1566
  const anyOf_42: {
1537
1567
  $ref: string;
1538
1568
  }[];
@@ -1541,8 +1571,8 @@ export declare namespace definitions {
1541
1571
  export { items_6 as items };
1542
1572
  }
1543
1573
  namespace PublicPath {
1544
- const description_136: string;
1545
- export { description_136 as description };
1574
+ const description_141: string;
1575
+ export { description_141 as description };
1546
1576
  const anyOf_43: ({
1547
1577
  enum: string[];
1548
1578
  $ref?: undefined;
@@ -1553,24 +1583,24 @@ export declare namespace definitions {
1553
1583
  export { anyOf_43 as anyOf };
1554
1584
  }
1555
1585
  namespace RawPublicPath {
1556
- const description_137: string;
1557
- export { description_137 as description };
1586
+ const description_142: string;
1587
+ export { description_142 as description };
1558
1588
  const anyOf_44: {
1559
1589
  type: string;
1560
1590
  }[];
1561
1591
  export { anyOf_44 as anyOf };
1562
1592
  }
1563
1593
  namespace Resolve {
1564
- const description_138: string;
1565
- export { description_138 as description };
1594
+ const description_143: string;
1595
+ export { description_143 as description };
1566
1596
  const oneOf_17: {
1567
1597
  $ref: string;
1568
1598
  }[];
1569
1599
  export { oneOf_17 as oneOf };
1570
1600
  }
1571
1601
  namespace ResolveAlias {
1572
- const description_139: string;
1573
- export { description_139 as description };
1602
+ const description_144: string;
1603
+ export { description_144 as description };
1574
1604
  const anyOf_45: {
1575
1605
  type: string;
1576
1606
  additionalProperties: {
@@ -1603,10 +1633,10 @@ export declare namespace definitions {
1603
1633
  export { anyOf_45 as anyOf };
1604
1634
  }
1605
1635
  namespace ResolveOptions {
1606
- const description_140: string;
1607
- export { description_140 as description };
1608
- const type_82: string;
1609
- export { type_82 as type };
1636
+ const description_145: string;
1637
+ export { description_145 as description };
1638
+ const type_87: string;
1639
+ export { type_87 as type };
1610
1640
  const additionalProperties_19: boolean;
1611
1641
  export { additionalProperties_19 as additionalProperties };
1612
1642
  export namespace properties_17 {
@@ -1615,32 +1645,32 @@ export declare namespace definitions {
1615
1645
  export { $ref_45 as $ref };
1616
1646
  }
1617
1647
  namespace browserField {
1618
- const description_141: string;
1619
- export { description_141 as description };
1620
- const type_83: string;
1621
- export { type_83 as type };
1648
+ const description_146: string;
1649
+ export { description_146 as description };
1650
+ const type_88: string;
1651
+ export { type_88 as type };
1622
1652
  }
1623
1653
  namespace conditionNames {
1624
- const description_142: string;
1625
- export { description_142 as description };
1626
- const type_84: string;
1627
- export { type_84 as type };
1654
+ const description_147: string;
1655
+ export { description_147 as description };
1656
+ const type_89: string;
1657
+ export { type_89 as type };
1628
1658
  export namespace items_7 {
1629
- const description_143: string;
1630
- export { description_143 as description };
1631
- const type_85: string;
1632
- export { type_85 as type };
1659
+ const description_148: string;
1660
+ export { description_148 as description };
1661
+ const type_90: string;
1662
+ export { type_90 as type };
1633
1663
  }
1634
1664
  export { items_7 as items };
1635
1665
  }
1636
1666
  namespace extensionAlias {
1637
- const description_144: string;
1638
- export { description_144 as description };
1639
- const type_86: string;
1640
- export { type_86 as type };
1667
+ const description_149: string;
1668
+ export { description_149 as description };
1669
+ const type_91: string;
1670
+ export { type_91 as type };
1641
1671
  export namespace additionalProperties_20 {
1642
- const description_145: string;
1643
- export { description_145 as description };
1672
+ const description_150: string;
1673
+ export { description_150 as description };
1644
1674
  const anyOf_46: ({
1645
1675
  description: string;
1646
1676
  type: string;
@@ -1661,40 +1691,40 @@ export declare namespace definitions {
1661
1691
  export { additionalProperties_20 as additionalProperties };
1662
1692
  }
1663
1693
  namespace extensions {
1664
- const description_146: string;
1665
- export { description_146 as description };
1666
- const type_87: string;
1667
- export { type_87 as type };
1694
+ const description_151: string;
1695
+ export { description_151 as description };
1696
+ const type_92: string;
1697
+ export { type_92 as type };
1668
1698
  export namespace items_8 {
1669
- const description_147: string;
1670
- export { description_147 as description };
1671
- const type_88: string;
1672
- export { type_88 as type };
1699
+ const description_152: string;
1700
+ export { description_152 as description };
1701
+ const type_93: string;
1702
+ export { type_93 as type };
1673
1703
  }
1674
1704
  export { items_8 as items };
1675
1705
  }
1676
1706
  namespace fallback {
1677
- const description_148: string;
1678
- export { description_148 as description };
1707
+ const description_153: string;
1708
+ export { description_153 as description };
1679
1709
  const oneOf_18: {
1680
1710
  $ref: string;
1681
1711
  }[];
1682
1712
  export { oneOf_18 as oneOf };
1683
1713
  }
1684
1714
  namespace fullySpecified {
1685
- const description_149: string;
1686
- export { description_149 as description };
1687
- const type_89: string;
1688
- export { type_89 as type };
1715
+ const description_154: string;
1716
+ export { description_154 as description };
1717
+ const type_94: string;
1718
+ export { type_94 as type };
1689
1719
  }
1690
1720
  namespace mainFields {
1691
- const description_150: string;
1692
- export { description_150 as description };
1693
- const type_90: string;
1694
- export { type_90 as type };
1721
+ const description_155: string;
1722
+ export { description_155 as description };
1723
+ const type_95: string;
1724
+ export { type_95 as type };
1695
1725
  export namespace items_9 {
1696
- const description_151: string;
1697
- export { description_151 as description };
1726
+ const description_156: string;
1727
+ export { description_156 as description };
1698
1728
  const anyOf_47: ({
1699
1729
  type: string;
1700
1730
  items: {
@@ -1713,49 +1743,49 @@ export declare namespace definitions {
1713
1743
  export { items_9 as items };
1714
1744
  }
1715
1745
  namespace mainFiles {
1716
- const description_152: string;
1717
- export { description_152 as description };
1718
- const type_91: string;
1719
- export { type_91 as type };
1746
+ const description_157: string;
1747
+ export { description_157 as description };
1748
+ const type_96: string;
1749
+ export { type_96 as type };
1720
1750
  export namespace items_10 {
1721
- const description_153: string;
1722
- export { description_153 as description };
1723
- const type_92: string;
1724
- export { type_92 as type };
1751
+ const description_158: string;
1752
+ export { description_158 as description };
1753
+ const type_97: string;
1754
+ export { type_97 as type };
1725
1755
  const minLength_4: number;
1726
1756
  export { minLength_4 as minLength };
1727
1757
  }
1728
1758
  export { items_10 as items };
1729
1759
  }
1730
1760
  namespace modules {
1731
- const description_154: string;
1732
- export { description_154 as description };
1733
- const type_93: string;
1734
- export { type_93 as type };
1761
+ const description_159: string;
1762
+ export { description_159 as description };
1763
+ const type_98: string;
1764
+ export { type_98 as type };
1735
1765
  export namespace items_11 {
1736
- const description_155: string;
1737
- export { description_155 as description };
1738
- const type_94: string;
1739
- export { type_94 as type };
1766
+ const description_160: string;
1767
+ export { description_160 as description };
1768
+ const type_99: string;
1769
+ export { type_99 as type };
1740
1770
  const minLength_5: number;
1741
1771
  export { minLength_5 as minLength };
1742
1772
  }
1743
1773
  export { items_11 as items };
1744
1774
  }
1745
1775
  namespace preferRelative {
1746
- const description_156: string;
1747
- export { description_156 as description };
1748
- const type_95: string;
1749
- export { type_95 as type };
1776
+ const description_161: string;
1777
+ export { description_161 as description };
1778
+ const type_100: string;
1779
+ export { type_100 as type };
1750
1780
  }
1751
1781
  namespace byDependency {
1752
- const description_157: string;
1753
- export { description_157 as description };
1754
- const type_96: string;
1755
- export { type_96 as type };
1782
+ const description_162: string;
1783
+ export { description_162 as description };
1784
+ const type_101: string;
1785
+ export { type_101 as type };
1756
1786
  export namespace additionalProperties_21 {
1757
- const description_158: string;
1758
- export { description_158 as description };
1787
+ const description_163: string;
1788
+ export { description_163 as description };
1759
1789
  const oneOf_19: {
1760
1790
  $ref: string;
1761
1791
  }[];
@@ -1764,21 +1794,21 @@ export declare namespace definitions {
1764
1794
  export { additionalProperties_21 as additionalProperties };
1765
1795
  }
1766
1796
  namespace tsConfigPath {
1767
- const description_159: string;
1768
- export { description_159 as description };
1769
- const type_97: string;
1770
- export { type_97 as type };
1797
+ const description_164: string;
1798
+ export { description_164 as description };
1799
+ const type_102: string;
1800
+ export { type_102 as type };
1771
1801
  }
1772
1802
  namespace exportsFields {
1773
- const description_160: string;
1774
- export { description_160 as description };
1775
- const type_98: string;
1776
- export { type_98 as type };
1803
+ const description_165: string;
1804
+ export { description_165 as description };
1805
+ const type_103: string;
1806
+ export { type_103 as type };
1777
1807
  export namespace items_12 {
1778
- const description_161: string;
1779
- export { description_161 as description };
1780
- const type_99: string;
1781
- export { type_99 as type };
1808
+ const description_166: string;
1809
+ export { description_166 as description };
1810
+ const type_104: string;
1811
+ export { type_104 as type };
1782
1812
  }
1783
1813
  export { items_12 as items };
1784
1814
  }
@@ -1786,8 +1816,8 @@ export declare namespace definitions {
1786
1816
  export { properties_17 as properties };
1787
1817
  }
1788
1818
  namespace RuleSetCondition {
1789
- const description_162: string;
1790
- export { description_162 as description };
1819
+ const description_167: string;
1820
+ export { description_167 as description };
1791
1821
  const anyOf_48: ({
1792
1822
  instanceof: string;
1793
1823
  type?: undefined;
@@ -1804,21 +1834,21 @@ export declare namespace definitions {
1804
1834
  export { anyOf_48 as anyOf };
1805
1835
  }
1806
1836
  namespace RuleSetConditionOrConditions {
1807
- const description_163: string;
1808
- export { description_163 as description };
1837
+ const description_168: string;
1838
+ export { description_168 as description };
1809
1839
  const anyOf_49: {
1810
1840
  $ref: string;
1811
1841
  }[];
1812
1842
  export { anyOf_49 as anyOf };
1813
1843
  }
1814
1844
  namespace RuleSetConditions {
1815
- const description_164: string;
1816
- export { description_164 as description };
1817
- const type_100: string;
1818
- export { type_100 as type };
1845
+ const description_169: string;
1846
+ export { description_169 as description };
1847
+ const type_105: string;
1848
+ export { type_105 as type };
1819
1849
  export namespace items_13 {
1820
- const description_165: string;
1821
- export { description_165 as description };
1850
+ const description_170: string;
1851
+ export { description_170 as description };
1822
1852
  const oneOf_20: {
1823
1853
  $ref: string;
1824
1854
  }[];
@@ -1827,48 +1857,48 @@ export declare namespace definitions {
1827
1857
  export { items_13 as items };
1828
1858
  }
1829
1859
  namespace RuleSetLoader {
1830
- const description_166: string;
1831
- export { description_166 as description };
1832
- const type_101: string;
1833
- export { type_101 as type };
1860
+ const description_171: string;
1861
+ export { description_171 as description };
1862
+ const type_106: string;
1863
+ export { type_106 as type };
1834
1864
  const minLength_6: number;
1835
1865
  export { minLength_6 as minLength };
1836
1866
  }
1837
1867
  namespace RuleSetLoaderOptions {
1838
- const description_167: string;
1839
- export { description_167 as description };
1868
+ const description_172: string;
1869
+ export { description_172 as description };
1840
1870
  const anyOf_50: {
1841
1871
  type: string;
1842
1872
  }[];
1843
1873
  export { anyOf_50 as anyOf };
1844
1874
  }
1845
1875
  namespace RuleSetLogicalConditions {
1846
- const description_168: string;
1847
- export { description_168 as description };
1848
- const type_102: string;
1849
- export { type_102 as type };
1876
+ const description_173: string;
1877
+ export { description_173 as description };
1878
+ const type_107: string;
1879
+ export { type_107 as type };
1850
1880
  const additionalProperties_22: boolean;
1851
1881
  export { additionalProperties_22 as additionalProperties };
1852
1882
  export namespace properties_18 {
1853
1883
  namespace and {
1854
- const description_169: string;
1855
- export { description_169 as description };
1884
+ const description_174: string;
1885
+ export { description_174 as description };
1856
1886
  const oneOf_21: {
1857
1887
  $ref: string;
1858
1888
  }[];
1859
1889
  export { oneOf_21 as oneOf };
1860
1890
  }
1861
1891
  namespace not {
1862
- const description_170: string;
1863
- export { description_170 as description };
1892
+ const description_175: string;
1893
+ export { description_175 as description };
1864
1894
  const oneOf_22: {
1865
1895
  $ref: string;
1866
1896
  }[];
1867
1897
  export { oneOf_22 as oneOf };
1868
1898
  }
1869
1899
  namespace or {
1870
- const description_171: string;
1871
- export { description_171 as description };
1900
+ const description_176: string;
1901
+ export { description_176 as description };
1872
1902
  const oneOf_23: {
1873
1903
  $ref: string;
1874
1904
  }[];
@@ -1878,63 +1908,63 @@ export declare namespace definitions {
1878
1908
  export { properties_18 as properties };
1879
1909
  }
1880
1910
  namespace RuleSetRule {
1881
- const description_172: string;
1882
- export { description_172 as description };
1883
- const type_103: string;
1884
- export { type_103 as type };
1911
+ const description_177: string;
1912
+ export { description_177 as description };
1913
+ const type_108: string;
1914
+ export { type_108 as type };
1885
1915
  const additionalProperties_23: boolean;
1886
1916
  export { additionalProperties_23 as additionalProperties };
1887
1917
  export namespace properties_19 {
1888
1918
  export namespace enforce_1 {
1889
- const description_173: string;
1890
- export { description_173 as description };
1919
+ const description_178: string;
1920
+ export { description_178 as description };
1891
1921
  const _enum_9: string[];
1892
1922
  export { _enum_9 as enum };
1893
1923
  }
1894
1924
  export { enforce_1 as enforce };
1895
1925
  export namespace exclude {
1896
- const description_174: string;
1897
- export { description_174 as description };
1926
+ const description_179: string;
1927
+ export { description_179 as description };
1898
1928
  const oneOf_24: {
1899
1929
  $ref: string;
1900
1930
  }[];
1901
1931
  export { oneOf_24 as oneOf };
1902
1932
  }
1903
1933
  export namespace generator {
1904
- const description_175: string;
1905
- export { description_175 as description };
1906
- const type_104: string;
1907
- export { type_104 as type };
1934
+ const description_180: string;
1935
+ export { description_180 as description };
1936
+ const type_109: string;
1937
+ export { type_109 as type };
1908
1938
  }
1909
1939
  export namespace include {
1910
- const description_176: string;
1911
- export { description_176 as description };
1940
+ const description_181: string;
1941
+ export { description_181 as description };
1912
1942
  const oneOf_25: {
1913
1943
  $ref: string;
1914
1944
  }[];
1915
1945
  export { oneOf_25 as oneOf };
1916
1946
  }
1917
1947
  export namespace issuer {
1918
- const description_177: string;
1919
- export { description_177 as description };
1948
+ const description_182: string;
1949
+ export { description_182 as description };
1920
1950
  const oneOf_26: {
1921
1951
  $ref: string;
1922
1952
  }[];
1923
1953
  export { oneOf_26 as oneOf };
1924
1954
  }
1925
1955
  export namespace dependency {
1926
- const description_178: string;
1927
- export { description_178 as description };
1956
+ const description_183: string;
1957
+ export { description_183 as description };
1928
1958
  const oneOf_27: {
1929
1959
  $ref: string;
1930
1960
  }[];
1931
1961
  export { oneOf_27 as oneOf };
1932
1962
  }
1933
1963
  export namespace descriptionData {
1934
- const description_179: string;
1935
- export { description_179 as description };
1936
- const type_105: string;
1937
- export { type_105 as type };
1964
+ const description_184: string;
1965
+ export { description_184 as description };
1966
+ const type_110: string;
1967
+ export { type_110 as type };
1938
1968
  export namespace additionalProperties_24 {
1939
1969
  const $ref_46: string;
1940
1970
  export { $ref_46 as $ref };
@@ -1942,13 +1972,13 @@ export declare namespace definitions {
1942
1972
  export { additionalProperties_24 as additionalProperties };
1943
1973
  }
1944
1974
  export namespace oneOf_28 {
1945
- const description_180: string;
1946
- export { description_180 as description };
1947
- const type_106: string;
1948
- export { type_106 as type };
1975
+ const description_185: string;
1976
+ export { description_185 as description };
1977
+ const type_111: string;
1978
+ export { type_111 as type };
1949
1979
  export namespace items_14 {
1950
- const description_181: string;
1951
- export { description_181 as description };
1980
+ const description_186: string;
1981
+ export { description_186 as description };
1952
1982
  const oneOf_29: {
1953
1983
  $ref: string;
1954
1984
  }[];
@@ -1958,88 +1988,88 @@ export declare namespace definitions {
1958
1988
  }
1959
1989
  export { oneOf_28 as oneOf };
1960
1990
  export namespace parser_1 {
1961
- const description_182: string;
1962
- export { description_182 as description };
1963
- const type_107: string;
1964
- export { type_107 as type };
1991
+ const description_187: string;
1992
+ export { description_187 as description };
1993
+ const type_112: string;
1994
+ export { type_112 as type };
1965
1995
  const additionalProperties_25: boolean;
1966
1996
  export { additionalProperties_25 as additionalProperties };
1967
1997
  }
1968
1998
  export { parser_1 as parser };
1969
1999
  export namespace resolve {
1970
- const description_183: string;
1971
- export { description_183 as description };
1972
- const type_108: string;
1973
- export { type_108 as type };
2000
+ const description_188: string;
2001
+ export { description_188 as description };
2002
+ const type_113: string;
2003
+ export { type_113 as type };
1974
2004
  const oneOf_30: {
1975
2005
  $ref: string;
1976
2006
  }[];
1977
2007
  export { oneOf_30 as oneOf };
1978
2008
  }
1979
2009
  export namespace resource {
1980
- const description_184: string;
1981
- export { description_184 as description };
2010
+ const description_189: string;
2011
+ export { description_189 as description };
1982
2012
  const oneOf_31: {
1983
2013
  $ref: string;
1984
2014
  }[];
1985
2015
  export { oneOf_31 as oneOf };
1986
2016
  }
1987
2017
  export namespace resourceFragment {
1988
- const description_185: string;
1989
- export { description_185 as description };
2018
+ const description_190: string;
2019
+ export { description_190 as description };
1990
2020
  const oneOf_32: {
1991
2021
  $ref: string;
1992
2022
  }[];
1993
2023
  export { oneOf_32 as oneOf };
1994
2024
  }
1995
2025
  export namespace resourceQuery {
1996
- const description_186: string;
1997
- export { description_186 as description };
2026
+ const description_191: string;
2027
+ export { description_191 as description };
1998
2028
  const oneOf_33: {
1999
2029
  $ref: string;
2000
2030
  }[];
2001
2031
  export { oneOf_33 as oneOf };
2002
2032
  }
2003
2033
  export namespace mimetype {
2004
- const description_187: string;
2005
- export { description_187 as description };
2034
+ const description_192: string;
2035
+ export { description_192 as description };
2006
2036
  const oneOf_34: {
2007
2037
  $ref: string;
2008
2038
  }[];
2009
2039
  export { oneOf_34 as oneOf };
2010
2040
  }
2011
2041
  export namespace loader {
2012
- const description_188: string;
2013
- export { description_188 as description };
2042
+ const description_193: string;
2043
+ export { description_193 as description };
2014
2044
  const oneOf_35: {
2015
2045
  $ref: string;
2016
2046
  }[];
2017
2047
  export { oneOf_35 as oneOf };
2018
2048
  }
2019
2049
  export namespace options {
2020
- const description_189: string;
2021
- export { description_189 as description };
2050
+ const description_194: string;
2051
+ export { description_194 as description };
2022
2052
  const oneOf_36: {
2023
2053
  $ref: string;
2024
2054
  }[];
2025
2055
  export { oneOf_36 as oneOf };
2026
2056
  }
2027
2057
  export namespace scheme {
2028
- const description_190: string;
2029
- export { description_190 as description };
2058
+ const description_195: string;
2059
+ export { description_195 as description };
2030
2060
  const oneOf_37: {
2031
2061
  $ref: string;
2032
2062
  }[];
2033
2063
  export { oneOf_37 as oneOf };
2034
2064
  }
2035
2065
  export namespace rules_1 {
2036
- const description_191: string;
2037
- export { description_191 as description };
2038
- const type_109: string;
2039
- export { type_109 as type };
2066
+ const description_196: string;
2067
+ export { description_196 as description };
2068
+ const type_114: string;
2069
+ export { type_114 as type };
2040
2070
  export namespace items_15 {
2041
- const description_192: string;
2042
- export { description_192 as description };
2071
+ const description_197: string;
2072
+ export { description_197 as description };
2043
2073
  const oneOf_38: {
2044
2074
  $ref: string;
2045
2075
  }[];
@@ -2049,31 +2079,31 @@ export declare namespace definitions {
2049
2079
  }
2050
2080
  export { rules_1 as rules };
2051
2081
  export namespace sideEffects_1 {
2052
- const description_193: string;
2053
- export { description_193 as description };
2054
- const type_110: string;
2055
- export { type_110 as type };
2082
+ const description_198: string;
2083
+ export { description_198 as description };
2084
+ const type_115: string;
2085
+ export { type_115 as type };
2056
2086
  }
2057
2087
  export { sideEffects_1 as sideEffects };
2058
2088
  export namespace test_1 {
2059
- const description_194: string;
2060
- export { description_194 as description };
2089
+ const description_199: string;
2090
+ export { description_199 as description };
2061
2091
  const oneOf_39: {
2062
2092
  $ref: string;
2063
2093
  }[];
2064
2094
  export { oneOf_39 as oneOf };
2065
2095
  }
2066
2096
  export { test_1 as test };
2067
- export namespace type_111 {
2068
- const description_195: string;
2069
- export { description_195 as description };
2070
- const type_112: string;
2071
- export { type_112 as type };
2097
+ export namespace type_116 {
2098
+ const description_200: string;
2099
+ export { description_200 as description };
2100
+ const type_117: string;
2101
+ export { type_117 as type };
2072
2102
  }
2073
- export { type_111 as type };
2103
+ export { type_116 as type };
2074
2104
  export namespace use {
2075
- const description_196: string;
2076
- export { description_196 as description };
2105
+ const description_201: string;
2106
+ export { description_201 as description };
2077
2107
  const oneOf_40: {
2078
2108
  $ref: string;
2079
2109
  }[];
@@ -2083,13 +2113,13 @@ export declare namespace definitions {
2083
2113
  export { properties_19 as properties };
2084
2114
  }
2085
2115
  namespace RuleSetRules {
2086
- const description_197: string;
2087
- export { description_197 as description };
2088
- const type_113: string;
2089
- export { type_113 as type };
2116
+ const description_202: string;
2117
+ export { description_202 as description };
2118
+ const type_118: string;
2119
+ export { type_118 as type };
2090
2120
  export namespace items_16 {
2091
- const description_198: string;
2092
- export { description_198 as description };
2121
+ const description_203: string;
2122
+ export { description_203 as description };
2093
2123
  const anyOf_51: ({
2094
2124
  enum: string[];
2095
2125
  $ref?: undefined;
@@ -2102,8 +2132,8 @@ export declare namespace definitions {
2102
2132
  export { items_16 as items };
2103
2133
  }
2104
2134
  namespace RuleSetUse {
2105
- const description_199: string;
2106
- export { description_199 as description };
2135
+ const description_204: string;
2136
+ export { description_204 as description };
2107
2137
  const anyOf_52: ({
2108
2138
  type: string;
2109
2139
  items: {
@@ -2121,8 +2151,8 @@ export declare namespace definitions {
2121
2151
  export { anyOf_52 as anyOf };
2122
2152
  }
2123
2153
  namespace RuleSetUseItem {
2124
- const description_200: string;
2125
- export { description_200 as description };
2154
+ const description_205: string;
2155
+ export { description_205 as description };
2126
2156
  const anyOf_53: ({
2127
2157
  type: string;
2128
2158
  additionalProperties: boolean;
@@ -2150,57 +2180,57 @@ export declare namespace definitions {
2150
2180
  export { anyOf_53 as anyOf };
2151
2181
  }
2152
2182
  namespace SnapshotOptions {
2153
- const description_201: string;
2154
- export { description_201 as description };
2155
- const type_114: string;
2156
- export { type_114 as type };
2183
+ const description_206: string;
2184
+ export { description_206 as description };
2185
+ const type_119: string;
2186
+ export { type_119 as type };
2157
2187
  const additionalProperties_26: boolean;
2158
2188
  export { additionalProperties_26 as additionalProperties };
2159
2189
  export namespace properties_20 {
2160
2190
  export namespace module_1 {
2161
- const description_202: string;
2162
- export { description_202 as description };
2163
- const type_115: string;
2164
- export { type_115 as type };
2191
+ const description_207: string;
2192
+ export { description_207 as description };
2193
+ const type_120: string;
2194
+ export { type_120 as type };
2165
2195
  const additionalProperties_27: boolean;
2166
2196
  export { additionalProperties_27 as additionalProperties };
2167
2197
  export namespace properties_21 {
2168
2198
  namespace hash {
2169
- const description_203: string;
2170
- export { description_203 as description };
2171
- const type_116: string;
2172
- export { type_116 as type };
2199
+ const description_208: string;
2200
+ export { description_208 as description };
2201
+ const type_121: string;
2202
+ export { type_121 as type };
2173
2203
  }
2174
2204
  namespace timestamp {
2175
- const description_204: string;
2176
- export { description_204 as description };
2177
- const type_117: string;
2178
- export { type_117 as type };
2205
+ const description_209: string;
2206
+ export { description_209 as description };
2207
+ const type_122: string;
2208
+ export { type_122 as type };
2179
2209
  }
2180
2210
  }
2181
2211
  export { properties_21 as properties };
2182
2212
  }
2183
2213
  export { module_1 as module };
2184
2214
  export namespace resolve_1 {
2185
- const description_205: string;
2186
- export { description_205 as description };
2187
- const type_118: string;
2188
- export { type_118 as type };
2215
+ const description_210: string;
2216
+ export { description_210 as description };
2217
+ const type_123: string;
2218
+ export { type_123 as type };
2189
2219
  const additionalProperties_28: boolean;
2190
2220
  export { additionalProperties_28 as additionalProperties };
2191
2221
  export namespace properties_22 {
2192
2222
  export namespace hash_1 {
2193
- const description_206: string;
2194
- export { description_206 as description };
2195
- const type_119: string;
2196
- export { type_119 as type };
2223
+ const description_211: string;
2224
+ export { description_211 as description };
2225
+ const type_124: string;
2226
+ export { type_124 as type };
2197
2227
  }
2198
2228
  export { hash_1 as hash };
2199
2229
  export namespace timestamp_1 {
2200
- const description_207: string;
2201
- export { description_207 as description };
2202
- const type_120: string;
2203
- export { type_120 as type };
2230
+ const description_212: string;
2231
+ export { description_212 as description };
2232
+ const type_125: string;
2233
+ export { type_125 as type };
2204
2234
  }
2205
2235
  export { timestamp_1 as timestamp };
2206
2236
  }
@@ -2211,48 +2241,48 @@ export declare namespace definitions {
2211
2241
  export { properties_20 as properties };
2212
2242
  }
2213
2243
  namespace StatsOptions {
2214
- const description_208: string;
2215
- export { description_208 as description };
2216
- const type_121: string;
2217
- export { type_121 as type };
2244
+ const description_213: string;
2245
+ export { description_213 as description };
2246
+ const type_126: string;
2247
+ export { type_126 as type };
2218
2248
  const additionalProperties_29: boolean;
2219
2249
  export { additionalProperties_29 as additionalProperties };
2220
2250
  export namespace properties_23 {
2221
2251
  export namespace all {
2222
- const description_209: string;
2223
- export { description_209 as description };
2224
- const type_122: string;
2225
- export { type_122 as type };
2252
+ const description_214: string;
2253
+ export { description_214 as description };
2254
+ const type_127: string;
2255
+ export { type_127 as type };
2226
2256
  }
2227
2257
  export namespace assets {
2228
- const description_210: string;
2229
- export { description_210 as description };
2230
- const type_123: string;
2231
- export { type_123 as type };
2258
+ const description_215: string;
2259
+ export { description_215 as description };
2260
+ const type_128: string;
2261
+ export { type_128 as type };
2232
2262
  }
2233
2263
  export namespace chunkGroups {
2234
- const description_211: string;
2235
- export { description_211 as description };
2236
- const type_124: string;
2237
- export { type_124 as type };
2264
+ const description_216: string;
2265
+ export { description_216 as description };
2266
+ const type_129: string;
2267
+ export { type_129 as type };
2238
2268
  }
2239
2269
  export namespace chunks_2 {
2240
- const description_212: string;
2241
- export { description_212 as description };
2242
- const type_125: string;
2243
- export { type_125 as type };
2270
+ const description_217: string;
2271
+ export { description_217 as description };
2272
+ const type_130: string;
2273
+ export { type_130 as type };
2244
2274
  }
2245
2275
  export { chunks_2 as chunks };
2246
2276
  export namespace colors_1 {
2247
- const description_213: string;
2248
- export { description_213 as description };
2249
- const type_126: string;
2250
- export { type_126 as type };
2277
+ const description_218: string;
2278
+ export { description_218 as description };
2279
+ const type_131: string;
2280
+ export { type_131 as type };
2251
2281
  }
2252
2282
  export { colors_1 as colors };
2253
2283
  export namespace entrypoints {
2254
- const description_214: string;
2255
- export { description_214 as description };
2284
+ const description_219: string;
2285
+ export { description_219 as description };
2256
2286
  const anyOf_54: ({
2257
2287
  enum: string[];
2258
2288
  type?: undefined;
@@ -2263,106 +2293,106 @@ export declare namespace definitions {
2263
2293
  export { anyOf_54 as anyOf };
2264
2294
  }
2265
2295
  export namespace errors {
2266
- const description_215: string;
2267
- export { description_215 as description };
2268
- const type_127: string;
2269
- export { type_127 as type };
2296
+ const description_220: string;
2297
+ export { description_220 as description };
2298
+ const type_132: string;
2299
+ export { type_132 as type };
2270
2300
  }
2271
2301
  export namespace errorsCount {
2272
- const description_216: string;
2273
- export { description_216 as description };
2274
- const type_128: string;
2275
- export { type_128 as type };
2302
+ const description_221: string;
2303
+ export { description_221 as description };
2304
+ const type_133: string;
2305
+ export { type_133 as type };
2276
2306
  }
2277
2307
  export namespace hash_2 {
2278
- const description_217: string;
2279
- export { description_217 as description };
2280
- const type_129: string;
2281
- export { type_129 as type };
2308
+ const description_222: string;
2309
+ export { description_222 as description };
2310
+ const type_134: string;
2311
+ export { type_134 as type };
2282
2312
  }
2283
2313
  export { hash_2 as hash };
2284
2314
  export namespace modules_1 {
2285
- const description_218: string;
2286
- export { description_218 as description };
2287
- const type_130: string;
2288
- export { type_130 as type };
2315
+ const description_223: string;
2316
+ export { description_223 as description };
2317
+ const type_135: string;
2318
+ export { type_135 as type };
2289
2319
  }
2290
2320
  export { modules_1 as modules };
2291
2321
  export namespace preset {
2292
- const description_219: string;
2293
- export { description_219 as description };
2322
+ const description_224: string;
2323
+ export { description_224 as description };
2294
2324
  const anyOf_55: {
2295
2325
  type: string;
2296
2326
  }[];
2297
2327
  export { anyOf_55 as anyOf };
2298
2328
  }
2299
2329
  export namespace publicPath_1 {
2300
- const description_220: string;
2301
- export { description_220 as description };
2302
- const type_131: string;
2303
- export { type_131 as type };
2304
- }
2305
- export { publicPath_1 as publicPath };
2306
- export namespace reasons {
2307
- const description_221: string;
2308
- export { description_221 as description };
2309
- const type_132: string;
2310
- export { type_132 as type };
2311
- }
2312
- export namespace warnings {
2313
- const description_222: string;
2314
- export { description_222 as description };
2315
- const type_133: string;
2316
- export { type_133 as type };
2317
- }
2318
- export namespace warningsCount {
2319
- const description_223: string;
2320
- export { description_223 as description };
2321
- const type_134: string;
2322
- export { type_134 as type };
2323
- }
2324
- export namespace outputPath {
2325
- const description_224: string;
2326
- export { description_224 as description };
2327
- const type_135: string;
2328
- export { type_135 as type };
2329
- }
2330
- export namespace chunkModules {
2331
2330
  const description_225: string;
2332
2331
  export { description_225 as description };
2333
2332
  const type_136: string;
2334
2333
  export { type_136 as type };
2335
2334
  }
2336
- export namespace chunkRelations {
2335
+ export { publicPath_1 as publicPath };
2336
+ export namespace reasons {
2337
2337
  const description_226: string;
2338
2338
  export { description_226 as description };
2339
2339
  const type_137: string;
2340
2340
  export { type_137 as type };
2341
2341
  }
2342
- export namespace timings {
2342
+ export namespace warnings {
2343
2343
  const description_227: string;
2344
2344
  export { description_227 as description };
2345
2345
  const type_138: string;
2346
2346
  export { type_138 as type };
2347
2347
  }
2348
- export namespace builtAt {
2348
+ export namespace warningsCount {
2349
2349
  const description_228: string;
2350
2350
  export { description_228 as description };
2351
2351
  const type_139: string;
2352
2352
  export { type_139 as type };
2353
2353
  }
2354
- export namespace nestedModules {
2354
+ export namespace outputPath {
2355
2355
  const description_229: string;
2356
2356
  export { description_229 as description };
2357
2357
  const type_140: string;
2358
2358
  export { type_140 as type };
2359
2359
  }
2360
+ export namespace chunkModules {
2361
+ const description_230: string;
2362
+ export { description_230 as description };
2363
+ const type_141: string;
2364
+ export { type_141 as type };
2365
+ }
2366
+ export namespace chunkRelations {
2367
+ const description_231: string;
2368
+ export { description_231 as description };
2369
+ const type_142: string;
2370
+ export { type_142 as type };
2371
+ }
2372
+ export namespace timings {
2373
+ const description_232: string;
2374
+ export { description_232 as description };
2375
+ const type_143: string;
2376
+ export { type_143 as type };
2377
+ }
2378
+ export namespace builtAt {
2379
+ const description_233: string;
2380
+ export { description_233 as description };
2381
+ const type_144: string;
2382
+ export { type_144 as type };
2383
+ }
2384
+ export namespace nestedModules {
2385
+ const description_234: string;
2386
+ export { description_234 as description };
2387
+ const type_145: string;
2388
+ export { type_145 as type };
2389
+ }
2360
2390
  }
2361
2391
  export { properties_23 as properties };
2362
2392
  }
2363
2393
  namespace StatsValue {
2364
- const description_230: string;
2365
- export { description_230 as description };
2394
+ const description_235: string;
2395
+ export { description_235 as description };
2366
2396
  const anyOf_56: ({
2367
2397
  enum: string[];
2368
2398
  type?: undefined;
@@ -2379,14 +2409,14 @@ export declare namespace definitions {
2379
2409
  export { anyOf_56 as anyOf };
2380
2410
  }
2381
2411
  namespace StrictModuleErrorHandling {
2382
- const description_231: string;
2383
- export { description_231 as description };
2384
- const type_141: string;
2385
- export { type_141 as type };
2412
+ const description_236: string;
2413
+ export { description_236 as description };
2414
+ const type_146: string;
2415
+ export { type_146 as type };
2386
2416
  }
2387
2417
  namespace Target {
2388
- const description_232: string;
2389
- export { description_232 as description };
2418
+ const description_237: string;
2419
+ export { description_237 as description };
2390
2420
  const anyOf_57: ({
2391
2421
  type: string;
2392
2422
  items: {
@@ -2413,18 +2443,18 @@ export declare namespace definitions {
2413
2443
  export { anyOf_57 as anyOf };
2414
2444
  }
2415
2445
  namespace TrustedTypes {
2416
- const description_233: string;
2417
- export { description_233 as description };
2418
- const type_142: string;
2419
- export { type_142 as type };
2446
+ const description_238: string;
2447
+ export { description_238 as description };
2448
+ const type_147: string;
2449
+ export { type_147 as type };
2420
2450
  const additionalProperties_30: boolean;
2421
2451
  export { additionalProperties_30 as additionalProperties };
2422
2452
  export namespace properties_24 {
2423
2453
  namespace policyName {
2424
- const description_234: string;
2425
- export { description_234 as description };
2426
- const type_143: string;
2427
- export { type_143 as type };
2454
+ const description_239: string;
2455
+ export { description_239 as description };
2456
+ const type_148: string;
2457
+ export { type_148 as type };
2428
2458
  const minLength_7: number;
2429
2459
  export { minLength_7 as minLength };
2430
2460
  }
@@ -2432,56 +2462,56 @@ export declare namespace definitions {
2432
2462
  export { properties_24 as properties };
2433
2463
  }
2434
2464
  namespace UmdNamedDefine {
2435
- const description_235: string;
2436
- export { description_235 as description };
2437
- const type_144: string;
2438
- export { type_144 as type };
2465
+ const description_240: string;
2466
+ export { description_240 as description };
2467
+ const type_149: string;
2468
+ export { type_149 as type };
2439
2469
  }
2440
2470
  namespace UniqueName {
2441
- const description_236: string;
2442
- export { description_236 as description };
2443
- const type_145: string;
2444
- export { type_145 as type };
2471
+ const description_241: string;
2472
+ export { description_241 as description };
2473
+ const type_150: string;
2474
+ export { type_150 as type };
2445
2475
  const minLength_8: number;
2446
2476
  export { minLength_8 as minLength };
2447
2477
  }
2448
2478
  namespace ChunkLoadingGlobal {
2449
- const description_237: string;
2450
- export { description_237 as description };
2451
- const type_146: string;
2452
- export { type_146 as type };
2479
+ const description_242: string;
2480
+ export { description_242 as description };
2481
+ const type_151: string;
2482
+ export { type_151 as type };
2453
2483
  const minLength_9: number;
2454
2484
  export { minLength_9 as minLength };
2455
2485
  }
2456
2486
  namespace Watch {
2457
- const description_238: string;
2458
- export { description_238 as description };
2459
- const type_147: string;
2460
- export { type_147 as type };
2487
+ const description_243: string;
2488
+ export { description_243 as description };
2489
+ const type_152: string;
2490
+ export { type_152 as type };
2461
2491
  }
2462
2492
  namespace WatchOptions {
2463
- const description_239: string;
2464
- export { description_239 as description };
2465
- const type_148: string;
2466
- export { type_148 as type };
2493
+ const description_244: string;
2494
+ export { description_244 as description };
2495
+ const type_153: string;
2496
+ export { type_153 as type };
2467
2497
  const additionalProperties_31: boolean;
2468
2498
  export { additionalProperties_31 as additionalProperties };
2469
2499
  export namespace properties_25 {
2470
2500
  namespace aggregateTimeout {
2471
- const description_240: string;
2472
- export { description_240 as description };
2473
- const type_149: string;
2474
- export { type_149 as type };
2501
+ const description_245: string;
2502
+ export { description_245 as description };
2503
+ const type_154: string;
2504
+ export { type_154 as type };
2475
2505
  }
2476
2506
  namespace followSymlinks {
2477
- const description_241: string;
2478
- export { description_241 as description };
2479
- const type_150: string;
2480
- export { type_150 as type };
2507
+ const description_246: string;
2508
+ export { description_246 as description };
2509
+ const type_155: string;
2510
+ export { type_155 as type };
2481
2511
  }
2482
2512
  namespace ignored {
2483
- const description_242: string;
2484
- export { description_242 as description };
2513
+ const description_247: string;
2514
+ export { description_247 as description };
2485
2515
  const anyOf_58: ({
2486
2516
  type: string;
2487
2517
  items: {
@@ -2508,8 +2538,8 @@ export declare namespace definitions {
2508
2538
  export { anyOf_58 as anyOf };
2509
2539
  }
2510
2540
  namespace poll {
2511
- const description_243: string;
2512
- export { description_243 as description };
2541
+ const description_248: string;
2542
+ export { description_248 as description };
2513
2543
  const anyOf_59: {
2514
2544
  description: string;
2515
2545
  type: string;
@@ -2517,31 +2547,31 @@ export declare namespace definitions {
2517
2547
  export { anyOf_59 as anyOf };
2518
2548
  }
2519
2549
  namespace stdin {
2520
- const description_244: string;
2521
- export { description_244 as description };
2522
- const type_151: string;
2523
- export { type_151 as type };
2550
+ const description_249: string;
2551
+ export { description_249 as description };
2552
+ const type_156: string;
2553
+ export { type_156 as type };
2524
2554
  }
2525
2555
  }
2526
2556
  export { properties_25 as properties };
2527
2557
  }
2528
2558
  namespace RspackPluginFunction {
2529
- const description_245: string;
2530
- export { description_245 as description };
2559
+ const description_250: string;
2560
+ export { description_250 as description };
2531
2561
  const _instanceof: string;
2532
2562
  export { _instanceof as instanceof };
2533
2563
  }
2534
2564
  namespace RspackPluginInstance {
2535
- const description_246: string;
2536
- export { description_246 as description };
2537
- const type_152: string;
2538
- export { type_152 as type };
2565
+ const description_251: string;
2566
+ export { description_251 as description };
2567
+ const type_157: string;
2568
+ export { type_157 as type };
2539
2569
  const additionalProperties_32: boolean;
2540
2570
  export { additionalProperties_32 as additionalProperties };
2541
2571
  export namespace properties_26 {
2542
2572
  namespace apply {
2543
- const description_247: string;
2544
- export { description_247 as description };
2573
+ const description_252: string;
2574
+ export { description_252 as description };
2545
2575
  const _instanceof_1: string;
2546
2576
  export { _instanceof_1 as instanceof };
2547
2577
  }
@@ -2552,8 +2582,8 @@ export declare namespace definitions {
2552
2582
  }
2553
2583
  }
2554
2584
  export declare const title: string;
2555
- declare const description_248: string;
2556
- declare const type_153: string;
2585
+ declare const description_253: string;
2586
+ declare const type_158: string;
2557
2587
  declare const additionalProperties_33: boolean;
2558
2588
  export declare namespace properties_27 {
2559
2589
  export namespace cache {
@@ -2657,10 +2687,10 @@ export declare namespace properties_27 {
2657
2687
  export { $ref_70 as $ref };
2658
2688
  }
2659
2689
  export namespace builtins {
2660
- const description_249: string;
2661
- export { description_249 as description };
2662
- const type_154: string;
2663
- export { type_154 as type };
2690
+ const description_254: string;
2691
+ export { description_254 as description };
2692
+ const type_159: string;
2693
+ export { type_159 as type };
2664
2694
  const additionalProperties_34: boolean;
2665
2695
  export { additionalProperties_34 as additionalProperties };
2666
2696
  }
@@ -2669,5 +2699,5 @@ export declare namespace properties_27 {
2669
2699
  export { $ref_71 as $ref };
2670
2700
  }
2671
2701
  }
2672
- export { description_248 as description, type_153 as type, additionalProperties_33 as additionalProperties, properties_27 as properties };
2702
+ export { description_253 as description, type_158 as type, additionalProperties_33 as additionalProperties, properties_27 as properties };
2673
2703
  //# sourceMappingURL=schema.d.ts.map