@teambit/install 1.0.328 → 1.0.329
Sign up to get free protection for your applications and to get access to all the features.
package/artifacts/schema.json
CHANGED
@@ -758,14 +758,14 @@
|
|
758
758
|
"__schema": "FunctionLikeSchema",
|
759
759
|
"location": {
|
760
760
|
"filePath": "install.main.runtime.ts",
|
761
|
-
"line":
|
761
|
+
"line": 608,
|
762
762
|
"character": 3
|
763
763
|
},
|
764
764
|
"doc": {
|
765
765
|
"__schema": "DocSchema",
|
766
766
|
"location": {
|
767
767
|
"filePath": "install.main.runtime.ts",
|
768
|
-
"line":
|
768
|
+
"line": 601,
|
769
769
|
"character": 3
|
770
770
|
},
|
771
771
|
"raw": "/**\n * This function returns a list of old non-loaded environments names.\n * @returns an array of strings called `oldNonLoadedEnvs`. This array contains the names of environment variables that\n * failed to load as extensions and are also don't have an env.jsonc file.\n * If this list is not empty, then the user might need to run another install to make sure all dependencies resolved\n * correctly\n */",
|
@@ -775,7 +775,7 @@
|
|
775
775
|
"__schema": "ReturnTagSchema",
|
776
776
|
"location": {
|
777
777
|
"filePath": "install.main.runtime.ts",
|
778
|
-
"line":
|
778
|
+
"line": 603,
|
779
779
|
"character": 6
|
780
780
|
},
|
781
781
|
"tagName": "return",
|
@@ -790,7 +790,7 @@
|
|
790
790
|
"__schema": "InferenceTypeSchema",
|
791
791
|
"location": {
|
792
792
|
"filePath": "install.main.runtime.ts",
|
793
|
-
"line":
|
793
|
+
"line": 608,
|
794
794
|
"character": 3
|
795
795
|
},
|
796
796
|
"type": "string[]"
|
@@ -803,14 +803,14 @@
|
|
803
803
|
"__schema": "FunctionLikeSchema",
|
804
804
|
"location": {
|
805
805
|
"filePath": "install.main.runtime.ts",
|
806
|
-
"line":
|
806
|
+
"line": 759,
|
807
807
|
"character": 3
|
808
808
|
},
|
809
809
|
"doc": {
|
810
810
|
"__schema": "DocSchema",
|
811
811
|
"location": {
|
812
812
|
"filePath": "install.main.runtime.ts",
|
813
|
-
"line":
|
813
|
+
"line": 754,
|
814
814
|
"character": 3
|
815
815
|
},
|
816
816
|
"raw": "/**\n * Updates out-of-date dependencies in the workspace.\n *\n * @param options.all {Boolean} updates all outdated dependencies without showing a prompt.\n */",
|
@@ -820,7 +820,7 @@
|
|
820
820
|
"__schema": "PropertyLikeTagSchema",
|
821
821
|
"location": {
|
822
822
|
"filePath": "install.main.runtime.ts",
|
823
|
-
"line":
|
823
|
+
"line": 757,
|
824
824
|
"character": 6
|
825
825
|
},
|
826
826
|
"name": "options.all",
|
@@ -830,7 +830,7 @@
|
|
830
830
|
"__schema": "TypeRefSchema",
|
831
831
|
"location": {
|
832
832
|
"filePath": "install.main.runtime.ts",
|
833
|
-
"line":
|
833
|
+
"line": 757,
|
834
834
|
"character": 26
|
835
835
|
},
|
836
836
|
"name": "Boolean"
|
@@ -845,7 +845,7 @@
|
|
845
845
|
"__schema": "ParameterSchema",
|
846
846
|
"location": {
|
847
847
|
"filePath": "install.main.runtime.ts",
|
848
|
-
"line":
|
848
|
+
"line": 759,
|
849
849
|
"character": 28
|
850
850
|
},
|
851
851
|
"name": "options",
|
@@ -853,7 +853,7 @@
|
|
853
853
|
"__schema": "TypeLiteralSchema",
|
854
854
|
"location": {
|
855
855
|
"filePath": "install.main.runtime.ts",
|
856
|
-
"line":
|
856
|
+
"line": 759,
|
857
857
|
"character": 37
|
858
858
|
},
|
859
859
|
"members": [
|
@@ -861,7 +861,7 @@
|
|
861
861
|
"__schema": "VariableLikeSchema",
|
862
862
|
"location": {
|
863
863
|
"filePath": "install.main.runtime.ts",
|
864
|
-
"line":
|
864
|
+
"line": 760,
|
865
865
|
"character": 5
|
866
866
|
},
|
867
867
|
"signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
|
@@ -870,7 +870,7 @@
|
|
870
870
|
"__schema": "TypeUnionSchema",
|
871
871
|
"location": {
|
872
872
|
"filePath": "install.main.runtime.ts",
|
873
|
-
"line":
|
873
|
+
"line": 760,
|
874
874
|
"character": 24
|
875
875
|
},
|
876
876
|
"types": [
|
@@ -878,7 +878,7 @@
|
|
878
878
|
"__schema": "LiteralTypeSchema",
|
879
879
|
"location": {
|
880
880
|
"filePath": "install.main.runtime.ts",
|
881
|
-
"line":
|
881
|
+
"line": 760,
|
882
882
|
"character": 24
|
883
883
|
},
|
884
884
|
"name": "'major'"
|
@@ -887,7 +887,7 @@
|
|
887
887
|
"__schema": "LiteralTypeSchema",
|
888
888
|
"location": {
|
889
889
|
"filePath": "install.main.runtime.ts",
|
890
|
-
"line":
|
890
|
+
"line": 760,
|
891
891
|
"character": 34
|
892
892
|
},
|
893
893
|
"name": "'minor'"
|
@@ -896,7 +896,7 @@
|
|
896
896
|
"__schema": "LiteralTypeSchema",
|
897
897
|
"location": {
|
898
898
|
"filePath": "install.main.runtime.ts",
|
899
|
-
"line":
|
899
|
+
"line": 760,
|
900
900
|
"character": 44
|
901
901
|
},
|
902
902
|
"name": "'patch'"
|
@@ -905,7 +905,7 @@
|
|
905
905
|
"__schema": "LiteralTypeSchema",
|
906
906
|
"location": {
|
907
907
|
"filePath": "install.main.runtime.ts",
|
908
|
-
"line":
|
908
|
+
"line": 760,
|
909
909
|
"character": 54
|
910
910
|
},
|
911
911
|
"name": "'compatible'"
|
@@ -918,7 +918,7 @@
|
|
918
918
|
"__schema": "VariableLikeSchema",
|
919
919
|
"location": {
|
920
920
|
"filePath": "install.main.runtime.ts",
|
921
|
-
"line":
|
921
|
+
"line": 761,
|
922
922
|
"character": 5
|
923
923
|
},
|
924
924
|
"signature": "(property) patterns?: string[] | undefined",
|
@@ -927,14 +927,14 @@
|
|
927
927
|
"__schema": "TypeArraySchema",
|
928
928
|
"location": {
|
929
929
|
"filePath": "install.main.runtime.ts",
|
930
|
-
"line":
|
930
|
+
"line": 761,
|
931
931
|
"character": 16
|
932
932
|
},
|
933
933
|
"type": {
|
934
934
|
"__schema": "KeywordTypeSchema",
|
935
935
|
"location": {
|
936
936
|
"filePath": "install.main.runtime.ts",
|
937
|
-
"line":
|
937
|
+
"line": 761,
|
938
938
|
"character": 16
|
939
939
|
},
|
940
940
|
"name": "string"
|
@@ -946,7 +946,7 @@
|
|
946
946
|
"__schema": "VariableLikeSchema",
|
947
947
|
"location": {
|
948
948
|
"filePath": "install.main.runtime.ts",
|
949
|
-
"line":
|
949
|
+
"line": 762,
|
950
950
|
"character": 5
|
951
951
|
},
|
952
952
|
"signature": "(property) all: boolean",
|
@@ -955,7 +955,7 @@
|
|
955
955
|
"__schema": "KeywordTypeSchema",
|
956
956
|
"location": {
|
957
957
|
"filePath": "install.main.runtime.ts",
|
958
|
-
"line":
|
958
|
+
"line": 762,
|
959
959
|
"character": 10
|
960
960
|
},
|
961
961
|
"name": "boolean"
|
@@ -972,7 +972,7 @@
|
|
972
972
|
"__schema": "TypeRefSchema",
|
973
973
|
"location": {
|
974
974
|
"filePath": "install.main.runtime.ts",
|
975
|
-
"line":
|
975
|
+
"line": 763,
|
976
976
|
"character": 7
|
977
977
|
},
|
978
978
|
"name": "Promise",
|
@@ -981,7 +981,7 @@
|
|
981
981
|
"__schema": "TypeUnionSchema",
|
982
982
|
"location": {
|
983
983
|
"filePath": "install.main.runtime.ts",
|
984
|
-
"line":
|
984
|
+
"line": 763,
|
985
985
|
"character": 15
|
986
986
|
},
|
987
987
|
"types": [
|
@@ -989,7 +989,7 @@
|
|
989
989
|
"__schema": "TypeRefSchema",
|
990
990
|
"location": {
|
991
991
|
"filePath": "install.main.runtime.ts",
|
992
|
-
"line":
|
992
|
+
"line": 763,
|
993
993
|
"character": 15
|
994
994
|
},
|
995
995
|
"name": "ComponentMap",
|
@@ -1002,7 +1002,7 @@
|
|
1002
1002
|
"__schema": "KeywordTypeSchema",
|
1003
1003
|
"location": {
|
1004
1004
|
"filePath": "install.main.runtime.ts",
|
1005
|
-
"line":
|
1005
|
+
"line": 763,
|
1006
1006
|
"character": 28
|
1007
1007
|
},
|
1008
1008
|
"name": "string"
|
@@ -1013,7 +1013,7 @@
|
|
1013
1013
|
"__schema": "LiteralTypeSchema",
|
1014
1014
|
"location": {
|
1015
1015
|
"filePath": "install.main.runtime.ts",
|
1016
|
-
"line":
|
1016
|
+
"line": 763,
|
1017
1017
|
"character": 38
|
1018
1018
|
},
|
1019
1019
|
"name": "null"
|
@@ -1030,7 +1030,7 @@
|
|
1030
1030
|
"__schema": "FunctionLikeSchema",
|
1031
1031
|
"location": {
|
1032
1032
|
"filePath": "install.main.runtime.ts",
|
1033
|
-
"line":
|
1033
|
+
"line": 806,
|
1034
1034
|
"character": 3
|
1035
1035
|
},
|
1036
1036
|
"signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
|
@@ -1040,7 +1040,7 @@
|
|
1040
1040
|
"__schema": "ParameterSchema",
|
1041
1041
|
"location": {
|
1042
1042
|
"filePath": "install.main.runtime.ts",
|
1043
|
-
"line":
|
1043
|
+
"line": 806,
|
1044
1044
|
"character": 46
|
1045
1045
|
},
|
1046
1046
|
"name": "components",
|
@@ -1048,14 +1048,14 @@
|
|
1048
1048
|
"__schema": "TypeArraySchema",
|
1049
1049
|
"location": {
|
1050
1050
|
"filePath": "install.main.runtime.ts",
|
1051
|
-
"line":
|
1051
|
+
"line": 806,
|
1052
1052
|
"character": 58
|
1053
1053
|
},
|
1054
1054
|
"type": {
|
1055
1055
|
"__schema": "TypeRefSchema",
|
1056
1056
|
"location": {
|
1057
1057
|
"filePath": "install.main.runtime.ts",
|
1058
|
-
"line":
|
1058
|
+
"line": 806,
|
1059
1059
|
"character": 58
|
1060
1060
|
},
|
1061
1061
|
"name": "Component",
|
@@ -1073,7 +1073,7 @@
|
|
1073
1073
|
"__schema": "InferenceTypeSchema",
|
1074
1074
|
"location": {
|
1075
1075
|
"filePath": "install.main.runtime.ts",
|
1076
|
-
"line":
|
1076
|
+
"line": 806,
|
1077
1077
|
"character": 3
|
1078
1078
|
},
|
1079
1079
|
"type": "Promise<void>"
|
@@ -1086,14 +1086,14 @@
|
|
1086
1086
|
"__schema": "FunctionLikeSchema",
|
1087
1087
|
"location": {
|
1088
1088
|
"filePath": "install.main.runtime.ts",
|
1089
|
-
"line":
|
1089
|
+
"line": 875,
|
1090
1090
|
"character": 3
|
1091
1091
|
},
|
1092
1092
|
"doc": {
|
1093
1093
|
"__schema": "DocSchema",
|
1094
1094
|
"location": {
|
1095
1095
|
"filePath": "install.main.runtime.ts",
|
1096
|
-
"line":
|
1096
|
+
"line": 870,
|
1097
1097
|
"character": 3
|
1098
1098
|
},
|
1099
1099
|
"raw": "/**\n * Uninstall the specified packages from dependencies.\n *\n * @param {string[]} the list of packages that should be removed from dependencies.\n */",
|
@@ -1103,7 +1103,7 @@
|
|
1103
1103
|
"__schema": "PropertyLikeTagSchema",
|
1104
1104
|
"location": {
|
1105
1105
|
"filePath": "install.main.runtime.ts",
|
1106
|
-
"line":
|
1106
|
+
"line": 873,
|
1107
1107
|
"character": 6
|
1108
1108
|
},
|
1109
1109
|
"name": "the",
|
@@ -1113,14 +1113,14 @@
|
|
1113
1113
|
"__schema": "TypeArraySchema",
|
1114
1114
|
"location": {
|
1115
1115
|
"filePath": "install.main.runtime.ts",
|
1116
|
-
"line":
|
1116
|
+
"line": 873,
|
1117
1117
|
"character": 14
|
1118
1118
|
},
|
1119
1119
|
"type": {
|
1120
1120
|
"__schema": "KeywordTypeSchema",
|
1121
1121
|
"location": {
|
1122
1122
|
"filePath": "install.main.runtime.ts",
|
1123
|
-
"line":
|
1123
|
+
"line": 873,
|
1124
1124
|
"character": 14
|
1125
1125
|
},
|
1126
1126
|
"name": "string"
|
@@ -1136,7 +1136,7 @@
|
|
1136
1136
|
"__schema": "ParameterSchema",
|
1137
1137
|
"location": {
|
1138
1138
|
"filePath": "install.main.runtime.ts",
|
1139
|
-
"line":
|
1139
|
+
"line": 875,
|
1140
1140
|
"character": 31
|
1141
1141
|
},
|
1142
1142
|
"name": "packages",
|
@@ -1144,14 +1144,14 @@
|
|
1144
1144
|
"__schema": "TypeArraySchema",
|
1145
1145
|
"location": {
|
1146
1146
|
"filePath": "install.main.runtime.ts",
|
1147
|
-
"line":
|
1147
|
+
"line": 875,
|
1148
1148
|
"character": 41
|
1149
1149
|
},
|
1150
1150
|
"type": {
|
1151
1151
|
"__schema": "KeywordTypeSchema",
|
1152
1152
|
"location": {
|
1153
1153
|
"filePath": "install.main.runtime.ts",
|
1154
|
-
"line":
|
1154
|
+
"line": 875,
|
1155
1155
|
"character": 41
|
1156
1156
|
},
|
1157
1157
|
"name": "string"
|
@@ -1165,7 +1165,7 @@
|
|
1165
1165
|
"__schema": "InferenceTypeSchema",
|
1166
1166
|
"location": {
|
1167
1167
|
"filePath": "install.main.runtime.ts",
|
1168
|
-
"line":
|
1168
|
+
"line": 875,
|
1169
1169
|
"character": 3
|
1170
1170
|
},
|
1171
1171
|
"type": "Promise<ComponentMap<string>>"
|
@@ -1178,14 +1178,14 @@
|
|
1178
1178
|
"__schema": "FunctionLikeSchema",
|
1179
1179
|
"location": {
|
1180
1180
|
"filePath": "install.main.runtime.ts",
|
1181
|
-
"line":
|
1181
|
+
"line": 885,
|
1182
1182
|
"character": 3
|
1183
1183
|
},
|
1184
1184
|
"doc": {
|
1185
1185
|
"__schema": "DocSchema",
|
1186
1186
|
"location": {
|
1187
1187
|
"filePath": "install.main.runtime.ts",
|
1188
|
-
"line":
|
1188
|
+
"line": 881,
|
1189
1189
|
"character": 3
|
1190
1190
|
},
|
1191
1191
|
"raw": "/**\n * This function returns all the locations of the external links that should be created inside node_modules.\n * This information may then be passed to the package manager, which will create the links on its own.\n */",
|
@@ -1199,7 +1199,7 @@
|
|
1199
1199
|
"__schema": "ParameterSchema",
|
1200
1200
|
"location": {
|
1201
1201
|
"filePath": "install.main.runtime.ts",
|
1202
|
-
"line":
|
1202
|
+
"line": 886,
|
1203
1203
|
"character": 5
|
1204
1204
|
},
|
1205
1205
|
"name": "options",
|
@@ -1207,7 +1207,7 @@
|
|
1207
1207
|
"__schema": "TypeRefSchema",
|
1208
1208
|
"location": {
|
1209
1209
|
"filePath": "install.main.runtime.ts",
|
1210
|
-
"line":
|
1210
|
+
"line": 886,
|
1211
1211
|
"character": 14
|
1212
1212
|
},
|
1213
1213
|
"name": "WorkspaceLinkOptions",
|
@@ -1222,7 +1222,7 @@
|
|
1222
1222
|
"__schema": "TypeRefSchema",
|
1223
1223
|
"location": {
|
1224
1224
|
"filePath": "install.main.runtime.ts",
|
1225
|
-
"line":
|
1225
|
+
"line": 887,
|
1226
1226
|
"character": 6
|
1227
1227
|
},
|
1228
1228
|
"name": "Promise",
|
@@ -1231,7 +1231,7 @@
|
|
1231
1231
|
"__schema": "TypeLiteralSchema",
|
1232
1232
|
"location": {
|
1233
1233
|
"filePath": "install.main.runtime.ts",
|
1234
|
-
"line":
|
1234
|
+
"line": 887,
|
1235
1235
|
"character": 14
|
1236
1236
|
},
|
1237
1237
|
"members": [
|
@@ -1239,7 +1239,7 @@
|
|
1239
1239
|
"__schema": "VariableLikeSchema",
|
1240
1240
|
"location": {
|
1241
1241
|
"filePath": "install.main.runtime.ts",
|
1242
|
-
"line":
|
1242
|
+
"line": 887,
|
1243
1243
|
"character": 16
|
1244
1244
|
},
|
1245
1245
|
"signature": "(property) linkResults: WorkspaceLinkResults",
|
@@ -1248,7 +1248,7 @@
|
|
1248
1248
|
"__schema": "TypeRefSchema",
|
1249
1249
|
"location": {
|
1250
1250
|
"filePath": "install.main.runtime.ts",
|
1251
|
-
"line":
|
1251
|
+
"line": 887,
|
1252
1252
|
"character": 16
|
1253
1253
|
},
|
1254
1254
|
"name": "WorkspaceLinkResults",
|
@@ -1260,7 +1260,7 @@
|
|
1260
1260
|
"__schema": "VariableLikeSchema",
|
1261
1261
|
"location": {
|
1262
1262
|
"filePath": "install.main.runtime.ts",
|
1263
|
-
"line":
|
1263
|
+
"line": 887,
|
1264
1264
|
"character": 51
|
1265
1265
|
},
|
1266
1266
|
"signature": "(property) linkedRootDeps: Record<string, string>",
|
@@ -1269,7 +1269,7 @@
|
|
1269
1269
|
"__schema": "TypeRefSchema",
|
1270
1270
|
"location": {
|
1271
1271
|
"filePath": "install.main.runtime.ts",
|
1272
|
-
"line":
|
1272
|
+
"line": 887,
|
1273
1273
|
"character": 67
|
1274
1274
|
},
|
1275
1275
|
"name": "Record",
|
@@ -1278,7 +1278,7 @@
|
|
1278
1278
|
"__schema": "KeywordTypeSchema",
|
1279
1279
|
"location": {
|
1280
1280
|
"filePath": "install.main.runtime.ts",
|
1281
|
-
"line":
|
1281
|
+
"line": 887,
|
1282
1282
|
"character": 74
|
1283
1283
|
},
|
1284
1284
|
"name": "string"
|
@@ -1287,7 +1287,7 @@
|
|
1287
1287
|
"__schema": "KeywordTypeSchema",
|
1288
1288
|
"location": {
|
1289
1289
|
"filePath": "install.main.runtime.ts",
|
1290
|
-
"line":
|
1290
|
+
"line": 887,
|
1291
1291
|
"character": 82
|
1292
1292
|
},
|
1293
1293
|
"name": "string"
|
@@ -1308,7 +1308,7 @@
|
|
1308
1308
|
"__schema": "FunctionLikeSchema",
|
1309
1309
|
"location": {
|
1310
1310
|
"filePath": "install.main.runtime.ts",
|
1311
|
-
"line":
|
1311
|
+
"line": 911,
|
1312
1312
|
"character": 3
|
1313
1313
|
},
|
1314
1314
|
"signature": "(method) InstallMain.linkCodemods(compDirMap: ComponentMap<string>, options?: {\n rewire?: boolean;\n}): Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>",
|
@@ -1318,7 +1318,7 @@
|
|
1318
1318
|
"__schema": "ParameterSchema",
|
1319
1319
|
"location": {
|
1320
1320
|
"filePath": "install.main.runtime.ts",
|
1321
|
-
"line":
|
1321
|
+
"line": 911,
|
1322
1322
|
"character": 22
|
1323
1323
|
},
|
1324
1324
|
"name": "compDirMap",
|
@@ -1326,7 +1326,7 @@
|
|
1326
1326
|
"__schema": "TypeRefSchema",
|
1327
1327
|
"location": {
|
1328
1328
|
"filePath": "install.main.runtime.ts",
|
1329
|
-
"line":
|
1329
|
+
"line": 911,
|
1330
1330
|
"character": 34
|
1331
1331
|
},
|
1332
1332
|
"name": "ComponentMap",
|
@@ -1339,7 +1339,7 @@
|
|
1339
1339
|
"__schema": "KeywordTypeSchema",
|
1340
1340
|
"location": {
|
1341
1341
|
"filePath": "install.main.runtime.ts",
|
1342
|
-
"line":
|
1342
|
+
"line": 911,
|
1343
1343
|
"character": 47
|
1344
1344
|
},
|
1345
1345
|
"name": "string"
|
@@ -1353,7 +1353,7 @@
|
|
1353
1353
|
"__schema": "ParameterSchema",
|
1354
1354
|
"location": {
|
1355
1355
|
"filePath": "install.main.runtime.ts",
|
1356
|
-
"line":
|
1356
|
+
"line": 911,
|
1357
1357
|
"character": 56
|
1358
1358
|
},
|
1359
1359
|
"name": "options",
|
@@ -1361,7 +1361,7 @@
|
|
1361
1361
|
"__schema": "TypeLiteralSchema",
|
1362
1362
|
"location": {
|
1363
1363
|
"filePath": "install.main.runtime.ts",
|
1364
|
-
"line":
|
1364
|
+
"line": 911,
|
1365
1365
|
"character": 66
|
1366
1366
|
},
|
1367
1367
|
"members": [
|
@@ -1369,7 +1369,7 @@
|
|
1369
1369
|
"__schema": "VariableLikeSchema",
|
1370
1370
|
"location": {
|
1371
1371
|
"filePath": "install.main.runtime.ts",
|
1372
|
-
"line":
|
1372
|
+
"line": 911,
|
1373
1373
|
"character": 68
|
1374
1374
|
},
|
1375
1375
|
"signature": "(property) rewire?: boolean | undefined",
|
@@ -1378,7 +1378,7 @@
|
|
1378
1378
|
"__schema": "KeywordTypeSchema",
|
1379
1379
|
"location": {
|
1380
1380
|
"filePath": "install.main.runtime.ts",
|
1381
|
-
"line":
|
1381
|
+
"line": 911,
|
1382
1382
|
"character": 77
|
1383
1383
|
},
|
1384
1384
|
"name": "boolean"
|
@@ -1395,7 +1395,7 @@
|
|
1395
1395
|
"__schema": "InferenceTypeSchema",
|
1396
1396
|
"location": {
|
1397
1397
|
"filePath": "install.main.runtime.ts",
|
1398
|
-
"line":
|
1398
|
+
"line": 911,
|
1399
1399
|
"character": 3
|
1400
1400
|
},
|
1401
1401
|
"type": "Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>"
|
@@ -1408,7 +1408,7 @@
|
|
1408
1408
|
"__schema": "FunctionLikeSchema",
|
1409
1409
|
"location": {
|
1410
1410
|
"filePath": "install.main.runtime.ts",
|
1411
|
-
"line":
|
1411
|
+
"line": 916,
|
1412
1412
|
"character": 3
|
1413
1413
|
},
|
1414
1414
|
"signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
|
@@ -1418,7 +1418,7 @@
|
|
1418
1418
|
"__schema": "ParameterSchema",
|
1419
1419
|
"location": {
|
1420
1420
|
"filePath": "install.main.runtime.ts",
|
1421
|
-
"line":
|
1421
|
+
"line": 916,
|
1422
1422
|
"character": 14
|
1423
1423
|
},
|
1424
1424
|
"name": "options",
|
@@ -1426,7 +1426,7 @@
|
|
1426
1426
|
"__schema": "TypeRefSchema",
|
1427
1427
|
"location": {
|
1428
1428
|
"filePath": "install.main.runtime.ts",
|
1429
|
-
"line":
|
1429
|
+
"line": 916,
|
1430
1430
|
"character": 23
|
1431
1431
|
},
|
1432
1432
|
"name": "WorkspaceLinkOptions",
|
@@ -1441,7 +1441,7 @@
|
|
1441
1441
|
"__schema": "TypeRefSchema",
|
1442
1442
|
"location": {
|
1443
1443
|
"filePath": "install.main.runtime.ts",
|
1444
|
-
"line":
|
1444
|
+
"line": 916,
|
1445
1445
|
"character": 51
|
1446
1446
|
},
|
1447
1447
|
"name": "Promise",
|
@@ -1450,7 +1450,7 @@
|
|
1450
1450
|
"__schema": "TypeRefSchema",
|
1451
1451
|
"location": {
|
1452
1452
|
"filePath": "install.main.runtime.ts",
|
1453
|
-
"line":
|
1453
|
+
"line": 916,
|
1454
1454
|
"character": 59
|
1455
1455
|
},
|
1456
1456
|
"name": "WorkspaceLinkResults",
|
@@ -1466,7 +1466,7 @@
|
|
1466
1466
|
"__schema": "VariableLikeSchema",
|
1467
1467
|
"location": {
|
1468
1468
|
"filePath": "install.main.runtime.ts",
|
1469
|
-
"line":
|
1469
|
+
"line": 1018,
|
1470
1470
|
"character": 3
|
1471
1471
|
},
|
1472
1472
|
"signature": "(property) InstallMain.slots: (((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]",
|
@@ -1475,7 +1475,7 @@
|
|
1475
1475
|
"__schema": "InferenceTypeSchema",
|
1476
1476
|
"location": {
|
1477
1477
|
"filePath": "install.main.runtime.ts",
|
1478
|
-
"line":
|
1478
|
+
"line": 1018,
|
1479
1479
|
"character": 3
|
1480
1480
|
},
|
1481
1481
|
"type": "(((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]"
|
@@ -1487,7 +1487,7 @@
|
|
1487
1487
|
"__schema": "VariableLikeSchema",
|
1488
1488
|
"location": {
|
1489
1489
|
"filePath": "install.main.runtime.ts",
|
1490
|
-
"line":
|
1490
|
+
"line": 1019,
|
1491
1491
|
"character": 3
|
1492
1492
|
},
|
1493
1493
|
"signature": "(property) InstallMain.dependencies: Aspect[]",
|
@@ -1496,7 +1496,7 @@
|
|
1496
1496
|
"__schema": "InferenceTypeSchema",
|
1497
1497
|
"location": {
|
1498
1498
|
"filePath": "install.main.runtime.ts",
|
1499
|
-
"line":
|
1499
|
+
"line": 1019,
|
1500
1500
|
"character": 3
|
1501
1501
|
},
|
1502
1502
|
"type": "Aspect[]"
|
@@ -1508,7 +1508,7 @@
|
|
1508
1508
|
"__schema": "VariableLikeSchema",
|
1509
1509
|
"location": {
|
1510
1510
|
"filePath": "install.main.runtime.ts",
|
1511
|
-
"line":
|
1511
|
+
"line": 1034,
|
1512
1512
|
"character": 3
|
1513
1513
|
},
|
1514
1514
|
"signature": "(property) InstallMain.runtime: RuntimeDefinition",
|
@@ -1517,7 +1517,7 @@
|
|
1517
1517
|
"__schema": "InferenceTypeSchema",
|
1518
1518
|
"location": {
|
1519
1519
|
"filePath": "install.main.runtime.ts",
|
1520
|
-
"line":
|
1520
|
+
"line": 1034,
|
1521
1521
|
"character": 3
|
1522
1522
|
},
|
1523
1523
|
"type": "RuntimeDefinition"
|
@@ -1529,7 +1529,7 @@
|
|
1529
1529
|
"__schema": "FunctionLikeSchema",
|
1530
1530
|
"location": {
|
1531
1531
|
"filePath": "install.main.runtime.ts",
|
1532
|
-
"line":
|
1532
|
+
"line": 1036,
|
1533
1533
|
"character": 3
|
1534
1534
|
},
|
1535
1535
|
"signature": "(method) InstallMain.provider([dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles,]: [\n DependencyResolverMain,\n Workspace,\n LoggerMain,\n VariantsMain,\n CLIMain,\n CompilerMain,\n IssuesMain,\n EnvsMain,\n ApplicationMain,\n IpcEventsMain,\n GeneratorMain,\n WorkspaceConfigFilesMain\n], _: any, [preLinkSlot, preInstallSlot, postInstallSlot]: [PreLinkSlot, PreInstallSlot, PostInstallSlot]): Promise<InstallMain>",
|
@@ -1539,7 +1539,7 @@
|
|
1539
1539
|
"__schema": "ParameterSchema",
|
1540
1540
|
"location": {
|
1541
1541
|
"filePath": "install.main.runtime.ts",
|
1542
|
-
"line":
|
1542
|
+
"line": 1037,
|
1543
1543
|
"character": 5
|
1544
1544
|
},
|
1545
1545
|
"name": "[ dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles ]",
|
@@ -1547,7 +1547,7 @@
|
|
1547
1547
|
"__schema": "TupleTypeSchema",
|
1548
1548
|
"location": {
|
1549
1549
|
"filePath": "install.main.runtime.ts",
|
1550
|
-
"line":
|
1550
|
+
"line": 1050,
|
1551
1551
|
"character": 8
|
1552
1552
|
},
|
1553
1553
|
"elements": [
|
@@ -1555,7 +1555,7 @@
|
|
1555
1555
|
"__schema": "TypeRefSchema",
|
1556
1556
|
"location": {
|
1557
1557
|
"filePath": "install.main.runtime.ts",
|
1558
|
-
"line":
|
1558
|
+
"line": 1051,
|
1559
1559
|
"character": 7
|
1560
1560
|
},
|
1561
1561
|
"name": "DependencyResolverMain",
|
@@ -1568,7 +1568,7 @@
|
|
1568
1568
|
"__schema": "TypeRefSchema",
|
1569
1569
|
"location": {
|
1570
1570
|
"filePath": "install.main.runtime.ts",
|
1571
|
-
"line":
|
1571
|
+
"line": 1052,
|
1572
1572
|
"character": 7
|
1573
1573
|
},
|
1574
1574
|
"name": "Workspace",
|
@@ -1581,7 +1581,7 @@
|
|
1581
1581
|
"__schema": "TypeRefSchema",
|
1582
1582
|
"location": {
|
1583
1583
|
"filePath": "install.main.runtime.ts",
|
1584
|
-
"line":
|
1584
|
+
"line": 1053,
|
1585
1585
|
"character": 7
|
1586
1586
|
},
|
1587
1587
|
"name": "LoggerMain",
|
@@ -1594,7 +1594,7 @@
|
|
1594
1594
|
"__schema": "TypeRefSchema",
|
1595
1595
|
"location": {
|
1596
1596
|
"filePath": "install.main.runtime.ts",
|
1597
|
-
"line":
|
1597
|
+
"line": 1054,
|
1598
1598
|
"character": 7
|
1599
1599
|
},
|
1600
1600
|
"name": "VariantsMain",
|
@@ -1607,7 +1607,7 @@
|
|
1607
1607
|
"__schema": "TypeRefSchema",
|
1608
1608
|
"location": {
|
1609
1609
|
"filePath": "install.main.runtime.ts",
|
1610
|
-
"line":
|
1610
|
+
"line": 1055,
|
1611
1611
|
"character": 7
|
1612
1612
|
},
|
1613
1613
|
"name": "CLIMain",
|
@@ -1620,7 +1620,7 @@
|
|
1620
1620
|
"__schema": "TypeRefSchema",
|
1621
1621
|
"location": {
|
1622
1622
|
"filePath": "install.main.runtime.ts",
|
1623
|
-
"line":
|
1623
|
+
"line": 1056,
|
1624
1624
|
"character": 7
|
1625
1625
|
},
|
1626
1626
|
"name": "CompilerMain",
|
@@ -1633,7 +1633,7 @@
|
|
1633
1633
|
"__schema": "TypeRefSchema",
|
1634
1634
|
"location": {
|
1635
1635
|
"filePath": "install.main.runtime.ts",
|
1636
|
-
"line":
|
1636
|
+
"line": 1057,
|
1637
1637
|
"character": 7
|
1638
1638
|
},
|
1639
1639
|
"name": "IssuesMain",
|
@@ -1646,7 +1646,7 @@
|
|
1646
1646
|
"__schema": "TypeRefSchema",
|
1647
1647
|
"location": {
|
1648
1648
|
"filePath": "install.main.runtime.ts",
|
1649
|
-
"line":
|
1649
|
+
"line": 1058,
|
1650
1650
|
"character": 7
|
1651
1651
|
},
|
1652
1652
|
"name": "EnvsMain",
|
@@ -1659,7 +1659,7 @@
|
|
1659
1659
|
"__schema": "TypeRefSchema",
|
1660
1660
|
"location": {
|
1661
1661
|
"filePath": "install.main.runtime.ts",
|
1662
|
-
"line":
|
1662
|
+
"line": 1059,
|
1663
1663
|
"character": 7
|
1664
1664
|
},
|
1665
1665
|
"name": "ApplicationMain",
|
@@ -1672,7 +1672,7 @@
|
|
1672
1672
|
"__schema": "TypeRefSchema",
|
1673
1673
|
"location": {
|
1674
1674
|
"filePath": "install.main.runtime.ts",
|
1675
|
-
"line":
|
1675
|
+
"line": 1060,
|
1676
1676
|
"character": 7
|
1677
1677
|
},
|
1678
1678
|
"name": "IpcEventsMain",
|
@@ -1685,7 +1685,7 @@
|
|
1685
1685
|
"__schema": "TypeRefSchema",
|
1686
1686
|
"location": {
|
1687
1687
|
"filePath": "install.main.runtime.ts",
|
1688
|
-
"line":
|
1688
|
+
"line": 1061,
|
1689
1689
|
"character": 7
|
1690
1690
|
},
|
1691
1691
|
"name": "GeneratorMain",
|
@@ -1698,7 +1698,7 @@
|
|
1698
1698
|
"__schema": "TypeRefSchema",
|
1699
1699
|
"location": {
|
1700
1700
|
"filePath": "install.main.runtime.ts",
|
1701
|
-
"line":
|
1701
|
+
"line": 1062,
|
1702
1702
|
"character": 7
|
1703
1703
|
},
|
1704
1704
|
"name": "WorkspaceConfigFilesMain",
|
@@ -1716,7 +1716,7 @@
|
|
1716
1716
|
"__schema": "ParameterSchema",
|
1717
1717
|
"location": {
|
1718
1718
|
"filePath": "install.main.runtime.ts",
|
1719
|
-
"line":
|
1719
|
+
"line": 1064,
|
1720
1720
|
"character": 5
|
1721
1721
|
},
|
1722
1722
|
"name": "_",
|
@@ -1724,7 +1724,7 @@
|
|
1724
1724
|
"__schema": "InferenceTypeSchema",
|
1725
1725
|
"location": {
|
1726
1726
|
"filePath": "install.main.runtime.ts",
|
1727
|
-
"line":
|
1727
|
+
"line": 1064,
|
1728
1728
|
"character": 5
|
1729
1729
|
},
|
1730
1730
|
"type": "any"
|
@@ -1736,7 +1736,7 @@
|
|
1736
1736
|
"__schema": "ParameterSchema",
|
1737
1737
|
"location": {
|
1738
1738
|
"filePath": "install.main.runtime.ts",
|
1739
|
-
"line":
|
1739
|
+
"line": 1065,
|
1740
1740
|
"character": 5
|
1741
1741
|
},
|
1742
1742
|
"name": "[ preLinkSlot, preInstallSlot, postInstallSlot ]",
|
@@ -1744,7 +1744,7 @@
|
|
1744
1744
|
"__schema": "TupleTypeSchema",
|
1745
1745
|
"location": {
|
1746
1746
|
"filePath": "install.main.runtime.ts",
|
1747
|
-
"line":
|
1747
|
+
"line": 1065,
|
1748
1748
|
"character": 53
|
1749
1749
|
},
|
1750
1750
|
"elements": [
|
@@ -1752,7 +1752,7 @@
|
|
1752
1752
|
"__schema": "TypeRefSchema",
|
1753
1753
|
"location": {
|
1754
1754
|
"filePath": "install.main.runtime.ts",
|
1755
|
-
"line":
|
1755
|
+
"line": 1065,
|
1756
1756
|
"character": 54
|
1757
1757
|
},
|
1758
1758
|
"name": "PreLinkSlot",
|
@@ -1762,7 +1762,7 @@
|
|
1762
1762
|
"__schema": "TypeRefSchema",
|
1763
1763
|
"location": {
|
1764
1764
|
"filePath": "install.main.runtime.ts",
|
1765
|
-
"line":
|
1765
|
+
"line": 1065,
|
1766
1766
|
"character": 67
|
1767
1767
|
},
|
1768
1768
|
"name": "PreInstallSlot",
|
@@ -1772,7 +1772,7 @@
|
|
1772
1772
|
"__schema": "TypeRefSchema",
|
1773
1773
|
"location": {
|
1774
1774
|
"filePath": "install.main.runtime.ts",
|
1775
|
-
"line":
|
1775
|
+
"line": 1065,
|
1776
1776
|
"character": 83
|
1777
1777
|
},
|
1778
1778
|
"name": "PostInstallSlot",
|
@@ -1788,7 +1788,7 @@
|
|
1788
1788
|
"__schema": "InferenceTypeSchema",
|
1789
1789
|
"location": {
|
1790
1790
|
"filePath": "install.main.runtime.ts",
|
1791
|
-
"line":
|
1791
|
+
"line": 1036,
|
1792
1792
|
"character": 3
|
1793
1793
|
},
|
1794
1794
|
"type": "Promise<InstallMain>"
|
@@ -3182,14 +3182,14 @@
|
|
3182
3182
|
"__schema": "FunctionLikeSchema",
|
3183
3183
|
"location": {
|
3184
3184
|
"filePath": "install.main.runtime.ts",
|
3185
|
-
"line":
|
3185
|
+
"line": 608,
|
3186
3186
|
"character": 3
|
3187
3187
|
},
|
3188
3188
|
"doc": {
|
3189
3189
|
"__schema": "DocSchema",
|
3190
3190
|
"location": {
|
3191
3191
|
"filePath": "install.main.runtime.ts",
|
3192
|
-
"line":
|
3192
|
+
"line": 601,
|
3193
3193
|
"character": 3
|
3194
3194
|
},
|
3195
3195
|
"raw": "/**\n * This function returns a list of old non-loaded environments names.\n * @returns an array of strings called `oldNonLoadedEnvs`. This array contains the names of environment variables that\n * failed to load as extensions and are also don't have an env.jsonc file.\n * If this list is not empty, then the user might need to run another install to make sure all dependencies resolved\n * correctly\n */",
|
@@ -3199,7 +3199,7 @@
|
|
3199
3199
|
"__schema": "ReturnTagSchema",
|
3200
3200
|
"location": {
|
3201
3201
|
"filePath": "install.main.runtime.ts",
|
3202
|
-
"line":
|
3202
|
+
"line": 603,
|
3203
3203
|
"character": 6
|
3204
3204
|
},
|
3205
3205
|
"tagName": "return",
|
@@ -3214,7 +3214,7 @@
|
|
3214
3214
|
"__schema": "InferenceTypeSchema",
|
3215
3215
|
"location": {
|
3216
3216
|
"filePath": "install.main.runtime.ts",
|
3217
|
-
"line":
|
3217
|
+
"line": 608,
|
3218
3218
|
"character": 3
|
3219
3219
|
},
|
3220
3220
|
"type": "string[]"
|
@@ -3227,14 +3227,14 @@
|
|
3227
3227
|
"__schema": "FunctionLikeSchema",
|
3228
3228
|
"location": {
|
3229
3229
|
"filePath": "install.main.runtime.ts",
|
3230
|
-
"line":
|
3230
|
+
"line": 759,
|
3231
3231
|
"character": 3
|
3232
3232
|
},
|
3233
3233
|
"doc": {
|
3234
3234
|
"__schema": "DocSchema",
|
3235
3235
|
"location": {
|
3236
3236
|
"filePath": "install.main.runtime.ts",
|
3237
|
-
"line":
|
3237
|
+
"line": 754,
|
3238
3238
|
"character": 3
|
3239
3239
|
},
|
3240
3240
|
"raw": "/**\n * Updates out-of-date dependencies in the workspace.\n *\n * @param options.all {Boolean} updates all outdated dependencies without showing a prompt.\n */",
|
@@ -3244,7 +3244,7 @@
|
|
3244
3244
|
"__schema": "PropertyLikeTagSchema",
|
3245
3245
|
"location": {
|
3246
3246
|
"filePath": "install.main.runtime.ts",
|
3247
|
-
"line":
|
3247
|
+
"line": 757,
|
3248
3248
|
"character": 6
|
3249
3249
|
},
|
3250
3250
|
"name": "options.all",
|
@@ -3254,7 +3254,7 @@
|
|
3254
3254
|
"__schema": "TypeRefSchema",
|
3255
3255
|
"location": {
|
3256
3256
|
"filePath": "install.main.runtime.ts",
|
3257
|
-
"line":
|
3257
|
+
"line": 757,
|
3258
3258
|
"character": 26
|
3259
3259
|
},
|
3260
3260
|
"name": "Boolean"
|
@@ -3269,7 +3269,7 @@
|
|
3269
3269
|
"__schema": "ParameterSchema",
|
3270
3270
|
"location": {
|
3271
3271
|
"filePath": "install.main.runtime.ts",
|
3272
|
-
"line":
|
3272
|
+
"line": 759,
|
3273
3273
|
"character": 28
|
3274
3274
|
},
|
3275
3275
|
"name": "options",
|
@@ -3277,7 +3277,7 @@
|
|
3277
3277
|
"__schema": "TypeLiteralSchema",
|
3278
3278
|
"location": {
|
3279
3279
|
"filePath": "install.main.runtime.ts",
|
3280
|
-
"line":
|
3280
|
+
"line": 759,
|
3281
3281
|
"character": 37
|
3282
3282
|
},
|
3283
3283
|
"members": [
|
@@ -3285,7 +3285,7 @@
|
|
3285
3285
|
"__schema": "VariableLikeSchema",
|
3286
3286
|
"location": {
|
3287
3287
|
"filePath": "install.main.runtime.ts",
|
3288
|
-
"line":
|
3288
|
+
"line": 760,
|
3289
3289
|
"character": 5
|
3290
3290
|
},
|
3291
3291
|
"signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
|
@@ -3294,7 +3294,7 @@
|
|
3294
3294
|
"__schema": "TypeUnionSchema",
|
3295
3295
|
"location": {
|
3296
3296
|
"filePath": "install.main.runtime.ts",
|
3297
|
-
"line":
|
3297
|
+
"line": 760,
|
3298
3298
|
"character": 24
|
3299
3299
|
},
|
3300
3300
|
"types": [
|
@@ -3302,7 +3302,7 @@
|
|
3302
3302
|
"__schema": "LiteralTypeSchema",
|
3303
3303
|
"location": {
|
3304
3304
|
"filePath": "install.main.runtime.ts",
|
3305
|
-
"line":
|
3305
|
+
"line": 760,
|
3306
3306
|
"character": 24
|
3307
3307
|
},
|
3308
3308
|
"name": "'major'"
|
@@ -3311,7 +3311,7 @@
|
|
3311
3311
|
"__schema": "LiteralTypeSchema",
|
3312
3312
|
"location": {
|
3313
3313
|
"filePath": "install.main.runtime.ts",
|
3314
|
-
"line":
|
3314
|
+
"line": 760,
|
3315
3315
|
"character": 34
|
3316
3316
|
},
|
3317
3317
|
"name": "'minor'"
|
@@ -3320,7 +3320,7 @@
|
|
3320
3320
|
"__schema": "LiteralTypeSchema",
|
3321
3321
|
"location": {
|
3322
3322
|
"filePath": "install.main.runtime.ts",
|
3323
|
-
"line":
|
3323
|
+
"line": 760,
|
3324
3324
|
"character": 44
|
3325
3325
|
},
|
3326
3326
|
"name": "'patch'"
|
@@ -3329,7 +3329,7 @@
|
|
3329
3329
|
"__schema": "LiteralTypeSchema",
|
3330
3330
|
"location": {
|
3331
3331
|
"filePath": "install.main.runtime.ts",
|
3332
|
-
"line":
|
3332
|
+
"line": 760,
|
3333
3333
|
"character": 54
|
3334
3334
|
},
|
3335
3335
|
"name": "'compatible'"
|
@@ -3342,7 +3342,7 @@
|
|
3342
3342
|
"__schema": "VariableLikeSchema",
|
3343
3343
|
"location": {
|
3344
3344
|
"filePath": "install.main.runtime.ts",
|
3345
|
-
"line":
|
3345
|
+
"line": 761,
|
3346
3346
|
"character": 5
|
3347
3347
|
},
|
3348
3348
|
"signature": "(property) patterns?: string[] | undefined",
|
@@ -3351,14 +3351,14 @@
|
|
3351
3351
|
"__schema": "TypeArraySchema",
|
3352
3352
|
"location": {
|
3353
3353
|
"filePath": "install.main.runtime.ts",
|
3354
|
-
"line":
|
3354
|
+
"line": 761,
|
3355
3355
|
"character": 16
|
3356
3356
|
},
|
3357
3357
|
"type": {
|
3358
3358
|
"__schema": "KeywordTypeSchema",
|
3359
3359
|
"location": {
|
3360
3360
|
"filePath": "install.main.runtime.ts",
|
3361
|
-
"line":
|
3361
|
+
"line": 761,
|
3362
3362
|
"character": 16
|
3363
3363
|
},
|
3364
3364
|
"name": "string"
|
@@ -3370,7 +3370,7 @@
|
|
3370
3370
|
"__schema": "VariableLikeSchema",
|
3371
3371
|
"location": {
|
3372
3372
|
"filePath": "install.main.runtime.ts",
|
3373
|
-
"line":
|
3373
|
+
"line": 762,
|
3374
3374
|
"character": 5
|
3375
3375
|
},
|
3376
3376
|
"signature": "(property) all: boolean",
|
@@ -3379,7 +3379,7 @@
|
|
3379
3379
|
"__schema": "KeywordTypeSchema",
|
3380
3380
|
"location": {
|
3381
3381
|
"filePath": "install.main.runtime.ts",
|
3382
|
-
"line":
|
3382
|
+
"line": 762,
|
3383
3383
|
"character": 10
|
3384
3384
|
},
|
3385
3385
|
"name": "boolean"
|
@@ -3396,7 +3396,7 @@
|
|
3396
3396
|
"__schema": "TypeRefSchema",
|
3397
3397
|
"location": {
|
3398
3398
|
"filePath": "install.main.runtime.ts",
|
3399
|
-
"line":
|
3399
|
+
"line": 763,
|
3400
3400
|
"character": 7
|
3401
3401
|
},
|
3402
3402
|
"name": "Promise",
|
@@ -3405,7 +3405,7 @@
|
|
3405
3405
|
"__schema": "TypeUnionSchema",
|
3406
3406
|
"location": {
|
3407
3407
|
"filePath": "install.main.runtime.ts",
|
3408
|
-
"line":
|
3408
|
+
"line": 763,
|
3409
3409
|
"character": 15
|
3410
3410
|
},
|
3411
3411
|
"types": [
|
@@ -3413,7 +3413,7 @@
|
|
3413
3413
|
"__schema": "TypeRefSchema",
|
3414
3414
|
"location": {
|
3415
3415
|
"filePath": "install.main.runtime.ts",
|
3416
|
-
"line":
|
3416
|
+
"line": 763,
|
3417
3417
|
"character": 15
|
3418
3418
|
},
|
3419
3419
|
"name": "ComponentMap",
|
@@ -3426,7 +3426,7 @@
|
|
3426
3426
|
"__schema": "KeywordTypeSchema",
|
3427
3427
|
"location": {
|
3428
3428
|
"filePath": "install.main.runtime.ts",
|
3429
|
-
"line":
|
3429
|
+
"line": 763,
|
3430
3430
|
"character": 28
|
3431
3431
|
},
|
3432
3432
|
"name": "string"
|
@@ -3437,7 +3437,7 @@
|
|
3437
3437
|
"__schema": "LiteralTypeSchema",
|
3438
3438
|
"location": {
|
3439
3439
|
"filePath": "install.main.runtime.ts",
|
3440
|
-
"line":
|
3440
|
+
"line": 763,
|
3441
3441
|
"character": 38
|
3442
3442
|
},
|
3443
3443
|
"name": "null"
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
"__schema": "FunctionLikeSchema",
|
3455
3455
|
"location": {
|
3456
3456
|
"filePath": "install.main.runtime.ts",
|
3457
|
-
"line":
|
3457
|
+
"line": 806,
|
3458
3458
|
"character": 3
|
3459
3459
|
},
|
3460
3460
|
"signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
|
@@ -3464,7 +3464,7 @@
|
|
3464
3464
|
"__schema": "ParameterSchema",
|
3465
3465
|
"location": {
|
3466
3466
|
"filePath": "install.main.runtime.ts",
|
3467
|
-
"line":
|
3467
|
+
"line": 806,
|
3468
3468
|
"character": 46
|
3469
3469
|
},
|
3470
3470
|
"name": "components",
|
@@ -3472,14 +3472,14 @@
|
|
3472
3472
|
"__schema": "TypeArraySchema",
|
3473
3473
|
"location": {
|
3474
3474
|
"filePath": "install.main.runtime.ts",
|
3475
|
-
"line":
|
3475
|
+
"line": 806,
|
3476
3476
|
"character": 58
|
3477
3477
|
},
|
3478
3478
|
"type": {
|
3479
3479
|
"__schema": "TypeRefSchema",
|
3480
3480
|
"location": {
|
3481
3481
|
"filePath": "install.main.runtime.ts",
|
3482
|
-
"line":
|
3482
|
+
"line": 806,
|
3483
3483
|
"character": 58
|
3484
3484
|
},
|
3485
3485
|
"name": "Component",
|
@@ -3497,7 +3497,7 @@
|
|
3497
3497
|
"__schema": "InferenceTypeSchema",
|
3498
3498
|
"location": {
|
3499
3499
|
"filePath": "install.main.runtime.ts",
|
3500
|
-
"line":
|
3500
|
+
"line": 806,
|
3501
3501
|
"character": 3
|
3502
3502
|
},
|
3503
3503
|
"type": "Promise<void>"
|
@@ -3510,14 +3510,14 @@
|
|
3510
3510
|
"__schema": "FunctionLikeSchema",
|
3511
3511
|
"location": {
|
3512
3512
|
"filePath": "install.main.runtime.ts",
|
3513
|
-
"line":
|
3513
|
+
"line": 875,
|
3514
3514
|
"character": 3
|
3515
3515
|
},
|
3516
3516
|
"doc": {
|
3517
3517
|
"__schema": "DocSchema",
|
3518
3518
|
"location": {
|
3519
3519
|
"filePath": "install.main.runtime.ts",
|
3520
|
-
"line":
|
3520
|
+
"line": 870,
|
3521
3521
|
"character": 3
|
3522
3522
|
},
|
3523
3523
|
"raw": "/**\n * Uninstall the specified packages from dependencies.\n *\n * @param {string[]} the list of packages that should be removed from dependencies.\n */",
|
@@ -3527,7 +3527,7 @@
|
|
3527
3527
|
"__schema": "PropertyLikeTagSchema",
|
3528
3528
|
"location": {
|
3529
3529
|
"filePath": "install.main.runtime.ts",
|
3530
|
-
"line":
|
3530
|
+
"line": 873,
|
3531
3531
|
"character": 6
|
3532
3532
|
},
|
3533
3533
|
"name": "the",
|
@@ -3537,14 +3537,14 @@
|
|
3537
3537
|
"__schema": "TypeArraySchema",
|
3538
3538
|
"location": {
|
3539
3539
|
"filePath": "install.main.runtime.ts",
|
3540
|
-
"line":
|
3540
|
+
"line": 873,
|
3541
3541
|
"character": 14
|
3542
3542
|
},
|
3543
3543
|
"type": {
|
3544
3544
|
"__schema": "KeywordTypeSchema",
|
3545
3545
|
"location": {
|
3546
3546
|
"filePath": "install.main.runtime.ts",
|
3547
|
-
"line":
|
3547
|
+
"line": 873,
|
3548
3548
|
"character": 14
|
3549
3549
|
},
|
3550
3550
|
"name": "string"
|
@@ -3560,7 +3560,7 @@
|
|
3560
3560
|
"__schema": "ParameterSchema",
|
3561
3561
|
"location": {
|
3562
3562
|
"filePath": "install.main.runtime.ts",
|
3563
|
-
"line":
|
3563
|
+
"line": 875,
|
3564
3564
|
"character": 31
|
3565
3565
|
},
|
3566
3566
|
"name": "packages",
|
@@ -3568,14 +3568,14 @@
|
|
3568
3568
|
"__schema": "TypeArraySchema",
|
3569
3569
|
"location": {
|
3570
3570
|
"filePath": "install.main.runtime.ts",
|
3571
|
-
"line":
|
3571
|
+
"line": 875,
|
3572
3572
|
"character": 41
|
3573
3573
|
},
|
3574
3574
|
"type": {
|
3575
3575
|
"__schema": "KeywordTypeSchema",
|
3576
3576
|
"location": {
|
3577
3577
|
"filePath": "install.main.runtime.ts",
|
3578
|
-
"line":
|
3578
|
+
"line": 875,
|
3579
3579
|
"character": 41
|
3580
3580
|
},
|
3581
3581
|
"name": "string"
|
@@ -3589,7 +3589,7 @@
|
|
3589
3589
|
"__schema": "InferenceTypeSchema",
|
3590
3590
|
"location": {
|
3591
3591
|
"filePath": "install.main.runtime.ts",
|
3592
|
-
"line":
|
3592
|
+
"line": 875,
|
3593
3593
|
"character": 3
|
3594
3594
|
},
|
3595
3595
|
"type": "Promise<ComponentMap<string>>"
|
@@ -3602,14 +3602,14 @@
|
|
3602
3602
|
"__schema": "FunctionLikeSchema",
|
3603
3603
|
"location": {
|
3604
3604
|
"filePath": "install.main.runtime.ts",
|
3605
|
-
"line":
|
3605
|
+
"line": 885,
|
3606
3606
|
"character": 3
|
3607
3607
|
},
|
3608
3608
|
"doc": {
|
3609
3609
|
"__schema": "DocSchema",
|
3610
3610
|
"location": {
|
3611
3611
|
"filePath": "install.main.runtime.ts",
|
3612
|
-
"line":
|
3612
|
+
"line": 881,
|
3613
3613
|
"character": 3
|
3614
3614
|
},
|
3615
3615
|
"raw": "/**\n * This function returns all the locations of the external links that should be created inside node_modules.\n * This information may then be passed to the package manager, which will create the links on its own.\n */",
|
@@ -3623,7 +3623,7 @@
|
|
3623
3623
|
"__schema": "ParameterSchema",
|
3624
3624
|
"location": {
|
3625
3625
|
"filePath": "install.main.runtime.ts",
|
3626
|
-
"line":
|
3626
|
+
"line": 886,
|
3627
3627
|
"character": 5
|
3628
3628
|
},
|
3629
3629
|
"name": "options",
|
@@ -3631,7 +3631,7 @@
|
|
3631
3631
|
"__schema": "TypeRefSchema",
|
3632
3632
|
"location": {
|
3633
3633
|
"filePath": "install.main.runtime.ts",
|
3634
|
-
"line":
|
3634
|
+
"line": 886,
|
3635
3635
|
"character": 14
|
3636
3636
|
},
|
3637
3637
|
"name": "WorkspaceLinkOptions",
|
@@ -3646,7 +3646,7 @@
|
|
3646
3646
|
"__schema": "TypeRefSchema",
|
3647
3647
|
"location": {
|
3648
3648
|
"filePath": "install.main.runtime.ts",
|
3649
|
-
"line":
|
3649
|
+
"line": 887,
|
3650
3650
|
"character": 6
|
3651
3651
|
},
|
3652
3652
|
"name": "Promise",
|
@@ -3655,7 +3655,7 @@
|
|
3655
3655
|
"__schema": "TypeLiteralSchema",
|
3656
3656
|
"location": {
|
3657
3657
|
"filePath": "install.main.runtime.ts",
|
3658
|
-
"line":
|
3658
|
+
"line": 887,
|
3659
3659
|
"character": 14
|
3660
3660
|
},
|
3661
3661
|
"members": [
|
@@ -3663,7 +3663,7 @@
|
|
3663
3663
|
"__schema": "VariableLikeSchema",
|
3664
3664
|
"location": {
|
3665
3665
|
"filePath": "install.main.runtime.ts",
|
3666
|
-
"line":
|
3666
|
+
"line": 887,
|
3667
3667
|
"character": 16
|
3668
3668
|
},
|
3669
3669
|
"signature": "(property) linkResults: WorkspaceLinkResults",
|
@@ -3672,7 +3672,7 @@
|
|
3672
3672
|
"__schema": "TypeRefSchema",
|
3673
3673
|
"location": {
|
3674
3674
|
"filePath": "install.main.runtime.ts",
|
3675
|
-
"line":
|
3675
|
+
"line": 887,
|
3676
3676
|
"character": 16
|
3677
3677
|
},
|
3678
3678
|
"name": "WorkspaceLinkResults",
|
@@ -3684,7 +3684,7 @@
|
|
3684
3684
|
"__schema": "VariableLikeSchema",
|
3685
3685
|
"location": {
|
3686
3686
|
"filePath": "install.main.runtime.ts",
|
3687
|
-
"line":
|
3687
|
+
"line": 887,
|
3688
3688
|
"character": 51
|
3689
3689
|
},
|
3690
3690
|
"signature": "(property) linkedRootDeps: Record<string, string>",
|
@@ -3693,7 +3693,7 @@
|
|
3693
3693
|
"__schema": "TypeRefSchema",
|
3694
3694
|
"location": {
|
3695
3695
|
"filePath": "install.main.runtime.ts",
|
3696
|
-
"line":
|
3696
|
+
"line": 887,
|
3697
3697
|
"character": 67
|
3698
3698
|
},
|
3699
3699
|
"name": "Record",
|
@@ -3702,7 +3702,7 @@
|
|
3702
3702
|
"__schema": "KeywordTypeSchema",
|
3703
3703
|
"location": {
|
3704
3704
|
"filePath": "install.main.runtime.ts",
|
3705
|
-
"line":
|
3705
|
+
"line": 887,
|
3706
3706
|
"character": 74
|
3707
3707
|
},
|
3708
3708
|
"name": "string"
|
@@ -3711,7 +3711,7 @@
|
|
3711
3711
|
"__schema": "KeywordTypeSchema",
|
3712
3712
|
"location": {
|
3713
3713
|
"filePath": "install.main.runtime.ts",
|
3714
|
-
"line":
|
3714
|
+
"line": 887,
|
3715
3715
|
"character": 82
|
3716
3716
|
},
|
3717
3717
|
"name": "string"
|
@@ -3732,7 +3732,7 @@
|
|
3732
3732
|
"__schema": "FunctionLikeSchema",
|
3733
3733
|
"location": {
|
3734
3734
|
"filePath": "install.main.runtime.ts",
|
3735
|
-
"line":
|
3735
|
+
"line": 911,
|
3736
3736
|
"character": 3
|
3737
3737
|
},
|
3738
3738
|
"signature": "(method) InstallMain.linkCodemods(compDirMap: ComponentMap<string>, options?: {\n rewire?: boolean;\n}): Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>",
|
@@ -3742,7 +3742,7 @@
|
|
3742
3742
|
"__schema": "ParameterSchema",
|
3743
3743
|
"location": {
|
3744
3744
|
"filePath": "install.main.runtime.ts",
|
3745
|
-
"line":
|
3745
|
+
"line": 911,
|
3746
3746
|
"character": 22
|
3747
3747
|
},
|
3748
3748
|
"name": "compDirMap",
|
@@ -3750,7 +3750,7 @@
|
|
3750
3750
|
"__schema": "TypeRefSchema",
|
3751
3751
|
"location": {
|
3752
3752
|
"filePath": "install.main.runtime.ts",
|
3753
|
-
"line":
|
3753
|
+
"line": 911,
|
3754
3754
|
"character": 34
|
3755
3755
|
},
|
3756
3756
|
"name": "ComponentMap",
|
@@ -3763,7 +3763,7 @@
|
|
3763
3763
|
"__schema": "KeywordTypeSchema",
|
3764
3764
|
"location": {
|
3765
3765
|
"filePath": "install.main.runtime.ts",
|
3766
|
-
"line":
|
3766
|
+
"line": 911,
|
3767
3767
|
"character": 47
|
3768
3768
|
},
|
3769
3769
|
"name": "string"
|
@@ -3777,7 +3777,7 @@
|
|
3777
3777
|
"__schema": "ParameterSchema",
|
3778
3778
|
"location": {
|
3779
3779
|
"filePath": "install.main.runtime.ts",
|
3780
|
-
"line":
|
3780
|
+
"line": 911,
|
3781
3781
|
"character": 56
|
3782
3782
|
},
|
3783
3783
|
"name": "options",
|
@@ -3785,7 +3785,7 @@
|
|
3785
3785
|
"__schema": "TypeLiteralSchema",
|
3786
3786
|
"location": {
|
3787
3787
|
"filePath": "install.main.runtime.ts",
|
3788
|
-
"line":
|
3788
|
+
"line": 911,
|
3789
3789
|
"character": 66
|
3790
3790
|
},
|
3791
3791
|
"members": [
|
@@ -3793,7 +3793,7 @@
|
|
3793
3793
|
"__schema": "VariableLikeSchema",
|
3794
3794
|
"location": {
|
3795
3795
|
"filePath": "install.main.runtime.ts",
|
3796
|
-
"line":
|
3796
|
+
"line": 911,
|
3797
3797
|
"character": 68
|
3798
3798
|
},
|
3799
3799
|
"signature": "(property) rewire?: boolean | undefined",
|
@@ -3802,7 +3802,7 @@
|
|
3802
3802
|
"__schema": "KeywordTypeSchema",
|
3803
3803
|
"location": {
|
3804
3804
|
"filePath": "install.main.runtime.ts",
|
3805
|
-
"line":
|
3805
|
+
"line": 911,
|
3806
3806
|
"character": 77
|
3807
3807
|
},
|
3808
3808
|
"name": "boolean"
|
@@ -3819,7 +3819,7 @@
|
|
3819
3819
|
"__schema": "InferenceTypeSchema",
|
3820
3820
|
"location": {
|
3821
3821
|
"filePath": "install.main.runtime.ts",
|
3822
|
-
"line":
|
3822
|
+
"line": 911,
|
3823
3823
|
"character": 3
|
3824
3824
|
},
|
3825
3825
|
"type": "Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>"
|
@@ -3832,7 +3832,7 @@
|
|
3832
3832
|
"__schema": "FunctionLikeSchema",
|
3833
3833
|
"location": {
|
3834
3834
|
"filePath": "install.main.runtime.ts",
|
3835
|
-
"line":
|
3835
|
+
"line": 916,
|
3836
3836
|
"character": 3
|
3837
3837
|
},
|
3838
3838
|
"signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
|
@@ -3842,7 +3842,7 @@
|
|
3842
3842
|
"__schema": "ParameterSchema",
|
3843
3843
|
"location": {
|
3844
3844
|
"filePath": "install.main.runtime.ts",
|
3845
|
-
"line":
|
3845
|
+
"line": 916,
|
3846
3846
|
"character": 14
|
3847
3847
|
},
|
3848
3848
|
"name": "options",
|
@@ -3850,7 +3850,7 @@
|
|
3850
3850
|
"__schema": "TypeRefSchema",
|
3851
3851
|
"location": {
|
3852
3852
|
"filePath": "install.main.runtime.ts",
|
3853
|
-
"line":
|
3853
|
+
"line": 916,
|
3854
3854
|
"character": 23
|
3855
3855
|
},
|
3856
3856
|
"name": "WorkspaceLinkOptions",
|
@@ -3865,7 +3865,7 @@
|
|
3865
3865
|
"__schema": "TypeRefSchema",
|
3866
3866
|
"location": {
|
3867
3867
|
"filePath": "install.main.runtime.ts",
|
3868
|
-
"line":
|
3868
|
+
"line": 916,
|
3869
3869
|
"character": 51
|
3870
3870
|
},
|
3871
3871
|
"name": "Promise",
|
@@ -3874,7 +3874,7 @@
|
|
3874
3874
|
"__schema": "TypeRefSchema",
|
3875
3875
|
"location": {
|
3876
3876
|
"filePath": "install.main.runtime.ts",
|
3877
|
-
"line":
|
3877
|
+
"line": 916,
|
3878
3878
|
"character": 59
|
3879
3879
|
},
|
3880
3880
|
"name": "WorkspaceLinkResults",
|
@@ -3890,7 +3890,7 @@
|
|
3890
3890
|
"__schema": "VariableLikeSchema",
|
3891
3891
|
"location": {
|
3892
3892
|
"filePath": "install.main.runtime.ts",
|
3893
|
-
"line":
|
3893
|
+
"line": 1018,
|
3894
3894
|
"character": 3
|
3895
3895
|
},
|
3896
3896
|
"signature": "(property) InstallMain.slots: (((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]",
|
@@ -3899,7 +3899,7 @@
|
|
3899
3899
|
"__schema": "InferenceTypeSchema",
|
3900
3900
|
"location": {
|
3901
3901
|
"filePath": "install.main.runtime.ts",
|
3902
|
-
"line":
|
3902
|
+
"line": 1018,
|
3903
3903
|
"character": 3
|
3904
3904
|
},
|
3905
3905
|
"type": "(((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]"
|
@@ -3911,7 +3911,7 @@
|
|
3911
3911
|
"__schema": "VariableLikeSchema",
|
3912
3912
|
"location": {
|
3913
3913
|
"filePath": "install.main.runtime.ts",
|
3914
|
-
"line":
|
3914
|
+
"line": 1019,
|
3915
3915
|
"character": 3
|
3916
3916
|
},
|
3917
3917
|
"signature": "(property) InstallMain.dependencies: Aspect[]",
|
@@ -3920,7 +3920,7 @@
|
|
3920
3920
|
"__schema": "InferenceTypeSchema",
|
3921
3921
|
"location": {
|
3922
3922
|
"filePath": "install.main.runtime.ts",
|
3923
|
-
"line":
|
3923
|
+
"line": 1019,
|
3924
3924
|
"character": 3
|
3925
3925
|
},
|
3926
3926
|
"type": "Aspect[]"
|
@@ -3932,7 +3932,7 @@
|
|
3932
3932
|
"__schema": "VariableLikeSchema",
|
3933
3933
|
"location": {
|
3934
3934
|
"filePath": "install.main.runtime.ts",
|
3935
|
-
"line":
|
3935
|
+
"line": 1034,
|
3936
3936
|
"character": 3
|
3937
3937
|
},
|
3938
3938
|
"signature": "(property) InstallMain.runtime: RuntimeDefinition",
|
@@ -3941,7 +3941,7 @@
|
|
3941
3941
|
"__schema": "InferenceTypeSchema",
|
3942
3942
|
"location": {
|
3943
3943
|
"filePath": "install.main.runtime.ts",
|
3944
|
-
"line":
|
3944
|
+
"line": 1034,
|
3945
3945
|
"character": 3
|
3946
3946
|
},
|
3947
3947
|
"type": "RuntimeDefinition"
|
@@ -3953,7 +3953,7 @@
|
|
3953
3953
|
"__schema": "FunctionLikeSchema",
|
3954
3954
|
"location": {
|
3955
3955
|
"filePath": "install.main.runtime.ts",
|
3956
|
-
"line":
|
3956
|
+
"line": 1036,
|
3957
3957
|
"character": 3
|
3958
3958
|
},
|
3959
3959
|
"signature": "(method) InstallMain.provider([dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles,]: [\n DependencyResolverMain,\n Workspace,\n LoggerMain,\n VariantsMain,\n CLIMain,\n CompilerMain,\n IssuesMain,\n EnvsMain,\n ApplicationMain,\n IpcEventsMain,\n GeneratorMain,\n WorkspaceConfigFilesMain\n], _: any, [preLinkSlot, preInstallSlot, postInstallSlot]: [PreLinkSlot, PreInstallSlot, PostInstallSlot]): Promise<InstallMain>",
|
@@ -3963,7 +3963,7 @@
|
|
3963
3963
|
"__schema": "ParameterSchema",
|
3964
3964
|
"location": {
|
3965
3965
|
"filePath": "install.main.runtime.ts",
|
3966
|
-
"line":
|
3966
|
+
"line": 1037,
|
3967
3967
|
"character": 5
|
3968
3968
|
},
|
3969
3969
|
"name": "[ dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles ]",
|
@@ -3971,7 +3971,7 @@
|
|
3971
3971
|
"__schema": "TupleTypeSchema",
|
3972
3972
|
"location": {
|
3973
3973
|
"filePath": "install.main.runtime.ts",
|
3974
|
-
"line":
|
3974
|
+
"line": 1050,
|
3975
3975
|
"character": 8
|
3976
3976
|
},
|
3977
3977
|
"elements": [
|
@@ -3979,7 +3979,7 @@
|
|
3979
3979
|
"__schema": "TypeRefSchema",
|
3980
3980
|
"location": {
|
3981
3981
|
"filePath": "install.main.runtime.ts",
|
3982
|
-
"line":
|
3982
|
+
"line": 1051,
|
3983
3983
|
"character": 7
|
3984
3984
|
},
|
3985
3985
|
"name": "DependencyResolverMain",
|
@@ -3992,7 +3992,7 @@
|
|
3992
3992
|
"__schema": "TypeRefSchema",
|
3993
3993
|
"location": {
|
3994
3994
|
"filePath": "install.main.runtime.ts",
|
3995
|
-
"line":
|
3995
|
+
"line": 1052,
|
3996
3996
|
"character": 7
|
3997
3997
|
},
|
3998
3998
|
"name": "Workspace",
|
@@ -4005,7 +4005,7 @@
|
|
4005
4005
|
"__schema": "TypeRefSchema",
|
4006
4006
|
"location": {
|
4007
4007
|
"filePath": "install.main.runtime.ts",
|
4008
|
-
"line":
|
4008
|
+
"line": 1053,
|
4009
4009
|
"character": 7
|
4010
4010
|
},
|
4011
4011
|
"name": "LoggerMain",
|
@@ -4018,7 +4018,7 @@
|
|
4018
4018
|
"__schema": "TypeRefSchema",
|
4019
4019
|
"location": {
|
4020
4020
|
"filePath": "install.main.runtime.ts",
|
4021
|
-
"line":
|
4021
|
+
"line": 1054,
|
4022
4022
|
"character": 7
|
4023
4023
|
},
|
4024
4024
|
"name": "VariantsMain",
|
@@ -4031,7 +4031,7 @@
|
|
4031
4031
|
"__schema": "TypeRefSchema",
|
4032
4032
|
"location": {
|
4033
4033
|
"filePath": "install.main.runtime.ts",
|
4034
|
-
"line":
|
4034
|
+
"line": 1055,
|
4035
4035
|
"character": 7
|
4036
4036
|
},
|
4037
4037
|
"name": "CLIMain",
|
@@ -4044,7 +4044,7 @@
|
|
4044
4044
|
"__schema": "TypeRefSchema",
|
4045
4045
|
"location": {
|
4046
4046
|
"filePath": "install.main.runtime.ts",
|
4047
|
-
"line":
|
4047
|
+
"line": 1056,
|
4048
4048
|
"character": 7
|
4049
4049
|
},
|
4050
4050
|
"name": "CompilerMain",
|
@@ -4057,7 +4057,7 @@
|
|
4057
4057
|
"__schema": "TypeRefSchema",
|
4058
4058
|
"location": {
|
4059
4059
|
"filePath": "install.main.runtime.ts",
|
4060
|
-
"line":
|
4060
|
+
"line": 1057,
|
4061
4061
|
"character": 7
|
4062
4062
|
},
|
4063
4063
|
"name": "IssuesMain",
|
@@ -4070,7 +4070,7 @@
|
|
4070
4070
|
"__schema": "TypeRefSchema",
|
4071
4071
|
"location": {
|
4072
4072
|
"filePath": "install.main.runtime.ts",
|
4073
|
-
"line":
|
4073
|
+
"line": 1058,
|
4074
4074
|
"character": 7
|
4075
4075
|
},
|
4076
4076
|
"name": "EnvsMain",
|
@@ -4083,7 +4083,7 @@
|
|
4083
4083
|
"__schema": "TypeRefSchema",
|
4084
4084
|
"location": {
|
4085
4085
|
"filePath": "install.main.runtime.ts",
|
4086
|
-
"line":
|
4086
|
+
"line": 1059,
|
4087
4087
|
"character": 7
|
4088
4088
|
},
|
4089
4089
|
"name": "ApplicationMain",
|
@@ -4096,7 +4096,7 @@
|
|
4096
4096
|
"__schema": "TypeRefSchema",
|
4097
4097
|
"location": {
|
4098
4098
|
"filePath": "install.main.runtime.ts",
|
4099
|
-
"line":
|
4099
|
+
"line": 1060,
|
4100
4100
|
"character": 7
|
4101
4101
|
},
|
4102
4102
|
"name": "IpcEventsMain",
|
@@ -4109,7 +4109,7 @@
|
|
4109
4109
|
"__schema": "TypeRefSchema",
|
4110
4110
|
"location": {
|
4111
4111
|
"filePath": "install.main.runtime.ts",
|
4112
|
-
"line":
|
4112
|
+
"line": 1061,
|
4113
4113
|
"character": 7
|
4114
4114
|
},
|
4115
4115
|
"name": "GeneratorMain",
|
@@ -4122,7 +4122,7 @@
|
|
4122
4122
|
"__schema": "TypeRefSchema",
|
4123
4123
|
"location": {
|
4124
4124
|
"filePath": "install.main.runtime.ts",
|
4125
|
-
"line":
|
4125
|
+
"line": 1062,
|
4126
4126
|
"character": 7
|
4127
4127
|
},
|
4128
4128
|
"name": "WorkspaceConfigFilesMain",
|
@@ -4140,7 +4140,7 @@
|
|
4140
4140
|
"__schema": "ParameterSchema",
|
4141
4141
|
"location": {
|
4142
4142
|
"filePath": "install.main.runtime.ts",
|
4143
|
-
"line":
|
4143
|
+
"line": 1064,
|
4144
4144
|
"character": 5
|
4145
4145
|
},
|
4146
4146
|
"name": "_",
|
@@ -4148,7 +4148,7 @@
|
|
4148
4148
|
"__schema": "InferenceTypeSchema",
|
4149
4149
|
"location": {
|
4150
4150
|
"filePath": "install.main.runtime.ts",
|
4151
|
-
"line":
|
4151
|
+
"line": 1064,
|
4152
4152
|
"character": 5
|
4153
4153
|
},
|
4154
4154
|
"type": "any"
|
@@ -4160,7 +4160,7 @@
|
|
4160
4160
|
"__schema": "ParameterSchema",
|
4161
4161
|
"location": {
|
4162
4162
|
"filePath": "install.main.runtime.ts",
|
4163
|
-
"line":
|
4163
|
+
"line": 1065,
|
4164
4164
|
"character": 5
|
4165
4165
|
},
|
4166
4166
|
"name": "[ preLinkSlot, preInstallSlot, postInstallSlot ]",
|
@@ -4168,7 +4168,7 @@
|
|
4168
4168
|
"__schema": "TupleTypeSchema",
|
4169
4169
|
"location": {
|
4170
4170
|
"filePath": "install.main.runtime.ts",
|
4171
|
-
"line":
|
4171
|
+
"line": 1065,
|
4172
4172
|
"character": 53
|
4173
4173
|
},
|
4174
4174
|
"elements": [
|
@@ -4176,7 +4176,7 @@
|
|
4176
4176
|
"__schema": "TypeRefSchema",
|
4177
4177
|
"location": {
|
4178
4178
|
"filePath": "install.main.runtime.ts",
|
4179
|
-
"line":
|
4179
|
+
"line": 1065,
|
4180
4180
|
"character": 54
|
4181
4181
|
},
|
4182
4182
|
"name": "PreLinkSlot",
|
@@ -4186,7 +4186,7 @@
|
|
4186
4186
|
"__schema": "TypeRefSchema",
|
4187
4187
|
"location": {
|
4188
4188
|
"filePath": "install.main.runtime.ts",
|
4189
|
-
"line":
|
4189
|
+
"line": 1065,
|
4190
4190
|
"character": 67
|
4191
4191
|
},
|
4192
4192
|
"name": "PreInstallSlot",
|
@@ -4196,7 +4196,7 @@
|
|
4196
4196
|
"__schema": "TypeRefSchema",
|
4197
4197
|
"location": {
|
4198
4198
|
"filePath": "install.main.runtime.ts",
|
4199
|
-
"line":
|
4199
|
+
"line": 1065,
|
4200
4200
|
"character": 83
|
4201
4201
|
},
|
4202
4202
|
"name": "PostInstallSlot",
|
@@ -4212,7 +4212,7 @@
|
|
4212
4212
|
"__schema": "InferenceTypeSchema",
|
4213
4213
|
"location": {
|
4214
4214
|
"filePath": "install.main.runtime.ts",
|
4215
|
-
"line":
|
4215
|
+
"line": 1036,
|
4216
4216
|
"character": 3
|
4217
4217
|
},
|
4218
4218
|
"type": "Promise<InstallMain>"
|
@@ -4230,7 +4230,7 @@
|
|
4230
4230
|
"__schema": "UnImplementedSchema",
|
4231
4231
|
"location": {
|
4232
4232
|
"filePath": "install.main.runtime.ts",
|
4233
|
-
"line":
|
4233
|
+
"line": 1134,
|
4234
4234
|
"character": 16
|
4235
4235
|
},
|
4236
4236
|
"name": "InstallMain",
|
@@ -4634,7 +4634,7 @@
|
|
4634
4634
|
"__schema": "TypeSchema",
|
4635
4635
|
"location": {
|
4636
4636
|
"filePath": "install.main.runtime.ts",
|
4637
|
-
"line":
|
4637
|
+
"line": 1110,
|
4638
4638
|
"character": 1
|
4639
4639
|
},
|
4640
4640
|
"signature": "type ComponentsAndManifests = {\n componentDirectoryMap: ComponentMap<string>;\n manifests: Record<string, ProjectManifest>;\n}",
|
@@ -4643,7 +4643,7 @@
|
|
4643
4643
|
"__schema": "TypeLiteralSchema",
|
4644
4644
|
"location": {
|
4645
4645
|
"filePath": "install.main.runtime.ts",
|
4646
|
-
"line":
|
4646
|
+
"line": 1110,
|
4647
4647
|
"character": 31
|
4648
4648
|
},
|
4649
4649
|
"members": [
|
@@ -4651,7 +4651,7 @@
|
|
4651
4651
|
"__schema": "VariableLikeSchema",
|
4652
4652
|
"location": {
|
4653
4653
|
"filePath": "install.main.runtime.ts",
|
4654
|
-
"line":
|
4654
|
+
"line": 1111,
|
4655
4655
|
"character": 3
|
4656
4656
|
},
|
4657
4657
|
"signature": "(property) componentDirectoryMap: ComponentMap<string>",
|
@@ -4660,7 +4660,7 @@
|
|
4660
4660
|
"__schema": "TypeRefSchema",
|
4661
4661
|
"location": {
|
4662
4662
|
"filePath": "install.main.runtime.ts",
|
4663
|
-
"line":
|
4663
|
+
"line": 1111,
|
4664
4664
|
"character": 26
|
4665
4665
|
},
|
4666
4666
|
"name": "ComponentMap",
|
@@ -4673,7 +4673,7 @@
|
|
4673
4673
|
"__schema": "KeywordTypeSchema",
|
4674
4674
|
"location": {
|
4675
4675
|
"filePath": "install.main.runtime.ts",
|
4676
|
-
"line":
|
4676
|
+
"line": 1111,
|
4677
4677
|
"character": 39
|
4678
4678
|
},
|
4679
4679
|
"name": "string"
|
@@ -4686,7 +4686,7 @@
|
|
4686
4686
|
"__schema": "VariableLikeSchema",
|
4687
4687
|
"location": {
|
4688
4688
|
"filePath": "install.main.runtime.ts",
|
4689
|
-
"line":
|
4689
|
+
"line": 1112,
|
4690
4690
|
"character": 3
|
4691
4691
|
},
|
4692
4692
|
"signature": "(property) manifests: Record<string, ProjectManifest>",
|
@@ -4695,7 +4695,7 @@
|
|
4695
4695
|
"__schema": "TypeRefSchema",
|
4696
4696
|
"location": {
|
4697
4697
|
"filePath": "install.main.runtime.ts",
|
4698
|
-
"line":
|
4698
|
+
"line": 1112,
|
4699
4699
|
"character": 14
|
4700
4700
|
},
|
4701
4701
|
"name": "Record",
|
@@ -4704,7 +4704,7 @@
|
|
4704
4704
|
"__schema": "KeywordTypeSchema",
|
4705
4705
|
"location": {
|
4706
4706
|
"filePath": "install.main.runtime.ts",
|
4707
|
-
"line":
|
4707
|
+
"line": 1112,
|
4708
4708
|
"character": 21
|
4709
4709
|
},
|
4710
4710
|
"name": "string"
|
@@ -4713,7 +4713,7 @@
|
|
4713
4713
|
"__schema": "TypeRefSchema",
|
4714
4714
|
"location": {
|
4715
4715
|
"filePath": "install.main.runtime.ts",
|
4716
|
-
"line":
|
4716
|
+
"line": 1112,
|
4717
4717
|
"character": 29
|
4718
4718
|
},
|
4719
4719
|
"name": "ProjectManifest",
|
@@ -4730,7 +4730,7 @@
|
|
4730
4730
|
"__schema": "FunctionLikeSchema",
|
4731
4731
|
"location": {
|
4732
4732
|
"filePath": "install.main.runtime.ts",
|
4733
|
-
"line":
|
4733
|
+
"line": 1115,
|
4734
4734
|
"character": 1
|
4735
4735
|
},
|
4736
4736
|
"signature": "function hasComponentsFromWorkspaceInMissingDeps({ componentDirectoryMap, manifests, }: ComponentsAndManifests): boolean",
|
@@ -4740,7 +4740,7 @@
|
|
4740
4740
|
"__schema": "ParameterSchema",
|
4741
4741
|
"location": {
|
4742
4742
|
"filePath": "install.main.runtime.ts",
|
4743
|
-
"line":
|
4743
|
+
"line": 1115,
|
4744
4744
|
"character": 50
|
4745
4745
|
},
|
4746
4746
|
"name": "{ componentDirectoryMap, manifests }",
|
@@ -4748,7 +4748,7 @@
|
|
4748
4748
|
"__schema": "TypeRefSchema",
|
4749
4749
|
"location": {
|
4750
4750
|
"filePath": "install.main.runtime.ts",
|
4751
|
-
"line":
|
4751
|
+
"line": 1118,
|
4752
4752
|
"character": 4
|
4753
4753
|
},
|
4754
4754
|
"name": "ComponentsAndManifests",
|
@@ -4760,7 +4760,7 @@
|
|
4760
4760
|
"__schema": "InferenceTypeSchema",
|
4761
4761
|
"location": {
|
4762
4762
|
"filePath": "install.main.runtime.ts",
|
4763
|
-
"line":
|
4763
|
+
"line": 1116,
|
4764
4764
|
"character": 3
|
4765
4765
|
},
|
4766
4766
|
"name": "componentDirectoryMap",
|
@@ -4771,7 +4771,7 @@
|
|
4771
4771
|
"__schema": "InferenceTypeSchema",
|
4772
4772
|
"location": {
|
4773
4773
|
"filePath": "install.main.runtime.ts",
|
4774
|
-
"line":
|
4774
|
+
"line": 1117,
|
4775
4775
|
"character": 3
|
4776
4776
|
},
|
4777
4777
|
"name": "manifests",
|
@@ -4786,7 +4786,7 @@
|
|
4786
4786
|
"__schema": "KeywordTypeSchema",
|
4787
4787
|
"location": {
|
4788
4788
|
"filePath": "install.main.runtime.ts",
|
4789
|
-
"line":
|
4789
|
+
"line": 1118,
|
4790
4790
|
"character": 29
|
4791
4791
|
},
|
4792
4792
|
"name": "boolean"
|
@@ -4797,7 +4797,7 @@
|
|
4797
4797
|
"__schema": "UnImplementedSchema",
|
4798
4798
|
"location": {
|
4799
4799
|
"filePath": "install.main.runtime.ts",
|
4800
|
-
"line":
|
4800
|
+
"line": 1132,
|
4801
4801
|
"character": 1
|
4802
4802
|
},
|
4803
4803
|
"name": "InstallAspect.addRuntime(InstallMain);",
|
@@ -4807,7 +4807,7 @@
|
|
4807
4807
|
"__schema": "FunctionLikeSchema",
|
4808
4808
|
"location": {
|
4809
4809
|
"filePath": "install.main.runtime.ts",
|
4810
|
-
"line":
|
4810
|
+
"line": 1136,
|
4811
4811
|
"character": 1
|
4812
4812
|
},
|
4813
4813
|
"signature": "function manifestsHash(manifests: Record<string, ProjectManifest>): string",
|
@@ -4817,7 +4817,7 @@
|
|
4817
4817
|
"__schema": "ParameterSchema",
|
4818
4818
|
"location": {
|
4819
4819
|
"filePath": "install.main.runtime.ts",
|
4820
|
-
"line":
|
4820
|
+
"line": 1136,
|
4821
4821
|
"character": 24
|
4822
4822
|
},
|
4823
4823
|
"name": "manifests",
|
@@ -4825,7 +4825,7 @@
|
|
4825
4825
|
"__schema": "TypeRefSchema",
|
4826
4826
|
"location": {
|
4827
4827
|
"filePath": "install.main.runtime.ts",
|
4828
|
-
"line":
|
4828
|
+
"line": 1136,
|
4829
4829
|
"character": 35
|
4830
4830
|
},
|
4831
4831
|
"name": "Record",
|
@@ -4834,7 +4834,7 @@
|
|
4834
4834
|
"__schema": "KeywordTypeSchema",
|
4835
4835
|
"location": {
|
4836
4836
|
"filePath": "install.main.runtime.ts",
|
4837
|
-
"line":
|
4837
|
+
"line": 1136,
|
4838
4838
|
"character": 42
|
4839
4839
|
},
|
4840
4840
|
"name": "string"
|
@@ -4843,7 +4843,7 @@
|
|
4843
4843
|
"__schema": "TypeRefSchema",
|
4844
4844
|
"location": {
|
4845
4845
|
"filePath": "install.main.runtime.ts",
|
4846
|
-
"line":
|
4846
|
+
"line": 1136,
|
4847
4847
|
"character": 50
|
4848
4848
|
},
|
4849
4849
|
"name": "ProjectManifest",
|
@@ -4859,7 +4859,7 @@
|
|
4859
4859
|
"__schema": "KeywordTypeSchema",
|
4860
4860
|
"location": {
|
4861
4861
|
"filePath": "install.main.runtime.ts",
|
4862
|
-
"line":
|
4862
|
+
"line": 1136,
|
4863
4863
|
"character": 69
|
4864
4864
|
},
|
4865
4865
|
"name": "string"
|
@@ -4909,7 +4909,7 @@
|
|
4909
4909
|
"componentId": {
|
4910
4910
|
"scope": "teambit.workspace",
|
4911
4911
|
"name": "install",
|
4912
|
-
"version": "1.0.
|
4912
|
+
"version": "1.0.329"
|
4913
4913
|
},
|
4914
4914
|
"taggedModuleExports": []
|
4915
4915
|
}
|