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