@teambit/new-component-helper 1.0.493 → 1.0.495

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.
@@ -439,7 +439,7 @@
439
439
  "line": 92,
440
440
  "character": 3
441
441
  },
442
- "signature": "(method) NewComponentHelperMain.writeAndAddNewComp(comp: Component, targetId: ComponentID, options?: {\n path?: string;\n scope?: string;\n env?: string;\n incrementPathIfConflicted?: boolean;\n}, config?: {\n [aspectName: string]: any;\n} | undefined): Promise<void>",
442
+ "signature": "(method) NewComponentHelperMain.writeAndAddNewComp(comp: Component, targetId: ComponentID, options?: {\n path?: string;\n scope?: string;\n env?: string;\n incrementPathIfConflicted?: boolean;\n compile?: boolean;\n loadOptions?: WorkspaceComponentLoadOptions;\n}, config?: {\n [aspectName: string]: any;\n} | undefined): Promise<void>",
443
443
  "name": "writeAndAddNewComp",
444
444
  "params": [
445
445
  {
@@ -511,8 +511,8 @@
511
511
  "__schema": "VariableLikeSchema",
512
512
  "location": {
513
513
  "filePath": "new-component-helper.main.runtime.ts",
514
- "line": 95,
515
- "character": 17
514
+ "line": 96,
515
+ "character": 7
516
516
  },
517
517
  "signature": "(property) path?: string | undefined",
518
518
  "name": "path",
@@ -520,8 +520,8 @@
520
520
  "__schema": "KeywordTypeSchema",
521
521
  "location": {
522
522
  "filePath": "new-component-helper.main.runtime.ts",
523
- "line": 95,
524
- "character": 24
523
+ "line": 96,
524
+ "character": 14
525
525
  },
526
526
  "name": "string"
527
527
  },
@@ -531,8 +531,8 @@
531
531
  "__schema": "VariableLikeSchema",
532
532
  "location": {
533
533
  "filePath": "new-component-helper.main.runtime.ts",
534
- "line": 95,
535
- "character": 32
534
+ "line": 97,
535
+ "character": 7
536
536
  },
537
537
  "signature": "(property) scope?: string | undefined",
538
538
  "name": "scope",
@@ -540,8 +540,8 @@
540
540
  "__schema": "KeywordTypeSchema",
541
541
  "location": {
542
542
  "filePath": "new-component-helper.main.runtime.ts",
543
- "line": 95,
544
- "character": 40
543
+ "line": 97,
544
+ "character": 15
545
545
  },
546
546
  "name": "string"
547
547
  },
@@ -551,8 +551,8 @@
551
551
  "__schema": "VariableLikeSchema",
552
552
  "location": {
553
553
  "filePath": "new-component-helper.main.runtime.ts",
554
- "line": 95,
555
- "character": 48
554
+ "line": 98,
555
+ "character": 7
556
556
  },
557
557
  "signature": "(property) env?: string | undefined",
558
558
  "name": "env",
@@ -560,8 +560,8 @@
560
560
  "__schema": "KeywordTypeSchema",
561
561
  "location": {
562
562
  "filePath": "new-component-helper.main.runtime.ts",
563
- "line": 95,
564
- "character": 54
563
+ "line": 98,
564
+ "character": 13
565
565
  },
566
566
  "name": "string"
567
567
  },
@@ -571,8 +571,8 @@
571
571
  "__schema": "VariableLikeSchema",
572
572
  "location": {
573
573
  "filePath": "new-component-helper.main.runtime.ts",
574
- "line": 95,
575
- "character": 62
574
+ "line": 99,
575
+ "character": 7
576
576
  },
577
577
  "signature": "(property) incrementPathIfConflicted?: boolean | undefined",
578
578
  "name": "incrementPathIfConflicted",
@@ -580,12 +580,56 @@
580
580
  "__schema": "KeywordTypeSchema",
581
581
  "location": {
582
582
  "filePath": "new-component-helper.main.runtime.ts",
583
- "line": 95,
584
- "character": 90
583
+ "line": 99,
584
+ "character": 35
585
585
  },
586
586
  "name": "boolean"
587
587
  },
588
588
  "isOptional": true
589
+ },
590
+ {
591
+ "__schema": "VariableLikeSchema",
592
+ "location": {
593
+ "filePath": "new-component-helper.main.runtime.ts",
594
+ "line": 100,
595
+ "character": 7
596
+ },
597
+ "signature": "(property) compile?: boolean | undefined",
598
+ "name": "compile",
599
+ "type": {
600
+ "__schema": "KeywordTypeSchema",
601
+ "location": {
602
+ "filePath": "new-component-helper.main.runtime.ts",
603
+ "line": 100,
604
+ "character": 17
605
+ },
606
+ "name": "boolean"
607
+ },
608
+ "isOptional": true
609
+ },
610
+ {
611
+ "__schema": "VariableLikeSchema",
612
+ "location": {
613
+ "filePath": "new-component-helper.main.runtime.ts",
614
+ "line": 101,
615
+ "character": 7
616
+ },
617
+ "signature": "(property) loadOptions?: WorkspaceComponentLoadOptions | undefined",
618
+ "name": "loadOptions",
619
+ "type": {
620
+ "__schema": "TypeRefSchema",
621
+ "location": {
622
+ "filePath": "new-component-helper.main.runtime.ts",
623
+ "line": 101,
624
+ "character": 21
625
+ },
626
+ "name": "WorkspaceComponentLoadOptions",
627
+ "componentId": {
628
+ "scope": "teambit.workspace",
629
+ "name": "workspace"
630
+ }
631
+ },
632
+ "isOptional": true
589
633
  }
590
634
  ]
591
635
  },
@@ -596,7 +640,7 @@
596
640
  "__schema": "ParameterSchema",
597
641
  "location": {
598
642
  "filePath": "new-component-helper.main.runtime.ts",
599
- "line": 96,
643
+ "line": 103,
600
644
  "character": 5
601
645
  },
602
646
  "name": "config",
@@ -604,7 +648,7 @@
604
648
  "__schema": "TypeLiteralSchema",
605
649
  "location": {
606
650
  "filePath": "new-component-helper.main.runtime.ts",
607
- "line": 96,
651
+ "line": 103,
608
652
  "character": 14
609
653
  },
610
654
  "members": [
@@ -612,14 +656,14 @@
612
656
  "__schema": "IndexSignatureSchema",
613
657
  "location": {
614
658
  "filePath": "new-component-helper.main.runtime.ts",
615
- "line": 96,
659
+ "line": 103,
616
660
  "character": 16
617
661
  },
618
662
  "keyType": {
619
663
  "__schema": "ParameterSchema",
620
664
  "location": {
621
665
  "filePath": "new-component-helper.main.runtime.ts",
622
- "line": 96,
666
+ "line": 103,
623
667
  "character": 17
624
668
  },
625
669
  "name": "aspectName",
@@ -627,7 +671,7 @@
627
671
  "__schema": "KeywordTypeSchema",
628
672
  "location": {
629
673
  "filePath": "new-component-helper.main.runtime.ts",
630
- "line": 96,
674
+ "line": 103,
631
675
  "character": 29
632
676
  },
633
677
  "name": "string"
@@ -639,7 +683,7 @@
639
683
  "__schema": "KeywordTypeSchema",
640
684
  "location": {
641
685
  "filePath": "new-component-helper.main.runtime.ts",
642
- "line": 96,
686
+ "line": 103,
643
687
  "character": 38
644
688
  },
645
689
  "name": "any"
@@ -668,7 +712,7 @@
668
712
  "__schema": "FunctionLikeSchema",
669
713
  "location": {
670
714
  "filePath": "new-component-helper.main.runtime.ts",
671
- "line": 133,
715
+ "line": 140,
672
716
  "character": 3
673
717
  },
674
718
  "signature": "(method) NewComponentHelperMain.writeAndAddNewCompFromFiles(files: File[], targetId: ComponentID, mainFile: string, options?: {\n path?: string;\n incrementPathIfConflicted?: boolean;\n}, config?: {\n [aspectName: string]: any;\n} | undefined): Promise<void>",
@@ -678,7 +722,7 @@
678
722
  "__schema": "ParameterSchema",
679
723
  "location": {
680
724
  "filePath": "new-component-helper.main.runtime.ts",
681
- "line": 134,
725
+ "line": 141,
682
726
  "character": 5
683
727
  },
684
728
  "name": "files",
@@ -686,14 +730,14 @@
686
730
  "__schema": "TypeArraySchema",
687
731
  "location": {
688
732
  "filePath": "new-component-helper.main.runtime.ts",
689
- "line": 134,
733
+ "line": 141,
690
734
  "character": 12
691
735
  },
692
736
  "type": {
693
737
  "__schema": "TypeRefSchema",
694
738
  "location": {
695
739
  "filePath": "new-component-helper.main.runtime.ts",
696
- "line": 134,
740
+ "line": 141,
697
741
  "character": 12
698
742
  },
699
743
  "name": "File",
@@ -707,7 +751,7 @@
707
751
  "__schema": "ParameterSchema",
708
752
  "location": {
709
753
  "filePath": "new-component-helper.main.runtime.ts",
710
- "line": 135,
754
+ "line": 142,
711
755
  "character": 5
712
756
  },
713
757
  "name": "targetId",
@@ -715,7 +759,7 @@
715
759
  "__schema": "TypeRefSchema",
716
760
  "location": {
717
761
  "filePath": "new-component-helper.main.runtime.ts",
718
- "line": 135,
762
+ "line": 142,
719
763
  "character": 15
720
764
  },
721
765
  "name": "ComponentID",
@@ -732,7 +776,7 @@
732
776
  "__schema": "ParameterSchema",
733
777
  "location": {
734
778
  "filePath": "new-component-helper.main.runtime.ts",
735
- "line": 136,
779
+ "line": 143,
736
780
  "character": 5
737
781
  },
738
782
  "name": "mainFile",
@@ -740,7 +784,7 @@
740
784
  "__schema": "KeywordTypeSchema",
741
785
  "location": {
742
786
  "filePath": "new-component-helper.main.runtime.ts",
743
- "line": 136,
787
+ "line": 143,
744
788
  "character": 15
745
789
  },
746
790
  "name": "string"
@@ -752,7 +796,7 @@
752
796
  "__schema": "ParameterSchema",
753
797
  "location": {
754
798
  "filePath": "new-component-helper.main.runtime.ts",
755
- "line": 137,
799
+ "line": 144,
756
800
  "character": 5
757
801
  },
758
802
  "name": "options",
@@ -760,7 +804,7 @@
760
804
  "__schema": "TypeLiteralSchema",
761
805
  "location": {
762
806
  "filePath": "new-component-helper.main.runtime.ts",
763
- "line": 137,
807
+ "line": 144,
764
808
  "character": 15
765
809
  },
766
810
  "members": [
@@ -768,7 +812,7 @@
768
812
  "__schema": "VariableLikeSchema",
769
813
  "location": {
770
814
  "filePath": "new-component-helper.main.runtime.ts",
771
- "line": 137,
815
+ "line": 144,
772
816
  "character": 17
773
817
  },
774
818
  "signature": "(property) path?: string | undefined",
@@ -777,7 +821,7 @@
777
821
  "__schema": "KeywordTypeSchema",
778
822
  "location": {
779
823
  "filePath": "new-component-helper.main.runtime.ts",
780
- "line": 137,
824
+ "line": 144,
781
825
  "character": 24
782
826
  },
783
827
  "name": "string"
@@ -788,7 +832,7 @@
788
832
  "__schema": "VariableLikeSchema",
789
833
  "location": {
790
834
  "filePath": "new-component-helper.main.runtime.ts",
791
- "line": 137,
835
+ "line": 144,
792
836
  "character": 32
793
837
  },
794
838
  "signature": "(property) incrementPathIfConflicted?: boolean | undefined",
@@ -797,7 +841,7 @@
797
841
  "__schema": "KeywordTypeSchema",
798
842
  "location": {
799
843
  "filePath": "new-component-helper.main.runtime.ts",
800
- "line": 137,
844
+ "line": 144,
801
845
  "character": 60
802
846
  },
803
847
  "name": "boolean"
@@ -813,7 +857,7 @@
813
857
  "__schema": "ParameterSchema",
814
858
  "location": {
815
859
  "filePath": "new-component-helper.main.runtime.ts",
816
- "line": 138,
860
+ "line": 145,
817
861
  "character": 5
818
862
  },
819
863
  "name": "config",
@@ -821,7 +865,7 @@
821
865
  "__schema": "TypeLiteralSchema",
822
866
  "location": {
823
867
  "filePath": "new-component-helper.main.runtime.ts",
824
- "line": 138,
868
+ "line": 145,
825
869
  "character": 14
826
870
  },
827
871
  "members": [
@@ -829,14 +873,14 @@
829
873
  "__schema": "IndexSignatureSchema",
830
874
  "location": {
831
875
  "filePath": "new-component-helper.main.runtime.ts",
832
- "line": 138,
876
+ "line": 145,
833
877
  "character": 16
834
878
  },
835
879
  "keyType": {
836
880
  "__schema": "ParameterSchema",
837
881
  "location": {
838
882
  "filePath": "new-component-helper.main.runtime.ts",
839
- "line": 138,
883
+ "line": 145,
840
884
  "character": 17
841
885
  },
842
886
  "name": "aspectName",
@@ -844,7 +888,7 @@
844
888
  "__schema": "KeywordTypeSchema",
845
889
  "location": {
846
890
  "filePath": "new-component-helper.main.runtime.ts",
847
- "line": 138,
891
+ "line": 145,
848
892
  "character": 29
849
893
  },
850
894
  "name": "string"
@@ -856,7 +900,7 @@
856
900
  "__schema": "KeywordTypeSchema",
857
901
  "location": {
858
902
  "filePath": "new-component-helper.main.runtime.ts",
859
- "line": 138,
903
+ "line": 145,
860
904
  "character": 38
861
905
  },
862
906
  "name": "any"
@@ -872,7 +916,7 @@
872
916
  "__schema": "InferenceTypeSchema",
873
917
  "location": {
874
918
  "filePath": "new-component-helper.main.runtime.ts",
875
- "line": 133,
919
+ "line": 140,
876
920
  "character": 3
877
921
  },
878
922
  "type": "Promise<void>"
@@ -885,14 +929,14 @@
885
929
  "__schema": "FunctionLikeSchema",
886
930
  "location": {
887
931
  "filePath": "new-component-helper.main.runtime.ts",
888
- "line": 168,
932
+ "line": 175,
889
933
  "character": 3
890
934
  },
891
935
  "doc": {
892
936
  "__schema": "DocSchema",
893
937
  "location": {
894
938
  "filePath": "new-component-helper.main.runtime.ts",
895
- "line": 165,
939
+ "line": 172,
896
940
  "character": 3
897
941
  },
898
942
  "raw": "/**\n * writes component files into the specified directory.\n */",
@@ -906,7 +950,7 @@
906
950
  "__schema": "ParameterSchema",
907
951
  "location": {
908
952
  "filePath": "new-component-helper.main.runtime.ts",
909
- "line": 168,
953
+ "line": 175,
910
954
  "character": 29
911
955
  },
912
956
  "name": "componentPath",
@@ -914,7 +958,7 @@
914
958
  "__schema": "KeywordTypeSchema",
915
959
  "location": {
916
960
  "filePath": "new-component-helper.main.runtime.ts",
917
- "line": 168,
961
+ "line": 175,
918
962
  "character": 44
919
963
  },
920
964
  "name": "string"
@@ -926,7 +970,7 @@
926
970
  "__schema": "ParameterSchema",
927
971
  "location": {
928
972
  "filePath": "new-component-helper.main.runtime.ts",
929
- "line": 168,
973
+ "line": 175,
930
974
  "character": 52
931
975
  },
932
976
  "name": "files",
@@ -934,14 +978,14 @@
934
978
  "__schema": "TypeArraySchema",
935
979
  "location": {
936
980
  "filePath": "new-component-helper.main.runtime.ts",
937
- "line": 168,
981
+ "line": 175,
938
982
  "character": 59
939
983
  },
940
984
  "type": {
941
985
  "__schema": "TypeRefSchema",
942
986
  "location": {
943
987
  "filePath": "new-component-helper.main.runtime.ts",
944
- "line": 168,
988
+ "line": 175,
945
989
  "character": 59
946
990
  },
947
991
  "name": "File",
@@ -956,7 +1000,7 @@
956
1000
  "__schema": "TypeRefSchema",
957
1001
  "location": {
958
1002
  "filePath": "new-component-helper.main.runtime.ts",
959
- "line": 168,
1003
+ "line": 175,
960
1004
  "character": 68
961
1005
  },
962
1006
  "name": "Promise",
@@ -965,14 +1009,14 @@
965
1009
  "__schema": "TypeArraySchema",
966
1010
  "location": {
967
1011
  "filePath": "new-component-helper.main.runtime.ts",
968
- "line": 168,
1012
+ "line": 175,
969
1013
  "character": 76
970
1014
  },
971
1015
  "type": {
972
1016
  "__schema": "TypeRefSchema",
973
1017
  "location": {
974
1018
  "filePath": "new-component-helper.main.runtime.ts",
975
- "line": 168,
1019
+ "line": 175,
976
1020
  "character": 76
977
1021
  },
978
1022
  "name": "PathOsBasedRelative",
@@ -993,7 +1037,7 @@
993
1037
  "__schema": "FunctionLikeSchema",
994
1038
  "location": {
995
1039
  "filePath": "new-component-helper.main.runtime.ts",
996
- "line": 203,
1040
+ "line": 210,
997
1041
  "character": 3
998
1042
  },
999
1043
  "signature": "(method) NewComponentHelperMain.getConfigFromExistingToNewComponent(comp: Component): Promise<{}>",
@@ -1003,7 +1047,7 @@
1003
1047
  "__schema": "ParameterSchema",
1004
1048
  "location": {
1005
1049
  "filePath": "new-component-helper.main.runtime.ts",
1006
- "line": 203,
1050
+ "line": 210,
1007
1051
  "character": 45
1008
1052
  },
1009
1053
  "name": "comp",
@@ -1011,7 +1055,7 @@
1011
1055
  "__schema": "TypeRefSchema",
1012
1056
  "location": {
1013
1057
  "filePath": "new-component-helper.main.runtime.ts",
1014
- "line": 203,
1058
+ "line": 210,
1015
1059
  "character": 51
1016
1060
  },
1017
1061
  "name": "Component",
@@ -1028,7 +1072,7 @@
1028
1072
  "__schema": "InferenceTypeSchema",
1029
1073
  "location": {
1030
1074
  "filePath": "new-component-helper.main.runtime.ts",
1031
- "line": 203,
1075
+ "line": 210,
1032
1076
  "character": 3
1033
1077
  },
1034
1078
  "type": "Promise<{}>"
@@ -1041,7 +1085,7 @@
1041
1085
  "__schema": "VariableLikeSchema",
1042
1086
  "location": {
1043
1087
  "filePath": "new-component-helper.main.runtime.ts",
1044
- "line": 218,
1088
+ "line": 225,
1045
1089
  "character": 3
1046
1090
  },
1047
1091
  "signature": "(property) NewComponentHelperMain.slots: never[]",
@@ -1050,7 +1094,7 @@
1050
1094
  "__schema": "InferenceTypeSchema",
1051
1095
  "location": {
1052
1096
  "filePath": "new-component-helper.main.runtime.ts",
1053
- "line": 218,
1097
+ "line": 225,
1054
1098
  "character": 3
1055
1099
  },
1056
1100
  "type": "never[]"
@@ -1062,7 +1106,7 @@
1062
1106
  "__schema": "VariableLikeSchema",
1063
1107
  "location": {
1064
1108
  "filePath": "new-component-helper.main.runtime.ts",
1065
- "line": 219,
1109
+ "line": 226,
1066
1110
  "character": 3
1067
1111
  },
1068
1112
  "signature": "(property) NewComponentHelperMain.dependencies: Aspect[]",
@@ -1071,7 +1115,7 @@
1071
1115
  "__schema": "InferenceTypeSchema",
1072
1116
  "location": {
1073
1117
  "filePath": "new-component-helper.main.runtime.ts",
1074
- "line": 219,
1118
+ "line": 226,
1075
1119
  "character": 3
1076
1120
  },
1077
1121
  "type": "Aspect[]"
@@ -1083,7 +1127,7 @@
1083
1127
  "__schema": "VariableLikeSchema",
1084
1128
  "location": {
1085
1129
  "filePath": "new-component-helper.main.runtime.ts",
1086
- "line": 220,
1130
+ "line": 227,
1087
1131
  "character": 3
1088
1132
  },
1089
1133
  "signature": "(property) NewComponentHelperMain.runtime: RuntimeDefinition",
@@ -1092,7 +1136,7 @@
1092
1136
  "__schema": "InferenceTypeSchema",
1093
1137
  "location": {
1094
1138
  "filePath": "new-component-helper.main.runtime.ts",
1095
- "line": 220,
1139
+ "line": 227,
1096
1140
  "character": 3
1097
1141
  },
1098
1142
  "type": "RuntimeDefinition"
@@ -1104,7 +1148,7 @@
1104
1148
  "__schema": "FunctionLikeSchema",
1105
1149
  "location": {
1106
1150
  "filePath": "new-component-helper.main.runtime.ts",
1107
- "line": 221,
1151
+ "line": 228,
1108
1152
  "character": 3
1109
1153
  },
1110
1154
  "signature": "(method) NewComponentHelperMain.provider([workspace, tracker]: [Workspace, TrackerMain], config: any, _: any, harmony: Harmony): Promise<NewComponentHelperMain>",
@@ -1114,7 +1158,7 @@
1114
1158
  "__schema": "ParameterSchema",
1115
1159
  "location": {
1116
1160
  "filePath": "new-component-helper.main.runtime.ts",
1117
- "line": 221,
1161
+ "line": 228,
1118
1162
  "character": 25
1119
1163
  },
1120
1164
  "name": "[ workspace, tracker ]",
@@ -1122,7 +1166,7 @@
1122
1166
  "__schema": "TupleTypeSchema",
1123
1167
  "location": {
1124
1168
  "filePath": "new-component-helper.main.runtime.ts",
1125
- "line": 221,
1169
+ "line": 228,
1126
1170
  "character": 47
1127
1171
  },
1128
1172
  "elements": [
@@ -1130,7 +1174,7 @@
1130
1174
  "__schema": "TypeRefSchema",
1131
1175
  "location": {
1132
1176
  "filePath": "new-component-helper.main.runtime.ts",
1133
- "line": 221,
1177
+ "line": 228,
1134
1178
  "character": 48
1135
1179
  },
1136
1180
  "name": "Workspace",
@@ -1143,7 +1187,7 @@
1143
1187
  "__schema": "TypeRefSchema",
1144
1188
  "location": {
1145
1189
  "filePath": "new-component-helper.main.runtime.ts",
1146
- "line": 221,
1190
+ "line": 228,
1147
1191
  "character": 59
1148
1192
  },
1149
1193
  "name": "TrackerMain",
@@ -1161,7 +1205,7 @@
1161
1205
  "__schema": "ParameterSchema",
1162
1206
  "location": {
1163
1207
  "filePath": "new-component-helper.main.runtime.ts",
1164
- "line": 221,
1208
+ "line": 228,
1165
1209
  "character": 73
1166
1210
  },
1167
1211
  "name": "config",
@@ -1169,7 +1213,7 @@
1169
1213
  "__schema": "InferenceTypeSchema",
1170
1214
  "location": {
1171
1215
  "filePath": "new-component-helper.main.runtime.ts",
1172
- "line": 221,
1216
+ "line": 228,
1173
1217
  "character": 73
1174
1218
  },
1175
1219
  "type": "any"
@@ -1181,7 +1225,7 @@
1181
1225
  "__schema": "ParameterSchema",
1182
1226
  "location": {
1183
1227
  "filePath": "new-component-helper.main.runtime.ts",
1184
- "line": 221,
1228
+ "line": 228,
1185
1229
  "character": 81
1186
1230
  },
1187
1231
  "name": "_",
@@ -1189,7 +1233,7 @@
1189
1233
  "__schema": "InferenceTypeSchema",
1190
1234
  "location": {
1191
1235
  "filePath": "new-component-helper.main.runtime.ts",
1192
- "line": 221,
1236
+ "line": 228,
1193
1237
  "character": 81
1194
1238
  },
1195
1239
  "type": "any"
@@ -1201,7 +1245,7 @@
1201
1245
  "__schema": "ParameterSchema",
1202
1246
  "location": {
1203
1247
  "filePath": "new-component-helper.main.runtime.ts",
1204
- "line": 221,
1248
+ "line": 228,
1205
1249
  "character": 84
1206
1250
  },
1207
1251
  "name": "harmony",
@@ -1209,7 +1253,7 @@
1209
1253
  "__schema": "TypeRefSchema",
1210
1254
  "location": {
1211
1255
  "filePath": "new-component-helper.main.runtime.ts",
1212
- "line": 221,
1256
+ "line": 228,
1213
1257
  "character": 93
1214
1258
  },
1215
1259
  "name": "Harmony",
@@ -1227,7 +1271,7 @@
1227
1271
  "__schema": "InferenceTypeSchema",
1228
1272
  "location": {
1229
1273
  "filePath": "new-component-helper.main.runtime.ts",
1230
- "line": 221,
1274
+ "line": 228,
1231
1275
  "character": 3
1232
1276
  },
1233
1277
  "type": "Promise<NewComponentHelperMain>"
@@ -1717,7 +1761,7 @@
1717
1761
  "line": 92,
1718
1762
  "character": 3
1719
1763
  },
1720
- "signature": "(method) NewComponentHelperMain.writeAndAddNewComp(comp: Component, targetId: ComponentID, options?: {\n path?: string;\n scope?: string;\n env?: string;\n incrementPathIfConflicted?: boolean;\n}, config?: {\n [aspectName: string]: any;\n} | undefined): Promise<void>",
1764
+ "signature": "(method) NewComponentHelperMain.writeAndAddNewComp(comp: Component, targetId: ComponentID, options?: {\n path?: string;\n scope?: string;\n env?: string;\n incrementPathIfConflicted?: boolean;\n compile?: boolean;\n loadOptions?: WorkspaceComponentLoadOptions;\n}, config?: {\n [aspectName: string]: any;\n} | undefined): Promise<void>",
1721
1765
  "name": "writeAndAddNewComp",
1722
1766
  "params": [
1723
1767
  {
@@ -1789,8 +1833,8 @@
1789
1833
  "__schema": "VariableLikeSchema",
1790
1834
  "location": {
1791
1835
  "filePath": "new-component-helper.main.runtime.ts",
1792
- "line": 95,
1793
- "character": 17
1836
+ "line": 96,
1837
+ "character": 7
1794
1838
  },
1795
1839
  "signature": "(property) path?: string | undefined",
1796
1840
  "name": "path",
@@ -1798,8 +1842,8 @@
1798
1842
  "__schema": "KeywordTypeSchema",
1799
1843
  "location": {
1800
1844
  "filePath": "new-component-helper.main.runtime.ts",
1801
- "line": 95,
1802
- "character": 24
1845
+ "line": 96,
1846
+ "character": 14
1803
1847
  },
1804
1848
  "name": "string"
1805
1849
  },
@@ -1809,8 +1853,8 @@
1809
1853
  "__schema": "VariableLikeSchema",
1810
1854
  "location": {
1811
1855
  "filePath": "new-component-helper.main.runtime.ts",
1812
- "line": 95,
1813
- "character": 32
1856
+ "line": 97,
1857
+ "character": 7
1814
1858
  },
1815
1859
  "signature": "(property) scope?: string | undefined",
1816
1860
  "name": "scope",
@@ -1818,8 +1862,8 @@
1818
1862
  "__schema": "KeywordTypeSchema",
1819
1863
  "location": {
1820
1864
  "filePath": "new-component-helper.main.runtime.ts",
1821
- "line": 95,
1822
- "character": 40
1865
+ "line": 97,
1866
+ "character": 15
1823
1867
  },
1824
1868
  "name": "string"
1825
1869
  },
@@ -1829,8 +1873,8 @@
1829
1873
  "__schema": "VariableLikeSchema",
1830
1874
  "location": {
1831
1875
  "filePath": "new-component-helper.main.runtime.ts",
1832
- "line": 95,
1833
- "character": 48
1876
+ "line": 98,
1877
+ "character": 7
1834
1878
  },
1835
1879
  "signature": "(property) env?: string | undefined",
1836
1880
  "name": "env",
@@ -1838,8 +1882,8 @@
1838
1882
  "__schema": "KeywordTypeSchema",
1839
1883
  "location": {
1840
1884
  "filePath": "new-component-helper.main.runtime.ts",
1841
- "line": 95,
1842
- "character": 54
1885
+ "line": 98,
1886
+ "character": 13
1843
1887
  },
1844
1888
  "name": "string"
1845
1889
  },
@@ -1849,8 +1893,8 @@
1849
1893
  "__schema": "VariableLikeSchema",
1850
1894
  "location": {
1851
1895
  "filePath": "new-component-helper.main.runtime.ts",
1852
- "line": 95,
1853
- "character": 62
1896
+ "line": 99,
1897
+ "character": 7
1854
1898
  },
1855
1899
  "signature": "(property) incrementPathIfConflicted?: boolean | undefined",
1856
1900
  "name": "incrementPathIfConflicted",
@@ -1858,12 +1902,56 @@
1858
1902
  "__schema": "KeywordTypeSchema",
1859
1903
  "location": {
1860
1904
  "filePath": "new-component-helper.main.runtime.ts",
1861
- "line": 95,
1862
- "character": 90
1905
+ "line": 99,
1906
+ "character": 35
1863
1907
  },
1864
1908
  "name": "boolean"
1865
1909
  },
1866
1910
  "isOptional": true
1911
+ },
1912
+ {
1913
+ "__schema": "VariableLikeSchema",
1914
+ "location": {
1915
+ "filePath": "new-component-helper.main.runtime.ts",
1916
+ "line": 100,
1917
+ "character": 7
1918
+ },
1919
+ "signature": "(property) compile?: boolean | undefined",
1920
+ "name": "compile",
1921
+ "type": {
1922
+ "__schema": "KeywordTypeSchema",
1923
+ "location": {
1924
+ "filePath": "new-component-helper.main.runtime.ts",
1925
+ "line": 100,
1926
+ "character": 17
1927
+ },
1928
+ "name": "boolean"
1929
+ },
1930
+ "isOptional": true
1931
+ },
1932
+ {
1933
+ "__schema": "VariableLikeSchema",
1934
+ "location": {
1935
+ "filePath": "new-component-helper.main.runtime.ts",
1936
+ "line": 101,
1937
+ "character": 7
1938
+ },
1939
+ "signature": "(property) loadOptions?: WorkspaceComponentLoadOptions | undefined",
1940
+ "name": "loadOptions",
1941
+ "type": {
1942
+ "__schema": "TypeRefSchema",
1943
+ "location": {
1944
+ "filePath": "new-component-helper.main.runtime.ts",
1945
+ "line": 101,
1946
+ "character": 21
1947
+ },
1948
+ "name": "WorkspaceComponentLoadOptions",
1949
+ "componentId": {
1950
+ "scope": "teambit.workspace",
1951
+ "name": "workspace"
1952
+ }
1953
+ },
1954
+ "isOptional": true
1867
1955
  }
1868
1956
  ]
1869
1957
  },
@@ -1874,7 +1962,7 @@
1874
1962
  "__schema": "ParameterSchema",
1875
1963
  "location": {
1876
1964
  "filePath": "new-component-helper.main.runtime.ts",
1877
- "line": 96,
1965
+ "line": 103,
1878
1966
  "character": 5
1879
1967
  },
1880
1968
  "name": "config",
@@ -1882,7 +1970,7 @@
1882
1970
  "__schema": "TypeLiteralSchema",
1883
1971
  "location": {
1884
1972
  "filePath": "new-component-helper.main.runtime.ts",
1885
- "line": 96,
1973
+ "line": 103,
1886
1974
  "character": 14
1887
1975
  },
1888
1976
  "members": [
@@ -1890,14 +1978,14 @@
1890
1978
  "__schema": "IndexSignatureSchema",
1891
1979
  "location": {
1892
1980
  "filePath": "new-component-helper.main.runtime.ts",
1893
- "line": 96,
1981
+ "line": 103,
1894
1982
  "character": 16
1895
1983
  },
1896
1984
  "keyType": {
1897
1985
  "__schema": "ParameterSchema",
1898
1986
  "location": {
1899
1987
  "filePath": "new-component-helper.main.runtime.ts",
1900
- "line": 96,
1988
+ "line": 103,
1901
1989
  "character": 17
1902
1990
  },
1903
1991
  "name": "aspectName",
@@ -1905,7 +1993,7 @@
1905
1993
  "__schema": "KeywordTypeSchema",
1906
1994
  "location": {
1907
1995
  "filePath": "new-component-helper.main.runtime.ts",
1908
- "line": 96,
1996
+ "line": 103,
1909
1997
  "character": 29
1910
1998
  },
1911
1999
  "name": "string"
@@ -1917,7 +2005,7 @@
1917
2005
  "__schema": "KeywordTypeSchema",
1918
2006
  "location": {
1919
2007
  "filePath": "new-component-helper.main.runtime.ts",
1920
- "line": 96,
2008
+ "line": 103,
1921
2009
  "character": 38
1922
2010
  },
1923
2011
  "name": "any"
@@ -1946,7 +2034,7 @@
1946
2034
  "__schema": "FunctionLikeSchema",
1947
2035
  "location": {
1948
2036
  "filePath": "new-component-helper.main.runtime.ts",
1949
- "line": 133,
2037
+ "line": 140,
1950
2038
  "character": 3
1951
2039
  },
1952
2040
  "signature": "(method) NewComponentHelperMain.writeAndAddNewCompFromFiles(files: File[], targetId: ComponentID, mainFile: string, options?: {\n path?: string;\n incrementPathIfConflicted?: boolean;\n}, config?: {\n [aspectName: string]: any;\n} | undefined): Promise<void>",
@@ -1956,7 +2044,7 @@
1956
2044
  "__schema": "ParameterSchema",
1957
2045
  "location": {
1958
2046
  "filePath": "new-component-helper.main.runtime.ts",
1959
- "line": 134,
2047
+ "line": 141,
1960
2048
  "character": 5
1961
2049
  },
1962
2050
  "name": "files",
@@ -1964,14 +2052,14 @@
1964
2052
  "__schema": "TypeArraySchema",
1965
2053
  "location": {
1966
2054
  "filePath": "new-component-helper.main.runtime.ts",
1967
- "line": 134,
2055
+ "line": 141,
1968
2056
  "character": 12
1969
2057
  },
1970
2058
  "type": {
1971
2059
  "__schema": "TypeRefSchema",
1972
2060
  "location": {
1973
2061
  "filePath": "new-component-helper.main.runtime.ts",
1974
- "line": 134,
2062
+ "line": 141,
1975
2063
  "character": 12
1976
2064
  },
1977
2065
  "name": "File",
@@ -1985,7 +2073,7 @@
1985
2073
  "__schema": "ParameterSchema",
1986
2074
  "location": {
1987
2075
  "filePath": "new-component-helper.main.runtime.ts",
1988
- "line": 135,
2076
+ "line": 142,
1989
2077
  "character": 5
1990
2078
  },
1991
2079
  "name": "targetId",
@@ -1993,7 +2081,7 @@
1993
2081
  "__schema": "TypeRefSchema",
1994
2082
  "location": {
1995
2083
  "filePath": "new-component-helper.main.runtime.ts",
1996
- "line": 135,
2084
+ "line": 142,
1997
2085
  "character": 15
1998
2086
  },
1999
2087
  "name": "ComponentID",
@@ -2010,7 +2098,7 @@
2010
2098
  "__schema": "ParameterSchema",
2011
2099
  "location": {
2012
2100
  "filePath": "new-component-helper.main.runtime.ts",
2013
- "line": 136,
2101
+ "line": 143,
2014
2102
  "character": 5
2015
2103
  },
2016
2104
  "name": "mainFile",
@@ -2018,7 +2106,7 @@
2018
2106
  "__schema": "KeywordTypeSchema",
2019
2107
  "location": {
2020
2108
  "filePath": "new-component-helper.main.runtime.ts",
2021
- "line": 136,
2109
+ "line": 143,
2022
2110
  "character": 15
2023
2111
  },
2024
2112
  "name": "string"
@@ -2030,7 +2118,7 @@
2030
2118
  "__schema": "ParameterSchema",
2031
2119
  "location": {
2032
2120
  "filePath": "new-component-helper.main.runtime.ts",
2033
- "line": 137,
2121
+ "line": 144,
2034
2122
  "character": 5
2035
2123
  },
2036
2124
  "name": "options",
@@ -2038,7 +2126,7 @@
2038
2126
  "__schema": "TypeLiteralSchema",
2039
2127
  "location": {
2040
2128
  "filePath": "new-component-helper.main.runtime.ts",
2041
- "line": 137,
2129
+ "line": 144,
2042
2130
  "character": 15
2043
2131
  },
2044
2132
  "members": [
@@ -2046,7 +2134,7 @@
2046
2134
  "__schema": "VariableLikeSchema",
2047
2135
  "location": {
2048
2136
  "filePath": "new-component-helper.main.runtime.ts",
2049
- "line": 137,
2137
+ "line": 144,
2050
2138
  "character": 17
2051
2139
  },
2052
2140
  "signature": "(property) path?: string | undefined",
@@ -2055,7 +2143,7 @@
2055
2143
  "__schema": "KeywordTypeSchema",
2056
2144
  "location": {
2057
2145
  "filePath": "new-component-helper.main.runtime.ts",
2058
- "line": 137,
2146
+ "line": 144,
2059
2147
  "character": 24
2060
2148
  },
2061
2149
  "name": "string"
@@ -2066,7 +2154,7 @@
2066
2154
  "__schema": "VariableLikeSchema",
2067
2155
  "location": {
2068
2156
  "filePath": "new-component-helper.main.runtime.ts",
2069
- "line": 137,
2157
+ "line": 144,
2070
2158
  "character": 32
2071
2159
  },
2072
2160
  "signature": "(property) incrementPathIfConflicted?: boolean | undefined",
@@ -2075,7 +2163,7 @@
2075
2163
  "__schema": "KeywordTypeSchema",
2076
2164
  "location": {
2077
2165
  "filePath": "new-component-helper.main.runtime.ts",
2078
- "line": 137,
2166
+ "line": 144,
2079
2167
  "character": 60
2080
2168
  },
2081
2169
  "name": "boolean"
@@ -2091,7 +2179,7 @@
2091
2179
  "__schema": "ParameterSchema",
2092
2180
  "location": {
2093
2181
  "filePath": "new-component-helper.main.runtime.ts",
2094
- "line": 138,
2182
+ "line": 145,
2095
2183
  "character": 5
2096
2184
  },
2097
2185
  "name": "config",
@@ -2099,7 +2187,7 @@
2099
2187
  "__schema": "TypeLiteralSchema",
2100
2188
  "location": {
2101
2189
  "filePath": "new-component-helper.main.runtime.ts",
2102
- "line": 138,
2190
+ "line": 145,
2103
2191
  "character": 14
2104
2192
  },
2105
2193
  "members": [
@@ -2107,14 +2195,14 @@
2107
2195
  "__schema": "IndexSignatureSchema",
2108
2196
  "location": {
2109
2197
  "filePath": "new-component-helper.main.runtime.ts",
2110
- "line": 138,
2198
+ "line": 145,
2111
2199
  "character": 16
2112
2200
  },
2113
2201
  "keyType": {
2114
2202
  "__schema": "ParameterSchema",
2115
2203
  "location": {
2116
2204
  "filePath": "new-component-helper.main.runtime.ts",
2117
- "line": 138,
2205
+ "line": 145,
2118
2206
  "character": 17
2119
2207
  },
2120
2208
  "name": "aspectName",
@@ -2122,7 +2210,7 @@
2122
2210
  "__schema": "KeywordTypeSchema",
2123
2211
  "location": {
2124
2212
  "filePath": "new-component-helper.main.runtime.ts",
2125
- "line": 138,
2213
+ "line": 145,
2126
2214
  "character": 29
2127
2215
  },
2128
2216
  "name": "string"
@@ -2134,7 +2222,7 @@
2134
2222
  "__schema": "KeywordTypeSchema",
2135
2223
  "location": {
2136
2224
  "filePath": "new-component-helper.main.runtime.ts",
2137
- "line": 138,
2225
+ "line": 145,
2138
2226
  "character": 38
2139
2227
  },
2140
2228
  "name": "any"
@@ -2150,7 +2238,7 @@
2150
2238
  "__schema": "InferenceTypeSchema",
2151
2239
  "location": {
2152
2240
  "filePath": "new-component-helper.main.runtime.ts",
2153
- "line": 133,
2241
+ "line": 140,
2154
2242
  "character": 3
2155
2243
  },
2156
2244
  "type": "Promise<void>"
@@ -2163,14 +2251,14 @@
2163
2251
  "__schema": "FunctionLikeSchema",
2164
2252
  "location": {
2165
2253
  "filePath": "new-component-helper.main.runtime.ts",
2166
- "line": 168,
2254
+ "line": 175,
2167
2255
  "character": 3
2168
2256
  },
2169
2257
  "doc": {
2170
2258
  "__schema": "DocSchema",
2171
2259
  "location": {
2172
2260
  "filePath": "new-component-helper.main.runtime.ts",
2173
- "line": 165,
2261
+ "line": 172,
2174
2262
  "character": 3
2175
2263
  },
2176
2264
  "raw": "/**\n * writes component files into the specified directory.\n */",
@@ -2184,7 +2272,7 @@
2184
2272
  "__schema": "ParameterSchema",
2185
2273
  "location": {
2186
2274
  "filePath": "new-component-helper.main.runtime.ts",
2187
- "line": 168,
2275
+ "line": 175,
2188
2276
  "character": 29
2189
2277
  },
2190
2278
  "name": "componentPath",
@@ -2192,7 +2280,7 @@
2192
2280
  "__schema": "KeywordTypeSchema",
2193
2281
  "location": {
2194
2282
  "filePath": "new-component-helper.main.runtime.ts",
2195
- "line": 168,
2283
+ "line": 175,
2196
2284
  "character": 44
2197
2285
  },
2198
2286
  "name": "string"
@@ -2204,7 +2292,7 @@
2204
2292
  "__schema": "ParameterSchema",
2205
2293
  "location": {
2206
2294
  "filePath": "new-component-helper.main.runtime.ts",
2207
- "line": 168,
2295
+ "line": 175,
2208
2296
  "character": 52
2209
2297
  },
2210
2298
  "name": "files",
@@ -2212,14 +2300,14 @@
2212
2300
  "__schema": "TypeArraySchema",
2213
2301
  "location": {
2214
2302
  "filePath": "new-component-helper.main.runtime.ts",
2215
- "line": 168,
2303
+ "line": 175,
2216
2304
  "character": 59
2217
2305
  },
2218
2306
  "type": {
2219
2307
  "__schema": "TypeRefSchema",
2220
2308
  "location": {
2221
2309
  "filePath": "new-component-helper.main.runtime.ts",
2222
- "line": 168,
2310
+ "line": 175,
2223
2311
  "character": 59
2224
2312
  },
2225
2313
  "name": "File",
@@ -2234,7 +2322,7 @@
2234
2322
  "__schema": "TypeRefSchema",
2235
2323
  "location": {
2236
2324
  "filePath": "new-component-helper.main.runtime.ts",
2237
- "line": 168,
2325
+ "line": 175,
2238
2326
  "character": 68
2239
2327
  },
2240
2328
  "name": "Promise",
@@ -2243,14 +2331,14 @@
2243
2331
  "__schema": "TypeArraySchema",
2244
2332
  "location": {
2245
2333
  "filePath": "new-component-helper.main.runtime.ts",
2246
- "line": 168,
2334
+ "line": 175,
2247
2335
  "character": 76
2248
2336
  },
2249
2337
  "type": {
2250
2338
  "__schema": "TypeRefSchema",
2251
2339
  "location": {
2252
2340
  "filePath": "new-component-helper.main.runtime.ts",
2253
- "line": 168,
2341
+ "line": 175,
2254
2342
  "character": 76
2255
2343
  },
2256
2344
  "name": "PathOsBasedRelative",
@@ -2271,7 +2359,7 @@
2271
2359
  "__schema": "FunctionLikeSchema",
2272
2360
  "location": {
2273
2361
  "filePath": "new-component-helper.main.runtime.ts",
2274
- "line": 203,
2362
+ "line": 210,
2275
2363
  "character": 3
2276
2364
  },
2277
2365
  "signature": "(method) NewComponentHelperMain.getConfigFromExistingToNewComponent(comp: Component): Promise<{}>",
@@ -2281,7 +2369,7 @@
2281
2369
  "__schema": "ParameterSchema",
2282
2370
  "location": {
2283
2371
  "filePath": "new-component-helper.main.runtime.ts",
2284
- "line": 203,
2372
+ "line": 210,
2285
2373
  "character": 45
2286
2374
  },
2287
2375
  "name": "comp",
@@ -2289,7 +2377,7 @@
2289
2377
  "__schema": "TypeRefSchema",
2290
2378
  "location": {
2291
2379
  "filePath": "new-component-helper.main.runtime.ts",
2292
- "line": 203,
2380
+ "line": 210,
2293
2381
  "character": 51
2294
2382
  },
2295
2383
  "name": "Component",
@@ -2306,7 +2394,7 @@
2306
2394
  "__schema": "InferenceTypeSchema",
2307
2395
  "location": {
2308
2396
  "filePath": "new-component-helper.main.runtime.ts",
2309
- "line": 203,
2397
+ "line": 210,
2310
2398
  "character": 3
2311
2399
  },
2312
2400
  "type": "Promise<{}>"
@@ -2319,7 +2407,7 @@
2319
2407
  "__schema": "VariableLikeSchema",
2320
2408
  "location": {
2321
2409
  "filePath": "new-component-helper.main.runtime.ts",
2322
- "line": 218,
2410
+ "line": 225,
2323
2411
  "character": 3
2324
2412
  },
2325
2413
  "signature": "(property) NewComponentHelperMain.slots: never[]",
@@ -2328,7 +2416,7 @@
2328
2416
  "__schema": "InferenceTypeSchema",
2329
2417
  "location": {
2330
2418
  "filePath": "new-component-helper.main.runtime.ts",
2331
- "line": 218,
2419
+ "line": 225,
2332
2420
  "character": 3
2333
2421
  },
2334
2422
  "type": "never[]"
@@ -2340,7 +2428,7 @@
2340
2428
  "__schema": "VariableLikeSchema",
2341
2429
  "location": {
2342
2430
  "filePath": "new-component-helper.main.runtime.ts",
2343
- "line": 219,
2431
+ "line": 226,
2344
2432
  "character": 3
2345
2433
  },
2346
2434
  "signature": "(property) NewComponentHelperMain.dependencies: Aspect[]",
@@ -2349,7 +2437,7 @@
2349
2437
  "__schema": "InferenceTypeSchema",
2350
2438
  "location": {
2351
2439
  "filePath": "new-component-helper.main.runtime.ts",
2352
- "line": 219,
2440
+ "line": 226,
2353
2441
  "character": 3
2354
2442
  },
2355
2443
  "type": "Aspect[]"
@@ -2361,7 +2449,7 @@
2361
2449
  "__schema": "VariableLikeSchema",
2362
2450
  "location": {
2363
2451
  "filePath": "new-component-helper.main.runtime.ts",
2364
- "line": 220,
2452
+ "line": 227,
2365
2453
  "character": 3
2366
2454
  },
2367
2455
  "signature": "(property) NewComponentHelperMain.runtime: RuntimeDefinition",
@@ -2370,7 +2458,7 @@
2370
2458
  "__schema": "InferenceTypeSchema",
2371
2459
  "location": {
2372
2460
  "filePath": "new-component-helper.main.runtime.ts",
2373
- "line": 220,
2461
+ "line": 227,
2374
2462
  "character": 3
2375
2463
  },
2376
2464
  "type": "RuntimeDefinition"
@@ -2382,7 +2470,7 @@
2382
2470
  "__schema": "FunctionLikeSchema",
2383
2471
  "location": {
2384
2472
  "filePath": "new-component-helper.main.runtime.ts",
2385
- "line": 221,
2473
+ "line": 228,
2386
2474
  "character": 3
2387
2475
  },
2388
2476
  "signature": "(method) NewComponentHelperMain.provider([workspace, tracker]: [Workspace, TrackerMain], config: any, _: any, harmony: Harmony): Promise<NewComponentHelperMain>",
@@ -2392,7 +2480,7 @@
2392
2480
  "__schema": "ParameterSchema",
2393
2481
  "location": {
2394
2482
  "filePath": "new-component-helper.main.runtime.ts",
2395
- "line": 221,
2483
+ "line": 228,
2396
2484
  "character": 25
2397
2485
  },
2398
2486
  "name": "[ workspace, tracker ]",
@@ -2400,7 +2488,7 @@
2400
2488
  "__schema": "TupleTypeSchema",
2401
2489
  "location": {
2402
2490
  "filePath": "new-component-helper.main.runtime.ts",
2403
- "line": 221,
2491
+ "line": 228,
2404
2492
  "character": 47
2405
2493
  },
2406
2494
  "elements": [
@@ -2408,7 +2496,7 @@
2408
2496
  "__schema": "TypeRefSchema",
2409
2497
  "location": {
2410
2498
  "filePath": "new-component-helper.main.runtime.ts",
2411
- "line": 221,
2499
+ "line": 228,
2412
2500
  "character": 48
2413
2501
  },
2414
2502
  "name": "Workspace",
@@ -2421,7 +2509,7 @@
2421
2509
  "__schema": "TypeRefSchema",
2422
2510
  "location": {
2423
2511
  "filePath": "new-component-helper.main.runtime.ts",
2424
- "line": 221,
2512
+ "line": 228,
2425
2513
  "character": 59
2426
2514
  },
2427
2515
  "name": "TrackerMain",
@@ -2439,7 +2527,7 @@
2439
2527
  "__schema": "ParameterSchema",
2440
2528
  "location": {
2441
2529
  "filePath": "new-component-helper.main.runtime.ts",
2442
- "line": 221,
2530
+ "line": 228,
2443
2531
  "character": 73
2444
2532
  },
2445
2533
  "name": "config",
@@ -2447,7 +2535,7 @@
2447
2535
  "__schema": "InferenceTypeSchema",
2448
2536
  "location": {
2449
2537
  "filePath": "new-component-helper.main.runtime.ts",
2450
- "line": 221,
2538
+ "line": 228,
2451
2539
  "character": 73
2452
2540
  },
2453
2541
  "type": "any"
@@ -2459,7 +2547,7 @@
2459
2547
  "__schema": "ParameterSchema",
2460
2548
  "location": {
2461
2549
  "filePath": "new-component-helper.main.runtime.ts",
2462
- "line": 221,
2550
+ "line": 228,
2463
2551
  "character": 81
2464
2552
  },
2465
2553
  "name": "_",
@@ -2467,7 +2555,7 @@
2467
2555
  "__schema": "InferenceTypeSchema",
2468
2556
  "location": {
2469
2557
  "filePath": "new-component-helper.main.runtime.ts",
2470
- "line": 221,
2558
+ "line": 228,
2471
2559
  "character": 81
2472
2560
  },
2473
2561
  "type": "any"
@@ -2479,7 +2567,7 @@
2479
2567
  "__schema": "ParameterSchema",
2480
2568
  "location": {
2481
2569
  "filePath": "new-component-helper.main.runtime.ts",
2482
- "line": 221,
2570
+ "line": 228,
2483
2571
  "character": 84
2484
2572
  },
2485
2573
  "name": "harmony",
@@ -2487,7 +2575,7 @@
2487
2575
  "__schema": "TypeRefSchema",
2488
2576
  "location": {
2489
2577
  "filePath": "new-component-helper.main.runtime.ts",
2490
- "line": 221,
2578
+ "line": 228,
2491
2579
  "character": 93
2492
2580
  },
2493
2581
  "name": "Harmony",
@@ -2505,7 +2593,7 @@
2505
2593
  "__schema": "InferenceTypeSchema",
2506
2594
  "location": {
2507
2595
  "filePath": "new-component-helper.main.runtime.ts",
2508
- "line": 221,
2596
+ "line": 228,
2509
2597
  "character": 3
2510
2598
  },
2511
2599
  "type": "Promise<NewComponentHelperMain>"
@@ -2625,7 +2713,7 @@
2625
2713
  "__schema": "UnImplementedSchema",
2626
2714
  "location": {
2627
2715
  "filePath": "new-component-helper.main.runtime.ts",
2628
- "line": 226,
2716
+ "line": 233,
2629
2717
  "character": 1
2630
2718
  },
2631
2719
  "name": "NewComponentHelperAspect.addRuntime(NewComponentHelperMain);",
@@ -2674,7 +2762,7 @@
2674
2762
  "componentId": {
2675
2763
  "scope": "teambit.component",
2676
2764
  "name": "new-component-helper",
2677
- "version": "1.0.493"
2765
+ "version": "1.0.495"
2678
2766
  },
2679
2767
  "taggedModuleExports": []
2680
2768
  }