@teambit/application 1.0.406 → 1.0.408
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_harmony_application-preview.js +1 -1
- package/artifacts/schema.json +324 -324
- package/dist/application.main.runtime.js +8 -1
- package/dist/application.main.runtime.js.map +1 -1
- package/dist/{preview-1726152400918.js → preview-1726543267663.js} +2 -2
- package/package.json +12 -12
package/artifacts/schema.json
CHANGED
|
@@ -931,14 +931,14 @@
|
|
|
931
931
|
"__schema": "FunctionLikeSchema",
|
|
932
932
|
"location": {
|
|
933
933
|
"filePath": "application.main.runtime.ts",
|
|
934
|
-
"line":
|
|
934
|
+
"line": 148,
|
|
935
935
|
"character": 3
|
|
936
936
|
},
|
|
937
937
|
"doc": {
|
|
938
938
|
"__schema": "DocSchema",
|
|
939
939
|
"location": {
|
|
940
940
|
"filePath": "application.main.runtime.ts",
|
|
941
|
-
"line":
|
|
941
|
+
"line": 144,
|
|
942
942
|
"character": 3
|
|
943
943
|
},
|
|
944
944
|
"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 */",
|
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
"__schema": "ParameterSchema",
|
|
953
953
|
"location": {
|
|
954
954
|
"filePath": "application.main.runtime.ts",
|
|
955
|
-
"line":
|
|
955
|
+
"line": 148,
|
|
956
956
|
"character": 16
|
|
957
957
|
},
|
|
958
958
|
"name": "id",
|
|
@@ -960,7 +960,7 @@
|
|
|
960
960
|
"__schema": "TypeRefSchema",
|
|
961
961
|
"location": {
|
|
962
962
|
"filePath": "application.main.runtime.ts",
|
|
963
|
-
"line":
|
|
963
|
+
"line": 148,
|
|
964
964
|
"character": 21
|
|
965
965
|
},
|
|
966
966
|
"name": "ComponentID"
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
"__schema": "TypeUnionSchema",
|
|
974
974
|
"location": {
|
|
975
975
|
"filePath": "application.main.runtime.ts",
|
|
976
|
-
"line":
|
|
976
|
+
"line": 148,
|
|
977
977
|
"character": 35
|
|
978
978
|
},
|
|
979
979
|
"types": [
|
|
@@ -981,14 +981,14 @@
|
|
|
981
981
|
"__schema": "TypeArraySchema",
|
|
982
982
|
"location": {
|
|
983
983
|
"filePath": "application.main.runtime.ts",
|
|
984
|
-
"line":
|
|
984
|
+
"line": 148,
|
|
985
985
|
"character": 35
|
|
986
986
|
},
|
|
987
987
|
"type": {
|
|
988
988
|
"__schema": "TypeRefSchema",
|
|
989
989
|
"location": {
|
|
990
990
|
"filePath": "application.main.runtime.ts",
|
|
991
|
-
"line":
|
|
991
|
+
"line": 148,
|
|
992
992
|
"character": 35
|
|
993
993
|
},
|
|
994
994
|
"name": "Application"
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
"__schema": "KeywordTypeSchema",
|
|
999
999
|
"location": {
|
|
1000
1000
|
"filePath": "application.main.runtime.ts",
|
|
1001
|
-
"line":
|
|
1001
|
+
"line": 148,
|
|
1002
1002
|
"character": 51
|
|
1003
1003
|
},
|
|
1004
1004
|
"name": "undefined"
|
|
@@ -1011,14 +1011,14 @@
|
|
|
1011
1011
|
"__schema": "FunctionLikeSchema",
|
|
1012
1012
|
"location": {
|
|
1013
1013
|
"filePath": "application.main.runtime.ts",
|
|
1014
|
-
"line":
|
|
1014
|
+
"line": 157,
|
|
1015
1015
|
"character": 3
|
|
1016
1016
|
},
|
|
1017
1017
|
"doc": {
|
|
1018
1018
|
"__schema": "DocSchema",
|
|
1019
1019
|
"location": {
|
|
1020
1020
|
"filePath": "application.main.runtime.ts",
|
|
1021
|
-
"line":
|
|
1021
|
+
"line": 153,
|
|
1022
1022
|
"character": 3
|
|
1023
1023
|
},
|
|
1024
1024
|
"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 */",
|
|
@@ -1032,7 +1032,7 @@
|
|
|
1032
1032
|
"__schema": "ParameterSchema",
|
|
1033
1033
|
"location": {
|
|
1034
1034
|
"filePath": "application.main.runtime.ts",
|
|
1035
|
-
"line":
|
|
1035
|
+
"line": 157,
|
|
1036
1036
|
"character": 20
|
|
1037
1037
|
},
|
|
1038
1038
|
"name": "id",
|
|
@@ -1040,7 +1040,7 @@
|
|
|
1040
1040
|
"__schema": "TypeRefSchema",
|
|
1041
1041
|
"location": {
|
|
1042
1042
|
"filePath": "application.main.runtime.ts",
|
|
1043
|
-
"line":
|
|
1043
|
+
"line": 157,
|
|
1044
1044
|
"character": 24
|
|
1045
1045
|
},
|
|
1046
1046
|
"name": "ComponentID"
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
"__schema": "InferenceTypeSchema",
|
|
1054
1054
|
"location": {
|
|
1055
1055
|
"filePath": "application.main.runtime.ts",
|
|
1056
|
-
"line":
|
|
1056
|
+
"line": 157,
|
|
1057
1057
|
"character": 3
|
|
1058
1058
|
},
|
|
1059
1059
|
"type": "Promise<Application | undefined>"
|
|
@@ -1066,14 +1066,14 @@
|
|
|
1066
1066
|
"__schema": "FunctionLikeSchema",
|
|
1067
1067
|
"location": {
|
|
1068
1068
|
"filePath": "application.main.runtime.ts",
|
|
1069
|
-
"line":
|
|
1069
|
+
"line": 167,
|
|
1070
1070
|
"character": 3
|
|
1071
1071
|
},
|
|
1072
1072
|
"doc": {
|
|
1073
1073
|
"__schema": "DocSchema",
|
|
1074
1074
|
"location": {
|
|
1075
1075
|
"filePath": "application.main.runtime.ts",
|
|
1076
|
-
"line":
|
|
1076
|
+
"line": 163,
|
|
1077
1077
|
"character": 3
|
|
1078
1078
|
},
|
|
1079
1079
|
"raw": "/**\n * calculate an application by a component.\n * This should be only used during the on component load slot\n */",
|
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
"__schema": "ParameterSchema",
|
|
1088
1088
|
"location": {
|
|
1089
1089
|
"filePath": "application.main.runtime.ts",
|
|
1090
|
-
"line":
|
|
1090
|
+
"line": 167,
|
|
1091
1091
|
"character": 27
|
|
1092
1092
|
},
|
|
1093
1093
|
"name": "component",
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
"__schema": "TypeRefSchema",
|
|
1096
1096
|
"location": {
|
|
1097
1097
|
"filePath": "application.main.runtime.ts",
|
|
1098
|
-
"line":
|
|
1098
|
+
"line": 167,
|
|
1099
1099
|
"character": 38
|
|
1100
1100
|
},
|
|
1101
1101
|
"name": "Component"
|
|
@@ -1108,7 +1108,7 @@
|
|
|
1108
1108
|
"__schema": "TypeRefSchema",
|
|
1109
1109
|
"location": {
|
|
1110
1110
|
"filePath": "application.main.runtime.ts",
|
|
1111
|
-
"line":
|
|
1111
|
+
"line": 167,
|
|
1112
1112
|
"character": 3
|
|
1113
1113
|
},
|
|
1114
1114
|
"name": "Application"
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
"__schema": "FunctionLikeSchema",
|
|
1120
1120
|
"location": {
|
|
1121
1121
|
"filePath": "application.main.runtime.ts",
|
|
1122
|
-
"line":
|
|
1122
|
+
"line": 173,
|
|
1123
1123
|
"character": 3
|
|
1124
1124
|
},
|
|
1125
1125
|
"signature": "(method) ApplicationMain.listAppTypes(): ApplicationType<unknown>[]",
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
"__schema": "TypeRefSchema",
|
|
1130
1130
|
"location": {
|
|
1131
1131
|
"filePath": "application.main.runtime.ts",
|
|
1132
|
-
"line":
|
|
1132
|
+
"line": 173,
|
|
1133
1133
|
"character": 3
|
|
1134
1134
|
},
|
|
1135
1135
|
"name": "ApplicationType"
|
|
@@ -1140,14 +1140,14 @@
|
|
|
1140
1140
|
"__schema": "FunctionLikeSchema",
|
|
1141
1141
|
"location": {
|
|
1142
1142
|
"filePath": "application.main.runtime.ts",
|
|
1143
|
-
"line":
|
|
1143
|
+
"line": 181,
|
|
1144
1144
|
"character": 3
|
|
1145
1145
|
},
|
|
1146
1146
|
"doc": {
|
|
1147
1147
|
"__schema": "DocSchema",
|
|
1148
1148
|
"location": {
|
|
1149
1149
|
"filePath": "application.main.runtime.ts",
|
|
1150
|
-
"line":
|
|
1150
|
+
"line": 177,
|
|
1151
1151
|
"character": 3
|
|
1152
1152
|
},
|
|
1153
1153
|
"raw": "/**\n * @deprecated use `listAppsComponents` instead.\n * @returns\n */",
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
"__schema": "TagSchema",
|
|
1158
1158
|
"location": {
|
|
1159
1159
|
"filePath": "application.main.runtime.ts",
|
|
1160
|
-
"line":
|
|
1160
|
+
"line": 178,
|
|
1161
1161
|
"character": 6
|
|
1162
1162
|
},
|
|
1163
1163
|
"tagName": "deprecated",
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
"__schema": "ReturnTagSchema",
|
|
1168
1168
|
"location": {
|
|
1169
1169
|
"filePath": "application.main.runtime.ts",
|
|
1170
|
-
"line":
|
|
1170
|
+
"line": 179,
|
|
1171
1171
|
"character": 6
|
|
1172
1172
|
},
|
|
1173
1173
|
"tagName": "return"
|
|
@@ -1181,7 +1181,7 @@
|
|
|
1181
1181
|
"__schema": "TypeRefSchema",
|
|
1182
1182
|
"location": {
|
|
1183
1183
|
"filePath": "application.main.runtime.ts",
|
|
1184
|
-
"line":
|
|
1184
|
+
"line": 181,
|
|
1185
1185
|
"character": 35
|
|
1186
1186
|
},
|
|
1187
1187
|
"name": "Promise",
|
|
@@ -1190,14 +1190,14 @@
|
|
|
1190
1190
|
"__schema": "TypeArraySchema",
|
|
1191
1191
|
"location": {
|
|
1192
1192
|
"filePath": "application.main.runtime.ts",
|
|
1193
|
-
"line":
|
|
1193
|
+
"line": 181,
|
|
1194
1194
|
"character": 43
|
|
1195
1195
|
},
|
|
1196
1196
|
"type": {
|
|
1197
1197
|
"__schema": "TypeRefSchema",
|
|
1198
1198
|
"location": {
|
|
1199
1199
|
"filePath": "application.main.runtime.ts",
|
|
1200
|
-
"line":
|
|
1200
|
+
"line": 181,
|
|
1201
1201
|
"character": 43
|
|
1202
1202
|
},
|
|
1203
1203
|
"name": "Component"
|
|
@@ -1213,14 +1213,14 @@
|
|
|
1213
1213
|
"__schema": "FunctionLikeSchema",
|
|
1214
1214
|
"location": {
|
|
1215
1215
|
"filePath": "application.main.runtime.ts",
|
|
1216
|
-
"line":
|
|
1216
|
+
"line": 189,
|
|
1217
1217
|
"character": 3
|
|
1218
1218
|
},
|
|
1219
1219
|
"doc": {
|
|
1220
1220
|
"__schema": "DocSchema",
|
|
1221
1221
|
"location": {
|
|
1222
1222
|
"filePath": "application.main.runtime.ts",
|
|
1223
|
-
"line":
|
|
1223
|
+
"line": 185,
|
|
1224
1224
|
"character": 3
|
|
1225
1225
|
},
|
|
1226
1226
|
"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 */",
|
|
@@ -1234,7 +1234,7 @@
|
|
|
1234
1234
|
"__schema": "ParameterSchema",
|
|
1235
1235
|
"location": {
|
|
1236
1236
|
"filePath": "application.main.runtime.ts",
|
|
1237
|
-
"line":
|
|
1237
|
+
"line": 189,
|
|
1238
1238
|
"character": 28
|
|
1239
1239
|
},
|
|
1240
1240
|
"name": "poolIds",
|
|
@@ -1242,14 +1242,14 @@
|
|
|
1242
1242
|
"__schema": "TypeArraySchema",
|
|
1243
1243
|
"location": {
|
|
1244
1244
|
"filePath": "application.main.runtime.ts",
|
|
1245
|
-
"line":
|
|
1245
|
+
"line": 189,
|
|
1246
1246
|
"character": 38
|
|
1247
1247
|
},
|
|
1248
1248
|
"type": {
|
|
1249
1249
|
"__schema": "TypeRefSchema",
|
|
1250
1250
|
"location": {
|
|
1251
1251
|
"filePath": "application.main.runtime.ts",
|
|
1252
|
-
"line":
|
|
1252
|
+
"line": 189,
|
|
1253
1253
|
"character": 38
|
|
1254
1254
|
},
|
|
1255
1255
|
"name": "ComponentID"
|
|
@@ -1263,7 +1263,7 @@
|
|
|
1263
1263
|
"__schema": "TypeRefSchema",
|
|
1264
1264
|
"location": {
|
|
1265
1265
|
"filePath": "application.main.runtime.ts",
|
|
1266
|
-
"line":
|
|
1266
|
+
"line": 189,
|
|
1267
1267
|
"character": 54
|
|
1268
1268
|
},
|
|
1269
1269
|
"name": "Promise",
|
|
@@ -1272,14 +1272,14 @@
|
|
|
1272
1272
|
"__schema": "TypeArraySchema",
|
|
1273
1273
|
"location": {
|
|
1274
1274
|
"filePath": "application.main.runtime.ts",
|
|
1275
|
-
"line":
|
|
1275
|
+
"line": 189,
|
|
1276
1276
|
"character": 62
|
|
1277
1277
|
},
|
|
1278
1278
|
"type": {
|
|
1279
1279
|
"__schema": "TypeRefSchema",
|
|
1280
1280
|
"location": {
|
|
1281
1281
|
"filePath": "application.main.runtime.ts",
|
|
1282
|
-
"line":
|
|
1282
|
+
"line": 189,
|
|
1283
1283
|
"character": 62
|
|
1284
1284
|
},
|
|
1285
1285
|
"name": "Component"
|
|
@@ -1295,7 +1295,7 @@
|
|
|
1295
1295
|
"__schema": "FunctionLikeSchema",
|
|
1296
1296
|
"location": {
|
|
1297
1297
|
"filePath": "application.main.runtime.ts",
|
|
1298
|
-
"line":
|
|
1298
|
+
"line": 205,
|
|
1299
1299
|
"character": 3
|
|
1300
1300
|
},
|
|
1301
1301
|
"signature": "(method) ApplicationMain.getAppPatterns(): string[]",
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"__schema": "InferenceTypeSchema",
|
|
1306
1306
|
"location": {
|
|
1307
1307
|
"filePath": "application.main.runtime.ts",
|
|
1308
|
-
"line":
|
|
1308
|
+
"line": 205,
|
|
1309
1309
|
"character": 3
|
|
1310
1310
|
},
|
|
1311
1311
|
"type": "string[]"
|
|
@@ -1316,7 +1316,7 @@
|
|
|
1316
1316
|
"__schema": "FunctionLikeSchema",
|
|
1317
1317
|
"location": {
|
|
1318
1318
|
"filePath": "application.main.runtime.ts",
|
|
1319
|
-
"line":
|
|
1319
|
+
"line": 214,
|
|
1320
1320
|
"character": 3
|
|
1321
1321
|
},
|
|
1322
1322
|
"signature": "(method) ApplicationMain.loadApps(): Promise<Application[]>",
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
"__schema": "TypeRefSchema",
|
|
1327
1327
|
"location": {
|
|
1328
1328
|
"filePath": "application.main.runtime.ts",
|
|
1329
|
-
"line":
|
|
1329
|
+
"line": 214,
|
|
1330
1330
|
"character": 21
|
|
1331
1331
|
},
|
|
1332
1332
|
"name": "Promise",
|
|
@@ -1335,14 +1335,14 @@
|
|
|
1335
1335
|
"__schema": "TypeArraySchema",
|
|
1336
1336
|
"location": {
|
|
1337
1337
|
"filePath": "application.main.runtime.ts",
|
|
1338
|
-
"line":
|
|
1338
|
+
"line": 214,
|
|
1339
1339
|
"character": 29
|
|
1340
1340
|
},
|
|
1341
1341
|
"type": {
|
|
1342
1342
|
"__schema": "TypeRefSchema",
|
|
1343
1343
|
"location": {
|
|
1344
1344
|
"filePath": "application.main.runtime.ts",
|
|
1345
|
-
"line":
|
|
1345
|
+
"line": 214,
|
|
1346
1346
|
"character": 29
|
|
1347
1347
|
},
|
|
1348
1348
|
"name": "Application"
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
"__schema": "FunctionLikeSchema",
|
|
1359
1359
|
"location": {
|
|
1360
1360
|
"filePath": "application.main.runtime.ts",
|
|
1361
|
-
"line":
|
|
1361
|
+
"line": 247,
|
|
1362
1362
|
"character": 3
|
|
1363
1363
|
},
|
|
1364
1364
|
"signature": "(method) ApplicationMain.loadAppsFromComponent(component: Component, rootDir: string): Promise<Application[] | undefined>",
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
"__schema": "ParameterSchema",
|
|
1369
1369
|
"location": {
|
|
1370
1370
|
"filePath": "application.main.runtime.ts",
|
|
1371
|
-
"line":
|
|
1371
|
+
"line": 247,
|
|
1372
1372
|
"character": 31
|
|
1373
1373
|
},
|
|
1374
1374
|
"name": "component",
|
|
@@ -1376,7 +1376,7 @@
|
|
|
1376
1376
|
"__schema": "TypeRefSchema",
|
|
1377
1377
|
"location": {
|
|
1378
1378
|
"filePath": "application.main.runtime.ts",
|
|
1379
|
-
"line":
|
|
1379
|
+
"line": 247,
|
|
1380
1380
|
"character": 42
|
|
1381
1381
|
},
|
|
1382
1382
|
"name": "Component"
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"__schema": "ParameterSchema",
|
|
1389
1389
|
"location": {
|
|
1390
1390
|
"filePath": "application.main.runtime.ts",
|
|
1391
|
-
"line":
|
|
1391
|
+
"line": 247,
|
|
1392
1392
|
"character": 53
|
|
1393
1393
|
},
|
|
1394
1394
|
"name": "rootDir",
|
|
@@ -1396,7 +1396,7 @@
|
|
|
1396
1396
|
"__schema": "KeywordTypeSchema",
|
|
1397
1397
|
"location": {
|
|
1398
1398
|
"filePath": "application.main.runtime.ts",
|
|
1399
|
-
"line":
|
|
1399
|
+
"line": 247,
|
|
1400
1400
|
"character": 62
|
|
1401
1401
|
},
|
|
1402
1402
|
"name": "string"
|
|
@@ -1409,7 +1409,7 @@
|
|
|
1409
1409
|
"__schema": "TypeRefSchema",
|
|
1410
1410
|
"location": {
|
|
1411
1411
|
"filePath": "application.main.runtime.ts",
|
|
1412
|
-
"line":
|
|
1412
|
+
"line": 247,
|
|
1413
1413
|
"character": 71
|
|
1414
1414
|
},
|
|
1415
1415
|
"name": "Promise",
|
|
@@ -1418,7 +1418,7 @@
|
|
|
1418
1418
|
"__schema": "TypeUnionSchema",
|
|
1419
1419
|
"location": {
|
|
1420
1420
|
"filePath": "application.main.runtime.ts",
|
|
1421
|
-
"line":
|
|
1421
|
+
"line": 247,
|
|
1422
1422
|
"character": 79
|
|
1423
1423
|
},
|
|
1424
1424
|
"types": [
|
|
@@ -1426,14 +1426,14 @@
|
|
|
1426
1426
|
"__schema": "TypeArraySchema",
|
|
1427
1427
|
"location": {
|
|
1428
1428
|
"filePath": "application.main.runtime.ts",
|
|
1429
|
-
"line":
|
|
1429
|
+
"line": 247,
|
|
1430
1430
|
"character": 79
|
|
1431
1431
|
},
|
|
1432
1432
|
"type": {
|
|
1433
1433
|
"__schema": "TypeRefSchema",
|
|
1434
1434
|
"location": {
|
|
1435
1435
|
"filePath": "application.main.runtime.ts",
|
|
1436
|
-
"line":
|
|
1436
|
+
"line": 247,
|
|
1437
1437
|
"character": 79
|
|
1438
1438
|
},
|
|
1439
1439
|
"name": "Application"
|
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
"__schema": "KeywordTypeSchema",
|
|
1444
1444
|
"location": {
|
|
1445
1445
|
"filePath": "application.main.runtime.ts",
|
|
1446
|
-
"line":
|
|
1446
|
+
"line": 247,
|
|
1447
1447
|
"character": 95
|
|
1448
1448
|
},
|
|
1449
1449
|
"name": "undefined"
|
|
@@ -1460,14 +1460,14 @@
|
|
|
1460
1460
|
"__schema": "FunctionLikeSchema",
|
|
1461
1461
|
"location": {
|
|
1462
1462
|
"filePath": "application.main.runtime.ts",
|
|
1463
|
-
"line":
|
|
1463
|
+
"line": 274,
|
|
1464
1464
|
"character": 3
|
|
1465
1465
|
},
|
|
1466
1466
|
"doc": {
|
|
1467
1467
|
"__schema": "DocSchema",
|
|
1468
1468
|
"location": {
|
|
1469
1469
|
"filePath": "application.main.runtime.ts",
|
|
1470
|
-
"line":
|
|
1470
|
+
"line": 270,
|
|
1471
1471
|
"character": 3
|
|
1472
1472
|
},
|
|
1473
1473
|
"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 */",
|
|
@@ -1481,7 +1481,7 @@
|
|
|
1481
1481
|
"__schema": "ParameterSchema",
|
|
1482
1482
|
"location": {
|
|
1483
1483
|
"filePath": "application.main.runtime.ts",
|
|
1484
|
-
"line":
|
|
1484
|
+
"line": 274,
|
|
1485
1485
|
"character": 10
|
|
1486
1486
|
},
|
|
1487
1487
|
"name": "appName",
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
"__schema": "KeywordTypeSchema",
|
|
1490
1490
|
"location": {
|
|
1491
1491
|
"filePath": "application.main.runtime.ts",
|
|
1492
|
-
"line":
|
|
1492
|
+
"line": 274,
|
|
1493
1493
|
"character": 19
|
|
1494
1494
|
},
|
|
1495
1495
|
"name": "string"
|
|
@@ -1501,7 +1501,7 @@
|
|
|
1501
1501
|
"__schema": "ParameterSchema",
|
|
1502
1502
|
"location": {
|
|
1503
1503
|
"filePath": "application.main.runtime.ts",
|
|
1504
|
-
"line":
|
|
1504
|
+
"line": 274,
|
|
1505
1505
|
"character": 27
|
|
1506
1506
|
},
|
|
1507
1507
|
"name": "id",
|
|
@@ -1509,7 +1509,7 @@
|
|
|
1509
1509
|
"__schema": "TypeRefSchema",
|
|
1510
1510
|
"location": {
|
|
1511
1511
|
"filePath": "application.main.runtime.ts",
|
|
1512
|
-
"line":
|
|
1512
|
+
"line": 274,
|
|
1513
1513
|
"character": 32
|
|
1514
1514
|
},
|
|
1515
1515
|
"name": "ComponentID"
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
"__schema": "TypeUnionSchema",
|
|
1523
1523
|
"location": {
|
|
1524
1524
|
"filePath": "application.main.runtime.ts",
|
|
1525
|
-
"line":
|
|
1525
|
+
"line": 274,
|
|
1526
1526
|
"character": 46
|
|
1527
1527
|
},
|
|
1528
1528
|
"types": [
|
|
@@ -1530,7 +1530,7 @@
|
|
|
1530
1530
|
"__schema": "TypeRefSchema",
|
|
1531
1531
|
"location": {
|
|
1532
1532
|
"filePath": "application.main.runtime.ts",
|
|
1533
|
-
"line":
|
|
1533
|
+
"line": 274,
|
|
1534
1534
|
"character": 46
|
|
1535
1535
|
},
|
|
1536
1536
|
"name": "Application"
|
|
@@ -1539,7 +1539,7 @@
|
|
|
1539
1539
|
"__schema": "KeywordTypeSchema",
|
|
1540
1540
|
"location": {
|
|
1541
1541
|
"filePath": "application.main.runtime.ts",
|
|
1542
|
-
"line":
|
|
1542
|
+
"line": 274,
|
|
1543
1543
|
"character": 60
|
|
1544
1544
|
},
|
|
1545
1545
|
"name": "undefined"
|
|
@@ -1552,7 +1552,7 @@
|
|
|
1552
1552
|
"__schema": "FunctionLikeSchema",
|
|
1553
1553
|
"location": {
|
|
1554
1554
|
"filePath": "application.main.runtime.ts",
|
|
1555
|
-
"line":
|
|
1555
|
+
"line": 280,
|
|
1556
1556
|
"character": 3
|
|
1557
1557
|
},
|
|
1558
1558
|
"signature": "(method) ApplicationMain.getAppByNameOrId(appNameOrId: string): Application | undefined",
|
|
@@ -1562,7 +1562,7 @@
|
|
|
1562
1562
|
"__schema": "ParameterSchema",
|
|
1563
1563
|
"location": {
|
|
1564
1564
|
"filePath": "application.main.runtime.ts",
|
|
1565
|
-
"line":
|
|
1565
|
+
"line": 280,
|
|
1566
1566
|
"character": 20
|
|
1567
1567
|
},
|
|
1568
1568
|
"name": "appNameOrId",
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
"__schema": "KeywordTypeSchema",
|
|
1571
1571
|
"location": {
|
|
1572
1572
|
"filePath": "application.main.runtime.ts",
|
|
1573
|
-
"line":
|
|
1573
|
+
"line": 280,
|
|
1574
1574
|
"character": 33
|
|
1575
1575
|
},
|
|
1576
1576
|
"name": "string"
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
"__schema": "TypeUnionSchema",
|
|
1584
1584
|
"location": {
|
|
1585
1585
|
"filePath": "application.main.runtime.ts",
|
|
1586
|
-
"line":
|
|
1586
|
+
"line": 280,
|
|
1587
1587
|
"character": 42
|
|
1588
1588
|
},
|
|
1589
1589
|
"types": [
|
|
@@ -1591,7 +1591,7 @@
|
|
|
1591
1591
|
"__schema": "TypeRefSchema",
|
|
1592
1592
|
"location": {
|
|
1593
1593
|
"filePath": "application.main.runtime.ts",
|
|
1594
|
-
"line":
|
|
1594
|
+
"line": 280,
|
|
1595
1595
|
"character": 42
|
|
1596
1596
|
},
|
|
1597
1597
|
"name": "Application"
|
|
@@ -1600,7 +1600,7 @@
|
|
|
1600
1600
|
"__schema": "KeywordTypeSchema",
|
|
1601
1601
|
"location": {
|
|
1602
1602
|
"filePath": "application.main.runtime.ts",
|
|
1603
|
-
"line":
|
|
1603
|
+
"line": 280,
|
|
1604
1604
|
"character": 56
|
|
1605
1605
|
},
|
|
1606
1606
|
"name": "undefined"
|
|
@@ -1613,7 +1613,7 @@
|
|
|
1613
1613
|
"__schema": "FunctionLikeSchema",
|
|
1614
1614
|
"location": {
|
|
1615
1615
|
"filePath": "application.main.runtime.ts",
|
|
1616
|
-
"line":
|
|
1616
|
+
"line": 293,
|
|
1617
1617
|
"character": 3
|
|
1618
1618
|
},
|
|
1619
1619
|
"signature": "(method) ApplicationMain.getAppPattern(appType: ApplicationType<unknown>): string",
|
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
"__schema": "ParameterSchema",
|
|
1624
1624
|
"location": {
|
|
1625
1625
|
"filePath": "application.main.runtime.ts",
|
|
1626
|
-
"line":
|
|
1626
|
+
"line": 293,
|
|
1627
1627
|
"character": 17
|
|
1628
1628
|
},
|
|
1629
1629
|
"name": "appType",
|
|
@@ -1631,7 +1631,7 @@
|
|
|
1631
1631
|
"__schema": "TypeRefSchema",
|
|
1632
1632
|
"location": {
|
|
1633
1633
|
"filePath": "application.main.runtime.ts",
|
|
1634
|
-
"line":
|
|
1634
|
+
"line": 293,
|
|
1635
1635
|
"character": 26
|
|
1636
1636
|
},
|
|
1637
1637
|
"name": "ApplicationType",
|
|
@@ -1640,7 +1640,7 @@
|
|
|
1640
1640
|
"__schema": "KeywordTypeSchema",
|
|
1641
1641
|
"location": {
|
|
1642
1642
|
"filePath": "application.main.runtime.ts",
|
|
1643
|
-
"line":
|
|
1643
|
+
"line": 293,
|
|
1644
1644
|
"character": 42
|
|
1645
1645
|
},
|
|
1646
1646
|
"name": "unknown"
|
|
@@ -1655,7 +1655,7 @@
|
|
|
1655
1655
|
"__schema": "InferenceTypeSchema",
|
|
1656
1656
|
"location": {
|
|
1657
1657
|
"filePath": "application.main.runtime.ts",
|
|
1658
|
-
"line":
|
|
1658
|
+
"line": 293,
|
|
1659
1659
|
"character": 3
|
|
1660
1660
|
},
|
|
1661
1661
|
"type": "string"
|
|
@@ -1666,14 +1666,14 @@
|
|
|
1666
1666
|
"__schema": "FunctionLikeSchema",
|
|
1667
1667
|
"location": {
|
|
1668
1668
|
"filePath": "application.main.runtime.ts",
|
|
1669
|
-
"line":
|
|
1669
|
+
"line": 301,
|
|
1670
1670
|
"character": 3
|
|
1671
1671
|
},
|
|
1672
1672
|
"doc": {
|
|
1673
1673
|
"__schema": "DocSchema",
|
|
1674
1674
|
"location": {
|
|
1675
1675
|
"filePath": "application.main.runtime.ts",
|
|
1676
|
-
"line":
|
|
1676
|
+
"line": 298,
|
|
1677
1677
|
"character": 3
|
|
1678
1678
|
},
|
|
1679
1679
|
"raw": "/**\n * registers a new app and sets a plugin for it.\n */",
|
|
@@ -1687,7 +1687,7 @@
|
|
|
1687
1687
|
"__schema": "ParameterSchema",
|
|
1688
1688
|
"location": {
|
|
1689
1689
|
"filePath": "application.main.runtime.ts",
|
|
1690
|
-
"line":
|
|
1690
|
+
"line": 301,
|
|
1691
1691
|
"character": 22
|
|
1692
1692
|
},
|
|
1693
1693
|
"name": "appTypes",
|
|
@@ -1695,7 +1695,7 @@
|
|
|
1695
1695
|
"__schema": "TypeRefSchema",
|
|
1696
1696
|
"location": {
|
|
1697
1697
|
"filePath": "application.main.runtime.ts",
|
|
1698
|
-
"line":
|
|
1698
|
+
"line": 301,
|
|
1699
1699
|
"character": 35
|
|
1700
1700
|
},
|
|
1701
1701
|
"name": "Array",
|
|
@@ -1704,7 +1704,7 @@
|
|
|
1704
1704
|
"__schema": "TypeRefSchema",
|
|
1705
1705
|
"location": {
|
|
1706
1706
|
"filePath": "application.main.runtime.ts",
|
|
1707
|
-
"line":
|
|
1707
|
+
"line": 301,
|
|
1708
1708
|
"character": 41
|
|
1709
1709
|
},
|
|
1710
1710
|
"name": "ApplicationType",
|
|
@@ -1713,7 +1713,7 @@
|
|
|
1713
1713
|
"__schema": "TypeRefSchema",
|
|
1714
1714
|
"location": {
|
|
1715
1715
|
"filePath": "application.main.runtime.ts",
|
|
1716
|
-
"line":
|
|
1716
|
+
"line": 301,
|
|
1717
1717
|
"character": 57
|
|
1718
1718
|
},
|
|
1719
1719
|
"name": "T"
|
|
@@ -1730,7 +1730,7 @@
|
|
|
1730
1730
|
"__schema": "TypeRefSchema",
|
|
1731
1731
|
"location": {
|
|
1732
1732
|
"filePath": "application.main.runtime.ts",
|
|
1733
|
-
"line":
|
|
1733
|
+
"line": 301,
|
|
1734
1734
|
"character": 3
|
|
1735
1735
|
},
|
|
1736
1736
|
"name": "ApplicationMain"
|
|
@@ -1744,14 +1744,14 @@
|
|
|
1744
1744
|
"__schema": "FunctionLikeSchema",
|
|
1745
1745
|
"location": {
|
|
1746
1746
|
"filePath": "application.main.runtime.ts",
|
|
1747
|
-
"line":
|
|
1747
|
+
"line": 314,
|
|
1748
1748
|
"character": 3
|
|
1749
1749
|
},
|
|
1750
1750
|
"doc": {
|
|
1751
1751
|
"__schema": "DocSchema",
|
|
1752
1752
|
"location": {
|
|
1753
1753
|
"filePath": "application.main.runtime.ts",
|
|
1754
|
-
"line":
|
|
1754
|
+
"line": 311,
|
|
1755
1755
|
"character": 3
|
|
1756
1756
|
},
|
|
1757
1757
|
"raw": "/**\n * get an app AspectId.\n */",
|
|
@@ -1765,7 +1765,7 @@
|
|
|
1765
1765
|
"__schema": "ParameterSchema",
|
|
1766
1766
|
"location": {
|
|
1767
1767
|
"filePath": "application.main.runtime.ts",
|
|
1768
|
-
"line":
|
|
1768
|
+
"line": 314,
|
|
1769
1769
|
"character": 16
|
|
1770
1770
|
},
|
|
1771
1771
|
"name": "appName",
|
|
@@ -1773,7 +1773,7 @@
|
|
|
1773
1773
|
"__schema": "KeywordTypeSchema",
|
|
1774
1774
|
"location": {
|
|
1775
1775
|
"filePath": "application.main.runtime.ts",
|
|
1776
|
-
"line":
|
|
1776
|
+
"line": 314,
|
|
1777
1777
|
"character": 25
|
|
1778
1778
|
},
|
|
1779
1779
|
"name": "string"
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
"__schema": "TypeUnionSchema",
|
|
1787
1787
|
"location": {
|
|
1788
1788
|
"filePath": "application.main.runtime.ts",
|
|
1789
|
-
"line":
|
|
1789
|
+
"line": 314,
|
|
1790
1790
|
"character": 34
|
|
1791
1791
|
},
|
|
1792
1792
|
"types": [
|
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
"__schema": "KeywordTypeSchema",
|
|
1795
1795
|
"location": {
|
|
1796
1796
|
"filePath": "application.main.runtime.ts",
|
|
1797
|
-
"line":
|
|
1797
|
+
"line": 314,
|
|
1798
1798
|
"character": 34
|
|
1799
1799
|
},
|
|
1800
1800
|
"name": "string"
|
|
@@ -1803,7 +1803,7 @@
|
|
|
1803
1803
|
"__schema": "KeywordTypeSchema",
|
|
1804
1804
|
"location": {
|
|
1805
1805
|
"filePath": "application.main.runtime.ts",
|
|
1806
|
-
"line":
|
|
1806
|
+
"line": 314,
|
|
1807
1807
|
"character": 43
|
|
1808
1808
|
},
|
|
1809
1809
|
"name": "undefined"
|
|
@@ -1816,14 +1816,14 @@
|
|
|
1816
1816
|
"__schema": "FunctionLikeSchema",
|
|
1817
1817
|
"location": {
|
|
1818
1818
|
"filePath": "application.main.runtime.ts",
|
|
1819
|
-
"line":
|
|
1819
|
+
"line": 322,
|
|
1820
1820
|
"character": 3
|
|
1821
1821
|
},
|
|
1822
1822
|
"doc": {
|
|
1823
1823
|
"__schema": "DocSchema",
|
|
1824
1824
|
"location": {
|
|
1825
1825
|
"filePath": "application.main.runtime.ts",
|
|
1826
|
-
"line":
|
|
1826
|
+
"line": 318,
|
|
1827
1827
|
"character": 3
|
|
1828
1828
|
},
|
|
1829
1829
|
"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 */",
|
|
@@ -1837,7 +1837,7 @@
|
|
|
1837
1837
|
"__schema": "ParameterSchema",
|
|
1838
1838
|
"location": {
|
|
1839
1839
|
"filePath": "application.main.runtime.ts",
|
|
1840
|
-
"line":
|
|
1840
|
+
"line": 322,
|
|
1841
1841
|
"character": 17
|
|
1842
1842
|
},
|
|
1843
1843
|
"name": "appName",
|
|
@@ -1845,7 +1845,7 @@
|
|
|
1845
1845
|
"__schema": "KeywordTypeSchema",
|
|
1846
1846
|
"location": {
|
|
1847
1847
|
"filePath": "application.main.runtime.ts",
|
|
1848
|
-
"line":
|
|
1848
|
+
"line": 322,
|
|
1849
1849
|
"character": 26
|
|
1850
1850
|
},
|
|
1851
1851
|
"name": "string"
|
|
@@ -1858,7 +1858,7 @@
|
|
|
1858
1858
|
"__schema": "TypeRefSchema",
|
|
1859
1859
|
"location": {
|
|
1860
1860
|
"filePath": "application.main.runtime.ts",
|
|
1861
|
-
"line":
|
|
1861
|
+
"line": 322,
|
|
1862
1862
|
"character": 3
|
|
1863
1863
|
},
|
|
1864
1864
|
"name": "Application"
|
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
"__schema": "VariableLikeSchema",
|
|
1870
1870
|
"location": {
|
|
1871
1871
|
"filePath": "application.main.runtime.ts",
|
|
1872
|
-
"line":
|
|
1872
|
+
"line": 328,
|
|
1873
1873
|
"character": 3
|
|
1874
1874
|
},
|
|
1875
1875
|
"signature": "(property) ApplicationMain.defaultOpts: ServeAppOptions",
|
|
@@ -1878,7 +1878,7 @@
|
|
|
1878
1878
|
"__schema": "TypeRefSchema",
|
|
1879
1879
|
"location": {
|
|
1880
1880
|
"filePath": "application.main.runtime.ts",
|
|
1881
|
-
"line":
|
|
1881
|
+
"line": 328,
|
|
1882
1882
|
"character": 3
|
|
1883
1883
|
},
|
|
1884
1884
|
"name": "ServeAppOptions",
|
|
@@ -1891,7 +1891,7 @@
|
|
|
1891
1891
|
"__schema": "FunctionLikeSchema",
|
|
1892
1892
|
"location": {
|
|
1893
1893
|
"filePath": "application.main.runtime.ts",
|
|
1894
|
-
"line":
|
|
1894
|
+
"line": 341,
|
|
1895
1895
|
"character": 3
|
|
1896
1896
|
},
|
|
1897
1897
|
"signature": "(method) ApplicationMain.loadAppsToSlot(): Promise<this>",
|
|
@@ -1901,7 +1901,7 @@
|
|
|
1901
1901
|
"__schema": "InferenceTypeSchema",
|
|
1902
1902
|
"location": {
|
|
1903
1903
|
"filePath": "application.main.runtime.ts",
|
|
1904
|
-
"line":
|
|
1904
|
+
"line": 341,
|
|
1905
1905
|
"character": 3
|
|
1906
1906
|
},
|
|
1907
1907
|
"type": "Promise<this>"
|
|
@@ -1914,14 +1914,14 @@
|
|
|
1914
1914
|
"__schema": "FunctionLikeSchema",
|
|
1915
1915
|
"location": {
|
|
1916
1916
|
"filePath": "application.main.runtime.ts",
|
|
1917
|
-
"line":
|
|
1917
|
+
"line": 351,
|
|
1918
1918
|
"character": 3
|
|
1919
1919
|
},
|
|
1920
1920
|
"doc": {
|
|
1921
1921
|
"__schema": "DocSchema",
|
|
1922
1922
|
"location": {
|
|
1923
1923
|
"filePath": "application.main.runtime.ts",
|
|
1924
|
-
"line":
|
|
1924
|
+
"line": 347,
|
|
1925
1925
|
"character": 3
|
|
1926
1926
|
},
|
|
1927
1927
|
"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 */",
|
|
@@ -1935,7 +1935,7 @@
|
|
|
1935
1935
|
"__schema": "ParameterSchema",
|
|
1936
1936
|
"location": {
|
|
1937
1937
|
"filePath": "application.main.runtime.ts",
|
|
1938
|
-
"line":
|
|
1938
|
+
"line": 352,
|
|
1939
1939
|
"character": 5
|
|
1940
1940
|
},
|
|
1941
1941
|
"name": "appName",
|
|
@@ -1943,7 +1943,7 @@
|
|
|
1943
1943
|
"__schema": "KeywordTypeSchema",
|
|
1944
1944
|
"location": {
|
|
1945
1945
|
"filePath": "application.main.runtime.ts",
|
|
1946
|
-
"line":
|
|
1946
|
+
"line": 352,
|
|
1947
1947
|
"character": 14
|
|
1948
1948
|
},
|
|
1949
1949
|
"name": "string"
|
|
@@ -1955,7 +1955,7 @@
|
|
|
1955
1955
|
"__schema": "ParameterSchema",
|
|
1956
1956
|
"location": {
|
|
1957
1957
|
"filePath": "application.main.runtime.ts",
|
|
1958
|
-
"line":
|
|
1958
|
+
"line": 353,
|
|
1959
1959
|
"character": 5
|
|
1960
1960
|
},
|
|
1961
1961
|
"name": "options",
|
|
@@ -1963,7 +1963,7 @@
|
|
|
1963
1963
|
"__schema": "TypeRefSchema",
|
|
1964
1964
|
"location": {
|
|
1965
1965
|
"filePath": "application.main.runtime.ts",
|
|
1966
|
-
"line":
|
|
1966
|
+
"line": 353,
|
|
1967
1967
|
"character": 15
|
|
1968
1968
|
},
|
|
1969
1969
|
"name": "ServeAppOptions"
|
|
@@ -1976,7 +1976,7 @@
|
|
|
1976
1976
|
"__schema": "TypeRefSchema",
|
|
1977
1977
|
"location": {
|
|
1978
1978
|
"filePath": "application.main.runtime.ts",
|
|
1979
|
-
"line":
|
|
1979
|
+
"line": 354,
|
|
1980
1980
|
"character": 6
|
|
1981
1981
|
},
|
|
1982
1982
|
"name": "Promise",
|
|
@@ -1985,7 +1985,7 @@
|
|
|
1985
1985
|
"__schema": "TypeLiteralSchema",
|
|
1986
1986
|
"location": {
|
|
1987
1987
|
"filePath": "application.main.runtime.ts",
|
|
1988
|
-
"line":
|
|
1988
|
+
"line": 354,
|
|
1989
1989
|
"character": 14
|
|
1990
1990
|
},
|
|
1991
1991
|
"members": [
|
|
@@ -1993,7 +1993,7 @@
|
|
|
1993
1993
|
"__schema": "VariableLikeSchema",
|
|
1994
1994
|
"location": {
|
|
1995
1995
|
"filePath": "application.main.runtime.ts",
|
|
1996
|
-
"line":
|
|
1996
|
+
"line": 355,
|
|
1997
1997
|
"character": 5
|
|
1998
1998
|
},
|
|
1999
1999
|
"signature": "(property) app: Application",
|
|
@@ -2002,7 +2002,7 @@
|
|
|
2002
2002
|
"__schema": "TypeRefSchema",
|
|
2003
2003
|
"location": {
|
|
2004
2004
|
"filePath": "application.main.runtime.ts",
|
|
2005
|
-
"line":
|
|
2005
|
+
"line": 355,
|
|
2006
2006
|
"character": 5
|
|
2007
2007
|
},
|
|
2008
2008
|
"name": "Application"
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
"__schema": "VariableLikeSchema",
|
|
2014
2014
|
"location": {
|
|
2015
2015
|
"filePath": "application.main.runtime.ts",
|
|
2016
|
-
"line":
|
|
2016
|
+
"line": 356,
|
|
2017
2017
|
"character": 5
|
|
2018
2018
|
},
|
|
2019
2019
|
"signature": "(property) port: number | undefined",
|
|
@@ -2022,7 +2022,7 @@
|
|
|
2022
2022
|
"__schema": "TypeUnionSchema",
|
|
2023
2023
|
"location": {
|
|
2024
2024
|
"filePath": "application.main.runtime.ts",
|
|
2025
|
-
"line":
|
|
2025
|
+
"line": 356,
|
|
2026
2026
|
"character": 11
|
|
2027
2027
|
},
|
|
2028
2028
|
"types": [
|
|
@@ -2030,7 +2030,7 @@
|
|
|
2030
2030
|
"__schema": "KeywordTypeSchema",
|
|
2031
2031
|
"location": {
|
|
2032
2032
|
"filePath": "application.main.runtime.ts",
|
|
2033
|
-
"line":
|
|
2033
|
+
"line": 356,
|
|
2034
2034
|
"character": 11
|
|
2035
2035
|
},
|
|
2036
2036
|
"name": "number"
|
|
@@ -2039,7 +2039,7 @@
|
|
|
2039
2039
|
"__schema": "KeywordTypeSchema",
|
|
2040
2040
|
"location": {
|
|
2041
2041
|
"filePath": "application.main.runtime.ts",
|
|
2042
|
-
"line":
|
|
2042
|
+
"line": 356,
|
|
2043
2043
|
"character": 20
|
|
2044
2044
|
},
|
|
2045
2045
|
"name": "undefined"
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
"__schema": "VariableLikeSchema",
|
|
2053
2053
|
"location": {
|
|
2054
2054
|
"filePath": "application.main.runtime.ts",
|
|
2055
|
-
"line":
|
|
2055
|
+
"line": 357,
|
|
2056
2056
|
"character": 5
|
|
2057
2057
|
},
|
|
2058
2058
|
"signature": "(property) errors?: Error[] | undefined",
|
|
@@ -2061,14 +2061,14 @@
|
|
|
2061
2061
|
"__schema": "TypeArraySchema",
|
|
2062
2062
|
"location": {
|
|
2063
2063
|
"filePath": "application.main.runtime.ts",
|
|
2064
|
-
"line":
|
|
2064
|
+
"line": 357,
|
|
2065
2065
|
"character": 14
|
|
2066
2066
|
},
|
|
2067
2067
|
"type": {
|
|
2068
2068
|
"__schema": "TypeRefSchema",
|
|
2069
2069
|
"location": {
|
|
2070
2070
|
"filePath": "application.main.runtime.ts",
|
|
2071
|
-
"line":
|
|
2071
|
+
"line": 357,
|
|
2072
2072
|
"character": 14
|
|
2073
2073
|
},
|
|
2074
2074
|
"name": "Error"
|
|
@@ -2080,7 +2080,7 @@
|
|
|
2080
2080
|
"__schema": "VariableLikeSchema",
|
|
2081
2081
|
"location": {
|
|
2082
2082
|
"filePath": "application.main.runtime.ts",
|
|
2083
|
-
"line":
|
|
2083
|
+
"line": 358,
|
|
2084
2084
|
"character": 5
|
|
2085
2085
|
},
|
|
2086
2086
|
"signature": "(property) isOldApi: boolean",
|
|
@@ -2089,7 +2089,7 @@
|
|
|
2089
2089
|
"__schema": "KeywordTypeSchema",
|
|
2090
2090
|
"location": {
|
|
2091
2091
|
"filePath": "application.main.runtime.ts",
|
|
2092
|
-
"line":
|
|
2092
|
+
"line": 358,
|
|
2093
2093
|
"character": 15
|
|
2094
2094
|
},
|
|
2095
2095
|
"name": "boolean"
|
|
@@ -2108,14 +2108,14 @@
|
|
|
2108
2108
|
"__schema": "FunctionLikeSchema",
|
|
2109
2109
|
"location": {
|
|
2110
2110
|
"filePath": "application.main.runtime.ts",
|
|
2111
|
-
"line":
|
|
2111
|
+
"line": 387,
|
|
2112
2112
|
"character": 3
|
|
2113
2113
|
},
|
|
2114
2114
|
"doc": {
|
|
2115
2115
|
"__schema": "DocSchema",
|
|
2116
2116
|
"location": {
|
|
2117
2117
|
"filePath": "application.main.runtime.ts",
|
|
2118
|
-
"line":
|
|
2118
|
+
"line": 384,
|
|
2119
2119
|
"character": 3
|
|
2120
2120
|
},
|
|
2121
2121
|
"raw": "/**\n * get the component ID of a certain app.\n */",
|
|
@@ -2129,7 +2129,7 @@
|
|
|
2129
2129
|
"__schema": "ParameterSchema",
|
|
2130
2130
|
"location": {
|
|
2131
2131
|
"filePath": "application.main.runtime.ts",
|
|
2132
|
-
"line":
|
|
2132
|
+
"line": 387,
|
|
2133
2133
|
"character": 25
|
|
2134
2134
|
},
|
|
2135
2135
|
"name": "appName",
|
|
@@ -2137,7 +2137,7 @@
|
|
|
2137
2137
|
"__schema": "KeywordTypeSchema",
|
|
2138
2138
|
"location": {
|
|
2139
2139
|
"filePath": "application.main.runtime.ts",
|
|
2140
|
-
"line":
|
|
2140
|
+
"line": 387,
|
|
2141
2141
|
"character": 34
|
|
2142
2142
|
},
|
|
2143
2143
|
"name": "string"
|
|
@@ -2150,7 +2150,7 @@
|
|
|
2150
2150
|
"__schema": "InferenceTypeSchema",
|
|
2151
2151
|
"location": {
|
|
2152
2152
|
"filePath": "application.main.runtime.ts",
|
|
2153
|
-
"line":
|
|
2153
|
+
"line": 387,
|
|
2154
2154
|
"character": 3
|
|
2155
2155
|
},
|
|
2156
2156
|
"type": "Promise<ComponentID>"
|
|
@@ -2163,7 +2163,7 @@
|
|
|
2163
2163
|
"__schema": "FunctionLikeSchema",
|
|
2164
2164
|
"location": {
|
|
2165
2165
|
"filePath": "application.main.runtime.ts",
|
|
2166
|
-
"line":
|
|
2166
|
+
"line": 427,
|
|
2167
2167
|
"character": 3
|
|
2168
2168
|
},
|
|
2169
2169
|
"signature": "(method) ApplicationMain.createAppBuildContext(id: ComponentID, appName: string, capsuleRootDir: string, rootDir?: string): Promise<AppContext>",
|
|
@@ -2173,7 +2173,7 @@
|
|
|
2173
2173
|
"__schema": "ParameterSchema",
|
|
2174
2174
|
"location": {
|
|
2175
2175
|
"filePath": "application.main.runtime.ts",
|
|
2176
|
-
"line":
|
|
2176
|
+
"line": 427,
|
|
2177
2177
|
"character": 31
|
|
2178
2178
|
},
|
|
2179
2179
|
"name": "id",
|
|
@@ -2181,7 +2181,7 @@
|
|
|
2181
2181
|
"__schema": "TypeRefSchema",
|
|
2182
2182
|
"location": {
|
|
2183
2183
|
"filePath": "application.main.runtime.ts",
|
|
2184
|
-
"line":
|
|
2184
|
+
"line": 427,
|
|
2185
2185
|
"character": 35
|
|
2186
2186
|
},
|
|
2187
2187
|
"name": "ComponentID"
|
|
@@ -2193,7 +2193,7 @@
|
|
|
2193
2193
|
"__schema": "ParameterSchema",
|
|
2194
2194
|
"location": {
|
|
2195
2195
|
"filePath": "application.main.runtime.ts",
|
|
2196
|
-
"line":
|
|
2196
|
+
"line": 427,
|
|
2197
2197
|
"character": 48
|
|
2198
2198
|
},
|
|
2199
2199
|
"name": "appName",
|
|
@@ -2201,7 +2201,7 @@
|
|
|
2201
2201
|
"__schema": "KeywordTypeSchema",
|
|
2202
2202
|
"location": {
|
|
2203
2203
|
"filePath": "application.main.runtime.ts",
|
|
2204
|
-
"line":
|
|
2204
|
+
"line": 427,
|
|
2205
2205
|
"character": 57
|
|
2206
2206
|
},
|
|
2207
2207
|
"name": "string"
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
"__schema": "ParameterSchema",
|
|
2214
2214
|
"location": {
|
|
2215
2215
|
"filePath": "application.main.runtime.ts",
|
|
2216
|
-
"line":
|
|
2216
|
+
"line": 427,
|
|
2217
2217
|
"character": 65
|
|
2218
2218
|
},
|
|
2219
2219
|
"name": "capsuleRootDir",
|
|
@@ -2221,7 +2221,7 @@
|
|
|
2221
2221
|
"__schema": "KeywordTypeSchema",
|
|
2222
2222
|
"location": {
|
|
2223
2223
|
"filePath": "application.main.runtime.ts",
|
|
2224
|
-
"line":
|
|
2224
|
+
"line": 427,
|
|
2225
2225
|
"character": 81
|
|
2226
2226
|
},
|
|
2227
2227
|
"name": "string"
|
|
@@ -2233,7 +2233,7 @@
|
|
|
2233
2233
|
"__schema": "ParameterSchema",
|
|
2234
2234
|
"location": {
|
|
2235
2235
|
"filePath": "application.main.runtime.ts",
|
|
2236
|
-
"line":
|
|
2236
|
+
"line": 427,
|
|
2237
2237
|
"character": 89
|
|
2238
2238
|
},
|
|
2239
2239
|
"name": "rootDir",
|
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
"__schema": "KeywordTypeSchema",
|
|
2242
2242
|
"location": {
|
|
2243
2243
|
"filePath": "application.main.runtime.ts",
|
|
2244
|
-
"line":
|
|
2244
|
+
"line": 427,
|
|
2245
2245
|
"character": 99
|
|
2246
2246
|
},
|
|
2247
2247
|
"name": "string"
|
|
@@ -2254,7 +2254,7 @@
|
|
|
2254
2254
|
"__schema": "InferenceTypeSchema",
|
|
2255
2255
|
"location": {
|
|
2256
2256
|
"filePath": "application.main.runtime.ts",
|
|
2257
|
-
"line":
|
|
2257
|
+
"line": 427,
|
|
2258
2258
|
"character": 3
|
|
2259
2259
|
},
|
|
2260
2260
|
"type": "Promise<AppContext>"
|
|
@@ -2267,7 +2267,7 @@
|
|
|
2267
2267
|
"__schema": "VariableLikeSchema",
|
|
2268
2268
|
"location": {
|
|
2269
2269
|
"filePath": "application.main.runtime.ts",
|
|
2270
|
-
"line":
|
|
2270
|
+
"line": 453,
|
|
2271
2271
|
"character": 3
|
|
2272
2272
|
},
|
|
2273
2273
|
"signature": "(property) ApplicationMain.runtime: RuntimeDefinition",
|
|
@@ -2276,7 +2276,7 @@
|
|
|
2276
2276
|
"__schema": "InferenceTypeSchema",
|
|
2277
2277
|
"location": {
|
|
2278
2278
|
"filePath": "application.main.runtime.ts",
|
|
2279
|
-
"line":
|
|
2279
|
+
"line": 453,
|
|
2280
2280
|
"character": 3
|
|
2281
2281
|
},
|
|
2282
2282
|
"type": "RuntimeDefinition"
|
|
@@ -2288,7 +2288,7 @@
|
|
|
2288
2288
|
"__schema": "VariableLikeSchema",
|
|
2289
2289
|
"location": {
|
|
2290
2290
|
"filePath": "application.main.runtime.ts",
|
|
2291
|
-
"line":
|
|
2291
|
+
"line": 454,
|
|
2292
2292
|
"character": 3
|
|
2293
2293
|
},
|
|
2294
2294
|
"signature": "(property) ApplicationMain.dependencies: Aspect[]",
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
"__schema": "InferenceTypeSchema",
|
|
2298
2298
|
"location": {
|
|
2299
2299
|
"filePath": "application.main.runtime.ts",
|
|
2300
|
-
"line":
|
|
2300
|
+
"line": 454,
|
|
2301
2301
|
"character": 3
|
|
2302
2302
|
},
|
|
2303
2303
|
"type": "Aspect[]"
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
"__schema": "VariableLikeSchema",
|
|
2310
2310
|
"location": {
|
|
2311
2311
|
"filePath": "application.main.runtime.ts",
|
|
2312
|
-
"line":
|
|
2312
|
+
"line": 466,
|
|
2313
2313
|
"character": 3
|
|
2314
2314
|
},
|
|
2315
2315
|
"signature": "(property) ApplicationMain.slots: (((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -2318,7 +2318,7 @@
|
|
|
2318
2318
|
"__schema": "InferenceTypeSchema",
|
|
2319
2319
|
"location": {
|
|
2320
2320
|
"filePath": "application.main.runtime.ts",
|
|
2321
|
-
"line":
|
|
2321
|
+
"line": 466,
|
|
2322
2322
|
"character": 3
|
|
2323
2323
|
},
|
|
2324
2324
|
"type": "(((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -2330,7 +2330,7 @@
|
|
|
2330
2330
|
"__schema": "FunctionLikeSchema",
|
|
2331
2331
|
"location": {
|
|
2332
2332
|
"filePath": "application.main.runtime.ts",
|
|
2333
|
-
"line":
|
|
2333
|
+
"line": 472,
|
|
2334
2334
|
"character": 3
|
|
2335
2335
|
},
|
|
2336
2336
|
"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>",
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
"__schema": "ParameterSchema",
|
|
2341
2341
|
"location": {
|
|
2342
2342
|
"filePath": "application.main.runtime.ts",
|
|
2343
|
-
"line":
|
|
2343
|
+
"line": 473,
|
|
2344
2344
|
"character": 5
|
|
2345
2345
|
},
|
|
2346
2346
|
"name": "[ cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope ]",
|
|
@@ -2348,7 +2348,7 @@
|
|
|
2348
2348
|
"__schema": "TupleTypeSchema",
|
|
2349
2349
|
"location": {
|
|
2350
2350
|
"filePath": "application.main.runtime.ts",
|
|
2351
|
-
"line":
|
|
2351
|
+
"line": 473,
|
|
2352
2352
|
"character": 93
|
|
2353
2353
|
},
|
|
2354
2354
|
"elements": [
|
|
@@ -2356,7 +2356,7 @@
|
|
|
2356
2356
|
"__schema": "TypeRefSchema",
|
|
2357
2357
|
"location": {
|
|
2358
2358
|
"filePath": "application.main.runtime.ts",
|
|
2359
|
-
"line":
|
|
2359
|
+
"line": 474,
|
|
2360
2360
|
"character": 7
|
|
2361
2361
|
},
|
|
2362
2362
|
"name": "CLIMain"
|
|
@@ -2365,7 +2365,7 @@
|
|
|
2365
2365
|
"__schema": "TypeRefSchema",
|
|
2366
2366
|
"location": {
|
|
2367
2367
|
"filePath": "application.main.runtime.ts",
|
|
2368
|
-
"line":
|
|
2368
|
+
"line": 475,
|
|
2369
2369
|
"character": 7
|
|
2370
2370
|
},
|
|
2371
2371
|
"name": "LoggerMain"
|
|
@@ -2374,7 +2374,7 @@
|
|
|
2374
2374
|
"__schema": "TypeRefSchema",
|
|
2375
2375
|
"location": {
|
|
2376
2376
|
"filePath": "application.main.runtime.ts",
|
|
2377
|
-
"line":
|
|
2377
|
+
"line": 476,
|
|
2378
2378
|
"character": 7
|
|
2379
2379
|
},
|
|
2380
2380
|
"name": "BuilderMain"
|
|
@@ -2383,7 +2383,7 @@
|
|
|
2383
2383
|
"__schema": "TypeRefSchema",
|
|
2384
2384
|
"location": {
|
|
2385
2385
|
"filePath": "application.main.runtime.ts",
|
|
2386
|
-
"line":
|
|
2386
|
+
"line": 477,
|
|
2387
2387
|
"character": 7
|
|
2388
2388
|
},
|
|
2389
2389
|
"name": "EnvsMain"
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
"__schema": "TypeRefSchema",
|
|
2393
2393
|
"location": {
|
|
2394
2394
|
"filePath": "application.main.runtime.ts",
|
|
2395
|
-
"line":
|
|
2395
|
+
"line": 478,
|
|
2396
2396
|
"character": 7
|
|
2397
2397
|
},
|
|
2398
2398
|
"name": "ComponentMain"
|
|
@@ -2401,7 +2401,7 @@
|
|
|
2401
2401
|
"__schema": "TypeRefSchema",
|
|
2402
2402
|
"location": {
|
|
2403
2403
|
"filePath": "application.main.runtime.ts",
|
|
2404
|
-
"line":
|
|
2404
|
+
"line": 479,
|
|
2405
2405
|
"character": 7
|
|
2406
2406
|
},
|
|
2407
2407
|
"name": "AspectLoaderMain"
|
|
@@ -2410,7 +2410,7 @@
|
|
|
2410
2410
|
"__schema": "TypeRefSchema",
|
|
2411
2411
|
"location": {
|
|
2412
2412
|
"filePath": "application.main.runtime.ts",
|
|
2413
|
-
"line":
|
|
2413
|
+
"line": 480,
|
|
2414
2414
|
"character": 7
|
|
2415
2415
|
},
|
|
2416
2416
|
"name": "Workspace"
|
|
@@ -2419,7 +2419,7 @@
|
|
|
2419
2419
|
"__schema": "TypeRefSchema",
|
|
2420
2420
|
"location": {
|
|
2421
2421
|
"filePath": "application.main.runtime.ts",
|
|
2422
|
-
"line":
|
|
2422
|
+
"line": 481,
|
|
2423
2423
|
"character": 7
|
|
2424
2424
|
},
|
|
2425
2425
|
"name": "WatcherMain"
|
|
@@ -2428,7 +2428,7 @@
|
|
|
2428
2428
|
"__schema": "TypeRefSchema",
|
|
2429
2429
|
"location": {
|
|
2430
2430
|
"filePath": "application.main.runtime.ts",
|
|
2431
|
-
"line":
|
|
2431
|
+
"line": 482,
|
|
2432
2432
|
"character": 7
|
|
2433
2433
|
},
|
|
2434
2434
|
"name": "ScopeMain"
|
|
@@ -2442,7 +2442,7 @@
|
|
|
2442
2442
|
"__schema": "ParameterSchema",
|
|
2443
2443
|
"location": {
|
|
2444
2444
|
"filePath": "application.main.runtime.ts",
|
|
2445
|
-
"line":
|
|
2445
|
+
"line": 484,
|
|
2446
2446
|
"character": 5
|
|
2447
2447
|
},
|
|
2448
2448
|
"name": "config",
|
|
@@ -2450,7 +2450,7 @@
|
|
|
2450
2450
|
"__schema": "TypeRefSchema",
|
|
2451
2451
|
"location": {
|
|
2452
2452
|
"filePath": "application.main.runtime.ts",
|
|
2453
|
-
"line":
|
|
2453
|
+
"line": 484,
|
|
2454
2454
|
"character": 13
|
|
2455
2455
|
},
|
|
2456
2456
|
"name": "ApplicationAspectConfig"
|
|
@@ -2462,7 +2462,7 @@
|
|
|
2462
2462
|
"__schema": "ParameterSchema",
|
|
2463
2463
|
"location": {
|
|
2464
2464
|
"filePath": "application.main.runtime.ts",
|
|
2465
|
-
"line":
|
|
2465
|
+
"line": 485,
|
|
2466
2466
|
"character": 5
|
|
2467
2467
|
},
|
|
2468
2468
|
"name": "[ appTypeSlot, appSlot, deploymentProviderSlot ]",
|
|
@@ -2470,7 +2470,7 @@
|
|
|
2470
2470
|
"__schema": "TupleTypeSchema",
|
|
2471
2471
|
"location": {
|
|
2472
2472
|
"filePath": "application.main.runtime.ts",
|
|
2473
|
-
"line":
|
|
2473
|
+
"line": 485,
|
|
2474
2474
|
"character": 53
|
|
2475
2475
|
},
|
|
2476
2476
|
"elements": [
|
|
@@ -2478,7 +2478,7 @@
|
|
|
2478
2478
|
"__schema": "TypeRefSchema",
|
|
2479
2479
|
"location": {
|
|
2480
2480
|
"filePath": "application.main.runtime.ts",
|
|
2481
|
-
"line":
|
|
2481
|
+
"line": 485,
|
|
2482
2482
|
"character": 54
|
|
2483
2483
|
},
|
|
2484
2484
|
"name": "ApplicationTypeSlot"
|
|
@@ -2487,7 +2487,7 @@
|
|
|
2487
2487
|
"__schema": "TypeRefSchema",
|
|
2488
2488
|
"location": {
|
|
2489
2489
|
"filePath": "application.main.runtime.ts",
|
|
2490
|
-
"line":
|
|
2490
|
+
"line": 485,
|
|
2491
2491
|
"character": 75
|
|
2492
2492
|
},
|
|
2493
2493
|
"name": "ApplicationSlot"
|
|
@@ -2496,7 +2496,7 @@
|
|
|
2496
2496
|
"__schema": "TypeRefSchema",
|
|
2497
2497
|
"location": {
|
|
2498
2498
|
"filePath": "application.main.runtime.ts",
|
|
2499
|
-
"line":
|
|
2499
|
+
"line": 485,
|
|
2500
2500
|
"character": 92
|
|
2501
2501
|
},
|
|
2502
2502
|
"name": "DeploymentProviderSlot"
|
|
@@ -2510,7 +2510,7 @@
|
|
|
2510
2510
|
"__schema": "ParameterSchema",
|
|
2511
2511
|
"location": {
|
|
2512
2512
|
"filePath": "application.main.runtime.ts",
|
|
2513
|
-
"line":
|
|
2513
|
+
"line": 486,
|
|
2514
2514
|
"character": 5
|
|
2515
2515
|
},
|
|
2516
2516
|
"name": "harmony",
|
|
@@ -2518,7 +2518,7 @@
|
|
|
2518
2518
|
"__schema": "TypeRefSchema",
|
|
2519
2519
|
"location": {
|
|
2520
2520
|
"filePath": "application.main.runtime.ts",
|
|
2521
|
-
"line":
|
|
2521
|
+
"line": 486,
|
|
2522
2522
|
"character": 14
|
|
2523
2523
|
},
|
|
2524
2524
|
"name": "Harmony"
|
|
@@ -2531,7 +2531,7 @@
|
|
|
2531
2531
|
"__schema": "InferenceTypeSchema",
|
|
2532
2532
|
"location": {
|
|
2533
2533
|
"filePath": "application.main.runtime.ts",
|
|
2534
|
-
"line":
|
|
2534
|
+
"line": 472,
|
|
2535
2535
|
"character": 3
|
|
2536
2536
|
},
|
|
2537
2537
|
"type": "Promise<ApplicationMain>"
|
|
@@ -3595,7 +3595,7 @@
|
|
|
3595
3595
|
"_legacy": {
|
|
3596
3596
|
"scope": "teambit.harmony",
|
|
3597
3597
|
"name": "application",
|
|
3598
|
-
"version": "1.0.
|
|
3598
|
+
"version": "1.0.408"
|
|
3599
3599
|
},
|
|
3600
3600
|
"_scope": "teambit.harmony"
|
|
3601
3601
|
}
|
|
@@ -3979,7 +3979,7 @@
|
|
|
3979
3979
|
"_legacy": {
|
|
3980
3980
|
"scope": "teambit.harmony",
|
|
3981
3981
|
"name": "application",
|
|
3982
|
-
"version": "1.0.
|
|
3982
|
+
"version": "1.0.408"
|
|
3983
3983
|
},
|
|
3984
3984
|
"_scope": "teambit.harmony"
|
|
3985
3985
|
}
|
|
@@ -4467,7 +4467,7 @@
|
|
|
4467
4467
|
"_legacy": {
|
|
4468
4468
|
"scope": "teambit.harmony",
|
|
4469
4469
|
"name": "application",
|
|
4470
|
-
"version": "1.0.
|
|
4470
|
+
"version": "1.0.408"
|
|
4471
4471
|
},
|
|
4472
4472
|
"_scope": "teambit.harmony"
|
|
4473
4473
|
}
|
|
@@ -5224,7 +5224,7 @@
|
|
|
5224
5224
|
"_legacy": {
|
|
5225
5225
|
"scope": "teambit.harmony",
|
|
5226
5226
|
"name": "application",
|
|
5227
|
-
"version": "1.0.
|
|
5227
|
+
"version": "1.0.408"
|
|
5228
5228
|
},
|
|
5229
5229
|
"_scope": "teambit.harmony"
|
|
5230
5230
|
}
|
|
@@ -5712,7 +5712,7 @@
|
|
|
5712
5712
|
"_legacy": {
|
|
5713
5713
|
"scope": "teambit.harmony",
|
|
5714
5714
|
"name": "application",
|
|
5715
|
-
"version": "1.0.
|
|
5715
|
+
"version": "1.0.408"
|
|
5716
5716
|
},
|
|
5717
5717
|
"_scope": "teambit.harmony"
|
|
5718
5718
|
}
|
|
@@ -7381,14 +7381,14 @@
|
|
|
7381
7381
|
"__schema": "FunctionLikeSchema",
|
|
7382
7382
|
"location": {
|
|
7383
7383
|
"filePath": "application.main.runtime.ts",
|
|
7384
|
-
"line":
|
|
7384
|
+
"line": 148,
|
|
7385
7385
|
"character": 3
|
|
7386
7386
|
},
|
|
7387
7387
|
"doc": {
|
|
7388
7388
|
"__schema": "DocSchema",
|
|
7389
7389
|
"location": {
|
|
7390
7390
|
"filePath": "application.main.runtime.ts",
|
|
7391
|
-
"line":
|
|
7391
|
+
"line": 144,
|
|
7392
7392
|
"character": 3
|
|
7393
7393
|
},
|
|
7394
7394
|
"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 */",
|
|
@@ -7402,7 +7402,7 @@
|
|
|
7402
7402
|
"__schema": "ParameterSchema",
|
|
7403
7403
|
"location": {
|
|
7404
7404
|
"filePath": "application.main.runtime.ts",
|
|
7405
|
-
"line":
|
|
7405
|
+
"line": 148,
|
|
7406
7406
|
"character": 16
|
|
7407
7407
|
},
|
|
7408
7408
|
"name": "id",
|
|
@@ -7410,7 +7410,7 @@
|
|
|
7410
7410
|
"__schema": "TypeRefSchema",
|
|
7411
7411
|
"location": {
|
|
7412
7412
|
"filePath": "application.main.runtime.ts",
|
|
7413
|
-
"line":
|
|
7413
|
+
"line": 148,
|
|
7414
7414
|
"character": 21
|
|
7415
7415
|
},
|
|
7416
7416
|
"name": "ComponentID"
|
|
@@ -7423,7 +7423,7 @@
|
|
|
7423
7423
|
"__schema": "TypeUnionSchema",
|
|
7424
7424
|
"location": {
|
|
7425
7425
|
"filePath": "application.main.runtime.ts",
|
|
7426
|
-
"line":
|
|
7426
|
+
"line": 148,
|
|
7427
7427
|
"character": 35
|
|
7428
7428
|
},
|
|
7429
7429
|
"types": [
|
|
@@ -7431,14 +7431,14 @@
|
|
|
7431
7431
|
"__schema": "TypeArraySchema",
|
|
7432
7432
|
"location": {
|
|
7433
7433
|
"filePath": "application.main.runtime.ts",
|
|
7434
|
-
"line":
|
|
7434
|
+
"line": 148,
|
|
7435
7435
|
"character": 35
|
|
7436
7436
|
},
|
|
7437
7437
|
"type": {
|
|
7438
7438
|
"__schema": "TypeRefSchema",
|
|
7439
7439
|
"location": {
|
|
7440
7440
|
"filePath": "application.main.runtime.ts",
|
|
7441
|
-
"line":
|
|
7441
|
+
"line": 148,
|
|
7442
7442
|
"character": 35
|
|
7443
7443
|
},
|
|
7444
7444
|
"name": "Application"
|
|
@@ -7448,7 +7448,7 @@
|
|
|
7448
7448
|
"__schema": "KeywordTypeSchema",
|
|
7449
7449
|
"location": {
|
|
7450
7450
|
"filePath": "application.main.runtime.ts",
|
|
7451
|
-
"line":
|
|
7451
|
+
"line": 148,
|
|
7452
7452
|
"character": 51
|
|
7453
7453
|
},
|
|
7454
7454
|
"name": "undefined"
|
|
@@ -7461,14 +7461,14 @@
|
|
|
7461
7461
|
"__schema": "FunctionLikeSchema",
|
|
7462
7462
|
"location": {
|
|
7463
7463
|
"filePath": "application.main.runtime.ts",
|
|
7464
|
-
"line":
|
|
7464
|
+
"line": 157,
|
|
7465
7465
|
"character": 3
|
|
7466
7466
|
},
|
|
7467
7467
|
"doc": {
|
|
7468
7468
|
"__schema": "DocSchema",
|
|
7469
7469
|
"location": {
|
|
7470
7470
|
"filePath": "application.main.runtime.ts",
|
|
7471
|
-
"line":
|
|
7471
|
+
"line": 153,
|
|
7472
7472
|
"character": 3
|
|
7473
7473
|
},
|
|
7474
7474
|
"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 */",
|
|
@@ -7482,7 +7482,7 @@
|
|
|
7482
7482
|
"__schema": "ParameterSchema",
|
|
7483
7483
|
"location": {
|
|
7484
7484
|
"filePath": "application.main.runtime.ts",
|
|
7485
|
-
"line":
|
|
7485
|
+
"line": 157,
|
|
7486
7486
|
"character": 20
|
|
7487
7487
|
},
|
|
7488
7488
|
"name": "id",
|
|
@@ -7490,7 +7490,7 @@
|
|
|
7490
7490
|
"__schema": "TypeRefSchema",
|
|
7491
7491
|
"location": {
|
|
7492
7492
|
"filePath": "application.main.runtime.ts",
|
|
7493
|
-
"line":
|
|
7493
|
+
"line": 157,
|
|
7494
7494
|
"character": 24
|
|
7495
7495
|
},
|
|
7496
7496
|
"name": "ComponentID"
|
|
@@ -7503,7 +7503,7 @@
|
|
|
7503
7503
|
"__schema": "InferenceTypeSchema",
|
|
7504
7504
|
"location": {
|
|
7505
7505
|
"filePath": "application.main.runtime.ts",
|
|
7506
|
-
"line":
|
|
7506
|
+
"line": 157,
|
|
7507
7507
|
"character": 3
|
|
7508
7508
|
},
|
|
7509
7509
|
"type": "Promise<Application | undefined>"
|
|
@@ -7516,14 +7516,14 @@
|
|
|
7516
7516
|
"__schema": "FunctionLikeSchema",
|
|
7517
7517
|
"location": {
|
|
7518
7518
|
"filePath": "application.main.runtime.ts",
|
|
7519
|
-
"line":
|
|
7519
|
+
"line": 167,
|
|
7520
7520
|
"character": 3
|
|
7521
7521
|
},
|
|
7522
7522
|
"doc": {
|
|
7523
7523
|
"__schema": "DocSchema",
|
|
7524
7524
|
"location": {
|
|
7525
7525
|
"filePath": "application.main.runtime.ts",
|
|
7526
|
-
"line":
|
|
7526
|
+
"line": 163,
|
|
7527
7527
|
"character": 3
|
|
7528
7528
|
},
|
|
7529
7529
|
"raw": "/**\n * calculate an application by a component.\n * This should be only used during the on component load slot\n */",
|
|
@@ -7537,7 +7537,7 @@
|
|
|
7537
7537
|
"__schema": "ParameterSchema",
|
|
7538
7538
|
"location": {
|
|
7539
7539
|
"filePath": "application.main.runtime.ts",
|
|
7540
|
-
"line":
|
|
7540
|
+
"line": 167,
|
|
7541
7541
|
"character": 27
|
|
7542
7542
|
},
|
|
7543
7543
|
"name": "component",
|
|
@@ -7545,7 +7545,7 @@
|
|
|
7545
7545
|
"__schema": "TypeRefSchema",
|
|
7546
7546
|
"location": {
|
|
7547
7547
|
"filePath": "application.main.runtime.ts",
|
|
7548
|
-
"line":
|
|
7548
|
+
"line": 167,
|
|
7549
7549
|
"character": 38
|
|
7550
7550
|
},
|
|
7551
7551
|
"name": "Component"
|
|
@@ -7558,7 +7558,7 @@
|
|
|
7558
7558
|
"__schema": "TypeRefSchema",
|
|
7559
7559
|
"location": {
|
|
7560
7560
|
"filePath": "application.main.runtime.ts",
|
|
7561
|
-
"line":
|
|
7561
|
+
"line": 167,
|
|
7562
7562
|
"character": 3
|
|
7563
7563
|
},
|
|
7564
7564
|
"name": "Application"
|
|
@@ -7569,7 +7569,7 @@
|
|
|
7569
7569
|
"__schema": "FunctionLikeSchema",
|
|
7570
7570
|
"location": {
|
|
7571
7571
|
"filePath": "application.main.runtime.ts",
|
|
7572
|
-
"line":
|
|
7572
|
+
"line": 173,
|
|
7573
7573
|
"character": 3
|
|
7574
7574
|
},
|
|
7575
7575
|
"signature": "(method) ApplicationMain.listAppTypes(): ApplicationType<unknown>[]",
|
|
@@ -7579,7 +7579,7 @@
|
|
|
7579
7579
|
"__schema": "TypeRefSchema",
|
|
7580
7580
|
"location": {
|
|
7581
7581
|
"filePath": "application.main.runtime.ts",
|
|
7582
|
-
"line":
|
|
7582
|
+
"line": 173,
|
|
7583
7583
|
"character": 3
|
|
7584
7584
|
},
|
|
7585
7585
|
"name": "ApplicationType"
|
|
@@ -7590,14 +7590,14 @@
|
|
|
7590
7590
|
"__schema": "FunctionLikeSchema",
|
|
7591
7591
|
"location": {
|
|
7592
7592
|
"filePath": "application.main.runtime.ts",
|
|
7593
|
-
"line":
|
|
7593
|
+
"line": 181,
|
|
7594
7594
|
"character": 3
|
|
7595
7595
|
},
|
|
7596
7596
|
"doc": {
|
|
7597
7597
|
"__schema": "DocSchema",
|
|
7598
7598
|
"location": {
|
|
7599
7599
|
"filePath": "application.main.runtime.ts",
|
|
7600
|
-
"line":
|
|
7600
|
+
"line": 177,
|
|
7601
7601
|
"character": 3
|
|
7602
7602
|
},
|
|
7603
7603
|
"raw": "/**\n * @deprecated use `listAppsComponents` instead.\n * @returns\n */",
|
|
@@ -7607,7 +7607,7 @@
|
|
|
7607
7607
|
"__schema": "TagSchema",
|
|
7608
7608
|
"location": {
|
|
7609
7609
|
"filePath": "application.main.runtime.ts",
|
|
7610
|
-
"line":
|
|
7610
|
+
"line": 178,
|
|
7611
7611
|
"character": 6
|
|
7612
7612
|
},
|
|
7613
7613
|
"tagName": "deprecated",
|
|
@@ -7617,7 +7617,7 @@
|
|
|
7617
7617
|
"__schema": "ReturnTagSchema",
|
|
7618
7618
|
"location": {
|
|
7619
7619
|
"filePath": "application.main.runtime.ts",
|
|
7620
|
-
"line":
|
|
7620
|
+
"line": 179,
|
|
7621
7621
|
"character": 6
|
|
7622
7622
|
},
|
|
7623
7623
|
"tagName": "return"
|
|
@@ -7631,7 +7631,7 @@
|
|
|
7631
7631
|
"__schema": "TypeRefSchema",
|
|
7632
7632
|
"location": {
|
|
7633
7633
|
"filePath": "application.main.runtime.ts",
|
|
7634
|
-
"line":
|
|
7634
|
+
"line": 181,
|
|
7635
7635
|
"character": 35
|
|
7636
7636
|
},
|
|
7637
7637
|
"name": "Promise",
|
|
@@ -7640,14 +7640,14 @@
|
|
|
7640
7640
|
"__schema": "TypeArraySchema",
|
|
7641
7641
|
"location": {
|
|
7642
7642
|
"filePath": "application.main.runtime.ts",
|
|
7643
|
-
"line":
|
|
7643
|
+
"line": 181,
|
|
7644
7644
|
"character": 43
|
|
7645
7645
|
},
|
|
7646
7646
|
"type": {
|
|
7647
7647
|
"__schema": "TypeRefSchema",
|
|
7648
7648
|
"location": {
|
|
7649
7649
|
"filePath": "application.main.runtime.ts",
|
|
7650
|
-
"line":
|
|
7650
|
+
"line": 181,
|
|
7651
7651
|
"character": 43
|
|
7652
7652
|
},
|
|
7653
7653
|
"name": "Component"
|
|
@@ -7663,14 +7663,14 @@
|
|
|
7663
7663
|
"__schema": "FunctionLikeSchema",
|
|
7664
7664
|
"location": {
|
|
7665
7665
|
"filePath": "application.main.runtime.ts",
|
|
7666
|
-
"line":
|
|
7666
|
+
"line": 189,
|
|
7667
7667
|
"character": 3
|
|
7668
7668
|
},
|
|
7669
7669
|
"doc": {
|
|
7670
7670
|
"__schema": "DocSchema",
|
|
7671
7671
|
"location": {
|
|
7672
7672
|
"filePath": "application.main.runtime.ts",
|
|
7673
|
-
"line":
|
|
7673
|
+
"line": 185,
|
|
7674
7674
|
"character": 3
|
|
7675
7675
|
},
|
|
7676
7676
|
"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 */",
|
|
@@ -7684,7 +7684,7 @@
|
|
|
7684
7684
|
"__schema": "ParameterSchema",
|
|
7685
7685
|
"location": {
|
|
7686
7686
|
"filePath": "application.main.runtime.ts",
|
|
7687
|
-
"line":
|
|
7687
|
+
"line": 189,
|
|
7688
7688
|
"character": 28
|
|
7689
7689
|
},
|
|
7690
7690
|
"name": "poolIds",
|
|
@@ -7692,14 +7692,14 @@
|
|
|
7692
7692
|
"__schema": "TypeArraySchema",
|
|
7693
7693
|
"location": {
|
|
7694
7694
|
"filePath": "application.main.runtime.ts",
|
|
7695
|
-
"line":
|
|
7695
|
+
"line": 189,
|
|
7696
7696
|
"character": 38
|
|
7697
7697
|
},
|
|
7698
7698
|
"type": {
|
|
7699
7699
|
"__schema": "TypeRefSchema",
|
|
7700
7700
|
"location": {
|
|
7701
7701
|
"filePath": "application.main.runtime.ts",
|
|
7702
|
-
"line":
|
|
7702
|
+
"line": 189,
|
|
7703
7703
|
"character": 38
|
|
7704
7704
|
},
|
|
7705
7705
|
"name": "ComponentID"
|
|
@@ -7713,7 +7713,7 @@
|
|
|
7713
7713
|
"__schema": "TypeRefSchema",
|
|
7714
7714
|
"location": {
|
|
7715
7715
|
"filePath": "application.main.runtime.ts",
|
|
7716
|
-
"line":
|
|
7716
|
+
"line": 189,
|
|
7717
7717
|
"character": 54
|
|
7718
7718
|
},
|
|
7719
7719
|
"name": "Promise",
|
|
@@ -7722,14 +7722,14 @@
|
|
|
7722
7722
|
"__schema": "TypeArraySchema",
|
|
7723
7723
|
"location": {
|
|
7724
7724
|
"filePath": "application.main.runtime.ts",
|
|
7725
|
-
"line":
|
|
7725
|
+
"line": 189,
|
|
7726
7726
|
"character": 62
|
|
7727
7727
|
},
|
|
7728
7728
|
"type": {
|
|
7729
7729
|
"__schema": "TypeRefSchema",
|
|
7730
7730
|
"location": {
|
|
7731
7731
|
"filePath": "application.main.runtime.ts",
|
|
7732
|
-
"line":
|
|
7732
|
+
"line": 189,
|
|
7733
7733
|
"character": 62
|
|
7734
7734
|
},
|
|
7735
7735
|
"name": "Component"
|
|
@@ -7745,7 +7745,7 @@
|
|
|
7745
7745
|
"__schema": "FunctionLikeSchema",
|
|
7746
7746
|
"location": {
|
|
7747
7747
|
"filePath": "application.main.runtime.ts",
|
|
7748
|
-
"line":
|
|
7748
|
+
"line": 205,
|
|
7749
7749
|
"character": 3
|
|
7750
7750
|
},
|
|
7751
7751
|
"signature": "(method) ApplicationMain.getAppPatterns(): string[]",
|
|
@@ -7755,7 +7755,7 @@
|
|
|
7755
7755
|
"__schema": "InferenceTypeSchema",
|
|
7756
7756
|
"location": {
|
|
7757
7757
|
"filePath": "application.main.runtime.ts",
|
|
7758
|
-
"line":
|
|
7758
|
+
"line": 205,
|
|
7759
7759
|
"character": 3
|
|
7760
7760
|
},
|
|
7761
7761
|
"type": "string[]"
|
|
@@ -7766,7 +7766,7 @@
|
|
|
7766
7766
|
"__schema": "FunctionLikeSchema",
|
|
7767
7767
|
"location": {
|
|
7768
7768
|
"filePath": "application.main.runtime.ts",
|
|
7769
|
-
"line":
|
|
7769
|
+
"line": 214,
|
|
7770
7770
|
"character": 3
|
|
7771
7771
|
},
|
|
7772
7772
|
"signature": "(method) ApplicationMain.loadApps(): Promise<Application[]>",
|
|
@@ -7776,7 +7776,7 @@
|
|
|
7776
7776
|
"__schema": "TypeRefSchema",
|
|
7777
7777
|
"location": {
|
|
7778
7778
|
"filePath": "application.main.runtime.ts",
|
|
7779
|
-
"line":
|
|
7779
|
+
"line": 214,
|
|
7780
7780
|
"character": 21
|
|
7781
7781
|
},
|
|
7782
7782
|
"name": "Promise",
|
|
@@ -7785,14 +7785,14 @@
|
|
|
7785
7785
|
"__schema": "TypeArraySchema",
|
|
7786
7786
|
"location": {
|
|
7787
7787
|
"filePath": "application.main.runtime.ts",
|
|
7788
|
-
"line":
|
|
7788
|
+
"line": 214,
|
|
7789
7789
|
"character": 29
|
|
7790
7790
|
},
|
|
7791
7791
|
"type": {
|
|
7792
7792
|
"__schema": "TypeRefSchema",
|
|
7793
7793
|
"location": {
|
|
7794
7794
|
"filePath": "application.main.runtime.ts",
|
|
7795
|
-
"line":
|
|
7795
|
+
"line": 214,
|
|
7796
7796
|
"character": 29
|
|
7797
7797
|
},
|
|
7798
7798
|
"name": "Application"
|
|
@@ -7808,7 +7808,7 @@
|
|
|
7808
7808
|
"__schema": "FunctionLikeSchema",
|
|
7809
7809
|
"location": {
|
|
7810
7810
|
"filePath": "application.main.runtime.ts",
|
|
7811
|
-
"line":
|
|
7811
|
+
"line": 247,
|
|
7812
7812
|
"character": 3
|
|
7813
7813
|
},
|
|
7814
7814
|
"signature": "(method) ApplicationMain.loadAppsFromComponent(component: Component, rootDir: string): Promise<Application[] | undefined>",
|
|
@@ -7818,7 +7818,7 @@
|
|
|
7818
7818
|
"__schema": "ParameterSchema",
|
|
7819
7819
|
"location": {
|
|
7820
7820
|
"filePath": "application.main.runtime.ts",
|
|
7821
|
-
"line":
|
|
7821
|
+
"line": 247,
|
|
7822
7822
|
"character": 31
|
|
7823
7823
|
},
|
|
7824
7824
|
"name": "component",
|
|
@@ -7826,7 +7826,7 @@
|
|
|
7826
7826
|
"__schema": "TypeRefSchema",
|
|
7827
7827
|
"location": {
|
|
7828
7828
|
"filePath": "application.main.runtime.ts",
|
|
7829
|
-
"line":
|
|
7829
|
+
"line": 247,
|
|
7830
7830
|
"character": 42
|
|
7831
7831
|
},
|
|
7832
7832
|
"name": "Component"
|
|
@@ -7838,7 +7838,7 @@
|
|
|
7838
7838
|
"__schema": "ParameterSchema",
|
|
7839
7839
|
"location": {
|
|
7840
7840
|
"filePath": "application.main.runtime.ts",
|
|
7841
|
-
"line":
|
|
7841
|
+
"line": 247,
|
|
7842
7842
|
"character": 53
|
|
7843
7843
|
},
|
|
7844
7844
|
"name": "rootDir",
|
|
@@ -7846,7 +7846,7 @@
|
|
|
7846
7846
|
"__schema": "KeywordTypeSchema",
|
|
7847
7847
|
"location": {
|
|
7848
7848
|
"filePath": "application.main.runtime.ts",
|
|
7849
|
-
"line":
|
|
7849
|
+
"line": 247,
|
|
7850
7850
|
"character": 62
|
|
7851
7851
|
},
|
|
7852
7852
|
"name": "string"
|
|
@@ -7859,7 +7859,7 @@
|
|
|
7859
7859
|
"__schema": "TypeRefSchema",
|
|
7860
7860
|
"location": {
|
|
7861
7861
|
"filePath": "application.main.runtime.ts",
|
|
7862
|
-
"line":
|
|
7862
|
+
"line": 247,
|
|
7863
7863
|
"character": 71
|
|
7864
7864
|
},
|
|
7865
7865
|
"name": "Promise",
|
|
@@ -7868,7 +7868,7 @@
|
|
|
7868
7868
|
"__schema": "TypeUnionSchema",
|
|
7869
7869
|
"location": {
|
|
7870
7870
|
"filePath": "application.main.runtime.ts",
|
|
7871
|
-
"line":
|
|
7871
|
+
"line": 247,
|
|
7872
7872
|
"character": 79
|
|
7873
7873
|
},
|
|
7874
7874
|
"types": [
|
|
@@ -7876,14 +7876,14 @@
|
|
|
7876
7876
|
"__schema": "TypeArraySchema",
|
|
7877
7877
|
"location": {
|
|
7878
7878
|
"filePath": "application.main.runtime.ts",
|
|
7879
|
-
"line":
|
|
7879
|
+
"line": 247,
|
|
7880
7880
|
"character": 79
|
|
7881
7881
|
},
|
|
7882
7882
|
"type": {
|
|
7883
7883
|
"__schema": "TypeRefSchema",
|
|
7884
7884
|
"location": {
|
|
7885
7885
|
"filePath": "application.main.runtime.ts",
|
|
7886
|
-
"line":
|
|
7886
|
+
"line": 247,
|
|
7887
7887
|
"character": 79
|
|
7888
7888
|
},
|
|
7889
7889
|
"name": "Application"
|
|
@@ -7893,7 +7893,7 @@
|
|
|
7893
7893
|
"__schema": "KeywordTypeSchema",
|
|
7894
7894
|
"location": {
|
|
7895
7895
|
"filePath": "application.main.runtime.ts",
|
|
7896
|
-
"line":
|
|
7896
|
+
"line": 247,
|
|
7897
7897
|
"character": 95
|
|
7898
7898
|
},
|
|
7899
7899
|
"name": "undefined"
|
|
@@ -7910,14 +7910,14 @@
|
|
|
7910
7910
|
"__schema": "FunctionLikeSchema",
|
|
7911
7911
|
"location": {
|
|
7912
7912
|
"filePath": "application.main.runtime.ts",
|
|
7913
|
-
"line":
|
|
7913
|
+
"line": 274,
|
|
7914
7914
|
"character": 3
|
|
7915
7915
|
},
|
|
7916
7916
|
"doc": {
|
|
7917
7917
|
"__schema": "DocSchema",
|
|
7918
7918
|
"location": {
|
|
7919
7919
|
"filePath": "application.main.runtime.ts",
|
|
7920
|
-
"line":
|
|
7920
|
+
"line": 270,
|
|
7921
7921
|
"character": 3
|
|
7922
7922
|
},
|
|
7923
7923
|
"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 */",
|
|
@@ -7931,7 +7931,7 @@
|
|
|
7931
7931
|
"__schema": "ParameterSchema",
|
|
7932
7932
|
"location": {
|
|
7933
7933
|
"filePath": "application.main.runtime.ts",
|
|
7934
|
-
"line":
|
|
7934
|
+
"line": 274,
|
|
7935
7935
|
"character": 10
|
|
7936
7936
|
},
|
|
7937
7937
|
"name": "appName",
|
|
@@ -7939,7 +7939,7 @@
|
|
|
7939
7939
|
"__schema": "KeywordTypeSchema",
|
|
7940
7940
|
"location": {
|
|
7941
7941
|
"filePath": "application.main.runtime.ts",
|
|
7942
|
-
"line":
|
|
7942
|
+
"line": 274,
|
|
7943
7943
|
"character": 19
|
|
7944
7944
|
},
|
|
7945
7945
|
"name": "string"
|
|
@@ -7951,7 +7951,7 @@
|
|
|
7951
7951
|
"__schema": "ParameterSchema",
|
|
7952
7952
|
"location": {
|
|
7953
7953
|
"filePath": "application.main.runtime.ts",
|
|
7954
|
-
"line":
|
|
7954
|
+
"line": 274,
|
|
7955
7955
|
"character": 27
|
|
7956
7956
|
},
|
|
7957
7957
|
"name": "id",
|
|
@@ -7959,7 +7959,7 @@
|
|
|
7959
7959
|
"__schema": "TypeRefSchema",
|
|
7960
7960
|
"location": {
|
|
7961
7961
|
"filePath": "application.main.runtime.ts",
|
|
7962
|
-
"line":
|
|
7962
|
+
"line": 274,
|
|
7963
7963
|
"character": 32
|
|
7964
7964
|
},
|
|
7965
7965
|
"name": "ComponentID"
|
|
@@ -7972,7 +7972,7 @@
|
|
|
7972
7972
|
"__schema": "TypeUnionSchema",
|
|
7973
7973
|
"location": {
|
|
7974
7974
|
"filePath": "application.main.runtime.ts",
|
|
7975
|
-
"line":
|
|
7975
|
+
"line": 274,
|
|
7976
7976
|
"character": 46
|
|
7977
7977
|
},
|
|
7978
7978
|
"types": [
|
|
@@ -7980,7 +7980,7 @@
|
|
|
7980
7980
|
"__schema": "TypeRefSchema",
|
|
7981
7981
|
"location": {
|
|
7982
7982
|
"filePath": "application.main.runtime.ts",
|
|
7983
|
-
"line":
|
|
7983
|
+
"line": 274,
|
|
7984
7984
|
"character": 46
|
|
7985
7985
|
},
|
|
7986
7986
|
"name": "Application"
|
|
@@ -7989,7 +7989,7 @@
|
|
|
7989
7989
|
"__schema": "KeywordTypeSchema",
|
|
7990
7990
|
"location": {
|
|
7991
7991
|
"filePath": "application.main.runtime.ts",
|
|
7992
|
-
"line":
|
|
7992
|
+
"line": 274,
|
|
7993
7993
|
"character": 60
|
|
7994
7994
|
},
|
|
7995
7995
|
"name": "undefined"
|
|
@@ -8002,7 +8002,7 @@
|
|
|
8002
8002
|
"__schema": "FunctionLikeSchema",
|
|
8003
8003
|
"location": {
|
|
8004
8004
|
"filePath": "application.main.runtime.ts",
|
|
8005
|
-
"line":
|
|
8005
|
+
"line": 280,
|
|
8006
8006
|
"character": 3
|
|
8007
8007
|
},
|
|
8008
8008
|
"signature": "(method) ApplicationMain.getAppByNameOrId(appNameOrId: string): Application | undefined",
|
|
@@ -8012,7 +8012,7 @@
|
|
|
8012
8012
|
"__schema": "ParameterSchema",
|
|
8013
8013
|
"location": {
|
|
8014
8014
|
"filePath": "application.main.runtime.ts",
|
|
8015
|
-
"line":
|
|
8015
|
+
"line": 280,
|
|
8016
8016
|
"character": 20
|
|
8017
8017
|
},
|
|
8018
8018
|
"name": "appNameOrId",
|
|
@@ -8020,7 +8020,7 @@
|
|
|
8020
8020
|
"__schema": "KeywordTypeSchema",
|
|
8021
8021
|
"location": {
|
|
8022
8022
|
"filePath": "application.main.runtime.ts",
|
|
8023
|
-
"line":
|
|
8023
|
+
"line": 280,
|
|
8024
8024
|
"character": 33
|
|
8025
8025
|
},
|
|
8026
8026
|
"name": "string"
|
|
@@ -8033,7 +8033,7 @@
|
|
|
8033
8033
|
"__schema": "TypeUnionSchema",
|
|
8034
8034
|
"location": {
|
|
8035
8035
|
"filePath": "application.main.runtime.ts",
|
|
8036
|
-
"line":
|
|
8036
|
+
"line": 280,
|
|
8037
8037
|
"character": 42
|
|
8038
8038
|
},
|
|
8039
8039
|
"types": [
|
|
@@ -8041,7 +8041,7 @@
|
|
|
8041
8041
|
"__schema": "TypeRefSchema",
|
|
8042
8042
|
"location": {
|
|
8043
8043
|
"filePath": "application.main.runtime.ts",
|
|
8044
|
-
"line":
|
|
8044
|
+
"line": 280,
|
|
8045
8045
|
"character": 42
|
|
8046
8046
|
},
|
|
8047
8047
|
"name": "Application"
|
|
@@ -8050,7 +8050,7 @@
|
|
|
8050
8050
|
"__schema": "KeywordTypeSchema",
|
|
8051
8051
|
"location": {
|
|
8052
8052
|
"filePath": "application.main.runtime.ts",
|
|
8053
|
-
"line":
|
|
8053
|
+
"line": 280,
|
|
8054
8054
|
"character": 56
|
|
8055
8055
|
},
|
|
8056
8056
|
"name": "undefined"
|
|
@@ -8063,7 +8063,7 @@
|
|
|
8063
8063
|
"__schema": "FunctionLikeSchema",
|
|
8064
8064
|
"location": {
|
|
8065
8065
|
"filePath": "application.main.runtime.ts",
|
|
8066
|
-
"line":
|
|
8066
|
+
"line": 293,
|
|
8067
8067
|
"character": 3
|
|
8068
8068
|
},
|
|
8069
8069
|
"signature": "(method) ApplicationMain.getAppPattern(appType: ApplicationType<unknown>): string",
|
|
@@ -8073,7 +8073,7 @@
|
|
|
8073
8073
|
"__schema": "ParameterSchema",
|
|
8074
8074
|
"location": {
|
|
8075
8075
|
"filePath": "application.main.runtime.ts",
|
|
8076
|
-
"line":
|
|
8076
|
+
"line": 293,
|
|
8077
8077
|
"character": 17
|
|
8078
8078
|
},
|
|
8079
8079
|
"name": "appType",
|
|
@@ -8081,7 +8081,7 @@
|
|
|
8081
8081
|
"__schema": "TypeRefSchema",
|
|
8082
8082
|
"location": {
|
|
8083
8083
|
"filePath": "application.main.runtime.ts",
|
|
8084
|
-
"line":
|
|
8084
|
+
"line": 293,
|
|
8085
8085
|
"character": 26
|
|
8086
8086
|
},
|
|
8087
8087
|
"name": "ApplicationType",
|
|
@@ -8090,7 +8090,7 @@
|
|
|
8090
8090
|
"__schema": "KeywordTypeSchema",
|
|
8091
8091
|
"location": {
|
|
8092
8092
|
"filePath": "application.main.runtime.ts",
|
|
8093
|
-
"line":
|
|
8093
|
+
"line": 293,
|
|
8094
8094
|
"character": 42
|
|
8095
8095
|
},
|
|
8096
8096
|
"name": "unknown"
|
|
@@ -8105,7 +8105,7 @@
|
|
|
8105
8105
|
"__schema": "InferenceTypeSchema",
|
|
8106
8106
|
"location": {
|
|
8107
8107
|
"filePath": "application.main.runtime.ts",
|
|
8108
|
-
"line":
|
|
8108
|
+
"line": 293,
|
|
8109
8109
|
"character": 3
|
|
8110
8110
|
},
|
|
8111
8111
|
"type": "string"
|
|
@@ -8116,14 +8116,14 @@
|
|
|
8116
8116
|
"__schema": "FunctionLikeSchema",
|
|
8117
8117
|
"location": {
|
|
8118
8118
|
"filePath": "application.main.runtime.ts",
|
|
8119
|
-
"line":
|
|
8119
|
+
"line": 301,
|
|
8120
8120
|
"character": 3
|
|
8121
8121
|
},
|
|
8122
8122
|
"doc": {
|
|
8123
8123
|
"__schema": "DocSchema",
|
|
8124
8124
|
"location": {
|
|
8125
8125
|
"filePath": "application.main.runtime.ts",
|
|
8126
|
-
"line":
|
|
8126
|
+
"line": 298,
|
|
8127
8127
|
"character": 3
|
|
8128
8128
|
},
|
|
8129
8129
|
"raw": "/**\n * registers a new app and sets a plugin for it.\n */",
|
|
@@ -8137,7 +8137,7 @@
|
|
|
8137
8137
|
"__schema": "ParameterSchema",
|
|
8138
8138
|
"location": {
|
|
8139
8139
|
"filePath": "application.main.runtime.ts",
|
|
8140
|
-
"line":
|
|
8140
|
+
"line": 301,
|
|
8141
8141
|
"character": 22
|
|
8142
8142
|
},
|
|
8143
8143
|
"name": "appTypes",
|
|
@@ -8145,7 +8145,7 @@
|
|
|
8145
8145
|
"__schema": "TypeRefSchema",
|
|
8146
8146
|
"location": {
|
|
8147
8147
|
"filePath": "application.main.runtime.ts",
|
|
8148
|
-
"line":
|
|
8148
|
+
"line": 301,
|
|
8149
8149
|
"character": 35
|
|
8150
8150
|
},
|
|
8151
8151
|
"name": "Array",
|
|
@@ -8154,7 +8154,7 @@
|
|
|
8154
8154
|
"__schema": "TypeRefSchema",
|
|
8155
8155
|
"location": {
|
|
8156
8156
|
"filePath": "application.main.runtime.ts",
|
|
8157
|
-
"line":
|
|
8157
|
+
"line": 301,
|
|
8158
8158
|
"character": 41
|
|
8159
8159
|
},
|
|
8160
8160
|
"name": "ApplicationType",
|
|
@@ -8163,7 +8163,7 @@
|
|
|
8163
8163
|
"__schema": "TypeRefSchema",
|
|
8164
8164
|
"location": {
|
|
8165
8165
|
"filePath": "application.main.runtime.ts",
|
|
8166
|
-
"line":
|
|
8166
|
+
"line": 301,
|
|
8167
8167
|
"character": 57
|
|
8168
8168
|
},
|
|
8169
8169
|
"name": "T"
|
|
@@ -8180,7 +8180,7 @@
|
|
|
8180
8180
|
"__schema": "TypeRefSchema",
|
|
8181
8181
|
"location": {
|
|
8182
8182
|
"filePath": "application.main.runtime.ts",
|
|
8183
|
-
"line":
|
|
8183
|
+
"line": 301,
|
|
8184
8184
|
"character": 3
|
|
8185
8185
|
},
|
|
8186
8186
|
"name": "ApplicationMain"
|
|
@@ -8194,14 +8194,14 @@
|
|
|
8194
8194
|
"__schema": "FunctionLikeSchema",
|
|
8195
8195
|
"location": {
|
|
8196
8196
|
"filePath": "application.main.runtime.ts",
|
|
8197
|
-
"line":
|
|
8197
|
+
"line": 314,
|
|
8198
8198
|
"character": 3
|
|
8199
8199
|
},
|
|
8200
8200
|
"doc": {
|
|
8201
8201
|
"__schema": "DocSchema",
|
|
8202
8202
|
"location": {
|
|
8203
8203
|
"filePath": "application.main.runtime.ts",
|
|
8204
|
-
"line":
|
|
8204
|
+
"line": 311,
|
|
8205
8205
|
"character": 3
|
|
8206
8206
|
},
|
|
8207
8207
|
"raw": "/**\n * get an app AspectId.\n */",
|
|
@@ -8215,7 +8215,7 @@
|
|
|
8215
8215
|
"__schema": "ParameterSchema",
|
|
8216
8216
|
"location": {
|
|
8217
8217
|
"filePath": "application.main.runtime.ts",
|
|
8218
|
-
"line":
|
|
8218
|
+
"line": 314,
|
|
8219
8219
|
"character": 16
|
|
8220
8220
|
},
|
|
8221
8221
|
"name": "appName",
|
|
@@ -8223,7 +8223,7 @@
|
|
|
8223
8223
|
"__schema": "KeywordTypeSchema",
|
|
8224
8224
|
"location": {
|
|
8225
8225
|
"filePath": "application.main.runtime.ts",
|
|
8226
|
-
"line":
|
|
8226
|
+
"line": 314,
|
|
8227
8227
|
"character": 25
|
|
8228
8228
|
},
|
|
8229
8229
|
"name": "string"
|
|
@@ -8236,7 +8236,7 @@
|
|
|
8236
8236
|
"__schema": "TypeUnionSchema",
|
|
8237
8237
|
"location": {
|
|
8238
8238
|
"filePath": "application.main.runtime.ts",
|
|
8239
|
-
"line":
|
|
8239
|
+
"line": 314,
|
|
8240
8240
|
"character": 34
|
|
8241
8241
|
},
|
|
8242
8242
|
"types": [
|
|
@@ -8244,7 +8244,7 @@
|
|
|
8244
8244
|
"__schema": "KeywordTypeSchema",
|
|
8245
8245
|
"location": {
|
|
8246
8246
|
"filePath": "application.main.runtime.ts",
|
|
8247
|
-
"line":
|
|
8247
|
+
"line": 314,
|
|
8248
8248
|
"character": 34
|
|
8249
8249
|
},
|
|
8250
8250
|
"name": "string"
|
|
@@ -8253,7 +8253,7 @@
|
|
|
8253
8253
|
"__schema": "KeywordTypeSchema",
|
|
8254
8254
|
"location": {
|
|
8255
8255
|
"filePath": "application.main.runtime.ts",
|
|
8256
|
-
"line":
|
|
8256
|
+
"line": 314,
|
|
8257
8257
|
"character": 43
|
|
8258
8258
|
},
|
|
8259
8259
|
"name": "undefined"
|
|
@@ -8266,14 +8266,14 @@
|
|
|
8266
8266
|
"__schema": "FunctionLikeSchema",
|
|
8267
8267
|
"location": {
|
|
8268
8268
|
"filePath": "application.main.runtime.ts",
|
|
8269
|
-
"line":
|
|
8269
|
+
"line": 322,
|
|
8270
8270
|
"character": 3
|
|
8271
8271
|
},
|
|
8272
8272
|
"doc": {
|
|
8273
8273
|
"__schema": "DocSchema",
|
|
8274
8274
|
"location": {
|
|
8275
8275
|
"filePath": "application.main.runtime.ts",
|
|
8276
|
-
"line":
|
|
8276
|
+
"line": 318,
|
|
8277
8277
|
"character": 3
|
|
8278
8278
|
},
|
|
8279
8279
|
"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 */",
|
|
@@ -8287,7 +8287,7 @@
|
|
|
8287
8287
|
"__schema": "ParameterSchema",
|
|
8288
8288
|
"location": {
|
|
8289
8289
|
"filePath": "application.main.runtime.ts",
|
|
8290
|
-
"line":
|
|
8290
|
+
"line": 322,
|
|
8291
8291
|
"character": 17
|
|
8292
8292
|
},
|
|
8293
8293
|
"name": "appName",
|
|
@@ -8295,7 +8295,7 @@
|
|
|
8295
8295
|
"__schema": "KeywordTypeSchema",
|
|
8296
8296
|
"location": {
|
|
8297
8297
|
"filePath": "application.main.runtime.ts",
|
|
8298
|
-
"line":
|
|
8298
|
+
"line": 322,
|
|
8299
8299
|
"character": 26
|
|
8300
8300
|
},
|
|
8301
8301
|
"name": "string"
|
|
@@ -8308,7 +8308,7 @@
|
|
|
8308
8308
|
"__schema": "TypeRefSchema",
|
|
8309
8309
|
"location": {
|
|
8310
8310
|
"filePath": "application.main.runtime.ts",
|
|
8311
|
-
"line":
|
|
8311
|
+
"line": 322,
|
|
8312
8312
|
"character": 3
|
|
8313
8313
|
},
|
|
8314
8314
|
"name": "Application"
|
|
@@ -8319,7 +8319,7 @@
|
|
|
8319
8319
|
"__schema": "VariableLikeSchema",
|
|
8320
8320
|
"location": {
|
|
8321
8321
|
"filePath": "application.main.runtime.ts",
|
|
8322
|
-
"line":
|
|
8322
|
+
"line": 328,
|
|
8323
8323
|
"character": 3
|
|
8324
8324
|
},
|
|
8325
8325
|
"signature": "(property) ApplicationMain.defaultOpts: ServeAppOptions",
|
|
@@ -8328,7 +8328,7 @@
|
|
|
8328
8328
|
"__schema": "TypeRefSchema",
|
|
8329
8329
|
"location": {
|
|
8330
8330
|
"filePath": "application.main.runtime.ts",
|
|
8331
|
-
"line":
|
|
8331
|
+
"line": 328,
|
|
8332
8332
|
"character": 3
|
|
8333
8333
|
},
|
|
8334
8334
|
"name": "ServeAppOptions",
|
|
@@ -8341,7 +8341,7 @@
|
|
|
8341
8341
|
"__schema": "FunctionLikeSchema",
|
|
8342
8342
|
"location": {
|
|
8343
8343
|
"filePath": "application.main.runtime.ts",
|
|
8344
|
-
"line":
|
|
8344
|
+
"line": 341,
|
|
8345
8345
|
"character": 3
|
|
8346
8346
|
},
|
|
8347
8347
|
"signature": "(method) ApplicationMain.loadAppsToSlot(): Promise<this>",
|
|
@@ -8351,7 +8351,7 @@
|
|
|
8351
8351
|
"__schema": "InferenceTypeSchema",
|
|
8352
8352
|
"location": {
|
|
8353
8353
|
"filePath": "application.main.runtime.ts",
|
|
8354
|
-
"line":
|
|
8354
|
+
"line": 341,
|
|
8355
8355
|
"character": 3
|
|
8356
8356
|
},
|
|
8357
8357
|
"type": "Promise<this>"
|
|
@@ -8364,14 +8364,14 @@
|
|
|
8364
8364
|
"__schema": "FunctionLikeSchema",
|
|
8365
8365
|
"location": {
|
|
8366
8366
|
"filePath": "application.main.runtime.ts",
|
|
8367
|
-
"line":
|
|
8367
|
+
"line": 351,
|
|
8368
8368
|
"character": 3
|
|
8369
8369
|
},
|
|
8370
8370
|
"doc": {
|
|
8371
8371
|
"__schema": "DocSchema",
|
|
8372
8372
|
"location": {
|
|
8373
8373
|
"filePath": "application.main.runtime.ts",
|
|
8374
|
-
"line":
|
|
8374
|
+
"line": 347,
|
|
8375
8375
|
"character": 3
|
|
8376
8376
|
},
|
|
8377
8377
|
"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 */",
|
|
@@ -8385,7 +8385,7 @@
|
|
|
8385
8385
|
"__schema": "ParameterSchema",
|
|
8386
8386
|
"location": {
|
|
8387
8387
|
"filePath": "application.main.runtime.ts",
|
|
8388
|
-
"line":
|
|
8388
|
+
"line": 352,
|
|
8389
8389
|
"character": 5
|
|
8390
8390
|
},
|
|
8391
8391
|
"name": "appName",
|
|
@@ -8393,7 +8393,7 @@
|
|
|
8393
8393
|
"__schema": "KeywordTypeSchema",
|
|
8394
8394
|
"location": {
|
|
8395
8395
|
"filePath": "application.main.runtime.ts",
|
|
8396
|
-
"line":
|
|
8396
|
+
"line": 352,
|
|
8397
8397
|
"character": 14
|
|
8398
8398
|
},
|
|
8399
8399
|
"name": "string"
|
|
@@ -8405,7 +8405,7 @@
|
|
|
8405
8405
|
"__schema": "ParameterSchema",
|
|
8406
8406
|
"location": {
|
|
8407
8407
|
"filePath": "application.main.runtime.ts",
|
|
8408
|
-
"line":
|
|
8408
|
+
"line": 353,
|
|
8409
8409
|
"character": 5
|
|
8410
8410
|
},
|
|
8411
8411
|
"name": "options",
|
|
@@ -8413,7 +8413,7 @@
|
|
|
8413
8413
|
"__schema": "TypeRefSchema",
|
|
8414
8414
|
"location": {
|
|
8415
8415
|
"filePath": "application.main.runtime.ts",
|
|
8416
|
-
"line":
|
|
8416
|
+
"line": 353,
|
|
8417
8417
|
"character": 15
|
|
8418
8418
|
},
|
|
8419
8419
|
"name": "ServeAppOptions"
|
|
@@ -8426,7 +8426,7 @@
|
|
|
8426
8426
|
"__schema": "TypeRefSchema",
|
|
8427
8427
|
"location": {
|
|
8428
8428
|
"filePath": "application.main.runtime.ts",
|
|
8429
|
-
"line":
|
|
8429
|
+
"line": 354,
|
|
8430
8430
|
"character": 6
|
|
8431
8431
|
},
|
|
8432
8432
|
"name": "Promise",
|
|
@@ -8435,7 +8435,7 @@
|
|
|
8435
8435
|
"__schema": "TypeLiteralSchema",
|
|
8436
8436
|
"location": {
|
|
8437
8437
|
"filePath": "application.main.runtime.ts",
|
|
8438
|
-
"line":
|
|
8438
|
+
"line": 354,
|
|
8439
8439
|
"character": 14
|
|
8440
8440
|
},
|
|
8441
8441
|
"members": [
|
|
@@ -8443,7 +8443,7 @@
|
|
|
8443
8443
|
"__schema": "VariableLikeSchema",
|
|
8444
8444
|
"location": {
|
|
8445
8445
|
"filePath": "application.main.runtime.ts",
|
|
8446
|
-
"line":
|
|
8446
|
+
"line": 355,
|
|
8447
8447
|
"character": 5
|
|
8448
8448
|
},
|
|
8449
8449
|
"signature": "(property) app: Application",
|
|
@@ -8452,7 +8452,7 @@
|
|
|
8452
8452
|
"__schema": "TypeRefSchema",
|
|
8453
8453
|
"location": {
|
|
8454
8454
|
"filePath": "application.main.runtime.ts",
|
|
8455
|
-
"line":
|
|
8455
|
+
"line": 355,
|
|
8456
8456
|
"character": 5
|
|
8457
8457
|
},
|
|
8458
8458
|
"name": "Application"
|
|
@@ -8463,7 +8463,7 @@
|
|
|
8463
8463
|
"__schema": "VariableLikeSchema",
|
|
8464
8464
|
"location": {
|
|
8465
8465
|
"filePath": "application.main.runtime.ts",
|
|
8466
|
-
"line":
|
|
8466
|
+
"line": 356,
|
|
8467
8467
|
"character": 5
|
|
8468
8468
|
},
|
|
8469
8469
|
"signature": "(property) port: number | undefined",
|
|
@@ -8472,7 +8472,7 @@
|
|
|
8472
8472
|
"__schema": "TypeUnionSchema",
|
|
8473
8473
|
"location": {
|
|
8474
8474
|
"filePath": "application.main.runtime.ts",
|
|
8475
|
-
"line":
|
|
8475
|
+
"line": 356,
|
|
8476
8476
|
"character": 11
|
|
8477
8477
|
},
|
|
8478
8478
|
"types": [
|
|
@@ -8480,7 +8480,7 @@
|
|
|
8480
8480
|
"__schema": "KeywordTypeSchema",
|
|
8481
8481
|
"location": {
|
|
8482
8482
|
"filePath": "application.main.runtime.ts",
|
|
8483
|
-
"line":
|
|
8483
|
+
"line": 356,
|
|
8484
8484
|
"character": 11
|
|
8485
8485
|
},
|
|
8486
8486
|
"name": "number"
|
|
@@ -8489,7 +8489,7 @@
|
|
|
8489
8489
|
"__schema": "KeywordTypeSchema",
|
|
8490
8490
|
"location": {
|
|
8491
8491
|
"filePath": "application.main.runtime.ts",
|
|
8492
|
-
"line":
|
|
8492
|
+
"line": 356,
|
|
8493
8493
|
"character": 20
|
|
8494
8494
|
},
|
|
8495
8495
|
"name": "undefined"
|
|
@@ -8502,7 +8502,7 @@
|
|
|
8502
8502
|
"__schema": "VariableLikeSchema",
|
|
8503
8503
|
"location": {
|
|
8504
8504
|
"filePath": "application.main.runtime.ts",
|
|
8505
|
-
"line":
|
|
8505
|
+
"line": 357,
|
|
8506
8506
|
"character": 5
|
|
8507
8507
|
},
|
|
8508
8508
|
"signature": "(property) errors?: Error[] | undefined",
|
|
@@ -8511,14 +8511,14 @@
|
|
|
8511
8511
|
"__schema": "TypeArraySchema",
|
|
8512
8512
|
"location": {
|
|
8513
8513
|
"filePath": "application.main.runtime.ts",
|
|
8514
|
-
"line":
|
|
8514
|
+
"line": 357,
|
|
8515
8515
|
"character": 14
|
|
8516
8516
|
},
|
|
8517
8517
|
"type": {
|
|
8518
8518
|
"__schema": "TypeRefSchema",
|
|
8519
8519
|
"location": {
|
|
8520
8520
|
"filePath": "application.main.runtime.ts",
|
|
8521
|
-
"line":
|
|
8521
|
+
"line": 357,
|
|
8522
8522
|
"character": 14
|
|
8523
8523
|
},
|
|
8524
8524
|
"name": "Error"
|
|
@@ -8530,7 +8530,7 @@
|
|
|
8530
8530
|
"__schema": "VariableLikeSchema",
|
|
8531
8531
|
"location": {
|
|
8532
8532
|
"filePath": "application.main.runtime.ts",
|
|
8533
|
-
"line":
|
|
8533
|
+
"line": 358,
|
|
8534
8534
|
"character": 5
|
|
8535
8535
|
},
|
|
8536
8536
|
"signature": "(property) isOldApi: boolean",
|
|
@@ -8539,7 +8539,7 @@
|
|
|
8539
8539
|
"__schema": "KeywordTypeSchema",
|
|
8540
8540
|
"location": {
|
|
8541
8541
|
"filePath": "application.main.runtime.ts",
|
|
8542
|
-
"line":
|
|
8542
|
+
"line": 358,
|
|
8543
8543
|
"character": 15
|
|
8544
8544
|
},
|
|
8545
8545
|
"name": "boolean"
|
|
@@ -8558,14 +8558,14 @@
|
|
|
8558
8558
|
"__schema": "FunctionLikeSchema",
|
|
8559
8559
|
"location": {
|
|
8560
8560
|
"filePath": "application.main.runtime.ts",
|
|
8561
|
-
"line":
|
|
8561
|
+
"line": 387,
|
|
8562
8562
|
"character": 3
|
|
8563
8563
|
},
|
|
8564
8564
|
"doc": {
|
|
8565
8565
|
"__schema": "DocSchema",
|
|
8566
8566
|
"location": {
|
|
8567
8567
|
"filePath": "application.main.runtime.ts",
|
|
8568
|
-
"line":
|
|
8568
|
+
"line": 384,
|
|
8569
8569
|
"character": 3
|
|
8570
8570
|
},
|
|
8571
8571
|
"raw": "/**\n * get the component ID of a certain app.\n */",
|
|
@@ -8579,7 +8579,7 @@
|
|
|
8579
8579
|
"__schema": "ParameterSchema",
|
|
8580
8580
|
"location": {
|
|
8581
8581
|
"filePath": "application.main.runtime.ts",
|
|
8582
|
-
"line":
|
|
8582
|
+
"line": 387,
|
|
8583
8583
|
"character": 25
|
|
8584
8584
|
},
|
|
8585
8585
|
"name": "appName",
|
|
@@ -8587,7 +8587,7 @@
|
|
|
8587
8587
|
"__schema": "KeywordTypeSchema",
|
|
8588
8588
|
"location": {
|
|
8589
8589
|
"filePath": "application.main.runtime.ts",
|
|
8590
|
-
"line":
|
|
8590
|
+
"line": 387,
|
|
8591
8591
|
"character": 34
|
|
8592
8592
|
},
|
|
8593
8593
|
"name": "string"
|
|
@@ -8600,7 +8600,7 @@
|
|
|
8600
8600
|
"__schema": "InferenceTypeSchema",
|
|
8601
8601
|
"location": {
|
|
8602
8602
|
"filePath": "application.main.runtime.ts",
|
|
8603
|
-
"line":
|
|
8603
|
+
"line": 387,
|
|
8604
8604
|
"character": 3
|
|
8605
8605
|
},
|
|
8606
8606
|
"type": "Promise<ComponentID>"
|
|
@@ -8613,7 +8613,7 @@
|
|
|
8613
8613
|
"__schema": "FunctionLikeSchema",
|
|
8614
8614
|
"location": {
|
|
8615
8615
|
"filePath": "application.main.runtime.ts",
|
|
8616
|
-
"line":
|
|
8616
|
+
"line": 427,
|
|
8617
8617
|
"character": 3
|
|
8618
8618
|
},
|
|
8619
8619
|
"signature": "(method) ApplicationMain.createAppBuildContext(id: ComponentID, appName: string, capsuleRootDir: string, rootDir?: string): Promise<AppContext>",
|
|
@@ -8623,7 +8623,7 @@
|
|
|
8623
8623
|
"__schema": "ParameterSchema",
|
|
8624
8624
|
"location": {
|
|
8625
8625
|
"filePath": "application.main.runtime.ts",
|
|
8626
|
-
"line":
|
|
8626
|
+
"line": 427,
|
|
8627
8627
|
"character": 31
|
|
8628
8628
|
},
|
|
8629
8629
|
"name": "id",
|
|
@@ -8631,7 +8631,7 @@
|
|
|
8631
8631
|
"__schema": "TypeRefSchema",
|
|
8632
8632
|
"location": {
|
|
8633
8633
|
"filePath": "application.main.runtime.ts",
|
|
8634
|
-
"line":
|
|
8634
|
+
"line": 427,
|
|
8635
8635
|
"character": 35
|
|
8636
8636
|
},
|
|
8637
8637
|
"name": "ComponentID"
|
|
@@ -8643,7 +8643,7 @@
|
|
|
8643
8643
|
"__schema": "ParameterSchema",
|
|
8644
8644
|
"location": {
|
|
8645
8645
|
"filePath": "application.main.runtime.ts",
|
|
8646
|
-
"line":
|
|
8646
|
+
"line": 427,
|
|
8647
8647
|
"character": 48
|
|
8648
8648
|
},
|
|
8649
8649
|
"name": "appName",
|
|
@@ -8651,7 +8651,7 @@
|
|
|
8651
8651
|
"__schema": "KeywordTypeSchema",
|
|
8652
8652
|
"location": {
|
|
8653
8653
|
"filePath": "application.main.runtime.ts",
|
|
8654
|
-
"line":
|
|
8654
|
+
"line": 427,
|
|
8655
8655
|
"character": 57
|
|
8656
8656
|
},
|
|
8657
8657
|
"name": "string"
|
|
@@ -8663,7 +8663,7 @@
|
|
|
8663
8663
|
"__schema": "ParameterSchema",
|
|
8664
8664
|
"location": {
|
|
8665
8665
|
"filePath": "application.main.runtime.ts",
|
|
8666
|
-
"line":
|
|
8666
|
+
"line": 427,
|
|
8667
8667
|
"character": 65
|
|
8668
8668
|
},
|
|
8669
8669
|
"name": "capsuleRootDir",
|
|
@@ -8671,7 +8671,7 @@
|
|
|
8671
8671
|
"__schema": "KeywordTypeSchema",
|
|
8672
8672
|
"location": {
|
|
8673
8673
|
"filePath": "application.main.runtime.ts",
|
|
8674
|
-
"line":
|
|
8674
|
+
"line": 427,
|
|
8675
8675
|
"character": 81
|
|
8676
8676
|
},
|
|
8677
8677
|
"name": "string"
|
|
@@ -8683,7 +8683,7 @@
|
|
|
8683
8683
|
"__schema": "ParameterSchema",
|
|
8684
8684
|
"location": {
|
|
8685
8685
|
"filePath": "application.main.runtime.ts",
|
|
8686
|
-
"line":
|
|
8686
|
+
"line": 427,
|
|
8687
8687
|
"character": 89
|
|
8688
8688
|
},
|
|
8689
8689
|
"name": "rootDir",
|
|
@@ -8691,7 +8691,7 @@
|
|
|
8691
8691
|
"__schema": "KeywordTypeSchema",
|
|
8692
8692
|
"location": {
|
|
8693
8693
|
"filePath": "application.main.runtime.ts",
|
|
8694
|
-
"line":
|
|
8694
|
+
"line": 427,
|
|
8695
8695
|
"character": 99
|
|
8696
8696
|
},
|
|
8697
8697
|
"name": "string"
|
|
@@ -8704,7 +8704,7 @@
|
|
|
8704
8704
|
"__schema": "InferenceTypeSchema",
|
|
8705
8705
|
"location": {
|
|
8706
8706
|
"filePath": "application.main.runtime.ts",
|
|
8707
|
-
"line":
|
|
8707
|
+
"line": 427,
|
|
8708
8708
|
"character": 3
|
|
8709
8709
|
},
|
|
8710
8710
|
"type": "Promise<AppContext>"
|
|
@@ -8717,7 +8717,7 @@
|
|
|
8717
8717
|
"__schema": "VariableLikeSchema",
|
|
8718
8718
|
"location": {
|
|
8719
8719
|
"filePath": "application.main.runtime.ts",
|
|
8720
|
-
"line":
|
|
8720
|
+
"line": 453,
|
|
8721
8721
|
"character": 3
|
|
8722
8722
|
},
|
|
8723
8723
|
"signature": "(property) ApplicationMain.runtime: RuntimeDefinition",
|
|
@@ -8726,7 +8726,7 @@
|
|
|
8726
8726
|
"__schema": "InferenceTypeSchema",
|
|
8727
8727
|
"location": {
|
|
8728
8728
|
"filePath": "application.main.runtime.ts",
|
|
8729
|
-
"line":
|
|
8729
|
+
"line": 453,
|
|
8730
8730
|
"character": 3
|
|
8731
8731
|
},
|
|
8732
8732
|
"type": "RuntimeDefinition"
|
|
@@ -8738,7 +8738,7 @@
|
|
|
8738
8738
|
"__schema": "VariableLikeSchema",
|
|
8739
8739
|
"location": {
|
|
8740
8740
|
"filePath": "application.main.runtime.ts",
|
|
8741
|
-
"line":
|
|
8741
|
+
"line": 454,
|
|
8742
8742
|
"character": 3
|
|
8743
8743
|
},
|
|
8744
8744
|
"signature": "(property) ApplicationMain.dependencies: Aspect[]",
|
|
@@ -8747,7 +8747,7 @@
|
|
|
8747
8747
|
"__schema": "InferenceTypeSchema",
|
|
8748
8748
|
"location": {
|
|
8749
8749
|
"filePath": "application.main.runtime.ts",
|
|
8750
|
-
"line":
|
|
8750
|
+
"line": 454,
|
|
8751
8751
|
"character": 3
|
|
8752
8752
|
},
|
|
8753
8753
|
"type": "Aspect[]"
|
|
@@ -8759,7 +8759,7 @@
|
|
|
8759
8759
|
"__schema": "VariableLikeSchema",
|
|
8760
8760
|
"location": {
|
|
8761
8761
|
"filePath": "application.main.runtime.ts",
|
|
8762
|
-
"line":
|
|
8762
|
+
"line": 466,
|
|
8763
8763
|
"character": 3
|
|
8764
8764
|
},
|
|
8765
8765
|
"signature": "(property) ApplicationMain.slots: (((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -8768,7 +8768,7 @@
|
|
|
8768
8768
|
"__schema": "InferenceTypeSchema",
|
|
8769
8769
|
"location": {
|
|
8770
8770
|
"filePath": "application.main.runtime.ts",
|
|
8771
|
-
"line":
|
|
8771
|
+
"line": 466,
|
|
8772
8772
|
"character": 3
|
|
8773
8773
|
},
|
|
8774
8774
|
"type": "(((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -8780,7 +8780,7 @@
|
|
|
8780
8780
|
"__schema": "FunctionLikeSchema",
|
|
8781
8781
|
"location": {
|
|
8782
8782
|
"filePath": "application.main.runtime.ts",
|
|
8783
|
-
"line":
|
|
8783
|
+
"line": 472,
|
|
8784
8784
|
"character": 3
|
|
8785
8785
|
},
|
|
8786
8786
|
"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>",
|
|
@@ -8790,7 +8790,7 @@
|
|
|
8790
8790
|
"__schema": "ParameterSchema",
|
|
8791
8791
|
"location": {
|
|
8792
8792
|
"filePath": "application.main.runtime.ts",
|
|
8793
|
-
"line":
|
|
8793
|
+
"line": 473,
|
|
8794
8794
|
"character": 5
|
|
8795
8795
|
},
|
|
8796
8796
|
"name": "[ cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope ]",
|
|
@@ -8798,7 +8798,7 @@
|
|
|
8798
8798
|
"__schema": "TupleTypeSchema",
|
|
8799
8799
|
"location": {
|
|
8800
8800
|
"filePath": "application.main.runtime.ts",
|
|
8801
|
-
"line":
|
|
8801
|
+
"line": 473,
|
|
8802
8802
|
"character": 93
|
|
8803
8803
|
},
|
|
8804
8804
|
"elements": [
|
|
@@ -8806,7 +8806,7 @@
|
|
|
8806
8806
|
"__schema": "TypeRefSchema",
|
|
8807
8807
|
"location": {
|
|
8808
8808
|
"filePath": "application.main.runtime.ts",
|
|
8809
|
-
"line":
|
|
8809
|
+
"line": 474,
|
|
8810
8810
|
"character": 7
|
|
8811
8811
|
},
|
|
8812
8812
|
"name": "CLIMain"
|
|
@@ -8815,7 +8815,7 @@
|
|
|
8815
8815
|
"__schema": "TypeRefSchema",
|
|
8816
8816
|
"location": {
|
|
8817
8817
|
"filePath": "application.main.runtime.ts",
|
|
8818
|
-
"line":
|
|
8818
|
+
"line": 475,
|
|
8819
8819
|
"character": 7
|
|
8820
8820
|
},
|
|
8821
8821
|
"name": "LoggerMain"
|
|
@@ -8824,7 +8824,7 @@
|
|
|
8824
8824
|
"__schema": "TypeRefSchema",
|
|
8825
8825
|
"location": {
|
|
8826
8826
|
"filePath": "application.main.runtime.ts",
|
|
8827
|
-
"line":
|
|
8827
|
+
"line": 476,
|
|
8828
8828
|
"character": 7
|
|
8829
8829
|
},
|
|
8830
8830
|
"name": "BuilderMain"
|
|
@@ -8833,7 +8833,7 @@
|
|
|
8833
8833
|
"__schema": "TypeRefSchema",
|
|
8834
8834
|
"location": {
|
|
8835
8835
|
"filePath": "application.main.runtime.ts",
|
|
8836
|
-
"line":
|
|
8836
|
+
"line": 477,
|
|
8837
8837
|
"character": 7
|
|
8838
8838
|
},
|
|
8839
8839
|
"name": "EnvsMain"
|
|
@@ -8842,7 +8842,7 @@
|
|
|
8842
8842
|
"__schema": "TypeRefSchema",
|
|
8843
8843
|
"location": {
|
|
8844
8844
|
"filePath": "application.main.runtime.ts",
|
|
8845
|
-
"line":
|
|
8845
|
+
"line": 478,
|
|
8846
8846
|
"character": 7
|
|
8847
8847
|
},
|
|
8848
8848
|
"name": "ComponentMain"
|
|
@@ -8851,7 +8851,7 @@
|
|
|
8851
8851
|
"__schema": "TypeRefSchema",
|
|
8852
8852
|
"location": {
|
|
8853
8853
|
"filePath": "application.main.runtime.ts",
|
|
8854
|
-
"line":
|
|
8854
|
+
"line": 479,
|
|
8855
8855
|
"character": 7
|
|
8856
8856
|
},
|
|
8857
8857
|
"name": "AspectLoaderMain"
|
|
@@ -8860,7 +8860,7 @@
|
|
|
8860
8860
|
"__schema": "TypeRefSchema",
|
|
8861
8861
|
"location": {
|
|
8862
8862
|
"filePath": "application.main.runtime.ts",
|
|
8863
|
-
"line":
|
|
8863
|
+
"line": 480,
|
|
8864
8864
|
"character": 7
|
|
8865
8865
|
},
|
|
8866
8866
|
"name": "Workspace"
|
|
@@ -8869,7 +8869,7 @@
|
|
|
8869
8869
|
"__schema": "TypeRefSchema",
|
|
8870
8870
|
"location": {
|
|
8871
8871
|
"filePath": "application.main.runtime.ts",
|
|
8872
|
-
"line":
|
|
8872
|
+
"line": 481,
|
|
8873
8873
|
"character": 7
|
|
8874
8874
|
},
|
|
8875
8875
|
"name": "WatcherMain"
|
|
@@ -8878,7 +8878,7 @@
|
|
|
8878
8878
|
"__schema": "TypeRefSchema",
|
|
8879
8879
|
"location": {
|
|
8880
8880
|
"filePath": "application.main.runtime.ts",
|
|
8881
|
-
"line":
|
|
8881
|
+
"line": 482,
|
|
8882
8882
|
"character": 7
|
|
8883
8883
|
},
|
|
8884
8884
|
"name": "ScopeMain"
|
|
@@ -8892,7 +8892,7 @@
|
|
|
8892
8892
|
"__schema": "ParameterSchema",
|
|
8893
8893
|
"location": {
|
|
8894
8894
|
"filePath": "application.main.runtime.ts",
|
|
8895
|
-
"line":
|
|
8895
|
+
"line": 484,
|
|
8896
8896
|
"character": 5
|
|
8897
8897
|
},
|
|
8898
8898
|
"name": "config",
|
|
@@ -8900,7 +8900,7 @@
|
|
|
8900
8900
|
"__schema": "TypeRefSchema",
|
|
8901
8901
|
"location": {
|
|
8902
8902
|
"filePath": "application.main.runtime.ts",
|
|
8903
|
-
"line":
|
|
8903
|
+
"line": 484,
|
|
8904
8904
|
"character": 13
|
|
8905
8905
|
},
|
|
8906
8906
|
"name": "ApplicationAspectConfig"
|
|
@@ -8912,7 +8912,7 @@
|
|
|
8912
8912
|
"__schema": "ParameterSchema",
|
|
8913
8913
|
"location": {
|
|
8914
8914
|
"filePath": "application.main.runtime.ts",
|
|
8915
|
-
"line":
|
|
8915
|
+
"line": 485,
|
|
8916
8916
|
"character": 5
|
|
8917
8917
|
},
|
|
8918
8918
|
"name": "[ appTypeSlot, appSlot, deploymentProviderSlot ]",
|
|
@@ -8920,7 +8920,7 @@
|
|
|
8920
8920
|
"__schema": "TupleTypeSchema",
|
|
8921
8921
|
"location": {
|
|
8922
8922
|
"filePath": "application.main.runtime.ts",
|
|
8923
|
-
"line":
|
|
8923
|
+
"line": 485,
|
|
8924
8924
|
"character": 53
|
|
8925
8925
|
},
|
|
8926
8926
|
"elements": [
|
|
@@ -8928,7 +8928,7 @@
|
|
|
8928
8928
|
"__schema": "TypeRefSchema",
|
|
8929
8929
|
"location": {
|
|
8930
8930
|
"filePath": "application.main.runtime.ts",
|
|
8931
|
-
"line":
|
|
8931
|
+
"line": 485,
|
|
8932
8932
|
"character": 54
|
|
8933
8933
|
},
|
|
8934
8934
|
"name": "ApplicationTypeSlot"
|
|
@@ -8937,7 +8937,7 @@
|
|
|
8937
8937
|
"__schema": "TypeRefSchema",
|
|
8938
8938
|
"location": {
|
|
8939
8939
|
"filePath": "application.main.runtime.ts",
|
|
8940
|
-
"line":
|
|
8940
|
+
"line": 485,
|
|
8941
8941
|
"character": 75
|
|
8942
8942
|
},
|
|
8943
8943
|
"name": "ApplicationSlot"
|
|
@@ -8946,7 +8946,7 @@
|
|
|
8946
8946
|
"__schema": "TypeRefSchema",
|
|
8947
8947
|
"location": {
|
|
8948
8948
|
"filePath": "application.main.runtime.ts",
|
|
8949
|
-
"line":
|
|
8949
|
+
"line": 485,
|
|
8950
8950
|
"character": 92
|
|
8951
8951
|
},
|
|
8952
8952
|
"name": "DeploymentProviderSlot"
|
|
@@ -8960,7 +8960,7 @@
|
|
|
8960
8960
|
"__schema": "ParameterSchema",
|
|
8961
8961
|
"location": {
|
|
8962
8962
|
"filePath": "application.main.runtime.ts",
|
|
8963
|
-
"line":
|
|
8963
|
+
"line": 486,
|
|
8964
8964
|
"character": 5
|
|
8965
8965
|
},
|
|
8966
8966
|
"name": "harmony",
|
|
@@ -8968,7 +8968,7 @@
|
|
|
8968
8968
|
"__schema": "TypeRefSchema",
|
|
8969
8969
|
"location": {
|
|
8970
8970
|
"filePath": "application.main.runtime.ts",
|
|
8971
|
-
"line":
|
|
8971
|
+
"line": 486,
|
|
8972
8972
|
"character": 14
|
|
8973
8973
|
},
|
|
8974
8974
|
"name": "Harmony"
|
|
@@ -8981,7 +8981,7 @@
|
|
|
8981
8981
|
"__schema": "InferenceTypeSchema",
|
|
8982
8982
|
"location": {
|
|
8983
8983
|
"filePath": "application.main.runtime.ts",
|
|
8984
|
-
"line":
|
|
8984
|
+
"line": 472,
|
|
8985
8985
|
"character": 3
|
|
8986
8986
|
},
|
|
8987
8987
|
"type": "Promise<ApplicationMain>"
|
|
@@ -9001,7 +9001,7 @@
|
|
|
9001
9001
|
"__schema": "UnImplementedSchema",
|
|
9002
9002
|
"location": {
|
|
9003
9003
|
"filePath": "application.main.runtime.ts",
|
|
9004
|
-
"line":
|
|
9004
|
+
"line": 536,
|
|
9005
9005
|
"character": 1
|
|
9006
9006
|
},
|
|
9007
9007
|
"name": "ApplicationAspect.addRuntime(ApplicationMain);",
|
|
@@ -9500,7 +9500,7 @@
|
|
|
9500
9500
|
"_legacy": {
|
|
9501
9501
|
"scope": "teambit.harmony",
|
|
9502
9502
|
"name": "application",
|
|
9503
|
-
"version": "1.0.
|
|
9503
|
+
"version": "1.0.408"
|
|
9504
9504
|
},
|
|
9505
9505
|
"_scope": "teambit.harmony"
|
|
9506
9506
|
}
|
|
@@ -10065,7 +10065,7 @@
|
|
|
10065
10065
|
"_legacy": {
|
|
10066
10066
|
"scope": "teambit.harmony",
|
|
10067
10067
|
"name": "application",
|
|
10068
|
-
"version": "1.0.
|
|
10068
|
+
"version": "1.0.408"
|
|
10069
10069
|
},
|
|
10070
10070
|
"_scope": "teambit.harmony"
|
|
10071
10071
|
}
|
|
@@ -10553,7 +10553,7 @@
|
|
|
10553
10553
|
"_legacy": {
|
|
10554
10554
|
"scope": "teambit.harmony",
|
|
10555
10555
|
"name": "application",
|
|
10556
|
-
"version": "1.0.
|
|
10556
|
+
"version": "1.0.408"
|
|
10557
10557
|
},
|
|
10558
10558
|
"_scope": "teambit.harmony"
|
|
10559
10559
|
}
|
|
@@ -10756,7 +10756,7 @@
|
|
|
10756
10756
|
"_legacy": {
|
|
10757
10757
|
"scope": "teambit.harmony",
|
|
10758
10758
|
"name": "application",
|
|
10759
|
-
"version": "1.0.
|
|
10759
|
+
"version": "1.0.408"
|
|
10760
10760
|
},
|
|
10761
10761
|
"_scope": "teambit.harmony"
|
|
10762
10762
|
}
|
|
@@ -11244,7 +11244,7 @@
|
|
|
11244
11244
|
"_legacy": {
|
|
11245
11245
|
"scope": "teambit.harmony",
|
|
11246
11246
|
"name": "application",
|
|
11247
|
-
"version": "1.0.
|
|
11247
|
+
"version": "1.0.408"
|
|
11248
11248
|
},
|
|
11249
11249
|
"_scope": "teambit.harmony"
|
|
11250
11250
|
}
|
|
@@ -12177,7 +12177,7 @@
|
|
|
12177
12177
|
"componentId": {
|
|
12178
12178
|
"scope": "teambit.harmony",
|
|
12179
12179
|
"name": "application",
|
|
12180
|
-
"version": "1.0.
|
|
12180
|
+
"version": "1.0.408"
|
|
12181
12181
|
},
|
|
12182
12182
|
"taggedModuleExports": []
|
|
12183
12183
|
}
|