@teambit/install 1.0.384 → 1.0.385

Sign up to get free protection for your applications and to get access to all the features.
@@ -743,14 +743,14 @@
743
743
  "__schema": "FunctionLikeSchema",
744
744
  "location": {
745
745
  "filePath": "install.main.runtime.ts",
746
- "line": 689,
746
+ "line": 697,
747
747
  "character": 3
748
748
  },
749
749
  "doc": {
750
750
  "__schema": "DocSchema",
751
751
  "location": {
752
752
  "filePath": "install.main.runtime.ts",
753
- "line": 682,
753
+ "line": 690,
754
754
  "character": 3
755
755
  },
756
756
  "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 */",
@@ -760,7 +760,7 @@
760
760
  "__schema": "ReturnTagSchema",
761
761
  "location": {
762
762
  "filePath": "install.main.runtime.ts",
763
- "line": 684,
763
+ "line": 692,
764
764
  "character": 6
765
765
  },
766
766
  "tagName": "return",
@@ -775,7 +775,7 @@
775
775
  "__schema": "InferenceTypeSchema",
776
776
  "location": {
777
777
  "filePath": "install.main.runtime.ts",
778
- "line": 689,
778
+ "line": 697,
779
779
  "character": 3
780
780
  },
781
781
  "type": "string[]"
@@ -788,14 +788,14 @@
788
788
  "__schema": "FunctionLikeSchema",
789
789
  "location": {
790
790
  "filePath": "install.main.runtime.ts",
791
- "line": 839,
791
+ "line": 847,
792
792
  "character": 3
793
793
  },
794
794
  "doc": {
795
795
  "__schema": "DocSchema",
796
796
  "location": {
797
797
  "filePath": "install.main.runtime.ts",
798
- "line": 834,
798
+ "line": 842,
799
799
  "character": 3
800
800
  },
801
801
  "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 */",
@@ -805,7 +805,7 @@
805
805
  "__schema": "PropertyLikeTagSchema",
806
806
  "location": {
807
807
  "filePath": "install.main.runtime.ts",
808
- "line": 837,
808
+ "line": 845,
809
809
  "character": 6
810
810
  },
811
811
  "name": "options.all",
@@ -815,7 +815,7 @@
815
815
  "__schema": "TypeRefSchema",
816
816
  "location": {
817
817
  "filePath": "install.main.runtime.ts",
818
- "line": 837,
818
+ "line": 845,
819
819
  "character": 26
820
820
  },
821
821
  "name": "Boolean"
@@ -830,7 +830,7 @@
830
830
  "__schema": "ParameterSchema",
831
831
  "location": {
832
832
  "filePath": "install.main.runtime.ts",
833
- "line": 839,
833
+ "line": 847,
834
834
  "character": 28
835
835
  },
836
836
  "name": "options",
@@ -838,7 +838,7 @@
838
838
  "__schema": "TypeLiteralSchema",
839
839
  "location": {
840
840
  "filePath": "install.main.runtime.ts",
841
- "line": 839,
841
+ "line": 847,
842
842
  "character": 37
843
843
  },
844
844
  "members": [
@@ -846,7 +846,7 @@
846
846
  "__schema": "VariableLikeSchema",
847
847
  "location": {
848
848
  "filePath": "install.main.runtime.ts",
849
- "line": 840,
849
+ "line": 848,
850
850
  "character": 5
851
851
  },
852
852
  "signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
@@ -855,7 +855,7 @@
855
855
  "__schema": "TypeUnionSchema",
856
856
  "location": {
857
857
  "filePath": "install.main.runtime.ts",
858
- "line": 840,
858
+ "line": 848,
859
859
  "character": 24
860
860
  },
861
861
  "types": [
@@ -863,7 +863,7 @@
863
863
  "__schema": "LiteralTypeSchema",
864
864
  "location": {
865
865
  "filePath": "install.main.runtime.ts",
866
- "line": 840,
866
+ "line": 848,
867
867
  "character": 24
868
868
  },
869
869
  "name": "'major'"
@@ -872,7 +872,7 @@
872
872
  "__schema": "LiteralTypeSchema",
873
873
  "location": {
874
874
  "filePath": "install.main.runtime.ts",
875
- "line": 840,
875
+ "line": 848,
876
876
  "character": 34
877
877
  },
878
878
  "name": "'minor'"
@@ -881,7 +881,7 @@
881
881
  "__schema": "LiteralTypeSchema",
882
882
  "location": {
883
883
  "filePath": "install.main.runtime.ts",
884
- "line": 840,
884
+ "line": 848,
885
885
  "character": 44
886
886
  },
887
887
  "name": "'patch'"
@@ -890,7 +890,7 @@
890
890
  "__schema": "LiteralTypeSchema",
891
891
  "location": {
892
892
  "filePath": "install.main.runtime.ts",
893
- "line": 840,
893
+ "line": 848,
894
894
  "character": 54
895
895
  },
896
896
  "name": "'compatible'"
@@ -903,7 +903,7 @@
903
903
  "__schema": "VariableLikeSchema",
904
904
  "location": {
905
905
  "filePath": "install.main.runtime.ts",
906
- "line": 841,
906
+ "line": 849,
907
907
  "character": 5
908
908
  },
909
909
  "signature": "(property) patterns?: string[] | undefined",
@@ -912,14 +912,14 @@
912
912
  "__schema": "TypeArraySchema",
913
913
  "location": {
914
914
  "filePath": "install.main.runtime.ts",
915
- "line": 841,
915
+ "line": 849,
916
916
  "character": 16
917
917
  },
918
918
  "type": {
919
919
  "__schema": "KeywordTypeSchema",
920
920
  "location": {
921
921
  "filePath": "install.main.runtime.ts",
922
- "line": 841,
922
+ "line": 849,
923
923
  "character": 16
924
924
  },
925
925
  "name": "string"
@@ -931,7 +931,7 @@
931
931
  "__schema": "VariableLikeSchema",
932
932
  "location": {
933
933
  "filePath": "install.main.runtime.ts",
934
- "line": 842,
934
+ "line": 850,
935
935
  "character": 5
936
936
  },
937
937
  "signature": "(property) all: boolean",
@@ -940,7 +940,7 @@
940
940
  "__schema": "KeywordTypeSchema",
941
941
  "location": {
942
942
  "filePath": "install.main.runtime.ts",
943
- "line": 842,
943
+ "line": 850,
944
944
  "character": 10
945
945
  },
946
946
  "name": "boolean"
@@ -957,7 +957,7 @@
957
957
  "__schema": "TypeRefSchema",
958
958
  "location": {
959
959
  "filePath": "install.main.runtime.ts",
960
- "line": 843,
960
+ "line": 851,
961
961
  "character": 7
962
962
  },
963
963
  "name": "Promise",
@@ -966,7 +966,7 @@
966
966
  "__schema": "TypeUnionSchema",
967
967
  "location": {
968
968
  "filePath": "install.main.runtime.ts",
969
- "line": 843,
969
+ "line": 851,
970
970
  "character": 15
971
971
  },
972
972
  "types": [
@@ -974,7 +974,7 @@
974
974
  "__schema": "TypeRefSchema",
975
975
  "location": {
976
976
  "filePath": "install.main.runtime.ts",
977
- "line": 843,
977
+ "line": 851,
978
978
  "character": 15
979
979
  },
980
980
  "name": "ComponentMap",
@@ -983,7 +983,7 @@
983
983
  "__schema": "KeywordTypeSchema",
984
984
  "location": {
985
985
  "filePath": "install.main.runtime.ts",
986
- "line": 843,
986
+ "line": 851,
987
987
  "character": 28
988
988
  },
989
989
  "name": "string"
@@ -994,7 +994,7 @@
994
994
  "__schema": "LiteralTypeSchema",
995
995
  "location": {
996
996
  "filePath": "install.main.runtime.ts",
997
- "line": 843,
997
+ "line": 851,
998
998
  "character": 38
999
999
  },
1000
1000
  "name": "null"
@@ -1011,7 +1011,7 @@
1011
1011
  "__schema": "FunctionLikeSchema",
1012
1012
  "location": {
1013
1013
  "filePath": "install.main.runtime.ts",
1014
- "line": 886,
1014
+ "line": 894,
1015
1015
  "character": 3
1016
1016
  },
1017
1017
  "signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
@@ -1021,7 +1021,7 @@
1021
1021
  "__schema": "ParameterSchema",
1022
1022
  "location": {
1023
1023
  "filePath": "install.main.runtime.ts",
1024
- "line": 886,
1024
+ "line": 894,
1025
1025
  "character": 46
1026
1026
  },
1027
1027
  "name": "components",
@@ -1029,14 +1029,14 @@
1029
1029
  "__schema": "TypeArraySchema",
1030
1030
  "location": {
1031
1031
  "filePath": "install.main.runtime.ts",
1032
- "line": 886,
1032
+ "line": 894,
1033
1033
  "character": 58
1034
1034
  },
1035
1035
  "type": {
1036
1036
  "__schema": "TypeRefSchema",
1037
1037
  "location": {
1038
1038
  "filePath": "install.main.runtime.ts",
1039
- "line": 886,
1039
+ "line": 894,
1040
1040
  "character": 58
1041
1041
  },
1042
1042
  "name": "Component"
@@ -1050,7 +1050,7 @@
1050
1050
  "__schema": "InferenceTypeSchema",
1051
1051
  "location": {
1052
1052
  "filePath": "install.main.runtime.ts",
1053
- "line": 886,
1053
+ "line": 894,
1054
1054
  "character": 3
1055
1055
  },
1056
1056
  "type": "Promise<void>"
@@ -1063,14 +1063,14 @@
1063
1063
  "__schema": "FunctionLikeSchema",
1064
1064
  "location": {
1065
1065
  "filePath": "install.main.runtime.ts",
1066
- "line": 955,
1066
+ "line": 963,
1067
1067
  "character": 3
1068
1068
  },
1069
1069
  "doc": {
1070
1070
  "__schema": "DocSchema",
1071
1071
  "location": {
1072
1072
  "filePath": "install.main.runtime.ts",
1073
- "line": 950,
1073
+ "line": 958,
1074
1074
  "character": 3
1075
1075
  },
1076
1076
  "raw": "/**\n * Uninstall the specified packages from dependencies.\n *\n * @param {string[]} the list of packages that should be removed from dependencies.\n */",
@@ -1080,7 +1080,7 @@
1080
1080
  "__schema": "PropertyLikeTagSchema",
1081
1081
  "location": {
1082
1082
  "filePath": "install.main.runtime.ts",
1083
- "line": 953,
1083
+ "line": 961,
1084
1084
  "character": 6
1085
1085
  },
1086
1086
  "name": "the",
@@ -1090,14 +1090,14 @@
1090
1090
  "__schema": "TypeArraySchema",
1091
1091
  "location": {
1092
1092
  "filePath": "install.main.runtime.ts",
1093
- "line": 953,
1093
+ "line": 961,
1094
1094
  "character": 14
1095
1095
  },
1096
1096
  "type": {
1097
1097
  "__schema": "KeywordTypeSchema",
1098
1098
  "location": {
1099
1099
  "filePath": "install.main.runtime.ts",
1100
- "line": 953,
1100
+ "line": 961,
1101
1101
  "character": 14
1102
1102
  },
1103
1103
  "name": "string"
@@ -1113,7 +1113,7 @@
1113
1113
  "__schema": "ParameterSchema",
1114
1114
  "location": {
1115
1115
  "filePath": "install.main.runtime.ts",
1116
- "line": 955,
1116
+ "line": 963,
1117
1117
  "character": 31
1118
1118
  },
1119
1119
  "name": "packages",
@@ -1121,14 +1121,14 @@
1121
1121
  "__schema": "TypeArraySchema",
1122
1122
  "location": {
1123
1123
  "filePath": "install.main.runtime.ts",
1124
- "line": 955,
1124
+ "line": 963,
1125
1125
  "character": 41
1126
1126
  },
1127
1127
  "type": {
1128
1128
  "__schema": "KeywordTypeSchema",
1129
1129
  "location": {
1130
1130
  "filePath": "install.main.runtime.ts",
1131
- "line": 955,
1131
+ "line": 963,
1132
1132
  "character": 41
1133
1133
  },
1134
1134
  "name": "string"
@@ -1142,7 +1142,7 @@
1142
1142
  "__schema": "InferenceTypeSchema",
1143
1143
  "location": {
1144
1144
  "filePath": "install.main.runtime.ts",
1145
- "line": 955,
1145
+ "line": 963,
1146
1146
  "character": 3
1147
1147
  },
1148
1148
  "type": "Promise<ComponentMap<string>>"
@@ -1155,14 +1155,14 @@
1155
1155
  "__schema": "FunctionLikeSchema",
1156
1156
  "location": {
1157
1157
  "filePath": "install.main.runtime.ts",
1158
- "line": 965,
1158
+ "line": 973,
1159
1159
  "character": 3
1160
1160
  },
1161
1161
  "doc": {
1162
1162
  "__schema": "DocSchema",
1163
1163
  "location": {
1164
1164
  "filePath": "install.main.runtime.ts",
1165
- "line": 961,
1165
+ "line": 969,
1166
1166
  "character": 3
1167
1167
  },
1168
1168
  "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 */",
@@ -1176,7 +1176,7 @@
1176
1176
  "__schema": "ParameterSchema",
1177
1177
  "location": {
1178
1178
  "filePath": "install.main.runtime.ts",
1179
- "line": 966,
1179
+ "line": 974,
1180
1180
  "character": 5
1181
1181
  },
1182
1182
  "name": "options",
@@ -1184,7 +1184,7 @@
1184
1184
  "__schema": "TypeRefSchema",
1185
1185
  "location": {
1186
1186
  "filePath": "install.main.runtime.ts",
1187
- "line": 966,
1187
+ "line": 974,
1188
1188
  "character": 14
1189
1189
  },
1190
1190
  "name": "WorkspaceLinkOptions"
@@ -1198,7 +1198,7 @@
1198
1198
  "__schema": "TypeRefSchema",
1199
1199
  "location": {
1200
1200
  "filePath": "install.main.runtime.ts",
1201
- "line": 967,
1201
+ "line": 975,
1202
1202
  "character": 6
1203
1203
  },
1204
1204
  "name": "Promise",
@@ -1207,7 +1207,7 @@
1207
1207
  "__schema": "TypeLiteralSchema",
1208
1208
  "location": {
1209
1209
  "filePath": "install.main.runtime.ts",
1210
- "line": 967,
1210
+ "line": 975,
1211
1211
  "character": 14
1212
1212
  },
1213
1213
  "members": [
@@ -1215,7 +1215,7 @@
1215
1215
  "__schema": "VariableLikeSchema",
1216
1216
  "location": {
1217
1217
  "filePath": "install.main.runtime.ts",
1218
- "line": 967,
1218
+ "line": 975,
1219
1219
  "character": 16
1220
1220
  },
1221
1221
  "signature": "(property) linkResults: WorkspaceLinkResults",
@@ -1224,7 +1224,7 @@
1224
1224
  "__schema": "TypeRefSchema",
1225
1225
  "location": {
1226
1226
  "filePath": "install.main.runtime.ts",
1227
- "line": 967,
1227
+ "line": 975,
1228
1228
  "character": 16
1229
1229
  },
1230
1230
  "name": "WorkspaceLinkResults",
@@ -1236,7 +1236,7 @@
1236
1236
  "__schema": "VariableLikeSchema",
1237
1237
  "location": {
1238
1238
  "filePath": "install.main.runtime.ts",
1239
- "line": 967,
1239
+ "line": 975,
1240
1240
  "character": 51
1241
1241
  },
1242
1242
  "signature": "(property) linkedRootDeps: Record<string, string>",
@@ -1245,7 +1245,7 @@
1245
1245
  "__schema": "TypeRefSchema",
1246
1246
  "location": {
1247
1247
  "filePath": "install.main.runtime.ts",
1248
- "line": 967,
1248
+ "line": 975,
1249
1249
  "character": 67
1250
1250
  },
1251
1251
  "name": "Record",
@@ -1254,7 +1254,7 @@
1254
1254
  "__schema": "KeywordTypeSchema",
1255
1255
  "location": {
1256
1256
  "filePath": "install.main.runtime.ts",
1257
- "line": 967,
1257
+ "line": 975,
1258
1258
  "character": 74
1259
1259
  },
1260
1260
  "name": "string"
@@ -1263,7 +1263,7 @@
1263
1263
  "__schema": "KeywordTypeSchema",
1264
1264
  "location": {
1265
1265
  "filePath": "install.main.runtime.ts",
1266
- "line": 967,
1266
+ "line": 975,
1267
1267
  "character": 82
1268
1268
  },
1269
1269
  "name": "string"
@@ -1284,7 +1284,7 @@
1284
1284
  "__schema": "FunctionLikeSchema",
1285
1285
  "location": {
1286
1286
  "filePath": "install.main.runtime.ts",
1287
- "line": 991,
1287
+ "line": 999,
1288
1288
  "character": 3
1289
1289
  },
1290
1290
  "signature": "(method) InstallMain.linkCodemods(compDirMap: ComponentMap<string>, options?: {\n rewire?: boolean;\n}): Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>",
@@ -1294,7 +1294,7 @@
1294
1294
  "__schema": "ParameterSchema",
1295
1295
  "location": {
1296
1296
  "filePath": "install.main.runtime.ts",
1297
- "line": 991,
1297
+ "line": 999,
1298
1298
  "character": 22
1299
1299
  },
1300
1300
  "name": "compDirMap",
@@ -1302,7 +1302,7 @@
1302
1302
  "__schema": "TypeRefSchema",
1303
1303
  "location": {
1304
1304
  "filePath": "install.main.runtime.ts",
1305
- "line": 991,
1305
+ "line": 999,
1306
1306
  "character": 34
1307
1307
  },
1308
1308
  "name": "ComponentMap",
@@ -1311,7 +1311,7 @@
1311
1311
  "__schema": "KeywordTypeSchema",
1312
1312
  "location": {
1313
1313
  "filePath": "install.main.runtime.ts",
1314
- "line": 991,
1314
+ "line": 999,
1315
1315
  "character": 47
1316
1316
  },
1317
1317
  "name": "string"
@@ -1325,7 +1325,7 @@
1325
1325
  "__schema": "ParameterSchema",
1326
1326
  "location": {
1327
1327
  "filePath": "install.main.runtime.ts",
1328
- "line": 991,
1328
+ "line": 999,
1329
1329
  "character": 56
1330
1330
  },
1331
1331
  "name": "options",
@@ -1333,7 +1333,7 @@
1333
1333
  "__schema": "TypeLiteralSchema",
1334
1334
  "location": {
1335
1335
  "filePath": "install.main.runtime.ts",
1336
- "line": 991,
1336
+ "line": 999,
1337
1337
  "character": 66
1338
1338
  },
1339
1339
  "members": [
@@ -1341,7 +1341,7 @@
1341
1341
  "__schema": "VariableLikeSchema",
1342
1342
  "location": {
1343
1343
  "filePath": "install.main.runtime.ts",
1344
- "line": 991,
1344
+ "line": 999,
1345
1345
  "character": 68
1346
1346
  },
1347
1347
  "signature": "(property) rewire?: boolean | undefined",
@@ -1350,7 +1350,7 @@
1350
1350
  "__schema": "KeywordTypeSchema",
1351
1351
  "location": {
1352
1352
  "filePath": "install.main.runtime.ts",
1353
- "line": 991,
1353
+ "line": 999,
1354
1354
  "character": 77
1355
1355
  },
1356
1356
  "name": "boolean"
@@ -1367,7 +1367,7 @@
1367
1367
  "__schema": "InferenceTypeSchema",
1368
1368
  "location": {
1369
1369
  "filePath": "install.main.runtime.ts",
1370
- "line": 991,
1370
+ "line": 999,
1371
1371
  "character": 3
1372
1372
  },
1373
1373
  "type": "Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>"
@@ -1380,7 +1380,7 @@
1380
1380
  "__schema": "FunctionLikeSchema",
1381
1381
  "location": {
1382
1382
  "filePath": "install.main.runtime.ts",
1383
- "line": 996,
1383
+ "line": 1004,
1384
1384
  "character": 3
1385
1385
  },
1386
1386
  "signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
@@ -1390,7 +1390,7 @@
1390
1390
  "__schema": "ParameterSchema",
1391
1391
  "location": {
1392
1392
  "filePath": "install.main.runtime.ts",
1393
- "line": 996,
1393
+ "line": 1004,
1394
1394
  "character": 14
1395
1395
  },
1396
1396
  "name": "options",
@@ -1398,7 +1398,7 @@
1398
1398
  "__schema": "TypeRefSchema",
1399
1399
  "location": {
1400
1400
  "filePath": "install.main.runtime.ts",
1401
- "line": 996,
1401
+ "line": 1004,
1402
1402
  "character": 23
1403
1403
  },
1404
1404
  "name": "WorkspaceLinkOptions"
@@ -1412,7 +1412,7 @@
1412
1412
  "__schema": "TypeRefSchema",
1413
1413
  "location": {
1414
1414
  "filePath": "install.main.runtime.ts",
1415
- "line": 996,
1415
+ "line": 1004,
1416
1416
  "character": 51
1417
1417
  },
1418
1418
  "name": "Promise",
@@ -1421,7 +1421,7 @@
1421
1421
  "__schema": "TypeRefSchema",
1422
1422
  "location": {
1423
1423
  "filePath": "install.main.runtime.ts",
1424
- "line": 996,
1424
+ "line": 1004,
1425
1425
  "character": 59
1426
1426
  },
1427
1427
  "name": "WorkspaceLinkResults"
@@ -1436,7 +1436,7 @@
1436
1436
  "__schema": "VariableLikeSchema",
1437
1437
  "location": {
1438
1438
  "filePath": "install.main.runtime.ts",
1439
- "line": 1101,
1439
+ "line": 1109,
1440
1440
  "character": 3
1441
1441
  },
1442
1442
  "signature": "(property) InstallMain.slots: (((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]",
@@ -1445,7 +1445,7 @@
1445
1445
  "__schema": "InferenceTypeSchema",
1446
1446
  "location": {
1447
1447
  "filePath": "install.main.runtime.ts",
1448
- "line": 1101,
1448
+ "line": 1109,
1449
1449
  "character": 3
1450
1450
  },
1451
1451
  "type": "(((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]"
@@ -1457,7 +1457,7 @@
1457
1457
  "__schema": "VariableLikeSchema",
1458
1458
  "location": {
1459
1459
  "filePath": "install.main.runtime.ts",
1460
- "line": 1102,
1460
+ "line": 1110,
1461
1461
  "character": 3
1462
1462
  },
1463
1463
  "signature": "(property) InstallMain.dependencies: Aspect[]",
@@ -1466,7 +1466,7 @@
1466
1466
  "__schema": "InferenceTypeSchema",
1467
1467
  "location": {
1468
1468
  "filePath": "install.main.runtime.ts",
1469
- "line": 1102,
1469
+ "line": 1110,
1470
1470
  "character": 3
1471
1471
  },
1472
1472
  "type": "Aspect[]"
@@ -1478,7 +1478,7 @@
1478
1478
  "__schema": "VariableLikeSchema",
1479
1479
  "location": {
1480
1480
  "filePath": "install.main.runtime.ts",
1481
- "line": 1118,
1481
+ "line": 1126,
1482
1482
  "character": 3
1483
1483
  },
1484
1484
  "signature": "(property) InstallMain.runtime: RuntimeDefinition",
@@ -1487,7 +1487,7 @@
1487
1487
  "__schema": "InferenceTypeSchema",
1488
1488
  "location": {
1489
1489
  "filePath": "install.main.runtime.ts",
1490
- "line": 1118,
1490
+ "line": 1126,
1491
1491
  "character": 3
1492
1492
  },
1493
1493
  "type": "RuntimeDefinition"
@@ -1499,7 +1499,7 @@
1499
1499
  "__schema": "FunctionLikeSchema",
1500
1500
  "location": {
1501
1501
  "filePath": "install.main.runtime.ts",
1502
- "line": 1120,
1502
+ "line": 1128,
1503
1503
  "character": 3
1504
1504
  },
1505
1505
  "signature": "(method) InstallMain.provider([dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles, aspectLoader,]: [\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 AspectLoaderMain\n], _: any, [preLinkSlot, preInstallSlot, postInstallSlot]: [PreLinkSlot, PreInstallSlot, PostInstallSlot], harmony: Harmony): Promise<InstallMain>",
@@ -1509,7 +1509,7 @@
1509
1509
  "__schema": "ParameterSchema",
1510
1510
  "location": {
1511
1511
  "filePath": "install.main.runtime.ts",
1512
- "line": 1121,
1512
+ "line": 1129,
1513
1513
  "character": 5
1514
1514
  },
1515
1515
  "name": "[ dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles, aspectLoader ]",
@@ -1517,7 +1517,7 @@
1517
1517
  "__schema": "TupleTypeSchema",
1518
1518
  "location": {
1519
1519
  "filePath": "install.main.runtime.ts",
1520
- "line": 1135,
1520
+ "line": 1143,
1521
1521
  "character": 8
1522
1522
  },
1523
1523
  "elements": [
@@ -1525,7 +1525,7 @@
1525
1525
  "__schema": "TypeRefSchema",
1526
1526
  "location": {
1527
1527
  "filePath": "install.main.runtime.ts",
1528
- "line": 1136,
1528
+ "line": 1144,
1529
1529
  "character": 7
1530
1530
  },
1531
1531
  "name": "DependencyResolverMain"
@@ -1534,7 +1534,7 @@
1534
1534
  "__schema": "TypeRefSchema",
1535
1535
  "location": {
1536
1536
  "filePath": "install.main.runtime.ts",
1537
- "line": 1137,
1537
+ "line": 1145,
1538
1538
  "character": 7
1539
1539
  },
1540
1540
  "name": "Workspace"
@@ -1543,7 +1543,7 @@
1543
1543
  "__schema": "TypeRefSchema",
1544
1544
  "location": {
1545
1545
  "filePath": "install.main.runtime.ts",
1546
- "line": 1138,
1546
+ "line": 1146,
1547
1547
  "character": 7
1548
1548
  },
1549
1549
  "name": "LoggerMain"
@@ -1552,7 +1552,7 @@
1552
1552
  "__schema": "TypeRefSchema",
1553
1553
  "location": {
1554
1554
  "filePath": "install.main.runtime.ts",
1555
- "line": 1139,
1555
+ "line": 1147,
1556
1556
  "character": 7
1557
1557
  },
1558
1558
  "name": "VariantsMain"
@@ -1561,7 +1561,7 @@
1561
1561
  "__schema": "TypeRefSchema",
1562
1562
  "location": {
1563
1563
  "filePath": "install.main.runtime.ts",
1564
- "line": 1140,
1564
+ "line": 1148,
1565
1565
  "character": 7
1566
1566
  },
1567
1567
  "name": "CLIMain"
@@ -1570,7 +1570,7 @@
1570
1570
  "__schema": "TypeRefSchema",
1571
1571
  "location": {
1572
1572
  "filePath": "install.main.runtime.ts",
1573
- "line": 1141,
1573
+ "line": 1149,
1574
1574
  "character": 7
1575
1575
  },
1576
1576
  "name": "CompilerMain"
@@ -1579,7 +1579,7 @@
1579
1579
  "__schema": "TypeRefSchema",
1580
1580
  "location": {
1581
1581
  "filePath": "install.main.runtime.ts",
1582
- "line": 1142,
1582
+ "line": 1150,
1583
1583
  "character": 7
1584
1584
  },
1585
1585
  "name": "IssuesMain"
@@ -1588,7 +1588,7 @@
1588
1588
  "__schema": "TypeRefSchema",
1589
1589
  "location": {
1590
1590
  "filePath": "install.main.runtime.ts",
1591
- "line": 1143,
1591
+ "line": 1151,
1592
1592
  "character": 7
1593
1593
  },
1594
1594
  "name": "EnvsMain"
@@ -1597,7 +1597,7 @@
1597
1597
  "__schema": "TypeRefSchema",
1598
1598
  "location": {
1599
1599
  "filePath": "install.main.runtime.ts",
1600
- "line": 1144,
1600
+ "line": 1152,
1601
1601
  "character": 7
1602
1602
  },
1603
1603
  "name": "ApplicationMain"
@@ -1606,7 +1606,7 @@
1606
1606
  "__schema": "TypeRefSchema",
1607
1607
  "location": {
1608
1608
  "filePath": "install.main.runtime.ts",
1609
- "line": 1145,
1609
+ "line": 1153,
1610
1610
  "character": 7
1611
1611
  },
1612
1612
  "name": "IpcEventsMain"
@@ -1615,7 +1615,7 @@
1615
1615
  "__schema": "TypeRefSchema",
1616
1616
  "location": {
1617
1617
  "filePath": "install.main.runtime.ts",
1618
- "line": 1146,
1618
+ "line": 1154,
1619
1619
  "character": 7
1620
1620
  },
1621
1621
  "name": "GeneratorMain"
@@ -1624,7 +1624,7 @@
1624
1624
  "__schema": "TypeRefSchema",
1625
1625
  "location": {
1626
1626
  "filePath": "install.main.runtime.ts",
1627
- "line": 1147,
1627
+ "line": 1155,
1628
1628
  "character": 7
1629
1629
  },
1630
1630
  "name": "WorkspaceConfigFilesMain"
@@ -1633,7 +1633,7 @@
1633
1633
  "__schema": "TypeRefSchema",
1634
1634
  "location": {
1635
1635
  "filePath": "install.main.runtime.ts",
1636
- "line": 1148,
1636
+ "line": 1156,
1637
1637
  "character": 7
1638
1638
  },
1639
1639
  "name": "AspectLoaderMain"
@@ -1647,7 +1647,7 @@
1647
1647
  "__schema": "ParameterSchema",
1648
1648
  "location": {
1649
1649
  "filePath": "install.main.runtime.ts",
1650
- "line": 1150,
1650
+ "line": 1158,
1651
1651
  "character": 5
1652
1652
  },
1653
1653
  "name": "_",
@@ -1655,7 +1655,7 @@
1655
1655
  "__schema": "InferenceTypeSchema",
1656
1656
  "location": {
1657
1657
  "filePath": "install.main.runtime.ts",
1658
- "line": 1150,
1658
+ "line": 1158,
1659
1659
  "character": 5
1660
1660
  },
1661
1661
  "type": "any"
@@ -1667,7 +1667,7 @@
1667
1667
  "__schema": "ParameterSchema",
1668
1668
  "location": {
1669
1669
  "filePath": "install.main.runtime.ts",
1670
- "line": 1151,
1670
+ "line": 1159,
1671
1671
  "character": 5
1672
1672
  },
1673
1673
  "name": "[ preLinkSlot, preInstallSlot, postInstallSlot ]",
@@ -1675,7 +1675,7 @@
1675
1675
  "__schema": "TupleTypeSchema",
1676
1676
  "location": {
1677
1677
  "filePath": "install.main.runtime.ts",
1678
- "line": 1151,
1678
+ "line": 1159,
1679
1679
  "character": 53
1680
1680
  },
1681
1681
  "elements": [
@@ -1683,7 +1683,7 @@
1683
1683
  "__schema": "TypeRefSchema",
1684
1684
  "location": {
1685
1685
  "filePath": "install.main.runtime.ts",
1686
- "line": 1151,
1686
+ "line": 1159,
1687
1687
  "character": 54
1688
1688
  },
1689
1689
  "name": "PreLinkSlot"
@@ -1692,7 +1692,7 @@
1692
1692
  "__schema": "TypeRefSchema",
1693
1693
  "location": {
1694
1694
  "filePath": "install.main.runtime.ts",
1695
- "line": 1151,
1695
+ "line": 1159,
1696
1696
  "character": 67
1697
1697
  },
1698
1698
  "name": "PreInstallSlot"
@@ -1701,7 +1701,7 @@
1701
1701
  "__schema": "TypeRefSchema",
1702
1702
  "location": {
1703
1703
  "filePath": "install.main.runtime.ts",
1704
- "line": 1151,
1704
+ "line": 1159,
1705
1705
  "character": 83
1706
1706
  },
1707
1707
  "name": "PostInstallSlot"
@@ -1715,7 +1715,7 @@
1715
1715
  "__schema": "ParameterSchema",
1716
1716
  "location": {
1717
1717
  "filePath": "install.main.runtime.ts",
1718
- "line": 1152,
1718
+ "line": 1160,
1719
1719
  "character": 5
1720
1720
  },
1721
1721
  "name": "harmony",
@@ -1723,7 +1723,7 @@
1723
1723
  "__schema": "TypeRefSchema",
1724
1724
  "location": {
1725
1725
  "filePath": "install.main.runtime.ts",
1726
- "line": 1152,
1726
+ "line": 1160,
1727
1727
  "character": 14
1728
1728
  },
1729
1729
  "name": "Harmony"
@@ -1736,7 +1736,7 @@
1736
1736
  "__schema": "InferenceTypeSchema",
1737
1737
  "location": {
1738
1738
  "filePath": "install.main.runtime.ts",
1739
- "line": 1120,
1739
+ "line": 1128,
1740
1740
  "character": 3
1741
1741
  },
1742
1742
  "type": "Promise<InstallMain>"
@@ -3088,14 +3088,14 @@
3088
3088
  "__schema": "FunctionLikeSchema",
3089
3089
  "location": {
3090
3090
  "filePath": "install.main.runtime.ts",
3091
- "line": 689,
3091
+ "line": 697,
3092
3092
  "character": 3
3093
3093
  },
3094
3094
  "doc": {
3095
3095
  "__schema": "DocSchema",
3096
3096
  "location": {
3097
3097
  "filePath": "install.main.runtime.ts",
3098
- "line": 682,
3098
+ "line": 690,
3099
3099
  "character": 3
3100
3100
  },
3101
3101
  "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 */",
@@ -3105,7 +3105,7 @@
3105
3105
  "__schema": "ReturnTagSchema",
3106
3106
  "location": {
3107
3107
  "filePath": "install.main.runtime.ts",
3108
- "line": 684,
3108
+ "line": 692,
3109
3109
  "character": 6
3110
3110
  },
3111
3111
  "tagName": "return",
@@ -3120,7 +3120,7 @@
3120
3120
  "__schema": "InferenceTypeSchema",
3121
3121
  "location": {
3122
3122
  "filePath": "install.main.runtime.ts",
3123
- "line": 689,
3123
+ "line": 697,
3124
3124
  "character": 3
3125
3125
  },
3126
3126
  "type": "string[]"
@@ -3133,14 +3133,14 @@
3133
3133
  "__schema": "FunctionLikeSchema",
3134
3134
  "location": {
3135
3135
  "filePath": "install.main.runtime.ts",
3136
- "line": 839,
3136
+ "line": 847,
3137
3137
  "character": 3
3138
3138
  },
3139
3139
  "doc": {
3140
3140
  "__schema": "DocSchema",
3141
3141
  "location": {
3142
3142
  "filePath": "install.main.runtime.ts",
3143
- "line": 834,
3143
+ "line": 842,
3144
3144
  "character": 3
3145
3145
  },
3146
3146
  "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 */",
@@ -3150,7 +3150,7 @@
3150
3150
  "__schema": "PropertyLikeTagSchema",
3151
3151
  "location": {
3152
3152
  "filePath": "install.main.runtime.ts",
3153
- "line": 837,
3153
+ "line": 845,
3154
3154
  "character": 6
3155
3155
  },
3156
3156
  "name": "options.all",
@@ -3160,7 +3160,7 @@
3160
3160
  "__schema": "TypeRefSchema",
3161
3161
  "location": {
3162
3162
  "filePath": "install.main.runtime.ts",
3163
- "line": 837,
3163
+ "line": 845,
3164
3164
  "character": 26
3165
3165
  },
3166
3166
  "name": "Boolean"
@@ -3175,7 +3175,7 @@
3175
3175
  "__schema": "ParameterSchema",
3176
3176
  "location": {
3177
3177
  "filePath": "install.main.runtime.ts",
3178
- "line": 839,
3178
+ "line": 847,
3179
3179
  "character": 28
3180
3180
  },
3181
3181
  "name": "options",
@@ -3183,7 +3183,7 @@
3183
3183
  "__schema": "TypeLiteralSchema",
3184
3184
  "location": {
3185
3185
  "filePath": "install.main.runtime.ts",
3186
- "line": 839,
3186
+ "line": 847,
3187
3187
  "character": 37
3188
3188
  },
3189
3189
  "members": [
@@ -3191,7 +3191,7 @@
3191
3191
  "__schema": "VariableLikeSchema",
3192
3192
  "location": {
3193
3193
  "filePath": "install.main.runtime.ts",
3194
- "line": 840,
3194
+ "line": 848,
3195
3195
  "character": 5
3196
3196
  },
3197
3197
  "signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
@@ -3200,7 +3200,7 @@
3200
3200
  "__schema": "TypeUnionSchema",
3201
3201
  "location": {
3202
3202
  "filePath": "install.main.runtime.ts",
3203
- "line": 840,
3203
+ "line": 848,
3204
3204
  "character": 24
3205
3205
  },
3206
3206
  "types": [
@@ -3208,7 +3208,7 @@
3208
3208
  "__schema": "LiteralTypeSchema",
3209
3209
  "location": {
3210
3210
  "filePath": "install.main.runtime.ts",
3211
- "line": 840,
3211
+ "line": 848,
3212
3212
  "character": 24
3213
3213
  },
3214
3214
  "name": "'major'"
@@ -3217,7 +3217,7 @@
3217
3217
  "__schema": "LiteralTypeSchema",
3218
3218
  "location": {
3219
3219
  "filePath": "install.main.runtime.ts",
3220
- "line": 840,
3220
+ "line": 848,
3221
3221
  "character": 34
3222
3222
  },
3223
3223
  "name": "'minor'"
@@ -3226,7 +3226,7 @@
3226
3226
  "__schema": "LiteralTypeSchema",
3227
3227
  "location": {
3228
3228
  "filePath": "install.main.runtime.ts",
3229
- "line": 840,
3229
+ "line": 848,
3230
3230
  "character": 44
3231
3231
  },
3232
3232
  "name": "'patch'"
@@ -3235,7 +3235,7 @@
3235
3235
  "__schema": "LiteralTypeSchema",
3236
3236
  "location": {
3237
3237
  "filePath": "install.main.runtime.ts",
3238
- "line": 840,
3238
+ "line": 848,
3239
3239
  "character": 54
3240
3240
  },
3241
3241
  "name": "'compatible'"
@@ -3248,7 +3248,7 @@
3248
3248
  "__schema": "VariableLikeSchema",
3249
3249
  "location": {
3250
3250
  "filePath": "install.main.runtime.ts",
3251
- "line": 841,
3251
+ "line": 849,
3252
3252
  "character": 5
3253
3253
  },
3254
3254
  "signature": "(property) patterns?: string[] | undefined",
@@ -3257,14 +3257,14 @@
3257
3257
  "__schema": "TypeArraySchema",
3258
3258
  "location": {
3259
3259
  "filePath": "install.main.runtime.ts",
3260
- "line": 841,
3260
+ "line": 849,
3261
3261
  "character": 16
3262
3262
  },
3263
3263
  "type": {
3264
3264
  "__schema": "KeywordTypeSchema",
3265
3265
  "location": {
3266
3266
  "filePath": "install.main.runtime.ts",
3267
- "line": 841,
3267
+ "line": 849,
3268
3268
  "character": 16
3269
3269
  },
3270
3270
  "name": "string"
@@ -3276,7 +3276,7 @@
3276
3276
  "__schema": "VariableLikeSchema",
3277
3277
  "location": {
3278
3278
  "filePath": "install.main.runtime.ts",
3279
- "line": 842,
3279
+ "line": 850,
3280
3280
  "character": 5
3281
3281
  },
3282
3282
  "signature": "(property) all: boolean",
@@ -3285,7 +3285,7 @@
3285
3285
  "__schema": "KeywordTypeSchema",
3286
3286
  "location": {
3287
3287
  "filePath": "install.main.runtime.ts",
3288
- "line": 842,
3288
+ "line": 850,
3289
3289
  "character": 10
3290
3290
  },
3291
3291
  "name": "boolean"
@@ -3302,7 +3302,7 @@
3302
3302
  "__schema": "TypeRefSchema",
3303
3303
  "location": {
3304
3304
  "filePath": "install.main.runtime.ts",
3305
- "line": 843,
3305
+ "line": 851,
3306
3306
  "character": 7
3307
3307
  },
3308
3308
  "name": "Promise",
@@ -3311,7 +3311,7 @@
3311
3311
  "__schema": "TypeUnionSchema",
3312
3312
  "location": {
3313
3313
  "filePath": "install.main.runtime.ts",
3314
- "line": 843,
3314
+ "line": 851,
3315
3315
  "character": 15
3316
3316
  },
3317
3317
  "types": [
@@ -3319,7 +3319,7 @@
3319
3319
  "__schema": "TypeRefSchema",
3320
3320
  "location": {
3321
3321
  "filePath": "install.main.runtime.ts",
3322
- "line": 843,
3322
+ "line": 851,
3323
3323
  "character": 15
3324
3324
  },
3325
3325
  "name": "ComponentMap",
@@ -3328,7 +3328,7 @@
3328
3328
  "__schema": "KeywordTypeSchema",
3329
3329
  "location": {
3330
3330
  "filePath": "install.main.runtime.ts",
3331
- "line": 843,
3331
+ "line": 851,
3332
3332
  "character": 28
3333
3333
  },
3334
3334
  "name": "string"
@@ -3339,7 +3339,7 @@
3339
3339
  "__schema": "LiteralTypeSchema",
3340
3340
  "location": {
3341
3341
  "filePath": "install.main.runtime.ts",
3342
- "line": 843,
3342
+ "line": 851,
3343
3343
  "character": 38
3344
3344
  },
3345
3345
  "name": "null"
@@ -3356,7 +3356,7 @@
3356
3356
  "__schema": "FunctionLikeSchema",
3357
3357
  "location": {
3358
3358
  "filePath": "install.main.runtime.ts",
3359
- "line": 886,
3359
+ "line": 894,
3360
3360
  "character": 3
3361
3361
  },
3362
3362
  "signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
@@ -3366,7 +3366,7 @@
3366
3366
  "__schema": "ParameterSchema",
3367
3367
  "location": {
3368
3368
  "filePath": "install.main.runtime.ts",
3369
- "line": 886,
3369
+ "line": 894,
3370
3370
  "character": 46
3371
3371
  },
3372
3372
  "name": "components",
@@ -3374,14 +3374,14 @@
3374
3374
  "__schema": "TypeArraySchema",
3375
3375
  "location": {
3376
3376
  "filePath": "install.main.runtime.ts",
3377
- "line": 886,
3377
+ "line": 894,
3378
3378
  "character": 58
3379
3379
  },
3380
3380
  "type": {
3381
3381
  "__schema": "TypeRefSchema",
3382
3382
  "location": {
3383
3383
  "filePath": "install.main.runtime.ts",
3384
- "line": 886,
3384
+ "line": 894,
3385
3385
  "character": 58
3386
3386
  },
3387
3387
  "name": "Component"
@@ -3395,7 +3395,7 @@
3395
3395
  "__schema": "InferenceTypeSchema",
3396
3396
  "location": {
3397
3397
  "filePath": "install.main.runtime.ts",
3398
- "line": 886,
3398
+ "line": 894,
3399
3399
  "character": 3
3400
3400
  },
3401
3401
  "type": "Promise<void>"
@@ -3408,14 +3408,14 @@
3408
3408
  "__schema": "FunctionLikeSchema",
3409
3409
  "location": {
3410
3410
  "filePath": "install.main.runtime.ts",
3411
- "line": 955,
3411
+ "line": 963,
3412
3412
  "character": 3
3413
3413
  },
3414
3414
  "doc": {
3415
3415
  "__schema": "DocSchema",
3416
3416
  "location": {
3417
3417
  "filePath": "install.main.runtime.ts",
3418
- "line": 950,
3418
+ "line": 958,
3419
3419
  "character": 3
3420
3420
  },
3421
3421
  "raw": "/**\n * Uninstall the specified packages from dependencies.\n *\n * @param {string[]} the list of packages that should be removed from dependencies.\n */",
@@ -3425,7 +3425,7 @@
3425
3425
  "__schema": "PropertyLikeTagSchema",
3426
3426
  "location": {
3427
3427
  "filePath": "install.main.runtime.ts",
3428
- "line": 953,
3428
+ "line": 961,
3429
3429
  "character": 6
3430
3430
  },
3431
3431
  "name": "the",
@@ -3435,14 +3435,14 @@
3435
3435
  "__schema": "TypeArraySchema",
3436
3436
  "location": {
3437
3437
  "filePath": "install.main.runtime.ts",
3438
- "line": 953,
3438
+ "line": 961,
3439
3439
  "character": 14
3440
3440
  },
3441
3441
  "type": {
3442
3442
  "__schema": "KeywordTypeSchema",
3443
3443
  "location": {
3444
3444
  "filePath": "install.main.runtime.ts",
3445
- "line": 953,
3445
+ "line": 961,
3446
3446
  "character": 14
3447
3447
  },
3448
3448
  "name": "string"
@@ -3458,7 +3458,7 @@
3458
3458
  "__schema": "ParameterSchema",
3459
3459
  "location": {
3460
3460
  "filePath": "install.main.runtime.ts",
3461
- "line": 955,
3461
+ "line": 963,
3462
3462
  "character": 31
3463
3463
  },
3464
3464
  "name": "packages",
@@ -3466,14 +3466,14 @@
3466
3466
  "__schema": "TypeArraySchema",
3467
3467
  "location": {
3468
3468
  "filePath": "install.main.runtime.ts",
3469
- "line": 955,
3469
+ "line": 963,
3470
3470
  "character": 41
3471
3471
  },
3472
3472
  "type": {
3473
3473
  "__schema": "KeywordTypeSchema",
3474
3474
  "location": {
3475
3475
  "filePath": "install.main.runtime.ts",
3476
- "line": 955,
3476
+ "line": 963,
3477
3477
  "character": 41
3478
3478
  },
3479
3479
  "name": "string"
@@ -3487,7 +3487,7 @@
3487
3487
  "__schema": "InferenceTypeSchema",
3488
3488
  "location": {
3489
3489
  "filePath": "install.main.runtime.ts",
3490
- "line": 955,
3490
+ "line": 963,
3491
3491
  "character": 3
3492
3492
  },
3493
3493
  "type": "Promise<ComponentMap<string>>"
@@ -3500,14 +3500,14 @@
3500
3500
  "__schema": "FunctionLikeSchema",
3501
3501
  "location": {
3502
3502
  "filePath": "install.main.runtime.ts",
3503
- "line": 965,
3503
+ "line": 973,
3504
3504
  "character": 3
3505
3505
  },
3506
3506
  "doc": {
3507
3507
  "__schema": "DocSchema",
3508
3508
  "location": {
3509
3509
  "filePath": "install.main.runtime.ts",
3510
- "line": 961,
3510
+ "line": 969,
3511
3511
  "character": 3
3512
3512
  },
3513
3513
  "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 */",
@@ -3521,7 +3521,7 @@
3521
3521
  "__schema": "ParameterSchema",
3522
3522
  "location": {
3523
3523
  "filePath": "install.main.runtime.ts",
3524
- "line": 966,
3524
+ "line": 974,
3525
3525
  "character": 5
3526
3526
  },
3527
3527
  "name": "options",
@@ -3529,7 +3529,7 @@
3529
3529
  "__schema": "TypeRefSchema",
3530
3530
  "location": {
3531
3531
  "filePath": "install.main.runtime.ts",
3532
- "line": 966,
3532
+ "line": 974,
3533
3533
  "character": 14
3534
3534
  },
3535
3535
  "name": "WorkspaceLinkOptions"
@@ -3543,7 +3543,7 @@
3543
3543
  "__schema": "TypeRefSchema",
3544
3544
  "location": {
3545
3545
  "filePath": "install.main.runtime.ts",
3546
- "line": 967,
3546
+ "line": 975,
3547
3547
  "character": 6
3548
3548
  },
3549
3549
  "name": "Promise",
@@ -3552,7 +3552,7 @@
3552
3552
  "__schema": "TypeLiteralSchema",
3553
3553
  "location": {
3554
3554
  "filePath": "install.main.runtime.ts",
3555
- "line": 967,
3555
+ "line": 975,
3556
3556
  "character": 14
3557
3557
  },
3558
3558
  "members": [
@@ -3560,7 +3560,7 @@
3560
3560
  "__schema": "VariableLikeSchema",
3561
3561
  "location": {
3562
3562
  "filePath": "install.main.runtime.ts",
3563
- "line": 967,
3563
+ "line": 975,
3564
3564
  "character": 16
3565
3565
  },
3566
3566
  "signature": "(property) linkResults: WorkspaceLinkResults",
@@ -3569,7 +3569,7 @@
3569
3569
  "__schema": "TypeRefSchema",
3570
3570
  "location": {
3571
3571
  "filePath": "install.main.runtime.ts",
3572
- "line": 967,
3572
+ "line": 975,
3573
3573
  "character": 16
3574
3574
  },
3575
3575
  "name": "WorkspaceLinkResults",
@@ -3581,7 +3581,7 @@
3581
3581
  "__schema": "VariableLikeSchema",
3582
3582
  "location": {
3583
3583
  "filePath": "install.main.runtime.ts",
3584
- "line": 967,
3584
+ "line": 975,
3585
3585
  "character": 51
3586
3586
  },
3587
3587
  "signature": "(property) linkedRootDeps: Record<string, string>",
@@ -3590,7 +3590,7 @@
3590
3590
  "__schema": "TypeRefSchema",
3591
3591
  "location": {
3592
3592
  "filePath": "install.main.runtime.ts",
3593
- "line": 967,
3593
+ "line": 975,
3594
3594
  "character": 67
3595
3595
  },
3596
3596
  "name": "Record",
@@ -3599,7 +3599,7 @@
3599
3599
  "__schema": "KeywordTypeSchema",
3600
3600
  "location": {
3601
3601
  "filePath": "install.main.runtime.ts",
3602
- "line": 967,
3602
+ "line": 975,
3603
3603
  "character": 74
3604
3604
  },
3605
3605
  "name": "string"
@@ -3608,7 +3608,7 @@
3608
3608
  "__schema": "KeywordTypeSchema",
3609
3609
  "location": {
3610
3610
  "filePath": "install.main.runtime.ts",
3611
- "line": 967,
3611
+ "line": 975,
3612
3612
  "character": 82
3613
3613
  },
3614
3614
  "name": "string"
@@ -3629,7 +3629,7 @@
3629
3629
  "__schema": "FunctionLikeSchema",
3630
3630
  "location": {
3631
3631
  "filePath": "install.main.runtime.ts",
3632
- "line": 991,
3632
+ "line": 999,
3633
3633
  "character": 3
3634
3634
  },
3635
3635
  "signature": "(method) InstallMain.linkCodemods(compDirMap: ComponentMap<string>, options?: {\n rewire?: boolean;\n}): Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>",
@@ -3639,7 +3639,7 @@
3639
3639
  "__schema": "ParameterSchema",
3640
3640
  "location": {
3641
3641
  "filePath": "install.main.runtime.ts",
3642
- "line": 991,
3642
+ "line": 999,
3643
3643
  "character": 22
3644
3644
  },
3645
3645
  "name": "compDirMap",
@@ -3647,7 +3647,7 @@
3647
3647
  "__schema": "TypeRefSchema",
3648
3648
  "location": {
3649
3649
  "filePath": "install.main.runtime.ts",
3650
- "line": 991,
3650
+ "line": 999,
3651
3651
  "character": 34
3652
3652
  },
3653
3653
  "name": "ComponentMap",
@@ -3656,7 +3656,7 @@
3656
3656
  "__schema": "KeywordTypeSchema",
3657
3657
  "location": {
3658
3658
  "filePath": "install.main.runtime.ts",
3659
- "line": 991,
3659
+ "line": 999,
3660
3660
  "character": 47
3661
3661
  },
3662
3662
  "name": "string"
@@ -3670,7 +3670,7 @@
3670
3670
  "__schema": "ParameterSchema",
3671
3671
  "location": {
3672
3672
  "filePath": "install.main.runtime.ts",
3673
- "line": 991,
3673
+ "line": 999,
3674
3674
  "character": 56
3675
3675
  },
3676
3676
  "name": "options",
@@ -3678,7 +3678,7 @@
3678
3678
  "__schema": "TypeLiteralSchema",
3679
3679
  "location": {
3680
3680
  "filePath": "install.main.runtime.ts",
3681
- "line": 991,
3681
+ "line": 999,
3682
3682
  "character": 66
3683
3683
  },
3684
3684
  "members": [
@@ -3686,7 +3686,7 @@
3686
3686
  "__schema": "VariableLikeSchema",
3687
3687
  "location": {
3688
3688
  "filePath": "install.main.runtime.ts",
3689
- "line": 991,
3689
+ "line": 999,
3690
3690
  "character": 68
3691
3691
  },
3692
3692
  "signature": "(property) rewire?: boolean | undefined",
@@ -3695,7 +3695,7 @@
3695
3695
  "__schema": "KeywordTypeSchema",
3696
3696
  "location": {
3697
3697
  "filePath": "install.main.runtime.ts",
3698
- "line": 991,
3698
+ "line": 999,
3699
3699
  "character": 77
3700
3700
  },
3701
3701
  "name": "boolean"
@@ -3712,7 +3712,7 @@
3712
3712
  "__schema": "InferenceTypeSchema",
3713
3713
  "location": {
3714
3714
  "filePath": "install.main.runtime.ts",
3715
- "line": 991,
3715
+ "line": 999,
3716
3716
  "character": 3
3717
3717
  },
3718
3718
  "type": "Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>"
@@ -3725,7 +3725,7 @@
3725
3725
  "__schema": "FunctionLikeSchema",
3726
3726
  "location": {
3727
3727
  "filePath": "install.main.runtime.ts",
3728
- "line": 996,
3728
+ "line": 1004,
3729
3729
  "character": 3
3730
3730
  },
3731
3731
  "signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
@@ -3735,7 +3735,7 @@
3735
3735
  "__schema": "ParameterSchema",
3736
3736
  "location": {
3737
3737
  "filePath": "install.main.runtime.ts",
3738
- "line": 996,
3738
+ "line": 1004,
3739
3739
  "character": 14
3740
3740
  },
3741
3741
  "name": "options",
@@ -3743,7 +3743,7 @@
3743
3743
  "__schema": "TypeRefSchema",
3744
3744
  "location": {
3745
3745
  "filePath": "install.main.runtime.ts",
3746
- "line": 996,
3746
+ "line": 1004,
3747
3747
  "character": 23
3748
3748
  },
3749
3749
  "name": "WorkspaceLinkOptions"
@@ -3757,7 +3757,7 @@
3757
3757
  "__schema": "TypeRefSchema",
3758
3758
  "location": {
3759
3759
  "filePath": "install.main.runtime.ts",
3760
- "line": 996,
3760
+ "line": 1004,
3761
3761
  "character": 51
3762
3762
  },
3763
3763
  "name": "Promise",
@@ -3766,7 +3766,7 @@
3766
3766
  "__schema": "TypeRefSchema",
3767
3767
  "location": {
3768
3768
  "filePath": "install.main.runtime.ts",
3769
- "line": 996,
3769
+ "line": 1004,
3770
3770
  "character": 59
3771
3771
  },
3772
3772
  "name": "WorkspaceLinkResults"
@@ -3781,7 +3781,7 @@
3781
3781
  "__schema": "VariableLikeSchema",
3782
3782
  "location": {
3783
3783
  "filePath": "install.main.runtime.ts",
3784
- "line": 1101,
3784
+ "line": 1109,
3785
3785
  "character": 3
3786
3786
  },
3787
3787
  "signature": "(property) InstallMain.slots: (((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]",
@@ -3790,7 +3790,7 @@
3790
3790
  "__schema": "InferenceTypeSchema",
3791
3791
  "location": {
3792
3792
  "filePath": "install.main.runtime.ts",
3793
- "line": 1101,
3793
+ "line": 1109,
3794
3794
  "character": 3
3795
3795
  },
3796
3796
  "type": "(((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]"
@@ -3802,7 +3802,7 @@
3802
3802
  "__schema": "VariableLikeSchema",
3803
3803
  "location": {
3804
3804
  "filePath": "install.main.runtime.ts",
3805
- "line": 1102,
3805
+ "line": 1110,
3806
3806
  "character": 3
3807
3807
  },
3808
3808
  "signature": "(property) InstallMain.dependencies: Aspect[]",
@@ -3811,7 +3811,7 @@
3811
3811
  "__schema": "InferenceTypeSchema",
3812
3812
  "location": {
3813
3813
  "filePath": "install.main.runtime.ts",
3814
- "line": 1102,
3814
+ "line": 1110,
3815
3815
  "character": 3
3816
3816
  },
3817
3817
  "type": "Aspect[]"
@@ -3823,7 +3823,7 @@
3823
3823
  "__schema": "VariableLikeSchema",
3824
3824
  "location": {
3825
3825
  "filePath": "install.main.runtime.ts",
3826
- "line": 1118,
3826
+ "line": 1126,
3827
3827
  "character": 3
3828
3828
  },
3829
3829
  "signature": "(property) InstallMain.runtime: RuntimeDefinition",
@@ -3832,7 +3832,7 @@
3832
3832
  "__schema": "InferenceTypeSchema",
3833
3833
  "location": {
3834
3834
  "filePath": "install.main.runtime.ts",
3835
- "line": 1118,
3835
+ "line": 1126,
3836
3836
  "character": 3
3837
3837
  },
3838
3838
  "type": "RuntimeDefinition"
@@ -3844,7 +3844,7 @@
3844
3844
  "__schema": "FunctionLikeSchema",
3845
3845
  "location": {
3846
3846
  "filePath": "install.main.runtime.ts",
3847
- "line": 1120,
3847
+ "line": 1128,
3848
3848
  "character": 3
3849
3849
  },
3850
3850
  "signature": "(method) InstallMain.provider([dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles, aspectLoader,]: [\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 AspectLoaderMain\n], _: any, [preLinkSlot, preInstallSlot, postInstallSlot]: [PreLinkSlot, PreInstallSlot, PostInstallSlot], harmony: Harmony): Promise<InstallMain>",
@@ -3854,7 +3854,7 @@
3854
3854
  "__schema": "ParameterSchema",
3855
3855
  "location": {
3856
3856
  "filePath": "install.main.runtime.ts",
3857
- "line": 1121,
3857
+ "line": 1129,
3858
3858
  "character": 5
3859
3859
  },
3860
3860
  "name": "[ dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles, aspectLoader ]",
@@ -3862,7 +3862,7 @@
3862
3862
  "__schema": "TupleTypeSchema",
3863
3863
  "location": {
3864
3864
  "filePath": "install.main.runtime.ts",
3865
- "line": 1135,
3865
+ "line": 1143,
3866
3866
  "character": 8
3867
3867
  },
3868
3868
  "elements": [
@@ -3870,7 +3870,7 @@
3870
3870
  "__schema": "TypeRefSchema",
3871
3871
  "location": {
3872
3872
  "filePath": "install.main.runtime.ts",
3873
- "line": 1136,
3873
+ "line": 1144,
3874
3874
  "character": 7
3875
3875
  },
3876
3876
  "name": "DependencyResolverMain"
@@ -3879,7 +3879,7 @@
3879
3879
  "__schema": "TypeRefSchema",
3880
3880
  "location": {
3881
3881
  "filePath": "install.main.runtime.ts",
3882
- "line": 1137,
3882
+ "line": 1145,
3883
3883
  "character": 7
3884
3884
  },
3885
3885
  "name": "Workspace"
@@ -3888,7 +3888,7 @@
3888
3888
  "__schema": "TypeRefSchema",
3889
3889
  "location": {
3890
3890
  "filePath": "install.main.runtime.ts",
3891
- "line": 1138,
3891
+ "line": 1146,
3892
3892
  "character": 7
3893
3893
  },
3894
3894
  "name": "LoggerMain"
@@ -3897,7 +3897,7 @@
3897
3897
  "__schema": "TypeRefSchema",
3898
3898
  "location": {
3899
3899
  "filePath": "install.main.runtime.ts",
3900
- "line": 1139,
3900
+ "line": 1147,
3901
3901
  "character": 7
3902
3902
  },
3903
3903
  "name": "VariantsMain"
@@ -3906,7 +3906,7 @@
3906
3906
  "__schema": "TypeRefSchema",
3907
3907
  "location": {
3908
3908
  "filePath": "install.main.runtime.ts",
3909
- "line": 1140,
3909
+ "line": 1148,
3910
3910
  "character": 7
3911
3911
  },
3912
3912
  "name": "CLIMain"
@@ -3915,7 +3915,7 @@
3915
3915
  "__schema": "TypeRefSchema",
3916
3916
  "location": {
3917
3917
  "filePath": "install.main.runtime.ts",
3918
- "line": 1141,
3918
+ "line": 1149,
3919
3919
  "character": 7
3920
3920
  },
3921
3921
  "name": "CompilerMain"
@@ -3924,7 +3924,7 @@
3924
3924
  "__schema": "TypeRefSchema",
3925
3925
  "location": {
3926
3926
  "filePath": "install.main.runtime.ts",
3927
- "line": 1142,
3927
+ "line": 1150,
3928
3928
  "character": 7
3929
3929
  },
3930
3930
  "name": "IssuesMain"
@@ -3933,7 +3933,7 @@
3933
3933
  "__schema": "TypeRefSchema",
3934
3934
  "location": {
3935
3935
  "filePath": "install.main.runtime.ts",
3936
- "line": 1143,
3936
+ "line": 1151,
3937
3937
  "character": 7
3938
3938
  },
3939
3939
  "name": "EnvsMain"
@@ -3942,7 +3942,7 @@
3942
3942
  "__schema": "TypeRefSchema",
3943
3943
  "location": {
3944
3944
  "filePath": "install.main.runtime.ts",
3945
- "line": 1144,
3945
+ "line": 1152,
3946
3946
  "character": 7
3947
3947
  },
3948
3948
  "name": "ApplicationMain"
@@ -3951,7 +3951,7 @@
3951
3951
  "__schema": "TypeRefSchema",
3952
3952
  "location": {
3953
3953
  "filePath": "install.main.runtime.ts",
3954
- "line": 1145,
3954
+ "line": 1153,
3955
3955
  "character": 7
3956
3956
  },
3957
3957
  "name": "IpcEventsMain"
@@ -3960,7 +3960,7 @@
3960
3960
  "__schema": "TypeRefSchema",
3961
3961
  "location": {
3962
3962
  "filePath": "install.main.runtime.ts",
3963
- "line": 1146,
3963
+ "line": 1154,
3964
3964
  "character": 7
3965
3965
  },
3966
3966
  "name": "GeneratorMain"
@@ -3969,7 +3969,7 @@
3969
3969
  "__schema": "TypeRefSchema",
3970
3970
  "location": {
3971
3971
  "filePath": "install.main.runtime.ts",
3972
- "line": 1147,
3972
+ "line": 1155,
3973
3973
  "character": 7
3974
3974
  },
3975
3975
  "name": "WorkspaceConfigFilesMain"
@@ -3978,7 +3978,7 @@
3978
3978
  "__schema": "TypeRefSchema",
3979
3979
  "location": {
3980
3980
  "filePath": "install.main.runtime.ts",
3981
- "line": 1148,
3981
+ "line": 1156,
3982
3982
  "character": 7
3983
3983
  },
3984
3984
  "name": "AspectLoaderMain"
@@ -3992,7 +3992,7 @@
3992
3992
  "__schema": "ParameterSchema",
3993
3993
  "location": {
3994
3994
  "filePath": "install.main.runtime.ts",
3995
- "line": 1150,
3995
+ "line": 1158,
3996
3996
  "character": 5
3997
3997
  },
3998
3998
  "name": "_",
@@ -4000,7 +4000,7 @@
4000
4000
  "__schema": "InferenceTypeSchema",
4001
4001
  "location": {
4002
4002
  "filePath": "install.main.runtime.ts",
4003
- "line": 1150,
4003
+ "line": 1158,
4004
4004
  "character": 5
4005
4005
  },
4006
4006
  "type": "any"
@@ -4012,7 +4012,7 @@
4012
4012
  "__schema": "ParameterSchema",
4013
4013
  "location": {
4014
4014
  "filePath": "install.main.runtime.ts",
4015
- "line": 1151,
4015
+ "line": 1159,
4016
4016
  "character": 5
4017
4017
  },
4018
4018
  "name": "[ preLinkSlot, preInstallSlot, postInstallSlot ]",
@@ -4020,7 +4020,7 @@
4020
4020
  "__schema": "TupleTypeSchema",
4021
4021
  "location": {
4022
4022
  "filePath": "install.main.runtime.ts",
4023
- "line": 1151,
4023
+ "line": 1159,
4024
4024
  "character": 53
4025
4025
  },
4026
4026
  "elements": [
@@ -4028,7 +4028,7 @@
4028
4028
  "__schema": "TypeRefSchema",
4029
4029
  "location": {
4030
4030
  "filePath": "install.main.runtime.ts",
4031
- "line": 1151,
4031
+ "line": 1159,
4032
4032
  "character": 54
4033
4033
  },
4034
4034
  "name": "PreLinkSlot"
@@ -4037,7 +4037,7 @@
4037
4037
  "__schema": "TypeRefSchema",
4038
4038
  "location": {
4039
4039
  "filePath": "install.main.runtime.ts",
4040
- "line": 1151,
4040
+ "line": 1159,
4041
4041
  "character": 67
4042
4042
  },
4043
4043
  "name": "PreInstallSlot"
@@ -4046,7 +4046,7 @@
4046
4046
  "__schema": "TypeRefSchema",
4047
4047
  "location": {
4048
4048
  "filePath": "install.main.runtime.ts",
4049
- "line": 1151,
4049
+ "line": 1159,
4050
4050
  "character": 83
4051
4051
  },
4052
4052
  "name": "PostInstallSlot"
@@ -4060,7 +4060,7 @@
4060
4060
  "__schema": "ParameterSchema",
4061
4061
  "location": {
4062
4062
  "filePath": "install.main.runtime.ts",
4063
- "line": 1152,
4063
+ "line": 1160,
4064
4064
  "character": 5
4065
4065
  },
4066
4066
  "name": "harmony",
@@ -4068,7 +4068,7 @@
4068
4068
  "__schema": "TypeRefSchema",
4069
4069
  "location": {
4070
4070
  "filePath": "install.main.runtime.ts",
4071
- "line": 1152,
4071
+ "line": 1160,
4072
4072
  "character": 14
4073
4073
  },
4074
4074
  "name": "Harmony"
@@ -4081,7 +4081,7 @@
4081
4081
  "__schema": "InferenceTypeSchema",
4082
4082
  "location": {
4083
4083
  "filePath": "install.main.runtime.ts",
4084
- "line": 1120,
4084
+ "line": 1128,
4085
4085
  "character": 3
4086
4086
  },
4087
4087
  "type": "Promise<InstallMain>"
@@ -4099,7 +4099,7 @@
4099
4099
  "__schema": "UnImplementedSchema",
4100
4100
  "location": {
4101
4101
  "filePath": "install.main.runtime.ts",
4102
- "line": 1223,
4102
+ "line": 1231,
4103
4103
  "character": 16
4104
4104
  },
4105
4105
  "name": "InstallMain",
@@ -4475,7 +4475,7 @@
4475
4475
  "__schema": "TypeSchema",
4476
4476
  "location": {
4477
4477
  "filePath": "install.main.runtime.ts",
4478
- "line": 1199,
4478
+ "line": 1207,
4479
4479
  "character": 1
4480
4480
  },
4481
4481
  "signature": "type ComponentsAndManifests = {\n componentDirectoryMap: ComponentMap<string>;\n manifests: Record<string, ProjectManifest>;\n}",
@@ -4484,7 +4484,7 @@
4484
4484
  "__schema": "TypeLiteralSchema",
4485
4485
  "location": {
4486
4486
  "filePath": "install.main.runtime.ts",
4487
- "line": 1199,
4487
+ "line": 1207,
4488
4488
  "character": 31
4489
4489
  },
4490
4490
  "members": [
@@ -4492,7 +4492,7 @@
4492
4492
  "__schema": "VariableLikeSchema",
4493
4493
  "location": {
4494
4494
  "filePath": "install.main.runtime.ts",
4495
- "line": 1200,
4495
+ "line": 1208,
4496
4496
  "character": 3
4497
4497
  },
4498
4498
  "signature": "(property) componentDirectoryMap: ComponentMap<string>",
@@ -4501,7 +4501,7 @@
4501
4501
  "__schema": "TypeRefSchema",
4502
4502
  "location": {
4503
4503
  "filePath": "install.main.runtime.ts",
4504
- "line": 1200,
4504
+ "line": 1208,
4505
4505
  "character": 26
4506
4506
  },
4507
4507
  "name": "ComponentMap",
@@ -4510,7 +4510,7 @@
4510
4510
  "__schema": "KeywordTypeSchema",
4511
4511
  "location": {
4512
4512
  "filePath": "install.main.runtime.ts",
4513
- "line": 1200,
4513
+ "line": 1208,
4514
4514
  "character": 39
4515
4515
  },
4516
4516
  "name": "string"
@@ -4523,7 +4523,7 @@
4523
4523
  "__schema": "VariableLikeSchema",
4524
4524
  "location": {
4525
4525
  "filePath": "install.main.runtime.ts",
4526
- "line": 1201,
4526
+ "line": 1209,
4527
4527
  "character": 3
4528
4528
  },
4529
4529
  "signature": "(property) manifests: Record<string, ProjectManifest>",
@@ -4532,7 +4532,7 @@
4532
4532
  "__schema": "TypeRefSchema",
4533
4533
  "location": {
4534
4534
  "filePath": "install.main.runtime.ts",
4535
- "line": 1201,
4535
+ "line": 1209,
4536
4536
  "character": 14
4537
4537
  },
4538
4538
  "name": "Record",
@@ -4541,7 +4541,7 @@
4541
4541
  "__schema": "KeywordTypeSchema",
4542
4542
  "location": {
4543
4543
  "filePath": "install.main.runtime.ts",
4544
- "line": 1201,
4544
+ "line": 1209,
4545
4545
  "character": 21
4546
4546
  },
4547
4547
  "name": "string"
@@ -4550,7 +4550,7 @@
4550
4550
  "__schema": "TypeRefSchema",
4551
4551
  "location": {
4552
4552
  "filePath": "install.main.runtime.ts",
4553
- "line": 1201,
4553
+ "line": 1209,
4554
4554
  "character": 29
4555
4555
  },
4556
4556
  "name": "ProjectManifest"
@@ -4566,7 +4566,7 @@
4566
4566
  "__schema": "FunctionLikeSchema",
4567
4567
  "location": {
4568
4568
  "filePath": "install.main.runtime.ts",
4569
- "line": 1204,
4569
+ "line": 1212,
4570
4570
  "character": 1
4571
4571
  },
4572
4572
  "signature": "function hasComponentsFromWorkspaceInMissingDeps({ componentDirectoryMap, manifests, }: ComponentsAndManifests): boolean",
@@ -4576,7 +4576,7 @@
4576
4576
  "__schema": "ParameterSchema",
4577
4577
  "location": {
4578
4578
  "filePath": "install.main.runtime.ts",
4579
- "line": 1204,
4579
+ "line": 1212,
4580
4580
  "character": 50
4581
4581
  },
4582
4582
  "name": "{ componentDirectoryMap, manifests }",
@@ -4584,7 +4584,7 @@
4584
4584
  "__schema": "TypeRefSchema",
4585
4585
  "location": {
4586
4586
  "filePath": "install.main.runtime.ts",
4587
- "line": 1207,
4587
+ "line": 1215,
4588
4588
  "character": 4
4589
4589
  },
4590
4590
  "name": "ComponentsAndManifests"
@@ -4595,7 +4595,7 @@
4595
4595
  "__schema": "InferenceTypeSchema",
4596
4596
  "location": {
4597
4597
  "filePath": "install.main.runtime.ts",
4598
- "line": 1205,
4598
+ "line": 1213,
4599
4599
  "character": 3
4600
4600
  },
4601
4601
  "name": "componentDirectoryMap",
@@ -4606,7 +4606,7 @@
4606
4606
  "__schema": "InferenceTypeSchema",
4607
4607
  "location": {
4608
4608
  "filePath": "install.main.runtime.ts",
4609
- "line": 1206,
4609
+ "line": 1214,
4610
4610
  "character": 3
4611
4611
  },
4612
4612
  "name": "manifests",
@@ -4621,7 +4621,7 @@
4621
4621
  "__schema": "KeywordTypeSchema",
4622
4622
  "location": {
4623
4623
  "filePath": "install.main.runtime.ts",
4624
- "line": 1207,
4624
+ "line": 1215,
4625
4625
  "character": 29
4626
4626
  },
4627
4627
  "name": "boolean"
@@ -4632,7 +4632,7 @@
4632
4632
  "__schema": "UnImplementedSchema",
4633
4633
  "location": {
4634
4634
  "filePath": "install.main.runtime.ts",
4635
- "line": 1221,
4635
+ "line": 1229,
4636
4636
  "character": 1
4637
4637
  },
4638
4638
  "name": "InstallAspect.addRuntime(InstallMain);",
@@ -4642,7 +4642,7 @@
4642
4642
  "__schema": "FunctionLikeSchema",
4643
4643
  "location": {
4644
4644
  "filePath": "install.main.runtime.ts",
4645
- "line": 1225,
4645
+ "line": 1233,
4646
4646
  "character": 1
4647
4647
  },
4648
4648
  "signature": "function manifestsHash(manifests: Record<string, ProjectManifest>): string",
@@ -4652,7 +4652,7 @@
4652
4652
  "__schema": "ParameterSchema",
4653
4653
  "location": {
4654
4654
  "filePath": "install.main.runtime.ts",
4655
- "line": 1225,
4655
+ "line": 1233,
4656
4656
  "character": 24
4657
4657
  },
4658
4658
  "name": "manifests",
@@ -4660,7 +4660,7 @@
4660
4660
  "__schema": "TypeRefSchema",
4661
4661
  "location": {
4662
4662
  "filePath": "install.main.runtime.ts",
4663
- "line": 1225,
4663
+ "line": 1233,
4664
4664
  "character": 35
4665
4665
  },
4666
4666
  "name": "Record",
@@ -4669,7 +4669,7 @@
4669
4669
  "__schema": "KeywordTypeSchema",
4670
4670
  "location": {
4671
4671
  "filePath": "install.main.runtime.ts",
4672
- "line": 1225,
4672
+ "line": 1233,
4673
4673
  "character": 42
4674
4674
  },
4675
4675
  "name": "string"
@@ -4678,7 +4678,7 @@
4678
4678
  "__schema": "TypeRefSchema",
4679
4679
  "location": {
4680
4680
  "filePath": "install.main.runtime.ts",
4681
- "line": 1225,
4681
+ "line": 1233,
4682
4682
  "character": 50
4683
4683
  },
4684
4684
  "name": "ProjectManifest"
@@ -4693,7 +4693,7 @@
4693
4693
  "__schema": "KeywordTypeSchema",
4694
4694
  "location": {
4695
4695
  "filePath": "install.main.runtime.ts",
4696
- "line": 1225,
4696
+ "line": 1233,
4697
4697
  "character": 69
4698
4698
  },
4699
4699
  "name": "string"
@@ -4743,7 +4743,7 @@
4743
4743
  "componentId": {
4744
4744
  "scope": "teambit.workspace",
4745
4745
  "name": "install",
4746
- "version": "1.0.384"
4746
+ "version": "1.0.385"
4747
4747
  },
4748
4748
  "taggedModuleExports": []
4749
4749
  }