@teambit/workspace-config-files 1.0.179 → 1.0.181
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 +4 -4
- package/artifacts/schema.json +225 -185
- package/dist/config-writer-entry.d.ts +1 -1
- package/dist/config-writer-entry.js.map +1 -1
- package/dist/{preview-1709349444701.js → preview-1709522151260.js} +1 -1
- package/dist/workspace-config-files.main.runtime.js +1 -1
- package/dist/workspace-config-files.main.runtime.js.map +1 -1
- package/dist/writers/real-config-files.d.ts +1 -1
- package/dist/writers/real-config-files.js +4 -4
- package/dist/writers/real-config-files.js.map +1 -1
- package/package.json +4 -4
- package/writers/real-config-files.ts +15 -3
package/artifacts/schema.json
CHANGED
|
@@ -517,14 +517,14 @@
|
|
|
517
517
|
"__schema": "FunctionLikeSchema",
|
|
518
518
|
"location": {
|
|
519
519
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
520
|
-
"line":
|
|
520
|
+
"line": 343,
|
|
521
521
|
"character": 3
|
|
522
522
|
},
|
|
523
523
|
"doc": {
|
|
524
524
|
"__schema": "DocSchema",
|
|
525
525
|
"location": {
|
|
526
526
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
527
|
-
"line":
|
|
527
|
+
"line": 337,
|
|
528
528
|
"character": 3
|
|
529
529
|
},
|
|
530
530
|
"raw": "/**\n * Clean config files written by the config-writers\n * @param envsExecutionContext\n * @param param1\n * @returns Array of paths of deleted config files\n */",
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
"__schema": "PropertyLikeTagSchema",
|
|
535
535
|
"location": {
|
|
536
536
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
537
|
-
"line":
|
|
537
|
+
"line": 339,
|
|
538
538
|
"character": 6
|
|
539
539
|
},
|
|
540
540
|
"name": "envsExecutionContext",
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"__schema": "PropertyLikeTagSchema",
|
|
545
545
|
"location": {
|
|
546
546
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
547
|
-
"line":
|
|
547
|
+
"line": 340,
|
|
548
548
|
"character": 6
|
|
549
549
|
},
|
|
550
550
|
"name": "param1",
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"__schema": "ReturnTagSchema",
|
|
555
555
|
"location": {
|
|
556
556
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
557
|
-
"line":
|
|
557
|
+
"line": 341,
|
|
558
558
|
"character": 6
|
|
559
559
|
},
|
|
560
560
|
"tagName": "return",
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"__schema": "ParameterSchema",
|
|
570
570
|
"location": {
|
|
571
571
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
572
|
-
"line":
|
|
572
|
+
"line": 343,
|
|
573
573
|
"character": 15
|
|
574
574
|
},
|
|
575
575
|
"name": "{ dryRun, silent, writers }",
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"__schema": "TypeRefSchema",
|
|
578
578
|
"location": {
|
|
579
579
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
580
|
-
"line":
|
|
580
|
+
"line": 343,
|
|
581
581
|
"character": 44
|
|
582
582
|
},
|
|
583
583
|
"name": "WriteConfigFilesOptions"
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
"__schema": "InferenceTypeSchema",
|
|
589
589
|
"location": {
|
|
590
590
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
591
|
-
"line":
|
|
591
|
+
"line": 343,
|
|
592
592
|
"character": 17
|
|
593
593
|
},
|
|
594
594
|
"name": "dryRun",
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
"__schema": "InferenceTypeSchema",
|
|
600
600
|
"location": {
|
|
601
601
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
602
|
-
"line":
|
|
602
|
+
"line": 343,
|
|
603
603
|
"character": 25
|
|
604
604
|
},
|
|
605
605
|
"name": "silent",
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
"__schema": "InferenceTypeSchema",
|
|
611
611
|
"location": {
|
|
612
612
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
613
|
-
"line":
|
|
613
|
+
"line": 343,
|
|
614
614
|
"character": 33
|
|
615
615
|
},
|
|
616
616
|
"name": "writers",
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
"__schema": "TypeRefSchema",
|
|
626
626
|
"location": {
|
|
627
627
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
628
|
-
"line":
|
|
628
|
+
"line": 343,
|
|
629
629
|
"character": 70
|
|
630
630
|
},
|
|
631
631
|
"name": "Promise",
|
|
@@ -634,14 +634,14 @@
|
|
|
634
634
|
"__schema": "TypeArraySchema",
|
|
635
635
|
"location": {
|
|
636
636
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
637
|
-
"line":
|
|
637
|
+
"line": 343,
|
|
638
638
|
"character": 78
|
|
639
639
|
},
|
|
640
640
|
"type": {
|
|
641
641
|
"__schema": "KeywordTypeSchema",
|
|
642
642
|
"location": {
|
|
643
643
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
644
|
-
"line":
|
|
644
|
+
"line": 343,
|
|
645
645
|
"character": 78
|
|
646
646
|
},
|
|
647
647
|
"name": "string"
|
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
"__schema": "FunctionLikeSchema",
|
|
658
658
|
"location": {
|
|
659
659
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
660
|
-
"line":
|
|
660
|
+
"line": 383,
|
|
661
661
|
"character": 3
|
|
662
662
|
},
|
|
663
663
|
"signature": "(method) WorkspaceConfigFilesMain.getEnvsNotImplementing(): string[]",
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
"__schema": "InferenceTypeSchema",
|
|
668
668
|
"location": {
|
|
669
669
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
670
|
-
"line":
|
|
670
|
+
"line": 383,
|
|
671
671
|
"character": 3
|
|
672
672
|
},
|
|
673
673
|
"type": "string[]"
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
"__schema": "VariableLikeSchema",
|
|
679
679
|
"location": {
|
|
680
680
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
681
|
-
"line":
|
|
681
|
+
"line": 403,
|
|
682
682
|
"character": 3
|
|
683
683
|
},
|
|
684
684
|
"signature": "(property) WorkspaceConfigFilesMain.slots: never[]",
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"__schema": "InferenceTypeSchema",
|
|
688
688
|
"location": {
|
|
689
689
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
690
|
-
"line":
|
|
690
|
+
"line": 403,
|
|
691
691
|
"character": 3
|
|
692
692
|
},
|
|
693
693
|
"type": "never[]"
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"__schema": "VariableLikeSchema",
|
|
700
700
|
"location": {
|
|
701
701
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
702
|
-
"line":
|
|
702
|
+
"line": 406,
|
|
703
703
|
"character": 3
|
|
704
704
|
},
|
|
705
705
|
"signature": "(property) WorkspaceConfigFilesMain.dependencies: Aspect[]",
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
"__schema": "InferenceTypeSchema",
|
|
709
709
|
"location": {
|
|
710
710
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
711
|
-
"line":
|
|
711
|
+
"line": 406,
|
|
712
712
|
"character": 3
|
|
713
713
|
},
|
|
714
714
|
"type": "Aspect[]"
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
"__schema": "VariableLikeSchema",
|
|
721
721
|
"location": {
|
|
722
722
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
723
|
-
"line":
|
|
723
|
+
"line": 408,
|
|
724
724
|
"character": 3
|
|
725
725
|
},
|
|
726
726
|
"signature": "(property) WorkspaceConfigFilesMain.runtime: RuntimeDefinition",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
"__schema": "InferenceTypeSchema",
|
|
730
730
|
"location": {
|
|
731
731
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
732
|
-
"line":
|
|
732
|
+
"line": 408,
|
|
733
733
|
"character": 3
|
|
734
734
|
},
|
|
735
735
|
"type": "RuntimeDefinition"
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
"__schema": "VariableLikeSchema",
|
|
742
742
|
"location": {
|
|
743
743
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
744
|
-
"line":
|
|
744
|
+
"line": 410,
|
|
745
745
|
"character": 3
|
|
746
746
|
},
|
|
747
747
|
"signature": "(property) WorkspaceConfigFilesMain.defaultConfig: Partial<WorkspaceConfigFilesAspectConfig>",
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
"__schema": "TypeRefSchema",
|
|
751
751
|
"location": {
|
|
752
752
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
753
|
-
"line":
|
|
753
|
+
"line": 410,
|
|
754
754
|
"character": 25
|
|
755
755
|
},
|
|
756
756
|
"name": "Partial",
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
"__schema": "TypeRefSchema",
|
|
760
760
|
"location": {
|
|
761
761
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
762
|
-
"line":
|
|
762
|
+
"line": 410,
|
|
763
763
|
"character": 33
|
|
764
764
|
},
|
|
765
765
|
"name": "WorkspaceConfigFilesAspectConfig"
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
"__schema": "FunctionLikeSchema",
|
|
774
774
|
"location": {
|
|
775
775
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
776
|
-
"line":
|
|
776
|
+
"line": 414,
|
|
777
777
|
"character": 3
|
|
778
778
|
},
|
|
779
779
|
"signature": "(method) WorkspaceConfigFilesMain.provider([cli, workspace, envs, loggerAspect]: [CLIMain, Workspace, EnvsMain, LoggerMain], config: WorkspaceConfigFilesAspectConfig): Promise<WorkspaceConfigFilesMain>",
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
"__schema": "ParameterSchema",
|
|
784
784
|
"location": {
|
|
785
785
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
786
|
-
"line":
|
|
786
|
+
"line": 415,
|
|
787
787
|
"character": 5
|
|
788
788
|
},
|
|
789
789
|
"name": "[ cli, workspace, envs, loggerAspect ]",
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
"__schema": "TupleTypeSchema",
|
|
792
792
|
"location": {
|
|
793
793
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
794
|
-
"line":
|
|
794
|
+
"line": 415,
|
|
795
795
|
"character": 43
|
|
796
796
|
},
|
|
797
797
|
"elements": [
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
"__schema": "TypeRefSchema",
|
|
800
800
|
"location": {
|
|
801
801
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
802
|
-
"line":
|
|
802
|
+
"line": 415,
|
|
803
803
|
"character": 44
|
|
804
804
|
},
|
|
805
805
|
"name": "CLIMain"
|
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
"__schema": "TypeRefSchema",
|
|
809
809
|
"location": {
|
|
810
810
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
811
|
-
"line":
|
|
811
|
+
"line": 415,
|
|
812
812
|
"character": 53
|
|
813
813
|
},
|
|
814
814
|
"name": "Workspace"
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"__schema": "TypeRefSchema",
|
|
818
818
|
"location": {
|
|
819
819
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
820
|
-
"line":
|
|
820
|
+
"line": 415,
|
|
821
821
|
"character": 64
|
|
822
822
|
},
|
|
823
823
|
"name": "EnvsMain"
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"__schema": "TypeRefSchema",
|
|
827
827
|
"location": {
|
|
828
828
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
829
|
-
"line":
|
|
829
|
+
"line": 415,
|
|
830
830
|
"character": 74
|
|
831
831
|
},
|
|
832
832
|
"name": "LoggerMain"
|
|
@@ -840,7 +840,7 @@
|
|
|
840
840
|
"__schema": "ParameterSchema",
|
|
841
841
|
"location": {
|
|
842
842
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
843
|
-
"line":
|
|
843
|
+
"line": 416,
|
|
844
844
|
"character": 5
|
|
845
845
|
},
|
|
846
846
|
"name": "config",
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
"__schema": "TypeRefSchema",
|
|
849
849
|
"location": {
|
|
850
850
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
851
|
-
"line":
|
|
851
|
+
"line": 416,
|
|
852
852
|
"character": 13
|
|
853
853
|
},
|
|
854
854
|
"name": "WorkspaceConfigFilesAspectConfig"
|
|
@@ -861,7 +861,7 @@
|
|
|
861
861
|
"__schema": "InferenceTypeSchema",
|
|
862
862
|
"location": {
|
|
863
863
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
864
|
-
"line":
|
|
864
|
+
"line": 414,
|
|
865
865
|
"character": 3
|
|
866
866
|
},
|
|
867
867
|
"type": "Promise<WorkspaceConfigFilesMain>"
|
|
@@ -1489,23 +1489,23 @@
|
|
|
1489
1489
|
}
|
|
1490
1490
|
]
|
|
1491
1491
|
},
|
|
1492
|
-
"signature": "(method) ConfigWriterEntry.calcConfigFiles(executionContext: ExecutionContext, env: Environment, dir: string): ConfigFile[] | undefined",
|
|
1492
|
+
"signature": "(method) ConfigWriterEntry.calcConfigFiles(executionContext: ExecutionContext, env: Environment, dir: string, workspaceDir?: string): ConfigFile[] | undefined",
|
|
1493
1493
|
"name": "calcConfigFiles",
|
|
1494
1494
|
"params": [
|
|
1495
1495
|
{
|
|
1496
1496
|
"__schema": "ParameterSchema",
|
|
1497
1497
|
"location": {
|
|
1498
1498
|
"filePath": "config-writer-entry.ts",
|
|
1499
|
-
"line":
|
|
1500
|
-
"character":
|
|
1499
|
+
"line": 97,
|
|
1500
|
+
"character": 5
|
|
1501
1501
|
},
|
|
1502
1502
|
"name": "executionContext",
|
|
1503
1503
|
"type": {
|
|
1504
1504
|
"__schema": "TypeRefSchema",
|
|
1505
1505
|
"location": {
|
|
1506
1506
|
"filePath": "config-writer-entry.ts",
|
|
1507
|
-
"line":
|
|
1508
|
-
"character":
|
|
1507
|
+
"line": 97,
|
|
1508
|
+
"character": 23
|
|
1509
1509
|
},
|
|
1510
1510
|
"name": "ExecutionContext"
|
|
1511
1511
|
},
|
|
@@ -1516,16 +1516,16 @@
|
|
|
1516
1516
|
"__schema": "ParameterSchema",
|
|
1517
1517
|
"location": {
|
|
1518
1518
|
"filePath": "config-writer-entry.ts",
|
|
1519
|
-
"line":
|
|
1520
|
-
"character":
|
|
1519
|
+
"line": 98,
|
|
1520
|
+
"character": 5
|
|
1521
1521
|
},
|
|
1522
1522
|
"name": "env",
|
|
1523
1523
|
"type": {
|
|
1524
1524
|
"__schema": "TypeRefSchema",
|
|
1525
1525
|
"location": {
|
|
1526
1526
|
"filePath": "config-writer-entry.ts",
|
|
1527
|
-
"line":
|
|
1528
|
-
"character":
|
|
1527
|
+
"line": 98,
|
|
1528
|
+
"character": 10
|
|
1529
1529
|
},
|
|
1530
1530
|
"name": "Environment"
|
|
1531
1531
|
},
|
|
@@ -1536,44 +1536,64 @@
|
|
|
1536
1536
|
"__schema": "ParameterSchema",
|
|
1537
1537
|
"location": {
|
|
1538
1538
|
"filePath": "config-writer-entry.ts",
|
|
1539
|
-
"line":
|
|
1540
|
-
"character":
|
|
1539
|
+
"line": 99,
|
|
1540
|
+
"character": 5
|
|
1541
1541
|
},
|
|
1542
1542
|
"name": "dir",
|
|
1543
1543
|
"type": {
|
|
1544
1544
|
"__schema": "KeywordTypeSchema",
|
|
1545
1545
|
"location": {
|
|
1546
1546
|
"filePath": "config-writer-entry.ts",
|
|
1547
|
-
"line":
|
|
1548
|
-
"character":
|
|
1547
|
+
"line": 99,
|
|
1548
|
+
"character": 10
|
|
1549
1549
|
},
|
|
1550
1550
|
"name": "string"
|
|
1551
1551
|
},
|
|
1552
1552
|
"isOptional": false,
|
|
1553
1553
|
"isSpread": false
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"__schema": "ParameterSchema",
|
|
1557
|
+
"location": {
|
|
1558
|
+
"filePath": "config-writer-entry.ts",
|
|
1559
|
+
"line": 100,
|
|
1560
|
+
"character": 5
|
|
1561
|
+
},
|
|
1562
|
+
"name": "workspaceDir",
|
|
1563
|
+
"type": {
|
|
1564
|
+
"__schema": "KeywordTypeSchema",
|
|
1565
|
+
"location": {
|
|
1566
|
+
"filePath": "config-writer-entry.ts",
|
|
1567
|
+
"line": 100,
|
|
1568
|
+
"character": 20
|
|
1569
|
+
},
|
|
1570
|
+
"name": "string"
|
|
1571
|
+
},
|
|
1572
|
+
"isOptional": true,
|
|
1573
|
+
"isSpread": false
|
|
1554
1574
|
}
|
|
1555
1575
|
],
|
|
1556
1576
|
"returnType": {
|
|
1557
1577
|
"__schema": "TypeUnionSchema",
|
|
1558
1578
|
"location": {
|
|
1559
1579
|
"filePath": "config-writer-entry.ts",
|
|
1560
|
-
"line":
|
|
1561
|
-
"character":
|
|
1580
|
+
"line": 101,
|
|
1581
|
+
"character": 6
|
|
1562
1582
|
},
|
|
1563
1583
|
"types": [
|
|
1564
1584
|
{
|
|
1565
1585
|
"__schema": "TypeArraySchema",
|
|
1566
1586
|
"location": {
|
|
1567
1587
|
"filePath": "config-writer-entry.ts",
|
|
1568
|
-
"line":
|
|
1569
|
-
"character":
|
|
1588
|
+
"line": 101,
|
|
1589
|
+
"character": 6
|
|
1570
1590
|
},
|
|
1571
1591
|
"type": {
|
|
1572
1592
|
"__schema": "TypeRefSchema",
|
|
1573
1593
|
"location": {
|
|
1574
1594
|
"filePath": "config-writer-entry.ts",
|
|
1575
|
-
"line":
|
|
1576
|
-
"character":
|
|
1595
|
+
"line": 101,
|
|
1596
|
+
"character": 6
|
|
1577
1597
|
},
|
|
1578
1598
|
"name": "ConfigFile"
|
|
1579
1599
|
}
|
|
@@ -1582,8 +1602,8 @@
|
|
|
1582
1602
|
"__schema": "KeywordTypeSchema",
|
|
1583
1603
|
"location": {
|
|
1584
1604
|
"filePath": "config-writer-entry.ts",
|
|
1585
|
-
"line":
|
|
1586
|
-
"character":
|
|
1605
|
+
"line": 101,
|
|
1606
|
+
"character": 21
|
|
1587
1607
|
},
|
|
1588
1608
|
"name": "undefined"
|
|
1589
1609
|
}
|
|
@@ -1595,14 +1615,14 @@
|
|
|
1595
1615
|
"__schema": "VariableLikeSchema",
|
|
1596
1616
|
"location": {
|
|
1597
1617
|
"filePath": "config-writer-entry.ts",
|
|
1598
|
-
"line":
|
|
1618
|
+
"line": 110,
|
|
1599
1619
|
"character": 3
|
|
1600
1620
|
},
|
|
1601
1621
|
"doc": {
|
|
1602
1622
|
"__schema": "DocSchema",
|
|
1603
1623
|
"location": {
|
|
1604
1624
|
"filePath": "config-writer-entry.ts",
|
|
1605
|
-
"line":
|
|
1625
|
+
"line": 103,
|
|
1606
1626
|
"character": 3
|
|
1607
1627
|
},
|
|
1608
1628
|
"raw": "/**\n * Provide a function that knows how to merge 2 config files together.\n * This is used when 2 different envs generate the same config file hash.\n * sometime we want to merge the 2 config files together.\n * @param configFile\n * @param configFile2\n */",
|
|
@@ -1612,7 +1632,7 @@
|
|
|
1612
1632
|
"__schema": "PropertyLikeTagSchema",
|
|
1613
1633
|
"location": {
|
|
1614
1634
|
"filePath": "config-writer-entry.ts",
|
|
1615
|
-
"line":
|
|
1635
|
+
"line": 107,
|
|
1616
1636
|
"character": 6
|
|
1617
1637
|
},
|
|
1618
1638
|
"name": "configFile",
|
|
@@ -1622,7 +1642,7 @@
|
|
|
1622
1642
|
"__schema": "PropertyLikeTagSchema",
|
|
1623
1643
|
"location": {
|
|
1624
1644
|
"filePath": "config-writer-entry.ts",
|
|
1625
|
-
"line":
|
|
1645
|
+
"line": 108,
|
|
1626
1646
|
"character": 6
|
|
1627
1647
|
},
|
|
1628
1648
|
"name": "configFile2",
|
|
@@ -1636,7 +1656,7 @@
|
|
|
1636
1656
|
"__schema": "TypeRefSchema",
|
|
1637
1657
|
"location": {
|
|
1638
1658
|
"filePath": "config-writer-entry.ts",
|
|
1639
|
-
"line":
|
|
1659
|
+
"line": 110,
|
|
1640
1660
|
"character": 22
|
|
1641
1661
|
},
|
|
1642
1662
|
"name": "MergeConfigFilesFunc"
|
|
@@ -1647,14 +1667,14 @@
|
|
|
1647
1667
|
"__schema": "FunctionLikeSchema",
|
|
1648
1668
|
"location": {
|
|
1649
1669
|
"filePath": "config-writer-entry.ts",
|
|
1650
|
-
"line":
|
|
1670
|
+
"line": 123,
|
|
1651
1671
|
"character": 3
|
|
1652
1672
|
},
|
|
1653
1673
|
"doc": {
|
|
1654
1674
|
"__schema": "DocSchema",
|
|
1655
1675
|
"location": {
|
|
1656
1676
|
"filePath": "config-writer-entry.ts",
|
|
1657
|
-
"line":
|
|
1677
|
+
"line": 112,
|
|
1658
1678
|
"character": 3
|
|
1659
1679
|
},
|
|
1660
1680
|
"raw": "/**\n * This will be used to generate an extending file content.\n * For example, the tsconfig.json file will extend the real tsconfig.{hash}.json file (that were coming from the env).\n * That way we can avoid writing the same config file multiple times.\n * It also reduces the risk of the user manually change the config file and then the changes will be lost.\n * This function support returning a file with content with a dsl using `{}` to replace the config file name.\n * for example:\n * content = `{\n * \"extends\": {configFile.name},\n * }`\n */",
|
|
@@ -1667,7 +1687,7 @@
|
|
|
1667
1687
|
"__schema": "ParameterSchema",
|
|
1668
1688
|
"location": {
|
|
1669
1689
|
"filePath": "config-writer-entry.ts",
|
|
1670
|
-
"line":
|
|
1690
|
+
"line": 123,
|
|
1671
1691
|
"character": 25
|
|
1672
1692
|
},
|
|
1673
1693
|
"name": "args",
|
|
@@ -1675,7 +1695,7 @@
|
|
|
1675
1695
|
"__schema": "TypeRefSchema",
|
|
1676
1696
|
"location": {
|
|
1677
1697
|
"filePath": "config-writer-entry.ts",
|
|
1678
|
-
"line":
|
|
1698
|
+
"line": 123,
|
|
1679
1699
|
"character": 31
|
|
1680
1700
|
},
|
|
1681
1701
|
"name": "GenerateExtendingConfigFilesArgs"
|
|
@@ -1688,7 +1708,7 @@
|
|
|
1688
1708
|
"__schema": "TypeUnionSchema",
|
|
1689
1709
|
"location": {
|
|
1690
1710
|
"filePath": "config-writer-entry.ts",
|
|
1691
|
-
"line":
|
|
1711
|
+
"line": 123,
|
|
1692
1712
|
"character": 66
|
|
1693
1713
|
},
|
|
1694
1714
|
"types": [
|
|
@@ -1696,7 +1716,7 @@
|
|
|
1696
1716
|
"__schema": "TypeRefSchema",
|
|
1697
1717
|
"location": {
|
|
1698
1718
|
"filePath": "config-writer-entry.ts",
|
|
1699
|
-
"line":
|
|
1719
|
+
"line": 123,
|
|
1700
1720
|
"character": 66
|
|
1701
1721
|
},
|
|
1702
1722
|
"name": "ExtendingConfigFile"
|
|
@@ -1705,7 +1725,7 @@
|
|
|
1705
1725
|
"__schema": "KeywordTypeSchema",
|
|
1706
1726
|
"location": {
|
|
1707
1727
|
"filePath": "config-writer-entry.ts",
|
|
1708
|
-
"line":
|
|
1728
|
+
"line": 123,
|
|
1709
1729
|
"character": 88
|
|
1710
1730
|
},
|
|
1711
1731
|
"name": "undefined"
|
|
@@ -1718,14 +1738,14 @@
|
|
|
1718
1738
|
"__schema": "FunctionLikeSchema",
|
|
1719
1739
|
"location": {
|
|
1720
1740
|
"filePath": "config-writer-entry.ts",
|
|
1721
|
-
"line":
|
|
1741
|
+
"line": 132,
|
|
1722
1742
|
"character": 3
|
|
1723
1743
|
},
|
|
1724
1744
|
"doc": {
|
|
1725
1745
|
"__schema": "DocSchema",
|
|
1726
1746
|
"location": {
|
|
1727
1747
|
"filePath": "config-writer-entry.ts",
|
|
1728
|
-
"line":
|
|
1748
|
+
"line": 125,
|
|
1729
1749
|
"character": 3
|
|
1730
1750
|
},
|
|
1731
1751
|
"raw": "/**\n * This enables the writer to do some post processing after the extending config files were calculated and deduped.\n * this is important in case when we need to change a config file / extending config file after it was calculated\n * based on all the environments in the ws\n * or based on other config files that were written.\n * @param args\n */",
|
|
@@ -1735,7 +1755,7 @@
|
|
|
1735
1755
|
"__schema": "PropertyLikeTagSchema",
|
|
1736
1756
|
"location": {
|
|
1737
1757
|
"filePath": "config-writer-entry.ts",
|
|
1738
|
-
"line":
|
|
1758
|
+
"line": 130,
|
|
1739
1759
|
"character": 6
|
|
1740
1760
|
},
|
|
1741
1761
|
"name": "args",
|
|
@@ -1750,7 +1770,7 @@
|
|
|
1750
1770
|
"__schema": "ParameterSchema",
|
|
1751
1771
|
"location": {
|
|
1752
1772
|
"filePath": "config-writer-entry.ts",
|
|
1753
|
-
"line":
|
|
1773
|
+
"line": 133,
|
|
1754
1774
|
"character": 5
|
|
1755
1775
|
},
|
|
1756
1776
|
"name": "args",
|
|
@@ -1758,7 +1778,7 @@
|
|
|
1758
1778
|
"__schema": "TypeRefSchema",
|
|
1759
1779
|
"location": {
|
|
1760
1780
|
"filePath": "config-writer-entry.ts",
|
|
1761
|
-
"line":
|
|
1781
|
+
"line": 133,
|
|
1762
1782
|
"character": 11
|
|
1763
1783
|
},
|
|
1764
1784
|
"name": "PostProcessExtendingConfigFilesArgs"
|
|
@@ -1771,7 +1791,7 @@
|
|
|
1771
1791
|
"__schema": "TypeRefSchema",
|
|
1772
1792
|
"location": {
|
|
1773
1793
|
"filePath": "config-writer-entry.ts",
|
|
1774
|
-
"line":
|
|
1794
|
+
"line": 134,
|
|
1775
1795
|
"character": 6
|
|
1776
1796
|
},
|
|
1777
1797
|
"name": "Promise",
|
|
@@ -1780,7 +1800,7 @@
|
|
|
1780
1800
|
"__schema": "TypeUnionSchema",
|
|
1781
1801
|
"location": {
|
|
1782
1802
|
"filePath": "config-writer-entry.ts",
|
|
1783
|
-
"line":
|
|
1803
|
+
"line": 134,
|
|
1784
1804
|
"character": 14
|
|
1785
1805
|
},
|
|
1786
1806
|
"types": [
|
|
@@ -1788,7 +1808,7 @@
|
|
|
1788
1808
|
"__schema": "KeywordTypeSchema",
|
|
1789
1809
|
"location": {
|
|
1790
1810
|
"filePath": "config-writer-entry.ts",
|
|
1791
|
-
"line":
|
|
1811
|
+
"line": 134,
|
|
1792
1812
|
"character": 14
|
|
1793
1813
|
},
|
|
1794
1814
|
"name": "string"
|
|
@@ -1797,7 +1817,7 @@
|
|
|
1797
1817
|
"__schema": "TypeRefSchema",
|
|
1798
1818
|
"location": {
|
|
1799
1819
|
"filePath": "config-writer-entry.ts",
|
|
1800
|
-
"line":
|
|
1820
|
+
"line": 134,
|
|
1801
1821
|
"character": 23
|
|
1802
1822
|
},
|
|
1803
1823
|
"name": "Array",
|
|
@@ -1806,7 +1826,7 @@
|
|
|
1806
1826
|
"__schema": "TypeRefSchema",
|
|
1807
1827
|
"location": {
|
|
1808
1828
|
"filePath": "config-writer-entry.ts",
|
|
1809
|
-
"line":
|
|
1829
|
+
"line": 134,
|
|
1810
1830
|
"character": 29
|
|
1811
1831
|
},
|
|
1812
1832
|
"name": "PostProcessExtendingConfigFilesOneFile"
|
|
@@ -1817,7 +1837,7 @@
|
|
|
1817
1837
|
"__schema": "KeywordTypeSchema",
|
|
1818
1838
|
"location": {
|
|
1819
1839
|
"filePath": "config-writer-entry.ts",
|
|
1820
|
-
"line":
|
|
1840
|
+
"line": 134,
|
|
1821
1841
|
"character": 71
|
|
1822
1842
|
},
|
|
1823
1843
|
"name": "undefined"
|
|
@@ -1832,14 +1852,14 @@
|
|
|
1832
1852
|
"__schema": "VariableLikeSchema",
|
|
1833
1853
|
"location": {
|
|
1834
1854
|
"filePath": "config-writer-entry.ts",
|
|
1835
|
-
"line":
|
|
1855
|
+
"line": 142,
|
|
1836
1856
|
"character": 3
|
|
1837
1857
|
},
|
|
1838
1858
|
"doc": {
|
|
1839
1859
|
"__schema": "DocSchema",
|
|
1840
1860
|
"location": {
|
|
1841
1861
|
"filePath": "config-writer-entry.ts",
|
|
1842
|
-
"line":
|
|
1862
|
+
"line": 136,
|
|
1843
1863
|
"character": 3
|
|
1844
1864
|
},
|
|
1845
1865
|
"raw": "/**\n * Find all the files that are relevant for the config type.\n * This is used to clean / delete these files\n * This should return an array of glob patterns (that will passed to the globby/minimatch library)\n * @param dir\n */",
|
|
@@ -1849,7 +1869,7 @@
|
|
|
1849
1869
|
"__schema": "PropertyLikeTagSchema",
|
|
1850
1870
|
"location": {
|
|
1851
1871
|
"filePath": "config-writer-entry.ts",
|
|
1852
|
-
"line":
|
|
1872
|
+
"line": 140,
|
|
1853
1873
|
"character": 6
|
|
1854
1874
|
},
|
|
1855
1875
|
"name": "dir",
|
|
@@ -1863,14 +1883,14 @@
|
|
|
1863
1883
|
"__schema": "TypeArraySchema",
|
|
1864
1884
|
"location": {
|
|
1865
1885
|
"filePath": "config-writer-entry.ts",
|
|
1866
|
-
"line":
|
|
1886
|
+
"line": 142,
|
|
1867
1887
|
"character": 13
|
|
1868
1888
|
},
|
|
1869
1889
|
"type": {
|
|
1870
1890
|
"__schema": "KeywordTypeSchema",
|
|
1871
1891
|
"location": {
|
|
1872
1892
|
"filePath": "config-writer-entry.ts",
|
|
1873
|
-
"line":
|
|
1893
|
+
"line": 142,
|
|
1874
1894
|
"character": 13
|
|
1875
1895
|
},
|
|
1876
1896
|
"name": "string"
|
|
@@ -1882,14 +1902,14 @@
|
|
|
1882
1902
|
"__schema": "VariableLikeSchema",
|
|
1883
1903
|
"location": {
|
|
1884
1904
|
"filePath": "config-writer-entry.ts",
|
|
1885
|
-
"line":
|
|
1905
|
+
"line": 150,
|
|
1886
1906
|
"character": 3
|
|
1887
1907
|
},
|
|
1888
1908
|
"doc": {
|
|
1889
1909
|
"__schema": "DocSchema",
|
|
1890
1910
|
"location": {
|
|
1891
1911
|
"filePath": "config-writer-entry.ts",
|
|
1892
|
-
"line":
|
|
1912
|
+
"line": 144,
|
|
1893
1913
|
"character": 3
|
|
1894
1914
|
},
|
|
1895
1915
|
"raw": "/**\n * A function to determine if a file was generated by bit.\n * This is useful to check if the config file was generated by bit to prevent delete user's file.\n * @param filePath\n * @returns\n */",
|
|
@@ -1899,7 +1919,7 @@
|
|
|
1899
1919
|
"__schema": "PropertyLikeTagSchema",
|
|
1900
1920
|
"location": {
|
|
1901
1921
|
"filePath": "config-writer-entry.ts",
|
|
1902
|
-
"line":
|
|
1922
|
+
"line": 147,
|
|
1903
1923
|
"character": 6
|
|
1904
1924
|
},
|
|
1905
1925
|
"name": "filePath",
|
|
@@ -1909,7 +1929,7 @@
|
|
|
1909
1929
|
"__schema": "ReturnTagSchema",
|
|
1910
1930
|
"location": {
|
|
1911
1931
|
"filePath": "config-writer-entry.ts",
|
|
1912
|
-
"line":
|
|
1932
|
+
"line": 148,
|
|
1913
1933
|
"character": 6
|
|
1914
1934
|
},
|
|
1915
1935
|
"tagName": "return"
|
|
@@ -1922,7 +1942,7 @@
|
|
|
1922
1942
|
"__schema": "FunctionLikeSchema",
|
|
1923
1943
|
"location": {
|
|
1924
1944
|
"filePath": "config-writer-entry.ts",
|
|
1925
|
-
"line":
|
|
1945
|
+
"line": 150,
|
|
1926
1946
|
"character": 20
|
|
1927
1947
|
},
|
|
1928
1948
|
"signature": "(filePath: string): boolean",
|
|
@@ -1932,7 +1952,7 @@
|
|
|
1932
1952
|
"__schema": "ParameterSchema",
|
|
1933
1953
|
"location": {
|
|
1934
1954
|
"filePath": "config-writer-entry.ts",
|
|
1935
|
-
"line":
|
|
1955
|
+
"line": 150,
|
|
1936
1956
|
"character": 21
|
|
1937
1957
|
},
|
|
1938
1958
|
"name": "filePath",
|
|
@@ -1940,7 +1960,7 @@
|
|
|
1940
1960
|
"__schema": "KeywordTypeSchema",
|
|
1941
1961
|
"location": {
|
|
1942
1962
|
"filePath": "config-writer-entry.ts",
|
|
1943
|
-
"line":
|
|
1963
|
+
"line": 150,
|
|
1944
1964
|
"character": 31
|
|
1945
1965
|
},
|
|
1946
1966
|
"name": "string"
|
|
@@ -1953,7 +1973,7 @@
|
|
|
1953
1973
|
"__schema": "KeywordTypeSchema",
|
|
1954
1974
|
"location": {
|
|
1955
1975
|
"filePath": "config-writer-entry.ts",
|
|
1956
|
-
"line":
|
|
1976
|
+
"line": 150,
|
|
1957
1977
|
"character": 42
|
|
1958
1978
|
},
|
|
1959
1979
|
"name": "boolean"
|
|
@@ -4598,14 +4618,14 @@
|
|
|
4598
4618
|
"__schema": "FunctionLikeSchema",
|
|
4599
4619
|
"location": {
|
|
4600
4620
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4601
|
-
"line":
|
|
4621
|
+
"line": 343,
|
|
4602
4622
|
"character": 3
|
|
4603
4623
|
},
|
|
4604
4624
|
"doc": {
|
|
4605
4625
|
"__schema": "DocSchema",
|
|
4606
4626
|
"location": {
|
|
4607
4627
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4608
|
-
"line":
|
|
4628
|
+
"line": 337,
|
|
4609
4629
|
"character": 3
|
|
4610
4630
|
},
|
|
4611
4631
|
"raw": "/**\n * Clean config files written by the config-writers\n * @param envsExecutionContext\n * @param param1\n * @returns Array of paths of deleted config files\n */",
|
|
@@ -4615,7 +4635,7 @@
|
|
|
4615
4635
|
"__schema": "PropertyLikeTagSchema",
|
|
4616
4636
|
"location": {
|
|
4617
4637
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4618
|
-
"line":
|
|
4638
|
+
"line": 339,
|
|
4619
4639
|
"character": 6
|
|
4620
4640
|
},
|
|
4621
4641
|
"name": "envsExecutionContext",
|
|
@@ -4625,7 +4645,7 @@
|
|
|
4625
4645
|
"__schema": "PropertyLikeTagSchema",
|
|
4626
4646
|
"location": {
|
|
4627
4647
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4628
|
-
"line":
|
|
4648
|
+
"line": 340,
|
|
4629
4649
|
"character": 6
|
|
4630
4650
|
},
|
|
4631
4651
|
"name": "param1",
|
|
@@ -4635,7 +4655,7 @@
|
|
|
4635
4655
|
"__schema": "ReturnTagSchema",
|
|
4636
4656
|
"location": {
|
|
4637
4657
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4638
|
-
"line":
|
|
4658
|
+
"line": 341,
|
|
4639
4659
|
"character": 6
|
|
4640
4660
|
},
|
|
4641
4661
|
"tagName": "return",
|
|
@@ -4650,7 +4670,7 @@
|
|
|
4650
4670
|
"__schema": "ParameterSchema",
|
|
4651
4671
|
"location": {
|
|
4652
4672
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4653
|
-
"line":
|
|
4673
|
+
"line": 343,
|
|
4654
4674
|
"character": 15
|
|
4655
4675
|
},
|
|
4656
4676
|
"name": "{ dryRun, silent, writers }",
|
|
@@ -4658,7 +4678,7 @@
|
|
|
4658
4678
|
"__schema": "TypeRefSchema",
|
|
4659
4679
|
"location": {
|
|
4660
4680
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4661
|
-
"line":
|
|
4681
|
+
"line": 343,
|
|
4662
4682
|
"character": 44
|
|
4663
4683
|
},
|
|
4664
4684
|
"name": "WriteConfigFilesOptions"
|
|
@@ -4669,7 +4689,7 @@
|
|
|
4669
4689
|
"__schema": "InferenceTypeSchema",
|
|
4670
4690
|
"location": {
|
|
4671
4691
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4672
|
-
"line":
|
|
4692
|
+
"line": 343,
|
|
4673
4693
|
"character": 17
|
|
4674
4694
|
},
|
|
4675
4695
|
"name": "dryRun",
|
|
@@ -4680,7 +4700,7 @@
|
|
|
4680
4700
|
"__schema": "InferenceTypeSchema",
|
|
4681
4701
|
"location": {
|
|
4682
4702
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4683
|
-
"line":
|
|
4703
|
+
"line": 343,
|
|
4684
4704
|
"character": 25
|
|
4685
4705
|
},
|
|
4686
4706
|
"name": "silent",
|
|
@@ -4691,7 +4711,7 @@
|
|
|
4691
4711
|
"__schema": "InferenceTypeSchema",
|
|
4692
4712
|
"location": {
|
|
4693
4713
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4694
|
-
"line":
|
|
4714
|
+
"line": 343,
|
|
4695
4715
|
"character": 33
|
|
4696
4716
|
},
|
|
4697
4717
|
"name": "writers",
|
|
@@ -4706,7 +4726,7 @@
|
|
|
4706
4726
|
"__schema": "TypeRefSchema",
|
|
4707
4727
|
"location": {
|
|
4708
4728
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4709
|
-
"line":
|
|
4729
|
+
"line": 343,
|
|
4710
4730
|
"character": 70
|
|
4711
4731
|
},
|
|
4712
4732
|
"name": "Promise",
|
|
@@ -4715,14 +4735,14 @@
|
|
|
4715
4735
|
"__schema": "TypeArraySchema",
|
|
4716
4736
|
"location": {
|
|
4717
4737
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4718
|
-
"line":
|
|
4738
|
+
"line": 343,
|
|
4719
4739
|
"character": 78
|
|
4720
4740
|
},
|
|
4721
4741
|
"type": {
|
|
4722
4742
|
"__schema": "KeywordTypeSchema",
|
|
4723
4743
|
"location": {
|
|
4724
4744
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4725
|
-
"line":
|
|
4745
|
+
"line": 343,
|
|
4726
4746
|
"character": 78
|
|
4727
4747
|
},
|
|
4728
4748
|
"name": "string"
|
|
@@ -4738,7 +4758,7 @@
|
|
|
4738
4758
|
"__schema": "FunctionLikeSchema",
|
|
4739
4759
|
"location": {
|
|
4740
4760
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4741
|
-
"line":
|
|
4761
|
+
"line": 383,
|
|
4742
4762
|
"character": 3
|
|
4743
4763
|
},
|
|
4744
4764
|
"signature": "(method) WorkspaceConfigFilesMain.getEnvsNotImplementing(): string[]",
|
|
@@ -4748,7 +4768,7 @@
|
|
|
4748
4768
|
"__schema": "InferenceTypeSchema",
|
|
4749
4769
|
"location": {
|
|
4750
4770
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4751
|
-
"line":
|
|
4771
|
+
"line": 383,
|
|
4752
4772
|
"character": 3
|
|
4753
4773
|
},
|
|
4754
4774
|
"type": "string[]"
|
|
@@ -4759,7 +4779,7 @@
|
|
|
4759
4779
|
"__schema": "VariableLikeSchema",
|
|
4760
4780
|
"location": {
|
|
4761
4781
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4762
|
-
"line":
|
|
4782
|
+
"line": 403,
|
|
4763
4783
|
"character": 3
|
|
4764
4784
|
},
|
|
4765
4785
|
"signature": "(property) WorkspaceConfigFilesMain.slots: never[]",
|
|
@@ -4768,7 +4788,7 @@
|
|
|
4768
4788
|
"__schema": "InferenceTypeSchema",
|
|
4769
4789
|
"location": {
|
|
4770
4790
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4771
|
-
"line":
|
|
4791
|
+
"line": 403,
|
|
4772
4792
|
"character": 3
|
|
4773
4793
|
},
|
|
4774
4794
|
"type": "never[]"
|
|
@@ -4780,7 +4800,7 @@
|
|
|
4780
4800
|
"__schema": "VariableLikeSchema",
|
|
4781
4801
|
"location": {
|
|
4782
4802
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4783
|
-
"line":
|
|
4803
|
+
"line": 406,
|
|
4784
4804
|
"character": 3
|
|
4785
4805
|
},
|
|
4786
4806
|
"signature": "(property) WorkspaceConfigFilesMain.dependencies: Aspect[]",
|
|
@@ -4789,7 +4809,7 @@
|
|
|
4789
4809
|
"__schema": "InferenceTypeSchema",
|
|
4790
4810
|
"location": {
|
|
4791
4811
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4792
|
-
"line":
|
|
4812
|
+
"line": 406,
|
|
4793
4813
|
"character": 3
|
|
4794
4814
|
},
|
|
4795
4815
|
"type": "Aspect[]"
|
|
@@ -4801,7 +4821,7 @@
|
|
|
4801
4821
|
"__schema": "VariableLikeSchema",
|
|
4802
4822
|
"location": {
|
|
4803
4823
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4804
|
-
"line":
|
|
4824
|
+
"line": 408,
|
|
4805
4825
|
"character": 3
|
|
4806
4826
|
},
|
|
4807
4827
|
"signature": "(property) WorkspaceConfigFilesMain.runtime: RuntimeDefinition",
|
|
@@ -4810,7 +4830,7 @@
|
|
|
4810
4830
|
"__schema": "InferenceTypeSchema",
|
|
4811
4831
|
"location": {
|
|
4812
4832
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4813
|
-
"line":
|
|
4833
|
+
"line": 408,
|
|
4814
4834
|
"character": 3
|
|
4815
4835
|
},
|
|
4816
4836
|
"type": "RuntimeDefinition"
|
|
@@ -4822,7 +4842,7 @@
|
|
|
4822
4842
|
"__schema": "VariableLikeSchema",
|
|
4823
4843
|
"location": {
|
|
4824
4844
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4825
|
-
"line":
|
|
4845
|
+
"line": 410,
|
|
4826
4846
|
"character": 3
|
|
4827
4847
|
},
|
|
4828
4848
|
"signature": "(property) WorkspaceConfigFilesMain.defaultConfig: Partial<WorkspaceConfigFilesAspectConfig>",
|
|
@@ -4831,7 +4851,7 @@
|
|
|
4831
4851
|
"__schema": "TypeRefSchema",
|
|
4832
4852
|
"location": {
|
|
4833
4853
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4834
|
-
"line":
|
|
4854
|
+
"line": 410,
|
|
4835
4855
|
"character": 25
|
|
4836
4856
|
},
|
|
4837
4857
|
"name": "Partial",
|
|
@@ -4840,7 +4860,7 @@
|
|
|
4840
4860
|
"__schema": "TypeRefSchema",
|
|
4841
4861
|
"location": {
|
|
4842
4862
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4843
|
-
"line":
|
|
4863
|
+
"line": 410,
|
|
4844
4864
|
"character": 33
|
|
4845
4865
|
},
|
|
4846
4866
|
"name": "WorkspaceConfigFilesAspectConfig"
|
|
@@ -4854,7 +4874,7 @@
|
|
|
4854
4874
|
"__schema": "FunctionLikeSchema",
|
|
4855
4875
|
"location": {
|
|
4856
4876
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4857
|
-
"line":
|
|
4877
|
+
"line": 414,
|
|
4858
4878
|
"character": 3
|
|
4859
4879
|
},
|
|
4860
4880
|
"signature": "(method) WorkspaceConfigFilesMain.provider([cli, workspace, envs, loggerAspect]: [CLIMain, Workspace, EnvsMain, LoggerMain], config: WorkspaceConfigFilesAspectConfig): Promise<WorkspaceConfigFilesMain>",
|
|
@@ -4864,7 +4884,7 @@
|
|
|
4864
4884
|
"__schema": "ParameterSchema",
|
|
4865
4885
|
"location": {
|
|
4866
4886
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4867
|
-
"line":
|
|
4887
|
+
"line": 415,
|
|
4868
4888
|
"character": 5
|
|
4869
4889
|
},
|
|
4870
4890
|
"name": "[ cli, workspace, envs, loggerAspect ]",
|
|
@@ -4872,7 +4892,7 @@
|
|
|
4872
4892
|
"__schema": "TupleTypeSchema",
|
|
4873
4893
|
"location": {
|
|
4874
4894
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4875
|
-
"line":
|
|
4895
|
+
"line": 415,
|
|
4876
4896
|
"character": 43
|
|
4877
4897
|
},
|
|
4878
4898
|
"elements": [
|
|
@@ -4880,7 +4900,7 @@
|
|
|
4880
4900
|
"__schema": "TypeRefSchema",
|
|
4881
4901
|
"location": {
|
|
4882
4902
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4883
|
-
"line":
|
|
4903
|
+
"line": 415,
|
|
4884
4904
|
"character": 44
|
|
4885
4905
|
},
|
|
4886
4906
|
"name": "CLIMain"
|
|
@@ -4889,7 +4909,7 @@
|
|
|
4889
4909
|
"__schema": "TypeRefSchema",
|
|
4890
4910
|
"location": {
|
|
4891
4911
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4892
|
-
"line":
|
|
4912
|
+
"line": 415,
|
|
4893
4913
|
"character": 53
|
|
4894
4914
|
},
|
|
4895
4915
|
"name": "Workspace"
|
|
@@ -4898,7 +4918,7 @@
|
|
|
4898
4918
|
"__schema": "TypeRefSchema",
|
|
4899
4919
|
"location": {
|
|
4900
4920
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4901
|
-
"line":
|
|
4921
|
+
"line": 415,
|
|
4902
4922
|
"character": 64
|
|
4903
4923
|
},
|
|
4904
4924
|
"name": "EnvsMain"
|
|
@@ -4907,7 +4927,7 @@
|
|
|
4907
4927
|
"__schema": "TypeRefSchema",
|
|
4908
4928
|
"location": {
|
|
4909
4929
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4910
|
-
"line":
|
|
4930
|
+
"line": 415,
|
|
4911
4931
|
"character": 74
|
|
4912
4932
|
},
|
|
4913
4933
|
"name": "LoggerMain"
|
|
@@ -4921,7 +4941,7 @@
|
|
|
4921
4941
|
"__schema": "ParameterSchema",
|
|
4922
4942
|
"location": {
|
|
4923
4943
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4924
|
-
"line":
|
|
4944
|
+
"line": 416,
|
|
4925
4945
|
"character": 5
|
|
4926
4946
|
},
|
|
4927
4947
|
"name": "config",
|
|
@@ -4929,7 +4949,7 @@
|
|
|
4929
4949
|
"__schema": "TypeRefSchema",
|
|
4930
4950
|
"location": {
|
|
4931
4951
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4932
|
-
"line":
|
|
4952
|
+
"line": 416,
|
|
4933
4953
|
"character": 13
|
|
4934
4954
|
},
|
|
4935
4955
|
"name": "WorkspaceConfigFilesAspectConfig"
|
|
@@ -4942,7 +4962,7 @@
|
|
|
4942
4962
|
"__schema": "InferenceTypeSchema",
|
|
4943
4963
|
"location": {
|
|
4944
4964
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4945
|
-
"line":
|
|
4965
|
+
"line": 414,
|
|
4946
4966
|
"character": 3
|
|
4947
4967
|
},
|
|
4948
4968
|
"type": "Promise<WorkspaceConfigFilesMain>"
|
|
@@ -4960,7 +4980,7 @@
|
|
|
4960
4980
|
"__schema": "UnImplementedSchema",
|
|
4961
4981
|
"location": {
|
|
4962
4982
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
4963
|
-
"line":
|
|
4983
|
+
"line": 435,
|
|
4964
4984
|
"character": 16
|
|
4965
4985
|
},
|
|
4966
4986
|
"name": "WorkspaceConfigFilesMain",
|
|
@@ -5037,7 +5057,7 @@
|
|
|
5037
5057
|
"__schema": "UnImplementedSchema",
|
|
5038
5058
|
"location": {
|
|
5039
5059
|
"filePath": "workspace-config-files.main.runtime.ts",
|
|
5040
|
-
"line":
|
|
5060
|
+
"line": 433,
|
|
5041
5061
|
"character": 1
|
|
5042
5062
|
},
|
|
5043
5063
|
"name": "WorkspaceConfigFilesAspect.addRuntime(WorkspaceConfigFilesMain);",
|
|
@@ -5789,23 +5809,23 @@
|
|
|
5789
5809
|
}
|
|
5790
5810
|
]
|
|
5791
5811
|
},
|
|
5792
|
-
"signature": "(method) ConfigWriterEntry.calcConfigFiles(executionContext: ExecutionContext, env: Environment, dir: string): ConfigFile[] | undefined",
|
|
5812
|
+
"signature": "(method) ConfigWriterEntry.calcConfigFiles(executionContext: ExecutionContext, env: Environment, dir: string, workspaceDir?: string): ConfigFile[] | undefined",
|
|
5793
5813
|
"name": "calcConfigFiles",
|
|
5794
5814
|
"params": [
|
|
5795
5815
|
{
|
|
5796
5816
|
"__schema": "ParameterSchema",
|
|
5797
5817
|
"location": {
|
|
5798
5818
|
"filePath": "config-writer-entry.ts",
|
|
5799
|
-
"line":
|
|
5800
|
-
"character":
|
|
5819
|
+
"line": 97,
|
|
5820
|
+
"character": 5
|
|
5801
5821
|
},
|
|
5802
5822
|
"name": "executionContext",
|
|
5803
5823
|
"type": {
|
|
5804
5824
|
"__schema": "TypeRefSchema",
|
|
5805
5825
|
"location": {
|
|
5806
5826
|
"filePath": "config-writer-entry.ts",
|
|
5807
|
-
"line":
|
|
5808
|
-
"character":
|
|
5827
|
+
"line": 97,
|
|
5828
|
+
"character": 23
|
|
5809
5829
|
},
|
|
5810
5830
|
"name": "ExecutionContext"
|
|
5811
5831
|
},
|
|
@@ -5816,16 +5836,16 @@
|
|
|
5816
5836
|
"__schema": "ParameterSchema",
|
|
5817
5837
|
"location": {
|
|
5818
5838
|
"filePath": "config-writer-entry.ts",
|
|
5819
|
-
"line":
|
|
5820
|
-
"character":
|
|
5839
|
+
"line": 98,
|
|
5840
|
+
"character": 5
|
|
5821
5841
|
},
|
|
5822
5842
|
"name": "env",
|
|
5823
5843
|
"type": {
|
|
5824
5844
|
"__schema": "TypeRefSchema",
|
|
5825
5845
|
"location": {
|
|
5826
5846
|
"filePath": "config-writer-entry.ts",
|
|
5827
|
-
"line":
|
|
5828
|
-
"character":
|
|
5847
|
+
"line": 98,
|
|
5848
|
+
"character": 10
|
|
5829
5849
|
},
|
|
5830
5850
|
"name": "Environment"
|
|
5831
5851
|
},
|
|
@@ -5836,44 +5856,64 @@
|
|
|
5836
5856
|
"__schema": "ParameterSchema",
|
|
5837
5857
|
"location": {
|
|
5838
5858
|
"filePath": "config-writer-entry.ts",
|
|
5839
|
-
"line":
|
|
5840
|
-
"character":
|
|
5859
|
+
"line": 99,
|
|
5860
|
+
"character": 5
|
|
5841
5861
|
},
|
|
5842
5862
|
"name": "dir",
|
|
5843
5863
|
"type": {
|
|
5844
5864
|
"__schema": "KeywordTypeSchema",
|
|
5845
5865
|
"location": {
|
|
5846
5866
|
"filePath": "config-writer-entry.ts",
|
|
5847
|
-
"line":
|
|
5848
|
-
"character":
|
|
5867
|
+
"line": 99,
|
|
5868
|
+
"character": 10
|
|
5849
5869
|
},
|
|
5850
5870
|
"name": "string"
|
|
5851
5871
|
},
|
|
5852
5872
|
"isOptional": false,
|
|
5853
5873
|
"isSpread": false
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"__schema": "ParameterSchema",
|
|
5877
|
+
"location": {
|
|
5878
|
+
"filePath": "config-writer-entry.ts",
|
|
5879
|
+
"line": 100,
|
|
5880
|
+
"character": 5
|
|
5881
|
+
},
|
|
5882
|
+
"name": "workspaceDir",
|
|
5883
|
+
"type": {
|
|
5884
|
+
"__schema": "KeywordTypeSchema",
|
|
5885
|
+
"location": {
|
|
5886
|
+
"filePath": "config-writer-entry.ts",
|
|
5887
|
+
"line": 100,
|
|
5888
|
+
"character": 20
|
|
5889
|
+
},
|
|
5890
|
+
"name": "string"
|
|
5891
|
+
},
|
|
5892
|
+
"isOptional": true,
|
|
5893
|
+
"isSpread": false
|
|
5854
5894
|
}
|
|
5855
5895
|
],
|
|
5856
5896
|
"returnType": {
|
|
5857
5897
|
"__schema": "TypeUnionSchema",
|
|
5858
5898
|
"location": {
|
|
5859
5899
|
"filePath": "config-writer-entry.ts",
|
|
5860
|
-
"line":
|
|
5861
|
-
"character":
|
|
5900
|
+
"line": 101,
|
|
5901
|
+
"character": 6
|
|
5862
5902
|
},
|
|
5863
5903
|
"types": [
|
|
5864
5904
|
{
|
|
5865
5905
|
"__schema": "TypeArraySchema",
|
|
5866
5906
|
"location": {
|
|
5867
5907
|
"filePath": "config-writer-entry.ts",
|
|
5868
|
-
"line":
|
|
5869
|
-
"character":
|
|
5908
|
+
"line": 101,
|
|
5909
|
+
"character": 6
|
|
5870
5910
|
},
|
|
5871
5911
|
"type": {
|
|
5872
5912
|
"__schema": "TypeRefSchema",
|
|
5873
5913
|
"location": {
|
|
5874
5914
|
"filePath": "config-writer-entry.ts",
|
|
5875
|
-
"line":
|
|
5876
|
-
"character":
|
|
5915
|
+
"line": 101,
|
|
5916
|
+
"character": 6
|
|
5877
5917
|
},
|
|
5878
5918
|
"name": "ConfigFile"
|
|
5879
5919
|
}
|
|
@@ -5882,8 +5922,8 @@
|
|
|
5882
5922
|
"__schema": "KeywordTypeSchema",
|
|
5883
5923
|
"location": {
|
|
5884
5924
|
"filePath": "config-writer-entry.ts",
|
|
5885
|
-
"line":
|
|
5886
|
-
"character":
|
|
5925
|
+
"line": 101,
|
|
5926
|
+
"character": 21
|
|
5887
5927
|
},
|
|
5888
5928
|
"name": "undefined"
|
|
5889
5929
|
}
|
|
@@ -5895,14 +5935,14 @@
|
|
|
5895
5935
|
"__schema": "VariableLikeSchema",
|
|
5896
5936
|
"location": {
|
|
5897
5937
|
"filePath": "config-writer-entry.ts",
|
|
5898
|
-
"line":
|
|
5938
|
+
"line": 110,
|
|
5899
5939
|
"character": 3
|
|
5900
5940
|
},
|
|
5901
5941
|
"doc": {
|
|
5902
5942
|
"__schema": "DocSchema",
|
|
5903
5943
|
"location": {
|
|
5904
5944
|
"filePath": "config-writer-entry.ts",
|
|
5905
|
-
"line":
|
|
5945
|
+
"line": 103,
|
|
5906
5946
|
"character": 3
|
|
5907
5947
|
},
|
|
5908
5948
|
"raw": "/**\n * Provide a function that knows how to merge 2 config files together.\n * This is used when 2 different envs generate the same config file hash.\n * sometime we want to merge the 2 config files together.\n * @param configFile\n * @param configFile2\n */",
|
|
@@ -5912,7 +5952,7 @@
|
|
|
5912
5952
|
"__schema": "PropertyLikeTagSchema",
|
|
5913
5953
|
"location": {
|
|
5914
5954
|
"filePath": "config-writer-entry.ts",
|
|
5915
|
-
"line":
|
|
5955
|
+
"line": 107,
|
|
5916
5956
|
"character": 6
|
|
5917
5957
|
},
|
|
5918
5958
|
"name": "configFile",
|
|
@@ -5922,7 +5962,7 @@
|
|
|
5922
5962
|
"__schema": "PropertyLikeTagSchema",
|
|
5923
5963
|
"location": {
|
|
5924
5964
|
"filePath": "config-writer-entry.ts",
|
|
5925
|
-
"line":
|
|
5965
|
+
"line": 108,
|
|
5926
5966
|
"character": 6
|
|
5927
5967
|
},
|
|
5928
5968
|
"name": "configFile2",
|
|
@@ -5936,7 +5976,7 @@
|
|
|
5936
5976
|
"__schema": "TypeRefSchema",
|
|
5937
5977
|
"location": {
|
|
5938
5978
|
"filePath": "config-writer-entry.ts",
|
|
5939
|
-
"line":
|
|
5979
|
+
"line": 110,
|
|
5940
5980
|
"character": 22
|
|
5941
5981
|
},
|
|
5942
5982
|
"name": "MergeConfigFilesFunc"
|
|
@@ -5947,14 +5987,14 @@
|
|
|
5947
5987
|
"__schema": "FunctionLikeSchema",
|
|
5948
5988
|
"location": {
|
|
5949
5989
|
"filePath": "config-writer-entry.ts",
|
|
5950
|
-
"line":
|
|
5990
|
+
"line": 123,
|
|
5951
5991
|
"character": 3
|
|
5952
5992
|
},
|
|
5953
5993
|
"doc": {
|
|
5954
5994
|
"__schema": "DocSchema",
|
|
5955
5995
|
"location": {
|
|
5956
5996
|
"filePath": "config-writer-entry.ts",
|
|
5957
|
-
"line":
|
|
5997
|
+
"line": 112,
|
|
5958
5998
|
"character": 3
|
|
5959
5999
|
},
|
|
5960
6000
|
"raw": "/**\n * This will be used to generate an extending file content.\n * For example, the tsconfig.json file will extend the real tsconfig.{hash}.json file (that were coming from the env).\n * That way we can avoid writing the same config file multiple times.\n * It also reduces the risk of the user manually change the config file and then the changes will be lost.\n * This function support returning a file with content with a dsl using `{}` to replace the config file name.\n * for example:\n * content = `{\n * \"extends\": {configFile.name},\n * }`\n */",
|
|
@@ -5967,7 +6007,7 @@
|
|
|
5967
6007
|
"__schema": "ParameterSchema",
|
|
5968
6008
|
"location": {
|
|
5969
6009
|
"filePath": "config-writer-entry.ts",
|
|
5970
|
-
"line":
|
|
6010
|
+
"line": 123,
|
|
5971
6011
|
"character": 25
|
|
5972
6012
|
},
|
|
5973
6013
|
"name": "args",
|
|
@@ -5975,7 +6015,7 @@
|
|
|
5975
6015
|
"__schema": "TypeRefSchema",
|
|
5976
6016
|
"location": {
|
|
5977
6017
|
"filePath": "config-writer-entry.ts",
|
|
5978
|
-
"line":
|
|
6018
|
+
"line": 123,
|
|
5979
6019
|
"character": 31
|
|
5980
6020
|
},
|
|
5981
6021
|
"name": "GenerateExtendingConfigFilesArgs"
|
|
@@ -5988,7 +6028,7 @@
|
|
|
5988
6028
|
"__schema": "TypeUnionSchema",
|
|
5989
6029
|
"location": {
|
|
5990
6030
|
"filePath": "config-writer-entry.ts",
|
|
5991
|
-
"line":
|
|
6031
|
+
"line": 123,
|
|
5992
6032
|
"character": 66
|
|
5993
6033
|
},
|
|
5994
6034
|
"types": [
|
|
@@ -5996,7 +6036,7 @@
|
|
|
5996
6036
|
"__schema": "TypeRefSchema",
|
|
5997
6037
|
"location": {
|
|
5998
6038
|
"filePath": "config-writer-entry.ts",
|
|
5999
|
-
"line":
|
|
6039
|
+
"line": 123,
|
|
6000
6040
|
"character": 66
|
|
6001
6041
|
},
|
|
6002
6042
|
"name": "ExtendingConfigFile"
|
|
@@ -6005,7 +6045,7 @@
|
|
|
6005
6045
|
"__schema": "KeywordTypeSchema",
|
|
6006
6046
|
"location": {
|
|
6007
6047
|
"filePath": "config-writer-entry.ts",
|
|
6008
|
-
"line":
|
|
6048
|
+
"line": 123,
|
|
6009
6049
|
"character": 88
|
|
6010
6050
|
},
|
|
6011
6051
|
"name": "undefined"
|
|
@@ -6018,14 +6058,14 @@
|
|
|
6018
6058
|
"__schema": "FunctionLikeSchema",
|
|
6019
6059
|
"location": {
|
|
6020
6060
|
"filePath": "config-writer-entry.ts",
|
|
6021
|
-
"line":
|
|
6061
|
+
"line": 132,
|
|
6022
6062
|
"character": 3
|
|
6023
6063
|
},
|
|
6024
6064
|
"doc": {
|
|
6025
6065
|
"__schema": "DocSchema",
|
|
6026
6066
|
"location": {
|
|
6027
6067
|
"filePath": "config-writer-entry.ts",
|
|
6028
|
-
"line":
|
|
6068
|
+
"line": 125,
|
|
6029
6069
|
"character": 3
|
|
6030
6070
|
},
|
|
6031
6071
|
"raw": "/**\n * This enables the writer to do some post processing after the extending config files were calculated and deduped.\n * this is important in case when we need to change a config file / extending config file after it was calculated\n * based on all the environments in the ws\n * or based on other config files that were written.\n * @param args\n */",
|
|
@@ -6035,7 +6075,7 @@
|
|
|
6035
6075
|
"__schema": "PropertyLikeTagSchema",
|
|
6036
6076
|
"location": {
|
|
6037
6077
|
"filePath": "config-writer-entry.ts",
|
|
6038
|
-
"line":
|
|
6078
|
+
"line": 130,
|
|
6039
6079
|
"character": 6
|
|
6040
6080
|
},
|
|
6041
6081
|
"name": "args",
|
|
@@ -6050,7 +6090,7 @@
|
|
|
6050
6090
|
"__schema": "ParameterSchema",
|
|
6051
6091
|
"location": {
|
|
6052
6092
|
"filePath": "config-writer-entry.ts",
|
|
6053
|
-
"line":
|
|
6093
|
+
"line": 133,
|
|
6054
6094
|
"character": 5
|
|
6055
6095
|
},
|
|
6056
6096
|
"name": "args",
|
|
@@ -6058,7 +6098,7 @@
|
|
|
6058
6098
|
"__schema": "TypeRefSchema",
|
|
6059
6099
|
"location": {
|
|
6060
6100
|
"filePath": "config-writer-entry.ts",
|
|
6061
|
-
"line":
|
|
6101
|
+
"line": 133,
|
|
6062
6102
|
"character": 11
|
|
6063
6103
|
},
|
|
6064
6104
|
"name": "PostProcessExtendingConfigFilesArgs"
|
|
@@ -6071,7 +6111,7 @@
|
|
|
6071
6111
|
"__schema": "TypeRefSchema",
|
|
6072
6112
|
"location": {
|
|
6073
6113
|
"filePath": "config-writer-entry.ts",
|
|
6074
|
-
"line":
|
|
6114
|
+
"line": 134,
|
|
6075
6115
|
"character": 6
|
|
6076
6116
|
},
|
|
6077
6117
|
"name": "Promise",
|
|
@@ -6080,7 +6120,7 @@
|
|
|
6080
6120
|
"__schema": "TypeUnionSchema",
|
|
6081
6121
|
"location": {
|
|
6082
6122
|
"filePath": "config-writer-entry.ts",
|
|
6083
|
-
"line":
|
|
6123
|
+
"line": 134,
|
|
6084
6124
|
"character": 14
|
|
6085
6125
|
},
|
|
6086
6126
|
"types": [
|
|
@@ -6088,7 +6128,7 @@
|
|
|
6088
6128
|
"__schema": "KeywordTypeSchema",
|
|
6089
6129
|
"location": {
|
|
6090
6130
|
"filePath": "config-writer-entry.ts",
|
|
6091
|
-
"line":
|
|
6131
|
+
"line": 134,
|
|
6092
6132
|
"character": 14
|
|
6093
6133
|
},
|
|
6094
6134
|
"name": "string"
|
|
@@ -6097,7 +6137,7 @@
|
|
|
6097
6137
|
"__schema": "TypeRefSchema",
|
|
6098
6138
|
"location": {
|
|
6099
6139
|
"filePath": "config-writer-entry.ts",
|
|
6100
|
-
"line":
|
|
6140
|
+
"line": 134,
|
|
6101
6141
|
"character": 23
|
|
6102
6142
|
},
|
|
6103
6143
|
"name": "Array",
|
|
@@ -6106,7 +6146,7 @@
|
|
|
6106
6146
|
"__schema": "TypeRefSchema",
|
|
6107
6147
|
"location": {
|
|
6108
6148
|
"filePath": "config-writer-entry.ts",
|
|
6109
|
-
"line":
|
|
6149
|
+
"line": 134,
|
|
6110
6150
|
"character": 29
|
|
6111
6151
|
},
|
|
6112
6152
|
"name": "PostProcessExtendingConfigFilesOneFile"
|
|
@@ -6117,7 +6157,7 @@
|
|
|
6117
6157
|
"__schema": "KeywordTypeSchema",
|
|
6118
6158
|
"location": {
|
|
6119
6159
|
"filePath": "config-writer-entry.ts",
|
|
6120
|
-
"line":
|
|
6160
|
+
"line": 134,
|
|
6121
6161
|
"character": 71
|
|
6122
6162
|
},
|
|
6123
6163
|
"name": "undefined"
|
|
@@ -6132,14 +6172,14 @@
|
|
|
6132
6172
|
"__schema": "VariableLikeSchema",
|
|
6133
6173
|
"location": {
|
|
6134
6174
|
"filePath": "config-writer-entry.ts",
|
|
6135
|
-
"line":
|
|
6175
|
+
"line": 142,
|
|
6136
6176
|
"character": 3
|
|
6137
6177
|
},
|
|
6138
6178
|
"doc": {
|
|
6139
6179
|
"__schema": "DocSchema",
|
|
6140
6180
|
"location": {
|
|
6141
6181
|
"filePath": "config-writer-entry.ts",
|
|
6142
|
-
"line":
|
|
6182
|
+
"line": 136,
|
|
6143
6183
|
"character": 3
|
|
6144
6184
|
},
|
|
6145
6185
|
"raw": "/**\n * Find all the files that are relevant for the config type.\n * This is used to clean / delete these files\n * This should return an array of glob patterns (that will passed to the globby/minimatch library)\n * @param dir\n */",
|
|
@@ -6149,7 +6189,7 @@
|
|
|
6149
6189
|
"__schema": "PropertyLikeTagSchema",
|
|
6150
6190
|
"location": {
|
|
6151
6191
|
"filePath": "config-writer-entry.ts",
|
|
6152
|
-
"line":
|
|
6192
|
+
"line": 140,
|
|
6153
6193
|
"character": 6
|
|
6154
6194
|
},
|
|
6155
6195
|
"name": "dir",
|
|
@@ -6163,14 +6203,14 @@
|
|
|
6163
6203
|
"__schema": "TypeArraySchema",
|
|
6164
6204
|
"location": {
|
|
6165
6205
|
"filePath": "config-writer-entry.ts",
|
|
6166
|
-
"line":
|
|
6206
|
+
"line": 142,
|
|
6167
6207
|
"character": 13
|
|
6168
6208
|
},
|
|
6169
6209
|
"type": {
|
|
6170
6210
|
"__schema": "KeywordTypeSchema",
|
|
6171
6211
|
"location": {
|
|
6172
6212
|
"filePath": "config-writer-entry.ts",
|
|
6173
|
-
"line":
|
|
6213
|
+
"line": 142,
|
|
6174
6214
|
"character": 13
|
|
6175
6215
|
},
|
|
6176
6216
|
"name": "string"
|
|
@@ -6182,14 +6222,14 @@
|
|
|
6182
6222
|
"__schema": "VariableLikeSchema",
|
|
6183
6223
|
"location": {
|
|
6184
6224
|
"filePath": "config-writer-entry.ts",
|
|
6185
|
-
"line":
|
|
6225
|
+
"line": 150,
|
|
6186
6226
|
"character": 3
|
|
6187
6227
|
},
|
|
6188
6228
|
"doc": {
|
|
6189
6229
|
"__schema": "DocSchema",
|
|
6190
6230
|
"location": {
|
|
6191
6231
|
"filePath": "config-writer-entry.ts",
|
|
6192
|
-
"line":
|
|
6232
|
+
"line": 144,
|
|
6193
6233
|
"character": 3
|
|
6194
6234
|
},
|
|
6195
6235
|
"raw": "/**\n * A function to determine if a file was generated by bit.\n * This is useful to check if the config file was generated by bit to prevent delete user's file.\n * @param filePath\n * @returns\n */",
|
|
@@ -6199,7 +6239,7 @@
|
|
|
6199
6239
|
"__schema": "PropertyLikeTagSchema",
|
|
6200
6240
|
"location": {
|
|
6201
6241
|
"filePath": "config-writer-entry.ts",
|
|
6202
|
-
"line":
|
|
6242
|
+
"line": 147,
|
|
6203
6243
|
"character": 6
|
|
6204
6244
|
},
|
|
6205
6245
|
"name": "filePath",
|
|
@@ -6209,7 +6249,7 @@
|
|
|
6209
6249
|
"__schema": "ReturnTagSchema",
|
|
6210
6250
|
"location": {
|
|
6211
6251
|
"filePath": "config-writer-entry.ts",
|
|
6212
|
-
"line":
|
|
6252
|
+
"line": 148,
|
|
6213
6253
|
"character": 6
|
|
6214
6254
|
},
|
|
6215
6255
|
"tagName": "return"
|
|
@@ -6222,7 +6262,7 @@
|
|
|
6222
6262
|
"__schema": "FunctionLikeSchema",
|
|
6223
6263
|
"location": {
|
|
6224
6264
|
"filePath": "config-writer-entry.ts",
|
|
6225
|
-
"line":
|
|
6265
|
+
"line": 150,
|
|
6226
6266
|
"character": 20
|
|
6227
6267
|
},
|
|
6228
6268
|
"signature": "(filePath: string): boolean",
|
|
@@ -6232,7 +6272,7 @@
|
|
|
6232
6272
|
"__schema": "ParameterSchema",
|
|
6233
6273
|
"location": {
|
|
6234
6274
|
"filePath": "config-writer-entry.ts",
|
|
6235
|
-
"line":
|
|
6275
|
+
"line": 150,
|
|
6236
6276
|
"character": 21
|
|
6237
6277
|
},
|
|
6238
6278
|
"name": "filePath",
|
|
@@ -6240,7 +6280,7 @@
|
|
|
6240
6280
|
"__schema": "KeywordTypeSchema",
|
|
6241
6281
|
"location": {
|
|
6242
6282
|
"filePath": "config-writer-entry.ts",
|
|
6243
|
-
"line":
|
|
6283
|
+
"line": 150,
|
|
6244
6284
|
"character": 31
|
|
6245
6285
|
},
|
|
6246
6286
|
"name": "string"
|
|
@@ -6253,7 +6293,7 @@
|
|
|
6253
6293
|
"__schema": "KeywordTypeSchema",
|
|
6254
6294
|
"location": {
|
|
6255
6295
|
"filePath": "config-writer-entry.ts",
|
|
6256
|
-
"line":
|
|
6296
|
+
"line": 150,
|
|
6257
6297
|
"character": 42
|
|
6258
6298
|
},
|
|
6259
6299
|
"name": "boolean"
|
|
@@ -6849,7 +6889,7 @@
|
|
|
6849
6889
|
"componentId": {
|
|
6850
6890
|
"scope": "teambit.workspace",
|
|
6851
6891
|
"name": "workspace-config-files",
|
|
6852
|
-
"version": "1.0.
|
|
6892
|
+
"version": "1.0.181"
|
|
6853
6893
|
},
|
|
6854
6894
|
"taggedModuleExports": []
|
|
6855
6895
|
}
|