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