@rspack/core 0.1.12 → 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 (130) hide show
  1. package/dist/compilation.d.ts +4 -2
  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 +5 -1
  6. package/dist/compiler.d.ts.map +1 -1
  7. package/dist/compiler.js +71 -16
  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 +44 -41
  15. package/dist/config/adapter.js.map +1 -1
  16. package/dist/config/defaults.js +18 -6
  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 +28 -2
  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 +1293 -792
  27. package/dist/config/schema.check.js.map +1 -1
  28. package/dist/config/schema.d.ts +1083 -959
  29. package/dist/config/schema.js +99 -6
  30. package/dist/config/schema.js.map +1 -1
  31. package/dist/config/types.d.ts +22 -79
  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/fileSystem.d.ts +1 -0
  110. package/dist/fileSystem.d.ts.map +1 -1
  111. package/dist/fileSystem.js +1 -0
  112. package/dist/fileSystem.js.map +1 -1
  113. package/dist/index.d.ts +2 -0
  114. package/dist/index.d.ts.map +1 -1
  115. package/dist/loader-runner/index.d.ts.map +1 -1
  116. package/dist/loader-runner/index.js +16 -16
  117. package/dist/loader-runner/index.js.map +1 -1
  118. package/dist/rspack.d.ts.map +1 -1
  119. package/dist/rspack.js +3 -27
  120. package/dist/rspack.js.map +1 -1
  121. package/dist/stats.d.ts +1 -1
  122. package/dist/stats.d.ts.map +1 -1
  123. package/dist/util/index.d.ts.map +1 -1
  124. package/dist/util/index.js +1 -0
  125. package/dist/util/index.js.map +1 -1
  126. package/package.json +11 -12
  127. package/dist/error/InvalidateConfiguration.d.ts +0 -4
  128. package/dist/error/InvalidateConfiguration.d.ts.map +0 -1
  129. package/dist/error/InvalidateConfiguration.js +0 -10
  130. package/dist/error/InvalidateConfiguration.js.map +0 -1
@@ -144,26 +144,60 @@ export declare namespace definitions {
144
144
  const absolutePath_1: boolean;
145
145
  export { absolutePath_1 as absolutePath };
146
146
  }
147
- namespace WebassemblyModuleFilename {
147
+ namespace HashDigest {
148
148
  const description_17: string;
149
149
  export { description_17 as description };
150
150
  const type_7: string;
151
151
  export { type_7 as type };
152
152
  }
153
- namespace EnabledWasmLoadingTypes {
153
+ namespace HashDigestLength {
154
154
  const description_18: string;
155
155
  export { description_18 as description };
156
156
  const type_8: string;
157
157
  export { type_8 as type };
158
- export namespace items {
159
- const $ref: string;
160
- }
158
+ export const minimum: number;
161
159
  }
162
- namespace EnabledChunkLoadingTypes {
160
+ namespace HashFunction {
163
161
  const description_19: string;
164
162
  export { description_19 as description };
163
+ const anyOf_6: ({
164
+ type: string;
165
+ minLength: number;
166
+ instanceof?: undefined;
167
+ } | {
168
+ instanceof: string;
169
+ type?: undefined;
170
+ minLength?: undefined;
171
+ })[];
172
+ export { anyOf_6 as anyOf };
173
+ }
174
+ namespace HashSalt {
175
+ const description_20: string;
176
+ export { description_20 as description };
165
177
  const type_9: string;
166
178
  export { type_9 as type };
179
+ export const minLength: number;
180
+ }
181
+ namespace WebassemblyModuleFilename {
182
+ const description_21: string;
183
+ export { description_21 as description };
184
+ const type_10: string;
185
+ export { type_10 as type };
186
+ }
187
+ namespace EnabledWasmLoadingTypes {
188
+ const description_22: string;
189
+ export { description_22 as description };
190
+ const type_11: string;
191
+ export { type_11 as type };
192
+ export namespace items {
193
+ const $ref: string;
194
+ }
195
+ }
196
+ namespace EnabledChunkLoadingTypes {
197
+ const description_23: string;
198
+ export { description_23 as description };
199
+ const type_12: string;
200
+ export { type_12 as type };
167
201
  export namespace items_1 {
168
202
  const $ref_1: string;
169
203
  export { $ref_1 as $ref };
@@ -171,52 +205,52 @@ export declare namespace definitions {
171
205
  export { items_1 as items };
172
206
  }
173
207
  namespace WasmLoading {
174
- const description_20: string;
175
- export { description_20 as description };
176
- const anyOf_6: ({
208
+ const description_24: string;
209
+ export { description_24 as description };
210
+ const anyOf_7: ({
177
211
  enum: boolean[];
178
212
  $ref?: undefined;
179
213
  } | {
180
214
  $ref: string;
181
215
  enum?: undefined;
182
216
  })[];
183
- export { anyOf_6 as anyOf };
217
+ export { anyOf_7 as anyOf };
184
218
  }
185
219
  namespace WasmLoadingType {
186
- const description_21: string;
187
- export { description_21 as description };
188
- const anyOf_7: ({
220
+ const description_25: string;
221
+ export { description_25 as description };
222
+ const anyOf_8: ({
189
223
  enum: string[];
190
224
  type?: undefined;
191
225
  } | {
192
226
  type: string;
193
227
  enum?: undefined;
194
228
  })[];
195
- export { anyOf_7 as anyOf };
229
+ export { anyOf_8 as anyOf };
196
230
  }
197
231
  namespace Dependencies {
198
- const description_22: string;
199
- export { description_22 as description };
200
- const type_10: string;
201
- export { type_10 as type };
232
+ const description_26: string;
233
+ export { description_26 as description };
234
+ const type_13: string;
235
+ export { type_13 as type };
202
236
  export namespace items_2 {
203
- const description_23: string;
204
- export { description_23 as description };
205
- const type_11: string;
206
- export { type_11 as type };
237
+ const description_27: string;
238
+ export { description_27 as description };
239
+ const type_14: string;
240
+ export { type_14 as type };
207
241
  }
208
242
  export { items_2 as items };
209
243
  }
210
244
  namespace DevServer {
211
- const description_24: string;
212
- export { description_24 as description };
213
- const type_12: string;
214
- export { type_12 as type };
245
+ const description_28: string;
246
+ export { description_28 as description };
247
+ const type_15: string;
248
+ export { type_15 as type };
215
249
  }
216
250
  namespace DevTool {
217
- const description_25: string;
218
- export { description_25 as description };
219
- const anyOf_8: ({
251
+ const description_29: string;
252
+ export { description_29 as description };
253
+ const anyOf_9: ({
220
254
  enum: boolean[];
221
255
  type?: undefined;
222
256
  pattern?: undefined;
@@ -225,13 +259,13 @@ export declare namespace definitions {
225
259
  pattern: string;
226
260
  enum?: undefined;
227
261
  })[];
228
- export { anyOf_8 as anyOf };
262
+ export { anyOf_9 as anyOf };
229
263
  }
230
264
  namespace EnabledLibraryTypes {
231
- const description_26: string;
232
- export { description_26 as description };
233
- const type_13: string;
234
- export { type_13 as type };
265
+ const description_30: string;
266
+ export { description_30 as description };
267
+ const type_16: string;
268
+ export { type_16 as type };
235
269
  export namespace items_3 {
236
270
  const $ref_2: string;
237
271
  export { $ref_2 as $ref };
@@ -239,18 +273,18 @@ export declare namespace definitions {
239
273
  export { items_3 as items };
240
274
  }
241
275
  namespace Entry {
242
- const description_27: string;
243
- export { description_27 as description };
244
- const anyOf_9: {
276
+ const description_31: string;
277
+ export { description_31 as description };
278
+ const anyOf_10: {
245
279
  $ref: string;
246
280
  }[];
247
- export { anyOf_9 as anyOf };
281
+ export { anyOf_10 as anyOf };
248
282
  }
249
283
  namespace EntryDescription {
250
- const description_28: string;
251
- export { description_28 as description };
252
- const type_14: string;
253
- export { type_14 as type };
284
+ const description_32: string;
285
+ export { description_32 as description };
286
+ const type_17: string;
287
+ export { type_17 as type };
254
288
  const additionalProperties_2: boolean;
255
289
  export { additionalProperties_2 as additionalProperties };
256
290
  export namespace properties_2 {
@@ -272,17 +306,17 @@ export declare namespace definitions {
272
306
  export const required: string[];
273
307
  }
274
308
  namespace EntryFilename {
275
- const description_29: string;
276
- export { description_29 as description };
309
+ const description_33: string;
310
+ export { description_33 as description };
277
311
  const oneOf_3: {
278
312
  $ref: string;
279
313
  }[];
280
314
  export { oneOf_3 as oneOf };
281
315
  }
282
316
  namespace EntryItem {
283
- const description_30: string;
284
- export { description_30 as description };
285
- const anyOf_10: ({
317
+ const description_34: string;
318
+ export { description_34 as description };
319
+ const anyOf_11: ({
286
320
  description: string;
287
321
  type: string;
288
322
  items: {
@@ -301,27 +335,27 @@ export declare namespace definitions {
301
335
  minItems?: undefined;
302
336
  uniqueItems?: undefined;
303
337
  })[];
304
- export { anyOf_10 as anyOf };
338
+ export { anyOf_11 as anyOf };
305
339
  }
306
340
  namespace EntryObject {
307
- const description_31: string;
308
- export { description_31 as description };
309
- const type_15: string;
310
- export { type_15 as type };
341
+ const description_35: string;
342
+ export { description_35 as description };
343
+ const type_18: string;
344
+ export { type_18 as type };
311
345
  export namespace additionalProperties_3 {
312
- const description_32: string;
313
- export { description_32 as description };
314
- const anyOf_11: {
346
+ const description_36: string;
347
+ export { description_36 as description };
348
+ const anyOf_12: {
315
349
  $ref: string;
316
350
  }[];
317
- export { anyOf_11 as anyOf };
351
+ export { anyOf_12 as anyOf };
318
352
  }
319
353
  export { additionalProperties_3 as additionalProperties };
320
354
  }
321
355
  namespace EntryRuntime {
322
- const description_33: string;
323
- export { description_33 as description };
324
- const anyOf_12: ({
356
+ const description_37: string;
357
+ export { description_37 as description };
358
+ const anyOf_13: ({
325
359
  enum: boolean[];
326
360
  type?: undefined;
327
361
  minLength?: undefined;
@@ -330,77 +364,77 @@ export declare namespace definitions {
330
364
  minLength: number;
331
365
  enum?: undefined;
332
366
  })[];
333
- export { anyOf_12 as anyOf };
367
+ export { anyOf_13 as anyOf };
334
368
  }
335
369
  namespace EntryStatic {
336
- const description_34: string;
337
- export { description_34 as description };
338
- const anyOf_13: {
370
+ const description_38: string;
371
+ export { description_38 as description };
372
+ const anyOf_14: {
339
373
  $ref: string;
340
374
  }[];
341
- export { anyOf_13 as anyOf };
375
+ export { anyOf_14 as anyOf };
342
376
  }
343
377
  namespace EntryUnnamed {
344
- const description_35: string;
345
- export { description_35 as description };
378
+ const description_39: string;
379
+ export { description_39 as description };
346
380
  const oneOf_4: {
347
381
  $ref: string;
348
382
  }[];
349
383
  export { oneOf_4 as oneOf };
350
384
  }
351
385
  namespace Experiments {
352
- const description_36: string;
353
- export { description_36 as description };
354
- const type_16: string;
355
- export { type_16 as type };
386
+ const description_40: string;
387
+ export { description_40 as description };
388
+ const type_19: string;
389
+ export { type_19 as type };
356
390
  const additionalProperties_4: boolean;
357
391
  export { additionalProperties_4 as additionalProperties };
358
392
  export namespace properties_3 {
359
393
  namespace asyncWebAssembly {
360
- const description_37: string;
361
- export { description_37 as description };
362
- const type_17: string;
363
- export { type_17 as type };
394
+ const description_41: string;
395
+ export { description_41 as description };
396
+ const type_20: string;
397
+ export { type_20 as type };
364
398
  }
365
399
  namespace incrementalRebuild {
366
- const description_38: string;
367
- export { description_38 as description };
368
- const type_18: string;
369
- export { type_18 as type };
400
+ const description_42: string;
401
+ export { description_42 as description };
402
+ const type_21: string;
403
+ export { type_21 as type };
370
404
  }
371
405
  namespace lazyCompilation {
372
- const description_39: string;
373
- export { description_39 as description };
374
- const anyOf_14: {
406
+ const description_43: string;
407
+ export { description_43 as description };
408
+ const anyOf_15: {
375
409
  type: string;
376
410
  }[];
377
- export { anyOf_14 as anyOf };
411
+ export { anyOf_15 as anyOf };
378
412
  }
379
413
  namespace outputModule {
380
- const description_40: string;
381
- export { description_40 as description };
382
- const type_19: string;
383
- export { type_19 as type };
414
+ const description_44: string;
415
+ export { description_44 as description };
416
+ const type_22: string;
417
+ export { type_22 as type };
384
418
  }
385
419
  namespace newSplitChunks {
386
- const description_41: string;
387
- export { description_41 as description };
388
- const type_20: string;
389
- export { type_20 as type };
420
+ const description_45: string;
421
+ export { description_45 as description };
422
+ const type_23: string;
423
+ export { type_23 as type };
390
424
  }
391
425
  namespace css {
392
- const description_42: string;
393
- export { description_42 as description };
394
- const type_21: string;
395
- export { type_21 as type };
426
+ const description_46: string;
427
+ export { description_46 as description };
428
+ const type_24: string;
429
+ export { type_24 as type };
396
430
  }
397
431
  }
398
432
  export { properties_3 as properties };
399
433
  }
400
434
  namespace ExternalItem {
401
- const description_43: string;
402
- export { description_43 as description };
403
- const anyOf_15: ({
435
+ const description_47: string;
436
+ export { description_47 as description };
437
+ const anyOf_16: ({
404
438
  description: string;
405
439
  instanceof: string;
406
440
  type?: undefined;
@@ -418,12 +452,12 @@ export declare namespace definitions {
418
452
  };
419
453
  instanceof?: undefined;
420
454
  })[];
421
- export { anyOf_15 as anyOf };
455
+ export { anyOf_16 as anyOf };
422
456
  }
423
457
  namespace ExternalItemValue {
424
- const description_44: string;
425
- export { description_44 as description };
426
- const anyOf_16: ({
458
+ const description_48: string;
459
+ export { description_48 as description };
460
+ const anyOf_17: ({
427
461
  type: string;
428
462
  items: {
429
463
  description: string;
@@ -436,12 +470,12 @@ export declare namespace definitions {
436
470
  type: string;
437
471
  items?: undefined;
438
472
  })[];
439
- export { anyOf_16 as anyOf };
473
+ export { anyOf_17 as anyOf };
440
474
  }
441
475
  namespace Externals {
442
- const description_45: string;
443
- export { description_45 as description };
444
- const anyOf_17: ({
476
+ const description_49: string;
477
+ export { description_49 as description };
478
+ const anyOf_18: ({
445
479
  type: string;
446
480
  items: {
447
481
  $ref: string;
@@ -452,51 +486,81 @@ export declare namespace definitions {
452
486
  type?: undefined;
453
487
  items?: undefined;
454
488
  })[];
455
- export { anyOf_17 as anyOf };
489
+ export { anyOf_18 as anyOf };
456
490
  }
457
491
  namespace ExternalsPresets {
458
- const description_46: string;
459
- export { description_46 as description };
460
- const type_22: string;
461
- export { type_22 as type };
492
+ const description_50: string;
493
+ export { description_50 as description };
494
+ const type_25: string;
495
+ export { type_25 as type };
462
496
  const additionalProperties_5: boolean;
463
497
  export { additionalProperties_5 as additionalProperties };
464
498
  export namespace properties_4 {
465
499
  namespace node {
466
- const description_47: string;
467
- export { description_47 as description };
468
- const type_23: string;
469
- export { type_23 as type };
500
+ const description_51: string;
501
+ export { description_51 as description };
502
+ const type_26: string;
503
+ export { type_26 as type };
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 };
470
534
  }
471
535
  }
472
536
  export { properties_4 as properties };
473
537
  }
474
538
  namespace ExternalsType {
475
- const description_48: string;
476
- export { description_48 as description };
539
+ const description_57: string;
540
+ export { description_57 as description };
477
541
  const _enum_1: string[];
478
542
  export { _enum_1 as enum };
479
543
  }
480
544
  namespace Filename {
481
- const description_49: string;
482
- export { description_49 as description };
545
+ const description_58: string;
546
+ export { description_58 as description };
483
547
  const oneOf_5: {
484
548
  $ref: string;
485
549
  }[];
486
550
  export { oneOf_5 as oneOf };
487
551
  }
488
552
  namespace SourceMapFilename {
489
- const description_50: string;
490
- export { description_50 as description };
553
+ const description_59: string;
554
+ export { description_59 as description };
491
555
  const oneOf_6: {
492
556
  $ref: string;
493
557
  }[];
494
558
  export { oneOf_6 as oneOf };
495
559
  }
496
560
  namespace FilenameTemplate {
497
- const description_51: string;
498
- export { description_51 as description };
499
- const anyOf_18: ({
561
+ const description_60: string;
562
+ export { description_60 as description };
563
+ const anyOf_19: ({
500
564
  type: string;
501
565
  minLength: number;
502
566
  instanceof?: undefined;
@@ -505,24 +569,24 @@ export declare namespace definitions {
505
569
  type?: undefined;
506
570
  minLength?: undefined;
507
571
  })[];
508
- export { anyOf_18 as anyOf };
572
+ export { anyOf_19 as anyOf };
509
573
  }
510
574
  namespace FilterItemTypes {
511
- const description_52: string;
512
- export { description_52 as description };
513
- const anyOf_19: ({
575
+ const description_61: string;
576
+ export { description_61 as description };
577
+ const anyOf_20: ({
514
578
  instanceof: string;
515
579
  type?: undefined;
516
580
  } | {
517
581
  type: string;
518
582
  instanceof?: undefined;
519
583
  })[];
520
- export { anyOf_19 as anyOf };
584
+ export { anyOf_20 as anyOf };
521
585
  }
522
586
  namespace FilterTypes {
523
- const description_53: string;
524
- export { description_53 as description };
525
- const anyOf_20: ({
587
+ const description_62: string;
588
+ export { description_62 as description };
589
+ const anyOf_21: ({
526
590
  type: string;
527
591
  items: {
528
592
  description: string;
@@ -536,49 +600,50 @@ export declare namespace definitions {
536
600
  type?: undefined;
537
601
  items?: undefined;
538
602
  })[];
539
- export { anyOf_20 as anyOf };
603
+ export { anyOf_21 as anyOf };
540
604
  }
541
605
  namespace GlobalObject {
542
- const description_54: string;
543
- export { description_54 as description };
544
- const type_24: string;
545
- export { type_24 as type };
546
- export const minLength: number;
606
+ const description_63: string;
607
+ export { description_63 as description };
608
+ const type_32: string;
609
+ export { type_32 as type };
610
+ const minLength_1: number;
611
+ export { minLength_1 as minLength };
547
612
  }
548
613
  namespace ImportFunctionName {
549
- const description_55: string;
550
- export { description_55 as description };
551
- const type_25: string;
552
- export { type_25 as type };
614
+ const description_64: string;
615
+ export { description_64 as description };
616
+ const type_33: string;
617
+ export { type_33 as type };
553
618
  }
554
619
  namespace InfrastructureLogging {
555
- const description_56: string;
556
- export { description_56 as description };
557
- const type_26: string;
558
- export { type_26 as type };
620
+ const description_65: string;
621
+ export { description_65 as description };
622
+ const type_34: string;
623
+ export { type_34 as type };
559
624
  const additionalProperties_6: boolean;
560
625
  export { additionalProperties_6 as additionalProperties };
561
626
  export namespace properties_5 {
562
627
  namespace appendOnly {
563
- const description_57: string;
564
- export { description_57 as description };
565
- const type_27: string;
566
- export { type_27 as type };
628
+ const description_66: string;
629
+ export { description_66 as description };
630
+ const type_35: string;
631
+ export { type_35 as type };
567
632
  }
568
633
  namespace colors {
569
- const description_58: string;
570
- export { description_58 as description };
571
- const type_28: string;
572
- export { type_28 as type };
634
+ const description_67: string;
635
+ export { description_67 as description };
636
+ const type_36: string;
637
+ export { type_36 as type };
573
638
  }
574
639
  namespace console {
575
- const description_59: string;
576
- export { description_59 as description };
640
+ const description_68: string;
641
+ export { description_68 as description };
577
642
  }
578
643
  namespace debug {
579
- const description_60: string;
580
- export { description_60 as description };
581
- const anyOf_21: ({
644
+ const description_69: string;
645
+ export { description_69 as description };
646
+ const anyOf_22: ({
582
647
  description: string;
583
648
  type: string;
584
649
  $ref?: undefined;
@@ -587,94 +652,94 @@ export declare namespace definitions {
587
652
  description?: undefined;
588
653
  type?: undefined;
589
654
  })[];
590
- export { anyOf_21 as anyOf };
655
+ export { anyOf_22 as anyOf };
591
656
  }
592
657
  namespace level {
593
- const description_61: string;
594
- export { description_61 as description };
658
+ const description_70: string;
659
+ export { description_70 as description };
595
660
  const _enum_2: string[];
596
661
  export { _enum_2 as enum };
597
662
  }
598
663
  namespace stream {
599
- const description_62: string;
600
- export { description_62 as description };
664
+ const description_71: string;
665
+ export { description_71 as description };
601
666
  }
602
667
  }
603
668
  export { properties_5 as properties };
604
669
  }
605
670
  namespace Library {
606
- const description_63: string;
607
- export { description_63 as description };
608
- const anyOf_22: {
671
+ const description_72: string;
672
+ export { description_72 as description };
673
+ const anyOf_23: {
609
674
  $ref: string;
610
675
  }[];
611
- export { anyOf_22 as anyOf };
676
+ export { anyOf_23 as anyOf };
612
677
  }
613
678
  namespace LibraryCustomUmdCommentObject {
614
- const description_64: string;
615
- export { description_64 as description };
616
- const type_29: string;
617
- export { type_29 as type };
679
+ const description_73: string;
680
+ export { description_73 as description };
681
+ const type_37: string;
682
+ export { type_37 as type };
618
683
  const additionalProperties_7: boolean;
619
684
  export { additionalProperties_7 as additionalProperties };
620
685
  export namespace properties_6 {
621
686
  namespace amd {
622
- const description_65: string;
623
- export { description_65 as description };
624
- const type_30: string;
625
- export { type_30 as type };
687
+ const description_74: string;
688
+ export { description_74 as description };
689
+ const type_38: string;
690
+ export { type_38 as type };
626
691
  }
627
692
  namespace commonjs {
628
- const description_66: string;
629
- export { description_66 as description };
630
- const type_31: string;
631
- export { type_31 as type };
693
+ const description_75: string;
694
+ export { description_75 as description };
695
+ const type_39: string;
696
+ export { type_39 as type };
632
697
  }
633
698
  namespace commonjs2 {
634
- const description_67: string;
635
- export { description_67 as description };
636
- const type_32: string;
637
- export { type_32 as type };
699
+ const description_76: string;
700
+ export { description_76 as description };
701
+ const type_40: string;
702
+ export { type_40 as type };
638
703
  }
639
704
  namespace root {
640
- const description_68: string;
641
- export { description_68 as description };
642
- const type_33: string;
643
- export { type_33 as type };
705
+ const description_77: string;
706
+ export { description_77 as description };
707
+ const type_41: string;
708
+ export { type_41 as type };
644
709
  }
645
710
  }
646
711
  export { properties_6 as properties };
647
712
  }
648
713
  namespace LibraryCustomUmdObject {
649
- const description_69: string;
650
- export { description_69 as description };
651
- const type_34: string;
652
- export { type_34 as type };
714
+ const description_78: string;
715
+ export { description_78 as description };
716
+ const type_42: string;
717
+ export { type_42 as type };
653
718
  const additionalProperties_8: boolean;
654
719
  export { additionalProperties_8 as additionalProperties };
655
720
  export namespace properties_7 {
656
721
  export namespace amd_1 {
657
- const description_70: string;
658
- export { description_70 as description };
659
- const type_35: string;
660
- export { type_35 as type };
661
- const minLength_1: number;
662
- export { minLength_1 as minLength };
722
+ const description_79: string;
723
+ export { description_79 as description };
724
+ const type_43: string;
725
+ export { type_43 as type };
726
+ const minLength_2: number;
727
+ export { minLength_2 as minLength };
663
728
  }
664
729
  export { amd_1 as amd };
665
730
  export namespace commonjs_1 {
666
- const description_71: string;
667
- export { description_71 as description };
668
- const type_36: string;
669
- export { type_36 as type };
670
- const minLength_2: number;
671
- export { minLength_2 as minLength };
731
+ const description_80: string;
732
+ export { description_80 as description };
733
+ const type_44: string;
734
+ export { type_44 as type };
735
+ const minLength_3: number;
736
+ export { minLength_3 as minLength };
672
737
  }
673
738
  export { commonjs_1 as commonjs };
674
739
  export namespace root_1 {
675
- const description_72: string;
676
- export { description_72 as description };
677
- const anyOf_23: ({
740
+ const description_81: string;
741
+ export { description_81 as description };
742
+ const anyOf_24: ({
678
743
  type: string;
679
744
  items: {
680
745
  description: string;
@@ -687,16 +752,16 @@ export declare namespace definitions {
687
752
  minLength: number;
688
753
  items?: undefined;
689
754
  })[];
690
- export { anyOf_23 as anyOf };
755
+ export { anyOf_24 as anyOf };
691
756
  }
692
757
  export { root_1 as root };
693
758
  }
694
759
  export { properties_7 as properties };
695
760
  }
696
761
  namespace LibraryExport {
697
- const description_73: string;
698
- export { description_73 as description };
699
- const anyOf_24: ({
762
+ const description_82: string;
763
+ export { description_82 as description };
764
+ const anyOf_25: ({
700
765
  type: string;
701
766
  items: {
702
767
  description: string;
@@ -709,12 +774,12 @@ export declare namespace definitions {
709
774
  minLength: number;
710
775
  items?: undefined;
711
776
  })[];
712
- export { anyOf_24 as anyOf };
777
+ export { anyOf_25 as anyOf };
713
778
  }
714
779
  namespace LibraryName {
715
- const description_74: string;
716
- export { description_74 as description };
717
- const anyOf_25: ({
780
+ const description_83: string;
781
+ export { description_83 as description };
782
+ const anyOf_26: ({
718
783
  type: string;
719
784
  items: {
720
785
  description: string;
@@ -737,13 +802,13 @@ export declare namespace definitions {
737
802
  minItems?: undefined;
738
803
  minLength?: undefined;
739
804
  })[];
740
- export { anyOf_25 as anyOf };
805
+ export { anyOf_26 as anyOf };
741
806
  }
742
807
  namespace LibraryOptions {
743
- const description_75: string;
744
- export { description_75 as description };
745
- const type_37: string;
746
- export { type_37 as type };
808
+ const description_84: string;
809
+ export { description_84 as description };
810
+ const type_45: string;
811
+ export { type_45 as type };
747
812
  const additionalProperties_9: boolean;
748
813
  export { additionalProperties_9 as additionalProperties };
749
814
  export namespace properties_8 {
@@ -760,11 +825,11 @@ export declare namespace definitions {
760
825
  const $ref_8: string;
761
826
  export { $ref_8 as $ref };
762
827
  }
763
- export namespace type_38 {
828
+ export namespace type_46 {
764
829
  const $ref_9: string;
765
830
  export { $ref_9 as $ref };
766
831
  }
767
- export { type_38 as type };
832
+ export { type_46 as type };
768
833
  export namespace umdNamedDefine {
769
834
  const $ref_10: string;
770
835
  export { $ref_10 as $ref };
@@ -775,47 +840,47 @@ export declare namespace definitions {
775
840
  export { required_1 as required };
776
841
  }
777
842
  namespace LibraryType {
778
- const description_76: string;
779
- export { description_76 as description };
780
- const anyOf_26: ({
843
+ const description_85: string;
844
+ export { description_85 as description };
845
+ const anyOf_27: ({
781
846
  enum: string[];
782
847
  type?: undefined;
783
848
  } | {
784
849
  type: string;
785
850
  enum?: undefined;
786
851
  })[];
787
- export { anyOf_26 as anyOf };
852
+ export { anyOf_27 as anyOf };
788
853
  }
789
854
  namespace Mode {
790
- const description_77: string;
791
- export { description_77 as description };
855
+ const description_86: string;
856
+ export { description_86 as description };
792
857
  const _enum_3: string[];
793
858
  export { _enum_3 as enum };
794
859
  }
795
- namespace ignoreWarnings {
796
- const description_78: string;
797
- export { description_78 as description };
798
- const type_39: string;
799
- export { type_39 as type };
860
+ namespace IgnoreWarnings {
861
+ const description_87: string;
862
+ export { description_87 as description };
863
+ const type_47: string;
864
+ export { type_47 as type };
800
865
  export namespace items_4 {
801
- const anyOf_27: {
866
+ const anyOf_28: {
802
867
  instanceof: string;
803
868
  }[];
804
- export { anyOf_27 as anyOf };
869
+ export { anyOf_28 as anyOf };
805
870
  }
806
871
  export { items_4 as items };
807
872
  }
808
873
  namespace ModuleOptions {
809
- const description_79: string;
810
- export { description_79 as description };
811
- const type_40: string;
812
- export { type_40 as type };
874
+ const description_88: string;
875
+ export { description_88 as description };
876
+ const type_48: string;
877
+ export { type_48 as type };
813
878
  const additionalProperties_10: boolean;
814
879
  export { additionalProperties_10 as additionalProperties };
815
880
  export namespace properties_9 {
816
881
  namespace defaultRules {
817
- const description_80: string;
818
- export { description_80 as description };
882
+ const description_89: string;
883
+ export { description_89 as description };
819
884
  const oneOf_7: {
820
885
  $ref: string;
821
886
  }[];
@@ -826,8 +891,8 @@ export declare namespace definitions {
826
891
  export { $ref_11 as $ref };
827
892
  }
828
893
  namespace rules {
829
- const description_81: string;
830
- export { description_81 as description };
894
+ const description_90: string;
895
+ export { description_90 as description };
831
896
  const oneOf_8: {
832
897
  $ref: string;
833
898
  }[];
@@ -837,46 +902,46 @@ export declare namespace definitions {
837
902
  export { properties_9 as properties };
838
903
  }
839
904
  namespace Name {
840
- const description_82: string;
841
- export { description_82 as description };
842
- const type_41: string;
843
- export { type_41 as type };
905
+ const description_91: string;
906
+ export { description_91 as description };
907
+ const type_49: string;
908
+ export { type_49 as type };
844
909
  }
845
910
  namespace Node {
846
- const description_83: string;
847
- export { description_83 as description };
848
- const anyOf_28: ({
911
+ const description_92: string;
912
+ export { description_92 as description };
913
+ const anyOf_29: ({
849
914
  enum: boolean[];
850
915
  $ref?: undefined;
851
916
  } | {
852
917
  $ref: string;
853
918
  enum?: undefined;
854
919
  })[];
855
- export { anyOf_28 as anyOf };
920
+ export { anyOf_29 as anyOf };
856
921
  }
857
922
  namespace NodeOptions {
858
- const description_84: string;
859
- export { description_84 as description };
860
- const type_42: string;
861
- export { type_42 as type };
923
+ const description_93: string;
924
+ export { description_93 as description };
925
+ const type_50: string;
926
+ export { type_50 as type };
862
927
  const additionalProperties_11: boolean;
863
928
  export { additionalProperties_11 as additionalProperties };
864
929
  export namespace properties_10 {
865
930
  namespace __dirname {
866
- const description_85: string;
867
- export { description_85 as description };
931
+ const description_94: string;
932
+ export { description_94 as description };
868
933
  const _enum_4: (string | boolean)[];
869
934
  export { _enum_4 as enum };
870
935
  }
871
936
  namespace __filename {
872
- const description_86: string;
873
- export { description_86 as description };
937
+ const description_95: string;
938
+ export { description_95 as description };
874
939
  const _enum_5: (string | boolean)[];
875
940
  export { _enum_5 as enum };
876
941
  }
877
942
  namespace global {
878
- const description_87: string;
879
- export { description_87 as description };
943
+ const description_96: string;
944
+ export { description_96 as description };
880
945
  const _enum_6: (string | boolean)[];
881
946
  export { _enum_6 as enum };
882
947
  }
@@ -884,103 +949,103 @@ export declare namespace definitions {
884
949
  export { properties_10 as properties };
885
950
  }
886
951
  namespace Optimization {
887
- const description_88: string;
888
- export { description_88 as description };
889
- const type_43: string;
890
- export { type_43 as type };
952
+ const description_97: string;
953
+ export { description_97 as description };
954
+ const type_51: string;
955
+ export { type_51 as type };
891
956
  const additionalProperties_12: boolean;
892
957
  export { additionalProperties_12 as additionalProperties };
893
958
  export namespace properties_11 {
894
959
  namespace chunkIds {
895
- const description_89: string;
896
- export { description_89 as description };
960
+ const description_98: string;
961
+ export { description_98 as description };
897
962
  const _enum_7: string[];
898
963
  export { _enum_7 as enum };
899
964
  }
900
965
  namespace minimize {
901
- const description_90: string;
902
- export { description_90 as description };
903
- const type_44: string;
904
- export { type_44 as type };
966
+ const description_99: string;
967
+ export { description_99 as description };
968
+ const type_52: string;
969
+ export { type_52 as type };
905
970
  }
906
971
  namespace minimizer {
907
- const description_91: string;
908
- export { description_91 as description };
909
- const type_45: string;
910
- export { type_45 as type };
972
+ const description_100: string;
973
+ export { description_100 as description };
974
+ const type_53: string;
975
+ export { type_53 as type };
911
976
  export namespace items_5 {
912
- const description_92: string;
913
- export { description_92 as description };
914
- const anyOf_29: ({
977
+ const description_101: string;
978
+ export { description_101 as description };
979
+ const anyOf_30: ({
915
980
  enum: string[];
916
981
  $ref?: undefined;
917
982
  } | {
918
983
  $ref: string;
919
984
  enum?: undefined;
920
985
  })[];
921
- export { anyOf_29 as anyOf };
986
+ export { anyOf_30 as anyOf };
922
987
  }
923
988
  export { items_5 as items };
924
989
  }
925
990
  namespace moduleIds {
926
- const description_93: string;
927
- export { description_93 as description };
991
+ const description_102: string;
992
+ export { description_102 as description };
928
993
  const _enum_8: string[];
929
994
  export { _enum_8 as enum };
930
995
  }
931
996
  namespace removeAvailableModules {
932
- const description_94: string;
933
- export { description_94 as description };
934
- const type_46: string;
935
- export { type_46 as type };
997
+ const description_103: string;
998
+ export { description_103 as description };
999
+ const type_54: string;
1000
+ export { type_54 as type };
936
1001
  }
937
1002
  namespace removeEmptyChunks {
938
- const description_95: string;
939
- export { description_95 as description };
940
- const type_47: string;
941
- export { type_47 as type };
1003
+ const description_104: string;
1004
+ export { description_104 as description };
1005
+ const type_55: string;
1006
+ export { type_55 as type };
942
1007
  }
943
1008
  namespace runtimeChunk {
944
1009
  const $ref_12: string;
945
1010
  export { $ref_12 as $ref };
946
1011
  }
947
1012
  namespace sideEffects {
948
- const description_96: string;
949
- export { description_96 as description };
950
- const anyOf_30: ({
1013
+ const description_105: string;
1014
+ export { description_105 as description };
1015
+ const anyOf_31: ({
951
1016
  enum: string[];
952
1017
  type?: undefined;
953
1018
  } | {
954
1019
  type: string;
955
1020
  enum?: undefined;
956
1021
  })[];
957
- export { anyOf_30 as anyOf };
1022
+ export { anyOf_31 as anyOf };
958
1023
  }
959
1024
  namespace splitChunks {
960
- const description_97: string;
961
- export { description_97 as description };
962
- const anyOf_31: ({
1025
+ const description_106: string;
1026
+ export { description_106 as description };
1027
+ const anyOf_32: ({
963
1028
  enum: boolean[];
964
1029
  $ref?: undefined;
965
1030
  } | {
966
1031
  $ref: string;
967
1032
  enum?: undefined;
968
1033
  })[];
969
- export { anyOf_31 as anyOf };
1034
+ export { anyOf_32 as anyOf };
970
1035
  }
971
1036
  namespace realContentHash {
972
- const description_98: string;
973
- export { description_98 as description };
974
- const type_48: string;
975
- export { type_48 as type };
1037
+ const description_107: string;
1038
+ export { description_107 as description };
1039
+ const type_56: string;
1040
+ export { type_56 as type };
976
1041
  }
977
1042
  }
978
1043
  export { properties_11 as properties };
979
1044
  }
980
1045
  namespace OptimizationRuntimeChunk {
981
- const description_99: string;
982
- export { description_99 as description };
983
- const anyOf_32: ({
1046
+ const description_108: string;
1047
+ export { description_108 as description };
1048
+ const anyOf_33: ({
984
1049
  enum: string[];
985
1050
  type?: undefined;
986
1051
  additionalProperties?: undefined;
@@ -1007,39 +1072,40 @@ export declare namespace definitions {
1007
1072
  };
1008
1073
  enum?: undefined;
1009
1074
  })[];
1010
- export { anyOf_32 as anyOf };
1075
+ export { anyOf_33 as anyOf };
1011
1076
  }
1012
1077
  namespace OptimizationSplitChunksCacheGroup {
1013
- const description_100: string;
1014
- export { description_100 as description };
1015
- const type_49: string;
1016
- export { type_49 as type };
1078
+ const description_109: string;
1079
+ export { description_109 as description };
1080
+ const type_57: string;
1081
+ export { type_57 as type };
1017
1082
  const additionalProperties_13: boolean;
1018
1083
  export { additionalProperties_13 as additionalProperties };
1019
1084
  export namespace properties_12 {
1020
1085
  export namespace chunks {
1021
- const description_101: string;
1022
- export { description_101 as description };
1023
- const anyOf_33: ({
1086
+ const description_110: string;
1087
+ export { description_110 as description };
1088
+ const anyOf_34: ({
1024
1089
  enum: string[];
1025
1090
  instanceof?: undefined;
1026
1091
  } | {
1027
1092
  instanceof: string;
1028
1093
  enum?: undefined;
1029
1094
  })[];
1030
- export { anyOf_33 as anyOf };
1095
+ export { anyOf_34 as anyOf };
1031
1096
  }
1032
1097
  export namespace minChunks {
1033
- const description_102: string;
1034
- export { description_102 as description };
1035
- const type_50: string;
1036
- export { type_50 as type };
1037
- export const minimum: number;
1098
+ const description_111: string;
1099
+ export { description_111 as description };
1100
+ const type_58: string;
1101
+ export { type_58 as type };
1102
+ const minimum_1: number;
1103
+ export { minimum_1 as minimum };
1038
1104
  }
1039
1105
  export namespace name_1 {
1040
- const description_103: string;
1041
- export { description_103 as description };
1042
- const anyOf_34: ({
1106
+ const description_112: string;
1107
+ export { description_112 as description };
1108
+ const anyOf_35: ({
1043
1109
  enum: boolean[];
1044
1110
  type?: undefined;
1045
1111
  instanceof?: undefined;
@@ -1052,47 +1118,47 @@ export declare namespace definitions {
1052
1118
  enum?: undefined;
1053
1119
  type?: undefined;
1054
1120
  })[];
1055
- export { anyOf_34 as anyOf };
1121
+ export { anyOf_35 as anyOf };
1056
1122
  }
1057
1123
  export { name_1 as name };
1058
1124
  export namespace priority {
1059
- const description_104: string;
1060
- export { description_104 as description };
1061
- const type_51: string;
1062
- export { type_51 as type };
1125
+ const description_113: string;
1126
+ export { description_113 as description };
1127
+ const type_59: string;
1128
+ export { type_59 as type };
1063
1129
  }
1064
1130
  export namespace reuseExistingChunk {
1065
- const description_105: string;
1066
- export { description_105 as description };
1067
- const type_52: string;
1068
- export { type_52 as type };
1131
+ const description_114: string;
1132
+ export { description_114 as description };
1133
+ const type_60: string;
1134
+ export { type_60 as type };
1069
1135
  }
1070
1136
  export namespace enforce {
1071
- const description_106: string;
1072
- export { description_106 as description };
1073
- const type_53: string;
1074
- export { type_53 as type };
1137
+ const description_115: string;
1138
+ export { description_115 as description };
1139
+ const type_61: string;
1140
+ export { type_61 as type };
1075
1141
  }
1076
1142
  export namespace hidePathInfo {
1077
- const type_54: string;
1078
- export { type_54 as type };
1143
+ const type_62: string;
1144
+ export { type_62 as type };
1079
1145
  }
1080
1146
  export namespace maxSize_1 {
1081
- const type_55: string;
1082
- export { type_55 as type };
1147
+ const type_63: string;
1148
+ export { type_63 as type };
1083
1149
  }
1084
1150
  export { maxSize_1 as maxSize };
1085
1151
  export namespace test {
1086
- const description_107: string;
1087
- export { description_107 as description };
1088
- const anyOf_35: {
1152
+ const description_116: string;
1153
+ export { description_116 as description };
1154
+ const anyOf_36: {
1089
1155
  instanceof: string;
1090
1156
  }[];
1091
- export { anyOf_35 as anyOf };
1157
+ export { anyOf_36 as anyOf };
1092
1158
  }
1093
1159
  export namespace minSize {
1094
- const description_108: string;
1095
- export { description_108 as description };
1160
+ const description_117: string;
1161
+ export { description_117 as description };
1096
1162
  const oneOf_9: {
1097
1163
  $ref: string;
1098
1164
  }[];
@@ -1102,120 +1168,120 @@ export declare namespace definitions {
1102
1168
  export { properties_12 as properties };
1103
1169
  }
1104
1170
  namespace OptimizationSplitChunksOptions {
1105
- const description_109: string;
1106
- export { description_109 as description };
1107
- const type_56: string;
1108
- export { type_56 as type };
1171
+ const description_118: string;
1172
+ export { description_118 as description };
1173
+ const type_64: string;
1174
+ export { type_64 as type };
1109
1175
  const additionalProperties_14: boolean;
1110
1176
  export { additionalProperties_14 as additionalProperties };
1111
1177
  export namespace properties_13 {
1112
1178
  export namespace fallbackCacheGroup {
1113
- const type_57: string;
1114
- export { type_57 as type };
1179
+ const type_65: string;
1180
+ export { type_65 as type };
1115
1181
  export namespace properties_14 {
1116
1182
  export namespace maxSize_2 {
1117
- const type_58: string;
1118
- export { type_58 as type };
1183
+ const type_66: string;
1184
+ export { type_66 as type };
1119
1185
  }
1120
1186
  export { maxSize_2 as maxSize };
1121
1187
  export namespace maxInitialSize {
1122
- const type_59: string;
1123
- export { type_59 as type };
1188
+ const type_67: string;
1189
+ export { type_67 as type };
1124
1190
  }
1125
1191
  export namespace maxAsyncSize {
1126
- const type_60: string;
1127
- export { type_60 as type };
1192
+ const type_68: string;
1193
+ export { type_68 as type };
1128
1194
  }
1129
1195
  export namespace minSize_1 {
1130
- const type_61: string;
1131
- export { type_61 as type };
1196
+ const type_69: string;
1197
+ export { type_69 as type };
1132
1198
  }
1133
1199
  export { minSize_1 as minSize };
1134
1200
  }
1135
1201
  export { properties_14 as properties };
1136
1202
  }
1137
1203
  export namespace hidePathInfo_1 {
1138
- const type_62: string;
1139
- export { type_62 as type };
1204
+ const type_70: string;
1205
+ export { type_70 as type };
1140
1206
  }
1141
1207
  export { hidePathInfo_1 as hidePathInfo };
1142
1208
  export namespace name_2 {
1143
- const description_110: string;
1144
- export { description_110 as description };
1145
- const anyOf_36: {
1209
+ const description_119: string;
1210
+ export { description_119 as description };
1211
+ const anyOf_37: {
1146
1212
  type: string;
1147
1213
  }[];
1148
- export { anyOf_36 as anyOf };
1214
+ export { anyOf_37 as anyOf };
1149
1215
  }
1150
1216
  export { name_2 as name };
1151
1217
  export namespace cacheGroups {
1152
- const description_111: string;
1153
- export { description_111 as description };
1154
- const type_63: string;
1155
- export { type_63 as type };
1218
+ const description_120: string;
1219
+ export { description_120 as description };
1220
+ const type_71: string;
1221
+ export { type_71 as type };
1156
1222
  export namespace additionalProperties_15 {
1157
- const description_112: string;
1158
- export { description_112 as description };
1159
- const anyOf_37: {
1223
+ const description_121: string;
1224
+ export { description_121 as description };
1225
+ const anyOf_38: {
1160
1226
  $ref: string;
1161
1227
  }[];
1162
- export { anyOf_37 as anyOf };
1228
+ export { anyOf_38 as anyOf };
1163
1229
  }
1164
1230
  export { additionalProperties_15 as additionalProperties };
1165
1231
  }
1166
1232
  export namespace chunks_1 {
1167
- const description_113: string;
1168
- export { description_113 as description };
1169
- const anyOf_38: {
1233
+ const description_122: string;
1234
+ export { description_122 as description };
1235
+ const anyOf_39: {
1170
1236
  enum: string[];
1171
1237
  }[];
1172
- export { anyOf_38 as anyOf };
1238
+ export { anyOf_39 as anyOf };
1173
1239
  }
1174
1240
  export { chunks_1 as chunks };
1175
1241
  export namespace enforceSizeThreshold {
1176
- const description_114: string;
1177
- export { description_114 as description };
1242
+ const description_123: string;
1243
+ export { description_123 as description };
1178
1244
  const oneOf_10: {
1179
1245
  $ref: string;
1180
1246
  }[];
1181
1247
  export { oneOf_10 as oneOf };
1182
1248
  }
1183
1249
  export namespace maxAsyncRequests {
1184
- const description_115: string;
1185
- export { description_115 as description };
1186
- const type_64: string;
1187
- export { type_64 as type };
1188
- const minimum_1: number;
1189
- export { minimum_1 as minimum };
1190
- }
1191
- export namespace maxInitialRequests {
1192
- const description_116: string;
1193
- export { description_116 as description };
1194
- const type_65: string;
1195
- export { type_65 as type };
1250
+ const description_124: string;
1251
+ export { description_124 as description };
1252
+ const type_72: string;
1253
+ export { type_72 as type };
1196
1254
  const minimum_2: number;
1197
1255
  export { minimum_2 as minimum };
1198
1256
  }
1199
- export namespace minChunks_1 {
1200
- const description_117: string;
1201
- export { description_117 as description };
1202
- const type_66: string;
1203
- export { type_66 as type };
1257
+ export namespace maxInitialRequests {
1258
+ const description_125: string;
1259
+ export { description_125 as description };
1260
+ const type_73: string;
1261
+ export { type_73 as type };
1204
1262
  const minimum_3: number;
1205
1263
  export { minimum_3 as minimum };
1206
1264
  }
1265
+ export namespace minChunks_1 {
1266
+ const description_126: string;
1267
+ export { description_126 as description };
1268
+ const type_74: string;
1269
+ export { type_74 as type };
1270
+ const minimum_4: number;
1271
+ export { minimum_4 as minimum };
1272
+ }
1207
1273
  export { minChunks_1 as minChunks };
1208
1274
  export namespace minRemainingSize {
1209
- const description_118: string;
1210
- export { description_118 as description };
1275
+ const description_127: string;
1276
+ export { description_127 as description };
1211
1277
  const oneOf_11: {
1212
1278
  $ref: string;
1213
1279
  }[];
1214
1280
  export { oneOf_11 as oneOf };
1215
1281
  }
1216
1282
  export namespace minSize_2 {
1217
- const description_119: string;
1218
- export { description_119 as description };
1283
+ const description_128: string;
1284
+ export { description_128 as description };
1219
1285
  const oneOf_12: {
1220
1286
  $ref: string;
1221
1287
  }[];
@@ -1223,57 +1289,57 @@ export declare namespace definitions {
1223
1289
  }
1224
1290
  export { minSize_2 as minSize };
1225
1291
  export namespace maxSize_3 {
1226
- const type_67: string;
1227
- export { type_67 as type };
1292
+ const type_75: string;
1293
+ export { type_75 as type };
1228
1294
  }
1229
1295
  export { maxSize_3 as maxSize };
1230
1296
  export namespace maxInitialSize_1 {
1231
- const type_68: string;
1232
- export { type_68 as type };
1297
+ const type_76: string;
1298
+ export { type_76 as type };
1233
1299
  }
1234
1300
  export { maxInitialSize_1 as maxInitialSize };
1235
1301
  export namespace maxAsyncSize_1 {
1236
- const type_69: string;
1237
- export { type_69 as type };
1302
+ const type_77: string;
1303
+ export { type_77 as type };
1238
1304
  }
1239
1305
  export { maxAsyncSize_1 as maxAsyncSize };
1240
1306
  export namespace reuseExistingChunk_1 {
1241
- const description_120: string;
1242
- export { description_120 as description };
1243
- const type_70: string;
1244
- export { type_70 as type };
1307
+ const description_129: string;
1308
+ export { description_129 as description };
1309
+ const type_78: string;
1310
+ export { type_78 as type };
1245
1311
  }
1246
1312
  export { reuseExistingChunk_1 as reuseExistingChunk };
1247
1313
  }
1248
1314
  export { properties_13 as properties };
1249
1315
  }
1250
1316
  namespace OptimizationSplitChunksSizes {
1251
- const description_121: string;
1252
- export { description_121 as description };
1253
- const anyOf_39: {
1317
+ const description_130: string;
1318
+ export { description_130 as description };
1319
+ const anyOf_40: {
1254
1320
  description: string;
1255
1321
  type: string;
1256
1322
  minimum: number;
1257
1323
  }[];
1258
- export { anyOf_39 as anyOf };
1324
+ export { anyOf_40 as anyOf };
1259
1325
  }
1260
1326
  namespace Iife {
1261
- const description_122: string;
1262
- export { description_122 as description };
1263
- const type_71: string;
1264
- export { type_71 as type };
1327
+ const description_131: string;
1328
+ export { description_131 as description };
1329
+ const type_79: string;
1330
+ export { type_79 as type };
1265
1331
  }
1266
1332
  namespace Clean {
1267
- const description_123: string;
1268
- export { description_123 as description };
1269
- const type_72: string;
1270
- export { type_72 as type };
1333
+ const description_132: string;
1334
+ export { description_132 as description };
1335
+ const type_80: string;
1336
+ export { type_80 as type };
1271
1337
  }
1272
1338
  namespace Output {
1273
- const description_124: string;
1274
- export { description_124 as description };
1275
- const type_73: string;
1276
- export { type_73 as type };
1339
+ const description_133: string;
1340
+ export { description_133 as description };
1341
+ const type_81: string;
1342
+ export { type_81 as type };
1277
1343
  const additionalProperties_16: boolean;
1278
1344
  export { additionalProperties_16 as additionalProperties };
1279
1345
  export namespace properties_15 {
@@ -1409,9 +1475,9 @@ export declare namespace definitions {
1409
1475
  export { $ref_38 as $ref };
1410
1476
  }
1411
1477
  export namespace trustedTypes {
1412
- const description_125: string;
1413
- export { description_125 as description };
1414
- const anyOf_40: ({
1478
+ const description_134: string;
1479
+ export { description_134 as description };
1480
+ const anyOf_41: ({
1415
1481
  enum: boolean[];
1416
1482
  description?: undefined;
1417
1483
  type?: undefined;
@@ -1430,96 +1496,112 @@ export declare namespace definitions {
1430
1496
  type?: undefined;
1431
1497
  minLength?: undefined;
1432
1498
  })[];
1433
- export { anyOf_40 as anyOf };
1499
+ export { anyOf_41 as anyOf };
1434
1500
  }
1435
1501
  export namespace sourceMapFilename {
1436
1502
  const $ref_39: string;
1437
1503
  export { $ref_39 as $ref };
1438
1504
  }
1505
+ export namespace hashDigest {
1506
+ const $ref_40: string;
1507
+ export { $ref_40 as $ref };
1508
+ }
1509
+ export namespace hashDigestLength {
1510
+ const $ref_41: string;
1511
+ export { $ref_41 as $ref };
1512
+ }
1513
+ export namespace hashFunction {
1514
+ const $ref_42: string;
1515
+ export { $ref_42 as $ref };
1516
+ }
1517
+ export namespace hashSalt {
1518
+ const $ref_43: string;
1519
+ export { $ref_43 as $ref };
1520
+ }
1439
1521
  }
1440
1522
  export { properties_15 as properties };
1441
1523
  }
1442
1524
  namespace OutputModule {
1443
- const description_126: string;
1444
- export { description_126 as description };
1445
- const type_74: string;
1446
- export { type_74 as type };
1525
+ const description_135: string;
1526
+ export { description_135 as description };
1527
+ const type_82: string;
1528
+ export { type_82 as type };
1447
1529
  }
1448
1530
  namespace ParserOptionsByModuleType {
1449
- const description_127: string;
1450
- export { description_127 as description };
1451
- const type_75: string;
1452
- export { type_75 as type };
1531
+ const description_136: string;
1532
+ export { description_136 as description };
1533
+ const type_83: string;
1534
+ export { type_83 as type };
1453
1535
  export namespace additionalProperties_17 {
1454
- const description_128: string;
1455
- export { description_128 as description };
1456
- const type_76: string;
1457
- export { type_76 as type };
1536
+ const description_137: string;
1537
+ export { description_137 as description };
1538
+ const type_84: string;
1539
+ export { type_84 as type };
1458
1540
  const additionalProperties_18: boolean;
1459
1541
  export { additionalProperties_18 as additionalProperties };
1460
1542
  }
1461
1543
  export { additionalProperties_17 as additionalProperties };
1462
1544
  export namespace properties_16 {
1463
1545
  namespace asset {
1464
- const $ref_40: string;
1465
- export { $ref_40 as $ref };
1546
+ const $ref_44: string;
1547
+ export { $ref_44 as $ref };
1466
1548
  }
1467
1549
  }
1468
1550
  export { properties_16 as properties };
1469
1551
  }
1470
1552
  namespace Path {
1471
- const description_129: string;
1472
- export { description_129 as description };
1473
- const type_77: string;
1474
- export { type_77 as type };
1553
+ const description_138: string;
1554
+ export { description_138 as description };
1555
+ const type_85: string;
1556
+ export { type_85 as type };
1475
1557
  }
1476
1558
  namespace Plugins {
1477
- const description_130: string;
1478
- export { description_130 as description };
1479
- const type_78: string;
1480
- export { type_78 as type };
1559
+ const description_139: string;
1560
+ export { description_139 as description };
1561
+ const type_86: string;
1562
+ export { type_86 as type };
1481
1563
  export namespace items_6 {
1482
- const description_131: string;
1483
- export { description_131 as description };
1484
- const anyOf_41: {
1564
+ const description_140: string;
1565
+ export { description_140 as description };
1566
+ const anyOf_42: {
1485
1567
  $ref: string;
1486
1568
  }[];
1487
- export { anyOf_41 as anyOf };
1569
+ export { anyOf_42 as anyOf };
1488
1570
  }
1489
1571
  export { items_6 as items };
1490
1572
  }
1491
1573
  namespace PublicPath {
1492
- const description_132: string;
1493
- export { description_132 as description };
1494
- const anyOf_42: ({
1574
+ const description_141: string;
1575
+ export { description_141 as description };
1576
+ const anyOf_43: ({
1495
1577
  enum: string[];
1496
1578
  $ref?: undefined;
1497
1579
  } | {
1498
1580
  $ref: string;
1499
1581
  enum?: undefined;
1500
1582
  })[];
1501
- export { anyOf_42 as anyOf };
1583
+ export { anyOf_43 as anyOf };
1502
1584
  }
1503
1585
  namespace RawPublicPath {
1504
- const description_133: string;
1505
- export { description_133 as description };
1506
- const anyOf_43: {
1586
+ const description_142: string;
1587
+ export { description_142 as description };
1588
+ const anyOf_44: {
1507
1589
  type: string;
1508
1590
  }[];
1509
- export { anyOf_43 as anyOf };
1591
+ export { anyOf_44 as anyOf };
1510
1592
  }
1511
1593
  namespace Resolve {
1512
- const description_134: string;
1513
- export { description_134 as description };
1594
+ const description_143: string;
1595
+ export { description_143 as description };
1514
1596
  const oneOf_17: {
1515
1597
  $ref: string;
1516
1598
  }[];
1517
1599
  export { oneOf_17 as oneOf };
1518
1600
  }
1519
1601
  namespace ResolveAlias {
1520
- const description_135: string;
1521
- export { description_135 as description };
1522
- const anyOf_44: {
1602
+ const description_144: string;
1603
+ export { description_144 as description };
1604
+ const anyOf_45: {
1523
1605
  type: string;
1524
1606
  additionalProperties: {
1525
1607
  description: string;
@@ -1548,75 +1630,49 @@ export declare namespace definitions {
1548
1630
  })[];
1549
1631
  };
1550
1632
  }[];
1551
- export { anyOf_44 as anyOf };
1633
+ export { anyOf_45 as anyOf };
1552
1634
  }
1553
1635
  namespace ResolveOptions {
1554
- const description_136: string;
1555
- export { description_136 as description };
1556
- const type_79: string;
1557
- export { type_79 as type };
1636
+ const description_145: string;
1637
+ export { description_145 as description };
1638
+ const type_87: string;
1639
+ export { type_87 as type };
1558
1640
  const additionalProperties_19: boolean;
1559
1641
  export { additionalProperties_19 as additionalProperties };
1560
1642
  export namespace properties_17 {
1561
1643
  namespace alias {
1562
- const $ref_41: string;
1563
- export { $ref_41 as $ref };
1644
+ const $ref_45: string;
1645
+ export { $ref_45 as $ref };
1564
1646
  }
1565
1647
  namespace browserField {
1566
- const description_137: string;
1567
- export { description_137 as description };
1568
- const type_80: string;
1569
- export { type_80 as type };
1648
+ const description_146: string;
1649
+ export { description_146 as description };
1650
+ const type_88: string;
1651
+ export { type_88 as type };
1570
1652
  }
1571
1653
  namespace conditionNames {
1572
- const description_138: string;
1573
- export { description_138 as description };
1574
- const type_81: string;
1575
- export { type_81 as type };
1654
+ const description_147: string;
1655
+ export { description_147 as description };
1656
+ const type_89: string;
1657
+ export { type_89 as type };
1576
1658
  export namespace items_7 {
1577
- const description_139: string;
1578
- export { description_139 as description };
1579
- const type_82: string;
1580
- export { type_82 as type };
1659
+ const description_148: string;
1660
+ export { description_148 as description };
1661
+ const type_90: string;
1662
+ export { type_90 as type };
1581
1663
  }
1582
1664
  export { items_7 as items };
1583
1665
  }
1584
- namespace extensions {
1585
- const description_140: string;
1586
- export { description_140 as description };
1587
- const type_83: string;
1588
- export { type_83 as type };
1589
- export namespace items_8 {
1590
- const description_141: string;
1591
- export { description_141 as description };
1592
- const type_84: string;
1593
- export { type_84 as type };
1594
- }
1595
- export { items_8 as items };
1596
- }
1597
- namespace fallback {
1598
- const description_142: string;
1599
- export { description_142 as description };
1600
- const oneOf_18: {
1601
- $ref: string;
1602
- }[];
1603
- export { oneOf_18 as oneOf };
1604
- }
1605
- namespace fullySpecified {
1606
- const description_143: string;
1607
- export { description_143 as description };
1608
- const type_85: string;
1609
- export { type_85 as type };
1610
- }
1611
- namespace mainFields {
1612
- const description_144: string;
1613
- export { description_144 as description };
1614
- const type_86: string;
1615
- export { type_86 as type };
1616
- export namespace items_9 {
1617
- const description_145: string;
1618
- export { description_145 as description };
1619
- const anyOf_45: ({
1666
+ namespace extensionAlias {
1667
+ const description_149: string;
1668
+ export { description_149 as description };
1669
+ const type_91: string;
1670
+ export { type_91 as type };
1671
+ export namespace additionalProperties_20 {
1672
+ const description_150: string;
1673
+ export { description_150 as description };
1674
+ const anyOf_46: ({
1675
+ description: string;
1620
1676
  type: string;
1621
1677
  items: {
1622
1678
  description: string;
@@ -1625,81 +1681,134 @@ export declare namespace definitions {
1625
1681
  };
1626
1682
  minLength?: undefined;
1627
1683
  } | {
1684
+ description: string;
1628
1685
  type: string;
1629
1686
  minLength: number;
1630
1687
  items?: undefined;
1631
1688
  })[];
1632
- export { anyOf_45 as anyOf };
1689
+ export { anyOf_46 as anyOf };
1633
1690
  }
1634
- export { items_9 as items };
1691
+ export { additionalProperties_20 as additionalProperties };
1635
1692
  }
1636
- namespace mainFiles {
1637
- const description_146: string;
1638
- export { description_146 as description };
1639
- const type_87: string;
1640
- export { type_87 as type };
1693
+ namespace extensions {
1694
+ const description_151: string;
1695
+ export { description_151 as description };
1696
+ const type_92: string;
1697
+ export { type_92 as type };
1698
+ export namespace items_8 {
1699
+ const description_152: string;
1700
+ export { description_152 as description };
1701
+ const type_93: string;
1702
+ export { type_93 as type };
1703
+ }
1704
+ export { items_8 as items };
1705
+ }
1706
+ namespace fallback {
1707
+ const description_153: string;
1708
+ export { description_153 as description };
1709
+ const oneOf_18: {
1710
+ $ref: string;
1711
+ }[];
1712
+ export { oneOf_18 as oneOf };
1713
+ }
1714
+ namespace fullySpecified {
1715
+ const description_154: string;
1716
+ export { description_154 as description };
1717
+ const type_94: string;
1718
+ export { type_94 as type };
1719
+ }
1720
+ namespace mainFields {
1721
+ const description_155: string;
1722
+ export { description_155 as description };
1723
+ const type_95: string;
1724
+ export { type_95 as type };
1725
+ export namespace items_9 {
1726
+ const description_156: string;
1727
+ export { description_156 as description };
1728
+ const anyOf_47: ({
1729
+ type: string;
1730
+ items: {
1731
+ description: string;
1732
+ type: string;
1733
+ minLength: number;
1734
+ };
1735
+ minLength?: undefined;
1736
+ } | {
1737
+ type: string;
1738
+ minLength: number;
1739
+ items?: undefined;
1740
+ })[];
1741
+ export { anyOf_47 as anyOf };
1742
+ }
1743
+ export { items_9 as items };
1744
+ }
1745
+ namespace mainFiles {
1746
+ const description_157: string;
1747
+ export { description_157 as description };
1748
+ const type_96: string;
1749
+ export { type_96 as type };
1641
1750
  export namespace items_10 {
1642
- const description_147: string;
1643
- export { description_147 as description };
1644
- const type_88: string;
1645
- export { type_88 as type };
1646
- const minLength_3: number;
1647
- export { minLength_3 as minLength };
1751
+ const description_158: string;
1752
+ export { description_158 as description };
1753
+ const type_97: string;
1754
+ export { type_97 as type };
1755
+ const minLength_4: number;
1756
+ export { minLength_4 as minLength };
1648
1757
  }
1649
1758
  export { items_10 as items };
1650
1759
  }
1651
1760
  namespace modules {
1652
- const description_148: string;
1653
- export { description_148 as description };
1654
- const type_89: string;
1655
- export { type_89 as type };
1761
+ const description_159: string;
1762
+ export { description_159 as description };
1763
+ const type_98: string;
1764
+ export { type_98 as type };
1656
1765
  export namespace items_11 {
1657
- const description_149: string;
1658
- export { description_149 as description };
1659
- const type_90: string;
1660
- export { type_90 as type };
1661
- const minLength_4: number;
1662
- export { minLength_4 as minLength };
1766
+ const description_160: string;
1767
+ export { description_160 as description };
1768
+ const type_99: string;
1769
+ export { type_99 as type };
1770
+ const minLength_5: number;
1771
+ export { minLength_5 as minLength };
1663
1772
  }
1664
1773
  export { items_11 as items };
1665
1774
  }
1666
1775
  namespace preferRelative {
1667
- const description_150: string;
1668
- export { description_150 as description };
1669
- const type_91: string;
1670
- export { type_91 as type };
1776
+ const description_161: string;
1777
+ export { description_161 as description };
1778
+ const type_100: string;
1779
+ export { type_100 as type };
1671
1780
  }
1672
1781
  namespace byDependency {
1673
- const description_151: string;
1674
- export { description_151 as description };
1675
- const type_92: string;
1676
- export { type_92 as type };
1677
- export namespace additionalProperties_20 {
1678
- const description_152: string;
1679
- export { description_152 as description };
1782
+ const description_162: string;
1783
+ export { description_162 as description };
1784
+ const type_101: string;
1785
+ export { type_101 as type };
1786
+ export namespace additionalProperties_21 {
1787
+ const description_163: string;
1788
+ export { description_163 as description };
1680
1789
  const oneOf_19: {
1681
1790
  $ref: string;
1682
1791
  }[];
1683
1792
  export { oneOf_19 as oneOf };
1684
1793
  }
1685
- export { additionalProperties_20 as additionalProperties };
1794
+ export { additionalProperties_21 as additionalProperties };
1686
1795
  }
1687
1796
  namespace tsConfigPath {
1688
- const description_153: string;
1689
- export { description_153 as description };
1690
- const type_93: string;
1691
- export { type_93 as type };
1797
+ const description_164: string;
1798
+ export { description_164 as description };
1799
+ const type_102: string;
1800
+ export { type_102 as type };
1692
1801
  }
1693
1802
  namespace exportsFields {
1694
- const description_154: string;
1695
- export { description_154 as description };
1696
- const type_94: string;
1697
- export { type_94 as type };
1803
+ const description_165: string;
1804
+ export { description_165 as description };
1805
+ const type_103: string;
1806
+ export { type_103 as type };
1698
1807
  export namespace items_12 {
1699
- const description_155: string;
1700
- export { description_155 as description };
1701
- const type_95: string;
1702
- export { type_95 as type };
1808
+ const description_166: string;
1809
+ export { description_166 as description };
1810
+ const type_104: string;
1811
+ export { type_104 as type };
1703
1812
  }
1704
1813
  export { items_12 as items };
1705
1814
  }
@@ -1707,9 +1816,9 @@ export declare namespace definitions {
1707
1816
  export { properties_17 as properties };
1708
1817
  }
1709
1818
  namespace RuleSetCondition {
1710
- const description_156: string;
1711
- export { description_156 as description };
1712
- const anyOf_46: ({
1819
+ const description_167: string;
1820
+ export { description_167 as description };
1821
+ const anyOf_48: ({
1713
1822
  instanceof: string;
1714
1823
  type?: undefined;
1715
1824
  $ref?: undefined;
@@ -1722,24 +1831,24 @@ export declare namespace definitions {
1722
1831
  instanceof?: undefined;
1723
1832
  type?: undefined;
1724
1833
  })[];
1725
- export { anyOf_46 as anyOf };
1834
+ export { anyOf_48 as anyOf };
1726
1835
  }
1727
1836
  namespace RuleSetConditionOrConditions {
1728
- const description_157: string;
1729
- export { description_157 as description };
1730
- const anyOf_47: {
1837
+ const description_168: string;
1838
+ export { description_168 as description };
1839
+ const anyOf_49: {
1731
1840
  $ref: string;
1732
1841
  }[];
1733
- export { anyOf_47 as anyOf };
1842
+ export { anyOf_49 as anyOf };
1734
1843
  }
1735
1844
  namespace RuleSetConditions {
1736
- const description_158: string;
1737
- export { description_158 as description };
1738
- const type_96: string;
1739
- export { type_96 as type };
1845
+ const description_169: string;
1846
+ export { description_169 as description };
1847
+ const type_105: string;
1848
+ export { type_105 as type };
1740
1849
  export namespace items_13 {
1741
- const description_159: string;
1742
- export { description_159 as description };
1850
+ const description_170: string;
1851
+ export { description_170 as description };
1743
1852
  const oneOf_20: {
1744
1853
  $ref: string;
1745
1854
  }[];
@@ -1748,48 +1857,48 @@ export declare namespace definitions {
1748
1857
  export { items_13 as items };
1749
1858
  }
1750
1859
  namespace RuleSetLoader {
1751
- const description_160: string;
1752
- export { description_160 as description };
1753
- const type_97: string;
1754
- export { type_97 as type };
1755
- const minLength_5: number;
1756
- export { minLength_5 as minLength };
1860
+ const description_171: string;
1861
+ export { description_171 as description };
1862
+ const type_106: string;
1863
+ export { type_106 as type };
1864
+ const minLength_6: number;
1865
+ export { minLength_6 as minLength };
1757
1866
  }
1758
1867
  namespace RuleSetLoaderOptions {
1759
- const description_161: string;
1760
- export { description_161 as description };
1761
- const anyOf_48: {
1868
+ const description_172: string;
1869
+ export { description_172 as description };
1870
+ const anyOf_50: {
1762
1871
  type: string;
1763
1872
  }[];
1764
- export { anyOf_48 as anyOf };
1873
+ export { anyOf_50 as anyOf };
1765
1874
  }
1766
1875
  namespace RuleSetLogicalConditions {
1767
- const description_162: string;
1768
- export { description_162 as description };
1769
- const type_98: string;
1770
- export { type_98 as type };
1771
- const additionalProperties_21: boolean;
1772
- export { additionalProperties_21 as additionalProperties };
1876
+ const description_173: string;
1877
+ export { description_173 as description };
1878
+ const type_107: string;
1879
+ export { type_107 as type };
1880
+ const additionalProperties_22: boolean;
1881
+ export { additionalProperties_22 as additionalProperties };
1773
1882
  export namespace properties_18 {
1774
1883
  namespace and {
1775
- const description_163: string;
1776
- export { description_163 as description };
1884
+ const description_174: string;
1885
+ export { description_174 as description };
1777
1886
  const oneOf_21: {
1778
1887
  $ref: string;
1779
1888
  }[];
1780
1889
  export { oneOf_21 as oneOf };
1781
1890
  }
1782
1891
  namespace not {
1783
- const description_164: string;
1784
- export { description_164 as description };
1892
+ const description_175: string;
1893
+ export { description_175 as description };
1785
1894
  const oneOf_22: {
1786
1895
  $ref: string;
1787
1896
  }[];
1788
1897
  export { oneOf_22 as oneOf };
1789
1898
  }
1790
1899
  namespace or {
1791
- const description_165: string;
1792
- export { description_165 as description };
1900
+ const description_176: string;
1901
+ export { description_176 as description };
1793
1902
  const oneOf_23: {
1794
1903
  $ref: string;
1795
1904
  }[];
@@ -1799,77 +1908,77 @@ export declare namespace definitions {
1799
1908
  export { properties_18 as properties };
1800
1909
  }
1801
1910
  namespace RuleSetRule {
1802
- const description_166: string;
1803
- export { description_166 as description };
1804
- const type_99: string;
1805
- export { type_99 as type };
1806
- const additionalProperties_22: boolean;
1807
- export { additionalProperties_22 as additionalProperties };
1911
+ const description_177: string;
1912
+ export { description_177 as description };
1913
+ const type_108: string;
1914
+ export { type_108 as type };
1915
+ const additionalProperties_23: boolean;
1916
+ export { additionalProperties_23 as additionalProperties };
1808
1917
  export namespace properties_19 {
1809
1918
  export namespace enforce_1 {
1810
- const description_167: string;
1811
- export { description_167 as description };
1919
+ const description_178: string;
1920
+ export { description_178 as description };
1812
1921
  const _enum_9: string[];
1813
1922
  export { _enum_9 as enum };
1814
1923
  }
1815
1924
  export { enforce_1 as enforce };
1816
1925
  export namespace exclude {
1817
- const description_168: string;
1818
- export { description_168 as description };
1926
+ const description_179: string;
1927
+ export { description_179 as description };
1819
1928
  const oneOf_24: {
1820
1929
  $ref: string;
1821
1930
  }[];
1822
1931
  export { oneOf_24 as oneOf };
1823
1932
  }
1824
1933
  export namespace generator {
1825
- const description_169: string;
1826
- export { description_169 as description };
1827
- const type_100: string;
1828
- export { type_100 as type };
1934
+ const description_180: string;
1935
+ export { description_180 as description };
1936
+ const type_109: string;
1937
+ export { type_109 as type };
1829
1938
  }
1830
1939
  export namespace include {
1831
- const description_170: string;
1832
- export { description_170 as description };
1940
+ const description_181: string;
1941
+ export { description_181 as description };
1833
1942
  const oneOf_25: {
1834
1943
  $ref: string;
1835
1944
  }[];
1836
1945
  export { oneOf_25 as oneOf };
1837
1946
  }
1838
1947
  export namespace issuer {
1839
- const description_171: string;
1840
- export { description_171 as description };
1948
+ const description_182: string;
1949
+ export { description_182 as description };
1841
1950
  const oneOf_26: {
1842
1951
  $ref: string;
1843
1952
  }[];
1844
1953
  export { oneOf_26 as oneOf };
1845
1954
  }
1846
1955
  export namespace dependency {
1847
- const description_172: string;
1848
- export { description_172 as description };
1956
+ const description_183: string;
1957
+ export { description_183 as description };
1849
1958
  const oneOf_27: {
1850
1959
  $ref: string;
1851
1960
  }[];
1852
1961
  export { oneOf_27 as oneOf };
1853
1962
  }
1854
1963
  export namespace descriptionData {
1855
- const description_173: string;
1856
- export { description_173 as description };
1857
- const type_101: string;
1858
- export { type_101 as type };
1859
- export namespace additionalProperties_23 {
1860
- const $ref_42: string;
1861
- export { $ref_42 as $ref };
1964
+ const description_184: string;
1965
+ export { description_184 as description };
1966
+ const type_110: string;
1967
+ export { type_110 as type };
1968
+ export namespace additionalProperties_24 {
1969
+ const $ref_46: string;
1970
+ export { $ref_46 as $ref };
1862
1971
  }
1863
- export { additionalProperties_23 as additionalProperties };
1972
+ export { additionalProperties_24 as additionalProperties };
1864
1973
  }
1865
1974
  export namespace oneOf_28 {
1866
- const description_174: string;
1867
- export { description_174 as description };
1868
- const type_102: string;
1869
- export { type_102 as type };
1975
+ const description_185: string;
1976
+ export { description_185 as description };
1977
+ const type_111: string;
1978
+ export { type_111 as type };
1870
1979
  export namespace items_14 {
1871
- const description_175: string;
1872
- export { description_175 as description };
1980
+ const description_186: string;
1981
+ export { description_186 as description };
1873
1982
  const oneOf_29: {
1874
1983
  $ref: string;
1875
1984
  }[];
@@ -1879,137 +1988,153 @@ export declare namespace definitions {
1879
1988
  }
1880
1989
  export { oneOf_28 as oneOf };
1881
1990
  export namespace parser_1 {
1882
- const description_176: string;
1883
- export { description_176 as description };
1884
- const type_103: string;
1885
- export { type_103 as type };
1886
- const additionalProperties_24: boolean;
1887
- export { additionalProperties_24 as additionalProperties };
1991
+ const description_187: string;
1992
+ export { description_187 as description };
1993
+ const type_112: string;
1994
+ export { type_112 as type };
1995
+ const additionalProperties_25: boolean;
1996
+ export { additionalProperties_25 as additionalProperties };
1888
1997
  }
1889
1998
  export { parser_1 as parser };
1890
1999
  export namespace resolve {
1891
- const description_177: string;
1892
- export { description_177 as description };
1893
- const type_104: string;
1894
- export { type_104 as type };
2000
+ const description_188: string;
2001
+ export { description_188 as description };
2002
+ const type_113: string;
2003
+ export { type_113 as type };
1895
2004
  const oneOf_30: {
1896
2005
  $ref: string;
1897
2006
  }[];
1898
2007
  export { oneOf_30 as oneOf };
1899
2008
  }
1900
2009
  export namespace resource {
1901
- const description_178: string;
1902
- export { description_178 as description };
2010
+ const description_189: string;
2011
+ export { description_189 as description };
1903
2012
  const oneOf_31: {
1904
2013
  $ref: string;
1905
2014
  }[];
1906
2015
  export { oneOf_31 as oneOf };
1907
2016
  }
1908
2017
  export namespace resourceFragment {
1909
- const description_179: string;
1910
- export { description_179 as description };
2018
+ const description_190: string;
2019
+ export { description_190 as description };
1911
2020
  const oneOf_32: {
1912
2021
  $ref: string;
1913
2022
  }[];
1914
2023
  export { oneOf_32 as oneOf };
1915
2024
  }
1916
2025
  export namespace resourceQuery {
1917
- const description_180: string;
1918
- export { description_180 as description };
2026
+ const description_191: string;
2027
+ export { description_191 as description };
1919
2028
  const oneOf_33: {
1920
2029
  $ref: string;
1921
2030
  }[];
1922
2031
  export { oneOf_33 as oneOf };
1923
2032
  }
1924
2033
  export namespace mimetype {
1925
- const description_181: string;
1926
- export { description_181 as description };
2034
+ const description_192: string;
2035
+ export { description_192 as description };
1927
2036
  const oneOf_34: {
1928
2037
  $ref: string;
1929
2038
  }[];
1930
2039
  export { oneOf_34 as oneOf };
1931
2040
  }
1932
- export namespace scheme {
1933
- const description_182: string;
1934
- export { description_182 as description };
2041
+ export namespace loader {
2042
+ const description_193: string;
2043
+ export { description_193 as description };
1935
2044
  const oneOf_35: {
1936
2045
  $ref: string;
1937
2046
  }[];
1938
2047
  export { oneOf_35 as oneOf };
1939
2048
  }
2049
+ export namespace options {
2050
+ const description_194: string;
2051
+ export { description_194 as description };
2052
+ const oneOf_36: {
2053
+ $ref: string;
2054
+ }[];
2055
+ export { oneOf_36 as oneOf };
2056
+ }
2057
+ export namespace scheme {
2058
+ const description_195: string;
2059
+ export { description_195 as description };
2060
+ const oneOf_37: {
2061
+ $ref: string;
2062
+ }[];
2063
+ export { oneOf_37 as oneOf };
2064
+ }
1940
2065
  export namespace rules_1 {
1941
- const description_183: string;
1942
- export { description_183 as description };
1943
- const type_105: string;
1944
- export { type_105 as type };
2066
+ const description_196: string;
2067
+ export { description_196 as description };
2068
+ const type_114: string;
2069
+ export { type_114 as type };
1945
2070
  export namespace items_15 {
1946
- const description_184: string;
1947
- export { description_184 as description };
1948
- const oneOf_36: {
2071
+ const description_197: string;
2072
+ export { description_197 as description };
2073
+ const oneOf_38: {
1949
2074
  $ref: string;
1950
2075
  }[];
1951
- export { oneOf_36 as oneOf };
2076
+ export { oneOf_38 as oneOf };
1952
2077
  }
1953
2078
  export { items_15 as items };
1954
2079
  }
1955
2080
  export { rules_1 as rules };
1956
2081
  export namespace sideEffects_1 {
1957
- const description_185: string;
1958
- export { description_185 as description };
1959
- const type_106: string;
1960
- export { type_106 as type };
2082
+ const description_198: string;
2083
+ export { description_198 as description };
2084
+ const type_115: string;
2085
+ export { type_115 as type };
1961
2086
  }
1962
2087
  export { sideEffects_1 as sideEffects };
1963
2088
  export namespace test_1 {
1964
- const description_186: string;
1965
- export { description_186 as description };
1966
- const oneOf_37: {
2089
+ const description_199: string;
2090
+ export { description_199 as description };
2091
+ const oneOf_39: {
1967
2092
  $ref: string;
1968
2093
  }[];
1969
- export { oneOf_37 as oneOf };
2094
+ export { oneOf_39 as oneOf };
1970
2095
  }
1971
2096
  export { test_1 as test };
1972
- export namespace type_107 {
1973
- const description_187: string;
1974
- export { description_187 as description };
1975
- const type_108: string;
1976
- export { type_108 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 };
1977
2102
  }
1978
- export { type_107 as type };
2103
+ export { type_116 as type };
1979
2104
  export namespace use {
1980
- const description_188: string;
1981
- export { description_188 as description };
1982
- const oneOf_38: {
2105
+ const description_201: string;
2106
+ export { description_201 as description };
2107
+ const oneOf_40: {
1983
2108
  $ref: string;
1984
2109
  }[];
1985
- export { oneOf_38 as oneOf };
2110
+ export { oneOf_40 as oneOf };
1986
2111
  }
1987
2112
  }
1988
2113
  export { properties_19 as properties };
1989
2114
  }
1990
2115
  namespace RuleSetRules {
1991
- const description_189: string;
1992
- export { description_189 as description };
1993
- const type_109: string;
1994
- export { type_109 as type };
2116
+ const description_202: string;
2117
+ export { description_202 as description };
2118
+ const type_118: string;
2119
+ export { type_118 as type };
1995
2120
  export namespace items_16 {
1996
- const description_190: string;
1997
- export { description_190 as description };
1998
- const anyOf_49: ({
2121
+ const description_203: string;
2122
+ export { description_203 as description };
2123
+ const anyOf_51: ({
1999
2124
  enum: string[];
2000
2125
  $ref?: undefined;
2001
2126
  } | {
2002
2127
  $ref: string;
2003
2128
  enum?: undefined;
2004
2129
  })[];
2005
- export { anyOf_49 as anyOf };
2130
+ export { anyOf_51 as anyOf };
2006
2131
  }
2007
2132
  export { items_16 as items };
2008
2133
  }
2009
2134
  namespace RuleSetUse {
2010
- const description_191: string;
2011
- export { description_191 as description };
2012
- const anyOf_50: ({
2135
+ const description_204: string;
2136
+ export { description_204 as description };
2137
+ const anyOf_52: ({
2013
2138
  type: string;
2014
2139
  items: {
2015
2140
  description: string;
@@ -2023,12 +2148,12 @@ export declare namespace definitions {
2023
2148
  type?: undefined;
2024
2149
  items?: undefined;
2025
2150
  })[];
2026
- export { anyOf_50 as anyOf };
2151
+ export { anyOf_52 as anyOf };
2027
2152
  }
2028
2153
  namespace RuleSetUseItem {
2029
- const description_192: string;
2030
- export { description_192 as description };
2031
- const anyOf_51: ({
2154
+ const description_205: string;
2155
+ export { description_205 as description };
2156
+ const anyOf_53: ({
2032
2157
  type: string;
2033
2158
  additionalProperties: boolean;
2034
2159
  properties: {
@@ -2052,60 +2177,60 @@ export declare namespace definitions {
2052
2177
  additionalProperties?: undefined;
2053
2178
  properties?: undefined;
2054
2179
  })[];
2055
- export { anyOf_51 as anyOf };
2180
+ export { anyOf_53 as anyOf };
2056
2181
  }
2057
2182
  namespace SnapshotOptions {
2058
- const description_193: string;
2059
- export { description_193 as description };
2060
- const type_110: string;
2061
- export { type_110 as type };
2062
- const additionalProperties_25: boolean;
2063
- export { additionalProperties_25 as additionalProperties };
2183
+ const description_206: string;
2184
+ export { description_206 as description };
2185
+ const type_119: string;
2186
+ export { type_119 as type };
2187
+ const additionalProperties_26: boolean;
2188
+ export { additionalProperties_26 as additionalProperties };
2064
2189
  export namespace properties_20 {
2065
2190
  export namespace module_1 {
2066
- const description_194: string;
2067
- export { description_194 as description };
2068
- const type_111: string;
2069
- export { type_111 as type };
2070
- const additionalProperties_26: boolean;
2071
- export { additionalProperties_26 as additionalProperties };
2191
+ const description_207: string;
2192
+ export { description_207 as description };
2193
+ const type_120: string;
2194
+ export { type_120 as type };
2195
+ const additionalProperties_27: boolean;
2196
+ export { additionalProperties_27 as additionalProperties };
2072
2197
  export namespace properties_21 {
2073
2198
  namespace hash {
2074
- const description_195: string;
2075
- export { description_195 as description };
2076
- const type_112: string;
2077
- export { type_112 as type };
2199
+ const description_208: string;
2200
+ export { description_208 as description };
2201
+ const type_121: string;
2202
+ export { type_121 as type };
2078
2203
  }
2079
2204
  namespace timestamp {
2080
- const description_196: string;
2081
- export { description_196 as description };
2082
- const type_113: string;
2083
- export { type_113 as type };
2205
+ const description_209: string;
2206
+ export { description_209 as description };
2207
+ const type_122: string;
2208
+ export { type_122 as type };
2084
2209
  }
2085
2210
  }
2086
2211
  export { properties_21 as properties };
2087
2212
  }
2088
2213
  export { module_1 as module };
2089
2214
  export namespace resolve_1 {
2090
- const description_197: string;
2091
- export { description_197 as description };
2092
- const type_114: string;
2093
- export { type_114 as type };
2094
- const additionalProperties_27: boolean;
2095
- export { additionalProperties_27 as additionalProperties };
2215
+ const description_210: string;
2216
+ export { description_210 as description };
2217
+ const type_123: string;
2218
+ export { type_123 as type };
2219
+ const additionalProperties_28: boolean;
2220
+ export { additionalProperties_28 as additionalProperties };
2096
2221
  export namespace properties_22 {
2097
2222
  export namespace hash_1 {
2098
- const description_198: string;
2099
- export { description_198 as description };
2100
- const type_115: string;
2101
- export { type_115 as type };
2223
+ const description_211: string;
2224
+ export { description_211 as description };
2225
+ const type_124: string;
2226
+ export { type_124 as type };
2102
2227
  }
2103
2228
  export { hash_1 as hash };
2104
2229
  export namespace timestamp_1 {
2105
- const description_199: string;
2106
- export { description_199 as description };
2107
- const type_116: string;
2108
- export { type_116 as type };
2230
+ const description_212: string;
2231
+ export { description_212 as description };
2232
+ const type_125: string;
2233
+ export { type_125 as type };
2109
2234
  }
2110
2235
  export { timestamp_1 as timestamp };
2111
2236
  }
@@ -2116,159 +2241,159 @@ export declare namespace definitions {
2116
2241
  export { properties_20 as properties };
2117
2242
  }
2118
2243
  namespace StatsOptions {
2119
- const description_200: string;
2120
- export { description_200 as description };
2121
- const type_117: string;
2122
- export { type_117 as type };
2123
- const additionalProperties_28: boolean;
2124
- export { additionalProperties_28 as additionalProperties };
2244
+ const description_213: string;
2245
+ export { description_213 as description };
2246
+ const type_126: string;
2247
+ export { type_126 as type };
2248
+ const additionalProperties_29: boolean;
2249
+ export { additionalProperties_29 as additionalProperties };
2125
2250
  export namespace properties_23 {
2126
2251
  export namespace all {
2127
- const description_201: string;
2128
- export { description_201 as description };
2129
- const type_118: string;
2130
- export { type_118 as type };
2252
+ const description_214: string;
2253
+ export { description_214 as description };
2254
+ const type_127: string;
2255
+ export { type_127 as type };
2131
2256
  }
2132
2257
  export namespace assets {
2133
- const description_202: string;
2134
- export { description_202 as description };
2135
- const type_119: string;
2136
- export { type_119 as type };
2258
+ const description_215: string;
2259
+ export { description_215 as description };
2260
+ const type_128: string;
2261
+ export { type_128 as type };
2137
2262
  }
2138
2263
  export namespace chunkGroups {
2139
- const description_203: string;
2140
- export { description_203 as description };
2141
- const type_120: string;
2142
- export { type_120 as type };
2264
+ const description_216: string;
2265
+ export { description_216 as description };
2266
+ const type_129: string;
2267
+ export { type_129 as type };
2143
2268
  }
2144
2269
  export namespace chunks_2 {
2145
- const description_204: string;
2146
- export { description_204 as description };
2147
- const type_121: string;
2148
- export { type_121 as type };
2270
+ const description_217: string;
2271
+ export { description_217 as description };
2272
+ const type_130: string;
2273
+ export { type_130 as type };
2149
2274
  }
2150
2275
  export { chunks_2 as chunks };
2151
2276
  export namespace colors_1 {
2152
- const description_205: string;
2153
- export { description_205 as description };
2154
- const type_122: string;
2155
- export { type_122 as type };
2277
+ const description_218: string;
2278
+ export { description_218 as description };
2279
+ const type_131: string;
2280
+ export { type_131 as type };
2156
2281
  }
2157
2282
  export { colors_1 as colors };
2158
2283
  export namespace entrypoints {
2159
- const description_206: string;
2160
- export { description_206 as description };
2161
- const anyOf_52: ({
2284
+ const description_219: string;
2285
+ export { description_219 as description };
2286
+ const anyOf_54: ({
2162
2287
  enum: string[];
2163
2288
  type?: undefined;
2164
2289
  } | {
2165
2290
  type: string;
2166
2291
  enum?: undefined;
2167
2292
  })[];
2168
- export { anyOf_52 as anyOf };
2293
+ export { anyOf_54 as anyOf };
2169
2294
  }
2170
2295
  export namespace errors {
2171
- const description_207: string;
2172
- export { description_207 as description };
2173
- const type_123: string;
2174
- export { type_123 as type };
2296
+ const description_220: string;
2297
+ export { description_220 as description };
2298
+ const type_132: string;
2299
+ export { type_132 as type };
2175
2300
  }
2176
2301
  export namespace errorsCount {
2177
- const description_208: string;
2178
- export { description_208 as description };
2179
- const type_124: string;
2180
- export { type_124 as type };
2302
+ const description_221: string;
2303
+ export { description_221 as description };
2304
+ const type_133: string;
2305
+ export { type_133 as type };
2181
2306
  }
2182
2307
  export namespace hash_2 {
2183
- const description_209: string;
2184
- export { description_209 as description };
2185
- const type_125: string;
2186
- export { type_125 as type };
2308
+ const description_222: string;
2309
+ export { description_222 as description };
2310
+ const type_134: string;
2311
+ export { type_134 as type };
2187
2312
  }
2188
2313
  export { hash_2 as hash };
2189
2314
  export namespace modules_1 {
2190
- const description_210: string;
2191
- export { description_210 as description };
2192
- const type_126: string;
2193
- export { type_126 as type };
2315
+ const description_223: string;
2316
+ export { description_223 as description };
2317
+ const type_135: string;
2318
+ export { type_135 as type };
2194
2319
  }
2195
2320
  export { modules_1 as modules };
2196
2321
  export namespace preset {
2197
- const description_211: string;
2198
- export { description_211 as description };
2199
- const anyOf_53: {
2322
+ const description_224: string;
2323
+ export { description_224 as description };
2324
+ const anyOf_55: {
2200
2325
  type: string;
2201
2326
  }[];
2202
- export { anyOf_53 as anyOf };
2327
+ export { anyOf_55 as anyOf };
2203
2328
  }
2204
2329
  export namespace publicPath_1 {
2205
- const description_212: string;
2206
- export { description_212 as description };
2207
- const type_127: string;
2208
- export { type_127 as type };
2330
+ const description_225: string;
2331
+ export { description_225 as description };
2332
+ const type_136: string;
2333
+ export { type_136 as type };
2209
2334
  }
2210
2335
  export { publicPath_1 as publicPath };
2211
2336
  export namespace reasons {
2212
- const description_213: string;
2213
- export { description_213 as description };
2214
- const type_128: string;
2215
- export { type_128 as type };
2337
+ const description_226: string;
2338
+ export { description_226 as description };
2339
+ const type_137: string;
2340
+ export { type_137 as type };
2216
2341
  }
2217
2342
  export namespace warnings {
2218
- const description_214: string;
2219
- export { description_214 as description };
2220
- const type_129: string;
2221
- export { type_129 as type };
2343
+ const description_227: string;
2344
+ export { description_227 as description };
2345
+ const type_138: string;
2346
+ export { type_138 as type };
2222
2347
  }
2223
2348
  export namespace warningsCount {
2224
- const description_215: string;
2225
- export { description_215 as description };
2226
- const type_130: string;
2227
- export { type_130 as type };
2349
+ const description_228: string;
2350
+ export { description_228 as description };
2351
+ const type_139: string;
2352
+ export { type_139 as type };
2228
2353
  }
2229
2354
  export namespace outputPath {
2230
- const description_216: string;
2231
- export { description_216 as description };
2232
- const type_131: string;
2233
- export { type_131 as type };
2355
+ const description_229: string;
2356
+ export { description_229 as description };
2357
+ const type_140: string;
2358
+ export { type_140 as type };
2234
2359
  }
2235
2360
  export namespace chunkModules {
2236
- const description_217: string;
2237
- export { description_217 as description };
2238
- const type_132: string;
2239
- export { type_132 as type };
2361
+ const description_230: string;
2362
+ export { description_230 as description };
2363
+ const type_141: string;
2364
+ export { type_141 as type };
2240
2365
  }
2241
2366
  export namespace chunkRelations {
2242
- const description_218: string;
2243
- export { description_218 as description };
2244
- const type_133: string;
2245
- export { type_133 as type };
2367
+ const description_231: string;
2368
+ export { description_231 as description };
2369
+ const type_142: string;
2370
+ export { type_142 as type };
2246
2371
  }
2247
2372
  export namespace timings {
2248
- const description_219: string;
2249
- export { description_219 as description };
2250
- const type_134: string;
2251
- export { type_134 as type };
2373
+ const description_232: string;
2374
+ export { description_232 as description };
2375
+ const type_143: string;
2376
+ export { type_143 as type };
2252
2377
  }
2253
2378
  export namespace builtAt {
2254
- const description_220: string;
2255
- export { description_220 as description };
2256
- const type_135: string;
2257
- export { type_135 as type };
2379
+ const description_233: string;
2380
+ export { description_233 as description };
2381
+ const type_144: string;
2382
+ export { type_144 as type };
2258
2383
  }
2259
2384
  export namespace nestedModules {
2260
- const description_221: string;
2261
- export { description_221 as description };
2262
- const type_136: string;
2263
- export { type_136 as type };
2385
+ const description_234: string;
2386
+ export { description_234 as description };
2387
+ const type_145: string;
2388
+ export { type_145 as type };
2264
2389
  }
2265
2390
  }
2266
2391
  export { properties_23 as properties };
2267
2392
  }
2268
2393
  namespace StatsValue {
2269
- const description_222: string;
2270
- export { description_222 as description };
2271
- const anyOf_54: ({
2394
+ const description_235: string;
2395
+ export { description_235 as description };
2396
+ const anyOf_56: ({
2272
2397
  enum: string[];
2273
2398
  type?: undefined;
2274
2399
  $ref?: undefined;
@@ -2281,18 +2406,18 @@ export declare namespace definitions {
2281
2406
  enum?: undefined;
2282
2407
  type?: undefined;
2283
2408
  })[];
2284
- export { anyOf_54 as anyOf };
2409
+ export { anyOf_56 as anyOf };
2285
2410
  }
2286
2411
  namespace StrictModuleErrorHandling {
2287
- const description_223: string;
2288
- export { description_223 as description };
2289
- const type_137: string;
2290
- export { type_137 as type };
2412
+ const description_236: string;
2413
+ export { description_236 as description };
2414
+ const type_146: string;
2415
+ export { type_146 as type };
2291
2416
  }
2292
2417
  namespace Target {
2293
- const description_224: string;
2294
- export { description_224 as description };
2295
- const anyOf_55: ({
2418
+ const description_237: string;
2419
+ export { description_237 as description };
2420
+ const anyOf_57: ({
2296
2421
  type: string;
2297
2422
  items: {
2298
2423
  description: string;
@@ -2315,79 +2440,79 @@ export declare namespace definitions {
2315
2440
  minItems?: undefined;
2316
2441
  enum?: undefined;
2317
2442
  })[];
2318
- export { anyOf_55 as anyOf };
2443
+ export { anyOf_57 as anyOf };
2319
2444
  }
2320
2445
  namespace TrustedTypes {
2321
- const description_225: string;
2322
- export { description_225 as description };
2323
- const type_138: string;
2324
- export { type_138 as type };
2325
- const additionalProperties_29: boolean;
2326
- export { additionalProperties_29 as additionalProperties };
2446
+ const description_238: string;
2447
+ export { description_238 as description };
2448
+ const type_147: string;
2449
+ export { type_147 as type };
2450
+ const additionalProperties_30: boolean;
2451
+ export { additionalProperties_30 as additionalProperties };
2327
2452
  export namespace properties_24 {
2328
2453
  namespace policyName {
2329
- const description_226: string;
2330
- export { description_226 as description };
2331
- const type_139: string;
2332
- export { type_139 as type };
2333
- const minLength_6: number;
2334
- export { minLength_6 as minLength };
2454
+ const description_239: string;
2455
+ export { description_239 as description };
2456
+ const type_148: string;
2457
+ export { type_148 as type };
2458
+ const minLength_7: number;
2459
+ export { minLength_7 as minLength };
2335
2460
  }
2336
2461
  }
2337
2462
  export { properties_24 as properties };
2338
2463
  }
2339
2464
  namespace UmdNamedDefine {
2340
- const description_227: string;
2341
- export { description_227 as description };
2342
- const type_140: string;
2343
- export { type_140 as type };
2465
+ const description_240: string;
2466
+ export { description_240 as description };
2467
+ const type_149: string;
2468
+ export { type_149 as type };
2344
2469
  }
2345
2470
  namespace UniqueName {
2346
- const description_228: string;
2347
- export { description_228 as description };
2348
- const type_141: string;
2349
- export { type_141 as type };
2350
- const minLength_7: number;
2351
- export { minLength_7 as minLength };
2352
- }
2353
- namespace ChunkLoadingGlobal {
2354
- const description_229: string;
2355
- export { description_229 as description };
2356
- const type_142: string;
2357
- export { type_142 as type };
2471
+ const description_241: string;
2472
+ export { description_241 as description };
2473
+ const type_150: string;
2474
+ export { type_150 as type };
2358
2475
  const minLength_8: number;
2359
2476
  export { minLength_8 as minLength };
2360
2477
  }
2478
+ namespace ChunkLoadingGlobal {
2479
+ const description_242: string;
2480
+ export { description_242 as description };
2481
+ const type_151: string;
2482
+ export { type_151 as type };
2483
+ const minLength_9: number;
2484
+ export { minLength_9 as minLength };
2485
+ }
2361
2486
  namespace Watch {
2362
- const description_230: string;
2363
- export { description_230 as description };
2364
- const type_143: string;
2365
- export { type_143 as type };
2487
+ const description_243: string;
2488
+ export { description_243 as description };
2489
+ const type_152: string;
2490
+ export { type_152 as type };
2366
2491
  }
2367
2492
  namespace WatchOptions {
2368
- const description_231: string;
2369
- export { description_231 as description };
2370
- const type_144: string;
2371
- export { type_144 as type };
2372
- const additionalProperties_30: boolean;
2373
- export { additionalProperties_30 as additionalProperties };
2493
+ const description_244: string;
2494
+ export { description_244 as description };
2495
+ const type_153: string;
2496
+ export { type_153 as type };
2497
+ const additionalProperties_31: boolean;
2498
+ export { additionalProperties_31 as additionalProperties };
2374
2499
  export namespace properties_25 {
2375
2500
  namespace aggregateTimeout {
2376
- const description_232: string;
2377
- export { description_232 as description };
2378
- const type_145: string;
2379
- export { type_145 as type };
2501
+ const description_245: string;
2502
+ export { description_245 as description };
2503
+ const type_154: string;
2504
+ export { type_154 as type };
2380
2505
  }
2381
2506
  namespace followSymlinks {
2382
- const description_233: string;
2383
- export { description_233 as description };
2384
- const type_146: string;
2385
- export { type_146 as type };
2507
+ const description_246: string;
2508
+ export { description_246 as description };
2509
+ const type_155: string;
2510
+ export { type_155 as type };
2386
2511
  }
2387
2512
  namespace ignored {
2388
- const description_234: string;
2389
- export { description_234 as description };
2390
- const anyOf_56: ({
2513
+ const description_247: string;
2514
+ export { description_247 as description };
2515
+ const anyOf_58: ({
2391
2516
  type: string;
2392
2517
  items: {
2393
2518
  description: string;
@@ -2410,43 +2535,43 @@ export declare namespace definitions {
2410
2535
  items?: undefined;
2411
2536
  instanceof?: undefined;
2412
2537
  })[];
2413
- export { anyOf_56 as anyOf };
2538
+ export { anyOf_58 as anyOf };
2414
2539
  }
2415
2540
  namespace poll {
2416
- const description_235: string;
2417
- export { description_235 as description };
2418
- const anyOf_57: {
2541
+ const description_248: string;
2542
+ export { description_248 as description };
2543
+ const anyOf_59: {
2419
2544
  description: string;
2420
2545
  type: string;
2421
2546
  }[];
2422
- export { anyOf_57 as anyOf };
2547
+ export { anyOf_59 as anyOf };
2423
2548
  }
2424
2549
  namespace stdin {
2425
- const description_236: string;
2426
- export { description_236 as description };
2427
- const type_147: string;
2428
- export { type_147 as type };
2550
+ const description_249: string;
2551
+ export { description_249 as description };
2552
+ const type_156: string;
2553
+ export { type_156 as type };
2429
2554
  }
2430
2555
  }
2431
2556
  export { properties_25 as properties };
2432
2557
  }
2433
2558
  namespace RspackPluginFunction {
2434
- const description_237: string;
2435
- export { description_237 as description };
2559
+ const description_250: string;
2560
+ export { description_250 as description };
2436
2561
  const _instanceof: string;
2437
2562
  export { _instanceof as instanceof };
2438
2563
  }
2439
2564
  namespace RspackPluginInstance {
2440
- const description_238: string;
2441
- export { description_238 as description };
2442
- const type_148: string;
2443
- export { type_148 as type };
2444
- const additionalProperties_31: boolean;
2445
- export { additionalProperties_31 as additionalProperties };
2565
+ const description_251: string;
2566
+ export { description_251 as description };
2567
+ const type_157: string;
2568
+ export { type_157 as type };
2569
+ const additionalProperties_32: boolean;
2570
+ export { additionalProperties_32 as additionalProperties };
2446
2571
  export namespace properties_26 {
2447
2572
  namespace apply {
2448
- const description_239: string;
2449
- export { description_239 as description };
2573
+ const description_252: string;
2574
+ export { description_252 as description };
2450
2575
  const _instanceof_1: string;
2451
2576
  export { _instanceof_1 as instanceof };
2452
2577
  }
@@ -2457,123 +2582,122 @@ export declare namespace definitions {
2457
2582
  }
2458
2583
  }
2459
2584
  export declare const title: string;
2460
- declare const description_240: string;
2461
- declare const type_149: string;
2462
- declare const additionalProperties_32: boolean;
2585
+ declare const description_253: string;
2586
+ declare const type_158: string;
2587
+ declare const additionalProperties_33: boolean;
2463
2588
  export declare namespace properties_27 {
2464
2589
  export namespace cache {
2465
- const $ref_43: string;
2466
- export { $ref_43 as $ref };
2467
- }
2468
- export namespace context {
2469
- const $ref_44: string;
2470
- export { $ref_44 as $ref };
2471
- }
2472
- export namespace dependencies {
2473
- const $ref_45: string;
2474
- export { $ref_45 as $ref };
2475
- }
2476
- export namespace devServer {
2477
- const $ref_46: string;
2478
- export { $ref_46 as $ref };
2479
- }
2480
- export namespace devtool {
2481
2590
  const $ref_47: string;
2482
2591
  export { $ref_47 as $ref };
2483
2592
  }
2484
- export namespace entry {
2593
+ export namespace context {
2485
2594
  const $ref_48: string;
2486
2595
  export { $ref_48 as $ref };
2487
2596
  }
2488
- export namespace experiments {
2597
+ export namespace dependencies {
2489
2598
  const $ref_49: string;
2490
2599
  export { $ref_49 as $ref };
2491
2600
  }
2492
- export namespace externals {
2601
+ export namespace devServer {
2493
2602
  const $ref_50: string;
2494
2603
  export { $ref_50 as $ref };
2495
2604
  }
2496
- export namespace externalsType {
2605
+ export namespace devtool {
2497
2606
  const $ref_51: string;
2498
2607
  export { $ref_51 as $ref };
2499
2608
  }
2500
- export namespace externalsPresets {
2609
+ export namespace entry {
2501
2610
  const $ref_52: string;
2502
2611
  export { $ref_52 as $ref };
2503
2612
  }
2504
- export namespace infrastructureLogging {
2613
+ export namespace experiments {
2505
2614
  const $ref_53: string;
2506
2615
  export { $ref_53 as $ref };
2507
2616
  }
2508
- export namespace mode {
2617
+ export namespace externals {
2509
2618
  const $ref_54: string;
2510
2619
  export { $ref_54 as $ref };
2511
2620
  }
2512
- export namespace module_2 {
2621
+ export namespace externalsType {
2513
2622
  const $ref_55: string;
2514
2623
  export { $ref_55 as $ref };
2515
2624
  }
2516
- export { module_2 as module };
2517
- export namespace name_3 {
2625
+ export namespace externalsPresets {
2518
2626
  const $ref_56: string;
2519
2627
  export { $ref_56 as $ref };
2520
2628
  }
2521
- export { name_3 as name };
2522
- export namespace node_1 {
2629
+ export namespace infrastructureLogging {
2523
2630
  const $ref_57: string;
2524
2631
  export { $ref_57 as $ref };
2525
2632
  }
2526
- export { node_1 as node };
2527
- export namespace optimization {
2633
+ export namespace mode {
2528
2634
  const $ref_58: string;
2529
2635
  export { $ref_58 as $ref };
2530
2636
  }
2531
- export namespace output {
2637
+ export namespace module_2 {
2532
2638
  const $ref_59: string;
2533
2639
  export { $ref_59 as $ref };
2534
2640
  }
2535
- export namespace plugins {
2641
+ export { module_2 as module };
2642
+ export namespace name_3 {
2536
2643
  const $ref_60: string;
2537
2644
  export { $ref_60 as $ref };
2538
2645
  }
2539
- export namespace resolve_2 {
2646
+ export { name_3 as name };
2647
+ export namespace node_1 {
2540
2648
  const $ref_61: string;
2541
2649
  export { $ref_61 as $ref };
2542
2650
  }
2543
- export { resolve_2 as resolve };
2544
- export namespace snapshot {
2651
+ export { node_1 as node };
2652
+ export namespace optimization {
2545
2653
  const $ref_62: string;
2546
2654
  export { $ref_62 as $ref };
2547
2655
  }
2548
- export namespace stats {
2656
+ export namespace output {
2549
2657
  const $ref_63: string;
2550
2658
  export { $ref_63 as $ref };
2551
2659
  }
2552
- export namespace target {
2660
+ export namespace plugins {
2553
2661
  const $ref_64: string;
2554
2662
  export { $ref_64 as $ref };
2555
2663
  }
2556
- export namespace watch {
2664
+ export namespace resolve_2 {
2557
2665
  const $ref_65: string;
2558
2666
  export { $ref_65 as $ref };
2559
2667
  }
2560
- export namespace watchOptions {
2668
+ export { resolve_2 as resolve };
2669
+ export namespace snapshot {
2561
2670
  const $ref_66: string;
2562
2671
  export { $ref_66 as $ref };
2563
2672
  }
2564
- export namespace builtins {
2565
- const description_241: string;
2566
- export { description_241 as description };
2567
- const type_150: string;
2568
- export { type_150 as type };
2569
- const additionalProperties_33: boolean;
2570
- export { additionalProperties_33 as additionalProperties };
2571
- }
2572
- export namespace ignoreWarnings_1 {
2673
+ export namespace stats {
2573
2674
  const $ref_67: string;
2574
2675
  export { $ref_67 as $ref };
2575
2676
  }
2576
- export { ignoreWarnings_1 as ignoreWarnings };
2677
+ export namespace target {
2678
+ const $ref_68: string;
2679
+ export { $ref_68 as $ref };
2680
+ }
2681
+ export namespace watch {
2682
+ const $ref_69: string;
2683
+ export { $ref_69 as $ref };
2684
+ }
2685
+ export namespace watchOptions {
2686
+ const $ref_70: string;
2687
+ export { $ref_70 as $ref };
2688
+ }
2689
+ export namespace builtins {
2690
+ const description_254: string;
2691
+ export { description_254 as description };
2692
+ const type_159: string;
2693
+ export { type_159 as type };
2694
+ const additionalProperties_34: boolean;
2695
+ export { additionalProperties_34 as additionalProperties };
2696
+ }
2697
+ export namespace ignoreWarnings {
2698
+ const $ref_71: string;
2699
+ export { $ref_71 as $ref };
2700
+ }
2577
2701
  }
2578
- export { description_240 as description, type_149 as type, additionalProperties_32 as additionalProperties, properties_27 as properties };
2702
+ export { description_253 as description, type_158 as type, additionalProperties_33 as additionalProperties, properties_27 as properties };
2579
2703
  //# sourceMappingURL=schema.d.ts.map