@teambit/remove 1.0.318 → 1.0.319
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 +307 -233
- package/dist/remove.main.runtime.d.ts +6 -3
- package/dist/remove.main.runtime.js +13 -12
- package/dist/remove.main.runtime.js.map +1 -1
- package/package.json +11 -10
- /package/dist/{preview-1719544843434.js → preview-1719631375170.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"line": 45,
|
|
39
39
|
"character": 3
|
|
40
40
|
},
|
|
41
|
-
"signature": "constructor RemoveMain(workspace: Workspace, scope: ScopeMain, logger: Logger, importer: ImporterMain, depResolver: DependencyResolverMain): RemoveMain",
|
|
41
|
+
"signature": "constructor RemoveMain(workspace: Workspace, scope: ScopeMain, logger: Logger, importer: ImporterMain, depResolver: DependencyResolverMain, lister: ListerMain): RemoveMain",
|
|
42
42
|
"name": "constructor",
|
|
43
43
|
"params": [
|
|
44
44
|
{
|
|
@@ -160,6 +160,30 @@
|
|
|
160
160
|
},
|
|
161
161
|
"isOptional": false,
|
|
162
162
|
"isSpread": false
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"__schema": "ParameterSchema",
|
|
166
|
+
"location": {
|
|
167
|
+
"filePath": "remove.main.runtime.ts",
|
|
168
|
+
"line": 51,
|
|
169
|
+
"character": 5
|
|
170
|
+
},
|
|
171
|
+
"name": "lister",
|
|
172
|
+
"type": {
|
|
173
|
+
"__schema": "TypeRefSchema",
|
|
174
|
+
"location": {
|
|
175
|
+
"filePath": "remove.main.runtime.ts",
|
|
176
|
+
"line": 51,
|
|
177
|
+
"character": 21
|
|
178
|
+
},
|
|
179
|
+
"name": "ListerMain",
|
|
180
|
+
"componentId": {
|
|
181
|
+
"scope": "teambit.component",
|
|
182
|
+
"name": "lister"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"isOptional": false,
|
|
186
|
+
"isSpread": false
|
|
163
187
|
}
|
|
164
188
|
],
|
|
165
189
|
"returnType": {
|
|
@@ -177,7 +201,7 @@
|
|
|
177
201
|
"__schema": "FunctionLikeSchema",
|
|
178
202
|
"location": {
|
|
179
203
|
"filePath": "remove.main.runtime.ts",
|
|
180
|
-
"line":
|
|
204
|
+
"line": 54,
|
|
181
205
|
"character": 3
|
|
182
206
|
},
|
|
183
207
|
"signature": "(method) RemoveMain.remove({ componentsPattern, force, remote, track, deleteFiles, }: {\n componentsPattern: string;\n force?: boolean;\n remote?: boolean;\n track?: boolean;\n deleteFiles?: boolean;\n}): Promise<RemoveComponentsResult>",
|
|
@@ -187,7 +211,7 @@
|
|
|
187
211
|
"__schema": "ParameterSchema",
|
|
188
212
|
"location": {
|
|
189
213
|
"filePath": "remove.main.runtime.ts",
|
|
190
|
-
"line":
|
|
214
|
+
"line": 54,
|
|
191
215
|
"character": 16
|
|
192
216
|
},
|
|
193
217
|
"name": "{ componentsPattern, force = false, remote = false, track = false, deleteFiles = true }",
|
|
@@ -195,7 +219,7 @@
|
|
|
195
219
|
"__schema": "TypeLiteralSchema",
|
|
196
220
|
"location": {
|
|
197
221
|
"filePath": "remove.main.runtime.ts",
|
|
198
|
-
"line":
|
|
222
|
+
"line": 60,
|
|
199
223
|
"character": 6
|
|
200
224
|
},
|
|
201
225
|
"members": [
|
|
@@ -203,7 +227,7 @@
|
|
|
203
227
|
"__schema": "VariableLikeSchema",
|
|
204
228
|
"location": {
|
|
205
229
|
"filePath": "remove.main.runtime.ts",
|
|
206
|
-
"line":
|
|
230
|
+
"line": 61,
|
|
207
231
|
"character": 5
|
|
208
232
|
},
|
|
209
233
|
"signature": "(property) componentsPattern: string",
|
|
@@ -212,7 +236,7 @@
|
|
|
212
236
|
"__schema": "KeywordTypeSchema",
|
|
213
237
|
"location": {
|
|
214
238
|
"filePath": "remove.main.runtime.ts",
|
|
215
|
-
"line":
|
|
239
|
+
"line": 61,
|
|
216
240
|
"character": 24
|
|
217
241
|
},
|
|
218
242
|
"name": "string"
|
|
@@ -223,7 +247,7 @@
|
|
|
223
247
|
"__schema": "VariableLikeSchema",
|
|
224
248
|
"location": {
|
|
225
249
|
"filePath": "remove.main.runtime.ts",
|
|
226
|
-
"line":
|
|
250
|
+
"line": 62,
|
|
227
251
|
"character": 5
|
|
228
252
|
},
|
|
229
253
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -232,7 +256,7 @@
|
|
|
232
256
|
"__schema": "KeywordTypeSchema",
|
|
233
257
|
"location": {
|
|
234
258
|
"filePath": "remove.main.runtime.ts",
|
|
235
|
-
"line":
|
|
259
|
+
"line": 62,
|
|
236
260
|
"character": 13
|
|
237
261
|
},
|
|
238
262
|
"name": "boolean"
|
|
@@ -243,7 +267,7 @@
|
|
|
243
267
|
"__schema": "VariableLikeSchema",
|
|
244
268
|
"location": {
|
|
245
269
|
"filePath": "remove.main.runtime.ts",
|
|
246
|
-
"line":
|
|
270
|
+
"line": 63,
|
|
247
271
|
"character": 5
|
|
248
272
|
},
|
|
249
273
|
"signature": "(property) remote?: boolean | undefined",
|
|
@@ -252,7 +276,7 @@
|
|
|
252
276
|
"__schema": "KeywordTypeSchema",
|
|
253
277
|
"location": {
|
|
254
278
|
"filePath": "remove.main.runtime.ts",
|
|
255
|
-
"line":
|
|
279
|
+
"line": 63,
|
|
256
280
|
"character": 14
|
|
257
281
|
},
|
|
258
282
|
"name": "boolean"
|
|
@@ -263,7 +287,7 @@
|
|
|
263
287
|
"__schema": "VariableLikeSchema",
|
|
264
288
|
"location": {
|
|
265
289
|
"filePath": "remove.main.runtime.ts",
|
|
266
|
-
"line":
|
|
290
|
+
"line": 64,
|
|
267
291
|
"character": 5
|
|
268
292
|
},
|
|
269
293
|
"signature": "(property) track?: boolean | undefined",
|
|
@@ -272,7 +296,7 @@
|
|
|
272
296
|
"__schema": "KeywordTypeSchema",
|
|
273
297
|
"location": {
|
|
274
298
|
"filePath": "remove.main.runtime.ts",
|
|
275
|
-
"line":
|
|
299
|
+
"line": 64,
|
|
276
300
|
"character": 13
|
|
277
301
|
},
|
|
278
302
|
"name": "boolean"
|
|
@@ -283,7 +307,7 @@
|
|
|
283
307
|
"__schema": "VariableLikeSchema",
|
|
284
308
|
"location": {
|
|
285
309
|
"filePath": "remove.main.runtime.ts",
|
|
286
|
-
"line":
|
|
310
|
+
"line": 65,
|
|
287
311
|
"character": 5
|
|
288
312
|
},
|
|
289
313
|
"signature": "(property) deleteFiles?: boolean | undefined",
|
|
@@ -292,7 +316,7 @@
|
|
|
292
316
|
"__schema": "KeywordTypeSchema",
|
|
293
317
|
"location": {
|
|
294
318
|
"filePath": "remove.main.runtime.ts",
|
|
295
|
-
"line":
|
|
319
|
+
"line": 65,
|
|
296
320
|
"character": 19
|
|
297
321
|
},
|
|
298
322
|
"name": "boolean"
|
|
@@ -307,7 +331,7 @@
|
|
|
307
331
|
"__schema": "VariableLikeSchema",
|
|
308
332
|
"location": {
|
|
309
333
|
"filePath": "remove.main.runtime.ts",
|
|
310
|
-
"line":
|
|
334
|
+
"line": 61,
|
|
311
335
|
"character": 5
|
|
312
336
|
},
|
|
313
337
|
"signature": "(property) componentsPattern: string",
|
|
@@ -316,7 +340,7 @@
|
|
|
316
340
|
"__schema": "KeywordTypeSchema",
|
|
317
341
|
"location": {
|
|
318
342
|
"filePath": "remove.main.runtime.ts",
|
|
319
|
-
"line":
|
|
343
|
+
"line": 61,
|
|
320
344
|
"character": 24
|
|
321
345
|
},
|
|
322
346
|
"name": "string"
|
|
@@ -327,7 +351,7 @@
|
|
|
327
351
|
"__schema": "VariableLikeSchema",
|
|
328
352
|
"location": {
|
|
329
353
|
"filePath": "remove.main.runtime.ts",
|
|
330
|
-
"line":
|
|
354
|
+
"line": 62,
|
|
331
355
|
"character": 5
|
|
332
356
|
},
|
|
333
357
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -336,7 +360,7 @@
|
|
|
336
360
|
"__schema": "KeywordTypeSchema",
|
|
337
361
|
"location": {
|
|
338
362
|
"filePath": "remove.main.runtime.ts",
|
|
339
|
-
"line":
|
|
363
|
+
"line": 62,
|
|
340
364
|
"character": 13
|
|
341
365
|
},
|
|
342
366
|
"name": "boolean"
|
|
@@ -347,7 +371,7 @@
|
|
|
347
371
|
"__schema": "VariableLikeSchema",
|
|
348
372
|
"location": {
|
|
349
373
|
"filePath": "remove.main.runtime.ts",
|
|
350
|
-
"line":
|
|
374
|
+
"line": 63,
|
|
351
375
|
"character": 5
|
|
352
376
|
},
|
|
353
377
|
"signature": "(property) remote?: boolean | undefined",
|
|
@@ -356,7 +380,7 @@
|
|
|
356
380
|
"__schema": "KeywordTypeSchema",
|
|
357
381
|
"location": {
|
|
358
382
|
"filePath": "remove.main.runtime.ts",
|
|
359
|
-
"line":
|
|
383
|
+
"line": 63,
|
|
360
384
|
"character": 14
|
|
361
385
|
},
|
|
362
386
|
"name": "boolean"
|
|
@@ -367,7 +391,7 @@
|
|
|
367
391
|
"__schema": "VariableLikeSchema",
|
|
368
392
|
"location": {
|
|
369
393
|
"filePath": "remove.main.runtime.ts",
|
|
370
|
-
"line":
|
|
394
|
+
"line": 64,
|
|
371
395
|
"character": 5
|
|
372
396
|
},
|
|
373
397
|
"signature": "(property) track?: boolean | undefined",
|
|
@@ -376,7 +400,7 @@
|
|
|
376
400
|
"__schema": "KeywordTypeSchema",
|
|
377
401
|
"location": {
|
|
378
402
|
"filePath": "remove.main.runtime.ts",
|
|
379
|
-
"line":
|
|
403
|
+
"line": 64,
|
|
380
404
|
"character": 13
|
|
381
405
|
},
|
|
382
406
|
"name": "boolean"
|
|
@@ -387,7 +411,7 @@
|
|
|
387
411
|
"__schema": "VariableLikeSchema",
|
|
388
412
|
"location": {
|
|
389
413
|
"filePath": "remove.main.runtime.ts",
|
|
390
|
-
"line":
|
|
414
|
+
"line": 65,
|
|
391
415
|
"character": 5
|
|
392
416
|
},
|
|
393
417
|
"signature": "(property) deleteFiles?: boolean | undefined",
|
|
@@ -396,7 +420,7 @@
|
|
|
396
420
|
"__schema": "KeywordTypeSchema",
|
|
397
421
|
"location": {
|
|
398
422
|
"filePath": "remove.main.runtime.ts",
|
|
399
|
-
"line":
|
|
423
|
+
"line": 65,
|
|
400
424
|
"character": 19
|
|
401
425
|
},
|
|
402
426
|
"name": "boolean"
|
|
@@ -411,7 +435,7 @@
|
|
|
411
435
|
"__schema": "TypeRefSchema",
|
|
412
436
|
"location": {
|
|
413
437
|
"filePath": "remove.main.runtime.ts",
|
|
414
|
-
"line":
|
|
438
|
+
"line": 66,
|
|
415
439
|
"character": 7
|
|
416
440
|
},
|
|
417
441
|
"name": "Promise",
|
|
@@ -420,7 +444,7 @@
|
|
|
420
444
|
"__schema": "TypeRefSchema",
|
|
421
445
|
"location": {
|
|
422
446
|
"filePath": "remove.main.runtime.ts",
|
|
423
|
-
"line":
|
|
447
|
+
"line": 66,
|
|
424
448
|
"character": 15
|
|
425
449
|
},
|
|
426
450
|
"name": "RemoveComponentsResult",
|
|
@@ -436,14 +460,14 @@
|
|
|
436
460
|
"__schema": "FunctionLikeSchema",
|
|
437
461
|
"location": {
|
|
438
462
|
"filePath": "remove.main.runtime.ts",
|
|
439
|
-
"line":
|
|
463
|
+
"line": 88,
|
|
440
464
|
"character": 3
|
|
441
465
|
},
|
|
442
466
|
"doc": {
|
|
443
467
|
"__schema": "DocSchema",
|
|
444
468
|
"location": {
|
|
445
469
|
"filePath": "remove.main.runtime.ts",
|
|
446
|
-
"line":
|
|
470
|
+
"line": 85,
|
|
447
471
|
"character": 3
|
|
448
472
|
},
|
|
449
473
|
"raw": "/**\n * remove components from the workspace.\n */",
|
|
@@ -457,7 +481,7 @@
|
|
|
457
481
|
"__schema": "ParameterSchema",
|
|
458
482
|
"location": {
|
|
459
483
|
"filePath": "remove.main.runtime.ts",
|
|
460
|
-
"line":
|
|
484
|
+
"line": 89,
|
|
461
485
|
"character": 5
|
|
462
486
|
},
|
|
463
487
|
"name": "ids",
|
|
@@ -465,14 +489,14 @@
|
|
|
465
489
|
"__schema": "TypeArraySchema",
|
|
466
490
|
"location": {
|
|
467
491
|
"filePath": "remove.main.runtime.ts",
|
|
468
|
-
"line":
|
|
492
|
+
"line": 89,
|
|
469
493
|
"character": 10
|
|
470
494
|
},
|
|
471
495
|
"type": {
|
|
472
496
|
"__schema": "TypeRefSchema",
|
|
473
497
|
"location": {
|
|
474
498
|
"filePath": "remove.main.runtime.ts",
|
|
475
|
-
"line":
|
|
499
|
+
"line": 89,
|
|
476
500
|
"character": 10
|
|
477
501
|
},
|
|
478
502
|
"name": "ComponentID",
|
|
@@ -490,7 +514,7 @@
|
|
|
490
514
|
"__schema": "ParameterSchema",
|
|
491
515
|
"location": {
|
|
492
516
|
"filePath": "remove.main.runtime.ts",
|
|
493
|
-
"line":
|
|
517
|
+
"line": 90,
|
|
494
518
|
"character": 5
|
|
495
519
|
},
|
|
496
520
|
"name": "{ force = false, reasonForRemoval }",
|
|
@@ -498,7 +522,7 @@
|
|
|
498
522
|
"__schema": "TypeLiteralSchema",
|
|
499
523
|
"location": {
|
|
500
524
|
"filePath": "remove.main.runtime.ts",
|
|
501
|
-
"line":
|
|
525
|
+
"line": 90,
|
|
502
526
|
"character": 42
|
|
503
527
|
},
|
|
504
528
|
"members": [
|
|
@@ -506,7 +530,7 @@
|
|
|
506
530
|
"__schema": "VariableLikeSchema",
|
|
507
531
|
"location": {
|
|
508
532
|
"filePath": "remove.main.runtime.ts",
|
|
509
|
-
"line":
|
|
533
|
+
"line": 90,
|
|
510
534
|
"character": 44
|
|
511
535
|
},
|
|
512
536
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -515,7 +539,7 @@
|
|
|
515
539
|
"__schema": "KeywordTypeSchema",
|
|
516
540
|
"location": {
|
|
517
541
|
"filePath": "remove.main.runtime.ts",
|
|
518
|
-
"line":
|
|
542
|
+
"line": 90,
|
|
519
543
|
"character": 52
|
|
520
544
|
},
|
|
521
545
|
"name": "boolean"
|
|
@@ -526,7 +550,7 @@
|
|
|
526
550
|
"__schema": "VariableLikeSchema",
|
|
527
551
|
"location": {
|
|
528
552
|
"filePath": "remove.main.runtime.ts",
|
|
529
|
-
"line":
|
|
553
|
+
"line": 90,
|
|
530
554
|
"character": 61
|
|
531
555
|
},
|
|
532
556
|
"signature": "(property) reasonForRemoval?: string | undefined",
|
|
@@ -535,7 +559,7 @@
|
|
|
535
559
|
"__schema": "KeywordTypeSchema",
|
|
536
560
|
"location": {
|
|
537
561
|
"filePath": "remove.main.runtime.ts",
|
|
538
|
-
"line":
|
|
562
|
+
"line": 90,
|
|
539
563
|
"character": 80
|
|
540
564
|
},
|
|
541
565
|
"name": "string"
|
|
@@ -551,7 +575,7 @@
|
|
|
551
575
|
"__schema": "VariableLikeSchema",
|
|
552
576
|
"location": {
|
|
553
577
|
"filePath": "remove.main.runtime.ts",
|
|
554
|
-
"line":
|
|
578
|
+
"line": 90,
|
|
555
579
|
"character": 44
|
|
556
580
|
},
|
|
557
581
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -560,7 +584,7 @@
|
|
|
560
584
|
"__schema": "KeywordTypeSchema",
|
|
561
585
|
"location": {
|
|
562
586
|
"filePath": "remove.main.runtime.ts",
|
|
563
|
-
"line":
|
|
587
|
+
"line": 90,
|
|
564
588
|
"character": 52
|
|
565
589
|
},
|
|
566
590
|
"name": "boolean"
|
|
@@ -571,7 +595,7 @@
|
|
|
571
595
|
"__schema": "VariableLikeSchema",
|
|
572
596
|
"location": {
|
|
573
597
|
"filePath": "remove.main.runtime.ts",
|
|
574
|
-
"line":
|
|
598
|
+
"line": 90,
|
|
575
599
|
"character": 61
|
|
576
600
|
},
|
|
577
601
|
"signature": "(property) reasonForRemoval?: string | undefined",
|
|
@@ -580,7 +604,7 @@
|
|
|
580
604
|
"__schema": "KeywordTypeSchema",
|
|
581
605
|
"location": {
|
|
582
606
|
"filePath": "remove.main.runtime.ts",
|
|
583
|
-
"line":
|
|
607
|
+
"line": 90,
|
|
584
608
|
"character": 80
|
|
585
609
|
},
|
|
586
610
|
"name": "string"
|
|
@@ -595,7 +619,7 @@
|
|
|
595
619
|
"__schema": "InferenceTypeSchema",
|
|
596
620
|
"location": {
|
|
597
621
|
"filePath": "remove.main.runtime.ts",
|
|
598
|
-
"line":
|
|
622
|
+
"line": 88,
|
|
599
623
|
"character": 3
|
|
600
624
|
},
|
|
601
625
|
"type": "Promise<RemoveComponentsResult>"
|
|
@@ -608,7 +632,7 @@
|
|
|
608
632
|
"__schema": "FunctionLikeSchema",
|
|
609
633
|
"location": {
|
|
610
634
|
"filePath": "remove.main.runtime.ts",
|
|
611
|
-
"line":
|
|
635
|
+
"line": 131,
|
|
612
636
|
"character": 3
|
|
613
637
|
},
|
|
614
638
|
"signature": "(method) RemoveMain.deleteComps(componentsPattern: string, opts?: DeleteOpts): Promise<Component[]>",
|
|
@@ -618,7 +642,7 @@
|
|
|
618
642
|
"__schema": "ParameterSchema",
|
|
619
643
|
"location": {
|
|
620
644
|
"filePath": "remove.main.runtime.ts",
|
|
621
|
-
"line":
|
|
645
|
+
"line": 131,
|
|
622
646
|
"character": 21
|
|
623
647
|
},
|
|
624
648
|
"name": "componentsPattern",
|
|
@@ -626,7 +650,7 @@
|
|
|
626
650
|
"__schema": "KeywordTypeSchema",
|
|
627
651
|
"location": {
|
|
628
652
|
"filePath": "remove.main.runtime.ts",
|
|
629
|
-
"line":
|
|
653
|
+
"line": 131,
|
|
630
654
|
"character": 40
|
|
631
655
|
},
|
|
632
656
|
"name": "string"
|
|
@@ -638,7 +662,7 @@
|
|
|
638
662
|
"__schema": "ParameterSchema",
|
|
639
663
|
"location": {
|
|
640
664
|
"filePath": "remove.main.runtime.ts",
|
|
641
|
-
"line":
|
|
665
|
+
"line": 131,
|
|
642
666
|
"character": 48
|
|
643
667
|
},
|
|
644
668
|
"name": "opts",
|
|
@@ -646,7 +670,7 @@
|
|
|
646
670
|
"__schema": "TypeRefSchema",
|
|
647
671
|
"location": {
|
|
648
672
|
"filePath": "remove.main.runtime.ts",
|
|
649
|
-
"line":
|
|
673
|
+
"line": 131,
|
|
650
674
|
"character": 54
|
|
651
675
|
},
|
|
652
676
|
"name": "DeleteOpts",
|
|
@@ -661,7 +685,7 @@
|
|
|
661
685
|
"__schema": "TypeRefSchema",
|
|
662
686
|
"location": {
|
|
663
687
|
"filePath": "remove.main.runtime.ts",
|
|
664
|
-
"line":
|
|
688
|
+
"line": 131,
|
|
665
689
|
"character": 72
|
|
666
690
|
},
|
|
667
691
|
"name": "Promise",
|
|
@@ -670,14 +694,14 @@
|
|
|
670
694
|
"__schema": "TypeArraySchema",
|
|
671
695
|
"location": {
|
|
672
696
|
"filePath": "remove.main.runtime.ts",
|
|
673
|
-
"line":
|
|
697
|
+
"line": 131,
|
|
674
698
|
"character": 80
|
|
675
699
|
},
|
|
676
700
|
"type": {
|
|
677
701
|
"__schema": "TypeRefSchema",
|
|
678
702
|
"location": {
|
|
679
703
|
"filePath": "remove.main.runtime.ts",
|
|
680
|
-
"line":
|
|
704
|
+
"line": 131,
|
|
681
705
|
"character": 80
|
|
682
706
|
},
|
|
683
707
|
"name": "Component",
|
|
@@ -697,14 +721,14 @@
|
|
|
697
721
|
"__schema": "FunctionLikeSchema",
|
|
698
722
|
"location": {
|
|
699
723
|
"filePath": "remove.main.runtime.ts",
|
|
700
|
-
"line":
|
|
724
|
+
"line": 168,
|
|
701
725
|
"character": 3
|
|
702
726
|
},
|
|
703
727
|
"doc": {
|
|
704
728
|
"__schema": "DocSchema",
|
|
705
729
|
"location": {
|
|
706
730
|
"filePath": "remove.main.runtime.ts",
|
|
707
|
-
"line":
|
|
731
|
+
"line": 156,
|
|
708
732
|
"character": 3
|
|
709
733
|
},
|
|
710
734
|
"raw": "/**\n * recover a soft-removed component.\n * there are 4 different scenarios.\n * 1. a component was just soft-removed, it wasn't snapped yet. so it's now in .bitmap with the \"removed\" aspect entry.\n * 1.a. the component still exists in the local scope. no need to import. write it from there.\n * 1.b. the component doesn't exist in the local scope. import it.\n * 2. soft-removed and then snapped. It's not in .bitmap now.\n * 3. soft-removed, snapped, exported. it's not in .bitmap now.\n * 4. a soft-removed components was imported, so it's now in .bitmap without the \"removed\" aspect entry.\n * 5. workspace is empty. the soft-removed component is on the remote.\n * returns `true` if it was recovered. `false` if the component wasn't soft-removed, so nothing to recover from.\n */",
|
|
@@ -718,7 +742,7 @@
|
|
|
718
742
|
"__schema": "ParameterSchema",
|
|
719
743
|
"location": {
|
|
720
744
|
"filePath": "remove.main.runtime.ts",
|
|
721
|
-
"line":
|
|
745
|
+
"line": 168,
|
|
722
746
|
"character": 17
|
|
723
747
|
},
|
|
724
748
|
"name": "compIdStr",
|
|
@@ -726,7 +750,7 @@
|
|
|
726
750
|
"__schema": "KeywordTypeSchema",
|
|
727
751
|
"location": {
|
|
728
752
|
"filePath": "remove.main.runtime.ts",
|
|
729
|
-
"line":
|
|
753
|
+
"line": 168,
|
|
730
754
|
"character": 28
|
|
731
755
|
},
|
|
732
756
|
"name": "string"
|
|
@@ -738,7 +762,7 @@
|
|
|
738
762
|
"__schema": "ParameterSchema",
|
|
739
763
|
"location": {
|
|
740
764
|
"filePath": "remove.main.runtime.ts",
|
|
741
|
-
"line":
|
|
765
|
+
"line": 168,
|
|
742
766
|
"character": 36
|
|
743
767
|
},
|
|
744
768
|
"name": "options",
|
|
@@ -746,7 +770,7 @@
|
|
|
746
770
|
"__schema": "TypeRefSchema",
|
|
747
771
|
"location": {
|
|
748
772
|
"filePath": "remove.main.runtime.ts",
|
|
749
|
-
"line":
|
|
773
|
+
"line": 168,
|
|
750
774
|
"character": 45
|
|
751
775
|
},
|
|
752
776
|
"name": "RecoverOptions",
|
|
@@ -760,7 +784,7 @@
|
|
|
760
784
|
"__schema": "TypeRefSchema",
|
|
761
785
|
"location": {
|
|
762
786
|
"filePath": "remove.main.runtime.ts",
|
|
763
|
-
"line":
|
|
787
|
+
"line": 168,
|
|
764
788
|
"character": 62
|
|
765
789
|
},
|
|
766
790
|
"name": "Promise",
|
|
@@ -769,7 +793,7 @@
|
|
|
769
793
|
"__schema": "KeywordTypeSchema",
|
|
770
794
|
"location": {
|
|
771
795
|
"filePath": "remove.main.runtime.ts",
|
|
772
|
-
"line":
|
|
796
|
+
"line": 168,
|
|
773
797
|
"character": 70
|
|
774
798
|
},
|
|
775
799
|
"name": "boolean"
|
|
@@ -784,7 +808,7 @@
|
|
|
784
808
|
"__schema": "FunctionLikeSchema",
|
|
785
809
|
"location": {
|
|
786
810
|
"filePath": "remove.main.runtime.ts",
|
|
787
|
-
"line":
|
|
811
|
+
"line": 254,
|
|
788
812
|
"character": 3
|
|
789
813
|
},
|
|
790
814
|
"signature": "(method) RemoveMain.getRemoveInfo(component: Component): Promise<RemoveInfo>",
|
|
@@ -794,7 +818,7 @@
|
|
|
794
818
|
"__schema": "ParameterSchema",
|
|
795
819
|
"location": {
|
|
796
820
|
"filePath": "remove.main.runtime.ts",
|
|
797
|
-
"line":
|
|
821
|
+
"line": 254,
|
|
798
822
|
"character": 23
|
|
799
823
|
},
|
|
800
824
|
"name": "component",
|
|
@@ -802,7 +826,7 @@
|
|
|
802
826
|
"__schema": "TypeRefSchema",
|
|
803
827
|
"location": {
|
|
804
828
|
"filePath": "remove.main.runtime.ts",
|
|
805
|
-
"line":
|
|
829
|
+
"line": 254,
|
|
806
830
|
"character": 34
|
|
807
831
|
},
|
|
808
832
|
"name": "Component",
|
|
@@ -819,7 +843,7 @@
|
|
|
819
843
|
"__schema": "TypeRefSchema",
|
|
820
844
|
"location": {
|
|
821
845
|
"filePath": "remove.main.runtime.ts",
|
|
822
|
-
"line":
|
|
846
|
+
"line": 254,
|
|
823
847
|
"character": 46
|
|
824
848
|
},
|
|
825
849
|
"name": "Promise",
|
|
@@ -828,7 +852,7 @@
|
|
|
828
852
|
"__schema": "TypeRefSchema",
|
|
829
853
|
"location": {
|
|
830
854
|
"filePath": "remove.main.runtime.ts",
|
|
831
|
-
"line":
|
|
855
|
+
"line": 254,
|
|
832
856
|
"character": 54
|
|
833
857
|
},
|
|
834
858
|
"name": "RemoveInfo"
|
|
@@ -843,14 +867,14 @@
|
|
|
843
867
|
"__schema": "FunctionLikeSchema",
|
|
844
868
|
"location": {
|
|
845
869
|
"filePath": "remove.main.runtime.ts",
|
|
846
|
-
"line":
|
|
870
|
+
"line": 289,
|
|
847
871
|
"character": 3
|
|
848
872
|
},
|
|
849
873
|
"doc": {
|
|
850
874
|
"__schema": "DocSchema",
|
|
851
875
|
"location": {
|
|
852
876
|
"filePath": "remove.main.runtime.ts",
|
|
853
|
-
"line":
|
|
877
|
+
"line": 286,
|
|
854
878
|
"character": 3
|
|
855
879
|
},
|
|
856
880
|
"raw": "/**\n * @deprecated use `isDeleted` instead.\n */",
|
|
@@ -860,7 +884,7 @@
|
|
|
860
884
|
"__schema": "TagSchema",
|
|
861
885
|
"location": {
|
|
862
886
|
"filePath": "remove.main.runtime.ts",
|
|
863
|
-
"line":
|
|
887
|
+
"line": 287,
|
|
864
888
|
"character": 6
|
|
865
889
|
},
|
|
866
890
|
"tagName": "deprecated",
|
|
@@ -875,7 +899,7 @@
|
|
|
875
899
|
"__schema": "ParameterSchema",
|
|
876
900
|
"location": {
|
|
877
901
|
"filePath": "remove.main.runtime.ts",
|
|
878
|
-
"line":
|
|
902
|
+
"line": 289,
|
|
879
903
|
"character": 19
|
|
880
904
|
},
|
|
881
905
|
"name": "component",
|
|
@@ -883,7 +907,7 @@
|
|
|
883
907
|
"__schema": "TypeRefSchema",
|
|
884
908
|
"location": {
|
|
885
909
|
"filePath": "remove.main.runtime.ts",
|
|
886
|
-
"line":
|
|
910
|
+
"line": 289,
|
|
887
911
|
"character": 30
|
|
888
912
|
},
|
|
889
913
|
"name": "Component",
|
|
@@ -900,7 +924,7 @@
|
|
|
900
924
|
"__schema": "TypeRefSchema",
|
|
901
925
|
"location": {
|
|
902
926
|
"filePath": "remove.main.runtime.ts",
|
|
903
|
-
"line":
|
|
927
|
+
"line": 289,
|
|
904
928
|
"character": 42
|
|
905
929
|
},
|
|
906
930
|
"name": "Promise",
|
|
@@ -909,7 +933,7 @@
|
|
|
909
933
|
"__schema": "KeywordTypeSchema",
|
|
910
934
|
"location": {
|
|
911
935
|
"filePath": "remove.main.runtime.ts",
|
|
912
|
-
"line":
|
|
936
|
+
"line": 289,
|
|
913
937
|
"character": 50
|
|
914
938
|
},
|
|
915
939
|
"name": "boolean"
|
|
@@ -924,14 +948,14 @@
|
|
|
924
948
|
"__schema": "FunctionLikeSchema",
|
|
925
949
|
"location": {
|
|
926
950
|
"filePath": "remove.main.runtime.ts",
|
|
927
|
-
"line":
|
|
951
|
+
"line": 296,
|
|
928
952
|
"character": 3
|
|
929
953
|
},
|
|
930
954
|
"doc": {
|
|
931
955
|
"__schema": "DocSchema",
|
|
932
956
|
"location": {
|
|
933
957
|
"filePath": "remove.main.runtime.ts",
|
|
934
|
-
"line":
|
|
958
|
+
"line": 293,
|
|
935
959
|
"character": 3
|
|
936
960
|
},
|
|
937
961
|
"raw": "/**\n * whether a component is marked as deleted.\n */",
|
|
@@ -945,7 +969,7 @@
|
|
|
945
969
|
"__schema": "ParameterSchema",
|
|
946
970
|
"location": {
|
|
947
971
|
"filePath": "remove.main.runtime.ts",
|
|
948
|
-
"line":
|
|
972
|
+
"line": 296,
|
|
949
973
|
"character": 19
|
|
950
974
|
},
|
|
951
975
|
"name": "component",
|
|
@@ -953,7 +977,7 @@
|
|
|
953
977
|
"__schema": "TypeRefSchema",
|
|
954
978
|
"location": {
|
|
955
979
|
"filePath": "remove.main.runtime.ts",
|
|
956
|
-
"line":
|
|
980
|
+
"line": 296,
|
|
957
981
|
"character": 30
|
|
958
982
|
},
|
|
959
983
|
"name": "Component",
|
|
@@ -970,7 +994,7 @@
|
|
|
970
994
|
"__schema": "TypeRefSchema",
|
|
971
995
|
"location": {
|
|
972
996
|
"filePath": "remove.main.runtime.ts",
|
|
973
|
-
"line":
|
|
997
|
+
"line": 296,
|
|
974
998
|
"character": 42
|
|
975
999
|
},
|
|
976
1000
|
"name": "Promise",
|
|
@@ -979,7 +1003,7 @@
|
|
|
979
1003
|
"__schema": "KeywordTypeSchema",
|
|
980
1004
|
"location": {
|
|
981
1005
|
"filePath": "remove.main.runtime.ts",
|
|
982
|
-
"line":
|
|
1006
|
+
"line": 296,
|
|
983
1007
|
"character": 50
|
|
984
1008
|
},
|
|
985
1009
|
"name": "boolean"
|
|
@@ -994,14 +1018,14 @@
|
|
|
994
1018
|
"__schema": "FunctionLikeSchema",
|
|
995
1019
|
"location": {
|
|
996
1020
|
"filePath": "remove.main.runtime.ts",
|
|
997
|
-
"line":
|
|
1021
|
+
"line": 304,
|
|
998
1022
|
"character": 3
|
|
999
1023
|
},
|
|
1000
1024
|
"doc": {
|
|
1001
1025
|
"__schema": "DocSchema",
|
|
1002
1026
|
"location": {
|
|
1003
1027
|
"filePath": "remove.main.runtime.ts",
|
|
1004
|
-
"line":
|
|
1028
|
+
"line": 301,
|
|
1005
1029
|
"character": 3
|
|
1006
1030
|
},
|
|
1007
1031
|
"raw": "/**\n * performant version of isRemoved() in case the component object is not available and loading it is expensive.\n */",
|
|
@@ -1015,7 +1039,7 @@
|
|
|
1015
1039
|
"__schema": "ParameterSchema",
|
|
1016
1040
|
"location": {
|
|
1017
1041
|
"filePath": "remove.main.runtime.ts",
|
|
1018
|
-
"line":
|
|
1042
|
+
"line": 304,
|
|
1019
1043
|
"character": 46
|
|
1020
1044
|
},
|
|
1021
1045
|
"name": "componentId",
|
|
@@ -1023,7 +1047,7 @@
|
|
|
1023
1047
|
"__schema": "TypeRefSchema",
|
|
1024
1048
|
"location": {
|
|
1025
1049
|
"filePath": "remove.main.runtime.ts",
|
|
1026
|
-
"line":
|
|
1050
|
+
"line": 304,
|
|
1027
1051
|
"character": 59
|
|
1028
1052
|
},
|
|
1029
1053
|
"name": "ComponentID",
|
|
@@ -1041,7 +1065,7 @@
|
|
|
1041
1065
|
"__schema": "TypeRefSchema",
|
|
1042
1066
|
"location": {
|
|
1043
1067
|
"filePath": "remove.main.runtime.ts",
|
|
1044
|
-
"line":
|
|
1068
|
+
"line": 304,
|
|
1045
1069
|
"character": 73
|
|
1046
1070
|
},
|
|
1047
1071
|
"name": "Promise",
|
|
@@ -1050,7 +1074,7 @@
|
|
|
1050
1074
|
"__schema": "KeywordTypeSchema",
|
|
1051
1075
|
"location": {
|
|
1052
1076
|
"filePath": "remove.main.runtime.ts",
|
|
1053
|
-
"line":
|
|
1077
|
+
"line": 304,
|
|
1054
1078
|
"character": 81
|
|
1055
1079
|
},
|
|
1056
1080
|
"name": "boolean"
|
|
@@ -1065,14 +1089,14 @@
|
|
|
1065
1089
|
"__schema": "FunctionLikeSchema",
|
|
1066
1090
|
"location": {
|
|
1067
1091
|
"filePath": "remove.main.runtime.ts",
|
|
1068
|
-
"line":
|
|
1092
|
+
"line": 321,
|
|
1069
1093
|
"character": 3
|
|
1070
1094
|
},
|
|
1071
1095
|
"doc": {
|
|
1072
1096
|
"__schema": "DocSchema",
|
|
1073
1097
|
"location": {
|
|
1074
1098
|
"filePath": "remove.main.runtime.ts",
|
|
1075
|
-
"line":
|
|
1099
|
+
"line": 318,
|
|
1076
1100
|
"character": 3
|
|
1077
1101
|
},
|
|
1078
1102
|
"raw": "/**\n * get components that were soft-removed and tagged/snapped/merged but not exported yet.\n */",
|
|
@@ -1086,7 +1110,7 @@
|
|
|
1086
1110
|
"__schema": "TypeRefSchema",
|
|
1087
1111
|
"location": {
|
|
1088
1112
|
"filePath": "remove.main.runtime.ts",
|
|
1089
|
-
"line":
|
|
1113
|
+
"line": 321,
|
|
1090
1114
|
"character": 29
|
|
1091
1115
|
},
|
|
1092
1116
|
"name": "Promise",
|
|
@@ -1095,14 +1119,14 @@
|
|
|
1095
1119
|
"__schema": "TypeArraySchema",
|
|
1096
1120
|
"location": {
|
|
1097
1121
|
"filePath": "remove.main.runtime.ts",
|
|
1098
|
-
"line":
|
|
1122
|
+
"line": 321,
|
|
1099
1123
|
"character": 37
|
|
1100
1124
|
},
|
|
1101
1125
|
"type": {
|
|
1102
1126
|
"__schema": "TypeRefSchema",
|
|
1103
1127
|
"location": {
|
|
1104
1128
|
"filePath": "remove.main.runtime.ts",
|
|
1105
|
-
"line":
|
|
1129
|
+
"line": 321,
|
|
1106
1130
|
"character": 37
|
|
1107
1131
|
},
|
|
1108
1132
|
"name": "ComponentID",
|
|
@@ -1123,7 +1147,7 @@
|
|
|
1123
1147
|
"__schema": "FunctionLikeSchema",
|
|
1124
1148
|
"location": {
|
|
1125
1149
|
"filePath": "remove.main.runtime.ts",
|
|
1126
|
-
"line":
|
|
1150
|
+
"line": 325,
|
|
1127
1151
|
"character": 3
|
|
1128
1152
|
},
|
|
1129
1153
|
"signature": "(method) RemoveMain.addRemovedDependenciesIssues(components: Component[]): Promise<void>",
|
|
@@ -1133,7 +1157,7 @@
|
|
|
1133
1157
|
"__schema": "ParameterSchema",
|
|
1134
1158
|
"location": {
|
|
1135
1159
|
"filePath": "remove.main.runtime.ts",
|
|
1136
|
-
"line":
|
|
1160
|
+
"line": 325,
|
|
1137
1161
|
"character": 38
|
|
1138
1162
|
},
|
|
1139
1163
|
"name": "components",
|
|
@@ -1141,14 +1165,14 @@
|
|
|
1141
1165
|
"__schema": "TypeArraySchema",
|
|
1142
1166
|
"location": {
|
|
1143
1167
|
"filePath": "remove.main.runtime.ts",
|
|
1144
|
-
"line":
|
|
1168
|
+
"line": 325,
|
|
1145
1169
|
"character": 50
|
|
1146
1170
|
},
|
|
1147
1171
|
"type": {
|
|
1148
1172
|
"__schema": "TypeRefSchema",
|
|
1149
1173
|
"location": {
|
|
1150
1174
|
"filePath": "remove.main.runtime.ts",
|
|
1151
|
-
"line":
|
|
1175
|
+
"line": 325,
|
|
1152
1176
|
"character": 50
|
|
1153
1177
|
},
|
|
1154
1178
|
"name": "Component",
|
|
@@ -1166,7 +1190,7 @@
|
|
|
1166
1190
|
"__schema": "InferenceTypeSchema",
|
|
1167
1191
|
"location": {
|
|
1168
1192
|
"filePath": "remove.main.runtime.ts",
|
|
1169
|
-
"line":
|
|
1193
|
+
"line": 325,
|
|
1170
1194
|
"character": 3
|
|
1171
1195
|
},
|
|
1172
1196
|
"type": "Promise<void>"
|
|
@@ -1179,7 +1203,7 @@
|
|
|
1179
1203
|
"__schema": "VariableLikeSchema",
|
|
1180
1204
|
"location": {
|
|
1181
1205
|
"filePath": "remove.main.runtime.ts",
|
|
1182
|
-
"line":
|
|
1206
|
+
"line": 394,
|
|
1183
1207
|
"character": 3
|
|
1184
1208
|
},
|
|
1185
1209
|
"signature": "(property) RemoveMain.slots: never[]",
|
|
@@ -1188,7 +1212,7 @@
|
|
|
1188
1212
|
"__schema": "InferenceTypeSchema",
|
|
1189
1213
|
"location": {
|
|
1190
1214
|
"filePath": "remove.main.runtime.ts",
|
|
1191
|
-
"line":
|
|
1215
|
+
"line": 394,
|
|
1192
1216
|
"character": 3
|
|
1193
1217
|
},
|
|
1194
1218
|
"type": "never[]"
|
|
@@ -1200,7 +1224,7 @@
|
|
|
1200
1224
|
"__schema": "VariableLikeSchema",
|
|
1201
1225
|
"location": {
|
|
1202
1226
|
"filePath": "remove.main.runtime.ts",
|
|
1203
|
-
"line":
|
|
1227
|
+
"line": 395,
|
|
1204
1228
|
"character": 3
|
|
1205
1229
|
},
|
|
1206
1230
|
"signature": "(property) RemoveMain.dependencies: Aspect[]",
|
|
@@ -1209,19 +1233,19 @@
|
|
|
1209
1233
|
"__schema": "InferenceTypeSchema",
|
|
1210
1234
|
"location": {
|
|
1211
1235
|
"filePath": "remove.main.runtime.ts",
|
|
1212
|
-
"line":
|
|
1236
|
+
"line": 395,
|
|
1213
1237
|
"character": 3
|
|
1214
1238
|
},
|
|
1215
1239
|
"type": "Aspect[]"
|
|
1216
1240
|
},
|
|
1217
1241
|
"isOptional": true,
|
|
1218
|
-
"defaultValue": "[\n WorkspaceAspect,\n ScopeAspect,\n CLIAspect,\n LoggerAspect,\n ComponentAspect,\n ImporterAspect,\n DependencyResolverAspect,\n IssuesAspect,\n ]"
|
|
1242
|
+
"defaultValue": "[\n WorkspaceAspect,\n ScopeAspect,\n CLIAspect,\n LoggerAspect,\n ComponentAspect,\n ImporterAspect,\n DependencyResolverAspect,\n IssuesAspect,\n ListerAspect,\n ]"
|
|
1219
1243
|
},
|
|
1220
1244
|
{
|
|
1221
1245
|
"__schema": "VariableLikeSchema",
|
|
1222
1246
|
"location": {
|
|
1223
1247
|
"filePath": "remove.main.runtime.ts",
|
|
1224
|
-
"line":
|
|
1248
|
+
"line": 406,
|
|
1225
1249
|
"character": 3
|
|
1226
1250
|
},
|
|
1227
1251
|
"signature": "(property) RemoveMain.runtime: RuntimeDefinition",
|
|
@@ -1230,7 +1254,7 @@
|
|
|
1230
1254
|
"__schema": "InferenceTypeSchema",
|
|
1231
1255
|
"location": {
|
|
1232
1256
|
"filePath": "remove.main.runtime.ts",
|
|
1233
|
-
"line":
|
|
1257
|
+
"line": 406,
|
|
1234
1258
|
"character": 3
|
|
1235
1259
|
},
|
|
1236
1260
|
"type": "RuntimeDefinition"
|
|
@@ -1242,33 +1266,33 @@
|
|
|
1242
1266
|
"__schema": "FunctionLikeSchema",
|
|
1243
1267
|
"location": {
|
|
1244
1268
|
"filePath": "remove.main.runtime.ts",
|
|
1245
|
-
"line":
|
|
1269
|
+
"line": 408,
|
|
1246
1270
|
"character": 3
|
|
1247
1271
|
},
|
|
1248
|
-
"signature": "(method) RemoveMain.provider([workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues]: [\n Workspace,\n ScopeMain,\n CLIMain,\n LoggerMain,\n ComponentMain,\n ImporterMain,\n DependencyResolverMain,\n IssuesMain\n]): Promise<RemoveMain>",
|
|
1272
|
+
"signature": "(method) RemoveMain.provider([workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues, lister,]: [\n Workspace,\n ScopeMain,\n CLIMain,\n LoggerMain,\n ComponentMain,\n ImporterMain,\n DependencyResolverMain,\n IssuesMain,\n ListerMain\n]): Promise<RemoveMain>",
|
|
1249
1273
|
"name": "provider",
|
|
1250
1274
|
"params": [
|
|
1251
1275
|
{
|
|
1252
1276
|
"__schema": "ParameterSchema",
|
|
1253
1277
|
"location": {
|
|
1254
1278
|
"filePath": "remove.main.runtime.ts",
|
|
1255
|
-
"line":
|
|
1279
|
+
"line": 408,
|
|
1256
1280
|
"character": 25
|
|
1257
1281
|
},
|
|
1258
|
-
"name": "[ workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues ]",
|
|
1282
|
+
"name": "[ workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues, lister ]",
|
|
1259
1283
|
"type": {
|
|
1260
1284
|
"__schema": "TupleTypeSchema",
|
|
1261
1285
|
"location": {
|
|
1262
1286
|
"filePath": "remove.main.runtime.ts",
|
|
1263
|
-
"line":
|
|
1264
|
-
"character":
|
|
1287
|
+
"line": 418,
|
|
1288
|
+
"character": 6
|
|
1265
1289
|
},
|
|
1266
1290
|
"elements": [
|
|
1267
1291
|
{
|
|
1268
1292
|
"__schema": "TypeRefSchema",
|
|
1269
1293
|
"location": {
|
|
1270
1294
|
"filePath": "remove.main.runtime.ts",
|
|
1271
|
-
"line":
|
|
1295
|
+
"line": 419,
|
|
1272
1296
|
"character": 5
|
|
1273
1297
|
},
|
|
1274
1298
|
"name": "Workspace",
|
|
@@ -1281,7 +1305,7 @@
|
|
|
1281
1305
|
"__schema": "TypeRefSchema",
|
|
1282
1306
|
"location": {
|
|
1283
1307
|
"filePath": "remove.main.runtime.ts",
|
|
1284
|
-
"line":
|
|
1308
|
+
"line": 420,
|
|
1285
1309
|
"character": 5
|
|
1286
1310
|
},
|
|
1287
1311
|
"name": "ScopeMain",
|
|
@@ -1294,7 +1318,7 @@
|
|
|
1294
1318
|
"__schema": "TypeRefSchema",
|
|
1295
1319
|
"location": {
|
|
1296
1320
|
"filePath": "remove.main.runtime.ts",
|
|
1297
|
-
"line":
|
|
1321
|
+
"line": 421,
|
|
1298
1322
|
"character": 5
|
|
1299
1323
|
},
|
|
1300
1324
|
"name": "CLIMain",
|
|
@@ -1307,7 +1331,7 @@
|
|
|
1307
1331
|
"__schema": "TypeRefSchema",
|
|
1308
1332
|
"location": {
|
|
1309
1333
|
"filePath": "remove.main.runtime.ts",
|
|
1310
|
-
"line":
|
|
1334
|
+
"line": 422,
|
|
1311
1335
|
"character": 5
|
|
1312
1336
|
},
|
|
1313
1337
|
"name": "LoggerMain",
|
|
@@ -1320,7 +1344,7 @@
|
|
|
1320
1344
|
"__schema": "TypeRefSchema",
|
|
1321
1345
|
"location": {
|
|
1322
1346
|
"filePath": "remove.main.runtime.ts",
|
|
1323
|
-
"line":
|
|
1347
|
+
"line": 423,
|
|
1324
1348
|
"character": 5
|
|
1325
1349
|
},
|
|
1326
1350
|
"name": "ComponentMain",
|
|
@@ -1333,7 +1357,7 @@
|
|
|
1333
1357
|
"__schema": "TypeRefSchema",
|
|
1334
1358
|
"location": {
|
|
1335
1359
|
"filePath": "remove.main.runtime.ts",
|
|
1336
|
-
"line":
|
|
1360
|
+
"line": 424,
|
|
1337
1361
|
"character": 5
|
|
1338
1362
|
},
|
|
1339
1363
|
"name": "ImporterMain",
|
|
@@ -1346,7 +1370,7 @@
|
|
|
1346
1370
|
"__schema": "TypeRefSchema",
|
|
1347
1371
|
"location": {
|
|
1348
1372
|
"filePath": "remove.main.runtime.ts",
|
|
1349
|
-
"line":
|
|
1373
|
+
"line": 425,
|
|
1350
1374
|
"character": 5
|
|
1351
1375
|
},
|
|
1352
1376
|
"name": "DependencyResolverMain",
|
|
@@ -1359,7 +1383,7 @@
|
|
|
1359
1383
|
"__schema": "TypeRefSchema",
|
|
1360
1384
|
"location": {
|
|
1361
1385
|
"filePath": "remove.main.runtime.ts",
|
|
1362
|
-
"line":
|
|
1386
|
+
"line": 426,
|
|
1363
1387
|
"character": 5
|
|
1364
1388
|
},
|
|
1365
1389
|
"name": "IssuesMain",
|
|
@@ -1367,6 +1391,19 @@
|
|
|
1367
1391
|
"scope": "teambit.component",
|
|
1368
1392
|
"name": "issues"
|
|
1369
1393
|
}
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"__schema": "TypeRefSchema",
|
|
1397
|
+
"location": {
|
|
1398
|
+
"filePath": "remove.main.runtime.ts",
|
|
1399
|
+
"line": 427,
|
|
1400
|
+
"character": 5
|
|
1401
|
+
},
|
|
1402
|
+
"name": "ListerMain",
|
|
1403
|
+
"componentId": {
|
|
1404
|
+
"scope": "teambit.component",
|
|
1405
|
+
"name": "lister"
|
|
1406
|
+
}
|
|
1370
1407
|
}
|
|
1371
1408
|
]
|
|
1372
1409
|
},
|
|
@@ -1378,7 +1415,7 @@
|
|
|
1378
1415
|
"__schema": "InferenceTypeSchema",
|
|
1379
1416
|
"location": {
|
|
1380
1417
|
"filePath": "remove.main.runtime.ts",
|
|
1381
|
-
"line":
|
|
1418
|
+
"line": 408,
|
|
1382
1419
|
"character": 3
|
|
1383
1420
|
},
|
|
1384
1421
|
"type": "Promise<RemoveMain>"
|
|
@@ -1732,7 +1769,7 @@
|
|
|
1732
1769
|
"_legacy": {
|
|
1733
1770
|
"scope": "teambit.component",
|
|
1734
1771
|
"name": "remove",
|
|
1735
|
-
"version": "1.0.
|
|
1772
|
+
"version": "1.0.319"
|
|
1736
1773
|
},
|
|
1737
1774
|
"_scope": "teambit.component"
|
|
1738
1775
|
}
|
|
@@ -2160,7 +2197,7 @@
|
|
|
2160
2197
|
"line": 45,
|
|
2161
2198
|
"character": 3
|
|
2162
2199
|
},
|
|
2163
|
-
"signature": "constructor RemoveMain(workspace: Workspace, scope: ScopeMain, logger: Logger, importer: ImporterMain, depResolver: DependencyResolverMain): RemoveMain",
|
|
2200
|
+
"signature": "constructor RemoveMain(workspace: Workspace, scope: ScopeMain, logger: Logger, importer: ImporterMain, depResolver: DependencyResolverMain, lister: ListerMain): RemoveMain",
|
|
2164
2201
|
"name": "constructor",
|
|
2165
2202
|
"params": [
|
|
2166
2203
|
{
|
|
@@ -2282,6 +2319,30 @@
|
|
|
2282
2319
|
},
|
|
2283
2320
|
"isOptional": false,
|
|
2284
2321
|
"isSpread": false
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"__schema": "ParameterSchema",
|
|
2325
|
+
"location": {
|
|
2326
|
+
"filePath": "remove.main.runtime.ts",
|
|
2327
|
+
"line": 51,
|
|
2328
|
+
"character": 5
|
|
2329
|
+
},
|
|
2330
|
+
"name": "lister",
|
|
2331
|
+
"type": {
|
|
2332
|
+
"__schema": "TypeRefSchema",
|
|
2333
|
+
"location": {
|
|
2334
|
+
"filePath": "remove.main.runtime.ts",
|
|
2335
|
+
"line": 51,
|
|
2336
|
+
"character": 21
|
|
2337
|
+
},
|
|
2338
|
+
"name": "ListerMain",
|
|
2339
|
+
"componentId": {
|
|
2340
|
+
"scope": "teambit.component",
|
|
2341
|
+
"name": "lister"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
"isOptional": false,
|
|
2345
|
+
"isSpread": false
|
|
2285
2346
|
}
|
|
2286
2347
|
],
|
|
2287
2348
|
"returnType": {
|
|
@@ -2299,7 +2360,7 @@
|
|
|
2299
2360
|
"__schema": "FunctionLikeSchema",
|
|
2300
2361
|
"location": {
|
|
2301
2362
|
"filePath": "remove.main.runtime.ts",
|
|
2302
|
-
"line":
|
|
2363
|
+
"line": 54,
|
|
2303
2364
|
"character": 3
|
|
2304
2365
|
},
|
|
2305
2366
|
"signature": "(method) RemoveMain.remove({ componentsPattern, force, remote, track, deleteFiles, }: {\n componentsPattern: string;\n force?: boolean;\n remote?: boolean;\n track?: boolean;\n deleteFiles?: boolean;\n}): Promise<RemoveComponentsResult>",
|
|
@@ -2309,7 +2370,7 @@
|
|
|
2309
2370
|
"__schema": "ParameterSchema",
|
|
2310
2371
|
"location": {
|
|
2311
2372
|
"filePath": "remove.main.runtime.ts",
|
|
2312
|
-
"line":
|
|
2373
|
+
"line": 54,
|
|
2313
2374
|
"character": 16
|
|
2314
2375
|
},
|
|
2315
2376
|
"name": "{ componentsPattern, force = false, remote = false, track = false, deleteFiles = true }",
|
|
@@ -2317,7 +2378,7 @@
|
|
|
2317
2378
|
"__schema": "TypeLiteralSchema",
|
|
2318
2379
|
"location": {
|
|
2319
2380
|
"filePath": "remove.main.runtime.ts",
|
|
2320
|
-
"line":
|
|
2381
|
+
"line": 60,
|
|
2321
2382
|
"character": 6
|
|
2322
2383
|
},
|
|
2323
2384
|
"members": [
|
|
@@ -2325,7 +2386,7 @@
|
|
|
2325
2386
|
"__schema": "VariableLikeSchema",
|
|
2326
2387
|
"location": {
|
|
2327
2388
|
"filePath": "remove.main.runtime.ts",
|
|
2328
|
-
"line":
|
|
2389
|
+
"line": 61,
|
|
2329
2390
|
"character": 5
|
|
2330
2391
|
},
|
|
2331
2392
|
"signature": "(property) componentsPattern: string",
|
|
@@ -2334,7 +2395,7 @@
|
|
|
2334
2395
|
"__schema": "KeywordTypeSchema",
|
|
2335
2396
|
"location": {
|
|
2336
2397
|
"filePath": "remove.main.runtime.ts",
|
|
2337
|
-
"line":
|
|
2398
|
+
"line": 61,
|
|
2338
2399
|
"character": 24
|
|
2339
2400
|
},
|
|
2340
2401
|
"name": "string"
|
|
@@ -2345,7 +2406,7 @@
|
|
|
2345
2406
|
"__schema": "VariableLikeSchema",
|
|
2346
2407
|
"location": {
|
|
2347
2408
|
"filePath": "remove.main.runtime.ts",
|
|
2348
|
-
"line":
|
|
2409
|
+
"line": 62,
|
|
2349
2410
|
"character": 5
|
|
2350
2411
|
},
|
|
2351
2412
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -2354,7 +2415,7 @@
|
|
|
2354
2415
|
"__schema": "KeywordTypeSchema",
|
|
2355
2416
|
"location": {
|
|
2356
2417
|
"filePath": "remove.main.runtime.ts",
|
|
2357
|
-
"line":
|
|
2418
|
+
"line": 62,
|
|
2358
2419
|
"character": 13
|
|
2359
2420
|
},
|
|
2360
2421
|
"name": "boolean"
|
|
@@ -2365,7 +2426,7 @@
|
|
|
2365
2426
|
"__schema": "VariableLikeSchema",
|
|
2366
2427
|
"location": {
|
|
2367
2428
|
"filePath": "remove.main.runtime.ts",
|
|
2368
|
-
"line":
|
|
2429
|
+
"line": 63,
|
|
2369
2430
|
"character": 5
|
|
2370
2431
|
},
|
|
2371
2432
|
"signature": "(property) remote?: boolean | undefined",
|
|
@@ -2374,7 +2435,7 @@
|
|
|
2374
2435
|
"__schema": "KeywordTypeSchema",
|
|
2375
2436
|
"location": {
|
|
2376
2437
|
"filePath": "remove.main.runtime.ts",
|
|
2377
|
-
"line":
|
|
2438
|
+
"line": 63,
|
|
2378
2439
|
"character": 14
|
|
2379
2440
|
},
|
|
2380
2441
|
"name": "boolean"
|
|
@@ -2385,7 +2446,7 @@
|
|
|
2385
2446
|
"__schema": "VariableLikeSchema",
|
|
2386
2447
|
"location": {
|
|
2387
2448
|
"filePath": "remove.main.runtime.ts",
|
|
2388
|
-
"line":
|
|
2449
|
+
"line": 64,
|
|
2389
2450
|
"character": 5
|
|
2390
2451
|
},
|
|
2391
2452
|
"signature": "(property) track?: boolean | undefined",
|
|
@@ -2394,7 +2455,7 @@
|
|
|
2394
2455
|
"__schema": "KeywordTypeSchema",
|
|
2395
2456
|
"location": {
|
|
2396
2457
|
"filePath": "remove.main.runtime.ts",
|
|
2397
|
-
"line":
|
|
2458
|
+
"line": 64,
|
|
2398
2459
|
"character": 13
|
|
2399
2460
|
},
|
|
2400
2461
|
"name": "boolean"
|
|
@@ -2405,7 +2466,7 @@
|
|
|
2405
2466
|
"__schema": "VariableLikeSchema",
|
|
2406
2467
|
"location": {
|
|
2407
2468
|
"filePath": "remove.main.runtime.ts",
|
|
2408
|
-
"line":
|
|
2469
|
+
"line": 65,
|
|
2409
2470
|
"character": 5
|
|
2410
2471
|
},
|
|
2411
2472
|
"signature": "(property) deleteFiles?: boolean | undefined",
|
|
@@ -2414,7 +2475,7 @@
|
|
|
2414
2475
|
"__schema": "KeywordTypeSchema",
|
|
2415
2476
|
"location": {
|
|
2416
2477
|
"filePath": "remove.main.runtime.ts",
|
|
2417
|
-
"line":
|
|
2478
|
+
"line": 65,
|
|
2418
2479
|
"character": 19
|
|
2419
2480
|
},
|
|
2420
2481
|
"name": "boolean"
|
|
@@ -2429,7 +2490,7 @@
|
|
|
2429
2490
|
"__schema": "VariableLikeSchema",
|
|
2430
2491
|
"location": {
|
|
2431
2492
|
"filePath": "remove.main.runtime.ts",
|
|
2432
|
-
"line":
|
|
2493
|
+
"line": 61,
|
|
2433
2494
|
"character": 5
|
|
2434
2495
|
},
|
|
2435
2496
|
"signature": "(property) componentsPattern: string",
|
|
@@ -2438,7 +2499,7 @@
|
|
|
2438
2499
|
"__schema": "KeywordTypeSchema",
|
|
2439
2500
|
"location": {
|
|
2440
2501
|
"filePath": "remove.main.runtime.ts",
|
|
2441
|
-
"line":
|
|
2502
|
+
"line": 61,
|
|
2442
2503
|
"character": 24
|
|
2443
2504
|
},
|
|
2444
2505
|
"name": "string"
|
|
@@ -2449,7 +2510,7 @@
|
|
|
2449
2510
|
"__schema": "VariableLikeSchema",
|
|
2450
2511
|
"location": {
|
|
2451
2512
|
"filePath": "remove.main.runtime.ts",
|
|
2452
|
-
"line":
|
|
2513
|
+
"line": 62,
|
|
2453
2514
|
"character": 5
|
|
2454
2515
|
},
|
|
2455
2516
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -2458,7 +2519,7 @@
|
|
|
2458
2519
|
"__schema": "KeywordTypeSchema",
|
|
2459
2520
|
"location": {
|
|
2460
2521
|
"filePath": "remove.main.runtime.ts",
|
|
2461
|
-
"line":
|
|
2522
|
+
"line": 62,
|
|
2462
2523
|
"character": 13
|
|
2463
2524
|
},
|
|
2464
2525
|
"name": "boolean"
|
|
@@ -2469,7 +2530,7 @@
|
|
|
2469
2530
|
"__schema": "VariableLikeSchema",
|
|
2470
2531
|
"location": {
|
|
2471
2532
|
"filePath": "remove.main.runtime.ts",
|
|
2472
|
-
"line":
|
|
2533
|
+
"line": 63,
|
|
2473
2534
|
"character": 5
|
|
2474
2535
|
},
|
|
2475
2536
|
"signature": "(property) remote?: boolean | undefined",
|
|
@@ -2478,7 +2539,7 @@
|
|
|
2478
2539
|
"__schema": "KeywordTypeSchema",
|
|
2479
2540
|
"location": {
|
|
2480
2541
|
"filePath": "remove.main.runtime.ts",
|
|
2481
|
-
"line":
|
|
2542
|
+
"line": 63,
|
|
2482
2543
|
"character": 14
|
|
2483
2544
|
},
|
|
2484
2545
|
"name": "boolean"
|
|
@@ -2489,7 +2550,7 @@
|
|
|
2489
2550
|
"__schema": "VariableLikeSchema",
|
|
2490
2551
|
"location": {
|
|
2491
2552
|
"filePath": "remove.main.runtime.ts",
|
|
2492
|
-
"line":
|
|
2553
|
+
"line": 64,
|
|
2493
2554
|
"character": 5
|
|
2494
2555
|
},
|
|
2495
2556
|
"signature": "(property) track?: boolean | undefined",
|
|
@@ -2498,7 +2559,7 @@
|
|
|
2498
2559
|
"__schema": "KeywordTypeSchema",
|
|
2499
2560
|
"location": {
|
|
2500
2561
|
"filePath": "remove.main.runtime.ts",
|
|
2501
|
-
"line":
|
|
2562
|
+
"line": 64,
|
|
2502
2563
|
"character": 13
|
|
2503
2564
|
},
|
|
2504
2565
|
"name": "boolean"
|
|
@@ -2509,7 +2570,7 @@
|
|
|
2509
2570
|
"__schema": "VariableLikeSchema",
|
|
2510
2571
|
"location": {
|
|
2511
2572
|
"filePath": "remove.main.runtime.ts",
|
|
2512
|
-
"line":
|
|
2573
|
+
"line": 65,
|
|
2513
2574
|
"character": 5
|
|
2514
2575
|
},
|
|
2515
2576
|
"signature": "(property) deleteFiles?: boolean | undefined",
|
|
@@ -2518,7 +2579,7 @@
|
|
|
2518
2579
|
"__schema": "KeywordTypeSchema",
|
|
2519
2580
|
"location": {
|
|
2520
2581
|
"filePath": "remove.main.runtime.ts",
|
|
2521
|
-
"line":
|
|
2582
|
+
"line": 65,
|
|
2522
2583
|
"character": 19
|
|
2523
2584
|
},
|
|
2524
2585
|
"name": "boolean"
|
|
@@ -2533,7 +2594,7 @@
|
|
|
2533
2594
|
"__schema": "TypeRefSchema",
|
|
2534
2595
|
"location": {
|
|
2535
2596
|
"filePath": "remove.main.runtime.ts",
|
|
2536
|
-
"line":
|
|
2597
|
+
"line": 66,
|
|
2537
2598
|
"character": 7
|
|
2538
2599
|
},
|
|
2539
2600
|
"name": "Promise",
|
|
@@ -2542,7 +2603,7 @@
|
|
|
2542
2603
|
"__schema": "TypeRefSchema",
|
|
2543
2604
|
"location": {
|
|
2544
2605
|
"filePath": "remove.main.runtime.ts",
|
|
2545
|
-
"line":
|
|
2606
|
+
"line": 66,
|
|
2546
2607
|
"character": 15
|
|
2547
2608
|
},
|
|
2548
2609
|
"name": "RemoveComponentsResult",
|
|
@@ -2558,14 +2619,14 @@
|
|
|
2558
2619
|
"__schema": "FunctionLikeSchema",
|
|
2559
2620
|
"location": {
|
|
2560
2621
|
"filePath": "remove.main.runtime.ts",
|
|
2561
|
-
"line":
|
|
2622
|
+
"line": 88,
|
|
2562
2623
|
"character": 3
|
|
2563
2624
|
},
|
|
2564
2625
|
"doc": {
|
|
2565
2626
|
"__schema": "DocSchema",
|
|
2566
2627
|
"location": {
|
|
2567
2628
|
"filePath": "remove.main.runtime.ts",
|
|
2568
|
-
"line":
|
|
2629
|
+
"line": 85,
|
|
2569
2630
|
"character": 3
|
|
2570
2631
|
},
|
|
2571
2632
|
"raw": "/**\n * remove components from the workspace.\n */",
|
|
@@ -2579,7 +2640,7 @@
|
|
|
2579
2640
|
"__schema": "ParameterSchema",
|
|
2580
2641
|
"location": {
|
|
2581
2642
|
"filePath": "remove.main.runtime.ts",
|
|
2582
|
-
"line":
|
|
2643
|
+
"line": 89,
|
|
2583
2644
|
"character": 5
|
|
2584
2645
|
},
|
|
2585
2646
|
"name": "ids",
|
|
@@ -2587,14 +2648,14 @@
|
|
|
2587
2648
|
"__schema": "TypeArraySchema",
|
|
2588
2649
|
"location": {
|
|
2589
2650
|
"filePath": "remove.main.runtime.ts",
|
|
2590
|
-
"line":
|
|
2651
|
+
"line": 89,
|
|
2591
2652
|
"character": 10
|
|
2592
2653
|
},
|
|
2593
2654
|
"type": {
|
|
2594
2655
|
"__schema": "TypeRefSchema",
|
|
2595
2656
|
"location": {
|
|
2596
2657
|
"filePath": "remove.main.runtime.ts",
|
|
2597
|
-
"line":
|
|
2658
|
+
"line": 89,
|
|
2598
2659
|
"character": 10
|
|
2599
2660
|
},
|
|
2600
2661
|
"name": "ComponentID",
|
|
@@ -2612,7 +2673,7 @@
|
|
|
2612
2673
|
"__schema": "ParameterSchema",
|
|
2613
2674
|
"location": {
|
|
2614
2675
|
"filePath": "remove.main.runtime.ts",
|
|
2615
|
-
"line":
|
|
2676
|
+
"line": 90,
|
|
2616
2677
|
"character": 5
|
|
2617
2678
|
},
|
|
2618
2679
|
"name": "{ force = false, reasonForRemoval }",
|
|
@@ -2620,7 +2681,7 @@
|
|
|
2620
2681
|
"__schema": "TypeLiteralSchema",
|
|
2621
2682
|
"location": {
|
|
2622
2683
|
"filePath": "remove.main.runtime.ts",
|
|
2623
|
-
"line":
|
|
2684
|
+
"line": 90,
|
|
2624
2685
|
"character": 42
|
|
2625
2686
|
},
|
|
2626
2687
|
"members": [
|
|
@@ -2628,7 +2689,7 @@
|
|
|
2628
2689
|
"__schema": "VariableLikeSchema",
|
|
2629
2690
|
"location": {
|
|
2630
2691
|
"filePath": "remove.main.runtime.ts",
|
|
2631
|
-
"line":
|
|
2692
|
+
"line": 90,
|
|
2632
2693
|
"character": 44
|
|
2633
2694
|
},
|
|
2634
2695
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -2637,7 +2698,7 @@
|
|
|
2637
2698
|
"__schema": "KeywordTypeSchema",
|
|
2638
2699
|
"location": {
|
|
2639
2700
|
"filePath": "remove.main.runtime.ts",
|
|
2640
|
-
"line":
|
|
2701
|
+
"line": 90,
|
|
2641
2702
|
"character": 52
|
|
2642
2703
|
},
|
|
2643
2704
|
"name": "boolean"
|
|
@@ -2648,7 +2709,7 @@
|
|
|
2648
2709
|
"__schema": "VariableLikeSchema",
|
|
2649
2710
|
"location": {
|
|
2650
2711
|
"filePath": "remove.main.runtime.ts",
|
|
2651
|
-
"line":
|
|
2712
|
+
"line": 90,
|
|
2652
2713
|
"character": 61
|
|
2653
2714
|
},
|
|
2654
2715
|
"signature": "(property) reasonForRemoval?: string | undefined",
|
|
@@ -2657,7 +2718,7 @@
|
|
|
2657
2718
|
"__schema": "KeywordTypeSchema",
|
|
2658
2719
|
"location": {
|
|
2659
2720
|
"filePath": "remove.main.runtime.ts",
|
|
2660
|
-
"line":
|
|
2721
|
+
"line": 90,
|
|
2661
2722
|
"character": 80
|
|
2662
2723
|
},
|
|
2663
2724
|
"name": "string"
|
|
@@ -2673,7 +2734,7 @@
|
|
|
2673
2734
|
"__schema": "VariableLikeSchema",
|
|
2674
2735
|
"location": {
|
|
2675
2736
|
"filePath": "remove.main.runtime.ts",
|
|
2676
|
-
"line":
|
|
2737
|
+
"line": 90,
|
|
2677
2738
|
"character": 44
|
|
2678
2739
|
},
|
|
2679
2740
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -2682,7 +2743,7 @@
|
|
|
2682
2743
|
"__schema": "KeywordTypeSchema",
|
|
2683
2744
|
"location": {
|
|
2684
2745
|
"filePath": "remove.main.runtime.ts",
|
|
2685
|
-
"line":
|
|
2746
|
+
"line": 90,
|
|
2686
2747
|
"character": 52
|
|
2687
2748
|
},
|
|
2688
2749
|
"name": "boolean"
|
|
@@ -2693,7 +2754,7 @@
|
|
|
2693
2754
|
"__schema": "VariableLikeSchema",
|
|
2694
2755
|
"location": {
|
|
2695
2756
|
"filePath": "remove.main.runtime.ts",
|
|
2696
|
-
"line":
|
|
2757
|
+
"line": 90,
|
|
2697
2758
|
"character": 61
|
|
2698
2759
|
},
|
|
2699
2760
|
"signature": "(property) reasonForRemoval?: string | undefined",
|
|
@@ -2702,7 +2763,7 @@
|
|
|
2702
2763
|
"__schema": "KeywordTypeSchema",
|
|
2703
2764
|
"location": {
|
|
2704
2765
|
"filePath": "remove.main.runtime.ts",
|
|
2705
|
-
"line":
|
|
2766
|
+
"line": 90,
|
|
2706
2767
|
"character": 80
|
|
2707
2768
|
},
|
|
2708
2769
|
"name": "string"
|
|
@@ -2717,7 +2778,7 @@
|
|
|
2717
2778
|
"__schema": "InferenceTypeSchema",
|
|
2718
2779
|
"location": {
|
|
2719
2780
|
"filePath": "remove.main.runtime.ts",
|
|
2720
|
-
"line":
|
|
2781
|
+
"line": 88,
|
|
2721
2782
|
"character": 3
|
|
2722
2783
|
},
|
|
2723
2784
|
"type": "Promise<RemoveComponentsResult>"
|
|
@@ -2730,7 +2791,7 @@
|
|
|
2730
2791
|
"__schema": "FunctionLikeSchema",
|
|
2731
2792
|
"location": {
|
|
2732
2793
|
"filePath": "remove.main.runtime.ts",
|
|
2733
|
-
"line":
|
|
2794
|
+
"line": 131,
|
|
2734
2795
|
"character": 3
|
|
2735
2796
|
},
|
|
2736
2797
|
"signature": "(method) RemoveMain.deleteComps(componentsPattern: string, opts?: DeleteOpts): Promise<Component[]>",
|
|
@@ -2740,7 +2801,7 @@
|
|
|
2740
2801
|
"__schema": "ParameterSchema",
|
|
2741
2802
|
"location": {
|
|
2742
2803
|
"filePath": "remove.main.runtime.ts",
|
|
2743
|
-
"line":
|
|
2804
|
+
"line": 131,
|
|
2744
2805
|
"character": 21
|
|
2745
2806
|
},
|
|
2746
2807
|
"name": "componentsPattern",
|
|
@@ -2748,7 +2809,7 @@
|
|
|
2748
2809
|
"__schema": "KeywordTypeSchema",
|
|
2749
2810
|
"location": {
|
|
2750
2811
|
"filePath": "remove.main.runtime.ts",
|
|
2751
|
-
"line":
|
|
2812
|
+
"line": 131,
|
|
2752
2813
|
"character": 40
|
|
2753
2814
|
},
|
|
2754
2815
|
"name": "string"
|
|
@@ -2760,7 +2821,7 @@
|
|
|
2760
2821
|
"__schema": "ParameterSchema",
|
|
2761
2822
|
"location": {
|
|
2762
2823
|
"filePath": "remove.main.runtime.ts",
|
|
2763
|
-
"line":
|
|
2824
|
+
"line": 131,
|
|
2764
2825
|
"character": 48
|
|
2765
2826
|
},
|
|
2766
2827
|
"name": "opts",
|
|
@@ -2768,7 +2829,7 @@
|
|
|
2768
2829
|
"__schema": "TypeRefSchema",
|
|
2769
2830
|
"location": {
|
|
2770
2831
|
"filePath": "remove.main.runtime.ts",
|
|
2771
|
-
"line":
|
|
2832
|
+
"line": 131,
|
|
2772
2833
|
"character": 54
|
|
2773
2834
|
},
|
|
2774
2835
|
"name": "DeleteOpts",
|
|
@@ -2783,7 +2844,7 @@
|
|
|
2783
2844
|
"__schema": "TypeRefSchema",
|
|
2784
2845
|
"location": {
|
|
2785
2846
|
"filePath": "remove.main.runtime.ts",
|
|
2786
|
-
"line":
|
|
2847
|
+
"line": 131,
|
|
2787
2848
|
"character": 72
|
|
2788
2849
|
},
|
|
2789
2850
|
"name": "Promise",
|
|
@@ -2792,14 +2853,14 @@
|
|
|
2792
2853
|
"__schema": "TypeArraySchema",
|
|
2793
2854
|
"location": {
|
|
2794
2855
|
"filePath": "remove.main.runtime.ts",
|
|
2795
|
-
"line":
|
|
2856
|
+
"line": 131,
|
|
2796
2857
|
"character": 80
|
|
2797
2858
|
},
|
|
2798
2859
|
"type": {
|
|
2799
2860
|
"__schema": "TypeRefSchema",
|
|
2800
2861
|
"location": {
|
|
2801
2862
|
"filePath": "remove.main.runtime.ts",
|
|
2802
|
-
"line":
|
|
2863
|
+
"line": 131,
|
|
2803
2864
|
"character": 80
|
|
2804
2865
|
},
|
|
2805
2866
|
"name": "Component",
|
|
@@ -2819,14 +2880,14 @@
|
|
|
2819
2880
|
"__schema": "FunctionLikeSchema",
|
|
2820
2881
|
"location": {
|
|
2821
2882
|
"filePath": "remove.main.runtime.ts",
|
|
2822
|
-
"line":
|
|
2883
|
+
"line": 168,
|
|
2823
2884
|
"character": 3
|
|
2824
2885
|
},
|
|
2825
2886
|
"doc": {
|
|
2826
2887
|
"__schema": "DocSchema",
|
|
2827
2888
|
"location": {
|
|
2828
2889
|
"filePath": "remove.main.runtime.ts",
|
|
2829
|
-
"line":
|
|
2890
|
+
"line": 156,
|
|
2830
2891
|
"character": 3
|
|
2831
2892
|
},
|
|
2832
2893
|
"raw": "/**\n * recover a soft-removed component.\n * there are 4 different scenarios.\n * 1. a component was just soft-removed, it wasn't snapped yet. so it's now in .bitmap with the \"removed\" aspect entry.\n * 1.a. the component still exists in the local scope. no need to import. write it from there.\n * 1.b. the component doesn't exist in the local scope. import it.\n * 2. soft-removed and then snapped. It's not in .bitmap now.\n * 3. soft-removed, snapped, exported. it's not in .bitmap now.\n * 4. a soft-removed components was imported, so it's now in .bitmap without the \"removed\" aspect entry.\n * 5. workspace is empty. the soft-removed component is on the remote.\n * returns `true` if it was recovered. `false` if the component wasn't soft-removed, so nothing to recover from.\n */",
|
|
@@ -2840,7 +2901,7 @@
|
|
|
2840
2901
|
"__schema": "ParameterSchema",
|
|
2841
2902
|
"location": {
|
|
2842
2903
|
"filePath": "remove.main.runtime.ts",
|
|
2843
|
-
"line":
|
|
2904
|
+
"line": 168,
|
|
2844
2905
|
"character": 17
|
|
2845
2906
|
},
|
|
2846
2907
|
"name": "compIdStr",
|
|
@@ -2848,7 +2909,7 @@
|
|
|
2848
2909
|
"__schema": "KeywordTypeSchema",
|
|
2849
2910
|
"location": {
|
|
2850
2911
|
"filePath": "remove.main.runtime.ts",
|
|
2851
|
-
"line":
|
|
2912
|
+
"line": 168,
|
|
2852
2913
|
"character": 28
|
|
2853
2914
|
},
|
|
2854
2915
|
"name": "string"
|
|
@@ -2860,7 +2921,7 @@
|
|
|
2860
2921
|
"__schema": "ParameterSchema",
|
|
2861
2922
|
"location": {
|
|
2862
2923
|
"filePath": "remove.main.runtime.ts",
|
|
2863
|
-
"line":
|
|
2924
|
+
"line": 168,
|
|
2864
2925
|
"character": 36
|
|
2865
2926
|
},
|
|
2866
2927
|
"name": "options",
|
|
@@ -2868,7 +2929,7 @@
|
|
|
2868
2929
|
"__schema": "TypeRefSchema",
|
|
2869
2930
|
"location": {
|
|
2870
2931
|
"filePath": "remove.main.runtime.ts",
|
|
2871
|
-
"line":
|
|
2932
|
+
"line": 168,
|
|
2872
2933
|
"character": 45
|
|
2873
2934
|
},
|
|
2874
2935
|
"name": "RecoverOptions",
|
|
@@ -2882,7 +2943,7 @@
|
|
|
2882
2943
|
"__schema": "TypeRefSchema",
|
|
2883
2944
|
"location": {
|
|
2884
2945
|
"filePath": "remove.main.runtime.ts",
|
|
2885
|
-
"line":
|
|
2946
|
+
"line": 168,
|
|
2886
2947
|
"character": 62
|
|
2887
2948
|
},
|
|
2888
2949
|
"name": "Promise",
|
|
@@ -2891,7 +2952,7 @@
|
|
|
2891
2952
|
"__schema": "KeywordTypeSchema",
|
|
2892
2953
|
"location": {
|
|
2893
2954
|
"filePath": "remove.main.runtime.ts",
|
|
2894
|
-
"line":
|
|
2955
|
+
"line": 168,
|
|
2895
2956
|
"character": 70
|
|
2896
2957
|
},
|
|
2897
2958
|
"name": "boolean"
|
|
@@ -2906,7 +2967,7 @@
|
|
|
2906
2967
|
"__schema": "FunctionLikeSchema",
|
|
2907
2968
|
"location": {
|
|
2908
2969
|
"filePath": "remove.main.runtime.ts",
|
|
2909
|
-
"line":
|
|
2970
|
+
"line": 254,
|
|
2910
2971
|
"character": 3
|
|
2911
2972
|
},
|
|
2912
2973
|
"signature": "(method) RemoveMain.getRemoveInfo(component: Component): Promise<RemoveInfo>",
|
|
@@ -2916,7 +2977,7 @@
|
|
|
2916
2977
|
"__schema": "ParameterSchema",
|
|
2917
2978
|
"location": {
|
|
2918
2979
|
"filePath": "remove.main.runtime.ts",
|
|
2919
|
-
"line":
|
|
2980
|
+
"line": 254,
|
|
2920
2981
|
"character": 23
|
|
2921
2982
|
},
|
|
2922
2983
|
"name": "component",
|
|
@@ -2924,7 +2985,7 @@
|
|
|
2924
2985
|
"__schema": "TypeRefSchema",
|
|
2925
2986
|
"location": {
|
|
2926
2987
|
"filePath": "remove.main.runtime.ts",
|
|
2927
|
-
"line":
|
|
2988
|
+
"line": 254,
|
|
2928
2989
|
"character": 34
|
|
2929
2990
|
},
|
|
2930
2991
|
"name": "Component",
|
|
@@ -2941,7 +3002,7 @@
|
|
|
2941
3002
|
"__schema": "TypeRefSchema",
|
|
2942
3003
|
"location": {
|
|
2943
3004
|
"filePath": "remove.main.runtime.ts",
|
|
2944
|
-
"line":
|
|
3005
|
+
"line": 254,
|
|
2945
3006
|
"character": 46
|
|
2946
3007
|
},
|
|
2947
3008
|
"name": "Promise",
|
|
@@ -2950,7 +3011,7 @@
|
|
|
2950
3011
|
"__schema": "TypeRefSchema",
|
|
2951
3012
|
"location": {
|
|
2952
3013
|
"filePath": "remove.main.runtime.ts",
|
|
2953
|
-
"line":
|
|
3014
|
+
"line": 254,
|
|
2954
3015
|
"character": 54
|
|
2955
3016
|
},
|
|
2956
3017
|
"name": "RemoveInfo"
|
|
@@ -2965,14 +3026,14 @@
|
|
|
2965
3026
|
"__schema": "FunctionLikeSchema",
|
|
2966
3027
|
"location": {
|
|
2967
3028
|
"filePath": "remove.main.runtime.ts",
|
|
2968
|
-
"line":
|
|
3029
|
+
"line": 289,
|
|
2969
3030
|
"character": 3
|
|
2970
3031
|
},
|
|
2971
3032
|
"doc": {
|
|
2972
3033
|
"__schema": "DocSchema",
|
|
2973
3034
|
"location": {
|
|
2974
3035
|
"filePath": "remove.main.runtime.ts",
|
|
2975
|
-
"line":
|
|
3036
|
+
"line": 286,
|
|
2976
3037
|
"character": 3
|
|
2977
3038
|
},
|
|
2978
3039
|
"raw": "/**\n * @deprecated use `isDeleted` instead.\n */",
|
|
@@ -2982,7 +3043,7 @@
|
|
|
2982
3043
|
"__schema": "TagSchema",
|
|
2983
3044
|
"location": {
|
|
2984
3045
|
"filePath": "remove.main.runtime.ts",
|
|
2985
|
-
"line":
|
|
3046
|
+
"line": 287,
|
|
2986
3047
|
"character": 6
|
|
2987
3048
|
},
|
|
2988
3049
|
"tagName": "deprecated",
|
|
@@ -2997,7 +3058,7 @@
|
|
|
2997
3058
|
"__schema": "ParameterSchema",
|
|
2998
3059
|
"location": {
|
|
2999
3060
|
"filePath": "remove.main.runtime.ts",
|
|
3000
|
-
"line":
|
|
3061
|
+
"line": 289,
|
|
3001
3062
|
"character": 19
|
|
3002
3063
|
},
|
|
3003
3064
|
"name": "component",
|
|
@@ -3005,7 +3066,7 @@
|
|
|
3005
3066
|
"__schema": "TypeRefSchema",
|
|
3006
3067
|
"location": {
|
|
3007
3068
|
"filePath": "remove.main.runtime.ts",
|
|
3008
|
-
"line":
|
|
3069
|
+
"line": 289,
|
|
3009
3070
|
"character": 30
|
|
3010
3071
|
},
|
|
3011
3072
|
"name": "Component",
|
|
@@ -3022,7 +3083,7 @@
|
|
|
3022
3083
|
"__schema": "TypeRefSchema",
|
|
3023
3084
|
"location": {
|
|
3024
3085
|
"filePath": "remove.main.runtime.ts",
|
|
3025
|
-
"line":
|
|
3086
|
+
"line": 289,
|
|
3026
3087
|
"character": 42
|
|
3027
3088
|
},
|
|
3028
3089
|
"name": "Promise",
|
|
@@ -3031,7 +3092,7 @@
|
|
|
3031
3092
|
"__schema": "KeywordTypeSchema",
|
|
3032
3093
|
"location": {
|
|
3033
3094
|
"filePath": "remove.main.runtime.ts",
|
|
3034
|
-
"line":
|
|
3095
|
+
"line": 289,
|
|
3035
3096
|
"character": 50
|
|
3036
3097
|
},
|
|
3037
3098
|
"name": "boolean"
|
|
@@ -3046,14 +3107,14 @@
|
|
|
3046
3107
|
"__schema": "FunctionLikeSchema",
|
|
3047
3108
|
"location": {
|
|
3048
3109
|
"filePath": "remove.main.runtime.ts",
|
|
3049
|
-
"line":
|
|
3110
|
+
"line": 296,
|
|
3050
3111
|
"character": 3
|
|
3051
3112
|
},
|
|
3052
3113
|
"doc": {
|
|
3053
3114
|
"__schema": "DocSchema",
|
|
3054
3115
|
"location": {
|
|
3055
3116
|
"filePath": "remove.main.runtime.ts",
|
|
3056
|
-
"line":
|
|
3117
|
+
"line": 293,
|
|
3057
3118
|
"character": 3
|
|
3058
3119
|
},
|
|
3059
3120
|
"raw": "/**\n * whether a component is marked as deleted.\n */",
|
|
@@ -3067,7 +3128,7 @@
|
|
|
3067
3128
|
"__schema": "ParameterSchema",
|
|
3068
3129
|
"location": {
|
|
3069
3130
|
"filePath": "remove.main.runtime.ts",
|
|
3070
|
-
"line":
|
|
3131
|
+
"line": 296,
|
|
3071
3132
|
"character": 19
|
|
3072
3133
|
},
|
|
3073
3134
|
"name": "component",
|
|
@@ -3075,7 +3136,7 @@
|
|
|
3075
3136
|
"__schema": "TypeRefSchema",
|
|
3076
3137
|
"location": {
|
|
3077
3138
|
"filePath": "remove.main.runtime.ts",
|
|
3078
|
-
"line":
|
|
3139
|
+
"line": 296,
|
|
3079
3140
|
"character": 30
|
|
3080
3141
|
},
|
|
3081
3142
|
"name": "Component",
|
|
@@ -3092,7 +3153,7 @@
|
|
|
3092
3153
|
"__schema": "TypeRefSchema",
|
|
3093
3154
|
"location": {
|
|
3094
3155
|
"filePath": "remove.main.runtime.ts",
|
|
3095
|
-
"line":
|
|
3156
|
+
"line": 296,
|
|
3096
3157
|
"character": 42
|
|
3097
3158
|
},
|
|
3098
3159
|
"name": "Promise",
|
|
@@ -3101,7 +3162,7 @@
|
|
|
3101
3162
|
"__schema": "KeywordTypeSchema",
|
|
3102
3163
|
"location": {
|
|
3103
3164
|
"filePath": "remove.main.runtime.ts",
|
|
3104
|
-
"line":
|
|
3165
|
+
"line": 296,
|
|
3105
3166
|
"character": 50
|
|
3106
3167
|
},
|
|
3107
3168
|
"name": "boolean"
|
|
@@ -3116,14 +3177,14 @@
|
|
|
3116
3177
|
"__schema": "FunctionLikeSchema",
|
|
3117
3178
|
"location": {
|
|
3118
3179
|
"filePath": "remove.main.runtime.ts",
|
|
3119
|
-
"line":
|
|
3180
|
+
"line": 304,
|
|
3120
3181
|
"character": 3
|
|
3121
3182
|
},
|
|
3122
3183
|
"doc": {
|
|
3123
3184
|
"__schema": "DocSchema",
|
|
3124
3185
|
"location": {
|
|
3125
3186
|
"filePath": "remove.main.runtime.ts",
|
|
3126
|
-
"line":
|
|
3187
|
+
"line": 301,
|
|
3127
3188
|
"character": 3
|
|
3128
3189
|
},
|
|
3129
3190
|
"raw": "/**\n * performant version of isRemoved() in case the component object is not available and loading it is expensive.\n */",
|
|
@@ -3137,7 +3198,7 @@
|
|
|
3137
3198
|
"__schema": "ParameterSchema",
|
|
3138
3199
|
"location": {
|
|
3139
3200
|
"filePath": "remove.main.runtime.ts",
|
|
3140
|
-
"line":
|
|
3201
|
+
"line": 304,
|
|
3141
3202
|
"character": 46
|
|
3142
3203
|
},
|
|
3143
3204
|
"name": "componentId",
|
|
@@ -3145,7 +3206,7 @@
|
|
|
3145
3206
|
"__schema": "TypeRefSchema",
|
|
3146
3207
|
"location": {
|
|
3147
3208
|
"filePath": "remove.main.runtime.ts",
|
|
3148
|
-
"line":
|
|
3209
|
+
"line": 304,
|
|
3149
3210
|
"character": 59
|
|
3150
3211
|
},
|
|
3151
3212
|
"name": "ComponentID",
|
|
@@ -3163,7 +3224,7 @@
|
|
|
3163
3224
|
"__schema": "TypeRefSchema",
|
|
3164
3225
|
"location": {
|
|
3165
3226
|
"filePath": "remove.main.runtime.ts",
|
|
3166
|
-
"line":
|
|
3227
|
+
"line": 304,
|
|
3167
3228
|
"character": 73
|
|
3168
3229
|
},
|
|
3169
3230
|
"name": "Promise",
|
|
@@ -3172,7 +3233,7 @@
|
|
|
3172
3233
|
"__schema": "KeywordTypeSchema",
|
|
3173
3234
|
"location": {
|
|
3174
3235
|
"filePath": "remove.main.runtime.ts",
|
|
3175
|
-
"line":
|
|
3236
|
+
"line": 304,
|
|
3176
3237
|
"character": 81
|
|
3177
3238
|
},
|
|
3178
3239
|
"name": "boolean"
|
|
@@ -3187,14 +3248,14 @@
|
|
|
3187
3248
|
"__schema": "FunctionLikeSchema",
|
|
3188
3249
|
"location": {
|
|
3189
3250
|
"filePath": "remove.main.runtime.ts",
|
|
3190
|
-
"line":
|
|
3251
|
+
"line": 321,
|
|
3191
3252
|
"character": 3
|
|
3192
3253
|
},
|
|
3193
3254
|
"doc": {
|
|
3194
3255
|
"__schema": "DocSchema",
|
|
3195
3256
|
"location": {
|
|
3196
3257
|
"filePath": "remove.main.runtime.ts",
|
|
3197
|
-
"line":
|
|
3258
|
+
"line": 318,
|
|
3198
3259
|
"character": 3
|
|
3199
3260
|
},
|
|
3200
3261
|
"raw": "/**\n * get components that were soft-removed and tagged/snapped/merged but not exported yet.\n */",
|
|
@@ -3208,7 +3269,7 @@
|
|
|
3208
3269
|
"__schema": "TypeRefSchema",
|
|
3209
3270
|
"location": {
|
|
3210
3271
|
"filePath": "remove.main.runtime.ts",
|
|
3211
|
-
"line":
|
|
3272
|
+
"line": 321,
|
|
3212
3273
|
"character": 29
|
|
3213
3274
|
},
|
|
3214
3275
|
"name": "Promise",
|
|
@@ -3217,14 +3278,14 @@
|
|
|
3217
3278
|
"__schema": "TypeArraySchema",
|
|
3218
3279
|
"location": {
|
|
3219
3280
|
"filePath": "remove.main.runtime.ts",
|
|
3220
|
-
"line":
|
|
3281
|
+
"line": 321,
|
|
3221
3282
|
"character": 37
|
|
3222
3283
|
},
|
|
3223
3284
|
"type": {
|
|
3224
3285
|
"__schema": "TypeRefSchema",
|
|
3225
3286
|
"location": {
|
|
3226
3287
|
"filePath": "remove.main.runtime.ts",
|
|
3227
|
-
"line":
|
|
3288
|
+
"line": 321,
|
|
3228
3289
|
"character": 37
|
|
3229
3290
|
},
|
|
3230
3291
|
"name": "ComponentID",
|
|
@@ -3245,7 +3306,7 @@
|
|
|
3245
3306
|
"__schema": "FunctionLikeSchema",
|
|
3246
3307
|
"location": {
|
|
3247
3308
|
"filePath": "remove.main.runtime.ts",
|
|
3248
|
-
"line":
|
|
3309
|
+
"line": 325,
|
|
3249
3310
|
"character": 3
|
|
3250
3311
|
},
|
|
3251
3312
|
"signature": "(method) RemoveMain.addRemovedDependenciesIssues(components: Component[]): Promise<void>",
|
|
@@ -3255,7 +3316,7 @@
|
|
|
3255
3316
|
"__schema": "ParameterSchema",
|
|
3256
3317
|
"location": {
|
|
3257
3318
|
"filePath": "remove.main.runtime.ts",
|
|
3258
|
-
"line":
|
|
3319
|
+
"line": 325,
|
|
3259
3320
|
"character": 38
|
|
3260
3321
|
},
|
|
3261
3322
|
"name": "components",
|
|
@@ -3263,14 +3324,14 @@
|
|
|
3263
3324
|
"__schema": "TypeArraySchema",
|
|
3264
3325
|
"location": {
|
|
3265
3326
|
"filePath": "remove.main.runtime.ts",
|
|
3266
|
-
"line":
|
|
3327
|
+
"line": 325,
|
|
3267
3328
|
"character": 50
|
|
3268
3329
|
},
|
|
3269
3330
|
"type": {
|
|
3270
3331
|
"__schema": "TypeRefSchema",
|
|
3271
3332
|
"location": {
|
|
3272
3333
|
"filePath": "remove.main.runtime.ts",
|
|
3273
|
-
"line":
|
|
3334
|
+
"line": 325,
|
|
3274
3335
|
"character": 50
|
|
3275
3336
|
},
|
|
3276
3337
|
"name": "Component",
|
|
@@ -3288,7 +3349,7 @@
|
|
|
3288
3349
|
"__schema": "InferenceTypeSchema",
|
|
3289
3350
|
"location": {
|
|
3290
3351
|
"filePath": "remove.main.runtime.ts",
|
|
3291
|
-
"line":
|
|
3352
|
+
"line": 325,
|
|
3292
3353
|
"character": 3
|
|
3293
3354
|
},
|
|
3294
3355
|
"type": "Promise<void>"
|
|
@@ -3301,7 +3362,7 @@
|
|
|
3301
3362
|
"__schema": "VariableLikeSchema",
|
|
3302
3363
|
"location": {
|
|
3303
3364
|
"filePath": "remove.main.runtime.ts",
|
|
3304
|
-
"line":
|
|
3365
|
+
"line": 394,
|
|
3305
3366
|
"character": 3
|
|
3306
3367
|
},
|
|
3307
3368
|
"signature": "(property) RemoveMain.slots: never[]",
|
|
@@ -3310,7 +3371,7 @@
|
|
|
3310
3371
|
"__schema": "InferenceTypeSchema",
|
|
3311
3372
|
"location": {
|
|
3312
3373
|
"filePath": "remove.main.runtime.ts",
|
|
3313
|
-
"line":
|
|
3374
|
+
"line": 394,
|
|
3314
3375
|
"character": 3
|
|
3315
3376
|
},
|
|
3316
3377
|
"type": "never[]"
|
|
@@ -3322,7 +3383,7 @@
|
|
|
3322
3383
|
"__schema": "VariableLikeSchema",
|
|
3323
3384
|
"location": {
|
|
3324
3385
|
"filePath": "remove.main.runtime.ts",
|
|
3325
|
-
"line":
|
|
3386
|
+
"line": 395,
|
|
3326
3387
|
"character": 3
|
|
3327
3388
|
},
|
|
3328
3389
|
"signature": "(property) RemoveMain.dependencies: Aspect[]",
|
|
@@ -3331,19 +3392,19 @@
|
|
|
3331
3392
|
"__schema": "InferenceTypeSchema",
|
|
3332
3393
|
"location": {
|
|
3333
3394
|
"filePath": "remove.main.runtime.ts",
|
|
3334
|
-
"line":
|
|
3395
|
+
"line": 395,
|
|
3335
3396
|
"character": 3
|
|
3336
3397
|
},
|
|
3337
3398
|
"type": "Aspect[]"
|
|
3338
3399
|
},
|
|
3339
3400
|
"isOptional": true,
|
|
3340
|
-
"defaultValue": "[\n WorkspaceAspect,\n ScopeAspect,\n CLIAspect,\n LoggerAspect,\n ComponentAspect,\n ImporterAspect,\n DependencyResolverAspect,\n IssuesAspect,\n ]"
|
|
3401
|
+
"defaultValue": "[\n WorkspaceAspect,\n ScopeAspect,\n CLIAspect,\n LoggerAspect,\n ComponentAspect,\n ImporterAspect,\n DependencyResolverAspect,\n IssuesAspect,\n ListerAspect,\n ]"
|
|
3341
3402
|
},
|
|
3342
3403
|
{
|
|
3343
3404
|
"__schema": "VariableLikeSchema",
|
|
3344
3405
|
"location": {
|
|
3345
3406
|
"filePath": "remove.main.runtime.ts",
|
|
3346
|
-
"line":
|
|
3407
|
+
"line": 406,
|
|
3347
3408
|
"character": 3
|
|
3348
3409
|
},
|
|
3349
3410
|
"signature": "(property) RemoveMain.runtime: RuntimeDefinition",
|
|
@@ -3352,7 +3413,7 @@
|
|
|
3352
3413
|
"__schema": "InferenceTypeSchema",
|
|
3353
3414
|
"location": {
|
|
3354
3415
|
"filePath": "remove.main.runtime.ts",
|
|
3355
|
-
"line":
|
|
3416
|
+
"line": 406,
|
|
3356
3417
|
"character": 3
|
|
3357
3418
|
},
|
|
3358
3419
|
"type": "RuntimeDefinition"
|
|
@@ -3364,33 +3425,33 @@
|
|
|
3364
3425
|
"__schema": "FunctionLikeSchema",
|
|
3365
3426
|
"location": {
|
|
3366
3427
|
"filePath": "remove.main.runtime.ts",
|
|
3367
|
-
"line":
|
|
3428
|
+
"line": 408,
|
|
3368
3429
|
"character": 3
|
|
3369
3430
|
},
|
|
3370
|
-
"signature": "(method) RemoveMain.provider([workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues]: [\n Workspace,\n ScopeMain,\n CLIMain,\n LoggerMain,\n ComponentMain,\n ImporterMain,\n DependencyResolverMain,\n IssuesMain\n]): Promise<RemoveMain>",
|
|
3431
|
+
"signature": "(method) RemoveMain.provider([workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues, lister,]: [\n Workspace,\n ScopeMain,\n CLIMain,\n LoggerMain,\n ComponentMain,\n ImporterMain,\n DependencyResolverMain,\n IssuesMain,\n ListerMain\n]): Promise<RemoveMain>",
|
|
3371
3432
|
"name": "provider",
|
|
3372
3433
|
"params": [
|
|
3373
3434
|
{
|
|
3374
3435
|
"__schema": "ParameterSchema",
|
|
3375
3436
|
"location": {
|
|
3376
3437
|
"filePath": "remove.main.runtime.ts",
|
|
3377
|
-
"line":
|
|
3438
|
+
"line": 408,
|
|
3378
3439
|
"character": 25
|
|
3379
3440
|
},
|
|
3380
|
-
"name": "[ workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues ]",
|
|
3441
|
+
"name": "[ workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues, lister ]",
|
|
3381
3442
|
"type": {
|
|
3382
3443
|
"__schema": "TupleTypeSchema",
|
|
3383
3444
|
"location": {
|
|
3384
3445
|
"filePath": "remove.main.runtime.ts",
|
|
3385
|
-
"line":
|
|
3386
|
-
"character":
|
|
3446
|
+
"line": 418,
|
|
3447
|
+
"character": 6
|
|
3387
3448
|
},
|
|
3388
3449
|
"elements": [
|
|
3389
3450
|
{
|
|
3390
3451
|
"__schema": "TypeRefSchema",
|
|
3391
3452
|
"location": {
|
|
3392
3453
|
"filePath": "remove.main.runtime.ts",
|
|
3393
|
-
"line":
|
|
3454
|
+
"line": 419,
|
|
3394
3455
|
"character": 5
|
|
3395
3456
|
},
|
|
3396
3457
|
"name": "Workspace",
|
|
@@ -3403,7 +3464,7 @@
|
|
|
3403
3464
|
"__schema": "TypeRefSchema",
|
|
3404
3465
|
"location": {
|
|
3405
3466
|
"filePath": "remove.main.runtime.ts",
|
|
3406
|
-
"line":
|
|
3467
|
+
"line": 420,
|
|
3407
3468
|
"character": 5
|
|
3408
3469
|
},
|
|
3409
3470
|
"name": "ScopeMain",
|
|
@@ -3416,7 +3477,7 @@
|
|
|
3416
3477
|
"__schema": "TypeRefSchema",
|
|
3417
3478
|
"location": {
|
|
3418
3479
|
"filePath": "remove.main.runtime.ts",
|
|
3419
|
-
"line":
|
|
3480
|
+
"line": 421,
|
|
3420
3481
|
"character": 5
|
|
3421
3482
|
},
|
|
3422
3483
|
"name": "CLIMain",
|
|
@@ -3429,7 +3490,7 @@
|
|
|
3429
3490
|
"__schema": "TypeRefSchema",
|
|
3430
3491
|
"location": {
|
|
3431
3492
|
"filePath": "remove.main.runtime.ts",
|
|
3432
|
-
"line":
|
|
3493
|
+
"line": 422,
|
|
3433
3494
|
"character": 5
|
|
3434
3495
|
},
|
|
3435
3496
|
"name": "LoggerMain",
|
|
@@ -3442,7 +3503,7 @@
|
|
|
3442
3503
|
"__schema": "TypeRefSchema",
|
|
3443
3504
|
"location": {
|
|
3444
3505
|
"filePath": "remove.main.runtime.ts",
|
|
3445
|
-
"line":
|
|
3506
|
+
"line": 423,
|
|
3446
3507
|
"character": 5
|
|
3447
3508
|
},
|
|
3448
3509
|
"name": "ComponentMain",
|
|
@@ -3455,7 +3516,7 @@
|
|
|
3455
3516
|
"__schema": "TypeRefSchema",
|
|
3456
3517
|
"location": {
|
|
3457
3518
|
"filePath": "remove.main.runtime.ts",
|
|
3458
|
-
"line":
|
|
3519
|
+
"line": 424,
|
|
3459
3520
|
"character": 5
|
|
3460
3521
|
},
|
|
3461
3522
|
"name": "ImporterMain",
|
|
@@ -3468,7 +3529,7 @@
|
|
|
3468
3529
|
"__schema": "TypeRefSchema",
|
|
3469
3530
|
"location": {
|
|
3470
3531
|
"filePath": "remove.main.runtime.ts",
|
|
3471
|
-
"line":
|
|
3532
|
+
"line": 425,
|
|
3472
3533
|
"character": 5
|
|
3473
3534
|
},
|
|
3474
3535
|
"name": "DependencyResolverMain",
|
|
@@ -3481,7 +3542,7 @@
|
|
|
3481
3542
|
"__schema": "TypeRefSchema",
|
|
3482
3543
|
"location": {
|
|
3483
3544
|
"filePath": "remove.main.runtime.ts",
|
|
3484
|
-
"line":
|
|
3545
|
+
"line": 426,
|
|
3485
3546
|
"character": 5
|
|
3486
3547
|
},
|
|
3487
3548
|
"name": "IssuesMain",
|
|
@@ -3489,6 +3550,19 @@
|
|
|
3489
3550
|
"scope": "teambit.component",
|
|
3490
3551
|
"name": "issues"
|
|
3491
3552
|
}
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"__schema": "TypeRefSchema",
|
|
3556
|
+
"location": {
|
|
3557
|
+
"filePath": "remove.main.runtime.ts",
|
|
3558
|
+
"line": 427,
|
|
3559
|
+
"character": 5
|
|
3560
|
+
},
|
|
3561
|
+
"name": "ListerMain",
|
|
3562
|
+
"componentId": {
|
|
3563
|
+
"scope": "teambit.component",
|
|
3564
|
+
"name": "lister"
|
|
3565
|
+
}
|
|
3492
3566
|
}
|
|
3493
3567
|
]
|
|
3494
3568
|
},
|
|
@@ -3500,7 +3574,7 @@
|
|
|
3500
3574
|
"__schema": "InferenceTypeSchema",
|
|
3501
3575
|
"location": {
|
|
3502
3576
|
"filePath": "remove.main.runtime.ts",
|
|
3503
|
-
"line":
|
|
3577
|
+
"line": 408,
|
|
3504
3578
|
"character": 3
|
|
3505
3579
|
},
|
|
3506
3580
|
"type": "Promise<RemoveMain>"
|
|
@@ -3518,7 +3592,7 @@
|
|
|
3518
3592
|
"__schema": "UnImplementedSchema",
|
|
3519
3593
|
"location": {
|
|
3520
3594
|
"filePath": "remove.main.runtime.ts",
|
|
3521
|
-
"line":
|
|
3595
|
+
"line": 444,
|
|
3522
3596
|
"character": 16
|
|
3523
3597
|
},
|
|
3524
3598
|
"name": "RemoveMain",
|
|
@@ -3562,7 +3636,7 @@
|
|
|
3562
3636
|
"__schema": "UnImplementedSchema",
|
|
3563
3637
|
"location": {
|
|
3564
3638
|
"filePath": "remove.main.runtime.ts",
|
|
3565
|
-
"line":
|
|
3639
|
+
"line": 442,
|
|
3566
3640
|
"character": 1
|
|
3567
3641
|
},
|
|
3568
3642
|
"name": "RemoveAspect.addRuntime(RemoveMain);",
|
|
@@ -3798,7 +3872,7 @@
|
|
|
3798
3872
|
"_legacy": {
|
|
3799
3873
|
"scope": "teambit.component",
|
|
3800
3874
|
"name": "remove",
|
|
3801
|
-
"version": "1.0.
|
|
3875
|
+
"version": "1.0.319"
|
|
3802
3876
|
},
|
|
3803
3877
|
"_scope": "teambit.component"
|
|
3804
3878
|
}
|
|
@@ -3851,7 +3925,7 @@
|
|
|
3851
3925
|
"componentId": {
|
|
3852
3926
|
"scope": "teambit.component",
|
|
3853
3927
|
"name": "remove",
|
|
3854
|
-
"version": "1.0.
|
|
3928
|
+
"version": "1.0.319"
|
|
3855
3929
|
},
|
|
3856
3930
|
"taggedModuleExports": []
|
|
3857
3931
|
}
|