@teambit/merge-lanes 1.0.158 → 1.0.159

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