@teambit/export 1.0.171 → 1.0.174
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 +212 -292
- package/dist/export.main.runtime.d.ts +2 -3
- package/dist/export.main.runtime.js +2 -3
- package/dist/export.main.runtime.js.map +1 -1
- package/dist/preview-1708958940676.js +7 -0
- package/package.json +7 -7
- package/dist/preview-1708455795514.js +0 -7
package/artifacts/schema.json
CHANGED
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
|
219
219
|
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371"
|
|
220
220
|
},
|
|
221
|
-
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId,
|
|
221
|
+
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, filterOutExistingVersions, exportOrigin, }: {\n scope: Scope;\n ids: ComponentIdList;\n laneObject?: Lane;\n allVersions?: boolean;\n originDirectly?: boolean;\n idsWithFutureScope: ComponentIdList;\n resumeExportId?: string | undefined;\n throwForMissingArtifacts?: boolean;\n isOnMain?: boolean;\n exportHeadsOnly?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
|
222
222
|
"name": "exportMany",
|
|
223
223
|
"params": [
|
|
224
224
|
{
|
|
@@ -228,12 +228,12 @@
|
|
|
228
228
|
"line": 229,
|
|
229
229
|
"character": 20
|
|
230
230
|
},
|
|
231
|
-
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId,
|
|
231
|
+
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, filterOutExistingVersions, exportOrigin = 'export' }",
|
|
232
232
|
"type": {
|
|
233
233
|
"__schema": "TypeLiteralSchema",
|
|
234
234
|
"location": {
|
|
235
235
|
"filePath": "export.main.runtime.ts",
|
|
236
|
-
"line":
|
|
236
|
+
"line": 242,
|
|
237
237
|
"character": 6
|
|
238
238
|
},
|
|
239
239
|
"members": [
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"__schema": "VariableLikeSchema",
|
|
242
242
|
"location": {
|
|
243
243
|
"filePath": "export.main.runtime.ts",
|
|
244
|
-
"line":
|
|
244
|
+
"line": 243,
|
|
245
245
|
"character": 5
|
|
246
246
|
},
|
|
247
247
|
"signature": "(property) scope: Scope",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"__schema": "TypeRefSchema",
|
|
251
251
|
"location": {
|
|
252
252
|
"filePath": "export.main.runtime.ts",
|
|
253
|
-
"line":
|
|
253
|
+
"line": 243,
|
|
254
254
|
"character": 5
|
|
255
255
|
},
|
|
256
256
|
"name": "Scope",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"__schema": "VariableLikeSchema",
|
|
263
263
|
"location": {
|
|
264
264
|
"filePath": "export.main.runtime.ts",
|
|
265
|
-
"line":
|
|
265
|
+
"line": 244,
|
|
266
266
|
"character": 5
|
|
267
267
|
},
|
|
268
268
|
"signature": "(property) ids: ComponentIdList",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"__schema": "TypeRefSchema",
|
|
272
272
|
"location": {
|
|
273
273
|
"filePath": "export.main.runtime.ts",
|
|
274
|
-
"line":
|
|
274
|
+
"line": 244,
|
|
275
275
|
"character": 5
|
|
276
276
|
},
|
|
277
277
|
"name": "ComponentIdList",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"__schema": "VariableLikeSchema",
|
|
288
288
|
"location": {
|
|
289
289
|
"filePath": "export.main.runtime.ts",
|
|
290
|
-
"line":
|
|
290
|
+
"line": 245,
|
|
291
291
|
"character": 5
|
|
292
292
|
},
|
|
293
293
|
"signature": "(property) laneObject?: Lane | undefined",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"__schema": "TypeRefSchema",
|
|
297
297
|
"location": {
|
|
298
298
|
"filePath": "export.main.runtime.ts",
|
|
299
|
-
"line":
|
|
299
|
+
"line": 245,
|
|
300
300
|
"character": 18
|
|
301
301
|
},
|
|
302
302
|
"name": "Lane"
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
"__schema": "VariableLikeSchema",
|
|
308
308
|
"location": {
|
|
309
309
|
"filePath": "export.main.runtime.ts",
|
|
310
|
-
"line":
|
|
310
|
+
"line": 246,
|
|
311
311
|
"character": 5
|
|
312
312
|
},
|
|
313
313
|
"signature": "(property) allVersions?: boolean | undefined",
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
"__schema": "KeywordTypeSchema",
|
|
317
317
|
"location": {
|
|
318
318
|
"filePath": "export.main.runtime.ts",
|
|
319
|
-
"line":
|
|
319
|
+
"line": 246,
|
|
320
320
|
"character": 19
|
|
321
321
|
},
|
|
322
322
|
"name": "boolean"
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"__schema": "VariableLikeSchema",
|
|
328
328
|
"location": {
|
|
329
329
|
"filePath": "export.main.runtime.ts",
|
|
330
|
-
"line":
|
|
330
|
+
"line": 247,
|
|
331
331
|
"character": 5
|
|
332
332
|
},
|
|
333
333
|
"signature": "(property) originDirectly?: boolean | undefined",
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
"__schema": "KeywordTypeSchema",
|
|
337
337
|
"location": {
|
|
338
338
|
"filePath": "export.main.runtime.ts",
|
|
339
|
-
"line":
|
|
339
|
+
"line": 247,
|
|
340
340
|
"character": 22
|
|
341
341
|
},
|
|
342
342
|
"name": "boolean"
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"__schema": "VariableLikeSchema",
|
|
348
348
|
"location": {
|
|
349
349
|
"filePath": "export.main.runtime.ts",
|
|
350
|
-
"line":
|
|
350
|
+
"line": 248,
|
|
351
351
|
"character": 5
|
|
352
352
|
},
|
|
353
353
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"__schema": "TypeRefSchema",
|
|
357
357
|
"location": {
|
|
358
358
|
"filePath": "export.main.runtime.ts",
|
|
359
|
-
"line":
|
|
359
|
+
"line": 248,
|
|
360
360
|
"character": 5
|
|
361
361
|
},
|
|
362
362
|
"name": "ComponentIdList",
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"__schema": "VariableLikeSchema",
|
|
373
373
|
"location": {
|
|
374
374
|
"filePath": "export.main.runtime.ts",
|
|
375
|
-
"line":
|
|
375
|
+
"line": 249,
|
|
376
376
|
"character": 5
|
|
377
377
|
},
|
|
378
378
|
"signature": "(property) resumeExportId?: string | undefined",
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"__schema": "TypeUnionSchema",
|
|
382
382
|
"location": {
|
|
383
383
|
"filePath": "export.main.runtime.ts",
|
|
384
|
-
"line":
|
|
384
|
+
"line": 249,
|
|
385
385
|
"character": 22
|
|
386
386
|
},
|
|
387
387
|
"types": [
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
"__schema": "KeywordTypeSchema",
|
|
390
390
|
"location": {
|
|
391
391
|
"filePath": "export.main.runtime.ts",
|
|
392
|
-
"line":
|
|
392
|
+
"line": 249,
|
|
393
393
|
"character": 22
|
|
394
394
|
},
|
|
395
395
|
"name": "string"
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"__schema": "KeywordTypeSchema",
|
|
399
399
|
"location": {
|
|
400
400
|
"filePath": "export.main.runtime.ts",
|
|
401
|
-
"line":
|
|
401
|
+
"line": 249,
|
|
402
402
|
"character": 31
|
|
403
403
|
},
|
|
404
404
|
"name": "undefined"
|
|
@@ -411,37 +411,17 @@
|
|
|
411
411
|
"__schema": "VariableLikeSchema",
|
|
412
412
|
"location": {
|
|
413
413
|
"filePath": "export.main.runtime.ts",
|
|
414
|
-
"line":
|
|
415
|
-
"character": 5
|
|
416
|
-
},
|
|
417
|
-
"signature": "(property) ignoreMissingArtifacts?: boolean | undefined",
|
|
418
|
-
"name": "ignoreMissingArtifacts",
|
|
419
|
-
"type": {
|
|
420
|
-
"__schema": "KeywordTypeSchema",
|
|
421
|
-
"location": {
|
|
422
|
-
"filePath": "export.main.runtime.ts",
|
|
423
|
-
"line": 251,
|
|
424
|
-
"character": 30
|
|
425
|
-
},
|
|
426
|
-
"name": "boolean"
|
|
427
|
-
},
|
|
428
|
-
"isOptional": true
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"__schema": "VariableLikeSchema",
|
|
432
|
-
"location": {
|
|
433
|
-
"filePath": "export.main.runtime.ts",
|
|
434
|
-
"line": 252,
|
|
414
|
+
"line": 250,
|
|
435
415
|
"character": 5
|
|
436
416
|
},
|
|
437
|
-
"signature": "(property)
|
|
438
|
-
"name": "
|
|
417
|
+
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
|
418
|
+
"name": "throwForMissingArtifacts",
|
|
439
419
|
"type": {
|
|
440
420
|
"__schema": "KeywordTypeSchema",
|
|
441
421
|
"location": {
|
|
442
422
|
"filePath": "export.main.runtime.ts",
|
|
443
|
-
"line":
|
|
444
|
-
"character":
|
|
423
|
+
"line": 250,
|
|
424
|
+
"character": 32
|
|
445
425
|
},
|
|
446
426
|
"name": "boolean"
|
|
447
427
|
},
|
|
@@ -451,7 +431,7 @@
|
|
|
451
431
|
"__schema": "VariableLikeSchema",
|
|
452
432
|
"location": {
|
|
453
433
|
"filePath": "export.main.runtime.ts",
|
|
454
|
-
"line":
|
|
434
|
+
"line": 251,
|
|
455
435
|
"character": 5
|
|
456
436
|
},
|
|
457
437
|
"signature": "(property) isOnMain?: boolean | undefined",
|
|
@@ -460,7 +440,7 @@
|
|
|
460
440
|
"__schema": "KeywordTypeSchema",
|
|
461
441
|
"location": {
|
|
462
442
|
"filePath": "export.main.runtime.ts",
|
|
463
|
-
"line":
|
|
443
|
+
"line": 251,
|
|
464
444
|
"character": 16
|
|
465
445
|
},
|
|
466
446
|
"name": "boolean"
|
|
@@ -471,7 +451,7 @@
|
|
|
471
451
|
"__schema": "VariableLikeSchema",
|
|
472
452
|
"location": {
|
|
473
453
|
"filePath": "export.main.runtime.ts",
|
|
474
|
-
"line":
|
|
454
|
+
"line": 252,
|
|
475
455
|
"character": 5
|
|
476
456
|
},
|
|
477
457
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
|
@@ -480,7 +460,7 @@
|
|
|
480
460
|
"__schema": "KeywordTypeSchema",
|
|
481
461
|
"location": {
|
|
482
462
|
"filePath": "export.main.runtime.ts",
|
|
483
|
-
"line":
|
|
463
|
+
"line": 252,
|
|
484
464
|
"character": 23
|
|
485
465
|
},
|
|
486
466
|
"name": "boolean"
|
|
@@ -491,7 +471,7 @@
|
|
|
491
471
|
"__schema": "VariableLikeSchema",
|
|
492
472
|
"location": {
|
|
493
473
|
"filePath": "export.main.runtime.ts",
|
|
494
|
-
"line":
|
|
474
|
+
"line": 253,
|
|
495
475
|
"character": 5
|
|
496
476
|
},
|
|
497
477
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
|
@@ -500,7 +480,7 @@
|
|
|
500
480
|
"__schema": "KeywordTypeSchema",
|
|
501
481
|
"location": {
|
|
502
482
|
"filePath": "export.main.runtime.ts",
|
|
503
|
-
"line":
|
|
483
|
+
"line": 253,
|
|
504
484
|
"character": 33
|
|
505
485
|
},
|
|
506
486
|
"name": "boolean"
|
|
@@ -511,7 +491,7 @@
|
|
|
511
491
|
"__schema": "VariableLikeSchema",
|
|
512
492
|
"location": {
|
|
513
493
|
"filePath": "export.main.runtime.ts",
|
|
514
|
-
"line":
|
|
494
|
+
"line": 254,
|
|
515
495
|
"character": 5
|
|
516
496
|
},
|
|
517
497
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
|
@@ -520,7 +500,7 @@
|
|
|
520
500
|
"__schema": "TypeRefSchema",
|
|
521
501
|
"location": {
|
|
522
502
|
"filePath": "export.main.runtime.ts",
|
|
523
|
-
"line":
|
|
503
|
+
"line": 254,
|
|
524
504
|
"character": 20
|
|
525
505
|
},
|
|
526
506
|
"name": "ExportOrigin"
|
|
@@ -535,7 +515,7 @@
|
|
|
535
515
|
"__schema": "VariableLikeSchema",
|
|
536
516
|
"location": {
|
|
537
517
|
"filePath": "export.main.runtime.ts",
|
|
538
|
-
"line":
|
|
518
|
+
"line": 243,
|
|
539
519
|
"character": 5
|
|
540
520
|
},
|
|
541
521
|
"signature": "(property) scope: Scope",
|
|
@@ -544,7 +524,7 @@
|
|
|
544
524
|
"__schema": "TypeRefSchema",
|
|
545
525
|
"location": {
|
|
546
526
|
"filePath": "export.main.runtime.ts",
|
|
547
|
-
"line":
|
|
527
|
+
"line": 243,
|
|
548
528
|
"character": 5
|
|
549
529
|
},
|
|
550
530
|
"name": "Scope",
|
|
@@ -556,7 +536,7 @@
|
|
|
556
536
|
"__schema": "VariableLikeSchema",
|
|
557
537
|
"location": {
|
|
558
538
|
"filePath": "export.main.runtime.ts",
|
|
559
|
-
"line":
|
|
539
|
+
"line": 244,
|
|
560
540
|
"character": 5
|
|
561
541
|
},
|
|
562
542
|
"signature": "(property) ids: ComponentIdList",
|
|
@@ -565,7 +545,7 @@
|
|
|
565
545
|
"__schema": "TypeRefSchema",
|
|
566
546
|
"location": {
|
|
567
547
|
"filePath": "export.main.runtime.ts",
|
|
568
|
-
"line":
|
|
548
|
+
"line": 244,
|
|
569
549
|
"character": 5
|
|
570
550
|
},
|
|
571
551
|
"name": "ComponentIdList",
|
|
@@ -581,7 +561,7 @@
|
|
|
581
561
|
"__schema": "VariableLikeSchema",
|
|
582
562
|
"location": {
|
|
583
563
|
"filePath": "export.main.runtime.ts",
|
|
584
|
-
"line":
|
|
564
|
+
"line": 245,
|
|
585
565
|
"character": 5
|
|
586
566
|
},
|
|
587
567
|
"signature": "(property) laneObject?: Lane | undefined",
|
|
@@ -590,7 +570,7 @@
|
|
|
590
570
|
"__schema": "TypeRefSchema",
|
|
591
571
|
"location": {
|
|
592
572
|
"filePath": "export.main.runtime.ts",
|
|
593
|
-
"line":
|
|
573
|
+
"line": 245,
|
|
594
574
|
"character": 18
|
|
595
575
|
},
|
|
596
576
|
"name": "Lane"
|
|
@@ -601,7 +581,7 @@
|
|
|
601
581
|
"__schema": "VariableLikeSchema",
|
|
602
582
|
"location": {
|
|
603
583
|
"filePath": "export.main.runtime.ts",
|
|
604
|
-
"line":
|
|
584
|
+
"line": 246,
|
|
605
585
|
"character": 5
|
|
606
586
|
},
|
|
607
587
|
"signature": "(property) allVersions?: boolean | undefined",
|
|
@@ -610,7 +590,7 @@
|
|
|
610
590
|
"__schema": "KeywordTypeSchema",
|
|
611
591
|
"location": {
|
|
612
592
|
"filePath": "export.main.runtime.ts",
|
|
613
|
-
"line":
|
|
593
|
+
"line": 246,
|
|
614
594
|
"character": 19
|
|
615
595
|
},
|
|
616
596
|
"name": "boolean"
|
|
@@ -621,7 +601,7 @@
|
|
|
621
601
|
"__schema": "VariableLikeSchema",
|
|
622
602
|
"location": {
|
|
623
603
|
"filePath": "export.main.runtime.ts",
|
|
624
|
-
"line":
|
|
604
|
+
"line": 247,
|
|
625
605
|
"character": 5
|
|
626
606
|
},
|
|
627
607
|
"signature": "(property) originDirectly?: boolean | undefined",
|
|
@@ -630,7 +610,7 @@
|
|
|
630
610
|
"__schema": "KeywordTypeSchema",
|
|
631
611
|
"location": {
|
|
632
612
|
"filePath": "export.main.runtime.ts",
|
|
633
|
-
"line":
|
|
613
|
+
"line": 247,
|
|
634
614
|
"character": 22
|
|
635
615
|
},
|
|
636
616
|
"name": "boolean"
|
|
@@ -641,7 +621,7 @@
|
|
|
641
621
|
"__schema": "VariableLikeSchema",
|
|
642
622
|
"location": {
|
|
643
623
|
"filePath": "export.main.runtime.ts",
|
|
644
|
-
"line":
|
|
624
|
+
"line": 248,
|
|
645
625
|
"character": 5
|
|
646
626
|
},
|
|
647
627
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
|
@@ -650,7 +630,7 @@
|
|
|
650
630
|
"__schema": "TypeRefSchema",
|
|
651
631
|
"location": {
|
|
652
632
|
"filePath": "export.main.runtime.ts",
|
|
653
|
-
"line":
|
|
633
|
+
"line": 248,
|
|
654
634
|
"character": 5
|
|
655
635
|
},
|
|
656
636
|
"name": "ComponentIdList",
|
|
@@ -666,7 +646,7 @@
|
|
|
666
646
|
"__schema": "VariableLikeSchema",
|
|
667
647
|
"location": {
|
|
668
648
|
"filePath": "export.main.runtime.ts",
|
|
669
|
-
"line":
|
|
649
|
+
"line": 249,
|
|
670
650
|
"character": 5
|
|
671
651
|
},
|
|
672
652
|
"signature": "(property) resumeExportId?: string | undefined",
|
|
@@ -675,7 +655,7 @@
|
|
|
675
655
|
"__schema": "TypeUnionSchema",
|
|
676
656
|
"location": {
|
|
677
657
|
"filePath": "export.main.runtime.ts",
|
|
678
|
-
"line":
|
|
658
|
+
"line": 249,
|
|
679
659
|
"character": 22
|
|
680
660
|
},
|
|
681
661
|
"types": [
|
|
@@ -683,7 +663,7 @@
|
|
|
683
663
|
"__schema": "KeywordTypeSchema",
|
|
684
664
|
"location": {
|
|
685
665
|
"filePath": "export.main.runtime.ts",
|
|
686
|
-
"line":
|
|
666
|
+
"line": 249,
|
|
687
667
|
"character": 22
|
|
688
668
|
},
|
|
689
669
|
"name": "string"
|
|
@@ -692,7 +672,7 @@
|
|
|
692
672
|
"__schema": "KeywordTypeSchema",
|
|
693
673
|
"location": {
|
|
694
674
|
"filePath": "export.main.runtime.ts",
|
|
695
|
-
"line":
|
|
675
|
+
"line": 249,
|
|
696
676
|
"character": 31
|
|
697
677
|
},
|
|
698
678
|
"name": "undefined"
|
|
@@ -705,37 +685,17 @@
|
|
|
705
685
|
"__schema": "VariableLikeSchema",
|
|
706
686
|
"location": {
|
|
707
687
|
"filePath": "export.main.runtime.ts",
|
|
708
|
-
"line":
|
|
709
|
-
"character": 5
|
|
710
|
-
},
|
|
711
|
-
"signature": "(property) ignoreMissingArtifacts?: boolean | undefined",
|
|
712
|
-
"name": "ignoreMissingArtifacts",
|
|
713
|
-
"type": {
|
|
714
|
-
"__schema": "KeywordTypeSchema",
|
|
715
|
-
"location": {
|
|
716
|
-
"filePath": "export.main.runtime.ts",
|
|
717
|
-
"line": 251,
|
|
718
|
-
"character": 30
|
|
719
|
-
},
|
|
720
|
-
"name": "boolean"
|
|
721
|
-
},
|
|
722
|
-
"isOptional": true
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"__schema": "VariableLikeSchema",
|
|
726
|
-
"location": {
|
|
727
|
-
"filePath": "export.main.runtime.ts",
|
|
728
|
-
"line": 252,
|
|
688
|
+
"line": 250,
|
|
729
689
|
"character": 5
|
|
730
690
|
},
|
|
731
|
-
"signature": "(property)
|
|
732
|
-
"name": "
|
|
691
|
+
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
|
692
|
+
"name": "throwForMissingArtifacts",
|
|
733
693
|
"type": {
|
|
734
694
|
"__schema": "KeywordTypeSchema",
|
|
735
695
|
"location": {
|
|
736
696
|
"filePath": "export.main.runtime.ts",
|
|
737
|
-
"line":
|
|
738
|
-
"character":
|
|
697
|
+
"line": 250,
|
|
698
|
+
"character": 32
|
|
739
699
|
},
|
|
740
700
|
"name": "boolean"
|
|
741
701
|
},
|
|
@@ -745,7 +705,7 @@
|
|
|
745
705
|
"__schema": "VariableLikeSchema",
|
|
746
706
|
"location": {
|
|
747
707
|
"filePath": "export.main.runtime.ts",
|
|
748
|
-
"line":
|
|
708
|
+
"line": 251,
|
|
749
709
|
"character": 5
|
|
750
710
|
},
|
|
751
711
|
"signature": "(property) isOnMain?: boolean | undefined",
|
|
@@ -754,7 +714,7 @@
|
|
|
754
714
|
"__schema": "KeywordTypeSchema",
|
|
755
715
|
"location": {
|
|
756
716
|
"filePath": "export.main.runtime.ts",
|
|
757
|
-
"line":
|
|
717
|
+
"line": 251,
|
|
758
718
|
"character": 16
|
|
759
719
|
},
|
|
760
720
|
"name": "boolean"
|
|
@@ -765,7 +725,7 @@
|
|
|
765
725
|
"__schema": "VariableLikeSchema",
|
|
766
726
|
"location": {
|
|
767
727
|
"filePath": "export.main.runtime.ts",
|
|
768
|
-
"line":
|
|
728
|
+
"line": 252,
|
|
769
729
|
"character": 5
|
|
770
730
|
},
|
|
771
731
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
|
@@ -774,7 +734,7 @@
|
|
|
774
734
|
"__schema": "KeywordTypeSchema",
|
|
775
735
|
"location": {
|
|
776
736
|
"filePath": "export.main.runtime.ts",
|
|
777
|
-
"line":
|
|
737
|
+
"line": 252,
|
|
778
738
|
"character": 23
|
|
779
739
|
},
|
|
780
740
|
"name": "boolean"
|
|
@@ -785,7 +745,7 @@
|
|
|
785
745
|
"__schema": "VariableLikeSchema",
|
|
786
746
|
"location": {
|
|
787
747
|
"filePath": "export.main.runtime.ts",
|
|
788
|
-
"line":
|
|
748
|
+
"line": 253,
|
|
789
749
|
"character": 5
|
|
790
750
|
},
|
|
791
751
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
|
@@ -794,7 +754,7 @@
|
|
|
794
754
|
"__schema": "KeywordTypeSchema",
|
|
795
755
|
"location": {
|
|
796
756
|
"filePath": "export.main.runtime.ts",
|
|
797
|
-
"line":
|
|
757
|
+
"line": 253,
|
|
798
758
|
"character": 33
|
|
799
759
|
},
|
|
800
760
|
"name": "boolean"
|
|
@@ -805,7 +765,7 @@
|
|
|
805
765
|
"__schema": "VariableLikeSchema",
|
|
806
766
|
"location": {
|
|
807
767
|
"filePath": "export.main.runtime.ts",
|
|
808
|
-
"line":
|
|
768
|
+
"line": 254,
|
|
809
769
|
"character": 5
|
|
810
770
|
},
|
|
811
771
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
|
@@ -814,7 +774,7 @@
|
|
|
814
774
|
"__schema": "TypeRefSchema",
|
|
815
775
|
"location": {
|
|
816
776
|
"filePath": "export.main.runtime.ts",
|
|
817
|
-
"line":
|
|
777
|
+
"line": 254,
|
|
818
778
|
"character": 20
|
|
819
779
|
},
|
|
820
780
|
"name": "ExportOrigin"
|
|
@@ -829,7 +789,7 @@
|
|
|
829
789
|
"__schema": "TypeRefSchema",
|
|
830
790
|
"location": {
|
|
831
791
|
"filePath": "export.main.runtime.ts",
|
|
832
|
-
"line":
|
|
792
|
+
"line": 255,
|
|
833
793
|
"character": 7
|
|
834
794
|
},
|
|
835
795
|
"name": "Promise",
|
|
@@ -838,7 +798,7 @@
|
|
|
838
798
|
"__schema": "TypeLiteralSchema",
|
|
839
799
|
"location": {
|
|
840
800
|
"filePath": "export.main.runtime.ts",
|
|
841
|
-
"line":
|
|
801
|
+
"line": 255,
|
|
842
802
|
"character": 15
|
|
843
803
|
},
|
|
844
804
|
"members": [
|
|
@@ -846,7 +806,7 @@
|
|
|
846
806
|
"__schema": "VariableLikeSchema",
|
|
847
807
|
"location": {
|
|
848
808
|
"filePath": "export.main.runtime.ts",
|
|
849
|
-
"line":
|
|
809
|
+
"line": 256,
|
|
850
810
|
"character": 5
|
|
851
811
|
},
|
|
852
812
|
"signature": "(property) exported: ComponentIdList",
|
|
@@ -855,7 +815,7 @@
|
|
|
855
815
|
"__schema": "TypeRefSchema",
|
|
856
816
|
"location": {
|
|
857
817
|
"filePath": "export.main.runtime.ts",
|
|
858
|
-
"line":
|
|
818
|
+
"line": 256,
|
|
859
819
|
"character": 5
|
|
860
820
|
},
|
|
861
821
|
"name": "ComponentIdList",
|
|
@@ -871,7 +831,7 @@
|
|
|
871
831
|
"__schema": "VariableLikeSchema",
|
|
872
832
|
"location": {
|
|
873
833
|
"filePath": "export.main.runtime.ts",
|
|
874
|
-
"line":
|
|
834
|
+
"line": 257,
|
|
875
835
|
"character": 5
|
|
876
836
|
},
|
|
877
837
|
"signature": "(property) updatedLocally: ComponentIdList",
|
|
@@ -880,7 +840,7 @@
|
|
|
880
840
|
"__schema": "TypeRefSchema",
|
|
881
841
|
"location": {
|
|
882
842
|
"filePath": "export.main.runtime.ts",
|
|
883
|
-
"line":
|
|
843
|
+
"line": 257,
|
|
884
844
|
"character": 5
|
|
885
845
|
},
|
|
886
846
|
"name": "ComponentIdList",
|
|
@@ -896,7 +856,7 @@
|
|
|
896
856
|
"__schema": "VariableLikeSchema",
|
|
897
857
|
"location": {
|
|
898
858
|
"filePath": "export.main.runtime.ts",
|
|
899
|
-
"line":
|
|
859
|
+
"line": 258,
|
|
900
860
|
"character": 5
|
|
901
861
|
},
|
|
902
862
|
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
|
@@ -905,14 +865,14 @@
|
|
|
905
865
|
"__schema": "TypeArraySchema",
|
|
906
866
|
"location": {
|
|
907
867
|
"filePath": "export.main.runtime.ts",
|
|
908
|
-
"line":
|
|
868
|
+
"line": 258,
|
|
909
869
|
"character": 21
|
|
910
870
|
},
|
|
911
871
|
"type": {
|
|
912
872
|
"__schema": "TypeRefSchema",
|
|
913
873
|
"location": {
|
|
914
874
|
"filePath": "export.main.runtime.ts",
|
|
915
|
-
"line":
|
|
875
|
+
"line": 258,
|
|
916
876
|
"character": 21
|
|
917
877
|
},
|
|
918
878
|
"name": "ComponentID"
|
|
@@ -924,7 +884,7 @@
|
|
|
924
884
|
"__schema": "VariableLikeSchema",
|
|
925
885
|
"location": {
|
|
926
886
|
"filePath": "export.main.runtime.ts",
|
|
927
|
-
"line":
|
|
887
|
+
"line": 259,
|
|
928
888
|
"character": 5
|
|
929
889
|
},
|
|
930
890
|
"signature": "(property) rippleJobs: string[]",
|
|
@@ -933,14 +893,14 @@
|
|
|
933
893
|
"__schema": "TypeArraySchema",
|
|
934
894
|
"location": {
|
|
935
895
|
"filePath": "export.main.runtime.ts",
|
|
936
|
-
"line":
|
|
896
|
+
"line": 259,
|
|
937
897
|
"character": 17
|
|
938
898
|
},
|
|
939
899
|
"type": {
|
|
940
900
|
"__schema": "KeywordTypeSchema",
|
|
941
901
|
"location": {
|
|
942
902
|
"filePath": "export.main.runtime.ts",
|
|
943
|
-
"line":
|
|
903
|
+
"line": 259,
|
|
944
904
|
"character": 17
|
|
945
905
|
},
|
|
946
906
|
"name": "string"
|
|
@@ -960,7 +920,7 @@
|
|
|
960
920
|
"__schema": "VariableLikeSchema",
|
|
961
921
|
"location": {
|
|
962
922
|
"filePath": "export.main.runtime.ts",
|
|
963
|
-
"line":
|
|
923
|
+
"line": 855,
|
|
964
924
|
"character": 3
|
|
965
925
|
},
|
|
966
926
|
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
|
@@ -969,7 +929,7 @@
|
|
|
969
929
|
"__schema": "InferenceTypeSchema",
|
|
970
930
|
"location": {
|
|
971
931
|
"filePath": "export.main.runtime.ts",
|
|
972
|
-
"line":
|
|
932
|
+
"line": 855,
|
|
973
933
|
"character": 3
|
|
974
934
|
},
|
|
975
935
|
"type": "RuntimeDefinition"
|
|
@@ -981,7 +941,7 @@
|
|
|
981
941
|
"__schema": "VariableLikeSchema",
|
|
982
942
|
"location": {
|
|
983
943
|
"filePath": "export.main.runtime.ts",
|
|
984
|
-
"line":
|
|
944
|
+
"line": 856,
|
|
985
945
|
"character": 3
|
|
986
946
|
},
|
|
987
947
|
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
|
@@ -990,7 +950,7 @@
|
|
|
990
950
|
"__schema": "InferenceTypeSchema",
|
|
991
951
|
"location": {
|
|
992
952
|
"filePath": "export.main.runtime.ts",
|
|
993
|
-
"line":
|
|
953
|
+
"line": 856,
|
|
994
954
|
"character": 3
|
|
995
955
|
},
|
|
996
956
|
"type": "Aspect[]"
|
|
@@ -1002,7 +962,7 @@
|
|
|
1002
962
|
"__schema": "FunctionLikeSchema",
|
|
1003
963
|
"location": {
|
|
1004
964
|
"filePath": "export.main.runtime.ts",
|
|
1005
|
-
"line":
|
|
965
|
+
"line": 865,
|
|
1006
966
|
"character": 3
|
|
1007
967
|
},
|
|
1008
968
|
"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>",
|
|
@@ -1012,7 +972,7 @@
|
|
|
1012
972
|
"__schema": "ParameterSchema",
|
|
1013
973
|
"location": {
|
|
1014
974
|
"filePath": "export.main.runtime.ts",
|
|
1015
|
-
"line":
|
|
975
|
+
"line": 865,
|
|
1016
976
|
"character": 25
|
|
1017
977
|
},
|
|
1018
978
|
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
|
@@ -1020,7 +980,7 @@
|
|
|
1020
980
|
"__schema": "TupleTypeSchema",
|
|
1021
981
|
"location": {
|
|
1022
982
|
"filePath": "export.main.runtime.ts",
|
|
1023
|
-
"line":
|
|
983
|
+
"line": 865,
|
|
1024
984
|
"character": 90
|
|
1025
985
|
},
|
|
1026
986
|
"elements": [
|
|
@@ -1028,7 +988,7 @@
|
|
|
1028
988
|
"__schema": "TypeRefSchema",
|
|
1029
989
|
"location": {
|
|
1030
990
|
"filePath": "export.main.runtime.ts",
|
|
1031
|
-
"line":
|
|
991
|
+
"line": 866,
|
|
1032
992
|
"character": 5
|
|
1033
993
|
},
|
|
1034
994
|
"name": "CLIMain"
|
|
@@ -1037,7 +997,7 @@
|
|
|
1037
997
|
"__schema": "TypeRefSchema",
|
|
1038
998
|
"location": {
|
|
1039
999
|
"filePath": "export.main.runtime.ts",
|
|
1040
|
-
"line":
|
|
1000
|
+
"line": 867,
|
|
1041
1001
|
"character": 5
|
|
1042
1002
|
},
|
|
1043
1003
|
"name": "ScopeMain"
|
|
@@ -1046,7 +1006,7 @@
|
|
|
1046
1006
|
"__schema": "TypeRefSchema",
|
|
1047
1007
|
"location": {
|
|
1048
1008
|
"filePath": "export.main.runtime.ts",
|
|
1049
|
-
"line":
|
|
1009
|
+
"line": 868,
|
|
1050
1010
|
"character": 5
|
|
1051
1011
|
},
|
|
1052
1012
|
"name": "Workspace"
|
|
@@ -1055,7 +1015,7 @@
|
|
|
1055
1015
|
"__schema": "TypeRefSchema",
|
|
1056
1016
|
"location": {
|
|
1057
1017
|
"filePath": "export.main.runtime.ts",
|
|
1058
|
-
"line":
|
|
1018
|
+
"line": 869,
|
|
1059
1019
|
"character": 5
|
|
1060
1020
|
},
|
|
1061
1021
|
"name": "RemoveMain"
|
|
@@ -1064,7 +1024,7 @@
|
|
|
1064
1024
|
"__schema": "TypeRefSchema",
|
|
1065
1025
|
"location": {
|
|
1066
1026
|
"filePath": "export.main.runtime.ts",
|
|
1067
|
-
"line":
|
|
1027
|
+
"line": 870,
|
|
1068
1028
|
"character": 5
|
|
1069
1029
|
},
|
|
1070
1030
|
"name": "DependencyResolverMain"
|
|
@@ -1073,7 +1033,7 @@
|
|
|
1073
1033
|
"__schema": "TypeRefSchema",
|
|
1074
1034
|
"location": {
|
|
1075
1035
|
"filePath": "export.main.runtime.ts",
|
|
1076
|
-
"line":
|
|
1036
|
+
"line": 871,
|
|
1077
1037
|
"character": 5
|
|
1078
1038
|
},
|
|
1079
1039
|
"name": "LoggerMain"
|
|
@@ -1082,7 +1042,7 @@
|
|
|
1082
1042
|
"__schema": "TypeRefSchema",
|
|
1083
1043
|
"location": {
|
|
1084
1044
|
"filePath": "export.main.runtime.ts",
|
|
1085
|
-
"line":
|
|
1045
|
+
"line": 872,
|
|
1086
1046
|
"character": 5
|
|
1087
1047
|
},
|
|
1088
1048
|
"name": "EjectMain"
|
|
@@ -1097,7 +1057,7 @@
|
|
|
1097
1057
|
"__schema": "InferenceTypeSchema",
|
|
1098
1058
|
"location": {
|
|
1099
1059
|
"filePath": "export.main.runtime.ts",
|
|
1100
|
-
"line":
|
|
1060
|
+
"line": 865,
|
|
1101
1061
|
"character": 3
|
|
1102
1062
|
},
|
|
1103
1063
|
"type": "Promise<ExportMain>"
|
|
@@ -1910,7 +1870,7 @@
|
|
|
1910
1870
|
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
|
1911
1871
|
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371"
|
|
1912
1872
|
},
|
|
1913
|
-
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId,
|
|
1873
|
+
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, filterOutExistingVersions, exportOrigin, }: {\n scope: Scope;\n ids: ComponentIdList;\n laneObject?: Lane;\n allVersions?: boolean;\n originDirectly?: boolean;\n idsWithFutureScope: ComponentIdList;\n resumeExportId?: string | undefined;\n throwForMissingArtifacts?: boolean;\n isOnMain?: boolean;\n exportHeadsOnly?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
|
1914
1874
|
"name": "exportMany",
|
|
1915
1875
|
"params": [
|
|
1916
1876
|
{
|
|
@@ -1920,12 +1880,12 @@
|
|
|
1920
1880
|
"line": 229,
|
|
1921
1881
|
"character": 20
|
|
1922
1882
|
},
|
|
1923
|
-
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId,
|
|
1883
|
+
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, filterOutExistingVersions, exportOrigin = 'export' }",
|
|
1924
1884
|
"type": {
|
|
1925
1885
|
"__schema": "TypeLiteralSchema",
|
|
1926
1886
|
"location": {
|
|
1927
1887
|
"filePath": "export.main.runtime.ts",
|
|
1928
|
-
"line":
|
|
1888
|
+
"line": 242,
|
|
1929
1889
|
"character": 6
|
|
1930
1890
|
},
|
|
1931
1891
|
"members": [
|
|
@@ -1933,7 +1893,7 @@
|
|
|
1933
1893
|
"__schema": "VariableLikeSchema",
|
|
1934
1894
|
"location": {
|
|
1935
1895
|
"filePath": "export.main.runtime.ts",
|
|
1936
|
-
"line":
|
|
1896
|
+
"line": 243,
|
|
1937
1897
|
"character": 5
|
|
1938
1898
|
},
|
|
1939
1899
|
"signature": "(property) scope: Scope",
|
|
@@ -1942,7 +1902,7 @@
|
|
|
1942
1902
|
"__schema": "TypeRefSchema",
|
|
1943
1903
|
"location": {
|
|
1944
1904
|
"filePath": "export.main.runtime.ts",
|
|
1945
|
-
"line":
|
|
1905
|
+
"line": 243,
|
|
1946
1906
|
"character": 5
|
|
1947
1907
|
},
|
|
1948
1908
|
"name": "Scope",
|
|
@@ -1954,7 +1914,7 @@
|
|
|
1954
1914
|
"__schema": "VariableLikeSchema",
|
|
1955
1915
|
"location": {
|
|
1956
1916
|
"filePath": "export.main.runtime.ts",
|
|
1957
|
-
"line":
|
|
1917
|
+
"line": 244,
|
|
1958
1918
|
"character": 5
|
|
1959
1919
|
},
|
|
1960
1920
|
"signature": "(property) ids: ComponentIdList",
|
|
@@ -1963,7 +1923,7 @@
|
|
|
1963
1923
|
"__schema": "TypeRefSchema",
|
|
1964
1924
|
"location": {
|
|
1965
1925
|
"filePath": "export.main.runtime.ts",
|
|
1966
|
-
"line":
|
|
1926
|
+
"line": 244,
|
|
1967
1927
|
"character": 5
|
|
1968
1928
|
},
|
|
1969
1929
|
"name": "ComponentIdList",
|
|
@@ -1979,7 +1939,7 @@
|
|
|
1979
1939
|
"__schema": "VariableLikeSchema",
|
|
1980
1940
|
"location": {
|
|
1981
1941
|
"filePath": "export.main.runtime.ts",
|
|
1982
|
-
"line":
|
|
1942
|
+
"line": 245,
|
|
1983
1943
|
"character": 5
|
|
1984
1944
|
},
|
|
1985
1945
|
"signature": "(property) laneObject?: Lane | undefined",
|
|
@@ -1988,7 +1948,7 @@
|
|
|
1988
1948
|
"__schema": "TypeRefSchema",
|
|
1989
1949
|
"location": {
|
|
1990
1950
|
"filePath": "export.main.runtime.ts",
|
|
1991
|
-
"line":
|
|
1951
|
+
"line": 245,
|
|
1992
1952
|
"character": 18
|
|
1993
1953
|
},
|
|
1994
1954
|
"name": "Lane"
|
|
@@ -1999,7 +1959,7 @@
|
|
|
1999
1959
|
"__schema": "VariableLikeSchema",
|
|
2000
1960
|
"location": {
|
|
2001
1961
|
"filePath": "export.main.runtime.ts",
|
|
2002
|
-
"line":
|
|
1962
|
+
"line": 246,
|
|
2003
1963
|
"character": 5
|
|
2004
1964
|
},
|
|
2005
1965
|
"signature": "(property) allVersions?: boolean | undefined",
|
|
@@ -2008,7 +1968,7 @@
|
|
|
2008
1968
|
"__schema": "KeywordTypeSchema",
|
|
2009
1969
|
"location": {
|
|
2010
1970
|
"filePath": "export.main.runtime.ts",
|
|
2011
|
-
"line":
|
|
1971
|
+
"line": 246,
|
|
2012
1972
|
"character": 19
|
|
2013
1973
|
},
|
|
2014
1974
|
"name": "boolean"
|
|
@@ -2019,7 +1979,7 @@
|
|
|
2019
1979
|
"__schema": "VariableLikeSchema",
|
|
2020
1980
|
"location": {
|
|
2021
1981
|
"filePath": "export.main.runtime.ts",
|
|
2022
|
-
"line":
|
|
1982
|
+
"line": 247,
|
|
2023
1983
|
"character": 5
|
|
2024
1984
|
},
|
|
2025
1985
|
"signature": "(property) originDirectly?: boolean | undefined",
|
|
@@ -2028,7 +1988,7 @@
|
|
|
2028
1988
|
"__schema": "KeywordTypeSchema",
|
|
2029
1989
|
"location": {
|
|
2030
1990
|
"filePath": "export.main.runtime.ts",
|
|
2031
|
-
"line":
|
|
1991
|
+
"line": 247,
|
|
2032
1992
|
"character": 22
|
|
2033
1993
|
},
|
|
2034
1994
|
"name": "boolean"
|
|
@@ -2039,7 +1999,7 @@
|
|
|
2039
1999
|
"__schema": "VariableLikeSchema",
|
|
2040
2000
|
"location": {
|
|
2041
2001
|
"filePath": "export.main.runtime.ts",
|
|
2042
|
-
"line":
|
|
2002
|
+
"line": 248,
|
|
2043
2003
|
"character": 5
|
|
2044
2004
|
},
|
|
2045
2005
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
|
@@ -2048,7 +2008,7 @@
|
|
|
2048
2008
|
"__schema": "TypeRefSchema",
|
|
2049
2009
|
"location": {
|
|
2050
2010
|
"filePath": "export.main.runtime.ts",
|
|
2051
|
-
"line":
|
|
2011
|
+
"line": 248,
|
|
2052
2012
|
"character": 5
|
|
2053
2013
|
},
|
|
2054
2014
|
"name": "ComponentIdList",
|
|
@@ -2064,7 +2024,7 @@
|
|
|
2064
2024
|
"__schema": "VariableLikeSchema",
|
|
2065
2025
|
"location": {
|
|
2066
2026
|
"filePath": "export.main.runtime.ts",
|
|
2067
|
-
"line":
|
|
2027
|
+
"line": 249,
|
|
2068
2028
|
"character": 5
|
|
2069
2029
|
},
|
|
2070
2030
|
"signature": "(property) resumeExportId?: string | undefined",
|
|
@@ -2073,7 +2033,7 @@
|
|
|
2073
2033
|
"__schema": "TypeUnionSchema",
|
|
2074
2034
|
"location": {
|
|
2075
2035
|
"filePath": "export.main.runtime.ts",
|
|
2076
|
-
"line":
|
|
2036
|
+
"line": 249,
|
|
2077
2037
|
"character": 22
|
|
2078
2038
|
},
|
|
2079
2039
|
"types": [
|
|
@@ -2081,7 +2041,7 @@
|
|
|
2081
2041
|
"__schema": "KeywordTypeSchema",
|
|
2082
2042
|
"location": {
|
|
2083
2043
|
"filePath": "export.main.runtime.ts",
|
|
2084
|
-
"line":
|
|
2044
|
+
"line": 249,
|
|
2085
2045
|
"character": 22
|
|
2086
2046
|
},
|
|
2087
2047
|
"name": "string"
|
|
@@ -2090,7 +2050,7 @@
|
|
|
2090
2050
|
"__schema": "KeywordTypeSchema",
|
|
2091
2051
|
"location": {
|
|
2092
2052
|
"filePath": "export.main.runtime.ts",
|
|
2093
|
-
"line":
|
|
2053
|
+
"line": 249,
|
|
2094
2054
|
"character": 31
|
|
2095
2055
|
},
|
|
2096
2056
|
"name": "undefined"
|
|
@@ -2103,37 +2063,17 @@
|
|
|
2103
2063
|
"__schema": "VariableLikeSchema",
|
|
2104
2064
|
"location": {
|
|
2105
2065
|
"filePath": "export.main.runtime.ts",
|
|
2106
|
-
"line":
|
|
2107
|
-
"character": 5
|
|
2108
|
-
},
|
|
2109
|
-
"signature": "(property) ignoreMissingArtifacts?: boolean | undefined",
|
|
2110
|
-
"name": "ignoreMissingArtifacts",
|
|
2111
|
-
"type": {
|
|
2112
|
-
"__schema": "KeywordTypeSchema",
|
|
2113
|
-
"location": {
|
|
2114
|
-
"filePath": "export.main.runtime.ts",
|
|
2115
|
-
"line": 251,
|
|
2116
|
-
"character": 30
|
|
2117
|
-
},
|
|
2118
|
-
"name": "boolean"
|
|
2119
|
-
},
|
|
2120
|
-
"isOptional": true
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
2123
|
-
"__schema": "VariableLikeSchema",
|
|
2124
|
-
"location": {
|
|
2125
|
-
"filePath": "export.main.runtime.ts",
|
|
2126
|
-
"line": 252,
|
|
2066
|
+
"line": 250,
|
|
2127
2067
|
"character": 5
|
|
2128
2068
|
},
|
|
2129
|
-
"signature": "(property)
|
|
2130
|
-
"name": "
|
|
2069
|
+
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
|
2070
|
+
"name": "throwForMissingArtifacts",
|
|
2131
2071
|
"type": {
|
|
2132
2072
|
"__schema": "KeywordTypeSchema",
|
|
2133
2073
|
"location": {
|
|
2134
2074
|
"filePath": "export.main.runtime.ts",
|
|
2135
|
-
"line":
|
|
2136
|
-
"character":
|
|
2075
|
+
"line": 250,
|
|
2076
|
+
"character": 32
|
|
2137
2077
|
},
|
|
2138
2078
|
"name": "boolean"
|
|
2139
2079
|
},
|
|
@@ -2143,7 +2083,7 @@
|
|
|
2143
2083
|
"__schema": "VariableLikeSchema",
|
|
2144
2084
|
"location": {
|
|
2145
2085
|
"filePath": "export.main.runtime.ts",
|
|
2146
|
-
"line":
|
|
2086
|
+
"line": 251,
|
|
2147
2087
|
"character": 5
|
|
2148
2088
|
},
|
|
2149
2089
|
"signature": "(property) isOnMain?: boolean | undefined",
|
|
@@ -2152,7 +2092,7 @@
|
|
|
2152
2092
|
"__schema": "KeywordTypeSchema",
|
|
2153
2093
|
"location": {
|
|
2154
2094
|
"filePath": "export.main.runtime.ts",
|
|
2155
|
-
"line":
|
|
2095
|
+
"line": 251,
|
|
2156
2096
|
"character": 16
|
|
2157
2097
|
},
|
|
2158
2098
|
"name": "boolean"
|
|
@@ -2163,7 +2103,7 @@
|
|
|
2163
2103
|
"__schema": "VariableLikeSchema",
|
|
2164
2104
|
"location": {
|
|
2165
2105
|
"filePath": "export.main.runtime.ts",
|
|
2166
|
-
"line":
|
|
2106
|
+
"line": 252,
|
|
2167
2107
|
"character": 5
|
|
2168
2108
|
},
|
|
2169
2109
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
|
@@ -2172,7 +2112,7 @@
|
|
|
2172
2112
|
"__schema": "KeywordTypeSchema",
|
|
2173
2113
|
"location": {
|
|
2174
2114
|
"filePath": "export.main.runtime.ts",
|
|
2175
|
-
"line":
|
|
2115
|
+
"line": 252,
|
|
2176
2116
|
"character": 23
|
|
2177
2117
|
},
|
|
2178
2118
|
"name": "boolean"
|
|
@@ -2183,7 +2123,7 @@
|
|
|
2183
2123
|
"__schema": "VariableLikeSchema",
|
|
2184
2124
|
"location": {
|
|
2185
2125
|
"filePath": "export.main.runtime.ts",
|
|
2186
|
-
"line":
|
|
2126
|
+
"line": 253,
|
|
2187
2127
|
"character": 5
|
|
2188
2128
|
},
|
|
2189
2129
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
|
@@ -2192,7 +2132,7 @@
|
|
|
2192
2132
|
"__schema": "KeywordTypeSchema",
|
|
2193
2133
|
"location": {
|
|
2194
2134
|
"filePath": "export.main.runtime.ts",
|
|
2195
|
-
"line":
|
|
2135
|
+
"line": 253,
|
|
2196
2136
|
"character": 33
|
|
2197
2137
|
},
|
|
2198
2138
|
"name": "boolean"
|
|
@@ -2203,7 +2143,7 @@
|
|
|
2203
2143
|
"__schema": "VariableLikeSchema",
|
|
2204
2144
|
"location": {
|
|
2205
2145
|
"filePath": "export.main.runtime.ts",
|
|
2206
|
-
"line":
|
|
2146
|
+
"line": 254,
|
|
2207
2147
|
"character": 5
|
|
2208
2148
|
},
|
|
2209
2149
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
|
@@ -2212,7 +2152,7 @@
|
|
|
2212
2152
|
"__schema": "TypeRefSchema",
|
|
2213
2153
|
"location": {
|
|
2214
2154
|
"filePath": "export.main.runtime.ts",
|
|
2215
|
-
"line":
|
|
2155
|
+
"line": 254,
|
|
2216
2156
|
"character": 20
|
|
2217
2157
|
},
|
|
2218
2158
|
"name": "ExportOrigin"
|
|
@@ -2227,7 +2167,7 @@
|
|
|
2227
2167
|
"__schema": "VariableLikeSchema",
|
|
2228
2168
|
"location": {
|
|
2229
2169
|
"filePath": "export.main.runtime.ts",
|
|
2230
|
-
"line":
|
|
2170
|
+
"line": 243,
|
|
2231
2171
|
"character": 5
|
|
2232
2172
|
},
|
|
2233
2173
|
"signature": "(property) scope: Scope",
|
|
@@ -2236,7 +2176,7 @@
|
|
|
2236
2176
|
"__schema": "TypeRefSchema",
|
|
2237
2177
|
"location": {
|
|
2238
2178
|
"filePath": "export.main.runtime.ts",
|
|
2239
|
-
"line":
|
|
2179
|
+
"line": 243,
|
|
2240
2180
|
"character": 5
|
|
2241
2181
|
},
|
|
2242
2182
|
"name": "Scope",
|
|
@@ -2248,7 +2188,7 @@
|
|
|
2248
2188
|
"__schema": "VariableLikeSchema",
|
|
2249
2189
|
"location": {
|
|
2250
2190
|
"filePath": "export.main.runtime.ts",
|
|
2251
|
-
"line":
|
|
2191
|
+
"line": 244,
|
|
2252
2192
|
"character": 5
|
|
2253
2193
|
},
|
|
2254
2194
|
"signature": "(property) ids: ComponentIdList",
|
|
@@ -2257,7 +2197,7 @@
|
|
|
2257
2197
|
"__schema": "TypeRefSchema",
|
|
2258
2198
|
"location": {
|
|
2259
2199
|
"filePath": "export.main.runtime.ts",
|
|
2260
|
-
"line":
|
|
2200
|
+
"line": 244,
|
|
2261
2201
|
"character": 5
|
|
2262
2202
|
},
|
|
2263
2203
|
"name": "ComponentIdList",
|
|
@@ -2273,7 +2213,7 @@
|
|
|
2273
2213
|
"__schema": "VariableLikeSchema",
|
|
2274
2214
|
"location": {
|
|
2275
2215
|
"filePath": "export.main.runtime.ts",
|
|
2276
|
-
"line":
|
|
2216
|
+
"line": 245,
|
|
2277
2217
|
"character": 5
|
|
2278
2218
|
},
|
|
2279
2219
|
"signature": "(property) laneObject?: Lane | undefined",
|
|
@@ -2282,7 +2222,7 @@
|
|
|
2282
2222
|
"__schema": "TypeRefSchema",
|
|
2283
2223
|
"location": {
|
|
2284
2224
|
"filePath": "export.main.runtime.ts",
|
|
2285
|
-
"line":
|
|
2225
|
+
"line": 245,
|
|
2286
2226
|
"character": 18
|
|
2287
2227
|
},
|
|
2288
2228
|
"name": "Lane"
|
|
@@ -2293,7 +2233,7 @@
|
|
|
2293
2233
|
"__schema": "VariableLikeSchema",
|
|
2294
2234
|
"location": {
|
|
2295
2235
|
"filePath": "export.main.runtime.ts",
|
|
2296
|
-
"line":
|
|
2236
|
+
"line": 246,
|
|
2297
2237
|
"character": 5
|
|
2298
2238
|
},
|
|
2299
2239
|
"signature": "(property) allVersions?: boolean | undefined",
|
|
@@ -2302,7 +2242,7 @@
|
|
|
2302
2242
|
"__schema": "KeywordTypeSchema",
|
|
2303
2243
|
"location": {
|
|
2304
2244
|
"filePath": "export.main.runtime.ts",
|
|
2305
|
-
"line":
|
|
2245
|
+
"line": 246,
|
|
2306
2246
|
"character": 19
|
|
2307
2247
|
},
|
|
2308
2248
|
"name": "boolean"
|
|
@@ -2313,7 +2253,7 @@
|
|
|
2313
2253
|
"__schema": "VariableLikeSchema",
|
|
2314
2254
|
"location": {
|
|
2315
2255
|
"filePath": "export.main.runtime.ts",
|
|
2316
|
-
"line":
|
|
2256
|
+
"line": 247,
|
|
2317
2257
|
"character": 5
|
|
2318
2258
|
},
|
|
2319
2259
|
"signature": "(property) originDirectly?: boolean | undefined",
|
|
@@ -2322,7 +2262,7 @@
|
|
|
2322
2262
|
"__schema": "KeywordTypeSchema",
|
|
2323
2263
|
"location": {
|
|
2324
2264
|
"filePath": "export.main.runtime.ts",
|
|
2325
|
-
"line":
|
|
2265
|
+
"line": 247,
|
|
2326
2266
|
"character": 22
|
|
2327
2267
|
},
|
|
2328
2268
|
"name": "boolean"
|
|
@@ -2333,7 +2273,7 @@
|
|
|
2333
2273
|
"__schema": "VariableLikeSchema",
|
|
2334
2274
|
"location": {
|
|
2335
2275
|
"filePath": "export.main.runtime.ts",
|
|
2336
|
-
"line":
|
|
2276
|
+
"line": 248,
|
|
2337
2277
|
"character": 5
|
|
2338
2278
|
},
|
|
2339
2279
|
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
|
@@ -2342,7 +2282,7 @@
|
|
|
2342
2282
|
"__schema": "TypeRefSchema",
|
|
2343
2283
|
"location": {
|
|
2344
2284
|
"filePath": "export.main.runtime.ts",
|
|
2345
|
-
"line":
|
|
2285
|
+
"line": 248,
|
|
2346
2286
|
"character": 5
|
|
2347
2287
|
},
|
|
2348
2288
|
"name": "ComponentIdList",
|
|
@@ -2358,7 +2298,7 @@
|
|
|
2358
2298
|
"__schema": "VariableLikeSchema",
|
|
2359
2299
|
"location": {
|
|
2360
2300
|
"filePath": "export.main.runtime.ts",
|
|
2361
|
-
"line":
|
|
2301
|
+
"line": 249,
|
|
2362
2302
|
"character": 5
|
|
2363
2303
|
},
|
|
2364
2304
|
"signature": "(property) resumeExportId?: string | undefined",
|
|
@@ -2367,7 +2307,7 @@
|
|
|
2367
2307
|
"__schema": "TypeUnionSchema",
|
|
2368
2308
|
"location": {
|
|
2369
2309
|
"filePath": "export.main.runtime.ts",
|
|
2370
|
-
"line":
|
|
2310
|
+
"line": 249,
|
|
2371
2311
|
"character": 22
|
|
2372
2312
|
},
|
|
2373
2313
|
"types": [
|
|
@@ -2375,7 +2315,7 @@
|
|
|
2375
2315
|
"__schema": "KeywordTypeSchema",
|
|
2376
2316
|
"location": {
|
|
2377
2317
|
"filePath": "export.main.runtime.ts",
|
|
2378
|
-
"line":
|
|
2318
|
+
"line": 249,
|
|
2379
2319
|
"character": 22
|
|
2380
2320
|
},
|
|
2381
2321
|
"name": "string"
|
|
@@ -2384,7 +2324,7 @@
|
|
|
2384
2324
|
"__schema": "KeywordTypeSchema",
|
|
2385
2325
|
"location": {
|
|
2386
2326
|
"filePath": "export.main.runtime.ts",
|
|
2387
|
-
"line":
|
|
2327
|
+
"line": 249,
|
|
2388
2328
|
"character": 31
|
|
2389
2329
|
},
|
|
2390
2330
|
"name": "undefined"
|
|
@@ -2397,37 +2337,17 @@
|
|
|
2397
2337
|
"__schema": "VariableLikeSchema",
|
|
2398
2338
|
"location": {
|
|
2399
2339
|
"filePath": "export.main.runtime.ts",
|
|
2400
|
-
"line":
|
|
2401
|
-
"character": 5
|
|
2402
|
-
},
|
|
2403
|
-
"signature": "(property) ignoreMissingArtifacts?: boolean | undefined",
|
|
2404
|
-
"name": "ignoreMissingArtifacts",
|
|
2405
|
-
"type": {
|
|
2406
|
-
"__schema": "KeywordTypeSchema",
|
|
2407
|
-
"location": {
|
|
2408
|
-
"filePath": "export.main.runtime.ts",
|
|
2409
|
-
"line": 251,
|
|
2410
|
-
"character": 30
|
|
2411
|
-
},
|
|
2412
|
-
"name": "boolean"
|
|
2413
|
-
},
|
|
2414
|
-
"isOptional": true
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"__schema": "VariableLikeSchema",
|
|
2418
|
-
"location": {
|
|
2419
|
-
"filePath": "export.main.runtime.ts",
|
|
2420
|
-
"line": 252,
|
|
2340
|
+
"line": 250,
|
|
2421
2341
|
"character": 5
|
|
2422
2342
|
},
|
|
2423
|
-
"signature": "(property)
|
|
2424
|
-
"name": "
|
|
2343
|
+
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
|
2344
|
+
"name": "throwForMissingArtifacts",
|
|
2425
2345
|
"type": {
|
|
2426
2346
|
"__schema": "KeywordTypeSchema",
|
|
2427
2347
|
"location": {
|
|
2428
2348
|
"filePath": "export.main.runtime.ts",
|
|
2429
|
-
"line":
|
|
2430
|
-
"character":
|
|
2349
|
+
"line": 250,
|
|
2350
|
+
"character": 32
|
|
2431
2351
|
},
|
|
2432
2352
|
"name": "boolean"
|
|
2433
2353
|
},
|
|
@@ -2437,7 +2357,7 @@
|
|
|
2437
2357
|
"__schema": "VariableLikeSchema",
|
|
2438
2358
|
"location": {
|
|
2439
2359
|
"filePath": "export.main.runtime.ts",
|
|
2440
|
-
"line":
|
|
2360
|
+
"line": 251,
|
|
2441
2361
|
"character": 5
|
|
2442
2362
|
},
|
|
2443
2363
|
"signature": "(property) isOnMain?: boolean | undefined",
|
|
@@ -2446,7 +2366,7 @@
|
|
|
2446
2366
|
"__schema": "KeywordTypeSchema",
|
|
2447
2367
|
"location": {
|
|
2448
2368
|
"filePath": "export.main.runtime.ts",
|
|
2449
|
-
"line":
|
|
2369
|
+
"line": 251,
|
|
2450
2370
|
"character": 16
|
|
2451
2371
|
},
|
|
2452
2372
|
"name": "boolean"
|
|
@@ -2457,7 +2377,7 @@
|
|
|
2457
2377
|
"__schema": "VariableLikeSchema",
|
|
2458
2378
|
"location": {
|
|
2459
2379
|
"filePath": "export.main.runtime.ts",
|
|
2460
|
-
"line":
|
|
2380
|
+
"line": 252,
|
|
2461
2381
|
"character": 5
|
|
2462
2382
|
},
|
|
2463
2383
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
|
@@ -2466,7 +2386,7 @@
|
|
|
2466
2386
|
"__schema": "KeywordTypeSchema",
|
|
2467
2387
|
"location": {
|
|
2468
2388
|
"filePath": "export.main.runtime.ts",
|
|
2469
|
-
"line":
|
|
2389
|
+
"line": 252,
|
|
2470
2390
|
"character": 23
|
|
2471
2391
|
},
|
|
2472
2392
|
"name": "boolean"
|
|
@@ -2477,7 +2397,7 @@
|
|
|
2477
2397
|
"__schema": "VariableLikeSchema",
|
|
2478
2398
|
"location": {
|
|
2479
2399
|
"filePath": "export.main.runtime.ts",
|
|
2480
|
-
"line":
|
|
2400
|
+
"line": 253,
|
|
2481
2401
|
"character": 5
|
|
2482
2402
|
},
|
|
2483
2403
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
|
@@ -2486,7 +2406,7 @@
|
|
|
2486
2406
|
"__schema": "KeywordTypeSchema",
|
|
2487
2407
|
"location": {
|
|
2488
2408
|
"filePath": "export.main.runtime.ts",
|
|
2489
|
-
"line":
|
|
2409
|
+
"line": 253,
|
|
2490
2410
|
"character": 33
|
|
2491
2411
|
},
|
|
2492
2412
|
"name": "boolean"
|
|
@@ -2497,7 +2417,7 @@
|
|
|
2497
2417
|
"__schema": "VariableLikeSchema",
|
|
2498
2418
|
"location": {
|
|
2499
2419
|
"filePath": "export.main.runtime.ts",
|
|
2500
|
-
"line":
|
|
2420
|
+
"line": 254,
|
|
2501
2421
|
"character": 5
|
|
2502
2422
|
},
|
|
2503
2423
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
|
@@ -2506,7 +2426,7 @@
|
|
|
2506
2426
|
"__schema": "TypeRefSchema",
|
|
2507
2427
|
"location": {
|
|
2508
2428
|
"filePath": "export.main.runtime.ts",
|
|
2509
|
-
"line":
|
|
2429
|
+
"line": 254,
|
|
2510
2430
|
"character": 20
|
|
2511
2431
|
},
|
|
2512
2432
|
"name": "ExportOrigin"
|
|
@@ -2521,7 +2441,7 @@
|
|
|
2521
2441
|
"__schema": "TypeRefSchema",
|
|
2522
2442
|
"location": {
|
|
2523
2443
|
"filePath": "export.main.runtime.ts",
|
|
2524
|
-
"line":
|
|
2444
|
+
"line": 255,
|
|
2525
2445
|
"character": 7
|
|
2526
2446
|
},
|
|
2527
2447
|
"name": "Promise",
|
|
@@ -2530,7 +2450,7 @@
|
|
|
2530
2450
|
"__schema": "TypeLiteralSchema",
|
|
2531
2451
|
"location": {
|
|
2532
2452
|
"filePath": "export.main.runtime.ts",
|
|
2533
|
-
"line":
|
|
2453
|
+
"line": 255,
|
|
2534
2454
|
"character": 15
|
|
2535
2455
|
},
|
|
2536
2456
|
"members": [
|
|
@@ -2538,7 +2458,7 @@
|
|
|
2538
2458
|
"__schema": "VariableLikeSchema",
|
|
2539
2459
|
"location": {
|
|
2540
2460
|
"filePath": "export.main.runtime.ts",
|
|
2541
|
-
"line":
|
|
2461
|
+
"line": 256,
|
|
2542
2462
|
"character": 5
|
|
2543
2463
|
},
|
|
2544
2464
|
"signature": "(property) exported: ComponentIdList",
|
|
@@ -2547,7 +2467,7 @@
|
|
|
2547
2467
|
"__schema": "TypeRefSchema",
|
|
2548
2468
|
"location": {
|
|
2549
2469
|
"filePath": "export.main.runtime.ts",
|
|
2550
|
-
"line":
|
|
2470
|
+
"line": 256,
|
|
2551
2471
|
"character": 5
|
|
2552
2472
|
},
|
|
2553
2473
|
"name": "ComponentIdList",
|
|
@@ -2563,7 +2483,7 @@
|
|
|
2563
2483
|
"__schema": "VariableLikeSchema",
|
|
2564
2484
|
"location": {
|
|
2565
2485
|
"filePath": "export.main.runtime.ts",
|
|
2566
|
-
"line":
|
|
2486
|
+
"line": 257,
|
|
2567
2487
|
"character": 5
|
|
2568
2488
|
},
|
|
2569
2489
|
"signature": "(property) updatedLocally: ComponentIdList",
|
|
@@ -2572,7 +2492,7 @@
|
|
|
2572
2492
|
"__schema": "TypeRefSchema",
|
|
2573
2493
|
"location": {
|
|
2574
2494
|
"filePath": "export.main.runtime.ts",
|
|
2575
|
-
"line":
|
|
2495
|
+
"line": 257,
|
|
2576
2496
|
"character": 5
|
|
2577
2497
|
},
|
|
2578
2498
|
"name": "ComponentIdList",
|
|
@@ -2588,7 +2508,7 @@
|
|
|
2588
2508
|
"__schema": "VariableLikeSchema",
|
|
2589
2509
|
"location": {
|
|
2590
2510
|
"filePath": "export.main.runtime.ts",
|
|
2591
|
-
"line":
|
|
2511
|
+
"line": 258,
|
|
2592
2512
|
"character": 5
|
|
2593
2513
|
},
|
|
2594
2514
|
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
|
@@ -2597,14 +2517,14 @@
|
|
|
2597
2517
|
"__schema": "TypeArraySchema",
|
|
2598
2518
|
"location": {
|
|
2599
2519
|
"filePath": "export.main.runtime.ts",
|
|
2600
|
-
"line":
|
|
2520
|
+
"line": 258,
|
|
2601
2521
|
"character": 21
|
|
2602
2522
|
},
|
|
2603
2523
|
"type": {
|
|
2604
2524
|
"__schema": "TypeRefSchema",
|
|
2605
2525
|
"location": {
|
|
2606
2526
|
"filePath": "export.main.runtime.ts",
|
|
2607
|
-
"line":
|
|
2527
|
+
"line": 258,
|
|
2608
2528
|
"character": 21
|
|
2609
2529
|
},
|
|
2610
2530
|
"name": "ComponentID"
|
|
@@ -2616,7 +2536,7 @@
|
|
|
2616
2536
|
"__schema": "VariableLikeSchema",
|
|
2617
2537
|
"location": {
|
|
2618
2538
|
"filePath": "export.main.runtime.ts",
|
|
2619
|
-
"line":
|
|
2539
|
+
"line": 259,
|
|
2620
2540
|
"character": 5
|
|
2621
2541
|
},
|
|
2622
2542
|
"signature": "(property) rippleJobs: string[]",
|
|
@@ -2625,14 +2545,14 @@
|
|
|
2625
2545
|
"__schema": "TypeArraySchema",
|
|
2626
2546
|
"location": {
|
|
2627
2547
|
"filePath": "export.main.runtime.ts",
|
|
2628
|
-
"line":
|
|
2548
|
+
"line": 259,
|
|
2629
2549
|
"character": 17
|
|
2630
2550
|
},
|
|
2631
2551
|
"type": {
|
|
2632
2552
|
"__schema": "KeywordTypeSchema",
|
|
2633
2553
|
"location": {
|
|
2634
2554
|
"filePath": "export.main.runtime.ts",
|
|
2635
|
-
"line":
|
|
2555
|
+
"line": 259,
|
|
2636
2556
|
"character": 17
|
|
2637
2557
|
},
|
|
2638
2558
|
"name": "string"
|
|
@@ -2652,7 +2572,7 @@
|
|
|
2652
2572
|
"__schema": "VariableLikeSchema",
|
|
2653
2573
|
"location": {
|
|
2654
2574
|
"filePath": "export.main.runtime.ts",
|
|
2655
|
-
"line":
|
|
2575
|
+
"line": 855,
|
|
2656
2576
|
"character": 3
|
|
2657
2577
|
},
|
|
2658
2578
|
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
|
@@ -2661,7 +2581,7 @@
|
|
|
2661
2581
|
"__schema": "InferenceTypeSchema",
|
|
2662
2582
|
"location": {
|
|
2663
2583
|
"filePath": "export.main.runtime.ts",
|
|
2664
|
-
"line":
|
|
2584
|
+
"line": 855,
|
|
2665
2585
|
"character": 3
|
|
2666
2586
|
},
|
|
2667
2587
|
"type": "RuntimeDefinition"
|
|
@@ -2673,7 +2593,7 @@
|
|
|
2673
2593
|
"__schema": "VariableLikeSchema",
|
|
2674
2594
|
"location": {
|
|
2675
2595
|
"filePath": "export.main.runtime.ts",
|
|
2676
|
-
"line":
|
|
2596
|
+
"line": 856,
|
|
2677
2597
|
"character": 3
|
|
2678
2598
|
},
|
|
2679
2599
|
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
|
@@ -2682,7 +2602,7 @@
|
|
|
2682
2602
|
"__schema": "InferenceTypeSchema",
|
|
2683
2603
|
"location": {
|
|
2684
2604
|
"filePath": "export.main.runtime.ts",
|
|
2685
|
-
"line":
|
|
2605
|
+
"line": 856,
|
|
2686
2606
|
"character": 3
|
|
2687
2607
|
},
|
|
2688
2608
|
"type": "Aspect[]"
|
|
@@ -2694,7 +2614,7 @@
|
|
|
2694
2614
|
"__schema": "FunctionLikeSchema",
|
|
2695
2615
|
"location": {
|
|
2696
2616
|
"filePath": "export.main.runtime.ts",
|
|
2697
|
-
"line":
|
|
2617
|
+
"line": 865,
|
|
2698
2618
|
"character": 3
|
|
2699
2619
|
},
|
|
2700
2620
|
"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>",
|
|
@@ -2704,7 +2624,7 @@
|
|
|
2704
2624
|
"__schema": "ParameterSchema",
|
|
2705
2625
|
"location": {
|
|
2706
2626
|
"filePath": "export.main.runtime.ts",
|
|
2707
|
-
"line":
|
|
2627
|
+
"line": 865,
|
|
2708
2628
|
"character": 25
|
|
2709
2629
|
},
|
|
2710
2630
|
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
|
@@ -2712,7 +2632,7 @@
|
|
|
2712
2632
|
"__schema": "TupleTypeSchema",
|
|
2713
2633
|
"location": {
|
|
2714
2634
|
"filePath": "export.main.runtime.ts",
|
|
2715
|
-
"line":
|
|
2635
|
+
"line": 865,
|
|
2716
2636
|
"character": 90
|
|
2717
2637
|
},
|
|
2718
2638
|
"elements": [
|
|
@@ -2720,7 +2640,7 @@
|
|
|
2720
2640
|
"__schema": "TypeRefSchema",
|
|
2721
2641
|
"location": {
|
|
2722
2642
|
"filePath": "export.main.runtime.ts",
|
|
2723
|
-
"line":
|
|
2643
|
+
"line": 866,
|
|
2724
2644
|
"character": 5
|
|
2725
2645
|
},
|
|
2726
2646
|
"name": "CLIMain"
|
|
@@ -2729,7 +2649,7 @@
|
|
|
2729
2649
|
"__schema": "TypeRefSchema",
|
|
2730
2650
|
"location": {
|
|
2731
2651
|
"filePath": "export.main.runtime.ts",
|
|
2732
|
-
"line":
|
|
2652
|
+
"line": 867,
|
|
2733
2653
|
"character": 5
|
|
2734
2654
|
},
|
|
2735
2655
|
"name": "ScopeMain"
|
|
@@ -2738,7 +2658,7 @@
|
|
|
2738
2658
|
"__schema": "TypeRefSchema",
|
|
2739
2659
|
"location": {
|
|
2740
2660
|
"filePath": "export.main.runtime.ts",
|
|
2741
|
-
"line":
|
|
2661
|
+
"line": 868,
|
|
2742
2662
|
"character": 5
|
|
2743
2663
|
},
|
|
2744
2664
|
"name": "Workspace"
|
|
@@ -2747,7 +2667,7 @@
|
|
|
2747
2667
|
"__schema": "TypeRefSchema",
|
|
2748
2668
|
"location": {
|
|
2749
2669
|
"filePath": "export.main.runtime.ts",
|
|
2750
|
-
"line":
|
|
2670
|
+
"line": 869,
|
|
2751
2671
|
"character": 5
|
|
2752
2672
|
},
|
|
2753
2673
|
"name": "RemoveMain"
|
|
@@ -2756,7 +2676,7 @@
|
|
|
2756
2676
|
"__schema": "TypeRefSchema",
|
|
2757
2677
|
"location": {
|
|
2758
2678
|
"filePath": "export.main.runtime.ts",
|
|
2759
|
-
"line":
|
|
2679
|
+
"line": 870,
|
|
2760
2680
|
"character": 5
|
|
2761
2681
|
},
|
|
2762
2682
|
"name": "DependencyResolverMain"
|
|
@@ -2765,7 +2685,7 @@
|
|
|
2765
2685
|
"__schema": "TypeRefSchema",
|
|
2766
2686
|
"location": {
|
|
2767
2687
|
"filePath": "export.main.runtime.ts",
|
|
2768
|
-
"line":
|
|
2688
|
+
"line": 871,
|
|
2769
2689
|
"character": 5
|
|
2770
2690
|
},
|
|
2771
2691
|
"name": "LoggerMain"
|
|
@@ -2774,7 +2694,7 @@
|
|
|
2774
2694
|
"__schema": "TypeRefSchema",
|
|
2775
2695
|
"location": {
|
|
2776
2696
|
"filePath": "export.main.runtime.ts",
|
|
2777
|
-
"line":
|
|
2697
|
+
"line": 872,
|
|
2778
2698
|
"character": 5
|
|
2779
2699
|
},
|
|
2780
2700
|
"name": "EjectMain"
|
|
@@ -2789,7 +2709,7 @@
|
|
|
2789
2709
|
"__schema": "InferenceTypeSchema",
|
|
2790
2710
|
"location": {
|
|
2791
2711
|
"filePath": "export.main.runtime.ts",
|
|
2792
|
-
"line":
|
|
2712
|
+
"line": 865,
|
|
2793
2713
|
"character": 3
|
|
2794
2714
|
},
|
|
2795
2715
|
"type": "Promise<ExportMain>"
|
|
@@ -2807,7 +2727,7 @@
|
|
|
2807
2727
|
"__schema": "FunctionLikeSchema",
|
|
2808
2728
|
"location": {
|
|
2809
2729
|
"filePath": "export.main.runtime.ts",
|
|
2810
|
-
"line":
|
|
2730
|
+
"line": 940,
|
|
2811
2731
|
"character": 1
|
|
2812
2732
|
},
|
|
2813
2733
|
"signature": "function isUserTryingToExportLanes(consumer: Consumer): boolean",
|
|
@@ -2817,7 +2737,7 @@
|
|
|
2817
2737
|
"__schema": "ParameterSchema",
|
|
2818
2738
|
"location": {
|
|
2819
2739
|
"filePath": "export.main.runtime.ts",
|
|
2820
|
-
"line":
|
|
2740
|
+
"line": 940,
|
|
2821
2741
|
"character": 43
|
|
2822
2742
|
},
|
|
2823
2743
|
"name": "consumer",
|
|
@@ -2825,7 +2745,7 @@
|
|
|
2825
2745
|
"__schema": "TypeRefSchema",
|
|
2826
2746
|
"location": {
|
|
2827
2747
|
"filePath": "export.main.runtime.ts",
|
|
2828
|
-
"line":
|
|
2748
|
+
"line": 940,
|
|
2829
2749
|
"character": 53
|
|
2830
2750
|
},
|
|
2831
2751
|
"name": "Consumer"
|
|
@@ -2838,7 +2758,7 @@
|
|
|
2838
2758
|
"__schema": "InferenceTypeSchema",
|
|
2839
2759
|
"location": {
|
|
2840
2760
|
"filePath": "export.main.runtime.ts",
|
|
2841
|
-
"line":
|
|
2761
|
+
"line": 940,
|
|
2842
2762
|
"character": 1
|
|
2843
2763
|
},
|
|
2844
2764
|
"type": "boolean"
|
|
@@ -2851,7 +2771,7 @@
|
|
|
2851
2771
|
"__schema": "UnImplementedSchema",
|
|
2852
2772
|
"location": {
|
|
2853
2773
|
"filePath": "export.main.runtime.ts",
|
|
2854
|
-
"line":
|
|
2774
|
+
"line": 944,
|
|
2855
2775
|
"character": 16
|
|
2856
2776
|
},
|
|
2857
2777
|
"name": "ExportMain",
|
|
@@ -3451,7 +3371,7 @@
|
|
|
3451
3371
|
"__schema": "UnImplementedSchema",
|
|
3452
3372
|
"location": {
|
|
3453
3373
|
"filePath": "export.main.runtime.ts",
|
|
3454
|
-
"line":
|
|
3374
|
+
"line": 881,
|
|
3455
3375
|
"character": 1
|
|
3456
3376
|
},
|
|
3457
3377
|
"name": "ExportAspect.addRuntime(ExportMain);",
|
|
@@ -3461,14 +3381,14 @@
|
|
|
3461
3381
|
"__schema": "FunctionLikeSchema",
|
|
3462
3382
|
"location": {
|
|
3463
3383
|
"filePath": "export.main.runtime.ts",
|
|
3464
|
-
"line":
|
|
3384
|
+
"line": 887,
|
|
3465
3385
|
"character": 1
|
|
3466
3386
|
},
|
|
3467
3387
|
"doc": {
|
|
3468
3388
|
"__schema": "DocSchema",
|
|
3469
3389
|
"location": {
|
|
3470
3390
|
"filePath": "export.main.runtime.ts",
|
|
3471
|
-
"line":
|
|
3391
|
+
"line": 883,
|
|
3472
3392
|
"character": 1
|
|
3473
3393
|
},
|
|
3474
3394
|
"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 */",
|
|
@@ -3481,7 +3401,7 @@
|
|
|
3481
3401
|
"__schema": "ParameterSchema",
|
|
3482
3402
|
"location": {
|
|
3483
3403
|
"filePath": "export.main.runtime.ts",
|
|
3484
|
-
"line":
|
|
3404
|
+
"line": 888,
|
|
3485
3405
|
"character": 3
|
|
3486
3406
|
},
|
|
3487
3407
|
"name": "bitMap",
|
|
@@ -3489,7 +3409,7 @@
|
|
|
3489
3409
|
"__schema": "TypeRefSchema",
|
|
3490
3410
|
"location": {
|
|
3491
3411
|
"filePath": "export.main.runtime.ts",
|
|
3492
|
-
"line":
|
|
3412
|
+
"line": 888,
|
|
3493
3413
|
"character": 11
|
|
3494
3414
|
},
|
|
3495
3415
|
"name": "BitMap"
|
|
@@ -3501,7 +3421,7 @@
|
|
|
3501
3421
|
"__schema": "ParameterSchema",
|
|
3502
3422
|
"location": {
|
|
3503
3423
|
"filePath": "export.main.runtime.ts",
|
|
3504
|
-
"line":
|
|
3424
|
+
"line": 889,
|
|
3505
3425
|
"character": 3
|
|
3506
3426
|
},
|
|
3507
3427
|
"name": "componentsIds",
|
|
@@ -3509,7 +3429,7 @@
|
|
|
3509
3429
|
"__schema": "TypeRefSchema",
|
|
3510
3430
|
"location": {
|
|
3511
3431
|
"filePath": "export.main.runtime.ts",
|
|
3512
|
-
"line":
|
|
3432
|
+
"line": 889,
|
|
3513
3433
|
"character": 18
|
|
3514
3434
|
},
|
|
3515
3435
|
"name": "ComponentIdList"
|
|
@@ -3522,7 +3442,7 @@
|
|
|
3522
3442
|
"__schema": "TypeLiteralSchema",
|
|
3523
3443
|
"location": {
|
|
3524
3444
|
"filePath": "export.main.runtime.ts",
|
|
3525
|
-
"line":
|
|
3445
|
+
"line": 890,
|
|
3526
3446
|
"character": 4
|
|
3527
3447
|
},
|
|
3528
3448
|
"members": [
|
|
@@ -3530,7 +3450,7 @@
|
|
|
3530
3450
|
"__schema": "VariableLikeSchema",
|
|
3531
3451
|
"location": {
|
|
3532
3452
|
"filePath": "export.main.runtime.ts",
|
|
3533
|
-
"line":
|
|
3453
|
+
"line": 890,
|
|
3534
3454
|
"character": 6
|
|
3535
3455
|
},
|
|
3536
3456
|
"signature": "(property) updatedIds: ComponentID[]",
|
|
@@ -3539,14 +3459,14 @@
|
|
|
3539
3459
|
"__schema": "TypeArraySchema",
|
|
3540
3460
|
"location": {
|
|
3541
3461
|
"filePath": "export.main.runtime.ts",
|
|
3542
|
-
"line":
|
|
3462
|
+
"line": 890,
|
|
3543
3463
|
"character": 18
|
|
3544
3464
|
},
|
|
3545
3465
|
"type": {
|
|
3546
3466
|
"__schema": "TypeRefSchema",
|
|
3547
3467
|
"location": {
|
|
3548
3468
|
"filePath": "export.main.runtime.ts",
|
|
3549
|
-
"line":
|
|
3469
|
+
"line": 890,
|
|
3550
3470
|
"character": 18
|
|
3551
3471
|
},
|
|
3552
3472
|
"name": "ComponentID"
|
|
@@ -3558,7 +3478,7 @@
|
|
|
3558
3478
|
"__schema": "VariableLikeSchema",
|
|
3559
3479
|
"location": {
|
|
3560
3480
|
"filePath": "export.main.runtime.ts",
|
|
3561
|
-
"line":
|
|
3481
|
+
"line": 890,
|
|
3562
3482
|
"character": 33
|
|
3563
3483
|
},
|
|
3564
3484
|
"signature": "(property) nonExistOnBitMap: ComponentIdList",
|
|
@@ -3567,7 +3487,7 @@
|
|
|
3567
3487
|
"__schema": "TypeRefSchema",
|
|
3568
3488
|
"location": {
|
|
3569
3489
|
"filePath": "export.main.runtime.ts",
|
|
3570
|
-
"line":
|
|
3490
|
+
"line": 890,
|
|
3571
3491
|
"character": 33
|
|
3572
3492
|
},
|
|
3573
3493
|
"name": "ComponentIdList",
|
|
@@ -3587,7 +3507,7 @@
|
|
|
3587
3507
|
"__schema": "FunctionLikeSchema",
|
|
3588
3508
|
"location": {
|
|
3589
3509
|
"filePath": "export.main.runtime.ts",
|
|
3590
|
-
"line":
|
|
3510
|
+
"line": 901,
|
|
3591
3511
|
"character": 1
|
|
3592
3512
|
},
|
|
3593
3513
|
"signature": "function getParsedId(consumer: Consumer, id: string): Promise<ComponentID>",
|
|
@@ -3597,7 +3517,7 @@
|
|
|
3597
3517
|
"__schema": "ParameterSchema",
|
|
3598
3518
|
"location": {
|
|
3599
3519
|
"filePath": "export.main.runtime.ts",
|
|
3600
|
-
"line":
|
|
3520
|
+
"line": 901,
|
|
3601
3521
|
"character": 28
|
|
3602
3522
|
},
|
|
3603
3523
|
"name": "consumer",
|
|
@@ -3605,7 +3525,7 @@
|
|
|
3605
3525
|
"__schema": "TypeRefSchema",
|
|
3606
3526
|
"location": {
|
|
3607
3527
|
"filePath": "export.main.runtime.ts",
|
|
3608
|
-
"line":
|
|
3528
|
+
"line": 901,
|
|
3609
3529
|
"character": 38
|
|
3610
3530
|
},
|
|
3611
3531
|
"name": "Consumer"
|
|
@@ -3617,7 +3537,7 @@
|
|
|
3617
3537
|
"__schema": "ParameterSchema",
|
|
3618
3538
|
"location": {
|
|
3619
3539
|
"filePath": "export.main.runtime.ts",
|
|
3620
|
-
"line":
|
|
3540
|
+
"line": 901,
|
|
3621
3541
|
"character": 48
|
|
3622
3542
|
},
|
|
3623
3543
|
"name": "id",
|
|
@@ -3625,7 +3545,7 @@
|
|
|
3625
3545
|
"__schema": "KeywordTypeSchema",
|
|
3626
3546
|
"location": {
|
|
3627
3547
|
"filePath": "export.main.runtime.ts",
|
|
3628
|
-
"line":
|
|
3548
|
+
"line": 901,
|
|
3629
3549
|
"character": 52
|
|
3630
3550
|
},
|
|
3631
3551
|
"name": "string"
|
|
@@ -3638,7 +3558,7 @@
|
|
|
3638
3558
|
"__schema": "TypeRefSchema",
|
|
3639
3559
|
"location": {
|
|
3640
3560
|
"filePath": "export.main.runtime.ts",
|
|
3641
|
-
"line":
|
|
3561
|
+
"line": 901,
|
|
3642
3562
|
"character": 61
|
|
3643
3563
|
},
|
|
3644
3564
|
"name": "Promise",
|
|
@@ -3647,7 +3567,7 @@
|
|
|
3647
3567
|
"__schema": "TypeRefSchema",
|
|
3648
3568
|
"location": {
|
|
3649
3569
|
"filePath": "export.main.runtime.ts",
|
|
3650
|
-
"line":
|
|
3570
|
+
"line": 901,
|
|
3651
3571
|
"character": 69
|
|
3652
3572
|
},
|
|
3653
3573
|
"name": "ComponentID"
|
|
@@ -3662,7 +3582,7 @@
|
|
|
3662
3582
|
"__schema": "FunctionLikeSchema",
|
|
3663
3583
|
"location": {
|
|
3664
3584
|
"filePath": "export.main.runtime.ts",
|
|
3665
|
-
"line":
|
|
3585
|
+
"line": 911,
|
|
3666
3586
|
"character": 1
|
|
3667
3587
|
},
|
|
3668
3588
|
"signature": "function _throwForUnsnappedLaneReadme(lane: Lane): void",
|
|
@@ -3672,7 +3592,7 @@
|
|
|
3672
3592
|
"__schema": "ParameterSchema",
|
|
3673
3593
|
"location": {
|
|
3674
3594
|
"filePath": "export.main.runtime.ts",
|
|
3675
|
-
"line":
|
|
3595
|
+
"line": 911,
|
|
3676
3596
|
"character": 39
|
|
3677
3597
|
},
|
|
3678
3598
|
"name": "lane",
|
|
@@ -3680,7 +3600,7 @@
|
|
|
3680
3600
|
"__schema": "TypeRefSchema",
|
|
3681
3601
|
"location": {
|
|
3682
3602
|
"filePath": "export.main.runtime.ts",
|
|
3683
|
-
"line":
|
|
3603
|
+
"line": 911,
|
|
3684
3604
|
"character": 45
|
|
3685
3605
|
},
|
|
3686
3606
|
"name": "Lane"
|
|
@@ -3693,7 +3613,7 @@
|
|
|
3693
3613
|
"__schema": "TypeRefSchema",
|
|
3694
3614
|
"location": {
|
|
3695
3615
|
"filePath": "export.main.runtime.ts",
|
|
3696
|
-
"line":
|
|
3616
|
+
"line": 911,
|
|
3697
3617
|
"character": 1
|
|
3698
3618
|
},
|
|
3699
3619
|
"name": "_throwForUnsnappedLaneReadme",
|
|
@@ -3705,7 +3625,7 @@
|
|
|
3705
3625
|
"__schema": "FunctionLikeSchema",
|
|
3706
3626
|
"location": {
|
|
3707
3627
|
"filePath": "export.main.runtime.ts",
|
|
3708
|
-
"line":
|
|
3628
|
+
"line": 927,
|
|
3709
3629
|
"character": 1
|
|
3710
3630
|
},
|
|
3711
3631
|
"signature": "function updateLanesAfterExport(consumer: Consumer, lane: Lane): Promise<void>",
|
|
@@ -3715,7 +3635,7 @@
|
|
|
3715
3635
|
"__schema": "ParameterSchema",
|
|
3716
3636
|
"location": {
|
|
3717
3637
|
"filePath": "export.main.runtime.ts",
|
|
3718
|
-
"line":
|
|
3638
|
+
"line": 927,
|
|
3719
3639
|
"character": 39
|
|
3720
3640
|
},
|
|
3721
3641
|
"name": "consumer",
|
|
@@ -3723,7 +3643,7 @@
|
|
|
3723
3643
|
"__schema": "TypeRefSchema",
|
|
3724
3644
|
"location": {
|
|
3725
3645
|
"filePath": "export.main.runtime.ts",
|
|
3726
|
-
"line":
|
|
3646
|
+
"line": 927,
|
|
3727
3647
|
"character": 49
|
|
3728
3648
|
},
|
|
3729
3649
|
"name": "Consumer"
|
|
@@ -3735,7 +3655,7 @@
|
|
|
3735
3655
|
"__schema": "ParameterSchema",
|
|
3736
3656
|
"location": {
|
|
3737
3657
|
"filePath": "export.main.runtime.ts",
|
|
3738
|
-
"line":
|
|
3658
|
+
"line": 927,
|
|
3739
3659
|
"character": 59
|
|
3740
3660
|
},
|
|
3741
3661
|
"name": "lane",
|
|
@@ -3743,7 +3663,7 @@
|
|
|
3743
3663
|
"__schema": "TypeRefSchema",
|
|
3744
3664
|
"location": {
|
|
3745
3665
|
"filePath": "export.main.runtime.ts",
|
|
3746
|
-
"line":
|
|
3666
|
+
"line": 927,
|
|
3747
3667
|
"character": 65
|
|
3748
3668
|
},
|
|
3749
3669
|
"name": "Lane"
|
|
@@ -3756,7 +3676,7 @@
|
|
|
3756
3676
|
"__schema": "InferenceTypeSchema",
|
|
3757
3677
|
"location": {
|
|
3758
3678
|
"filePath": "export.main.runtime.ts",
|
|
3759
|
-
"line":
|
|
3679
|
+
"line": 927,
|
|
3760
3680
|
"character": 1
|
|
3761
3681
|
},
|
|
3762
3682
|
"type": "Promise<void>"
|
|
@@ -3808,7 +3728,7 @@
|
|
|
3808
3728
|
"componentId": {
|
|
3809
3729
|
"scope": "teambit.scope",
|
|
3810
3730
|
"name": "export",
|
|
3811
|
-
"version": "1.0.
|
|
3731
|
+
"version": "1.0.174"
|
|
3812
3732
|
},
|
|
3813
3733
|
"taggedModuleExports": []
|
|
3814
3734
|
}
|