@teambit/export 1.0.188 → 1.0.190

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