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