@rspack/core 0.1.1 → 0.1.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.
Files changed (40) hide show
  1. package/dist/compilation.d.ts +10 -2
  2. package/dist/compilation.d.ts.map +1 -1
  3. package/dist/compilation.js +13 -2
  4. package/dist/compilation.js.map +1 -1
  5. package/dist/compiler.d.ts +2 -2
  6. package/dist/compiler.d.ts.map +1 -1
  7. package/dist/compiler.js +27 -6
  8. package/dist/compiler.js.map +1 -1
  9. package/dist/config/adapter-rule-use.d.ts.map +1 -1
  10. package/dist/config/adapter-rule-use.js +2 -25
  11. package/dist/config/adapter-rule-use.js.map +1 -1
  12. package/dist/config/adapter.js +8 -1
  13. package/dist/config/adapter.js.map +1 -1
  14. package/dist/config/defaults.js +22 -26
  15. package/dist/config/defaults.js.map +1 -1
  16. package/dist/config/schema.check.d.ts.map +1 -1
  17. package/dist/config/schema.check.js +64 -44
  18. package/dist/config/schema.check.js.map +1 -1
  19. package/dist/config/schema.d.ts +263 -257
  20. package/dist/config/schema.js +7 -0
  21. package/dist/config/schema.js.map +1 -1
  22. package/dist/config/types.d.ts +3 -1
  23. package/dist/config/types.d.ts.map +1 -1
  24. package/dist/index.d.ts +2 -0
  25. package/dist/index.d.ts.map +1 -1
  26. package/dist/index.js +2 -0
  27. package/dist/index.js.map +1 -1
  28. package/dist/multiStats.d.ts +1 -0
  29. package/dist/multiStats.d.ts.map +1 -1
  30. package/dist/multiStats.js +2 -0
  31. package/dist/multiStats.js.map +1 -1
  32. package/dist/normalModuleFactory.d.ts +18 -0
  33. package/dist/normalModuleFactory.d.ts.map +1 -0
  34. package/dist/normalModuleFactory.js +44 -0
  35. package/dist/normalModuleFactory.js.map +1 -0
  36. package/dist/stats.d.ts +1 -0
  37. package/dist/stats.d.ts.map +1 -1
  38. package/dist/stats.js +3 -0
  39. package/dist/stats.js.map +1 -1
  40. package/package.json +8 -8
@@ -701,43 +701,49 @@ export declare namespace definitions {
701
701
  const _enum_3: (string | boolean)[];
702
702
  export { _enum_3 as enum };
703
703
  }
704
- namespace global {
704
+ namespace __filename {
705
705
  const description_69: string;
706
706
  export { description_69 as description };
707
707
  const _enum_4: (string | boolean)[];
708
708
  export { _enum_4 as enum };
709
709
  }
710
+ namespace global {
711
+ const description_70: string;
712
+ export { description_70 as description };
713
+ const _enum_5: (string | boolean)[];
714
+ export { _enum_5 as enum };
715
+ }
710
716
  }
711
717
  export { properties_10 as properties };
712
718
  }
713
719
  namespace Optimization {
714
- const description_70: string;
715
- export { description_70 as description };
720
+ const description_71: string;
721
+ export { description_71 as description };
716
722
  const type_33: string;
717
723
  export { type_33 as type };
718
724
  const additionalProperties_12: boolean;
719
725
  export { additionalProperties_12 as additionalProperties };
720
726
  export namespace properties_11 {
721
727
  namespace chunkIds {
722
- const description_71: string;
723
- export { description_71 as description };
724
- const _enum_5: string[];
725
- export { _enum_5 as enum };
726
- }
727
- namespace minimize {
728
728
  const description_72: string;
729
729
  export { description_72 as description };
730
+ const _enum_6: string[];
731
+ export { _enum_6 as enum };
732
+ }
733
+ namespace minimize {
734
+ const description_73: string;
735
+ export { description_73 as description };
730
736
  const type_34: string;
731
737
  export { type_34 as type };
732
738
  }
733
739
  namespace minimizer {
734
- const description_73: string;
735
- export { description_73 as description };
740
+ const description_74: string;
741
+ export { description_74 as description };
736
742
  const type_35: string;
737
743
  export { type_35 as type };
738
744
  export namespace items_2 {
739
- const description_74: string;
740
- export { description_74 as description };
745
+ const description_75: string;
746
+ export { description_75 as description };
741
747
  const anyOf_23: ({
742
748
  enum: string[];
743
749
  $ref?: undefined;
@@ -750,14 +756,14 @@ export declare namespace definitions {
750
756
  export { items_2 as items };
751
757
  }
752
758
  namespace moduleIds {
753
- const description_75: string;
754
- export { description_75 as description };
755
- const _enum_6: string[];
756
- export { _enum_6 as enum };
757
- }
758
- namespace removeAvailableModules {
759
759
  const description_76: string;
760
760
  export { description_76 as description };
761
+ const _enum_7: string[];
762
+ export { _enum_7 as enum };
763
+ }
764
+ namespace removeAvailableModules {
765
+ const description_77: string;
766
+ export { description_77 as description };
761
767
  const type_36: string;
762
768
  export { type_36 as type };
763
769
  }
@@ -766,8 +772,8 @@ export declare namespace definitions {
766
772
  export { $ref_9 as $ref };
767
773
  }
768
774
  namespace sideEffects {
769
- const description_77: string;
770
- export { description_77 as description };
775
+ const description_78: string;
776
+ export { description_78 as description };
771
777
  const anyOf_24: ({
772
778
  enum: string[];
773
779
  type?: undefined;
@@ -778,8 +784,8 @@ export declare namespace definitions {
778
784
  export { anyOf_24 as anyOf };
779
785
  }
780
786
  namespace splitChunks {
781
- const description_78: string;
782
- export { description_78 as description };
787
+ const description_79: string;
788
+ export { description_79 as description };
783
789
  const anyOf_25: ({
784
790
  enum: boolean[];
785
791
  $ref?: undefined;
@@ -793,8 +799,8 @@ export declare namespace definitions {
793
799
  export { properties_11 as properties };
794
800
  }
795
801
  namespace OptimizationRuntimeChunk {
796
- const description_79: string;
797
- export { description_79 as description };
802
+ const description_80: string;
803
+ export { description_80 as description };
798
804
  const anyOf_26: ({
799
805
  enum: string[];
800
806
  type?: undefined;
@@ -825,16 +831,16 @@ export declare namespace definitions {
825
831
  export { anyOf_26 as anyOf };
826
832
  }
827
833
  namespace OptimizationSplitChunksCacheGroup {
828
- const description_80: string;
829
- export { description_80 as description };
834
+ const description_81: string;
835
+ export { description_81 as description };
830
836
  const type_37: string;
831
837
  export { type_37 as type };
832
838
  const additionalProperties_13: boolean;
833
839
  export { additionalProperties_13 as additionalProperties };
834
840
  export namespace properties_12 {
835
841
  export namespace chunks {
836
- const description_81: string;
837
- export { description_81 as description };
842
+ const description_82: string;
843
+ export { description_82 as description };
838
844
  const anyOf_27: ({
839
845
  enum: string[];
840
846
  instanceof?: undefined;
@@ -845,15 +851,15 @@ export declare namespace definitions {
845
851
  export { anyOf_27 as anyOf };
846
852
  }
847
853
  export namespace minChunks {
848
- const description_82: string;
849
- export { description_82 as description };
854
+ const description_83: string;
855
+ export { description_83 as description };
850
856
  const type_38: string;
851
857
  export { type_38 as type };
852
858
  export const minimum: number;
853
859
  }
854
860
  export namespace name_1 {
855
- const description_83: string;
856
- export { description_83 as description };
861
+ const description_84: string;
862
+ export { description_84 as description };
857
863
  const anyOf_28: ({
858
864
  enum: boolean[];
859
865
  type?: undefined;
@@ -871,20 +877,20 @@ export declare namespace definitions {
871
877
  }
872
878
  export { name_1 as name };
873
879
  export namespace priority {
874
- const description_84: string;
875
- export { description_84 as description };
880
+ const description_85: string;
881
+ export { description_85 as description };
876
882
  const type_39: string;
877
883
  export { type_39 as type };
878
884
  }
879
885
  export namespace reuseExistingChunk {
880
- const description_85: string;
881
- export { description_85 as description };
886
+ const description_86: string;
887
+ export { description_86 as description };
882
888
  const type_40: string;
883
889
  export { type_40 as type };
884
890
  }
885
891
  export namespace test {
886
- const description_86: string;
887
- export { description_86 as description };
892
+ const description_87: string;
893
+ export { description_87 as description };
888
894
  const anyOf_29: {
889
895
  instanceof: string;
890
896
  }[];
@@ -894,21 +900,21 @@ export declare namespace definitions {
894
900
  export { properties_12 as properties };
895
901
  }
896
902
  namespace OptimizationSplitChunksOptions {
897
- const description_87: string;
898
- export { description_87 as description };
903
+ const description_88: string;
904
+ export { description_88 as description };
899
905
  const type_41: string;
900
906
  export { type_41 as type };
901
907
  const additionalProperties_14: boolean;
902
908
  export { additionalProperties_14 as additionalProperties };
903
909
  export namespace properties_13 {
904
910
  export namespace cacheGroups {
905
- const description_88: string;
906
- export { description_88 as description };
911
+ const description_89: string;
912
+ export { description_89 as description };
907
913
  const type_42: string;
908
914
  export { type_42 as type };
909
915
  export namespace additionalProperties_15 {
910
- const description_89: string;
911
- export { description_89 as description };
916
+ const description_90: string;
917
+ export { description_90 as description };
912
918
  const anyOf_30: {
913
919
  $ref: string;
914
920
  }[];
@@ -917,8 +923,8 @@ export declare namespace definitions {
917
923
  export { additionalProperties_15 as additionalProperties };
918
924
  }
919
925
  export namespace chunks_1 {
920
- const description_90: string;
921
- export { description_90 as description };
926
+ const description_91: string;
927
+ export { description_91 as description };
922
928
  const anyOf_31: {
923
929
  enum: string[];
924
930
  }[];
@@ -926,32 +932,32 @@ export declare namespace definitions {
926
932
  }
927
933
  export { chunks_1 as chunks };
928
934
  export namespace enforceSizeThreshold {
929
- const description_91: string;
930
- export { description_91 as description };
935
+ const description_92: string;
936
+ export { description_92 as description };
931
937
  const oneOf_8: {
932
938
  $ref: string;
933
939
  }[];
934
940
  export { oneOf_8 as oneOf };
935
941
  }
936
942
  export namespace maxAsyncRequests {
937
- const description_92: string;
938
- export { description_92 as description };
943
+ const description_93: string;
944
+ export { description_93 as description };
939
945
  const type_43: string;
940
946
  export { type_43 as type };
941
947
  const minimum_1: number;
942
948
  export { minimum_1 as minimum };
943
949
  }
944
950
  export namespace maxInitialRequests {
945
- const description_93: string;
946
- export { description_93 as description };
951
+ const description_94: string;
952
+ export { description_94 as description };
947
953
  const type_44: string;
948
954
  export { type_44 as type };
949
955
  const minimum_2: number;
950
956
  export { minimum_2 as minimum };
951
957
  }
952
958
  export namespace minChunks_1 {
953
- const description_94: string;
954
- export { description_94 as description };
959
+ const description_95: string;
960
+ export { description_95 as description };
955
961
  const type_45: string;
956
962
  export { type_45 as type };
957
963
  const minimum_3: number;
@@ -959,16 +965,16 @@ export declare namespace definitions {
959
965
  }
960
966
  export { minChunks_1 as minChunks };
961
967
  export namespace minRemainingSize {
962
- const description_95: string;
963
- export { description_95 as description };
968
+ const description_96: string;
969
+ export { description_96 as description };
964
970
  const oneOf_9: {
965
971
  $ref: string;
966
972
  }[];
967
973
  export { oneOf_9 as oneOf };
968
974
  }
969
975
  export namespace minSize {
970
- const description_96: string;
971
- export { description_96 as description };
976
+ const description_97: string;
977
+ export { description_97 as description };
972
978
  const oneOf_10: {
973
979
  $ref: string;
974
980
  }[];
@@ -978,8 +984,8 @@ export declare namespace definitions {
978
984
  export { properties_13 as properties };
979
985
  }
980
986
  namespace OptimizationSplitChunksSizes {
981
- const description_97: string;
982
- export { description_97 as description };
987
+ const description_98: string;
988
+ export { description_98 as description };
983
989
  const anyOf_32: {
984
990
  description: string;
985
991
  type: string;
@@ -988,8 +994,8 @@ export declare namespace definitions {
988
994
  export { anyOf_32 as anyOf };
989
995
  }
990
996
  namespace Output {
991
- const description_98: string;
992
- export { description_98 as description };
997
+ const description_99: string;
998
+ export { description_99 as description };
993
999
  const type_46: string;
994
1000
  export { type_46 as type };
995
1001
  const additionalProperties_16: boolean;
@@ -1081,19 +1087,19 @@ export declare namespace definitions {
1081
1087
  export { properties_14 as properties };
1082
1088
  }
1083
1089
  namespace OutputModule {
1084
- const description_99: string;
1085
- export { description_99 as description };
1090
+ const description_100: string;
1091
+ export { description_100 as description };
1086
1092
  const type_47: string;
1087
1093
  export { type_47 as type };
1088
1094
  }
1089
1095
  namespace ParserOptionsByModuleType {
1090
- const description_100: string;
1091
- export { description_100 as description };
1096
+ const description_101: string;
1097
+ export { description_101 as description };
1092
1098
  const type_48: string;
1093
1099
  export { type_48 as type };
1094
1100
  export namespace additionalProperties_17 {
1095
- const description_101: string;
1096
- export { description_101 as description };
1101
+ const description_102: string;
1102
+ export { description_102 as description };
1097
1103
  const type_49: string;
1098
1104
  export { type_49 as type };
1099
1105
  const additionalProperties_18: boolean;
@@ -1109,19 +1115,19 @@ export declare namespace definitions {
1109
1115
  export { properties_15 as properties };
1110
1116
  }
1111
1117
  namespace Path {
1112
- const description_102: string;
1113
- export { description_102 as description };
1118
+ const description_103: string;
1119
+ export { description_103 as description };
1114
1120
  const type_50: string;
1115
1121
  export { type_50 as type };
1116
1122
  }
1117
1123
  namespace Plugins {
1118
- const description_103: string;
1119
- export { description_103 as description };
1124
+ const description_104: string;
1125
+ export { description_104 as description };
1120
1126
  const type_51: string;
1121
1127
  export { type_51 as type };
1122
1128
  export namespace items_3 {
1123
- const description_104: string;
1124
- export { description_104 as description };
1129
+ const description_105: string;
1130
+ export { description_105 as description };
1125
1131
  const anyOf_33: {
1126
1132
  $ref: string;
1127
1133
  }[];
@@ -1130,8 +1136,8 @@ export declare namespace definitions {
1130
1136
  export { items_3 as items };
1131
1137
  }
1132
1138
  namespace PublicPath {
1133
- const description_105: string;
1134
- export { description_105 as description };
1139
+ const description_106: string;
1140
+ export { description_106 as description };
1135
1141
  const anyOf_34: ({
1136
1142
  enum: string[];
1137
1143
  $ref?: undefined;
@@ -1142,24 +1148,24 @@ export declare namespace definitions {
1142
1148
  export { anyOf_34 as anyOf };
1143
1149
  }
1144
1150
  namespace RawPublicPath {
1145
- const description_106: string;
1146
- export { description_106 as description };
1151
+ const description_107: string;
1152
+ export { description_107 as description };
1147
1153
  const anyOf_35: {
1148
1154
  type: string;
1149
1155
  }[];
1150
1156
  export { anyOf_35 as anyOf };
1151
1157
  }
1152
1158
  namespace Resolve {
1153
- const description_107: string;
1154
- export { description_107 as description };
1159
+ const description_108: string;
1160
+ export { description_108 as description };
1155
1161
  const oneOf_15: {
1156
1162
  $ref: string;
1157
1163
  }[];
1158
1164
  export { oneOf_15 as oneOf };
1159
1165
  }
1160
1166
  namespace ResolveAlias {
1161
- const description_108: string;
1162
- export { description_108 as description };
1167
+ const description_109: string;
1168
+ export { description_109 as description };
1163
1169
  const anyOf_36: {
1164
1170
  type: string;
1165
1171
  additionalProperties: {
@@ -1192,8 +1198,8 @@ export declare namespace definitions {
1192
1198
  export { anyOf_36 as anyOf };
1193
1199
  }
1194
1200
  namespace ResolveOptions {
1195
- const description_109: string;
1196
- export { description_109 as description };
1201
+ const description_110: string;
1202
+ export { description_110 as description };
1197
1203
  const type_52: string;
1198
1204
  export { type_52 as type };
1199
1205
  const additionalProperties_19: boolean;
@@ -1204,53 +1210,53 @@ export declare namespace definitions {
1204
1210
  export { $ref_25 as $ref };
1205
1211
  }
1206
1212
  namespace browserField {
1207
- const description_110: string;
1208
- export { description_110 as description };
1213
+ const description_111: string;
1214
+ export { description_111 as description };
1209
1215
  const type_53: string;
1210
1216
  export { type_53 as type };
1211
1217
  }
1212
1218
  namespace conditionNames {
1213
- const description_111: string;
1214
- export { description_111 as description };
1219
+ const description_112: string;
1220
+ export { description_112 as description };
1215
1221
  const type_54: string;
1216
1222
  export { type_54 as type };
1217
1223
  export namespace items_4 {
1218
- const description_112: string;
1219
- export { description_112 as description };
1224
+ const description_113: string;
1225
+ export { description_113 as description };
1220
1226
  const type_55: string;
1221
1227
  export { type_55 as type };
1222
1228
  }
1223
1229
  export { items_4 as items };
1224
1230
  }
1225
1231
  namespace extensions {
1226
- const description_113: string;
1227
- export { description_113 as description };
1232
+ const description_114: string;
1233
+ export { description_114 as description };
1228
1234
  const type_56: string;
1229
1235
  export { type_56 as type };
1230
1236
  export namespace items_5 {
1231
- const description_114: string;
1232
- export { description_114 as description };
1237
+ const description_115: string;
1238
+ export { description_115 as description };
1233
1239
  const type_57: string;
1234
1240
  export { type_57 as type };
1235
1241
  }
1236
1242
  export { items_5 as items };
1237
1243
  }
1238
1244
  namespace fallback {
1239
- const description_115: string;
1240
- export { description_115 as description };
1245
+ const description_116: string;
1246
+ export { description_116 as description };
1241
1247
  const oneOf_16: {
1242
1248
  $ref: string;
1243
1249
  }[];
1244
1250
  export { oneOf_16 as oneOf };
1245
1251
  }
1246
1252
  namespace mainFields {
1247
- const description_116: string;
1248
- export { description_116 as description };
1253
+ const description_117: string;
1254
+ export { description_117 as description };
1249
1255
  const type_58: string;
1250
1256
  export { type_58 as type };
1251
1257
  export namespace items_6 {
1252
- const description_117: string;
1253
- export { description_117 as description };
1258
+ const description_118: string;
1259
+ export { description_118 as description };
1254
1260
  const anyOf_37: ({
1255
1261
  type: string;
1256
1262
  items: {
@@ -1269,13 +1275,13 @@ export declare namespace definitions {
1269
1275
  export { items_6 as items };
1270
1276
  }
1271
1277
  namespace mainFiles {
1272
- const description_118: string;
1273
- export { description_118 as description };
1278
+ const description_119: string;
1279
+ export { description_119 as description };
1274
1280
  const type_59: string;
1275
1281
  export { type_59 as type };
1276
1282
  export namespace items_7 {
1277
- const description_119: string;
1278
- export { description_119 as description };
1283
+ const description_120: string;
1284
+ export { description_120 as description };
1279
1285
  const type_60: string;
1280
1286
  export { type_60 as type };
1281
1287
  const minLength_3: number;
@@ -1284,13 +1290,13 @@ export declare namespace definitions {
1284
1290
  export { items_7 as items };
1285
1291
  }
1286
1292
  namespace modules {
1287
- const description_120: string;
1288
- export { description_120 as description };
1293
+ const description_121: string;
1294
+ export { description_121 as description };
1289
1295
  const type_61: string;
1290
1296
  export { type_61 as type };
1291
1297
  export namespace items_8 {
1292
- const description_121: string;
1293
- export { description_121 as description };
1298
+ const description_122: string;
1299
+ export { description_122 as description };
1294
1300
  const type_62: string;
1295
1301
  export { type_62 as type };
1296
1302
  const minLength_4: number;
@@ -1299,14 +1305,14 @@ export declare namespace definitions {
1299
1305
  export { items_8 as items };
1300
1306
  }
1301
1307
  namespace preferRelative {
1302
- const description_122: string;
1303
- export { description_122 as description };
1308
+ const description_123: string;
1309
+ export { description_123 as description };
1304
1310
  const type_63: string;
1305
1311
  export { type_63 as type };
1306
1312
  }
1307
1313
  namespace tsConfigPath {
1308
- const description_123: string;
1309
- export { description_123 as description };
1314
+ const description_124: string;
1315
+ export { description_124 as description };
1310
1316
  const type_64: string;
1311
1317
  export { type_64 as type };
1312
1318
  }
@@ -1314,8 +1320,8 @@ export declare namespace definitions {
1314
1320
  export { properties_16 as properties };
1315
1321
  }
1316
1322
  namespace RuleSetCondition {
1317
- const description_124: string;
1318
- export { description_124 as description };
1323
+ const description_125: string;
1324
+ export { description_125 as description };
1319
1325
  const anyOf_38: ({
1320
1326
  instanceof: string;
1321
1327
  type?: undefined;
@@ -1332,21 +1338,21 @@ export declare namespace definitions {
1332
1338
  export { anyOf_38 as anyOf };
1333
1339
  }
1334
1340
  namespace RuleSetConditionOrConditions {
1335
- const description_125: string;
1336
- export { description_125 as description };
1341
+ const description_126: string;
1342
+ export { description_126 as description };
1337
1343
  const anyOf_39: {
1338
1344
  $ref: string;
1339
1345
  }[];
1340
1346
  export { anyOf_39 as anyOf };
1341
1347
  }
1342
1348
  namespace RuleSetConditions {
1343
- const description_126: string;
1344
- export { description_126 as description };
1349
+ const description_127: string;
1350
+ export { description_127 as description };
1345
1351
  const type_65: string;
1346
1352
  export { type_65 as type };
1347
1353
  export namespace items_9 {
1348
- const description_127: string;
1349
- export { description_127 as description };
1354
+ const description_128: string;
1355
+ export { description_128 as description };
1350
1356
  const oneOf_17: {
1351
1357
  $ref: string;
1352
1358
  }[];
@@ -1355,48 +1361,48 @@ export declare namespace definitions {
1355
1361
  export { items_9 as items };
1356
1362
  }
1357
1363
  namespace RuleSetLoader {
1358
- const description_128: string;
1359
- export { description_128 as description };
1364
+ const description_129: string;
1365
+ export { description_129 as description };
1360
1366
  const type_66: string;
1361
1367
  export { type_66 as type };
1362
1368
  const minLength_5: number;
1363
1369
  export { minLength_5 as minLength };
1364
1370
  }
1365
1371
  namespace RuleSetLoaderOptions {
1366
- const description_129: string;
1367
- export { description_129 as description };
1372
+ const description_130: string;
1373
+ export { description_130 as description };
1368
1374
  const anyOf_40: {
1369
1375
  type: string;
1370
1376
  }[];
1371
1377
  export { anyOf_40 as anyOf };
1372
1378
  }
1373
1379
  namespace RuleSetLogicalConditions {
1374
- const description_130: string;
1375
- export { description_130 as description };
1380
+ const description_131: string;
1381
+ export { description_131 as description };
1376
1382
  const type_67: string;
1377
1383
  export { type_67 as type };
1378
1384
  const additionalProperties_20: boolean;
1379
1385
  export { additionalProperties_20 as additionalProperties };
1380
1386
  export namespace properties_17 {
1381
1387
  namespace and {
1382
- const description_131: string;
1383
- export { description_131 as description };
1388
+ const description_132: string;
1389
+ export { description_132 as description };
1384
1390
  const oneOf_18: {
1385
1391
  $ref: string;
1386
1392
  }[];
1387
1393
  export { oneOf_18 as oneOf };
1388
1394
  }
1389
1395
  namespace not {
1390
- const description_132: string;
1391
- export { description_132 as description };
1396
+ const description_133: string;
1397
+ export { description_133 as description };
1392
1398
  const oneOf_19: {
1393
1399
  $ref: string;
1394
1400
  }[];
1395
1401
  export { oneOf_19 as oneOf };
1396
1402
  }
1397
1403
  namespace or {
1398
- const description_133: string;
1399
- export { description_133 as description };
1404
+ const description_134: string;
1405
+ export { description_134 as description };
1400
1406
  const oneOf_20: {
1401
1407
  $ref: string;
1402
1408
  }[];
@@ -1406,51 +1412,51 @@ export declare namespace definitions {
1406
1412
  export { properties_17 as properties };
1407
1413
  }
1408
1414
  namespace RuleSetRule {
1409
- const description_134: string;
1410
- export { description_134 as description };
1415
+ const description_135: string;
1416
+ export { description_135 as description };
1411
1417
  const type_68: string;
1412
1418
  export { type_68 as type };
1413
1419
  const additionalProperties_21: boolean;
1414
1420
  export { additionalProperties_21 as additionalProperties };
1415
1421
  export namespace properties_18 {
1416
1422
  export namespace exclude {
1417
- const description_135: string;
1418
- export { description_135 as description };
1423
+ const description_136: string;
1424
+ export { description_136 as description };
1419
1425
  const oneOf_21: {
1420
1426
  $ref: string;
1421
1427
  }[];
1422
1428
  export { oneOf_21 as oneOf };
1423
1429
  }
1424
1430
  export namespace generator {
1425
- const description_136: string;
1426
- export { description_136 as description };
1431
+ const description_137: string;
1432
+ export { description_137 as description };
1427
1433
  const type_69: string;
1428
1434
  export { type_69 as type };
1429
1435
  }
1430
1436
  export namespace include {
1431
- const description_137: string;
1432
- export { description_137 as description };
1437
+ const description_138: string;
1438
+ export { description_138 as description };
1433
1439
  const oneOf_22: {
1434
1440
  $ref: string;
1435
1441
  }[];
1436
1442
  export { oneOf_22 as oneOf };
1437
1443
  }
1438
1444
  export namespace issuer {
1439
- const description_138: string;
1440
- export { description_138 as description };
1445
+ const description_139: string;
1446
+ export { description_139 as description };
1441
1447
  const oneOf_23: {
1442
1448
  $ref: string;
1443
1449
  }[];
1444
1450
  export { oneOf_23 as oneOf };
1445
1451
  }
1446
1452
  export namespace oneOf_24 {
1447
- const description_139: string;
1448
- export { description_139 as description };
1453
+ const description_140: string;
1454
+ export { description_140 as description };
1449
1455
  const type_70: string;
1450
1456
  export { type_70 as type };
1451
1457
  export namespace items_10 {
1452
- const description_140: string;
1453
- export { description_140 as description };
1458
+ const description_141: string;
1459
+ export { description_141 as description };
1454
1460
  const oneOf_25: {
1455
1461
  $ref: string;
1456
1462
  }[];
@@ -1460,8 +1466,8 @@ export declare namespace definitions {
1460
1466
  }
1461
1467
  export { oneOf_24 as oneOf };
1462
1468
  export namespace parser_1 {
1463
- const description_141: string;
1464
- export { description_141 as description };
1469
+ const description_142: string;
1470
+ export { description_142 as description };
1465
1471
  const type_71: string;
1466
1472
  export { type_71 as type };
1467
1473
  const additionalProperties_22: boolean;
@@ -1469,8 +1475,8 @@ export declare namespace definitions {
1469
1475
  }
1470
1476
  export { parser_1 as parser };
1471
1477
  export namespace resolve {
1472
- const description_142: string;
1473
- export { description_142 as description };
1478
+ const description_143: string;
1479
+ export { description_143 as description };
1474
1480
  const type_72: string;
1475
1481
  export { type_72 as type };
1476
1482
  const oneOf_26: {
@@ -1479,37 +1485,37 @@ export declare namespace definitions {
1479
1485
  export { oneOf_26 as oneOf };
1480
1486
  }
1481
1487
  export namespace resource {
1482
- const description_143: string;
1483
- export { description_143 as description };
1488
+ const description_144: string;
1489
+ export { description_144 as description };
1484
1490
  const oneOf_27: {
1485
1491
  $ref: string;
1486
1492
  }[];
1487
1493
  export { oneOf_27 as oneOf };
1488
1494
  }
1489
1495
  export namespace resourceFragment {
1490
- const description_144: string;
1491
- export { description_144 as description };
1496
+ const description_145: string;
1497
+ export { description_145 as description };
1492
1498
  const oneOf_28: {
1493
1499
  $ref: string;
1494
1500
  }[];
1495
1501
  export { oneOf_28 as oneOf };
1496
1502
  }
1497
1503
  export namespace resourceQuery {
1498
- const description_145: string;
1499
- export { description_145 as description };
1504
+ const description_146: string;
1505
+ export { description_146 as description };
1500
1506
  const oneOf_29: {
1501
1507
  $ref: string;
1502
1508
  }[];
1503
1509
  export { oneOf_29 as oneOf };
1504
1510
  }
1505
1511
  export namespace rules_1 {
1506
- const description_146: string;
1507
- export { description_146 as description };
1512
+ const description_147: string;
1513
+ export { description_147 as description };
1508
1514
  const type_73: string;
1509
1515
  export { type_73 as type };
1510
1516
  export namespace items_11 {
1511
- const description_147: string;
1512
- export { description_147 as description };
1517
+ const description_148: string;
1518
+ export { description_148 as description };
1513
1519
  const oneOf_30: {
1514
1520
  $ref: string;
1515
1521
  }[];
@@ -1519,15 +1525,15 @@ export declare namespace definitions {
1519
1525
  }
1520
1526
  export { rules_1 as rules };
1521
1527
  export namespace sideEffects_1 {
1522
- const description_148: string;
1523
- export { description_148 as description };
1528
+ const description_149: string;
1529
+ export { description_149 as description };
1524
1530
  const type_74: string;
1525
1531
  export { type_74 as type };
1526
1532
  }
1527
1533
  export { sideEffects_1 as sideEffects };
1528
1534
  export namespace test_1 {
1529
- const description_149: string;
1530
- export { description_149 as description };
1535
+ const description_150: string;
1536
+ export { description_150 as description };
1531
1537
  const oneOf_31: {
1532
1538
  $ref: string;
1533
1539
  }[];
@@ -1535,15 +1541,15 @@ export declare namespace definitions {
1535
1541
  }
1536
1542
  export { test_1 as test };
1537
1543
  export namespace type_75 {
1538
- const description_150: string;
1539
- export { description_150 as description };
1544
+ const description_151: string;
1545
+ export { description_151 as description };
1540
1546
  const type_76: string;
1541
1547
  export { type_76 as type };
1542
1548
  }
1543
1549
  export { type_75 as type };
1544
1550
  export namespace use {
1545
- const description_151: string;
1546
- export { description_151 as description };
1551
+ const description_152: string;
1552
+ export { description_152 as description };
1547
1553
  const oneOf_32: {
1548
1554
  $ref: string;
1549
1555
  }[];
@@ -1553,13 +1559,13 @@ export declare namespace definitions {
1553
1559
  export { properties_18 as properties };
1554
1560
  }
1555
1561
  namespace RuleSetRules {
1556
- const description_152: string;
1557
- export { description_152 as description };
1562
+ const description_153: string;
1563
+ export { description_153 as description };
1558
1564
  const type_77: string;
1559
1565
  export { type_77 as type };
1560
1566
  export namespace items_12 {
1561
- const description_153: string;
1562
- export { description_153 as description };
1567
+ const description_154: string;
1568
+ export { description_154 as description };
1563
1569
  const anyOf_41: ({
1564
1570
  enum: string[];
1565
1571
  $ref?: undefined;
@@ -1572,8 +1578,8 @@ export declare namespace definitions {
1572
1578
  export { items_12 as items };
1573
1579
  }
1574
1580
  namespace RuleSetUse {
1575
- const description_154: string;
1576
- export { description_154 as description };
1581
+ const description_155: string;
1582
+ export { description_155 as description };
1577
1583
  const anyOf_42: ({
1578
1584
  type: string;
1579
1585
  items: {
@@ -1591,8 +1597,8 @@ export declare namespace definitions {
1591
1597
  export { anyOf_42 as anyOf };
1592
1598
  }
1593
1599
  namespace RuleSetUseItem {
1594
- const description_155: string;
1595
- export { description_155 as description };
1600
+ const description_156: string;
1601
+ export { description_156 as description };
1596
1602
  const anyOf_43: ({
1597
1603
  type: string;
1598
1604
  additionalProperties: boolean;
@@ -1620,30 +1626,30 @@ export declare namespace definitions {
1620
1626
  export { anyOf_43 as anyOf };
1621
1627
  }
1622
1628
  namespace SnapshotOptions {
1623
- const description_156: string;
1624
- export { description_156 as description };
1629
+ const description_157: string;
1630
+ export { description_157 as description };
1625
1631
  const type_78: string;
1626
1632
  export { type_78 as type };
1627
1633
  const additionalProperties_23: boolean;
1628
1634
  export { additionalProperties_23 as additionalProperties };
1629
1635
  export namespace properties_19 {
1630
1636
  export namespace module_1 {
1631
- const description_157: string;
1632
- export { description_157 as description };
1637
+ const description_158: string;
1638
+ export { description_158 as description };
1633
1639
  const type_79: string;
1634
1640
  export { type_79 as type };
1635
1641
  const additionalProperties_24: boolean;
1636
1642
  export { additionalProperties_24 as additionalProperties };
1637
1643
  export namespace properties_20 {
1638
1644
  namespace hash {
1639
- const description_158: string;
1640
- export { description_158 as description };
1645
+ const description_159: string;
1646
+ export { description_159 as description };
1641
1647
  const type_80: string;
1642
1648
  export { type_80 as type };
1643
1649
  }
1644
1650
  namespace timestamp {
1645
- const description_159: string;
1646
- export { description_159 as description };
1651
+ const description_160: string;
1652
+ export { description_160 as description };
1647
1653
  const type_81: string;
1648
1654
  export { type_81 as type };
1649
1655
  }
@@ -1652,23 +1658,23 @@ export declare namespace definitions {
1652
1658
  }
1653
1659
  export { module_1 as module };
1654
1660
  export namespace resolve_1 {
1655
- const description_160: string;
1656
- export { description_160 as description };
1661
+ const description_161: string;
1662
+ export { description_161 as description };
1657
1663
  const type_82: string;
1658
1664
  export { type_82 as type };
1659
1665
  const additionalProperties_25: boolean;
1660
1666
  export { additionalProperties_25 as additionalProperties };
1661
1667
  export namespace properties_21 {
1662
1668
  export namespace hash_1 {
1663
- const description_161: string;
1664
- export { description_161 as description };
1669
+ const description_162: string;
1670
+ export { description_162 as description };
1665
1671
  const type_83: string;
1666
1672
  export { type_83 as type };
1667
1673
  }
1668
1674
  export { hash_1 as hash };
1669
1675
  export namespace timestamp_1 {
1670
- const description_162: string;
1671
- export { description_162 as description };
1676
+ const description_163: string;
1677
+ export { description_163 as description };
1672
1678
  const type_84: string;
1673
1679
  export { type_84 as type };
1674
1680
  }
@@ -1681,48 +1687,48 @@ export declare namespace definitions {
1681
1687
  export { properties_19 as properties };
1682
1688
  }
1683
1689
  namespace StatsOptions {
1684
- const description_163: string;
1685
- export { description_163 as description };
1690
+ const description_164: string;
1691
+ export { description_164 as description };
1686
1692
  const type_85: string;
1687
1693
  export { type_85 as type };
1688
1694
  const additionalProperties_26: boolean;
1689
1695
  export { additionalProperties_26 as additionalProperties };
1690
1696
  export namespace properties_22 {
1691
1697
  export namespace all {
1692
- const description_164: string;
1693
- export { description_164 as description };
1698
+ const description_165: string;
1699
+ export { description_165 as description };
1694
1700
  const type_86: string;
1695
1701
  export { type_86 as type };
1696
1702
  }
1697
1703
  export namespace assets {
1698
- const description_165: string;
1699
- export { description_165 as description };
1704
+ const description_166: string;
1705
+ export { description_166 as description };
1700
1706
  const type_87: string;
1701
1707
  export { type_87 as type };
1702
1708
  }
1703
1709
  export namespace chunkGroups {
1704
- const description_166: string;
1705
- export { description_166 as description };
1710
+ const description_167: string;
1711
+ export { description_167 as description };
1706
1712
  const type_88: string;
1707
1713
  export { type_88 as type };
1708
1714
  }
1709
1715
  export namespace chunks_2 {
1710
- const description_167: string;
1711
- export { description_167 as description };
1716
+ const description_168: string;
1717
+ export { description_168 as description };
1712
1718
  const type_89: string;
1713
1719
  export { type_89 as type };
1714
1720
  }
1715
1721
  export { chunks_2 as chunks };
1716
1722
  export namespace colors_1 {
1717
- const description_168: string;
1718
- export { description_168 as description };
1723
+ const description_169: string;
1724
+ export { description_169 as description };
1719
1725
  const type_90: string;
1720
1726
  export { type_90 as type };
1721
1727
  }
1722
1728
  export { colors_1 as colors };
1723
1729
  export namespace entrypoints {
1724
- const description_169: string;
1725
- export { description_169 as description };
1730
+ const description_170: string;
1731
+ export { description_170 as description };
1726
1732
  const anyOf_44: ({
1727
1733
  enum: string[];
1728
1734
  type?: undefined;
@@ -1733,61 +1739,61 @@ export declare namespace definitions {
1733
1739
  export { anyOf_44 as anyOf };
1734
1740
  }
1735
1741
  export namespace errors {
1736
- const description_170: string;
1737
- export { description_170 as description };
1742
+ const description_171: string;
1743
+ export { description_171 as description };
1738
1744
  const type_91: string;
1739
1745
  export { type_91 as type };
1740
1746
  }
1741
1747
  export namespace errorsCount {
1742
- const description_171: string;
1743
- export { description_171 as description };
1748
+ const description_172: string;
1749
+ export { description_172 as description };
1744
1750
  const type_92: string;
1745
1751
  export { type_92 as type };
1746
1752
  }
1747
1753
  export namespace hash_2 {
1748
- const description_172: string;
1749
- export { description_172 as description };
1754
+ const description_173: string;
1755
+ export { description_173 as description };
1750
1756
  const type_93: string;
1751
1757
  export { type_93 as type };
1752
1758
  }
1753
1759
  export { hash_2 as hash };
1754
1760
  export namespace modules_1 {
1755
- const description_173: string;
1756
- export { description_173 as description };
1761
+ const description_174: string;
1762
+ export { description_174 as description };
1757
1763
  const type_94: string;
1758
1764
  export { type_94 as type };
1759
1765
  }
1760
1766
  export { modules_1 as modules };
1761
1767
  export namespace preset {
1762
- const description_174: string;
1763
- export { description_174 as description };
1768
+ const description_175: string;
1769
+ export { description_175 as description };
1764
1770
  const anyOf_45: {
1765
1771
  type: string;
1766
1772
  }[];
1767
1773
  export { anyOf_45 as anyOf };
1768
1774
  }
1769
1775
  export namespace publicPath_1 {
1770
- const description_175: string;
1771
- export { description_175 as description };
1776
+ const description_176: string;
1777
+ export { description_176 as description };
1772
1778
  const type_95: string;
1773
1779
  export { type_95 as type };
1774
1780
  }
1775
1781
  export { publicPath_1 as publicPath };
1776
1782
  export namespace reasons {
1777
- const description_176: string;
1778
- export { description_176 as description };
1783
+ const description_177: string;
1784
+ export { description_177 as description };
1779
1785
  const type_96: string;
1780
1786
  export { type_96 as type };
1781
1787
  }
1782
1788
  export namespace warnings {
1783
- const description_177: string;
1784
- export { description_177 as description };
1789
+ const description_178: string;
1790
+ export { description_178 as description };
1785
1791
  const type_97: string;
1786
1792
  export { type_97 as type };
1787
1793
  }
1788
1794
  export namespace warningsCount {
1789
- const description_178: string;
1790
- export { description_178 as description };
1795
+ const description_179: string;
1796
+ export { description_179 as description };
1791
1797
  const type_98: string;
1792
1798
  export { type_98 as type };
1793
1799
  }
@@ -1795,8 +1801,8 @@ export declare namespace definitions {
1795
1801
  export { properties_22 as properties };
1796
1802
  }
1797
1803
  namespace StatsValue {
1798
- const description_179: string;
1799
- export { description_179 as description };
1804
+ const description_180: string;
1805
+ export { description_180 as description };
1800
1806
  const anyOf_46: ({
1801
1807
  enum: string[];
1802
1808
  type?: undefined;
@@ -1813,14 +1819,14 @@ export declare namespace definitions {
1813
1819
  export { anyOf_46 as anyOf };
1814
1820
  }
1815
1821
  namespace StrictModuleErrorHandling {
1816
- const description_180: string;
1817
- export { description_180 as description };
1822
+ const description_181: string;
1823
+ export { description_181 as description };
1818
1824
  const type_99: string;
1819
1825
  export { type_99 as type };
1820
1826
  }
1821
1827
  namespace Target {
1822
- const description_181: string;
1823
- export { description_181 as description };
1828
+ const description_182: string;
1829
+ export { description_182 as description };
1824
1830
  const anyOf_47: ({
1825
1831
  type: string;
1826
1832
  items: {
@@ -1847,48 +1853,48 @@ export declare namespace definitions {
1847
1853
  export { anyOf_47 as anyOf };
1848
1854
  }
1849
1855
  namespace UmdNamedDefine {
1850
- const description_182: string;
1851
- export { description_182 as description };
1856
+ const description_183: string;
1857
+ export { description_183 as description };
1852
1858
  const type_100: string;
1853
1859
  export { type_100 as type };
1854
1860
  }
1855
1861
  namespace UniqueName {
1856
- const description_183: string;
1857
- export { description_183 as description };
1862
+ const description_184: string;
1863
+ export { description_184 as description };
1858
1864
  const type_101: string;
1859
1865
  export { type_101 as type };
1860
1866
  const minLength_6: number;
1861
1867
  export { minLength_6 as minLength };
1862
1868
  }
1863
1869
  namespace Watch {
1864
- const description_184: string;
1865
- export { description_184 as description };
1870
+ const description_185: string;
1871
+ export { description_185 as description };
1866
1872
  const type_102: string;
1867
1873
  export { type_102 as type };
1868
1874
  }
1869
1875
  namespace WatchOptions {
1870
- const description_185: string;
1871
- export { description_185 as description };
1876
+ const description_186: string;
1877
+ export { description_186 as description };
1872
1878
  const type_103: string;
1873
1879
  export { type_103 as type };
1874
1880
  const additionalProperties_27: boolean;
1875
1881
  export { additionalProperties_27 as additionalProperties };
1876
1882
  export namespace properties_23 {
1877
1883
  namespace aggregateTimeout {
1878
- const description_186: string;
1879
- export { description_186 as description };
1884
+ const description_187: string;
1885
+ export { description_187 as description };
1880
1886
  const type_104: string;
1881
1887
  export { type_104 as type };
1882
1888
  }
1883
1889
  namespace followSymlinks {
1884
- const description_187: string;
1885
- export { description_187 as description };
1890
+ const description_188: string;
1891
+ export { description_188 as description };
1886
1892
  const type_105: string;
1887
1893
  export { type_105 as type };
1888
1894
  }
1889
1895
  namespace ignored {
1890
- const description_188: string;
1891
- export { description_188 as description };
1896
+ const description_189: string;
1897
+ export { description_189 as description };
1892
1898
  const anyOf_48: ({
1893
1899
  type: string;
1894
1900
  items: {
@@ -1915,8 +1921,8 @@ export declare namespace definitions {
1915
1921
  export { anyOf_48 as anyOf };
1916
1922
  }
1917
1923
  namespace poll {
1918
- const description_189: string;
1919
- export { description_189 as description };
1924
+ const description_190: string;
1925
+ export { description_190 as description };
1920
1926
  const anyOf_49: {
1921
1927
  description: string;
1922
1928
  type: string;
@@ -1924,8 +1930,8 @@ export declare namespace definitions {
1924
1930
  export { anyOf_49 as anyOf };
1925
1931
  }
1926
1932
  namespace stdin {
1927
- const description_190: string;
1928
- export { description_190 as description };
1933
+ const description_191: string;
1934
+ export { description_191 as description };
1929
1935
  const type_106: string;
1930
1936
  export { type_106 as type };
1931
1937
  }
@@ -1933,22 +1939,22 @@ export declare namespace definitions {
1933
1939
  export { properties_23 as properties };
1934
1940
  }
1935
1941
  namespace RspackPluginFunction {
1936
- const description_191: string;
1937
- export { description_191 as description };
1942
+ const description_192: string;
1943
+ export { description_192 as description };
1938
1944
  const _instanceof: string;
1939
1945
  export { _instanceof as instanceof };
1940
1946
  }
1941
1947
  namespace RspackPluginInstance {
1942
- const description_192: string;
1943
- export { description_192 as description };
1948
+ const description_193: string;
1949
+ export { description_193 as description };
1944
1950
  const type_107: string;
1945
1951
  export { type_107 as type };
1946
1952
  const additionalProperties_28: boolean;
1947
1953
  export { additionalProperties_28 as additionalProperties };
1948
1954
  export namespace properties_24 {
1949
1955
  namespace apply {
1950
- const description_193: string;
1951
- export { description_193 as description };
1956
+ const description_194: string;
1957
+ export { description_194 as description };
1952
1958
  const _instanceof_1: string;
1953
1959
  export { _instanceof_1 as instanceof };
1954
1960
  }
@@ -1959,7 +1965,7 @@ export declare namespace definitions {
1959
1965
  }
1960
1966
  }
1961
1967
  export declare const title: string;
1962
- declare const description_194: string;
1968
+ declare const description_195: string;
1963
1969
  declare const type_108: string;
1964
1970
  declare const additionalProperties_29: boolean;
1965
1971
  export declare namespace properties_25 {
@@ -2064,13 +2070,13 @@ export declare namespace properties_25 {
2064
2070
  export { $ref_49 as $ref };
2065
2071
  }
2066
2072
  export namespace builtins {
2067
- const description_195: string;
2068
- export { description_195 as description };
2073
+ const description_196: string;
2074
+ export { description_196 as description };
2069
2075
  const type_109: string;
2070
2076
  export { type_109 as type };
2071
2077
  const additionalProperties_30: boolean;
2072
2078
  export { additionalProperties_30 as additionalProperties };
2073
2079
  }
2074
2080
  }
2075
- export { description_194 as description, type_108 as type, additionalProperties_29 as additionalProperties, properties_25 as properties };
2081
+ export { description_195 as description, type_108 as type, additionalProperties_29 as additionalProperties, properties_25 as properties };
2076
2082
  //# sourceMappingURL=schema.d.ts.map