@teambit/export 1.0.398 → 1.0.399
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 +524 -198
- package/dist/export-cmd.js +3 -2
- package/dist/export-cmd.js.map +1 -1
- package/dist/export.main.runtime.d.ts +9 -2
- package/dist/export.main.runtime.js +5 -1
- package/dist/export.main.runtime.js.map +1 -1
- package/dist/{preview-1725542343103.js → preview-1725592742832.js} +2 -2
- package/package.json +9 -9
package/artifacts/schema.json
CHANGED
@@ -213,14 +213,14 @@
|
|
213
213
|
"__schema": "FunctionLikeSchema",
|
214
214
|
"location": {
|
215
215
|
"filePath": "export.main.runtime.ts",
|
216
|
-
"line":
|
216
|
+
"line": 227,
|
217
217
|
"character": 3
|
218
218
|
},
|
219
219
|
"doc": {
|
220
220
|
"__schema": "DocSchema",
|
221
221
|
"location": {
|
222
222
|
"filePath": "export.main.runtime.ts",
|
223
|
-
"line":
|
223
|
+
"line": 224,
|
224
224
|
"character": 3
|
225
225
|
},
|
226
226
|
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
@@ -234,7 +234,7 @@
|
|
234
234
|
"__schema": "ParameterSchema",
|
235
235
|
"location": {
|
236
236
|
"filePath": "export.main.runtime.ts",
|
237
|
-
"line":
|
237
|
+
"line": 227,
|
238
238
|
"character": 20
|
239
239
|
},
|
240
240
|
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, filterOutExistingVersions, exportOrigin = 'export' }",
|
@@ -242,7 +242,7 @@
|
|
242
242
|
"__schema": "TypeLiteralSchema",
|
243
243
|
"location": {
|
244
244
|
"filePath": "export.main.runtime.ts",
|
245
|
-
"line":
|
245
|
+
"line": 240,
|
246
246
|
"character": 6
|
247
247
|
},
|
248
248
|
"members": [
|
@@ -250,7 +250,7 @@
|
|
250
250
|
"__schema": "VariableLikeSchema",
|
251
251
|
"location": {
|
252
252
|
"filePath": "export.main.runtime.ts",
|
253
|
-
"line":
|
253
|
+
"line": 241,
|
254
254
|
"character": 5
|
255
255
|
},
|
256
256
|
"signature": "(property) scope: Scope",
|
@@ -259,7 +259,7 @@
|
|
259
259
|
"__schema": "TypeRefSchema",
|
260
260
|
"location": {
|
261
261
|
"filePath": "export.main.runtime.ts",
|
262
|
-
"line":
|
262
|
+
"line": 241,
|
263
263
|
"character": 5
|
264
264
|
},
|
265
265
|
"name": "Scope",
|
@@ -271,7 +271,7 @@
|
|
271
271
|
"__schema": "VariableLikeSchema",
|
272
272
|
"location": {
|
273
273
|
"filePath": "export.main.runtime.ts",
|
274
|
-
"line":
|
274
|
+
"line": 242,
|
275
275
|
"character": 5
|
276
276
|
},
|
277
277
|
"signature": "(property) ids: ComponentIdList",
|
@@ -280,7 +280,7 @@
|
|
280
280
|
"__schema": "TypeRefSchema",
|
281
281
|
"location": {
|
282
282
|
"filePath": "export.main.runtime.ts",
|
283
|
-
"line":
|
283
|
+
"line": 242,
|
284
284
|
"character": 5
|
285
285
|
},
|
286
286
|
"name": "ComponentIdList",
|
@@ -296,7 +296,7 @@
|
|
296
296
|
"__schema": "VariableLikeSchema",
|
297
297
|
"location": {
|
298
298
|
"filePath": "export.main.runtime.ts",
|
299
|
-
"line":
|
299
|
+
"line": 243,
|
300
300
|
"character": 5
|
301
301
|
},
|
302
302
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -305,7 +305,7 @@
|
|
305
305
|
"__schema": "TypeRefSchema",
|
306
306
|
"location": {
|
307
307
|
"filePath": "export.main.runtime.ts",
|
308
|
-
"line":
|
308
|
+
"line": 243,
|
309
309
|
"character": 18
|
310
310
|
},
|
311
311
|
"name": "Lane"
|
@@ -316,7 +316,7 @@
|
|
316
316
|
"__schema": "VariableLikeSchema",
|
317
317
|
"location": {
|
318
318
|
"filePath": "export.main.runtime.ts",
|
319
|
-
"line":
|
319
|
+
"line": 244,
|
320
320
|
"character": 5
|
321
321
|
},
|
322
322
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -325,7 +325,7 @@
|
|
325
325
|
"__schema": "KeywordTypeSchema",
|
326
326
|
"location": {
|
327
327
|
"filePath": "export.main.runtime.ts",
|
328
|
-
"line":
|
328
|
+
"line": 244,
|
329
329
|
"character": 19
|
330
330
|
},
|
331
331
|
"name": "boolean"
|
@@ -336,7 +336,7 @@
|
|
336
336
|
"__schema": "VariableLikeSchema",
|
337
337
|
"location": {
|
338
338
|
"filePath": "export.main.runtime.ts",
|
339
|
-
"line":
|
339
|
+
"line": 245,
|
340
340
|
"character": 5
|
341
341
|
},
|
342
342
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -345,7 +345,7 @@
|
|
345
345
|
"__schema": "KeywordTypeSchema",
|
346
346
|
"location": {
|
347
347
|
"filePath": "export.main.runtime.ts",
|
348
|
-
"line":
|
348
|
+
"line": 245,
|
349
349
|
"character": 22
|
350
350
|
},
|
351
351
|
"name": "boolean"
|
@@ -356,7 +356,7 @@
|
|
356
356
|
"__schema": "VariableLikeSchema",
|
357
357
|
"location": {
|
358
358
|
"filePath": "export.main.runtime.ts",
|
359
|
-
"line":
|
359
|
+
"line": 246,
|
360
360
|
"character": 5
|
361
361
|
},
|
362
362
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
@@ -365,7 +365,7 @@
|
|
365
365
|
"__schema": "TypeRefSchema",
|
366
366
|
"location": {
|
367
367
|
"filePath": "export.main.runtime.ts",
|
368
|
-
"line":
|
368
|
+
"line": 246,
|
369
369
|
"character": 5
|
370
370
|
},
|
371
371
|
"name": "ComponentIdList",
|
@@ -381,7 +381,7 @@
|
|
381
381
|
"__schema": "VariableLikeSchema",
|
382
382
|
"location": {
|
383
383
|
"filePath": "export.main.runtime.ts",
|
384
|
-
"line":
|
384
|
+
"line": 247,
|
385
385
|
"character": 5
|
386
386
|
},
|
387
387
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -390,7 +390,7 @@
|
|
390
390
|
"__schema": "TypeUnionSchema",
|
391
391
|
"location": {
|
392
392
|
"filePath": "export.main.runtime.ts",
|
393
|
-
"line":
|
393
|
+
"line": 247,
|
394
394
|
"character": 22
|
395
395
|
},
|
396
396
|
"types": [
|
@@ -398,7 +398,7 @@
|
|
398
398
|
"__schema": "KeywordTypeSchema",
|
399
399
|
"location": {
|
400
400
|
"filePath": "export.main.runtime.ts",
|
401
|
-
"line":
|
401
|
+
"line": 247,
|
402
402
|
"character": 22
|
403
403
|
},
|
404
404
|
"name": "string"
|
@@ -407,7 +407,7 @@
|
|
407
407
|
"__schema": "KeywordTypeSchema",
|
408
408
|
"location": {
|
409
409
|
"filePath": "export.main.runtime.ts",
|
410
|
-
"line":
|
410
|
+
"line": 247,
|
411
411
|
"character": 31
|
412
412
|
},
|
413
413
|
"name": "undefined"
|
@@ -420,7 +420,7 @@
|
|
420
420
|
"__schema": "VariableLikeSchema",
|
421
421
|
"location": {
|
422
422
|
"filePath": "export.main.runtime.ts",
|
423
|
-
"line":
|
423
|
+
"line": 248,
|
424
424
|
"character": 5
|
425
425
|
},
|
426
426
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -429,7 +429,7 @@
|
|
429
429
|
"__schema": "KeywordTypeSchema",
|
430
430
|
"location": {
|
431
431
|
"filePath": "export.main.runtime.ts",
|
432
|
-
"line":
|
432
|
+
"line": 248,
|
433
433
|
"character": 32
|
434
434
|
},
|
435
435
|
"name": "boolean"
|
@@ -440,7 +440,7 @@
|
|
440
440
|
"__schema": "VariableLikeSchema",
|
441
441
|
"location": {
|
442
442
|
"filePath": "export.main.runtime.ts",
|
443
|
-
"line":
|
443
|
+
"line": 249,
|
444
444
|
"character": 5
|
445
445
|
},
|
446
446
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -449,7 +449,7 @@
|
|
449
449
|
"__schema": "KeywordTypeSchema",
|
450
450
|
"location": {
|
451
451
|
"filePath": "export.main.runtime.ts",
|
452
|
-
"line":
|
452
|
+
"line": 249,
|
453
453
|
"character": 16
|
454
454
|
},
|
455
455
|
"name": "boolean"
|
@@ -460,7 +460,7 @@
|
|
460
460
|
"__schema": "VariableLikeSchema",
|
461
461
|
"location": {
|
462
462
|
"filePath": "export.main.runtime.ts",
|
463
|
-
"line":
|
463
|
+
"line": 250,
|
464
464
|
"character": 5
|
465
465
|
},
|
466
466
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -469,7 +469,7 @@
|
|
469
469
|
"__schema": "KeywordTypeSchema",
|
470
470
|
"location": {
|
471
471
|
"filePath": "export.main.runtime.ts",
|
472
|
-
"line":
|
472
|
+
"line": 250,
|
473
473
|
"character": 23
|
474
474
|
},
|
475
475
|
"name": "boolean"
|
@@ -480,7 +480,7 @@
|
|
480
480
|
"__schema": "VariableLikeSchema",
|
481
481
|
"location": {
|
482
482
|
"filePath": "export.main.runtime.ts",
|
483
|
-
"line":
|
483
|
+
"line": 251,
|
484
484
|
"character": 5
|
485
485
|
},
|
486
486
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -489,7 +489,7 @@
|
|
489
489
|
"__schema": "KeywordTypeSchema",
|
490
490
|
"location": {
|
491
491
|
"filePath": "export.main.runtime.ts",
|
492
|
-
"line":
|
492
|
+
"line": 251,
|
493
493
|
"character": 33
|
494
494
|
},
|
495
495
|
"name": "boolean"
|
@@ -500,7 +500,7 @@
|
|
500
500
|
"__schema": "VariableLikeSchema",
|
501
501
|
"location": {
|
502
502
|
"filePath": "export.main.runtime.ts",
|
503
|
-
"line":
|
503
|
+
"line": 252,
|
504
504
|
"character": 5
|
505
505
|
},
|
506
506
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -509,7 +509,7 @@
|
|
509
509
|
"__schema": "TypeRefSchema",
|
510
510
|
"location": {
|
511
511
|
"filePath": "export.main.runtime.ts",
|
512
|
-
"line":
|
512
|
+
"line": 252,
|
513
513
|
"character": 20
|
514
514
|
},
|
515
515
|
"name": "ExportOrigin"
|
@@ -524,7 +524,7 @@
|
|
524
524
|
"__schema": "VariableLikeSchema",
|
525
525
|
"location": {
|
526
526
|
"filePath": "export.main.runtime.ts",
|
527
|
-
"line":
|
527
|
+
"line": 241,
|
528
528
|
"character": 5
|
529
529
|
},
|
530
530
|
"signature": "(property) scope: Scope",
|
@@ -533,7 +533,7 @@
|
|
533
533
|
"__schema": "TypeRefSchema",
|
534
534
|
"location": {
|
535
535
|
"filePath": "export.main.runtime.ts",
|
536
|
-
"line":
|
536
|
+
"line": 241,
|
537
537
|
"character": 5
|
538
538
|
},
|
539
539
|
"name": "Scope",
|
@@ -545,7 +545,7 @@
|
|
545
545
|
"__schema": "VariableLikeSchema",
|
546
546
|
"location": {
|
547
547
|
"filePath": "export.main.runtime.ts",
|
548
|
-
"line":
|
548
|
+
"line": 242,
|
549
549
|
"character": 5
|
550
550
|
},
|
551
551
|
"signature": "(property) ids: ComponentIdList",
|
@@ -554,7 +554,7 @@
|
|
554
554
|
"__schema": "TypeRefSchema",
|
555
555
|
"location": {
|
556
556
|
"filePath": "export.main.runtime.ts",
|
557
|
-
"line":
|
557
|
+
"line": 242,
|
558
558
|
"character": 5
|
559
559
|
},
|
560
560
|
"name": "ComponentIdList",
|
@@ -570,7 +570,7 @@
|
|
570
570
|
"__schema": "VariableLikeSchema",
|
571
571
|
"location": {
|
572
572
|
"filePath": "export.main.runtime.ts",
|
573
|
-
"line":
|
573
|
+
"line": 243,
|
574
574
|
"character": 5
|
575
575
|
},
|
576
576
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -579,7 +579,7 @@
|
|
579
579
|
"__schema": "TypeRefSchema",
|
580
580
|
"location": {
|
581
581
|
"filePath": "export.main.runtime.ts",
|
582
|
-
"line":
|
582
|
+
"line": 243,
|
583
583
|
"character": 18
|
584
584
|
},
|
585
585
|
"name": "Lane"
|
@@ -590,7 +590,7 @@
|
|
590
590
|
"__schema": "VariableLikeSchema",
|
591
591
|
"location": {
|
592
592
|
"filePath": "export.main.runtime.ts",
|
593
|
-
"line":
|
593
|
+
"line": 244,
|
594
594
|
"character": 5
|
595
595
|
},
|
596
596
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -599,7 +599,7 @@
|
|
599
599
|
"__schema": "KeywordTypeSchema",
|
600
600
|
"location": {
|
601
601
|
"filePath": "export.main.runtime.ts",
|
602
|
-
"line":
|
602
|
+
"line": 244,
|
603
603
|
"character": 19
|
604
604
|
},
|
605
605
|
"name": "boolean"
|
@@ -610,7 +610,7 @@
|
|
610
610
|
"__schema": "VariableLikeSchema",
|
611
611
|
"location": {
|
612
612
|
"filePath": "export.main.runtime.ts",
|
613
|
-
"line":
|
613
|
+
"line": 245,
|
614
614
|
"character": 5
|
615
615
|
},
|
616
616
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -619,7 +619,7 @@
|
|
619
619
|
"__schema": "KeywordTypeSchema",
|
620
620
|
"location": {
|
621
621
|
"filePath": "export.main.runtime.ts",
|
622
|
-
"line":
|
622
|
+
"line": 245,
|
623
623
|
"character": 22
|
624
624
|
},
|
625
625
|
"name": "boolean"
|
@@ -630,7 +630,7 @@
|
|
630
630
|
"__schema": "VariableLikeSchema",
|
631
631
|
"location": {
|
632
632
|
"filePath": "export.main.runtime.ts",
|
633
|
-
"line":
|
633
|
+
"line": 246,
|
634
634
|
"character": 5
|
635
635
|
},
|
636
636
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
@@ -639,7 +639,7 @@
|
|
639
639
|
"__schema": "TypeRefSchema",
|
640
640
|
"location": {
|
641
641
|
"filePath": "export.main.runtime.ts",
|
642
|
-
"line":
|
642
|
+
"line": 246,
|
643
643
|
"character": 5
|
644
644
|
},
|
645
645
|
"name": "ComponentIdList",
|
@@ -655,7 +655,7 @@
|
|
655
655
|
"__schema": "VariableLikeSchema",
|
656
656
|
"location": {
|
657
657
|
"filePath": "export.main.runtime.ts",
|
658
|
-
"line":
|
658
|
+
"line": 247,
|
659
659
|
"character": 5
|
660
660
|
},
|
661
661
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -664,7 +664,7 @@
|
|
664
664
|
"__schema": "TypeUnionSchema",
|
665
665
|
"location": {
|
666
666
|
"filePath": "export.main.runtime.ts",
|
667
|
-
"line":
|
667
|
+
"line": 247,
|
668
668
|
"character": 22
|
669
669
|
},
|
670
670
|
"types": [
|
@@ -672,7 +672,7 @@
|
|
672
672
|
"__schema": "KeywordTypeSchema",
|
673
673
|
"location": {
|
674
674
|
"filePath": "export.main.runtime.ts",
|
675
|
-
"line":
|
675
|
+
"line": 247,
|
676
676
|
"character": 22
|
677
677
|
},
|
678
678
|
"name": "string"
|
@@ -681,7 +681,7 @@
|
|
681
681
|
"__schema": "KeywordTypeSchema",
|
682
682
|
"location": {
|
683
683
|
"filePath": "export.main.runtime.ts",
|
684
|
-
"line":
|
684
|
+
"line": 247,
|
685
685
|
"character": 31
|
686
686
|
},
|
687
687
|
"name": "undefined"
|
@@ -694,7 +694,7 @@
|
|
694
694
|
"__schema": "VariableLikeSchema",
|
695
695
|
"location": {
|
696
696
|
"filePath": "export.main.runtime.ts",
|
697
|
-
"line":
|
697
|
+
"line": 248,
|
698
698
|
"character": 5
|
699
699
|
},
|
700
700
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -703,7 +703,7 @@
|
|
703
703
|
"__schema": "KeywordTypeSchema",
|
704
704
|
"location": {
|
705
705
|
"filePath": "export.main.runtime.ts",
|
706
|
-
"line":
|
706
|
+
"line": 248,
|
707
707
|
"character": 32
|
708
708
|
},
|
709
709
|
"name": "boolean"
|
@@ -714,7 +714,7 @@
|
|
714
714
|
"__schema": "VariableLikeSchema",
|
715
715
|
"location": {
|
716
716
|
"filePath": "export.main.runtime.ts",
|
717
|
-
"line":
|
717
|
+
"line": 249,
|
718
718
|
"character": 5
|
719
719
|
},
|
720
720
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -723,7 +723,7 @@
|
|
723
723
|
"__schema": "KeywordTypeSchema",
|
724
724
|
"location": {
|
725
725
|
"filePath": "export.main.runtime.ts",
|
726
|
-
"line":
|
726
|
+
"line": 249,
|
727
727
|
"character": 16
|
728
728
|
},
|
729
729
|
"name": "boolean"
|
@@ -734,7 +734,7 @@
|
|
734
734
|
"__schema": "VariableLikeSchema",
|
735
735
|
"location": {
|
736
736
|
"filePath": "export.main.runtime.ts",
|
737
|
-
"line":
|
737
|
+
"line": 250,
|
738
738
|
"character": 5
|
739
739
|
},
|
740
740
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -743,7 +743,7 @@
|
|
743
743
|
"__schema": "KeywordTypeSchema",
|
744
744
|
"location": {
|
745
745
|
"filePath": "export.main.runtime.ts",
|
746
|
-
"line":
|
746
|
+
"line": 250,
|
747
747
|
"character": 23
|
748
748
|
},
|
749
749
|
"name": "boolean"
|
@@ -754,7 +754,7 @@
|
|
754
754
|
"__schema": "VariableLikeSchema",
|
755
755
|
"location": {
|
756
756
|
"filePath": "export.main.runtime.ts",
|
757
|
-
"line":
|
757
|
+
"line": 251,
|
758
758
|
"character": 5
|
759
759
|
},
|
760
760
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -763,7 +763,7 @@
|
|
763
763
|
"__schema": "KeywordTypeSchema",
|
764
764
|
"location": {
|
765
765
|
"filePath": "export.main.runtime.ts",
|
766
|
-
"line":
|
766
|
+
"line": 251,
|
767
767
|
"character": 33
|
768
768
|
},
|
769
769
|
"name": "boolean"
|
@@ -774,7 +774,7 @@
|
|
774
774
|
"__schema": "VariableLikeSchema",
|
775
775
|
"location": {
|
776
776
|
"filePath": "export.main.runtime.ts",
|
777
|
-
"line":
|
777
|
+
"line": 252,
|
778
778
|
"character": 5
|
779
779
|
},
|
780
780
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -783,7 +783,7 @@
|
|
783
783
|
"__schema": "TypeRefSchema",
|
784
784
|
"location": {
|
785
785
|
"filePath": "export.main.runtime.ts",
|
786
|
-
"line":
|
786
|
+
"line": 252,
|
787
787
|
"character": 20
|
788
788
|
},
|
789
789
|
"name": "ExportOrigin"
|
@@ -798,7 +798,7 @@
|
|
798
798
|
"__schema": "TypeRefSchema",
|
799
799
|
"location": {
|
800
800
|
"filePath": "export.main.runtime.ts",
|
801
|
-
"line":
|
801
|
+
"line": 253,
|
802
802
|
"character": 7
|
803
803
|
},
|
804
804
|
"name": "Promise",
|
@@ -807,7 +807,7 @@
|
|
807
807
|
"__schema": "TypeLiteralSchema",
|
808
808
|
"location": {
|
809
809
|
"filePath": "export.main.runtime.ts",
|
810
|
-
"line":
|
810
|
+
"line": 253,
|
811
811
|
"character": 15
|
812
812
|
},
|
813
813
|
"members": [
|
@@ -815,7 +815,7 @@
|
|
815
815
|
"__schema": "VariableLikeSchema",
|
816
816
|
"location": {
|
817
817
|
"filePath": "export.main.runtime.ts",
|
818
|
-
"line":
|
818
|
+
"line": 254,
|
819
819
|
"character": 5
|
820
820
|
},
|
821
821
|
"signature": "(property) exported: ComponentIdList",
|
@@ -824,7 +824,7 @@
|
|
824
824
|
"__schema": "TypeRefSchema",
|
825
825
|
"location": {
|
826
826
|
"filePath": "export.main.runtime.ts",
|
827
|
-
"line":
|
827
|
+
"line": 254,
|
828
828
|
"character": 5
|
829
829
|
},
|
830
830
|
"name": "ComponentIdList",
|
@@ -840,7 +840,7 @@
|
|
840
840
|
"__schema": "VariableLikeSchema",
|
841
841
|
"location": {
|
842
842
|
"filePath": "export.main.runtime.ts",
|
843
|
-
"line":
|
843
|
+
"line": 255,
|
844
844
|
"character": 5
|
845
845
|
},
|
846
846
|
"signature": "(property) updatedLocally: ComponentIdList",
|
@@ -849,7 +849,7 @@
|
|
849
849
|
"__schema": "TypeRefSchema",
|
850
850
|
"location": {
|
851
851
|
"filePath": "export.main.runtime.ts",
|
852
|
-
"line":
|
852
|
+
"line": 255,
|
853
853
|
"character": 5
|
854
854
|
},
|
855
855
|
"name": "ComponentIdList",
|
@@ -865,7 +865,7 @@
|
|
865
865
|
"__schema": "VariableLikeSchema",
|
866
866
|
"location": {
|
867
867
|
"filePath": "export.main.runtime.ts",
|
868
|
-
"line":
|
868
|
+
"line": 256,
|
869
869
|
"character": 5
|
870
870
|
},
|
871
871
|
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
@@ -874,14 +874,14 @@
|
|
874
874
|
"__schema": "TypeArraySchema",
|
875
875
|
"location": {
|
876
876
|
"filePath": "export.main.runtime.ts",
|
877
|
-
"line":
|
877
|
+
"line": 256,
|
878
878
|
"character": 21
|
879
879
|
},
|
880
880
|
"type": {
|
881
881
|
"__schema": "TypeRefSchema",
|
882
882
|
"location": {
|
883
883
|
"filePath": "export.main.runtime.ts",
|
884
|
-
"line":
|
884
|
+
"line": 256,
|
885
885
|
"character": 21
|
886
886
|
},
|
887
887
|
"name": "ComponentID"
|
@@ -893,7 +893,7 @@
|
|
893
893
|
"__schema": "VariableLikeSchema",
|
894
894
|
"location": {
|
895
895
|
"filePath": "export.main.runtime.ts",
|
896
|
-
"line":
|
896
|
+
"line": 257,
|
897
897
|
"character": 5
|
898
898
|
},
|
899
899
|
"signature": "(property) rippleJobs: string[]",
|
@@ -902,14 +902,14 @@
|
|
902
902
|
"__schema": "TypeArraySchema",
|
903
903
|
"location": {
|
904
904
|
"filePath": "export.main.runtime.ts",
|
905
|
-
"line":
|
905
|
+
"line": 257,
|
906
906
|
"character": 17
|
907
907
|
},
|
908
908
|
"type": {
|
909
909
|
"__schema": "KeywordTypeSchema",
|
910
910
|
"location": {
|
911
911
|
"filePath": "export.main.runtime.ts",
|
912
|
-
"line":
|
912
|
+
"line": 257,
|
913
913
|
"character": 17
|
914
914
|
},
|
915
915
|
"name": "string"
|
@@ -925,11 +925,174 @@
|
|
925
925
|
"async"
|
926
926
|
]
|
927
927
|
},
|
928
|
+
{
|
929
|
+
"__schema": "FunctionLikeSchema",
|
930
|
+
"location": {
|
931
|
+
"filePath": "export.main.runtime.ts",
|
932
|
+
"line": 580,
|
933
|
+
"character": 3
|
934
|
+
},
|
935
|
+
"signature": "(method) ExportMain.pushToRemotesCarefully(manyObjectsPerRemote: ObjectsPerRemote[], resumeExportId?: string): Promise<void>",
|
936
|
+
"name": "pushToRemotesCarefully",
|
937
|
+
"params": [
|
938
|
+
{
|
939
|
+
"__schema": "ParameterSchema",
|
940
|
+
"location": {
|
941
|
+
"filePath": "export.main.runtime.ts",
|
942
|
+
"line": 580,
|
943
|
+
"character": 32
|
944
|
+
},
|
945
|
+
"name": "manyObjectsPerRemote",
|
946
|
+
"type": {
|
947
|
+
"__schema": "TypeArraySchema",
|
948
|
+
"location": {
|
949
|
+
"filePath": "export.main.runtime.ts",
|
950
|
+
"line": 580,
|
951
|
+
"character": 54
|
952
|
+
},
|
953
|
+
"type": {
|
954
|
+
"__schema": "TypeRefSchema",
|
955
|
+
"location": {
|
956
|
+
"filePath": "export.main.runtime.ts",
|
957
|
+
"line": 580,
|
958
|
+
"character": 54
|
959
|
+
},
|
960
|
+
"name": "ObjectsPerRemote"
|
961
|
+
}
|
962
|
+
},
|
963
|
+
"isOptional": false,
|
964
|
+
"isSpread": false
|
965
|
+
},
|
966
|
+
{
|
967
|
+
"__schema": "ParameterSchema",
|
968
|
+
"location": {
|
969
|
+
"filePath": "export.main.runtime.ts",
|
970
|
+
"line": 580,
|
971
|
+
"character": 74
|
972
|
+
},
|
973
|
+
"name": "resumeExportId",
|
974
|
+
"type": {
|
975
|
+
"__schema": "KeywordTypeSchema",
|
976
|
+
"location": {
|
977
|
+
"filePath": "export.main.runtime.ts",
|
978
|
+
"line": 580,
|
979
|
+
"character": 91
|
980
|
+
},
|
981
|
+
"name": "string"
|
982
|
+
},
|
983
|
+
"isOptional": true,
|
984
|
+
"isSpread": false
|
985
|
+
}
|
986
|
+
],
|
987
|
+
"returnType": {
|
988
|
+
"__schema": "InferenceTypeSchema",
|
989
|
+
"location": {
|
990
|
+
"filePath": "export.main.runtime.ts",
|
991
|
+
"line": 580,
|
992
|
+
"character": 3
|
993
|
+
},
|
994
|
+
"type": "Promise<void>"
|
995
|
+
},
|
996
|
+
"modifiers": [
|
997
|
+
"async"
|
998
|
+
]
|
999
|
+
},
|
1000
|
+
{
|
1001
|
+
"__schema": "FunctionLikeSchema",
|
1002
|
+
"location": {
|
1003
|
+
"filePath": "export.main.runtime.ts",
|
1004
|
+
"line": 618,
|
1005
|
+
"character": 3
|
1006
|
+
},
|
1007
|
+
"signature": "(method) ExportMain.shouldPushToCentralHub(manyObjectsPerRemote: ObjectsPerRemote[], scopeRemotes: Remotes, originDirectly?: boolean): boolean",
|
1008
|
+
"name": "shouldPushToCentralHub",
|
1009
|
+
"params": [
|
1010
|
+
{
|
1011
|
+
"__schema": "ParameterSchema",
|
1012
|
+
"location": {
|
1013
|
+
"filePath": "export.main.runtime.ts",
|
1014
|
+
"line": 619,
|
1015
|
+
"character": 5
|
1016
|
+
},
|
1017
|
+
"name": "manyObjectsPerRemote",
|
1018
|
+
"type": {
|
1019
|
+
"__schema": "TypeArraySchema",
|
1020
|
+
"location": {
|
1021
|
+
"filePath": "export.main.runtime.ts",
|
1022
|
+
"line": 619,
|
1023
|
+
"character": 27
|
1024
|
+
},
|
1025
|
+
"type": {
|
1026
|
+
"__schema": "TypeRefSchema",
|
1027
|
+
"location": {
|
1028
|
+
"filePath": "export.main.runtime.ts",
|
1029
|
+
"line": 619,
|
1030
|
+
"character": 27
|
1031
|
+
},
|
1032
|
+
"name": "ObjectsPerRemote"
|
1033
|
+
}
|
1034
|
+
},
|
1035
|
+
"isOptional": false,
|
1036
|
+
"isSpread": false
|
1037
|
+
},
|
1038
|
+
{
|
1039
|
+
"__schema": "ParameterSchema",
|
1040
|
+
"location": {
|
1041
|
+
"filePath": "export.main.runtime.ts",
|
1042
|
+
"line": 620,
|
1043
|
+
"character": 5
|
1044
|
+
},
|
1045
|
+
"name": "scopeRemotes",
|
1046
|
+
"type": {
|
1047
|
+
"__schema": "TypeRefSchema",
|
1048
|
+
"location": {
|
1049
|
+
"filePath": "export.main.runtime.ts",
|
1050
|
+
"line": 620,
|
1051
|
+
"character": 19
|
1052
|
+
},
|
1053
|
+
"name": "Remotes"
|
1054
|
+
},
|
1055
|
+
"isOptional": false,
|
1056
|
+
"isSpread": false
|
1057
|
+
},
|
1058
|
+
{
|
1059
|
+
"__schema": "ParameterSchema",
|
1060
|
+
"location": {
|
1061
|
+
"filePath": "export.main.runtime.ts",
|
1062
|
+
"line": 621,
|
1063
|
+
"character": 5
|
1064
|
+
},
|
1065
|
+
"name": "originDirectly",
|
1066
|
+
"type": {
|
1067
|
+
"__schema": "InferenceTypeSchema",
|
1068
|
+
"location": {
|
1069
|
+
"filePath": "export.main.runtime.ts",
|
1070
|
+
"line": 621,
|
1071
|
+
"character": 5
|
1072
|
+
},
|
1073
|
+
"type": "boolean"
|
1074
|
+
},
|
1075
|
+
"isOptional": true,
|
1076
|
+
"defaultValue": "false",
|
1077
|
+
"isSpread": false
|
1078
|
+
}
|
1079
|
+
],
|
1080
|
+
"returnType": {
|
1081
|
+
"__schema": "KeywordTypeSchema",
|
1082
|
+
"location": {
|
1083
|
+
"filePath": "export.main.runtime.ts",
|
1084
|
+
"line": 622,
|
1085
|
+
"character": 6
|
1086
|
+
},
|
1087
|
+
"name": "boolean"
|
1088
|
+
},
|
1089
|
+
"modifiers": []
|
1090
|
+
},
|
928
1091
|
{
|
929
1092
|
"__schema": "VariableLikeSchema",
|
930
1093
|
"location": {
|
931
1094
|
"filePath": "export.main.runtime.ts",
|
932
|
-
"line":
|
1095
|
+
"line": 834,
|
933
1096
|
"character": 3
|
934
1097
|
},
|
935
1098
|
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
@@ -938,7 +1101,7 @@
|
|
938
1101
|
"__schema": "InferenceTypeSchema",
|
939
1102
|
"location": {
|
940
1103
|
"filePath": "export.main.runtime.ts",
|
941
|
-
"line":
|
1104
|
+
"line": 834,
|
942
1105
|
"character": 3
|
943
1106
|
},
|
944
1107
|
"type": "RuntimeDefinition"
|
@@ -950,7 +1113,7 @@
|
|
950
1113
|
"__schema": "VariableLikeSchema",
|
951
1114
|
"location": {
|
952
1115
|
"filePath": "export.main.runtime.ts",
|
953
|
-
"line":
|
1116
|
+
"line": 835,
|
954
1117
|
"character": 3
|
955
1118
|
},
|
956
1119
|
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
@@ -959,7 +1122,7 @@
|
|
959
1122
|
"__schema": "InferenceTypeSchema",
|
960
1123
|
"location": {
|
961
1124
|
"filePath": "export.main.runtime.ts",
|
962
|
-
"line":
|
1125
|
+
"line": 835,
|
963
1126
|
"character": 3
|
964
1127
|
},
|
965
1128
|
"type": "Aspect[]"
|
@@ -971,7 +1134,7 @@
|
|
971
1134
|
"__schema": "FunctionLikeSchema",
|
972
1135
|
"location": {
|
973
1136
|
"filePath": "export.main.runtime.ts",
|
974
|
-
"line":
|
1137
|
+
"line": 844,
|
975
1138
|
"character": 3
|
976
1139
|
},
|
977
1140
|
"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>",
|
@@ -981,7 +1144,7 @@
|
|
981
1144
|
"__schema": "ParameterSchema",
|
982
1145
|
"location": {
|
983
1146
|
"filePath": "export.main.runtime.ts",
|
984
|
-
"line":
|
1147
|
+
"line": 844,
|
985
1148
|
"character": 25
|
986
1149
|
},
|
987
1150
|
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
@@ -989,7 +1152,7 @@
|
|
989
1152
|
"__schema": "TupleTypeSchema",
|
990
1153
|
"location": {
|
991
1154
|
"filePath": "export.main.runtime.ts",
|
992
|
-
"line":
|
1155
|
+
"line": 844,
|
993
1156
|
"character": 90
|
994
1157
|
},
|
995
1158
|
"elements": [
|
@@ -997,7 +1160,7 @@
|
|
997
1160
|
"__schema": "TypeRefSchema",
|
998
1161
|
"location": {
|
999
1162
|
"filePath": "export.main.runtime.ts",
|
1000
|
-
"line":
|
1163
|
+
"line": 845,
|
1001
1164
|
"character": 5
|
1002
1165
|
},
|
1003
1166
|
"name": "CLIMain"
|
@@ -1006,7 +1169,7 @@
|
|
1006
1169
|
"__schema": "TypeRefSchema",
|
1007
1170
|
"location": {
|
1008
1171
|
"filePath": "export.main.runtime.ts",
|
1009
|
-
"line":
|
1172
|
+
"line": 846,
|
1010
1173
|
"character": 5
|
1011
1174
|
},
|
1012
1175
|
"name": "ScopeMain"
|
@@ -1015,7 +1178,7 @@
|
|
1015
1178
|
"__schema": "TypeRefSchema",
|
1016
1179
|
"location": {
|
1017
1180
|
"filePath": "export.main.runtime.ts",
|
1018
|
-
"line":
|
1181
|
+
"line": 847,
|
1019
1182
|
"character": 5
|
1020
1183
|
},
|
1021
1184
|
"name": "Workspace"
|
@@ -1024,7 +1187,7 @@
|
|
1024
1187
|
"__schema": "TypeRefSchema",
|
1025
1188
|
"location": {
|
1026
1189
|
"filePath": "export.main.runtime.ts",
|
1027
|
-
"line":
|
1190
|
+
"line": 848,
|
1028
1191
|
"character": 5
|
1029
1192
|
},
|
1030
1193
|
"name": "RemoveMain"
|
@@ -1033,7 +1196,7 @@
|
|
1033
1196
|
"__schema": "TypeRefSchema",
|
1034
1197
|
"location": {
|
1035
1198
|
"filePath": "export.main.runtime.ts",
|
1036
|
-
"line":
|
1199
|
+
"line": 849,
|
1037
1200
|
"character": 5
|
1038
1201
|
},
|
1039
1202
|
"name": "DependencyResolverMain"
|
@@ -1042,7 +1205,7 @@
|
|
1042
1205
|
"__schema": "TypeRefSchema",
|
1043
1206
|
"location": {
|
1044
1207
|
"filePath": "export.main.runtime.ts",
|
1045
|
-
"line":
|
1208
|
+
"line": 850,
|
1046
1209
|
"character": 5
|
1047
1210
|
},
|
1048
1211
|
"name": "LoggerMain"
|
@@ -1051,7 +1214,7 @@
|
|
1051
1214
|
"__schema": "TypeRefSchema",
|
1052
1215
|
"location": {
|
1053
1216
|
"filePath": "export.main.runtime.ts",
|
1054
|
-
"line":
|
1217
|
+
"line": 851,
|
1055
1218
|
"character": 5
|
1056
1219
|
},
|
1057
1220
|
"name": "EjectMain"
|
@@ -1066,7 +1229,7 @@
|
|
1066
1229
|
"__schema": "InferenceTypeSchema",
|
1067
1230
|
"location": {
|
1068
1231
|
"filePath": "export.main.runtime.ts",
|
1069
|
-
"line":
|
1232
|
+
"line": 844,
|
1070
1233
|
"character": 3
|
1071
1234
|
},
|
1072
1235
|
"type": "Promise<ExportMain>"
|
@@ -1952,14 +2115,14 @@
|
|
1952
2115
|
"__schema": "FunctionLikeSchema",
|
1953
2116
|
"location": {
|
1954
2117
|
"filePath": "export.main.runtime.ts",
|
1955
|
-
"line":
|
2118
|
+
"line": 227,
|
1956
2119
|
"character": 3
|
1957
2120
|
},
|
1958
2121
|
"doc": {
|
1959
2122
|
"__schema": "DocSchema",
|
1960
2123
|
"location": {
|
1961
2124
|
"filePath": "export.main.runtime.ts",
|
1962
|
-
"line":
|
2125
|
+
"line": 224,
|
1963
2126
|
"character": 3
|
1964
2127
|
},
|
1965
2128
|
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
@@ -1973,7 +2136,7 @@
|
|
1973
2136
|
"__schema": "ParameterSchema",
|
1974
2137
|
"location": {
|
1975
2138
|
"filePath": "export.main.runtime.ts",
|
1976
|
-
"line":
|
2139
|
+
"line": 227,
|
1977
2140
|
"character": 20
|
1978
2141
|
},
|
1979
2142
|
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, filterOutExistingVersions, exportOrigin = 'export' }",
|
@@ -1981,7 +2144,7 @@
|
|
1981
2144
|
"__schema": "TypeLiteralSchema",
|
1982
2145
|
"location": {
|
1983
2146
|
"filePath": "export.main.runtime.ts",
|
1984
|
-
"line":
|
2147
|
+
"line": 240,
|
1985
2148
|
"character": 6
|
1986
2149
|
},
|
1987
2150
|
"members": [
|
@@ -1989,7 +2152,7 @@
|
|
1989
2152
|
"__schema": "VariableLikeSchema",
|
1990
2153
|
"location": {
|
1991
2154
|
"filePath": "export.main.runtime.ts",
|
1992
|
-
"line":
|
2155
|
+
"line": 241,
|
1993
2156
|
"character": 5
|
1994
2157
|
},
|
1995
2158
|
"signature": "(property) scope: Scope",
|
@@ -1998,7 +2161,7 @@
|
|
1998
2161
|
"__schema": "TypeRefSchema",
|
1999
2162
|
"location": {
|
2000
2163
|
"filePath": "export.main.runtime.ts",
|
2001
|
-
"line":
|
2164
|
+
"line": 241,
|
2002
2165
|
"character": 5
|
2003
2166
|
},
|
2004
2167
|
"name": "Scope",
|
@@ -2010,7 +2173,7 @@
|
|
2010
2173
|
"__schema": "VariableLikeSchema",
|
2011
2174
|
"location": {
|
2012
2175
|
"filePath": "export.main.runtime.ts",
|
2013
|
-
"line":
|
2176
|
+
"line": 242,
|
2014
2177
|
"character": 5
|
2015
2178
|
},
|
2016
2179
|
"signature": "(property) ids: ComponentIdList",
|
@@ -2019,7 +2182,7 @@
|
|
2019
2182
|
"__schema": "TypeRefSchema",
|
2020
2183
|
"location": {
|
2021
2184
|
"filePath": "export.main.runtime.ts",
|
2022
|
-
"line":
|
2185
|
+
"line": 242,
|
2023
2186
|
"character": 5
|
2024
2187
|
},
|
2025
2188
|
"name": "ComponentIdList",
|
@@ -2035,7 +2198,7 @@
|
|
2035
2198
|
"__schema": "VariableLikeSchema",
|
2036
2199
|
"location": {
|
2037
2200
|
"filePath": "export.main.runtime.ts",
|
2038
|
-
"line":
|
2201
|
+
"line": 243,
|
2039
2202
|
"character": 5
|
2040
2203
|
},
|
2041
2204
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -2044,7 +2207,7 @@
|
|
2044
2207
|
"__schema": "TypeRefSchema",
|
2045
2208
|
"location": {
|
2046
2209
|
"filePath": "export.main.runtime.ts",
|
2047
|
-
"line":
|
2210
|
+
"line": 243,
|
2048
2211
|
"character": 18
|
2049
2212
|
},
|
2050
2213
|
"name": "Lane"
|
@@ -2055,7 +2218,7 @@
|
|
2055
2218
|
"__schema": "VariableLikeSchema",
|
2056
2219
|
"location": {
|
2057
2220
|
"filePath": "export.main.runtime.ts",
|
2058
|
-
"line":
|
2221
|
+
"line": 244,
|
2059
2222
|
"character": 5
|
2060
2223
|
},
|
2061
2224
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -2064,7 +2227,7 @@
|
|
2064
2227
|
"__schema": "KeywordTypeSchema",
|
2065
2228
|
"location": {
|
2066
2229
|
"filePath": "export.main.runtime.ts",
|
2067
|
-
"line":
|
2230
|
+
"line": 244,
|
2068
2231
|
"character": 19
|
2069
2232
|
},
|
2070
2233
|
"name": "boolean"
|
@@ -2075,7 +2238,7 @@
|
|
2075
2238
|
"__schema": "VariableLikeSchema",
|
2076
2239
|
"location": {
|
2077
2240
|
"filePath": "export.main.runtime.ts",
|
2078
|
-
"line":
|
2241
|
+
"line": 245,
|
2079
2242
|
"character": 5
|
2080
2243
|
},
|
2081
2244
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -2084,7 +2247,7 @@
|
|
2084
2247
|
"__schema": "KeywordTypeSchema",
|
2085
2248
|
"location": {
|
2086
2249
|
"filePath": "export.main.runtime.ts",
|
2087
|
-
"line":
|
2250
|
+
"line": 245,
|
2088
2251
|
"character": 22
|
2089
2252
|
},
|
2090
2253
|
"name": "boolean"
|
@@ -2095,7 +2258,7 @@
|
|
2095
2258
|
"__schema": "VariableLikeSchema",
|
2096
2259
|
"location": {
|
2097
2260
|
"filePath": "export.main.runtime.ts",
|
2098
|
-
"line":
|
2261
|
+
"line": 246,
|
2099
2262
|
"character": 5
|
2100
2263
|
},
|
2101
2264
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
@@ -2104,7 +2267,7 @@
|
|
2104
2267
|
"__schema": "TypeRefSchema",
|
2105
2268
|
"location": {
|
2106
2269
|
"filePath": "export.main.runtime.ts",
|
2107
|
-
"line":
|
2270
|
+
"line": 246,
|
2108
2271
|
"character": 5
|
2109
2272
|
},
|
2110
2273
|
"name": "ComponentIdList",
|
@@ -2120,7 +2283,7 @@
|
|
2120
2283
|
"__schema": "VariableLikeSchema",
|
2121
2284
|
"location": {
|
2122
2285
|
"filePath": "export.main.runtime.ts",
|
2123
|
-
"line":
|
2286
|
+
"line": 247,
|
2124
2287
|
"character": 5
|
2125
2288
|
},
|
2126
2289
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -2129,7 +2292,7 @@
|
|
2129
2292
|
"__schema": "TypeUnionSchema",
|
2130
2293
|
"location": {
|
2131
2294
|
"filePath": "export.main.runtime.ts",
|
2132
|
-
"line":
|
2295
|
+
"line": 247,
|
2133
2296
|
"character": 22
|
2134
2297
|
},
|
2135
2298
|
"types": [
|
@@ -2137,7 +2300,7 @@
|
|
2137
2300
|
"__schema": "KeywordTypeSchema",
|
2138
2301
|
"location": {
|
2139
2302
|
"filePath": "export.main.runtime.ts",
|
2140
|
-
"line":
|
2303
|
+
"line": 247,
|
2141
2304
|
"character": 22
|
2142
2305
|
},
|
2143
2306
|
"name": "string"
|
@@ -2146,7 +2309,7 @@
|
|
2146
2309
|
"__schema": "KeywordTypeSchema",
|
2147
2310
|
"location": {
|
2148
2311
|
"filePath": "export.main.runtime.ts",
|
2149
|
-
"line":
|
2312
|
+
"line": 247,
|
2150
2313
|
"character": 31
|
2151
2314
|
},
|
2152
2315
|
"name": "undefined"
|
@@ -2159,7 +2322,7 @@
|
|
2159
2322
|
"__schema": "VariableLikeSchema",
|
2160
2323
|
"location": {
|
2161
2324
|
"filePath": "export.main.runtime.ts",
|
2162
|
-
"line":
|
2325
|
+
"line": 248,
|
2163
2326
|
"character": 5
|
2164
2327
|
},
|
2165
2328
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -2168,7 +2331,7 @@
|
|
2168
2331
|
"__schema": "KeywordTypeSchema",
|
2169
2332
|
"location": {
|
2170
2333
|
"filePath": "export.main.runtime.ts",
|
2171
|
-
"line":
|
2334
|
+
"line": 248,
|
2172
2335
|
"character": 32
|
2173
2336
|
},
|
2174
2337
|
"name": "boolean"
|
@@ -2179,7 +2342,7 @@
|
|
2179
2342
|
"__schema": "VariableLikeSchema",
|
2180
2343
|
"location": {
|
2181
2344
|
"filePath": "export.main.runtime.ts",
|
2182
|
-
"line":
|
2345
|
+
"line": 249,
|
2183
2346
|
"character": 5
|
2184
2347
|
},
|
2185
2348
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -2188,7 +2351,7 @@
|
|
2188
2351
|
"__schema": "KeywordTypeSchema",
|
2189
2352
|
"location": {
|
2190
2353
|
"filePath": "export.main.runtime.ts",
|
2191
|
-
"line":
|
2354
|
+
"line": 249,
|
2192
2355
|
"character": 16
|
2193
2356
|
},
|
2194
2357
|
"name": "boolean"
|
@@ -2199,7 +2362,7 @@
|
|
2199
2362
|
"__schema": "VariableLikeSchema",
|
2200
2363
|
"location": {
|
2201
2364
|
"filePath": "export.main.runtime.ts",
|
2202
|
-
"line":
|
2365
|
+
"line": 250,
|
2203
2366
|
"character": 5
|
2204
2367
|
},
|
2205
2368
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -2208,7 +2371,7 @@
|
|
2208
2371
|
"__schema": "KeywordTypeSchema",
|
2209
2372
|
"location": {
|
2210
2373
|
"filePath": "export.main.runtime.ts",
|
2211
|
-
"line":
|
2374
|
+
"line": 250,
|
2212
2375
|
"character": 23
|
2213
2376
|
},
|
2214
2377
|
"name": "boolean"
|
@@ -2219,7 +2382,7 @@
|
|
2219
2382
|
"__schema": "VariableLikeSchema",
|
2220
2383
|
"location": {
|
2221
2384
|
"filePath": "export.main.runtime.ts",
|
2222
|
-
"line":
|
2385
|
+
"line": 251,
|
2223
2386
|
"character": 5
|
2224
2387
|
},
|
2225
2388
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -2228,7 +2391,7 @@
|
|
2228
2391
|
"__schema": "KeywordTypeSchema",
|
2229
2392
|
"location": {
|
2230
2393
|
"filePath": "export.main.runtime.ts",
|
2231
|
-
"line":
|
2394
|
+
"line": 251,
|
2232
2395
|
"character": 33
|
2233
2396
|
},
|
2234
2397
|
"name": "boolean"
|
@@ -2239,7 +2402,7 @@
|
|
2239
2402
|
"__schema": "VariableLikeSchema",
|
2240
2403
|
"location": {
|
2241
2404
|
"filePath": "export.main.runtime.ts",
|
2242
|
-
"line":
|
2405
|
+
"line": 252,
|
2243
2406
|
"character": 5
|
2244
2407
|
},
|
2245
2408
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -2248,7 +2411,7 @@
|
|
2248
2411
|
"__schema": "TypeRefSchema",
|
2249
2412
|
"location": {
|
2250
2413
|
"filePath": "export.main.runtime.ts",
|
2251
|
-
"line":
|
2414
|
+
"line": 252,
|
2252
2415
|
"character": 20
|
2253
2416
|
},
|
2254
2417
|
"name": "ExportOrigin"
|
@@ -2263,7 +2426,7 @@
|
|
2263
2426
|
"__schema": "VariableLikeSchema",
|
2264
2427
|
"location": {
|
2265
2428
|
"filePath": "export.main.runtime.ts",
|
2266
|
-
"line":
|
2429
|
+
"line": 241,
|
2267
2430
|
"character": 5
|
2268
2431
|
},
|
2269
2432
|
"signature": "(property) scope: Scope",
|
@@ -2272,7 +2435,7 @@
|
|
2272
2435
|
"__schema": "TypeRefSchema",
|
2273
2436
|
"location": {
|
2274
2437
|
"filePath": "export.main.runtime.ts",
|
2275
|
-
"line":
|
2438
|
+
"line": 241,
|
2276
2439
|
"character": 5
|
2277
2440
|
},
|
2278
2441
|
"name": "Scope",
|
@@ -2284,7 +2447,7 @@
|
|
2284
2447
|
"__schema": "VariableLikeSchema",
|
2285
2448
|
"location": {
|
2286
2449
|
"filePath": "export.main.runtime.ts",
|
2287
|
-
"line":
|
2450
|
+
"line": 242,
|
2288
2451
|
"character": 5
|
2289
2452
|
},
|
2290
2453
|
"signature": "(property) ids: ComponentIdList",
|
@@ -2293,7 +2456,7 @@
|
|
2293
2456
|
"__schema": "TypeRefSchema",
|
2294
2457
|
"location": {
|
2295
2458
|
"filePath": "export.main.runtime.ts",
|
2296
|
-
"line":
|
2459
|
+
"line": 242,
|
2297
2460
|
"character": 5
|
2298
2461
|
},
|
2299
2462
|
"name": "ComponentIdList",
|
@@ -2309,7 +2472,7 @@
|
|
2309
2472
|
"__schema": "VariableLikeSchema",
|
2310
2473
|
"location": {
|
2311
2474
|
"filePath": "export.main.runtime.ts",
|
2312
|
-
"line":
|
2475
|
+
"line": 243,
|
2313
2476
|
"character": 5
|
2314
2477
|
},
|
2315
2478
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -2318,7 +2481,7 @@
|
|
2318
2481
|
"__schema": "TypeRefSchema",
|
2319
2482
|
"location": {
|
2320
2483
|
"filePath": "export.main.runtime.ts",
|
2321
|
-
"line":
|
2484
|
+
"line": 243,
|
2322
2485
|
"character": 18
|
2323
2486
|
},
|
2324
2487
|
"name": "Lane"
|
@@ -2329,7 +2492,7 @@
|
|
2329
2492
|
"__schema": "VariableLikeSchema",
|
2330
2493
|
"location": {
|
2331
2494
|
"filePath": "export.main.runtime.ts",
|
2332
|
-
"line":
|
2495
|
+
"line": 244,
|
2333
2496
|
"character": 5
|
2334
2497
|
},
|
2335
2498
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -2338,7 +2501,7 @@
|
|
2338
2501
|
"__schema": "KeywordTypeSchema",
|
2339
2502
|
"location": {
|
2340
2503
|
"filePath": "export.main.runtime.ts",
|
2341
|
-
"line":
|
2504
|
+
"line": 244,
|
2342
2505
|
"character": 19
|
2343
2506
|
},
|
2344
2507
|
"name": "boolean"
|
@@ -2349,7 +2512,7 @@
|
|
2349
2512
|
"__schema": "VariableLikeSchema",
|
2350
2513
|
"location": {
|
2351
2514
|
"filePath": "export.main.runtime.ts",
|
2352
|
-
"line":
|
2515
|
+
"line": 245,
|
2353
2516
|
"character": 5
|
2354
2517
|
},
|
2355
2518
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -2358,7 +2521,7 @@
|
|
2358
2521
|
"__schema": "KeywordTypeSchema",
|
2359
2522
|
"location": {
|
2360
2523
|
"filePath": "export.main.runtime.ts",
|
2361
|
-
"line":
|
2524
|
+
"line": 245,
|
2362
2525
|
"character": 22
|
2363
2526
|
},
|
2364
2527
|
"name": "boolean"
|
@@ -2369,7 +2532,7 @@
|
|
2369
2532
|
"__schema": "VariableLikeSchema",
|
2370
2533
|
"location": {
|
2371
2534
|
"filePath": "export.main.runtime.ts",
|
2372
|
-
"line":
|
2535
|
+
"line": 246,
|
2373
2536
|
"character": 5
|
2374
2537
|
},
|
2375
2538
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
@@ -2378,7 +2541,7 @@
|
|
2378
2541
|
"__schema": "TypeRefSchema",
|
2379
2542
|
"location": {
|
2380
2543
|
"filePath": "export.main.runtime.ts",
|
2381
|
-
"line":
|
2544
|
+
"line": 246,
|
2382
2545
|
"character": 5
|
2383
2546
|
},
|
2384
2547
|
"name": "ComponentIdList",
|
@@ -2394,7 +2557,7 @@
|
|
2394
2557
|
"__schema": "VariableLikeSchema",
|
2395
2558
|
"location": {
|
2396
2559
|
"filePath": "export.main.runtime.ts",
|
2397
|
-
"line":
|
2560
|
+
"line": 247,
|
2398
2561
|
"character": 5
|
2399
2562
|
},
|
2400
2563
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -2403,7 +2566,7 @@
|
|
2403
2566
|
"__schema": "TypeUnionSchema",
|
2404
2567
|
"location": {
|
2405
2568
|
"filePath": "export.main.runtime.ts",
|
2406
|
-
"line":
|
2569
|
+
"line": 247,
|
2407
2570
|
"character": 22
|
2408
2571
|
},
|
2409
2572
|
"types": [
|
@@ -2411,7 +2574,7 @@
|
|
2411
2574
|
"__schema": "KeywordTypeSchema",
|
2412
2575
|
"location": {
|
2413
2576
|
"filePath": "export.main.runtime.ts",
|
2414
|
-
"line":
|
2577
|
+
"line": 247,
|
2415
2578
|
"character": 22
|
2416
2579
|
},
|
2417
2580
|
"name": "string"
|
@@ -2420,7 +2583,7 @@
|
|
2420
2583
|
"__schema": "KeywordTypeSchema",
|
2421
2584
|
"location": {
|
2422
2585
|
"filePath": "export.main.runtime.ts",
|
2423
|
-
"line":
|
2586
|
+
"line": 247,
|
2424
2587
|
"character": 31
|
2425
2588
|
},
|
2426
2589
|
"name": "undefined"
|
@@ -2433,7 +2596,7 @@
|
|
2433
2596
|
"__schema": "VariableLikeSchema",
|
2434
2597
|
"location": {
|
2435
2598
|
"filePath": "export.main.runtime.ts",
|
2436
|
-
"line":
|
2599
|
+
"line": 248,
|
2437
2600
|
"character": 5
|
2438
2601
|
},
|
2439
2602
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -2442,7 +2605,7 @@
|
|
2442
2605
|
"__schema": "KeywordTypeSchema",
|
2443
2606
|
"location": {
|
2444
2607
|
"filePath": "export.main.runtime.ts",
|
2445
|
-
"line":
|
2608
|
+
"line": 248,
|
2446
2609
|
"character": 32
|
2447
2610
|
},
|
2448
2611
|
"name": "boolean"
|
@@ -2453,7 +2616,7 @@
|
|
2453
2616
|
"__schema": "VariableLikeSchema",
|
2454
2617
|
"location": {
|
2455
2618
|
"filePath": "export.main.runtime.ts",
|
2456
|
-
"line":
|
2619
|
+
"line": 249,
|
2457
2620
|
"character": 5
|
2458
2621
|
},
|
2459
2622
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -2462,7 +2625,7 @@
|
|
2462
2625
|
"__schema": "KeywordTypeSchema",
|
2463
2626
|
"location": {
|
2464
2627
|
"filePath": "export.main.runtime.ts",
|
2465
|
-
"line":
|
2628
|
+
"line": 249,
|
2466
2629
|
"character": 16
|
2467
2630
|
},
|
2468
2631
|
"name": "boolean"
|
@@ -2473,7 +2636,7 @@
|
|
2473
2636
|
"__schema": "VariableLikeSchema",
|
2474
2637
|
"location": {
|
2475
2638
|
"filePath": "export.main.runtime.ts",
|
2476
|
-
"line":
|
2639
|
+
"line": 250,
|
2477
2640
|
"character": 5
|
2478
2641
|
},
|
2479
2642
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -2482,7 +2645,7 @@
|
|
2482
2645
|
"__schema": "KeywordTypeSchema",
|
2483
2646
|
"location": {
|
2484
2647
|
"filePath": "export.main.runtime.ts",
|
2485
|
-
"line":
|
2648
|
+
"line": 250,
|
2486
2649
|
"character": 23
|
2487
2650
|
},
|
2488
2651
|
"name": "boolean"
|
@@ -2493,7 +2656,7 @@
|
|
2493
2656
|
"__schema": "VariableLikeSchema",
|
2494
2657
|
"location": {
|
2495
2658
|
"filePath": "export.main.runtime.ts",
|
2496
|
-
"line":
|
2659
|
+
"line": 251,
|
2497
2660
|
"character": 5
|
2498
2661
|
},
|
2499
2662
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -2502,7 +2665,7 @@
|
|
2502
2665
|
"__schema": "KeywordTypeSchema",
|
2503
2666
|
"location": {
|
2504
2667
|
"filePath": "export.main.runtime.ts",
|
2505
|
-
"line":
|
2668
|
+
"line": 251,
|
2506
2669
|
"character": 33
|
2507
2670
|
},
|
2508
2671
|
"name": "boolean"
|
@@ -2513,7 +2676,7 @@
|
|
2513
2676
|
"__schema": "VariableLikeSchema",
|
2514
2677
|
"location": {
|
2515
2678
|
"filePath": "export.main.runtime.ts",
|
2516
|
-
"line":
|
2679
|
+
"line": 252,
|
2517
2680
|
"character": 5
|
2518
2681
|
},
|
2519
2682
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -2522,7 +2685,7 @@
|
|
2522
2685
|
"__schema": "TypeRefSchema",
|
2523
2686
|
"location": {
|
2524
2687
|
"filePath": "export.main.runtime.ts",
|
2525
|
-
"line":
|
2688
|
+
"line": 252,
|
2526
2689
|
"character": 20
|
2527
2690
|
},
|
2528
2691
|
"name": "ExportOrigin"
|
@@ -2537,7 +2700,7 @@
|
|
2537
2700
|
"__schema": "TypeRefSchema",
|
2538
2701
|
"location": {
|
2539
2702
|
"filePath": "export.main.runtime.ts",
|
2540
|
-
"line":
|
2703
|
+
"line": 253,
|
2541
2704
|
"character": 7
|
2542
2705
|
},
|
2543
2706
|
"name": "Promise",
|
@@ -2546,7 +2709,7 @@
|
|
2546
2709
|
"__schema": "TypeLiteralSchema",
|
2547
2710
|
"location": {
|
2548
2711
|
"filePath": "export.main.runtime.ts",
|
2549
|
-
"line":
|
2712
|
+
"line": 253,
|
2550
2713
|
"character": 15
|
2551
2714
|
},
|
2552
2715
|
"members": [
|
@@ -2554,7 +2717,7 @@
|
|
2554
2717
|
"__schema": "VariableLikeSchema",
|
2555
2718
|
"location": {
|
2556
2719
|
"filePath": "export.main.runtime.ts",
|
2557
|
-
"line":
|
2720
|
+
"line": 254,
|
2558
2721
|
"character": 5
|
2559
2722
|
},
|
2560
2723
|
"signature": "(property) exported: ComponentIdList",
|
@@ -2563,7 +2726,7 @@
|
|
2563
2726
|
"__schema": "TypeRefSchema",
|
2564
2727
|
"location": {
|
2565
2728
|
"filePath": "export.main.runtime.ts",
|
2566
|
-
"line":
|
2729
|
+
"line": 254,
|
2567
2730
|
"character": 5
|
2568
2731
|
},
|
2569
2732
|
"name": "ComponentIdList",
|
@@ -2579,7 +2742,7 @@
|
|
2579
2742
|
"__schema": "VariableLikeSchema",
|
2580
2743
|
"location": {
|
2581
2744
|
"filePath": "export.main.runtime.ts",
|
2582
|
-
"line":
|
2745
|
+
"line": 255,
|
2583
2746
|
"character": 5
|
2584
2747
|
},
|
2585
2748
|
"signature": "(property) updatedLocally: ComponentIdList",
|
@@ -2588,7 +2751,7 @@
|
|
2588
2751
|
"__schema": "TypeRefSchema",
|
2589
2752
|
"location": {
|
2590
2753
|
"filePath": "export.main.runtime.ts",
|
2591
|
-
"line":
|
2754
|
+
"line": 255,
|
2592
2755
|
"character": 5
|
2593
2756
|
},
|
2594
2757
|
"name": "ComponentIdList",
|
@@ -2604,7 +2767,7 @@
|
|
2604
2767
|
"__schema": "VariableLikeSchema",
|
2605
2768
|
"location": {
|
2606
2769
|
"filePath": "export.main.runtime.ts",
|
2607
|
-
"line":
|
2770
|
+
"line": 256,
|
2608
2771
|
"character": 5
|
2609
2772
|
},
|
2610
2773
|
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
@@ -2613,14 +2776,14 @@
|
|
2613
2776
|
"__schema": "TypeArraySchema",
|
2614
2777
|
"location": {
|
2615
2778
|
"filePath": "export.main.runtime.ts",
|
2616
|
-
"line":
|
2779
|
+
"line": 256,
|
2617
2780
|
"character": 21
|
2618
2781
|
},
|
2619
2782
|
"type": {
|
2620
2783
|
"__schema": "TypeRefSchema",
|
2621
2784
|
"location": {
|
2622
2785
|
"filePath": "export.main.runtime.ts",
|
2623
|
-
"line":
|
2786
|
+
"line": 256,
|
2624
2787
|
"character": 21
|
2625
2788
|
},
|
2626
2789
|
"name": "ComponentID"
|
@@ -2632,7 +2795,7 @@
|
|
2632
2795
|
"__schema": "VariableLikeSchema",
|
2633
2796
|
"location": {
|
2634
2797
|
"filePath": "export.main.runtime.ts",
|
2635
|
-
"line":
|
2798
|
+
"line": 257,
|
2636
2799
|
"character": 5
|
2637
2800
|
},
|
2638
2801
|
"signature": "(property) rippleJobs: string[]",
|
@@ -2641,14 +2804,14 @@
|
|
2641
2804
|
"__schema": "TypeArraySchema",
|
2642
2805
|
"location": {
|
2643
2806
|
"filePath": "export.main.runtime.ts",
|
2644
|
-
"line":
|
2807
|
+
"line": 257,
|
2645
2808
|
"character": 17
|
2646
2809
|
},
|
2647
2810
|
"type": {
|
2648
2811
|
"__schema": "KeywordTypeSchema",
|
2649
2812
|
"location": {
|
2650
2813
|
"filePath": "export.main.runtime.ts",
|
2651
|
-
"line":
|
2814
|
+
"line": 257,
|
2652
2815
|
"character": 17
|
2653
2816
|
},
|
2654
2817
|
"name": "string"
|
@@ -2664,11 +2827,174 @@
|
|
2664
2827
|
"async"
|
2665
2828
|
]
|
2666
2829
|
},
|
2830
|
+
{
|
2831
|
+
"__schema": "FunctionLikeSchema",
|
2832
|
+
"location": {
|
2833
|
+
"filePath": "export.main.runtime.ts",
|
2834
|
+
"line": 580,
|
2835
|
+
"character": 3
|
2836
|
+
},
|
2837
|
+
"signature": "(method) ExportMain.pushToRemotesCarefully(manyObjectsPerRemote: ObjectsPerRemote[], resumeExportId?: string): Promise<void>",
|
2838
|
+
"name": "pushToRemotesCarefully",
|
2839
|
+
"params": [
|
2840
|
+
{
|
2841
|
+
"__schema": "ParameterSchema",
|
2842
|
+
"location": {
|
2843
|
+
"filePath": "export.main.runtime.ts",
|
2844
|
+
"line": 580,
|
2845
|
+
"character": 32
|
2846
|
+
},
|
2847
|
+
"name": "manyObjectsPerRemote",
|
2848
|
+
"type": {
|
2849
|
+
"__schema": "TypeArraySchema",
|
2850
|
+
"location": {
|
2851
|
+
"filePath": "export.main.runtime.ts",
|
2852
|
+
"line": 580,
|
2853
|
+
"character": 54
|
2854
|
+
},
|
2855
|
+
"type": {
|
2856
|
+
"__schema": "TypeRefSchema",
|
2857
|
+
"location": {
|
2858
|
+
"filePath": "export.main.runtime.ts",
|
2859
|
+
"line": 580,
|
2860
|
+
"character": 54
|
2861
|
+
},
|
2862
|
+
"name": "ObjectsPerRemote"
|
2863
|
+
}
|
2864
|
+
},
|
2865
|
+
"isOptional": false,
|
2866
|
+
"isSpread": false
|
2867
|
+
},
|
2868
|
+
{
|
2869
|
+
"__schema": "ParameterSchema",
|
2870
|
+
"location": {
|
2871
|
+
"filePath": "export.main.runtime.ts",
|
2872
|
+
"line": 580,
|
2873
|
+
"character": 74
|
2874
|
+
},
|
2875
|
+
"name": "resumeExportId",
|
2876
|
+
"type": {
|
2877
|
+
"__schema": "KeywordTypeSchema",
|
2878
|
+
"location": {
|
2879
|
+
"filePath": "export.main.runtime.ts",
|
2880
|
+
"line": 580,
|
2881
|
+
"character": 91
|
2882
|
+
},
|
2883
|
+
"name": "string"
|
2884
|
+
},
|
2885
|
+
"isOptional": true,
|
2886
|
+
"isSpread": false
|
2887
|
+
}
|
2888
|
+
],
|
2889
|
+
"returnType": {
|
2890
|
+
"__schema": "InferenceTypeSchema",
|
2891
|
+
"location": {
|
2892
|
+
"filePath": "export.main.runtime.ts",
|
2893
|
+
"line": 580,
|
2894
|
+
"character": 3
|
2895
|
+
},
|
2896
|
+
"type": "Promise<void>"
|
2897
|
+
},
|
2898
|
+
"modifiers": [
|
2899
|
+
"async"
|
2900
|
+
]
|
2901
|
+
},
|
2902
|
+
{
|
2903
|
+
"__schema": "FunctionLikeSchema",
|
2904
|
+
"location": {
|
2905
|
+
"filePath": "export.main.runtime.ts",
|
2906
|
+
"line": 618,
|
2907
|
+
"character": 3
|
2908
|
+
},
|
2909
|
+
"signature": "(method) ExportMain.shouldPushToCentralHub(manyObjectsPerRemote: ObjectsPerRemote[], scopeRemotes: Remotes, originDirectly?: boolean): boolean",
|
2910
|
+
"name": "shouldPushToCentralHub",
|
2911
|
+
"params": [
|
2912
|
+
{
|
2913
|
+
"__schema": "ParameterSchema",
|
2914
|
+
"location": {
|
2915
|
+
"filePath": "export.main.runtime.ts",
|
2916
|
+
"line": 619,
|
2917
|
+
"character": 5
|
2918
|
+
},
|
2919
|
+
"name": "manyObjectsPerRemote",
|
2920
|
+
"type": {
|
2921
|
+
"__schema": "TypeArraySchema",
|
2922
|
+
"location": {
|
2923
|
+
"filePath": "export.main.runtime.ts",
|
2924
|
+
"line": 619,
|
2925
|
+
"character": 27
|
2926
|
+
},
|
2927
|
+
"type": {
|
2928
|
+
"__schema": "TypeRefSchema",
|
2929
|
+
"location": {
|
2930
|
+
"filePath": "export.main.runtime.ts",
|
2931
|
+
"line": 619,
|
2932
|
+
"character": 27
|
2933
|
+
},
|
2934
|
+
"name": "ObjectsPerRemote"
|
2935
|
+
}
|
2936
|
+
},
|
2937
|
+
"isOptional": false,
|
2938
|
+
"isSpread": false
|
2939
|
+
},
|
2940
|
+
{
|
2941
|
+
"__schema": "ParameterSchema",
|
2942
|
+
"location": {
|
2943
|
+
"filePath": "export.main.runtime.ts",
|
2944
|
+
"line": 620,
|
2945
|
+
"character": 5
|
2946
|
+
},
|
2947
|
+
"name": "scopeRemotes",
|
2948
|
+
"type": {
|
2949
|
+
"__schema": "TypeRefSchema",
|
2950
|
+
"location": {
|
2951
|
+
"filePath": "export.main.runtime.ts",
|
2952
|
+
"line": 620,
|
2953
|
+
"character": 19
|
2954
|
+
},
|
2955
|
+
"name": "Remotes"
|
2956
|
+
},
|
2957
|
+
"isOptional": false,
|
2958
|
+
"isSpread": false
|
2959
|
+
},
|
2960
|
+
{
|
2961
|
+
"__schema": "ParameterSchema",
|
2962
|
+
"location": {
|
2963
|
+
"filePath": "export.main.runtime.ts",
|
2964
|
+
"line": 621,
|
2965
|
+
"character": 5
|
2966
|
+
},
|
2967
|
+
"name": "originDirectly",
|
2968
|
+
"type": {
|
2969
|
+
"__schema": "InferenceTypeSchema",
|
2970
|
+
"location": {
|
2971
|
+
"filePath": "export.main.runtime.ts",
|
2972
|
+
"line": 621,
|
2973
|
+
"character": 5
|
2974
|
+
},
|
2975
|
+
"type": "boolean"
|
2976
|
+
},
|
2977
|
+
"isOptional": true,
|
2978
|
+
"defaultValue": "false",
|
2979
|
+
"isSpread": false
|
2980
|
+
}
|
2981
|
+
],
|
2982
|
+
"returnType": {
|
2983
|
+
"__schema": "KeywordTypeSchema",
|
2984
|
+
"location": {
|
2985
|
+
"filePath": "export.main.runtime.ts",
|
2986
|
+
"line": 622,
|
2987
|
+
"character": 6
|
2988
|
+
},
|
2989
|
+
"name": "boolean"
|
2990
|
+
},
|
2991
|
+
"modifiers": []
|
2992
|
+
},
|
2667
2993
|
{
|
2668
2994
|
"__schema": "VariableLikeSchema",
|
2669
2995
|
"location": {
|
2670
2996
|
"filePath": "export.main.runtime.ts",
|
2671
|
-
"line":
|
2997
|
+
"line": 834,
|
2672
2998
|
"character": 3
|
2673
2999
|
},
|
2674
3000
|
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
@@ -2677,7 +3003,7 @@
|
|
2677
3003
|
"__schema": "InferenceTypeSchema",
|
2678
3004
|
"location": {
|
2679
3005
|
"filePath": "export.main.runtime.ts",
|
2680
|
-
"line":
|
3006
|
+
"line": 834,
|
2681
3007
|
"character": 3
|
2682
3008
|
},
|
2683
3009
|
"type": "RuntimeDefinition"
|
@@ -2689,7 +3015,7 @@
|
|
2689
3015
|
"__schema": "VariableLikeSchema",
|
2690
3016
|
"location": {
|
2691
3017
|
"filePath": "export.main.runtime.ts",
|
2692
|
-
"line":
|
3018
|
+
"line": 835,
|
2693
3019
|
"character": 3
|
2694
3020
|
},
|
2695
3021
|
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
@@ -2698,7 +3024,7 @@
|
|
2698
3024
|
"__schema": "InferenceTypeSchema",
|
2699
3025
|
"location": {
|
2700
3026
|
"filePath": "export.main.runtime.ts",
|
2701
|
-
"line":
|
3027
|
+
"line": 835,
|
2702
3028
|
"character": 3
|
2703
3029
|
},
|
2704
3030
|
"type": "Aspect[]"
|
@@ -2710,7 +3036,7 @@
|
|
2710
3036
|
"__schema": "FunctionLikeSchema",
|
2711
3037
|
"location": {
|
2712
3038
|
"filePath": "export.main.runtime.ts",
|
2713
|
-
"line":
|
3039
|
+
"line": 844,
|
2714
3040
|
"character": 3
|
2715
3041
|
},
|
2716
3042
|
"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>",
|
@@ -2720,7 +3046,7 @@
|
|
2720
3046
|
"__schema": "ParameterSchema",
|
2721
3047
|
"location": {
|
2722
3048
|
"filePath": "export.main.runtime.ts",
|
2723
|
-
"line":
|
3049
|
+
"line": 844,
|
2724
3050
|
"character": 25
|
2725
3051
|
},
|
2726
3052
|
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
@@ -2728,7 +3054,7 @@
|
|
2728
3054
|
"__schema": "TupleTypeSchema",
|
2729
3055
|
"location": {
|
2730
3056
|
"filePath": "export.main.runtime.ts",
|
2731
|
-
"line":
|
3057
|
+
"line": 844,
|
2732
3058
|
"character": 90
|
2733
3059
|
},
|
2734
3060
|
"elements": [
|
@@ -2736,7 +3062,7 @@
|
|
2736
3062
|
"__schema": "TypeRefSchema",
|
2737
3063
|
"location": {
|
2738
3064
|
"filePath": "export.main.runtime.ts",
|
2739
|
-
"line":
|
3065
|
+
"line": 845,
|
2740
3066
|
"character": 5
|
2741
3067
|
},
|
2742
3068
|
"name": "CLIMain"
|
@@ -2745,7 +3071,7 @@
|
|
2745
3071
|
"__schema": "TypeRefSchema",
|
2746
3072
|
"location": {
|
2747
3073
|
"filePath": "export.main.runtime.ts",
|
2748
|
-
"line":
|
3074
|
+
"line": 846,
|
2749
3075
|
"character": 5
|
2750
3076
|
},
|
2751
3077
|
"name": "ScopeMain"
|
@@ -2754,7 +3080,7 @@
|
|
2754
3080
|
"__schema": "TypeRefSchema",
|
2755
3081
|
"location": {
|
2756
3082
|
"filePath": "export.main.runtime.ts",
|
2757
|
-
"line":
|
3083
|
+
"line": 847,
|
2758
3084
|
"character": 5
|
2759
3085
|
},
|
2760
3086
|
"name": "Workspace"
|
@@ -2763,7 +3089,7 @@
|
|
2763
3089
|
"__schema": "TypeRefSchema",
|
2764
3090
|
"location": {
|
2765
3091
|
"filePath": "export.main.runtime.ts",
|
2766
|
-
"line":
|
3092
|
+
"line": 848,
|
2767
3093
|
"character": 5
|
2768
3094
|
},
|
2769
3095
|
"name": "RemoveMain"
|
@@ -2772,7 +3098,7 @@
|
|
2772
3098
|
"__schema": "TypeRefSchema",
|
2773
3099
|
"location": {
|
2774
3100
|
"filePath": "export.main.runtime.ts",
|
2775
|
-
"line":
|
3101
|
+
"line": 849,
|
2776
3102
|
"character": 5
|
2777
3103
|
},
|
2778
3104
|
"name": "DependencyResolverMain"
|
@@ -2781,7 +3107,7 @@
|
|
2781
3107
|
"__schema": "TypeRefSchema",
|
2782
3108
|
"location": {
|
2783
3109
|
"filePath": "export.main.runtime.ts",
|
2784
|
-
"line":
|
3110
|
+
"line": 850,
|
2785
3111
|
"character": 5
|
2786
3112
|
},
|
2787
3113
|
"name": "LoggerMain"
|
@@ -2790,7 +3116,7 @@
|
|
2790
3116
|
"__schema": "TypeRefSchema",
|
2791
3117
|
"location": {
|
2792
3118
|
"filePath": "export.main.runtime.ts",
|
2793
|
-
"line":
|
3119
|
+
"line": 851,
|
2794
3120
|
"character": 5
|
2795
3121
|
},
|
2796
3122
|
"name": "EjectMain"
|
@@ -2805,7 +3131,7 @@
|
|
2805
3131
|
"__schema": "InferenceTypeSchema",
|
2806
3132
|
"location": {
|
2807
3133
|
"filePath": "export.main.runtime.ts",
|
2808
|
-
"line":
|
3134
|
+
"line": 844,
|
2809
3135
|
"character": 3
|
2810
3136
|
},
|
2811
3137
|
"type": "Promise<ExportMain>"
|
@@ -2823,7 +3149,7 @@
|
|
2823
3149
|
"__schema": "FunctionLikeSchema",
|
2824
3150
|
"location": {
|
2825
3151
|
"filePath": "export.main.runtime.ts",
|
2826
|
-
"line":
|
3152
|
+
"line": 914,
|
2827
3153
|
"character": 1
|
2828
3154
|
},
|
2829
3155
|
"signature": "function isUserTryingToExportLanes(consumer: Consumer): boolean",
|
@@ -2833,7 +3159,7 @@
|
|
2833
3159
|
"__schema": "ParameterSchema",
|
2834
3160
|
"location": {
|
2835
3161
|
"filePath": "export.main.runtime.ts",
|
2836
|
-
"line":
|
3162
|
+
"line": 914,
|
2837
3163
|
"character": 43
|
2838
3164
|
},
|
2839
3165
|
"name": "consumer",
|
@@ -2841,7 +3167,7 @@
|
|
2841
3167
|
"__schema": "TypeRefSchema",
|
2842
3168
|
"location": {
|
2843
3169
|
"filePath": "export.main.runtime.ts",
|
2844
|
-
"line":
|
3170
|
+
"line": 914,
|
2845
3171
|
"character": 53
|
2846
3172
|
},
|
2847
3173
|
"name": "Consumer"
|
@@ -2854,7 +3180,7 @@
|
|
2854
3180
|
"__schema": "InferenceTypeSchema",
|
2855
3181
|
"location": {
|
2856
3182
|
"filePath": "export.main.runtime.ts",
|
2857
|
-
"line":
|
3183
|
+
"line": 914,
|
2858
3184
|
"character": 1
|
2859
3185
|
},
|
2860
3186
|
"type": "boolean"
|
@@ -2867,7 +3193,7 @@
|
|
2867
3193
|
"__schema": "UnImplementedSchema",
|
2868
3194
|
"location": {
|
2869
3195
|
"filePath": "export.main.runtime.ts",
|
2870
|
-
"line":
|
3196
|
+
"line": 918,
|
2871
3197
|
"character": 16
|
2872
3198
|
},
|
2873
3199
|
"name": "ExportMain",
|
@@ -3435,7 +3761,7 @@
|
|
3435
3761
|
"__schema": "UnImplementedSchema",
|
3436
3762
|
"location": {
|
3437
3763
|
"filePath": "export.main.runtime.ts",
|
3438
|
-
"line":
|
3764
|
+
"line": 860,
|
3439
3765
|
"character": 1
|
3440
3766
|
},
|
3441
3767
|
"name": "ExportAspect.addRuntime(ExportMain);",
|
@@ -3445,14 +3771,14 @@
|
|
3445
3771
|
"__schema": "FunctionLikeSchema",
|
3446
3772
|
"location": {
|
3447
3773
|
"filePath": "export.main.runtime.ts",
|
3448
|
-
"line":
|
3774
|
+
"line": 866,
|
3449
3775
|
"character": 1
|
3450
3776
|
},
|
3451
3777
|
"doc": {
|
3452
3778
|
"__schema": "DocSchema",
|
3453
3779
|
"location": {
|
3454
3780
|
"filePath": "export.main.runtime.ts",
|
3455
|
-
"line":
|
3781
|
+
"line": 862,
|
3456
3782
|
"character": 1
|
3457
3783
|
},
|
3458
3784
|
"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 */",
|
@@ -3466,7 +3792,7 @@
|
|
3466
3792
|
"__schema": "ParameterSchema",
|
3467
3793
|
"location": {
|
3468
3794
|
"filePath": "export.main.runtime.ts",
|
3469
|
-
"line":
|
3795
|
+
"line": 866,
|
3470
3796
|
"character": 29
|
3471
3797
|
},
|
3472
3798
|
"name": "bitMap",
|
@@ -3474,7 +3800,7 @@
|
|
3474
3800
|
"__schema": "TypeRefSchema",
|
3475
3801
|
"location": {
|
3476
3802
|
"filePath": "export.main.runtime.ts",
|
3477
|
-
"line":
|
3803
|
+
"line": 866,
|
3478
3804
|
"character": 37
|
3479
3805
|
},
|
3480
3806
|
"name": "BitMap"
|
@@ -3486,7 +3812,7 @@
|
|
3486
3812
|
"__schema": "ParameterSchema",
|
3487
3813
|
"location": {
|
3488
3814
|
"filePath": "export.main.runtime.ts",
|
3489
|
-
"line":
|
3815
|
+
"line": 866,
|
3490
3816
|
"character": 45
|
3491
3817
|
},
|
3492
3818
|
"name": "componentsIds",
|
@@ -3494,7 +3820,7 @@
|
|
3494
3820
|
"__schema": "TypeRefSchema",
|
3495
3821
|
"location": {
|
3496
3822
|
"filePath": "export.main.runtime.ts",
|
3497
|
-
"line":
|
3823
|
+
"line": 866,
|
3498
3824
|
"character": 60
|
3499
3825
|
},
|
3500
3826
|
"name": "ComponentIdList"
|
@@ -3507,14 +3833,14 @@
|
|
3507
3833
|
"__schema": "TypeArraySchema",
|
3508
3834
|
"location": {
|
3509
3835
|
"filePath": "export.main.runtime.ts",
|
3510
|
-
"line":
|
3836
|
+
"line": 866,
|
3511
3837
|
"character": 78
|
3512
3838
|
},
|
3513
3839
|
"type": {
|
3514
3840
|
"__schema": "TypeRefSchema",
|
3515
3841
|
"location": {
|
3516
3842
|
"filePath": "export.main.runtime.ts",
|
3517
|
-
"line":
|
3843
|
+
"line": 866,
|
3518
3844
|
"character": 78
|
3519
3845
|
},
|
3520
3846
|
"name": "ComponentID"
|
@@ -3526,7 +3852,7 @@
|
|
3526
3852
|
"__schema": "FunctionLikeSchema",
|
3527
3853
|
"location": {
|
3528
3854
|
"filePath": "export.main.runtime.ts",
|
3529
|
-
"line":
|
3855
|
+
"line": 875,
|
3530
3856
|
"character": 1
|
3531
3857
|
},
|
3532
3858
|
"signature": "function getParsedId(consumer: Consumer, id: string): Promise<ComponentID>",
|
@@ -3536,7 +3862,7 @@
|
|
3536
3862
|
"__schema": "ParameterSchema",
|
3537
3863
|
"location": {
|
3538
3864
|
"filePath": "export.main.runtime.ts",
|
3539
|
-
"line":
|
3865
|
+
"line": 875,
|
3540
3866
|
"character": 28
|
3541
3867
|
},
|
3542
3868
|
"name": "consumer",
|
@@ -3544,7 +3870,7 @@
|
|
3544
3870
|
"__schema": "TypeRefSchema",
|
3545
3871
|
"location": {
|
3546
3872
|
"filePath": "export.main.runtime.ts",
|
3547
|
-
"line":
|
3873
|
+
"line": 875,
|
3548
3874
|
"character": 38
|
3549
3875
|
},
|
3550
3876
|
"name": "Consumer"
|
@@ -3556,7 +3882,7 @@
|
|
3556
3882
|
"__schema": "ParameterSchema",
|
3557
3883
|
"location": {
|
3558
3884
|
"filePath": "export.main.runtime.ts",
|
3559
|
-
"line":
|
3885
|
+
"line": 875,
|
3560
3886
|
"character": 48
|
3561
3887
|
},
|
3562
3888
|
"name": "id",
|
@@ -3564,7 +3890,7 @@
|
|
3564
3890
|
"__schema": "KeywordTypeSchema",
|
3565
3891
|
"location": {
|
3566
3892
|
"filePath": "export.main.runtime.ts",
|
3567
|
-
"line":
|
3893
|
+
"line": 875,
|
3568
3894
|
"character": 52
|
3569
3895
|
},
|
3570
3896
|
"name": "string"
|
@@ -3577,7 +3903,7 @@
|
|
3577
3903
|
"__schema": "TypeRefSchema",
|
3578
3904
|
"location": {
|
3579
3905
|
"filePath": "export.main.runtime.ts",
|
3580
|
-
"line":
|
3906
|
+
"line": 875,
|
3581
3907
|
"character": 61
|
3582
3908
|
},
|
3583
3909
|
"name": "Promise",
|
@@ -3586,7 +3912,7 @@
|
|
3586
3912
|
"__schema": "TypeRefSchema",
|
3587
3913
|
"location": {
|
3588
3914
|
"filePath": "export.main.runtime.ts",
|
3589
|
-
"line":
|
3915
|
+
"line": 875,
|
3590
3916
|
"character": 69
|
3591
3917
|
},
|
3592
3918
|
"name": "ComponentID"
|
@@ -3601,7 +3927,7 @@
|
|
3601
3927
|
"__schema": "FunctionLikeSchema",
|
3602
3928
|
"location": {
|
3603
3929
|
"filePath": "export.main.runtime.ts",
|
3604
|
-
"line":
|
3930
|
+
"line": 885,
|
3605
3931
|
"character": 1
|
3606
3932
|
},
|
3607
3933
|
"signature": "function _throwForUnsnappedLaneReadme(lane: Lane): void",
|
@@ -3611,7 +3937,7 @@
|
|
3611
3937
|
"__schema": "ParameterSchema",
|
3612
3938
|
"location": {
|
3613
3939
|
"filePath": "export.main.runtime.ts",
|
3614
|
-
"line":
|
3940
|
+
"line": 885,
|
3615
3941
|
"character": 39
|
3616
3942
|
},
|
3617
3943
|
"name": "lane",
|
@@ -3619,7 +3945,7 @@
|
|
3619
3945
|
"__schema": "TypeRefSchema",
|
3620
3946
|
"location": {
|
3621
3947
|
"filePath": "export.main.runtime.ts",
|
3622
|
-
"line":
|
3948
|
+
"line": 885,
|
3623
3949
|
"character": 45
|
3624
3950
|
},
|
3625
3951
|
"name": "Lane"
|
@@ -3632,7 +3958,7 @@
|
|
3632
3958
|
"__schema": "TypeRefSchema",
|
3633
3959
|
"location": {
|
3634
3960
|
"filePath": "export.main.runtime.ts",
|
3635
|
-
"line":
|
3961
|
+
"line": 885,
|
3636
3962
|
"character": 1
|
3637
3963
|
},
|
3638
3964
|
"name": "_throwForUnsnappedLaneReadme",
|
@@ -3644,7 +3970,7 @@
|
|
3644
3970
|
"__schema": "FunctionLikeSchema",
|
3645
3971
|
"location": {
|
3646
3972
|
"filePath": "export.main.runtime.ts",
|
3647
|
-
"line":
|
3973
|
+
"line": 901,
|
3648
3974
|
"character": 1
|
3649
3975
|
},
|
3650
3976
|
"signature": "function updateLanesAfterExport(consumer: Consumer, lane: Lane): Promise<void>",
|
@@ -3654,7 +3980,7 @@
|
|
3654
3980
|
"__schema": "ParameterSchema",
|
3655
3981
|
"location": {
|
3656
3982
|
"filePath": "export.main.runtime.ts",
|
3657
|
-
"line":
|
3983
|
+
"line": 901,
|
3658
3984
|
"character": 39
|
3659
3985
|
},
|
3660
3986
|
"name": "consumer",
|
@@ -3662,7 +3988,7 @@
|
|
3662
3988
|
"__schema": "TypeRefSchema",
|
3663
3989
|
"location": {
|
3664
3990
|
"filePath": "export.main.runtime.ts",
|
3665
|
-
"line":
|
3991
|
+
"line": 901,
|
3666
3992
|
"character": 49
|
3667
3993
|
},
|
3668
3994
|
"name": "Consumer"
|
@@ -3674,7 +4000,7 @@
|
|
3674
4000
|
"__schema": "ParameterSchema",
|
3675
4001
|
"location": {
|
3676
4002
|
"filePath": "export.main.runtime.ts",
|
3677
|
-
"line":
|
4003
|
+
"line": 901,
|
3678
4004
|
"character": 59
|
3679
4005
|
},
|
3680
4006
|
"name": "lane",
|
@@ -3682,7 +4008,7 @@
|
|
3682
4008
|
"__schema": "TypeRefSchema",
|
3683
4009
|
"location": {
|
3684
4010
|
"filePath": "export.main.runtime.ts",
|
3685
|
-
"line":
|
4011
|
+
"line": 901,
|
3686
4012
|
"character": 65
|
3687
4013
|
},
|
3688
4014
|
"name": "Lane"
|
@@ -3695,7 +4021,7 @@
|
|
3695
4021
|
"__schema": "InferenceTypeSchema",
|
3696
4022
|
"location": {
|
3697
4023
|
"filePath": "export.main.runtime.ts",
|
3698
|
-
"line":
|
4024
|
+
"line": 901,
|
3699
4025
|
"character": 1
|
3700
4026
|
},
|
3701
4027
|
"type": "Promise<void>"
|
@@ -3747,7 +4073,7 @@
|
|
3747
4073
|
"componentId": {
|
3748
4074
|
"scope": "teambit.scope",
|
3749
4075
|
"name": "export",
|
3750
|
-
"version": "1.0.
|
4076
|
+
"version": "1.0.399"
|
3751
4077
|
},
|
3752
4078
|
"taggedModuleExports": []
|
3753
4079
|
}
|