@teambit/merge-lanes 1.0.187 → 1.0.188

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