@teambit/config 0.0.1060 → 0.0.1062
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/schema.json +553 -387
- package/dist/config.main.runtime.d.ts +2 -2
- package/dist/config.main.runtime.js +4 -4
- package/dist/config.main.runtime.js.map +1 -1
- package/dist/workspace-config.d.ts +3 -3
- package/dist/workspace-config.js +9 -4
- package/dist/workspace-config.js.map +1 -1
- package/package.json +4 -4
- /package/dist/{preview-1718767379753.js → preview-1719137078208.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
}
|
|
342
342
|
]
|
|
343
343
|
},
|
|
344
|
-
"signature": "(method) ConfigMain.ensureWorkspace(workspacePath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute, workspaceConfigProps?: WorkspaceConfigFileProps): Promise<ConfigMain>",
|
|
344
|
+
"signature": "(method) ConfigMain.ensureWorkspace(workspacePath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute, workspaceConfigProps?: WorkspaceConfigFileProps, generator?: string): Promise<ConfigMain>",
|
|
345
345
|
"name": "ensureWorkspace",
|
|
346
346
|
"params": [
|
|
347
347
|
{
|
|
@@ -406,13 +406,33 @@
|
|
|
406
406
|
"isOptional": true,
|
|
407
407
|
"defaultValue": "{} as any",
|
|
408
408
|
"isSpread": false
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"__schema": "ParameterSchema",
|
|
412
|
+
"location": {
|
|
413
|
+
"filePath": "config.main.runtime.ts",
|
|
414
|
+
"line": 65,
|
|
415
|
+
"character": 5
|
|
416
|
+
},
|
|
417
|
+
"name": "generator",
|
|
418
|
+
"type": {
|
|
419
|
+
"__schema": "KeywordTypeSchema",
|
|
420
|
+
"location": {
|
|
421
|
+
"filePath": "config.main.runtime.ts",
|
|
422
|
+
"line": 65,
|
|
423
|
+
"character": 17
|
|
424
|
+
},
|
|
425
|
+
"name": "string"
|
|
426
|
+
},
|
|
427
|
+
"isOptional": true,
|
|
428
|
+
"isSpread": false
|
|
409
429
|
}
|
|
410
430
|
],
|
|
411
431
|
"returnType": {
|
|
412
432
|
"__schema": "TypeRefSchema",
|
|
413
433
|
"location": {
|
|
414
434
|
"filePath": "config.main.runtime.ts",
|
|
415
|
-
"line":
|
|
435
|
+
"line": 66,
|
|
416
436
|
"character": 6
|
|
417
437
|
},
|
|
418
438
|
"name": "Promise",
|
|
@@ -421,7 +441,7 @@
|
|
|
421
441
|
"__schema": "TypeRefSchema",
|
|
422
442
|
"location": {
|
|
423
443
|
"filePath": "config.main.runtime.ts",
|
|
424
|
-
"line":
|
|
444
|
+
"line": 66,
|
|
425
445
|
"character": 14
|
|
426
446
|
},
|
|
427
447
|
"name": "ConfigMain"
|
|
@@ -437,7 +457,7 @@
|
|
|
437
457
|
"__schema": "GetAccessorSchema",
|
|
438
458
|
"location": {
|
|
439
459
|
"filePath": "config.main.runtime.ts",
|
|
440
|
-
"line":
|
|
460
|
+
"line": 71,
|
|
441
461
|
"character": 3
|
|
442
462
|
},
|
|
443
463
|
"signature": "(getter) ConfigMain.extensions: ExtensionDataList | undefined",
|
|
@@ -446,7 +466,7 @@
|
|
|
446
466
|
"__schema": "TypeUnionSchema",
|
|
447
467
|
"location": {
|
|
448
468
|
"filePath": "config.main.runtime.ts",
|
|
449
|
-
"line":
|
|
469
|
+
"line": 71,
|
|
450
470
|
"character": 21
|
|
451
471
|
},
|
|
452
472
|
"types": [
|
|
@@ -454,7 +474,7 @@
|
|
|
454
474
|
"__schema": "TypeRefSchema",
|
|
455
475
|
"location": {
|
|
456
476
|
"filePath": "config.main.runtime.ts",
|
|
457
|
-
"line":
|
|
477
|
+
"line": 71,
|
|
458
478
|
"character": 21
|
|
459
479
|
},
|
|
460
480
|
"name": "ExtensionDataList",
|
|
@@ -464,7 +484,7 @@
|
|
|
464
484
|
"__schema": "KeywordTypeSchema",
|
|
465
485
|
"location": {
|
|
466
486
|
"filePath": "config.main.runtime.ts",
|
|
467
|
-
"line":
|
|
487
|
+
"line": 71,
|
|
468
488
|
"character": 41
|
|
469
489
|
},
|
|
470
490
|
"name": "undefined"
|
|
@@ -476,7 +496,7 @@
|
|
|
476
496
|
"__schema": "FunctionLikeSchema",
|
|
477
497
|
"location": {
|
|
478
498
|
"filePath": "config.main.runtime.ts",
|
|
479
|
-
"line":
|
|
499
|
+
"line": 75,
|
|
480
500
|
"character": 3
|
|
481
501
|
},
|
|
482
502
|
"signature": "(method) ConfigMain.extension(extensionId: string, ignoreVersion: boolean): ExtensionDataEntry | undefined",
|
|
@@ -486,7 +506,7 @@
|
|
|
486
506
|
"__schema": "ParameterSchema",
|
|
487
507
|
"location": {
|
|
488
508
|
"filePath": "config.main.runtime.ts",
|
|
489
|
-
"line":
|
|
509
|
+
"line": 75,
|
|
490
510
|
"character": 13
|
|
491
511
|
},
|
|
492
512
|
"name": "extensionId",
|
|
@@ -494,7 +514,7 @@
|
|
|
494
514
|
"__schema": "KeywordTypeSchema",
|
|
495
515
|
"location": {
|
|
496
516
|
"filePath": "config.main.runtime.ts",
|
|
497
|
-
"line":
|
|
517
|
+
"line": 75,
|
|
498
518
|
"character": 26
|
|
499
519
|
},
|
|
500
520
|
"name": "string"
|
|
@@ -506,7 +526,7 @@
|
|
|
506
526
|
"__schema": "ParameterSchema",
|
|
507
527
|
"location": {
|
|
508
528
|
"filePath": "config.main.runtime.ts",
|
|
509
|
-
"line":
|
|
529
|
+
"line": 75,
|
|
510
530
|
"character": 34
|
|
511
531
|
},
|
|
512
532
|
"name": "ignoreVersion",
|
|
@@ -514,7 +534,7 @@
|
|
|
514
534
|
"__schema": "KeywordTypeSchema",
|
|
515
535
|
"location": {
|
|
516
536
|
"filePath": "config.main.runtime.ts",
|
|
517
|
-
"line":
|
|
537
|
+
"line": 75,
|
|
518
538
|
"character": 49
|
|
519
539
|
},
|
|
520
540
|
"name": "boolean"
|
|
@@ -527,7 +547,7 @@
|
|
|
527
547
|
"__schema": "TypeUnionSchema",
|
|
528
548
|
"location": {
|
|
529
549
|
"filePath": "config.main.runtime.ts",
|
|
530
|
-
"line":
|
|
550
|
+
"line": 75,
|
|
531
551
|
"character": 59
|
|
532
552
|
},
|
|
533
553
|
"types": [
|
|
@@ -535,7 +555,7 @@
|
|
|
535
555
|
"__schema": "TypeRefSchema",
|
|
536
556
|
"location": {
|
|
537
557
|
"filePath": "config.main.runtime.ts",
|
|
538
|
-
"line":
|
|
558
|
+
"line": 75,
|
|
539
559
|
"character": 59
|
|
540
560
|
},
|
|
541
561
|
"name": "ExtensionDataEntry",
|
|
@@ -545,7 +565,7 @@
|
|
|
545
565
|
"__schema": "KeywordTypeSchema",
|
|
546
566
|
"location": {
|
|
547
567
|
"filePath": "config.main.runtime.ts",
|
|
548
|
-
"line":
|
|
568
|
+
"line": 75,
|
|
549
569
|
"character": 80
|
|
550
570
|
},
|
|
551
571
|
"name": "undefined"
|
|
@@ -558,7 +578,7 @@
|
|
|
558
578
|
"__schema": "FunctionLikeSchema",
|
|
559
579
|
"location": {
|
|
560
580
|
"filePath": "config.main.runtime.ts",
|
|
561
|
-
"line":
|
|
581
|
+
"line": 79,
|
|
562
582
|
"character": 3
|
|
563
583
|
},
|
|
564
584
|
"signature": "(method) ConfigMain.setExtension(extensionId: string, config: Record<string, any>, options: SetExtensionOptions): void",
|
|
@@ -568,7 +588,7 @@
|
|
|
568
588
|
"__schema": "ParameterSchema",
|
|
569
589
|
"location": {
|
|
570
590
|
"filePath": "config.main.runtime.ts",
|
|
571
|
-
"line":
|
|
591
|
+
"line": 79,
|
|
572
592
|
"character": 16
|
|
573
593
|
},
|
|
574
594
|
"name": "extensionId",
|
|
@@ -576,7 +596,7 @@
|
|
|
576
596
|
"__schema": "KeywordTypeSchema",
|
|
577
597
|
"location": {
|
|
578
598
|
"filePath": "config.main.runtime.ts",
|
|
579
|
-
"line":
|
|
599
|
+
"line": 79,
|
|
580
600
|
"character": 29
|
|
581
601
|
},
|
|
582
602
|
"name": "string"
|
|
@@ -588,7 +608,7 @@
|
|
|
588
608
|
"__schema": "ParameterSchema",
|
|
589
609
|
"location": {
|
|
590
610
|
"filePath": "config.main.runtime.ts",
|
|
591
|
-
"line":
|
|
611
|
+
"line": 79,
|
|
592
612
|
"character": 37
|
|
593
613
|
},
|
|
594
614
|
"name": "config",
|
|
@@ -596,7 +616,7 @@
|
|
|
596
616
|
"__schema": "TypeRefSchema",
|
|
597
617
|
"location": {
|
|
598
618
|
"filePath": "config.main.runtime.ts",
|
|
599
|
-
"line":
|
|
619
|
+
"line": 79,
|
|
600
620
|
"character": 45
|
|
601
621
|
},
|
|
602
622
|
"name": "Record",
|
|
@@ -605,7 +625,7 @@
|
|
|
605
625
|
"__schema": "KeywordTypeSchema",
|
|
606
626
|
"location": {
|
|
607
627
|
"filePath": "config.main.runtime.ts",
|
|
608
|
-
"line":
|
|
628
|
+
"line": 79,
|
|
609
629
|
"character": 52
|
|
610
630
|
},
|
|
611
631
|
"name": "string"
|
|
@@ -614,7 +634,7 @@
|
|
|
614
634
|
"__schema": "KeywordTypeSchema",
|
|
615
635
|
"location": {
|
|
616
636
|
"filePath": "config.main.runtime.ts",
|
|
617
|
-
"line":
|
|
637
|
+
"line": 79,
|
|
618
638
|
"character": 60
|
|
619
639
|
},
|
|
620
640
|
"name": "any"
|
|
@@ -628,7 +648,7 @@
|
|
|
628
648
|
"__schema": "ParameterSchema",
|
|
629
649
|
"location": {
|
|
630
650
|
"filePath": "config.main.runtime.ts",
|
|
631
|
-
"line":
|
|
651
|
+
"line": 79,
|
|
632
652
|
"character": 66
|
|
633
653
|
},
|
|
634
654
|
"name": "options",
|
|
@@ -636,7 +656,7 @@
|
|
|
636
656
|
"__schema": "TypeRefSchema",
|
|
637
657
|
"location": {
|
|
638
658
|
"filePath": "config.main.runtime.ts",
|
|
639
|
-
"line":
|
|
659
|
+
"line": 79,
|
|
640
660
|
"character": 75
|
|
641
661
|
},
|
|
642
662
|
"name": "SetExtensionOptions",
|
|
@@ -650,7 +670,7 @@
|
|
|
650
670
|
"__schema": "InferenceTypeSchema",
|
|
651
671
|
"location": {
|
|
652
672
|
"filePath": "config.main.runtime.ts",
|
|
653
|
-
"line":
|
|
673
|
+
"line": 79,
|
|
654
674
|
"character": 3
|
|
655
675
|
},
|
|
656
676
|
"type": "void"
|
|
@@ -661,7 +681,7 @@
|
|
|
661
681
|
"__schema": "FunctionLikeSchema",
|
|
662
682
|
"location": {
|
|
663
683
|
"filePath": "config.main.runtime.ts",
|
|
664
|
-
"line":
|
|
684
|
+
"line": 83,
|
|
665
685
|
"character": 3
|
|
666
686
|
},
|
|
667
687
|
"signature": "(method) ConfigMain.getHarmonyConfigObject(): GlobalConfig",
|
|
@@ -671,7 +691,7 @@
|
|
|
671
691
|
"__schema": "TypeRefSchema",
|
|
672
692
|
"location": {
|
|
673
693
|
"filePath": "config.main.runtime.ts",
|
|
674
|
-
"line":
|
|
694
|
+
"line": 83,
|
|
675
695
|
"character": 3
|
|
676
696
|
},
|
|
677
697
|
"name": "GlobalConfig",
|
|
@@ -687,17 +707,17 @@
|
|
|
687
707
|
"__schema": "FunctionLikeSchema",
|
|
688
708
|
"location": {
|
|
689
709
|
"filePath": "config.main.runtime.ts",
|
|
690
|
-
"line":
|
|
710
|
+
"line": 92,
|
|
691
711
|
"character": 3
|
|
692
712
|
},
|
|
693
|
-
"signature": "(method) ConfigMain.workspaceEnsureLegacy(workspacePath: string, scopePath: string, workspaceExtensionProps?: WorkspaceExtensionProps): Promise<ILegacyWorkspaceConfig>",
|
|
713
|
+
"signature": "(method) ConfigMain.workspaceEnsureLegacy(workspacePath: string, scopePath: string, workspaceExtensionProps?: WorkspaceExtensionProps, generator?: string): Promise<ILegacyWorkspaceConfig>",
|
|
694
714
|
"name": "workspaceEnsureLegacy",
|
|
695
715
|
"params": [
|
|
696
716
|
{
|
|
697
717
|
"__schema": "ParameterSchema",
|
|
698
718
|
"location": {
|
|
699
719
|
"filePath": "config.main.runtime.ts",
|
|
700
|
-
"line":
|
|
720
|
+
"line": 93,
|
|
701
721
|
"character": 5
|
|
702
722
|
},
|
|
703
723
|
"name": "workspacePath",
|
|
@@ -705,7 +725,7 @@
|
|
|
705
725
|
"__schema": "KeywordTypeSchema",
|
|
706
726
|
"location": {
|
|
707
727
|
"filePath": "config.main.runtime.ts",
|
|
708
|
-
"line":
|
|
728
|
+
"line": 93,
|
|
709
729
|
"character": 20
|
|
710
730
|
},
|
|
711
731
|
"name": "string"
|
|
@@ -717,7 +737,7 @@
|
|
|
717
737
|
"__schema": "ParameterSchema",
|
|
718
738
|
"location": {
|
|
719
739
|
"filePath": "config.main.runtime.ts",
|
|
720
|
-
"line":
|
|
740
|
+
"line": 94,
|
|
721
741
|
"character": 5
|
|
722
742
|
},
|
|
723
743
|
"name": "scopePath",
|
|
@@ -725,7 +745,7 @@
|
|
|
725
745
|
"__schema": "KeywordTypeSchema",
|
|
726
746
|
"location": {
|
|
727
747
|
"filePath": "config.main.runtime.ts",
|
|
728
|
-
"line":
|
|
748
|
+
"line": 94,
|
|
729
749
|
"character": 16
|
|
730
750
|
},
|
|
731
751
|
"name": "string"
|
|
@@ -737,7 +757,7 @@
|
|
|
737
757
|
"__schema": "ParameterSchema",
|
|
738
758
|
"location": {
|
|
739
759
|
"filePath": "config.main.runtime.ts",
|
|
740
|
-
"line":
|
|
760
|
+
"line": 95,
|
|
741
761
|
"character": 5
|
|
742
762
|
},
|
|
743
763
|
"name": "workspaceExtensionProps",
|
|
@@ -745,20 +765,40 @@
|
|
|
745
765
|
"__schema": "TypeRefSchema",
|
|
746
766
|
"location": {
|
|
747
767
|
"filePath": "config.main.runtime.ts",
|
|
748
|
-
"line":
|
|
768
|
+
"line": 95,
|
|
749
769
|
"character": 31
|
|
750
770
|
},
|
|
751
771
|
"name": "WorkspaceExtensionProps"
|
|
752
772
|
},
|
|
753
773
|
"isOptional": true,
|
|
754
774
|
"isSpread": false
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"__schema": "ParameterSchema",
|
|
778
|
+
"location": {
|
|
779
|
+
"filePath": "config.main.runtime.ts",
|
|
780
|
+
"line": 96,
|
|
781
|
+
"character": 5
|
|
782
|
+
},
|
|
783
|
+
"name": "generator",
|
|
784
|
+
"type": {
|
|
785
|
+
"__schema": "KeywordTypeSchema",
|
|
786
|
+
"location": {
|
|
787
|
+
"filePath": "config.main.runtime.ts",
|
|
788
|
+
"line": 96,
|
|
789
|
+
"character": 17
|
|
790
|
+
},
|
|
791
|
+
"name": "string"
|
|
792
|
+
},
|
|
793
|
+
"isOptional": true,
|
|
794
|
+
"isSpread": false
|
|
755
795
|
}
|
|
756
796
|
],
|
|
757
797
|
"returnType": {
|
|
758
798
|
"__schema": "InferenceTypeSchema",
|
|
759
799
|
"location": {
|
|
760
800
|
"filePath": "config.main.runtime.ts",
|
|
761
|
-
"line":
|
|
801
|
+
"line": 92,
|
|
762
802
|
"character": 3
|
|
763
803
|
},
|
|
764
804
|
"type": "Promise<ILegacyWorkspaceConfig>"
|
|
@@ -772,7 +812,7 @@
|
|
|
772
812
|
"__schema": "VariableLikeSchema",
|
|
773
813
|
"location": {
|
|
774
814
|
"filePath": "config.main.runtime.ts",
|
|
775
|
-
"line":
|
|
815
|
+
"line": 107,
|
|
776
816
|
"character": 3
|
|
777
817
|
},
|
|
778
818
|
"signature": "(property) ConfigMain.runtime: RuntimeDefinition",
|
|
@@ -781,7 +821,7 @@
|
|
|
781
821
|
"__schema": "InferenceTypeSchema",
|
|
782
822
|
"location": {
|
|
783
823
|
"filePath": "config.main.runtime.ts",
|
|
784
|
-
"line":
|
|
824
|
+
"line": 107,
|
|
785
825
|
"character": 3
|
|
786
826
|
},
|
|
787
827
|
"type": "RuntimeDefinition"
|
|
@@ -793,7 +833,7 @@
|
|
|
793
833
|
"__schema": "VariableLikeSchema",
|
|
794
834
|
"location": {
|
|
795
835
|
"filePath": "config.main.runtime.ts",
|
|
796
|
-
"line":
|
|
836
|
+
"line": 108,
|
|
797
837
|
"character": 3
|
|
798
838
|
},
|
|
799
839
|
"signature": "(property) ConfigMain.slots: never[]",
|
|
@@ -802,7 +842,7 @@
|
|
|
802
842
|
"__schema": "InferenceTypeSchema",
|
|
803
843
|
"location": {
|
|
804
844
|
"filePath": "config.main.runtime.ts",
|
|
805
|
-
"line":
|
|
845
|
+
"line": 108,
|
|
806
846
|
"character": 3
|
|
807
847
|
},
|
|
808
848
|
"type": "never[]"
|
|
@@ -814,7 +854,7 @@
|
|
|
814
854
|
"__schema": "VariableLikeSchema",
|
|
815
855
|
"location": {
|
|
816
856
|
"filePath": "config.main.runtime.ts",
|
|
817
|
-
"line":
|
|
857
|
+
"line": 109,
|
|
818
858
|
"character": 3
|
|
819
859
|
},
|
|
820
860
|
"signature": "(property) ConfigMain.dependencies: never[]",
|
|
@@ -823,7 +863,7 @@
|
|
|
823
863
|
"__schema": "InferenceTypeSchema",
|
|
824
864
|
"location": {
|
|
825
865
|
"filePath": "config.main.runtime.ts",
|
|
826
|
-
"line":
|
|
866
|
+
"line": 109,
|
|
827
867
|
"character": 3
|
|
828
868
|
},
|
|
829
869
|
"type": "never[]"
|
|
@@ -835,7 +875,7 @@
|
|
|
835
875
|
"__schema": "VariableLikeSchema",
|
|
836
876
|
"location": {
|
|
837
877
|
"filePath": "config.main.runtime.ts",
|
|
838
|
-
"line":
|
|
878
|
+
"line": 110,
|
|
839
879
|
"character": 3
|
|
840
880
|
},
|
|
841
881
|
"signature": "(property) ConfigMain.config: {}",
|
|
@@ -844,7 +884,7 @@
|
|
|
844
884
|
"__schema": "InferenceTypeSchema",
|
|
845
885
|
"location": {
|
|
846
886
|
"filePath": "config.main.runtime.ts",
|
|
847
|
-
"line":
|
|
887
|
+
"line": 110,
|
|
848
888
|
"character": 3
|
|
849
889
|
},
|
|
850
890
|
"type": "{}"
|
|
@@ -856,7 +896,7 @@
|
|
|
856
896
|
"__schema": "FunctionLikeSchema",
|
|
857
897
|
"location": {
|
|
858
898
|
"filePath": "config.main.runtime.ts",
|
|
859
|
-
"line":
|
|
899
|
+
"line": 111,
|
|
860
900
|
"character": 3
|
|
861
901
|
},
|
|
862
902
|
"signature": "(method) ConfigMain.provider(_deps: any, _config: any, _slots: any, harmony: Harmony): Promise<any>",
|
|
@@ -866,7 +906,7 @@
|
|
|
866
906
|
"__schema": "ParameterSchema",
|
|
867
907
|
"location": {
|
|
868
908
|
"filePath": "config.main.runtime.ts",
|
|
869
|
-
"line":
|
|
909
|
+
"line": 111,
|
|
870
910
|
"character": 25
|
|
871
911
|
},
|
|
872
912
|
"name": "_deps",
|
|
@@ -874,7 +914,7 @@
|
|
|
874
914
|
"__schema": "InferenceTypeSchema",
|
|
875
915
|
"location": {
|
|
876
916
|
"filePath": "config.main.runtime.ts",
|
|
877
|
-
"line":
|
|
917
|
+
"line": 111,
|
|
878
918
|
"character": 25
|
|
879
919
|
},
|
|
880
920
|
"type": "any"
|
|
@@ -886,7 +926,7 @@
|
|
|
886
926
|
"__schema": "ParameterSchema",
|
|
887
927
|
"location": {
|
|
888
928
|
"filePath": "config.main.runtime.ts",
|
|
889
|
-
"line":
|
|
929
|
+
"line": 111,
|
|
890
930
|
"character": 32
|
|
891
931
|
},
|
|
892
932
|
"name": "_config",
|
|
@@ -894,7 +934,7 @@
|
|
|
894
934
|
"__schema": "InferenceTypeSchema",
|
|
895
935
|
"location": {
|
|
896
936
|
"filePath": "config.main.runtime.ts",
|
|
897
|
-
"line":
|
|
937
|
+
"line": 111,
|
|
898
938
|
"character": 32
|
|
899
939
|
},
|
|
900
940
|
"type": "any"
|
|
@@ -906,7 +946,7 @@
|
|
|
906
946
|
"__schema": "ParameterSchema",
|
|
907
947
|
"location": {
|
|
908
948
|
"filePath": "config.main.runtime.ts",
|
|
909
|
-
"line":
|
|
949
|
+
"line": 111,
|
|
910
950
|
"character": 41
|
|
911
951
|
},
|
|
912
952
|
"name": "_slots",
|
|
@@ -914,7 +954,7 @@
|
|
|
914
954
|
"__schema": "InferenceTypeSchema",
|
|
915
955
|
"location": {
|
|
916
956
|
"filePath": "config.main.runtime.ts",
|
|
917
|
-
"line":
|
|
957
|
+
"line": 111,
|
|
918
958
|
"character": 41
|
|
919
959
|
},
|
|
920
960
|
"type": "any"
|
|
@@ -926,7 +966,7 @@
|
|
|
926
966
|
"__schema": "ParameterSchema",
|
|
927
967
|
"location": {
|
|
928
968
|
"filePath": "config.main.runtime.ts",
|
|
929
|
-
"line":
|
|
969
|
+
"line": 111,
|
|
930
970
|
"character": 49
|
|
931
971
|
},
|
|
932
972
|
"name": "harmony",
|
|
@@ -934,7 +974,7 @@
|
|
|
934
974
|
"__schema": "TypeRefSchema",
|
|
935
975
|
"location": {
|
|
936
976
|
"filePath": "config.main.runtime.ts",
|
|
937
|
-
"line":
|
|
977
|
+
"line": 111,
|
|
938
978
|
"character": 58
|
|
939
979
|
},
|
|
940
980
|
"name": "Harmony",
|
|
@@ -952,7 +992,7 @@
|
|
|
952
992
|
"__schema": "InferenceTypeSchema",
|
|
953
993
|
"location": {
|
|
954
994
|
"filePath": "config.main.runtime.ts",
|
|
955
|
-
"line":
|
|
995
|
+
"line": 111,
|
|
956
996
|
"character": 3
|
|
957
997
|
},
|
|
958
998
|
"type": "Promise<any>"
|
|
@@ -1287,7 +1327,7 @@
|
|
|
1287
1327
|
"__schema": "FunctionLikeSchema",
|
|
1288
1328
|
"location": {
|
|
1289
1329
|
"filePath": "workspace-config.ts",
|
|
1290
|
-
"line":
|
|
1330
|
+
"line": 379,
|
|
1291
1331
|
"character": 1
|
|
1292
1332
|
},
|
|
1293
1333
|
"signature": "function getWorkspaceConfigTemplateParsed(): Promise<CommentJSONValue>",
|
|
@@ -1297,7 +1337,7 @@
|
|
|
1297
1337
|
"__schema": "TypeRefSchema",
|
|
1298
1338
|
"location": {
|
|
1299
1339
|
"filePath": "workspace-config.ts",
|
|
1300
|
-
"line":
|
|
1340
|
+
"line": 379,
|
|
1301
1341
|
"character": 59
|
|
1302
1342
|
},
|
|
1303
1343
|
"name": "Promise",
|
|
@@ -1306,7 +1346,7 @@
|
|
|
1306
1346
|
"__schema": "TypeRefSchema",
|
|
1307
1347
|
"location": {
|
|
1308
1348
|
"filePath": "workspace-config.ts",
|
|
1309
|
-
"line":
|
|
1349
|
+
"line": 379,
|
|
1310
1350
|
"character": 67
|
|
1311
1351
|
},
|
|
1312
1352
|
"name": "CommentJSONValue",
|
|
@@ -1332,7 +1372,7 @@
|
|
|
1332
1372
|
"__schema": "FunctionLikeSchema",
|
|
1333
1373
|
"location": {
|
|
1334
1374
|
"filePath": "workspace-config.ts",
|
|
1335
|
-
"line":
|
|
1375
|
+
"line": 391,
|
|
1336
1376
|
"character": 1
|
|
1337
1377
|
},
|
|
1338
1378
|
"signature": "function stringifyWorkspaceConfig(workspaceConfig: CommentJSONValue): string",
|
|
@@ -1342,7 +1382,7 @@
|
|
|
1342
1382
|
"__schema": "ParameterSchema",
|
|
1343
1383
|
"location": {
|
|
1344
1384
|
"filePath": "workspace-config.ts",
|
|
1345
|
-
"line":
|
|
1385
|
+
"line": 391,
|
|
1346
1386
|
"character": 42
|
|
1347
1387
|
},
|
|
1348
1388
|
"name": "workspaceConfig",
|
|
@@ -1350,7 +1390,7 @@
|
|
|
1350
1390
|
"__schema": "TypeRefSchema",
|
|
1351
1391
|
"location": {
|
|
1352
1392
|
"filePath": "workspace-config.ts",
|
|
1353
|
-
"line":
|
|
1393
|
+
"line": 391,
|
|
1354
1394
|
"character": 59
|
|
1355
1395
|
},
|
|
1356
1396
|
"name": "CommentJSONValue",
|
|
@@ -1364,7 +1404,7 @@
|
|
|
1364
1404
|
"__schema": "KeywordTypeSchema",
|
|
1365
1405
|
"location": {
|
|
1366
1406
|
"filePath": "workspace-config.ts",
|
|
1367
|
-
"line":
|
|
1407
|
+
"line": 391,
|
|
1368
1408
|
"character": 78
|
|
1369
1409
|
},
|
|
1370
1410
|
"name": "string"
|
|
@@ -2129,23 +2169,23 @@
|
|
|
2129
2169
|
}
|
|
2130
2170
|
]
|
|
2131
2171
|
},
|
|
2132
|
-
"signature": "(method) WorkspaceConfig.create(props: WorkspaceConfigFileProps, dirPath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute): Promise<WorkspaceConfig>",
|
|
2172
|
+
"signature": "(method) WorkspaceConfig.create(props: WorkspaceConfigFileProps, dirPath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute, generator?: string): Promise<WorkspaceConfig>",
|
|
2133
2173
|
"name": "create",
|
|
2134
2174
|
"params": [
|
|
2135
2175
|
{
|
|
2136
2176
|
"__schema": "ParameterSchema",
|
|
2137
2177
|
"location": {
|
|
2138
2178
|
"filePath": "workspace-config.ts",
|
|
2139
|
-
"line":
|
|
2140
|
-
"character":
|
|
2179
|
+
"line": 168,
|
|
2180
|
+
"character": 5
|
|
2141
2181
|
},
|
|
2142
2182
|
"name": "props",
|
|
2143
2183
|
"type": {
|
|
2144
2184
|
"__schema": "TypeRefSchema",
|
|
2145
2185
|
"location": {
|
|
2146
2186
|
"filePath": "workspace-config.ts",
|
|
2147
|
-
"line":
|
|
2148
|
-
"character":
|
|
2187
|
+
"line": 168,
|
|
2188
|
+
"character": 12
|
|
2149
2189
|
},
|
|
2150
2190
|
"name": "WorkspaceConfigFileProps"
|
|
2151
2191
|
},
|
|
@@ -2156,16 +2196,16 @@
|
|
|
2156
2196
|
"__schema": "ParameterSchema",
|
|
2157
2197
|
"location": {
|
|
2158
2198
|
"filePath": "workspace-config.ts",
|
|
2159
|
-
"line":
|
|
2160
|
-
"character":
|
|
2199
|
+
"line": 169,
|
|
2200
|
+
"character": 5
|
|
2161
2201
|
},
|
|
2162
2202
|
"name": "dirPath",
|
|
2163
2203
|
"type": {
|
|
2164
2204
|
"__schema": "TypeRefSchema",
|
|
2165
2205
|
"location": {
|
|
2166
2206
|
"filePath": "workspace-config.ts",
|
|
2167
|
-
"line":
|
|
2168
|
-
"character":
|
|
2207
|
+
"line": 169,
|
|
2208
|
+
"character": 14
|
|
2169
2209
|
},
|
|
2170
2210
|
"name": "PathOsBasedAbsolute",
|
|
2171
2211
|
"packageName": "@teambit/legacy/dist/utils/path"
|
|
@@ -2177,22 +2217,42 @@
|
|
|
2177
2217
|
"__schema": "ParameterSchema",
|
|
2178
2218
|
"location": {
|
|
2179
2219
|
"filePath": "workspace-config.ts",
|
|
2180
|
-
"line":
|
|
2181
|
-
"character":
|
|
2220
|
+
"line": 170,
|
|
2221
|
+
"character": 5
|
|
2182
2222
|
},
|
|
2183
2223
|
"name": "scopePath",
|
|
2184
2224
|
"type": {
|
|
2185
2225
|
"__schema": "TypeRefSchema",
|
|
2186
2226
|
"location": {
|
|
2187
2227
|
"filePath": "workspace-config.ts",
|
|
2188
|
-
"line":
|
|
2189
|
-
"character":
|
|
2228
|
+
"line": 170,
|
|
2229
|
+
"character": 16
|
|
2190
2230
|
},
|
|
2191
2231
|
"name": "PathOsBasedAbsolute",
|
|
2192
2232
|
"packageName": "@teambit/legacy/dist/utils/path"
|
|
2193
2233
|
},
|
|
2194
2234
|
"isOptional": false,
|
|
2195
2235
|
"isSpread": false
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"__schema": "ParameterSchema",
|
|
2239
|
+
"location": {
|
|
2240
|
+
"filePath": "workspace-config.ts",
|
|
2241
|
+
"line": 171,
|
|
2242
|
+
"character": 5
|
|
2243
|
+
},
|
|
2244
|
+
"name": "generator",
|
|
2245
|
+
"type": {
|
|
2246
|
+
"__schema": "KeywordTypeSchema",
|
|
2247
|
+
"location": {
|
|
2248
|
+
"filePath": "workspace-config.ts",
|
|
2249
|
+
"line": 171,
|
|
2250
|
+
"character": 17
|
|
2251
|
+
},
|
|
2252
|
+
"name": "string"
|
|
2253
|
+
},
|
|
2254
|
+
"isOptional": true,
|
|
2255
|
+
"isSpread": false
|
|
2196
2256
|
}
|
|
2197
2257
|
],
|
|
2198
2258
|
"returnType": {
|
|
@@ -2213,14 +2273,14 @@
|
|
|
2213
2273
|
"__schema": "FunctionLikeSchema",
|
|
2214
2274
|
"location": {
|
|
2215
2275
|
"filePath": "workspace-config.ts",
|
|
2216
|
-
"line":
|
|
2276
|
+
"line": 194,
|
|
2217
2277
|
"character": 3
|
|
2218
2278
|
},
|
|
2219
2279
|
"doc": {
|
|
2220
2280
|
"__schema": "DocSchema",
|
|
2221
2281
|
"location": {
|
|
2222
2282
|
"filePath": "workspace-config.ts",
|
|
2223
|
-
"line":
|
|
2283
|
+
"line": 184,
|
|
2224
2284
|
"character": 3
|
|
2225
2285
|
},
|
|
2226
2286
|
"raw": "/**\n * Ensure the given directory has a workspace config\n * Load if existing and create new if not\n *\n * @static\n * @param {PathOsBasedAbsolute} dirPath\n * @param {WorkspaceConfigFileProps} [workspaceConfigProps={} as any]\n * @returns {Promise<WorkspaceConfig>}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -2230,7 +2290,7 @@
|
|
|
2230
2290
|
"__schema": "TagSchema",
|
|
2231
2291
|
"location": {
|
|
2232
2292
|
"filePath": "workspace-config.ts",
|
|
2233
|
-
"line":
|
|
2293
|
+
"line": 188,
|
|
2234
2294
|
"character": 6
|
|
2235
2295
|
},
|
|
2236
2296
|
"tagName": "static"
|
|
@@ -2239,7 +2299,7 @@
|
|
|
2239
2299
|
"__schema": "PropertyLikeTagSchema",
|
|
2240
2300
|
"location": {
|
|
2241
2301
|
"filePath": "workspace-config.ts",
|
|
2242
|
-
"line":
|
|
2302
|
+
"line": 189,
|
|
2243
2303
|
"character": 6
|
|
2244
2304
|
},
|
|
2245
2305
|
"name": "dirPath",
|
|
@@ -2248,7 +2308,7 @@
|
|
|
2248
2308
|
"__schema": "TypeRefSchema",
|
|
2249
2309
|
"location": {
|
|
2250
2310
|
"filePath": "workspace-config.ts",
|
|
2251
|
-
"line":
|
|
2311
|
+
"line": 189,
|
|
2252
2312
|
"character": 14
|
|
2253
2313
|
},
|
|
2254
2314
|
"name": "PathOsBasedAbsolute",
|
|
@@ -2259,7 +2319,7 @@
|
|
|
2259
2319
|
"__schema": "PropertyLikeTagSchema",
|
|
2260
2320
|
"location": {
|
|
2261
2321
|
"filePath": "workspace-config.ts",
|
|
2262
|
-
"line":
|
|
2322
|
+
"line": 190,
|
|
2263
2323
|
"character": 6
|
|
2264
2324
|
},
|
|
2265
2325
|
"name": "workspaceConfigProps",
|
|
@@ -2268,7 +2328,7 @@
|
|
|
2268
2328
|
"__schema": "TypeRefSchema",
|
|
2269
2329
|
"location": {
|
|
2270
2330
|
"filePath": "workspace-config.ts",
|
|
2271
|
-
"line":
|
|
2331
|
+
"line": 190,
|
|
2272
2332
|
"character": 14
|
|
2273
2333
|
},
|
|
2274
2334
|
"name": "WorkspaceConfigFileProps"
|
|
@@ -2278,7 +2338,7 @@
|
|
|
2278
2338
|
"__schema": "ReturnTagSchema",
|
|
2279
2339
|
"location": {
|
|
2280
2340
|
"filePath": "workspace-config.ts",
|
|
2281
|
-
"line":
|
|
2341
|
+
"line": 191,
|
|
2282
2342
|
"character": 6
|
|
2283
2343
|
},
|
|
2284
2344
|
"tagName": "return",
|
|
@@ -2286,7 +2346,7 @@
|
|
|
2286
2346
|
"__schema": "TypeRefSchema",
|
|
2287
2347
|
"location": {
|
|
2288
2348
|
"filePath": "workspace-config.ts",
|
|
2289
|
-
"line":
|
|
2349
|
+
"line": 191,
|
|
2290
2350
|
"character": 16
|
|
2291
2351
|
},
|
|
2292
2352
|
"name": "Promise",
|
|
@@ -2295,7 +2355,7 @@
|
|
|
2295
2355
|
"__schema": "TypeRefSchema",
|
|
2296
2356
|
"location": {
|
|
2297
2357
|
"filePath": "workspace-config.ts",
|
|
2298
|
-
"line":
|
|
2358
|
+
"line": 191,
|
|
2299
2359
|
"character": 24
|
|
2300
2360
|
},
|
|
2301
2361
|
"name": "WorkspaceConfig"
|
|
@@ -2307,7 +2367,7 @@
|
|
|
2307
2367
|
"__schema": "TagSchema",
|
|
2308
2368
|
"location": {
|
|
2309
2369
|
"filePath": "workspace-config.ts",
|
|
2310
|
-
"line":
|
|
2370
|
+
"line": 192,
|
|
2311
2371
|
"character": 6
|
|
2312
2372
|
},
|
|
2313
2373
|
"tagName": "memberof",
|
|
@@ -2315,14 +2375,14 @@
|
|
|
2315
2375
|
}
|
|
2316
2376
|
]
|
|
2317
2377
|
},
|
|
2318
|
-
"signature": "(method) WorkspaceConfig.ensure(dirPath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute, workspaceConfigProps?: WorkspaceConfigFileProps): Promise<WorkspaceConfig>",
|
|
2378
|
+
"signature": "(method) WorkspaceConfig.ensure(dirPath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute, workspaceConfigProps?: WorkspaceConfigFileProps, generator?: string): Promise<WorkspaceConfig>",
|
|
2319
2379
|
"name": "ensure",
|
|
2320
2380
|
"params": [
|
|
2321
2381
|
{
|
|
2322
2382
|
"__schema": "ParameterSchema",
|
|
2323
2383
|
"location": {
|
|
2324
2384
|
"filePath": "workspace-config.ts",
|
|
2325
|
-
"line":
|
|
2385
|
+
"line": 195,
|
|
2326
2386
|
"character": 5
|
|
2327
2387
|
},
|
|
2328
2388
|
"name": "dirPath",
|
|
@@ -2330,7 +2390,7 @@
|
|
|
2330
2390
|
"__schema": "TypeRefSchema",
|
|
2331
2391
|
"location": {
|
|
2332
2392
|
"filePath": "workspace-config.ts",
|
|
2333
|
-
"line":
|
|
2393
|
+
"line": 195,
|
|
2334
2394
|
"character": 14
|
|
2335
2395
|
},
|
|
2336
2396
|
"name": "PathOsBasedAbsolute",
|
|
@@ -2343,7 +2403,7 @@
|
|
|
2343
2403
|
"__schema": "ParameterSchema",
|
|
2344
2404
|
"location": {
|
|
2345
2405
|
"filePath": "workspace-config.ts",
|
|
2346
|
-
"line":
|
|
2406
|
+
"line": 196,
|
|
2347
2407
|
"character": 5
|
|
2348
2408
|
},
|
|
2349
2409
|
"name": "scopePath",
|
|
@@ -2351,7 +2411,7 @@
|
|
|
2351
2411
|
"__schema": "TypeRefSchema",
|
|
2352
2412
|
"location": {
|
|
2353
2413
|
"filePath": "workspace-config.ts",
|
|
2354
|
-
"line":
|
|
2414
|
+
"line": 196,
|
|
2355
2415
|
"character": 16
|
|
2356
2416
|
},
|
|
2357
2417
|
"name": "PathOsBasedAbsolute",
|
|
@@ -2364,7 +2424,7 @@
|
|
|
2364
2424
|
"__schema": "ParameterSchema",
|
|
2365
2425
|
"location": {
|
|
2366
2426
|
"filePath": "workspace-config.ts",
|
|
2367
|
-
"line":
|
|
2427
|
+
"line": 197,
|
|
2368
2428
|
"character": 5
|
|
2369
2429
|
},
|
|
2370
2430
|
"name": "workspaceConfigProps",
|
|
@@ -2372,7 +2432,7 @@
|
|
|
2372
2432
|
"__schema": "TypeRefSchema",
|
|
2373
2433
|
"location": {
|
|
2374
2434
|
"filePath": "workspace-config.ts",
|
|
2375
|
-
"line":
|
|
2435
|
+
"line": 197,
|
|
2376
2436
|
"character": 27
|
|
2377
2437
|
},
|
|
2378
2438
|
"name": "WorkspaceConfigFileProps"
|
|
@@ -2380,13 +2440,33 @@
|
|
|
2380
2440
|
"isOptional": true,
|
|
2381
2441
|
"defaultValue": "{} as any",
|
|
2382
2442
|
"isSpread": false
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"__schema": "ParameterSchema",
|
|
2446
|
+
"location": {
|
|
2447
|
+
"filePath": "workspace-config.ts",
|
|
2448
|
+
"line": 198,
|
|
2449
|
+
"character": 5
|
|
2450
|
+
},
|
|
2451
|
+
"name": "generator",
|
|
2452
|
+
"type": {
|
|
2453
|
+
"__schema": "KeywordTypeSchema",
|
|
2454
|
+
"location": {
|
|
2455
|
+
"filePath": "workspace-config.ts",
|
|
2456
|
+
"line": 198,
|
|
2457
|
+
"character": 17
|
|
2458
|
+
},
|
|
2459
|
+
"name": "string"
|
|
2460
|
+
},
|
|
2461
|
+
"isOptional": true,
|
|
2462
|
+
"isSpread": false
|
|
2383
2463
|
}
|
|
2384
2464
|
],
|
|
2385
2465
|
"returnType": {
|
|
2386
2466
|
"__schema": "TypeRefSchema",
|
|
2387
2467
|
"location": {
|
|
2388
2468
|
"filePath": "workspace-config.ts",
|
|
2389
|
-
"line":
|
|
2469
|
+
"line": 199,
|
|
2390
2470
|
"character": 6
|
|
2391
2471
|
},
|
|
2392
2472
|
"name": "Promise",
|
|
@@ -2395,7 +2475,7 @@
|
|
|
2395
2475
|
"__schema": "TypeRefSchema",
|
|
2396
2476
|
"location": {
|
|
2397
2477
|
"filePath": "workspace-config.ts",
|
|
2398
|
-
"line":
|
|
2478
|
+
"line": 199,
|
|
2399
2479
|
"character": 14
|
|
2400
2480
|
},
|
|
2401
2481
|
"name": "WorkspaceConfig"
|
|
@@ -2411,7 +2491,7 @@
|
|
|
2411
2491
|
"__schema": "FunctionLikeSchema",
|
|
2412
2492
|
"location": {
|
|
2413
2493
|
"filePath": "workspace-config.ts",
|
|
2414
|
-
"line":
|
|
2494
|
+
"line": 216,
|
|
2415
2495
|
"character": 3
|
|
2416
2496
|
},
|
|
2417
2497
|
"signature": "(method) WorkspaceConfig.reset(dirPath: PathOsBasedAbsolute, resetHard: boolean): Promise<void>",
|
|
@@ -2421,7 +2501,7 @@
|
|
|
2421
2501
|
"__schema": "ParameterSchema",
|
|
2422
2502
|
"location": {
|
|
2423
2503
|
"filePath": "workspace-config.ts",
|
|
2424
|
-
"line":
|
|
2504
|
+
"line": 216,
|
|
2425
2505
|
"character": 22
|
|
2426
2506
|
},
|
|
2427
2507
|
"name": "dirPath",
|
|
@@ -2429,7 +2509,7 @@
|
|
|
2429
2509
|
"__schema": "TypeRefSchema",
|
|
2430
2510
|
"location": {
|
|
2431
2511
|
"filePath": "workspace-config.ts",
|
|
2432
|
-
"line":
|
|
2512
|
+
"line": 216,
|
|
2433
2513
|
"character": 31
|
|
2434
2514
|
},
|
|
2435
2515
|
"name": "PathOsBasedAbsolute",
|
|
@@ -2442,7 +2522,7 @@
|
|
|
2442
2522
|
"__schema": "ParameterSchema",
|
|
2443
2523
|
"location": {
|
|
2444
2524
|
"filePath": "workspace-config.ts",
|
|
2445
|
-
"line":
|
|
2525
|
+
"line": 216,
|
|
2446
2526
|
"character": 52
|
|
2447
2527
|
},
|
|
2448
2528
|
"name": "resetHard",
|
|
@@ -2450,7 +2530,7 @@
|
|
|
2450
2530
|
"__schema": "KeywordTypeSchema",
|
|
2451
2531
|
"location": {
|
|
2452
2532
|
"filePath": "workspace-config.ts",
|
|
2453
|
-
"line":
|
|
2533
|
+
"line": 216,
|
|
2454
2534
|
"character": 63
|
|
2455
2535
|
},
|
|
2456
2536
|
"name": "boolean"
|
|
@@ -2463,7 +2543,7 @@
|
|
|
2463
2543
|
"__schema": "TypeRefSchema",
|
|
2464
2544
|
"location": {
|
|
2465
2545
|
"filePath": "workspace-config.ts",
|
|
2466
|
-
"line":
|
|
2546
|
+
"line": 216,
|
|
2467
2547
|
"character": 73
|
|
2468
2548
|
},
|
|
2469
2549
|
"name": "Promise",
|
|
@@ -2472,7 +2552,7 @@
|
|
|
2472
2552
|
"__schema": "KeywordTypeSchema",
|
|
2473
2553
|
"location": {
|
|
2474
2554
|
"filePath": "workspace-config.ts",
|
|
2475
|
-
"line":
|
|
2555
|
+
"line": 216,
|
|
2476
2556
|
"character": 81
|
|
2477
2557
|
},
|
|
2478
2558
|
"name": "void"
|
|
@@ -2488,14 +2568,14 @@
|
|
|
2488
2568
|
"__schema": "FunctionLikeSchema",
|
|
2489
2569
|
"location": {
|
|
2490
2570
|
"filePath": "workspace-config.ts",
|
|
2491
|
-
"line":
|
|
2571
|
+
"line": 232,
|
|
2492
2572
|
"character": 3
|
|
2493
2573
|
},
|
|
2494
2574
|
"doc": {
|
|
2495
2575
|
"__schema": "DocSchema",
|
|
2496
2576
|
"location": {
|
|
2497
2577
|
"filePath": "workspace-config.ts",
|
|
2498
|
-
"line":
|
|
2578
|
+
"line": 224,
|
|
2499
2579
|
"character": 3
|
|
2500
2580
|
},
|
|
2501
2581
|
"raw": "/**\n * Get the path of the workspace.jsonc file by a containing folder\n *\n * @static\n * @param {PathOsBased} dirPath containing dir of the workspace.jsonc file\n * @returns {PathOsBased}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -2505,7 +2585,7 @@
|
|
|
2505
2585
|
"__schema": "TagSchema",
|
|
2506
2586
|
"location": {
|
|
2507
2587
|
"filePath": "workspace-config.ts",
|
|
2508
|
-
"line":
|
|
2588
|
+
"line": 227,
|
|
2509
2589
|
"character": 6
|
|
2510
2590
|
},
|
|
2511
2591
|
"tagName": "static"
|
|
@@ -2514,7 +2594,7 @@
|
|
|
2514
2594
|
"__schema": "PropertyLikeTagSchema",
|
|
2515
2595
|
"location": {
|
|
2516
2596
|
"filePath": "workspace-config.ts",
|
|
2517
|
-
"line":
|
|
2597
|
+
"line": 228,
|
|
2518
2598
|
"character": 6
|
|
2519
2599
|
},
|
|
2520
2600
|
"name": "dirPath",
|
|
@@ -2524,7 +2604,7 @@
|
|
|
2524
2604
|
"__schema": "TypeRefSchema",
|
|
2525
2605
|
"location": {
|
|
2526
2606
|
"filePath": "workspace-config.ts",
|
|
2527
|
-
"line":
|
|
2607
|
+
"line": 228,
|
|
2528
2608
|
"character": 14
|
|
2529
2609
|
},
|
|
2530
2610
|
"name": "PathOsBased",
|
|
@@ -2535,7 +2615,7 @@
|
|
|
2535
2615
|
"__schema": "ReturnTagSchema",
|
|
2536
2616
|
"location": {
|
|
2537
2617
|
"filePath": "workspace-config.ts",
|
|
2538
|
-
"line":
|
|
2618
|
+
"line": 229,
|
|
2539
2619
|
"character": 6
|
|
2540
2620
|
},
|
|
2541
2621
|
"tagName": "return",
|
|
@@ -2543,7 +2623,7 @@
|
|
|
2543
2623
|
"__schema": "TypeRefSchema",
|
|
2544
2624
|
"location": {
|
|
2545
2625
|
"filePath": "workspace-config.ts",
|
|
2546
|
-
"line":
|
|
2626
|
+
"line": 229,
|
|
2547
2627
|
"character": 16
|
|
2548
2628
|
},
|
|
2549
2629
|
"name": "PathOsBased",
|
|
@@ -2554,7 +2634,7 @@
|
|
|
2554
2634
|
"__schema": "TagSchema",
|
|
2555
2635
|
"location": {
|
|
2556
2636
|
"filePath": "workspace-config.ts",
|
|
2557
|
-
"line":
|
|
2637
|
+
"line": 230,
|
|
2558
2638
|
"character": 6
|
|
2559
2639
|
},
|
|
2560
2640
|
"tagName": "memberof",
|
|
@@ -2569,7 +2649,7 @@
|
|
|
2569
2649
|
"__schema": "ParameterSchema",
|
|
2570
2650
|
"location": {
|
|
2571
2651
|
"filePath": "workspace-config.ts",
|
|
2572
|
-
"line":
|
|
2652
|
+
"line": 232,
|
|
2573
2653
|
"character": 36
|
|
2574
2654
|
},
|
|
2575
2655
|
"name": "dirPath",
|
|
@@ -2577,7 +2657,7 @@
|
|
|
2577
2657
|
"__schema": "TypeRefSchema",
|
|
2578
2658
|
"location": {
|
|
2579
2659
|
"filePath": "workspace-config.ts",
|
|
2580
|
-
"line":
|
|
2660
|
+
"line": 232,
|
|
2581
2661
|
"character": 45
|
|
2582
2662
|
},
|
|
2583
2663
|
"name": "PathOsBased",
|
|
@@ -2591,7 +2671,7 @@
|
|
|
2591
2671
|
"__schema": "TypeRefSchema",
|
|
2592
2672
|
"location": {
|
|
2593
2673
|
"filePath": "workspace-config.ts",
|
|
2594
|
-
"line":
|
|
2674
|
+
"line": 232,
|
|
2595
2675
|
"character": 3
|
|
2596
2676
|
},
|
|
2597
2677
|
"name": "PathOsBased",
|
|
@@ -2605,7 +2685,7 @@
|
|
|
2605
2685
|
"__schema": "FunctionLikeSchema",
|
|
2606
2686
|
"location": {
|
|
2607
2687
|
"filePath": "workspace-config.ts",
|
|
2608
|
-
"line":
|
|
2688
|
+
"line": 236,
|
|
2609
2689
|
"character": 3
|
|
2610
2690
|
},
|
|
2611
2691
|
"signature": "(method) WorkspaceConfig.pathHasWorkspaceJsonc(dirPath: PathOsBased): Promise<boolean>",
|
|
@@ -2615,7 +2695,7 @@
|
|
|
2615
2695
|
"__schema": "ParameterSchema",
|
|
2616
2696
|
"location": {
|
|
2617
2697
|
"filePath": "workspace-config.ts",
|
|
2618
|
-
"line":
|
|
2698
|
+
"line": 236,
|
|
2619
2699
|
"character": 38
|
|
2620
2700
|
},
|
|
2621
2701
|
"name": "dirPath",
|
|
@@ -2623,7 +2703,7 @@
|
|
|
2623
2703
|
"__schema": "TypeRefSchema",
|
|
2624
2704
|
"location": {
|
|
2625
2705
|
"filePath": "workspace-config.ts",
|
|
2626
|
-
"line":
|
|
2706
|
+
"line": 236,
|
|
2627
2707
|
"character": 47
|
|
2628
2708
|
},
|
|
2629
2709
|
"name": "PathOsBased",
|
|
@@ -2637,7 +2717,7 @@
|
|
|
2637
2717
|
"__schema": "TypeRefSchema",
|
|
2638
2718
|
"location": {
|
|
2639
2719
|
"filePath": "workspace-config.ts",
|
|
2640
|
-
"line":
|
|
2720
|
+
"line": 236,
|
|
2641
2721
|
"character": 61
|
|
2642
2722
|
},
|
|
2643
2723
|
"name": "Promise",
|
|
@@ -2646,7 +2726,7 @@
|
|
|
2646
2726
|
"__schema": "KeywordTypeSchema",
|
|
2647
2727
|
"location": {
|
|
2648
2728
|
"filePath": "workspace-config.ts",
|
|
2649
|
-
"line":
|
|
2729
|
+
"line": 236,
|
|
2650
2730
|
"character": 69
|
|
2651
2731
|
},
|
|
2652
2732
|
"name": "boolean"
|
|
@@ -2662,14 +2742,14 @@
|
|
|
2662
2742
|
"__schema": "FunctionLikeSchema",
|
|
2663
2743
|
"location": {
|
|
2664
2744
|
"filePath": "workspace-config.ts",
|
|
2665
|
-
"line":
|
|
2745
|
+
"line": 245,
|
|
2666
2746
|
"character": 3
|
|
2667
2747
|
},
|
|
2668
2748
|
"doc": {
|
|
2669
2749
|
"__schema": "DocSchema",
|
|
2670
2750
|
"location": {
|
|
2671
2751
|
"filePath": "workspace-config.ts",
|
|
2672
|
-
"line":
|
|
2752
|
+
"line": 241,
|
|
2673
2753
|
"character": 3
|
|
2674
2754
|
},
|
|
2675
2755
|
"raw": "/**\n * Check if the given dir has workspace config (new or legacy)\n * @param dirPath\n */",
|
|
@@ -2679,7 +2759,7 @@
|
|
|
2679
2759
|
"__schema": "PropertyLikeTagSchema",
|
|
2680
2760
|
"location": {
|
|
2681
2761
|
"filePath": "workspace-config.ts",
|
|
2682
|
-
"line":
|
|
2762
|
+
"line": 243,
|
|
2683
2763
|
"character": 6
|
|
2684
2764
|
},
|
|
2685
2765
|
"name": "dirPath",
|
|
@@ -2694,7 +2774,7 @@
|
|
|
2694
2774
|
"__schema": "ParameterSchema",
|
|
2695
2775
|
"location": {
|
|
2696
2776
|
"filePath": "workspace-config.ts",
|
|
2697
|
-
"line":
|
|
2777
|
+
"line": 245,
|
|
2698
2778
|
"character": 24
|
|
2699
2779
|
},
|
|
2700
2780
|
"name": "dirPath",
|
|
@@ -2702,7 +2782,7 @@
|
|
|
2702
2782
|
"__schema": "TypeRefSchema",
|
|
2703
2783
|
"location": {
|
|
2704
2784
|
"filePath": "workspace-config.ts",
|
|
2705
|
-
"line":
|
|
2785
|
+
"line": 245,
|
|
2706
2786
|
"character": 33
|
|
2707
2787
|
},
|
|
2708
2788
|
"name": "PathOsBased",
|
|
@@ -2716,7 +2796,7 @@
|
|
|
2716
2796
|
"__schema": "TypeRefSchema",
|
|
2717
2797
|
"location": {
|
|
2718
2798
|
"filePath": "workspace-config.ts",
|
|
2719
|
-
"line":
|
|
2799
|
+
"line": 245,
|
|
2720
2800
|
"character": 47
|
|
2721
2801
|
},
|
|
2722
2802
|
"name": "Promise",
|
|
@@ -2725,7 +2805,7 @@
|
|
|
2725
2805
|
"__schema": "TypeUnionSchema",
|
|
2726
2806
|
"location": {
|
|
2727
2807
|
"filePath": "workspace-config.ts",
|
|
2728
|
-
"line":
|
|
2808
|
+
"line": 245,
|
|
2729
2809
|
"character": 55
|
|
2730
2810
|
},
|
|
2731
2811
|
"types": [
|
|
@@ -2733,7 +2813,7 @@
|
|
|
2733
2813
|
"__schema": "KeywordTypeSchema",
|
|
2734
2814
|
"location": {
|
|
2735
2815
|
"filePath": "workspace-config.ts",
|
|
2736
|
-
"line":
|
|
2816
|
+
"line": 245,
|
|
2737
2817
|
"character": 55
|
|
2738
2818
|
},
|
|
2739
2819
|
"name": "boolean"
|
|
@@ -2742,7 +2822,7 @@
|
|
|
2742
2822
|
"__schema": "KeywordTypeSchema",
|
|
2743
2823
|
"location": {
|
|
2744
2824
|
"filePath": "workspace-config.ts",
|
|
2745
|
-
"line":
|
|
2825
|
+
"line": 245,
|
|
2746
2826
|
"character": 65
|
|
2747
2827
|
},
|
|
2748
2828
|
"name": "undefined"
|
|
@@ -2760,14 +2840,14 @@
|
|
|
2760
2840
|
"__schema": "FunctionLikeSchema",
|
|
2761
2841
|
"location": {
|
|
2762
2842
|
"filePath": "workspace-config.ts",
|
|
2763
|
-
"line":
|
|
2843
|
+
"line": 261,
|
|
2764
2844
|
"character": 3
|
|
2765
2845
|
},
|
|
2766
2846
|
"doc": {
|
|
2767
2847
|
"__schema": "DocSchema",
|
|
2768
2848
|
"location": {
|
|
2769
2849
|
"filePath": "workspace-config.ts",
|
|
2770
|
-
"line":
|
|
2850
|
+
"line": 253,
|
|
2771
2851
|
"character": 3
|
|
2772
2852
|
},
|
|
2773
2853
|
"raw": "/**\n * Load the workspace configuration if it's exist\n *\n * @static\n * @param {PathOsBased} dirPath\n * @returns {(Promise<WorkspaceConfig | undefined>)}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -2777,7 +2857,7 @@
|
|
|
2777
2857
|
"__schema": "TagSchema",
|
|
2778
2858
|
"location": {
|
|
2779
2859
|
"filePath": "workspace-config.ts",
|
|
2780
|
-
"line":
|
|
2860
|
+
"line": 256,
|
|
2781
2861
|
"character": 6
|
|
2782
2862
|
},
|
|
2783
2863
|
"tagName": "static"
|
|
@@ -2786,7 +2866,7 @@
|
|
|
2786
2866
|
"__schema": "PropertyLikeTagSchema",
|
|
2787
2867
|
"location": {
|
|
2788
2868
|
"filePath": "workspace-config.ts",
|
|
2789
|
-
"line":
|
|
2869
|
+
"line": 257,
|
|
2790
2870
|
"character": 6
|
|
2791
2871
|
},
|
|
2792
2872
|
"name": "dirPath",
|
|
@@ -2795,7 +2875,7 @@
|
|
|
2795
2875
|
"__schema": "TypeRefSchema",
|
|
2796
2876
|
"location": {
|
|
2797
2877
|
"filePath": "workspace-config.ts",
|
|
2798
|
-
"line":
|
|
2878
|
+
"line": 257,
|
|
2799
2879
|
"character": 14
|
|
2800
2880
|
},
|
|
2801
2881
|
"name": "PathOsBased",
|
|
@@ -2806,7 +2886,7 @@
|
|
|
2806
2886
|
"__schema": "ReturnTagSchema",
|
|
2807
2887
|
"location": {
|
|
2808
2888
|
"filePath": "workspace-config.ts",
|
|
2809
|
-
"line":
|
|
2889
|
+
"line": 258,
|
|
2810
2890
|
"character": 6
|
|
2811
2891
|
},
|
|
2812
2892
|
"tagName": "return",
|
|
@@ -2814,14 +2894,14 @@
|
|
|
2814
2894
|
"__schema": "ParenthesizedTypeSchema",
|
|
2815
2895
|
"location": {
|
|
2816
2896
|
"filePath": "workspace-config.ts",
|
|
2817
|
-
"line":
|
|
2897
|
+
"line": 258,
|
|
2818
2898
|
"character": 16
|
|
2819
2899
|
},
|
|
2820
2900
|
"type": {
|
|
2821
2901
|
"__schema": "TypeRefSchema",
|
|
2822
2902
|
"location": {
|
|
2823
2903
|
"filePath": "workspace-config.ts",
|
|
2824
|
-
"line":
|
|
2904
|
+
"line": 258,
|
|
2825
2905
|
"character": 17
|
|
2826
2906
|
},
|
|
2827
2907
|
"name": "Promise",
|
|
@@ -2830,7 +2910,7 @@
|
|
|
2830
2910
|
"__schema": "TypeUnionSchema",
|
|
2831
2911
|
"location": {
|
|
2832
2912
|
"filePath": "workspace-config.ts",
|
|
2833
|
-
"line":
|
|
2913
|
+
"line": 258,
|
|
2834
2914
|
"character": 25
|
|
2835
2915
|
},
|
|
2836
2916
|
"types": [
|
|
@@ -2838,7 +2918,7 @@
|
|
|
2838
2918
|
"__schema": "TypeRefSchema",
|
|
2839
2919
|
"location": {
|
|
2840
2920
|
"filePath": "workspace-config.ts",
|
|
2841
|
-
"line":
|
|
2921
|
+
"line": 258,
|
|
2842
2922
|
"character": 25
|
|
2843
2923
|
},
|
|
2844
2924
|
"name": "WorkspaceConfig"
|
|
@@ -2847,7 +2927,7 @@
|
|
|
2847
2927
|
"__schema": "KeywordTypeSchema",
|
|
2848
2928
|
"location": {
|
|
2849
2929
|
"filePath": "workspace-config.ts",
|
|
2850
|
-
"line":
|
|
2930
|
+
"line": 258,
|
|
2851
2931
|
"character": 43
|
|
2852
2932
|
},
|
|
2853
2933
|
"name": "undefined"
|
|
@@ -2862,7 +2942,7 @@
|
|
|
2862
2942
|
"__schema": "TagSchema",
|
|
2863
2943
|
"location": {
|
|
2864
2944
|
"filePath": "workspace-config.ts",
|
|
2865
|
-
"line":
|
|
2945
|
+
"line": 259,
|
|
2866
2946
|
"character": 6
|
|
2867
2947
|
},
|
|
2868
2948
|
"tagName": "memberof",
|
|
@@ -2877,7 +2957,7 @@
|
|
|
2877
2957
|
"__schema": "ParameterSchema",
|
|
2878
2958
|
"location": {
|
|
2879
2959
|
"filePath": "workspace-config.ts",
|
|
2880
|
-
"line":
|
|
2960
|
+
"line": 262,
|
|
2881
2961
|
"character": 5
|
|
2882
2962
|
},
|
|
2883
2963
|
"name": "dirPath",
|
|
@@ -2885,7 +2965,7 @@
|
|
|
2885
2965
|
"__schema": "TypeRefSchema",
|
|
2886
2966
|
"location": {
|
|
2887
2967
|
"filePath": "workspace-config.ts",
|
|
2888
|
-
"line":
|
|
2968
|
+
"line": 262,
|
|
2889
2969
|
"character": 14
|
|
2890
2970
|
},
|
|
2891
2971
|
"name": "PathOsBased",
|
|
@@ -2898,7 +2978,7 @@
|
|
|
2898
2978
|
"__schema": "ParameterSchema",
|
|
2899
2979
|
"location": {
|
|
2900
2980
|
"filePath": "workspace-config.ts",
|
|
2901
|
-
"line":
|
|
2981
|
+
"line": 263,
|
|
2902
2982
|
"character": 5
|
|
2903
2983
|
},
|
|
2904
2984
|
"name": "scopePath",
|
|
@@ -2906,7 +2986,7 @@
|
|
|
2906
2986
|
"__schema": "TypeRefSchema",
|
|
2907
2987
|
"location": {
|
|
2908
2988
|
"filePath": "workspace-config.ts",
|
|
2909
|
-
"line":
|
|
2989
|
+
"line": 263,
|
|
2910
2990
|
"character": 17
|
|
2911
2991
|
},
|
|
2912
2992
|
"name": "PathOsBasedAbsolute",
|
|
@@ -2920,7 +3000,7 @@
|
|
|
2920
3000
|
"__schema": "TypeRefSchema",
|
|
2921
3001
|
"location": {
|
|
2922
3002
|
"filePath": "workspace-config.ts",
|
|
2923
|
-
"line":
|
|
3003
|
+
"line": 264,
|
|
2924
3004
|
"character": 6
|
|
2925
3005
|
},
|
|
2926
3006
|
"name": "Promise",
|
|
@@ -2929,7 +3009,7 @@
|
|
|
2929
3009
|
"__schema": "TypeUnionSchema",
|
|
2930
3010
|
"location": {
|
|
2931
3011
|
"filePath": "workspace-config.ts",
|
|
2932
|
-
"line":
|
|
3012
|
+
"line": 264,
|
|
2933
3013
|
"character": 14
|
|
2934
3014
|
},
|
|
2935
3015
|
"types": [
|
|
@@ -2937,7 +3017,7 @@
|
|
|
2937
3017
|
"__schema": "TypeRefSchema",
|
|
2938
3018
|
"location": {
|
|
2939
3019
|
"filePath": "workspace-config.ts",
|
|
2940
|
-
"line":
|
|
3020
|
+
"line": 264,
|
|
2941
3021
|
"character": 14
|
|
2942
3022
|
},
|
|
2943
3023
|
"name": "WorkspaceConfig"
|
|
@@ -2946,7 +3026,7 @@
|
|
|
2946
3026
|
"__schema": "KeywordTypeSchema",
|
|
2947
3027
|
"location": {
|
|
2948
3028
|
"filePath": "workspace-config.ts",
|
|
2949
|
-
"line":
|
|
3029
|
+
"line": 264,
|
|
2950
3030
|
"character": 32
|
|
2951
3031
|
},
|
|
2952
3032
|
"name": "undefined"
|
|
@@ -2964,7 +3044,7 @@
|
|
|
2964
3044
|
"__schema": "FunctionLikeSchema",
|
|
2965
3045
|
"location": {
|
|
2966
3046
|
"filePath": "workspace-config.ts",
|
|
2967
|
-
"line":
|
|
3047
|
+
"line": 274,
|
|
2968
3048
|
"character": 3
|
|
2969
3049
|
},
|
|
2970
3050
|
"signature": "(method) WorkspaceConfig._loadFromWorkspaceJsonc(workspaceJsoncPath: PathOsBased, scopePath?: string): Promise<WorkspaceConfig>",
|
|
@@ -2974,7 +3054,7 @@
|
|
|
2974
3054
|
"__schema": "ParameterSchema",
|
|
2975
3055
|
"location": {
|
|
2976
3056
|
"filePath": "workspace-config.ts",
|
|
2977
|
-
"line":
|
|
3057
|
+
"line": 274,
|
|
2978
3058
|
"character": 40
|
|
2979
3059
|
},
|
|
2980
3060
|
"name": "workspaceJsoncPath",
|
|
@@ -2982,7 +3062,7 @@
|
|
|
2982
3062
|
"__schema": "TypeRefSchema",
|
|
2983
3063
|
"location": {
|
|
2984
3064
|
"filePath": "workspace-config.ts",
|
|
2985
|
-
"line":
|
|
3065
|
+
"line": 274,
|
|
2986
3066
|
"character": 60
|
|
2987
3067
|
},
|
|
2988
3068
|
"name": "PathOsBased",
|
|
@@ -2995,7 +3075,7 @@
|
|
|
2995
3075
|
"__schema": "ParameterSchema",
|
|
2996
3076
|
"location": {
|
|
2997
3077
|
"filePath": "workspace-config.ts",
|
|
2998
|
-
"line":
|
|
3078
|
+
"line": 274,
|
|
2999
3079
|
"character": 73
|
|
3000
3080
|
},
|
|
3001
3081
|
"name": "scopePath",
|
|
@@ -3003,7 +3083,7 @@
|
|
|
3003
3083
|
"__schema": "KeywordTypeSchema",
|
|
3004
3084
|
"location": {
|
|
3005
3085
|
"filePath": "workspace-config.ts",
|
|
3006
|
-
"line":
|
|
3086
|
+
"line": 274,
|
|
3007
3087
|
"character": 85
|
|
3008
3088
|
},
|
|
3009
3089
|
"name": "string"
|
|
@@ -3016,7 +3096,7 @@
|
|
|
3016
3096
|
"__schema": "TypeRefSchema",
|
|
3017
3097
|
"location": {
|
|
3018
3098
|
"filePath": "workspace-config.ts",
|
|
3019
|
-
"line":
|
|
3099
|
+
"line": 274,
|
|
3020
3100
|
"character": 94
|
|
3021
3101
|
},
|
|
3022
3102
|
"name": "Promise",
|
|
@@ -3025,7 +3105,7 @@
|
|
|
3025
3105
|
"__schema": "TypeRefSchema",
|
|
3026
3106
|
"location": {
|
|
3027
3107
|
"filePath": "workspace-config.ts",
|
|
3028
|
-
"line":
|
|
3108
|
+
"line": 274,
|
|
3029
3109
|
"character": 102
|
|
3030
3110
|
},
|
|
3031
3111
|
"name": "WorkspaceConfig"
|
|
@@ -3041,7 +3121,7 @@
|
|
|
3041
3121
|
"__schema": "FunctionLikeSchema",
|
|
3042
3122
|
"location": {
|
|
3043
3123
|
"filePath": "workspace-config.ts",
|
|
3044
|
-
"line":
|
|
3124
|
+
"line": 285,
|
|
3045
3125
|
"character": 3
|
|
3046
3126
|
},
|
|
3047
3127
|
"signature": "(method) WorkspaceConfig.write({ dir, reasonForChange }?: {\n dir?: PathOsBasedAbsolute;\n reasonForChange?: string;\n}): Promise<void>",
|
|
@@ -3051,7 +3131,7 @@
|
|
|
3051
3131
|
"__schema": "ParameterSchema",
|
|
3052
3132
|
"location": {
|
|
3053
3133
|
"filePath": "workspace-config.ts",
|
|
3054
|
-
"line":
|
|
3134
|
+
"line": 285,
|
|
3055
3135
|
"character": 15
|
|
3056
3136
|
},
|
|
3057
3137
|
"name": "{ dir, reasonForChange }",
|
|
@@ -3059,7 +3139,7 @@
|
|
|
3059
3139
|
"__schema": "TypeLiteralSchema",
|
|
3060
3140
|
"location": {
|
|
3061
3141
|
"filePath": "workspace-config.ts",
|
|
3062
|
-
"line":
|
|
3142
|
+
"line": 285,
|
|
3063
3143
|
"character": 41
|
|
3064
3144
|
},
|
|
3065
3145
|
"members": [
|
|
@@ -3067,7 +3147,7 @@
|
|
|
3067
3147
|
"__schema": "VariableLikeSchema",
|
|
3068
3148
|
"location": {
|
|
3069
3149
|
"filePath": "workspace-config.ts",
|
|
3070
|
-
"line":
|
|
3150
|
+
"line": 285,
|
|
3071
3151
|
"character": 43
|
|
3072
3152
|
},
|
|
3073
3153
|
"signature": "(property) dir?: string | undefined",
|
|
@@ -3076,7 +3156,7 @@
|
|
|
3076
3156
|
"__schema": "TypeRefSchema",
|
|
3077
3157
|
"location": {
|
|
3078
3158
|
"filePath": "workspace-config.ts",
|
|
3079
|
-
"line":
|
|
3159
|
+
"line": 285,
|
|
3080
3160
|
"character": 49
|
|
3081
3161
|
},
|
|
3082
3162
|
"name": "PathOsBasedAbsolute",
|
|
@@ -3088,7 +3168,7 @@
|
|
|
3088
3168
|
"__schema": "VariableLikeSchema",
|
|
3089
3169
|
"location": {
|
|
3090
3170
|
"filePath": "workspace-config.ts",
|
|
3091
|
-
"line":
|
|
3171
|
+
"line": 285,
|
|
3092
3172
|
"character": 70
|
|
3093
3173
|
},
|
|
3094
3174
|
"signature": "(property) reasonForChange?: string | undefined",
|
|
@@ -3097,7 +3177,7 @@
|
|
|
3097
3177
|
"__schema": "KeywordTypeSchema",
|
|
3098
3178
|
"location": {
|
|
3099
3179
|
"filePath": "workspace-config.ts",
|
|
3100
|
-
"line":
|
|
3180
|
+
"line": 285,
|
|
3101
3181
|
"character": 88
|
|
3102
3182
|
},
|
|
3103
3183
|
"name": "string"
|
|
@@ -3113,7 +3193,7 @@
|
|
|
3113
3193
|
"__schema": "VariableLikeSchema",
|
|
3114
3194
|
"location": {
|
|
3115
3195
|
"filePath": "workspace-config.ts",
|
|
3116
|
-
"line":
|
|
3196
|
+
"line": 285,
|
|
3117
3197
|
"character": 43
|
|
3118
3198
|
},
|
|
3119
3199
|
"signature": "(property) dir?: string | undefined",
|
|
@@ -3122,7 +3202,7 @@
|
|
|
3122
3202
|
"__schema": "TypeRefSchema",
|
|
3123
3203
|
"location": {
|
|
3124
3204
|
"filePath": "workspace-config.ts",
|
|
3125
|
-
"line":
|
|
3205
|
+
"line": 285,
|
|
3126
3206
|
"character": 49
|
|
3127
3207
|
},
|
|
3128
3208
|
"name": "PathOsBasedAbsolute",
|
|
@@ -3134,7 +3214,7 @@
|
|
|
3134
3214
|
"__schema": "VariableLikeSchema",
|
|
3135
3215
|
"location": {
|
|
3136
3216
|
"filePath": "workspace-config.ts",
|
|
3137
|
-
"line":
|
|
3217
|
+
"line": 285,
|
|
3138
3218
|
"character": 70
|
|
3139
3219
|
},
|
|
3140
3220
|
"signature": "(property) reasonForChange?: string | undefined",
|
|
@@ -3143,7 +3223,7 @@
|
|
|
3143
3223
|
"__schema": "KeywordTypeSchema",
|
|
3144
3224
|
"location": {
|
|
3145
3225
|
"filePath": "workspace-config.ts",
|
|
3146
|
-
"line":
|
|
3226
|
+
"line": 285,
|
|
3147
3227
|
"character": 88
|
|
3148
3228
|
},
|
|
3149
3229
|
"name": "string"
|
|
@@ -3158,7 +3238,7 @@
|
|
|
3158
3238
|
"__schema": "TypeRefSchema",
|
|
3159
3239
|
"location": {
|
|
3160
3240
|
"filePath": "workspace-config.ts",
|
|
3161
|
-
"line":
|
|
3241
|
+
"line": 285,
|
|
3162
3242
|
"character": 104
|
|
3163
3243
|
},
|
|
3164
3244
|
"name": "Promise",
|
|
@@ -3167,7 +3247,7 @@
|
|
|
3167
3247
|
"__schema": "KeywordTypeSchema",
|
|
3168
3248
|
"location": {
|
|
3169
3249
|
"filePath": "workspace-config.ts",
|
|
3170
|
-
"line":
|
|
3250
|
+
"line": 285,
|
|
3171
3251
|
"character": 112
|
|
3172
3252
|
},
|
|
3173
3253
|
"name": "void"
|
|
@@ -3182,7 +3262,7 @@
|
|
|
3182
3262
|
"__schema": "FunctionLikeSchema",
|
|
3183
3263
|
"location": {
|
|
3184
3264
|
"filePath": "workspace-config.ts",
|
|
3185
|
-
"line":
|
|
3265
|
+
"line": 300,
|
|
3186
3266
|
"character": 3
|
|
3187
3267
|
},
|
|
3188
3268
|
"signature": "(method) WorkspaceConfig.backupConfigFile(reasonForChange?: string): Promise<void>",
|
|
@@ -3192,7 +3272,7 @@
|
|
|
3192
3272
|
"__schema": "ParameterSchema",
|
|
3193
3273
|
"location": {
|
|
3194
3274
|
"filePath": "workspace-config.ts",
|
|
3195
|
-
"line":
|
|
3275
|
+
"line": 300,
|
|
3196
3276
|
"character": 26
|
|
3197
3277
|
},
|
|
3198
3278
|
"name": "reasonForChange",
|
|
@@ -3200,7 +3280,7 @@
|
|
|
3200
3280
|
"__schema": "KeywordTypeSchema",
|
|
3201
3281
|
"location": {
|
|
3202
3282
|
"filePath": "workspace-config.ts",
|
|
3203
|
-
"line":
|
|
3283
|
+
"line": 300,
|
|
3204
3284
|
"character": 44
|
|
3205
3285
|
},
|
|
3206
3286
|
"name": "string"
|
|
@@ -3213,7 +3293,7 @@
|
|
|
3213
3293
|
"__schema": "InferenceTypeSchema",
|
|
3214
3294
|
"location": {
|
|
3215
3295
|
"filePath": "workspace-config.ts",
|
|
3216
|
-
"line":
|
|
3296
|
+
"line": 300,
|
|
3217
3297
|
"character": 3
|
|
3218
3298
|
},
|
|
3219
3299
|
"type": "Promise<void>"
|
|
@@ -3226,7 +3306,7 @@
|
|
|
3226
3306
|
"__schema": "FunctionLikeSchema",
|
|
3227
3307
|
"location": {
|
|
3228
3308
|
"filePath": "workspace-config.ts",
|
|
3229
|
-
"line":
|
|
3309
|
+
"line": 323,
|
|
3230
3310
|
"character": 3
|
|
3231
3311
|
},
|
|
3232
3312
|
"signature": "(method) WorkspaceConfig.getBackupHistoryDir(): string",
|
|
@@ -3236,7 +3316,7 @@
|
|
|
3236
3316
|
"__schema": "InferenceTypeSchema",
|
|
3237
3317
|
"location": {
|
|
3238
3318
|
"filePath": "workspace-config.ts",
|
|
3239
|
-
"line":
|
|
3319
|
+
"line": 323,
|
|
3240
3320
|
"character": 3
|
|
3241
3321
|
},
|
|
3242
3322
|
"type": "string"
|
|
@@ -3247,7 +3327,7 @@
|
|
|
3247
3327
|
"__schema": "FunctionLikeSchema",
|
|
3248
3328
|
"location": {
|
|
3249
3329
|
"filePath": "workspace-config.ts",
|
|
3250
|
-
"line":
|
|
3330
|
+
"line": 326,
|
|
3251
3331
|
"character": 3
|
|
3252
3332
|
},
|
|
3253
3333
|
"signature": "(method) WorkspaceConfig.getBackupMetadataFilePath(): string",
|
|
@@ -3257,7 +3337,7 @@
|
|
|
3257
3337
|
"__schema": "InferenceTypeSchema",
|
|
3258
3338
|
"location": {
|
|
3259
3339
|
"filePath": "workspace-config.ts",
|
|
3260
|
-
"line":
|
|
3340
|
+
"line": 326,
|
|
3261
3341
|
"character": 3
|
|
3262
3342
|
},
|
|
3263
3343
|
"type": "string"
|
|
@@ -3268,7 +3348,7 @@
|
|
|
3268
3348
|
"__schema": "FunctionLikeSchema",
|
|
3269
3349
|
"location": {
|
|
3270
3350
|
"filePath": "workspace-config.ts",
|
|
3271
|
-
"line":
|
|
3351
|
+
"line": 346,
|
|
3272
3352
|
"character": 3
|
|
3273
3353
|
},
|
|
3274
3354
|
"signature": "(method) WorkspaceConfig.toVinyl(workspaceDir: PathOsBasedAbsolute): Promise<AbstractVinyl[] | undefined>",
|
|
@@ -3278,7 +3358,7 @@
|
|
|
3278
3358
|
"__schema": "ParameterSchema",
|
|
3279
3359
|
"location": {
|
|
3280
3360
|
"filePath": "workspace-config.ts",
|
|
3281
|
-
"line":
|
|
3361
|
+
"line": 346,
|
|
3282
3362
|
"character": 17
|
|
3283
3363
|
},
|
|
3284
3364
|
"name": "workspaceDir",
|
|
@@ -3286,7 +3366,7 @@
|
|
|
3286
3366
|
"__schema": "TypeRefSchema",
|
|
3287
3367
|
"location": {
|
|
3288
3368
|
"filePath": "workspace-config.ts",
|
|
3289
|
-
"line":
|
|
3369
|
+
"line": 346,
|
|
3290
3370
|
"character": 31
|
|
3291
3371
|
},
|
|
3292
3372
|
"name": "PathOsBasedAbsolute",
|
|
@@ -3300,7 +3380,7 @@
|
|
|
3300
3380
|
"__schema": "TypeRefSchema",
|
|
3301
3381
|
"location": {
|
|
3302
3382
|
"filePath": "workspace-config.ts",
|
|
3303
|
-
"line":
|
|
3383
|
+
"line": 346,
|
|
3304
3384
|
"character": 53
|
|
3305
3385
|
},
|
|
3306
3386
|
"name": "Promise",
|
|
@@ -3309,7 +3389,7 @@
|
|
|
3309
3389
|
"__schema": "TypeUnionSchema",
|
|
3310
3390
|
"location": {
|
|
3311
3391
|
"filePath": "workspace-config.ts",
|
|
3312
|
-
"line":
|
|
3392
|
+
"line": 346,
|
|
3313
3393
|
"character": 61
|
|
3314
3394
|
},
|
|
3315
3395
|
"types": [
|
|
@@ -3317,14 +3397,14 @@
|
|
|
3317
3397
|
"__schema": "TypeArraySchema",
|
|
3318
3398
|
"location": {
|
|
3319
3399
|
"filePath": "workspace-config.ts",
|
|
3320
|
-
"line":
|
|
3400
|
+
"line": 346,
|
|
3321
3401
|
"character": 61
|
|
3322
3402
|
},
|
|
3323
3403
|
"type": {
|
|
3324
3404
|
"__schema": "TypeRefSchema",
|
|
3325
3405
|
"location": {
|
|
3326
3406
|
"filePath": "workspace-config.ts",
|
|
3327
|
-
"line":
|
|
3407
|
+
"line": 346,
|
|
3328
3408
|
"character": 61
|
|
3329
3409
|
},
|
|
3330
3410
|
"name": "AbstractVinyl",
|
|
@@ -3335,7 +3415,7 @@
|
|
|
3335
3415
|
"__schema": "KeywordTypeSchema",
|
|
3336
3416
|
"location": {
|
|
3337
3417
|
"filePath": "workspace-config.ts",
|
|
3338
|
-
"line":
|
|
3418
|
+
"line": 346,
|
|
3339
3419
|
"character": 79
|
|
3340
3420
|
},
|
|
3341
3421
|
"name": "undefined"
|
|
@@ -3352,7 +3432,7 @@
|
|
|
3352
3432
|
"__schema": "FunctionLikeSchema",
|
|
3353
3433
|
"location": {
|
|
3354
3434
|
"filePath": "workspace-config.ts",
|
|
3355
|
-
"line":
|
|
3435
|
+
"line": 354,
|
|
3356
3436
|
"character": 3
|
|
3357
3437
|
},
|
|
3358
3438
|
"signature": "(method) WorkspaceConfig.toLegacy(): ILegacyWorkspaceConfig",
|
|
@@ -3362,7 +3442,7 @@
|
|
|
3362
3442
|
"__schema": "TypeRefSchema",
|
|
3363
3443
|
"location": {
|
|
3364
3444
|
"filePath": "workspace-config.ts",
|
|
3365
|
-
"line":
|
|
3445
|
+
"line": 354,
|
|
3366
3446
|
"character": 3
|
|
3367
3447
|
},
|
|
3368
3448
|
"name": "ILegacyWorkspaceConfig",
|
|
@@ -3421,7 +3501,8 @@
|
|
|
3421
3501
|
"character": 3
|
|
3422
3502
|
},
|
|
3423
3503
|
"raw": "/**\n * Path to the actual file\n */",
|
|
3424
|
-
"comment": "Path to the actual file"
|
|
3504
|
+
"comment": "Path to the actual file",
|
|
3505
|
+
"tags": []
|
|
3425
3506
|
}
|
|
3426
3507
|
},
|
|
3427
3508
|
{
|
|
@@ -3685,7 +3766,8 @@
|
|
|
3685
3766
|
"character": 1
|
|
3686
3767
|
},
|
|
3687
3768
|
"raw": "/**\n * An interface implemented by component host (workspace / scope) config file\n * This used to be able to abstract the workspace/scope config.\n */",
|
|
3688
|
-
"comment": "An interface implemented by component host (workspace / scope) config file\nThis used to be able to abstract the workspace/scope config."
|
|
3769
|
+
"comment": "An interface implemented by component host (workspace / scope) config file\nThis used to be able to abstract the workspace/scope config.",
|
|
3770
|
+
"tags": []
|
|
3689
3771
|
}
|
|
3690
3772
|
}
|
|
3691
3773
|
}
|
|
@@ -4142,7 +4224,7 @@
|
|
|
4142
4224
|
}
|
|
4143
4225
|
]
|
|
4144
4226
|
},
|
|
4145
|
-
"signature": "(method) ConfigMain.ensureWorkspace(workspacePath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute, workspaceConfigProps?: WorkspaceConfigFileProps): Promise<ConfigMain>",
|
|
4227
|
+
"signature": "(method) ConfigMain.ensureWorkspace(workspacePath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute, workspaceConfigProps?: WorkspaceConfigFileProps, generator?: string): Promise<ConfigMain>",
|
|
4146
4228
|
"name": "ensureWorkspace",
|
|
4147
4229
|
"params": [
|
|
4148
4230
|
{
|
|
@@ -4207,13 +4289,33 @@
|
|
|
4207
4289
|
"isOptional": true,
|
|
4208
4290
|
"defaultValue": "{} as any",
|
|
4209
4291
|
"isSpread": false
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"__schema": "ParameterSchema",
|
|
4295
|
+
"location": {
|
|
4296
|
+
"filePath": "config.main.runtime.ts",
|
|
4297
|
+
"line": 65,
|
|
4298
|
+
"character": 5
|
|
4299
|
+
},
|
|
4300
|
+
"name": "generator",
|
|
4301
|
+
"type": {
|
|
4302
|
+
"__schema": "KeywordTypeSchema",
|
|
4303
|
+
"location": {
|
|
4304
|
+
"filePath": "config.main.runtime.ts",
|
|
4305
|
+
"line": 65,
|
|
4306
|
+
"character": 17
|
|
4307
|
+
},
|
|
4308
|
+
"name": "string"
|
|
4309
|
+
},
|
|
4310
|
+
"isOptional": true,
|
|
4311
|
+
"isSpread": false
|
|
4210
4312
|
}
|
|
4211
4313
|
],
|
|
4212
4314
|
"returnType": {
|
|
4213
4315
|
"__schema": "TypeRefSchema",
|
|
4214
4316
|
"location": {
|
|
4215
4317
|
"filePath": "config.main.runtime.ts",
|
|
4216
|
-
"line":
|
|
4318
|
+
"line": 66,
|
|
4217
4319
|
"character": 6
|
|
4218
4320
|
},
|
|
4219
4321
|
"name": "Promise",
|
|
@@ -4222,7 +4324,7 @@
|
|
|
4222
4324
|
"__schema": "TypeRefSchema",
|
|
4223
4325
|
"location": {
|
|
4224
4326
|
"filePath": "config.main.runtime.ts",
|
|
4225
|
-
"line":
|
|
4327
|
+
"line": 66,
|
|
4226
4328
|
"character": 14
|
|
4227
4329
|
},
|
|
4228
4330
|
"name": "ConfigMain"
|
|
@@ -4238,7 +4340,7 @@
|
|
|
4238
4340
|
"__schema": "GetAccessorSchema",
|
|
4239
4341
|
"location": {
|
|
4240
4342
|
"filePath": "config.main.runtime.ts",
|
|
4241
|
-
"line":
|
|
4343
|
+
"line": 71,
|
|
4242
4344
|
"character": 3
|
|
4243
4345
|
},
|
|
4244
4346
|
"signature": "(getter) ConfigMain.extensions: ExtensionDataList | undefined",
|
|
@@ -4247,7 +4349,7 @@
|
|
|
4247
4349
|
"__schema": "TypeUnionSchema",
|
|
4248
4350
|
"location": {
|
|
4249
4351
|
"filePath": "config.main.runtime.ts",
|
|
4250
|
-
"line":
|
|
4352
|
+
"line": 71,
|
|
4251
4353
|
"character": 21
|
|
4252
4354
|
},
|
|
4253
4355
|
"types": [
|
|
@@ -4255,7 +4357,7 @@
|
|
|
4255
4357
|
"__schema": "TypeRefSchema",
|
|
4256
4358
|
"location": {
|
|
4257
4359
|
"filePath": "config.main.runtime.ts",
|
|
4258
|
-
"line":
|
|
4360
|
+
"line": 71,
|
|
4259
4361
|
"character": 21
|
|
4260
4362
|
},
|
|
4261
4363
|
"name": "ExtensionDataList",
|
|
@@ -4265,7 +4367,7 @@
|
|
|
4265
4367
|
"__schema": "KeywordTypeSchema",
|
|
4266
4368
|
"location": {
|
|
4267
4369
|
"filePath": "config.main.runtime.ts",
|
|
4268
|
-
"line":
|
|
4370
|
+
"line": 71,
|
|
4269
4371
|
"character": 41
|
|
4270
4372
|
},
|
|
4271
4373
|
"name": "undefined"
|
|
@@ -4277,7 +4379,7 @@
|
|
|
4277
4379
|
"__schema": "FunctionLikeSchema",
|
|
4278
4380
|
"location": {
|
|
4279
4381
|
"filePath": "config.main.runtime.ts",
|
|
4280
|
-
"line":
|
|
4382
|
+
"line": 75,
|
|
4281
4383
|
"character": 3
|
|
4282
4384
|
},
|
|
4283
4385
|
"signature": "(method) ConfigMain.extension(extensionId: string, ignoreVersion: boolean): ExtensionDataEntry | undefined",
|
|
@@ -4287,7 +4389,7 @@
|
|
|
4287
4389
|
"__schema": "ParameterSchema",
|
|
4288
4390
|
"location": {
|
|
4289
4391
|
"filePath": "config.main.runtime.ts",
|
|
4290
|
-
"line":
|
|
4392
|
+
"line": 75,
|
|
4291
4393
|
"character": 13
|
|
4292
4394
|
},
|
|
4293
4395
|
"name": "extensionId",
|
|
@@ -4295,7 +4397,7 @@
|
|
|
4295
4397
|
"__schema": "KeywordTypeSchema",
|
|
4296
4398
|
"location": {
|
|
4297
4399
|
"filePath": "config.main.runtime.ts",
|
|
4298
|
-
"line":
|
|
4400
|
+
"line": 75,
|
|
4299
4401
|
"character": 26
|
|
4300
4402
|
},
|
|
4301
4403
|
"name": "string"
|
|
@@ -4307,7 +4409,7 @@
|
|
|
4307
4409
|
"__schema": "ParameterSchema",
|
|
4308
4410
|
"location": {
|
|
4309
4411
|
"filePath": "config.main.runtime.ts",
|
|
4310
|
-
"line":
|
|
4412
|
+
"line": 75,
|
|
4311
4413
|
"character": 34
|
|
4312
4414
|
},
|
|
4313
4415
|
"name": "ignoreVersion",
|
|
@@ -4315,7 +4417,7 @@
|
|
|
4315
4417
|
"__schema": "KeywordTypeSchema",
|
|
4316
4418
|
"location": {
|
|
4317
4419
|
"filePath": "config.main.runtime.ts",
|
|
4318
|
-
"line":
|
|
4420
|
+
"line": 75,
|
|
4319
4421
|
"character": 49
|
|
4320
4422
|
},
|
|
4321
4423
|
"name": "boolean"
|
|
@@ -4328,7 +4430,7 @@
|
|
|
4328
4430
|
"__schema": "TypeUnionSchema",
|
|
4329
4431
|
"location": {
|
|
4330
4432
|
"filePath": "config.main.runtime.ts",
|
|
4331
|
-
"line":
|
|
4433
|
+
"line": 75,
|
|
4332
4434
|
"character": 59
|
|
4333
4435
|
},
|
|
4334
4436
|
"types": [
|
|
@@ -4336,7 +4438,7 @@
|
|
|
4336
4438
|
"__schema": "TypeRefSchema",
|
|
4337
4439
|
"location": {
|
|
4338
4440
|
"filePath": "config.main.runtime.ts",
|
|
4339
|
-
"line":
|
|
4441
|
+
"line": 75,
|
|
4340
4442
|
"character": 59
|
|
4341
4443
|
},
|
|
4342
4444
|
"name": "ExtensionDataEntry",
|
|
@@ -4346,7 +4448,7 @@
|
|
|
4346
4448
|
"__schema": "KeywordTypeSchema",
|
|
4347
4449
|
"location": {
|
|
4348
4450
|
"filePath": "config.main.runtime.ts",
|
|
4349
|
-
"line":
|
|
4451
|
+
"line": 75,
|
|
4350
4452
|
"character": 80
|
|
4351
4453
|
},
|
|
4352
4454
|
"name": "undefined"
|
|
@@ -4359,7 +4461,7 @@
|
|
|
4359
4461
|
"__schema": "FunctionLikeSchema",
|
|
4360
4462
|
"location": {
|
|
4361
4463
|
"filePath": "config.main.runtime.ts",
|
|
4362
|
-
"line":
|
|
4464
|
+
"line": 79,
|
|
4363
4465
|
"character": 3
|
|
4364
4466
|
},
|
|
4365
4467
|
"signature": "(method) ConfigMain.setExtension(extensionId: string, config: Record<string, any>, options: SetExtensionOptions): void",
|
|
@@ -4369,7 +4471,7 @@
|
|
|
4369
4471
|
"__schema": "ParameterSchema",
|
|
4370
4472
|
"location": {
|
|
4371
4473
|
"filePath": "config.main.runtime.ts",
|
|
4372
|
-
"line":
|
|
4474
|
+
"line": 79,
|
|
4373
4475
|
"character": 16
|
|
4374
4476
|
},
|
|
4375
4477
|
"name": "extensionId",
|
|
@@ -4377,7 +4479,7 @@
|
|
|
4377
4479
|
"__schema": "KeywordTypeSchema",
|
|
4378
4480
|
"location": {
|
|
4379
4481
|
"filePath": "config.main.runtime.ts",
|
|
4380
|
-
"line":
|
|
4482
|
+
"line": 79,
|
|
4381
4483
|
"character": 29
|
|
4382
4484
|
},
|
|
4383
4485
|
"name": "string"
|
|
@@ -4389,7 +4491,7 @@
|
|
|
4389
4491
|
"__schema": "ParameterSchema",
|
|
4390
4492
|
"location": {
|
|
4391
4493
|
"filePath": "config.main.runtime.ts",
|
|
4392
|
-
"line":
|
|
4494
|
+
"line": 79,
|
|
4393
4495
|
"character": 37
|
|
4394
4496
|
},
|
|
4395
4497
|
"name": "config",
|
|
@@ -4397,7 +4499,7 @@
|
|
|
4397
4499
|
"__schema": "TypeRefSchema",
|
|
4398
4500
|
"location": {
|
|
4399
4501
|
"filePath": "config.main.runtime.ts",
|
|
4400
|
-
"line":
|
|
4502
|
+
"line": 79,
|
|
4401
4503
|
"character": 45
|
|
4402
4504
|
},
|
|
4403
4505
|
"name": "Record",
|
|
@@ -4406,7 +4508,7 @@
|
|
|
4406
4508
|
"__schema": "KeywordTypeSchema",
|
|
4407
4509
|
"location": {
|
|
4408
4510
|
"filePath": "config.main.runtime.ts",
|
|
4409
|
-
"line":
|
|
4511
|
+
"line": 79,
|
|
4410
4512
|
"character": 52
|
|
4411
4513
|
},
|
|
4412
4514
|
"name": "string"
|
|
@@ -4415,7 +4517,7 @@
|
|
|
4415
4517
|
"__schema": "KeywordTypeSchema",
|
|
4416
4518
|
"location": {
|
|
4417
4519
|
"filePath": "config.main.runtime.ts",
|
|
4418
|
-
"line":
|
|
4520
|
+
"line": 79,
|
|
4419
4521
|
"character": 60
|
|
4420
4522
|
},
|
|
4421
4523
|
"name": "any"
|
|
@@ -4429,7 +4531,7 @@
|
|
|
4429
4531
|
"__schema": "ParameterSchema",
|
|
4430
4532
|
"location": {
|
|
4431
4533
|
"filePath": "config.main.runtime.ts",
|
|
4432
|
-
"line":
|
|
4534
|
+
"line": 79,
|
|
4433
4535
|
"character": 66
|
|
4434
4536
|
},
|
|
4435
4537
|
"name": "options",
|
|
@@ -4437,7 +4539,7 @@
|
|
|
4437
4539
|
"__schema": "TypeRefSchema",
|
|
4438
4540
|
"location": {
|
|
4439
4541
|
"filePath": "config.main.runtime.ts",
|
|
4440
|
-
"line":
|
|
4542
|
+
"line": 79,
|
|
4441
4543
|
"character": 75
|
|
4442
4544
|
},
|
|
4443
4545
|
"name": "SetExtensionOptions",
|
|
@@ -4451,7 +4553,7 @@
|
|
|
4451
4553
|
"__schema": "InferenceTypeSchema",
|
|
4452
4554
|
"location": {
|
|
4453
4555
|
"filePath": "config.main.runtime.ts",
|
|
4454
|
-
"line":
|
|
4556
|
+
"line": 79,
|
|
4455
4557
|
"character": 3
|
|
4456
4558
|
},
|
|
4457
4559
|
"type": "void"
|
|
@@ -4462,7 +4564,7 @@
|
|
|
4462
4564
|
"__schema": "FunctionLikeSchema",
|
|
4463
4565
|
"location": {
|
|
4464
4566
|
"filePath": "config.main.runtime.ts",
|
|
4465
|
-
"line":
|
|
4567
|
+
"line": 83,
|
|
4466
4568
|
"character": 3
|
|
4467
4569
|
},
|
|
4468
4570
|
"signature": "(method) ConfigMain.getHarmonyConfigObject(): GlobalConfig",
|
|
@@ -4472,7 +4574,7 @@
|
|
|
4472
4574
|
"__schema": "TypeRefSchema",
|
|
4473
4575
|
"location": {
|
|
4474
4576
|
"filePath": "config.main.runtime.ts",
|
|
4475
|
-
"line":
|
|
4577
|
+
"line": 83,
|
|
4476
4578
|
"character": 3
|
|
4477
4579
|
},
|
|
4478
4580
|
"name": "GlobalConfig",
|
|
@@ -4488,17 +4590,17 @@
|
|
|
4488
4590
|
"__schema": "FunctionLikeSchema",
|
|
4489
4591
|
"location": {
|
|
4490
4592
|
"filePath": "config.main.runtime.ts",
|
|
4491
|
-
"line":
|
|
4593
|
+
"line": 92,
|
|
4492
4594
|
"character": 3
|
|
4493
4595
|
},
|
|
4494
|
-
"signature": "(method) ConfigMain.workspaceEnsureLegacy(workspacePath: string, scopePath: string, workspaceExtensionProps?: WorkspaceExtensionProps): Promise<ILegacyWorkspaceConfig>",
|
|
4596
|
+
"signature": "(method) ConfigMain.workspaceEnsureLegacy(workspacePath: string, scopePath: string, workspaceExtensionProps?: WorkspaceExtensionProps, generator?: string): Promise<ILegacyWorkspaceConfig>",
|
|
4495
4597
|
"name": "workspaceEnsureLegacy",
|
|
4496
4598
|
"params": [
|
|
4497
4599
|
{
|
|
4498
4600
|
"__schema": "ParameterSchema",
|
|
4499
4601
|
"location": {
|
|
4500
4602
|
"filePath": "config.main.runtime.ts",
|
|
4501
|
-
"line":
|
|
4603
|
+
"line": 93,
|
|
4502
4604
|
"character": 5
|
|
4503
4605
|
},
|
|
4504
4606
|
"name": "workspacePath",
|
|
@@ -4506,7 +4608,7 @@
|
|
|
4506
4608
|
"__schema": "KeywordTypeSchema",
|
|
4507
4609
|
"location": {
|
|
4508
4610
|
"filePath": "config.main.runtime.ts",
|
|
4509
|
-
"line":
|
|
4611
|
+
"line": 93,
|
|
4510
4612
|
"character": 20
|
|
4511
4613
|
},
|
|
4512
4614
|
"name": "string"
|
|
@@ -4518,7 +4620,7 @@
|
|
|
4518
4620
|
"__schema": "ParameterSchema",
|
|
4519
4621
|
"location": {
|
|
4520
4622
|
"filePath": "config.main.runtime.ts",
|
|
4521
|
-
"line":
|
|
4623
|
+
"line": 94,
|
|
4522
4624
|
"character": 5
|
|
4523
4625
|
},
|
|
4524
4626
|
"name": "scopePath",
|
|
@@ -4526,7 +4628,7 @@
|
|
|
4526
4628
|
"__schema": "KeywordTypeSchema",
|
|
4527
4629
|
"location": {
|
|
4528
4630
|
"filePath": "config.main.runtime.ts",
|
|
4529
|
-
"line":
|
|
4631
|
+
"line": 94,
|
|
4530
4632
|
"character": 16
|
|
4531
4633
|
},
|
|
4532
4634
|
"name": "string"
|
|
@@ -4538,7 +4640,7 @@
|
|
|
4538
4640
|
"__schema": "ParameterSchema",
|
|
4539
4641
|
"location": {
|
|
4540
4642
|
"filePath": "config.main.runtime.ts",
|
|
4541
|
-
"line":
|
|
4643
|
+
"line": 95,
|
|
4542
4644
|
"character": 5
|
|
4543
4645
|
},
|
|
4544
4646
|
"name": "workspaceExtensionProps",
|
|
@@ -4546,20 +4648,40 @@
|
|
|
4546
4648
|
"__schema": "TypeRefSchema",
|
|
4547
4649
|
"location": {
|
|
4548
4650
|
"filePath": "config.main.runtime.ts",
|
|
4549
|
-
"line":
|
|
4651
|
+
"line": 95,
|
|
4550
4652
|
"character": 31
|
|
4551
4653
|
},
|
|
4552
4654
|
"name": "WorkspaceExtensionProps"
|
|
4553
4655
|
},
|
|
4554
4656
|
"isOptional": true,
|
|
4555
4657
|
"isSpread": false
|
|
4658
|
+
},
|
|
4659
|
+
{
|
|
4660
|
+
"__schema": "ParameterSchema",
|
|
4661
|
+
"location": {
|
|
4662
|
+
"filePath": "config.main.runtime.ts",
|
|
4663
|
+
"line": 96,
|
|
4664
|
+
"character": 5
|
|
4665
|
+
},
|
|
4666
|
+
"name": "generator",
|
|
4667
|
+
"type": {
|
|
4668
|
+
"__schema": "KeywordTypeSchema",
|
|
4669
|
+
"location": {
|
|
4670
|
+
"filePath": "config.main.runtime.ts",
|
|
4671
|
+
"line": 96,
|
|
4672
|
+
"character": 17
|
|
4673
|
+
},
|
|
4674
|
+
"name": "string"
|
|
4675
|
+
},
|
|
4676
|
+
"isOptional": true,
|
|
4677
|
+
"isSpread": false
|
|
4556
4678
|
}
|
|
4557
4679
|
],
|
|
4558
4680
|
"returnType": {
|
|
4559
4681
|
"__schema": "InferenceTypeSchema",
|
|
4560
4682
|
"location": {
|
|
4561
4683
|
"filePath": "config.main.runtime.ts",
|
|
4562
|
-
"line":
|
|
4684
|
+
"line": 92,
|
|
4563
4685
|
"character": 3
|
|
4564
4686
|
},
|
|
4565
4687
|
"type": "Promise<ILegacyWorkspaceConfig>"
|
|
@@ -4573,7 +4695,7 @@
|
|
|
4573
4695
|
"__schema": "VariableLikeSchema",
|
|
4574
4696
|
"location": {
|
|
4575
4697
|
"filePath": "config.main.runtime.ts",
|
|
4576
|
-
"line":
|
|
4698
|
+
"line": 107,
|
|
4577
4699
|
"character": 3
|
|
4578
4700
|
},
|
|
4579
4701
|
"signature": "(property) ConfigMain.runtime: RuntimeDefinition",
|
|
@@ -4582,7 +4704,7 @@
|
|
|
4582
4704
|
"__schema": "InferenceTypeSchema",
|
|
4583
4705
|
"location": {
|
|
4584
4706
|
"filePath": "config.main.runtime.ts",
|
|
4585
|
-
"line":
|
|
4707
|
+
"line": 107,
|
|
4586
4708
|
"character": 3
|
|
4587
4709
|
},
|
|
4588
4710
|
"type": "RuntimeDefinition"
|
|
@@ -4594,7 +4716,7 @@
|
|
|
4594
4716
|
"__schema": "VariableLikeSchema",
|
|
4595
4717
|
"location": {
|
|
4596
4718
|
"filePath": "config.main.runtime.ts",
|
|
4597
|
-
"line":
|
|
4719
|
+
"line": 108,
|
|
4598
4720
|
"character": 3
|
|
4599
4721
|
},
|
|
4600
4722
|
"signature": "(property) ConfigMain.slots: never[]",
|
|
@@ -4603,7 +4725,7 @@
|
|
|
4603
4725
|
"__schema": "InferenceTypeSchema",
|
|
4604
4726
|
"location": {
|
|
4605
4727
|
"filePath": "config.main.runtime.ts",
|
|
4606
|
-
"line":
|
|
4728
|
+
"line": 108,
|
|
4607
4729
|
"character": 3
|
|
4608
4730
|
},
|
|
4609
4731
|
"type": "never[]"
|
|
@@ -4615,7 +4737,7 @@
|
|
|
4615
4737
|
"__schema": "VariableLikeSchema",
|
|
4616
4738
|
"location": {
|
|
4617
4739
|
"filePath": "config.main.runtime.ts",
|
|
4618
|
-
"line":
|
|
4740
|
+
"line": 109,
|
|
4619
4741
|
"character": 3
|
|
4620
4742
|
},
|
|
4621
4743
|
"signature": "(property) ConfigMain.dependencies: never[]",
|
|
@@ -4624,7 +4746,7 @@
|
|
|
4624
4746
|
"__schema": "InferenceTypeSchema",
|
|
4625
4747
|
"location": {
|
|
4626
4748
|
"filePath": "config.main.runtime.ts",
|
|
4627
|
-
"line":
|
|
4749
|
+
"line": 109,
|
|
4628
4750
|
"character": 3
|
|
4629
4751
|
},
|
|
4630
4752
|
"type": "never[]"
|
|
@@ -4636,7 +4758,7 @@
|
|
|
4636
4758
|
"__schema": "VariableLikeSchema",
|
|
4637
4759
|
"location": {
|
|
4638
4760
|
"filePath": "config.main.runtime.ts",
|
|
4639
|
-
"line":
|
|
4761
|
+
"line": 110,
|
|
4640
4762
|
"character": 3
|
|
4641
4763
|
},
|
|
4642
4764
|
"signature": "(property) ConfigMain.config: {}",
|
|
@@ -4645,7 +4767,7 @@
|
|
|
4645
4767
|
"__schema": "InferenceTypeSchema",
|
|
4646
4768
|
"location": {
|
|
4647
4769
|
"filePath": "config.main.runtime.ts",
|
|
4648
|
-
"line":
|
|
4770
|
+
"line": 110,
|
|
4649
4771
|
"character": 3
|
|
4650
4772
|
},
|
|
4651
4773
|
"type": "{}"
|
|
@@ -4657,7 +4779,7 @@
|
|
|
4657
4779
|
"__schema": "FunctionLikeSchema",
|
|
4658
4780
|
"location": {
|
|
4659
4781
|
"filePath": "config.main.runtime.ts",
|
|
4660
|
-
"line":
|
|
4782
|
+
"line": 111,
|
|
4661
4783
|
"character": 3
|
|
4662
4784
|
},
|
|
4663
4785
|
"signature": "(method) ConfigMain.provider(_deps: any, _config: any, _slots: any, harmony: Harmony): Promise<any>",
|
|
@@ -4667,7 +4789,7 @@
|
|
|
4667
4789
|
"__schema": "ParameterSchema",
|
|
4668
4790
|
"location": {
|
|
4669
4791
|
"filePath": "config.main.runtime.ts",
|
|
4670
|
-
"line":
|
|
4792
|
+
"line": 111,
|
|
4671
4793
|
"character": 25
|
|
4672
4794
|
},
|
|
4673
4795
|
"name": "_deps",
|
|
@@ -4675,7 +4797,7 @@
|
|
|
4675
4797
|
"__schema": "InferenceTypeSchema",
|
|
4676
4798
|
"location": {
|
|
4677
4799
|
"filePath": "config.main.runtime.ts",
|
|
4678
|
-
"line":
|
|
4800
|
+
"line": 111,
|
|
4679
4801
|
"character": 25
|
|
4680
4802
|
},
|
|
4681
4803
|
"type": "any"
|
|
@@ -4687,7 +4809,7 @@
|
|
|
4687
4809
|
"__schema": "ParameterSchema",
|
|
4688
4810
|
"location": {
|
|
4689
4811
|
"filePath": "config.main.runtime.ts",
|
|
4690
|
-
"line":
|
|
4812
|
+
"line": 111,
|
|
4691
4813
|
"character": 32
|
|
4692
4814
|
},
|
|
4693
4815
|
"name": "_config",
|
|
@@ -4695,7 +4817,7 @@
|
|
|
4695
4817
|
"__schema": "InferenceTypeSchema",
|
|
4696
4818
|
"location": {
|
|
4697
4819
|
"filePath": "config.main.runtime.ts",
|
|
4698
|
-
"line":
|
|
4820
|
+
"line": 111,
|
|
4699
4821
|
"character": 32
|
|
4700
4822
|
},
|
|
4701
4823
|
"type": "any"
|
|
@@ -4707,7 +4829,7 @@
|
|
|
4707
4829
|
"__schema": "ParameterSchema",
|
|
4708
4830
|
"location": {
|
|
4709
4831
|
"filePath": "config.main.runtime.ts",
|
|
4710
|
-
"line":
|
|
4832
|
+
"line": 111,
|
|
4711
4833
|
"character": 41
|
|
4712
4834
|
},
|
|
4713
4835
|
"name": "_slots",
|
|
@@ -4715,7 +4837,7 @@
|
|
|
4715
4837
|
"__schema": "InferenceTypeSchema",
|
|
4716
4838
|
"location": {
|
|
4717
4839
|
"filePath": "config.main.runtime.ts",
|
|
4718
|
-
"line":
|
|
4840
|
+
"line": 111,
|
|
4719
4841
|
"character": 41
|
|
4720
4842
|
},
|
|
4721
4843
|
"type": "any"
|
|
@@ -4727,7 +4849,7 @@
|
|
|
4727
4849
|
"__schema": "ParameterSchema",
|
|
4728
4850
|
"location": {
|
|
4729
4851
|
"filePath": "config.main.runtime.ts",
|
|
4730
|
-
"line":
|
|
4852
|
+
"line": 111,
|
|
4731
4853
|
"character": 49
|
|
4732
4854
|
},
|
|
4733
4855
|
"name": "harmony",
|
|
@@ -4735,7 +4857,7 @@
|
|
|
4735
4857
|
"__schema": "TypeRefSchema",
|
|
4736
4858
|
"location": {
|
|
4737
4859
|
"filePath": "config.main.runtime.ts",
|
|
4738
|
-
"line":
|
|
4860
|
+
"line": 111,
|
|
4739
4861
|
"character": 58
|
|
4740
4862
|
},
|
|
4741
4863
|
"name": "Harmony",
|
|
@@ -4753,7 +4875,7 @@
|
|
|
4753
4875
|
"__schema": "InferenceTypeSchema",
|
|
4754
4876
|
"location": {
|
|
4755
4877
|
"filePath": "config.main.runtime.ts",
|
|
4756
|
-
"line":
|
|
4878
|
+
"line": 111,
|
|
4757
4879
|
"character": 3
|
|
4758
4880
|
},
|
|
4759
4881
|
"type": "Promise<any>"
|
|
@@ -4773,7 +4895,7 @@
|
|
|
4773
4895
|
"__schema": "UnImplementedSchema",
|
|
4774
4896
|
"location": {
|
|
4775
4897
|
"filePath": "config.main.runtime.ts",
|
|
4776
|
-
"line":
|
|
4898
|
+
"line": 128,
|
|
4777
4899
|
"character": 1
|
|
4778
4900
|
},
|
|
4779
4901
|
"name": "ConfigAspect.addRuntime(ConfigMain);",
|
|
@@ -4783,7 +4905,7 @@
|
|
|
4783
4905
|
"__schema": "FunctionLikeSchema",
|
|
4784
4906
|
"location": {
|
|
4785
4907
|
"filePath": "config.main.runtime.ts",
|
|
4786
|
-
"line":
|
|
4908
|
+
"line": 130,
|
|
4787
4909
|
"character": 1
|
|
4788
4910
|
},
|
|
4789
4911
|
"signature": "function loadWorkspaceConfigIfExist(cwd?: string): Promise<WorkspaceConfig | undefined>",
|
|
@@ -4793,7 +4915,7 @@
|
|
|
4793
4915
|
"__schema": "ParameterSchema",
|
|
4794
4916
|
"location": {
|
|
4795
4917
|
"filePath": "config.main.runtime.ts",
|
|
4796
|
-
"line":
|
|
4918
|
+
"line": 130,
|
|
4797
4919
|
"character": 43
|
|
4798
4920
|
},
|
|
4799
4921
|
"name": "cwd",
|
|
@@ -4801,7 +4923,7 @@
|
|
|
4801
4923
|
"__schema": "InferenceTypeSchema",
|
|
4802
4924
|
"location": {
|
|
4803
4925
|
"filePath": "config.main.runtime.ts",
|
|
4804
|
-
"line":
|
|
4926
|
+
"line": 130,
|
|
4805
4927
|
"character": 43
|
|
4806
4928
|
},
|
|
4807
4929
|
"type": "string"
|
|
@@ -4815,7 +4937,7 @@
|
|
|
4815
4937
|
"__schema": "TypeRefSchema",
|
|
4816
4938
|
"location": {
|
|
4817
4939
|
"filePath": "config.main.runtime.ts",
|
|
4818
|
-
"line":
|
|
4940
|
+
"line": 130,
|
|
4819
4941
|
"character": 65
|
|
4820
4942
|
},
|
|
4821
4943
|
"name": "Promise",
|
|
@@ -4824,7 +4946,7 @@
|
|
|
4824
4946
|
"__schema": "TypeUnionSchema",
|
|
4825
4947
|
"location": {
|
|
4826
4948
|
"filePath": "config.main.runtime.ts",
|
|
4827
|
-
"line":
|
|
4949
|
+
"line": 130,
|
|
4828
4950
|
"character": 73
|
|
4829
4951
|
},
|
|
4830
4952
|
"types": [
|
|
@@ -4832,7 +4954,7 @@
|
|
|
4832
4954
|
"__schema": "TypeRefSchema",
|
|
4833
4955
|
"location": {
|
|
4834
4956
|
"filePath": "config.main.runtime.ts",
|
|
4835
|
-
"line":
|
|
4957
|
+
"line": 130,
|
|
4836
4958
|
"character": 73
|
|
4837
4959
|
},
|
|
4838
4960
|
"name": "WorkspaceConfig"
|
|
@@ -4841,7 +4963,7 @@
|
|
|
4841
4963
|
"__schema": "KeywordTypeSchema",
|
|
4842
4964
|
"location": {
|
|
4843
4965
|
"filePath": "config.main.runtime.ts",
|
|
4844
|
-
"line":
|
|
4966
|
+
"line": 130,
|
|
4845
4967
|
"character": 91
|
|
4846
4968
|
},
|
|
4847
4969
|
"name": "undefined"
|
|
@@ -4858,7 +4980,7 @@
|
|
|
4858
4980
|
"__schema": "FunctionLikeSchema",
|
|
4859
4981
|
"location": {
|
|
4860
4982
|
"filePath": "config.main.runtime.ts",
|
|
4861
|
-
"line":
|
|
4983
|
+
"line": 138,
|
|
4862
4984
|
"character": 1
|
|
4863
4985
|
},
|
|
4864
4986
|
"signature": "function onLegacyWorkspaceLoad(config?: ConfigMain): WorkspaceConfigLoadFunction",
|
|
@@ -4868,7 +4990,7 @@
|
|
|
4868
4990
|
"__schema": "ParameterSchema",
|
|
4869
4991
|
"location": {
|
|
4870
4992
|
"filePath": "config.main.runtime.ts",
|
|
4871
|
-
"line":
|
|
4993
|
+
"line": 138,
|
|
4872
4994
|
"character": 32
|
|
4873
4995
|
},
|
|
4874
4996
|
"name": "config",
|
|
@@ -4876,7 +4998,7 @@
|
|
|
4876
4998
|
"__schema": "TypeRefSchema",
|
|
4877
4999
|
"location": {
|
|
4878
5000
|
"filePath": "config.main.runtime.ts",
|
|
4879
|
-
"line":
|
|
5001
|
+
"line": 138,
|
|
4880
5002
|
"character": 41
|
|
4881
5003
|
},
|
|
4882
5004
|
"name": "ConfigMain"
|
|
@@ -4889,7 +5011,7 @@
|
|
|
4889
5011
|
"__schema": "TypeRefSchema",
|
|
4890
5012
|
"location": {
|
|
4891
5013
|
"filePath": "config.main.runtime.ts",
|
|
4892
|
-
"line":
|
|
5014
|
+
"line": 138,
|
|
4893
5015
|
"character": 1
|
|
4894
5016
|
},
|
|
4895
5017
|
"name": "WorkspaceConfigLoadFunction",
|
|
@@ -6278,23 +6400,23 @@
|
|
|
6278
6400
|
}
|
|
6279
6401
|
]
|
|
6280
6402
|
},
|
|
6281
|
-
"signature": "(method) WorkspaceConfig.create(props: WorkspaceConfigFileProps, dirPath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute): Promise<WorkspaceConfig>",
|
|
6403
|
+
"signature": "(method) WorkspaceConfig.create(props: WorkspaceConfigFileProps, dirPath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute, generator?: string): Promise<WorkspaceConfig>",
|
|
6282
6404
|
"name": "create",
|
|
6283
6405
|
"params": [
|
|
6284
6406
|
{
|
|
6285
6407
|
"__schema": "ParameterSchema",
|
|
6286
6408
|
"location": {
|
|
6287
6409
|
"filePath": "workspace-config.ts",
|
|
6288
|
-
"line":
|
|
6289
|
-
"character":
|
|
6410
|
+
"line": 168,
|
|
6411
|
+
"character": 5
|
|
6290
6412
|
},
|
|
6291
6413
|
"name": "props",
|
|
6292
6414
|
"type": {
|
|
6293
6415
|
"__schema": "TypeRefSchema",
|
|
6294
6416
|
"location": {
|
|
6295
6417
|
"filePath": "workspace-config.ts",
|
|
6296
|
-
"line":
|
|
6297
|
-
"character":
|
|
6418
|
+
"line": 168,
|
|
6419
|
+
"character": 12
|
|
6298
6420
|
},
|
|
6299
6421
|
"name": "WorkspaceConfigFileProps"
|
|
6300
6422
|
},
|
|
@@ -6305,16 +6427,16 @@
|
|
|
6305
6427
|
"__schema": "ParameterSchema",
|
|
6306
6428
|
"location": {
|
|
6307
6429
|
"filePath": "workspace-config.ts",
|
|
6308
|
-
"line":
|
|
6309
|
-
"character":
|
|
6430
|
+
"line": 169,
|
|
6431
|
+
"character": 5
|
|
6310
6432
|
},
|
|
6311
6433
|
"name": "dirPath",
|
|
6312
6434
|
"type": {
|
|
6313
6435
|
"__schema": "TypeRefSchema",
|
|
6314
6436
|
"location": {
|
|
6315
6437
|
"filePath": "workspace-config.ts",
|
|
6316
|
-
"line":
|
|
6317
|
-
"character":
|
|
6438
|
+
"line": 169,
|
|
6439
|
+
"character": 14
|
|
6318
6440
|
},
|
|
6319
6441
|
"name": "PathOsBasedAbsolute",
|
|
6320
6442
|
"packageName": "@teambit/legacy/dist/utils/path"
|
|
@@ -6326,22 +6448,42 @@
|
|
|
6326
6448
|
"__schema": "ParameterSchema",
|
|
6327
6449
|
"location": {
|
|
6328
6450
|
"filePath": "workspace-config.ts",
|
|
6329
|
-
"line":
|
|
6330
|
-
"character":
|
|
6451
|
+
"line": 170,
|
|
6452
|
+
"character": 5
|
|
6331
6453
|
},
|
|
6332
6454
|
"name": "scopePath",
|
|
6333
6455
|
"type": {
|
|
6334
6456
|
"__schema": "TypeRefSchema",
|
|
6335
6457
|
"location": {
|
|
6336
6458
|
"filePath": "workspace-config.ts",
|
|
6337
|
-
"line":
|
|
6338
|
-
"character":
|
|
6459
|
+
"line": 170,
|
|
6460
|
+
"character": 16
|
|
6339
6461
|
},
|
|
6340
6462
|
"name": "PathOsBasedAbsolute",
|
|
6341
6463
|
"packageName": "@teambit/legacy/dist/utils/path"
|
|
6342
6464
|
},
|
|
6343
6465
|
"isOptional": false,
|
|
6344
6466
|
"isSpread": false
|
|
6467
|
+
},
|
|
6468
|
+
{
|
|
6469
|
+
"__schema": "ParameterSchema",
|
|
6470
|
+
"location": {
|
|
6471
|
+
"filePath": "workspace-config.ts",
|
|
6472
|
+
"line": 171,
|
|
6473
|
+
"character": 5
|
|
6474
|
+
},
|
|
6475
|
+
"name": "generator",
|
|
6476
|
+
"type": {
|
|
6477
|
+
"__schema": "KeywordTypeSchema",
|
|
6478
|
+
"location": {
|
|
6479
|
+
"filePath": "workspace-config.ts",
|
|
6480
|
+
"line": 171,
|
|
6481
|
+
"character": 17
|
|
6482
|
+
},
|
|
6483
|
+
"name": "string"
|
|
6484
|
+
},
|
|
6485
|
+
"isOptional": true,
|
|
6486
|
+
"isSpread": false
|
|
6345
6487
|
}
|
|
6346
6488
|
],
|
|
6347
6489
|
"returnType": {
|
|
@@ -6362,14 +6504,14 @@
|
|
|
6362
6504
|
"__schema": "FunctionLikeSchema",
|
|
6363
6505
|
"location": {
|
|
6364
6506
|
"filePath": "workspace-config.ts",
|
|
6365
|
-
"line":
|
|
6507
|
+
"line": 194,
|
|
6366
6508
|
"character": 3
|
|
6367
6509
|
},
|
|
6368
6510
|
"doc": {
|
|
6369
6511
|
"__schema": "DocSchema",
|
|
6370
6512
|
"location": {
|
|
6371
6513
|
"filePath": "workspace-config.ts",
|
|
6372
|
-
"line":
|
|
6514
|
+
"line": 184,
|
|
6373
6515
|
"character": 3
|
|
6374
6516
|
},
|
|
6375
6517
|
"raw": "/**\n * Ensure the given directory has a workspace config\n * Load if existing and create new if not\n *\n * @static\n * @param {PathOsBasedAbsolute} dirPath\n * @param {WorkspaceConfigFileProps} [workspaceConfigProps={} as any]\n * @returns {Promise<WorkspaceConfig>}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -6379,7 +6521,7 @@
|
|
|
6379
6521
|
"__schema": "TagSchema",
|
|
6380
6522
|
"location": {
|
|
6381
6523
|
"filePath": "workspace-config.ts",
|
|
6382
|
-
"line":
|
|
6524
|
+
"line": 188,
|
|
6383
6525
|
"character": 6
|
|
6384
6526
|
},
|
|
6385
6527
|
"tagName": "static"
|
|
@@ -6388,7 +6530,7 @@
|
|
|
6388
6530
|
"__schema": "PropertyLikeTagSchema",
|
|
6389
6531
|
"location": {
|
|
6390
6532
|
"filePath": "workspace-config.ts",
|
|
6391
|
-
"line":
|
|
6533
|
+
"line": 189,
|
|
6392
6534
|
"character": 6
|
|
6393
6535
|
},
|
|
6394
6536
|
"name": "dirPath",
|
|
@@ -6397,7 +6539,7 @@
|
|
|
6397
6539
|
"__schema": "TypeRefSchema",
|
|
6398
6540
|
"location": {
|
|
6399
6541
|
"filePath": "workspace-config.ts",
|
|
6400
|
-
"line":
|
|
6542
|
+
"line": 189,
|
|
6401
6543
|
"character": 14
|
|
6402
6544
|
},
|
|
6403
6545
|
"name": "PathOsBasedAbsolute",
|
|
@@ -6408,7 +6550,7 @@
|
|
|
6408
6550
|
"__schema": "PropertyLikeTagSchema",
|
|
6409
6551
|
"location": {
|
|
6410
6552
|
"filePath": "workspace-config.ts",
|
|
6411
|
-
"line":
|
|
6553
|
+
"line": 190,
|
|
6412
6554
|
"character": 6
|
|
6413
6555
|
},
|
|
6414
6556
|
"name": "workspaceConfigProps",
|
|
@@ -6417,7 +6559,7 @@
|
|
|
6417
6559
|
"__schema": "TypeRefSchema",
|
|
6418
6560
|
"location": {
|
|
6419
6561
|
"filePath": "workspace-config.ts",
|
|
6420
|
-
"line":
|
|
6562
|
+
"line": 190,
|
|
6421
6563
|
"character": 14
|
|
6422
6564
|
},
|
|
6423
6565
|
"name": "WorkspaceConfigFileProps"
|
|
@@ -6427,7 +6569,7 @@
|
|
|
6427
6569
|
"__schema": "ReturnTagSchema",
|
|
6428
6570
|
"location": {
|
|
6429
6571
|
"filePath": "workspace-config.ts",
|
|
6430
|
-
"line":
|
|
6572
|
+
"line": 191,
|
|
6431
6573
|
"character": 6
|
|
6432
6574
|
},
|
|
6433
6575
|
"tagName": "return",
|
|
@@ -6435,7 +6577,7 @@
|
|
|
6435
6577
|
"__schema": "TypeRefSchema",
|
|
6436
6578
|
"location": {
|
|
6437
6579
|
"filePath": "workspace-config.ts",
|
|
6438
|
-
"line":
|
|
6580
|
+
"line": 191,
|
|
6439
6581
|
"character": 16
|
|
6440
6582
|
},
|
|
6441
6583
|
"name": "Promise",
|
|
@@ -6444,7 +6586,7 @@
|
|
|
6444
6586
|
"__schema": "TypeRefSchema",
|
|
6445
6587
|
"location": {
|
|
6446
6588
|
"filePath": "workspace-config.ts",
|
|
6447
|
-
"line":
|
|
6589
|
+
"line": 191,
|
|
6448
6590
|
"character": 24
|
|
6449
6591
|
},
|
|
6450
6592
|
"name": "WorkspaceConfig"
|
|
@@ -6456,7 +6598,7 @@
|
|
|
6456
6598
|
"__schema": "TagSchema",
|
|
6457
6599
|
"location": {
|
|
6458
6600
|
"filePath": "workspace-config.ts",
|
|
6459
|
-
"line":
|
|
6601
|
+
"line": 192,
|
|
6460
6602
|
"character": 6
|
|
6461
6603
|
},
|
|
6462
6604
|
"tagName": "memberof",
|
|
@@ -6464,14 +6606,14 @@
|
|
|
6464
6606
|
}
|
|
6465
6607
|
]
|
|
6466
6608
|
},
|
|
6467
|
-
"signature": "(method) WorkspaceConfig.ensure(dirPath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute, workspaceConfigProps?: WorkspaceConfigFileProps): Promise<WorkspaceConfig>",
|
|
6609
|
+
"signature": "(method) WorkspaceConfig.ensure(dirPath: PathOsBasedAbsolute, scopePath: PathOsBasedAbsolute, workspaceConfigProps?: WorkspaceConfigFileProps, generator?: string): Promise<WorkspaceConfig>",
|
|
6468
6610
|
"name": "ensure",
|
|
6469
6611
|
"params": [
|
|
6470
6612
|
{
|
|
6471
6613
|
"__schema": "ParameterSchema",
|
|
6472
6614
|
"location": {
|
|
6473
6615
|
"filePath": "workspace-config.ts",
|
|
6474
|
-
"line":
|
|
6616
|
+
"line": 195,
|
|
6475
6617
|
"character": 5
|
|
6476
6618
|
},
|
|
6477
6619
|
"name": "dirPath",
|
|
@@ -6479,7 +6621,7 @@
|
|
|
6479
6621
|
"__schema": "TypeRefSchema",
|
|
6480
6622
|
"location": {
|
|
6481
6623
|
"filePath": "workspace-config.ts",
|
|
6482
|
-
"line":
|
|
6624
|
+
"line": 195,
|
|
6483
6625
|
"character": 14
|
|
6484
6626
|
},
|
|
6485
6627
|
"name": "PathOsBasedAbsolute",
|
|
@@ -6492,7 +6634,7 @@
|
|
|
6492
6634
|
"__schema": "ParameterSchema",
|
|
6493
6635
|
"location": {
|
|
6494
6636
|
"filePath": "workspace-config.ts",
|
|
6495
|
-
"line":
|
|
6637
|
+
"line": 196,
|
|
6496
6638
|
"character": 5
|
|
6497
6639
|
},
|
|
6498
6640
|
"name": "scopePath",
|
|
@@ -6500,7 +6642,7 @@
|
|
|
6500
6642
|
"__schema": "TypeRefSchema",
|
|
6501
6643
|
"location": {
|
|
6502
6644
|
"filePath": "workspace-config.ts",
|
|
6503
|
-
"line":
|
|
6645
|
+
"line": 196,
|
|
6504
6646
|
"character": 16
|
|
6505
6647
|
},
|
|
6506
6648
|
"name": "PathOsBasedAbsolute",
|
|
@@ -6513,7 +6655,7 @@
|
|
|
6513
6655
|
"__schema": "ParameterSchema",
|
|
6514
6656
|
"location": {
|
|
6515
6657
|
"filePath": "workspace-config.ts",
|
|
6516
|
-
"line":
|
|
6658
|
+
"line": 197,
|
|
6517
6659
|
"character": 5
|
|
6518
6660
|
},
|
|
6519
6661
|
"name": "workspaceConfigProps",
|
|
@@ -6521,7 +6663,7 @@
|
|
|
6521
6663
|
"__schema": "TypeRefSchema",
|
|
6522
6664
|
"location": {
|
|
6523
6665
|
"filePath": "workspace-config.ts",
|
|
6524
|
-
"line":
|
|
6666
|
+
"line": 197,
|
|
6525
6667
|
"character": 27
|
|
6526
6668
|
},
|
|
6527
6669
|
"name": "WorkspaceConfigFileProps"
|
|
@@ -6529,13 +6671,33 @@
|
|
|
6529
6671
|
"isOptional": true,
|
|
6530
6672
|
"defaultValue": "{} as any",
|
|
6531
6673
|
"isSpread": false
|
|
6674
|
+
},
|
|
6675
|
+
{
|
|
6676
|
+
"__schema": "ParameterSchema",
|
|
6677
|
+
"location": {
|
|
6678
|
+
"filePath": "workspace-config.ts",
|
|
6679
|
+
"line": 198,
|
|
6680
|
+
"character": 5
|
|
6681
|
+
},
|
|
6682
|
+
"name": "generator",
|
|
6683
|
+
"type": {
|
|
6684
|
+
"__schema": "KeywordTypeSchema",
|
|
6685
|
+
"location": {
|
|
6686
|
+
"filePath": "workspace-config.ts",
|
|
6687
|
+
"line": 198,
|
|
6688
|
+
"character": 17
|
|
6689
|
+
},
|
|
6690
|
+
"name": "string"
|
|
6691
|
+
},
|
|
6692
|
+
"isOptional": true,
|
|
6693
|
+
"isSpread": false
|
|
6532
6694
|
}
|
|
6533
6695
|
],
|
|
6534
6696
|
"returnType": {
|
|
6535
6697
|
"__schema": "TypeRefSchema",
|
|
6536
6698
|
"location": {
|
|
6537
6699
|
"filePath": "workspace-config.ts",
|
|
6538
|
-
"line":
|
|
6700
|
+
"line": 199,
|
|
6539
6701
|
"character": 6
|
|
6540
6702
|
},
|
|
6541
6703
|
"name": "Promise",
|
|
@@ -6544,7 +6706,7 @@
|
|
|
6544
6706
|
"__schema": "TypeRefSchema",
|
|
6545
6707
|
"location": {
|
|
6546
6708
|
"filePath": "workspace-config.ts",
|
|
6547
|
-
"line":
|
|
6709
|
+
"line": 199,
|
|
6548
6710
|
"character": 14
|
|
6549
6711
|
},
|
|
6550
6712
|
"name": "WorkspaceConfig"
|
|
@@ -6560,7 +6722,7 @@
|
|
|
6560
6722
|
"__schema": "FunctionLikeSchema",
|
|
6561
6723
|
"location": {
|
|
6562
6724
|
"filePath": "workspace-config.ts",
|
|
6563
|
-
"line":
|
|
6725
|
+
"line": 216,
|
|
6564
6726
|
"character": 3
|
|
6565
6727
|
},
|
|
6566
6728
|
"signature": "(method) WorkspaceConfig.reset(dirPath: PathOsBasedAbsolute, resetHard: boolean): Promise<void>",
|
|
@@ -6570,7 +6732,7 @@
|
|
|
6570
6732
|
"__schema": "ParameterSchema",
|
|
6571
6733
|
"location": {
|
|
6572
6734
|
"filePath": "workspace-config.ts",
|
|
6573
|
-
"line":
|
|
6735
|
+
"line": 216,
|
|
6574
6736
|
"character": 22
|
|
6575
6737
|
},
|
|
6576
6738
|
"name": "dirPath",
|
|
@@ -6578,7 +6740,7 @@
|
|
|
6578
6740
|
"__schema": "TypeRefSchema",
|
|
6579
6741
|
"location": {
|
|
6580
6742
|
"filePath": "workspace-config.ts",
|
|
6581
|
-
"line":
|
|
6743
|
+
"line": 216,
|
|
6582
6744
|
"character": 31
|
|
6583
6745
|
},
|
|
6584
6746
|
"name": "PathOsBasedAbsolute",
|
|
@@ -6591,7 +6753,7 @@
|
|
|
6591
6753
|
"__schema": "ParameterSchema",
|
|
6592
6754
|
"location": {
|
|
6593
6755
|
"filePath": "workspace-config.ts",
|
|
6594
|
-
"line":
|
|
6756
|
+
"line": 216,
|
|
6595
6757
|
"character": 52
|
|
6596
6758
|
},
|
|
6597
6759
|
"name": "resetHard",
|
|
@@ -6599,7 +6761,7 @@
|
|
|
6599
6761
|
"__schema": "KeywordTypeSchema",
|
|
6600
6762
|
"location": {
|
|
6601
6763
|
"filePath": "workspace-config.ts",
|
|
6602
|
-
"line":
|
|
6764
|
+
"line": 216,
|
|
6603
6765
|
"character": 63
|
|
6604
6766
|
},
|
|
6605
6767
|
"name": "boolean"
|
|
@@ -6612,7 +6774,7 @@
|
|
|
6612
6774
|
"__schema": "TypeRefSchema",
|
|
6613
6775
|
"location": {
|
|
6614
6776
|
"filePath": "workspace-config.ts",
|
|
6615
|
-
"line":
|
|
6777
|
+
"line": 216,
|
|
6616
6778
|
"character": 73
|
|
6617
6779
|
},
|
|
6618
6780
|
"name": "Promise",
|
|
@@ -6621,7 +6783,7 @@
|
|
|
6621
6783
|
"__schema": "KeywordTypeSchema",
|
|
6622
6784
|
"location": {
|
|
6623
6785
|
"filePath": "workspace-config.ts",
|
|
6624
|
-
"line":
|
|
6786
|
+
"line": 216,
|
|
6625
6787
|
"character": 81
|
|
6626
6788
|
},
|
|
6627
6789
|
"name": "void"
|
|
@@ -6637,14 +6799,14 @@
|
|
|
6637
6799
|
"__schema": "FunctionLikeSchema",
|
|
6638
6800
|
"location": {
|
|
6639
6801
|
"filePath": "workspace-config.ts",
|
|
6640
|
-
"line":
|
|
6802
|
+
"line": 232,
|
|
6641
6803
|
"character": 3
|
|
6642
6804
|
},
|
|
6643
6805
|
"doc": {
|
|
6644
6806
|
"__schema": "DocSchema",
|
|
6645
6807
|
"location": {
|
|
6646
6808
|
"filePath": "workspace-config.ts",
|
|
6647
|
-
"line":
|
|
6809
|
+
"line": 224,
|
|
6648
6810
|
"character": 3
|
|
6649
6811
|
},
|
|
6650
6812
|
"raw": "/**\n * Get the path of the workspace.jsonc file by a containing folder\n *\n * @static\n * @param {PathOsBased} dirPath containing dir of the workspace.jsonc file\n * @returns {PathOsBased}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -6654,7 +6816,7 @@
|
|
|
6654
6816
|
"__schema": "TagSchema",
|
|
6655
6817
|
"location": {
|
|
6656
6818
|
"filePath": "workspace-config.ts",
|
|
6657
|
-
"line":
|
|
6819
|
+
"line": 227,
|
|
6658
6820
|
"character": 6
|
|
6659
6821
|
},
|
|
6660
6822
|
"tagName": "static"
|
|
@@ -6663,7 +6825,7 @@
|
|
|
6663
6825
|
"__schema": "PropertyLikeTagSchema",
|
|
6664
6826
|
"location": {
|
|
6665
6827
|
"filePath": "workspace-config.ts",
|
|
6666
|
-
"line":
|
|
6828
|
+
"line": 228,
|
|
6667
6829
|
"character": 6
|
|
6668
6830
|
},
|
|
6669
6831
|
"name": "dirPath",
|
|
@@ -6673,7 +6835,7 @@
|
|
|
6673
6835
|
"__schema": "TypeRefSchema",
|
|
6674
6836
|
"location": {
|
|
6675
6837
|
"filePath": "workspace-config.ts",
|
|
6676
|
-
"line":
|
|
6838
|
+
"line": 228,
|
|
6677
6839
|
"character": 14
|
|
6678
6840
|
},
|
|
6679
6841
|
"name": "PathOsBased",
|
|
@@ -6684,7 +6846,7 @@
|
|
|
6684
6846
|
"__schema": "ReturnTagSchema",
|
|
6685
6847
|
"location": {
|
|
6686
6848
|
"filePath": "workspace-config.ts",
|
|
6687
|
-
"line":
|
|
6849
|
+
"line": 229,
|
|
6688
6850
|
"character": 6
|
|
6689
6851
|
},
|
|
6690
6852
|
"tagName": "return",
|
|
@@ -6692,7 +6854,7 @@
|
|
|
6692
6854
|
"__schema": "TypeRefSchema",
|
|
6693
6855
|
"location": {
|
|
6694
6856
|
"filePath": "workspace-config.ts",
|
|
6695
|
-
"line":
|
|
6857
|
+
"line": 229,
|
|
6696
6858
|
"character": 16
|
|
6697
6859
|
},
|
|
6698
6860
|
"name": "PathOsBased",
|
|
@@ -6703,7 +6865,7 @@
|
|
|
6703
6865
|
"__schema": "TagSchema",
|
|
6704
6866
|
"location": {
|
|
6705
6867
|
"filePath": "workspace-config.ts",
|
|
6706
|
-
"line":
|
|
6868
|
+
"line": 230,
|
|
6707
6869
|
"character": 6
|
|
6708
6870
|
},
|
|
6709
6871
|
"tagName": "memberof",
|
|
@@ -6718,7 +6880,7 @@
|
|
|
6718
6880
|
"__schema": "ParameterSchema",
|
|
6719
6881
|
"location": {
|
|
6720
6882
|
"filePath": "workspace-config.ts",
|
|
6721
|
-
"line":
|
|
6883
|
+
"line": 232,
|
|
6722
6884
|
"character": 36
|
|
6723
6885
|
},
|
|
6724
6886
|
"name": "dirPath",
|
|
@@ -6726,7 +6888,7 @@
|
|
|
6726
6888
|
"__schema": "TypeRefSchema",
|
|
6727
6889
|
"location": {
|
|
6728
6890
|
"filePath": "workspace-config.ts",
|
|
6729
|
-
"line":
|
|
6891
|
+
"line": 232,
|
|
6730
6892
|
"character": 45
|
|
6731
6893
|
},
|
|
6732
6894
|
"name": "PathOsBased",
|
|
@@ -6740,7 +6902,7 @@
|
|
|
6740
6902
|
"__schema": "TypeRefSchema",
|
|
6741
6903
|
"location": {
|
|
6742
6904
|
"filePath": "workspace-config.ts",
|
|
6743
|
-
"line":
|
|
6905
|
+
"line": 232,
|
|
6744
6906
|
"character": 3
|
|
6745
6907
|
},
|
|
6746
6908
|
"name": "PathOsBased",
|
|
@@ -6754,7 +6916,7 @@
|
|
|
6754
6916
|
"__schema": "FunctionLikeSchema",
|
|
6755
6917
|
"location": {
|
|
6756
6918
|
"filePath": "workspace-config.ts",
|
|
6757
|
-
"line":
|
|
6919
|
+
"line": 236,
|
|
6758
6920
|
"character": 3
|
|
6759
6921
|
},
|
|
6760
6922
|
"signature": "(method) WorkspaceConfig.pathHasWorkspaceJsonc(dirPath: PathOsBased): Promise<boolean>",
|
|
@@ -6764,7 +6926,7 @@
|
|
|
6764
6926
|
"__schema": "ParameterSchema",
|
|
6765
6927
|
"location": {
|
|
6766
6928
|
"filePath": "workspace-config.ts",
|
|
6767
|
-
"line":
|
|
6929
|
+
"line": 236,
|
|
6768
6930
|
"character": 38
|
|
6769
6931
|
},
|
|
6770
6932
|
"name": "dirPath",
|
|
@@ -6772,7 +6934,7 @@
|
|
|
6772
6934
|
"__schema": "TypeRefSchema",
|
|
6773
6935
|
"location": {
|
|
6774
6936
|
"filePath": "workspace-config.ts",
|
|
6775
|
-
"line":
|
|
6937
|
+
"line": 236,
|
|
6776
6938
|
"character": 47
|
|
6777
6939
|
},
|
|
6778
6940
|
"name": "PathOsBased",
|
|
@@ -6786,7 +6948,7 @@
|
|
|
6786
6948
|
"__schema": "TypeRefSchema",
|
|
6787
6949
|
"location": {
|
|
6788
6950
|
"filePath": "workspace-config.ts",
|
|
6789
|
-
"line":
|
|
6951
|
+
"line": 236,
|
|
6790
6952
|
"character": 61
|
|
6791
6953
|
},
|
|
6792
6954
|
"name": "Promise",
|
|
@@ -6795,7 +6957,7 @@
|
|
|
6795
6957
|
"__schema": "KeywordTypeSchema",
|
|
6796
6958
|
"location": {
|
|
6797
6959
|
"filePath": "workspace-config.ts",
|
|
6798
|
-
"line":
|
|
6960
|
+
"line": 236,
|
|
6799
6961
|
"character": 69
|
|
6800
6962
|
},
|
|
6801
6963
|
"name": "boolean"
|
|
@@ -6811,14 +6973,14 @@
|
|
|
6811
6973
|
"__schema": "FunctionLikeSchema",
|
|
6812
6974
|
"location": {
|
|
6813
6975
|
"filePath": "workspace-config.ts",
|
|
6814
|
-
"line":
|
|
6976
|
+
"line": 245,
|
|
6815
6977
|
"character": 3
|
|
6816
6978
|
},
|
|
6817
6979
|
"doc": {
|
|
6818
6980
|
"__schema": "DocSchema",
|
|
6819
6981
|
"location": {
|
|
6820
6982
|
"filePath": "workspace-config.ts",
|
|
6821
|
-
"line":
|
|
6983
|
+
"line": 241,
|
|
6822
6984
|
"character": 3
|
|
6823
6985
|
},
|
|
6824
6986
|
"raw": "/**\n * Check if the given dir has workspace config (new or legacy)\n * @param dirPath\n */",
|
|
@@ -6828,7 +6990,7 @@
|
|
|
6828
6990
|
"__schema": "PropertyLikeTagSchema",
|
|
6829
6991
|
"location": {
|
|
6830
6992
|
"filePath": "workspace-config.ts",
|
|
6831
|
-
"line":
|
|
6993
|
+
"line": 243,
|
|
6832
6994
|
"character": 6
|
|
6833
6995
|
},
|
|
6834
6996
|
"name": "dirPath",
|
|
@@ -6843,7 +7005,7 @@
|
|
|
6843
7005
|
"__schema": "ParameterSchema",
|
|
6844
7006
|
"location": {
|
|
6845
7007
|
"filePath": "workspace-config.ts",
|
|
6846
|
-
"line":
|
|
7008
|
+
"line": 245,
|
|
6847
7009
|
"character": 24
|
|
6848
7010
|
},
|
|
6849
7011
|
"name": "dirPath",
|
|
@@ -6851,7 +7013,7 @@
|
|
|
6851
7013
|
"__schema": "TypeRefSchema",
|
|
6852
7014
|
"location": {
|
|
6853
7015
|
"filePath": "workspace-config.ts",
|
|
6854
|
-
"line":
|
|
7016
|
+
"line": 245,
|
|
6855
7017
|
"character": 33
|
|
6856
7018
|
},
|
|
6857
7019
|
"name": "PathOsBased",
|
|
@@ -6865,7 +7027,7 @@
|
|
|
6865
7027
|
"__schema": "TypeRefSchema",
|
|
6866
7028
|
"location": {
|
|
6867
7029
|
"filePath": "workspace-config.ts",
|
|
6868
|
-
"line":
|
|
7030
|
+
"line": 245,
|
|
6869
7031
|
"character": 47
|
|
6870
7032
|
},
|
|
6871
7033
|
"name": "Promise",
|
|
@@ -6874,7 +7036,7 @@
|
|
|
6874
7036
|
"__schema": "TypeUnionSchema",
|
|
6875
7037
|
"location": {
|
|
6876
7038
|
"filePath": "workspace-config.ts",
|
|
6877
|
-
"line":
|
|
7039
|
+
"line": 245,
|
|
6878
7040
|
"character": 55
|
|
6879
7041
|
},
|
|
6880
7042
|
"types": [
|
|
@@ -6882,7 +7044,7 @@
|
|
|
6882
7044
|
"__schema": "KeywordTypeSchema",
|
|
6883
7045
|
"location": {
|
|
6884
7046
|
"filePath": "workspace-config.ts",
|
|
6885
|
-
"line":
|
|
7047
|
+
"line": 245,
|
|
6886
7048
|
"character": 55
|
|
6887
7049
|
},
|
|
6888
7050
|
"name": "boolean"
|
|
@@ -6891,7 +7053,7 @@
|
|
|
6891
7053
|
"__schema": "KeywordTypeSchema",
|
|
6892
7054
|
"location": {
|
|
6893
7055
|
"filePath": "workspace-config.ts",
|
|
6894
|
-
"line":
|
|
7056
|
+
"line": 245,
|
|
6895
7057
|
"character": 65
|
|
6896
7058
|
},
|
|
6897
7059
|
"name": "undefined"
|
|
@@ -6909,14 +7071,14 @@
|
|
|
6909
7071
|
"__schema": "FunctionLikeSchema",
|
|
6910
7072
|
"location": {
|
|
6911
7073
|
"filePath": "workspace-config.ts",
|
|
6912
|
-
"line":
|
|
7074
|
+
"line": 261,
|
|
6913
7075
|
"character": 3
|
|
6914
7076
|
},
|
|
6915
7077
|
"doc": {
|
|
6916
7078
|
"__schema": "DocSchema",
|
|
6917
7079
|
"location": {
|
|
6918
7080
|
"filePath": "workspace-config.ts",
|
|
6919
|
-
"line":
|
|
7081
|
+
"line": 253,
|
|
6920
7082
|
"character": 3
|
|
6921
7083
|
},
|
|
6922
7084
|
"raw": "/**\n * Load the workspace configuration if it's exist\n *\n * @static\n * @param {PathOsBased} dirPath\n * @returns {(Promise<WorkspaceConfig | undefined>)}\n * @memberof WorkspaceConfig\n */",
|
|
@@ -6926,7 +7088,7 @@
|
|
|
6926
7088
|
"__schema": "TagSchema",
|
|
6927
7089
|
"location": {
|
|
6928
7090
|
"filePath": "workspace-config.ts",
|
|
6929
|
-
"line":
|
|
7091
|
+
"line": 256,
|
|
6930
7092
|
"character": 6
|
|
6931
7093
|
},
|
|
6932
7094
|
"tagName": "static"
|
|
@@ -6935,7 +7097,7 @@
|
|
|
6935
7097
|
"__schema": "PropertyLikeTagSchema",
|
|
6936
7098
|
"location": {
|
|
6937
7099
|
"filePath": "workspace-config.ts",
|
|
6938
|
-
"line":
|
|
7100
|
+
"line": 257,
|
|
6939
7101
|
"character": 6
|
|
6940
7102
|
},
|
|
6941
7103
|
"name": "dirPath",
|
|
@@ -6944,7 +7106,7 @@
|
|
|
6944
7106
|
"__schema": "TypeRefSchema",
|
|
6945
7107
|
"location": {
|
|
6946
7108
|
"filePath": "workspace-config.ts",
|
|
6947
|
-
"line":
|
|
7109
|
+
"line": 257,
|
|
6948
7110
|
"character": 14
|
|
6949
7111
|
},
|
|
6950
7112
|
"name": "PathOsBased",
|
|
@@ -6955,7 +7117,7 @@
|
|
|
6955
7117
|
"__schema": "ReturnTagSchema",
|
|
6956
7118
|
"location": {
|
|
6957
7119
|
"filePath": "workspace-config.ts",
|
|
6958
|
-
"line":
|
|
7120
|
+
"line": 258,
|
|
6959
7121
|
"character": 6
|
|
6960
7122
|
},
|
|
6961
7123
|
"tagName": "return",
|
|
@@ -6963,14 +7125,14 @@
|
|
|
6963
7125
|
"__schema": "ParenthesizedTypeSchema",
|
|
6964
7126
|
"location": {
|
|
6965
7127
|
"filePath": "workspace-config.ts",
|
|
6966
|
-
"line":
|
|
7128
|
+
"line": 258,
|
|
6967
7129
|
"character": 16
|
|
6968
7130
|
},
|
|
6969
7131
|
"type": {
|
|
6970
7132
|
"__schema": "TypeRefSchema",
|
|
6971
7133
|
"location": {
|
|
6972
7134
|
"filePath": "workspace-config.ts",
|
|
6973
|
-
"line":
|
|
7135
|
+
"line": 258,
|
|
6974
7136
|
"character": 17
|
|
6975
7137
|
},
|
|
6976
7138
|
"name": "Promise",
|
|
@@ -6979,7 +7141,7 @@
|
|
|
6979
7141
|
"__schema": "TypeUnionSchema",
|
|
6980
7142
|
"location": {
|
|
6981
7143
|
"filePath": "workspace-config.ts",
|
|
6982
|
-
"line":
|
|
7144
|
+
"line": 258,
|
|
6983
7145
|
"character": 25
|
|
6984
7146
|
},
|
|
6985
7147
|
"types": [
|
|
@@ -6987,7 +7149,7 @@
|
|
|
6987
7149
|
"__schema": "TypeRefSchema",
|
|
6988
7150
|
"location": {
|
|
6989
7151
|
"filePath": "workspace-config.ts",
|
|
6990
|
-
"line":
|
|
7152
|
+
"line": 258,
|
|
6991
7153
|
"character": 25
|
|
6992
7154
|
},
|
|
6993
7155
|
"name": "WorkspaceConfig"
|
|
@@ -6996,7 +7158,7 @@
|
|
|
6996
7158
|
"__schema": "KeywordTypeSchema",
|
|
6997
7159
|
"location": {
|
|
6998
7160
|
"filePath": "workspace-config.ts",
|
|
6999
|
-
"line":
|
|
7161
|
+
"line": 258,
|
|
7000
7162
|
"character": 43
|
|
7001
7163
|
},
|
|
7002
7164
|
"name": "undefined"
|
|
@@ -7011,7 +7173,7 @@
|
|
|
7011
7173
|
"__schema": "TagSchema",
|
|
7012
7174
|
"location": {
|
|
7013
7175
|
"filePath": "workspace-config.ts",
|
|
7014
|
-
"line":
|
|
7176
|
+
"line": 259,
|
|
7015
7177
|
"character": 6
|
|
7016
7178
|
},
|
|
7017
7179
|
"tagName": "memberof",
|
|
@@ -7026,7 +7188,7 @@
|
|
|
7026
7188
|
"__schema": "ParameterSchema",
|
|
7027
7189
|
"location": {
|
|
7028
7190
|
"filePath": "workspace-config.ts",
|
|
7029
|
-
"line":
|
|
7191
|
+
"line": 262,
|
|
7030
7192
|
"character": 5
|
|
7031
7193
|
},
|
|
7032
7194
|
"name": "dirPath",
|
|
@@ -7034,7 +7196,7 @@
|
|
|
7034
7196
|
"__schema": "TypeRefSchema",
|
|
7035
7197
|
"location": {
|
|
7036
7198
|
"filePath": "workspace-config.ts",
|
|
7037
|
-
"line":
|
|
7199
|
+
"line": 262,
|
|
7038
7200
|
"character": 14
|
|
7039
7201
|
},
|
|
7040
7202
|
"name": "PathOsBased",
|
|
@@ -7047,7 +7209,7 @@
|
|
|
7047
7209
|
"__schema": "ParameterSchema",
|
|
7048
7210
|
"location": {
|
|
7049
7211
|
"filePath": "workspace-config.ts",
|
|
7050
|
-
"line":
|
|
7212
|
+
"line": 263,
|
|
7051
7213
|
"character": 5
|
|
7052
7214
|
},
|
|
7053
7215
|
"name": "scopePath",
|
|
@@ -7055,7 +7217,7 @@
|
|
|
7055
7217
|
"__schema": "TypeRefSchema",
|
|
7056
7218
|
"location": {
|
|
7057
7219
|
"filePath": "workspace-config.ts",
|
|
7058
|
-
"line":
|
|
7220
|
+
"line": 263,
|
|
7059
7221
|
"character": 17
|
|
7060
7222
|
},
|
|
7061
7223
|
"name": "PathOsBasedAbsolute",
|
|
@@ -7069,7 +7231,7 @@
|
|
|
7069
7231
|
"__schema": "TypeRefSchema",
|
|
7070
7232
|
"location": {
|
|
7071
7233
|
"filePath": "workspace-config.ts",
|
|
7072
|
-
"line":
|
|
7234
|
+
"line": 264,
|
|
7073
7235
|
"character": 6
|
|
7074
7236
|
},
|
|
7075
7237
|
"name": "Promise",
|
|
@@ -7078,7 +7240,7 @@
|
|
|
7078
7240
|
"__schema": "TypeUnionSchema",
|
|
7079
7241
|
"location": {
|
|
7080
7242
|
"filePath": "workspace-config.ts",
|
|
7081
|
-
"line":
|
|
7243
|
+
"line": 264,
|
|
7082
7244
|
"character": 14
|
|
7083
7245
|
},
|
|
7084
7246
|
"types": [
|
|
@@ -7086,7 +7248,7 @@
|
|
|
7086
7248
|
"__schema": "TypeRefSchema",
|
|
7087
7249
|
"location": {
|
|
7088
7250
|
"filePath": "workspace-config.ts",
|
|
7089
|
-
"line":
|
|
7251
|
+
"line": 264,
|
|
7090
7252
|
"character": 14
|
|
7091
7253
|
},
|
|
7092
7254
|
"name": "WorkspaceConfig"
|
|
@@ -7095,7 +7257,7 @@
|
|
|
7095
7257
|
"__schema": "KeywordTypeSchema",
|
|
7096
7258
|
"location": {
|
|
7097
7259
|
"filePath": "workspace-config.ts",
|
|
7098
|
-
"line":
|
|
7260
|
+
"line": 264,
|
|
7099
7261
|
"character": 32
|
|
7100
7262
|
},
|
|
7101
7263
|
"name": "undefined"
|
|
@@ -7113,7 +7275,7 @@
|
|
|
7113
7275
|
"__schema": "FunctionLikeSchema",
|
|
7114
7276
|
"location": {
|
|
7115
7277
|
"filePath": "workspace-config.ts",
|
|
7116
|
-
"line":
|
|
7278
|
+
"line": 274,
|
|
7117
7279
|
"character": 3
|
|
7118
7280
|
},
|
|
7119
7281
|
"signature": "(method) WorkspaceConfig._loadFromWorkspaceJsonc(workspaceJsoncPath: PathOsBased, scopePath?: string): Promise<WorkspaceConfig>",
|
|
@@ -7123,7 +7285,7 @@
|
|
|
7123
7285
|
"__schema": "ParameterSchema",
|
|
7124
7286
|
"location": {
|
|
7125
7287
|
"filePath": "workspace-config.ts",
|
|
7126
|
-
"line":
|
|
7288
|
+
"line": 274,
|
|
7127
7289
|
"character": 40
|
|
7128
7290
|
},
|
|
7129
7291
|
"name": "workspaceJsoncPath",
|
|
@@ -7131,7 +7293,7 @@
|
|
|
7131
7293
|
"__schema": "TypeRefSchema",
|
|
7132
7294
|
"location": {
|
|
7133
7295
|
"filePath": "workspace-config.ts",
|
|
7134
|
-
"line":
|
|
7296
|
+
"line": 274,
|
|
7135
7297
|
"character": 60
|
|
7136
7298
|
},
|
|
7137
7299
|
"name": "PathOsBased",
|
|
@@ -7144,7 +7306,7 @@
|
|
|
7144
7306
|
"__schema": "ParameterSchema",
|
|
7145
7307
|
"location": {
|
|
7146
7308
|
"filePath": "workspace-config.ts",
|
|
7147
|
-
"line":
|
|
7309
|
+
"line": 274,
|
|
7148
7310
|
"character": 73
|
|
7149
7311
|
},
|
|
7150
7312
|
"name": "scopePath",
|
|
@@ -7152,7 +7314,7 @@
|
|
|
7152
7314
|
"__schema": "KeywordTypeSchema",
|
|
7153
7315
|
"location": {
|
|
7154
7316
|
"filePath": "workspace-config.ts",
|
|
7155
|
-
"line":
|
|
7317
|
+
"line": 274,
|
|
7156
7318
|
"character": 85
|
|
7157
7319
|
},
|
|
7158
7320
|
"name": "string"
|
|
@@ -7165,7 +7327,7 @@
|
|
|
7165
7327
|
"__schema": "TypeRefSchema",
|
|
7166
7328
|
"location": {
|
|
7167
7329
|
"filePath": "workspace-config.ts",
|
|
7168
|
-
"line":
|
|
7330
|
+
"line": 274,
|
|
7169
7331
|
"character": 94
|
|
7170
7332
|
},
|
|
7171
7333
|
"name": "Promise",
|
|
@@ -7174,7 +7336,7 @@
|
|
|
7174
7336
|
"__schema": "TypeRefSchema",
|
|
7175
7337
|
"location": {
|
|
7176
7338
|
"filePath": "workspace-config.ts",
|
|
7177
|
-
"line":
|
|
7339
|
+
"line": 274,
|
|
7178
7340
|
"character": 102
|
|
7179
7341
|
},
|
|
7180
7342
|
"name": "WorkspaceConfig"
|
|
@@ -7190,7 +7352,7 @@
|
|
|
7190
7352
|
"__schema": "FunctionLikeSchema",
|
|
7191
7353
|
"location": {
|
|
7192
7354
|
"filePath": "workspace-config.ts",
|
|
7193
|
-
"line":
|
|
7355
|
+
"line": 285,
|
|
7194
7356
|
"character": 3
|
|
7195
7357
|
},
|
|
7196
7358
|
"signature": "(method) WorkspaceConfig.write({ dir, reasonForChange }?: {\n dir?: PathOsBasedAbsolute;\n reasonForChange?: string;\n}): Promise<void>",
|
|
@@ -7200,7 +7362,7 @@
|
|
|
7200
7362
|
"__schema": "ParameterSchema",
|
|
7201
7363
|
"location": {
|
|
7202
7364
|
"filePath": "workspace-config.ts",
|
|
7203
|
-
"line":
|
|
7365
|
+
"line": 285,
|
|
7204
7366
|
"character": 15
|
|
7205
7367
|
},
|
|
7206
7368
|
"name": "{ dir, reasonForChange }",
|
|
@@ -7208,7 +7370,7 @@
|
|
|
7208
7370
|
"__schema": "TypeLiteralSchema",
|
|
7209
7371
|
"location": {
|
|
7210
7372
|
"filePath": "workspace-config.ts",
|
|
7211
|
-
"line":
|
|
7373
|
+
"line": 285,
|
|
7212
7374
|
"character": 41
|
|
7213
7375
|
},
|
|
7214
7376
|
"members": [
|
|
@@ -7216,7 +7378,7 @@
|
|
|
7216
7378
|
"__schema": "VariableLikeSchema",
|
|
7217
7379
|
"location": {
|
|
7218
7380
|
"filePath": "workspace-config.ts",
|
|
7219
|
-
"line":
|
|
7381
|
+
"line": 285,
|
|
7220
7382
|
"character": 43
|
|
7221
7383
|
},
|
|
7222
7384
|
"signature": "(property) dir?: string | undefined",
|
|
@@ -7225,7 +7387,7 @@
|
|
|
7225
7387
|
"__schema": "TypeRefSchema",
|
|
7226
7388
|
"location": {
|
|
7227
7389
|
"filePath": "workspace-config.ts",
|
|
7228
|
-
"line":
|
|
7390
|
+
"line": 285,
|
|
7229
7391
|
"character": 49
|
|
7230
7392
|
},
|
|
7231
7393
|
"name": "PathOsBasedAbsolute",
|
|
@@ -7237,7 +7399,7 @@
|
|
|
7237
7399
|
"__schema": "VariableLikeSchema",
|
|
7238
7400
|
"location": {
|
|
7239
7401
|
"filePath": "workspace-config.ts",
|
|
7240
|
-
"line":
|
|
7402
|
+
"line": 285,
|
|
7241
7403
|
"character": 70
|
|
7242
7404
|
},
|
|
7243
7405
|
"signature": "(property) reasonForChange?: string | undefined",
|
|
@@ -7246,7 +7408,7 @@
|
|
|
7246
7408
|
"__schema": "KeywordTypeSchema",
|
|
7247
7409
|
"location": {
|
|
7248
7410
|
"filePath": "workspace-config.ts",
|
|
7249
|
-
"line":
|
|
7411
|
+
"line": 285,
|
|
7250
7412
|
"character": 88
|
|
7251
7413
|
},
|
|
7252
7414
|
"name": "string"
|
|
@@ -7262,7 +7424,7 @@
|
|
|
7262
7424
|
"__schema": "VariableLikeSchema",
|
|
7263
7425
|
"location": {
|
|
7264
7426
|
"filePath": "workspace-config.ts",
|
|
7265
|
-
"line":
|
|
7427
|
+
"line": 285,
|
|
7266
7428
|
"character": 43
|
|
7267
7429
|
},
|
|
7268
7430
|
"signature": "(property) dir?: string | undefined",
|
|
@@ -7271,7 +7433,7 @@
|
|
|
7271
7433
|
"__schema": "TypeRefSchema",
|
|
7272
7434
|
"location": {
|
|
7273
7435
|
"filePath": "workspace-config.ts",
|
|
7274
|
-
"line":
|
|
7436
|
+
"line": 285,
|
|
7275
7437
|
"character": 49
|
|
7276
7438
|
},
|
|
7277
7439
|
"name": "PathOsBasedAbsolute",
|
|
@@ -7283,7 +7445,7 @@
|
|
|
7283
7445
|
"__schema": "VariableLikeSchema",
|
|
7284
7446
|
"location": {
|
|
7285
7447
|
"filePath": "workspace-config.ts",
|
|
7286
|
-
"line":
|
|
7448
|
+
"line": 285,
|
|
7287
7449
|
"character": 70
|
|
7288
7450
|
},
|
|
7289
7451
|
"signature": "(property) reasonForChange?: string | undefined",
|
|
@@ -7292,7 +7454,7 @@
|
|
|
7292
7454
|
"__schema": "KeywordTypeSchema",
|
|
7293
7455
|
"location": {
|
|
7294
7456
|
"filePath": "workspace-config.ts",
|
|
7295
|
-
"line":
|
|
7457
|
+
"line": 285,
|
|
7296
7458
|
"character": 88
|
|
7297
7459
|
},
|
|
7298
7460
|
"name": "string"
|
|
@@ -7307,7 +7469,7 @@
|
|
|
7307
7469
|
"__schema": "TypeRefSchema",
|
|
7308
7470
|
"location": {
|
|
7309
7471
|
"filePath": "workspace-config.ts",
|
|
7310
|
-
"line":
|
|
7472
|
+
"line": 285,
|
|
7311
7473
|
"character": 104
|
|
7312
7474
|
},
|
|
7313
7475
|
"name": "Promise",
|
|
@@ -7316,7 +7478,7 @@
|
|
|
7316
7478
|
"__schema": "KeywordTypeSchema",
|
|
7317
7479
|
"location": {
|
|
7318
7480
|
"filePath": "workspace-config.ts",
|
|
7319
|
-
"line":
|
|
7481
|
+
"line": 285,
|
|
7320
7482
|
"character": 112
|
|
7321
7483
|
},
|
|
7322
7484
|
"name": "void"
|
|
@@ -7331,7 +7493,7 @@
|
|
|
7331
7493
|
"__schema": "FunctionLikeSchema",
|
|
7332
7494
|
"location": {
|
|
7333
7495
|
"filePath": "workspace-config.ts",
|
|
7334
|
-
"line":
|
|
7496
|
+
"line": 300,
|
|
7335
7497
|
"character": 3
|
|
7336
7498
|
},
|
|
7337
7499
|
"signature": "(method) WorkspaceConfig.backupConfigFile(reasonForChange?: string): Promise<void>",
|
|
@@ -7341,7 +7503,7 @@
|
|
|
7341
7503
|
"__schema": "ParameterSchema",
|
|
7342
7504
|
"location": {
|
|
7343
7505
|
"filePath": "workspace-config.ts",
|
|
7344
|
-
"line":
|
|
7506
|
+
"line": 300,
|
|
7345
7507
|
"character": 26
|
|
7346
7508
|
},
|
|
7347
7509
|
"name": "reasonForChange",
|
|
@@ -7349,7 +7511,7 @@
|
|
|
7349
7511
|
"__schema": "KeywordTypeSchema",
|
|
7350
7512
|
"location": {
|
|
7351
7513
|
"filePath": "workspace-config.ts",
|
|
7352
|
-
"line":
|
|
7514
|
+
"line": 300,
|
|
7353
7515
|
"character": 44
|
|
7354
7516
|
},
|
|
7355
7517
|
"name": "string"
|
|
@@ -7362,7 +7524,7 @@
|
|
|
7362
7524
|
"__schema": "InferenceTypeSchema",
|
|
7363
7525
|
"location": {
|
|
7364
7526
|
"filePath": "workspace-config.ts",
|
|
7365
|
-
"line":
|
|
7527
|
+
"line": 300,
|
|
7366
7528
|
"character": 3
|
|
7367
7529
|
},
|
|
7368
7530
|
"type": "Promise<void>"
|
|
@@ -7375,7 +7537,7 @@
|
|
|
7375
7537
|
"__schema": "FunctionLikeSchema",
|
|
7376
7538
|
"location": {
|
|
7377
7539
|
"filePath": "workspace-config.ts",
|
|
7378
|
-
"line":
|
|
7540
|
+
"line": 323,
|
|
7379
7541
|
"character": 3
|
|
7380
7542
|
},
|
|
7381
7543
|
"signature": "(method) WorkspaceConfig.getBackupHistoryDir(): string",
|
|
@@ -7385,7 +7547,7 @@
|
|
|
7385
7547
|
"__schema": "InferenceTypeSchema",
|
|
7386
7548
|
"location": {
|
|
7387
7549
|
"filePath": "workspace-config.ts",
|
|
7388
|
-
"line":
|
|
7550
|
+
"line": 323,
|
|
7389
7551
|
"character": 3
|
|
7390
7552
|
},
|
|
7391
7553
|
"type": "string"
|
|
@@ -7396,7 +7558,7 @@
|
|
|
7396
7558
|
"__schema": "FunctionLikeSchema",
|
|
7397
7559
|
"location": {
|
|
7398
7560
|
"filePath": "workspace-config.ts",
|
|
7399
|
-
"line":
|
|
7561
|
+
"line": 326,
|
|
7400
7562
|
"character": 3
|
|
7401
7563
|
},
|
|
7402
7564
|
"signature": "(method) WorkspaceConfig.getBackupMetadataFilePath(): string",
|
|
@@ -7406,7 +7568,7 @@
|
|
|
7406
7568
|
"__schema": "InferenceTypeSchema",
|
|
7407
7569
|
"location": {
|
|
7408
7570
|
"filePath": "workspace-config.ts",
|
|
7409
|
-
"line":
|
|
7571
|
+
"line": 326,
|
|
7410
7572
|
"character": 3
|
|
7411
7573
|
},
|
|
7412
7574
|
"type": "string"
|
|
@@ -7417,7 +7579,7 @@
|
|
|
7417
7579
|
"__schema": "FunctionLikeSchema",
|
|
7418
7580
|
"location": {
|
|
7419
7581
|
"filePath": "workspace-config.ts",
|
|
7420
|
-
"line":
|
|
7582
|
+
"line": 346,
|
|
7421
7583
|
"character": 3
|
|
7422
7584
|
},
|
|
7423
7585
|
"signature": "(method) WorkspaceConfig.toVinyl(workspaceDir: PathOsBasedAbsolute): Promise<AbstractVinyl[] | undefined>",
|
|
@@ -7427,7 +7589,7 @@
|
|
|
7427
7589
|
"__schema": "ParameterSchema",
|
|
7428
7590
|
"location": {
|
|
7429
7591
|
"filePath": "workspace-config.ts",
|
|
7430
|
-
"line":
|
|
7592
|
+
"line": 346,
|
|
7431
7593
|
"character": 17
|
|
7432
7594
|
},
|
|
7433
7595
|
"name": "workspaceDir",
|
|
@@ -7435,7 +7597,7 @@
|
|
|
7435
7597
|
"__schema": "TypeRefSchema",
|
|
7436
7598
|
"location": {
|
|
7437
7599
|
"filePath": "workspace-config.ts",
|
|
7438
|
-
"line":
|
|
7600
|
+
"line": 346,
|
|
7439
7601
|
"character": 31
|
|
7440
7602
|
},
|
|
7441
7603
|
"name": "PathOsBasedAbsolute",
|
|
@@ -7449,7 +7611,7 @@
|
|
|
7449
7611
|
"__schema": "TypeRefSchema",
|
|
7450
7612
|
"location": {
|
|
7451
7613
|
"filePath": "workspace-config.ts",
|
|
7452
|
-
"line":
|
|
7614
|
+
"line": 346,
|
|
7453
7615
|
"character": 53
|
|
7454
7616
|
},
|
|
7455
7617
|
"name": "Promise",
|
|
@@ -7458,7 +7620,7 @@
|
|
|
7458
7620
|
"__schema": "TypeUnionSchema",
|
|
7459
7621
|
"location": {
|
|
7460
7622
|
"filePath": "workspace-config.ts",
|
|
7461
|
-
"line":
|
|
7623
|
+
"line": 346,
|
|
7462
7624
|
"character": 61
|
|
7463
7625
|
},
|
|
7464
7626
|
"types": [
|
|
@@ -7466,14 +7628,14 @@
|
|
|
7466
7628
|
"__schema": "TypeArraySchema",
|
|
7467
7629
|
"location": {
|
|
7468
7630
|
"filePath": "workspace-config.ts",
|
|
7469
|
-
"line":
|
|
7631
|
+
"line": 346,
|
|
7470
7632
|
"character": 61
|
|
7471
7633
|
},
|
|
7472
7634
|
"type": {
|
|
7473
7635
|
"__schema": "TypeRefSchema",
|
|
7474
7636
|
"location": {
|
|
7475
7637
|
"filePath": "workspace-config.ts",
|
|
7476
|
-
"line":
|
|
7638
|
+
"line": 346,
|
|
7477
7639
|
"character": 61
|
|
7478
7640
|
},
|
|
7479
7641
|
"name": "AbstractVinyl",
|
|
@@ -7484,7 +7646,7 @@
|
|
|
7484
7646
|
"__schema": "KeywordTypeSchema",
|
|
7485
7647
|
"location": {
|
|
7486
7648
|
"filePath": "workspace-config.ts",
|
|
7487
|
-
"line":
|
|
7649
|
+
"line": 346,
|
|
7488
7650
|
"character": 79
|
|
7489
7651
|
},
|
|
7490
7652
|
"name": "undefined"
|
|
@@ -7501,7 +7663,7 @@
|
|
|
7501
7663
|
"__schema": "FunctionLikeSchema",
|
|
7502
7664
|
"location": {
|
|
7503
7665
|
"filePath": "workspace-config.ts",
|
|
7504
|
-
"line":
|
|
7666
|
+
"line": 354,
|
|
7505
7667
|
"character": 3
|
|
7506
7668
|
},
|
|
7507
7669
|
"signature": "(method) WorkspaceConfig.toLegacy(): ILegacyWorkspaceConfig",
|
|
@@ -7511,7 +7673,7 @@
|
|
|
7511
7673
|
"__schema": "TypeRefSchema",
|
|
7512
7674
|
"location": {
|
|
7513
7675
|
"filePath": "workspace-config.ts",
|
|
7514
|
-
"line":
|
|
7676
|
+
"line": 354,
|
|
7515
7677
|
"character": 3
|
|
7516
7678
|
},
|
|
7517
7679
|
"name": "ILegacyWorkspaceConfig",
|
|
@@ -7570,7 +7732,8 @@
|
|
|
7570
7732
|
"character": 3
|
|
7571
7733
|
},
|
|
7572
7734
|
"raw": "/**\n * Path to the actual file\n */",
|
|
7573
|
-
"comment": "Path to the actual file"
|
|
7735
|
+
"comment": "Path to the actual file",
|
|
7736
|
+
"tags": []
|
|
7574
7737
|
}
|
|
7575
7738
|
},
|
|
7576
7739
|
{
|
|
@@ -7834,7 +7997,8 @@
|
|
|
7834
7997
|
"character": 1
|
|
7835
7998
|
},
|
|
7836
7999
|
"raw": "/**\n * An interface implemented by component host (workspace / scope) config file\n * This used to be able to abstract the workspace/scope config.\n */",
|
|
7837
|
-
"comment": "An interface implemented by component host (workspace / scope) config file\nThis used to be able to abstract the workspace/scope config."
|
|
8000
|
+
"comment": "An interface implemented by component host (workspace / scope) config file\nThis used to be able to abstract the workspace/scope config.",
|
|
8001
|
+
"tags": []
|
|
7838
8002
|
}
|
|
7839
8003
|
}
|
|
7840
8004
|
}
|
|
@@ -7844,7 +8008,7 @@
|
|
|
7844
8008
|
"__schema": "FunctionLikeSchema",
|
|
7845
8009
|
"location": {
|
|
7846
8010
|
"filePath": "workspace-config.ts",
|
|
7847
|
-
"line":
|
|
8011
|
+
"line": 379,
|
|
7848
8012
|
"character": 1
|
|
7849
8013
|
},
|
|
7850
8014
|
"signature": "function getWorkspaceConfigTemplateParsed(): Promise<CommentJSONValue>",
|
|
@@ -7854,7 +8018,7 @@
|
|
|
7854
8018
|
"__schema": "TypeRefSchema",
|
|
7855
8019
|
"location": {
|
|
7856
8020
|
"filePath": "workspace-config.ts",
|
|
7857
|
-
"line":
|
|
8021
|
+
"line": 379,
|
|
7858
8022
|
"character": 59
|
|
7859
8023
|
},
|
|
7860
8024
|
"name": "Promise",
|
|
@@ -7863,7 +8027,7 @@
|
|
|
7863
8027
|
"__schema": "TypeRefSchema",
|
|
7864
8028
|
"location": {
|
|
7865
8029
|
"filePath": "workspace-config.ts",
|
|
7866
|
-
"line":
|
|
8030
|
+
"line": 379,
|
|
7867
8031
|
"character": 67
|
|
7868
8032
|
},
|
|
7869
8033
|
"name": "CommentJSONValue",
|
|
@@ -7880,7 +8044,7 @@
|
|
|
7880
8044
|
"__schema": "FunctionLikeSchema",
|
|
7881
8045
|
"location": {
|
|
7882
8046
|
"filePath": "workspace-config.ts",
|
|
7883
|
-
"line":
|
|
8047
|
+
"line": 391,
|
|
7884
8048
|
"character": 1
|
|
7885
8049
|
},
|
|
7886
8050
|
"signature": "function stringifyWorkspaceConfig(workspaceConfig: CommentJSONValue): string",
|
|
@@ -7890,7 +8054,7 @@
|
|
|
7890
8054
|
"__schema": "ParameterSchema",
|
|
7891
8055
|
"location": {
|
|
7892
8056
|
"filePath": "workspace-config.ts",
|
|
7893
|
-
"line":
|
|
8057
|
+
"line": 391,
|
|
7894
8058
|
"character": 42
|
|
7895
8059
|
},
|
|
7896
8060
|
"name": "workspaceConfig",
|
|
@@ -7898,7 +8062,7 @@
|
|
|
7898
8062
|
"__schema": "TypeRefSchema",
|
|
7899
8063
|
"location": {
|
|
7900
8064
|
"filePath": "workspace-config.ts",
|
|
7901
|
-
"line":
|
|
8065
|
+
"line": 391,
|
|
7902
8066
|
"character": 59
|
|
7903
8067
|
},
|
|
7904
8068
|
"name": "CommentJSONValue",
|
|
@@ -7912,7 +8076,7 @@
|
|
|
7912
8076
|
"__schema": "KeywordTypeSchema",
|
|
7913
8077
|
"location": {
|
|
7914
8078
|
"filePath": "workspace-config.ts",
|
|
7915
|
-
"line":
|
|
8079
|
+
"line": 391,
|
|
7916
8080
|
"character": 78
|
|
7917
8081
|
},
|
|
7918
8082
|
"name": "string"
|
|
@@ -8021,7 +8185,8 @@
|
|
|
8021
8185
|
"character": 1
|
|
8022
8186
|
},
|
|
8023
8187
|
"raw": "/**\n * An interface implemented by component host (workspace / scope) config file\n * This used to be able to abstract the workspace/scope config.\n */",
|
|
8024
|
-
"comment": "An interface implemented by component host (workspace / scope) config file\nThis used to be able to abstract the workspace/scope config."
|
|
8188
|
+
"comment": "An interface implemented by component host (workspace / scope) config file\nThis used to be able to abstract the workspace/scope config.",
|
|
8189
|
+
"tags": []
|
|
8025
8190
|
},
|
|
8026
8191
|
"signature": "interface HostConfig",
|
|
8027
8192
|
"name": "HostConfig",
|
|
@@ -8041,7 +8206,8 @@
|
|
|
8041
8206
|
"character": 3
|
|
8042
8207
|
},
|
|
8043
8208
|
"raw": "/**\n * Path to the actual file\n */",
|
|
8044
|
-
"comment": "Path to the actual file"
|
|
8209
|
+
"comment": "Path to the actual file",
|
|
8210
|
+
"tags": []
|
|
8045
8211
|
},
|
|
8046
8212
|
"signature": "(property) HostConfig.path: string",
|
|
8047
8213
|
"name": "path",
|
|
@@ -8357,7 +8523,7 @@
|
|
|
8357
8523
|
"componentId": {
|
|
8358
8524
|
"scope": "teambit.harmony",
|
|
8359
8525
|
"name": "config",
|
|
8360
|
-
"version": "0.0.
|
|
8526
|
+
"version": "0.0.1062"
|
|
8361
8527
|
},
|
|
8362
8528
|
"taggedModuleExports": []
|
|
8363
8529
|
}
|