@teambit/remove 1.0.487 → 1.0.489
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/schema.json +516 -183
- package/dist/delete-cmd.js +4 -4
- package/dist/delete-cmd.js.map +1 -1
- package/dist/delete-component-files.d.ts +1 -1
- package/dist/delete-component-files.js +5 -6
- package/dist/delete-component-files.js.map +1 -1
- package/dist/remove-cmd.js +4 -4
- package/dist/remove-cmd.js.map +1 -1
- package/dist/remove-components.d.ts +3 -3
- package/dist/remove-components.js +28 -35
- package/dist/remove-components.js.map +1 -1
- package/dist/remove.main.runtime.js +13 -13
- package/dist/remove.main.runtime.js.map +1 -1
- package/dist/removed-local-objects.d.ts +1 -1
- package/dist/removed-local-objects.js +4 -5
- package/dist/removed-local-objects.js.map +1 -1
- package/package.json +23 -16
- /package/dist/{preview-1733714450424.js → preview-1733851236714.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -57,7 +57,11 @@
|
|
|
57
57
|
"line": 46,
|
|
58
58
|
"character": 24
|
|
59
59
|
},
|
|
60
|
-
"name": "Workspace"
|
|
60
|
+
"name": "Workspace",
|
|
61
|
+
"componentId": {
|
|
62
|
+
"scope": "teambit.workspace",
|
|
63
|
+
"name": "workspace"
|
|
64
|
+
}
|
|
61
65
|
},
|
|
62
66
|
"isOptional": false,
|
|
63
67
|
"isSpread": false
|
|
@@ -77,7 +81,11 @@
|
|
|
77
81
|
"line": 47,
|
|
78
82
|
"character": 20
|
|
79
83
|
},
|
|
80
|
-
"name": "ScopeMain"
|
|
84
|
+
"name": "ScopeMain",
|
|
85
|
+
"componentId": {
|
|
86
|
+
"scope": "teambit.scope",
|
|
87
|
+
"name": "scope"
|
|
88
|
+
}
|
|
81
89
|
},
|
|
82
90
|
"isOptional": false,
|
|
83
91
|
"isSpread": false
|
|
@@ -97,7 +105,11 @@
|
|
|
97
105
|
"line": 48,
|
|
98
106
|
"character": 20
|
|
99
107
|
},
|
|
100
|
-
"name": "Logger"
|
|
108
|
+
"name": "Logger",
|
|
109
|
+
"componentId": {
|
|
110
|
+
"scope": "teambit.harmony",
|
|
111
|
+
"name": "logger"
|
|
112
|
+
}
|
|
101
113
|
},
|
|
102
114
|
"isOptional": false,
|
|
103
115
|
"isSpread": false
|
|
@@ -117,7 +129,11 @@
|
|
|
117
129
|
"line": 49,
|
|
118
130
|
"character": 23
|
|
119
131
|
},
|
|
120
|
-
"name": "ImporterMain"
|
|
132
|
+
"name": "ImporterMain",
|
|
133
|
+
"componentId": {
|
|
134
|
+
"scope": "teambit.scope",
|
|
135
|
+
"name": "importer"
|
|
136
|
+
}
|
|
121
137
|
},
|
|
122
138
|
"isOptional": false,
|
|
123
139
|
"isSpread": false
|
|
@@ -137,7 +153,11 @@
|
|
|
137
153
|
"line": 50,
|
|
138
154
|
"character": 26
|
|
139
155
|
},
|
|
140
|
-
"name": "DependencyResolverMain"
|
|
156
|
+
"name": "DependencyResolverMain",
|
|
157
|
+
"componentId": {
|
|
158
|
+
"scope": "teambit.dependencies",
|
|
159
|
+
"name": "dependency-resolver"
|
|
160
|
+
}
|
|
141
161
|
},
|
|
142
162
|
"isOptional": false,
|
|
143
163
|
"isSpread": false
|
|
@@ -157,7 +177,11 @@
|
|
|
157
177
|
"line": 51,
|
|
158
178
|
"character": 21
|
|
159
179
|
},
|
|
160
|
-
"name": "ListerMain"
|
|
180
|
+
"name": "ListerMain",
|
|
181
|
+
"componentId": {
|
|
182
|
+
"scope": "teambit.component",
|
|
183
|
+
"name": "lister"
|
|
184
|
+
}
|
|
161
185
|
},
|
|
162
186
|
"isOptional": false,
|
|
163
187
|
"isSpread": false
|
|
@@ -424,7 +448,8 @@
|
|
|
424
448
|
"line": 66,
|
|
425
449
|
"character": 15
|
|
426
450
|
},
|
|
427
|
-
"name": "RemoveComponentsResult"
|
|
451
|
+
"name": "RemoveComponentsResult",
|
|
452
|
+
"internalFilePath": "remove-components.ts"
|
|
428
453
|
}
|
|
429
454
|
]
|
|
430
455
|
},
|
|
@@ -475,7 +500,12 @@
|
|
|
475
500
|
"line": 89,
|
|
476
501
|
"character": 10
|
|
477
502
|
},
|
|
478
|
-
"name": "ComponentID"
|
|
503
|
+
"name": "ComponentID",
|
|
504
|
+
"componentId": {
|
|
505
|
+
"scope": "teambit.component",
|
|
506
|
+
"name": "component-id",
|
|
507
|
+
"version": "1.2.2"
|
|
508
|
+
}
|
|
479
509
|
}
|
|
480
510
|
},
|
|
481
511
|
"isOptional": false,
|
|
@@ -644,7 +674,8 @@
|
|
|
644
674
|
"line": 131,
|
|
645
675
|
"character": 54
|
|
646
676
|
},
|
|
647
|
-
"name": "DeleteOpts"
|
|
677
|
+
"name": "DeleteOpts",
|
|
678
|
+
"internalFilePath": "remove.main.runtime.ts"
|
|
648
679
|
},
|
|
649
680
|
"isOptional": true,
|
|
650
681
|
"defaultValue": "{}",
|
|
@@ -674,7 +705,11 @@
|
|
|
674
705
|
"line": 131,
|
|
675
706
|
"character": 80
|
|
676
707
|
},
|
|
677
|
-
"name": "Component"
|
|
708
|
+
"name": "Component",
|
|
709
|
+
"componentId": {
|
|
710
|
+
"scope": "teambit.component",
|
|
711
|
+
"name": "component"
|
|
712
|
+
}
|
|
678
713
|
}
|
|
679
714
|
}
|
|
680
715
|
]
|
|
@@ -739,7 +774,8 @@
|
|
|
739
774
|
"line": 179,
|
|
740
775
|
"character": 45
|
|
741
776
|
},
|
|
742
|
-
"name": "RecoverOptions"
|
|
777
|
+
"name": "RecoverOptions",
|
|
778
|
+
"internalFilePath": "recover-cmd.ts"
|
|
743
779
|
},
|
|
744
780
|
"isOptional": false,
|
|
745
781
|
"isSpread": false
|
|
@@ -794,7 +830,11 @@
|
|
|
794
830
|
"line": 265,
|
|
795
831
|
"character": 34
|
|
796
832
|
},
|
|
797
|
-
"name": "Component"
|
|
833
|
+
"name": "Component",
|
|
834
|
+
"componentId": {
|
|
835
|
+
"scope": "teambit.component",
|
|
836
|
+
"name": "component"
|
|
837
|
+
}
|
|
798
838
|
},
|
|
799
839
|
"isOptional": false,
|
|
800
840
|
"isSpread": false
|
|
@@ -871,7 +911,11 @@
|
|
|
871
911
|
"line": 300,
|
|
872
912
|
"character": 30
|
|
873
913
|
},
|
|
874
|
-
"name": "Component"
|
|
914
|
+
"name": "Component",
|
|
915
|
+
"componentId": {
|
|
916
|
+
"scope": "teambit.component",
|
|
917
|
+
"name": "component"
|
|
918
|
+
}
|
|
875
919
|
},
|
|
876
920
|
"isOptional": false,
|
|
877
921
|
"isSpread": false
|
|
@@ -937,7 +981,11 @@
|
|
|
937
981
|
"line": 307,
|
|
938
982
|
"character": 30
|
|
939
983
|
},
|
|
940
|
-
"name": "Component"
|
|
984
|
+
"name": "Component",
|
|
985
|
+
"componentId": {
|
|
986
|
+
"scope": "teambit.component",
|
|
987
|
+
"name": "component"
|
|
988
|
+
}
|
|
941
989
|
},
|
|
942
990
|
"isOptional": false,
|
|
943
991
|
"isSpread": false
|
|
@@ -1003,7 +1051,12 @@
|
|
|
1003
1051
|
"line": 315,
|
|
1004
1052
|
"character": 59
|
|
1005
1053
|
},
|
|
1006
|
-
"name": "ComponentID"
|
|
1054
|
+
"name": "ComponentID",
|
|
1055
|
+
"componentId": {
|
|
1056
|
+
"scope": "teambit.component",
|
|
1057
|
+
"name": "component-id",
|
|
1058
|
+
"version": "1.2.2"
|
|
1059
|
+
}
|
|
1007
1060
|
},
|
|
1008
1061
|
"isOptional": false,
|
|
1009
1062
|
"isSpread": false
|
|
@@ -1058,7 +1111,12 @@
|
|
|
1058
1111
|
"line": 329,
|
|
1059
1112
|
"character": 55
|
|
1060
1113
|
},
|
|
1061
|
-
"name": "ComponentID"
|
|
1114
|
+
"name": "ComponentID",
|
|
1115
|
+
"componentId": {
|
|
1116
|
+
"scope": "teambit.component",
|
|
1117
|
+
"name": "component-id",
|
|
1118
|
+
"version": "1.2.2"
|
|
1119
|
+
}
|
|
1062
1120
|
},
|
|
1063
1121
|
"isOptional": false,
|
|
1064
1122
|
"isSpread": false
|
|
@@ -1132,7 +1190,12 @@
|
|
|
1132
1190
|
"line": 338,
|
|
1133
1191
|
"character": 37
|
|
1134
1192
|
},
|
|
1135
|
-
"name": "ComponentID"
|
|
1193
|
+
"name": "ComponentID",
|
|
1194
|
+
"componentId": {
|
|
1195
|
+
"scope": "teambit.component",
|
|
1196
|
+
"name": "component-id",
|
|
1197
|
+
"version": "1.2.2"
|
|
1198
|
+
}
|
|
1136
1199
|
}
|
|
1137
1200
|
}
|
|
1138
1201
|
]
|
|
@@ -1173,7 +1236,11 @@
|
|
|
1173
1236
|
"line": 342,
|
|
1174
1237
|
"character": 50
|
|
1175
1238
|
},
|
|
1176
|
-
"name": "Component"
|
|
1239
|
+
"name": "Component",
|
|
1240
|
+
"componentId": {
|
|
1241
|
+
"scope": "teambit.component",
|
|
1242
|
+
"name": "component"
|
|
1243
|
+
}
|
|
1177
1244
|
}
|
|
1178
1245
|
},
|
|
1179
1246
|
"isOptional": false,
|
|
@@ -1289,7 +1356,11 @@
|
|
|
1289
1356
|
"line": 447,
|
|
1290
1357
|
"character": 5
|
|
1291
1358
|
},
|
|
1292
|
-
"name": "Workspace"
|
|
1359
|
+
"name": "Workspace",
|
|
1360
|
+
"componentId": {
|
|
1361
|
+
"scope": "teambit.workspace",
|
|
1362
|
+
"name": "workspace"
|
|
1363
|
+
}
|
|
1293
1364
|
},
|
|
1294
1365
|
{
|
|
1295
1366
|
"__schema": "TypeRefSchema",
|
|
@@ -1298,7 +1369,11 @@
|
|
|
1298
1369
|
"line": 448,
|
|
1299
1370
|
"character": 5
|
|
1300
1371
|
},
|
|
1301
|
-
"name": "ScopeMain"
|
|
1372
|
+
"name": "ScopeMain",
|
|
1373
|
+
"componentId": {
|
|
1374
|
+
"scope": "teambit.scope",
|
|
1375
|
+
"name": "scope"
|
|
1376
|
+
}
|
|
1302
1377
|
},
|
|
1303
1378
|
{
|
|
1304
1379
|
"__schema": "TypeRefSchema",
|
|
@@ -1307,7 +1382,11 @@
|
|
|
1307
1382
|
"line": 449,
|
|
1308
1383
|
"character": 5
|
|
1309
1384
|
},
|
|
1310
|
-
"name": "CLIMain"
|
|
1385
|
+
"name": "CLIMain",
|
|
1386
|
+
"componentId": {
|
|
1387
|
+
"scope": "teambit.harmony",
|
|
1388
|
+
"name": "cli"
|
|
1389
|
+
}
|
|
1311
1390
|
},
|
|
1312
1391
|
{
|
|
1313
1392
|
"__schema": "TypeRefSchema",
|
|
@@ -1316,7 +1395,11 @@
|
|
|
1316
1395
|
"line": 450,
|
|
1317
1396
|
"character": 5
|
|
1318
1397
|
},
|
|
1319
|
-
"name": "LoggerMain"
|
|
1398
|
+
"name": "LoggerMain",
|
|
1399
|
+
"componentId": {
|
|
1400
|
+
"scope": "teambit.harmony",
|
|
1401
|
+
"name": "logger"
|
|
1402
|
+
}
|
|
1320
1403
|
},
|
|
1321
1404
|
{
|
|
1322
1405
|
"__schema": "TypeRefSchema",
|
|
@@ -1325,7 +1408,11 @@
|
|
|
1325
1408
|
"line": 451,
|
|
1326
1409
|
"character": 5
|
|
1327
1410
|
},
|
|
1328
|
-
"name": "ComponentMain"
|
|
1411
|
+
"name": "ComponentMain",
|
|
1412
|
+
"componentId": {
|
|
1413
|
+
"scope": "teambit.component",
|
|
1414
|
+
"name": "component"
|
|
1415
|
+
}
|
|
1329
1416
|
},
|
|
1330
1417
|
{
|
|
1331
1418
|
"__schema": "TypeRefSchema",
|
|
@@ -1334,7 +1421,11 @@
|
|
|
1334
1421
|
"line": 452,
|
|
1335
1422
|
"character": 5
|
|
1336
1423
|
},
|
|
1337
|
-
"name": "ImporterMain"
|
|
1424
|
+
"name": "ImporterMain",
|
|
1425
|
+
"componentId": {
|
|
1426
|
+
"scope": "teambit.scope",
|
|
1427
|
+
"name": "importer"
|
|
1428
|
+
}
|
|
1338
1429
|
},
|
|
1339
1430
|
{
|
|
1340
1431
|
"__schema": "TypeRefSchema",
|
|
@@ -1343,7 +1434,11 @@
|
|
|
1343
1434
|
"line": 453,
|
|
1344
1435
|
"character": 5
|
|
1345
1436
|
},
|
|
1346
|
-
"name": "DependencyResolverMain"
|
|
1437
|
+
"name": "DependencyResolverMain",
|
|
1438
|
+
"componentId": {
|
|
1439
|
+
"scope": "teambit.dependencies",
|
|
1440
|
+
"name": "dependency-resolver"
|
|
1441
|
+
}
|
|
1347
1442
|
},
|
|
1348
1443
|
{
|
|
1349
1444
|
"__schema": "TypeRefSchema",
|
|
@@ -1352,7 +1447,11 @@
|
|
|
1352
1447
|
"line": 454,
|
|
1353
1448
|
"character": 5
|
|
1354
1449
|
},
|
|
1355
|
-
"name": "IssuesMain"
|
|
1450
|
+
"name": "IssuesMain",
|
|
1451
|
+
"componentId": {
|
|
1452
|
+
"scope": "teambit.component",
|
|
1453
|
+
"name": "issues"
|
|
1454
|
+
}
|
|
1356
1455
|
},
|
|
1357
1456
|
{
|
|
1358
1457
|
"__schema": "TypeRefSchema",
|
|
@@ -1361,7 +1460,11 @@
|
|
|
1361
1460
|
"line": 455,
|
|
1362
1461
|
"character": 5
|
|
1363
1462
|
},
|
|
1364
|
-
"name": "ListerMain"
|
|
1463
|
+
"name": "ListerMain",
|
|
1464
|
+
"componentId": {
|
|
1465
|
+
"scope": "teambit.component",
|
|
1466
|
+
"name": "lister"
|
|
1467
|
+
}
|
|
1365
1468
|
}
|
|
1366
1469
|
]
|
|
1367
1470
|
},
|
|
@@ -1569,7 +1672,12 @@
|
|
|
1569
1672
|
"line": 7,
|
|
1570
1673
|
"character": 27
|
|
1571
1674
|
},
|
|
1572
|
-
"name": "ComponentIdList"
|
|
1675
|
+
"name": "ComponentIdList",
|
|
1676
|
+
"componentId": {
|
|
1677
|
+
"scope": "teambit.component",
|
|
1678
|
+
"name": "component-id",
|
|
1679
|
+
"version": "1.2.2"
|
|
1680
|
+
}
|
|
1573
1681
|
},
|
|
1574
1682
|
"isOptional": true,
|
|
1575
1683
|
"isSpread": false
|
|
@@ -1589,7 +1697,12 @@
|
|
|
1589
1697
|
"line": 8,
|
|
1590
1698
|
"character": 25
|
|
1591
1699
|
},
|
|
1592
|
-
"name": "ComponentIdList"
|
|
1700
|
+
"name": "ComponentIdList",
|
|
1701
|
+
"componentId": {
|
|
1702
|
+
"scope": "teambit.component",
|
|
1703
|
+
"name": "component-id",
|
|
1704
|
+
"version": "1.2.2"
|
|
1705
|
+
}
|
|
1593
1706
|
},
|
|
1594
1707
|
"isOptional": true,
|
|
1595
1708
|
"isSpread": false
|
|
@@ -1609,7 +1722,12 @@
|
|
|
1609
1722
|
"line": 9,
|
|
1610
1723
|
"character": 26
|
|
1611
1724
|
},
|
|
1612
|
-
"name": "ComponentIdList"
|
|
1725
|
+
"name": "ComponentIdList",
|
|
1726
|
+
"componentId": {
|
|
1727
|
+
"scope": "teambit.component",
|
|
1728
|
+
"name": "component-id",
|
|
1729
|
+
"version": "1.2.2"
|
|
1730
|
+
}
|
|
1613
1731
|
},
|
|
1614
1732
|
"isOptional": true,
|
|
1615
1733
|
"isSpread": false
|
|
@@ -1669,7 +1787,12 @@
|
|
|
1669
1787
|
"line": 11,
|
|
1670
1788
|
"character": 23
|
|
1671
1789
|
},
|
|
1672
|
-
"name": "ComponentIdList"
|
|
1790
|
+
"name": "ComponentIdList",
|
|
1791
|
+
"componentId": {
|
|
1792
|
+
"scope": "teambit.component",
|
|
1793
|
+
"name": "component-id",
|
|
1794
|
+
"version": "1.2.2"
|
|
1795
|
+
}
|
|
1673
1796
|
},
|
|
1674
1797
|
"isOptional": true,
|
|
1675
1798
|
"isSpread": false
|
|
@@ -1709,7 +1832,7 @@
|
|
|
1709
1832
|
"_legacy": {
|
|
1710
1833
|
"scope": "teambit.component",
|
|
1711
1834
|
"name": "remove",
|
|
1712
|
-
"version": "1.0.
|
|
1835
|
+
"version": "1.0.489"
|
|
1713
1836
|
},
|
|
1714
1837
|
"_scope": "teambit.component"
|
|
1715
1838
|
}
|
|
@@ -1753,7 +1876,12 @@
|
|
|
1753
1876
|
"line": 6,
|
|
1754
1877
|
"character": 55
|
|
1755
1878
|
},
|
|
1756
|
-
"name": "Consumer"
|
|
1879
|
+
"name": "Consumer",
|
|
1880
|
+
"componentId": {
|
|
1881
|
+
"scope": "teambit.legacy",
|
|
1882
|
+
"name": "consumer",
|
|
1883
|
+
"version": "0.0.2"
|
|
1884
|
+
}
|
|
1757
1885
|
},
|
|
1758
1886
|
"isOptional": false,
|
|
1759
1887
|
"isSpread": false
|
|
@@ -1773,7 +1901,12 @@
|
|
|
1773
1901
|
"line": 6,
|
|
1774
1902
|
"character": 73
|
|
1775
1903
|
},
|
|
1776
|
-
"name": "ComponentIdList"
|
|
1904
|
+
"name": "ComponentIdList",
|
|
1905
|
+
"componentId": {
|
|
1906
|
+
"scope": "teambit.component",
|
|
1907
|
+
"name": "component-id",
|
|
1908
|
+
"version": "1.2.2"
|
|
1909
|
+
}
|
|
1777
1910
|
},
|
|
1778
1911
|
"isOptional": false,
|
|
1779
1912
|
"isSpread": false
|
|
@@ -1990,7 +2123,7 @@
|
|
|
1990
2123
|
"__schema": "FunctionLikeSchema",
|
|
1991
2124
|
"location": {
|
|
1992
2125
|
"filePath": "remove-components.ts",
|
|
1993
|
-
"line":
|
|
2126
|
+
"line": 185,
|
|
1994
2127
|
"character": 1
|
|
1995
2128
|
},
|
|
1996
2129
|
"signature": "function removeComponentsFromNodeModules(consumer: Consumer, components: ConsumerComponent[]): Promise<void[]>",
|
|
@@ -2000,7 +2133,7 @@
|
|
|
2000
2133
|
"__schema": "ParameterSchema",
|
|
2001
2134
|
"location": {
|
|
2002
2135
|
"filePath": "remove-components.ts",
|
|
2003
|
-
"line":
|
|
2136
|
+
"line": 185,
|
|
2004
2137
|
"character": 55
|
|
2005
2138
|
},
|
|
2006
2139
|
"name": "consumer",
|
|
@@ -2008,10 +2141,15 @@
|
|
|
2008
2141
|
"__schema": "TypeRefSchema",
|
|
2009
2142
|
"location": {
|
|
2010
2143
|
"filePath": "remove-components.ts",
|
|
2011
|
-
"line":
|
|
2144
|
+
"line": 185,
|
|
2012
2145
|
"character": 65
|
|
2013
2146
|
},
|
|
2014
|
-
"name": "Consumer"
|
|
2147
|
+
"name": "Consumer",
|
|
2148
|
+
"componentId": {
|
|
2149
|
+
"scope": "teambit.legacy",
|
|
2150
|
+
"name": "consumer",
|
|
2151
|
+
"version": "0.0.2"
|
|
2152
|
+
}
|
|
2015
2153
|
},
|
|
2016
2154
|
"isOptional": false,
|
|
2017
2155
|
"isSpread": false
|
|
@@ -2020,7 +2158,7 @@
|
|
|
2020
2158
|
"__schema": "ParameterSchema",
|
|
2021
2159
|
"location": {
|
|
2022
2160
|
"filePath": "remove-components.ts",
|
|
2023
|
-
"line":
|
|
2161
|
+
"line": 185,
|
|
2024
2162
|
"character": 75
|
|
2025
2163
|
},
|
|
2026
2164
|
"name": "components",
|
|
@@ -2028,17 +2166,22 @@
|
|
|
2028
2166
|
"__schema": "TypeArraySchema",
|
|
2029
2167
|
"location": {
|
|
2030
2168
|
"filePath": "remove-components.ts",
|
|
2031
|
-
"line":
|
|
2169
|
+
"line": 185,
|
|
2032
2170
|
"character": 87
|
|
2033
2171
|
},
|
|
2034
2172
|
"type": {
|
|
2035
2173
|
"__schema": "TypeRefSchema",
|
|
2036
2174
|
"location": {
|
|
2037
2175
|
"filePath": "remove-components.ts",
|
|
2038
|
-
"line":
|
|
2176
|
+
"line": 185,
|
|
2039
2177
|
"character": 87
|
|
2040
2178
|
},
|
|
2041
|
-
"name": "ConsumerComponent"
|
|
2179
|
+
"name": "ConsumerComponent",
|
|
2180
|
+
"componentId": {
|
|
2181
|
+
"scope": "teambit.legacy",
|
|
2182
|
+
"name": "consumer-component",
|
|
2183
|
+
"version": "0.0.3"
|
|
2184
|
+
}
|
|
2042
2185
|
}
|
|
2043
2186
|
},
|
|
2044
2187
|
"isOptional": false,
|
|
@@ -2049,7 +2192,7 @@
|
|
|
2049
2192
|
"__schema": "InferenceTypeSchema",
|
|
2050
2193
|
"location": {
|
|
2051
2194
|
"filePath": "remove-components.ts",
|
|
2052
|
-
"line":
|
|
2195
|
+
"line": 185,
|
|
2053
2196
|
"character": 1
|
|
2054
2197
|
},
|
|
2055
2198
|
"type": "Promise<void[]>"
|
|
@@ -2315,7 +2458,11 @@
|
|
|
2315
2458
|
"line": 46,
|
|
2316
2459
|
"character": 24
|
|
2317
2460
|
},
|
|
2318
|
-
"name": "Workspace"
|
|
2461
|
+
"name": "Workspace",
|
|
2462
|
+
"componentId": {
|
|
2463
|
+
"scope": "teambit.workspace",
|
|
2464
|
+
"name": "workspace"
|
|
2465
|
+
}
|
|
2319
2466
|
},
|
|
2320
2467
|
"isOptional": false,
|
|
2321
2468
|
"isSpread": false
|
|
@@ -2335,7 +2482,11 @@
|
|
|
2335
2482
|
"line": 47,
|
|
2336
2483
|
"character": 20
|
|
2337
2484
|
},
|
|
2338
|
-
"name": "ScopeMain"
|
|
2485
|
+
"name": "ScopeMain",
|
|
2486
|
+
"componentId": {
|
|
2487
|
+
"scope": "teambit.scope",
|
|
2488
|
+
"name": "scope"
|
|
2489
|
+
}
|
|
2339
2490
|
},
|
|
2340
2491
|
"isOptional": false,
|
|
2341
2492
|
"isSpread": false
|
|
@@ -2355,7 +2506,11 @@
|
|
|
2355
2506
|
"line": 48,
|
|
2356
2507
|
"character": 20
|
|
2357
2508
|
},
|
|
2358
|
-
"name": "Logger"
|
|
2509
|
+
"name": "Logger",
|
|
2510
|
+
"componentId": {
|
|
2511
|
+
"scope": "teambit.harmony",
|
|
2512
|
+
"name": "logger"
|
|
2513
|
+
}
|
|
2359
2514
|
},
|
|
2360
2515
|
"isOptional": false,
|
|
2361
2516
|
"isSpread": false
|
|
@@ -2375,7 +2530,11 @@
|
|
|
2375
2530
|
"line": 49,
|
|
2376
2531
|
"character": 23
|
|
2377
2532
|
},
|
|
2378
|
-
"name": "ImporterMain"
|
|
2533
|
+
"name": "ImporterMain",
|
|
2534
|
+
"componentId": {
|
|
2535
|
+
"scope": "teambit.scope",
|
|
2536
|
+
"name": "importer"
|
|
2537
|
+
}
|
|
2379
2538
|
},
|
|
2380
2539
|
"isOptional": false,
|
|
2381
2540
|
"isSpread": false
|
|
@@ -2395,7 +2554,11 @@
|
|
|
2395
2554
|
"line": 50,
|
|
2396
2555
|
"character": 26
|
|
2397
2556
|
},
|
|
2398
|
-
"name": "DependencyResolverMain"
|
|
2557
|
+
"name": "DependencyResolverMain",
|
|
2558
|
+
"componentId": {
|
|
2559
|
+
"scope": "teambit.dependencies",
|
|
2560
|
+
"name": "dependency-resolver"
|
|
2561
|
+
}
|
|
2399
2562
|
},
|
|
2400
2563
|
"isOptional": false,
|
|
2401
2564
|
"isSpread": false
|
|
@@ -2415,7 +2578,11 @@
|
|
|
2415
2578
|
"line": 51,
|
|
2416
2579
|
"character": 21
|
|
2417
2580
|
},
|
|
2418
|
-
"name": "ListerMain"
|
|
2581
|
+
"name": "ListerMain",
|
|
2582
|
+
"componentId": {
|
|
2583
|
+
"scope": "teambit.component",
|
|
2584
|
+
"name": "lister"
|
|
2585
|
+
}
|
|
2419
2586
|
},
|
|
2420
2587
|
"isOptional": false,
|
|
2421
2588
|
"isSpread": false
|
|
@@ -2682,7 +2849,8 @@
|
|
|
2682
2849
|
"line": 66,
|
|
2683
2850
|
"character": 15
|
|
2684
2851
|
},
|
|
2685
|
-
"name": "RemoveComponentsResult"
|
|
2852
|
+
"name": "RemoveComponentsResult",
|
|
2853
|
+
"internalFilePath": "remove-components.ts"
|
|
2686
2854
|
}
|
|
2687
2855
|
]
|
|
2688
2856
|
},
|
|
@@ -2733,7 +2901,12 @@
|
|
|
2733
2901
|
"line": 89,
|
|
2734
2902
|
"character": 10
|
|
2735
2903
|
},
|
|
2736
|
-
"name": "ComponentID"
|
|
2904
|
+
"name": "ComponentID",
|
|
2905
|
+
"componentId": {
|
|
2906
|
+
"scope": "teambit.component",
|
|
2907
|
+
"name": "component-id",
|
|
2908
|
+
"version": "1.2.2"
|
|
2909
|
+
}
|
|
2737
2910
|
}
|
|
2738
2911
|
},
|
|
2739
2912
|
"isOptional": false,
|
|
@@ -2902,7 +3075,8 @@
|
|
|
2902
3075
|
"line": 131,
|
|
2903
3076
|
"character": 54
|
|
2904
3077
|
},
|
|
2905
|
-
"name": "DeleteOpts"
|
|
3078
|
+
"name": "DeleteOpts",
|
|
3079
|
+
"internalFilePath": "remove.main.runtime.ts"
|
|
2906
3080
|
},
|
|
2907
3081
|
"isOptional": true,
|
|
2908
3082
|
"defaultValue": "{}",
|
|
@@ -2932,7 +3106,11 @@
|
|
|
2932
3106
|
"line": 131,
|
|
2933
3107
|
"character": 80
|
|
2934
3108
|
},
|
|
2935
|
-
"name": "Component"
|
|
3109
|
+
"name": "Component",
|
|
3110
|
+
"componentId": {
|
|
3111
|
+
"scope": "teambit.component",
|
|
3112
|
+
"name": "component"
|
|
3113
|
+
}
|
|
2936
3114
|
}
|
|
2937
3115
|
}
|
|
2938
3116
|
]
|
|
@@ -2997,7 +3175,8 @@
|
|
|
2997
3175
|
"line": 179,
|
|
2998
3176
|
"character": 45
|
|
2999
3177
|
},
|
|
3000
|
-
"name": "RecoverOptions"
|
|
3178
|
+
"name": "RecoverOptions",
|
|
3179
|
+
"internalFilePath": "recover-cmd.ts"
|
|
3001
3180
|
},
|
|
3002
3181
|
"isOptional": false,
|
|
3003
3182
|
"isSpread": false
|
|
@@ -3052,7 +3231,11 @@
|
|
|
3052
3231
|
"line": 265,
|
|
3053
3232
|
"character": 34
|
|
3054
3233
|
},
|
|
3055
|
-
"name": "Component"
|
|
3234
|
+
"name": "Component",
|
|
3235
|
+
"componentId": {
|
|
3236
|
+
"scope": "teambit.component",
|
|
3237
|
+
"name": "component"
|
|
3238
|
+
}
|
|
3056
3239
|
},
|
|
3057
3240
|
"isOptional": false,
|
|
3058
3241
|
"isSpread": false
|
|
@@ -3129,7 +3312,11 @@
|
|
|
3129
3312
|
"line": 300,
|
|
3130
3313
|
"character": 30
|
|
3131
3314
|
},
|
|
3132
|
-
"name": "Component"
|
|
3315
|
+
"name": "Component",
|
|
3316
|
+
"componentId": {
|
|
3317
|
+
"scope": "teambit.component",
|
|
3318
|
+
"name": "component"
|
|
3319
|
+
}
|
|
3133
3320
|
},
|
|
3134
3321
|
"isOptional": false,
|
|
3135
3322
|
"isSpread": false
|
|
@@ -3195,7 +3382,11 @@
|
|
|
3195
3382
|
"line": 307,
|
|
3196
3383
|
"character": 30
|
|
3197
3384
|
},
|
|
3198
|
-
"name": "Component"
|
|
3385
|
+
"name": "Component",
|
|
3386
|
+
"componentId": {
|
|
3387
|
+
"scope": "teambit.component",
|
|
3388
|
+
"name": "component"
|
|
3389
|
+
}
|
|
3199
3390
|
},
|
|
3200
3391
|
"isOptional": false,
|
|
3201
3392
|
"isSpread": false
|
|
@@ -3261,7 +3452,12 @@
|
|
|
3261
3452
|
"line": 315,
|
|
3262
3453
|
"character": 59
|
|
3263
3454
|
},
|
|
3264
|
-
"name": "ComponentID"
|
|
3455
|
+
"name": "ComponentID",
|
|
3456
|
+
"componentId": {
|
|
3457
|
+
"scope": "teambit.component",
|
|
3458
|
+
"name": "component-id",
|
|
3459
|
+
"version": "1.2.2"
|
|
3460
|
+
}
|
|
3265
3461
|
},
|
|
3266
3462
|
"isOptional": false,
|
|
3267
3463
|
"isSpread": false
|
|
@@ -3316,7 +3512,12 @@
|
|
|
3316
3512
|
"line": 329,
|
|
3317
3513
|
"character": 55
|
|
3318
3514
|
},
|
|
3319
|
-
"name": "ComponentID"
|
|
3515
|
+
"name": "ComponentID",
|
|
3516
|
+
"componentId": {
|
|
3517
|
+
"scope": "teambit.component",
|
|
3518
|
+
"name": "component-id",
|
|
3519
|
+
"version": "1.2.2"
|
|
3520
|
+
}
|
|
3320
3521
|
},
|
|
3321
3522
|
"isOptional": false,
|
|
3322
3523
|
"isSpread": false
|
|
@@ -3390,7 +3591,12 @@
|
|
|
3390
3591
|
"line": 338,
|
|
3391
3592
|
"character": 37
|
|
3392
3593
|
},
|
|
3393
|
-
"name": "ComponentID"
|
|
3594
|
+
"name": "ComponentID",
|
|
3595
|
+
"componentId": {
|
|
3596
|
+
"scope": "teambit.component",
|
|
3597
|
+
"name": "component-id",
|
|
3598
|
+
"version": "1.2.2"
|
|
3599
|
+
}
|
|
3394
3600
|
}
|
|
3395
3601
|
}
|
|
3396
3602
|
]
|
|
@@ -3431,7 +3637,11 @@
|
|
|
3431
3637
|
"line": 342,
|
|
3432
3638
|
"character": 50
|
|
3433
3639
|
},
|
|
3434
|
-
"name": "Component"
|
|
3640
|
+
"name": "Component",
|
|
3641
|
+
"componentId": {
|
|
3642
|
+
"scope": "teambit.component",
|
|
3643
|
+
"name": "component"
|
|
3644
|
+
}
|
|
3435
3645
|
}
|
|
3436
3646
|
},
|
|
3437
3647
|
"isOptional": false,
|
|
@@ -3547,7 +3757,11 @@
|
|
|
3547
3757
|
"line": 447,
|
|
3548
3758
|
"character": 5
|
|
3549
3759
|
},
|
|
3550
|
-
"name": "Workspace"
|
|
3760
|
+
"name": "Workspace",
|
|
3761
|
+
"componentId": {
|
|
3762
|
+
"scope": "teambit.workspace",
|
|
3763
|
+
"name": "workspace"
|
|
3764
|
+
}
|
|
3551
3765
|
},
|
|
3552
3766
|
{
|
|
3553
3767
|
"__schema": "TypeRefSchema",
|
|
@@ -3556,7 +3770,11 @@
|
|
|
3556
3770
|
"line": 448,
|
|
3557
3771
|
"character": 5
|
|
3558
3772
|
},
|
|
3559
|
-
"name": "ScopeMain"
|
|
3773
|
+
"name": "ScopeMain",
|
|
3774
|
+
"componentId": {
|
|
3775
|
+
"scope": "teambit.scope",
|
|
3776
|
+
"name": "scope"
|
|
3777
|
+
}
|
|
3560
3778
|
},
|
|
3561
3779
|
{
|
|
3562
3780
|
"__schema": "TypeRefSchema",
|
|
@@ -3565,7 +3783,11 @@
|
|
|
3565
3783
|
"line": 449,
|
|
3566
3784
|
"character": 5
|
|
3567
3785
|
},
|
|
3568
|
-
"name": "CLIMain"
|
|
3786
|
+
"name": "CLIMain",
|
|
3787
|
+
"componentId": {
|
|
3788
|
+
"scope": "teambit.harmony",
|
|
3789
|
+
"name": "cli"
|
|
3790
|
+
}
|
|
3569
3791
|
},
|
|
3570
3792
|
{
|
|
3571
3793
|
"__schema": "TypeRefSchema",
|
|
@@ -3574,7 +3796,11 @@
|
|
|
3574
3796
|
"line": 450,
|
|
3575
3797
|
"character": 5
|
|
3576
3798
|
},
|
|
3577
|
-
"name": "LoggerMain"
|
|
3799
|
+
"name": "LoggerMain",
|
|
3800
|
+
"componentId": {
|
|
3801
|
+
"scope": "teambit.harmony",
|
|
3802
|
+
"name": "logger"
|
|
3803
|
+
}
|
|
3578
3804
|
},
|
|
3579
3805
|
{
|
|
3580
3806
|
"__schema": "TypeRefSchema",
|
|
@@ -3583,7 +3809,11 @@
|
|
|
3583
3809
|
"line": 451,
|
|
3584
3810
|
"character": 5
|
|
3585
3811
|
},
|
|
3586
|
-
"name": "ComponentMain"
|
|
3812
|
+
"name": "ComponentMain",
|
|
3813
|
+
"componentId": {
|
|
3814
|
+
"scope": "teambit.component",
|
|
3815
|
+
"name": "component"
|
|
3816
|
+
}
|
|
3587
3817
|
},
|
|
3588
3818
|
{
|
|
3589
3819
|
"__schema": "TypeRefSchema",
|
|
@@ -3592,7 +3822,11 @@
|
|
|
3592
3822
|
"line": 452,
|
|
3593
3823
|
"character": 5
|
|
3594
3824
|
},
|
|
3595
|
-
"name": "ImporterMain"
|
|
3825
|
+
"name": "ImporterMain",
|
|
3826
|
+
"componentId": {
|
|
3827
|
+
"scope": "teambit.scope",
|
|
3828
|
+
"name": "importer"
|
|
3829
|
+
}
|
|
3596
3830
|
},
|
|
3597
3831
|
{
|
|
3598
3832
|
"__schema": "TypeRefSchema",
|
|
@@ -3601,7 +3835,11 @@
|
|
|
3601
3835
|
"line": 453,
|
|
3602
3836
|
"character": 5
|
|
3603
3837
|
},
|
|
3604
|
-
"name": "DependencyResolverMain"
|
|
3838
|
+
"name": "DependencyResolverMain",
|
|
3839
|
+
"componentId": {
|
|
3840
|
+
"scope": "teambit.dependencies",
|
|
3841
|
+
"name": "dependency-resolver"
|
|
3842
|
+
}
|
|
3605
3843
|
},
|
|
3606
3844
|
{
|
|
3607
3845
|
"__schema": "TypeRefSchema",
|
|
@@ -3610,7 +3848,11 @@
|
|
|
3610
3848
|
"line": 454,
|
|
3611
3849
|
"character": 5
|
|
3612
3850
|
},
|
|
3613
|
-
"name": "IssuesMain"
|
|
3851
|
+
"name": "IssuesMain",
|
|
3852
|
+
"componentId": {
|
|
3853
|
+
"scope": "teambit.component",
|
|
3854
|
+
"name": "issues"
|
|
3855
|
+
}
|
|
3614
3856
|
},
|
|
3615
3857
|
{
|
|
3616
3858
|
"__schema": "TypeRefSchema",
|
|
@@ -3619,7 +3861,11 @@
|
|
|
3619
3861
|
"line": 455,
|
|
3620
3862
|
"character": 5
|
|
3621
3863
|
},
|
|
3622
|
-
"name": "ListerMain"
|
|
3864
|
+
"name": "ListerMain",
|
|
3865
|
+
"componentId": {
|
|
3866
|
+
"scope": "teambit.component",
|
|
3867
|
+
"name": "lister"
|
|
3868
|
+
}
|
|
3623
3869
|
}
|
|
3624
3870
|
]
|
|
3625
3871
|
},
|
|
@@ -3769,7 +4015,12 @@
|
|
|
3769
4015
|
"line": 7,
|
|
3770
4016
|
"character": 27
|
|
3771
4017
|
},
|
|
3772
|
-
"name": "ComponentIdList"
|
|
4018
|
+
"name": "ComponentIdList",
|
|
4019
|
+
"componentId": {
|
|
4020
|
+
"scope": "teambit.component",
|
|
4021
|
+
"name": "component-id",
|
|
4022
|
+
"version": "1.2.2"
|
|
4023
|
+
}
|
|
3773
4024
|
},
|
|
3774
4025
|
"isOptional": true,
|
|
3775
4026
|
"isSpread": false
|
|
@@ -3789,7 +4040,12 @@
|
|
|
3789
4040
|
"line": 8,
|
|
3790
4041
|
"character": 25
|
|
3791
4042
|
},
|
|
3792
|
-
"name": "ComponentIdList"
|
|
4043
|
+
"name": "ComponentIdList",
|
|
4044
|
+
"componentId": {
|
|
4045
|
+
"scope": "teambit.component",
|
|
4046
|
+
"name": "component-id",
|
|
4047
|
+
"version": "1.2.2"
|
|
4048
|
+
}
|
|
3793
4049
|
},
|
|
3794
4050
|
"isOptional": true,
|
|
3795
4051
|
"isSpread": false
|
|
@@ -3809,7 +4065,12 @@
|
|
|
3809
4065
|
"line": 9,
|
|
3810
4066
|
"character": 26
|
|
3811
4067
|
},
|
|
3812
|
-
"name": "ComponentIdList"
|
|
4068
|
+
"name": "ComponentIdList",
|
|
4069
|
+
"componentId": {
|
|
4070
|
+
"scope": "teambit.component",
|
|
4071
|
+
"name": "component-id",
|
|
4072
|
+
"version": "1.2.2"
|
|
4073
|
+
}
|
|
3813
4074
|
},
|
|
3814
4075
|
"isOptional": true,
|
|
3815
4076
|
"isSpread": false
|
|
@@ -3869,7 +4130,12 @@
|
|
|
3869
4130
|
"line": 11,
|
|
3870
4131
|
"character": 23
|
|
3871
4132
|
},
|
|
3872
|
-
"name": "ComponentIdList"
|
|
4133
|
+
"name": "ComponentIdList",
|
|
4134
|
+
"componentId": {
|
|
4135
|
+
"scope": "teambit.component",
|
|
4136
|
+
"name": "component-id",
|
|
4137
|
+
"version": "1.2.2"
|
|
4138
|
+
}
|
|
3873
4139
|
},
|
|
3874
4140
|
"isOptional": true,
|
|
3875
4141
|
"isSpread": false
|
|
@@ -3909,7 +4175,7 @@
|
|
|
3909
4175
|
"_legacy": {
|
|
3910
4176
|
"scope": "teambit.component",
|
|
3911
4177
|
"name": "remove",
|
|
3912
|
-
"version": "1.0.
|
|
4178
|
+
"version": "1.0.489"
|
|
3913
4179
|
},
|
|
3914
4180
|
"_scope": "teambit.component"
|
|
3915
4181
|
}
|
|
@@ -3954,7 +4220,12 @@
|
|
|
3954
4220
|
"line": 6,
|
|
3955
4221
|
"character": 55
|
|
3956
4222
|
},
|
|
3957
|
-
"name": "Consumer"
|
|
4223
|
+
"name": "Consumer",
|
|
4224
|
+
"componentId": {
|
|
4225
|
+
"scope": "teambit.legacy",
|
|
4226
|
+
"name": "consumer",
|
|
4227
|
+
"version": "0.0.2"
|
|
4228
|
+
}
|
|
3958
4229
|
},
|
|
3959
4230
|
"isOptional": false,
|
|
3960
4231
|
"isSpread": false
|
|
@@ -3974,7 +4245,12 @@
|
|
|
3974
4245
|
"line": 6,
|
|
3975
4246
|
"character": 73
|
|
3976
4247
|
},
|
|
3977
|
-
"name": "ComponentIdList"
|
|
4248
|
+
"name": "ComponentIdList",
|
|
4249
|
+
"componentId": {
|
|
4250
|
+
"scope": "teambit.component",
|
|
4251
|
+
"name": "component-id",
|
|
4252
|
+
"version": "1.2.2"
|
|
4253
|
+
}
|
|
3978
4254
|
},
|
|
3979
4255
|
"isOptional": false,
|
|
3980
4256
|
"isSpread": false
|
|
@@ -4009,7 +4285,7 @@
|
|
|
4009
4285
|
"__schema": "TypeSchema",
|
|
4010
4286
|
"location": {
|
|
4011
4287
|
"filePath": "remove-components.ts",
|
|
4012
|
-
"line":
|
|
4288
|
+
"line": 21,
|
|
4013
4289
|
"character": 1
|
|
4014
4290
|
},
|
|
4015
4291
|
"signature": "type RemoveComponentsResult = {\n localResult: RemovedLocalObjects;\n remoteResult: RemovedObjects[];\n}",
|
|
@@ -4018,7 +4294,7 @@
|
|
|
4018
4294
|
"__schema": "TypeLiteralSchema",
|
|
4019
4295
|
"location": {
|
|
4020
4296
|
"filePath": "remove-components.ts",
|
|
4021
|
-
"line":
|
|
4297
|
+
"line": 21,
|
|
4022
4298
|
"character": 38
|
|
4023
4299
|
},
|
|
4024
4300
|
"members": [
|
|
@@ -4026,7 +4302,7 @@
|
|
|
4026
4302
|
"__schema": "VariableLikeSchema",
|
|
4027
4303
|
"location": {
|
|
4028
4304
|
"filePath": "remove-components.ts",
|
|
4029
|
-
"line":
|
|
4305
|
+
"line": 21,
|
|
4030
4306
|
"character": 40
|
|
4031
4307
|
},
|
|
4032
4308
|
"signature": "(property) localResult: RemovedLocalObjects",
|
|
@@ -4035,7 +4311,7 @@
|
|
|
4035
4311
|
"__schema": "TypeRefSchema",
|
|
4036
4312
|
"location": {
|
|
4037
4313
|
"filePath": "remove-components.ts",
|
|
4038
|
-
"line":
|
|
4314
|
+
"line": 21,
|
|
4039
4315
|
"character": 40
|
|
4040
4316
|
},
|
|
4041
4317
|
"name": "RemovedLocalObjects"
|
|
@@ -4046,7 +4322,7 @@
|
|
|
4046
4322
|
"__schema": "VariableLikeSchema",
|
|
4047
4323
|
"location": {
|
|
4048
4324
|
"filePath": "remove-components.ts",
|
|
4049
|
-
"line":
|
|
4325
|
+
"line": 21,
|
|
4050
4326
|
"character": 74
|
|
4051
4327
|
},
|
|
4052
4328
|
"signature": "(property) remoteResult: RemovedObjects[]",
|
|
@@ -4055,17 +4331,22 @@
|
|
|
4055
4331
|
"__schema": "TypeArraySchema",
|
|
4056
4332
|
"location": {
|
|
4057
4333
|
"filePath": "remove-components.ts",
|
|
4058
|
-
"line":
|
|
4334
|
+
"line": 21,
|
|
4059
4335
|
"character": 88
|
|
4060
4336
|
},
|
|
4061
4337
|
"type": {
|
|
4062
4338
|
"__schema": "TypeRefSchema",
|
|
4063
4339
|
"location": {
|
|
4064
4340
|
"filePath": "remove-components.ts",
|
|
4065
|
-
"line":
|
|
4341
|
+
"line": 21,
|
|
4066
4342
|
"character": 88
|
|
4067
4343
|
},
|
|
4068
|
-
"name": "RemovedObjects"
|
|
4344
|
+
"name": "RemovedObjects",
|
|
4345
|
+
"componentId": {
|
|
4346
|
+
"scope": "teambit.legacy",
|
|
4347
|
+
"name": "scope",
|
|
4348
|
+
"version": "0.0.2"
|
|
4349
|
+
}
|
|
4069
4350
|
}
|
|
4070
4351
|
},
|
|
4071
4352
|
"isOptional": false
|
|
@@ -4077,14 +4358,14 @@
|
|
|
4077
4358
|
"__schema": "FunctionLikeSchema",
|
|
4078
4359
|
"location": {
|
|
4079
4360
|
"filePath": "remove-components.ts",
|
|
4080
|
-
"line":
|
|
4361
|
+
"line": 32,
|
|
4081
4362
|
"character": 1
|
|
4082
4363
|
},
|
|
4083
4364
|
"doc": {
|
|
4084
4365
|
"__schema": "DocSchema",
|
|
4085
4366
|
"location": {
|
|
4086
4367
|
"filePath": "remove-components.ts",
|
|
4087
|
-
"line":
|
|
4368
|
+
"line": 23,
|
|
4088
4369
|
"character": 1
|
|
4089
4370
|
},
|
|
4090
4371
|
"raw": "/**\n * Remove components local and remote\n * splits array of ids into local and remote and removes according to flags\n * @param {string[]} ids - list of remote component ids to delete\n * @param {boolean} force - delete component that are used by other components.\n * @param {boolean} remote - delete component from a remote scope\n * @param {boolean} track - keep tracking local staged components in bitmap.\n * @param {boolean} deleteFiles - delete local added files from fs.\n */",
|
|
@@ -4094,7 +4375,7 @@
|
|
|
4094
4375
|
"__schema": "PropertyLikeTagSchema",
|
|
4095
4376
|
"location": {
|
|
4096
4377
|
"filePath": "remove-components.ts",
|
|
4097
|
-
"line":
|
|
4378
|
+
"line": 26,
|
|
4098
4379
|
"character": 4
|
|
4099
4380
|
},
|
|
4100
4381
|
"name": "ids",
|
|
@@ -4104,14 +4385,14 @@
|
|
|
4104
4385
|
"__schema": "TypeArraySchema",
|
|
4105
4386
|
"location": {
|
|
4106
4387
|
"filePath": "remove-components.ts",
|
|
4107
|
-
"line":
|
|
4388
|
+
"line": 26,
|
|
4108
4389
|
"character": 12
|
|
4109
4390
|
},
|
|
4110
4391
|
"type": {
|
|
4111
4392
|
"__schema": "KeywordTypeSchema",
|
|
4112
4393
|
"location": {
|
|
4113
4394
|
"filePath": "remove-components.ts",
|
|
4114
|
-
"line":
|
|
4395
|
+
"line": 26,
|
|
4115
4396
|
"character": 12
|
|
4116
4397
|
},
|
|
4117
4398
|
"name": "string"
|
|
@@ -4122,7 +4403,7 @@
|
|
|
4122
4403
|
"__schema": "PropertyLikeTagSchema",
|
|
4123
4404
|
"location": {
|
|
4124
4405
|
"filePath": "remove-components.ts",
|
|
4125
|
-
"line":
|
|
4406
|
+
"line": 27,
|
|
4126
4407
|
"character": 4
|
|
4127
4408
|
},
|
|
4128
4409
|
"name": "force",
|
|
@@ -4132,7 +4413,7 @@
|
|
|
4132
4413
|
"__schema": "KeywordTypeSchema",
|
|
4133
4414
|
"location": {
|
|
4134
4415
|
"filePath": "remove-components.ts",
|
|
4135
|
-
"line":
|
|
4416
|
+
"line": 27,
|
|
4136
4417
|
"character": 12
|
|
4137
4418
|
},
|
|
4138
4419
|
"name": "boolean"
|
|
@@ -4142,7 +4423,7 @@
|
|
|
4142
4423
|
"__schema": "PropertyLikeTagSchema",
|
|
4143
4424
|
"location": {
|
|
4144
4425
|
"filePath": "remove-components.ts",
|
|
4145
|
-
"line":
|
|
4426
|
+
"line": 28,
|
|
4146
4427
|
"character": 4
|
|
4147
4428
|
},
|
|
4148
4429
|
"name": "remote",
|
|
@@ -4152,7 +4433,7 @@
|
|
|
4152
4433
|
"__schema": "KeywordTypeSchema",
|
|
4153
4434
|
"location": {
|
|
4154
4435
|
"filePath": "remove-components.ts",
|
|
4155
|
-
"line":
|
|
4436
|
+
"line": 28,
|
|
4156
4437
|
"character": 12
|
|
4157
4438
|
},
|
|
4158
4439
|
"name": "boolean"
|
|
@@ -4162,7 +4443,7 @@
|
|
|
4162
4443
|
"__schema": "PropertyLikeTagSchema",
|
|
4163
4444
|
"location": {
|
|
4164
4445
|
"filePath": "remove-components.ts",
|
|
4165
|
-
"line":
|
|
4446
|
+
"line": 29,
|
|
4166
4447
|
"character": 4
|
|
4167
4448
|
},
|
|
4168
4449
|
"name": "track",
|
|
@@ -4172,7 +4453,7 @@
|
|
|
4172
4453
|
"__schema": "KeywordTypeSchema",
|
|
4173
4454
|
"location": {
|
|
4174
4455
|
"filePath": "remove-components.ts",
|
|
4175
|
-
"line":
|
|
4456
|
+
"line": 29,
|
|
4176
4457
|
"character": 12
|
|
4177
4458
|
},
|
|
4178
4459
|
"name": "boolean"
|
|
@@ -4182,7 +4463,7 @@
|
|
|
4182
4463
|
"__schema": "PropertyLikeTagSchema",
|
|
4183
4464
|
"location": {
|
|
4184
4465
|
"filePath": "remove-components.ts",
|
|
4185
|
-
"line":
|
|
4466
|
+
"line": 30,
|
|
4186
4467
|
"character": 4
|
|
4187
4468
|
},
|
|
4188
4469
|
"name": "deleteFiles",
|
|
@@ -4192,7 +4473,7 @@
|
|
|
4192
4473
|
"__schema": "KeywordTypeSchema",
|
|
4193
4474
|
"location": {
|
|
4194
4475
|
"filePath": "remove-components.ts",
|
|
4195
|
-
"line":
|
|
4476
|
+
"line": 30,
|
|
4196
4477
|
"character": 12
|
|
4197
4478
|
},
|
|
4198
4479
|
"name": "boolean"
|
|
@@ -4207,7 +4488,7 @@
|
|
|
4207
4488
|
"__schema": "ParameterSchema",
|
|
4208
4489
|
"location": {
|
|
4209
4490
|
"filePath": "remove-components.ts",
|
|
4210
|
-
"line":
|
|
4491
|
+
"line": 32,
|
|
4211
4492
|
"character": 40
|
|
4212
4493
|
},
|
|
4213
4494
|
"name": "{ workspace, ids, force, remote, track, deleteFiles }",
|
|
@@ -4215,7 +4496,7 @@
|
|
|
4215
4496
|
"__schema": "TypeLiteralSchema",
|
|
4216
4497
|
"location": {
|
|
4217
4498
|
"filePath": "remove-components.ts",
|
|
4218
|
-
"line":
|
|
4499
|
+
"line": 39,
|
|
4219
4500
|
"character": 4
|
|
4220
4501
|
},
|
|
4221
4502
|
"members": [
|
|
@@ -4223,7 +4504,7 @@
|
|
|
4223
4504
|
"__schema": "VariableLikeSchema",
|
|
4224
4505
|
"location": {
|
|
4225
4506
|
"filePath": "remove-components.ts",
|
|
4226
|
-
"line":
|
|
4507
|
+
"line": 40,
|
|
4227
4508
|
"character": 3
|
|
4228
4509
|
},
|
|
4229
4510
|
"signature": "(property) workspace?: Workspace | undefined",
|
|
@@ -4232,10 +4513,14 @@
|
|
|
4232
4513
|
"__schema": "TypeRefSchema",
|
|
4233
4514
|
"location": {
|
|
4234
4515
|
"filePath": "remove-components.ts",
|
|
4235
|
-
"line":
|
|
4516
|
+
"line": 40,
|
|
4236
4517
|
"character": 15
|
|
4237
4518
|
},
|
|
4238
|
-
"name": "Workspace"
|
|
4519
|
+
"name": "Workspace",
|
|
4520
|
+
"componentId": {
|
|
4521
|
+
"scope": "teambit.workspace",
|
|
4522
|
+
"name": "workspace"
|
|
4523
|
+
}
|
|
4239
4524
|
},
|
|
4240
4525
|
"isOptional": true
|
|
4241
4526
|
},
|
|
@@ -4243,7 +4528,7 @@
|
|
|
4243
4528
|
"__schema": "VariableLikeSchema",
|
|
4244
4529
|
"location": {
|
|
4245
4530
|
"filePath": "remove-components.ts",
|
|
4246
|
-
"line":
|
|
4531
|
+
"line": 41,
|
|
4247
4532
|
"character": 3
|
|
4248
4533
|
},
|
|
4249
4534
|
"signature": "(property) ids: ComponentIdList",
|
|
@@ -4252,7 +4537,7 @@
|
|
|
4252
4537
|
"__schema": "TypeRefSchema",
|
|
4253
4538
|
"location": {
|
|
4254
4539
|
"filePath": "remove-components.ts",
|
|
4255
|
-
"line":
|
|
4540
|
+
"line": 41,
|
|
4256
4541
|
"character": 3
|
|
4257
4542
|
},
|
|
4258
4543
|
"name": "ComponentIdList",
|
|
@@ -4268,7 +4553,7 @@
|
|
|
4268
4553
|
"__schema": "VariableLikeSchema",
|
|
4269
4554
|
"location": {
|
|
4270
4555
|
"filePath": "remove-components.ts",
|
|
4271
|
-
"line":
|
|
4556
|
+
"line": 42,
|
|
4272
4557
|
"character": 3
|
|
4273
4558
|
},
|
|
4274
4559
|
"signature": "(property) force: boolean",
|
|
@@ -4277,7 +4562,7 @@
|
|
|
4277
4562
|
"__schema": "KeywordTypeSchema",
|
|
4278
4563
|
"location": {
|
|
4279
4564
|
"filePath": "remove-components.ts",
|
|
4280
|
-
"line":
|
|
4565
|
+
"line": 42,
|
|
4281
4566
|
"character": 10
|
|
4282
4567
|
},
|
|
4283
4568
|
"name": "boolean"
|
|
@@ -4288,7 +4573,7 @@
|
|
|
4288
4573
|
"__schema": "VariableLikeSchema",
|
|
4289
4574
|
"location": {
|
|
4290
4575
|
"filePath": "remove-components.ts",
|
|
4291
|
-
"line":
|
|
4576
|
+
"line": 43,
|
|
4292
4577
|
"character": 3
|
|
4293
4578
|
},
|
|
4294
4579
|
"signature": "(property) remote: boolean",
|
|
@@ -4297,7 +4582,7 @@
|
|
|
4297
4582
|
"__schema": "KeywordTypeSchema",
|
|
4298
4583
|
"location": {
|
|
4299
4584
|
"filePath": "remove-components.ts",
|
|
4300
|
-
"line":
|
|
4585
|
+
"line": 43,
|
|
4301
4586
|
"character": 11
|
|
4302
4587
|
},
|
|
4303
4588
|
"name": "boolean"
|
|
@@ -4308,7 +4593,7 @@
|
|
|
4308
4593
|
"__schema": "VariableLikeSchema",
|
|
4309
4594
|
"location": {
|
|
4310
4595
|
"filePath": "remove-components.ts",
|
|
4311
|
-
"line":
|
|
4596
|
+
"line": 44,
|
|
4312
4597
|
"character": 3
|
|
4313
4598
|
},
|
|
4314
4599
|
"signature": "(property) track: boolean",
|
|
@@ -4317,7 +4602,7 @@
|
|
|
4317
4602
|
"__schema": "KeywordTypeSchema",
|
|
4318
4603
|
"location": {
|
|
4319
4604
|
"filePath": "remove-components.ts",
|
|
4320
|
-
"line":
|
|
4605
|
+
"line": 44,
|
|
4321
4606
|
"character": 10
|
|
4322
4607
|
},
|
|
4323
4608
|
"name": "boolean"
|
|
@@ -4328,7 +4613,7 @@
|
|
|
4328
4613
|
"__schema": "VariableLikeSchema",
|
|
4329
4614
|
"location": {
|
|
4330
4615
|
"filePath": "remove-components.ts",
|
|
4331
|
-
"line":
|
|
4616
|
+
"line": 45,
|
|
4332
4617
|
"character": 3
|
|
4333
4618
|
},
|
|
4334
4619
|
"signature": "(property) deleteFiles: boolean",
|
|
@@ -4337,7 +4622,7 @@
|
|
|
4337
4622
|
"__schema": "KeywordTypeSchema",
|
|
4338
4623
|
"location": {
|
|
4339
4624
|
"filePath": "remove-components.ts",
|
|
4340
|
-
"line":
|
|
4625
|
+
"line": 45,
|
|
4341
4626
|
"character": 16
|
|
4342
4627
|
},
|
|
4343
4628
|
"name": "boolean"
|
|
@@ -4352,7 +4637,7 @@
|
|
|
4352
4637
|
"__schema": "VariableLikeSchema",
|
|
4353
4638
|
"location": {
|
|
4354
4639
|
"filePath": "remove-components.ts",
|
|
4355
|
-
"line":
|
|
4640
|
+
"line": 40,
|
|
4356
4641
|
"character": 3
|
|
4357
4642
|
},
|
|
4358
4643
|
"signature": "(property) workspace?: Workspace | undefined",
|
|
@@ -4361,10 +4646,14 @@
|
|
|
4361
4646
|
"__schema": "TypeRefSchema",
|
|
4362
4647
|
"location": {
|
|
4363
4648
|
"filePath": "remove-components.ts",
|
|
4364
|
-
"line":
|
|
4649
|
+
"line": 40,
|
|
4365
4650
|
"character": 15
|
|
4366
4651
|
},
|
|
4367
|
-
"name": "Workspace"
|
|
4652
|
+
"name": "Workspace",
|
|
4653
|
+
"componentId": {
|
|
4654
|
+
"scope": "teambit.workspace",
|
|
4655
|
+
"name": "workspace"
|
|
4656
|
+
}
|
|
4368
4657
|
},
|
|
4369
4658
|
"isOptional": true
|
|
4370
4659
|
},
|
|
@@ -4372,7 +4661,7 @@
|
|
|
4372
4661
|
"__schema": "VariableLikeSchema",
|
|
4373
4662
|
"location": {
|
|
4374
4663
|
"filePath": "remove-components.ts",
|
|
4375
|
-
"line":
|
|
4664
|
+
"line": 41,
|
|
4376
4665
|
"character": 3
|
|
4377
4666
|
},
|
|
4378
4667
|
"signature": "(property) ids: ComponentIdList",
|
|
@@ -4381,7 +4670,7 @@
|
|
|
4381
4670
|
"__schema": "TypeRefSchema",
|
|
4382
4671
|
"location": {
|
|
4383
4672
|
"filePath": "remove-components.ts",
|
|
4384
|
-
"line":
|
|
4673
|
+
"line": 41,
|
|
4385
4674
|
"character": 3
|
|
4386
4675
|
},
|
|
4387
4676
|
"name": "ComponentIdList",
|
|
@@ -4397,7 +4686,7 @@
|
|
|
4397
4686
|
"__schema": "VariableLikeSchema",
|
|
4398
4687
|
"location": {
|
|
4399
4688
|
"filePath": "remove-components.ts",
|
|
4400
|
-
"line":
|
|
4689
|
+
"line": 42,
|
|
4401
4690
|
"character": 3
|
|
4402
4691
|
},
|
|
4403
4692
|
"signature": "(property) force: boolean",
|
|
@@ -4406,7 +4695,7 @@
|
|
|
4406
4695
|
"__schema": "KeywordTypeSchema",
|
|
4407
4696
|
"location": {
|
|
4408
4697
|
"filePath": "remove-components.ts",
|
|
4409
|
-
"line":
|
|
4698
|
+
"line": 42,
|
|
4410
4699
|
"character": 10
|
|
4411
4700
|
},
|
|
4412
4701
|
"name": "boolean"
|
|
@@ -4417,7 +4706,7 @@
|
|
|
4417
4706
|
"__schema": "VariableLikeSchema",
|
|
4418
4707
|
"location": {
|
|
4419
4708
|
"filePath": "remove-components.ts",
|
|
4420
|
-
"line":
|
|
4709
|
+
"line": 43,
|
|
4421
4710
|
"character": 3
|
|
4422
4711
|
},
|
|
4423
4712
|
"signature": "(property) remote: boolean",
|
|
@@ -4426,7 +4715,7 @@
|
|
|
4426
4715
|
"__schema": "KeywordTypeSchema",
|
|
4427
4716
|
"location": {
|
|
4428
4717
|
"filePath": "remove-components.ts",
|
|
4429
|
-
"line":
|
|
4718
|
+
"line": 43,
|
|
4430
4719
|
"character": 11
|
|
4431
4720
|
},
|
|
4432
4721
|
"name": "boolean"
|
|
@@ -4437,7 +4726,7 @@
|
|
|
4437
4726
|
"__schema": "VariableLikeSchema",
|
|
4438
4727
|
"location": {
|
|
4439
4728
|
"filePath": "remove-components.ts",
|
|
4440
|
-
"line":
|
|
4729
|
+
"line": 44,
|
|
4441
4730
|
"character": 3
|
|
4442
4731
|
},
|
|
4443
4732
|
"signature": "(property) track: boolean",
|
|
@@ -4446,7 +4735,7 @@
|
|
|
4446
4735
|
"__schema": "KeywordTypeSchema",
|
|
4447
4736
|
"location": {
|
|
4448
4737
|
"filePath": "remove-components.ts",
|
|
4449
|
-
"line":
|
|
4738
|
+
"line": 44,
|
|
4450
4739
|
"character": 10
|
|
4451
4740
|
},
|
|
4452
4741
|
"name": "boolean"
|
|
@@ -4457,7 +4746,7 @@
|
|
|
4457
4746
|
"__schema": "VariableLikeSchema",
|
|
4458
4747
|
"location": {
|
|
4459
4748
|
"filePath": "remove-components.ts",
|
|
4460
|
-
"line":
|
|
4749
|
+
"line": 45,
|
|
4461
4750
|
"character": 3
|
|
4462
4751
|
},
|
|
4463
4752
|
"signature": "(property) deleteFiles: boolean",
|
|
@@ -4466,7 +4755,7 @@
|
|
|
4466
4755
|
"__schema": "KeywordTypeSchema",
|
|
4467
4756
|
"location": {
|
|
4468
4757
|
"filePath": "remove-components.ts",
|
|
4469
|
-
"line":
|
|
4758
|
+
"line": 45,
|
|
4470
4759
|
"character": 16
|
|
4471
4760
|
},
|
|
4472
4761
|
"name": "boolean"
|
|
@@ -4481,7 +4770,7 @@
|
|
|
4481
4770
|
"__schema": "TypeRefSchema",
|
|
4482
4771
|
"location": {
|
|
4483
4772
|
"filePath": "remove-components.ts",
|
|
4484
|
-
"line":
|
|
4773
|
+
"line": 46,
|
|
4485
4774
|
"character": 5
|
|
4486
4775
|
},
|
|
4487
4776
|
"name": "Promise",
|
|
@@ -4490,10 +4779,11 @@
|
|
|
4490
4779
|
"__schema": "TypeRefSchema",
|
|
4491
4780
|
"location": {
|
|
4492
4781
|
"filePath": "remove-components.ts",
|
|
4493
|
-
"line":
|
|
4782
|
+
"line": 46,
|
|
4494
4783
|
"character": 13
|
|
4495
4784
|
},
|
|
4496
|
-
"name": "RemoveComponentsResult"
|
|
4785
|
+
"name": "RemoveComponentsResult",
|
|
4786
|
+
"internalFilePath": "remove-components.ts"
|
|
4497
4787
|
}
|
|
4498
4788
|
]
|
|
4499
4789
|
},
|
|
@@ -4506,7 +4796,7 @@
|
|
|
4506
4796
|
"__schema": "FunctionLikeSchema",
|
|
4507
4797
|
"location": {
|
|
4508
4798
|
"filePath": "remove-components.ts",
|
|
4509
|
-
"line":
|
|
4799
|
+
"line": 185,
|
|
4510
4800
|
"character": 1
|
|
4511
4801
|
},
|
|
4512
4802
|
"signature": "function removeComponentsFromNodeModules(consumer: Consumer, components: ConsumerComponent[]): Promise<void[]>",
|
|
@@ -4516,7 +4806,7 @@
|
|
|
4516
4806
|
"__schema": "ParameterSchema",
|
|
4517
4807
|
"location": {
|
|
4518
4808
|
"filePath": "remove-components.ts",
|
|
4519
|
-
"line":
|
|
4809
|
+
"line": 185,
|
|
4520
4810
|
"character": 55
|
|
4521
4811
|
},
|
|
4522
4812
|
"name": "consumer",
|
|
@@ -4524,10 +4814,15 @@
|
|
|
4524
4814
|
"__schema": "TypeRefSchema",
|
|
4525
4815
|
"location": {
|
|
4526
4816
|
"filePath": "remove-components.ts",
|
|
4527
|
-
"line":
|
|
4817
|
+
"line": 185,
|
|
4528
4818
|
"character": 65
|
|
4529
4819
|
},
|
|
4530
|
-
"name": "Consumer"
|
|
4820
|
+
"name": "Consumer",
|
|
4821
|
+
"componentId": {
|
|
4822
|
+
"scope": "teambit.legacy",
|
|
4823
|
+
"name": "consumer",
|
|
4824
|
+
"version": "0.0.2"
|
|
4825
|
+
}
|
|
4531
4826
|
},
|
|
4532
4827
|
"isOptional": false,
|
|
4533
4828
|
"isSpread": false
|
|
@@ -4536,7 +4831,7 @@
|
|
|
4536
4831
|
"__schema": "ParameterSchema",
|
|
4537
4832
|
"location": {
|
|
4538
4833
|
"filePath": "remove-components.ts",
|
|
4539
|
-
"line":
|
|
4834
|
+
"line": 185,
|
|
4540
4835
|
"character": 75
|
|
4541
4836
|
},
|
|
4542
4837
|
"name": "components",
|
|
@@ -4544,17 +4839,22 @@
|
|
|
4544
4839
|
"__schema": "TypeArraySchema",
|
|
4545
4840
|
"location": {
|
|
4546
4841
|
"filePath": "remove-components.ts",
|
|
4547
|
-
"line":
|
|
4842
|
+
"line": 185,
|
|
4548
4843
|
"character": 87
|
|
4549
4844
|
},
|
|
4550
4845
|
"type": {
|
|
4551
4846
|
"__schema": "TypeRefSchema",
|
|
4552
4847
|
"location": {
|
|
4553
4848
|
"filePath": "remove-components.ts",
|
|
4554
|
-
"line":
|
|
4849
|
+
"line": 185,
|
|
4555
4850
|
"character": 87
|
|
4556
4851
|
},
|
|
4557
|
-
"name": "ConsumerComponent"
|
|
4852
|
+
"name": "ConsumerComponent",
|
|
4853
|
+
"componentId": {
|
|
4854
|
+
"scope": "teambit.legacy",
|
|
4855
|
+
"name": "consumer-component",
|
|
4856
|
+
"version": "0.0.3"
|
|
4857
|
+
}
|
|
4558
4858
|
}
|
|
4559
4859
|
},
|
|
4560
4860
|
"isOptional": false,
|
|
@@ -4565,7 +4865,7 @@
|
|
|
4565
4865
|
"__schema": "InferenceTypeSchema",
|
|
4566
4866
|
"location": {
|
|
4567
4867
|
"filePath": "remove-components.ts",
|
|
4568
|
-
"line":
|
|
4868
|
+
"line": 185,
|
|
4569
4869
|
"character": 1
|
|
4570
4870
|
},
|
|
4571
4871
|
"type": "Promise<void[]>"
|
|
@@ -4581,14 +4881,14 @@
|
|
|
4581
4881
|
"__schema": "FunctionLikeSchema",
|
|
4582
4882
|
"location": {
|
|
4583
4883
|
"filePath": "remove-components.ts",
|
|
4584
|
-
"line":
|
|
4884
|
+
"line": 74,
|
|
4585
4885
|
"character": 1
|
|
4586
4886
|
},
|
|
4587
4887
|
"doc": {
|
|
4588
4888
|
"__schema": "DocSchema",
|
|
4589
4889
|
"location": {
|
|
4590
4890
|
"filePath": "remove-components.ts",
|
|
4591
|
-
"line":
|
|
4891
|
+
"line": 68,
|
|
4592
4892
|
"character": 1
|
|
4593
4893
|
},
|
|
4594
4894
|
"raw": "/**\n * Remove remote component from the remote\n * this method groups remote components by remote name and deletes remote components together\n * @param {ComponentIdList} bitIds - list of remote component ids to delete\n * @param {boolean} force - delete component that are used by other components.\n */",
|
|
@@ -4598,7 +4898,7 @@
|
|
|
4598
4898
|
"__schema": "PropertyLikeTagSchema",
|
|
4599
4899
|
"location": {
|
|
4600
4900
|
"filePath": "remove-components.ts",
|
|
4601
|
-
"line":
|
|
4901
|
+
"line": 71,
|
|
4602
4902
|
"character": 4
|
|
4603
4903
|
},
|
|
4604
4904
|
"name": "bitIds",
|
|
@@ -4608,17 +4908,22 @@
|
|
|
4608
4908
|
"__schema": "TypeRefSchema",
|
|
4609
4909
|
"location": {
|
|
4610
4910
|
"filePath": "remove-components.ts",
|
|
4611
|
-
"line":
|
|
4911
|
+
"line": 71,
|
|
4612
4912
|
"character": 12
|
|
4613
4913
|
},
|
|
4614
|
-
"name": "ComponentIdList"
|
|
4914
|
+
"name": "ComponentIdList",
|
|
4915
|
+
"componentId": {
|
|
4916
|
+
"scope": "teambit.component",
|
|
4917
|
+
"name": "component-id",
|
|
4918
|
+
"version": "1.2.2"
|
|
4919
|
+
}
|
|
4615
4920
|
}
|
|
4616
4921
|
},
|
|
4617
4922
|
{
|
|
4618
4923
|
"__schema": "PropertyLikeTagSchema",
|
|
4619
4924
|
"location": {
|
|
4620
4925
|
"filePath": "remove-components.ts",
|
|
4621
|
-
"line":
|
|
4926
|
+
"line": 72,
|
|
4622
4927
|
"character": 4
|
|
4623
4928
|
},
|
|
4624
4929
|
"name": "force",
|
|
@@ -4628,7 +4933,7 @@
|
|
|
4628
4933
|
"__schema": "KeywordTypeSchema",
|
|
4629
4934
|
"location": {
|
|
4630
4935
|
"filePath": "remove-components.ts",
|
|
4631
|
-
"line":
|
|
4936
|
+
"line": 72,
|
|
4632
4937
|
"character": 12
|
|
4633
4938
|
},
|
|
4634
4939
|
"name": "boolean"
|
|
@@ -4643,7 +4948,7 @@
|
|
|
4643
4948
|
"__schema": "ParameterSchema",
|
|
4644
4949
|
"location": {
|
|
4645
4950
|
"filePath": "remove-components.ts",
|
|
4646
|
-
"line":
|
|
4951
|
+
"line": 75,
|
|
4647
4952
|
"character": 3
|
|
4648
4953
|
},
|
|
4649
4954
|
"name": "workspace",
|
|
@@ -4651,7 +4956,7 @@
|
|
|
4651
4956
|
"__schema": "TypeUnionSchema",
|
|
4652
4957
|
"location": {
|
|
4653
4958
|
"filePath": "remove-components.ts",
|
|
4654
|
-
"line":
|
|
4959
|
+
"line": 75,
|
|
4655
4960
|
"character": 14
|
|
4656
4961
|
},
|
|
4657
4962
|
"types": [
|
|
@@ -4659,16 +4964,20 @@
|
|
|
4659
4964
|
"__schema": "TypeRefSchema",
|
|
4660
4965
|
"location": {
|
|
4661
4966
|
"filePath": "remove-components.ts",
|
|
4662
|
-
"line":
|
|
4967
|
+
"line": 75,
|
|
4663
4968
|
"character": 14
|
|
4664
4969
|
},
|
|
4665
|
-
"name": "Workspace"
|
|
4970
|
+
"name": "Workspace",
|
|
4971
|
+
"componentId": {
|
|
4972
|
+
"scope": "teambit.workspace",
|
|
4973
|
+
"name": "workspace"
|
|
4974
|
+
}
|
|
4666
4975
|
},
|
|
4667
4976
|
{
|
|
4668
4977
|
"__schema": "KeywordTypeSchema",
|
|
4669
4978
|
"location": {
|
|
4670
4979
|
"filePath": "remove-components.ts",
|
|
4671
|
-
"line":
|
|
4980
|
+
"line": 75,
|
|
4672
4981
|
"character": 26
|
|
4673
4982
|
},
|
|
4674
4983
|
"name": "undefined"
|
|
@@ -4682,7 +4991,7 @@
|
|
|
4682
4991
|
"__schema": "ParameterSchema",
|
|
4683
4992
|
"location": {
|
|
4684
4993
|
"filePath": "remove-components.ts",
|
|
4685
|
-
"line":
|
|
4994
|
+
"line": 76,
|
|
4686
4995
|
"character": 3
|
|
4687
4996
|
},
|
|
4688
4997
|
"name": "bitIds",
|
|
@@ -4690,10 +4999,15 @@
|
|
|
4690
4999
|
"__schema": "TypeRefSchema",
|
|
4691
5000
|
"location": {
|
|
4692
5001
|
"filePath": "remove-components.ts",
|
|
4693
|
-
"line":
|
|
5002
|
+
"line": 76,
|
|
4694
5003
|
"character": 11
|
|
4695
5004
|
},
|
|
4696
|
-
"name": "ComponentIdList"
|
|
5005
|
+
"name": "ComponentIdList",
|
|
5006
|
+
"componentId": {
|
|
5007
|
+
"scope": "teambit.component",
|
|
5008
|
+
"name": "component-id",
|
|
5009
|
+
"version": "1.2.2"
|
|
5010
|
+
}
|
|
4697
5011
|
},
|
|
4698
5012
|
"isOptional": false,
|
|
4699
5013
|
"isSpread": false
|
|
@@ -4702,7 +5016,7 @@
|
|
|
4702
5016
|
"__schema": "ParameterSchema",
|
|
4703
5017
|
"location": {
|
|
4704
5018
|
"filePath": "remove-components.ts",
|
|
4705
|
-
"line":
|
|
5019
|
+
"line": 77,
|
|
4706
5020
|
"character": 3
|
|
4707
5021
|
},
|
|
4708
5022
|
"name": "force",
|
|
@@ -4710,7 +5024,7 @@
|
|
|
4710
5024
|
"__schema": "KeywordTypeSchema",
|
|
4711
5025
|
"location": {
|
|
4712
5026
|
"filePath": "remove-components.ts",
|
|
4713
|
-
"line":
|
|
5027
|
+
"line": 77,
|
|
4714
5028
|
"character": 10
|
|
4715
5029
|
},
|
|
4716
5030
|
"name": "boolean"
|
|
@@ -4723,7 +5037,7 @@
|
|
|
4723
5037
|
"__schema": "TypeRefSchema",
|
|
4724
5038
|
"location": {
|
|
4725
5039
|
"filePath": "remove-components.ts",
|
|
4726
|
-
"line":
|
|
5040
|
+
"line": 78,
|
|
4727
5041
|
"character": 4
|
|
4728
5042
|
},
|
|
4729
5043
|
"name": "Promise",
|
|
@@ -4732,17 +5046,22 @@
|
|
|
4732
5046
|
"__schema": "TypeArraySchema",
|
|
4733
5047
|
"location": {
|
|
4734
5048
|
"filePath": "remove-components.ts",
|
|
4735
|
-
"line":
|
|
5049
|
+
"line": 78,
|
|
4736
5050
|
"character": 12
|
|
4737
5051
|
},
|
|
4738
5052
|
"type": {
|
|
4739
5053
|
"__schema": "TypeRefSchema",
|
|
4740
5054
|
"location": {
|
|
4741
5055
|
"filePath": "remove-components.ts",
|
|
4742
|
-
"line":
|
|
5056
|
+
"line": 78,
|
|
4743
5057
|
"character": 12
|
|
4744
5058
|
},
|
|
4745
|
-
"name": "RemovedObjects"
|
|
5059
|
+
"name": "RemovedObjects",
|
|
5060
|
+
"componentId": {
|
|
5061
|
+
"scope": "teambit.legacy",
|
|
5062
|
+
"name": "scope",
|
|
5063
|
+
"version": "0.0.2"
|
|
5064
|
+
}
|
|
4746
5065
|
}
|
|
4747
5066
|
}
|
|
4748
5067
|
]
|
|
@@ -4755,14 +5074,14 @@
|
|
|
4755
5074
|
"__schema": "FunctionLikeSchema",
|
|
4756
5075
|
"location": {
|
|
4757
5076
|
"filePath": "remove-components.ts",
|
|
4758
|
-
"line":
|
|
5077
|
+
"line": 105,
|
|
4759
5078
|
"character": 1
|
|
4760
5079
|
},
|
|
4761
5080
|
"doc": {
|
|
4762
5081
|
"__schema": "DocSchema",
|
|
4763
5082
|
"location": {
|
|
4764
5083
|
"filePath": "remove-components.ts",
|
|
4765
|
-
"line":
|
|
5084
|
+
"line": 99,
|
|
4766
5085
|
"character": 1
|
|
4767
5086
|
},
|
|
4768
5087
|
"raw": "/**\n * removeLocal - remove local (imported, new staged components) from modules and bitmap according to flags\n * @param {ComponentIdList} bitIds - list of component ids to delete\n * @param {boolean} force - delete component that are used by other components.\n * @param {boolean} deleteFiles - delete component that are used by other components.\n */",
|
|
@@ -4772,7 +5091,7 @@
|
|
|
4772
5091
|
"__schema": "PropertyLikeTagSchema",
|
|
4773
5092
|
"location": {
|
|
4774
5093
|
"filePath": "remove-components.ts",
|
|
4775
|
-
"line":
|
|
5094
|
+
"line": 101,
|
|
4776
5095
|
"character": 4
|
|
4777
5096
|
},
|
|
4778
5097
|
"name": "bitIds",
|
|
@@ -4782,17 +5101,22 @@
|
|
|
4782
5101
|
"__schema": "TypeRefSchema",
|
|
4783
5102
|
"location": {
|
|
4784
5103
|
"filePath": "remove-components.ts",
|
|
4785
|
-
"line":
|
|
5104
|
+
"line": 101,
|
|
4786
5105
|
"character": 12
|
|
4787
5106
|
},
|
|
4788
|
-
"name": "ComponentIdList"
|
|
5107
|
+
"name": "ComponentIdList",
|
|
5108
|
+
"componentId": {
|
|
5109
|
+
"scope": "teambit.component",
|
|
5110
|
+
"name": "component-id",
|
|
5111
|
+
"version": "1.2.2"
|
|
5112
|
+
}
|
|
4789
5113
|
}
|
|
4790
5114
|
},
|
|
4791
5115
|
{
|
|
4792
5116
|
"__schema": "PropertyLikeTagSchema",
|
|
4793
5117
|
"location": {
|
|
4794
5118
|
"filePath": "remove-components.ts",
|
|
4795
|
-
"line":
|
|
5119
|
+
"line": 102,
|
|
4796
5120
|
"character": 4
|
|
4797
5121
|
},
|
|
4798
5122
|
"name": "force",
|
|
@@ -4802,7 +5126,7 @@
|
|
|
4802
5126
|
"__schema": "KeywordTypeSchema",
|
|
4803
5127
|
"location": {
|
|
4804
5128
|
"filePath": "remove-components.ts",
|
|
4805
|
-
"line":
|
|
5129
|
+
"line": 102,
|
|
4806
5130
|
"character": 12
|
|
4807
5131
|
},
|
|
4808
5132
|
"name": "boolean"
|
|
@@ -4812,7 +5136,7 @@
|
|
|
4812
5136
|
"__schema": "PropertyLikeTagSchema",
|
|
4813
5137
|
"location": {
|
|
4814
5138
|
"filePath": "remove-components.ts",
|
|
4815
|
-
"line":
|
|
5139
|
+
"line": 103,
|
|
4816
5140
|
"character": 4
|
|
4817
5141
|
},
|
|
4818
5142
|
"name": "deleteFiles",
|
|
@@ -4822,7 +5146,7 @@
|
|
|
4822
5146
|
"__schema": "KeywordTypeSchema",
|
|
4823
5147
|
"location": {
|
|
4824
5148
|
"filePath": "remove-components.ts",
|
|
4825
|
-
"line":
|
|
5149
|
+
"line": 103,
|
|
4826
5150
|
"character": 12
|
|
4827
5151
|
},
|
|
4828
5152
|
"name": "boolean"
|
|
@@ -4837,7 +5161,7 @@
|
|
|
4837
5161
|
"__schema": "ParameterSchema",
|
|
4838
5162
|
"location": {
|
|
4839
5163
|
"filePath": "remove-components.ts",
|
|
4840
|
-
"line":
|
|
5164
|
+
"line": 106,
|
|
4841
5165
|
"character": 3
|
|
4842
5166
|
},
|
|
4843
5167
|
"name": "workspace",
|
|
@@ -4845,10 +5169,14 @@
|
|
|
4845
5169
|
"__schema": "TypeRefSchema",
|
|
4846
5170
|
"location": {
|
|
4847
5171
|
"filePath": "remove-components.ts",
|
|
4848
|
-
"line":
|
|
5172
|
+
"line": 106,
|
|
4849
5173
|
"character": 14
|
|
4850
5174
|
},
|
|
4851
|
-
"name": "Workspace"
|
|
5175
|
+
"name": "Workspace",
|
|
5176
|
+
"componentId": {
|
|
5177
|
+
"scope": "teambit.workspace",
|
|
5178
|
+
"name": "workspace"
|
|
5179
|
+
}
|
|
4852
5180
|
},
|
|
4853
5181
|
"isOptional": false,
|
|
4854
5182
|
"isSpread": false
|
|
@@ -4857,7 +5185,7 @@
|
|
|
4857
5185
|
"__schema": "ParameterSchema",
|
|
4858
5186
|
"location": {
|
|
4859
5187
|
"filePath": "remove-components.ts",
|
|
4860
|
-
"line":
|
|
5188
|
+
"line": 107,
|
|
4861
5189
|
"character": 3
|
|
4862
5190
|
},
|
|
4863
5191
|
"name": "bitIds",
|
|
@@ -4865,10 +5193,15 @@
|
|
|
4865
5193
|
"__schema": "TypeRefSchema",
|
|
4866
5194
|
"location": {
|
|
4867
5195
|
"filePath": "remove-components.ts",
|
|
4868
|
-
"line":
|
|
5196
|
+
"line": 107,
|
|
4869
5197
|
"character": 11
|
|
4870
5198
|
},
|
|
4871
|
-
"name": "ComponentIdList"
|
|
5199
|
+
"name": "ComponentIdList",
|
|
5200
|
+
"componentId": {
|
|
5201
|
+
"scope": "teambit.component",
|
|
5202
|
+
"name": "component-id",
|
|
5203
|
+
"version": "1.2.2"
|
|
5204
|
+
}
|
|
4872
5205
|
},
|
|
4873
5206
|
"isOptional": false,
|
|
4874
5207
|
"isSpread": false
|
|
@@ -4877,7 +5210,7 @@
|
|
|
4877
5210
|
"__schema": "ParameterSchema",
|
|
4878
5211
|
"location": {
|
|
4879
5212
|
"filePath": "remove-components.ts",
|
|
4880
|
-
"line":
|
|
5213
|
+
"line": 108,
|
|
4881
5214
|
"character": 3
|
|
4882
5215
|
},
|
|
4883
5216
|
"name": "force",
|
|
@@ -4885,7 +5218,7 @@
|
|
|
4885
5218
|
"__schema": "KeywordTypeSchema",
|
|
4886
5219
|
"location": {
|
|
4887
5220
|
"filePath": "remove-components.ts",
|
|
4888
|
-
"line":
|
|
5221
|
+
"line": 108,
|
|
4889
5222
|
"character": 10
|
|
4890
5223
|
},
|
|
4891
5224
|
"name": "boolean"
|
|
@@ -4897,7 +5230,7 @@
|
|
|
4897
5230
|
"__schema": "ParameterSchema",
|
|
4898
5231
|
"location": {
|
|
4899
5232
|
"filePath": "remove-components.ts",
|
|
4900
|
-
"line":
|
|
5233
|
+
"line": 109,
|
|
4901
5234
|
"character": 3
|
|
4902
5235
|
},
|
|
4903
5236
|
"name": "track",
|
|
@@ -4905,7 +5238,7 @@
|
|
|
4905
5238
|
"__schema": "KeywordTypeSchema",
|
|
4906
5239
|
"location": {
|
|
4907
5240
|
"filePath": "remove-components.ts",
|
|
4908
|
-
"line":
|
|
5241
|
+
"line": 109,
|
|
4909
5242
|
"character": 10
|
|
4910
5243
|
},
|
|
4911
5244
|
"name": "boolean"
|
|
@@ -4917,7 +5250,7 @@
|
|
|
4917
5250
|
"__schema": "ParameterSchema",
|
|
4918
5251
|
"location": {
|
|
4919
5252
|
"filePath": "remove-components.ts",
|
|
4920
|
-
"line":
|
|
5253
|
+
"line": 110,
|
|
4921
5254
|
"character": 3
|
|
4922
5255
|
},
|
|
4923
5256
|
"name": "deleteFiles",
|
|
@@ -4925,7 +5258,7 @@
|
|
|
4925
5258
|
"__schema": "KeywordTypeSchema",
|
|
4926
5259
|
"location": {
|
|
4927
5260
|
"filePath": "remove-components.ts",
|
|
4928
|
-
"line":
|
|
5261
|
+
"line": 110,
|
|
4929
5262
|
"character": 16
|
|
4930
5263
|
},
|
|
4931
5264
|
"name": "boolean"
|
|
@@ -4938,7 +5271,7 @@
|
|
|
4938
5271
|
"__schema": "TypeRefSchema",
|
|
4939
5272
|
"location": {
|
|
4940
5273
|
"filePath": "remove-components.ts",
|
|
4941
|
-
"line":
|
|
5274
|
+
"line": 111,
|
|
4942
5275
|
"character": 4
|
|
4943
5276
|
},
|
|
4944
5277
|
"name": "Promise",
|
|
@@ -4947,7 +5280,7 @@
|
|
|
4947
5280
|
"__schema": "TypeRefSchema",
|
|
4948
5281
|
"location": {
|
|
4949
5282
|
"filePath": "remove-components.ts",
|
|
4950
|
-
"line":
|
|
5283
|
+
"line": 111,
|
|
4951
5284
|
"character": 12
|
|
4952
5285
|
},
|
|
4953
5286
|
"name": "RemovedLocalObjects"
|
|
@@ -5001,7 +5334,7 @@
|
|
|
5001
5334
|
"componentId": {
|
|
5002
5335
|
"scope": "teambit.component",
|
|
5003
5336
|
"name": "remove",
|
|
5004
|
-
"version": "1.0.
|
|
5337
|
+
"version": "1.0.489"
|
|
5005
5338
|
},
|
|
5006
5339
|
"taggedModuleExports": []
|
|
5007
5340
|
}
|