@teambit/generator 1.0.243 → 1.0.245

Sign up to get free protection for your applications and to get access to all the features.
@@ -922,14 +922,14 @@
922
922
  "__schema": "FunctionLikeSchema",
923
923
  "location": {
924
924
  "filePath": "generator.main.runtime.ts",
925
- "line": 213,
925
+ "line": 214,
926
926
  "character": 3
927
927
  },
928
928
  "doc": {
929
929
  "__schema": "DocSchema",
930
930
  "location": {
931
931
  "filePath": "generator.main.runtime.ts",
932
- "line": 209,
932
+ "line": 210,
933
933
  "character": 3
934
934
  },
935
935
  "raw": "/**\n * in the case the aspect-id is given and this aspect doesn't exist locally, import it to the\n * global scope and load it from the capsule\n */",
@@ -942,7 +942,7 @@
942
942
  "__schema": "ParameterSchema",
943
943
  "location": {
944
944
  "filePath": "generator.main.runtime.ts",
945
- "line": 214,
945
+ "line": 215,
946
946
  "character": 5
947
947
  },
948
948
  "name": "aspectId",
@@ -950,7 +950,7 @@
950
950
  "__schema": "KeywordTypeSchema",
951
951
  "location": {
952
952
  "filePath": "generator.main.runtime.ts",
953
- "line": 214,
953
+ "line": 215,
954
954
  "character": 15
955
955
  },
956
956
  "name": "string"
@@ -962,7 +962,7 @@
962
962
  "__schema": "ParameterSchema",
963
963
  "location": {
964
964
  "filePath": "generator.main.runtime.ts",
965
- "line": 215,
965
+ "line": 216,
966
966
  "character": 5
967
967
  },
968
968
  "name": "name",
@@ -970,7 +970,7 @@
970
970
  "__schema": "KeywordTypeSchema",
971
971
  "location": {
972
972
  "filePath": "generator.main.runtime.ts",
973
- "line": 215,
973
+ "line": 216,
974
974
  "character": 12
975
975
  },
976
976
  "name": "string"
@@ -983,7 +983,7 @@
983
983
  "__schema": "TypeRefSchema",
984
984
  "location": {
985
985
  "filePath": "generator.main.runtime.ts",
986
- "line": 216,
986
+ "line": 217,
987
987
  "character": 6
988
988
  },
989
989
  "name": "Promise",
@@ -992,7 +992,7 @@
992
992
  "__schema": "TypeLiteralSchema",
993
993
  "location": {
994
994
  "filePath": "generator.main.runtime.ts",
995
- "line": 216,
995
+ "line": 217,
996
996
  "character": 14
997
997
  },
998
998
  "members": [
@@ -1000,7 +1000,7 @@
1000
1000
  "__schema": "VariableLikeSchema",
1001
1001
  "location": {
1002
1002
  "filePath": "generator.main.runtime.ts",
1003
- "line": 216,
1003
+ "line": 217,
1004
1004
  "character": 16
1005
1005
  },
1006
1006
  "signature": "(property) workspaceTemplate?: WorkspaceTemplate | undefined",
@@ -1009,7 +1009,7 @@
1009
1009
  "__schema": "TypeRefSchema",
1010
1010
  "location": {
1011
1011
  "filePath": "generator.main.runtime.ts",
1012
- "line": 216,
1012
+ "line": 217,
1013
1013
  "character": 36
1014
1014
  },
1015
1015
  "name": "WorkspaceTemplate"
@@ -1020,7 +1020,7 @@
1020
1020
  "__schema": "VariableLikeSchema",
1021
1021
  "location": {
1022
1022
  "filePath": "generator.main.runtime.ts",
1023
- "line": 216,
1023
+ "line": 217,
1024
1024
  "character": 55
1025
1025
  },
1026
1026
  "signature": "(property) aspect?: Component | undefined",
@@ -1029,7 +1029,7 @@
1029
1029
  "__schema": "TypeRefSchema",
1030
1030
  "location": {
1031
1031
  "filePath": "generator.main.runtime.ts",
1032
- "line": 216,
1032
+ "line": 217,
1033
1033
  "character": 64
1034
1034
  },
1035
1035
  "name": "Component",
@@ -1052,7 +1052,7 @@
1052
1052
  "__schema": "FunctionLikeSchema",
1053
1053
  "location": {
1054
1054
  "filePath": "generator.main.runtime.ts",
1055
- "line": 227,
1055
+ "line": 228,
1056
1056
  "character": 3
1057
1057
  },
1058
1058
  "signature": "(method) GeneratorMain.findTemplateInOtherWorkspace(workspacePath: string, name: string, aspectId?: string): Promise<{\n workspaceTemplate: WorkspaceTemplate | undefined;\n aspect: Component;\n}>",
@@ -1062,7 +1062,7 @@
1062
1062
  "__schema": "ParameterSchema",
1063
1063
  "location": {
1064
1064
  "filePath": "generator.main.runtime.ts",
1065
- "line": 227,
1065
+ "line": 228,
1066
1066
  "character": 38
1067
1067
  },
1068
1068
  "name": "workspacePath",
@@ -1070,7 +1070,7 @@
1070
1070
  "__schema": "KeywordTypeSchema",
1071
1071
  "location": {
1072
1072
  "filePath": "generator.main.runtime.ts",
1073
- "line": 227,
1073
+ "line": 228,
1074
1074
  "character": 53
1075
1075
  },
1076
1076
  "name": "string"
@@ -1082,7 +1082,7 @@
1082
1082
  "__schema": "ParameterSchema",
1083
1083
  "location": {
1084
1084
  "filePath": "generator.main.runtime.ts",
1085
- "line": 227,
1085
+ "line": 228,
1086
1086
  "character": 61
1087
1087
  },
1088
1088
  "name": "name",
@@ -1090,7 +1090,7 @@
1090
1090
  "__schema": "KeywordTypeSchema",
1091
1091
  "location": {
1092
1092
  "filePath": "generator.main.runtime.ts",
1093
- "line": 227,
1093
+ "line": 228,
1094
1094
  "character": 67
1095
1095
  },
1096
1096
  "name": "string"
@@ -1102,7 +1102,7 @@
1102
1102
  "__schema": "ParameterSchema",
1103
1103
  "location": {
1104
1104
  "filePath": "generator.main.runtime.ts",
1105
- "line": 227,
1105
+ "line": 228,
1106
1106
  "character": 75
1107
1107
  },
1108
1108
  "name": "aspectId",
@@ -1110,7 +1110,7 @@
1110
1110
  "__schema": "KeywordTypeSchema",
1111
1111
  "location": {
1112
1112
  "filePath": "generator.main.runtime.ts",
1113
- "line": 227,
1113
+ "line": 228,
1114
1114
  "character": 86
1115
1115
  },
1116
1116
  "name": "string"
@@ -1123,7 +1123,7 @@
1123
1123
  "__schema": "InferenceTypeSchema",
1124
1124
  "location": {
1125
1125
  "filePath": "generator.main.runtime.ts",
1126
- "line": 227,
1126
+ "line": 228,
1127
1127
  "character": 3
1128
1128
  },
1129
1129
  "type": "Promise<{\n workspaceTemplate: WorkspaceTemplate | undefined;\n aspect: Component;\n}>"
@@ -1136,14 +1136,14 @@
1136
1136
  "__schema": "FunctionLikeSchema",
1137
1137
  "location": {
1138
1138
  "filePath": "generator.main.runtime.ts",
1139
- "line": 251,
1139
+ "line": 252,
1140
1140
  "character": 3
1141
1141
  },
1142
1142
  "doc": {
1143
1143
  "__schema": "DocSchema",
1144
1144
  "location": {
1145
1145
  "filePath": "generator.main.runtime.ts",
1146
- "line": 248,
1146
+ "line": 249,
1147
1147
  "character": 3
1148
1148
  },
1149
1149
  "raw": "/**\n * returns a specific workspace template.\n */",
@@ -1156,7 +1156,7 @@
1156
1156
  "__schema": "ParameterSchema",
1157
1157
  "location": {
1158
1158
  "filePath": "generator.main.runtime.ts",
1159
- "line": 252,
1159
+ "line": 253,
1160
1160
  "character": 5
1161
1161
  },
1162
1162
  "name": "name",
@@ -1164,7 +1164,7 @@
1164
1164
  "__schema": "KeywordTypeSchema",
1165
1165
  "location": {
1166
1166
  "filePath": "generator.main.runtime.ts",
1167
- "line": 252,
1167
+ "line": 253,
1168
1168
  "character": 11
1169
1169
  },
1170
1170
  "name": "string"
@@ -1176,7 +1176,7 @@
1176
1176
  "__schema": "ParameterSchema",
1177
1177
  "location": {
1178
1178
  "filePath": "generator.main.runtime.ts",
1179
- "line": 253,
1179
+ "line": 254,
1180
1180
  "character": 5
1181
1181
  },
1182
1182
  "name": "aspectId",
@@ -1184,7 +1184,7 @@
1184
1184
  "__schema": "KeywordTypeSchema",
1185
1185
  "location": {
1186
1186
  "filePath": "generator.main.runtime.ts",
1187
- "line": 253,
1187
+ "line": 254,
1188
1188
  "character": 16
1189
1189
  },
1190
1190
  "name": "string"
@@ -1197,7 +1197,7 @@
1197
1197
  "__schema": "TypeRefSchema",
1198
1198
  "location": {
1199
1199
  "filePath": "generator.main.runtime.ts",
1200
- "line": 254,
1200
+ "line": 255,
1201
1201
  "character": 6
1202
1202
  },
1203
1203
  "name": "Promise",
@@ -1206,7 +1206,7 @@
1206
1206
  "__schema": "TypeLiteralSchema",
1207
1207
  "location": {
1208
1208
  "filePath": "generator.main.runtime.ts",
1209
- "line": 254,
1209
+ "line": 255,
1210
1210
  "character": 14
1211
1211
  },
1212
1212
  "members": [
@@ -1214,7 +1214,7 @@
1214
1214
  "__schema": "VariableLikeSchema",
1215
1215
  "location": {
1216
1216
  "filePath": "generator.main.runtime.ts",
1217
- "line": 254,
1217
+ "line": 255,
1218
1218
  "character": 16
1219
1219
  },
1220
1220
  "signature": "(property) workspaceTemplate: WorkspaceTemplate",
@@ -1223,7 +1223,7 @@
1223
1223
  "__schema": "TypeRefSchema",
1224
1224
  "location": {
1225
1225
  "filePath": "generator.main.runtime.ts",
1226
- "line": 254,
1226
+ "line": 255,
1227
1227
  "character": 16
1228
1228
  },
1229
1229
  "name": "WorkspaceTemplate"
@@ -1234,7 +1234,7 @@
1234
1234
  "__schema": "VariableLikeSchema",
1235
1235
  "location": {
1236
1236
  "filePath": "generator.main.runtime.ts",
1237
- "line": 254,
1237
+ "line": 255,
1238
1238
  "character": 54
1239
1239
  },
1240
1240
  "signature": "(property) aspect?: Component | undefined",
@@ -1243,7 +1243,7 @@
1243
1243
  "__schema": "TypeRefSchema",
1244
1244
  "location": {
1245
1245
  "filePath": "generator.main.runtime.ts",
1246
- "line": 254,
1246
+ "line": 255,
1247
1247
  "character": 63
1248
1248
  },
1249
1249
  "name": "Component",
@@ -1266,7 +1266,7 @@
1266
1266
  "__schema": "FunctionLikeSchema",
1267
1267
  "location": {
1268
1268
  "filePath": "generator.main.runtime.ts",
1269
- "line": 274,
1269
+ "line": 275,
1270
1270
  "character": 3
1271
1271
  },
1272
1272
  "signature": "(method) GeneratorMain.searchRegisteredWorkspaceTemplate(name?: string, aspectId?: string, remoteEnvsAspect?: EnvsMain): Promise<WorkspaceTemplate | undefined>",
@@ -1276,7 +1276,7 @@
1276
1276
  "__schema": "ParameterSchema",
1277
1277
  "location": {
1278
1278
  "filePath": "generator.main.runtime.ts",
1279
- "line": 275,
1279
+ "line": 276,
1280
1280
  "character": 5
1281
1281
  },
1282
1282
  "name": "name",
@@ -1284,7 +1284,7 @@
1284
1284
  "__schema": "KeywordTypeSchema",
1285
1285
  "location": {
1286
1286
  "filePath": "generator.main.runtime.ts",
1287
- "line": 275,
1287
+ "line": 276,
1288
1288
  "character": 12
1289
1289
  },
1290
1290
  "name": "string"
@@ -1296,7 +1296,7 @@
1296
1296
  "__schema": "ParameterSchema",
1297
1297
  "location": {
1298
1298
  "filePath": "generator.main.runtime.ts",
1299
- "line": 276,
1299
+ "line": 277,
1300
1300
  "character": 5
1301
1301
  },
1302
1302
  "name": "aspectId",
@@ -1304,7 +1304,7 @@
1304
1304
  "__schema": "KeywordTypeSchema",
1305
1305
  "location": {
1306
1306
  "filePath": "generator.main.runtime.ts",
1307
- "line": 276,
1307
+ "line": 277,
1308
1308
  "character": 16
1309
1309
  },
1310
1310
  "name": "string"
@@ -1316,7 +1316,7 @@
1316
1316
  "__schema": "ParameterSchema",
1317
1317
  "location": {
1318
1318
  "filePath": "generator.main.runtime.ts",
1319
- "line": 277,
1319
+ "line": 278,
1320
1320
  "character": 5
1321
1321
  },
1322
1322
  "name": "remoteEnvsAspect",
@@ -1324,7 +1324,7 @@
1324
1324
  "__schema": "TypeRefSchema",
1325
1325
  "location": {
1326
1326
  "filePath": "generator.main.runtime.ts",
1327
- "line": 277,
1327
+ "line": 278,
1328
1328
  "character": 24
1329
1329
  },
1330
1330
  "name": "EnvsMain",
@@ -1341,7 +1341,7 @@
1341
1341
  "__schema": "TypeRefSchema",
1342
1342
  "location": {
1343
1343
  "filePath": "generator.main.runtime.ts",
1344
- "line": 278,
1344
+ "line": 279,
1345
1345
  "character": 6
1346
1346
  },
1347
1347
  "name": "Promise",
@@ -1350,7 +1350,7 @@
1350
1350
  "__schema": "TypeUnionSchema",
1351
1351
  "location": {
1352
1352
  "filePath": "generator.main.runtime.ts",
1353
- "line": 278,
1353
+ "line": 279,
1354
1354
  "character": 14
1355
1355
  },
1356
1356
  "types": [
@@ -1358,7 +1358,7 @@
1358
1358
  "__schema": "TypeRefSchema",
1359
1359
  "location": {
1360
1360
  "filePath": "generator.main.runtime.ts",
1361
- "line": 278,
1361
+ "line": 279,
1362
1362
  "character": 14
1363
1363
  },
1364
1364
  "name": "WorkspaceTemplate"
@@ -1367,7 +1367,7 @@
1367
1367
  "__schema": "KeywordTypeSchema",
1368
1368
  "location": {
1369
1369
  "filePath": "generator.main.runtime.ts",
1370
- "line": 278,
1370
+ "line": 279,
1371
1371
  "character": 34
1372
1372
  },
1373
1373
  "name": "undefined"
@@ -1384,7 +1384,7 @@
1384
1384
  "__schema": "FunctionLikeSchema",
1385
1385
  "location": {
1386
1386
  "filePath": "generator.main.runtime.ts",
1387
- "line": 295,
1387
+ "line": 296,
1388
1388
  "character": 3
1389
1389
  },
1390
1390
  "signature": "(method) GeneratorMain.generateComponentTemplate(componentNames: string[], templateName: string, options: Partial<CreateOptions>): Promise<GenerateResult[]>",
@@ -1394,7 +1394,7 @@
1394
1394
  "__schema": "ParameterSchema",
1395
1395
  "location": {
1396
1396
  "filePath": "generator.main.runtime.ts",
1397
- "line": 296,
1397
+ "line": 297,
1398
1398
  "character": 5
1399
1399
  },
1400
1400
  "name": "componentNames",
@@ -1402,14 +1402,14 @@
1402
1402
  "__schema": "TypeArraySchema",
1403
1403
  "location": {
1404
1404
  "filePath": "generator.main.runtime.ts",
1405
- "line": 296,
1405
+ "line": 297,
1406
1406
  "character": 21
1407
1407
  },
1408
1408
  "type": {
1409
1409
  "__schema": "KeywordTypeSchema",
1410
1410
  "location": {
1411
1411
  "filePath": "generator.main.runtime.ts",
1412
- "line": 296,
1412
+ "line": 297,
1413
1413
  "character": 21
1414
1414
  },
1415
1415
  "name": "string"
@@ -1422,7 +1422,7 @@
1422
1422
  "__schema": "ParameterSchema",
1423
1423
  "location": {
1424
1424
  "filePath": "generator.main.runtime.ts",
1425
- "line": 297,
1425
+ "line": 298,
1426
1426
  "character": 5
1427
1427
  },
1428
1428
  "name": "templateName",
@@ -1430,7 +1430,7 @@
1430
1430
  "__schema": "KeywordTypeSchema",
1431
1431
  "location": {
1432
1432
  "filePath": "generator.main.runtime.ts",
1433
- "line": 297,
1433
+ "line": 298,
1434
1434
  "character": 19
1435
1435
  },
1436
1436
  "name": "string"
@@ -1442,7 +1442,7 @@
1442
1442
  "__schema": "ParameterSchema",
1443
1443
  "location": {
1444
1444
  "filePath": "generator.main.runtime.ts",
1445
- "line": 298,
1445
+ "line": 299,
1446
1446
  "character": 5
1447
1447
  },
1448
1448
  "name": "options",
@@ -1450,7 +1450,7 @@
1450
1450
  "__schema": "TypeRefSchema",
1451
1451
  "location": {
1452
1452
  "filePath": "generator.main.runtime.ts",
1453
- "line": 298,
1453
+ "line": 299,
1454
1454
  "character": 14
1455
1455
  },
1456
1456
  "name": "Partial",
@@ -1459,7 +1459,7 @@
1459
1459
  "__schema": "TypeRefSchema",
1460
1460
  "location": {
1461
1461
  "filePath": "generator.main.runtime.ts",
1462
- "line": 298,
1462
+ "line": 299,
1463
1463
  "character": 22
1464
1464
  },
1465
1465
  "name": "CreateOptions",
@@ -1475,7 +1475,7 @@
1475
1475
  "__schema": "TypeRefSchema",
1476
1476
  "location": {
1477
1477
  "filePath": "generator.main.runtime.ts",
1478
- "line": 299,
1478
+ "line": 300,
1479
1479
  "character": 6
1480
1480
  },
1481
1481
  "name": "Promise",
@@ -1484,14 +1484,14 @@
1484
1484
  "__schema": "TypeArraySchema",
1485
1485
  "location": {
1486
1486
  "filePath": "generator.main.runtime.ts",
1487
- "line": 299,
1487
+ "line": 300,
1488
1488
  "character": 14
1489
1489
  },
1490
1490
  "type": {
1491
1491
  "__schema": "TypeRefSchema",
1492
1492
  "location": {
1493
1493
  "filePath": "generator.main.runtime.ts",
1494
- "line": 299,
1494
+ "line": 300,
1495
1495
  "character": 14
1496
1496
  },
1497
1497
  "name": "GenerateResult"
@@ -1507,7 +1507,7 @@
1507
1507
  "__schema": "FunctionLikeSchema",
1508
1508
  "location": {
1509
1509
  "filePath": "generator.main.runtime.ts",
1510
- "line": 353,
1510
+ "line": 354,
1511
1511
  "character": 3
1512
1512
  },
1513
1513
  "signature": "(method) GeneratorMain.generateWorkspaceTemplate(workspaceName: string, templateName: string, options: NewOptions & {\n aspect?: string;\n currentDir?: boolean;\n}): Promise<GenerateWorkspaceTemplateResult>",
@@ -1517,7 +1517,7 @@
1517
1517
  "__schema": "ParameterSchema",
1518
1518
  "location": {
1519
1519
  "filePath": "generator.main.runtime.ts",
1520
- "line": 354,
1520
+ "line": 355,
1521
1521
  "character": 5
1522
1522
  },
1523
1523
  "name": "workspaceName",
@@ -1525,7 +1525,7 @@
1525
1525
  "__schema": "KeywordTypeSchema",
1526
1526
  "location": {
1527
1527
  "filePath": "generator.main.runtime.ts",
1528
- "line": 354,
1528
+ "line": 355,
1529
1529
  "character": 20
1530
1530
  },
1531
1531
  "name": "string"
@@ -1537,7 +1537,7 @@
1537
1537
  "__schema": "ParameterSchema",
1538
1538
  "location": {
1539
1539
  "filePath": "generator.main.runtime.ts",
1540
- "line": 355,
1540
+ "line": 356,
1541
1541
  "character": 5
1542
1542
  },
1543
1543
  "name": "templateName",
@@ -1545,7 +1545,7 @@
1545
1545
  "__schema": "KeywordTypeSchema",
1546
1546
  "location": {
1547
1547
  "filePath": "generator.main.runtime.ts",
1548
- "line": 355,
1548
+ "line": 356,
1549
1549
  "character": 19
1550
1550
  },
1551
1551
  "name": "string"
@@ -1557,7 +1557,7 @@
1557
1557
  "__schema": "ParameterSchema",
1558
1558
  "location": {
1559
1559
  "filePath": "generator.main.runtime.ts",
1560
- "line": 356,
1560
+ "line": 357,
1561
1561
  "character": 5
1562
1562
  },
1563
1563
  "name": "options",
@@ -1565,7 +1565,7 @@
1565
1565
  "__schema": "TypeIntersectionSchema",
1566
1566
  "location": {
1567
1567
  "filePath": "generator.main.runtime.ts",
1568
- "line": 356,
1568
+ "line": 357,
1569
1569
  "character": 14
1570
1570
  },
1571
1571
  "types": [
@@ -1573,7 +1573,7 @@
1573
1573
  "__schema": "TypeRefSchema",
1574
1574
  "location": {
1575
1575
  "filePath": "generator.main.runtime.ts",
1576
- "line": 356,
1576
+ "line": 357,
1577
1577
  "character": 14
1578
1578
  },
1579
1579
  "name": "NewOptions",
@@ -1583,7 +1583,7 @@
1583
1583
  "__schema": "TypeLiteralSchema",
1584
1584
  "location": {
1585
1585
  "filePath": "generator.main.runtime.ts",
1586
- "line": 356,
1586
+ "line": 357,
1587
1587
  "character": 27
1588
1588
  },
1589
1589
  "members": [
@@ -1591,7 +1591,7 @@
1591
1591
  "__schema": "VariableLikeSchema",
1592
1592
  "location": {
1593
1593
  "filePath": "generator.main.runtime.ts",
1594
- "line": 356,
1594
+ "line": 357,
1595
1595
  "character": 29
1596
1596
  },
1597
1597
  "signature": "(property) aspect?: string | undefined",
@@ -1600,7 +1600,7 @@
1600
1600
  "__schema": "KeywordTypeSchema",
1601
1601
  "location": {
1602
1602
  "filePath": "generator.main.runtime.ts",
1603
- "line": 356,
1603
+ "line": 357,
1604
1604
  "character": 38
1605
1605
  },
1606
1606
  "name": "string"
@@ -1611,7 +1611,7 @@
1611
1611
  "__schema": "VariableLikeSchema",
1612
1612
  "location": {
1613
1613
  "filePath": "generator.main.runtime.ts",
1614
- "line": 356,
1614
+ "line": 357,
1615
1615
  "character": 46
1616
1616
  },
1617
1617
  "signature": "(property) currentDir?: boolean | undefined",
@@ -1620,7 +1620,7 @@
1620
1620
  "__schema": "KeywordTypeSchema",
1621
1621
  "location": {
1622
1622
  "filePath": "generator.main.runtime.ts",
1623
- "line": 356,
1623
+ "line": 357,
1624
1624
  "character": 59
1625
1625
  },
1626
1626
  "name": "boolean"
@@ -1639,7 +1639,7 @@
1639
1639
  "__schema": "TypeRefSchema",
1640
1640
  "location": {
1641
1641
  "filePath": "generator.main.runtime.ts",
1642
- "line": 357,
1642
+ "line": 358,
1643
1643
  "character": 6
1644
1644
  },
1645
1645
  "name": "Promise",
@@ -1648,7 +1648,7 @@
1648
1648
  "__schema": "TypeRefSchema",
1649
1649
  "location": {
1650
1650
  "filePath": "generator.main.runtime.ts",
1651
- "line": 357,
1651
+ "line": 358,
1652
1652
  "character": 14
1653
1653
  },
1654
1654
  "name": "GenerateWorkspaceTemplateResult",
@@ -1664,14 +1664,14 @@
1664
1664
  "__schema": "FunctionLikeSchema",
1665
1665
  "location": {
1666
1666
  "filePath": "generator.main.runtime.ts",
1667
- "line": 423,
1667
+ "line": 424,
1668
1668
  "character": 3
1669
1669
  },
1670
1670
  "doc": {
1671
1671
  "__schema": "DocSchema",
1672
1672
  "location": {
1673
1673
  "filePath": "generator.main.runtime.ts",
1674
- "line": 420,
1674
+ "line": 421,
1675
1675
  "character": 3
1676
1676
  },
1677
1677
  "raw": "/**\n * list all starter templates registered by an env.\n */",
@@ -1684,7 +1684,7 @@
1684
1684
  "__schema": "ParameterSchema",
1685
1685
  "location": {
1686
1686
  "filePath": "generator.main.runtime.ts",
1687
- "line": 423,
1687
+ "line": 424,
1688
1688
  "character": 35
1689
1689
  },
1690
1690
  "name": "envId",
@@ -1692,7 +1692,7 @@
1692
1692
  "__schema": "KeywordTypeSchema",
1693
1693
  "location": {
1694
1694
  "filePath": "generator.main.runtime.ts",
1695
- "line": 423,
1695
+ "line": 424,
1696
1696
  "character": 42
1697
1697
  },
1698
1698
  "name": "string"
@@ -1704,7 +1704,7 @@
1704
1704
  "__schema": "ParameterSchema",
1705
1705
  "location": {
1706
1706
  "filePath": "generator.main.runtime.ts",
1707
- "line": 423,
1707
+ "line": 424,
1708
1708
  "character": 50
1709
1709
  },
1710
1710
  "name": "remoteEnvsAspect",
@@ -1712,7 +1712,7 @@
1712
1712
  "__schema": "TypeRefSchema",
1713
1713
  "location": {
1714
1714
  "filePath": "generator.main.runtime.ts",
1715
- "line": 423,
1715
+ "line": 424,
1716
1716
  "character": 69
1717
1717
  },
1718
1718
  "name": "EnvsMain",
@@ -1729,7 +1729,7 @@
1729
1729
  "__schema": "TypeRefSchema",
1730
1730
  "location": {
1731
1731
  "filePath": "generator.main.runtime.ts",
1732
- "line": 423,
1732
+ "line": 424,
1733
1733
  "character": 80
1734
1734
  },
1735
1735
  "name": "Promise",
@@ -1738,7 +1738,7 @@
1738
1738
  "__schema": "TypeRefSchema",
1739
1739
  "location": {
1740
1740
  "filePath": "generator.main.runtime.ts",
1741
- "line": 423,
1741
+ "line": 424,
1742
1742
  "character": 88
1743
1743
  },
1744
1744
  "name": "Array",
@@ -1747,7 +1747,7 @@
1747
1747
  "__schema": "TypeRefSchema",
1748
1748
  "location": {
1749
1749
  "filePath": "generator.main.runtime.ts",
1750
- "line": 423,
1750
+ "line": 424,
1751
1751
  "character": 94
1752
1752
  },
1753
1753
  "name": "WorkspaceTemplateWithId",
@@ -1765,14 +1765,14 @@
1765
1765
  "__schema": "FunctionLikeSchema",
1766
1766
  "location": {
1767
1767
  "filePath": "generator.main.runtime.ts",
1768
- "line": 444,
1768
+ "line": 445,
1769
1769
  "character": 3
1770
1770
  },
1771
1771
  "doc": {
1772
1772
  "__schema": "DocSchema",
1773
1773
  "location": {
1774
1774
  "filePath": "generator.main.runtime.ts",
1775
- "line": 441,
1775
+ "line": 442,
1776
1776
  "character": 3
1777
1777
  },
1778
1778
  "raw": "/**\n * list all component templates registered by an env.\n */",
@@ -1785,7 +1785,7 @@
1785
1785
  "__schema": "ParameterSchema",
1786
1786
  "location": {
1787
1787
  "filePath": "generator.main.runtime.ts",
1788
- "line": 444,
1788
+ "line": 445,
1789
1789
  "character": 45
1790
1790
  },
1791
1791
  "name": "ids",
@@ -1793,14 +1793,14 @@
1793
1793
  "__schema": "TypeArraySchema",
1794
1794
  "location": {
1795
1795
  "filePath": "generator.main.runtime.ts",
1796
- "line": 444,
1796
+ "line": 445,
1797
1797
  "character": 50
1798
1798
  },
1799
1799
  "type": {
1800
1800
  "__schema": "KeywordTypeSchema",
1801
1801
  "location": {
1802
1802
  "filePath": "generator.main.runtime.ts",
1803
- "line": 444,
1803
+ "line": 445,
1804
1804
  "character": 50
1805
1805
  },
1806
1806
  "name": "string"
@@ -1814,7 +1814,7 @@
1814
1814
  "__schema": "ParameterSchema",
1815
1815
  "location": {
1816
1816
  "filePath": "generator.main.runtime.ts",
1817
- "line": 444,
1817
+ "line": 445,
1818
1818
  "character": 65
1819
1819
  },
1820
1820
  "name": "aspectId",
@@ -1822,7 +1822,7 @@
1822
1822
  "__schema": "KeywordTypeSchema",
1823
1823
  "location": {
1824
1824
  "filePath": "generator.main.runtime.ts",
1825
- "line": 444,
1825
+ "line": 445,
1826
1826
  "character": 76
1827
1827
  },
1828
1828
  "name": "string"
@@ -1835,7 +1835,7 @@
1835
1835
  "__schema": "TypeRefSchema",
1836
1836
  "location": {
1837
1837
  "filePath": "generator.main.runtime.ts",
1838
- "line": 444,
1838
+ "line": 445,
1839
1839
  "character": 85
1840
1840
  },
1841
1841
  "name": "Promise",
@@ -1844,14 +1844,14 @@
1844
1844
  "__schema": "TypeArraySchema",
1845
1845
  "location": {
1846
1846
  "filePath": "generator.main.runtime.ts",
1847
- "line": 444,
1847
+ "line": 445,
1848
1848
  "character": 93
1849
1849
  },
1850
1850
  "type": {
1851
1851
  "__schema": "TypeRefSchema",
1852
1852
  "location": {
1853
1853
  "filePath": "generator.main.runtime.ts",
1854
- "line": 444,
1854
+ "line": 445,
1855
1855
  "character": 93
1856
1856
  },
1857
1857
  "name": "TemplateDescriptor",
@@ -1868,7 +1868,7 @@
1868
1868
  "__schema": "FunctionLikeSchema",
1869
1869
  "location": {
1870
1870
  "filePath": "generator.main.runtime.ts",
1871
- "line": 458,
1871
+ "line": 459,
1872
1872
  "character": 3
1873
1873
  },
1874
1874
  "signature": "(method) GeneratorMain.getConfiguredEnvs(): string[]",
@@ -1878,14 +1878,14 @@
1878
1878
  "__schema": "TypeArraySchema",
1879
1879
  "location": {
1880
1880
  "filePath": "generator.main.runtime.ts",
1881
- "line": 458,
1881
+ "line": 459,
1882
1882
  "character": 24
1883
1883
  },
1884
1884
  "type": {
1885
1885
  "__schema": "KeywordTypeSchema",
1886
1886
  "location": {
1887
1887
  "filePath": "generator.main.runtime.ts",
1888
- "line": 458,
1888
+ "line": 459,
1889
1889
  "character": 24
1890
1890
  },
1891
1891
  "name": "string"
@@ -1897,7 +1897,7 @@
1897
1897
  "__schema": "FunctionLikeSchema",
1898
1898
  "location": {
1899
1899
  "filePath": "generator.main.runtime.ts",
1900
- "line": 462,
1900
+ "line": 463,
1901
1901
  "character": 3
1902
1902
  },
1903
1903
  "signature": "(method) GeneratorMain.listEnvComponentTemplates(ids?: string[], aspectId?: string): Promise<Array<ComponentTemplateWithId>>",
@@ -1907,7 +1907,7 @@
1907
1907
  "__schema": "ParameterSchema",
1908
1908
  "location": {
1909
1909
  "filePath": "generator.main.runtime.ts",
1910
- "line": 462,
1910
+ "line": 463,
1911
1911
  "character": 35
1912
1912
  },
1913
1913
  "name": "ids",
@@ -1915,14 +1915,14 @@
1915
1915
  "__schema": "TypeArraySchema",
1916
1916
  "location": {
1917
1917
  "filePath": "generator.main.runtime.ts",
1918
- "line": 462,
1918
+ "line": 463,
1919
1919
  "character": 40
1920
1920
  },
1921
1921
  "type": {
1922
1922
  "__schema": "KeywordTypeSchema",
1923
1923
  "location": {
1924
1924
  "filePath": "generator.main.runtime.ts",
1925
- "line": 462,
1925
+ "line": 463,
1926
1926
  "character": 40
1927
1927
  },
1928
1928
  "name": "string"
@@ -1936,7 +1936,7 @@
1936
1936
  "__schema": "ParameterSchema",
1937
1937
  "location": {
1938
1938
  "filePath": "generator.main.runtime.ts",
1939
- "line": 462,
1939
+ "line": 463,
1940
1940
  "character": 55
1941
1941
  },
1942
1942
  "name": "aspectId",
@@ -1944,7 +1944,7 @@
1944
1944
  "__schema": "KeywordTypeSchema",
1945
1945
  "location": {
1946
1946
  "filePath": "generator.main.runtime.ts",
1947
- "line": 462,
1947
+ "line": 463,
1948
1948
  "character": 66
1949
1949
  },
1950
1950
  "name": "string"
@@ -1957,7 +1957,7 @@
1957
1957
  "__schema": "TypeRefSchema",
1958
1958
  "location": {
1959
1959
  "filePath": "generator.main.runtime.ts",
1960
- "line": 462,
1960
+ "line": 463,
1961
1961
  "character": 75
1962
1962
  },
1963
1963
  "name": "Promise",
@@ -1966,7 +1966,7 @@
1966
1966
  "__schema": "TypeRefSchema",
1967
1967
  "location": {
1968
1968
  "filePath": "generator.main.runtime.ts",
1969
- "line": 462,
1969
+ "line": 463,
1970
1970
  "character": 83
1971
1971
  },
1972
1972
  "name": "Array",
@@ -1975,7 +1975,7 @@
1975
1975
  "__schema": "TypeRefSchema",
1976
1976
  "location": {
1977
1977
  "filePath": "generator.main.runtime.ts",
1978
- "line": 462,
1978
+ "line": 463,
1979
1979
  "character": 89
1980
1980
  },
1981
1981
  "name": "ComponentTemplateWithId",
@@ -1993,7 +1993,7 @@
1993
1993
  "__schema": "FunctionLikeSchema",
1994
1994
  "location": {
1995
1995
  "filePath": "generator.main.runtime.ts",
1996
- "line": 489,
1996
+ "line": 490,
1997
1997
  "character": 3
1998
1998
  },
1999
1999
  "signature": "(method) GeneratorMain.loadEnvs(ids?: string[], remoteEnvsAspect?: EnvsMain): Promise<EnvDefinition[]>",
@@ -2003,7 +2003,7 @@
2003
2003
  "__schema": "ParameterSchema",
2004
2004
  "location": {
2005
2005
  "filePath": "generator.main.runtime.ts",
2006
- "line": 489,
2006
+ "line": 490,
2007
2007
  "character": 18
2008
2008
  },
2009
2009
  "name": "ids",
@@ -2011,14 +2011,14 @@
2011
2011
  "__schema": "TypeArraySchema",
2012
2012
  "location": {
2013
2013
  "filePath": "generator.main.runtime.ts",
2014
- "line": 489,
2014
+ "line": 490,
2015
2015
  "character": 23
2016
2016
  },
2017
2017
  "type": {
2018
2018
  "__schema": "KeywordTypeSchema",
2019
2019
  "location": {
2020
2020
  "filePath": "generator.main.runtime.ts",
2021
- "line": 489,
2021
+ "line": 490,
2022
2022
  "character": 23
2023
2023
  },
2024
2024
  "name": "string"
@@ -2032,7 +2032,7 @@
2032
2032
  "__schema": "ParameterSchema",
2033
2033
  "location": {
2034
2034
  "filePath": "generator.main.runtime.ts",
2035
- "line": 489,
2035
+ "line": 490,
2036
2036
  "character": 58
2037
2037
  },
2038
2038
  "name": "remoteEnvsAspect",
@@ -2040,7 +2040,7 @@
2040
2040
  "__schema": "TypeRefSchema",
2041
2041
  "location": {
2042
2042
  "filePath": "generator.main.runtime.ts",
2043
- "line": 489,
2043
+ "line": 490,
2044
2044
  "character": 77
2045
2045
  },
2046
2046
  "name": "EnvsMain",
@@ -2057,7 +2057,7 @@
2057
2057
  "__schema": "TypeRefSchema",
2058
2058
  "location": {
2059
2059
  "filePath": "generator.main.runtime.ts",
2060
- "line": 489,
2060
+ "line": 490,
2061
2061
  "character": 88
2062
2062
  },
2063
2063
  "name": "Promise",
@@ -2066,14 +2066,14 @@
2066
2066
  "__schema": "TypeArraySchema",
2067
2067
  "location": {
2068
2068
  "filePath": "generator.main.runtime.ts",
2069
- "line": 489,
2069
+ "line": 490,
2070
2070
  "character": 96
2071
2071
  },
2072
2072
  "type": {
2073
2073
  "__schema": "TypeRefSchema",
2074
2074
  "location": {
2075
2075
  "filePath": "generator.main.runtime.ts",
2076
- "line": 489,
2076
+ "line": 490,
2077
2077
  "character": 96
2078
2078
  },
2079
2079
  "name": "EnvDefinition",
@@ -2093,7 +2093,7 @@
2093
2093
  "__schema": "FunctionLikeSchema",
2094
2094
  "location": {
2095
2095
  "filePath": "generator.main.runtime.ts",
2096
- "line": 509,
2096
+ "line": 510,
2097
2097
  "character": 3
2098
2098
  },
2099
2099
  "signature": "(method) GeneratorMain.loadAspects(): Promise<void>",
@@ -2103,7 +2103,7 @@
2103
2103
  "__schema": "InferenceTypeSchema",
2104
2104
  "location": {
2105
2105
  "filePath": "generator.main.runtime.ts",
2106
- "line": 509,
2106
+ "line": 510,
2107
2107
  "character": 3
2108
2108
  },
2109
2109
  "type": "Promise<void>"
@@ -2116,7 +2116,7 @@
2116
2116
  "__schema": "VariableLikeSchema",
2117
2117
  "location": {
2118
2118
  "filePath": "generator.main.runtime.ts",
2119
- "line": 515,
2119
+ "line": 516,
2120
2120
  "character": 3
2121
2121
  },
2122
2122
  "signature": "(property) GeneratorMain.slots: (((registerFn: () => string) => SlotRegistry<ComponentTemplate[]>) | ((registerFn: () => string) => SlotRegistry<WorkspaceTemplate[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -2125,7 +2125,7 @@
2125
2125
  "__schema": "InferenceTypeSchema",
2126
2126
  "location": {
2127
2127
  "filePath": "generator.main.runtime.ts",
2128
- "line": 515,
2128
+ "line": 516,
2129
2129
  "character": 3
2130
2130
  },
2131
2131
  "type": "(((registerFn: () => string) => SlotRegistry<ComponentTemplate[]>) | ((registerFn: () => string) => SlotRegistry<WorkspaceTemplate[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -2137,7 +2137,7 @@
2137
2137
  "__schema": "VariableLikeSchema",
2138
2138
  "location": {
2139
2139
  "filePath": "generator.main.runtime.ts",
2140
- "line": 521,
2140
+ "line": 522,
2141
2141
  "character": 3
2142
2142
  },
2143
2143
  "signature": "(property) GeneratorMain.dependencies: Aspect[]",
@@ -2146,7 +2146,7 @@
2146
2146
  "__schema": "InferenceTypeSchema",
2147
2147
  "location": {
2148
2148
  "filePath": "generator.main.runtime.ts",
2149
- "line": 521,
2149
+ "line": 522,
2150
2150
  "character": 3
2151
2151
  },
2152
2152
  "type": "Aspect[]"
@@ -2158,7 +2158,7 @@
2158
2158
  "__schema": "VariableLikeSchema",
2159
2159
  "location": {
2160
2160
  "filePath": "generator.main.runtime.ts",
2161
- "line": 535,
2161
+ "line": 536,
2162
2162
  "character": 3
2163
2163
  },
2164
2164
  "signature": "(property) GeneratorMain.runtime: RuntimeDefinition",
@@ -2167,7 +2167,7 @@
2167
2167
  "__schema": "InferenceTypeSchema",
2168
2168
  "location": {
2169
2169
  "filePath": "generator.main.runtime.ts",
2170
- "line": 535,
2170
+ "line": 536,
2171
2171
  "character": 3
2172
2172
  },
2173
2173
  "type": "RuntimeDefinition"
@@ -2179,7 +2179,7 @@
2179
2179
  "__schema": "FunctionLikeSchema",
2180
2180
  "location": {
2181
2181
  "filePath": "generator.main.runtime.ts",
2182
- "line": 537,
2182
+ "line": 538,
2183
2183
  "character": 3
2184
2184
  },
2185
2185
  "signature": "(method) GeneratorMain.provider([workspace, cli, graphql, envs, aspectLoader, newComponentHelper, componentAspect, tracker, loggerMain, git, wsConfigFiles,]: [\n Workspace,\n CLIMain,\n GraphqlMain,\n EnvsMain,\n AspectLoaderMain,\n NewComponentHelperMain,\n ComponentMain,\n TrackerMain,\n LoggerMain,\n GitMain,\n WorkspaceConfigFilesMain\n], config: GeneratorConfig, [componentTemplateSlot, workspaceTemplateSlot, onComponentCreateSlot]: [\n ComponentTemplateSlot,\n WorkspaceTemplateSlot,\n OnComponentCreateSlot\n]): Promise<GeneratorMain>",
@@ -2189,7 +2189,7 @@
2189
2189
  "__schema": "ParameterSchema",
2190
2190
  "location": {
2191
2191
  "filePath": "generator.main.runtime.ts",
2192
- "line": 538,
2192
+ "line": 539,
2193
2193
  "character": 5
2194
2194
  },
2195
2195
  "name": "[ workspace, cli, graphql, envs, aspectLoader, newComponentHelper, componentAspect, tracker, loggerMain, git, wsConfigFiles ]",
@@ -2197,7 +2197,7 @@
2197
2197
  "__schema": "TupleTypeSchema",
2198
2198
  "location": {
2199
2199
  "filePath": "generator.main.runtime.ts",
2200
- "line": 550,
2200
+ "line": 551,
2201
2201
  "character": 8
2202
2202
  },
2203
2203
  "elements": [
@@ -2205,7 +2205,7 @@
2205
2205
  "__schema": "TypeRefSchema",
2206
2206
  "location": {
2207
2207
  "filePath": "generator.main.runtime.ts",
2208
- "line": 551,
2208
+ "line": 552,
2209
2209
  "character": 7
2210
2210
  },
2211
2211
  "name": "Workspace",
@@ -2218,7 +2218,7 @@
2218
2218
  "__schema": "TypeRefSchema",
2219
2219
  "location": {
2220
2220
  "filePath": "generator.main.runtime.ts",
2221
- "line": 552,
2221
+ "line": 553,
2222
2222
  "character": 7
2223
2223
  },
2224
2224
  "name": "CLIMain",
@@ -2231,7 +2231,7 @@
2231
2231
  "__schema": "TypeRefSchema",
2232
2232
  "location": {
2233
2233
  "filePath": "generator.main.runtime.ts",
2234
- "line": 553,
2234
+ "line": 554,
2235
2235
  "character": 7
2236
2236
  },
2237
2237
  "name": "GraphqlMain",
@@ -2244,7 +2244,7 @@
2244
2244
  "__schema": "TypeRefSchema",
2245
2245
  "location": {
2246
2246
  "filePath": "generator.main.runtime.ts",
2247
- "line": 554,
2247
+ "line": 555,
2248
2248
  "character": 7
2249
2249
  },
2250
2250
  "name": "EnvsMain",
@@ -2257,7 +2257,7 @@
2257
2257
  "__schema": "TypeRefSchema",
2258
2258
  "location": {
2259
2259
  "filePath": "generator.main.runtime.ts",
2260
- "line": 555,
2260
+ "line": 556,
2261
2261
  "character": 7
2262
2262
  },
2263
2263
  "name": "AspectLoaderMain",
@@ -2270,7 +2270,7 @@
2270
2270
  "__schema": "TypeRefSchema",
2271
2271
  "location": {
2272
2272
  "filePath": "generator.main.runtime.ts",
2273
- "line": 556,
2273
+ "line": 557,
2274
2274
  "character": 7
2275
2275
  },
2276
2276
  "name": "NewComponentHelperMain",
@@ -2283,7 +2283,7 @@
2283
2283
  "__schema": "TypeRefSchema",
2284
2284
  "location": {
2285
2285
  "filePath": "generator.main.runtime.ts",
2286
- "line": 557,
2286
+ "line": 558,
2287
2287
  "character": 7
2288
2288
  },
2289
2289
  "name": "ComponentMain",
@@ -2296,7 +2296,7 @@
2296
2296
  "__schema": "TypeRefSchema",
2297
2297
  "location": {
2298
2298
  "filePath": "generator.main.runtime.ts",
2299
- "line": 558,
2299
+ "line": 559,
2300
2300
  "character": 7
2301
2301
  },
2302
2302
  "name": "TrackerMain",
@@ -2309,7 +2309,7 @@
2309
2309
  "__schema": "TypeRefSchema",
2310
2310
  "location": {
2311
2311
  "filePath": "generator.main.runtime.ts",
2312
- "line": 559,
2312
+ "line": 560,
2313
2313
  "character": 7
2314
2314
  },
2315
2315
  "name": "LoggerMain",
@@ -2322,7 +2322,7 @@
2322
2322
  "__schema": "TypeRefSchema",
2323
2323
  "location": {
2324
2324
  "filePath": "generator.main.runtime.ts",
2325
- "line": 560,
2325
+ "line": 561,
2326
2326
  "character": 7
2327
2327
  },
2328
2328
  "name": "GitMain",
@@ -2335,7 +2335,7 @@
2335
2335
  "__schema": "TypeRefSchema",
2336
2336
  "location": {
2337
2337
  "filePath": "generator.main.runtime.ts",
2338
- "line": 561,
2338
+ "line": 562,
2339
2339
  "character": 7
2340
2340
  },
2341
2341
  "name": "WorkspaceConfigFilesMain",
@@ -2353,7 +2353,7 @@
2353
2353
  "__schema": "ParameterSchema",
2354
2354
  "location": {
2355
2355
  "filePath": "generator.main.runtime.ts",
2356
- "line": 563,
2356
+ "line": 564,
2357
2357
  "character": 5
2358
2358
  },
2359
2359
  "name": "config",
@@ -2361,7 +2361,7 @@
2361
2361
  "__schema": "TypeRefSchema",
2362
2362
  "location": {
2363
2363
  "filePath": "generator.main.runtime.ts",
2364
- "line": 563,
2364
+ "line": 564,
2365
2365
  "character": 13
2366
2366
  },
2367
2367
  "name": "GeneratorConfig",
@@ -2374,7 +2374,7 @@
2374
2374
  "__schema": "ParameterSchema",
2375
2375
  "location": {
2376
2376
  "filePath": "generator.main.runtime.ts",
2377
- "line": 564,
2377
+ "line": 565,
2378
2378
  "character": 5
2379
2379
  },
2380
2380
  "name": "[ componentTemplateSlot, workspaceTemplateSlot, onComponentCreateSlot ]",
@@ -2382,7 +2382,7 @@
2382
2382
  "__schema": "TupleTypeSchema",
2383
2383
  "location": {
2384
2384
  "filePath": "generator.main.runtime.ts",
2385
- "line": 564,
2385
+ "line": 565,
2386
2386
  "character": 76
2387
2387
  },
2388
2388
  "elements": [
@@ -2390,7 +2390,7 @@
2390
2390
  "__schema": "TypeRefSchema",
2391
2391
  "location": {
2392
2392
  "filePath": "generator.main.runtime.ts",
2393
- "line": 565,
2393
+ "line": 566,
2394
2394
  "character": 7
2395
2395
  },
2396
2396
  "name": "ComponentTemplateSlot",
@@ -2400,7 +2400,7 @@
2400
2400
  "__schema": "TypeRefSchema",
2401
2401
  "location": {
2402
2402
  "filePath": "generator.main.runtime.ts",
2403
- "line": 566,
2403
+ "line": 567,
2404
2404
  "character": 7
2405
2405
  },
2406
2406
  "name": "WorkspaceTemplateSlot",
@@ -2410,7 +2410,7 @@
2410
2410
  "__schema": "TypeRefSchema",
2411
2411
  "location": {
2412
2412
  "filePath": "generator.main.runtime.ts",
2413
- "line": 567,
2413
+ "line": 568,
2414
2414
  "character": 7
2415
2415
  },
2416
2416
  "name": "OnComponentCreateSlot",
@@ -2426,7 +2426,7 @@
2426
2426
  "__schema": "InferenceTypeSchema",
2427
2427
  "location": {
2428
2428
  "filePath": "generator.main.runtime.ts",
2429
- "line": 537,
2429
+ "line": 538,
2430
2430
  "character": 3
2431
2431
  },
2432
2432
  "type": "Promise<GeneratorMain>"
@@ -7214,14 +7214,14 @@
7214
7214
  "__schema": "FunctionLikeSchema",
7215
7215
  "location": {
7216
7216
  "filePath": "generator.main.runtime.ts",
7217
- "line": 213,
7217
+ "line": 214,
7218
7218
  "character": 3
7219
7219
  },
7220
7220
  "doc": {
7221
7221
  "__schema": "DocSchema",
7222
7222
  "location": {
7223
7223
  "filePath": "generator.main.runtime.ts",
7224
- "line": 209,
7224
+ "line": 210,
7225
7225
  "character": 3
7226
7226
  },
7227
7227
  "raw": "/**\n * in the case the aspect-id is given and this aspect doesn't exist locally, import it to the\n * global scope and load it from the capsule\n */",
@@ -7234,7 +7234,7 @@
7234
7234
  "__schema": "ParameterSchema",
7235
7235
  "location": {
7236
7236
  "filePath": "generator.main.runtime.ts",
7237
- "line": 214,
7237
+ "line": 215,
7238
7238
  "character": 5
7239
7239
  },
7240
7240
  "name": "aspectId",
@@ -7242,7 +7242,7 @@
7242
7242
  "__schema": "KeywordTypeSchema",
7243
7243
  "location": {
7244
7244
  "filePath": "generator.main.runtime.ts",
7245
- "line": 214,
7245
+ "line": 215,
7246
7246
  "character": 15
7247
7247
  },
7248
7248
  "name": "string"
@@ -7254,7 +7254,7 @@
7254
7254
  "__schema": "ParameterSchema",
7255
7255
  "location": {
7256
7256
  "filePath": "generator.main.runtime.ts",
7257
- "line": 215,
7257
+ "line": 216,
7258
7258
  "character": 5
7259
7259
  },
7260
7260
  "name": "name",
@@ -7262,7 +7262,7 @@
7262
7262
  "__schema": "KeywordTypeSchema",
7263
7263
  "location": {
7264
7264
  "filePath": "generator.main.runtime.ts",
7265
- "line": 215,
7265
+ "line": 216,
7266
7266
  "character": 12
7267
7267
  },
7268
7268
  "name": "string"
@@ -7275,7 +7275,7 @@
7275
7275
  "__schema": "TypeRefSchema",
7276
7276
  "location": {
7277
7277
  "filePath": "generator.main.runtime.ts",
7278
- "line": 216,
7278
+ "line": 217,
7279
7279
  "character": 6
7280
7280
  },
7281
7281
  "name": "Promise",
@@ -7284,7 +7284,7 @@
7284
7284
  "__schema": "TypeLiteralSchema",
7285
7285
  "location": {
7286
7286
  "filePath": "generator.main.runtime.ts",
7287
- "line": 216,
7287
+ "line": 217,
7288
7288
  "character": 14
7289
7289
  },
7290
7290
  "members": [
@@ -7292,7 +7292,7 @@
7292
7292
  "__schema": "VariableLikeSchema",
7293
7293
  "location": {
7294
7294
  "filePath": "generator.main.runtime.ts",
7295
- "line": 216,
7295
+ "line": 217,
7296
7296
  "character": 16
7297
7297
  },
7298
7298
  "signature": "(property) workspaceTemplate?: WorkspaceTemplate | undefined",
@@ -7301,7 +7301,7 @@
7301
7301
  "__schema": "TypeRefSchema",
7302
7302
  "location": {
7303
7303
  "filePath": "generator.main.runtime.ts",
7304
- "line": 216,
7304
+ "line": 217,
7305
7305
  "character": 36
7306
7306
  },
7307
7307
  "name": "WorkspaceTemplate"
@@ -7312,7 +7312,7 @@
7312
7312
  "__schema": "VariableLikeSchema",
7313
7313
  "location": {
7314
7314
  "filePath": "generator.main.runtime.ts",
7315
- "line": 216,
7315
+ "line": 217,
7316
7316
  "character": 55
7317
7317
  },
7318
7318
  "signature": "(property) aspect?: Component | undefined",
@@ -7321,7 +7321,7 @@
7321
7321
  "__schema": "TypeRefSchema",
7322
7322
  "location": {
7323
7323
  "filePath": "generator.main.runtime.ts",
7324
- "line": 216,
7324
+ "line": 217,
7325
7325
  "character": 64
7326
7326
  },
7327
7327
  "name": "Component",
@@ -7344,7 +7344,7 @@
7344
7344
  "__schema": "FunctionLikeSchema",
7345
7345
  "location": {
7346
7346
  "filePath": "generator.main.runtime.ts",
7347
- "line": 227,
7347
+ "line": 228,
7348
7348
  "character": 3
7349
7349
  },
7350
7350
  "signature": "(method) GeneratorMain.findTemplateInOtherWorkspace(workspacePath: string, name: string, aspectId?: string): Promise<{\n workspaceTemplate: WorkspaceTemplate | undefined;\n aspect: Component;\n}>",
@@ -7354,7 +7354,7 @@
7354
7354
  "__schema": "ParameterSchema",
7355
7355
  "location": {
7356
7356
  "filePath": "generator.main.runtime.ts",
7357
- "line": 227,
7357
+ "line": 228,
7358
7358
  "character": 38
7359
7359
  },
7360
7360
  "name": "workspacePath",
@@ -7362,7 +7362,7 @@
7362
7362
  "__schema": "KeywordTypeSchema",
7363
7363
  "location": {
7364
7364
  "filePath": "generator.main.runtime.ts",
7365
- "line": 227,
7365
+ "line": 228,
7366
7366
  "character": 53
7367
7367
  },
7368
7368
  "name": "string"
@@ -7374,7 +7374,7 @@
7374
7374
  "__schema": "ParameterSchema",
7375
7375
  "location": {
7376
7376
  "filePath": "generator.main.runtime.ts",
7377
- "line": 227,
7377
+ "line": 228,
7378
7378
  "character": 61
7379
7379
  },
7380
7380
  "name": "name",
@@ -7382,7 +7382,7 @@
7382
7382
  "__schema": "KeywordTypeSchema",
7383
7383
  "location": {
7384
7384
  "filePath": "generator.main.runtime.ts",
7385
- "line": 227,
7385
+ "line": 228,
7386
7386
  "character": 67
7387
7387
  },
7388
7388
  "name": "string"
@@ -7394,7 +7394,7 @@
7394
7394
  "__schema": "ParameterSchema",
7395
7395
  "location": {
7396
7396
  "filePath": "generator.main.runtime.ts",
7397
- "line": 227,
7397
+ "line": 228,
7398
7398
  "character": 75
7399
7399
  },
7400
7400
  "name": "aspectId",
@@ -7402,7 +7402,7 @@
7402
7402
  "__schema": "KeywordTypeSchema",
7403
7403
  "location": {
7404
7404
  "filePath": "generator.main.runtime.ts",
7405
- "line": 227,
7405
+ "line": 228,
7406
7406
  "character": 86
7407
7407
  },
7408
7408
  "name": "string"
@@ -7415,7 +7415,7 @@
7415
7415
  "__schema": "InferenceTypeSchema",
7416
7416
  "location": {
7417
7417
  "filePath": "generator.main.runtime.ts",
7418
- "line": 227,
7418
+ "line": 228,
7419
7419
  "character": 3
7420
7420
  },
7421
7421
  "type": "Promise<{\n workspaceTemplate: WorkspaceTemplate | undefined;\n aspect: Component;\n}>"
@@ -7428,14 +7428,14 @@
7428
7428
  "__schema": "FunctionLikeSchema",
7429
7429
  "location": {
7430
7430
  "filePath": "generator.main.runtime.ts",
7431
- "line": 251,
7431
+ "line": 252,
7432
7432
  "character": 3
7433
7433
  },
7434
7434
  "doc": {
7435
7435
  "__schema": "DocSchema",
7436
7436
  "location": {
7437
7437
  "filePath": "generator.main.runtime.ts",
7438
- "line": 248,
7438
+ "line": 249,
7439
7439
  "character": 3
7440
7440
  },
7441
7441
  "raw": "/**\n * returns a specific workspace template.\n */",
@@ -7448,7 +7448,7 @@
7448
7448
  "__schema": "ParameterSchema",
7449
7449
  "location": {
7450
7450
  "filePath": "generator.main.runtime.ts",
7451
- "line": 252,
7451
+ "line": 253,
7452
7452
  "character": 5
7453
7453
  },
7454
7454
  "name": "name",
@@ -7456,7 +7456,7 @@
7456
7456
  "__schema": "KeywordTypeSchema",
7457
7457
  "location": {
7458
7458
  "filePath": "generator.main.runtime.ts",
7459
- "line": 252,
7459
+ "line": 253,
7460
7460
  "character": 11
7461
7461
  },
7462
7462
  "name": "string"
@@ -7468,7 +7468,7 @@
7468
7468
  "__schema": "ParameterSchema",
7469
7469
  "location": {
7470
7470
  "filePath": "generator.main.runtime.ts",
7471
- "line": 253,
7471
+ "line": 254,
7472
7472
  "character": 5
7473
7473
  },
7474
7474
  "name": "aspectId",
@@ -7476,7 +7476,7 @@
7476
7476
  "__schema": "KeywordTypeSchema",
7477
7477
  "location": {
7478
7478
  "filePath": "generator.main.runtime.ts",
7479
- "line": 253,
7479
+ "line": 254,
7480
7480
  "character": 16
7481
7481
  },
7482
7482
  "name": "string"
@@ -7489,7 +7489,7 @@
7489
7489
  "__schema": "TypeRefSchema",
7490
7490
  "location": {
7491
7491
  "filePath": "generator.main.runtime.ts",
7492
- "line": 254,
7492
+ "line": 255,
7493
7493
  "character": 6
7494
7494
  },
7495
7495
  "name": "Promise",
@@ -7498,7 +7498,7 @@
7498
7498
  "__schema": "TypeLiteralSchema",
7499
7499
  "location": {
7500
7500
  "filePath": "generator.main.runtime.ts",
7501
- "line": 254,
7501
+ "line": 255,
7502
7502
  "character": 14
7503
7503
  },
7504
7504
  "members": [
@@ -7506,7 +7506,7 @@
7506
7506
  "__schema": "VariableLikeSchema",
7507
7507
  "location": {
7508
7508
  "filePath": "generator.main.runtime.ts",
7509
- "line": 254,
7509
+ "line": 255,
7510
7510
  "character": 16
7511
7511
  },
7512
7512
  "signature": "(property) workspaceTemplate: WorkspaceTemplate",
@@ -7515,7 +7515,7 @@
7515
7515
  "__schema": "TypeRefSchema",
7516
7516
  "location": {
7517
7517
  "filePath": "generator.main.runtime.ts",
7518
- "line": 254,
7518
+ "line": 255,
7519
7519
  "character": 16
7520
7520
  },
7521
7521
  "name": "WorkspaceTemplate"
@@ -7526,7 +7526,7 @@
7526
7526
  "__schema": "VariableLikeSchema",
7527
7527
  "location": {
7528
7528
  "filePath": "generator.main.runtime.ts",
7529
- "line": 254,
7529
+ "line": 255,
7530
7530
  "character": 54
7531
7531
  },
7532
7532
  "signature": "(property) aspect?: Component | undefined",
@@ -7535,7 +7535,7 @@
7535
7535
  "__schema": "TypeRefSchema",
7536
7536
  "location": {
7537
7537
  "filePath": "generator.main.runtime.ts",
7538
- "line": 254,
7538
+ "line": 255,
7539
7539
  "character": 63
7540
7540
  },
7541
7541
  "name": "Component",
@@ -7558,7 +7558,7 @@
7558
7558
  "__schema": "FunctionLikeSchema",
7559
7559
  "location": {
7560
7560
  "filePath": "generator.main.runtime.ts",
7561
- "line": 274,
7561
+ "line": 275,
7562
7562
  "character": 3
7563
7563
  },
7564
7564
  "signature": "(method) GeneratorMain.searchRegisteredWorkspaceTemplate(name?: string, aspectId?: string, remoteEnvsAspect?: EnvsMain): Promise<WorkspaceTemplate | undefined>",
@@ -7568,7 +7568,7 @@
7568
7568
  "__schema": "ParameterSchema",
7569
7569
  "location": {
7570
7570
  "filePath": "generator.main.runtime.ts",
7571
- "line": 275,
7571
+ "line": 276,
7572
7572
  "character": 5
7573
7573
  },
7574
7574
  "name": "name",
@@ -7576,7 +7576,7 @@
7576
7576
  "__schema": "KeywordTypeSchema",
7577
7577
  "location": {
7578
7578
  "filePath": "generator.main.runtime.ts",
7579
- "line": 275,
7579
+ "line": 276,
7580
7580
  "character": 12
7581
7581
  },
7582
7582
  "name": "string"
@@ -7588,7 +7588,7 @@
7588
7588
  "__schema": "ParameterSchema",
7589
7589
  "location": {
7590
7590
  "filePath": "generator.main.runtime.ts",
7591
- "line": 276,
7591
+ "line": 277,
7592
7592
  "character": 5
7593
7593
  },
7594
7594
  "name": "aspectId",
@@ -7596,7 +7596,7 @@
7596
7596
  "__schema": "KeywordTypeSchema",
7597
7597
  "location": {
7598
7598
  "filePath": "generator.main.runtime.ts",
7599
- "line": 276,
7599
+ "line": 277,
7600
7600
  "character": 16
7601
7601
  },
7602
7602
  "name": "string"
@@ -7608,7 +7608,7 @@
7608
7608
  "__schema": "ParameterSchema",
7609
7609
  "location": {
7610
7610
  "filePath": "generator.main.runtime.ts",
7611
- "line": 277,
7611
+ "line": 278,
7612
7612
  "character": 5
7613
7613
  },
7614
7614
  "name": "remoteEnvsAspect",
@@ -7616,7 +7616,7 @@
7616
7616
  "__schema": "TypeRefSchema",
7617
7617
  "location": {
7618
7618
  "filePath": "generator.main.runtime.ts",
7619
- "line": 277,
7619
+ "line": 278,
7620
7620
  "character": 24
7621
7621
  },
7622
7622
  "name": "EnvsMain",
@@ -7633,7 +7633,7 @@
7633
7633
  "__schema": "TypeRefSchema",
7634
7634
  "location": {
7635
7635
  "filePath": "generator.main.runtime.ts",
7636
- "line": 278,
7636
+ "line": 279,
7637
7637
  "character": 6
7638
7638
  },
7639
7639
  "name": "Promise",
@@ -7642,7 +7642,7 @@
7642
7642
  "__schema": "TypeUnionSchema",
7643
7643
  "location": {
7644
7644
  "filePath": "generator.main.runtime.ts",
7645
- "line": 278,
7645
+ "line": 279,
7646
7646
  "character": 14
7647
7647
  },
7648
7648
  "types": [
@@ -7650,7 +7650,7 @@
7650
7650
  "__schema": "TypeRefSchema",
7651
7651
  "location": {
7652
7652
  "filePath": "generator.main.runtime.ts",
7653
- "line": 278,
7653
+ "line": 279,
7654
7654
  "character": 14
7655
7655
  },
7656
7656
  "name": "WorkspaceTemplate"
@@ -7659,7 +7659,7 @@
7659
7659
  "__schema": "KeywordTypeSchema",
7660
7660
  "location": {
7661
7661
  "filePath": "generator.main.runtime.ts",
7662
- "line": 278,
7662
+ "line": 279,
7663
7663
  "character": 34
7664
7664
  },
7665
7665
  "name": "undefined"
@@ -7676,7 +7676,7 @@
7676
7676
  "__schema": "FunctionLikeSchema",
7677
7677
  "location": {
7678
7678
  "filePath": "generator.main.runtime.ts",
7679
- "line": 295,
7679
+ "line": 296,
7680
7680
  "character": 3
7681
7681
  },
7682
7682
  "signature": "(method) GeneratorMain.generateComponentTemplate(componentNames: string[], templateName: string, options: Partial<CreateOptions>): Promise<GenerateResult[]>",
@@ -7686,7 +7686,7 @@
7686
7686
  "__schema": "ParameterSchema",
7687
7687
  "location": {
7688
7688
  "filePath": "generator.main.runtime.ts",
7689
- "line": 296,
7689
+ "line": 297,
7690
7690
  "character": 5
7691
7691
  },
7692
7692
  "name": "componentNames",
@@ -7694,14 +7694,14 @@
7694
7694
  "__schema": "TypeArraySchema",
7695
7695
  "location": {
7696
7696
  "filePath": "generator.main.runtime.ts",
7697
- "line": 296,
7697
+ "line": 297,
7698
7698
  "character": 21
7699
7699
  },
7700
7700
  "type": {
7701
7701
  "__schema": "KeywordTypeSchema",
7702
7702
  "location": {
7703
7703
  "filePath": "generator.main.runtime.ts",
7704
- "line": 296,
7704
+ "line": 297,
7705
7705
  "character": 21
7706
7706
  },
7707
7707
  "name": "string"
@@ -7714,7 +7714,7 @@
7714
7714
  "__schema": "ParameterSchema",
7715
7715
  "location": {
7716
7716
  "filePath": "generator.main.runtime.ts",
7717
- "line": 297,
7717
+ "line": 298,
7718
7718
  "character": 5
7719
7719
  },
7720
7720
  "name": "templateName",
@@ -7722,7 +7722,7 @@
7722
7722
  "__schema": "KeywordTypeSchema",
7723
7723
  "location": {
7724
7724
  "filePath": "generator.main.runtime.ts",
7725
- "line": 297,
7725
+ "line": 298,
7726
7726
  "character": 19
7727
7727
  },
7728
7728
  "name": "string"
@@ -7734,7 +7734,7 @@
7734
7734
  "__schema": "ParameterSchema",
7735
7735
  "location": {
7736
7736
  "filePath": "generator.main.runtime.ts",
7737
- "line": 298,
7737
+ "line": 299,
7738
7738
  "character": 5
7739
7739
  },
7740
7740
  "name": "options",
@@ -7742,7 +7742,7 @@
7742
7742
  "__schema": "TypeRefSchema",
7743
7743
  "location": {
7744
7744
  "filePath": "generator.main.runtime.ts",
7745
- "line": 298,
7745
+ "line": 299,
7746
7746
  "character": 14
7747
7747
  },
7748
7748
  "name": "Partial",
@@ -7751,7 +7751,7 @@
7751
7751
  "__schema": "TypeRefSchema",
7752
7752
  "location": {
7753
7753
  "filePath": "generator.main.runtime.ts",
7754
- "line": 298,
7754
+ "line": 299,
7755
7755
  "character": 22
7756
7756
  },
7757
7757
  "name": "CreateOptions",
@@ -7767,7 +7767,7 @@
7767
7767
  "__schema": "TypeRefSchema",
7768
7768
  "location": {
7769
7769
  "filePath": "generator.main.runtime.ts",
7770
- "line": 299,
7770
+ "line": 300,
7771
7771
  "character": 6
7772
7772
  },
7773
7773
  "name": "Promise",
@@ -7776,14 +7776,14 @@
7776
7776
  "__schema": "TypeArraySchema",
7777
7777
  "location": {
7778
7778
  "filePath": "generator.main.runtime.ts",
7779
- "line": 299,
7779
+ "line": 300,
7780
7780
  "character": 14
7781
7781
  },
7782
7782
  "type": {
7783
7783
  "__schema": "TypeRefSchema",
7784
7784
  "location": {
7785
7785
  "filePath": "generator.main.runtime.ts",
7786
- "line": 299,
7786
+ "line": 300,
7787
7787
  "character": 14
7788
7788
  },
7789
7789
  "name": "GenerateResult"
@@ -7799,7 +7799,7 @@
7799
7799
  "__schema": "FunctionLikeSchema",
7800
7800
  "location": {
7801
7801
  "filePath": "generator.main.runtime.ts",
7802
- "line": 353,
7802
+ "line": 354,
7803
7803
  "character": 3
7804
7804
  },
7805
7805
  "signature": "(method) GeneratorMain.generateWorkspaceTemplate(workspaceName: string, templateName: string, options: NewOptions & {\n aspect?: string;\n currentDir?: boolean;\n}): Promise<GenerateWorkspaceTemplateResult>",
@@ -7809,7 +7809,7 @@
7809
7809
  "__schema": "ParameterSchema",
7810
7810
  "location": {
7811
7811
  "filePath": "generator.main.runtime.ts",
7812
- "line": 354,
7812
+ "line": 355,
7813
7813
  "character": 5
7814
7814
  },
7815
7815
  "name": "workspaceName",
@@ -7817,7 +7817,7 @@
7817
7817
  "__schema": "KeywordTypeSchema",
7818
7818
  "location": {
7819
7819
  "filePath": "generator.main.runtime.ts",
7820
- "line": 354,
7820
+ "line": 355,
7821
7821
  "character": 20
7822
7822
  },
7823
7823
  "name": "string"
@@ -7829,7 +7829,7 @@
7829
7829
  "__schema": "ParameterSchema",
7830
7830
  "location": {
7831
7831
  "filePath": "generator.main.runtime.ts",
7832
- "line": 355,
7832
+ "line": 356,
7833
7833
  "character": 5
7834
7834
  },
7835
7835
  "name": "templateName",
@@ -7837,7 +7837,7 @@
7837
7837
  "__schema": "KeywordTypeSchema",
7838
7838
  "location": {
7839
7839
  "filePath": "generator.main.runtime.ts",
7840
- "line": 355,
7840
+ "line": 356,
7841
7841
  "character": 19
7842
7842
  },
7843
7843
  "name": "string"
@@ -7849,7 +7849,7 @@
7849
7849
  "__schema": "ParameterSchema",
7850
7850
  "location": {
7851
7851
  "filePath": "generator.main.runtime.ts",
7852
- "line": 356,
7852
+ "line": 357,
7853
7853
  "character": 5
7854
7854
  },
7855
7855
  "name": "options",
@@ -7857,7 +7857,7 @@
7857
7857
  "__schema": "TypeIntersectionSchema",
7858
7858
  "location": {
7859
7859
  "filePath": "generator.main.runtime.ts",
7860
- "line": 356,
7860
+ "line": 357,
7861
7861
  "character": 14
7862
7862
  },
7863
7863
  "types": [
@@ -7865,7 +7865,7 @@
7865
7865
  "__schema": "TypeRefSchema",
7866
7866
  "location": {
7867
7867
  "filePath": "generator.main.runtime.ts",
7868
- "line": 356,
7868
+ "line": 357,
7869
7869
  "character": 14
7870
7870
  },
7871
7871
  "name": "NewOptions",
@@ -7875,7 +7875,7 @@
7875
7875
  "__schema": "TypeLiteralSchema",
7876
7876
  "location": {
7877
7877
  "filePath": "generator.main.runtime.ts",
7878
- "line": 356,
7878
+ "line": 357,
7879
7879
  "character": 27
7880
7880
  },
7881
7881
  "members": [
@@ -7883,7 +7883,7 @@
7883
7883
  "__schema": "VariableLikeSchema",
7884
7884
  "location": {
7885
7885
  "filePath": "generator.main.runtime.ts",
7886
- "line": 356,
7886
+ "line": 357,
7887
7887
  "character": 29
7888
7888
  },
7889
7889
  "signature": "(property) aspect?: string | undefined",
@@ -7892,7 +7892,7 @@
7892
7892
  "__schema": "KeywordTypeSchema",
7893
7893
  "location": {
7894
7894
  "filePath": "generator.main.runtime.ts",
7895
- "line": 356,
7895
+ "line": 357,
7896
7896
  "character": 38
7897
7897
  },
7898
7898
  "name": "string"
@@ -7903,7 +7903,7 @@
7903
7903
  "__schema": "VariableLikeSchema",
7904
7904
  "location": {
7905
7905
  "filePath": "generator.main.runtime.ts",
7906
- "line": 356,
7906
+ "line": 357,
7907
7907
  "character": 46
7908
7908
  },
7909
7909
  "signature": "(property) currentDir?: boolean | undefined",
@@ -7912,7 +7912,7 @@
7912
7912
  "__schema": "KeywordTypeSchema",
7913
7913
  "location": {
7914
7914
  "filePath": "generator.main.runtime.ts",
7915
- "line": 356,
7915
+ "line": 357,
7916
7916
  "character": 59
7917
7917
  },
7918
7918
  "name": "boolean"
@@ -7931,7 +7931,7 @@
7931
7931
  "__schema": "TypeRefSchema",
7932
7932
  "location": {
7933
7933
  "filePath": "generator.main.runtime.ts",
7934
- "line": 357,
7934
+ "line": 358,
7935
7935
  "character": 6
7936
7936
  },
7937
7937
  "name": "Promise",
@@ -7940,7 +7940,7 @@
7940
7940
  "__schema": "TypeRefSchema",
7941
7941
  "location": {
7942
7942
  "filePath": "generator.main.runtime.ts",
7943
- "line": 357,
7943
+ "line": 358,
7944
7944
  "character": 14
7945
7945
  },
7946
7946
  "name": "GenerateWorkspaceTemplateResult",
@@ -7956,14 +7956,14 @@
7956
7956
  "__schema": "FunctionLikeSchema",
7957
7957
  "location": {
7958
7958
  "filePath": "generator.main.runtime.ts",
7959
- "line": 423,
7959
+ "line": 424,
7960
7960
  "character": 3
7961
7961
  },
7962
7962
  "doc": {
7963
7963
  "__schema": "DocSchema",
7964
7964
  "location": {
7965
7965
  "filePath": "generator.main.runtime.ts",
7966
- "line": 420,
7966
+ "line": 421,
7967
7967
  "character": 3
7968
7968
  },
7969
7969
  "raw": "/**\n * list all starter templates registered by an env.\n */",
@@ -7976,7 +7976,7 @@
7976
7976
  "__schema": "ParameterSchema",
7977
7977
  "location": {
7978
7978
  "filePath": "generator.main.runtime.ts",
7979
- "line": 423,
7979
+ "line": 424,
7980
7980
  "character": 35
7981
7981
  },
7982
7982
  "name": "envId",
@@ -7984,7 +7984,7 @@
7984
7984
  "__schema": "KeywordTypeSchema",
7985
7985
  "location": {
7986
7986
  "filePath": "generator.main.runtime.ts",
7987
- "line": 423,
7987
+ "line": 424,
7988
7988
  "character": 42
7989
7989
  },
7990
7990
  "name": "string"
@@ -7996,7 +7996,7 @@
7996
7996
  "__schema": "ParameterSchema",
7997
7997
  "location": {
7998
7998
  "filePath": "generator.main.runtime.ts",
7999
- "line": 423,
7999
+ "line": 424,
8000
8000
  "character": 50
8001
8001
  },
8002
8002
  "name": "remoteEnvsAspect",
@@ -8004,7 +8004,7 @@
8004
8004
  "__schema": "TypeRefSchema",
8005
8005
  "location": {
8006
8006
  "filePath": "generator.main.runtime.ts",
8007
- "line": 423,
8007
+ "line": 424,
8008
8008
  "character": 69
8009
8009
  },
8010
8010
  "name": "EnvsMain",
@@ -8021,7 +8021,7 @@
8021
8021
  "__schema": "TypeRefSchema",
8022
8022
  "location": {
8023
8023
  "filePath": "generator.main.runtime.ts",
8024
- "line": 423,
8024
+ "line": 424,
8025
8025
  "character": 80
8026
8026
  },
8027
8027
  "name": "Promise",
@@ -8030,7 +8030,7 @@
8030
8030
  "__schema": "TypeRefSchema",
8031
8031
  "location": {
8032
8032
  "filePath": "generator.main.runtime.ts",
8033
- "line": 423,
8033
+ "line": 424,
8034
8034
  "character": 88
8035
8035
  },
8036
8036
  "name": "Array",
@@ -8039,7 +8039,7 @@
8039
8039
  "__schema": "TypeRefSchema",
8040
8040
  "location": {
8041
8041
  "filePath": "generator.main.runtime.ts",
8042
- "line": 423,
8042
+ "line": 424,
8043
8043
  "character": 94
8044
8044
  },
8045
8045
  "name": "WorkspaceTemplateWithId",
@@ -8057,14 +8057,14 @@
8057
8057
  "__schema": "FunctionLikeSchema",
8058
8058
  "location": {
8059
8059
  "filePath": "generator.main.runtime.ts",
8060
- "line": 444,
8060
+ "line": 445,
8061
8061
  "character": 3
8062
8062
  },
8063
8063
  "doc": {
8064
8064
  "__schema": "DocSchema",
8065
8065
  "location": {
8066
8066
  "filePath": "generator.main.runtime.ts",
8067
- "line": 441,
8067
+ "line": 442,
8068
8068
  "character": 3
8069
8069
  },
8070
8070
  "raw": "/**\n * list all component templates registered by an env.\n */",
@@ -8077,7 +8077,7 @@
8077
8077
  "__schema": "ParameterSchema",
8078
8078
  "location": {
8079
8079
  "filePath": "generator.main.runtime.ts",
8080
- "line": 444,
8080
+ "line": 445,
8081
8081
  "character": 45
8082
8082
  },
8083
8083
  "name": "ids",
@@ -8085,14 +8085,14 @@
8085
8085
  "__schema": "TypeArraySchema",
8086
8086
  "location": {
8087
8087
  "filePath": "generator.main.runtime.ts",
8088
- "line": 444,
8088
+ "line": 445,
8089
8089
  "character": 50
8090
8090
  },
8091
8091
  "type": {
8092
8092
  "__schema": "KeywordTypeSchema",
8093
8093
  "location": {
8094
8094
  "filePath": "generator.main.runtime.ts",
8095
- "line": 444,
8095
+ "line": 445,
8096
8096
  "character": 50
8097
8097
  },
8098
8098
  "name": "string"
@@ -8106,7 +8106,7 @@
8106
8106
  "__schema": "ParameterSchema",
8107
8107
  "location": {
8108
8108
  "filePath": "generator.main.runtime.ts",
8109
- "line": 444,
8109
+ "line": 445,
8110
8110
  "character": 65
8111
8111
  },
8112
8112
  "name": "aspectId",
@@ -8114,7 +8114,7 @@
8114
8114
  "__schema": "KeywordTypeSchema",
8115
8115
  "location": {
8116
8116
  "filePath": "generator.main.runtime.ts",
8117
- "line": 444,
8117
+ "line": 445,
8118
8118
  "character": 76
8119
8119
  },
8120
8120
  "name": "string"
@@ -8127,7 +8127,7 @@
8127
8127
  "__schema": "TypeRefSchema",
8128
8128
  "location": {
8129
8129
  "filePath": "generator.main.runtime.ts",
8130
- "line": 444,
8130
+ "line": 445,
8131
8131
  "character": 85
8132
8132
  },
8133
8133
  "name": "Promise",
@@ -8136,14 +8136,14 @@
8136
8136
  "__schema": "TypeArraySchema",
8137
8137
  "location": {
8138
8138
  "filePath": "generator.main.runtime.ts",
8139
- "line": 444,
8139
+ "line": 445,
8140
8140
  "character": 93
8141
8141
  },
8142
8142
  "type": {
8143
8143
  "__schema": "TypeRefSchema",
8144
8144
  "location": {
8145
8145
  "filePath": "generator.main.runtime.ts",
8146
- "line": 444,
8146
+ "line": 445,
8147
8147
  "character": 93
8148
8148
  },
8149
8149
  "name": "TemplateDescriptor",
@@ -8160,7 +8160,7 @@
8160
8160
  "__schema": "FunctionLikeSchema",
8161
8161
  "location": {
8162
8162
  "filePath": "generator.main.runtime.ts",
8163
- "line": 458,
8163
+ "line": 459,
8164
8164
  "character": 3
8165
8165
  },
8166
8166
  "signature": "(method) GeneratorMain.getConfiguredEnvs(): string[]",
@@ -8170,14 +8170,14 @@
8170
8170
  "__schema": "TypeArraySchema",
8171
8171
  "location": {
8172
8172
  "filePath": "generator.main.runtime.ts",
8173
- "line": 458,
8173
+ "line": 459,
8174
8174
  "character": 24
8175
8175
  },
8176
8176
  "type": {
8177
8177
  "__schema": "KeywordTypeSchema",
8178
8178
  "location": {
8179
8179
  "filePath": "generator.main.runtime.ts",
8180
- "line": 458,
8180
+ "line": 459,
8181
8181
  "character": 24
8182
8182
  },
8183
8183
  "name": "string"
@@ -8189,7 +8189,7 @@
8189
8189
  "__schema": "FunctionLikeSchema",
8190
8190
  "location": {
8191
8191
  "filePath": "generator.main.runtime.ts",
8192
- "line": 462,
8192
+ "line": 463,
8193
8193
  "character": 3
8194
8194
  },
8195
8195
  "signature": "(method) GeneratorMain.listEnvComponentTemplates(ids?: string[], aspectId?: string): Promise<Array<ComponentTemplateWithId>>",
@@ -8199,7 +8199,7 @@
8199
8199
  "__schema": "ParameterSchema",
8200
8200
  "location": {
8201
8201
  "filePath": "generator.main.runtime.ts",
8202
- "line": 462,
8202
+ "line": 463,
8203
8203
  "character": 35
8204
8204
  },
8205
8205
  "name": "ids",
@@ -8207,14 +8207,14 @@
8207
8207
  "__schema": "TypeArraySchema",
8208
8208
  "location": {
8209
8209
  "filePath": "generator.main.runtime.ts",
8210
- "line": 462,
8210
+ "line": 463,
8211
8211
  "character": 40
8212
8212
  },
8213
8213
  "type": {
8214
8214
  "__schema": "KeywordTypeSchema",
8215
8215
  "location": {
8216
8216
  "filePath": "generator.main.runtime.ts",
8217
- "line": 462,
8217
+ "line": 463,
8218
8218
  "character": 40
8219
8219
  },
8220
8220
  "name": "string"
@@ -8228,7 +8228,7 @@
8228
8228
  "__schema": "ParameterSchema",
8229
8229
  "location": {
8230
8230
  "filePath": "generator.main.runtime.ts",
8231
- "line": 462,
8231
+ "line": 463,
8232
8232
  "character": 55
8233
8233
  },
8234
8234
  "name": "aspectId",
@@ -8236,7 +8236,7 @@
8236
8236
  "__schema": "KeywordTypeSchema",
8237
8237
  "location": {
8238
8238
  "filePath": "generator.main.runtime.ts",
8239
- "line": 462,
8239
+ "line": 463,
8240
8240
  "character": 66
8241
8241
  },
8242
8242
  "name": "string"
@@ -8249,7 +8249,7 @@
8249
8249
  "__schema": "TypeRefSchema",
8250
8250
  "location": {
8251
8251
  "filePath": "generator.main.runtime.ts",
8252
- "line": 462,
8252
+ "line": 463,
8253
8253
  "character": 75
8254
8254
  },
8255
8255
  "name": "Promise",
@@ -8258,7 +8258,7 @@
8258
8258
  "__schema": "TypeRefSchema",
8259
8259
  "location": {
8260
8260
  "filePath": "generator.main.runtime.ts",
8261
- "line": 462,
8261
+ "line": 463,
8262
8262
  "character": 83
8263
8263
  },
8264
8264
  "name": "Array",
@@ -8267,7 +8267,7 @@
8267
8267
  "__schema": "TypeRefSchema",
8268
8268
  "location": {
8269
8269
  "filePath": "generator.main.runtime.ts",
8270
- "line": 462,
8270
+ "line": 463,
8271
8271
  "character": 89
8272
8272
  },
8273
8273
  "name": "ComponentTemplateWithId",
@@ -8285,7 +8285,7 @@
8285
8285
  "__schema": "FunctionLikeSchema",
8286
8286
  "location": {
8287
8287
  "filePath": "generator.main.runtime.ts",
8288
- "line": 489,
8288
+ "line": 490,
8289
8289
  "character": 3
8290
8290
  },
8291
8291
  "signature": "(method) GeneratorMain.loadEnvs(ids?: string[], remoteEnvsAspect?: EnvsMain): Promise<EnvDefinition[]>",
@@ -8295,7 +8295,7 @@
8295
8295
  "__schema": "ParameterSchema",
8296
8296
  "location": {
8297
8297
  "filePath": "generator.main.runtime.ts",
8298
- "line": 489,
8298
+ "line": 490,
8299
8299
  "character": 18
8300
8300
  },
8301
8301
  "name": "ids",
@@ -8303,14 +8303,14 @@
8303
8303
  "__schema": "TypeArraySchema",
8304
8304
  "location": {
8305
8305
  "filePath": "generator.main.runtime.ts",
8306
- "line": 489,
8306
+ "line": 490,
8307
8307
  "character": 23
8308
8308
  },
8309
8309
  "type": {
8310
8310
  "__schema": "KeywordTypeSchema",
8311
8311
  "location": {
8312
8312
  "filePath": "generator.main.runtime.ts",
8313
- "line": 489,
8313
+ "line": 490,
8314
8314
  "character": 23
8315
8315
  },
8316
8316
  "name": "string"
@@ -8324,7 +8324,7 @@
8324
8324
  "__schema": "ParameterSchema",
8325
8325
  "location": {
8326
8326
  "filePath": "generator.main.runtime.ts",
8327
- "line": 489,
8327
+ "line": 490,
8328
8328
  "character": 58
8329
8329
  },
8330
8330
  "name": "remoteEnvsAspect",
@@ -8332,7 +8332,7 @@
8332
8332
  "__schema": "TypeRefSchema",
8333
8333
  "location": {
8334
8334
  "filePath": "generator.main.runtime.ts",
8335
- "line": 489,
8335
+ "line": 490,
8336
8336
  "character": 77
8337
8337
  },
8338
8338
  "name": "EnvsMain",
@@ -8349,7 +8349,7 @@
8349
8349
  "__schema": "TypeRefSchema",
8350
8350
  "location": {
8351
8351
  "filePath": "generator.main.runtime.ts",
8352
- "line": 489,
8352
+ "line": 490,
8353
8353
  "character": 88
8354
8354
  },
8355
8355
  "name": "Promise",
@@ -8358,14 +8358,14 @@
8358
8358
  "__schema": "TypeArraySchema",
8359
8359
  "location": {
8360
8360
  "filePath": "generator.main.runtime.ts",
8361
- "line": 489,
8361
+ "line": 490,
8362
8362
  "character": 96
8363
8363
  },
8364
8364
  "type": {
8365
8365
  "__schema": "TypeRefSchema",
8366
8366
  "location": {
8367
8367
  "filePath": "generator.main.runtime.ts",
8368
- "line": 489,
8368
+ "line": 490,
8369
8369
  "character": 96
8370
8370
  },
8371
8371
  "name": "EnvDefinition",
@@ -8385,7 +8385,7 @@
8385
8385
  "__schema": "FunctionLikeSchema",
8386
8386
  "location": {
8387
8387
  "filePath": "generator.main.runtime.ts",
8388
- "line": 509,
8388
+ "line": 510,
8389
8389
  "character": 3
8390
8390
  },
8391
8391
  "signature": "(method) GeneratorMain.loadAspects(): Promise<void>",
@@ -8395,7 +8395,7 @@
8395
8395
  "__schema": "InferenceTypeSchema",
8396
8396
  "location": {
8397
8397
  "filePath": "generator.main.runtime.ts",
8398
- "line": 509,
8398
+ "line": 510,
8399
8399
  "character": 3
8400
8400
  },
8401
8401
  "type": "Promise<void>"
@@ -8408,7 +8408,7 @@
8408
8408
  "__schema": "VariableLikeSchema",
8409
8409
  "location": {
8410
8410
  "filePath": "generator.main.runtime.ts",
8411
- "line": 515,
8411
+ "line": 516,
8412
8412
  "character": 3
8413
8413
  },
8414
8414
  "signature": "(property) GeneratorMain.slots: (((registerFn: () => string) => SlotRegistry<ComponentTemplate[]>) | ((registerFn: () => string) => SlotRegistry<WorkspaceTemplate[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -8417,7 +8417,7 @@
8417
8417
  "__schema": "InferenceTypeSchema",
8418
8418
  "location": {
8419
8419
  "filePath": "generator.main.runtime.ts",
8420
- "line": 515,
8420
+ "line": 516,
8421
8421
  "character": 3
8422
8422
  },
8423
8423
  "type": "(((registerFn: () => string) => SlotRegistry<ComponentTemplate[]>) | ((registerFn: () => string) => SlotRegistry<WorkspaceTemplate[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -8429,7 +8429,7 @@
8429
8429
  "__schema": "VariableLikeSchema",
8430
8430
  "location": {
8431
8431
  "filePath": "generator.main.runtime.ts",
8432
- "line": 521,
8432
+ "line": 522,
8433
8433
  "character": 3
8434
8434
  },
8435
8435
  "signature": "(property) GeneratorMain.dependencies: Aspect[]",
@@ -8438,7 +8438,7 @@
8438
8438
  "__schema": "InferenceTypeSchema",
8439
8439
  "location": {
8440
8440
  "filePath": "generator.main.runtime.ts",
8441
- "line": 521,
8441
+ "line": 522,
8442
8442
  "character": 3
8443
8443
  },
8444
8444
  "type": "Aspect[]"
@@ -8450,7 +8450,7 @@
8450
8450
  "__schema": "VariableLikeSchema",
8451
8451
  "location": {
8452
8452
  "filePath": "generator.main.runtime.ts",
8453
- "line": 535,
8453
+ "line": 536,
8454
8454
  "character": 3
8455
8455
  },
8456
8456
  "signature": "(property) GeneratorMain.runtime: RuntimeDefinition",
@@ -8459,7 +8459,7 @@
8459
8459
  "__schema": "InferenceTypeSchema",
8460
8460
  "location": {
8461
8461
  "filePath": "generator.main.runtime.ts",
8462
- "line": 535,
8462
+ "line": 536,
8463
8463
  "character": 3
8464
8464
  },
8465
8465
  "type": "RuntimeDefinition"
@@ -8471,7 +8471,7 @@
8471
8471
  "__schema": "FunctionLikeSchema",
8472
8472
  "location": {
8473
8473
  "filePath": "generator.main.runtime.ts",
8474
- "line": 537,
8474
+ "line": 538,
8475
8475
  "character": 3
8476
8476
  },
8477
8477
  "signature": "(method) GeneratorMain.provider([workspace, cli, graphql, envs, aspectLoader, newComponentHelper, componentAspect, tracker, loggerMain, git, wsConfigFiles,]: [\n Workspace,\n CLIMain,\n GraphqlMain,\n EnvsMain,\n AspectLoaderMain,\n NewComponentHelperMain,\n ComponentMain,\n TrackerMain,\n LoggerMain,\n GitMain,\n WorkspaceConfigFilesMain\n], config: GeneratorConfig, [componentTemplateSlot, workspaceTemplateSlot, onComponentCreateSlot]: [\n ComponentTemplateSlot,\n WorkspaceTemplateSlot,\n OnComponentCreateSlot\n]): Promise<GeneratorMain>",
@@ -8481,7 +8481,7 @@
8481
8481
  "__schema": "ParameterSchema",
8482
8482
  "location": {
8483
8483
  "filePath": "generator.main.runtime.ts",
8484
- "line": 538,
8484
+ "line": 539,
8485
8485
  "character": 5
8486
8486
  },
8487
8487
  "name": "[ workspace, cli, graphql, envs, aspectLoader, newComponentHelper, componentAspect, tracker, loggerMain, git, wsConfigFiles ]",
@@ -8489,7 +8489,7 @@
8489
8489
  "__schema": "TupleTypeSchema",
8490
8490
  "location": {
8491
8491
  "filePath": "generator.main.runtime.ts",
8492
- "line": 550,
8492
+ "line": 551,
8493
8493
  "character": 8
8494
8494
  },
8495
8495
  "elements": [
@@ -8497,7 +8497,7 @@
8497
8497
  "__schema": "TypeRefSchema",
8498
8498
  "location": {
8499
8499
  "filePath": "generator.main.runtime.ts",
8500
- "line": 551,
8500
+ "line": 552,
8501
8501
  "character": 7
8502
8502
  },
8503
8503
  "name": "Workspace",
@@ -8510,7 +8510,7 @@
8510
8510
  "__schema": "TypeRefSchema",
8511
8511
  "location": {
8512
8512
  "filePath": "generator.main.runtime.ts",
8513
- "line": 552,
8513
+ "line": 553,
8514
8514
  "character": 7
8515
8515
  },
8516
8516
  "name": "CLIMain",
@@ -8523,7 +8523,7 @@
8523
8523
  "__schema": "TypeRefSchema",
8524
8524
  "location": {
8525
8525
  "filePath": "generator.main.runtime.ts",
8526
- "line": 553,
8526
+ "line": 554,
8527
8527
  "character": 7
8528
8528
  },
8529
8529
  "name": "GraphqlMain",
@@ -8536,7 +8536,7 @@
8536
8536
  "__schema": "TypeRefSchema",
8537
8537
  "location": {
8538
8538
  "filePath": "generator.main.runtime.ts",
8539
- "line": 554,
8539
+ "line": 555,
8540
8540
  "character": 7
8541
8541
  },
8542
8542
  "name": "EnvsMain",
@@ -8549,7 +8549,7 @@
8549
8549
  "__schema": "TypeRefSchema",
8550
8550
  "location": {
8551
8551
  "filePath": "generator.main.runtime.ts",
8552
- "line": 555,
8552
+ "line": 556,
8553
8553
  "character": 7
8554
8554
  },
8555
8555
  "name": "AspectLoaderMain",
@@ -8562,7 +8562,7 @@
8562
8562
  "__schema": "TypeRefSchema",
8563
8563
  "location": {
8564
8564
  "filePath": "generator.main.runtime.ts",
8565
- "line": 556,
8565
+ "line": 557,
8566
8566
  "character": 7
8567
8567
  },
8568
8568
  "name": "NewComponentHelperMain",
@@ -8575,7 +8575,7 @@
8575
8575
  "__schema": "TypeRefSchema",
8576
8576
  "location": {
8577
8577
  "filePath": "generator.main.runtime.ts",
8578
- "line": 557,
8578
+ "line": 558,
8579
8579
  "character": 7
8580
8580
  },
8581
8581
  "name": "ComponentMain",
@@ -8588,7 +8588,7 @@
8588
8588
  "__schema": "TypeRefSchema",
8589
8589
  "location": {
8590
8590
  "filePath": "generator.main.runtime.ts",
8591
- "line": 558,
8591
+ "line": 559,
8592
8592
  "character": 7
8593
8593
  },
8594
8594
  "name": "TrackerMain",
@@ -8601,7 +8601,7 @@
8601
8601
  "__schema": "TypeRefSchema",
8602
8602
  "location": {
8603
8603
  "filePath": "generator.main.runtime.ts",
8604
- "line": 559,
8604
+ "line": 560,
8605
8605
  "character": 7
8606
8606
  },
8607
8607
  "name": "LoggerMain",
@@ -8614,7 +8614,7 @@
8614
8614
  "__schema": "TypeRefSchema",
8615
8615
  "location": {
8616
8616
  "filePath": "generator.main.runtime.ts",
8617
- "line": 560,
8617
+ "line": 561,
8618
8618
  "character": 7
8619
8619
  },
8620
8620
  "name": "GitMain",
@@ -8627,7 +8627,7 @@
8627
8627
  "__schema": "TypeRefSchema",
8628
8628
  "location": {
8629
8629
  "filePath": "generator.main.runtime.ts",
8630
- "line": 561,
8630
+ "line": 562,
8631
8631
  "character": 7
8632
8632
  },
8633
8633
  "name": "WorkspaceConfigFilesMain",
@@ -8645,7 +8645,7 @@
8645
8645
  "__schema": "ParameterSchema",
8646
8646
  "location": {
8647
8647
  "filePath": "generator.main.runtime.ts",
8648
- "line": 563,
8648
+ "line": 564,
8649
8649
  "character": 5
8650
8650
  },
8651
8651
  "name": "config",
@@ -8653,7 +8653,7 @@
8653
8653
  "__schema": "TypeRefSchema",
8654
8654
  "location": {
8655
8655
  "filePath": "generator.main.runtime.ts",
8656
- "line": 563,
8656
+ "line": 564,
8657
8657
  "character": 13
8658
8658
  },
8659
8659
  "name": "GeneratorConfig",
@@ -8666,7 +8666,7 @@
8666
8666
  "__schema": "ParameterSchema",
8667
8667
  "location": {
8668
8668
  "filePath": "generator.main.runtime.ts",
8669
- "line": 564,
8669
+ "line": 565,
8670
8670
  "character": 5
8671
8671
  },
8672
8672
  "name": "[ componentTemplateSlot, workspaceTemplateSlot, onComponentCreateSlot ]",
@@ -8674,7 +8674,7 @@
8674
8674
  "__schema": "TupleTypeSchema",
8675
8675
  "location": {
8676
8676
  "filePath": "generator.main.runtime.ts",
8677
- "line": 564,
8677
+ "line": 565,
8678
8678
  "character": 76
8679
8679
  },
8680
8680
  "elements": [
@@ -8682,7 +8682,7 @@
8682
8682
  "__schema": "TypeRefSchema",
8683
8683
  "location": {
8684
8684
  "filePath": "generator.main.runtime.ts",
8685
- "line": 565,
8685
+ "line": 566,
8686
8686
  "character": 7
8687
8687
  },
8688
8688
  "name": "ComponentTemplateSlot",
@@ -8692,7 +8692,7 @@
8692
8692
  "__schema": "TypeRefSchema",
8693
8693
  "location": {
8694
8694
  "filePath": "generator.main.runtime.ts",
8695
- "line": 566,
8695
+ "line": 567,
8696
8696
  "character": 7
8697
8697
  },
8698
8698
  "name": "WorkspaceTemplateSlot",
@@ -8702,7 +8702,7 @@
8702
8702
  "__schema": "TypeRefSchema",
8703
8703
  "location": {
8704
8704
  "filePath": "generator.main.runtime.ts",
8705
- "line": 567,
8705
+ "line": 568,
8706
8706
  "character": 7
8707
8707
  },
8708
8708
  "name": "OnComponentCreateSlot",
@@ -8718,7 +8718,7 @@
8718
8718
  "__schema": "InferenceTypeSchema",
8719
8719
  "location": {
8720
8720
  "filePath": "generator.main.runtime.ts",
8721
- "line": 537,
8721
+ "line": 538,
8722
8722
  "character": 3
8723
8723
  },
8724
8724
  "type": "Promise<GeneratorMain>"
@@ -8997,7 +8997,7 @@
8997
8997
  "__schema": "UnImplementedSchema",
8998
8998
  "location": {
8999
8999
  "filePath": "generator.main.runtime.ts",
9000
- "line": 605,
9000
+ "line": 606,
9001
9001
  "character": 1
9002
9002
  },
9003
9003
  "name": "GeneratorAspect.addRuntime(GeneratorMain);",
@@ -13159,7 +13159,7 @@
13159
13159
  "componentId": {
13160
13160
  "scope": "teambit.generator",
13161
13161
  "name": "generator",
13162
- "version": "1.0.243"
13162
+ "version": "1.0.245"
13163
13163
  },
13164
13164
  "taggedModuleExports": []
13165
13165
  }