@teambit/snapping 1.0.346 → 1.0.348
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 -4
- package/artifacts/schema.json +154 -154
- package/dist/snapping.main.runtime.d.ts +1 -0
- package/dist/snapping.main.runtime.js +30 -10
- package/dist/snapping.main.runtime.js.map +1 -1
- package/dist/snapping.spec.js +75 -0
- package/dist/snapping.spec.js.map +1 -1
- package/dist/tag-model-component.js +3 -1
- package/dist/tag-model-component.js.map +1 -1
- package/package.json +24 -24
- /package/dist/{preview-1721618348248.js → preview-1721791303259.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"__schema": "TypeSchema",
|
|
26
26
|
"location": {
|
|
27
27
|
"filePath": "tag-model-component.ts",
|
|
28
|
-
"line":
|
|
28
|
+
"line": 532,
|
|
29
29
|
"character": 1
|
|
30
30
|
},
|
|
31
31
|
"signature": "type BitCloudUser = {\n username?: string | undefined;\n name?: string | undefined;\n displayName?: string | undefined;\n profileImage?: string | undefined;\n}",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"__schema": "TypeLiteralSchema",
|
|
35
35
|
"location": {
|
|
36
36
|
"filePath": "tag-model-component.ts",
|
|
37
|
-
"line":
|
|
37
|
+
"line": 532,
|
|
38
38
|
"character": 28
|
|
39
39
|
},
|
|
40
40
|
"members": [
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"__schema": "VariableLikeSchema",
|
|
43
43
|
"location": {
|
|
44
44
|
"filePath": "tag-model-component.ts",
|
|
45
|
-
"line":
|
|
45
|
+
"line": 533,
|
|
46
46
|
"character": 3
|
|
47
47
|
},
|
|
48
48
|
"signature": "(property) username?: string | undefined",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"__schema": "KeywordTypeSchema",
|
|
52
52
|
"location": {
|
|
53
53
|
"filePath": "tag-model-component.ts",
|
|
54
|
-
"line":
|
|
54
|
+
"line": 533,
|
|
55
55
|
"character": 14
|
|
56
56
|
},
|
|
57
57
|
"name": "string"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"__schema": "VariableLikeSchema",
|
|
63
63
|
"location": {
|
|
64
64
|
"filePath": "tag-model-component.ts",
|
|
65
|
-
"line":
|
|
65
|
+
"line": 534,
|
|
66
66
|
"character": 3
|
|
67
67
|
},
|
|
68
68
|
"signature": "(property) name?: string | undefined",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"__schema": "KeywordTypeSchema",
|
|
72
72
|
"location": {
|
|
73
73
|
"filePath": "tag-model-component.ts",
|
|
74
|
-
"line":
|
|
74
|
+
"line": 534,
|
|
75
75
|
"character": 10
|
|
76
76
|
},
|
|
77
77
|
"name": "string"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"__schema": "VariableLikeSchema",
|
|
83
83
|
"location": {
|
|
84
84
|
"filePath": "tag-model-component.ts",
|
|
85
|
-
"line":
|
|
85
|
+
"line": 535,
|
|
86
86
|
"character": 3
|
|
87
87
|
},
|
|
88
88
|
"signature": "(property) displayName?: string | undefined",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"__schema": "KeywordTypeSchema",
|
|
92
92
|
"location": {
|
|
93
93
|
"filePath": "tag-model-component.ts",
|
|
94
|
-
"line":
|
|
94
|
+
"line": 535,
|
|
95
95
|
"character": 17
|
|
96
96
|
},
|
|
97
97
|
"name": "string"
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"__schema": "VariableLikeSchema",
|
|
103
103
|
"location": {
|
|
104
104
|
"filePath": "tag-model-component.ts",
|
|
105
|
-
"line":
|
|
105
|
+
"line": 536,
|
|
106
106
|
"character": 3
|
|
107
107
|
},
|
|
108
108
|
"signature": "(property) profileImage?: string | undefined",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"__schema": "KeywordTypeSchema",
|
|
112
112
|
"location": {
|
|
113
113
|
"filePath": "tag-model-component.ts",
|
|
114
|
-
"line":
|
|
114
|
+
"line": 536,
|
|
115
115
|
"character": 18
|
|
116
116
|
},
|
|
117
117
|
"name": "string"
|
|
@@ -3404,7 +3404,7 @@
|
|
|
3404
3404
|
"__schema": "VariableLikeSchema",
|
|
3405
3405
|
"location": {
|
|
3406
3406
|
"filePath": "snapping.main.runtime.ts",
|
|
3407
|
-
"line":
|
|
3407
|
+
"line": 1266,
|
|
3408
3408
|
"character": 3
|
|
3409
3409
|
},
|
|
3410
3410
|
"signature": "(property) SnappingMain.slots: never[]",
|
|
@@ -3413,7 +3413,7 @@
|
|
|
3413
3413
|
"__schema": "InferenceTypeSchema",
|
|
3414
3414
|
"location": {
|
|
3415
3415
|
"filePath": "snapping.main.runtime.ts",
|
|
3416
|
-
"line":
|
|
3416
|
+
"line": 1266,
|
|
3417
3417
|
"character": 3
|
|
3418
3418
|
},
|
|
3419
3419
|
"type": "never[]"
|
|
@@ -3425,7 +3425,7 @@
|
|
|
3425
3425
|
"__schema": "VariableLikeSchema",
|
|
3426
3426
|
"location": {
|
|
3427
3427
|
"filePath": "snapping.main.runtime.ts",
|
|
3428
|
-
"line":
|
|
3428
|
+
"line": 1267,
|
|
3429
3429
|
"character": 3
|
|
3430
3430
|
},
|
|
3431
3431
|
"signature": "(property) SnappingMain.dependencies: Aspect[]",
|
|
@@ -3434,7 +3434,7 @@
|
|
|
3434
3434
|
"__schema": "InferenceTypeSchema",
|
|
3435
3435
|
"location": {
|
|
3436
3436
|
"filePath": "snapping.main.runtime.ts",
|
|
3437
|
-
"line":
|
|
3437
|
+
"line": 1267,
|
|
3438
3438
|
"character": 3
|
|
3439
3439
|
},
|
|
3440
3440
|
"type": "Aspect[]"
|
|
@@ -3446,7 +3446,7 @@
|
|
|
3446
3446
|
"__schema": "VariableLikeSchema",
|
|
3447
3447
|
"location": {
|
|
3448
3448
|
"filePath": "snapping.main.runtime.ts",
|
|
3449
|
-
"line":
|
|
3449
|
+
"line": 1282,
|
|
3450
3450
|
"character": 3
|
|
3451
3451
|
},
|
|
3452
3452
|
"signature": "(property) SnappingMain.runtime: RuntimeDefinition",
|
|
@@ -3455,7 +3455,7 @@
|
|
|
3455
3455
|
"__schema": "InferenceTypeSchema",
|
|
3456
3456
|
"location": {
|
|
3457
3457
|
"filePath": "snapping.main.runtime.ts",
|
|
3458
|
-
"line":
|
|
3458
|
+
"line": 1282,
|
|
3459
3459
|
"character": 3
|
|
3460
3460
|
},
|
|
3461
3461
|
"type": "RuntimeDefinition"
|
|
@@ -3467,7 +3467,7 @@
|
|
|
3467
3467
|
"__schema": "FunctionLikeSchema",
|
|
3468
3468
|
"location": {
|
|
3469
3469
|
"filePath": "snapping.main.runtime.ts",
|
|
3470
|
-
"line":
|
|
3470
|
+
"line": 1283,
|
|
3471
3471
|
"character": 3
|
|
3472
3472
|
},
|
|
3473
3473
|
"signature": "(method) SnappingMain.provider([workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application,]: [\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]): Promise<SnappingMain>",
|
|
@@ -3477,7 +3477,7 @@
|
|
|
3477
3477
|
"__schema": "ParameterSchema",
|
|
3478
3478
|
"location": {
|
|
3479
3479
|
"filePath": "snapping.main.runtime.ts",
|
|
3480
|
-
"line":
|
|
3480
|
+
"line": 1283,
|
|
3481
3481
|
"character": 25
|
|
3482
3482
|
},
|
|
3483
3483
|
"name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application ]",
|
|
@@ -3485,7 +3485,7 @@
|
|
|
3485
3485
|
"__schema": "TupleTypeSchema",
|
|
3486
3486
|
"location": {
|
|
3487
3487
|
"filePath": "snapping.main.runtime.ts",
|
|
3488
|
-
"line":
|
|
3488
|
+
"line": 1297,
|
|
3489
3489
|
"character": 6
|
|
3490
3490
|
},
|
|
3491
3491
|
"elements": [
|
|
@@ -3493,7 +3493,7 @@
|
|
|
3493
3493
|
"__schema": "TypeRefSchema",
|
|
3494
3494
|
"location": {
|
|
3495
3495
|
"filePath": "snapping.main.runtime.ts",
|
|
3496
|
-
"line":
|
|
3496
|
+
"line": 1298,
|
|
3497
3497
|
"character": 5
|
|
3498
3498
|
},
|
|
3499
3499
|
"name": "Workspace"
|
|
@@ -3502,7 +3502,7 @@
|
|
|
3502
3502
|
"__schema": "TypeRefSchema",
|
|
3503
3503
|
"location": {
|
|
3504
3504
|
"filePath": "snapping.main.runtime.ts",
|
|
3505
|
-
"line":
|
|
3505
|
+
"line": 1299,
|
|
3506
3506
|
"character": 5
|
|
3507
3507
|
},
|
|
3508
3508
|
"name": "CLIMain"
|
|
@@ -3511,7 +3511,7 @@
|
|
|
3511
3511
|
"__schema": "TypeRefSchema",
|
|
3512
3512
|
"location": {
|
|
3513
3513
|
"filePath": "snapping.main.runtime.ts",
|
|
3514
|
-
"line":
|
|
3514
|
+
"line": 1300,
|
|
3515
3515
|
"character": 5
|
|
3516
3516
|
},
|
|
3517
3517
|
"name": "LoggerMain"
|
|
@@ -3520,7 +3520,7 @@
|
|
|
3520
3520
|
"__schema": "TypeRefSchema",
|
|
3521
3521
|
"location": {
|
|
3522
3522
|
"filePath": "snapping.main.runtime.ts",
|
|
3523
|
-
"line":
|
|
3523
|
+
"line": 1301,
|
|
3524
3524
|
"character": 5
|
|
3525
3525
|
},
|
|
3526
3526
|
"name": "IssuesMain"
|
|
@@ -3529,7 +3529,7 @@
|
|
|
3529
3529
|
"__schema": "TypeRefSchema",
|
|
3530
3530
|
"location": {
|
|
3531
3531
|
"filePath": "snapping.main.runtime.ts",
|
|
3532
|
-
"line":
|
|
3532
|
+
"line": 1302,
|
|
3533
3533
|
"character": 5
|
|
3534
3534
|
},
|
|
3535
3535
|
"name": "InsightsMain"
|
|
@@ -3538,7 +3538,7 @@
|
|
|
3538
3538
|
"__schema": "TypeRefSchema",
|
|
3539
3539
|
"location": {
|
|
3540
3540
|
"filePath": "snapping.main.runtime.ts",
|
|
3541
|
-
"line":
|
|
3541
|
+
"line": 1303,
|
|
3542
3542
|
"character": 5
|
|
3543
3543
|
},
|
|
3544
3544
|
"name": "DependencyResolverMain"
|
|
@@ -3547,7 +3547,7 @@
|
|
|
3547
3547
|
"__schema": "TypeRefSchema",
|
|
3548
3548
|
"location": {
|
|
3549
3549
|
"filePath": "snapping.main.runtime.ts",
|
|
3550
|
-
"line":
|
|
3550
|
+
"line": 1304,
|
|
3551
3551
|
"character": 5
|
|
3552
3552
|
},
|
|
3553
3553
|
"name": "ScopeMain"
|
|
@@ -3556,7 +3556,7 @@
|
|
|
3556
3556
|
"__schema": "TypeRefSchema",
|
|
3557
3557
|
"location": {
|
|
3558
3558
|
"filePath": "snapping.main.runtime.ts",
|
|
3559
|
-
"line":
|
|
3559
|
+
"line": 1305,
|
|
3560
3560
|
"character": 5
|
|
3561
3561
|
},
|
|
3562
3562
|
"name": "ExportMain"
|
|
@@ -3565,7 +3565,7 @@
|
|
|
3565
3565
|
"__schema": "TypeRefSchema",
|
|
3566
3566
|
"location": {
|
|
3567
3567
|
"filePath": "snapping.main.runtime.ts",
|
|
3568
|
-
"line":
|
|
3568
|
+
"line": 1306,
|
|
3569
3569
|
"character": 5
|
|
3570
3570
|
},
|
|
3571
3571
|
"name": "BuilderMain"
|
|
@@ -3574,7 +3574,7 @@
|
|
|
3574
3574
|
"__schema": "TypeRefSchema",
|
|
3575
3575
|
"location": {
|
|
3576
3576
|
"filePath": "snapping.main.runtime.ts",
|
|
3577
|
-
"line":
|
|
3577
|
+
"line": 1307,
|
|
3578
3578
|
"character": 5
|
|
3579
3579
|
},
|
|
3580
3580
|
"name": "ImporterMain"
|
|
@@ -3583,7 +3583,7 @@
|
|
|
3583
3583
|
"__schema": "TypeRefSchema",
|
|
3584
3584
|
"location": {
|
|
3585
3585
|
"filePath": "snapping.main.runtime.ts",
|
|
3586
|
-
"line":
|
|
3586
|
+
"line": 1308,
|
|
3587
3587
|
"character": 5
|
|
3588
3588
|
},
|
|
3589
3589
|
"name": "GlobalConfigMain"
|
|
@@ -3592,7 +3592,7 @@
|
|
|
3592
3592
|
"__schema": "TypeRefSchema",
|
|
3593
3593
|
"location": {
|
|
3594
3594
|
"filePath": "snapping.main.runtime.ts",
|
|
3595
|
-
"line":
|
|
3595
|
+
"line": 1309,
|
|
3596
3596
|
"character": 5
|
|
3597
3597
|
},
|
|
3598
3598
|
"name": "DependenciesMain"
|
|
@@ -3601,7 +3601,7 @@
|
|
|
3601
3601
|
"__schema": "TypeRefSchema",
|
|
3602
3602
|
"location": {
|
|
3603
3603
|
"filePath": "snapping.main.runtime.ts",
|
|
3604
|
-
"line":
|
|
3604
|
+
"line": 1310,
|
|
3605
3605
|
"character": 5
|
|
3606
3606
|
},
|
|
3607
3607
|
"name": "ApplicationMain"
|
|
@@ -3616,7 +3616,7 @@
|
|
|
3616
3616
|
"__schema": "InferenceTypeSchema",
|
|
3617
3617
|
"location": {
|
|
3618
3618
|
"filePath": "snapping.main.runtime.ts",
|
|
3619
|
-
"line":
|
|
3619
|
+
"line": 1283,
|
|
3620
3620
|
"character": 3
|
|
3621
3621
|
},
|
|
3622
3622
|
"type": "Promise<SnappingMain>"
|
|
@@ -8370,7 +8370,7 @@
|
|
|
8370
8370
|
"__schema": "VariableLikeSchema",
|
|
8371
8371
|
"location": {
|
|
8372
8372
|
"filePath": "snapping.main.runtime.ts",
|
|
8373
|
-
"line":
|
|
8373
|
+
"line": 1266,
|
|
8374
8374
|
"character": 3
|
|
8375
8375
|
},
|
|
8376
8376
|
"signature": "(property) SnappingMain.slots: never[]",
|
|
@@ -8379,7 +8379,7 @@
|
|
|
8379
8379
|
"__schema": "InferenceTypeSchema",
|
|
8380
8380
|
"location": {
|
|
8381
8381
|
"filePath": "snapping.main.runtime.ts",
|
|
8382
|
-
"line":
|
|
8382
|
+
"line": 1266,
|
|
8383
8383
|
"character": 3
|
|
8384
8384
|
},
|
|
8385
8385
|
"type": "never[]"
|
|
@@ -8391,7 +8391,7 @@
|
|
|
8391
8391
|
"__schema": "VariableLikeSchema",
|
|
8392
8392
|
"location": {
|
|
8393
8393
|
"filePath": "snapping.main.runtime.ts",
|
|
8394
|
-
"line":
|
|
8394
|
+
"line": 1267,
|
|
8395
8395
|
"character": 3
|
|
8396
8396
|
},
|
|
8397
8397
|
"signature": "(property) SnappingMain.dependencies: Aspect[]",
|
|
@@ -8400,7 +8400,7 @@
|
|
|
8400
8400
|
"__schema": "InferenceTypeSchema",
|
|
8401
8401
|
"location": {
|
|
8402
8402
|
"filePath": "snapping.main.runtime.ts",
|
|
8403
|
-
"line":
|
|
8403
|
+
"line": 1267,
|
|
8404
8404
|
"character": 3
|
|
8405
8405
|
},
|
|
8406
8406
|
"type": "Aspect[]"
|
|
@@ -8412,7 +8412,7 @@
|
|
|
8412
8412
|
"__schema": "VariableLikeSchema",
|
|
8413
8413
|
"location": {
|
|
8414
8414
|
"filePath": "snapping.main.runtime.ts",
|
|
8415
|
-
"line":
|
|
8415
|
+
"line": 1282,
|
|
8416
8416
|
"character": 3
|
|
8417
8417
|
},
|
|
8418
8418
|
"signature": "(property) SnappingMain.runtime: RuntimeDefinition",
|
|
@@ -8421,7 +8421,7 @@
|
|
|
8421
8421
|
"__schema": "InferenceTypeSchema",
|
|
8422
8422
|
"location": {
|
|
8423
8423
|
"filePath": "snapping.main.runtime.ts",
|
|
8424
|
-
"line":
|
|
8424
|
+
"line": 1282,
|
|
8425
8425
|
"character": 3
|
|
8426
8426
|
},
|
|
8427
8427
|
"type": "RuntimeDefinition"
|
|
@@ -8433,7 +8433,7 @@
|
|
|
8433
8433
|
"__schema": "FunctionLikeSchema",
|
|
8434
8434
|
"location": {
|
|
8435
8435
|
"filePath": "snapping.main.runtime.ts",
|
|
8436
|
-
"line":
|
|
8436
|
+
"line": 1283,
|
|
8437
8437
|
"character": 3
|
|
8438
8438
|
},
|
|
8439
8439
|
"signature": "(method) SnappingMain.provider([workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application,]: [\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]): Promise<SnappingMain>",
|
|
@@ -8443,7 +8443,7 @@
|
|
|
8443
8443
|
"__schema": "ParameterSchema",
|
|
8444
8444
|
"location": {
|
|
8445
8445
|
"filePath": "snapping.main.runtime.ts",
|
|
8446
|
-
"line":
|
|
8446
|
+
"line": 1283,
|
|
8447
8447
|
"character": 25
|
|
8448
8448
|
},
|
|
8449
8449
|
"name": "[ workspace, cli, loggerMain, issues, insights, dependencyResolver, scope, exporter, builder, importer, globalConfig, deps, application ]",
|
|
@@ -8451,7 +8451,7 @@
|
|
|
8451
8451
|
"__schema": "TupleTypeSchema",
|
|
8452
8452
|
"location": {
|
|
8453
8453
|
"filePath": "snapping.main.runtime.ts",
|
|
8454
|
-
"line":
|
|
8454
|
+
"line": 1297,
|
|
8455
8455
|
"character": 6
|
|
8456
8456
|
},
|
|
8457
8457
|
"elements": [
|
|
@@ -8459,7 +8459,7 @@
|
|
|
8459
8459
|
"__schema": "TypeRefSchema",
|
|
8460
8460
|
"location": {
|
|
8461
8461
|
"filePath": "snapping.main.runtime.ts",
|
|
8462
|
-
"line":
|
|
8462
|
+
"line": 1298,
|
|
8463
8463
|
"character": 5
|
|
8464
8464
|
},
|
|
8465
8465
|
"name": "Workspace"
|
|
@@ -8468,7 +8468,7 @@
|
|
|
8468
8468
|
"__schema": "TypeRefSchema",
|
|
8469
8469
|
"location": {
|
|
8470
8470
|
"filePath": "snapping.main.runtime.ts",
|
|
8471
|
-
"line":
|
|
8471
|
+
"line": 1299,
|
|
8472
8472
|
"character": 5
|
|
8473
8473
|
},
|
|
8474
8474
|
"name": "CLIMain"
|
|
@@ -8477,7 +8477,7 @@
|
|
|
8477
8477
|
"__schema": "TypeRefSchema",
|
|
8478
8478
|
"location": {
|
|
8479
8479
|
"filePath": "snapping.main.runtime.ts",
|
|
8480
|
-
"line":
|
|
8480
|
+
"line": 1300,
|
|
8481
8481
|
"character": 5
|
|
8482
8482
|
},
|
|
8483
8483
|
"name": "LoggerMain"
|
|
@@ -8486,7 +8486,7 @@
|
|
|
8486
8486
|
"__schema": "TypeRefSchema",
|
|
8487
8487
|
"location": {
|
|
8488
8488
|
"filePath": "snapping.main.runtime.ts",
|
|
8489
|
-
"line":
|
|
8489
|
+
"line": 1301,
|
|
8490
8490
|
"character": 5
|
|
8491
8491
|
},
|
|
8492
8492
|
"name": "IssuesMain"
|
|
@@ -8495,7 +8495,7 @@
|
|
|
8495
8495
|
"__schema": "TypeRefSchema",
|
|
8496
8496
|
"location": {
|
|
8497
8497
|
"filePath": "snapping.main.runtime.ts",
|
|
8498
|
-
"line":
|
|
8498
|
+
"line": 1302,
|
|
8499
8499
|
"character": 5
|
|
8500
8500
|
},
|
|
8501
8501
|
"name": "InsightsMain"
|
|
@@ -8504,7 +8504,7 @@
|
|
|
8504
8504
|
"__schema": "TypeRefSchema",
|
|
8505
8505
|
"location": {
|
|
8506
8506
|
"filePath": "snapping.main.runtime.ts",
|
|
8507
|
-
"line":
|
|
8507
|
+
"line": 1303,
|
|
8508
8508
|
"character": 5
|
|
8509
8509
|
},
|
|
8510
8510
|
"name": "DependencyResolverMain"
|
|
@@ -8513,7 +8513,7 @@
|
|
|
8513
8513
|
"__schema": "TypeRefSchema",
|
|
8514
8514
|
"location": {
|
|
8515
8515
|
"filePath": "snapping.main.runtime.ts",
|
|
8516
|
-
"line":
|
|
8516
|
+
"line": 1304,
|
|
8517
8517
|
"character": 5
|
|
8518
8518
|
},
|
|
8519
8519
|
"name": "ScopeMain"
|
|
@@ -8522,7 +8522,7 @@
|
|
|
8522
8522
|
"__schema": "TypeRefSchema",
|
|
8523
8523
|
"location": {
|
|
8524
8524
|
"filePath": "snapping.main.runtime.ts",
|
|
8525
|
-
"line":
|
|
8525
|
+
"line": 1305,
|
|
8526
8526
|
"character": 5
|
|
8527
8527
|
},
|
|
8528
8528
|
"name": "ExportMain"
|
|
@@ -8531,7 +8531,7 @@
|
|
|
8531
8531
|
"__schema": "TypeRefSchema",
|
|
8532
8532
|
"location": {
|
|
8533
8533
|
"filePath": "snapping.main.runtime.ts",
|
|
8534
|
-
"line":
|
|
8534
|
+
"line": 1306,
|
|
8535
8535
|
"character": 5
|
|
8536
8536
|
},
|
|
8537
8537
|
"name": "BuilderMain"
|
|
@@ -8540,7 +8540,7 @@
|
|
|
8540
8540
|
"__schema": "TypeRefSchema",
|
|
8541
8541
|
"location": {
|
|
8542
8542
|
"filePath": "snapping.main.runtime.ts",
|
|
8543
|
-
"line":
|
|
8543
|
+
"line": 1307,
|
|
8544
8544
|
"character": 5
|
|
8545
8545
|
},
|
|
8546
8546
|
"name": "ImporterMain"
|
|
@@ -8549,7 +8549,7 @@
|
|
|
8549
8549
|
"__schema": "TypeRefSchema",
|
|
8550
8550
|
"location": {
|
|
8551
8551
|
"filePath": "snapping.main.runtime.ts",
|
|
8552
|
-
"line":
|
|
8552
|
+
"line": 1308,
|
|
8553
8553
|
"character": 5
|
|
8554
8554
|
},
|
|
8555
8555
|
"name": "GlobalConfigMain"
|
|
@@ -8558,7 +8558,7 @@
|
|
|
8558
8558
|
"__schema": "TypeRefSchema",
|
|
8559
8559
|
"location": {
|
|
8560
8560
|
"filePath": "snapping.main.runtime.ts",
|
|
8561
|
-
"line":
|
|
8561
|
+
"line": 1309,
|
|
8562
8562
|
"character": 5
|
|
8563
8563
|
},
|
|
8564
8564
|
"name": "DependenciesMain"
|
|
@@ -8567,7 +8567,7 @@
|
|
|
8567
8567
|
"__schema": "TypeRefSchema",
|
|
8568
8568
|
"location": {
|
|
8569
8569
|
"filePath": "snapping.main.runtime.ts",
|
|
8570
|
-
"line":
|
|
8570
|
+
"line": 1310,
|
|
8571
8571
|
"character": 5
|
|
8572
8572
|
},
|
|
8573
8573
|
"name": "ApplicationMain"
|
|
@@ -8582,7 +8582,7 @@
|
|
|
8582
8582
|
"__schema": "InferenceTypeSchema",
|
|
8583
8583
|
"location": {
|
|
8584
8584
|
"filePath": "snapping.main.runtime.ts",
|
|
8585
|
-
"line":
|
|
8585
|
+
"line": 1283,
|
|
8586
8586
|
"character": 3
|
|
8587
8587
|
},
|
|
8588
8588
|
"type": "Promise<SnappingMain>"
|
|
@@ -8600,7 +8600,7 @@
|
|
|
8600
8600
|
"__schema": "UnImplementedSchema",
|
|
8601
8601
|
"location": {
|
|
8602
8602
|
"filePath": "snapping.main.runtime.ts",
|
|
8603
|
-
"line":
|
|
8603
|
+
"line": 1339,
|
|
8604
8604
|
"character": 16
|
|
8605
8605
|
},
|
|
8606
8606
|
"name": "SnappingMain",
|
|
@@ -8612,7 +8612,7 @@
|
|
|
8612
8612
|
"__schema": "UnImplementedSchema",
|
|
8613
8613
|
"location": {
|
|
8614
8614
|
"filePath": "snapping.main.runtime.ts",
|
|
8615
|
-
"line":
|
|
8615
|
+
"line": 1337,
|
|
8616
8616
|
"character": 1
|
|
8617
8617
|
},
|
|
8618
8618
|
"name": "SnappingAspect.addRuntime(SnappingMain);",
|
|
@@ -10245,7 +10245,7 @@
|
|
|
10245
10245
|
"__schema": "TypeSchema",
|
|
10246
10246
|
"location": {
|
|
10247
10247
|
"filePath": "tag-model-component.ts",
|
|
10248
|
-
"line":
|
|
10248
|
+
"line": 532,
|
|
10249
10249
|
"character": 1
|
|
10250
10250
|
},
|
|
10251
10251
|
"signature": "type BitCloudUser = {\n username?: string | undefined;\n name?: string | undefined;\n displayName?: string | undefined;\n profileImage?: string | undefined;\n}",
|
|
@@ -10254,7 +10254,7 @@
|
|
|
10254
10254
|
"__schema": "TypeLiteralSchema",
|
|
10255
10255
|
"location": {
|
|
10256
10256
|
"filePath": "tag-model-component.ts",
|
|
10257
|
-
"line":
|
|
10257
|
+
"line": 532,
|
|
10258
10258
|
"character": 28
|
|
10259
10259
|
},
|
|
10260
10260
|
"members": [
|
|
@@ -10262,7 +10262,7 @@
|
|
|
10262
10262
|
"__schema": "VariableLikeSchema",
|
|
10263
10263
|
"location": {
|
|
10264
10264
|
"filePath": "tag-model-component.ts",
|
|
10265
|
-
"line":
|
|
10265
|
+
"line": 533,
|
|
10266
10266
|
"character": 3
|
|
10267
10267
|
},
|
|
10268
10268
|
"signature": "(property) username?: string | undefined",
|
|
@@ -10271,7 +10271,7 @@
|
|
|
10271
10271
|
"__schema": "KeywordTypeSchema",
|
|
10272
10272
|
"location": {
|
|
10273
10273
|
"filePath": "tag-model-component.ts",
|
|
10274
|
-
"line":
|
|
10274
|
+
"line": 533,
|
|
10275
10275
|
"character": 14
|
|
10276
10276
|
},
|
|
10277
10277
|
"name": "string"
|
|
@@ -10282,7 +10282,7 @@
|
|
|
10282
10282
|
"__schema": "VariableLikeSchema",
|
|
10283
10283
|
"location": {
|
|
10284
10284
|
"filePath": "tag-model-component.ts",
|
|
10285
|
-
"line":
|
|
10285
|
+
"line": 534,
|
|
10286
10286
|
"character": 3
|
|
10287
10287
|
},
|
|
10288
10288
|
"signature": "(property) name?: string | undefined",
|
|
@@ -10291,7 +10291,7 @@
|
|
|
10291
10291
|
"__schema": "KeywordTypeSchema",
|
|
10292
10292
|
"location": {
|
|
10293
10293
|
"filePath": "tag-model-component.ts",
|
|
10294
|
-
"line":
|
|
10294
|
+
"line": 534,
|
|
10295
10295
|
"character": 10
|
|
10296
10296
|
},
|
|
10297
10297
|
"name": "string"
|
|
@@ -10302,7 +10302,7 @@
|
|
|
10302
10302
|
"__schema": "VariableLikeSchema",
|
|
10303
10303
|
"location": {
|
|
10304
10304
|
"filePath": "tag-model-component.ts",
|
|
10305
|
-
"line":
|
|
10305
|
+
"line": 535,
|
|
10306
10306
|
"character": 3
|
|
10307
10307
|
},
|
|
10308
10308
|
"signature": "(property) displayName?: string | undefined",
|
|
@@ -10311,7 +10311,7 @@
|
|
|
10311
10311
|
"__schema": "KeywordTypeSchema",
|
|
10312
10312
|
"location": {
|
|
10313
10313
|
"filePath": "tag-model-component.ts",
|
|
10314
|
-
"line":
|
|
10314
|
+
"line": 535,
|
|
10315
10315
|
"character": 17
|
|
10316
10316
|
},
|
|
10317
10317
|
"name": "string"
|
|
@@ -10322,7 +10322,7 @@
|
|
|
10322
10322
|
"__schema": "VariableLikeSchema",
|
|
10323
10323
|
"location": {
|
|
10324
10324
|
"filePath": "tag-model-component.ts",
|
|
10325
|
-
"line":
|
|
10325
|
+
"line": 536,
|
|
10326
10326
|
"character": 3
|
|
10327
10327
|
},
|
|
10328
10328
|
"signature": "(property) profileImage?: string | undefined",
|
|
@@ -10331,7 +10331,7 @@
|
|
|
10331
10331
|
"__schema": "KeywordTypeSchema",
|
|
10332
10332
|
"location": {
|
|
10333
10333
|
"filePath": "tag-model-component.ts",
|
|
10334
|
-
"line":
|
|
10334
|
+
"line": 536,
|
|
10335
10335
|
"character": 18
|
|
10336
10336
|
},
|
|
10337
10337
|
"name": "string"
|
|
@@ -10345,7 +10345,7 @@
|
|
|
10345
10345
|
"__schema": "FunctionLikeSchema",
|
|
10346
10346
|
"location": {
|
|
10347
10347
|
"filePath": "tag-model-component.ts",
|
|
10348
|
-
"line":
|
|
10348
|
+
"line": 551,
|
|
10349
10349
|
"character": 1
|
|
10350
10350
|
},
|
|
10351
10351
|
"signature": "function updateComponentsVersions(workspace: Workspace, components: Array<ModelComponent>, isTag?: boolean): Promise<StagedConfig>",
|
|
@@ -10355,7 +10355,7 @@
|
|
|
10355
10355
|
"__schema": "ParameterSchema",
|
|
10356
10356
|
"location": {
|
|
10357
10357
|
"filePath": "tag-model-component.ts",
|
|
10358
|
-
"line":
|
|
10358
|
+
"line": 552,
|
|
10359
10359
|
"character": 3
|
|
10360
10360
|
},
|
|
10361
10361
|
"name": "workspace",
|
|
@@ -10363,7 +10363,7 @@
|
|
|
10363
10363
|
"__schema": "TypeRefSchema",
|
|
10364
10364
|
"location": {
|
|
10365
10365
|
"filePath": "tag-model-component.ts",
|
|
10366
|
-
"line":
|
|
10366
|
+
"line": 552,
|
|
10367
10367
|
"character": 14
|
|
10368
10368
|
},
|
|
10369
10369
|
"name": "Workspace"
|
|
@@ -10375,7 +10375,7 @@
|
|
|
10375
10375
|
"__schema": "ParameterSchema",
|
|
10376
10376
|
"location": {
|
|
10377
10377
|
"filePath": "tag-model-component.ts",
|
|
10378
|
-
"line":
|
|
10378
|
+
"line": 553,
|
|
10379
10379
|
"character": 3
|
|
10380
10380
|
},
|
|
10381
10381
|
"name": "components",
|
|
@@ -10383,7 +10383,7 @@
|
|
|
10383
10383
|
"__schema": "TypeRefSchema",
|
|
10384
10384
|
"location": {
|
|
10385
10385
|
"filePath": "tag-model-component.ts",
|
|
10386
|
-
"line":
|
|
10386
|
+
"line": 553,
|
|
10387
10387
|
"character": 15
|
|
10388
10388
|
},
|
|
10389
10389
|
"name": "Array",
|
|
@@ -10392,7 +10392,7 @@
|
|
|
10392
10392
|
"__schema": "TypeRefSchema",
|
|
10393
10393
|
"location": {
|
|
10394
10394
|
"filePath": "tag-model-component.ts",
|
|
10395
|
-
"line":
|
|
10395
|
+
"line": 553,
|
|
10396
10396
|
"character": 21
|
|
10397
10397
|
},
|
|
10398
10398
|
"name": "ModelComponent"
|
|
@@ -10406,7 +10406,7 @@
|
|
|
10406
10406
|
"__schema": "ParameterSchema",
|
|
10407
10407
|
"location": {
|
|
10408
10408
|
"filePath": "tag-model-component.ts",
|
|
10409
|
-
"line":
|
|
10409
|
+
"line": 554,
|
|
10410
10410
|
"character": 3
|
|
10411
10411
|
},
|
|
10412
10412
|
"name": "isTag",
|
|
@@ -10414,7 +10414,7 @@
|
|
|
10414
10414
|
"__schema": "InferenceTypeSchema",
|
|
10415
10415
|
"location": {
|
|
10416
10416
|
"filePath": "tag-model-component.ts",
|
|
10417
|
-
"line":
|
|
10417
|
+
"line": 554,
|
|
10418
10418
|
"character": 3
|
|
10419
10419
|
},
|
|
10420
10420
|
"type": "boolean"
|
|
@@ -10428,7 +10428,7 @@
|
|
|
10428
10428
|
"__schema": "TypeRefSchema",
|
|
10429
10429
|
"location": {
|
|
10430
10430
|
"filePath": "tag-model-component.ts",
|
|
10431
|
-
"line":
|
|
10431
|
+
"line": 555,
|
|
10432
10432
|
"character": 4
|
|
10433
10433
|
},
|
|
10434
10434
|
"name": "Promise",
|
|
@@ -10437,7 +10437,7 @@
|
|
|
10437
10437
|
"__schema": "TypeRefSchema",
|
|
10438
10438
|
"location": {
|
|
10439
10439
|
"filePath": "tag-model-component.ts",
|
|
10440
|
-
"line":
|
|
10440
|
+
"line": 555,
|
|
10441
10441
|
"character": 12
|
|
10442
10442
|
},
|
|
10443
10443
|
"name": "StagedConfig"
|
|
@@ -10995,7 +10995,7 @@
|
|
|
10995
10995
|
"__schema": "FunctionLikeSchema",
|
|
10996
10996
|
"location": {
|
|
10997
10997
|
"filePath": "tag-model-component.ts",
|
|
10998
|
-
"line":
|
|
10998
|
+
"line": 405,
|
|
10999
10999
|
"character": 1
|
|
11000
11000
|
},
|
|
11001
11001
|
"signature": "function removeDeletedComponentsFromBitmap(comps: ConsumerComponent[], workspace?: Workspace): Promise<ComponentIdList | undefined>",
|
|
@@ -11005,7 +11005,7 @@
|
|
|
11005
11005
|
"__schema": "ParameterSchema",
|
|
11006
11006
|
"location": {
|
|
11007
11007
|
"filePath": "tag-model-component.ts",
|
|
11008
|
-
"line":
|
|
11008
|
+
"line": 406,
|
|
11009
11009
|
"character": 3
|
|
11010
11010
|
},
|
|
11011
11011
|
"name": "comps",
|
|
@@ -11013,14 +11013,14 @@
|
|
|
11013
11013
|
"__schema": "TypeArraySchema",
|
|
11014
11014
|
"location": {
|
|
11015
11015
|
"filePath": "tag-model-component.ts",
|
|
11016
|
-
"line":
|
|
11016
|
+
"line": 406,
|
|
11017
11017
|
"character": 10
|
|
11018
11018
|
},
|
|
11019
11019
|
"type": {
|
|
11020
11020
|
"__schema": "TypeRefSchema",
|
|
11021
11021
|
"location": {
|
|
11022
11022
|
"filePath": "tag-model-component.ts",
|
|
11023
|
-
"line":
|
|
11023
|
+
"line": 406,
|
|
11024
11024
|
"character": 10
|
|
11025
11025
|
},
|
|
11026
11026
|
"name": "ConsumerComponent"
|
|
@@ -11033,7 +11033,7 @@
|
|
|
11033
11033
|
"__schema": "ParameterSchema",
|
|
11034
11034
|
"location": {
|
|
11035
11035
|
"filePath": "tag-model-component.ts",
|
|
11036
|
-
"line":
|
|
11036
|
+
"line": 407,
|
|
11037
11037
|
"character": 3
|
|
11038
11038
|
},
|
|
11039
11039
|
"name": "workspace",
|
|
@@ -11041,7 +11041,7 @@
|
|
|
11041
11041
|
"__schema": "TypeRefSchema",
|
|
11042
11042
|
"location": {
|
|
11043
11043
|
"filePath": "tag-model-component.ts",
|
|
11044
|
-
"line":
|
|
11044
|
+
"line": 407,
|
|
11045
11045
|
"character": 15
|
|
11046
11046
|
},
|
|
11047
11047
|
"name": "Workspace"
|
|
@@ -11054,7 +11054,7 @@
|
|
|
11054
11054
|
"__schema": "TypeRefSchema",
|
|
11055
11055
|
"location": {
|
|
11056
11056
|
"filePath": "tag-model-component.ts",
|
|
11057
|
-
"line":
|
|
11057
|
+
"line": 408,
|
|
11058
11058
|
"character": 4
|
|
11059
11059
|
},
|
|
11060
11060
|
"name": "Promise",
|
|
@@ -11063,7 +11063,7 @@
|
|
|
11063
11063
|
"__schema": "TypeUnionSchema",
|
|
11064
11064
|
"location": {
|
|
11065
11065
|
"filePath": "tag-model-component.ts",
|
|
11066
|
-
"line":
|
|
11066
|
+
"line": 408,
|
|
11067
11067
|
"character": 12
|
|
11068
11068
|
},
|
|
11069
11069
|
"types": [
|
|
@@ -11071,7 +11071,7 @@
|
|
|
11071
11071
|
"__schema": "TypeRefSchema",
|
|
11072
11072
|
"location": {
|
|
11073
11073
|
"filePath": "tag-model-component.ts",
|
|
11074
|
-
"line":
|
|
11074
|
+
"line": 408,
|
|
11075
11075
|
"character": 12
|
|
11076
11076
|
},
|
|
11077
11077
|
"name": "ComponentIdList"
|
|
@@ -11080,7 +11080,7 @@
|
|
|
11080
11080
|
"__schema": "KeywordTypeSchema",
|
|
11081
11081
|
"location": {
|
|
11082
11082
|
"filePath": "tag-model-component.ts",
|
|
11083
|
-
"line":
|
|
11083
|
+
"line": 408,
|
|
11084
11084
|
"character": 30
|
|
11085
11085
|
},
|
|
11086
11086
|
"name": "undefined"
|
|
@@ -11097,7 +11097,7 @@
|
|
|
11097
11097
|
"__schema": "FunctionLikeSchema",
|
|
11098
11098
|
"location": {
|
|
11099
11099
|
"filePath": "tag-model-component.ts",
|
|
11100
|
-
"line":
|
|
11100
|
+
"line": 421,
|
|
11101
11101
|
"character": 1
|
|
11102
11102
|
},
|
|
11103
11103
|
"signature": "function removeMergeConfigFromComponents(unmergedComps: ComponentID[], components: ConsumerComponent[], workspace?: Workspace): Promise<void>",
|
|
@@ -11107,7 +11107,7 @@
|
|
|
11107
11107
|
"__schema": "ParameterSchema",
|
|
11108
11108
|
"location": {
|
|
11109
11109
|
"filePath": "tag-model-component.ts",
|
|
11110
|
-
"line":
|
|
11110
|
+
"line": 422,
|
|
11111
11111
|
"character": 3
|
|
11112
11112
|
},
|
|
11113
11113
|
"name": "unmergedComps",
|
|
@@ -11115,14 +11115,14 @@
|
|
|
11115
11115
|
"__schema": "TypeArraySchema",
|
|
11116
11116
|
"location": {
|
|
11117
11117
|
"filePath": "tag-model-component.ts",
|
|
11118
|
-
"line":
|
|
11118
|
+
"line": 422,
|
|
11119
11119
|
"character": 18
|
|
11120
11120
|
},
|
|
11121
11121
|
"type": {
|
|
11122
11122
|
"__schema": "TypeRefSchema",
|
|
11123
11123
|
"location": {
|
|
11124
11124
|
"filePath": "tag-model-component.ts",
|
|
11125
|
-
"line":
|
|
11125
|
+
"line": 422,
|
|
11126
11126
|
"character": 18
|
|
11127
11127
|
},
|
|
11128
11128
|
"name": "ComponentID"
|
|
@@ -11135,7 +11135,7 @@
|
|
|
11135
11135
|
"__schema": "ParameterSchema",
|
|
11136
11136
|
"location": {
|
|
11137
11137
|
"filePath": "tag-model-component.ts",
|
|
11138
|
-
"line":
|
|
11138
|
+
"line": 423,
|
|
11139
11139
|
"character": 3
|
|
11140
11140
|
},
|
|
11141
11141
|
"name": "components",
|
|
@@ -11143,14 +11143,14 @@
|
|
|
11143
11143
|
"__schema": "TypeArraySchema",
|
|
11144
11144
|
"location": {
|
|
11145
11145
|
"filePath": "tag-model-component.ts",
|
|
11146
|
-
"line":
|
|
11146
|
+
"line": 423,
|
|
11147
11147
|
"character": 15
|
|
11148
11148
|
},
|
|
11149
11149
|
"type": {
|
|
11150
11150
|
"__schema": "TypeRefSchema",
|
|
11151
11151
|
"location": {
|
|
11152
11152
|
"filePath": "tag-model-component.ts",
|
|
11153
|
-
"line":
|
|
11153
|
+
"line": 423,
|
|
11154
11154
|
"character": 15
|
|
11155
11155
|
},
|
|
11156
11156
|
"name": "ConsumerComponent"
|
|
@@ -11163,7 +11163,7 @@
|
|
|
11163
11163
|
"__schema": "ParameterSchema",
|
|
11164
11164
|
"location": {
|
|
11165
11165
|
"filePath": "tag-model-component.ts",
|
|
11166
|
-
"line":
|
|
11166
|
+
"line": 424,
|
|
11167
11167
|
"character": 3
|
|
11168
11168
|
},
|
|
11169
11169
|
"name": "workspace",
|
|
@@ -11171,7 +11171,7 @@
|
|
|
11171
11171
|
"__schema": "TypeRefSchema",
|
|
11172
11172
|
"location": {
|
|
11173
11173
|
"filePath": "tag-model-component.ts",
|
|
11174
|
-
"line":
|
|
11174
|
+
"line": 424,
|
|
11175
11175
|
"character": 15
|
|
11176
11176
|
},
|
|
11177
11177
|
"name": "Workspace"
|
|
@@ -11184,7 +11184,7 @@
|
|
|
11184
11184
|
"__schema": "InferenceTypeSchema",
|
|
11185
11185
|
"location": {
|
|
11186
11186
|
"filePath": "tag-model-component.ts",
|
|
11187
|
-
"line":
|
|
11187
|
+
"line": 421,
|
|
11188
11188
|
"character": 1
|
|
11189
11189
|
},
|
|
11190
11190
|
"type": "Promise<void>"
|
|
@@ -11197,7 +11197,7 @@
|
|
|
11197
11197
|
"__schema": "FunctionLikeSchema",
|
|
11198
11198
|
"location": {
|
|
11199
11199
|
"filePath": "tag-model-component.ts",
|
|
11200
|
-
"line":
|
|
11200
|
+
"line": 447,
|
|
11201
11201
|
"character": 1
|
|
11202
11202
|
},
|
|
11203
11203
|
"signature": "function addComponentsToScope(snapping: SnappingMain, components: ConsumerComponent[], lane: Lane | undefined, shouldValidateVersion: boolean, consumer?: Consumer, tagDataPerComp?: TagDataPerComp[], updateDependentsOnLane?: boolean): Promise<void>",
|
|
@@ -11207,7 +11207,7 @@
|
|
|
11207
11207
|
"__schema": "ParameterSchema",
|
|
11208
11208
|
"location": {
|
|
11209
11209
|
"filePath": "tag-model-component.ts",
|
|
11210
|
-
"line":
|
|
11210
|
+
"line": 448,
|
|
11211
11211
|
"character": 3
|
|
11212
11212
|
},
|
|
11213
11213
|
"name": "snapping",
|
|
@@ -11215,7 +11215,7 @@
|
|
|
11215
11215
|
"__schema": "TypeRefSchema",
|
|
11216
11216
|
"location": {
|
|
11217
11217
|
"filePath": "tag-model-component.ts",
|
|
11218
|
-
"line":
|
|
11218
|
+
"line": 448,
|
|
11219
11219
|
"character": 13
|
|
11220
11220
|
},
|
|
11221
11221
|
"name": "SnappingMain"
|
|
@@ -11227,7 +11227,7 @@
|
|
|
11227
11227
|
"__schema": "ParameterSchema",
|
|
11228
11228
|
"location": {
|
|
11229
11229
|
"filePath": "tag-model-component.ts",
|
|
11230
|
-
"line":
|
|
11230
|
+
"line": 449,
|
|
11231
11231
|
"character": 3
|
|
11232
11232
|
},
|
|
11233
11233
|
"name": "components",
|
|
@@ -11235,14 +11235,14 @@
|
|
|
11235
11235
|
"__schema": "TypeArraySchema",
|
|
11236
11236
|
"location": {
|
|
11237
11237
|
"filePath": "tag-model-component.ts",
|
|
11238
|
-
"line":
|
|
11238
|
+
"line": 449,
|
|
11239
11239
|
"character": 15
|
|
11240
11240
|
},
|
|
11241
11241
|
"type": {
|
|
11242
11242
|
"__schema": "TypeRefSchema",
|
|
11243
11243
|
"location": {
|
|
11244
11244
|
"filePath": "tag-model-component.ts",
|
|
11245
|
-
"line":
|
|
11245
|
+
"line": 449,
|
|
11246
11246
|
"character": 15
|
|
11247
11247
|
},
|
|
11248
11248
|
"name": "ConsumerComponent"
|
|
@@ -11255,7 +11255,7 @@
|
|
|
11255
11255
|
"__schema": "ParameterSchema",
|
|
11256
11256
|
"location": {
|
|
11257
11257
|
"filePath": "tag-model-component.ts",
|
|
11258
|
-
"line":
|
|
11258
|
+
"line": 450,
|
|
11259
11259
|
"character": 3
|
|
11260
11260
|
},
|
|
11261
11261
|
"name": "lane",
|
|
@@ -11263,7 +11263,7 @@
|
|
|
11263
11263
|
"__schema": "TypeUnionSchema",
|
|
11264
11264
|
"location": {
|
|
11265
11265
|
"filePath": "tag-model-component.ts",
|
|
11266
|
-
"line":
|
|
11266
|
+
"line": 450,
|
|
11267
11267
|
"character": 9
|
|
11268
11268
|
},
|
|
11269
11269
|
"types": [
|
|
@@ -11271,7 +11271,7 @@
|
|
|
11271
11271
|
"__schema": "TypeRefSchema",
|
|
11272
11272
|
"location": {
|
|
11273
11273
|
"filePath": "tag-model-component.ts",
|
|
11274
|
-
"line":
|
|
11274
|
+
"line": 450,
|
|
11275
11275
|
"character": 9
|
|
11276
11276
|
},
|
|
11277
11277
|
"name": "Lane"
|
|
@@ -11280,7 +11280,7 @@
|
|
|
11280
11280
|
"__schema": "KeywordTypeSchema",
|
|
11281
11281
|
"location": {
|
|
11282
11282
|
"filePath": "tag-model-component.ts",
|
|
11283
|
-
"line":
|
|
11283
|
+
"line": 450,
|
|
11284
11284
|
"character": 16
|
|
11285
11285
|
},
|
|
11286
11286
|
"name": "undefined"
|
|
@@ -11294,7 +11294,7 @@
|
|
|
11294
11294
|
"__schema": "ParameterSchema",
|
|
11295
11295
|
"location": {
|
|
11296
11296
|
"filePath": "tag-model-component.ts",
|
|
11297
|
-
"line":
|
|
11297
|
+
"line": 451,
|
|
11298
11298
|
"character": 3
|
|
11299
11299
|
},
|
|
11300
11300
|
"name": "shouldValidateVersion",
|
|
@@ -11302,7 +11302,7 @@
|
|
|
11302
11302
|
"__schema": "KeywordTypeSchema",
|
|
11303
11303
|
"location": {
|
|
11304
11304
|
"filePath": "tag-model-component.ts",
|
|
11305
|
-
"line":
|
|
11305
|
+
"line": 451,
|
|
11306
11306
|
"character": 26
|
|
11307
11307
|
},
|
|
11308
11308
|
"name": "boolean"
|
|
@@ -11314,7 +11314,7 @@
|
|
|
11314
11314
|
"__schema": "ParameterSchema",
|
|
11315
11315
|
"location": {
|
|
11316
11316
|
"filePath": "tag-model-component.ts",
|
|
11317
|
-
"line":
|
|
11317
|
+
"line": 452,
|
|
11318
11318
|
"character": 3
|
|
11319
11319
|
},
|
|
11320
11320
|
"name": "consumer",
|
|
@@ -11322,7 +11322,7 @@
|
|
|
11322
11322
|
"__schema": "TypeRefSchema",
|
|
11323
11323
|
"location": {
|
|
11324
11324
|
"filePath": "tag-model-component.ts",
|
|
11325
|
-
"line":
|
|
11325
|
+
"line": 452,
|
|
11326
11326
|
"character": 14
|
|
11327
11327
|
},
|
|
11328
11328
|
"name": "Consumer"
|
|
@@ -11334,7 +11334,7 @@
|
|
|
11334
11334
|
"__schema": "ParameterSchema",
|
|
11335
11335
|
"location": {
|
|
11336
11336
|
"filePath": "tag-model-component.ts",
|
|
11337
|
-
"line":
|
|
11337
|
+
"line": 453,
|
|
11338
11338
|
"character": 3
|
|
11339
11339
|
},
|
|
11340
11340
|
"name": "tagDataPerComp",
|
|
@@ -11342,14 +11342,14 @@
|
|
|
11342
11342
|
"__schema": "TypeArraySchema",
|
|
11343
11343
|
"location": {
|
|
11344
11344
|
"filePath": "tag-model-component.ts",
|
|
11345
|
-
"line":
|
|
11345
|
+
"line": 453,
|
|
11346
11346
|
"character": 20
|
|
11347
11347
|
},
|
|
11348
11348
|
"type": {
|
|
11349
11349
|
"__schema": "TypeRefSchema",
|
|
11350
11350
|
"location": {
|
|
11351
11351
|
"filePath": "tag-model-component.ts",
|
|
11352
|
-
"line":
|
|
11352
|
+
"line": 453,
|
|
11353
11353
|
"character": 20
|
|
11354
11354
|
},
|
|
11355
11355
|
"name": "TagDataPerComp"
|
|
@@ -11362,7 +11362,7 @@
|
|
|
11362
11362
|
"__schema": "ParameterSchema",
|
|
11363
11363
|
"location": {
|
|
11364
11364
|
"filePath": "tag-model-component.ts",
|
|
11365
|
-
"line":
|
|
11365
|
+
"line": 454,
|
|
11366
11366
|
"character": 3
|
|
11367
11367
|
},
|
|
11368
11368
|
"name": "updateDependentsOnLane",
|
|
@@ -11370,7 +11370,7 @@
|
|
|
11370
11370
|
"__schema": "KeywordTypeSchema",
|
|
11371
11371
|
"location": {
|
|
11372
11372
|
"filePath": "tag-model-component.ts",
|
|
11373
|
-
"line":
|
|
11373
|
+
"line": 454,
|
|
11374
11374
|
"character": 28
|
|
11375
11375
|
},
|
|
11376
11376
|
"name": "boolean"
|
|
@@ -11383,7 +11383,7 @@
|
|
|
11383
11383
|
"__schema": "InferenceTypeSchema",
|
|
11384
11384
|
"location": {
|
|
11385
11385
|
"filePath": "tag-model-component.ts",
|
|
11386
|
-
"line":
|
|
11386
|
+
"line": 447,
|
|
11387
11387
|
"character": 1
|
|
11388
11388
|
},
|
|
11389
11389
|
"type": "Promise<void>"
|
|
@@ -11396,14 +11396,14 @@
|
|
|
11396
11396
|
"__schema": "FunctionLikeSchema",
|
|
11397
11397
|
"location": {
|
|
11398
11398
|
"filePath": "tag-model-component.ts",
|
|
11399
|
-
"line":
|
|
11399
|
+
"line": 474,
|
|
11400
11400
|
"character": 1
|
|
11401
11401
|
},
|
|
11402
11402
|
"doc": {
|
|
11403
11403
|
"__schema": "DocSchema",
|
|
11404
11404
|
"location": {
|
|
11405
11405
|
"filePath": "tag-model-component.ts",
|
|
11406
|
-
"line":
|
|
11406
|
+
"line": 470,
|
|
11407
11407
|
"character": 1
|
|
11408
11408
|
},
|
|
11409
11409
|
"raw": "/**\n * otherwise, tagging without build will have the old build data of the previous snap/tag.\n * in case we currently build, it's ok to leave the data as is, because it'll be overridden anyway.\n */",
|
|
@@ -11417,7 +11417,7 @@
|
|
|
11417
11417
|
"__schema": "ParameterSchema",
|
|
11418
11418
|
"location": {
|
|
11419
11419
|
"filePath": "tag-model-component.ts",
|
|
11420
|
-
"line":
|
|
11420
|
+
"line": 474,
|
|
11421
11421
|
"character": 27
|
|
11422
11422
|
},
|
|
11423
11423
|
"name": "components",
|
|
@@ -11425,14 +11425,14 @@
|
|
|
11425
11425
|
"__schema": "TypeArraySchema",
|
|
11426
11426
|
"location": {
|
|
11427
11427
|
"filePath": "tag-model-component.ts",
|
|
11428
|
-
"line":
|
|
11428
|
+
"line": 474,
|
|
11429
11429
|
"character": 39
|
|
11430
11430
|
},
|
|
11431
11431
|
"type": {
|
|
11432
11432
|
"__schema": "TypeRefSchema",
|
|
11433
11433
|
"location": {
|
|
11434
11434
|
"filePath": "tag-model-component.ts",
|
|
11435
|
-
"line":
|
|
11435
|
+
"line": 474,
|
|
11436
11436
|
"character": 39
|
|
11437
11437
|
},
|
|
11438
11438
|
"name": "ConsumerComponent"
|
|
@@ -11446,7 +11446,7 @@
|
|
|
11446
11446
|
"__schema": "TypeRefSchema",
|
|
11447
11447
|
"location": {
|
|
11448
11448
|
"filePath": "tag-model-component.ts",
|
|
11449
|
-
"line":
|
|
11449
|
+
"line": 474,
|
|
11450
11450
|
"character": 1
|
|
11451
11451
|
},
|
|
11452
11452
|
"name": "emptyBuilderData",
|
|
@@ -11458,7 +11458,7 @@
|
|
|
11458
11458
|
"__schema": "FunctionLikeSchema",
|
|
11459
11459
|
"location": {
|
|
11460
11460
|
"filePath": "tag-model-component.ts",
|
|
11461
|
-
"line":
|
|
11461
|
+
"line": 482,
|
|
11462
11462
|
"character": 1
|
|
11463
11463
|
},
|
|
11464
11464
|
"signature": "function addLogToComponents(components: ConsumerComponent[], autoTagComps: ConsumerComponent[], persist: boolean, message: string, messagePerComponent: MessagePerComponent[], copyLogFromPreviousSnap?: boolean): Promise<void>",
|
|
@@ -11468,7 +11468,7 @@
|
|
|
11468
11468
|
"__schema": "ParameterSchema",
|
|
11469
11469
|
"location": {
|
|
11470
11470
|
"filePath": "tag-model-component.ts",
|
|
11471
|
-
"line":
|
|
11471
|
+
"line": 483,
|
|
11472
11472
|
"character": 3
|
|
11473
11473
|
},
|
|
11474
11474
|
"name": "components",
|
|
@@ -11476,14 +11476,14 @@
|
|
|
11476
11476
|
"__schema": "TypeArraySchema",
|
|
11477
11477
|
"location": {
|
|
11478
11478
|
"filePath": "tag-model-component.ts",
|
|
11479
|
-
"line":
|
|
11479
|
+
"line": 483,
|
|
11480
11480
|
"character": 15
|
|
11481
11481
|
},
|
|
11482
11482
|
"type": {
|
|
11483
11483
|
"__schema": "TypeRefSchema",
|
|
11484
11484
|
"location": {
|
|
11485
11485
|
"filePath": "tag-model-component.ts",
|
|
11486
|
-
"line":
|
|
11486
|
+
"line": 483,
|
|
11487
11487
|
"character": 15
|
|
11488
11488
|
},
|
|
11489
11489
|
"name": "ConsumerComponent"
|
|
@@ -11496,7 +11496,7 @@
|
|
|
11496
11496
|
"__schema": "ParameterSchema",
|
|
11497
11497
|
"location": {
|
|
11498
11498
|
"filePath": "tag-model-component.ts",
|
|
11499
|
-
"line":
|
|
11499
|
+
"line": 484,
|
|
11500
11500
|
"character": 3
|
|
11501
11501
|
},
|
|
11502
11502
|
"name": "autoTagComps",
|
|
@@ -11504,14 +11504,14 @@
|
|
|
11504
11504
|
"__schema": "TypeArraySchema",
|
|
11505
11505
|
"location": {
|
|
11506
11506
|
"filePath": "tag-model-component.ts",
|
|
11507
|
-
"line":
|
|
11507
|
+
"line": 484,
|
|
11508
11508
|
"character": 17
|
|
11509
11509
|
},
|
|
11510
11510
|
"type": {
|
|
11511
11511
|
"__schema": "TypeRefSchema",
|
|
11512
11512
|
"location": {
|
|
11513
11513
|
"filePath": "tag-model-component.ts",
|
|
11514
|
-
"line":
|
|
11514
|
+
"line": 484,
|
|
11515
11515
|
"character": 17
|
|
11516
11516
|
},
|
|
11517
11517
|
"name": "ConsumerComponent"
|
|
@@ -11524,7 +11524,7 @@
|
|
|
11524
11524
|
"__schema": "ParameterSchema",
|
|
11525
11525
|
"location": {
|
|
11526
11526
|
"filePath": "tag-model-component.ts",
|
|
11527
|
-
"line":
|
|
11527
|
+
"line": 485,
|
|
11528
11528
|
"character": 3
|
|
11529
11529
|
},
|
|
11530
11530
|
"name": "persist",
|
|
@@ -11532,7 +11532,7 @@
|
|
|
11532
11532
|
"__schema": "KeywordTypeSchema",
|
|
11533
11533
|
"location": {
|
|
11534
11534
|
"filePath": "tag-model-component.ts",
|
|
11535
|
-
"line":
|
|
11535
|
+
"line": 485,
|
|
11536
11536
|
"character": 12
|
|
11537
11537
|
},
|
|
11538
11538
|
"name": "boolean"
|
|
@@ -11544,7 +11544,7 @@
|
|
|
11544
11544
|
"__schema": "ParameterSchema",
|
|
11545
11545
|
"location": {
|
|
11546
11546
|
"filePath": "tag-model-component.ts",
|
|
11547
|
-
"line":
|
|
11547
|
+
"line": 486,
|
|
11548
11548
|
"character": 3
|
|
11549
11549
|
},
|
|
11550
11550
|
"name": "message",
|
|
@@ -11552,7 +11552,7 @@
|
|
|
11552
11552
|
"__schema": "KeywordTypeSchema",
|
|
11553
11553
|
"location": {
|
|
11554
11554
|
"filePath": "tag-model-component.ts",
|
|
11555
|
-
"line":
|
|
11555
|
+
"line": 486,
|
|
11556
11556
|
"character": 12
|
|
11557
11557
|
},
|
|
11558
11558
|
"name": "string"
|
|
@@ -11564,7 +11564,7 @@
|
|
|
11564
11564
|
"__schema": "ParameterSchema",
|
|
11565
11565
|
"location": {
|
|
11566
11566
|
"filePath": "tag-model-component.ts",
|
|
11567
|
-
"line":
|
|
11567
|
+
"line": 487,
|
|
11568
11568
|
"character": 3
|
|
11569
11569
|
},
|
|
11570
11570
|
"name": "messagePerComponent",
|
|
@@ -11572,14 +11572,14 @@
|
|
|
11572
11572
|
"__schema": "TypeArraySchema",
|
|
11573
11573
|
"location": {
|
|
11574
11574
|
"filePath": "tag-model-component.ts",
|
|
11575
|
-
"line":
|
|
11575
|
+
"line": 487,
|
|
11576
11576
|
"character": 24
|
|
11577
11577
|
},
|
|
11578
11578
|
"type": {
|
|
11579
11579
|
"__schema": "TypeRefSchema",
|
|
11580
11580
|
"location": {
|
|
11581
11581
|
"filePath": "tag-model-component.ts",
|
|
11582
|
-
"line":
|
|
11582
|
+
"line": 487,
|
|
11583
11583
|
"character": 24
|
|
11584
11584
|
},
|
|
11585
11585
|
"name": "MessagePerComponent"
|
|
@@ -11592,7 +11592,7 @@
|
|
|
11592
11592
|
"__schema": "ParameterSchema",
|
|
11593
11593
|
"location": {
|
|
11594
11594
|
"filePath": "tag-model-component.ts",
|
|
11595
|
-
"line":
|
|
11595
|
+
"line": 488,
|
|
11596
11596
|
"character": 3
|
|
11597
11597
|
},
|
|
11598
11598
|
"name": "copyLogFromPreviousSnap",
|
|
@@ -11600,7 +11600,7 @@
|
|
|
11600
11600
|
"__schema": "InferenceTypeSchema",
|
|
11601
11601
|
"location": {
|
|
11602
11602
|
"filePath": "tag-model-component.ts",
|
|
11603
|
-
"line":
|
|
11603
|
+
"line": 488,
|
|
11604
11604
|
"character": 3
|
|
11605
11605
|
},
|
|
11606
11606
|
"type": "boolean"
|
|
@@ -11614,7 +11614,7 @@
|
|
|
11614
11614
|
"__schema": "InferenceTypeSchema",
|
|
11615
11615
|
"location": {
|
|
11616
11616
|
"filePath": "tag-model-component.ts",
|
|
11617
|
-
"line":
|
|
11617
|
+
"line": 482,
|
|
11618
11618
|
"character": 1
|
|
11619
11619
|
},
|
|
11620
11620
|
"type": "Promise<void>"
|
|
@@ -11627,7 +11627,7 @@
|
|
|
11627
11627
|
"__schema": "FunctionLikeSchema",
|
|
11628
11628
|
"location": {
|
|
11629
11629
|
"filePath": "tag-model-component.ts",
|
|
11630
|
-
"line":
|
|
11630
|
+
"line": 539,
|
|
11631
11631
|
"character": 1
|
|
11632
11632
|
},
|
|
11633
11633
|
"signature": "function setCurrentSchema(components: ConsumerComponent[]): void",
|
|
@@ -11637,7 +11637,7 @@
|
|
|
11637
11637
|
"__schema": "ParameterSchema",
|
|
11638
11638
|
"location": {
|
|
11639
11639
|
"filePath": "tag-model-component.ts",
|
|
11640
|
-
"line":
|
|
11640
|
+
"line": 539,
|
|
11641
11641
|
"character": 27
|
|
11642
11642
|
},
|
|
11643
11643
|
"name": "components",
|
|
@@ -11645,14 +11645,14 @@
|
|
|
11645
11645
|
"__schema": "TypeArraySchema",
|
|
11646
11646
|
"location": {
|
|
11647
11647
|
"filePath": "tag-model-component.ts",
|
|
11648
|
-
"line":
|
|
11648
|
+
"line": 539,
|
|
11649
11649
|
"character": 39
|
|
11650
11650
|
},
|
|
11651
11651
|
"type": {
|
|
11652
11652
|
"__schema": "TypeRefSchema",
|
|
11653
11653
|
"location": {
|
|
11654
11654
|
"filePath": "tag-model-component.ts",
|
|
11655
|
-
"line":
|
|
11655
|
+
"line": 539,
|
|
11656
11656
|
"character": 39
|
|
11657
11657
|
},
|
|
11658
11658
|
"name": "ConsumerComponent"
|
|
@@ -11666,7 +11666,7 @@
|
|
|
11666
11666
|
"__schema": "TypeRefSchema",
|
|
11667
11667
|
"location": {
|
|
11668
11668
|
"filePath": "tag-model-component.ts",
|
|
11669
|
-
"line":
|
|
11669
|
+
"line": 539,
|
|
11670
11670
|
"character": 1
|
|
11671
11671
|
},
|
|
11672
11672
|
"name": "setCurrentSchema",
|
|
@@ -11678,7 +11678,7 @@
|
|
|
11678
11678
|
"__schema": "FunctionLikeSchema",
|
|
11679
11679
|
"location": {
|
|
11680
11680
|
"filePath": "tag-model-component.ts",
|
|
11681
|
-
"line":
|
|
11681
|
+
"line": 545,
|
|
11682
11682
|
"character": 1
|
|
11683
11683
|
},
|
|
11684
11684
|
"signature": "function addBuildStatus(components: ConsumerComponent[], buildStatus: BuildStatus): void",
|
|
@@ -11688,7 +11688,7 @@
|
|
|
11688
11688
|
"__schema": "ParameterSchema",
|
|
11689
11689
|
"location": {
|
|
11690
11690
|
"filePath": "tag-model-component.ts",
|
|
11691
|
-
"line":
|
|
11691
|
+
"line": 545,
|
|
11692
11692
|
"character": 25
|
|
11693
11693
|
},
|
|
11694
11694
|
"name": "components",
|
|
@@ -11696,14 +11696,14 @@
|
|
|
11696
11696
|
"__schema": "TypeArraySchema",
|
|
11697
11697
|
"location": {
|
|
11698
11698
|
"filePath": "tag-model-component.ts",
|
|
11699
|
-
"line":
|
|
11699
|
+
"line": 545,
|
|
11700
11700
|
"character": 37
|
|
11701
11701
|
},
|
|
11702
11702
|
"type": {
|
|
11703
11703
|
"__schema": "TypeRefSchema",
|
|
11704
11704
|
"location": {
|
|
11705
11705
|
"filePath": "tag-model-component.ts",
|
|
11706
|
-
"line":
|
|
11706
|
+
"line": 545,
|
|
11707
11707
|
"character": 37
|
|
11708
11708
|
},
|
|
11709
11709
|
"name": "ConsumerComponent"
|
|
@@ -11716,7 +11716,7 @@
|
|
|
11716
11716
|
"__schema": "ParameterSchema",
|
|
11717
11717
|
"location": {
|
|
11718
11718
|
"filePath": "tag-model-component.ts",
|
|
11719
|
-
"line":
|
|
11719
|
+
"line": 545,
|
|
11720
11720
|
"character": 58
|
|
11721
11721
|
},
|
|
11722
11722
|
"name": "buildStatus",
|
|
@@ -11724,7 +11724,7 @@
|
|
|
11724
11724
|
"__schema": "TypeRefSchema",
|
|
11725
11725
|
"location": {
|
|
11726
11726
|
"filePath": "tag-model-component.ts",
|
|
11727
|
-
"line":
|
|
11727
|
+
"line": 545,
|
|
11728
11728
|
"character": 71
|
|
11729
11729
|
},
|
|
11730
11730
|
"name": "BuildStatus"
|
|
@@ -11737,7 +11737,7 @@
|
|
|
11737
11737
|
"__schema": "TypeRefSchema",
|
|
11738
11738
|
"location": {
|
|
11739
11739
|
"filePath": "tag-model-component.ts",
|
|
11740
|
-
"line":
|
|
11740
|
+
"line": 545,
|
|
11741
11741
|
"character": 1
|
|
11742
11742
|
},
|
|
11743
11743
|
"name": "addBuildStatus",
|
|
@@ -11751,7 +11751,7 @@
|
|
|
11751
11751
|
"componentId": {
|
|
11752
11752
|
"scope": "teambit.component",
|
|
11753
11753
|
"name": "snapping",
|
|
11754
|
-
"version": "1.0.
|
|
11754
|
+
"version": "1.0.348"
|
|
11755
11755
|
},
|
|
11756
11756
|
"taggedModuleExports": []
|
|
11757
11757
|
}
|