@teambit/component 1.0.227 → 1.0.228
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_component_component-preview.js +1 -1
- package/artifacts/schema.json +524 -398
- package/dist/component-factory.js.map +1 -1
- package/dist/component.js +3 -0
- package/dist/component.js.map +1 -1
- package/dist/{preview-1712719054377.js → preview-1712805335812.js} +2 -2
- package/package.json +16 -16
- package/tsconfig.json +13 -13
package/artifacts/schema.json
CHANGED
|
@@ -1020,6 +1020,27 @@
|
|
|
1020
1020
|
"line": 153,
|
|
1021
1021
|
"character": 3
|
|
1022
1022
|
},
|
|
1023
|
+
"signature": "(method) Component.getPackageName(): string",
|
|
1024
|
+
"name": "getPackageName",
|
|
1025
|
+
"params": [],
|
|
1026
|
+
"returnType": {
|
|
1027
|
+
"__schema": "KeywordTypeSchema",
|
|
1028
|
+
"location": {
|
|
1029
|
+
"filePath": "component.ts",
|
|
1030
|
+
"line": 153,
|
|
1031
|
+
"character": 21
|
|
1032
|
+
},
|
|
1033
|
+
"name": "string"
|
|
1034
|
+
},
|
|
1035
|
+
"modifiers": []
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"__schema": "FunctionLikeSchema",
|
|
1039
|
+
"location": {
|
|
1040
|
+
"filePath": "component.ts",
|
|
1041
|
+
"line": 157,
|
|
1042
|
+
"character": 3
|
|
1043
|
+
},
|
|
1023
1044
|
"signature": "(method) Component.stringify(): string",
|
|
1024
1045
|
"name": "stringify",
|
|
1025
1046
|
"params": [],
|
|
@@ -1027,7 +1048,7 @@
|
|
|
1027
1048
|
"__schema": "KeywordTypeSchema",
|
|
1028
1049
|
"location": {
|
|
1029
1050
|
"filePath": "component.ts",
|
|
1030
|
-
"line":
|
|
1051
|
+
"line": 157,
|
|
1031
1052
|
"character": 16
|
|
1032
1053
|
},
|
|
1033
1054
|
"name": "string"
|
|
@@ -1038,7 +1059,7 @@
|
|
|
1038
1059
|
"__schema": "GetAccessorSchema",
|
|
1039
1060
|
"location": {
|
|
1040
1061
|
"filePath": "component.ts",
|
|
1041
|
-
"line":
|
|
1062
|
+
"line": 177,
|
|
1042
1063
|
"character": 3
|
|
1043
1064
|
},
|
|
1044
1065
|
"signature": "(getter) Component.displayName: string",
|
|
@@ -1047,7 +1068,7 @@
|
|
|
1047
1068
|
"__schema": "InferenceTypeSchema",
|
|
1048
1069
|
"location": {
|
|
1049
1070
|
"filePath": "component.ts",
|
|
1050
|
-
"line":
|
|
1071
|
+
"line": 177,
|
|
1051
1072
|
"character": 3
|
|
1052
1073
|
},
|
|
1053
1074
|
"type": "string"
|
|
@@ -1057,14 +1078,14 @@
|
|
|
1057
1078
|
"__schema": "FunctionLikeSchema",
|
|
1058
1079
|
"location": {
|
|
1059
1080
|
"filePath": "component.ts",
|
|
1060
|
-
"line":
|
|
1081
|
+
"line": 186,
|
|
1061
1082
|
"character": 3
|
|
1062
1083
|
},
|
|
1063
1084
|
"doc": {
|
|
1064
1085
|
"__schema": "DocSchema",
|
|
1065
1086
|
"location": {
|
|
1066
1087
|
"filePath": "component.ts",
|
|
1067
|
-
"line":
|
|
1088
|
+
"line": 182,
|
|
1068
1089
|
"character": 3
|
|
1069
1090
|
},
|
|
1070
1091
|
"raw": "/**\n * tag a component `Snap` with a semantic version. we follow SemVer specs as defined [here](https://semver.org/)).\n */",
|
|
@@ -1077,7 +1098,7 @@
|
|
|
1077
1098
|
"__schema": "ParameterSchema",
|
|
1078
1099
|
"location": {
|
|
1079
1100
|
"filePath": "component.ts",
|
|
1080
|
-
"line":
|
|
1101
|
+
"line": 186,
|
|
1081
1102
|
"character": 7
|
|
1082
1103
|
},
|
|
1083
1104
|
"name": "version",
|
|
@@ -1085,7 +1106,7 @@
|
|
|
1085
1106
|
"__schema": "TypeRefSchema",
|
|
1086
1107
|
"location": {
|
|
1087
1108
|
"filePath": "component.ts",
|
|
1088
|
-
"line":
|
|
1109
|
+
"line": 186,
|
|
1089
1110
|
"character": 16
|
|
1090
1111
|
},
|
|
1091
1112
|
"name": "SemVer"
|
|
@@ -1098,7 +1119,7 @@
|
|
|
1098
1119
|
"__schema": "InferenceTypeSchema",
|
|
1099
1120
|
"location": {
|
|
1100
1121
|
"filePath": "component.ts",
|
|
1101
|
-
"line":
|
|
1122
|
+
"line": 186,
|
|
1102
1123
|
"character": 3
|
|
1103
1124
|
},
|
|
1104
1125
|
"type": "void"
|
|
@@ -1109,14 +1130,14 @@
|
|
|
1109
1130
|
"__schema": "FunctionLikeSchema",
|
|
1110
1131
|
"location": {
|
|
1111
1132
|
"filePath": "component.ts",
|
|
1112
|
-
"line":
|
|
1133
|
+
"line": 195,
|
|
1113
1134
|
"character": 3
|
|
1114
1135
|
},
|
|
1115
1136
|
"doc": {
|
|
1116
1137
|
"__schema": "DocSchema",
|
|
1117
1138
|
"location": {
|
|
1118
1139
|
"filePath": "component.ts",
|
|
1119
|
-
"line":
|
|
1140
|
+
"line": 192,
|
|
1120
1141
|
"character": 3
|
|
1121
1142
|
},
|
|
1122
1143
|
"raw": "/**\n * determines whether this component is modified in the workspace.\n */",
|
|
@@ -1129,7 +1150,7 @@
|
|
|
1129
1150
|
"__schema": "TypeRefSchema",
|
|
1130
1151
|
"location": {
|
|
1131
1152
|
"filePath": "component.ts",
|
|
1132
|
-
"line":
|
|
1153
|
+
"line": 195,
|
|
1133
1154
|
"character": 17
|
|
1134
1155
|
},
|
|
1135
1156
|
"name": "Promise",
|
|
@@ -1138,7 +1159,7 @@
|
|
|
1138
1159
|
"__schema": "KeywordTypeSchema",
|
|
1139
1160
|
"location": {
|
|
1140
1161
|
"filePath": "component.ts",
|
|
1141
|
-
"line":
|
|
1162
|
+
"line": 195,
|
|
1142
1163
|
"character": 25
|
|
1143
1164
|
},
|
|
1144
1165
|
"name": "boolean"
|
|
@@ -1151,14 +1172,14 @@
|
|
|
1151
1172
|
"__schema": "FunctionLikeSchema",
|
|
1152
1173
|
"location": {
|
|
1153
1174
|
"filePath": "component.ts",
|
|
1154
|
-
"line":
|
|
1175
|
+
"line": 202,
|
|
1155
1176
|
"character": 3
|
|
1156
1177
|
},
|
|
1157
1178
|
"doc": {
|
|
1158
1179
|
"__schema": "DocSchema",
|
|
1159
1180
|
"location": {
|
|
1160
1181
|
"filePath": "component.ts",
|
|
1161
|
-
"line":
|
|
1182
|
+
"line": 199,
|
|
1162
1183
|
"character": 3
|
|
1163
1184
|
},
|
|
1164
1185
|
"raw": "/**\n * whether a component is marked as deleted.\n */",
|
|
@@ -1171,7 +1192,7 @@
|
|
|
1171
1192
|
"__schema": "KeywordTypeSchema",
|
|
1172
1193
|
"location": {
|
|
1173
1194
|
"filePath": "component.ts",
|
|
1174
|
-
"line":
|
|
1195
|
+
"line": 202,
|
|
1175
1196
|
"character": 16
|
|
1176
1197
|
},
|
|
1177
1198
|
"name": "boolean"
|
|
@@ -1182,14 +1203,14 @@
|
|
|
1182
1203
|
"__schema": "FunctionLikeSchema",
|
|
1183
1204
|
"location": {
|
|
1184
1205
|
"filePath": "component.ts",
|
|
1185
|
-
"line":
|
|
1206
|
+
"line": 209,
|
|
1186
1207
|
"character": 3
|
|
1187
1208
|
},
|
|
1188
1209
|
"doc": {
|
|
1189
1210
|
"__schema": "DocSchema",
|
|
1190
1211
|
"location": {
|
|
1191
1212
|
"filePath": "component.ts",
|
|
1192
|
-
"line":
|
|
1213
|
+
"line": 206,
|
|
1193
1214
|
"character": 3
|
|
1194
1215
|
},
|
|
1195
1216
|
"raw": "/**\n * is component isOutdated\n */",
|
|
@@ -1202,7 +1223,7 @@
|
|
|
1202
1223
|
"__schema": "KeywordTypeSchema",
|
|
1203
1224
|
"location": {
|
|
1204
1225
|
"filePath": "component.ts",
|
|
1205
|
-
"line":
|
|
1226
|
+
"line": 209,
|
|
1206
1227
|
"character": 17
|
|
1207
1228
|
},
|
|
1208
1229
|
"name": "boolean"
|
|
@@ -1213,14 +1234,14 @@
|
|
|
1213
1234
|
"__schema": "FunctionLikeSchema",
|
|
1214
1235
|
"location": {
|
|
1215
1236
|
"filePath": "component.ts",
|
|
1216
|
-
"line":
|
|
1237
|
+
"line": 220,
|
|
1217
1238
|
"character": 3
|
|
1218
1239
|
},
|
|
1219
1240
|
"doc": {
|
|
1220
1241
|
"__schema": "DocSchema",
|
|
1221
1242
|
"location": {
|
|
1222
1243
|
"filePath": "component.ts",
|
|
1223
|
-
"line":
|
|
1244
|
+
"line": 217,
|
|
1224
1245
|
"character": 3
|
|
1225
1246
|
},
|
|
1226
1247
|
"raw": "/**\n * determines whether this component is new.\n */",
|
|
@@ -1233,7 +1254,7 @@
|
|
|
1233
1254
|
"__schema": "TypeRefSchema",
|
|
1234
1255
|
"location": {
|
|
1235
1256
|
"filePath": "component.ts",
|
|
1236
|
-
"line":
|
|
1257
|
+
"line": 220,
|
|
1237
1258
|
"character": 12
|
|
1238
1259
|
},
|
|
1239
1260
|
"name": "Promise",
|
|
@@ -1242,7 +1263,7 @@
|
|
|
1242
1263
|
"__schema": "KeywordTypeSchema",
|
|
1243
1264
|
"location": {
|
|
1244
1265
|
"filePath": "component.ts",
|
|
1245
|
-
"line":
|
|
1266
|
+
"line": 220,
|
|
1246
1267
|
"character": 20
|
|
1247
1268
|
},
|
|
1248
1269
|
"name": "boolean"
|
|
@@ -1255,7 +1276,7 @@
|
|
|
1255
1276
|
"__schema": "FunctionLikeSchema",
|
|
1256
1277
|
"location": {
|
|
1257
1278
|
"filePath": "component.ts",
|
|
1258
|
-
"line":
|
|
1279
|
+
"line": 225,
|
|
1259
1280
|
"character": 3
|
|
1260
1281
|
},
|
|
1261
1282
|
"signature": "(method) Component.loadState(snapId: string): Promise<State>",
|
|
@@ -1265,7 +1286,7 @@
|
|
|
1265
1286
|
"__schema": "ParameterSchema",
|
|
1266
1287
|
"location": {
|
|
1267
1288
|
"filePath": "component.ts",
|
|
1268
|
-
"line":
|
|
1289
|
+
"line": 225,
|
|
1269
1290
|
"character": 13
|
|
1270
1291
|
},
|
|
1271
1292
|
"name": "snapId",
|
|
@@ -1273,7 +1294,7 @@
|
|
|
1273
1294
|
"__schema": "KeywordTypeSchema",
|
|
1274
1295
|
"location": {
|
|
1275
1296
|
"filePath": "component.ts",
|
|
1276
|
-
"line":
|
|
1297
|
+
"line": 225,
|
|
1277
1298
|
"character": 21
|
|
1278
1299
|
},
|
|
1279
1300
|
"name": "string"
|
|
@@ -1286,7 +1307,7 @@
|
|
|
1286
1307
|
"__schema": "TypeRefSchema",
|
|
1287
1308
|
"location": {
|
|
1288
1309
|
"filePath": "component.ts",
|
|
1289
|
-
"line":
|
|
1310
|
+
"line": 225,
|
|
1290
1311
|
"character": 30
|
|
1291
1312
|
},
|
|
1292
1313
|
"name": "Promise",
|
|
@@ -1295,7 +1316,7 @@
|
|
|
1295
1316
|
"__schema": "TypeRefSchema",
|
|
1296
1317
|
"location": {
|
|
1297
1318
|
"filePath": "component.ts",
|
|
1298
|
-
"line":
|
|
1319
|
+
"line": 225,
|
|
1299
1320
|
"character": 38
|
|
1300
1321
|
},
|
|
1301
1322
|
"name": "State"
|
|
@@ -1308,7 +1329,7 @@
|
|
|
1308
1329
|
"__schema": "FunctionLikeSchema",
|
|
1309
1330
|
"location": {
|
|
1310
1331
|
"filePath": "component.ts",
|
|
1311
|
-
"line":
|
|
1332
|
+
"line": 229,
|
|
1312
1333
|
"character": 3
|
|
1313
1334
|
},
|
|
1314
1335
|
"signature": "(method) Component.loadSnap(snapId?: string): Promise<Snap>",
|
|
@@ -1318,7 +1339,7 @@
|
|
|
1318
1339
|
"__schema": "ParameterSchema",
|
|
1319
1340
|
"location": {
|
|
1320
1341
|
"filePath": "component.ts",
|
|
1321
|
-
"line":
|
|
1342
|
+
"line": 229,
|
|
1322
1343
|
"character": 12
|
|
1323
1344
|
},
|
|
1324
1345
|
"name": "snapId",
|
|
@@ -1326,7 +1347,7 @@
|
|
|
1326
1347
|
"__schema": "KeywordTypeSchema",
|
|
1327
1348
|
"location": {
|
|
1328
1349
|
"filePath": "component.ts",
|
|
1329
|
-
"line":
|
|
1350
|
+
"line": 229,
|
|
1330
1351
|
"character": 21
|
|
1331
1352
|
},
|
|
1332
1353
|
"name": "string"
|
|
@@ -1339,7 +1360,7 @@
|
|
|
1339
1360
|
"__schema": "TypeRefSchema",
|
|
1340
1361
|
"location": {
|
|
1341
1362
|
"filePath": "component.ts",
|
|
1342
|
-
"line":
|
|
1363
|
+
"line": 229,
|
|
1343
1364
|
"character": 30
|
|
1344
1365
|
},
|
|
1345
1366
|
"name": "Promise",
|
|
@@ -1348,7 +1369,7 @@
|
|
|
1348
1369
|
"__schema": "TypeRefSchema",
|
|
1349
1370
|
"location": {
|
|
1350
1371
|
"filePath": "component.ts",
|
|
1351
|
-
"line":
|
|
1372
|
+
"line": 229,
|
|
1352
1373
|
"character": 38
|
|
1353
1374
|
},
|
|
1354
1375
|
"name": "Snap"
|
|
@@ -1361,14 +1382,14 @@
|
|
|
1361
1382
|
"__schema": "FunctionLikeSchema",
|
|
1362
1383
|
"location": {
|
|
1363
1384
|
"filePath": "component.ts",
|
|
1364
|
-
"line":
|
|
1385
|
+
"line": 242,
|
|
1365
1386
|
"character": 3
|
|
1366
1387
|
},
|
|
1367
1388
|
"doc": {
|
|
1368
1389
|
"__schema": "DocSchema",
|
|
1369
1390
|
"location": {
|
|
1370
1391
|
"filePath": "component.ts",
|
|
1371
|
-
"line":
|
|
1392
|
+
"line": 237,
|
|
1372
1393
|
"character": 3
|
|
1373
1394
|
},
|
|
1374
1395
|
"raw": "/**\n * Get iterable which iterate over snap parents lazily\n * @param snapId\n * @param options\n */",
|
|
@@ -1378,7 +1399,7 @@
|
|
|
1378
1399
|
"__schema": "PropertyLikeTagSchema",
|
|
1379
1400
|
"location": {
|
|
1380
1401
|
"filePath": "component.ts",
|
|
1381
|
-
"line":
|
|
1402
|
+
"line": 239,
|
|
1382
1403
|
"character": 6
|
|
1383
1404
|
},
|
|
1384
1405
|
"name": "snapId",
|
|
@@ -1388,7 +1409,7 @@
|
|
|
1388
1409
|
"__schema": "PropertyLikeTagSchema",
|
|
1389
1410
|
"location": {
|
|
1390
1411
|
"filePath": "component.ts",
|
|
1391
|
-
"line":
|
|
1412
|
+
"line": 240,
|
|
1392
1413
|
"character": 6
|
|
1393
1414
|
},
|
|
1394
1415
|
"name": "options",
|
|
@@ -1403,7 +1424,7 @@
|
|
|
1403
1424
|
"__schema": "ParameterSchema",
|
|
1404
1425
|
"location": {
|
|
1405
1426
|
"filePath": "component.ts",
|
|
1406
|
-
"line":
|
|
1427
|
+
"line": 242,
|
|
1407
1428
|
"character": 17
|
|
1408
1429
|
},
|
|
1409
1430
|
"name": "snapId",
|
|
@@ -1411,7 +1432,7 @@
|
|
|
1411
1432
|
"__schema": "KeywordTypeSchema",
|
|
1412
1433
|
"location": {
|
|
1413
1434
|
"filePath": "component.ts",
|
|
1414
|
-
"line":
|
|
1435
|
+
"line": 242,
|
|
1415
1436
|
"character": 26
|
|
1416
1437
|
},
|
|
1417
1438
|
"name": "string"
|
|
@@ -1423,7 +1444,7 @@
|
|
|
1423
1444
|
"__schema": "ParameterSchema",
|
|
1424
1445
|
"location": {
|
|
1425
1446
|
"filePath": "component.ts",
|
|
1426
|
-
"line":
|
|
1447
|
+
"line": 242,
|
|
1427
1448
|
"character": 34
|
|
1428
1449
|
},
|
|
1429
1450
|
"name": "options",
|
|
@@ -1431,7 +1452,7 @@
|
|
|
1431
1452
|
"__schema": "TypeRefSchema",
|
|
1432
1453
|
"location": {
|
|
1433
1454
|
"filePath": "component.ts",
|
|
1434
|
-
"line":
|
|
1455
|
+
"line": 242,
|
|
1435
1456
|
"character": 43
|
|
1436
1457
|
},
|
|
1437
1458
|
"name": "SnapsIterableOpts"
|
|
@@ -1445,7 +1466,7 @@
|
|
|
1445
1466
|
"__schema": "TypeRefSchema",
|
|
1446
1467
|
"location": {
|
|
1447
1468
|
"filePath": "component.ts",
|
|
1448
|
-
"line":
|
|
1469
|
+
"line": 242,
|
|
1449
1470
|
"character": 68
|
|
1450
1471
|
},
|
|
1451
1472
|
"name": "AsyncIterable",
|
|
@@ -1454,7 +1475,7 @@
|
|
|
1454
1475
|
"__schema": "TypeRefSchema",
|
|
1455
1476
|
"location": {
|
|
1456
1477
|
"filePath": "component.ts",
|
|
1457
|
-
"line":
|
|
1478
|
+
"line": 242,
|
|
1458
1479
|
"character": 82
|
|
1459
1480
|
},
|
|
1460
1481
|
"name": "Snap"
|
|
@@ -1467,14 +1488,14 @@
|
|
|
1467
1488
|
"__schema": "FunctionLikeSchema",
|
|
1468
1489
|
"location": {
|
|
1469
1490
|
"filePath": "component.ts",
|
|
1470
|
-
"line":
|
|
1491
|
+
"line": 281,
|
|
1471
1492
|
"character": 3
|
|
1472
1493
|
},
|
|
1473
1494
|
"doc": {
|
|
1474
1495
|
"__schema": "DocSchema",
|
|
1475
1496
|
"location": {
|
|
1476
1497
|
"filePath": "component.ts",
|
|
1477
|
-
"line":
|
|
1498
|
+
"line": 277,
|
|
1478
1499
|
"character": 3
|
|
1479
1500
|
},
|
|
1480
1501
|
"raw": "/**\n * traverse recursively from the provided snap (or head) upwards until it finds a tag\n * @param snapToStartFrom\n */",
|
|
@@ -1484,7 +1505,7 @@
|
|
|
1484
1505
|
"__schema": "PropertyLikeTagSchema",
|
|
1485
1506
|
"location": {
|
|
1486
1507
|
"filePath": "component.ts",
|
|
1487
|
-
"line":
|
|
1508
|
+
"line": 279,
|
|
1488
1509
|
"character": 6
|
|
1489
1510
|
},
|
|
1490
1511
|
"name": "snapToStartFrom",
|
|
@@ -1499,7 +1520,7 @@
|
|
|
1499
1520
|
"__schema": "ParameterSchema",
|
|
1500
1521
|
"location": {
|
|
1501
1522
|
"filePath": "component.ts",
|
|
1502
|
-
"line":
|
|
1523
|
+
"line": 281,
|
|
1503
1524
|
"character": 23
|
|
1504
1525
|
},
|
|
1505
1526
|
"name": "snapToStartFrom",
|
|
@@ -1507,7 +1528,7 @@
|
|
|
1507
1528
|
"__schema": "KeywordTypeSchema",
|
|
1508
1529
|
"location": {
|
|
1509
1530
|
"filePath": "component.ts",
|
|
1510
|
-
"line":
|
|
1531
|
+
"line": 281,
|
|
1511
1532
|
"character": 41
|
|
1512
1533
|
},
|
|
1513
1534
|
"name": "string"
|
|
@@ -1520,7 +1541,7 @@
|
|
|
1520
1541
|
"__schema": "TypeRefSchema",
|
|
1521
1542
|
"location": {
|
|
1522
1543
|
"filePath": "component.ts",
|
|
1523
|
-
"line":
|
|
1544
|
+
"line": 281,
|
|
1524
1545
|
"character": 50
|
|
1525
1546
|
},
|
|
1526
1547
|
"name": "Promise",
|
|
@@ -1529,7 +1550,7 @@
|
|
|
1529
1550
|
"__schema": "TypeUnionSchema",
|
|
1530
1551
|
"location": {
|
|
1531
1552
|
"filePath": "component.ts",
|
|
1532
|
-
"line":
|
|
1553
|
+
"line": 281,
|
|
1533
1554
|
"character": 58
|
|
1534
1555
|
},
|
|
1535
1556
|
"types": [
|
|
@@ -1537,7 +1558,7 @@
|
|
|
1537
1558
|
"__schema": "TypeRefSchema",
|
|
1538
1559
|
"location": {
|
|
1539
1560
|
"filePath": "component.ts",
|
|
1540
|
-
"line":
|
|
1561
|
+
"line": 281,
|
|
1541
1562
|
"character": 58
|
|
1542
1563
|
},
|
|
1543
1564
|
"name": "Tag"
|
|
@@ -1546,7 +1567,7 @@
|
|
|
1546
1567
|
"__schema": "KeywordTypeSchema",
|
|
1547
1568
|
"location": {
|
|
1548
1569
|
"filePath": "component.ts",
|
|
1549
|
-
"line":
|
|
1570
|
+
"line": 281,
|
|
1550
1571
|
"character": 64
|
|
1551
1572
|
},
|
|
1552
1573
|
"name": "undefined"
|
|
@@ -1563,14 +1584,14 @@
|
|
|
1563
1584
|
"__schema": "FunctionLikeSchema",
|
|
1564
1585
|
"location": {
|
|
1565
1586
|
"filePath": "component.ts",
|
|
1566
|
-
"line":
|
|
1587
|
+
"line": 305,
|
|
1567
1588
|
"character": 3
|
|
1568
1589
|
},
|
|
1569
1590
|
"doc": {
|
|
1570
1591
|
"__schema": "DocSchema",
|
|
1571
1592
|
"location": {
|
|
1572
1593
|
"filePath": "component.ts",
|
|
1573
|
-
"line":
|
|
1594
|
+
"line": 301,
|
|
1574
1595
|
"character": 3
|
|
1575
1596
|
},
|
|
1576
1597
|
"raw": "/**\n * id.version can be either a tag or a hash.\n * if it's a hash, it may have a tag point to it. if it does, return the tag.\n */",
|
|
@@ -1583,7 +1604,7 @@
|
|
|
1583
1604
|
"__schema": "TypeUnionSchema",
|
|
1584
1605
|
"location": {
|
|
1585
1606
|
"filePath": "component.ts",
|
|
1586
|
-
"line":
|
|
1607
|
+
"line": 305,
|
|
1587
1608
|
"character": 13
|
|
1588
1609
|
},
|
|
1589
1610
|
"types": [
|
|
@@ -1591,7 +1612,7 @@
|
|
|
1591
1612
|
"__schema": "TypeRefSchema",
|
|
1592
1613
|
"location": {
|
|
1593
1614
|
"filePath": "component.ts",
|
|
1594
|
-
"line":
|
|
1615
|
+
"line": 305,
|
|
1595
1616
|
"character": 13
|
|
1596
1617
|
},
|
|
1597
1618
|
"name": "Tag"
|
|
@@ -1600,7 +1621,7 @@
|
|
|
1600
1621
|
"__schema": "KeywordTypeSchema",
|
|
1601
1622
|
"location": {
|
|
1602
1623
|
"filePath": "component.ts",
|
|
1603
|
-
"line":
|
|
1624
|
+
"line": 305,
|
|
1604
1625
|
"character": 19
|
|
1605
1626
|
},
|
|
1606
1627
|
"name": "undefined"
|
|
@@ -1613,14 +1634,14 @@
|
|
|
1613
1634
|
"__schema": "FunctionLikeSchema",
|
|
1614
1635
|
"location": {
|
|
1615
1636
|
"filePath": "component.ts",
|
|
1616
|
-
"line":
|
|
1637
|
+
"line": 315,
|
|
1617
1638
|
"character": 3
|
|
1618
1639
|
},
|
|
1619
1640
|
"doc": {
|
|
1620
1641
|
"__schema": "DocSchema",
|
|
1621
1642
|
"location": {
|
|
1622
1643
|
"filePath": "component.ts",
|
|
1623
|
-
"line":
|
|
1644
|
+
"line": 311,
|
|
1624
1645
|
"character": 3
|
|
1625
1646
|
},
|
|
1626
1647
|
"raw": "/**\n * id.version can be either a tag or a hash.\n * if it's a tag, find the hash it points to.\n */",
|
|
@@ -1633,7 +1654,7 @@
|
|
|
1633
1654
|
"__schema": "TypeUnionSchema",
|
|
1634
1655
|
"location": {
|
|
1635
1656
|
"filePath": "component.ts",
|
|
1636
|
-
"line":
|
|
1657
|
+
"line": 315,
|
|
1637
1658
|
"character": 18
|
|
1638
1659
|
},
|
|
1639
1660
|
"types": [
|
|
@@ -1641,7 +1662,7 @@
|
|
|
1641
1662
|
"__schema": "KeywordTypeSchema",
|
|
1642
1663
|
"location": {
|
|
1643
1664
|
"filePath": "component.ts",
|
|
1644
|
-
"line":
|
|
1665
|
+
"line": 315,
|
|
1645
1666
|
"character": 18
|
|
1646
1667
|
},
|
|
1647
1668
|
"name": "string"
|
|
@@ -1650,7 +1671,7 @@
|
|
|
1650
1671
|
"__schema": "KeywordTypeSchema",
|
|
1651
1672
|
"location": {
|
|
1652
1673
|
"filePath": "component.ts",
|
|
1653
|
-
"line":
|
|
1674
|
+
"line": 315,
|
|
1654
1675
|
"character": 27
|
|
1655
1676
|
},
|
|
1656
1677
|
"name": "undefined"
|
|
@@ -1663,14 +1684,14 @@
|
|
|
1663
1684
|
"__schema": "FunctionLikeSchema",
|
|
1664
1685
|
"location": {
|
|
1665
1686
|
"filePath": "component.ts",
|
|
1666
|
-
"line":
|
|
1687
|
+
"line": 326,
|
|
1667
1688
|
"character": 3
|
|
1668
1689
|
},
|
|
1669
1690
|
"doc": {
|
|
1670
1691
|
"__schema": "DocSchema",
|
|
1671
1692
|
"location": {
|
|
1672
1693
|
"filePath": "component.ts",
|
|
1673
|
-
"line":
|
|
1694
|
+
"line": 322,
|
|
1674
1695
|
"character": 3
|
|
1675
1696
|
},
|
|
1676
1697
|
"raw": "/**\n * in case a component is new, it returns undefined.\n * otherwise, it returns the Snap object (hash/parents/log) of the current component (according to the version in the id)\n */",
|
|
@@ -1683,7 +1704,7 @@
|
|
|
1683
1704
|
"__schema": "TypeRefSchema",
|
|
1684
1705
|
"location": {
|
|
1685
1706
|
"filePath": "component.ts",
|
|
1686
|
-
"line":
|
|
1707
|
+
"line": 326,
|
|
1687
1708
|
"character": 27
|
|
1688
1709
|
},
|
|
1689
1710
|
"name": "Promise",
|
|
@@ -1692,7 +1713,7 @@
|
|
|
1692
1713
|
"__schema": "TypeUnionSchema",
|
|
1693
1714
|
"location": {
|
|
1694
1715
|
"filePath": "component.ts",
|
|
1695
|
-
"line":
|
|
1716
|
+
"line": 326,
|
|
1696
1717
|
"character": 35
|
|
1697
1718
|
},
|
|
1698
1719
|
"types": [
|
|
@@ -1700,7 +1721,7 @@
|
|
|
1700
1721
|
"__schema": "TypeRefSchema",
|
|
1701
1722
|
"location": {
|
|
1702
1723
|
"filePath": "component.ts",
|
|
1703
|
-
"line":
|
|
1724
|
+
"line": 326,
|
|
1704
1725
|
"character": 35
|
|
1705
1726
|
},
|
|
1706
1727
|
"name": "Snap"
|
|
@@ -1709,7 +1730,7 @@
|
|
|
1709
1730
|
"__schema": "KeywordTypeSchema",
|
|
1710
1731
|
"location": {
|
|
1711
1732
|
"filePath": "component.ts",
|
|
1712
|
-
"line":
|
|
1733
|
+
"line": 326,
|
|
1713
1734
|
"character": 42
|
|
1714
1735
|
},
|
|
1715
1736
|
"name": "undefined"
|
|
@@ -1726,14 +1747,14 @@
|
|
|
1726
1747
|
"__schema": "FunctionLikeSchema",
|
|
1727
1748
|
"location": {
|
|
1728
1749
|
"filePath": "component.ts",
|
|
1729
|
-
"line":
|
|
1750
|
+
"line": 336,
|
|
1730
1751
|
"character": 3
|
|
1731
1752
|
},
|
|
1732
1753
|
"doc": {
|
|
1733
1754
|
"__schema": "DocSchema",
|
|
1734
1755
|
"location": {
|
|
1735
1756
|
"filePath": "component.ts",
|
|
1736
|
-
"line":
|
|
1757
|
+
"line": 332,
|
|
1737
1758
|
"character": 3
|
|
1738
1759
|
},
|
|
1739
1760
|
"raw": "/**\n * checkout the component to a different version in its working tree.\n */",
|
|
@@ -1746,7 +1767,7 @@
|
|
|
1746
1767
|
"__schema": "ParameterSchema",
|
|
1747
1768
|
"location": {
|
|
1748
1769
|
"filePath": "component.ts",
|
|
1749
|
-
"line":
|
|
1770
|
+
"line": 336,
|
|
1750
1771
|
"character": 12
|
|
1751
1772
|
},
|
|
1752
1773
|
"name": "version",
|
|
@@ -1754,7 +1775,7 @@
|
|
|
1754
1775
|
"__schema": "TypeRefSchema",
|
|
1755
1776
|
"location": {
|
|
1756
1777
|
"filePath": "component.ts",
|
|
1757
|
-
"line":
|
|
1778
|
+
"line": 336,
|
|
1758
1779
|
"character": 21
|
|
1759
1780
|
},
|
|
1760
1781
|
"name": "SemVer"
|
|
@@ -1767,7 +1788,7 @@
|
|
|
1767
1788
|
"__schema": "InferenceTypeSchema",
|
|
1768
1789
|
"location": {
|
|
1769
1790
|
"filePath": "component.ts",
|
|
1770
|
-
"line":
|
|
1791
|
+
"line": 336,
|
|
1771
1792
|
"character": 3
|
|
1772
1793
|
},
|
|
1773
1794
|
"type": "void"
|
|
@@ -1778,14 +1799,14 @@
|
|
|
1778
1799
|
"__schema": "FunctionLikeSchema",
|
|
1779
1800
|
"location": {
|
|
1780
1801
|
"filePath": "component.ts",
|
|
1781
|
-
"line":
|
|
1802
|
+
"line": 354,
|
|
1782
1803
|
"character": 3
|
|
1783
1804
|
},
|
|
1784
1805
|
"doc": {
|
|
1785
1806
|
"__schema": "DocSchema",
|
|
1786
1807
|
"location": {
|
|
1787
1808
|
"filePath": "component.ts",
|
|
1788
|
-
"line":
|
|
1809
|
+
"line": 338,
|
|
1789
1810
|
"character": 3
|
|
1790
1811
|
},
|
|
1791
1812
|
"raw": "/**\n * examine difference between two components.\n */",
|
|
@@ -1798,7 +1819,7 @@
|
|
|
1798
1819
|
"__schema": "ParameterSchema",
|
|
1799
1820
|
"location": {
|
|
1800
1821
|
"filePath": "component.ts",
|
|
1801
|
-
"line":
|
|
1822
|
+
"line": 354,
|
|
1802
1823
|
"character": 9
|
|
1803
1824
|
},
|
|
1804
1825
|
"name": "path",
|
|
@@ -1806,7 +1827,7 @@
|
|
|
1806
1827
|
"__schema": "KeywordTypeSchema",
|
|
1807
1828
|
"location": {
|
|
1808
1829
|
"filePath": "component.ts",
|
|
1809
|
-
"line":
|
|
1830
|
+
"line": 354,
|
|
1810
1831
|
"character": 15
|
|
1811
1832
|
},
|
|
1812
1833
|
"name": "string"
|
|
@@ -1818,7 +1839,7 @@
|
|
|
1818
1839
|
"__schema": "ParameterSchema",
|
|
1819
1840
|
"location": {
|
|
1820
1841
|
"filePath": "component.ts",
|
|
1821
|
-
"line":
|
|
1842
|
+
"line": 354,
|
|
1822
1843
|
"character": 23
|
|
1823
1844
|
},
|
|
1824
1845
|
"name": "fs",
|
|
@@ -1826,7 +1847,7 @@
|
|
|
1826
1847
|
"__schema": "TypeRefSchema",
|
|
1827
1848
|
"location": {
|
|
1828
1849
|
"filePath": "component.ts",
|
|
1829
|
-
"line":
|
|
1850
|
+
"line": 354,
|
|
1830
1851
|
"character": 28
|
|
1831
1852
|
},
|
|
1832
1853
|
"name": "AnyFS"
|
|
@@ -1839,7 +1860,7 @@
|
|
|
1839
1860
|
"__schema": "InferenceTypeSchema",
|
|
1840
1861
|
"location": {
|
|
1841
1862
|
"filePath": "component.ts",
|
|
1842
|
-
"line":
|
|
1863
|
+
"line": 354,
|
|
1843
1864
|
"character": 3
|
|
1844
1865
|
},
|
|
1845
1866
|
"type": "void"
|
|
@@ -1850,14 +1871,14 @@
|
|
|
1850
1871
|
"__schema": "FunctionLikeSchema",
|
|
1851
1872
|
"location": {
|
|
1852
1873
|
"filePath": "component.ts",
|
|
1853
|
-
"line":
|
|
1874
|
+
"line": 364,
|
|
1854
1875
|
"character": 3
|
|
1855
1876
|
},
|
|
1856
1877
|
"doc": {
|
|
1857
1878
|
"__schema": "DocSchema",
|
|
1858
1879
|
"location": {
|
|
1859
1880
|
"filePath": "component.ts",
|
|
1860
|
-
"line":
|
|
1881
|
+
"line": 356,
|
|
1861
1882
|
"character": 3
|
|
1862
1883
|
},
|
|
1863
1884
|
"raw": "/**\n *\n * Check if 2 components are equal\n * @param {Component} component\n * @returns {boolean}\n * @memberof Component\n */",
|
|
@@ -1867,7 +1888,7 @@
|
|
|
1867
1888
|
"__schema": "PropertyLikeTagSchema",
|
|
1868
1889
|
"location": {
|
|
1869
1890
|
"filePath": "component.ts",
|
|
1870
|
-
"line":
|
|
1891
|
+
"line": 359,
|
|
1871
1892
|
"character": 6
|
|
1872
1893
|
},
|
|
1873
1894
|
"name": "component",
|
|
@@ -1876,7 +1897,7 @@
|
|
|
1876
1897
|
"__schema": "TypeRefSchema",
|
|
1877
1898
|
"location": {
|
|
1878
1899
|
"filePath": "component.ts",
|
|
1879
|
-
"line":
|
|
1900
|
+
"line": 359,
|
|
1880
1901
|
"character": 14
|
|
1881
1902
|
},
|
|
1882
1903
|
"name": "Component"
|
|
@@ -1886,7 +1907,7 @@
|
|
|
1886
1907
|
"__schema": "ReturnTagSchema",
|
|
1887
1908
|
"location": {
|
|
1888
1909
|
"filePath": "component.ts",
|
|
1889
|
-
"line":
|
|
1910
|
+
"line": 360,
|
|
1890
1911
|
"character": 6
|
|
1891
1912
|
},
|
|
1892
1913
|
"tagName": "return",
|
|
@@ -1894,7 +1915,7 @@
|
|
|
1894
1915
|
"__schema": "KeywordTypeSchema",
|
|
1895
1916
|
"location": {
|
|
1896
1917
|
"filePath": "component.ts",
|
|
1897
|
-
"line":
|
|
1918
|
+
"line": 360,
|
|
1898
1919
|
"character": 16
|
|
1899
1920
|
},
|
|
1900
1921
|
"name": "boolean"
|
|
@@ -1904,7 +1925,7 @@
|
|
|
1904
1925
|
"__schema": "TagSchema",
|
|
1905
1926
|
"location": {
|
|
1906
1927
|
"filePath": "component.ts",
|
|
1907
|
-
"line":
|
|
1928
|
+
"line": 361,
|
|
1908
1929
|
"character": 6
|
|
1909
1930
|
},
|
|
1910
1931
|
"tagName": "memberof",
|
|
@@ -1919,7 +1940,7 @@
|
|
|
1919
1940
|
"__schema": "ParameterSchema",
|
|
1920
1941
|
"location": {
|
|
1921
1942
|
"filePath": "component.ts",
|
|
1922
|
-
"line":
|
|
1943
|
+
"line": 364,
|
|
1923
1944
|
"character": 10
|
|
1924
1945
|
},
|
|
1925
1946
|
"name": "component",
|
|
@@ -1927,7 +1948,7 @@
|
|
|
1927
1948
|
"__schema": "TypeRefSchema",
|
|
1928
1949
|
"location": {
|
|
1929
1950
|
"filePath": "component.ts",
|
|
1930
|
-
"line":
|
|
1951
|
+
"line": 364,
|
|
1931
1952
|
"character": 21
|
|
1932
1953
|
},
|
|
1933
1954
|
"name": "Component"
|
|
@@ -1940,7 +1961,7 @@
|
|
|
1940
1961
|
"__schema": "KeywordTypeSchema",
|
|
1941
1962
|
"location": {
|
|
1942
1963
|
"filePath": "component.ts",
|
|
1943
|
-
"line":
|
|
1964
|
+
"line": 364,
|
|
1944
1965
|
"character": 33
|
|
1945
1966
|
},
|
|
1946
1967
|
"name": "boolean"
|
|
@@ -2510,7 +2531,7 @@
|
|
|
2510
2531
|
"_legacy": {
|
|
2511
2532
|
"scope": "teambit.component",
|
|
2512
2533
|
"name": "component",
|
|
2513
|
-
"version": "1.0.
|
|
2534
|
+
"version": "1.0.228"
|
|
2514
2535
|
},
|
|
2515
2536
|
"_scope": "teambit.component"
|
|
2516
2537
|
}
|
|
@@ -3688,14 +3709,56 @@
|
|
|
3688
3709
|
"__schema": "FunctionLikeSchema",
|
|
3689
3710
|
"location": {
|
|
3690
3711
|
"filePath": "component-factory.ts",
|
|
3691
|
-
"line":
|
|
3712
|
+
"line": 125,
|
|
3713
|
+
"character": 3
|
|
3714
|
+
},
|
|
3715
|
+
"signature": "(method) ComponentFactory.componentPackageName(component: Component): string",
|
|
3716
|
+
"name": "componentPackageName",
|
|
3717
|
+
"params": [
|
|
3718
|
+
{
|
|
3719
|
+
"__schema": "ParameterSchema",
|
|
3720
|
+
"location": {
|
|
3721
|
+
"filePath": "component-factory.ts",
|
|
3722
|
+
"line": 125,
|
|
3723
|
+
"character": 24
|
|
3724
|
+
},
|
|
3725
|
+
"name": "component",
|
|
3726
|
+
"type": {
|
|
3727
|
+
"__schema": "TypeRefSchema",
|
|
3728
|
+
"location": {
|
|
3729
|
+
"filePath": "component-factory.ts",
|
|
3730
|
+
"line": 125,
|
|
3731
|
+
"character": 35
|
|
3732
|
+
},
|
|
3733
|
+
"name": "Component"
|
|
3734
|
+
},
|
|
3735
|
+
"isOptional": false,
|
|
3736
|
+
"isSpread": false
|
|
3737
|
+
}
|
|
3738
|
+
],
|
|
3739
|
+
"returnType": {
|
|
3740
|
+
"__schema": "KeywordTypeSchema",
|
|
3741
|
+
"location": {
|
|
3742
|
+
"filePath": "component-factory.ts",
|
|
3743
|
+
"line": 125,
|
|
3744
|
+
"character": 47
|
|
3745
|
+
},
|
|
3746
|
+
"name": "string"
|
|
3747
|
+
},
|
|
3748
|
+
"modifiers": []
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"__schema": "FunctionLikeSchema",
|
|
3752
|
+
"location": {
|
|
3753
|
+
"filePath": "component-factory.ts",
|
|
3754
|
+
"line": 130,
|
|
3692
3755
|
"character": 3
|
|
3693
3756
|
},
|
|
3694
3757
|
"doc": {
|
|
3695
3758
|
"__schema": "DocSchema",
|
|
3696
3759
|
"location": {
|
|
3697
3760
|
"filePath": "component-factory.ts",
|
|
3698
|
-
"line":
|
|
3761
|
+
"line": 127,
|
|
3699
3762
|
"character": 3
|
|
3700
3763
|
},
|
|
3701
3764
|
"raw": "/**\n * returns a specific state of a component by hash or semver.\n */",
|
|
@@ -3708,7 +3771,7 @@
|
|
|
3708
3771
|
"__schema": "ParameterSchema",
|
|
3709
3772
|
"location": {
|
|
3710
3773
|
"filePath": "component-factory.ts",
|
|
3711
|
-
"line":
|
|
3774
|
+
"line": 130,
|
|
3712
3775
|
"character": 12
|
|
3713
3776
|
},
|
|
3714
3777
|
"name": "id",
|
|
@@ -3716,7 +3779,7 @@
|
|
|
3716
3779
|
"__schema": "TypeRefSchema",
|
|
3717
3780
|
"location": {
|
|
3718
3781
|
"filePath": "component-factory.ts",
|
|
3719
|
-
"line":
|
|
3782
|
+
"line": 130,
|
|
3720
3783
|
"character": 16
|
|
3721
3784
|
},
|
|
3722
3785
|
"name": "ComponentID"
|
|
@@ -3728,7 +3791,7 @@
|
|
|
3728
3791
|
"__schema": "ParameterSchema",
|
|
3729
3792
|
"location": {
|
|
3730
3793
|
"filePath": "component-factory.ts",
|
|
3731
|
-
"line":
|
|
3794
|
+
"line": 130,
|
|
3732
3795
|
"character": 29
|
|
3733
3796
|
},
|
|
3734
3797
|
"name": "snapId",
|
|
@@ -3736,7 +3799,7 @@
|
|
|
3736
3799
|
"__schema": "KeywordTypeSchema",
|
|
3737
3800
|
"location": {
|
|
3738
3801
|
"filePath": "component-factory.ts",
|
|
3739
|
-
"line":
|
|
3802
|
+
"line": 130,
|
|
3740
3803
|
"character": 37
|
|
3741
3804
|
},
|
|
3742
3805
|
"name": "string"
|
|
@@ -3749,7 +3812,7 @@
|
|
|
3749
3812
|
"__schema": "TypeRefSchema",
|
|
3750
3813
|
"location": {
|
|
3751
3814
|
"filePath": "component-factory.ts",
|
|
3752
|
-
"line":
|
|
3815
|
+
"line": 130,
|
|
3753
3816
|
"character": 46
|
|
3754
3817
|
},
|
|
3755
3818
|
"name": "Promise",
|
|
@@ -3758,7 +3821,7 @@
|
|
|
3758
3821
|
"__schema": "TypeRefSchema",
|
|
3759
3822
|
"location": {
|
|
3760
3823
|
"filePath": "component-factory.ts",
|
|
3761
|
-
"line":
|
|
3824
|
+
"line": 130,
|
|
3762
3825
|
"character": 54
|
|
3763
3826
|
},
|
|
3764
3827
|
"name": "State"
|
|
@@ -3771,14 +3834,14 @@
|
|
|
3771
3834
|
"__schema": "FunctionLikeSchema",
|
|
3772
3835
|
"location": {
|
|
3773
3836
|
"filePath": "component-factory.ts",
|
|
3774
|
-
"line":
|
|
3837
|
+
"line": 135,
|
|
3775
3838
|
"character": 3
|
|
3776
3839
|
},
|
|
3777
3840
|
"doc": {
|
|
3778
3841
|
"__schema": "DocSchema",
|
|
3779
3842
|
"location": {
|
|
3780
3843
|
"filePath": "component-factory.ts",
|
|
3781
|
-
"line":
|
|
3844
|
+
"line": 132,
|
|
3782
3845
|
"character": 3
|
|
3783
3846
|
},
|
|
3784
3847
|
"raw": "/**\n * returns a specific snap of a component by hash.\n */",
|
|
@@ -3791,7 +3854,7 @@
|
|
|
3791
3854
|
"__schema": "ParameterSchema",
|
|
3792
3855
|
"location": {
|
|
3793
3856
|
"filePath": "component-factory.ts",
|
|
3794
|
-
"line":
|
|
3857
|
+
"line": 135,
|
|
3795
3858
|
"character": 11
|
|
3796
3859
|
},
|
|
3797
3860
|
"name": "id",
|
|
@@ -3799,7 +3862,7 @@
|
|
|
3799
3862
|
"__schema": "TypeRefSchema",
|
|
3800
3863
|
"location": {
|
|
3801
3864
|
"filePath": "component-factory.ts",
|
|
3802
|
-
"line":
|
|
3865
|
+
"line": 135,
|
|
3803
3866
|
"character": 15
|
|
3804
3867
|
},
|
|
3805
3868
|
"name": "ComponentID"
|
|
@@ -3811,7 +3874,7 @@
|
|
|
3811
3874
|
"__schema": "ParameterSchema",
|
|
3812
3875
|
"location": {
|
|
3813
3876
|
"filePath": "component-factory.ts",
|
|
3814
|
-
"line":
|
|
3877
|
+
"line": 135,
|
|
3815
3878
|
"character": 28
|
|
3816
3879
|
},
|
|
3817
3880
|
"name": "snapId",
|
|
@@ -3819,7 +3882,7 @@
|
|
|
3819
3882
|
"__schema": "KeywordTypeSchema",
|
|
3820
3883
|
"location": {
|
|
3821
3884
|
"filePath": "component-factory.ts",
|
|
3822
|
-
"line":
|
|
3885
|
+
"line": 135,
|
|
3823
3886
|
"character": 36
|
|
3824
3887
|
},
|
|
3825
3888
|
"name": "string"
|
|
@@ -3832,7 +3895,7 @@
|
|
|
3832
3895
|
"__schema": "TypeRefSchema",
|
|
3833
3896
|
"location": {
|
|
3834
3897
|
"filePath": "component-factory.ts",
|
|
3835
|
-
"line":
|
|
3898
|
+
"line": 135,
|
|
3836
3899
|
"character": 45
|
|
3837
3900
|
},
|
|
3838
3901
|
"name": "Promise",
|
|
@@ -3841,7 +3904,7 @@
|
|
|
3841
3904
|
"__schema": "TypeRefSchema",
|
|
3842
3905
|
"location": {
|
|
3843
3906
|
"filePath": "component-factory.ts",
|
|
3844
|
-
"line":
|
|
3907
|
+
"line": 135,
|
|
3845
3908
|
"character": 53
|
|
3846
3909
|
},
|
|
3847
3910
|
"name": "Snap"
|
|
@@ -3854,14 +3917,14 @@
|
|
|
3854
3917
|
"__schema": "VariableLikeSchema",
|
|
3855
3918
|
"location": {
|
|
3856
3919
|
"filePath": "component-factory.ts",
|
|
3857
|
-
"line":
|
|
3920
|
+
"line": 141,
|
|
3858
3921
|
"character": 3
|
|
3859
3922
|
},
|
|
3860
3923
|
"doc": {
|
|
3861
3924
|
"__schema": "DocSchema",
|
|
3862
3925
|
"location": {
|
|
3863
3926
|
"filePath": "component-factory.ts",
|
|
3864
|
-
"line":
|
|
3927
|
+
"line": 137,
|
|
3865
3928
|
"character": 3
|
|
3866
3929
|
},
|
|
3867
3930
|
"raw": "/**\n * load aspects.\n * returns the loaded aspect ids including the loaded versions.\n */",
|
|
@@ -3873,7 +3936,7 @@
|
|
|
3873
3936
|
"__schema": "FunctionLikeSchema",
|
|
3874
3937
|
"location": {
|
|
3875
3938
|
"filePath": "component-factory.ts",
|
|
3876
|
-
"line":
|
|
3939
|
+
"line": 141,
|
|
3877
3940
|
"character": 16
|
|
3878
3941
|
},
|
|
3879
3942
|
"signature": "(ids: string[], throwOnError?: boolean, neededFor?: string, opts?: any): Promise<string[]>",
|
|
@@ -3883,7 +3946,7 @@
|
|
|
3883
3946
|
"__schema": "ParameterSchema",
|
|
3884
3947
|
"location": {
|
|
3885
3948
|
"filePath": "component-factory.ts",
|
|
3886
|
-
"line":
|
|
3949
|
+
"line": 141,
|
|
3887
3950
|
"character": 17
|
|
3888
3951
|
},
|
|
3889
3952
|
"name": "ids",
|
|
@@ -3891,14 +3954,14 @@
|
|
|
3891
3954
|
"__schema": "TypeArraySchema",
|
|
3892
3955
|
"location": {
|
|
3893
3956
|
"filePath": "component-factory.ts",
|
|
3894
|
-
"line":
|
|
3957
|
+
"line": 141,
|
|
3895
3958
|
"character": 22
|
|
3896
3959
|
},
|
|
3897
3960
|
"type": {
|
|
3898
3961
|
"__schema": "KeywordTypeSchema",
|
|
3899
3962
|
"location": {
|
|
3900
3963
|
"filePath": "component-factory.ts",
|
|
3901
|
-
"line":
|
|
3964
|
+
"line": 141,
|
|
3902
3965
|
"character": 22
|
|
3903
3966
|
},
|
|
3904
3967
|
"name": "string"
|
|
@@ -3911,7 +3974,7 @@
|
|
|
3911
3974
|
"__schema": "ParameterSchema",
|
|
3912
3975
|
"location": {
|
|
3913
3976
|
"filePath": "component-factory.ts",
|
|
3914
|
-
"line":
|
|
3977
|
+
"line": 141,
|
|
3915
3978
|
"character": 32
|
|
3916
3979
|
},
|
|
3917
3980
|
"name": "throwOnError",
|
|
@@ -3919,7 +3982,7 @@
|
|
|
3919
3982
|
"__schema": "KeywordTypeSchema",
|
|
3920
3983
|
"location": {
|
|
3921
3984
|
"filePath": "component-factory.ts",
|
|
3922
|
-
"line":
|
|
3985
|
+
"line": 141,
|
|
3923
3986
|
"character": 47
|
|
3924
3987
|
},
|
|
3925
3988
|
"name": "boolean"
|
|
@@ -3931,7 +3994,7 @@
|
|
|
3931
3994
|
"__schema": "ParameterSchema",
|
|
3932
3995
|
"location": {
|
|
3933
3996
|
"filePath": "component-factory.ts",
|
|
3934
|
-
"line":
|
|
3997
|
+
"line": 141,
|
|
3935
3998
|
"character": 56
|
|
3936
3999
|
},
|
|
3937
4000
|
"name": "neededFor",
|
|
@@ -3939,7 +4002,7 @@
|
|
|
3939
4002
|
"__schema": "KeywordTypeSchema",
|
|
3940
4003
|
"location": {
|
|
3941
4004
|
"filePath": "component-factory.ts",
|
|
3942
|
-
"line":
|
|
4005
|
+
"line": 141,
|
|
3943
4006
|
"character": 68
|
|
3944
4007
|
},
|
|
3945
4008
|
"name": "string"
|
|
@@ -3951,7 +4014,7 @@
|
|
|
3951
4014
|
"__schema": "ParameterSchema",
|
|
3952
4015
|
"location": {
|
|
3953
4016
|
"filePath": "component-factory.ts",
|
|
3954
|
-
"line":
|
|
4017
|
+
"line": 141,
|
|
3955
4018
|
"character": 76
|
|
3956
4019
|
},
|
|
3957
4020
|
"name": "opts",
|
|
@@ -3959,7 +4022,7 @@
|
|
|
3959
4022
|
"__schema": "KeywordTypeSchema",
|
|
3960
4023
|
"location": {
|
|
3961
4024
|
"filePath": "component-factory.ts",
|
|
3962
|
-
"line":
|
|
4025
|
+
"line": 141,
|
|
3963
4026
|
"character": 83
|
|
3964
4027
|
},
|
|
3965
4028
|
"name": "any"
|
|
@@ -3972,7 +4035,7 @@
|
|
|
3972
4035
|
"__schema": "TypeRefSchema",
|
|
3973
4036
|
"location": {
|
|
3974
4037
|
"filePath": "component-factory.ts",
|
|
3975
|
-
"line":
|
|
4038
|
+
"line": 141,
|
|
3976
4039
|
"character": 91
|
|
3977
4040
|
},
|
|
3978
4041
|
"name": "Promise",
|
|
@@ -3981,14 +4044,14 @@
|
|
|
3981
4044
|
"__schema": "TypeArraySchema",
|
|
3982
4045
|
"location": {
|
|
3983
4046
|
"filePath": "component-factory.ts",
|
|
3984
|
-
"line":
|
|
4047
|
+
"line": 141,
|
|
3985
4048
|
"character": 99
|
|
3986
4049
|
},
|
|
3987
4050
|
"type": {
|
|
3988
4051
|
"__schema": "KeywordTypeSchema",
|
|
3989
4052
|
"location": {
|
|
3990
4053
|
"filePath": "component-factory.ts",
|
|
3991
|
-
"line":
|
|
4054
|
+
"line": 141,
|
|
3992
4055
|
"character": 99
|
|
3993
4056
|
},
|
|
3994
4057
|
"name": "string"
|
|
@@ -4004,14 +4067,14 @@
|
|
|
4004
4067
|
"__schema": "VariableLikeSchema",
|
|
4005
4068
|
"location": {
|
|
4006
4069
|
"filePath": "component-factory.ts",
|
|
4007
|
-
"line":
|
|
4070
|
+
"line": 146,
|
|
4008
4071
|
"character": 3
|
|
4009
4072
|
},
|
|
4010
4073
|
"doc": {
|
|
4011
4074
|
"__schema": "DocSchema",
|
|
4012
4075
|
"location": {
|
|
4013
4076
|
"filePath": "component-factory.ts",
|
|
4014
|
-
"line":
|
|
4077
|
+
"line": 143,
|
|
4015
4078
|
"character": 3
|
|
4016
4079
|
},
|
|
4017
4080
|
"raw": "/**\n * Resolve dirs for aspects\n */",
|
|
@@ -4023,7 +4086,7 @@
|
|
|
4023
4086
|
"__schema": "FunctionLikeSchema",
|
|
4024
4087
|
"location": {
|
|
4025
4088
|
"filePath": "component-factory.ts",
|
|
4026
|
-
"line":
|
|
4089
|
+
"line": 146,
|
|
4027
4090
|
"character": 19
|
|
4028
4091
|
},
|
|
4029
4092
|
"signature": "(runtimeName?: string, componentIds?: ComponentID[], opts?: ResolveAspectsOptions): Promise<AspectDefinition[]>",
|
|
@@ -4033,7 +4096,7 @@
|
|
|
4033
4096
|
"__schema": "ParameterSchema",
|
|
4034
4097
|
"location": {
|
|
4035
4098
|
"filePath": "component-factory.ts",
|
|
4036
|
-
"line":
|
|
4099
|
+
"line": 147,
|
|
4037
4100
|
"character": 5
|
|
4038
4101
|
},
|
|
4039
4102
|
"name": "runtimeName",
|
|
@@ -4041,7 +4104,7 @@
|
|
|
4041
4104
|
"__schema": "KeywordTypeSchema",
|
|
4042
4105
|
"location": {
|
|
4043
4106
|
"filePath": "component-factory.ts",
|
|
4044
|
-
"line":
|
|
4107
|
+
"line": 147,
|
|
4045
4108
|
"character": 19
|
|
4046
4109
|
},
|
|
4047
4110
|
"name": "string"
|
|
@@ -4053,7 +4116,7 @@
|
|
|
4053
4116
|
"__schema": "ParameterSchema",
|
|
4054
4117
|
"location": {
|
|
4055
4118
|
"filePath": "component-factory.ts",
|
|
4056
|
-
"line":
|
|
4119
|
+
"line": 148,
|
|
4057
4120
|
"character": 5
|
|
4058
4121
|
},
|
|
4059
4122
|
"name": "componentIds",
|
|
@@ -4061,14 +4124,14 @@
|
|
|
4061
4124
|
"__schema": "TypeArraySchema",
|
|
4062
4125
|
"location": {
|
|
4063
4126
|
"filePath": "component-factory.ts",
|
|
4064
|
-
"line":
|
|
4127
|
+
"line": 148,
|
|
4065
4128
|
"character": 20
|
|
4066
4129
|
},
|
|
4067
4130
|
"type": {
|
|
4068
4131
|
"__schema": "TypeRefSchema",
|
|
4069
4132
|
"location": {
|
|
4070
4133
|
"filePath": "component-factory.ts",
|
|
4071
|
-
"line":
|
|
4134
|
+
"line": 148,
|
|
4072
4135
|
"character": 20
|
|
4073
4136
|
},
|
|
4074
4137
|
"name": "ComponentID"
|
|
@@ -4081,7 +4144,7 @@
|
|
|
4081
4144
|
"__schema": "ParameterSchema",
|
|
4082
4145
|
"location": {
|
|
4083
4146
|
"filePath": "component-factory.ts",
|
|
4084
|
-
"line":
|
|
4147
|
+
"line": 149,
|
|
4085
4148
|
"character": 5
|
|
4086
4149
|
},
|
|
4087
4150
|
"name": "opts",
|
|
@@ -4089,7 +4152,7 @@
|
|
|
4089
4152
|
"__schema": "TypeRefSchema",
|
|
4090
4153
|
"location": {
|
|
4091
4154
|
"filePath": "component-factory.ts",
|
|
4092
|
-
"line":
|
|
4155
|
+
"line": 149,
|
|
4093
4156
|
"character": 12
|
|
4094
4157
|
},
|
|
4095
4158
|
"name": "ResolveAspectsOptions"
|
|
@@ -4102,7 +4165,7 @@
|
|
|
4102
4165
|
"__schema": "TypeRefSchema",
|
|
4103
4166
|
"location": {
|
|
4104
4167
|
"filePath": "component-factory.ts",
|
|
4105
|
-
"line":
|
|
4168
|
+
"line": 150,
|
|
4106
4169
|
"character": 8
|
|
4107
4170
|
},
|
|
4108
4171
|
"name": "Promise",
|
|
@@ -4111,14 +4174,14 @@
|
|
|
4111
4174
|
"__schema": "TypeArraySchema",
|
|
4112
4175
|
"location": {
|
|
4113
4176
|
"filePath": "component-factory.ts",
|
|
4114
|
-
"line":
|
|
4177
|
+
"line": 150,
|
|
4115
4178
|
"character": 16
|
|
4116
4179
|
},
|
|
4117
4180
|
"type": {
|
|
4118
4181
|
"__schema": "TypeRefSchema",
|
|
4119
4182
|
"location": {
|
|
4120
4183
|
"filePath": "component-factory.ts",
|
|
4121
|
-
"line":
|
|
4184
|
+
"line": 150,
|
|
4122
4185
|
"character": 16
|
|
4123
4186
|
},
|
|
4124
4187
|
"name": "AspectDefinition"
|
|
@@ -4134,14 +4197,14 @@
|
|
|
4134
4197
|
"__schema": "FunctionLikeSchema",
|
|
4135
4198
|
"location": {
|
|
4136
4199
|
"filePath": "component-factory.ts",
|
|
4137
|
-
"line":
|
|
4200
|
+
"line": 155,
|
|
4138
4201
|
"character": 3
|
|
4139
4202
|
},
|
|
4140
4203
|
"doc": {
|
|
4141
4204
|
"__schema": "DocSchema",
|
|
4142
4205
|
"location": {
|
|
4143
4206
|
"filePath": "component-factory.ts",
|
|
4144
|
-
"line":
|
|
4207
|
+
"line": 152,
|
|
4145
4208
|
"character": 3
|
|
4146
4209
|
},
|
|
4147
4210
|
"raw": "/**\n * list all components in the host.\n */",
|
|
@@ -4154,7 +4217,7 @@
|
|
|
4154
4217
|
"__schema": "ParameterSchema",
|
|
4155
4218
|
"location": {
|
|
4156
4219
|
"filePath": "component-factory.ts",
|
|
4157
|
-
"line":
|
|
4220
|
+
"line": 155,
|
|
4158
4221
|
"character": 8
|
|
4159
4222
|
},
|
|
4160
4223
|
"name": "filter",
|
|
@@ -4162,7 +4225,7 @@
|
|
|
4162
4225
|
"__schema": "TypeLiteralSchema",
|
|
4163
4226
|
"location": {
|
|
4164
4227
|
"filePath": "component-factory.ts",
|
|
4165
|
-
"line":
|
|
4228
|
+
"line": 155,
|
|
4166
4229
|
"character": 17
|
|
4167
4230
|
},
|
|
4168
4231
|
"members": [
|
|
@@ -4170,7 +4233,7 @@
|
|
|
4170
4233
|
"__schema": "VariableLikeSchema",
|
|
4171
4234
|
"location": {
|
|
4172
4235
|
"filePath": "component-factory.ts",
|
|
4173
|
-
"line":
|
|
4236
|
+
"line": 155,
|
|
4174
4237
|
"character": 19
|
|
4175
4238
|
},
|
|
4176
4239
|
"signature": "(property) offset: number",
|
|
@@ -4179,7 +4242,7 @@
|
|
|
4179
4242
|
"__schema": "KeywordTypeSchema",
|
|
4180
4243
|
"location": {
|
|
4181
4244
|
"filePath": "component-factory.ts",
|
|
4182
|
-
"line":
|
|
4245
|
+
"line": 155,
|
|
4183
4246
|
"character": 27
|
|
4184
4247
|
},
|
|
4185
4248
|
"name": "number"
|
|
@@ -4190,7 +4253,7 @@
|
|
|
4190
4253
|
"__schema": "VariableLikeSchema",
|
|
4191
4254
|
"location": {
|
|
4192
4255
|
"filePath": "component-factory.ts",
|
|
4193
|
-
"line":
|
|
4256
|
+
"line": 155,
|
|
4194
4257
|
"character": 35
|
|
4195
4258
|
},
|
|
4196
4259
|
"signature": "(property) limit: number",
|
|
@@ -4199,7 +4262,7 @@
|
|
|
4199
4262
|
"__schema": "KeywordTypeSchema",
|
|
4200
4263
|
"location": {
|
|
4201
4264
|
"filePath": "component-factory.ts",
|
|
4202
|
-
"line":
|
|
4265
|
+
"line": 155,
|
|
4203
4266
|
"character": 42
|
|
4204
4267
|
},
|
|
4205
4268
|
"name": "number"
|
|
@@ -4216,7 +4279,7 @@
|
|
|
4216
4279
|
"__schema": "TypeRefSchema",
|
|
4217
4280
|
"location": {
|
|
4218
4281
|
"filePath": "component-factory.ts",
|
|
4219
|
-
"line":
|
|
4282
|
+
"line": 155,
|
|
4220
4283
|
"character": 53
|
|
4221
4284
|
},
|
|
4222
4285
|
"name": "Promise",
|
|
@@ -4225,14 +4288,14 @@
|
|
|
4225
4288
|
"__schema": "TypeArraySchema",
|
|
4226
4289
|
"location": {
|
|
4227
4290
|
"filePath": "component-factory.ts",
|
|
4228
|
-
"line":
|
|
4291
|
+
"line": 155,
|
|
4229
4292
|
"character": 61
|
|
4230
4293
|
},
|
|
4231
4294
|
"type": {
|
|
4232
4295
|
"__schema": "TypeRefSchema",
|
|
4233
4296
|
"location": {
|
|
4234
4297
|
"filePath": "component-factory.ts",
|
|
4235
|
-
"line":
|
|
4298
|
+
"line": 155,
|
|
4236
4299
|
"character": 61
|
|
4237
4300
|
},
|
|
4238
4301
|
"name": "Component"
|
|
@@ -4246,14 +4309,14 @@
|
|
|
4246
4309
|
"__schema": "FunctionLikeSchema",
|
|
4247
4310
|
"location": {
|
|
4248
4311
|
"filePath": "component-factory.ts",
|
|
4249
|
-
"line":
|
|
4312
|
+
"line": 160,
|
|
4250
4313
|
"character": 3
|
|
4251
4314
|
},
|
|
4252
4315
|
"doc": {
|
|
4253
4316
|
"__schema": "DocSchema",
|
|
4254
4317
|
"location": {
|
|
4255
4318
|
"filePath": "component-factory.ts",
|
|
4256
|
-
"line":
|
|
4319
|
+
"line": 157,
|
|
4257
4320
|
"character": 3
|
|
4258
4321
|
},
|
|
4259
4322
|
"raw": "/**\n * list invalid components, such as components with missing files on the fs.\n */",
|
|
@@ -4266,7 +4329,7 @@
|
|
|
4266
4329
|
"__schema": "TypeRefSchema",
|
|
4267
4330
|
"location": {
|
|
4268
4331
|
"filePath": "component-factory.ts",
|
|
4269
|
-
"line":
|
|
4332
|
+
"line": 160,
|
|
4270
4333
|
"character": 18
|
|
4271
4334
|
},
|
|
4272
4335
|
"name": "Promise",
|
|
@@ -4275,14 +4338,14 @@
|
|
|
4275
4338
|
"__schema": "TypeArraySchema",
|
|
4276
4339
|
"location": {
|
|
4277
4340
|
"filePath": "component-factory.ts",
|
|
4278
|
-
"line":
|
|
4341
|
+
"line": 160,
|
|
4279
4342
|
"character": 26
|
|
4280
4343
|
},
|
|
4281
4344
|
"type": {
|
|
4282
4345
|
"__schema": "TypeRefSchema",
|
|
4283
4346
|
"location": {
|
|
4284
4347
|
"filePath": "component-factory.ts",
|
|
4285
|
-
"line":
|
|
4348
|
+
"line": 160,
|
|
4286
4349
|
"character": 26
|
|
4287
4350
|
},
|
|
4288
4351
|
"name": "InvalidComponent"
|
|
@@ -4296,7 +4359,7 @@
|
|
|
4296
4359
|
"__schema": "FunctionLikeSchema",
|
|
4297
4360
|
"location": {
|
|
4298
4361
|
"filePath": "component-factory.ts",
|
|
4299
|
-
"line":
|
|
4362
|
+
"line": 162,
|
|
4300
4363
|
"character": 3
|
|
4301
4364
|
},
|
|
4302
4365
|
"signature": "(method) ComponentFactory.listIds(): Promise<ComponentID[]> | ComponentID[]",
|
|
@@ -4306,7 +4369,7 @@
|
|
|
4306
4369
|
"__schema": "TypeUnionSchema",
|
|
4307
4370
|
"location": {
|
|
4308
4371
|
"filePath": "component-factory.ts",
|
|
4309
|
-
"line":
|
|
4372
|
+
"line": 162,
|
|
4310
4373
|
"character": 14
|
|
4311
4374
|
},
|
|
4312
4375
|
"types": [
|
|
@@ -4314,7 +4377,7 @@
|
|
|
4314
4377
|
"__schema": "TypeRefSchema",
|
|
4315
4378
|
"location": {
|
|
4316
4379
|
"filePath": "component-factory.ts",
|
|
4317
|
-
"line":
|
|
4380
|
+
"line": 162,
|
|
4318
4381
|
"character": 14
|
|
4319
4382
|
},
|
|
4320
4383
|
"name": "Promise",
|
|
@@ -4323,14 +4386,14 @@
|
|
|
4323
4386
|
"__schema": "TypeArraySchema",
|
|
4324
4387
|
"location": {
|
|
4325
4388
|
"filePath": "component-factory.ts",
|
|
4326
|
-
"line":
|
|
4389
|
+
"line": 162,
|
|
4327
4390
|
"character": 22
|
|
4328
4391
|
},
|
|
4329
4392
|
"type": {
|
|
4330
4393
|
"__schema": "TypeRefSchema",
|
|
4331
4394
|
"location": {
|
|
4332
4395
|
"filePath": "component-factory.ts",
|
|
4333
|
-
"line":
|
|
4396
|
+
"line": 162,
|
|
4334
4397
|
"character": 22
|
|
4335
4398
|
},
|
|
4336
4399
|
"name": "ComponentID"
|
|
@@ -4342,14 +4405,14 @@
|
|
|
4342
4405
|
"__schema": "TypeArraySchema",
|
|
4343
4406
|
"location": {
|
|
4344
4407
|
"filePath": "component-factory.ts",
|
|
4345
|
-
"line":
|
|
4408
|
+
"line": 162,
|
|
4346
4409
|
"character": 39
|
|
4347
4410
|
},
|
|
4348
4411
|
"type": {
|
|
4349
4412
|
"__schema": "TypeRefSchema",
|
|
4350
4413
|
"location": {
|
|
4351
4414
|
"filePath": "component-factory.ts",
|
|
4352
|
-
"line":
|
|
4415
|
+
"line": 162,
|
|
4353
4416
|
"character": 39
|
|
4354
4417
|
},
|
|
4355
4418
|
"name": "ComponentID"
|
|
@@ -4363,14 +4426,14 @@
|
|
|
4363
4426
|
"__schema": "FunctionLikeSchema",
|
|
4364
4427
|
"location": {
|
|
4365
4428
|
"filePath": "component-factory.ts",
|
|
4366
|
-
"line":
|
|
4429
|
+
"line": 169,
|
|
4367
4430
|
"character": 3
|
|
4368
4431
|
},
|
|
4369
4432
|
"doc": {
|
|
4370
4433
|
"__schema": "DocSchema",
|
|
4371
4434
|
"location": {
|
|
4372
4435
|
"filePath": "component-factory.ts",
|
|
4373
|
-
"line":
|
|
4436
|
+
"line": 164,
|
|
4374
4437
|
"character": 3
|
|
4375
4438
|
},
|
|
4376
4439
|
"raw": "/**\n * get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\n * it uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n * (among others) negate character \"!\" to exclude ids. See the package page for more supported characters.\n */",
|
|
@@ -4383,7 +4446,7 @@
|
|
|
4383
4446
|
"__schema": "ParameterSchema",
|
|
4384
4447
|
"location": {
|
|
4385
4448
|
"filePath": "component-factory.ts",
|
|
4386
|
-
"line":
|
|
4449
|
+
"line": 169,
|
|
4387
4450
|
"character": 16
|
|
4388
4451
|
},
|
|
4389
4452
|
"name": "pattern",
|
|
@@ -4391,7 +4454,7 @@
|
|
|
4391
4454
|
"__schema": "KeywordTypeSchema",
|
|
4392
4455
|
"location": {
|
|
4393
4456
|
"filePath": "component-factory.ts",
|
|
4394
|
-
"line":
|
|
4457
|
+
"line": 169,
|
|
4395
4458
|
"character": 25
|
|
4396
4459
|
},
|
|
4397
4460
|
"name": "string"
|
|
@@ -4403,7 +4466,7 @@
|
|
|
4403
4466
|
"__schema": "ParameterSchema",
|
|
4404
4467
|
"location": {
|
|
4405
4468
|
"filePath": "component-factory.ts",
|
|
4406
|
-
"line":
|
|
4469
|
+
"line": 169,
|
|
4407
4470
|
"character": 33
|
|
4408
4471
|
},
|
|
4409
4472
|
"name": "throwForNoMatch",
|
|
@@ -4411,7 +4474,7 @@
|
|
|
4411
4474
|
"__schema": "KeywordTypeSchema",
|
|
4412
4475
|
"location": {
|
|
4413
4476
|
"filePath": "component-factory.ts",
|
|
4414
|
-
"line":
|
|
4477
|
+
"line": 169,
|
|
4415
4478
|
"character": 51
|
|
4416
4479
|
},
|
|
4417
4480
|
"name": "boolean"
|
|
@@ -4424,7 +4487,7 @@
|
|
|
4424
4487
|
"__schema": "TypeRefSchema",
|
|
4425
4488
|
"location": {
|
|
4426
4489
|
"filePath": "component-factory.ts",
|
|
4427
|
-
"line":
|
|
4490
|
+
"line": 169,
|
|
4428
4491
|
"character": 61
|
|
4429
4492
|
},
|
|
4430
4493
|
"name": "Promise",
|
|
@@ -4433,14 +4496,14 @@
|
|
|
4433
4496
|
"__schema": "TypeArraySchema",
|
|
4434
4497
|
"location": {
|
|
4435
4498
|
"filePath": "component-factory.ts",
|
|
4436
|
-
"line":
|
|
4499
|
+
"line": 169,
|
|
4437
4500
|
"character": 69
|
|
4438
4501
|
},
|
|
4439
4502
|
"type": {
|
|
4440
4503
|
"__schema": "TypeRefSchema",
|
|
4441
4504
|
"location": {
|
|
4442
4505
|
"filePath": "component-factory.ts",
|
|
4443
|
-
"line":
|
|
4506
|
+
"line": 169,
|
|
4444
4507
|
"character": 69
|
|
4445
4508
|
},
|
|
4446
4509
|
"name": "ComponentID"
|
|
@@ -4454,7 +4517,7 @@
|
|
|
4454
4517
|
"__schema": "FunctionLikeSchema",
|
|
4455
4518
|
"location": {
|
|
4456
4519
|
"filePath": "component-factory.ts",
|
|
4457
|
-
"line":
|
|
4520
|
+
"line": 171,
|
|
4458
4521
|
"character": 3
|
|
4459
4522
|
},
|
|
4460
4523
|
"signature": "(method) ComponentFactory.hasId(componentId: ComponentID): Promise<boolean>",
|
|
@@ -4464,7 +4527,7 @@
|
|
|
4464
4527
|
"__schema": "ParameterSchema",
|
|
4465
4528
|
"location": {
|
|
4466
4529
|
"filePath": "component-factory.ts",
|
|
4467
|
-
"line":
|
|
4530
|
+
"line": 171,
|
|
4468
4531
|
"character": 9
|
|
4469
4532
|
},
|
|
4470
4533
|
"name": "componentId",
|
|
@@ -4472,7 +4535,7 @@
|
|
|
4472
4535
|
"__schema": "TypeRefSchema",
|
|
4473
4536
|
"location": {
|
|
4474
4537
|
"filePath": "component-factory.ts",
|
|
4475
|
-
"line":
|
|
4538
|
+
"line": 171,
|
|
4476
4539
|
"character": 22
|
|
4477
4540
|
},
|
|
4478
4541
|
"name": "ComponentID"
|
|
@@ -4485,7 +4548,7 @@
|
|
|
4485
4548
|
"__schema": "TypeRefSchema",
|
|
4486
4549
|
"location": {
|
|
4487
4550
|
"filePath": "component-factory.ts",
|
|
4488
|
-
"line":
|
|
4551
|
+
"line": 171,
|
|
4489
4552
|
"character": 36
|
|
4490
4553
|
},
|
|
4491
4554
|
"name": "Promise",
|
|
@@ -4494,7 +4557,7 @@
|
|
|
4494
4557
|
"__schema": "KeywordTypeSchema",
|
|
4495
4558
|
"location": {
|
|
4496
4559
|
"filePath": "component-factory.ts",
|
|
4497
|
-
"line":
|
|
4560
|
+
"line": 171,
|
|
4498
4561
|
"character": 44
|
|
4499
4562
|
},
|
|
4500
4563
|
"name": "boolean"
|
|
@@ -4507,14 +4570,14 @@
|
|
|
4507
4570
|
"__schema": "FunctionLikeSchema",
|
|
4508
4571
|
"location": {
|
|
4509
4572
|
"filePath": "component-factory.ts",
|
|
4510
|
-
"line":
|
|
4573
|
+
"line": 177,
|
|
4511
4574
|
"character": 3
|
|
4512
4575
|
},
|
|
4513
4576
|
"doc": {
|
|
4514
4577
|
"__schema": "DocSchema",
|
|
4515
4578
|
"location": {
|
|
4516
4579
|
"filePath": "component-factory.ts",
|
|
4517
|
-
"line":
|
|
4580
|
+
"line": 173,
|
|
4518
4581
|
"character": 3
|
|
4519
4582
|
},
|
|
4520
4583
|
"raw": "/**\n * Check if the host has the id, if no, search for the id in inner host (for example, workspace will search in the scope)\n * @param componentId\n */",
|
|
@@ -4524,7 +4587,7 @@
|
|
|
4524
4587
|
"__schema": "PropertyLikeTagSchema",
|
|
4525
4588
|
"location": {
|
|
4526
4589
|
"filePath": "component-factory.ts",
|
|
4527
|
-
"line":
|
|
4590
|
+
"line": 175,
|
|
4528
4591
|
"character": 6
|
|
4529
4592
|
},
|
|
4530
4593
|
"name": "componentId",
|
|
@@ -4539,7 +4602,7 @@
|
|
|
4539
4602
|
"__schema": "ParameterSchema",
|
|
4540
4603
|
"location": {
|
|
4541
4604
|
"filePath": "component-factory.ts",
|
|
4542
|
-
"line":
|
|
4605
|
+
"line": 177,
|
|
4543
4606
|
"character": 15
|
|
4544
4607
|
},
|
|
4545
4608
|
"name": "componentId",
|
|
@@ -4547,7 +4610,7 @@
|
|
|
4547
4610
|
"__schema": "TypeRefSchema",
|
|
4548
4611
|
"location": {
|
|
4549
4612
|
"filePath": "component-factory.ts",
|
|
4550
|
-
"line":
|
|
4613
|
+
"line": 177,
|
|
4551
4614
|
"character": 28
|
|
4552
4615
|
},
|
|
4553
4616
|
"name": "ComponentID"
|
|
@@ -4559,7 +4622,7 @@
|
|
|
4559
4622
|
"__schema": "ParameterSchema",
|
|
4560
4623
|
"location": {
|
|
4561
4624
|
"filePath": "component-factory.ts",
|
|
4562
|
-
"line":
|
|
4625
|
+
"line": 177,
|
|
4563
4626
|
"character": 41
|
|
4564
4627
|
},
|
|
4565
4628
|
"name": "includeCache",
|
|
@@ -4567,7 +4630,7 @@
|
|
|
4567
4630
|
"__schema": "KeywordTypeSchema",
|
|
4568
4631
|
"location": {
|
|
4569
4632
|
"filePath": "component-factory.ts",
|
|
4570
|
-
"line":
|
|
4633
|
+
"line": 177,
|
|
4571
4634
|
"character": 56
|
|
4572
4635
|
},
|
|
4573
4636
|
"name": "boolean"
|
|
@@ -4580,7 +4643,7 @@
|
|
|
4580
4643
|
"__schema": "TypeRefSchema",
|
|
4581
4644
|
"location": {
|
|
4582
4645
|
"filePath": "component-factory.ts",
|
|
4583
|
-
"line":
|
|
4646
|
+
"line": 177,
|
|
4584
4647
|
"character": 66
|
|
4585
4648
|
},
|
|
4586
4649
|
"name": "Promise",
|
|
@@ -4589,7 +4652,7 @@
|
|
|
4589
4652
|
"__schema": "KeywordTypeSchema",
|
|
4590
4653
|
"location": {
|
|
4591
4654
|
"filePath": "component-factory.ts",
|
|
4592
|
-
"line":
|
|
4655
|
+
"line": 177,
|
|
4593
4656
|
"character": 74
|
|
4594
4657
|
},
|
|
4595
4658
|
"name": "boolean"
|
|
@@ -4602,14 +4665,14 @@
|
|
|
4602
4665
|
"__schema": "FunctionLikeSchema",
|
|
4603
4666
|
"location": {
|
|
4604
4667
|
"filePath": "component-factory.ts",
|
|
4605
|
-
"line":
|
|
4668
|
+
"line": 184,
|
|
4606
4669
|
"character": 3
|
|
4607
4670
|
},
|
|
4608
4671
|
"doc": {
|
|
4609
4672
|
"__schema": "DocSchema",
|
|
4610
4673
|
"location": {
|
|
4611
4674
|
"filePath": "component-factory.ts",
|
|
4612
|
-
"line":
|
|
4675
|
+
"line": 179,
|
|
4613
4676
|
"character": 3
|
|
4614
4677
|
},
|
|
4615
4678
|
"raw": "/**\n * whether a component is not the same as its head.\n * for a new component, it'll return \"true\" as it has no head yet.\n * this is relevant for component from the workspace, where it can be locally changed. on the scope it's always false\n */",
|
|
@@ -4622,7 +4685,7 @@
|
|
|
4622
4685
|
"__schema": "ParameterSchema",
|
|
4623
4686
|
"location": {
|
|
4624
4687
|
"filePath": "component-factory.ts",
|
|
4625
|
-
"line":
|
|
4688
|
+
"line": 184,
|
|
4626
4689
|
"character": 14
|
|
4627
4690
|
},
|
|
4628
4691
|
"name": "component",
|
|
@@ -4630,7 +4693,7 @@
|
|
|
4630
4693
|
"__schema": "TypeRefSchema",
|
|
4631
4694
|
"location": {
|
|
4632
4695
|
"filePath": "component-factory.ts",
|
|
4633
|
-
"line":
|
|
4696
|
+
"line": 184,
|
|
4634
4697
|
"character": 25
|
|
4635
4698
|
},
|
|
4636
4699
|
"name": "Component"
|
|
@@ -4643,7 +4706,7 @@
|
|
|
4643
4706
|
"__schema": "TypeRefSchema",
|
|
4644
4707
|
"location": {
|
|
4645
4708
|
"filePath": "component-factory.ts",
|
|
4646
|
-
"line":
|
|
4709
|
+
"line": 184,
|
|
4647
4710
|
"character": 37
|
|
4648
4711
|
},
|
|
4649
4712
|
"name": "Promise",
|
|
@@ -4652,7 +4715,7 @@
|
|
|
4652
4715
|
"__schema": "KeywordTypeSchema",
|
|
4653
4716
|
"location": {
|
|
4654
4717
|
"filePath": "component-factory.ts",
|
|
4655
|
-
"line":
|
|
4718
|
+
"line": 184,
|
|
4656
4719
|
"character": 45
|
|
4657
4720
|
},
|
|
4658
4721
|
"name": "boolean"
|
|
@@ -4665,14 +4728,14 @@
|
|
|
4665
4728
|
"__schema": "FunctionLikeSchema",
|
|
4666
4729
|
"location": {
|
|
4667
4730
|
"filePath": "component-factory.ts",
|
|
4668
|
-
"line":
|
|
4731
|
+
"line": 190,
|
|
4669
4732
|
"character": 3
|
|
4670
4733
|
},
|
|
4671
4734
|
"doc": {
|
|
4672
4735
|
"__schema": "DocSchema",
|
|
4673
4736
|
"location": {
|
|
4674
4737
|
"filePath": "component-factory.ts",
|
|
4675
|
-
"line":
|
|
4738
|
+
"line": 186,
|
|
4676
4739
|
"character": 3
|
|
4677
4740
|
},
|
|
4678
4741
|
"raw": "/**\n * write the component to the filesystem when applicable (no-op for scope).\n * to change the component-path, specify the \"rootPath\", which should be a relative path inside the workspace.\n */",
|
|
@@ -4685,7 +4748,7 @@
|
|
|
4685
4748
|
"__schema": "ParameterSchema",
|
|
4686
4749
|
"location": {
|
|
4687
4750
|
"filePath": "component-factory.ts",
|
|
4688
|
-
"line":
|
|
4751
|
+
"line": 190,
|
|
4689
4752
|
"character": 9
|
|
4690
4753
|
},
|
|
4691
4754
|
"name": "component",
|
|
@@ -4693,7 +4756,7 @@
|
|
|
4693
4756
|
"__schema": "TypeRefSchema",
|
|
4694
4757
|
"location": {
|
|
4695
4758
|
"filePath": "component-factory.ts",
|
|
4696
|
-
"line":
|
|
4759
|
+
"line": 190,
|
|
4697
4760
|
"character": 20
|
|
4698
4761
|
},
|
|
4699
4762
|
"name": "Component"
|
|
@@ -4705,7 +4768,7 @@
|
|
|
4705
4768
|
"__schema": "ParameterSchema",
|
|
4706
4769
|
"location": {
|
|
4707
4770
|
"filePath": "component-factory.ts",
|
|
4708
|
-
"line":
|
|
4771
|
+
"line": 190,
|
|
4709
4772
|
"character": 31
|
|
4710
4773
|
},
|
|
4711
4774
|
"name": "rootPath",
|
|
@@ -4713,7 +4776,7 @@
|
|
|
4713
4776
|
"__schema": "KeywordTypeSchema",
|
|
4714
4777
|
"location": {
|
|
4715
4778
|
"filePath": "component-factory.ts",
|
|
4716
|
-
"line":
|
|
4779
|
+
"line": 190,
|
|
4717
4780
|
"character": 42
|
|
4718
4781
|
},
|
|
4719
4782
|
"name": "string"
|
|
@@ -4726,7 +4789,7 @@
|
|
|
4726
4789
|
"__schema": "TypeRefSchema",
|
|
4727
4790
|
"location": {
|
|
4728
4791
|
"filePath": "component-factory.ts",
|
|
4729
|
-
"line":
|
|
4792
|
+
"line": 190,
|
|
4730
4793
|
"character": 51
|
|
4731
4794
|
},
|
|
4732
4795
|
"name": "Promise",
|
|
@@ -4735,7 +4798,7 @@
|
|
|
4735
4798
|
"__schema": "KeywordTypeSchema",
|
|
4736
4799
|
"location": {
|
|
4737
4800
|
"filePath": "component-factory.ts",
|
|
4738
|
-
"line":
|
|
4801
|
+
"line": 190,
|
|
4739
4802
|
"character": 59
|
|
4740
4803
|
},
|
|
4741
4804
|
"name": "void"
|
|
@@ -4748,14 +4811,14 @@
|
|
|
4748
4811
|
"__schema": "VariableLikeSchema",
|
|
4749
4812
|
"location": {
|
|
4750
4813
|
"filePath": "component-factory.ts",
|
|
4751
|
-
"line":
|
|
4814
|
+
"line": 195,
|
|
4752
4815
|
"character": 3
|
|
4753
4816
|
},
|
|
4754
4817
|
"doc": {
|
|
4755
4818
|
"__schema": "DocSchema",
|
|
4756
4819
|
"location": {
|
|
4757
4820
|
"filePath": "component-factory.ts",
|
|
4758
|
-
"line":
|
|
4821
|
+
"line": 192,
|
|
4759
4822
|
"character": 3
|
|
4760
4823
|
},
|
|
4761
4824
|
"raw": "/**\n * determine whether host should be the prior one in case multiple hosts persist.\n */",
|
|
@@ -4767,7 +4830,7 @@
|
|
|
4767
4830
|
"__schema": "KeywordTypeSchema",
|
|
4768
4831
|
"location": {
|
|
4769
4832
|
"filePath": "component-factory.ts",
|
|
4770
|
-
"line":
|
|
4833
|
+
"line": 195,
|
|
4771
4834
|
"character": 14
|
|
4772
4835
|
},
|
|
4773
4836
|
"name": "boolean"
|
|
@@ -8112,7 +8175,7 @@
|
|
|
8112
8175
|
"_legacy": {
|
|
8113
8176
|
"scope": "teambit.component",
|
|
8114
8177
|
"name": "component",
|
|
8115
|
-
"version": "1.0.
|
|
8178
|
+
"version": "1.0.228"
|
|
8116
8179
|
},
|
|
8117
8180
|
"_scope": "teambit.component"
|
|
8118
8181
|
}
|
|
@@ -17295,6 +17358,27 @@
|
|
|
17295
17358
|
"line": 153,
|
|
17296
17359
|
"character": 3
|
|
17297
17360
|
},
|
|
17361
|
+
"signature": "(method) Component.getPackageName(): string",
|
|
17362
|
+
"name": "getPackageName",
|
|
17363
|
+
"params": [],
|
|
17364
|
+
"returnType": {
|
|
17365
|
+
"__schema": "KeywordTypeSchema",
|
|
17366
|
+
"location": {
|
|
17367
|
+
"filePath": "component.ts",
|
|
17368
|
+
"line": 153,
|
|
17369
|
+
"character": 21
|
|
17370
|
+
},
|
|
17371
|
+
"name": "string"
|
|
17372
|
+
},
|
|
17373
|
+
"modifiers": []
|
|
17374
|
+
},
|
|
17375
|
+
{
|
|
17376
|
+
"__schema": "FunctionLikeSchema",
|
|
17377
|
+
"location": {
|
|
17378
|
+
"filePath": "component.ts",
|
|
17379
|
+
"line": 157,
|
|
17380
|
+
"character": 3
|
|
17381
|
+
},
|
|
17298
17382
|
"signature": "(method) Component.stringify(): string",
|
|
17299
17383
|
"name": "stringify",
|
|
17300
17384
|
"params": [],
|
|
@@ -17302,7 +17386,7 @@
|
|
|
17302
17386
|
"__schema": "KeywordTypeSchema",
|
|
17303
17387
|
"location": {
|
|
17304
17388
|
"filePath": "component.ts",
|
|
17305
|
-
"line":
|
|
17389
|
+
"line": 157,
|
|
17306
17390
|
"character": 16
|
|
17307
17391
|
},
|
|
17308
17392
|
"name": "string"
|
|
@@ -17313,7 +17397,7 @@
|
|
|
17313
17397
|
"__schema": "GetAccessorSchema",
|
|
17314
17398
|
"location": {
|
|
17315
17399
|
"filePath": "component.ts",
|
|
17316
|
-
"line":
|
|
17400
|
+
"line": 177,
|
|
17317
17401
|
"character": 3
|
|
17318
17402
|
},
|
|
17319
17403
|
"signature": "(getter) Component.displayName: string",
|
|
@@ -17322,7 +17406,7 @@
|
|
|
17322
17406
|
"__schema": "InferenceTypeSchema",
|
|
17323
17407
|
"location": {
|
|
17324
17408
|
"filePath": "component.ts",
|
|
17325
|
-
"line":
|
|
17409
|
+
"line": 177,
|
|
17326
17410
|
"character": 3
|
|
17327
17411
|
},
|
|
17328
17412
|
"type": "string"
|
|
@@ -17332,14 +17416,14 @@
|
|
|
17332
17416
|
"__schema": "FunctionLikeSchema",
|
|
17333
17417
|
"location": {
|
|
17334
17418
|
"filePath": "component.ts",
|
|
17335
|
-
"line":
|
|
17419
|
+
"line": 186,
|
|
17336
17420
|
"character": 3
|
|
17337
17421
|
},
|
|
17338
17422
|
"doc": {
|
|
17339
17423
|
"__schema": "DocSchema",
|
|
17340
17424
|
"location": {
|
|
17341
17425
|
"filePath": "component.ts",
|
|
17342
|
-
"line":
|
|
17426
|
+
"line": 182,
|
|
17343
17427
|
"character": 3
|
|
17344
17428
|
},
|
|
17345
17429
|
"raw": "/**\n * tag a component `Snap` with a semantic version. we follow SemVer specs as defined [here](https://semver.org/)).\n */",
|
|
@@ -17352,7 +17436,7 @@
|
|
|
17352
17436
|
"__schema": "ParameterSchema",
|
|
17353
17437
|
"location": {
|
|
17354
17438
|
"filePath": "component.ts",
|
|
17355
|
-
"line":
|
|
17439
|
+
"line": 186,
|
|
17356
17440
|
"character": 7
|
|
17357
17441
|
},
|
|
17358
17442
|
"name": "version",
|
|
@@ -17360,7 +17444,7 @@
|
|
|
17360
17444
|
"__schema": "TypeRefSchema",
|
|
17361
17445
|
"location": {
|
|
17362
17446
|
"filePath": "component.ts",
|
|
17363
|
-
"line":
|
|
17447
|
+
"line": 186,
|
|
17364
17448
|
"character": 16
|
|
17365
17449
|
},
|
|
17366
17450
|
"name": "SemVer"
|
|
@@ -17373,7 +17457,7 @@
|
|
|
17373
17457
|
"__schema": "InferenceTypeSchema",
|
|
17374
17458
|
"location": {
|
|
17375
17459
|
"filePath": "component.ts",
|
|
17376
|
-
"line":
|
|
17460
|
+
"line": 186,
|
|
17377
17461
|
"character": 3
|
|
17378
17462
|
},
|
|
17379
17463
|
"type": "void"
|
|
@@ -17384,14 +17468,14 @@
|
|
|
17384
17468
|
"__schema": "FunctionLikeSchema",
|
|
17385
17469
|
"location": {
|
|
17386
17470
|
"filePath": "component.ts",
|
|
17387
|
-
"line":
|
|
17471
|
+
"line": 195,
|
|
17388
17472
|
"character": 3
|
|
17389
17473
|
},
|
|
17390
17474
|
"doc": {
|
|
17391
17475
|
"__schema": "DocSchema",
|
|
17392
17476
|
"location": {
|
|
17393
17477
|
"filePath": "component.ts",
|
|
17394
|
-
"line":
|
|
17478
|
+
"line": 192,
|
|
17395
17479
|
"character": 3
|
|
17396
17480
|
},
|
|
17397
17481
|
"raw": "/**\n * determines whether this component is modified in the workspace.\n */",
|
|
@@ -17404,7 +17488,7 @@
|
|
|
17404
17488
|
"__schema": "TypeRefSchema",
|
|
17405
17489
|
"location": {
|
|
17406
17490
|
"filePath": "component.ts",
|
|
17407
|
-
"line":
|
|
17491
|
+
"line": 195,
|
|
17408
17492
|
"character": 17
|
|
17409
17493
|
},
|
|
17410
17494
|
"name": "Promise",
|
|
@@ -17413,7 +17497,7 @@
|
|
|
17413
17497
|
"__schema": "KeywordTypeSchema",
|
|
17414
17498
|
"location": {
|
|
17415
17499
|
"filePath": "component.ts",
|
|
17416
|
-
"line":
|
|
17500
|
+
"line": 195,
|
|
17417
17501
|
"character": 25
|
|
17418
17502
|
},
|
|
17419
17503
|
"name": "boolean"
|
|
@@ -17426,14 +17510,14 @@
|
|
|
17426
17510
|
"__schema": "FunctionLikeSchema",
|
|
17427
17511
|
"location": {
|
|
17428
17512
|
"filePath": "component.ts",
|
|
17429
|
-
"line":
|
|
17513
|
+
"line": 202,
|
|
17430
17514
|
"character": 3
|
|
17431
17515
|
},
|
|
17432
17516
|
"doc": {
|
|
17433
17517
|
"__schema": "DocSchema",
|
|
17434
17518
|
"location": {
|
|
17435
17519
|
"filePath": "component.ts",
|
|
17436
|
-
"line":
|
|
17520
|
+
"line": 199,
|
|
17437
17521
|
"character": 3
|
|
17438
17522
|
},
|
|
17439
17523
|
"raw": "/**\n * whether a component is marked as deleted.\n */",
|
|
@@ -17446,7 +17530,7 @@
|
|
|
17446
17530
|
"__schema": "KeywordTypeSchema",
|
|
17447
17531
|
"location": {
|
|
17448
17532
|
"filePath": "component.ts",
|
|
17449
|
-
"line":
|
|
17533
|
+
"line": 202,
|
|
17450
17534
|
"character": 16
|
|
17451
17535
|
},
|
|
17452
17536
|
"name": "boolean"
|
|
@@ -17457,14 +17541,14 @@
|
|
|
17457
17541
|
"__schema": "FunctionLikeSchema",
|
|
17458
17542
|
"location": {
|
|
17459
17543
|
"filePath": "component.ts",
|
|
17460
|
-
"line":
|
|
17544
|
+
"line": 209,
|
|
17461
17545
|
"character": 3
|
|
17462
17546
|
},
|
|
17463
17547
|
"doc": {
|
|
17464
17548
|
"__schema": "DocSchema",
|
|
17465
17549
|
"location": {
|
|
17466
17550
|
"filePath": "component.ts",
|
|
17467
|
-
"line":
|
|
17551
|
+
"line": 206,
|
|
17468
17552
|
"character": 3
|
|
17469
17553
|
},
|
|
17470
17554
|
"raw": "/**\n * is component isOutdated\n */",
|
|
@@ -17477,7 +17561,7 @@
|
|
|
17477
17561
|
"__schema": "KeywordTypeSchema",
|
|
17478
17562
|
"location": {
|
|
17479
17563
|
"filePath": "component.ts",
|
|
17480
|
-
"line":
|
|
17564
|
+
"line": 209,
|
|
17481
17565
|
"character": 17
|
|
17482
17566
|
},
|
|
17483
17567
|
"name": "boolean"
|
|
@@ -17488,14 +17572,14 @@
|
|
|
17488
17572
|
"__schema": "FunctionLikeSchema",
|
|
17489
17573
|
"location": {
|
|
17490
17574
|
"filePath": "component.ts",
|
|
17491
|
-
"line":
|
|
17575
|
+
"line": 220,
|
|
17492
17576
|
"character": 3
|
|
17493
17577
|
},
|
|
17494
17578
|
"doc": {
|
|
17495
17579
|
"__schema": "DocSchema",
|
|
17496
17580
|
"location": {
|
|
17497
17581
|
"filePath": "component.ts",
|
|
17498
|
-
"line":
|
|
17582
|
+
"line": 217,
|
|
17499
17583
|
"character": 3
|
|
17500
17584
|
},
|
|
17501
17585
|
"raw": "/**\n * determines whether this component is new.\n */",
|
|
@@ -17508,7 +17592,7 @@
|
|
|
17508
17592
|
"__schema": "TypeRefSchema",
|
|
17509
17593
|
"location": {
|
|
17510
17594
|
"filePath": "component.ts",
|
|
17511
|
-
"line":
|
|
17595
|
+
"line": 220,
|
|
17512
17596
|
"character": 12
|
|
17513
17597
|
},
|
|
17514
17598
|
"name": "Promise",
|
|
@@ -17517,7 +17601,7 @@
|
|
|
17517
17601
|
"__schema": "KeywordTypeSchema",
|
|
17518
17602
|
"location": {
|
|
17519
17603
|
"filePath": "component.ts",
|
|
17520
|
-
"line":
|
|
17604
|
+
"line": 220,
|
|
17521
17605
|
"character": 20
|
|
17522
17606
|
},
|
|
17523
17607
|
"name": "boolean"
|
|
@@ -17530,7 +17614,7 @@
|
|
|
17530
17614
|
"__schema": "FunctionLikeSchema",
|
|
17531
17615
|
"location": {
|
|
17532
17616
|
"filePath": "component.ts",
|
|
17533
|
-
"line":
|
|
17617
|
+
"line": 225,
|
|
17534
17618
|
"character": 3
|
|
17535
17619
|
},
|
|
17536
17620
|
"signature": "(method) Component.loadState(snapId: string): Promise<State>",
|
|
@@ -17540,7 +17624,7 @@
|
|
|
17540
17624
|
"__schema": "ParameterSchema",
|
|
17541
17625
|
"location": {
|
|
17542
17626
|
"filePath": "component.ts",
|
|
17543
|
-
"line":
|
|
17627
|
+
"line": 225,
|
|
17544
17628
|
"character": 13
|
|
17545
17629
|
},
|
|
17546
17630
|
"name": "snapId",
|
|
@@ -17548,7 +17632,7 @@
|
|
|
17548
17632
|
"__schema": "KeywordTypeSchema",
|
|
17549
17633
|
"location": {
|
|
17550
17634
|
"filePath": "component.ts",
|
|
17551
|
-
"line":
|
|
17635
|
+
"line": 225,
|
|
17552
17636
|
"character": 21
|
|
17553
17637
|
},
|
|
17554
17638
|
"name": "string"
|
|
@@ -17561,7 +17645,7 @@
|
|
|
17561
17645
|
"__schema": "TypeRefSchema",
|
|
17562
17646
|
"location": {
|
|
17563
17647
|
"filePath": "component.ts",
|
|
17564
|
-
"line":
|
|
17648
|
+
"line": 225,
|
|
17565
17649
|
"character": 30
|
|
17566
17650
|
},
|
|
17567
17651
|
"name": "Promise",
|
|
@@ -17570,7 +17654,7 @@
|
|
|
17570
17654
|
"__schema": "TypeRefSchema",
|
|
17571
17655
|
"location": {
|
|
17572
17656
|
"filePath": "component.ts",
|
|
17573
|
-
"line":
|
|
17657
|
+
"line": 225,
|
|
17574
17658
|
"character": 38
|
|
17575
17659
|
},
|
|
17576
17660
|
"name": "State"
|
|
@@ -17583,7 +17667,7 @@
|
|
|
17583
17667
|
"__schema": "FunctionLikeSchema",
|
|
17584
17668
|
"location": {
|
|
17585
17669
|
"filePath": "component.ts",
|
|
17586
|
-
"line":
|
|
17670
|
+
"line": 229,
|
|
17587
17671
|
"character": 3
|
|
17588
17672
|
},
|
|
17589
17673
|
"signature": "(method) Component.loadSnap(snapId?: string): Promise<Snap>",
|
|
@@ -17593,7 +17677,7 @@
|
|
|
17593
17677
|
"__schema": "ParameterSchema",
|
|
17594
17678
|
"location": {
|
|
17595
17679
|
"filePath": "component.ts",
|
|
17596
|
-
"line":
|
|
17680
|
+
"line": 229,
|
|
17597
17681
|
"character": 12
|
|
17598
17682
|
},
|
|
17599
17683
|
"name": "snapId",
|
|
@@ -17601,7 +17685,7 @@
|
|
|
17601
17685
|
"__schema": "KeywordTypeSchema",
|
|
17602
17686
|
"location": {
|
|
17603
17687
|
"filePath": "component.ts",
|
|
17604
|
-
"line":
|
|
17688
|
+
"line": 229,
|
|
17605
17689
|
"character": 21
|
|
17606
17690
|
},
|
|
17607
17691
|
"name": "string"
|
|
@@ -17614,7 +17698,7 @@
|
|
|
17614
17698
|
"__schema": "TypeRefSchema",
|
|
17615
17699
|
"location": {
|
|
17616
17700
|
"filePath": "component.ts",
|
|
17617
|
-
"line":
|
|
17701
|
+
"line": 229,
|
|
17618
17702
|
"character": 30
|
|
17619
17703
|
},
|
|
17620
17704
|
"name": "Promise",
|
|
@@ -17623,7 +17707,7 @@
|
|
|
17623
17707
|
"__schema": "TypeRefSchema",
|
|
17624
17708
|
"location": {
|
|
17625
17709
|
"filePath": "component.ts",
|
|
17626
|
-
"line":
|
|
17710
|
+
"line": 229,
|
|
17627
17711
|
"character": 38
|
|
17628
17712
|
},
|
|
17629
17713
|
"name": "Snap"
|
|
@@ -17636,14 +17720,14 @@
|
|
|
17636
17720
|
"__schema": "FunctionLikeSchema",
|
|
17637
17721
|
"location": {
|
|
17638
17722
|
"filePath": "component.ts",
|
|
17639
|
-
"line":
|
|
17723
|
+
"line": 242,
|
|
17640
17724
|
"character": 3
|
|
17641
17725
|
},
|
|
17642
17726
|
"doc": {
|
|
17643
17727
|
"__schema": "DocSchema",
|
|
17644
17728
|
"location": {
|
|
17645
17729
|
"filePath": "component.ts",
|
|
17646
|
-
"line":
|
|
17730
|
+
"line": 237,
|
|
17647
17731
|
"character": 3
|
|
17648
17732
|
},
|
|
17649
17733
|
"raw": "/**\n * Get iterable which iterate over snap parents lazily\n * @param snapId\n * @param options\n */",
|
|
@@ -17653,7 +17737,7 @@
|
|
|
17653
17737
|
"__schema": "PropertyLikeTagSchema",
|
|
17654
17738
|
"location": {
|
|
17655
17739
|
"filePath": "component.ts",
|
|
17656
|
-
"line":
|
|
17740
|
+
"line": 239,
|
|
17657
17741
|
"character": 6
|
|
17658
17742
|
},
|
|
17659
17743
|
"name": "snapId",
|
|
@@ -17663,7 +17747,7 @@
|
|
|
17663
17747
|
"__schema": "PropertyLikeTagSchema",
|
|
17664
17748
|
"location": {
|
|
17665
17749
|
"filePath": "component.ts",
|
|
17666
|
-
"line":
|
|
17750
|
+
"line": 240,
|
|
17667
17751
|
"character": 6
|
|
17668
17752
|
},
|
|
17669
17753
|
"name": "options",
|
|
@@ -17678,7 +17762,7 @@
|
|
|
17678
17762
|
"__schema": "ParameterSchema",
|
|
17679
17763
|
"location": {
|
|
17680
17764
|
"filePath": "component.ts",
|
|
17681
|
-
"line":
|
|
17765
|
+
"line": 242,
|
|
17682
17766
|
"character": 17
|
|
17683
17767
|
},
|
|
17684
17768
|
"name": "snapId",
|
|
@@ -17686,7 +17770,7 @@
|
|
|
17686
17770
|
"__schema": "KeywordTypeSchema",
|
|
17687
17771
|
"location": {
|
|
17688
17772
|
"filePath": "component.ts",
|
|
17689
|
-
"line":
|
|
17773
|
+
"line": 242,
|
|
17690
17774
|
"character": 26
|
|
17691
17775
|
},
|
|
17692
17776
|
"name": "string"
|
|
@@ -17698,7 +17782,7 @@
|
|
|
17698
17782
|
"__schema": "ParameterSchema",
|
|
17699
17783
|
"location": {
|
|
17700
17784
|
"filePath": "component.ts",
|
|
17701
|
-
"line":
|
|
17785
|
+
"line": 242,
|
|
17702
17786
|
"character": 34
|
|
17703
17787
|
},
|
|
17704
17788
|
"name": "options",
|
|
@@ -17706,7 +17790,7 @@
|
|
|
17706
17790
|
"__schema": "TypeRefSchema",
|
|
17707
17791
|
"location": {
|
|
17708
17792
|
"filePath": "component.ts",
|
|
17709
|
-
"line":
|
|
17793
|
+
"line": 242,
|
|
17710
17794
|
"character": 43
|
|
17711
17795
|
},
|
|
17712
17796
|
"name": "SnapsIterableOpts"
|
|
@@ -17720,7 +17804,7 @@
|
|
|
17720
17804
|
"__schema": "TypeRefSchema",
|
|
17721
17805
|
"location": {
|
|
17722
17806
|
"filePath": "component.ts",
|
|
17723
|
-
"line":
|
|
17807
|
+
"line": 242,
|
|
17724
17808
|
"character": 68
|
|
17725
17809
|
},
|
|
17726
17810
|
"name": "AsyncIterable",
|
|
@@ -17729,7 +17813,7 @@
|
|
|
17729
17813
|
"__schema": "TypeRefSchema",
|
|
17730
17814
|
"location": {
|
|
17731
17815
|
"filePath": "component.ts",
|
|
17732
|
-
"line":
|
|
17816
|
+
"line": 242,
|
|
17733
17817
|
"character": 82
|
|
17734
17818
|
},
|
|
17735
17819
|
"name": "Snap"
|
|
@@ -17742,14 +17826,14 @@
|
|
|
17742
17826
|
"__schema": "FunctionLikeSchema",
|
|
17743
17827
|
"location": {
|
|
17744
17828
|
"filePath": "component.ts",
|
|
17745
|
-
"line":
|
|
17829
|
+
"line": 281,
|
|
17746
17830
|
"character": 3
|
|
17747
17831
|
},
|
|
17748
17832
|
"doc": {
|
|
17749
17833
|
"__schema": "DocSchema",
|
|
17750
17834
|
"location": {
|
|
17751
17835
|
"filePath": "component.ts",
|
|
17752
|
-
"line":
|
|
17836
|
+
"line": 277,
|
|
17753
17837
|
"character": 3
|
|
17754
17838
|
},
|
|
17755
17839
|
"raw": "/**\n * traverse recursively from the provided snap (or head) upwards until it finds a tag\n * @param snapToStartFrom\n */",
|
|
@@ -17759,7 +17843,7 @@
|
|
|
17759
17843
|
"__schema": "PropertyLikeTagSchema",
|
|
17760
17844
|
"location": {
|
|
17761
17845
|
"filePath": "component.ts",
|
|
17762
|
-
"line":
|
|
17846
|
+
"line": 279,
|
|
17763
17847
|
"character": 6
|
|
17764
17848
|
},
|
|
17765
17849
|
"name": "snapToStartFrom",
|
|
@@ -17774,7 +17858,7 @@
|
|
|
17774
17858
|
"__schema": "ParameterSchema",
|
|
17775
17859
|
"location": {
|
|
17776
17860
|
"filePath": "component.ts",
|
|
17777
|
-
"line":
|
|
17861
|
+
"line": 281,
|
|
17778
17862
|
"character": 23
|
|
17779
17863
|
},
|
|
17780
17864
|
"name": "snapToStartFrom",
|
|
@@ -17782,7 +17866,7 @@
|
|
|
17782
17866
|
"__schema": "KeywordTypeSchema",
|
|
17783
17867
|
"location": {
|
|
17784
17868
|
"filePath": "component.ts",
|
|
17785
|
-
"line":
|
|
17869
|
+
"line": 281,
|
|
17786
17870
|
"character": 41
|
|
17787
17871
|
},
|
|
17788
17872
|
"name": "string"
|
|
@@ -17795,7 +17879,7 @@
|
|
|
17795
17879
|
"__schema": "TypeRefSchema",
|
|
17796
17880
|
"location": {
|
|
17797
17881
|
"filePath": "component.ts",
|
|
17798
|
-
"line":
|
|
17882
|
+
"line": 281,
|
|
17799
17883
|
"character": 50
|
|
17800
17884
|
},
|
|
17801
17885
|
"name": "Promise",
|
|
@@ -17804,7 +17888,7 @@
|
|
|
17804
17888
|
"__schema": "TypeUnionSchema",
|
|
17805
17889
|
"location": {
|
|
17806
17890
|
"filePath": "component.ts",
|
|
17807
|
-
"line":
|
|
17891
|
+
"line": 281,
|
|
17808
17892
|
"character": 58
|
|
17809
17893
|
},
|
|
17810
17894
|
"types": [
|
|
@@ -17812,7 +17896,7 @@
|
|
|
17812
17896
|
"__schema": "TypeRefSchema",
|
|
17813
17897
|
"location": {
|
|
17814
17898
|
"filePath": "component.ts",
|
|
17815
|
-
"line":
|
|
17899
|
+
"line": 281,
|
|
17816
17900
|
"character": 58
|
|
17817
17901
|
},
|
|
17818
17902
|
"name": "Tag"
|
|
@@ -17821,7 +17905,7 @@
|
|
|
17821
17905
|
"__schema": "KeywordTypeSchema",
|
|
17822
17906
|
"location": {
|
|
17823
17907
|
"filePath": "component.ts",
|
|
17824
|
-
"line":
|
|
17908
|
+
"line": 281,
|
|
17825
17909
|
"character": 64
|
|
17826
17910
|
},
|
|
17827
17911
|
"name": "undefined"
|
|
@@ -17838,14 +17922,14 @@
|
|
|
17838
17922
|
"__schema": "FunctionLikeSchema",
|
|
17839
17923
|
"location": {
|
|
17840
17924
|
"filePath": "component.ts",
|
|
17841
|
-
"line":
|
|
17925
|
+
"line": 305,
|
|
17842
17926
|
"character": 3
|
|
17843
17927
|
},
|
|
17844
17928
|
"doc": {
|
|
17845
17929
|
"__schema": "DocSchema",
|
|
17846
17930
|
"location": {
|
|
17847
17931
|
"filePath": "component.ts",
|
|
17848
|
-
"line":
|
|
17932
|
+
"line": 301,
|
|
17849
17933
|
"character": 3
|
|
17850
17934
|
},
|
|
17851
17935
|
"raw": "/**\n * id.version can be either a tag or a hash.\n * if it's a hash, it may have a tag point to it. if it does, return the tag.\n */",
|
|
@@ -17858,7 +17942,7 @@
|
|
|
17858
17942
|
"__schema": "TypeUnionSchema",
|
|
17859
17943
|
"location": {
|
|
17860
17944
|
"filePath": "component.ts",
|
|
17861
|
-
"line":
|
|
17945
|
+
"line": 305,
|
|
17862
17946
|
"character": 13
|
|
17863
17947
|
},
|
|
17864
17948
|
"types": [
|
|
@@ -17866,7 +17950,7 @@
|
|
|
17866
17950
|
"__schema": "TypeRefSchema",
|
|
17867
17951
|
"location": {
|
|
17868
17952
|
"filePath": "component.ts",
|
|
17869
|
-
"line":
|
|
17953
|
+
"line": 305,
|
|
17870
17954
|
"character": 13
|
|
17871
17955
|
},
|
|
17872
17956
|
"name": "Tag"
|
|
@@ -17875,7 +17959,7 @@
|
|
|
17875
17959
|
"__schema": "KeywordTypeSchema",
|
|
17876
17960
|
"location": {
|
|
17877
17961
|
"filePath": "component.ts",
|
|
17878
|
-
"line":
|
|
17962
|
+
"line": 305,
|
|
17879
17963
|
"character": 19
|
|
17880
17964
|
},
|
|
17881
17965
|
"name": "undefined"
|
|
@@ -17888,14 +17972,14 @@
|
|
|
17888
17972
|
"__schema": "FunctionLikeSchema",
|
|
17889
17973
|
"location": {
|
|
17890
17974
|
"filePath": "component.ts",
|
|
17891
|
-
"line":
|
|
17975
|
+
"line": 315,
|
|
17892
17976
|
"character": 3
|
|
17893
17977
|
},
|
|
17894
17978
|
"doc": {
|
|
17895
17979
|
"__schema": "DocSchema",
|
|
17896
17980
|
"location": {
|
|
17897
17981
|
"filePath": "component.ts",
|
|
17898
|
-
"line":
|
|
17982
|
+
"line": 311,
|
|
17899
17983
|
"character": 3
|
|
17900
17984
|
},
|
|
17901
17985
|
"raw": "/**\n * id.version can be either a tag or a hash.\n * if it's a tag, find the hash it points to.\n */",
|
|
@@ -17908,7 +17992,7 @@
|
|
|
17908
17992
|
"__schema": "TypeUnionSchema",
|
|
17909
17993
|
"location": {
|
|
17910
17994
|
"filePath": "component.ts",
|
|
17911
|
-
"line":
|
|
17995
|
+
"line": 315,
|
|
17912
17996
|
"character": 18
|
|
17913
17997
|
},
|
|
17914
17998
|
"types": [
|
|
@@ -17916,7 +18000,7 @@
|
|
|
17916
18000
|
"__schema": "KeywordTypeSchema",
|
|
17917
18001
|
"location": {
|
|
17918
18002
|
"filePath": "component.ts",
|
|
17919
|
-
"line":
|
|
18003
|
+
"line": 315,
|
|
17920
18004
|
"character": 18
|
|
17921
18005
|
},
|
|
17922
18006
|
"name": "string"
|
|
@@ -17925,7 +18009,7 @@
|
|
|
17925
18009
|
"__schema": "KeywordTypeSchema",
|
|
17926
18010
|
"location": {
|
|
17927
18011
|
"filePath": "component.ts",
|
|
17928
|
-
"line":
|
|
18012
|
+
"line": 315,
|
|
17929
18013
|
"character": 27
|
|
17930
18014
|
},
|
|
17931
18015
|
"name": "undefined"
|
|
@@ -17938,14 +18022,14 @@
|
|
|
17938
18022
|
"__schema": "FunctionLikeSchema",
|
|
17939
18023
|
"location": {
|
|
17940
18024
|
"filePath": "component.ts",
|
|
17941
|
-
"line":
|
|
18025
|
+
"line": 326,
|
|
17942
18026
|
"character": 3
|
|
17943
18027
|
},
|
|
17944
18028
|
"doc": {
|
|
17945
18029
|
"__schema": "DocSchema",
|
|
17946
18030
|
"location": {
|
|
17947
18031
|
"filePath": "component.ts",
|
|
17948
|
-
"line":
|
|
18032
|
+
"line": 322,
|
|
17949
18033
|
"character": 3
|
|
17950
18034
|
},
|
|
17951
18035
|
"raw": "/**\n * in case a component is new, it returns undefined.\n * otherwise, it returns the Snap object (hash/parents/log) of the current component (according to the version in the id)\n */",
|
|
@@ -17958,7 +18042,7 @@
|
|
|
17958
18042
|
"__schema": "TypeRefSchema",
|
|
17959
18043
|
"location": {
|
|
17960
18044
|
"filePath": "component.ts",
|
|
17961
|
-
"line":
|
|
18045
|
+
"line": 326,
|
|
17962
18046
|
"character": 27
|
|
17963
18047
|
},
|
|
17964
18048
|
"name": "Promise",
|
|
@@ -17967,7 +18051,7 @@
|
|
|
17967
18051
|
"__schema": "TypeUnionSchema",
|
|
17968
18052
|
"location": {
|
|
17969
18053
|
"filePath": "component.ts",
|
|
17970
|
-
"line":
|
|
18054
|
+
"line": 326,
|
|
17971
18055
|
"character": 35
|
|
17972
18056
|
},
|
|
17973
18057
|
"types": [
|
|
@@ -17975,7 +18059,7 @@
|
|
|
17975
18059
|
"__schema": "TypeRefSchema",
|
|
17976
18060
|
"location": {
|
|
17977
18061
|
"filePath": "component.ts",
|
|
17978
|
-
"line":
|
|
18062
|
+
"line": 326,
|
|
17979
18063
|
"character": 35
|
|
17980
18064
|
},
|
|
17981
18065
|
"name": "Snap"
|
|
@@ -17984,7 +18068,7 @@
|
|
|
17984
18068
|
"__schema": "KeywordTypeSchema",
|
|
17985
18069
|
"location": {
|
|
17986
18070
|
"filePath": "component.ts",
|
|
17987
|
-
"line":
|
|
18071
|
+
"line": 326,
|
|
17988
18072
|
"character": 42
|
|
17989
18073
|
},
|
|
17990
18074
|
"name": "undefined"
|
|
@@ -18001,14 +18085,14 @@
|
|
|
18001
18085
|
"__schema": "FunctionLikeSchema",
|
|
18002
18086
|
"location": {
|
|
18003
18087
|
"filePath": "component.ts",
|
|
18004
|
-
"line":
|
|
18088
|
+
"line": 336,
|
|
18005
18089
|
"character": 3
|
|
18006
18090
|
},
|
|
18007
18091
|
"doc": {
|
|
18008
18092
|
"__schema": "DocSchema",
|
|
18009
18093
|
"location": {
|
|
18010
18094
|
"filePath": "component.ts",
|
|
18011
|
-
"line":
|
|
18095
|
+
"line": 332,
|
|
18012
18096
|
"character": 3
|
|
18013
18097
|
},
|
|
18014
18098
|
"raw": "/**\n * checkout the component to a different version in its working tree.\n */",
|
|
@@ -18021,7 +18105,7 @@
|
|
|
18021
18105
|
"__schema": "ParameterSchema",
|
|
18022
18106
|
"location": {
|
|
18023
18107
|
"filePath": "component.ts",
|
|
18024
|
-
"line":
|
|
18108
|
+
"line": 336,
|
|
18025
18109
|
"character": 12
|
|
18026
18110
|
},
|
|
18027
18111
|
"name": "version",
|
|
@@ -18029,7 +18113,7 @@
|
|
|
18029
18113
|
"__schema": "TypeRefSchema",
|
|
18030
18114
|
"location": {
|
|
18031
18115
|
"filePath": "component.ts",
|
|
18032
|
-
"line":
|
|
18116
|
+
"line": 336,
|
|
18033
18117
|
"character": 21
|
|
18034
18118
|
},
|
|
18035
18119
|
"name": "SemVer"
|
|
@@ -18042,7 +18126,7 @@
|
|
|
18042
18126
|
"__schema": "InferenceTypeSchema",
|
|
18043
18127
|
"location": {
|
|
18044
18128
|
"filePath": "component.ts",
|
|
18045
|
-
"line":
|
|
18129
|
+
"line": 336,
|
|
18046
18130
|
"character": 3
|
|
18047
18131
|
},
|
|
18048
18132
|
"type": "void"
|
|
@@ -18053,14 +18137,14 @@
|
|
|
18053
18137
|
"__schema": "FunctionLikeSchema",
|
|
18054
18138
|
"location": {
|
|
18055
18139
|
"filePath": "component.ts",
|
|
18056
|
-
"line":
|
|
18140
|
+
"line": 354,
|
|
18057
18141
|
"character": 3
|
|
18058
18142
|
},
|
|
18059
18143
|
"doc": {
|
|
18060
18144
|
"__schema": "DocSchema",
|
|
18061
18145
|
"location": {
|
|
18062
18146
|
"filePath": "component.ts",
|
|
18063
|
-
"line":
|
|
18147
|
+
"line": 338,
|
|
18064
18148
|
"character": 3
|
|
18065
18149
|
},
|
|
18066
18150
|
"raw": "/**\n * examine difference between two components.\n */",
|
|
@@ -18073,7 +18157,7 @@
|
|
|
18073
18157
|
"__schema": "ParameterSchema",
|
|
18074
18158
|
"location": {
|
|
18075
18159
|
"filePath": "component.ts",
|
|
18076
|
-
"line":
|
|
18160
|
+
"line": 354,
|
|
18077
18161
|
"character": 9
|
|
18078
18162
|
},
|
|
18079
18163
|
"name": "path",
|
|
@@ -18081,7 +18165,7 @@
|
|
|
18081
18165
|
"__schema": "KeywordTypeSchema",
|
|
18082
18166
|
"location": {
|
|
18083
18167
|
"filePath": "component.ts",
|
|
18084
|
-
"line":
|
|
18168
|
+
"line": 354,
|
|
18085
18169
|
"character": 15
|
|
18086
18170
|
},
|
|
18087
18171
|
"name": "string"
|
|
@@ -18093,7 +18177,7 @@
|
|
|
18093
18177
|
"__schema": "ParameterSchema",
|
|
18094
18178
|
"location": {
|
|
18095
18179
|
"filePath": "component.ts",
|
|
18096
|
-
"line":
|
|
18180
|
+
"line": 354,
|
|
18097
18181
|
"character": 23
|
|
18098
18182
|
},
|
|
18099
18183
|
"name": "fs",
|
|
@@ -18101,7 +18185,7 @@
|
|
|
18101
18185
|
"__schema": "TypeRefSchema",
|
|
18102
18186
|
"location": {
|
|
18103
18187
|
"filePath": "component.ts",
|
|
18104
|
-
"line":
|
|
18188
|
+
"line": 354,
|
|
18105
18189
|
"character": 28
|
|
18106
18190
|
},
|
|
18107
18191
|
"name": "AnyFS"
|
|
@@ -18114,7 +18198,7 @@
|
|
|
18114
18198
|
"__schema": "InferenceTypeSchema",
|
|
18115
18199
|
"location": {
|
|
18116
18200
|
"filePath": "component.ts",
|
|
18117
|
-
"line":
|
|
18201
|
+
"line": 354,
|
|
18118
18202
|
"character": 3
|
|
18119
18203
|
},
|
|
18120
18204
|
"type": "void"
|
|
@@ -18125,14 +18209,14 @@
|
|
|
18125
18209
|
"__schema": "FunctionLikeSchema",
|
|
18126
18210
|
"location": {
|
|
18127
18211
|
"filePath": "component.ts",
|
|
18128
|
-
"line":
|
|
18212
|
+
"line": 364,
|
|
18129
18213
|
"character": 3
|
|
18130
18214
|
},
|
|
18131
18215
|
"doc": {
|
|
18132
18216
|
"__schema": "DocSchema",
|
|
18133
18217
|
"location": {
|
|
18134
18218
|
"filePath": "component.ts",
|
|
18135
|
-
"line":
|
|
18219
|
+
"line": 356,
|
|
18136
18220
|
"character": 3
|
|
18137
18221
|
},
|
|
18138
18222
|
"raw": "/**\n *\n * Check if 2 components are equal\n * @param {Component} component\n * @returns {boolean}\n * @memberof Component\n */",
|
|
@@ -18142,7 +18226,7 @@
|
|
|
18142
18226
|
"__schema": "PropertyLikeTagSchema",
|
|
18143
18227
|
"location": {
|
|
18144
18228
|
"filePath": "component.ts",
|
|
18145
|
-
"line":
|
|
18229
|
+
"line": 359,
|
|
18146
18230
|
"character": 6
|
|
18147
18231
|
},
|
|
18148
18232
|
"name": "component",
|
|
@@ -18151,7 +18235,7 @@
|
|
|
18151
18235
|
"__schema": "TypeRefSchema",
|
|
18152
18236
|
"location": {
|
|
18153
18237
|
"filePath": "component.ts",
|
|
18154
|
-
"line":
|
|
18238
|
+
"line": 359,
|
|
18155
18239
|
"character": 14
|
|
18156
18240
|
},
|
|
18157
18241
|
"name": "Component"
|
|
@@ -18161,7 +18245,7 @@
|
|
|
18161
18245
|
"__schema": "ReturnTagSchema",
|
|
18162
18246
|
"location": {
|
|
18163
18247
|
"filePath": "component.ts",
|
|
18164
|
-
"line":
|
|
18248
|
+
"line": 360,
|
|
18165
18249
|
"character": 6
|
|
18166
18250
|
},
|
|
18167
18251
|
"tagName": "return",
|
|
@@ -18169,7 +18253,7 @@
|
|
|
18169
18253
|
"__schema": "KeywordTypeSchema",
|
|
18170
18254
|
"location": {
|
|
18171
18255
|
"filePath": "component.ts",
|
|
18172
|
-
"line":
|
|
18256
|
+
"line": 360,
|
|
18173
18257
|
"character": 16
|
|
18174
18258
|
},
|
|
18175
18259
|
"name": "boolean"
|
|
@@ -18179,7 +18263,7 @@
|
|
|
18179
18263
|
"__schema": "TagSchema",
|
|
18180
18264
|
"location": {
|
|
18181
18265
|
"filePath": "component.ts",
|
|
18182
|
-
"line":
|
|
18266
|
+
"line": 361,
|
|
18183
18267
|
"character": 6
|
|
18184
18268
|
},
|
|
18185
18269
|
"tagName": "memberof",
|
|
@@ -18194,7 +18278,7 @@
|
|
|
18194
18278
|
"__schema": "ParameterSchema",
|
|
18195
18279
|
"location": {
|
|
18196
18280
|
"filePath": "component.ts",
|
|
18197
|
-
"line":
|
|
18281
|
+
"line": 364,
|
|
18198
18282
|
"character": 10
|
|
18199
18283
|
},
|
|
18200
18284
|
"name": "component",
|
|
@@ -18202,7 +18286,7 @@
|
|
|
18202
18286
|
"__schema": "TypeRefSchema",
|
|
18203
18287
|
"location": {
|
|
18204
18288
|
"filePath": "component.ts",
|
|
18205
|
-
"line":
|
|
18289
|
+
"line": 364,
|
|
18206
18290
|
"character": 21
|
|
18207
18291
|
},
|
|
18208
18292
|
"name": "Component"
|
|
@@ -18215,7 +18299,7 @@
|
|
|
18215
18299
|
"__schema": "KeywordTypeSchema",
|
|
18216
18300
|
"location": {
|
|
18217
18301
|
"filePath": "component.ts",
|
|
18218
|
-
"line":
|
|
18302
|
+
"line": 364,
|
|
18219
18303
|
"character": 33
|
|
18220
18304
|
},
|
|
18221
18305
|
"name": "boolean"
|
|
@@ -18822,7 +18906,7 @@
|
|
|
18822
18906
|
"_legacy": {
|
|
18823
18907
|
"scope": "teambit.component",
|
|
18824
18908
|
"name": "component",
|
|
18825
|
-
"version": "1.0.
|
|
18909
|
+
"version": "1.0.228"
|
|
18826
18910
|
},
|
|
18827
18911
|
"_scope": "teambit.component"
|
|
18828
18912
|
}
|
|
@@ -20408,14 +20492,56 @@
|
|
|
20408
20492
|
"__schema": "FunctionLikeSchema",
|
|
20409
20493
|
"location": {
|
|
20410
20494
|
"filePath": "component-factory.ts",
|
|
20411
|
-
"line":
|
|
20495
|
+
"line": 125,
|
|
20496
|
+
"character": 3
|
|
20497
|
+
},
|
|
20498
|
+
"signature": "(method) ComponentFactory.componentPackageName(component: Component): string",
|
|
20499
|
+
"name": "componentPackageName",
|
|
20500
|
+
"params": [
|
|
20501
|
+
{
|
|
20502
|
+
"__schema": "ParameterSchema",
|
|
20503
|
+
"location": {
|
|
20504
|
+
"filePath": "component-factory.ts",
|
|
20505
|
+
"line": 125,
|
|
20506
|
+
"character": 24
|
|
20507
|
+
},
|
|
20508
|
+
"name": "component",
|
|
20509
|
+
"type": {
|
|
20510
|
+
"__schema": "TypeRefSchema",
|
|
20511
|
+
"location": {
|
|
20512
|
+
"filePath": "component-factory.ts",
|
|
20513
|
+
"line": 125,
|
|
20514
|
+
"character": 35
|
|
20515
|
+
},
|
|
20516
|
+
"name": "Component"
|
|
20517
|
+
},
|
|
20518
|
+
"isOptional": false,
|
|
20519
|
+
"isSpread": false
|
|
20520
|
+
}
|
|
20521
|
+
],
|
|
20522
|
+
"returnType": {
|
|
20523
|
+
"__schema": "KeywordTypeSchema",
|
|
20524
|
+
"location": {
|
|
20525
|
+
"filePath": "component-factory.ts",
|
|
20526
|
+
"line": 125,
|
|
20527
|
+
"character": 47
|
|
20528
|
+
},
|
|
20529
|
+
"name": "string"
|
|
20530
|
+
},
|
|
20531
|
+
"modifiers": []
|
|
20532
|
+
},
|
|
20533
|
+
{
|
|
20534
|
+
"__schema": "FunctionLikeSchema",
|
|
20535
|
+
"location": {
|
|
20536
|
+
"filePath": "component-factory.ts",
|
|
20537
|
+
"line": 130,
|
|
20412
20538
|
"character": 3
|
|
20413
20539
|
},
|
|
20414
20540
|
"doc": {
|
|
20415
20541
|
"__schema": "DocSchema",
|
|
20416
20542
|
"location": {
|
|
20417
20543
|
"filePath": "component-factory.ts",
|
|
20418
|
-
"line":
|
|
20544
|
+
"line": 127,
|
|
20419
20545
|
"character": 3
|
|
20420
20546
|
},
|
|
20421
20547
|
"raw": "/**\n * returns a specific state of a component by hash or semver.\n */",
|
|
@@ -20428,7 +20554,7 @@
|
|
|
20428
20554
|
"__schema": "ParameterSchema",
|
|
20429
20555
|
"location": {
|
|
20430
20556
|
"filePath": "component-factory.ts",
|
|
20431
|
-
"line":
|
|
20557
|
+
"line": 130,
|
|
20432
20558
|
"character": 12
|
|
20433
20559
|
},
|
|
20434
20560
|
"name": "id",
|
|
@@ -20436,7 +20562,7 @@
|
|
|
20436
20562
|
"__schema": "TypeRefSchema",
|
|
20437
20563
|
"location": {
|
|
20438
20564
|
"filePath": "component-factory.ts",
|
|
20439
|
-
"line":
|
|
20565
|
+
"line": 130,
|
|
20440
20566
|
"character": 16
|
|
20441
20567
|
},
|
|
20442
20568
|
"name": "ComponentID"
|
|
@@ -20448,7 +20574,7 @@
|
|
|
20448
20574
|
"__schema": "ParameterSchema",
|
|
20449
20575
|
"location": {
|
|
20450
20576
|
"filePath": "component-factory.ts",
|
|
20451
|
-
"line":
|
|
20577
|
+
"line": 130,
|
|
20452
20578
|
"character": 29
|
|
20453
20579
|
},
|
|
20454
20580
|
"name": "snapId",
|
|
@@ -20456,7 +20582,7 @@
|
|
|
20456
20582
|
"__schema": "KeywordTypeSchema",
|
|
20457
20583
|
"location": {
|
|
20458
20584
|
"filePath": "component-factory.ts",
|
|
20459
|
-
"line":
|
|
20585
|
+
"line": 130,
|
|
20460
20586
|
"character": 37
|
|
20461
20587
|
},
|
|
20462
20588
|
"name": "string"
|
|
@@ -20469,7 +20595,7 @@
|
|
|
20469
20595
|
"__schema": "TypeRefSchema",
|
|
20470
20596
|
"location": {
|
|
20471
20597
|
"filePath": "component-factory.ts",
|
|
20472
|
-
"line":
|
|
20598
|
+
"line": 130,
|
|
20473
20599
|
"character": 46
|
|
20474
20600
|
},
|
|
20475
20601
|
"name": "Promise",
|
|
@@ -20478,7 +20604,7 @@
|
|
|
20478
20604
|
"__schema": "TypeRefSchema",
|
|
20479
20605
|
"location": {
|
|
20480
20606
|
"filePath": "component-factory.ts",
|
|
20481
|
-
"line":
|
|
20607
|
+
"line": 130,
|
|
20482
20608
|
"character": 54
|
|
20483
20609
|
},
|
|
20484
20610
|
"name": "State"
|
|
@@ -20491,14 +20617,14 @@
|
|
|
20491
20617
|
"__schema": "FunctionLikeSchema",
|
|
20492
20618
|
"location": {
|
|
20493
20619
|
"filePath": "component-factory.ts",
|
|
20494
|
-
"line":
|
|
20620
|
+
"line": 135,
|
|
20495
20621
|
"character": 3
|
|
20496
20622
|
},
|
|
20497
20623
|
"doc": {
|
|
20498
20624
|
"__schema": "DocSchema",
|
|
20499
20625
|
"location": {
|
|
20500
20626
|
"filePath": "component-factory.ts",
|
|
20501
|
-
"line":
|
|
20627
|
+
"line": 132,
|
|
20502
20628
|
"character": 3
|
|
20503
20629
|
},
|
|
20504
20630
|
"raw": "/**\n * returns a specific snap of a component by hash.\n */",
|
|
@@ -20511,7 +20637,7 @@
|
|
|
20511
20637
|
"__schema": "ParameterSchema",
|
|
20512
20638
|
"location": {
|
|
20513
20639
|
"filePath": "component-factory.ts",
|
|
20514
|
-
"line":
|
|
20640
|
+
"line": 135,
|
|
20515
20641
|
"character": 11
|
|
20516
20642
|
},
|
|
20517
20643
|
"name": "id",
|
|
@@ -20519,7 +20645,7 @@
|
|
|
20519
20645
|
"__schema": "TypeRefSchema",
|
|
20520
20646
|
"location": {
|
|
20521
20647
|
"filePath": "component-factory.ts",
|
|
20522
|
-
"line":
|
|
20648
|
+
"line": 135,
|
|
20523
20649
|
"character": 15
|
|
20524
20650
|
},
|
|
20525
20651
|
"name": "ComponentID"
|
|
@@ -20531,7 +20657,7 @@
|
|
|
20531
20657
|
"__schema": "ParameterSchema",
|
|
20532
20658
|
"location": {
|
|
20533
20659
|
"filePath": "component-factory.ts",
|
|
20534
|
-
"line":
|
|
20660
|
+
"line": 135,
|
|
20535
20661
|
"character": 28
|
|
20536
20662
|
},
|
|
20537
20663
|
"name": "snapId",
|
|
@@ -20539,7 +20665,7 @@
|
|
|
20539
20665
|
"__schema": "KeywordTypeSchema",
|
|
20540
20666
|
"location": {
|
|
20541
20667
|
"filePath": "component-factory.ts",
|
|
20542
|
-
"line":
|
|
20668
|
+
"line": 135,
|
|
20543
20669
|
"character": 36
|
|
20544
20670
|
},
|
|
20545
20671
|
"name": "string"
|
|
@@ -20552,7 +20678,7 @@
|
|
|
20552
20678
|
"__schema": "TypeRefSchema",
|
|
20553
20679
|
"location": {
|
|
20554
20680
|
"filePath": "component-factory.ts",
|
|
20555
|
-
"line":
|
|
20681
|
+
"line": 135,
|
|
20556
20682
|
"character": 45
|
|
20557
20683
|
},
|
|
20558
20684
|
"name": "Promise",
|
|
@@ -20561,7 +20687,7 @@
|
|
|
20561
20687
|
"__schema": "TypeRefSchema",
|
|
20562
20688
|
"location": {
|
|
20563
20689
|
"filePath": "component-factory.ts",
|
|
20564
|
-
"line":
|
|
20690
|
+
"line": 135,
|
|
20565
20691
|
"character": 53
|
|
20566
20692
|
},
|
|
20567
20693
|
"name": "Snap"
|
|
@@ -20574,14 +20700,14 @@
|
|
|
20574
20700
|
"__schema": "VariableLikeSchema",
|
|
20575
20701
|
"location": {
|
|
20576
20702
|
"filePath": "component-factory.ts",
|
|
20577
|
-
"line":
|
|
20703
|
+
"line": 141,
|
|
20578
20704
|
"character": 3
|
|
20579
20705
|
},
|
|
20580
20706
|
"doc": {
|
|
20581
20707
|
"__schema": "DocSchema",
|
|
20582
20708
|
"location": {
|
|
20583
20709
|
"filePath": "component-factory.ts",
|
|
20584
|
-
"line":
|
|
20710
|
+
"line": 137,
|
|
20585
20711
|
"character": 3
|
|
20586
20712
|
},
|
|
20587
20713
|
"raw": "/**\n * load aspects.\n * returns the loaded aspect ids including the loaded versions.\n */",
|
|
@@ -20593,7 +20719,7 @@
|
|
|
20593
20719
|
"__schema": "FunctionLikeSchema",
|
|
20594
20720
|
"location": {
|
|
20595
20721
|
"filePath": "component-factory.ts",
|
|
20596
|
-
"line":
|
|
20722
|
+
"line": 141,
|
|
20597
20723
|
"character": 16
|
|
20598
20724
|
},
|
|
20599
20725
|
"signature": "(ids: string[], throwOnError?: boolean, neededFor?: string, opts?: any): Promise<string[]>",
|
|
@@ -20603,7 +20729,7 @@
|
|
|
20603
20729
|
"__schema": "ParameterSchema",
|
|
20604
20730
|
"location": {
|
|
20605
20731
|
"filePath": "component-factory.ts",
|
|
20606
|
-
"line":
|
|
20732
|
+
"line": 141,
|
|
20607
20733
|
"character": 17
|
|
20608
20734
|
},
|
|
20609
20735
|
"name": "ids",
|
|
@@ -20611,14 +20737,14 @@
|
|
|
20611
20737
|
"__schema": "TypeArraySchema",
|
|
20612
20738
|
"location": {
|
|
20613
20739
|
"filePath": "component-factory.ts",
|
|
20614
|
-
"line":
|
|
20740
|
+
"line": 141,
|
|
20615
20741
|
"character": 22
|
|
20616
20742
|
},
|
|
20617
20743
|
"type": {
|
|
20618
20744
|
"__schema": "KeywordTypeSchema",
|
|
20619
20745
|
"location": {
|
|
20620
20746
|
"filePath": "component-factory.ts",
|
|
20621
|
-
"line":
|
|
20747
|
+
"line": 141,
|
|
20622
20748
|
"character": 22
|
|
20623
20749
|
},
|
|
20624
20750
|
"name": "string"
|
|
@@ -20631,7 +20757,7 @@
|
|
|
20631
20757
|
"__schema": "ParameterSchema",
|
|
20632
20758
|
"location": {
|
|
20633
20759
|
"filePath": "component-factory.ts",
|
|
20634
|
-
"line":
|
|
20760
|
+
"line": 141,
|
|
20635
20761
|
"character": 32
|
|
20636
20762
|
},
|
|
20637
20763
|
"name": "throwOnError",
|
|
@@ -20639,7 +20765,7 @@
|
|
|
20639
20765
|
"__schema": "KeywordTypeSchema",
|
|
20640
20766
|
"location": {
|
|
20641
20767
|
"filePath": "component-factory.ts",
|
|
20642
|
-
"line":
|
|
20768
|
+
"line": 141,
|
|
20643
20769
|
"character": 47
|
|
20644
20770
|
},
|
|
20645
20771
|
"name": "boolean"
|
|
@@ -20651,7 +20777,7 @@
|
|
|
20651
20777
|
"__schema": "ParameterSchema",
|
|
20652
20778
|
"location": {
|
|
20653
20779
|
"filePath": "component-factory.ts",
|
|
20654
|
-
"line":
|
|
20780
|
+
"line": 141,
|
|
20655
20781
|
"character": 56
|
|
20656
20782
|
},
|
|
20657
20783
|
"name": "neededFor",
|
|
@@ -20659,7 +20785,7 @@
|
|
|
20659
20785
|
"__schema": "KeywordTypeSchema",
|
|
20660
20786
|
"location": {
|
|
20661
20787
|
"filePath": "component-factory.ts",
|
|
20662
|
-
"line":
|
|
20788
|
+
"line": 141,
|
|
20663
20789
|
"character": 68
|
|
20664
20790
|
},
|
|
20665
20791
|
"name": "string"
|
|
@@ -20671,7 +20797,7 @@
|
|
|
20671
20797
|
"__schema": "ParameterSchema",
|
|
20672
20798
|
"location": {
|
|
20673
20799
|
"filePath": "component-factory.ts",
|
|
20674
|
-
"line":
|
|
20800
|
+
"line": 141,
|
|
20675
20801
|
"character": 76
|
|
20676
20802
|
},
|
|
20677
20803
|
"name": "opts",
|
|
@@ -20679,7 +20805,7 @@
|
|
|
20679
20805
|
"__schema": "KeywordTypeSchema",
|
|
20680
20806
|
"location": {
|
|
20681
20807
|
"filePath": "component-factory.ts",
|
|
20682
|
-
"line":
|
|
20808
|
+
"line": 141,
|
|
20683
20809
|
"character": 83
|
|
20684
20810
|
},
|
|
20685
20811
|
"name": "any"
|
|
@@ -20692,7 +20818,7 @@
|
|
|
20692
20818
|
"__schema": "TypeRefSchema",
|
|
20693
20819
|
"location": {
|
|
20694
20820
|
"filePath": "component-factory.ts",
|
|
20695
|
-
"line":
|
|
20821
|
+
"line": 141,
|
|
20696
20822
|
"character": 91
|
|
20697
20823
|
},
|
|
20698
20824
|
"name": "Promise",
|
|
@@ -20701,14 +20827,14 @@
|
|
|
20701
20827
|
"__schema": "TypeArraySchema",
|
|
20702
20828
|
"location": {
|
|
20703
20829
|
"filePath": "component-factory.ts",
|
|
20704
|
-
"line":
|
|
20830
|
+
"line": 141,
|
|
20705
20831
|
"character": 99
|
|
20706
20832
|
},
|
|
20707
20833
|
"type": {
|
|
20708
20834
|
"__schema": "KeywordTypeSchema",
|
|
20709
20835
|
"location": {
|
|
20710
20836
|
"filePath": "component-factory.ts",
|
|
20711
|
-
"line":
|
|
20837
|
+
"line": 141,
|
|
20712
20838
|
"character": 99
|
|
20713
20839
|
},
|
|
20714
20840
|
"name": "string"
|
|
@@ -20724,14 +20850,14 @@
|
|
|
20724
20850
|
"__schema": "VariableLikeSchema",
|
|
20725
20851
|
"location": {
|
|
20726
20852
|
"filePath": "component-factory.ts",
|
|
20727
|
-
"line":
|
|
20853
|
+
"line": 146,
|
|
20728
20854
|
"character": 3
|
|
20729
20855
|
},
|
|
20730
20856
|
"doc": {
|
|
20731
20857
|
"__schema": "DocSchema",
|
|
20732
20858
|
"location": {
|
|
20733
20859
|
"filePath": "component-factory.ts",
|
|
20734
|
-
"line":
|
|
20860
|
+
"line": 143,
|
|
20735
20861
|
"character": 3
|
|
20736
20862
|
},
|
|
20737
20863
|
"raw": "/**\n * Resolve dirs for aspects\n */",
|
|
@@ -20743,7 +20869,7 @@
|
|
|
20743
20869
|
"__schema": "FunctionLikeSchema",
|
|
20744
20870
|
"location": {
|
|
20745
20871
|
"filePath": "component-factory.ts",
|
|
20746
|
-
"line":
|
|
20872
|
+
"line": 146,
|
|
20747
20873
|
"character": 19
|
|
20748
20874
|
},
|
|
20749
20875
|
"signature": "(runtimeName?: string, componentIds?: ComponentID[], opts?: ResolveAspectsOptions): Promise<AspectDefinition[]>",
|
|
@@ -20753,7 +20879,7 @@
|
|
|
20753
20879
|
"__schema": "ParameterSchema",
|
|
20754
20880
|
"location": {
|
|
20755
20881
|
"filePath": "component-factory.ts",
|
|
20756
|
-
"line":
|
|
20882
|
+
"line": 147,
|
|
20757
20883
|
"character": 5
|
|
20758
20884
|
},
|
|
20759
20885
|
"name": "runtimeName",
|
|
@@ -20761,7 +20887,7 @@
|
|
|
20761
20887
|
"__schema": "KeywordTypeSchema",
|
|
20762
20888
|
"location": {
|
|
20763
20889
|
"filePath": "component-factory.ts",
|
|
20764
|
-
"line":
|
|
20890
|
+
"line": 147,
|
|
20765
20891
|
"character": 19
|
|
20766
20892
|
},
|
|
20767
20893
|
"name": "string"
|
|
@@ -20773,7 +20899,7 @@
|
|
|
20773
20899
|
"__schema": "ParameterSchema",
|
|
20774
20900
|
"location": {
|
|
20775
20901
|
"filePath": "component-factory.ts",
|
|
20776
|
-
"line":
|
|
20902
|
+
"line": 148,
|
|
20777
20903
|
"character": 5
|
|
20778
20904
|
},
|
|
20779
20905
|
"name": "componentIds",
|
|
@@ -20781,14 +20907,14 @@
|
|
|
20781
20907
|
"__schema": "TypeArraySchema",
|
|
20782
20908
|
"location": {
|
|
20783
20909
|
"filePath": "component-factory.ts",
|
|
20784
|
-
"line":
|
|
20910
|
+
"line": 148,
|
|
20785
20911
|
"character": 20
|
|
20786
20912
|
},
|
|
20787
20913
|
"type": {
|
|
20788
20914
|
"__schema": "TypeRefSchema",
|
|
20789
20915
|
"location": {
|
|
20790
20916
|
"filePath": "component-factory.ts",
|
|
20791
|
-
"line":
|
|
20917
|
+
"line": 148,
|
|
20792
20918
|
"character": 20
|
|
20793
20919
|
},
|
|
20794
20920
|
"name": "ComponentID"
|
|
@@ -20801,7 +20927,7 @@
|
|
|
20801
20927
|
"__schema": "ParameterSchema",
|
|
20802
20928
|
"location": {
|
|
20803
20929
|
"filePath": "component-factory.ts",
|
|
20804
|
-
"line":
|
|
20930
|
+
"line": 149,
|
|
20805
20931
|
"character": 5
|
|
20806
20932
|
},
|
|
20807
20933
|
"name": "opts",
|
|
@@ -20809,7 +20935,7 @@
|
|
|
20809
20935
|
"__schema": "TypeRefSchema",
|
|
20810
20936
|
"location": {
|
|
20811
20937
|
"filePath": "component-factory.ts",
|
|
20812
|
-
"line":
|
|
20938
|
+
"line": 149,
|
|
20813
20939
|
"character": 12
|
|
20814
20940
|
},
|
|
20815
20941
|
"name": "ResolveAspectsOptions"
|
|
@@ -20822,7 +20948,7 @@
|
|
|
20822
20948
|
"__schema": "TypeRefSchema",
|
|
20823
20949
|
"location": {
|
|
20824
20950
|
"filePath": "component-factory.ts",
|
|
20825
|
-
"line":
|
|
20951
|
+
"line": 150,
|
|
20826
20952
|
"character": 8
|
|
20827
20953
|
},
|
|
20828
20954
|
"name": "Promise",
|
|
@@ -20831,14 +20957,14 @@
|
|
|
20831
20957
|
"__schema": "TypeArraySchema",
|
|
20832
20958
|
"location": {
|
|
20833
20959
|
"filePath": "component-factory.ts",
|
|
20834
|
-
"line":
|
|
20960
|
+
"line": 150,
|
|
20835
20961
|
"character": 16
|
|
20836
20962
|
},
|
|
20837
20963
|
"type": {
|
|
20838
20964
|
"__schema": "TypeRefSchema",
|
|
20839
20965
|
"location": {
|
|
20840
20966
|
"filePath": "component-factory.ts",
|
|
20841
|
-
"line":
|
|
20967
|
+
"line": 150,
|
|
20842
20968
|
"character": 16
|
|
20843
20969
|
},
|
|
20844
20970
|
"name": "AspectDefinition"
|
|
@@ -20854,14 +20980,14 @@
|
|
|
20854
20980
|
"__schema": "FunctionLikeSchema",
|
|
20855
20981
|
"location": {
|
|
20856
20982
|
"filePath": "component-factory.ts",
|
|
20857
|
-
"line":
|
|
20983
|
+
"line": 155,
|
|
20858
20984
|
"character": 3
|
|
20859
20985
|
},
|
|
20860
20986
|
"doc": {
|
|
20861
20987
|
"__schema": "DocSchema",
|
|
20862
20988
|
"location": {
|
|
20863
20989
|
"filePath": "component-factory.ts",
|
|
20864
|
-
"line":
|
|
20990
|
+
"line": 152,
|
|
20865
20991
|
"character": 3
|
|
20866
20992
|
},
|
|
20867
20993
|
"raw": "/**\n * list all components in the host.\n */",
|
|
@@ -20874,7 +21000,7 @@
|
|
|
20874
21000
|
"__schema": "ParameterSchema",
|
|
20875
21001
|
"location": {
|
|
20876
21002
|
"filePath": "component-factory.ts",
|
|
20877
|
-
"line":
|
|
21003
|
+
"line": 155,
|
|
20878
21004
|
"character": 8
|
|
20879
21005
|
},
|
|
20880
21006
|
"name": "filter",
|
|
@@ -20882,7 +21008,7 @@
|
|
|
20882
21008
|
"__schema": "TypeLiteralSchema",
|
|
20883
21009
|
"location": {
|
|
20884
21010
|
"filePath": "component-factory.ts",
|
|
20885
|
-
"line":
|
|
21011
|
+
"line": 155,
|
|
20886
21012
|
"character": 17
|
|
20887
21013
|
},
|
|
20888
21014
|
"members": [
|
|
@@ -20890,7 +21016,7 @@
|
|
|
20890
21016
|
"__schema": "VariableLikeSchema",
|
|
20891
21017
|
"location": {
|
|
20892
21018
|
"filePath": "component-factory.ts",
|
|
20893
|
-
"line":
|
|
21019
|
+
"line": 155,
|
|
20894
21020
|
"character": 19
|
|
20895
21021
|
},
|
|
20896
21022
|
"signature": "(property) offset: number",
|
|
@@ -20899,7 +21025,7 @@
|
|
|
20899
21025
|
"__schema": "KeywordTypeSchema",
|
|
20900
21026
|
"location": {
|
|
20901
21027
|
"filePath": "component-factory.ts",
|
|
20902
|
-
"line":
|
|
21028
|
+
"line": 155,
|
|
20903
21029
|
"character": 27
|
|
20904
21030
|
},
|
|
20905
21031
|
"name": "number"
|
|
@@ -20910,7 +21036,7 @@
|
|
|
20910
21036
|
"__schema": "VariableLikeSchema",
|
|
20911
21037
|
"location": {
|
|
20912
21038
|
"filePath": "component-factory.ts",
|
|
20913
|
-
"line":
|
|
21039
|
+
"line": 155,
|
|
20914
21040
|
"character": 35
|
|
20915
21041
|
},
|
|
20916
21042
|
"signature": "(property) limit: number",
|
|
@@ -20919,7 +21045,7 @@
|
|
|
20919
21045
|
"__schema": "KeywordTypeSchema",
|
|
20920
21046
|
"location": {
|
|
20921
21047
|
"filePath": "component-factory.ts",
|
|
20922
|
-
"line":
|
|
21048
|
+
"line": 155,
|
|
20923
21049
|
"character": 42
|
|
20924
21050
|
},
|
|
20925
21051
|
"name": "number"
|
|
@@ -20936,7 +21062,7 @@
|
|
|
20936
21062
|
"__schema": "TypeRefSchema",
|
|
20937
21063
|
"location": {
|
|
20938
21064
|
"filePath": "component-factory.ts",
|
|
20939
|
-
"line":
|
|
21065
|
+
"line": 155,
|
|
20940
21066
|
"character": 53
|
|
20941
21067
|
},
|
|
20942
21068
|
"name": "Promise",
|
|
@@ -20945,14 +21071,14 @@
|
|
|
20945
21071
|
"__schema": "TypeArraySchema",
|
|
20946
21072
|
"location": {
|
|
20947
21073
|
"filePath": "component-factory.ts",
|
|
20948
|
-
"line":
|
|
21074
|
+
"line": 155,
|
|
20949
21075
|
"character": 61
|
|
20950
21076
|
},
|
|
20951
21077
|
"type": {
|
|
20952
21078
|
"__schema": "TypeRefSchema",
|
|
20953
21079
|
"location": {
|
|
20954
21080
|
"filePath": "component-factory.ts",
|
|
20955
|
-
"line":
|
|
21081
|
+
"line": 155,
|
|
20956
21082
|
"character": 61
|
|
20957
21083
|
},
|
|
20958
21084
|
"name": "Component"
|
|
@@ -20966,14 +21092,14 @@
|
|
|
20966
21092
|
"__schema": "FunctionLikeSchema",
|
|
20967
21093
|
"location": {
|
|
20968
21094
|
"filePath": "component-factory.ts",
|
|
20969
|
-
"line":
|
|
21095
|
+
"line": 160,
|
|
20970
21096
|
"character": 3
|
|
20971
21097
|
},
|
|
20972
21098
|
"doc": {
|
|
20973
21099
|
"__schema": "DocSchema",
|
|
20974
21100
|
"location": {
|
|
20975
21101
|
"filePath": "component-factory.ts",
|
|
20976
|
-
"line":
|
|
21102
|
+
"line": 157,
|
|
20977
21103
|
"character": 3
|
|
20978
21104
|
},
|
|
20979
21105
|
"raw": "/**\n * list invalid components, such as components with missing files on the fs.\n */",
|
|
@@ -20986,7 +21112,7 @@
|
|
|
20986
21112
|
"__schema": "TypeRefSchema",
|
|
20987
21113
|
"location": {
|
|
20988
21114
|
"filePath": "component-factory.ts",
|
|
20989
|
-
"line":
|
|
21115
|
+
"line": 160,
|
|
20990
21116
|
"character": 18
|
|
20991
21117
|
},
|
|
20992
21118
|
"name": "Promise",
|
|
@@ -20995,14 +21121,14 @@
|
|
|
20995
21121
|
"__schema": "TypeArraySchema",
|
|
20996
21122
|
"location": {
|
|
20997
21123
|
"filePath": "component-factory.ts",
|
|
20998
|
-
"line":
|
|
21124
|
+
"line": 160,
|
|
20999
21125
|
"character": 26
|
|
21000
21126
|
},
|
|
21001
21127
|
"type": {
|
|
21002
21128
|
"__schema": "TypeRefSchema",
|
|
21003
21129
|
"location": {
|
|
21004
21130
|
"filePath": "component-factory.ts",
|
|
21005
|
-
"line":
|
|
21131
|
+
"line": 160,
|
|
21006
21132
|
"character": 26
|
|
21007
21133
|
},
|
|
21008
21134
|
"name": "InvalidComponent"
|
|
@@ -21016,7 +21142,7 @@
|
|
|
21016
21142
|
"__schema": "FunctionLikeSchema",
|
|
21017
21143
|
"location": {
|
|
21018
21144
|
"filePath": "component-factory.ts",
|
|
21019
|
-
"line":
|
|
21145
|
+
"line": 162,
|
|
21020
21146
|
"character": 3
|
|
21021
21147
|
},
|
|
21022
21148
|
"signature": "(method) ComponentFactory.listIds(): Promise<ComponentID[]> | ComponentID[]",
|
|
@@ -21026,7 +21152,7 @@
|
|
|
21026
21152
|
"__schema": "TypeUnionSchema",
|
|
21027
21153
|
"location": {
|
|
21028
21154
|
"filePath": "component-factory.ts",
|
|
21029
|
-
"line":
|
|
21155
|
+
"line": 162,
|
|
21030
21156
|
"character": 14
|
|
21031
21157
|
},
|
|
21032
21158
|
"types": [
|
|
@@ -21034,7 +21160,7 @@
|
|
|
21034
21160
|
"__schema": "TypeRefSchema",
|
|
21035
21161
|
"location": {
|
|
21036
21162
|
"filePath": "component-factory.ts",
|
|
21037
|
-
"line":
|
|
21163
|
+
"line": 162,
|
|
21038
21164
|
"character": 14
|
|
21039
21165
|
},
|
|
21040
21166
|
"name": "Promise",
|
|
@@ -21043,14 +21169,14 @@
|
|
|
21043
21169
|
"__schema": "TypeArraySchema",
|
|
21044
21170
|
"location": {
|
|
21045
21171
|
"filePath": "component-factory.ts",
|
|
21046
|
-
"line":
|
|
21172
|
+
"line": 162,
|
|
21047
21173
|
"character": 22
|
|
21048
21174
|
},
|
|
21049
21175
|
"type": {
|
|
21050
21176
|
"__schema": "TypeRefSchema",
|
|
21051
21177
|
"location": {
|
|
21052
21178
|
"filePath": "component-factory.ts",
|
|
21053
|
-
"line":
|
|
21179
|
+
"line": 162,
|
|
21054
21180
|
"character": 22
|
|
21055
21181
|
},
|
|
21056
21182
|
"name": "ComponentID"
|
|
@@ -21062,14 +21188,14 @@
|
|
|
21062
21188
|
"__schema": "TypeArraySchema",
|
|
21063
21189
|
"location": {
|
|
21064
21190
|
"filePath": "component-factory.ts",
|
|
21065
|
-
"line":
|
|
21191
|
+
"line": 162,
|
|
21066
21192
|
"character": 39
|
|
21067
21193
|
},
|
|
21068
21194
|
"type": {
|
|
21069
21195
|
"__schema": "TypeRefSchema",
|
|
21070
21196
|
"location": {
|
|
21071
21197
|
"filePath": "component-factory.ts",
|
|
21072
|
-
"line":
|
|
21198
|
+
"line": 162,
|
|
21073
21199
|
"character": 39
|
|
21074
21200
|
},
|
|
21075
21201
|
"name": "ComponentID"
|
|
@@ -21083,14 +21209,14 @@
|
|
|
21083
21209
|
"__schema": "FunctionLikeSchema",
|
|
21084
21210
|
"location": {
|
|
21085
21211
|
"filePath": "component-factory.ts",
|
|
21086
|
-
"line":
|
|
21212
|
+
"line": 169,
|
|
21087
21213
|
"character": 3
|
|
21088
21214
|
},
|
|
21089
21215
|
"doc": {
|
|
21090
21216
|
"__schema": "DocSchema",
|
|
21091
21217
|
"location": {
|
|
21092
21218
|
"filePath": "component-factory.ts",
|
|
21093
|
-
"line":
|
|
21219
|
+
"line": 164,
|
|
21094
21220
|
"character": 3
|
|
21095
21221
|
},
|
|
21096
21222
|
"raw": "/**\n * get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\n * it uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n * (among others) negate character \"!\" to exclude ids. See the package page for more supported characters.\n */",
|
|
@@ -21103,7 +21229,7 @@
|
|
|
21103
21229
|
"__schema": "ParameterSchema",
|
|
21104
21230
|
"location": {
|
|
21105
21231
|
"filePath": "component-factory.ts",
|
|
21106
|
-
"line":
|
|
21232
|
+
"line": 169,
|
|
21107
21233
|
"character": 16
|
|
21108
21234
|
},
|
|
21109
21235
|
"name": "pattern",
|
|
@@ -21111,7 +21237,7 @@
|
|
|
21111
21237
|
"__schema": "KeywordTypeSchema",
|
|
21112
21238
|
"location": {
|
|
21113
21239
|
"filePath": "component-factory.ts",
|
|
21114
|
-
"line":
|
|
21240
|
+
"line": 169,
|
|
21115
21241
|
"character": 25
|
|
21116
21242
|
},
|
|
21117
21243
|
"name": "string"
|
|
@@ -21123,7 +21249,7 @@
|
|
|
21123
21249
|
"__schema": "ParameterSchema",
|
|
21124
21250
|
"location": {
|
|
21125
21251
|
"filePath": "component-factory.ts",
|
|
21126
|
-
"line":
|
|
21252
|
+
"line": 169,
|
|
21127
21253
|
"character": 33
|
|
21128
21254
|
},
|
|
21129
21255
|
"name": "throwForNoMatch",
|
|
@@ -21131,7 +21257,7 @@
|
|
|
21131
21257
|
"__schema": "KeywordTypeSchema",
|
|
21132
21258
|
"location": {
|
|
21133
21259
|
"filePath": "component-factory.ts",
|
|
21134
|
-
"line":
|
|
21260
|
+
"line": 169,
|
|
21135
21261
|
"character": 51
|
|
21136
21262
|
},
|
|
21137
21263
|
"name": "boolean"
|
|
@@ -21144,7 +21270,7 @@
|
|
|
21144
21270
|
"__schema": "TypeRefSchema",
|
|
21145
21271
|
"location": {
|
|
21146
21272
|
"filePath": "component-factory.ts",
|
|
21147
|
-
"line":
|
|
21273
|
+
"line": 169,
|
|
21148
21274
|
"character": 61
|
|
21149
21275
|
},
|
|
21150
21276
|
"name": "Promise",
|
|
@@ -21153,14 +21279,14 @@
|
|
|
21153
21279
|
"__schema": "TypeArraySchema",
|
|
21154
21280
|
"location": {
|
|
21155
21281
|
"filePath": "component-factory.ts",
|
|
21156
|
-
"line":
|
|
21282
|
+
"line": 169,
|
|
21157
21283
|
"character": 69
|
|
21158
21284
|
},
|
|
21159
21285
|
"type": {
|
|
21160
21286
|
"__schema": "TypeRefSchema",
|
|
21161
21287
|
"location": {
|
|
21162
21288
|
"filePath": "component-factory.ts",
|
|
21163
|
-
"line":
|
|
21289
|
+
"line": 169,
|
|
21164
21290
|
"character": 69
|
|
21165
21291
|
},
|
|
21166
21292
|
"name": "ComponentID"
|
|
@@ -21174,7 +21300,7 @@
|
|
|
21174
21300
|
"__schema": "FunctionLikeSchema",
|
|
21175
21301
|
"location": {
|
|
21176
21302
|
"filePath": "component-factory.ts",
|
|
21177
|
-
"line":
|
|
21303
|
+
"line": 171,
|
|
21178
21304
|
"character": 3
|
|
21179
21305
|
},
|
|
21180
21306
|
"signature": "(method) ComponentFactory.hasId(componentId: ComponentID): Promise<boolean>",
|
|
@@ -21184,7 +21310,7 @@
|
|
|
21184
21310
|
"__schema": "ParameterSchema",
|
|
21185
21311
|
"location": {
|
|
21186
21312
|
"filePath": "component-factory.ts",
|
|
21187
|
-
"line":
|
|
21313
|
+
"line": 171,
|
|
21188
21314
|
"character": 9
|
|
21189
21315
|
},
|
|
21190
21316
|
"name": "componentId",
|
|
@@ -21192,7 +21318,7 @@
|
|
|
21192
21318
|
"__schema": "TypeRefSchema",
|
|
21193
21319
|
"location": {
|
|
21194
21320
|
"filePath": "component-factory.ts",
|
|
21195
|
-
"line":
|
|
21321
|
+
"line": 171,
|
|
21196
21322
|
"character": 22
|
|
21197
21323
|
},
|
|
21198
21324
|
"name": "ComponentID"
|
|
@@ -21205,7 +21331,7 @@
|
|
|
21205
21331
|
"__schema": "TypeRefSchema",
|
|
21206
21332
|
"location": {
|
|
21207
21333
|
"filePath": "component-factory.ts",
|
|
21208
|
-
"line":
|
|
21334
|
+
"line": 171,
|
|
21209
21335
|
"character": 36
|
|
21210
21336
|
},
|
|
21211
21337
|
"name": "Promise",
|
|
@@ -21214,7 +21340,7 @@
|
|
|
21214
21340
|
"__schema": "KeywordTypeSchema",
|
|
21215
21341
|
"location": {
|
|
21216
21342
|
"filePath": "component-factory.ts",
|
|
21217
|
-
"line":
|
|
21343
|
+
"line": 171,
|
|
21218
21344
|
"character": 44
|
|
21219
21345
|
},
|
|
21220
21346
|
"name": "boolean"
|
|
@@ -21227,14 +21353,14 @@
|
|
|
21227
21353
|
"__schema": "FunctionLikeSchema",
|
|
21228
21354
|
"location": {
|
|
21229
21355
|
"filePath": "component-factory.ts",
|
|
21230
|
-
"line":
|
|
21356
|
+
"line": 177,
|
|
21231
21357
|
"character": 3
|
|
21232
21358
|
},
|
|
21233
21359
|
"doc": {
|
|
21234
21360
|
"__schema": "DocSchema",
|
|
21235
21361
|
"location": {
|
|
21236
21362
|
"filePath": "component-factory.ts",
|
|
21237
|
-
"line":
|
|
21363
|
+
"line": 173,
|
|
21238
21364
|
"character": 3
|
|
21239
21365
|
},
|
|
21240
21366
|
"raw": "/**\n * Check if the host has the id, if no, search for the id in inner host (for example, workspace will search in the scope)\n * @param componentId\n */",
|
|
@@ -21244,7 +21370,7 @@
|
|
|
21244
21370
|
"__schema": "PropertyLikeTagSchema",
|
|
21245
21371
|
"location": {
|
|
21246
21372
|
"filePath": "component-factory.ts",
|
|
21247
|
-
"line":
|
|
21373
|
+
"line": 175,
|
|
21248
21374
|
"character": 6
|
|
21249
21375
|
},
|
|
21250
21376
|
"name": "componentId",
|
|
@@ -21259,7 +21385,7 @@
|
|
|
21259
21385
|
"__schema": "ParameterSchema",
|
|
21260
21386
|
"location": {
|
|
21261
21387
|
"filePath": "component-factory.ts",
|
|
21262
|
-
"line":
|
|
21388
|
+
"line": 177,
|
|
21263
21389
|
"character": 15
|
|
21264
21390
|
},
|
|
21265
21391
|
"name": "componentId",
|
|
@@ -21267,7 +21393,7 @@
|
|
|
21267
21393
|
"__schema": "TypeRefSchema",
|
|
21268
21394
|
"location": {
|
|
21269
21395
|
"filePath": "component-factory.ts",
|
|
21270
|
-
"line":
|
|
21396
|
+
"line": 177,
|
|
21271
21397
|
"character": 28
|
|
21272
21398
|
},
|
|
21273
21399
|
"name": "ComponentID"
|
|
@@ -21279,7 +21405,7 @@
|
|
|
21279
21405
|
"__schema": "ParameterSchema",
|
|
21280
21406
|
"location": {
|
|
21281
21407
|
"filePath": "component-factory.ts",
|
|
21282
|
-
"line":
|
|
21408
|
+
"line": 177,
|
|
21283
21409
|
"character": 41
|
|
21284
21410
|
},
|
|
21285
21411
|
"name": "includeCache",
|
|
@@ -21287,7 +21413,7 @@
|
|
|
21287
21413
|
"__schema": "KeywordTypeSchema",
|
|
21288
21414
|
"location": {
|
|
21289
21415
|
"filePath": "component-factory.ts",
|
|
21290
|
-
"line":
|
|
21416
|
+
"line": 177,
|
|
21291
21417
|
"character": 56
|
|
21292
21418
|
},
|
|
21293
21419
|
"name": "boolean"
|
|
@@ -21300,7 +21426,7 @@
|
|
|
21300
21426
|
"__schema": "TypeRefSchema",
|
|
21301
21427
|
"location": {
|
|
21302
21428
|
"filePath": "component-factory.ts",
|
|
21303
|
-
"line":
|
|
21429
|
+
"line": 177,
|
|
21304
21430
|
"character": 66
|
|
21305
21431
|
},
|
|
21306
21432
|
"name": "Promise",
|
|
@@ -21309,7 +21435,7 @@
|
|
|
21309
21435
|
"__schema": "KeywordTypeSchema",
|
|
21310
21436
|
"location": {
|
|
21311
21437
|
"filePath": "component-factory.ts",
|
|
21312
|
-
"line":
|
|
21438
|
+
"line": 177,
|
|
21313
21439
|
"character": 74
|
|
21314
21440
|
},
|
|
21315
21441
|
"name": "boolean"
|
|
@@ -21322,14 +21448,14 @@
|
|
|
21322
21448
|
"__schema": "FunctionLikeSchema",
|
|
21323
21449
|
"location": {
|
|
21324
21450
|
"filePath": "component-factory.ts",
|
|
21325
|
-
"line":
|
|
21451
|
+
"line": 184,
|
|
21326
21452
|
"character": 3
|
|
21327
21453
|
},
|
|
21328
21454
|
"doc": {
|
|
21329
21455
|
"__schema": "DocSchema",
|
|
21330
21456
|
"location": {
|
|
21331
21457
|
"filePath": "component-factory.ts",
|
|
21332
|
-
"line":
|
|
21458
|
+
"line": 179,
|
|
21333
21459
|
"character": 3
|
|
21334
21460
|
},
|
|
21335
21461
|
"raw": "/**\n * whether a component is not the same as its head.\n * for a new component, it'll return \"true\" as it has no head yet.\n * this is relevant for component from the workspace, where it can be locally changed. on the scope it's always false\n */",
|
|
@@ -21342,7 +21468,7 @@
|
|
|
21342
21468
|
"__schema": "ParameterSchema",
|
|
21343
21469
|
"location": {
|
|
21344
21470
|
"filePath": "component-factory.ts",
|
|
21345
|
-
"line":
|
|
21471
|
+
"line": 184,
|
|
21346
21472
|
"character": 14
|
|
21347
21473
|
},
|
|
21348
21474
|
"name": "component",
|
|
@@ -21350,7 +21476,7 @@
|
|
|
21350
21476
|
"__schema": "TypeRefSchema",
|
|
21351
21477
|
"location": {
|
|
21352
21478
|
"filePath": "component-factory.ts",
|
|
21353
|
-
"line":
|
|
21479
|
+
"line": 184,
|
|
21354
21480
|
"character": 25
|
|
21355
21481
|
},
|
|
21356
21482
|
"name": "Component"
|
|
@@ -21363,7 +21489,7 @@
|
|
|
21363
21489
|
"__schema": "TypeRefSchema",
|
|
21364
21490
|
"location": {
|
|
21365
21491
|
"filePath": "component-factory.ts",
|
|
21366
|
-
"line":
|
|
21492
|
+
"line": 184,
|
|
21367
21493
|
"character": 37
|
|
21368
21494
|
},
|
|
21369
21495
|
"name": "Promise",
|
|
@@ -21372,7 +21498,7 @@
|
|
|
21372
21498
|
"__schema": "KeywordTypeSchema",
|
|
21373
21499
|
"location": {
|
|
21374
21500
|
"filePath": "component-factory.ts",
|
|
21375
|
-
"line":
|
|
21501
|
+
"line": 184,
|
|
21376
21502
|
"character": 45
|
|
21377
21503
|
},
|
|
21378
21504
|
"name": "boolean"
|
|
@@ -21385,14 +21511,14 @@
|
|
|
21385
21511
|
"__schema": "FunctionLikeSchema",
|
|
21386
21512
|
"location": {
|
|
21387
21513
|
"filePath": "component-factory.ts",
|
|
21388
|
-
"line":
|
|
21514
|
+
"line": 190,
|
|
21389
21515
|
"character": 3
|
|
21390
21516
|
},
|
|
21391
21517
|
"doc": {
|
|
21392
21518
|
"__schema": "DocSchema",
|
|
21393
21519
|
"location": {
|
|
21394
21520
|
"filePath": "component-factory.ts",
|
|
21395
|
-
"line":
|
|
21521
|
+
"line": 186,
|
|
21396
21522
|
"character": 3
|
|
21397
21523
|
},
|
|
21398
21524
|
"raw": "/**\n * write the component to the filesystem when applicable (no-op for scope).\n * to change the component-path, specify the \"rootPath\", which should be a relative path inside the workspace.\n */",
|
|
@@ -21405,7 +21531,7 @@
|
|
|
21405
21531
|
"__schema": "ParameterSchema",
|
|
21406
21532
|
"location": {
|
|
21407
21533
|
"filePath": "component-factory.ts",
|
|
21408
|
-
"line":
|
|
21534
|
+
"line": 190,
|
|
21409
21535
|
"character": 9
|
|
21410
21536
|
},
|
|
21411
21537
|
"name": "component",
|
|
@@ -21413,7 +21539,7 @@
|
|
|
21413
21539
|
"__schema": "TypeRefSchema",
|
|
21414
21540
|
"location": {
|
|
21415
21541
|
"filePath": "component-factory.ts",
|
|
21416
|
-
"line":
|
|
21542
|
+
"line": 190,
|
|
21417
21543
|
"character": 20
|
|
21418
21544
|
},
|
|
21419
21545
|
"name": "Component"
|
|
@@ -21425,7 +21551,7 @@
|
|
|
21425
21551
|
"__schema": "ParameterSchema",
|
|
21426
21552
|
"location": {
|
|
21427
21553
|
"filePath": "component-factory.ts",
|
|
21428
|
-
"line":
|
|
21554
|
+
"line": 190,
|
|
21429
21555
|
"character": 31
|
|
21430
21556
|
},
|
|
21431
21557
|
"name": "rootPath",
|
|
@@ -21433,7 +21559,7 @@
|
|
|
21433
21559
|
"__schema": "KeywordTypeSchema",
|
|
21434
21560
|
"location": {
|
|
21435
21561
|
"filePath": "component-factory.ts",
|
|
21436
|
-
"line":
|
|
21562
|
+
"line": 190,
|
|
21437
21563
|
"character": 42
|
|
21438
21564
|
},
|
|
21439
21565
|
"name": "string"
|
|
@@ -21446,7 +21572,7 @@
|
|
|
21446
21572
|
"__schema": "TypeRefSchema",
|
|
21447
21573
|
"location": {
|
|
21448
21574
|
"filePath": "component-factory.ts",
|
|
21449
|
-
"line":
|
|
21575
|
+
"line": 190,
|
|
21450
21576
|
"character": 51
|
|
21451
21577
|
},
|
|
21452
21578
|
"name": "Promise",
|
|
@@ -21455,7 +21581,7 @@
|
|
|
21455
21581
|
"__schema": "KeywordTypeSchema",
|
|
21456
21582
|
"location": {
|
|
21457
21583
|
"filePath": "component-factory.ts",
|
|
21458
|
-
"line":
|
|
21584
|
+
"line": 190,
|
|
21459
21585
|
"character": 59
|
|
21460
21586
|
},
|
|
21461
21587
|
"name": "void"
|
|
@@ -21468,14 +21594,14 @@
|
|
|
21468
21594
|
"__schema": "VariableLikeSchema",
|
|
21469
21595
|
"location": {
|
|
21470
21596
|
"filePath": "component-factory.ts",
|
|
21471
|
-
"line":
|
|
21597
|
+
"line": 195,
|
|
21472
21598
|
"character": 3
|
|
21473
21599
|
},
|
|
21474
21600
|
"doc": {
|
|
21475
21601
|
"__schema": "DocSchema",
|
|
21476
21602
|
"location": {
|
|
21477
21603
|
"filePath": "component-factory.ts",
|
|
21478
|
-
"line":
|
|
21604
|
+
"line": 192,
|
|
21479
21605
|
"character": 3
|
|
21480
21606
|
},
|
|
21481
21607
|
"raw": "/**\n * determine whether host should be the prior one in case multiple hosts persist.\n */",
|
|
@@ -21487,7 +21613,7 @@
|
|
|
21487
21613
|
"__schema": "KeywordTypeSchema",
|
|
21488
21614
|
"location": {
|
|
21489
21615
|
"filePath": "component-factory.ts",
|
|
21490
|
-
"line":
|
|
21616
|
+
"line": 195,
|
|
21491
21617
|
"character": 14
|
|
21492
21618
|
},
|
|
21493
21619
|
"name": "boolean"
|
|
@@ -23990,7 +24116,7 @@
|
|
|
23990
24116
|
"_legacy": {
|
|
23991
24117
|
"scope": "teambit.component",
|
|
23992
24118
|
"name": "component",
|
|
23993
|
-
"version": "1.0.
|
|
24119
|
+
"version": "1.0.228"
|
|
23994
24120
|
},
|
|
23995
24121
|
"_scope": "teambit.component"
|
|
23996
24122
|
}
|
|
@@ -30251,7 +30377,7 @@
|
|
|
30251
30377
|
"_legacy": {
|
|
30252
30378
|
"scope": "teambit.component",
|
|
30253
30379
|
"name": "component",
|
|
30254
|
-
"version": "1.0.
|
|
30380
|
+
"version": "1.0.228"
|
|
30255
30381
|
},
|
|
30256
30382
|
"_scope": "teambit.component"
|
|
30257
30383
|
}
|
|
@@ -32666,7 +32792,7 @@
|
|
|
32666
32792
|
"componentId": {
|
|
32667
32793
|
"scope": "teambit.component",
|
|
32668
32794
|
"name": "component",
|
|
32669
|
-
"version": "1.0.
|
|
32795
|
+
"version": "1.0.228"
|
|
32670
32796
|
},
|
|
32671
32797
|
"taggedModuleExports": []
|
|
32672
32798
|
}
|