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