@teambit/export 1.0.449 → 1.0.450
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 +309 -229
- package/dist/export.main.runtime.d.ts +2 -0
- package/dist/export.main.runtime.js +9 -1
- package/dist/export.main.runtime.js.map +1 -1
- package/dist/{preview-1730344956084.js → preview-1730431405757.js} +2 -2
- package/package.json +14 -14
package/artifacts/schema.json
CHANGED
@@ -228,7 +228,7 @@
|
|
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, 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}>",
|
231
|
+
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, includeParents, 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 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
|
{
|
@@ -238,12 +238,12 @@
|
|
238
238
|
"line": 229,
|
239
239
|
"character": 20
|
240
240
|
},
|
241
|
-
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, filterOutExistingVersions, exportOrigin = 'export' }",
|
241
|
+
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, 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": 243,
|
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": 244,
|
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": 244,
|
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": 245,
|
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": 245,
|
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": 246,
|
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": 246,
|
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": 247,
|
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": 247,
|
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": 248,
|
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": 248,
|
350
350
|
"character": 22
|
351
351
|
},
|
352
352
|
"name": "boolean"
|
@@ -357,7 +357,7 @@
|
|
357
357
|
"__schema": "VariableLikeSchema",
|
358
358
|
"location": {
|
359
359
|
"filePath": "export.main.runtime.ts",
|
360
|
-
"line":
|
360
|
+
"line": 249,
|
361
361
|
"character": 5
|
362
362
|
},
|
363
363
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
@@ -366,7 +366,7 @@
|
|
366
366
|
"__schema": "TypeRefSchema",
|
367
367
|
"location": {
|
368
368
|
"filePath": "export.main.runtime.ts",
|
369
|
-
"line":
|
369
|
+
"line": 249,
|
370
370
|
"character": 5
|
371
371
|
},
|
372
372
|
"name": "ComponentIdList",
|
@@ -382,7 +382,7 @@
|
|
382
382
|
"__schema": "VariableLikeSchema",
|
383
383
|
"location": {
|
384
384
|
"filePath": "export.main.runtime.ts",
|
385
|
-
"line":
|
385
|
+
"line": 250,
|
386
386
|
"character": 5
|
387
387
|
},
|
388
388
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -391,7 +391,7 @@
|
|
391
391
|
"__schema": "TypeUnionSchema",
|
392
392
|
"location": {
|
393
393
|
"filePath": "export.main.runtime.ts",
|
394
|
-
"line":
|
394
|
+
"line": 250,
|
395
395
|
"character": 22
|
396
396
|
},
|
397
397
|
"types": [
|
@@ -399,7 +399,7 @@
|
|
399
399
|
"__schema": "KeywordTypeSchema",
|
400
400
|
"location": {
|
401
401
|
"filePath": "export.main.runtime.ts",
|
402
|
-
"line":
|
402
|
+
"line": 250,
|
403
403
|
"character": 22
|
404
404
|
},
|
405
405
|
"name": "string"
|
@@ -408,7 +408,7 @@
|
|
408
408
|
"__schema": "KeywordTypeSchema",
|
409
409
|
"location": {
|
410
410
|
"filePath": "export.main.runtime.ts",
|
411
|
-
"line":
|
411
|
+
"line": 250,
|
412
412
|
"character": 31
|
413
413
|
},
|
414
414
|
"name": "undefined"
|
@@ -421,7 +421,7 @@
|
|
421
421
|
"__schema": "VariableLikeSchema",
|
422
422
|
"location": {
|
423
423
|
"filePath": "export.main.runtime.ts",
|
424
|
-
"line":
|
424
|
+
"line": 251,
|
425
425
|
"character": 5
|
426
426
|
},
|
427
427
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -430,7 +430,7 @@
|
|
430
430
|
"__schema": "KeywordTypeSchema",
|
431
431
|
"location": {
|
432
432
|
"filePath": "export.main.runtime.ts",
|
433
|
-
"line":
|
433
|
+
"line": 251,
|
434
434
|
"character": 32
|
435
435
|
},
|
436
436
|
"name": "boolean"
|
@@ -441,7 +441,7 @@
|
|
441
441
|
"__schema": "VariableLikeSchema",
|
442
442
|
"location": {
|
443
443
|
"filePath": "export.main.runtime.ts",
|
444
|
-
"line":
|
444
|
+
"line": 252,
|
445
445
|
"character": 5
|
446
446
|
},
|
447
447
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -450,7 +450,7 @@
|
|
450
450
|
"__schema": "KeywordTypeSchema",
|
451
451
|
"location": {
|
452
452
|
"filePath": "export.main.runtime.ts",
|
453
|
-
"line":
|
453
|
+
"line": 252,
|
454
454
|
"character": 16
|
455
455
|
},
|
456
456
|
"name": "boolean"
|
@@ -461,7 +461,7 @@
|
|
461
461
|
"__schema": "VariableLikeSchema",
|
462
462
|
"location": {
|
463
463
|
"filePath": "export.main.runtime.ts",
|
464
|
-
"line":
|
464
|
+
"line": 253,
|
465
465
|
"character": 5
|
466
466
|
},
|
467
467
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -470,7 +470,7 @@
|
|
470
470
|
"__schema": "KeywordTypeSchema",
|
471
471
|
"location": {
|
472
472
|
"filePath": "export.main.runtime.ts",
|
473
|
-
"line":
|
473
|
+
"line": 253,
|
474
474
|
"character": 23
|
475
475
|
},
|
476
476
|
"name": "boolean"
|
@@ -481,7 +481,27 @@
|
|
481
481
|
"__schema": "VariableLikeSchema",
|
482
482
|
"location": {
|
483
483
|
"filePath": "export.main.runtime.ts",
|
484
|
-
"line":
|
484
|
+
"line": 254,
|
485
|
+
"character": 5
|
486
|
+
},
|
487
|
+
"signature": "(property) includeParents?: boolean | undefined",
|
488
|
+
"name": "includeParents",
|
489
|
+
"type": {
|
490
|
+
"__schema": "KeywordTypeSchema",
|
491
|
+
"location": {
|
492
|
+
"filePath": "export.main.runtime.ts",
|
493
|
+
"line": 254,
|
494
|
+
"character": 22
|
495
|
+
},
|
496
|
+
"name": "boolean"
|
497
|
+
},
|
498
|
+
"isOptional": true
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"__schema": "VariableLikeSchema",
|
502
|
+
"location": {
|
503
|
+
"filePath": "export.main.runtime.ts",
|
504
|
+
"line": 255,
|
485
505
|
"character": 5
|
486
506
|
},
|
487
507
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -490,7 +510,7 @@
|
|
490
510
|
"__schema": "KeywordTypeSchema",
|
491
511
|
"location": {
|
492
512
|
"filePath": "export.main.runtime.ts",
|
493
|
-
"line":
|
513
|
+
"line": 255,
|
494
514
|
"character": 33
|
495
515
|
},
|
496
516
|
"name": "boolean"
|
@@ -501,7 +521,7 @@
|
|
501
521
|
"__schema": "VariableLikeSchema",
|
502
522
|
"location": {
|
503
523
|
"filePath": "export.main.runtime.ts",
|
504
|
-
"line":
|
524
|
+
"line": 256,
|
505
525
|
"character": 5
|
506
526
|
},
|
507
527
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -510,7 +530,7 @@
|
|
510
530
|
"__schema": "TypeRefSchema",
|
511
531
|
"location": {
|
512
532
|
"filePath": "export.main.runtime.ts",
|
513
|
-
"line":
|
533
|
+
"line": 256,
|
514
534
|
"character": 20
|
515
535
|
},
|
516
536
|
"name": "ExportOrigin"
|
@@ -525,7 +545,7 @@
|
|
525
545
|
"__schema": "VariableLikeSchema",
|
526
546
|
"location": {
|
527
547
|
"filePath": "export.main.runtime.ts",
|
528
|
-
"line":
|
548
|
+
"line": 244,
|
529
549
|
"character": 5
|
530
550
|
},
|
531
551
|
"signature": "(property) scope: Scope",
|
@@ -534,7 +554,7 @@
|
|
534
554
|
"__schema": "TypeRefSchema",
|
535
555
|
"location": {
|
536
556
|
"filePath": "export.main.runtime.ts",
|
537
|
-
"line":
|
557
|
+
"line": 244,
|
538
558
|
"character": 5
|
539
559
|
},
|
540
560
|
"name": "Scope",
|
@@ -546,7 +566,7 @@
|
|
546
566
|
"__schema": "VariableLikeSchema",
|
547
567
|
"location": {
|
548
568
|
"filePath": "export.main.runtime.ts",
|
549
|
-
"line":
|
569
|
+
"line": 245,
|
550
570
|
"character": 5
|
551
571
|
},
|
552
572
|
"signature": "(property) ids: ComponentIdList",
|
@@ -555,7 +575,7 @@
|
|
555
575
|
"__schema": "TypeRefSchema",
|
556
576
|
"location": {
|
557
577
|
"filePath": "export.main.runtime.ts",
|
558
|
-
"line":
|
578
|
+
"line": 245,
|
559
579
|
"character": 5
|
560
580
|
},
|
561
581
|
"name": "ComponentIdList",
|
@@ -571,7 +591,7 @@
|
|
571
591
|
"__schema": "VariableLikeSchema",
|
572
592
|
"location": {
|
573
593
|
"filePath": "export.main.runtime.ts",
|
574
|
-
"line":
|
594
|
+
"line": 246,
|
575
595
|
"character": 5
|
576
596
|
},
|
577
597
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -580,7 +600,7 @@
|
|
580
600
|
"__schema": "TypeRefSchema",
|
581
601
|
"location": {
|
582
602
|
"filePath": "export.main.runtime.ts",
|
583
|
-
"line":
|
603
|
+
"line": 246,
|
584
604
|
"character": 18
|
585
605
|
},
|
586
606
|
"name": "Lane"
|
@@ -591,7 +611,7 @@
|
|
591
611
|
"__schema": "VariableLikeSchema",
|
592
612
|
"location": {
|
593
613
|
"filePath": "export.main.runtime.ts",
|
594
|
-
"line":
|
614
|
+
"line": 247,
|
595
615
|
"character": 5
|
596
616
|
},
|
597
617
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -600,7 +620,7 @@
|
|
600
620
|
"__schema": "KeywordTypeSchema",
|
601
621
|
"location": {
|
602
622
|
"filePath": "export.main.runtime.ts",
|
603
|
-
"line":
|
623
|
+
"line": 247,
|
604
624
|
"character": 19
|
605
625
|
},
|
606
626
|
"name": "boolean"
|
@@ -611,7 +631,7 @@
|
|
611
631
|
"__schema": "VariableLikeSchema",
|
612
632
|
"location": {
|
613
633
|
"filePath": "export.main.runtime.ts",
|
614
|
-
"line":
|
634
|
+
"line": 248,
|
615
635
|
"character": 5
|
616
636
|
},
|
617
637
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -620,7 +640,7 @@
|
|
620
640
|
"__schema": "KeywordTypeSchema",
|
621
641
|
"location": {
|
622
642
|
"filePath": "export.main.runtime.ts",
|
623
|
-
"line":
|
643
|
+
"line": 248,
|
624
644
|
"character": 22
|
625
645
|
},
|
626
646
|
"name": "boolean"
|
@@ -631,7 +651,7 @@
|
|
631
651
|
"__schema": "VariableLikeSchema",
|
632
652
|
"location": {
|
633
653
|
"filePath": "export.main.runtime.ts",
|
634
|
-
"line":
|
654
|
+
"line": 249,
|
635
655
|
"character": 5
|
636
656
|
},
|
637
657
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
@@ -640,7 +660,7 @@
|
|
640
660
|
"__schema": "TypeRefSchema",
|
641
661
|
"location": {
|
642
662
|
"filePath": "export.main.runtime.ts",
|
643
|
-
"line":
|
663
|
+
"line": 249,
|
644
664
|
"character": 5
|
645
665
|
},
|
646
666
|
"name": "ComponentIdList",
|
@@ -656,7 +676,7 @@
|
|
656
676
|
"__schema": "VariableLikeSchema",
|
657
677
|
"location": {
|
658
678
|
"filePath": "export.main.runtime.ts",
|
659
|
-
"line":
|
679
|
+
"line": 250,
|
660
680
|
"character": 5
|
661
681
|
},
|
662
682
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -665,7 +685,7 @@
|
|
665
685
|
"__schema": "TypeUnionSchema",
|
666
686
|
"location": {
|
667
687
|
"filePath": "export.main.runtime.ts",
|
668
|
-
"line":
|
688
|
+
"line": 250,
|
669
689
|
"character": 22
|
670
690
|
},
|
671
691
|
"types": [
|
@@ -673,7 +693,7 @@
|
|
673
693
|
"__schema": "KeywordTypeSchema",
|
674
694
|
"location": {
|
675
695
|
"filePath": "export.main.runtime.ts",
|
676
|
-
"line":
|
696
|
+
"line": 250,
|
677
697
|
"character": 22
|
678
698
|
},
|
679
699
|
"name": "string"
|
@@ -682,7 +702,7 @@
|
|
682
702
|
"__schema": "KeywordTypeSchema",
|
683
703
|
"location": {
|
684
704
|
"filePath": "export.main.runtime.ts",
|
685
|
-
"line":
|
705
|
+
"line": 250,
|
686
706
|
"character": 31
|
687
707
|
},
|
688
708
|
"name": "undefined"
|
@@ -695,7 +715,7 @@
|
|
695
715
|
"__schema": "VariableLikeSchema",
|
696
716
|
"location": {
|
697
717
|
"filePath": "export.main.runtime.ts",
|
698
|
-
"line":
|
718
|
+
"line": 251,
|
699
719
|
"character": 5
|
700
720
|
},
|
701
721
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -704,7 +724,7 @@
|
|
704
724
|
"__schema": "KeywordTypeSchema",
|
705
725
|
"location": {
|
706
726
|
"filePath": "export.main.runtime.ts",
|
707
|
-
"line":
|
727
|
+
"line": 251,
|
708
728
|
"character": 32
|
709
729
|
},
|
710
730
|
"name": "boolean"
|
@@ -715,7 +735,7 @@
|
|
715
735
|
"__schema": "VariableLikeSchema",
|
716
736
|
"location": {
|
717
737
|
"filePath": "export.main.runtime.ts",
|
718
|
-
"line":
|
738
|
+
"line": 252,
|
719
739
|
"character": 5
|
720
740
|
},
|
721
741
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -724,7 +744,7 @@
|
|
724
744
|
"__schema": "KeywordTypeSchema",
|
725
745
|
"location": {
|
726
746
|
"filePath": "export.main.runtime.ts",
|
727
|
-
"line":
|
747
|
+
"line": 252,
|
728
748
|
"character": 16
|
729
749
|
},
|
730
750
|
"name": "boolean"
|
@@ -735,7 +755,7 @@
|
|
735
755
|
"__schema": "VariableLikeSchema",
|
736
756
|
"location": {
|
737
757
|
"filePath": "export.main.runtime.ts",
|
738
|
-
"line":
|
758
|
+
"line": 253,
|
739
759
|
"character": 5
|
740
760
|
},
|
741
761
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -744,7 +764,7 @@
|
|
744
764
|
"__schema": "KeywordTypeSchema",
|
745
765
|
"location": {
|
746
766
|
"filePath": "export.main.runtime.ts",
|
747
|
-
"line":
|
767
|
+
"line": 253,
|
748
768
|
"character": 23
|
749
769
|
},
|
750
770
|
"name": "boolean"
|
@@ -755,7 +775,27 @@
|
|
755
775
|
"__schema": "VariableLikeSchema",
|
756
776
|
"location": {
|
757
777
|
"filePath": "export.main.runtime.ts",
|
758
|
-
"line":
|
778
|
+
"line": 254,
|
779
|
+
"character": 5
|
780
|
+
},
|
781
|
+
"signature": "(property) includeParents?: boolean | undefined",
|
782
|
+
"name": "includeParents",
|
783
|
+
"type": {
|
784
|
+
"__schema": "KeywordTypeSchema",
|
785
|
+
"location": {
|
786
|
+
"filePath": "export.main.runtime.ts",
|
787
|
+
"line": 254,
|
788
|
+
"character": 22
|
789
|
+
},
|
790
|
+
"name": "boolean"
|
791
|
+
},
|
792
|
+
"isOptional": true
|
793
|
+
},
|
794
|
+
{
|
795
|
+
"__schema": "VariableLikeSchema",
|
796
|
+
"location": {
|
797
|
+
"filePath": "export.main.runtime.ts",
|
798
|
+
"line": 255,
|
759
799
|
"character": 5
|
760
800
|
},
|
761
801
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -764,7 +804,7 @@
|
|
764
804
|
"__schema": "KeywordTypeSchema",
|
765
805
|
"location": {
|
766
806
|
"filePath": "export.main.runtime.ts",
|
767
|
-
"line":
|
807
|
+
"line": 255,
|
768
808
|
"character": 33
|
769
809
|
},
|
770
810
|
"name": "boolean"
|
@@ -775,7 +815,7 @@
|
|
775
815
|
"__schema": "VariableLikeSchema",
|
776
816
|
"location": {
|
777
817
|
"filePath": "export.main.runtime.ts",
|
778
|
-
"line":
|
818
|
+
"line": 256,
|
779
819
|
"character": 5
|
780
820
|
},
|
781
821
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -784,7 +824,7 @@
|
|
784
824
|
"__schema": "TypeRefSchema",
|
785
825
|
"location": {
|
786
826
|
"filePath": "export.main.runtime.ts",
|
787
|
-
"line":
|
827
|
+
"line": 256,
|
788
828
|
"character": 20
|
789
829
|
},
|
790
830
|
"name": "ExportOrigin"
|
@@ -799,7 +839,7 @@
|
|
799
839
|
"__schema": "TypeRefSchema",
|
800
840
|
"location": {
|
801
841
|
"filePath": "export.main.runtime.ts",
|
802
|
-
"line":
|
842
|
+
"line": 257,
|
803
843
|
"character": 7
|
804
844
|
},
|
805
845
|
"name": "Promise",
|
@@ -808,7 +848,7 @@
|
|
808
848
|
"__schema": "TypeLiteralSchema",
|
809
849
|
"location": {
|
810
850
|
"filePath": "export.main.runtime.ts",
|
811
|
-
"line":
|
851
|
+
"line": 257,
|
812
852
|
"character": 15
|
813
853
|
},
|
814
854
|
"members": [
|
@@ -816,7 +856,7 @@
|
|
816
856
|
"__schema": "VariableLikeSchema",
|
817
857
|
"location": {
|
818
858
|
"filePath": "export.main.runtime.ts",
|
819
|
-
"line":
|
859
|
+
"line": 258,
|
820
860
|
"character": 5
|
821
861
|
},
|
822
862
|
"signature": "(property) exported: ComponentIdList",
|
@@ -825,7 +865,7 @@
|
|
825
865
|
"__schema": "TypeRefSchema",
|
826
866
|
"location": {
|
827
867
|
"filePath": "export.main.runtime.ts",
|
828
|
-
"line":
|
868
|
+
"line": 258,
|
829
869
|
"character": 5
|
830
870
|
},
|
831
871
|
"name": "ComponentIdList",
|
@@ -841,7 +881,7 @@
|
|
841
881
|
"__schema": "VariableLikeSchema",
|
842
882
|
"location": {
|
843
883
|
"filePath": "export.main.runtime.ts",
|
844
|
-
"line":
|
884
|
+
"line": 259,
|
845
885
|
"character": 5
|
846
886
|
},
|
847
887
|
"signature": "(property) updatedLocally: ComponentIdList",
|
@@ -850,7 +890,7 @@
|
|
850
890
|
"__schema": "TypeRefSchema",
|
851
891
|
"location": {
|
852
892
|
"filePath": "export.main.runtime.ts",
|
853
|
-
"line":
|
893
|
+
"line": 259,
|
854
894
|
"character": 5
|
855
895
|
},
|
856
896
|
"name": "ComponentIdList",
|
@@ -866,7 +906,7 @@
|
|
866
906
|
"__schema": "VariableLikeSchema",
|
867
907
|
"location": {
|
868
908
|
"filePath": "export.main.runtime.ts",
|
869
|
-
"line":
|
909
|
+
"line": 260,
|
870
910
|
"character": 5
|
871
911
|
},
|
872
912
|
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
@@ -875,14 +915,14 @@
|
|
875
915
|
"__schema": "TypeArraySchema",
|
876
916
|
"location": {
|
877
917
|
"filePath": "export.main.runtime.ts",
|
878
|
-
"line":
|
918
|
+
"line": 260,
|
879
919
|
"character": 21
|
880
920
|
},
|
881
921
|
"type": {
|
882
922
|
"__schema": "TypeRefSchema",
|
883
923
|
"location": {
|
884
924
|
"filePath": "export.main.runtime.ts",
|
885
|
-
"line":
|
925
|
+
"line": 260,
|
886
926
|
"character": 21
|
887
927
|
},
|
888
928
|
"name": "ComponentID"
|
@@ -894,7 +934,7 @@
|
|
894
934
|
"__schema": "VariableLikeSchema",
|
895
935
|
"location": {
|
896
936
|
"filePath": "export.main.runtime.ts",
|
897
|
-
"line":
|
937
|
+
"line": 261,
|
898
938
|
"character": 5
|
899
939
|
},
|
900
940
|
"signature": "(property) rippleJobs: string[]",
|
@@ -903,14 +943,14 @@
|
|
903
943
|
"__schema": "TypeArraySchema",
|
904
944
|
"location": {
|
905
945
|
"filePath": "export.main.runtime.ts",
|
906
|
-
"line":
|
946
|
+
"line": 261,
|
907
947
|
"character": 17
|
908
948
|
},
|
909
949
|
"type": {
|
910
950
|
"__schema": "KeywordTypeSchema",
|
911
951
|
"location": {
|
912
952
|
"filePath": "export.main.runtime.ts",
|
913
|
-
"line":
|
953
|
+
"line": 261,
|
914
954
|
"character": 17
|
915
955
|
},
|
916
956
|
"name": "string"
|
@@ -930,7 +970,7 @@
|
|
930
970
|
"__schema": "FunctionLikeSchema",
|
931
971
|
"location": {
|
932
972
|
"filePath": "export.main.runtime.ts",
|
933
|
-
"line":
|
973
|
+
"line": 589,
|
934
974
|
"character": 3
|
935
975
|
},
|
936
976
|
"signature": "(method) ExportMain.pushToRemotesCarefully(manyObjectsPerRemote: ObjectsPerRemote[], resumeExportId?: string): Promise<void>",
|
@@ -940,7 +980,7 @@
|
|
940
980
|
"__schema": "ParameterSchema",
|
941
981
|
"location": {
|
942
982
|
"filePath": "export.main.runtime.ts",
|
943
|
-
"line":
|
983
|
+
"line": 589,
|
944
984
|
"character": 32
|
945
985
|
},
|
946
986
|
"name": "manyObjectsPerRemote",
|
@@ -948,14 +988,14 @@
|
|
948
988
|
"__schema": "TypeArraySchema",
|
949
989
|
"location": {
|
950
990
|
"filePath": "export.main.runtime.ts",
|
951
|
-
"line":
|
991
|
+
"line": 589,
|
952
992
|
"character": 54
|
953
993
|
},
|
954
994
|
"type": {
|
955
995
|
"__schema": "TypeRefSchema",
|
956
996
|
"location": {
|
957
997
|
"filePath": "export.main.runtime.ts",
|
958
|
-
"line":
|
998
|
+
"line": 589,
|
959
999
|
"character": 54
|
960
1000
|
},
|
961
1001
|
"name": "ObjectsPerRemote"
|
@@ -968,7 +1008,7 @@
|
|
968
1008
|
"__schema": "ParameterSchema",
|
969
1009
|
"location": {
|
970
1010
|
"filePath": "export.main.runtime.ts",
|
971
|
-
"line":
|
1011
|
+
"line": 589,
|
972
1012
|
"character": 74
|
973
1013
|
},
|
974
1014
|
"name": "resumeExportId",
|
@@ -976,7 +1016,7 @@
|
|
976
1016
|
"__schema": "KeywordTypeSchema",
|
977
1017
|
"location": {
|
978
1018
|
"filePath": "export.main.runtime.ts",
|
979
|
-
"line":
|
1019
|
+
"line": 589,
|
980
1020
|
"character": 91
|
981
1021
|
},
|
982
1022
|
"name": "string"
|
@@ -989,7 +1029,7 @@
|
|
989
1029
|
"__schema": "InferenceTypeSchema",
|
990
1030
|
"location": {
|
991
1031
|
"filePath": "export.main.runtime.ts",
|
992
|
-
"line":
|
1032
|
+
"line": 589,
|
993
1033
|
"character": 3
|
994
1034
|
},
|
995
1035
|
"type": "Promise<void>"
|
@@ -1002,7 +1042,7 @@
|
|
1002
1042
|
"__schema": "FunctionLikeSchema",
|
1003
1043
|
"location": {
|
1004
1044
|
"filePath": "export.main.runtime.ts",
|
1005
|
-
"line":
|
1045
|
+
"line": 627,
|
1006
1046
|
"character": 3
|
1007
1047
|
},
|
1008
1048
|
"signature": "(method) ExportMain.shouldPushToCentralHub(manyObjectsPerRemote: ObjectsPerRemote[], scopeRemotes: Remotes, originDirectly?: boolean): boolean",
|
@@ -1012,7 +1052,7 @@
|
|
1012
1052
|
"__schema": "ParameterSchema",
|
1013
1053
|
"location": {
|
1014
1054
|
"filePath": "export.main.runtime.ts",
|
1015
|
-
"line":
|
1055
|
+
"line": 628,
|
1016
1056
|
"character": 5
|
1017
1057
|
},
|
1018
1058
|
"name": "manyObjectsPerRemote",
|
@@ -1020,14 +1060,14 @@
|
|
1020
1060
|
"__schema": "TypeArraySchema",
|
1021
1061
|
"location": {
|
1022
1062
|
"filePath": "export.main.runtime.ts",
|
1023
|
-
"line":
|
1063
|
+
"line": 628,
|
1024
1064
|
"character": 27
|
1025
1065
|
},
|
1026
1066
|
"type": {
|
1027
1067
|
"__schema": "TypeRefSchema",
|
1028
1068
|
"location": {
|
1029
1069
|
"filePath": "export.main.runtime.ts",
|
1030
|
-
"line":
|
1070
|
+
"line": 628,
|
1031
1071
|
"character": 27
|
1032
1072
|
},
|
1033
1073
|
"name": "ObjectsPerRemote"
|
@@ -1040,7 +1080,7 @@
|
|
1040
1080
|
"__schema": "ParameterSchema",
|
1041
1081
|
"location": {
|
1042
1082
|
"filePath": "export.main.runtime.ts",
|
1043
|
-
"line":
|
1083
|
+
"line": 629,
|
1044
1084
|
"character": 5
|
1045
1085
|
},
|
1046
1086
|
"name": "scopeRemotes",
|
@@ -1048,7 +1088,7 @@
|
|
1048
1088
|
"__schema": "TypeRefSchema",
|
1049
1089
|
"location": {
|
1050
1090
|
"filePath": "export.main.runtime.ts",
|
1051
|
-
"line":
|
1091
|
+
"line": 629,
|
1052
1092
|
"character": 19
|
1053
1093
|
},
|
1054
1094
|
"name": "Remotes"
|
@@ -1060,7 +1100,7 @@
|
|
1060
1100
|
"__schema": "ParameterSchema",
|
1061
1101
|
"location": {
|
1062
1102
|
"filePath": "export.main.runtime.ts",
|
1063
|
-
"line":
|
1103
|
+
"line": 630,
|
1064
1104
|
"character": 5
|
1065
1105
|
},
|
1066
1106
|
"name": "originDirectly",
|
@@ -1068,7 +1108,7 @@
|
|
1068
1108
|
"__schema": "InferenceTypeSchema",
|
1069
1109
|
"location": {
|
1070
1110
|
"filePath": "export.main.runtime.ts",
|
1071
|
-
"line":
|
1111
|
+
"line": 630,
|
1072
1112
|
"character": 5
|
1073
1113
|
},
|
1074
1114
|
"type": "boolean"
|
@@ -1082,7 +1122,7 @@
|
|
1082
1122
|
"__schema": "KeywordTypeSchema",
|
1083
1123
|
"location": {
|
1084
1124
|
"filePath": "export.main.runtime.ts",
|
1085
|
-
"line":
|
1125
|
+
"line": 631,
|
1086
1126
|
"character": 6
|
1087
1127
|
},
|
1088
1128
|
"name": "boolean"
|
@@ -1093,7 +1133,7 @@
|
|
1093
1133
|
"__schema": "VariableLikeSchema",
|
1094
1134
|
"location": {
|
1095
1135
|
"filePath": "export.main.runtime.ts",
|
1096
|
-
"line":
|
1136
|
+
"line": 843,
|
1097
1137
|
"character": 3
|
1098
1138
|
},
|
1099
1139
|
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
@@ -1102,7 +1142,7 @@
|
|
1102
1142
|
"__schema": "InferenceTypeSchema",
|
1103
1143
|
"location": {
|
1104
1144
|
"filePath": "export.main.runtime.ts",
|
1105
|
-
"line":
|
1145
|
+
"line": 843,
|
1106
1146
|
"character": 3
|
1107
1147
|
},
|
1108
1148
|
"type": "RuntimeDefinition"
|
@@ -1114,7 +1154,7 @@
|
|
1114
1154
|
"__schema": "VariableLikeSchema",
|
1115
1155
|
"location": {
|
1116
1156
|
"filePath": "export.main.runtime.ts",
|
1117
|
-
"line":
|
1157
|
+
"line": 844,
|
1118
1158
|
"character": 3
|
1119
1159
|
},
|
1120
1160
|
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
@@ -1123,7 +1163,7 @@
|
|
1123
1163
|
"__schema": "InferenceTypeSchema",
|
1124
1164
|
"location": {
|
1125
1165
|
"filePath": "export.main.runtime.ts",
|
1126
|
-
"line":
|
1166
|
+
"line": 844,
|
1127
1167
|
"character": 3
|
1128
1168
|
},
|
1129
1169
|
"type": "Aspect[]"
|
@@ -1135,7 +1175,7 @@
|
|
1135
1175
|
"__schema": "FunctionLikeSchema",
|
1136
1176
|
"location": {
|
1137
1177
|
"filePath": "export.main.runtime.ts",
|
1138
|
-
"line":
|
1178
|
+
"line": 853,
|
1139
1179
|
"character": 3
|
1140
1180
|
},
|
1141
1181
|
"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 +1185,7 @@
|
|
1145
1185
|
"__schema": "ParameterSchema",
|
1146
1186
|
"location": {
|
1147
1187
|
"filePath": "export.main.runtime.ts",
|
1148
|
-
"line":
|
1188
|
+
"line": 853,
|
1149
1189
|
"character": 25
|
1150
1190
|
},
|
1151
1191
|
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
@@ -1153,7 +1193,7 @@
|
|
1153
1193
|
"__schema": "TupleTypeSchema",
|
1154
1194
|
"location": {
|
1155
1195
|
"filePath": "export.main.runtime.ts",
|
1156
|
-
"line":
|
1196
|
+
"line": 853,
|
1157
1197
|
"character": 90
|
1158
1198
|
},
|
1159
1199
|
"elements": [
|
@@ -1161,7 +1201,7 @@
|
|
1161
1201
|
"__schema": "TypeRefSchema",
|
1162
1202
|
"location": {
|
1163
1203
|
"filePath": "export.main.runtime.ts",
|
1164
|
-
"line":
|
1204
|
+
"line": 854,
|
1165
1205
|
"character": 5
|
1166
1206
|
},
|
1167
1207
|
"name": "CLIMain"
|
@@ -1170,7 +1210,7 @@
|
|
1170
1210
|
"__schema": "TypeRefSchema",
|
1171
1211
|
"location": {
|
1172
1212
|
"filePath": "export.main.runtime.ts",
|
1173
|
-
"line":
|
1213
|
+
"line": 855,
|
1174
1214
|
"character": 5
|
1175
1215
|
},
|
1176
1216
|
"name": "ScopeMain"
|
@@ -1179,7 +1219,7 @@
|
|
1179
1219
|
"__schema": "TypeRefSchema",
|
1180
1220
|
"location": {
|
1181
1221
|
"filePath": "export.main.runtime.ts",
|
1182
|
-
"line":
|
1222
|
+
"line": 856,
|
1183
1223
|
"character": 5
|
1184
1224
|
},
|
1185
1225
|
"name": "Workspace"
|
@@ -1188,7 +1228,7 @@
|
|
1188
1228
|
"__schema": "TypeRefSchema",
|
1189
1229
|
"location": {
|
1190
1230
|
"filePath": "export.main.runtime.ts",
|
1191
|
-
"line":
|
1231
|
+
"line": 857,
|
1192
1232
|
"character": 5
|
1193
1233
|
},
|
1194
1234
|
"name": "RemoveMain"
|
@@ -1197,7 +1237,7 @@
|
|
1197
1237
|
"__schema": "TypeRefSchema",
|
1198
1238
|
"location": {
|
1199
1239
|
"filePath": "export.main.runtime.ts",
|
1200
|
-
"line":
|
1240
|
+
"line": 858,
|
1201
1241
|
"character": 5
|
1202
1242
|
},
|
1203
1243
|
"name": "DependencyResolverMain"
|
@@ -1206,7 +1246,7 @@
|
|
1206
1246
|
"__schema": "TypeRefSchema",
|
1207
1247
|
"location": {
|
1208
1248
|
"filePath": "export.main.runtime.ts",
|
1209
|
-
"line":
|
1249
|
+
"line": 859,
|
1210
1250
|
"character": 5
|
1211
1251
|
},
|
1212
1252
|
"name": "LoggerMain"
|
@@ -1215,7 +1255,7 @@
|
|
1215
1255
|
"__schema": "TypeRefSchema",
|
1216
1256
|
"location": {
|
1217
1257
|
"filePath": "export.main.runtime.ts",
|
1218
|
-
"line":
|
1258
|
+
"line": 860,
|
1219
1259
|
"character": 5
|
1220
1260
|
},
|
1221
1261
|
"name": "EjectMain"
|
@@ -1230,7 +1270,7 @@
|
|
1230
1270
|
"__schema": "InferenceTypeSchema",
|
1231
1271
|
"location": {
|
1232
1272
|
"filePath": "export.main.runtime.ts",
|
1233
|
-
"line":
|
1273
|
+
"line": 853,
|
1234
1274
|
"character": 3
|
1235
1275
|
},
|
1236
1276
|
"type": "Promise<ExportMain>"
|
@@ -1576,7 +1616,7 @@
|
|
1576
1616
|
"componentId": {
|
1577
1617
|
"scope": "teambit.legacy",
|
1578
1618
|
"name": "scope-api",
|
1579
|
-
"version": "0.0.
|
1619
|
+
"version": "0.0.45"
|
1580
1620
|
}
|
1581
1621
|
}
|
1582
1622
|
},
|
@@ -2195,7 +2235,7 @@
|
|
2195
2235
|
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371",
|
2196
2236
|
"tags": []
|
2197
2237
|
},
|
2198
|
-
"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}>",
|
2238
|
+
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, includeParents, 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 includeParents?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
2199
2239
|
"name": "exportMany",
|
2200
2240
|
"params": [
|
2201
2241
|
{
|
@@ -2205,12 +2245,12 @@
|
|
2205
2245
|
"line": 229,
|
2206
2246
|
"character": 20
|
2207
2247
|
},
|
2208
|
-
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, filterOutExistingVersions, exportOrigin = 'export' }",
|
2248
|
+
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, includeParents, filterOutExistingVersions, exportOrigin = 'export' }",
|
2209
2249
|
"type": {
|
2210
2250
|
"__schema": "TypeLiteralSchema",
|
2211
2251
|
"location": {
|
2212
2252
|
"filePath": "export.main.runtime.ts",
|
2213
|
-
"line":
|
2253
|
+
"line": 243,
|
2214
2254
|
"character": 6
|
2215
2255
|
},
|
2216
2256
|
"members": [
|
@@ -2218,7 +2258,7 @@
|
|
2218
2258
|
"__schema": "VariableLikeSchema",
|
2219
2259
|
"location": {
|
2220
2260
|
"filePath": "export.main.runtime.ts",
|
2221
|
-
"line":
|
2261
|
+
"line": 244,
|
2222
2262
|
"character": 5
|
2223
2263
|
},
|
2224
2264
|
"signature": "(property) scope: Scope",
|
@@ -2227,7 +2267,7 @@
|
|
2227
2267
|
"__schema": "TypeRefSchema",
|
2228
2268
|
"location": {
|
2229
2269
|
"filePath": "export.main.runtime.ts",
|
2230
|
-
"line":
|
2270
|
+
"line": 244,
|
2231
2271
|
"character": 5
|
2232
2272
|
},
|
2233
2273
|
"name": "Scope",
|
@@ -2239,7 +2279,7 @@
|
|
2239
2279
|
"__schema": "VariableLikeSchema",
|
2240
2280
|
"location": {
|
2241
2281
|
"filePath": "export.main.runtime.ts",
|
2242
|
-
"line":
|
2282
|
+
"line": 245,
|
2243
2283
|
"character": 5
|
2244
2284
|
},
|
2245
2285
|
"signature": "(property) ids: ComponentIdList",
|
@@ -2248,7 +2288,7 @@
|
|
2248
2288
|
"__schema": "TypeRefSchema",
|
2249
2289
|
"location": {
|
2250
2290
|
"filePath": "export.main.runtime.ts",
|
2251
|
-
"line":
|
2291
|
+
"line": 245,
|
2252
2292
|
"character": 5
|
2253
2293
|
},
|
2254
2294
|
"name": "ComponentIdList",
|
@@ -2264,7 +2304,7 @@
|
|
2264
2304
|
"__schema": "VariableLikeSchema",
|
2265
2305
|
"location": {
|
2266
2306
|
"filePath": "export.main.runtime.ts",
|
2267
|
-
"line":
|
2307
|
+
"line": 246,
|
2268
2308
|
"character": 5
|
2269
2309
|
},
|
2270
2310
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -2273,7 +2313,7 @@
|
|
2273
2313
|
"__schema": "TypeRefSchema",
|
2274
2314
|
"location": {
|
2275
2315
|
"filePath": "export.main.runtime.ts",
|
2276
|
-
"line":
|
2316
|
+
"line": 246,
|
2277
2317
|
"character": 18
|
2278
2318
|
},
|
2279
2319
|
"name": "Lane"
|
@@ -2284,7 +2324,7 @@
|
|
2284
2324
|
"__schema": "VariableLikeSchema",
|
2285
2325
|
"location": {
|
2286
2326
|
"filePath": "export.main.runtime.ts",
|
2287
|
-
"line":
|
2327
|
+
"line": 247,
|
2288
2328
|
"character": 5
|
2289
2329
|
},
|
2290
2330
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -2293,7 +2333,7 @@
|
|
2293
2333
|
"__schema": "KeywordTypeSchema",
|
2294
2334
|
"location": {
|
2295
2335
|
"filePath": "export.main.runtime.ts",
|
2296
|
-
"line":
|
2336
|
+
"line": 247,
|
2297
2337
|
"character": 19
|
2298
2338
|
},
|
2299
2339
|
"name": "boolean"
|
@@ -2304,7 +2344,7 @@
|
|
2304
2344
|
"__schema": "VariableLikeSchema",
|
2305
2345
|
"location": {
|
2306
2346
|
"filePath": "export.main.runtime.ts",
|
2307
|
-
"line":
|
2347
|
+
"line": 248,
|
2308
2348
|
"character": 5
|
2309
2349
|
},
|
2310
2350
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -2313,7 +2353,7 @@
|
|
2313
2353
|
"__schema": "KeywordTypeSchema",
|
2314
2354
|
"location": {
|
2315
2355
|
"filePath": "export.main.runtime.ts",
|
2316
|
-
"line":
|
2356
|
+
"line": 248,
|
2317
2357
|
"character": 22
|
2318
2358
|
},
|
2319
2359
|
"name": "boolean"
|
@@ -2324,7 +2364,7 @@
|
|
2324
2364
|
"__schema": "VariableLikeSchema",
|
2325
2365
|
"location": {
|
2326
2366
|
"filePath": "export.main.runtime.ts",
|
2327
|
-
"line":
|
2367
|
+
"line": 249,
|
2328
2368
|
"character": 5
|
2329
2369
|
},
|
2330
2370
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
@@ -2333,7 +2373,7 @@
|
|
2333
2373
|
"__schema": "TypeRefSchema",
|
2334
2374
|
"location": {
|
2335
2375
|
"filePath": "export.main.runtime.ts",
|
2336
|
-
"line":
|
2376
|
+
"line": 249,
|
2337
2377
|
"character": 5
|
2338
2378
|
},
|
2339
2379
|
"name": "ComponentIdList",
|
@@ -2349,7 +2389,7 @@
|
|
2349
2389
|
"__schema": "VariableLikeSchema",
|
2350
2390
|
"location": {
|
2351
2391
|
"filePath": "export.main.runtime.ts",
|
2352
|
-
"line":
|
2392
|
+
"line": 250,
|
2353
2393
|
"character": 5
|
2354
2394
|
},
|
2355
2395
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -2358,7 +2398,7 @@
|
|
2358
2398
|
"__schema": "TypeUnionSchema",
|
2359
2399
|
"location": {
|
2360
2400
|
"filePath": "export.main.runtime.ts",
|
2361
|
-
"line":
|
2401
|
+
"line": 250,
|
2362
2402
|
"character": 22
|
2363
2403
|
},
|
2364
2404
|
"types": [
|
@@ -2366,7 +2406,7 @@
|
|
2366
2406
|
"__schema": "KeywordTypeSchema",
|
2367
2407
|
"location": {
|
2368
2408
|
"filePath": "export.main.runtime.ts",
|
2369
|
-
"line":
|
2409
|
+
"line": 250,
|
2370
2410
|
"character": 22
|
2371
2411
|
},
|
2372
2412
|
"name": "string"
|
@@ -2375,7 +2415,7 @@
|
|
2375
2415
|
"__schema": "KeywordTypeSchema",
|
2376
2416
|
"location": {
|
2377
2417
|
"filePath": "export.main.runtime.ts",
|
2378
|
-
"line":
|
2418
|
+
"line": 250,
|
2379
2419
|
"character": 31
|
2380
2420
|
},
|
2381
2421
|
"name": "undefined"
|
@@ -2388,7 +2428,7 @@
|
|
2388
2428
|
"__schema": "VariableLikeSchema",
|
2389
2429
|
"location": {
|
2390
2430
|
"filePath": "export.main.runtime.ts",
|
2391
|
-
"line":
|
2431
|
+
"line": 251,
|
2392
2432
|
"character": 5
|
2393
2433
|
},
|
2394
2434
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -2397,7 +2437,7 @@
|
|
2397
2437
|
"__schema": "KeywordTypeSchema",
|
2398
2438
|
"location": {
|
2399
2439
|
"filePath": "export.main.runtime.ts",
|
2400
|
-
"line":
|
2440
|
+
"line": 251,
|
2401
2441
|
"character": 32
|
2402
2442
|
},
|
2403
2443
|
"name": "boolean"
|
@@ -2408,7 +2448,7 @@
|
|
2408
2448
|
"__schema": "VariableLikeSchema",
|
2409
2449
|
"location": {
|
2410
2450
|
"filePath": "export.main.runtime.ts",
|
2411
|
-
"line":
|
2451
|
+
"line": 252,
|
2412
2452
|
"character": 5
|
2413
2453
|
},
|
2414
2454
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -2417,7 +2457,7 @@
|
|
2417
2457
|
"__schema": "KeywordTypeSchema",
|
2418
2458
|
"location": {
|
2419
2459
|
"filePath": "export.main.runtime.ts",
|
2420
|
-
"line":
|
2460
|
+
"line": 252,
|
2421
2461
|
"character": 16
|
2422
2462
|
},
|
2423
2463
|
"name": "boolean"
|
@@ -2428,7 +2468,7 @@
|
|
2428
2468
|
"__schema": "VariableLikeSchema",
|
2429
2469
|
"location": {
|
2430
2470
|
"filePath": "export.main.runtime.ts",
|
2431
|
-
"line":
|
2471
|
+
"line": 253,
|
2432
2472
|
"character": 5
|
2433
2473
|
},
|
2434
2474
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -2437,7 +2477,7 @@
|
|
2437
2477
|
"__schema": "KeywordTypeSchema",
|
2438
2478
|
"location": {
|
2439
2479
|
"filePath": "export.main.runtime.ts",
|
2440
|
-
"line":
|
2480
|
+
"line": 253,
|
2441
2481
|
"character": 23
|
2442
2482
|
},
|
2443
2483
|
"name": "boolean"
|
@@ -2448,7 +2488,27 @@
|
|
2448
2488
|
"__schema": "VariableLikeSchema",
|
2449
2489
|
"location": {
|
2450
2490
|
"filePath": "export.main.runtime.ts",
|
2451
|
-
"line":
|
2491
|
+
"line": 254,
|
2492
|
+
"character": 5
|
2493
|
+
},
|
2494
|
+
"signature": "(property) includeParents?: boolean | undefined",
|
2495
|
+
"name": "includeParents",
|
2496
|
+
"type": {
|
2497
|
+
"__schema": "KeywordTypeSchema",
|
2498
|
+
"location": {
|
2499
|
+
"filePath": "export.main.runtime.ts",
|
2500
|
+
"line": 254,
|
2501
|
+
"character": 22
|
2502
|
+
},
|
2503
|
+
"name": "boolean"
|
2504
|
+
},
|
2505
|
+
"isOptional": true
|
2506
|
+
},
|
2507
|
+
{
|
2508
|
+
"__schema": "VariableLikeSchema",
|
2509
|
+
"location": {
|
2510
|
+
"filePath": "export.main.runtime.ts",
|
2511
|
+
"line": 255,
|
2452
2512
|
"character": 5
|
2453
2513
|
},
|
2454
2514
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -2457,7 +2517,7 @@
|
|
2457
2517
|
"__schema": "KeywordTypeSchema",
|
2458
2518
|
"location": {
|
2459
2519
|
"filePath": "export.main.runtime.ts",
|
2460
|
-
"line":
|
2520
|
+
"line": 255,
|
2461
2521
|
"character": 33
|
2462
2522
|
},
|
2463
2523
|
"name": "boolean"
|
@@ -2468,7 +2528,7 @@
|
|
2468
2528
|
"__schema": "VariableLikeSchema",
|
2469
2529
|
"location": {
|
2470
2530
|
"filePath": "export.main.runtime.ts",
|
2471
|
-
"line":
|
2531
|
+
"line": 256,
|
2472
2532
|
"character": 5
|
2473
2533
|
},
|
2474
2534
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -2477,7 +2537,7 @@
|
|
2477
2537
|
"__schema": "TypeRefSchema",
|
2478
2538
|
"location": {
|
2479
2539
|
"filePath": "export.main.runtime.ts",
|
2480
|
-
"line":
|
2540
|
+
"line": 256,
|
2481
2541
|
"character": 20
|
2482
2542
|
},
|
2483
2543
|
"name": "ExportOrigin"
|
@@ -2492,7 +2552,7 @@
|
|
2492
2552
|
"__schema": "VariableLikeSchema",
|
2493
2553
|
"location": {
|
2494
2554
|
"filePath": "export.main.runtime.ts",
|
2495
|
-
"line":
|
2555
|
+
"line": 244,
|
2496
2556
|
"character": 5
|
2497
2557
|
},
|
2498
2558
|
"signature": "(property) scope: Scope",
|
@@ -2501,7 +2561,7 @@
|
|
2501
2561
|
"__schema": "TypeRefSchema",
|
2502
2562
|
"location": {
|
2503
2563
|
"filePath": "export.main.runtime.ts",
|
2504
|
-
"line":
|
2564
|
+
"line": 244,
|
2505
2565
|
"character": 5
|
2506
2566
|
},
|
2507
2567
|
"name": "Scope",
|
@@ -2513,7 +2573,7 @@
|
|
2513
2573
|
"__schema": "VariableLikeSchema",
|
2514
2574
|
"location": {
|
2515
2575
|
"filePath": "export.main.runtime.ts",
|
2516
|
-
"line":
|
2576
|
+
"line": 245,
|
2517
2577
|
"character": 5
|
2518
2578
|
},
|
2519
2579
|
"signature": "(property) ids: ComponentIdList",
|
@@ -2522,7 +2582,7 @@
|
|
2522
2582
|
"__schema": "TypeRefSchema",
|
2523
2583
|
"location": {
|
2524
2584
|
"filePath": "export.main.runtime.ts",
|
2525
|
-
"line":
|
2585
|
+
"line": 245,
|
2526
2586
|
"character": 5
|
2527
2587
|
},
|
2528
2588
|
"name": "ComponentIdList",
|
@@ -2538,7 +2598,7 @@
|
|
2538
2598
|
"__schema": "VariableLikeSchema",
|
2539
2599
|
"location": {
|
2540
2600
|
"filePath": "export.main.runtime.ts",
|
2541
|
-
"line":
|
2601
|
+
"line": 246,
|
2542
2602
|
"character": 5
|
2543
2603
|
},
|
2544
2604
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -2547,7 +2607,7 @@
|
|
2547
2607
|
"__schema": "TypeRefSchema",
|
2548
2608
|
"location": {
|
2549
2609
|
"filePath": "export.main.runtime.ts",
|
2550
|
-
"line":
|
2610
|
+
"line": 246,
|
2551
2611
|
"character": 18
|
2552
2612
|
},
|
2553
2613
|
"name": "Lane"
|
@@ -2558,7 +2618,7 @@
|
|
2558
2618
|
"__schema": "VariableLikeSchema",
|
2559
2619
|
"location": {
|
2560
2620
|
"filePath": "export.main.runtime.ts",
|
2561
|
-
"line":
|
2621
|
+
"line": 247,
|
2562
2622
|
"character": 5
|
2563
2623
|
},
|
2564
2624
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -2567,7 +2627,7 @@
|
|
2567
2627
|
"__schema": "KeywordTypeSchema",
|
2568
2628
|
"location": {
|
2569
2629
|
"filePath": "export.main.runtime.ts",
|
2570
|
-
"line":
|
2630
|
+
"line": 247,
|
2571
2631
|
"character": 19
|
2572
2632
|
},
|
2573
2633
|
"name": "boolean"
|
@@ -2578,7 +2638,7 @@
|
|
2578
2638
|
"__schema": "VariableLikeSchema",
|
2579
2639
|
"location": {
|
2580
2640
|
"filePath": "export.main.runtime.ts",
|
2581
|
-
"line":
|
2641
|
+
"line": 248,
|
2582
2642
|
"character": 5
|
2583
2643
|
},
|
2584
2644
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -2587,7 +2647,7 @@
|
|
2587
2647
|
"__schema": "KeywordTypeSchema",
|
2588
2648
|
"location": {
|
2589
2649
|
"filePath": "export.main.runtime.ts",
|
2590
|
-
"line":
|
2650
|
+
"line": 248,
|
2591
2651
|
"character": 22
|
2592
2652
|
},
|
2593
2653
|
"name": "boolean"
|
@@ -2598,7 +2658,7 @@
|
|
2598
2658
|
"__schema": "VariableLikeSchema",
|
2599
2659
|
"location": {
|
2600
2660
|
"filePath": "export.main.runtime.ts",
|
2601
|
-
"line":
|
2661
|
+
"line": 249,
|
2602
2662
|
"character": 5
|
2603
2663
|
},
|
2604
2664
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
@@ -2607,7 +2667,7 @@
|
|
2607
2667
|
"__schema": "TypeRefSchema",
|
2608
2668
|
"location": {
|
2609
2669
|
"filePath": "export.main.runtime.ts",
|
2610
|
-
"line":
|
2670
|
+
"line": 249,
|
2611
2671
|
"character": 5
|
2612
2672
|
},
|
2613
2673
|
"name": "ComponentIdList",
|
@@ -2623,7 +2683,7 @@
|
|
2623
2683
|
"__schema": "VariableLikeSchema",
|
2624
2684
|
"location": {
|
2625
2685
|
"filePath": "export.main.runtime.ts",
|
2626
|
-
"line":
|
2686
|
+
"line": 250,
|
2627
2687
|
"character": 5
|
2628
2688
|
},
|
2629
2689
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -2632,7 +2692,7 @@
|
|
2632
2692
|
"__schema": "TypeUnionSchema",
|
2633
2693
|
"location": {
|
2634
2694
|
"filePath": "export.main.runtime.ts",
|
2635
|
-
"line":
|
2695
|
+
"line": 250,
|
2636
2696
|
"character": 22
|
2637
2697
|
},
|
2638
2698
|
"types": [
|
@@ -2640,7 +2700,7 @@
|
|
2640
2700
|
"__schema": "KeywordTypeSchema",
|
2641
2701
|
"location": {
|
2642
2702
|
"filePath": "export.main.runtime.ts",
|
2643
|
-
"line":
|
2703
|
+
"line": 250,
|
2644
2704
|
"character": 22
|
2645
2705
|
},
|
2646
2706
|
"name": "string"
|
@@ -2649,7 +2709,7 @@
|
|
2649
2709
|
"__schema": "KeywordTypeSchema",
|
2650
2710
|
"location": {
|
2651
2711
|
"filePath": "export.main.runtime.ts",
|
2652
|
-
"line":
|
2712
|
+
"line": 250,
|
2653
2713
|
"character": 31
|
2654
2714
|
},
|
2655
2715
|
"name": "undefined"
|
@@ -2662,7 +2722,7 @@
|
|
2662
2722
|
"__schema": "VariableLikeSchema",
|
2663
2723
|
"location": {
|
2664
2724
|
"filePath": "export.main.runtime.ts",
|
2665
|
-
"line":
|
2725
|
+
"line": 251,
|
2666
2726
|
"character": 5
|
2667
2727
|
},
|
2668
2728
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -2671,7 +2731,7 @@
|
|
2671
2731
|
"__schema": "KeywordTypeSchema",
|
2672
2732
|
"location": {
|
2673
2733
|
"filePath": "export.main.runtime.ts",
|
2674
|
-
"line":
|
2734
|
+
"line": 251,
|
2675
2735
|
"character": 32
|
2676
2736
|
},
|
2677
2737
|
"name": "boolean"
|
@@ -2682,7 +2742,7 @@
|
|
2682
2742
|
"__schema": "VariableLikeSchema",
|
2683
2743
|
"location": {
|
2684
2744
|
"filePath": "export.main.runtime.ts",
|
2685
|
-
"line":
|
2745
|
+
"line": 252,
|
2686
2746
|
"character": 5
|
2687
2747
|
},
|
2688
2748
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -2691,7 +2751,7 @@
|
|
2691
2751
|
"__schema": "KeywordTypeSchema",
|
2692
2752
|
"location": {
|
2693
2753
|
"filePath": "export.main.runtime.ts",
|
2694
|
-
"line":
|
2754
|
+
"line": 252,
|
2695
2755
|
"character": 16
|
2696
2756
|
},
|
2697
2757
|
"name": "boolean"
|
@@ -2702,7 +2762,7 @@
|
|
2702
2762
|
"__schema": "VariableLikeSchema",
|
2703
2763
|
"location": {
|
2704
2764
|
"filePath": "export.main.runtime.ts",
|
2705
|
-
"line":
|
2765
|
+
"line": 253,
|
2706
2766
|
"character": 5
|
2707
2767
|
},
|
2708
2768
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -2711,7 +2771,7 @@
|
|
2711
2771
|
"__schema": "KeywordTypeSchema",
|
2712
2772
|
"location": {
|
2713
2773
|
"filePath": "export.main.runtime.ts",
|
2714
|
-
"line":
|
2774
|
+
"line": 253,
|
2715
2775
|
"character": 23
|
2716
2776
|
},
|
2717
2777
|
"name": "boolean"
|
@@ -2722,7 +2782,27 @@
|
|
2722
2782
|
"__schema": "VariableLikeSchema",
|
2723
2783
|
"location": {
|
2724
2784
|
"filePath": "export.main.runtime.ts",
|
2725
|
-
"line":
|
2785
|
+
"line": 254,
|
2786
|
+
"character": 5
|
2787
|
+
},
|
2788
|
+
"signature": "(property) includeParents?: boolean | undefined",
|
2789
|
+
"name": "includeParents",
|
2790
|
+
"type": {
|
2791
|
+
"__schema": "KeywordTypeSchema",
|
2792
|
+
"location": {
|
2793
|
+
"filePath": "export.main.runtime.ts",
|
2794
|
+
"line": 254,
|
2795
|
+
"character": 22
|
2796
|
+
},
|
2797
|
+
"name": "boolean"
|
2798
|
+
},
|
2799
|
+
"isOptional": true
|
2800
|
+
},
|
2801
|
+
{
|
2802
|
+
"__schema": "VariableLikeSchema",
|
2803
|
+
"location": {
|
2804
|
+
"filePath": "export.main.runtime.ts",
|
2805
|
+
"line": 255,
|
2726
2806
|
"character": 5
|
2727
2807
|
},
|
2728
2808
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -2731,7 +2811,7 @@
|
|
2731
2811
|
"__schema": "KeywordTypeSchema",
|
2732
2812
|
"location": {
|
2733
2813
|
"filePath": "export.main.runtime.ts",
|
2734
|
-
"line":
|
2814
|
+
"line": 255,
|
2735
2815
|
"character": 33
|
2736
2816
|
},
|
2737
2817
|
"name": "boolean"
|
@@ -2742,7 +2822,7 @@
|
|
2742
2822
|
"__schema": "VariableLikeSchema",
|
2743
2823
|
"location": {
|
2744
2824
|
"filePath": "export.main.runtime.ts",
|
2745
|
-
"line":
|
2825
|
+
"line": 256,
|
2746
2826
|
"character": 5
|
2747
2827
|
},
|
2748
2828
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -2751,7 +2831,7 @@
|
|
2751
2831
|
"__schema": "TypeRefSchema",
|
2752
2832
|
"location": {
|
2753
2833
|
"filePath": "export.main.runtime.ts",
|
2754
|
-
"line":
|
2834
|
+
"line": 256,
|
2755
2835
|
"character": 20
|
2756
2836
|
},
|
2757
2837
|
"name": "ExportOrigin"
|
@@ -2766,7 +2846,7 @@
|
|
2766
2846
|
"__schema": "TypeRefSchema",
|
2767
2847
|
"location": {
|
2768
2848
|
"filePath": "export.main.runtime.ts",
|
2769
|
-
"line":
|
2849
|
+
"line": 257,
|
2770
2850
|
"character": 7
|
2771
2851
|
},
|
2772
2852
|
"name": "Promise",
|
@@ -2775,7 +2855,7 @@
|
|
2775
2855
|
"__schema": "TypeLiteralSchema",
|
2776
2856
|
"location": {
|
2777
2857
|
"filePath": "export.main.runtime.ts",
|
2778
|
-
"line":
|
2858
|
+
"line": 257,
|
2779
2859
|
"character": 15
|
2780
2860
|
},
|
2781
2861
|
"members": [
|
@@ -2783,7 +2863,7 @@
|
|
2783
2863
|
"__schema": "VariableLikeSchema",
|
2784
2864
|
"location": {
|
2785
2865
|
"filePath": "export.main.runtime.ts",
|
2786
|
-
"line":
|
2866
|
+
"line": 258,
|
2787
2867
|
"character": 5
|
2788
2868
|
},
|
2789
2869
|
"signature": "(property) exported: ComponentIdList",
|
@@ -2792,7 +2872,7 @@
|
|
2792
2872
|
"__schema": "TypeRefSchema",
|
2793
2873
|
"location": {
|
2794
2874
|
"filePath": "export.main.runtime.ts",
|
2795
|
-
"line":
|
2875
|
+
"line": 258,
|
2796
2876
|
"character": 5
|
2797
2877
|
},
|
2798
2878
|
"name": "ComponentIdList",
|
@@ -2808,7 +2888,7 @@
|
|
2808
2888
|
"__schema": "VariableLikeSchema",
|
2809
2889
|
"location": {
|
2810
2890
|
"filePath": "export.main.runtime.ts",
|
2811
|
-
"line":
|
2891
|
+
"line": 259,
|
2812
2892
|
"character": 5
|
2813
2893
|
},
|
2814
2894
|
"signature": "(property) updatedLocally: ComponentIdList",
|
@@ -2817,7 +2897,7 @@
|
|
2817
2897
|
"__schema": "TypeRefSchema",
|
2818
2898
|
"location": {
|
2819
2899
|
"filePath": "export.main.runtime.ts",
|
2820
|
-
"line":
|
2900
|
+
"line": 259,
|
2821
2901
|
"character": 5
|
2822
2902
|
},
|
2823
2903
|
"name": "ComponentIdList",
|
@@ -2833,7 +2913,7 @@
|
|
2833
2913
|
"__schema": "VariableLikeSchema",
|
2834
2914
|
"location": {
|
2835
2915
|
"filePath": "export.main.runtime.ts",
|
2836
|
-
"line":
|
2916
|
+
"line": 260,
|
2837
2917
|
"character": 5
|
2838
2918
|
},
|
2839
2919
|
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
@@ -2842,14 +2922,14 @@
|
|
2842
2922
|
"__schema": "TypeArraySchema",
|
2843
2923
|
"location": {
|
2844
2924
|
"filePath": "export.main.runtime.ts",
|
2845
|
-
"line":
|
2925
|
+
"line": 260,
|
2846
2926
|
"character": 21
|
2847
2927
|
},
|
2848
2928
|
"type": {
|
2849
2929
|
"__schema": "TypeRefSchema",
|
2850
2930
|
"location": {
|
2851
2931
|
"filePath": "export.main.runtime.ts",
|
2852
|
-
"line":
|
2932
|
+
"line": 260,
|
2853
2933
|
"character": 21
|
2854
2934
|
},
|
2855
2935
|
"name": "ComponentID"
|
@@ -2861,7 +2941,7 @@
|
|
2861
2941
|
"__schema": "VariableLikeSchema",
|
2862
2942
|
"location": {
|
2863
2943
|
"filePath": "export.main.runtime.ts",
|
2864
|
-
"line":
|
2944
|
+
"line": 261,
|
2865
2945
|
"character": 5
|
2866
2946
|
},
|
2867
2947
|
"signature": "(property) rippleJobs: string[]",
|
@@ -2870,14 +2950,14 @@
|
|
2870
2950
|
"__schema": "TypeArraySchema",
|
2871
2951
|
"location": {
|
2872
2952
|
"filePath": "export.main.runtime.ts",
|
2873
|
-
"line":
|
2953
|
+
"line": 261,
|
2874
2954
|
"character": 17
|
2875
2955
|
},
|
2876
2956
|
"type": {
|
2877
2957
|
"__schema": "KeywordTypeSchema",
|
2878
2958
|
"location": {
|
2879
2959
|
"filePath": "export.main.runtime.ts",
|
2880
|
-
"line":
|
2960
|
+
"line": 261,
|
2881
2961
|
"character": 17
|
2882
2962
|
},
|
2883
2963
|
"name": "string"
|
@@ -2897,7 +2977,7 @@
|
|
2897
2977
|
"__schema": "FunctionLikeSchema",
|
2898
2978
|
"location": {
|
2899
2979
|
"filePath": "export.main.runtime.ts",
|
2900
|
-
"line":
|
2980
|
+
"line": 589,
|
2901
2981
|
"character": 3
|
2902
2982
|
},
|
2903
2983
|
"signature": "(method) ExportMain.pushToRemotesCarefully(manyObjectsPerRemote: ObjectsPerRemote[], resumeExportId?: string): Promise<void>",
|
@@ -2907,7 +2987,7 @@
|
|
2907
2987
|
"__schema": "ParameterSchema",
|
2908
2988
|
"location": {
|
2909
2989
|
"filePath": "export.main.runtime.ts",
|
2910
|
-
"line":
|
2990
|
+
"line": 589,
|
2911
2991
|
"character": 32
|
2912
2992
|
},
|
2913
2993
|
"name": "manyObjectsPerRemote",
|
@@ -2915,14 +2995,14 @@
|
|
2915
2995
|
"__schema": "TypeArraySchema",
|
2916
2996
|
"location": {
|
2917
2997
|
"filePath": "export.main.runtime.ts",
|
2918
|
-
"line":
|
2998
|
+
"line": 589,
|
2919
2999
|
"character": 54
|
2920
3000
|
},
|
2921
3001
|
"type": {
|
2922
3002
|
"__schema": "TypeRefSchema",
|
2923
3003
|
"location": {
|
2924
3004
|
"filePath": "export.main.runtime.ts",
|
2925
|
-
"line":
|
3005
|
+
"line": 589,
|
2926
3006
|
"character": 54
|
2927
3007
|
},
|
2928
3008
|
"name": "ObjectsPerRemote"
|
@@ -2935,7 +3015,7 @@
|
|
2935
3015
|
"__schema": "ParameterSchema",
|
2936
3016
|
"location": {
|
2937
3017
|
"filePath": "export.main.runtime.ts",
|
2938
|
-
"line":
|
3018
|
+
"line": 589,
|
2939
3019
|
"character": 74
|
2940
3020
|
},
|
2941
3021
|
"name": "resumeExportId",
|
@@ -2943,7 +3023,7 @@
|
|
2943
3023
|
"__schema": "KeywordTypeSchema",
|
2944
3024
|
"location": {
|
2945
3025
|
"filePath": "export.main.runtime.ts",
|
2946
|
-
"line":
|
3026
|
+
"line": 589,
|
2947
3027
|
"character": 91
|
2948
3028
|
},
|
2949
3029
|
"name": "string"
|
@@ -2956,7 +3036,7 @@
|
|
2956
3036
|
"__schema": "InferenceTypeSchema",
|
2957
3037
|
"location": {
|
2958
3038
|
"filePath": "export.main.runtime.ts",
|
2959
|
-
"line":
|
3039
|
+
"line": 589,
|
2960
3040
|
"character": 3
|
2961
3041
|
},
|
2962
3042
|
"type": "Promise<void>"
|
@@ -2969,7 +3049,7 @@
|
|
2969
3049
|
"__schema": "FunctionLikeSchema",
|
2970
3050
|
"location": {
|
2971
3051
|
"filePath": "export.main.runtime.ts",
|
2972
|
-
"line":
|
3052
|
+
"line": 627,
|
2973
3053
|
"character": 3
|
2974
3054
|
},
|
2975
3055
|
"signature": "(method) ExportMain.shouldPushToCentralHub(manyObjectsPerRemote: ObjectsPerRemote[], scopeRemotes: Remotes, originDirectly?: boolean): boolean",
|
@@ -2979,7 +3059,7 @@
|
|
2979
3059
|
"__schema": "ParameterSchema",
|
2980
3060
|
"location": {
|
2981
3061
|
"filePath": "export.main.runtime.ts",
|
2982
|
-
"line":
|
3062
|
+
"line": 628,
|
2983
3063
|
"character": 5
|
2984
3064
|
},
|
2985
3065
|
"name": "manyObjectsPerRemote",
|
@@ -2987,14 +3067,14 @@
|
|
2987
3067
|
"__schema": "TypeArraySchema",
|
2988
3068
|
"location": {
|
2989
3069
|
"filePath": "export.main.runtime.ts",
|
2990
|
-
"line":
|
3070
|
+
"line": 628,
|
2991
3071
|
"character": 27
|
2992
3072
|
},
|
2993
3073
|
"type": {
|
2994
3074
|
"__schema": "TypeRefSchema",
|
2995
3075
|
"location": {
|
2996
3076
|
"filePath": "export.main.runtime.ts",
|
2997
|
-
"line":
|
3077
|
+
"line": 628,
|
2998
3078
|
"character": 27
|
2999
3079
|
},
|
3000
3080
|
"name": "ObjectsPerRemote"
|
@@ -3007,7 +3087,7 @@
|
|
3007
3087
|
"__schema": "ParameterSchema",
|
3008
3088
|
"location": {
|
3009
3089
|
"filePath": "export.main.runtime.ts",
|
3010
|
-
"line":
|
3090
|
+
"line": 629,
|
3011
3091
|
"character": 5
|
3012
3092
|
},
|
3013
3093
|
"name": "scopeRemotes",
|
@@ -3015,7 +3095,7 @@
|
|
3015
3095
|
"__schema": "TypeRefSchema",
|
3016
3096
|
"location": {
|
3017
3097
|
"filePath": "export.main.runtime.ts",
|
3018
|
-
"line":
|
3098
|
+
"line": 629,
|
3019
3099
|
"character": 19
|
3020
3100
|
},
|
3021
3101
|
"name": "Remotes"
|
@@ -3027,7 +3107,7 @@
|
|
3027
3107
|
"__schema": "ParameterSchema",
|
3028
3108
|
"location": {
|
3029
3109
|
"filePath": "export.main.runtime.ts",
|
3030
|
-
"line":
|
3110
|
+
"line": 630,
|
3031
3111
|
"character": 5
|
3032
3112
|
},
|
3033
3113
|
"name": "originDirectly",
|
@@ -3035,7 +3115,7 @@
|
|
3035
3115
|
"__schema": "InferenceTypeSchema",
|
3036
3116
|
"location": {
|
3037
3117
|
"filePath": "export.main.runtime.ts",
|
3038
|
-
"line":
|
3118
|
+
"line": 630,
|
3039
3119
|
"character": 5
|
3040
3120
|
},
|
3041
3121
|
"type": "boolean"
|
@@ -3049,7 +3129,7 @@
|
|
3049
3129
|
"__schema": "KeywordTypeSchema",
|
3050
3130
|
"location": {
|
3051
3131
|
"filePath": "export.main.runtime.ts",
|
3052
|
-
"line":
|
3132
|
+
"line": 631,
|
3053
3133
|
"character": 6
|
3054
3134
|
},
|
3055
3135
|
"name": "boolean"
|
@@ -3060,7 +3140,7 @@
|
|
3060
3140
|
"__schema": "VariableLikeSchema",
|
3061
3141
|
"location": {
|
3062
3142
|
"filePath": "export.main.runtime.ts",
|
3063
|
-
"line":
|
3143
|
+
"line": 843,
|
3064
3144
|
"character": 3
|
3065
3145
|
},
|
3066
3146
|
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
@@ -3069,7 +3149,7 @@
|
|
3069
3149
|
"__schema": "InferenceTypeSchema",
|
3070
3150
|
"location": {
|
3071
3151
|
"filePath": "export.main.runtime.ts",
|
3072
|
-
"line":
|
3152
|
+
"line": 843,
|
3073
3153
|
"character": 3
|
3074
3154
|
},
|
3075
3155
|
"type": "RuntimeDefinition"
|
@@ -3081,7 +3161,7 @@
|
|
3081
3161
|
"__schema": "VariableLikeSchema",
|
3082
3162
|
"location": {
|
3083
3163
|
"filePath": "export.main.runtime.ts",
|
3084
|
-
"line":
|
3164
|
+
"line": 844,
|
3085
3165
|
"character": 3
|
3086
3166
|
},
|
3087
3167
|
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
@@ -3090,7 +3170,7 @@
|
|
3090
3170
|
"__schema": "InferenceTypeSchema",
|
3091
3171
|
"location": {
|
3092
3172
|
"filePath": "export.main.runtime.ts",
|
3093
|
-
"line":
|
3173
|
+
"line": 844,
|
3094
3174
|
"character": 3
|
3095
3175
|
},
|
3096
3176
|
"type": "Aspect[]"
|
@@ -3102,7 +3182,7 @@
|
|
3102
3182
|
"__schema": "FunctionLikeSchema",
|
3103
3183
|
"location": {
|
3104
3184
|
"filePath": "export.main.runtime.ts",
|
3105
|
-
"line":
|
3185
|
+
"line": 853,
|
3106
3186
|
"character": 3
|
3107
3187
|
},
|
3108
3188
|
"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 +3192,7 @@
|
|
3112
3192
|
"__schema": "ParameterSchema",
|
3113
3193
|
"location": {
|
3114
3194
|
"filePath": "export.main.runtime.ts",
|
3115
|
-
"line":
|
3195
|
+
"line": 853,
|
3116
3196
|
"character": 25
|
3117
3197
|
},
|
3118
3198
|
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
@@ -3120,7 +3200,7 @@
|
|
3120
3200
|
"__schema": "TupleTypeSchema",
|
3121
3201
|
"location": {
|
3122
3202
|
"filePath": "export.main.runtime.ts",
|
3123
|
-
"line":
|
3203
|
+
"line": 853,
|
3124
3204
|
"character": 90
|
3125
3205
|
},
|
3126
3206
|
"elements": [
|
@@ -3128,7 +3208,7 @@
|
|
3128
3208
|
"__schema": "TypeRefSchema",
|
3129
3209
|
"location": {
|
3130
3210
|
"filePath": "export.main.runtime.ts",
|
3131
|
-
"line":
|
3211
|
+
"line": 854,
|
3132
3212
|
"character": 5
|
3133
3213
|
},
|
3134
3214
|
"name": "CLIMain"
|
@@ -3137,7 +3217,7 @@
|
|
3137
3217
|
"__schema": "TypeRefSchema",
|
3138
3218
|
"location": {
|
3139
3219
|
"filePath": "export.main.runtime.ts",
|
3140
|
-
"line":
|
3220
|
+
"line": 855,
|
3141
3221
|
"character": 5
|
3142
3222
|
},
|
3143
3223
|
"name": "ScopeMain"
|
@@ -3146,7 +3226,7 @@
|
|
3146
3226
|
"__schema": "TypeRefSchema",
|
3147
3227
|
"location": {
|
3148
3228
|
"filePath": "export.main.runtime.ts",
|
3149
|
-
"line":
|
3229
|
+
"line": 856,
|
3150
3230
|
"character": 5
|
3151
3231
|
},
|
3152
3232
|
"name": "Workspace"
|
@@ -3155,7 +3235,7 @@
|
|
3155
3235
|
"__schema": "TypeRefSchema",
|
3156
3236
|
"location": {
|
3157
3237
|
"filePath": "export.main.runtime.ts",
|
3158
|
-
"line":
|
3238
|
+
"line": 857,
|
3159
3239
|
"character": 5
|
3160
3240
|
},
|
3161
3241
|
"name": "RemoveMain"
|
@@ -3164,7 +3244,7 @@
|
|
3164
3244
|
"__schema": "TypeRefSchema",
|
3165
3245
|
"location": {
|
3166
3246
|
"filePath": "export.main.runtime.ts",
|
3167
|
-
"line":
|
3247
|
+
"line": 858,
|
3168
3248
|
"character": 5
|
3169
3249
|
},
|
3170
3250
|
"name": "DependencyResolverMain"
|
@@ -3173,7 +3253,7 @@
|
|
3173
3253
|
"__schema": "TypeRefSchema",
|
3174
3254
|
"location": {
|
3175
3255
|
"filePath": "export.main.runtime.ts",
|
3176
|
-
"line":
|
3256
|
+
"line": 859,
|
3177
3257
|
"character": 5
|
3178
3258
|
},
|
3179
3259
|
"name": "LoggerMain"
|
@@ -3182,7 +3262,7 @@
|
|
3182
3262
|
"__schema": "TypeRefSchema",
|
3183
3263
|
"location": {
|
3184
3264
|
"filePath": "export.main.runtime.ts",
|
3185
|
-
"line":
|
3265
|
+
"line": 860,
|
3186
3266
|
"character": 5
|
3187
3267
|
},
|
3188
3268
|
"name": "EjectMain"
|
@@ -3197,7 +3277,7 @@
|
|
3197
3277
|
"__schema": "InferenceTypeSchema",
|
3198
3278
|
"location": {
|
3199
3279
|
"filePath": "export.main.runtime.ts",
|
3200
|
-
"line":
|
3280
|
+
"line": 853,
|
3201
3281
|
"character": 3
|
3202
3282
|
},
|
3203
3283
|
"type": "Promise<ExportMain>"
|
@@ -3215,7 +3295,7 @@
|
|
3215
3295
|
"__schema": "FunctionLikeSchema",
|
3216
3296
|
"location": {
|
3217
3297
|
"filePath": "export.main.runtime.ts",
|
3218
|
-
"line":
|
3298
|
+
"line": 923,
|
3219
3299
|
"character": 1
|
3220
3300
|
},
|
3221
3301
|
"signature": "function isUserTryingToExportLanes(consumer: Consumer): boolean",
|
@@ -3225,7 +3305,7 @@
|
|
3225
3305
|
"__schema": "ParameterSchema",
|
3226
3306
|
"location": {
|
3227
3307
|
"filePath": "export.main.runtime.ts",
|
3228
|
-
"line":
|
3308
|
+
"line": 923,
|
3229
3309
|
"character": 43
|
3230
3310
|
},
|
3231
3311
|
"name": "consumer",
|
@@ -3233,7 +3313,7 @@
|
|
3233
3313
|
"__schema": "TypeRefSchema",
|
3234
3314
|
"location": {
|
3235
3315
|
"filePath": "export.main.runtime.ts",
|
3236
|
-
"line":
|
3316
|
+
"line": 923,
|
3237
3317
|
"character": 53
|
3238
3318
|
},
|
3239
3319
|
"name": "Consumer"
|
@@ -3246,7 +3326,7 @@
|
|
3246
3326
|
"__schema": "InferenceTypeSchema",
|
3247
3327
|
"location": {
|
3248
3328
|
"filePath": "export.main.runtime.ts",
|
3249
|
-
"line":
|
3329
|
+
"line": 923,
|
3250
3330
|
"character": 1
|
3251
3331
|
},
|
3252
3332
|
"type": "boolean"
|
@@ -3259,7 +3339,7 @@
|
|
3259
3339
|
"__schema": "UnImplementedSchema",
|
3260
3340
|
"location": {
|
3261
3341
|
"filePath": "export.main.runtime.ts",
|
3262
|
-
"line":
|
3342
|
+
"line": 927,
|
3263
3343
|
"character": 16
|
3264
3344
|
},
|
3265
3345
|
"name": "ExportMain",
|
@@ -3827,7 +3907,7 @@
|
|
3827
3907
|
"__schema": "UnImplementedSchema",
|
3828
3908
|
"location": {
|
3829
3909
|
"filePath": "export.main.runtime.ts",
|
3830
|
-
"line":
|
3910
|
+
"line": 869,
|
3831
3911
|
"character": 1
|
3832
3912
|
},
|
3833
3913
|
"name": "ExportAspect.addRuntime(ExportMain);",
|
@@ -3837,14 +3917,14 @@
|
|
3837
3917
|
"__schema": "FunctionLikeSchema",
|
3838
3918
|
"location": {
|
3839
3919
|
"filePath": "export.main.runtime.ts",
|
3840
|
-
"line":
|
3920
|
+
"line": 875,
|
3841
3921
|
"character": 1
|
3842
3922
|
},
|
3843
3923
|
"doc": {
|
3844
3924
|
"__schema": "DocSchema",
|
3845
3925
|
"location": {
|
3846
3926
|
"filePath": "export.main.runtime.ts",
|
3847
|
-
"line":
|
3927
|
+
"line": 871,
|
3848
3928
|
"character": 1
|
3849
3929
|
},
|
3850
3930
|
"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 +3938,7 @@
|
|
3858
3938
|
"__schema": "ParameterSchema",
|
3859
3939
|
"location": {
|
3860
3940
|
"filePath": "export.main.runtime.ts",
|
3861
|
-
"line":
|
3941
|
+
"line": 875,
|
3862
3942
|
"character": 29
|
3863
3943
|
},
|
3864
3944
|
"name": "bitMap",
|
@@ -3866,7 +3946,7 @@
|
|
3866
3946
|
"__schema": "TypeRefSchema",
|
3867
3947
|
"location": {
|
3868
3948
|
"filePath": "export.main.runtime.ts",
|
3869
|
-
"line":
|
3949
|
+
"line": 875,
|
3870
3950
|
"character": 37
|
3871
3951
|
},
|
3872
3952
|
"name": "BitMap"
|
@@ -3878,7 +3958,7 @@
|
|
3878
3958
|
"__schema": "ParameterSchema",
|
3879
3959
|
"location": {
|
3880
3960
|
"filePath": "export.main.runtime.ts",
|
3881
|
-
"line":
|
3961
|
+
"line": 875,
|
3882
3962
|
"character": 45
|
3883
3963
|
},
|
3884
3964
|
"name": "componentsIds",
|
@@ -3886,7 +3966,7 @@
|
|
3886
3966
|
"__schema": "TypeRefSchema",
|
3887
3967
|
"location": {
|
3888
3968
|
"filePath": "export.main.runtime.ts",
|
3889
|
-
"line":
|
3969
|
+
"line": 875,
|
3890
3970
|
"character": 60
|
3891
3971
|
},
|
3892
3972
|
"name": "ComponentIdList"
|
@@ -3899,14 +3979,14 @@
|
|
3899
3979
|
"__schema": "TypeArraySchema",
|
3900
3980
|
"location": {
|
3901
3981
|
"filePath": "export.main.runtime.ts",
|
3902
|
-
"line":
|
3982
|
+
"line": 875,
|
3903
3983
|
"character": 78
|
3904
3984
|
},
|
3905
3985
|
"type": {
|
3906
3986
|
"__schema": "TypeRefSchema",
|
3907
3987
|
"location": {
|
3908
3988
|
"filePath": "export.main.runtime.ts",
|
3909
|
-
"line":
|
3989
|
+
"line": 875,
|
3910
3990
|
"character": 78
|
3911
3991
|
},
|
3912
3992
|
"name": "ComponentID"
|
@@ -3918,7 +3998,7 @@
|
|
3918
3998
|
"__schema": "FunctionLikeSchema",
|
3919
3999
|
"location": {
|
3920
4000
|
"filePath": "export.main.runtime.ts",
|
3921
|
-
"line":
|
4001
|
+
"line": 884,
|
3922
4002
|
"character": 1
|
3923
4003
|
},
|
3924
4004
|
"signature": "function getParsedId(consumer: Consumer, id: string): Promise<ComponentID>",
|
@@ -3928,7 +4008,7 @@
|
|
3928
4008
|
"__schema": "ParameterSchema",
|
3929
4009
|
"location": {
|
3930
4010
|
"filePath": "export.main.runtime.ts",
|
3931
|
-
"line":
|
4011
|
+
"line": 884,
|
3932
4012
|
"character": 28
|
3933
4013
|
},
|
3934
4014
|
"name": "consumer",
|
@@ -3936,7 +4016,7 @@
|
|
3936
4016
|
"__schema": "TypeRefSchema",
|
3937
4017
|
"location": {
|
3938
4018
|
"filePath": "export.main.runtime.ts",
|
3939
|
-
"line":
|
4019
|
+
"line": 884,
|
3940
4020
|
"character": 38
|
3941
4021
|
},
|
3942
4022
|
"name": "Consumer"
|
@@ -3948,7 +4028,7 @@
|
|
3948
4028
|
"__schema": "ParameterSchema",
|
3949
4029
|
"location": {
|
3950
4030
|
"filePath": "export.main.runtime.ts",
|
3951
|
-
"line":
|
4031
|
+
"line": 884,
|
3952
4032
|
"character": 48
|
3953
4033
|
},
|
3954
4034
|
"name": "id",
|
@@ -3956,7 +4036,7 @@
|
|
3956
4036
|
"__schema": "KeywordTypeSchema",
|
3957
4037
|
"location": {
|
3958
4038
|
"filePath": "export.main.runtime.ts",
|
3959
|
-
"line":
|
4039
|
+
"line": 884,
|
3960
4040
|
"character": 52
|
3961
4041
|
},
|
3962
4042
|
"name": "string"
|
@@ -3969,7 +4049,7 @@
|
|
3969
4049
|
"__schema": "TypeRefSchema",
|
3970
4050
|
"location": {
|
3971
4051
|
"filePath": "export.main.runtime.ts",
|
3972
|
-
"line":
|
4052
|
+
"line": 884,
|
3973
4053
|
"character": 61
|
3974
4054
|
},
|
3975
4055
|
"name": "Promise",
|
@@ -3978,7 +4058,7 @@
|
|
3978
4058
|
"__schema": "TypeRefSchema",
|
3979
4059
|
"location": {
|
3980
4060
|
"filePath": "export.main.runtime.ts",
|
3981
|
-
"line":
|
4061
|
+
"line": 884,
|
3982
4062
|
"character": 69
|
3983
4063
|
},
|
3984
4064
|
"name": "ComponentID"
|
@@ -3993,7 +4073,7 @@
|
|
3993
4073
|
"__schema": "FunctionLikeSchema",
|
3994
4074
|
"location": {
|
3995
4075
|
"filePath": "export.main.runtime.ts",
|
3996
|
-
"line":
|
4076
|
+
"line": 894,
|
3997
4077
|
"character": 1
|
3998
4078
|
},
|
3999
4079
|
"signature": "function _throwForUnsnappedLaneReadme(lane: Lane): void",
|
@@ -4003,7 +4083,7 @@
|
|
4003
4083
|
"__schema": "ParameterSchema",
|
4004
4084
|
"location": {
|
4005
4085
|
"filePath": "export.main.runtime.ts",
|
4006
|
-
"line":
|
4086
|
+
"line": 894,
|
4007
4087
|
"character": 39
|
4008
4088
|
},
|
4009
4089
|
"name": "lane",
|
@@ -4011,7 +4091,7 @@
|
|
4011
4091
|
"__schema": "TypeRefSchema",
|
4012
4092
|
"location": {
|
4013
4093
|
"filePath": "export.main.runtime.ts",
|
4014
|
-
"line":
|
4094
|
+
"line": 894,
|
4015
4095
|
"character": 45
|
4016
4096
|
},
|
4017
4097
|
"name": "Lane"
|
@@ -4024,7 +4104,7 @@
|
|
4024
4104
|
"__schema": "TypeRefSchema",
|
4025
4105
|
"location": {
|
4026
4106
|
"filePath": "export.main.runtime.ts",
|
4027
|
-
"line":
|
4107
|
+
"line": 894,
|
4028
4108
|
"character": 1
|
4029
4109
|
},
|
4030
4110
|
"name": "_throwForUnsnappedLaneReadme",
|
@@ -4036,7 +4116,7 @@
|
|
4036
4116
|
"__schema": "FunctionLikeSchema",
|
4037
4117
|
"location": {
|
4038
4118
|
"filePath": "export.main.runtime.ts",
|
4039
|
-
"line":
|
4119
|
+
"line": 910,
|
4040
4120
|
"character": 1
|
4041
4121
|
},
|
4042
4122
|
"signature": "function updateLanesAfterExport(consumer: Consumer, lane: Lane): Promise<void>",
|
@@ -4046,7 +4126,7 @@
|
|
4046
4126
|
"__schema": "ParameterSchema",
|
4047
4127
|
"location": {
|
4048
4128
|
"filePath": "export.main.runtime.ts",
|
4049
|
-
"line":
|
4129
|
+
"line": 910,
|
4050
4130
|
"character": 39
|
4051
4131
|
},
|
4052
4132
|
"name": "consumer",
|
@@ -4054,7 +4134,7 @@
|
|
4054
4134
|
"__schema": "TypeRefSchema",
|
4055
4135
|
"location": {
|
4056
4136
|
"filePath": "export.main.runtime.ts",
|
4057
|
-
"line":
|
4137
|
+
"line": 910,
|
4058
4138
|
"character": 49
|
4059
4139
|
},
|
4060
4140
|
"name": "Consumer"
|
@@ -4066,7 +4146,7 @@
|
|
4066
4146
|
"__schema": "ParameterSchema",
|
4067
4147
|
"location": {
|
4068
4148
|
"filePath": "export.main.runtime.ts",
|
4069
|
-
"line":
|
4149
|
+
"line": 910,
|
4070
4150
|
"character": 59
|
4071
4151
|
},
|
4072
4152
|
"name": "lane",
|
@@ -4074,7 +4154,7 @@
|
|
4074
4154
|
"__schema": "TypeRefSchema",
|
4075
4155
|
"location": {
|
4076
4156
|
"filePath": "export.main.runtime.ts",
|
4077
|
-
"line":
|
4157
|
+
"line": 910,
|
4078
4158
|
"character": 65
|
4079
4159
|
},
|
4080
4160
|
"name": "Lane"
|
@@ -4087,7 +4167,7 @@
|
|
4087
4167
|
"__schema": "InferenceTypeSchema",
|
4088
4168
|
"location": {
|
4089
4169
|
"filePath": "export.main.runtime.ts",
|
4090
|
-
"line":
|
4170
|
+
"line": 910,
|
4091
4171
|
"character": 1
|
4092
4172
|
},
|
4093
4173
|
"type": "Promise<void>"
|
@@ -4139,7 +4219,7 @@
|
|
4139
4219
|
"componentId": {
|
4140
4220
|
"scope": "teambit.scope",
|
4141
4221
|
"name": "export",
|
4142
|
-
"version": "1.0.
|
4222
|
+
"version": "1.0.450"
|
4143
4223
|
},
|
4144
4224
|
"taggedModuleExports": []
|
4145
4225
|
}
|