@teambit/application 1.0.337 → 1.0.338

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -766,7 +766,7 @@
766
766
  "__schema": "FunctionLikeSchema",
767
767
  "location": {
768
768
  "filePath": "application.main.runtime.ts",
769
- "line": 119,
769
+ "line": 120,
770
770
  "character": 3
771
771
  },
772
772
  "doc": {
@@ -776,21 +776,69 @@
776
776
  "line": 115,
777
777
  "character": 3
778
778
  },
779
- "raw": "/**\n * instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\n * they could register to the apps slots and be available to list/run etc.\n */",
780
- "comment": "instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\nthey could register to the apps slots and be available to list/run etc.",
779
+ "raw": "/**\n * instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\n * they could register to the apps slots and be available to list/run etc.\n * if poolIds is provided, it will load only the apps that are part of the pool.\n */",
780
+ "comment": "instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\nthey could register to the apps slots and be available to list/run etc.\nif poolIds is provided, it will load only the apps that are part of the pool.",
781
781
  "tags": []
782
782
  },
783
- "signature": "(method) ApplicationMain.loadAllAppsAsAspects(): Promise<void>",
783
+ "signature": "(method) ApplicationMain.loadAllAppsAsAspects(poolIds?: ComponentID[]): Promise<ComponentID[]>",
784
784
  "name": "loadAllAppsAsAspects",
785
- "params": [],
785
+ "params": [
786
+ {
787
+ "__schema": "ParameterSchema",
788
+ "location": {
789
+ "filePath": "application.main.runtime.ts",
790
+ "line": 120,
791
+ "character": 30
792
+ },
793
+ "name": "poolIds",
794
+ "type": {
795
+ "__schema": "TypeArraySchema",
796
+ "location": {
797
+ "filePath": "application.main.runtime.ts",
798
+ "line": 120,
799
+ "character": 40
800
+ },
801
+ "type": {
802
+ "__schema": "TypeRefSchema",
803
+ "location": {
804
+ "filePath": "application.main.runtime.ts",
805
+ "line": 120,
806
+ "character": 40
807
+ },
808
+ "name": "ComponentID"
809
+ }
810
+ },
811
+ "isOptional": true,
812
+ "isSpread": false
813
+ }
814
+ ],
786
815
  "returnType": {
787
- "__schema": "InferenceTypeSchema",
816
+ "__schema": "TypeRefSchema",
788
817
  "location": {
789
818
  "filePath": "application.main.runtime.ts",
790
- "line": 119,
791
- "character": 3
819
+ "line": 120,
820
+ "character": 56
792
821
  },
793
- "type": "Promise<void>"
822
+ "name": "Promise",
823
+ "typeArgs": [
824
+ {
825
+ "__schema": "TypeArraySchema",
826
+ "location": {
827
+ "filePath": "application.main.runtime.ts",
828
+ "line": 120,
829
+ "character": 64
830
+ },
831
+ "type": {
832
+ "__schema": "TypeRefSchema",
833
+ "location": {
834
+ "filePath": "application.main.runtime.ts",
835
+ "line": 120,
836
+ "character": 64
837
+ },
838
+ "name": "ComponentID"
839
+ }
840
+ }
841
+ ]
794
842
  },
795
843
  "modifiers": [
796
844
  "async"
@@ -800,14 +848,14 @@
800
848
  "__schema": "FunctionLikeSchema",
801
849
  "location": {
802
850
  "filePath": "application.main.runtime.ts",
803
- "line": 128,
851
+ "line": 131,
804
852
  "character": 3
805
853
  },
806
854
  "doc": {
807
855
  "__schema": "DocSchema",
808
856
  "location": {
809
857
  "filePath": "application.main.runtime.ts",
810
- "line": 124,
858
+ "line": 127,
811
859
  "character": 3
812
860
  },
813
861
  "raw": "/**\n * list apps by a component id.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
@@ -821,7 +869,7 @@
821
869
  "__schema": "ParameterSchema",
822
870
  "location": {
823
871
  "filePath": "application.main.runtime.ts",
824
- "line": 128,
872
+ "line": 131,
825
873
  "character": 16
826
874
  },
827
875
  "name": "id",
@@ -829,7 +877,7 @@
829
877
  "__schema": "TypeRefSchema",
830
878
  "location": {
831
879
  "filePath": "application.main.runtime.ts",
832
- "line": 128,
880
+ "line": 131,
833
881
  "character": 21
834
882
  },
835
883
  "name": "ComponentID"
@@ -842,7 +890,7 @@
842
890
  "__schema": "TypeUnionSchema",
843
891
  "location": {
844
892
  "filePath": "application.main.runtime.ts",
845
- "line": 128,
893
+ "line": 131,
846
894
  "character": 35
847
895
  },
848
896
  "types": [
@@ -850,14 +898,14 @@
850
898
  "__schema": "TypeArraySchema",
851
899
  "location": {
852
900
  "filePath": "application.main.runtime.ts",
853
- "line": 128,
901
+ "line": 131,
854
902
  "character": 35
855
903
  },
856
904
  "type": {
857
905
  "__schema": "TypeRefSchema",
858
906
  "location": {
859
907
  "filePath": "application.main.runtime.ts",
860
- "line": 128,
908
+ "line": 131,
861
909
  "character": 35
862
910
  },
863
911
  "name": "Application"
@@ -867,7 +915,7 @@
867
915
  "__schema": "KeywordTypeSchema",
868
916
  "location": {
869
917
  "filePath": "application.main.runtime.ts",
870
- "line": 128,
918
+ "line": 131,
871
919
  "character": 51
872
920
  },
873
921
  "name": "undefined"
@@ -880,14 +928,14 @@
880
928
  "__schema": "FunctionLikeSchema",
881
929
  "location": {
882
930
  "filePath": "application.main.runtime.ts",
883
- "line": 137,
931
+ "line": 140,
884
932
  "character": 3
885
933
  },
886
934
  "doc": {
887
935
  "__schema": "DocSchema",
888
936
  "location": {
889
937
  "filePath": "application.main.runtime.ts",
890
- "line": 133,
938
+ "line": 136,
891
939
  "character": 3
892
940
  },
893
941
  "raw": "/**\n * get an application by a component id.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
@@ -901,7 +949,7 @@
901
949
  "__schema": "ParameterSchema",
902
950
  "location": {
903
951
  "filePath": "application.main.runtime.ts",
904
- "line": 137,
952
+ "line": 140,
905
953
  "character": 20
906
954
  },
907
955
  "name": "id",
@@ -909,7 +957,7 @@
909
957
  "__schema": "TypeRefSchema",
910
958
  "location": {
911
959
  "filePath": "application.main.runtime.ts",
912
- "line": 137,
960
+ "line": 140,
913
961
  "character": 24
914
962
  },
915
963
  "name": "ComponentID"
@@ -922,7 +970,7 @@
922
970
  "__schema": "InferenceTypeSchema",
923
971
  "location": {
924
972
  "filePath": "application.main.runtime.ts",
925
- "line": 137,
973
+ "line": 140,
926
974
  "character": 3
927
975
  },
928
976
  "type": "Promise<Application | undefined>"
@@ -935,14 +983,14 @@
935
983
  "__schema": "FunctionLikeSchema",
936
984
  "location": {
937
985
  "filePath": "application.main.runtime.ts",
938
- "line": 147,
986
+ "line": 150,
939
987
  "character": 3
940
988
  },
941
989
  "doc": {
942
990
  "__schema": "DocSchema",
943
991
  "location": {
944
992
  "filePath": "application.main.runtime.ts",
945
- "line": 143,
993
+ "line": 146,
946
994
  "character": 3
947
995
  },
948
996
  "raw": "/**\n * calculate an application by a component.\n * This should be only used during the on component load slot\n */",
@@ -956,7 +1004,7 @@
956
1004
  "__schema": "ParameterSchema",
957
1005
  "location": {
958
1006
  "filePath": "application.main.runtime.ts",
959
- "line": 147,
1007
+ "line": 150,
960
1008
  "character": 27
961
1009
  },
962
1010
  "name": "component",
@@ -964,7 +1012,7 @@
964
1012
  "__schema": "TypeRefSchema",
965
1013
  "location": {
966
1014
  "filePath": "application.main.runtime.ts",
967
- "line": 147,
1015
+ "line": 150,
968
1016
  "character": 38
969
1017
  },
970
1018
  "name": "Component"
@@ -977,7 +1025,7 @@
977
1025
  "__schema": "TypeRefSchema",
978
1026
  "location": {
979
1027
  "filePath": "application.main.runtime.ts",
980
- "line": 147,
1028
+ "line": 150,
981
1029
  "character": 3
982
1030
  },
983
1031
  "name": "Application"
@@ -988,7 +1036,7 @@
988
1036
  "__schema": "FunctionLikeSchema",
989
1037
  "location": {
990
1038
  "filePath": "application.main.runtime.ts",
991
- "line": 153,
1039
+ "line": 156,
992
1040
  "character": 3
993
1041
  },
994
1042
  "signature": "(method) ApplicationMain.listAppTypes(): ApplicationType<unknown>[]",
@@ -998,7 +1046,7 @@
998
1046
  "__schema": "TypeRefSchema",
999
1047
  "location": {
1000
1048
  "filePath": "application.main.runtime.ts",
1001
- "line": 153,
1049
+ "line": 156,
1002
1050
  "character": 3
1003
1051
  },
1004
1052
  "name": "ApplicationType"
@@ -1009,14 +1057,14 @@
1009
1057
  "__schema": "FunctionLikeSchema",
1010
1058
  "location": {
1011
1059
  "filePath": "application.main.runtime.ts",
1012
- "line": 161,
1060
+ "line": 164,
1013
1061
  "character": 3
1014
1062
  },
1015
1063
  "doc": {
1016
1064
  "__schema": "DocSchema",
1017
1065
  "location": {
1018
1066
  "filePath": "application.main.runtime.ts",
1019
- "line": 157,
1067
+ "line": 160,
1020
1068
  "character": 3
1021
1069
  },
1022
1070
  "raw": "/**\n * @deprecated use `listAppsComponents` instead.\n * @returns\n */",
@@ -1026,7 +1074,7 @@
1026
1074
  "__schema": "TagSchema",
1027
1075
  "location": {
1028
1076
  "filePath": "application.main.runtime.ts",
1029
- "line": 158,
1077
+ "line": 161,
1030
1078
  "character": 6
1031
1079
  },
1032
1080
  "tagName": "deprecated",
@@ -1036,7 +1084,7 @@
1036
1084
  "__schema": "ReturnTagSchema",
1037
1085
  "location": {
1038
1086
  "filePath": "application.main.runtime.ts",
1039
- "line": 159,
1087
+ "line": 162,
1040
1088
  "character": 6
1041
1089
  },
1042
1090
  "tagName": "return"
@@ -1050,7 +1098,7 @@
1050
1098
  "__schema": "TypeRefSchema",
1051
1099
  "location": {
1052
1100
  "filePath": "application.main.runtime.ts",
1053
- "line": 161,
1101
+ "line": 164,
1054
1102
  "character": 35
1055
1103
  },
1056
1104
  "name": "Promise",
@@ -1059,14 +1107,14 @@
1059
1107
  "__schema": "TypeArraySchema",
1060
1108
  "location": {
1061
1109
  "filePath": "application.main.runtime.ts",
1062
- "line": 161,
1110
+ "line": 164,
1063
1111
  "character": 43
1064
1112
  },
1065
1113
  "type": {
1066
1114
  "__schema": "TypeRefSchema",
1067
1115
  "location": {
1068
1116
  "filePath": "application.main.runtime.ts",
1069
- "line": 161,
1117
+ "line": 164,
1070
1118
  "character": 43
1071
1119
  },
1072
1120
  "name": "Component"
@@ -1082,18 +1130,58 @@
1082
1130
  "__schema": "FunctionLikeSchema",
1083
1131
  "location": {
1084
1132
  "filePath": "application.main.runtime.ts",
1085
- "line": 165,
1133
+ "line": 172,
1086
1134
  "character": 3
1087
1135
  },
1088
- "signature": "(method) ApplicationMain.listAppsComponents(): Promise<Component[]>",
1136
+ "doc": {
1137
+ "__schema": "DocSchema",
1138
+ "location": {
1139
+ "filePath": "application.main.runtime.ts",
1140
+ "line": 168,
1141
+ "character": 3
1142
+ },
1143
+ "raw": "/**\n * list all components that are apps.\n * if poolIds is provided, it will load only the apps that are part of the pool.\n */",
1144
+ "comment": "list all components that are apps.\nif poolIds is provided, it will load only the apps that are part of the pool.",
1145
+ "tags": []
1146
+ },
1147
+ "signature": "(method) ApplicationMain.listAppsComponents(poolIds?: ComponentID[]): Promise<Component[]>",
1089
1148
  "name": "listAppsComponents",
1090
- "params": [],
1149
+ "params": [
1150
+ {
1151
+ "__schema": "ParameterSchema",
1152
+ "location": {
1153
+ "filePath": "application.main.runtime.ts",
1154
+ "line": 172,
1155
+ "character": 28
1156
+ },
1157
+ "name": "poolIds",
1158
+ "type": {
1159
+ "__schema": "TypeArraySchema",
1160
+ "location": {
1161
+ "filePath": "application.main.runtime.ts",
1162
+ "line": 172,
1163
+ "character": 38
1164
+ },
1165
+ "type": {
1166
+ "__schema": "TypeRefSchema",
1167
+ "location": {
1168
+ "filePath": "application.main.runtime.ts",
1169
+ "line": 172,
1170
+ "character": 38
1171
+ },
1172
+ "name": "ComponentID"
1173
+ }
1174
+ },
1175
+ "isOptional": true,
1176
+ "isSpread": false
1177
+ }
1178
+ ],
1091
1179
  "returnType": {
1092
1180
  "__schema": "TypeRefSchema",
1093
1181
  "location": {
1094
1182
  "filePath": "application.main.runtime.ts",
1095
- "line": 165,
1096
- "character": 31
1183
+ "line": 172,
1184
+ "character": 54
1097
1185
  },
1098
1186
  "name": "Promise",
1099
1187
  "typeArgs": [
@@ -1101,15 +1189,15 @@
1101
1189
  "__schema": "TypeArraySchema",
1102
1190
  "location": {
1103
1191
  "filePath": "application.main.runtime.ts",
1104
- "line": 165,
1105
- "character": 39
1192
+ "line": 172,
1193
+ "character": 62
1106
1194
  },
1107
1195
  "type": {
1108
1196
  "__schema": "TypeRefSchema",
1109
1197
  "location": {
1110
1198
  "filePath": "application.main.runtime.ts",
1111
- "line": 165,
1112
- "character": 39
1199
+ "line": 172,
1200
+ "character": 62
1113
1201
  },
1114
1202
  "name": "Component"
1115
1203
  }
@@ -1124,7 +1212,7 @@
1124
1212
  "__schema": "FunctionLikeSchema",
1125
1213
  "location": {
1126
1214
  "filePath": "application.main.runtime.ts",
1127
- "line": 179,
1215
+ "line": 188,
1128
1216
  "character": 3
1129
1217
  },
1130
1218
  "signature": "(method) ApplicationMain.getAppPatterns(): string[]",
@@ -1134,7 +1222,7 @@
1134
1222
  "__schema": "InferenceTypeSchema",
1135
1223
  "location": {
1136
1224
  "filePath": "application.main.runtime.ts",
1137
- "line": 179,
1225
+ "line": 188,
1138
1226
  "character": 3
1139
1227
  },
1140
1228
  "type": "string[]"
@@ -1145,7 +1233,7 @@
1145
1233
  "__schema": "FunctionLikeSchema",
1146
1234
  "location": {
1147
1235
  "filePath": "application.main.runtime.ts",
1148
- "line": 188,
1236
+ "line": 197,
1149
1237
  "character": 3
1150
1238
  },
1151
1239
  "signature": "(method) ApplicationMain.loadApps(): Promise<Application[]>",
@@ -1155,7 +1243,7 @@
1155
1243
  "__schema": "TypeRefSchema",
1156
1244
  "location": {
1157
1245
  "filePath": "application.main.runtime.ts",
1158
- "line": 188,
1246
+ "line": 197,
1159
1247
  "character": 21
1160
1248
  },
1161
1249
  "name": "Promise",
@@ -1164,14 +1252,14 @@
1164
1252
  "__schema": "TypeArraySchema",
1165
1253
  "location": {
1166
1254
  "filePath": "application.main.runtime.ts",
1167
- "line": 188,
1255
+ "line": 197,
1168
1256
  "character": 29
1169
1257
  },
1170
1258
  "type": {
1171
1259
  "__schema": "TypeRefSchema",
1172
1260
  "location": {
1173
1261
  "filePath": "application.main.runtime.ts",
1174
- "line": 188,
1262
+ "line": 197,
1175
1263
  "character": 29
1176
1264
  },
1177
1265
  "name": "Application"
@@ -1187,7 +1275,7 @@
1187
1275
  "__schema": "FunctionLikeSchema",
1188
1276
  "location": {
1189
1277
  "filePath": "application.main.runtime.ts",
1190
- "line": 221,
1278
+ "line": 230,
1191
1279
  "character": 3
1192
1280
  },
1193
1281
  "signature": "(method) ApplicationMain.loadAppsFromComponent(component: Component, rootDir: string): Promise<Application[] | undefined>",
@@ -1197,7 +1285,7 @@
1197
1285
  "__schema": "ParameterSchema",
1198
1286
  "location": {
1199
1287
  "filePath": "application.main.runtime.ts",
1200
- "line": 221,
1288
+ "line": 230,
1201
1289
  "character": 31
1202
1290
  },
1203
1291
  "name": "component",
@@ -1205,7 +1293,7 @@
1205
1293
  "__schema": "TypeRefSchema",
1206
1294
  "location": {
1207
1295
  "filePath": "application.main.runtime.ts",
1208
- "line": 221,
1296
+ "line": 230,
1209
1297
  "character": 42
1210
1298
  },
1211
1299
  "name": "Component"
@@ -1217,7 +1305,7 @@
1217
1305
  "__schema": "ParameterSchema",
1218
1306
  "location": {
1219
1307
  "filePath": "application.main.runtime.ts",
1220
- "line": 221,
1308
+ "line": 230,
1221
1309
  "character": 53
1222
1310
  },
1223
1311
  "name": "rootDir",
@@ -1225,7 +1313,7 @@
1225
1313
  "__schema": "KeywordTypeSchema",
1226
1314
  "location": {
1227
1315
  "filePath": "application.main.runtime.ts",
1228
- "line": 221,
1316
+ "line": 230,
1229
1317
  "character": 62
1230
1318
  },
1231
1319
  "name": "string"
@@ -1238,7 +1326,7 @@
1238
1326
  "__schema": "TypeRefSchema",
1239
1327
  "location": {
1240
1328
  "filePath": "application.main.runtime.ts",
1241
- "line": 221,
1329
+ "line": 230,
1242
1330
  "character": 71
1243
1331
  },
1244
1332
  "name": "Promise",
@@ -1247,7 +1335,7 @@
1247
1335
  "__schema": "TypeUnionSchema",
1248
1336
  "location": {
1249
1337
  "filePath": "application.main.runtime.ts",
1250
- "line": 221,
1338
+ "line": 230,
1251
1339
  "character": 79
1252
1340
  },
1253
1341
  "types": [
@@ -1255,14 +1343,14 @@
1255
1343
  "__schema": "TypeArraySchema",
1256
1344
  "location": {
1257
1345
  "filePath": "application.main.runtime.ts",
1258
- "line": 221,
1346
+ "line": 230,
1259
1347
  "character": 79
1260
1348
  },
1261
1349
  "type": {
1262
1350
  "__schema": "TypeRefSchema",
1263
1351
  "location": {
1264
1352
  "filePath": "application.main.runtime.ts",
1265
- "line": 221,
1353
+ "line": 230,
1266
1354
  "character": 79
1267
1355
  },
1268
1356
  "name": "Application"
@@ -1272,7 +1360,7 @@
1272
1360
  "__schema": "KeywordTypeSchema",
1273
1361
  "location": {
1274
1362
  "filePath": "application.main.runtime.ts",
1275
- "line": 221,
1363
+ "line": 230,
1276
1364
  "character": 95
1277
1365
  },
1278
1366
  "name": "undefined"
@@ -1289,14 +1377,14 @@
1289
1377
  "__schema": "FunctionLikeSchema",
1290
1378
  "location": {
1291
1379
  "filePath": "application.main.runtime.ts",
1292
- "line": 248,
1380
+ "line": 257,
1293
1381
  "character": 3
1294
1382
  },
1295
1383
  "doc": {
1296
1384
  "__schema": "DocSchema",
1297
1385
  "location": {
1298
1386
  "filePath": "application.main.runtime.ts",
1299
- "line": 244,
1387
+ "line": 253,
1300
1388
  "character": 3
1301
1389
  },
1302
1390
  "raw": "/**\n * get an app.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
@@ -1310,7 +1398,7 @@
1310
1398
  "__schema": "ParameterSchema",
1311
1399
  "location": {
1312
1400
  "filePath": "application.main.runtime.ts",
1313
- "line": 248,
1401
+ "line": 257,
1314
1402
  "character": 10
1315
1403
  },
1316
1404
  "name": "appName",
@@ -1318,7 +1406,7 @@
1318
1406
  "__schema": "KeywordTypeSchema",
1319
1407
  "location": {
1320
1408
  "filePath": "application.main.runtime.ts",
1321
- "line": 248,
1409
+ "line": 257,
1322
1410
  "character": 19
1323
1411
  },
1324
1412
  "name": "string"
@@ -1330,7 +1418,7 @@
1330
1418
  "__schema": "ParameterSchema",
1331
1419
  "location": {
1332
1420
  "filePath": "application.main.runtime.ts",
1333
- "line": 248,
1421
+ "line": 257,
1334
1422
  "character": 27
1335
1423
  },
1336
1424
  "name": "id",
@@ -1338,7 +1426,7 @@
1338
1426
  "__schema": "TypeRefSchema",
1339
1427
  "location": {
1340
1428
  "filePath": "application.main.runtime.ts",
1341
- "line": 248,
1429
+ "line": 257,
1342
1430
  "character": 32
1343
1431
  },
1344
1432
  "name": "ComponentID"
@@ -1351,7 +1439,7 @@
1351
1439
  "__schema": "TypeUnionSchema",
1352
1440
  "location": {
1353
1441
  "filePath": "application.main.runtime.ts",
1354
- "line": 248,
1442
+ "line": 257,
1355
1443
  "character": 46
1356
1444
  },
1357
1445
  "types": [
@@ -1359,7 +1447,7 @@
1359
1447
  "__schema": "TypeRefSchema",
1360
1448
  "location": {
1361
1449
  "filePath": "application.main.runtime.ts",
1362
- "line": 248,
1450
+ "line": 257,
1363
1451
  "character": 46
1364
1452
  },
1365
1453
  "name": "Application"
@@ -1368,7 +1456,7 @@
1368
1456
  "__schema": "KeywordTypeSchema",
1369
1457
  "location": {
1370
1458
  "filePath": "application.main.runtime.ts",
1371
- "line": 248,
1459
+ "line": 257,
1372
1460
  "character": 60
1373
1461
  },
1374
1462
  "name": "undefined"
@@ -1381,7 +1469,7 @@
1381
1469
  "__schema": "FunctionLikeSchema",
1382
1470
  "location": {
1383
1471
  "filePath": "application.main.runtime.ts",
1384
- "line": 254,
1472
+ "line": 263,
1385
1473
  "character": 3
1386
1474
  },
1387
1475
  "signature": "(method) ApplicationMain.getAppByNameOrId(appNameOrId: string): Application | undefined",
@@ -1391,7 +1479,7 @@
1391
1479
  "__schema": "ParameterSchema",
1392
1480
  "location": {
1393
1481
  "filePath": "application.main.runtime.ts",
1394
- "line": 254,
1482
+ "line": 263,
1395
1483
  "character": 20
1396
1484
  },
1397
1485
  "name": "appNameOrId",
@@ -1399,7 +1487,7 @@
1399
1487
  "__schema": "KeywordTypeSchema",
1400
1488
  "location": {
1401
1489
  "filePath": "application.main.runtime.ts",
1402
- "line": 254,
1490
+ "line": 263,
1403
1491
  "character": 33
1404
1492
  },
1405
1493
  "name": "string"
@@ -1412,7 +1500,7 @@
1412
1500
  "__schema": "TypeUnionSchema",
1413
1501
  "location": {
1414
1502
  "filePath": "application.main.runtime.ts",
1415
- "line": 254,
1503
+ "line": 263,
1416
1504
  "character": 42
1417
1505
  },
1418
1506
  "types": [
@@ -1420,7 +1508,7 @@
1420
1508
  "__schema": "TypeRefSchema",
1421
1509
  "location": {
1422
1510
  "filePath": "application.main.runtime.ts",
1423
- "line": 254,
1511
+ "line": 263,
1424
1512
  "character": 42
1425
1513
  },
1426
1514
  "name": "Application"
@@ -1429,7 +1517,7 @@
1429
1517
  "__schema": "KeywordTypeSchema",
1430
1518
  "location": {
1431
1519
  "filePath": "application.main.runtime.ts",
1432
- "line": 254,
1520
+ "line": 263,
1433
1521
  "character": 56
1434
1522
  },
1435
1523
  "name": "undefined"
@@ -1442,7 +1530,7 @@
1442
1530
  "__schema": "FunctionLikeSchema",
1443
1531
  "location": {
1444
1532
  "filePath": "application.main.runtime.ts",
1445
- "line": 267,
1533
+ "line": 276,
1446
1534
  "character": 3
1447
1535
  },
1448
1536
  "signature": "(method) ApplicationMain.getAppPattern(appType: ApplicationType<unknown>): string",
@@ -1452,7 +1540,7 @@
1452
1540
  "__schema": "ParameterSchema",
1453
1541
  "location": {
1454
1542
  "filePath": "application.main.runtime.ts",
1455
- "line": 267,
1543
+ "line": 276,
1456
1544
  "character": 17
1457
1545
  },
1458
1546
  "name": "appType",
@@ -1460,7 +1548,7 @@
1460
1548
  "__schema": "TypeRefSchema",
1461
1549
  "location": {
1462
1550
  "filePath": "application.main.runtime.ts",
1463
- "line": 267,
1551
+ "line": 276,
1464
1552
  "character": 26
1465
1553
  },
1466
1554
  "name": "ApplicationType",
@@ -1469,7 +1557,7 @@
1469
1557
  "__schema": "KeywordTypeSchema",
1470
1558
  "location": {
1471
1559
  "filePath": "application.main.runtime.ts",
1472
- "line": 267,
1560
+ "line": 276,
1473
1561
  "character": 42
1474
1562
  },
1475
1563
  "name": "unknown"
@@ -1484,7 +1572,7 @@
1484
1572
  "__schema": "InferenceTypeSchema",
1485
1573
  "location": {
1486
1574
  "filePath": "application.main.runtime.ts",
1487
- "line": 267,
1575
+ "line": 276,
1488
1576
  "character": 3
1489
1577
  },
1490
1578
  "type": "string"
@@ -1495,14 +1583,14 @@
1495
1583
  "__schema": "FunctionLikeSchema",
1496
1584
  "location": {
1497
1585
  "filePath": "application.main.runtime.ts",
1498
- "line": 275,
1586
+ "line": 284,
1499
1587
  "character": 3
1500
1588
  },
1501
1589
  "doc": {
1502
1590
  "__schema": "DocSchema",
1503
1591
  "location": {
1504
1592
  "filePath": "application.main.runtime.ts",
1505
- "line": 272,
1593
+ "line": 281,
1506
1594
  "character": 3
1507
1595
  },
1508
1596
  "raw": "/**\n * registers a new app and sets a plugin for it.\n */",
@@ -1516,7 +1604,7 @@
1516
1604
  "__schema": "ParameterSchema",
1517
1605
  "location": {
1518
1606
  "filePath": "application.main.runtime.ts",
1519
- "line": 275,
1607
+ "line": 284,
1520
1608
  "character": 22
1521
1609
  },
1522
1610
  "name": "appTypes",
@@ -1524,7 +1612,7 @@
1524
1612
  "__schema": "TypeRefSchema",
1525
1613
  "location": {
1526
1614
  "filePath": "application.main.runtime.ts",
1527
- "line": 275,
1615
+ "line": 284,
1528
1616
  "character": 35
1529
1617
  },
1530
1618
  "name": "Array",
@@ -1533,7 +1621,7 @@
1533
1621
  "__schema": "TypeRefSchema",
1534
1622
  "location": {
1535
1623
  "filePath": "application.main.runtime.ts",
1536
- "line": 275,
1624
+ "line": 284,
1537
1625
  "character": 41
1538
1626
  },
1539
1627
  "name": "ApplicationType",
@@ -1542,7 +1630,7 @@
1542
1630
  "__schema": "TypeRefSchema",
1543
1631
  "location": {
1544
1632
  "filePath": "application.main.runtime.ts",
1545
- "line": 275,
1633
+ "line": 284,
1546
1634
  "character": 57
1547
1635
  },
1548
1636
  "name": "T"
@@ -1559,7 +1647,7 @@
1559
1647
  "__schema": "TypeRefSchema",
1560
1648
  "location": {
1561
1649
  "filePath": "application.main.runtime.ts",
1562
- "line": 275,
1650
+ "line": 284,
1563
1651
  "character": 3
1564
1652
  },
1565
1653
  "name": "ApplicationMain"
@@ -1573,14 +1661,14 @@
1573
1661
  "__schema": "FunctionLikeSchema",
1574
1662
  "location": {
1575
1663
  "filePath": "application.main.runtime.ts",
1576
- "line": 288,
1664
+ "line": 297,
1577
1665
  "character": 3
1578
1666
  },
1579
1667
  "doc": {
1580
1668
  "__schema": "DocSchema",
1581
1669
  "location": {
1582
1670
  "filePath": "application.main.runtime.ts",
1583
- "line": 285,
1671
+ "line": 294,
1584
1672
  "character": 3
1585
1673
  },
1586
1674
  "raw": "/**\n * get an app AspectId.\n */",
@@ -1594,7 +1682,7 @@
1594
1682
  "__schema": "ParameterSchema",
1595
1683
  "location": {
1596
1684
  "filePath": "application.main.runtime.ts",
1597
- "line": 288,
1685
+ "line": 297,
1598
1686
  "character": 16
1599
1687
  },
1600
1688
  "name": "appName",
@@ -1602,7 +1690,7 @@
1602
1690
  "__schema": "KeywordTypeSchema",
1603
1691
  "location": {
1604
1692
  "filePath": "application.main.runtime.ts",
1605
- "line": 288,
1693
+ "line": 297,
1606
1694
  "character": 25
1607
1695
  },
1608
1696
  "name": "string"
@@ -1615,7 +1703,7 @@
1615
1703
  "__schema": "TypeUnionSchema",
1616
1704
  "location": {
1617
1705
  "filePath": "application.main.runtime.ts",
1618
- "line": 288,
1706
+ "line": 297,
1619
1707
  "character": 34
1620
1708
  },
1621
1709
  "types": [
@@ -1623,7 +1711,7 @@
1623
1711
  "__schema": "KeywordTypeSchema",
1624
1712
  "location": {
1625
1713
  "filePath": "application.main.runtime.ts",
1626
- "line": 288,
1714
+ "line": 297,
1627
1715
  "character": 34
1628
1716
  },
1629
1717
  "name": "string"
@@ -1632,7 +1720,7 @@
1632
1720
  "__schema": "KeywordTypeSchema",
1633
1721
  "location": {
1634
1722
  "filePath": "application.main.runtime.ts",
1635
- "line": 288,
1723
+ "line": 297,
1636
1724
  "character": 43
1637
1725
  },
1638
1726
  "name": "undefined"
@@ -1645,14 +1733,14 @@
1645
1733
  "__schema": "FunctionLikeSchema",
1646
1734
  "location": {
1647
1735
  "filePath": "application.main.runtime.ts",
1648
- "line": 296,
1736
+ "line": 305,
1649
1737
  "character": 3
1650
1738
  },
1651
1739
  "doc": {
1652
1740
  "__schema": "DocSchema",
1653
1741
  "location": {
1654
1742
  "filePath": "application.main.runtime.ts",
1655
- "line": 292,
1743
+ "line": 301,
1656
1744
  "character": 3
1657
1745
  },
1658
1746
  "raw": "/**\n * get app to throw.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
@@ -1666,7 +1754,7 @@
1666
1754
  "__schema": "ParameterSchema",
1667
1755
  "location": {
1668
1756
  "filePath": "application.main.runtime.ts",
1669
- "line": 296,
1757
+ "line": 305,
1670
1758
  "character": 17
1671
1759
  },
1672
1760
  "name": "appName",
@@ -1674,7 +1762,7 @@
1674
1762
  "__schema": "KeywordTypeSchema",
1675
1763
  "location": {
1676
1764
  "filePath": "application.main.runtime.ts",
1677
- "line": 296,
1765
+ "line": 305,
1678
1766
  "character": 26
1679
1767
  },
1680
1768
  "name": "string"
@@ -1687,7 +1775,7 @@
1687
1775
  "__schema": "TypeRefSchema",
1688
1776
  "location": {
1689
1777
  "filePath": "application.main.runtime.ts",
1690
- "line": 296,
1778
+ "line": 305,
1691
1779
  "character": 3
1692
1780
  },
1693
1781
  "name": "Application"
@@ -1698,7 +1786,7 @@
1698
1786
  "__schema": "VariableLikeSchema",
1699
1787
  "location": {
1700
1788
  "filePath": "application.main.runtime.ts",
1701
- "line": 302,
1789
+ "line": 311,
1702
1790
  "character": 3
1703
1791
  },
1704
1792
  "signature": "(property) ApplicationMain.defaultOpts: ServeAppOptions",
@@ -1707,7 +1795,7 @@
1707
1795
  "__schema": "TypeRefSchema",
1708
1796
  "location": {
1709
1797
  "filePath": "application.main.runtime.ts",
1710
- "line": 302,
1798
+ "line": 311,
1711
1799
  "character": 3
1712
1800
  },
1713
1801
  "name": "ServeAppOptions",
@@ -1720,7 +1808,7 @@
1720
1808
  "__schema": "FunctionLikeSchema",
1721
1809
  "location": {
1722
1810
  "filePath": "application.main.runtime.ts",
1723
- "line": 315,
1811
+ "line": 324,
1724
1812
  "character": 3
1725
1813
  },
1726
1814
  "signature": "(method) ApplicationMain.loadAppsToSlot(): Promise<this>",
@@ -1730,7 +1818,7 @@
1730
1818
  "__schema": "InferenceTypeSchema",
1731
1819
  "location": {
1732
1820
  "filePath": "application.main.runtime.ts",
1733
- "line": 315,
1821
+ "line": 324,
1734
1822
  "character": 3
1735
1823
  },
1736
1824
  "type": "Promise<this>"
@@ -1743,14 +1831,14 @@
1743
1831
  "__schema": "FunctionLikeSchema",
1744
1832
  "location": {
1745
1833
  "filePath": "application.main.runtime.ts",
1746
- "line": 325,
1834
+ "line": 334,
1747
1835
  "character": 3
1748
1836
  },
1749
1837
  "doc": {
1750
1838
  "__schema": "DocSchema",
1751
1839
  "location": {
1752
1840
  "filePath": "application.main.runtime.ts",
1753
- "line": 321,
1841
+ "line": 330,
1754
1842
  "character": 3
1755
1843
  },
1756
1844
  "raw": "/**\n * run an app.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
@@ -1764,7 +1852,7 @@
1764
1852
  "__schema": "ParameterSchema",
1765
1853
  "location": {
1766
1854
  "filePath": "application.main.runtime.ts",
1767
- "line": 326,
1855
+ "line": 335,
1768
1856
  "character": 5
1769
1857
  },
1770
1858
  "name": "appName",
@@ -1772,7 +1860,7 @@
1772
1860
  "__schema": "KeywordTypeSchema",
1773
1861
  "location": {
1774
1862
  "filePath": "application.main.runtime.ts",
1775
- "line": 326,
1863
+ "line": 335,
1776
1864
  "character": 14
1777
1865
  },
1778
1866
  "name": "string"
@@ -1784,7 +1872,7 @@
1784
1872
  "__schema": "ParameterSchema",
1785
1873
  "location": {
1786
1874
  "filePath": "application.main.runtime.ts",
1787
- "line": 327,
1875
+ "line": 336,
1788
1876
  "character": 5
1789
1877
  },
1790
1878
  "name": "options",
@@ -1792,7 +1880,7 @@
1792
1880
  "__schema": "TypeRefSchema",
1793
1881
  "location": {
1794
1882
  "filePath": "application.main.runtime.ts",
1795
- "line": 327,
1883
+ "line": 336,
1796
1884
  "character": 15
1797
1885
  },
1798
1886
  "name": "ServeAppOptions"
@@ -1805,7 +1893,7 @@
1805
1893
  "__schema": "TypeRefSchema",
1806
1894
  "location": {
1807
1895
  "filePath": "application.main.runtime.ts",
1808
- "line": 328,
1896
+ "line": 337,
1809
1897
  "character": 6
1810
1898
  },
1811
1899
  "name": "Promise",
@@ -1814,7 +1902,7 @@
1814
1902
  "__schema": "TypeLiteralSchema",
1815
1903
  "location": {
1816
1904
  "filePath": "application.main.runtime.ts",
1817
- "line": 328,
1905
+ "line": 337,
1818
1906
  "character": 14
1819
1907
  },
1820
1908
  "members": [
@@ -1822,7 +1910,7 @@
1822
1910
  "__schema": "VariableLikeSchema",
1823
1911
  "location": {
1824
1912
  "filePath": "application.main.runtime.ts",
1825
- "line": 329,
1913
+ "line": 338,
1826
1914
  "character": 5
1827
1915
  },
1828
1916
  "signature": "(property) app: Application",
@@ -1831,7 +1919,7 @@
1831
1919
  "__schema": "TypeRefSchema",
1832
1920
  "location": {
1833
1921
  "filePath": "application.main.runtime.ts",
1834
- "line": 329,
1922
+ "line": 338,
1835
1923
  "character": 5
1836
1924
  },
1837
1925
  "name": "Application"
@@ -1842,7 +1930,7 @@
1842
1930
  "__schema": "VariableLikeSchema",
1843
1931
  "location": {
1844
1932
  "filePath": "application.main.runtime.ts",
1845
- "line": 330,
1933
+ "line": 339,
1846
1934
  "character": 5
1847
1935
  },
1848
1936
  "signature": "(property) port: number | undefined",
@@ -1851,7 +1939,7 @@
1851
1939
  "__schema": "TypeUnionSchema",
1852
1940
  "location": {
1853
1941
  "filePath": "application.main.runtime.ts",
1854
- "line": 330,
1942
+ "line": 339,
1855
1943
  "character": 11
1856
1944
  },
1857
1945
  "types": [
@@ -1859,7 +1947,7 @@
1859
1947
  "__schema": "KeywordTypeSchema",
1860
1948
  "location": {
1861
1949
  "filePath": "application.main.runtime.ts",
1862
- "line": 330,
1950
+ "line": 339,
1863
1951
  "character": 11
1864
1952
  },
1865
1953
  "name": "number"
@@ -1868,7 +1956,7 @@
1868
1956
  "__schema": "KeywordTypeSchema",
1869
1957
  "location": {
1870
1958
  "filePath": "application.main.runtime.ts",
1871
- "line": 330,
1959
+ "line": 339,
1872
1960
  "character": 20
1873
1961
  },
1874
1962
  "name": "undefined"
@@ -1881,7 +1969,7 @@
1881
1969
  "__schema": "VariableLikeSchema",
1882
1970
  "location": {
1883
1971
  "filePath": "application.main.runtime.ts",
1884
- "line": 331,
1972
+ "line": 340,
1885
1973
  "character": 5
1886
1974
  },
1887
1975
  "signature": "(property) errors?: Error[] | undefined",
@@ -1890,14 +1978,14 @@
1890
1978
  "__schema": "TypeArraySchema",
1891
1979
  "location": {
1892
1980
  "filePath": "application.main.runtime.ts",
1893
- "line": 331,
1981
+ "line": 340,
1894
1982
  "character": 14
1895
1983
  },
1896
1984
  "type": {
1897
1985
  "__schema": "TypeRefSchema",
1898
1986
  "location": {
1899
1987
  "filePath": "application.main.runtime.ts",
1900
- "line": 331,
1988
+ "line": 340,
1901
1989
  "character": 14
1902
1990
  },
1903
1991
  "name": "Error"
@@ -1909,7 +1997,7 @@
1909
1997
  "__schema": "VariableLikeSchema",
1910
1998
  "location": {
1911
1999
  "filePath": "application.main.runtime.ts",
1912
- "line": 332,
2000
+ "line": 341,
1913
2001
  "character": 5
1914
2002
  },
1915
2003
  "signature": "(property) isOldApi: boolean",
@@ -1918,7 +2006,7 @@
1918
2006
  "__schema": "KeywordTypeSchema",
1919
2007
  "location": {
1920
2008
  "filePath": "application.main.runtime.ts",
1921
- "line": 332,
2009
+ "line": 341,
1922
2010
  "character": 15
1923
2011
  },
1924
2012
  "name": "boolean"
@@ -1937,14 +2025,14 @@
1937
2025
  "__schema": "FunctionLikeSchema",
1938
2026
  "location": {
1939
2027
  "filePath": "application.main.runtime.ts",
1940
- "line": 361,
2028
+ "line": 370,
1941
2029
  "character": 3
1942
2030
  },
1943
2031
  "doc": {
1944
2032
  "__schema": "DocSchema",
1945
2033
  "location": {
1946
2034
  "filePath": "application.main.runtime.ts",
1947
- "line": 358,
2035
+ "line": 367,
1948
2036
  "character": 3
1949
2037
  },
1950
2038
  "raw": "/**\n * get the component ID of a certain app.\n */",
@@ -1958,7 +2046,7 @@
1958
2046
  "__schema": "ParameterSchema",
1959
2047
  "location": {
1960
2048
  "filePath": "application.main.runtime.ts",
1961
- "line": 361,
2049
+ "line": 370,
1962
2050
  "character": 25
1963
2051
  },
1964
2052
  "name": "appName",
@@ -1966,7 +2054,7 @@
1966
2054
  "__schema": "KeywordTypeSchema",
1967
2055
  "location": {
1968
2056
  "filePath": "application.main.runtime.ts",
1969
- "line": 361,
2057
+ "line": 370,
1970
2058
  "character": 34
1971
2059
  },
1972
2060
  "name": "string"
@@ -1979,7 +2067,7 @@
1979
2067
  "__schema": "InferenceTypeSchema",
1980
2068
  "location": {
1981
2069
  "filePath": "application.main.runtime.ts",
1982
- "line": 361,
2070
+ "line": 370,
1983
2071
  "character": 3
1984
2072
  },
1985
2073
  "type": "Promise<ComponentID>"
@@ -1992,7 +2080,7 @@
1992
2080
  "__schema": "FunctionLikeSchema",
1993
2081
  "location": {
1994
2082
  "filePath": "application.main.runtime.ts",
1995
- "line": 401,
2083
+ "line": 410,
1996
2084
  "character": 3
1997
2085
  },
1998
2086
  "signature": "(method) ApplicationMain.createAppBuildContext(id: ComponentID, appName: string, capsuleRootDir: string, rootDir?: string): Promise<AppContext>",
@@ -2002,7 +2090,7 @@
2002
2090
  "__schema": "ParameterSchema",
2003
2091
  "location": {
2004
2092
  "filePath": "application.main.runtime.ts",
2005
- "line": 401,
2093
+ "line": 410,
2006
2094
  "character": 31
2007
2095
  },
2008
2096
  "name": "id",
@@ -2010,7 +2098,7 @@
2010
2098
  "__schema": "TypeRefSchema",
2011
2099
  "location": {
2012
2100
  "filePath": "application.main.runtime.ts",
2013
- "line": 401,
2101
+ "line": 410,
2014
2102
  "character": 35
2015
2103
  },
2016
2104
  "name": "ComponentID"
@@ -2022,7 +2110,7 @@
2022
2110
  "__schema": "ParameterSchema",
2023
2111
  "location": {
2024
2112
  "filePath": "application.main.runtime.ts",
2025
- "line": 401,
2113
+ "line": 410,
2026
2114
  "character": 48
2027
2115
  },
2028
2116
  "name": "appName",
@@ -2030,7 +2118,7 @@
2030
2118
  "__schema": "KeywordTypeSchema",
2031
2119
  "location": {
2032
2120
  "filePath": "application.main.runtime.ts",
2033
- "line": 401,
2121
+ "line": 410,
2034
2122
  "character": 57
2035
2123
  },
2036
2124
  "name": "string"
@@ -2042,7 +2130,7 @@
2042
2130
  "__schema": "ParameterSchema",
2043
2131
  "location": {
2044
2132
  "filePath": "application.main.runtime.ts",
2045
- "line": 401,
2133
+ "line": 410,
2046
2134
  "character": 65
2047
2135
  },
2048
2136
  "name": "capsuleRootDir",
@@ -2050,7 +2138,7 @@
2050
2138
  "__schema": "KeywordTypeSchema",
2051
2139
  "location": {
2052
2140
  "filePath": "application.main.runtime.ts",
2053
- "line": 401,
2141
+ "line": 410,
2054
2142
  "character": 81
2055
2143
  },
2056
2144
  "name": "string"
@@ -2062,7 +2150,7 @@
2062
2150
  "__schema": "ParameterSchema",
2063
2151
  "location": {
2064
2152
  "filePath": "application.main.runtime.ts",
2065
- "line": 401,
2153
+ "line": 410,
2066
2154
  "character": 89
2067
2155
  },
2068
2156
  "name": "rootDir",
@@ -2070,7 +2158,7 @@
2070
2158
  "__schema": "KeywordTypeSchema",
2071
2159
  "location": {
2072
2160
  "filePath": "application.main.runtime.ts",
2073
- "line": 401,
2161
+ "line": 410,
2074
2162
  "character": 99
2075
2163
  },
2076
2164
  "name": "string"
@@ -2083,7 +2171,7 @@
2083
2171
  "__schema": "InferenceTypeSchema",
2084
2172
  "location": {
2085
2173
  "filePath": "application.main.runtime.ts",
2086
- "line": 401,
2174
+ "line": 410,
2087
2175
  "character": 3
2088
2176
  },
2089
2177
  "type": "Promise<AppContext>"
@@ -2096,7 +2184,7 @@
2096
2184
  "__schema": "VariableLikeSchema",
2097
2185
  "location": {
2098
2186
  "filePath": "application.main.runtime.ts",
2099
- "line": 427,
2187
+ "line": 436,
2100
2188
  "character": 3
2101
2189
  },
2102
2190
  "signature": "(property) ApplicationMain.runtime: RuntimeDefinition",
@@ -2105,7 +2193,7 @@
2105
2193
  "__schema": "InferenceTypeSchema",
2106
2194
  "location": {
2107
2195
  "filePath": "application.main.runtime.ts",
2108
- "line": 427,
2196
+ "line": 436,
2109
2197
  "character": 3
2110
2198
  },
2111
2199
  "type": "RuntimeDefinition"
@@ -2117,7 +2205,7 @@
2117
2205
  "__schema": "VariableLikeSchema",
2118
2206
  "location": {
2119
2207
  "filePath": "application.main.runtime.ts",
2120
- "line": 428,
2208
+ "line": 437,
2121
2209
  "character": 3
2122
2210
  },
2123
2211
  "signature": "(property) ApplicationMain.dependencies: Aspect[]",
@@ -2126,7 +2214,7 @@
2126
2214
  "__schema": "InferenceTypeSchema",
2127
2215
  "location": {
2128
2216
  "filePath": "application.main.runtime.ts",
2129
- "line": 428,
2217
+ "line": 437,
2130
2218
  "character": 3
2131
2219
  },
2132
2220
  "type": "Aspect[]"
@@ -2138,7 +2226,7 @@
2138
2226
  "__schema": "VariableLikeSchema",
2139
2227
  "location": {
2140
2228
  "filePath": "application.main.runtime.ts",
2141
- "line": 440,
2229
+ "line": 449,
2142
2230
  "character": 3
2143
2231
  },
2144
2232
  "signature": "(property) ApplicationMain.slots: (((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -2147,7 +2235,7 @@
2147
2235
  "__schema": "InferenceTypeSchema",
2148
2236
  "location": {
2149
2237
  "filePath": "application.main.runtime.ts",
2150
- "line": 440,
2238
+ "line": 449,
2151
2239
  "character": 3
2152
2240
  },
2153
2241
  "type": "(((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -2159,7 +2247,7 @@
2159
2247
  "__schema": "FunctionLikeSchema",
2160
2248
  "location": {
2161
2249
  "filePath": "application.main.runtime.ts",
2162
- "line": 446,
2250
+ "line": 455,
2163
2251
  "character": 3
2164
2252
  },
2165
2253
  "signature": "(method) ApplicationMain.provider([cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope]: [\n CLIMain,\n LoggerMain,\n BuilderMain,\n EnvsMain,\n ComponentMain,\n AspectLoaderMain,\n Workspace,\n WatcherMain,\n ScopeMain\n], config: ApplicationAspectConfig, [appTypeSlot, appSlot, deploymentProviderSlot]: [ApplicationTypeSlot, ApplicationSlot, DeploymentProviderSlot], harmony: Harmony): Promise<ApplicationMain>",
@@ -2169,7 +2257,7 @@
2169
2257
  "__schema": "ParameterSchema",
2170
2258
  "location": {
2171
2259
  "filePath": "application.main.runtime.ts",
2172
- "line": 447,
2260
+ "line": 456,
2173
2261
  "character": 5
2174
2262
  },
2175
2263
  "name": "[ cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope ]",
@@ -2177,7 +2265,7 @@
2177
2265
  "__schema": "TupleTypeSchema",
2178
2266
  "location": {
2179
2267
  "filePath": "application.main.runtime.ts",
2180
- "line": 447,
2268
+ "line": 456,
2181
2269
  "character": 93
2182
2270
  },
2183
2271
  "elements": [
@@ -2185,7 +2273,7 @@
2185
2273
  "__schema": "TypeRefSchema",
2186
2274
  "location": {
2187
2275
  "filePath": "application.main.runtime.ts",
2188
- "line": 448,
2276
+ "line": 457,
2189
2277
  "character": 7
2190
2278
  },
2191
2279
  "name": "CLIMain"
@@ -2194,7 +2282,7 @@
2194
2282
  "__schema": "TypeRefSchema",
2195
2283
  "location": {
2196
2284
  "filePath": "application.main.runtime.ts",
2197
- "line": 449,
2285
+ "line": 458,
2198
2286
  "character": 7
2199
2287
  },
2200
2288
  "name": "LoggerMain"
@@ -2203,7 +2291,7 @@
2203
2291
  "__schema": "TypeRefSchema",
2204
2292
  "location": {
2205
2293
  "filePath": "application.main.runtime.ts",
2206
- "line": 450,
2294
+ "line": 459,
2207
2295
  "character": 7
2208
2296
  },
2209
2297
  "name": "BuilderMain"
@@ -2212,7 +2300,7 @@
2212
2300
  "__schema": "TypeRefSchema",
2213
2301
  "location": {
2214
2302
  "filePath": "application.main.runtime.ts",
2215
- "line": 451,
2303
+ "line": 460,
2216
2304
  "character": 7
2217
2305
  },
2218
2306
  "name": "EnvsMain"
@@ -2221,7 +2309,7 @@
2221
2309
  "__schema": "TypeRefSchema",
2222
2310
  "location": {
2223
2311
  "filePath": "application.main.runtime.ts",
2224
- "line": 452,
2312
+ "line": 461,
2225
2313
  "character": 7
2226
2314
  },
2227
2315
  "name": "ComponentMain"
@@ -2230,7 +2318,7 @@
2230
2318
  "__schema": "TypeRefSchema",
2231
2319
  "location": {
2232
2320
  "filePath": "application.main.runtime.ts",
2233
- "line": 453,
2321
+ "line": 462,
2234
2322
  "character": 7
2235
2323
  },
2236
2324
  "name": "AspectLoaderMain"
@@ -2239,7 +2327,7 @@
2239
2327
  "__schema": "TypeRefSchema",
2240
2328
  "location": {
2241
2329
  "filePath": "application.main.runtime.ts",
2242
- "line": 454,
2330
+ "line": 463,
2243
2331
  "character": 7
2244
2332
  },
2245
2333
  "name": "Workspace"
@@ -2248,7 +2336,7 @@
2248
2336
  "__schema": "TypeRefSchema",
2249
2337
  "location": {
2250
2338
  "filePath": "application.main.runtime.ts",
2251
- "line": 455,
2339
+ "line": 464,
2252
2340
  "character": 7
2253
2341
  },
2254
2342
  "name": "WatcherMain"
@@ -2257,7 +2345,7 @@
2257
2345
  "__schema": "TypeRefSchema",
2258
2346
  "location": {
2259
2347
  "filePath": "application.main.runtime.ts",
2260
- "line": 456,
2348
+ "line": 465,
2261
2349
  "character": 7
2262
2350
  },
2263
2351
  "name": "ScopeMain"
@@ -2271,7 +2359,7 @@
2271
2359
  "__schema": "ParameterSchema",
2272
2360
  "location": {
2273
2361
  "filePath": "application.main.runtime.ts",
2274
- "line": 458,
2362
+ "line": 467,
2275
2363
  "character": 5
2276
2364
  },
2277
2365
  "name": "config",
@@ -2279,7 +2367,7 @@
2279
2367
  "__schema": "TypeRefSchema",
2280
2368
  "location": {
2281
2369
  "filePath": "application.main.runtime.ts",
2282
- "line": 458,
2370
+ "line": 467,
2283
2371
  "character": 13
2284
2372
  },
2285
2373
  "name": "ApplicationAspectConfig"
@@ -2291,7 +2379,7 @@
2291
2379
  "__schema": "ParameterSchema",
2292
2380
  "location": {
2293
2381
  "filePath": "application.main.runtime.ts",
2294
- "line": 459,
2382
+ "line": 468,
2295
2383
  "character": 5
2296
2384
  },
2297
2385
  "name": "[ appTypeSlot, appSlot, deploymentProviderSlot ]",
@@ -2299,7 +2387,7 @@
2299
2387
  "__schema": "TupleTypeSchema",
2300
2388
  "location": {
2301
2389
  "filePath": "application.main.runtime.ts",
2302
- "line": 459,
2390
+ "line": 468,
2303
2391
  "character": 53
2304
2392
  },
2305
2393
  "elements": [
@@ -2307,7 +2395,7 @@
2307
2395
  "__schema": "TypeRefSchema",
2308
2396
  "location": {
2309
2397
  "filePath": "application.main.runtime.ts",
2310
- "line": 459,
2398
+ "line": 468,
2311
2399
  "character": 54
2312
2400
  },
2313
2401
  "name": "ApplicationTypeSlot"
@@ -2316,7 +2404,7 @@
2316
2404
  "__schema": "TypeRefSchema",
2317
2405
  "location": {
2318
2406
  "filePath": "application.main.runtime.ts",
2319
- "line": 459,
2407
+ "line": 468,
2320
2408
  "character": 75
2321
2409
  },
2322
2410
  "name": "ApplicationSlot"
@@ -2325,7 +2413,7 @@
2325
2413
  "__schema": "TypeRefSchema",
2326
2414
  "location": {
2327
2415
  "filePath": "application.main.runtime.ts",
2328
- "line": 459,
2416
+ "line": 468,
2329
2417
  "character": 92
2330
2418
  },
2331
2419
  "name": "DeploymentProviderSlot"
@@ -2339,7 +2427,7 @@
2339
2427
  "__schema": "ParameterSchema",
2340
2428
  "location": {
2341
2429
  "filePath": "application.main.runtime.ts",
2342
- "line": 460,
2430
+ "line": 469,
2343
2431
  "character": 5
2344
2432
  },
2345
2433
  "name": "harmony",
@@ -2347,7 +2435,7 @@
2347
2435
  "__schema": "TypeRefSchema",
2348
2436
  "location": {
2349
2437
  "filePath": "application.main.runtime.ts",
2350
- "line": 460,
2438
+ "line": 469,
2351
2439
  "character": 14
2352
2440
  },
2353
2441
  "name": "Harmony"
@@ -2360,7 +2448,7 @@
2360
2448
  "__schema": "InferenceTypeSchema",
2361
2449
  "location": {
2362
2450
  "filePath": "application.main.runtime.ts",
2363
- "line": 446,
2451
+ "line": 455,
2364
2452
  "character": 3
2365
2453
  },
2366
2454
  "type": "Promise<ApplicationMain>"
@@ -3424,7 +3512,7 @@
3424
3512
  "_legacy": {
3425
3513
  "scope": "teambit.harmony",
3426
3514
  "name": "application",
3427
- "version": "1.0.337"
3515
+ "version": "1.0.338"
3428
3516
  },
3429
3517
  "_scope": "teambit.harmony"
3430
3518
  }
@@ -3808,7 +3896,7 @@
3808
3896
  "_legacy": {
3809
3897
  "scope": "teambit.harmony",
3810
3898
  "name": "application",
3811
- "version": "1.0.337"
3899
+ "version": "1.0.338"
3812
3900
  },
3813
3901
  "_scope": "teambit.harmony"
3814
3902
  }
@@ -4296,7 +4384,7 @@
4296
4384
  "_legacy": {
4297
4385
  "scope": "teambit.harmony",
4298
4386
  "name": "application",
4299
- "version": "1.0.337"
4387
+ "version": "1.0.338"
4300
4388
  },
4301
4389
  "_scope": "teambit.harmony"
4302
4390
  }
@@ -5053,7 +5141,7 @@
5053
5141
  "_legacy": {
5054
5142
  "scope": "teambit.harmony",
5055
5143
  "name": "application",
5056
- "version": "1.0.337"
5144
+ "version": "1.0.338"
5057
5145
  },
5058
5146
  "_scope": "teambit.harmony"
5059
5147
  }
@@ -5541,7 +5629,7 @@
5541
5629
  "_legacy": {
5542
5630
  "scope": "teambit.harmony",
5543
5631
  "name": "application",
5544
- "version": "1.0.337"
5632
+ "version": "1.0.338"
5545
5633
  },
5546
5634
  "_scope": "teambit.harmony"
5547
5635
  }
@@ -7045,7 +7133,7 @@
7045
7133
  "__schema": "FunctionLikeSchema",
7046
7134
  "location": {
7047
7135
  "filePath": "application.main.runtime.ts",
7048
- "line": 119,
7136
+ "line": 120,
7049
7137
  "character": 3
7050
7138
  },
7051
7139
  "doc": {
@@ -7055,21 +7143,69 @@
7055
7143
  "line": 115,
7056
7144
  "character": 3
7057
7145
  },
7058
- "raw": "/**\n * instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\n * they could register to the apps slots and be available to list/run etc.\n */",
7059
- "comment": "instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\nthey could register to the apps slots and be available to list/run etc.",
7146
+ "raw": "/**\n * instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\n * they could register to the apps slots and be available to list/run etc.\n * if poolIds is provided, it will load only the apps that are part of the pool.\n */",
7147
+ "comment": "instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\nthey could register to the apps slots and be available to list/run etc.\nif poolIds is provided, it will load only the apps that are part of the pool.",
7060
7148
  "tags": []
7061
7149
  },
7062
- "signature": "(method) ApplicationMain.loadAllAppsAsAspects(): Promise<void>",
7150
+ "signature": "(method) ApplicationMain.loadAllAppsAsAspects(poolIds?: ComponentID[]): Promise<ComponentID[]>",
7063
7151
  "name": "loadAllAppsAsAspects",
7064
- "params": [],
7152
+ "params": [
7153
+ {
7154
+ "__schema": "ParameterSchema",
7155
+ "location": {
7156
+ "filePath": "application.main.runtime.ts",
7157
+ "line": 120,
7158
+ "character": 30
7159
+ },
7160
+ "name": "poolIds",
7161
+ "type": {
7162
+ "__schema": "TypeArraySchema",
7163
+ "location": {
7164
+ "filePath": "application.main.runtime.ts",
7165
+ "line": 120,
7166
+ "character": 40
7167
+ },
7168
+ "type": {
7169
+ "__schema": "TypeRefSchema",
7170
+ "location": {
7171
+ "filePath": "application.main.runtime.ts",
7172
+ "line": 120,
7173
+ "character": 40
7174
+ },
7175
+ "name": "ComponentID"
7176
+ }
7177
+ },
7178
+ "isOptional": true,
7179
+ "isSpread": false
7180
+ }
7181
+ ],
7065
7182
  "returnType": {
7066
- "__schema": "InferenceTypeSchema",
7183
+ "__schema": "TypeRefSchema",
7067
7184
  "location": {
7068
7185
  "filePath": "application.main.runtime.ts",
7069
- "line": 119,
7070
- "character": 3
7186
+ "line": 120,
7187
+ "character": 56
7071
7188
  },
7072
- "type": "Promise<void>"
7189
+ "name": "Promise",
7190
+ "typeArgs": [
7191
+ {
7192
+ "__schema": "TypeArraySchema",
7193
+ "location": {
7194
+ "filePath": "application.main.runtime.ts",
7195
+ "line": 120,
7196
+ "character": 64
7197
+ },
7198
+ "type": {
7199
+ "__schema": "TypeRefSchema",
7200
+ "location": {
7201
+ "filePath": "application.main.runtime.ts",
7202
+ "line": 120,
7203
+ "character": 64
7204
+ },
7205
+ "name": "ComponentID"
7206
+ }
7207
+ }
7208
+ ]
7073
7209
  },
7074
7210
  "modifiers": [
7075
7211
  "async"
@@ -7079,14 +7215,14 @@
7079
7215
  "__schema": "FunctionLikeSchema",
7080
7216
  "location": {
7081
7217
  "filePath": "application.main.runtime.ts",
7082
- "line": 128,
7218
+ "line": 131,
7083
7219
  "character": 3
7084
7220
  },
7085
7221
  "doc": {
7086
7222
  "__schema": "DocSchema",
7087
7223
  "location": {
7088
7224
  "filePath": "application.main.runtime.ts",
7089
- "line": 124,
7225
+ "line": 127,
7090
7226
  "character": 3
7091
7227
  },
7092
7228
  "raw": "/**\n * list apps by a component id.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
@@ -7100,7 +7236,7 @@
7100
7236
  "__schema": "ParameterSchema",
7101
7237
  "location": {
7102
7238
  "filePath": "application.main.runtime.ts",
7103
- "line": 128,
7239
+ "line": 131,
7104
7240
  "character": 16
7105
7241
  },
7106
7242
  "name": "id",
@@ -7108,7 +7244,7 @@
7108
7244
  "__schema": "TypeRefSchema",
7109
7245
  "location": {
7110
7246
  "filePath": "application.main.runtime.ts",
7111
- "line": 128,
7247
+ "line": 131,
7112
7248
  "character": 21
7113
7249
  },
7114
7250
  "name": "ComponentID"
@@ -7121,7 +7257,7 @@
7121
7257
  "__schema": "TypeUnionSchema",
7122
7258
  "location": {
7123
7259
  "filePath": "application.main.runtime.ts",
7124
- "line": 128,
7260
+ "line": 131,
7125
7261
  "character": 35
7126
7262
  },
7127
7263
  "types": [
@@ -7129,14 +7265,14 @@
7129
7265
  "__schema": "TypeArraySchema",
7130
7266
  "location": {
7131
7267
  "filePath": "application.main.runtime.ts",
7132
- "line": 128,
7268
+ "line": 131,
7133
7269
  "character": 35
7134
7270
  },
7135
7271
  "type": {
7136
7272
  "__schema": "TypeRefSchema",
7137
7273
  "location": {
7138
7274
  "filePath": "application.main.runtime.ts",
7139
- "line": 128,
7275
+ "line": 131,
7140
7276
  "character": 35
7141
7277
  },
7142
7278
  "name": "Application"
@@ -7146,7 +7282,7 @@
7146
7282
  "__schema": "KeywordTypeSchema",
7147
7283
  "location": {
7148
7284
  "filePath": "application.main.runtime.ts",
7149
- "line": 128,
7285
+ "line": 131,
7150
7286
  "character": 51
7151
7287
  },
7152
7288
  "name": "undefined"
@@ -7159,14 +7295,14 @@
7159
7295
  "__schema": "FunctionLikeSchema",
7160
7296
  "location": {
7161
7297
  "filePath": "application.main.runtime.ts",
7162
- "line": 137,
7298
+ "line": 140,
7163
7299
  "character": 3
7164
7300
  },
7165
7301
  "doc": {
7166
7302
  "__schema": "DocSchema",
7167
7303
  "location": {
7168
7304
  "filePath": "application.main.runtime.ts",
7169
- "line": 133,
7305
+ "line": 136,
7170
7306
  "character": 3
7171
7307
  },
7172
7308
  "raw": "/**\n * get an application by a component id.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
@@ -7180,7 +7316,7 @@
7180
7316
  "__schema": "ParameterSchema",
7181
7317
  "location": {
7182
7318
  "filePath": "application.main.runtime.ts",
7183
- "line": 137,
7319
+ "line": 140,
7184
7320
  "character": 20
7185
7321
  },
7186
7322
  "name": "id",
@@ -7188,7 +7324,7 @@
7188
7324
  "__schema": "TypeRefSchema",
7189
7325
  "location": {
7190
7326
  "filePath": "application.main.runtime.ts",
7191
- "line": 137,
7327
+ "line": 140,
7192
7328
  "character": 24
7193
7329
  },
7194
7330
  "name": "ComponentID"
@@ -7201,7 +7337,7 @@
7201
7337
  "__schema": "InferenceTypeSchema",
7202
7338
  "location": {
7203
7339
  "filePath": "application.main.runtime.ts",
7204
- "line": 137,
7340
+ "line": 140,
7205
7341
  "character": 3
7206
7342
  },
7207
7343
  "type": "Promise<Application | undefined>"
@@ -7214,14 +7350,14 @@
7214
7350
  "__schema": "FunctionLikeSchema",
7215
7351
  "location": {
7216
7352
  "filePath": "application.main.runtime.ts",
7217
- "line": 147,
7353
+ "line": 150,
7218
7354
  "character": 3
7219
7355
  },
7220
7356
  "doc": {
7221
7357
  "__schema": "DocSchema",
7222
7358
  "location": {
7223
7359
  "filePath": "application.main.runtime.ts",
7224
- "line": 143,
7360
+ "line": 146,
7225
7361
  "character": 3
7226
7362
  },
7227
7363
  "raw": "/**\n * calculate an application by a component.\n * This should be only used during the on component load slot\n */",
@@ -7235,7 +7371,7 @@
7235
7371
  "__schema": "ParameterSchema",
7236
7372
  "location": {
7237
7373
  "filePath": "application.main.runtime.ts",
7238
- "line": 147,
7374
+ "line": 150,
7239
7375
  "character": 27
7240
7376
  },
7241
7377
  "name": "component",
@@ -7243,7 +7379,7 @@
7243
7379
  "__schema": "TypeRefSchema",
7244
7380
  "location": {
7245
7381
  "filePath": "application.main.runtime.ts",
7246
- "line": 147,
7382
+ "line": 150,
7247
7383
  "character": 38
7248
7384
  },
7249
7385
  "name": "Component"
@@ -7256,7 +7392,7 @@
7256
7392
  "__schema": "TypeRefSchema",
7257
7393
  "location": {
7258
7394
  "filePath": "application.main.runtime.ts",
7259
- "line": 147,
7395
+ "line": 150,
7260
7396
  "character": 3
7261
7397
  },
7262
7398
  "name": "Application"
@@ -7267,7 +7403,7 @@
7267
7403
  "__schema": "FunctionLikeSchema",
7268
7404
  "location": {
7269
7405
  "filePath": "application.main.runtime.ts",
7270
- "line": 153,
7406
+ "line": 156,
7271
7407
  "character": 3
7272
7408
  },
7273
7409
  "signature": "(method) ApplicationMain.listAppTypes(): ApplicationType<unknown>[]",
@@ -7277,7 +7413,7 @@
7277
7413
  "__schema": "TypeRefSchema",
7278
7414
  "location": {
7279
7415
  "filePath": "application.main.runtime.ts",
7280
- "line": 153,
7416
+ "line": 156,
7281
7417
  "character": 3
7282
7418
  },
7283
7419
  "name": "ApplicationType"
@@ -7288,14 +7424,14 @@
7288
7424
  "__schema": "FunctionLikeSchema",
7289
7425
  "location": {
7290
7426
  "filePath": "application.main.runtime.ts",
7291
- "line": 161,
7427
+ "line": 164,
7292
7428
  "character": 3
7293
7429
  },
7294
7430
  "doc": {
7295
7431
  "__schema": "DocSchema",
7296
7432
  "location": {
7297
7433
  "filePath": "application.main.runtime.ts",
7298
- "line": 157,
7434
+ "line": 160,
7299
7435
  "character": 3
7300
7436
  },
7301
7437
  "raw": "/**\n * @deprecated use `listAppsComponents` instead.\n * @returns\n */",
@@ -7305,7 +7441,7 @@
7305
7441
  "__schema": "TagSchema",
7306
7442
  "location": {
7307
7443
  "filePath": "application.main.runtime.ts",
7308
- "line": 158,
7444
+ "line": 161,
7309
7445
  "character": 6
7310
7446
  },
7311
7447
  "tagName": "deprecated",
@@ -7315,7 +7451,7 @@
7315
7451
  "__schema": "ReturnTagSchema",
7316
7452
  "location": {
7317
7453
  "filePath": "application.main.runtime.ts",
7318
- "line": 159,
7454
+ "line": 162,
7319
7455
  "character": 6
7320
7456
  },
7321
7457
  "tagName": "return"
@@ -7329,7 +7465,7 @@
7329
7465
  "__schema": "TypeRefSchema",
7330
7466
  "location": {
7331
7467
  "filePath": "application.main.runtime.ts",
7332
- "line": 161,
7468
+ "line": 164,
7333
7469
  "character": 35
7334
7470
  },
7335
7471
  "name": "Promise",
@@ -7338,14 +7474,14 @@
7338
7474
  "__schema": "TypeArraySchema",
7339
7475
  "location": {
7340
7476
  "filePath": "application.main.runtime.ts",
7341
- "line": 161,
7477
+ "line": 164,
7342
7478
  "character": 43
7343
7479
  },
7344
7480
  "type": {
7345
7481
  "__schema": "TypeRefSchema",
7346
7482
  "location": {
7347
7483
  "filePath": "application.main.runtime.ts",
7348
- "line": 161,
7484
+ "line": 164,
7349
7485
  "character": 43
7350
7486
  },
7351
7487
  "name": "Component"
@@ -7361,18 +7497,58 @@
7361
7497
  "__schema": "FunctionLikeSchema",
7362
7498
  "location": {
7363
7499
  "filePath": "application.main.runtime.ts",
7364
- "line": 165,
7500
+ "line": 172,
7365
7501
  "character": 3
7366
7502
  },
7367
- "signature": "(method) ApplicationMain.listAppsComponents(): Promise<Component[]>",
7503
+ "doc": {
7504
+ "__schema": "DocSchema",
7505
+ "location": {
7506
+ "filePath": "application.main.runtime.ts",
7507
+ "line": 168,
7508
+ "character": 3
7509
+ },
7510
+ "raw": "/**\n * list all components that are apps.\n * if poolIds is provided, it will load only the apps that are part of the pool.\n */",
7511
+ "comment": "list all components that are apps.\nif poolIds is provided, it will load only the apps that are part of the pool.",
7512
+ "tags": []
7513
+ },
7514
+ "signature": "(method) ApplicationMain.listAppsComponents(poolIds?: ComponentID[]): Promise<Component[]>",
7368
7515
  "name": "listAppsComponents",
7369
- "params": [],
7516
+ "params": [
7517
+ {
7518
+ "__schema": "ParameterSchema",
7519
+ "location": {
7520
+ "filePath": "application.main.runtime.ts",
7521
+ "line": 172,
7522
+ "character": 28
7523
+ },
7524
+ "name": "poolIds",
7525
+ "type": {
7526
+ "__schema": "TypeArraySchema",
7527
+ "location": {
7528
+ "filePath": "application.main.runtime.ts",
7529
+ "line": 172,
7530
+ "character": 38
7531
+ },
7532
+ "type": {
7533
+ "__schema": "TypeRefSchema",
7534
+ "location": {
7535
+ "filePath": "application.main.runtime.ts",
7536
+ "line": 172,
7537
+ "character": 38
7538
+ },
7539
+ "name": "ComponentID"
7540
+ }
7541
+ },
7542
+ "isOptional": true,
7543
+ "isSpread": false
7544
+ }
7545
+ ],
7370
7546
  "returnType": {
7371
7547
  "__schema": "TypeRefSchema",
7372
7548
  "location": {
7373
7549
  "filePath": "application.main.runtime.ts",
7374
- "line": 165,
7375
- "character": 31
7550
+ "line": 172,
7551
+ "character": 54
7376
7552
  },
7377
7553
  "name": "Promise",
7378
7554
  "typeArgs": [
@@ -7380,15 +7556,15 @@
7380
7556
  "__schema": "TypeArraySchema",
7381
7557
  "location": {
7382
7558
  "filePath": "application.main.runtime.ts",
7383
- "line": 165,
7384
- "character": 39
7559
+ "line": 172,
7560
+ "character": 62
7385
7561
  },
7386
7562
  "type": {
7387
7563
  "__schema": "TypeRefSchema",
7388
7564
  "location": {
7389
7565
  "filePath": "application.main.runtime.ts",
7390
- "line": 165,
7391
- "character": 39
7566
+ "line": 172,
7567
+ "character": 62
7392
7568
  },
7393
7569
  "name": "Component"
7394
7570
  }
@@ -7403,7 +7579,7 @@
7403
7579
  "__schema": "FunctionLikeSchema",
7404
7580
  "location": {
7405
7581
  "filePath": "application.main.runtime.ts",
7406
- "line": 179,
7582
+ "line": 188,
7407
7583
  "character": 3
7408
7584
  },
7409
7585
  "signature": "(method) ApplicationMain.getAppPatterns(): string[]",
@@ -7413,7 +7589,7 @@
7413
7589
  "__schema": "InferenceTypeSchema",
7414
7590
  "location": {
7415
7591
  "filePath": "application.main.runtime.ts",
7416
- "line": 179,
7592
+ "line": 188,
7417
7593
  "character": 3
7418
7594
  },
7419
7595
  "type": "string[]"
@@ -7424,7 +7600,7 @@
7424
7600
  "__schema": "FunctionLikeSchema",
7425
7601
  "location": {
7426
7602
  "filePath": "application.main.runtime.ts",
7427
- "line": 188,
7603
+ "line": 197,
7428
7604
  "character": 3
7429
7605
  },
7430
7606
  "signature": "(method) ApplicationMain.loadApps(): Promise<Application[]>",
@@ -7434,7 +7610,7 @@
7434
7610
  "__schema": "TypeRefSchema",
7435
7611
  "location": {
7436
7612
  "filePath": "application.main.runtime.ts",
7437
- "line": 188,
7613
+ "line": 197,
7438
7614
  "character": 21
7439
7615
  },
7440
7616
  "name": "Promise",
@@ -7443,14 +7619,14 @@
7443
7619
  "__schema": "TypeArraySchema",
7444
7620
  "location": {
7445
7621
  "filePath": "application.main.runtime.ts",
7446
- "line": 188,
7622
+ "line": 197,
7447
7623
  "character": 29
7448
7624
  },
7449
7625
  "type": {
7450
7626
  "__schema": "TypeRefSchema",
7451
7627
  "location": {
7452
7628
  "filePath": "application.main.runtime.ts",
7453
- "line": 188,
7629
+ "line": 197,
7454
7630
  "character": 29
7455
7631
  },
7456
7632
  "name": "Application"
@@ -7466,7 +7642,7 @@
7466
7642
  "__schema": "FunctionLikeSchema",
7467
7643
  "location": {
7468
7644
  "filePath": "application.main.runtime.ts",
7469
- "line": 221,
7645
+ "line": 230,
7470
7646
  "character": 3
7471
7647
  },
7472
7648
  "signature": "(method) ApplicationMain.loadAppsFromComponent(component: Component, rootDir: string): Promise<Application[] | undefined>",
@@ -7476,7 +7652,7 @@
7476
7652
  "__schema": "ParameterSchema",
7477
7653
  "location": {
7478
7654
  "filePath": "application.main.runtime.ts",
7479
- "line": 221,
7655
+ "line": 230,
7480
7656
  "character": 31
7481
7657
  },
7482
7658
  "name": "component",
@@ -7484,7 +7660,7 @@
7484
7660
  "__schema": "TypeRefSchema",
7485
7661
  "location": {
7486
7662
  "filePath": "application.main.runtime.ts",
7487
- "line": 221,
7663
+ "line": 230,
7488
7664
  "character": 42
7489
7665
  },
7490
7666
  "name": "Component"
@@ -7496,7 +7672,7 @@
7496
7672
  "__schema": "ParameterSchema",
7497
7673
  "location": {
7498
7674
  "filePath": "application.main.runtime.ts",
7499
- "line": 221,
7675
+ "line": 230,
7500
7676
  "character": 53
7501
7677
  },
7502
7678
  "name": "rootDir",
@@ -7504,7 +7680,7 @@
7504
7680
  "__schema": "KeywordTypeSchema",
7505
7681
  "location": {
7506
7682
  "filePath": "application.main.runtime.ts",
7507
- "line": 221,
7683
+ "line": 230,
7508
7684
  "character": 62
7509
7685
  },
7510
7686
  "name": "string"
@@ -7517,7 +7693,7 @@
7517
7693
  "__schema": "TypeRefSchema",
7518
7694
  "location": {
7519
7695
  "filePath": "application.main.runtime.ts",
7520
- "line": 221,
7696
+ "line": 230,
7521
7697
  "character": 71
7522
7698
  },
7523
7699
  "name": "Promise",
@@ -7526,7 +7702,7 @@
7526
7702
  "__schema": "TypeUnionSchema",
7527
7703
  "location": {
7528
7704
  "filePath": "application.main.runtime.ts",
7529
- "line": 221,
7705
+ "line": 230,
7530
7706
  "character": 79
7531
7707
  },
7532
7708
  "types": [
@@ -7534,14 +7710,14 @@
7534
7710
  "__schema": "TypeArraySchema",
7535
7711
  "location": {
7536
7712
  "filePath": "application.main.runtime.ts",
7537
- "line": 221,
7713
+ "line": 230,
7538
7714
  "character": 79
7539
7715
  },
7540
7716
  "type": {
7541
7717
  "__schema": "TypeRefSchema",
7542
7718
  "location": {
7543
7719
  "filePath": "application.main.runtime.ts",
7544
- "line": 221,
7720
+ "line": 230,
7545
7721
  "character": 79
7546
7722
  },
7547
7723
  "name": "Application"
@@ -7551,7 +7727,7 @@
7551
7727
  "__schema": "KeywordTypeSchema",
7552
7728
  "location": {
7553
7729
  "filePath": "application.main.runtime.ts",
7554
- "line": 221,
7730
+ "line": 230,
7555
7731
  "character": 95
7556
7732
  },
7557
7733
  "name": "undefined"
@@ -7568,14 +7744,14 @@
7568
7744
  "__schema": "FunctionLikeSchema",
7569
7745
  "location": {
7570
7746
  "filePath": "application.main.runtime.ts",
7571
- "line": 248,
7747
+ "line": 257,
7572
7748
  "character": 3
7573
7749
  },
7574
7750
  "doc": {
7575
7751
  "__schema": "DocSchema",
7576
7752
  "location": {
7577
7753
  "filePath": "application.main.runtime.ts",
7578
- "line": 244,
7754
+ "line": 253,
7579
7755
  "character": 3
7580
7756
  },
7581
7757
  "raw": "/**\n * get an app.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
@@ -7589,7 +7765,7 @@
7589
7765
  "__schema": "ParameterSchema",
7590
7766
  "location": {
7591
7767
  "filePath": "application.main.runtime.ts",
7592
- "line": 248,
7768
+ "line": 257,
7593
7769
  "character": 10
7594
7770
  },
7595
7771
  "name": "appName",
@@ -7597,7 +7773,7 @@
7597
7773
  "__schema": "KeywordTypeSchema",
7598
7774
  "location": {
7599
7775
  "filePath": "application.main.runtime.ts",
7600
- "line": 248,
7776
+ "line": 257,
7601
7777
  "character": 19
7602
7778
  },
7603
7779
  "name": "string"
@@ -7609,7 +7785,7 @@
7609
7785
  "__schema": "ParameterSchema",
7610
7786
  "location": {
7611
7787
  "filePath": "application.main.runtime.ts",
7612
- "line": 248,
7788
+ "line": 257,
7613
7789
  "character": 27
7614
7790
  },
7615
7791
  "name": "id",
@@ -7617,7 +7793,7 @@
7617
7793
  "__schema": "TypeRefSchema",
7618
7794
  "location": {
7619
7795
  "filePath": "application.main.runtime.ts",
7620
- "line": 248,
7796
+ "line": 257,
7621
7797
  "character": 32
7622
7798
  },
7623
7799
  "name": "ComponentID"
@@ -7630,7 +7806,7 @@
7630
7806
  "__schema": "TypeUnionSchema",
7631
7807
  "location": {
7632
7808
  "filePath": "application.main.runtime.ts",
7633
- "line": 248,
7809
+ "line": 257,
7634
7810
  "character": 46
7635
7811
  },
7636
7812
  "types": [
@@ -7638,7 +7814,7 @@
7638
7814
  "__schema": "TypeRefSchema",
7639
7815
  "location": {
7640
7816
  "filePath": "application.main.runtime.ts",
7641
- "line": 248,
7817
+ "line": 257,
7642
7818
  "character": 46
7643
7819
  },
7644
7820
  "name": "Application"
@@ -7647,7 +7823,7 @@
7647
7823
  "__schema": "KeywordTypeSchema",
7648
7824
  "location": {
7649
7825
  "filePath": "application.main.runtime.ts",
7650
- "line": 248,
7826
+ "line": 257,
7651
7827
  "character": 60
7652
7828
  },
7653
7829
  "name": "undefined"
@@ -7660,7 +7836,7 @@
7660
7836
  "__schema": "FunctionLikeSchema",
7661
7837
  "location": {
7662
7838
  "filePath": "application.main.runtime.ts",
7663
- "line": 254,
7839
+ "line": 263,
7664
7840
  "character": 3
7665
7841
  },
7666
7842
  "signature": "(method) ApplicationMain.getAppByNameOrId(appNameOrId: string): Application | undefined",
@@ -7670,7 +7846,7 @@
7670
7846
  "__schema": "ParameterSchema",
7671
7847
  "location": {
7672
7848
  "filePath": "application.main.runtime.ts",
7673
- "line": 254,
7849
+ "line": 263,
7674
7850
  "character": 20
7675
7851
  },
7676
7852
  "name": "appNameOrId",
@@ -7678,7 +7854,7 @@
7678
7854
  "__schema": "KeywordTypeSchema",
7679
7855
  "location": {
7680
7856
  "filePath": "application.main.runtime.ts",
7681
- "line": 254,
7857
+ "line": 263,
7682
7858
  "character": 33
7683
7859
  },
7684
7860
  "name": "string"
@@ -7691,7 +7867,7 @@
7691
7867
  "__schema": "TypeUnionSchema",
7692
7868
  "location": {
7693
7869
  "filePath": "application.main.runtime.ts",
7694
- "line": 254,
7870
+ "line": 263,
7695
7871
  "character": 42
7696
7872
  },
7697
7873
  "types": [
@@ -7699,7 +7875,7 @@
7699
7875
  "__schema": "TypeRefSchema",
7700
7876
  "location": {
7701
7877
  "filePath": "application.main.runtime.ts",
7702
- "line": 254,
7878
+ "line": 263,
7703
7879
  "character": 42
7704
7880
  },
7705
7881
  "name": "Application"
@@ -7708,7 +7884,7 @@
7708
7884
  "__schema": "KeywordTypeSchema",
7709
7885
  "location": {
7710
7886
  "filePath": "application.main.runtime.ts",
7711
- "line": 254,
7887
+ "line": 263,
7712
7888
  "character": 56
7713
7889
  },
7714
7890
  "name": "undefined"
@@ -7721,7 +7897,7 @@
7721
7897
  "__schema": "FunctionLikeSchema",
7722
7898
  "location": {
7723
7899
  "filePath": "application.main.runtime.ts",
7724
- "line": 267,
7900
+ "line": 276,
7725
7901
  "character": 3
7726
7902
  },
7727
7903
  "signature": "(method) ApplicationMain.getAppPattern(appType: ApplicationType<unknown>): string",
@@ -7731,7 +7907,7 @@
7731
7907
  "__schema": "ParameterSchema",
7732
7908
  "location": {
7733
7909
  "filePath": "application.main.runtime.ts",
7734
- "line": 267,
7910
+ "line": 276,
7735
7911
  "character": 17
7736
7912
  },
7737
7913
  "name": "appType",
@@ -7739,7 +7915,7 @@
7739
7915
  "__schema": "TypeRefSchema",
7740
7916
  "location": {
7741
7917
  "filePath": "application.main.runtime.ts",
7742
- "line": 267,
7918
+ "line": 276,
7743
7919
  "character": 26
7744
7920
  },
7745
7921
  "name": "ApplicationType",
@@ -7748,7 +7924,7 @@
7748
7924
  "__schema": "KeywordTypeSchema",
7749
7925
  "location": {
7750
7926
  "filePath": "application.main.runtime.ts",
7751
- "line": 267,
7927
+ "line": 276,
7752
7928
  "character": 42
7753
7929
  },
7754
7930
  "name": "unknown"
@@ -7763,7 +7939,7 @@
7763
7939
  "__schema": "InferenceTypeSchema",
7764
7940
  "location": {
7765
7941
  "filePath": "application.main.runtime.ts",
7766
- "line": 267,
7942
+ "line": 276,
7767
7943
  "character": 3
7768
7944
  },
7769
7945
  "type": "string"
@@ -7774,14 +7950,14 @@
7774
7950
  "__schema": "FunctionLikeSchema",
7775
7951
  "location": {
7776
7952
  "filePath": "application.main.runtime.ts",
7777
- "line": 275,
7953
+ "line": 284,
7778
7954
  "character": 3
7779
7955
  },
7780
7956
  "doc": {
7781
7957
  "__schema": "DocSchema",
7782
7958
  "location": {
7783
7959
  "filePath": "application.main.runtime.ts",
7784
- "line": 272,
7960
+ "line": 281,
7785
7961
  "character": 3
7786
7962
  },
7787
7963
  "raw": "/**\n * registers a new app and sets a plugin for it.\n */",
@@ -7795,7 +7971,7 @@
7795
7971
  "__schema": "ParameterSchema",
7796
7972
  "location": {
7797
7973
  "filePath": "application.main.runtime.ts",
7798
- "line": 275,
7974
+ "line": 284,
7799
7975
  "character": 22
7800
7976
  },
7801
7977
  "name": "appTypes",
@@ -7803,7 +7979,7 @@
7803
7979
  "__schema": "TypeRefSchema",
7804
7980
  "location": {
7805
7981
  "filePath": "application.main.runtime.ts",
7806
- "line": 275,
7982
+ "line": 284,
7807
7983
  "character": 35
7808
7984
  },
7809
7985
  "name": "Array",
@@ -7812,7 +7988,7 @@
7812
7988
  "__schema": "TypeRefSchema",
7813
7989
  "location": {
7814
7990
  "filePath": "application.main.runtime.ts",
7815
- "line": 275,
7991
+ "line": 284,
7816
7992
  "character": 41
7817
7993
  },
7818
7994
  "name": "ApplicationType",
@@ -7821,7 +7997,7 @@
7821
7997
  "__schema": "TypeRefSchema",
7822
7998
  "location": {
7823
7999
  "filePath": "application.main.runtime.ts",
7824
- "line": 275,
8000
+ "line": 284,
7825
8001
  "character": 57
7826
8002
  },
7827
8003
  "name": "T"
@@ -7838,7 +8014,7 @@
7838
8014
  "__schema": "TypeRefSchema",
7839
8015
  "location": {
7840
8016
  "filePath": "application.main.runtime.ts",
7841
- "line": 275,
8017
+ "line": 284,
7842
8018
  "character": 3
7843
8019
  },
7844
8020
  "name": "ApplicationMain"
@@ -7852,14 +8028,14 @@
7852
8028
  "__schema": "FunctionLikeSchema",
7853
8029
  "location": {
7854
8030
  "filePath": "application.main.runtime.ts",
7855
- "line": 288,
8031
+ "line": 297,
7856
8032
  "character": 3
7857
8033
  },
7858
8034
  "doc": {
7859
8035
  "__schema": "DocSchema",
7860
8036
  "location": {
7861
8037
  "filePath": "application.main.runtime.ts",
7862
- "line": 285,
8038
+ "line": 294,
7863
8039
  "character": 3
7864
8040
  },
7865
8041
  "raw": "/**\n * get an app AspectId.\n */",
@@ -7873,7 +8049,7 @@
7873
8049
  "__schema": "ParameterSchema",
7874
8050
  "location": {
7875
8051
  "filePath": "application.main.runtime.ts",
7876
- "line": 288,
8052
+ "line": 297,
7877
8053
  "character": 16
7878
8054
  },
7879
8055
  "name": "appName",
@@ -7881,7 +8057,7 @@
7881
8057
  "__schema": "KeywordTypeSchema",
7882
8058
  "location": {
7883
8059
  "filePath": "application.main.runtime.ts",
7884
- "line": 288,
8060
+ "line": 297,
7885
8061
  "character": 25
7886
8062
  },
7887
8063
  "name": "string"
@@ -7894,7 +8070,7 @@
7894
8070
  "__schema": "TypeUnionSchema",
7895
8071
  "location": {
7896
8072
  "filePath": "application.main.runtime.ts",
7897
- "line": 288,
8073
+ "line": 297,
7898
8074
  "character": 34
7899
8075
  },
7900
8076
  "types": [
@@ -7902,7 +8078,7 @@
7902
8078
  "__schema": "KeywordTypeSchema",
7903
8079
  "location": {
7904
8080
  "filePath": "application.main.runtime.ts",
7905
- "line": 288,
8081
+ "line": 297,
7906
8082
  "character": 34
7907
8083
  },
7908
8084
  "name": "string"
@@ -7911,7 +8087,7 @@
7911
8087
  "__schema": "KeywordTypeSchema",
7912
8088
  "location": {
7913
8089
  "filePath": "application.main.runtime.ts",
7914
- "line": 288,
8090
+ "line": 297,
7915
8091
  "character": 43
7916
8092
  },
7917
8093
  "name": "undefined"
@@ -7924,14 +8100,14 @@
7924
8100
  "__schema": "FunctionLikeSchema",
7925
8101
  "location": {
7926
8102
  "filePath": "application.main.runtime.ts",
7927
- "line": 296,
8103
+ "line": 305,
7928
8104
  "character": 3
7929
8105
  },
7930
8106
  "doc": {
7931
8107
  "__schema": "DocSchema",
7932
8108
  "location": {
7933
8109
  "filePath": "application.main.runtime.ts",
7934
- "line": 292,
8110
+ "line": 301,
7935
8111
  "character": 3
7936
8112
  },
7937
8113
  "raw": "/**\n * get app to throw.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
@@ -7945,7 +8121,7 @@
7945
8121
  "__schema": "ParameterSchema",
7946
8122
  "location": {
7947
8123
  "filePath": "application.main.runtime.ts",
7948
- "line": 296,
8124
+ "line": 305,
7949
8125
  "character": 17
7950
8126
  },
7951
8127
  "name": "appName",
@@ -7953,7 +8129,7 @@
7953
8129
  "__schema": "KeywordTypeSchema",
7954
8130
  "location": {
7955
8131
  "filePath": "application.main.runtime.ts",
7956
- "line": 296,
8132
+ "line": 305,
7957
8133
  "character": 26
7958
8134
  },
7959
8135
  "name": "string"
@@ -7966,7 +8142,7 @@
7966
8142
  "__schema": "TypeRefSchema",
7967
8143
  "location": {
7968
8144
  "filePath": "application.main.runtime.ts",
7969
- "line": 296,
8145
+ "line": 305,
7970
8146
  "character": 3
7971
8147
  },
7972
8148
  "name": "Application"
@@ -7977,7 +8153,7 @@
7977
8153
  "__schema": "VariableLikeSchema",
7978
8154
  "location": {
7979
8155
  "filePath": "application.main.runtime.ts",
7980
- "line": 302,
8156
+ "line": 311,
7981
8157
  "character": 3
7982
8158
  },
7983
8159
  "signature": "(property) ApplicationMain.defaultOpts: ServeAppOptions",
@@ -7986,7 +8162,7 @@
7986
8162
  "__schema": "TypeRefSchema",
7987
8163
  "location": {
7988
8164
  "filePath": "application.main.runtime.ts",
7989
- "line": 302,
8165
+ "line": 311,
7990
8166
  "character": 3
7991
8167
  },
7992
8168
  "name": "ServeAppOptions",
@@ -7999,7 +8175,7 @@
7999
8175
  "__schema": "FunctionLikeSchema",
8000
8176
  "location": {
8001
8177
  "filePath": "application.main.runtime.ts",
8002
- "line": 315,
8178
+ "line": 324,
8003
8179
  "character": 3
8004
8180
  },
8005
8181
  "signature": "(method) ApplicationMain.loadAppsToSlot(): Promise<this>",
@@ -8009,7 +8185,7 @@
8009
8185
  "__schema": "InferenceTypeSchema",
8010
8186
  "location": {
8011
8187
  "filePath": "application.main.runtime.ts",
8012
- "line": 315,
8188
+ "line": 324,
8013
8189
  "character": 3
8014
8190
  },
8015
8191
  "type": "Promise<this>"
@@ -8022,14 +8198,14 @@
8022
8198
  "__schema": "FunctionLikeSchema",
8023
8199
  "location": {
8024
8200
  "filePath": "application.main.runtime.ts",
8025
- "line": 325,
8201
+ "line": 334,
8026
8202
  "character": 3
8027
8203
  },
8028
8204
  "doc": {
8029
8205
  "__schema": "DocSchema",
8030
8206
  "location": {
8031
8207
  "filePath": "application.main.runtime.ts",
8032
- "line": 321,
8208
+ "line": 330,
8033
8209
  "character": 3
8034
8210
  },
8035
8211
  "raw": "/**\n * run an app.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
@@ -8043,7 +8219,7 @@
8043
8219
  "__schema": "ParameterSchema",
8044
8220
  "location": {
8045
8221
  "filePath": "application.main.runtime.ts",
8046
- "line": 326,
8222
+ "line": 335,
8047
8223
  "character": 5
8048
8224
  },
8049
8225
  "name": "appName",
@@ -8051,7 +8227,7 @@
8051
8227
  "__schema": "KeywordTypeSchema",
8052
8228
  "location": {
8053
8229
  "filePath": "application.main.runtime.ts",
8054
- "line": 326,
8230
+ "line": 335,
8055
8231
  "character": 14
8056
8232
  },
8057
8233
  "name": "string"
@@ -8063,7 +8239,7 @@
8063
8239
  "__schema": "ParameterSchema",
8064
8240
  "location": {
8065
8241
  "filePath": "application.main.runtime.ts",
8066
- "line": 327,
8242
+ "line": 336,
8067
8243
  "character": 5
8068
8244
  },
8069
8245
  "name": "options",
@@ -8071,7 +8247,7 @@
8071
8247
  "__schema": "TypeRefSchema",
8072
8248
  "location": {
8073
8249
  "filePath": "application.main.runtime.ts",
8074
- "line": 327,
8250
+ "line": 336,
8075
8251
  "character": 15
8076
8252
  },
8077
8253
  "name": "ServeAppOptions"
@@ -8084,7 +8260,7 @@
8084
8260
  "__schema": "TypeRefSchema",
8085
8261
  "location": {
8086
8262
  "filePath": "application.main.runtime.ts",
8087
- "line": 328,
8263
+ "line": 337,
8088
8264
  "character": 6
8089
8265
  },
8090
8266
  "name": "Promise",
@@ -8093,7 +8269,7 @@
8093
8269
  "__schema": "TypeLiteralSchema",
8094
8270
  "location": {
8095
8271
  "filePath": "application.main.runtime.ts",
8096
- "line": 328,
8272
+ "line": 337,
8097
8273
  "character": 14
8098
8274
  },
8099
8275
  "members": [
@@ -8101,7 +8277,7 @@
8101
8277
  "__schema": "VariableLikeSchema",
8102
8278
  "location": {
8103
8279
  "filePath": "application.main.runtime.ts",
8104
- "line": 329,
8280
+ "line": 338,
8105
8281
  "character": 5
8106
8282
  },
8107
8283
  "signature": "(property) app: Application",
@@ -8110,7 +8286,7 @@
8110
8286
  "__schema": "TypeRefSchema",
8111
8287
  "location": {
8112
8288
  "filePath": "application.main.runtime.ts",
8113
- "line": 329,
8289
+ "line": 338,
8114
8290
  "character": 5
8115
8291
  },
8116
8292
  "name": "Application"
@@ -8121,7 +8297,7 @@
8121
8297
  "__schema": "VariableLikeSchema",
8122
8298
  "location": {
8123
8299
  "filePath": "application.main.runtime.ts",
8124
- "line": 330,
8300
+ "line": 339,
8125
8301
  "character": 5
8126
8302
  },
8127
8303
  "signature": "(property) port: number | undefined",
@@ -8130,7 +8306,7 @@
8130
8306
  "__schema": "TypeUnionSchema",
8131
8307
  "location": {
8132
8308
  "filePath": "application.main.runtime.ts",
8133
- "line": 330,
8309
+ "line": 339,
8134
8310
  "character": 11
8135
8311
  },
8136
8312
  "types": [
@@ -8138,7 +8314,7 @@
8138
8314
  "__schema": "KeywordTypeSchema",
8139
8315
  "location": {
8140
8316
  "filePath": "application.main.runtime.ts",
8141
- "line": 330,
8317
+ "line": 339,
8142
8318
  "character": 11
8143
8319
  },
8144
8320
  "name": "number"
@@ -8147,7 +8323,7 @@
8147
8323
  "__schema": "KeywordTypeSchema",
8148
8324
  "location": {
8149
8325
  "filePath": "application.main.runtime.ts",
8150
- "line": 330,
8326
+ "line": 339,
8151
8327
  "character": 20
8152
8328
  },
8153
8329
  "name": "undefined"
@@ -8160,7 +8336,7 @@
8160
8336
  "__schema": "VariableLikeSchema",
8161
8337
  "location": {
8162
8338
  "filePath": "application.main.runtime.ts",
8163
- "line": 331,
8339
+ "line": 340,
8164
8340
  "character": 5
8165
8341
  },
8166
8342
  "signature": "(property) errors?: Error[] | undefined",
@@ -8169,14 +8345,14 @@
8169
8345
  "__schema": "TypeArraySchema",
8170
8346
  "location": {
8171
8347
  "filePath": "application.main.runtime.ts",
8172
- "line": 331,
8348
+ "line": 340,
8173
8349
  "character": 14
8174
8350
  },
8175
8351
  "type": {
8176
8352
  "__schema": "TypeRefSchema",
8177
8353
  "location": {
8178
8354
  "filePath": "application.main.runtime.ts",
8179
- "line": 331,
8355
+ "line": 340,
8180
8356
  "character": 14
8181
8357
  },
8182
8358
  "name": "Error"
@@ -8188,7 +8364,7 @@
8188
8364
  "__schema": "VariableLikeSchema",
8189
8365
  "location": {
8190
8366
  "filePath": "application.main.runtime.ts",
8191
- "line": 332,
8367
+ "line": 341,
8192
8368
  "character": 5
8193
8369
  },
8194
8370
  "signature": "(property) isOldApi: boolean",
@@ -8197,7 +8373,7 @@
8197
8373
  "__schema": "KeywordTypeSchema",
8198
8374
  "location": {
8199
8375
  "filePath": "application.main.runtime.ts",
8200
- "line": 332,
8376
+ "line": 341,
8201
8377
  "character": 15
8202
8378
  },
8203
8379
  "name": "boolean"
@@ -8216,14 +8392,14 @@
8216
8392
  "__schema": "FunctionLikeSchema",
8217
8393
  "location": {
8218
8394
  "filePath": "application.main.runtime.ts",
8219
- "line": 361,
8395
+ "line": 370,
8220
8396
  "character": 3
8221
8397
  },
8222
8398
  "doc": {
8223
8399
  "__schema": "DocSchema",
8224
8400
  "location": {
8225
8401
  "filePath": "application.main.runtime.ts",
8226
- "line": 358,
8402
+ "line": 367,
8227
8403
  "character": 3
8228
8404
  },
8229
8405
  "raw": "/**\n * get the component ID of a certain app.\n */",
@@ -8237,7 +8413,7 @@
8237
8413
  "__schema": "ParameterSchema",
8238
8414
  "location": {
8239
8415
  "filePath": "application.main.runtime.ts",
8240
- "line": 361,
8416
+ "line": 370,
8241
8417
  "character": 25
8242
8418
  },
8243
8419
  "name": "appName",
@@ -8245,7 +8421,7 @@
8245
8421
  "__schema": "KeywordTypeSchema",
8246
8422
  "location": {
8247
8423
  "filePath": "application.main.runtime.ts",
8248
- "line": 361,
8424
+ "line": 370,
8249
8425
  "character": 34
8250
8426
  },
8251
8427
  "name": "string"
@@ -8258,7 +8434,7 @@
8258
8434
  "__schema": "InferenceTypeSchema",
8259
8435
  "location": {
8260
8436
  "filePath": "application.main.runtime.ts",
8261
- "line": 361,
8437
+ "line": 370,
8262
8438
  "character": 3
8263
8439
  },
8264
8440
  "type": "Promise<ComponentID>"
@@ -8271,7 +8447,7 @@
8271
8447
  "__schema": "FunctionLikeSchema",
8272
8448
  "location": {
8273
8449
  "filePath": "application.main.runtime.ts",
8274
- "line": 401,
8450
+ "line": 410,
8275
8451
  "character": 3
8276
8452
  },
8277
8453
  "signature": "(method) ApplicationMain.createAppBuildContext(id: ComponentID, appName: string, capsuleRootDir: string, rootDir?: string): Promise<AppContext>",
@@ -8281,7 +8457,7 @@
8281
8457
  "__schema": "ParameterSchema",
8282
8458
  "location": {
8283
8459
  "filePath": "application.main.runtime.ts",
8284
- "line": 401,
8460
+ "line": 410,
8285
8461
  "character": 31
8286
8462
  },
8287
8463
  "name": "id",
@@ -8289,7 +8465,7 @@
8289
8465
  "__schema": "TypeRefSchema",
8290
8466
  "location": {
8291
8467
  "filePath": "application.main.runtime.ts",
8292
- "line": 401,
8468
+ "line": 410,
8293
8469
  "character": 35
8294
8470
  },
8295
8471
  "name": "ComponentID"
@@ -8301,7 +8477,7 @@
8301
8477
  "__schema": "ParameterSchema",
8302
8478
  "location": {
8303
8479
  "filePath": "application.main.runtime.ts",
8304
- "line": 401,
8480
+ "line": 410,
8305
8481
  "character": 48
8306
8482
  },
8307
8483
  "name": "appName",
@@ -8309,7 +8485,7 @@
8309
8485
  "__schema": "KeywordTypeSchema",
8310
8486
  "location": {
8311
8487
  "filePath": "application.main.runtime.ts",
8312
- "line": 401,
8488
+ "line": 410,
8313
8489
  "character": 57
8314
8490
  },
8315
8491
  "name": "string"
@@ -8321,7 +8497,7 @@
8321
8497
  "__schema": "ParameterSchema",
8322
8498
  "location": {
8323
8499
  "filePath": "application.main.runtime.ts",
8324
- "line": 401,
8500
+ "line": 410,
8325
8501
  "character": 65
8326
8502
  },
8327
8503
  "name": "capsuleRootDir",
@@ -8329,7 +8505,7 @@
8329
8505
  "__schema": "KeywordTypeSchema",
8330
8506
  "location": {
8331
8507
  "filePath": "application.main.runtime.ts",
8332
- "line": 401,
8508
+ "line": 410,
8333
8509
  "character": 81
8334
8510
  },
8335
8511
  "name": "string"
@@ -8341,7 +8517,7 @@
8341
8517
  "__schema": "ParameterSchema",
8342
8518
  "location": {
8343
8519
  "filePath": "application.main.runtime.ts",
8344
- "line": 401,
8520
+ "line": 410,
8345
8521
  "character": 89
8346
8522
  },
8347
8523
  "name": "rootDir",
@@ -8349,7 +8525,7 @@
8349
8525
  "__schema": "KeywordTypeSchema",
8350
8526
  "location": {
8351
8527
  "filePath": "application.main.runtime.ts",
8352
- "line": 401,
8528
+ "line": 410,
8353
8529
  "character": 99
8354
8530
  },
8355
8531
  "name": "string"
@@ -8362,7 +8538,7 @@
8362
8538
  "__schema": "InferenceTypeSchema",
8363
8539
  "location": {
8364
8540
  "filePath": "application.main.runtime.ts",
8365
- "line": 401,
8541
+ "line": 410,
8366
8542
  "character": 3
8367
8543
  },
8368
8544
  "type": "Promise<AppContext>"
@@ -8375,7 +8551,7 @@
8375
8551
  "__schema": "VariableLikeSchema",
8376
8552
  "location": {
8377
8553
  "filePath": "application.main.runtime.ts",
8378
- "line": 427,
8554
+ "line": 436,
8379
8555
  "character": 3
8380
8556
  },
8381
8557
  "signature": "(property) ApplicationMain.runtime: RuntimeDefinition",
@@ -8384,7 +8560,7 @@
8384
8560
  "__schema": "InferenceTypeSchema",
8385
8561
  "location": {
8386
8562
  "filePath": "application.main.runtime.ts",
8387
- "line": 427,
8563
+ "line": 436,
8388
8564
  "character": 3
8389
8565
  },
8390
8566
  "type": "RuntimeDefinition"
@@ -8396,7 +8572,7 @@
8396
8572
  "__schema": "VariableLikeSchema",
8397
8573
  "location": {
8398
8574
  "filePath": "application.main.runtime.ts",
8399
- "line": 428,
8575
+ "line": 437,
8400
8576
  "character": 3
8401
8577
  },
8402
8578
  "signature": "(property) ApplicationMain.dependencies: Aspect[]",
@@ -8405,7 +8581,7 @@
8405
8581
  "__schema": "InferenceTypeSchema",
8406
8582
  "location": {
8407
8583
  "filePath": "application.main.runtime.ts",
8408
- "line": 428,
8584
+ "line": 437,
8409
8585
  "character": 3
8410
8586
  },
8411
8587
  "type": "Aspect[]"
@@ -8417,7 +8593,7 @@
8417
8593
  "__schema": "VariableLikeSchema",
8418
8594
  "location": {
8419
8595
  "filePath": "application.main.runtime.ts",
8420
- "line": 440,
8596
+ "line": 449,
8421
8597
  "character": 3
8422
8598
  },
8423
8599
  "signature": "(property) ApplicationMain.slots: (((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -8426,7 +8602,7 @@
8426
8602
  "__schema": "InferenceTypeSchema",
8427
8603
  "location": {
8428
8604
  "filePath": "application.main.runtime.ts",
8429
- "line": 440,
8605
+ "line": 449,
8430
8606
  "character": 3
8431
8607
  },
8432
8608
  "type": "(((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -8438,7 +8614,7 @@
8438
8614
  "__schema": "FunctionLikeSchema",
8439
8615
  "location": {
8440
8616
  "filePath": "application.main.runtime.ts",
8441
- "line": 446,
8617
+ "line": 455,
8442
8618
  "character": 3
8443
8619
  },
8444
8620
  "signature": "(method) ApplicationMain.provider([cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope]: [\n CLIMain,\n LoggerMain,\n BuilderMain,\n EnvsMain,\n ComponentMain,\n AspectLoaderMain,\n Workspace,\n WatcherMain,\n ScopeMain\n], config: ApplicationAspectConfig, [appTypeSlot, appSlot, deploymentProviderSlot]: [ApplicationTypeSlot, ApplicationSlot, DeploymentProviderSlot], harmony: Harmony): Promise<ApplicationMain>",
@@ -8448,7 +8624,7 @@
8448
8624
  "__schema": "ParameterSchema",
8449
8625
  "location": {
8450
8626
  "filePath": "application.main.runtime.ts",
8451
- "line": 447,
8627
+ "line": 456,
8452
8628
  "character": 5
8453
8629
  },
8454
8630
  "name": "[ cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope ]",
@@ -8456,7 +8632,7 @@
8456
8632
  "__schema": "TupleTypeSchema",
8457
8633
  "location": {
8458
8634
  "filePath": "application.main.runtime.ts",
8459
- "line": 447,
8635
+ "line": 456,
8460
8636
  "character": 93
8461
8637
  },
8462
8638
  "elements": [
@@ -8464,7 +8640,7 @@
8464
8640
  "__schema": "TypeRefSchema",
8465
8641
  "location": {
8466
8642
  "filePath": "application.main.runtime.ts",
8467
- "line": 448,
8643
+ "line": 457,
8468
8644
  "character": 7
8469
8645
  },
8470
8646
  "name": "CLIMain"
@@ -8473,7 +8649,7 @@
8473
8649
  "__schema": "TypeRefSchema",
8474
8650
  "location": {
8475
8651
  "filePath": "application.main.runtime.ts",
8476
- "line": 449,
8652
+ "line": 458,
8477
8653
  "character": 7
8478
8654
  },
8479
8655
  "name": "LoggerMain"
@@ -8482,7 +8658,7 @@
8482
8658
  "__schema": "TypeRefSchema",
8483
8659
  "location": {
8484
8660
  "filePath": "application.main.runtime.ts",
8485
- "line": 450,
8661
+ "line": 459,
8486
8662
  "character": 7
8487
8663
  },
8488
8664
  "name": "BuilderMain"
@@ -8491,7 +8667,7 @@
8491
8667
  "__schema": "TypeRefSchema",
8492
8668
  "location": {
8493
8669
  "filePath": "application.main.runtime.ts",
8494
- "line": 451,
8670
+ "line": 460,
8495
8671
  "character": 7
8496
8672
  },
8497
8673
  "name": "EnvsMain"
@@ -8500,7 +8676,7 @@
8500
8676
  "__schema": "TypeRefSchema",
8501
8677
  "location": {
8502
8678
  "filePath": "application.main.runtime.ts",
8503
- "line": 452,
8679
+ "line": 461,
8504
8680
  "character": 7
8505
8681
  },
8506
8682
  "name": "ComponentMain"
@@ -8509,7 +8685,7 @@
8509
8685
  "__schema": "TypeRefSchema",
8510
8686
  "location": {
8511
8687
  "filePath": "application.main.runtime.ts",
8512
- "line": 453,
8688
+ "line": 462,
8513
8689
  "character": 7
8514
8690
  },
8515
8691
  "name": "AspectLoaderMain"
@@ -8518,7 +8694,7 @@
8518
8694
  "__schema": "TypeRefSchema",
8519
8695
  "location": {
8520
8696
  "filePath": "application.main.runtime.ts",
8521
- "line": 454,
8697
+ "line": 463,
8522
8698
  "character": 7
8523
8699
  },
8524
8700
  "name": "Workspace"
@@ -8527,7 +8703,7 @@
8527
8703
  "__schema": "TypeRefSchema",
8528
8704
  "location": {
8529
8705
  "filePath": "application.main.runtime.ts",
8530
- "line": 455,
8706
+ "line": 464,
8531
8707
  "character": 7
8532
8708
  },
8533
8709
  "name": "WatcherMain"
@@ -8536,7 +8712,7 @@
8536
8712
  "__schema": "TypeRefSchema",
8537
8713
  "location": {
8538
8714
  "filePath": "application.main.runtime.ts",
8539
- "line": 456,
8715
+ "line": 465,
8540
8716
  "character": 7
8541
8717
  },
8542
8718
  "name": "ScopeMain"
@@ -8550,7 +8726,7 @@
8550
8726
  "__schema": "ParameterSchema",
8551
8727
  "location": {
8552
8728
  "filePath": "application.main.runtime.ts",
8553
- "line": 458,
8729
+ "line": 467,
8554
8730
  "character": 5
8555
8731
  },
8556
8732
  "name": "config",
@@ -8558,7 +8734,7 @@
8558
8734
  "__schema": "TypeRefSchema",
8559
8735
  "location": {
8560
8736
  "filePath": "application.main.runtime.ts",
8561
- "line": 458,
8737
+ "line": 467,
8562
8738
  "character": 13
8563
8739
  },
8564
8740
  "name": "ApplicationAspectConfig"
@@ -8570,7 +8746,7 @@
8570
8746
  "__schema": "ParameterSchema",
8571
8747
  "location": {
8572
8748
  "filePath": "application.main.runtime.ts",
8573
- "line": 459,
8749
+ "line": 468,
8574
8750
  "character": 5
8575
8751
  },
8576
8752
  "name": "[ appTypeSlot, appSlot, deploymentProviderSlot ]",
@@ -8578,7 +8754,7 @@
8578
8754
  "__schema": "TupleTypeSchema",
8579
8755
  "location": {
8580
8756
  "filePath": "application.main.runtime.ts",
8581
- "line": 459,
8757
+ "line": 468,
8582
8758
  "character": 53
8583
8759
  },
8584
8760
  "elements": [
@@ -8586,7 +8762,7 @@
8586
8762
  "__schema": "TypeRefSchema",
8587
8763
  "location": {
8588
8764
  "filePath": "application.main.runtime.ts",
8589
- "line": 459,
8765
+ "line": 468,
8590
8766
  "character": 54
8591
8767
  },
8592
8768
  "name": "ApplicationTypeSlot"
@@ -8595,7 +8771,7 @@
8595
8771
  "__schema": "TypeRefSchema",
8596
8772
  "location": {
8597
8773
  "filePath": "application.main.runtime.ts",
8598
- "line": 459,
8774
+ "line": 468,
8599
8775
  "character": 75
8600
8776
  },
8601
8777
  "name": "ApplicationSlot"
@@ -8604,7 +8780,7 @@
8604
8780
  "__schema": "TypeRefSchema",
8605
8781
  "location": {
8606
8782
  "filePath": "application.main.runtime.ts",
8607
- "line": 459,
8783
+ "line": 468,
8608
8784
  "character": 92
8609
8785
  },
8610
8786
  "name": "DeploymentProviderSlot"
@@ -8618,7 +8794,7 @@
8618
8794
  "__schema": "ParameterSchema",
8619
8795
  "location": {
8620
8796
  "filePath": "application.main.runtime.ts",
8621
- "line": 460,
8797
+ "line": 469,
8622
8798
  "character": 5
8623
8799
  },
8624
8800
  "name": "harmony",
@@ -8626,7 +8802,7 @@
8626
8802
  "__schema": "TypeRefSchema",
8627
8803
  "location": {
8628
8804
  "filePath": "application.main.runtime.ts",
8629
- "line": 460,
8805
+ "line": 469,
8630
8806
  "character": 14
8631
8807
  },
8632
8808
  "name": "Harmony"
@@ -8639,7 +8815,7 @@
8639
8815
  "__schema": "InferenceTypeSchema",
8640
8816
  "location": {
8641
8817
  "filePath": "application.main.runtime.ts",
8642
- "line": 446,
8818
+ "line": 455,
8643
8819
  "character": 3
8644
8820
  },
8645
8821
  "type": "Promise<ApplicationMain>"
@@ -8659,7 +8835,7 @@
8659
8835
  "__schema": "UnImplementedSchema",
8660
8836
  "location": {
8661
8837
  "filePath": "application.main.runtime.ts",
8662
- "line": 510,
8838
+ "line": 519,
8663
8839
  "character": 1
8664
8840
  },
8665
8841
  "name": "ApplicationAspect.addRuntime(ApplicationMain);",
@@ -9158,7 +9334,7 @@
9158
9334
  "_legacy": {
9159
9335
  "scope": "teambit.harmony",
9160
9336
  "name": "application",
9161
- "version": "1.0.337"
9337
+ "version": "1.0.338"
9162
9338
  },
9163
9339
  "_scope": "teambit.harmony"
9164
9340
  }
@@ -9723,7 +9899,7 @@
9723
9899
  "_legacy": {
9724
9900
  "scope": "teambit.harmony",
9725
9901
  "name": "application",
9726
- "version": "1.0.337"
9902
+ "version": "1.0.338"
9727
9903
  },
9728
9904
  "_scope": "teambit.harmony"
9729
9905
  }
@@ -10211,7 +10387,7 @@
10211
10387
  "_legacy": {
10212
10388
  "scope": "teambit.harmony",
10213
10389
  "name": "application",
10214
- "version": "1.0.337"
10390
+ "version": "1.0.338"
10215
10391
  },
10216
10392
  "_scope": "teambit.harmony"
10217
10393
  }
@@ -10414,7 +10590,7 @@
10414
10590
  "_legacy": {
10415
10591
  "scope": "teambit.harmony",
10416
10592
  "name": "application",
10417
- "version": "1.0.337"
10593
+ "version": "1.0.338"
10418
10594
  },
10419
10595
  "_scope": "teambit.harmony"
10420
10596
  }
@@ -10902,7 +11078,7 @@
10902
11078
  "_legacy": {
10903
11079
  "scope": "teambit.harmony",
10904
11080
  "name": "application",
10905
- "version": "1.0.337"
11081
+ "version": "1.0.338"
10906
11082
  },
10907
11083
  "_scope": "teambit.harmony"
10908
11084
  }
@@ -11835,7 +12011,7 @@
11835
12011
  "componentId": {
11836
12012
  "scope": "teambit.harmony",
11837
12013
  "name": "application",
11838
- "version": "1.0.337"
12014
+ "version": "1.0.338"
11839
12015
  },
11840
12016
  "taggedModuleExports": []
11841
12017
  }