@teambit/lanes 1.0.167 → 1.0.168
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 +15 -15
- package/artifacts/preview/teambit_lanes_lanes-preview.js +1 -1
- package/artifacts/schema.json +249 -63
- package/dist/lanes.graphql.js +16 -0
- package/dist/lanes.graphql.js.map +1 -1
- package/dist/lanes.main.runtime.d.ts +5 -0
- package/dist/lanes.main.runtime.js +21 -0
- package/dist/lanes.main.runtime.js.map +1 -1
- package/dist/preview-1708259356169.js +7 -0
- package/package.json +16 -16
- package/dist/preview-1707967207539.js +0 -7
package/artifacts/schema.json
CHANGED
@@ -3282,11 +3282,104 @@
|
|
3282
3282
|
"async"
|
3283
3283
|
]
|
3284
3284
|
},
|
3285
|
+
{
|
3286
|
+
"__schema": "FunctionLikeSchema",
|
3287
|
+
"location": {
|
3288
|
+
"filePath": "lanes.main.runtime.ts",
|
3289
|
+
"line": 1075,
|
3290
|
+
"character": 3
|
3291
|
+
},
|
3292
|
+
"doc": {
|
3293
|
+
"__schema": "DocSchema",
|
3294
|
+
"location": {
|
3295
|
+
"filePath": "lanes.main.runtime.ts",
|
3296
|
+
"line": 1071,
|
3297
|
+
"character": 3
|
3298
|
+
},
|
3299
|
+
"raw": "/**\n * default to remove all of them.\n * returns true if the lane has changed\n */",
|
3300
|
+
"comment": "default to remove all of them.\nreturns true if the lane has changed"
|
3301
|
+
},
|
3302
|
+
"signature": "(method) LanesMain.removeUpdateDependents(laneId: LaneId, ids?: ComponentID[]): Promise<Boolean>",
|
3303
|
+
"name": "removeUpdateDependents",
|
3304
|
+
"params": [
|
3305
|
+
{
|
3306
|
+
"__schema": "ParameterSchema",
|
3307
|
+
"location": {
|
3308
|
+
"filePath": "lanes.main.runtime.ts",
|
3309
|
+
"line": 1075,
|
3310
|
+
"character": 32
|
3311
|
+
},
|
3312
|
+
"name": "laneId",
|
3313
|
+
"type": {
|
3314
|
+
"__schema": "TypeRefSchema",
|
3315
|
+
"location": {
|
3316
|
+
"filePath": "lanes.main.runtime.ts",
|
3317
|
+
"line": 1075,
|
3318
|
+
"character": 40
|
3319
|
+
},
|
3320
|
+
"name": "LaneId"
|
3321
|
+
},
|
3322
|
+
"isOptional": false,
|
3323
|
+
"isSpread": false
|
3324
|
+
},
|
3325
|
+
{
|
3326
|
+
"__schema": "ParameterSchema",
|
3327
|
+
"location": {
|
3328
|
+
"filePath": "lanes.main.runtime.ts",
|
3329
|
+
"line": 1075,
|
3330
|
+
"character": 48
|
3331
|
+
},
|
3332
|
+
"name": "ids",
|
3333
|
+
"type": {
|
3334
|
+
"__schema": "TypeArraySchema",
|
3335
|
+
"location": {
|
3336
|
+
"filePath": "lanes.main.runtime.ts",
|
3337
|
+
"line": 1075,
|
3338
|
+
"character": 54
|
3339
|
+
},
|
3340
|
+
"type": {
|
3341
|
+
"__schema": "TypeRefSchema",
|
3342
|
+
"location": {
|
3343
|
+
"filePath": "lanes.main.runtime.ts",
|
3344
|
+
"line": 1075,
|
3345
|
+
"character": 54
|
3346
|
+
},
|
3347
|
+
"name": "ComponentID"
|
3348
|
+
}
|
3349
|
+
},
|
3350
|
+
"isOptional": true,
|
3351
|
+
"isSpread": false
|
3352
|
+
}
|
3353
|
+
],
|
3354
|
+
"returnType": {
|
3355
|
+
"__schema": "TypeRefSchema",
|
3356
|
+
"location": {
|
3357
|
+
"filePath": "lanes.main.runtime.ts",
|
3358
|
+
"line": 1075,
|
3359
|
+
"character": 70
|
3360
|
+
},
|
3361
|
+
"name": "Promise",
|
3362
|
+
"typeArgs": [
|
3363
|
+
{
|
3364
|
+
"__schema": "TypeRefSchema",
|
3365
|
+
"location": {
|
3366
|
+
"filePath": "lanes.main.runtime.ts",
|
3367
|
+
"line": 1075,
|
3368
|
+
"character": 78
|
3369
|
+
},
|
3370
|
+
"name": "Boolean"
|
3371
|
+
}
|
3372
|
+
]
|
3373
|
+
},
|
3374
|
+
"modifiers": [
|
3375
|
+
"async"
|
3376
|
+
]
|
3377
|
+
},
|
3285
3378
|
{
|
3286
3379
|
"__schema": "GetAccessorSchema",
|
3287
3380
|
"location": {
|
3288
3381
|
"filePath": "lanes.main.runtime.ts",
|
3289
|
-
"line":
|
3382
|
+
"line": 1110,
|
3290
3383
|
"character": 3
|
3291
3384
|
},
|
3292
3385
|
"signature": "(getter) LanesMain.createRoutePath: string",
|
@@ -3295,7 +3388,7 @@
|
|
3295
3388
|
"__schema": "InferenceTypeSchema",
|
3296
3389
|
"location": {
|
3297
3390
|
"filePath": "lanes.main.runtime.ts",
|
3298
|
-
"line":
|
3391
|
+
"line": 1110,
|
3299
3392
|
"character": 3
|
3300
3393
|
},
|
3301
3394
|
"type": "string"
|
@@ -3305,7 +3398,7 @@
|
|
3305
3398
|
"__schema": "GetAccessorSchema",
|
3306
3399
|
"location": {
|
3307
3400
|
"filePath": "lanes.main.runtime.ts",
|
3308
|
-
"line":
|
3401
|
+
"line": 1114,
|
3309
3402
|
"character": 3
|
3310
3403
|
},
|
3311
3404
|
"signature": "(getter) LanesMain.deleteRoutePath: string",
|
@@ -3314,7 +3407,7 @@
|
|
3314
3407
|
"__schema": "InferenceTypeSchema",
|
3315
3408
|
"location": {
|
3316
3409
|
"filePath": "lanes.main.runtime.ts",
|
3317
|
-
"line":
|
3410
|
+
"line": 1114,
|
3318
3411
|
"character": 3
|
3319
3412
|
},
|
3320
3413
|
"type": "string"
|
@@ -3324,7 +3417,7 @@
|
|
3324
3417
|
"__schema": "GetAccessorSchema",
|
3325
3418
|
"location": {
|
3326
3419
|
"filePath": "lanes.main.runtime.ts",
|
3327
|
-
"line":
|
3420
|
+
"line": 1118,
|
3328
3421
|
"character": 3
|
3329
3422
|
},
|
3330
3423
|
"signature": "(getter) LanesMain.restoreRoutePath: string",
|
@@ -3333,7 +3426,7 @@
|
|
3333
3426
|
"__schema": "InferenceTypeSchema",
|
3334
3427
|
"location": {
|
3335
3428
|
"filePath": "lanes.main.runtime.ts",
|
3336
|
-
"line":
|
3429
|
+
"line": 1118,
|
3337
3430
|
"character": 3
|
3338
3431
|
},
|
3339
3432
|
"type": "string"
|
@@ -3343,7 +3436,7 @@
|
|
3343
3436
|
"__schema": "VariableLikeSchema",
|
3344
3437
|
"location": {
|
3345
3438
|
"filePath": "lanes.main.runtime.ts",
|
3346
|
-
"line":
|
3439
|
+
"line": 1122,
|
3347
3440
|
"character": 3
|
3348
3441
|
},
|
3349
3442
|
"signature": "(property) LanesMain.slots: never[]",
|
@@ -3352,7 +3445,7 @@
|
|
3352
3445
|
"__schema": "InferenceTypeSchema",
|
3353
3446
|
"location": {
|
3354
3447
|
"filePath": "lanes.main.runtime.ts",
|
3355
|
-
"line":
|
3448
|
+
"line": 1122,
|
3356
3449
|
"character": 3
|
3357
3450
|
},
|
3358
3451
|
"type": "never[]"
|
@@ -3364,7 +3457,7 @@
|
|
3364
3457
|
"__schema": "VariableLikeSchema",
|
3365
3458
|
"location": {
|
3366
3459
|
"filePath": "lanes.main.runtime.ts",
|
3367
|
-
"line":
|
3460
|
+
"line": 1123,
|
3368
3461
|
"character": 3
|
3369
3462
|
},
|
3370
3463
|
"signature": "(property) LanesMain.dependencies: Aspect[]",
|
@@ -3373,7 +3466,7 @@
|
|
3373
3466
|
"__schema": "InferenceTypeSchema",
|
3374
3467
|
"location": {
|
3375
3468
|
"filePath": "lanes.main.runtime.ts",
|
3376
|
-
"line":
|
3469
|
+
"line": 1123,
|
3377
3470
|
"character": 3
|
3378
3471
|
},
|
3379
3472
|
"type": "Aspect[]"
|
@@ -3385,7 +3478,7 @@
|
|
3385
3478
|
"__schema": "VariableLikeSchema",
|
3386
3479
|
"location": {
|
3387
3480
|
"filePath": "lanes.main.runtime.ts",
|
3388
|
-
"line":
|
3481
|
+
"line": 1139,
|
3389
3482
|
"character": 3
|
3390
3483
|
},
|
3391
3484
|
"signature": "(property) LanesMain.runtime: RuntimeDefinition",
|
@@ -3394,7 +3487,7 @@
|
|
3394
3487
|
"__schema": "InferenceTypeSchema",
|
3395
3488
|
"location": {
|
3396
3489
|
"filePath": "lanes.main.runtime.ts",
|
3397
|
-
"line":
|
3490
|
+
"line": 1139,
|
3398
3491
|
"character": 3
|
3399
3492
|
},
|
3400
3493
|
"type": "RuntimeDefinition"
|
@@ -3406,7 +3499,7 @@
|
|
3406
3499
|
"__schema": "FunctionLikeSchema",
|
3407
3500
|
"location": {
|
3408
3501
|
"filePath": "lanes.main.runtime.ts",
|
3409
|
-
"line":
|
3502
|
+
"line": 1140,
|
3410
3503
|
"character": 3
|
3411
3504
|
},
|
3412
3505
|
"signature": "(method) LanesMain.provider([cli, scope, workspace, graphql, merging, component, loggerMain, importer, exporter, express, componentCompare, componentWriter, remove, checkout,]: [\n CLIMain,\n ScopeMain,\n Workspace,\n GraphqlMain,\n MergingMain,\n ComponentMain,\n LoggerMain,\n ImporterMain,\n ExportMain,\n ExpressMain,\n ComponentCompareMain,\n ComponentWriterMain,\n RemoveMain,\n CheckoutMain\n]): Promise<LanesMain>",
|
@@ -3416,7 +3509,7 @@
|
|
3416
3509
|
"__schema": "ParameterSchema",
|
3417
3510
|
"location": {
|
3418
3511
|
"filePath": "lanes.main.runtime.ts",
|
3419
|
-
"line":
|
3512
|
+
"line": 1140,
|
3420
3513
|
"character": 25
|
3421
3514
|
},
|
3422
3515
|
"name": "[ cli, scope, workspace, graphql, merging, component, loggerMain, importer, exporter, express, componentCompare, componentWriter, remove, checkout ]",
|
@@ -3424,7 +3517,7 @@
|
|
3424
3517
|
"__schema": "TupleTypeSchema",
|
3425
3518
|
"location": {
|
3426
3519
|
"filePath": "lanes.main.runtime.ts",
|
3427
|
-
"line":
|
3520
|
+
"line": 1155,
|
3428
3521
|
"character": 6
|
3429
3522
|
},
|
3430
3523
|
"elements": [
|
@@ -3432,7 +3525,7 @@
|
|
3432
3525
|
"__schema": "TypeRefSchema",
|
3433
3526
|
"location": {
|
3434
3527
|
"filePath": "lanes.main.runtime.ts",
|
3435
|
-
"line":
|
3528
|
+
"line": 1156,
|
3436
3529
|
"character": 5
|
3437
3530
|
},
|
3438
3531
|
"name": "CLIMain"
|
@@ -3441,7 +3534,7 @@
|
|
3441
3534
|
"__schema": "TypeRefSchema",
|
3442
3535
|
"location": {
|
3443
3536
|
"filePath": "lanes.main.runtime.ts",
|
3444
|
-
"line":
|
3537
|
+
"line": 1157,
|
3445
3538
|
"character": 5
|
3446
3539
|
},
|
3447
3540
|
"name": "ScopeMain"
|
@@ -3450,7 +3543,7 @@
|
|
3450
3543
|
"__schema": "TypeRefSchema",
|
3451
3544
|
"location": {
|
3452
3545
|
"filePath": "lanes.main.runtime.ts",
|
3453
|
-
"line":
|
3546
|
+
"line": 1158,
|
3454
3547
|
"character": 5
|
3455
3548
|
},
|
3456
3549
|
"name": "Workspace"
|
@@ -3459,7 +3552,7 @@
|
|
3459
3552
|
"__schema": "TypeRefSchema",
|
3460
3553
|
"location": {
|
3461
3554
|
"filePath": "lanes.main.runtime.ts",
|
3462
|
-
"line":
|
3555
|
+
"line": 1159,
|
3463
3556
|
"character": 5
|
3464
3557
|
},
|
3465
3558
|
"name": "GraphqlMain"
|
@@ -3468,7 +3561,7 @@
|
|
3468
3561
|
"__schema": "TypeRefSchema",
|
3469
3562
|
"location": {
|
3470
3563
|
"filePath": "lanes.main.runtime.ts",
|
3471
|
-
"line":
|
3564
|
+
"line": 1160,
|
3472
3565
|
"character": 5
|
3473
3566
|
},
|
3474
3567
|
"name": "MergingMain"
|
@@ -3477,7 +3570,7 @@
|
|
3477
3570
|
"__schema": "TypeRefSchema",
|
3478
3571
|
"location": {
|
3479
3572
|
"filePath": "lanes.main.runtime.ts",
|
3480
|
-
"line":
|
3573
|
+
"line": 1161,
|
3481
3574
|
"character": 5
|
3482
3575
|
},
|
3483
3576
|
"name": "ComponentMain"
|
@@ -3486,7 +3579,7 @@
|
|
3486
3579
|
"__schema": "TypeRefSchema",
|
3487
3580
|
"location": {
|
3488
3581
|
"filePath": "lanes.main.runtime.ts",
|
3489
|
-
"line":
|
3582
|
+
"line": 1162,
|
3490
3583
|
"character": 5
|
3491
3584
|
},
|
3492
3585
|
"name": "LoggerMain"
|
@@ -3495,7 +3588,7 @@
|
|
3495
3588
|
"__schema": "TypeRefSchema",
|
3496
3589
|
"location": {
|
3497
3590
|
"filePath": "lanes.main.runtime.ts",
|
3498
|
-
"line":
|
3591
|
+
"line": 1163,
|
3499
3592
|
"character": 5
|
3500
3593
|
},
|
3501
3594
|
"name": "ImporterMain"
|
@@ -3504,7 +3597,7 @@
|
|
3504
3597
|
"__schema": "TypeRefSchema",
|
3505
3598
|
"location": {
|
3506
3599
|
"filePath": "lanes.main.runtime.ts",
|
3507
|
-
"line":
|
3600
|
+
"line": 1164,
|
3508
3601
|
"character": 5
|
3509
3602
|
},
|
3510
3603
|
"name": "ExportMain"
|
@@ -3513,7 +3606,7 @@
|
|
3513
3606
|
"__schema": "TypeRefSchema",
|
3514
3607
|
"location": {
|
3515
3608
|
"filePath": "lanes.main.runtime.ts",
|
3516
|
-
"line":
|
3609
|
+
"line": 1165,
|
3517
3610
|
"character": 5
|
3518
3611
|
},
|
3519
3612
|
"name": "ExpressMain"
|
@@ -3522,7 +3615,7 @@
|
|
3522
3615
|
"__schema": "TypeRefSchema",
|
3523
3616
|
"location": {
|
3524
3617
|
"filePath": "lanes.main.runtime.ts",
|
3525
|
-
"line":
|
3618
|
+
"line": 1166,
|
3526
3619
|
"character": 5
|
3527
3620
|
},
|
3528
3621
|
"name": "ComponentCompareMain"
|
@@ -3531,7 +3624,7 @@
|
|
3531
3624
|
"__schema": "TypeRefSchema",
|
3532
3625
|
"location": {
|
3533
3626
|
"filePath": "lanes.main.runtime.ts",
|
3534
|
-
"line":
|
3627
|
+
"line": 1167,
|
3535
3628
|
"character": 5
|
3536
3629
|
},
|
3537
3630
|
"name": "ComponentWriterMain"
|
@@ -3540,7 +3633,7 @@
|
|
3540
3633
|
"__schema": "TypeRefSchema",
|
3541
3634
|
"location": {
|
3542
3635
|
"filePath": "lanes.main.runtime.ts",
|
3543
|
-
"line":
|
3636
|
+
"line": 1168,
|
3544
3637
|
"character": 5
|
3545
3638
|
},
|
3546
3639
|
"name": "RemoveMain"
|
@@ -3549,7 +3642,7 @@
|
|
3549
3642
|
"__schema": "TypeRefSchema",
|
3550
3643
|
"location": {
|
3551
3644
|
"filePath": "lanes.main.runtime.ts",
|
3552
|
-
"line":
|
3645
|
+
"line": 1169,
|
3553
3646
|
"character": 5
|
3554
3647
|
},
|
3555
3648
|
"name": "CheckoutMain"
|
@@ -3564,7 +3657,7 @@
|
|
3564
3657
|
"__schema": "InferenceTypeSchema",
|
3565
3658
|
"location": {
|
3566
3659
|
"filePath": "lanes.main.runtime.ts",
|
3567
|
-
"line":
|
3660
|
+
"line": 1140,
|
3568
3661
|
"character": 3
|
3569
3662
|
},
|
3570
3663
|
"type": "Promise<LanesMain>"
|
@@ -9116,11 +9209,104 @@
|
|
9116
9209
|
"async"
|
9117
9210
|
]
|
9118
9211
|
},
|
9212
|
+
{
|
9213
|
+
"__schema": "FunctionLikeSchema",
|
9214
|
+
"location": {
|
9215
|
+
"filePath": "lanes.main.runtime.ts",
|
9216
|
+
"line": 1075,
|
9217
|
+
"character": 3
|
9218
|
+
},
|
9219
|
+
"doc": {
|
9220
|
+
"__schema": "DocSchema",
|
9221
|
+
"location": {
|
9222
|
+
"filePath": "lanes.main.runtime.ts",
|
9223
|
+
"line": 1071,
|
9224
|
+
"character": 3
|
9225
|
+
},
|
9226
|
+
"raw": "/**\n * default to remove all of them.\n * returns true if the lane has changed\n */",
|
9227
|
+
"comment": "default to remove all of them.\nreturns true if the lane has changed"
|
9228
|
+
},
|
9229
|
+
"signature": "(method) LanesMain.removeUpdateDependents(laneId: LaneId, ids?: ComponentID[]): Promise<Boolean>",
|
9230
|
+
"name": "removeUpdateDependents",
|
9231
|
+
"params": [
|
9232
|
+
{
|
9233
|
+
"__schema": "ParameterSchema",
|
9234
|
+
"location": {
|
9235
|
+
"filePath": "lanes.main.runtime.ts",
|
9236
|
+
"line": 1075,
|
9237
|
+
"character": 32
|
9238
|
+
},
|
9239
|
+
"name": "laneId",
|
9240
|
+
"type": {
|
9241
|
+
"__schema": "TypeRefSchema",
|
9242
|
+
"location": {
|
9243
|
+
"filePath": "lanes.main.runtime.ts",
|
9244
|
+
"line": 1075,
|
9245
|
+
"character": 40
|
9246
|
+
},
|
9247
|
+
"name": "LaneId"
|
9248
|
+
},
|
9249
|
+
"isOptional": false,
|
9250
|
+
"isSpread": false
|
9251
|
+
},
|
9252
|
+
{
|
9253
|
+
"__schema": "ParameterSchema",
|
9254
|
+
"location": {
|
9255
|
+
"filePath": "lanes.main.runtime.ts",
|
9256
|
+
"line": 1075,
|
9257
|
+
"character": 48
|
9258
|
+
},
|
9259
|
+
"name": "ids",
|
9260
|
+
"type": {
|
9261
|
+
"__schema": "TypeArraySchema",
|
9262
|
+
"location": {
|
9263
|
+
"filePath": "lanes.main.runtime.ts",
|
9264
|
+
"line": 1075,
|
9265
|
+
"character": 54
|
9266
|
+
},
|
9267
|
+
"type": {
|
9268
|
+
"__schema": "TypeRefSchema",
|
9269
|
+
"location": {
|
9270
|
+
"filePath": "lanes.main.runtime.ts",
|
9271
|
+
"line": 1075,
|
9272
|
+
"character": 54
|
9273
|
+
},
|
9274
|
+
"name": "ComponentID"
|
9275
|
+
}
|
9276
|
+
},
|
9277
|
+
"isOptional": true,
|
9278
|
+
"isSpread": false
|
9279
|
+
}
|
9280
|
+
],
|
9281
|
+
"returnType": {
|
9282
|
+
"__schema": "TypeRefSchema",
|
9283
|
+
"location": {
|
9284
|
+
"filePath": "lanes.main.runtime.ts",
|
9285
|
+
"line": 1075,
|
9286
|
+
"character": 70
|
9287
|
+
},
|
9288
|
+
"name": "Promise",
|
9289
|
+
"typeArgs": [
|
9290
|
+
{
|
9291
|
+
"__schema": "TypeRefSchema",
|
9292
|
+
"location": {
|
9293
|
+
"filePath": "lanes.main.runtime.ts",
|
9294
|
+
"line": 1075,
|
9295
|
+
"character": 78
|
9296
|
+
},
|
9297
|
+
"name": "Boolean"
|
9298
|
+
}
|
9299
|
+
]
|
9300
|
+
},
|
9301
|
+
"modifiers": [
|
9302
|
+
"async"
|
9303
|
+
]
|
9304
|
+
},
|
9119
9305
|
{
|
9120
9306
|
"__schema": "GetAccessorSchema",
|
9121
9307
|
"location": {
|
9122
9308
|
"filePath": "lanes.main.runtime.ts",
|
9123
|
-
"line":
|
9309
|
+
"line": 1110,
|
9124
9310
|
"character": 3
|
9125
9311
|
},
|
9126
9312
|
"signature": "(getter) LanesMain.createRoutePath: string",
|
@@ -9129,7 +9315,7 @@
|
|
9129
9315
|
"__schema": "InferenceTypeSchema",
|
9130
9316
|
"location": {
|
9131
9317
|
"filePath": "lanes.main.runtime.ts",
|
9132
|
-
"line":
|
9318
|
+
"line": 1110,
|
9133
9319
|
"character": 3
|
9134
9320
|
},
|
9135
9321
|
"type": "string"
|
@@ -9139,7 +9325,7 @@
|
|
9139
9325
|
"__schema": "GetAccessorSchema",
|
9140
9326
|
"location": {
|
9141
9327
|
"filePath": "lanes.main.runtime.ts",
|
9142
|
-
"line":
|
9328
|
+
"line": 1114,
|
9143
9329
|
"character": 3
|
9144
9330
|
},
|
9145
9331
|
"signature": "(getter) LanesMain.deleteRoutePath: string",
|
@@ -9148,7 +9334,7 @@
|
|
9148
9334
|
"__schema": "InferenceTypeSchema",
|
9149
9335
|
"location": {
|
9150
9336
|
"filePath": "lanes.main.runtime.ts",
|
9151
|
-
"line":
|
9337
|
+
"line": 1114,
|
9152
9338
|
"character": 3
|
9153
9339
|
},
|
9154
9340
|
"type": "string"
|
@@ -9158,7 +9344,7 @@
|
|
9158
9344
|
"__schema": "GetAccessorSchema",
|
9159
9345
|
"location": {
|
9160
9346
|
"filePath": "lanes.main.runtime.ts",
|
9161
|
-
"line":
|
9347
|
+
"line": 1118,
|
9162
9348
|
"character": 3
|
9163
9349
|
},
|
9164
9350
|
"signature": "(getter) LanesMain.restoreRoutePath: string",
|
@@ -9167,7 +9353,7 @@
|
|
9167
9353
|
"__schema": "InferenceTypeSchema",
|
9168
9354
|
"location": {
|
9169
9355
|
"filePath": "lanes.main.runtime.ts",
|
9170
|
-
"line":
|
9356
|
+
"line": 1118,
|
9171
9357
|
"character": 3
|
9172
9358
|
},
|
9173
9359
|
"type": "string"
|
@@ -9177,7 +9363,7 @@
|
|
9177
9363
|
"__schema": "VariableLikeSchema",
|
9178
9364
|
"location": {
|
9179
9365
|
"filePath": "lanes.main.runtime.ts",
|
9180
|
-
"line":
|
9366
|
+
"line": 1122,
|
9181
9367
|
"character": 3
|
9182
9368
|
},
|
9183
9369
|
"signature": "(property) LanesMain.slots: never[]",
|
@@ -9186,7 +9372,7 @@
|
|
9186
9372
|
"__schema": "InferenceTypeSchema",
|
9187
9373
|
"location": {
|
9188
9374
|
"filePath": "lanes.main.runtime.ts",
|
9189
|
-
"line":
|
9375
|
+
"line": 1122,
|
9190
9376
|
"character": 3
|
9191
9377
|
},
|
9192
9378
|
"type": "never[]"
|
@@ -9198,7 +9384,7 @@
|
|
9198
9384
|
"__schema": "VariableLikeSchema",
|
9199
9385
|
"location": {
|
9200
9386
|
"filePath": "lanes.main.runtime.ts",
|
9201
|
-
"line":
|
9387
|
+
"line": 1123,
|
9202
9388
|
"character": 3
|
9203
9389
|
},
|
9204
9390
|
"signature": "(property) LanesMain.dependencies: Aspect[]",
|
@@ -9207,7 +9393,7 @@
|
|
9207
9393
|
"__schema": "InferenceTypeSchema",
|
9208
9394
|
"location": {
|
9209
9395
|
"filePath": "lanes.main.runtime.ts",
|
9210
|
-
"line":
|
9396
|
+
"line": 1123,
|
9211
9397
|
"character": 3
|
9212
9398
|
},
|
9213
9399
|
"type": "Aspect[]"
|
@@ -9219,7 +9405,7 @@
|
|
9219
9405
|
"__schema": "VariableLikeSchema",
|
9220
9406
|
"location": {
|
9221
9407
|
"filePath": "lanes.main.runtime.ts",
|
9222
|
-
"line":
|
9408
|
+
"line": 1139,
|
9223
9409
|
"character": 3
|
9224
9410
|
},
|
9225
9411
|
"signature": "(property) LanesMain.runtime: RuntimeDefinition",
|
@@ -9228,7 +9414,7 @@
|
|
9228
9414
|
"__schema": "InferenceTypeSchema",
|
9229
9415
|
"location": {
|
9230
9416
|
"filePath": "lanes.main.runtime.ts",
|
9231
|
-
"line":
|
9417
|
+
"line": 1139,
|
9232
9418
|
"character": 3
|
9233
9419
|
},
|
9234
9420
|
"type": "RuntimeDefinition"
|
@@ -9240,7 +9426,7 @@
|
|
9240
9426
|
"__schema": "FunctionLikeSchema",
|
9241
9427
|
"location": {
|
9242
9428
|
"filePath": "lanes.main.runtime.ts",
|
9243
|
-
"line":
|
9429
|
+
"line": 1140,
|
9244
9430
|
"character": 3
|
9245
9431
|
},
|
9246
9432
|
"signature": "(method) LanesMain.provider([cli, scope, workspace, graphql, merging, component, loggerMain, importer, exporter, express, componentCompare, componentWriter, remove, checkout,]: [\n CLIMain,\n ScopeMain,\n Workspace,\n GraphqlMain,\n MergingMain,\n ComponentMain,\n LoggerMain,\n ImporterMain,\n ExportMain,\n ExpressMain,\n ComponentCompareMain,\n ComponentWriterMain,\n RemoveMain,\n CheckoutMain\n]): Promise<LanesMain>",
|
@@ -9250,7 +9436,7 @@
|
|
9250
9436
|
"__schema": "ParameterSchema",
|
9251
9437
|
"location": {
|
9252
9438
|
"filePath": "lanes.main.runtime.ts",
|
9253
|
-
"line":
|
9439
|
+
"line": 1140,
|
9254
9440
|
"character": 25
|
9255
9441
|
},
|
9256
9442
|
"name": "[ cli, scope, workspace, graphql, merging, component, loggerMain, importer, exporter, express, componentCompare, componentWriter, remove, checkout ]",
|
@@ -9258,7 +9444,7 @@
|
|
9258
9444
|
"__schema": "TupleTypeSchema",
|
9259
9445
|
"location": {
|
9260
9446
|
"filePath": "lanes.main.runtime.ts",
|
9261
|
-
"line":
|
9447
|
+
"line": 1155,
|
9262
9448
|
"character": 6
|
9263
9449
|
},
|
9264
9450
|
"elements": [
|
@@ -9266,7 +9452,7 @@
|
|
9266
9452
|
"__schema": "TypeRefSchema",
|
9267
9453
|
"location": {
|
9268
9454
|
"filePath": "lanes.main.runtime.ts",
|
9269
|
-
"line":
|
9455
|
+
"line": 1156,
|
9270
9456
|
"character": 5
|
9271
9457
|
},
|
9272
9458
|
"name": "CLIMain"
|
@@ -9275,7 +9461,7 @@
|
|
9275
9461
|
"__schema": "TypeRefSchema",
|
9276
9462
|
"location": {
|
9277
9463
|
"filePath": "lanes.main.runtime.ts",
|
9278
|
-
"line":
|
9464
|
+
"line": 1157,
|
9279
9465
|
"character": 5
|
9280
9466
|
},
|
9281
9467
|
"name": "ScopeMain"
|
@@ -9284,7 +9470,7 @@
|
|
9284
9470
|
"__schema": "TypeRefSchema",
|
9285
9471
|
"location": {
|
9286
9472
|
"filePath": "lanes.main.runtime.ts",
|
9287
|
-
"line":
|
9473
|
+
"line": 1158,
|
9288
9474
|
"character": 5
|
9289
9475
|
},
|
9290
9476
|
"name": "Workspace"
|
@@ -9293,7 +9479,7 @@
|
|
9293
9479
|
"__schema": "TypeRefSchema",
|
9294
9480
|
"location": {
|
9295
9481
|
"filePath": "lanes.main.runtime.ts",
|
9296
|
-
"line":
|
9482
|
+
"line": 1159,
|
9297
9483
|
"character": 5
|
9298
9484
|
},
|
9299
9485
|
"name": "GraphqlMain"
|
@@ -9302,7 +9488,7 @@
|
|
9302
9488
|
"__schema": "TypeRefSchema",
|
9303
9489
|
"location": {
|
9304
9490
|
"filePath": "lanes.main.runtime.ts",
|
9305
|
-
"line":
|
9491
|
+
"line": 1160,
|
9306
9492
|
"character": 5
|
9307
9493
|
},
|
9308
9494
|
"name": "MergingMain"
|
@@ -9311,7 +9497,7 @@
|
|
9311
9497
|
"__schema": "TypeRefSchema",
|
9312
9498
|
"location": {
|
9313
9499
|
"filePath": "lanes.main.runtime.ts",
|
9314
|
-
"line":
|
9500
|
+
"line": 1161,
|
9315
9501
|
"character": 5
|
9316
9502
|
},
|
9317
9503
|
"name": "ComponentMain"
|
@@ -9320,7 +9506,7 @@
|
|
9320
9506
|
"__schema": "TypeRefSchema",
|
9321
9507
|
"location": {
|
9322
9508
|
"filePath": "lanes.main.runtime.ts",
|
9323
|
-
"line":
|
9509
|
+
"line": 1162,
|
9324
9510
|
"character": 5
|
9325
9511
|
},
|
9326
9512
|
"name": "LoggerMain"
|
@@ -9329,7 +9515,7 @@
|
|
9329
9515
|
"__schema": "TypeRefSchema",
|
9330
9516
|
"location": {
|
9331
9517
|
"filePath": "lanes.main.runtime.ts",
|
9332
|
-
"line":
|
9518
|
+
"line": 1163,
|
9333
9519
|
"character": 5
|
9334
9520
|
},
|
9335
9521
|
"name": "ImporterMain"
|
@@ -9338,7 +9524,7 @@
|
|
9338
9524
|
"__schema": "TypeRefSchema",
|
9339
9525
|
"location": {
|
9340
9526
|
"filePath": "lanes.main.runtime.ts",
|
9341
|
-
"line":
|
9527
|
+
"line": 1164,
|
9342
9528
|
"character": 5
|
9343
9529
|
},
|
9344
9530
|
"name": "ExportMain"
|
@@ -9347,7 +9533,7 @@
|
|
9347
9533
|
"__schema": "TypeRefSchema",
|
9348
9534
|
"location": {
|
9349
9535
|
"filePath": "lanes.main.runtime.ts",
|
9350
|
-
"line":
|
9536
|
+
"line": 1165,
|
9351
9537
|
"character": 5
|
9352
9538
|
},
|
9353
9539
|
"name": "ExpressMain"
|
@@ -9356,7 +9542,7 @@
|
|
9356
9542
|
"__schema": "TypeRefSchema",
|
9357
9543
|
"location": {
|
9358
9544
|
"filePath": "lanes.main.runtime.ts",
|
9359
|
-
"line":
|
9545
|
+
"line": 1166,
|
9360
9546
|
"character": 5
|
9361
9547
|
},
|
9362
9548
|
"name": "ComponentCompareMain"
|
@@ -9365,7 +9551,7 @@
|
|
9365
9551
|
"__schema": "TypeRefSchema",
|
9366
9552
|
"location": {
|
9367
9553
|
"filePath": "lanes.main.runtime.ts",
|
9368
|
-
"line":
|
9554
|
+
"line": 1167,
|
9369
9555
|
"character": 5
|
9370
9556
|
},
|
9371
9557
|
"name": "ComponentWriterMain"
|
@@ -9374,7 +9560,7 @@
|
|
9374
9560
|
"__schema": "TypeRefSchema",
|
9375
9561
|
"location": {
|
9376
9562
|
"filePath": "lanes.main.runtime.ts",
|
9377
|
-
"line":
|
9563
|
+
"line": 1168,
|
9378
9564
|
"character": 5
|
9379
9565
|
},
|
9380
9566
|
"name": "RemoveMain"
|
@@ -9383,7 +9569,7 @@
|
|
9383
9569
|
"__schema": "TypeRefSchema",
|
9384
9570
|
"location": {
|
9385
9571
|
"filePath": "lanes.main.runtime.ts",
|
9386
|
-
"line":
|
9572
|
+
"line": 1169,
|
9387
9573
|
"character": 5
|
9388
9574
|
},
|
9389
9575
|
"name": "CheckoutMain"
|
@@ -9398,7 +9584,7 @@
|
|
9398
9584
|
"__schema": "InferenceTypeSchema",
|
9399
9585
|
"location": {
|
9400
9586
|
"filePath": "lanes.main.runtime.ts",
|
9401
|
-
"line":
|
9587
|
+
"line": 1140,
|
9402
9588
|
"character": 3
|
9403
9589
|
},
|
9404
9590
|
"type": "Promise<LanesMain>"
|
@@ -9416,7 +9602,7 @@
|
|
9416
9602
|
"__schema": "UnImplementedSchema",
|
9417
9603
|
"location": {
|
9418
9604
|
"filePath": "lanes.main.runtime.ts",
|
9419
|
-
"line":
|
9605
|
+
"line": 1223,
|
9420
9606
|
"character": 16
|
9421
9607
|
},
|
9422
9608
|
"name": "LanesMain",
|
@@ -9428,7 +9614,7 @@
|
|
9428
9614
|
"__schema": "UnImplementedSchema",
|
9429
9615
|
"location": {
|
9430
9616
|
"filePath": "lanes.main.runtime.ts",
|
9431
|
-
"line":
|
9617
|
+
"line": 1221,
|
9432
9618
|
"character": 1
|
9433
9619
|
},
|
9434
9620
|
"name": "LanesAspect.addRuntime(LanesMain);",
|
@@ -10940,7 +11126,7 @@
|
|
10940
11126
|
"componentId": {
|
10941
11127
|
"scope": "teambit.lanes",
|
10942
11128
|
"name": "lanes",
|
10943
|
-
"version": "1.0.
|
11129
|
+
"version": "1.0.168"
|
10944
11130
|
},
|
10945
11131
|
"taggedModuleExports": []
|
10946
11132
|
}
|