@teambit/snapping 1.0.507 → 1.0.508
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 +9 -9
- package/artifacts/schema.json +386 -196
- package/dist/snapping.main.runtime.d.ts +15 -2
- package/dist/snapping.main.runtime.js +23 -6
- package/dist/snapping.main.runtime.js.map +1 -1
- package/dist/tag-model-component.js +1 -1
- package/dist/tag-model-component.js.map +1 -1
- package/package.json +37 -37
- /package/dist/{preview-1736392719731.js → preview-1736535915537.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -2873,7 +2873,7 @@
|
|
|
2873
2873
|
"componentId": {
|
|
2874
2874
|
"scope": "teambit.legacy",
|
|
2875
2875
|
"name": "consumer-component",
|
|
2876
|
-
"version": "0.0.
|
|
2876
|
+
"version": "0.0.16"
|
|
2877
2877
|
}
|
|
2878
2878
|
},
|
|
2879
2879
|
"isOptional": false
|
|
@@ -2962,7 +2962,7 @@
|
|
|
2962
2962
|
"componentId": {
|
|
2963
2963
|
"scope": "teambit.legacy",
|
|
2964
2964
|
"name": "consumer-component",
|
|
2965
|
-
"version": "0.0.
|
|
2965
|
+
"version": "0.0.16"
|
|
2966
2966
|
}
|
|
2967
2967
|
},
|
|
2968
2968
|
"isOptional": false
|
|
@@ -3068,7 +3068,7 @@
|
|
|
3068
3068
|
"componentId": {
|
|
3069
3069
|
"scope": "teambit.scope",
|
|
3070
3070
|
"name": "objects",
|
|
3071
|
-
"version": "0.0.
|
|
3071
|
+
"version": "0.0.15"
|
|
3072
3072
|
}
|
|
3073
3073
|
},
|
|
3074
3074
|
"isOptional": false
|
|
@@ -3093,7 +3093,7 @@
|
|
|
3093
3093
|
"componentId": {
|
|
3094
3094
|
"scope": "teambit.scope",
|
|
3095
3095
|
"name": "objects",
|
|
3096
|
-
"version": "0.0.
|
|
3096
|
+
"version": "0.0.15"
|
|
3097
3097
|
}
|
|
3098
3098
|
},
|
|
3099
3099
|
"isOptional": false
|
|
@@ -3234,7 +3234,7 @@
|
|
|
3234
3234
|
"componentId": {
|
|
3235
3235
|
"scope": "teambit.scope",
|
|
3236
3236
|
"name": "objects",
|
|
3237
|
-
"version": "0.0.
|
|
3237
|
+
"version": "0.0.15"
|
|
3238
3238
|
}
|
|
3239
3239
|
},
|
|
3240
3240
|
"isOptional": false
|
|
@@ -3259,7 +3259,7 @@
|
|
|
3259
3259
|
"componentId": {
|
|
3260
3260
|
"scope": "teambit.scope",
|
|
3261
3261
|
"name": "objects",
|
|
3262
|
-
"version": "0.0.
|
|
3262
|
+
"version": "0.0.15"
|
|
3263
3263
|
}
|
|
3264
3264
|
},
|
|
3265
3265
|
"isOptional": false
|
|
@@ -3296,28 +3296,39 @@
|
|
|
3296
3296
|
"__schema": "FunctionLikeSchema",
|
|
3297
3297
|
"location": {
|
|
3298
3298
|
"filePath": "snapping.main.runtime.ts",
|
|
3299
|
-
"line":
|
|
3299
|
+
"line": 1074,
|
|
3300
3300
|
"character": 3
|
|
3301
3301
|
},
|
|
3302
|
-
"
|
|
3303
|
-
|
|
3302
|
+
"doc": {
|
|
3303
|
+
"__schema": "DocSchema",
|
|
3304
|
+
"location": {
|
|
3305
|
+
"filePath": "snapping.main.runtime.ts",
|
|
3306
|
+
"line": 1070,
|
|
3307
|
+
"character": 3
|
|
3308
|
+
},
|
|
3309
|
+
"raw": "/**\n * for an existing component in the local scope, add the updated Version-object/artifacts to the repository\n * so the next \"persist()\" call will save them to the filesystem\n */",
|
|
3310
|
+
"comment": "for an existing component in the local scope, add the updated Version-object/artifacts to the repository\nso the next \"persist()\" call will save them to the filesystem",
|
|
3311
|
+
"tags": []
|
|
3312
|
+
},
|
|
3313
|
+
"signature": "(method) SnappingMain.enrichComp(component: Component, modifiedLog?: Log): Promise<void>",
|
|
3314
|
+
"name": "enrichComp",
|
|
3304
3315
|
"params": [
|
|
3305
3316
|
{
|
|
3306
3317
|
"__schema": "ParameterSchema",
|
|
3307
3318
|
"location": {
|
|
3308
3319
|
"filePath": "snapping.main.runtime.ts",
|
|
3309
|
-
"line":
|
|
3310
|
-
"character":
|
|
3320
|
+
"line": 1074,
|
|
3321
|
+
"character": 20
|
|
3311
3322
|
},
|
|
3312
|
-
"name": "
|
|
3323
|
+
"name": "component",
|
|
3313
3324
|
"type": {
|
|
3314
3325
|
"__schema": "TypeRefSchema",
|
|
3315
3326
|
"location": {
|
|
3316
3327
|
"filePath": "snapping.main.runtime.ts",
|
|
3317
|
-
"line":
|
|
3318
|
-
"character":
|
|
3328
|
+
"line": 1074,
|
|
3329
|
+
"character": 31
|
|
3319
3330
|
},
|
|
3320
|
-
"name": "
|
|
3331
|
+
"name": "Component"
|
|
3321
3332
|
},
|
|
3322
3333
|
"isOptional": false,
|
|
3323
3334
|
"isSpread": false
|
|
@@ -3326,16 +3337,16 @@
|
|
|
3326
3337
|
"__schema": "ParameterSchema",
|
|
3327
3338
|
"location": {
|
|
3328
3339
|
"filePath": "snapping.main.runtime.ts",
|
|
3329
|
-
"line":
|
|
3330
|
-
"character":
|
|
3340
|
+
"line": 1074,
|
|
3341
|
+
"character": 42
|
|
3331
3342
|
},
|
|
3332
3343
|
"name": "modifiedLog",
|
|
3333
3344
|
"type": {
|
|
3334
3345
|
"__schema": "TypeRefSchema",
|
|
3335
3346
|
"location": {
|
|
3336
3347
|
"filePath": "snapping.main.runtime.ts",
|
|
3337
|
-
"line":
|
|
3338
|
-
"character":
|
|
3348
|
+
"line": 1074,
|
|
3349
|
+
"character": 56
|
|
3339
3350
|
},
|
|
3340
3351
|
"name": "Log"
|
|
3341
3352
|
},
|
|
@@ -3347,10 +3358,10 @@
|
|
|
3347
3358
|
"__schema": "InferenceTypeSchema",
|
|
3348
3359
|
"location": {
|
|
3349
3360
|
"filePath": "snapping.main.runtime.ts",
|
|
3350
|
-
"line":
|
|
3361
|
+
"line": 1074,
|
|
3351
3362
|
"character": 3
|
|
3352
3363
|
},
|
|
3353
|
-
"type": "Promise<
|
|
3364
|
+
"type": "Promise<void>"
|
|
3354
3365
|
},
|
|
3355
3366
|
"modifiers": [
|
|
3356
3367
|
"async"
|
|
@@ -3360,28 +3371,39 @@
|
|
|
3360
3371
|
"__schema": "FunctionLikeSchema",
|
|
3361
3372
|
"location": {
|
|
3362
3373
|
"filePath": "snapping.main.runtime.ts",
|
|
3363
|
-
"line":
|
|
3374
|
+
"line": 1082,
|
|
3364
3375
|
"character": 3
|
|
3365
3376
|
},
|
|
3366
|
-
"
|
|
3367
|
-
|
|
3377
|
+
"doc": {
|
|
3378
|
+
"__schema": "DocSchema",
|
|
3379
|
+
"location": {
|
|
3380
|
+
"filePath": "snapping.main.runtime.ts",
|
|
3381
|
+
"line": 1079,
|
|
3382
|
+
"character": 3
|
|
3383
|
+
},
|
|
3384
|
+
"raw": "/**\n * needed to be updated after the build-pipeline was running\n */",
|
|
3385
|
+
"comment": "needed to be updated after the build-pipeline was running",
|
|
3386
|
+
"tags": []
|
|
3387
|
+
},
|
|
3388
|
+
"signature": "(method) SnappingMain.setBuildStatus(component: Component, buildStatus: BuildStatus): void",
|
|
3389
|
+
"name": "setBuildStatus",
|
|
3368
3390
|
"params": [
|
|
3369
3391
|
{
|
|
3370
3392
|
"__schema": "ParameterSchema",
|
|
3371
3393
|
"location": {
|
|
3372
3394
|
"filePath": "snapping.main.runtime.ts",
|
|
3373
|
-
"line":
|
|
3374
|
-
"character":
|
|
3395
|
+
"line": 1082,
|
|
3396
|
+
"character": 18
|
|
3375
3397
|
},
|
|
3376
|
-
"name": "
|
|
3398
|
+
"name": "component",
|
|
3377
3399
|
"type": {
|
|
3378
3400
|
"__schema": "TypeRefSchema",
|
|
3379
3401
|
"location": {
|
|
3380
3402
|
"filePath": "snapping.main.runtime.ts",
|
|
3381
|
-
"line":
|
|
3382
|
-
"character":
|
|
3403
|
+
"line": 1082,
|
|
3404
|
+
"character": 29
|
|
3383
3405
|
},
|
|
3384
|
-
"name": "
|
|
3406
|
+
"name": "Component"
|
|
3385
3407
|
},
|
|
3386
3408
|
"isOptional": false,
|
|
3387
3409
|
"isSpread": false
|
|
@@ -3390,16 +3412,89 @@
|
|
|
3390
3412
|
"__schema": "ParameterSchema",
|
|
3391
3413
|
"location": {
|
|
3392
3414
|
"filePath": "snapping.main.runtime.ts",
|
|
3393
|
-
"line":
|
|
3394
|
-
"character":
|
|
3415
|
+
"line": 1082,
|
|
3416
|
+
"character": 40
|
|
3417
|
+
},
|
|
3418
|
+
"name": "buildStatus",
|
|
3419
|
+
"type": {
|
|
3420
|
+
"__schema": "TypeRefSchema",
|
|
3421
|
+
"location": {
|
|
3422
|
+
"filePath": "snapping.main.runtime.ts",
|
|
3423
|
+
"line": 1082,
|
|
3424
|
+
"character": 53
|
|
3425
|
+
},
|
|
3426
|
+
"name": "BuildStatus"
|
|
3427
|
+
},
|
|
3428
|
+
"isOptional": false,
|
|
3429
|
+
"isSpread": false
|
|
3430
|
+
}
|
|
3431
|
+
],
|
|
3432
|
+
"returnType": {
|
|
3433
|
+
"__schema": "InferenceTypeSchema",
|
|
3434
|
+
"location": {
|
|
3435
|
+
"filePath": "snapping.main.runtime.ts",
|
|
3436
|
+
"line": 1082,
|
|
3437
|
+
"character": 3
|
|
3438
|
+
},
|
|
3439
|
+
"type": "void"
|
|
3440
|
+
},
|
|
3441
|
+
"modifiers": []
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"__schema": "FunctionLikeSchema",
|
|
3445
|
+
"location": {
|
|
3446
|
+
"filePath": "snapping.main.runtime.ts",
|
|
3447
|
+
"line": 1090,
|
|
3448
|
+
"character": 3
|
|
3449
|
+
},
|
|
3450
|
+
"doc": {
|
|
3451
|
+
"__schema": "DocSchema",
|
|
3452
|
+
"location": {
|
|
3453
|
+
"filePath": "snapping.main.runtime.ts",
|
|
3454
|
+
"line": 1086,
|
|
3455
|
+
"character": 3
|
|
3456
|
+
},
|
|
3457
|
+
"raw": "/**\n * for an existing component in the local scope, update the Version object with the updated data from the\n * consumer-component and return the objects that need to be saved in the filesystem\n */",
|
|
3458
|
+
"comment": "for an existing component in the local scope, update the Version object with the updated data from the\nconsumer-component and return the objects that need to be saved in the filesystem",
|
|
3459
|
+
"tags": []
|
|
3460
|
+
},
|
|
3461
|
+
"signature": "(method) SnappingMain.getObjectsToEnrichComp(component: Component, modifiedLog?: Log): Promise<BitObject[]>",
|
|
3462
|
+
"name": "getObjectsToEnrichComp",
|
|
3463
|
+
"params": [
|
|
3464
|
+
{
|
|
3465
|
+
"__schema": "ParameterSchema",
|
|
3466
|
+
"location": {
|
|
3467
|
+
"filePath": "snapping.main.runtime.ts",
|
|
3468
|
+
"line": 1090,
|
|
3469
|
+
"character": 32
|
|
3470
|
+
},
|
|
3471
|
+
"name": "component",
|
|
3472
|
+
"type": {
|
|
3473
|
+
"__schema": "TypeRefSchema",
|
|
3474
|
+
"location": {
|
|
3475
|
+
"filePath": "snapping.main.runtime.ts",
|
|
3476
|
+
"line": 1090,
|
|
3477
|
+
"character": 43
|
|
3478
|
+
},
|
|
3479
|
+
"name": "Component"
|
|
3480
|
+
},
|
|
3481
|
+
"isOptional": false,
|
|
3482
|
+
"isSpread": false
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
"__schema": "ParameterSchema",
|
|
3486
|
+
"location": {
|
|
3487
|
+
"filePath": "snapping.main.runtime.ts",
|
|
3488
|
+
"line": 1090,
|
|
3489
|
+
"character": 54
|
|
3395
3490
|
},
|
|
3396
3491
|
"name": "modifiedLog",
|
|
3397
3492
|
"type": {
|
|
3398
3493
|
"__schema": "TypeRefSchema",
|
|
3399
3494
|
"location": {
|
|
3400
3495
|
"filePath": "snapping.main.runtime.ts",
|
|
3401
|
-
"line":
|
|
3402
|
-
"character":
|
|
3496
|
+
"line": 1090,
|
|
3497
|
+
"character": 68
|
|
3403
3498
|
},
|
|
3404
3499
|
"name": "Log"
|
|
3405
3500
|
},
|
|
@@ -3411,8 +3506,8 @@
|
|
|
3411
3506
|
"__schema": "TypeRefSchema",
|
|
3412
3507
|
"location": {
|
|
3413
3508
|
"filePath": "snapping.main.runtime.ts",
|
|
3414
|
-
"line":
|
|
3415
|
-
"character":
|
|
3509
|
+
"line": 1090,
|
|
3510
|
+
"character": 74
|
|
3416
3511
|
},
|
|
3417
3512
|
"name": "Promise",
|
|
3418
3513
|
"typeArgs": [
|
|
@@ -3420,15 +3515,15 @@
|
|
|
3420
3515
|
"__schema": "TypeArraySchema",
|
|
3421
3516
|
"location": {
|
|
3422
3517
|
"filePath": "snapping.main.runtime.ts",
|
|
3423
|
-
"line":
|
|
3424
|
-
"character":
|
|
3518
|
+
"line": 1090,
|
|
3519
|
+
"character": 82
|
|
3425
3520
|
},
|
|
3426
3521
|
"type": {
|
|
3427
3522
|
"__schema": "TypeRefSchema",
|
|
3428
3523
|
"location": {
|
|
3429
3524
|
"filePath": "snapping.main.runtime.ts",
|
|
3430
|
-
"line":
|
|
3431
|
-
"character":
|
|
3525
|
+
"line": 1090,
|
|
3526
|
+
"character": 82
|
|
3432
3527
|
},
|
|
3433
3528
|
"name": "BitObject"
|
|
3434
3529
|
}
|
|
@@ -3443,14 +3538,14 @@
|
|
|
3443
3538
|
"__schema": "FunctionLikeSchema",
|
|
3444
3539
|
"location": {
|
|
3445
3540
|
"filePath": "snapping.main.runtime.ts",
|
|
3446
|
-
"line":
|
|
3541
|
+
"line": 1172,
|
|
3447
3542
|
"character": 3
|
|
3448
3543
|
},
|
|
3449
3544
|
"doc": {
|
|
3450
3545
|
"__schema": "DocSchema",
|
|
3451
3546
|
"location": {
|
|
3452
3547
|
"filePath": "snapping.main.runtime.ts",
|
|
3453
|
-
"line":
|
|
3548
|
+
"line": 1166,
|
|
3454
3549
|
"character": 3
|
|
3455
3550
|
},
|
|
3456
3551
|
"raw": "/**\n * the compId.version can be a range (e.g. \"^1.0.0\"), in which case, it finds the component in the local scope and\n * resolves the latest version that falls under the range.\n * in case the version has no range, it returns the same compId.\n * in case it has no version, it returns the latest.\n */",
|
|
@@ -3464,7 +3559,7 @@
|
|
|
3464
3559
|
"__schema": "ParameterSchema",
|
|
3465
3560
|
"location": {
|
|
3466
3561
|
"filePath": "snapping.main.runtime.ts",
|
|
3467
|
-
"line":
|
|
3562
|
+
"line": 1172,
|
|
3468
3563
|
"character": 52
|
|
3469
3564
|
},
|
|
3470
3565
|
"name": "compId",
|
|
@@ -3472,7 +3567,7 @@
|
|
|
3472
3567
|
"__schema": "TypeRefSchema",
|
|
3473
3568
|
"location": {
|
|
3474
3569
|
"filePath": "snapping.main.runtime.ts",
|
|
3475
|
-
"line":
|
|
3570
|
+
"line": 1172,
|
|
3476
3571
|
"character": 60
|
|
3477
3572
|
},
|
|
3478
3573
|
"name": "ComponentID"
|
|
@@ -3485,7 +3580,7 @@
|
|
|
3485
3580
|
"__schema": "TypeRefSchema",
|
|
3486
3581
|
"location": {
|
|
3487
3582
|
"filePath": "snapping.main.runtime.ts",
|
|
3488
|
-
"line":
|
|
3583
|
+
"line": 1172,
|
|
3489
3584
|
"character": 74
|
|
3490
3585
|
},
|
|
3491
3586
|
"name": "Promise",
|
|
@@ -3494,7 +3589,7 @@
|
|
|
3494
3589
|
"__schema": "TypeRefSchema",
|
|
3495
3590
|
"location": {
|
|
3496
3591
|
"filePath": "snapping.main.runtime.ts",
|
|
3497
|
-
"line":
|
|
3592
|
+
"line": 1172,
|
|
3498
3593
|
"character": 82
|
|
3499
3594
|
},
|
|
3500
3595
|
"name": "ComponentID"
|
|
@@ -3509,7 +3604,7 @@
|
|
|
3509
3604
|
"__schema": "FunctionLikeSchema",
|
|
3510
3605
|
"location": {
|
|
3511
3606
|
"filePath": "snapping.main.runtime.ts",
|
|
3512
|
-
"line":
|
|
3607
|
+
"line": 1185,
|
|
3513
3608
|
"character": 3
|
|
3514
3609
|
},
|
|
3515
3610
|
"signature": "(method) SnappingMain.updateSourceFiles(component: Component, files: FileData[]): Promise<void>",
|
|
@@ -3519,7 +3614,7 @@
|
|
|
3519
3614
|
"__schema": "ParameterSchema",
|
|
3520
3615
|
"location": {
|
|
3521
3616
|
"filePath": "snapping.main.runtime.ts",
|
|
3522
|
-
"line":
|
|
3617
|
+
"line": 1185,
|
|
3523
3618
|
"character": 27
|
|
3524
3619
|
},
|
|
3525
3620
|
"name": "component",
|
|
@@ -3527,7 +3622,7 @@
|
|
|
3527
3622
|
"__schema": "TypeRefSchema",
|
|
3528
3623
|
"location": {
|
|
3529
3624
|
"filePath": "snapping.main.runtime.ts",
|
|
3530
|
-
"line":
|
|
3625
|
+
"line": 1185,
|
|
3531
3626
|
"character": 38
|
|
3532
3627
|
},
|
|
3533
3628
|
"name": "Component"
|
|
@@ -3539,7 +3634,7 @@
|
|
|
3539
3634
|
"__schema": "ParameterSchema",
|
|
3540
3635
|
"location": {
|
|
3541
3636
|
"filePath": "snapping.main.runtime.ts",
|
|
3542
|
-
"line":
|
|
3637
|
+
"line": 1185,
|
|
3543
3638
|
"character": 49
|
|
3544
3639
|
},
|
|
3545
3640
|
"name": "files",
|
|
@@ -3547,14 +3642,14 @@
|
|
|
3547
3642
|
"__schema": "TypeArraySchema",
|
|
3548
3643
|
"location": {
|
|
3549
3644
|
"filePath": "snapping.main.runtime.ts",
|
|
3550
|
-
"line":
|
|
3645
|
+
"line": 1185,
|
|
3551
3646
|
"character": 56
|
|
3552
3647
|
},
|
|
3553
3648
|
"type": {
|
|
3554
3649
|
"__schema": "TypeRefSchema",
|
|
3555
3650
|
"location": {
|
|
3556
3651
|
"filePath": "snapping.main.runtime.ts",
|
|
3557
|
-
"line":
|
|
3652
|
+
"line": 1185,
|
|
3558
3653
|
"character": 56
|
|
3559
3654
|
},
|
|
3560
3655
|
"name": "FileData"
|
|
@@ -3568,7 +3663,7 @@
|
|
|
3568
3663
|
"__schema": "InferenceTypeSchema",
|
|
3569
3664
|
"location": {
|
|
3570
3665
|
"filePath": "snapping.main.runtime.ts",
|
|
3571
|
-
"line":
|
|
3666
|
+
"line": 1185,
|
|
3572
3667
|
"character": 3
|
|
3573
3668
|
},
|
|
3574
3669
|
"type": "Promise<void>"
|
|
@@ -3581,7 +3676,7 @@
|
|
|
3581
3676
|
"__schema": "FunctionLikeSchema",
|
|
3582
3677
|
"location": {
|
|
3583
3678
|
"filePath": "snapping.main.runtime.ts",
|
|
3584
|
-
"line":
|
|
3679
|
+
"line": 1215,
|
|
3585
3680
|
"character": 3
|
|
3586
3681
|
},
|
|
3587
3682
|
"signature": "(method) SnappingMain.updateDependenciesVersionsOfComponent(component: Component, dependencies: ComponentID[], currentBitIds: ComponentID[]): Promise<void>",
|
|
@@ -3591,7 +3686,7 @@
|
|
|
3591
3686
|
"__schema": "ParameterSchema",
|
|
3592
3687
|
"location": {
|
|
3593
3688
|
"filePath": "snapping.main.runtime.ts",
|
|
3594
|
-
"line":
|
|
3689
|
+
"line": 1216,
|
|
3595
3690
|
"character": 5
|
|
3596
3691
|
},
|
|
3597
3692
|
"name": "component",
|
|
@@ -3599,7 +3694,7 @@
|
|
|
3599
3694
|
"__schema": "TypeRefSchema",
|
|
3600
3695
|
"location": {
|
|
3601
3696
|
"filePath": "snapping.main.runtime.ts",
|
|
3602
|
-
"line":
|
|
3697
|
+
"line": 1216,
|
|
3603
3698
|
"character": 16
|
|
3604
3699
|
},
|
|
3605
3700
|
"name": "Component"
|
|
@@ -3611,7 +3706,7 @@
|
|
|
3611
3706
|
"__schema": "ParameterSchema",
|
|
3612
3707
|
"location": {
|
|
3613
3708
|
"filePath": "snapping.main.runtime.ts",
|
|
3614
|
-
"line":
|
|
3709
|
+
"line": 1217,
|
|
3615
3710
|
"character": 5
|
|
3616
3711
|
},
|
|
3617
3712
|
"name": "dependencies",
|
|
@@ -3619,14 +3714,14 @@
|
|
|
3619
3714
|
"__schema": "TypeArraySchema",
|
|
3620
3715
|
"location": {
|
|
3621
3716
|
"filePath": "snapping.main.runtime.ts",
|
|
3622
|
-
"line":
|
|
3717
|
+
"line": 1217,
|
|
3623
3718
|
"character": 19
|
|
3624
3719
|
},
|
|
3625
3720
|
"type": {
|
|
3626
3721
|
"__schema": "TypeRefSchema",
|
|
3627
3722
|
"location": {
|
|
3628
3723
|
"filePath": "snapping.main.runtime.ts",
|
|
3629
|
-
"line":
|
|
3724
|
+
"line": 1217,
|
|
3630
3725
|
"character": 19
|
|
3631
3726
|
},
|
|
3632
3727
|
"name": "ComponentID"
|
|
@@ -3639,7 +3734,7 @@
|
|
|
3639
3734
|
"__schema": "ParameterSchema",
|
|
3640
3735
|
"location": {
|
|
3641
3736
|
"filePath": "snapping.main.runtime.ts",
|
|
3642
|
-
"line":
|
|
3737
|
+
"line": 1218,
|
|
3643
3738
|
"character": 5
|
|
3644
3739
|
},
|
|
3645
3740
|
"name": "currentBitIds",
|
|
@@ -3647,14 +3742,14 @@
|
|
|
3647
3742
|
"__schema": "TypeArraySchema",
|
|
3648
3743
|
"location": {
|
|
3649
3744
|
"filePath": "snapping.main.runtime.ts",
|
|
3650
|
-
"line":
|
|
3745
|
+
"line": 1218,
|
|
3651
3746
|
"character": 20
|
|
3652
3747
|
},
|
|
3653
3748
|
"type": {
|
|
3654
3749
|
"__schema": "TypeRefSchema",
|
|
3655
3750
|
"location": {
|
|
3656
3751
|
"filePath": "snapping.main.runtime.ts",
|
|
3657
|
-
"line":
|
|
3752
|
+
"line": 1218,
|
|
3658
3753
|
"character": 20
|
|
3659
3754
|
},
|
|
3660
3755
|
"name": "ComponentID"
|
|
@@ -3668,7 +3763,7 @@
|
|
|
3668
3763
|
"__schema": "InferenceTypeSchema",
|
|
3669
3764
|
"location": {
|
|
3670
3765
|
"filePath": "snapping.main.runtime.ts",
|
|
3671
|
-
"line":
|
|
3766
|
+
"line": 1215,
|
|
3672
3767
|
"character": 3
|
|
3673
3768
|
},
|
|
3674
3769
|
"type": "Promise<void>"
|
|
@@ -3681,14 +3776,14 @@
|
|
|
3681
3776
|
"__schema": "FunctionLikeSchema",
|
|
3682
3777
|
"location": {
|
|
3683
3778
|
"filePath": "snapping.main.runtime.ts",
|
|
3684
|
-
"line":
|
|
3779
|
+
"line": 1248,
|
|
3685
3780
|
"character": 3
|
|
3686
3781
|
},
|
|
3687
3782
|
"doc": {
|
|
3688
3783
|
"__schema": "DocSchema",
|
|
3689
3784
|
"location": {
|
|
3690
3785
|
"filePath": "snapping.main.runtime.ts",
|
|
3691
|
-
"line":
|
|
3786
|
+
"line": 1243,
|
|
3692
3787
|
"character": 3
|
|
3693
3788
|
},
|
|
3694
3789
|
"raw": "/**\n * it does two things:\n * 1. update extensions versions according to the version provided in updatedIds.\n * 2. save all dependencies data from the legacy into DependencyResolver aspect.\n */",
|
|
@@ -3702,7 +3797,7 @@
|
|
|
3702
3797
|
"__schema": "ParameterSchema",
|
|
3703
3798
|
"location": {
|
|
3704
3799
|
"filePath": "snapping.main.runtime.ts",
|
|
3705
|
-
"line":
|
|
3800
|
+
"line": 1248,
|
|
3706
3801
|
"character": 47
|
|
3707
3802
|
},
|
|
3708
3803
|
"name": "component",
|
|
@@ -3710,7 +3805,7 @@
|
|
|
3710
3805
|
"__schema": "TypeRefSchema",
|
|
3711
3806
|
"location": {
|
|
3712
3807
|
"filePath": "snapping.main.runtime.ts",
|
|
3713
|
-
"line":
|
|
3808
|
+
"line": 1248,
|
|
3714
3809
|
"character": 58
|
|
3715
3810
|
},
|
|
3716
3811
|
"name": "Component"
|
|
@@ -3722,7 +3817,7 @@
|
|
|
3722
3817
|
"__schema": "ParameterSchema",
|
|
3723
3818
|
"location": {
|
|
3724
3819
|
"filePath": "snapping.main.runtime.ts",
|
|
3725
|
-
"line":
|
|
3820
|
+
"line": 1248,
|
|
3726
3821
|
"character": 69
|
|
3727
3822
|
},
|
|
3728
3823
|
"name": "updatedIds",
|
|
@@ -3730,14 +3825,14 @@
|
|
|
3730
3825
|
"__schema": "TypeArraySchema",
|
|
3731
3826
|
"location": {
|
|
3732
3827
|
"filePath": "snapping.main.runtime.ts",
|
|
3733
|
-
"line":
|
|
3828
|
+
"line": 1248,
|
|
3734
3829
|
"character": 81
|
|
3735
3830
|
},
|
|
3736
3831
|
"type": {
|
|
3737
3832
|
"__schema": "KeywordTypeSchema",
|
|
3738
3833
|
"location": {
|
|
3739
3834
|
"filePath": "snapping.main.runtime.ts",
|
|
3740
|
-
"line":
|
|
3835
|
+
"line": 1248,
|
|
3741
3836
|
"character": 81
|
|
3742
3837
|
},
|
|
3743
3838
|
"name": "string"
|
|
@@ -3751,7 +3846,7 @@
|
|
|
3751
3846
|
"__schema": "InferenceTypeSchema",
|
|
3752
3847
|
"location": {
|
|
3753
3848
|
"filePath": "snapping.main.runtime.ts",
|
|
3754
|
-
"line":
|
|
3849
|
+
"line": 1248,
|
|
3755
3850
|
"character": 3
|
|
3756
3851
|
},
|
|
3757
3852
|
"type": "Promise<void>"
|
|
@@ -3764,7 +3859,7 @@
|
|
|
3764
3859
|
"__schema": "VariableLikeSchema",
|
|
3765
3860
|
"location": {
|
|
3766
3861
|
"filePath": "snapping.main.runtime.ts",
|
|
3767
|
-
"line":
|
|
3862
|
+
"line": 1372,
|
|
3768
3863
|
"character": 3
|
|
3769
3864
|
},
|
|
3770
3865
|
"signature": "(property) SnappingMain.slots: never[]",
|
|
@@ -3773,7 +3868,7 @@
|
|
|
3773
3868
|
"__schema": "InferenceTypeSchema",
|
|
3774
3869
|
"location": {
|
|
3775
3870
|
"filePath": "snapping.main.runtime.ts",
|
|
3776
|
-
"line":
|
|
3871
|
+
"line": 1372,
|
|
3777
3872
|
"character": 3
|
|
3778
3873
|
},
|
|
3779
3874
|
"type": "never[]"
|
|
@@ -3785,7 +3880,7 @@
|
|
|
3785
3880
|
"__schema": "VariableLikeSchema",
|
|
3786
3881
|
"location": {
|
|
3787
3882
|
"filePath": "snapping.main.runtime.ts",
|
|
3788
|
-
"line":
|
|
3883
|
+
"line": 1373,
|
|
3789
3884
|
"character": 3
|
|
3790
3885
|
},
|
|
3791
3886
|
"signature": "(property) SnappingMain.dependencies: Aspect[]",
|
|
@@ -3794,7 +3889,7 @@
|
|
|
3794
3889
|
"__schema": "InferenceTypeSchema",
|
|
3795
3890
|
"location": {
|
|
3796
3891
|
"filePath": "snapping.main.runtime.ts",
|
|
3797
|
-
"line":
|
|
3892
|
+
"line": 1373,
|
|
3798
3893
|
"character": 3
|
|
3799
3894
|
},
|
|
3800
3895
|
"type": "Aspect[]"
|
|
@@ -3806,7 +3901,7 @@
|
|
|
3806
3901
|
"__schema": "VariableLikeSchema",
|
|
3807
3902
|
"location": {
|
|
3808
3903
|
"filePath": "snapping.main.runtime.ts",
|
|
3809
|
-
"line":
|
|
3904
|
+
"line": 1389,
|
|
3810
3905
|
"character": 3
|
|
3811
3906
|
},
|
|
3812
3907
|
"signature": "(property) SnappingMain.runtime: RuntimeDefinition",
|
|
@@ -3815,7 +3910,7 @@
|
|
|
3815
3910
|
"__schema": "InferenceTypeSchema",
|
|
3816
3911
|
"location": {
|
|
3817
3912
|
"filePath": "snapping.main.runtime.ts",
|
|
3818
|
-
"line":
|
|
3913
|
+
"line": 1389,
|
|
3819
3914
|
"character": 3
|
|
3820
3915
|
},
|
|
3821
3916
|
"type": "RuntimeDefinition"
|
|
@@ -3827,7 +3922,7 @@
|
|
|
3827
3922
|
"__schema": "FunctionLikeSchema",
|
|
3828
3923
|
"location": {
|
|
3829
3924
|
"filePath": "snapping.main.runtime.ts",
|
|
3830
|
-
"line":
|
|
3925
|
+
"line": 1390,
|
|
3831
3926
|
"character": 3
|
|
3832
3927
|
},
|
|
3833
3928
|
"signature": "(method) SnappingMain.provider([workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application, remove,]: [\n Workspace,\n CLIMain,\n LoggerMain,\n IssuesMain,\n InsightsMain,\n DependencyResolverMain,\n ScopeMain,\n ExportMain,\n BuilderMain,\n ImporterMain,\n GlobalConfigMain,\n DependenciesMain,\n ApplicationMain,\n RemoveMain\n]): Promise<SnappingMain>",
|
|
@@ -3837,7 +3932,7 @@
|
|
|
3837
3932
|
"__schema": "ParameterSchema",
|
|
3838
3933
|
"location": {
|
|
3839
3934
|
"filePath": "snapping.main.runtime.ts",
|
|
3840
|
-
"line":
|
|
3935
|
+
"line": 1390,
|
|
3841
3936
|
"character": 25
|
|
3842
3937
|
},
|
|
3843
3938
|
"name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application, remove ]",
|
|
@@ -3845,7 +3940,7 @@
|
|
|
3845
3940
|
"__schema": "TupleTypeSchema",
|
|
3846
3941
|
"location": {
|
|
3847
3942
|
"filePath": "snapping.main.runtime.ts",
|
|
3848
|
-
"line":
|
|
3943
|
+
"line": 1405,
|
|
3849
3944
|
"character": 6
|
|
3850
3945
|
},
|
|
3851
3946
|
"elements": [
|
|
@@ -3853,7 +3948,7 @@
|
|
|
3853
3948
|
"__schema": "TypeRefSchema",
|
|
3854
3949
|
"location": {
|
|
3855
3950
|
"filePath": "snapping.main.runtime.ts",
|
|
3856
|
-
"line":
|
|
3951
|
+
"line": 1406,
|
|
3857
3952
|
"character": 5
|
|
3858
3953
|
},
|
|
3859
3954
|
"name": "Workspace"
|
|
@@ -3862,7 +3957,7 @@
|
|
|
3862
3957
|
"__schema": "TypeRefSchema",
|
|
3863
3958
|
"location": {
|
|
3864
3959
|
"filePath": "snapping.main.runtime.ts",
|
|
3865
|
-
"line":
|
|
3960
|
+
"line": 1407,
|
|
3866
3961
|
"character": 5
|
|
3867
3962
|
},
|
|
3868
3963
|
"name": "CLIMain"
|
|
@@ -3871,7 +3966,7 @@
|
|
|
3871
3966
|
"__schema": "TypeRefSchema",
|
|
3872
3967
|
"location": {
|
|
3873
3968
|
"filePath": "snapping.main.runtime.ts",
|
|
3874
|
-
"line":
|
|
3969
|
+
"line": 1408,
|
|
3875
3970
|
"character": 5
|
|
3876
3971
|
},
|
|
3877
3972
|
"name": "LoggerMain"
|
|
@@ -3880,7 +3975,7 @@
|
|
|
3880
3975
|
"__schema": "TypeRefSchema",
|
|
3881
3976
|
"location": {
|
|
3882
3977
|
"filePath": "snapping.main.runtime.ts",
|
|
3883
|
-
"line":
|
|
3978
|
+
"line": 1409,
|
|
3884
3979
|
"character": 5
|
|
3885
3980
|
},
|
|
3886
3981
|
"name": "IssuesMain"
|
|
@@ -3889,7 +3984,7 @@
|
|
|
3889
3984
|
"__schema": "TypeRefSchema",
|
|
3890
3985
|
"location": {
|
|
3891
3986
|
"filePath": "snapping.main.runtime.ts",
|
|
3892
|
-
"line":
|
|
3987
|
+
"line": 1410,
|
|
3893
3988
|
"character": 5
|
|
3894
3989
|
},
|
|
3895
3990
|
"name": "InsightsMain"
|
|
@@ -3898,7 +3993,7 @@
|
|
|
3898
3993
|
"__schema": "TypeRefSchema",
|
|
3899
3994
|
"location": {
|
|
3900
3995
|
"filePath": "snapping.main.runtime.ts",
|
|
3901
|
-
"line":
|
|
3996
|
+
"line": 1411,
|
|
3902
3997
|
"character": 5
|
|
3903
3998
|
},
|
|
3904
3999
|
"name": "DependencyResolverMain"
|
|
@@ -3907,7 +4002,7 @@
|
|
|
3907
4002
|
"__schema": "TypeRefSchema",
|
|
3908
4003
|
"location": {
|
|
3909
4004
|
"filePath": "snapping.main.runtime.ts",
|
|
3910
|
-
"line":
|
|
4005
|
+
"line": 1412,
|
|
3911
4006
|
"character": 5
|
|
3912
4007
|
},
|
|
3913
4008
|
"name": "ScopeMain"
|
|
@@ -3916,7 +4011,7 @@
|
|
|
3916
4011
|
"__schema": "TypeRefSchema",
|
|
3917
4012
|
"location": {
|
|
3918
4013
|
"filePath": "snapping.main.runtime.ts",
|
|
3919
|
-
"line":
|
|
4014
|
+
"line": 1413,
|
|
3920
4015
|
"character": 5
|
|
3921
4016
|
},
|
|
3922
4017
|
"name": "ExportMain"
|
|
@@ -3925,7 +4020,7 @@
|
|
|
3925
4020
|
"__schema": "TypeRefSchema",
|
|
3926
4021
|
"location": {
|
|
3927
4022
|
"filePath": "snapping.main.runtime.ts",
|
|
3928
|
-
"line":
|
|
4023
|
+
"line": 1414,
|
|
3929
4024
|
"character": 5
|
|
3930
4025
|
},
|
|
3931
4026
|
"name": "BuilderMain"
|
|
@@ -3934,7 +4029,7 @@
|
|
|
3934
4029
|
"__schema": "TypeRefSchema",
|
|
3935
4030
|
"location": {
|
|
3936
4031
|
"filePath": "snapping.main.runtime.ts",
|
|
3937
|
-
"line":
|
|
4032
|
+
"line": 1415,
|
|
3938
4033
|
"character": 5
|
|
3939
4034
|
},
|
|
3940
4035
|
"name": "ImporterMain"
|
|
@@ -3943,7 +4038,7 @@
|
|
|
3943
4038
|
"__schema": "TypeRefSchema",
|
|
3944
4039
|
"location": {
|
|
3945
4040
|
"filePath": "snapping.main.runtime.ts",
|
|
3946
|
-
"line":
|
|
4041
|
+
"line": 1416,
|
|
3947
4042
|
"character": 5
|
|
3948
4043
|
},
|
|
3949
4044
|
"name": "GlobalConfigMain"
|
|
@@ -3952,7 +4047,7 @@
|
|
|
3952
4047
|
"__schema": "TypeRefSchema",
|
|
3953
4048
|
"location": {
|
|
3954
4049
|
"filePath": "snapping.main.runtime.ts",
|
|
3955
|
-
"line":
|
|
4050
|
+
"line": 1417,
|
|
3956
4051
|
"character": 5
|
|
3957
4052
|
},
|
|
3958
4053
|
"name": "DependenciesMain"
|
|
@@ -3961,7 +4056,7 @@
|
|
|
3961
4056
|
"__schema": "TypeRefSchema",
|
|
3962
4057
|
"location": {
|
|
3963
4058
|
"filePath": "snapping.main.runtime.ts",
|
|
3964
|
-
"line":
|
|
4059
|
+
"line": 1418,
|
|
3965
4060
|
"character": 5
|
|
3966
4061
|
},
|
|
3967
4062
|
"name": "ApplicationMain"
|
|
@@ -3970,7 +4065,7 @@
|
|
|
3970
4065
|
"__schema": "TypeRefSchema",
|
|
3971
4066
|
"location": {
|
|
3972
4067
|
"filePath": "snapping.main.runtime.ts",
|
|
3973
|
-
"line":
|
|
4068
|
+
"line": 1419,
|
|
3974
4069
|
"character": 5
|
|
3975
4070
|
},
|
|
3976
4071
|
"name": "RemoveMain"
|
|
@@ -3985,7 +4080,7 @@
|
|
|
3985
4080
|
"__schema": "InferenceTypeSchema",
|
|
3986
4081
|
"location": {
|
|
3987
4082
|
"filePath": "snapping.main.runtime.ts",
|
|
3988
|
-
"line":
|
|
4083
|
+
"line": 1390,
|
|
3989
4084
|
"character": 3
|
|
3990
4085
|
},
|
|
3991
4086
|
"type": "Promise<SnappingMain>"
|
|
@@ -10704,7 +10799,7 @@
|
|
|
10704
10799
|
"componentId": {
|
|
10705
10800
|
"scope": "teambit.legacy",
|
|
10706
10801
|
"name": "consumer-component",
|
|
10707
|
-
"version": "0.0.
|
|
10802
|
+
"version": "0.0.16"
|
|
10708
10803
|
}
|
|
10709
10804
|
},
|
|
10710
10805
|
"isOptional": false
|
|
@@ -10793,7 +10888,7 @@
|
|
|
10793
10888
|
"componentId": {
|
|
10794
10889
|
"scope": "teambit.legacy",
|
|
10795
10890
|
"name": "consumer-component",
|
|
10796
|
-
"version": "0.0.
|
|
10891
|
+
"version": "0.0.16"
|
|
10797
10892
|
}
|
|
10798
10893
|
},
|
|
10799
10894
|
"isOptional": false
|
|
@@ -10899,7 +10994,7 @@
|
|
|
10899
10994
|
"componentId": {
|
|
10900
10995
|
"scope": "teambit.scope",
|
|
10901
10996
|
"name": "objects",
|
|
10902
|
-
"version": "0.0.
|
|
10997
|
+
"version": "0.0.15"
|
|
10903
10998
|
}
|
|
10904
10999
|
},
|
|
10905
11000
|
"isOptional": false
|
|
@@ -10924,7 +11019,7 @@
|
|
|
10924
11019
|
"componentId": {
|
|
10925
11020
|
"scope": "teambit.scope",
|
|
10926
11021
|
"name": "objects",
|
|
10927
|
-
"version": "0.0.
|
|
11022
|
+
"version": "0.0.15"
|
|
10928
11023
|
}
|
|
10929
11024
|
},
|
|
10930
11025
|
"isOptional": false
|
|
@@ -11065,7 +11160,7 @@
|
|
|
11065
11160
|
"componentId": {
|
|
11066
11161
|
"scope": "teambit.scope",
|
|
11067
11162
|
"name": "objects",
|
|
11068
|
-
"version": "0.0.
|
|
11163
|
+
"version": "0.0.15"
|
|
11069
11164
|
}
|
|
11070
11165
|
},
|
|
11071
11166
|
"isOptional": false
|
|
@@ -11090,7 +11185,7 @@
|
|
|
11090
11185
|
"componentId": {
|
|
11091
11186
|
"scope": "teambit.scope",
|
|
11092
11187
|
"name": "objects",
|
|
11093
|
-
"version": "0.0.
|
|
11188
|
+
"version": "0.0.15"
|
|
11094
11189
|
}
|
|
11095
11190
|
},
|
|
11096
11191
|
"isOptional": false
|
|
@@ -11127,28 +11222,39 @@
|
|
|
11127
11222
|
"__schema": "FunctionLikeSchema",
|
|
11128
11223
|
"location": {
|
|
11129
11224
|
"filePath": "snapping.main.runtime.ts",
|
|
11130
|
-
"line":
|
|
11225
|
+
"line": 1074,
|
|
11131
11226
|
"character": 3
|
|
11132
11227
|
},
|
|
11133
|
-
"
|
|
11134
|
-
|
|
11228
|
+
"doc": {
|
|
11229
|
+
"__schema": "DocSchema",
|
|
11230
|
+
"location": {
|
|
11231
|
+
"filePath": "snapping.main.runtime.ts",
|
|
11232
|
+
"line": 1070,
|
|
11233
|
+
"character": 3
|
|
11234
|
+
},
|
|
11235
|
+
"raw": "/**\n * for an existing component in the local scope, add the updated Version-object/artifacts to the repository\n * so the next \"persist()\" call will save them to the filesystem\n */",
|
|
11236
|
+
"comment": "for an existing component in the local scope, add the updated Version-object/artifacts to the repository\nso the next \"persist()\" call will save them to the filesystem",
|
|
11237
|
+
"tags": []
|
|
11238
|
+
},
|
|
11239
|
+
"signature": "(method) SnappingMain.enrichComp(component: Component, modifiedLog?: Log): Promise<void>",
|
|
11240
|
+
"name": "enrichComp",
|
|
11135
11241
|
"params": [
|
|
11136
11242
|
{
|
|
11137
11243
|
"__schema": "ParameterSchema",
|
|
11138
11244
|
"location": {
|
|
11139
11245
|
"filePath": "snapping.main.runtime.ts",
|
|
11140
|
-
"line":
|
|
11141
|
-
"character":
|
|
11246
|
+
"line": 1074,
|
|
11247
|
+
"character": 20
|
|
11142
11248
|
},
|
|
11143
|
-
"name": "
|
|
11249
|
+
"name": "component",
|
|
11144
11250
|
"type": {
|
|
11145
11251
|
"__schema": "TypeRefSchema",
|
|
11146
11252
|
"location": {
|
|
11147
11253
|
"filePath": "snapping.main.runtime.ts",
|
|
11148
|
-
"line":
|
|
11149
|
-
"character":
|
|
11254
|
+
"line": 1074,
|
|
11255
|
+
"character": 31
|
|
11150
11256
|
},
|
|
11151
|
-
"name": "
|
|
11257
|
+
"name": "Component"
|
|
11152
11258
|
},
|
|
11153
11259
|
"isOptional": false,
|
|
11154
11260
|
"isSpread": false
|
|
@@ -11157,16 +11263,16 @@
|
|
|
11157
11263
|
"__schema": "ParameterSchema",
|
|
11158
11264
|
"location": {
|
|
11159
11265
|
"filePath": "snapping.main.runtime.ts",
|
|
11160
|
-
"line":
|
|
11161
|
-
"character":
|
|
11266
|
+
"line": 1074,
|
|
11267
|
+
"character": 42
|
|
11162
11268
|
},
|
|
11163
11269
|
"name": "modifiedLog",
|
|
11164
11270
|
"type": {
|
|
11165
11271
|
"__schema": "TypeRefSchema",
|
|
11166
11272
|
"location": {
|
|
11167
11273
|
"filePath": "snapping.main.runtime.ts",
|
|
11168
|
-
"line":
|
|
11169
|
-
"character":
|
|
11274
|
+
"line": 1074,
|
|
11275
|
+
"character": 56
|
|
11170
11276
|
},
|
|
11171
11277
|
"name": "Log"
|
|
11172
11278
|
},
|
|
@@ -11178,10 +11284,10 @@
|
|
|
11178
11284
|
"__schema": "InferenceTypeSchema",
|
|
11179
11285
|
"location": {
|
|
11180
11286
|
"filePath": "snapping.main.runtime.ts",
|
|
11181
|
-
"line":
|
|
11287
|
+
"line": 1074,
|
|
11182
11288
|
"character": 3
|
|
11183
11289
|
},
|
|
11184
|
-
"type": "Promise<
|
|
11290
|
+
"type": "Promise<void>"
|
|
11185
11291
|
},
|
|
11186
11292
|
"modifiers": [
|
|
11187
11293
|
"async"
|
|
@@ -11191,28 +11297,39 @@
|
|
|
11191
11297
|
"__schema": "FunctionLikeSchema",
|
|
11192
11298
|
"location": {
|
|
11193
11299
|
"filePath": "snapping.main.runtime.ts",
|
|
11194
|
-
"line":
|
|
11300
|
+
"line": 1082,
|
|
11195
11301
|
"character": 3
|
|
11196
11302
|
},
|
|
11197
|
-
"
|
|
11198
|
-
|
|
11303
|
+
"doc": {
|
|
11304
|
+
"__schema": "DocSchema",
|
|
11305
|
+
"location": {
|
|
11306
|
+
"filePath": "snapping.main.runtime.ts",
|
|
11307
|
+
"line": 1079,
|
|
11308
|
+
"character": 3
|
|
11309
|
+
},
|
|
11310
|
+
"raw": "/**\n * needed to be updated after the build-pipeline was running\n */",
|
|
11311
|
+
"comment": "needed to be updated after the build-pipeline was running",
|
|
11312
|
+
"tags": []
|
|
11313
|
+
},
|
|
11314
|
+
"signature": "(method) SnappingMain.setBuildStatus(component: Component, buildStatus: BuildStatus): void",
|
|
11315
|
+
"name": "setBuildStatus",
|
|
11199
11316
|
"params": [
|
|
11200
11317
|
{
|
|
11201
11318
|
"__schema": "ParameterSchema",
|
|
11202
11319
|
"location": {
|
|
11203
11320
|
"filePath": "snapping.main.runtime.ts",
|
|
11204
|
-
"line":
|
|
11205
|
-
"character":
|
|
11321
|
+
"line": 1082,
|
|
11322
|
+
"character": 18
|
|
11206
11323
|
},
|
|
11207
|
-
"name": "
|
|
11324
|
+
"name": "component",
|
|
11208
11325
|
"type": {
|
|
11209
11326
|
"__schema": "TypeRefSchema",
|
|
11210
11327
|
"location": {
|
|
11211
11328
|
"filePath": "snapping.main.runtime.ts",
|
|
11212
|
-
"line":
|
|
11213
|
-
"character":
|
|
11329
|
+
"line": 1082,
|
|
11330
|
+
"character": 29
|
|
11214
11331
|
},
|
|
11215
|
-
"name": "
|
|
11332
|
+
"name": "Component"
|
|
11216
11333
|
},
|
|
11217
11334
|
"isOptional": false,
|
|
11218
11335
|
"isSpread": false
|
|
@@ -11221,16 +11338,89 @@
|
|
|
11221
11338
|
"__schema": "ParameterSchema",
|
|
11222
11339
|
"location": {
|
|
11223
11340
|
"filePath": "snapping.main.runtime.ts",
|
|
11224
|
-
"line":
|
|
11225
|
-
"character":
|
|
11341
|
+
"line": 1082,
|
|
11342
|
+
"character": 40
|
|
11343
|
+
},
|
|
11344
|
+
"name": "buildStatus",
|
|
11345
|
+
"type": {
|
|
11346
|
+
"__schema": "TypeRefSchema",
|
|
11347
|
+
"location": {
|
|
11348
|
+
"filePath": "snapping.main.runtime.ts",
|
|
11349
|
+
"line": 1082,
|
|
11350
|
+
"character": 53
|
|
11351
|
+
},
|
|
11352
|
+
"name": "BuildStatus"
|
|
11353
|
+
},
|
|
11354
|
+
"isOptional": false,
|
|
11355
|
+
"isSpread": false
|
|
11356
|
+
}
|
|
11357
|
+
],
|
|
11358
|
+
"returnType": {
|
|
11359
|
+
"__schema": "InferenceTypeSchema",
|
|
11360
|
+
"location": {
|
|
11361
|
+
"filePath": "snapping.main.runtime.ts",
|
|
11362
|
+
"line": 1082,
|
|
11363
|
+
"character": 3
|
|
11364
|
+
},
|
|
11365
|
+
"type": "void"
|
|
11366
|
+
},
|
|
11367
|
+
"modifiers": []
|
|
11368
|
+
},
|
|
11369
|
+
{
|
|
11370
|
+
"__schema": "FunctionLikeSchema",
|
|
11371
|
+
"location": {
|
|
11372
|
+
"filePath": "snapping.main.runtime.ts",
|
|
11373
|
+
"line": 1090,
|
|
11374
|
+
"character": 3
|
|
11375
|
+
},
|
|
11376
|
+
"doc": {
|
|
11377
|
+
"__schema": "DocSchema",
|
|
11378
|
+
"location": {
|
|
11379
|
+
"filePath": "snapping.main.runtime.ts",
|
|
11380
|
+
"line": 1086,
|
|
11381
|
+
"character": 3
|
|
11382
|
+
},
|
|
11383
|
+
"raw": "/**\n * for an existing component in the local scope, update the Version object with the updated data from the\n * consumer-component and return the objects that need to be saved in the filesystem\n */",
|
|
11384
|
+
"comment": "for an existing component in the local scope, update the Version object with the updated data from the\nconsumer-component and return the objects that need to be saved in the filesystem",
|
|
11385
|
+
"tags": []
|
|
11386
|
+
},
|
|
11387
|
+
"signature": "(method) SnappingMain.getObjectsToEnrichComp(component: Component, modifiedLog?: Log): Promise<BitObject[]>",
|
|
11388
|
+
"name": "getObjectsToEnrichComp",
|
|
11389
|
+
"params": [
|
|
11390
|
+
{
|
|
11391
|
+
"__schema": "ParameterSchema",
|
|
11392
|
+
"location": {
|
|
11393
|
+
"filePath": "snapping.main.runtime.ts",
|
|
11394
|
+
"line": 1090,
|
|
11395
|
+
"character": 32
|
|
11396
|
+
},
|
|
11397
|
+
"name": "component",
|
|
11398
|
+
"type": {
|
|
11399
|
+
"__schema": "TypeRefSchema",
|
|
11400
|
+
"location": {
|
|
11401
|
+
"filePath": "snapping.main.runtime.ts",
|
|
11402
|
+
"line": 1090,
|
|
11403
|
+
"character": 43
|
|
11404
|
+
},
|
|
11405
|
+
"name": "Component"
|
|
11406
|
+
},
|
|
11407
|
+
"isOptional": false,
|
|
11408
|
+
"isSpread": false
|
|
11409
|
+
},
|
|
11410
|
+
{
|
|
11411
|
+
"__schema": "ParameterSchema",
|
|
11412
|
+
"location": {
|
|
11413
|
+
"filePath": "snapping.main.runtime.ts",
|
|
11414
|
+
"line": 1090,
|
|
11415
|
+
"character": 54
|
|
11226
11416
|
},
|
|
11227
11417
|
"name": "modifiedLog",
|
|
11228
11418
|
"type": {
|
|
11229
11419
|
"__schema": "TypeRefSchema",
|
|
11230
11420
|
"location": {
|
|
11231
11421
|
"filePath": "snapping.main.runtime.ts",
|
|
11232
|
-
"line":
|
|
11233
|
-
"character":
|
|
11422
|
+
"line": 1090,
|
|
11423
|
+
"character": 68
|
|
11234
11424
|
},
|
|
11235
11425
|
"name": "Log"
|
|
11236
11426
|
},
|
|
@@ -11242,8 +11432,8 @@
|
|
|
11242
11432
|
"__schema": "TypeRefSchema",
|
|
11243
11433
|
"location": {
|
|
11244
11434
|
"filePath": "snapping.main.runtime.ts",
|
|
11245
|
-
"line":
|
|
11246
|
-
"character":
|
|
11435
|
+
"line": 1090,
|
|
11436
|
+
"character": 74
|
|
11247
11437
|
},
|
|
11248
11438
|
"name": "Promise",
|
|
11249
11439
|
"typeArgs": [
|
|
@@ -11251,15 +11441,15 @@
|
|
|
11251
11441
|
"__schema": "TypeArraySchema",
|
|
11252
11442
|
"location": {
|
|
11253
11443
|
"filePath": "snapping.main.runtime.ts",
|
|
11254
|
-
"line":
|
|
11255
|
-
"character":
|
|
11444
|
+
"line": 1090,
|
|
11445
|
+
"character": 82
|
|
11256
11446
|
},
|
|
11257
11447
|
"type": {
|
|
11258
11448
|
"__schema": "TypeRefSchema",
|
|
11259
11449
|
"location": {
|
|
11260
11450
|
"filePath": "snapping.main.runtime.ts",
|
|
11261
|
-
"line":
|
|
11262
|
-
"character":
|
|
11451
|
+
"line": 1090,
|
|
11452
|
+
"character": 82
|
|
11263
11453
|
},
|
|
11264
11454
|
"name": "BitObject"
|
|
11265
11455
|
}
|
|
@@ -11274,14 +11464,14 @@
|
|
|
11274
11464
|
"__schema": "FunctionLikeSchema",
|
|
11275
11465
|
"location": {
|
|
11276
11466
|
"filePath": "snapping.main.runtime.ts",
|
|
11277
|
-
"line":
|
|
11467
|
+
"line": 1172,
|
|
11278
11468
|
"character": 3
|
|
11279
11469
|
},
|
|
11280
11470
|
"doc": {
|
|
11281
11471
|
"__schema": "DocSchema",
|
|
11282
11472
|
"location": {
|
|
11283
11473
|
"filePath": "snapping.main.runtime.ts",
|
|
11284
|
-
"line":
|
|
11474
|
+
"line": 1166,
|
|
11285
11475
|
"character": 3
|
|
11286
11476
|
},
|
|
11287
11477
|
"raw": "/**\n * the compId.version can be a range (e.g. \"^1.0.0\"), in which case, it finds the component in the local scope and\n * resolves the latest version that falls under the range.\n * in case the version has no range, it returns the same compId.\n * in case it has no version, it returns the latest.\n */",
|
|
@@ -11295,7 +11485,7 @@
|
|
|
11295
11485
|
"__schema": "ParameterSchema",
|
|
11296
11486
|
"location": {
|
|
11297
11487
|
"filePath": "snapping.main.runtime.ts",
|
|
11298
|
-
"line":
|
|
11488
|
+
"line": 1172,
|
|
11299
11489
|
"character": 52
|
|
11300
11490
|
},
|
|
11301
11491
|
"name": "compId",
|
|
@@ -11303,7 +11493,7 @@
|
|
|
11303
11493
|
"__schema": "TypeRefSchema",
|
|
11304
11494
|
"location": {
|
|
11305
11495
|
"filePath": "snapping.main.runtime.ts",
|
|
11306
|
-
"line":
|
|
11496
|
+
"line": 1172,
|
|
11307
11497
|
"character": 60
|
|
11308
11498
|
},
|
|
11309
11499
|
"name": "ComponentID"
|
|
@@ -11316,7 +11506,7 @@
|
|
|
11316
11506
|
"__schema": "TypeRefSchema",
|
|
11317
11507
|
"location": {
|
|
11318
11508
|
"filePath": "snapping.main.runtime.ts",
|
|
11319
|
-
"line":
|
|
11509
|
+
"line": 1172,
|
|
11320
11510
|
"character": 74
|
|
11321
11511
|
},
|
|
11322
11512
|
"name": "Promise",
|
|
@@ -11325,7 +11515,7 @@
|
|
|
11325
11515
|
"__schema": "TypeRefSchema",
|
|
11326
11516
|
"location": {
|
|
11327
11517
|
"filePath": "snapping.main.runtime.ts",
|
|
11328
|
-
"line":
|
|
11518
|
+
"line": 1172,
|
|
11329
11519
|
"character": 82
|
|
11330
11520
|
},
|
|
11331
11521
|
"name": "ComponentID"
|
|
@@ -11340,7 +11530,7 @@
|
|
|
11340
11530
|
"__schema": "FunctionLikeSchema",
|
|
11341
11531
|
"location": {
|
|
11342
11532
|
"filePath": "snapping.main.runtime.ts",
|
|
11343
|
-
"line":
|
|
11533
|
+
"line": 1185,
|
|
11344
11534
|
"character": 3
|
|
11345
11535
|
},
|
|
11346
11536
|
"signature": "(method) SnappingMain.updateSourceFiles(component: Component, files: FileData[]): Promise<void>",
|
|
@@ -11350,7 +11540,7 @@
|
|
|
11350
11540
|
"__schema": "ParameterSchema",
|
|
11351
11541
|
"location": {
|
|
11352
11542
|
"filePath": "snapping.main.runtime.ts",
|
|
11353
|
-
"line":
|
|
11543
|
+
"line": 1185,
|
|
11354
11544
|
"character": 27
|
|
11355
11545
|
},
|
|
11356
11546
|
"name": "component",
|
|
@@ -11358,7 +11548,7 @@
|
|
|
11358
11548
|
"__schema": "TypeRefSchema",
|
|
11359
11549
|
"location": {
|
|
11360
11550
|
"filePath": "snapping.main.runtime.ts",
|
|
11361
|
-
"line":
|
|
11551
|
+
"line": 1185,
|
|
11362
11552
|
"character": 38
|
|
11363
11553
|
},
|
|
11364
11554
|
"name": "Component"
|
|
@@ -11370,7 +11560,7 @@
|
|
|
11370
11560
|
"__schema": "ParameterSchema",
|
|
11371
11561
|
"location": {
|
|
11372
11562
|
"filePath": "snapping.main.runtime.ts",
|
|
11373
|
-
"line":
|
|
11563
|
+
"line": 1185,
|
|
11374
11564
|
"character": 49
|
|
11375
11565
|
},
|
|
11376
11566
|
"name": "files",
|
|
@@ -11378,14 +11568,14 @@
|
|
|
11378
11568
|
"__schema": "TypeArraySchema",
|
|
11379
11569
|
"location": {
|
|
11380
11570
|
"filePath": "snapping.main.runtime.ts",
|
|
11381
|
-
"line":
|
|
11571
|
+
"line": 1185,
|
|
11382
11572
|
"character": 56
|
|
11383
11573
|
},
|
|
11384
11574
|
"type": {
|
|
11385
11575
|
"__schema": "TypeRefSchema",
|
|
11386
11576
|
"location": {
|
|
11387
11577
|
"filePath": "snapping.main.runtime.ts",
|
|
11388
|
-
"line":
|
|
11578
|
+
"line": 1185,
|
|
11389
11579
|
"character": 56
|
|
11390
11580
|
},
|
|
11391
11581
|
"name": "FileData"
|
|
@@ -11399,7 +11589,7 @@
|
|
|
11399
11589
|
"__schema": "InferenceTypeSchema",
|
|
11400
11590
|
"location": {
|
|
11401
11591
|
"filePath": "snapping.main.runtime.ts",
|
|
11402
|
-
"line":
|
|
11592
|
+
"line": 1185,
|
|
11403
11593
|
"character": 3
|
|
11404
11594
|
},
|
|
11405
11595
|
"type": "Promise<void>"
|
|
@@ -11412,7 +11602,7 @@
|
|
|
11412
11602
|
"__schema": "FunctionLikeSchema",
|
|
11413
11603
|
"location": {
|
|
11414
11604
|
"filePath": "snapping.main.runtime.ts",
|
|
11415
|
-
"line":
|
|
11605
|
+
"line": 1215,
|
|
11416
11606
|
"character": 3
|
|
11417
11607
|
},
|
|
11418
11608
|
"signature": "(method) SnappingMain.updateDependenciesVersionsOfComponent(component: Component, dependencies: ComponentID[], currentBitIds: ComponentID[]): Promise<void>",
|
|
@@ -11422,7 +11612,7 @@
|
|
|
11422
11612
|
"__schema": "ParameterSchema",
|
|
11423
11613
|
"location": {
|
|
11424
11614
|
"filePath": "snapping.main.runtime.ts",
|
|
11425
|
-
"line":
|
|
11615
|
+
"line": 1216,
|
|
11426
11616
|
"character": 5
|
|
11427
11617
|
},
|
|
11428
11618
|
"name": "component",
|
|
@@ -11430,7 +11620,7 @@
|
|
|
11430
11620
|
"__schema": "TypeRefSchema",
|
|
11431
11621
|
"location": {
|
|
11432
11622
|
"filePath": "snapping.main.runtime.ts",
|
|
11433
|
-
"line":
|
|
11623
|
+
"line": 1216,
|
|
11434
11624
|
"character": 16
|
|
11435
11625
|
},
|
|
11436
11626
|
"name": "Component"
|
|
@@ -11442,7 +11632,7 @@
|
|
|
11442
11632
|
"__schema": "ParameterSchema",
|
|
11443
11633
|
"location": {
|
|
11444
11634
|
"filePath": "snapping.main.runtime.ts",
|
|
11445
|
-
"line":
|
|
11635
|
+
"line": 1217,
|
|
11446
11636
|
"character": 5
|
|
11447
11637
|
},
|
|
11448
11638
|
"name": "dependencies",
|
|
@@ -11450,14 +11640,14 @@
|
|
|
11450
11640
|
"__schema": "TypeArraySchema",
|
|
11451
11641
|
"location": {
|
|
11452
11642
|
"filePath": "snapping.main.runtime.ts",
|
|
11453
|
-
"line":
|
|
11643
|
+
"line": 1217,
|
|
11454
11644
|
"character": 19
|
|
11455
11645
|
},
|
|
11456
11646
|
"type": {
|
|
11457
11647
|
"__schema": "TypeRefSchema",
|
|
11458
11648
|
"location": {
|
|
11459
11649
|
"filePath": "snapping.main.runtime.ts",
|
|
11460
|
-
"line":
|
|
11650
|
+
"line": 1217,
|
|
11461
11651
|
"character": 19
|
|
11462
11652
|
},
|
|
11463
11653
|
"name": "ComponentID"
|
|
@@ -11470,7 +11660,7 @@
|
|
|
11470
11660
|
"__schema": "ParameterSchema",
|
|
11471
11661
|
"location": {
|
|
11472
11662
|
"filePath": "snapping.main.runtime.ts",
|
|
11473
|
-
"line":
|
|
11663
|
+
"line": 1218,
|
|
11474
11664
|
"character": 5
|
|
11475
11665
|
},
|
|
11476
11666
|
"name": "currentBitIds",
|
|
@@ -11478,14 +11668,14 @@
|
|
|
11478
11668
|
"__schema": "TypeArraySchema",
|
|
11479
11669
|
"location": {
|
|
11480
11670
|
"filePath": "snapping.main.runtime.ts",
|
|
11481
|
-
"line":
|
|
11671
|
+
"line": 1218,
|
|
11482
11672
|
"character": 20
|
|
11483
11673
|
},
|
|
11484
11674
|
"type": {
|
|
11485
11675
|
"__schema": "TypeRefSchema",
|
|
11486
11676
|
"location": {
|
|
11487
11677
|
"filePath": "snapping.main.runtime.ts",
|
|
11488
|
-
"line":
|
|
11678
|
+
"line": 1218,
|
|
11489
11679
|
"character": 20
|
|
11490
11680
|
},
|
|
11491
11681
|
"name": "ComponentID"
|
|
@@ -11499,7 +11689,7 @@
|
|
|
11499
11689
|
"__schema": "InferenceTypeSchema",
|
|
11500
11690
|
"location": {
|
|
11501
11691
|
"filePath": "snapping.main.runtime.ts",
|
|
11502
|
-
"line":
|
|
11692
|
+
"line": 1215,
|
|
11503
11693
|
"character": 3
|
|
11504
11694
|
},
|
|
11505
11695
|
"type": "Promise<void>"
|
|
@@ -11512,14 +11702,14 @@
|
|
|
11512
11702
|
"__schema": "FunctionLikeSchema",
|
|
11513
11703
|
"location": {
|
|
11514
11704
|
"filePath": "snapping.main.runtime.ts",
|
|
11515
|
-
"line":
|
|
11705
|
+
"line": 1248,
|
|
11516
11706
|
"character": 3
|
|
11517
11707
|
},
|
|
11518
11708
|
"doc": {
|
|
11519
11709
|
"__schema": "DocSchema",
|
|
11520
11710
|
"location": {
|
|
11521
11711
|
"filePath": "snapping.main.runtime.ts",
|
|
11522
|
-
"line":
|
|
11712
|
+
"line": 1243,
|
|
11523
11713
|
"character": 3
|
|
11524
11714
|
},
|
|
11525
11715
|
"raw": "/**\n * it does two things:\n * 1. update extensions versions according to the version provided in updatedIds.\n * 2. save all dependencies data from the legacy into DependencyResolver aspect.\n */",
|
|
@@ -11533,7 +11723,7 @@
|
|
|
11533
11723
|
"__schema": "ParameterSchema",
|
|
11534
11724
|
"location": {
|
|
11535
11725
|
"filePath": "snapping.main.runtime.ts",
|
|
11536
|
-
"line":
|
|
11726
|
+
"line": 1248,
|
|
11537
11727
|
"character": 47
|
|
11538
11728
|
},
|
|
11539
11729
|
"name": "component",
|
|
@@ -11541,7 +11731,7 @@
|
|
|
11541
11731
|
"__schema": "TypeRefSchema",
|
|
11542
11732
|
"location": {
|
|
11543
11733
|
"filePath": "snapping.main.runtime.ts",
|
|
11544
|
-
"line":
|
|
11734
|
+
"line": 1248,
|
|
11545
11735
|
"character": 58
|
|
11546
11736
|
},
|
|
11547
11737
|
"name": "Component"
|
|
@@ -11553,7 +11743,7 @@
|
|
|
11553
11743
|
"__schema": "ParameterSchema",
|
|
11554
11744
|
"location": {
|
|
11555
11745
|
"filePath": "snapping.main.runtime.ts",
|
|
11556
|
-
"line":
|
|
11746
|
+
"line": 1248,
|
|
11557
11747
|
"character": 69
|
|
11558
11748
|
},
|
|
11559
11749
|
"name": "updatedIds",
|
|
@@ -11561,14 +11751,14 @@
|
|
|
11561
11751
|
"__schema": "TypeArraySchema",
|
|
11562
11752
|
"location": {
|
|
11563
11753
|
"filePath": "snapping.main.runtime.ts",
|
|
11564
|
-
"line":
|
|
11754
|
+
"line": 1248,
|
|
11565
11755
|
"character": 81
|
|
11566
11756
|
},
|
|
11567
11757
|
"type": {
|
|
11568
11758
|
"__schema": "KeywordTypeSchema",
|
|
11569
11759
|
"location": {
|
|
11570
11760
|
"filePath": "snapping.main.runtime.ts",
|
|
11571
|
-
"line":
|
|
11761
|
+
"line": 1248,
|
|
11572
11762
|
"character": 81
|
|
11573
11763
|
},
|
|
11574
11764
|
"name": "string"
|
|
@@ -11582,7 +11772,7 @@
|
|
|
11582
11772
|
"__schema": "InferenceTypeSchema",
|
|
11583
11773
|
"location": {
|
|
11584
11774
|
"filePath": "snapping.main.runtime.ts",
|
|
11585
|
-
"line":
|
|
11775
|
+
"line": 1248,
|
|
11586
11776
|
"character": 3
|
|
11587
11777
|
},
|
|
11588
11778
|
"type": "Promise<void>"
|
|
@@ -11595,7 +11785,7 @@
|
|
|
11595
11785
|
"__schema": "VariableLikeSchema",
|
|
11596
11786
|
"location": {
|
|
11597
11787
|
"filePath": "snapping.main.runtime.ts",
|
|
11598
|
-
"line":
|
|
11788
|
+
"line": 1372,
|
|
11599
11789
|
"character": 3
|
|
11600
11790
|
},
|
|
11601
11791
|
"signature": "(property) SnappingMain.slots: never[]",
|
|
@@ -11604,7 +11794,7 @@
|
|
|
11604
11794
|
"__schema": "InferenceTypeSchema",
|
|
11605
11795
|
"location": {
|
|
11606
11796
|
"filePath": "snapping.main.runtime.ts",
|
|
11607
|
-
"line":
|
|
11797
|
+
"line": 1372,
|
|
11608
11798
|
"character": 3
|
|
11609
11799
|
},
|
|
11610
11800
|
"type": "never[]"
|
|
@@ -11616,7 +11806,7 @@
|
|
|
11616
11806
|
"__schema": "VariableLikeSchema",
|
|
11617
11807
|
"location": {
|
|
11618
11808
|
"filePath": "snapping.main.runtime.ts",
|
|
11619
|
-
"line":
|
|
11809
|
+
"line": 1373,
|
|
11620
11810
|
"character": 3
|
|
11621
11811
|
},
|
|
11622
11812
|
"signature": "(property) SnappingMain.dependencies: Aspect[]",
|
|
@@ -11625,7 +11815,7 @@
|
|
|
11625
11815
|
"__schema": "InferenceTypeSchema",
|
|
11626
11816
|
"location": {
|
|
11627
11817
|
"filePath": "snapping.main.runtime.ts",
|
|
11628
|
-
"line":
|
|
11818
|
+
"line": 1373,
|
|
11629
11819
|
"character": 3
|
|
11630
11820
|
},
|
|
11631
11821
|
"type": "Aspect[]"
|
|
@@ -11637,7 +11827,7 @@
|
|
|
11637
11827
|
"__schema": "VariableLikeSchema",
|
|
11638
11828
|
"location": {
|
|
11639
11829
|
"filePath": "snapping.main.runtime.ts",
|
|
11640
|
-
"line":
|
|
11830
|
+
"line": 1389,
|
|
11641
11831
|
"character": 3
|
|
11642
11832
|
},
|
|
11643
11833
|
"signature": "(property) SnappingMain.runtime: RuntimeDefinition",
|
|
@@ -11646,7 +11836,7 @@
|
|
|
11646
11836
|
"__schema": "InferenceTypeSchema",
|
|
11647
11837
|
"location": {
|
|
11648
11838
|
"filePath": "snapping.main.runtime.ts",
|
|
11649
|
-
"line":
|
|
11839
|
+
"line": 1389,
|
|
11650
11840
|
"character": 3
|
|
11651
11841
|
},
|
|
11652
11842
|
"type": "RuntimeDefinition"
|
|
@@ -11658,7 +11848,7 @@
|
|
|
11658
11848
|
"__schema": "FunctionLikeSchema",
|
|
11659
11849
|
"location": {
|
|
11660
11850
|
"filePath": "snapping.main.runtime.ts",
|
|
11661
|
-
"line":
|
|
11851
|
+
"line": 1390,
|
|
11662
11852
|
"character": 3
|
|
11663
11853
|
},
|
|
11664
11854
|
"signature": "(method) SnappingMain.provider([workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application, remove,]: [\n Workspace,\n CLIMain,\n LoggerMain,\n IssuesMain,\n InsightsMain,\n DependencyResolverMain,\n ScopeMain,\n ExportMain,\n BuilderMain,\n ImporterMain,\n GlobalConfigMain,\n DependenciesMain,\n ApplicationMain,\n RemoveMain\n]): Promise<SnappingMain>",
|
|
@@ -11668,7 +11858,7 @@
|
|
|
11668
11858
|
"__schema": "ParameterSchema",
|
|
11669
11859
|
"location": {
|
|
11670
11860
|
"filePath": "snapping.main.runtime.ts",
|
|
11671
|
-
"line":
|
|
11861
|
+
"line": 1390,
|
|
11672
11862
|
"character": 25
|
|
11673
11863
|
},
|
|
11674
11864
|
"name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application, remove ]",
|
|
@@ -11676,7 +11866,7 @@
|
|
|
11676
11866
|
"__schema": "TupleTypeSchema",
|
|
11677
11867
|
"location": {
|
|
11678
11868
|
"filePath": "snapping.main.runtime.ts",
|
|
11679
|
-
"line":
|
|
11869
|
+
"line": 1405,
|
|
11680
11870
|
"character": 6
|
|
11681
11871
|
},
|
|
11682
11872
|
"elements": [
|
|
@@ -11684,7 +11874,7 @@
|
|
|
11684
11874
|
"__schema": "TypeRefSchema",
|
|
11685
11875
|
"location": {
|
|
11686
11876
|
"filePath": "snapping.main.runtime.ts",
|
|
11687
|
-
"line":
|
|
11877
|
+
"line": 1406,
|
|
11688
11878
|
"character": 5
|
|
11689
11879
|
},
|
|
11690
11880
|
"name": "Workspace"
|
|
@@ -11693,7 +11883,7 @@
|
|
|
11693
11883
|
"__schema": "TypeRefSchema",
|
|
11694
11884
|
"location": {
|
|
11695
11885
|
"filePath": "snapping.main.runtime.ts",
|
|
11696
|
-
"line":
|
|
11886
|
+
"line": 1407,
|
|
11697
11887
|
"character": 5
|
|
11698
11888
|
},
|
|
11699
11889
|
"name": "CLIMain"
|
|
@@ -11702,7 +11892,7 @@
|
|
|
11702
11892
|
"__schema": "TypeRefSchema",
|
|
11703
11893
|
"location": {
|
|
11704
11894
|
"filePath": "snapping.main.runtime.ts",
|
|
11705
|
-
"line":
|
|
11895
|
+
"line": 1408,
|
|
11706
11896
|
"character": 5
|
|
11707
11897
|
},
|
|
11708
11898
|
"name": "LoggerMain"
|
|
@@ -11711,7 +11901,7 @@
|
|
|
11711
11901
|
"__schema": "TypeRefSchema",
|
|
11712
11902
|
"location": {
|
|
11713
11903
|
"filePath": "snapping.main.runtime.ts",
|
|
11714
|
-
"line":
|
|
11904
|
+
"line": 1409,
|
|
11715
11905
|
"character": 5
|
|
11716
11906
|
},
|
|
11717
11907
|
"name": "IssuesMain"
|
|
@@ -11720,7 +11910,7 @@
|
|
|
11720
11910
|
"__schema": "TypeRefSchema",
|
|
11721
11911
|
"location": {
|
|
11722
11912
|
"filePath": "snapping.main.runtime.ts",
|
|
11723
|
-
"line":
|
|
11913
|
+
"line": 1410,
|
|
11724
11914
|
"character": 5
|
|
11725
11915
|
},
|
|
11726
11916
|
"name": "InsightsMain"
|
|
@@ -11729,7 +11919,7 @@
|
|
|
11729
11919
|
"__schema": "TypeRefSchema",
|
|
11730
11920
|
"location": {
|
|
11731
11921
|
"filePath": "snapping.main.runtime.ts",
|
|
11732
|
-
"line":
|
|
11922
|
+
"line": 1411,
|
|
11733
11923
|
"character": 5
|
|
11734
11924
|
},
|
|
11735
11925
|
"name": "DependencyResolverMain"
|
|
@@ -11738,7 +11928,7 @@
|
|
|
11738
11928
|
"__schema": "TypeRefSchema",
|
|
11739
11929
|
"location": {
|
|
11740
11930
|
"filePath": "snapping.main.runtime.ts",
|
|
11741
|
-
"line":
|
|
11931
|
+
"line": 1412,
|
|
11742
11932
|
"character": 5
|
|
11743
11933
|
},
|
|
11744
11934
|
"name": "ScopeMain"
|
|
@@ -11747,7 +11937,7 @@
|
|
|
11747
11937
|
"__schema": "TypeRefSchema",
|
|
11748
11938
|
"location": {
|
|
11749
11939
|
"filePath": "snapping.main.runtime.ts",
|
|
11750
|
-
"line":
|
|
11940
|
+
"line": 1413,
|
|
11751
11941
|
"character": 5
|
|
11752
11942
|
},
|
|
11753
11943
|
"name": "ExportMain"
|
|
@@ -11756,7 +11946,7 @@
|
|
|
11756
11946
|
"__schema": "TypeRefSchema",
|
|
11757
11947
|
"location": {
|
|
11758
11948
|
"filePath": "snapping.main.runtime.ts",
|
|
11759
|
-
"line":
|
|
11949
|
+
"line": 1414,
|
|
11760
11950
|
"character": 5
|
|
11761
11951
|
},
|
|
11762
11952
|
"name": "BuilderMain"
|
|
@@ -11765,7 +11955,7 @@
|
|
|
11765
11955
|
"__schema": "TypeRefSchema",
|
|
11766
11956
|
"location": {
|
|
11767
11957
|
"filePath": "snapping.main.runtime.ts",
|
|
11768
|
-
"line":
|
|
11958
|
+
"line": 1415,
|
|
11769
11959
|
"character": 5
|
|
11770
11960
|
},
|
|
11771
11961
|
"name": "ImporterMain"
|
|
@@ -11774,7 +11964,7 @@
|
|
|
11774
11964
|
"__schema": "TypeRefSchema",
|
|
11775
11965
|
"location": {
|
|
11776
11966
|
"filePath": "snapping.main.runtime.ts",
|
|
11777
|
-
"line":
|
|
11967
|
+
"line": 1416,
|
|
11778
11968
|
"character": 5
|
|
11779
11969
|
},
|
|
11780
11970
|
"name": "GlobalConfigMain"
|
|
@@ -11783,7 +11973,7 @@
|
|
|
11783
11973
|
"__schema": "TypeRefSchema",
|
|
11784
11974
|
"location": {
|
|
11785
11975
|
"filePath": "snapping.main.runtime.ts",
|
|
11786
|
-
"line":
|
|
11976
|
+
"line": 1417,
|
|
11787
11977
|
"character": 5
|
|
11788
11978
|
},
|
|
11789
11979
|
"name": "DependenciesMain"
|
|
@@ -11792,7 +11982,7 @@
|
|
|
11792
11982
|
"__schema": "TypeRefSchema",
|
|
11793
11983
|
"location": {
|
|
11794
11984
|
"filePath": "snapping.main.runtime.ts",
|
|
11795
|
-
"line":
|
|
11985
|
+
"line": 1418,
|
|
11796
11986
|
"character": 5
|
|
11797
11987
|
},
|
|
11798
11988
|
"name": "ApplicationMain"
|
|
@@ -11801,7 +11991,7 @@
|
|
|
11801
11991
|
"__schema": "TypeRefSchema",
|
|
11802
11992
|
"location": {
|
|
11803
11993
|
"filePath": "snapping.main.runtime.ts",
|
|
11804
|
-
"line":
|
|
11994
|
+
"line": 1419,
|
|
11805
11995
|
"character": 5
|
|
11806
11996
|
},
|
|
11807
11997
|
"name": "RemoveMain"
|
|
@@ -11816,7 +12006,7 @@
|
|
|
11816
12006
|
"__schema": "InferenceTypeSchema",
|
|
11817
12007
|
"location": {
|
|
11818
12008
|
"filePath": "snapping.main.runtime.ts",
|
|
11819
|
-
"line":
|
|
12009
|
+
"line": 1390,
|
|
11820
12010
|
"character": 3
|
|
11821
12011
|
},
|
|
11822
12012
|
"type": "Promise<SnappingMain>"
|
|
@@ -11834,7 +12024,7 @@
|
|
|
11834
12024
|
"__schema": "UnImplementedSchema",
|
|
11835
12025
|
"location": {
|
|
11836
12026
|
"filePath": "snapping.main.runtime.ts",
|
|
11837
|
-
"line":
|
|
12027
|
+
"line": 1449,
|
|
11838
12028
|
"character": 16
|
|
11839
12029
|
},
|
|
11840
12030
|
"name": "SnappingMain",
|
|
@@ -11846,7 +12036,7 @@
|
|
|
11846
12036
|
"__schema": "UnImplementedSchema",
|
|
11847
12037
|
"location": {
|
|
11848
12038
|
"filePath": "snapping.main.runtime.ts",
|
|
11849
|
-
"line":
|
|
12039
|
+
"line": 1447,
|
|
11850
12040
|
"character": 1
|
|
11851
12041
|
},
|
|
11852
12042
|
"name": "SnappingAspect.addRuntime(SnappingMain);",
|
|
@@ -14526,7 +14716,7 @@
|
|
|
14526
14716
|
"componentId": {
|
|
14527
14717
|
"scope": "teambit.scope",
|
|
14528
14718
|
"name": "objects",
|
|
14529
|
-
"version": "0.0.
|
|
14719
|
+
"version": "0.0.15"
|
|
14530
14720
|
}
|
|
14531
14721
|
},
|
|
14532
14722
|
"modifiers": []
|
|
@@ -15283,7 +15473,7 @@
|
|
|
15283
15473
|
"componentId": {
|
|
15284
15474
|
"scope": "teambit.scope",
|
|
15285
15475
|
"name": "objects",
|
|
15286
|
-
"version": "0.0.
|
|
15476
|
+
"version": "0.0.15"
|
|
15287
15477
|
}
|
|
15288
15478
|
},
|
|
15289
15479
|
"modifiers": []
|
|
@@ -16599,7 +16789,7 @@
|
|
|
16599
16789
|
"_legacy": {
|
|
16600
16790
|
"scope": "teambit.component",
|
|
16601
16791
|
"name": "snapping",
|
|
16602
|
-
"version": "1.0.
|
|
16792
|
+
"version": "1.0.508"
|
|
16603
16793
|
},
|
|
16604
16794
|
"_scope": "teambit.component"
|
|
16605
16795
|
}
|
|
@@ -16614,7 +16804,7 @@
|
|
|
16614
16804
|
"componentId": {
|
|
16615
16805
|
"scope": "teambit.component",
|
|
16616
16806
|
"name": "snapping",
|
|
16617
|
-
"version": "1.0.
|
|
16807
|
+
"version": "1.0.508"
|
|
16618
16808
|
},
|
|
16619
16809
|
"taggedModuleExports": []
|
|
16620
16810
|
}
|