@teambit/importer 1.0.317 → 1.0.319
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_scope_importer-preview.js +1 -1
- package/artifacts/schema.json +458 -351
- package/dist/fetch-cmd.js +4 -4
- package/dist/fetch-cmd.js.map +1 -1
- package/dist/import-components.d.ts +4 -4
- package/dist/import-components.js +14 -20
- package/dist/import-components.js.map +1 -1
- package/dist/import.cmd.d.ts +1 -1
- package/dist/import.cmd.js +2 -9
- package/dist/import.cmd.js.map +1 -1
- package/dist/importer.main.runtime.d.ts +6 -3
- package/dist/importer.main.runtime.js +18 -10
- package/dist/importer.main.runtime.js.map +1 -1
- package/dist/{preview-1719458409904.js → preview-1719631375170.js} +2 -2
- package/package.json +16 -14
package/artifacts/schema.json
CHANGED
@@ -533,7 +533,7 @@
|
|
533
533
|
"_legacy": {
|
534
534
|
"scope": "teambit.scope",
|
535
535
|
"name": "importer",
|
536
|
-
"version": "1.0.
|
536
|
+
"version": "1.0.319"
|
537
537
|
},
|
538
538
|
"_scope": "teambit.scope"
|
539
539
|
}
|
@@ -652,7 +652,10 @@
|
|
652
652
|
"character": 19
|
653
653
|
},
|
654
654
|
"name": "MergeStrategy",
|
655
|
-
"
|
655
|
+
"componentId": {
|
656
|
+
"scope": "teambit.component",
|
657
|
+
"name": "merging"
|
658
|
+
}
|
656
659
|
},
|
657
660
|
"isOptional": true
|
658
661
|
},
|
@@ -1147,7 +1150,7 @@
|
|
1147
1150
|
"__schema": "ClassSchema",
|
1148
1151
|
"location": {
|
1149
1152
|
"filePath": "importer.main.runtime.ts",
|
1150
|
-
"line":
|
1153
|
+
"line": 30,
|
1151
1154
|
"character": 1
|
1152
1155
|
},
|
1153
1156
|
"signature": "class ImporterMain",
|
@@ -1157,17 +1160,17 @@
|
|
1157
1160
|
"__schema": "ConstructorSchema",
|
1158
1161
|
"location": {
|
1159
1162
|
"filePath": "importer.main.runtime.ts",
|
1160
|
-
"line":
|
1163
|
+
"line": 31,
|
1161
1164
|
"character": 3
|
1162
1165
|
},
|
1163
|
-
"signature": "constructor ImporterMain(workspace: Workspace, depResolver: DependencyResolverMain, graph: GraphMain, scope: ScopeMain, componentWriter: ComponentWriterMain, envs: EnvsMain, logger: Logger): ImporterMain",
|
1166
|
+
"signature": "constructor ImporterMain(workspace: Workspace, depResolver: DependencyResolverMain, graph: GraphMain, scope: ScopeMain, componentWriter: ComponentWriterMain, envs: EnvsMain, logger: Logger, lister: ListerMain): ImporterMain",
|
1164
1167
|
"name": "constructor",
|
1165
1168
|
"params": [
|
1166
1169
|
{
|
1167
1170
|
"__schema": "ParameterSchema",
|
1168
1171
|
"location": {
|
1169
1172
|
"filePath": "importer.main.runtime.ts",
|
1170
|
-
"line":
|
1173
|
+
"line": 32,
|
1171
1174
|
"character": 5
|
1172
1175
|
},
|
1173
1176
|
"name": "workspace",
|
@@ -1175,7 +1178,7 @@
|
|
1175
1178
|
"__schema": "TypeRefSchema",
|
1176
1179
|
"location": {
|
1177
1180
|
"filePath": "importer.main.runtime.ts",
|
1178
|
-
"line":
|
1181
|
+
"line": 32,
|
1179
1182
|
"character": 24
|
1180
1183
|
},
|
1181
1184
|
"name": "Workspace",
|
@@ -1191,7 +1194,7 @@
|
|
1191
1194
|
"__schema": "ParameterSchema",
|
1192
1195
|
"location": {
|
1193
1196
|
"filePath": "importer.main.runtime.ts",
|
1194
|
-
"line":
|
1197
|
+
"line": 33,
|
1195
1198
|
"character": 5
|
1196
1199
|
},
|
1197
1200
|
"name": "depResolver",
|
@@ -1199,7 +1202,7 @@
|
|
1199
1202
|
"__schema": "TypeRefSchema",
|
1200
1203
|
"location": {
|
1201
1204
|
"filePath": "importer.main.runtime.ts",
|
1202
|
-
"line":
|
1205
|
+
"line": 33,
|
1203
1206
|
"character": 26
|
1204
1207
|
},
|
1205
1208
|
"name": "DependencyResolverMain",
|
@@ -1215,7 +1218,7 @@
|
|
1215
1218
|
"__schema": "ParameterSchema",
|
1216
1219
|
"location": {
|
1217
1220
|
"filePath": "importer.main.runtime.ts",
|
1218
|
-
"line":
|
1221
|
+
"line": 34,
|
1219
1222
|
"character": 5
|
1220
1223
|
},
|
1221
1224
|
"name": "graph",
|
@@ -1223,7 +1226,7 @@
|
|
1223
1226
|
"__schema": "TypeRefSchema",
|
1224
1227
|
"location": {
|
1225
1228
|
"filePath": "importer.main.runtime.ts",
|
1226
|
-
"line":
|
1229
|
+
"line": 34,
|
1227
1230
|
"character": 20
|
1228
1231
|
},
|
1229
1232
|
"name": "GraphMain",
|
@@ -1239,7 +1242,7 @@
|
|
1239
1242
|
"__schema": "ParameterSchema",
|
1240
1243
|
"location": {
|
1241
1244
|
"filePath": "importer.main.runtime.ts",
|
1242
|
-
"line":
|
1245
|
+
"line": 35,
|
1243
1246
|
"character": 5
|
1244
1247
|
},
|
1245
1248
|
"name": "scope",
|
@@ -1247,7 +1250,7 @@
|
|
1247
1250
|
"__schema": "TypeRefSchema",
|
1248
1251
|
"location": {
|
1249
1252
|
"filePath": "importer.main.runtime.ts",
|
1250
|
-
"line":
|
1253
|
+
"line": 35,
|
1251
1254
|
"character": 20
|
1252
1255
|
},
|
1253
1256
|
"name": "ScopeMain",
|
@@ -1263,7 +1266,7 @@
|
|
1263
1266
|
"__schema": "ParameterSchema",
|
1264
1267
|
"location": {
|
1265
1268
|
"filePath": "importer.main.runtime.ts",
|
1266
|
-
"line":
|
1269
|
+
"line": 36,
|
1267
1270
|
"character": 5
|
1268
1271
|
},
|
1269
1272
|
"name": "componentWriter",
|
@@ -1271,7 +1274,7 @@
|
|
1271
1274
|
"__schema": "TypeRefSchema",
|
1272
1275
|
"location": {
|
1273
1276
|
"filePath": "importer.main.runtime.ts",
|
1274
|
-
"line":
|
1277
|
+
"line": 36,
|
1275
1278
|
"character": 30
|
1276
1279
|
},
|
1277
1280
|
"name": "ComponentWriterMain",
|
@@ -1287,7 +1290,7 @@
|
|
1287
1290
|
"__schema": "ParameterSchema",
|
1288
1291
|
"location": {
|
1289
1292
|
"filePath": "importer.main.runtime.ts",
|
1290
|
-
"line":
|
1293
|
+
"line": 37,
|
1291
1294
|
"character": 5
|
1292
1295
|
},
|
1293
1296
|
"name": "envs",
|
@@ -1295,7 +1298,7 @@
|
|
1295
1298
|
"__schema": "TypeRefSchema",
|
1296
1299
|
"location": {
|
1297
1300
|
"filePath": "importer.main.runtime.ts",
|
1298
|
-
"line":
|
1301
|
+
"line": 37,
|
1299
1302
|
"character": 19
|
1300
1303
|
},
|
1301
1304
|
"name": "EnvsMain",
|
@@ -1311,7 +1314,7 @@
|
|
1311
1314
|
"__schema": "ParameterSchema",
|
1312
1315
|
"location": {
|
1313
1316
|
"filePath": "importer.main.runtime.ts",
|
1314
|
-
"line":
|
1317
|
+
"line": 38,
|
1315
1318
|
"character": 5
|
1316
1319
|
},
|
1317
1320
|
"name": "logger",
|
@@ -1319,7 +1322,7 @@
|
|
1319
1322
|
"__schema": "TypeRefSchema",
|
1320
1323
|
"location": {
|
1321
1324
|
"filePath": "importer.main.runtime.ts",
|
1322
|
-
"line":
|
1325
|
+
"line": 38,
|
1323
1326
|
"character": 22
|
1324
1327
|
},
|
1325
1328
|
"name": "Logger",
|
@@ -1330,13 +1333,37 @@
|
|
1330
1333
|
},
|
1331
1334
|
"isOptional": false,
|
1332
1335
|
"isSpread": false
|
1336
|
+
},
|
1337
|
+
{
|
1338
|
+
"__schema": "ParameterSchema",
|
1339
|
+
"location": {
|
1340
|
+
"filePath": "importer.main.runtime.ts",
|
1341
|
+
"line": 39,
|
1342
|
+
"character": 5
|
1343
|
+
},
|
1344
|
+
"name": "lister",
|
1345
|
+
"type": {
|
1346
|
+
"__schema": "TypeRefSchema",
|
1347
|
+
"location": {
|
1348
|
+
"filePath": "importer.main.runtime.ts",
|
1349
|
+
"line": 39,
|
1350
|
+
"character": 21
|
1351
|
+
},
|
1352
|
+
"name": "ListerMain",
|
1353
|
+
"componentId": {
|
1354
|
+
"scope": "teambit.component",
|
1355
|
+
"name": "lister"
|
1356
|
+
}
|
1357
|
+
},
|
1358
|
+
"isOptional": false,
|
1359
|
+
"isSpread": false
|
1333
1360
|
}
|
1334
1361
|
],
|
1335
1362
|
"returnType": {
|
1336
1363
|
"__schema": "ThisTypeSchema",
|
1337
1364
|
"location": {
|
1338
1365
|
"filePath": "importer.main.runtime.ts",
|
1339
|
-
"line":
|
1366
|
+
"line": 30,
|
1340
1367
|
"character": 1
|
1341
1368
|
},
|
1342
1369
|
"name": "ImporterMain"
|
@@ -1347,7 +1374,7 @@
|
|
1347
1374
|
"__schema": "FunctionLikeSchema",
|
1348
1375
|
"location": {
|
1349
1376
|
"filePath": "importer.main.runtime.ts",
|
1350
|
-
"line":
|
1377
|
+
"line": 42,
|
1351
1378
|
"character": 3
|
1352
1379
|
},
|
1353
1380
|
"signature": "(method) ImporterMain.import(importOptions: ImportOptions, packageManagerArgs?: string[]): Promise<ImportResult>",
|
@@ -1357,7 +1384,7 @@
|
|
1357
1384
|
"__schema": "ParameterSchema",
|
1358
1385
|
"location": {
|
1359
1386
|
"filePath": "importer.main.runtime.ts",
|
1360
|
-
"line":
|
1387
|
+
"line": 42,
|
1361
1388
|
"character": 16
|
1362
1389
|
},
|
1363
1390
|
"name": "importOptions",
|
@@ -1365,7 +1392,7 @@
|
|
1365
1392
|
"__schema": "TypeRefSchema",
|
1366
1393
|
"location": {
|
1367
1394
|
"filePath": "importer.main.runtime.ts",
|
1368
|
-
"line":
|
1395
|
+
"line": 42,
|
1369
1396
|
"character": 31
|
1370
1397
|
},
|
1371
1398
|
"name": "ImportOptions"
|
@@ -1377,7 +1404,7 @@
|
|
1377
1404
|
"__schema": "ParameterSchema",
|
1378
1405
|
"location": {
|
1379
1406
|
"filePath": "importer.main.runtime.ts",
|
1380
|
-
"line":
|
1407
|
+
"line": 42,
|
1381
1408
|
"character": 46
|
1382
1409
|
},
|
1383
1410
|
"name": "packageManagerArgs",
|
@@ -1385,14 +1412,14 @@
|
|
1385
1412
|
"__schema": "TypeArraySchema",
|
1386
1413
|
"location": {
|
1387
1414
|
"filePath": "importer.main.runtime.ts",
|
1388
|
-
"line":
|
1415
|
+
"line": 42,
|
1389
1416
|
"character": 66
|
1390
1417
|
},
|
1391
1418
|
"type": {
|
1392
1419
|
"__schema": "KeywordTypeSchema",
|
1393
1420
|
"location": {
|
1394
1421
|
"filePath": "importer.main.runtime.ts",
|
1395
|
-
"line":
|
1422
|
+
"line": 42,
|
1396
1423
|
"character": 66
|
1397
1424
|
},
|
1398
1425
|
"name": "string"
|
@@ -1407,7 +1434,7 @@
|
|
1407
1434
|
"__schema": "TypeRefSchema",
|
1408
1435
|
"location": {
|
1409
1436
|
"filePath": "importer.main.runtime.ts",
|
1410
|
-
"line":
|
1437
|
+
"line": 42,
|
1411
1438
|
"character": 82
|
1412
1439
|
},
|
1413
1440
|
"name": "Promise",
|
@@ -1416,7 +1443,7 @@
|
|
1416
1443
|
"__schema": "TypeRefSchema",
|
1417
1444
|
"location": {
|
1418
1445
|
"filePath": "importer.main.runtime.ts",
|
1419
|
-
"line":
|
1446
|
+
"line": 42,
|
1420
1447
|
"character": 90
|
1421
1448
|
},
|
1422
1449
|
"name": "ImportResult",
|
@@ -1432,14 +1459,14 @@
|
|
1432
1459
|
"__schema": "FunctionLikeSchema",
|
1433
1460
|
"location": {
|
1434
1461
|
"filePath": "importer.main.runtime.ts",
|
1435
|
-
"line":
|
1462
|
+
"line": 75,
|
1436
1463
|
"character": 3
|
1437
1464
|
},
|
1438
1465
|
"doc": {
|
1439
1466
|
"__schema": "DocSchema",
|
1440
1467
|
"location": {
|
1441
1468
|
"filePath": "importer.main.runtime.ts",
|
1442
|
-
"line":
|
1469
|
+
"line": 71,
|
1443
1470
|
"character": 3
|
1444
1471
|
},
|
1445
1472
|
"raw": "/**\n * fetch objects according to the criteria set by `options` param.\n * to fetch current objects according to the current lane or main, use `this.importCurrentObjects()`.\n */",
|
@@ -1453,7 +1480,7 @@
|
|
1453
1480
|
"__schema": "ParameterSchema",
|
1454
1481
|
"location": {
|
1455
1482
|
"filePath": "importer.main.runtime.ts",
|
1456
|
-
"line":
|
1483
|
+
"line": 75,
|
1457
1484
|
"character": 23
|
1458
1485
|
},
|
1459
1486
|
"name": "options",
|
@@ -1461,7 +1488,7 @@
|
|
1461
1488
|
"__schema": "TypeRefSchema",
|
1462
1489
|
"location": {
|
1463
1490
|
"filePath": "importer.main.runtime.ts",
|
1464
|
-
"line":
|
1491
|
+
"line": 75,
|
1465
1492
|
"character": 32
|
1466
1493
|
},
|
1467
1494
|
"name": "Partial",
|
@@ -1470,7 +1497,7 @@
|
|
1470
1497
|
"__schema": "TypeRefSchema",
|
1471
1498
|
"location": {
|
1472
1499
|
"filePath": "importer.main.runtime.ts",
|
1473
|
-
"line":
|
1500
|
+
"line": 75,
|
1474
1501
|
"character": 40
|
1475
1502
|
},
|
1476
1503
|
"name": "ImportOptions"
|
@@ -1486,7 +1513,7 @@
|
|
1486
1513
|
"__schema": "TypeRefSchema",
|
1487
1514
|
"location": {
|
1488
1515
|
"filePath": "importer.main.runtime.ts",
|
1489
|
-
"line":
|
1516
|
+
"line": 75,
|
1490
1517
|
"character": 62
|
1491
1518
|
},
|
1492
1519
|
"name": "Promise",
|
@@ -1495,7 +1522,7 @@
|
|
1495
1522
|
"__schema": "TypeRefSchema",
|
1496
1523
|
"location": {
|
1497
1524
|
"filePath": "importer.main.runtime.ts",
|
1498
|
-
"line":
|
1525
|
+
"line": 75,
|
1499
1526
|
"character": 70
|
1500
1527
|
},
|
1501
1528
|
"name": "ImportResult",
|
@@ -1511,14 +1538,14 @@
|
|
1511
1538
|
"__schema": "FunctionLikeSchema",
|
1512
1539
|
"location": {
|
1513
1540
|
"filePath": "importer.main.runtime.ts",
|
1514
|
-
"line":
|
1541
|
+
"line": 91,
|
1515
1542
|
"character": 3
|
1516
1543
|
},
|
1517
1544
|
"doc": {
|
1518
1545
|
"__schema": "DocSchema",
|
1519
1546
|
"location": {
|
1520
1547
|
"filePath": "importer.main.runtime.ts",
|
1521
|
-
"line":
|
1548
|
+
"line": 87,
|
1522
1549
|
"character": 3
|
1523
1550
|
},
|
1524
1551
|
"raw": "/**\n * given a lane object, load all components by their head on the lane, find the artifacts refs and import them from\n * the lane scope\n */",
|
@@ -1532,7 +1559,7 @@
|
|
1532
1559
|
"__schema": "ParameterSchema",
|
1533
1560
|
"location": {
|
1534
1561
|
"filePath": "importer.main.runtime.ts",
|
1535
|
-
"line":
|
1562
|
+
"line": 91,
|
1536
1563
|
"character": 37
|
1537
1564
|
},
|
1538
1565
|
"name": "lane",
|
@@ -1540,7 +1567,7 @@
|
|
1540
1567
|
"__schema": "TypeRefSchema",
|
1541
1568
|
"location": {
|
1542
1569
|
"filePath": "importer.main.runtime.ts",
|
1543
|
-
"line":
|
1570
|
+
"line": 91,
|
1544
1571
|
"character": 43
|
1545
1572
|
},
|
1546
1573
|
"name": "Lane",
|
@@ -1553,7 +1580,7 @@
|
|
1553
1580
|
"__schema": "ParameterSchema",
|
1554
1581
|
"location": {
|
1555
1582
|
"filePath": "importer.main.runtime.ts",
|
1556
|
-
"line":
|
1583
|
+
"line": 91,
|
1557
1584
|
"character": 49
|
1558
1585
|
},
|
1559
1586
|
"name": "ids",
|
@@ -1561,14 +1588,14 @@
|
|
1561
1588
|
"__schema": "TypeArraySchema",
|
1562
1589
|
"location": {
|
1563
1590
|
"filePath": "importer.main.runtime.ts",
|
1564
|
-
"line":
|
1591
|
+
"line": 91,
|
1565
1592
|
"character": 54
|
1566
1593
|
},
|
1567
1594
|
"type": {
|
1568
1595
|
"__schema": "TypeRefSchema",
|
1569
1596
|
"location": {
|
1570
1597
|
"filePath": "importer.main.runtime.ts",
|
1571
|
-
"line":
|
1598
|
+
"line": 91,
|
1572
1599
|
"character": 54
|
1573
1600
|
},
|
1574
1601
|
"name": "ComponentID",
|
@@ -1587,7 +1614,7 @@
|
|
1587
1614
|
"__schema": "ParameterSchema",
|
1588
1615
|
"location": {
|
1589
1616
|
"filePath": "importer.main.runtime.ts",
|
1590
|
-
"line":
|
1617
|
+
"line": 91,
|
1591
1618
|
"character": 93
|
1592
1619
|
},
|
1593
1620
|
"name": "throwIfMissing",
|
@@ -1595,7 +1622,7 @@
|
|
1595
1622
|
"__schema": "InferenceTypeSchema",
|
1596
1623
|
"location": {
|
1597
1624
|
"filePath": "importer.main.runtime.ts",
|
1598
|
-
"line":
|
1625
|
+
"line": 91,
|
1599
1626
|
"character": 93
|
1600
1627
|
},
|
1601
1628
|
"type": "boolean"
|
@@ -1609,7 +1636,7 @@
|
|
1609
1636
|
"__schema": "InferenceTypeSchema",
|
1610
1637
|
"location": {
|
1611
1638
|
"filePath": "importer.main.runtime.ts",
|
1612
|
-
"line":
|
1639
|
+
"line": 91,
|
1613
1640
|
"character": 3
|
1614
1641
|
},
|
1615
1642
|
"type": "Promise<void>"
|
@@ -1622,14 +1649,14 @@
|
|
1622
1649
|
"__schema": "FunctionLikeSchema",
|
1623
1650
|
"location": {
|
1624
1651
|
"filePath": "importer.main.runtime.ts",
|
1625
|
-
"line":
|
1652
|
+
"line": 104,
|
1626
1653
|
"character": 3
|
1627
1654
|
},
|
1628
1655
|
"doc": {
|
1629
1656
|
"__schema": "DocSchema",
|
1630
1657
|
"location": {
|
1631
1658
|
"filePath": "importer.main.runtime.ts",
|
1632
|
-
"line":
|
1659
|
+
"line": 101,
|
1633
1660
|
"character": 3
|
1634
1661
|
},
|
1635
1662
|
"raw": "/**\n * if on main, fetch main objects, if on lane, fetch lane objects.\n */",
|
@@ -1643,7 +1670,7 @@
|
|
1643
1670
|
"__schema": "TypeRefSchema",
|
1644
1671
|
"location": {
|
1645
1672
|
"filePath": "importer.main.runtime.ts",
|
1646
|
-
"line":
|
1673
|
+
"line": 104,
|
1647
1674
|
"character": 33
|
1648
1675
|
},
|
1649
1676
|
"name": "Promise",
|
@@ -1652,7 +1679,7 @@
|
|
1652
1679
|
"__schema": "TypeRefSchema",
|
1653
1680
|
"location": {
|
1654
1681
|
"filePath": "importer.main.runtime.ts",
|
1655
|
-
"line":
|
1682
|
+
"line": 104,
|
1656
1683
|
"character": 41
|
1657
1684
|
},
|
1658
1685
|
"name": "ImportResult",
|
@@ -1668,7 +1695,7 @@
|
|
1668
1695
|
"__schema": "FunctionLikeSchema",
|
1669
1696
|
"location": {
|
1670
1697
|
"filePath": "importer.main.runtime.ts",
|
1671
|
-
"line":
|
1698
|
+
"line": 120,
|
1672
1699
|
"character": 3
|
1673
1700
|
},
|
1674
1701
|
"signature": "(method) ImporterMain.importObjectsFromMainIfExist(ids: ComponentID[], { cache }?: {\n cache: boolean;\n}): Promise<void>",
|
@@ -1678,7 +1705,7 @@
|
|
1678
1705
|
"__schema": "ParameterSchema",
|
1679
1706
|
"location": {
|
1680
1707
|
"filePath": "importer.main.runtime.ts",
|
1681
|
-
"line":
|
1708
|
+
"line": 120,
|
1682
1709
|
"character": 38
|
1683
1710
|
},
|
1684
1711
|
"name": "ids",
|
@@ -1686,14 +1713,14 @@
|
|
1686
1713
|
"__schema": "TypeArraySchema",
|
1687
1714
|
"location": {
|
1688
1715
|
"filePath": "importer.main.runtime.ts",
|
1689
|
-
"line":
|
1716
|
+
"line": 120,
|
1690
1717
|
"character": 43
|
1691
1718
|
},
|
1692
1719
|
"type": {
|
1693
1720
|
"__schema": "TypeRefSchema",
|
1694
1721
|
"location": {
|
1695
1722
|
"filePath": "importer.main.runtime.ts",
|
1696
|
-
"line":
|
1723
|
+
"line": 120,
|
1697
1724
|
"character": 43
|
1698
1725
|
},
|
1699
1726
|
"name": "ComponentID",
|
@@ -1711,7 +1738,7 @@
|
|
1711
1738
|
"__schema": "ParameterSchema",
|
1712
1739
|
"location": {
|
1713
1740
|
"filePath": "importer.main.runtime.ts",
|
1714
|
-
"line":
|
1741
|
+
"line": 120,
|
1715
1742
|
"character": 58
|
1716
1743
|
},
|
1717
1744
|
"name": "{ cache }",
|
@@ -1719,7 +1746,7 @@
|
|
1719
1746
|
"__schema": "TypeLiteralSchema",
|
1720
1747
|
"location": {
|
1721
1748
|
"filePath": "importer.main.runtime.ts",
|
1722
|
-
"line":
|
1749
|
+
"line": 120,
|
1723
1750
|
"character": 58
|
1724
1751
|
},
|
1725
1752
|
"members": [
|
@@ -1727,7 +1754,7 @@
|
|
1727
1754
|
"__schema": "InferenceTypeSchema",
|
1728
1755
|
"location": {
|
1729
1756
|
"filePath": "importer.main.runtime.ts",
|
1730
|
-
"line":
|
1757
|
+
"line": 120,
|
1731
1758
|
"character": 58
|
1732
1759
|
},
|
1733
1760
|
"name": "cache",
|
@@ -1742,7 +1769,7 @@
|
|
1742
1769
|
"__schema": "InferenceTypeSchema",
|
1743
1770
|
"location": {
|
1744
1771
|
"filePath": "importer.main.runtime.ts",
|
1745
|
-
"line":
|
1772
|
+
"line": 120,
|
1746
1773
|
"character": 60
|
1747
1774
|
},
|
1748
1775
|
"name": "cache",
|
@@ -1757,7 +1784,7 @@
|
|
1757
1784
|
"__schema": "InferenceTypeSchema",
|
1758
1785
|
"location": {
|
1759
1786
|
"filePath": "importer.main.runtime.ts",
|
1760
|
-
"line":
|
1787
|
+
"line": 120,
|
1761
1788
|
"character": 3
|
1762
1789
|
},
|
1763
1790
|
"type": "Promise<void>"
|
@@ -1770,14 +1797,14 @@
|
|
1770
1797
|
"__schema": "FunctionLikeSchema",
|
1771
1798
|
"location": {
|
1772
1799
|
"filePath": "importer.main.runtime.ts",
|
1773
|
-
"line":
|
1800
|
+
"line": 132,
|
1774
1801
|
"character": 3
|
1775
1802
|
},
|
1776
1803
|
"doc": {
|
1777
1804
|
"__schema": "DocSchema",
|
1778
1805
|
"location": {
|
1779
1806
|
"filePath": "importer.main.runtime.ts",
|
1780
|
-
"line":
|
1807
|
+
"line": 128,
|
1781
1808
|
"character": 3
|
1782
1809
|
},
|
1783
1810
|
"raw": "/**\n * fetch lane's components and save them in the local scope.\n * once done, merge the lane object and save it as well.\n */",
|
@@ -1791,7 +1818,7 @@
|
|
1791
1818
|
"__schema": "ParameterSchema",
|
1792
1819
|
"location": {
|
1793
1820
|
"filePath": "importer.main.runtime.ts",
|
1794
|
-
"line":
|
1821
|
+
"line": 132,
|
1795
1822
|
"character": 29
|
1796
1823
|
},
|
1797
1824
|
"name": "lane",
|
@@ -1799,7 +1826,7 @@
|
|
1799
1826
|
"__schema": "TypeRefSchema",
|
1800
1827
|
"location": {
|
1801
1828
|
"filePath": "importer.main.runtime.ts",
|
1802
|
-
"line":
|
1829
|
+
"line": 132,
|
1803
1830
|
"character": 35
|
1804
1831
|
},
|
1805
1832
|
"name": "Lane",
|
@@ -1812,7 +1839,7 @@
|
|
1812
1839
|
"__schema": "ParameterSchema",
|
1813
1840
|
"location": {
|
1814
1841
|
"filePath": "importer.main.runtime.ts",
|
1815
|
-
"line":
|
1842
|
+
"line": 132,
|
1816
1843
|
"character": 41
|
1817
1844
|
},
|
1818
1845
|
"name": "includeUpdateDependents",
|
@@ -1820,7 +1847,7 @@
|
|
1820
1847
|
"__schema": "InferenceTypeSchema",
|
1821
1848
|
"location": {
|
1822
1849
|
"filePath": "importer.main.runtime.ts",
|
1823
|
-
"line":
|
1850
|
+
"line": 132,
|
1824
1851
|
"character": 41
|
1825
1852
|
},
|
1826
1853
|
"type": "boolean"
|
@@ -1834,7 +1861,7 @@
|
|
1834
1861
|
"__schema": "InferenceTypeSchema",
|
1835
1862
|
"location": {
|
1836
1863
|
"filePath": "importer.main.runtime.ts",
|
1837
|
-
"line":
|
1864
|
+
"line": 132,
|
1838
1865
|
"character": 3
|
1839
1866
|
},
|
1840
1867
|
"type": "Promise<void>"
|
@@ -1847,7 +1874,7 @@
|
|
1847
1874
|
"__schema": "FunctionLikeSchema",
|
1848
1875
|
"location": {
|
1849
1876
|
"filePath": "importer.main.runtime.ts",
|
1850
|
-
"line":
|
1877
|
+
"line": 147,
|
1851
1878
|
"character": 3
|
1852
1879
|
},
|
1853
1880
|
"signature": "(method) ImporterMain.fetch(ids: string[], lanes: boolean, components: boolean, fromOriginalScope: boolean, allHistory?: boolean): Promise<ImportResult | {\n importedIds: ComponentID[];\n importDetails: ImportDetails[];\n}>",
|
@@ -1857,7 +1884,7 @@
|
|
1857
1884
|
"__schema": "ParameterSchema",
|
1858
1885
|
"location": {
|
1859
1886
|
"filePath": "importer.main.runtime.ts",
|
1860
|
-
"line":
|
1887
|
+
"line": 147,
|
1861
1888
|
"character": 15
|
1862
1889
|
},
|
1863
1890
|
"name": "ids",
|
@@ -1865,14 +1892,14 @@
|
|
1865
1892
|
"__schema": "TypeArraySchema",
|
1866
1893
|
"location": {
|
1867
1894
|
"filePath": "importer.main.runtime.ts",
|
1868
|
-
"line":
|
1895
|
+
"line": 147,
|
1869
1896
|
"character": 20
|
1870
1897
|
},
|
1871
1898
|
"type": {
|
1872
1899
|
"__schema": "KeywordTypeSchema",
|
1873
1900
|
"location": {
|
1874
1901
|
"filePath": "importer.main.runtime.ts",
|
1875
|
-
"line":
|
1902
|
+
"line": 147,
|
1876
1903
|
"character": 20
|
1877
1904
|
},
|
1878
1905
|
"name": "string"
|
@@ -1885,7 +1912,7 @@
|
|
1885
1912
|
"__schema": "ParameterSchema",
|
1886
1913
|
"location": {
|
1887
1914
|
"filePath": "importer.main.runtime.ts",
|
1888
|
-
"line":
|
1915
|
+
"line": 147,
|
1889
1916
|
"character": 30
|
1890
1917
|
},
|
1891
1918
|
"name": "lanes",
|
@@ -1893,7 +1920,7 @@
|
|
1893
1920
|
"__schema": "KeywordTypeSchema",
|
1894
1921
|
"location": {
|
1895
1922
|
"filePath": "importer.main.runtime.ts",
|
1896
|
-
"line":
|
1923
|
+
"line": 147,
|
1897
1924
|
"character": 37
|
1898
1925
|
},
|
1899
1926
|
"name": "boolean"
|
@@ -1905,7 +1932,7 @@
|
|
1905
1932
|
"__schema": "ParameterSchema",
|
1906
1933
|
"location": {
|
1907
1934
|
"filePath": "importer.main.runtime.ts",
|
1908
|
-
"line":
|
1935
|
+
"line": 147,
|
1909
1936
|
"character": 46
|
1910
1937
|
},
|
1911
1938
|
"name": "components",
|
@@ -1913,7 +1940,7 @@
|
|
1913
1940
|
"__schema": "KeywordTypeSchema",
|
1914
1941
|
"location": {
|
1915
1942
|
"filePath": "importer.main.runtime.ts",
|
1916
|
-
"line":
|
1943
|
+
"line": 147,
|
1917
1944
|
"character": 58
|
1918
1945
|
},
|
1919
1946
|
"name": "boolean"
|
@@ -1925,7 +1952,7 @@
|
|
1925
1952
|
"__schema": "ParameterSchema",
|
1926
1953
|
"location": {
|
1927
1954
|
"filePath": "importer.main.runtime.ts",
|
1928
|
-
"line":
|
1955
|
+
"line": 147,
|
1929
1956
|
"character": 67
|
1930
1957
|
},
|
1931
1958
|
"name": "fromOriginalScope",
|
@@ -1933,7 +1960,7 @@
|
|
1933
1960
|
"__schema": "KeywordTypeSchema",
|
1934
1961
|
"location": {
|
1935
1962
|
"filePath": "importer.main.runtime.ts",
|
1936
|
-
"line":
|
1963
|
+
"line": 147,
|
1937
1964
|
"character": 86
|
1938
1965
|
},
|
1939
1966
|
"name": "boolean"
|
@@ -1945,7 +1972,7 @@
|
|
1945
1972
|
"__schema": "ParameterSchema",
|
1946
1973
|
"location": {
|
1947
1974
|
"filePath": "importer.main.runtime.ts",
|
1948
|
-
"line":
|
1975
|
+
"line": 147,
|
1949
1976
|
"character": 95
|
1950
1977
|
},
|
1951
1978
|
"name": "allHistory",
|
@@ -1953,7 +1980,7 @@
|
|
1953
1980
|
"__schema": "InferenceTypeSchema",
|
1954
1981
|
"location": {
|
1955
1982
|
"filePath": "importer.main.runtime.ts",
|
1956
|
-
"line":
|
1983
|
+
"line": 147,
|
1957
1984
|
"character": 95
|
1958
1985
|
},
|
1959
1986
|
"type": "boolean"
|
@@ -1967,7 +1994,7 @@
|
|
1967
1994
|
"__schema": "InferenceTypeSchema",
|
1968
1995
|
"location": {
|
1969
1996
|
"filePath": "importer.main.runtime.ts",
|
1970
|
-
"line":
|
1997
|
+
"line": 147,
|
1971
1998
|
"character": 3
|
1972
1999
|
},
|
1973
2000
|
"type": "Promise<ImportResult | {\n importedIds: ComponentID[];\n importDetails: ImportDetails[];\n}>"
|
@@ -1980,7 +2007,7 @@
|
|
1980
2007
|
"__schema": "FunctionLikeSchema",
|
1981
2008
|
"location": {
|
1982
2009
|
"filePath": "importer.main.runtime.ts",
|
1983
|
-
"line":
|
2010
|
+
"line": 228,
|
1984
2011
|
"character": 3
|
1985
2012
|
},
|
1986
2013
|
"signature": "(method) ImporterMain.fetchLanes(lanes: Lane[], shouldFetchFromMain?: boolean, options?: Partial<ImportOptions>): Promise<ImportResult>",
|
@@ -1990,7 +2017,7 @@
|
|
1990
2017
|
"__schema": "ParameterSchema",
|
1991
2018
|
"location": {
|
1992
2019
|
"filePath": "importer.main.runtime.ts",
|
1993
|
-
"line":
|
2020
|
+
"line": 229,
|
1994
2021
|
"character": 5
|
1995
2022
|
},
|
1996
2023
|
"name": "lanes",
|
@@ -1998,14 +2025,14 @@
|
|
1998
2025
|
"__schema": "TypeArraySchema",
|
1999
2026
|
"location": {
|
2000
2027
|
"filePath": "importer.main.runtime.ts",
|
2001
|
-
"line":
|
2028
|
+
"line": 229,
|
2002
2029
|
"character": 12
|
2003
2030
|
},
|
2004
2031
|
"type": {
|
2005
2032
|
"__schema": "TypeRefSchema",
|
2006
2033
|
"location": {
|
2007
2034
|
"filePath": "importer.main.runtime.ts",
|
2008
|
-
"line":
|
2035
|
+
"line": 229,
|
2009
2036
|
"character": 12
|
2010
2037
|
},
|
2011
2038
|
"name": "Lane",
|
@@ -2019,7 +2046,7 @@
|
|
2019
2046
|
"__schema": "ParameterSchema",
|
2020
2047
|
"location": {
|
2021
2048
|
"filePath": "importer.main.runtime.ts",
|
2022
|
-
"line":
|
2049
|
+
"line": 230,
|
2023
2050
|
"character": 5
|
2024
2051
|
},
|
2025
2052
|
"name": "shouldFetchFromMain",
|
@@ -2027,7 +2054,7 @@
|
|
2027
2054
|
"__schema": "KeywordTypeSchema",
|
2028
2055
|
"location": {
|
2029
2056
|
"filePath": "importer.main.runtime.ts",
|
2030
|
-
"line":
|
2057
|
+
"line": 230,
|
2031
2058
|
"character": 27
|
2032
2059
|
},
|
2033
2060
|
"name": "boolean"
|
@@ -2039,7 +2066,7 @@
|
|
2039
2066
|
"__schema": "ParameterSchema",
|
2040
2067
|
"location": {
|
2041
2068
|
"filePath": "importer.main.runtime.ts",
|
2042
|
-
"line":
|
2069
|
+
"line": 231,
|
2043
2070
|
"character": 5
|
2044
2071
|
},
|
2045
2072
|
"name": "options",
|
@@ -2047,7 +2074,7 @@
|
|
2047
2074
|
"__schema": "TypeRefSchema",
|
2048
2075
|
"location": {
|
2049
2076
|
"filePath": "importer.main.runtime.ts",
|
2050
|
-
"line":
|
2077
|
+
"line": 231,
|
2051
2078
|
"character": 14
|
2052
2079
|
},
|
2053
2080
|
"name": "Partial",
|
@@ -2056,7 +2083,7 @@
|
|
2056
2083
|
"__schema": "TypeRefSchema",
|
2057
2084
|
"location": {
|
2058
2085
|
"filePath": "importer.main.runtime.ts",
|
2059
|
-
"line":
|
2086
|
+
"line": 231,
|
2060
2087
|
"character": 22
|
2061
2088
|
},
|
2062
2089
|
"name": "ImportOptions"
|
@@ -2072,7 +2099,7 @@
|
|
2072
2099
|
"__schema": "TypeRefSchema",
|
2073
2100
|
"location": {
|
2074
2101
|
"filePath": "importer.main.runtime.ts",
|
2075
|
-
"line":
|
2102
|
+
"line": 232,
|
2076
2103
|
"character": 6
|
2077
2104
|
},
|
2078
2105
|
"name": "Promise",
|
@@ -2081,7 +2108,7 @@
|
|
2081
2108
|
"__schema": "TypeRefSchema",
|
2082
2109
|
"location": {
|
2083
2110
|
"filePath": "importer.main.runtime.ts",
|
2084
|
-
"line":
|
2111
|
+
"line": 232,
|
2085
2112
|
"character": 14
|
2086
2113
|
},
|
2087
2114
|
"name": "ImportResult",
|
@@ -2097,14 +2124,14 @@
|
|
2097
2124
|
"__schema": "FunctionLikeSchema",
|
2098
2125
|
"location": {
|
2099
2126
|
"filePath": "importer.main.runtime.ts",
|
2100
|
-
"line":
|
2127
|
+
"line": 260,
|
2101
2128
|
"character": 3
|
2102
2129
|
},
|
2103
2130
|
"doc": {
|
2104
2131
|
"__schema": "DocSchema",
|
2105
2132
|
"location": {
|
2106
2133
|
"filePath": "importer.main.runtime.ts",
|
2107
|
-
"line":
|
2134
|
+
"line": 253,
|
2108
2135
|
"character": 3
|
2109
2136
|
},
|
2110
2137
|
"raw": "/**\n * get a Lane object from the remote.\n * `persistIfNotExists` saves the object in the local scope only if the lane is not there yet.\n * otherwise, it needs some merging mechanism, which is done differently whether it's export or import.\n * see `sources.mergeLane()` for export and `import-components._saveLaneDataIfNeeded()` for import.\n * in this case, because we only bring the lane object and not the components, it's not easy to do the merge.\n */",
|
@@ -2118,7 +2145,7 @@
|
|
2118
2145
|
"__schema": "ParameterSchema",
|
2119
2146
|
"location": {
|
2120
2147
|
"filePath": "importer.main.runtime.ts",
|
2121
|
-
"line":
|
2148
|
+
"line": 260,
|
2122
2149
|
"character": 26
|
2123
2150
|
},
|
2124
2151
|
"name": "laneId",
|
@@ -2126,7 +2153,7 @@
|
|
2126
2153
|
"__schema": "TypeRefSchema",
|
2127
2154
|
"location": {
|
2128
2155
|
"filePath": "importer.main.runtime.ts",
|
2129
|
-
"line":
|
2156
|
+
"line": 260,
|
2130
2157
|
"character": 34
|
2131
2158
|
},
|
2132
2159
|
"name": "LaneId",
|
@@ -2143,7 +2170,7 @@
|
|
2143
2170
|
"__schema": "ParameterSchema",
|
2144
2171
|
"location": {
|
2145
2172
|
"filePath": "importer.main.runtime.ts",
|
2146
|
-
"line":
|
2173
|
+
"line": 260,
|
2147
2174
|
"character": 42
|
2148
2175
|
},
|
2149
2176
|
"name": "persistIfNotExists",
|
@@ -2151,7 +2178,7 @@
|
|
2151
2178
|
"__schema": "InferenceTypeSchema",
|
2152
2179
|
"location": {
|
2153
2180
|
"filePath": "importer.main.runtime.ts",
|
2154
|
-
"line":
|
2181
|
+
"line": 260,
|
2155
2182
|
"character": 42
|
2156
2183
|
},
|
2157
2184
|
"type": "boolean"
|
@@ -2164,7 +2191,7 @@
|
|
2164
2191
|
"__schema": "ParameterSchema",
|
2165
2192
|
"location": {
|
2166
2193
|
"filePath": "importer.main.runtime.ts",
|
2167
|
-
"line":
|
2194
|
+
"line": 260,
|
2168
2195
|
"character": 69
|
2169
2196
|
},
|
2170
2197
|
"name": "includeLaneHistory",
|
@@ -2172,7 +2199,7 @@
|
|
2172
2199
|
"__schema": "InferenceTypeSchema",
|
2173
2200
|
"location": {
|
2174
2201
|
"filePath": "importer.main.runtime.ts",
|
2175
|
-
"line":
|
2202
|
+
"line": 260,
|
2176
2203
|
"character": 69
|
2177
2204
|
},
|
2178
2205
|
"type": "boolean"
|
@@ -2186,7 +2213,7 @@
|
|
2186
2213
|
"__schema": "TypeRefSchema",
|
2187
2214
|
"location": {
|
2188
2215
|
"filePath": "importer.main.runtime.ts",
|
2189
|
-
"line":
|
2216
|
+
"line": 260,
|
2190
2217
|
"character": 98
|
2191
2218
|
},
|
2192
2219
|
"name": "Promise",
|
@@ -2195,7 +2222,7 @@
|
|
2195
2222
|
"__schema": "TypeRefSchema",
|
2196
2223
|
"location": {
|
2197
2224
|
"filePath": "importer.main.runtime.ts",
|
2198
|
-
"line":
|
2225
|
+
"line": 260,
|
2199
2226
|
"character": 106
|
2200
2227
|
},
|
2201
2228
|
"name": "Lane",
|
@@ -2211,7 +2238,7 @@
|
|
2211
2238
|
"__schema": "FunctionLikeSchema",
|
2212
2239
|
"location": {
|
2213
2240
|
"filePath": "importer.main.runtime.ts",
|
2214
|
-
"line":
|
2241
|
+
"line": 277,
|
2215
2242
|
"character": 3
|
2216
2243
|
},
|
2217
2244
|
"signature": "(method) ImporterMain.importObjectsByHashes(hashes: string[], scope: string, reason?: string): Promise<void>",
|
@@ -2221,7 +2248,7 @@
|
|
2221
2248
|
"__schema": "ParameterSchema",
|
2222
2249
|
"location": {
|
2223
2250
|
"filePath": "importer.main.runtime.ts",
|
2224
|
-
"line":
|
2251
|
+
"line": 277,
|
2225
2252
|
"character": 31
|
2226
2253
|
},
|
2227
2254
|
"name": "hashes",
|
@@ -2229,14 +2256,14 @@
|
|
2229
2256
|
"__schema": "TypeArraySchema",
|
2230
2257
|
"location": {
|
2231
2258
|
"filePath": "importer.main.runtime.ts",
|
2232
|
-
"line":
|
2259
|
+
"line": 277,
|
2233
2260
|
"character": 39
|
2234
2261
|
},
|
2235
2262
|
"type": {
|
2236
2263
|
"__schema": "KeywordTypeSchema",
|
2237
2264
|
"location": {
|
2238
2265
|
"filePath": "importer.main.runtime.ts",
|
2239
|
-
"line":
|
2266
|
+
"line": 277,
|
2240
2267
|
"character": 39
|
2241
2268
|
},
|
2242
2269
|
"name": "string"
|
@@ -2249,7 +2276,7 @@
|
|
2249
2276
|
"__schema": "ParameterSchema",
|
2250
2277
|
"location": {
|
2251
2278
|
"filePath": "importer.main.runtime.ts",
|
2252
|
-
"line":
|
2279
|
+
"line": 277,
|
2253
2280
|
"character": 49
|
2254
2281
|
},
|
2255
2282
|
"name": "scope",
|
@@ -2257,7 +2284,7 @@
|
|
2257
2284
|
"__schema": "KeywordTypeSchema",
|
2258
2285
|
"location": {
|
2259
2286
|
"filePath": "importer.main.runtime.ts",
|
2260
|
-
"line":
|
2287
|
+
"line": 277,
|
2261
2288
|
"character": 56
|
2262
2289
|
},
|
2263
2290
|
"name": "string"
|
@@ -2269,7 +2296,7 @@
|
|
2269
2296
|
"__schema": "ParameterSchema",
|
2270
2297
|
"location": {
|
2271
2298
|
"filePath": "importer.main.runtime.ts",
|
2272
|
-
"line":
|
2299
|
+
"line": 277,
|
2273
2300
|
"character": 64
|
2274
2301
|
},
|
2275
2302
|
"name": "reason",
|
@@ -2277,7 +2304,7 @@
|
|
2277
2304
|
"__schema": "KeywordTypeSchema",
|
2278
2305
|
"location": {
|
2279
2306
|
"filePath": "importer.main.runtime.ts",
|
2280
|
-
"line":
|
2307
|
+
"line": 277,
|
2281
2308
|
"character": 73
|
2282
2309
|
},
|
2283
2310
|
"name": "string"
|
@@ -2290,7 +2317,7 @@
|
|
2290
2317
|
"__schema": "InferenceTypeSchema",
|
2291
2318
|
"location": {
|
2292
2319
|
"filePath": "importer.main.runtime.ts",
|
2293
|
-
"line":
|
2320
|
+
"line": 277,
|
2294
2321
|
"character": 3
|
2295
2322
|
},
|
2296
2323
|
"type": "Promise<void>"
|
@@ -2303,7 +2330,7 @@
|
|
2303
2330
|
"__schema": "VariableLikeSchema",
|
2304
2331
|
"location": {
|
2305
2332
|
"filePath": "importer.main.runtime.ts",
|
2306
|
-
"line":
|
2333
|
+
"line": 293,
|
2307
2334
|
"character": 3
|
2308
2335
|
},
|
2309
2336
|
"signature": "(property) ImporterMain.slots: never[]",
|
@@ -2312,7 +2339,7 @@
|
|
2312
2339
|
"__schema": "InferenceTypeSchema",
|
2313
2340
|
"location": {
|
2314
2341
|
"filePath": "importer.main.runtime.ts",
|
2315
|
-
"line":
|
2342
|
+
"line": 293,
|
2316
2343
|
"character": 3
|
2317
2344
|
},
|
2318
2345
|
"type": "never[]"
|
@@ -2324,7 +2351,7 @@
|
|
2324
2351
|
"__schema": "VariableLikeSchema",
|
2325
2352
|
"location": {
|
2326
2353
|
"filePath": "importer.main.runtime.ts",
|
2327
|
-
"line":
|
2354
|
+
"line": 294,
|
2328
2355
|
"character": 3
|
2329
2356
|
},
|
2330
2357
|
"signature": "(property) ImporterMain.dependencies: Aspect[]",
|
@@ -2333,19 +2360,19 @@
|
|
2333
2360
|
"__schema": "InferenceTypeSchema",
|
2334
2361
|
"location": {
|
2335
2362
|
"filePath": "importer.main.runtime.ts",
|
2336
|
-
"line":
|
2363
|
+
"line": 294,
|
2337
2364
|
"character": 3
|
2338
2365
|
},
|
2339
2366
|
"type": "Aspect[]"
|
2340
2367
|
},
|
2341
2368
|
"isOptional": true,
|
2342
|
-
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n DependencyResolverAspect,\n GraphAspect,\n ScopeAspect,\n ComponentWriterAspect,\n InstallAspect,\n EnvsAspect,\n LoggerAspect,\n ]"
|
2369
|
+
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n DependencyResolverAspect,\n GraphAspect,\n ScopeAspect,\n ComponentWriterAspect,\n InstallAspect,\n EnvsAspect,\n LoggerAspect,\n ListerAspect,\n ]"
|
2343
2370
|
},
|
2344
2371
|
{
|
2345
2372
|
"__schema": "VariableLikeSchema",
|
2346
2373
|
"location": {
|
2347
2374
|
"filePath": "importer.main.runtime.ts",
|
2348
|
-
"line":
|
2375
|
+
"line": 306,
|
2349
2376
|
"character": 3
|
2350
2377
|
},
|
2351
2378
|
"signature": "(property) ImporterMain.runtime: RuntimeDefinition",
|
@@ -2354,7 +2381,7 @@
|
|
2354
2381
|
"__schema": "InferenceTypeSchema",
|
2355
2382
|
"location": {
|
2356
2383
|
"filePath": "importer.main.runtime.ts",
|
2357
|
-
"line":
|
2384
|
+
"line": 306,
|
2358
2385
|
"character": 3
|
2359
2386
|
},
|
2360
2387
|
"type": "RuntimeDefinition"
|
@@ -2366,33 +2393,33 @@
|
|
2366
2393
|
"__schema": "FunctionLikeSchema",
|
2367
2394
|
"location": {
|
2368
2395
|
"filePath": "importer.main.runtime.ts",
|
2369
|
-
"line":
|
2396
|
+
"line": 307,
|
2370
2397
|
"character": 3
|
2371
2398
|
},
|
2372
|
-
"signature": "(method) ImporterMain.provider([cli, workspace, depResolver, graph, scope, componentWriter, install, envs, loggerMain]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n GraphMain,\n ScopeMain,\n ComponentWriterMain,\n InstallMain,\n EnvsMain,\n LoggerMain\n]): Promise<ImporterMain>",
|
2399
|
+
"signature": "(method) ImporterMain.provider([cli, workspace, depResolver, graph, scope, componentWriter, install, envs, loggerMain, lister,]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n GraphMain,\n ScopeMain,\n ComponentWriterMain,\n InstallMain,\n EnvsMain,\n LoggerMain,\n ListerMain\n]): Promise<ImporterMain>",
|
2373
2400
|
"name": "provider",
|
2374
2401
|
"params": [
|
2375
2402
|
{
|
2376
2403
|
"__schema": "ParameterSchema",
|
2377
2404
|
"location": {
|
2378
2405
|
"filePath": "importer.main.runtime.ts",
|
2379
|
-
"line":
|
2406
|
+
"line": 307,
|
2380
2407
|
"character": 25
|
2381
2408
|
},
|
2382
|
-
"name": "[ cli, workspace, depResolver, graph, scope, componentWriter, install, envs, loggerMain ]",
|
2409
|
+
"name": "[ cli, workspace, depResolver, graph, scope, componentWriter, install, envs, loggerMain, lister ]",
|
2383
2410
|
"type": {
|
2384
2411
|
"__schema": "TupleTypeSchema",
|
2385
2412
|
"location": {
|
2386
2413
|
"filePath": "importer.main.runtime.ts",
|
2387
|
-
"line":
|
2388
|
-
"character":
|
2414
|
+
"line": 318,
|
2415
|
+
"character": 6
|
2389
2416
|
},
|
2390
2417
|
"elements": [
|
2391
2418
|
{
|
2392
2419
|
"__schema": "TypeRefSchema",
|
2393
2420
|
"location": {
|
2394
2421
|
"filePath": "importer.main.runtime.ts",
|
2395
|
-
"line":
|
2422
|
+
"line": 319,
|
2396
2423
|
"character": 5
|
2397
2424
|
},
|
2398
2425
|
"name": "CLIMain",
|
@@ -2405,7 +2432,7 @@
|
|
2405
2432
|
"__schema": "TypeRefSchema",
|
2406
2433
|
"location": {
|
2407
2434
|
"filePath": "importer.main.runtime.ts",
|
2408
|
-
"line":
|
2435
|
+
"line": 320,
|
2409
2436
|
"character": 5
|
2410
2437
|
},
|
2411
2438
|
"name": "Workspace",
|
@@ -2418,7 +2445,7 @@
|
|
2418
2445
|
"__schema": "TypeRefSchema",
|
2419
2446
|
"location": {
|
2420
2447
|
"filePath": "importer.main.runtime.ts",
|
2421
|
-
"line":
|
2448
|
+
"line": 321,
|
2422
2449
|
"character": 5
|
2423
2450
|
},
|
2424
2451
|
"name": "DependencyResolverMain",
|
@@ -2431,7 +2458,7 @@
|
|
2431
2458
|
"__schema": "TypeRefSchema",
|
2432
2459
|
"location": {
|
2433
2460
|
"filePath": "importer.main.runtime.ts",
|
2434
|
-
"line":
|
2461
|
+
"line": 322,
|
2435
2462
|
"character": 5
|
2436
2463
|
},
|
2437
2464
|
"name": "GraphMain",
|
@@ -2444,7 +2471,7 @@
|
|
2444
2471
|
"__schema": "TypeRefSchema",
|
2445
2472
|
"location": {
|
2446
2473
|
"filePath": "importer.main.runtime.ts",
|
2447
|
-
"line":
|
2474
|
+
"line": 323,
|
2448
2475
|
"character": 5
|
2449
2476
|
},
|
2450
2477
|
"name": "ScopeMain",
|
@@ -2457,7 +2484,7 @@
|
|
2457
2484
|
"__schema": "TypeRefSchema",
|
2458
2485
|
"location": {
|
2459
2486
|
"filePath": "importer.main.runtime.ts",
|
2460
|
-
"line":
|
2487
|
+
"line": 324,
|
2461
2488
|
"character": 5
|
2462
2489
|
},
|
2463
2490
|
"name": "ComponentWriterMain",
|
@@ -2470,7 +2497,7 @@
|
|
2470
2497
|
"__schema": "TypeRefSchema",
|
2471
2498
|
"location": {
|
2472
2499
|
"filePath": "importer.main.runtime.ts",
|
2473
|
-
"line":
|
2500
|
+
"line": 325,
|
2474
2501
|
"character": 5
|
2475
2502
|
},
|
2476
2503
|
"name": "InstallMain",
|
@@ -2483,7 +2510,7 @@
|
|
2483
2510
|
"__schema": "TypeRefSchema",
|
2484
2511
|
"location": {
|
2485
2512
|
"filePath": "importer.main.runtime.ts",
|
2486
|
-
"line":
|
2513
|
+
"line": 326,
|
2487
2514
|
"character": 5
|
2488
2515
|
},
|
2489
2516
|
"name": "EnvsMain",
|
@@ -2496,7 +2523,7 @@
|
|
2496
2523
|
"__schema": "TypeRefSchema",
|
2497
2524
|
"location": {
|
2498
2525
|
"filePath": "importer.main.runtime.ts",
|
2499
|
-
"line":
|
2526
|
+
"line": 327,
|
2500
2527
|
"character": 5
|
2501
2528
|
},
|
2502
2529
|
"name": "LoggerMain",
|
@@ -2504,6 +2531,19 @@
|
|
2504
2531
|
"scope": "teambit.harmony",
|
2505
2532
|
"name": "logger"
|
2506
2533
|
}
|
2534
|
+
},
|
2535
|
+
{
|
2536
|
+
"__schema": "TypeRefSchema",
|
2537
|
+
"location": {
|
2538
|
+
"filePath": "importer.main.runtime.ts",
|
2539
|
+
"line": 328,
|
2540
|
+
"character": 5
|
2541
|
+
},
|
2542
|
+
"name": "ListerMain",
|
2543
|
+
"componentId": {
|
2544
|
+
"scope": "teambit.component",
|
2545
|
+
"name": "lister"
|
2546
|
+
}
|
2507
2547
|
}
|
2508
2548
|
]
|
2509
2549
|
},
|
@@ -2515,7 +2555,7 @@
|
|
2515
2555
|
"__schema": "InferenceTypeSchema",
|
2516
2556
|
"location": {
|
2517
2557
|
"filePath": "importer.main.runtime.ts",
|
2518
|
-
"line":
|
2558
|
+
"line": 307,
|
2519
2559
|
"character": 3
|
2520
2560
|
},
|
2521
2561
|
"type": "Promise<ImporterMain>"
|
@@ -3099,7 +3139,7 @@
|
|
3099
3139
|
"_legacy": {
|
3100
3140
|
"scope": "teambit.scope",
|
3101
3141
|
"name": "importer",
|
3102
|
-
"version": "1.0.
|
3142
|
+
"version": "1.0.319"
|
3103
3143
|
},
|
3104
3144
|
"_scope": "teambit.scope"
|
3105
3145
|
}
|
@@ -3290,7 +3330,10 @@
|
|
3290
3330
|
"character": 19
|
3291
3331
|
},
|
3292
3332
|
"name": "MergeStrategy",
|
3293
|
-
"
|
3333
|
+
"componentId": {
|
3334
|
+
"scope": "teambit.component",
|
3335
|
+
"name": "merging"
|
3336
|
+
}
|
3294
3337
|
},
|
3295
3338
|
"isOptional": true
|
3296
3339
|
},
|
@@ -4470,7 +4513,7 @@
|
|
4470
4513
|
"line": 103,
|
4471
4514
|
"character": 3
|
4472
4515
|
},
|
4473
|
-
"signature": "constructor ImportComponents(workspace: Workspace, graph: GraphMain, componentWriter: ComponentWriterMain, envs: EnvsMain, logger: Logger, options: ImportOptions): ImportComponents",
|
4516
|
+
"signature": "constructor ImportComponents(workspace: Workspace, graph: GraphMain, componentWriter: ComponentWriterMain, envs: EnvsMain, logger: Logger, lister: ListerMain, options: ImportOptions): ImportComponents",
|
4474
4517
|
"name": "constructor",
|
4475
4518
|
"params": [
|
4476
4519
|
{
|
@@ -4600,7 +4643,7 @@
|
|
4600
4643
|
"line": 109,
|
4601
4644
|
"character": 5
|
4602
4645
|
},
|
4603
|
-
"name": "
|
4646
|
+
"name": "lister",
|
4604
4647
|
"type": {
|
4605
4648
|
"__schema": "TypeRefSchema",
|
4606
4649
|
"location": {
|
@@ -4608,6 +4651,30 @@
|
|
4608
4651
|
"line": 109,
|
4609
4652
|
"character": 21
|
4610
4653
|
},
|
4654
|
+
"name": "ListerMain",
|
4655
|
+
"componentId": {
|
4656
|
+
"scope": "teambit.component",
|
4657
|
+
"name": "lister"
|
4658
|
+
}
|
4659
|
+
},
|
4660
|
+
"isOptional": false,
|
4661
|
+
"isSpread": false
|
4662
|
+
},
|
4663
|
+
{
|
4664
|
+
"__schema": "ParameterSchema",
|
4665
|
+
"location": {
|
4666
|
+
"filePath": "import-components.ts",
|
4667
|
+
"line": 110,
|
4668
|
+
"character": 5
|
4669
|
+
},
|
4670
|
+
"name": "options",
|
4671
|
+
"type": {
|
4672
|
+
"__schema": "TypeRefSchema",
|
4673
|
+
"location": {
|
4674
|
+
"filePath": "import-components.ts",
|
4675
|
+
"line": 110,
|
4676
|
+
"character": 21
|
4677
|
+
},
|
4611
4678
|
"name": "ImportOptions"
|
4612
4679
|
},
|
4613
4680
|
"isOptional": false,
|
@@ -4629,7 +4696,7 @@
|
|
4629
4696
|
"__schema": "FunctionLikeSchema",
|
4630
4697
|
"location": {
|
4631
4698
|
"filePath": "import-components.ts",
|
4632
|
-
"line":
|
4699
|
+
"line": 117,
|
4633
4700
|
"character": 3
|
4634
4701
|
},
|
4635
4702
|
"signature": "(method) ImportComponents.importComponents(): Promise<ImportResult>",
|
@@ -4639,7 +4706,7 @@
|
|
4639
4706
|
"__schema": "TypeRefSchema",
|
4640
4707
|
"location": {
|
4641
4708
|
"filePath": "import-components.ts",
|
4642
|
-
"line":
|
4709
|
+
"line": 117,
|
4643
4710
|
"character": 29
|
4644
4711
|
},
|
4645
4712
|
"name": "Promise",
|
@@ -4648,7 +4715,7 @@
|
|
4648
4715
|
"__schema": "TypeRefSchema",
|
4649
4716
|
"location": {
|
4650
4717
|
"filePath": "import-components.ts",
|
4651
|
-
"line":
|
4718
|
+
"line": 117,
|
4652
4719
|
"character": 37
|
4653
4720
|
},
|
4654
4721
|
"name": "ImportResult",
|
@@ -4664,7 +4731,7 @@
|
|
4664
4731
|
"__schema": "FunctionLikeSchema",
|
4665
4732
|
"location": {
|
4666
4733
|
"filePath": "import-components.ts",
|
4667
|
-
"line":
|
4734
|
+
"line": 136,
|
4668
4735
|
"character": 3
|
4669
4736
|
},
|
4670
4737
|
"signature": "(method) ImportComponents.importObjectsOnLane(): Promise<ImportResult>",
|
@@ -4674,7 +4741,7 @@
|
|
4674
4741
|
"__schema": "TypeRefSchema",
|
4675
4742
|
"location": {
|
4676
4743
|
"filePath": "import-components.ts",
|
4677
|
-
"line":
|
4744
|
+
"line": 136,
|
4678
4745
|
"character": 32
|
4679
4746
|
},
|
4680
4747
|
"name": "Promise",
|
@@ -4683,7 +4750,7 @@
|
|
4683
4750
|
"__schema": "TypeRefSchema",
|
4684
4751
|
"location": {
|
4685
4752
|
"filePath": "import-components.ts",
|
4686
|
-
"line":
|
4753
|
+
"line": 136,
|
4687
4754
|
"character": 40
|
4688
4755
|
},
|
4689
4756
|
"name": "ImportResult",
|
@@ -4699,7 +4766,7 @@
|
|
4699
4766
|
"__schema": "FunctionLikeSchema",
|
4700
4767
|
"location": {
|
4701
4768
|
"filePath": "import-components.ts",
|
4702
|
-
"line":
|
4769
|
+
"line": 188,
|
4703
4770
|
"character": 3
|
4704
4771
|
},
|
4705
4772
|
"signature": "(method) ImportComponents.importSpecificComponents(): Promise<ImportResult>",
|
@@ -4709,7 +4776,7 @@
|
|
4709
4776
|
"__schema": "TypeRefSchema",
|
4710
4777
|
"location": {
|
4711
4778
|
"filePath": "import-components.ts",
|
4712
|
-
"line":
|
4779
|
+
"line": 188,
|
4713
4780
|
"character": 37
|
4714
4781
|
},
|
4715
4782
|
"name": "Promise",
|
@@ -4718,7 +4785,7 @@
|
|
4718
4785
|
"__schema": "TypeRefSchema",
|
4719
4786
|
"location": {
|
4720
4787
|
"filePath": "import-components.ts",
|
4721
|
-
"line":
|
4788
|
+
"line": 188,
|
4722
4789
|
"character": 45
|
4723
4790
|
},
|
4724
4791
|
"name": "ImportResult",
|
@@ -4734,7 +4801,7 @@
|
|
4734
4801
|
"__schema": "FunctionLikeSchema",
|
4735
4802
|
"location": {
|
4736
4803
|
"filePath": "import-components.ts",
|
4737
|
-
"line":
|
4804
|
+
"line": 256,
|
4738
4805
|
"character": 3
|
4739
4806
|
},
|
4740
4807
|
"signature": "(method) ImportComponents._fetchDivergeData(components: Component[]): Promise<void>",
|
@@ -4744,7 +4811,7 @@
|
|
4744
4811
|
"__schema": "ParameterSchema",
|
4745
4812
|
"location": {
|
4746
4813
|
"filePath": "import-components.ts",
|
4747
|
-
"line":
|
4814
|
+
"line": 256,
|
4748
4815
|
"character": 27
|
4749
4816
|
},
|
4750
4817
|
"name": "components",
|
@@ -4752,14 +4819,14 @@
|
|
4752
4819
|
"__schema": "TypeArraySchema",
|
4753
4820
|
"location": {
|
4754
4821
|
"filePath": "import-components.ts",
|
4755
|
-
"line":
|
4822
|
+
"line": 256,
|
4756
4823
|
"character": 39
|
4757
4824
|
},
|
4758
4825
|
"type": {
|
4759
4826
|
"__schema": "TypeRefSchema",
|
4760
4827
|
"location": {
|
4761
4828
|
"filePath": "import-components.ts",
|
4762
|
-
"line":
|
4829
|
+
"line": 256,
|
4763
4830
|
"character": 39
|
4764
4831
|
},
|
4765
4832
|
"name": "Component",
|
@@ -4774,7 +4841,7 @@
|
|
4774
4841
|
"__schema": "InferenceTypeSchema",
|
4775
4842
|
"location": {
|
4776
4843
|
"filePath": "import-components.ts",
|
4777
|
-
"line":
|
4844
|
+
"line": 256,
|
4778
4845
|
"character": 3
|
4779
4846
|
},
|
4780
4847
|
"type": "Promise<void>"
|
@@ -4787,7 +4854,7 @@
|
|
4787
4854
|
"__schema": "FunctionLikeSchema",
|
4788
4855
|
"location": {
|
4789
4856
|
"filePath": "import-components.ts",
|
4790
|
-
"line":
|
4857
|
+
"line": 271,
|
4791
4858
|
"character": 3
|
4792
4859
|
},
|
4793
4860
|
"signature": "(method) ImportComponents._throwForDivergedHistory(): void",
|
@@ -4797,7 +4864,7 @@
|
|
4797
4864
|
"__schema": "InferenceTypeSchema",
|
4798
4865
|
"location": {
|
4799
4866
|
"filePath": "import-components.ts",
|
4800
|
-
"line":
|
4867
|
+
"line": 271,
|
4801
4868
|
"character": 3
|
4802
4869
|
},
|
4803
4870
|
"type": "void"
|
@@ -4808,7 +4875,7 @@
|
|
4808
4875
|
"__schema": "FunctionLikeSchema",
|
4809
4876
|
"location": {
|
4810
4877
|
"filePath": "import-components.ts",
|
4811
|
-
"line":
|
4878
|
+
"line": 502,
|
4812
4879
|
"character": 3
|
4813
4880
|
},
|
4814
4881
|
"signature": "(method) ImportComponents.importAccordingToBitMap(): Promise<ImportResult>",
|
@@ -4818,7 +4885,7 @@
|
|
4818
4885
|
"__schema": "TypeRefSchema",
|
4819
4886
|
"location": {
|
4820
4887
|
"filePath": "import-components.ts",
|
4821
|
-
"line":
|
4888
|
+
"line": 502,
|
4822
4889
|
"character": 36
|
4823
4890
|
},
|
4824
4891
|
"name": "Promise",
|
@@ -4827,7 +4894,7 @@
|
|
4827
4894
|
"__schema": "TypeRefSchema",
|
4828
4895
|
"location": {
|
4829
4896
|
"filePath": "import-components.ts",
|
4830
|
-
"line":
|
4897
|
+
"line": 502,
|
4831
4898
|
"character": 44
|
4832
4899
|
},
|
4833
4900
|
"name": "ImportResult",
|
@@ -4843,7 +4910,7 @@
|
|
4843
4910
|
"__schema": "FunctionLikeSchema",
|
4844
4911
|
"location": {
|
4845
4912
|
"filePath": "import-components.ts",
|
4846
|
-
"line":
|
4913
|
+
"line": 547,
|
4847
4914
|
"character": 3
|
4848
4915
|
},
|
4849
4916
|
"signature": "(method) ImportComponents._getCurrentVersions(ids: ComponentIdList): Promise<ImportedVersions>",
|
@@ -4853,7 +4920,7 @@
|
|
4853
4920
|
"__schema": "ParameterSchema",
|
4854
4921
|
"location": {
|
4855
4922
|
"filePath": "import-components.ts",
|
4856
|
-
"line":
|
4923
|
+
"line": 547,
|
4857
4924
|
"character": 29
|
4858
4925
|
},
|
4859
4926
|
"name": "ids",
|
@@ -4861,7 +4928,7 @@
|
|
4861
4928
|
"__schema": "TypeRefSchema",
|
4862
4929
|
"location": {
|
4863
4930
|
"filePath": "import-components.ts",
|
4864
|
-
"line":
|
4931
|
+
"line": 547,
|
4865
4932
|
"character": 34
|
4866
4933
|
},
|
4867
4934
|
"name": "ComponentIdList",
|
@@ -4879,7 +4946,7 @@
|
|
4879
4946
|
"__schema": "TypeRefSchema",
|
4880
4947
|
"location": {
|
4881
4948
|
"filePath": "import-components.ts",
|
4882
|
-
"line":
|
4949
|
+
"line": 547,
|
4883
4950
|
"character": 52
|
4884
4951
|
},
|
4885
4952
|
"name": "Promise",
|
@@ -4888,7 +4955,7 @@
|
|
4888
4955
|
"__schema": "TypeRefSchema",
|
4889
4956
|
"location": {
|
4890
4957
|
"filePath": "import-components.ts",
|
4891
|
-
"line":
|
4958
|
+
"line": 547,
|
4892
4959
|
"character": 60
|
4893
4960
|
},
|
4894
4961
|
"name": "ImportedVersions",
|
@@ -4904,14 +4971,14 @@
|
|
4904
4971
|
"__schema": "FunctionLikeSchema",
|
4905
4972
|
"location": {
|
4906
4973
|
"filePath": "import-components.ts",
|
4907
|
-
"line":
|
4974
|
+
"line": 561,
|
4908
4975
|
"character": 3
|
4909
4976
|
},
|
4910
4977
|
"doc": {
|
4911
4978
|
"__schema": "DocSchema",
|
4912
4979
|
"location": {
|
4913
4980
|
"filePath": "import-components.ts",
|
4914
|
-
"line":
|
4981
|
+
"line": 558,
|
4915
4982
|
"character": 3
|
4916
4983
|
},
|
4917
4984
|
"raw": "/**\n * get import details, includes the diff between the versions array before import and after import\n */",
|
@@ -4925,7 +4992,7 @@
|
|
4925
4992
|
"__schema": "ParameterSchema",
|
4926
4993
|
"location": {
|
4927
4994
|
"filePath": "import-components.ts",
|
4928
|
-
"line":
|
4995
|
+
"line": 562,
|
4929
4996
|
"character": 5
|
4930
4997
|
},
|
4931
4998
|
"name": "currentVersions",
|
@@ -4933,7 +5000,7 @@
|
|
4933
5000
|
"__schema": "TypeRefSchema",
|
4934
5001
|
"location": {
|
4935
5002
|
"filePath": "import-components.ts",
|
4936
|
-
"line":
|
5003
|
+
"line": 562,
|
4937
5004
|
"character": 22
|
4938
5005
|
},
|
4939
5006
|
"name": "ImportedVersions",
|
@@ -4946,7 +5013,7 @@
|
|
4946
5013
|
"__schema": "ParameterSchema",
|
4947
5014
|
"location": {
|
4948
5015
|
"filePath": "import-components.ts",
|
4949
|
-
"line":
|
5016
|
+
"line": 563,
|
4950
5017
|
"character": 5
|
4951
5018
|
},
|
4952
5019
|
"name": "components",
|
@@ -4954,14 +5021,14 @@
|
|
4954
5021
|
"__schema": "TypeArraySchema",
|
4955
5022
|
"location": {
|
4956
5023
|
"filePath": "import-components.ts",
|
4957
|
-
"line":
|
5024
|
+
"line": 563,
|
4958
5025
|
"character": 17
|
4959
5026
|
},
|
4960
5027
|
"type": {
|
4961
5028
|
"__schema": "TypeRefSchema",
|
4962
5029
|
"location": {
|
4963
5030
|
"filePath": "import-components.ts",
|
4964
|
-
"line":
|
5031
|
+
"line": 563,
|
4965
5032
|
"character": 17
|
4966
5033
|
},
|
4967
5034
|
"name": "VersionDependencies"
|
@@ -4975,7 +5042,7 @@
|
|
4975
5042
|
"__schema": "TypeRefSchema",
|
4976
5043
|
"location": {
|
4977
5044
|
"filePath": "import-components.ts",
|
4978
|
-
"line":
|
5045
|
+
"line": 564,
|
4979
5046
|
"character": 6
|
4980
5047
|
},
|
4981
5048
|
"name": "Promise",
|
@@ -4984,14 +5051,14 @@
|
|
4984
5051
|
"__schema": "TypeArraySchema",
|
4985
5052
|
"location": {
|
4986
5053
|
"filePath": "import-components.ts",
|
4987
|
-
"line":
|
5054
|
+
"line": 564,
|
4988
5055
|
"character": 14
|
4989
5056
|
},
|
4990
5057
|
"type": {
|
4991
5058
|
"__schema": "TypeRefSchema",
|
4992
5059
|
"location": {
|
4993
5060
|
"filePath": "import-components.ts",
|
4994
|
-
"line":
|
5061
|
+
"line": 564,
|
4995
5062
|
"character": 14
|
4996
5063
|
},
|
4997
5064
|
"name": "ImportDetails",
|
@@ -5008,7 +5075,7 @@
|
|
5008
5075
|
"__schema": "FunctionLikeSchema",
|
5009
5076
|
"location": {
|
5010
5077
|
"filePath": "import-components.ts",
|
5011
|
-
"line":
|
5078
|
+
"line": 605,
|
5012
5079
|
"character": 3
|
5013
5080
|
},
|
5014
5081
|
"signature": "(method) ImportComponents._throwForPotentialIssues(ids: ComponentIdList): Promise<void>",
|
@@ -5018,7 +5085,7 @@
|
|
5018
5085
|
"__schema": "ParameterSchema",
|
5019
5086
|
"location": {
|
5020
5087
|
"filePath": "import-components.ts",
|
5021
|
-
"line":
|
5088
|
+
"line": 605,
|
5022
5089
|
"character": 34
|
5023
5090
|
},
|
5024
5091
|
"name": "ids",
|
@@ -5026,7 +5093,7 @@
|
|
5026
5093
|
"__schema": "TypeRefSchema",
|
5027
5094
|
"location": {
|
5028
5095
|
"filePath": "import-components.ts",
|
5029
|
-
"line":
|
5096
|
+
"line": 605,
|
5030
5097
|
"character": 39
|
5031
5098
|
},
|
5032
5099
|
"name": "ComponentIdList",
|
@@ -5044,7 +5111,7 @@
|
|
5044
5111
|
"__schema": "TypeRefSchema",
|
5045
5112
|
"location": {
|
5046
5113
|
"filePath": "import-components.ts",
|
5047
|
-
"line":
|
5114
|
+
"line": 605,
|
5048
5115
|
"character": 57
|
5049
5116
|
},
|
5050
5117
|
"name": "Promise",
|
@@ -5053,7 +5120,7 @@
|
|
5053
5120
|
"__schema": "KeywordTypeSchema",
|
5054
5121
|
"location": {
|
5055
5122
|
"filePath": "import-components.ts",
|
5056
|
-
"line":
|
5123
|
+
"line": 605,
|
5057
5124
|
"character": 65
|
5058
5125
|
},
|
5059
5126
|
"name": "void"
|
@@ -5068,7 +5135,7 @@
|
|
5068
5135
|
"__schema": "FunctionLikeSchema",
|
5069
5136
|
"location": {
|
5070
5137
|
"filePath": "import-components.ts",
|
5071
|
-
"line":
|
5138
|
+
"line": 610,
|
5072
5139
|
"character": 3
|
5073
5140
|
},
|
5074
5141
|
"signature": "(method) ImportComponents._throwForModifiedOrNewComponents(ids: ComponentIdList): Promise<void>",
|
@@ -5078,7 +5145,7 @@
|
|
5078
5145
|
"__schema": "ParameterSchema",
|
5079
5146
|
"location": {
|
5080
5147
|
"filePath": "import-components.ts",
|
5081
|
-
"line":
|
5148
|
+
"line": 610,
|
5082
5149
|
"character": 42
|
5083
5150
|
},
|
5084
5151
|
"name": "ids",
|
@@ -5086,7 +5153,7 @@
|
|
5086
5153
|
"__schema": "TypeRefSchema",
|
5087
5154
|
"location": {
|
5088
5155
|
"filePath": "import-components.ts",
|
5089
|
-
"line":
|
5156
|
+
"line": 610,
|
5090
5157
|
"character": 47
|
5091
5158
|
},
|
5092
5159
|
"name": "ComponentIdList",
|
@@ -5104,7 +5171,7 @@
|
|
5104
5171
|
"__schema": "TypeRefSchema",
|
5105
5172
|
"location": {
|
5106
5173
|
"filePath": "import-components.ts",
|
5107
|
-
"line":
|
5174
|
+
"line": 610,
|
5108
5175
|
"character": 65
|
5109
5176
|
},
|
5110
5177
|
"name": "Promise",
|
@@ -5113,7 +5180,7 @@
|
|
5113
5180
|
"__schema": "KeywordTypeSchema",
|
5114
5181
|
"location": {
|
5115
5182
|
"filePath": "import-components.ts",
|
5116
|
-
"line":
|
5183
|
+
"line": 610,
|
5117
5184
|
"character": 73
|
5118
5185
|
},
|
5119
5186
|
"name": "void"
|
@@ -5128,14 +5195,14 @@
|
|
5128
5195
|
"__schema": "FunctionLikeSchema",
|
5129
5196
|
"location": {
|
5130
5197
|
"filePath": "import-components.ts",
|
5131
|
-
"line":
|
5198
|
+
"line": 633,
|
5132
5199
|
"character": 3
|
5133
5200
|
},
|
5134
5201
|
"doc": {
|
5135
5202
|
"__schema": "DocSchema",
|
5136
5203
|
"location": {
|
5137
5204
|
"filePath": "import-components.ts",
|
5138
|
-
"line":
|
5205
|
+
"line": 628,
|
5139
5206
|
"character": 3
|
5140
5207
|
},
|
5141
5208
|
"raw": "/**\n * Model Component id() calculation uses id.toString() for the hash.\n * If an imported component has scopereadonly name equals to a local name, both will have the exact same\n * hash and they'll override each other.\n */",
|
@@ -5149,7 +5216,7 @@
|
|
5149
5216
|
"__schema": "ParameterSchema",
|
5150
5217
|
"location": {
|
5151
5218
|
"filePath": "import-components.ts",
|
5152
|
-
"line":
|
5219
|
+
"line": 633,
|
5153
5220
|
"character": 43
|
5154
5221
|
},
|
5155
5222
|
"name": "ids",
|
@@ -5157,7 +5224,7 @@
|
|
5157
5224
|
"__schema": "TypeRefSchema",
|
5158
5225
|
"location": {
|
5159
5226
|
"filePath": "import-components.ts",
|
5160
|
-
"line":
|
5227
|
+
"line": 633,
|
5161
5228
|
"character": 48
|
5162
5229
|
},
|
5163
5230
|
"name": "ComponentIdList",
|
@@ -5175,7 +5242,7 @@
|
|
5175
5242
|
"__schema": "KeywordTypeSchema",
|
5176
5243
|
"location": {
|
5177
5244
|
"filePath": "import-components.ts",
|
5178
|
-
"line":
|
5245
|
+
"line": 633,
|
5179
5246
|
"character": 66
|
5180
5247
|
},
|
5181
5248
|
"name": "void"
|
@@ -5186,7 +5253,7 @@
|
|
5186
5253
|
"__schema": "FunctionLikeSchema",
|
5187
5254
|
"location": {
|
5188
5255
|
"filePath": "import-components.ts",
|
5189
|
-
"line":
|
5256
|
+
"line": 645,
|
5190
5257
|
"character": 3
|
5191
5258
|
},
|
5192
5259
|
"signature": "(method) ImportComponents._getMergeStatus(component: Component): Promise<ComponentMergeStatus>",
|
@@ -5196,7 +5263,7 @@
|
|
5196
5263
|
"__schema": "ParameterSchema",
|
5197
5264
|
"location": {
|
5198
5265
|
"filePath": "import-components.ts",
|
5199
|
-
"line":
|
5266
|
+
"line": 645,
|
5200
5267
|
"character": 25
|
5201
5268
|
},
|
5202
5269
|
"name": "component",
|
@@ -5204,7 +5271,7 @@
|
|
5204
5271
|
"__schema": "TypeRefSchema",
|
5205
5272
|
"location": {
|
5206
5273
|
"filePath": "import-components.ts",
|
5207
|
-
"line":
|
5274
|
+
"line": 645,
|
5208
5275
|
"character": 36
|
5209
5276
|
},
|
5210
5277
|
"name": "Component",
|
@@ -5218,7 +5285,7 @@
|
|
5218
5285
|
"__schema": "TypeRefSchema",
|
5219
5286
|
"location": {
|
5220
5287
|
"filePath": "import-components.ts",
|
5221
|
-
"line":
|
5288
|
+
"line": 645,
|
5222
5289
|
"character": 48
|
5223
5290
|
},
|
5224
5291
|
"name": "Promise",
|
@@ -5227,7 +5294,7 @@
|
|
5227
5294
|
"__schema": "TypeRefSchema",
|
5228
5295
|
"location": {
|
5229
5296
|
"filePath": "import-components.ts",
|
5230
|
-
"line":
|
5297
|
+
"line": 645,
|
5231
5298
|
"character": 56
|
5232
5299
|
},
|
5233
5300
|
"name": "ComponentMergeStatus",
|
@@ -5243,14 +5310,14 @@
|
|
5243
5310
|
"__schema": "FunctionLikeSchema",
|
5244
5311
|
"location": {
|
5245
5312
|
"filePath": "import-components.ts",
|
5246
|
-
"line":
|
5313
|
+
"line": 682,
|
5247
5314
|
"character": 3
|
5248
5315
|
},
|
5249
5316
|
"doc": {
|
5250
5317
|
"__schema": "DocSchema",
|
5251
5318
|
"location": {
|
5252
5319
|
"filePath": "import-components.ts",
|
5253
|
-
"line":
|
5320
|
+
"line": 672,
|
5254
5321
|
"character": 3
|
5255
5322
|
},
|
5256
5323
|
"raw": "/**\n * 1) when there are conflicts and the strategy is \"ours\", don't write the imported component to\n * the filesystem, only update bitmap.\n *\n * 2) when there are conflicts and the strategy is \"theirs\", override the local changes by the\n * imported component. (similar to --override)\n *\n * 3) when there is no conflict or there are conflicts and the strategy is manual, write the files\n * according to the merge result. (done by applyModifiedVersion())\n */",
|
@@ -5264,7 +5331,7 @@
|
|
5264
5331
|
"__schema": "ParameterSchema",
|
5265
5332
|
"location": {
|
5266
5333
|
"filePath": "import-components.ts",
|
5267
|
-
"line":
|
5334
|
+
"line": 682,
|
5268
5335
|
"character": 41
|
5269
5336
|
},
|
5270
5337
|
"name": "componentMergeStatus",
|
@@ -5272,7 +5339,7 @@
|
|
5272
5339
|
"__schema": "TypeRefSchema",
|
5273
5340
|
"location": {
|
5274
5341
|
"filePath": "import-components.ts",
|
5275
|
-
"line":
|
5342
|
+
"line": 682,
|
5276
5343
|
"character": 63
|
5277
5344
|
},
|
5278
5345
|
"name": "ComponentMergeStatus",
|
@@ -5286,7 +5353,7 @@
|
|
5286
5353
|
"__schema": "TypeUnionSchema",
|
5287
5354
|
"location": {
|
5288
5355
|
"filePath": "import-components.ts",
|
5289
|
-
"line":
|
5356
|
+
"line": 682,
|
5290
5357
|
"character": 86
|
5291
5358
|
},
|
5292
5359
|
"types": [
|
@@ -5294,7 +5361,7 @@
|
|
5294
5361
|
"__schema": "TypeRefSchema",
|
5295
5362
|
"location": {
|
5296
5363
|
"filePath": "import-components.ts",
|
5297
|
-
"line":
|
5364
|
+
"line": 682,
|
5298
5365
|
"character": 86
|
5299
5366
|
},
|
5300
5367
|
"name": "FilesStatus",
|
@@ -5307,7 +5374,7 @@
|
|
5307
5374
|
"__schema": "LiteralTypeSchema",
|
5308
5375
|
"location": {
|
5309
5376
|
"filePath": "import-components.ts",
|
5310
|
-
"line":
|
5377
|
+
"line": 682,
|
5311
5378
|
"character": 100
|
5312
5379
|
},
|
5313
5380
|
"name": "null"
|
@@ -5316,7 +5383,7 @@
|
|
5316
5383
|
"__schema": "KeywordTypeSchema",
|
5317
5384
|
"location": {
|
5318
5385
|
"filePath": "import-components.ts",
|
5319
|
-
"line":
|
5386
|
+
"line": 682,
|
5320
5387
|
"character": 107
|
5321
5388
|
},
|
5322
5389
|
"name": "undefined"
|
@@ -5329,14 +5396,14 @@
|
|
5329
5396
|
"__schema": "FunctionLikeSchema",
|
5330
5397
|
"location": {
|
5331
5398
|
"filePath": "import-components.ts",
|
5332
|
-
"line":
|
5399
|
+
"line": 722,
|
5333
5400
|
"character": 3
|
5334
5401
|
},
|
5335
5402
|
"doc": {
|
5336
5403
|
"__schema": "DocSchema",
|
5337
5404
|
"location": {
|
5338
5405
|
"filePath": "import-components.ts",
|
5339
|
-
"line":
|
5406
|
+
"line": 718,
|
5340
5407
|
"character": 3
|
5341
5408
|
},
|
5342
5409
|
"raw": "/**\n * update the component files if they are modified and there is a merge strategy.\n * returns only the components that need to be written to the filesystem\n */",
|
@@ -5350,7 +5417,7 @@
|
|
5350
5417
|
"__schema": "ParameterSchema",
|
5351
5418
|
"location": {
|
5352
5419
|
"filePath": "import-components.ts",
|
5353
|
-
"line":
|
5420
|
+
"line": 722,
|
5354
5421
|
"character": 53
|
5355
5422
|
},
|
5356
5423
|
"name": "components",
|
@@ -5358,14 +5425,14 @@
|
|
5358
5425
|
"__schema": "TypeArraySchema",
|
5359
5426
|
"location": {
|
5360
5427
|
"filePath": "import-components.ts",
|
5361
|
-
"line":
|
5428
|
+
"line": 722,
|
5362
5429
|
"character": 65
|
5363
5430
|
},
|
5364
5431
|
"type": {
|
5365
5432
|
"__schema": "TypeRefSchema",
|
5366
5433
|
"location": {
|
5367
5434
|
"filePath": "import-components.ts",
|
5368
|
-
"line":
|
5435
|
+
"line": 722,
|
5369
5436
|
"character": 65
|
5370
5437
|
},
|
5371
5438
|
"name": "Component",
|
@@ -5380,7 +5447,7 @@
|
|
5380
5447
|
"__schema": "TypeRefSchema",
|
5381
5448
|
"location": {
|
5382
5449
|
"filePath": "import-components.ts",
|
5383
|
-
"line":
|
5450
|
+
"line": 722,
|
5384
5451
|
"character": 79
|
5385
5452
|
},
|
5386
5453
|
"name": "Promise",
|
@@ -5389,14 +5456,14 @@
|
|
5389
5456
|
"__schema": "TypeArraySchema",
|
5390
5457
|
"location": {
|
5391
5458
|
"filePath": "import-components.ts",
|
5392
|
-
"line":
|
5459
|
+
"line": 722,
|
5393
5460
|
"character": 87
|
5394
5461
|
},
|
5395
5462
|
"type": {
|
5396
5463
|
"__schema": "TypeRefSchema",
|
5397
5464
|
"location": {
|
5398
5465
|
"filePath": "import-components.ts",
|
5399
|
-
"line":
|
5466
|
+
"line": 722,
|
5400
5467
|
"character": 87
|
5401
5468
|
},
|
5402
5469
|
"name": "Component",
|
@@ -5413,7 +5480,7 @@
|
|
5413
5480
|
"__schema": "FunctionLikeSchema",
|
5414
5481
|
"location": {
|
5415
5482
|
"filePath": "import-components.ts",
|
5416
|
-
"line":
|
5483
|
+
"line": 751,
|
5417
5484
|
"character": 3
|
5418
5485
|
},
|
5419
5486
|
"signature": "(method) ImportComponents._shouldSaveLaneData(): boolean",
|
@@ -5423,7 +5490,7 @@
|
|
5423
5490
|
"__schema": "KeywordTypeSchema",
|
5424
5491
|
"location": {
|
5425
5492
|
"filePath": "import-components.ts",
|
5426
|
-
"line":
|
5493
|
+
"line": 751,
|
5427
5494
|
"character": 26
|
5428
5495
|
},
|
5429
5496
|
"name": "boolean"
|
@@ -5434,7 +5501,7 @@
|
|
5434
5501
|
"__schema": "FunctionLikeSchema",
|
5435
5502
|
"location": {
|
5436
5503
|
"filePath": "import-components.ts",
|
5437
|
-
"line":
|
5504
|
+
"line": 758,
|
5438
5505
|
"character": 3
|
5439
5506
|
},
|
5440
5507
|
"signature": "(method) ImportComponents._saveLaneDataIfNeeded(components: Component[]): Promise<void>",
|
@@ -5444,7 +5511,7 @@
|
|
5444
5511
|
"__schema": "ParameterSchema",
|
5445
5512
|
"location": {
|
5446
5513
|
"filePath": "import-components.ts",
|
5447
|
-
"line":
|
5514
|
+
"line": 758,
|
5448
5515
|
"character": 31
|
5449
5516
|
},
|
5450
5517
|
"name": "components",
|
@@ -5452,14 +5519,14 @@
|
|
5452
5519
|
"__schema": "TypeArraySchema",
|
5453
5520
|
"location": {
|
5454
5521
|
"filePath": "import-components.ts",
|
5455
|
-
"line":
|
5522
|
+
"line": 758,
|
5456
5523
|
"character": 43
|
5457
5524
|
},
|
5458
5525
|
"type": {
|
5459
5526
|
"__schema": "TypeRefSchema",
|
5460
5527
|
"location": {
|
5461
5528
|
"filePath": "import-components.ts",
|
5462
|
-
"line":
|
5529
|
+
"line": 758,
|
5463
5530
|
"character": 43
|
5464
5531
|
},
|
5465
5532
|
"name": "Component",
|
@@ -5474,7 +5541,7 @@
|
|
5474
5541
|
"__schema": "TypeRefSchema",
|
5475
5542
|
"location": {
|
5476
5543
|
"filePath": "import-components.ts",
|
5477
|
-
"line":
|
5544
|
+
"line": 758,
|
5478
5545
|
"character": 57
|
5479
5546
|
},
|
5480
5547
|
"name": "Promise",
|
@@ -5483,7 +5550,7 @@
|
|
5483
5550
|
"__schema": "KeywordTypeSchema",
|
5484
5551
|
"location": {
|
5485
5552
|
"filePath": "import-components.ts",
|
5486
|
-
"line":
|
5553
|
+
"line": 758,
|
5487
5554
|
"character": 65
|
5488
5555
|
},
|
5489
5556
|
"name": "void"
|
@@ -5498,7 +5565,7 @@
|
|
5498
5565
|
"__schema": "FunctionLikeSchema",
|
5499
5566
|
"location": {
|
5500
5567
|
"filePath": "import-components.ts",
|
5501
|
-
"line":
|
5568
|
+
"line": 783,
|
5502
5569
|
"character": 3
|
5503
5570
|
},
|
5504
5571
|
"signature": "(method) ImportComponents._writeToFileSystem(components: Component[]): Promise<ComponentWriterResults>",
|
@@ -5508,7 +5575,7 @@
|
|
5508
5575
|
"__schema": "ParameterSchema",
|
5509
5576
|
"location": {
|
5510
5577
|
"filePath": "import-components.ts",
|
5511
|
-
"line":
|
5578
|
+
"line": 783,
|
5512
5579
|
"character": 28
|
5513
5580
|
},
|
5514
5581
|
"name": "components",
|
@@ -5516,14 +5583,14 @@
|
|
5516
5583
|
"__schema": "TypeArraySchema",
|
5517
5584
|
"location": {
|
5518
5585
|
"filePath": "import-components.ts",
|
5519
|
-
"line":
|
5586
|
+
"line": 783,
|
5520
5587
|
"character": 40
|
5521
5588
|
},
|
5522
5589
|
"type": {
|
5523
5590
|
"__schema": "TypeRefSchema",
|
5524
5591
|
"location": {
|
5525
5592
|
"filePath": "import-components.ts",
|
5526
|
-
"line":
|
5593
|
+
"line": 783,
|
5527
5594
|
"character": 40
|
5528
5595
|
},
|
5529
5596
|
"name": "Component",
|
@@ -5538,7 +5605,7 @@
|
|
5538
5605
|
"__schema": "TypeRefSchema",
|
5539
5606
|
"location": {
|
5540
5607
|
"filePath": "import-components.ts",
|
5541
|
-
"line":
|
5608
|
+
"line": 783,
|
5542
5609
|
"character": 54
|
5543
5610
|
},
|
5544
5611
|
"name": "Promise",
|
@@ -5547,7 +5614,7 @@
|
|
5547
5614
|
"__schema": "TypeRefSchema",
|
5548
5615
|
"location": {
|
5549
5616
|
"filePath": "import-components.ts",
|
5550
|
-
"line":
|
5617
|
+
"line": 783,
|
5551
5618
|
"character": 62
|
5552
5619
|
},
|
5553
5620
|
"name": "ComponentWriterResults",
|
@@ -5631,7 +5698,10 @@
|
|
5631
5698
|
"character": 17
|
5632
5699
|
},
|
5633
5700
|
"name": "MergeResultsThreeWay",
|
5634
|
-
"
|
5701
|
+
"componentId": {
|
5702
|
+
"scope": "teambit.component",
|
5703
|
+
"name": "merging"
|
5704
|
+
}
|
5635
5705
|
},
|
5636
5706
|
{
|
5637
5707
|
"__schema": "LiteralTypeSchema",
|
@@ -5737,7 +5807,7 @@
|
|
5737
5807
|
"__schema": "ClassSchema",
|
5738
5808
|
"location": {
|
5739
5809
|
"filePath": "importer.main.runtime.ts",
|
5740
|
-
"line":
|
5810
|
+
"line": 30,
|
5741
5811
|
"character": 1
|
5742
5812
|
},
|
5743
5813
|
"signature": "class ImporterMain",
|
@@ -5747,17 +5817,17 @@
|
|
5747
5817
|
"__schema": "ConstructorSchema",
|
5748
5818
|
"location": {
|
5749
5819
|
"filePath": "importer.main.runtime.ts",
|
5750
|
-
"line":
|
5820
|
+
"line": 31,
|
5751
5821
|
"character": 3
|
5752
5822
|
},
|
5753
|
-
"signature": "constructor ImporterMain(workspace: Workspace, depResolver: DependencyResolverMain, graph: GraphMain, scope: ScopeMain, componentWriter: ComponentWriterMain, envs: EnvsMain, logger: Logger): ImporterMain",
|
5823
|
+
"signature": "constructor ImporterMain(workspace: Workspace, depResolver: DependencyResolverMain, graph: GraphMain, scope: ScopeMain, componentWriter: ComponentWriterMain, envs: EnvsMain, logger: Logger, lister: ListerMain): ImporterMain",
|
5754
5824
|
"name": "constructor",
|
5755
5825
|
"params": [
|
5756
5826
|
{
|
5757
5827
|
"__schema": "ParameterSchema",
|
5758
5828
|
"location": {
|
5759
5829
|
"filePath": "importer.main.runtime.ts",
|
5760
|
-
"line":
|
5830
|
+
"line": 32,
|
5761
5831
|
"character": 5
|
5762
5832
|
},
|
5763
5833
|
"name": "workspace",
|
@@ -5765,7 +5835,7 @@
|
|
5765
5835
|
"__schema": "TypeRefSchema",
|
5766
5836
|
"location": {
|
5767
5837
|
"filePath": "importer.main.runtime.ts",
|
5768
|
-
"line":
|
5838
|
+
"line": 32,
|
5769
5839
|
"character": 24
|
5770
5840
|
},
|
5771
5841
|
"name": "Workspace",
|
@@ -5781,7 +5851,7 @@
|
|
5781
5851
|
"__schema": "ParameterSchema",
|
5782
5852
|
"location": {
|
5783
5853
|
"filePath": "importer.main.runtime.ts",
|
5784
|
-
"line":
|
5854
|
+
"line": 33,
|
5785
5855
|
"character": 5
|
5786
5856
|
},
|
5787
5857
|
"name": "depResolver",
|
@@ -5789,7 +5859,7 @@
|
|
5789
5859
|
"__schema": "TypeRefSchema",
|
5790
5860
|
"location": {
|
5791
5861
|
"filePath": "importer.main.runtime.ts",
|
5792
|
-
"line":
|
5862
|
+
"line": 33,
|
5793
5863
|
"character": 26
|
5794
5864
|
},
|
5795
5865
|
"name": "DependencyResolverMain",
|
@@ -5805,7 +5875,7 @@
|
|
5805
5875
|
"__schema": "ParameterSchema",
|
5806
5876
|
"location": {
|
5807
5877
|
"filePath": "importer.main.runtime.ts",
|
5808
|
-
"line":
|
5878
|
+
"line": 34,
|
5809
5879
|
"character": 5
|
5810
5880
|
},
|
5811
5881
|
"name": "graph",
|
@@ -5813,7 +5883,7 @@
|
|
5813
5883
|
"__schema": "TypeRefSchema",
|
5814
5884
|
"location": {
|
5815
5885
|
"filePath": "importer.main.runtime.ts",
|
5816
|
-
"line":
|
5886
|
+
"line": 34,
|
5817
5887
|
"character": 20
|
5818
5888
|
},
|
5819
5889
|
"name": "GraphMain",
|
@@ -5829,7 +5899,7 @@
|
|
5829
5899
|
"__schema": "ParameterSchema",
|
5830
5900
|
"location": {
|
5831
5901
|
"filePath": "importer.main.runtime.ts",
|
5832
|
-
"line":
|
5902
|
+
"line": 35,
|
5833
5903
|
"character": 5
|
5834
5904
|
},
|
5835
5905
|
"name": "scope",
|
@@ -5837,7 +5907,7 @@
|
|
5837
5907
|
"__schema": "TypeRefSchema",
|
5838
5908
|
"location": {
|
5839
5909
|
"filePath": "importer.main.runtime.ts",
|
5840
|
-
"line":
|
5910
|
+
"line": 35,
|
5841
5911
|
"character": 20
|
5842
5912
|
},
|
5843
5913
|
"name": "ScopeMain",
|
@@ -5853,7 +5923,7 @@
|
|
5853
5923
|
"__schema": "ParameterSchema",
|
5854
5924
|
"location": {
|
5855
5925
|
"filePath": "importer.main.runtime.ts",
|
5856
|
-
"line":
|
5926
|
+
"line": 36,
|
5857
5927
|
"character": 5
|
5858
5928
|
},
|
5859
5929
|
"name": "componentWriter",
|
@@ -5861,7 +5931,7 @@
|
|
5861
5931
|
"__schema": "TypeRefSchema",
|
5862
5932
|
"location": {
|
5863
5933
|
"filePath": "importer.main.runtime.ts",
|
5864
|
-
"line":
|
5934
|
+
"line": 36,
|
5865
5935
|
"character": 30
|
5866
5936
|
},
|
5867
5937
|
"name": "ComponentWriterMain",
|
@@ -5877,7 +5947,7 @@
|
|
5877
5947
|
"__schema": "ParameterSchema",
|
5878
5948
|
"location": {
|
5879
5949
|
"filePath": "importer.main.runtime.ts",
|
5880
|
-
"line":
|
5950
|
+
"line": 37,
|
5881
5951
|
"character": 5
|
5882
5952
|
},
|
5883
5953
|
"name": "envs",
|
@@ -5885,7 +5955,7 @@
|
|
5885
5955
|
"__schema": "TypeRefSchema",
|
5886
5956
|
"location": {
|
5887
5957
|
"filePath": "importer.main.runtime.ts",
|
5888
|
-
"line":
|
5958
|
+
"line": 37,
|
5889
5959
|
"character": 19
|
5890
5960
|
},
|
5891
5961
|
"name": "EnvsMain",
|
@@ -5901,7 +5971,7 @@
|
|
5901
5971
|
"__schema": "ParameterSchema",
|
5902
5972
|
"location": {
|
5903
5973
|
"filePath": "importer.main.runtime.ts",
|
5904
|
-
"line":
|
5974
|
+
"line": 38,
|
5905
5975
|
"character": 5
|
5906
5976
|
},
|
5907
5977
|
"name": "logger",
|
@@ -5909,7 +5979,7 @@
|
|
5909
5979
|
"__schema": "TypeRefSchema",
|
5910
5980
|
"location": {
|
5911
5981
|
"filePath": "importer.main.runtime.ts",
|
5912
|
-
"line":
|
5982
|
+
"line": 38,
|
5913
5983
|
"character": 22
|
5914
5984
|
},
|
5915
5985
|
"name": "Logger",
|
@@ -5920,13 +5990,37 @@
|
|
5920
5990
|
},
|
5921
5991
|
"isOptional": false,
|
5922
5992
|
"isSpread": false
|
5993
|
+
},
|
5994
|
+
{
|
5995
|
+
"__schema": "ParameterSchema",
|
5996
|
+
"location": {
|
5997
|
+
"filePath": "importer.main.runtime.ts",
|
5998
|
+
"line": 39,
|
5999
|
+
"character": 5
|
6000
|
+
},
|
6001
|
+
"name": "lister",
|
6002
|
+
"type": {
|
6003
|
+
"__schema": "TypeRefSchema",
|
6004
|
+
"location": {
|
6005
|
+
"filePath": "importer.main.runtime.ts",
|
6006
|
+
"line": 39,
|
6007
|
+
"character": 21
|
6008
|
+
},
|
6009
|
+
"name": "ListerMain",
|
6010
|
+
"componentId": {
|
6011
|
+
"scope": "teambit.component",
|
6012
|
+
"name": "lister"
|
6013
|
+
}
|
6014
|
+
},
|
6015
|
+
"isOptional": false,
|
6016
|
+
"isSpread": false
|
5923
6017
|
}
|
5924
6018
|
],
|
5925
6019
|
"returnType": {
|
5926
6020
|
"__schema": "ThisTypeSchema",
|
5927
6021
|
"location": {
|
5928
6022
|
"filePath": "importer.main.runtime.ts",
|
5929
|
-
"line":
|
6023
|
+
"line": 30,
|
5930
6024
|
"character": 1
|
5931
6025
|
},
|
5932
6026
|
"name": "ImporterMain"
|
@@ -5937,7 +6031,7 @@
|
|
5937
6031
|
"__schema": "FunctionLikeSchema",
|
5938
6032
|
"location": {
|
5939
6033
|
"filePath": "importer.main.runtime.ts",
|
5940
|
-
"line":
|
6034
|
+
"line": 42,
|
5941
6035
|
"character": 3
|
5942
6036
|
},
|
5943
6037
|
"signature": "(method) ImporterMain.import(importOptions: ImportOptions, packageManagerArgs?: string[]): Promise<ImportResult>",
|
@@ -5947,7 +6041,7 @@
|
|
5947
6041
|
"__schema": "ParameterSchema",
|
5948
6042
|
"location": {
|
5949
6043
|
"filePath": "importer.main.runtime.ts",
|
5950
|
-
"line":
|
6044
|
+
"line": 42,
|
5951
6045
|
"character": 16
|
5952
6046
|
},
|
5953
6047
|
"name": "importOptions",
|
@@ -5955,7 +6049,7 @@
|
|
5955
6049
|
"__schema": "TypeRefSchema",
|
5956
6050
|
"location": {
|
5957
6051
|
"filePath": "importer.main.runtime.ts",
|
5958
|
-
"line":
|
6052
|
+
"line": 42,
|
5959
6053
|
"character": 31
|
5960
6054
|
},
|
5961
6055
|
"name": "ImportOptions"
|
@@ -5967,7 +6061,7 @@
|
|
5967
6061
|
"__schema": "ParameterSchema",
|
5968
6062
|
"location": {
|
5969
6063
|
"filePath": "importer.main.runtime.ts",
|
5970
|
-
"line":
|
6064
|
+
"line": 42,
|
5971
6065
|
"character": 46
|
5972
6066
|
},
|
5973
6067
|
"name": "packageManagerArgs",
|
@@ -5975,14 +6069,14 @@
|
|
5975
6069
|
"__schema": "TypeArraySchema",
|
5976
6070
|
"location": {
|
5977
6071
|
"filePath": "importer.main.runtime.ts",
|
5978
|
-
"line":
|
6072
|
+
"line": 42,
|
5979
6073
|
"character": 66
|
5980
6074
|
},
|
5981
6075
|
"type": {
|
5982
6076
|
"__schema": "KeywordTypeSchema",
|
5983
6077
|
"location": {
|
5984
6078
|
"filePath": "importer.main.runtime.ts",
|
5985
|
-
"line":
|
6079
|
+
"line": 42,
|
5986
6080
|
"character": 66
|
5987
6081
|
},
|
5988
6082
|
"name": "string"
|
@@ -5997,7 +6091,7 @@
|
|
5997
6091
|
"__schema": "TypeRefSchema",
|
5998
6092
|
"location": {
|
5999
6093
|
"filePath": "importer.main.runtime.ts",
|
6000
|
-
"line":
|
6094
|
+
"line": 42,
|
6001
6095
|
"character": 82
|
6002
6096
|
},
|
6003
6097
|
"name": "Promise",
|
@@ -6006,7 +6100,7 @@
|
|
6006
6100
|
"__schema": "TypeRefSchema",
|
6007
6101
|
"location": {
|
6008
6102
|
"filePath": "importer.main.runtime.ts",
|
6009
|
-
"line":
|
6103
|
+
"line": 42,
|
6010
6104
|
"character": 90
|
6011
6105
|
},
|
6012
6106
|
"name": "ImportResult",
|
@@ -6022,14 +6116,14 @@
|
|
6022
6116
|
"__schema": "FunctionLikeSchema",
|
6023
6117
|
"location": {
|
6024
6118
|
"filePath": "importer.main.runtime.ts",
|
6025
|
-
"line":
|
6119
|
+
"line": 75,
|
6026
6120
|
"character": 3
|
6027
6121
|
},
|
6028
6122
|
"doc": {
|
6029
6123
|
"__schema": "DocSchema",
|
6030
6124
|
"location": {
|
6031
6125
|
"filePath": "importer.main.runtime.ts",
|
6032
|
-
"line":
|
6126
|
+
"line": 71,
|
6033
6127
|
"character": 3
|
6034
6128
|
},
|
6035
6129
|
"raw": "/**\n * fetch objects according to the criteria set by `options` param.\n * to fetch current objects according to the current lane or main, use `this.importCurrentObjects()`.\n */",
|
@@ -6043,7 +6137,7 @@
|
|
6043
6137
|
"__schema": "ParameterSchema",
|
6044
6138
|
"location": {
|
6045
6139
|
"filePath": "importer.main.runtime.ts",
|
6046
|
-
"line":
|
6140
|
+
"line": 75,
|
6047
6141
|
"character": 23
|
6048
6142
|
},
|
6049
6143
|
"name": "options",
|
@@ -6051,7 +6145,7 @@
|
|
6051
6145
|
"__schema": "TypeRefSchema",
|
6052
6146
|
"location": {
|
6053
6147
|
"filePath": "importer.main.runtime.ts",
|
6054
|
-
"line":
|
6148
|
+
"line": 75,
|
6055
6149
|
"character": 32
|
6056
6150
|
},
|
6057
6151
|
"name": "Partial",
|
@@ -6060,7 +6154,7 @@
|
|
6060
6154
|
"__schema": "TypeRefSchema",
|
6061
6155
|
"location": {
|
6062
6156
|
"filePath": "importer.main.runtime.ts",
|
6063
|
-
"line":
|
6157
|
+
"line": 75,
|
6064
6158
|
"character": 40
|
6065
6159
|
},
|
6066
6160
|
"name": "ImportOptions"
|
@@ -6076,7 +6170,7 @@
|
|
6076
6170
|
"__schema": "TypeRefSchema",
|
6077
6171
|
"location": {
|
6078
6172
|
"filePath": "importer.main.runtime.ts",
|
6079
|
-
"line":
|
6173
|
+
"line": 75,
|
6080
6174
|
"character": 62
|
6081
6175
|
},
|
6082
6176
|
"name": "Promise",
|
@@ -6085,7 +6179,7 @@
|
|
6085
6179
|
"__schema": "TypeRefSchema",
|
6086
6180
|
"location": {
|
6087
6181
|
"filePath": "importer.main.runtime.ts",
|
6088
|
-
"line":
|
6182
|
+
"line": 75,
|
6089
6183
|
"character": 70
|
6090
6184
|
},
|
6091
6185
|
"name": "ImportResult",
|
@@ -6101,14 +6195,14 @@
|
|
6101
6195
|
"__schema": "FunctionLikeSchema",
|
6102
6196
|
"location": {
|
6103
6197
|
"filePath": "importer.main.runtime.ts",
|
6104
|
-
"line":
|
6198
|
+
"line": 91,
|
6105
6199
|
"character": 3
|
6106
6200
|
},
|
6107
6201
|
"doc": {
|
6108
6202
|
"__schema": "DocSchema",
|
6109
6203
|
"location": {
|
6110
6204
|
"filePath": "importer.main.runtime.ts",
|
6111
|
-
"line":
|
6205
|
+
"line": 87,
|
6112
6206
|
"character": 3
|
6113
6207
|
},
|
6114
6208
|
"raw": "/**\n * given a lane object, load all components by their head on the lane, find the artifacts refs and import them from\n * the lane scope\n */",
|
@@ -6122,7 +6216,7 @@
|
|
6122
6216
|
"__schema": "ParameterSchema",
|
6123
6217
|
"location": {
|
6124
6218
|
"filePath": "importer.main.runtime.ts",
|
6125
|
-
"line":
|
6219
|
+
"line": 91,
|
6126
6220
|
"character": 37
|
6127
6221
|
},
|
6128
6222
|
"name": "lane",
|
@@ -6130,7 +6224,7 @@
|
|
6130
6224
|
"__schema": "TypeRefSchema",
|
6131
6225
|
"location": {
|
6132
6226
|
"filePath": "importer.main.runtime.ts",
|
6133
|
-
"line":
|
6227
|
+
"line": 91,
|
6134
6228
|
"character": 43
|
6135
6229
|
},
|
6136
6230
|
"name": "Lane",
|
@@ -6143,7 +6237,7 @@
|
|
6143
6237
|
"__schema": "ParameterSchema",
|
6144
6238
|
"location": {
|
6145
6239
|
"filePath": "importer.main.runtime.ts",
|
6146
|
-
"line":
|
6240
|
+
"line": 91,
|
6147
6241
|
"character": 49
|
6148
6242
|
},
|
6149
6243
|
"name": "ids",
|
@@ -6151,14 +6245,14 @@
|
|
6151
6245
|
"__schema": "TypeArraySchema",
|
6152
6246
|
"location": {
|
6153
6247
|
"filePath": "importer.main.runtime.ts",
|
6154
|
-
"line":
|
6248
|
+
"line": 91,
|
6155
6249
|
"character": 54
|
6156
6250
|
},
|
6157
6251
|
"type": {
|
6158
6252
|
"__schema": "TypeRefSchema",
|
6159
6253
|
"location": {
|
6160
6254
|
"filePath": "importer.main.runtime.ts",
|
6161
|
-
"line":
|
6255
|
+
"line": 91,
|
6162
6256
|
"character": 54
|
6163
6257
|
},
|
6164
6258
|
"name": "ComponentID",
|
@@ -6177,7 +6271,7 @@
|
|
6177
6271
|
"__schema": "ParameterSchema",
|
6178
6272
|
"location": {
|
6179
6273
|
"filePath": "importer.main.runtime.ts",
|
6180
|
-
"line":
|
6274
|
+
"line": 91,
|
6181
6275
|
"character": 93
|
6182
6276
|
},
|
6183
6277
|
"name": "throwIfMissing",
|
@@ -6185,7 +6279,7 @@
|
|
6185
6279
|
"__schema": "InferenceTypeSchema",
|
6186
6280
|
"location": {
|
6187
6281
|
"filePath": "importer.main.runtime.ts",
|
6188
|
-
"line":
|
6282
|
+
"line": 91,
|
6189
6283
|
"character": 93
|
6190
6284
|
},
|
6191
6285
|
"type": "boolean"
|
@@ -6199,7 +6293,7 @@
|
|
6199
6293
|
"__schema": "InferenceTypeSchema",
|
6200
6294
|
"location": {
|
6201
6295
|
"filePath": "importer.main.runtime.ts",
|
6202
|
-
"line":
|
6296
|
+
"line": 91,
|
6203
6297
|
"character": 3
|
6204
6298
|
},
|
6205
6299
|
"type": "Promise<void>"
|
@@ -6212,14 +6306,14 @@
|
|
6212
6306
|
"__schema": "FunctionLikeSchema",
|
6213
6307
|
"location": {
|
6214
6308
|
"filePath": "importer.main.runtime.ts",
|
6215
|
-
"line":
|
6309
|
+
"line": 104,
|
6216
6310
|
"character": 3
|
6217
6311
|
},
|
6218
6312
|
"doc": {
|
6219
6313
|
"__schema": "DocSchema",
|
6220
6314
|
"location": {
|
6221
6315
|
"filePath": "importer.main.runtime.ts",
|
6222
|
-
"line":
|
6316
|
+
"line": 101,
|
6223
6317
|
"character": 3
|
6224
6318
|
},
|
6225
6319
|
"raw": "/**\n * if on main, fetch main objects, if on lane, fetch lane objects.\n */",
|
@@ -6233,7 +6327,7 @@
|
|
6233
6327
|
"__schema": "TypeRefSchema",
|
6234
6328
|
"location": {
|
6235
6329
|
"filePath": "importer.main.runtime.ts",
|
6236
|
-
"line":
|
6330
|
+
"line": 104,
|
6237
6331
|
"character": 33
|
6238
6332
|
},
|
6239
6333
|
"name": "Promise",
|
@@ -6242,7 +6336,7 @@
|
|
6242
6336
|
"__schema": "TypeRefSchema",
|
6243
6337
|
"location": {
|
6244
6338
|
"filePath": "importer.main.runtime.ts",
|
6245
|
-
"line":
|
6339
|
+
"line": 104,
|
6246
6340
|
"character": 41
|
6247
6341
|
},
|
6248
6342
|
"name": "ImportResult",
|
@@ -6258,7 +6352,7 @@
|
|
6258
6352
|
"__schema": "FunctionLikeSchema",
|
6259
6353
|
"location": {
|
6260
6354
|
"filePath": "importer.main.runtime.ts",
|
6261
|
-
"line":
|
6355
|
+
"line": 120,
|
6262
6356
|
"character": 3
|
6263
6357
|
},
|
6264
6358
|
"signature": "(method) ImporterMain.importObjectsFromMainIfExist(ids: ComponentID[], { cache }?: {\n cache: boolean;\n}): Promise<void>",
|
@@ -6268,7 +6362,7 @@
|
|
6268
6362
|
"__schema": "ParameterSchema",
|
6269
6363
|
"location": {
|
6270
6364
|
"filePath": "importer.main.runtime.ts",
|
6271
|
-
"line":
|
6365
|
+
"line": 120,
|
6272
6366
|
"character": 38
|
6273
6367
|
},
|
6274
6368
|
"name": "ids",
|
@@ -6276,14 +6370,14 @@
|
|
6276
6370
|
"__schema": "TypeArraySchema",
|
6277
6371
|
"location": {
|
6278
6372
|
"filePath": "importer.main.runtime.ts",
|
6279
|
-
"line":
|
6373
|
+
"line": 120,
|
6280
6374
|
"character": 43
|
6281
6375
|
},
|
6282
6376
|
"type": {
|
6283
6377
|
"__schema": "TypeRefSchema",
|
6284
6378
|
"location": {
|
6285
6379
|
"filePath": "importer.main.runtime.ts",
|
6286
|
-
"line":
|
6380
|
+
"line": 120,
|
6287
6381
|
"character": 43
|
6288
6382
|
},
|
6289
6383
|
"name": "ComponentID",
|
@@ -6301,7 +6395,7 @@
|
|
6301
6395
|
"__schema": "ParameterSchema",
|
6302
6396
|
"location": {
|
6303
6397
|
"filePath": "importer.main.runtime.ts",
|
6304
|
-
"line":
|
6398
|
+
"line": 120,
|
6305
6399
|
"character": 58
|
6306
6400
|
},
|
6307
6401
|
"name": "{ cache }",
|
@@ -6309,7 +6403,7 @@
|
|
6309
6403
|
"__schema": "TypeLiteralSchema",
|
6310
6404
|
"location": {
|
6311
6405
|
"filePath": "importer.main.runtime.ts",
|
6312
|
-
"line":
|
6406
|
+
"line": 120,
|
6313
6407
|
"character": 58
|
6314
6408
|
},
|
6315
6409
|
"members": [
|
@@ -6317,7 +6411,7 @@
|
|
6317
6411
|
"__schema": "InferenceTypeSchema",
|
6318
6412
|
"location": {
|
6319
6413
|
"filePath": "importer.main.runtime.ts",
|
6320
|
-
"line":
|
6414
|
+
"line": 120,
|
6321
6415
|
"character": 58
|
6322
6416
|
},
|
6323
6417
|
"name": "cache",
|
@@ -6332,7 +6426,7 @@
|
|
6332
6426
|
"__schema": "InferenceTypeSchema",
|
6333
6427
|
"location": {
|
6334
6428
|
"filePath": "importer.main.runtime.ts",
|
6335
|
-
"line":
|
6429
|
+
"line": 120,
|
6336
6430
|
"character": 60
|
6337
6431
|
},
|
6338
6432
|
"name": "cache",
|
@@ -6347,7 +6441,7 @@
|
|
6347
6441
|
"__schema": "InferenceTypeSchema",
|
6348
6442
|
"location": {
|
6349
6443
|
"filePath": "importer.main.runtime.ts",
|
6350
|
-
"line":
|
6444
|
+
"line": 120,
|
6351
6445
|
"character": 3
|
6352
6446
|
},
|
6353
6447
|
"type": "Promise<void>"
|
@@ -6360,14 +6454,14 @@
|
|
6360
6454
|
"__schema": "FunctionLikeSchema",
|
6361
6455
|
"location": {
|
6362
6456
|
"filePath": "importer.main.runtime.ts",
|
6363
|
-
"line":
|
6457
|
+
"line": 132,
|
6364
6458
|
"character": 3
|
6365
6459
|
},
|
6366
6460
|
"doc": {
|
6367
6461
|
"__schema": "DocSchema",
|
6368
6462
|
"location": {
|
6369
6463
|
"filePath": "importer.main.runtime.ts",
|
6370
|
-
"line":
|
6464
|
+
"line": 128,
|
6371
6465
|
"character": 3
|
6372
6466
|
},
|
6373
6467
|
"raw": "/**\n * fetch lane's components and save them in the local scope.\n * once done, merge the lane object and save it as well.\n */",
|
@@ -6381,7 +6475,7 @@
|
|
6381
6475
|
"__schema": "ParameterSchema",
|
6382
6476
|
"location": {
|
6383
6477
|
"filePath": "importer.main.runtime.ts",
|
6384
|
-
"line":
|
6478
|
+
"line": 132,
|
6385
6479
|
"character": 29
|
6386
6480
|
},
|
6387
6481
|
"name": "lane",
|
@@ -6389,7 +6483,7 @@
|
|
6389
6483
|
"__schema": "TypeRefSchema",
|
6390
6484
|
"location": {
|
6391
6485
|
"filePath": "importer.main.runtime.ts",
|
6392
|
-
"line":
|
6486
|
+
"line": 132,
|
6393
6487
|
"character": 35
|
6394
6488
|
},
|
6395
6489
|
"name": "Lane",
|
@@ -6402,7 +6496,7 @@
|
|
6402
6496
|
"__schema": "ParameterSchema",
|
6403
6497
|
"location": {
|
6404
6498
|
"filePath": "importer.main.runtime.ts",
|
6405
|
-
"line":
|
6499
|
+
"line": 132,
|
6406
6500
|
"character": 41
|
6407
6501
|
},
|
6408
6502
|
"name": "includeUpdateDependents",
|
@@ -6410,7 +6504,7 @@
|
|
6410
6504
|
"__schema": "InferenceTypeSchema",
|
6411
6505
|
"location": {
|
6412
6506
|
"filePath": "importer.main.runtime.ts",
|
6413
|
-
"line":
|
6507
|
+
"line": 132,
|
6414
6508
|
"character": 41
|
6415
6509
|
},
|
6416
6510
|
"type": "boolean"
|
@@ -6424,7 +6518,7 @@
|
|
6424
6518
|
"__schema": "InferenceTypeSchema",
|
6425
6519
|
"location": {
|
6426
6520
|
"filePath": "importer.main.runtime.ts",
|
6427
|
-
"line":
|
6521
|
+
"line": 132,
|
6428
6522
|
"character": 3
|
6429
6523
|
},
|
6430
6524
|
"type": "Promise<void>"
|
@@ -6437,7 +6531,7 @@
|
|
6437
6531
|
"__schema": "FunctionLikeSchema",
|
6438
6532
|
"location": {
|
6439
6533
|
"filePath": "importer.main.runtime.ts",
|
6440
|
-
"line":
|
6534
|
+
"line": 147,
|
6441
6535
|
"character": 3
|
6442
6536
|
},
|
6443
6537
|
"signature": "(method) ImporterMain.fetch(ids: string[], lanes: boolean, components: boolean, fromOriginalScope: boolean, allHistory?: boolean): Promise<ImportResult | {\n importedIds: ComponentID[];\n importDetails: ImportDetails[];\n}>",
|
@@ -6447,7 +6541,7 @@
|
|
6447
6541
|
"__schema": "ParameterSchema",
|
6448
6542
|
"location": {
|
6449
6543
|
"filePath": "importer.main.runtime.ts",
|
6450
|
-
"line":
|
6544
|
+
"line": 147,
|
6451
6545
|
"character": 15
|
6452
6546
|
},
|
6453
6547
|
"name": "ids",
|
@@ -6455,14 +6549,14 @@
|
|
6455
6549
|
"__schema": "TypeArraySchema",
|
6456
6550
|
"location": {
|
6457
6551
|
"filePath": "importer.main.runtime.ts",
|
6458
|
-
"line":
|
6552
|
+
"line": 147,
|
6459
6553
|
"character": 20
|
6460
6554
|
},
|
6461
6555
|
"type": {
|
6462
6556
|
"__schema": "KeywordTypeSchema",
|
6463
6557
|
"location": {
|
6464
6558
|
"filePath": "importer.main.runtime.ts",
|
6465
|
-
"line":
|
6559
|
+
"line": 147,
|
6466
6560
|
"character": 20
|
6467
6561
|
},
|
6468
6562
|
"name": "string"
|
@@ -6475,7 +6569,7 @@
|
|
6475
6569
|
"__schema": "ParameterSchema",
|
6476
6570
|
"location": {
|
6477
6571
|
"filePath": "importer.main.runtime.ts",
|
6478
|
-
"line":
|
6572
|
+
"line": 147,
|
6479
6573
|
"character": 30
|
6480
6574
|
},
|
6481
6575
|
"name": "lanes",
|
@@ -6483,7 +6577,7 @@
|
|
6483
6577
|
"__schema": "KeywordTypeSchema",
|
6484
6578
|
"location": {
|
6485
6579
|
"filePath": "importer.main.runtime.ts",
|
6486
|
-
"line":
|
6580
|
+
"line": 147,
|
6487
6581
|
"character": 37
|
6488
6582
|
},
|
6489
6583
|
"name": "boolean"
|
@@ -6495,7 +6589,7 @@
|
|
6495
6589
|
"__schema": "ParameterSchema",
|
6496
6590
|
"location": {
|
6497
6591
|
"filePath": "importer.main.runtime.ts",
|
6498
|
-
"line":
|
6592
|
+
"line": 147,
|
6499
6593
|
"character": 46
|
6500
6594
|
},
|
6501
6595
|
"name": "components",
|
@@ -6503,7 +6597,7 @@
|
|
6503
6597
|
"__schema": "KeywordTypeSchema",
|
6504
6598
|
"location": {
|
6505
6599
|
"filePath": "importer.main.runtime.ts",
|
6506
|
-
"line":
|
6600
|
+
"line": 147,
|
6507
6601
|
"character": 58
|
6508
6602
|
},
|
6509
6603
|
"name": "boolean"
|
@@ -6515,7 +6609,7 @@
|
|
6515
6609
|
"__schema": "ParameterSchema",
|
6516
6610
|
"location": {
|
6517
6611
|
"filePath": "importer.main.runtime.ts",
|
6518
|
-
"line":
|
6612
|
+
"line": 147,
|
6519
6613
|
"character": 67
|
6520
6614
|
},
|
6521
6615
|
"name": "fromOriginalScope",
|
@@ -6523,7 +6617,7 @@
|
|
6523
6617
|
"__schema": "KeywordTypeSchema",
|
6524
6618
|
"location": {
|
6525
6619
|
"filePath": "importer.main.runtime.ts",
|
6526
|
-
"line":
|
6620
|
+
"line": 147,
|
6527
6621
|
"character": 86
|
6528
6622
|
},
|
6529
6623
|
"name": "boolean"
|
@@ -6535,7 +6629,7 @@
|
|
6535
6629
|
"__schema": "ParameterSchema",
|
6536
6630
|
"location": {
|
6537
6631
|
"filePath": "importer.main.runtime.ts",
|
6538
|
-
"line":
|
6632
|
+
"line": 147,
|
6539
6633
|
"character": 95
|
6540
6634
|
},
|
6541
6635
|
"name": "allHistory",
|
@@ -6543,7 +6637,7 @@
|
|
6543
6637
|
"__schema": "InferenceTypeSchema",
|
6544
6638
|
"location": {
|
6545
6639
|
"filePath": "importer.main.runtime.ts",
|
6546
|
-
"line":
|
6640
|
+
"line": 147,
|
6547
6641
|
"character": 95
|
6548
6642
|
},
|
6549
6643
|
"type": "boolean"
|
@@ -6557,7 +6651,7 @@
|
|
6557
6651
|
"__schema": "InferenceTypeSchema",
|
6558
6652
|
"location": {
|
6559
6653
|
"filePath": "importer.main.runtime.ts",
|
6560
|
-
"line":
|
6654
|
+
"line": 147,
|
6561
6655
|
"character": 3
|
6562
6656
|
},
|
6563
6657
|
"type": "Promise<ImportResult | {\n importedIds: ComponentID[];\n importDetails: ImportDetails[];\n}>"
|
@@ -6570,7 +6664,7 @@
|
|
6570
6664
|
"__schema": "FunctionLikeSchema",
|
6571
6665
|
"location": {
|
6572
6666
|
"filePath": "importer.main.runtime.ts",
|
6573
|
-
"line":
|
6667
|
+
"line": 228,
|
6574
6668
|
"character": 3
|
6575
6669
|
},
|
6576
6670
|
"signature": "(method) ImporterMain.fetchLanes(lanes: Lane[], shouldFetchFromMain?: boolean, options?: Partial<ImportOptions>): Promise<ImportResult>",
|
@@ -6580,7 +6674,7 @@
|
|
6580
6674
|
"__schema": "ParameterSchema",
|
6581
6675
|
"location": {
|
6582
6676
|
"filePath": "importer.main.runtime.ts",
|
6583
|
-
"line":
|
6677
|
+
"line": 229,
|
6584
6678
|
"character": 5
|
6585
6679
|
},
|
6586
6680
|
"name": "lanes",
|
@@ -6588,14 +6682,14 @@
|
|
6588
6682
|
"__schema": "TypeArraySchema",
|
6589
6683
|
"location": {
|
6590
6684
|
"filePath": "importer.main.runtime.ts",
|
6591
|
-
"line":
|
6685
|
+
"line": 229,
|
6592
6686
|
"character": 12
|
6593
6687
|
},
|
6594
6688
|
"type": {
|
6595
6689
|
"__schema": "TypeRefSchema",
|
6596
6690
|
"location": {
|
6597
6691
|
"filePath": "importer.main.runtime.ts",
|
6598
|
-
"line":
|
6692
|
+
"line": 229,
|
6599
6693
|
"character": 12
|
6600
6694
|
},
|
6601
6695
|
"name": "Lane",
|
@@ -6609,7 +6703,7 @@
|
|
6609
6703
|
"__schema": "ParameterSchema",
|
6610
6704
|
"location": {
|
6611
6705
|
"filePath": "importer.main.runtime.ts",
|
6612
|
-
"line":
|
6706
|
+
"line": 230,
|
6613
6707
|
"character": 5
|
6614
6708
|
},
|
6615
6709
|
"name": "shouldFetchFromMain",
|
@@ -6617,7 +6711,7 @@
|
|
6617
6711
|
"__schema": "KeywordTypeSchema",
|
6618
6712
|
"location": {
|
6619
6713
|
"filePath": "importer.main.runtime.ts",
|
6620
|
-
"line":
|
6714
|
+
"line": 230,
|
6621
6715
|
"character": 27
|
6622
6716
|
},
|
6623
6717
|
"name": "boolean"
|
@@ -6629,7 +6723,7 @@
|
|
6629
6723
|
"__schema": "ParameterSchema",
|
6630
6724
|
"location": {
|
6631
6725
|
"filePath": "importer.main.runtime.ts",
|
6632
|
-
"line":
|
6726
|
+
"line": 231,
|
6633
6727
|
"character": 5
|
6634
6728
|
},
|
6635
6729
|
"name": "options",
|
@@ -6637,7 +6731,7 @@
|
|
6637
6731
|
"__schema": "TypeRefSchema",
|
6638
6732
|
"location": {
|
6639
6733
|
"filePath": "importer.main.runtime.ts",
|
6640
|
-
"line":
|
6734
|
+
"line": 231,
|
6641
6735
|
"character": 14
|
6642
6736
|
},
|
6643
6737
|
"name": "Partial",
|
@@ -6646,7 +6740,7 @@
|
|
6646
6740
|
"__schema": "TypeRefSchema",
|
6647
6741
|
"location": {
|
6648
6742
|
"filePath": "importer.main.runtime.ts",
|
6649
|
-
"line":
|
6743
|
+
"line": 231,
|
6650
6744
|
"character": 22
|
6651
6745
|
},
|
6652
6746
|
"name": "ImportOptions"
|
@@ -6662,7 +6756,7 @@
|
|
6662
6756
|
"__schema": "TypeRefSchema",
|
6663
6757
|
"location": {
|
6664
6758
|
"filePath": "importer.main.runtime.ts",
|
6665
|
-
"line":
|
6759
|
+
"line": 232,
|
6666
6760
|
"character": 6
|
6667
6761
|
},
|
6668
6762
|
"name": "Promise",
|
@@ -6671,7 +6765,7 @@
|
|
6671
6765
|
"__schema": "TypeRefSchema",
|
6672
6766
|
"location": {
|
6673
6767
|
"filePath": "importer.main.runtime.ts",
|
6674
|
-
"line":
|
6768
|
+
"line": 232,
|
6675
6769
|
"character": 14
|
6676
6770
|
},
|
6677
6771
|
"name": "ImportResult",
|
@@ -6687,14 +6781,14 @@
|
|
6687
6781
|
"__schema": "FunctionLikeSchema",
|
6688
6782
|
"location": {
|
6689
6783
|
"filePath": "importer.main.runtime.ts",
|
6690
|
-
"line":
|
6784
|
+
"line": 260,
|
6691
6785
|
"character": 3
|
6692
6786
|
},
|
6693
6787
|
"doc": {
|
6694
6788
|
"__schema": "DocSchema",
|
6695
6789
|
"location": {
|
6696
6790
|
"filePath": "importer.main.runtime.ts",
|
6697
|
-
"line":
|
6791
|
+
"line": 253,
|
6698
6792
|
"character": 3
|
6699
6793
|
},
|
6700
6794
|
"raw": "/**\n * get a Lane object from the remote.\n * `persistIfNotExists` saves the object in the local scope only if the lane is not there yet.\n * otherwise, it needs some merging mechanism, which is done differently whether it's export or import.\n * see `sources.mergeLane()` for export and `import-components._saveLaneDataIfNeeded()` for import.\n * in this case, because we only bring the lane object and not the components, it's not easy to do the merge.\n */",
|
@@ -6708,7 +6802,7 @@
|
|
6708
6802
|
"__schema": "ParameterSchema",
|
6709
6803
|
"location": {
|
6710
6804
|
"filePath": "importer.main.runtime.ts",
|
6711
|
-
"line":
|
6805
|
+
"line": 260,
|
6712
6806
|
"character": 26
|
6713
6807
|
},
|
6714
6808
|
"name": "laneId",
|
@@ -6716,7 +6810,7 @@
|
|
6716
6810
|
"__schema": "TypeRefSchema",
|
6717
6811
|
"location": {
|
6718
6812
|
"filePath": "importer.main.runtime.ts",
|
6719
|
-
"line":
|
6813
|
+
"line": 260,
|
6720
6814
|
"character": 34
|
6721
6815
|
},
|
6722
6816
|
"name": "LaneId",
|
@@ -6733,7 +6827,7 @@
|
|
6733
6827
|
"__schema": "ParameterSchema",
|
6734
6828
|
"location": {
|
6735
6829
|
"filePath": "importer.main.runtime.ts",
|
6736
|
-
"line":
|
6830
|
+
"line": 260,
|
6737
6831
|
"character": 42
|
6738
6832
|
},
|
6739
6833
|
"name": "persistIfNotExists",
|
@@ -6741,7 +6835,7 @@
|
|
6741
6835
|
"__schema": "InferenceTypeSchema",
|
6742
6836
|
"location": {
|
6743
6837
|
"filePath": "importer.main.runtime.ts",
|
6744
|
-
"line":
|
6838
|
+
"line": 260,
|
6745
6839
|
"character": 42
|
6746
6840
|
},
|
6747
6841
|
"type": "boolean"
|
@@ -6754,7 +6848,7 @@
|
|
6754
6848
|
"__schema": "ParameterSchema",
|
6755
6849
|
"location": {
|
6756
6850
|
"filePath": "importer.main.runtime.ts",
|
6757
|
-
"line":
|
6851
|
+
"line": 260,
|
6758
6852
|
"character": 69
|
6759
6853
|
},
|
6760
6854
|
"name": "includeLaneHistory",
|
@@ -6762,7 +6856,7 @@
|
|
6762
6856
|
"__schema": "InferenceTypeSchema",
|
6763
6857
|
"location": {
|
6764
6858
|
"filePath": "importer.main.runtime.ts",
|
6765
|
-
"line":
|
6859
|
+
"line": 260,
|
6766
6860
|
"character": 69
|
6767
6861
|
},
|
6768
6862
|
"type": "boolean"
|
@@ -6776,7 +6870,7 @@
|
|
6776
6870
|
"__schema": "TypeRefSchema",
|
6777
6871
|
"location": {
|
6778
6872
|
"filePath": "importer.main.runtime.ts",
|
6779
|
-
"line":
|
6873
|
+
"line": 260,
|
6780
6874
|
"character": 98
|
6781
6875
|
},
|
6782
6876
|
"name": "Promise",
|
@@ -6785,7 +6879,7 @@
|
|
6785
6879
|
"__schema": "TypeRefSchema",
|
6786
6880
|
"location": {
|
6787
6881
|
"filePath": "importer.main.runtime.ts",
|
6788
|
-
"line":
|
6882
|
+
"line": 260,
|
6789
6883
|
"character": 106
|
6790
6884
|
},
|
6791
6885
|
"name": "Lane",
|
@@ -6801,7 +6895,7 @@
|
|
6801
6895
|
"__schema": "FunctionLikeSchema",
|
6802
6896
|
"location": {
|
6803
6897
|
"filePath": "importer.main.runtime.ts",
|
6804
|
-
"line":
|
6898
|
+
"line": 277,
|
6805
6899
|
"character": 3
|
6806
6900
|
},
|
6807
6901
|
"signature": "(method) ImporterMain.importObjectsByHashes(hashes: string[], scope: string, reason?: string): Promise<void>",
|
@@ -6811,7 +6905,7 @@
|
|
6811
6905
|
"__schema": "ParameterSchema",
|
6812
6906
|
"location": {
|
6813
6907
|
"filePath": "importer.main.runtime.ts",
|
6814
|
-
"line":
|
6908
|
+
"line": 277,
|
6815
6909
|
"character": 31
|
6816
6910
|
},
|
6817
6911
|
"name": "hashes",
|
@@ -6819,14 +6913,14 @@
|
|
6819
6913
|
"__schema": "TypeArraySchema",
|
6820
6914
|
"location": {
|
6821
6915
|
"filePath": "importer.main.runtime.ts",
|
6822
|
-
"line":
|
6916
|
+
"line": 277,
|
6823
6917
|
"character": 39
|
6824
6918
|
},
|
6825
6919
|
"type": {
|
6826
6920
|
"__schema": "KeywordTypeSchema",
|
6827
6921
|
"location": {
|
6828
6922
|
"filePath": "importer.main.runtime.ts",
|
6829
|
-
"line":
|
6923
|
+
"line": 277,
|
6830
6924
|
"character": 39
|
6831
6925
|
},
|
6832
6926
|
"name": "string"
|
@@ -6839,7 +6933,7 @@
|
|
6839
6933
|
"__schema": "ParameterSchema",
|
6840
6934
|
"location": {
|
6841
6935
|
"filePath": "importer.main.runtime.ts",
|
6842
|
-
"line":
|
6936
|
+
"line": 277,
|
6843
6937
|
"character": 49
|
6844
6938
|
},
|
6845
6939
|
"name": "scope",
|
@@ -6847,7 +6941,7 @@
|
|
6847
6941
|
"__schema": "KeywordTypeSchema",
|
6848
6942
|
"location": {
|
6849
6943
|
"filePath": "importer.main.runtime.ts",
|
6850
|
-
"line":
|
6944
|
+
"line": 277,
|
6851
6945
|
"character": 56
|
6852
6946
|
},
|
6853
6947
|
"name": "string"
|
@@ -6859,7 +6953,7 @@
|
|
6859
6953
|
"__schema": "ParameterSchema",
|
6860
6954
|
"location": {
|
6861
6955
|
"filePath": "importer.main.runtime.ts",
|
6862
|
-
"line":
|
6956
|
+
"line": 277,
|
6863
6957
|
"character": 64
|
6864
6958
|
},
|
6865
6959
|
"name": "reason",
|
@@ -6867,7 +6961,7 @@
|
|
6867
6961
|
"__schema": "KeywordTypeSchema",
|
6868
6962
|
"location": {
|
6869
6963
|
"filePath": "importer.main.runtime.ts",
|
6870
|
-
"line":
|
6964
|
+
"line": 277,
|
6871
6965
|
"character": 73
|
6872
6966
|
},
|
6873
6967
|
"name": "string"
|
@@ -6880,7 +6974,7 @@
|
|
6880
6974
|
"__schema": "InferenceTypeSchema",
|
6881
6975
|
"location": {
|
6882
6976
|
"filePath": "importer.main.runtime.ts",
|
6883
|
-
"line":
|
6977
|
+
"line": 277,
|
6884
6978
|
"character": 3
|
6885
6979
|
},
|
6886
6980
|
"type": "Promise<void>"
|
@@ -6893,7 +6987,7 @@
|
|
6893
6987
|
"__schema": "VariableLikeSchema",
|
6894
6988
|
"location": {
|
6895
6989
|
"filePath": "importer.main.runtime.ts",
|
6896
|
-
"line":
|
6990
|
+
"line": 293,
|
6897
6991
|
"character": 3
|
6898
6992
|
},
|
6899
6993
|
"signature": "(property) ImporterMain.slots: never[]",
|
@@ -6902,7 +6996,7 @@
|
|
6902
6996
|
"__schema": "InferenceTypeSchema",
|
6903
6997
|
"location": {
|
6904
6998
|
"filePath": "importer.main.runtime.ts",
|
6905
|
-
"line":
|
6999
|
+
"line": 293,
|
6906
7000
|
"character": 3
|
6907
7001
|
},
|
6908
7002
|
"type": "never[]"
|
@@ -6914,7 +7008,7 @@
|
|
6914
7008
|
"__schema": "VariableLikeSchema",
|
6915
7009
|
"location": {
|
6916
7010
|
"filePath": "importer.main.runtime.ts",
|
6917
|
-
"line":
|
7011
|
+
"line": 294,
|
6918
7012
|
"character": 3
|
6919
7013
|
},
|
6920
7014
|
"signature": "(property) ImporterMain.dependencies: Aspect[]",
|
@@ -6923,19 +7017,19 @@
|
|
6923
7017
|
"__schema": "InferenceTypeSchema",
|
6924
7018
|
"location": {
|
6925
7019
|
"filePath": "importer.main.runtime.ts",
|
6926
|
-
"line":
|
7020
|
+
"line": 294,
|
6927
7021
|
"character": 3
|
6928
7022
|
},
|
6929
7023
|
"type": "Aspect[]"
|
6930
7024
|
},
|
6931
7025
|
"isOptional": true,
|
6932
|
-
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n DependencyResolverAspect,\n GraphAspect,\n ScopeAspect,\n ComponentWriterAspect,\n InstallAspect,\n EnvsAspect,\n LoggerAspect,\n ]"
|
7026
|
+
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n DependencyResolverAspect,\n GraphAspect,\n ScopeAspect,\n ComponentWriterAspect,\n InstallAspect,\n EnvsAspect,\n LoggerAspect,\n ListerAspect,\n ]"
|
6933
7027
|
},
|
6934
7028
|
{
|
6935
7029
|
"__schema": "VariableLikeSchema",
|
6936
7030
|
"location": {
|
6937
7031
|
"filePath": "importer.main.runtime.ts",
|
6938
|
-
"line":
|
7032
|
+
"line": 306,
|
6939
7033
|
"character": 3
|
6940
7034
|
},
|
6941
7035
|
"signature": "(property) ImporterMain.runtime: RuntimeDefinition",
|
@@ -6944,7 +7038,7 @@
|
|
6944
7038
|
"__schema": "InferenceTypeSchema",
|
6945
7039
|
"location": {
|
6946
7040
|
"filePath": "importer.main.runtime.ts",
|
6947
|
-
"line":
|
7041
|
+
"line": 306,
|
6948
7042
|
"character": 3
|
6949
7043
|
},
|
6950
7044
|
"type": "RuntimeDefinition"
|
@@ -6956,33 +7050,33 @@
|
|
6956
7050
|
"__schema": "FunctionLikeSchema",
|
6957
7051
|
"location": {
|
6958
7052
|
"filePath": "importer.main.runtime.ts",
|
6959
|
-
"line":
|
7053
|
+
"line": 307,
|
6960
7054
|
"character": 3
|
6961
7055
|
},
|
6962
|
-
"signature": "(method) ImporterMain.provider([cli, workspace, depResolver, graph, scope, componentWriter, install, envs, loggerMain]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n GraphMain,\n ScopeMain,\n ComponentWriterMain,\n InstallMain,\n EnvsMain,\n LoggerMain\n]): Promise<ImporterMain>",
|
7056
|
+
"signature": "(method) ImporterMain.provider([cli, workspace, depResolver, graph, scope, componentWriter, install, envs, loggerMain, lister,]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n GraphMain,\n ScopeMain,\n ComponentWriterMain,\n InstallMain,\n EnvsMain,\n LoggerMain,\n ListerMain\n]): Promise<ImporterMain>",
|
6963
7057
|
"name": "provider",
|
6964
7058
|
"params": [
|
6965
7059
|
{
|
6966
7060
|
"__schema": "ParameterSchema",
|
6967
7061
|
"location": {
|
6968
7062
|
"filePath": "importer.main.runtime.ts",
|
6969
|
-
"line":
|
7063
|
+
"line": 307,
|
6970
7064
|
"character": 25
|
6971
7065
|
},
|
6972
|
-
"name": "[ cli, workspace, depResolver, graph, scope, componentWriter, install, envs, loggerMain ]",
|
7066
|
+
"name": "[ cli, workspace, depResolver, graph, scope, componentWriter, install, envs, loggerMain, lister ]",
|
6973
7067
|
"type": {
|
6974
7068
|
"__schema": "TupleTypeSchema",
|
6975
7069
|
"location": {
|
6976
7070
|
"filePath": "importer.main.runtime.ts",
|
6977
|
-
"line":
|
6978
|
-
"character":
|
7071
|
+
"line": 318,
|
7072
|
+
"character": 6
|
6979
7073
|
},
|
6980
7074
|
"elements": [
|
6981
7075
|
{
|
6982
7076
|
"__schema": "TypeRefSchema",
|
6983
7077
|
"location": {
|
6984
7078
|
"filePath": "importer.main.runtime.ts",
|
6985
|
-
"line":
|
7079
|
+
"line": 319,
|
6986
7080
|
"character": 5
|
6987
7081
|
},
|
6988
7082
|
"name": "CLIMain",
|
@@ -6995,7 +7089,7 @@
|
|
6995
7089
|
"__schema": "TypeRefSchema",
|
6996
7090
|
"location": {
|
6997
7091
|
"filePath": "importer.main.runtime.ts",
|
6998
|
-
"line":
|
7092
|
+
"line": 320,
|
6999
7093
|
"character": 5
|
7000
7094
|
},
|
7001
7095
|
"name": "Workspace",
|
@@ -7008,7 +7102,7 @@
|
|
7008
7102
|
"__schema": "TypeRefSchema",
|
7009
7103
|
"location": {
|
7010
7104
|
"filePath": "importer.main.runtime.ts",
|
7011
|
-
"line":
|
7105
|
+
"line": 321,
|
7012
7106
|
"character": 5
|
7013
7107
|
},
|
7014
7108
|
"name": "DependencyResolverMain",
|
@@ -7021,7 +7115,7 @@
|
|
7021
7115
|
"__schema": "TypeRefSchema",
|
7022
7116
|
"location": {
|
7023
7117
|
"filePath": "importer.main.runtime.ts",
|
7024
|
-
"line":
|
7118
|
+
"line": 322,
|
7025
7119
|
"character": 5
|
7026
7120
|
},
|
7027
7121
|
"name": "GraphMain",
|
@@ -7034,7 +7128,7 @@
|
|
7034
7128
|
"__schema": "TypeRefSchema",
|
7035
7129
|
"location": {
|
7036
7130
|
"filePath": "importer.main.runtime.ts",
|
7037
|
-
"line":
|
7131
|
+
"line": 323,
|
7038
7132
|
"character": 5
|
7039
7133
|
},
|
7040
7134
|
"name": "ScopeMain",
|
@@ -7047,7 +7141,7 @@
|
|
7047
7141
|
"__schema": "TypeRefSchema",
|
7048
7142
|
"location": {
|
7049
7143
|
"filePath": "importer.main.runtime.ts",
|
7050
|
-
"line":
|
7144
|
+
"line": 324,
|
7051
7145
|
"character": 5
|
7052
7146
|
},
|
7053
7147
|
"name": "ComponentWriterMain",
|
@@ -7060,7 +7154,7 @@
|
|
7060
7154
|
"__schema": "TypeRefSchema",
|
7061
7155
|
"location": {
|
7062
7156
|
"filePath": "importer.main.runtime.ts",
|
7063
|
-
"line":
|
7157
|
+
"line": 325,
|
7064
7158
|
"character": 5
|
7065
7159
|
},
|
7066
7160
|
"name": "InstallMain",
|
@@ -7073,7 +7167,7 @@
|
|
7073
7167
|
"__schema": "TypeRefSchema",
|
7074
7168
|
"location": {
|
7075
7169
|
"filePath": "importer.main.runtime.ts",
|
7076
|
-
"line":
|
7170
|
+
"line": 326,
|
7077
7171
|
"character": 5
|
7078
7172
|
},
|
7079
7173
|
"name": "EnvsMain",
|
@@ -7086,7 +7180,7 @@
|
|
7086
7180
|
"__schema": "TypeRefSchema",
|
7087
7181
|
"location": {
|
7088
7182
|
"filePath": "importer.main.runtime.ts",
|
7089
|
-
"line":
|
7183
|
+
"line": 327,
|
7090
7184
|
"character": 5
|
7091
7185
|
},
|
7092
7186
|
"name": "LoggerMain",
|
@@ -7094,6 +7188,19 @@
|
|
7094
7188
|
"scope": "teambit.harmony",
|
7095
7189
|
"name": "logger"
|
7096
7190
|
}
|
7191
|
+
},
|
7192
|
+
{
|
7193
|
+
"__schema": "TypeRefSchema",
|
7194
|
+
"location": {
|
7195
|
+
"filePath": "importer.main.runtime.ts",
|
7196
|
+
"line": 328,
|
7197
|
+
"character": 5
|
7198
|
+
},
|
7199
|
+
"name": "ListerMain",
|
7200
|
+
"componentId": {
|
7201
|
+
"scope": "teambit.component",
|
7202
|
+
"name": "lister"
|
7203
|
+
}
|
7097
7204
|
}
|
7098
7205
|
]
|
7099
7206
|
},
|
@@ -7105,7 +7212,7 @@
|
|
7105
7212
|
"__schema": "InferenceTypeSchema",
|
7106
7213
|
"location": {
|
7107
7214
|
"filePath": "importer.main.runtime.ts",
|
7108
|
-
"line":
|
7215
|
+
"line": 307,
|
7109
7216
|
"character": 3
|
7110
7217
|
},
|
7111
7218
|
"type": "Promise<ImporterMain>"
|
@@ -7125,7 +7232,7 @@
|
|
7125
7232
|
"__schema": "UnImplementedSchema",
|
7126
7233
|
"location": {
|
7127
7234
|
"filePath": "importer.main.runtime.ts",
|
7128
|
-
"line":
|
7235
|
+
"line": 346,
|
7129
7236
|
"character": 1
|
7130
7237
|
},
|
7131
7238
|
"name": "ImporterAspect.addRuntime(ImporterMain);",
|
@@ -7174,7 +7281,7 @@
|
|
7174
7281
|
"componentId": {
|
7175
7282
|
"scope": "teambit.scope",
|
7176
7283
|
"name": "importer",
|
7177
|
-
"version": "1.0.
|
7284
|
+
"version": "1.0.319"
|
7178
7285
|
},
|
7179
7286
|
"taggedModuleExports": []
|
7180
7287
|
}
|