@teambit/export 1.0.449 → 1.0.451
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_scope_export-preview.js +1 -1
- package/artifacts/schema.json +307 -327
- package/dist/export.main.runtime.d.ts +3 -2
- package/dist/export.main.runtime.js +15 -96
- package/dist/export.main.runtime.js.map +1 -1
- package/dist/{preview-1730344956084.js → preview-1730517501720.js} +2 -2
- package/package.json +14 -14
package/artifacts/schema.json
CHANGED
@@ -214,36 +214,36 @@
|
|
214
214
|
"__schema": "FunctionLikeSchema",
|
215
215
|
"location": {
|
216
216
|
"filePath": "export.main.runtime.ts",
|
217
|
-
"line":
|
217
|
+
"line": 228,
|
218
218
|
"character": 3
|
219
219
|
},
|
220
220
|
"doc": {
|
221
221
|
"__schema": "DocSchema",
|
222
222
|
"location": {
|
223
223
|
"filePath": "export.main.runtime.ts",
|
224
|
-
"line":
|
224
|
+
"line": 225,
|
225
225
|
"character": 3
|
226
226
|
},
|
227
227
|
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
228
228
|
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371",
|
229
229
|
"tags": []
|
230
230
|
},
|
231
|
-
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly,
|
231
|
+
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, includeParents, filterOutExistingVersions, exportOrigin, }: {\n scope: Scope;\n ids: ComponentIdList;\n laneObject?: Lane;\n allVersions?: boolean;\n originDirectly?: boolean;\n resumeExportId?: string | undefined;\n throwForMissingArtifacts?: boolean;\n isOnMain?: boolean;\n exportHeadsOnly?: boolean;\n includeParents?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
232
232
|
"name": "exportMany",
|
233
233
|
"params": [
|
234
234
|
{
|
235
235
|
"__schema": "ParameterSchema",
|
236
236
|
"location": {
|
237
237
|
"filePath": "export.main.runtime.ts",
|
238
|
-
"line":
|
238
|
+
"line": 228,
|
239
239
|
"character": 20
|
240
240
|
},
|
241
|
-
"name": "{ scope, ids, laneObject, allVersions, originDirectly,
|
241
|
+
"name": "{ scope, ids, laneObject, allVersions, originDirectly, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, includeParents, filterOutExistingVersions, exportOrigin = 'export' }",
|
242
242
|
"type": {
|
243
243
|
"__schema": "TypeLiteralSchema",
|
244
244
|
"location": {
|
245
245
|
"filePath": "export.main.runtime.ts",
|
246
|
-
"line":
|
246
|
+
"line": 241,
|
247
247
|
"character": 6
|
248
248
|
},
|
249
249
|
"members": [
|
@@ -251,7 +251,7 @@
|
|
251
251
|
"__schema": "VariableLikeSchema",
|
252
252
|
"location": {
|
253
253
|
"filePath": "export.main.runtime.ts",
|
254
|
-
"line":
|
254
|
+
"line": 242,
|
255
255
|
"character": 5
|
256
256
|
},
|
257
257
|
"signature": "(property) scope: Scope",
|
@@ -260,7 +260,7 @@
|
|
260
260
|
"__schema": "TypeRefSchema",
|
261
261
|
"location": {
|
262
262
|
"filePath": "export.main.runtime.ts",
|
263
|
-
"line":
|
263
|
+
"line": 242,
|
264
264
|
"character": 5
|
265
265
|
},
|
266
266
|
"name": "Scope",
|
@@ -272,7 +272,7 @@
|
|
272
272
|
"__schema": "VariableLikeSchema",
|
273
273
|
"location": {
|
274
274
|
"filePath": "export.main.runtime.ts",
|
275
|
-
"line":
|
275
|
+
"line": 243,
|
276
276
|
"character": 5
|
277
277
|
},
|
278
278
|
"signature": "(property) ids: ComponentIdList",
|
@@ -281,7 +281,7 @@
|
|
281
281
|
"__schema": "TypeRefSchema",
|
282
282
|
"location": {
|
283
283
|
"filePath": "export.main.runtime.ts",
|
284
|
-
"line":
|
284
|
+
"line": 243,
|
285
285
|
"character": 5
|
286
286
|
},
|
287
287
|
"name": "ComponentIdList",
|
@@ -297,7 +297,7 @@
|
|
297
297
|
"__schema": "VariableLikeSchema",
|
298
298
|
"location": {
|
299
299
|
"filePath": "export.main.runtime.ts",
|
300
|
-
"line":
|
300
|
+
"line": 244,
|
301
301
|
"character": 5
|
302
302
|
},
|
303
303
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -306,7 +306,7 @@
|
|
306
306
|
"__schema": "TypeRefSchema",
|
307
307
|
"location": {
|
308
308
|
"filePath": "export.main.runtime.ts",
|
309
|
-
"line":
|
309
|
+
"line": 244,
|
310
310
|
"character": 18
|
311
311
|
},
|
312
312
|
"name": "Lane"
|
@@ -317,7 +317,7 @@
|
|
317
317
|
"__schema": "VariableLikeSchema",
|
318
318
|
"location": {
|
319
319
|
"filePath": "export.main.runtime.ts",
|
320
|
-
"line":
|
320
|
+
"line": 245,
|
321
321
|
"character": 5
|
322
322
|
},
|
323
323
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -326,7 +326,7 @@
|
|
326
326
|
"__schema": "KeywordTypeSchema",
|
327
327
|
"location": {
|
328
328
|
"filePath": "export.main.runtime.ts",
|
329
|
-
"line":
|
329
|
+
"line": 245,
|
330
330
|
"character": 19
|
331
331
|
},
|
332
332
|
"name": "boolean"
|
@@ -337,7 +337,7 @@
|
|
337
337
|
"__schema": "VariableLikeSchema",
|
338
338
|
"location": {
|
339
339
|
"filePath": "export.main.runtime.ts",
|
340
|
-
"line":
|
340
|
+
"line": 246,
|
341
341
|
"character": 5
|
342
342
|
},
|
343
343
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -346,7 +346,7 @@
|
|
346
346
|
"__schema": "KeywordTypeSchema",
|
347
347
|
"location": {
|
348
348
|
"filePath": "export.main.runtime.ts",
|
349
|
-
"line":
|
349
|
+
"line": 246,
|
350
350
|
"character": 22
|
351
351
|
},
|
352
352
|
"name": "boolean"
|
@@ -357,32 +357,7 @@
|
|
357
357
|
"__schema": "VariableLikeSchema",
|
358
358
|
"location": {
|
359
359
|
"filePath": "export.main.runtime.ts",
|
360
|
-
"line":
|
361
|
-
"character": 5
|
362
|
-
},
|
363
|
-
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
364
|
-
"name": "idsWithFutureScope",
|
365
|
-
"type": {
|
366
|
-
"__schema": "TypeRefSchema",
|
367
|
-
"location": {
|
368
|
-
"filePath": "export.main.runtime.ts",
|
369
|
-
"line": 248,
|
370
|
-
"character": 5
|
371
|
-
},
|
372
|
-
"name": "ComponentIdList",
|
373
|
-
"componentId": {
|
374
|
-
"scope": "teambit.component",
|
375
|
-
"name": "component-id",
|
376
|
-
"version": "1.2.2"
|
377
|
-
}
|
378
|
-
},
|
379
|
-
"isOptional": false
|
380
|
-
},
|
381
|
-
{
|
382
|
-
"__schema": "VariableLikeSchema",
|
383
|
-
"location": {
|
384
|
-
"filePath": "export.main.runtime.ts",
|
385
|
-
"line": 249,
|
360
|
+
"line": 247,
|
386
361
|
"character": 5
|
387
362
|
},
|
388
363
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -391,7 +366,7 @@
|
|
391
366
|
"__schema": "TypeUnionSchema",
|
392
367
|
"location": {
|
393
368
|
"filePath": "export.main.runtime.ts",
|
394
|
-
"line":
|
369
|
+
"line": 247,
|
395
370
|
"character": 22
|
396
371
|
},
|
397
372
|
"types": [
|
@@ -399,7 +374,7 @@
|
|
399
374
|
"__schema": "KeywordTypeSchema",
|
400
375
|
"location": {
|
401
376
|
"filePath": "export.main.runtime.ts",
|
402
|
-
"line":
|
377
|
+
"line": 247,
|
403
378
|
"character": 22
|
404
379
|
},
|
405
380
|
"name": "string"
|
@@ -408,7 +383,7 @@
|
|
408
383
|
"__schema": "KeywordTypeSchema",
|
409
384
|
"location": {
|
410
385
|
"filePath": "export.main.runtime.ts",
|
411
|
-
"line":
|
386
|
+
"line": 247,
|
412
387
|
"character": 31
|
413
388
|
},
|
414
389
|
"name": "undefined"
|
@@ -421,7 +396,7 @@
|
|
421
396
|
"__schema": "VariableLikeSchema",
|
422
397
|
"location": {
|
423
398
|
"filePath": "export.main.runtime.ts",
|
424
|
-
"line":
|
399
|
+
"line": 248,
|
425
400
|
"character": 5
|
426
401
|
},
|
427
402
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -430,7 +405,7 @@
|
|
430
405
|
"__schema": "KeywordTypeSchema",
|
431
406
|
"location": {
|
432
407
|
"filePath": "export.main.runtime.ts",
|
433
|
-
"line":
|
408
|
+
"line": 248,
|
434
409
|
"character": 32
|
435
410
|
},
|
436
411
|
"name": "boolean"
|
@@ -441,7 +416,7 @@
|
|
441
416
|
"__schema": "VariableLikeSchema",
|
442
417
|
"location": {
|
443
418
|
"filePath": "export.main.runtime.ts",
|
444
|
-
"line":
|
419
|
+
"line": 249,
|
445
420
|
"character": 5
|
446
421
|
},
|
447
422
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -450,7 +425,7 @@
|
|
450
425
|
"__schema": "KeywordTypeSchema",
|
451
426
|
"location": {
|
452
427
|
"filePath": "export.main.runtime.ts",
|
453
|
-
"line":
|
428
|
+
"line": 249,
|
454
429
|
"character": 16
|
455
430
|
},
|
456
431
|
"name": "boolean"
|
@@ -461,7 +436,7 @@
|
|
461
436
|
"__schema": "VariableLikeSchema",
|
462
437
|
"location": {
|
463
438
|
"filePath": "export.main.runtime.ts",
|
464
|
-
"line":
|
439
|
+
"line": 250,
|
465
440
|
"character": 5
|
466
441
|
},
|
467
442
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -470,7 +445,7 @@
|
|
470
445
|
"__schema": "KeywordTypeSchema",
|
471
446
|
"location": {
|
472
447
|
"filePath": "export.main.runtime.ts",
|
473
|
-
"line":
|
448
|
+
"line": 250,
|
474
449
|
"character": 23
|
475
450
|
},
|
476
451
|
"name": "boolean"
|
@@ -481,7 +456,27 @@
|
|
481
456
|
"__schema": "VariableLikeSchema",
|
482
457
|
"location": {
|
483
458
|
"filePath": "export.main.runtime.ts",
|
484
|
-
"line":
|
459
|
+
"line": 251,
|
460
|
+
"character": 5
|
461
|
+
},
|
462
|
+
"signature": "(property) includeParents?: boolean | undefined",
|
463
|
+
"name": "includeParents",
|
464
|
+
"type": {
|
465
|
+
"__schema": "KeywordTypeSchema",
|
466
|
+
"location": {
|
467
|
+
"filePath": "export.main.runtime.ts",
|
468
|
+
"line": 251,
|
469
|
+
"character": 22
|
470
|
+
},
|
471
|
+
"name": "boolean"
|
472
|
+
},
|
473
|
+
"isOptional": true
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"__schema": "VariableLikeSchema",
|
477
|
+
"location": {
|
478
|
+
"filePath": "export.main.runtime.ts",
|
479
|
+
"line": 252,
|
485
480
|
"character": 5
|
486
481
|
},
|
487
482
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -490,7 +485,7 @@
|
|
490
485
|
"__schema": "KeywordTypeSchema",
|
491
486
|
"location": {
|
492
487
|
"filePath": "export.main.runtime.ts",
|
493
|
-
"line":
|
488
|
+
"line": 252,
|
494
489
|
"character": 33
|
495
490
|
},
|
496
491
|
"name": "boolean"
|
@@ -501,7 +496,7 @@
|
|
501
496
|
"__schema": "VariableLikeSchema",
|
502
497
|
"location": {
|
503
498
|
"filePath": "export.main.runtime.ts",
|
504
|
-
"line":
|
499
|
+
"line": 253,
|
505
500
|
"character": 5
|
506
501
|
},
|
507
502
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -510,7 +505,7 @@
|
|
510
505
|
"__schema": "TypeRefSchema",
|
511
506
|
"location": {
|
512
507
|
"filePath": "export.main.runtime.ts",
|
513
|
-
"line":
|
508
|
+
"line": 253,
|
514
509
|
"character": 20
|
515
510
|
},
|
516
511
|
"name": "ExportOrigin"
|
@@ -525,7 +520,7 @@
|
|
525
520
|
"__schema": "VariableLikeSchema",
|
526
521
|
"location": {
|
527
522
|
"filePath": "export.main.runtime.ts",
|
528
|
-
"line":
|
523
|
+
"line": 242,
|
529
524
|
"character": 5
|
530
525
|
},
|
531
526
|
"signature": "(property) scope: Scope",
|
@@ -534,7 +529,7 @@
|
|
534
529
|
"__schema": "TypeRefSchema",
|
535
530
|
"location": {
|
536
531
|
"filePath": "export.main.runtime.ts",
|
537
|
-
"line":
|
532
|
+
"line": 242,
|
538
533
|
"character": 5
|
539
534
|
},
|
540
535
|
"name": "Scope",
|
@@ -546,7 +541,7 @@
|
|
546
541
|
"__schema": "VariableLikeSchema",
|
547
542
|
"location": {
|
548
543
|
"filePath": "export.main.runtime.ts",
|
549
|
-
"line":
|
544
|
+
"line": 243,
|
550
545
|
"character": 5
|
551
546
|
},
|
552
547
|
"signature": "(property) ids: ComponentIdList",
|
@@ -555,7 +550,7 @@
|
|
555
550
|
"__schema": "TypeRefSchema",
|
556
551
|
"location": {
|
557
552
|
"filePath": "export.main.runtime.ts",
|
558
|
-
"line":
|
553
|
+
"line": 243,
|
559
554
|
"character": 5
|
560
555
|
},
|
561
556
|
"name": "ComponentIdList",
|
@@ -571,7 +566,7 @@
|
|
571
566
|
"__schema": "VariableLikeSchema",
|
572
567
|
"location": {
|
573
568
|
"filePath": "export.main.runtime.ts",
|
574
|
-
"line":
|
569
|
+
"line": 244,
|
575
570
|
"character": 5
|
576
571
|
},
|
577
572
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -580,7 +575,7 @@
|
|
580
575
|
"__schema": "TypeRefSchema",
|
581
576
|
"location": {
|
582
577
|
"filePath": "export.main.runtime.ts",
|
583
|
-
"line":
|
578
|
+
"line": 244,
|
584
579
|
"character": 18
|
585
580
|
},
|
586
581
|
"name": "Lane"
|
@@ -591,7 +586,7 @@
|
|
591
586
|
"__schema": "VariableLikeSchema",
|
592
587
|
"location": {
|
593
588
|
"filePath": "export.main.runtime.ts",
|
594
|
-
"line":
|
589
|
+
"line": 245,
|
595
590
|
"character": 5
|
596
591
|
},
|
597
592
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -600,7 +595,7 @@
|
|
600
595
|
"__schema": "KeywordTypeSchema",
|
601
596
|
"location": {
|
602
597
|
"filePath": "export.main.runtime.ts",
|
603
|
-
"line":
|
598
|
+
"line": 245,
|
604
599
|
"character": 19
|
605
600
|
},
|
606
601
|
"name": "boolean"
|
@@ -611,7 +606,7 @@
|
|
611
606
|
"__schema": "VariableLikeSchema",
|
612
607
|
"location": {
|
613
608
|
"filePath": "export.main.runtime.ts",
|
614
|
-
"line":
|
609
|
+
"line": 246,
|
615
610
|
"character": 5
|
616
611
|
},
|
617
612
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -620,7 +615,7 @@
|
|
620
615
|
"__schema": "KeywordTypeSchema",
|
621
616
|
"location": {
|
622
617
|
"filePath": "export.main.runtime.ts",
|
623
|
-
"line":
|
618
|
+
"line": 246,
|
624
619
|
"character": 22
|
625
620
|
},
|
626
621
|
"name": "boolean"
|
@@ -631,32 +626,7 @@
|
|
631
626
|
"__schema": "VariableLikeSchema",
|
632
627
|
"location": {
|
633
628
|
"filePath": "export.main.runtime.ts",
|
634
|
-
"line":
|
635
|
-
"character": 5
|
636
|
-
},
|
637
|
-
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
638
|
-
"name": "idsWithFutureScope",
|
639
|
-
"type": {
|
640
|
-
"__schema": "TypeRefSchema",
|
641
|
-
"location": {
|
642
|
-
"filePath": "export.main.runtime.ts",
|
643
|
-
"line": 248,
|
644
|
-
"character": 5
|
645
|
-
},
|
646
|
-
"name": "ComponentIdList",
|
647
|
-
"componentId": {
|
648
|
-
"scope": "teambit.component",
|
649
|
-
"name": "component-id",
|
650
|
-
"version": "1.2.2"
|
651
|
-
}
|
652
|
-
},
|
653
|
-
"isOptional": false
|
654
|
-
},
|
655
|
-
{
|
656
|
-
"__schema": "VariableLikeSchema",
|
657
|
-
"location": {
|
658
|
-
"filePath": "export.main.runtime.ts",
|
659
|
-
"line": 249,
|
629
|
+
"line": 247,
|
660
630
|
"character": 5
|
661
631
|
},
|
662
632
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -665,7 +635,7 @@
|
|
665
635
|
"__schema": "TypeUnionSchema",
|
666
636
|
"location": {
|
667
637
|
"filePath": "export.main.runtime.ts",
|
668
|
-
"line":
|
638
|
+
"line": 247,
|
669
639
|
"character": 22
|
670
640
|
},
|
671
641
|
"types": [
|
@@ -673,7 +643,7 @@
|
|
673
643
|
"__schema": "KeywordTypeSchema",
|
674
644
|
"location": {
|
675
645
|
"filePath": "export.main.runtime.ts",
|
676
|
-
"line":
|
646
|
+
"line": 247,
|
677
647
|
"character": 22
|
678
648
|
},
|
679
649
|
"name": "string"
|
@@ -682,7 +652,7 @@
|
|
682
652
|
"__schema": "KeywordTypeSchema",
|
683
653
|
"location": {
|
684
654
|
"filePath": "export.main.runtime.ts",
|
685
|
-
"line":
|
655
|
+
"line": 247,
|
686
656
|
"character": 31
|
687
657
|
},
|
688
658
|
"name": "undefined"
|
@@ -695,7 +665,7 @@
|
|
695
665
|
"__schema": "VariableLikeSchema",
|
696
666
|
"location": {
|
697
667
|
"filePath": "export.main.runtime.ts",
|
698
|
-
"line":
|
668
|
+
"line": 248,
|
699
669
|
"character": 5
|
700
670
|
},
|
701
671
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -704,7 +674,7 @@
|
|
704
674
|
"__schema": "KeywordTypeSchema",
|
705
675
|
"location": {
|
706
676
|
"filePath": "export.main.runtime.ts",
|
707
|
-
"line":
|
677
|
+
"line": 248,
|
708
678
|
"character": 32
|
709
679
|
},
|
710
680
|
"name": "boolean"
|
@@ -715,7 +685,7 @@
|
|
715
685
|
"__schema": "VariableLikeSchema",
|
716
686
|
"location": {
|
717
687
|
"filePath": "export.main.runtime.ts",
|
718
|
-
"line":
|
688
|
+
"line": 249,
|
719
689
|
"character": 5
|
720
690
|
},
|
721
691
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -724,7 +694,7 @@
|
|
724
694
|
"__schema": "KeywordTypeSchema",
|
725
695
|
"location": {
|
726
696
|
"filePath": "export.main.runtime.ts",
|
727
|
-
"line":
|
697
|
+
"line": 249,
|
728
698
|
"character": 16
|
729
699
|
},
|
730
700
|
"name": "boolean"
|
@@ -735,7 +705,7 @@
|
|
735
705
|
"__schema": "VariableLikeSchema",
|
736
706
|
"location": {
|
737
707
|
"filePath": "export.main.runtime.ts",
|
738
|
-
"line":
|
708
|
+
"line": 250,
|
739
709
|
"character": 5
|
740
710
|
},
|
741
711
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -744,7 +714,7 @@
|
|
744
714
|
"__schema": "KeywordTypeSchema",
|
745
715
|
"location": {
|
746
716
|
"filePath": "export.main.runtime.ts",
|
747
|
-
"line":
|
717
|
+
"line": 250,
|
748
718
|
"character": 23
|
749
719
|
},
|
750
720
|
"name": "boolean"
|
@@ -755,7 +725,27 @@
|
|
755
725
|
"__schema": "VariableLikeSchema",
|
756
726
|
"location": {
|
757
727
|
"filePath": "export.main.runtime.ts",
|
758
|
-
"line":
|
728
|
+
"line": 251,
|
729
|
+
"character": 5
|
730
|
+
},
|
731
|
+
"signature": "(property) includeParents?: boolean | undefined",
|
732
|
+
"name": "includeParents",
|
733
|
+
"type": {
|
734
|
+
"__schema": "KeywordTypeSchema",
|
735
|
+
"location": {
|
736
|
+
"filePath": "export.main.runtime.ts",
|
737
|
+
"line": 251,
|
738
|
+
"character": 22
|
739
|
+
},
|
740
|
+
"name": "boolean"
|
741
|
+
},
|
742
|
+
"isOptional": true
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"__schema": "VariableLikeSchema",
|
746
|
+
"location": {
|
747
|
+
"filePath": "export.main.runtime.ts",
|
748
|
+
"line": 252,
|
759
749
|
"character": 5
|
760
750
|
},
|
761
751
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -764,7 +754,7 @@
|
|
764
754
|
"__schema": "KeywordTypeSchema",
|
765
755
|
"location": {
|
766
756
|
"filePath": "export.main.runtime.ts",
|
767
|
-
"line":
|
757
|
+
"line": 252,
|
768
758
|
"character": 33
|
769
759
|
},
|
770
760
|
"name": "boolean"
|
@@ -775,7 +765,7 @@
|
|
775
765
|
"__schema": "VariableLikeSchema",
|
776
766
|
"location": {
|
777
767
|
"filePath": "export.main.runtime.ts",
|
778
|
-
"line":
|
768
|
+
"line": 253,
|
779
769
|
"character": 5
|
780
770
|
},
|
781
771
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -784,7 +774,7 @@
|
|
784
774
|
"__schema": "TypeRefSchema",
|
785
775
|
"location": {
|
786
776
|
"filePath": "export.main.runtime.ts",
|
787
|
-
"line":
|
777
|
+
"line": 253,
|
788
778
|
"character": 20
|
789
779
|
},
|
790
780
|
"name": "ExportOrigin"
|
@@ -799,7 +789,7 @@
|
|
799
789
|
"__schema": "TypeRefSchema",
|
800
790
|
"location": {
|
801
791
|
"filePath": "export.main.runtime.ts",
|
802
|
-
"line":
|
792
|
+
"line": 254,
|
803
793
|
"character": 7
|
804
794
|
},
|
805
795
|
"name": "Promise",
|
@@ -808,7 +798,7 @@
|
|
808
798
|
"__schema": "TypeLiteralSchema",
|
809
799
|
"location": {
|
810
800
|
"filePath": "export.main.runtime.ts",
|
811
|
-
"line":
|
801
|
+
"line": 254,
|
812
802
|
"character": 15
|
813
803
|
},
|
814
804
|
"members": [
|
@@ -816,7 +806,7 @@
|
|
816
806
|
"__schema": "VariableLikeSchema",
|
817
807
|
"location": {
|
818
808
|
"filePath": "export.main.runtime.ts",
|
819
|
-
"line":
|
809
|
+
"line": 255,
|
820
810
|
"character": 5
|
821
811
|
},
|
822
812
|
"signature": "(property) exported: ComponentIdList",
|
@@ -825,7 +815,7 @@
|
|
825
815
|
"__schema": "TypeRefSchema",
|
826
816
|
"location": {
|
827
817
|
"filePath": "export.main.runtime.ts",
|
828
|
-
"line":
|
818
|
+
"line": 255,
|
829
819
|
"character": 5
|
830
820
|
},
|
831
821
|
"name": "ComponentIdList",
|
@@ -841,7 +831,7 @@
|
|
841
831
|
"__schema": "VariableLikeSchema",
|
842
832
|
"location": {
|
843
833
|
"filePath": "export.main.runtime.ts",
|
844
|
-
"line":
|
834
|
+
"line": 256,
|
845
835
|
"character": 5
|
846
836
|
},
|
847
837
|
"signature": "(property) updatedLocally: ComponentIdList",
|
@@ -850,7 +840,7 @@
|
|
850
840
|
"__schema": "TypeRefSchema",
|
851
841
|
"location": {
|
852
842
|
"filePath": "export.main.runtime.ts",
|
853
|
-
"line":
|
843
|
+
"line": 256,
|
854
844
|
"character": 5
|
855
845
|
},
|
856
846
|
"name": "ComponentIdList",
|
@@ -866,7 +856,7 @@
|
|
866
856
|
"__schema": "VariableLikeSchema",
|
867
857
|
"location": {
|
868
858
|
"filePath": "export.main.runtime.ts",
|
869
|
-
"line":
|
859
|
+
"line": 257,
|
870
860
|
"character": 5
|
871
861
|
},
|
872
862
|
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
@@ -875,14 +865,14 @@
|
|
875
865
|
"__schema": "TypeArraySchema",
|
876
866
|
"location": {
|
877
867
|
"filePath": "export.main.runtime.ts",
|
878
|
-
"line":
|
868
|
+
"line": 257,
|
879
869
|
"character": 21
|
880
870
|
},
|
881
871
|
"type": {
|
882
872
|
"__schema": "TypeRefSchema",
|
883
873
|
"location": {
|
884
874
|
"filePath": "export.main.runtime.ts",
|
885
|
-
"line":
|
875
|
+
"line": 257,
|
886
876
|
"character": 21
|
887
877
|
},
|
888
878
|
"name": "ComponentID"
|
@@ -894,7 +884,7 @@
|
|
894
884
|
"__schema": "VariableLikeSchema",
|
895
885
|
"location": {
|
896
886
|
"filePath": "export.main.runtime.ts",
|
897
|
-
"line":
|
887
|
+
"line": 258,
|
898
888
|
"character": 5
|
899
889
|
},
|
900
890
|
"signature": "(property) rippleJobs: string[]",
|
@@ -903,14 +893,14 @@
|
|
903
893
|
"__schema": "TypeArraySchema",
|
904
894
|
"location": {
|
905
895
|
"filePath": "export.main.runtime.ts",
|
906
|
-
"line":
|
896
|
+
"line": 258,
|
907
897
|
"character": 17
|
908
898
|
},
|
909
899
|
"type": {
|
910
900
|
"__schema": "KeywordTypeSchema",
|
911
901
|
"location": {
|
912
902
|
"filePath": "export.main.runtime.ts",
|
913
|
-
"line":
|
903
|
+
"line": 258,
|
914
904
|
"character": 17
|
915
905
|
},
|
916
906
|
"name": "string"
|
@@ -930,7 +920,7 @@
|
|
930
920
|
"__schema": "FunctionLikeSchema",
|
931
921
|
"location": {
|
932
922
|
"filePath": "export.main.runtime.ts",
|
933
|
-
"line":
|
923
|
+
"line": 581,
|
934
924
|
"character": 3
|
935
925
|
},
|
936
926
|
"signature": "(method) ExportMain.pushToRemotesCarefully(manyObjectsPerRemote: ObjectsPerRemote[], resumeExportId?: string): Promise<void>",
|
@@ -940,7 +930,7 @@
|
|
940
930
|
"__schema": "ParameterSchema",
|
941
931
|
"location": {
|
942
932
|
"filePath": "export.main.runtime.ts",
|
943
|
-
"line":
|
933
|
+
"line": 581,
|
944
934
|
"character": 32
|
945
935
|
},
|
946
936
|
"name": "manyObjectsPerRemote",
|
@@ -948,14 +938,14 @@
|
|
948
938
|
"__schema": "TypeArraySchema",
|
949
939
|
"location": {
|
950
940
|
"filePath": "export.main.runtime.ts",
|
951
|
-
"line":
|
941
|
+
"line": 581,
|
952
942
|
"character": 54
|
953
943
|
},
|
954
944
|
"type": {
|
955
945
|
"__schema": "TypeRefSchema",
|
956
946
|
"location": {
|
957
947
|
"filePath": "export.main.runtime.ts",
|
958
|
-
"line":
|
948
|
+
"line": 581,
|
959
949
|
"character": 54
|
960
950
|
},
|
961
951
|
"name": "ObjectsPerRemote"
|
@@ -968,7 +958,7 @@
|
|
968
958
|
"__schema": "ParameterSchema",
|
969
959
|
"location": {
|
970
960
|
"filePath": "export.main.runtime.ts",
|
971
|
-
"line":
|
961
|
+
"line": 581,
|
972
962
|
"character": 74
|
973
963
|
},
|
974
964
|
"name": "resumeExportId",
|
@@ -976,7 +966,7 @@
|
|
976
966
|
"__schema": "KeywordTypeSchema",
|
977
967
|
"location": {
|
978
968
|
"filePath": "export.main.runtime.ts",
|
979
|
-
"line":
|
969
|
+
"line": 581,
|
980
970
|
"character": 91
|
981
971
|
},
|
982
972
|
"name": "string"
|
@@ -989,7 +979,7 @@
|
|
989
979
|
"__schema": "InferenceTypeSchema",
|
990
980
|
"location": {
|
991
981
|
"filePath": "export.main.runtime.ts",
|
992
|
-
"line":
|
982
|
+
"line": 581,
|
993
983
|
"character": 3
|
994
984
|
},
|
995
985
|
"type": "Promise<void>"
|
@@ -1002,7 +992,7 @@
|
|
1002
992
|
"__schema": "FunctionLikeSchema",
|
1003
993
|
"location": {
|
1004
994
|
"filePath": "export.main.runtime.ts",
|
1005
|
-
"line":
|
995
|
+
"line": 619,
|
1006
996
|
"character": 3
|
1007
997
|
},
|
1008
998
|
"signature": "(method) ExportMain.shouldPushToCentralHub(manyObjectsPerRemote: ObjectsPerRemote[], scopeRemotes: Remotes, originDirectly?: boolean): boolean",
|
@@ -1012,7 +1002,7 @@
|
|
1012
1002
|
"__schema": "ParameterSchema",
|
1013
1003
|
"location": {
|
1014
1004
|
"filePath": "export.main.runtime.ts",
|
1015
|
-
"line":
|
1005
|
+
"line": 620,
|
1016
1006
|
"character": 5
|
1017
1007
|
},
|
1018
1008
|
"name": "manyObjectsPerRemote",
|
@@ -1020,14 +1010,14 @@
|
|
1020
1010
|
"__schema": "TypeArraySchema",
|
1021
1011
|
"location": {
|
1022
1012
|
"filePath": "export.main.runtime.ts",
|
1023
|
-
"line":
|
1013
|
+
"line": 620,
|
1024
1014
|
"character": 27
|
1025
1015
|
},
|
1026
1016
|
"type": {
|
1027
1017
|
"__schema": "TypeRefSchema",
|
1028
1018
|
"location": {
|
1029
1019
|
"filePath": "export.main.runtime.ts",
|
1030
|
-
"line":
|
1020
|
+
"line": 620,
|
1031
1021
|
"character": 27
|
1032
1022
|
},
|
1033
1023
|
"name": "ObjectsPerRemote"
|
@@ -1040,7 +1030,7 @@
|
|
1040
1030
|
"__schema": "ParameterSchema",
|
1041
1031
|
"location": {
|
1042
1032
|
"filePath": "export.main.runtime.ts",
|
1043
|
-
"line":
|
1033
|
+
"line": 621,
|
1044
1034
|
"character": 5
|
1045
1035
|
},
|
1046
1036
|
"name": "scopeRemotes",
|
@@ -1048,7 +1038,7 @@
|
|
1048
1038
|
"__schema": "TypeRefSchema",
|
1049
1039
|
"location": {
|
1050
1040
|
"filePath": "export.main.runtime.ts",
|
1051
|
-
"line":
|
1041
|
+
"line": 621,
|
1052
1042
|
"character": 19
|
1053
1043
|
},
|
1054
1044
|
"name": "Remotes"
|
@@ -1060,7 +1050,7 @@
|
|
1060
1050
|
"__schema": "ParameterSchema",
|
1061
1051
|
"location": {
|
1062
1052
|
"filePath": "export.main.runtime.ts",
|
1063
|
-
"line":
|
1053
|
+
"line": 622,
|
1064
1054
|
"character": 5
|
1065
1055
|
},
|
1066
1056
|
"name": "originDirectly",
|
@@ -1068,7 +1058,7 @@
|
|
1068
1058
|
"__schema": "InferenceTypeSchema",
|
1069
1059
|
"location": {
|
1070
1060
|
"filePath": "export.main.runtime.ts",
|
1071
|
-
"line":
|
1061
|
+
"line": 622,
|
1072
1062
|
"character": 5
|
1073
1063
|
},
|
1074
1064
|
"type": "boolean"
|
@@ -1082,7 +1072,7 @@
|
|
1082
1072
|
"__schema": "KeywordTypeSchema",
|
1083
1073
|
"location": {
|
1084
1074
|
"filePath": "export.main.runtime.ts",
|
1085
|
-
"line":
|
1075
|
+
"line": 623,
|
1086
1076
|
"character": 6
|
1087
1077
|
},
|
1088
1078
|
"name": "boolean"
|
@@ -1093,7 +1083,7 @@
|
|
1093
1083
|
"__schema": "VariableLikeSchema",
|
1094
1084
|
"location": {
|
1095
1085
|
"filePath": "export.main.runtime.ts",
|
1096
|
-
"line":
|
1086
|
+
"line": 751,
|
1097
1087
|
"character": 3
|
1098
1088
|
},
|
1099
1089
|
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
@@ -1102,7 +1092,7 @@
|
|
1102
1092
|
"__schema": "InferenceTypeSchema",
|
1103
1093
|
"location": {
|
1104
1094
|
"filePath": "export.main.runtime.ts",
|
1105
|
-
"line":
|
1095
|
+
"line": 751,
|
1106
1096
|
"character": 3
|
1107
1097
|
},
|
1108
1098
|
"type": "RuntimeDefinition"
|
@@ -1114,7 +1104,7 @@
|
|
1114
1104
|
"__schema": "VariableLikeSchema",
|
1115
1105
|
"location": {
|
1116
1106
|
"filePath": "export.main.runtime.ts",
|
1117
|
-
"line":
|
1107
|
+
"line": 752,
|
1118
1108
|
"character": 3
|
1119
1109
|
},
|
1120
1110
|
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
@@ -1123,7 +1113,7 @@
|
|
1123
1113
|
"__schema": "InferenceTypeSchema",
|
1124
1114
|
"location": {
|
1125
1115
|
"filePath": "export.main.runtime.ts",
|
1126
|
-
"line":
|
1116
|
+
"line": 752,
|
1127
1117
|
"character": 3
|
1128
1118
|
},
|
1129
1119
|
"type": "Aspect[]"
|
@@ -1135,7 +1125,7 @@
|
|
1135
1125
|
"__schema": "FunctionLikeSchema",
|
1136
1126
|
"location": {
|
1137
1127
|
"filePath": "export.main.runtime.ts",
|
1138
|
-
"line":
|
1128
|
+
"line": 761,
|
1139
1129
|
"character": 3
|
1140
1130
|
},
|
1141
1131
|
"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>",
|
@@ -1145,7 +1135,7 @@
|
|
1145
1135
|
"__schema": "ParameterSchema",
|
1146
1136
|
"location": {
|
1147
1137
|
"filePath": "export.main.runtime.ts",
|
1148
|
-
"line":
|
1138
|
+
"line": 761,
|
1149
1139
|
"character": 25
|
1150
1140
|
},
|
1151
1141
|
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
@@ -1153,7 +1143,7 @@
|
|
1153
1143
|
"__schema": "TupleTypeSchema",
|
1154
1144
|
"location": {
|
1155
1145
|
"filePath": "export.main.runtime.ts",
|
1156
|
-
"line":
|
1146
|
+
"line": 761,
|
1157
1147
|
"character": 90
|
1158
1148
|
},
|
1159
1149
|
"elements": [
|
@@ -1161,7 +1151,7 @@
|
|
1161
1151
|
"__schema": "TypeRefSchema",
|
1162
1152
|
"location": {
|
1163
1153
|
"filePath": "export.main.runtime.ts",
|
1164
|
-
"line":
|
1154
|
+
"line": 762,
|
1165
1155
|
"character": 5
|
1166
1156
|
},
|
1167
1157
|
"name": "CLIMain"
|
@@ -1170,7 +1160,7 @@
|
|
1170
1160
|
"__schema": "TypeRefSchema",
|
1171
1161
|
"location": {
|
1172
1162
|
"filePath": "export.main.runtime.ts",
|
1173
|
-
"line":
|
1163
|
+
"line": 763,
|
1174
1164
|
"character": 5
|
1175
1165
|
},
|
1176
1166
|
"name": "ScopeMain"
|
@@ -1179,7 +1169,7 @@
|
|
1179
1169
|
"__schema": "TypeRefSchema",
|
1180
1170
|
"location": {
|
1181
1171
|
"filePath": "export.main.runtime.ts",
|
1182
|
-
"line":
|
1172
|
+
"line": 764,
|
1183
1173
|
"character": 5
|
1184
1174
|
},
|
1185
1175
|
"name": "Workspace"
|
@@ -1188,7 +1178,7 @@
|
|
1188
1178
|
"__schema": "TypeRefSchema",
|
1189
1179
|
"location": {
|
1190
1180
|
"filePath": "export.main.runtime.ts",
|
1191
|
-
"line":
|
1181
|
+
"line": 765,
|
1192
1182
|
"character": 5
|
1193
1183
|
},
|
1194
1184
|
"name": "RemoveMain"
|
@@ -1197,7 +1187,7 @@
|
|
1197
1187
|
"__schema": "TypeRefSchema",
|
1198
1188
|
"location": {
|
1199
1189
|
"filePath": "export.main.runtime.ts",
|
1200
|
-
"line":
|
1190
|
+
"line": 766,
|
1201
1191
|
"character": 5
|
1202
1192
|
},
|
1203
1193
|
"name": "DependencyResolverMain"
|
@@ -1206,7 +1196,7 @@
|
|
1206
1196
|
"__schema": "TypeRefSchema",
|
1207
1197
|
"location": {
|
1208
1198
|
"filePath": "export.main.runtime.ts",
|
1209
|
-
"line":
|
1199
|
+
"line": 767,
|
1210
1200
|
"character": 5
|
1211
1201
|
},
|
1212
1202
|
"name": "LoggerMain"
|
@@ -1215,7 +1205,7 @@
|
|
1215
1205
|
"__schema": "TypeRefSchema",
|
1216
1206
|
"location": {
|
1217
1207
|
"filePath": "export.main.runtime.ts",
|
1218
|
-
"line":
|
1208
|
+
"line": 768,
|
1219
1209
|
"character": 5
|
1220
1210
|
},
|
1221
1211
|
"name": "EjectMain"
|
@@ -1230,7 +1220,7 @@
|
|
1230
1220
|
"__schema": "InferenceTypeSchema",
|
1231
1221
|
"location": {
|
1232
1222
|
"filePath": "export.main.runtime.ts",
|
1233
|
-
"line":
|
1223
|
+
"line": 761,
|
1234
1224
|
"character": 3
|
1235
1225
|
},
|
1236
1226
|
"type": "Promise<ExportMain>"
|
@@ -1576,7 +1566,7 @@
|
|
1576
1566
|
"componentId": {
|
1577
1567
|
"scope": "teambit.legacy",
|
1578
1568
|
"name": "scope-api",
|
1579
|
-
"version": "0.0.
|
1569
|
+
"version": "0.0.45"
|
1580
1570
|
}
|
1581
1571
|
}
|
1582
1572
|
},
|
@@ -2181,36 +2171,36 @@
|
|
2181
2171
|
"__schema": "FunctionLikeSchema",
|
2182
2172
|
"location": {
|
2183
2173
|
"filePath": "export.main.runtime.ts",
|
2184
|
-
"line":
|
2174
|
+
"line": 228,
|
2185
2175
|
"character": 3
|
2186
2176
|
},
|
2187
2177
|
"doc": {
|
2188
2178
|
"__schema": "DocSchema",
|
2189
2179
|
"location": {
|
2190
2180
|
"filePath": "export.main.runtime.ts",
|
2191
|
-
"line":
|
2181
|
+
"line": 225,
|
2192
2182
|
"character": 3
|
2193
2183
|
},
|
2194
2184
|
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
2195
2185
|
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371",
|
2196
2186
|
"tags": []
|
2197
2187
|
},
|
2198
|
-
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly,
|
2188
|
+
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, includeParents, filterOutExistingVersions, exportOrigin, }: {\n scope: Scope;\n ids: ComponentIdList;\n laneObject?: Lane;\n allVersions?: boolean;\n originDirectly?: boolean;\n resumeExportId?: string | undefined;\n throwForMissingArtifacts?: boolean;\n isOnMain?: boolean;\n exportHeadsOnly?: boolean;\n includeParents?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
2199
2189
|
"name": "exportMany",
|
2200
2190
|
"params": [
|
2201
2191
|
{
|
2202
2192
|
"__schema": "ParameterSchema",
|
2203
2193
|
"location": {
|
2204
2194
|
"filePath": "export.main.runtime.ts",
|
2205
|
-
"line":
|
2195
|
+
"line": 228,
|
2206
2196
|
"character": 20
|
2207
2197
|
},
|
2208
|
-
"name": "{ scope, ids, laneObject, allVersions, originDirectly,
|
2198
|
+
"name": "{ scope, ids, laneObject, allVersions, originDirectly, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, includeParents, filterOutExistingVersions, exportOrigin = 'export' }",
|
2209
2199
|
"type": {
|
2210
2200
|
"__schema": "TypeLiteralSchema",
|
2211
2201
|
"location": {
|
2212
2202
|
"filePath": "export.main.runtime.ts",
|
2213
|
-
"line":
|
2203
|
+
"line": 241,
|
2214
2204
|
"character": 6
|
2215
2205
|
},
|
2216
2206
|
"members": [
|
@@ -2218,7 +2208,7 @@
|
|
2218
2208
|
"__schema": "VariableLikeSchema",
|
2219
2209
|
"location": {
|
2220
2210
|
"filePath": "export.main.runtime.ts",
|
2221
|
-
"line":
|
2211
|
+
"line": 242,
|
2222
2212
|
"character": 5
|
2223
2213
|
},
|
2224
2214
|
"signature": "(property) scope: Scope",
|
@@ -2227,7 +2217,7 @@
|
|
2227
2217
|
"__schema": "TypeRefSchema",
|
2228
2218
|
"location": {
|
2229
2219
|
"filePath": "export.main.runtime.ts",
|
2230
|
-
"line":
|
2220
|
+
"line": 242,
|
2231
2221
|
"character": 5
|
2232
2222
|
},
|
2233
2223
|
"name": "Scope",
|
@@ -2239,7 +2229,7 @@
|
|
2239
2229
|
"__schema": "VariableLikeSchema",
|
2240
2230
|
"location": {
|
2241
2231
|
"filePath": "export.main.runtime.ts",
|
2242
|
-
"line":
|
2232
|
+
"line": 243,
|
2243
2233
|
"character": 5
|
2244
2234
|
},
|
2245
2235
|
"signature": "(property) ids: ComponentIdList",
|
@@ -2248,7 +2238,7 @@
|
|
2248
2238
|
"__schema": "TypeRefSchema",
|
2249
2239
|
"location": {
|
2250
2240
|
"filePath": "export.main.runtime.ts",
|
2251
|
-
"line":
|
2241
|
+
"line": 243,
|
2252
2242
|
"character": 5
|
2253
2243
|
},
|
2254
2244
|
"name": "ComponentIdList",
|
@@ -2264,7 +2254,7 @@
|
|
2264
2254
|
"__schema": "VariableLikeSchema",
|
2265
2255
|
"location": {
|
2266
2256
|
"filePath": "export.main.runtime.ts",
|
2267
|
-
"line":
|
2257
|
+
"line": 244,
|
2268
2258
|
"character": 5
|
2269
2259
|
},
|
2270
2260
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -2273,7 +2263,7 @@
|
|
2273
2263
|
"__schema": "TypeRefSchema",
|
2274
2264
|
"location": {
|
2275
2265
|
"filePath": "export.main.runtime.ts",
|
2276
|
-
"line":
|
2266
|
+
"line": 244,
|
2277
2267
|
"character": 18
|
2278
2268
|
},
|
2279
2269
|
"name": "Lane"
|
@@ -2284,7 +2274,7 @@
|
|
2284
2274
|
"__schema": "VariableLikeSchema",
|
2285
2275
|
"location": {
|
2286
2276
|
"filePath": "export.main.runtime.ts",
|
2287
|
-
"line":
|
2277
|
+
"line": 245,
|
2288
2278
|
"character": 5
|
2289
2279
|
},
|
2290
2280
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -2293,7 +2283,7 @@
|
|
2293
2283
|
"__schema": "KeywordTypeSchema",
|
2294
2284
|
"location": {
|
2295
2285
|
"filePath": "export.main.runtime.ts",
|
2296
|
-
"line":
|
2286
|
+
"line": 245,
|
2297
2287
|
"character": 19
|
2298
2288
|
},
|
2299
2289
|
"name": "boolean"
|
@@ -2304,7 +2294,7 @@
|
|
2304
2294
|
"__schema": "VariableLikeSchema",
|
2305
2295
|
"location": {
|
2306
2296
|
"filePath": "export.main.runtime.ts",
|
2307
|
-
"line":
|
2297
|
+
"line": 246,
|
2308
2298
|
"character": 5
|
2309
2299
|
},
|
2310
2300
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -2313,7 +2303,7 @@
|
|
2313
2303
|
"__schema": "KeywordTypeSchema",
|
2314
2304
|
"location": {
|
2315
2305
|
"filePath": "export.main.runtime.ts",
|
2316
|
-
"line":
|
2306
|
+
"line": 246,
|
2317
2307
|
"character": 22
|
2318
2308
|
},
|
2319
2309
|
"name": "boolean"
|
@@ -2324,32 +2314,7 @@
|
|
2324
2314
|
"__schema": "VariableLikeSchema",
|
2325
2315
|
"location": {
|
2326
2316
|
"filePath": "export.main.runtime.ts",
|
2327
|
-
"line":
|
2328
|
-
"character": 5
|
2329
|
-
},
|
2330
|
-
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
2331
|
-
"name": "idsWithFutureScope",
|
2332
|
-
"type": {
|
2333
|
-
"__schema": "TypeRefSchema",
|
2334
|
-
"location": {
|
2335
|
-
"filePath": "export.main.runtime.ts",
|
2336
|
-
"line": 248,
|
2337
|
-
"character": 5
|
2338
|
-
},
|
2339
|
-
"name": "ComponentIdList",
|
2340
|
-
"componentId": {
|
2341
|
-
"scope": "teambit.component",
|
2342
|
-
"name": "component-id",
|
2343
|
-
"version": "1.2.2"
|
2344
|
-
}
|
2345
|
-
},
|
2346
|
-
"isOptional": false
|
2347
|
-
},
|
2348
|
-
{
|
2349
|
-
"__schema": "VariableLikeSchema",
|
2350
|
-
"location": {
|
2351
|
-
"filePath": "export.main.runtime.ts",
|
2352
|
-
"line": 249,
|
2317
|
+
"line": 247,
|
2353
2318
|
"character": 5
|
2354
2319
|
},
|
2355
2320
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -2358,7 +2323,7 @@
|
|
2358
2323
|
"__schema": "TypeUnionSchema",
|
2359
2324
|
"location": {
|
2360
2325
|
"filePath": "export.main.runtime.ts",
|
2361
|
-
"line":
|
2326
|
+
"line": 247,
|
2362
2327
|
"character": 22
|
2363
2328
|
},
|
2364
2329
|
"types": [
|
@@ -2366,7 +2331,7 @@
|
|
2366
2331
|
"__schema": "KeywordTypeSchema",
|
2367
2332
|
"location": {
|
2368
2333
|
"filePath": "export.main.runtime.ts",
|
2369
|
-
"line":
|
2334
|
+
"line": 247,
|
2370
2335
|
"character": 22
|
2371
2336
|
},
|
2372
2337
|
"name": "string"
|
@@ -2375,7 +2340,7 @@
|
|
2375
2340
|
"__schema": "KeywordTypeSchema",
|
2376
2341
|
"location": {
|
2377
2342
|
"filePath": "export.main.runtime.ts",
|
2378
|
-
"line":
|
2343
|
+
"line": 247,
|
2379
2344
|
"character": 31
|
2380
2345
|
},
|
2381
2346
|
"name": "undefined"
|
@@ -2388,7 +2353,7 @@
|
|
2388
2353
|
"__schema": "VariableLikeSchema",
|
2389
2354
|
"location": {
|
2390
2355
|
"filePath": "export.main.runtime.ts",
|
2391
|
-
"line":
|
2356
|
+
"line": 248,
|
2392
2357
|
"character": 5
|
2393
2358
|
},
|
2394
2359
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -2397,7 +2362,7 @@
|
|
2397
2362
|
"__schema": "KeywordTypeSchema",
|
2398
2363
|
"location": {
|
2399
2364
|
"filePath": "export.main.runtime.ts",
|
2400
|
-
"line":
|
2365
|
+
"line": 248,
|
2401
2366
|
"character": 32
|
2402
2367
|
},
|
2403
2368
|
"name": "boolean"
|
@@ -2408,7 +2373,7 @@
|
|
2408
2373
|
"__schema": "VariableLikeSchema",
|
2409
2374
|
"location": {
|
2410
2375
|
"filePath": "export.main.runtime.ts",
|
2411
|
-
"line":
|
2376
|
+
"line": 249,
|
2412
2377
|
"character": 5
|
2413
2378
|
},
|
2414
2379
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -2417,7 +2382,7 @@
|
|
2417
2382
|
"__schema": "KeywordTypeSchema",
|
2418
2383
|
"location": {
|
2419
2384
|
"filePath": "export.main.runtime.ts",
|
2420
|
-
"line":
|
2385
|
+
"line": 249,
|
2421
2386
|
"character": 16
|
2422
2387
|
},
|
2423
2388
|
"name": "boolean"
|
@@ -2428,7 +2393,7 @@
|
|
2428
2393
|
"__schema": "VariableLikeSchema",
|
2429
2394
|
"location": {
|
2430
2395
|
"filePath": "export.main.runtime.ts",
|
2431
|
-
"line":
|
2396
|
+
"line": 250,
|
2432
2397
|
"character": 5
|
2433
2398
|
},
|
2434
2399
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -2437,7 +2402,7 @@
|
|
2437
2402
|
"__schema": "KeywordTypeSchema",
|
2438
2403
|
"location": {
|
2439
2404
|
"filePath": "export.main.runtime.ts",
|
2440
|
-
"line":
|
2405
|
+
"line": 250,
|
2441
2406
|
"character": 23
|
2442
2407
|
},
|
2443
2408
|
"name": "boolean"
|
@@ -2448,7 +2413,27 @@
|
|
2448
2413
|
"__schema": "VariableLikeSchema",
|
2449
2414
|
"location": {
|
2450
2415
|
"filePath": "export.main.runtime.ts",
|
2451
|
-
"line":
|
2416
|
+
"line": 251,
|
2417
|
+
"character": 5
|
2418
|
+
},
|
2419
|
+
"signature": "(property) includeParents?: boolean | undefined",
|
2420
|
+
"name": "includeParents",
|
2421
|
+
"type": {
|
2422
|
+
"__schema": "KeywordTypeSchema",
|
2423
|
+
"location": {
|
2424
|
+
"filePath": "export.main.runtime.ts",
|
2425
|
+
"line": 251,
|
2426
|
+
"character": 22
|
2427
|
+
},
|
2428
|
+
"name": "boolean"
|
2429
|
+
},
|
2430
|
+
"isOptional": true
|
2431
|
+
},
|
2432
|
+
{
|
2433
|
+
"__schema": "VariableLikeSchema",
|
2434
|
+
"location": {
|
2435
|
+
"filePath": "export.main.runtime.ts",
|
2436
|
+
"line": 252,
|
2452
2437
|
"character": 5
|
2453
2438
|
},
|
2454
2439
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -2457,7 +2442,7 @@
|
|
2457
2442
|
"__schema": "KeywordTypeSchema",
|
2458
2443
|
"location": {
|
2459
2444
|
"filePath": "export.main.runtime.ts",
|
2460
|
-
"line":
|
2445
|
+
"line": 252,
|
2461
2446
|
"character": 33
|
2462
2447
|
},
|
2463
2448
|
"name": "boolean"
|
@@ -2468,7 +2453,7 @@
|
|
2468
2453
|
"__schema": "VariableLikeSchema",
|
2469
2454
|
"location": {
|
2470
2455
|
"filePath": "export.main.runtime.ts",
|
2471
|
-
"line":
|
2456
|
+
"line": 253,
|
2472
2457
|
"character": 5
|
2473
2458
|
},
|
2474
2459
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -2477,7 +2462,7 @@
|
|
2477
2462
|
"__schema": "TypeRefSchema",
|
2478
2463
|
"location": {
|
2479
2464
|
"filePath": "export.main.runtime.ts",
|
2480
|
-
"line":
|
2465
|
+
"line": 253,
|
2481
2466
|
"character": 20
|
2482
2467
|
},
|
2483
2468
|
"name": "ExportOrigin"
|
@@ -2492,7 +2477,7 @@
|
|
2492
2477
|
"__schema": "VariableLikeSchema",
|
2493
2478
|
"location": {
|
2494
2479
|
"filePath": "export.main.runtime.ts",
|
2495
|
-
"line":
|
2480
|
+
"line": 242,
|
2496
2481
|
"character": 5
|
2497
2482
|
},
|
2498
2483
|
"signature": "(property) scope: Scope",
|
@@ -2501,7 +2486,7 @@
|
|
2501
2486
|
"__schema": "TypeRefSchema",
|
2502
2487
|
"location": {
|
2503
2488
|
"filePath": "export.main.runtime.ts",
|
2504
|
-
"line":
|
2489
|
+
"line": 242,
|
2505
2490
|
"character": 5
|
2506
2491
|
},
|
2507
2492
|
"name": "Scope",
|
@@ -2513,7 +2498,7 @@
|
|
2513
2498
|
"__schema": "VariableLikeSchema",
|
2514
2499
|
"location": {
|
2515
2500
|
"filePath": "export.main.runtime.ts",
|
2516
|
-
"line":
|
2501
|
+
"line": 243,
|
2517
2502
|
"character": 5
|
2518
2503
|
},
|
2519
2504
|
"signature": "(property) ids: ComponentIdList",
|
@@ -2522,7 +2507,7 @@
|
|
2522
2507
|
"__schema": "TypeRefSchema",
|
2523
2508
|
"location": {
|
2524
2509
|
"filePath": "export.main.runtime.ts",
|
2525
|
-
"line":
|
2510
|
+
"line": 243,
|
2526
2511
|
"character": 5
|
2527
2512
|
},
|
2528
2513
|
"name": "ComponentIdList",
|
@@ -2538,7 +2523,7 @@
|
|
2538
2523
|
"__schema": "VariableLikeSchema",
|
2539
2524
|
"location": {
|
2540
2525
|
"filePath": "export.main.runtime.ts",
|
2541
|
-
"line":
|
2526
|
+
"line": 244,
|
2542
2527
|
"character": 5
|
2543
2528
|
},
|
2544
2529
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -2547,7 +2532,7 @@
|
|
2547
2532
|
"__schema": "TypeRefSchema",
|
2548
2533
|
"location": {
|
2549
2534
|
"filePath": "export.main.runtime.ts",
|
2550
|
-
"line":
|
2535
|
+
"line": 244,
|
2551
2536
|
"character": 18
|
2552
2537
|
},
|
2553
2538
|
"name": "Lane"
|
@@ -2558,7 +2543,7 @@
|
|
2558
2543
|
"__schema": "VariableLikeSchema",
|
2559
2544
|
"location": {
|
2560
2545
|
"filePath": "export.main.runtime.ts",
|
2561
|
-
"line":
|
2546
|
+
"line": 245,
|
2562
2547
|
"character": 5
|
2563
2548
|
},
|
2564
2549
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -2567,7 +2552,7 @@
|
|
2567
2552
|
"__schema": "KeywordTypeSchema",
|
2568
2553
|
"location": {
|
2569
2554
|
"filePath": "export.main.runtime.ts",
|
2570
|
-
"line":
|
2555
|
+
"line": 245,
|
2571
2556
|
"character": 19
|
2572
2557
|
},
|
2573
2558
|
"name": "boolean"
|
@@ -2578,7 +2563,7 @@
|
|
2578
2563
|
"__schema": "VariableLikeSchema",
|
2579
2564
|
"location": {
|
2580
2565
|
"filePath": "export.main.runtime.ts",
|
2581
|
-
"line":
|
2566
|
+
"line": 246,
|
2582
2567
|
"character": 5
|
2583
2568
|
},
|
2584
2569
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -2587,7 +2572,7 @@
|
|
2587
2572
|
"__schema": "KeywordTypeSchema",
|
2588
2573
|
"location": {
|
2589
2574
|
"filePath": "export.main.runtime.ts",
|
2590
|
-
"line":
|
2575
|
+
"line": 246,
|
2591
2576
|
"character": 22
|
2592
2577
|
},
|
2593
2578
|
"name": "boolean"
|
@@ -2598,32 +2583,7 @@
|
|
2598
2583
|
"__schema": "VariableLikeSchema",
|
2599
2584
|
"location": {
|
2600
2585
|
"filePath": "export.main.runtime.ts",
|
2601
|
-
"line":
|
2602
|
-
"character": 5
|
2603
|
-
},
|
2604
|
-
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
2605
|
-
"name": "idsWithFutureScope",
|
2606
|
-
"type": {
|
2607
|
-
"__schema": "TypeRefSchema",
|
2608
|
-
"location": {
|
2609
|
-
"filePath": "export.main.runtime.ts",
|
2610
|
-
"line": 248,
|
2611
|
-
"character": 5
|
2612
|
-
},
|
2613
|
-
"name": "ComponentIdList",
|
2614
|
-
"componentId": {
|
2615
|
-
"scope": "teambit.component",
|
2616
|
-
"name": "component-id",
|
2617
|
-
"version": "1.2.2"
|
2618
|
-
}
|
2619
|
-
},
|
2620
|
-
"isOptional": false
|
2621
|
-
},
|
2622
|
-
{
|
2623
|
-
"__schema": "VariableLikeSchema",
|
2624
|
-
"location": {
|
2625
|
-
"filePath": "export.main.runtime.ts",
|
2626
|
-
"line": 249,
|
2586
|
+
"line": 247,
|
2627
2587
|
"character": 5
|
2628
2588
|
},
|
2629
2589
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -2632,7 +2592,7 @@
|
|
2632
2592
|
"__schema": "TypeUnionSchema",
|
2633
2593
|
"location": {
|
2634
2594
|
"filePath": "export.main.runtime.ts",
|
2635
|
-
"line":
|
2595
|
+
"line": 247,
|
2636
2596
|
"character": 22
|
2637
2597
|
},
|
2638
2598
|
"types": [
|
@@ -2640,7 +2600,7 @@
|
|
2640
2600
|
"__schema": "KeywordTypeSchema",
|
2641
2601
|
"location": {
|
2642
2602
|
"filePath": "export.main.runtime.ts",
|
2643
|
-
"line":
|
2603
|
+
"line": 247,
|
2644
2604
|
"character": 22
|
2645
2605
|
},
|
2646
2606
|
"name": "string"
|
@@ -2649,7 +2609,7 @@
|
|
2649
2609
|
"__schema": "KeywordTypeSchema",
|
2650
2610
|
"location": {
|
2651
2611
|
"filePath": "export.main.runtime.ts",
|
2652
|
-
"line":
|
2612
|
+
"line": 247,
|
2653
2613
|
"character": 31
|
2654
2614
|
},
|
2655
2615
|
"name": "undefined"
|
@@ -2662,7 +2622,7 @@
|
|
2662
2622
|
"__schema": "VariableLikeSchema",
|
2663
2623
|
"location": {
|
2664
2624
|
"filePath": "export.main.runtime.ts",
|
2665
|
-
"line":
|
2625
|
+
"line": 248,
|
2666
2626
|
"character": 5
|
2667
2627
|
},
|
2668
2628
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -2671,7 +2631,7 @@
|
|
2671
2631
|
"__schema": "KeywordTypeSchema",
|
2672
2632
|
"location": {
|
2673
2633
|
"filePath": "export.main.runtime.ts",
|
2674
|
-
"line":
|
2634
|
+
"line": 248,
|
2675
2635
|
"character": 32
|
2676
2636
|
},
|
2677
2637
|
"name": "boolean"
|
@@ -2682,7 +2642,7 @@
|
|
2682
2642
|
"__schema": "VariableLikeSchema",
|
2683
2643
|
"location": {
|
2684
2644
|
"filePath": "export.main.runtime.ts",
|
2685
|
-
"line":
|
2645
|
+
"line": 249,
|
2686
2646
|
"character": 5
|
2687
2647
|
},
|
2688
2648
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -2691,7 +2651,7 @@
|
|
2691
2651
|
"__schema": "KeywordTypeSchema",
|
2692
2652
|
"location": {
|
2693
2653
|
"filePath": "export.main.runtime.ts",
|
2694
|
-
"line":
|
2654
|
+
"line": 249,
|
2695
2655
|
"character": 16
|
2696
2656
|
},
|
2697
2657
|
"name": "boolean"
|
@@ -2702,7 +2662,7 @@
|
|
2702
2662
|
"__schema": "VariableLikeSchema",
|
2703
2663
|
"location": {
|
2704
2664
|
"filePath": "export.main.runtime.ts",
|
2705
|
-
"line":
|
2665
|
+
"line": 250,
|
2706
2666
|
"character": 5
|
2707
2667
|
},
|
2708
2668
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -2711,7 +2671,7 @@
|
|
2711
2671
|
"__schema": "KeywordTypeSchema",
|
2712
2672
|
"location": {
|
2713
2673
|
"filePath": "export.main.runtime.ts",
|
2714
|
-
"line":
|
2674
|
+
"line": 250,
|
2715
2675
|
"character": 23
|
2716
2676
|
},
|
2717
2677
|
"name": "boolean"
|
@@ -2722,7 +2682,27 @@
|
|
2722
2682
|
"__schema": "VariableLikeSchema",
|
2723
2683
|
"location": {
|
2724
2684
|
"filePath": "export.main.runtime.ts",
|
2725
|
-
"line":
|
2685
|
+
"line": 251,
|
2686
|
+
"character": 5
|
2687
|
+
},
|
2688
|
+
"signature": "(property) includeParents?: boolean | undefined",
|
2689
|
+
"name": "includeParents",
|
2690
|
+
"type": {
|
2691
|
+
"__schema": "KeywordTypeSchema",
|
2692
|
+
"location": {
|
2693
|
+
"filePath": "export.main.runtime.ts",
|
2694
|
+
"line": 251,
|
2695
|
+
"character": 22
|
2696
|
+
},
|
2697
|
+
"name": "boolean"
|
2698
|
+
},
|
2699
|
+
"isOptional": true
|
2700
|
+
},
|
2701
|
+
{
|
2702
|
+
"__schema": "VariableLikeSchema",
|
2703
|
+
"location": {
|
2704
|
+
"filePath": "export.main.runtime.ts",
|
2705
|
+
"line": 252,
|
2726
2706
|
"character": 5
|
2727
2707
|
},
|
2728
2708
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -2731,7 +2711,7 @@
|
|
2731
2711
|
"__schema": "KeywordTypeSchema",
|
2732
2712
|
"location": {
|
2733
2713
|
"filePath": "export.main.runtime.ts",
|
2734
|
-
"line":
|
2714
|
+
"line": 252,
|
2735
2715
|
"character": 33
|
2736
2716
|
},
|
2737
2717
|
"name": "boolean"
|
@@ -2742,7 +2722,7 @@
|
|
2742
2722
|
"__schema": "VariableLikeSchema",
|
2743
2723
|
"location": {
|
2744
2724
|
"filePath": "export.main.runtime.ts",
|
2745
|
-
"line":
|
2725
|
+
"line": 253,
|
2746
2726
|
"character": 5
|
2747
2727
|
},
|
2748
2728
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -2751,7 +2731,7 @@
|
|
2751
2731
|
"__schema": "TypeRefSchema",
|
2752
2732
|
"location": {
|
2753
2733
|
"filePath": "export.main.runtime.ts",
|
2754
|
-
"line":
|
2734
|
+
"line": 253,
|
2755
2735
|
"character": 20
|
2756
2736
|
},
|
2757
2737
|
"name": "ExportOrigin"
|
@@ -2766,7 +2746,7 @@
|
|
2766
2746
|
"__schema": "TypeRefSchema",
|
2767
2747
|
"location": {
|
2768
2748
|
"filePath": "export.main.runtime.ts",
|
2769
|
-
"line":
|
2749
|
+
"line": 254,
|
2770
2750
|
"character": 7
|
2771
2751
|
},
|
2772
2752
|
"name": "Promise",
|
@@ -2775,7 +2755,7 @@
|
|
2775
2755
|
"__schema": "TypeLiteralSchema",
|
2776
2756
|
"location": {
|
2777
2757
|
"filePath": "export.main.runtime.ts",
|
2778
|
-
"line":
|
2758
|
+
"line": 254,
|
2779
2759
|
"character": 15
|
2780
2760
|
},
|
2781
2761
|
"members": [
|
@@ -2783,7 +2763,7 @@
|
|
2783
2763
|
"__schema": "VariableLikeSchema",
|
2784
2764
|
"location": {
|
2785
2765
|
"filePath": "export.main.runtime.ts",
|
2786
|
-
"line":
|
2766
|
+
"line": 255,
|
2787
2767
|
"character": 5
|
2788
2768
|
},
|
2789
2769
|
"signature": "(property) exported: ComponentIdList",
|
@@ -2792,7 +2772,7 @@
|
|
2792
2772
|
"__schema": "TypeRefSchema",
|
2793
2773
|
"location": {
|
2794
2774
|
"filePath": "export.main.runtime.ts",
|
2795
|
-
"line":
|
2775
|
+
"line": 255,
|
2796
2776
|
"character": 5
|
2797
2777
|
},
|
2798
2778
|
"name": "ComponentIdList",
|
@@ -2808,7 +2788,7 @@
|
|
2808
2788
|
"__schema": "VariableLikeSchema",
|
2809
2789
|
"location": {
|
2810
2790
|
"filePath": "export.main.runtime.ts",
|
2811
|
-
"line":
|
2791
|
+
"line": 256,
|
2812
2792
|
"character": 5
|
2813
2793
|
},
|
2814
2794
|
"signature": "(property) updatedLocally: ComponentIdList",
|
@@ -2817,7 +2797,7 @@
|
|
2817
2797
|
"__schema": "TypeRefSchema",
|
2818
2798
|
"location": {
|
2819
2799
|
"filePath": "export.main.runtime.ts",
|
2820
|
-
"line":
|
2800
|
+
"line": 256,
|
2821
2801
|
"character": 5
|
2822
2802
|
},
|
2823
2803
|
"name": "ComponentIdList",
|
@@ -2833,7 +2813,7 @@
|
|
2833
2813
|
"__schema": "VariableLikeSchema",
|
2834
2814
|
"location": {
|
2835
2815
|
"filePath": "export.main.runtime.ts",
|
2836
|
-
"line":
|
2816
|
+
"line": 257,
|
2837
2817
|
"character": 5
|
2838
2818
|
},
|
2839
2819
|
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
@@ -2842,14 +2822,14 @@
|
|
2842
2822
|
"__schema": "TypeArraySchema",
|
2843
2823
|
"location": {
|
2844
2824
|
"filePath": "export.main.runtime.ts",
|
2845
|
-
"line":
|
2825
|
+
"line": 257,
|
2846
2826
|
"character": 21
|
2847
2827
|
},
|
2848
2828
|
"type": {
|
2849
2829
|
"__schema": "TypeRefSchema",
|
2850
2830
|
"location": {
|
2851
2831
|
"filePath": "export.main.runtime.ts",
|
2852
|
-
"line":
|
2832
|
+
"line": 257,
|
2853
2833
|
"character": 21
|
2854
2834
|
},
|
2855
2835
|
"name": "ComponentID"
|
@@ -2861,7 +2841,7 @@
|
|
2861
2841
|
"__schema": "VariableLikeSchema",
|
2862
2842
|
"location": {
|
2863
2843
|
"filePath": "export.main.runtime.ts",
|
2864
|
-
"line":
|
2844
|
+
"line": 258,
|
2865
2845
|
"character": 5
|
2866
2846
|
},
|
2867
2847
|
"signature": "(property) rippleJobs: string[]",
|
@@ -2870,14 +2850,14 @@
|
|
2870
2850
|
"__schema": "TypeArraySchema",
|
2871
2851
|
"location": {
|
2872
2852
|
"filePath": "export.main.runtime.ts",
|
2873
|
-
"line":
|
2853
|
+
"line": 258,
|
2874
2854
|
"character": 17
|
2875
2855
|
},
|
2876
2856
|
"type": {
|
2877
2857
|
"__schema": "KeywordTypeSchema",
|
2878
2858
|
"location": {
|
2879
2859
|
"filePath": "export.main.runtime.ts",
|
2880
|
-
"line":
|
2860
|
+
"line": 258,
|
2881
2861
|
"character": 17
|
2882
2862
|
},
|
2883
2863
|
"name": "string"
|
@@ -2897,7 +2877,7 @@
|
|
2897
2877
|
"__schema": "FunctionLikeSchema",
|
2898
2878
|
"location": {
|
2899
2879
|
"filePath": "export.main.runtime.ts",
|
2900
|
-
"line":
|
2880
|
+
"line": 581,
|
2901
2881
|
"character": 3
|
2902
2882
|
},
|
2903
2883
|
"signature": "(method) ExportMain.pushToRemotesCarefully(manyObjectsPerRemote: ObjectsPerRemote[], resumeExportId?: string): Promise<void>",
|
@@ -2907,7 +2887,7 @@
|
|
2907
2887
|
"__schema": "ParameterSchema",
|
2908
2888
|
"location": {
|
2909
2889
|
"filePath": "export.main.runtime.ts",
|
2910
|
-
"line":
|
2890
|
+
"line": 581,
|
2911
2891
|
"character": 32
|
2912
2892
|
},
|
2913
2893
|
"name": "manyObjectsPerRemote",
|
@@ -2915,14 +2895,14 @@
|
|
2915
2895
|
"__schema": "TypeArraySchema",
|
2916
2896
|
"location": {
|
2917
2897
|
"filePath": "export.main.runtime.ts",
|
2918
|
-
"line":
|
2898
|
+
"line": 581,
|
2919
2899
|
"character": 54
|
2920
2900
|
},
|
2921
2901
|
"type": {
|
2922
2902
|
"__schema": "TypeRefSchema",
|
2923
2903
|
"location": {
|
2924
2904
|
"filePath": "export.main.runtime.ts",
|
2925
|
-
"line":
|
2905
|
+
"line": 581,
|
2926
2906
|
"character": 54
|
2927
2907
|
},
|
2928
2908
|
"name": "ObjectsPerRemote"
|
@@ -2935,7 +2915,7 @@
|
|
2935
2915
|
"__schema": "ParameterSchema",
|
2936
2916
|
"location": {
|
2937
2917
|
"filePath": "export.main.runtime.ts",
|
2938
|
-
"line":
|
2918
|
+
"line": 581,
|
2939
2919
|
"character": 74
|
2940
2920
|
},
|
2941
2921
|
"name": "resumeExportId",
|
@@ -2943,7 +2923,7 @@
|
|
2943
2923
|
"__schema": "KeywordTypeSchema",
|
2944
2924
|
"location": {
|
2945
2925
|
"filePath": "export.main.runtime.ts",
|
2946
|
-
"line":
|
2926
|
+
"line": 581,
|
2947
2927
|
"character": 91
|
2948
2928
|
},
|
2949
2929
|
"name": "string"
|
@@ -2956,7 +2936,7 @@
|
|
2956
2936
|
"__schema": "InferenceTypeSchema",
|
2957
2937
|
"location": {
|
2958
2938
|
"filePath": "export.main.runtime.ts",
|
2959
|
-
"line":
|
2939
|
+
"line": 581,
|
2960
2940
|
"character": 3
|
2961
2941
|
},
|
2962
2942
|
"type": "Promise<void>"
|
@@ -2969,7 +2949,7 @@
|
|
2969
2949
|
"__schema": "FunctionLikeSchema",
|
2970
2950
|
"location": {
|
2971
2951
|
"filePath": "export.main.runtime.ts",
|
2972
|
-
"line":
|
2952
|
+
"line": 619,
|
2973
2953
|
"character": 3
|
2974
2954
|
},
|
2975
2955
|
"signature": "(method) ExportMain.shouldPushToCentralHub(manyObjectsPerRemote: ObjectsPerRemote[], scopeRemotes: Remotes, originDirectly?: boolean): boolean",
|
@@ -2979,7 +2959,7 @@
|
|
2979
2959
|
"__schema": "ParameterSchema",
|
2980
2960
|
"location": {
|
2981
2961
|
"filePath": "export.main.runtime.ts",
|
2982
|
-
"line":
|
2962
|
+
"line": 620,
|
2983
2963
|
"character": 5
|
2984
2964
|
},
|
2985
2965
|
"name": "manyObjectsPerRemote",
|
@@ -2987,14 +2967,14 @@
|
|
2987
2967
|
"__schema": "TypeArraySchema",
|
2988
2968
|
"location": {
|
2989
2969
|
"filePath": "export.main.runtime.ts",
|
2990
|
-
"line":
|
2970
|
+
"line": 620,
|
2991
2971
|
"character": 27
|
2992
2972
|
},
|
2993
2973
|
"type": {
|
2994
2974
|
"__schema": "TypeRefSchema",
|
2995
2975
|
"location": {
|
2996
2976
|
"filePath": "export.main.runtime.ts",
|
2997
|
-
"line":
|
2977
|
+
"line": 620,
|
2998
2978
|
"character": 27
|
2999
2979
|
},
|
3000
2980
|
"name": "ObjectsPerRemote"
|
@@ -3007,7 +2987,7 @@
|
|
3007
2987
|
"__schema": "ParameterSchema",
|
3008
2988
|
"location": {
|
3009
2989
|
"filePath": "export.main.runtime.ts",
|
3010
|
-
"line":
|
2990
|
+
"line": 621,
|
3011
2991
|
"character": 5
|
3012
2992
|
},
|
3013
2993
|
"name": "scopeRemotes",
|
@@ -3015,7 +2995,7 @@
|
|
3015
2995
|
"__schema": "TypeRefSchema",
|
3016
2996
|
"location": {
|
3017
2997
|
"filePath": "export.main.runtime.ts",
|
3018
|
-
"line":
|
2998
|
+
"line": 621,
|
3019
2999
|
"character": 19
|
3020
3000
|
},
|
3021
3001
|
"name": "Remotes"
|
@@ -3027,7 +3007,7 @@
|
|
3027
3007
|
"__schema": "ParameterSchema",
|
3028
3008
|
"location": {
|
3029
3009
|
"filePath": "export.main.runtime.ts",
|
3030
|
-
"line":
|
3010
|
+
"line": 622,
|
3031
3011
|
"character": 5
|
3032
3012
|
},
|
3033
3013
|
"name": "originDirectly",
|
@@ -3035,7 +3015,7 @@
|
|
3035
3015
|
"__schema": "InferenceTypeSchema",
|
3036
3016
|
"location": {
|
3037
3017
|
"filePath": "export.main.runtime.ts",
|
3038
|
-
"line":
|
3018
|
+
"line": 622,
|
3039
3019
|
"character": 5
|
3040
3020
|
},
|
3041
3021
|
"type": "boolean"
|
@@ -3049,7 +3029,7 @@
|
|
3049
3029
|
"__schema": "KeywordTypeSchema",
|
3050
3030
|
"location": {
|
3051
3031
|
"filePath": "export.main.runtime.ts",
|
3052
|
-
"line":
|
3032
|
+
"line": 623,
|
3053
3033
|
"character": 6
|
3054
3034
|
},
|
3055
3035
|
"name": "boolean"
|
@@ -3060,7 +3040,7 @@
|
|
3060
3040
|
"__schema": "VariableLikeSchema",
|
3061
3041
|
"location": {
|
3062
3042
|
"filePath": "export.main.runtime.ts",
|
3063
|
-
"line":
|
3043
|
+
"line": 751,
|
3064
3044
|
"character": 3
|
3065
3045
|
},
|
3066
3046
|
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
@@ -3069,7 +3049,7 @@
|
|
3069
3049
|
"__schema": "InferenceTypeSchema",
|
3070
3050
|
"location": {
|
3071
3051
|
"filePath": "export.main.runtime.ts",
|
3072
|
-
"line":
|
3052
|
+
"line": 751,
|
3073
3053
|
"character": 3
|
3074
3054
|
},
|
3075
3055
|
"type": "RuntimeDefinition"
|
@@ -3081,7 +3061,7 @@
|
|
3081
3061
|
"__schema": "VariableLikeSchema",
|
3082
3062
|
"location": {
|
3083
3063
|
"filePath": "export.main.runtime.ts",
|
3084
|
-
"line":
|
3064
|
+
"line": 752,
|
3085
3065
|
"character": 3
|
3086
3066
|
},
|
3087
3067
|
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
@@ -3090,7 +3070,7 @@
|
|
3090
3070
|
"__schema": "InferenceTypeSchema",
|
3091
3071
|
"location": {
|
3092
3072
|
"filePath": "export.main.runtime.ts",
|
3093
|
-
"line":
|
3073
|
+
"line": 752,
|
3094
3074
|
"character": 3
|
3095
3075
|
},
|
3096
3076
|
"type": "Aspect[]"
|
@@ -3102,7 +3082,7 @@
|
|
3102
3082
|
"__schema": "FunctionLikeSchema",
|
3103
3083
|
"location": {
|
3104
3084
|
"filePath": "export.main.runtime.ts",
|
3105
|
-
"line":
|
3085
|
+
"line": 761,
|
3106
3086
|
"character": 3
|
3107
3087
|
},
|
3108
3088
|
"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>",
|
@@ -3112,7 +3092,7 @@
|
|
3112
3092
|
"__schema": "ParameterSchema",
|
3113
3093
|
"location": {
|
3114
3094
|
"filePath": "export.main.runtime.ts",
|
3115
|
-
"line":
|
3095
|
+
"line": 761,
|
3116
3096
|
"character": 25
|
3117
3097
|
},
|
3118
3098
|
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
@@ -3120,7 +3100,7 @@
|
|
3120
3100
|
"__schema": "TupleTypeSchema",
|
3121
3101
|
"location": {
|
3122
3102
|
"filePath": "export.main.runtime.ts",
|
3123
|
-
"line":
|
3103
|
+
"line": 761,
|
3124
3104
|
"character": 90
|
3125
3105
|
},
|
3126
3106
|
"elements": [
|
@@ -3128,7 +3108,7 @@
|
|
3128
3108
|
"__schema": "TypeRefSchema",
|
3129
3109
|
"location": {
|
3130
3110
|
"filePath": "export.main.runtime.ts",
|
3131
|
-
"line":
|
3111
|
+
"line": 762,
|
3132
3112
|
"character": 5
|
3133
3113
|
},
|
3134
3114
|
"name": "CLIMain"
|
@@ -3137,7 +3117,7 @@
|
|
3137
3117
|
"__schema": "TypeRefSchema",
|
3138
3118
|
"location": {
|
3139
3119
|
"filePath": "export.main.runtime.ts",
|
3140
|
-
"line":
|
3120
|
+
"line": 763,
|
3141
3121
|
"character": 5
|
3142
3122
|
},
|
3143
3123
|
"name": "ScopeMain"
|
@@ -3146,7 +3126,7 @@
|
|
3146
3126
|
"__schema": "TypeRefSchema",
|
3147
3127
|
"location": {
|
3148
3128
|
"filePath": "export.main.runtime.ts",
|
3149
|
-
"line":
|
3129
|
+
"line": 764,
|
3150
3130
|
"character": 5
|
3151
3131
|
},
|
3152
3132
|
"name": "Workspace"
|
@@ -3155,7 +3135,7 @@
|
|
3155
3135
|
"__schema": "TypeRefSchema",
|
3156
3136
|
"location": {
|
3157
3137
|
"filePath": "export.main.runtime.ts",
|
3158
|
-
"line":
|
3138
|
+
"line": 765,
|
3159
3139
|
"character": 5
|
3160
3140
|
},
|
3161
3141
|
"name": "RemoveMain"
|
@@ -3164,7 +3144,7 @@
|
|
3164
3144
|
"__schema": "TypeRefSchema",
|
3165
3145
|
"location": {
|
3166
3146
|
"filePath": "export.main.runtime.ts",
|
3167
|
-
"line":
|
3147
|
+
"line": 766,
|
3168
3148
|
"character": 5
|
3169
3149
|
},
|
3170
3150
|
"name": "DependencyResolverMain"
|
@@ -3173,7 +3153,7 @@
|
|
3173
3153
|
"__schema": "TypeRefSchema",
|
3174
3154
|
"location": {
|
3175
3155
|
"filePath": "export.main.runtime.ts",
|
3176
|
-
"line":
|
3156
|
+
"line": 767,
|
3177
3157
|
"character": 5
|
3178
3158
|
},
|
3179
3159
|
"name": "LoggerMain"
|
@@ -3182,7 +3162,7 @@
|
|
3182
3162
|
"__schema": "TypeRefSchema",
|
3183
3163
|
"location": {
|
3184
3164
|
"filePath": "export.main.runtime.ts",
|
3185
|
-
"line":
|
3165
|
+
"line": 768,
|
3186
3166
|
"character": 5
|
3187
3167
|
},
|
3188
3168
|
"name": "EjectMain"
|
@@ -3197,7 +3177,7 @@
|
|
3197
3177
|
"__schema": "InferenceTypeSchema",
|
3198
3178
|
"location": {
|
3199
3179
|
"filePath": "export.main.runtime.ts",
|
3200
|
-
"line":
|
3180
|
+
"line": 761,
|
3201
3181
|
"character": 3
|
3202
3182
|
},
|
3203
3183
|
"type": "Promise<ExportMain>"
|
@@ -3215,7 +3195,7 @@
|
|
3215
3195
|
"__schema": "FunctionLikeSchema",
|
3216
3196
|
"location": {
|
3217
3197
|
"filePath": "export.main.runtime.ts",
|
3218
|
-
"line":
|
3198
|
+
"line": 831,
|
3219
3199
|
"character": 1
|
3220
3200
|
},
|
3221
3201
|
"signature": "function isUserTryingToExportLanes(consumer: Consumer): boolean",
|
@@ -3225,7 +3205,7 @@
|
|
3225
3205
|
"__schema": "ParameterSchema",
|
3226
3206
|
"location": {
|
3227
3207
|
"filePath": "export.main.runtime.ts",
|
3228
|
-
"line":
|
3208
|
+
"line": 831,
|
3229
3209
|
"character": 43
|
3230
3210
|
},
|
3231
3211
|
"name": "consumer",
|
@@ -3233,7 +3213,7 @@
|
|
3233
3213
|
"__schema": "TypeRefSchema",
|
3234
3214
|
"location": {
|
3235
3215
|
"filePath": "export.main.runtime.ts",
|
3236
|
-
"line":
|
3216
|
+
"line": 831,
|
3237
3217
|
"character": 53
|
3238
3218
|
},
|
3239
3219
|
"name": "Consumer"
|
@@ -3246,7 +3226,7 @@
|
|
3246
3226
|
"__schema": "InferenceTypeSchema",
|
3247
3227
|
"location": {
|
3248
3228
|
"filePath": "export.main.runtime.ts",
|
3249
|
-
"line":
|
3229
|
+
"line": 831,
|
3250
3230
|
"character": 1
|
3251
3231
|
},
|
3252
3232
|
"type": "boolean"
|
@@ -3259,7 +3239,7 @@
|
|
3259
3239
|
"__schema": "UnImplementedSchema",
|
3260
3240
|
"location": {
|
3261
3241
|
"filePath": "export.main.runtime.ts",
|
3262
|
-
"line":
|
3242
|
+
"line": 835,
|
3263
3243
|
"character": 16
|
3264
3244
|
},
|
3265
3245
|
"name": "ExportMain",
|
@@ -3827,7 +3807,7 @@
|
|
3827
3807
|
"__schema": "UnImplementedSchema",
|
3828
3808
|
"location": {
|
3829
3809
|
"filePath": "export.main.runtime.ts",
|
3830
|
-
"line":
|
3810
|
+
"line": 777,
|
3831
3811
|
"character": 1
|
3832
3812
|
},
|
3833
3813
|
"name": "ExportAspect.addRuntime(ExportMain);",
|
@@ -3837,14 +3817,14 @@
|
|
3837
3817
|
"__schema": "FunctionLikeSchema",
|
3838
3818
|
"location": {
|
3839
3819
|
"filePath": "export.main.runtime.ts",
|
3840
|
-
"line":
|
3820
|
+
"line": 783,
|
3841
3821
|
"character": 1
|
3842
3822
|
},
|
3843
3823
|
"doc": {
|
3844
3824
|
"__schema": "DocSchema",
|
3845
3825
|
"location": {
|
3846
3826
|
"filePath": "export.main.runtime.ts",
|
3847
|
-
"line":
|
3827
|
+
"line": 779,
|
3848
3828
|
"character": 1
|
3849
3829
|
},
|
3850
3830
|
"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 */",
|
@@ -3858,7 +3838,7 @@
|
|
3858
3838
|
"__schema": "ParameterSchema",
|
3859
3839
|
"location": {
|
3860
3840
|
"filePath": "export.main.runtime.ts",
|
3861
|
-
"line":
|
3841
|
+
"line": 783,
|
3862
3842
|
"character": 29
|
3863
3843
|
},
|
3864
3844
|
"name": "bitMap",
|
@@ -3866,7 +3846,7 @@
|
|
3866
3846
|
"__schema": "TypeRefSchema",
|
3867
3847
|
"location": {
|
3868
3848
|
"filePath": "export.main.runtime.ts",
|
3869
|
-
"line":
|
3849
|
+
"line": 783,
|
3870
3850
|
"character": 37
|
3871
3851
|
},
|
3872
3852
|
"name": "BitMap"
|
@@ -3878,7 +3858,7 @@
|
|
3878
3858
|
"__schema": "ParameterSchema",
|
3879
3859
|
"location": {
|
3880
3860
|
"filePath": "export.main.runtime.ts",
|
3881
|
-
"line":
|
3861
|
+
"line": 783,
|
3882
3862
|
"character": 45
|
3883
3863
|
},
|
3884
3864
|
"name": "componentsIds",
|
@@ -3886,7 +3866,7 @@
|
|
3886
3866
|
"__schema": "TypeRefSchema",
|
3887
3867
|
"location": {
|
3888
3868
|
"filePath": "export.main.runtime.ts",
|
3889
|
-
"line":
|
3869
|
+
"line": 783,
|
3890
3870
|
"character": 60
|
3891
3871
|
},
|
3892
3872
|
"name": "ComponentIdList"
|
@@ -3899,14 +3879,14 @@
|
|
3899
3879
|
"__schema": "TypeArraySchema",
|
3900
3880
|
"location": {
|
3901
3881
|
"filePath": "export.main.runtime.ts",
|
3902
|
-
"line":
|
3882
|
+
"line": 783,
|
3903
3883
|
"character": 78
|
3904
3884
|
},
|
3905
3885
|
"type": {
|
3906
3886
|
"__schema": "TypeRefSchema",
|
3907
3887
|
"location": {
|
3908
3888
|
"filePath": "export.main.runtime.ts",
|
3909
|
-
"line":
|
3889
|
+
"line": 783,
|
3910
3890
|
"character": 78
|
3911
3891
|
},
|
3912
3892
|
"name": "ComponentID"
|
@@ -3918,7 +3898,7 @@
|
|
3918
3898
|
"__schema": "FunctionLikeSchema",
|
3919
3899
|
"location": {
|
3920
3900
|
"filePath": "export.main.runtime.ts",
|
3921
|
-
"line":
|
3901
|
+
"line": 792,
|
3922
3902
|
"character": 1
|
3923
3903
|
},
|
3924
3904
|
"signature": "function getParsedId(consumer: Consumer, id: string): Promise<ComponentID>",
|
@@ -3928,7 +3908,7 @@
|
|
3928
3908
|
"__schema": "ParameterSchema",
|
3929
3909
|
"location": {
|
3930
3910
|
"filePath": "export.main.runtime.ts",
|
3931
|
-
"line":
|
3911
|
+
"line": 792,
|
3932
3912
|
"character": 28
|
3933
3913
|
},
|
3934
3914
|
"name": "consumer",
|
@@ -3936,7 +3916,7 @@
|
|
3936
3916
|
"__schema": "TypeRefSchema",
|
3937
3917
|
"location": {
|
3938
3918
|
"filePath": "export.main.runtime.ts",
|
3939
|
-
"line":
|
3919
|
+
"line": 792,
|
3940
3920
|
"character": 38
|
3941
3921
|
},
|
3942
3922
|
"name": "Consumer"
|
@@ -3948,7 +3928,7 @@
|
|
3948
3928
|
"__schema": "ParameterSchema",
|
3949
3929
|
"location": {
|
3950
3930
|
"filePath": "export.main.runtime.ts",
|
3951
|
-
"line":
|
3931
|
+
"line": 792,
|
3952
3932
|
"character": 48
|
3953
3933
|
},
|
3954
3934
|
"name": "id",
|
@@ -3956,7 +3936,7 @@
|
|
3956
3936
|
"__schema": "KeywordTypeSchema",
|
3957
3937
|
"location": {
|
3958
3938
|
"filePath": "export.main.runtime.ts",
|
3959
|
-
"line":
|
3939
|
+
"line": 792,
|
3960
3940
|
"character": 52
|
3961
3941
|
},
|
3962
3942
|
"name": "string"
|
@@ -3969,7 +3949,7 @@
|
|
3969
3949
|
"__schema": "TypeRefSchema",
|
3970
3950
|
"location": {
|
3971
3951
|
"filePath": "export.main.runtime.ts",
|
3972
|
-
"line":
|
3952
|
+
"line": 792,
|
3973
3953
|
"character": 61
|
3974
3954
|
},
|
3975
3955
|
"name": "Promise",
|
@@ -3978,7 +3958,7 @@
|
|
3978
3958
|
"__schema": "TypeRefSchema",
|
3979
3959
|
"location": {
|
3980
3960
|
"filePath": "export.main.runtime.ts",
|
3981
|
-
"line":
|
3961
|
+
"line": 792,
|
3982
3962
|
"character": 69
|
3983
3963
|
},
|
3984
3964
|
"name": "ComponentID"
|
@@ -3993,7 +3973,7 @@
|
|
3993
3973
|
"__schema": "FunctionLikeSchema",
|
3994
3974
|
"location": {
|
3995
3975
|
"filePath": "export.main.runtime.ts",
|
3996
|
-
"line":
|
3976
|
+
"line": 802,
|
3997
3977
|
"character": 1
|
3998
3978
|
},
|
3999
3979
|
"signature": "function _throwForUnsnappedLaneReadme(lane: Lane): void",
|
@@ -4003,7 +3983,7 @@
|
|
4003
3983
|
"__schema": "ParameterSchema",
|
4004
3984
|
"location": {
|
4005
3985
|
"filePath": "export.main.runtime.ts",
|
4006
|
-
"line":
|
3986
|
+
"line": 802,
|
4007
3987
|
"character": 39
|
4008
3988
|
},
|
4009
3989
|
"name": "lane",
|
@@ -4011,7 +3991,7 @@
|
|
4011
3991
|
"__schema": "TypeRefSchema",
|
4012
3992
|
"location": {
|
4013
3993
|
"filePath": "export.main.runtime.ts",
|
4014
|
-
"line":
|
3994
|
+
"line": 802,
|
4015
3995
|
"character": 45
|
4016
3996
|
},
|
4017
3997
|
"name": "Lane"
|
@@ -4024,7 +4004,7 @@
|
|
4024
4004
|
"__schema": "TypeRefSchema",
|
4025
4005
|
"location": {
|
4026
4006
|
"filePath": "export.main.runtime.ts",
|
4027
|
-
"line":
|
4007
|
+
"line": 802,
|
4028
4008
|
"character": 1
|
4029
4009
|
},
|
4030
4010
|
"name": "_throwForUnsnappedLaneReadme",
|
@@ -4036,7 +4016,7 @@
|
|
4036
4016
|
"__schema": "FunctionLikeSchema",
|
4037
4017
|
"location": {
|
4038
4018
|
"filePath": "export.main.runtime.ts",
|
4039
|
-
"line":
|
4019
|
+
"line": 818,
|
4040
4020
|
"character": 1
|
4041
4021
|
},
|
4042
4022
|
"signature": "function updateLanesAfterExport(consumer: Consumer, lane: Lane): Promise<void>",
|
@@ -4046,7 +4026,7 @@
|
|
4046
4026
|
"__schema": "ParameterSchema",
|
4047
4027
|
"location": {
|
4048
4028
|
"filePath": "export.main.runtime.ts",
|
4049
|
-
"line":
|
4029
|
+
"line": 818,
|
4050
4030
|
"character": 39
|
4051
4031
|
},
|
4052
4032
|
"name": "consumer",
|
@@ -4054,7 +4034,7 @@
|
|
4054
4034
|
"__schema": "TypeRefSchema",
|
4055
4035
|
"location": {
|
4056
4036
|
"filePath": "export.main.runtime.ts",
|
4057
|
-
"line":
|
4037
|
+
"line": 818,
|
4058
4038
|
"character": 49
|
4059
4039
|
},
|
4060
4040
|
"name": "Consumer"
|
@@ -4066,7 +4046,7 @@
|
|
4066
4046
|
"__schema": "ParameterSchema",
|
4067
4047
|
"location": {
|
4068
4048
|
"filePath": "export.main.runtime.ts",
|
4069
|
-
"line":
|
4049
|
+
"line": 818,
|
4070
4050
|
"character": 59
|
4071
4051
|
},
|
4072
4052
|
"name": "lane",
|
@@ -4074,7 +4054,7 @@
|
|
4074
4054
|
"__schema": "TypeRefSchema",
|
4075
4055
|
"location": {
|
4076
4056
|
"filePath": "export.main.runtime.ts",
|
4077
|
-
"line":
|
4057
|
+
"line": 818,
|
4078
4058
|
"character": 65
|
4079
4059
|
},
|
4080
4060
|
"name": "Lane"
|
@@ -4087,7 +4067,7 @@
|
|
4087
4067
|
"__schema": "InferenceTypeSchema",
|
4088
4068
|
"location": {
|
4089
4069
|
"filePath": "export.main.runtime.ts",
|
4090
|
-
"line":
|
4070
|
+
"line": 818,
|
4091
4071
|
"character": 1
|
4092
4072
|
},
|
4093
4073
|
"type": "Promise<void>"
|
@@ -4139,7 +4119,7 @@
|
|
4139
4119
|
"componentId": {
|
4140
4120
|
"scope": "teambit.scope",
|
4141
4121
|
"name": "export",
|
4142
|
-
"version": "1.0.
|
4122
|
+
"version": "1.0.451"
|
4143
4123
|
},
|
4144
4124
|
"taggedModuleExports": []
|
4145
4125
|
}
|