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