@rspack/core 0.0.25 → 0.1.0

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 (38) hide show
  1. package/README.md +1 -1
  2. package/dist/config/adapter-rule-use.d.ts.map +1 -1
  3. package/dist/config/adapter-rule-use.js +12 -20
  4. package/dist/config/adapter-rule-use.js.map +1 -1
  5. package/dist/config/adapter.d.ts.map +1 -1
  6. package/dist/config/adapter.js +20 -2
  7. package/dist/config/adapter.js.map +1 -1
  8. package/dist/config/builtins.d.ts.map +1 -1
  9. package/dist/config/builtins.js +3 -6
  10. package/dist/config/builtins.js.map +1 -1
  11. package/dist/config/schema.check.d.ts +11 -0
  12. package/dist/config/schema.check.d.ts.map +1 -0
  13. package/dist/config/schema.check.js +3709 -0
  14. package/dist/config/schema.check.js.map +1 -0
  15. package/dist/config/schema.d.ts +2039 -0
  16. package/dist/config/schema.d.ts.map +1 -0
  17. package/dist/config/schema.js +1686 -0
  18. package/dist/config/schema.js.map +1 -0
  19. package/dist/config/types.d.ts +32 -31
  20. package/dist/config/types.d.ts.map +1 -1
  21. package/dist/error/InvalidateConfiguration.d.ts +4 -0
  22. package/dist/error/InvalidateConfiguration.d.ts.map +1 -0
  23. package/dist/error/InvalidateConfiguration.js +10 -0
  24. package/dist/error/InvalidateConfiguration.js.map +1 -0
  25. package/dist/multiCompiler.d.ts +1 -1
  26. package/dist/multiCompiler.d.ts.map +1 -1
  27. package/dist/rspack.d.ts +3 -2
  28. package/dist/rspack.d.ts.map +1 -1
  29. package/dist/rspack.js +47 -18
  30. package/dist/rspack.js.map +1 -1
  31. package/dist/util/index.d.ts +1 -0
  32. package/dist/util/index.d.ts.map +1 -1
  33. package/dist/util/index.js +5 -1
  34. package/dist/util/index.js.map +1 -1
  35. package/dist/watching.d.ts.map +1 -1
  36. package/dist/watching.js +0 -4
  37. package/dist/watching.js.map +1 -1
  38. package/package.json +12 -10
@@ -0,0 +1,2039 @@
1
+ export declare namespace definitions {
2
+ namespace AssetModuleFilename {
3
+ const description: string;
4
+ const anyOf: {
5
+ type: string;
6
+ }[];
7
+ }
8
+ namespace AssetParserDataUrlOptions {
9
+ const description_1: string;
10
+ export { description_1 as description };
11
+ export const type: string;
12
+ export const additionalProperties: boolean;
13
+ export namespace properties {
14
+ namespace maxSize {
15
+ const description_2: string;
16
+ export { description_2 as description };
17
+ const type_1: string;
18
+ export { type_1 as type };
19
+ }
20
+ }
21
+ }
22
+ namespace AssetParserOptions {
23
+ const description_3: string;
24
+ export { description_3 as description };
25
+ const type_2: string;
26
+ export { type_2 as type };
27
+ const additionalProperties_1: boolean;
28
+ export { additionalProperties_1 as additionalProperties };
29
+ export namespace properties_1 {
30
+ namespace dataUrlCondition {
31
+ const description_4: string;
32
+ export { description_4 as description };
33
+ const anyOf_1: {
34
+ $ref: string;
35
+ }[];
36
+ export { anyOf_1 as anyOf };
37
+ }
38
+ }
39
+ export { properties_1 as properties };
40
+ }
41
+ namespace AuxiliaryComment {
42
+ const description_5: string;
43
+ export { description_5 as description };
44
+ const anyOf_2: ({
45
+ description: string;
46
+ type: string;
47
+ $ref?: undefined;
48
+ } | {
49
+ $ref: string;
50
+ description?: undefined;
51
+ type?: undefined;
52
+ })[];
53
+ export { anyOf_2 as anyOf };
54
+ }
55
+ namespace CacheOptions {
56
+ const description_6: string;
57
+ export { description_6 as description };
58
+ const type_3: string;
59
+ export { type_3 as type };
60
+ }
61
+ namespace ChunkFilename {
62
+ const description_7: string;
63
+ export { description_7 as description };
64
+ export const oneOf: {
65
+ $ref: string;
66
+ }[];
67
+ }
68
+ namespace Context {
69
+ const description_8: string;
70
+ export { description_8 as description };
71
+ const type_4: string;
72
+ export { type_4 as type };
73
+ }
74
+ namespace CssChunkFilename {
75
+ const description_9: string;
76
+ export { description_9 as description };
77
+ const oneOf_1: {
78
+ $ref: string;
79
+ }[];
80
+ export { oneOf_1 as oneOf };
81
+ }
82
+ namespace CssFilename {
83
+ const description_10: string;
84
+ export { description_10 as description };
85
+ const oneOf_2: {
86
+ $ref: string;
87
+ }[];
88
+ export { oneOf_2 as oneOf };
89
+ }
90
+ namespace Dependencies {
91
+ const description_11: string;
92
+ export { description_11 as description };
93
+ const type_5: string;
94
+ export { type_5 as type };
95
+ export namespace items {
96
+ const description_12: string;
97
+ export { description_12 as description };
98
+ const type_6: string;
99
+ export { type_6 as type };
100
+ }
101
+ }
102
+ namespace DevServer {
103
+ const description_13: string;
104
+ export { description_13 as description };
105
+ const type_7: string;
106
+ export { type_7 as type };
107
+ }
108
+ namespace DevTool {
109
+ const description_14: string;
110
+ export { description_14 as description };
111
+ const anyOf_3: ({
112
+ enum: boolean[];
113
+ type?: undefined;
114
+ pattern?: undefined;
115
+ } | {
116
+ type: string;
117
+ pattern: string;
118
+ enum?: undefined;
119
+ })[];
120
+ export { anyOf_3 as anyOf };
121
+ }
122
+ namespace EnabledLibraryTypes {
123
+ const description_15: string;
124
+ export { description_15 as description };
125
+ const type_8: string;
126
+ export { type_8 as type };
127
+ export namespace items_1 {
128
+ const $ref: string;
129
+ }
130
+ export { items_1 as items };
131
+ }
132
+ namespace Entry {
133
+ const description_16: string;
134
+ export { description_16 as description };
135
+ const anyOf_4: {
136
+ $ref: string;
137
+ }[];
138
+ export { anyOf_4 as anyOf };
139
+ }
140
+ namespace EntryDescription {
141
+ const description_17: string;
142
+ export { description_17 as description };
143
+ const type_9: string;
144
+ export { type_9 as type };
145
+ const additionalProperties_2: boolean;
146
+ export { additionalProperties_2 as additionalProperties };
147
+ export namespace properties_2 {
148
+ export namespace _import {
149
+ const $ref_1: string;
150
+ export { $ref_1 as $ref };
151
+ }
152
+ export { _import as import };
153
+ export namespace runtime {
154
+ const $ref_2: string;
155
+ export { $ref_2 as $ref };
156
+ }
157
+ }
158
+ export { properties_2 as properties };
159
+ export const required: string[];
160
+ }
161
+ namespace EntryFilename {
162
+ const description_18: string;
163
+ export { description_18 as description };
164
+ const oneOf_3: {
165
+ $ref: string;
166
+ }[];
167
+ export { oneOf_3 as oneOf };
168
+ }
169
+ namespace EntryItem {
170
+ const description_19: string;
171
+ export { description_19 as description };
172
+ const anyOf_5: ({
173
+ description: string;
174
+ type: string;
175
+ items: {
176
+ description: string;
177
+ type: string;
178
+ minLength: number;
179
+ };
180
+ minItems: number;
181
+ uniqueItems: boolean;
182
+ minLength?: undefined;
183
+ } | {
184
+ description: string;
185
+ type: string;
186
+ minLength: number;
187
+ items?: undefined;
188
+ minItems?: undefined;
189
+ uniqueItems?: undefined;
190
+ })[];
191
+ export { anyOf_5 as anyOf };
192
+ }
193
+ namespace EntryObject {
194
+ const description_20: string;
195
+ export { description_20 as description };
196
+ const type_10: string;
197
+ export { type_10 as type };
198
+ export namespace additionalProperties_3 {
199
+ const description_21: string;
200
+ export { description_21 as description };
201
+ const anyOf_6: {
202
+ $ref: string;
203
+ }[];
204
+ export { anyOf_6 as anyOf };
205
+ }
206
+ export { additionalProperties_3 as additionalProperties };
207
+ }
208
+ namespace EntryRuntime {
209
+ const description_22: string;
210
+ export { description_22 as description };
211
+ const anyOf_7: ({
212
+ enum: boolean[];
213
+ type?: undefined;
214
+ minLength?: undefined;
215
+ } | {
216
+ type: string;
217
+ minLength: number;
218
+ enum?: undefined;
219
+ })[];
220
+ export { anyOf_7 as anyOf };
221
+ }
222
+ namespace EntryStatic {
223
+ const description_23: string;
224
+ export { description_23 as description };
225
+ const anyOf_8: {
226
+ $ref: string;
227
+ }[];
228
+ export { anyOf_8 as anyOf };
229
+ }
230
+ namespace EntryUnnamed {
231
+ const description_24: string;
232
+ export { description_24 as description };
233
+ const oneOf_4: {
234
+ $ref: string;
235
+ }[];
236
+ export { oneOf_4 as oneOf };
237
+ }
238
+ namespace Experiments {
239
+ const description_25: string;
240
+ export { description_25 as description };
241
+ const type_11: string;
242
+ export { type_11 as type };
243
+ const additionalProperties_4: boolean;
244
+ export { additionalProperties_4 as additionalProperties };
245
+ export namespace properties_3 {
246
+ namespace incrementalRebuild {
247
+ const description_26: string;
248
+ export { description_26 as description };
249
+ const type_12: string;
250
+ export { type_12 as type };
251
+ }
252
+ namespace lazyCompilation {
253
+ const description_27: string;
254
+ export { description_27 as description };
255
+ const anyOf_9: {
256
+ type: string;
257
+ }[];
258
+ export { anyOf_9 as anyOf };
259
+ }
260
+ }
261
+ export { properties_3 as properties };
262
+ }
263
+ namespace ExternalItem {
264
+ const description_28: string;
265
+ export { description_28 as description };
266
+ const anyOf_10: ({
267
+ description: string;
268
+ type: string;
269
+ additionalProperties?: undefined;
270
+ } | {
271
+ description: string;
272
+ type: string;
273
+ additionalProperties: {
274
+ $ref: string;
275
+ };
276
+ })[];
277
+ export { anyOf_10 as anyOf };
278
+ }
279
+ namespace ExternalItemValue {
280
+ const description_29: string;
281
+ export { description_29 as description };
282
+ const anyOf_11: {
283
+ description: string;
284
+ type: string;
285
+ }[];
286
+ export { anyOf_11 as anyOf };
287
+ }
288
+ namespace Externals {
289
+ const description_30: string;
290
+ export { description_30 as description };
291
+ const anyOf_12: {
292
+ $ref: string;
293
+ }[];
294
+ export { anyOf_12 as anyOf };
295
+ }
296
+ namespace ExternalsType {
297
+ const description_31: string;
298
+ export { description_31 as description };
299
+ const _enum: string[];
300
+ export { _enum as enum };
301
+ }
302
+ namespace Filename {
303
+ const description_32: string;
304
+ export { description_32 as description };
305
+ const oneOf_5: {
306
+ $ref: string;
307
+ }[];
308
+ export { oneOf_5 as oneOf };
309
+ }
310
+ namespace FilenameTemplate {
311
+ const description_33: string;
312
+ export { description_33 as description };
313
+ const anyOf_13: ({
314
+ type: string;
315
+ minLength: number;
316
+ instanceof?: undefined;
317
+ } | {
318
+ instanceof: string;
319
+ type?: undefined;
320
+ minLength?: undefined;
321
+ })[];
322
+ export { anyOf_13 as anyOf };
323
+ }
324
+ namespace FilterItemTypes {
325
+ const description_34: string;
326
+ export { description_34 as description };
327
+ const anyOf_14: ({
328
+ instanceof: string;
329
+ type?: undefined;
330
+ } | {
331
+ type: string;
332
+ instanceof?: undefined;
333
+ })[];
334
+ export { anyOf_14 as anyOf };
335
+ }
336
+ namespace FilterTypes {
337
+ const description_35: string;
338
+ export { description_35 as description };
339
+ const anyOf_15: ({
340
+ type: string;
341
+ items: {
342
+ description: string;
343
+ oneOf: {
344
+ $ref: string;
345
+ }[];
346
+ };
347
+ $ref?: undefined;
348
+ } | {
349
+ $ref: string;
350
+ type?: undefined;
351
+ items?: undefined;
352
+ })[];
353
+ export { anyOf_15 as anyOf };
354
+ }
355
+ namespace GlobalObject {
356
+ const description_36: string;
357
+ export { description_36 as description };
358
+ const type_13: string;
359
+ export { type_13 as type };
360
+ export const minLength: number;
361
+ }
362
+ namespace ImportFunctionName {
363
+ const description_37: string;
364
+ export { description_37 as description };
365
+ const type_14: string;
366
+ export { type_14 as type };
367
+ }
368
+ namespace InfrastructureLogging {
369
+ const description_38: string;
370
+ export { description_38 as description };
371
+ const type_15: string;
372
+ export { type_15 as type };
373
+ const additionalProperties_5: boolean;
374
+ export { additionalProperties_5 as additionalProperties };
375
+ export namespace properties_4 {
376
+ namespace appendOnly {
377
+ const description_39: string;
378
+ export { description_39 as description };
379
+ const type_16: string;
380
+ export { type_16 as type };
381
+ }
382
+ namespace colors {
383
+ const description_40: string;
384
+ export { description_40 as description };
385
+ const type_17: string;
386
+ export { type_17 as type };
387
+ }
388
+ namespace console {
389
+ const description_41: string;
390
+ export { description_41 as description };
391
+ }
392
+ namespace debug {
393
+ const description_42: string;
394
+ export { description_42 as description };
395
+ const anyOf_16: ({
396
+ description: string;
397
+ type: string;
398
+ $ref?: undefined;
399
+ } | {
400
+ $ref: string;
401
+ description?: undefined;
402
+ type?: undefined;
403
+ })[];
404
+ export { anyOf_16 as anyOf };
405
+ }
406
+ namespace level {
407
+ const description_43: string;
408
+ export { description_43 as description };
409
+ const _enum_1: string[];
410
+ export { _enum_1 as enum };
411
+ }
412
+ namespace stream {
413
+ const description_44: string;
414
+ export { description_44 as description };
415
+ }
416
+ }
417
+ export { properties_4 as properties };
418
+ }
419
+ namespace Library {
420
+ const description_45: string;
421
+ export { description_45 as description };
422
+ const anyOf_17: {
423
+ $ref: string;
424
+ }[];
425
+ export { anyOf_17 as anyOf };
426
+ }
427
+ namespace LibraryCustomUmdCommentObject {
428
+ const description_46: string;
429
+ export { description_46 as description };
430
+ const type_18: string;
431
+ export { type_18 as type };
432
+ const additionalProperties_6: boolean;
433
+ export { additionalProperties_6 as additionalProperties };
434
+ export namespace properties_5 {
435
+ namespace amd {
436
+ const description_47: string;
437
+ export { description_47 as description };
438
+ const type_19: string;
439
+ export { type_19 as type };
440
+ }
441
+ namespace commonjs {
442
+ const description_48: string;
443
+ export { description_48 as description };
444
+ const type_20: string;
445
+ export { type_20 as type };
446
+ }
447
+ namespace commonjs2 {
448
+ const description_49: string;
449
+ export { description_49 as description };
450
+ const type_21: string;
451
+ export { type_21 as type };
452
+ }
453
+ namespace root {
454
+ const description_50: string;
455
+ export { description_50 as description };
456
+ const type_22: string;
457
+ export { type_22 as type };
458
+ }
459
+ }
460
+ export { properties_5 as properties };
461
+ }
462
+ namespace LibraryCustomUmdObject {
463
+ const description_51: string;
464
+ export { description_51 as description };
465
+ const type_23: string;
466
+ export { type_23 as type };
467
+ const additionalProperties_7: boolean;
468
+ export { additionalProperties_7 as additionalProperties };
469
+ export namespace properties_6 {
470
+ export namespace amd_1 {
471
+ const description_52: string;
472
+ export { description_52 as description };
473
+ const type_24: string;
474
+ export { type_24 as type };
475
+ const minLength_1: number;
476
+ export { minLength_1 as minLength };
477
+ }
478
+ export { amd_1 as amd };
479
+ export namespace commonjs_1 {
480
+ const description_53: string;
481
+ export { description_53 as description };
482
+ const type_25: string;
483
+ export { type_25 as type };
484
+ const minLength_2: number;
485
+ export { minLength_2 as minLength };
486
+ }
487
+ export { commonjs_1 as commonjs };
488
+ export namespace root_1 {
489
+ const description_54: string;
490
+ export { description_54 as description };
491
+ const anyOf_18: ({
492
+ type: string;
493
+ items: {
494
+ description: string;
495
+ type: string;
496
+ minLength: number;
497
+ };
498
+ minLength?: undefined;
499
+ } | {
500
+ type: string;
501
+ minLength: number;
502
+ items?: undefined;
503
+ })[];
504
+ export { anyOf_18 as anyOf };
505
+ }
506
+ export { root_1 as root };
507
+ }
508
+ export { properties_6 as properties };
509
+ }
510
+ namespace LibraryExport {
511
+ const description_55: string;
512
+ export { description_55 as description };
513
+ const anyOf_19: ({
514
+ type: string;
515
+ items: {
516
+ description: string;
517
+ type: string;
518
+ minLength: number;
519
+ };
520
+ minLength?: undefined;
521
+ } | {
522
+ type: string;
523
+ minLength: number;
524
+ items?: undefined;
525
+ })[];
526
+ export { anyOf_19 as anyOf };
527
+ }
528
+ namespace LibraryName {
529
+ const description_56: string;
530
+ export { description_56 as description };
531
+ const anyOf_20: ({
532
+ type: string;
533
+ items: {
534
+ description: string;
535
+ type: string;
536
+ minLength: number;
537
+ };
538
+ minItems: number;
539
+ minLength?: undefined;
540
+ $ref?: undefined;
541
+ } | {
542
+ type: string;
543
+ minLength: number;
544
+ items?: undefined;
545
+ minItems?: undefined;
546
+ $ref?: undefined;
547
+ } | {
548
+ $ref: string;
549
+ type?: undefined;
550
+ items?: undefined;
551
+ minItems?: undefined;
552
+ minLength?: undefined;
553
+ })[];
554
+ export { anyOf_20 as anyOf };
555
+ }
556
+ namespace LibraryOptions {
557
+ const description_57: string;
558
+ export { description_57 as description };
559
+ const type_26: string;
560
+ export { type_26 as type };
561
+ const additionalProperties_8: boolean;
562
+ export { additionalProperties_8 as additionalProperties };
563
+ export namespace properties_7 {
564
+ export namespace auxiliaryComment {
565
+ const $ref_3: string;
566
+ export { $ref_3 as $ref };
567
+ }
568
+ export namespace _export {
569
+ const $ref_4: string;
570
+ export { $ref_4 as $ref };
571
+ }
572
+ export { _export as export };
573
+ export namespace name {
574
+ const $ref_5: string;
575
+ export { $ref_5 as $ref };
576
+ }
577
+ export namespace type_27 {
578
+ const $ref_6: string;
579
+ export { $ref_6 as $ref };
580
+ }
581
+ export { type_27 as type };
582
+ export namespace umdNamedDefine {
583
+ const $ref_7: string;
584
+ export { $ref_7 as $ref };
585
+ }
586
+ }
587
+ export { properties_7 as properties };
588
+ const required_1: string[];
589
+ export { required_1 as required };
590
+ }
591
+ namespace LibraryType {
592
+ const description_58: string;
593
+ export { description_58 as description };
594
+ const anyOf_21: ({
595
+ enum: string[];
596
+ type?: undefined;
597
+ } | {
598
+ type: string;
599
+ enum?: undefined;
600
+ })[];
601
+ export { anyOf_21 as anyOf };
602
+ }
603
+ namespace Mode {
604
+ const description_59: string;
605
+ export { description_59 as description };
606
+ const _enum_2: string[];
607
+ export { _enum_2 as enum };
608
+ }
609
+ namespace ModuleOptions {
610
+ const description_60: string;
611
+ export { description_60 as description };
612
+ const type_28: string;
613
+ export { type_28 as type };
614
+ const additionalProperties_9: boolean;
615
+ export { additionalProperties_9 as additionalProperties };
616
+ export namespace properties_8 {
617
+ namespace defaultRules {
618
+ const description_61: string;
619
+ export { description_61 as description };
620
+ const oneOf_6: {
621
+ $ref: string;
622
+ }[];
623
+ export { oneOf_6 as oneOf };
624
+ }
625
+ namespace parser {
626
+ const $ref_8: string;
627
+ export { $ref_8 as $ref };
628
+ }
629
+ namespace rules {
630
+ const description_62: string;
631
+ export { description_62 as description };
632
+ const oneOf_7: {
633
+ $ref: string;
634
+ }[];
635
+ export { oneOf_7 as oneOf };
636
+ }
637
+ }
638
+ export { properties_8 as properties };
639
+ }
640
+ namespace Name {
641
+ const description_63: string;
642
+ export { description_63 as description };
643
+ const type_29: string;
644
+ export { type_29 as type };
645
+ }
646
+ namespace Node {
647
+ const description_64: string;
648
+ export { description_64 as description };
649
+ const anyOf_22: ({
650
+ enum: boolean[];
651
+ $ref?: undefined;
652
+ } | {
653
+ $ref: string;
654
+ enum?: undefined;
655
+ })[];
656
+ export { anyOf_22 as anyOf };
657
+ }
658
+ namespace NodeOptions {
659
+ const description_65: string;
660
+ export { description_65 as description };
661
+ const type_30: string;
662
+ export { type_30 as type };
663
+ const additionalProperties_10: boolean;
664
+ export { additionalProperties_10 as additionalProperties };
665
+ export namespace properties_9 {
666
+ namespace __dirname {
667
+ const description_66: string;
668
+ export { description_66 as description };
669
+ const _enum_3: (string | boolean)[];
670
+ export { _enum_3 as enum };
671
+ }
672
+ namespace global {
673
+ const description_67: string;
674
+ export { description_67 as description };
675
+ const _enum_4: (string | boolean)[];
676
+ export { _enum_4 as enum };
677
+ }
678
+ }
679
+ export { properties_9 as properties };
680
+ }
681
+ namespace Optimization {
682
+ const description_68: string;
683
+ export { description_68 as description };
684
+ const type_31: string;
685
+ export { type_31 as type };
686
+ const additionalProperties_11: boolean;
687
+ export { additionalProperties_11 as additionalProperties };
688
+ export namespace properties_10 {
689
+ namespace chunkIds {
690
+ const description_69: string;
691
+ export { description_69 as description };
692
+ const _enum_5: string[];
693
+ export { _enum_5 as enum };
694
+ }
695
+ namespace minimize {
696
+ const description_70: string;
697
+ export { description_70 as description };
698
+ const type_32: string;
699
+ export { type_32 as type };
700
+ }
701
+ namespace minimizer {
702
+ const description_71: string;
703
+ export { description_71 as description };
704
+ const type_33: string;
705
+ export { type_33 as type };
706
+ export namespace items_2 {
707
+ const description_72: string;
708
+ export { description_72 as description };
709
+ const anyOf_23: ({
710
+ enum: string[];
711
+ $ref?: undefined;
712
+ } | {
713
+ $ref: string;
714
+ enum?: undefined;
715
+ })[];
716
+ export { anyOf_23 as anyOf };
717
+ }
718
+ export { items_2 as items };
719
+ }
720
+ namespace moduleIds {
721
+ const description_73: string;
722
+ export { description_73 as description };
723
+ const _enum_6: string[];
724
+ export { _enum_6 as enum };
725
+ }
726
+ namespace removeAvailableModules {
727
+ const description_74: string;
728
+ export { description_74 as description };
729
+ const type_34: string;
730
+ export { type_34 as type };
731
+ }
732
+ namespace runtimeChunk {
733
+ const $ref_9: string;
734
+ export { $ref_9 as $ref };
735
+ }
736
+ namespace sideEffects {
737
+ const description_75: string;
738
+ export { description_75 as description };
739
+ const anyOf_24: ({
740
+ enum: string[];
741
+ type?: undefined;
742
+ } | {
743
+ type: string;
744
+ enum?: undefined;
745
+ })[];
746
+ export { anyOf_24 as anyOf };
747
+ }
748
+ namespace splitChunks {
749
+ const description_76: string;
750
+ export { description_76 as description };
751
+ const anyOf_25: ({
752
+ enum: boolean[];
753
+ $ref?: undefined;
754
+ } | {
755
+ $ref: string;
756
+ enum?: undefined;
757
+ })[];
758
+ export { anyOf_25 as anyOf };
759
+ }
760
+ }
761
+ export { properties_10 as properties };
762
+ }
763
+ namespace OptimizationRuntimeChunk {
764
+ const description_77: string;
765
+ export { description_77 as description };
766
+ const anyOf_26: ({
767
+ enum: string[];
768
+ type?: undefined;
769
+ additionalProperties?: undefined;
770
+ properties?: undefined;
771
+ } | {
772
+ type: string;
773
+ enum?: undefined;
774
+ additionalProperties?: undefined;
775
+ properties?: undefined;
776
+ } | {
777
+ type: string;
778
+ additionalProperties: boolean;
779
+ properties: {
780
+ name: {
781
+ description: string;
782
+ anyOf: ({
783
+ type: string;
784
+ instanceof?: undefined;
785
+ } | {
786
+ instanceof: string;
787
+ type?: undefined;
788
+ })[];
789
+ };
790
+ };
791
+ enum?: undefined;
792
+ })[];
793
+ export { anyOf_26 as anyOf };
794
+ }
795
+ namespace OptimizationSplitChunksCacheGroup {
796
+ const description_78: string;
797
+ export { description_78 as description };
798
+ const type_35: string;
799
+ export { type_35 as type };
800
+ const additionalProperties_12: boolean;
801
+ export { additionalProperties_12 as additionalProperties };
802
+ export namespace properties_11 {
803
+ export namespace chunks {
804
+ const description_79: string;
805
+ export { description_79 as description };
806
+ const anyOf_27: ({
807
+ enum: string[];
808
+ instanceof?: undefined;
809
+ } | {
810
+ instanceof: string;
811
+ enum?: undefined;
812
+ })[];
813
+ export { anyOf_27 as anyOf };
814
+ }
815
+ export namespace minChunks {
816
+ const description_80: string;
817
+ export { description_80 as description };
818
+ const type_36: string;
819
+ export { type_36 as type };
820
+ export const minimum: number;
821
+ }
822
+ export namespace name_1 {
823
+ const description_81: string;
824
+ export { description_81 as description };
825
+ const anyOf_28: ({
826
+ enum: boolean[];
827
+ type?: undefined;
828
+ instanceof?: undefined;
829
+ } | {
830
+ type: string;
831
+ enum?: undefined;
832
+ instanceof?: undefined;
833
+ } | {
834
+ instanceof: string;
835
+ enum?: undefined;
836
+ type?: undefined;
837
+ })[];
838
+ export { anyOf_28 as anyOf };
839
+ }
840
+ export { name_1 as name };
841
+ export namespace priority {
842
+ const description_82: string;
843
+ export { description_82 as description };
844
+ const type_37: string;
845
+ export { type_37 as type };
846
+ }
847
+ export namespace reuseExistingChunk {
848
+ const description_83: string;
849
+ export { description_83 as description };
850
+ const type_38: string;
851
+ export { type_38 as type };
852
+ }
853
+ export namespace test {
854
+ const description_84: string;
855
+ export { description_84 as description };
856
+ const anyOf_29: {
857
+ instanceof: string;
858
+ }[];
859
+ export { anyOf_29 as anyOf };
860
+ }
861
+ }
862
+ export { properties_11 as properties };
863
+ }
864
+ namespace OptimizationSplitChunksOptions {
865
+ const description_85: string;
866
+ export { description_85 as description };
867
+ const type_39: string;
868
+ export { type_39 as type };
869
+ const additionalProperties_13: boolean;
870
+ export { additionalProperties_13 as additionalProperties };
871
+ export namespace properties_12 {
872
+ export namespace cacheGroups {
873
+ const description_86: string;
874
+ export { description_86 as description };
875
+ const type_40: string;
876
+ export { type_40 as type };
877
+ export namespace additionalProperties_14 {
878
+ const description_87: string;
879
+ export { description_87 as description };
880
+ const anyOf_30: {
881
+ $ref: string;
882
+ }[];
883
+ export { anyOf_30 as anyOf };
884
+ }
885
+ export { additionalProperties_14 as additionalProperties };
886
+ }
887
+ export namespace chunks_1 {
888
+ const description_88: string;
889
+ export { description_88 as description };
890
+ const anyOf_31: {
891
+ enum: string[];
892
+ }[];
893
+ export { anyOf_31 as anyOf };
894
+ }
895
+ export { chunks_1 as chunks };
896
+ export namespace enforceSizeThreshold {
897
+ const description_89: string;
898
+ export { description_89 as description };
899
+ const oneOf_8: {
900
+ $ref: string;
901
+ }[];
902
+ export { oneOf_8 as oneOf };
903
+ }
904
+ export namespace maxAsyncRequests {
905
+ const description_90: string;
906
+ export { description_90 as description };
907
+ const type_41: string;
908
+ export { type_41 as type };
909
+ const minimum_1: number;
910
+ export { minimum_1 as minimum };
911
+ }
912
+ export namespace maxInitialRequests {
913
+ const description_91: string;
914
+ export { description_91 as description };
915
+ const type_42: string;
916
+ export { type_42 as type };
917
+ const minimum_2: number;
918
+ export { minimum_2 as minimum };
919
+ }
920
+ export namespace minChunks_1 {
921
+ const description_92: string;
922
+ export { description_92 as description };
923
+ const type_43: string;
924
+ export { type_43 as type };
925
+ const minimum_3: number;
926
+ export { minimum_3 as minimum };
927
+ }
928
+ export { minChunks_1 as minChunks };
929
+ export namespace minRemainingSize {
930
+ const description_93: string;
931
+ export { description_93 as description };
932
+ const oneOf_9: {
933
+ $ref: string;
934
+ }[];
935
+ export { oneOf_9 as oneOf };
936
+ }
937
+ export namespace minSize {
938
+ const description_94: string;
939
+ export { description_94 as description };
940
+ const oneOf_10: {
941
+ $ref: string;
942
+ }[];
943
+ export { oneOf_10 as oneOf };
944
+ }
945
+ }
946
+ export { properties_12 as properties };
947
+ }
948
+ namespace OptimizationSplitChunksSizes {
949
+ const description_95: string;
950
+ export { description_95 as description };
951
+ const anyOf_32: {
952
+ description: string;
953
+ type: string;
954
+ minimum: number;
955
+ }[];
956
+ export { anyOf_32 as anyOf };
957
+ }
958
+ namespace Output {
959
+ const description_96: string;
960
+ export { description_96 as description };
961
+ const type_44: string;
962
+ export { type_44 as type };
963
+ const additionalProperties_15: boolean;
964
+ export { additionalProperties_15 as additionalProperties };
965
+ export namespace properties_13 {
966
+ export namespace assetModuleFilename {
967
+ const $ref_10: string;
968
+ export { $ref_10 as $ref };
969
+ }
970
+ export namespace auxiliaryComment_1 {
971
+ const oneOf_11: {
972
+ $ref: string;
973
+ }[];
974
+ export { oneOf_11 as oneOf };
975
+ }
976
+ export { auxiliaryComment_1 as auxiliaryComment };
977
+ export namespace chunkFilename {
978
+ const $ref_11: string;
979
+ export { $ref_11 as $ref };
980
+ }
981
+ export namespace cssChunkFilename {
982
+ const $ref_12: string;
983
+ export { $ref_12 as $ref };
984
+ }
985
+ export namespace cssFilename {
986
+ const $ref_13: string;
987
+ export { $ref_13 as $ref };
988
+ }
989
+ export namespace enabledLibraryTypes {
990
+ const $ref_14: string;
991
+ export { $ref_14 as $ref };
992
+ }
993
+ export namespace filename {
994
+ const $ref_15: string;
995
+ export { $ref_15 as $ref };
996
+ }
997
+ export namespace globalObject {
998
+ const $ref_16: string;
999
+ export { $ref_16 as $ref };
1000
+ }
1001
+ export namespace importFunctionName {
1002
+ const $ref_17: string;
1003
+ export { $ref_17 as $ref };
1004
+ }
1005
+ export namespace library {
1006
+ const $ref_18: string;
1007
+ export { $ref_18 as $ref };
1008
+ }
1009
+ export namespace libraryExport {
1010
+ const oneOf_12: {
1011
+ $ref: string;
1012
+ }[];
1013
+ export { oneOf_12 as oneOf };
1014
+ }
1015
+ export namespace libraryTarget {
1016
+ const oneOf_13: {
1017
+ $ref: string;
1018
+ }[];
1019
+ export { oneOf_13 as oneOf };
1020
+ }
1021
+ export namespace module {
1022
+ const $ref_19: string;
1023
+ export { $ref_19 as $ref };
1024
+ }
1025
+ export namespace path {
1026
+ const $ref_20: string;
1027
+ export { $ref_20 as $ref };
1028
+ }
1029
+ export namespace publicPath {
1030
+ const $ref_21: string;
1031
+ export { $ref_21 as $ref };
1032
+ }
1033
+ export namespace strictModuleErrorHandling {
1034
+ const $ref_22: string;
1035
+ export { $ref_22 as $ref };
1036
+ }
1037
+ export namespace umdNamedDefine_1 {
1038
+ const oneOf_14: {
1039
+ $ref: string;
1040
+ }[];
1041
+ export { oneOf_14 as oneOf };
1042
+ }
1043
+ export { umdNamedDefine_1 as umdNamedDefine };
1044
+ export namespace uniqueName {
1045
+ const $ref_23: string;
1046
+ export { $ref_23 as $ref };
1047
+ }
1048
+ }
1049
+ export { properties_13 as properties };
1050
+ }
1051
+ namespace OutputModule {
1052
+ const description_97: string;
1053
+ export { description_97 as description };
1054
+ const type_45: string;
1055
+ export { type_45 as type };
1056
+ }
1057
+ namespace ParserOptionsByModuleType {
1058
+ const description_98: string;
1059
+ export { description_98 as description };
1060
+ const type_46: string;
1061
+ export { type_46 as type };
1062
+ export namespace additionalProperties_16 {
1063
+ const description_99: string;
1064
+ export { description_99 as description };
1065
+ const type_47: string;
1066
+ export { type_47 as type };
1067
+ const additionalProperties_17: boolean;
1068
+ export { additionalProperties_17 as additionalProperties };
1069
+ }
1070
+ export { additionalProperties_16 as additionalProperties };
1071
+ export namespace properties_14 {
1072
+ namespace asset {
1073
+ const $ref_24: string;
1074
+ export { $ref_24 as $ref };
1075
+ }
1076
+ }
1077
+ export { properties_14 as properties };
1078
+ }
1079
+ namespace Path {
1080
+ const description_100: string;
1081
+ export { description_100 as description };
1082
+ const type_48: string;
1083
+ export { type_48 as type };
1084
+ }
1085
+ namespace Plugins {
1086
+ const description_101: string;
1087
+ export { description_101 as description };
1088
+ const type_49: string;
1089
+ export { type_49 as type };
1090
+ export namespace items_3 {
1091
+ const description_102: string;
1092
+ export { description_102 as description };
1093
+ const anyOf_33: {
1094
+ $ref: string;
1095
+ }[];
1096
+ export { anyOf_33 as anyOf };
1097
+ }
1098
+ export { items_3 as items };
1099
+ }
1100
+ namespace PublicPath {
1101
+ const description_103: string;
1102
+ export { description_103 as description };
1103
+ const anyOf_34: ({
1104
+ enum: string[];
1105
+ $ref?: undefined;
1106
+ } | {
1107
+ $ref: string;
1108
+ enum?: undefined;
1109
+ })[];
1110
+ export { anyOf_34 as anyOf };
1111
+ }
1112
+ namespace RawPublicPath {
1113
+ const description_104: string;
1114
+ export { description_104 as description };
1115
+ const anyOf_35: {
1116
+ type: string;
1117
+ }[];
1118
+ export { anyOf_35 as anyOf };
1119
+ }
1120
+ namespace Resolve {
1121
+ const description_105: string;
1122
+ export { description_105 as description };
1123
+ const oneOf_15: {
1124
+ $ref: string;
1125
+ }[];
1126
+ export { oneOf_15 as oneOf };
1127
+ }
1128
+ namespace ResolveAlias {
1129
+ const description_106: string;
1130
+ export { description_106 as description };
1131
+ const anyOf_36: {
1132
+ type: string;
1133
+ additionalProperties: {
1134
+ description: string;
1135
+ anyOf: ({
1136
+ description: string;
1137
+ type: string;
1138
+ items: {
1139
+ description: string;
1140
+ type: string;
1141
+ minLength: number;
1142
+ };
1143
+ enum?: undefined;
1144
+ minLength?: undefined;
1145
+ } | {
1146
+ description: string;
1147
+ enum: boolean[];
1148
+ type?: undefined;
1149
+ items?: undefined;
1150
+ minLength?: undefined;
1151
+ } | {
1152
+ description: string;
1153
+ type: string;
1154
+ minLength: number;
1155
+ items?: undefined;
1156
+ enum?: undefined;
1157
+ })[];
1158
+ };
1159
+ }[];
1160
+ export { anyOf_36 as anyOf };
1161
+ }
1162
+ namespace ResolveOptions {
1163
+ const description_107: string;
1164
+ export { description_107 as description };
1165
+ const type_50: string;
1166
+ export { type_50 as type };
1167
+ const additionalProperties_18: boolean;
1168
+ export { additionalProperties_18 as additionalProperties };
1169
+ export namespace properties_15 {
1170
+ namespace alias {
1171
+ const $ref_25: string;
1172
+ export { $ref_25 as $ref };
1173
+ }
1174
+ namespace browserField {
1175
+ const description_108: string;
1176
+ export { description_108 as description };
1177
+ const type_51: string;
1178
+ export { type_51 as type };
1179
+ }
1180
+ namespace conditionNames {
1181
+ const description_109: string;
1182
+ export { description_109 as description };
1183
+ const type_52: string;
1184
+ export { type_52 as type };
1185
+ export namespace items_4 {
1186
+ const description_110: string;
1187
+ export { description_110 as description };
1188
+ const type_53: string;
1189
+ export { type_53 as type };
1190
+ }
1191
+ export { items_4 as items };
1192
+ }
1193
+ namespace extensions {
1194
+ const description_111: string;
1195
+ export { description_111 as description };
1196
+ const type_54: string;
1197
+ export { type_54 as type };
1198
+ export namespace items_5 {
1199
+ const description_112: string;
1200
+ export { description_112 as description };
1201
+ const type_55: string;
1202
+ export { type_55 as type };
1203
+ }
1204
+ export { items_5 as items };
1205
+ }
1206
+ namespace fallback {
1207
+ const description_113: string;
1208
+ export { description_113 as description };
1209
+ const oneOf_16: {
1210
+ $ref: string;
1211
+ }[];
1212
+ export { oneOf_16 as oneOf };
1213
+ }
1214
+ namespace mainFields {
1215
+ const description_114: string;
1216
+ export { description_114 as description };
1217
+ const type_56: string;
1218
+ export { type_56 as type };
1219
+ export namespace items_6 {
1220
+ const description_115: string;
1221
+ export { description_115 as description };
1222
+ const anyOf_37: ({
1223
+ type: string;
1224
+ items: {
1225
+ description: string;
1226
+ type: string;
1227
+ minLength: number;
1228
+ };
1229
+ minLength?: undefined;
1230
+ } | {
1231
+ type: string;
1232
+ minLength: number;
1233
+ items?: undefined;
1234
+ })[];
1235
+ export { anyOf_37 as anyOf };
1236
+ }
1237
+ export { items_6 as items };
1238
+ }
1239
+ namespace mainFiles {
1240
+ const description_116: string;
1241
+ export { description_116 as description };
1242
+ const type_57: string;
1243
+ export { type_57 as type };
1244
+ export namespace items_7 {
1245
+ const description_117: string;
1246
+ export { description_117 as description };
1247
+ const type_58: string;
1248
+ export { type_58 as type };
1249
+ const minLength_3: number;
1250
+ export { minLength_3 as minLength };
1251
+ }
1252
+ export { items_7 as items };
1253
+ }
1254
+ namespace modules {
1255
+ const description_118: string;
1256
+ export { description_118 as description };
1257
+ const type_59: string;
1258
+ export { type_59 as type };
1259
+ export namespace items_8 {
1260
+ const description_119: string;
1261
+ export { description_119 as description };
1262
+ const type_60: string;
1263
+ export { type_60 as type };
1264
+ const minLength_4: number;
1265
+ export { minLength_4 as minLength };
1266
+ }
1267
+ export { items_8 as items };
1268
+ }
1269
+ namespace preferRelative {
1270
+ const description_120: string;
1271
+ export { description_120 as description };
1272
+ const type_61: string;
1273
+ export { type_61 as type };
1274
+ }
1275
+ namespace tsConfigPath {
1276
+ const description_121: string;
1277
+ export { description_121 as description };
1278
+ const type_62: string;
1279
+ export { type_62 as type };
1280
+ }
1281
+ }
1282
+ export { properties_15 as properties };
1283
+ }
1284
+ namespace RuleSetCondition {
1285
+ const description_122: string;
1286
+ export { description_122 as description };
1287
+ const anyOf_38: ({
1288
+ instanceof: string;
1289
+ type?: undefined;
1290
+ $ref?: undefined;
1291
+ } | {
1292
+ type: string;
1293
+ instanceof?: undefined;
1294
+ $ref?: undefined;
1295
+ } | {
1296
+ $ref: string;
1297
+ instanceof?: undefined;
1298
+ type?: undefined;
1299
+ })[];
1300
+ export { anyOf_38 as anyOf };
1301
+ }
1302
+ namespace RuleSetConditionOrConditions {
1303
+ const description_123: string;
1304
+ export { description_123 as description };
1305
+ const anyOf_39: {
1306
+ $ref: string;
1307
+ }[];
1308
+ export { anyOf_39 as anyOf };
1309
+ }
1310
+ namespace RuleSetConditions {
1311
+ const description_124: string;
1312
+ export { description_124 as description };
1313
+ const type_63: string;
1314
+ export { type_63 as type };
1315
+ export namespace items_9 {
1316
+ const description_125: string;
1317
+ export { description_125 as description };
1318
+ const oneOf_17: {
1319
+ $ref: string;
1320
+ }[];
1321
+ export { oneOf_17 as oneOf };
1322
+ }
1323
+ export { items_9 as items };
1324
+ }
1325
+ namespace RuleSetLoader {
1326
+ const description_126: string;
1327
+ export { description_126 as description };
1328
+ const type_64: string;
1329
+ export { type_64 as type };
1330
+ const minLength_5: number;
1331
+ export { minLength_5 as minLength };
1332
+ }
1333
+ namespace RuleSetLoaderOptions {
1334
+ const description_127: string;
1335
+ export { description_127 as description };
1336
+ const anyOf_40: {
1337
+ type: string;
1338
+ }[];
1339
+ export { anyOf_40 as anyOf };
1340
+ }
1341
+ namespace RuleSetLogicalConditions {
1342
+ const description_128: string;
1343
+ export { description_128 as description };
1344
+ const type_65: string;
1345
+ export { type_65 as type };
1346
+ const additionalProperties_19: boolean;
1347
+ export { additionalProperties_19 as additionalProperties };
1348
+ export namespace properties_16 {
1349
+ namespace and {
1350
+ const description_129: string;
1351
+ export { description_129 as description };
1352
+ const oneOf_18: {
1353
+ $ref: string;
1354
+ }[];
1355
+ export { oneOf_18 as oneOf };
1356
+ }
1357
+ namespace not {
1358
+ const description_130: string;
1359
+ export { description_130 as description };
1360
+ const oneOf_19: {
1361
+ $ref: string;
1362
+ }[];
1363
+ export { oneOf_19 as oneOf };
1364
+ }
1365
+ namespace or {
1366
+ const description_131: string;
1367
+ export { description_131 as description };
1368
+ const oneOf_20: {
1369
+ $ref: string;
1370
+ }[];
1371
+ export { oneOf_20 as oneOf };
1372
+ }
1373
+ }
1374
+ export { properties_16 as properties };
1375
+ }
1376
+ namespace RuleSetRule {
1377
+ const description_132: string;
1378
+ export { description_132 as description };
1379
+ const type_66: string;
1380
+ export { type_66 as type };
1381
+ const additionalProperties_20: boolean;
1382
+ export { additionalProperties_20 as additionalProperties };
1383
+ export namespace properties_17 {
1384
+ export namespace exclude {
1385
+ const description_133: string;
1386
+ export { description_133 as description };
1387
+ const oneOf_21: {
1388
+ $ref: string;
1389
+ }[];
1390
+ export { oneOf_21 as oneOf };
1391
+ }
1392
+ export namespace generator {
1393
+ const description_134: string;
1394
+ export { description_134 as description };
1395
+ const type_67: string;
1396
+ export { type_67 as type };
1397
+ }
1398
+ export namespace include {
1399
+ const description_135: string;
1400
+ export { description_135 as description };
1401
+ const oneOf_22: {
1402
+ $ref: string;
1403
+ }[];
1404
+ export { oneOf_22 as oneOf };
1405
+ }
1406
+ export namespace issuer {
1407
+ const description_136: string;
1408
+ export { description_136 as description };
1409
+ const oneOf_23: {
1410
+ $ref: string;
1411
+ }[];
1412
+ export { oneOf_23 as oneOf };
1413
+ }
1414
+ export namespace oneOf_24 {
1415
+ const description_137: string;
1416
+ export { description_137 as description };
1417
+ const type_68: string;
1418
+ export { type_68 as type };
1419
+ export namespace items_10 {
1420
+ const description_138: string;
1421
+ export { description_138 as description };
1422
+ const oneOf_25: {
1423
+ $ref: string;
1424
+ }[];
1425
+ export { oneOf_25 as oneOf };
1426
+ }
1427
+ export { items_10 as items };
1428
+ }
1429
+ export { oneOf_24 as oneOf };
1430
+ export namespace parser_1 {
1431
+ const description_139: string;
1432
+ export { description_139 as description };
1433
+ const type_69: string;
1434
+ export { type_69 as type };
1435
+ const additionalProperties_21: boolean;
1436
+ export { additionalProperties_21 as additionalProperties };
1437
+ }
1438
+ export { parser_1 as parser };
1439
+ export namespace resolve {
1440
+ const description_140: string;
1441
+ export { description_140 as description };
1442
+ const type_70: string;
1443
+ export { type_70 as type };
1444
+ const oneOf_26: {
1445
+ $ref: string;
1446
+ }[];
1447
+ export { oneOf_26 as oneOf };
1448
+ }
1449
+ export namespace resource {
1450
+ const description_141: string;
1451
+ export { description_141 as description };
1452
+ const oneOf_27: {
1453
+ $ref: string;
1454
+ }[];
1455
+ export { oneOf_27 as oneOf };
1456
+ }
1457
+ export namespace resourceFragment {
1458
+ const description_142: string;
1459
+ export { description_142 as description };
1460
+ const oneOf_28: {
1461
+ $ref: string;
1462
+ }[];
1463
+ export { oneOf_28 as oneOf };
1464
+ }
1465
+ export namespace resourceQuery {
1466
+ const description_143: string;
1467
+ export { description_143 as description };
1468
+ const oneOf_29: {
1469
+ $ref: string;
1470
+ }[];
1471
+ export { oneOf_29 as oneOf };
1472
+ }
1473
+ export namespace rules_1 {
1474
+ const description_144: string;
1475
+ export { description_144 as description };
1476
+ const type_71: string;
1477
+ export { type_71 as type };
1478
+ export namespace items_11 {
1479
+ const description_145: string;
1480
+ export { description_145 as description };
1481
+ const oneOf_30: {
1482
+ $ref: string;
1483
+ }[];
1484
+ export { oneOf_30 as oneOf };
1485
+ }
1486
+ export { items_11 as items };
1487
+ }
1488
+ export { rules_1 as rules };
1489
+ export namespace sideEffects_1 {
1490
+ const description_146: string;
1491
+ export { description_146 as description };
1492
+ const type_72: string;
1493
+ export { type_72 as type };
1494
+ }
1495
+ export { sideEffects_1 as sideEffects };
1496
+ export namespace test_1 {
1497
+ const description_147: string;
1498
+ export { description_147 as description };
1499
+ const oneOf_31: {
1500
+ $ref: string;
1501
+ }[];
1502
+ export { oneOf_31 as oneOf };
1503
+ }
1504
+ export { test_1 as test };
1505
+ export namespace type_73 {
1506
+ const description_148: string;
1507
+ export { description_148 as description };
1508
+ const type_74: string;
1509
+ export { type_74 as type };
1510
+ }
1511
+ export { type_73 as type };
1512
+ export namespace use {
1513
+ const description_149: string;
1514
+ export { description_149 as description };
1515
+ const oneOf_32: {
1516
+ $ref: string;
1517
+ }[];
1518
+ export { oneOf_32 as oneOf };
1519
+ }
1520
+ }
1521
+ export { properties_17 as properties };
1522
+ }
1523
+ namespace RuleSetRules {
1524
+ const description_150: string;
1525
+ export { description_150 as description };
1526
+ const type_75: string;
1527
+ export { type_75 as type };
1528
+ export namespace items_12 {
1529
+ const description_151: string;
1530
+ export { description_151 as description };
1531
+ const anyOf_41: ({
1532
+ enum: string[];
1533
+ $ref?: undefined;
1534
+ } | {
1535
+ $ref: string;
1536
+ enum?: undefined;
1537
+ })[];
1538
+ export { anyOf_41 as anyOf };
1539
+ }
1540
+ export { items_12 as items };
1541
+ }
1542
+ namespace RuleSetUse {
1543
+ const description_152: string;
1544
+ export { description_152 as description };
1545
+ const anyOf_42: ({
1546
+ type: string;
1547
+ items: {
1548
+ description: string;
1549
+ oneOf: {
1550
+ $ref: string;
1551
+ }[];
1552
+ };
1553
+ $ref?: undefined;
1554
+ } | {
1555
+ $ref: string;
1556
+ type?: undefined;
1557
+ items?: undefined;
1558
+ })[];
1559
+ export { anyOf_42 as anyOf };
1560
+ }
1561
+ namespace RuleSetUseItem {
1562
+ const description_153: string;
1563
+ export { description_153 as description };
1564
+ const anyOf_43: ({
1565
+ type: string;
1566
+ additionalProperties: boolean;
1567
+ properties: {
1568
+ loader: {
1569
+ description: string;
1570
+ oneOf: {
1571
+ $ref: string;
1572
+ }[];
1573
+ };
1574
+ options: {
1575
+ description: string;
1576
+ oneOf: {
1577
+ $ref: string;
1578
+ }[];
1579
+ };
1580
+ };
1581
+ $ref?: undefined;
1582
+ } | {
1583
+ $ref: string;
1584
+ type?: undefined;
1585
+ additionalProperties?: undefined;
1586
+ properties?: undefined;
1587
+ })[];
1588
+ export { anyOf_43 as anyOf };
1589
+ }
1590
+ namespace SnapshotOptions {
1591
+ const description_154: string;
1592
+ export { description_154 as description };
1593
+ const type_76: string;
1594
+ export { type_76 as type };
1595
+ const additionalProperties_22: boolean;
1596
+ export { additionalProperties_22 as additionalProperties };
1597
+ export namespace properties_18 {
1598
+ export namespace module_1 {
1599
+ const description_155: string;
1600
+ export { description_155 as description };
1601
+ const type_77: string;
1602
+ export { type_77 as type };
1603
+ const additionalProperties_23: boolean;
1604
+ export { additionalProperties_23 as additionalProperties };
1605
+ export namespace properties_19 {
1606
+ namespace hash {
1607
+ const description_156: string;
1608
+ export { description_156 as description };
1609
+ const type_78: string;
1610
+ export { type_78 as type };
1611
+ }
1612
+ namespace timestamp {
1613
+ const description_157: string;
1614
+ export { description_157 as description };
1615
+ const type_79: string;
1616
+ export { type_79 as type };
1617
+ }
1618
+ }
1619
+ export { properties_19 as properties };
1620
+ }
1621
+ export { module_1 as module };
1622
+ export namespace resolve_1 {
1623
+ const description_158: string;
1624
+ export { description_158 as description };
1625
+ const type_80: string;
1626
+ export { type_80 as type };
1627
+ const additionalProperties_24: boolean;
1628
+ export { additionalProperties_24 as additionalProperties };
1629
+ export namespace properties_20 {
1630
+ export namespace hash_1 {
1631
+ const description_159: string;
1632
+ export { description_159 as description };
1633
+ const type_81: string;
1634
+ export { type_81 as type };
1635
+ }
1636
+ export { hash_1 as hash };
1637
+ export namespace timestamp_1 {
1638
+ const description_160: string;
1639
+ export { description_160 as description };
1640
+ const type_82: string;
1641
+ export { type_82 as type };
1642
+ }
1643
+ export { timestamp_1 as timestamp };
1644
+ }
1645
+ export { properties_20 as properties };
1646
+ }
1647
+ export { resolve_1 as resolve };
1648
+ }
1649
+ export { properties_18 as properties };
1650
+ }
1651
+ namespace StatsOptions {
1652
+ const description_161: string;
1653
+ export { description_161 as description };
1654
+ const type_83: string;
1655
+ export { type_83 as type };
1656
+ const additionalProperties_25: boolean;
1657
+ export { additionalProperties_25 as additionalProperties };
1658
+ export namespace properties_21 {
1659
+ export namespace all {
1660
+ const description_162: string;
1661
+ export { description_162 as description };
1662
+ const type_84: string;
1663
+ export { type_84 as type };
1664
+ }
1665
+ export namespace assets {
1666
+ const description_163: string;
1667
+ export { description_163 as description };
1668
+ const type_85: string;
1669
+ export { type_85 as type };
1670
+ }
1671
+ export namespace chunkGroups {
1672
+ const description_164: string;
1673
+ export { description_164 as description };
1674
+ const type_86: string;
1675
+ export { type_86 as type };
1676
+ }
1677
+ export namespace chunks_2 {
1678
+ const description_165: string;
1679
+ export { description_165 as description };
1680
+ const type_87: string;
1681
+ export { type_87 as type };
1682
+ }
1683
+ export { chunks_2 as chunks };
1684
+ export namespace colors_1 {
1685
+ const description_166: string;
1686
+ export { description_166 as description };
1687
+ const type_88: string;
1688
+ export { type_88 as type };
1689
+ }
1690
+ export { colors_1 as colors };
1691
+ export namespace entrypoints {
1692
+ const description_167: string;
1693
+ export { description_167 as description };
1694
+ const anyOf_44: ({
1695
+ enum: string[];
1696
+ type?: undefined;
1697
+ } | {
1698
+ type: string;
1699
+ enum?: undefined;
1700
+ })[];
1701
+ export { anyOf_44 as anyOf };
1702
+ }
1703
+ export namespace errors {
1704
+ const description_168: string;
1705
+ export { description_168 as description };
1706
+ const type_89: string;
1707
+ export { type_89 as type };
1708
+ }
1709
+ export namespace errorsCount {
1710
+ const description_169: string;
1711
+ export { description_169 as description };
1712
+ const type_90: string;
1713
+ export { type_90 as type };
1714
+ }
1715
+ export namespace hash_2 {
1716
+ const description_170: string;
1717
+ export { description_170 as description };
1718
+ const type_91: string;
1719
+ export { type_91 as type };
1720
+ }
1721
+ export { hash_2 as hash };
1722
+ export namespace modules_1 {
1723
+ const description_171: string;
1724
+ export { description_171 as description };
1725
+ const type_92: string;
1726
+ export { type_92 as type };
1727
+ }
1728
+ export { modules_1 as modules };
1729
+ export namespace preset {
1730
+ const description_172: string;
1731
+ export { description_172 as description };
1732
+ const anyOf_45: {
1733
+ type: string;
1734
+ }[];
1735
+ export { anyOf_45 as anyOf };
1736
+ }
1737
+ export namespace publicPath_1 {
1738
+ const description_173: string;
1739
+ export { description_173 as description };
1740
+ const type_93: string;
1741
+ export { type_93 as type };
1742
+ }
1743
+ export { publicPath_1 as publicPath };
1744
+ export namespace reasons {
1745
+ const description_174: string;
1746
+ export { description_174 as description };
1747
+ const type_94: string;
1748
+ export { type_94 as type };
1749
+ }
1750
+ export namespace warnings {
1751
+ const description_175: string;
1752
+ export { description_175 as description };
1753
+ const type_95: string;
1754
+ export { type_95 as type };
1755
+ }
1756
+ export namespace warningsCount {
1757
+ const description_176: string;
1758
+ export { description_176 as description };
1759
+ const type_96: string;
1760
+ export { type_96 as type };
1761
+ }
1762
+ }
1763
+ export { properties_21 as properties };
1764
+ }
1765
+ namespace StatsValue {
1766
+ const description_177: string;
1767
+ export { description_177 as description };
1768
+ const anyOf_46: ({
1769
+ enum: string[];
1770
+ type?: undefined;
1771
+ $ref?: undefined;
1772
+ } | {
1773
+ type: string;
1774
+ enum?: undefined;
1775
+ $ref?: undefined;
1776
+ } | {
1777
+ $ref: string;
1778
+ enum?: undefined;
1779
+ type?: undefined;
1780
+ })[];
1781
+ export { anyOf_46 as anyOf };
1782
+ }
1783
+ namespace StrictModuleErrorHandling {
1784
+ const description_178: string;
1785
+ export { description_178 as description };
1786
+ const type_97: string;
1787
+ export { type_97 as type };
1788
+ }
1789
+ namespace Target {
1790
+ const description_179: string;
1791
+ export { description_179 as description };
1792
+ const anyOf_47: ({
1793
+ type: string;
1794
+ items: {
1795
+ description: string;
1796
+ type: string;
1797
+ minLength: number;
1798
+ };
1799
+ minItems: number;
1800
+ enum?: undefined;
1801
+ minLength?: undefined;
1802
+ } | {
1803
+ enum: boolean[];
1804
+ type?: undefined;
1805
+ items?: undefined;
1806
+ minItems?: undefined;
1807
+ minLength?: undefined;
1808
+ } | {
1809
+ type: string;
1810
+ minLength: number;
1811
+ items?: undefined;
1812
+ minItems?: undefined;
1813
+ enum?: undefined;
1814
+ })[];
1815
+ export { anyOf_47 as anyOf };
1816
+ }
1817
+ namespace UmdNamedDefine {
1818
+ const description_180: string;
1819
+ export { description_180 as description };
1820
+ const type_98: string;
1821
+ export { type_98 as type };
1822
+ }
1823
+ namespace UniqueName {
1824
+ const description_181: string;
1825
+ export { description_181 as description };
1826
+ const type_99: string;
1827
+ export { type_99 as type };
1828
+ const minLength_6: number;
1829
+ export { minLength_6 as minLength };
1830
+ }
1831
+ namespace Watch {
1832
+ const description_182: string;
1833
+ export { description_182 as description };
1834
+ const type_100: string;
1835
+ export { type_100 as type };
1836
+ }
1837
+ namespace WatchOptions {
1838
+ const description_183: string;
1839
+ export { description_183 as description };
1840
+ const type_101: string;
1841
+ export { type_101 as type };
1842
+ const additionalProperties_26: boolean;
1843
+ export { additionalProperties_26 as additionalProperties };
1844
+ export namespace properties_22 {
1845
+ namespace aggregateTimeout {
1846
+ const description_184: string;
1847
+ export { description_184 as description };
1848
+ const type_102: string;
1849
+ export { type_102 as type };
1850
+ }
1851
+ namespace followSymlinks {
1852
+ const description_185: string;
1853
+ export { description_185 as description };
1854
+ const type_103: string;
1855
+ export { type_103 as type };
1856
+ }
1857
+ namespace ignored {
1858
+ const description_186: string;
1859
+ export { description_186 as description };
1860
+ const anyOf_48: ({
1861
+ type: string;
1862
+ items: {
1863
+ description: string;
1864
+ type: string;
1865
+ minLength: number;
1866
+ };
1867
+ instanceof?: undefined;
1868
+ description?: undefined;
1869
+ minLength?: undefined;
1870
+ } | {
1871
+ instanceof: string;
1872
+ type?: undefined;
1873
+ items?: undefined;
1874
+ description?: undefined;
1875
+ minLength?: undefined;
1876
+ } | {
1877
+ description: string;
1878
+ type: string;
1879
+ minLength: number;
1880
+ items?: undefined;
1881
+ instanceof?: undefined;
1882
+ })[];
1883
+ export { anyOf_48 as anyOf };
1884
+ }
1885
+ namespace poll {
1886
+ const description_187: string;
1887
+ export { description_187 as description };
1888
+ const anyOf_49: {
1889
+ description: string;
1890
+ type: string;
1891
+ }[];
1892
+ export { anyOf_49 as anyOf };
1893
+ }
1894
+ namespace stdin {
1895
+ const description_188: string;
1896
+ export { description_188 as description };
1897
+ const type_104: string;
1898
+ export { type_104 as type };
1899
+ }
1900
+ }
1901
+ export { properties_22 as properties };
1902
+ }
1903
+ namespace RspackPluginFunction {
1904
+ const description_189: string;
1905
+ export { description_189 as description };
1906
+ const _instanceof: string;
1907
+ export { _instanceof as instanceof };
1908
+ }
1909
+ namespace RspackPluginInstance {
1910
+ const description_190: string;
1911
+ export { description_190 as description };
1912
+ const type_105: string;
1913
+ export { type_105 as type };
1914
+ const additionalProperties_27: boolean;
1915
+ export { additionalProperties_27 as additionalProperties };
1916
+ export namespace properties_23 {
1917
+ namespace apply {
1918
+ const description_191: string;
1919
+ export { description_191 as description };
1920
+ const _instanceof_1: string;
1921
+ export { _instanceof_1 as instanceof };
1922
+ }
1923
+ }
1924
+ export { properties_23 as properties };
1925
+ const required_2: string[];
1926
+ export { required_2 as required };
1927
+ }
1928
+ }
1929
+ export declare const title: string;
1930
+ declare const description_192: string;
1931
+ declare const type_106: string;
1932
+ declare const additionalProperties_28: boolean;
1933
+ export declare namespace properties_24 {
1934
+ export namespace cache {
1935
+ const $ref_26: string;
1936
+ export { $ref_26 as $ref };
1937
+ }
1938
+ export namespace context {
1939
+ const $ref_27: string;
1940
+ export { $ref_27 as $ref };
1941
+ }
1942
+ export namespace dependencies {
1943
+ const $ref_28: string;
1944
+ export { $ref_28 as $ref };
1945
+ }
1946
+ export namespace devServer {
1947
+ const $ref_29: string;
1948
+ export { $ref_29 as $ref };
1949
+ }
1950
+ export namespace devtool {
1951
+ const $ref_30: string;
1952
+ export { $ref_30 as $ref };
1953
+ }
1954
+ export namespace entry {
1955
+ const $ref_31: string;
1956
+ export { $ref_31 as $ref };
1957
+ }
1958
+ export namespace experiments {
1959
+ const $ref_32: string;
1960
+ export { $ref_32 as $ref };
1961
+ }
1962
+ export namespace externals {
1963
+ const $ref_33: string;
1964
+ export { $ref_33 as $ref };
1965
+ }
1966
+ export namespace externalsType {
1967
+ const $ref_34: string;
1968
+ export { $ref_34 as $ref };
1969
+ }
1970
+ export namespace infrastructureLogging {
1971
+ const $ref_35: string;
1972
+ export { $ref_35 as $ref };
1973
+ }
1974
+ export namespace mode {
1975
+ const $ref_36: string;
1976
+ export { $ref_36 as $ref };
1977
+ }
1978
+ export namespace module_2 {
1979
+ const $ref_37: string;
1980
+ export { $ref_37 as $ref };
1981
+ }
1982
+ export { module_2 as module };
1983
+ export namespace name_2 {
1984
+ const $ref_38: string;
1985
+ export { $ref_38 as $ref };
1986
+ }
1987
+ export { name_2 as name };
1988
+ export namespace node {
1989
+ const $ref_39: string;
1990
+ export { $ref_39 as $ref };
1991
+ }
1992
+ export namespace optimization {
1993
+ const $ref_40: string;
1994
+ export { $ref_40 as $ref };
1995
+ }
1996
+ export namespace output {
1997
+ const $ref_41: string;
1998
+ export { $ref_41 as $ref };
1999
+ }
2000
+ export namespace plugins {
2001
+ const $ref_42: string;
2002
+ export { $ref_42 as $ref };
2003
+ }
2004
+ export namespace resolve_2 {
2005
+ const $ref_43: string;
2006
+ export { $ref_43 as $ref };
2007
+ }
2008
+ export { resolve_2 as resolve };
2009
+ export namespace snapshot {
2010
+ const $ref_44: string;
2011
+ export { $ref_44 as $ref };
2012
+ }
2013
+ export namespace stats {
2014
+ const $ref_45: string;
2015
+ export { $ref_45 as $ref };
2016
+ }
2017
+ export namespace target {
2018
+ const $ref_46: string;
2019
+ export { $ref_46 as $ref };
2020
+ }
2021
+ export namespace watch {
2022
+ const $ref_47: string;
2023
+ export { $ref_47 as $ref };
2024
+ }
2025
+ export namespace watchOptions {
2026
+ const $ref_48: string;
2027
+ export { $ref_48 as $ref };
2028
+ }
2029
+ export namespace builtins {
2030
+ const description_193: string;
2031
+ export { description_193 as description };
2032
+ const type_107: string;
2033
+ export { type_107 as type };
2034
+ const additionalProperties_29: boolean;
2035
+ export { additionalProperties_29 as additionalProperties };
2036
+ }
2037
+ }
2038
+ export { description_192 as description, type_106 as type, additionalProperties_28 as additionalProperties, properties_24 as properties };
2039
+ //# sourceMappingURL=schema.d.ts.map