@teambit/merge-lanes 1.0.512 → 1.0.514

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