@rspack/core 0.1.9 → 0.1.11

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 (79) hide show
  1. package/dist/ContextModuleFactory.d.ts +13 -0
  2. package/dist/ContextModuleFactory.d.ts.map +1 -0
  3. package/dist/ContextModuleFactory.js +40 -0
  4. package/dist/ContextModuleFactory.js.map +1 -0
  5. package/dist/compilation.d.ts +58 -15
  6. package/dist/compilation.d.ts.map +1 -1
  7. package/dist/compilation.js +105 -22
  8. package/dist/compilation.js.map +1 -1
  9. package/dist/compiler.d.ts +15 -6
  10. package/dist/compiler.d.ts.map +1 -1
  11. package/dist/compiler.js +210 -14
  12. package/dist/compiler.js.map +1 -1
  13. package/dist/config/adapter.d.ts +2 -1
  14. package/dist/config/adapter.d.ts.map +1 -1
  15. package/dist/config/adapter.js +28 -11
  16. package/dist/config/adapter.js.map +1 -1
  17. package/dist/config/builtins.d.ts +11 -3
  18. package/dist/config/builtins.d.ts.map +1 -1
  19. package/dist/config/builtins.js +32 -9
  20. package/dist/config/builtins.js.map +1 -1
  21. package/dist/config/defaults.d.ts.map +1 -1
  22. package/dist/config/defaults.js +37 -26
  23. package/dist/config/defaults.js.map +1 -1
  24. package/dist/config/normalization.d.ts.map +1 -1
  25. package/dist/config/normalization.js +13 -0
  26. package/dist/config/normalization.js.map +1 -1
  27. package/dist/config/schema.check.d.ts.map +1 -1
  28. package/dist/config/schema.check.js +1539 -1111
  29. package/dist/config/schema.check.js.map +1 -1
  30. package/dist/config/schema.d.ts +862 -767
  31. package/dist/config/schema.js +79 -1
  32. package/dist/config/schema.js.map +1 -1
  33. package/dist/config/types.d.ts +19 -1
  34. package/dist/config/types.d.ts.map +1 -1
  35. package/dist/lib/ignoreWarningsPlugin.d.ts +8 -0
  36. package/dist/lib/ignoreWarningsPlugin.d.ts.map +1 -0
  37. package/dist/lib/ignoreWarningsPlugin.js +19 -0
  38. package/dist/lib/ignoreWarningsPlugin.js.map +1 -0
  39. package/dist/loader-runner/index.d.ts.map +1 -1
  40. package/dist/loader-runner/index.js +11 -0
  41. package/dist/loader-runner/index.js.map +1 -1
  42. package/dist/multiStats.d.ts.map +1 -1
  43. package/dist/multiStats.js +4 -1
  44. package/dist/multiStats.js.map +1 -1
  45. package/dist/normalModule.d.ts +6 -0
  46. package/dist/normalModule.d.ts.map +1 -0
  47. package/dist/normalModule.js +84 -0
  48. package/dist/normalModule.js.map +1 -0
  49. package/dist/normalModuleFactory.d.ts +5 -0
  50. package/dist/normalModuleFactory.d.ts.map +1 -1
  51. package/dist/normalModuleFactory.js +2 -8
  52. package/dist/normalModuleFactory.js.map +1 -1
  53. package/dist/rspack.d.ts.map +1 -1
  54. package/dist/rspack.js +4 -0
  55. package/dist/rspack.js.map +1 -1
  56. package/dist/stats.d.ts +2 -0
  57. package/dist/stats.d.ts.map +1 -1
  58. package/dist/stats.js +2 -2
  59. package/dist/stats.js.map +1 -1
  60. package/dist/util/fake.d.ts +1 -0
  61. package/dist/util/fake.d.ts.map +1 -1
  62. package/dist/util/fake.js +1 -0
  63. package/dist/util/fake.js.map +1 -1
  64. package/dist/util/index.d.ts +5 -1
  65. package/dist/util/index.d.ts.map +1 -1
  66. package/dist/util/index.js +26 -2
  67. package/dist/util/index.js.map +1 -1
  68. package/dist/util/scheme.d.ts +7 -0
  69. package/dist/util/scheme.d.ts.map +1 -0
  70. package/dist/util/scheme.js +58 -0
  71. package/dist/util/scheme.js.map +1 -0
  72. package/dist/util/webpack.d.ts +5 -0
  73. package/dist/util/webpack.d.ts.map +1 -0
  74. package/dist/util/webpack.js +27 -0
  75. package/dist/util/webpack.js.map +1 -0
  76. package/dist/watching.d.ts.map +1 -1
  77. package/dist/watching.js +5 -3
  78. package/dist/watching.js.map +1 -1
  79. package/package.json +10 -10
@@ -367,12 +367,18 @@ export declare namespace definitions {
367
367
  const type_17: string;
368
368
  export { type_17 as type };
369
369
  }
370
+ namespace newSplitChunks {
371
+ const description_39: string;
372
+ export { description_39 as description };
373
+ const type_18: string;
374
+ export { type_18 as type };
375
+ }
370
376
  }
371
377
  export { properties_3 as properties };
372
378
  }
373
379
  namespace ExternalItem {
374
- const description_39: string;
375
- export { description_39 as description };
380
+ const description_40: string;
381
+ export { description_40 as description };
376
382
  const anyOf_15: ({
377
383
  description: string;
378
384
  instanceof: string;
@@ -394,17 +400,26 @@ export declare namespace definitions {
394
400
  export { anyOf_15 as anyOf };
395
401
  }
396
402
  namespace ExternalItemValue {
397
- const description_40: string;
398
- export { description_40 as description };
399
- const anyOf_16: {
403
+ const description_41: string;
404
+ export { description_41 as description };
405
+ const anyOf_16: ({
406
+ type: string;
407
+ items: {
408
+ description: string;
409
+ type: string;
410
+ minLength: number;
411
+ };
412
+ description?: undefined;
413
+ } | {
400
414
  description: string;
401
415
  type: string;
402
- }[];
416
+ items?: undefined;
417
+ })[];
403
418
  export { anyOf_16 as anyOf };
404
419
  }
405
420
  namespace Externals {
406
- const description_41: string;
407
- export { description_41 as description };
421
+ const description_42: string;
422
+ export { description_42 as description };
408
423
  const anyOf_17: ({
409
424
  type: string;
410
425
  items: {
@@ -419,39 +434,47 @@ export declare namespace definitions {
419
434
  export { anyOf_17 as anyOf };
420
435
  }
421
436
  namespace ExternalsPresets {
422
- const description_42: string;
423
- export { description_42 as description };
424
- const type_18: string;
425
- export { type_18 as type };
437
+ const description_43: string;
438
+ export { description_43 as description };
439
+ const type_19: string;
440
+ export { type_19 as type };
426
441
  const additionalProperties_5: boolean;
427
442
  export { additionalProperties_5 as additionalProperties };
428
443
  export namespace properties_4 {
429
444
  namespace node {
430
- const description_43: string;
431
- export { description_43 as description };
432
- const type_19: string;
433
- export { type_19 as type };
445
+ const description_44: string;
446
+ export { description_44 as description };
447
+ const type_20: string;
448
+ export { type_20 as type };
434
449
  }
435
450
  }
436
451
  export { properties_4 as properties };
437
452
  }
438
453
  namespace ExternalsType {
439
- const description_44: string;
440
- export { description_44 as description };
454
+ const description_45: string;
455
+ export { description_45 as description };
441
456
  const _enum_1: string[];
442
457
  export { _enum_1 as enum };
443
458
  }
444
459
  namespace Filename {
445
- const description_45: string;
446
- export { description_45 as description };
460
+ const description_46: string;
461
+ export { description_46 as description };
447
462
  const oneOf_5: {
448
463
  $ref: string;
449
464
  }[];
450
465
  export { oneOf_5 as oneOf };
451
466
  }
467
+ namespace SourceMapFilename {
468
+ const description_47: string;
469
+ export { description_47 as description };
470
+ const oneOf_6: {
471
+ $ref: string;
472
+ }[];
473
+ export { oneOf_6 as oneOf };
474
+ }
452
475
  namespace FilenameTemplate {
453
- const description_46: string;
454
- export { description_46 as description };
476
+ const description_48: string;
477
+ export { description_48 as description };
455
478
  const anyOf_18: ({
456
479
  type: string;
457
480
  minLength: number;
@@ -464,8 +487,8 @@ export declare namespace definitions {
464
487
  export { anyOf_18 as anyOf };
465
488
  }
466
489
  namespace FilterItemTypes {
467
- const description_47: string;
468
- export { description_47 as description };
490
+ const description_49: string;
491
+ export { description_49 as description };
469
492
  const anyOf_19: ({
470
493
  instanceof: string;
471
494
  type?: undefined;
@@ -476,8 +499,8 @@ export declare namespace definitions {
476
499
  export { anyOf_19 as anyOf };
477
500
  }
478
501
  namespace FilterTypes {
479
- const description_48: string;
480
- export { description_48 as description };
502
+ const description_50: string;
503
+ export { description_50 as description };
481
504
  const anyOf_20: ({
482
505
  type: string;
483
506
  items: {
@@ -495,45 +518,45 @@ export declare namespace definitions {
495
518
  export { anyOf_20 as anyOf };
496
519
  }
497
520
  namespace GlobalObject {
498
- const description_49: string;
499
- export { description_49 as description };
500
- const type_20: string;
501
- export { type_20 as type };
502
- export const minLength: number;
503
- }
504
- namespace ImportFunctionName {
505
- const description_50: string;
506
- export { description_50 as description };
521
+ const description_51: string;
522
+ export { description_51 as description };
507
523
  const type_21: string;
508
524
  export { type_21 as type };
525
+ export const minLength: number;
509
526
  }
510
- namespace InfrastructureLogging {
511
- const description_51: string;
512
- export { description_51 as description };
527
+ namespace ImportFunctionName {
528
+ const description_52: string;
529
+ export { description_52 as description };
513
530
  const type_22: string;
514
531
  export { type_22 as type };
532
+ }
533
+ namespace InfrastructureLogging {
534
+ const description_53: string;
535
+ export { description_53 as description };
536
+ const type_23: string;
537
+ export { type_23 as type };
515
538
  const additionalProperties_6: boolean;
516
539
  export { additionalProperties_6 as additionalProperties };
517
540
  export namespace properties_5 {
518
541
  namespace appendOnly {
519
- const description_52: string;
520
- export { description_52 as description };
521
- const type_23: string;
522
- export { type_23 as type };
523
- }
524
- namespace colors {
525
- const description_53: string;
526
- export { description_53 as description };
542
+ const description_54: string;
543
+ export { description_54 as description };
527
544
  const type_24: string;
528
545
  export { type_24 as type };
529
546
  }
547
+ namespace colors {
548
+ const description_55: string;
549
+ export { description_55 as description };
550
+ const type_25: string;
551
+ export { type_25 as type };
552
+ }
530
553
  namespace console {
531
- const description_54: string;
532
- export { description_54 as description };
554
+ const description_56: string;
555
+ export { description_56 as description };
533
556
  }
534
557
  namespace debug {
535
- const description_55: string;
536
- export { description_55 as description };
558
+ const description_57: string;
559
+ export { description_57 as description };
537
560
  const anyOf_21: ({
538
561
  description: string;
539
562
  type: string;
@@ -546,90 +569,90 @@ export declare namespace definitions {
546
569
  export { anyOf_21 as anyOf };
547
570
  }
548
571
  namespace level {
549
- const description_56: string;
550
- export { description_56 as description };
572
+ const description_58: string;
573
+ export { description_58 as description };
551
574
  const _enum_2: string[];
552
575
  export { _enum_2 as enum };
553
576
  }
554
577
  namespace stream {
555
- const description_57: string;
556
- export { description_57 as description };
578
+ const description_59: string;
579
+ export { description_59 as description };
557
580
  }
558
581
  }
559
582
  export { properties_5 as properties };
560
583
  }
561
584
  namespace Library {
562
- const description_58: string;
563
- export { description_58 as description };
585
+ const description_60: string;
586
+ export { description_60 as description };
564
587
  const anyOf_22: {
565
588
  $ref: string;
566
589
  }[];
567
590
  export { anyOf_22 as anyOf };
568
591
  }
569
592
  namespace LibraryCustomUmdCommentObject {
570
- const description_59: string;
571
- export { description_59 as description };
572
- const type_25: string;
573
- export { type_25 as type };
593
+ const description_61: string;
594
+ export { description_61 as description };
595
+ const type_26: string;
596
+ export { type_26 as type };
574
597
  const additionalProperties_7: boolean;
575
598
  export { additionalProperties_7 as additionalProperties };
576
599
  export namespace properties_6 {
577
600
  namespace amd {
578
- const description_60: string;
579
- export { description_60 as description };
580
- const type_26: string;
581
- export { type_26 as type };
582
- }
583
- namespace commonjs {
584
- const description_61: string;
585
- export { description_61 as description };
601
+ const description_62: string;
602
+ export { description_62 as description };
586
603
  const type_27: string;
587
604
  export { type_27 as type };
588
605
  }
589
- namespace commonjs2 {
590
- const description_62: string;
591
- export { description_62 as description };
606
+ namespace commonjs {
607
+ const description_63: string;
608
+ export { description_63 as description };
592
609
  const type_28: string;
593
610
  export { type_28 as type };
594
611
  }
595
- namespace root {
596
- const description_63: string;
597
- export { description_63 as description };
612
+ namespace commonjs2 {
613
+ const description_64: string;
614
+ export { description_64 as description };
598
615
  const type_29: string;
599
616
  export { type_29 as type };
600
617
  }
618
+ namespace root {
619
+ const description_65: string;
620
+ export { description_65 as description };
621
+ const type_30: string;
622
+ export { type_30 as type };
623
+ }
601
624
  }
602
625
  export { properties_6 as properties };
603
626
  }
604
627
  namespace LibraryCustomUmdObject {
605
- const description_64: string;
606
- export { description_64 as description };
607
- const type_30: string;
608
- export { type_30 as type };
628
+ const description_66: string;
629
+ export { description_66 as description };
630
+ const type_31: string;
631
+ export { type_31 as type };
609
632
  const additionalProperties_8: boolean;
610
633
  export { additionalProperties_8 as additionalProperties };
611
634
  export namespace properties_7 {
612
635
  export namespace amd_1 {
613
- const description_65: string;
614
- export { description_65 as description };
615
- const type_31: string;
616
- export { type_31 as type };
636
+ const description_67: string;
637
+ export { description_67 as description };
638
+ const type_32: string;
639
+ export { type_32 as type };
617
640
  const minLength_1: number;
618
641
  export { minLength_1 as minLength };
619
642
  }
620
643
  export { amd_1 as amd };
621
644
  export namespace commonjs_1 {
622
- const description_66: string;
623
- export { description_66 as description };
624
- const type_32: string;
625
- export { type_32 as type };
645
+ const description_68: string;
646
+ export { description_68 as description };
647
+ const type_33: string;
648
+ export { type_33 as type };
626
649
  const minLength_2: number;
627
650
  export { minLength_2 as minLength };
628
651
  }
629
652
  export { commonjs_1 as commonjs };
630
653
  export namespace root_1 {
631
- const description_67: string;
632
- export { description_67 as description };
654
+ const description_69: string;
655
+ export { description_69 as description };
633
656
  const anyOf_23: ({
634
657
  type: string;
635
658
  items: {
@@ -650,8 +673,8 @@ export declare namespace definitions {
650
673
  export { properties_7 as properties };
651
674
  }
652
675
  namespace LibraryExport {
653
- const description_68: string;
654
- export { description_68 as description };
676
+ const description_70: string;
677
+ export { description_70 as description };
655
678
  const anyOf_24: ({
656
679
  type: string;
657
680
  items: {
@@ -668,8 +691,8 @@ export declare namespace definitions {
668
691
  export { anyOf_24 as anyOf };
669
692
  }
670
693
  namespace LibraryName {
671
- const description_69: string;
672
- export { description_69 as description };
694
+ const description_71: string;
695
+ export { description_71 as description };
673
696
  const anyOf_25: ({
674
697
  type: string;
675
698
  items: {
@@ -696,10 +719,10 @@ export declare namespace definitions {
696
719
  export { anyOf_25 as anyOf };
697
720
  }
698
721
  namespace LibraryOptions {
699
- const description_70: string;
700
- export { description_70 as description };
701
- const type_33: string;
702
- export { type_33 as type };
722
+ const description_72: string;
723
+ export { description_72 as description };
724
+ const type_34: string;
725
+ export { type_34 as type };
703
726
  const additionalProperties_9: boolean;
704
727
  export { additionalProperties_9 as additionalProperties };
705
728
  export namespace properties_8 {
@@ -716,11 +739,11 @@ export declare namespace definitions {
716
739
  const $ref_8: string;
717
740
  export { $ref_8 as $ref };
718
741
  }
719
- export namespace type_34 {
742
+ export namespace type_35 {
720
743
  const $ref_9: string;
721
744
  export { $ref_9 as $ref };
722
745
  }
723
- export { type_34 as type };
746
+ export { type_35 as type };
724
747
  export namespace umdNamedDefine {
725
748
  const $ref_10: string;
726
749
  export { $ref_10 as $ref };
@@ -731,8 +754,8 @@ export declare namespace definitions {
731
754
  export { required_1 as required };
732
755
  }
733
756
  namespace LibraryType {
734
- const description_71: string;
735
- export { description_71 as description };
757
+ const description_73: string;
758
+ export { description_73 as description };
736
759
  const anyOf_26: ({
737
760
  enum: string[];
738
761
  type?: undefined;
@@ -743,83 +766,96 @@ export declare namespace definitions {
743
766
  export { anyOf_26 as anyOf };
744
767
  }
745
768
  namespace Mode {
746
- const description_72: string;
747
- export { description_72 as description };
769
+ const description_74: string;
770
+ export { description_74 as description };
748
771
  const _enum_3: string[];
749
772
  export { _enum_3 as enum };
750
773
  }
774
+ namespace ignoreWarnings {
775
+ const description_75: string;
776
+ export { description_75 as description };
777
+ const type_36: string;
778
+ export { type_36 as type };
779
+ export namespace items_4 {
780
+ const anyOf_27: {
781
+ instanceof: string;
782
+ }[];
783
+ export { anyOf_27 as anyOf };
784
+ }
785
+ export { items_4 as items };
786
+ }
751
787
  namespace ModuleOptions {
752
- const description_73: string;
753
- export { description_73 as description };
754
- const type_35: string;
755
- export { type_35 as type };
788
+ const description_76: string;
789
+ export { description_76 as description };
790
+ const type_37: string;
791
+ export { type_37 as type };
756
792
  const additionalProperties_10: boolean;
757
793
  export { additionalProperties_10 as additionalProperties };
758
794
  export namespace properties_9 {
759
795
  namespace defaultRules {
760
- const description_74: string;
761
- export { description_74 as description };
762
- const oneOf_6: {
796
+ const description_77: string;
797
+ export { description_77 as description };
798
+ const oneOf_7: {
763
799
  $ref: string;
764
800
  }[];
765
- export { oneOf_6 as oneOf };
801
+ export { oneOf_7 as oneOf };
766
802
  }
767
803
  namespace parser {
768
804
  const $ref_11: string;
769
805
  export { $ref_11 as $ref };
770
806
  }
771
807
  namespace rules {
772
- const description_75: string;
773
- export { description_75 as description };
774
- const oneOf_7: {
808
+ const description_78: string;
809
+ export { description_78 as description };
810
+ const oneOf_8: {
775
811
  $ref: string;
776
812
  }[];
777
- export { oneOf_7 as oneOf };
813
+ export { oneOf_8 as oneOf };
778
814
  }
779
815
  }
780
816
  export { properties_9 as properties };
781
817
  }
782
818
  namespace Name {
783
- const description_76: string;
784
- export { description_76 as description };
785
- const type_36: string;
786
- export { type_36 as type };
819
+ const description_79: string;
820
+ export { description_79 as description };
821
+ const type_38: string;
822
+ export { type_38 as type };
787
823
  }
788
824
  namespace Node {
789
- const description_77: string;
790
- export { description_77 as description };
791
- const anyOf_27: ({
825
+ const description_80: string;
826
+ export { description_80 as description };
827
+ const anyOf_28: ({
792
828
  enum: boolean[];
793
829
  $ref?: undefined;
794
830
  } | {
795
831
  $ref: string;
796
832
  enum?: undefined;
797
833
  })[];
798
- export { anyOf_27 as anyOf };
834
+ export { anyOf_28 as anyOf };
799
835
  }
800
836
  namespace NodeOptions {
801
- const description_78: string;
802
- export { description_78 as description };
803
- const type_37: string;
804
- export { type_37 as type };
837
+ const description_81: string;
838
+ export { description_81 as description };
839
+ const type_39: string;
840
+ export { type_39 as type };
805
841
  const additionalProperties_11: boolean;
806
842
  export { additionalProperties_11 as additionalProperties };
807
843
  export namespace properties_10 {
808
844
  namespace __dirname {
809
- const description_79: string;
810
- export { description_79 as description };
845
+ const description_82: string;
846
+ export { description_82 as description };
811
847
  const _enum_4: (string | boolean)[];
812
848
  export { _enum_4 as enum };
813
849
  }
814
850
  namespace __filename {
815
- const description_80: string;
816
- export { description_80 as description };
851
+ const description_83: string;
852
+ export { description_83 as description };
817
853
  const _enum_5: (string | boolean)[];
818
854
  export { _enum_5 as enum };
819
855
  }
820
856
  namespace global {
821
- const description_81: string;
822
- export { description_81 as description };
857
+ const description_84: string;
858
+ export { description_84 as description };
823
859
  const _enum_6: (string | boolean)[];
824
860
  export { _enum_6 as enum };
825
861
  }
@@ -827,91 +863,103 @@ export declare namespace definitions {
827
863
  export { properties_10 as properties };
828
864
  }
829
865
  namespace Optimization {
830
- const description_82: string;
831
- export { description_82 as description };
832
- const type_38: string;
833
- export { type_38 as type };
866
+ const description_85: string;
867
+ export { description_85 as description };
868
+ const type_40: string;
869
+ export { type_40 as type };
834
870
  const additionalProperties_12: boolean;
835
871
  export { additionalProperties_12 as additionalProperties };
836
872
  export namespace properties_11 {
837
873
  namespace chunkIds {
838
- const description_83: string;
839
- export { description_83 as description };
874
+ const description_86: string;
875
+ export { description_86 as description };
840
876
  const _enum_7: string[];
841
877
  export { _enum_7 as enum };
842
878
  }
843
879
  namespace minimize {
844
- const description_84: string;
845
- export { description_84 as description };
846
- const type_39: string;
847
- export { type_39 as type };
880
+ const description_87: string;
881
+ export { description_87 as description };
882
+ const type_41: string;
883
+ export { type_41 as type };
848
884
  }
849
885
  namespace minimizer {
850
- const description_85: string;
851
- export { description_85 as description };
852
- const type_40: string;
853
- export { type_40 as type };
854
- export namespace items_4 {
855
- const description_86: string;
856
- export { description_86 as description };
857
- const anyOf_28: ({
886
+ const description_88: string;
887
+ export { description_88 as description };
888
+ const type_42: string;
889
+ export { type_42 as type };
890
+ export namespace items_5 {
891
+ const description_89: string;
892
+ export { description_89 as description };
893
+ const anyOf_29: ({
858
894
  enum: string[];
859
895
  $ref?: undefined;
860
896
  } | {
861
897
  $ref: string;
862
898
  enum?: undefined;
863
899
  })[];
864
- export { anyOf_28 as anyOf };
900
+ export { anyOf_29 as anyOf };
865
901
  }
866
- export { items_4 as items };
902
+ export { items_5 as items };
867
903
  }
868
904
  namespace moduleIds {
869
- const description_87: string;
870
- export { description_87 as description };
905
+ const description_90: string;
906
+ export { description_90 as description };
871
907
  const _enum_8: string[];
872
908
  export { _enum_8 as enum };
873
909
  }
874
910
  namespace removeAvailableModules {
875
- const description_88: string;
876
- export { description_88 as description };
877
- const type_41: string;
878
- export { type_41 as type };
911
+ const description_91: string;
912
+ export { description_91 as description };
913
+ const type_43: string;
914
+ export { type_43 as type };
915
+ }
916
+ namespace removeEmptyChunks {
917
+ const description_92: string;
918
+ export { description_92 as description };
919
+ const type_44: string;
920
+ export { type_44 as type };
879
921
  }
880
922
  namespace runtimeChunk {
881
923
  const $ref_12: string;
882
924
  export { $ref_12 as $ref };
883
925
  }
884
926
  namespace sideEffects {
885
- const description_89: string;
886
- export { description_89 as description };
887
- const anyOf_29: ({
927
+ const description_93: string;
928
+ export { description_93 as description };
929
+ const anyOf_30: ({
888
930
  enum: string[];
889
931
  type?: undefined;
890
932
  } | {
891
933
  type: string;
892
934
  enum?: undefined;
893
935
  })[];
894
- export { anyOf_29 as anyOf };
936
+ export { anyOf_30 as anyOf };
895
937
  }
896
938
  namespace splitChunks {
897
- const description_90: string;
898
- export { description_90 as description };
899
- const anyOf_30: ({
939
+ const description_94: string;
940
+ export { description_94 as description };
941
+ const anyOf_31: ({
900
942
  enum: boolean[];
901
943
  $ref?: undefined;
902
944
  } | {
903
945
  $ref: string;
904
946
  enum?: undefined;
905
947
  })[];
906
- export { anyOf_30 as anyOf };
948
+ export { anyOf_31 as anyOf };
949
+ }
950
+ namespace realContentHash {
951
+ const description_95: string;
952
+ export { description_95 as description };
953
+ const type_45: string;
954
+ export { type_45 as type };
907
955
  }
908
956
  }
909
957
  export { properties_11 as properties };
910
958
  }
911
959
  namespace OptimizationRuntimeChunk {
912
- const description_91: string;
913
- export { description_91 as description };
914
- const anyOf_31: ({
960
+ const description_96: string;
961
+ export { description_96 as description };
962
+ const anyOf_32: ({
915
963
  enum: string[];
916
964
  type?: undefined;
917
965
  additionalProperties?: undefined;
@@ -938,39 +986,39 @@ export declare namespace definitions {
938
986
  };
939
987
  enum?: undefined;
940
988
  })[];
941
- export { anyOf_31 as anyOf };
989
+ export { anyOf_32 as anyOf };
942
990
  }
943
991
  namespace OptimizationSplitChunksCacheGroup {
944
- const description_92: string;
945
- export { description_92 as description };
946
- const type_42: string;
947
- export { type_42 as type };
992
+ const description_97: string;
993
+ export { description_97 as description };
994
+ const type_46: string;
995
+ export { type_46 as type };
948
996
  const additionalProperties_13: boolean;
949
997
  export { additionalProperties_13 as additionalProperties };
950
998
  export namespace properties_12 {
951
999
  export namespace chunks {
952
- const description_93: string;
953
- export { description_93 as description };
954
- const anyOf_32: ({
1000
+ const description_98: string;
1001
+ export { description_98 as description };
1002
+ const anyOf_33: ({
955
1003
  enum: string[];
956
1004
  instanceof?: undefined;
957
1005
  } | {
958
1006
  instanceof: string;
959
1007
  enum?: undefined;
960
1008
  })[];
961
- export { anyOf_32 as anyOf };
1009
+ export { anyOf_33 as anyOf };
962
1010
  }
963
1011
  export namespace minChunks {
964
- const description_94: string;
965
- export { description_94 as description };
966
- const type_43: string;
967
- export { type_43 as type };
1012
+ const description_99: string;
1013
+ export { description_99 as description };
1014
+ const type_47: string;
1015
+ export { type_47 as type };
968
1016
  export const minimum: number;
969
1017
  }
970
1018
  export namespace name_1 {
971
- const description_95: string;
972
- export { description_95 as description };
973
- const anyOf_33: ({
1019
+ const description_100: string;
1020
+ export { description_100 as description };
1021
+ const anyOf_34: ({
974
1022
  enum: boolean[];
975
1023
  type?: undefined;
976
1024
  instanceof?: undefined;
@@ -983,143 +1031,174 @@ export declare namespace definitions {
983
1031
  enum?: undefined;
984
1032
  type?: undefined;
985
1033
  })[];
986
- export { anyOf_33 as anyOf };
1034
+ export { anyOf_34 as anyOf };
987
1035
  }
988
1036
  export { name_1 as name };
989
1037
  export namespace priority {
990
- const description_96: string;
991
- export { description_96 as description };
992
- const type_44: string;
993
- export { type_44 as type };
1038
+ const description_101: string;
1039
+ export { description_101 as description };
1040
+ const type_48: string;
1041
+ export { type_48 as type };
994
1042
  }
995
1043
  export namespace reuseExistingChunk {
996
- const description_97: string;
997
- export { description_97 as description };
998
- const type_45: string;
999
- export { type_45 as type };
1044
+ const description_102: string;
1045
+ export { description_102 as description };
1046
+ const type_49: string;
1047
+ export { type_49 as type };
1048
+ }
1049
+ export namespace enforce {
1050
+ const description_103: string;
1051
+ export { description_103 as description };
1052
+ const type_50: string;
1053
+ export { type_50 as type };
1000
1054
  }
1001
1055
  export namespace test {
1002
- const description_98: string;
1003
- export { description_98 as description };
1004
- const anyOf_34: {
1056
+ const description_104: string;
1057
+ export { description_104 as description };
1058
+ const anyOf_35: {
1005
1059
  instanceof: string;
1006
1060
  }[];
1007
- export { anyOf_34 as anyOf };
1061
+ export { anyOf_35 as anyOf };
1062
+ }
1063
+ export namespace minSize {
1064
+ const description_105: string;
1065
+ export { description_105 as description };
1066
+ const oneOf_9: {
1067
+ $ref: string;
1068
+ }[];
1069
+ export { oneOf_9 as oneOf };
1008
1070
  }
1009
1071
  }
1010
1072
  export { properties_12 as properties };
1011
1073
  }
1012
1074
  namespace OptimizationSplitChunksOptions {
1013
- const description_99: string;
1014
- export { description_99 as description };
1015
- const type_46: string;
1016
- export { type_46 as type };
1075
+ const description_106: string;
1076
+ export { description_106 as description };
1077
+ const type_51: string;
1078
+ export { type_51 as type };
1017
1079
  const additionalProperties_14: boolean;
1018
1080
  export { additionalProperties_14 as additionalProperties };
1019
1081
  export namespace properties_13 {
1082
+ export namespace name_2 {
1083
+ const description_107: string;
1084
+ export { description_107 as description };
1085
+ const anyOf_36: {
1086
+ type: string;
1087
+ }[];
1088
+ export { anyOf_36 as anyOf };
1089
+ }
1090
+ export { name_2 as name };
1020
1091
  export namespace cacheGroups {
1021
- const description_100: string;
1022
- export { description_100 as description };
1023
- const type_47: string;
1024
- export { type_47 as type };
1092
+ const description_108: string;
1093
+ export { description_108 as description };
1094
+ const type_52: string;
1095
+ export { type_52 as type };
1025
1096
  export namespace additionalProperties_15 {
1026
- const description_101: string;
1027
- export { description_101 as description };
1028
- const anyOf_35: {
1097
+ const description_109: string;
1098
+ export { description_109 as description };
1099
+ const anyOf_37: {
1029
1100
  $ref: string;
1030
1101
  }[];
1031
- export { anyOf_35 as anyOf };
1102
+ export { anyOf_37 as anyOf };
1032
1103
  }
1033
1104
  export { additionalProperties_15 as additionalProperties };
1034
1105
  }
1035
1106
  export namespace chunks_1 {
1036
- const description_102: string;
1037
- export { description_102 as description };
1038
- const anyOf_36: {
1107
+ const description_110: string;
1108
+ export { description_110 as description };
1109
+ const anyOf_38: {
1039
1110
  enum: string[];
1040
1111
  }[];
1041
- export { anyOf_36 as anyOf };
1112
+ export { anyOf_38 as anyOf };
1042
1113
  }
1043
1114
  export { chunks_1 as chunks };
1044
1115
  export namespace enforceSizeThreshold {
1045
- const description_103: string;
1046
- export { description_103 as description };
1047
- const oneOf_8: {
1116
+ const description_111: string;
1117
+ export { description_111 as description };
1118
+ const oneOf_10: {
1048
1119
  $ref: string;
1049
1120
  }[];
1050
- export { oneOf_8 as oneOf };
1121
+ export { oneOf_10 as oneOf };
1051
1122
  }
1052
1123
  export namespace maxAsyncRequests {
1053
- const description_104: string;
1054
- export { description_104 as description };
1055
- const type_48: string;
1056
- export { type_48 as type };
1124
+ const description_112: string;
1125
+ export { description_112 as description };
1126
+ const type_53: string;
1127
+ export { type_53 as type };
1057
1128
  const minimum_1: number;
1058
1129
  export { minimum_1 as minimum };
1059
1130
  }
1060
1131
  export namespace maxInitialRequests {
1061
- const description_105: string;
1062
- export { description_105 as description };
1063
- const type_49: string;
1064
- export { type_49 as type };
1132
+ const description_113: string;
1133
+ export { description_113 as description };
1134
+ const type_54: string;
1135
+ export { type_54 as type };
1065
1136
  const minimum_2: number;
1066
1137
  export { minimum_2 as minimum };
1067
1138
  }
1068
1139
  export namespace minChunks_1 {
1069
- const description_106: string;
1070
- export { description_106 as description };
1071
- const type_50: string;
1072
- export { type_50 as type };
1140
+ const description_114: string;
1141
+ export { description_114 as description };
1142
+ const type_55: string;
1143
+ export { type_55 as type };
1073
1144
  const minimum_3: number;
1074
1145
  export { minimum_3 as minimum };
1075
1146
  }
1076
1147
  export { minChunks_1 as minChunks };
1077
1148
  export namespace minRemainingSize {
1078
- const description_107: string;
1079
- export { description_107 as description };
1080
- const oneOf_9: {
1149
+ const description_115: string;
1150
+ export { description_115 as description };
1151
+ const oneOf_11: {
1081
1152
  $ref: string;
1082
1153
  }[];
1083
- export { oneOf_9 as oneOf };
1154
+ export { oneOf_11 as oneOf };
1084
1155
  }
1085
- export namespace minSize {
1086
- const description_108: string;
1087
- export { description_108 as description };
1088
- const oneOf_10: {
1156
+ export namespace minSize_1 {
1157
+ const description_116: string;
1158
+ export { description_116 as description };
1159
+ const oneOf_12: {
1089
1160
  $ref: string;
1090
1161
  }[];
1091
- export { oneOf_10 as oneOf };
1162
+ export { oneOf_12 as oneOf };
1163
+ }
1164
+ export { minSize_1 as minSize };
1165
+ export namespace reuseExistingChunk_1 {
1166
+ const description_117: string;
1167
+ export { description_117 as description };
1168
+ const type_56: string;
1169
+ export { type_56 as type };
1092
1170
  }
1171
+ export { reuseExistingChunk_1 as reuseExistingChunk };
1093
1172
  }
1094
1173
  export { properties_13 as properties };
1095
1174
  }
1096
1175
  namespace OptimizationSplitChunksSizes {
1097
- const description_109: string;
1098
- export { description_109 as description };
1099
- const anyOf_37: {
1176
+ const description_118: string;
1177
+ export { description_118 as description };
1178
+ const anyOf_39: {
1100
1179
  description: string;
1101
1180
  type: string;
1102
1181
  minimum: number;
1103
1182
  }[];
1104
- export { anyOf_37 as anyOf };
1183
+ export { anyOf_39 as anyOf };
1105
1184
  }
1106
1185
  namespace Iife {
1107
- const description_110: string;
1108
- export { description_110 as description };
1109
- const type_51: string;
1110
- export { type_51 as type };
1186
+ const description_119: string;
1187
+ export { description_119 as description };
1188
+ const type_57: string;
1189
+ export { type_57 as type };
1111
1190
  }
1112
1191
  namespace Clean {
1113
- const description_111: string;
1114
- export { description_111 as description };
1115
- const type_52: string;
1116
- export { type_52 as type };
1192
+ const description_120: string;
1193
+ export { description_120 as description };
1194
+ const type_58: string;
1195
+ export { type_58 as type };
1117
1196
  }
1118
1197
  namespace Output {
1119
- const description_112: string;
1120
- export { description_112 as description };
1121
- const type_53: string;
1122
- export { type_53 as type };
1198
+ const description_121: string;
1199
+ export { description_121 as description };
1200
+ const type_59: string;
1201
+ export { type_59 as type };
1123
1202
  const additionalProperties_16: boolean;
1124
1203
  export { additionalProperties_16 as additionalProperties };
1125
1204
  export namespace properties_14 {
@@ -1136,10 +1215,10 @@ export declare namespace definitions {
1136
1215
  export { $ref_15 as $ref };
1137
1216
  }
1138
1217
  export namespace auxiliaryComment_1 {
1139
- const oneOf_11: {
1218
+ const oneOf_13: {
1140
1219
  $ref: string;
1141
1220
  }[];
1142
- export { oneOf_11 as oneOf };
1221
+ export { oneOf_13 as oneOf };
1143
1222
  }
1144
1223
  export { auxiliaryComment_1 as auxiliaryComment };
1145
1224
  export namespace chunkFormat {
@@ -1204,16 +1283,16 @@ export declare namespace definitions {
1204
1283
  export { $ref_30 as $ref };
1205
1284
  }
1206
1285
  export namespace libraryExport {
1207
- const oneOf_12: {
1286
+ const oneOf_14: {
1208
1287
  $ref: string;
1209
1288
  }[];
1210
- export { oneOf_12 as oneOf };
1289
+ export { oneOf_14 as oneOf };
1211
1290
  }
1212
1291
  export namespace libraryTarget {
1213
- const oneOf_13: {
1292
+ const oneOf_15: {
1214
1293
  $ref: string;
1215
1294
  }[];
1216
- export { oneOf_13 as oneOf };
1295
+ export { oneOf_15 as oneOf };
1217
1296
  }
1218
1297
  export namespace module {
1219
1298
  const $ref_31: string;
@@ -1232,10 +1311,10 @@ export declare namespace definitions {
1232
1311
  export { $ref_34 as $ref };
1233
1312
  }
1234
1313
  export namespace umdNamedDefine_1 {
1235
- const oneOf_14: {
1314
+ const oneOf_16: {
1236
1315
  $ref: string;
1237
1316
  }[];
1238
- export { oneOf_14 as oneOf };
1317
+ export { oneOf_16 as oneOf };
1239
1318
  }
1240
1319
  export { umdNamedDefine_1 as umdNamedDefine };
1241
1320
  export namespace uniqueName {
@@ -1247,9 +1326,9 @@ export declare namespace definitions {
1247
1326
  export { $ref_36 as $ref };
1248
1327
  }
1249
1328
  export namespace trustedTypes {
1250
- const description_113: string;
1251
- export { description_113 as description };
1252
- const anyOf_38: ({
1329
+ const description_122: string;
1330
+ export { description_122 as description };
1331
+ const anyOf_40: ({
1253
1332
  enum: boolean[];
1254
1333
  description?: undefined;
1255
1334
  type?: undefined;
@@ -1268,92 +1347,96 @@ export declare namespace definitions {
1268
1347
  type?: undefined;
1269
1348
  minLength?: undefined;
1270
1349
  })[];
1271
- export { anyOf_38 as anyOf };
1350
+ export { anyOf_40 as anyOf };
1351
+ }
1352
+ export namespace sourceMapFilename {
1353
+ const $ref_37: string;
1354
+ export { $ref_37 as $ref };
1272
1355
  }
1273
1356
  }
1274
1357
  export { properties_14 as properties };
1275
1358
  }
1276
1359
  namespace OutputModule {
1277
- const description_114: string;
1278
- export { description_114 as description };
1279
- const type_54: string;
1280
- export { type_54 as type };
1360
+ const description_123: string;
1361
+ export { description_123 as description };
1362
+ const type_60: string;
1363
+ export { type_60 as type };
1281
1364
  }
1282
1365
  namespace ParserOptionsByModuleType {
1283
- const description_115: string;
1284
- export { description_115 as description };
1285
- const type_55: string;
1286
- export { type_55 as type };
1366
+ const description_124: string;
1367
+ export { description_124 as description };
1368
+ const type_61: string;
1369
+ export { type_61 as type };
1287
1370
  export namespace additionalProperties_17 {
1288
- const description_116: string;
1289
- export { description_116 as description };
1290
- const type_56: string;
1291
- export { type_56 as type };
1371
+ const description_125: string;
1372
+ export { description_125 as description };
1373
+ const type_62: string;
1374
+ export { type_62 as type };
1292
1375
  const additionalProperties_18: boolean;
1293
1376
  export { additionalProperties_18 as additionalProperties };
1294
1377
  }
1295
1378
  export { additionalProperties_17 as additionalProperties };
1296
1379
  export namespace properties_15 {
1297
1380
  namespace asset {
1298
- const $ref_37: string;
1299
- export { $ref_37 as $ref };
1381
+ const $ref_38: string;
1382
+ export { $ref_38 as $ref };
1300
1383
  }
1301
1384
  }
1302
1385
  export { properties_15 as properties };
1303
1386
  }
1304
1387
  namespace Path {
1305
- const description_117: string;
1306
- export { description_117 as description };
1307
- const type_57: string;
1308
- export { type_57 as type };
1388
+ const description_126: string;
1389
+ export { description_126 as description };
1390
+ const type_63: string;
1391
+ export { type_63 as type };
1309
1392
  }
1310
1393
  namespace Plugins {
1311
- const description_118: string;
1312
- export { description_118 as description };
1313
- const type_58: string;
1314
- export { type_58 as type };
1315
- export namespace items_5 {
1316
- const description_119: string;
1317
- export { description_119 as description };
1318
- const anyOf_39: {
1394
+ const description_127: string;
1395
+ export { description_127 as description };
1396
+ const type_64: string;
1397
+ export { type_64 as type };
1398
+ export namespace items_6 {
1399
+ const description_128: string;
1400
+ export { description_128 as description };
1401
+ const anyOf_41: {
1319
1402
  $ref: string;
1320
1403
  }[];
1321
- export { anyOf_39 as anyOf };
1404
+ export { anyOf_41 as anyOf };
1322
1405
  }
1323
- export { items_5 as items };
1406
+ export { items_6 as items };
1324
1407
  }
1325
1408
  namespace PublicPath {
1326
- const description_120: string;
1327
- export { description_120 as description };
1328
- const anyOf_40: ({
1409
+ const description_129: string;
1410
+ export { description_129 as description };
1411
+ const anyOf_42: ({
1329
1412
  enum: string[];
1330
1413
  $ref?: undefined;
1331
1414
  } | {
1332
1415
  $ref: string;
1333
1416
  enum?: undefined;
1334
1417
  })[];
1335
- export { anyOf_40 as anyOf };
1418
+ export { anyOf_42 as anyOf };
1336
1419
  }
1337
1420
  namespace RawPublicPath {
1338
- const description_121: string;
1339
- export { description_121 as description };
1340
- const anyOf_41: {
1421
+ const description_130: string;
1422
+ export { description_130 as description };
1423
+ const anyOf_43: {
1341
1424
  type: string;
1342
1425
  }[];
1343
- export { anyOf_41 as anyOf };
1426
+ export { anyOf_43 as anyOf };
1344
1427
  }
1345
1428
  namespace Resolve {
1346
- const description_122: string;
1347
- export { description_122 as description };
1348
- const oneOf_15: {
1429
+ const description_131: string;
1430
+ export { description_131 as description };
1431
+ const oneOf_17: {
1349
1432
  $ref: string;
1350
1433
  }[];
1351
- export { oneOf_15 as oneOf };
1434
+ export { oneOf_17 as oneOf };
1352
1435
  }
1353
1436
  namespace ResolveAlias {
1354
- const description_123: string;
1355
- export { description_123 as description };
1356
- const anyOf_42: {
1437
+ const description_132: string;
1438
+ export { description_132 as description };
1439
+ const anyOf_44: {
1357
1440
  type: string;
1358
1441
  additionalProperties: {
1359
1442
  description: string;
@@ -1382,75 +1465,75 @@ export declare namespace definitions {
1382
1465
  })[];
1383
1466
  };
1384
1467
  }[];
1385
- export { anyOf_42 as anyOf };
1468
+ export { anyOf_44 as anyOf };
1386
1469
  }
1387
1470
  namespace ResolveOptions {
1388
- const description_124: string;
1389
- export { description_124 as description };
1390
- const type_59: string;
1391
- export { type_59 as type };
1471
+ const description_133: string;
1472
+ export { description_133 as description };
1473
+ const type_65: string;
1474
+ export { type_65 as type };
1392
1475
  const additionalProperties_19: boolean;
1393
1476
  export { additionalProperties_19 as additionalProperties };
1394
1477
  export namespace properties_16 {
1395
1478
  namespace alias {
1396
- const $ref_38: string;
1397
- export { $ref_38 as $ref };
1479
+ const $ref_39: string;
1480
+ export { $ref_39 as $ref };
1398
1481
  }
1399
1482
  namespace browserField {
1400
- const description_125: string;
1401
- export { description_125 as description };
1402
- const type_60: string;
1403
- export { type_60 as type };
1483
+ const description_134: string;
1484
+ export { description_134 as description };
1485
+ const type_66: string;
1486
+ export { type_66 as type };
1404
1487
  }
1405
1488
  namespace conditionNames {
1406
- const description_126: string;
1407
- export { description_126 as description };
1408
- const type_61: string;
1409
- export { type_61 as type };
1410
- export namespace items_6 {
1411
- const description_127: string;
1412
- export { description_127 as description };
1413
- const type_62: string;
1414
- export { type_62 as type };
1489
+ const description_135: string;
1490
+ export { description_135 as description };
1491
+ const type_67: string;
1492
+ export { type_67 as type };
1493
+ export namespace items_7 {
1494
+ const description_136: string;
1495
+ export { description_136 as description };
1496
+ const type_68: string;
1497
+ export { type_68 as type };
1415
1498
  }
1416
- export { items_6 as items };
1499
+ export { items_7 as items };
1417
1500
  }
1418
1501
  namespace extensions {
1419
- const description_128: string;
1420
- export { description_128 as description };
1421
- const type_63: string;
1422
- export { type_63 as type };
1423
- export namespace items_7 {
1424
- const description_129: string;
1425
- export { description_129 as description };
1426
- const type_64: string;
1427
- export { type_64 as type };
1502
+ const description_137: string;
1503
+ export { description_137 as description };
1504
+ const type_69: string;
1505
+ export { type_69 as type };
1506
+ export namespace items_8 {
1507
+ const description_138: string;
1508
+ export { description_138 as description };
1509
+ const type_70: string;
1510
+ export { type_70 as type };
1428
1511
  }
1429
- export { items_7 as items };
1512
+ export { items_8 as items };
1430
1513
  }
1431
1514
  namespace fallback {
1432
- const description_130: string;
1433
- export { description_130 as description };
1434
- const oneOf_16: {
1515
+ const description_139: string;
1516
+ export { description_139 as description };
1517
+ const oneOf_18: {
1435
1518
  $ref: string;
1436
1519
  }[];
1437
- export { oneOf_16 as oneOf };
1520
+ export { oneOf_18 as oneOf };
1438
1521
  }
1439
1522
  namespace fullySpecified {
1440
- const description_131: string;
1441
- export { description_131 as description };
1442
- const type_65: string;
1443
- export { type_65 as type };
1523
+ const description_140: string;
1524
+ export { description_140 as description };
1525
+ const type_71: string;
1526
+ export { type_71 as type };
1444
1527
  }
1445
1528
  namespace mainFields {
1446
- const description_132: string;
1447
- export { description_132 as description };
1448
- const type_66: string;
1449
- export { type_66 as type };
1450
- export namespace items_8 {
1451
- const description_133: string;
1452
- export { description_133 as description };
1453
- const anyOf_43: ({
1529
+ const description_141: string;
1530
+ export { description_141 as description };
1531
+ const type_72: string;
1532
+ export { type_72 as type };
1533
+ export namespace items_9 {
1534
+ const description_142: string;
1535
+ export { description_142 as description };
1536
+ const anyOf_45: ({
1454
1537
  type: string;
1455
1538
  items: {
1456
1539
  description: string;
@@ -1463,74 +1546,74 @@ export declare namespace definitions {
1463
1546
  minLength: number;
1464
1547
  items?: undefined;
1465
1548
  })[];
1466
- export { anyOf_43 as anyOf };
1549
+ export { anyOf_45 as anyOf };
1467
1550
  }
1468
- export { items_8 as items };
1551
+ export { items_9 as items };
1469
1552
  }
1470
1553
  namespace mainFiles {
1471
- const description_134: string;
1472
- export { description_134 as description };
1473
- const type_67: string;
1474
- export { type_67 as type };
1475
- export namespace items_9 {
1476
- const description_135: string;
1477
- export { description_135 as description };
1478
- const type_68: string;
1479
- export { type_68 as type };
1554
+ const description_143: string;
1555
+ export { description_143 as description };
1556
+ const type_73: string;
1557
+ export { type_73 as type };
1558
+ export namespace items_10 {
1559
+ const description_144: string;
1560
+ export { description_144 as description };
1561
+ const type_74: string;
1562
+ export { type_74 as type };
1480
1563
  const minLength_3: number;
1481
1564
  export { minLength_3 as minLength };
1482
1565
  }
1483
- export { items_9 as items };
1566
+ export { items_10 as items };
1484
1567
  }
1485
1568
  namespace modules {
1486
- const description_136: string;
1487
- export { description_136 as description };
1488
- const type_69: string;
1489
- export { type_69 as type };
1490
- export namespace items_10 {
1491
- const description_137: string;
1492
- export { description_137 as description };
1493
- const type_70: string;
1494
- export { type_70 as type };
1569
+ const description_145: string;
1570
+ export { description_145 as description };
1571
+ const type_75: string;
1572
+ export { type_75 as type };
1573
+ export namespace items_11 {
1574
+ const description_146: string;
1575
+ export { description_146 as description };
1576
+ const type_76: string;
1577
+ export { type_76 as type };
1495
1578
  const minLength_4: number;
1496
1579
  export { minLength_4 as minLength };
1497
1580
  }
1498
- export { items_10 as items };
1581
+ export { items_11 as items };
1499
1582
  }
1500
1583
  namespace preferRelative {
1501
- const description_138: string;
1502
- export { description_138 as description };
1503
- const type_71: string;
1504
- export { type_71 as type };
1584
+ const description_147: string;
1585
+ export { description_147 as description };
1586
+ const type_77: string;
1587
+ export { type_77 as type };
1505
1588
  }
1506
1589
  namespace byDependency {
1507
- const description_139: string;
1508
- export { description_139 as description };
1509
- const type_72: string;
1510
- export { type_72 as type };
1590
+ const description_148: string;
1591
+ export { description_148 as description };
1592
+ const type_78: string;
1593
+ export { type_78 as type };
1511
1594
  export namespace additionalProperties_20 {
1512
- const description_140: string;
1513
- export { description_140 as description };
1514
- const oneOf_17: {
1595
+ const description_149: string;
1596
+ export { description_149 as description };
1597
+ const oneOf_19: {
1515
1598
  $ref: string;
1516
1599
  }[];
1517
- export { oneOf_17 as oneOf };
1600
+ export { oneOf_19 as oneOf };
1518
1601
  }
1519
1602
  export { additionalProperties_20 as additionalProperties };
1520
1603
  }
1521
1604
  namespace tsConfigPath {
1522
- const description_141: string;
1523
- export { description_141 as description };
1524
- const type_73: string;
1525
- export { type_73 as type };
1605
+ const description_150: string;
1606
+ export { description_150 as description };
1607
+ const type_79: string;
1608
+ export { type_79 as type };
1526
1609
  }
1527
1610
  }
1528
1611
  export { properties_16 as properties };
1529
1612
  }
1530
1613
  namespace RuleSetCondition {
1531
- const description_142: string;
1532
- export { description_142 as description };
1533
- const anyOf_44: ({
1614
+ const description_151: string;
1615
+ export { description_151 as description };
1616
+ const anyOf_46: ({
1534
1617
  instanceof: string;
1535
1618
  type?: undefined;
1536
1619
  $ref?: undefined;
@@ -1543,277 +1626,278 @@ export declare namespace definitions {
1543
1626
  instanceof?: undefined;
1544
1627
  type?: undefined;
1545
1628
  })[];
1546
- export { anyOf_44 as anyOf };
1629
+ export { anyOf_46 as anyOf };
1547
1630
  }
1548
1631
  namespace RuleSetConditionOrConditions {
1549
- const description_143: string;
1550
- export { description_143 as description };
1551
- const anyOf_45: {
1632
+ const description_152: string;
1633
+ export { description_152 as description };
1634
+ const anyOf_47: {
1552
1635
  $ref: string;
1553
1636
  }[];
1554
- export { anyOf_45 as anyOf };
1637
+ export { anyOf_47 as anyOf };
1555
1638
  }
1556
1639
  namespace RuleSetConditions {
1557
- const description_144: string;
1558
- export { description_144 as description };
1559
- const type_74: string;
1560
- export { type_74 as type };
1561
- export namespace items_11 {
1562
- const description_145: string;
1563
- export { description_145 as description };
1564
- const oneOf_18: {
1640
+ const description_153: string;
1641
+ export { description_153 as description };
1642
+ const type_80: string;
1643
+ export { type_80 as type };
1644
+ export namespace items_12 {
1645
+ const description_154: string;
1646
+ export { description_154 as description };
1647
+ const oneOf_20: {
1565
1648
  $ref: string;
1566
1649
  }[];
1567
- export { oneOf_18 as oneOf };
1650
+ export { oneOf_20 as oneOf };
1568
1651
  }
1569
- export { items_11 as items };
1652
+ export { items_12 as items };
1570
1653
  }
1571
1654
  namespace RuleSetLoader {
1572
- const description_146: string;
1573
- export { description_146 as description };
1574
- const type_75: string;
1575
- export { type_75 as type };
1655
+ const description_155: string;
1656
+ export { description_155 as description };
1657
+ const type_81: string;
1658
+ export { type_81 as type };
1576
1659
  const minLength_5: number;
1577
1660
  export { minLength_5 as minLength };
1578
1661
  }
1579
1662
  namespace RuleSetLoaderOptions {
1580
- const description_147: string;
1581
- export { description_147 as description };
1582
- const anyOf_46: {
1663
+ const description_156: string;
1664
+ export { description_156 as description };
1665
+ const anyOf_48: {
1583
1666
  type: string;
1584
1667
  }[];
1585
- export { anyOf_46 as anyOf };
1668
+ export { anyOf_48 as anyOf };
1586
1669
  }
1587
1670
  namespace RuleSetLogicalConditions {
1588
- const description_148: string;
1589
- export { description_148 as description };
1590
- const type_76: string;
1591
- export { type_76 as type };
1671
+ const description_157: string;
1672
+ export { description_157 as description };
1673
+ const type_82: string;
1674
+ export { type_82 as type };
1592
1675
  const additionalProperties_21: boolean;
1593
1676
  export { additionalProperties_21 as additionalProperties };
1594
1677
  export namespace properties_17 {
1595
1678
  namespace and {
1596
- const description_149: string;
1597
- export { description_149 as description };
1598
- const oneOf_19: {
1679
+ const description_158: string;
1680
+ export { description_158 as description };
1681
+ const oneOf_21: {
1599
1682
  $ref: string;
1600
1683
  }[];
1601
- export { oneOf_19 as oneOf };
1684
+ export { oneOf_21 as oneOf };
1602
1685
  }
1603
1686
  namespace not {
1604
- const description_150: string;
1605
- export { description_150 as description };
1606
- const oneOf_20: {
1687
+ const description_159: string;
1688
+ export { description_159 as description };
1689
+ const oneOf_22: {
1607
1690
  $ref: string;
1608
1691
  }[];
1609
- export { oneOf_20 as oneOf };
1692
+ export { oneOf_22 as oneOf };
1610
1693
  }
1611
1694
  namespace or {
1612
- const description_151: string;
1613
- export { description_151 as description };
1614
- const oneOf_21: {
1695
+ const description_160: string;
1696
+ export { description_160 as description };
1697
+ const oneOf_23: {
1615
1698
  $ref: string;
1616
1699
  }[];
1617
- export { oneOf_21 as oneOf };
1700
+ export { oneOf_23 as oneOf };
1618
1701
  }
1619
1702
  }
1620
1703
  export { properties_17 as properties };
1621
1704
  }
1622
1705
  namespace RuleSetRule {
1623
- const description_152: string;
1624
- export { description_152 as description };
1625
- const type_77: string;
1626
- export { type_77 as type };
1706
+ const description_161: string;
1707
+ export { description_161 as description };
1708
+ const type_83: string;
1709
+ export { type_83 as type };
1627
1710
  const additionalProperties_22: boolean;
1628
1711
  export { additionalProperties_22 as additionalProperties };
1629
1712
  export namespace properties_18 {
1630
- export namespace enforce {
1631
- const description_153: string;
1632
- export { description_153 as description };
1713
+ export namespace enforce_1 {
1714
+ const description_162: string;
1715
+ export { description_162 as description };
1633
1716
  const _enum_9: string[];
1634
1717
  export { _enum_9 as enum };
1635
1718
  }
1719
+ export { enforce_1 as enforce };
1636
1720
  export namespace exclude {
1637
- const description_154: string;
1638
- export { description_154 as description };
1639
- const oneOf_22: {
1721
+ const description_163: string;
1722
+ export { description_163 as description };
1723
+ const oneOf_24: {
1640
1724
  $ref: string;
1641
1725
  }[];
1642
- export { oneOf_22 as oneOf };
1726
+ export { oneOf_24 as oneOf };
1643
1727
  }
1644
1728
  export namespace generator {
1645
- const description_155: string;
1646
- export { description_155 as description };
1647
- const type_78: string;
1648
- export { type_78 as type };
1729
+ const description_164: string;
1730
+ export { description_164 as description };
1731
+ const type_84: string;
1732
+ export { type_84 as type };
1649
1733
  }
1650
1734
  export namespace include {
1651
- const description_156: string;
1652
- export { description_156 as description };
1653
- const oneOf_23: {
1735
+ const description_165: string;
1736
+ export { description_165 as description };
1737
+ const oneOf_25: {
1654
1738
  $ref: string;
1655
1739
  }[];
1656
- export { oneOf_23 as oneOf };
1740
+ export { oneOf_25 as oneOf };
1657
1741
  }
1658
1742
  export namespace issuer {
1659
- const description_157: string;
1660
- export { description_157 as description };
1661
- const oneOf_24: {
1743
+ const description_166: string;
1744
+ export { description_166 as description };
1745
+ const oneOf_26: {
1662
1746
  $ref: string;
1663
1747
  }[];
1664
- export { oneOf_24 as oneOf };
1748
+ export { oneOf_26 as oneOf };
1665
1749
  }
1666
1750
  export namespace dependency {
1667
- const description_158: string;
1668
- export { description_158 as description };
1669
- const oneOf_25: {
1751
+ const description_167: string;
1752
+ export { description_167 as description };
1753
+ const oneOf_27: {
1670
1754
  $ref: string;
1671
1755
  }[];
1672
- export { oneOf_25 as oneOf };
1756
+ export { oneOf_27 as oneOf };
1673
1757
  }
1674
1758
  export namespace descriptionData {
1675
- const description_159: string;
1676
- export { description_159 as description };
1677
- const type_79: string;
1678
- export { type_79 as type };
1759
+ const description_168: string;
1760
+ export { description_168 as description };
1761
+ const type_85: string;
1762
+ export { type_85 as type };
1679
1763
  export namespace additionalProperties_23 {
1680
- const $ref_39: string;
1681
- export { $ref_39 as $ref };
1764
+ const $ref_40: string;
1765
+ export { $ref_40 as $ref };
1682
1766
  }
1683
1767
  export { additionalProperties_23 as additionalProperties };
1684
1768
  }
1685
- export namespace oneOf_26 {
1686
- const description_160: string;
1687
- export { description_160 as description };
1688
- const type_80: string;
1689
- export { type_80 as type };
1690
- export namespace items_12 {
1691
- const description_161: string;
1692
- export { description_161 as description };
1693
- const oneOf_27: {
1769
+ export namespace oneOf_28 {
1770
+ const description_169: string;
1771
+ export { description_169 as description };
1772
+ const type_86: string;
1773
+ export { type_86 as type };
1774
+ export namespace items_13 {
1775
+ const description_170: string;
1776
+ export { description_170 as description };
1777
+ const oneOf_29: {
1694
1778
  $ref: string;
1695
1779
  }[];
1696
- export { oneOf_27 as oneOf };
1780
+ export { oneOf_29 as oneOf };
1697
1781
  }
1698
- export { items_12 as items };
1782
+ export { items_13 as items };
1699
1783
  }
1700
- export { oneOf_26 as oneOf };
1784
+ export { oneOf_28 as oneOf };
1701
1785
  export namespace parser_1 {
1702
- const description_162: string;
1703
- export { description_162 as description };
1704
- const type_81: string;
1705
- export { type_81 as type };
1786
+ const description_171: string;
1787
+ export { description_171 as description };
1788
+ const type_87: string;
1789
+ export { type_87 as type };
1706
1790
  const additionalProperties_24: boolean;
1707
1791
  export { additionalProperties_24 as additionalProperties };
1708
1792
  }
1709
1793
  export { parser_1 as parser };
1710
1794
  export namespace resolve {
1711
- const description_163: string;
1712
- export { description_163 as description };
1713
- const type_82: string;
1714
- export { type_82 as type };
1715
- const oneOf_28: {
1795
+ const description_172: string;
1796
+ export { description_172 as description };
1797
+ const type_88: string;
1798
+ export { type_88 as type };
1799
+ const oneOf_30: {
1716
1800
  $ref: string;
1717
1801
  }[];
1718
- export { oneOf_28 as oneOf };
1802
+ export { oneOf_30 as oneOf };
1719
1803
  }
1720
1804
  export namespace resource {
1721
- const description_164: string;
1722
- export { description_164 as description };
1723
- const oneOf_29: {
1805
+ const description_173: string;
1806
+ export { description_173 as description };
1807
+ const oneOf_31: {
1724
1808
  $ref: string;
1725
1809
  }[];
1726
- export { oneOf_29 as oneOf };
1810
+ export { oneOf_31 as oneOf };
1727
1811
  }
1728
1812
  export namespace resourceFragment {
1729
- const description_165: string;
1730
- export { description_165 as description };
1731
- const oneOf_30: {
1813
+ const description_174: string;
1814
+ export { description_174 as description };
1815
+ const oneOf_32: {
1732
1816
  $ref: string;
1733
1817
  }[];
1734
- export { oneOf_30 as oneOf };
1818
+ export { oneOf_32 as oneOf };
1735
1819
  }
1736
1820
  export namespace resourceQuery {
1737
- const description_166: string;
1738
- export { description_166 as description };
1739
- const oneOf_31: {
1821
+ const description_175: string;
1822
+ export { description_175 as description };
1823
+ const oneOf_33: {
1740
1824
  $ref: string;
1741
1825
  }[];
1742
- export { oneOf_31 as oneOf };
1826
+ export { oneOf_33 as oneOf };
1743
1827
  }
1744
1828
  export namespace rules_1 {
1745
- const description_167: string;
1746
- export { description_167 as description };
1747
- const type_83: string;
1748
- export { type_83 as type };
1749
- export namespace items_13 {
1750
- const description_168: string;
1751
- export { description_168 as description };
1752
- const oneOf_32: {
1829
+ const description_176: string;
1830
+ export { description_176 as description };
1831
+ const type_89: string;
1832
+ export { type_89 as type };
1833
+ export namespace items_14 {
1834
+ const description_177: string;
1835
+ export { description_177 as description };
1836
+ const oneOf_34: {
1753
1837
  $ref: string;
1754
1838
  }[];
1755
- export { oneOf_32 as oneOf };
1839
+ export { oneOf_34 as oneOf };
1756
1840
  }
1757
- export { items_13 as items };
1841
+ export { items_14 as items };
1758
1842
  }
1759
1843
  export { rules_1 as rules };
1760
1844
  export namespace sideEffects_1 {
1761
- const description_169: string;
1762
- export { description_169 as description };
1763
- const type_84: string;
1764
- export { type_84 as type };
1845
+ const description_178: string;
1846
+ export { description_178 as description };
1847
+ const type_90: string;
1848
+ export { type_90 as type };
1765
1849
  }
1766
1850
  export { sideEffects_1 as sideEffects };
1767
1851
  export namespace test_1 {
1768
- const description_170: string;
1769
- export { description_170 as description };
1770
- const oneOf_33: {
1852
+ const description_179: string;
1853
+ export { description_179 as description };
1854
+ const oneOf_35: {
1771
1855
  $ref: string;
1772
1856
  }[];
1773
- export { oneOf_33 as oneOf };
1857
+ export { oneOf_35 as oneOf };
1774
1858
  }
1775
1859
  export { test_1 as test };
1776
- export namespace type_85 {
1777
- const description_171: string;
1778
- export { description_171 as description };
1779
- const type_86: string;
1780
- export { type_86 as type };
1860
+ export namespace type_91 {
1861
+ const description_180: string;
1862
+ export { description_180 as description };
1863
+ const type_92: string;
1864
+ export { type_92 as type };
1781
1865
  }
1782
- export { type_85 as type };
1866
+ export { type_91 as type };
1783
1867
  export namespace use {
1784
- const description_172: string;
1785
- export { description_172 as description };
1786
- const oneOf_34: {
1868
+ const description_181: string;
1869
+ export { description_181 as description };
1870
+ const oneOf_36: {
1787
1871
  $ref: string;
1788
1872
  }[];
1789
- export { oneOf_34 as oneOf };
1873
+ export { oneOf_36 as oneOf };
1790
1874
  }
1791
1875
  }
1792
1876
  export { properties_18 as properties };
1793
1877
  }
1794
1878
  namespace RuleSetRules {
1795
- const description_173: string;
1796
- export { description_173 as description };
1797
- const type_87: string;
1798
- export { type_87 as type };
1799
- export namespace items_14 {
1800
- const description_174: string;
1801
- export { description_174 as description };
1802
- const anyOf_47: ({
1879
+ const description_182: string;
1880
+ export { description_182 as description };
1881
+ const type_93: string;
1882
+ export { type_93 as type };
1883
+ export namespace items_15 {
1884
+ const description_183: string;
1885
+ export { description_183 as description };
1886
+ const anyOf_49: ({
1803
1887
  enum: string[];
1804
1888
  $ref?: undefined;
1805
1889
  } | {
1806
1890
  $ref: string;
1807
1891
  enum?: undefined;
1808
1892
  })[];
1809
- export { anyOf_47 as anyOf };
1893
+ export { anyOf_49 as anyOf };
1810
1894
  }
1811
- export { items_14 as items };
1895
+ export { items_15 as items };
1812
1896
  }
1813
1897
  namespace RuleSetUse {
1814
- const description_175: string;
1815
- export { description_175 as description };
1816
- const anyOf_48: ({
1898
+ const description_184: string;
1899
+ export { description_184 as description };
1900
+ const anyOf_50: ({
1817
1901
  type: string;
1818
1902
  items: {
1819
1903
  description: string;
@@ -1827,12 +1911,12 @@ export declare namespace definitions {
1827
1911
  type?: undefined;
1828
1912
  items?: undefined;
1829
1913
  })[];
1830
- export { anyOf_48 as anyOf };
1914
+ export { anyOf_50 as anyOf };
1831
1915
  }
1832
1916
  namespace RuleSetUseItem {
1833
- const description_176: string;
1834
- export { description_176 as description };
1835
- const anyOf_49: ({
1917
+ const description_185: string;
1918
+ export { description_185 as description };
1919
+ const anyOf_51: ({
1836
1920
  type: string;
1837
1921
  additionalProperties: boolean;
1838
1922
  properties: {
@@ -1856,60 +1940,60 @@ export declare namespace definitions {
1856
1940
  additionalProperties?: undefined;
1857
1941
  properties?: undefined;
1858
1942
  })[];
1859
- export { anyOf_49 as anyOf };
1943
+ export { anyOf_51 as anyOf };
1860
1944
  }
1861
1945
  namespace SnapshotOptions {
1862
- const description_177: string;
1863
- export { description_177 as description };
1864
- const type_88: string;
1865
- export { type_88 as type };
1946
+ const description_186: string;
1947
+ export { description_186 as description };
1948
+ const type_94: string;
1949
+ export { type_94 as type };
1866
1950
  const additionalProperties_25: boolean;
1867
1951
  export { additionalProperties_25 as additionalProperties };
1868
1952
  export namespace properties_19 {
1869
1953
  export namespace module_1 {
1870
- const description_178: string;
1871
- export { description_178 as description };
1872
- const type_89: string;
1873
- export { type_89 as type };
1954
+ const description_187: string;
1955
+ export { description_187 as description };
1956
+ const type_95: string;
1957
+ export { type_95 as type };
1874
1958
  const additionalProperties_26: boolean;
1875
1959
  export { additionalProperties_26 as additionalProperties };
1876
1960
  export namespace properties_20 {
1877
1961
  namespace hash {
1878
- const description_179: string;
1879
- export { description_179 as description };
1880
- const type_90: string;
1881
- export { type_90 as type };
1962
+ const description_188: string;
1963
+ export { description_188 as description };
1964
+ const type_96: string;
1965
+ export { type_96 as type };
1882
1966
  }
1883
1967
  namespace timestamp {
1884
- const description_180: string;
1885
- export { description_180 as description };
1886
- const type_91: string;
1887
- export { type_91 as type };
1968
+ const description_189: string;
1969
+ export { description_189 as description };
1970
+ const type_97: string;
1971
+ export { type_97 as type };
1888
1972
  }
1889
1973
  }
1890
1974
  export { properties_20 as properties };
1891
1975
  }
1892
1976
  export { module_1 as module };
1893
1977
  export namespace resolve_1 {
1894
- const description_181: string;
1895
- export { description_181 as description };
1896
- const type_92: string;
1897
- export { type_92 as type };
1978
+ const description_190: string;
1979
+ export { description_190 as description };
1980
+ const type_98: string;
1981
+ export { type_98 as type };
1898
1982
  const additionalProperties_27: boolean;
1899
1983
  export { additionalProperties_27 as additionalProperties };
1900
1984
  export namespace properties_21 {
1901
1985
  export namespace hash_1 {
1902
- const description_182: string;
1903
- export { description_182 as description };
1904
- const type_93: string;
1905
- export { type_93 as type };
1986
+ const description_191: string;
1987
+ export { description_191 as description };
1988
+ const type_99: string;
1989
+ export { type_99 as type };
1906
1990
  }
1907
1991
  export { hash_1 as hash };
1908
1992
  export namespace timestamp_1 {
1909
- const description_183: string;
1910
- export { description_183 as description };
1911
- const type_94: string;
1912
- export { type_94 as type };
1993
+ const description_192: string;
1994
+ export { description_192 as description };
1995
+ const type_100: string;
1996
+ export { type_100 as type };
1913
1997
  }
1914
1998
  export { timestamp_1 as timestamp };
1915
1999
  }
@@ -1920,153 +2004,159 @@ export declare namespace definitions {
1920
2004
  export { properties_19 as properties };
1921
2005
  }
1922
2006
  namespace StatsOptions {
1923
- const description_184: string;
1924
- export { description_184 as description };
1925
- const type_95: string;
1926
- export { type_95 as type };
2007
+ const description_193: string;
2008
+ export { description_193 as description };
2009
+ const type_101: string;
2010
+ export { type_101 as type };
1927
2011
  const additionalProperties_28: boolean;
1928
2012
  export { additionalProperties_28 as additionalProperties };
1929
2013
  export namespace properties_22 {
1930
2014
  export namespace all {
1931
- const description_185: string;
1932
- export { description_185 as description };
1933
- const type_96: string;
1934
- export { type_96 as type };
2015
+ const description_194: string;
2016
+ export { description_194 as description };
2017
+ const type_102: string;
2018
+ export { type_102 as type };
1935
2019
  }
1936
2020
  export namespace assets {
1937
- const description_186: string;
1938
- export { description_186 as description };
1939
- const type_97: string;
1940
- export { type_97 as type };
2021
+ const description_195: string;
2022
+ export { description_195 as description };
2023
+ const type_103: string;
2024
+ export { type_103 as type };
1941
2025
  }
1942
2026
  export namespace chunkGroups {
1943
- const description_187: string;
1944
- export { description_187 as description };
1945
- const type_98: string;
1946
- export { type_98 as type };
2027
+ const description_196: string;
2028
+ export { description_196 as description };
2029
+ const type_104: string;
2030
+ export { type_104 as type };
1947
2031
  }
1948
2032
  export namespace chunks_2 {
1949
- const description_188: string;
1950
- export { description_188 as description };
1951
- const type_99: string;
1952
- export { type_99 as type };
2033
+ const description_197: string;
2034
+ export { description_197 as description };
2035
+ const type_105: string;
2036
+ export { type_105 as type };
1953
2037
  }
1954
2038
  export { chunks_2 as chunks };
1955
2039
  export namespace colors_1 {
1956
- const description_189: string;
1957
- export { description_189 as description };
1958
- const type_100: string;
1959
- export { type_100 as type };
2040
+ const description_198: string;
2041
+ export { description_198 as description };
2042
+ const type_106: string;
2043
+ export { type_106 as type };
1960
2044
  }
1961
2045
  export { colors_1 as colors };
1962
2046
  export namespace entrypoints {
1963
- const description_190: string;
1964
- export { description_190 as description };
1965
- const anyOf_50: ({
2047
+ const description_199: string;
2048
+ export { description_199 as description };
2049
+ const anyOf_52: ({
1966
2050
  enum: string[];
1967
2051
  type?: undefined;
1968
2052
  } | {
1969
2053
  type: string;
1970
2054
  enum?: undefined;
1971
2055
  })[];
1972
- export { anyOf_50 as anyOf };
2056
+ export { anyOf_52 as anyOf };
1973
2057
  }
1974
2058
  export namespace errors {
1975
- const description_191: string;
1976
- export { description_191 as description };
1977
- const type_101: string;
1978
- export { type_101 as type };
2059
+ const description_200: string;
2060
+ export { description_200 as description };
2061
+ const type_107: string;
2062
+ export { type_107 as type };
1979
2063
  }
1980
2064
  export namespace errorsCount {
1981
- const description_192: string;
1982
- export { description_192 as description };
1983
- const type_102: string;
1984
- export { type_102 as type };
2065
+ const description_201: string;
2066
+ export { description_201 as description };
2067
+ const type_108: string;
2068
+ export { type_108 as type };
1985
2069
  }
1986
2070
  export namespace hash_2 {
1987
- const description_193: string;
1988
- export { description_193 as description };
1989
- const type_103: string;
1990
- export { type_103 as type };
2071
+ const description_202: string;
2072
+ export { description_202 as description };
2073
+ const type_109: string;
2074
+ export { type_109 as type };
1991
2075
  }
1992
2076
  export { hash_2 as hash };
1993
2077
  export namespace modules_1 {
1994
- const description_194: string;
1995
- export { description_194 as description };
1996
- const type_104: string;
1997
- export { type_104 as type };
2078
+ const description_203: string;
2079
+ export { description_203 as description };
2080
+ const type_110: string;
2081
+ export { type_110 as type };
1998
2082
  }
1999
2083
  export { modules_1 as modules };
2000
2084
  export namespace preset {
2001
- const description_195: string;
2002
- export { description_195 as description };
2003
- const anyOf_51: {
2085
+ const description_204: string;
2086
+ export { description_204 as description };
2087
+ const anyOf_53: {
2004
2088
  type: string;
2005
2089
  }[];
2006
- export { anyOf_51 as anyOf };
2090
+ export { anyOf_53 as anyOf };
2007
2091
  }
2008
2092
  export namespace publicPath_1 {
2009
- const description_196: string;
2010
- export { description_196 as description };
2011
- const type_105: string;
2012
- export { type_105 as type };
2093
+ const description_205: string;
2094
+ export { description_205 as description };
2095
+ const type_111: string;
2096
+ export { type_111 as type };
2013
2097
  }
2014
2098
  export { publicPath_1 as publicPath };
2015
2099
  export namespace reasons {
2016
- const description_197: string;
2017
- export { description_197 as description };
2018
- const type_106: string;
2019
- export { type_106 as type };
2100
+ const description_206: string;
2101
+ export { description_206 as description };
2102
+ const type_112: string;
2103
+ export { type_112 as type };
2020
2104
  }
2021
2105
  export namespace warnings {
2022
- const description_198: string;
2023
- export { description_198 as description };
2024
- const type_107: string;
2025
- export { type_107 as type };
2106
+ const description_207: string;
2107
+ export { description_207 as description };
2108
+ const type_113: string;
2109
+ export { type_113 as type };
2026
2110
  }
2027
2111
  export namespace warningsCount {
2028
- const description_199: string;
2029
- export { description_199 as description };
2030
- const type_108: string;
2031
- export { type_108 as type };
2112
+ const description_208: string;
2113
+ export { description_208 as description };
2114
+ const type_114: string;
2115
+ export { type_114 as type };
2032
2116
  }
2033
2117
  export namespace outputPath {
2034
- const description_200: string;
2035
- export { description_200 as description };
2036
- const type_109: string;
2037
- export { type_109 as type };
2118
+ const description_209: string;
2119
+ export { description_209 as description };
2120
+ const type_115: string;
2121
+ export { type_115 as type };
2038
2122
  }
2039
2123
  export namespace chunkModules {
2040
- const description_201: string;
2041
- export { description_201 as description };
2042
- const type_110: string;
2043
- export { type_110 as type };
2124
+ const description_210: string;
2125
+ export { description_210 as description };
2126
+ const type_116: string;
2127
+ export { type_116 as type };
2044
2128
  }
2045
2129
  export namespace chunkRelations {
2046
- const description_202: string;
2047
- export { description_202 as description };
2048
- const type_111: string;
2049
- export { type_111 as type };
2130
+ const description_211: string;
2131
+ export { description_211 as description };
2132
+ const type_117: string;
2133
+ export { type_117 as type };
2050
2134
  }
2051
2135
  export namespace timings {
2052
- const description_203: string;
2053
- export { description_203 as description };
2054
- const type_112: string;
2055
- export { type_112 as type };
2136
+ const description_212: string;
2137
+ export { description_212 as description };
2138
+ const type_118: string;
2139
+ export { type_118 as type };
2056
2140
  }
2057
2141
  export namespace builtAt {
2058
- const description_204: string;
2059
- export { description_204 as description };
2060
- const type_113: string;
2061
- export { type_113 as type };
2142
+ const description_213: string;
2143
+ export { description_213 as description };
2144
+ const type_119: string;
2145
+ export { type_119 as type };
2146
+ }
2147
+ export namespace nestedModules {
2148
+ const description_214: string;
2149
+ export { description_214 as description };
2150
+ const type_120: string;
2151
+ export { type_120 as type };
2062
2152
  }
2063
2153
  }
2064
2154
  export { properties_22 as properties };
2065
2155
  }
2066
2156
  namespace StatsValue {
2067
- const description_205: string;
2068
- export { description_205 as description };
2069
- const anyOf_52: ({
2157
+ const description_215: string;
2158
+ export { description_215 as description };
2159
+ const anyOf_54: ({
2070
2160
  enum: string[];
2071
2161
  type?: undefined;
2072
2162
  $ref?: undefined;
@@ -2079,18 +2169,18 @@ export declare namespace definitions {
2079
2169
  enum?: undefined;
2080
2170
  type?: undefined;
2081
2171
  })[];
2082
- export { anyOf_52 as anyOf };
2172
+ export { anyOf_54 as anyOf };
2083
2173
  }
2084
2174
  namespace StrictModuleErrorHandling {
2085
- const description_206: string;
2086
- export { description_206 as description };
2087
- const type_114: string;
2088
- export { type_114 as type };
2175
+ const description_216: string;
2176
+ export { description_216 as description };
2177
+ const type_121: string;
2178
+ export { type_121 as type };
2089
2179
  }
2090
2180
  namespace Target {
2091
- const description_207: string;
2092
- export { description_207 as description };
2093
- const anyOf_53: ({
2181
+ const description_217: string;
2182
+ export { description_217 as description };
2183
+ const anyOf_55: ({
2094
2184
  type: string;
2095
2185
  items: {
2096
2186
  description: string;
@@ -2113,21 +2203,21 @@ export declare namespace definitions {
2113
2203
  minItems?: undefined;
2114
2204
  enum?: undefined;
2115
2205
  })[];
2116
- export { anyOf_53 as anyOf };
2206
+ export { anyOf_55 as anyOf };
2117
2207
  }
2118
2208
  namespace TrustedTypes {
2119
- const description_208: string;
2120
- export { description_208 as description };
2121
- const type_115: string;
2122
- export { type_115 as type };
2209
+ const description_218: string;
2210
+ export { description_218 as description };
2211
+ const type_122: string;
2212
+ export { type_122 as type };
2123
2213
  const additionalProperties_29: boolean;
2124
2214
  export { additionalProperties_29 as additionalProperties };
2125
2215
  export namespace properties_23 {
2126
2216
  namespace policyName {
2127
- const description_209: string;
2128
- export { description_209 as description };
2129
- const type_116: string;
2130
- export { type_116 as type };
2217
+ const description_219: string;
2218
+ export { description_219 as description };
2219
+ const type_123: string;
2220
+ export { type_123 as type };
2131
2221
  const minLength_6: number;
2132
2222
  export { minLength_6 as minLength };
2133
2223
  }
@@ -2135,57 +2225,57 @@ export declare namespace definitions {
2135
2225
  export { properties_23 as properties };
2136
2226
  }
2137
2227
  namespace UmdNamedDefine {
2138
- const description_210: string;
2139
- export { description_210 as description };
2140
- const type_117: string;
2141
- export { type_117 as type };
2228
+ const description_220: string;
2229
+ export { description_220 as description };
2230
+ const type_124: string;
2231
+ export { type_124 as type };
2142
2232
  }
2143
2233
  namespace UniqueName {
2144
- const description_211: string;
2145
- export { description_211 as description };
2146
- const type_118: string;
2147
- export { type_118 as type };
2234
+ const description_221: string;
2235
+ export { description_221 as description };
2236
+ const type_125: string;
2237
+ export { type_125 as type };
2148
2238
  const minLength_7: number;
2149
2239
  export { minLength_7 as minLength };
2150
2240
  }
2151
2241
  namespace ChunkLoadingGlobal {
2152
- const description_212: string;
2153
- export { description_212 as description };
2154
- const type_119: string;
2155
- export { type_119 as type };
2242
+ const description_222: string;
2243
+ export { description_222 as description };
2244
+ const type_126: string;
2245
+ export { type_126 as type };
2156
2246
  const minLength_8: number;
2157
2247
  export { minLength_8 as minLength };
2158
2248
  }
2159
2249
  namespace Watch {
2160
- const description_213: string;
2161
- export { description_213 as description };
2162
- const type_120: string;
2163
- export { type_120 as type };
2250
+ const description_223: string;
2251
+ export { description_223 as description };
2252
+ const type_127: string;
2253
+ export { type_127 as type };
2164
2254
  }
2165
2255
  namespace WatchOptions {
2166
- const description_214: string;
2167
- export { description_214 as description };
2168
- const type_121: string;
2169
- export { type_121 as type };
2256
+ const description_224: string;
2257
+ export { description_224 as description };
2258
+ const type_128: string;
2259
+ export { type_128 as type };
2170
2260
  const additionalProperties_30: boolean;
2171
2261
  export { additionalProperties_30 as additionalProperties };
2172
2262
  export namespace properties_24 {
2173
2263
  namespace aggregateTimeout {
2174
- const description_215: string;
2175
- export { description_215 as description };
2176
- const type_122: string;
2177
- export { type_122 as type };
2264
+ const description_225: string;
2265
+ export { description_225 as description };
2266
+ const type_129: string;
2267
+ export { type_129 as type };
2178
2268
  }
2179
2269
  namespace followSymlinks {
2180
- const description_216: string;
2181
- export { description_216 as description };
2182
- const type_123: string;
2183
- export { type_123 as type };
2270
+ const description_226: string;
2271
+ export { description_226 as description };
2272
+ const type_130: string;
2273
+ export { type_130 as type };
2184
2274
  }
2185
2275
  namespace ignored {
2186
- const description_217: string;
2187
- export { description_217 as description };
2188
- const anyOf_54: ({
2276
+ const description_227: string;
2277
+ export { description_227 as description };
2278
+ const anyOf_56: ({
2189
2279
  type: string;
2190
2280
  items: {
2191
2281
  description: string;
@@ -2208,43 +2298,43 @@ export declare namespace definitions {
2208
2298
  items?: undefined;
2209
2299
  instanceof?: undefined;
2210
2300
  })[];
2211
- export { anyOf_54 as anyOf };
2301
+ export { anyOf_56 as anyOf };
2212
2302
  }
2213
2303
  namespace poll {
2214
- const description_218: string;
2215
- export { description_218 as description };
2216
- const anyOf_55: {
2304
+ const description_228: string;
2305
+ export { description_228 as description };
2306
+ const anyOf_57: {
2217
2307
  description: string;
2218
2308
  type: string;
2219
2309
  }[];
2220
- export { anyOf_55 as anyOf };
2310
+ export { anyOf_57 as anyOf };
2221
2311
  }
2222
2312
  namespace stdin {
2223
- const description_219: string;
2224
- export { description_219 as description };
2225
- const type_124: string;
2226
- export { type_124 as type };
2313
+ const description_229: string;
2314
+ export { description_229 as description };
2315
+ const type_131: string;
2316
+ export { type_131 as type };
2227
2317
  }
2228
2318
  }
2229
2319
  export { properties_24 as properties };
2230
2320
  }
2231
2321
  namespace RspackPluginFunction {
2232
- const description_220: string;
2233
- export { description_220 as description };
2322
+ const description_230: string;
2323
+ export { description_230 as description };
2234
2324
  const _instanceof: string;
2235
2325
  export { _instanceof as instanceof };
2236
2326
  }
2237
2327
  namespace RspackPluginInstance {
2238
- const description_221: string;
2239
- export { description_221 as description };
2240
- const type_125: string;
2241
- export { type_125 as type };
2328
+ const description_231: string;
2329
+ export { description_231 as description };
2330
+ const type_132: string;
2331
+ export { type_132 as type };
2242
2332
  const additionalProperties_31: boolean;
2243
2333
  export { additionalProperties_31 as additionalProperties };
2244
2334
  export namespace properties_25 {
2245
2335
  namespace apply {
2246
- const description_222: string;
2247
- export { description_222 as description };
2336
+ const description_232: string;
2337
+ export { description_232 as description };
2248
2338
  const _instanceof_1: string;
2249
2339
  export { _instanceof_1 as instanceof };
2250
2340
  }
@@ -2255,118 +2345,123 @@ export declare namespace definitions {
2255
2345
  }
2256
2346
  }
2257
2347
  export declare const title: string;
2258
- declare const description_223: string;
2259
- declare const type_126: string;
2348
+ declare const description_233: string;
2349
+ declare const type_133: string;
2260
2350
  declare const additionalProperties_32: boolean;
2261
2351
  export declare namespace properties_26 {
2262
2352
  export namespace cache {
2263
- const $ref_40: string;
2264
- export { $ref_40 as $ref };
2265
- }
2266
- export namespace context {
2267
2353
  const $ref_41: string;
2268
2354
  export { $ref_41 as $ref };
2269
2355
  }
2270
- export namespace dependencies {
2356
+ export namespace context {
2271
2357
  const $ref_42: string;
2272
2358
  export { $ref_42 as $ref };
2273
2359
  }
2274
- export namespace devServer {
2360
+ export namespace dependencies {
2275
2361
  const $ref_43: string;
2276
2362
  export { $ref_43 as $ref };
2277
2363
  }
2278
- export namespace devtool {
2364
+ export namespace devServer {
2279
2365
  const $ref_44: string;
2280
2366
  export { $ref_44 as $ref };
2281
2367
  }
2282
- export namespace entry {
2368
+ export namespace devtool {
2283
2369
  const $ref_45: string;
2284
2370
  export { $ref_45 as $ref };
2285
2371
  }
2286
- export namespace experiments {
2372
+ export namespace entry {
2287
2373
  const $ref_46: string;
2288
2374
  export { $ref_46 as $ref };
2289
2375
  }
2290
- export namespace externals {
2376
+ export namespace experiments {
2291
2377
  const $ref_47: string;
2292
2378
  export { $ref_47 as $ref };
2293
2379
  }
2294
- export namespace externalsType {
2380
+ export namespace externals {
2295
2381
  const $ref_48: string;
2296
2382
  export { $ref_48 as $ref };
2297
2383
  }
2298
- export namespace externalsPresets {
2384
+ export namespace externalsType {
2299
2385
  const $ref_49: string;
2300
2386
  export { $ref_49 as $ref };
2301
2387
  }
2302
- export namespace infrastructureLogging {
2388
+ export namespace externalsPresets {
2303
2389
  const $ref_50: string;
2304
2390
  export { $ref_50 as $ref };
2305
2391
  }
2306
- export namespace mode {
2392
+ export namespace infrastructureLogging {
2307
2393
  const $ref_51: string;
2308
2394
  export { $ref_51 as $ref };
2309
2395
  }
2310
- export namespace module_2 {
2396
+ export namespace mode {
2311
2397
  const $ref_52: string;
2312
2398
  export { $ref_52 as $ref };
2313
2399
  }
2314
- export { module_2 as module };
2315
- export namespace name_2 {
2400
+ export namespace module_2 {
2316
2401
  const $ref_53: string;
2317
2402
  export { $ref_53 as $ref };
2318
2403
  }
2319
- export { name_2 as name };
2320
- export namespace node_1 {
2404
+ export { module_2 as module };
2405
+ export namespace name_3 {
2321
2406
  const $ref_54: string;
2322
2407
  export { $ref_54 as $ref };
2323
2408
  }
2324
- export { node_1 as node };
2325
- export namespace optimization {
2409
+ export { name_3 as name };
2410
+ export namespace node_1 {
2326
2411
  const $ref_55: string;
2327
2412
  export { $ref_55 as $ref };
2328
2413
  }
2329
- export namespace output {
2414
+ export { node_1 as node };
2415
+ export namespace optimization {
2330
2416
  const $ref_56: string;
2331
2417
  export { $ref_56 as $ref };
2332
2418
  }
2333
- export namespace plugins {
2419
+ export namespace output {
2334
2420
  const $ref_57: string;
2335
2421
  export { $ref_57 as $ref };
2336
2422
  }
2337
- export namespace resolve_2 {
2423
+ export namespace plugins {
2338
2424
  const $ref_58: string;
2339
2425
  export { $ref_58 as $ref };
2340
2426
  }
2341
- export { resolve_2 as resolve };
2342
- export namespace snapshot {
2427
+ export namespace resolve_2 {
2343
2428
  const $ref_59: string;
2344
2429
  export { $ref_59 as $ref };
2345
2430
  }
2346
- export namespace stats {
2431
+ export { resolve_2 as resolve };
2432
+ export namespace snapshot {
2347
2433
  const $ref_60: string;
2348
2434
  export { $ref_60 as $ref };
2349
2435
  }
2350
- export namespace target {
2436
+ export namespace stats {
2351
2437
  const $ref_61: string;
2352
2438
  export { $ref_61 as $ref };
2353
2439
  }
2354
- export namespace watch {
2440
+ export namespace target {
2355
2441
  const $ref_62: string;
2356
2442
  export { $ref_62 as $ref };
2357
2443
  }
2358
- export namespace watchOptions {
2444
+ export namespace watch {
2359
2445
  const $ref_63: string;
2360
2446
  export { $ref_63 as $ref };
2361
2447
  }
2448
+ export namespace watchOptions {
2449
+ const $ref_64: string;
2450
+ export { $ref_64 as $ref };
2451
+ }
2362
2452
  export namespace builtins {
2363
- const description_224: string;
2364
- export { description_224 as description };
2365
- const type_127: string;
2366
- export { type_127 as type };
2453
+ const description_234: string;
2454
+ export { description_234 as description };
2455
+ const type_134: string;
2456
+ export { type_134 as type };
2367
2457
  const additionalProperties_33: boolean;
2368
2458
  export { additionalProperties_33 as additionalProperties };
2369
2459
  }
2460
+ export namespace ignoreWarnings_1 {
2461
+ const $ref_65: string;
2462
+ export { $ref_65 as $ref };
2463
+ }
2464
+ export { ignoreWarnings_1 as ignoreWarnings };
2370
2465
  }
2371
- export { description_223 as description, type_126 as type, additionalProperties_32 as additionalProperties, properties_26 as properties };
2466
+ export { description_233 as description, type_133 as type, additionalProperties_32 as additionalProperties, properties_26 as properties };
2372
2467
  //# sourceMappingURL=schema.d.ts.map