@teambit/merge-lanes 1.0.188 → 1.0.189

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.
@@ -0,0 +1,3521 @@
1
+ {
2
+ "__schema": "APISchema",
3
+ "location": {
4
+ "filePath": "index.ts",
5
+ "line": 1,
6
+ "character": 1
7
+ },
8
+ "module": {
9
+ "__schema": "ModuleSchema",
10
+ "location": {
11
+ "filePath": "index.ts",
12
+ "line": 1,
13
+ "character": 1
14
+ },
15
+ "exports": [
16
+ {
17
+ "__schema": "ClassSchema",
18
+ "location": {
19
+ "filePath": "merge-lanes.main.runtime.ts",
20
+ "line": 70,
21
+ "character": 1
22
+ },
23
+ "signature": "class MergeLanesMain",
24
+ "name": "MergeLanesMain",
25
+ "members": [
26
+ {
27
+ "__schema": "ConstructorSchema",
28
+ "location": {
29
+ "filePath": "merge-lanes.main.runtime.ts",
30
+ "line": 71,
31
+ "character": 3
32
+ },
33
+ "signature": "constructor MergeLanesMain(workspace: Workspace | undefined, merging: MergingMain, lanes: LanesMain, logger: Logger, remove: RemoveMain, scope: ScopeMain, exporter: ExportMain, importer: ImporterMain, checkout: CheckoutMain): MergeLanesMain",
34
+ "name": "constructor",
35
+ "params": [
36
+ {
37
+ "__schema": "ParameterSchema",
38
+ "location": {
39
+ "filePath": "merge-lanes.main.runtime.ts",
40
+ "line": 72,
41
+ "character": 5
42
+ },
43
+ "name": "workspace",
44
+ "type": {
45
+ "__schema": "TypeUnionSchema",
46
+ "location": {
47
+ "filePath": "merge-lanes.main.runtime.ts",
48
+ "line": 72,
49
+ "character": 24
50
+ },
51
+ "types": [
52
+ {
53
+ "__schema": "TypeRefSchema",
54
+ "location": {
55
+ "filePath": "merge-lanes.main.runtime.ts",
56
+ "line": 72,
57
+ "character": 24
58
+ },
59
+ "name": "Workspace",
60
+ "componentId": {
61
+ "scope": "teambit.workspace",
62
+ "name": "workspace"
63
+ }
64
+ },
65
+ {
66
+ "__schema": "KeywordTypeSchema",
67
+ "location": {
68
+ "filePath": "merge-lanes.main.runtime.ts",
69
+ "line": 72,
70
+ "character": 36
71
+ },
72
+ "name": "undefined"
73
+ }
74
+ ]
75
+ },
76
+ "isOptional": false,
77
+ "isSpread": false
78
+ },
79
+ {
80
+ "__schema": "ParameterSchema",
81
+ "location": {
82
+ "filePath": "merge-lanes.main.runtime.ts",
83
+ "line": 73,
84
+ "character": 5
85
+ },
86
+ "name": "merging",
87
+ "type": {
88
+ "__schema": "TypeRefSchema",
89
+ "location": {
90
+ "filePath": "merge-lanes.main.runtime.ts",
91
+ "line": 73,
92
+ "character": 22
93
+ },
94
+ "name": "MergingMain",
95
+ "componentId": {
96
+ "scope": "teambit.component",
97
+ "name": "merging"
98
+ }
99
+ },
100
+ "isOptional": false,
101
+ "isSpread": false
102
+ },
103
+ {
104
+ "__schema": "ParameterSchema",
105
+ "location": {
106
+ "filePath": "merge-lanes.main.runtime.ts",
107
+ "line": 74,
108
+ "character": 5
109
+ },
110
+ "name": "lanes",
111
+ "type": {
112
+ "__schema": "TypeRefSchema",
113
+ "location": {
114
+ "filePath": "merge-lanes.main.runtime.ts",
115
+ "line": 74,
116
+ "character": 20
117
+ },
118
+ "name": "LanesMain",
119
+ "componentId": {
120
+ "scope": "teambit.lanes",
121
+ "name": "lanes"
122
+ }
123
+ },
124
+ "isOptional": false,
125
+ "isSpread": false
126
+ },
127
+ {
128
+ "__schema": "ParameterSchema",
129
+ "location": {
130
+ "filePath": "merge-lanes.main.runtime.ts",
131
+ "line": 75,
132
+ "character": 5
133
+ },
134
+ "name": "logger",
135
+ "type": {
136
+ "__schema": "TypeRefSchema",
137
+ "location": {
138
+ "filePath": "merge-lanes.main.runtime.ts",
139
+ "line": 75,
140
+ "character": 22
141
+ },
142
+ "name": "Logger",
143
+ "componentId": {
144
+ "scope": "teambit.harmony",
145
+ "name": "logger"
146
+ }
147
+ },
148
+ "isOptional": false,
149
+ "isSpread": false
150
+ },
151
+ {
152
+ "__schema": "ParameterSchema",
153
+ "location": {
154
+ "filePath": "merge-lanes.main.runtime.ts",
155
+ "line": 76,
156
+ "character": 5
157
+ },
158
+ "name": "remove",
159
+ "type": {
160
+ "__schema": "TypeRefSchema",
161
+ "location": {
162
+ "filePath": "merge-lanes.main.runtime.ts",
163
+ "line": 76,
164
+ "character": 21
165
+ },
166
+ "name": "RemoveMain",
167
+ "componentId": {
168
+ "scope": "teambit.component",
169
+ "name": "remove"
170
+ }
171
+ },
172
+ "isOptional": false,
173
+ "isSpread": false
174
+ },
175
+ {
176
+ "__schema": "ParameterSchema",
177
+ "location": {
178
+ "filePath": "merge-lanes.main.runtime.ts",
179
+ "line": 77,
180
+ "character": 5
181
+ },
182
+ "name": "scope",
183
+ "type": {
184
+ "__schema": "TypeRefSchema",
185
+ "location": {
186
+ "filePath": "merge-lanes.main.runtime.ts",
187
+ "line": 77,
188
+ "character": 20
189
+ },
190
+ "name": "ScopeMain",
191
+ "componentId": {
192
+ "scope": "teambit.scope",
193
+ "name": "scope"
194
+ }
195
+ },
196
+ "isOptional": false,
197
+ "isSpread": false
198
+ },
199
+ {
200
+ "__schema": "ParameterSchema",
201
+ "location": {
202
+ "filePath": "merge-lanes.main.runtime.ts",
203
+ "line": 78,
204
+ "character": 5
205
+ },
206
+ "name": "exporter",
207
+ "type": {
208
+ "__schema": "TypeRefSchema",
209
+ "location": {
210
+ "filePath": "merge-lanes.main.runtime.ts",
211
+ "line": 78,
212
+ "character": 23
213
+ },
214
+ "name": "ExportMain",
215
+ "componentId": {
216
+ "scope": "teambit.scope",
217
+ "name": "export"
218
+ }
219
+ },
220
+ "isOptional": false,
221
+ "isSpread": false
222
+ },
223
+ {
224
+ "__schema": "ParameterSchema",
225
+ "location": {
226
+ "filePath": "merge-lanes.main.runtime.ts",
227
+ "line": 79,
228
+ "character": 5
229
+ },
230
+ "name": "importer",
231
+ "type": {
232
+ "__schema": "TypeRefSchema",
233
+ "location": {
234
+ "filePath": "merge-lanes.main.runtime.ts",
235
+ "line": 79,
236
+ "character": 23
237
+ },
238
+ "name": "ImporterMain",
239
+ "componentId": {
240
+ "scope": "teambit.scope",
241
+ "name": "importer"
242
+ }
243
+ },
244
+ "isOptional": false,
245
+ "isSpread": false
246
+ },
247
+ {
248
+ "__schema": "ParameterSchema",
249
+ "location": {
250
+ "filePath": "merge-lanes.main.runtime.ts",
251
+ "line": 80,
252
+ "character": 5
253
+ },
254
+ "name": "checkout",
255
+ "type": {
256
+ "__schema": "TypeRefSchema",
257
+ "location": {
258
+ "filePath": "merge-lanes.main.runtime.ts",
259
+ "line": 80,
260
+ "character": 23
261
+ },
262
+ "name": "CheckoutMain",
263
+ "componentId": {
264
+ "scope": "teambit.component",
265
+ "name": "checkout"
266
+ }
267
+ },
268
+ "isOptional": false,
269
+ "isSpread": false
270
+ }
271
+ ],
272
+ "returnType": {
273
+ "__schema": "ThisTypeSchema",
274
+ "location": {
275
+ "filePath": "merge-lanes.main.runtime.ts",
276
+ "line": 70,
277
+ "character": 1
278
+ },
279
+ "name": "MergeLanesMain"
280
+ },
281
+ "modifiers": []
282
+ },
283
+ {
284
+ "__schema": "FunctionLikeSchema",
285
+ "location": {
286
+ "filePath": "merge-lanes.main.runtime.ts",
287
+ "line": 83,
288
+ "character": 3
289
+ },
290
+ "signature": "(method) MergeLanesMain.mergeLaneByCLI(laneName: string, options: MergeLaneOptions): Promise<{\n mergeResults: ApplyVersionResults;\n deleteResults: any;\n configMergeResults: ConfigMergeResult[];\n}>",
291
+ "name": "mergeLaneByCLI",
292
+ "params": [
293
+ {
294
+ "__schema": "ParameterSchema",
295
+ "location": {
296
+ "filePath": "merge-lanes.main.runtime.ts",
297
+ "line": 83,
298
+ "character": 24
299
+ },
300
+ "name": "laneName",
301
+ "type": {
302
+ "__schema": "KeywordTypeSchema",
303
+ "location": {
304
+ "filePath": "merge-lanes.main.runtime.ts",
305
+ "line": 83,
306
+ "character": 34
307
+ },
308
+ "name": "string"
309
+ },
310
+ "isOptional": false,
311
+ "isSpread": false
312
+ },
313
+ {
314
+ "__schema": "ParameterSchema",
315
+ "location": {
316
+ "filePath": "merge-lanes.main.runtime.ts",
317
+ "line": 83,
318
+ "character": 42
319
+ },
320
+ "name": "options",
321
+ "type": {
322
+ "__schema": "TypeRefSchema",
323
+ "location": {
324
+ "filePath": "merge-lanes.main.runtime.ts",
325
+ "line": 83,
326
+ "character": 51
327
+ },
328
+ "name": "MergeLaneOptions",
329
+ "internalFilePath": "merge-lanes.main.runtime.ts"
330
+ },
331
+ "isOptional": false,
332
+ "isSpread": false
333
+ }
334
+ ],
335
+ "returnType": {
336
+ "__schema": "InferenceTypeSchema",
337
+ "location": {
338
+ "filePath": "merge-lanes.main.runtime.ts",
339
+ "line": 83,
340
+ "character": 3
341
+ },
342
+ "type": "Promise<{\n mergeResults: ApplyVersionResults;\n deleteResults: any;\n configMergeResults: ConfigMergeResult[];\n}>"
343
+ },
344
+ "modifiers": [
345
+ "async"
346
+ ]
347
+ },
348
+ {
349
+ "__schema": "FunctionLikeSchema",
350
+ "location": {
351
+ "filePath": "merge-lanes.main.runtime.ts",
352
+ "line": 93,
353
+ "character": 3
354
+ },
355
+ "signature": "(method) MergeLanesMain.mergeLane(otherLaneId: LaneId, currentLaneId: LaneId, options: MergeLaneOptions): Promise<{\n mergeResults: ApplyVersionResults;\n deleteResults: any;\n configMergeResults: ConfigMergeResult[];\n}>",
356
+ "name": "mergeLane",
357
+ "params": [
358
+ {
359
+ "__schema": "ParameterSchema",
360
+ "location": {
361
+ "filePath": "merge-lanes.main.runtime.ts",
362
+ "line": 94,
363
+ "character": 5
364
+ },
365
+ "name": "otherLaneId",
366
+ "type": {
367
+ "__schema": "TypeRefSchema",
368
+ "location": {
369
+ "filePath": "merge-lanes.main.runtime.ts",
370
+ "line": 94,
371
+ "character": 18
372
+ },
373
+ "name": "LaneId",
374
+ "componentId": {
375
+ "scope": "teambit.lanes",
376
+ "name": "lane-id",
377
+ "version": "0.0.311"
378
+ }
379
+ },
380
+ "isOptional": false,
381
+ "isSpread": false
382
+ },
383
+ {
384
+ "__schema": "ParameterSchema",
385
+ "location": {
386
+ "filePath": "merge-lanes.main.runtime.ts",
387
+ "line": 95,
388
+ "character": 5
389
+ },
390
+ "name": "currentLaneId",
391
+ "type": {
392
+ "__schema": "TypeRefSchema",
393
+ "location": {
394
+ "filePath": "merge-lanes.main.runtime.ts",
395
+ "line": 95,
396
+ "character": 20
397
+ },
398
+ "name": "LaneId",
399
+ "componentId": {
400
+ "scope": "teambit.lanes",
401
+ "name": "lane-id",
402
+ "version": "0.0.311"
403
+ }
404
+ },
405
+ "isOptional": false,
406
+ "isSpread": false
407
+ },
408
+ {
409
+ "__schema": "ParameterSchema",
410
+ "location": {
411
+ "filePath": "merge-lanes.main.runtime.ts",
412
+ "line": 96,
413
+ "character": 5
414
+ },
415
+ "name": "options",
416
+ "type": {
417
+ "__schema": "TypeRefSchema",
418
+ "location": {
419
+ "filePath": "merge-lanes.main.runtime.ts",
420
+ "line": 96,
421
+ "character": 14
422
+ },
423
+ "name": "MergeLaneOptions",
424
+ "internalFilePath": "merge-lanes.main.runtime.ts"
425
+ },
426
+ "isOptional": false,
427
+ "isSpread": false
428
+ }
429
+ ],
430
+ "returnType": {
431
+ "__schema": "TypeRefSchema",
432
+ "location": {
433
+ "filePath": "merge-lanes.main.runtime.ts",
434
+ "line": 97,
435
+ "character": 6
436
+ },
437
+ "name": "Promise",
438
+ "typeArgs": [
439
+ {
440
+ "__schema": "TypeLiteralSchema",
441
+ "location": {
442
+ "filePath": "merge-lanes.main.runtime.ts",
443
+ "line": 97,
444
+ "character": 14
445
+ },
446
+ "members": [
447
+ {
448
+ "__schema": "VariableLikeSchema",
449
+ "location": {
450
+ "filePath": "merge-lanes.main.runtime.ts",
451
+ "line": 97,
452
+ "character": 16
453
+ },
454
+ "signature": "(property) mergeResults: ApplyVersionResults",
455
+ "name": "mergeResults",
456
+ "type": {
457
+ "__schema": "TypeRefSchema",
458
+ "location": {
459
+ "filePath": "merge-lanes.main.runtime.ts",
460
+ "line": 97,
461
+ "character": 16
462
+ },
463
+ "name": "ApplyVersionResults",
464
+ "componentId": {
465
+ "scope": "teambit.component",
466
+ "name": "merging"
467
+ }
468
+ },
469
+ "isOptional": false
470
+ },
471
+ {
472
+ "__schema": "VariableLikeSchema",
473
+ "location": {
474
+ "filePath": "merge-lanes.main.runtime.ts",
475
+ "line": 97,
476
+ "character": 51
477
+ },
478
+ "signature": "(property) deleteResults: any",
479
+ "name": "deleteResults",
480
+ "type": {
481
+ "__schema": "KeywordTypeSchema",
482
+ "location": {
483
+ "filePath": "merge-lanes.main.runtime.ts",
484
+ "line": 97,
485
+ "character": 66
486
+ },
487
+ "name": "any"
488
+ },
489
+ "isOptional": false
490
+ },
491
+ {
492
+ "__schema": "VariableLikeSchema",
493
+ "location": {
494
+ "filePath": "merge-lanes.main.runtime.ts",
495
+ "line": 97,
496
+ "character": 71
497
+ },
498
+ "signature": "(property) configMergeResults: ConfigMergeResult[]",
499
+ "name": "configMergeResults",
500
+ "type": {
501
+ "__schema": "TypeArraySchema",
502
+ "location": {
503
+ "filePath": "merge-lanes.main.runtime.ts",
504
+ "line": 97,
505
+ "character": 91
506
+ },
507
+ "type": {
508
+ "__schema": "TypeRefSchema",
509
+ "location": {
510
+ "filePath": "merge-lanes.main.runtime.ts",
511
+ "line": 97,
512
+ "character": 91
513
+ },
514
+ "name": "ConfigMergeResult",
515
+ "componentId": {
516
+ "scope": "teambit.workspace",
517
+ "name": "config-merger"
518
+ }
519
+ }
520
+ },
521
+ "isOptional": false
522
+ }
523
+ ]
524
+ }
525
+ ]
526
+ },
527
+ "modifiers": [
528
+ "async"
529
+ ]
530
+ },
531
+ {
532
+ "__schema": "FunctionLikeSchema",
533
+ "location": {
534
+ "filePath": "merge-lanes.main.runtime.ts",
535
+ "line": 278,
536
+ "character": 3
537
+ },
538
+ "signature": "(method) MergeLanesMain.abortLaneMerge(checkoutProps: CheckoutProps, mergeAbortOpts: MergeAbortOpts): Promise<{\n checkoutResults: ApplyVersionResults | undefined;\n restoredItems: string[];\n checkoutError: Error | undefined;\n}>",
539
+ "name": "abortLaneMerge",
540
+ "params": [
541
+ {
542
+ "__schema": "ParameterSchema",
543
+ "location": {
544
+ "filePath": "merge-lanes.main.runtime.ts",
545
+ "line": 278,
546
+ "character": 24
547
+ },
548
+ "name": "checkoutProps",
549
+ "type": {
550
+ "__schema": "TypeRefSchema",
551
+ "location": {
552
+ "filePath": "merge-lanes.main.runtime.ts",
553
+ "line": 278,
554
+ "character": 39
555
+ },
556
+ "name": "CheckoutProps",
557
+ "componentId": {
558
+ "scope": "teambit.component",
559
+ "name": "checkout"
560
+ }
561
+ },
562
+ "isOptional": false,
563
+ "isSpread": false
564
+ },
565
+ {
566
+ "__schema": "ParameterSchema",
567
+ "location": {
568
+ "filePath": "merge-lanes.main.runtime.ts",
569
+ "line": 278,
570
+ "character": 54
571
+ },
572
+ "name": "mergeAbortOpts",
573
+ "type": {
574
+ "__schema": "TypeRefSchema",
575
+ "location": {
576
+ "filePath": "merge-lanes.main.runtime.ts",
577
+ "line": 278,
578
+ "character": 70
579
+ },
580
+ "name": "MergeAbortOpts",
581
+ "internalFilePath": "merge-abort.cmd.ts"
582
+ },
583
+ "isOptional": false,
584
+ "isSpread": false
585
+ }
586
+ ],
587
+ "returnType": {
588
+ "__schema": "InferenceTypeSchema",
589
+ "location": {
590
+ "filePath": "merge-lanes.main.runtime.ts",
591
+ "line": 278,
592
+ "character": 3
593
+ },
594
+ "type": "Promise<{\n checkoutResults: ApplyVersionResults | undefined;\n restoredItems: string[];\n checkoutError: Error | undefined;\n}>"
595
+ },
596
+ "modifiers": [
597
+ "async"
598
+ ]
599
+ },
600
+ {
601
+ "__schema": "FunctionLikeSchema",
602
+ "location": {
603
+ "filePath": "merge-lanes.main.runtime.ts",
604
+ "line": 334,
605
+ "character": 3
606
+ },
607
+ "signature": "(method) MergeLanesMain.mergeFromScope(fromLane: string, toLane: string, options: Partial<MergeLaneOptions> & {\n push?: boolean;\n reMerge?: boolean;\n}): Promise<MergeFromScopeResult>",
608
+ "name": "mergeFromScope",
609
+ "params": [
610
+ {
611
+ "__schema": "ParameterSchema",
612
+ "location": {
613
+ "filePath": "merge-lanes.main.runtime.ts",
614
+ "line": 335,
615
+ "character": 5
616
+ },
617
+ "name": "fromLane",
618
+ "type": {
619
+ "__schema": "KeywordTypeSchema",
620
+ "location": {
621
+ "filePath": "merge-lanes.main.runtime.ts",
622
+ "line": 335,
623
+ "character": 15
624
+ },
625
+ "name": "string"
626
+ },
627
+ "isOptional": false,
628
+ "isSpread": false
629
+ },
630
+ {
631
+ "__schema": "ParameterSchema",
632
+ "location": {
633
+ "filePath": "merge-lanes.main.runtime.ts",
634
+ "line": 336,
635
+ "character": 5
636
+ },
637
+ "name": "toLane",
638
+ "type": {
639
+ "__schema": "KeywordTypeSchema",
640
+ "location": {
641
+ "filePath": "merge-lanes.main.runtime.ts",
642
+ "line": 336,
643
+ "character": 13
644
+ },
645
+ "name": "string"
646
+ },
647
+ "isOptional": false,
648
+ "isSpread": false
649
+ },
650
+ {
651
+ "__schema": "ParameterSchema",
652
+ "location": {
653
+ "filePath": "merge-lanes.main.runtime.ts",
654
+ "line": 337,
655
+ "character": 5
656
+ },
657
+ "name": "options",
658
+ "type": {
659
+ "__schema": "TypeIntersectionSchema",
660
+ "location": {
661
+ "filePath": "merge-lanes.main.runtime.ts",
662
+ "line": 337,
663
+ "character": 14
664
+ },
665
+ "types": [
666
+ {
667
+ "__schema": "TypeRefSchema",
668
+ "location": {
669
+ "filePath": "merge-lanes.main.runtime.ts",
670
+ "line": 337,
671
+ "character": 14
672
+ },
673
+ "name": "Partial",
674
+ "typeArgs": [
675
+ {
676
+ "__schema": "TypeRefSchema",
677
+ "location": {
678
+ "filePath": "merge-lanes.main.runtime.ts",
679
+ "line": 337,
680
+ "character": 22
681
+ },
682
+ "name": "MergeLaneOptions",
683
+ "internalFilePath": "merge-lanes.main.runtime.ts"
684
+ }
685
+ ]
686
+ },
687
+ {
688
+ "__schema": "TypeLiteralSchema",
689
+ "location": {
690
+ "filePath": "merge-lanes.main.runtime.ts",
691
+ "line": 337,
692
+ "character": 42
693
+ },
694
+ "members": [
695
+ {
696
+ "__schema": "VariableLikeSchema",
697
+ "location": {
698
+ "filePath": "merge-lanes.main.runtime.ts",
699
+ "line": 337,
700
+ "character": 44
701
+ },
702
+ "signature": "(property) push?: boolean | undefined",
703
+ "name": "push",
704
+ "type": {
705
+ "__schema": "KeywordTypeSchema",
706
+ "location": {
707
+ "filePath": "merge-lanes.main.runtime.ts",
708
+ "line": 337,
709
+ "character": 51
710
+ },
711
+ "name": "boolean"
712
+ },
713
+ "isOptional": true
714
+ },
715
+ {
716
+ "__schema": "VariableLikeSchema",
717
+ "location": {
718
+ "filePath": "merge-lanes.main.runtime.ts",
719
+ "line": 337,
720
+ "character": 60
721
+ },
722
+ "signature": "(property) reMerge?: boolean | undefined",
723
+ "name": "reMerge",
724
+ "type": {
725
+ "__schema": "KeywordTypeSchema",
726
+ "location": {
727
+ "filePath": "merge-lanes.main.runtime.ts",
728
+ "line": 337,
729
+ "character": 70
730
+ },
731
+ "name": "boolean"
732
+ },
733
+ "isOptional": true
734
+ }
735
+ ]
736
+ }
737
+ ]
738
+ },
739
+ "isOptional": false,
740
+ "isSpread": false
741
+ }
742
+ ],
743
+ "returnType": {
744
+ "__schema": "TypeRefSchema",
745
+ "location": {
746
+ "filePath": "merge-lanes.main.runtime.ts",
747
+ "line": 338,
748
+ "character": 6
749
+ },
750
+ "name": "Promise",
751
+ "typeArgs": [
752
+ {
753
+ "__schema": "TypeRefSchema",
754
+ "location": {
755
+ "filePath": "merge-lanes.main.runtime.ts",
756
+ "line": 338,
757
+ "character": 14
758
+ },
759
+ "name": "MergeFromScopeResult",
760
+ "internalFilePath": "merge-lanes.main.runtime.ts"
761
+ }
762
+ ]
763
+ },
764
+ "modifiers": [
765
+ "async"
766
+ ]
767
+ },
768
+ {
769
+ "__schema": "VariableLikeSchema",
770
+ "location": {
771
+ "filePath": "merge-lanes.main.runtime.ts",
772
+ "line": 535,
773
+ "character": 3
774
+ },
775
+ "signature": "(property) MergeLanesMain.slots: never[]",
776
+ "name": "slots",
777
+ "type": {
778
+ "__schema": "InferenceTypeSchema",
779
+ "location": {
780
+ "filePath": "merge-lanes.main.runtime.ts",
781
+ "line": 535,
782
+ "character": 3
783
+ },
784
+ "type": "never[]"
785
+ },
786
+ "isOptional": true,
787
+ "defaultValue": "[]"
788
+ },
789
+ {
790
+ "__schema": "VariableLikeSchema",
791
+ "location": {
792
+ "filePath": "merge-lanes.main.runtime.ts",
793
+ "line": 536,
794
+ "character": 3
795
+ },
796
+ "signature": "(property) MergeLanesMain.dependencies: Aspect[]",
797
+ "name": "dependencies",
798
+ "type": {
799
+ "__schema": "InferenceTypeSchema",
800
+ "location": {
801
+ "filePath": "merge-lanes.main.runtime.ts",
802
+ "line": 536,
803
+ "character": 3
804
+ },
805
+ "type": "Aspect[]"
806
+ },
807
+ "isOptional": true,
808
+ "defaultValue": "[\n LanesAspect,\n CLIAspect,\n WorkspaceAspect,\n MergingAspect,\n LoggerAspect,\n RemoveAspect,\n ScopeAspect,\n ExportAspect,\n ImporterAspect,\n CheckoutAspect,\n GlobalConfigAspect,\n ]"
809
+ },
810
+ {
811
+ "__schema": "VariableLikeSchema",
812
+ "location": {
813
+ "filePath": "merge-lanes.main.runtime.ts",
814
+ "line": 549,
815
+ "character": 3
816
+ },
817
+ "signature": "(property) MergeLanesMain.runtime: RuntimeDefinition",
818
+ "name": "runtime",
819
+ "type": {
820
+ "__schema": "InferenceTypeSchema",
821
+ "location": {
822
+ "filePath": "merge-lanes.main.runtime.ts",
823
+ "line": 549,
824
+ "character": 3
825
+ },
826
+ "type": "RuntimeDefinition"
827
+ },
828
+ "isOptional": true,
829
+ "defaultValue": "MainRuntime"
830
+ },
831
+ {
832
+ "__schema": "FunctionLikeSchema",
833
+ "location": {
834
+ "filePath": "merge-lanes.main.runtime.ts",
835
+ "line": 551,
836
+ "character": 3
837
+ },
838
+ "signature": "(method) MergeLanesMain.provider([lanes, cli, workspace, merging, loggerMain, remove, scope, exporter, importer, checkout, globalConfig,]: [\n LanesMain,\n CLIMain,\n Workspace,\n MergingMain,\n LoggerMain,\n RemoveMain,\n ScopeMain,\n ExportMain,\n ImporterMain,\n CheckoutMain,\n GlobalConfigMain\n]): Promise<MergeLanesMain>",
839
+ "name": "provider",
840
+ "params": [
841
+ {
842
+ "__schema": "ParameterSchema",
843
+ "location": {
844
+ "filePath": "merge-lanes.main.runtime.ts",
845
+ "line": 551,
846
+ "character": 25
847
+ },
848
+ "name": "[ lanes, cli, workspace, merging, loggerMain, remove, scope, exporter, importer, checkout, globalConfig ]",
849
+ "type": {
850
+ "__schema": "TupleTypeSchema",
851
+ "location": {
852
+ "filePath": "merge-lanes.main.runtime.ts",
853
+ "line": 563,
854
+ "character": 6
855
+ },
856
+ "elements": [
857
+ {
858
+ "__schema": "TypeRefSchema",
859
+ "location": {
860
+ "filePath": "merge-lanes.main.runtime.ts",
861
+ "line": 564,
862
+ "character": 5
863
+ },
864
+ "name": "LanesMain",
865
+ "componentId": {
866
+ "scope": "teambit.lanes",
867
+ "name": "lanes"
868
+ }
869
+ },
870
+ {
871
+ "__schema": "TypeRefSchema",
872
+ "location": {
873
+ "filePath": "merge-lanes.main.runtime.ts",
874
+ "line": 565,
875
+ "character": 5
876
+ },
877
+ "name": "CLIMain",
878
+ "componentId": {
879
+ "scope": "teambit.harmony",
880
+ "name": "cli"
881
+ }
882
+ },
883
+ {
884
+ "__schema": "TypeRefSchema",
885
+ "location": {
886
+ "filePath": "merge-lanes.main.runtime.ts",
887
+ "line": 566,
888
+ "character": 5
889
+ },
890
+ "name": "Workspace",
891
+ "componentId": {
892
+ "scope": "teambit.workspace",
893
+ "name": "workspace"
894
+ }
895
+ },
896
+ {
897
+ "__schema": "TypeRefSchema",
898
+ "location": {
899
+ "filePath": "merge-lanes.main.runtime.ts",
900
+ "line": 567,
901
+ "character": 5
902
+ },
903
+ "name": "MergingMain",
904
+ "componentId": {
905
+ "scope": "teambit.component",
906
+ "name": "merging"
907
+ }
908
+ },
909
+ {
910
+ "__schema": "TypeRefSchema",
911
+ "location": {
912
+ "filePath": "merge-lanes.main.runtime.ts",
913
+ "line": 568,
914
+ "character": 5
915
+ },
916
+ "name": "LoggerMain",
917
+ "componentId": {
918
+ "scope": "teambit.harmony",
919
+ "name": "logger"
920
+ }
921
+ },
922
+ {
923
+ "__schema": "TypeRefSchema",
924
+ "location": {
925
+ "filePath": "merge-lanes.main.runtime.ts",
926
+ "line": 569,
927
+ "character": 5
928
+ },
929
+ "name": "RemoveMain",
930
+ "componentId": {
931
+ "scope": "teambit.component",
932
+ "name": "remove"
933
+ }
934
+ },
935
+ {
936
+ "__schema": "TypeRefSchema",
937
+ "location": {
938
+ "filePath": "merge-lanes.main.runtime.ts",
939
+ "line": 570,
940
+ "character": 5
941
+ },
942
+ "name": "ScopeMain",
943
+ "componentId": {
944
+ "scope": "teambit.scope",
945
+ "name": "scope"
946
+ }
947
+ },
948
+ {
949
+ "__schema": "TypeRefSchema",
950
+ "location": {
951
+ "filePath": "merge-lanes.main.runtime.ts",
952
+ "line": 571,
953
+ "character": 5
954
+ },
955
+ "name": "ExportMain",
956
+ "componentId": {
957
+ "scope": "teambit.scope",
958
+ "name": "export"
959
+ }
960
+ },
961
+ {
962
+ "__schema": "TypeRefSchema",
963
+ "location": {
964
+ "filePath": "merge-lanes.main.runtime.ts",
965
+ "line": 572,
966
+ "character": 5
967
+ },
968
+ "name": "ImporterMain",
969
+ "componentId": {
970
+ "scope": "teambit.scope",
971
+ "name": "importer"
972
+ }
973
+ },
974
+ {
975
+ "__schema": "TypeRefSchema",
976
+ "location": {
977
+ "filePath": "merge-lanes.main.runtime.ts",
978
+ "line": 573,
979
+ "character": 5
980
+ },
981
+ "name": "CheckoutMain",
982
+ "componentId": {
983
+ "scope": "teambit.component",
984
+ "name": "checkout"
985
+ }
986
+ },
987
+ {
988
+ "__schema": "TypeRefSchema",
989
+ "location": {
990
+ "filePath": "merge-lanes.main.runtime.ts",
991
+ "line": 574,
992
+ "character": 5
993
+ },
994
+ "name": "GlobalConfigMain",
995
+ "componentId": {
996
+ "scope": "teambit.harmony",
997
+ "name": "global-config"
998
+ }
999
+ }
1000
+ ]
1001
+ },
1002
+ "isOptional": false,
1003
+ "isSpread": false
1004
+ }
1005
+ ],
1006
+ "returnType": {
1007
+ "__schema": "InferenceTypeSchema",
1008
+ "location": {
1009
+ "filePath": "merge-lanes.main.runtime.ts",
1010
+ "line": 551,
1011
+ "character": 3
1012
+ },
1013
+ "type": "Promise<MergeLanesMain>"
1014
+ },
1015
+ "modifiers": [
1016
+ "static",
1017
+ "async"
1018
+ ]
1019
+ }
1020
+ ],
1021
+ "extendsNodes": [],
1022
+ "implementNodes": []
1023
+ },
1024
+ {
1025
+ "__schema": "UnImplementedSchema",
1026
+ "location": {
1027
+ "filePath": "index.ts",
1028
+ "line": 4,
1029
+ "character": 16
1030
+ },
1031
+ "name": "MergeLanesAspect",
1032
+ "type": "Identifier"
1033
+ },
1034
+ {
1035
+ "__schema": "VariableLikeSchema",
1036
+ "location": {
1037
+ "filePath": "merge-lanes.aspect.ts",
1038
+ "line": 3,
1039
+ "character": 14
1040
+ },
1041
+ "signature": "const MergeLanesAspect: Aspect",
1042
+ "name": "MergeLanesAspect",
1043
+ "type": {
1044
+ "__schema": "TypeRefSchema",
1045
+ "location": {
1046
+ "filePath": "merge-lanes.aspect.ts",
1047
+ "line": 3,
1048
+ "character": 14
1049
+ },
1050
+ "name": "Aspect",
1051
+ "componentId": {
1052
+ "scope": "teambit.harmony",
1053
+ "name": "harmony",
1054
+ "version": "0.4.6"
1055
+ }
1056
+ },
1057
+ "isOptional": false,
1058
+ "defaultValue": "Aspect.create({\n id: 'teambit.lanes/merge-lanes',\n})"
1059
+ }
1060
+ ],
1061
+ "internals": []
1062
+ },
1063
+ "internals": [
1064
+ {
1065
+ "__schema": "ModuleSchema",
1066
+ "location": {
1067
+ "filePath": "merge-lanes.main.runtime.ts",
1068
+ "line": 1,
1069
+ "character": 1
1070
+ },
1071
+ "exports": [
1072
+ {
1073
+ "__schema": "TypeSchema",
1074
+ "location": {
1075
+ "filePath": "merge-lanes.main.runtime.ts",
1076
+ "line": 40,
1077
+ "character": 1
1078
+ },
1079
+ "signature": "type MergeLaneOptions = {\n mergeStrategy: MergeStrategy;\n ours?: boolean | undefined;\n theirs?: boolean | undefined;\n noSnap: boolean;\n snapMessage: string;\n existingOnWorkspaceOnly: boolean;\n build: boolean;\n keepReadme: boolean;\n squash?: boolean | undefined;\n noSquash: boolean;\n ... 7 more ...;\n excludeNonLaneComps?: boolean | undefined;\n}",
1080
+ "name": "MergeLaneOptions",
1081
+ "type": {
1082
+ "__schema": "TypeLiteralSchema",
1083
+ "location": {
1084
+ "filePath": "merge-lanes.main.runtime.ts",
1085
+ "line": 40,
1086
+ "character": 32
1087
+ },
1088
+ "members": [
1089
+ {
1090
+ "__schema": "VariableLikeSchema",
1091
+ "location": {
1092
+ "filePath": "merge-lanes.main.runtime.ts",
1093
+ "line": 41,
1094
+ "character": 3
1095
+ },
1096
+ "signature": "(property) mergeStrategy: \"manual\" | \"theirs\" | \"ours\"",
1097
+ "name": "mergeStrategy",
1098
+ "type": {
1099
+ "__schema": "TypeRefSchema",
1100
+ "location": {
1101
+ "filePath": "merge-lanes.main.runtime.ts",
1102
+ "line": 41,
1103
+ "character": 18
1104
+ },
1105
+ "name": "MergeStrategy",
1106
+ "packageName": "@teambit/legacy/dist/consumer/versions-ops/merge-version"
1107
+ },
1108
+ "isOptional": false
1109
+ },
1110
+ {
1111
+ "__schema": "VariableLikeSchema",
1112
+ "location": {
1113
+ "filePath": "merge-lanes.main.runtime.ts",
1114
+ "line": 42,
1115
+ "character": 3
1116
+ },
1117
+ "signature": "(property) ours?: boolean | undefined",
1118
+ "name": "ours",
1119
+ "type": {
1120
+ "__schema": "KeywordTypeSchema",
1121
+ "location": {
1122
+ "filePath": "merge-lanes.main.runtime.ts",
1123
+ "line": 42,
1124
+ "character": 10
1125
+ },
1126
+ "name": "boolean"
1127
+ },
1128
+ "isOptional": true
1129
+ },
1130
+ {
1131
+ "__schema": "VariableLikeSchema",
1132
+ "location": {
1133
+ "filePath": "merge-lanes.main.runtime.ts",
1134
+ "line": 43,
1135
+ "character": 3
1136
+ },
1137
+ "signature": "(property) theirs?: boolean | undefined",
1138
+ "name": "theirs",
1139
+ "type": {
1140
+ "__schema": "KeywordTypeSchema",
1141
+ "location": {
1142
+ "filePath": "merge-lanes.main.runtime.ts",
1143
+ "line": 43,
1144
+ "character": 12
1145
+ },
1146
+ "name": "boolean"
1147
+ },
1148
+ "isOptional": true
1149
+ },
1150
+ {
1151
+ "__schema": "VariableLikeSchema",
1152
+ "location": {
1153
+ "filePath": "merge-lanes.main.runtime.ts",
1154
+ "line": 44,
1155
+ "character": 3
1156
+ },
1157
+ "signature": "(property) noSnap: boolean",
1158
+ "name": "noSnap",
1159
+ "type": {
1160
+ "__schema": "KeywordTypeSchema",
1161
+ "location": {
1162
+ "filePath": "merge-lanes.main.runtime.ts",
1163
+ "line": 44,
1164
+ "character": 11
1165
+ },
1166
+ "name": "boolean"
1167
+ },
1168
+ "isOptional": false
1169
+ },
1170
+ {
1171
+ "__schema": "VariableLikeSchema",
1172
+ "location": {
1173
+ "filePath": "merge-lanes.main.runtime.ts",
1174
+ "line": 45,
1175
+ "character": 3
1176
+ },
1177
+ "signature": "(property) snapMessage: string",
1178
+ "name": "snapMessage",
1179
+ "type": {
1180
+ "__schema": "KeywordTypeSchema",
1181
+ "location": {
1182
+ "filePath": "merge-lanes.main.runtime.ts",
1183
+ "line": 45,
1184
+ "character": 16
1185
+ },
1186
+ "name": "string"
1187
+ },
1188
+ "isOptional": false
1189
+ },
1190
+ {
1191
+ "__schema": "VariableLikeSchema",
1192
+ "location": {
1193
+ "filePath": "merge-lanes.main.runtime.ts",
1194
+ "line": 46,
1195
+ "character": 3
1196
+ },
1197
+ "signature": "(property) existingOnWorkspaceOnly: boolean",
1198
+ "name": "existingOnWorkspaceOnly",
1199
+ "type": {
1200
+ "__schema": "KeywordTypeSchema",
1201
+ "location": {
1202
+ "filePath": "merge-lanes.main.runtime.ts",
1203
+ "line": 46,
1204
+ "character": 28
1205
+ },
1206
+ "name": "boolean"
1207
+ },
1208
+ "isOptional": false
1209
+ },
1210
+ {
1211
+ "__schema": "VariableLikeSchema",
1212
+ "location": {
1213
+ "filePath": "merge-lanes.main.runtime.ts",
1214
+ "line": 47,
1215
+ "character": 3
1216
+ },
1217
+ "signature": "(property) build: boolean",
1218
+ "name": "build",
1219
+ "type": {
1220
+ "__schema": "KeywordTypeSchema",
1221
+ "location": {
1222
+ "filePath": "merge-lanes.main.runtime.ts",
1223
+ "line": 47,
1224
+ "character": 10
1225
+ },
1226
+ "name": "boolean"
1227
+ },
1228
+ "isOptional": false
1229
+ },
1230
+ {
1231
+ "__schema": "VariableLikeSchema",
1232
+ "location": {
1233
+ "filePath": "merge-lanes.main.runtime.ts",
1234
+ "line": 48,
1235
+ "character": 3
1236
+ },
1237
+ "signature": "(property) keepReadme: boolean",
1238
+ "name": "keepReadme",
1239
+ "type": {
1240
+ "__schema": "KeywordTypeSchema",
1241
+ "location": {
1242
+ "filePath": "merge-lanes.main.runtime.ts",
1243
+ "line": 48,
1244
+ "character": 15
1245
+ },
1246
+ "name": "boolean"
1247
+ },
1248
+ "isOptional": false
1249
+ },
1250
+ {
1251
+ "__schema": "VariableLikeSchema",
1252
+ "location": {
1253
+ "filePath": "merge-lanes.main.runtime.ts",
1254
+ "line": 49,
1255
+ "character": 3
1256
+ },
1257
+ "signature": "(property) squash?: boolean | undefined",
1258
+ "name": "squash",
1259
+ "type": {
1260
+ "__schema": "KeywordTypeSchema",
1261
+ "location": {
1262
+ "filePath": "merge-lanes.main.runtime.ts",
1263
+ "line": 49,
1264
+ "character": 12
1265
+ },
1266
+ "name": "boolean"
1267
+ },
1268
+ "isOptional": true
1269
+ },
1270
+ {
1271
+ "__schema": "VariableLikeSchema",
1272
+ "location": {
1273
+ "filePath": "merge-lanes.main.runtime.ts",
1274
+ "line": 50,
1275
+ "character": 3
1276
+ },
1277
+ "signature": "(property) noSquash: boolean",
1278
+ "name": "noSquash",
1279
+ "type": {
1280
+ "__schema": "KeywordTypeSchema",
1281
+ "location": {
1282
+ "filePath": "merge-lanes.main.runtime.ts",
1283
+ "line": 50,
1284
+ "character": 13
1285
+ },
1286
+ "name": "boolean"
1287
+ },
1288
+ "isOptional": false
1289
+ },
1290
+ {
1291
+ "__schema": "VariableLikeSchema",
1292
+ "location": {
1293
+ "filePath": "merge-lanes.main.runtime.ts",
1294
+ "line": 51,
1295
+ "character": 3
1296
+ },
1297
+ "signature": "(property) tag?: boolean | undefined",
1298
+ "name": "tag",
1299
+ "type": {
1300
+ "__schema": "KeywordTypeSchema",
1301
+ "location": {
1302
+ "filePath": "merge-lanes.main.runtime.ts",
1303
+ "line": 51,
1304
+ "character": 9
1305
+ },
1306
+ "name": "boolean"
1307
+ },
1308
+ "isOptional": true
1309
+ },
1310
+ {
1311
+ "__schema": "VariableLikeSchema",
1312
+ "location": {
1313
+ "filePath": "merge-lanes.main.runtime.ts",
1314
+ "line": 52,
1315
+ "character": 3
1316
+ },
1317
+ "signature": "(property) pattern?: string | undefined",
1318
+ "name": "pattern",
1319
+ "type": {
1320
+ "__schema": "KeywordTypeSchema",
1321
+ "location": {
1322
+ "filePath": "merge-lanes.main.runtime.ts",
1323
+ "line": 52,
1324
+ "character": 13
1325
+ },
1326
+ "name": "string"
1327
+ },
1328
+ "isOptional": true
1329
+ },
1330
+ {
1331
+ "__schema": "VariableLikeSchema",
1332
+ "location": {
1333
+ "filePath": "merge-lanes.main.runtime.ts",
1334
+ "line": 53,
1335
+ "character": 3
1336
+ },
1337
+ "signature": "(property) includeDeps?: boolean | undefined",
1338
+ "name": "includeDeps",
1339
+ "type": {
1340
+ "__schema": "KeywordTypeSchema",
1341
+ "location": {
1342
+ "filePath": "merge-lanes.main.runtime.ts",
1343
+ "line": 53,
1344
+ "character": 17
1345
+ },
1346
+ "name": "boolean"
1347
+ },
1348
+ "isOptional": true
1349
+ },
1350
+ {
1351
+ "__schema": "VariableLikeSchema",
1352
+ "location": {
1353
+ "filePath": "merge-lanes.main.runtime.ts",
1354
+ "line": 54,
1355
+ "character": 3
1356
+ },
1357
+ "signature": "(property) skipDependencyInstallation?: boolean | undefined",
1358
+ "name": "skipDependencyInstallation",
1359
+ "type": {
1360
+ "__schema": "KeywordTypeSchema",
1361
+ "location": {
1362
+ "filePath": "merge-lanes.main.runtime.ts",
1363
+ "line": 54,
1364
+ "character": 32
1365
+ },
1366
+ "name": "boolean"
1367
+ },
1368
+ "isOptional": true
1369
+ },
1370
+ {
1371
+ "__schema": "VariableLikeSchema",
1372
+ "location": {
1373
+ "filePath": "merge-lanes.main.runtime.ts",
1374
+ "line": 55,
1375
+ "character": 3
1376
+ },
1377
+ "signature": "(property) resolveUnrelated?: \"manual\" | \"theirs\" | \"ours\" | undefined",
1378
+ "name": "resolveUnrelated",
1379
+ "type": {
1380
+ "__schema": "TypeRefSchema",
1381
+ "location": {
1382
+ "filePath": "merge-lanes.main.runtime.ts",
1383
+ "line": 55,
1384
+ "character": 22
1385
+ },
1386
+ "name": "MergeStrategy",
1387
+ "packageName": "@teambit/legacy/dist/consumer/versions-ops/merge-version"
1388
+ },
1389
+ "isOptional": true
1390
+ },
1391
+ {
1392
+ "__schema": "VariableLikeSchema",
1393
+ "location": {
1394
+ "filePath": "merge-lanes.main.runtime.ts",
1395
+ "line": 56,
1396
+ "character": 3
1397
+ },
1398
+ "signature": "(property) ignoreConfigChanges?: boolean | undefined",
1399
+ "name": "ignoreConfigChanges",
1400
+ "type": {
1401
+ "__schema": "KeywordTypeSchema",
1402
+ "location": {
1403
+ "filePath": "merge-lanes.main.runtime.ts",
1404
+ "line": 56,
1405
+ "character": 25
1406
+ },
1407
+ "name": "boolean"
1408
+ },
1409
+ "isOptional": true
1410
+ },
1411
+ {
1412
+ "__schema": "VariableLikeSchema",
1413
+ "location": {
1414
+ "filePath": "merge-lanes.main.runtime.ts",
1415
+ "line": 57,
1416
+ "character": 3
1417
+ },
1418
+ "signature": "(property) skipFetch?: boolean | undefined",
1419
+ "name": "skipFetch",
1420
+ "type": {
1421
+ "__schema": "KeywordTypeSchema",
1422
+ "location": {
1423
+ "filePath": "merge-lanes.main.runtime.ts",
1424
+ "line": 57,
1425
+ "character": 15
1426
+ },
1427
+ "name": "boolean"
1428
+ },
1429
+ "isOptional": true
1430
+ },
1431
+ {
1432
+ "__schema": "VariableLikeSchema",
1433
+ "location": {
1434
+ "filePath": "merge-lanes.main.runtime.ts",
1435
+ "line": 58,
1436
+ "character": 3
1437
+ },
1438
+ "signature": "(property) excludeNonLaneComps?: boolean | undefined",
1439
+ "name": "excludeNonLaneComps",
1440
+ "type": {
1441
+ "__schema": "KeywordTypeSchema",
1442
+ "location": {
1443
+ "filePath": "merge-lanes.main.runtime.ts",
1444
+ "line": 58,
1445
+ "character": 25
1446
+ },
1447
+ "name": "boolean"
1448
+ },
1449
+ "isOptional": true
1450
+ }
1451
+ ]
1452
+ }
1453
+ },
1454
+ {
1455
+ "__schema": "TypeSchema",
1456
+ "location": {
1457
+ "filePath": "merge-lanes.main.runtime.ts",
1458
+ "line": 60,
1459
+ "character": 1
1460
+ },
1461
+ "signature": "type MergeFromScopeResult = {\n mergedNow: ComponentID[];\n exportedIds: ComponentID[];\n unmerged: {\n id: ComponentID;\n reason: string;\n }[];\n conflicts?: {\n id: ComponentID;\n files: string[];\n config?: boolean | undefined;\n }[] | undefined;\n snappedIds?: ComponentID[] | undefined;\n mergedPreviously: ComponentID[];\n mergeSnapError?: Error | undefined;\n}",
1462
+ "name": "MergeFromScopeResult",
1463
+ "type": {
1464
+ "__schema": "TypeLiteralSchema",
1465
+ "location": {
1466
+ "filePath": "merge-lanes.main.runtime.ts",
1467
+ "line": 60,
1468
+ "character": 36
1469
+ },
1470
+ "members": [
1471
+ {
1472
+ "__schema": "VariableLikeSchema",
1473
+ "location": {
1474
+ "filePath": "merge-lanes.main.runtime.ts",
1475
+ "line": 61,
1476
+ "character": 3
1477
+ },
1478
+ "signature": "(property) mergedNow: ComponentID[]",
1479
+ "name": "mergedNow",
1480
+ "type": {
1481
+ "__schema": "TypeArraySchema",
1482
+ "location": {
1483
+ "filePath": "merge-lanes.main.runtime.ts",
1484
+ "line": 61,
1485
+ "character": 14
1486
+ },
1487
+ "type": {
1488
+ "__schema": "TypeRefSchema",
1489
+ "location": {
1490
+ "filePath": "merge-lanes.main.runtime.ts",
1491
+ "line": 61,
1492
+ "character": 14
1493
+ },
1494
+ "name": "ComponentID",
1495
+ "componentId": {
1496
+ "scope": "teambit.component",
1497
+ "name": "component-id",
1498
+ "version": "1.2.0"
1499
+ }
1500
+ }
1501
+ },
1502
+ "isOptional": false
1503
+ },
1504
+ {
1505
+ "__schema": "VariableLikeSchema",
1506
+ "location": {
1507
+ "filePath": "merge-lanes.main.runtime.ts",
1508
+ "line": 62,
1509
+ "character": 3
1510
+ },
1511
+ "signature": "(property) exportedIds: ComponentID[]",
1512
+ "name": "exportedIds",
1513
+ "type": {
1514
+ "__schema": "TypeArraySchema",
1515
+ "location": {
1516
+ "filePath": "merge-lanes.main.runtime.ts",
1517
+ "line": 62,
1518
+ "character": 16
1519
+ },
1520
+ "type": {
1521
+ "__schema": "TypeRefSchema",
1522
+ "location": {
1523
+ "filePath": "merge-lanes.main.runtime.ts",
1524
+ "line": 62,
1525
+ "character": 16
1526
+ },
1527
+ "name": "ComponentID",
1528
+ "componentId": {
1529
+ "scope": "teambit.component",
1530
+ "name": "component-id",
1531
+ "version": "1.2.0"
1532
+ }
1533
+ }
1534
+ },
1535
+ "isOptional": false
1536
+ },
1537
+ {
1538
+ "__schema": "VariableLikeSchema",
1539
+ "location": {
1540
+ "filePath": "merge-lanes.main.runtime.ts",
1541
+ "line": 63,
1542
+ "character": 3
1543
+ },
1544
+ "signature": "(property) unmerged: {\n id: ComponentID;\n reason: string;\n}[]",
1545
+ "name": "unmerged",
1546
+ "type": {
1547
+ "__schema": "TypeArraySchema",
1548
+ "location": {
1549
+ "filePath": "merge-lanes.main.runtime.ts",
1550
+ "line": 63,
1551
+ "character": 13
1552
+ },
1553
+ "type": {
1554
+ "__schema": "TypeLiteralSchema",
1555
+ "location": {
1556
+ "filePath": "merge-lanes.main.runtime.ts",
1557
+ "line": 63,
1558
+ "character": 13
1559
+ },
1560
+ "members": [
1561
+ {
1562
+ "__schema": "VariableLikeSchema",
1563
+ "location": {
1564
+ "filePath": "merge-lanes.main.runtime.ts",
1565
+ "line": 63,
1566
+ "character": 15
1567
+ },
1568
+ "signature": "(property) id: ComponentID",
1569
+ "name": "id",
1570
+ "type": {
1571
+ "__schema": "TypeRefSchema",
1572
+ "location": {
1573
+ "filePath": "merge-lanes.main.runtime.ts",
1574
+ "line": 63,
1575
+ "character": 15
1576
+ },
1577
+ "name": "ComponentID",
1578
+ "componentId": {
1579
+ "scope": "teambit.component",
1580
+ "name": "component-id",
1581
+ "version": "1.2.0"
1582
+ }
1583
+ },
1584
+ "isOptional": false
1585
+ },
1586
+ {
1587
+ "__schema": "VariableLikeSchema",
1588
+ "location": {
1589
+ "filePath": "merge-lanes.main.runtime.ts",
1590
+ "line": 63,
1591
+ "character": 32
1592
+ },
1593
+ "signature": "(property) reason: string",
1594
+ "name": "reason",
1595
+ "type": {
1596
+ "__schema": "KeywordTypeSchema",
1597
+ "location": {
1598
+ "filePath": "merge-lanes.main.runtime.ts",
1599
+ "line": 63,
1600
+ "character": 40
1601
+ },
1602
+ "name": "string"
1603
+ },
1604
+ "isOptional": false
1605
+ }
1606
+ ]
1607
+ }
1608
+ },
1609
+ "isOptional": false
1610
+ },
1611
+ {
1612
+ "__schema": "VariableLikeSchema",
1613
+ "location": {
1614
+ "filePath": "merge-lanes.main.runtime.ts",
1615
+ "line": 64,
1616
+ "character": 3
1617
+ },
1618
+ "signature": "(property) conflicts?: {\n id: ComponentID;\n files: string[];\n config?: boolean | undefined;\n}[] | undefined",
1619
+ "name": "conflicts",
1620
+ "type": {
1621
+ "__schema": "TypeRefSchema",
1622
+ "location": {
1623
+ "filePath": "merge-lanes.main.runtime.ts",
1624
+ "line": 64,
1625
+ "character": 15
1626
+ },
1627
+ "name": "Array",
1628
+ "typeArgs": [
1629
+ {
1630
+ "__schema": "TypeLiteralSchema",
1631
+ "location": {
1632
+ "filePath": "merge-lanes.main.runtime.ts",
1633
+ "line": 64,
1634
+ "character": 21
1635
+ },
1636
+ "members": [
1637
+ {
1638
+ "__schema": "VariableLikeSchema",
1639
+ "location": {
1640
+ "filePath": "merge-lanes.main.runtime.ts",
1641
+ "line": 64,
1642
+ "character": 23
1643
+ },
1644
+ "signature": "(property) id: ComponentID",
1645
+ "name": "id",
1646
+ "type": {
1647
+ "__schema": "TypeRefSchema",
1648
+ "location": {
1649
+ "filePath": "merge-lanes.main.runtime.ts",
1650
+ "line": 64,
1651
+ "character": 23
1652
+ },
1653
+ "name": "ComponentID",
1654
+ "componentId": {
1655
+ "scope": "teambit.component",
1656
+ "name": "component-id",
1657
+ "version": "1.2.0"
1658
+ }
1659
+ },
1660
+ "isOptional": false
1661
+ },
1662
+ {
1663
+ "__schema": "VariableLikeSchema",
1664
+ "location": {
1665
+ "filePath": "merge-lanes.main.runtime.ts",
1666
+ "line": 64,
1667
+ "character": 40
1668
+ },
1669
+ "signature": "(property) files: string[]",
1670
+ "name": "files",
1671
+ "type": {
1672
+ "__schema": "TypeArraySchema",
1673
+ "location": {
1674
+ "filePath": "merge-lanes.main.runtime.ts",
1675
+ "line": 64,
1676
+ "character": 47
1677
+ },
1678
+ "type": {
1679
+ "__schema": "KeywordTypeSchema",
1680
+ "location": {
1681
+ "filePath": "merge-lanes.main.runtime.ts",
1682
+ "line": 64,
1683
+ "character": 47
1684
+ },
1685
+ "name": "string"
1686
+ }
1687
+ },
1688
+ "isOptional": false
1689
+ },
1690
+ {
1691
+ "__schema": "VariableLikeSchema",
1692
+ "location": {
1693
+ "filePath": "merge-lanes.main.runtime.ts",
1694
+ "line": 64,
1695
+ "character": 57
1696
+ },
1697
+ "signature": "(property) config?: boolean | undefined",
1698
+ "name": "config",
1699
+ "type": {
1700
+ "__schema": "KeywordTypeSchema",
1701
+ "location": {
1702
+ "filePath": "merge-lanes.main.runtime.ts",
1703
+ "line": 64,
1704
+ "character": 66
1705
+ },
1706
+ "name": "boolean"
1707
+ },
1708
+ "isOptional": true
1709
+ }
1710
+ ]
1711
+ }
1712
+ ]
1713
+ },
1714
+ "isOptional": true
1715
+ },
1716
+ {
1717
+ "__schema": "VariableLikeSchema",
1718
+ "location": {
1719
+ "filePath": "merge-lanes.main.runtime.ts",
1720
+ "line": 65,
1721
+ "character": 3
1722
+ },
1723
+ "signature": "(property) snappedIds?: ComponentID[] | undefined",
1724
+ "name": "snappedIds",
1725
+ "type": {
1726
+ "__schema": "TypeArraySchema",
1727
+ "location": {
1728
+ "filePath": "merge-lanes.main.runtime.ts",
1729
+ "line": 65,
1730
+ "character": 16
1731
+ },
1732
+ "type": {
1733
+ "__schema": "TypeRefSchema",
1734
+ "location": {
1735
+ "filePath": "merge-lanes.main.runtime.ts",
1736
+ "line": 65,
1737
+ "character": 16
1738
+ },
1739
+ "name": "ComponentID",
1740
+ "componentId": {
1741
+ "scope": "teambit.component",
1742
+ "name": "component-id",
1743
+ "version": "1.2.0"
1744
+ }
1745
+ }
1746
+ },
1747
+ "isOptional": true
1748
+ },
1749
+ {
1750
+ "__schema": "VariableLikeSchema",
1751
+ "location": {
1752
+ "filePath": "merge-lanes.main.runtime.ts",
1753
+ "line": 66,
1754
+ "character": 3
1755
+ },
1756
+ "signature": "(property) mergedPreviously: ComponentID[]",
1757
+ "name": "mergedPreviously",
1758
+ "type": {
1759
+ "__schema": "TypeArraySchema",
1760
+ "location": {
1761
+ "filePath": "merge-lanes.main.runtime.ts",
1762
+ "line": 66,
1763
+ "character": 21
1764
+ },
1765
+ "type": {
1766
+ "__schema": "TypeRefSchema",
1767
+ "location": {
1768
+ "filePath": "merge-lanes.main.runtime.ts",
1769
+ "line": 66,
1770
+ "character": 21
1771
+ },
1772
+ "name": "ComponentID",
1773
+ "componentId": {
1774
+ "scope": "teambit.component",
1775
+ "name": "component-id",
1776
+ "version": "1.2.0"
1777
+ }
1778
+ }
1779
+ },
1780
+ "isOptional": false
1781
+ },
1782
+ {
1783
+ "__schema": "VariableLikeSchema",
1784
+ "location": {
1785
+ "filePath": "merge-lanes.main.runtime.ts",
1786
+ "line": 67,
1787
+ "character": 3
1788
+ },
1789
+ "signature": "(property) mergeSnapError?: Error | undefined",
1790
+ "name": "mergeSnapError",
1791
+ "type": {
1792
+ "__schema": "TypeRefSchema",
1793
+ "location": {
1794
+ "filePath": "merge-lanes.main.runtime.ts",
1795
+ "line": 67,
1796
+ "character": 20
1797
+ },
1798
+ "name": "Error"
1799
+ },
1800
+ "isOptional": true
1801
+ }
1802
+ ]
1803
+ }
1804
+ },
1805
+ {
1806
+ "__schema": "ClassSchema",
1807
+ "location": {
1808
+ "filePath": "merge-lanes.main.runtime.ts",
1809
+ "line": 70,
1810
+ "character": 1
1811
+ },
1812
+ "signature": "class MergeLanesMain",
1813
+ "name": "MergeLanesMain",
1814
+ "members": [
1815
+ {
1816
+ "__schema": "ConstructorSchema",
1817
+ "location": {
1818
+ "filePath": "merge-lanes.main.runtime.ts",
1819
+ "line": 71,
1820
+ "character": 3
1821
+ },
1822
+ "signature": "constructor MergeLanesMain(workspace: Workspace | undefined, merging: MergingMain, lanes: LanesMain, logger: Logger, remove: RemoveMain, scope: ScopeMain, exporter: ExportMain, importer: ImporterMain, checkout: CheckoutMain): MergeLanesMain",
1823
+ "name": "constructor",
1824
+ "params": [
1825
+ {
1826
+ "__schema": "ParameterSchema",
1827
+ "location": {
1828
+ "filePath": "merge-lanes.main.runtime.ts",
1829
+ "line": 72,
1830
+ "character": 5
1831
+ },
1832
+ "name": "workspace",
1833
+ "type": {
1834
+ "__schema": "TypeUnionSchema",
1835
+ "location": {
1836
+ "filePath": "merge-lanes.main.runtime.ts",
1837
+ "line": 72,
1838
+ "character": 24
1839
+ },
1840
+ "types": [
1841
+ {
1842
+ "__schema": "TypeRefSchema",
1843
+ "location": {
1844
+ "filePath": "merge-lanes.main.runtime.ts",
1845
+ "line": 72,
1846
+ "character": 24
1847
+ },
1848
+ "name": "Workspace",
1849
+ "componentId": {
1850
+ "scope": "teambit.workspace",
1851
+ "name": "workspace"
1852
+ }
1853
+ },
1854
+ {
1855
+ "__schema": "KeywordTypeSchema",
1856
+ "location": {
1857
+ "filePath": "merge-lanes.main.runtime.ts",
1858
+ "line": 72,
1859
+ "character": 36
1860
+ },
1861
+ "name": "undefined"
1862
+ }
1863
+ ]
1864
+ },
1865
+ "isOptional": false,
1866
+ "isSpread": false
1867
+ },
1868
+ {
1869
+ "__schema": "ParameterSchema",
1870
+ "location": {
1871
+ "filePath": "merge-lanes.main.runtime.ts",
1872
+ "line": 73,
1873
+ "character": 5
1874
+ },
1875
+ "name": "merging",
1876
+ "type": {
1877
+ "__schema": "TypeRefSchema",
1878
+ "location": {
1879
+ "filePath": "merge-lanes.main.runtime.ts",
1880
+ "line": 73,
1881
+ "character": 22
1882
+ },
1883
+ "name": "MergingMain",
1884
+ "componentId": {
1885
+ "scope": "teambit.component",
1886
+ "name": "merging"
1887
+ }
1888
+ },
1889
+ "isOptional": false,
1890
+ "isSpread": false
1891
+ },
1892
+ {
1893
+ "__schema": "ParameterSchema",
1894
+ "location": {
1895
+ "filePath": "merge-lanes.main.runtime.ts",
1896
+ "line": 74,
1897
+ "character": 5
1898
+ },
1899
+ "name": "lanes",
1900
+ "type": {
1901
+ "__schema": "TypeRefSchema",
1902
+ "location": {
1903
+ "filePath": "merge-lanes.main.runtime.ts",
1904
+ "line": 74,
1905
+ "character": 20
1906
+ },
1907
+ "name": "LanesMain",
1908
+ "componentId": {
1909
+ "scope": "teambit.lanes",
1910
+ "name": "lanes"
1911
+ }
1912
+ },
1913
+ "isOptional": false,
1914
+ "isSpread": false
1915
+ },
1916
+ {
1917
+ "__schema": "ParameterSchema",
1918
+ "location": {
1919
+ "filePath": "merge-lanes.main.runtime.ts",
1920
+ "line": 75,
1921
+ "character": 5
1922
+ },
1923
+ "name": "logger",
1924
+ "type": {
1925
+ "__schema": "TypeRefSchema",
1926
+ "location": {
1927
+ "filePath": "merge-lanes.main.runtime.ts",
1928
+ "line": 75,
1929
+ "character": 22
1930
+ },
1931
+ "name": "Logger",
1932
+ "componentId": {
1933
+ "scope": "teambit.harmony",
1934
+ "name": "logger"
1935
+ }
1936
+ },
1937
+ "isOptional": false,
1938
+ "isSpread": false
1939
+ },
1940
+ {
1941
+ "__schema": "ParameterSchema",
1942
+ "location": {
1943
+ "filePath": "merge-lanes.main.runtime.ts",
1944
+ "line": 76,
1945
+ "character": 5
1946
+ },
1947
+ "name": "remove",
1948
+ "type": {
1949
+ "__schema": "TypeRefSchema",
1950
+ "location": {
1951
+ "filePath": "merge-lanes.main.runtime.ts",
1952
+ "line": 76,
1953
+ "character": 21
1954
+ },
1955
+ "name": "RemoveMain",
1956
+ "componentId": {
1957
+ "scope": "teambit.component",
1958
+ "name": "remove"
1959
+ }
1960
+ },
1961
+ "isOptional": false,
1962
+ "isSpread": false
1963
+ },
1964
+ {
1965
+ "__schema": "ParameterSchema",
1966
+ "location": {
1967
+ "filePath": "merge-lanes.main.runtime.ts",
1968
+ "line": 77,
1969
+ "character": 5
1970
+ },
1971
+ "name": "scope",
1972
+ "type": {
1973
+ "__schema": "TypeRefSchema",
1974
+ "location": {
1975
+ "filePath": "merge-lanes.main.runtime.ts",
1976
+ "line": 77,
1977
+ "character": 20
1978
+ },
1979
+ "name": "ScopeMain",
1980
+ "componentId": {
1981
+ "scope": "teambit.scope",
1982
+ "name": "scope"
1983
+ }
1984
+ },
1985
+ "isOptional": false,
1986
+ "isSpread": false
1987
+ },
1988
+ {
1989
+ "__schema": "ParameterSchema",
1990
+ "location": {
1991
+ "filePath": "merge-lanes.main.runtime.ts",
1992
+ "line": 78,
1993
+ "character": 5
1994
+ },
1995
+ "name": "exporter",
1996
+ "type": {
1997
+ "__schema": "TypeRefSchema",
1998
+ "location": {
1999
+ "filePath": "merge-lanes.main.runtime.ts",
2000
+ "line": 78,
2001
+ "character": 23
2002
+ },
2003
+ "name": "ExportMain",
2004
+ "componentId": {
2005
+ "scope": "teambit.scope",
2006
+ "name": "export"
2007
+ }
2008
+ },
2009
+ "isOptional": false,
2010
+ "isSpread": false
2011
+ },
2012
+ {
2013
+ "__schema": "ParameterSchema",
2014
+ "location": {
2015
+ "filePath": "merge-lanes.main.runtime.ts",
2016
+ "line": 79,
2017
+ "character": 5
2018
+ },
2019
+ "name": "importer",
2020
+ "type": {
2021
+ "__schema": "TypeRefSchema",
2022
+ "location": {
2023
+ "filePath": "merge-lanes.main.runtime.ts",
2024
+ "line": 79,
2025
+ "character": 23
2026
+ },
2027
+ "name": "ImporterMain",
2028
+ "componentId": {
2029
+ "scope": "teambit.scope",
2030
+ "name": "importer"
2031
+ }
2032
+ },
2033
+ "isOptional": false,
2034
+ "isSpread": false
2035
+ },
2036
+ {
2037
+ "__schema": "ParameterSchema",
2038
+ "location": {
2039
+ "filePath": "merge-lanes.main.runtime.ts",
2040
+ "line": 80,
2041
+ "character": 5
2042
+ },
2043
+ "name": "checkout",
2044
+ "type": {
2045
+ "__schema": "TypeRefSchema",
2046
+ "location": {
2047
+ "filePath": "merge-lanes.main.runtime.ts",
2048
+ "line": 80,
2049
+ "character": 23
2050
+ },
2051
+ "name": "CheckoutMain",
2052
+ "componentId": {
2053
+ "scope": "teambit.component",
2054
+ "name": "checkout"
2055
+ }
2056
+ },
2057
+ "isOptional": false,
2058
+ "isSpread": false
2059
+ }
2060
+ ],
2061
+ "returnType": {
2062
+ "__schema": "ThisTypeSchema",
2063
+ "location": {
2064
+ "filePath": "merge-lanes.main.runtime.ts",
2065
+ "line": 70,
2066
+ "character": 1
2067
+ },
2068
+ "name": "MergeLanesMain"
2069
+ },
2070
+ "modifiers": []
2071
+ },
2072
+ {
2073
+ "__schema": "FunctionLikeSchema",
2074
+ "location": {
2075
+ "filePath": "merge-lanes.main.runtime.ts",
2076
+ "line": 83,
2077
+ "character": 3
2078
+ },
2079
+ "signature": "(method) MergeLanesMain.mergeLaneByCLI(laneName: string, options: MergeLaneOptions): Promise<{\n mergeResults: ApplyVersionResults;\n deleteResults: any;\n configMergeResults: ConfigMergeResult[];\n}>",
2080
+ "name": "mergeLaneByCLI",
2081
+ "params": [
2082
+ {
2083
+ "__schema": "ParameterSchema",
2084
+ "location": {
2085
+ "filePath": "merge-lanes.main.runtime.ts",
2086
+ "line": 83,
2087
+ "character": 24
2088
+ },
2089
+ "name": "laneName",
2090
+ "type": {
2091
+ "__schema": "KeywordTypeSchema",
2092
+ "location": {
2093
+ "filePath": "merge-lanes.main.runtime.ts",
2094
+ "line": 83,
2095
+ "character": 34
2096
+ },
2097
+ "name": "string"
2098
+ },
2099
+ "isOptional": false,
2100
+ "isSpread": false
2101
+ },
2102
+ {
2103
+ "__schema": "ParameterSchema",
2104
+ "location": {
2105
+ "filePath": "merge-lanes.main.runtime.ts",
2106
+ "line": 83,
2107
+ "character": 42
2108
+ },
2109
+ "name": "options",
2110
+ "type": {
2111
+ "__schema": "TypeRefSchema",
2112
+ "location": {
2113
+ "filePath": "merge-lanes.main.runtime.ts",
2114
+ "line": 83,
2115
+ "character": 51
2116
+ },
2117
+ "name": "MergeLaneOptions",
2118
+ "internalFilePath": "merge-lanes.main.runtime.ts"
2119
+ },
2120
+ "isOptional": false,
2121
+ "isSpread": false
2122
+ }
2123
+ ],
2124
+ "returnType": {
2125
+ "__schema": "InferenceTypeSchema",
2126
+ "location": {
2127
+ "filePath": "merge-lanes.main.runtime.ts",
2128
+ "line": 83,
2129
+ "character": 3
2130
+ },
2131
+ "type": "Promise<{\n mergeResults: ApplyVersionResults;\n deleteResults: any;\n configMergeResults: ConfigMergeResult[];\n}>"
2132
+ },
2133
+ "modifiers": [
2134
+ "async"
2135
+ ]
2136
+ },
2137
+ {
2138
+ "__schema": "FunctionLikeSchema",
2139
+ "location": {
2140
+ "filePath": "merge-lanes.main.runtime.ts",
2141
+ "line": 93,
2142
+ "character": 3
2143
+ },
2144
+ "signature": "(method) MergeLanesMain.mergeLane(otherLaneId: LaneId, currentLaneId: LaneId, options: MergeLaneOptions): Promise<{\n mergeResults: ApplyVersionResults;\n deleteResults: any;\n configMergeResults: ConfigMergeResult[];\n}>",
2145
+ "name": "mergeLane",
2146
+ "params": [
2147
+ {
2148
+ "__schema": "ParameterSchema",
2149
+ "location": {
2150
+ "filePath": "merge-lanes.main.runtime.ts",
2151
+ "line": 94,
2152
+ "character": 5
2153
+ },
2154
+ "name": "otherLaneId",
2155
+ "type": {
2156
+ "__schema": "TypeRefSchema",
2157
+ "location": {
2158
+ "filePath": "merge-lanes.main.runtime.ts",
2159
+ "line": 94,
2160
+ "character": 18
2161
+ },
2162
+ "name": "LaneId",
2163
+ "componentId": {
2164
+ "scope": "teambit.lanes",
2165
+ "name": "lane-id",
2166
+ "version": "0.0.311"
2167
+ }
2168
+ },
2169
+ "isOptional": false,
2170
+ "isSpread": false
2171
+ },
2172
+ {
2173
+ "__schema": "ParameterSchema",
2174
+ "location": {
2175
+ "filePath": "merge-lanes.main.runtime.ts",
2176
+ "line": 95,
2177
+ "character": 5
2178
+ },
2179
+ "name": "currentLaneId",
2180
+ "type": {
2181
+ "__schema": "TypeRefSchema",
2182
+ "location": {
2183
+ "filePath": "merge-lanes.main.runtime.ts",
2184
+ "line": 95,
2185
+ "character": 20
2186
+ },
2187
+ "name": "LaneId",
2188
+ "componentId": {
2189
+ "scope": "teambit.lanes",
2190
+ "name": "lane-id",
2191
+ "version": "0.0.311"
2192
+ }
2193
+ },
2194
+ "isOptional": false,
2195
+ "isSpread": false
2196
+ },
2197
+ {
2198
+ "__schema": "ParameterSchema",
2199
+ "location": {
2200
+ "filePath": "merge-lanes.main.runtime.ts",
2201
+ "line": 96,
2202
+ "character": 5
2203
+ },
2204
+ "name": "options",
2205
+ "type": {
2206
+ "__schema": "TypeRefSchema",
2207
+ "location": {
2208
+ "filePath": "merge-lanes.main.runtime.ts",
2209
+ "line": 96,
2210
+ "character": 14
2211
+ },
2212
+ "name": "MergeLaneOptions",
2213
+ "internalFilePath": "merge-lanes.main.runtime.ts"
2214
+ },
2215
+ "isOptional": false,
2216
+ "isSpread": false
2217
+ }
2218
+ ],
2219
+ "returnType": {
2220
+ "__schema": "TypeRefSchema",
2221
+ "location": {
2222
+ "filePath": "merge-lanes.main.runtime.ts",
2223
+ "line": 97,
2224
+ "character": 6
2225
+ },
2226
+ "name": "Promise",
2227
+ "typeArgs": [
2228
+ {
2229
+ "__schema": "TypeLiteralSchema",
2230
+ "location": {
2231
+ "filePath": "merge-lanes.main.runtime.ts",
2232
+ "line": 97,
2233
+ "character": 14
2234
+ },
2235
+ "members": [
2236
+ {
2237
+ "__schema": "VariableLikeSchema",
2238
+ "location": {
2239
+ "filePath": "merge-lanes.main.runtime.ts",
2240
+ "line": 97,
2241
+ "character": 16
2242
+ },
2243
+ "signature": "(property) mergeResults: ApplyVersionResults",
2244
+ "name": "mergeResults",
2245
+ "type": {
2246
+ "__schema": "TypeRefSchema",
2247
+ "location": {
2248
+ "filePath": "merge-lanes.main.runtime.ts",
2249
+ "line": 97,
2250
+ "character": 16
2251
+ },
2252
+ "name": "ApplyVersionResults",
2253
+ "componentId": {
2254
+ "scope": "teambit.component",
2255
+ "name": "merging"
2256
+ }
2257
+ },
2258
+ "isOptional": false
2259
+ },
2260
+ {
2261
+ "__schema": "VariableLikeSchema",
2262
+ "location": {
2263
+ "filePath": "merge-lanes.main.runtime.ts",
2264
+ "line": 97,
2265
+ "character": 51
2266
+ },
2267
+ "signature": "(property) deleteResults: any",
2268
+ "name": "deleteResults",
2269
+ "type": {
2270
+ "__schema": "KeywordTypeSchema",
2271
+ "location": {
2272
+ "filePath": "merge-lanes.main.runtime.ts",
2273
+ "line": 97,
2274
+ "character": 66
2275
+ },
2276
+ "name": "any"
2277
+ },
2278
+ "isOptional": false
2279
+ },
2280
+ {
2281
+ "__schema": "VariableLikeSchema",
2282
+ "location": {
2283
+ "filePath": "merge-lanes.main.runtime.ts",
2284
+ "line": 97,
2285
+ "character": 71
2286
+ },
2287
+ "signature": "(property) configMergeResults: ConfigMergeResult[]",
2288
+ "name": "configMergeResults",
2289
+ "type": {
2290
+ "__schema": "TypeArraySchema",
2291
+ "location": {
2292
+ "filePath": "merge-lanes.main.runtime.ts",
2293
+ "line": 97,
2294
+ "character": 91
2295
+ },
2296
+ "type": {
2297
+ "__schema": "TypeRefSchema",
2298
+ "location": {
2299
+ "filePath": "merge-lanes.main.runtime.ts",
2300
+ "line": 97,
2301
+ "character": 91
2302
+ },
2303
+ "name": "ConfigMergeResult",
2304
+ "componentId": {
2305
+ "scope": "teambit.workspace",
2306
+ "name": "config-merger"
2307
+ }
2308
+ }
2309
+ },
2310
+ "isOptional": false
2311
+ }
2312
+ ]
2313
+ }
2314
+ ]
2315
+ },
2316
+ "modifiers": [
2317
+ "async"
2318
+ ]
2319
+ },
2320
+ {
2321
+ "__schema": "FunctionLikeSchema",
2322
+ "location": {
2323
+ "filePath": "merge-lanes.main.runtime.ts",
2324
+ "line": 278,
2325
+ "character": 3
2326
+ },
2327
+ "signature": "(method) MergeLanesMain.abortLaneMerge(checkoutProps: CheckoutProps, mergeAbortOpts: MergeAbortOpts): Promise<{\n checkoutResults: ApplyVersionResults | undefined;\n restoredItems: string[];\n checkoutError: Error | undefined;\n}>",
2328
+ "name": "abortLaneMerge",
2329
+ "params": [
2330
+ {
2331
+ "__schema": "ParameterSchema",
2332
+ "location": {
2333
+ "filePath": "merge-lanes.main.runtime.ts",
2334
+ "line": 278,
2335
+ "character": 24
2336
+ },
2337
+ "name": "checkoutProps",
2338
+ "type": {
2339
+ "__schema": "TypeRefSchema",
2340
+ "location": {
2341
+ "filePath": "merge-lanes.main.runtime.ts",
2342
+ "line": 278,
2343
+ "character": 39
2344
+ },
2345
+ "name": "CheckoutProps",
2346
+ "componentId": {
2347
+ "scope": "teambit.component",
2348
+ "name": "checkout"
2349
+ }
2350
+ },
2351
+ "isOptional": false,
2352
+ "isSpread": false
2353
+ },
2354
+ {
2355
+ "__schema": "ParameterSchema",
2356
+ "location": {
2357
+ "filePath": "merge-lanes.main.runtime.ts",
2358
+ "line": 278,
2359
+ "character": 54
2360
+ },
2361
+ "name": "mergeAbortOpts",
2362
+ "type": {
2363
+ "__schema": "TypeRefSchema",
2364
+ "location": {
2365
+ "filePath": "merge-lanes.main.runtime.ts",
2366
+ "line": 278,
2367
+ "character": 70
2368
+ },
2369
+ "name": "MergeAbortOpts",
2370
+ "internalFilePath": "merge-abort.cmd.ts"
2371
+ },
2372
+ "isOptional": false,
2373
+ "isSpread": false
2374
+ }
2375
+ ],
2376
+ "returnType": {
2377
+ "__schema": "InferenceTypeSchema",
2378
+ "location": {
2379
+ "filePath": "merge-lanes.main.runtime.ts",
2380
+ "line": 278,
2381
+ "character": 3
2382
+ },
2383
+ "type": "Promise<{\n checkoutResults: ApplyVersionResults | undefined;\n restoredItems: string[];\n checkoutError: Error | undefined;\n}>"
2384
+ },
2385
+ "modifiers": [
2386
+ "async"
2387
+ ]
2388
+ },
2389
+ {
2390
+ "__schema": "FunctionLikeSchema",
2391
+ "location": {
2392
+ "filePath": "merge-lanes.main.runtime.ts",
2393
+ "line": 334,
2394
+ "character": 3
2395
+ },
2396
+ "signature": "(method) MergeLanesMain.mergeFromScope(fromLane: string, toLane: string, options: Partial<MergeLaneOptions> & {\n push?: boolean;\n reMerge?: boolean;\n}): Promise<MergeFromScopeResult>",
2397
+ "name": "mergeFromScope",
2398
+ "params": [
2399
+ {
2400
+ "__schema": "ParameterSchema",
2401
+ "location": {
2402
+ "filePath": "merge-lanes.main.runtime.ts",
2403
+ "line": 335,
2404
+ "character": 5
2405
+ },
2406
+ "name": "fromLane",
2407
+ "type": {
2408
+ "__schema": "KeywordTypeSchema",
2409
+ "location": {
2410
+ "filePath": "merge-lanes.main.runtime.ts",
2411
+ "line": 335,
2412
+ "character": 15
2413
+ },
2414
+ "name": "string"
2415
+ },
2416
+ "isOptional": false,
2417
+ "isSpread": false
2418
+ },
2419
+ {
2420
+ "__schema": "ParameterSchema",
2421
+ "location": {
2422
+ "filePath": "merge-lanes.main.runtime.ts",
2423
+ "line": 336,
2424
+ "character": 5
2425
+ },
2426
+ "name": "toLane",
2427
+ "type": {
2428
+ "__schema": "KeywordTypeSchema",
2429
+ "location": {
2430
+ "filePath": "merge-lanes.main.runtime.ts",
2431
+ "line": 336,
2432
+ "character": 13
2433
+ },
2434
+ "name": "string"
2435
+ },
2436
+ "isOptional": false,
2437
+ "isSpread": false
2438
+ },
2439
+ {
2440
+ "__schema": "ParameterSchema",
2441
+ "location": {
2442
+ "filePath": "merge-lanes.main.runtime.ts",
2443
+ "line": 337,
2444
+ "character": 5
2445
+ },
2446
+ "name": "options",
2447
+ "type": {
2448
+ "__schema": "TypeIntersectionSchema",
2449
+ "location": {
2450
+ "filePath": "merge-lanes.main.runtime.ts",
2451
+ "line": 337,
2452
+ "character": 14
2453
+ },
2454
+ "types": [
2455
+ {
2456
+ "__schema": "TypeRefSchema",
2457
+ "location": {
2458
+ "filePath": "merge-lanes.main.runtime.ts",
2459
+ "line": 337,
2460
+ "character": 14
2461
+ },
2462
+ "name": "Partial",
2463
+ "typeArgs": [
2464
+ {
2465
+ "__schema": "TypeRefSchema",
2466
+ "location": {
2467
+ "filePath": "merge-lanes.main.runtime.ts",
2468
+ "line": 337,
2469
+ "character": 22
2470
+ },
2471
+ "name": "MergeLaneOptions",
2472
+ "internalFilePath": "merge-lanes.main.runtime.ts"
2473
+ }
2474
+ ]
2475
+ },
2476
+ {
2477
+ "__schema": "TypeLiteralSchema",
2478
+ "location": {
2479
+ "filePath": "merge-lanes.main.runtime.ts",
2480
+ "line": 337,
2481
+ "character": 42
2482
+ },
2483
+ "members": [
2484
+ {
2485
+ "__schema": "VariableLikeSchema",
2486
+ "location": {
2487
+ "filePath": "merge-lanes.main.runtime.ts",
2488
+ "line": 337,
2489
+ "character": 44
2490
+ },
2491
+ "signature": "(property) push?: boolean | undefined",
2492
+ "name": "push",
2493
+ "type": {
2494
+ "__schema": "KeywordTypeSchema",
2495
+ "location": {
2496
+ "filePath": "merge-lanes.main.runtime.ts",
2497
+ "line": 337,
2498
+ "character": 51
2499
+ },
2500
+ "name": "boolean"
2501
+ },
2502
+ "isOptional": true
2503
+ },
2504
+ {
2505
+ "__schema": "VariableLikeSchema",
2506
+ "location": {
2507
+ "filePath": "merge-lanes.main.runtime.ts",
2508
+ "line": 337,
2509
+ "character": 60
2510
+ },
2511
+ "signature": "(property) reMerge?: boolean | undefined",
2512
+ "name": "reMerge",
2513
+ "type": {
2514
+ "__schema": "KeywordTypeSchema",
2515
+ "location": {
2516
+ "filePath": "merge-lanes.main.runtime.ts",
2517
+ "line": 337,
2518
+ "character": 70
2519
+ },
2520
+ "name": "boolean"
2521
+ },
2522
+ "isOptional": true
2523
+ }
2524
+ ]
2525
+ }
2526
+ ]
2527
+ },
2528
+ "isOptional": false,
2529
+ "isSpread": false
2530
+ }
2531
+ ],
2532
+ "returnType": {
2533
+ "__schema": "TypeRefSchema",
2534
+ "location": {
2535
+ "filePath": "merge-lanes.main.runtime.ts",
2536
+ "line": 338,
2537
+ "character": 6
2538
+ },
2539
+ "name": "Promise",
2540
+ "typeArgs": [
2541
+ {
2542
+ "__schema": "TypeRefSchema",
2543
+ "location": {
2544
+ "filePath": "merge-lanes.main.runtime.ts",
2545
+ "line": 338,
2546
+ "character": 14
2547
+ },
2548
+ "name": "MergeFromScopeResult",
2549
+ "internalFilePath": "merge-lanes.main.runtime.ts"
2550
+ }
2551
+ ]
2552
+ },
2553
+ "modifiers": [
2554
+ "async"
2555
+ ]
2556
+ },
2557
+ {
2558
+ "__schema": "VariableLikeSchema",
2559
+ "location": {
2560
+ "filePath": "merge-lanes.main.runtime.ts",
2561
+ "line": 535,
2562
+ "character": 3
2563
+ },
2564
+ "signature": "(property) MergeLanesMain.slots: never[]",
2565
+ "name": "slots",
2566
+ "type": {
2567
+ "__schema": "InferenceTypeSchema",
2568
+ "location": {
2569
+ "filePath": "merge-lanes.main.runtime.ts",
2570
+ "line": 535,
2571
+ "character": 3
2572
+ },
2573
+ "type": "never[]"
2574
+ },
2575
+ "isOptional": true,
2576
+ "defaultValue": "[]"
2577
+ },
2578
+ {
2579
+ "__schema": "VariableLikeSchema",
2580
+ "location": {
2581
+ "filePath": "merge-lanes.main.runtime.ts",
2582
+ "line": 536,
2583
+ "character": 3
2584
+ },
2585
+ "signature": "(property) MergeLanesMain.dependencies: Aspect[]",
2586
+ "name": "dependencies",
2587
+ "type": {
2588
+ "__schema": "InferenceTypeSchema",
2589
+ "location": {
2590
+ "filePath": "merge-lanes.main.runtime.ts",
2591
+ "line": 536,
2592
+ "character": 3
2593
+ },
2594
+ "type": "Aspect[]"
2595
+ },
2596
+ "isOptional": true,
2597
+ "defaultValue": "[\n LanesAspect,\n CLIAspect,\n WorkspaceAspect,\n MergingAspect,\n LoggerAspect,\n RemoveAspect,\n ScopeAspect,\n ExportAspect,\n ImporterAspect,\n CheckoutAspect,\n GlobalConfigAspect,\n ]"
2598
+ },
2599
+ {
2600
+ "__schema": "VariableLikeSchema",
2601
+ "location": {
2602
+ "filePath": "merge-lanes.main.runtime.ts",
2603
+ "line": 549,
2604
+ "character": 3
2605
+ },
2606
+ "signature": "(property) MergeLanesMain.runtime: RuntimeDefinition",
2607
+ "name": "runtime",
2608
+ "type": {
2609
+ "__schema": "InferenceTypeSchema",
2610
+ "location": {
2611
+ "filePath": "merge-lanes.main.runtime.ts",
2612
+ "line": 549,
2613
+ "character": 3
2614
+ },
2615
+ "type": "RuntimeDefinition"
2616
+ },
2617
+ "isOptional": true,
2618
+ "defaultValue": "MainRuntime"
2619
+ },
2620
+ {
2621
+ "__schema": "FunctionLikeSchema",
2622
+ "location": {
2623
+ "filePath": "merge-lanes.main.runtime.ts",
2624
+ "line": 551,
2625
+ "character": 3
2626
+ },
2627
+ "signature": "(method) MergeLanesMain.provider([lanes, cli, workspace, merging, loggerMain, remove, scope, exporter, importer, checkout, globalConfig,]: [\n LanesMain,\n CLIMain,\n Workspace,\n MergingMain,\n LoggerMain,\n RemoveMain,\n ScopeMain,\n ExportMain,\n ImporterMain,\n CheckoutMain,\n GlobalConfigMain\n]): Promise<MergeLanesMain>",
2628
+ "name": "provider",
2629
+ "params": [
2630
+ {
2631
+ "__schema": "ParameterSchema",
2632
+ "location": {
2633
+ "filePath": "merge-lanes.main.runtime.ts",
2634
+ "line": 551,
2635
+ "character": 25
2636
+ },
2637
+ "name": "[ lanes, cli, workspace, merging, loggerMain, remove, scope, exporter, importer, checkout, globalConfig ]",
2638
+ "type": {
2639
+ "__schema": "TupleTypeSchema",
2640
+ "location": {
2641
+ "filePath": "merge-lanes.main.runtime.ts",
2642
+ "line": 563,
2643
+ "character": 6
2644
+ },
2645
+ "elements": [
2646
+ {
2647
+ "__schema": "TypeRefSchema",
2648
+ "location": {
2649
+ "filePath": "merge-lanes.main.runtime.ts",
2650
+ "line": 564,
2651
+ "character": 5
2652
+ },
2653
+ "name": "LanesMain",
2654
+ "componentId": {
2655
+ "scope": "teambit.lanes",
2656
+ "name": "lanes"
2657
+ }
2658
+ },
2659
+ {
2660
+ "__schema": "TypeRefSchema",
2661
+ "location": {
2662
+ "filePath": "merge-lanes.main.runtime.ts",
2663
+ "line": 565,
2664
+ "character": 5
2665
+ },
2666
+ "name": "CLIMain",
2667
+ "componentId": {
2668
+ "scope": "teambit.harmony",
2669
+ "name": "cli"
2670
+ }
2671
+ },
2672
+ {
2673
+ "__schema": "TypeRefSchema",
2674
+ "location": {
2675
+ "filePath": "merge-lanes.main.runtime.ts",
2676
+ "line": 566,
2677
+ "character": 5
2678
+ },
2679
+ "name": "Workspace",
2680
+ "componentId": {
2681
+ "scope": "teambit.workspace",
2682
+ "name": "workspace"
2683
+ }
2684
+ },
2685
+ {
2686
+ "__schema": "TypeRefSchema",
2687
+ "location": {
2688
+ "filePath": "merge-lanes.main.runtime.ts",
2689
+ "line": 567,
2690
+ "character": 5
2691
+ },
2692
+ "name": "MergingMain",
2693
+ "componentId": {
2694
+ "scope": "teambit.component",
2695
+ "name": "merging"
2696
+ }
2697
+ },
2698
+ {
2699
+ "__schema": "TypeRefSchema",
2700
+ "location": {
2701
+ "filePath": "merge-lanes.main.runtime.ts",
2702
+ "line": 568,
2703
+ "character": 5
2704
+ },
2705
+ "name": "LoggerMain",
2706
+ "componentId": {
2707
+ "scope": "teambit.harmony",
2708
+ "name": "logger"
2709
+ }
2710
+ },
2711
+ {
2712
+ "__schema": "TypeRefSchema",
2713
+ "location": {
2714
+ "filePath": "merge-lanes.main.runtime.ts",
2715
+ "line": 569,
2716
+ "character": 5
2717
+ },
2718
+ "name": "RemoveMain",
2719
+ "componentId": {
2720
+ "scope": "teambit.component",
2721
+ "name": "remove"
2722
+ }
2723
+ },
2724
+ {
2725
+ "__schema": "TypeRefSchema",
2726
+ "location": {
2727
+ "filePath": "merge-lanes.main.runtime.ts",
2728
+ "line": 570,
2729
+ "character": 5
2730
+ },
2731
+ "name": "ScopeMain",
2732
+ "componentId": {
2733
+ "scope": "teambit.scope",
2734
+ "name": "scope"
2735
+ }
2736
+ },
2737
+ {
2738
+ "__schema": "TypeRefSchema",
2739
+ "location": {
2740
+ "filePath": "merge-lanes.main.runtime.ts",
2741
+ "line": 571,
2742
+ "character": 5
2743
+ },
2744
+ "name": "ExportMain",
2745
+ "componentId": {
2746
+ "scope": "teambit.scope",
2747
+ "name": "export"
2748
+ }
2749
+ },
2750
+ {
2751
+ "__schema": "TypeRefSchema",
2752
+ "location": {
2753
+ "filePath": "merge-lanes.main.runtime.ts",
2754
+ "line": 572,
2755
+ "character": 5
2756
+ },
2757
+ "name": "ImporterMain",
2758
+ "componentId": {
2759
+ "scope": "teambit.scope",
2760
+ "name": "importer"
2761
+ }
2762
+ },
2763
+ {
2764
+ "__schema": "TypeRefSchema",
2765
+ "location": {
2766
+ "filePath": "merge-lanes.main.runtime.ts",
2767
+ "line": 573,
2768
+ "character": 5
2769
+ },
2770
+ "name": "CheckoutMain",
2771
+ "componentId": {
2772
+ "scope": "teambit.component",
2773
+ "name": "checkout"
2774
+ }
2775
+ },
2776
+ {
2777
+ "__schema": "TypeRefSchema",
2778
+ "location": {
2779
+ "filePath": "merge-lanes.main.runtime.ts",
2780
+ "line": 574,
2781
+ "character": 5
2782
+ },
2783
+ "name": "GlobalConfigMain",
2784
+ "componentId": {
2785
+ "scope": "teambit.harmony",
2786
+ "name": "global-config"
2787
+ }
2788
+ }
2789
+ ]
2790
+ },
2791
+ "isOptional": false,
2792
+ "isSpread": false
2793
+ }
2794
+ ],
2795
+ "returnType": {
2796
+ "__schema": "InferenceTypeSchema",
2797
+ "location": {
2798
+ "filePath": "merge-lanes.main.runtime.ts",
2799
+ "line": 551,
2800
+ "character": 3
2801
+ },
2802
+ "type": "Promise<MergeLanesMain>"
2803
+ },
2804
+ "modifiers": [
2805
+ "static",
2806
+ "async"
2807
+ ]
2808
+ }
2809
+ ],
2810
+ "extendsNodes": [],
2811
+ "implementNodes": []
2812
+ },
2813
+ {
2814
+ "__schema": "UnImplementedSchema",
2815
+ "location": {
2816
+ "filePath": "merge-lanes.main.runtime.ts",
2817
+ "line": 844,
2818
+ "character": 16
2819
+ },
2820
+ "name": "MergeLanesMain",
2821
+ "type": "Identifier"
2822
+ }
2823
+ ],
2824
+ "internals": [
2825
+ {
2826
+ "__schema": "FunctionLikeSchema",
2827
+ "location": {
2828
+ "filePath": "merge-lanes.main.runtime.ts",
2829
+ "line": 596,
2830
+ "character": 1
2831
+ },
2832
+ "signature": "function filterComponentsStatus(allComponentsStatus: ComponentMergeStatus[], compIdsToKeep: ComponentID[], allBitIds: ComponentID[], legacyScope: LegacyScope, includeDeps?: boolean, otherLane?: Lane, shouldSquash?: boolean): Promise<ComponentMergeStatus[]>",
2833
+ "name": "filterComponentsStatus",
2834
+ "params": [
2835
+ {
2836
+ "__schema": "ParameterSchema",
2837
+ "location": {
2838
+ "filePath": "merge-lanes.main.runtime.ts",
2839
+ "line": 597,
2840
+ "character": 3
2841
+ },
2842
+ "name": "allComponentsStatus",
2843
+ "type": {
2844
+ "__schema": "TypeArraySchema",
2845
+ "location": {
2846
+ "filePath": "merge-lanes.main.runtime.ts",
2847
+ "line": 597,
2848
+ "character": 24
2849
+ },
2850
+ "type": {
2851
+ "__schema": "TypeRefSchema",
2852
+ "location": {
2853
+ "filePath": "merge-lanes.main.runtime.ts",
2854
+ "line": 597,
2855
+ "character": 24
2856
+ },
2857
+ "name": "ComponentMergeStatus",
2858
+ "componentId": {
2859
+ "scope": "teambit.component",
2860
+ "name": "merging"
2861
+ }
2862
+ }
2863
+ },
2864
+ "isOptional": false,
2865
+ "isSpread": false
2866
+ },
2867
+ {
2868
+ "__schema": "ParameterSchema",
2869
+ "location": {
2870
+ "filePath": "merge-lanes.main.runtime.ts",
2871
+ "line": 598,
2872
+ "character": 3
2873
+ },
2874
+ "name": "compIdsToKeep",
2875
+ "type": {
2876
+ "__schema": "TypeArraySchema",
2877
+ "location": {
2878
+ "filePath": "merge-lanes.main.runtime.ts",
2879
+ "line": 598,
2880
+ "character": 18
2881
+ },
2882
+ "type": {
2883
+ "__schema": "TypeRefSchema",
2884
+ "location": {
2885
+ "filePath": "merge-lanes.main.runtime.ts",
2886
+ "line": 598,
2887
+ "character": 18
2888
+ },
2889
+ "name": "ComponentID",
2890
+ "componentId": {
2891
+ "scope": "teambit.component",
2892
+ "name": "component-id",
2893
+ "version": "1.2.0"
2894
+ }
2895
+ }
2896
+ },
2897
+ "isOptional": false,
2898
+ "isSpread": false
2899
+ },
2900
+ {
2901
+ "__schema": "ParameterSchema",
2902
+ "location": {
2903
+ "filePath": "merge-lanes.main.runtime.ts",
2904
+ "line": 599,
2905
+ "character": 3
2906
+ },
2907
+ "name": "allBitIds",
2908
+ "type": {
2909
+ "__schema": "TypeArraySchema",
2910
+ "location": {
2911
+ "filePath": "merge-lanes.main.runtime.ts",
2912
+ "line": 599,
2913
+ "character": 14
2914
+ },
2915
+ "type": {
2916
+ "__schema": "TypeRefSchema",
2917
+ "location": {
2918
+ "filePath": "merge-lanes.main.runtime.ts",
2919
+ "line": 599,
2920
+ "character": 14
2921
+ },
2922
+ "name": "ComponentID",
2923
+ "componentId": {
2924
+ "scope": "teambit.component",
2925
+ "name": "component-id",
2926
+ "version": "1.2.0"
2927
+ }
2928
+ }
2929
+ },
2930
+ "isOptional": false,
2931
+ "isSpread": false
2932
+ },
2933
+ {
2934
+ "__schema": "ParameterSchema",
2935
+ "location": {
2936
+ "filePath": "merge-lanes.main.runtime.ts",
2937
+ "line": 600,
2938
+ "character": 3
2939
+ },
2940
+ "name": "legacyScope",
2941
+ "type": {
2942
+ "__schema": "TypeRefSchema",
2943
+ "location": {
2944
+ "filePath": "merge-lanes.main.runtime.ts",
2945
+ "line": 600,
2946
+ "character": 16
2947
+ },
2948
+ "name": "LegacyScope"
2949
+ },
2950
+ "isOptional": false,
2951
+ "isSpread": false
2952
+ },
2953
+ {
2954
+ "__schema": "ParameterSchema",
2955
+ "location": {
2956
+ "filePath": "merge-lanes.main.runtime.ts",
2957
+ "line": 601,
2958
+ "character": 3
2959
+ },
2960
+ "name": "includeDeps",
2961
+ "type": {
2962
+ "__schema": "InferenceTypeSchema",
2963
+ "location": {
2964
+ "filePath": "merge-lanes.main.runtime.ts",
2965
+ "line": 601,
2966
+ "character": 3
2967
+ },
2968
+ "type": "boolean"
2969
+ },
2970
+ "isOptional": true,
2971
+ "defaultValue": "false",
2972
+ "isSpread": false
2973
+ },
2974
+ {
2975
+ "__schema": "ParameterSchema",
2976
+ "location": {
2977
+ "filePath": "merge-lanes.main.runtime.ts",
2978
+ "line": 602,
2979
+ "character": 3
2980
+ },
2981
+ "name": "otherLane",
2982
+ "type": {
2983
+ "__schema": "TypeRefSchema",
2984
+ "location": {
2985
+ "filePath": "merge-lanes.main.runtime.ts",
2986
+ "line": 602,
2987
+ "character": 15
2988
+ },
2989
+ "name": "Lane",
2990
+ "packageName": "@teambit/legacy/dist/scope/models"
2991
+ },
2992
+ "isOptional": true,
2993
+ "isSpread": false
2994
+ },
2995
+ {
2996
+ "__schema": "ParameterSchema",
2997
+ "location": {
2998
+ "filePath": "merge-lanes.main.runtime.ts",
2999
+ "line": 603,
3000
+ "character": 3
3001
+ },
3002
+ "name": "shouldSquash",
3003
+ "type": {
3004
+ "__schema": "KeywordTypeSchema",
3005
+ "location": {
3006
+ "filePath": "merge-lanes.main.runtime.ts",
3007
+ "line": 603,
3008
+ "character": 18
3009
+ },
3010
+ "name": "boolean"
3011
+ },
3012
+ "isOptional": true,
3013
+ "isSpread": false
3014
+ }
3015
+ ],
3016
+ "returnType": {
3017
+ "__schema": "TypeRefSchema",
3018
+ "location": {
3019
+ "filePath": "merge-lanes.main.runtime.ts",
3020
+ "line": 604,
3021
+ "character": 4
3022
+ },
3023
+ "name": "Promise",
3024
+ "typeArgs": [
3025
+ {
3026
+ "__schema": "TypeArraySchema",
3027
+ "location": {
3028
+ "filePath": "merge-lanes.main.runtime.ts",
3029
+ "line": 604,
3030
+ "character": 12
3031
+ },
3032
+ "type": {
3033
+ "__schema": "TypeRefSchema",
3034
+ "location": {
3035
+ "filePath": "merge-lanes.main.runtime.ts",
3036
+ "line": 604,
3037
+ "character": 12
3038
+ },
3039
+ "name": "ComponentMergeStatus",
3040
+ "componentId": {
3041
+ "scope": "teambit.component",
3042
+ "name": "merging"
3043
+ }
3044
+ }
3045
+ }
3046
+ ]
3047
+ },
3048
+ "modifiers": [
3049
+ "async"
3050
+ ]
3051
+ },
3052
+ {
3053
+ "__schema": "FunctionLikeSchema",
3054
+ "location": {
3055
+ "filePath": "merge-lanes.main.runtime.ts",
3056
+ "line": 713,
3057
+ "character": 1
3058
+ },
3059
+ "signature": "function getLogForSquash(otherLaneId: LaneId): Promise<{\n message: string;\n date: string;\n username: string | undefined;\n email: string | undefined;\n}>",
3060
+ "name": "getLogForSquash",
3061
+ "params": [
3062
+ {
3063
+ "__schema": "ParameterSchema",
3064
+ "location": {
3065
+ "filePath": "merge-lanes.main.runtime.ts",
3066
+ "line": 713,
3067
+ "character": 32
3068
+ },
3069
+ "name": "otherLaneId",
3070
+ "type": {
3071
+ "__schema": "TypeRefSchema",
3072
+ "location": {
3073
+ "filePath": "merge-lanes.main.runtime.ts",
3074
+ "line": 713,
3075
+ "character": 45
3076
+ },
3077
+ "name": "LaneId",
3078
+ "componentId": {
3079
+ "scope": "teambit.lanes",
3080
+ "name": "lane-id",
3081
+ "version": "0.0.311"
3082
+ }
3083
+ },
3084
+ "isOptional": false,
3085
+ "isSpread": false
3086
+ }
3087
+ ],
3088
+ "returnType": {
3089
+ "__schema": "InferenceTypeSchema",
3090
+ "location": {
3091
+ "filePath": "merge-lanes.main.runtime.ts",
3092
+ "line": 713,
3093
+ "character": 1
3094
+ },
3095
+ "type": "Promise<{\n message: string;\n date: string;\n username: string | undefined;\n email: string | undefined;\n}>"
3096
+ },
3097
+ "modifiers": [
3098
+ "async"
3099
+ ]
3100
+ },
3101
+ {
3102
+ "__schema": "FunctionLikeSchema",
3103
+ "location": {
3104
+ "filePath": "merge-lanes.main.runtime.ts",
3105
+ "line": 722,
3106
+ "character": 1
3107
+ },
3108
+ "signature": "function squashSnaps(allComponentsStatus: ComponentMergeStatus[], currentLaneId: LaneId, otherLaneId: LaneId, scope: LegacyScope): Promise<void>",
3109
+ "name": "squashSnaps",
3110
+ "params": [
3111
+ {
3112
+ "__schema": "ParameterSchema",
3113
+ "location": {
3114
+ "filePath": "merge-lanes.main.runtime.ts",
3115
+ "line": 723,
3116
+ "character": 3
3117
+ },
3118
+ "name": "allComponentsStatus",
3119
+ "type": {
3120
+ "__schema": "TypeArraySchema",
3121
+ "location": {
3122
+ "filePath": "merge-lanes.main.runtime.ts",
3123
+ "line": 723,
3124
+ "character": 24
3125
+ },
3126
+ "type": {
3127
+ "__schema": "TypeRefSchema",
3128
+ "location": {
3129
+ "filePath": "merge-lanes.main.runtime.ts",
3130
+ "line": 723,
3131
+ "character": 24
3132
+ },
3133
+ "name": "ComponentMergeStatus",
3134
+ "componentId": {
3135
+ "scope": "teambit.component",
3136
+ "name": "merging"
3137
+ }
3138
+ }
3139
+ },
3140
+ "isOptional": false,
3141
+ "isSpread": false
3142
+ },
3143
+ {
3144
+ "__schema": "ParameterSchema",
3145
+ "location": {
3146
+ "filePath": "merge-lanes.main.runtime.ts",
3147
+ "line": 724,
3148
+ "character": 3
3149
+ },
3150
+ "name": "currentLaneId",
3151
+ "type": {
3152
+ "__schema": "TypeRefSchema",
3153
+ "location": {
3154
+ "filePath": "merge-lanes.main.runtime.ts",
3155
+ "line": 724,
3156
+ "character": 18
3157
+ },
3158
+ "name": "LaneId",
3159
+ "componentId": {
3160
+ "scope": "teambit.lanes",
3161
+ "name": "lane-id",
3162
+ "version": "0.0.311"
3163
+ }
3164
+ },
3165
+ "isOptional": false,
3166
+ "isSpread": false
3167
+ },
3168
+ {
3169
+ "__schema": "ParameterSchema",
3170
+ "location": {
3171
+ "filePath": "merge-lanes.main.runtime.ts",
3172
+ "line": 725,
3173
+ "character": 3
3174
+ },
3175
+ "name": "otherLaneId",
3176
+ "type": {
3177
+ "__schema": "TypeRefSchema",
3178
+ "location": {
3179
+ "filePath": "merge-lanes.main.runtime.ts",
3180
+ "line": 725,
3181
+ "character": 16
3182
+ },
3183
+ "name": "LaneId",
3184
+ "componentId": {
3185
+ "scope": "teambit.lanes",
3186
+ "name": "lane-id",
3187
+ "version": "0.0.311"
3188
+ }
3189
+ },
3190
+ "isOptional": false,
3191
+ "isSpread": false
3192
+ },
3193
+ {
3194
+ "__schema": "ParameterSchema",
3195
+ "location": {
3196
+ "filePath": "merge-lanes.main.runtime.ts",
3197
+ "line": 726,
3198
+ "character": 3
3199
+ },
3200
+ "name": "scope",
3201
+ "type": {
3202
+ "__schema": "TypeRefSchema",
3203
+ "location": {
3204
+ "filePath": "merge-lanes.main.runtime.ts",
3205
+ "line": 726,
3206
+ "character": 10
3207
+ },
3208
+ "name": "LegacyScope"
3209
+ },
3210
+ "isOptional": false,
3211
+ "isSpread": false
3212
+ }
3213
+ ],
3214
+ "returnType": {
3215
+ "__schema": "InferenceTypeSchema",
3216
+ "location": {
3217
+ "filePath": "merge-lanes.main.runtime.ts",
3218
+ "line": 722,
3219
+ "character": 1
3220
+ },
3221
+ "type": "Promise<void>"
3222
+ },
3223
+ "modifiers": [
3224
+ "async"
3225
+ ]
3226
+ },
3227
+ {
3228
+ "__schema": "FunctionLikeSchema",
3229
+ "location": {
3230
+ "filePath": "merge-lanes.main.runtime.ts",
3231
+ "line": 760,
3232
+ "character": 1
3233
+ },
3234
+ "doc": {
3235
+ "__schema": "DocSchema",
3236
+ "location": {
3237
+ "filePath": "merge-lanes.main.runtime.ts",
3238
+ "line": 757,
3239
+ "character": 1
3240
+ },
3241
+ "raw": "/**\n * returns Version object if it was modified. otherwise, returns undefined\n */",
3242
+ "comment": "returns Version object if it was modified. otherwise, returns undefined"
3243
+ },
3244
+ "signature": "function squashOneComp(currentLaneName: string, otherLaneId: LaneId, id: ComponentID, divergeData: SnapsDistance, log: Log, scope: LegacyScope, componentFromModel?: Version, messageTitle?: string): Promise<Version | undefined>",
3245
+ "name": "squashOneComp",
3246
+ "params": [
3247
+ {
3248
+ "__schema": "ParameterSchema",
3249
+ "location": {
3250
+ "filePath": "merge-lanes.main.runtime.ts",
3251
+ "line": 761,
3252
+ "character": 3
3253
+ },
3254
+ "name": "currentLaneName",
3255
+ "type": {
3256
+ "__schema": "KeywordTypeSchema",
3257
+ "location": {
3258
+ "filePath": "merge-lanes.main.runtime.ts",
3259
+ "line": 761,
3260
+ "character": 20
3261
+ },
3262
+ "name": "string"
3263
+ },
3264
+ "isOptional": false,
3265
+ "isSpread": false
3266
+ },
3267
+ {
3268
+ "__schema": "ParameterSchema",
3269
+ "location": {
3270
+ "filePath": "merge-lanes.main.runtime.ts",
3271
+ "line": 762,
3272
+ "character": 3
3273
+ },
3274
+ "name": "otherLaneId",
3275
+ "type": {
3276
+ "__schema": "TypeRefSchema",
3277
+ "location": {
3278
+ "filePath": "merge-lanes.main.runtime.ts",
3279
+ "line": 762,
3280
+ "character": 16
3281
+ },
3282
+ "name": "LaneId",
3283
+ "componentId": {
3284
+ "scope": "teambit.lanes",
3285
+ "name": "lane-id",
3286
+ "version": "0.0.311"
3287
+ }
3288
+ },
3289
+ "isOptional": false,
3290
+ "isSpread": false
3291
+ },
3292
+ {
3293
+ "__schema": "ParameterSchema",
3294
+ "location": {
3295
+ "filePath": "merge-lanes.main.runtime.ts",
3296
+ "line": 763,
3297
+ "character": 3
3298
+ },
3299
+ "name": "id",
3300
+ "type": {
3301
+ "__schema": "TypeRefSchema",
3302
+ "location": {
3303
+ "filePath": "merge-lanes.main.runtime.ts",
3304
+ "line": 763,
3305
+ "character": 7
3306
+ },
3307
+ "name": "ComponentID",
3308
+ "componentId": {
3309
+ "scope": "teambit.component",
3310
+ "name": "component-id",
3311
+ "version": "1.2.0"
3312
+ }
3313
+ },
3314
+ "isOptional": false,
3315
+ "isSpread": false
3316
+ },
3317
+ {
3318
+ "__schema": "ParameterSchema",
3319
+ "location": {
3320
+ "filePath": "merge-lanes.main.runtime.ts",
3321
+ "line": 764,
3322
+ "character": 3
3323
+ },
3324
+ "name": "divergeData",
3325
+ "type": {
3326
+ "__schema": "TypeRefSchema",
3327
+ "location": {
3328
+ "filePath": "merge-lanes.main.runtime.ts",
3329
+ "line": 764,
3330
+ "character": 16
3331
+ },
3332
+ "name": "SnapsDistance",
3333
+ "packageName": "@teambit/legacy/dist/scope/component-ops/snaps-distance"
3334
+ },
3335
+ "isOptional": false,
3336
+ "isSpread": false
3337
+ },
3338
+ {
3339
+ "__schema": "ParameterSchema",
3340
+ "location": {
3341
+ "filePath": "merge-lanes.main.runtime.ts",
3342
+ "line": 765,
3343
+ "character": 3
3344
+ },
3345
+ "name": "log",
3346
+ "type": {
3347
+ "__schema": "TypeRefSchema",
3348
+ "location": {
3349
+ "filePath": "merge-lanes.main.runtime.ts",
3350
+ "line": 765,
3351
+ "character": 8
3352
+ },
3353
+ "name": "Log",
3354
+ "packageName": "@teambit/legacy/dist/scope/models/version"
3355
+ },
3356
+ "isOptional": false,
3357
+ "isSpread": false
3358
+ },
3359
+ {
3360
+ "__schema": "ParameterSchema",
3361
+ "location": {
3362
+ "filePath": "merge-lanes.main.runtime.ts",
3363
+ "line": 766,
3364
+ "character": 3
3365
+ },
3366
+ "name": "scope",
3367
+ "type": {
3368
+ "__schema": "TypeRefSchema",
3369
+ "location": {
3370
+ "filePath": "merge-lanes.main.runtime.ts",
3371
+ "line": 766,
3372
+ "character": 10
3373
+ },
3374
+ "name": "LegacyScope"
3375
+ },
3376
+ "isOptional": false,
3377
+ "isSpread": false
3378
+ },
3379
+ {
3380
+ "__schema": "ParameterSchema",
3381
+ "location": {
3382
+ "filePath": "merge-lanes.main.runtime.ts",
3383
+ "line": 767,
3384
+ "character": 3
3385
+ },
3386
+ "name": "componentFromModel",
3387
+ "type": {
3388
+ "__schema": "TypeRefSchema",
3389
+ "location": {
3390
+ "filePath": "merge-lanes.main.runtime.ts",
3391
+ "line": 767,
3392
+ "character": 24
3393
+ },
3394
+ "name": "Version",
3395
+ "packageName": "@teambit/legacy/dist/scope/models"
3396
+ },
3397
+ "isOptional": true,
3398
+ "isSpread": false
3399
+ },
3400
+ {
3401
+ "__schema": "ParameterSchema",
3402
+ "location": {
3403
+ "filePath": "merge-lanes.main.runtime.ts",
3404
+ "line": 768,
3405
+ "character": 3
3406
+ },
3407
+ "name": "messageTitle",
3408
+ "type": {
3409
+ "__schema": "KeywordTypeSchema",
3410
+ "location": {
3411
+ "filePath": "merge-lanes.main.runtime.ts",
3412
+ "line": 768,
3413
+ "character": 18
3414
+ },
3415
+ "name": "string"
3416
+ },
3417
+ "isOptional": true,
3418
+ "isSpread": false
3419
+ }
3420
+ ],
3421
+ "returnType": {
3422
+ "__schema": "TypeRefSchema",
3423
+ "location": {
3424
+ "filePath": "merge-lanes.main.runtime.ts",
3425
+ "line": 769,
3426
+ "character": 4
3427
+ },
3428
+ "name": "Promise",
3429
+ "typeArgs": [
3430
+ {
3431
+ "__schema": "TypeUnionSchema",
3432
+ "location": {
3433
+ "filePath": "merge-lanes.main.runtime.ts",
3434
+ "line": 769,
3435
+ "character": 12
3436
+ },
3437
+ "types": [
3438
+ {
3439
+ "__schema": "TypeRefSchema",
3440
+ "location": {
3441
+ "filePath": "merge-lanes.main.runtime.ts",
3442
+ "line": 769,
3443
+ "character": 12
3444
+ },
3445
+ "name": "Version",
3446
+ "packageName": "@teambit/legacy/dist/scope/models"
3447
+ },
3448
+ {
3449
+ "__schema": "KeywordTypeSchema",
3450
+ "location": {
3451
+ "filePath": "merge-lanes.main.runtime.ts",
3452
+ "line": 769,
3453
+ "character": 22
3454
+ },
3455
+ "name": "undefined"
3456
+ }
3457
+ ]
3458
+ }
3459
+ ]
3460
+ },
3461
+ "modifiers": [
3462
+ "async"
3463
+ ]
3464
+ },
3465
+ {
3466
+ "__schema": "UnImplementedSchema",
3467
+ "location": {
3468
+ "filePath": "merge-lanes.main.runtime.ts",
3469
+ "line": 842,
3470
+ "character": 1
3471
+ },
3472
+ "name": "MergeLanesAspect.addRuntime(MergeLanesMain);",
3473
+ "type": "ExpressionStatement"
3474
+ }
3475
+ ]
3476
+ },
3477
+ {
3478
+ "__schema": "ModuleSchema",
3479
+ "location": {
3480
+ "filePath": "merge-lanes.aspect.ts",
3481
+ "line": 1,
3482
+ "character": 1
3483
+ },
3484
+ "exports": [
3485
+ {
3486
+ "__schema": "VariableLikeSchema",
3487
+ "location": {
3488
+ "filePath": "merge-lanes.aspect.ts",
3489
+ "line": 3,
3490
+ "character": 14
3491
+ },
3492
+ "signature": "const MergeLanesAspect: Aspect",
3493
+ "name": "MergeLanesAspect",
3494
+ "type": {
3495
+ "__schema": "TypeRefSchema",
3496
+ "location": {
3497
+ "filePath": "merge-lanes.aspect.ts",
3498
+ "line": 3,
3499
+ "character": 14
3500
+ },
3501
+ "name": "Aspect",
3502
+ "componentId": {
3503
+ "scope": "teambit.harmony",
3504
+ "name": "harmony",
3505
+ "version": "0.4.6"
3506
+ }
3507
+ },
3508
+ "isOptional": false,
3509
+ "defaultValue": "Aspect.create({\n id: 'teambit.lanes/merge-lanes',\n})"
3510
+ }
3511
+ ],
3512
+ "internals": []
3513
+ }
3514
+ ],
3515
+ "componentId": {
3516
+ "scope": "teambit.lanes",
3517
+ "name": "merge-lanes",
3518
+ "version": "1.0.189"
3519
+ },
3520
+ "taggedModuleExports": []
3521
+ }